/**
 * Global stylesheet
 *
 * package: 	Dent Smart
 * version: 	3.03
 */


/* 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: #ff6900;
	color: #161616;
	line-height: 2.5rem;
	font-size: 16px;
	position: relative;
}

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

.inner-container {
	padding: 40px;
}

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

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

@media screen and (max-width: 980px) {
	.container {
		padding: 80px 5%;
	}
	
	.col,
	.col:first-child {
		width: 100%;
		margin: 50px 0 0 0;
		text-align: center;
	}

	.col:first-child {
		margin-top: 0;
	}
}

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


/* animations */

.button,
.button span,
.back-to-top,
.back-to-top:before,
.trigger,
main section:first-of-type,
.excerpt,
.icon,
.icon i,
i,
#main-nav li a,
.privacypopup,
nav li a,
nav li span,
#gallery .item,
#gallery .item figure,
#headlights .item,
#headlights .item figure,
#bumperscuffs .item,
#bumperscuffs .item figure,
#services .section-content .col a .item {
	-webkit-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
}


/* fonts */

body,
h1,
h2, 
h3, 
h4, 
h5, 
h6,
input,
textarea,
li,
label,
.button,
.sub-title {
	font-family: 'PT Sans', sans-serif;
}

.title {
	font-family: 'Mulish', sans-serif;
}

.trigger:before,
.back-to-top:before,
.flex-direction-nav a:before,
#booking .section-content .excerpt li:before {
	font-family: "Font Awesome 5 Pro";
}


/* typography */

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

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: #3f3f3f;
	text-decoration: none;
}


/* content */

.item {
	position: relative;
	overflow: hidden;
	padding: 50px;
	border-radius: 10px;
	text-align: center;
}

.content {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 50;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.content-wrapper {
	position: relative;
	display: block;
	padding: 80px;
}

.content-wrapper-content {
	position: relative;
	z-index: 50;
}

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

.title {
	font-size: 48px;
	line-height: 58px;
	font-weight: 700;
}

.sub-title {
    font-size: 46px;
    line-height: 52px;
}

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

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

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

@media screen and (max-width: 1280px) {
	.content {
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
}

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

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

@media screen and (max-width: 480px) {
	.title {
		font-size: 26px;
		line-height: 34px;
	}
}

@media screen and (max-width: 380px) {
	.item {
		padding: 20px;
	}
}


/* elements */

.desktop-only {
	display: block;
}

.mobile-only {
	display: none;
}

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

input:focus,
textarea:focus {
    outline: none;
}

.hidden {
	display: none;
}

.image img {
	width: 100%;
}

.colored .title,
.colored .sub-title,
.colored .excerpt p,
.colored .icon i,
.colored li,
.colored a,
.colored .section-header .title,
.colored .section-header .excerpt p {
	color: #fff;
}

.button {
	display: block;
	text-align: center;
	margin: 40px auto 0;	
	background: #ff6900;
	text-transform: uppercase;
	cursor: pointer;
	float: right;
	border: 0;
	border-radius: 10px;
}

.button span {
	display: block;
	padding: 15px 30px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

.button:hover {
	background: #fff;
	border-color: #ff6900;
}

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

.standout {
	font-weight: 700;
}

.highlight {
	color: #fff;
}

.slanted {
	font-style: italic;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(115,189,216, 0.85);
	z-index: 25;
}

@media screen and (max-width: 768px) {
	.desktop-only {
		display: none;
	}

	.mobile-only {
		display: block;
	}
}




#whatsapp {
	display: none;
}

#emailus {
	display: block;

}

.floating-button i {
	background: #189D0E;
}


#emailus:hover i {
	background: #137d0b	;
	color: #fff;

}


.floating-button {
	border: solid 3px #189D0E;
	color: #189D0E;
	position:fixed;
	bottom:20px;
	right: 30px;
	z-index:999999;
	width:320px;
	background: #fff;
	border-radius:10px;
	padding-left:20px;
	-webkit-box-shadow: 0 1px 6px 0px #000;
    -moz-box-shadow: 0 1px 6px 0px #000;
    box-shadow: 0 1px 6px 0px rgba(0, 0, 0, 0.75);box-sizing: border-box;	
}

.floating-button p {
	font-family:'Montserrat',sans-serif;
 	margin: 0;
   	position: absolute;               
   	top: 50%;                    
   	transform: translate(0, -50%);
	font-weight:600;
	font-size: 1em;
}

.floating-button i {
	float: right;
	font-size: 3em;
	color: #fff;
	padding: 10px 12px;
	border-radius:0px 5px 5px 0px;
	font-weight:300;
}



@media screen and (max-width:768px) {
	
	#whatsapp {
		width:300px;
	}

	#whatsapp p {
		font-size:14px;
	}

	#whatsapp i {
	font-size: 2em;
	padding: 5px 6px;

	}
	
}

@media (max-width: 580px) {
#whatsapp {
	display: block;
}


#emailus {
	display: none;
}
}



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

	.floating-button i {
		border-radius:5px;
	}
	
	#whatsapp {
		right:14px;
		bottom:12px;
		background: transparent;
		border: none;
		width:80px;
		box-shadow: none;
		-webkit-box-shadow: none;
    -moz-box-shadow: none;
		padding: 0px;
		width: 60px;
	}
	#whatsapp p {
		display: none;
	}

}

/* site header */

#site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	background: #fff;
	z-index: 75;
	height: 138px;
	border-bottom: 5px solid rgba(255,105,0, 1);
}

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

#site-header .col {
	width: 75%;
	margin-left: 5%;
	position: relative;
}

#site-header .col:first-child {
	width: 20%;
	margin-left: 0;
}

#site-header figure {
	margin-top: 20px;
}

#site-header .menu-container.container .col {
	width: 100%;
	height: 60px;
	background: #ff6900;
}

@media screen and (max-width: 980px) {
	#site-header .col {
		margin-top: 0;
	}
}


/* active header */

#site-header.active {
	background: #f6f6f6;
	height: 74px;
}

#site-header.active .menu-container.container {
	display: none;
}

#site-header.active figure {
	width: 125px;
	margin-top: 10px;
}

#site-header.active #social-nav {
	margin-top: -73px;
}

@media screen and (max-width: 1280px) {
	#site-header {
		background: #f6f6f6;
		height: 74px;
	}

	#site-header .menu-container.container {
		display: none;
	}

	#site-header figure {
		width: 125px;
		margin-top: 10px;
	}
}



/* main menu */

#main-nav {
	display: block;
	margin-top: 5px;
}

#site-header.active #main-nav {
	margin-top: 27px;
}

#main-nav ul { 
	list-style-type: none; 
	background: #ff6900;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#main-nav li {	
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 60px;
	position: relative;
}

#main-nav li a { 
	display: block;
	font-size: 16px;
	padding: 0 15px;
	color: #fff;
}

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

#main-nav li:hover a span {
	text-decoration: underline;
}

#main-nav li.has-submenu:hover ul li span {
	text-decoration: none;
}

#main-nav ul.submenu {
	position: absolute;
	top: -600px;
	width: 260px;
	padding: 10px 20px;
	border-radius: 0;
	text-align: left;
	margin-left: -20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#main-nav ul.submenu li {
	display: block;
	line-height: 38px;
}

#main-nav li.has-submenu:hover ul.submenu {
	top: 60px;
}

#main-nav ul.submenu li:hover a span {
	text-decoration: underline;
}

@media screen and (max-width: 1280px) {
	#site-header .col {
		width: 20%;
	}

	#site-header .col:first-child {
		width: 75%;
	}

	#site-header .col #main-nav {
		position: fixed;
		top: 74px;
		left: 0;
		right: 0;
		bottom: auto;
		display: none;
		background: #ff6900;
		z-index: 75;
	}
}

@media screen and (max-width: 980px) {
	#site-header .col #main-nav {
		padding: 20px;
	}

	#site-header .col #main-nav li {
		display: block;
		line-height: 32px;
	}

	#site-header .submenu {
		display: none;
	}

	#site-header .col #main-nav {
		box-shadow: 0 20px 20px rgba(14, 14, 14, 0.35);
	}
}


/* social menu */

#social-nav {
	display: block;
	margin-top: 13px;
}

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

#social-nav li {	
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 60px;
}

#social-nav li span:first-child {
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #17558e;
	border-radius: 50%;
	width: 34px;
    height: 34px;
    line-height: 34px;
	text-align:  center;
}

#social-nav li i {
	font-size: 14px;
	color: #17558e;
}

#social-nav li a { 
	display: block;
	font-size: 16px;
	padding: 0 30px;
	color: #17558e;
}

#social-nav li:hover span i {
	color: #fff;
}

#social-nav li:hover span:first-child {
	background: #17558e;
}

@media screen and (max-width: 1280px) {
	#social-nav {
		display: none;
	}
}


/* trigger */

.trigger {
	display: none;
	float: right;
	cursor: pointer;
	line-height: 42px;
	margin: 37px 0;
	padding: 14px 23px 9px 23px;
    box-sizing: border-box;
	color: #fff;
	background: #ff6900;
	z-index: 100;
	text-align: center;
	border-radius: 10px;
}

.trigger.active {
	margin: 14px 0;
	padding: 4px 13px 1px 13px;
}

.trigger:before {
	content: '\f0c9';
	font-size: 26px;
}

.trigger.active:before {
	font-size: 22px;
}

@media screen and (max-width: 1280px) {
	.trigger {
		display: block;
		line-height: 38px;
		margin: 14px 0;
		padding: 4px 13px 1px 13px;
	}

	.trigger:before {
		font-size: 22px;
	}
}




/* sections */

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

main section:nth-child(odd) {
	background: #fff;
}

main section:first-of-type {
	margin-top: 138px;
}

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

.section-header .col {
	width: 100%;
	text-align: center;
}

.section-header .title {
	color: #14528b;
}

.section-header .excerpt {
	max-width: 720px;
	margin: 50px auto 0;
}

.section-header .excerpt p {
	color: #303030;
}

.section-more.section-content.container {
	padding-top: 0;
}

.section-footer .col,
.section-extra .col {
	text-align: center;
}

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

.section-header .title {
	display: inline-block;
	font-size: 28px;
	line-height: 42px;
	font-weight: 700;
}

.section-header .title span:first-child {
	margin-right: 10px;
}

.section-header .title i {
	font-size: 24px;
}

.section-footer.container,
.section-extra.container {
	padding-top: 0;
}

@media screen and (max-width: 1280px) {
	main section.active {
		margin-top: 0px;
	}

	main section:first-of-type {
		margin-top: 79px;
	}
}

@media screen and (max-width: 980px) {
	.section-header .col,
	.section-header .col:first-child {
		width: 100%;
		margin: 40px 0 0 0;
		text-align: center;
	}

	.section-header .col:first-child {
		margin-top: 0;
	}

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

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

	.section-header .title i {
		font-size: 18px;
	}
}


/* section: introduction */

#introduction {
	background: #fff;
}

#introduction.container {
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
}

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

#introduction .image {
	position: relative;
}

#introduction .title {
	color: #fff;
    font-size: 58px;
    line-height: 68px;
}

#introduction .content.content-text {
	max-width: 500px;
	left: 32%;
	text-align: left;
}

#introduction .content.content-form {
	max-width: 500px;
	left: auto;
	right: 6%;
}

#introduction .content.content-form .title {
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}

@media screen and (max-width: 1680px) {
	#introduction .content.content-form {
		right: 0;
	}
}

@media screen and (max-width: 1520px) {
	#introduction {
		background: #14528b;
	}

	#introduction .overlay {
		display: none;
	}

	#introduction .content.content-form,
	#introduction .content.content-text {
		max-width: none;
		left: auto;
		right: auto;
		padding: 0 40px 40px;
		text-align: center;
	}

	#introduction .content.content-text .title {
		    font-size: 38px;
    line-height: 56px;
	}

	#introduction .content.content-text {
		padding: 80px 40px 0;
	}
}

@media screen and (max-width: 1520px) {
	#introduction .overlay {
		background: rgba(14, 14, 14, 0);
	}

	#introduction .col {
		background: #14528b; 
	}

	#introduction .content {
		position: relative;
		top: auto;
		left: auto;
		max-width: unset;
		background: #8acbe2;
		border-radius: 0;
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}

	#introduction figure.site-logo-large {
		display: none;
	}

	#introduction .content.content-text {
		padding: 40px;
	}
}

@media screen and (max-width: 1180px) {
	#introduction .content.content-form {
		padding: 40px;
	}

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

	#introduction .content.content-text {
		padding: 40px 40px 0;
	}
}

@media screen and (max-width: 768px) {
	#introduction .content.content-text .title {
		font-size: 22px;
		line-height: 34px;
	}
}

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


/* page: more info */

#moreinfo {
	background: #dadada url(assets/images/circle-bg.png) top center no-repeat;
	background-position: 50% 5%;
}

#moreinfo figure {
	padding: 20px;
	background: #e6e6e6;
	border-radius: 10px;
}

#moreinfo figure img {
	border-radius: 10px;
}

#moreinfo .col:last-child {
	position: relative;
}

#moreinfo .section-header .excerpt {
	margin: 50px 0 0;
	max-width: none;
}

#moreinfo .button {
	float: left;
}

#moreinfo .button:hover {
	background: #14528b ;
}

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

#moreinfo .item {
	padding: 0;
}

#moreinfo .item figure {
	position: relative;
	z-index: 10;
}

#moreinfo .item figure img {
	border-radius: 10px;
}

#moreinfo .item figure:last-of-type {
	margin-top: -77%;
	z-index: 5;
	opacity: 0;
}

#moreinfo .item figure.visible,
#moreinfo .item figure:last-of-type.visible {
	z-index: 15;
	opacity: 1;
}

#moreinfo.alloy-wheel .item figure:last-of-type,
#moreinfo.end-of-lease .item figure:last-of-type {
	margin-top: 0;
	opacity: 1;
}

@media screen and (max-width: 980px) {
	#moreinfo .button {
		max-width: none;
		display: inline-block;
		float: none;
	}
}





/* call to action */

#cta {
	background: #14528b url(assets/images/circle-bg.png) top center no-repeat;
	background-position: 50% 5%;
}

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

#cta .col {
	width: 100%;
}

#cta .item {
	text-align: center;
	padding: 0;
}

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

#cta .excerpt {
	max-width: 720px;
	margin: 0 auto;
}

#cta .button {
	float: none;
	display: inline-block;
}

#cta .button span {
	font-size: 22px;
	letter-spacing: 2px;
}

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

	#cta .title i {
		font-size: 18px;
	}

	#cta .section-content.container {
		padding-top: 20px;
	}

	#cta .section-header.container {
		padding-top: 100px;
	}
}


/* services */

#services {
	overflow: visible;
}

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

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

#services .section-header .col:last-child {
	margin-top: 0;
}

#services .section-header .title {
	margin-top: 0;
	color: #14528b;
}

#services .item {
	position: relative;
	background: #ff6900;
	z-index: 30;
}

#services .section-content .col a:hover .item {
	background: #14528b;
}

#services .icon i {
	font-size: 42px;
}

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

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


/* headlamps */

#headlamps .section-header .col:last-child {
	margin-top: 0;
}

#headlamps .section-header .title {
	margin-top: 0;
	color: #14528b;
}


/* call today */

#calltoday {
	background: #f0f0f0 url(assets/images/circle2-bg.png) top center no-repeat;
	background-position: 50% 5%;
}

#calltoday.content-page {
	background: #d0d0d0 url(assets/images/circle-bg.png) top center no-repeat;
	background-position: 50% 5%;
}

#calltoday figure {
	padding: 20px;
	background: #e6e6e6;
	border-radius: 10px;
}

#calltoday figure img {
	border-radius: 10px;
}

#calltoday .col:last-child {
	position: relative;
}

#calltoday .section-header .excerpt {
	margin: 50px 0 0;
	max-width: none;
}

#calltoday .button {
	float: left;
}

#calltoday .button:hover {
	background: #14528b ;
}

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

@media screen and (max-width: 980px) {
	#calltoday .button {
		max-width: none;
		display: inline-block;
		float: none;
	}
}



/* gallery */

#gallery {
	background: #e6e6e6 url(assets/images/circle2-bg.png) bottom center no-repeat;
}

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

#gallery .section-content .col {
	width: 30%;
	cursor: default;
}

#gallery .section-content .col:nth-child(4) {
	margin-left: 0;
}

#gallery .section-content .col:nth-child(4),
#gallery .section-content .col:nth-child(5),
#gallery .section-content .col:last-child {
	margin-top: 50px;
}

#gallery .item {
	background: #14528b;
	padding: 20px;
}

#gallery .item figure {
	position: relative;
	z-index: 10;
}

#gallery .item figure img {
	border-radius: 10px;
}

#gallery .item figure:last-of-type {
	margin-top: -75%;
	z-index: 5;
	opacity: 0;
}

#gallery .item figure.visible,
#gallery .item figure:last-of-type.visible {
	z-index: 15;
	opacity: 1;
}

#gallery .item:hover {
	background: #ff6900;
}

@media screen and (max-width: 980px) {
	#gallery .section-content .col {
		margin-top: 0;
		margin-left: 5%;
	}

	#gallery .section-content .col:first-child,
	#gallery .section-content .col:nth-child(4) {
		margin-left: 0;
	}
}

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

	#gallery .section-content .col:nth-child(3),
	#gallery .section-content .col:nth-child(5) {
		margin-left: 0;
		margin-top: 50px;
	}

	#gallery .section-content .col:nth-child(4) {
		margin-left: 5%;
	}
}

@media screen and (max-width: 480px) {
	#gallery .section-content .col,
	#gallery .section-content .col:nth-child(4) {
		width: 100%;
		margin-left: 0;
	}

	#gallery .section-content .col:nth-child(2) {
		margin-top: 50px;
	}
}



/* headlights */

#headlights {
	background: #14528b url(assets/images/circle-bg.png) top center no-repeat;
	background-position: 50% 5%;
}

#headlights figure {
	padding: 20px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.15);
}

#headlights .col:last-child {
	position: relative;
}

#headlights .section-header .excerpt {
	margin: 50px 0 0;
}

#headlights .button {
	float: left;
}

#headlights .button:hover {
	background: #14528b ;
}

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

#headlights .item {
	padding: 0;
}

#headlights .item figure {
	position: relative;
	z-index: 10;
}

#headlights .item figure img {
	border-radius: 10px;
}

#headlights .item figure:last-of-type {
	margin-top: -77%;
	z-index: 5;
	opacity: 0;
}

#headlights .item figure.visible,
#headlights .item figure:last-of-type.visible {
	z-index: 15;
	opacity: 1;
}

@media screen and (max-width: 980px) {
	#headlights .section-header .excerpt {
		max-width: none;
		margin-top: 20px;
	}

	#headlights .button {
		float: none;
		display: inline-block;
		margin: 40px auto 0;
	}
}


/* testimonials */

#testimonials {
	background: #ff6900 url(assets/images/testimonials.jpg) top center no-repeat;
	position: relative;
	background-size: cover;
}

#testimonials .container {
	position: relative;
	z-index: 30;
}

#testimonials .section-content.container {
	padding-bottom: 150px;
	padding-top: 50px;
}

#testimonials .overlay {
	background: rgba(255,105,0, 0.9);
}

#testimonials .col {
	width: 100%;
}

#testimonials .item {
	padding: 0;
}

#testimonials .excerpt {
	max-width: 720px;
	margin: 0 auto;
}

#testimonials .section-footer .title {
	font-size: 22px;
	line-height: 38px;
}

#testimonials .section-footer .title i {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 0 8px;
}


/* openingtimes */

#openingtimes {
	background: #fff;
}

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

#openingtimes .col {
	width: 100%;
	text-align: center;
}

#openingtimes .title {
	font-size: 28px;
	line-height: 42px;
	color: #14528b;
}

#openingtimes .excerpt {
	max-width: 720px;
	margin: 0 auto;
}





/* contact us */

#contactus {
	background: #14528b;
}

#contactus .section-header .excerpt .standout {
	color: #fff;
}

#contactus .section-content .col {
	width: 25%;
}

#contactus .section-content .col:first-child {
	width: 70%;
}

#contactus .section-content .sub-title {
	font-size: 22px;
	line-height: 34px;
}

#contactus .section-content li {
	line-height: 24px;
	margin-top: 20px;
}

#contactus .section-content li i {
	margin-right: 10px;
}

#contactus .section-content li a:hover {
	text-decoration: underline;
}

#contactus .section-content .item {
	background: rgba(255, 255, 255, 0.05);
	margin-top: 50px;
}

#contactus .section-content .item:first-of-type {
	margin-top: 0;
}

@media screen and (max-width: 980px) {
	#contactus .section-content .col,
	#contactus .section-content .col:first-child {
		width: 100%;
	}
}


/* contact form */

.contact-form .excerpt {
	font-size: 14px;
	line-height: normal;
}

.contact-form .excerpt p {
margin-top: 0;
}

#form-wa-button {
	border: solid 1px #189D0E;
	color: #189D0E;
    padding-left: 5px;
    display: inline-block;
    border-radius: 5px;
	margin: 5px 0;
	background: #fff;
}

#form-wa-button i {
	color: #fff;
	background: #189D0E;
    display: inline-block;
    padding: 5px;
    margin: 0;
}

#form-call-button {
	background: #FF6900;
	padding: 5px;
	display: inline-block;
	border-radius: 5px;
	margin: 5px 0;
	}

.contact-form {
	background: #8acbe2;
	padding:20px 50px ;
	border-radius: 10px;
}

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

.contact-form fieldset {
	margin-top: 20px;
}

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

.contact-form fieldset p:nth-child(2),
.contact-form fieldset p:nth-child(3) {
	width: 48.75%;
	float: left;
	margin-left: 2.5%;
}

.contact-form fieldset p:nth-child(2) {
	margin-left: 0;
}

.contact-form label {
	font-size: 8px;
    line-height: 18px;
	background: #fff;
	padding: 0 20px;
	display: block;
	overflow: hidden;
	border-radius: 10px;
}

.contact-form label[for=attachment] {
padding: 20px;
}

.contact-form label[for=attachment] span.required {
line-height: normal;
}

.contact-form label .required {
	float: left;
	font-size: 14px;
	margin-right: 10px;
	line-height: 48px;
}

.contact-form input {
	float: left;
	width: 100%;
	line-height: 48px;
}

.contact-form input#attachment {
line-height: normal;
padding:2.5px 0;
}



.contact-form label i {
	color: #14528b;
}

.contact-form input,
.contact-form textarea {
	padding: 0;
	border: 0;
	background: #fff;
	font-size: 14px;
	width: 69%;
	float: left;
}

.contact-form textarea {
	overflow: hidden;	
	padding: 4% 0;	
	width: 72%;
}

.contact-form .button {
	-webkit-appearance: none;
	margin-top: 10px;
}

.contact-form .button span {
	font-size: 14px;
	color: #fff;
	padding: 15px;
}

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

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

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

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

.contact-form .message {
	margin-top: 30px;
	overflow: hidden;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 24px;
}

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

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

@media screen and (max-width: 1520px) {
	.contact-form {
		max-width: 480px;
		margin: 0 auto;
		background: rgba(255, 255, 255, 0.25);
	}
}

@media screen and (max-width: 1220px) {
	.contact-form p:first-child, 
	.contact-form p:nth-child(2), 
	.contact-form p:nth-child(3) {
		width: 100%;
		margin-left: 0;
	}
}

@media screen and (max-width: 768px) {
	.contact-form fieldset p,
	.contact-form fieldset p:first-child,
	.contact-form fieldset p:nth-child(2),
	.contact-form fieldset p:nth-child(3),
	.contact-form fieldset p:last-child {
		width: 100%;
		margin-left: 0;
	}
}

@media screen and (max-width: 580px) {
	.contact-form textarea {
		padding: 7% 0;
		width: 100%;
		}
}


/* section: contactform */

/* call today */

#contactform {
	background: #f0f0f0;
	background-position: 50% 5%;
}

#contactform .contact-form {
	margin: 0 auto;
	background: #ff6900;
}

#contactform .contact-form .title {
	font-size: 20px;
    line-height: 30px;
    text-align: center;
	color: #fff;
}

#contactform figure {
	padding: 20px;
	background: #e6e6e6;
	border-radius: 10px;
}

#contactform figure img {
	border-radius: 10px;
}

#contactform .col:last-child {
	position: relative;
}

#contactform .section-header .excerpt {
	margin: 50px 0 0;
	max-width: none;
}

#contactform .button {
	float: left;
	background: #fff;
}

#contactform .button span {
	color: #ff6900;
}

#contactform .button:hover {
	background: #14528b ;
}

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

@media screen and (max-width: 980px) {
	#contactform .button {
		max-width: none;
		display: inline-block;
		float: none;
	}
}




/* section: map */

#map .col {
	width: 100%;
}

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

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

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

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

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


/* section: payments */

#payments {
	background: #ff6900;
}

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

#payments .col {
	width: 100%;
	text-align: center;
}

#payments figure img {
	width: auto;
}

#payments .excerpt {
	max-width: 720px;
	margin: 20px auto 0;
}


/* footer */

#main-footer {
    background: #131313;
}

#main-footer .section-header .col {
	width: 20%;
	margin-left: 5%;
	text-align: left;
}

#main-footer .section-header .col:first-child {
	width: 50%;
	margin-left: 0;
}

#main-footer .section-header .image {
	max-width: 220px;
}

#main-footer .section-header li {
	line-height: 30px;
	font-size: 18px;
}

#main-footer .section-header .col:last-child .row .col {
    width: 47.5%;
    margin-left: 5%;
}

#main-footer .section-header .col:first-child .row .col:first-child {
    width: 65%;
    margin-left: 0;
}

#main-footer .section-header .col:last-child .row .col:first-child {
    margin-left: 0;
}

#main-footer .section-header.container {
    padding-bottom: 40px;
}

#main-footer .section-header .excerpt {
	margin: 30px 0 0;
	text-align: left;
}

#main-footer .section-header ul {
	text-align: right;
}

#main-footer .section-header li a:hover {
	text-decoration: underline;
}

#main-footer .separator {
    margin: 0 auto;
    border-bottom: 0;
    padding-top: 40px;
    border-top: 1px solid #696969;
    width: 90%;
    max-width: 1180px;
}

#main-footer .section-content .col {
    width: 30%;
    margin-left: 5%;
}

#main-footer .section-content .col:first-child {
    width: 65%;
    margin-left: 0;
}

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

#main-footer .copyright span,
#main-footer #currentyear {
    float: left;
	color: #fff;
}

#main-footer .copyright {
	line-height: 26px;
	font-size: 18px;
}

#main-footer .copyright span.copy {
	margin-left: 5px;
}

#main-footer #currentyear {
    margin: 0 5px;
}

#main-footer .section-content .col {
    text-align: right;
}
#main-footer .section-content .col:first-child {
    text-align: left;
}

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

#main-footer .section-footer.container {
	text-align: center;
}

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

#main-footer .section-footer .excerpt p {
    font-size: 16px;
    line-height: 24px;
	margin-top: 0;
}

@media screen and (max-width: 1180px) {
    #main-footer .section-header .col,
	#main-footer .section-header .col:first-child {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    #main-footer .section-header .col {
        margin-top: 40px;
    }

    #main-footer .section-header .col:last-child {
        margin-top: 0;
    }

    #main-footer .section-header .image {
        display: inline-block;
    }

	#main-footer .section-header ul {
		text-align: center;
	}

	#main-footer .section-header .excerpt {
		margin: 40px auto 0;
	}

	#main-footer .section-content .col,
	#main-footer .section-content .col:first-child {
		width: 100%;
		margin: 10px 0 0 0;
		text-align: center;
	}

	#main-footer .section-content .col:first-child {
		margin-top: 10px;
	}

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

	#main-footer .section-header.container {
		padding-top: 40px;
	}

	#main-footer .section-header .excerpt {
		text-align: center;
	}
}

@media screen and (max-width: 980px) {
    #main-footer .section-content .col, 
    #main-footer .section-content .col:first-child {
        width: 100%;
        margin: 0;
        text-align: center;
    }

	#main-footer .section-header .col:first-child {
		width: 100%;
	}

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

	#main-footer .section-content.container {
		padding-bottom: 30px;
	}

	#main-footer .section-footer.container {
		padding-bottom: 65px;
	}

	#main-footer .section-header .excerpt {
		max-width: none;
	}
}

@media screen and (max-width: 768px) {
	#main-footer .section-header .col:first-child {
		margin-top: 0;
	}
	
	#main-footer .section-footer .col {
		padding-bottom: 40px;
	}

	#main-footer .section-content.container {
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 580px) {
    #main-footer .section-header .col:last-child .row .col {
        width: 100%;
        margin: 0;
    }
}


/* back to top */

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

.back-to-top.active {
	bottom: 20px;
}

.back-to-top:before {
	content: '\f106'; 
	padding: 11px 17px 12px 16px;
	background: #ff6900;
	color: #fff;
	font-size: 26px;
	height: 70px;
	width: 70px;
	border-radius: 10px;
}

@media screen and (max-width: 768px) {
	.back-to-top {
		display: none;
	}
}


/* flexslider */

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flexslider .slides:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .flexslider .slides {
	display: block;
}

* html .flexslider .slides {
	height: 1%;
}

.no-js .flexslider .slides > li:first-child {
	display: block;
}

.flexslider {
	position: relative;
	zoom: 1;
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides img {
	height: 100%;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}


/* flexslider - paging */

.flex-control-paging li {
	float: left;
	margin-left: 5px;
}

.flex-control-paging li:first-child {
	margin-left: 0;
}

.flex-control-paging {
	position: absolute;
	top: auto;
	left: 50%;
	padding: 40px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.flex-control-paging li a {
	width: 15px;
	height: 15px;
	display: block;
	background: #FF6900;
	border: 3px solid #fff;
	cursor: pointer;
	text-indent: -9999px;
	margin: 10px 0;
	border-radius: 7px;
}

.flex-control-paging li:hover a {
	background: #FF6900;
}

.flex-control-paging li .flex-active,
.flex-control-paging li .flex-active:hover {
	background: #fff;
}

@media screen and (max-width: 480px) {
	.flex-control-paging li a {
		width: 5px;
		height: 5px;
	}
}


/* inventis */

.inventis {
	margin-top: 0;
}

.inventis img {
	width: auto;
}

@media screen and (max-width: 1180px) {
	.inventis {
		margin-top: 40px;
	}
}


/* no cookie */

.nocookie {
    margin: 0 auto;
    padding: 40px;
	background: rgba(255, 255, 255, 0.1);
	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;
	padding: 0;
	display: inline-block;
	float: none;
}

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

#main-footer .privacy-policy.sub-title,
#main-footer .privacy-policy.sub-title a {
	line-height: 14px;
	text-align: left;
}

#main-footer .privacy-policy.sub-title a {
	margin-top: 10px;
}

.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;
	padding: 0;
	display: inline-block;
	float: none;
}

#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: 1180px) {
	#main-footer .privacy-policy.sub-title,
	#main-footer .privacy-policy.sub-title a {
		text-align: center;
	}
}

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