/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
.lent_news {
    margin-right: 29px;
}
.top-nav {
	margin-right: auto;
	padding-left: 20px;
}
.help_blok {
    width: 1135px;
	margin-left: -7px;
}
.s_video-camera {
    margin-left: 31px !important;;
}
.search_bottom {
	margin-left: auto;
	padding-right: 36px;
}
#slides {
    margin-left: 16px;
}
.left_help {
    right: 8px;
}
div.border_info {
   width: 1118px !important;
    margin-left: -5px !important;
}
div.ban_big{
	    margin-left: -22px !important;
}
@-moz-document url-prefix(){
	div.container > div.row > div.margin_s {
		margin-left: 30px !important;
	}
		.ban_right img {
		width: 400px;
		height: 103px;
	}
		div.list_help > div.ban_big {
		margin-left: -15px !important;
		width: 1118px !important;
	}	
	div.ban_blog div.owl-carousel {
		width: 1053px;;
	}
}
/* Opera + Google + Safari*/
@media all and (-webkit-min-device-pixel-ratio:0){
	div.container>div.row>div.doc_tab_s {
		margin-left: 18px !important;
	}	
	.owl-carousel.owl-loaded {
		display: block;
		margin-left: 35px;
	}
	div.margin_s {
		margin-left: 17px !important;
	}
	div.list_help > div.ban_big {
		margin-left: -30px !important;
		width: 1118px !important;
	}	
	.ban_right img {
		width: 400px;
		height: 103px;
	}
	div.container > div.row > div.margin_s {
		margin-left: 12px !important;
	}
	div.ban_blog div.owl-carousel {
    width: 1053px;;
}
}
	.ban_right img {
		width: 400px;
		height: 103px;
	}
	div.margin_s {
		margin-left: 30px !important;
		margin-right: 20px !important;
	}
	div.blok_doc_info{
		width: 855px;
	}
}
/*.lof-slidecontent{
	    margin-left: 9px !important;
}*/
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	/*Disable Animation on Mobile Devices*/
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {}
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {}