/*
Theme Name: ICS - 2018 WP Edition
Author: Kane Steuer - Website Composition
Autor URI: https://websitecomposition.com
Description: ICS provide a range of specialized cleaning and maintenance services at the highest quality to both the commercial and residential clients across Brisbane.
Version: 0.0.2
*/

/* Begin Custom Font Definitions */
@font-face { 
	font-family: 'latoblack'; 
	src: url('assets/fonts/Lato-Black.ttf') format('truetype'); 
}

@font-face { 
	font-family: 'latoregular'; 
	src: url('assets/fonts/Lato-Regular.ttf') format('truetype'); 
}

@font-face { 
	font-family: 'Thick'; 
	src: url('assets/fonts/thick.ttf') format('truetype'); 
}

/** End Custom Font Definitions **/

/**==================================
	--- typography
==================================**/

body {
	width: 100%;
	max-width: 100vw;
	height: 100%;
	max-height: 100vh;
    background: url('assets/img/body-bg.jpg') no-repeat center center fixed;
	background-size: cover;
	overflow-x: hidden;
	text-overflow: ellipsis;
}

input[name="middle-name"] {
	display: none !important;
}

h1 {
	
}

h2 {
	margin: 1em 0;
	font-family: 'latoblack';
}

h3 {
	padding: 10px;
}

h4 { 
	padding: 1em 0 0 0;
	color: #ffcc00;
	font-family: 'latoblack';
	letter-spacing: 3px;
	text-decoration: underline;
	text-transform: uppercase;
}

h4:first-of-type {
	padding: 0;
}

h4.subtitle {
	font-weight: bold;
	text-decoration: none;
	font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1600 - 300)));
	padding: 0 0 15px 0;
	color: #E1E6FA;
}

ul li, 
p {
	padding: 1em 0 0 0;
	font-family: 'latoregular';
	font-size: 13pt;
}

p:first-of-type {
	padding: 0;
}

ul li {
	padding-top: 0;
}

strong {
	font-size: 13pt;
	font-weight: bold;
}

a {
	color: #E1E6FA;
	font-style: normal;
}

a:hover {
	color: #FFFFFF;
}

a:active {
	color: #FFFFFF;
}
a:focus {
	color: #E1E6FA;
}
a:visited {
	color: #FFFFFF;
}

.container {
    max-width: 1180px;
}

small {
    font-size: calc(10px + (18 - 10) * ((100vw - 300px) / (1600 - 300)));
}

.required {
    color: #fff;
    font-size: calc(10px + (14 - 8) * ((100vw - 300px) / (1600 - 300)));
	margin: 5px 0 0 0;
}

.btn-outline {
    padding: .2rem .5rem;
    border: 1px solid #ffffff;
    background: #21232a;
    color: #ffffff;
    margin: 2.6rem 0 0 0;
    border-radius: 0;
}

hr {
    border-top: 2px dotted #FFFFFF;
    margin: 2rem 0 2rem 0;
    content: '';
    content: none;
    background: transparent;
}


/* Begin Custom Helper Classes */

.display-inline {
    display: inline;
    float: left;
}

.display-table {
    display: table;
    width: auto;
    height: auto;
	
}

/** End Custom Helper Classes **/


/**==================================
	--- The Header
==================================**/

header { background: #171D42; }

/** Primary Navigation **/
.call-us-con {
	width:auto;
	display:table;
	padding-left:20px;
	margin:auto;
    float: left;
	background:#e9b907;
}

.call-us-header {
	background: #e9b907;
	background: -webkit-gradient(linear, left top, right top, from(#e9b907),to(#e47805));
	background: linear-gradient(to right, #e9b907 0%,#e47805 100%);
	padding:0px 25px 0px 0px;
	height:70px;
	line-height: 70px !important;
	display:table;
	position:relative;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border: none;
	text-overflow: clip;
	-webkit-transform: skewX(-20deg);
	transform: skewX(-20deg);
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	color: rgba(0,0,0,0.7);
	text-shadow:0px 1px 1px rgba(255,255,255,0.6);
	text-decoration: none;
}

.ics-img {
	height:40px;
	float:left;
	margin:15px 5px 15px 15px;
}

.logo-wrap {
	margin-left: 25px;
	float:left;
}

.call-us-header:after {
	content:"";
	position:absolute;
	right:-9px;
	width:10px;
	height:100%;
	background:#E79701;
	top:0px;
}

.call-us-header:before {
	content:"";
	position:absolute;
	right:-18px;
	width:10px;
	height:100%;
	background:#E7B901;
	top:0px;
}

.call-us-header:hover {
	text-decoration: none;
	text-shadow: none;
	color: #fff;
}

.call-us-header span {
	-webkit-transform: skewX(20deg);
	transform: skewX(20deg);
	display:block;
	height:70px;
	line-height: 65px;
	position:relative;
}

nav.navbar {
    margin-bottom: 0;
}

nav.navbar-gics {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 800;
    background: #222b5e;
    border: 0;
    border-radius: 0;
    color: #FFFFFF;
}

.navbar-gics ul.navbar-nav {
    border: none;
    outline: none;
    margin: 2px 0 0 0;
    padding: 0;
}

.navbar-gics ul.navbar-nav li a {
    line-height: 38px;
    text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif !important;
    font-size: 0.75em !important;
    color: #E1E6FA;
    letter-spacing: 2px;
    border: none;
    outline: none;
	font-style: normal;
}

.navbar-gics ul.navbar-nav li a:hover {
    background: none;
    color: #FFFFFF;
    text-decoration: underline;
}

.navbar-gics ul.navbar-nav li:focus a,
.navbar-gics ul.navbar-nav li:active a {
    color: #FFFFFF;
}

.navbar-gics ul.navbar-nav li.active a,
.navbar-gics ul.navbar-nav li.dropdown.open a,
.navbar-gics ul.navbar-nav li.current-menu-parent a {
    background: #171D42;
    color: #FFFFFF;
    text-decoration: none;
}

.navbar-gics ul.navbar-nav li.current-menu-parent a:hover {
    background: #171D42;
    color: #FFFFFF;
    text-decoration: underline;
}

.navbar-gics ul.navbar-nav li.current-menu-parent a {
    background: #171D42;
    color: #FFFFFF;
    text-decoration: none;
}

.navbar-gics ul.navbar-nav li.active a:hover {
    background: #171D42;
    color: #FFFFFF;
    text-decoration: underline;
}

.navbar-gics ul.navbar-nav li.dropdown ul.dropdown-menu {
    z-index: 999;
    width: 200%;
    margin: 0 -50%;
    padding: 0;
    background: #FFF;
    border: 5px solid #090C07 !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 0;
    outline: 0;
    -webkit-box-shadow: 0;
            box-shadow: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
}

.navbar-gics ul.navbar-nav li.dropdown.open ul.dropdown-menu {
    opacity: 1;
}

.navbar-gics ul.navbar-nav li.dropdown ul.dropdown-menu:before {
    position: absolute;
    left: calc( 50% - 16px );
    top: -16px;
    width: 0;
    height: 0;
    content: '';
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #090C07;
    background: transparent;
}

.navbar-gics ul.navbar-nav li.dropdown ul.dropdown-menu li {
    padding: 0;
}

.navbar-gics ul.navbar-nav li.dropdown ul.dropdown-menu li a {
    padding: 0 10px 0 10px;
    text-indent: 10px;
    background: #030303;
    font-size: 8pt;
    -webkit-transition: text-indent 500ms ease-in-out;
    transition: text-indent 500ms ease-in-out;
}

.navbar-gics ul.navbar-nav li.dropdown ul.dropdown-menu li a:hover {
    text-indent: 20px;
    padding-right: -20px;
    background: #0F0F0F;
    text-decoration: none;
}

.navbar-gics ul.navbar-nav li.dropdown ul.dropdown-menu li.active a {
    text-decoration: underline;
    text-indent: 20px;
    padding-right: -20px;
}

.navbar-gics ul.navbar-nav > li > a:hover, 
.navbar-gics ul.navbar-nav > li > a:focus {
    color: #FFF;
}

/** Secondary Navigation **/
section.secondary-navigation {
	width: 100%;
	height: 15vh;
	display: table;
}

nav.secondary {
	display: table-row;
}

nav.secondary > a.nav-link {
	width: 25%;
	padding: 0 1em;
	display: table-cell;
	vertical-align: middle;
	color: #E1E6FA;
	font-size: 11pt;
	font-family: 'latoblack', sans-serif;
	text-align: center;
	text-transform: uppercase;
	background: linear-gradient(327deg, #252b53 0%, #252b53 27%, #191F40 100%);
}

nav.secondary > a.nav-link:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, right top, from(#252b53), color-stop(27%, #252b53), to(#191F40));
	background: linear-gradient(90deg, #252b53 0%, #252b53 27%, #191F40 100%);
}

/**==================================
	--- The Sidebar
==================================**/

aside.sidebar {
	margin: 2em 0 0 0;
}

aside.sidebar a#sidebar {
	width: 100%;
	margin: 0 0 2em 0;
	display: block;
	background: #222B5E;
	-webkit-transition: background 250ms ease-in-out;
	transition: background 250ms ease-in-out;
}

aside.sidebar a#sidebar:hover {
	text-decoration: none;
	background: #171D42;
}

aside.sidebar a#sidebar div.sidebar-title {
	width: 90%;
	margin: 0 5%;
	padding: 2em 0 1em 0;
	display: block;
	text-align: center;
}

aside.sidebar a#sidebar h5.sidebar-title {
	margin: 0;
	padding: 0;
	color: #E1E6FA;
	font-family: 'latoblack';
	font-size: 12pt;
	text-transform: uppercase;
	letter-spacing: 2px;
}

aside.sidebar a#sidebar div.sidebar-body {
	width: 90%;
	margin: 0 5%;
	padding: 0 0 2em 0;
	display: block;
}

aside.sidebar a#sidebar div.sidebar-body blockquote {
	border: 0;
}

aside.sidebar a#sidebar div.sidebar-body blockquote div {
	padding: 0 0 1em 0;	
}

aside.sidebar a#sidebar div.sidebar-body blockquote p {
	padding: 1em 0 0 0;
	font-size: 11pt;
	font-weight: normal;
	font-family: "Comic Sans MS", cursive, sans-serif;
}

aside.sidebar a#sidebar div.sidebar-body blockquote p:first-of-type {
	padding: 0;
}

aside.sidebar a#sidebar div.sidebar-body blockquote cite {
	color: #E1E6FA;
}

/** Testimonial Archives **/

div.testimonial-card blockquote {
	padding: 1em;
	border: 2px solid rgba(0, 0, 0, 0.8);
	background: rgba(0, 0, 0, 0.4);

}

div.testimonial-card blockquote div {
	padding: 0 0 10px 0;
}

div.testimonial-card blockquote div p {
	font-size: 11pt;
	font-weight: normal;
	font-family: "Comic Sans MS", cursive, sans-serif;
}

/****************************************************************
    The Front Page Styling 
*****************************************************************/


/** Front Page Slider **/
#front-page-slider {
    border: 1rem solid rgba(6,7,18, 0.75);
    border-bottom: none;
    border-top: none;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img{
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    line-height: 1;
    display: block;
}

/** Front Page Carousel **/
.carousel-control .fa-chevron-right,
.carousel-control .fa-chevron-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.services-title {
    font-size: calc(24px + (32 - 24) * ((100vw - 300px) / (1600 - 300)));
    font-family: 'latoblack';
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 0 0 0.5em 0;
    margin: 0 0 0.5em 0;
    border-bottom: 2px dotted #FFFFFF;
}

.yellow-text {
    color: #ffcc00;
}

#general-service-overview {
    padding: 2rem 0 0 0;
}

#advanced-service-overview {
    
}

#advanced-service-overview .services-title {
	margin: 1em 0 0.5em 0;
}

div.first-service-overview-row {
    margin-bottom: 2em;
}

.with-bottom-border {
    border-bottom: 2px dotted #FFFFFF;
    padding-bottom: 4rem !important;
}


body.home section#main-content main p {
	padding: 0;
	margin: 0 -20px 20px -20px;
}

/** Service Overview Carousel **/


.service-link {
    display: block;
    position: relative;
    border: 1px solid #fff;
}

.service-image {
    width: 100%;
    height: auto;
    display: block;
}

.service-link:hover .service-image-overlay {
    height: calc( 25% + 2em );
    top: calc( 75% - 2em );
}

.service-link:hover .service-image-overlay .service-image-overlay-text {
    line-height: 450%;
}

.service-image-overlay {
    background: rgba(6,8,19,0.8);
    position: absolute;
    text-align: center;
    color: #FFF;
    top: 75%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25%;
    width: 100%;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.service-image-overlay-text {
    height: 100%;
    display: block;
    line-height: 225%;
    vertical-align: middle;
	font-family: 'latoregular', sans-serif;
    font-weight: bold;
    text-overflow: hidden;
	font-size: calc(10px + (14 - 10) * ((100vw - 300px) / (1600 - 300)));
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}


/** End the Landing Page Elements **/

/* Begin the Main Page Styles */

#page {
    background: rgba(6,7,18, 0.85);
    padding: 2rem 5rem 4rem 5rem;
    color: #FFFFFF;
}

h1 {
    color: #E1E6FA;
    text-transform: uppercase;
    font-size: 18pt;
    font-family: 'latoblack';
    padding: 0 0 2rem 1rem;
}

h2.italics {
	font-style: italic;
	color: #4081b1;
}


.dotted-border-on-top {
    border-top: 2px dotted #FFFFFF;
    padding: 2rem 0;
}

section.certification-badges {
	display: table;
}

section.certification-badges div.certification-badges {
	display: table-row;
}

section.certification-badges div.certification-badges div.certification-badge {
	width: 33.33%;
	padding: 0 10px;
	display: table-cell;
	vertical-align: middle;
}

section.certification-badges div.certification-badges div.certification-badge a {
	background: transparent;
}

#main-content {
    padding: 1rem;
}

main {
    padding: 2rem 0;
}

.full-content {
    padding: 0;
}


.call-now-btn {
	background: #e47805 !important; /* Old browsers */
	background: -webkit-gradient(linear, left top, right top, from(#e47805),to(#e9b907));
	background: linear-gradient(to right, #e47805 0%,#e9b907 100%);
	padding:10px 40px;
	border-bottom:4px solid rgba(0,0,0,0.2);
	border-radius:3px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	font-weight:bold;
	font-family: Thick;
	font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1600 - 300))) !important;
	text-shadow:0px 1px 1px rgba(255,255,255,0.6);
	color: rgba(0,0,0,0.7) !important;
	position:relative;
	overflow:hidden;
	text-decoration:none;
    border: none;
}

.call-now-btn:after {
	width:70px;
	height:70px;
	content:"";
	position:absolute;
	display:block;
	top:-30px;
	left:-30px;
    -webkit-transition:all ease 0.4s;
    transition:all ease 0.4s;
	background: radial-gradient(ellipse at center, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 60%);
}

.call-now-btn:before {
	width:70px;
	height:70px;
	content:"";
	position:absolute;
	display:block;
    -webkit-transition:all ease 0.4s;
    transition:all ease 0.4s;
	bottom:-30px;
	right:-30px;
	background: radial-gradient(ellipse at center, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 60%);
}

.call-now-btn:hover {
    color: rgba(0,0,0,0.8) !important;
}

.call-now-btn:hover:before {
	width:140px;
	height:140px;
	right:-70px;
	bottom:-70px;
	background: radial-gradient(ellipse at center, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 70%);
}

.call-now-btn:hover:after {
	width:140px;
	height:140px;
	left:-70px;
	left:-70px;
	background: radial-gradient(ellipse at center, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 70%);
}

.post-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: calc(24px + (36 - 24) * ((100vw - 300px) / (1600 - 300)));
    font-family: 'Bree Serif', sans-serif;
	margin: 0;
	padding: 0 0 15px 0;
}

.subtitle {
    font-family: 'latoregular', sans-serif;
    font-weight: bold;
    font-size: 12pt;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: underline;
    padding-bottom: 3px;
    margin: 1em 0 0 0 ;
}

/** End the Main Page Styles **/

/**==================================
	--- the services template
==================================**/

h1.service-title,
h2.service-title {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 2px;
}

h1.service-title {
	margin: 2em 0 0 0;
	font-size: 20pt;
}

h2.service-title {
	padding: 0;
	margin: 0 0 1em 0;
	font-size: 16pt;
	color: #8d97bf;
	text-align: center;
}

/**==================================
	--- the policies template
==================================**/

h1.policy-title,
h2.policy-title {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 2px;
}

h1.policy-title {
	padding: 10px 0 10px 0;
	font-size: 20pt;
}

h2.policy-title {
	font-size: 18pt;
	color: #8d97bf;
}

/**==================================
	--- the contact page template
==================================**/

div.contact-form {
	background: #222B5E;
	padding: 2em;
	margin: 1em 0 0 0;
}

.social-title {
    text-transform: uppercase;
    font-size: 12pt;
    font-family: 'latoblack';
    color: #E1E6FA;
	margin: 0 0 1em 0;
}

p.contact-phone,
p.contact-email {
	margin: 0;
	padding: 0;
	text-align: center;
}
	

.vertical-resize {
    resize: vertical;
}

.form-control {
    border-radius: 0 !important;
	border: 1px solid #171D42;
	color: #171D42;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
	outline: 0 none;
	outline: -webkit-focus-ring-color auto 0px;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}

.btn-send {
	background: #e47805;
	background: -webkit-gradient(linear, left top, right top, from(#e47805),to(#e9b907));
	background: linear-gradient(to right, #e47805 0%,#e9b907 100%);
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	color: rgba(0,0,0,0.9);
	padding: 10px;
	border: 1px solid #C66905;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: bold;
}

.btn-send:hover {
	color: rgba(0,0,0,1);
	background: #C66905;
	background: -webkit-gradient(linear, left top, right top, from(#C66905),to(#d4a700));
	background: linear-gradient(to right, #C66905 0%,#d4a700 100%);
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}


/* Begin the Footer Styles */

footer.footer-content {
	margin: 0;
	padding: 25px;
    background: rgba( 3, 3, 3, 0.85 );
    color: #E1E6FA;
}

footer.footer-content h5.policy-links {
	margin: 10px 50px;
    padding: 0 0 10px 0;
	color: #E1E6FA;
	font-family: 'latoblack';
    font-weight: bold;
	font-size: 12pt;
	letter-spacing: 1px;
    border-bottom: 2px dotted #E1E6FA;
}

footer.footer-content ul.policy-links li {
    list-style-type: none;
    padding: 10px;
}

footer.footer-content ul.policy-links li a {
	font-family: 'latoregular';
    font-size: 11pt;
    color: #fff;
    -webkit-transition: padding 250ms ease-in-out;
    transition: padding 250ms ease-in-out;
}

footer.footer-content ul.policy-links li a:hover {
    color: white;
    text-decoration: underline;
    padding-left: 10px;
    
}

footer.footer-copyright {
    margin: 0;
	padding: 25px;
    background: #1F2755;
    color: #E1E6FA;
	font-family: 'latoregular';
}

footer.footer-copyright a {
    color: #E1E6FA;
}

footer.footer-copyright a:hover {
    color: #ffffff;
}

.footer-content {
    padding: 0 0 2em 0;
}

.footer-text-left {
	margin: 4px 0 0 0;
	color: #E1E6FA;
}

.footer-text-right {
    margin: 4px 0 0 0;
    color: #E1E6FA;
    text-align: right;
}

ul.footer-social-links {
    display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.footer-social-links li {
	text-align: right;
	float: right;
	margin: 0;
	padding: 0;
}

ul.footer-social-links li a {
    color: #FFF;
}

ul.footer-social-links a:hover {
    color: rgba(155, 155, 155, 0.75);
    border: 0;
}

ul.footer-social-links li a i {
	vertical-align: middle;
}

/** End the Footer Styles **/

.imgCount strong {
    color: #000;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.navbar-gics ul.navbar-nav li a {
		font-size:0.6em;
	}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
	#service-overview {
		margin: 0 15px;
	}
	
	.service-link {
		margin: 15px 0;
	}
	
	.dotted-border-on-left {
		border: none;
		margin: 0;
		padding: 0;
	}
	
	#sidebar {
		padding: 5px;
	}

	.call-us-header {
		font-size:1.5em;
	}
	
	.nav>li>a {
		padding:15px 10px;
	}
	
}

/* Small Devices, Tablets */
@media only screen and (min-width : 100px) and (max-width : 768px) {

	body {
		margin: 0;
		padding: 0;
		background-image: none;
		background: #000 !important;
	}
	
	#page {
		margin: 0;
		padding: 0;
	}
	
	#general-service-overview, #advanced-service-overview, .front-page {
		padding: 2rem 15px 0 15px;
	}
	
	.container {
		width: 100%;
		margin: 0 !important;
		padding: 0 !important;
	}
	
	.post-title {
		text-align: center;
	}
	
	p {
		text-align: left;
		padding: 10px;
	}
	
	.footer-text {
		font-size: calc(10px + (18 - 10) * ((100vw - 300px) / (1600 - 300)));
		padding: 5px 0 0 0;
		text-align: center;
	}
	
	.call-now-btn{
		width: 80% !important;
		margin: 30px 10% !important;
	}
	
	.container {
		width:auto!important;
	}
	
	header, #secondary-nav {
		border:0px!important;
	}
	
	.service-image-overlay {
		display:table;
		height:70px;
		top:initial;
	}
	
	.service-image-overlay-text {
		line-height:initial;
		display:table-cell;
		font-size:1.2em;
	}

}

/* Between Large Mobile and Tablet */ 
@media only screen and (min-width : 100px) and (max-width : 767px) {
	.call-us-header span {
		line-height: 65px;
		font-family: 'latoblack';
		padding:0px 30px;
	}
	
	.ics-img {
		height: 40px;
		margin:auto;
		padding: 0px 0px 0px 15px;
	}
	
	.navbar-default .navbar-toggle {
		border:0px;
		width:100%;
		text-align:center;
		margin:0px!important;
		background:#171d42;
	}
	
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color:#171d42!important;
	}
	
	.call-us-header {
		display:table-cell;
		vertical-align:middle;
		text-align:center;
	}
	
	.call-us-logo {
		display:table-cell;
		vertical-align:middle;
		text-align:center;
		padding:0px 15px;
	}
	
	.call-us-wrap:before {
		content:"";
		height:70px;
		position:absolute;
		left:-50px;
		width:100px;
		background:#E7B901;
	}
	
	.call-us-wrap {
		display:table;
		width:100%;
	}
	
	.call-us-con {
		padding-left:0px;
	}
	
	.navbar-toggle .icon-bar {
		display: block;
		width: 32px!important;
		height: 4px!important;
		border-radius: 1px;
		background: rgba(255,255,255,0.35)!important;
		margin-right:10px;
		margin-top: 2px;
	}
	
	.hamburder-wrap {
		display: table;
		width: auto;
		margin: auto;
		line-height: 25px;		
	}
	
	.hamburder-text {
		display: table-cell;
		vertical-align: middle;
		margin-right: 10px;
	}
	
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color:transparent;
	}
	
	.call-us-con {
		width:100%;
		background:transparent;
	}
	
	#general-service-overview, #advanced-service-overview, .front-page {
		padding: 2rem 15px 0 15px;
	}
	
	p:first-of-type {
		padding:10px;
	}
	
	.navbar-toggle {
		margin-top:15px!important;
	} 	
	.header {
		margin:0px;
	}
	
	.footer-copyright * {
		text-align:center;
	}
	
	footer.footer-content h5.policy-links {
		margin-left:0px;
		margin-right:0px;
	}
	
	.footer-content ul {
		margin-left:0px;
		padding-left:0px;
	}
	
	.call-now-btn {
		width:100%!important;
		margin:0px!important;
	}
	
	.navbar-gics ul.navbar-nav li.dropdown ul.dropdown-menu {
		width:100%!important;
		left:0px;
		margin:0px;
	}
	
	.navbar-gics ul.navbar-nav li.dropdown ul.dropdown-menu:before {
		top: 42px;
	}
	
	.navbar-gics ul.navbar-nav li.dropdown ul.dropdown-menu li a {
		padding:15px;
	}
	
	div#page.policies h4 {
		margin: 0 0 0 10px;
	}

}

@media only screen and (max-width : 320px) {
	.call-us-header {
		padding:0px!important;
	}
	.call-us-header span {
		padding: 0px!important;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	
	header {
		max-width:100%!important;
	}
	
	body {
		overflow-x:hidden!important;
	}

	.services-title {
		text-align: center;
		border-bottom: 2px dotted #fff;
		padding: 15px;
		width: 100%;
	}
	
	.call-us-header span {
		padding:0px 10px;
	}
	
	#service-overview {
		border: 0;
		padding: 0;
	}
	
	.with-bottom-border,
	.dotted-border-on-right,
	.dotted-border-on-left{
		border: 0;
	}
	
	#secondary-nav {
		background: #222B5E;
	}
	
	div#page.policies h4 {
		margin: 0 0 0 10px;
	}
	
	div.sidebar-body blockquote p,
	div.testimonial-card blockquote div p {
		font-family: Arial, Helvetica, sans-serif !important;
	}
	
	div.testimonial-card blockquote {
		margin: 1em;
		background: #222b5e;
		border: 0;
	}
	
	h2 {
		font-size: 18pt;
		margin: 1em 0;
		padding: 0;
		text-align: center;
	}
	
	h4.social-title {
		margin: 0 0 1em 0;
	}
	
	h4.social-title:last-of-type {
		margin: 1em 0;
	}
	
	
}

/* Retina-specific stuff here */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
	


}