/*
Description:	CSS 2019
Author:			Visualcode Limited
Date: 			May 2019
Version:		1.0
*/


@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Rock+Salt');
@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:wght@400;700&display=swap');

@import url('css/font-awesome.min.css');
@import url('css/grid1140.css');

/*---------------------------Global Start -----------------------------*/

body, input, select, button, textarea { font:17px/24px 'Raleway', helvetica, arial, san-serif; }
body { margin:0px; padding:0px !important; color:#50514F; text-align:center; background:#50514F;  background-attachment:fixed; }
body.no-bg-img{}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}
article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}
a img{border:0}
figure{margin:20px 0px;}
figcaption {font-family: georgia, times, serif; font-style:italic; font-weight:400; padding-top:5px;}
figure img{width:100%;}

a {color:#C3B299; text-decoration: none;}
a:hover {color:#247BA0;} 
a img{border:none;}

*:before, *:after{box-sizing:border-box;}
* {overflow-wrap: break-word; word-wrap: break-word;}



blockquote{display:block; padding:0px 30px; position:relative;}
blockquote:before,
blockquote:after{font-family: 'FontAwesome'; font-weight:400; font-size:25px; display:block; margin:0px; color:#324B35; position:absolute; z-index:10;}

blockquote:before{content:'\f10d'; left:0px; top:0px;}
blockquote:after{content:'\f10e'; right:0px; bottom:0px;}

h1, h2, h3, h4, h5, h6{line-height:120%; font-weight:400; color:#50514F; letter-spacing:-0.01em;  margin:0px 0px 1.8rem; font-size:2rem padding-top:0px;  font-family: 'Libre Caslon Text', serif;}
	
h1 {font-size: 42px;  color:#50514F; margin-top:20px; text-shadow:rgba(255,255,255,0.95) 0px 1px 1px; letter-spacing:0.01em;}
h2 {font-size:35px;}
h3 {font-size:30px;}
h4 {font-size:25px;}
h1 .sub, h2 .sub, h3 .sub, h4 .sub{font-size:65%; font-weight:300 !important; display:block; letter-spacing:-0.025em;}

h1 small{font-weight:400; font-size:13px !important; line-height:30px; display:block; color:#333;}

.button{display:inline-block; padding:5px 15px ; border:0; color:#FFF; font-size:15px; line-height:25px; text-transform:normal; font-weight:700; background:#247BA0; -webkit-appearance: none; cursor:pointer; letter-spacing:0.05em; border-radius:5px;}
.button:hover{background:#DFDAD3; color:#FFF; box-shadow:0px; text-decoration:none;}
a.button{color:#FFF;}

.button.small,
.small .button,
button.small {font-size:13px; line-height:20px; padding:5px 10px;}
.button.large,
.large .button,
button.large {font-size:25px; padding:10px 20px; line-height:30px;}
.button.medium,
.medium .button,
button.medium {font-size:21px; padding:7px 15px; line-height:27px;}

.button.grey{background:rgba(158,150,136,0.25); }
.button:hover.grey{background:#FFDD00;}

.small{font-size:11px;}
.normal{font-size:15px;}
.medium{font-size:21px;}
.large{font-size:25px;}

.light{font-weight:300;}
.regular{font-weight:400;}
.bold{font-weight:600;}
.heavy{font-weight:800;}

.sans-serif{font-family:'Raleway', helvetica, arial, san-serif;}
.serif{font-family:'Georgia', times, serif;}
.handwriting{font-family: 'Rock Salt', cursive; font-weight:400 !important;}

.txt-left{text-align:left}
.txt-center{text-align:center}
.txt-right{text-align:right}

.img-left{float:left;margin:5px 20px 5px 0px;}
.img-center{display:block;margin:15px auto;}
.img-right{float:right;margin:5px 0px 5px 20px;}

.float-left{float:left}
.float-right{float:right}

hr {border: none; height: 1px; margin: 20px auto; padding: 0px !important; color:#FFF; clear:both; border-top:#50514F dotted 5px; width:50%;}
pre {display: inline; white-space: pre-wrap; word-wrap: break-word;}
p{margin:15px 0;}
div{position:relative; min-width:0px} /* IE 6/7 Picaboo bug fix */
em, i{font-family: georgia, times, serif; font-weight:400 !important; }

/* General Table Formating */
table{margin:0; border-collapse:collapse; width:100%;}	
table td,table th{padding:5px; vertical-align:top;}	
table tr.alt td, table tr.alt th{background:rgba(82,79,76,0.15);}
table thead td, table th{background:#545454 ; border-top:0px; color:#FFFFFF; padding-left:5px; }
table thead td.none{border-right:none;}	
table tbody td{border:none; padding:2px 5px;}
table tbody tr:nth-child(odd) td{background:rgba(82,79,76,0.15);}

@media only screen and (max-width: 959px) {
	.ui-desktop{ display:none; }
	}

@media only screen and (min-width: 960px) {
	.ui-mobile{ display:none; }
	}


/* Form Elements */

/*----- Sub Page Forms -----*/

form .form-input { margin-bottom:20px !important; }
form .row { margin-bottom:0px !important; }

form label{display:inline-block; margin-bottom:5px; text-align:left; font-size:14px; font-weight:600;}
form input[type=text], form input[type=email], form input[type=password], form textarea, form select{display:block; font-size:15px; padding:5px; border:rgba(82,79,76,0.25) solid 1px; box-sizing:border-box; width:100%; border-radius:3px; background:rgba(82,79,76,0.05);}
form textarea{height:200px;}
button{display:block; width:auto; margin:0px auto; -webkit-appearance: none; }


/*--------------------------- Start Layout -----------------------------*/

.container{	padding:0px 0px 0px 0px; margin:0px auto; border:none; position:relative; text-align:center; background:#FFFCFF;}

header{z-index:600; position:relative;  padding:0px 0px; top:0px; right:0px; left:0px;}
header .ribbon{ margin-top:0px; background:transparent; transition: all .35s ease-in-out; }
header .ribbon .column3{min-height:65px;}

.html-content ul{list-style:none; margin:15px 0px;}
.html-content ol{margin:15px 0px;}
.html-content ul li, .html-content ol li{margin-left:30px; position:relative;}
.html-content ul li:before{font-family: 'FontAwesome'; content: '\f105'; position:relative; left:-15px; top:0px; color:#50514F; }
.html-content iframe, .html-content img { max-width:100%; }

@media only screen and (max-width: 959px) {
	.blockcontainer .html-content img { float:none; display:block; margin-left:auto !important; margin-right:auto !important; }
}

/* ______________________ Logo ______________________ */

#Logo {margin:15px auto; }
#Logo a{display:block; width:100%; height:75px; background-image:url('/images/logo.png'); background-repeat:no-repeat; background-size:contain; background-position:center; transition: all .35s ease-in-out;}
body.scrolled #Logo a,
body.no-bg-img #Logo a{background-image:url('/images/logo.png'); }
/* ______________________ Navigation ______________________ */

@media only screen and (max-width: 479px) {
	#Logo a{margin-right:60px; width:auto; background-position:left; }
	}


.mobile-nav{display:none;}




	nav.split-nav{display:none;}
	
	.mobile_control{display:block; position:fixed; z-index:9999; right:0px; top:25px; width:50px; height:50px; line-height:50px; }
	.mobile_control a{display:block; line-height:50px; text-align:center; color:#C3B299; font-size:30px; background:rgba(255,255,255,0.4); border-radius:5px;}
	body.scrolled .mobile_control a,
	body.no-bg-img .mobile_control a{color:#105682;}
	
	.mobile_control a:hover{color:#247BA0;}
	.mobile_control a:before{font-family: 'FontAwesome'; content:'\f0c9'; font-weight:400;}
	.mobile_control a.open:before{font-family: 'FontAwesome'; content:'\f00d';}
	.mobile_control a.open{color:#FFF; border:transparent solid 1px;}
	
	.bodywrapper{position:relative; top:0px; right:0px; bottom:0px; left:0px;}
	.nav-open header{right:200px; left:-200px;}
	.nav-open .bodywrapper{left:-200px;}

	header,.bodywrapper,.mobile-nav{transition:all  0.3s;}

	.mobile-nav{display:block; background:#247BA0; position:fixed; right:-200px; width:200px; top:0px; bottom:0px; z-index:500; overflow:scroll; overflow-x:hidden;}
	.nav-open  .mobile-nav {right:0px;}

	.mobile-nav ul{list-style:none; padding:0; margin:0px; border:0px; display:block;}
	.mobile-nav nav > ul{ margin-top:100px; margin-left:10px;}
	.mobile-nav ul li{display:block; float:none;  width:100%; text-align:center;}
	.mobile-nav ul li a{font-size:20px; line-height:40px; font-weight:700; color:#FFF; text-align:center; padding-right:0px; border:0px; text-decoration:none; display:block;}
	.mobile-nav ul li a:hover{color:rgba(158,150,136,1);}
	
	.mobile-nav ul li ul{display:none !important;}





aside h3{ border-bottom:rgba(158,150,136,0.25) solid 3px; color:rgba(158,150,136,1); padding:7px 0px; margin-top:0px; margin-bottom:10px; font-size:15px; text-transform:uppercase; font-weight:700;}
aside nav {margin-bottom:30px;}
aside ul{list-style:none;}

aside ul li{display:block; border-bottom:rgba(158,150,136,0.25) solid 1px !important;}
aside ul li a{display:block; padding:5px 0px 5px 15px; border:rgba(158,150,136,0.25) solid 3px; border-bottom:none; border-top:none; border-right:0px; color:#545454; font-weight:600; font-size:13px; position:relative; }

aside ul li a:hover{background:rgba(158,150,136,0.25); color:#247BA0; border-color:#247BA0; }
aside ul li a.on{border-color:rgba(158,150,136,1); color:#FFF; background:#247BA0;}
aside ul li a.on:hover{}

aside ul li ul li{border-top:rgba(158,150,136,0.25) solid 1px !important; border-bottom:0px !important;}
aside ul li ul li a{display:block; padding:3px 0px 3px 25px; color:#333; font-weight:400; position:relative; font-size:13px;} 
aside ul li ul li a:hover{background:rgba(158,150,136,0.25);}
aside ul li ul li a.on{color:rgba(158,150,136,1);}

aside ul li .dot{position:absolute; right:3px; top:13px; margin-left:5px;}

aside dl dt { color:#999; display:block; line-height:30px; font-size:11px; text-transform:uppercase; border-bottom:rgba(158,150,136,0.25) solid 1px;}
aside dl dd { line-height:30px; padding:5px 0px;}
aside .button{display:block; text-align:center;}

aside .mini-pager{ border-top:rgba(158,150,136,0.25) solid 1px; border-bottom:rgba(158,150,136,0.25) solid 1px; padding:10px 0px;}
aside .mini-pager a{display:block; float:left; width:50%; box-sizing:border-box; text-shadow:#FFF 0px 1px 1px; text-align:right; text-transform:uppercase; font-size:13px; font-weight:600; border-left:rgba(158,150,136,0.25) solid 1px;}
aside .mini-pager a:first-child{border-left:0px; text-align:left;}
aside .mini-pager a .fa{font-weight:400; display:inline-block; line-height:20px;}
aside .mini-pager a .title{display:inline-block; line-height:20px; }


.widget .column3{margin-bottom:20px; position:relative; }
.widget .column3 img,
.widget .column3 a{display:block; color:#FFF;}
.widget .column3 a{border:rgba(158,150,136,0.25) solid 1px; box-sizing:border-box;}
.widget .column3 .inner{display:none; background:#324B35; position:absolute; z-index:5; top:0px; left:0px; width:100%; text-align:center; padding:0px 10px; box-sizing:border-box;}
.widget .column3 a:hover .inner{display:block;}
.widget .column3 .inner .vtxt{ display:table-cell; height:190px; vertical-align:middle; width:1%;}
.widget .column3 .inner .vtxt h4{margin-bottom:0px; color:#FFF;}
.widget .column3 .inner .vtxt .date{color:#FFF; display:inline-block; padding:3px; border-radius:3px; border:#FFF solid 1px; }

aside .call-to-contact{padding:30px 0px;}
aside .call-to-contact h4{font-size:15px; font-weight:700; margin:0px; text-transform:uppercase; color:#333;}


@media only screen and (max-width: 959px) {
	aside{margin-bottom:20px !important;}
	aside nav{margin-bottom:0px;}
	aside h3 {color:#FFF; background:#247BA0; color:#FFF; padding:7px 10px; display:block; line-height:25px; font-size:17px; font-weight:600; margin-top:0px; cursor:pointer; border-bottom:0px; margin-top:20px; margin-bottom:0px;}
	aside h3:after{float:right; font-size:17px; line-height:25px; font-family: 'FontAwesome'; content: '\f0c9'; font-weight:400; color:#FFF;}
	aside h3.open:after{content: '\f00d';}
	aside h3.open{background:rgba(158,150,136,1);}
	aside nav, aside .subwrap{display:none;}
	aside nav.open, aside .subwrap.open{display:block;;}
	aside nav.open ul{border-left:#DADADA solid 1px; border-right:#DADADA solid 1px; margin-top:0px; margin-bottom:10px;}
	aside nav.open ul ul{border:0px;}
	}

@media only screen and (min-width: 960px) and (max-width: 1160px) {
	.widget .column3 .inner .vtxt{height:158px;}
	}
@media only screen and (min-width: 480px) and (max-width: 959px) {
	.widget .column3 .inner .vtxt{height:300px;}
	}
@media only screen and (max-width: 479px) {
	.widget .column3 .inner .vtxt{height:215px;}
	}	


/* ______________________ BreadCrumb ______________________ */

.breadcrumb{background:rgba(158,150,136,0.25); margin-bottom:20px;}	
.breadcrumb .column12{margin-bottom:0px; line-height:40px; text-align:left; font-size:13px;}	
.breadcrumb .column12 a{float:left; display:block; position:relative; min-height:40px; padding-right:20px;}
.breadcrumb .column12 a:before{font-family: 'FontAwesome'; content: '\f105'; position:absolute; top:0px; right:8px; font-size:13px; font-weight:400; color:#666;}
.breadcrumb .strip{height:100px; background-position:center; background-repeat:no-repeat; background-size:cover; border-top:#FFF solid 1px; overflow:hidden; position:relative;}
.breadcrumb .strip:before{content:''; position:absolute; top:0px; left:0px; right:0px; bottom:0px; z-index:2; height:400px; 
	background: -moz-linear-gradient(-65deg, rgba(50,75,53,0.8) 0%, rgba(50,75,53,0.5) 39.9999%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 100%); 
	background: -webkit-linear-gradient(-65deg, rgba(50,75,53,0.8) 0%,rgba(50,75,53,0.5) 39.9999%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 100%); 
	background: linear-gradient(115deg, rgba(50,75,53,0.8) 0%,rgba(50,75,53,0.5) 39.9999%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#801e5799', endColorstr='#00ffffff',GradientType=1 );
	}

@media only screen and (max-width: 959px) {
	.breadcrumb{display:none;}
	}

/* ______________________ Footer Navigation ______________________ */
footer section.social-media{border-top:rgba(255,255,255,0.95) solid 1px; border-bottom:#DFDAD3 solid 1px; background:#FFFCFF; padding:60px 0px;}
footer section.social-media .social-icons a .fa{display:inline-block; width:75px; height:75px; line-height:75px; text-align:center; border-radius:50%; background:#247BA0; color:#FFF; font-size:30px;}
footer section.social-media .social-icons a:hover .fa{background:#DFDAD3; color:#FFF;}	


.footer-contact{ padding:60px 0px; border-top:rgba(255,255,255,0.95) solid 1px; border-bottom:rgba(0,0,0,0.15) solid 1px}

.footer-contact span.value{font-weight:800;}	
.footer-contact label{font-weight:300;}

.footer-contact a:hover{color:#FFF;}


@media only screen and (max-width: 959px) {
	 .footer-contact .txt-left{text-align:center;}
	 .footer-contact .medium{font-size:17px;}
}


footer section.footer{color:#FFFCFF;  }




footer section.legal{ padding:0px 0px 20px 0px; font-size:10px; color:#FFF; line-height:18px; border-top:rgba(255,255,255,0.15) solid 1px;}
footer section.legal:before{content:''; width:100%; height:0px; display:block; margin-bottom:20px;}

footer section.legal a{color:#FFFCFF;}
footer section.legal a:hover{color:rgba(158,150,136,1);}

footer section.legal ul.policies{list-style:none; margin:0px; padding:0px; margin-bottom:0px;}
footer section.legal ul.policies li{display:inline-block; position:relative;}
footer section.legal ul.policies li:before{content:' | ';}
footer section.legal ul.policies li:first-child:before{content:' ';}

@media only screen and (max-width: 959px) {
	footer .txt-left,
	footer .txt-right{text-align:center !important;}
	}
	
/* ______________________ Mailchimp ______________________ */
	
.signup{background:rgba(158,150,136,0.25) url(/images/signup_back.png) repeat; padding:40px 0px;}	
.signup label{font-size:11px; text-transform:uppercase; font-weight:600; line-height:14px;}	
	
.content__gdprBlock	{}
.content__gdprBlock .content__gdpr{padding:10px; background:#FFF; box-shadow:inset rgba(0,0,0,0.15) 0px 2px 3px; margin:10px 0px; border-radius:10px;}
.content__gdprBlock p{font-size:11px; line-height:14px; margin:5px 0px;}

/* ______________________ Fluid Table - Single Row ______________________ */

ul.fluid-table{display:table; list-style:none; width:100%; box-sizing:border-box;}
ul.fluid-table li{display:table-cell;}
ul.fluid-table li img,
ul.fluid-table li a{display:block; margin:0 auto;}

ul.fluid-table li.logo{background:#FFF; position:relative;}
ul.fluid-table li.logo:before{content:''; border-left:#DADADA solid 1px; display:block; height:100%; width:0px; position:absolute; top:0px; left:0px;}

ul.fluid-table li.logo:first-child:before,
ul.fluid-table li.logo:hover:before{display:none;}
ul.fluid-table li.logo a{border:#FFF solid 5px; padding:5px; display:block;}
ul.fluid-table li.logo a:hover{border-color:#324B35;}


@media only screen and (max-width: 959px) {
	ul.fluid-table{display:block;}
	ul.fluid-table li{display:block; width:50%; float:left; text-align:center;}
		
	ul.fluid-table li.logo:after{content:''; border-bottom:#DADADA solid 1px; display:block; width:100%; height:0px; position:absolute; top:0px; left:0px;}
	ul.fluid-table li.logo:hover:after,
	ul.fluid-table li.logo:nth-child(odd):before,
	ul.fluid-table li.logo:nth-child(1):after,
	ul.fluid-table li.logo:nth-child(2):after{display:none;}
	}


/* ______________________ Home Intro ______________________ */


.home-hero{display:block; width:100%;   background-repeat:no-repeat; background-size:cover; background-position:center; box-sizing:border-box; }

.home-hero .owl-stage .owl-item .item{background-repeat:no-repeat; background-size:cover; background-position:center;}

.home-hero .owl-stage .owl-item .item,
.home-hero .owl-stage .column12{height:85vh;}

.home-hero .owl-stage .column12 .caption{display:table; width:100%; height:100%; position:absolute; top:0px; left:0px; right:0px; bottom:0px; text-align:center; vertical-align:middle;}
.home-hero .owl-stage .column12 .caption .text{display:table-cell; vertical-align:middle; font-size:2.8em; line-height:120%; word-wrap:break-word; color:#FFFCFF; font-weight:800; text-shadow:rgba(0,0,0,0.25) 1px 1px 30px;}

@media only screen and (min-width: 960px) and (max-width: 1160px) {
	.home-hero .owl-stage .owl-item .item,
	.home-hero .owl-stage .column12{height:75vh;}		
	}
@media only screen and (min-width: 480px) and (max-width: 959px) {
	.home-hero .owl-stage .owl-item .item,
	.home-hero .owl-stage .column12{height:65vh;}	
	}
@media only screen and (max-width: 479px) {
	.home-hero .owl-stage .owl-item .item,
	.home-hero .owl-stage .column12{height:50vh;}
	.home-hero .owl-stage .column12 .caption .text{font-size:2.0em;}
	}

section.homeintro{padding:40px 0px; text-align:center;}
section.homeintro h1{text-align:center;}

section.home-links{border-bottom:rgba(158,150,136,0.25) solid 3px;}


.page-hero{display:block; width:100%; height:560px; background-repeat:no-repeat; background-size:cover;}





/* Pager */

.pager{clear:both; margin-top:0px; border-top:rgba(158,150,136,0.25) solid 3px; padding-top:10px; color:#333333; text-align:center; font-size:13px;}
.pager a{line-height:30px; min-width:30px; display:inline-block;}
.pager a.current{background:#324B35; color:#FFF; font-weight:600;}
.pager a.previous,
.pager a.next { background:rgba(158,150,136,0.25); color:#333; padding:0px 10px; display:block; font-size:15px;}
.pager a.previous{float:left;}
.pager a.next{float:right; }
.pager a.previous:hover,
.pager a.next:hover{background:#DADADA;}
.pager a.previous:before,
.pager a.next:after{font-family: 'FontAwesome'; font-weight:400; font-size:15px; display:inline-block; line-height:30px;}
.pager a.previous:before{content:'\f104'; padding-right:5px;}
.pager a.next:after{content:'\f105'; padding-left:5px;}


@media only screen and (max-width: 959px) {
	.pager a{display:none;}	
	.pager a.previous,
	.pager a.next {display:block;}
	}

/* 404 Error */

#error404{text-align:left; padding:30px 0px 30px 400px; background: url(/images/404.png) no-repeat;}
.error404{}
.error404 .alien{height: 300px !important; width:300px; float:right; background:url(/images/robot.png) no-repeat center;}
#cookie-warning{width:100%;text-align:center; background: rgba(0,0,0,0.75); position:fixed; z-index:9999; bottom:0; left:0; margin:0px; padding:0px; color:#FFF; font-size:11px; line-height:15px; text-align:left;}
#cookie-warning .left{width:80%; float:left;}
#cookie-warning .right{width:15%;float:right; text-align:right; }
#cookie-warning a{color:#FFF; font-weight:bold;}
#cookie-warning a:hover{text-decoration:underline;}
#cookie-warning .left span{padding:7px 10px; display:block; }
#cookie-warning .right a{padding:3px 10px; display:inline-block; margin:10px 10px 0px 0px; border:#333 solid 1px; background: rgba(0,0,0,0.75);}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.owl-nav{position:absolute; top:50%; left:0px; width:100%; margin-top:-25px;}
.owl-nav button{width:50px; height:50px; text-align:center; line-height:50px; font-size:30px !important; background:rgba(247,243,234,0.45) !important; border-radius:50%;}
.owl-nav button.owl-prev{float:left;}
.owl-nav button.owl-next{float:right;}

.showcase .owl-item:before{position:absolute; content:''; display:block; top:0px; left:0px; right:0px; bottom:0px;  background:rgba(255,255,255,0.45); z-index:2;}
.showcase .owl-item.center:before{display:none;}

.owl-dots{height:60px; position:relative; bottom:0px; width:100%;}
.owl-dots button{display:inline-block;}
.owl-dots button span{display:block; width:10px; height:10px; border-radius:50%; background:rgba(82,79,76,0.45);  margin:25px 5px;}
section.brands .owl-dots button span{background:#FFF;}
section.brands .owl-dots button.active span,
.owl-dots button.active span{background:#50514F;}

{background:#50514F; color:#FFFCFF;} 


/* Modal */
.modal-wrap { position:fixed; top:0; left:0; right:0; bottom:0; z-index:9998; overflow:hidden; background:rgba(0,0,0,0.45); }
.modal { position:fixed; top:0; left:0; right:0; bottom:0; z-index:9999; overflow:hidden auto; outline:none !important; -webkit-backface-visibility: hidden; }
.modal-loading { position:absolute; top:50%; left:50%; background:#fff; width:70px; height:60px; padding:5px; box-sizing:border-box; border-radius:4px; margin-top:-30px; margin-left:-35px; }

.modal::before { content:""; display:inline-block; margin:0 auto; vertical-align:middle; height:100%; } /* don't fully understand it but it allows us to center vertically */
.modal-placeholder { display:inline-block; margin:0 auto; vertical-align:middle;}
.modal-head { padding:10px; }
.modal-title { float:left; color:#fff; }
.modal-close { float:right; font-size:1.5em;}
.modal-close a{color:#FFF;}
.modal-close a:hover{color:#D31145;}
.modal-content { background:#fff; clear:both; padding:20px; }

.modal-mobile .modal-wrap,
.modal-mobile .modal { position:absolute; }

.modal-form-pic .img{height:440px; background-position:center; background-size:cover;}
.modal-form h2 small{font-size:15px;}
.modal-form h2{margin-bottom:10px !important;}
.modal-form label{font-size:11px; font-weight:600; text-transform:uppercase; line-height:14px;}
.modal-form .form-input{margin-bottom:5px !important;}
.modal-form .form-check .inputContainer{float:left;}
.modal-form .form-check {font-size:17px !important;}

@media only screen and (max-width: 959px) {
	.modal-form-pic .img{height:100px;}
	}
	
	
	
/* ______________________ Sandwich ______________________ */

/* Text */

.sandwich .sandwich-block{ border-bottom:#f2f2f2 solid 1px; padding:0px 0px;}

.sandwich .sandwich-text{display:block; margin-bottom:0px;}

.sandwich .floatLeft, .sandwich .floatRight { min-height:300px; }
.sandwich .text-bg { width:50%; position:absolute; top:0; bottom:0; right:0; background-size:cover; background-repeat:no-repeat; background-position:center center; }
.sandwich .floatLeft .text-bg { left:0; }
.sandwich .floatRight .text-bg { right:0; }
.sandwich .text-bg .positionTop { background-position:top center; }
.sandwich .text-bg .positionFixed { background-attachment:fixed; }

.sandwich .text-content { width:50%; box-sizing:border-box; padding:60px 0px; }
.sandwich .floatLeft .text-content { float:right; padding-left:40px; }
.sandwich .floatRight .text-content { float:left; padding-right:40px; }

.sandwich .sandwich-text-only{padding:60px 0px;}

.sandwich iframe{height:auto !important;}

/* Large Image */
.sandwich .image-image { min-height:500px; background-size:cover; background-repeat:no-repeat; background-position:center center;}
.sandwich .image-image .positionTop { background-position:top center; }
.sandwich .image-image .positionFixed { background-attachment:fixed; }

.sandwich .image-image .blockcontainer{height:500px; vertical-align:middle; }
.sandwich .image-image .blockcontainer .column12{display:flex;  height:500px; vertical-align:middle; line-height:normal; text-align:center; width:100%;}
.sandwich .image-image .blockcontainer .column12 p{text-align:center; margin:auto; font-size:3em; font-weight:800; color:#FFFCFF; text-shadow:#50514F 0px 1px 1px;}
.sandwich .positionFixed{background-attachment:fixed;}
.sandwich .positionTop{background-position:top;}
.sandwich .positionCenter{background-position:center;}


@media only screen and (max-width: 959px) {
	.sandwich .text-content {width:100%; display:block; padding-left:0px !important; padding-right:0px !important;}
	.sandwich .text-bg{position:relative; width:100%; height:300px;}
	.sandwich .positionFixed{background-attachment:initial;}
	}

.sandwich .themeDark .image-image .blockcontainer .column12 p{color:#50514F; text-shadow:#FFF 0px 1px 1px;}

/* Gallery */

.sandwich .sandwich-gallery{padding-bottom:0px;}


/* Form */

.sandwich .sandwich-form{padding:60px 0px;}


/* Map */
.sandwich .map { height:500px; }



/* THEMES */

.themeDark{background:#50514F; color:#FFFCFF;} 
.themeDark h1,
.themeDark h2,
.themeDark h3,
.themeDark h4{color:#FFFCFF;}
.themeDark .html-content ul li:before{ color:#FFFCFF; }