@media only screen and (max-width: 1280px){
	.container{width:100% !important; }
	.row{margin:0;}

}
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.col-sm-12{float:left; margin:0;}
	
	.content_sec_second .cont_top_head h1{margin-top:5px;}
}