@charset "utf-8";
/*===========================================================================================================*/
/*=========================================== COMMON CONFIG =================================================*/
/*===========================================================================================================*/
.alert-success, .alert-info, .alert-warning, .alert-danger {
  font-size: 1.4em;
}
:target::before {
  content: "";
  display: block;
  height: 130px; /* fixed header height/
  margin: -130px 0 0; / negative fixed header height */
}
.btn-list li:first-child { margin-bottom: 10px }
@media screen and (min-width: 1200px) {
  .modal-lg {
    width: 1140px;
  }
}
#more-info2 .sfsi_plus_widget {
	min-height: 50px!important;
}
#more-info2 .sfsiplus_norm_row {
	position: static!important;
    margin: 0 auto;
	float: none;
}
/*===========================================================================================================*/
/*=========================================== RWD VIDEOS ====================================================*/
/*===========================================================================================================*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/*===========================================================================================================*/
/*=========================================== FOMRS =========================================================*/
/*===========================================================================================================*/
label {
	display: block;
	text-align: left;
	font-size: 16px;
	line-height: 28px;
	color: #7f7f7f;
	margin: 0;
	font-weight: 400;
	margin-bottom: 5px;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0px!important;
}
.form-horizontal .control-label {
  text-align: left;
}
input[type='text'], input[type='email'], input[type='tel'], input[type='url'], input[type='password'], input[type='number'], input[type='date'], textarea, select {
  width: 100%;
  height: 60px;
  border-width: 1px;
  border: solid 1px;
  border-color: #ccc;
  padding: 0 5px;
  color: #000;
  font-size: 16px;
  border-radius: 4px;
}
textarea {
  min-height: 120px;
}
.custom-checkRad label {
  cursor: pointer;
  display: inline-block;
}
.custom-checkRad input[type="checkbox"], .custom-checkRad input[type="radio"] {
  display: none;
}
.custom-checkRad input[type="checkbox"] + label .fa.unchecked, .custom-checkRad input[type="radio"] + label .fa.unchecked {
  display: inline-block;
}
.custom-checkRad input[type="checkbox"] + label .fa.checked, .custom-checkRad input[type="radio"] + label .fa.checked {
  display: none;
}
.custom-checkRad input[type="checkbox"]:checked + label .fa.unchecked, .custom-checkRad input[type="radio"]:checked + label .fa.unchecked {
  display: none;
}
.custom-checkRad input[type="checkbox"]:checked + label .fa.checked, .custom-checkRad input[type="radio"]:checked + label .fa.checked {
  display: inline-block;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
	position: relative;
	border-radius: 4px;
	cursor: pointer;
	border: solid 1px #968245;
	background-color: transparent;
	color: #968245;
	line-height: 1em;
	text-decoration: none;
	text-transform: uppercase;
	padding: 17px 22px;
	padding-right: 12px;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 10px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
	.gform_wrapper .gform_page_footer input[type=submit]:hover,
.gform_wrapper .gform_footer input.button:focus,
.gform_wrapper .gform_footer input[type=submit]:focus,
.gform_wrapper .gform_page_footer input.button:focus,
	.gform_wrapper .gform_page_footer input[type=submit]:focus {
	border-color: #968245;
	background-color: #968245;
	color: #fff;
	text-decoration: none;
}
.contact-columns > div:first-child {
	flex-basis: 70%;
}
/*=========================================== TESTIMONIALS ========================================================*/
.testimonial-page {padding-top: 50px}
.testimonial-page>.container {
	position: relative;
	padding: 0;
	width: 100%;
	top: 80px;
	opacity: 0;
    filter: alpha(opacity=0);
}
.testimonial-page.ready>.container {
	top: 0;
	opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1.2s ease 0s, top .8s ease 0s;
    -moz-transition: opacity 1.2s ease 0s, top .8s ease 0s;
    -o-transition: opacity 1.2s ease 0s, top .8s ease 0s;
    -webkit-backface-visibility: hidden;
}
.testimonial-page .testimonial{
	max-width:850px;
	padding: 0 15px;
	margin: 0 auto 60px;
	padding-bottom: 50px;
	border-bottom: solid 1px #f1f1f1;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translate(-20%, 0);
	-webkit-transform: translate(-20%, 0);
	-moz-transform: translate(-20%, 0);
	-o-transform: translate(-20%, 0);
}
.testimonial-page .testimonial.ready {
	opacity: 1;
    filter: alpha(opacity=100);
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
    -webkit-transition: opacity 1.2s ease .2s, transform .8s ease .2s;
    -moz-transition: opacity 1.2s ease .2s, transform .8s ease .2s;
    -o-transition: opacity 1.2s ease .2s, transform .8s ease .2s;
    -webkit-backface-visibility: hidden;
}
.testimonial-page .testimonial img {
    margin-top: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.41);
}
.testimonial-page .testimonial:last-child {margin-bottom: 0; border-bottom: none}
.testimonial-page .testimonial .icon{float:left;font-size: 110px;color: #dedace;}
.testimonial-page .testimonial .right{padding-left:140px;min-height: 120px;}
.testimonial-page .testimonial .right p{font-size: 17px;line-height: 36px;letter-spacing: 0;color: #395863;}
.testimonial-page .testimonial .right p.author{font-size: 21px;text-transform: capitalize;font-style: italic;color: #006a96;font-weight: 300;line-height: 1.3em;}
@media screen and (max-width:650px){ 
.testimonial-page .testimonial img {margin-top: 15px;}
.testimonial-page .testimonial .icon{font-size:60px;}
.testimonial-page .testimonial .right{padding-left:70px;}
.testimonial-page .testimonial .right p{font-size: 14px;line-height: 28px;}
.testimonial-page .testimonial .right p.author{font-size:16px;}
}
/* About Section */

.about-section {
	position: relative;
	overflow: hidden;
	padding: 45px 55px;
}
.about-section.dynamic-section .text-content {
    padding-bottom: 60px;
}
.about-section span.parallax {
	display: block;
	position: absolute;
	top: 0;
	left: 0; right: 0; height: 100%;
	background-size: cover;
	background-position: center;
	background-image: url("../img/about-section.jpg");
	/*transition: top .1s linear;
	-webkit-transition: top .1s linear;
	-moz-transition: top .1s linear;
	-ms-transition: top .1s linear;
	-o-transition: top .1s linear;*/
}
.about-section span.parallax-over {
	display: block;
    position: absolute;
    z-index: 2;
	opacity: 0;
    top: 55%;
    transform: translate(0, -50%);
    left: 55px;
    width: 58%;
    height: 82%;
    background-size: cover;
    background-position: center;
    background-image: url(../img/about.jpg);
    transition: opacity 1.2s ease .8s, top 0.8s ease .8s;
  -webkit-transition: opacity 1.2s ease .8s, top 0.8s ease .8s;
  -moz-transition: opacity 1.2s ease .8s, top 0.8s ease .8s;
  -o-transition: opacity 1.2s ease .8s, top 0.8s ease .8s;
}
.about-section.ready span.parallax-over {
	opacity: 1;
	top: 50%;
}
.about-section > .container-fluid {
  max-width: 1920px;
  position: relative;
  z-index: 2;
  top: 80px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.about-section.ready > .container-fluid {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.about-section .text-content {
	background-image: url("../img/ropes.png");
	background-repeat: no-repeat;
    background-position: top right;
	background-color: #fff;
	max-width: 737px;
	padding: 20px 45px;
	position: relative;
	z-index: 3;
	left: 40%;
	right: 6%;
	margin: 13vw;
}
.about-section .text-content p {
	padding: 2vw 0 2vw 2vw;
}
.about-section.dynamic-section p {
    padding: .5vw 0 .5vw 2vw;
    margin: 0;
}
@media screen and (max-width: 1750px) {
	.about-section .text-content {margin: 13vw 0;}
}
@media screen and (max-width: 1320px) {
	.about-section .text-content {margin: 0 0 22vw;}
	.about-section .text-content {
		left: initial;
		right: 0;
		width: 60%;
		margin-left: 40%;
	}
}
@media screen and (max-width: 991px) {
	.about-section .text-content {margin: 4vw 0; width: 100%; max-width: 100%}
	.about-section span.parallax-over { display: none }
}
@media screen and (max-width: 768px) {
	.about-section {
		background-image: url("../img/about-section.jpg");
		background-position: center;
		background-size: cover;
		padding: 15px;
	}
	.about-section.dynamic-section p {padding: 0; margin: 0 0 15px}
	.about-section .text-content {padding: 5px 15px}
	.about-section.dynamic-section .text-content {padding-bottom: 15px;}
}
/*===========================================================================================================*/
/*=========================================== MAPS =========================================================*/
/*===========================================================================================================*/
#map_wrapper {
  height: 460px;
}
#map_canvas {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.info_content {
  width: 230px;
  height: 110px;
}
.info_content h3 {
  font-size: 1em;
  margin-bottom: 5px;
  margin-top: 5px;
}
.info_content a {
  font-size: 1em;
}
.info_content p {
  line-height: 1.1em;
  font-size: 1em;
}
.maps img {
  max-width: none;
}
#map_canvas img {
  max-width: none;
}
.contact-map {
  position: relative;
  overflow: hidden;
  padding-bottom: 45%;
}
.contact-map span.map-overlay {
  position: absolute;
  cursor: pointer;
  z-index: 4;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.contact-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (max-width: 768px) {
  .contact-map {
    padding-bottom: 65%;
  }
}
/*===========================================================================================================*/
/*=========================================== BTN-LAYOUT ====================================================*/
/*===========================================================================================================*/
.btn-layout {
	position: relative;
	border-radius: 4px;
	cursor: pointer;
	border: solid 1px #968245;
	background-color: transparent;
	color: #968245;
	line-height: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
	padding: 17px 22px;
	padding-right: 12px;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 10px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-layout:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #968245;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-layout:hover:after, .btn-layout:focus:after {
	width: 100%;
}
.btn-layout:hover, .btn-layout:focus {
	/*border-color: #968245;
	background-color: #968245;*/
	color: #fff;
	text-decoration: none;
}
.btn-layout.btn-big {
  font-size: 22px;
}
.white-btn-layout {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.white-btn-layout:hover,
.white-btn-layout:focus {
  border-color: #fff;
  background-color: #fff;
  color: #7c7c7c;
  text-decoration: none;
}
/*=========================================== BLOG RIGHT CLOUMN =============================================*/
.news-right-column h2, .news-right-column h3 {
    font-size: 30px;
    line-height: 1.3em;
    color: #434e4b;
    font-weight: 400;
    margin: 20px 0;
}
.news-right-column form p {
  font-size: 1em;
  margin-bottom: 15px;
}
.news-right-column form input[type="text"] {
  border-radius: 4px 4px 0 0;
  height: 47px;
}
.news-right-column form input[type="submit"] {
	width: 100%;
	display: block;
    position: relative;
	border-radius:0 0 4px 4px;
	cursor: pointer;
	border: solid 1px #968245;
	background-color: transparent;
	color: #968245;
	line-height: 1em;
	text-decoration: none;
	text-transform: uppercase;
	padding: 17px 22px;
	padding-right: 12px;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 10px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.news-right-column form input[type="submit"]:hover,
.news-right-column form input[type="submit"]:focus {
	color: #fff;
	border-color: #968245;
	background-color: #968245;
	text-decoration: none;
}
@media screen and (max-width: 768px) {
  .news-right-column form input[type="submit"] {font-size: 16px;}
  .news-right-column h2, .news-right-column h3 {
    font-size: 24px;
  }
}
/*======================================== MEDIA MODULE ==========================================================*/
.section-white.events-page {
	padding: 45px 0;
}
.events-page .media-module > div {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: dashed 1px #ebebeb;
}
.events-page .media-module > div:last-child {
  padding: 0;
  border: none;
}
.events-page .media-module .left {
  float: left;
  display: block;
  width: 180px;
  height: 180px;
  background-position: center;
  background-size: cover;
  opacity: 1;
  transition: opacity 250ms linear;
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
}
.events-page .media-module .left:hover {
  opacity: 0.8;
}
.events-page .media-module .date span {
  display: block;
  color: #7a7a7a;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}
.events-page .media-module .date span.day {
  font-size: 50px;
  float: left;
  color: #3c3c3c;
}
.events-page .media-module .date span.month-year {
  font-size: 1.3em;
  padding: 4px 0;
  padding-left: 65px;
}
.events-page .media-module .right {
  padding-left: 195px;
}
.events-page h2 {font-size: 55px; line-height: 1.2em;}
.events-page .media-module .right .title {
  font-size: 30px;
  line-height: 1.3em;
  color: #434e4b;
  text-transform: capitalize;
  font-weight: 400;
  margin: 10px 0;
}
.events-page .media-module .right .text {
  margin-bottom: 0;
}
.events-page .media-module-interior {
  padding-top: 50px;
}
.events-page .media-module .news-thumb {
  float: left;
  width: 250px;
  margin: 0 10px 10px 0;
}
.events-page .event-grid-item {
  position: relative;
  min-height: 238px;
  padding-bottom: 60px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.events-page .event-grid-item:before {
  content: '';
  display: block;
  width: 60px;
  height: 5px;
  margin-bottom: 25px;
  background-color: #c0af81;;
}
.events-page .event-grid-item h2 {
  font-size: 32px;
  font-weight: 400;
  margin: 30px 0;
}
.events-page .event-grid-item .btn-layout {
  position: absolute;
  font-size: 16px;
  padding: 15px;
  width: 100%;
  left: 0; right: 0;
  bottom: 15px;
}
@media screen and (max-width: 991px) {
  .events-page .media-module .left {
    width: 180px;
    height: 120px;
  }
  .events-page .media-module .right {
    padding-left: 195px;
  }
}
@media screen and (max-width: 768px) {
  .events-page .media-module .right .title {
    font-size: 28px;
  }
  .events-page .event-grid-item {
    min-height: 260px;
  }
}
@media screen and (max-width: 650px) {
  .events-page .media-module .left {
    display: none;
  }
  .events-page .media-module .right {
    padding-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .events-page .event-grid-item {
    min-height: auto;
  }
}

/*=========================================== PROPERTIES ========================================================*/
.custom-checkRad label {cursor: pointer;}
.custom-checkRad input[type="checkbox"],
.custom-checkRad input[type="radio"]{display:none;}
.custom-checkRad input[type="checkbox"] + label .far.unchecked,
.custom-checkRad input[type="radio"] + label .far.unchecked{display:inline-block}
.custom-checkRad input[type="checkbox"] + label .far.checked,
.custom-checkRad input[type="radio"] + label .far.checked{display:none}
.custom-checkRad input[type="checkbox"]:checked + label .far.unchecked,
.custom-checkRad input[type="radio"]:checked + label .far.unchecked{display:none}
.custom-checkRad input[type="checkbox"]:checked + label .far.checked,
.custom-checkRad input[type="radio"]:checked + label .far.checked{display:inline-block}


.featured-section {
	background-color: #fff;
	padding: 20px 0 0;
}
.featured-section h2.h1-style {
	margin-bottom: 40px;
}
.featured-section>.container {
	position: relative;
	padding: 0;
	width: 100%;
	top: 80px;
	opacity: 0;
    filter: alpha(opacity=0);
}
.featured-section.ready>.container {
	top: 0;
	opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1.2s ease 0s, top .8s ease 0s;
    -moz-transition: opacity 1.2s ease 0s, top .8s ease 0s;
    -o-transition: opacity 1.2s ease 0s, top .8s ease 0s;
    -webkit-backface-visibility: hidden;
}

.projects-list {
	opacity: 1!important;
	padding: 3px 1px 0;
    text-align: center;
}
.projects-list .projects-list-item {
	width: 33.3%;
	/*float: left;*/
	display: inline-block;
    margin: -3px -1px 0;
	padding-left: 0;
	padding-right: 0;
	border: solid 1px #fff;
	position: relative;
	overflow: hidden;
}
.featured-section .projects-list .projects-list-item.hidden-item .mls-image,
.yachts-section .projects-list .projects-list-item.hidden-item .mls-image  {
	transform: scale(.9);
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-o-transform: scale(.9);
	opacity: 0;
}
.projects-list .projects-list-item .mls-image {
	display: block;
	padding-bottom: 66%;
	width: 100%;	
	overflow: hidden;
	position: relative;
	transition: opacity .6s linear;
	-webkit-transition: opacity .6s linear;
	-moz-transition: opacity .6s linear;
	-o-transition: opacity .6s linear;
	opacity: 1;
}
.projects-list .projects-list-item .mls-image .new-listing {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
	padding: 3px 7px;
	font-size: 12px;
	color: #fff;
	background: #c0af81
}
.projects-list .projects-list-item .mls-image .bg-img {
	position: absolute;
	left: 0; right: 0; top: 0; bottom: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transition: transform 1.6s ease;
}
.projects-list .projects-list-item .mls-image:hover .bg-img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.projects-list .projects-list-item .mls-image:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	left: 0; bottom: 0; right: 0;
	height: 85%;
	opacity: 1;
	transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+49,0+49,0.65+92 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 49%, rgba(0,0,0,0.65) 92%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 49%,rgba(0,0,0,0.65) 92%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 49%,rgba(0,0,0,0.65) 92%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
/*
.projects-list .projects-list-item .mls-image:hover .shadow {
	opacity: 0;
}*/
.projects-list .projects-list-item .mls-image .info {
	display: block;
	position: absolute;
	z-index: 3;
	left: 10px; right: 10px; bottom: 10px;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
}
.projects-list .projects-list-item .mls-image:hover .info {
	/*opacity: 1;*/
	/*transform: scale(.92);
	-webkit-transform: scale(.92);
	-moz-transform: scale(.92);
	-o-transform: scale(.92);*/
}
.boatname{
	/* font-family: 'Playfair Display', serif !important; */
	font-weight: 400!important;
	font-style: italic;
	/* text-transform: capitalize!important; */
}
/*
.featured-section .projects-list .projects-list-item.hidden-item .mls-image,
.yachts-section .projects-list .projects-list-item.hidden-item .mls-image  {
	transform: scale(.8);
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-o-transform: scale(.8);
	opacity: 0;
}
.projects-list .projects-list-item .mls-image {
	display: block;
	padding-bottom: 66%;
	width: 100%;	
	overflow: hidden;
	position: relative;
	transition: all .6s ease, opacity .4s linear .3s;
	-webkit-transition: all .6s ease, opacity .4s linear .3s;
	-moz-transition: all .6s ease, opacity .4s linear .3s;
	-o-transition: all .6s ease, opacity .4s linear .3s;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	opacity: 1;
}
.projects-list .projects-list-item .mls-image:hover {
	opacity: .8;
	transform: scale(.97);
	-webkit-transform: scale(.97);
	-moz-transform: scale(.97);
	-o-transform: scale(.97);
}
.projects-list .projects-list-item .mls-image .bg-img {
	position: absolute;
	left: 0; right: 0; top: 0; bottom: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
}
.projects-list .projects-list-item .mls-image:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	left: 0; bottom: 0; right: 0;
	height: 85%;
	opacity: 1;
	transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 49%, rgba(0,0,0,0.65) 92%, rgba(0,0,0,0.65) 100%); 
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 49%,rgba(0,0,0,0.65) 92%,rgba(0,0,0,0.65) 100%); 
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 49%,rgba(0,0,0,0.65) 92%,rgba(0,0,0,0.65) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.projects-list .projects-list-item .mls-image:hover .shadow {
	opacity: 0;
}
.projects-list .projects-list-item .mls-image .info {
	display: block;
	position: absolute;
	z-index: 3;
	left: 10px; right: 10px; bottom: 10px;
	transition: all 300ms ease;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
}
.projects-list .projects-list-item .mls-image:hover .info {
	opacity: 1;
}
*/
.projects-list .projects-list-item .mls-image .info .left {
	display: inline-block;
	vertical-align: bottom;
	width: 58%;
}
.projects-list .projects-list-item .mls-image .info .left .title,
.projects-list .projects-list-item .mls-image .info .left .title p {
	text-align: left;
	display: block;
	color: #fff;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 7px;
	text-transform: uppercase;
}
.projects-list .projects-list-item .mls-image .info .left .title small {
    margin-left: 10px;
}
.projects-list .projects-list-item .mls-image .info .left .details {
	text-align: left;
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: 200;
    line-height: 1.2em;
    margin-bottom: 7px;
    text-transform: capitalize;
    font-style: italic;
}
.projects-list .projects-list-item .mls-image .info .right {
	display: inline-block;
    width: 41%;
    text-align: right;
    vertical-align: bottom;
}
.projects-list .projects-list-item .mls-image .info .right span {
	text-align: right;
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.2em;
	text-transform: capitalize;
	margin-bottom: 7px;
}
.projects-list .projects-list-item .mls-image .info .right span strong {
	display: block;
}

.yachts-section {
	border-top: solid 2px #fff;
	padding: 0;
}
.yachts-section > .container-fluid {
    background-color: #e2d2a8;
}
.search-wrapper {
	background-color: #e2d2a8;
}
.search-wrapper>div {
    max-width: 1400px;
}
.yachts-section .search-tabs {
	position: relative;
	opacity: 0;
	transform: translate(25px, 0);
	-webkit-transform: translate(25px, 0);
	-moz-transform: translate(25px, 0);
	-o-transform: translate(25px, 0);
}
.yachts-section.ready .search-tabs {
	opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}
.yachts-section .search-tabs h2 {
	display: inline-block;
	position: absolute;
    top: 0;
    left: 0;
	color: #9c8e68;
	margin: 30px;
	margin-left: 15px;
}
.yachts-section .search-tabs ul {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.section-results>p {
    margin: 8vw 0;
    font-size: 18px;
}
.search-tabs form {
    display: inline-block;
    vertical-align: top;
    margin: 0;
	padding-left: 205px;
}
.search-tabs form input[type="checkbox"] {
	opacity: 0;
    width: 0;
    height: 0;
}
.yachts-section .search-tabs ul li {
	width: 90px;
    margin: 0 -1px;
	vertical-align: top;
    text-transform: uppercase;
    border-right: solid 1px #e2d2a8;
}
.yachts-section .search-tabs ul li:last-child {
	margin-left: -2px;
}
.yachts-section .search-tabs ul li label {
    margin: 0;
}
.yachts-section .search-tabs ul li a {
	text-align: center;
	display: block;
    height: 115px;
    padding: 0 15px;
	font-size: 15px;
    font-weight: 600;
	line-height: 1.1em;
    color: #fff;
    background-color: #c0af81;
}
.yachts-section .search-tabs ul li a:hover {
	background-color: #A28F5E;
}
.yachts-section .search-tabs ul li a.actived,
.yachts-section .search-tabs ul li a:focus {
	background-color: #234c5a;
}
.yachts-section .search-tabs ul li a span {
	display: inline-block;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	padding: 27px 0;
    border-bottom: solid 4px #9c8e68;
}
.yachts-section .search-tabs ul li a:hover span {
	border-bottom: solid 4px #826D39;
}
.yachts-section .search-tabs ul li a.actived span,
.yachts-section .search-tabs ul li a:focus span {
    border-bottom: solid 4px #153642;
}
.yachts-section .search-tabs .form-group label {
    color: #9c8e68;   
    font-weight: 600;
    text-transform: uppercase;
}
.yachts-section .search-tabs .form-group {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    margin-top: 10px;
}
.yachts-section .search-tabs .form-group.form-state {
	width: 340px;
}
.yachts-section .search-tabs .form-group.form-price {
    width: 200px;
}
.yachts-section .search-tabs .form-group.form-price select {
    background-color: #fffefb;
    border-color: #c5bea7;
    color: #9c8e68;
    border-radius: 0;
    height: 55px;
    font-size: 14px;
}
.yachts-section .search-tabs .form-group.form-state input[type="text"] {
    background-color: #fffefb;
    border-color: #c5bea7;
    color: #9c8e68;
    border-radius: 0;
    height: 55px;
    font-size: 14px;
}
.yachts-section .search-tabs .form-group.form-state .custom-control label {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
	cursor: pointer;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
}
.yachts-section .search-tabs .form-group.form-state .custom-control label:hover {
	color: #B4AA8D; 
}
.custom-control-label::before {
    background-color: #efede7;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #826D39;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #826D39;
}
.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #f5edd7;
}

.listings-details-wrap {
	padding-top: 15px;
}
.affix-top {
	position: absolute;
	left: 15px; right: 15px;
}

.yacht-info .name {
	text-align: center;
	margin-bottom: 0;
}
.yacht-info .price {
	text-align: center;
    font-size: 31px;
    line-height: 1.3em;
    color: #234c5a;
    background-color: #f7fdff;
    border-top: solid 1px #def7ff;
    border-bottom: solid 1px #def7ff;
    padding-bottom: 11px;
    margin: 12px 0;
}
.yacht-info .location {
	text-align: center;
	color: #968245;
	margin: 5px 0 15px;
}
.yacht-actions {
	
}
.yacht-actions .btn-layout {
	letter-spacing: 2px;
    font-size: 14px;
    width: 100%;
    display: block;
    margin: 0 0 15px;
}

div.dataset ul {
    margin: 0;
    padding: 0;
}
div.dataset ul li:after,
div.dataset ul li:before {
    content: "";
    display: table;
}
div.dataset ul li:after {
    border-top: 2px dotted #ccc;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}
div.dataset ul li {
    position: relative;
    margin: 0;
    padding: 3px 0;
    list-style: none;
}
div.dataset ul li strong {
    font-weight: 400;
    color: #555;
    position: relative;
    padding-right: 5px;
    z-index: 2;
    background: #fff;
}
div.dataset ul li span {
    position: relative;
    padding-left: 5px;
    z-index: 2;
    background: #fff;
    float: right;
    max-width: 65%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.slick-gallery .slick-slide {
    border: solid 1px #fff;
    border-right: 1px;
	position: relative;
}
.slick-gallery .slick-slide img {
    height: 27vw;
}
/*.slick-gallery .slick-slide:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 73%, rgba(0,0,0,0.65) 100%); 
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 73%,rgba(0,0,0,0.65) 100%); 
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 73%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}*/
.slick-gallery .slick-slide span.caption {
	position: absolute;
    text-align: left;
    line-height: 1.4em;
    left: 10px;
    right: 10px;
    bottom: 5px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: uppercase;
}
.slick-gallery .slick-prev {left: 10px}
.slick-gallery .slick-next {right: 39px}
.slick-gallery .slick-prev:before, 
.slick-gallery .slick-next:before {
	background: #234c5a;
    padding: 14px;
    border-radius: 12px;
}
.more-info-collapse {
	position: relative;
    padding-bottom: 70px;
}
.more-info-collapse .back-to-top {
    position: absolute;
    bottom: 5px;
    right: 50%;
    transform: translate(50%, 0);
}
@media screen and (max-width: 1400px) {
	.projects-list .projects-list-item .mls-image .info .left .title {
		font-size: 16px;
	}
	.projects-list .projects-list-item .mls-image .info .left .details,
	.projects-list .projects-list-item .mls-image .info .right span {
		font-size: 14px;
	}
}
@media screen and (max-width: 1200px) {
	.yachts-section .search-tabs h2 {
		font-size: 30px;
    	margin: 38px 0;
	}
	.search-tabs form {
		padding-left: 138px;
	}
	.yachts-section .search-tabs ul li a {
		height: 115px;
		font-size: 14px;
	}
	.yachts-section .search-tabs .form-group.form-state .custom-control label {font-size: 14px;}
}
@media screen and (max-width: 1170px) {
	.yachts-section .search-tabs {padding-top: 15px;}
	.yachts-section .search-tabs ul {display: block}
	.yachts-section .search-tabs ul li {width: auto;}
	.yachts-section .search-tabs ul li a {height: 64px; padding: 0 5vw;}
	.yachts-section .search-tabs ul li a span {padding: 10px 0}
	.yachts-section .search-tabs ul li a span br {display: none}
	.yachts-section .search-tabs .form-group.form-price {margin-left: 0}
}
@media screen and (max-width: 1100px) {
	.projects-list .projects-list-item {width: 50%;}
}
@media screen and (max-width: 991px) {
	.yachts-section .search-tabs ul li a {padding: 0 4vw;}
	.projects-list .projects-list-item .mls-image .info .left .title {
		font-size: 14px;
	}
	.projects-list .projects-list-item .mls-image .info .left .details,
	.projects-list .projects-list-item .mls-image .info .right span {
		font-size: 12px;
	}
}
@media screen and (max-width: 768px) {
	.yachts-section .search-tabs h2 {
		margin: 28px 0;
	}
	.yachts-section .search-tabs ul li a {
		height: 75px;
		padding: 0 2.5vw;
	}
	.yachts-section .search-tabs .form-group.form-price {width: 146px;}
	.yachts-section .search-tabs .form-group.form-state {width: 195px;}
	.slick-gallery .slick-slide img { height: 54vw; }
	.slick-gallery .slick-next {right: 29px}
	.slick-gallery .slick-prev:before, 
	.slick-gallery .slick-next:before {
		padding: 11px;
	}
	.slick-gallery .slick-prev:before {
		padding-left: 18px;
	}
	.slick-gallery .slick-next:before {
		padding-right: 18px;
	}
	.affix-top {
		margin-top: 0;
		position: static;
	}
}
@media screen and (max-width: 650px) {
	.yachts-section .search-tabs ul li a {
		font-size: 12px;
		height: 70px;
		padding: 0 27px;
	}
	.yachts-section .search-tabs ul li a span br {
		display: block;
	}
	.yachts-section .search-tabs .form-group {width: 146px;}
}
@media screen and (max-width: 620px) {
	.projects-list .projects-list-item {
		display: block;
		width: auto;
		margin: 0;
	}
}
@media screen and (max-width: 570px) {
	.yachts-section .search-tabs {
		text-align: center;
	}
	.yachts-section .search-tabs h2 {
		position: relative;
		font-size: 24px;
		margin: 0;
	    padding: 0 15px 15px;
	}
	.search-tabs form {padding: 0}
	.yachts-section .search-tabs ul li a {padding: 0 30px}
	.yachts-section .search-tabs .form-group.form-price {
    	width: 225px;
	}
}
@media screen and (max-width: 420px) {
	.yachts-section .search-tabs ul li a {
		height: 70px;
		padding: 0 15px;
	}
	.yachts-section .search-tabs .form-group.form-price {
		width: 266px;
	}
	.yachts-section .search-tabs .form-group.form-state {
		width: 266px;
		margin-left: 0;
		margin-top: 0;
	}
}
/*=========================================== PAGINATION ===================================================*/
.pagination {
  margin: 25px 0;
  display: block;
}
.pagination > div {
  float: right;
  padding: 0;
  margin: 0;
  display: table;
}
.pagination > div > a, .pagination > div > span {
  display: inline-block;
  font-size: 14px;
  align-items: center;
  text-align: center;
  min-width: 20px;
  padding: 4px 12px;
  border: solid 1px #dcdcdc;
  border-right: none;
}
.pagination > div > a:first-child, .pagination > div > span:first-child {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
}
.pagination > div > a:last-child, .pagination > div > span:last-child {
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-right: solid 1px #dcdcdc;
}
.pagination > div > a:hover, .pagination > div > span:hover {
  background-color: #f7f7f7;
}
.pagination > div > span.current {
  color: #fff;
  background-color: #024816;
}
/*=========================================== LEADERSHIP ====================================================*/
.team-page {
	padding: 40px 0;
}
.team-page > div,
.single-team > div {
	max-width: 1400px;
	width: 100%;
}
.single-team .team-top {
	margin-bottom: 35px;
}
.team-grid {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex!important;
    flex-wrap: wrap;
}
.team-grid > div {
	margin-bottom: 35px;
	position: relative;
	height: auto
}
.team-grid .member-link {
	text-align: center;
	display: block;
	top: 0; bottom: 0;
	padding: 12% 0;
}
.team-grid .member-link:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	right: 15px;
	background-color: #fff;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transform: scale(.96);
	-webkit-transform: scale(.96);
	-moz-transform: scale(.96);
	-o-transform: scale(.96);
}
.team-grid .member-link:hover:after {
	background-color: #EFF6F9;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.28);
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
}
.team-grid .member-link img {
	position: relative;
	z-index: 2;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	width: 200px;
    margin: 0 auto 35px;
}
.team-grid .member-link .img {
    display: block;
    position: relative;
    z-index: 2;
    background-size: cover;
    background-position: top center;
    width: 200px;
    padding-bottom: 200px;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
    margin: 0 auto 15px;
}
.team-grid .member-link .name {
	font-family: 'Lora', serif;
	font-style: italic;
	position: relative;
	z-index: 2;
    display: block;
    font-size: 29px;
    line-height: 1.25em;
    color: #234c5a;
    text-transform: capitalize;
    font-weight: 400;
    margin: 0 0 5px;
	letter-spacing: 0;
}
.team-grid .member-link .title {
	position: relative;
	z-index: 2;
    display: block;
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 0;
	margin-bottom: 20px;
    color: #ab9c75;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1px;
    font-style: italic;
}
.team-grid .member-link .info {
    display: block;
    position: relative;
    z-index: 2;
    font-size: 13px;
    line-height: 1.4em;
    margin: 7px 0;
}
@media screen and (max-width: 1200px) {
	.team-grid .member-link .name {
		font-size: 22px;
	}
	.team-grid .member-link .title {
		font-size: 13px;
		line-height: 1.3em;
	}
	.team-grid .member-link .info {
		font-size: 10px;
	}
}
@media screen and (max-width: 991px) {
	.ice-icon {width: 50px;}
}
@media screen and (max-width: 768px) {
	.ice-icon {display: none;}
}
@media screen and (max-width: 600px) {
	.team-grid > div {
		float: none;
		width: 100%;
	}
	.team-grid .member-link .name {
		font-size: 18px;
	}
	.team-grid .member-link .title {
		font-size: 16px;
	}
	.team-grid .member-link .info {
		font-size: 15px;
	}
}
/*===========================================  SECTION ==================================================*/
#custom-media-grid {

}
#custom-media-grid .esg-grid {
	padding-bottom: 20px!important;
}
#custom-media-grid .esg-grid ul li {
	padding: 10px;
}
/*=========================================== INSTAGRAM ==========================================================*/
/*
.instagram-section {
  overflow-x: hidden;
  padding: 0 16px 0;
  position: relative;
  z-index: 2;
  top: 40px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.instagram-section.ready {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
  -moz-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
  -o-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
}
.instagram-section h2 > .fab {
  font-size: 140%;
  display: block;
  margin: 0 0 15px;
  color: #d32131;
  font-weight: 400;
}*/
.instagram-section .social-wrap {
    padding: 0 15px;
    margin: 0 -10px;
}
.instagram-section .social-wrap > a, 
.instagram-section .social-wrap > span {
    display: block;
    float: left;
    width: 33.3333%;
    padding: 10px;
}
.instagram-section .social-wrap span.content {
    display: block;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.instagram-section .social-wrap a span.overlay {
    position: absolute;
    z-index: 1;
    left: 0; right: 0; top: 0; bottom: 0;
    background-color: rgba(29, 40, 45, 0.45);
    opacity: 0;
    transition: opacity 250ms linear;
    -webkit-transition: opacity 250ms linear;
}
.instagram-section .social-wrap a:hover span.overlay {
    opacity: 1;
}
.instagram-section .social-wrap a span.content .fa-instagram,
.instagram-section .social-wrap a span.content .fa-play-circle {
    position: absolute;
    z-index: 2;
    top: 50%; left: 50%;
    font-size: 50px;
    line-height: 1;
    color: #fff;
    margin-top: -21px;
    margin-left: -25px;
    opacity: 0;
    transition: opacity 250ms linear;
    -webkit-transition: opacity 250ms linear;
}
.instagram-section .social-wrap a:hover span.content .fa-instagram,
.instagram-section .social-wrap a:hover span.content .fa-play-circle {
    opacity: 1;
}

@media only screen and (max-width: 1200px) {
    .instagram-section .social-wrap > a,
	.instagram-section .social-wrap > span {
        width: 50%;
    }
}
@media only screen and (max-width:1023px) {
    .instagram-section .social-wrap a span.content .fa-instagram,
	.instagram-section .social-wrap a span.content .fa-play-circle {
        font-size: 30px;
        margin-top: -12px;
        margin-left: -15px;
    }
}
@media only screen and (max-width:991px) {
    /*.instagram-section {
        padding: 0 8px;
    }*/
   .instagram-section .social-wrap > a,
	.instagram-section .social-wrap > span {
        width: 33.3333%;
    }
}
@media only screen and (max-width:600px) {
	 .instagram-section .social-wrap {
        padding: 4px 0;
        margin: 0 -4px;
    }
    .instagram-section .social-wrap > a, 
	.instagram-section .social-wrap > span {
        width: 50%;
        padding: 4px;
    }
}

/*=========================================== BRAND LANDING =================================================*/
.brand-landing-page {
    margin-top: 153px;
}
.brand-landing-page h2 {
	font-style: normal;
	color: #444444;
}
.brand-landing-page p,
.brand-landing-page li {
	color: #2a2a2a;
	line-height: 32px;
	letter-spacing: 0;
}
.brand-landing-page li { margin-bottom: 7px }
.brand-landing-page .btn-layout {
	font-size: 16px;
	letter-spacing: 7px;
}
.brand-landing-page .fa-ul { margin-left: 25px }
.brand-landing-page .fa-ul .fa-li {	margin-top: 7px }
.brand-landing-page .fa-ul.underlined li {
	border-bottom: solid 1px #ccc;
	padding-bottom: 5px;
}

.brand-banner {
	position: relative;
	/* height: 87vh; */
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.brand-banner:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 50%);
}
.brand-banner .main-slick {
	width: 100%;
	height: 100%;
	/* position: absolute; */
	background: #000;
}
.brand-banner .main-slick .bnn {
	width: 100%;
	height: 100%;
	opacity: .4;
}
.brand-banner .main-slick .bnn img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.brand-banner.single { height: 100vh; }
.brand-banner.single:before { display: none }
.brand-banner.single img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.brand-banner .container {
	/* margin-top: 120px; */
	position: relative;
	opacity: 0;
	top: 40px;
	position: absolute;
	top: 50%!important;
	transform: translateY(-50%);
}
.brand-banner.ready .container {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.brand-options {
	overflow: hidden;
	background-color: #c0af81;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
}
.brand-options > div {
	position: relative;
	width: 16.666%;
	text-align: center;
	padding: 15px;
	margin: 10px 0;
	opacity: 0;
	left: 20px;
}
.brand-options.ready > div {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.2s ease 0s, left 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, left 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, left 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.brand-options > div a {
	transition: all .3s ease;
}
.brand-options > div a:hover {
	opacity: .7;
}
.brand-options > div p {
	font-weight: bold;
	color: #fff;
	margin: 15px 0 0;
}
.brand-about {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	min-height: 70vh;
	border-bottom: solid 1px #c0af81;
}
.brand-about .text {
	position: relative;
	width: 45%;
	padding: 0 4vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: -50px;
    opacity: 0;
}
.brand-about.ready .text {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.2s ease 0s, left 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, left 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, left 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.brand-about .bnn {
	position: relative;
	width: 55%;
	right: -50px;
    opacity: 0;
}
.brand-about.ready .bnn {
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.2s ease 0s, right 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, right 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, right 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.brand-about .bnn img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.brand-left-right {
	padding: 30px 20px;
}
.brand-left-right > div {
	min-height: 60vh;
	display: flex;
	flex-wrap: wrap;
	margin: 100px 0;
	opacity: 0;
}
.brand-left-right > div.ready {
	opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1.2s ease 0s;
    -moz-transition: opacity 1.2s ease 0s;
    -o-transition: opacity 1.2s ease 0s;
    -webkit-backface-visibility: hidden;
}
.brand-left-right > div:nth-child(even) {
	flex-direction: row-reverse;
}
.brand-left-right .icon {
	width: 50%;
	padding: 0 20px;
}
.brand-left-right .icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.brand-left-right .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 550px;
	padding: 0 20px;
}
.brand-left-right .text p {
	font-size: 16px;
}
.brand-bottom {
	border-top: solid 1px #c0af81;
	position: relative;
	opacity: 0;
}
.brand-bottom.ready {
	opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1.2s ease 0s;
    -moz-transition: opacity 1.2s ease 0s;
    -o-transition: opacity 1.2s ease 0s;
    -webkit-backface-visibility: hidden;
}
.brand-bottom .bnn {
	position: absolute;
	max-width: 100%;
}
.brand-bottom .bnn img {}
.brand-bottom .text {
	position: relative;
	padding: 140px 4vw 80px;
	padding-left: 43%;
	display: flex;
}
.brand-bottom .text > div {
    width: 33.3333%;
    padding: 0 5px;
    text-align: center;
    margin-bottom: 30px;
}
.brand-bottom .text > div h2 {
	display: inline-block;
	text-align: left;
	font-size: 53px;
	color: #091333;
	width: 320px;
}
.brand-bottom .text > div h2 span {
	font-size: 31px;
	text-transform: none;
	letter-spacing: 0;
	font-weight: normal;
	color: #444444;
}
.brand-logo-top { text-align: center; margin: 0 0 50px }
.brand-logo-top img { max-width: 200px }
.brand-links-list {}
.brand-links-list li { margin: 0 0 13px!important }
.brand-links-list li a { display: block; }
.brand-gallery {
	padding: 10px 0 0;
	opacity: 0;
}
.brand-gallery.ready {
	opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1.2s ease 0s;
    -moz-transition: opacity 1.2s ease 0s;
    -o-transition: opacity 1.2s ease 0s;
    -webkit-backface-visibility: hidden;
}
.brand-gallery .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.brand-gallery .custom-nav li:not(:last-child) { margin-right: 20px }
.brand-gallery .custom-nav li { font-size: 28px; }
.brand-gallery .custom-nav li a { color: #968245; }
.brand-gallery .custom-nav li a:hover { color: #234c5a; }
.brand-gallery .slick-slide a {
	display: block;
	text-align: center;
}
.brand-gallery .slick-slide img {
	border-right: solid 1px #fff;
	width: 100%;
	max-width: 1200px;
	max-height: 800px;
	margin: 0 auto;
}
.brand-gallery .slick-prev:before,
.brand-gallery .slick-next:before
{
	font-family: "Font Awesome 5 Pro";
	font-weight: 100;
	font-size: 70px;
	text-shadow: 0 0 4px #3c3c3c;
}
.brand-gallery .slick-prev:before {
	content: '\f104';
}
.brand-gallery .slick-next:before {
	content: '\f105';
}
.brand-gallery .slick-slide {
	text-align: center;
}
.brand-plans {
	padding: 40px 0 80px;
	border-top: solid 1px #fff;
	background-color: #968245;
	overflow: hidden;
	opacity: 0;
}
.brand-plans.ready {
	opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1.2s ease 0s;
    -moz-transition: opacity 1.2s ease 0s;
    -o-transition: opacity 1.2s ease 0s;
    -webkit-backface-visibility: hidden;
}
.brand-plans .container.controls {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin: 0 auto 40px;
}
.brand-plans h2 { color: #fff; }
.brand-plans .custom-nav li:not(:last-child) { margin-right: 20px }
.brand-plans .custom-nav li { font-size: 28px; }
.brand-plans .custom-nav li a { color: #fff; }
.brand-plans .custom-nav li a:hover { color: #234c5a; }
.brand-plans .slider-wrapper {/* padding-right: 12vw; */}
.brand-plans .slick-list { overflow: visible; }
.brand-plans .slick-slide {
	padding-right: 10px
}
.brand-plans .slick-slide p,
.brand-plans .slider-wrapper p{
	color: #fff;
	font-size: 18px;
	margin: 20px 0 0
}

@media (max-width: 1800px) {
	.brand-bottom .text {
		padding-top: 320px;
		padding-left: 300px;
	}
}
@media (max-width: 1400px) {
	.brand-landing-page {
	    margin-top: 110px;
	}
}
@media (max-width: 1200px) {
	.brand-left-right .text { width: 50%; }
	.brand-bottom .text {
		padding-top: 26vw;
		padding-left: 18vw;
	}
	.brand-bottom .text > div h2 {font-size: 48px;}
	.brand-bottom .text > div h2 span { font-size: 26px; }
}
@media (max-width: 991px) {
	.brand-landing-page {
	    margin-top: 75px;
	}
	.brand-banner .container img { max-width: 150px }
	.brand-options > div { width: 33.3333%; }
	.brand-about { flex-direction: column; }
	.brand-about .text { width: 100%; padding: 40px 15px; }
	.brand-about .bnn { width: 100% }
	.brand-bottom {}
	.brand-bottom .text {
		padding-top: 26vw;
		padding-left: 18vw;
		flex-direction: column;
		align-items: flex-start;
	}
	.brand-bottom .text > div { text-align: center; width: 100%; }
	.brand-bottom .text > div img { margin-bottom: 30px; }
	.brand-bottom .text > div h2 { width: auto; font-size: 40px; }
	.brand-bottom .text > div h2 span { font-size: 22px; }
	.brand-banner.single { height: 70vh }
}
@media (max-width: 768px) {
	.brand-options > div { width: 50%; }
	.brand-left-right > div,
	.brand-left-right > div:nth-child(even) { flex-direction: column; margin: 60px 0 }
	.brand-left-right > div .icon { width: 100%; padding: 0; }
	.brand-left-right > div .text { width: 100%; padding: 40px 15px; }
	.brand-banner.single { height: 350px }
	.brand-gallery .slick-prev:before,
	.brand-gallery .slick-next:before
	{
		font-size: 20px
	}
}

/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/

.footer {
	/*background-image: url("../img/footer-section.jpg");
	background-position: center;
	background-size: cover;*/
	padding: 55px 0;
	text-align: center;
	margin-top: -2px;
	position: relative;
	overflow: hidden;
	background: #000;
}
.footer > .bnn {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .4;
}
.footer > .bnn img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.footer > .container {
  max-width: 1920px;
  position: relative;
  z-index: 2;
  top: 80px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.footer.ready > .container {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.2s ease 0s, top 0.s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.footer .logo-footer {margin-bottom: 55px}
.footer ul {margin: 0 0 55px;}
.footer ul li {font-size: 18px; font-weight: 600; text-transform: capitalize; color: #fff}
.footer .footer-nav li {padding: 0 15px;}
.footer a {color: #fff}
.footer a:hover {color: #504218}
.footer p {color:#fff;}
.footer-phones li {
	
}
@media screen and (max-width: 1400px) {
	h1, .h1-style {font-size: 42px;}
}
@media screen and (max-width: 991px) {
	.footer .footer-nav li {
		display: block;
		padding: 5px 0;
	}
	.btn-layout.btn-big {
		font-size: 30px;
	}
}
@media screen and (max-width: 768px) {
    .wp-block-image img{
        height: auto;
    }

  .events-page h2 {font-size: 32px; line-height: 1.1em;}
  .btn-layout {
    font-size: 16px;
  }
  .btn-layout.btn-big {
    font-size: 25px;
  }
  h1, .h1-style {
    font-size: 35px;
  }
  h1>span, .h1-style>span {
  	font-size: 18px;
	  letter-spacing: 5px;
  }
  .listings-details-wrap h1 {
	  font-size: 30px;
  }
  h2 {
    font-size: 28px;
  }
  h2>span {
  	font-size: 16px;
	letter-spacing: 3px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 15px;
  }
  p, li, td, th .section-white, label {
    font-size: 14px;
  }
  span.parallax {
    top: 0 !important;
    height: auto !important;
  }
  .footer .social-nav li {
    font-size: 40px;
    padding: 0 3px;
  }
}
@media screen and (max-width: 575px) {
	.footer {text-align: center; padding-bottom: 100px;}

    .wp-block-image img{
        height: auto;
    }
}
