.slider_area{
		width: 63%;
}
.slider {
		width: 100%;
}

.bxslider li{
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;	
}
.bxslider li img{
	visibility:hidden;
}

figure{
	height:180px;	
}

.mainLeftContent{
	float:right;	
}
/*Tablet Layout: 768px.*/
@media only screen and (min-width: 1600px){
	.slider, .bx-wrapper .bx-viewport, .bxslider li{
		    height:502px !important;
	}
	
	#news-container {
		    height:470px !important;
	}
	
	.logo img{width: 23%;}
	
	.bx-wrapper .bx-caption span{font-size:16px; }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
	figure{
		height:130px;	
	}
	.slider, .bx-wrapper .bx-viewport, .bxslider li{
		    height:502px !important;
	}
	#news-container {
		    height:470px !important;
	}
	.logo img{width: 25%;}
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	figure{
		height:110px;	
	}
	.slider, .bx-wrapper .bx-viewport, .bxslider li{
		    height:462px !important;
	}
	#news-container {
		    height:430px !important;
	}
	.logo img{width: 28%;}
	.bx-wrapper .bx-caption span{font-size:14px; }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
	figure{
		height:100px;	
		width:100px;
	}
	.slider, .bx-wrapper .bx-viewport, .bxslider li{
		    height:442px !important;
	}
	#news-container {
		    height:410px !important;
	}
	.logo img{width: 34%;}
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
	#news-bar-title{
		font-size:16px	
	}
	figure{
		height:150px;	
		width:150;
	}
.slider, .bx-wrapper .bx-viewport, .bxslider li{
		    height:362px !important;
	}
	
	#news-container {
		    height:auto !important;width:100%;
	}
	.news_holder{
		width:100%;	
	}
	.slider_area{
		width: 100%;
	}
	.logo img{width: 40%;}
	
	.bx-wrapper .bx-caption span{font-size:12px; }
}
@media only screen and (max-width: 767px) {
	#news-bar-title{
		font-size:12px	
	}
	figure{
		height:150px;	
		width:120px
	}
	.slider, .bx-wrapper .bx-viewport, .bxslider li{
		    height:247px !important;
	}
	#news-container {
		    height:auto !important;
	}
	.news_holder{
		width:100%;
		padding-right:0;	
	}
	.slider_area{
		width: 100%;
	}
	.slider {
			width: 100%;
	}
	.bx-wrapper .bx-caption span{font-size:10px; padding: 8px;}
	.bx-wrapper .bx-caption-url{font-size:10px; }
	.floatright, .floatleft , col-md-4{width:100%}
	
	.mainLeftContent{
		float:none;	
	}
}

/*Mobile Layout: 320px.*/