/**
 * Global stylesheet
 *
 * package: 	Shaw MOT
 * version: 	4.0
 */

/* reset */

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, ol, ul, li, 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; 
}

img {
	vertical-align: middle;
	width: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

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; 
}


/* clear */

.clearfix { 
	display: block; 
}

.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0; 
	margin: 0; 
	padding: 0; 
}

.clearflow {
	overflow: hidden;
}


/* structure */

body {
	padding: 0px;
	margin: 0px;
	background: #fff;
	color: #000;
	line-height: 2.5rem;
	font-size: 16px;
	position: relative;
}

.container {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 85px 5%;
}

.inner-container {
	position: relative;
}

.row [class*='col']:first-child { 
	margin: 0; 
}

.col { 
	width: 47.5%;
	margin-left: 5%; 
	float: left;
}

@media screen and (max-width: 1040px) {
	.row [class*='col']:last-child {
		margin-top: 40px;
	}
}

@media screen and (max-width: 768px) {
	.container {
		padding: 80px 5%;
	}
	
	.col {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
}


/* animations */

.button,
.button span,
#main-header,
#moreinfo .col:last-child .item,
.overlay-text,
#services .item,
[class*='content-social-'],
[class*='content-social-'] .fa,
#cta .excerpt .standout,
#aboutus .item,
#contact .contact-form,
nav li a,
#legal a,
#moreinfo .section-footer .item {
	-webkit-transition: 0.1s ease-in-out; 
	-moz-transition: 0.1s ease-in-out; 
	transition: 0.1s ease-in-out;  
}

.back-to-top:after {
	-webkit-transition: 0.1s ease-in-out; 
	-moz-transition: 0.1s ease-in-out; 
	transition: 0.1s ease-in-out; 
}

@keyframes wobble {
	0% { 
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	50% { 
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}

	100% { 
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
}


/* fonts */

body,
h1,
h2, 
h3, 
h4, 
h5, 
h6,
input,
textarea,
.button,
li {
	font-family: 'Mulish', sans-serif;
}

.title,
label,
.required-notice,
nav li {
	font-family: 'Anton', sans-serif;
}


.back-to-top:after,
#services .icon:before,
#introduction [class*='content-social-'] .fa,
.toggler-trigger span i {
	font-family: "FontAwesome";
}


/* typography */

h1,
h2, 
h3, 
h4, 
h5, 
h6 {
	font-weight: 400;
	color: #6b6b6b;
}

h1 {
	font-size: 42px;
	line-height: 2.75rem;
}

h2 {
	font-size: 32px;
	line-height: 2.75rem;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

a,
a:hover {
	color: #fff;
	text-decoration: none;
}


/* content */

.item {
	position: relative;
	overflow: hidden;
}

.content {
	position: absolute;
	bottom: 80px;
	left: 80px;
	z-index: 50;
}

.overlay {
	position: absolute;
	background: rgba(0,0,0,0.3);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.overlay-text {
	position: absolute;
	background: #202020;
	bottom: 20px;
	right: 19px;
	padding: 10px 10px 10px 20px;
	color: #fff;
	font-weight: 700;
}

.pretitle {
	font-weight: 200;
	font-size: 22px;
}

.title {
	text-transform: uppercase;
}

.subtitle {
	font-size: 18px;
	line-height: 32px;
	font-weight: 100;
	margin-top: 20px;
}

.excerpt {
	margin-top: 30px;
	font-size: 18px;
	line-height: 2rem;
}

.excerpt p {
	margin-top: 20px;
}

.excerpt p:first-child {
	margin-top: 0;
}

@media screen and (max-width: 1040px) {
	.excerpt p {
		font-size: 14px;
	}
}


/* elements */

.toggler {
    display: none;
}

.toggler-trigger {
    cursor: pointer;
}

.toggler-trigger span {
	background: #dfdfdf;
	padding: 10px;
}

.toggler-trigger span i {
	margin-left: 10px;
}

.toggler-trigger:hover span {
	background: #cfcfcf;
}

#privacypolicy .toggler-trigger.title {
	font-weight: 400;
}

.colored .title,
.colored .excerpt p,
.colored .icon:before {
	color: #fff;
}

.colored-negative .title,
.colored-negative .excerpt p,
.colored-negative .icon:before {
	color: #000;
}

.slant-normal {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 69%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 69%, 0 100%);
}

.slant-narrow {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.slant-wide {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 53%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 53%, 0 100%);
}

.button {
	display: inline-block;
	text-align: center;
	margin-top: 30px;	
	border: 2px solid #ff6600;
	background: transparent;
	text-transform: uppercase;
	cursor: pointer;
}

.button span {
	display: block;
	padding: 3px 15px;
	font-size: 10px;
	font-weight: 700;
    letter-spacing: 2px;
	background: transparent;
	color: #ff6600;
}

.button:hover {
	background: #ff6600;
}

.button:hover span {
	color: #fff;
}

.standout {
	font-weight: 900;
}

.highlight {
	color: #7bb4dc;
}

.separator {
	margin: 20px 0;
	border-bottom: 5px solid #000;
	width: 100px;
	text-align: center;
}



/* section: xmas */

#xmas {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 900;
	background: rgba(0,0,0,0.8);
	display: none;
}

#xmas.active {
	display: block;
}

#xmas .xmas-container {
	position: relative;
}

#xmas .content {
	position: fixed;
	top: 50%;
	left: 50%;
	bottom: auto;
	padding: 0;
	background: #ff6600;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 950;
	max-width: 500px;
}

#xmas .content .inner-content {
	padding: 80px;
}

#xmas .excerpt {
	margin-top: 0;
	text-align: center;
}

#xmas .excerpt p {
	color: #fff;
}

#xmas .xmas-close {
	float: right;
	display: block;
	background: #000;
	color: #fff;
	padding: 5px 20px;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	#xmas .content {
		width: 80%;
	}

	#xmas .content .inner-content {
		padding: 40px;
	}

	.slant-normal {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
	}
	
}

@media screen and (max-width: 580px) {
	#xmas .content {
		width: 90%;
	}

	#xmas .content .inner-content {
		padding: 20px;
	}
}


/* noticeboard */

#noticeboard {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.95);
	z-index: 101;
	display: none;
	height: 100vh;
}

#noticeboard.visible {
	display: block;
}

#noticeboard .excerpt {
	font-size:16px;
}

#noticeboard .content {
	position: fixed;
	top: 50%;
	left: 50%;
	bottom: auto;
	padding: 0;
	overflow: visible;
	max-width: 650px;
	background: #000;
	border:solid #FF6600 5px;
	text-align: center;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#noticeboard img { 
	width:100%;
	padding-bottom:20px ;}

#noticeboard .content-wrapper {
	position: relative;
	padding: 0px;
}

#noticeboard figure {
	position: absolute;
	bottom: -40px;
	right: -100px;
}

#noticeboard img {
	pointer-events:none;
}

#noticeboard .noticeboard-close {
	position: absolute;
	top: 0;
	right: 0;
    background: #FF6600;
    padding: 5px 20px;
    color: #fff;
    font-weight: 900;
	cursor: pointer;
}

#noticeboard .content .excerpt {
	margin-top: 0;
	line-height:1.7em;
	font-size:15px;
}

#noticeboard .content .excerpt p {
	color: #6b6b6b;
}


@media screen and (max-width: 980px) {
	#noticeboard .content {
		width: 90%;
	}

	#noticeboard .excerpt {
		font-size:16px;
		line-height: 1.6em;
	}

	#noticeboard .content-wrapper {
		padding: 0px;
	}

	#noticeboard figure {
		display: none;
	}
}

@media screen and (max-width: 580px) {
	#noticeboard .content {
		width: 100%;
	}

	#noticeboard .excerpt {
		font-size:13px;
		line-height: 1.4em;
	}

	#noticeboard .title {
		font-size:17px;
	}
}

@media screen and (max-width: 480px) {
	#noticeboard .content {
		width: 90%;
	}
	#noticeboard .content .excerpt   {
		font-size:12px;
	}
	#noticeboard .content .excerpt p  {
		font-size:12px;
	}
}


/* main header */

#main-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #000;
	height: 80px;
	padding: 10px 0;
	z-index: 100;
}

#main-header.active {
	height: 60px;
}

#main-header .row {
	margin: 0 80px;
}

#main-header .container {
	padding: 0 5%;
	position: relative;
}

#main-header .col {
	width: 65%;
	text-align: right;
}

#main-header .col:first-child {
	width: 30%;
	text-align: left;
}

#main-header.active .col:first-child img {
	max-width: 223px;
}

@media screen and (max-width: 1120px) {
	#main-header .row [class*='col']:last-child {
		margin-top: 0;
	}
	
	#main-header .col {
		margin-left: 2.5%;
		width: 16.75%;
	}
	
	#main-header .col:first-child {
		margin-left: 0;
		width: 80.75%;
	}
}

@media screen and (max-width: 768px) {
	#main-header .row {
		margin: 0 5%;
	}
}

@media screen and (max-width: 420px) {
	#main-header img {
		width: 100%;
	}
}


/* main menu */

#main-nav {
	float: right;
}

#main-nav ul { 
	list-style-type: none; 
	text-align: right;
}

#main-nav li {	
	display: inline-block;
	margin-left: 30px;
	text-align: center;
}

#main-nav li:first-child {
	margin-left: 0;
}

#main-nav li a { 
	display: block;
	font-size: 22px;
	line-height: 46px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
}

#main-nav li a span {
	padding: 20px 0;
	display: block;
	position: relative;
}

#main-nav li:hover a {
	color: #ff6600;
}

#main-header.active #main-nav li a { 
	font-size: 16px;
	line-height: 22px;
}

@media screen and (max-width: 1420px) {
	#main-nav {
		float: none;
		margin: 10px 0;
	}

	#main-nav ul {
		text-align: center;
	}

	#main-nav li a span:after {
		bottom: -25px;
	}
}

@media screen and (max-width: 980px) {
	#main-nav li a,
	#main-header.active #main-nav li a {
		font-size: 18px;
		line-height: 36px;
	}
}

@media screen and (max-width: 768px) {
	#main-nav {
		line-height: 48px;
		float: none;
		padding-left: 50px;
		padding-right: 50px;
	}
	
	#main-nav ul {
		text-align: center;
		margin-bottom: 30px;
	}
	
	#main-nav li {
		display: block;
		margin: 0;
	}

	#main-nav li a,
	#main-header.active #main-nav li a {
		font-size: 22px;
		line-height: 46px;
	}
	
	#main-nav li a span {
		border: 0;
		padding: 0;
	}
	
	#main-nav li a span:after {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	#main-nav li a,
	#main-header.active #main-nav li a {
		font-size: 16px;
		line-height: 32px;
	}

}


/* trigger & slideout */

.trigger {
	display: none;
	cursor: pointer;
}

.trigger .fa {
	padding: 25px 0 20px 29px;
	color: #fff;
	font-size: 32px;
}

#main-header.active .trigger .fa {
	padding: 15px 0 15px 15px;
}

.slideout {
	background: none;
	position: relative;
}

@media screen and (min-width: 1421px) {
	.slideout {
		display: block !important;
	}
}

@media screen and (max-width: 1420px) {
	.trigger {
		display: block;
	}
	
	.slideout {
		background: rgba(0,0,0,1);
		position: absolute;
		top: 100px;
		left: 0;
		right: 0;
		display: none;
	}

	.slideout.active {
		top: 80px;
	}
}

@media screen and (max-width: 480px) {
	.trigger .fa {
		font-size: 24px;
		padding: 29px 5px 29px 15px;
	}
}


/* sections */

section {
	background: #fff;
	overflow: hidden;
}

#main-content.container {
	padding-top: 0;
}

.section-header {
	text-align: center;
}

.section-header .col,
.section-header .col:first-child {
	width: 94%;
    background: #efefef;
    padding: 3%;
}

.section-header.container {
	padding-bottom: 0;
}

.section-header .title {
	font-size: 52px;
	line-height: 68px;
	padding: 20px 20px 40px;
	display: inline-block;
	background: #ff6600;
	color: #fff;
}

@media screen and (max-width: 1080px) {
	.section-header .title {
		font-size: 36px;
		line-height: 48px;
	}
}

@media screen and (max-width: 768px) {
	.section-header .title {
		font-size: 28px;
		line-height: 42px;
	}
}


/* section: introduction slider */

#introduction {
	background: url(assets/images/introduction-3.jpg) bottom center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	min-height: 100vh;
	position: relative;
}

#introduction .content {
	background: rgba(0,0,0,1);
	padding: 40px 40px 80px;
	max-width: 700px;
	border-left: 15px solid #FF6600;
}

#introduction .content .col {
	width: 60%;
	margin: 0;
}

#introduction .content .col:first-child {
	width: 40%;
}

#introduction .content.content-social {
	background: #000;
	padding: 20px 20px 50px;
	border: 0;
	bottom: 0;
	right: 5%;
	left: auto;
	box-shadow: none;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

#introduction .content.content-social ul,
#introduction .content.content-social .title {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#introduction .content.content-social .title {
	font-size: 17px;
	line-height: 34px;
    font-weight: 400;
	text-align: right;
	padding-right: 5px;
    text-transform: uppercase;
}

#introduction .content.content-social [class*='content-social-'] {
	display: inline-block;
	margin: 0 5px;
	background: #000;
	border: 2px solid #ff6600;
}

#introduction .content.content-social [class*='content-social-'] .fa {
	font-size: 26px;
	padding: 15px 20px;
	color: #ff6600;
}

#introduction .content.content-social [class*='content-social-']:hover {
	background: #ff6600;
}

#introduction .content.content-social [class*='content-social-']:hover .fa {
	color: #fff;
}

#introduction .item {
	padding: 40px;
}

#introduction .title {
    font-size: 52px;
    line-height: 68px;
	font-weight: 400;
	margin-top: 20px;
}

#introduction .pretitle { 

}

#introduction .pretitle .fa {
	color: #ff6600;
	font-size: 32px;
}

#introduction .pretitle span {
	margin-left: 20px;
}

#introduction .pretitle span:first-of-type {
	margin-left: 0;
}

@media screen and (max-width: 1080px) {
	#introduction {
		background-size: auto;
		background-attachment: scroll;
	}

	#introduction .content {
		top: 50%;
		left: 50%;
		bottom: auto;
		width: 100%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		max-width: 560px;
	}

	#introduction .content.content-social {
		top: auto;
		width: auto;
	}

	#introduction .title {
		font-size: 36px;
		line-height: 48px;
	}
}

@media screen and (max-width: 768px) {
	#introduction .pretitle {
		font-size: 18px;
		line-height: 32px;
		display: block;
	}

	#introduction .content {
		max-width: unset;
		width: 75%;
	}

	#introduction .content.content-social {
		left: 50%;
		right: auto;
		padding: 5px 50px 35px;
		width: 75%;
		-webkit-transform: translateX(-50%) rotate(180deg);
		transform: translateX(-50%) rotate(180deg);
	}

	#introduction .content.content-social ul, 
	#introduction .content.content-social .title {
		text-align: center;
	}

	#introduction .title {
		font-size: 28px;
		line-height: 42px;
	}

	#introduction .excerpt {
		display: none;
	}

	#introduction .content.content-social [class*='content-social-'] .fa {
		font-size: 18px;
		padding: 10px 15px;
	}
}

@media screen and (max-width: 580px) {
	#introduction .title {
		font-size: 22px;
		line-height: 36px;
		margin-top: 20px;
	}

	#introduction .pretitle {
		font-size: 16px;
		line-height: 22px;
	}

	#introduction .content {
		width: 50%;
	}

	#introduction .button {
		display: none;
	}

	#introduction .content.content-social {
		width: 100%;
		padding: 40px 0 70px;
	}
}

@media screen and (max-width: 480px) {
	#introduction .content {
		padding: 20px 20px 40px;
	}
	
	#introduction .title {
		font-size: 18px;
		line-height: 28px;
		margin-top: 0;
	}
	
	#introduction .pretitle {
		display: none;
	}
}


#cta {
	background:#ff6600;
}


/* section: call to action */

.cta.covidinfo .container {
	padding-bottom: 120px;
}

#cta.covidinfo .col {
	width: 100%;
    margin-left: 0;
    float: left;
}

#cta .temp-col {
    margin-bottom:60px;
}

.first-no-mar {
    margin-left: 0px !important;
}

#cta.covidinfo .col:first-child {
    margin-left: 0;
}

#cta.covidinfo .standout {
	width:250px !important;
	margin: 0 auto !important;
	margin-top:20px !important;
	display: block !important;
}

@media screen and (max-width:768px) {
	#cta.covidinfo .col {
		width:100%;
		margin: 0 !important;
	}

	#cta.covidinfo .col:last-child {
		margin-top:40px !important;
	}

	#cta.covidinfo .standout {
		font-size:15px !important;
		width:100% !important;
		margin: 0 !important;
		box-sizing: border-box;
		margin-top:20px !important;
	}
}

#cta-mot {
	background: #ff6600;
}

#cta-mot .button { 
	border-color: #fff;
}

#cta-mot .button span { 
color: #fff;
}


#cta-mot .col:last-child .item {
	padding: 20px;
	background: #202020;
}

#cta-mot .col:last-child .item img {
	width: 100%;
}

#cta-mot .title {
	font-size: 52px;
    line-height: 68px;
}

#cta-mot .excerpt {
	max-width: 700px;
	line-height: 2.5rem;
	margin: 40px auto 0;
}

#cta-mot .excerpt .standout {
	border: 2px solid #ff6600;
	color: #FF6600;
	padding: 10px 15px;
	margin: 0 10px;
	font-size: 24px;
	display: inline;
	letter-spacing: 2px;
}

#cta-mot .excerpt .standout:hover {
	background: #ff6600;
	color: #fff;
}

@media screen and (max-width: 1080px) {

	#cta-mot .col {
		width:100%;
		margin-left:0;
		text-align: center;
	}

	#cta-mot .title {
		font-size: 36px;
		line-height: 48px;
	}
}

@media screen and (max-width: 768px) {
	#cta-mot .title {
		font-size: 28px;
		line-height: 42px;
	}

	#cta-mot .excerpt {
		margin-top: 20px;
	}
}

@media screen and (max-width: 580px) {
	#cta-mot .excerpt .standout {
		padding: 5px 10px;
		font-size: 18px;
		margin: 0 5px;
	}

	#cta-mot .container {
		padding-bottom: 135px;
	}
}

@media screen and (max-width: 480px) {
	#cta-mot .excerpt .standout {
		border: 0;
	}

	#cta-mot .excerpt p {
		line-height: 28px;
	}
}


/* section: call to action */

.cta {
	background: #000;
	text-align: center;
}

.cta .container {
	padding-bottom: 220px;
}

#cta .container {
	padding-bottom:00px;
	padding-top:70px;
}


#cta .col:first-child {
    margin-left:0px !important;
}

#cta-2 .col {
	width: 100%;
}

#cta-2 .excerpt {
	line-height: 2.5em !important;
}

.cta .title {
	font-size: 52px;
    line-height: 68px;
}

.cta .excerpt {
	max-width: 700px;
	line-height: 1.7em;
	margin: 20px auto 0;
}

.cta .excerpt .standout {
	border: 2px solid #ff6600;
	color: #FF6600;
	padding: 10px 15px;
	margin: 0 10px;
	font-size: 24px;
	display: inline;
	letter-spacing: 2px;
}

.cta .excerpt .standout:hover {
	background: #ff6600;
	color: #fff;
}

@media screen and (max-width: 1080px) {
	.cta .title {
		font-size: 36px;
		line-height: 48px;
	}
}

@media screen and (max-width: 768px) {
	.cta .title {
		font-size: 28px;
		line-height: 42px;
	}

	.cta .excerpt {
		margin-top: 20px;
	}

	#cta-2 .container {
		padding-top:30px;
	}
}

@media screen and (max-width: 580px) {
	.cta .excerpt .standout {
		padding: 5px 10px;
		font-size: 18px;
		margin: 0 5px;
	}

	.cta .container {
		padding-bottom: 135px;
	}
}

@media screen and (max-width: 480px) {
	.cta .excerpt .standout {
		border: 0;
	}

	.cta .excerpt p {
		line-height: 28px;
	}
}



/* section: what we do */

#aboutus {
	background: #fff;
}

#aboutus .col {
	background: #fff !important;
}

#aboutus .section-content {
	padding-top:40px;
}

#aboutus .section-header {
	padding-top:40px;
}

#aboutus .section-content .col {
	width: 30%;
}

#aboutus .item {
	background: #000;
	padding: 40px;
	box-shadow: -15px 15px 0 5px rgba(255,102,0,1);
}

#aboutus .item:hover {
	box-shadow: -25px 25px 0 5px rgba(255,102,0,1);
}

#aboutus .col:last-child .item:hover {
	box-shadow: -25px 25px 0 5px rgba(0,0,0,1);
}

#aboutus .col:last-child .item {
	box-shadow: -15px 15px 0 5px rgba(0,0,0,1);
}

#aboutus .item:before,
#aboutus .col:last-of-type .item:before {
	content: '';
    position: absolute;
    top: 0;
	right: 0;
	border-style: solid;
	border-width: 20px;
}

#aboutus .item:before {
	border-color: #202020;
	border-right-color: #fff;
	border-top-color: #fff;
}

#aboutus .col:last-of-type .item:before {
	border-color: #e75d02;
	border-right-color: #fff;
	border-top-color: #fff;
}

#aboutus .col:last-of-type .item {
	background: #ff6600;
}

#aboutus .section-content .title {
	font-size: 28px;
	line-height: 42px;
}

#aboutus .excerpt {
	margin-top: 0;
}

#aboutus .col:first-of-type .separator,
#aboutus .col:nth-child(2) .separator {
	border-color: #fff;
}

#aboutus .section-footer .col {
	width: 100%;
}

#aboutus .section-footer .excerpt {
	margin: 0 auto;
	background: #000;
	padding: 40px 40px;
	color:#fff;
}

#aboutus .section-footer {
	padding-top:0px;
	text-align: center;
}

#aboutus .row .col:last-child {
	margin-top:0px;
}

#aboutus .section-footer .title {
	color:#fff;

}

#aboutus .hiring-footer {
    padding-bottom:20px !important;
}

.partner-image {
    margin-top:30px;
}

@media screen and (max-width: 1080px) {
	#aboutus .section-content.container {
		padding-top: 40px;
	}

	#aboutus .section-content .row [class*='col']:last-child {
		margin-top: 0;
	}
}

@media screen and (max-width: 1040px) {
	#aboutus .section-content.row [class*='col']:last-child {
		margin-top: 0;
	}
}

@media screen and (max-width: 980px) {
	#aboutus .section-content .col,
	#aboutus .section-content .col:first-child {
		width: 100%;
		margin: 40px 0 0 0;
		text-align: center;
	}
	
	#aboutus .section-content .item,
	#aboutus .section-content .item:hover,
	#aboutus .section-content .col:last-child .item,
	#aboutus .section-content .col:last-child .item:hover {
		box-shadow: -5px 5px 0 5px rgba(255,102,0,0);
	}

	#aboutus .section-header.row [class*='col']:last-child {
		margin-top: 0;
	}

	#aboutus .section-content.row [class*='col']:nth-child(3) {
		margin-top: 40px;
	}

	#aboutus .separator {
		margin: 20px auto;
	}

	#aboutus .section-content .title {
		font-size: 36px;
		line-height: 48px;
	}

	#aboutus .section-content .col:first-child {
		margin-top: 0;
	}

	#aboutus .section-content {
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 768px) {
	#aboutus .section-content .title {
		font-size: 28px;
		line-height: 42px;
	}
}

@media screen and (max-width: 580px) {
	#aboutus .section-header.container,
	#aboutus .section-content.container {
		padding-top: 0;
	}

	#aboutus .section-content .col:first-child {
		margin-top: 40px;
	}

	#aboutus .section-header.container {
		padding-top: 80px;
	}
}


/* Reviews */

#reviews {
	background: #ff6600;
}

#reviews .section-header {
	padding-bottom:0px;
	padding-top:0px;
}

#reviews .section-header .container {
	padding-bottom: 0px;
}

#reviews .section-content {
	padding-bottom:0px;
	padding-top:0px;
}

#reviews .section-header .col {
	width:100%;
	margin:0;
	background:transparent;
	box-sizing: border-box;
}

#reviews .section-header .title {
	background: #000;
	padding:20px;
}

#reviews .section-content .container {
	padding-top:40px;
	padding-bottom:60px;
}

#reviews .section-content .col {
	width: 22%;
	color:#fff;
	font-size: 15px;
	background:#000;
	line-height:1.7em;
	padding:20px;
	box-sizing: border-box;
	margin: 1% !important;
}

#reviews .testimonial-name {
	font-weight:700;
	margin-top:10px;
	display: block;
}

#reviews .stars i {
	margin-right: 3px;
	color:gold;
}

#reviews .section-footer {
	padding-top:0px;
}

#reviews .section-footer .col {
	width: 100%;
	margin: 0;
	text-align: center;
}

#reviews .section-footer .button {
	border-color: #fff;
	margin-top:0px;
	margin-right: 5px;
	margin-left: 5px;
}

#reviews .section-footer .button span {
	color: #fff;
}

@media screen and (max-width:980px) {
	#reviews .section-content .col {
		width:48%;
	}
}

@media screen and (max-width:768px) {
	#reviews .section-content .col {
		width: 98%;
	}
	#reviews .section-footer .button {
		margin-top:5px;
		margin-right: 5px;
		margin-left: 5px;
	}
}

/* section: more info */

#moreinfo {
	background: #000;
	-webkit-transform: rotate(-180deg);
}

#moreinfo .container {
	padding-top: 120px;
	-webkit-transform: rotate(180deg);
}

#moreinfo .section-content .col {
	width: 60%;
}

#moreinfo .section-content .col:first-child {
	width: 35%;
}

#moreinfo .section-content .col:last-child {
	background: #ff6600;
}

#moreinfo .section-content .col:last-child .item {
	padding: 20px;
	background: #202020;
}

#moreinfo .section-content .col:last-child .item img {
	width: 100%;
}

#moreinfo .section-content .title {
	font-size: 52px;
	line-height: 68px;
}

#moreinfo .section-footer.container {
	padding-top: 0;
	padding-bottom: 85px;
}

#moreinfo .section-footer .col {
	width: 30%;
}

#moreinfo .section-footer .item {
	background: #fff;
	padding: 40px;
	box-shadow: -15px 15px 0 5px rgba(255,102,0,1);
}

#moreinfo .section-footer .item .excerpt {
	margin-top: 0;
}

#moreinfo .section-footer .item .title,
#moreinfo .section-footer .item .excerpt p {
	color: #000;
}

#moreinfo .section-footer .item:hover {
	box-shadow: -25px 25px 0 5px rgba(255,102,0,1);
}

#moreinfo .section-footer .col:last-child .item:hover {
	box-shadow: -25px 25px 0 5px rgba(255, 255, 255, 1);
}

#moreinfo .section-footer .col:last-child .item {
	box-shadow: -15px 15px 0 5px rgba(255, 255, 255, 1);
}

#moreinfo .section-footer .col:last-of-type .item {
	background: #ff6600;
}

#moreinfo .section-footer .col:last-of-type .item .title,
#moreinfo .section-footer .col:last-of-type .item .excerpt p {
	color: #fff;
}


@media screen and (max-width: 1080px) {
	#moreinfo .section-content .title {
		font-size: 36px;
		line-height: 48px;
	}
	
}

@media screen and (max-width: 980px) {
	#moreinfo .section-content .col,
	#moreinfo .section-content .col:first-child {
		width: 100%;
		margin: 40px 0 0 0;
		text-align: center;
	}
		#moreinfo .container {
			padding-top:80px;
		}

	#moreinfo .section-content .col:first-child {
		margin-top: 0;
	}
}

@media screen and (max-width: 768px) {
	#moreinfo .section-content .title {
		font-size: 28px;
		line-height: 42px;
	}
}

@media screen and (max-width: 580px) {
	#moreinfo .section-content .container {
		padding-top: 200px;
	}
}

@media screen and (max-width: 480px) {
	.overlay-text {
		display: none;
	}

	#moreinfo .section-content .col:last-child .item {
		padding: 0;
	}
}







@media screen and (max-width: 1040px) {
	#moreinfo .section-footer.row [class*='col']:last-child {
		margin-top: 0;
	}
}

@media screen and (max-width: 980px) {

	#moreinfo .section-footer .col,
	#moreinfo .section-footer .col:first-child {
		width: 100%;
		margin: 40px 0 0 0;
		text-align: center;
	}
	
	#moreinfo .section-footer .item,
	#moreinfo .section-footer .item:hover,
	#moreinfo .section-footer .col:last-child .item,
	#moreinfo .section-footer .col:last-child .item:hover {
		box-shadow: -5px 5px 0 5px rgba(255,102,0,0);
	}

	#moreinfo .section-footer.row [class*='col']:nth-child(3) {
		margin-top: 40px;
	}

	#moreinfo .separator {
		margin: 20px auto;
	}

	#moreinfo .section-footer .title {
		font-size: 36px;
		line-height: 48px;
	}

	#moreinfo .section-footer .col:first-child {
		margin-top: 0;
	}
}

@media screen and (max-width: 768px) {
	#moreinfo .section-footer .title {
		font-size: 28px;
		line-height: 42px;
	}
}

@media screen and (max-width: 580px) {
	#moreinfo .section-footer.container {
		padding-top: 0;
	}

	#moreinfo .section-footer .col:first-child {
		margin-top: 40px;
	}
}








/* PRICES */

#motprices { 
	background: #000;
}

#motprices .container { 
	padding: 60px 5%;
}

#motprices .col { 
	width: 30%;
	text-align: center;
}

#motprices .col:last-child { 
	background: rgba(255,102,0,1);
	padding: 40px;
	box-sizing: border-box;
	box-shadow: -15px 15px 0 5px #fff;
}

#motprices .col:last-child .item:hover {
	box-shadow: -25px 25px 0 5px #fff;
}


#motprices .col:last-child .item {
	box-shadow: -15px 15px 0 5px rgba(0,0,0,1);
}

#motprices .item:before,
#motprices .col:last-of-type .item:before {
	content: '';
    position: absolute;
    top: 0;
	right: 0;
	border-style: solid;
	border-width: 20px;
}

/* section: services */

#services {
	background: url(assets/images/services-bg.jpg) no-repeat center center; 
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}

#services .section-header,
#services .section-content,
#services .section-footer {
	position: relative;
	z-index: 2;
}

#services .section-header.container .col {
	background: none;
	width: 100%;
	padding: 0;
}

#services .section-footer.container {
	padding-bottom: 80px;
}

#services .section-header .title {
	background: #000;
}

#services .section-content .col {
	width: 48%;
	text-align: center;
	float: left;
	margin: 1% !important;
}

#services .item {
	min-height:310px;
	padding:60px 80px !important;
	box-sizing:border-box;
}

@media screen and (max-width:1380px) {
	#services .item {
		padding: 60px 30px  !important;
	}
}

#services .section-content {
	padding-bottom: 40px;
	padding-top:40px;
}

#services .icon,
#services .image {
	-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
}

#services .icon:before {
	font-size: 54px;
}

#services .col:first-child .icon:before {
	content: '\f0ad';
}

#services .col:nth-child(2) .icon:before {
	content: '\f2b5';
}
#services .col:nth-child(3) .icon:before {
	content: '\f192';
}
#services .col:last-child .icon:before {
	content: '\f631';
}

#services .item {
	padding: 40px 30px 80px;
	background: #ff6600;
}

#services .item:hover {
	background: #000;
}

#services .item:hover .icon,
#services .item:hover .image {
	-webkit-animation: wobble .5s infinite; 
	-moz-animation: wobble .5s infinite; 
	-o-animation: wobble .5s infinite; 
	animation: wobble .5s infinite;
}

#services .section-content .title {
	margin-top: 20px;
	font-size: 28px;
	line-height: 42px;
}

#services .section-content .excerpt {
	margin-top: 20px;
}

#services .section-content .excerpt p {
	line-height: 1.7em;
}

#services .section-footer .col {
	width: 100%;
}

#services .section-footer {
	padding-top: 0;
}

#services .section-footer .excerpt {
	max-width: 600px;
	margin: 0 auto;
	background: #000;
	padding: 40px 40px 140px;
}

@media screen and (max-width: 1080px) {
	#services .section-content.container {
		padding-top: 40px;
		padding-bottom: 80px;
	}

	#services .section-content .col {
		width: 47.5%;
	}

	#services .section-content .col:nth-child(3) {
		clear: both;
		margin-left: 0;
	}

	#services .section-content .col:nth-child(3),
	#services .section-content .col:last-child {
		margin-top: 40px;
	}
}

@media screen and (max-width: 1040px) {
	#services .section-header.row [class*='col']:last-child {
		margin-top: 0;
	}
}

@media screen and (max-width: 980px) {
	#moreinfo .section-footer.container {
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 768px) {
	#services .section-content .col {
		width: 100%;
		clear: both;
		margin: 40px 0 0 0;
	}

	#services .section-content.container {
		padding-bottom: 20px;
	}

	#services .section-content .col:first-child {
		margin-top: 0;
	}

	#services .section-footer .col {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
	}

	#services .section-footer .excerpt {
		padding-bottom: 80px;
	}
}

@media screen and (max-width: 580px) {
	#moreinfo .section-footer .col:first-child {
		margin-top: 0;
	}
}



/* section: special offer */

#specialoffer {
	background: #000;
	text-align: center;
	margin-top:-2px;
}

#specialoffer .container {
	padding-top: 0;
}



#specialoffer .title {
	font-size: 52px;
    line-height: 68px;
}

#specialoffer .excerpt {
	max-width: 700px;
	line-height: 2.5rem;
	margin: 20px auto 0;
}

#specialoffer img {
	max-width:180px;
	margin-top:10px;
}


#specialoffer .row [class*='col']:last-child {
	margin-top:0px !important;
	margin:0 !important;
	width:100% !important;
}


@media screen and (max-width: 1080px) {
	#specialoffer .title {
		font-size: 36px;
		line-height: 48px;
	}
}

@media screen and (max-width: 768px) {
	#specialoffer .title {
		font-size: 28px;
		line-height: 42px;
	}

	#specialoffer .excerpt {
		margin-top: 10px;
	}

	#specialoffer .col {
		margin-bottom:20px;
	}

	#specialoffer .col:last-child {
		padding-top:20px !important;
	}
}

@media screen and (max-width: 580px) {
	#specialoffer .excerpt .standout {
		padding: 0;
		font-size: 15px;
		margin: 0;
	}

	#specialoffer .container {
		padding-bottom: 50px;
		padding-top:50px;
	}
}

@media screen and (max-width: 480px) {
	#specialoffer .excerpt .standout {
		border: 0;
	}

	#specialoffer .excerpt p {
		line-height: 28px;
	}
}


/* section: finance */

#financesection {
	background: #000;
	text-align:center;
}

#financesection .col {
	width: 100%;
}

#financesection .title {
	font-size: 52px;
}


#financesection .row [class*='col']:last-child {
	margin-top:0px;
}

@media screen and (max-width: 768px) {

#financesection .title {
    font-size: 28px;
    line-height: 1.4em;
}

}

/* section: contact */

#contact {
	background: #ff6600;
}

#contact iframe {
    margin-bottom: -15px;
}

#contact .col {
	width: 30%;
	margin: 0;
	position: relative;
	overflow: hidden;
}

#contact .col:first-child {
	width: 70%;
}

#contact .gmap {
	position: relative;
	padding-bottom: 60%;
	height: 0;
	overflow: hidden;
}

#contact .gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#contact .gmap .map-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}




#contact .contact-form {
	padding: 40px;
	background: #ff6600;
}


@media screen and (max-width: 1180px) {
	#contact .col,
	#contact .col:first-child {
		width: 100%;
		margin: 0;
	}

	#contact .contact-form {
		margin: 40px auto 0;
	}
}


/* contact form */

.contact-form {
	margin: 0 auto;
	width: 75%;
	padding: 60px;
}

.contact-form p {
	margin-top: 10px;
}

.contact-form p {
	float: left;
	width: 100%;
	margin-top: 0;
	margin-bottom: 10px;
}

.contact-form p:last-child {
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 24px;
}

.contact-form p:first-of-type {
	margin-top: 0;
}

.contact-form label {
	font-size: 10px;
    line-height: 18px;
	text-transform: uppercase;
	padding: 20px;
	background: #fff;
	display: block;
	font-weight: 700;
	overflow: hidden;
}

.contact-form label .required {
	float: left;
	width: 5%;
	font-size: 16px;
	font-weight: 400;
	margin-right: 20px;
	line-height: 48px;
}

.contact-form input {
	float: left;
	width: 69%;
	line-height: 48px;
	padding: 3% 0;
}

.contact-form input,
.contact-form textarea {
	padding: 0;
	border: 0;
	background: none;
	margin-left: 40px;
}

.contact-form textarea {
	overflow: hidden;
	width: 70%;
	padding: 2% 0;
	float: left;
	height: 150px;
}

.contact-form input,
.contact-form textarea {
	font-size: 16px;
}

.contact-form .button {
	-webkit-appearance: none;
	appearance: none;
	margin-top: 20px;
	border: 0;
}

.contact-form .message {
	margin-top: 30px;
	overflow: hidden;
}

.contact-form .button {
	border: 1px solid #fff;
	font-size: 14px;
	padding: 10px;
}

.contact-form .button span {
	color: #fff;
	float: left;
}

.contact-form .button span:after {
	display: none;
}

.contact-form .button.primary.complete {
	padding: 15px;
	color: #fff;
}

.contact-form .button.primary.complete:hover {
	background: #000;
	border-color: #000;
}

.contact-form .button:hover {
	border-color: #000;
	background: #000;
}

.contact-form .button:hover span {
	color: none;
}

.contact-form .hey-honey {
	position: absolute;
	left: -9999px;
}

.contact-form .button.secondary {
	display: none;
}

.contact-form .button span {
	padding: 10px 15px;
	font-size: 16px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
}

.contact-form .message {
	margin-top: 20px;
	width: 100%;
}

.contact-form .message p {
	font-size: 14px;
	line-height: 14px;
}

@media screen and (max-width: 1080px) {
	.contact-form input,
	.contact-form textarea {
		width: 60%;
	}
}

@media screen and (max-width: 980px) {
	.contact-form p {
		width: 96%;
	}

	.contact-form input,
	.contact-form textarea {
		width: 77%;
	}

	.contact-form input,
	.contact-form textarea {
		margin-left: 45px;
	}

	.contact-form textarea {
		padding: 2% 0;
	}

	.contact-form .message {
		text-align: center;
		width: 100%;
		margin: 20px auto 0;
	}
}

@media screen and (max-width: 620px) {
	.contact-form input,
	.contact-form textarea {
		width: 66%;
	}
}

@media screen and (max-width: 480px) {
	.contact-form {
		padding: 40px;
	}

	.contact-form input,
	.contact-form textarea {
		width: 50%;
	}
}




#contact .g-recaptcha {
	margin-top: 20px;
}

@media screen and (max-width: 1780px) {
	#contact .gmap {
		padding-bottom: 65%;
	}
}

@media screen and (max-width: 1680px) {
	#contact .gmap {
		padding-bottom: 70%;
	}
}

@media screen and (max-width: 1480px) {
	#contact .gmap {
		padding-bottom: 75%;
	}
}

@media screen and (max-width: 1380px) {
	#contact .gmap {
		padding-bottom: 80%;
	}
}

@media screen and (max-width: 1280px) {
	#contact .gmap {
		padding-bottom: 105%;
	}
}

@media screen and (max-width: 1080px) {
	#contact .gmap {
		padding-bottom: 125%;
	}
}

@media screen and (max-width: 880px) {
	#contact .gmap {
		padding-bottom: 200%;
	}
}

@media screen and (max-width: 768px) {
	#contact .gmap {
		padding-bottom: 50%;
	}
}

@media screen and (max-width: 580px) {
	#contact .gmap {
		padding-bottom: 100%;
	}
}




/* section: wherearewe */

#wherearewe {
	background: #000;
}

#wherearewe .container {
	padding-top: 0;
	padding-bottom: 0;
}

#wherearewe .col {
	width: 100%;
	line-height: 80px;
	text-align: center;
}

#wherearewe .title {
	font-size: 22px;
}

#wherearewe .title,
#wherearewe .excerpt {
	display: inline-block;
}

#wherearewe .excerpt {
	margin-top: 0;
	margin-left: 40px;
}

@media screen and (max-width: 1040px) {
	#wherearewe .row [class*='col']:last-child {
		margin-top: 0;
	}
}

@media screen and (max-width: 768px) {
	#wherearewe {
		padding: 40px 0;
	}

	#wherearewe .col {
		text-align: center;
	}

	#wherearewe .title {
		font-size: 28px;
		line-height: 42px;
	}

	#wherearewe .excerpt {
		margin-top: 20px;
	}

	#wherearewe .title,
	#wherearewe .excerpt {
		clear: both;
		margin-left: 0;
		display: block;
	}
}


/* section: opening times */

#openingtimes {
	background: #ff6600;
}

#openingtimes .section-header .col, 
#openingtimes .section-header .col:first-child {
	width: 100%;
	padding: 0;
	background: none;
}

#openingtimes .section-header .title {
	background: #fff;
	color: #000;
}

#openingtimes .section-content .col {
	width: 30%;
	text-align: center;
}

#openingtimes .section-content .item {
	border: 2px solid #fff;
	padding: 20px;
}

#openingtimes .section-content .title {
	font-size: 28px;
    line-height: 42px;
}

#openingtimes .section-content .excerpt {
	margin-top: 0;
	font-size: 22px;
	line-height: 3rem;
}

#openingtimes .section-content .today {
	background: #000;
	padding-bottom: 60px;
}

#openingtimes .section-content .today .item {
	border-color: #000;
}


#openingtimes .section-footer {
    text-align: center;
    padding-top: 20px;
}

@media screen and (max-width: 1040px) {
	#openingtimes .section-header.row [class*='col']:last-child,
	#openingtimes .section-content.row [class*='col']:last-child {
		margin-top: 0;
	}
}

@media screen and (max-width: 768px) {
	#openingtimes .section-content .col,
	#openingtimes .section-content .col:first-child {
		width: 100%;
		margin: 40px 0 0 0;
	}

	#openingtimes .section-content .col:first-child {
		margin-top: 0;
	}

	#openingtimes .section-content.row [class*='col']:last-child {
		margin-top: 40px;
	}

	#openingtimes .section-content.container {
		padding-top: 40px;
	}
}


/* booking page */

#main-booking .section-content {
	max-width:900px;
	text-align: center;
	padding-top:150px;
}

#main-booking h3, #main-booking h4 {
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
	color:#000;
	margin-bottom: 10px;
	font-weight: 500;
}

#main-booking h4 {
	font-size:16px;
	font-family: 'Mulish', sans-serif;
	text-transform: unset;
	margin-bottom:20px;
}

#DatesAvailable div {
	font-family: 'Mulish', sans-serif !important;
	font-size:15px !important;
}

#BookingInfo input {
	max-width:95% !important;
}

#BookingInfo div {
	max-width: none !important;
}

#main-booking .section-content .col {
	width:100%;
}

.menu-motonline span {
	background: #FF6600;
    padding: 10px 11px !important;
    box-sizing: border-box;
}

.menu-motonline:hover a {
	color: #fff !important;
}

.menu-motonline:hover span {
	background: #ff6600c2;
}

@media screen and (max-width:768px) {
	.menu-motonline {
		margin-top:10px;
	}
}


@media screen and (max-width:1025px) {
	#main-booking .section-content {
padding-top:80px !important;
	}
}

@media screen and (max-width:1680px) {
	#main-nav li a {
		font-size:18px;
	}
	#main-nav li {
		margin-left:20px;
	}
}

@media screen and (max-width:1420px) {
	#main-nav li {
		margin-left:10px;
		margin-right:10px;
	}

	#main-nav li:first-child {
		margin-left:10px;
		margin-right:10px;
	}
}

/* footer */

#main-footer {
	background: #000;
}

#main-footer .footer-cols .col {
	width: 100%;
}

#main-footer .container {
	padding: 80px 5%;
}

#main-footer .copyright {
	font-size: 16px;
	line-height: 2rem;
	color: #fff;
	margin-top: 40px;
	text-align: center;
}

#main-footer .copyright span,
#main-footer #currentyear {
	display: inline-block;
}

@media screen and (max-width: 768px) {
	#main-footer .container {
		padding: 40px 5%;
	}
}

@media screen and (max-width: 580px) {
	#main-footer {
		padding-bottom: 75px;
	}
}


/* footer menu */

#footer-nav ul { 
	list-style-type: none; 
	text-align: center;
	background: #202020;
	padding: 40px 40px 80px;
}

#footer-nav li {	
	display: inline-block;
	margin-left: 40px;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
}

#footer-nav li:hover a {
	color: #ff6600;
}

#footer-nav li:first-child {
	margin-left: 0;
}

#footer-nav li a { 
	display: block;
	color: #fff;
}

#footer-nav li a span {
	padding: 20px 0;
}

@media screen and (max-width: 920px) {
	#footer-nav ul {
		padding: 40px 40px 200px;
	}

	#footer-nav li {
		display: block;
		margin: 0;
		font-size: 22px;
		line-height: 42px;
	}
}


/* back to top */

.back-to-top { 
	display: none; 
	position: fixed; 
	left: auto;
	right: 30px;
	bottom: 30px; 
	text-align: center;
	z-index: 9999; 
}

.back-to-top:after {
	content: '\f077';
	background: #000;
	color: #fff;
	padding: 10px;
	border: 2px solid #ff6600;
}

.back-to-top:hover:after {
	background: #ff6600;
	color: #fff;
	padding: 15px;
}

@media screen and (max-width: 580px) {
	.back-to-top {
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 70px;
		line-height: 70px;
		background: #ff6600;
		border-top: 2px solid #000;
	}

	.back-to-top:after {
		font-size: 28px;
		border: 0;
		padding: 0;
		background: none;
	}
}


/* badges */

.badges {
	margin: 30px auto 0;
	text-align: center;
	overflow: hidden;
}

.badges img {
	width: auto;
}

.badges > div {
	display: inline-block;
	margin: 0 20px;
}


/* no cookie */

.nocookie {
    margin: 0 auto;
	text-align: center;
}

.nocookie .excerpt {
	margin-top: 0;
}

.nocookie .excerpt p {
	float: none;
	color: #fff;
}

.nocookie .privacy-policy a {
    font-size: 18px;
    color: #fff;
	display: block;
	margin-top: 20px;
	font-weight: 700;
}

.nocookie .sub-title.privacy-policy a {
	font-size: 22px;
	font-weight: 700;
	margin-top: 20px;
}



/* privacy overlay */

.privacyoverlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(14, 14, 14, 0.85);
	z-index: 1000;
	display: none;
}

.privacyoverlay.visible {
	display: block;
}


/* privacy select */

#privacyselect {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	background: #fff;
	color: #2d2c2a;
	width: 100%;
	padding: 0;
	max-width: 720px;
	max-height: 500px;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9999;
	box-shadow: 0 0 30px 10px rgba(14, 14, 14, 0.8);
}

#privacyselect.visible {
	display: block;
}

#privacyselect .privacy-select-wrapper {
	position: relative;
	overflow-y: scroll;
	padding: 80px;
    text-align: center;
}

#privacyselect .privacy-select-wrapper .excerpt {
	margin-top: 40px;
}

#privacyselect .privacy-select-popup {
	display: block;
	margin-top: 20px;
	color: #03162F;
	font-size: 14px;
}

#privacyselect .privacy-select-popup:hover {
	cursor: pointer;
	text-decoration: underline;
}

#privacyselect .privacy-select-wrapper .title.main-title {
	font-size: 32px;
	line-height: 38px;
	font-weight: 400;
}

#privacyselect .privacy-select-wrapper .excerpt {
    font-size: 14px;
    line-height: 1.75rem;
}

#privacyselect .privacy-select-wrapper .button {
	background: #00d2ff;
	margin: 30px auto 10px;
    border: 0;
	float: none;
	display: inline-block;
	padding: 0;
}

#privacyselect .privacy-select-wrapper .button:hover {
	background: #37adff;
}

#privacyselect .privacy-select-wrapper .button span {
    padding: 5px 15px;
	color: #fff;
	display: block;
}

#privacyselect .privacy-select-wrapper .button span:after {
	visibility: hidden;
	margin: 0;
	display: none;
}

#privacyselect .privacy-select-wrapper .button:hover a span {
    color: #fff;
}

@media screen and (max-width: 768px) {
	#privacyselect {
		width: 90%;
	}
}

@media screen and (max-width: 580px) {
	#privacyselect {
		top: 0;
		left: 0;
		max-height: unset;
		overflow-y: scroll;
		height: 100vh;
		width: 100%;
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
	
	#privacyselect .privacy-select-wrapper {
		padding: 40px;
	}
}


/* privacy policy */

.privacy-policy.sub-title {
	text-align: center;
}

.privacy-policy a {
    cursor: pointer;
    color: #9c9c9c;
	float: none;
	text-align: center;
}

#privacypolicy {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    background: #fff;
    width: 100%;
    padding: 0;
    max-width: 720px;
    max-height: 500px;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
    box-shadow: 0 10px 10px 10px rgba(0,0,0,0.25);
}

#privacypolicy.visible {
    display: block;
}

#privacypolicy .privacy-wrapper {
    position: relative;
    overflow-y: scroll;
    height: 420px;
	padding: 40px 80px 40px;
}

#privacypolicy .privacy-wrapper p,
#privacypolicy .privacy-wrapper li {
	color: #2d2c2a;
}

#privacypolicy .title.main-title {
    font-size: 24px;
}

#privacypolicy .title {
    margin-top: 30px;
	font-size: 16px;
	line-height: 22px;
    font-weight: 700;
}

#privacypolicy p,
#privacypolicy li {
    margin-top: 20px;
	line-height: 28px;
	font-size: 14px;
}

#privacypolicy ul {
    margin-top: 20px;
    margin-left: 20px;
    list-style-type: disc;
}

#privacypolicy li {
    margin-top: 0;
    line-height: 28px;
}

#privacypolicy .policyoptions {
	text-align: center;
}

#privacypolicy .policyoptions .button {
	background: #00d2ff;
	margin: 50px auto 0;
    border: 0;
	float: none;
	display: inline-block;
	padding: 0;
}

#privacypolicy .policyoptions .button:hover {
	background: #37adff;
}

#privacypolicy .policyoptions .button span {
    padding: 5px 15px;
	color: #fff;
	display: block;
}

#privacypolicy .policyoptions .button span:after {
	visibility: hidden;
	margin: 0;
	display: none;
}

#privacypolicy .policyoptions .button:hover span {
    color: #fff;
}

.privacypopup {
	cursor: pointer;
    display: block;
    color: #03162F;
    margin-top: 10px;
    font-size: 16px;
	font-weight: 400;
}

.sub-title.privacy-policy a,
.privacypopup-accepted,
.privacy-area .privacypopup {
    margin-top: 0;
    font-size: 11px;
	font-weight: 400;
}

.sub-title.privacy-policy a:hover {
	color: #fff;
}

.privacypopup:hover {
	text-decoration: underline;
    color: #03162F;
}

#privacypolicy .privacy-close {
	display: block;
	margin-top: 20px;
	color: #03162F;
	font-size: 14px;
}

#privacypolicy .privacy-close:hover {
	cursor: pointer;
	text-decoration: underline;
}

.privacy-wrapper .closeaccepted {
	background: #c00;
	padding: 1px 15px;
	position: absolute;
	top: 40px;
	right: 35px;
}

.privacy-wrapper .closeaccepted {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.privacy-wrapper .closeaccepted:hover {
	cursor: pointer;
}

@media screen and (max-width: 520px) {
	#privacypolicy {
		top: 0;
		left: 0;
		max-height: unset;
		overflow-y: scroll;
		height: 100vh;
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
	
	#privacypolicy .privacy-wrapper {
		padding: 40px;
	}
}


/* privacy policy popover */

html,
body {
    overflow: auto;
    height: auto;
}

html.disabled,
body.disabled {
    overflow: hidden;
    height: 100%;
}


/* laptop fixes */

@media screen and (max-width: 1380px) and (min-width: 1080px) {
	#introduction .content {
		bottom: 40px;
		left: 40px;
	}

	#introduction .title {
		font-size: 42px;
		line-height: 56px;
	}
}


/* browser fixes (edge) */

@supports (-ms-ime-align: auto) {
	#introduction .content,
	#services .item,
	#services .section-footer .excerpt,
	#footer-nav ul {
		padding-bottom: 40px;
	}

	#introduction .content.content-social {
		padding-bottom: 20px;
	}

	#cta .container,
	#services .section-footer.container {
		padding-bottom: 120px;
	}

	.section-header .title {
		padding-bottom: 20px;
	}

	#moreinfo .container {
		padding-top: 120px;
	}

	#contact .contact-form {
		padding-top: 40px;
	}

	#openingtimes .section-content .today {
		padding-bottom: 0;
	}
}

/* browser fixes (ie10 & ie11) */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
		#introduction .content,
	#services .item,
	#services .section-footer .excerpt,
	#footer-nav ul {
		padding-bottom: 40px;
	}

	#introduction .content.content-social {
		padding-bottom: 20px;
	}

	#cta .container,
	#services .section-footer.container {
		padding-bottom: 120px;
	}

	.section-header .title {
		padding-bottom: 20px;
	}

	#moreinfo .container {
		padding-top: 120px;
	}

	#contact .contact-form {
		padding-top: 40px;
	}

	#openingtimes .section-content .today {
		padding-bottom: 0;
	}
}