
@media screen and (max-width:1199px) {
#services h4 {
	font-size:16px;
}

html, body {
width: auto !important;
overflow-x: hidden !important;
}


}

@media screen and (min-width:994px) and (max-width:1199px) {

.header.header-transparent .inner-nav > li > a, .header.header-transparent .menu-extras .menu-item a {
	padding:8px 6px;
	font-size: 11px;
}

.header.header-transparent .inner-nav > li > a, .header.header-transparent .menu-extras .menu-item a {
    padding: 8px 4px;
    font-size: 13px;
}

#logo {
	width:100px!important;
}

.inner-nav > li > a {
	margin: 24px 6px;
}

}


@media screen and (max-width:993px) {
.inner-nav > li > a {
	color:#2b92d0;
	margin:0;
}

.submenu a, .inner-nav > li:not(:last-child) > a {
	padding:7px 0;
	color:#2b92d0;
	margin:0;
	text-align: center;
}

.nav-icon-toggle span {
	background:#fff;
}
}


@media screen and (max-width:767px) {
body {
	overflow-x:hidden;
}
#logo {
	width:100px!important;
}

.col-md-height {
	display: block;
}

.module {
	padding:40px 0;
}
.text-xxl {
	font-size: 25px;
}

#download-sa.button {
	font-size: 13px;
	padding:20px 10px;
}
html, body {
width: auto !important;
overflow-x: hidden !important;
}

input, textarea {
	-webkit-appearance: none;
}

.callout-text {
    margin-bottom: 5px;
}

.callout-text,.callout-button {
    text-align:center;
}

#logo-footer {
	display: block;
	margin: 0 auto
}

#footer-contact.text-right {
	margin: 0 auto;
	width:280px;
}

#contact .module-header p br {
	display: none;
}

.carousel-control {
	left: 0;
}

.carousel-control.right {
	right:0;
}

.carousel-control.right, .carousel-control.left {
	top:35%;
	font-size: 30px;
}

.side-background .content-side {
    padding-top: 40px;
    padding-bottom: 20px;
}

.module-header {
	margin: 0;
}

#weekly-maintenance.module {
	padding-bottom: 40px; 
}

}