
/** PREMIUM MARKETING **/
.text-wrapper.bullet-color ul li{
	color:#CFDD2E;
}
.text-wrapper.bullet-color ul li span{
	color:#272E3E;
}

.text-wrapper .left,
.text-wrapper .right{
	float:left;
	display:inline-block;
	font-size:1.6em;
	font-weight:600;
}
.text-wrapper .left 	{ width:200px; }	
.text-wrapper .right 	{ width:280px; }
.text-wrapper .left ul,
.text-wrapper .right ul{
	margin-top:0;
	padding-left:30px;
}
.intro-text{
	font-size:1.9em;
	margin-top:0;
}
.sub-intro{
	font-size:1.5em;
	text-transform:uppercase;
}

.btn-market			{ background:#CFDD2E !important; color:#272E3E !important; }
.btn-market:hover	{ background:#272E3E !important; color:#CFDD2E !important; }

/** NEWS INCLUDE BANNER **/
.news-include-wrapper							{ position:relative; }
.news-include-wrapper .fw-margins,
.news-include-wrapper .top-banner,
.news-include-wrapper .news-post				{ position:relative; z-index:2; }
.news-include-wrapper .top-banner				{ padding:20px 0px; text-transform:uppercase; }
.news-include-wrapper .top-banner .title		{ float:left; font-size:2em; font-weight:600; color:#FFF; }
.news-include-wrapper .top-banner .title span	{ color:#CFDD2E; }
.news-include-wrapper .top-banner .btn			{ float:right; }
.news-include-wrapper .news-post				{ padding:80px 0px; }
.news-include-wrapper .news-post .image			{ float:left; width:350px; }
.news-include-wrapper .news-post .text-wrapper	{ margin:0px 0px 0px 400px; }
.news-include-wrapper .news-post .title			{ font-size:1.5em; font-weight:600; text-transform:uppercase; }
.news-include-wrapper .news-post .date			{ margin:20px 0px 0px 0px; }
.news-include-wrapper .news-post .text			{ margin:20px 0px; font-size:1.1em; }
.news-include-wrapper .news-post .btn			{ font-size:1.3em; }
.news-include-wrapper .overlay					{ position:absolute; z-index:1; top:0; bottom:0; left:0; right:0; }

.news-include-wrapper							{ background-image:url(backgrounds/news-bg.jpg); background-repeat:no-repeat; background-position:50% 50%; background-size:cover; }
.news-include-wrapper .top-banner				{ background:#272E3E; border-bottom:5px solid #CFDD2E; }
.news-include-wrapper .news-post .image			{ border:5px solid #FFFFFF; }
.news-include-wrapper .news-post .date,
.news-include-wrapper .news-post .text			{ color:#777777; }
.news-include-wrapper .overlay					{ background:rgb(255,255,255); background:rgba(255,255,255,0.8); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF); zoom: 1; }
.intro-text strong span							{ color:#CFDD2E; }



/** RESPSONIVE **/
@media screen and (max-width:900px){
	.text-wrapper .left 	{ width:170px; }	
	.text-wrapper .right 	{ width:270px; }
}
@media screen and (max-width:860px){
	.text-wrapper .left,
	.text-wrapper .right   						{ width:100%; display:block; }
}
@media screen and (max-width:800px){
	.news-include-wrapper .news-post .image					{ width:250px; }
	.news-include-wrapper .news-post .text-wrapper			{ margin:0px 0px 0px 300px; }
}
@media screen and (max-width:690px){
	.news-include-wrapper .news-post .image					{ float:none; width:auto; }
	.news-include-wrapper .news-post .text-wrapper			{ margin:20px 0px 0px 0px; }
}
@media screen and (max-width:580px){
	.news-include-wrapper .top-banner 			{ text-align:center; }
	.news-include-wrapper .top-banner .title	{ float:none; }
	.news-include-wrapper .top-banner .btn		{ float:none; margin:20px auto 0px auto; }
}








