/*
	Theme Name: HH Surfacing
	Description: HH Surfacing Theme
	Version: 1
	Author: Dave Playford
	Tags: HTML5, CSS3
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* 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;
	box-sizing: border-box;
	vertical-align: baseline;
	-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;
}
a {
color: inherit;
font-family: 'Open Sans', sans-serif;
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:focus {
outline:0;
}
a:hover,
a:active {
outline:0;
color: #6c2537;
}
p { 
color: #454545; 
font-size: 1.1em; 
font-family: 'Open Sans', sans-serif;
padding: 0;
line-height: 1.7em;
}
strong { 
font-weight: bold; 
}

/*================================*/
/*          Colours               */
/*                                */
/*    Black: #272624              */
/*    Orange: #f9ae1d             */
/*                                */
/*================================*/

/*===== Main Styles =====*/
body {
background-image: url("images/background.png");
background-repeat: repeat;
margin: 0;
padding: 0;
line-height: 1;
}

/*===== Divs =====*/
#top {
padding: 10px;
position: fixed;
bottom: 20px;
right: 30px;
display: none;
z-index: 999;
}

#top-bar {
position: fixed;
top: 0;
background-color: #272624;
width: 100%;
height: 40px;
padding: 0;
margin: 0;
border-bottom: 3px solid #f9ae1d;
z-index: 9999;
}

#top-bar-contact {
position: realtive;
float: left;
text-align: left;
margin: 0;
padding: 0;
}

#menu {
background-color: #272624;
position: relative;
width: 100%;
height: 50px;
text-align: center;
z-index: 999;
}

#header {
position: relative;
width: 100%;
padding: 40px 0 0;
}

#logo {
display: block;
float: left;
padding: 0;
margin: 0;
overflow: hidden;
}

#header-text {
display: block;
float: right;
padding: 20px 0 0;
}

#banner-short {
position: relative;
background:url('images/banner-01.jpg') center center no-repeat #ffffff;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
padding: 0;
width: 100%;
height: 450px;
z-index: 50;
}

#banner-short.road {
background:url('images/banner-02.jpg') top -80px right no-repeat #ffffff;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#banner-text {
position: absolute;
top: 15%;
left: 10px;
width: 90%;
padding: 20px;
margin: 0;
text-align: left;
visibility: hidden;
}

#accreditations {
position: absolute;
bottom: 0;
width: 100%;
background-color: #ffffff;
padding: 20px 10px;
z-index: 100;
}

#promo-banner {
position: relative;
background-color: #272624;
border-bottom: 3px solid #f9ae1d;
margin: 0;
padding: 40px 0;
width: 100%;
}

.main-content {
width: 100%;
margin: 0;
padding: 0;
}

.main-content.white {
background-color: #ffffff;
}

#footer {
background: none repeat scroll 0 0 #272624;
border-top: 3px solid #f9ae1d;
width: 100%;
padding: 40px 0 10px;
margin: 0;
}

#baseline {
background: none repeat scroll 0 0 #272624;
width: 100%;
padding: 20px 0;
margin: 0;
}

/*===== Containers =====*/
#top-bar-wrapper {
width: 100%;
max-width: 1020px;
margin: 0 auto;
padding: 0 10px;
}

#header-wrapper {
position: relative;
width: 100%;
max-width: 1160px;
padding: 20px 10px;
margin: 0 auto;
overflow: hidden;
}

#menu-wrapper {
width: 100%;
max-width: 1160px;
padding: 0 10px;
margin: 0 auto;
}

#promo-banner-wrapper {
width: 100%;
max-width: 1160px;
margin: 0 auto;
padding: 0;
overflow: hidden;
}

.banner-wrapper {
position: relative;
width: 100%;
max-width: 1160px;
height: 500px;
margin: 0 auto;
padding: 0;
}

.main-content-wrapper {
width: 100%;
max-width: 1200px;
padding: 40px 10px;
margin: 0 auto;
overflow: hidden;
}

.two-column-wrapper {
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}

.image-wrapper {
margin: 0 auto;
padding: 0;
overflow: hidden;
text-align: center;
}

.image-wrapper-padded {
margin: 0 auto;
padding: 0 0 10px 0;
overflow: hidden;
text-align: center;
}

.video-wrapper {
margin: 10px auto 0 auto;
padding: 0;
overflow: hidden;
text-align: center;
}

.slider-wrapper {
position: relative;
}

.project-image {
position: relative;
width: 95%;
padding: 0;
margin: 0;
}

.news-gallery-wrapper {
display: block;
float: left;
width: 33%;
height: auto;
padding: 0 5px 10px;
margin: 0;
}

#footer-wrapper {
width: 98%;
max-width: 1020px;
padding: 0;
margin: 0 auto;
overflow: hidden;
text-align: center;
}

#baseline-wrapper {
width: 98%;
max-width: 1020px;
padding: 0;
margin: 0 auto;
overflow: hidden;
text-align: center;
}

/*===== 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-65 {
display: block;
float: left;
width: 65%;
padding: 0 25px 0 0;
margin: 0;
overflow: hidden;
}

.right-column-35 {
display: block;
float: left;
width: 35%;
padding: 0 0 0 25px;
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.lower {
padding: 0 0 40px 0;
margin: 0;
overflow: hidden;
}

section.sub {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}

section.white {
background-color: #ffffff;
padding: 20px;
margin: 0 0 20px 0;
overflow: hidden;	
}

/*===== Div Separator =====*/
.clearer {
font-size: 0px;
line-height: 0px;
display: block;
margin: 0px;
padding: 0px;
clear: both;
height: 0px;
width: auto;
}

/*===== Dividers =====*/
.hr {
background: none repeat scroll 0 0 #f9ae1d;
border: 0 none;
display: block;
height: 1px;
margin: 0 0 40px 0;
width: 95%;
}

/*===== Menus =====*/
.menu_title{
display: none;
position: relative;
float: right;
bottom: 0.6em;
margin-right: 3em;
color: #ffffff;
font-family: 'Open Sans', sans-serif;
font-size: 1.1em;
font-weight: 400; 
}

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:hover {
background-color: #f9ae1d;
}

nav ul li a {
color: #ffffff;
float: left;
font-size: 1.1em;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
height: 50px;
line-height: 50px;
padding: 0 35px;
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 a.nocursor {
cursor: default;
}

.sub-menu-parent { 
position: relative;
background: url("images/down.gif") no-repeat scroll right 25px center;
padding: 0 15px 0 0; 
}

.sub-menu {
visibility: hidden; /* hides sub-menu */
opacity: 0;
position: absolute;
top: 100%;
left: 0;
width: 100%;
transform: translateY(-2em);
z-index: -1;
transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.sub-menu-parent:hover .sub-menu {
visibility: visible; /* shows sub-menu */
opacity: 1;
z-index: 1;
transform: translateY(0%);
transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}

.sub-menu li {
background: #272624;
width: 250px;
height: 50px;
line-height: 50px;
border-bottom: 1px solid #f9ae1d;
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
text-align: left;
}

.sub-menu li a {
line-height: 50px;
font-weight: 400;
font-size: 1em;
}

.menu-column ul li a {
font-size: 1em;
}

.menu-column ul li.main-menu.last {
border-radius: unset;
border: none;
}

.menu-column ul li.main-menu.last:hover {
border: none;	
}

/*===== Areas Side Menu =====*/
ul.area-menu {
list-style-type: none;
margin: 0 0 20px 0;
padding: 0;
display: inline-table;
height: 45px;
z-index: 998;
}

ul.area-menu:after {
content: "";
clear: both;
display: block;
}

ul.area-menu li:hover > ul {
display: block;
}

ul.area-menu li {
position: relative;
background-color: #272624;
border-bottom: 2px solid #f9ae1d;
display: inline-block;
float: left;
height: 45px;
width: 100%;
-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;
}

ul.area-menu li a {
background: #272624;
color: #ffffff;
display: block;
float: left;
font-size: 1.1em;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
width: 100%;
height: 45px;
line-height: 45px;
padding: 0 0 0 20px;
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;
}

ul.area-menu li a:hover {
color: #272624;
background: #f9ae1d;
}

/*===== Spans =====*/
span.orange {
color: #f9ae1d;
}

span.bold {
font-weight: 700;
}

/*===== 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: 800;
}

.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.mid {
padding: 10px 0;
margin: 0;
overflow: hidden;
}

h1 {
color: #ffffff;
font-size: 2.5em;
font-family: 'Open Sans', sans-serif;
margin: 0;
padding: 0;
display: block;
line-height: 1.5em;
}

h1.dark {
color: #272624;
}

h2 {
color: #ffffff;
font-size: 1.8em;
font-family: 'Open Sans', sans-serif;
margin: 0;
padding: 0;
display: block;
line-height: 1.5em;
}

h2.dark {
color: #272624;
}

h3 {
color: #272624;
font-size: 1.6em;
font-family: 'Open Sans', sans-serif;
margin: 0;
padding: 0;
display: block;
line-height: 1.5em;
}

h3.dark {
color: #272624;
}

h4 {
color: #272624;
font-size: 1.2em;
font-family: 'Open Sans', sans-serif;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h4.white {
color: #ffffff;
}

/*===== Paragraphs =====*/
p.main-text {       
color: #454545; 
font-size: 1em; 
font-family: 'Open Sans', sans-serif;
padding: 0;
line-height: 1.7em;
}

p.main-text.small {
font-size: 0.9em; 
}

p.main-text.promo {
display: inline;
color: #ffffff;
font-size: 1.3em;
}

p.main-text.promo-bold {
display: inline;
color: #ffffff;
font-size: 1.4em;
font-weight: 700;
line-height: 60px;
padding: 0 0 0 40px;
}

p.main-text.white {
color: #ffffff;	
font-size: 0.875em;
}

p.top-bar-text {       
color: #ffffff; 
font-size: 0.85em; 
font-family: 'Open Sans', sans-serif;
padding: 0;
line-height: 38px;
}

p.header-text {       
color: #272624; 
font-size: 1em; 
font-family: 'Open Sans', sans-serif;
padding: 0;
line-height: 2em;
}

p.header-text.orange {
color: #f9ae1d;
font-size: 2.5em;
line-height: 1em;
}

p.header-text.large {       
color: #272624; 
font-size: 1.8em; 
font-family: 'Open Sans', sans-serif;
font-weight: 800;
padding: 0;
line-height: 1em;
}

p.header-text.medium {       
color: #272624; 
font-size: 1.1em; 
font-family: 'Open Sans', sans-serif;
font-weight: 700;
padding: 5px 0 0;
line-height: 1.2em;
}

p.main-banner-text {       
color: #ffffff; 
font-size: 3em; 
font-family: 'Open Sans', sans-serif;
font-weight: 800;
padding: 0;
line-height: 1.5em;
}

p.contact-text {       
color: #272624; 
font-size: 1.8em; 
font-family: 'Open Sans', sans-serif;
font-weight: 800;
padding: 0;
line-height: 0.7em;
}

p.error-text {       
color: #454545; 
font-size: 12em; 
font-family: 'Open Sans', sans-serif;
font-weight: 700;
padding: 0;
line-height: 1em;
}

/*===== Buttons =====*/
a.button {
background-color: #272624;
border: 0 none;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Open Sans', sans-serif;
font-size: 1em;
padding: 15px 20px;
margin: 0;
text-align: center;
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;
}

a.button:hover {
background-color: #f9ae1d;
}

a.button.small {
font-size: 0.875em;
padding: 10px 15px;	
}

/*===== Links =====*/
a.link:link , a.link:visited, a.link:active {
color: #454545;
font-family: 'Open Sans', sans-serif;
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: inherit;
text-decoration: underline;	
}

a.link:hover {
color: #f9ae1d;
text-decoration: underline;
}

a.link.under:hover {
color: #f9ae1d;
}

a.top-link:link , a.top-link:visited, a.top-link:active {
color: #ffffff; 
font-family: 'Open Sans', sans-serif;
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;
}

a.footer-link:link , a.footer-link:visited, a.footer-link:active {
color: #ffffff;
font-family: 'Open Sans', sans-serif;
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.blank:link , a.blank:visited, a.blank:active {
text-decoration: none;
}

a.gallery:link, a.gallery:visited, a.gallery: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; 
}

.tel-orange,.tel-orange:visited { /*for small screens */ 
color: #f9ae1d; 
padding: 0; 
font-weight: 800;
text-decoration: none; 
cursor: default;
} 

.tel-orange:hover,.tel-orange:focus { 
color: #f9ae1d; 
}

.tel-white,.tel-white:visited { /*for small screens */ 
color: #ffffff; 
padding: 0; 
text-decoration: none; 
cursor: default;
} 

.tel-white:hover,.tel-white:focus { 
color: #ffffff; 
}

/*===== Lists =====*/
/*===== Standard Bullets =====*/
ul.bullets {
list-style-type: disc;
list-style-position: inside;
margin: 20px 0;
padding: 0;
text-align: left;
}

ul.bullets li {
color: #f9ae1d; 
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
}

span.bullets {
color: #454545; 
font-size: 1.1em; 
font-family: 'Open Sans', sans-serif;
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: #ffffff; 
font-size: 0.85em; 
font-family: 'Open Sans', sans-serif;
line-height: 38px;
margin: 0 30px 0 0;
}

ul.top-bar li.last {
margin: 0;
}
	
/*===== Images =====*/
img {
border: 0;
height: auto;
max-width: 100%;
}

img.top {
border: 0;
height: auto;
max-width: 100%;
position: relative;
margin-right: 2px;
top: 5px;
}

img.gallery {
border: 0;
max-width: 100%;
width: 350px;
height: 233px;
}

img.logo.first {
margin: 0 25px 0 0;	
}

img.logo {
margin: 0 25px;	
}

img.logo.last {
margin: 0 0 0 25px;	
}

/*===== Animation =====*/
/*
==============================================
slideLeft
==============================================
*/
.slideRight{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	

	animation-duration: 1.8s;	
	-webkit-animation-duration: 1.8s;
	
	-webkit-animation-fill-mode: both; 
    animation-fill-mode: both;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	

	-webkit-animation-delay: 0.3s; /* Chrome, Safari, Opera */
    animation-delay: 0.3s;

	visibility: visible !important;	
}

@keyframes slideRight {
	0% {
		opacity: 0;
		transform: translateX(-100%);
	}			
	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}

@-webkit-keyframes slideRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
	}		
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
}

/*===== Wordpress =====*/
span.date, span.author, span.post-date {
font-family: 'Open Sans', sans-serif;
font-size: 0.875em;
font-weight: 400;
font-style: italic;
line-height: 1.5em;
display: inline-block;
margin: 0 0 20px 0;
}

/*===== Page Navi Styles =====*/
.wp-pagenavi {
position: relative;
height: 50px;
padding: 10px 0 0;
}

.wp-pagenavi a, .wp-pagenavi span {
padding: 7px 10px; 
margin-right: 10px;
font-family: 'Open Sans', sans-serif;
font-size: 15px; 
color: #454545; 
text-decoration: none;
border: 1px solid #272624; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border-radius: 5px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
background: #272624;
color: #ffffff;
border: 1px solid #272624;
}

.wp-pagenavi span.current { 
font-weight: bold; 
}

/*===== WP Form =====*/
form.search {
margin: 0 0 30px 0;
}

/*===== WP Article =====*/
article {
margin: 0 0 20px;
padding: 0;
overflow: hidden;
}

article ul {
list-style-type: disc;
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;
text-align: left;
}

article ul li {
color: #454545; 
font-size: 1.1em; 
font-family: 'Open Sans', sans-serif;
line-height: 1.7em;
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
}

/*===== Search Box =====*/
input.search-input {
border: 1px solid #959595;
color: #2b2b2b;
font-family: 'Open Sans', sans-serif;
font-size: 1em;
height: 35px;
line-height: 18px;
padding: 2px 10px;
margin-bottom: 10px;
-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;
}

button.search-submit {
background-color: #272624;
border: 0 none;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Open Sans', sans-serif;
font-size: 1em;
padding: 6px 20px;
margin: 0;
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;	
}

button.search-submit:hover {
background-color: #f9ae1d;
}

/*===== MeanMenu =====*/
a.meanmenu-reveal {
    display: none
}

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: absolute;
    padding: 0;
    min-height: 42px;
    z-index: 999999
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #ffffff;
    height: 2px;
    margin-top: 4px
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    margin-top: 24px
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none
}

.mean-container .mean-nav ul li {
    background: #272624;
    position: relative;
    float: left;
    width: 100%
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 100%;
    padding: 0 0 0 10px;
    margin: 0;
    text-align: left;
    color: #ffffff;
    border-top: 1px solid #f9ae1d;
    text-decoration: none;
    text-transform: uppercase
}

.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li a:hover {
    background: #f9ae1d;
}

.mean-container .mean-nav ul li li a {
    width: 100%;
    padding: 0 0 0 20px;
    text-shadow: none!important;
    visibility: visible
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: 3px solid #f9ae1d;
    margin-bottom: 0;
	height: 48px;
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 40px;
    height: 40px;
    padding: 0 20px 10px 12px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255, 255, 255, .1);
    border: none!important;
    border-left: 1px solid #f9ae1d!important
}

.mean-container .mean-push,
.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}

.mean-container .mean-push {
    float: left;
    clear: both
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.mean-remove {
    display: none!important
}

/*********************************************************************/
/*===== Media Queries for Mobile =====*/
@media screen and (max-width: 347.99px) 
			  and (min-width: 320px) {
				  
#logo {
width: 100%;
text-align: center;
}

#header-text {
width: 100%;
}

#banner-short.road {
background:url('images/banner-02.jpg') top right no-repeat #ffffff;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#banner-text {
top: 0;
width: 98%;
}

.news-gallery-wrapper {
width: 100%;
}

.top-column-left {
display: none;
}

.top-column-right {
width: 100%;
text-align: center;
}

.left-column-65 {
width: 100%;
padding: 0;
}

.right-column-35 {
width: 100%;
padding: 40px 0 0;
}

#menu {
text-align: center;
width: 100%;
}

p.top-bar-text {
display: none;
}

h1 {
font-size: 1.6em;
}

h2 {
font-size: 1.4em;
}

h2.dark {
font-size: 1.8em;
}

h3 {
font-size: 1.8em;
}

p.main-text {
font-size: 1em;
}

p.contact-text {
font-size: 1.6em;	
}

p.header-text {
font-size: 0.875em;	
}

p.header-text.orange {
font-size: 1.8em;
}

p.header-text.large {
font-size: 1.3em;
}

p.header-text.medium {
font-size: 1em;
}

.menu_title {
display: block !important;
}

.sub-menu-parent {
background: none;
}

a.top-link:link, a.top-link:visited, a.top-link:active {
font-size: 0.875em;
}

ul.top-bar li.hide {
display: none;
}

img.logo.first {
margin: 0 auto;
}

img.logo {
display: block;
margin: 2.5px auto;
}

img.logo.last {
margin: 0 auto;
}				  

}

/*********************************************************************/
/*===== Media Queries for Mobile =====*/
@media screen and (max-width: 480.99px) 
			  and (min-width: 348px) {

#logo {
width: 100%;
text-align: center;
}

#header-text {
width: 100%;
}

#banner-short.road {
background:url('images/banner-02.jpg') top right no-repeat #ffffff;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#banner-text {
top: 0;
width: 98%;
}

.news-gallery-wrapper {
width: 100%;
}

.left-column-65 {
width: 100%;
padding: 0;
}

.right-column-35 {
width: 100%;
padding: 40px 0 0;
}		  
			  
.top-column-left {
display: none;
}

.top-column-right {
width: 100%;
text-align: center;
}

h1 {
font-size: 1.6em;
}

h2 {
font-size: 1.4em;
}

h2.dark {
font-size: 1.8em;
}

h3 {
font-size: 1.8em;
}

p.main-text {
font-size: 1em;
}

p.contact-text {
font-size: 1.6em;	
}

p.header-text {
font-size: 0.875em;	
}

p.header-text.orange {
font-size: 1.8em;
}

p.header-text.large {
font-size: 1.4em;
}

.menu_title {
display: block !important;
}

.sub-menu-parent {
background: none;
}

a.top-link:link, a.top-link:visited, a.top-link:active {
font-size: 0.875em;
}

ul.top-bar li.hide {
display: none;
}

img.logo.first {
margin: 0 auto;
}

img.logo {
display: block;
margin: 2.5px auto;
}

img.logo.last {
margin: 0 auto;
}	

}


/*********************************************************************/
/*===== Mobile Landscape =====*/
@media screen and (max-width: 600.99px) 
			  and (min-width: 481px) {
				  
#logo {
width: 100%;
text-align: center;
}

#header-text {
width: 100%;
}

#banner-short.road {
background:url('images/banner-02.jpg') top right no-repeat #ffffff;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#banner-text {
top: 0;
width: 98%;
}	

.news-gallery-wrapper {
width: 50%;
}		  

.left-column-65 {
width: 100%;
padding: 0;
}

.right-column-35 {
width: 100%;
padding: 40px 0 0;
}
		  
.top-column-left {
display: none;
}

.top-column-right {
width: 100%;
text-align: center;
}

h1 {
font-size: 1.8em;
}

h2 {
font-size: 1.6em;
}

h2.dark {
font-size: 2em;
}

h3 {
font-size: 2em;
}

p.main-text {
font-size: 1em;
}

p.banner-text {
font-size: 1.2em;
line-height: 30px;
padding: 10px 0;	
}

p.header-text.orange {
font-size: 1.8em;
}

p.header-text.large {
font-size: 1.4em;
}

.menu_title {
display: block !important;
}

.sub-menu-parent {
background: none;
}	

img.logo.first {
margin: 0 15px 0 0;
}

img.logo {
margin: 0 15px;
}

img.logo.last {
margin: 0 0 0 15px;
}		  
			  
}

/*********************************************************************/
/*===== Small Tablet Portrait ======*/
@media screen and (max-width: 671.99px) 
			  and (min-width: 601px) {
				  
#logo {
width: 100%;
text-align: center;
}

#header-text {
width: 100%;
}

#banner-short.road {
background:url('images/banner-02.jpg') top right no-repeat #ffffff;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#banner-text {
top: 0;
width: 98%;
}

.news-gallery-wrapper {
width: 50%;
}

.left-column-65 {
width: 100%;
padding: 0;
}

.right-column-35 {
width: 100%;
padding: 40px 0 0;
}

h2.dark {
font-size: 2em;
}

h3 {
font-size: 2em;
}

p.banner-text {
font-size: 1.3em;	
}

.menu_title {
display: block !important;
}

.sub-menu-parent {
background: none;
}

p.header-text.orange {
font-size: 1.8em;
}

p.header-text.large {
font-size: 1.4em;
}

}

/*********************************************************************/
/*===== Small Tablet Portrait ======*/
@media screen and (max-width: 717.99px) 
			  and (min-width: 672px) {
				  			  
#banner-short.road {
background:url('images/banner-02.jpg') top right no-repeat #ffffff;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
				  
#banner-text {
top: 0;
width: 98%;
}

.left-column-65 {
width: 100%;
padding: 0;
}

.right-column-35 {
width: 100%;
padding: 40px 0 0;
}

p.header-text.orange {
font-size: 1.8em;
}

p.header-text.large {
font-size: 1.4em;
}

p.main-banner-text {
font-size: 2.5em;	
}

p.main-banner-text.small {
font-size: 1.5em;	
}

p.banner-text {
font-size: 1.5em;	
}

h2.dark {
font-size: 2em;
}

h3 {
font-size: 2em;
}

.menu_title {
display: block !important;
}

.sub-menu-parent {
background: none;
}

}


/*********************************************************************/
/*===== Small Tablet Portrait ======*/
@media screen and (max-width: 768.99px) 
			  and (min-width: 718px) {
				  
#banner-short.road {
background:url('images/banner-02.jpg') top right no-repeat #ffffff;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
				  
#banner-text {
top: 0;
width: 98%;
}

.left-column-65 {
width: 100%;
padding: 0;
}

.right-column-35 {
width: 100%;
padding: 40px 0 0;
}

p.header-text.orange {
font-size: 2em;
}

p.header-text.large {
font-size: 1.6em;
}

.menu_title {
display: block !important;
}

.sub-menu-parent {
background: none;
}

}

/*********************************************************************/
/*===== Small Tablet Portrait ======*/
@media screen and (max-width: 952.99px) 
			  and (min-width: 769px) {
				  				  
#banner-short.road {
background:url('images/banner-02.jpg') top right no-repeat #ffffff;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
				  
#banner-text {
top: 0;
width: 98%;
}

.news-gallery-wrapper {
width: 50%;
}

p.header-text.orange {
font-size: 2em;
}

p.header-text.large {
font-size: 1.6em;
}

nav ul li a {
padding: 0 20px;	
}

.sub-menu-parent { 
background: url("images/down.gif") no-repeat scroll right 15px center;
}
				  
}

/*********************************************************************/
/*===== Small Tablet Portrait ======*/
@media screen and (max-width: 1136.99px) 
			  and (min-width: 953px) {
				  
#banner-short.road {
background:url('images/banner-02.jpg') top right no-repeat #ffffff;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
				  
#banner-text {
top: 20px;
width: 98%;
}

p.main-banner-text {
font-size: 2.8em;	
}

p.main-banner-text.small {
font-size: 1.6em;	
}
				  
}