﻿.head {
	height: 130px;
	background: #FFF;
}
.contacts {
	width: 100%;
}
.location {
	width: 98%;
	font-size: 2.0rem;
	text-align: center;
	font-family: 'FrutigerNextLight';
	margin: 0;
}
.web {
	width: 98%;
	font-size: 1.8rem;
	font-family: 'FrutigerNextLight';
	text-align: center;
	margin: 0.5rem 0 0 0;
}
.contacts span {
	font-weight: bold;
}
.logo {
	width: 100%;
	max-width: 350px;
	margin: 5px 0 0 0;
}
/* Base Section */
.base-wrap {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: -2px;
	z-index: 10;
}
.base {
	width: 100%;
	background: url('../images/bot.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	margin: 0 auto;
	padding-bottom: 7.8%;
}
/* Mosaic Section */
.mosaics {
	visibility: hidden;
	margin: 10px 0 0 0;
}
.mosaics img {
	filter: brightness(60%);
}
.moswrap {
	position: relative;
}
.imgoverlay {
	position: absolute;
	bottom: 0px;
	margin: 0;
	padding: 0px 0.8rem 0.8rem 0.8rem;
	font-size: 1.6rem;
	line-height: 1.8rem;
	text-align: center;
	text-shadow: 1px 1px 1px  rgba(0, 0, 0, 0.3), 1px 1px 1px  rgba(0, 0, 0, 0.3), 1px -1px 1px  rgba(0, 0, 0, 0.3), -1px 1px 1px  rgba(0, 0, 0, 0.3);
	color: #FFF;
	font-weight: 100;
	white-space: pre-line;
	z-index: 100;
}
/* Slides Section */
.slide-wrap {
	width: 100%;
	height: 100%;
}
.slide {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 99;
}
.slide img {
    width: 100%;
    filter: brightness(60%);
    display: none;
}
.slide img.first { 
	display: block 
}
/* Forms */
.over-wrap {
	position: relative;
	width: 80%;
	height: 100%;
	max-width: 1366px;
	margin: 0 auto;
}
.overform-wrap {
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: 100;
}
.form-btn {
	width: 50px;
	height: 60px;
	position: absolute;
	cursor: pointer;
	right: -50px;
	top: 250px;
	color: #FFF;
	border-radius: 0 10px 10px 0;
	opacity: 1;
	background: rgba(10,119,186,0.8) url('images/btn-out.png') no-repeat;
	background-position: center;
	z-index: 1000;
}
.form-btn-out {
	background: rgba(10,119,186,0.8) url('images/btn-in.png') no-repeat;
	background-position: center;
	border-radius: 10px 0 0 10px;
	left: -50px;
}
.forms {
	max-width: 270px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(10,119,186,0.8);
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-o-transition: all 1.5s;
	-ms-transition: all 1.5s;
	transition: all 1.5s;
	display: none;
}
.forms-wrap {
	padding: 2.0rem;
}
.forms-wrap p {
	color: #FFF;
	text-align: center;
}
.forms-wrap form {
	margin: 0;
}
.forms-wrap h3 {
	color: #FFF;
	margin-bottom: 0;
	text-align: center;
}
.forms-wrap input, .forms-wrap textarea, .forms-wrap select {
	width: 100%;
}
.forms-wrap .button-primary {
	margin: 0;
	color: #FFF;
	background-color: #d75624 !important;
	border: 0 !important;
}
.forms-wrap .button-primary:hover {
  color: #FFF;
  background: rgba(234,159,32, 0.5) !important;
  border: 0 !important;
}
.overform p {
	height: 38px;
	line-height: 38px;
	margin: 0;
}
/* Overlay */
.overlay-wrap {
	position: absolute;
	right: 0px;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: 150;
}
.over-width {
	width: 92% !important;
}
.overlay {
	width: 98%;
	display: inline-table;
	position: absolute;
	text-align: center;
	display: none;
	z-index: 100;
}
.overlay h1 {
	font-family: 'FrutigerLTProBold';
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 0.4rem;
	text-shadow: 1px 1px 1px  rgba(0, 0, 0, 0.1), 1px 1px 1px  rgba(0, 0, 0, 0.1), 1px -1px 1px  rgba(0, 0, 0, 0.1), -1px 1px 1px  rgba(0, 0, 0, 0.1);
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
}
.overlay p {
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.8rem;
	text-align: center;
	text-shadow: 1px 1px 1px  rgba(0, 0, 0, 0.3), 1px 1px 1px  rgba(0, 0, 0, 0.3), 1px -1px 1px  rgba(0, 0, 0, 0.3), -1px 1px 1px  rgba(0, 0, 0, 0.3);
	color: #FFF;
	font-weight: 500;
	white-space: pre-line; 
}
.overlay button.button-primary {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	background: rgba(215, 86, 36, 1);
	box-shadow: 1px 1px 1px  rgba(0, 0, 0, 0.1), 1px 1px 1px  rgba(0, 0, 0, 0.1), 1px -1px 1px  rgba(0, 0, 0, 0.1), -1px 1px 1px  rgba(0, 0, 0, 0.1);
	border: 0;
	margin: 0.8rem 0 0 0;
    height: 32px;
    padding: 0 10px;
    line-height: 32px;
}
.overlay button.button-primary:hover {
	background: rgba(215, 86, 36, 0.5);
	color: #FFF;
	border: 0px;
}
.top-left {
	top: 3%;
	left: 1%;
}
.top-centre {
  	margin: auto;
  	left: 0; 
  	top: 3%; 
  	right: 0;
}
.top-right {
	top: 3%;
	right: 1%;
}
.middle-left {
  	top: 50%;
  	left: 40%;
  	transform: translate(-50%, -50%);
}
.middle-centre {
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}
.middle-right {
  	top: 50%;
  	left: 73%;
  	transform: translate(-50%, -50%);
}
.bottom-left {
	bottom: 8%;
	left: 4%;
}
.bottom-centre {
  	margin: auto;
  	left: 0; 
  	bottom: 25%; 
  	right: 0;
}
.bottom-right {
	bottom: 18%;
	right: 5%;	
}
/* Slider Buttons */
.sel-wrap {
	width: 100%;
	height: 50px;
	position: absolute;
	margin-top: 20px;
	z-index: 10;
	text-align: center;
}
#sel {
  display: flex;
  justify-content: center;
}
#sel a {
	display: block;
	width: 8px;
	height: 8px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #d75624;
	float: left;
	margin-left: 5px;
}
#sel a.activeSlide {
	background: #d75624;
}
#prev {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 20px 10px 0;
	border-color: transparent #d75624 transparent transparent;
	-webkit-transform: rotate(360deg);
	position: absolute;
	top: 50%;
	left: 10px;
	cursor: pointer;
	z-index: 99;
	display: none;
}
#next {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 20px;
	border-color: transparent transparent transparent #d75624;
	-webkit-transform: rotate(360deg);
	position: absolute;
	top: 50%;
	right: 10px;
	cursor: pointer;
	z-index: 99;
	display: none;
}
.content {
	margin: 20px 0px 0px 0px;
}
.page-banner {
	width: 100%;
    height: 20px;
    position: absolute;
    background: #F0F0F0;
}
/* Standard Page */
.img-text-wrap, .text-img-wrap {
	width: 100%;
	min-height: 300px;
	word-break: break-word;
	display: table;
}
.img-text {
	text-align: center;
}
.img-text img {
	width: 80%;
	max-width: 400px;
}
.img-text, .text-img  {
	display: table-cell;
	vertical-align: middle;
}
.cols-txt {
	margin: 1.0rem 0 0 0;
}
.cols-txt p {
	white-space: pre-line;
}
.sect-marg {
	margin: 4.0rem 0 4.0rem 0;
}
.sect-marg-top {
	margin: 4.0rem 0 0 0;
}
.sect-marg-bottom {
	margin: 0 0 4.0rem 0;
}
.cols {
	margin: 4.0rem 0 0 0;
	text-align: center;
}
.cols-img {
	height: auto;	
}
.cols-img img {
	width: 90%;
	max-width: 300px;
	vertical-align: top;
}
.img {
	min-height: 100px;
	margin: 2.5rem 0 4.0rem 0;
	text-align: center;
}
.img img {
	width: 100%;
	max-width: 400px;
}
.error {
	width: 290px;
	height: 205px;
	padding: 10px;
	border: 1px #E1E1E1 solid;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -156px;
	margin-top: -113px;
}
.msg {
	width: 290px;
	height: 70px;
	padding: 10px;
	border: 1px #E1E1E1 solid;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -156px;
	margin-top: -46px;
}
/* Page Forms */
.pageform input, .pageform select, .pageform textarea {
	width: 100%;
}
.presponse {
	height: 38px;
	line-height: 38px;
}
/* Reviews */
.rev-stars {
	width: 100%;
	margin: 0;
}
.rev-date {
	width: 100%;
	margin: 0;
}
/* Gallery */
.gallery {
	min-height: 250px;
	visibility: hidden;
	text-align: left;
}
.gallery a {
	height: 110px;
	display: inline;
}
.gallery-item img, .gallery-item video {
	opacity: 1;
	-webkit-transition: margin 0.5s ease-out;
	-moz-transition: margin 0.5s ease-out;
	-o-transition: margin 0.5s ease-out;
	-ms-transition: margin 0.5s ease-out;
	transition: margin 0.5s ease-out;
}
.gallery-item img:hover, .gallery-item video:hover {
	opacity: 0.5;
}
/* FAQ Accordion */
button.accordion {
    cursor: pointer;
    width: 100%;
    height: auto;
    padding: 12px 30px 12px 12px;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    background-color: #EBE7E7;
    border: 1px #DDD solid;
    font-size: 1.6rem;
    line-height: 20px;
    letter-spacing: normal;
    text-transform: none;
    white-space: pre-wrap;
    font-weight: 500;
}
button.accordion.active, button.accordion:hover {
    background-color: #F9F9F9;
    color: #555;
}
button.accordion:hover {
	border: 1px #DDD solid;
}
button.accordion:focus {
	color: #555;
	border: 1px #DDD solid;
}
button.accordion:after {
    content: '\002B';
    font-size: 2.0em;
    color: #555;
    float: right;
    margin-left: 5px;
}
button.accordion.active:after {
    content: "\2212";
}
div.panel {
    padding: 0 18px;
    background-color: #FFF;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
/* Effects */
.cols-txt h4 {
	color: #888;
	margin-bottom: 1.0rem !important;
}
.cols-txt h4:after {
	content: "";
	display: block;
	position: relative;
	bottom: 1px;
	height: 2px;
	width: 40%;
	left: 50%;
  	transform: translate(-50%);
	background-color: rgba(136, 136, 136, 1);
}
/* Loader */
.load-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 0;
    margin: 0 -5%;
    overflow: hidden;
}
/* Light Colour */
.dot-lite {
	position: relative;
	left: -9999px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #FFF;
	color: #FFF;
	box-shadow: 9999px 0 0 -5px #FFF;
	animation: dotLite 1.5s infinite linear;
	animation-delay: .25s;
}
.dot-lite::before, .dot-lite::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #FFF;
	color: #FFF;
}
.dot-lite::before {
	box-shadow: 9984px 0 0 -5px #FFF;
	animation: dotLiteBefore 1.5s infinite linear;
	animation-delay: 0s;
}
.dot-lite::after {
	box-shadow: 10014px 0 0 -5px #FFF;
	animation: dotLiteAfter 1.5s infinite linear;
	animation-delay: .5s;
}
@keyframes dotLiteBefore {
  0% {
    box-shadow: 9984px 0 0 -5px #FFF;
  }
  30% {
    box-shadow: 9984px 0 0 2px #FFF;
  }
  60%,
  100% {
    box-shadow: 9984px 0 0 -5px #FFF;
  }
}
@keyframes dotLite {
  0% {
    box-shadow: 9999px 0 0 -5px #FFF;
  }
  30% {
    box-shadow: 9999px 0 0 2px #FFF;
  }
  60%,
  100% {
    box-shadow: 9999px 0 0 -5px #FFF;
  }
}
@keyframes dotLiteAfter {
  0% {
    box-shadow: 10014px 0 0 -5px #FFF;
  }
  30% {
    box-shadow: 10014px 0 0 2px #FFF;
  }
  60%,
  100% {
    box-shadow: 10014px 0 0 -5px #FFF;
  }
}
/* Dark Colour */
.dot-dark {
	position: relative;
	left: -9999px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #0f3762;
	color: #0f3762;
	box-shadow: 9999px 0 0 -5px #0f3762;
	animation: dotDark 1.5s infinite linear;
	animation-delay: .25s;
}
.dot-dark::before, .dot-dark::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #0f3762;
	color: #0f3762;
}
.dot-dark::before {
	box-shadow: 9984px 0 0 -5px #0f3762;
	animation: dotDarkBefore 1.5s infinite linear;
	animation-delay: 0s;
}
.dot-dark::after {
	box-shadow: 10014px 0 0 -5px #0f3762;
	animation: dotDarkAfter 1.5s infinite linear;
	animation-delay: .5s;
}
@keyframes dotDarkBefore {
  0% {
    box-shadow: 9984px 0 0 -5px #0f3762;
  }
  30% {
    box-shadow: 9984px 0 0 2px #0f3762;
  }
  60%,
  100% {
    box-shadow: 9984px 0 0 -5px #0f3762;
  }
}
@keyframes dotDark {
  0% {
    box-shadow: 9999px 0 0 -5px #0f3762;
  }
  30% {
    box-shadow: 9999px 0 0 2px #0f3762;
  }
  60%,
  100% {
    box-shadow: 9999px 0 0 -5px #0f3762;
  }
}
@keyframes dotDarkAfter {
  0% {
    box-shadow: 10014px 0 0 -5px #0f3762;
  }
  30% {
    box-shadow: 10014px 0 0 2px #0f3762;
  }
  60%,
  100% {
    box-shadow: 10014px 0 0 -5px #0f3762;
  }
}
/* Foot Top Section */
.foot-top-wrap {
	width: 100%;
	margin-top: 100px;
	position: relative;
	left: 0px;
	bottom: -2px;
	z-index: 100;
}
.foot-top {
	width: 100%;
	background: url('images/foot.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	margin: 0 auto;
	padding-bottom: 12.6%;
}
/* Footer */
.footer {
	width: 100%;
	position: relative;
	background: #E2E2E2;
	border-top: 1px #E0E0E0 solid;
	visibility: hidden;
}
.foot {
	height: 80px;
	padding: 20px 0px 20px 0px;
}
.flink div:first-child {
	margin: 40px 0 20px 0;
}
.flink div:last-child {
	margin: 20px 0 20px 0;
}
.flink div:last-child img {
	vertical-align: middle;
}
.foot-links {
	text-align: center;
	background: #E2E2E2;
	color: #0f3762;
}
.foot-links a {
	font-family: 'FrutigerLTProBold';
	font-size: 1.8rem;
	background: #E2E2E2;
	color: #0f3762;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0 1% 0 1%;
}
.foot-contact p {
	margin: 1.5rem 0 0 0;
	font-weight: bold;
	font-size: 2.4rem;
}
.foot-addr {
	font-weight: bold;
	font-size: 2.4rem;
}
.foot-links a:hover {
	color: #d75624;
}
.foot-cont {
	font-size: 2.0rem;
}
.foot-fb {
	text-align: center;
	margin: 10px 0 30px 0;
}
.foot-fb img {
	width: 28px;
	vertical-align: middle;
}
.follow {
	margin: 10px 0 0 0;
	text-align: center;
}
.follow img {
	height: 32px;
	margin: 0 1% 0 1%;
	vertical-align: middle;
}
.foot-text {
	position: relative;
	width: 98%;
	min-height: 30px;
	line-height: 30px;
	font-size: 1.3rem;
	color: #FFF;
	background: #0f3762;
	text-align: center;
}
.foot-text a {
	color: #FFF;
	text-decoration: none;
}
.foot-text a:hover {
	color: #d75624;
}