/* 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;
}
/* 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;
}

/*================================*/
/*          Colours               */
/*                                */
/*    Orange: #e36b2e             */
/*    Dark Grey: #605f5d          */
/*                                */
/*================================*/

/*===== Main Styles =====*/
body {
background-color: #ffffff;
margin: 0;
padding: 0;
line-height: 1;
}

/*===== Divs =====*/
#header {
position: relative;
background-color: #fafafa;
border-top: 5px solid #000000;
border-bottom: 1px solid #c2c2c2;
width: 100%;
}

#logo {
display: block;
width: 350px;
margin: 0 auto;
padding: 0;
}

#header-contact {
float: right;
display: block;
width: 60%;
padding: 0;
margin: 0;
text-align: right;
}

#header-contact-mobile {
display: none;
width: 100%;
padding: 0;
margin: 0;
text-align: center;
}

#menu {
position: relative;
background: none repeat scroll 0 0 #transparent;
border-bottom: 1px solid #c2c2c2;
width: 100%;
height: 50px;
text-align: center;
z-index: 999;
}

#banner {
position: relative;
background: url("../images/banner-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
padding: 0;
height: 450px;
width: 100%;
background-color: transparent;
z-index: 50;
}

#banner-short {
position: relative;
background: url("../images/banner-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
padding: 0;
height: 250px;
width: 100%;
background-color: transparent;
z-index: 50;
}

.banner-text {
position: absolute;
top: 15%;
left: 10px;
margin: 0;
padding: 0;
}

.content-header {
width: 100%;
border-bottom: 1px dotted #c2c2c2;
margin: 0;
padding: 50px 0 10px 0;
}

.footer-content-header {
width: 100%;
border-bottom: 1px dotted #c2c2c2;
margin: 0 0 20px 0;
padding: 0;
}

.main-content {
width: 100%;
border-bottom: 1px solid #c2c2c2;
margin: 0;
padding: 0;
overflow: hidden;
}

.main-content-grey {
background-color: #fafafa;
width: 100%;
border-bottom: 1px solid #c2c2c2;
margin: 0;
padding: 0;
overflow: hidden;
}

.service-image {
width: 100%;
padding: 0;
margin: 0 0 10px 0;
}

.service-text {
width: 100%;
padding: 10px;
margin: 0;
height: 150px;
}

#email-response {
margin: 10px 0;
padding: 0;
text-align: center;
}

#footer {
background: none repeat scroll 0 0 #transparent;
border-top: 5px solid #000000;
border-bottom: 1px solid #c2c2c2;
width: 100%;
padding: 40px 0;
margin: 0;
}

#baseline {
background: none repeat scroll 0 0 #transparent;
width: 100%;
padding: 20px 0;
margin: 0;
}

/*===== Containers =====*/
#header-wrapper {
width: 100%;
max-width: 1160px;
padding: 30px 10px;
margin: 0 auto;
overflow: hidden;
}

#menu-wrapper {
width:100%;
max-width: 1160px;
padding: 0;
margin: 0 auto;
}

#banner-wrapper {
width: 100%;
max-width: 1160px;
height: 450px;
position: relative;
padding: 0;
margin: 0 auto;
overflow: hidden;
}

#banner-short-wrapper {
width: 100%;
max-width: 1160px;
height: 250px;
position: relative;
padding: 0;
margin: 0 auto;
overflow: hidden;
}

.content-header-wrapper {
width: 100%;
max-width: 1160px;
margin: 0 auto;
padding: 0 10px;
overflow: hidden;
}

.main-content-wrapper {
width: 100%;
max-width: 1160px;
padding: 40px 10px;
margin: 0 auto;
overflow: hidden;
}

.services-wrapper {
width: 100%;
padding: 0;
margin: 0;
overflow: hidden;
}

.image-wrapper {
margin: 0;
padding: 0;
text-align: center;
}

.gallery-image-wrapper {
display: inline-block;
border: 1px solid #c2c2c2;
padding: 10px;
margin: 0 20px 10px 0;
max-width: 320px;
}

.gallery-image-wrapper.last {
margin: 0 0 10px 0;	
}

#footer-wrapper {
width: 100%;
max-width: 1160px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

#baseline-wrapper {
width: 100%;
max-width: 1160px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
text-align: center;
}

/*===== Columns =====*/
.column-left-70 {
display: block;
float: left;
width: 70%;
padding: 0 50px 0 0;
margin: 0;
overflow: hidden;
}

.column-right-30 {
display: block;
float: left;
width: 30%;
padding: 0;
margin: 0;
overflow: hidden;
}

.services-column-01 {
display: block;
border: 1px solid #c2c2c2;
float: left;
width: 32%;
padding: 10px;
margin: 0 10px 0 0;
overflow: hidden;
text-align: center;
}

.services-column-02 {
display: block;
border: 1px solid #c2c2c2;
float: left;
width: 32%;
padding: 10px;
margin: 0 10px 0 0;
overflow: hidden;
text-align: center;
}

.services-column-03 {
display: block;
border: 1px solid #c2c2c2;
float: left;
width: 32%;
padding: 10px;
margin: 0;
overflow: hidden;
text-align: center;
}

.column-left-50 {
display: block;
float: left;
width: 50%;
padding: 0 50px 0 0;
margin: 0;
overflow: hidden;	
}

.column-right-50 {
display: block;
float: left;
width: 50%;
padding: 0;
margin: 0;
overflow: hidden;	
}

.footer-column-01 {
display: block;
float: left;
width: 30%;
padding: 0 40px 0 0;
margin: 0;
overflow: hidden;
}

.footer-column-02 {
display: block;
float: left;
width: 35%;
padding: 0 40px 0 0;
margin: 0;
overflow: hidden;
}

.footer-column-03 {
display: block;
float: left;
width: 35%;
padding: 60px 0 0 0;
margin: 0;
overflow: hidden;
text-align: center;
}

/*===== Div Separator =====*/
.clearer {
font-size: 0px;
line-height: 0px;
display: block;
margin: 0px;
padding: 0px;
clear: both;
height: 0px;
width: auto;
}

/*===== Menus =====*/
nav ul {
position: relative;
list-style: none outside none;
margin: 0;
padding: 0;
display: inline-table;
height: 50px;
z-index: 1001;
}

nav ul:after {
content: "";
clear: both;
display: block;
}

nav ul li:hover > ul {
display: block;
}

nav ul li {
position: relative;
float: left;
height: 50px;
-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;
}

nav ul li a {
color: #605f5d;
float: left;
font-size: 1em;
font-family: 'Comfortaa', cursive;
font-weight: 400;
height: 50px;
line-height: 50px;
padding: 0 30px;
text-decoration: none;
-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;
}

nav ul li a:hover {
color: #e36b2e;
}

nav ul li a.down {
background: url("../images/down.gif") no-repeat scroll right 20px center;
padding: 0 40px 0 20px;
}

/* Second Level */
nav ul ul {
position: absolute;
top: 100%;
display: none;
height: 50px;
z-index: 1001;
}

nav ul ul:after {
content: "";
clear: both;
display: block;
}

nav ul ul li:hover > ul {
display: block;
}

nav ul ul li {
background-color: #ffffff;
float: none;
position: relative;
border-bottom: 1px solid #c2c2c2;
border-left: 1px solid #c2c2c2;
border-right: 1px solid #c2c2c2;
height: 50px;
text-align: left;
}

nav ul li ul li a {
color: #605f5d;
float: left;
width: 280px;
font-size: 1em;
font-family: 'Comfortaa', cursive;
font-weight: 400;
height: 50px;
line-height: 50px;
padding: 0 30px;
text-decoration: none;
-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;
}

nav ul li ul li a:hover {
color: #e36b2e;	
}

/*===== Spans =====*/
span.orange {
color: #e36b2e;
}

/*===== General =====*/
.openfont {
font-family: 'Open Sans', sans-serif !important;
}

.italic {
font-style: italic;
}

.bold {
font-weight: 700;
}

.center {
text-align: center;
}

/*===== Headers =====*/
header.mid {
margin: 0;
padding: 20px 0;
overflow: hidden;
}

h1 {
color: #605f5d;
font-size: 2.5em;
font-family: 'Comfortaa', cursive;
margin: 0;
padding: 0;
display: block;
line-height: 1.5em;
}

h1.banner {
background: rgb(255, 255, 255); /* Fall back */
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
font-size: 3em;	
padding: 10px 20px;
margin: 0;
}

h1.banner-short {
background: rgb(255, 255, 255); /* Fall back */
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
font-size: 2.5em;	
padding: 10px 20px;
margin: 0;
}

h2 {
color: #605f5d;
font-size: 2em;
font-family: 'Comfortaa', cursive;
margin: 0;
padding: 0;
display: block;
line-height: 1.5em;
}

h2.banner {
background: rgb(255, 255, 255); /* Fall back */
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
color: #e36b2e;
font-size: 1.8em;	
font-family: 'Comfortaa', cursive;
padding: 0 20px 20px 20px;
margin: 0;
}

h2.banner-short {
background: rgb(255, 255, 255); /* Fall back */
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
color: #e36b2e;
font-size: 1.6em;	
font-family: 'Comfortaa', cursive;
padding: 0 20px 20px 20px;
margin: 0;
}

h3 {
color: #605f5d;
font-size: 1.5em;
font-family: 'Comfortaa', cursive;
margin: 0 0 10px 0;
padding: 0;
display: block;
line-height: 1.5em;
}

h3.padtop {
margin: 20px 0 10px 0;
}

h4 {
color: #605f5d;
font-size: 1.3em;
font-family: 'Comfortaa', cursive;
margin: 0;
padding: 0;
display: block;
line-height: 1.5em;
}

/*===== Paragraphs =====*/
p.main-text {       
color: #73726f; 
font-size: 1.1em; 
font-family: 'Comfortaa', cursive;
padding: 0;
line-height: 1.7em;
}

p.main-text.medium {
font-size: 0.975em;
}	

p.header-text {       
color: #605f5d; 
font-size: 2em; 
font-family: 'Comfortaa', cursive;
font-weight: 700;
padding: 0;
margin: 0;
line-height: 1.2em;
}

p.header-text.small {
font-size: 1.1em;
font-weight: 400;
margin: 0 0 5px 0;
}

p.error-text {       
color: #73726f; 
font-size: 12em; 
font-family: 'Comfortaa', cursive;
font-weight: 700;
padding: 0;
line-height: 1em;
text-align: center;
}

/*===== Form Fields =====*/
form#emailForm {
padding: 0;
margin: 0;
}

form.cmxform {
width: 100%;
color: #605f5d; 
font-family: 'Comfortaa', cursive;
font-size: 1.1em;
padding: 10px 0 0;
}

form.cmxform legend {
padding-left: 0;
}

form.cmxform legend, form.cmxform label {
color: #605f5d;
}

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: red;
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 {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 10px 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
}

.editor-label-bold {
background: none repeat scroll 0 0 transparent;
font-weight: 700;
border: 0 none;
display: block;
margin: 10px 0 20px 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
}

.editor-label-buttons {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 20px 0 10px 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
}

.editor-field {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
}

.editor-field-padded {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 0 0 20px 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
}

input.contact {
border: 1px solid #c2c2c2;
color: #73726f;
font-family: 'Comfortaa', cursive;
font-size: 0.9em;
height: 30px;
line-height: 18px;
margin-bottom: 10px;
padding: 2px 3px;
width: 95%;
-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.short {
width: 30%;
text-align: left;
}

input.contact.question {
width: 50px;
text-align: center;
}

input.contact:focus {
border: 2px solid #e36b2e;
}

input.contact.error {
border: 1px solid red;
}

textarea.contact {
border: 1px solid #c2c2c2;
color: #73726f;
font-family: 'Comfortaa', cursive;
font-size: 0.9em;
height: 80px;
line-height: 18px;
margin-bottom: 10px;
padding: 10px 3px;
width: 95%;
-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: 2px solid #e36b2e;
}

textarea.contact.error {
border: 1px solid red;
}

input.upload {
font-family: 'Comfortaa', cursive;
font-size: 0.9em;
height: 30px;
margin-bottom: 10px;
}

span.requiredfield {
color: #e36b2e;
}

input.submit {
background: #ffffff;
border: 1px solid #c2c2c2;
display: inline-block;
color: #605f5d;
cursor: pointer;
font-family: 'Comfortaa', cursive;
font-size: 1em;
font-weight: 400;
padding: 15px 20px;
margin: 20px auto;
text-align: left;
text-decoration: none;
text-transform: uppercase;
-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.submit:hover {
color: #e36b2e;
}

/*===== Buttons =====*/
a.button {
background: #ffffff;
border: 1px solid #c2c2c2;
display: inline-block;
width: 90%;
color: #605f5d;
cursor: pointer;
font-family: 'Comfortaa', cursive;
font-size: 1em;
padding: 10px 0;
margin: 10px auto;
text-align: center;
text-decoration: none;
letter-spacing: 1px;
text-transform: uppercase;
-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;
}

a.button:hover {
color: #e36b2e;
}

/*===== Links =====*/
a.link:link , a.link:visited, a.link:active {
color: #605f5d;
font-size: 1.1em; 
font-family: 'Comfortaa', cursive;
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;
}

a.link.under:link , a.link.under:visited, a.link.under:active {
color: #73726f;
font-size: 1.1em; 
font-family: 'Comfortaa', cursive;
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;
}

a.link.orange:link , a.link.orange:visited, a.link.orange:active {
color: #e36b2e;
font-size: 1.1em; 
font-family: 'Comfortaa', cursive;
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;
}

a.header-link:link , a.header-link:visited, a.header-link:active {
color: #e36b2e;
font-size: 0.575em; 
font-family: 'Comfortaa', cursive;
font-weight: 400;
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;
}

a.footer-link:link , a.footer-link:visited, a.footer-link:active {
color: #605f5d;
font-size: 0.975em; 
font-family: 'Comfortaa', cursive;
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;
}

a.link:hover {
color: #e36b2e;
text-decoration: underline;
}

a.link.under:hover {
color: #e36b2e;
}

a.blank:link , a.blank:visited, a.blank:active {
text-decoration: none;
}

/*===== Telephone Numbers =====*/
.tel,.tel:visited { /*for small screens */ 
color: #605f5d; 
padding: 0; 
text-decoration: none; 
cursor: default;
} 

.tel:hover,.tel:focus { 
color: #605f5d; 
}

.tel-orange,.tel-orange:visited { /*for small screens */ 
color: #e36b2e; 
padding: 0; 
text-decoration: none; 
cursor: default;
} 

.tel-orange:hover,.tel-orange:focus { 
color: #e36b2e; 
}

/*===== 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: #e36b2e; 
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
}

span.bullets {
color: #73726f; 
font-size: 1.1em; 
font-family: 'Comfortaa', cursive;
line-height: 1.7em;
}

ul.alpha {
list-style-type: lower-alpha;
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;
text-align: left;
}

ul.alpha li {
color: #73726f; 
font-size: 1.1em; 
font-family: 'Comfortaa', cursive;
line-height: 1.7em; 
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
}

ul.roman {
list-style-type: lower-roman;
list-style-position: outside;
margin: 10px 0 20px 0;
padding: 0;
text-align: left;
}

ul.roman li {
color: #73726f; 
font-size: 1.1em; 
font-family: 'Comfortaa', cursive;
line-height: 1.7em; 
padding: 0;
margin-bottom: 5px;
margin-left: 4em;
text-indent: 0;
}

ul ul.inner {
list-style-type: disc;
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;
text-align: left;
}

ul ul.inner li {
color: #e36b2e; 
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
}

span.inner {
color: #73726f; 
font-family: 'Comfortaa', cursive;
line-height: 1.7em;
}

ul.inner-small {
list-style-type: disc;
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;
text-align: left;
}

ul.inner-small li {
color: #e36b2e; 
font-size: 1em; 
font-family: 'Comfortaa', cursive;
line-height: 1.7em; 
padding: 0;
margin-bottom: 5px;
margin-left: 1em;
text-indent: 1em;
}

span.inner-small {
color: #73726f; 
font-size: 1em; 
font-family: 'Comfortaa', cursive;
line-height: 1.7em;
}

/* List styling */
.featureList, .featureList ul {
padding-left: 2em;
list-style-type: none;
font-size: 0.975em;
font-family: 'Open Sans', sans-serif;
line-height: 1.7em;
color: #73726f;
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: #e36b2e;
}

.featureList li {
margin: 0 0 10px 0;
}	
	
/*===== Images =====*/
img {
border: 0;
height: auto;
max-width: 100%;
}

img.mail {
border: 0;
height: auto;
max-width: 100%;
margin-bottom: -5px;
}

/*********************************************************************/
/*===== Media Queries for Mobile =====*/
@media screen and (max-width: 480px) 
			  and (min-width: 320px) {

#logo {
width: 100%;
text-align: center;
padding: 0 0 20px 0;
}

#header-contact {
display: none;
}

img.mail {
display: none;
}

#header-contact-mobile {
display: block;
}
			  
#banner {
height: 300px;
}

#banner-wrapper {
height: 300px;
}

.banner-text {
left: 0;
}
			  
.service-text {
height: 160px;
}

.services-column-01 {
width: 98%;
margin: 0;
}

.services-column-02 {
width: 98%;
margin: 10px 0 0;
}

.services-column-03 {
width: 98%;
margin: 10px 0 0;
}

.column-left-70 {
width: 100%;
padding: 0 0 40px 0;	
}

.column-right-30 {
width: 100%;	
}

.column-left-50 {
width: 100%;
padding: 0 0 40px 0;
}

.column-right-50 {
width: 100%;
}

.footer-column-01 {
width: 100%;
}

.footer-column-02 {
width: 100%;
padding: 40px 0 0;
}

.footer-column-03 {
width: 100%;
padding: 40px 0 0;
}

.gallery-image-wrapper.last {
margin: 0 20px 10px 0;
}

h1.banner {
font-size: 1.5em;
}

h2.banner {
font-size: 1em;
}

h1.banner-short {
font-size: 1.5em;
}

h2.banner-short {
font-size: 1em;
}

h2 {
font-size: 1.3em;
}

p.main-text {
font-size: 0.975em;
}

p.main-text.medium {
font-size: 0.9em;
}

p.header-text {
font-size: 1.5em;
}

p.error-text { 
font-size: 8em;
} 

a.link:link, a.link:visited, a.link:active {
font-size: 0.975em;
}	

span.bullets {
font-size: 0.975em;
}	

}


/*********************************************************************/
/*===== Mobile Landscape =====*/
@media screen and (max-width: 600px) 
			  and (min-width: 481px) {
			  
#logo {
width: 100%;
text-align: center;
padding: 0 0 20px 0;
}

#header-contact {
display: none;
}

img.mail {
display: none;
}

#header-contact-mobile {
display: block;
}
			  
#banner {
height: 300px;
}

#banner-wrapper {
height: 300px;
}

.banner-text {
left: 0;
}
			  
.service-text {
height: 125px;
}

.services-column-01 {
width: 98%;
margin: 0;
}

.services-column-02 {
width: 98%;
margin: 10px 0 0;
}

.services-column-03 {
width: 98%;
margin: 10px 0 0;
}

.column-left-70 {
width: 100%;
padding: 0 0 40px 0;	
}

.column-right-30 {
width: 100%;	
}

.column-left-50 {
width: 100%;
padding: 0 0 40px 0;
}

.column-right-50 {
width: 100%;
}

.footer-column-01 {
width: 100%;
}

.footer-column-02 {
width: 100%;
padding: 40px 0 0;
}

.footer-column-03 {
width: 100%;
padding: 40px 0 0;
}

.gallery-image-wrapper.last {
margin: 0 20px 10px 0;
}

h1.banner {
font-size: 1.8em;
}

h2.banner {
font-size: 1.1em;
}

h1.banner-short {
font-size: 1.8em;
}

h2.banner-short {
font-size: 1.1em;
}

h2 {
font-size: 1.5em;
}

p.main-text {
font-size: 0.975em;
}

p.main-text.medium {
font-size: 0.9em;
}

a.link:link, a.link:visited, a.link:active {
font-size: 0.975em;
}

span.bullets {
font-size: 0.975em;
}					  
			  
}


/*********************************************************************/
/*===== Small Tablet Portrait ======*/
@media screen and (max-width: 768px) 
			  and (min-width: 601px) {

#banner {
height: 350px;
}

#banner-wrapper {
height: 350px;
}

.banner-text {
left: 0;
}
			  
.service-text {
height: 190px;
}

.services-column-01 {
width: 49%
}

.services-column-02 {
width: 49%;
margin: 0;
}

.services-column-03 {
width: 49%;
margin: 10px 0 0;
}

.column-left-70 {
width: 100%;
padding: 0 0 40px 0;	
}

.column-right-30 {
width: 100%;	
}

.column-left-50 {
width: 100%;
padding: 0 0 40px 0;
}

.column-right-50 {
width: 100%;
}

.footer-column-01 {
width: 50%;
}

.footer-column-02 {
width: 50%;
padding: 0;
}

.footer-column-03 {
width: 100%;
padding: 40px 0 0;
}

.gallery-image-wrapper.last {
margin: 0 20px 10px 0;
}

h1.banner {
font-size: 2em;
}

h2.banner {
font-size: 1.3em;
}

h1.banner-short {
font-size: 2em;
}

h2.banner-short {
font-size: 1.3em;
}

h2 {
font-size: 1.6em;
}

p.main-text {
font-size: 1em;
}

a.link:link, a.link:visited, a.link:active {
font-size: 1em;
}

span.bullets {
font-size: 1em;
}			  

}

/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 844px) 
			  and (min-width: 769px) {
			  
.services-column-01 {
width: 49%
}

.services-column-02 {
width: 49%;
margin: 0;
}

.services-column-03 {
width: 49%;
margin: 10px 0 0;
}

.column-left-50 {
width: 100%;
padding: 0 0 40px 0;
}

.column-right-50 {
width: 100%;
}

.footer-column-01 {
width: 50%;
}

.footer-column-02 {
width: 50%;
padding: 0;
}

.footer-column-03 {
width: 100%;
padding: 40px 0 0;
}

.gallery-image-wrapper.last {
margin: 0 20px 10px 0;
}

h1.banner {
font-size: 2.5em;
}

h2.banner {
font-size: 1.5em;
}

h2.banner-short {
font-size: 1.5em;
}

h2 {
font-size: 1.8em;
}

p.main-text {
font-size: 1em;
}

a.link:link, a.link:visited, a.link:active {
font-size: 1em;
}

span.bullets {
font-size: 1em;
}
			  
}

/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 915px) 
			  and (min-width: 845px) {
			  
.service-text {
height: 200px;
}

.footer-column-01 {
width: 50%;
}

.footer-column-02 {
width: 50%;
padding: 0;
}

.footer-column-03 {
width: 100%;
padding: 40px 0 0;
}

.gallery-image-wrapper.last {
margin: 0 20px 10px 0;
}

h1.banner {
font-size: 2.5em;
}

h2.banner {
font-size: 1.5em;
}

h2.banner-short {
font-size: 1.5em;
}
			  
}

/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 991px) 
			  and (min-width: 916px) {
			  
.service-text {
height: 175px;
}

.footer-column-01 {
width: 50%;
}

.footer-column-02 {
width: 50%;
padding: 0;
}

.footer-column-03 {
width: 100%;
padding: 40px 0 0;
}

.gallery-image-wrapper.last {
margin: 0 20px 10px 0;
}
			  
}

/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1044px) 
			  and (min-width: 992px) {

nav ul li a {
padding: 0 20px;
}

.service-text {
height: 175px;
}

.gallery-image-wrapper.last {
margin: 0 20px 10px 0;
}	
			  
}

/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1071px) 
			  and (min-width: 1043px) {

nav ul li a {
padding: 0 20px;
}

.service-text {
height: 175px;
}	
			  
}

/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1090px) 
			  and (min-width: 1072px) {

.service-text {
height: 175px;
}
			  
}