@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 991px) {
.container {
	max-width: 750px;
}
.header {
	position: static;
}
.sticky.sticky-header {
	position: static;
}
.sticky-header {
	position: static;
}
.header-logo {		
	text-align: left;
}
.header-logo img {
	max-height: 50px;
}
.header-bottom {
	margin: 0;
}
.header-menu {
	text-align: left;
}
.nav-menu {
	float: left;
	width: 100%;
}
.navbar-dark .navbar-toggler {
	color: rgba(255,255,255,.9);
	border: none;
}
.navbar-toggler {
	display: inline-block;
	float: right;
	margin: 7px 0;
}
.navbar-nav li > a {
	border-bottom: 1px solid #dbdbdb;
	margin: 0 0 3px;
	padding: 7px 5px;
}
.navbar-nav li.parent::after {
 	color: #212121;
 	content: "\f067";
 	display: block;
	font-family: fontawesome;
 	height: 36px;
 	line-height: 36px;
 	position: absolute;
 	right: 0;
 	text-align: center;
 	top: 0;
 	width: 36px;
 	z-index: 99;
}
.navbar-nav li.parent.open::after {
 	content: "\f068";
}
.navbar-nav li:hover .sub-menu {
	opacity: 0;
	visibility: hidden;
}
.navbar-nav li.open > .sub-menu {
	-moz-animation: none;
	-webkit-animation: none;
	animation: none;
	display: block;
	opacity: 1;
	visibility: visible;
}
.navbar-nav .sub-menu {
	background-color: transparent;
	border: medium none;
	box-shadow:none;
	display: none;
	float:none;
	padding-left: 15px;
	position: static;
	width:100%;
}
.navbar-nav li .sub-menu a {
	padding: 7px 5px;
}
.navbar-nav .sub-menu a:hover {
	background-color: transparent;
	color: #f47d35;
}
.site-content {	
	margin-top: 0;
}
.contact-map {	
	margin-bottom: 25px;
}
}
@media only screen and (max-width: 767px) {
.container {
 	max-width: 100%;
}
.header-top-left {
 	text-align: center;
}
.header-top-left li a, .header-top-right li a {
 	padding: 5px 10px 5px;
}
.header-top-right {
 	text-align: center;
}
.footer-section {
	padding-bottom: 105px;
}
.footer-contact {
 	text-align: center;
}
.footer-contact span {
 	display: inline-block;
}
.copyright {
 	text-align: center;
}
.social-menu {
 	float: none;
	margin: 0 0 15px;
	text-align: center;
}
.section {
 	margin-bottom: 30px;
}
.page-banner-title {
 	padding: 10px 0;
}
.banner-title {
 	margin: 0;
 	float: left;
 	width: 100%;
}
.breadcrumbs {
 	float: left;
 	width: 100%;
}
.contact-info li {
 	width: 100%;
}
.contact-wrap {
 	min-height: auto;
}
}
@media only screen and (max-width: 576px) {
.h1, h1 {
 	font-size: 24px;
}
.h2, h2 {
 	font-size: 22px;
}
}
 @media only screen and (max-width: 479px) {
}
