/* bootstrap framework */
@import url("bootstrap.css");
@import url("../rs-plugin/css/settings.css");
@import url("responsiveslides.css");
@import url("prettyPhoto.css");
@import url("flexslider.css");
@import url("style.css");
@import url("rev-settings.css");
@import url("../font-awesome/css/font-awesome.css");
@import url("../formtools/style.css");
/* --------------------------------------------------to use boxed layout please enable code below/* -------------------------------------------------- */
/* @import url("boxed.css");
*/
/* load color css------------------------------
select one:aqua.cssblue.cssgreen.cssgrey.cssred.cssorange.csspink.csspurple.cssyellow.css*/
@import url("colors/green.css");
@import url("switcher.css");
/* --------------------- PRICING TABLE ----------------------------- */
#price {
	text-align: center;
	background: #f5F5F5;
}
.plan {
	display: inline-block;
	margin: 10px 1%;
	font-family: 'Lato', Arial, sans-serif;
}
.plan-inner {
	background: #fff;
	margin: 0 auto;
	min-width: 255px;
	max-width: 100%;
	position:relative;
}
.entry-title {                           /* --------------------- SECOND LARGE BOX ----------------------------- */
	background: #3a3a3a;
	height: 70px;
	position: relative;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}
.entry-title>h4 {                        /* --------------------- CONTACT TITLE TOP ----------------------------- */
	background: #585858;
	color: #ffffff;
	font-size: 15px;
	padding: 5px 0;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
}
.entry-title .price {                /* --------------------- TOP TITLE ----------------------------- */
	position: absolute;
	margin: 0;
	font-size: 20px;
	bottom: 13px;
	left: 52px;



}
.price span {
	position: absolute;
	font-size: 9px;
	bottom: -10px;
	left: 24px;
	font-size: 10px;
	font-weight: 400;
}
.entry-content {
	color: #323232;
}
.entry-content ul {
	margin: 5;
	padding: 0;
	list-style: none;
	text-align: center;
}
.entry-content li {
	border-bottom: 1px solid #E5E5E5;
	padding: 0px 0;
}
.entry-content li:last-child {
	border: none;
}
.btn {
	padding: 1em 0;
	text-align: center;
}
.btn a {
	background: #3db05c;
	border-radius:6px;
	padding: 6px 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
}
.btn a:hover {
	background-color:#7fc756;
}
.btn a:active {
	position:relative;
	top:1px;
}
.hot {
	position: absolute;
	top: -7px;
	background: #F80;
	color: #fff;
	text-transform: uppercase;
	z-index: 2;
	padding: 3px 3px;
	font-size: 13px;
	border-radius: 2px;
	right: 10px;
	font-weight: 700;
}
.basic .entry-title {
	background: #3a3a3a;
}
.basic .entry-title > h4 {
	color: #ebffeb;
	background: #13746e;
}
.basic .price {
	background: #0f5f5b;
	position: absolute;
	margin: 0;
	font-size: 20px;
	bottom: 13px;
	left: 65px;

}
.standard .entry-title {
	background: #3a3a3a;
}
.standard .entry-title > h4 {
	color: #ebffeb;
	background: #13746e;
}
.standard .price {
	background: #0f5f5b;
	position: absolute;
	margin: 0;
	font-size: 20px;
	bottom: 13px;
	left: 67px;

}
.ultimite .entry-title > h4 {
	color: #ffffff;
	background: #3a3a3a;
}
.ultimite .entry-title {
	background: #0f5f5b;
}
.ultimite .price {
	background: #0f5f5b;
	position: absolute;
	margin: 0;
	font-size: 20px;
	bottom: 13px;
	left: 65px;

}
.hot {
	position: absolute;
	top: -7px;
	background: #FFFFFF;
	color: #fff;
	text-transform: uppercase;
	z-index: 2;
	padding: 3px 3px;
	font-size: 13px;
	border-radius: 2px;
	right: 10px;
	font-weight: 700;
}
/* --------------------- END PRICING TABLE ----------------------------- */
