/*-------------------------------------------------------------- 
>>> TABLE OF CONTENTS: 
----------------------------------------------------------------
########################################
File Name: web-pricing-tables.css
Template Name: Rocket App
Created By: Muneeb Ul Haq Gilani
http://themeforest.net/user/thematicwebs
Description : Below is the description of web-pricing-tables.css file with table of contents and style names for easy search.
#########################################

 0.0 - PRICING TABLE general styling	
 	0.1 - PLAN
 		0.2 - PRICE
 			0.3 - DETAILS 
 				0.4 - FEATURED PRICING TABLE 
 					0.5 - SIGN UP BUTTON 
 1.0 - STYLES
 9.0 - Responsiveness
--------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

/* PRICING TABLE
================================*/
.pricing-table{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	-moz-transition: box-shadow .3s linear;
	-webkit-transition: box-shadow .3s linear;
	
	background:none;
	border:3px solid #181A20;
	text-align:center;
}
.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;
}
.pricing-table:hover{
	box-shadow:none;
	z-index: 99;
}
.content{
	margin: 0px auto;
}

/* PLAN
================================*/
.pricing-table .plan{
	height: 70px;
	float: left;
	font-size: 26px;
	font-weight: 700;
	
	color:#181A20;
	text-transform:uppercase;
	letter-spacing:2px;
	padding-top:25px;
	background:0;
}

/* PRICE
================================*/
.pricing-table .table-price{
	height: 62px;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom:3px solid #181A20;
	
	float:none;
	display:inline-block;
	margin-bottom:20px;
	padding:12px 20px;
}
.table-price{width:60% !important;}
.pricing-table .table-price .month{
	font-size: 10px;
}

/* price animation */
@-webkit-keyframes toBottomFromTop {
	49% { -webkit-transform: translateY(100%); }
	50% { opacity: 0; -webkit-transform: translateY(-100%); }
	51% { opacity: 1; }
}
@-moz-keyframes toBottomFromTop {
	49% { -moz-transform: translateY(100%);	}
	50% { opacity: 0; -moz-transform: translateY(-100%); }
	51% { opacity: 1; }
}
@keyframes toBottomFromTop {
	49% { transform: translateY(100%); }
	50% { opacity: 0; transform: translateY(-100%); }
	51% { opacity: 1; }
}

/* DETAILS
================================*/
.pricing-table .detail{
	padding: 13px 26px;
	float: left;
	font-size: 13px;
	font-weight: 300;
	position: relative;
	background-color:#FFFFFF;
}

/* STRIPED ITEMS (finally, works on IE8, \o/ )
================================*/
li.detail + li.detail,
li.detail + li.detail + li.detail + li.detail,
li.detail + li.detail + li.detail + li.detail + li.detail + li.detail,
li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail,
li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail,
li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail,
li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail,
li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail,
li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail,
li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail{
	background: #FFFFFF;
}
li.detail,
li.detail + li.detail ~ li.detail,
li.detail + li.detail + li.detail + li.detail ~ li.detail,
li.detail + li.detail + li.detail + li.detail + li.detail + li.detail ~ li.detail,
li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail ~ li.detail,
li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail ~ li.detail,
li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail ~ li.detail,
li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail ~ li.detail,
li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail ~ li.detail,
li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail ~ li.detail,
li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail + li.detail ~ li.detail{
	background: #FFFFFF;
}

/* FEATURED PRICING TABLE
================================*/
.pricing-table.featured{
	box-shadow: 0 1px 5px #999;
	z-index: 98;
}
.pricing-table.featured .table-price{
	background: #999;
	color: #fff;
}


/* SIGN UP BUTTON
================================*/
.pricing-table .sign-up{
	width: 100%;
	float: left;
	font-size: 16px;
	text-decoration: none;
}
.pricing-table .sign-up a{
	width: 100%;
	padding: 14px 0;
	display: block;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	background: #999;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	-webkit-transition: background .3s linear;
	
	padding:20px;
	margin-top:20px;
	border-top:3px solid #171A20;
}
.pricing-table:hover .sign-up a{
	background: #777;
}


/* STYLES
================================*/

/* blue */
.blue:hover .table-price{ background-color:#FFFFFF; color:#5d9cec;  border-bottom:3px solid #181A20 !important;}
.blue .table-price{ color: #5d9cec; }
.blue.featured .table-price, .blue .sign-up a{background-color:#5d9cec;}
.blue:hover .sign-up a{ background: #4a89dc; }


/* green */
.green:hover .table-price{ background-color:#FFFFFF;}
.green .table-price{ color: #48cfad; }
.green.featured .table-price, .green .sign-up a{background-color:#48cfad; }
.green:hover .sign-up a{ background: #37bc9b; }

/* red */
.red:hover .table-price{ background-color:#FFFFFF;}
.red .table-price{ color: #ed5565; }
.red.featured .table-price, .red .sign-up a{background-color:#ed5565; }
.red:hover .sign-up a{ background: #da4453; }

/* orange */
.orange:hover .table-price{ background-color:#FFFFFF;}
.orange .table-price{ color: #ffad33; }
.orange.featured .table-price, .orange .sign-up a{background-color:#ffad33; }
.orange:hover .sign-up a{ background: #FF9900; }

/* yellow */
.yellow:hover .table-price{ background-color:#FFFFFF;}
.yellow .table-price{ color: #ffce54; }
.yellow.featured .table-price, .yellow .sign-up a{background-color:#ffce54; }
.yellow:hover .sign-up a{ background: #f6bb42; }

/* purple */
.purple:hover .table-price{ background-color:#FFFFFF;}
.purple .table-price{ color: #ac92ec; }
.purple.featured .table-price, .purple .sign-up a{background-color:#ac92ec; }
.purple:hover .sign-up a{ background: #967adc; }

/* black */
.black:hover .table-price{ background-color:#FFFFFF;}
.black .table-price{ color: #333; }
.black.featured .table-price, .black .sign-up a{background-color:#333;}
.black:hover .sign-up a{ background: #222; }

/* grey */
.grey:hover .table-price{ background-color:#FFFFFF;}
.grey .table-price{ color: #999; }
.grey.featured .table-price, .grey .sign-up a{background-color:#999; }
.grey:hover .sign-up a{ background: #777777; }

/* RESPONSIVE DESIGN
================================*/
@media (max-width: 992px){
.pricing-table { margin-bottom:25px; }
}
@media (min-width: 480px) {
.pricing-table { margin-bottom:25px; }
}

@media (max-width: 480px) {
	.pricing-table{
		width: 100%;
		margin: 0 0 10px;
	}
}
@media (max-width: 768px) {
	.content{
		width: 100%;
	}
}
