﻿:root {
	--blocks-padding: 40px;
	--blocks-padding-sm: 15px;
}


a, *[type="submit"], .inpt, .rdo, .rdo span, .chk, .chk span, figure img, a:before, a:after, a img, .btn {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

p, form, ul, ol, li, input, textarea, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

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

body {
	background: #F1F1F1;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #444444;
}


input, select, textarea, button {
	font-family: 'Lato', sans-serif;
	color: #444444;
	outline: none;
}

textarea {
	resize:vertical;
}

input, textarea {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

section {
	position: relative;
	z-index: 1;
	clear: both;
}


a {
	color: #D8A300;
	text-decoration: none;
	cursor: pointer;
}

a img {
	/* background-color: #FFF; */
	border: none;
}

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

button,
button:focus,
a,
a:focus {
	outline: none;
}

button::-moz-focus-inner {
	border: 0;
}

::-moz-selection { background: #D8A300; color: #FFF; }
::selection { background: #D8A300; color: #FFF; }

/* --- Headings --- { --- */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: 300;
}

h1 {
	font-size: 4.200em;
	line-height: 105%;
	padding-bottom: 20px;
}

h2 {
	font-size: 3.500em;
	line-height: 105%;
	padding-bottom: 20px;
}

	#footer h2, h2.smaller {
		font-size: 2.188em;
	}

	.lightbox h2 {
		font-size: 2.188em;
	}

h3 {
	font-size: 1.313em;
	line-height: 140%;
	padding-bottom: 30px;
}

h4 {
	font-size: 1.125em;
	line-height: 140%;
	padding-bottom: 30px;
}

h5 {
}

h6 {
}

p {
	padding-bottom: 1.944rem;
}


/* --- } --- Headings --- */

.yellow { color: #D8A300 !important; }
.gray { color: #888888 !important; }


.bgWhite {
	background: #FFF;
}

.bgLight {
	background: #EEEEEE;
	z-index: 5;
}


.bgGray {
	background: #444444;
	color: #FFF;
}
	.bgDark {
		background: #222222 !important;
	}

	.bgGray a:hover {
		color: #FFF;
	}


.icon_home {
	background: url(../img/icon_home.png) center top no-repeat;
	padding-top: 120px;
}



.center {
	text-align: center;
}

.smaller {
	font-size: 11px;
}

.fLeft { float: left; }
.fRight { float: right; }

.marg_t { margin-top: 30px; }
.marg_b { margin-bottom: 30px; }

.marg_t2 { margin-top: 60px; }
.marg_b2 { margin-bottom: 60px; }

.marg_t3 { margin-top: 90px; }
.marg_b3 { margin-bottom: 90px; }

.padd_t { padding-top: 30px; }
.padd_b { padding-bottom: 30px; }

#wrapper .no_marg { margin: 0 !important; }
#wrapper .no_marg_t { margin-top: 0 !important; }
#wrapper .no_marg_b { margin-bottom: 0 !important; }

#wrapper .no_padd { padding: 0 !important; }
#wrapper .no_padd_t { padding-top: 0 !important; }
#wrapper .no_padd_b { padding-bottom: 0 !important; }
#wrapper .no_padd_r { padding-right: 0 !important; }
#wrapper .no_padd_l { padding-left: 0 !important; }

#wrapper .padd_tb {
	padding-top: 100px;
	padding-bottom: 100px;
}

#wrapper .padd_tb2 {
	padding-top: 60px;
	padding-bottom: 60px;
}

#wrapper .padd_tb3 {
	padding-top: 20px;
	padding-bottom: 20px;
}


#wrapper .wMax,
#wrapper .wMax2,
#wrapper .wMax3,
#wrapper .wMax4 {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

#wrapper .wMax {
	max-width: 1001px;
}

#wrapper .wMax2 {
	max-width: 700px;
}

#wrapper .wMax3 {
	max-width: 900px;
}

#wrapper .wMax4 {
	max-width: 500px;
}

#wrapper .wrap.wMax,
#wrapper .wrap.wMax2,
#wrapper .wrap.wMax3,
#wrapper .wrap.wMax4 {
	max-width: calc(100% - 40px) !important;
}

#wrapper .wrap.wMax {
	width: 1001px;
}

#wrapper .wrap.wMax2 {
	width: 700px;
}

#wrapper .wrap.wMax3 {
	width: 900px;
}

#wrapper .wrap.wMax4 {
	width: 500px;
}


#wrapper .mobile_only,
#wrapper .mobile_only2 {
	display: none;
}


table {
	width: 100%;
	border-collapse: collapse;
}
	th, td {
		padding: 0;
	}

fieldset {
	float: left;
	padding: 0;
	margin: 0;
	border: none;
}

#wrapper {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

	.wrap {
		width: 1330px;
		max-width: calc(100% - 40px);
		box-sizing: border-box;
		margin: 0 auto;
		position: relative;
		z-index: 1;
	}

	#wrapper .vTop, #wrapper table.vTop td {
		vertical-align: top;
	}
	#wrapper .vMid, #wrapper table.vMid td {
		vertical-align: middle;
	}
	#wrapper .vBot, #wrapper table.vBot td {
		vertical-align: bottom;
	}

.cleaner {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	margin-bottom: 0px;
	clear: both;
	zoom: 1;
	position: relative;
}

.clear:after {
	content: '';
	display: table;
	clear: both;
}


.tbl {
	display: table;
}
	.cell {
		display: table-cell;
	}

	.tbl .row {
		display: table-row;
		width: 100%;
	}

	.tbl .cell {
		padding-right: 12px;
	}
		.tbl .cell:last-child {
			padding-right: 0;
		}



.dFlex {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	box-sizing: border-box;
}
	section.dFlex {
		overflow: hidden;
	}

	.flexWrap {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	h3 + .padded {
		margin-top: 10px;
	}

	.dFlex.padded {
		margin-left: calc( var(--blocks-padding) * -1 );
		margin-right: calc( var(--blocks-padding) * -1 );
	}
		.dFlex.padded > div {
			padding-left: var(--blocks-padding);
			padding-right: var(--blocks-padding);
			box-sizing: border-box;
		}


	.dFlex.padded_sm {
		margin-left: calc( var(--blocks-padding-sm) * -1 );
		margin-right: calc( var(--blocks-padding-sm) * -1 );
	}
		.dFlex.padded_sm > div {
			padding-left: var(--blocks-padding-sm);
			padding-right: var(--blocks-padding-sm);
			box-sizing: border-box;
		}


	.dFlex .col, .dFlex.col {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.dFlex .row, .dFlex.row {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row !important;
		flex-direction: row !important;
		width: 100%;
	}

	.dFlex .col.right {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.fullWidth {
		width: 100%;
	}

	.fullHeight {
		height: 100%;
	}

	.autoHeight {
		height: auto;
	}

	.align-self-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.align-self-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.vertCenter {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.horCenter {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.justifyContent {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.stretch {
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.col10 { width: 10% !important; }
	.col15 { width: 16.66666% !important; }
	.col20 { width: 20% !important; }
	.col25 { width: 25% !important; }
	.col30 { width: 30% !important; }
	.col33 { width: 33.33333% !important; }
	.col35 { width: 35% !important; }
	.col40 { width: 40% !important; }
	.col45 { width: 45% !important; }
	.col50 { width: 50% !important; }
	.col55 { width: 55% !important; }
	.col60 { width: 60% !important; }
	.col70 { width: 70% !important; }
	.col80 { width: 80% !important; }
	.col90 { width: 90% !important; }
	.col100 { width: 100% !important; }




#header {
	position: fixed;
	z-index: 110;
	left: 0;
	top: 0;
	width: 100%;
	padding: 30px 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
	.page #header,
	.sticky #header {
		background: rgba(0,0,0,0.5);
	}


	#logo {
		position: absolute;
		z-index: 1;
		text-indent: -8000px;
		left: 0;
		display: block;
		top: 0; bottom: 0;
		margin: auto;
		height: 50px;
		width: 265px;
		background: url(../img/logo.png) left top no-repeat;
		background-size: auto 100%;
	}


	#btnArrange {
		float: right;
	}

	@media only screen and (max-width : 1550px) {
		#btnArrange {
			margin-right: 80px;
		}
	}



	#mobileMenu {
		position: fixed;
		z-index: 999999;
		width: 40px;
		height: 40px;
		right: 30px;
		top: 34px;
		box-sizing: border-box;
	}

		.burger {
			display: inline-block;
			cursor: pointer;
			transition-property: opacity, filter;
			transition-duration: 0.15s;
			transition-timing-function: linear;
			font: inherit;
			color: inherit;
			text-transform: none;
			background-color: transparent;
			border: 0;
			margin: auto;
			position: absolute;
			z-index: 1;
			left: 0; right: 0;
			top: 0; bottom: 0;
			overflow: visible;
			width: 100%;
			height: 100%;
			text-indent: 0;
		}

		.burger-box {
			width: 40px;
			height: 40px;
			display: inline-block;
			position: relative;
		}

		.burger-inner {
			display: block;
			top: 50%;
			margin-top: -1px;
			text-indent: -8000px;
		}

		.burger-inner, .burger-inner:before, .burger-inner:after {
			width: 100%;
			height: 2px;
			background-color: #FFF;
			position: absolute;
			transition-property: transform;
			transition-duration: 0.15s;
			transition-timing-function: ease;
		}

		.burger-inner:before, .burger-inner:after {
			content: "";
			display: block;
		}

		.burger-inner:before {
			top: -15px;
		}

		.burger-inner:after {
			bottom: -15px;
		}

		.act .burger-inner,
		.showMenu .burger-inner {
			transform: rotate(180deg);
			background: #D9A300;
		}

		.act .burger-inner:before ,
		.showMenu .burger-inner:before {
			transform: translate3d(-2px, 10px, 0) rotate(-45deg);
			width: 15px;
			background: #D9A300;
		}

		.act .burger-inner:after ,
		.showMenu .burger-inner:after {
			transform: translate3d(-2px, -10px, 0) rotate(45deg);
			background: #D9A300;
			width: 15px;
		}




#sidebar {
	background: #FFF;
	width: 500px;
	max-width: 100%;
	color: #444444;

	position: fixed;
	right: 0;
	top: 0;
	z-index: 999990;

	min-height: 100%;
	height: auto !important;
	height: 100%;

	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	-ms-flex-align: center !important;
	align-items: center !important;

	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	opacity: 0.3;

	transform: translate3d(100%,0,0);
	-webkit-transform: translate3d(100%,0,0);
}

	#sidebar:before {
		content: "";
		display: block;
		position: absolute;
		z-index: -1;
		right: 500px;
		top: 0;
		width: 100vw;
		height: 100%;
		background-color: rgba(0,0,0,0.5);
		opacity: 0;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		visibility: hidden;
	}

	.showSidebar #sidebar {
		transform: translate3d(0,0,0);
		-webkit-transform: translate3d(0,0,0);
		opacity: 1;
	}

	.showSidebar #sidebar:before {
		visibility: visible;
		opacity: 1;
		-webkit-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}

	.sidebarBox {
		height: 100vh;
		width: 100%;
		position: relative;
		z-index: 10;

		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 0;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;

		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.sidebar {
		box-sizing: border-box;
		padding: 70px 20px 20px 20px;
		width: 100%;
		position: relative;
		z-index: 10;
	}

	.sidebar .ins {
		max-height: calc(100vh - 90px);
		overflow: auto;
		overflow-x: hidden;
		position: relative;
		z-index: 10;
	}

	.sidebar .wrap {
		width: auto;
		max-width: 300px;
	}

	.sidebar h2 {
		padding-bottom: 25px;
	}

	.sidebar h2,
	.sidebar nav {
		font-size: 1.875em;
	}
		.sidebar nav ul,
		.sidebar nav li {
			display: block;
		}

		.sidebar nav li {
			padding-bottom: 30px;
		}

		.sidebar nav a {
			color: #202020;
		}
			.sidebar nav a:hover {
				color: #D8A300;
			}


	.sidebar .info {
		line-height: 180%;
	}

	.sidebar .content {
		display: none;
	}
		.sidebar .content.act {
			display: block;
		}


	.sidebar .form .inpt {
		margin: 0 0 25px 0;
	}






#pageHeader {
	background: #222222;
	position: relative;
	z-index: 9;
	color: #FFF;
	box-sizing: border-box;
}

		#pageHeader .anim {
			position: relative;
			visibility: hidden;
			opacity: 0;
			transition: all 0.5s;
			-webkit-transition: all 0.5s;
		}

		#pageHeader .anim:first-child {
			z-index: 111;
		}

		@media only screen and (min-width : 124px) {

			#pageHeader .anim {
				transition: all 1.2s;
				-webkit-transition: all 1.2s;

				transform: translate3d(200px, 0, 0);
				-webkit-transform: translate3d(200px, 0, 0);
				visibility: visible;
				opacity: 0;
			}

			#pageHeader .slick-active .anim {
				transform: translate3d(0, 0, 0);
				-webkit-transform: translate3d(0, 0, 0);
				opacity: 1;
			}

			#pageHeader .anim:nth-child(1) {
				-webkit-transition-delay: 0.1s;
				transition-delay: 0.1s;
			}

			#pageHeader .anim:nth-child(2) {
				-webkit-transition-delay: 0.2s;
				transition-delay: 0.2s;
			}

			#pageHeader .anim:nth-child(3) {
				-webkit-transition-delay: 0.3s;
				transition-delay: 0.3s;
			}

			#pageHeader .anim:nth-child(4) {
				-webkit-transition-delay: 0.4s;
				transition-delay: 0.5s;
			}


		}


	#pageHeader .bigSlider {
		padding-bottom: 0 !important;
	}

	@media only screen and (min-width : 1301px) {

		#pageHeader .bigSlider,
		#pageHeader .bigSlider .slick-slide {
			height: 750px;
			max-height: 100vh;
		}

	}

	#pageHeader.fullPage .bigSlider,
	#pageHeader.fullPage .bigSlider .slick-slide {
		height: 100vh;
	}


	#pageHeader .wrap {
		margin-top: 40px;
		margin-bottom: 20px;
	}

		#pageHeader.fullPage .wrap {
			position: absolute;
			z-index: 10;
			margin: auto;
			left: 0; right: 0;
			top: 53%;
			transform: translate3d(0,-50%,0);
			-webkit-transform: translate3d(0,-50%,0);
		}



	.btns a {
		display: inline-block;
		margin-left: 14px;
	}
		.btns a:first-child {
			margin-left: 0;
		}

	.btns.center a {
		margin-left: 7px !important;
		margin-right: 7px !important;
	}


	#pageHeader .wrap h3 {
		max-width: 760px;
	}


	.header .div,
	.bigSlider .div {
		display: block;
		transition: all 1.2s;
		-webkit-transition: all 1.2s;
		min-height: 100%;
		min-width: 100%;
		-webkit-backface-visibility: hidden;
		margin: auto;
		height: 106%;
		width: 106%;
		position: absolute;
		z-index: -1;
		left: -3%;
		top: -3%;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		background-position: center center;
		opacity: 0.6;
	}

		.home .bigSlider .div {
			z-index: -1000;
		}

		.slider .div {
			transform: translate3d(4%, 0, 0);
			-webkit-transform: translate3d(4%, 0, 0);
		}

		.slider .slick-slide .adjust {
			position: absolute;
			z-index: 1;
			top: 0;
			left: 0;
		}

		.slider .slick-active .div,
		#homeHeader .slider .slick-active .div,

		.bigSlider .slick-active .div {
			transform: translate3d(0, 0, 0);
			-webkit-transform: translate3d(0, 0, 0);
		}

		#pageHeader h1 {
			padding-bottom: 20px;
		}

		#pageHeader h3 {
			padding-bottom: 20px;
		}

		.btnsBottom {
			padding-top: 30px;
		}


	#pageHeader .slide1 .div { background-image: url(../img/page-header1.jpg?v=2); }
	#pageHeader .slide2 .div { background-image: url(../img/page-header2.jpg?v=2); }
	#pageHeader .slide3 .div { background-image: url(../img/page-header3.jpg?v=2); }
	#pageHeader .slide4 .div { background-image: url(../img/page-header4.jpg?v=2); }



	.controls {
	}

	.controls .btn {
		position: absolute;
		z-index: 1011;
		margin: auto;
		bottom: 20px;
		height: 50px;
		width: 50px;
		text-align: left !important;
		text-indent: -8000px;
		padding: 0 !important;
		min-width: 1px;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		text-align: left !important;
		direction: ltr;
		background: none;
		border: none;
	}

		.controls .btn:hover {
			background-color: rgba(6,6,6,0.5) !important;
		}

		.controls .btn:before {
			border: none;
			border-top: 3px solid #FFF;
			border-right: 3px solid #FFF;
			width: 12px;
			height: 12px;
			margin: auto;
			display: block;
			content: "";
			position: absolute;
			z-index: 2;
			left: 0; top: 0; right: 0; bottom: 0;
			transition: all 0.3s;
			-webkit-transition: all 0.3s;
		}

		.controls .btnPrev {
			right: 60px;
		}

		.controls .btnNext {
			right: 10px;
		}

		.controls .btnNext:before {
			-ms-transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
			left: -7px;
		}

		.controls .btnPrev:before {
			-ms-transform: rotate(-135deg);
			-webkit-transform: rotate(-135deg);
			transform: rotate(-135deg);
			left: 6px;
		}


	@media only screen and (max-width : 767px) {
		.controls {
			display: none !important;
		}
	}






.section {
	position: relative;
	z-index: 1;
	min-height: 100vh;
}



.tblBox {
	width: 100%;
}
	.tblBox .cell {
		width: 50%;
		padding: 0;
		vertical-align: middle;
	}

	.tblBox.fullWidth .cell {
		width: 100% !important;
	}

	.tblBox.tblBox_3 .cell {
		width: 33.33333% !important;
	}

	.tblBox .bg {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}


	#locations .cell.bg { background-image: url(../img/bg-locations.jpg); }
	#developments .cell.bg { background-image: url(../img/bg-developments.jpg); }

	.tblBox .tbl {
		width: auto;
	}
		.tblBox .tbl .cell {
			padding-bottom: 10px;
			width: auto;
		}

		.tblBox .tbl .row:last-child .cell {
			padding-bottom: 0px;
		}

		.tblBox .tbl + .tbl {
			margin-top: 10px;
		}


	.tblBox .tbl .cell_1 {
		width: 230px;
	}

	.tblBox.section {
		height: 100vh;
	}

	@media only screen and (min-width : 1024px) {

		.tblBox .wrap {
			width: auto;
			max-width: 665px;
		}
			.tblBox .cell_l .wrap {
				float: right;
				padding-right: 15%;
			}

			.tblBox .cell_r .wrap {
				float: left;
				padding-left: 15%;
			}


		.tblBox.fullWidth .wrap {
			max-width: 900px;
		}

	}

	#whoWeAre .tblBox .cell {
		padding-right: 80px;
	}




.galleryBox > div {
	margin: 15px 0;
	position: relative;
	overflow: hidden;
}
	.galleryBox img {
		max-width: 100%;
		object-fit: cover;
	}
	
		.galleryBox a {
			background: #FFF:
		}		
			
		.galleryBox a:hover img {
			opacity: 0.70;
		}
	







.parallax-window {
    min-height: 400px;
}

.parallax-mirror {
	padding: 0 1px 0 0;
}

.lightbox {
	display: none;
	width: 1150px;
	height: calc(100vh - 140px);
	overflow: auto;
	background: #222222 !important;
	color: #FFF !important;
}

	.lightbox .simplebar-scrollbar::before {
		background: #FFF;
	}

	.fancybox-slide--html .fancybox-close-small {
		background: #222222 !important;
		padding: 0 !important;
		top: 10px !important;
		right: 10px !important;
	}



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

	.lightbox {
		height: calc(100vh - 20px);
	}

	.fancybox-content {
		padding: 20px !important;
	}

}




#content {
	clear: both;
	position: relative;
	z-index: 1;
}
	.page #content {
		padding-top: 100px;
	}


	#content p {
		padding: 0 0 16px 0;
	}

	#content td {
		vertical-align: top;
	}






#middle {
	float: right;
	width: 655px;
}
	#middle ul,
	.disc {
		padding: 0 0 8px 10px;
	}
		#middle ul li,
		.disc li {
			position: relative;
			z-index: 1;
			padding: 0 0 12px 15px;
		}
			#middle ul li:before,
			.disc li:before {
				position: absolute;
				z-index: 1;
				content: "";
				width: 6px;
				height: 6px;
				background-color: #AAAAAA;
				-moz-border-radius: 50%;
				-webkit-border-radius: 50%;
				border-radius: 50%;
				left: 0;
				top: 6px;
			}

	#middle ol {
		margin: 0;
		padding: 0 0 8px 30px;
	}
		#middle ol li {
			list-style-type: decimal;
			padding: 0 0 8px 0px;
		}









#footer {
    position: relative;
	z-index: 2;
    clear: both;
	color: #545454;
}
	#footer a { color: #545454; }
		#footer a:hover { color: #D8A300; }


	#footer .copy + ul {
		padding-top: 25px;
	}

	#footer ul {
		display: block;
	}
		#footer ul li {
			display: inline-block;
			padding: 0 15px;
		}


	#footer h4:last-child {
		padding-bottom: 0;
	}




#subscribe {}

	#subscribe .formBox {
		max-width: 270px;
		margin: 0 auto;
	}

	#subscribe .inpt {
		margin-top: 10px;
		margin-bottom: 40px;
	}



#contactInfo {}

	#contactInfo h2 {
		padding-bottom: 10px;
	}

	#contactInfo .cell:first-child{
		border-right: 1px solid #AAAAAA;
	}





#cookiesNotice {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999999999;
	width: 100%;
	color: #FFF;
	font-size: 14px;
	text-align: center;
}
	#cookiesNotice:before {
		content: "";
		display: block;
		position: fixed;
		z-index: 1;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.6);
	}

	#cookiesNotice .ins {
		position: relative;
		z-index: 11;
		background: #444;
		padding: 20px 0;
	}

	#cookiesNotice h3 {
		padding-bottom: 15px;
	}

	#cookiesNotice p {
		padding-bottom: 0px;
	}

	#cookiesNotice .btns {
		position: relative;
		z-index: 1;
		padding-bottom: 15px;
	}

	#cookiesNotice .btns a {
		margin-bottom: 0;
	}


/* --- Forms --- { --- */

.thanks {
	display: none;
	position: absolute;
	z-index: 1;
	margin: auto;
	left: 0; right: 0;
	box-sizing: border-box;
	top: 50%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
	.thanks h3 {
		padding-bottom: 15px;
	}


.formHolder {
	position: relative;
	z-index: 1;
}

.formHolder .loading {
	position: absolute;
	z-index: 1;
	left: 0; top: 0;
	right: 0; bottom: 0;
	margin: auto;
	display: none;
}


.loading {
	display: none;
	margin: auto;
	position: absolute;
	z-index: 20;
	left: 0; right: 0; top: 0; bottom: 0;
	text-indent: -9999em;
	border-top: 2px solid #D8A300;
	border-right: 2px solid #D8A300;
	border-bottom: 2px solid #D8A300;
	border-left: 2px solid transparent;
	-webkit-animation: load8 0.9s infinite linear;
	animation: load8 0.9s infinite linear;
	overflow: hidden;
	box-sizing: border-box;
}
	.loading,
	.loading:after {
		border-radius: 50%;
		width: 75px;
		height: 75px;
	}


@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}




.btn {
	display: inline-block;
	border: 1px solid #444444;
	background: none;
	font-size: 1.125em;
	font-weight: 300;
	color: #444444;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	padding: 0px 30px 0px 30px;
	text-decoration: none !important;
	position: relative;
	text-align: center !important;
	max-width: 100%;
	min-width: 220px;
	height: 54px;
	background: none;
	overflow: hidden;

	-moz-border-radius: 27px;
	-webkit-border-radius: 27px;
	border-radius: 27px;
}
	a.btn {
		line-height: 51px;
	}

	button.btn span {
		display: inline-block;
		position: relative;
		font-weight: 300;
	}

	.btnMed {
		height: 48px;
		font-size: 1em;
		line-height: 44px !important;
		min-width: auto;
	}

	.btnOrange {
		border-color: rgb(216,163,0);
		color: rgb(216,163,0);
	}

	.btn:hover {
		color: #444;
		border-color: rgb(216,163,0);
		background: rgba(216,163,0,0.2);
	}

	.btnClear {
		border-color: rgb(216,163,0);
		color: #FFFFFF;
	}
		.btnClear:hover {
			color: #FFF !important;
		}




.inpt {
	font-family: 'Lato', sans-serif;
	padding: 0px 0px 10px 0px;
	font-size: 1.313em;
	font-weight: 300;
	background: none;
	border: none;
	border-bottom: 1px solid #666666;
	color: #444444;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	display: block;
	width: 100%;
}
	.inpt.default {
		/* opacity: 0.5; */
	}

	.inpt:focus {
		border-bottom-color: #D8A300;
	}

	.inpt.error {
		border-bottom-color: #FF7A4D !important;
		color: #FF7A4D !important;
		opacity: 1;
	}

	.inpt.error::-webkit-input-placeholder { color: #FF7A4D; }
	.inpt.error:-moz-placeholder { color:#FF7A4D; }
	.inpt.error::-moz-placeholder { color: #FF7A4D; }
	.inpt.error:-ms-input-placeholder { color:#FF7A4D; }



.form .inpt {
	margin: 2px 0 16px 0;
}

.shortInput {
	width: 40px;
}

.normalInput {
}

.normalInput2 {
	width: 185px;
}

.mediumInput {
	width: 265px;
}

.longInput {
}


.slct {
	cursor: pointer;
}
	.slct b {
		display: block;
		font-weight: 300;
		padding: 0 0px 0 0px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		text-transform: none;
		position: relative;
		z-index: 1;
		padding-right: 35px;
		line-height: 40px;
	}
		.slct b:after {
			display: block;
			content: "";
			top: 11px;
			position: absolute;
			z-index: 1;
			right: 4px;
			width: 13px;
			height: 13px;
			border-right: 2px solid #7E7E7E;
			border-bottom: 2px solid #7E7E7E;
			-ms-transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}



	.slct select {
		cursor: pointer;
		position: absolute;
		z-index: 100;
		left: 0px;
		top: 0px;
		height: 58px;
		line-height: 58px;
		filter:alpha(opacity=0);
		-moz-opacity:0.0;
		opacity: 0.0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333;
		text-transform: none;
	}

	.slct_act,
	.slct.act,
	.slct_dd.act {
		z-index: 200;
	}


	.slct_act .inpt,
	.slct.act .inpt,
	.slct_dd.act .inpt,
	.act .slct,
	.act .inpt {
	}

	.slct{ width: 155px;  }
		.slct select { width: 100%; }


	.slct_dd {
		float: left;
		position: relative;
		z-index: 1;
		min-width: 170px;
	}
		.slct_dd .inpt {
			width: 100%;
			margin: 0 !important;
		}

		.slct_dd .dd .scroll {
			max-height: 140px;
			width: 100%;
		}
			.filters .slct_dd .dd .scroll {
				max-height: 150px;
			}

		.team .pp .mCSB_scrollTools .mCSB_draggerRail {
			/* background-color: #4A5357 */
		}

		.slct_dd .dd .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
			background-color: rgba(0,0,0,0.45);
		}


	.slct_dd .dd {
		display: none;
		position: absolute;
		z-index: 200;
		left: 0;
		top: 59px;
		max-height: 205px;
		padding: 8px 8px;
		box-sizing: border-box;
		background-color: #FFF;
		border: 1px solid #AAAAAA;
		color: #333;
		-moz-border-radius: 0px 0px 7px 7px;
		-webkit-border-radius: 0px 0px 7px 7px;
		border-radius: 0px 0px 7px 7px;

		width: 100%;
		font-size: 18px;
		font-weight: 300;
		color: #333;
		cursor: default;
	}

		#wrapper .slct_dd ul {
			display: block;
			padding: 0;
		}
			#wrapper .slct_dd li {
				display: block;
				padding: 0;
				background: none;
			}

			#wrapper .slct_dd li:before {display: none;}

			.slct_dd li span,
			.slct_dd li a {
				display: block;
				padding: 4px 5px 4px 5px;
				margin: 0 0px;
				color: #333 !important;
				box-sizing: border-box;
				width: 100%;
				min-width: 100%;
			}
				.slct_dd li a:hover,
				.slct_dd li .act {
					background-color: rgba(236,236,236,0.7);
					color: #333 !important;
				}

		.slct_dd .dd .blue {
		}


.marg5 {
	margin-top: 5px;
}

.marg10 {
	margin-top: 10px;
}

/* a.btns:hover, input.btns:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity: 0.80;
} */

.btn::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"], input[type="password"], textarea, select {
	outline: none;
}

::-webkit-input-placeholder { color: #444444; opacity: 1; }
:-moz-placeholder { color:#444444; opacity: 1; }
::-moz-placeholder { color: #444444; opacity: 1; }
:-ms-input-placeholder { color:#444444; opacity: 1; }

/* --- } --- Forms --- */



/* Slider */

.slider.slick-initialized  > div {
	opacity: 1;
}

.slick-slider{
	direction: ltr !important;
    position: relative;

    display: block;
	width: 100%;
	overflow: hidden;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
	.boxes .slick-slider {
		height: 100%;
	}


.slick-list{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
	position: relative;
	direction: ltr !important;
}

.slick-slide img{
    display: block;
}
	.center .slick-slide img{
		margin-left: auto;
		margin-right: auto;
	}

.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
}

.slick-dotted {
	padding-bottom: 20px;
}


.slick-dots{
    position: absolute;
    bottom: 0px;

    display: block;

    width: 100%;
    padding: 0;
    margin: auto;

    list-style: none;
	left: 0; right: 0;
    text-align: left;

	width: 1330px;
	max-width: calc(100% - 40px);
}


.slick-dots li{
    position: relative;

    display: inline-block;

    margin: 0 15px 0 0;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 15px;
    height: 15px;
    padding: 0;
    cursor: pointer;
	position: relative;
	z-index: 1;
    color: transparent;
    outline: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: none;
	background: #FFF;
	opacity: 1;
}


.slick-dots li button:hover,
.slick-dots li button:focus{
    outline: none;
}

.slick-dots li button:hover{
	opacity: 1;
	background: #D8A300;
}


.slick-dots li.slick-active button{
	background: #D8A300 !important;
}

.bigSlider .slick-dots{
	bottom: 50px;
}

@media only screen and (max-height : 800px) {
	.bigSlider .slick-dots{
		bottom: 20px;
	}
}

@media only screen and (max-width : 1300px) {
	.bigSlider .slick-dots{
		bottom: 30px;
	}
}




.anim_holder {
	overflow: hidden;
}
[data-animated],
body:not(.is_handheld) [data-animated] {
	visibility: hidden;
}

.animated {
	/* animation-delay: 2s; */
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	/* -webkit-animation-fill-mode: both;
	animation-fill-mode: both; */
	animation-iteration-count: 1;
}


@-webkit-keyframes dk_pulsate {
	0% {
		box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.7);
	}
	100% {
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}
}
@keyframes dk_pulsate {
	0% {
		box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.7);
	}
	100% {
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}
}

.dk_pulsate {
	-webkit-animation: dk_pulsate 1.0s infinite;
	animation: dk_pulsate 1.0s infinite;
}



@-webkit-keyframes dk_pulsate2 {
	0% {
		box-shadow: 0 0 0 0px rgba(68, 68, 68, 0.5);
	}
	100% {
		box-shadow: 0 0 0 10px rgba(68, 68, 68, 0);
	}
}
@keyframes dk_pulsate2 {
	0% {
		box-shadow: 0 0 0 0px rgba(68, 68, 68, 0.5);
	}
	100% {
		box-shadow: 0 0 0 10px rgba(68, 68, 68, 0);
	}
}

.dk_pulsate2 {
	-webkit-animation: dk_pulsate2 1.0s infinite;
	animation: dk_pulsate2 1.0s infinite;
}


@-webkit-keyframes dk_slideInUp {
0% {
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	visibility: visible;
	opacity: 0;
}
100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
}
@keyframes dk_slideInUp {
0% {
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	visibility: visible;
	opacity: 0;
}
100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
}

.dk_slideInUp {
	visibility: visible !important;
	-webkit-animation-name: dk_slideInUp;
	animation-name: dk_slideInUp;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}


@keyframes dk_slideInDown {
    0% {
        transform: translate3d(0, -100px, 0);
        visibility: visible;
		opacity: 0;
    }
    100% {
        transform: translate3d(0, 0, 0);
		opacity: 1;
    }
}

@-webkit-keyframes dk_slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100px, 0);
        visibility: visible;
		opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
		opacity: 1;
    }
}

.dk_slideInDown {
	visibility: visible !important;
	-webkit-animation-name: dk_slideInDown;
	animation-name: dk_slideInDown;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5;
}


@keyframes dk_slideInLeft {
    0% {
        transform: translate3d(-200px, 0, 0);
        visibility: visible;
		opacity: 0;
    }
    100% {
        transform: translate3d(0, 0, 0);
		opacity: 1;
    }
}


@-webkit-keyframes dk_slideInLeft {
    0% {
        -webkit-transform: translate3d(-200px, 0, 0);
        visibility: visible;
		opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
		opacity: 1;
    }
}

.dk_slideInLeft {
	visibility: visible !important;
	-webkit-animation-name: dk_slideInLeft;
	animation-name: dk_slideInLeft;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5;
}

@keyframes dk_slideInRight {
    0% {
        transform: translate3d(200px, 0, 0);
        visibility: visible;
		opacity: 0;
    }
    100% {
        transform: translate3d(0, 0, 0);
		opacity: 1;
    }
}

@-webkit-keyframes dk_slideInRight {
    0% {
        -webkit-transform: translate3d(200px, 0, 0);
        visibility: visible;
		opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
		opacity: 1;
    }
}

.dk_slideInRight {
	visibility: visible !important;
	-webkit-animation-name: dk_slideInRight;
	animation-name: dk_slideInRight;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5;
}

@keyframes dk_slideOutRight {
    0% {
       transform: translate3d(0, 0, 0);
		opacity: 1;
    }
    100% {
		transform: translate3d(200px, 0, 0);
        visibility: visible;
		opacity: 0;
    }
}

@-webkit-keyframes dk_slideOutRight {
    0% {
       -webkit-transform: translate3d(0, 0, 0);
		opacity: 1;
    }
    100% {
		 -webkit-transform: translate3d(200px, 0, 0);
        visibility: visible;
		opacity: 0;
    }
}

.dk_slideOutRight {
	visibility: visible !important;
	-webkit-animation-name: dk_slideOutRight;
	animation-name: dk_slideOutRight;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5;
}



@keyframes dk_fadeIn {
    0% {
        visibility: visible;
		opacity: 0;
    }
    100% {
		opacity: 1;
    }
}

@-webkit-keyframes dk_fadeIn {
    0% {
        visibility: visible;
		opacity: 0;
    }
    100% {
		opacity: 1;
    }
}

.dk_fadeIn {
	visibility: visible !important;
    -webkit-animation-name: dk_fadeIn;
	animation-name: dk_fadeIn;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5;
}