@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

body {
	font-family: 'Open Sans' !important;
	font-weight: 400;
	background-color: #FFFFFF;"
}

body.bg-slate-800 {
    color: #333 !important;
}

.img_logo {
	margin-top: -26px !important;
	margin-left: -26px !important;
	height: 80px !important;
	width: 90px !important;
}

.img_banner {
	width: 100%;
}

#hid_params{
	opacity:0;
	filter:alpha(opacity=0);
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.footer{
	width: 100%;
}
.sys-hide{
	display: none !important;
}
.sys_margin_10px{
	margin-top: 25px;
}
.supp_form_pnl{
	margin: 0px auto !important;
}
.qr_img,.qr_img > img{
	margin: 0 auto !important;
	width: 150px;
	height: 150px;
}
.navbar-brand > img{
	width: 120px;
	height: 32px;
	margin-top: -5px;
}
.easy-autocomplete{
	width: 100% !important;
}

.index_title {
	font-size: 40px;
	letter-spacing: 0px;
	font-family: 'Open Sans';
	font-weight: 700;
}

.index_catchphrase {
	font-size: 24px;
	font-family: 'Open Sans Condensed';
	font-weight: 700;
}

.index_subtitle {
	font-weight: 700;
	font-family: 'Open Sans Condensed';	
	font-size: 26px;
}

.index_subtext {
	font-family: 'Open Sans Condensed';
	font-weight: 700;
	font-size: 13px !important;
	
}



.price_panel {
	width: 26.66667%;
	margin-left: 5%;
	float: left;
}

#price_list {
	margin: 0 auto !important;
	width: 80%;
	overflow: auto;

}

 .buy_now {
 	width: 140px;
 	background-color: #FDC344;
 	border-radius: 4px;
 	color: #000000 !important;
 	height: 36px;
 	border: 0px solid;
 	font-family: 'Open Sans Condensed';
 	font-weight: 700;
 	margin-top: 20px;
 }

 .img_index {
 	width: 340px;
 	height: 340px;
 }

 .index_phrases {
 	padding-top: 10%;
 }

 .pricing_bg {
 	background-color: #3E9DE5;
 	margin-left: -20px;
 	margin-right: -20px;
 	padding-top: 20px;
 	padding-bottom: 20px;
 	font-family: 'Open Sans Condensed' !important;
 }

 .page-container {
 	padding-bottom: 0px !important;
 }

 .index_bestseller {
 	margin-top: 20px;
 	font-weight: bolder;
 	font-size: 18px;
 }

 .offer_text {
 	font-family: 'Open Sans';
 	font-size: 12px;
 	line-height: 10px;
 }

 .index_footer{
 	padding-top: 20px;
 	padding-bottom: 20px;
 	background-color: #222;
 	color: #FFFFFF !important;
 }

 .footer {
 	bottom: 0px !important;
 }

 .footer_row {
 	margin-right: 0px;
 	margin-left: 0px;
 }

 .index_footer a{
	color: #FFFFFF !important;
 }
 
 .popover {
 	font-family: 'Open Sans' !important;
 	font-size: 11px !important;
 }

.upgrade_title {
	font-size: 18px;
	font-weight: bold;
}

 .img_index_right {
 	box-shadow: -4px 0px 30px 8px rgba(69,90,100,.15);
 	padding: 0px;
 }

 .img_index_left {
 	box-shadow: 4px 0px 30px 8px rgba(69,90,100,.15);
 	padding: 0px;
 }

 @media only screen and (max-width: 600px) {
 	.pricing_bg, .footer_row, .index_footer {
 		display: none;
 	}
}

