﻿
.promos {
  width: 800px;
  margin: 0 auto;
  margin-top: 50px;
}
.promos .promo {
  width: 250px;
  background: #0F1012; 
  color: #f9f9f9;
  float: left;
}
.promos .deal {
  padding: 10px 0 0 0;
}
.promos .deal span {
  display: block;
  text-align: center;
}
.promos .deal span:first-of-type {
  font-size: 23px;  
}
.promos .deal span:last-of-type {
  font-size: 13px;
}
.promos .promo .price {
  display: block;
  width: 250px;  
  background: #292b2e;
  margin: 15px 0 10px 0;
  text-align: center;
  font-size: 23px;
  padding: 17px 0 17px 0;
}
.promos ul {
  display: block;
  margin: 20px 0 10px 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  color: #999999;
}
.promos li {
  display: block;
  margin: 10px 0 0 0;
}
.promos button {
  border: none;
  border-radius: 40px;
  background: #292b2e;
  color: #f9f9f9;
  padding: 10px 37px;
  margin: 10px 0 20px 60px;
}
.promos .scale {
  transform: scale(1.2);
  box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8);
}
.promos .scale button {
  background: #64AAA4;
}
.promos .scale .price {
  color: #64AAA4;
}



/*White price list*/
.pricing-table {
	margin: 20px auto;
	text-align: center;
}

.pricing-table .plan {
	font: 12px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
	text-shadow: 0 1px rgba(255,255,255,.8);        
	background: #fff;      
	border: 1px solid #6F6F6F;
	color: #333;
	padding: 20px;
	/*width: 180px;*/ /* plan width = 180 + 20 + 20 + 1 + 1 = 222px */      
	float: left;
	position: relative;
	width: 25%;
	-moz-min-width: 160px;
	-ms-min-width: 160px;
	-o-min-width: 160px;
	-webkit-min-width: 160px;
	min-width: 160px;
}

.pricing-table .info {
	font: 12px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
	text-shadow: 0 1px rgba(255,255,255,.8);        
	background: #fff;      
	border: 1px solid #6F6F6F;
	color: #333;
	padding: 5px;
	float: left;
	position: relative;
	min-height: 240px;
}

.pricing-table .most-popular {
	z-index: 2;
	top: -13px;
	border-width: 3px;
	padding: 30px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
	box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);    
}

.pricing-table .plan:nth-child(1) {
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;        
}

.pricing-table .plan:nth-child(4) {
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;        
}

/* --------------- */	

.pricing-table h3 {
	font-size: 20px;
	font-weight: normal;
	padding: 20px;
	margin: -20px -20px 0 -20px;
	background-color: #808080;
	background-image: -moz-linear-gradient(#F7F7F7,#808080);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#DEDEDE), to(#808080));    
	background-image: -webkit-linear-gradient(#F7F7F7, #808080);
	background-image: -o-linear-gradient(#F7F7F7, #808080);
	background-image: -ms-linear-gradient(#F7F7F7, #808080);
	background-image: linear-gradient(#F7F7F7, #808080);
}

.info h3 {
	font-size: 20px;
	font-weight: normal;
	padding: 20px;
	margin: 0 -5px 0 -5px;
	background-color: #eee;
	background-image: -moz-linear-gradient(#fff,#eee);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));    
	background-image: -webkit-linear-gradient(#fff, #eee);
	background-image: -o-linear-gradient(#fff, #eee);
	background-image: -ms-linear-gradient(#fff, #eee);
	background-image: linear-gradient(#fff, #eee);
}

.info p {
	/*padding: 5px;*/
}

.pricing-table .most-popular h3 {
	background-color: #808080;
	background-image: -moz-linear-gradient(#F7F7F7,#808080);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), to(#808080));    
	background-image: -webkit-linear-gradient(#F7F7F7, #808080);
	background-image: -o-linear-gradient(#F7F7F7, #808080);
	background-image: -ms-linear-gradient(#F7F7F7, #808080);
	background-image: linear-gradient(#F7F7F7, #808080);
	margin-top: -30px;
	padding-top: 30px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0; 		
}

.pricing-table .plan:nth-child(1) h3 {
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;       
}

.pricing-table .plan:nth-child(4) h3 {
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;       
}	

.pricing-table h3 span {
	display: block;
	font: bold 25px/100px Georgia, Serif;
	color: #777;
	background: #fff;
	border: 5px solid #fff;
	height: 100px;
	width: 100px;
	margin: 10px auto -65px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	-webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
}

.pricing-table li span {
	font: bold 20px/20px Georgia, Serif;
	color: #777;
	background: #fff;
	padding: 0px 5px 0px 5px;
}

.price {
	font: bold 20px/20px Georgia, Serif;
	color: #777;
	background: #fff;
	padding: 0px 5px 0px 5px;
}

/* --------------- */

.pricing-table ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

.pricing-table li {
	/*border-top: 1px solid #ddd;*/
	padding: 5px 0;
}

/* --------------- */
	
.pricing-table .signup {
	position: relative;
	padding: 8px 20px;
	margin: 20px 0 0 0;  
	color: #fff;
	font: bold 14px Arial, Helvetica;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;       
	background-color: #AFAFAF;
	background-image: -moz-linear-gradient(#AFAFAF, #151515);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#AFAFAF), to(#151515));    
	background-image: -webkit-linear-gradient(#AFAFAF, #151515);
	background-image: -o-linear-gradient(#AFAFAF, #151515);
	background-image: -ms-linear-gradient(#AFAFAF, #151515);
	background-image: linear-gradient(#AFAFAF, #151515);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;     
	text-shadow: 0 1px 0 rgba(0,0,0,.3);        
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
}

.pricing-table .signup:hover {
	background-color: #151515;
	background-image: -moz-linear-gradient(#151515, #AFAFAF);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#151515), to(#AFAFAF));      
	background-image: -webkit-linear-gradient(#151515, #AFAFAF);
	background-image: -o-linear-gradient(#151515, #AFAFAF);
	background-image: -ms-linear-gradient(#151515, #AFAFAF);
	background-image: linear-gradient(#151515, #AFAFAF); 
}

.pricing-table .signup:active, .pricing-table .signup:focus {
	background: #151515;       
	top: 2px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset; 
}

/* --------------- */

.clear:before, .clear:after {
  content:"";
  display:table
}

.clear:after {
  clear:both
}

.clear {
  zoom:1
}

.sheet {
	float: left;
	margin: 13px;
	position: relative;
}

.sheet img{
	height: 150px;
	margin-top: 30px;
}

.sheet span{
	position: absolute;
}