@charset "utf-8";
/* CSS Document */
/*===========================================================================================================*/
/*=========================================== GENERAL SETTINGS ==============================================*/
/*===========================================================================================================*/
body {
  margin: 0;
  padding: 0;
  font-size: 10px;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
}
.back-to-top {
  display: none;
  padding-top: 12px;
  text-align: center;
  position: fixed;
  z-index: 5;
  bottom: 45px;
  right: 25px;
  font-size: 22px;
  color: #b0b0b0;
  line-height: 52px;
  width: 50px;
  height: 50px;
  border: solid 2px #e8e8e8;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: transparent;
}
.back-to-top .fa {
  display: block;
}
.back-to-top:focus {
  color: #b0b0b0;
  border-color: #e8e8e8;
  background-color: transparent;
}
.back-to-top:hover {
  color: #b0b0b0;
  border-color: #e8e8e8;
  background-color: #e8e8e8;
}
strong.stronger {
  font-weight: 700;
}
* {
  margin: 0;
}
.break-word {
  -webkit-word-wrap: break-word;
  -moz-word-wrap: break-word;
  -ms-word-wrap: break-word;
  -o-word-wrap: break-word;
  word-wrap: break-word;
}
p, .section-white {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
}
p {
  margin: 0 0 20px;
}
.list-unstyled {
	list-style: none;
}
.list-unstyled li {
	display: block;
	margin: 0!important;
}
ul, ol {
  margin: 0 0 20px;
}
li {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
}
td, th {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
}
a {
  color: #d9012e;
  text-decoration: none;
  display: inline-block;
  -o-transition: color 0.2s ease-out, background 0.2s ease-in;
  -ms-transition: color 0.2s ease-out, background 0.2s ease-in;
  -moz-transition: color 0.2s ease-out, background 0.2s ease-in;
  -webkit-transition: color 0.2s ease-out, background 0.2s ease-in;
  transition: color 0.2s ease-out, background 0.2s ease-in;
  /* ...and now for the proper property */
}
a:hover, a:focus {
  color: #FF0035;
  text-decoration: none;
}
a img {
  border: none;
}
img {
  max-width: 100%;
  width: auto;
}
h1, .h1-style {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 40px;
  line-height: 1.4em;
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
  margin: 20px 0;
}
h1>span {
  display: block;
  font-size: 83%;
   font-style: italic;
  line-height: 1em;
  font-weight: 400;
}
h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 35px;
  line-height: 1.3em;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  margin: 20px 0;
}
h2>span {
  display: block;
  color: #5d5d5d;
  font-size: 20px;
  line-height: 1em;
  font-weight: 500;
  text-transform: capitalize;
}
h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 30px;
  line-height: 1.3em;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  margin: 20px 0;
}
h4 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  line-height: 1.3em;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  margin: 20px 0;
}
h5 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  line-height: 1.3em;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  margin: 12px 0;
}
.line {
  position: relative;
  overflow: hidden;
}
.line > span {
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: #fff;
  padding-right: 10px;
}
.line:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 6px;
  background-color: #6c757d;
}
.line.short-line:before {
  width: 450px;
}
/*===========================================================================================================*/
/*=========================================== TOP ===========================================================*/
/*===========================================================================================================*/
.menu {
  display: block;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px;
  background-color: rgba(0,50,84,0);
  border-bottom: solid 1px transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 0 1px 8px rgba(0,0,0,0);
}
.menu.actived {
  padding: 12px;
  /*background-color: rgba(0,50,84,0.8);*/
  background-color: rgb(22 22 22 / 80%);
  border-color: #979797;
}
.menu.behaved {
  background-color: transparent;
  border: none;
}
.customize-support .menu {
  top: 32px;
}
.menu > div .navigation {
  color: #fff;
  font-size: 2.6em;
  font-weight: 400;
  line-height: .7em;
  text-transform: capitalize;
  position: relative;
  padding-left: 22px;
  text-decoration: none;
  float: right;
  margin: 47px 0;
  margin-right: 10px;
  -webkit-transition: margin-top 100ms linear;
  -moz-transition: margin-top 100ms linear;
  -ms-transition: margin-top 100ms linear;
  -o-transition: margin-top 100ms linear;
  transition: margin-top 100ms linear;
}
.menu > div .navigation:hover, .menu > div .navigation:focus {
  text-decoration: none;
}
.menu.behaved > div .navigation {
  color: #fff;
}
.menu.actived > div .navigation {
  margin: 33px 0;
  margin-right: 10px;
}
.menu > div a > .bar {
  position: absolute;
  left: 0;
  width: 25px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: top 100ms linear, transform 150ms linear, opacity 100ms linear;
  -moz-transition: top 100ms linear, transform 150ms linear, opacity 100ms linear;
  -ms-transition: top 100ms linear, transform 150ms linear, opacity 100ms linear;
  -o-transition: top 100ms linear, transform 150ms linear, opacity 100ms linear;
  transition: top 100ms linear, transform 150ms linear, opacity 100ms linear;
}
.menu.behaved > div a > .bar {
  background-color: #fff;
}
.menu > div a > span:first-child {
  top: 1px;
}
.menu > div a > span:nth-child(2) {
  top: 8px;
}
.menu > div a > span:nth-child(3) {
  top: 15px;
}
.menu > div a:hover > span:first-child {
  top: -2px;
}
.menu > div a:hover > span:nth-child(3) {
  top: 18px;
}
.menu > div a.behaved > span:first-child {
  top: 8px;
  transform: rotate(135deg);
}
.menu > div a.behaved > span:nth-child(2) {
  display: none;
}
.menu > div a.behaved > span:nth-child(3) {
  top: 8px;
  transform: rotate(-135deg);
}
.menu .logo-nav {
  float: left;
  z-index: 2;
  display: block;
  max-width: 260px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.menu.actived .logo-nav {
    max-width: 162px;
}
.menu.behaved .logo-nav {
  position: absolute;
  top: -200%;
  opacity: 0;
}
.menu div > ul > li > ul {
  display: none;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10);
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  z-index: 5;
  padding: 10px 0;
  width: 210px;
  margin-top: 0 !important;
}
.menu div > ul >:last-child li > ul {
	left: auto;
	right: 0;
}
.menu div > ul > li > ul > li {
  padding: 0;
  font-size: 13px;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
.menu div > ul > li > ul > li a {
  display: block;
  padding: 8px 10px;
  color: #d9012e;
}
.menu div > ul > li > ul > li a:focus {
  color: #d9012e;
  text-decoration: none;
}
.menu div > ul > li > ul > li a:hover {
  color: #707070;
  background-color: #f0f0f0;
}
.menu ul.main-menu {
  float: right;
  padding: 0;
  margin: 27px 0;
  -webkit-transition: margin 100ms linear;
  -moz-transition: margin 100ms linear;
  -ms-transition: margin 100ms linear;
  -o-transition: margin 100ms linear;
  transition: margin 100ms linear;
}
.menu.actived ul.main-menu {
	margin: 15px 0;
}
.menu > div {
  position: relative;
  max-width: 100%;
  padding: 0;
}
.menu.behaved > div {
  background-color: transparent;
  border-color: transparent;
}
.menu div > ul > li {
  font-family: 'Bebas Neue', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 23px;
  text-align: center;
  padding: 0 5px;
  line-height: 1.1em;
}
.menu div > ul > li.list-inline-item:not(:last-child) {
  margin-right: 13px;
}
.menu div > ul > li.dad {
  position: relative;
}
.menu div > ul > li > a,
.menu div > ul > li > a:focus {
  position: relative;
  color: #fff;
  text-decoration: none;
  padding: 8px 0 6px;
  transition: all 250ms linear;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
}
.menu div > ul > li > a:hover {
  color: #E0E0E0;
}
.menu .top {
	background: transparent;
	border-bottom: solid 1px #fff;
	width: auto;
	max-width: none;
	margin: -20px -20px 10px;
	padding: 10px 10px;
	transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
}
.menu.actived .top {
	padding: 3px 0;
	margin: -12px -12px 5px;
}
.menu .top .container {
	max-width: 100%;
	display: flex;
	justify-content: space-between;
}
.menu .top .container > div {
	display: flex;
	gap: 3vw;
}
.menu .top .container > div > p {
	display: flex;
	gap: 5px;
	align-items: center;
}
.menu .top p {
	color: #fff;
	margin: 0;
	font-size: 14px;
}
.menu .top p.footer-social {
	font-size: 24px!important;
}
.menu .top p a {
	color: #fff;
}
.menu .top p a:hover,
.menu .top p a:focus {
	color: #fff;
	text-decoration: underline
}
/*
.menu div > ul > li:first-child > a {
	border: solid 1px #d9012e;
  background-color: #d9012e;
  color: #fff;
  line-height: 1em;
  text-decoration: none;
  text-transform: capitalize;
  padding: 12px 15px 10px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu div > ul > li:first-child > a:hover,
.menu div > ul > li:first-child > a:focus {
	border-color: #f93c63;
  background-color: #f93c63;
  color: #fff;
  text-decoration: none;
}
*/
.arrow-box {
  position: relative;
}
.arrow-box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 30px;
  margin-left: -30px;
}
.navigation-overlay, .products-dropdown {
  display: none;
  position: fixed;
  z-index: 4;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  padding-top: 104px;
  padding-bottom: 70px;
  overflow-x: hidden;
  overflow-y: auto;
}
.products-dropdown .container {
  background-color: #fff;
}
.products-dropdown .image-holder .content .title {
  font-size: 15px;
}
.navigation-overlay > ul {
  opacity: 0;
  margin: 0;
  -webkit-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity 400ms linear;
  -moz-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity 400ms linear;
  -ms-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity 400ms linear;
  -o-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity 400ms linear;
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity 400ms linear;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.navigation-overlay.behaved > ul {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.navigation-overlay > ul > li {
  text-align: center;
}
.navigation-overlay > ul > li > a {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1em;
  margin-top: 15px;
  margin-bottom: 20px;
  text-transform: uppercase;
  -webkit-transition: border-bottom 150ms linear;
  -moz-transition: border-bottom 150ms linear;
  -ms-transition: border-bottom 150ms linear;
  -o-transition: border-bottom 150ms linear;
  transition: border-bottom 150ms linear;
}
.navigation-overlay > ul > li > a:focus {
  color: #fff;
  text-decoration: none;
}
.navigation-overlay > ul > li > a:hover, .navigation-overlay > ul > li > a.actived {
  text-decoration: none;
  color: #d2d2d1;
}
.navigation-overlay > ul > li > ul {
  background-color: rgba(0, 0, 0, 0.35);
  display: none;
  padding: 15px 0;
}
.navigation-overlay > ul > li > ul > li {
  padding: 5px 0;
}
.navigation-overlay > ul > li > ul > li a {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.1em;
  text-transform: uppercase;
}
.navigation-overlay > ul > li > ul > li a:focus {
  color: #fff;
  text-decoration: none;
}
body.behaved {
  overflow: hidden;
  background-color: #fff;
}
body.actived {
  overflow: hidden;
}
.page {
  position: relative;
  -webkit-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.page.behaved {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
@media screen and (max-width: 1580px) {
	.menu .logo-nav {max-width: 170px}
	.menu.actived .logo-nav {max-width: 134px}
	.menu div > ul > li {font-size: 20px;}
	.menu div > ul > li.list-inline-item:not(:last-child) {
		margin-right: 15px;
	}
}
@media screen and (max-width: 1400px) {
	.menu div > ul > li:not(:last-child) {
		margin-right: 0px!important;
	}
	.menu div > ul > li:first-child > a,
	.menu div > ul > li  {
		font-size: 20px;
	}
	.menu .logo-nav {
		max-width: 190px;
	}
}
@media screen and (min-width: 1200px) {
  /*============== TOP ================*/
  .menu.behaved .logo-nav {
    opacity: 1 !important;
  }
  .menu .navigation, .navigation-overlay {
    display: none !important;
  }
  .menu div > ul {
    display: block;
  }
  body.behaved {
    overflow: auto !important;
  }
  .page {
    -webkit-transform-origin: 50% 10%;
    -moz-transform-origin: 50% 10%;
    -ms-transform-origin: 50% 10%;
    -o-transform-origin: 50% 10%;
    transform-origin: 50% 10%;
  }
  .page.behaved {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}
@media screen and (max-width: 1200px) {
  /*============== TOP ================*/
	.menu .top {display: none}
  body.actived {
    overflow: auto !important;
  }
  .products-dropdown {
    display: none !important;
  }
  .menu {
    height: auto;
    position: fixed;
    top: 0;
    margin: 0;
	  
	  padding: 0;
  }
	.menu.actived {padding: 0}
  .menu.behaved {
    background-color: transparent;
  }
  .menu > div {
    padding: 0;
    width: 100%;
  }
  .menu > .navigation {
    display: inline-block;
  }
  .menu div > ul {
    display: none;
  }
  .menu .logo-nav {
    max-width: 165px;
	margin: 20px;
  }
  .menu.actived .logo-nav {
	max-width: 102px;
  }
}
@media screen and (max-width: 650px) {
  /*============== TOP NAV ================*/
  .menu div > a > .txt {
    display: none;
  }
  .menu > .navigation {
    /*padding-left: 14px;*/
  }
  .navigation-overlay {
    /*padding-top: 70px;*/
  }
  .navigation-overlay > ul > li > a {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .navigation-overlay > ul > li > ul > li a {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 600px) {
  .customize-support .menu {
    top: 46px;
  }
  .customize-support .menu.actived {
    top: 0;
  }
}
@media screen and (max-width: 560px) {
  .menu .logo-nav {
    max-width: 130px;
	  margin: 11px;
  }
  .menu.actived .logo-nav {
    max-width: 90px;
  }
  .menu > div .navigation {
    margin: 28px 0;
    margin-right: 10px;
  }
  .menu.actived > div .navigation {
    margin: 20px 0;
    margin-right: 10px;
  }
}
/*=========================================== BANNER TOP ======================================================*/
.banner-top {
	/*-webkit-filter: grayscale(100%); 
	filter: grayscale(100%);*/
	padding-top: 250px;
	padding-bottom: 60px;
	overflow: hidden;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
.banner-top:before {
  content: '';
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.44);
}
.banner-top > .container {
  position: relative;
  z-index: 3;
  top: 80px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner-top.ready > .container {
  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;
}
.banner-top > .container h1 {
  display: block;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  margin: 0;
  text-shadow: 0 0 28px rgba(0, 0, 0, 0.63);
  -webkit-text-shadow: 0 0 28px rgba(0, 0, 0, 0.63);
  -moz-text-shadow: 0 0 28px rgba(0, 0, 0, 0.63);
  -o-text-shadow: 0 0 28px rgba(0, 0, 0, 0.63);
}
.banner-top span.parallax {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 180%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-top .banner-video-iframe {
  width: 104%;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.banner-top .banner-video-iframe .iframe-holder {
  width: 104%;
  padding-bottom: 56.25%;
  position: relative;
}
.banner-top .banner-video-iframe .iframe-holder iframe {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.banner-top .search-wrapper {
  position: relative;
  display: block;
  max-width: 680px;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 50%;
  left: 50%;
  margin-top: -126px;
  margin-left: -340px;
  padding: 0 15px;
  top: 40px;
}
@media (min-width: 991px) {
	.banner-top.with-button h1 { float: left; }
	.banner-top.with-button .btn-layout { float: right; margin: 22px 0; }
}
@media screen and (max-width: 991px) {
  .banner-top > .container h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .banner-top .banner-video-iframe {
    display: none;
  }
  .banner-top {
    padding-top: 200px;
  }
  .banner-top > .container h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 400px) {
  .banner-top {
    padding-top: 150px;
  }
}
/*===========================================================================================================*/
/*=========================================== INTERIOR ======================================================*/
/*===========================================================================================================*/
.section-white {
  background-color: #fff;
  width: 100%;
  padding: 60px 0 40px;
}
.section-white > .container,
.section-white > .container-fluid {
  position: relative;
  z-index: 2;
  top: 40px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.section-white.ready > .container,
.section-white.ready > .container-fluid {
  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;
}
.event-date {
  font-style: italic;
  display: block;
  color: #4c513f;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'Playfair Display', serif;
}



/*=========================================== SEARCH ========================================================*/
.search {
	padding: 0 0 1px;
	background-color: #6c757d;
}
.search>.container {
	max-width: 1460px;
	position: relative;
	top: 80px;
	opacity: 0;
    filter: alpha(opacity=0);
}
.search.ready>.container {
	top: 0;
	opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .8s ease 0s, top .4s ease 0s;
    -moz-transition: opacity .8s ease 0s, top .4s ease 0s;
    -o-transition: opacity .8s ease 0s, top .4s ease 0s;
    -webkit-backface-visibility: hidden;
}
.property-search {
	display: flex;
	justify-content: center;/
}
.property-search > div {}
.property-search > div:not(:last-child) {
	margin-right: 3px;
}
.property-search .btn,
.property-search .btn-layout {
	border-radius: 0;
	padding: 20px;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
}
.property-search .dropdown-menu { 
	padding-left: 10px; 
    padding-right: 10px; 
}
@media (max-width: 991px) {
	.property-search .btn,
	.property-search .btn-layout {
		font-size: 16px;
		padding: 5px 13px;
	}
}
@media (max-width: 610px) {
	.property-search {
		flex-direction: column;
		padding: 5px 0 10px;
	}
	.property-search > div:not(:last-child) {
		margin-right: 0;
		margin-bottom: 8px
	}
}

/*=========================================== 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}


.control-label-gray {
    font-family: "Oswald",sans-serif;
    text-align: left !important;
    color: #aaaaaa;
    font-weight: 400;
    font-size: 1.4em;
}
.projects-list .projects-list-item {width: 33%;}
@media only screen and (max-width: 767px) {
	.projects-list .projects-list-item {width: 50%;}	
}



.properties-section,
.project-section {
	background-color: #fff;
	/*padding: 45px 0 0;*/
}
.properties-section h2.h1-style,
.project-section h2.h1-style {
	text-align: center;
	margin-bottom: 40px;
}
.properties-section>.container {
	position: relative;
	/*padding: 0;*/
	width: 100%;
	top: 80px;
	opacity: 0;
    filter: alpha(opacity=0);
}
.properties-section.ready>.container {
	top: 0;
	opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .8s ease 0s, top .4s ease 0s;
    -moz-transition: opacity .8s ease 0s, top .4s ease 0s;
    -o-transition: opacity .8s ease 0s, top .4s ease 0s;
    -webkit-backface-visibility: hidden;
}
.project-section { padding-top: 25px }
.project-section .listings-map-wrapper {
    display: flex;
	border-bottom: solid 2px #fff;
}
.project-section .listings-map-wrapper > div { width: 50%; position: relative; }
.project-section .listings-map-wrapper .map-wrapper > * {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}
.project-section .listings-map-wrapper.listings-page-custom { flex-direction: column;}
.project-section .listings-map-wrapper.listings-page-custom > div {width: 100%;padding-top: 0;}
.project-section .listings-map-wrapper.listings-page-custom .map-wrapper { height: 680px; }

.projects-list {width: calc(50% - 10px);margin-right: 10px;display: flex;flex-wrap: wrap;height: 100vh;overflow-y: auto;}
.projects-list::-webkit-scrollbar,.with-map .listings-list .list-grid-container::-webkit-scrollbar {
	width: 12px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 3px 1px #ccc;
	box-shadow: inset 0 0 3px 1px #ccc
}

.projects-list::-webkit-scrollbar-track,.with-map .listings-list .list-grid-container::-webkit-scrollbar-track {
	-webkit-box-shadow: none
}
 
.projects-list::-webkit-scrollbar-thumb,.with-map .listings-list .list-grid-container::-webkit-scrollbar-thumb {
	background-color: #6c757d;
	border-radius: 10px;
	outline: 0
}
.grid-listings.projects-list {
    padding: 0 0 0 1px;
}
.projects-list.closed-grid {
	width: 100%;
	padding: 0 20px;
	height: auto;
}
.projects-list .projects-list-item {
	width: 50%;
	padding: 0 10px;
	margin-bottom: 40px;
}
.projects-list.closed-grid .projects-list-item {
	width: 25%;
	/* padding-bottom: 1px; */
	margin-bottom: 60px!important;
}
.grid-listings.projects-list .projects-list-item {
	/*margin: 0 -2px 0;*/
	margin: 0;
}
.projects-list .projects-list-item a {
	position: relative;
	display: block;
	padding: 1vw 1vw 2vw;
	padding-bottom: 30px;
	border-radius: 4px;
	background-color: #eaf1f7;
}
.projects-list .projects-list-item a.btn-layout {
    /*border-radius: 0 0 4px 4px;*/
	margin-top: 1px;
    border-radius: 0;
}
.projects-list .projects-list-item .mls-image {
	display: block;
	position: relative;
	height: 100%;
}
.projects-list .projects-list-item .mls-image:after {
	/*content: '\f055';*/
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	z-index: 2;
	bottom: -34px;
	/*left: 12px;*/
	font-size: 40px;
	font-weight: 300;
	color: #081f3f;
}
/* */
.mls-image {
    position: relative;
    display: block;
}

.mls-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.35) 35%, transparent 50%);
    z-index: 1;
}

.mls-image .background-image {
    position: relative;
    z-index: 0;
}

.mls-image .shadow,
.mls-image .info {
    position: relative;
    z-index: 2;
}
/* */
.projects-list .projects-list-item .mls-image .background-image {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 66%;
	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);
	filter: grayscale(0);
	transition: transform .3s ease, opacity .3s ease;
	-webkit-transition: transform .3s ease, opacity .3s ease;
	-moz-transition: transform .3s ease, opacity .3s ease;
	-o-transition: transform .3s ease, opacity .3s ease;

}
.projects-list .projects-list-item .mls-image:hover .background-image {
	transition: transform 3.3s ease, opacity .3s ease;
	-webkit-transition: transform 3.3s ease, opacity .3s ease;
	-moz-transition: transform 3.3s ease, opacity .3s ease;
	-o-transition: transform 3.3s ease, opacity .3s ease;
	opacity: .75;
}
.projects-list .projects-list-item .mls-image .thumb-carousel {
	position: relative;
	display: block;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	filter: grayscale(0);
	transition: transform .3s ease, opacity .3s ease;
	-webkit-transition: transform .3s ease, opacity .3s ease;
	-moz-transition: transform .3s ease, opacity .3s ease;
	-o-transition: transform .3s ease, opacity .3s ease;
}
.projects-list .projects-list-item .mls-image .thumb-carousel picture {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 66%;
}
.projects-list .projects-list-item .mls-image .thumb-carousel picture img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.projects-list .projects-list-item .mls-image .thumb-carousel .owl-nav .owl-prev,
.projects-list .projects-list-item .mls-image .thumb-carousel .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 53px;
	line-height: .7em;
	color: #fff;
	padding: 0 5px!important;
	opacity: 0;
	text-shadow: 1px 1px 0 rgb(0 0 0 / 22%);
}
.projects-list .projects-list-item .mls-image .thumb-carousel:hover .owl-nav .owl-prev,
.projects-list .projects-list-item .mls-image .thumb-carousel:hover .owl-nav .owl-next {
	opacity: 1;
}
.projects-list .projects-list-item .mls-image .thumb-carousel .owl-nav .owl-prev:hover,
.projects-list .projects-list-item .mls-image .thumb-carousel .owl-nav .owl-next:hover {
	opacity: .7;
}
.projects-list .projects-list-item .mls-image .thumb-carousel:hover .owl-nav .owl-prev.disabled,
.projects-list .projects-list-item .mls-image .thumb-carousel:hover .owl-nav .owl-next.disabled {
	opacity: .3
}
.projects-list .projects-list-item .mls-image .thumb-carousel .owl-nav .owl-prev {
	left: 5px
}
.projects-list .projects-list-item .mls-image .thumb-carousel .owl-nav .owl-next {
	right: 5px;
}
.projects-list .projects-list-item .mls-image .thumb-carousel .owl-dots {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 10px;
}
.projects-list .projects-list-item .mls-image .thumb-carousel .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 1px 1px 0 rgb(0 0 0 / 22%);
	opacity: 0;
}
.projects-list .projects-list-item .mls-image .thumb-carousel .owl-dots .owl-dot:not(:last-child) {
	margin-right: 5px;
}
.projects-list .projects-list-item .mls-image .thumb-carousel:hover .owl-dots .owl-dot {
	opacity: .6;
}
.projects-list .projects-list-item .mls-image .thumb-carousel .owl-dots .owl-dot:hover {
	opacity: .9;
}
.projects-list .projects-list-item .mls-image .thumb-carousel:hover .owl-dots .owl-dot.active {
	opacity: 1;
}
.projects-list .projects-list-item .mls-image .info {
	display: block;
	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: 0.9;
}
.projects-list .projects-list-item .mls-image .info .city {
	text-align: left;
	display: block;
	color: #081f3f;
	font-size: 1.2vw;
	font-weight: 600;
	line-height: 1.2em;
	margin: 20px 0 10px;
}
.projects-list .projects-list-item .mls-image:hover .info .city {
	text-decoration: underline
}
.projects-list .projects-list-item .mls-image .info .address {
	text-align: left;
	display: block;
	color: #5d5d5d;
	font-size: 1vw;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 20px;
	/*text-transform: capitalize;*/
}
.projects-list .projects-list-item .mls-image .info .flex {
	display: flex;
	flex-wrap: wrap;
}
.projects-list .projects-list-item .mls-image .info .totals {
	width: 33.3333%;
	display: block;
	color: #5d5d5d;
	font-size: .8vw;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 2px;
	text-transform: capitalize;
}
.projects-list .projects-list-item .mls-image .info .totals strong {
	display: block;
}

.listings-details-wrap {
	padding-top: 15px;
	min-height: 630px;
}
.affix-top {
	position: absolute;
	left: 15px; right: 15px;
}
.affix-top .contact-map {
	padding-bottom: 55%!important;
}
.affix-top .broker-details {
	margin-top: 30px;
}
.affix-top .broker-details > a {
	float: left;
	opacity: 1;
	transition: opacity 250ms linear;
	-webkit-transition: opacity 250ms linear;
	-moz-transition: opacity 250ms linear;
	-o-transition: opacity 250ms linear;
}
.affix-top .broker-details > a:hover {
	opacity: .65;
}
.affix-top .broker-details > a > span {
	background-position: center;
	background-size: cover;
	display: block;
	width: 120px;
	padding-bottom: 120px;
	border-radius: 50%;
}
.affix-top .broker-details > p {
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	padding-left: 135px;
	margin-top: 23px;
	line-height: 1.3em;
}
.affix-top .broker-details > p > a em {
	color: #909090;
}
.grey-box {
	/* background-color: #fdfdfd; */
	/* border: solid 1px #ededed; */
	border-radius: 6px;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
.grey-box h1 {
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-top: 10px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
    font-size: 26px;
}
.grey-box h1 span {
	display: block;
    color: #232323;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    font-style: italic;
	margin-left: 0;
    text-transform: capitalize;
}
.grey-box .small-info {
	text-align: center;
	margin: 15px 0 0;
}
.grey-box .small-info li {
    font-size: 24px;
    font-weight: 200;
}
.grey-box .small-info .fa {
	font-size: 70%;
}
.grey-box .small-info img {
	width: 13px;
}
.grey-box span.line {
	display: block;
	width: 70px;
	border: none;
	height: 6px;
	margin: 13px auto;
}
.grey-box h2 {
	font-size: 28px;
    font-style: normal;
	font-weight: 200;
	color: #5b5b5b;
    text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.2em;
	text-align: center;
}
.grey-box h2 span {
	display: block;
	color: #6A6A6A;
	font-size: 18px;
	font-weight: 500;
	line-height: 2em;
	/* font-style: italic; */
	margin-left: 0;
	text-transform: uppercase;
}
.grey-box .btn-layout {
	display: block;
	/*border-width: 2px;
	font-size: 1.2em;*/
	margin-bottom: 5px;
	font-size: 16px;
}
.grey-box .btn-layout:last-child {
	margin-bottom: 0;
}
#more-info .inputs-list.multi-container {
	list-style: none;
    padding-left: 0;
}
.details-info-tag {
	display: inline-block;
	padding: 0 5px;
	color: #fff;
	    border: solid 1px #359901;
    background-color: #41af09;
	border-radius: 3px;
}
.print-logo, .print-info {display: none;}

.brokers-side {
	padding: 0 15px;
}
.brokers-side ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.brokers-side ul li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}
.brokers-side ul li .bnn {
	display: block;
	width: 80px;
	height: 80px;
}
.brokers-side ul li .bnn img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	
}
.brokers-side ul li > a {
	padding-left: 20px;
	width: calc(100% - 80px);
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase
}

.info-wrapper div.dataset ul,
.info-wrapper div.dataset-grid ul {
    margin: 0;
    padding: 0;
}
.info-wrapper div.dataset ul li:after,
.info-wrapper div.dataset ul li:before {
    content: "";
    display: table;
}
.info-wrapper div.dataset ul li:after {
    border-top: 2px dotted #ccc;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}
.info-wrapper div.dataset ul li {
    position: relative;
    margin: 0;
    padding: 3px 0;
    list-style: none;
}
.info-wrapper div.dataset ul li strong {
    font-weight: 400;
    color: #555;
    position: relative;
    padding-right: 5px;
    z-index: 2;
    background: #fff;
}
.info-wrapper 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;
}
.info-wrapper div.dataset-grid {
	padding: 5px 20px 20px;
	border-radius: 6px;
	border: solid 1px #e1e1e1;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,f2f2f2+100&0+0,0.65+100 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(242,242,242,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	margin: 0 0 40px;
}
.info-wrapper div.dataset-grid ul {
	display: flex;
	flex-wrap: wrap;
}
.info-wrapper div.dataset-grid ul li {
	width: 33.3333%;
    position: relative;
    margin: 0;
    padding: 3px 0;
    list-style: none;
}
.info-wrapper div.dataset-grid ul li strong {
	display: block;
}

@media screen and (max-width: 1100px) {
	.projects-list .projects-list-item { width: 100%; }
	.projects-list .projects-list-item .mls-image .info .city {font-size: 16px;}
	.projects-list .projects-list-item .mls-image .info .type, 
	.projects-list .projects-list-item .mls-image .info .address {font-size: 13px;}
	.projects-list .projects-list-item .mls-image .info .type,
	.projects-list .projects-list-item .mls-image .info .totals {font-size: 12px}
}
@media screen and (max-width: 1024px) {
	.grey-box h1 {
		font-size: 2em;
	}
	.grey-box h1 span {
		font-size: 16px;
	}
	.grey-box h2 {
		font-size: 1.85em;
	}
	.grey-box .property-specs {
		padding: 6px 15px;
	}
	.grey-box .property-specs p {
		font-size: 1.4em;
	}
}
@media screen and (max-width: 991px) {
    .project-section .listings-map-wrapper .map-wrapper { display: none; }
	.project-section .listings-map-wrapper > div {width: 100%;height: auto;overflow: visible;margin: 0;}
    .projects-list .projects-list-item { width: 50%; }
}
@media screen and (max-width: 768px) {
	.affix-top {
		margin-top: 0;
		position: static;
	}
	.properties-section .projects-list .list-details li { font-size: 16px; }
	.properties-section .projects-list .list-bottom p { font-size: 18px; }
}
@media screen and (max-width: 560px) {
	.projects-list .projects-list-item {width: 100%;}
	.projects-list.closed-grid .projects-list-item { width: 100%; }
}

p.footer-social {
	    font-size: 30px!important;
	    display: flex;
	    justify-self: center;
	    gap: 20px;
	}