body {
	background: #e2e2e2;
}

#plans,#plans ul,#plans ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#pricePlans:after {
	content: '';
	display: table;
	clear: both;
}

#pricePlans {
	-webkit-font-smoothing: antialiased;
	zoom: 1;
	font-family: 'Open Sans', sans-serif;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

#pricePlans {
	max-width: 69em;
	margin: 0 auto;
}

#pricePlans #plans .plan {
	background: #fff;
	float: left;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	margin: 0 0 20px 0;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
#pricePlans #plans .plan li.infos {
    min-height: 300px;
    float: left;
    width: 100%;
	font-size: 12px;
	text-align: left;
}
#pricePlans #plans .plan li.infos strike, 
#pricePlans #plans .plan li.infos s {
    color: #c0c0c0;
}

.planContainer .title h2 {
	font-weight: 300;
	margin: 0;
	padding: .6em 0;
	text-shadow: none;
}
li.bestPlan .planContainer .title h2 {
	text-shadow: 1px 1px #000000a3;
}
li.bestPlan .planContainer .title h2 {
	background: #3e4f6a;
	background: -webkit-linear-gradient(top, #475975, #364761);
	background: -moz-linear-gradient(top, #475975, #364761);
	background: -o-linear-gradient(top, #475975, #364761);
	background: -ms-linear-gradient(top, #475975, #364761);
	background: linear-gradient(top, #475975, #364761);
	color: #fff;
}
li.bestPlanTitle h4 {
    background: #96d2ff;
    /* border-radius: 6px; */
    color: #fff;
    padding: 5px 0px;
    margin: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.planContainer .price {
    text-shadow: 1px 1px #000000a3;
}
li.bestPlan .planContainer .price{
	text-shadow: 1px 1px #000000a3;
}
.planContainer .price p span{
    display: block;
    line-height: normal;	
}
.planContainer .price p .from {
    text-decoration: line-through;
    font-weight: normal;
    color: #ffffff8c;
    font-size: 14px;
}
.planContainer .price p .from:before {
    content: "De: ";
}
.planContainer .price p .to {
    text-decoration: none;
	font-size:22px;
}
.planContainer .price span.freq {
    font-size: 14px;
}
.planContainer .price p {
	background: #3e4f6a;

	background: -webkit-linear-gradient(top, #475975, #364761);
	background: -moz-linear-gradient(top, #475975, #364761);
	background: -o-linear-gradient(top, #475975, #364761);
	background: -ms-linear-gradient(top, #475975, #364761);
	background: linear-gradient(top, #475975, #364761);
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 2.6em;
	margin: 0 0 1em;
	padding: 10px;
}

li.bestPlan .planContainer .price p {
	background: #f7814d;
}

.planContainer .price p span {
	color: #fff;
}

.planContainer .options {
    padding: 20px;
}
.planContainer .options li {
}
.planContainer .button a {
	text-transform: uppercase;
	text-decoration: none;
	color: #3e4f6a;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 2.8em;
	border: 2px solid #3e4f6a;
	display: inline-block;
	width: 80%;
	border-radius: 4px;
	margin: 1.5em 0 1.8em;
}

li.bestPlan .planContainer .button a {
	color: #fff;
	background: #f7814d;
	border: 2px solid #f7814d;
}

/* Owl Carrossel */
#pricePlans #plans .owl-item {

}
#pricePlans #plans .owl-item .plan{
	width: 100%;
}

@media screen and (min-width: 481px) and (max-width: 768px) {

#pricePlans #plans .plan {
	width: 49%;
	margin: 0 2% 20px 0;
}

#pricePlans #plans > li:nth-child(2n) {
	margin-right: 0;
}

}

@media screen and (min-width: 769px) and (max-width: 1024px) {

#pricePlans #plans .plan {
	width: 49%;
	margin: 0 2% 20px 0;
}

#pricePlans #plans > li:nth-child(2n) {
	margin-right: 0;
}

}

@media screen and (min-width: 1025px) {

#pricePlans {
	margin: 2em auto;
}

#pricePlans #plans .plan {
	width: 32%;
	margin: 0 1.33% 20px 0;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}

#pricePlans #plans > li:last-child {
	margin-right: 0;
}

#pricePlans #plans .plan:hover {
	-webkit-transform: scale(1.04);
	   -moz-transform: scale(1.04);
	    -ms-transform: scale(1.04);
	     -o-transform: scale(1.04);
	        transform: scale(1.04);
}

.planContainer .button a {
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}

.planContainer .button a:hover {
	background: #3e4f6a;
	color: #fff;
}

li.bestPlan .planContainer .button a:hover {
	background: #ff9c70;
	border: 2px solid #ff9c70;
}

}