/* #########################################################

HOW TO CREATE CSS3 PRICING TABLES [TUTORIAL]

"How to create CSS3 Pricing Tables [Tutorial]" was specially made for DesignModo by our friend Valeriu Timbuc.

Links:
http://vtimbuc.net
http://designmodo.com
http://vladimirkudinov.com

######################################################### */

/*.pricing-table{margin: 0 auto;top: 0px;position: relative;} */
.pricing-table  {
    margin-top: 50px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #828282;
    min-width:890px; 
}

.pricing-table .block1  {
   float: left;
   margin-right: 15px;
}
.pricing-table .block1Pro  {
    float: left;
    margin-right: 15px;
    border: 5px solid #1E5799;
    border-radius: 10px 10px 10px 10px;
    margin-top:-16px;
}
/*.pricing-table  {
	position: relative;
	display: inline-block;
	margin: 0 5px 0px 20px;
	vertical-align: text-top;

}
*/


/* Plan Title */
.pricing-table  .plan  {
	width: 270px;
	height: 76px;
/*	padding: 15px 0; */
	text-align: center;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
/*	margin-left:30px */
}

.pricing-table  .plan h2 {
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
/*	line-height: 24px; */
/*	padding-top:25px; */
}
.pricing-table  .plan h1 {
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 26px;
	text-transform: uppercase;
	line-height: 24px;
	padding-top:25px;
}
.pricing-table  .plan em {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
	line-height: 16px;
}

.pricing-table  .plan .green {
	color: #5e82a3;
	text-shadow: 1px 1px 0px rgba(255,255,255, .2);
	height:76px;
background: -moz-linear-gradient(top,  rgba(174,238,255,1) 0%, rgba(147,227,253,1) 14%, rgba(112,213,250,1) 27%, rgba(42,184,245,1) 49%, rgba(6,170,242,1) 65%, rgba(0,167,242,1) 69%, rgba(0,167,242,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,238,255,1)), color-stop(14%,rgba(147,227,253,1)), color-stop(27%,rgba(112,213,250,1)), color-stop(49%,rgba(42,184,245,1)), color-stop(65%,rgba(6,170,242,1)), color-stop(69%,rgba(0,167,242,1)), color-stop(100%,rgba(0,167,242,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(174,238,255,1) 0%,rgba(147,227,253,1) 14%,rgba(112,213,250,1) 27%,rgba(42,184,245,1) 49%,rgba(6,170,242,1) 65%,rgba(0,167,242,1) 69%,rgba(0,167,242,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(174,238,255,1) 0%,rgba(147,227,253,1) 14%,rgba(112,213,250,1) 27%,rgba(42,184,245,1) 49%,rgba(6,170,242,1) 65%,rgba(0,167,242,1) 69%,rgba(0,167,242,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(174,238,255,1) 0%,rgba(147,227,253,1) 14%,rgba(112,213,250,1) 27%,rgba(42,184,245,1) 49%,rgba(6,170,242,1) 65%,rgba(0,167,242,1) 69%,rgba(0,167,242,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(174,238,255,1) 0%,rgba(147,227,253,1) 14%,rgba(112,213,250,1) 27%,rgba(42,184,245,1) 49%,rgba(6,170,242,1) 65%,rgba(0,167,242,1) 69%,rgba(0,167,242,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeeeff', endColorstr='#00a7f2',GradientType=0 ); /* IE6-9 */
border-radius:10px 10px 0px 0px;

}

.pricing-table  .plan .orange {
	color: #fafafa;
	text-shadow: 1px 1px 2px rgba(0,0,0, .4);
    height:76px;
	
	background: rgb(30,87,153); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(125,185,232,1) 98%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(98%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,1) 98%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,1) 98%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,1) 98%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(125,185,232,1) 98%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
/*border-radius:5px 5px 0px 0px; */
}



/* Plan Price Section */
.pricing-table  .price  {
	position: relative;
	width: 270px;
	padding: 25px 0;

	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	font-weight: bold;

	text-align: center;
	color: #828282;

	background: #e8eef1;
	margin-top:j-2px;
/*	margin-left:30px; */
	height:316px;
	border-radius: 0px 0px 10px 10px;
}

#PricePro{ height:340px; }


.join{  margin-top:75px; }
.joinPro{  margin-top:75px; margin-right:-5px; }
.pricing-table  .price p {
	display: table;
	margin: 0 auto;
	font-size: 50px;
	line-height: 60px;
}

.pricing-table  .price p span {
	font-size: 0.5em;
	display: table-cell;
	vertical-align: middle;
}

.pricing-table  .price span { font-size: 14px; }

.pricing-table  .price a {
	display: block;
	position: absolute;
	top: 250px;
	right: -5px;
	height: 32px;
	padding: 0 10px;
	line-height: 32px;
	font-size: 12px;
	text-decoration: none;
}

.pricing-table  .price .green a {
	color: #37621f;
	text-shadow: 1px 1px 0px rgba(255,255,255, .2);

	background: #82d344;
	background: -moz-linear-gradient(top,  #82d344 0%, #51af34 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82d344), color-stop(100%,#51af34));
	background: -webkit-linear-gradient(top,  #82d344 0%,#51af34 100%);
	background: -o-linear-gradient(top,  #82d344 0%,#51af34 100%);
	background: -ms-linear-gradient(top,  #82d344 0%,#51af34 100%);
	background: linear-gradient(to bottom,  #82d344 0%,#51af34 100%);
}

.pricing-table  .price .orange a {
	color: #fafafa;
	text-shadow: 1px 1px 2px rgba(0,0,0, .3);

	background: #ff8042;
	background: -moz-linear-gradient(top,  #ff8042 0%, #f55a0e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8042), color-stop(100%,#f55a0e));
	background: -webkit-linear-gradient(top,  #ff8042 0%,#f55a0e 100%);
	background: -o-linear-gradient(top,  #ff8042 0%,#f55a0e 100%);
	background: -ms-linear-gradient(top,  #ff8042 0%,#f55a0e 100%);
	background: linear-gradient(to bottom,  #ff8042 0%,#f55a0e 100%);
}

.pricing-table  .price .green a:before,
.pricing-table  .price .orange a:before,
.pricing-table  .price .green a:after,
.pricing-table  .price .orange a:after {
	display: block;
	position: absolute;
	content: '';
}

.pricing-table  .price .green a:before,
.pricing-table  .price .orange a:before {
	width: 8px;
	height: 32px;
	top: 0;
	left: -8px;
/*	background: url(../img/badge.png) no-repeat;
*/}

.pricing-table  .price .green a:after,
.pricing-table  .price .orange a:after {
	width: 0;
	height: 0;
	bottom: -5px;
	right: 0;
	border-bottom: 5px solid transparent;
}

.pricing-table  .price .green a:before { background-position: 0 0; }
.pricing-table  .price .orange a:before { background-position: 0 -32px; }
.pricing-table  .price .green a:after { border-left: 5px solid #1c5d40; }
.pricing-table  .price .orange a:after { border-left: 5px solid #88330a; }



/* Plan Features Section */
.pricing-table tbody tr:first-child :before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 5px;
	top: -25px;
	left: 0;
	
/*	background: url(../img/stripe.png) repeat-x 0 0;
*/}

}

.pricing-table tbody tr:first-child  { border-top: 20px solid #ffffff; }

.pricing-table .clock-icon ,
.pricing-table .basket-icon ,
.pricing-table .star-icon ,
.pricing-table .heart-icon  { background: #ffffff; }

.pricing-table .clock-icon  { background-position: 0 0; }
.pricing-table .basket-icon  { background-position: 0 -30px; }
.pricing-table .star-icon  { background-position: 0 -60px; }
.pricing-table .heart-icon  { background-position: 0 -90px; }



/* Plan Description Section */
.pricing-table tfoot  {
	width: 260px;
	padding: 20px 10px;
	text-align: center;
	line-height: 18px;
	background: #ffffff;

	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #828282;

	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;

	-webkit-box-shadow: 0px 2px 0px #e4e4e4;
	-moz-box-shadow: 0px 2px 0px #e4e4e4;
	box-shadow: 0px 2px 0px #e4e4e4;
}

/* Float Text Section */

.pricing-table .package-heading {
    padding: 0;
    margin: 0;
    padding-top: 25px;
}


.table-float {
	display: block;
	position: absolute;
	width: 300px;
	padding: 80px 0 0 0;
	top: 85%;
	left: 130px;
}

.table-float p {
	font-family: Lobster13Regular, sans-serif;
	font-size: 16px;
	color: #858585;
	line-height: 20px;
}

.table-float p.big {
	font-size: 65px;
	color: #f76117;
	text-align: right;
	line-height: 65px;
}

.table-float .arrow {
	display: block;
	position: absolute;
	top: 0;
	left: 50px;
	width: 68px;
	height: 77px;
/*	background: url(../img/arrow.png) no-repeat 0 0;
*/}

.packageli{ display:block; /*margin:9px 0px 0px -10px;*/ text-align:center; /* height:22px;*/ width:270px; margin-top: 10px; }
.hr{   border-bottom: 1px solid #BDBDBD; display: block; /*height:5px; width: 252px;*/ } 
.packageul{ padding: 0;  }
.packageli-bottom{  /*background: none repeat scroll 0 0 #FFFFFF; */ border-radius: 0 0 2px 2px; /*box-shadow: 0 2px 0 #E4E4E4;*/ color: #828282; font-family: Helvetica,Arial,sans-serif; font-size: 11px; line-height: 18px;
    padding-top: 10px; text-align: center; display:block; margin: 0 5px;   }

.pro {
margin-top: -20px;
border: 5px solid rgba(30, 87, 153, 1);
border-radius: 10px;
}
