/* 33brushes styles */
/*
 * Author:33brushes.com 
 */


@font-face {
    font-family: 'bebas_neueregular';
    src: url('fonts/bebasneue-webfont.html');
    src: url('fonts/bebasneue-webfontd41d.html?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue-webfont.woff') format('woff'),
         url('fonts/bebasneue-webfont-2.html') format('truetype'),
         url('fonts/bebasneue-webfont-3.html#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'commonsregular';
    src: url('fonts/commonsregular-webfont.html');
    src: url('fonts/commonsregular-webfontd41d.html?#iefix') format('embedded-opentype'),
         url('fonts/commonsregular-webfont-2.html') format('woff'),
         url('fonts/commonsregular-webfont-3.html') format('truetype'),
         url('fonts/commonsregular-webfont-4.html#commonsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	width: 100%;
	height: 100%;
	background: #E2E8CD;
	font-family: "Lato", sans-serif;
	font-size: 14px;
}

h3 {
	font-size: 20px;
	line-height: 40px;
	color: #644931;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	padding-left: 10px;
}

a {color: #2B75A6;}

a:hover {text-decoration: none; color: #2B75A6;}

/*Layout*/

.account-bar a {color: #ffffff;}

.wrapper {
	margin: 0px auto;
	overflow: hidden;
}

.header {
	width:100%;
	height:70px;
	margin: 0px auto;
	background: #f2fbd3;
}

.header-top {
	height: 40px;
	margin: 0px;
	position: relative;
	line-height: 40px;
}

.top-e-mail {
	background: url(../img/top-e-mail.html) no-repeat left center;
	padding-left: 36px;
	color: white;
}

.facebook {
	background: url(../img/facebook.html) no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin: 0px 2px;
	vertical-align: middle;
}


.twitter {
	background: url(../img/twitter.html) no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin: 0px 2px;
	vertical-align: middle;
}

.top-navi a {
	color: white;
	text-transform: uppercase;
	padding: 0px 6px;
}


.container {
	width: 992px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	
}

.sub-pages {margin-top: 20px;}


.row2 {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}

.row3 {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}


.fl-l {

	float: left;

}

.fl-r {

	float: right;

}

.top-stats {
	background: url(../img/stats-bg.html) no-repeat;
	width: 480px;
	height: 52px;
	margin-top: 20px;
	padding-left: 60px;
	color: white;
	font-size: 12px;
	line-height: 50px;
}

.logo {
	background: url(../img/logo.png) no-repeat;
	width: 248px;
	height: 62px;
	margin-top: 3px;
	margin-left: 0px;
	display: block;
}

.login-register {
	width: 468px;
	height: 60px;
	float: right;
	margin-top: 32px;
	margin-right: 12px;
}

.login-register ul {margin: 0px;}

.login-register ul li {list-style: none; float: left;}

.login-register ul li a {
	display: block;
	width: 150px;
	text-align: left;
	padding-left: 15px;
	padding-right: 3px;
	font-family: 'Arial', sans-serif;
	font-weight: 300;
	font-size: 12px;
	color: #4F524F;
	line-height: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 7px;
}

.login-header {

	background: #f2f1f1;
	border: 1px solid #dcdcdc;
	-moz-border-radius: 25px;
	-webkit-border-radius:25px;
	-o-border-radius: 25px;
	border-radius: 25px;


}

.login-header:hover {background: #e6e8ea;}


.register-header {
	background: #4494d0;
	background: -moz-linear-gradient(top, #55abeb 0%, #4494d0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#55abeb), color-stop(100%,#4494d0));
	background: -webkit-linear-gradient(top, #55abeb 0%,#4494d0 100%);
	background: -o-linear-gradient(top, #55abeb 0%,#4494d0 100%);
	background: -ms-linear-gradient(top, #55abeb 0%,#4494d0 100%);
	background: linear-gradient(top, #55abeb 0%,#4494d0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55abeb', endColorstr='#4494d0',GradientType=0 );
	text-shadow: 1px 1px 1px #1f5a86;
}

.register-header:hover {background: #4494d0;}

.center_wrap1 {
	position: relative;
	left: 50%;
	float: left;
	text-align: center;
}

.center_wrap2 {
	position: relative;
	left: -50%;
	float: left;
}


.navigation {
	width: 656px;
	height: 42px;
	float: right;
	margin-bottom: 15px;
	margin-top: 17px;
}

.nav-tabs > li, .nav-pills > li {
	float: right;
}

.navigation .nav-pills > li > a { 
	color: white;
	font-size: 15px;
	padding: 7px 18px 10px;
	margin: 0px 5px;
	line-height: 16px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-family: 'Lato', sans-serif;
	background: #7FBD00;
	background: -moz-linear-gradient(top, #7FBD00 37%, #659400 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(37%,#7FBD00), color-stop(100%,#659400));
	background: -webkit-linear-gradient(top, #7FBD00 37%,#659400 100%);
	background: -o-linear-gradient(top, #7FBD00 37%,#659400 100%);
	background: -ms-linear-gradient(top, #7FBD00 37%,#659400 100%);
	background: linear-gradient(to bottom, #7FBD00 37%,#659400 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fbd00', endColorstr='#659400',GradientType=0 );
	-webkit-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.5), 0px 1px 3px 0px #cfcbcb;
	-moz-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.5), 0px 1px 3px 0px #cfcbcb;
	box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.5), 0px 1px 3px 0px #cfcbcb;
	border: 1px solid #5A8208;
}



.navigation .nav-pills > li > a:hover {
	background: #80c553; /* Old browsers */
	background: -moz-linear-gradient(top, #80c553 0%, #6cb140 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80c553), color-stop(100%,#6cb140)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #80c553 0%,#6cb140 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #80c553 0%,#6cb140 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #80c553 0%,#6cb140 100%); /* IE10+ */
	background: linear-gradient(to bottom, #80c553 0%,#6cb140 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80c553', endColorstr='#6cb140',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
}

.navigation .nav-pills > li > a i {margin-right: 4px;}

.navigation .nav > li > a:hover {
	background: #6EA300; /* IE6-9 */
	color: #ffffff;
}

.navigation .nav-pills > li > a.active {
	background-color: #3A78B4;
	color: #ffffff;
	border: 1px solid #3065A3;
	text-shadow: 1px 1px 1px #3065A3;

}

/*== Footer ==*/

.footer-top {
	background: #285a8b;
	height: 54px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.payment-logos {
	background: url(../img/payment-logos.png) no-repeat right center;
	width: 248px;
	height: 70px;
	float: right;
	margin-top: 5px;
	margin-right: 80px;
}

.social-logos {
	padding-right: 10px;
	border-right: 3px solid #1A436B;
	width: 220px;
	height: 40px;
	float: left;
	padding-left: 20px;
	padding-top: 15px;
}
 
 
.ddos-protected {
	background: url(../img/ddos-protected.html) no-repeat left center;
	margin-left: 10px;
	width: 250px;
	height: 50px;
	float: left;
}
 

.footer {
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0px auto;
	height: 65px;
	overflow: hidden;
	background: #6e533a;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}

.footer .span6 {
	width: 420px;
	height: 40px;
	padding-top: 25px;
	margin-left: 0px;
	margin-right: 0px;
	}

.footer .span5 ul {display: block; overflow: hidden; margin-bottom: 0px;}	
 
.footer .span5 ul li{ float: left; text-align: left; padding-right: 20px; 	line-height: 40px;}

.footer .span5 a {
	color: #ffffff; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	}

.footer .copyright {
	float: left;
	margin-left: 5px;
	font-size: 12px;
	margin-top: 20px;
	color: #46494a;
}

.footer .span5 {
	width: 380px;
	padding-top: 15px;
	float: right;
}

.footer a {color: #ffffff;}




.footer-bottom {
	background: #3E3E3E;
	height: 40px;
	text-align: center;

}

.center_wrap1 {
	position: relative;
	left: 50%;
	float: left;
	text-align: center;
}

.center_wrap2 {
	position: relative;
	left: -50%;
	float: left;
}



/*Homepage*/

.home-top-container {
	width: 100%;
	min-height: 126px;
	position: relative;
	background: #5dd2c2 url('../img/slider-middle.jpg') repeat-x;
}

.slider-middle {
	width: 992px;
	height:402px;
	margin: 0px auto;
	position: relative;
	background: url(../img/slider-img.png) no-repeat right 13px;
}

.slider-image {
	
	width: 986px;
	height: 336px;
	margin: 20px auto 0px;
}

.slider-box {
	color: white;
	font-family: 'Signika', sans-serif;
	font-size: 16px;
	padding-left: 72px;
	height: 74px;
	line-height: 20px;
	padding-top: 5px;
}

.slider-box1 {
	background: url(../img/slider-box1.html) no-repeat left top;
	
}

.slider-box2 {
	background: url(../img/slider-box2.html) no-repeat left top;
	
}

.slider-box3 {
	background: url(../img/slider-box3.html) no-repeat left top;
	
}


.statistics-container {
	background: #6e533a;
}

.statistics {
	height: 90px;
	line-height: 90px;
	font-family: 'Source Sans Pro', sans-serif;
	color: white;
	font-size: 28px;
	font-weight: normal;
	overflow: hidden;
	background: url(../img/stat-ic1.png) no-repeat 5px center;
	width: 892px;
	margin: 0px auto;
	padding-left: 100px;
}

.statistics .btn-info {
	font-family: 'bebas_neueregular', sans-serif;
	font-size: 36px;
	-webkit-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.5), 0px 1px 3px 0px #4f3925;
	-moz-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.5), 0px 1px 3px 0px #4f3925;
	box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.5), 0px 1px 3px 0px #4f3925;
	padding: 12px 35px;
	margin-left: 10px;
}


.stat-ic1 {
	background: url(../img/stat-ic1.png) no-repeat left center;
	padding-left: 55px;
	width: 250px;
	margin-right: 30px;
	float: left;
}

.stat-ic2 {
	background: url(../img/stat-ic2.html) no-repeat left center;
	padding-left: 55px;
	width: 250px;
	margin-right: 30px;
	float: left;
}

.stat-ic3 {
	background: url(../img/stat-ic3.html) no-repeat left center;
	padding-left: 55px;
	width: 250px;
	float: left;
}

.stat-text {
	width: 118px;
	float: left;
	text-align: left;
}


.statistics span {
	color: #5282af;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 900;
	padding-right: 5px;
}

.slider-text {
	width: 435px;
	height: 381px;
	text-align: left;
	padding-top: 20px;
	margin: 0px;
}

.slider-text h1 {
	font-family: 'bebas_neueregular', sans-serif;
	font-size: 60px;
	font-weight: normal;
	color: white;
	line-height: 65px;
	text-shadow: 1px 4px 0px #35BCB8;
}

.slider-text h1 span {font-size: 48px;}

.slider-text p {
	color: #6e533a;
	font-size: 24px;
	font-family: 'Lato', sans-serif;
	line-height: 30px;
}

.slider-text h2 {
	font-family: 'bebas_neueregular', sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #7b5229;
	line-height: 55px;
}

.upgrade-icon {
	width: 97px;
	height: 92px;
	background: url(../img/upgrade-price.png) no-repeat left center;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.slider-text ul {margin-left: 0px; list-style: none;}

.slider-text ul li {
	color: white;
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	line-height: 40px;
	font-weight: 600;
	padding-left: 34px;
	background: url(../img/list-bg.png) no-repeat left 6px;
}

.join-button {
	line-height: 53px;
	font-family: 'Signika', sans-serif;
	font-size: 24px;
	text-align: center;
	display: block;
	color: white;
	margin-top: 10px;
	text-transform: uppercase;
	background: #D61B2C;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 3px 0px 0px #C01828;
	-moz-box-shadow: 0px 3px 0px 0px #c01828;
	box-shadow: 0px 3px 0px 0px #C01828;
	width: 226px;
	margin-left: 10px;
}

.join-button:hover {
	background: #e5283a;
	color: white;

}

.join-button span {
	padding-left: 32px; color: #B1292E;
}


.owner-info {
	width: 424px;
	height: 129px;
	background: url(../img/owner-info.html) no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	color:#434040;
	padding-top: 228px;
	text-align: center;
	float: right;
	text-align: center;
}

.owner-info h1 {font-size: 30px;  font-family: 'bebas_neueregular', sans-serif; color: #BF1E2E; text-transform: uppercase; font-weight: normal; margin-bottom: 0px;}

.owner-info p {font-size: 14px; font-weight: bold; line-height: 22px;}

#content {
	background: white;
	padding: 8px;
	color: #414141;
	width: 910px;
	margin: 10px auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
}


.home-slider {
	background: #fdda47;
	width: 100%;
	height: 263px;

}

.slider-container {
	background: url(../img/header-bg.html) repeat-y;
	height: 299px;
	margin: 0 auto;
	overflow: hidden;
}

.banners-footer {
	overflow: hidden;
	padding: 10px;
	background: #ffffff;
	margin: 0px auto 15px;
	width: 980px;
	-webkit-box-shadow: 0px 1px 5px 0px #cfcbcb;
	-moz-box-shadow: 0px 1px 5px 0px #cfcbcb;
	box-shadow: 0px 1px 5px 0px #cfcbcb;
}

.ads-bottom {
	overflow: hidden;
	margin: 0px auto;
	padding-bottom: 10px;

}

.feat1 {
	width: 262px;
	margin-right: 10px;
	float: left;
}

.banners {
	width: 968px;
	margin: 0px auto;
}

.feat2 {
	width: 252px;
	float: right;
	
}

.banner {height: 60px; width: 468px; float: left;}

.payment-systems {width: 314px; height: 80px; float: left; text-align: center; font-size: 14px;}


.middle-statistics  a {color: #a26cd0; font-size: 14px;}

.home-float1 {
width: 248px;
float: left;
margin-left: 25px;
background: url(../img/home-img2.html) no-repeat center;
height: 200px;
}

.home-float3 {
width: 248px;
float: left;
margin-left: 25px;
background: url(../img/home-img1.html) no-repeat center;
height: 200px;
}

.home-float2 {
width: 345px;
float: right;
margin-right: 20px;
}

.home-float2 ul {list-style: none; margin-left: 10px; margin-top: 20px;}

.home-float2 li {
background: url(../img/list-bg.png) no-repeat left 5px;
padding-left: 15px;
font-size: 12px;

}

.featured-arrow {
	background: url(../img/featured-arrow.html) no-repeat left top;
	position: absolute;
	width: 23px;
	height: 36px;
	left: -23px;
	top: 15px;
}

.featured-title {
	background: #0C4771;
	padding: 5px 8px;
	text-align: left;
	color: #ffffff;
	font-family: 'Signika', sans-serif;
	font-size: 18px;
	margin-top: 10px;
	border-bottom: 3px solid #0b4065;
}

.featured {
	line-height: 20px;
	color: #898884;
	position:relative;
	min-height: 130px;
	padding: 10px 0px;
}

.featured ul {margin-left: 5px;}

.featured li {
	color: #3f4040;
	padding-left: 0px;
	line-height: 16px;
	font-size: 12px;
	list-style: none;
}


.featured li span {color:#FED642; font-size: 12px; display: none;}

.featured li a {color: #27669c; font-weight: normal; font-size: 12px;}



.main-content {
	width: 992px;
	margin: 0px auto;
	padding: 10px 0px 10px;
}

.sub-content {
	background: white;
	margin-bottom: 25px;
}



.home-content-fl2 {
	float: left;
	width: 310px;
	margin-left: 0px;
	position: relative;
	margin-top: 10px;
	margin-right: 25px;
	background: #7FBD00;
	background: -moz-linear-gradient(top, #7FBD00 37%, #659400 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(37%,#7FBD00), color-stop(100%,#659400));
	background: -webkit-linear-gradient(top, #7FBD00 37%,#659400 100%);
	background: -o-linear-gradient(top, #7FBD00 37%,#659400 100%);
	background: -ms-linear-gradient(top, #7FBD00 37%,#659400 100%);
	background: linear-gradient(to bottom, #7FBD00 37%,#659400 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fbd00', endColorstr='#659400',GradientType=0 );
	-webkit-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.5), 0px 1px 3px 0px #CFCBCB;
	-moz-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.5), 0px 1px 3px 0px #cfcbcb;
	box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.5), 0px 1px 3px 0px #CFCBCB;
	border: 2px solid #5A8208;
	padding: 0px;
	padding-bottom: 15px;
	color: white;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	min-height: 290px;
	}

h1.statistics {
	font-family: 'clementepdaelight', sans-serif;
	color: #262020;
	font-size: 24px;
	font-weight: normal;


}


.member-img {
	background: url(../img/member-img.html) no-repeat 0px 0px;
	width: 296px;
	height: 128px;
	margin: 0px auto 10px;
}

.advertiser-img {
	background: url(../img/advertiser-img.html) no-repeat 0px 0px;
	width: 296px;
	height: 128px;
	margin: 0px auto 10px;
}

.about-img {
	background: url(../img/about-img.html) no-repeat 0px 0px;
	width: 296px;
	height: 128px;
	margin: 0px auto 10px;
}


.featured-container {
	width: 265px;
	position: relative;
	margin-top: 10px;
	margin-right: 0px;
} 

.home-content-fl3 h1 {
	color: #0c4771;
	font-size: 30px;
	font-family: 'Signika', sans-serif;
	line-height: 30px;
	margin: 0px;
	font-weight: normal;
	margin-bottom: 10px;
}


.news-title {
	border: 1px solid #1A446E;
	background: #3672AF;
	background: -moz-linear-gradient(top, #3672AF 0%, #205891 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3672AF), color-stop(100%,#205891));
	background: -webkit-linear-gradient(top, #3672AF 0%,#205891 100%);
	background: -o-linear-gradient(top, #3672AF 0%,#205891 100%);
	background: -ms-linear-gradient(top, #3672AF 0%,#205891 100%);
	background: linear-gradient(to bottom, #3672AF 0%,#205891 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3672af', endColorstr='#205891',GradientType=0 );
	border-bottom: 2px solid #F09C09;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius:  3px 3px 0px 0px;
	-o-border-radius:  3px 3px 0px 0px;
	border-radius:  3px 3px 0px 0px;
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 40px;
	font-size: 18px;
	font-weight: 600;
}


.news-icon {
	width: 32px;
	height:24px;
	background: url(../img/news-icon.html) no-repeat 0px center;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;

}
.member-benefits {
	overflow: hidden;
	padding-bottom: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.member-benefits .btn {
	margin-bottom: 10px;
}

.member-benefits h1 {
	font-family: 'bebas_neueregular', sans-serif;
	text-align: center;
	line-height: 62px;
	font-size: 42px;
	font-weight: normal;
	color: white;
	margin-bottom: 0px;
	text-transform: uppercase;
	background: #6d5239; /* Old browsers */
	background: -moz-linear-gradient(top, #6d5239 37%, #5a3f27 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(37%,#6d5239), color-stop(100%,#5a3f27)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6d5239 37%,#5a3f27 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6d5239 37%,#5a3f27 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6d5239 37%,#5a3f27 100%); /* IE10+ */
	background: linear-gradient(to bottom, #6d5239 37%,#5a3f27 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d5239', endColorstr='#5a3f27',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.5);
	border: 2px solid #6e533a;
	margin: -2px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	-o-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}

.benefits-list {float: left; width: 210px; margin-left: 10px;}


.member-benefits ul {
	margin: 10px;
	list-style: none;
	color: #f6c6868;
	font-family: 'Lato', sans-serif;
}

.member-benefits li {
	text-align: left;
	line-height: 24px;
	margin-bottom: 6px;
	font-size: 15px;
	background: url(../img/list-bg.png) no-repeat 8px 2px;
	padding-left: 36px;
}



.list-container {
	overflow: hidden;
	width: 600px;
	margin: 0px auto 20px;
	color: #6D6464;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;

}

	
.box1 h2, .box2 h2, .box3 h2 {
	color: #D66025;
	font-size: 36px;
	font-weight: normal;
	line-height: 44px;
	font-family: 'bebas_neueregular', sans-serif;
	margin-bottom: 0px;
	text-align: left;

}
	
.box1 {
	background: url(../img/home-icon1.html) no-repeat 8px center;
	color: #5A5F63;
	font-weight: normal;
	font-size: 14px;
	font-family: 'Signika', sans-serif;
	width: 240px;
	padding-left: 75px;
	text-align: left;
	margin: 8px 0px;
	line-height: 18px;
	height: 54px;
	padding-top: 2px;

}	

.box2 {
	background: url(../img/home-icon2.html) no-repeat 0px center;
	color: #5A5F63;
	font-weight: normal;
	font-size: 14px;
	font-family: 'Signika', sans-serif;
	width: 240px;
	padding-left: 75px;
	text-align: left;
	margin: 8px 0px;
	line-height: 18px;
	height: 54px;
	padding-top: 2px;
}

.box3 {
	background: url(../img/home-icon3.html) no-repeat 0px center;
	color: #5A5F63;
	font-weight: normal;
	font-size: 14px;
	font-family: 'Signika', sans-serif;
	width: 240px;
	padding-left: 75px;
	text-align: left;
	margin: 8px 0px;
	line-height: 18px;
	height: 54px;
	padding-top: 2px;

}

.box-sub-title {
	color:#9d9d9d;
	font-family: Georgia;
	font-size: 19px;
	font-style: italic;
	text-align: center;
	margin-top: 90px;
}	

.secure-payments {
	background: url(../img/secure-payments.html) no-repeat;
	width: 290px;
	height: 102px;
	margin-top: 10px;
}


.home-bottom {
	background: #f7faec; /* Old browsers */
	background: -moz-linear-gradient(top, #f7faec 0%, #f2fbd5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7faec), color-stop(100%,#f2fbd5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7faec 0%,#f2fbd5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7faec 0%,#f2fbd5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f7faec 0%,#f2fbd5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f7faec 0%,#f2fbd5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7faec', endColorstr='#f2fbd5',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #d9dfc5;
	padding: 10px;
	margin: 5px 0px;
	overflow: hidden;
}

.home-bottom .banner {padding-top: 8px;}

/*Sub pages*/


.clear {clear: both;}


/*Buttons*/

.btn-primary {
	background: #2275d5;
	background: -moz-linear-gradient(top, #4e9cf4 0%, #2275d5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e9cf4), color-stop(100%,#2275d5));
	background: -webkit-linear-gradient(top, #4e9cf4 0%,#2275d5 100%);
	background: -o-linear-gradient(top, #4e9cf4 0%,#2275d5 100%);
	background: -ms-linear-gradient(top, #4e9cf4 0%,#2275d5 100%);
	background: linear-gradient(top, #4e9cf4 0%,#2275d5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e9cf4', endColorstr='#2275d5',GradientType=0 );
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;

}

.btn-primary:hover {
	background: #2275d5;
}

.btn-inverse {	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	}
	
.btn-medium {padding: 6px 20px;}

.btn-small {padding: 7px 10px;}		
	
.btn-large {

	padding: 8px 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	margin: 10px 4px;
}



.dashboardbox {
background: #21BACA;
}

input[type="text"].frm_search_txt {margin-bottom: 0px;}


.membertoolbar {z-index: 1000;}

#tabs .widget-content table {border: 1px solid #D5CECE;}

#tabs .widget-content table td {font-size: 12px; font-family: Arial; background: white; padding: 3px 7px; border-bottom: 1px solid #D5CECE;}

#tabs .widget-content {
	min-height: 90px;
	padding: 10px 0px;
	background: none;
	margin: 0px 5px;
	border: 0px;
}

#tabs .widget-title {
	margin: 0px 5px;
}

#keyboard li {
	float: left;
	font-family: Arial;
	font-size: 11px;
	height: 14px;
	line-height: 14px;
	margin: 0 2px 2px 0;
	text-align: center;
	width: 14px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background: #E7EAED;
	background: -moz-linear-gradient(top, white 0%, #E7EAED 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #E7EAED));
	background: -webkit-linear-gradient(top, white 0%, #E7EAED 100%);
	background: -o-linear-gradient(top, white 0%, #E7EAED 100%);
	background: -ms-linear-gradient(top, white 0%, #E7EAED 100%);
	background: linear-gradient(top, white 0%, #E7EAED 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7eaed',GradientType=0 );
	border: 1px solid #dedddd;

}

#keyboard li:hover {background: #E7EAED;}


.formclass input[type="text"], .formclass input[type="password"] {
	border: 1px solid #9F9F9F;
	font-size: 12px;
	padding: 4px;
	font-family: Arial;
}




.sub-pages h3 {
	color: #4a4b49;
	padding: 10px;

}

.forum_top {
	background: #F9EFDA;
	background: -moz-linear-gradient(top, #FCF9F1 0%, #F9EFDA 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FCF9F1), color-stop(100%,#F9EFDA));
	background: -webkit-linear-gradient(top, #FCF9F1 0%,#F9EFDA 100%);
	background: -o-linear-gradient(top, #FCF9F1 0%,#F9EFDA 100%);
	background: -ms-linear-gradient(top, #FCF9F1 0%,#F9EFDA 100%);
	background: linear-gradient(top, #FCF9F1 0%,#F9EFDA 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf9f1', endColorstr='#f9efda',GradientType=0 );
	color: #B39982;
	text-shadow: 1px 1px 1px white;
	padding: 10px;
}

.forum_cell {
border: 1px solid #DCC89C;
}

.frm_title {
color: #a46fd1;
}



.forum_top a {color: #4a4b49;}

.forum_cell_white {
	border: 1px solid #BEC5C9;
	background: white;
}


.account-top {
	border: 1px solid #1F466E;
	background: #285A8B;
	color: white;
}

.account-buttons i {margin-right: 3px;}

.celltop {
	background: #6C9E00;
	border: 1px solid #6C9E00;
	text-shadow: none;
	font-weight: normal;
	font-size: 15px;
	font-family: Lato, sans-serif;
	text-align: center;

}


.menubarlist, .menubarlist li ul {width: 190px;}


#content .forum_topcell {
	color: #a68f7a;
	border: 1px solid #ddca9e;
	background: #efe0b8;
	text-shadow: 0 1px 0 #fcf5e6;
}

#content .forum_topcell a {color: #a68f7a;}

.forum_topbutton:hover {	background: #F88304;}

.forumnav li.sub {background-position: 0 3px;}

.surfbar .logo {
	background: url(images/logo-surfbar.html) no-repeat;
	width: 183px;
	height: 63px;
	float: left;
	margin-left: 10px;
}


.progressbar{
border:1px solid #57790C;
width:300px;
height:20px;
}

.progressbar div{
height:20px;
background:#6C9E00;
width:3px;
}

.tab-bottom {
	background: #E5E5E6;
	line-height: 45px;
	color: #5AA816;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	margin-left: -20px;
	width: 460px;
	margin-bottom: -15px;
	text-align: center;
	margin-top: 20px;
	padding-top: 0px;
}

.tab-bottom a {color: #5aa816;}

.member-benefits .ui-widget-header {
border: 0px;
background: #E5E5E6;
color: #555;
font-weight: bold;

}

/*New Navigation*/

.navigation .center_wrap1, .navigation .center_wrap2{ height: 50px;}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle{
	background: #169ad8;
	color: #fff;
}

.navigation .dropdown-menu {
	background: #ffffff;
	width: 148px;
	border: 0px;
	top: 38px;
	left: 3px;
	padding: 5px 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}


.navbar .nav > li > .dropdown-menu:after{
	border-bottom: 6px solid #0493c7;
	top: -7px;
}
.navigation ul > li > .dropdown-menu > li{
	float: left;	
}
.navigation ul > li > .dropdown-menu > li > a{
	color: #006225;
	font-size: 14px;
	font-family: "Lato",Arial,Helvetica,sans-serif;
	padding: 8px 0px 0px 15px;
	margin: 0;
	width: 145px;
	height: 25px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	text-align: left;
}

.navigation ul > li > .dropdown-menu > li > a:hover {
	background: #F2FBD3;
	width: 145px;

}

.navigation .nav .dropdown-toggle .caret {
border-top-color: white;
border-bottom-color: white;
margin-top: 12px;
margin-left: 5px;
}

.navigation .nav-tabs .open .dropdown-toggle, .navigation .nav-pills .open .dropdown-toggle, .navigation .nav > li.dropdown.open.active > a:hover {
color: white;
background: #699B00;
border-color: #699B00;
}


.navigation ul > li > .dropdown-menu > li > a.firstChild{
	-webkit-border-top-left-radius: 0px;
	-moz-border-top-left-radius:  0px;
	border-top-left-radius:  0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-top-right-radius: 0px;
	border-top-right-radius:  0px;
}
.navigation ul > li > .dropdown-menu > li > a.lastChild{
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
	border-bottom-left-radius:  0px;
	-webkit-border-bottom-right-radius:  0px;
	-moz-border-bottom-right-radius:  0px;
	border-bottom-right-radius: 0px;
}

input[type="text"], input[type="password"], select, textarea {margin-bottom: 5px; font-size: 12px;}

.btn-info {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-family: 'Lato', sans-serif;
	background: #7FBD00;
	background: -moz-linear-gradient(top, #7FBD00 37%, #659400 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(37%,#7FBD00), color-stop(100%,#659400));
	background: -webkit-linear-gradient(top, #7FBD00 37%,#659400 100%);
	background: -o-linear-gradient(top, #7FBD00 37%,#659400 100%);
	background: -ms-linear-gradient(top, #7FBD00 37%,#659400 100%);
	background: linear-gradient(to bottom, #7FBD00 37%,#659400 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fbd00', endColorstr='#659400',GradientType=0 );
	-webkit-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.5);
	border: 2px solid #5A8208;
	padding: 8px 25px;
	font-size: 16px;
}

.btn-info:hover {
	background: #7FBD00;

}


.btn-warning {
	border: 0px;
	background: #395672; /* Old browsers */
	background: -moz-linear-gradient(top, #395672 0%, #324b64 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#395672), color-stop(100%,#324b64)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #395672 0%,#324b64 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #395672 0%,#324b64 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #395672 0%,#324b64 100%); /* IE10+ */
	background: linear-gradient(to bottom, #395672 0%,#324b64 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#395672', endColorstr='#324b64',GradientType=0 ); /* IE6-9 */
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	padding: 8px 25px;
	font-weight:400;
	color: #ffffff;
	font-size: 16px;
	font-family: "Raleway",Arial,Helvetica,sans-serif;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
	box-shadow: none;
}

.btn-warning:hover {
	background: #395672;

}


.btn-success {
	border: 0px;
	background: #80C553;
	background: -moz-linear-gradient(top, #80C553 0%, #6CB140 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80C553), color-stop(100%,#6CB140));
	background: -webkit-linear-gradient(top, #80C553 0%,#6CB140 100%);
	background: -o-linear-gradient(top, #80C553 0%,#6CB140 100%);
	background: -ms-linear-gradient(top, #80C553 0%,#6CB140 100%);
	background: linear-gradient(to bottom, #80C553 0%,#6CB140 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80c553', endColorstr='#6cb140',GradientType=0 );
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	padding: 8px 25px;
	font-weight:400;
	color: #ffffff;
	font-size: 16px;
	font-family: "Raleway",Arial,Helvetica,sans-serif;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
	box-shadow: none;
}

.btn-success:hover {
	background: #80C553;
	color: #fffff;

}

.navigation .nav-pills > li > a.btn-success:hover {
	background: #e03b4b;
}

.account-container {
	overflow: hidden;
}

.charts-container {
	width: 570px;
	float: left;
	margin-top: 15px;
}

.charts-container div {float: left; margin-right: 5px; margin-bottom: 5px;}

.news-container {
	float: right;
	width: 215px;
	margin-top: 15px;
}
.account-float1 {
	width: 460px;
	float: left;
}

.account-float1 .widget-title, .account-float2 .widget-title {
	background: #053557;
}

.account-float2 {
	width: 320px;
	float: right;
}

.account-float2 div {margin-bottom: 5px;}

.btn-toolbar {
	padding-bottom: 0px;
	margin-top: 8px;
}

.btn-toolbar .btn {
	margin-right: 8px;
}

.account-float2 .btn-info, .account-float2 .btn-warning, .account-float2 .btn-success {
	padding: 4px 15px;

}


.table {
	background: #F7F7F7;
	margin-bottom: 0px;

}



.table td.td-right {text-align: right;}

.share-buttons {width: 170px;}

.login-content {
	overflow: hidden;
	width: 970px;
	margin: 0px auto;
}


.login-content .span6 {
	background: #7FBD00;
	background: -moz-linear-gradient(top, #7FBD00 37%, #659400 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(37%,#7FBD00), color-stop(100%,#659400));
	background: -webkit-linear-gradient(top, #7FBD00 37%,#659400 100%);
	background: -o-linear-gradient(top, #7FBD00 37%,#659400 100%);
	background: -ms-linear-gradient(top, #7FBD00 37%,#659400 100%);
	background: linear-gradient(to bottom, #7FBD00 37%,#659400 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fbd00', endColorstr='#659400',GradientType=0 );
	-webkit-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.5), 0px 1px 3px 0px #CFCBCB;
	-moz-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.5), 0px 1px 3px 0px #cfcbcb;
	box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.5), 0px 1px 3px 0px #CFCBCB;
	border: 2px solid #5A8208;
	padding: 0px;
	padding-bottom: 15px;
	color: white;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	width: 400px;
}

.login-content .span6 a {color: white;}

.login-content .span5 {
	width: 490px;
}


.login-content .span5  ul {list-style: none; margin-left: 10px;}

.login-content .span5  li {
	text-align: left;
	line-height: 24px;
	margin-bottom: 6px;
	font-size: 15px;
	background: url(../img/list-bg.png) no-repeat 8px 2px;
	padding-left: 36px;
}

.logowrapper h1 {
	font-family: 'bebas_neueregular', sans-serif;
	font-size: 42px;
	font-weight: normal;
	color: #7B5229;
	line-height: 55px;
}

.register-page .widget-content {
	background: #0F3054;
	color: white;
	padding: 15px;
}

.login-content .widget-main-title, .register-page .widget-title{
	font-family: 'bebas_neueregular', sans-serif;
	text-align: center;
	line-height: 48px;
	font-size: 32px;
	font-weight: normal;
	color: white;
	margin-bottom: 0px;
	text-transform: uppercase;
	background: #6D5239;
	background: -moz-linear-gradient(top, #6D5239 37%, #5A3F27 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(37%,#6D5239), color-stop(100%,#5A3F27));
	background: -webkit-linear-gradient(top, #6D5239 37%,#5A3F27 100%);
	background: -o-linear-gradient(top, #6D5239 37%,#5A3F27 100%);
	background: -ms-linear-gradient(top, #6D5239 37%,#5A3F27 100%);
	background: linear-gradient(to bottom, #6D5239 37%,#5A3F27 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d5239', endColorstr='#5a3f27',GradientType=0 );
	-webkit-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.5);
	border: 2px solid #6E533A;
	margin: -2px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	-o-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}

.register-page .widget-title {
	margin-bottom: 0px;
}

.login-content input[type="text"], .login-content input[type="password"], .register-page input[type="text"], .register-page input[type="password"] {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid #BEE76C;
	height: 24px;
}

.login-content form {margin-top: 10px;}

.login-content .btn-info {
	background: #6D5239;
	background: -moz-linear-gradient(top, #6D5239 37%, #5A3F27 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(37%,#6D5239), color-stop(100%,#5A3F27));
	background: -webkit-linear-gradient(top, #6D5239 37%,#5A3F27 100%);
	background: -o-linear-gradient(top, #6D5239 37%,#5A3F27 100%);
	background: -ms-linear-gradient(top, #6D5239 37%,#5A3F27 100%);
	background: linear-gradient(to bottom, #6D5239 37%,#5A3F27 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d5239', endColorstr='#5a3f27',GradientType=0 );
	border: 2px solid #6E533A;
}

.login-content .btn-info:hover {background: #6D5239;}


.register-content {
	background: url(../img/register-bg.html) no-repeat left 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 13px;
}

.register-content .widget-title {
	background: #346C95;
	color: white;
	padding: 7px 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 5px;
	font-size: 18px;
	margin-top: -28px;
	width: 230px;
	margin-left: 0px;
	margin-bottom: 20px;
	text-align: center;
}

.register-content .widget-content {
	margin-bottom: 35px;
	padding: 10px 10px 20px 20px;
	border: 2px solid #D7D7D7;
}

.register-content .register-table {
	overflow: hidden;
	margin-bottom: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	font-family: Arial, sans-serif;
	background: #EAEDED;
	font-size: 13px;
	padding: 30px 20px 20px;
	width: 550px;
	margin-left: 40px;
}

.register-content label {
	font-size:13px;
}

.register-content input[type="checkbox"] {margin: 0px;}

.advertisers-content {
	padding-left: 250px;
	background: url(../img/advertisers-bg.html) no-repeat left 40px;
	padding-top: 30px;
	padding-bottom: 50px;
	font-size: 13px;
}

.advertisers-content .menu-content {border: 0px; width: 610px;}

.top-account {
	overflow: hidden;
 }


.upgrade-content {
	padding-left: 280px;
	background: url(../img/upgrade-bg.html) no-repeat left 40px;
	padding-top: 30px;
	padding-bottom: 50px;
	font-size: 13px;
}


.link {
	width: 26px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	background:url(../img/link.html) no-repeat;
	margin-right: 5px;
}

input[type="radio"], input[type="checkbox"] {margin: 0px;}

label {font-size: 12px;}

.captcha {overflow: hidden;}


.captcha div {float: left; margin-right: 10px;}

.captcha div input[type="text"] {margin-top: 10px;}

.account-buttons {
	float: left;
	width: 320px;
	margin-left: 30px;
}

.account-buttons .btn-info {
	margin-bottom: 5px;
	width: 130px;
	padding: 6px 5px;
	font-size: 14px;
}

.btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group {
	margin-left: 0px;
}


/*Promo image*/
.promo-image {
	background: url(../img/promo-bg.png) no-repeat left center;
	width: 300px;
	height: 300px;
}

.promo-title {
	font-family: 'bebas_neueregular', sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: white;
	line-height: 46px;
	text-shadow: 1px 4px 0px #35BCB8;
	text-align: center;
	padding-bottom: 6px;
	padding: 69px 30px 4px;
}


.promo-comment {
	font-family: 'bebas_neueregular', sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #563b23;
	line-height: 46px;
	text-align: center;
	padding-bottom: 6px;
}

.promo-end{
	font-size: 13px;
	font-family: 'Arial', sans-serif;
	color: #ecffa1;
	text-align: center;
	line-height: 18px;
	font-weight: bold;
	padding-top: 8px;
}



