﻿	/* Large Devices, Wide Screens */
	@media only screen and (max-width : 1200px) {

	}

	/* Medium Devices, Desktops */
	@media only screen and (max-width : 992px) {
	
.slicknav_menu {
	display: block
}
.head-menu {
	display: none
}

.header .small-head-bar {
	text-align: center;
	color: #9A9A9A;
	border-top: 1px solid #F3F3F4;
	border-bottom: 0 solid #F3F3F4;
}
.header .small-head-bar .head-social {
	display: inline;
	float: none;
	margin-right: 15px;
}

.sliders .owl-dots {
	position: absolute;
	top: 10px;
	left: 10px;
}
.sliders .owl-dots div span {
	width: 8px;
	height: 8px;
}
.foot-contact iframe {
	margin-top: 25px;
}
.foot-menu {
margin-bottom: 40px
}
.foot-menu:after {
 content:"";
  clear: both;
  display: table
}
.box-home-news {
 margin-top: 45px 
}

	}

	/* Small Devices, Tablets */
	@media only screen and (max-width : 768px) {

.sliders {
 display: none
}
	
	
	}

	/* Extra Small Devices, Phones */ 
	@media only screen and (max-width : 480px) {
	}

	/* Custom, iPhone Retina */ 
	@media only screen and (max-width : 320px) {
		
	}
