@media screen and (min-width: 1024px) {
 	#wrapper{width: 100%!important;}
}
@media screen and (max-width: 1024px) {
	#wrapper{width: 98%!important;}
	#header .navbar{margin-top: 0px!important;}
	#news .col-md-3{margin-right: 0px;}
	#slider_box .col-md-4{width: 31.6%;}
	#slider_box .col-md-4 .box{width: 100%;}
	#slider_box .box .video{width: 100%;}
	.slides_top{width: 100%!important;}
	#featuredSlides dd.active{width: 256px!important;}
	.col-md-3.col-sm-3.col-xs-12.sidebar_right {float: none;margin-top: 300px;}
}
@media screen and (max-width: 768px) {
  #news .col-md-3 .block{background-size: 100%!important; max-width: 220px;}
  #news .col-md-3{max-width: 220px; margin: 0 5px;}
  #slider_box .col-md-4{width: 47.6%; float: left; margin: 0 5px;}
  #slider_box .col-md-4:last-child{width: 100%;max-width: 720px; height: 300px; margin: 20px auto;}
  #slider_box .col-md-4:last-child .video{height: 300px;}
  #slider_box .col-md-4:last-child .video iframe{height: 100%;}
  #content .col-md-3{width: 100%;}
  #content .col-md-6{width: 100%!important;}
  .col-md-3.col-sm-3.col-xs-12.sidebar_right {margin-top: 20px!important;}
}
@media screen and (max-width: 480px) {
 	#news .col-md-3 .block{max-width: 320px; }
  	#news .col-md-3{max-width: 320px; margin: 10px auto;}
  	#slider_box .col-md-4{width: 320px!important; margin: 10px auto;}
  	#slider_box .col-md-4 .box{width: 320px!important;}
}
@media screen and (max-width: 320px) {
    
}
@media screen and (max-width: 240px) {

}