/*
Description:	CSS 2024
Author:			Visualcode Limited
Date: 			January 2024
Version:		1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');


@import url('css/font-awesome.min.css');
@import url('css/argent.css');
@import url('css/grid1140.css');
@import url('css/animate.css');

/*---------------------------Global Start -----------------------------*/

body, input, select, button, textarea { font:18px/24px 'Montserrat', helvetica, arial, san-serif; }
body { margin:0px; padding:0px !important; color:#243B3B; text-align:center; background:#243B3B;  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:#B58E55; text-decoration: none; }
a:hover {color:#333652;} 
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:#EEE9DD; 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:#514F4C; letter-spacing:-0.01em;  margin:0px 0px 1.8rem; font-size:2rem padding-top:0px; font-family: 'argent'; color:#333652; }
	
h1 {font-size: 42px; margin-top:0px; text-shadow:rgba(255,255,255,0.95) 0px 1px 1px;}
h2 {font-size:34px;}
h3 {font-size:28px;}
h4 {font-size:24px;}
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:#EEE9DD; font-size:17px; line-height:30px; text-transform:normal; font-weight:600; background:#333652; -webkit-appearance: none; cursor:pointer; letter-spacing:-0.01em; border-radius:5px; text-transform:uppercase;}
.button:hover{background:#B58E55; color:#EEE9DD; box-shadow:0px; text-decoration:none;}
a.button{color:#EEE9DD;}

.button.small,
.small .button,
button.small {font-size:15px; line-height:24px; 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:'Montserrat', helvetica, arial, san-serif;}
.serif{font-family:'argent', times, serif;}
.handwriting{font-family: 'argent', cursive; font-weight:400 !important; color:#B58E55;}

.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:#EEE9DD solid 1px;}
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;}
form input[type=text], form input[type=email], form input[type=password], form textarea, form select{display:block; font-size:15px; height:36px; padding:5px; border:rgba(82,79,76,0.25) solid 1px; box-sizing:border-box; width:100%; border-radius:3px; background:#EEE9DD;}
form textarea{height:200px;}
button{display:block; width:auto; margin:0px auto; -webkit-appearance: none; }

form .tick-boxes .inputContainer {position:absolute; left:0px; top:0px;}
form .tick-boxes .inputContainer input {display:block; z-index:2; -webkit-appearance: none; background-color: #EEE9DD; border: 1px solid #cacece; padding: 0px; border-radius: 50%; line-height:30px; height:30px; width:30px;}
form .tick-boxes .inputContainer input:checked { background-color: #B58E55; border: 1px solid #FFF; color: #FFF;}
form .tick-boxes .inputContainer input:checked:after {content: '\2714'; font-size: 17px; position: absolute; top: 0px; left: 3px; width:30px; text-align:center; color:#FFF; }
form .tick-boxes label{padding-left:45px; line-height:30px;}


/*--------------------------- Start Layout -----------------------------*/

.container{	padding:0px 0px 0px 0px; margin:0px auto; border:none; position:relative; text-align:center; background:#FFF;}

header{z-index:600; position:relative; padding:0px 0px; top:0px; right:0px; left:0px;}
header .ribbon{ margin-top:0px; background:#243B3B; 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:#B58E55; }
.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:20px auto; }
#Logo a{display:block; width:100%; height:120px; 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'); }

/* Above Navigation */

.above-nav-left,
.above-nav-right{height:100px; display:flex; align-items:center; }

.above-nav-left{color:#DEC2BA; padding:0px 0px ; text-align:left; line-height:25px; font-size:17px; overflow:hidden; flex-flow:row wrap; }
.above-nav-left b{display:inline-block; letter-spacing:0.01em; font-size:23px; color:#EEE9DD;}
.above-nav-left a {color:#EEE9DD;}
.above-nav-left a:hover{color:#B58E55;}

.above-nav-right{text-align:right; padding:0px 0px; justify-content:flex-end;}
.above-nav-right .fa{line-height:40px; width:40px; text-align:center; border-radius:50%; font-size:20px; display:inline-block; margin-left:5px; background:#DEC2BA;}
.above-nav-right a {text-shadow:0px !important; color:#243B3B;}
.above-nav-right .fa:hover{background:#EEE9DD; }

/* ______________________ Navigation ______________________ */

nav.split-nav{display:block;}
nav.split-nav ul{list-style:none; display:table; width:100%; vertical-align:middle; height:50px; }
nav.split-nav ul li{display:table-cell; vertical-align:middle; position:relative; }



nav.split-nav ul li a{color:#DEC2BA; display:table-cell; width:1%; font-weight:700; vertical-align:middle; height:40px; transition: all .35s ease-in-out; text-transform:uppercase; font-size:13px; letter-spacing:0.02em; text-align:left;}
nav.split-nav ul li.drop > a:after{font-family: 'FontAwesome'; content: '\f107'; display:inline-block; margin-left:5px;}
nav.split-nav ul li a:hover{ color:#B58E55;}

nav.split-nav.left ul li a{text-align:left;}
nav.split-nav.right ul li a{text-align:right;}
nav.split-nav.right ul li ul a{text-align:left;}

nav.split-nav ul li ul{display:none; position:absolute; z-index:999; width:250px; padding:0px; background:#EEE9DD; border:0px; text-align:center; box-shadow:rgba(0,0,0,0.15) 0px 5px 10px;}
nav.split-nav.left ul li ul{left:0px;}
nav.split-nav.right ul li ul{right:0px;}
nav.split-nav ul li:hover ul{display:block; margin:0px auto; height:auto; border:none;  border-top:#243B3B solid 15px;}

nav.split-nav ul li:hover ul li{display:block; width:auto;}
nav.split-nav ul li:hover ul li a{text-transform:none; display:block; width:auto; height:auto; line-height:20px; padding:7px 10px; font-size:15px; font-weight:400; letter-spacing:0.02em; color:#243B3B; border-bottom:#B58E55 solid 1px; border-top:rgba(255,255,255,0.1) solid 1px; }
nav.split-nav ul li:hover ul li a:hover{color:#B58E55;  border-bottom:#B58E55 solid 1px; background:#243B3B;}
nav.split-nav ul li:hover ul li a:after{display:none;}

nav.split-nav ul li:hover ul li:last-child a{border-bottom:transparent;}

nav.split-nav ul li .double-list{display:none; position:absolute; top:50px; left:0px; z-index:1000; width:500px;  border:none; background:#EEE9DD; box-shadow:rgba(0,0,0,0.15) 0px 5px 10px; padding-bottom:0px; padding-top:0px; border-top:#243B3B solid 10px;}
nav.split-nav ul li .double-list:after{content:''; display:block; clear:both;}
nav.split-nav ul li:hover .double-list{display:block;}

nav.split-nav ul li .double-list span.list {float:left; width:50%; display:block; background:#B58E55;}
nav.split-nav ul li .double-list span.lineleft{border-left:transparent solid 1px;  z-index:100; box-sizing:border-box;}
nav.split-nav ul li .double-list:last-child span.lineleft{border-left:0px;}
nav.split-nav ul li .double-list span.list h4{color:#EEE9DD; font-weight:400; font-size:17px; text-align:left; margin:0px; padding:10px 10px; border-bottom:#B58E55 solid 2px;}
nav.split-nav ul li .double-list ul{display:block; position:relative; height:auto; background:transparent; box-shadow:none; border-top:none; background:#EEE9DD;}
nav.split-nav ul li .double-list ul li{display:block;}
nav.split-nav ul li .double-list ul li a{background:transparent; text-transform:none; font-weight:400; font-size:15px; line-height:20px; height:auto; border-bottom:#B58E55 solid 1px; padding:7px 10px; letter-spacing:0.02em; box-sizing:border-box;}



.mobile-nav{display:none;}

@media only screen and (max-width: 959px) {
	nav.split-nav,
	.double-list{display:none;}
	
	.mobile_control{display:block; position:fixed; z-index:9999; right:0px; top:45px; width:50px; height:50px; line-height:50px; }
	.mobile_control a{display:block; line-height:50px; text-align:center; color:#EEE9DD; font-size:30px; }
	body.scrolled .mobile_control a,
	body.no-bg-img .mobile_control a{color:#EEE9DD;}
	
	.mobile_control a:hover{color:#B58E55;}
	.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 .bodywrapper{left:-200px;}

	header,.bodywrapper,.mobile-nav{transition:all  0.3s;}

	.mobile-nav{display:block; background:#B58E55; 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{text-decoration:underline;}
	
	.mobile-nav ul li ul{display:none !important;}
	
	main{padding-top:20px;}
	}




aside h3{ border-bottom:#B58E55 solid 3px; padding:7px 0px; margin-top:0px; margin-bottom:10px; font-size:23px; font-weight:400;}
aside nav {margin-bottom:30px;}
aside ul{list-style:none;}

aside ul li{display:block; border-bottom:#ECECEC solid 1px !important;}
aside ul li a{display:block; padding:5px 0px 5px 15px; border:#B58E55 solid 3px; border-bottom:none; border-top:none; border-right:0px; color:#333; font-weight:400; font-size:17px; position:relative; }

aside ul li a:hover{background:#EEE9DD; color:#333652; border-color:#B58E55; }
aside ul li a.on{border-color:#B58E55; color:#FFF; background:#B58E55;}
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-action{background:#EEE9DD; padding:20px; position:relative; box-shadow:rgba(0,0,0,0.25) 0px 2px 3px; border-radius:5px 5px 5px 0px; text-align:left; margin-bottom:30px;}
aside .call-to-action:after{position:absolute; content:''; left:20px; bottom:-30px; border:30px solid transparent; border-top:0px; border-left:#EEE9DD solid 30px;}

aside .call-to-action h4{font-size:25px; font-weight:400; text-shadow:#FFF 0px 1px 1px; margin-bottom:10px; color:#243B3B;}
aside .call-to-action h5{font-size:20px; margin-bottom:10px; }
aside .call-to-action .intro{font-size:13px; line-height:17px; text-align:left;}
aside .call-to-action a.button{margin:10px 0px; border:#FFF solid 1px;}
aside .call-to-action .links{display:block;}
aside .call-to-action .links a{display:block; background:rgba(0,0,0,0.03);  margin-top:5px; padding:5px; border-radius:40px; box-shadow:inset rgba(0,0,0,0.15) 0px 1px 2px; line-height:30px;}

aside .call-to-action a{display:block; font-size:18px; line-height:30px; padding:5px 0px; font-weight:600; text-shadow:#FFF 0px 1px 1px;}
aside .call-to-action a .fa{display:inline-block; width:30px; height:30px; font-size:15px; text-align:center; line-height:30px; border-radius:50%;  font-weight:400; margin-right:5px; color:#EEE9DD; background:#333652; text-shadow:none;}



@media only screen and (max-width: 959px) {
	aside{margin-bottom:20px !important;}
	aside nav{margin-bottom:0px;}
	aside h3 {color:#FFF; background:#B58E55; 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:#CCC;}
	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:#F7F3EA; padding:60px 0px;}

.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:700;}	
.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,
footer section.footer-contact{color:#EEE9DD;  }

footer section.footer-contact h4{color:#EEE9DD;}
footer section.footer-contact .social-icons{text-align:center;}
footer section.footer-contact .social-icons a .fa{display:inline-block; width:50px; height:50px; line-height:50px; text-align:center; border-radius:50%; background:#B58E55; color:#243B3B; font-size:25px; margin:0px 5px;}
footer section.footer-contact .social-icons a:hover .fa{background:#EEE9DD; }	


footer section.legal{ padding:0px 0px 20px 0px; font-size:10px; color:#EEE9DD; 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:#B58E55;}
footer section.legal a:hover{color:#EEE9DD;}

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;}
	}

/* ______________________ Main ______________________ */

main{padding:40px 0px;}

/* ______________________ 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:calc(100vh - 160px); position:relative;}

.home-hero .scroll{display:block; color:rgba(255,255,255,0.75); position:absolute; width:100px; margin-left:-50px; left:50%; bottom:15px; text-align:center; }
.home-hero .scroll .text{font-size:11px; text-transform:uppercase; display:block;}
.home-hero .scroll .fa{display:block; height:50px; width:50px; line-height:50px; font-size:35px; border-radius:50%; border:rgba(255,255,255,0.75) solid 2px; text-align:center; margin:0px auto;}

@media only screen and (max-width: 959px) {
	.home-hero .scroll{display:none;}
	}


.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:#F7F3EA; 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:400px; background-repeat:no-repeat; background-size:cover;}

@media only screen and (max-width: 959px) {
	.page-hero{height:250px;}
	}


.animated  {-webkit-animation-duration : 1000 ms  ; animation-duration : 1000 ms  ;-webkit-animation-fill-mode : both  ; animation-fill-mode : both  ;}  
.owl-animated-out {z-index : 1 }
.owl-animated-in {z-index : 0  }
.fadeOut  {-webkit-animation-name : fadeOut  ;animation-name : fadeOut  ;}  
@-webkit-keyframes  fadeOut  { 0% { opacity : 1   ;}  100% {opacity : 0   ;}  }
@keyframes  fadeOut  {0% { opacity : 1   ;}  100% {opacity : 0   ;} }


/* ______________________ Home Adverts ______________________ */

.home-adverts{ padding:40px 0px 60px 0px; border-bottom:#EEE9DD solid 1px;}

.home-adverts .item{text-align:left; position:relative; margin-bottom:20px;}
.home-adverts .item:before{content:''; display:block; width:0px; border-right:#ECECEC solid 1px;  position:absolute; right:-9px; top:0px; height:100%;}
.home-adverts .item:last-child:before{border-right:0px;}
.home-adverts .item .img{width:150px; height:100px; float:right; background-repeat:no-repeat; background-size:contain; background-position:center;}
.home-adverts .item p{min-height:130px;}

@media only screen and (max-width: 959px) {
	.home-adverts .item:before{display:none;}
	}


/* ______________________ Item Grid ______________________ */

.item-grid .column3{position:relative; margin-bottom:20px;}
.item-grid .column3:before{content:''; display:block; width:0px; border-right:#ECECEC solid 1px;  position:absolute; right:-9px; top:0px; height:100%;}
.item-grid .column3:after{content:''; display:block; width:100%; border-top:#ECECEC solid 1px;  position:absolute; top:-9px; right:0px; left:0px; height:0;}

.item-grid .column3:nth-child(3n):before{border-right:none;}
.item-grid .column3:nth-child(3n+1){clear:both;}
.item-grid .column3:nth-of-type(-n+3):after{border-top:none;}


.item-grid .column3 img,
.item-grid .column3 a{display:block;}
.item-grid .column3 a{background:#FFF;}
.item-grid .column3 h2{font-size:15px; margin:0px; line-height:20px; height:40px; overflow:hidden; display:table-cell; vertical-align:middle; width:1%;}
.item-grid .column3 a:hover h2{background:#B58E55; color:#FFF;}

@media only screen and (max-width: 959px) {
	.item-grid .column3:before,
	.item-grid .column3:after{display:none;}
	}
	
/* Gallery */	

.thumbnails{position:relative; margin-bottom:20px; }

.thumbnails .column1{margin:10px;}
.thumbnails .column1 a {display:block; height:60px; margin:-10px; background-repeat:no-repeat; background-size:cover; background-position:center; position:relative; z-index:5;}
.thumbnails .column1 a:hover{opacity:0.25;}
.thumbnails .column1 a:before{content:''; display:block; width:0px; border-right:#FFF solid 1px;  position:absolute; right:0px; top:0px; height:100%;}
.thumbnails .column1 a:after{content:''; display:block; width:100%; border-top:#FFF solid 1px;  position:absolute; top:0px; right:0px; left:0px; height:0;}
	
.thumbnails .column1:nth-child(9n+1) a{margin-left:0px;}	
.thumbnails .column1:nth-child(9n) a{margin-right:0px;}	

.thumbnails.more{clear:both; padding-top:40px; }
.thumbnails a.button{display:block; margin:20px auto !important; clear:both; width:200px; height:auto;}
.thumbnails a:hover.button{opacity:1;}

/* 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:#333652; color:#EEE9DD; padding:0px 10px; display:block; font-size:15px; border-radius:3px;}
.pager a.previous{float:left;}
.pager a.next{float:right; }
.pager a.previous:hover,
.pager a.next:hover{background:#B58E55;}
.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:9997; 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 --------------------------- */

.owl-carousel{position:relative; }
.owl-carousel.owl-grab{cursor:move;cursor:grab}
.owl-carousel .owl-stage-outer{overflow:hidden; z-index:10;}
.owl-carousel .owl-stage{touch-action: manipulation;}
.owl-carousel .owl-item{float:left; touch-action: pan-y;}


/* Arrows */
.owl-carousel .owl-nav{position:absolute; top:0; bottom:0; left:0; right:0; z-index:20;}
.owl-carousel .owl-nav button{position:absolute; top:0; bottom:0; width:10%; background:none; border:none; cursor:pointer; outline:none;}
.owl-carousel .owl-nav button:before{position:absolute; top:50%; width:50px; height:50px; padding:10px; box-sizing:border-box; margin-top:-25px; color:#fff; display:block;font:normal normal 400 14px/1 FontAwesome;font-size:30px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; border-radius:50%;}
.owl-carousel .owl-nav button:hover:before{background-color:#B58E55;}
.owl-carousel .owl-nav .owl-prev{left:0;}
.owl-carousel .owl-nav .owl-prev:before{left:0; content:'\f104';}
.owl-carousel .owl-nav .owl-next{right:0;}
.owl-carousel .owl-nav .owl-next:before{right:0; content:'\f105';}
.owl-carousel .owl-nav.disabled{display:none;}

/* Nav Dots */
.owl-carousel .owl-dots.disabled{display:none;}
.owl-carousel .owl-dots{position:absolute; bottom:10px; left:0; right:0; height:10px; z-index:20; text-align:center;}
.owl-carousel .owl-dots button{display:inline-block; width:10px; height:10px; background: rgba(255,255,255,0.5); border:1px solid #FFF; cursor:pointer; margin:0 3px; padding:0; vertical-align:top; outline:none; border-radius:50%;}
.owl-carousel .owl-dots button.active{background:#B58E55; border:1px solid #B58E55;}


/* Page Gallery */
.gallery.owl-carousel .bk-img{height:470px; background-size:cover; background-position:center center; background-repeat:no-repeat;}


.caption{display:block; position:absolute; bottom:0px; right:0px; background:rgba(255,255,255,0.75); padding:0px 10px; font-size:12px; font-weight:400; line-height:30px; display:none;}


@media only screen and (min-width: 960px) and (max-width: 1160px) {
	.gallery.owl-carousel .bk-img{height:450px; width:100%;}
	}


@media only screen and (max-width: 959px) {
	.gallery.owl-carousel .bk-img{height:400px; width:100%;}
	.owl-carousel .owl-dots{display:none;}
	}
	
@media only screen and (max-width: 479px) {
	.gallery.owl-carousel .bk-img{height:300px; width:100%;}
	}




/* 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:9997; 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;}
	}
	
	
	
/* ______________________ Hero Area ______________________ */

.mainwrapper {
background: rgb(255,255,255);

}
.mainwrapper .page-hero{background-size:cover; background-attachment:local; background-position:center center;}


.hero-backgrounds { width:100vw; position:absolute; top:0; right:0; bottom:0; left:0; z-index:-1; }
.hero-backgrounds .owl-stage-outer, .hero-backgrounds .owl-stage , .hero-backgrounds .owl-item, .hero-backgrounds .bk-img { width:100%; height:100%; }
.hero-backgrounds .bk-img { background-size:cover; background-repeat:no-repeat; background-position:center center; }

viewport{position:fixed; height:100vh; z-index:9999 !important; right:-1px; bottom:0px; width:1px;}

.footer-signup{position:relative; z-index:9999 !important;}
.footer-signup .signup{width:245px; position:fixed; right:0px; bottom:85px; background:#243B3B; padding:10px; color:#EEE9DD; text-align:left; border-radius:5px 0px 0px 5px; box-shadow:gray 0px 0px 5px;}
.footer-signup .signup h4{color:#B58E55;margin-top:20px;}
.footer-signup .signup .signup_control{position:absolute; left:-50px; top:10px; background:#243B3B; width:50px; height:50px; line-height:50px; text-align:center; border-radius:5px 0px 0px 5px; box-shadow:gray 0px 0px 5px;}
.footer-signup .signup .signup_control a{width:50px; height:50px; line-height:50px; display:block; font-size:25px; color:#EEE9DD;}
.footer-signup .signup .signup_control a:hover{color:#B58E55;}
.footer-signup .signup .signup_control a:before{font-family: 'FontAwesome'; content: '\f00d';}
.footer-signup .signup .signup_control.open a:before{content: '\f0e0';}

.footer-signup .signup.open{right:-265px;}

