/* DEFAULT
--------------------------------------------- */
html { 
    overflow-y: scroll; 
    overflow-x: hidden; 
}

html, body { 
    width: 100%;
	height: 100%;
	min-height: 100vh;
    margin: 0; 
    padding: 0; 
    font-family: 'open_sans';
    font-size: 14px;
    line-height: 170%; 
	border-top: 0px solid #e8e8f0;
	position:relative;
}

body {
	background-color: #f9f9f9;
	background-image: url(../img/headerIMG.jpg);
	background-position:top center;
	background-size:contain;
	background-repeat: no-repeat;
	padding-top:150px;
}

h1, h2, h3, h4, h5, h6 { 
    color: #3A3A3A; 
    font-weight: 500;
	font-family:'Bahnschrift';
	text-transform:uppercase;
	
}

h1 { font-size: 1.7em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }

ul, p, li, table { color: #3A3A3A; font-weight: 400; }    
ul, li { list-style-type: none; }
ul, ol { margin: 0 0 20px 15px; }
strong { color: #3A3A3A; font-weight: 700; }

a { text-decoration: none; color: #0a4595; font-weight: 400; }
a:hover { color: #3A3A3A; }

* { 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box;     
}

/* PAGE
--------------------------------------------- */ 
section.page {
    width: 100%;
    min-height: calc(100% - 100px) !important;
}


#main-container {
	max-width: 964px;
	margin: 0 auto;
	padding: 0 0 0 22px;
	background-image: url(../img/shadow-left.png);
	background-position:top left;
	background-repeat: no-repeat;
	box-sizing:border-box;
}

#sub-container {
	width:100%;
	display:inline-block;
	padding: 0 22px 0 0;
	box-sizing:border-box;
	background-image: url(../img/shadow-right.png);
	background-position:top right;
	background-repeat: no-repeat;
}

#content-container{
	width:100%;
	display:inline-block;
	padding: 22px 0 0 0;
	box-sizing:border-box;
	background-image: url(../img/shadow-top.png);
	background-position:top right;
	background-repeat: x-repeat;
	
}

#content{
	width:100%;
	display:inline-block;
	background-color:#fff;
	padding: 0 0 80px 0;
	min-height: calc(100vh - 270px) !important;	
}



/* TOP
--------------------------------------------- */ 
section.top {
	width: 100%;
	padding: 0;
	z-index: 9996;	
}  

section.top .logos  {
	display:inline-block;
	width:100%;
	padding:30px;
	box-sizing:border-box;	
}

section.top .logos .slogan  {
	display:inline-block;
	width:auto;
	color:#b7b7b7;
	font-style:italic;
	font-family:'Bahnschrift';
	text-transform:uppercase;
	border-radius:10px;
	padding:10px 0 0 0;
	box-sizing:border-box;
	font-size:25px;
	line-height:25px;
	max-width:200px;
}

section.top .logos .logo  {
	display:inline-block;
	width:auto;
	color:#0a4595;
	font-family:'Bahnschrift';
	text-transform:uppercase;
	float:right;
	background-color:#f9f9f9;
	border:1px solid #e1dfdf;
	border-radius:10px;
	padding:10px 15px;
	box-sizing:border-box;
	font-weight:bold;
	font-size:25px;
	line-height:25px;
	/*background-image: url(../img/logo-azz.png);
	background-position:10px center;
	background-repeat: no-repeat;*/
}

section.top .logos .logo  img { max-width:100%; }
 
section.top > article:first-of-type { 
	margin: 0 auto;
	padding: 0;
	position: relative;
}

section.top div.holder {
	width: 100%;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}


section.breadcrumbs {
	padding:7px 0px 4px 0px;
	box-sizing:border-box;
	display:inline-block;
	width:auto;
	margin-left:30px;
	margin-bottom:30px;
	border-bottom:1px solid #f0efef;
	font-size:12px;
}

section.breadcrumbs strong {
	font-weight:600;
}

section.breadcrumbs a { 
	color:#c0c0c0;
	font-size:12px;
	padding-bottom:3px;
}

section.breadcrumbs a:hover { 
	color:#000000;
	/*
	font-weight:600;
	border-bottom:1px solid #000;*/
}


/* PROMOTIONAL
--------------------------------------------- */ 
div.promotional {
	width: auto;
	margin: 10px 0 0;
	float: right;
	background: #fbfbfb;
	border: 1px solid #eee;
	display: inline-block;
	-wekbit-border-radius: 6px;
	border-radius: 6px;
}
div.promotional h3 {
	padding: 8px 20px 8px 50px;
	background: url('../img/icons/icon-notice.svg') no-repeat 3% center / 22px auto;
	color: #2d2c2c;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	text-align: center;
}

/* FOOTER NAVIGATION
--------------------------------------------- */ 
footer nav { 
	width: auto;
	margin: 0;
	padding:0px;
}
footer nav div > ul { 
	margin: 0;
	padding: 0;
	position: relative; 
}
footer nav div > ul > li { 
	position: relative;
	margin-top:0px;
}  
footer nav div > ul > li a { 
	height: 100%;
	margin: 0px;
	padding: 0 0 5px 0;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	-webkit-transition: all .2s ease, color .2s ease;
	transition: all .2s ease, color .2s ease;
}
footer nav div > ul > li:first-of-type a {
	margin-left: 0;
}
footer nav div > ul > li:last-of-type {
	border-right: 0;
}
footer nav div > ul > li:last-of-type a {
	margin-right: 0;
}
footer nav div > ul > li:hover > a {
	border-bottom: 0px solid #fff;
	color: #fff;
	padding-left:5px;
}	

/* NAVIGATION
--------------------------------------------- */ 
section.top nav { 
	width: auto;
	margin: 0;
	background-color:#0a4595;
	padding:0 30px;
}
section.top nav div > ul { 
	margin: 0;
	padding: 0;
	position: relative; 
}
section.top nav div > ul > li { 
	display: inline-block;
	position: relative;
	margin-top:5px;
}  
section.top nav div > ul > li a { 
	height: 100%;
	margin: 0 15px;
	padding: 5px 0;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	-webkit-transition: background .2s ease, color .2s ease;
	transition: background .2s ease, color .2s ease;
	text-transform:uppercase;
	font-family:'Bahnschrift';
	border-bottom: 5px solid #0a4595;
}
section.top nav div > ul > li:first-of-type a {
	margin-left: 0;
}
section.top nav div > ul > li:last-of-type {
	border-right: 0;
}
section.top nav div > ul > li:last-of-type a {
	margin-right: 0;
}
section.top nav div > ul > li:hover > a {
	border-bottom: 5px solid #fff;
	color: #fff;
	text-transform:uppercase;
	font-family:'Bahnschrift';
}	

section.top nav div > ul > li.current_page_item > a,
section.top nav div > ul > li.current-menu-parent > a {
	color: #fff;
	text-transform:uppercase;
	font-family:'Bahnschrift';
}	
section.top nav div > ul > li.menu-item-has-children:hover > a {
	border-radius: 10px 10px 0 0;
}

/* NAVIGATION SUBMENU
--------------------------------------------- */ 
section.top nav ul li ul.sub-menu {
	width: 320px;
	margin: 0;
	position: absolute;
	top: 100%;
	left: 15px;
	z-index: 9999;
	background: #f9f9fa;
	visibility: hidden; 
	opacity: .3;
	text-align: left;
	-webkit-transition: ease opacity 300ms;
	transition: ease opacity 300ms;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
section.top nav ul li:hover ul.sub-menu {
	visibility: visible; 
	opacity: 1;
}
section.top nav ul li ul.sub-menu li {
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #eee;
}
section.top nav ul li ul.sub-menu li:last-of-type {
	border-bottom: 0;                
}
section.top nav ul li ul.sub-menu li a:hover,
section.top nav ul li ul.sub-menu li.current-menu-item a { 
	padding-left: 30px;
	background-color: #f8f8fa;
	color: #0a4595;
	text-decoration:underline;
}
section.top nav ul li ul.sub-menu li a:last-of-type:hover,
section.top nav ul li ul.sub-menu li.current-menu-item a {
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
section.top nav ul li ul.sub-menu li a { 
	width: 100%; 
	margin: 0; 
	padding: 15px 20px;
	display: inline-block; 
	border: 0;
	text-align: left;  
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-transition: color .2s ease, padding .2s ease;
	transition: color .2s ease, padding .2s ease;
	color:#0a4595;
	text-transform:none;
}

/* NAVIGATION CLONE
--------------------------------------------- */    
section.top nav.cloned div.menu-navigation-container {
	width: 100%;
	max-width: 1330px;
	margin: 0 auto;
	padding: 0 20px;
}
section.top nav.cloned { 
	width: 100%;
	margin: 0;
	padding: 12px 0;
	float: none;
	display: inline-block;
	background: #fff;
	border: 0;
	text-align: left;
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
section.top nav.cloned a.logo {
	width: 300px;
	height: 73px;
	margin: 0;
	background: url('../img/logo-azz.png') no-repeat center / 300px auto;
	display:inline-block;
}
section.top nav.cloned div > ul > li.arrow-down > a {
	padding-right: 30px;
	background-position: 100% 50%;
}
section.top nav.cloned ul {
	float: right;
	margin: 15px 0 0 0;
	background: transparent;
	border: 0;
}
section.top nav.cloned ul li a {
	padding: 10px 0 5px;
	margin-right: 15px;
	font-size: 15px;
	color: #3A3A3A;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
section.top nav.cloned div > ul > li:hover > a,
section.top nav.cloned div > ul > li.current_page_item > a,
section.top nav.cloned div > ul > li.current-menu-parent > a {
	border-bottom: 2px solid #0a4595;
	background-color: transparent;
	color: #0a4595;
}	
section.top nav.cloned ul li ul.sub-menu {
	background: #fff;	
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 1px 0 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 1px 0 10px 0 rgba(0, 0, 0, .1);
}
section.top nav.cloned ul li ul.sub-menu li {
	border-bottom: 1px solid #eee;
}
section.top nav.cloned ul li ul.sub-menu li a {
	color: #3A3A3A;
}
section.top nav.cloned ul li ul.sub-menu li a:last-of-type:hover,
section.top nav.cloned ul li ul.sub-menu li.current-menu-item a {
	-webkit-border-radius: 0;
	border-radius: 0;
}

/* NAVIGATION MOBILE
--------------------------------------------- */ 
div.nav-mobile-contain {
	position: relative;
}
section.top div#navMobile { 
	display: none; 
}
section.top div.menuOverlay {
	width: 100%; 
	padding: 20px;
	margin: 0 auto;
	position: absolute; 
	z-index: 999;
	left: 0;
	right: 0;
	top: 100%;
	display: none;
	background: #fff;
	border-top: 1px solid #eee;
	overflow-x: hidden;
	opacity: 0; 
	-webkit-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
	-webkit-box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, .1);
	box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, .1);
}
section.top div.menuOverlay div.menu-container-mobile ul { 
	width: 100%;
	margin: 0;
	display: inline-block; 
	position: relative; 
}
section.top div.menuOverlay div.menu-container-mobile ul li { 
	width: 100%; 
	margin: 0;
	padding: 0;
	display: inline-block; 
	border-bottom: 1px solid #e8e8e8;
	text-align: center;
	z-index: 50;
}	
section.top div.menuOverlay div.menu-container-mobile ul li:last-of-type {
	border: 0;
}
section.top div.menuOverlay div.menu-container-mobile li a { 
	width: 100%;
	padding: 10px 8px;
	display: inline-block;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	font-family:'Bahnschrift';
	text-transform:uppercase;
	color:#0a4595;
	font-weight:600;
}

section.top div.menuOverlay div.menu-container-mobile li .sub-menu a { 
	color: #373a3c;
	text-transform:none;
	font-weight:normal;

}
section.top div.menuOverlay div.menu-container-mobile ul li ul {
	margin-left: 15px;
	display: none;
	visibility: hidden; 
	opacity: .3;
}
section.top div.menuOverlay div.menu-container-mobile ul li:focus ul,
section.top div.menuOverlay div.menu-container-mobile ul li:hover ul {
	display: block;
	visibility: visible; 
	opacity: 1;
}

/* CONTENT
--------------------------------------------- */
article.content { 
    width: 100%; 
    position: relative; 
}
article.content div.middle {
	margin: 0 auto;
	padding: 0 30px;
	position:relative;
}
article.content div.middle p {
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 25px;
}
article.content div.middle p:last-of-type {
	/*padding-bottom: 0;*/
}
article.content div.middle ul {
	margin: 0;	
	padding-left:20px;
	margin-bottom:20px;
}
article.content div.middle li {
	font-size: 14px;
	line-height: 25px;
	list-style:disc;
}

/* CONTENT FRONT
--------------------------------------------- */
article.content div.middle div.action-block {
	width: 30%;
	margin: 0 5% 0 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
article.content div.middle div.action-block:last-of-type {
	margin-right: 0;
	border-right: 0;
}
article.content div.middle div.action-block > div.block {
	padding: 0;
	background: #fdfdfd;
	-wekbit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05);
	border: 1px solid #eee;
}
article.content div.middle div.action-block > div.block img {
	width: 100%;
	-wekbit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
article.content div.middle div.action-block > div.block div.holder {
	padding: 20px;
}
article.content div.middle div.action-block > div.block p {
	min-height: 100px;
}
article.content div.middle.about {
	margin-bottom: 50px;
}
article.content div.middle.about div.left,
article.content div.middle.about div.right  {
	display: inline-block;
	vertical-align: top;
}
article.content div.middle.about div.left {
	width: 40%;
	margin-right: 5%;
}
article.content div.middle.about div.left img {
	width: 100%;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
article.content div.middle.about div.right {
	width: 55%;
}
article.content div.middle.location {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 80px;
}
article.content div.middle.location a {
	display: block;
}
article.content div.middle.location img {
	width: 100%;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
	display: block;
	-webkit-transition: ease opacity 300ms;
	transition: ease opacity: 300ms;
}
article.content div.middle.location img:hover {
	opacity: .8;
}


.cta-button {
	background-color:#e1dfdf;
	border:1px solid #ccc7c7;
	color:#3A3A3A;
	font-family:'Bahnschrift';
	border-radius:5px;
	padding:10px 10px !important;
	display: inline-block;
	text-transform:uppercase;
	font-size: 12px;
    font-weight: normal;
    line-height: 12px;
	margin:15px 0 30px 0;
	cursor:pointer;
}

.cta-button.site-wide {
	display:none;
	width:100%;
	margin:15px 0 0 0;
	text-align:center;
}

.cta-button.header {
	width:auto;
	margin:15px 0 0 0;
	text-align:center;
}
.cta-button.orange {
	background-color:#ff7800;
	border:1px solid #e97711;
	color:#fff;
}

.cta-button.green {
	background-color:#77b82a ;
	border:1px solid #77b82a ;
	color:#fff;
}

/* CONTENT SUB
--------------------------------------------- */ 

article.content div.middle .col-right {
	display:inline-block; /*position:absolute; right:30px; top:0;*/ max-width:250px; width:35%; border-left:1px solid #f0efef; 
	padding-left:30px; box-sizing:border-box;  float:right; padding-top:15px;
	z-index:10;
}

article.content div.middle .col-right section {
	text-align: center;
}

article.content div.middle .col-right section .vacature-form {
	display: inline-block;
    width: 100%;
    border-bottom: 1px solid #f0efef;
    margin-bottom: 30px;
	/*
	border: 1px solid #f0efef;
    box-sizing: border-box;
    padding: 20px 5px 0;
    border-radius: 5px;
    background-color: #f0efef;
	*/
	
}

article.content div.middle .col-right section .vacature-form  .success{
	margin-bottom: 30px;
	padding: 5px !important; 
	color: #fff !important;
	background: #77b82a; 
	text-align: center; 
	font-size: .9em;
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

article.content div.middle .col-right section .vacature-form  div.error{
	margin-bottom: 5px;
	padding: 5px !important; 
	color: #fff !important;
	background: #ed1c24; 
	text-align: center; 
	font-size: .9em;
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

article.content div.middle .col-right section h5 {
 border-bottom:1px solid #f0efef;
 margin-top:22px;
 margin-bottom:10px;
 }

article.content div.middle .col-right section a.gallery  {
	padding:5px;
	box-sizing:border-box;
}

article.content div.middle .col-right section a.gallery img  {
	
}

a.gallery { }

.slider-dots { position:relative; text-align:center; margin-top:10px; }

.side-block { display:inline-block; width:100%; margin-bottom:30px; }
.side-block-title { font-family:'Bahnschrift'; font-weight:600; font-size:13px; }
.side-block-separator { border-top:1px solid #e1dfdf; width:50px; margin:0 auto; }

.caption {
	padding: 10px;
	position: absolute;
	bottom: 0;
	background: #fff;
}
article.content div.middle .col-left {
	display:inline-block; width:65%; /*padding-right:280px;*/ position:relative; box-sizing:border-box; padding-right:30px;
}


article.content div.middle .col-left section {
	padding-top:20px;
}

article.content div.middle .col-left section article {
	padding-top:20px;
}

article.content div.middle .col-left section article p img.alignright {
	float:right; margin-left:30px;
}
article.content div.middle .col-left section article p img.alignleft {
	float:left; margin-right:30px;
}

.child-post-item {
	display:inline-block; width:100%; margin-top:20px; padding-bottom:15px; border-bottom:1px solid #f0efef;
}

.child-post-item .read-more {
	display:inline-block; margin-top:10px; padding:5px 10px; border-radius:3px; background-color:#ff7800; color:#fff; border:1px solid #e97711;
}
.child-post-item .read-more:hover {
	background-color:#e97711; -webkit-transition: ease all 300ms;
	transition: ease all: 300ms;
}

.child-post-item-image {
	float:right; margin-left:30px;
}


/* GALLERY
--------------------------------------------- */ 
#gallery-2 img {
	border: 0 !important;
}

/* 404
--------------------------------------------- */ 
article.content div.middle.error h2 {
    margin-bottom: 10px;
}

/* SCROLL 
-------------------------------- */				
div.scroll-top {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 9999;
    background: #fff url('../img/icons/icon-arrow-up.svg') center / 25px no-repeat;
    cursor: pointer;    
    text-decoration: none;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	-webkit-transition: ease box-shadow 300ms;
	transition: ease box-shadow 300ms;
} 
div.scroll-top:hover {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
}

/* FORM:CONTACT
---------------------------------------- */        
form.wpcf7-form {
    width: 100%;
	max-width: 640px;
    display: inline-block;
    vertical-align: top;
    margin: 50px 0 0 0;
    padding: 0;
}
form.wpcf7-form.form-contact { 
	max-width: 640px;
}
form.wpcf7-form.full {
	padding: 20px;
	width: 100%;
}
form.wpcf7-form h2 { 
	margin: 0 0 15px; 
}
form.wpcf7-form label {
	padding-bottom: 5px;
	font-size: 1.1em;
	font-weight: 400;
	color: #4b4b4b;
}
form.wpcf7-form input,
form.wpcf7-form select,
form.glsr-submit-review-form input,
form.wpcf7-form textarea,
form.glsr-submit-review-form textarea {
	width: 100%;
	display: inline-block;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	transition: ease border 200ms;
}
form input[type='text'],
form input[type='tel'],
form input[type='email'],
form input[type='submit'],
form textarea { 
	-webkit-appearance: none; 
}
form input[type='date'],
form input[type='text'],
form input[type='tel'],
form input[type='email'],
form textarea,
form select {
	margin: 3px 0 10px;
	padding: 10px;
	background: #fcfcfc;
	border: 1px solid #d7dddd;
	font-family: 'Bahnschrift';
	font-size: 1em;
	font-weight: 500;
	color: #676767;
	width:100%;
}

form input[type='date'].error,
form input[type='text'].error,
form input[type='tel'].error,
form input[type='email'].error,
form textarea.error,
form select.error {
	border: 1px solid #ed1c24;
}

.wpcf7-not-valid { 
	border: 2px solid #fac6c8 !important;
}
.wpcf7-validation-errors,
.wpcf7-mail-sent-ok {
	border: 0 !important;
	padding: 0 !important;
	color: #ed1c24 !important;
}
.wpcf7-mail-sent-ok {
	color: #10a829 !important;
}
div.wpcf7-response-output {
	margin: 20px 0 0 0 !important;
}
form.wpcf7-form input[type='text']:hover,
form.wpcf7-form input[type='text']:focus,
form.wpcf7-form input[type='tel']:hover,
form.wpcf7-form input[type='tel']:focus,
form.wpcf7-form input[type='email']:hover,
form.wpcf7-form input[type='email']:focus,
form.wpcf7-form textarea:hover,
form.wpcf7-form textarea:focus,
form.wpcf7-form select:hover,
form.wpcf7-form select:focus { 
	border: 1px solid #2a934e;
	outline: none;
}
form.wpcf7-form input[type='text'].error,
form.wpcf7-form input[type='tel'].error,
form.wpcf7-form input[type='email'].error,
form.wpcf7-form textarea.error,
form.wpcf7-form select.error { 
	border: 2px solid #781b1a; 
}
::-webkit-input-placeholder { color: #676767; }
:-moz-placeholder           { color: #676767; opacity: 1; }
::-moz-placeholder          { color: #676767; opacity: 1; }
:-ms-input-placeholder      { color: #676767; }  
form.wpcf7-form textarea { 
	resize: none; 
	height: 100px; 
} 
form input[type='radio'],
form input[type='checkbox'] {
	width: auto;
}

form label.error {
	display: none !important;
}
form.wpcf7-form input[type='submit'],
form.glsr-submit-review-form button {
	max-width: 300px;
	margin: 20px 0 0 0;
	padding: 15px 0;
	background: #0a4595;
	border: 0;
	color: #f89d9d;
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
	font-family: 'Bahnschrift';
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
form.wpcf7-form input[type='submit']:hover {
	background: #f97878;
	color: #fff;
	cursor: pointer;
}
form.wpcf7-form input[type='submit']:focus,
form.wpcf7-form input[type='submit']:active {
	background: #0a4595;
	outline: none;
}
form.wpcf7-form div.success p { 
	margin-bottom: 5px;
	padding: 5px !important; 
	background: #cefcdd; 
	text-align: center; 
	font-size: .8em;
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
form.wpcf7-form div.success p.steady {
	background: #70da93; 
}
form.wpcf7-form div.success p.blink { 
	background: #cefcdd; 
}
form.wpcf7-form div.loader { 
	width: 100%; 
	height: 100%; 
	display: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 99999; 
	background: url('../img/icon-loading.svg') no-repeat center center; 
}
form.wpcf7-form p.required {
	margin-bottom: 10px;
}
span.wpcf7-list-item.first {
	margin: 0 !important;
	padding: 0;
}
span.wpcf7-list-item {
	margin-top: 10px !important;
}
span.wpcf7-list-item label {
	padding: 6px;
	background: #f6f6f6;
	border: 1px solid #eee;
	border-radius: 3px;
	cursor: pointer;
}
#wpcf7-f125-p126-o1,
#wpcf7-f82-p83-o1 {
	max-width: 960px;
	margin-top: 30px;
}
#wpcf7-f125-p126-o1 p,
#wpcf7-f82-p83-o1 p {
	width: 47%;
	margin-right: 4%;
	display: inline-block;
	vertical-align: top;
}
#wpcf7-f125-p126-o1 p:nth-child(odd),
#wpcf7-f82-p83-o1 p:nth-child(odd) {
	margin-right: 0;
}
#wpcf7-f125-p126-o1 div.fullwidth p,
#wpcf7-f82-p83-o1 div.fullwidth p {
	width: 100%;
}
#wpcf7-f125-p126-o1 div.fullwidth p textarea,
#wpcf7-f82-p83-o1 div.fullwidth p textarea {
	width: 98.5%;
}
#wpcf7-f125-p126-o1 div.fullwidth p input[type=submit],
#wpcf7-f82-p83-o1 div.fullwidth p input[type=submit] {
	margin: 0;
}

/* FOOTER
--------------------------------------------- */              
footer {
	width: 100%;
	padding: 0px 0 0;
	display: inline-block;
	bottom:0;
	background-color:#464646;
	color:#fff !important;
	min-height:200px;
}
footer section article {
	margin: 0 auto;
	padding: 0 0 50px;
	position: relative;
}
footer section article div.block {
	width: 23.5%;
	min-height: 300px;
	margin-right: 2%;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
footer section article div.block:last-of-type {
	margin-right: 0;
}
footer section article div.block h3 {
	margin: 0 0 20px;
	font-size: 26px;
	font-weight: 500;
	font-family: 'Bahnschrift';
}
footer section article div.block p {
	margin-bottom: 3px;
	padding-bottom: 3px;
	font-size: 13px;
	line-height: 22px;
}
footer section article div.block p strong {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
}
footer section article div.block p strong.spacing {
	padding-top: 15px;

}
footer section article div.block p span {
	width: 100%;
	max-width: 100px;
	display: inline-block;
	font-weight: 400;
}
footer section article div.block ul {
	margin: 0;
}
footer section article div.block a {
	font-size: 13px;
	color: #fff;
	-webkit-transition: ease color 300ms;
	transition: ease color 300ms;
}
footer section article div.block img {
	width: 100%;
	max-width: 150px;
	height: auto;
	vertical-align: top;
}
footer section.copyright {
	text-align: center;
	max-width:964px;
	margin:0 auto;
	padding:30px 22px;
	box-sizing:border-box;
	font-size:0px;
}

footer section.copyright article {
	width:50%;
	padding: 0 30px;
	text-align: left;
	margin:0;
	box-sizing:border-box;
	display:inline-block;
	vertical-align:top;
}

footer section.copyright article p {
	color:#fff;
	font-size:12px;	
}

footer section.copyright article p.logos {
	text-align:right;
}

footer section.copyright .footer-separator {
	border-top:1px solid #fff;
	display:inline-block;
	width:20px;
	
}


/*  MEDIA QUERIES
    --------------------------------------------- */
    @media only screen and (min-width: 0) and (max-width: 1320px) {
		
		section.top > article:first-of-type {
			padding: 0px;
			margin: 0;
		}
		
		section.top > nav {
			padding: 0 20px;
		}
		
		section.top > nav div > ul > li a {
			padding: 13px;
			font-size: 15px;
		}
		
		section.top a.cta {
			margin-top: 20px;
			float: none; 
			display: inline-block;
		}

		article.content div.middle,
		article.content div.middle:first-of-type,
		article.content div.middle.location,
		article.content div.middle.about {
			margin: 0;
		}
		
		footer section article {
			padding: 0 4% 50px;
		}			
  
    }

	@media only screen and (min-width: 0) and (max-width: 1149px) {   
		
		body { padding-top:100px; }
		
		section.top div.openingtimes {
			margin-left: 0;
		}
 
		article.content div.middle div.action-block {
			width: 49%;
			margin-bottom: 20px;
		}
		
		article.content div.middle div.action-block:nth-of-type(n) {
			margin-right: 0;
		}
		
		article.content div.middle div.action-block:nth-of-type(odd) {
			margin-right: 2%;
		}
		
	}

	@media only screen and (min-width: 0) and (max-width: 1024px) {    
        body { padding-top:90px; }		
		
    }

	@media only screen and (min-width: 0) and (max-width: 960px) {    
        body { padding-top:70px; }		
		article.content div.middle.about h4 {
			margin-bottom: 40px;
			font-size: 20px;
		}

    }
	
    @media only screen and (min-width: 0) and (max-width: 860px) {
		body { padding-top:60px; }		
		section.top div.holder {
			width: 100%;
			float: none;
			padding:0 30px;
		}
		
		.cta-button.site-wide {
			display:inline-block;
		}
		
		.cta-button.header {
			display:none;
		}
		
		section.top .logos .slogan  {
			padding:25px 0;
		}		
		
		section.top .logos  {
			padding-bottom:10px;
		}
		
		section.top div.holder div.promotional {
			width: 100%;
		}

		section.top div.menu-navigation-container {
            display: none;
        }
		
		section.top div.menuOverlay div.menu-container-mobile ul li ul {
			margin-left:0px;
		}
		
		section.top div#navMobile { 
            max-width: 100%;
            margin: 20px 0 0 0;
            padding: 10px 0;
            display: block;
            position: relative;
            z-index: 3;
            background: #0a4595;
            background-size: 15px;
            text-align: center; 
            font-size: 1.2em;
            font-weight: 500;
            color: #fff;
			-webkit-border-radius: 6px;
			border-radius: 6px;
			font-family:'Bahnschrift';
			text-transform:uppercase;
        }
		
		footer section article div.block {
			padding: 15px;
		}
		
		footer section article div.block h3 {
			font-size: 22px;
		}
		
		footer section article div.block p span {
			max-width: 100%;
		}
        
    }

	@media only screen and (min-width: 0) and (max-width: 800px) { 
		
		section.top .logos  {
			text-align:center;
		}

		section.top .logos .slogan  {
			max-width:100%;
			width:100%;
			padding-top:0px;
		}

		section.top .logos .logo  {
			float:none;
		}
	
		section.top div.holder { 
			width: 100%;
			text-align: center;
		}
	}
	
	
	@media only screen and (min-width: 0) and (max-width: 769px) { 
		body { padding-top:50px; }
		
		article.content div.middle.about div.center {
			max-width: 100%;
			border: 0;
			margin: 0;
		}
		
		div.sidebar {
			width: 100%;
			margin: 40px 0 0 0;
		}
	}	

    @media only screen and (min-width: 0) and (max-width: 640px) { 
		
		article.content div.middle div.action-block:nth-of-type(n) {
			width: 100%;
			margin: 0 0 20px;
		}
		
		section.top div.openingtimes div.times p {
			font-size: 10px;
		}
		
		footer {
			padding: 0;
		}
		
		footer section article div.block:nth-of-type(n) {
			width: 100%;
			min-height: auto;
			margin-bottom: 0;
			padding: 10px;
		}
		footer section article div.block:nth-of-type(3) {
			margin-bottom: 0;
		}
		
    }
	
	 @media only screen and (min-width: 0) and (max-width: 590px) { 
		footer section.copyright article { width:100%; text-align:center; }
		footer section.copyright article .logos { text-align:center !important; margin-top:30px;}
		
		#content  { padding-bottom:0px; } 
		
		article.content div.middle .col-left { padding-right:0px; width:100%; } 
		article.content div.middle .col-right { padding-left:0px; width:100%; max-width:100%; border-left:0px; border-top:1px solid #f0efef; padding-top:30px; margin-top:10px; } 
	 }

    @media only screen and (min-width: 0) and (max-width: 453px) {
	

		section.top div.naw p span:not(:last-of-type) {
			display: none;
		}
		
    }