/*
    Basic 2 Template
    101 Design Pty Ltd
    http://www.101design.com.au
*/

/* ----- Dev Outlines ----- */
/*
div { outline: 1px dashed rgba(255, 0, 128, .4); }
h1, h2, h3, h4, h5, h6 { outline: 1px dotted rgba(255, 204, 51, .2); }
p { outline: 1px dotted rgba(51, 0, 153, .2); }
ol, ul { outline: 1px dotted rgba(0, 153, 102, .2); }
ol > li, ul > li { outline: 1px dotted rgba(51, 255, 204, .2); }
li li { outline: 1px dotted rgba(204, 255, 255, .2); }
a { outline: 1px dashed rgba(51, 102, 51, .4); }
span { outline: 1px dotted rgba(102, 51, 0, .4); }
table { outline: 1px dotted rgba(102, 102, 102, .2); }
th, tr, td { outline: 1px dotted rgba(204, 204, 204, .2); }
header, nav, section, footer { outline: 1px dashed rgba(255, 100, 0, .4); }
*/

/* ----- Standard Elements ----- */

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    background-color: #fff;
    font: normal 16px/1.5 'roboto_condensedregular', Arial, Helvetica, sans-serif; color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0.5em 0 0.5em 0;
	font-family: 'roboto_condensedbold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1.4;
}

h1 {
    font-size: 2em;
    text-transform: uppercase;
	font-family: 'roboto_condensedbold', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}

h4, h5, h6 {
    font-size: 1em;
}

.inline-block {
    display: inline-block; *display: inline; *zoom: 1;
}

.pmargin {
    margin-bottom: 1em;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.strong {
    font-weight: bold;
}

.em {
    font-style: italic;
}

a:link, a:visited {
    text-decoration: none;
    color: #000;
}

a:hover, a:active {
	text-decoration: underline;
	color: #000;
}

a > img {
	border: none;
}

ul, ol {
	margin: 0 0 1em 0; padding: 0 0 0 1em;
}

ul {
    list-style: disc outside none;
}

ol {
	list-style: decimal outside none;
}

ol ol {
	list-style: lower-roman outside none;
}

li {
	margin-left: 1em;
}

ul li ul {
    margin-bottom: 0;
}

ul.left_col,
ul.right_col {
    display: block; float: left;
    width: 50%;
    margin-left: 0;
}

ol.nested-dec,
ol.nested-dec ol {
	list-style-type: none;
	counter-reset: item;
	margin: 0;
	padding: 0;
}

ol.nested-dec > li,
ol.nested-dec ol > li {
	display: table;
	counter-increment: item;
	margin-bottom: 0.6em;
}

ol.nested-dec > li:before,
ol.nested-dec ol > li:before {
	content: counters(item, ".") ". ";
	display: table-cell;
	padding-right: 0.6em;
}

ol.nested-dec li ol > li {
	margin: 0;
}

ol.nested-dec li ol > li:before {
	content: counters(item, ".") " ";
}

img.left {
    display: block; float: left;
}

img.right {
    display: block; float: right;
}

img.center {
    display: block;
    margin: 0 auto;
}

.success {
    color: #252;
}

.error {
    color: #522;
}

video {
    max-width: 100%;
    height: auto;
}

iframe,
embed,
object {
    max-width: 100%;
}

.load-hide {
    display: none;
}

.as-table {
    display: table; /* table-layout: fixed; IE9? */
}

.as-table > * {
    display: table-cell;
    vertical-align: top;
}

/* jQuery UI */

.ui-widget {
    font-size: 0.8em;
}

/* ----- Sections ----- */

.page-width {
    width: 980px;
}

#page_wrapper {
    z-index: 0;
    margin: 0 auto;
}

#masthead {
    position: fixed;
    z-index:999;
    top:0;
    left:0;right:0;
    border-top: 8px solid #96c93d;
}

#masthead > .inner {
    position: relative;
    margin: 0 auto;
    height: auto;
	background: #000;
    overflow:hidden;
}

#masthead .business-name {
    margin: 0;
	width: 290px;
	float: left;
	margin: 20px 0;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

#masthead .business-name a {
    text-decoration: none;
	display: block;
}

#masthead .business-name a img{
	width:100%;
	height:auto;
}

#masthead .header-shadow{
	width:95%;
	height:auto;
	margin:0 auto;
	display:block;
}

#masthead.sticky .business-name {
    margin: 0;
    width: 200px;
    float: left;
    margin: 15px 0;
}

#masthead.sticky nav.primary {
    margin: 13px 0 0 0;
}

nav.primary{
	height: auto;
	line-height: normal;
	background: transparent;
	float:right;
	margin:25px 0 0 0;
	width:745px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: none;
}

nav.primary ul.slimmenu {
    display: table;
    width: 100%;
    margin: 0 auto;
}

nav.primary ul.slimmenu li {
    margin-left: 0;
    border:none;
}

nav.primary ul.slimmenu li a {
	font-family: 'roboto_condensedregular', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 50px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

nav.primary ul.slimmenu li a:hover{
	background: transparent;
	color:#96C93D;
}

nav.primary ul.slimmenu li.get-a-quote a{
	border:1px solid #96C93D;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

nav.primary ul.slimmenu li.get-a-quote a:hover{
	background: #96C93D;
	color: #fff;
}

nav.primary ul.slimmenu li ul {
    width: 20em;
    padding-left: 0;
}

nav.primary ul.slimmenu > li {
    display: table-cell;
    background: transparent;
    margin: 0;
}

nav.primary ul.slimmenu li ul li a {
    width: 12.5em;
}

#banner {
	height:100%;
	background:url(../img/banner/banner.jpg) no-repeat center;
	background-size:cover;
}

#banner > div {
    margin: 0 auto;
    height:100%;
    position:relative;
}

#banner > div h1{
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 60px;
	text-align: center;
	font-family: 'roboto_condensedbold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	position: absolute;
	top: 25%;
	left: 0;right: 0;
	letter-spacing:0;
}

#banner > div a.btn-what-we-do{
	display:block;
	margin:auto;
	padding: 10px 15px;
	width:160px;
	color:#fff;
	text-transform:uppercase;
	border:1px solid #fff;
	text-align:center;
	font-family: 'roboto_condensedregular', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-weight:normal;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	position:absolute;
	top:65%;
	left:0;right:0;
}

#banner > div a.btn-what-we-do:hover{
	text-decoration:none;
	background: rgba(255, 255, 255, 0.25);
}

#banner > div a.btn-down{
	position:absolute;
	bottom:5%;
	left:0; right:0;
	margin:auto;
	width:50px;
	height:50px;
	display:block;
	color:#fff;
	border:1px solid #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-align:center;
	font-size:25px;
	line-height:50px;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

#banner > div a.btn-down:hover{
	text-decoration:none;
	background: rgba(255, 255, 255, 0.25);
}

#content_wrapper > .inner {
    display: table;  border-collapse: collapse;
    margin: 0 auto;
    background: #fff;
}

main {
    display: table-cell; vertical-align: top; position: relative;
    width: 710px; min-height: 40em;
    padding: 10px;
}

.container {
	overflow:hidden;
	width:100%;
	max-width:none;
}

main img {
    max-width: 100%; height: auto !important;
}

#content > *:last-child {
	margin-bottom: 0;
}

aside.sidebar {
	display: table-cell; vertical-align: top;
	width: 270px;
	padding: 10px;
	background: #fafafa;
}

aside.sidebar h1,
aside.main-sidebar h1 {
	font-size: 1.2em;
}

footer#colophon {
    position: relative;
    background: #000;
}

footer#colophon > .inner {
    margin: 0 auto;
}

footer#colophon > .inner .copyright {
    margin: 0;
    padding: 30px 0;
    color: #fff;
    font-size:12px;
}

footer#colophon > .inner .copyright a{
	color:#fff;
}

#foot_scroll_top {
    position: absolute; bottom: 10px; right: 10px;
}

#foot_scroll_top > a {
    display: block;
    margin: 0; padding: 0.3em 0.5em;
    font-size: 1.9em; line-height: 1;
    text-align: center; font-weight: bold;
    border: 1px solid #09c;
}

#foot_scroll_top > a:hover {
    border-color: #069;
}

/* ----- Template Parts ----- */

.breadcrumbs > ul {
    margin: 0 0 1em 0; padding: 0;
    list-style: none outside;
}

.breadcrumbs > ul li {
    display: inline-block; *display: inline; *zoom: 1;
    margin: 0; padding: 0;
    font-size: 0.8em; color: #ccc;
}

.breadcrumbs > ul .before {
    margin-right: 0.4em; *margin-left: 0.4em;
}

.breadcrumbs > ul .current {
    color: #666;
}

/* Tweet Vertical */

.twitterfeed ul.tweet_list li {
    font-size: 0.75em;
}

.twitterfeed ul.tweet_list li .tweet_text {
    display: block;
    margin-bottom: 0.25em;
}

.twitterfeed ul.tweet_list li > a {
    display: block;
    margin-bottom: 0.75em;
    font-size: 0.75em;
}

/* Google Maps */

.google-maps {
    position: relative; overflow: hidden;
    height: 0;
    padding-bottom: 75%; // This is the aspect ratio
}

.google-maps iframe {
    position: absolute; top: 0; left: 0;
    width: 100% !important; height: 100% !important;
}

/* ----- Common Content Area Styles  ----- */

.img_caption {
    font-style: italic;
    text-align: center;
}

.boxout {
    display: inline-block; *display: inline; *zoom: 1;
}

.boxout.right {
    float: right;
    margin: 0 0 0.5em 1em
}

.boxout.left {
    float: left;
    margin: 0 1em 0.5em
}

.colrow {
    margin: 0 -10px 1em -10px;
}

.colrow::before,
.colrow::after {
    content: " ";
    display: table;
}

.colrow::after {
    clear: both;
}

.col {
    float: left;
    padding: 0 10px;
    list-style: none outside;
}

.col.third {
    width: 33.33%;
}

.col.twothird {
    width: 66.66%;
}

.col.half {
    width: 50%;
}

.coltable {
    display: table;
    margin: 0 0 1em 0;
}

.coltable > .col {
    display: table-cell; float: none;
    margin: 0;
    text-align: left; vertical-align: top;
}

/* Newsletter Popup (Hidden) */

.popup-overlay {
    display: none;
    position: fixed; top: 0; left: 0; z-index: 9998;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.popup-body {
    display: none;
    position: absolute; top: 50%; left: 50%; overflow: hidden; z-index: 9999;
    width: 400px; height: 400px;
    margin: -200px 0 0 -200px;
    background: #eee;
    background-size: 100% auto;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.popup-body .op-close {
    position: absolute; top: 10px; right: 10px;
}

.popup-body .op-close a {
    display: block;
    width: 20px; height: 20px;
    background: transparent url('../img/interface/close.png') 0 0 no-repeat;
    background-size: 20px 20px;
}

.popup-body .op-close a:link,
.popup-body .op-close a:hover {
    text-decoration: none;
}

/** FORM TEMPLATE **/

/* Replace form.formtools with #nameof_form */

form.formtools {
	/* Set width */
}

form.formtools input[type="text"],
form.formtools input[type="password"],
form.formtools input[type="email"],
form.formtools input[type="number"],
form.formtools input[type="tel"],
form.formtools select,
form.formtools textarea,
form.formtools .captcha_block {
	/* Set width */
}

/* Infield Label Width */
form.formtools label.infield {
	/* Set width & top,left offsets */
	width:auto;
}

/* Infield * position */
form.formtools label.infield sup {
	top:5px;
}

form.formtools .captcha_block input {
	/* Captcha usually about 60px wide */
}

form.formtools input[type="submit"],
form.formtools input[type="submit"]:focus {
	/* Button style */
}

form.formtools input[type="submit"]:hover,
form.formtools input[type="submit"]:active {
	/* Button hover style */
}

form.formtools .required-label {
	/* Adjust margin, font size */
}

/** FORM TEMPLATE **/

/* ----- Specific Pages ----- */

/* Home */

/* About */
#about{
	background: #96c93d;
	color: #000;
}

#about > .inner {
	padding:40px 0;
	overflow:hidden;
}

#about > .inner .about-left{
	margin:0 0 0 5%;
	width:45%;
	float:left;
}

#about > .inner .about-left h1{
	color:#fff;
}

#about > .inner .about-left p.intro{
	font-weight: bold;
}

#about > .inner .about-right{
	width:50%;
	float:right;
	position:relative;
}

#about > .inner .about-right img{
	float:right;
	width:80%;
	max-width:500px;
	height:auto;
	padding: 0;
}


/* Services */
#services > .inner{
	text-align:center;
}

#services > .inner h1{
	color:#96C93D;
}

#services > .inner p{
	font-weight: bold;
}

ul.services-list{
	margin:0;
	padding:0;
	overflow:hidden;
}

ul.services-list > li{
	float:left;
	width:50%;
	margin:0;
	padding:0;
	background:#000;
}

ul.services-list > li:first-child,
ul.services-list > li:nth-child(3){
	border-right:1px solid #fff;
}

ul.services-list > li:nth-child(2),
ul.services-list > li:last-child{
	border-left:1px solid #fff;
}

ul.services-list > li a {
	display:block;
}

ul.services-list > li a img{
	width:100%;
	height:auto;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

ul.services-list > li a:hover img{
	opacity:0.8;
}

ul.services-list > li h3{
	color:#96c93d;
	text-transform:uppercase;
	text-align:center;
	font-size:1.3em;
}

ul.services-list > li h3 a{
	color:#fff;
}

ul.services-list > li h3 a:hover{
	text-decoration:none;
	color:#ccc;
}

.modal{
	background:#96C93D;
}

.modal-content h3{
	color:#fff;
	text-transform:uppercase;
}

.modal .modal-footer {
    border-radius:0;
    background-color: #000;
    color:#fff;
    padding: 10px 0;
    height: 50px;
    text-align: center;
}

.modal .modal-footer a{
	color:#fff;
}

.modal .modal-footer a:hover{
	text-decoration: none;
	color:#ccc;
}

/* Contact */
#contact .inner{
	overflow:hidden;
}

.contact-left{
	float:left;
	width:50%;
}

.contact-map{
	width: 100%;
}

.contact-right{
	float:left;
	width:50%;
	text-align:center;
	padding:130px 40px 40px 40px;
}

.contact-right h1{
	color:#96c93d;
	margin-top:0;
}

.contact-right p.intro{
	font-weight: bold;
}

.contact-right p span{
	text-transform: uppercase;
	color:#96c93d;
}

/* Quote */
#quote{
	background: #96c93d;
}

#quote .intro{
	text-align:center;
}

#quote .intro h1{
	color:#fff;
}

#quote .intro p{
	font-weight: bold;
}

form.formtools {
	margin:30px 0 0;
}

form.formtools .input-label-wrap{
	overflow: hidden;
}

#contact_form{
	clear:both;
}

#contact_form_row_1,
#contact_form_row_2,
#contact_form_row_3{
	width:32.666%;
	float:left;
	clear:none;
	margin:0 1% 5px 0;
}

#contact_form_row_3{
	margin-right:0;
}

#contact_form .input-wrap-email,
#contact_form .input-wrap-number,
#contact_form .input-wrap-password,
#contact_form .input-wrap-select,
#contact_form .input-wrap-text,
#contact_form .input-wrap-textarea,
#contact_form .input-wrap-tel{
	width:100%;
}

#contact_form .input-wrap-button,
#contact_form .input-wrap-reset,
#contact_form .input-wrap-submit{
	width:100%;
	margin-bottom: 0;
}

#contact_form input[type="text"],
#contact_form input[type="password"],
#contact_form input[type="email"],
#contact_form input[type="number"],
#contact_form input[type="tel"],
#contact_form select,
#contact_form textarea{
	width:100%;
	height:50px;
	border:1px solid #8cbc37;
	background:#fff;
	box-shadow:none;
	padding:2px 9px;
	-webkit-appearance:none;
	border-radius:0;
	font-family: 'roboto_condensedregular', Arial, Helvetica, sans-serif;
	-webkit-appearance:none;
	color:#000;
	font-size:16px;
	box-sizing:border-box;
}

#contact_form input[type="text"]:focus,
#contact_form input[type="tel"]:focus,
#contact_form input[type="password"]:focus,
#contact_form input[type="email"]:focus,
#contact_form select:focus,
#contact_form textarea:focus{
	border:#689717 1px solid !important;
	background:#fff;
	box-shadow:none;
}

form.formtools .input-wrap-textarea .chars_remain{
	display:none;
}

#contact_form textarea{
	padding:15px 9px;
	width:100%;
	height:200px;
	-webkit-appearance:none;
}

#contact_form label.infield{
	top:11px;
	left:10px;
	right:10px;
	color:#999;
	font-family: 'roboto_condensedregular', Arial, Helvetica, sans-serif;
	font-size:16px;
}

form.formtools label {
    padding: .2em 0 0;
}

#contact_form_row_5{
	width:280px;
	float:left;
}

#contact_form-captcha_wrap{
	width:280px;
	float:right;
}

#contact_form .captcha_block input{
	text-align:left;
	width:100px;
	right:40px;
	top:10px;
	height:40px;
}

#contact_form .captcha_block .captcha-refresh{
	top:20px;
	right:10px;
}

#contact_form_row_6{
	width:200px;
	float:right;
	clear:none;
}

form.formtools .infield.label_captcha{
	display:none;
}

#contact_form-field-submit-label_label{
	display:none;
}

#contact_form input[type="submit"]{
	width:100%;
	box-shadow:none;
	float:right;
	text-transform: uppercase;
	text-align: center;
	margin:10px 0 0;
	padding: 5px 10px;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	border: 1px solid #000;
	background: #000;
	font-family: 'roboto_condensedbold', Arial, Helvetica, sans-serif;
	-webkit-appearance:none;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}

#contact_form input[type="submit"]:hover{
	background: #000;
	text-decoration: none;
	color: #96c93d;
	text-shadow: none;
	border: 1px solid #000;
}

form.formtools sup.required{
	color:#96c93d;
}

#contact_form_row_7{
	display:none;
}

/* Preloader */
#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color:rgba(150, 201, 61, 0.2);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 9999;
}
#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
    border-top-color:rgba(150, 201, 61, 0.5);
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}
#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
    border-top-color:rgba(150, 201, 61, 1);
	-webkit-animation: spin 1.5s linear infinite;
	  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
	0%   {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin {
	0%   {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1000;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
#loader-wrapper .loader-section.section-left {
	left: 0;
}
/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
	opacity:0;
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
			transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
			transform: translateY(-100%);
	-webkit-transition: all 0.3s 1s ease-out;
			transition: all 0.3s 1s ease-out;
}
/* JavaScript Turned Off */
.no-js #loader-wrapper {
	display: none;
}

/* Parallax */
.parallax-container {
	height: 500px;
}

/* Back to Top */
a.back-to-top {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #96c93d;
	color: #96c93d;
	text-align:center;
	display: none;
    z-index: 999;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 3;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

a.back-to-top i{
    font-size: 25px;
    text-align: center;
    line-height: 1.5;
	display: block;
	background:rgba(0, 0, 0, 0.1);
}

a.back-to-top:hover{
	background-color: rgba(0, 0, 0, 1);
	text-decoration:none;
}


/* ----- RESPONSIVE --------------------------------------------------------- */

@media only screen and (min-width: 1280px) /* 1366+ */ {

	.page-width{
		width:auto;
	}

	#masthead > .inner,
	#banner > .inner,
	#quote > .inner,
	footer#colophon > .inner {
		padding:0 5%;
		position:relative;
		overflow:hidden;
	}

	#services > .inner,
	#quote > .inner{
		padding:40px 5%;
	}

}

@media only screen and (max-width: 1279px) /* 1024  */ {

	.page-width{
		width:auto;
	}

	#masthead > .inner,
	#banner > .inner,
	footer#colophon > .inner {
		padding:0 2.5%;
	}

	#services > .inner,
	#quote > .inner{
		padding:40px 2.5%;
	}

	#banner > div h1 {
		font-size: 55px;
	}

	nav.primary {
		width: 570px;
	}

	nav.primary ul.slimmenu li a {
	    padding: 12px 30px;
	}

	#about > .inner .about-left {
		margin: 0 0 0 2.5%;
		width: 45%;
	}

	#about > .inner .about-right {
		width: 52.5%;
	}

	#about > .inner .about-right img{
		padding: 10% 0 0 0;
	}

}

/* Responsive Menu from here... */
@media only screen and (max-width: 979px)  /*  966  */ {
    .page-width {
        width: 100%;
    }

	#masthead > .inner{
		padding:0;
	}

	#banner > .inner,
	footer#colophon > .inner {
		padding: 0 20px;
	}

	#services > .inner,
	#quote > .inner{
		padding:40px 20px;
	}

    .inner {
        margin: 0;
    }

	#masthead .business-name{
		margin:20px 0 20px 20px;
	}

	.menu-collapser{
		background:transparent;
		padding:0;
	}

	.collapse-button{
		background: #96C93D;
		border: 1px solid #96C93D;
		text-shadow:none;
		box-shadow:none;
		right:20px;
	}

	.collapse-button:hover{
		background:#81ad34;
		border:1px solid #81ad34;
	}

	.collapse-button:hover .icon-bar{
		background:#000;
	}

	.collapse-button .icon-bar{
		box-shadow:none;
	}

	nav.primary {
		width: 100%;
		margin: -72px 0 0 0;
	}

    nav.primary ul.slimmenu {
        display: block;
        width: auto;
    }

    nav.primary ul.slimmenu > li {
        display: block;
    }

    nav.primary ul.slimmenu li ul,
    nav.primary ul.slimmenu li ul li a {
        width: auto;
    }

	nav.primary ul.slimmenu li a {
		padding: 15px 20px;
		text-align: center;
		border-bottom:1px solid #96C93D;
	}

	nav.primary ul.slimmenu li.get-a-quote a {
		border:none;
		border-radius: 0;
	}

    nav.primary ul.slimmenu li a i {
        display: none;
    }

	#masthead.sticky .business-name {
		margin: 15px 0 15px 20px;
	}

	#masthead.sticky nav.primary {
		margin: -58px 0 0 0;
	}

	.modal.bottom-sheet {
		max-height: 100%;
	}

	.modal .modal-content {
		padding: 25px 20px;
	}

    main {
        display: block;
        float: none;
        width: 100%; min-height: auto;
    }

	#about > .inner .about-right img{
		padding: 20% 0 0 0;
	}

	#contact .inner {
		overflow: hidden;
		position: relative;
		height: 600px;
	}

	.contact-left {
		float: none;
		width: 100%;
		height: 350px;
		bottom:0;
		position:absolute;
	}

	.contact-map{
		width: 100%;
		height: 350px;
	}

	.contact-right {
		width: 100%;
		height: 250px;
		text-align: center;
		padding: 40px 20px 20px 20px;
	}

	.contact-right p.intro br{
		display: none;
	}

    .table-overflow {
        width: 100%;
        overflow-y: auto;
        _overflow: auto;
        margin: 0 0 1em;
    }

    .table-overflow::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 14px;
        height: 14px;
    }

    .table-overflow::-webkit-scrollbar-thumb {
        border-radius: 8px;
        border: 3px solid #fff;
        background-color: rgba(0, 0, 0, .3);
    }
}



@media only screen and (max-width: 767px) /* 720 */ {

	h1{
		margin-top:0;
	}

	#banner > .inner,
	footer#colophon > .inner {
		padding: 0 15px;
	}

	#masthead .business-name{
		margin:20px 0 20px 15px;
		width:220px;
	}

	nav.primary {
		margin: -65px 0 0 0;
	}

	nav.primary ul.slimmenu li a {
		padding: 15px 15px;
	}

	.collapse-button{
		right:15px;
	}

	#banner > div h1 {
		font-size: 40px;
	}

	#services > .inner,
	#quote > .inner{
		padding:30px 15px;
	}

	#about > .inner {
		padding: 30px 0;
	}

	#about > .inner .about-left {
		margin: 0;
		width: 100%;
		float: none;
		padding: 0 15px;
	}

	#about > .inner .about-right{
		width: 100%;
		float: none;
	}

	#about > .inner .about-right img{
		padding:20px 0 0 0;
		width:90%;
		max-width:none;
	}

	ul.services-list > li {
		float: none;
		width: 100%;
	}

	ul.services-list > li:first-child, ul.services-list > li:nth-child(3),
	ul.services-list > li:nth-child(2), ul.services-list > li:last-child{
		border: none;
	}

	ul.services-list > li h3 {
		display: block;
		overflow: hidden;
		margin: 0;
		padding: 8px 0;
		font-size: 1.1em;
	}

	#contact .inner {
		height: 570px;
	}

	.contact-right {
		height: 220px;
		padding: 30px 15px 20px 15px;
	}

	.modal .modal-content {
		padding: 25px 15px;
	}

	form.formtools {
		margin: 20px 0 0;
	}

	#contact_form_row_1, #contact_form_row_2, #contact_form_row_3{
		width:100%;
		float:none;
		clear:both;
	}

	#contact_form_row_5 {
	    width: 280px;
    	float: right;
	}

	#contact_form_row_6 {
		width: 100%;
		float: none;
		clear: both;
	}

	footer#colophon > .inner .copyright {
		padding: 20px 130px 20px 0;
	}

	a.back-to-top{
		right: 15px;
	}

}

@media only screen and (max-width: 600px) /* Sidebar Hide... */ {
    aside.sidebar { display: none; }
}

@media only screen and (max-width: 479px) /* 414 */ {
    .boxout,
    .boxout.left,
    .boxout.right {
        display: block; float: none;
        margin: 0 auto 0.5em auto;
    }

    .colrow {
        margin-left: 0; margin-right: 0;
    }

    .colrow .colrow {
        margin-left: 10px; margin-right: 10px;
    }

    .col.third,
    .col.twothird,
    .col.half {
        float: none; clear: both;
        width: 100%;
        padding: 0;
    }

    .coltable {
        display: block;
    }

    .coltable > .col {
        display: block;
    }

    /* Table Overflow */

    .table-overflow {
        overflow-x: scroll;
        overflow-y: visible;
    }

    .table-overflow table {
        width: 500px;
    }

	.table-swipe {
		display: block !important;
	}
}

@media only screen and (max-width: 413px) /* 375 */ {

	#banner > div h1 {
		font-size: 35px;
	}

}

@media only screen and (max-width: 374px) /* 360 */ {

	#banner > div h1 {
		font-size: 30px;
	}

	footer#colophon > .inner .copyright {
		padding: 20px 70px 20px 0;
	}

}