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

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

#pricePlans {
	zoom: 1;
}

#pricePlans {
	max-width: 69em;
	float: inherit;
	margin: 0 auto;
	padding-top: 15px;
	display: none;
}

#pricePlans #plans .plan {
	background: #eee;
	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 3px rgba(0,0,0,0.1);
}

div.title h2 {
	font-family: Caviar Dreams;
	font-size: 2.125em;
	font-weight: 600;
	text-align: center;
	color: #3e4f6a;
	margin: 0;
	padding: .5em 0;
	letter-spacing: 5px;
	word-spacing: 10px;
}

.planContainer .title h2 {
	font-family: Caviar Dreams;
	font-size: 2.125em;
	font-weight: 600;
	text-align: center;
	background: #3e4f6a;
	background: -webkit-linear-gradient(top, #2C9DC4, #006A87);
	background: -moz-linear-gradient(top, #2C9DC4, #006A87);
	background: -o-linear-gradient(top, #2C9DC4, #006A87);
	background: -ms-linear-gradient(top, #2C9DC4, #006A87);
	background: linear-gradient(top, #2C9DC4, #006A87);
	color: #fff;
	margin: 0;
	padding: .5em 0;
	border-radius: 5px 5px 0 0;
}

.planContainer .price p {
	background: #4f4f4f;
	color: #fff;
	font-family: Caviar Dreams;
	font-size: 1.5em;
	font-weight: 400;
	height: 2em;
	line-height: 2em;
	margin: 0 0 1em;
}

.planContainer .price p.bestPlanTitle  {
	background: #b9c50b;
}

.planContainer .price p span {
	color: #8394ae;
}

.planContainer .options {
	height:300px;
	display:table-cell;
	vertical-align:middle;
	margin-top: 10em;
}

.planContainer .options li {
	font-weight: 700;
	font-size: 16px;
	color: #364762;
	padding: 6px 10px !important;
	line-height: 1.15;
}

.planContainer .options li span {
	font-weight: 400;
	color: #6D6D6D;
}

.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%;
	height: 2.8em;
	border-radius: 4px;
	margin: 1.5em 0 1.8em;
}

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

#credits {
	text-align: center;
	font-size: .8em;
	font-style: italic;
	color: #777;
}

#credits a {
	color: #333;
}

#credits a:hover {
	text-decoration: none;
}

@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: 0 auto 2em;
}

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

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

#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);
	box-shadow: 0px 3px 4px #aaa;
}

.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;
}

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

}
