@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

/* PRICING TABLE
================================*/
.pricing-tables{
	display: block;
	
}
.pricing-table{
	width: 485px;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	background: #fff;
	position: relative;
	border: solid 1px #f1f1f1;
	/*z-index: 9;*/
	-o-transition: box-shadow .3s linear, opacity .3s linear;
	-moz-transition: box-shadow .3s linear, opacity .3s linear;
	-webkit-transition: box-shadow .3s linear, opacity .3s linear;
	transition: box-shadow .3s linear, opacity .3s linear;
}
.pricing-table li{
	width: 100%;
	float: left;
	color: #999;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	text-align: center;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}

/* PLAN
================================*/
.pricing-table .plan{
	padding: 14px 0 0;
	height: 66px;
	float: left;
	color: #999;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: solid 10px #555;
	-o-transition: border .3s linear;
	-moz-transition: border .3s linear;
	-webkit-transition: border .3s linear;
	transition: border .3s linear;
}

/* PRICE
================================*/
.pricing-table .table-price{
	margin-bottom: 10px;
	padding: 0 26px 10px;
	float: left;
	font-size: 60px;
	font-weight: 300;
	color: #999;
	border-bottom: dotted 1px #dedede;
}
.pricing-table .table-price .month{
	font-size: 10px;
	float: right;
	width: 100%;
}
.pricing-table .table-price .dollar{
	font-size: 22px;
}

/* DETAILS
================================*/
.pricing-table .detail{
	padding: 7px 26px;
	float: left;
	font-size: 13px;
	font-weight: 300;
	position: relative;
}

/* SIGN UP BUTTON
================================*/
.pricing-table .sign-up{
	margin: 10px 0 0;
	float: left;
	padding: 20px 0;
	font-size: 16px;
	text-decoration: none;
	border-top: dotted 1px #dedede;
}
.pricing-table .sign-up a{
	padding: 10px 20px 11px;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	color: #dedede;
	background: #555;
	border-radius: 4px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	-o-transition: background .3s linear;
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

/* HOVER EFFECT
================================*/
.pricing-tables:hover .pricing-table{
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.pricing-table:hover{
	box-shadow: 0 1px 30px #ccc;
	/*z-index: 10;*/
	opacity: 1 !important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important;
}


/* STYLES
================================*/
/* blue */
.blue .plan{ border-bottom-color: #00B4CC; }
.blue .sign-up a{ background: #00B4CC; color: #fff; }
/* green */
.green .plan{ border-bottom-color: #37bc9b; }
.green .sign-up a{ background: #37bc9b; color: #fff; }
/* red */
.red .plan{ border-bottom-color: #F03C02; }
.red .sign-up a{ background: #F03C02; color: #fff; }
/* orange */
.orange .plan{ border-bottom-color: #ff9900; }
.orange .sign-up a{ background: #ff9900; color: #fff; }
/* yellow */
.yellow .plan{ border-bottom-color: #f1c40f; }
.yellow .sign-up a{ background: #f1c40f; color: #fff; }
/* purple */
.purple .plan{ border-bottom-color: #967adc; }
.purple .sign-up a{ background: #967adc; color: #fff; }
/* black */
.black .plan{ border-bottom-color: #222; }
.black .sign-up a{ background: #222; color: #fff; }


/* RESPONSIVE DESIGN
================================*/

@media (max-width: 800px) {
	.pricing-table{width: 49%;}
	#content{width:600px!important;}
}
@media (max-width: 768px) {
	.pricing-table{width: 49%;}
	#content{width:600px;}
}
@media (max-width: 600px) {
	.pricing-table{width: 49%;}
	#content{width:500px!important;}
}
@media (max-width: 480px) {
	.pricing-table{width: 49%;margin: 0 0 10px;}
	#content{width:320px!important;}
}
