/*
Created by Yougapi Technology
Used for CSS3 Pricing Tables #2
http://yougapi.com
*/

a {
	color: #3b5998;
	text-decoration: none;
}

a:hover {
	color: #3b5998;
	text-decoration: underline;
}

/*
#############################
########### START General CSS
*/

.pricing_wpress {
	width: 100%;
	height: 100%;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	color: #505050;
}

.pricing_wpress a {
	text-decoration: none;
}

.pricing_wpress ul {
	background: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none !important;
}

.pricing_wpress li {
	background: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none !important;
}

/*
#############################
########### START Columns CSS
*/

.pricing_wpress .pricing_column {
	width: 100%;
	height: 100%;
	float: left;
	text-align: center;
	/*background-color: #f7f7f7;*/
	-webkit-border-top-left-radius: 15px; /* Used to cancel background at borders */
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-bottom:1px solid #e6e6e6;
}

/*
.pricing_wpress .pricing_column.active_column {
	position: relative;
	z-index: 100;
	border-radius: 15px 15px 0px 0px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	box-shadow: 0px 0px 28px #222c09;
	-webkit-box-shadow: 0px 0px 28px #222c09;
	-moz-box-shadow: 0px 0px 28px #222c09;
}
*/

.pricing_wpress .pricing_column:hover {
	position: relative;
	z-index: 101;
	top: -8px;
	border-radius: 15px 15px 0px 0px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	box-shadow: 0px 0px 28px #222c09;
	-webkit-box-shadow: 0px 0px 28px #222c09;
	-moz-box-shadow: 0px 0px 28px #222c09;
	
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.pricing_wpress div.pricing_column:hover li.pricing_column_header1 {
	border-radius: 10px 10px 0px 0px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

.pricing_wpress .border_top_left {
	border-radius: 10px 0px 0px 0px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
}

.pricing_wpress .border_top_right {
	border-radius: 0px 10px 0px 0px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
}

.pricing_wpress .p_wp_s1, .pricing_wpress .p_wp_s2, .pricing_wpress .p_wp_s3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	border: 0;
	line-height: 30px;
}

.pricing_wpress .p_wp_s1 {
	font-size: 45px;
}

.pricing_wpress .p_wp_s2 {
	color: #e8e8e8;
	font-size: 22px;
	letter-spacing:1.8px;
	margin-top: 0;
	font-family: 'Myriad Pro', 'Myriad', helvetica, arial, sans-serif;
	text-shadow: 1px 1px 3px #797979;
}

.pricing_wpress .p_wp_s3 {
	font-size: 14px;
}

.pricing_wpress .pricing_column_header1 {
	width: 100%;
	height: 38px;
	padding-top: 8px;
}

.pricing_wpress .pricing_column .pricing_column_header2 {
	width: 100%;
	height: 68px;
	padding: 22px 0px 8px 0px;
}

.pricing_wpress .pricing_column .pricing_column_header2 span {
	position: relative;
	font-size: 28px;
	bottom: 8px;
}

.pricing_wpress .pricing_column_header2 {
	width: 100%;
	height: 100px;
	padding: 22px 0px 8px 12px;
}

/*
##########################
########### START Rows CSS
*/

.pricing_wpress li.pt2_row {
	width: 100%;
	height: 100%;
	float: left;
	padding-top: 8px;
	min-height: 24px;
}

/*
############################
########### START Button CSS
*/

.pricing_wpress a.pricing_wp_button {
	width: 70%;
	height: 30px;
	display: block;
	padding-top: 12px;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
}

.pricing_wpress a.pricing_wp_button:hover {
	height: 32px;
	border:0px;
}