/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; 
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p + p { 
	margin-top: 0.5em;
}
strong {
font-weight: bold;
}

/*================================*/
/*          Colours               */
/*                                */
/*    Green:     #929a35          */
/*    Black:     #050200          */
/*                                */
/*================================*/

/*===== Main Styles =====*/
body {
background-color: #ffffff;
font-family: 'Roboto', sans-serif;
margin: 0;
padding: 0;
line-height: 1;
}

/*===== Divs =====*/
#top-bar {
top: 0;
border-top: 5px solid #929a35;
background-color: #050200;
box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.3);
width: 100%;
height: 45px;
z-index: 999999;
}

#header {
position: relative;
width: 100%;
margin: 0;
}

#logo {
display: block;
float: left;
margin: 0;
padding: 10px 0 0;
}

#contact-details {
position: absolute;
right: 10px;
top: 25px;
}

#menu {
position: absolute;
right: 10px;
bottom: 20px;
background: none repeat scroll 0 0 transparent;
height: 50px;
text-align: center;
z-index: 999;
}

#banner {
position: relative;
background: url("../images/banner-01.jpg") center right no-repeat #000000;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 5px solid #929a35;
margin: 0;
padding: 0;
width: 100%;
z-index: 50;
}

#banner-short {
position: relative;
background: url("../images/banner-02.jpg") top -50px right no-repeat #000000;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-top: 5px solid #929a35;
margin: 0;
padding: 0;
width: 100%;
height: 300px;
z-index: 50;
}

#banner-content {
position: absolute;
left: 10px;
top: 25%;
}

.main-content {
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}

.main-content.watermark {
background: url("../images/target-bg.png") no-repeat fixed top 50px right #ffffff;
}

.main-content.moth {
background: url("../images/moth-bg.jpg") center center no-repeat #ffffff;
border-top: 5px solid #929a35;
padding: 40px 0;
}

.main-content.ant {
background: url("../images/ant-bg.jpg") center center no-repeat #ffffff;
border-top: 5px solid #929a35;
padding: 40px 0;
}

.service-header {
padding: 20px 20px;
margin: 0;
}

.service-text {
height: 120px;
padding: 0 20px 20px;
margin: 0;
}

.scroll-up {
background: #929a35;
clip-path: polygon(100% 0%, 100% 100%, 50% 85%, 0 100%, 0% 50%, 0 0);
-webkit-clip-path: polygon(100% 0%, 100% 100%, 50% 85%, 0 100%, 0% 50%, 0 0);
-moz-clip-path: polygon(100% 0%, 100% 100%, 50% 85%, 0 100%, 0% 50%, 0 0);
-o-clip-path: polygon(100% 0%, 100% 100%, 50% 85%, 0 100%, 0% 50%, 0 0);
color: #ffffff;
text-align: center;
padding: 20px 30px 30px 30px;
position: absolute;
top: 0;
right: 100px;
line-height: 1;
cursor: pointer;
transition: all .3s ease 0s;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease 0s;
-o-transition: all .3s ease 0s;
}

#email-response {
margin: 10px 0;
padding: 0;
text-align: center;
}

#footer {
position: relative;
background-color: #050200;
border-top: 5px solid #929a35;
width: 100%;
padding: 60px 0;
margin: 0;
}

#baseline {
background-color: #050200;
width: 100%;
padding: 20px 0;
margin: 0;
}

/*===== Containers =====*/
#top-bar-wrapper {
width: 100%;
max-width: 1250px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

#header-wrapper {
position: relative;
width: 100%;
max-width: 1250px;
height: 180px;
padding: 20px 10px;
margin: 0 auto;
}

#banner-wrapper {
position: relative;
width: 100%;
max-width: 1250px;
height: 550px;
padding: 20px 10px;
margin: 0 auto;
}

.main-content-short-wrapper {
width: 100%;
max-width: 1250px;
padding: 40px 10px;
margin: 0 auto;
overflow: hidden;
}

.main-content-wrapper {
width: 100%;
max-width: 1250px;
padding: 80px 10px;
margin: 0 auto;
overflow: hidden;
}

.main-content-large-wrapper {
width: 100%;
max-width: 1250px;
padding: 120px 10px;
margin: 0 auto;
overflow: hidden;
}

.quote-button-wrapper {
line-height: 65px;
padding: 15px 0 0;
}

#footer-wrapper {
width: 100%;
max-width: 1250px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

#baseline-wrapper {
width: 100%;
max-width: 1250px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

/*===== Columns =====*/
.top-column-left {
display: block;
float: left;
padding: 0;
margin: 0;
overflow: hidden;
}

.top-column-right {
display: block;
float: right;
padding: 0;
margin: 0;
overflow: hidden;
text-align: right;
}

.left-column {
display: block;
float: left;
margin: 0;
padding: 0;
}

.right-column {
display: block;
float: right;
margin: 0;
padding: 0;
}

.three-column {
display: block;
float: left;
width: 33.333%;
padding: 20px;
margin: 0;
overflow: hidden;
}

.column-inner {
background-color: #ffffff;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
padding: 0;
}

.column-inner:hover {
box-shadow: 0px 0px 10px 0px rgba(146,154,53,0.9);
}

.promo-image {
display: block;
float: left;
width: 100%;
padding: 0 0 20px;
margin: 0;
overflow: hidden;
}

.promo-text {
display: block;
float: left;
width: 100%;
margin: 0;
padding: 0 0 0 20px;
overflow: hidden;
}

#footer-column-01 {
display: block;
float: left;
width: 33.333%;
padding: 0 25px 0 0;
margin: 0;
overflow: hidden;
}

#footer-column-02 {
display: block;
float: left;
width: 33.333%;
padding: 0 25px 0 0;
margin: 0;
overflow: hidden;
}

#footer-column-03 {
display: block;
float: left;
width: 33.333%;
padding: 40px 0 0;
margin: 0;
overflow: hidden;
}

/*===== Sections =====*/
section {
padding: 40px 0 0;
margin: 0;
overflow: hidden;
}

section.short {
padding: 20px 0 0;
margin: 0;
overflow: hidden;
}

section.large {
padding: 80px 0 0;
margin: 0;
overflow: hidden;
}

section.lower {
padding: 0 0 40px 0;
margin: 0;
overflow: hidden;
}

section.sub {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}

section.shadow {
box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
border-radius: 20px;
padding: 40px;
margin: 60px 0 0;
}

/*===== Menus =====*/
.menu_title {
display: none;
position: relative;
float: right;
bottom: 0.6em;
margin-right: 3em;
color: #050200;
font-size: 1.1em;
font-weight: 400; 
}

nav a {
position: relative;
color: #050200; 
display: block; 
font-size: 1.1em;
font-weight: 400;
text-transform: uppercase;
line-height: 50px;
padding: 0 25px; 
text-decoration: none; 
}

nav a.last {
padding: 0 0 0 25px;
}

nav a:hover {
color: #929a35;
}

nav a.nocursor {
cursor: context-menu;
}

nav ul,
nav ul li { 
height: 50px;
list-style-type: none; 
padding: 0; 
margin: 0; 
}

nav > ul { 
text-align: left; 
}

nav > ul > li { 
display: inline-block; 
}

nav > ul > li:first-child { 
border-left: none; 
}

/*===== General =====*/
.center {
text-align: center;
}

.left {
text-align: left;
}

.right {
text-align: right;
}

.light {
font-weight: 300;
}

.normal {
font-weight: 400;
}

.semibold {
font-weight: 600;
}

.bold {
font-weight: 700;
}

.extrabold {
font-weight: 900;
}

.italic {
font-style: italic;
}

.uppercase {
text-transform: uppercase;
}

.darkshadow {
text-shadow: 2px 2px 2px #000000;
}

.hidden {
opacity: 0;
}

.hide {
display: block;
}

.noover {
overflow: visible;
}

.clear {
clear: both;
}

/*===== Headers =====*/
header.main {
padding: 0 0 40px 0;
margin: 0;
overflow: hidden;
}

header.sub {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}

header.short {
padding: 0 0 10px 0;
margin: 0;
overflow: hidden;
}

header.mid {
padding: 20px 0;
margin: 0;
overflow: hidden;
}

h1 {
color: #050200;
font-size: 3em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h2 {
color: #050200;
font-size: 2.8em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h2.white {
color: #ffffff;
}

h3 {
color: #050200;
font-size: 1.6em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h3.white {
color: #ffffff;
}

h3.green {
color: #929a35;
}

h4 {
color: #050200;
font-size: 1.3em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h4.white {
color: #ffffff;
}

h4.green {
color: #929a35;
}

/*===== Paragraphs =====*/
p.main-text {       
color: #454545;
font-size: 1em; 
padding: 0;
line-height: 1.7em;
}

p.main-text.white {       
color: #ffffff; 
}

p.main-text.small {       
font-size: 0.875em; 
}

p.main-text.large {       
font-size: 1.2em; 
}

p.top-text {
color: #f9f9f9;
font-size: 0.875em;
line-height: 40px;
}

p.contact-text {
color: #050200; 
font-size: 2em; 
padding: 0;
margin: 0;
line-height: 1.2em;
}

p.contact-text.small {
color: #929a35;
font-size: 1em; 
}

p.banner-text {       
color: #ffffff;
padding: 0;
margin: 0;
line-height: 1em;
}

p.banner-text.large {  
font-size: 5em;
}

p.banner-text.mid {  
font-size: 3em;
padding: 0 0 10px 0;
}

p.banner-text.small {  
font-size: 1em;
}

p.banner-text.dark {  
color: #929a35;
}

p.banner-text.white {  
color: #a8a8a8;
}

p.sub-banner-text {
color: #ffffff;
font-size: 3em;
padding: 0;
line-height: 1.2em;
}

p.error-text {       
color: #050200; 
font-size: 12em; 
font-weight: 700;
padding: 0;
line-height: 1em;
}

/*===== Form Fields =====*/
form#emailForm {
padding: 0;
margin: 0;
}

form.cmxform {
width: 100%;
color: #4f4c4c; 
font-family: 'Roboto', sans-serif;
font-size: 1em;
padding: 10px 0 0;
}

form.cmxform legend {
padding-left: 0;
}

form.cmxform legend, form.cmxform label {
color: #4f4c4c;
}

form.cmxform fieldset {
border: none;
background: none repeat scroll 0 0 transparent;
background-color: #transparent;
margin: 0;
padding: 10px 0 0;
}

form.cmxform fieldset fieldset {
background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
padding: 0 0 20px;
background: none repeat scroll 0 0 transparent;
}

form.cmxform label.error, label.error {
color: #c52020;
font-style: italic;
display: block !important;
margin: 0 0 10px 0;
}

div.error { 
display: none; 
}

form.cmxform .gray * { 
color: gray; 
}

#emailForm {
width: 100%;
}

#emailForm label.error {
width: auto;
display: none;
font-size: 0.85em;
margin: 0 0 20px 0;
}

.editor-label-buttons {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: inline-block;
float: right;
margin: 0 10px 0 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
}

.editor-field {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: inline-block;
width: 33%;
margin: 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
}

.editor-field-full {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: inline-block;
width: 100%;
margin: 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
}

.editor-field-short {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: inline-block;
width: 100px;
margin: 0;
outline: 0 none;
padding: 0;
vertical-align: top;
}

input.contact {
border: 1px solid #bbbbbb;
border-radius: 7px;
color: #454545;
font-family: 'Roboto', sans-serif;
font-size: 1em;
font-weight: 300;
height: 35px;
line-height: 18px;
margin: 0 auto 15px;
padding: 5px 10px;
width: 90%;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

input.contact.question {
width: 75px;
text-align: center;
}

input.contact:focus {
border: 1px solid #929a35;
}

input.contact.error {
border: 1px solid #c52020;
}

textarea.contact {
border: 1px solid #bbbbbb;
border-radius: 7px;
color: #454545;
font-family: 'Roboto', sans-serif;
font-size: 1em;
font-weight: 300;
height: 200px;
line-height: 18px;
margin: 0 auto 25px;
padding: 10px;
width: 96.5%;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

textarea.contact:focus {
border: 1px solid #929a35;
}

textarea.contact.error {
border: 1px solid #c52020;
}

input.submit {
background: #929a35;
border: 0 none;
border-radius: 7px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-size: 1em;
padding: 15px 40px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: all 0.5s ease-in-out;
}

input.submit:hover {
background: #050200;
}

.spinner {
display: none;
width: 22px;
height: 22px;
margin-left: 10px;
border: 3px solid #ddd;
border-top: 3px solid #929a35;
border-radius: 50%;
animation: spin 0.8s linear infinite;
vertical-align: middle;
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

/*===== Buttons =====*/
a.button {
background: #929a35;
border: 0 none;
border-radius: 7px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-size: 1em;
padding: 15px 40px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: all 0.5s ease-in-out;
}

a.button:hover {
background: #050200;
}

a.panel-button {
background: #f9f9f9;
display: block;
border-radius: 0 0 5px 5px;
color: #929a35;
font-weight: 700;
text-transform: uppercase;
text-align: center;
text-decoration: none;
padding: 25px;
-webkit-transition: background .15s ease;
transition: background .15s ease;
}

a.button.large {
background-color: #929a35;
border-radius: 5px;
color: #ffffff;
font-size: 1.5em;	
padding: 15px 40px;
}

/*===== Links =====*/
a.link:link, a.link:visited, a.link:active {
color: inherit;
font-size: inherit; 
text-decoration: none;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.link.under:link, a.link.under:visited, a.link.under:active {
color: inherit;
font-size: inherit; 
text-decoration: underline;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.link:hover {
color: #929a35;
text-decoration: underline;
}

a.link.under:hover {
color: #929a35;
}

a.blank:link, a.blank:visited, a.blank:active {
text-decoration: none;
}

/*===== Telephone Numbers =====*/
.tel,.tel:visited { /*for small screens */ 
color: inherit; 
padding: 0; 
text-decoration: none; 
cursor: default;
} 

.tel:hover,.tel:focus { 
color: inherit; 
}

/*===== Lists =====*/
/*===== Standard Bullets =====*/
ul.bullets {
list-style-type: disc;
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;
text-align: left;
}

ul.bullets li {
color: #929a35; 
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
}

span.bullets {
color: #454545; 
font-size: 1em; 
line-height: 1.7em;
}

/*=== Top Bar List ===*/
ul.top-bar {
list-style-type: none;
display: inline-table;
padding: 0;
margin: 0;
}

ul.top-bar li {
float: left;
color: #373736; 
font-size: 0.75em; 
line-height: 40px;
margin: 0 30px 0 0;
}

ul.top-bar li a {
cursor: pointer;	
}

ul.top-bar li.facebook {
background:url('../images/facebook.png') no-repeat 0 0;
height: 24px;
width: 24px;
line-height: 45px;
margin: 7.5px 15px 0 0;
}

ul.top-bar li.facebook:hover {
background:url('../images/facebook.png') no-repeat 0 -24px;
}

ul.top-bar li.twitter {
background:url('../images/twitter.png') no-repeat 0 0;
height: 24px;
width: 24px;
line-height: 45px;
margin: 7.5px 15px 0 0;
}

ul.top-bar li.twitter:hover {
background:url('../images/twitter.png') no-repeat 0 -24px;
}

/* List styling */
.featureList, .featureList ul {
padding-left: 2em;
margin: 0;
list-style-type: none;
font-size: 0.875em;
font-weight: 300;
line-height: 1.5em;
color: #ffffff;
text-align: left;
}
.lineF {
padding-left: 4em;
margin-top: 0;
}

.featureList li:before {
position: absolute;
margin-left: -1.3em;
}

.featureList li.gthan:before {
content: "\003E";
color: #929a35;
}

.featureList li {
margin: 0 0 10px 0;
}
	
/*===== Images =====*/
img {
border: 0;
height: auto;
max-width: 100%;
}

img.logo {
border: 0;
height: auto;
max-width: 100%;
margin: 0 40px;
}

img.logo-first {
margin: 0 40px 0 0;
}

img.logo-last {
margin: 0 0 0 40px;
}

/*********************************************************************/
/*===== Media Queries for Mobile =====*/
@media screen and (max-width: 480.99px) 
			  and (min-width: 320px) {
				  
.top-column-left {
display: none;
}

#header-wrapper {
height: 300px;
}
				 
#logo {
float: none;
width: 260px;
margin: 0 auto;
}

#contact-details {
right: 0;
left: 0;
top: 170px;
text-align: center;
}

#menu {
right: 0;
bottom: 0;
width: 100%;
}

.menu_title {
display: block !important;
}

#banner {
position: relative;
background: url("../images/banner-01.jpg") center right -100px no-repeat #000000;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#banner-short {
position: relative;
background: url("../images/banner-02.jpg") top right -150px no-repeat #000000;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 300px;
}			  

#banner-wrapper {
height: 350px;
}

#banner-content {
top: unset;
bottom: 40px;
}

.main-content.ant {
padding: 0;	
}

.service-header {
padding: 20px 10px;
}

.service-text {
height: auto;
padding: 0 10px 20px;
}

.scroll-up {
right: 10px;
padding: 15px 25px 20px 25px;	
}

#footer {
padding: 80px 0 60px;
}

.main-content-wrapper {
padding: 40px 10px;
}

.quote-button-wrapper {
line-height: 25px;
}

.left-column {
width: 100%;
text-align: center;
}

.right-column {
width: 100%;
padding: 40px 0 0;
text-align: center;
}

.three-column {
width: 100%;
padding: 20px 10px;
}

#footer-column-01 {
width: 100%;
padding: 0;
}

#footer-column-02 {
width: 100%;
padding: 40px 0 0;
}

#footer-column-03 {
width: 100%;
padding: 60px 0 0;
}

section.shadow {
padding: 20px;
}

.editor-field {
width: 100%;
}

textarea.contact {
width: 90%;	
}

h1 {
font-size: 2em;
}

h2 {
font-size: 2em;
}

h3 {
font-size: 1.5em;
}

p.contact-text {
font-size: 2em;
}

p.contact-text.small {
font-size: 0.875em;
}

p.banner-text.large {
font-size: 2em;
}

p.banner-text.small {
font-size: 0.875em;
line-height: 1.2em;
}

p.sub-banner-text {
font-size: 2em;
}

p.banner-text.mid {
font-size: 1.8em;
}

a.button.large {
font-size: 1em;
}

img.logo-first {
margin: 0 20px 40px;
max-width: 130px;
}

img.logo {
max-width: 180px;
margin: 0 20px 40px;
}

img.logo-last {
margin: 0 20px 40px;
max-width: 130px;
}			  

}


/*********************************************************************/
/*===== Mobile Landscape =====*/
@media screen and (max-width: 600.99px) 
			  and (min-width: 481px) {
			  
#header-wrapper {
height: 300px;
}
				 
#logo {
float: none;
width: 280px;
margin: 0 auto;
}

#contact-details {
right: 0;
left: 0;
top: 170px;
text-align: center;
}

#menu {
right: 0;
bottom: 0;
width: 100%;
}

.menu_title {
display: block !important;
}

#banner {
position: relative;
background: url("../images/banner-01.jpg") center right -100px no-repeat #000000;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#banner-short {
position: relative;
background: url("../images/banner-02.jpg") top right no-repeat #000000;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 300px;
}		  

#banner-wrapper {
height: 350px;
}

#banner-content {
top: unset;
bottom: 40px;
}

.main-content.ant {
padding: 0;	
}

.service-header {
padding: 20px 10px;
}

.service-text {
height: auto;
padding: 0 10px 20px;
}

.scroll-up {
right: 10px;
padding: 15px 25px 20px 25px;	
}

#footer {
padding: 80px 0 60px;
}

.quote-button-wrapper {
line-height: 35px;
}

.left-column {
width: 100%;
text-align: center;
}

.right-column {
width: 100%;
padding: 40px 0 0;
text-align: center;
}

.three-column {
width: 100%;
padding: 20px 10px;
}

#footer-column-01 {
width: 40%;
}

#footer-column-02 {
width: 60%;
padding: 0;
}

#footer-column-03 {
width: 100%;
padding: 60px 0 0;
}

section.shadow {
padding: 20px;
}

.editor-field {
width: 100%;
}

textarea.contact {
width: 90%;	
}

h1 {
font-size: 2.3em;
}

h2 {
font-size: 2.3em;
}

h3 {
font-size: 1.5em;
}

p.contact-text {
font-size: 2em;
}

p.contact-text.small {
font-size: 0.875em;
}

p.banner-text.large {
font-size: 2.8em;
}

p.banner-text.mid {
font-size: 2.1em;
}

p.sub-banner-text {
font-size: 2.5em;
}

a.button.large {
font-size: 1.3em;
}

img.logo-first {
margin: 0 20px 40px;
max-width: 130px;
}

img.logo {
max-width: 180px;
margin: 0 20px 40px;
}

img.logo-last {
margin: 0 20px 40px;
max-width: 130px;
}			  
			  
}


/*********************************************************************/
/*===== Small Tablet Portrait ======*/
@media screen and (max-width: 864.99px) 
			  and (min-width: 601px) {
				  
#header-wrapper {
height: 300px;
}
				 
#logo {
float: none;
width: 280px;
margin: 0 auto;
}

#contact-details {
right: 0;
left: 0;
top: 170px;
text-align: center;
}

#menu {
right: 0;
bottom: 0;
width: 100%;
}

nav > ul {
text-align: center;
}

nav a.last {
padding: 0 25px;
}

#banner {
position: relative;
background: url("../images/banner-01.jpg") center right -200px no-repeat #000000;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#banner-short {
position: relative;
background: url("../images/banner-02.jpg") top right no-repeat #000000;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 300px;
}		  

#banner-wrapper {
height: 400px;
}

.main-content.ant {
padding: 0;	
}

.service-header {
padding: 20px 10px;
}

.service-text {
height: auto;
padding: 0 10px 20px;
}

.scroll-up {
right: 10px;
padding: 15px 25px 20px 25px;	
}

#footer {
padding: 80px 0 60px;
}

.quote-button-wrapper {
line-height: 45px;
}

.left-column {
width: 100%;
text-align: center;
}

.right-column {
width: 100%;
padding: 40px 0 0;
text-align: center;
}

.three-column {
width: 100%;
padding: 20px 10px;
}

#footer-column-01 {
width: 40%;
}

#footer-column-02 {
width: 60%;
padding: 0;
}

#footer-column-03 {
width: 100%;
padding: 60px 0 0;
}

.editor-field {
width: 32.5%;
}

h1 {
font-size: 2.3em;
}

h2 {
font-size: 2.3em;
}

h3 {
font-size: 1.5em;
}

p.contact-text {
font-size: 2em;
}

p.contact-text.small {
font-size: 0.875em;
}

p.banner-text.large {
font-size: 3em;
}

p.banner-text.mid {
font-size: 2.3em;
}

img.logo-first {
margin: 0 20px 40px;
max-width: 130px;
}

img.logo {
max-width: 180px;
margin: 0 20px 40px;
}

img.logo-last {
margin: 0 20px 40px;
max-width: 130px;
}			  

}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1024.99px) 
			  and (min-width: 865px) {

#banner {
position: relative;
background: url("../images/banner-01.jpg") center right -150px no-repeat #000000;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#banner-short {
position: relative;
background: url("../images/banner-02.jpg") top right no-repeat #000000;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 300px;
}			  

#banner-wrapper {
height: 450px;
}

.service-header {
padding: 20px 10px;
}

.service-text {
height: 150px;
padding: 0 10px 20px;
}

.scroll-up {
right: 10px;
padding: 15px 20px 20px 20px;	
}

#footer {
padding: 80px 0 60px;
}

.three-column {
padding: 20px 10px;
}

h1 {
font-size: 2.8em;
}

h3 {
font-size: 1.5em;
}

p.banner-text.large {
font-size: 3.8em;
}

p.banner-text.mid {
font-size: 2.5em;
}

img.logo-first {
margin: 0 20px 0 0;
max-width: 130px;
}

img.logo {
max-width: 180px;
margin: 0 20px;
}

img.logo-last {
margin: 0 0 0 20px;
max-width: 130px;
}	  
			  
}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1199.99px) 
			  and (min-width: 1025px) {

#banner {
position: relative;
background: url("../images/banner-01.jpg") center right -150px no-repeat #000000;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#banner-short {
position: relative;
background: url("../images/banner-02.jpg") top right no-repeat #000000;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 300px;
}		  

#banner-wrapper {
height: 500px;
}

.service-text {
height: 150px;
}

.scroll-up {
right: 10px;	
}

p.banner-text.large {
font-size: 4.3em;
}

img.logo {
max-width: 200px;
}
			  
}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1600px) 
			  and (min-width: 1200px) {

#banner {
position: relative;
background: url("../images/banner-01.jpg") center right -150px no-repeat #000000;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#banner-short {
position: relative;
background: url("../images/banner-02.jpg") top right no-repeat #000000;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 300px;
}			  

#banner-wrapper {
height: 500px;
}

.scroll-up {
right: 50px;	
}
			  
}