﻿/*INITIAL*/
/* --- COLOR PALETTE --- */
@font-face {
  font-family: AvenirBook;
  src: url(../../fonts/Avenir-Book.ttf);
}
@font-face {
  font-family: AvenirMedium;
  src: url(../../fonts/Avenir-Medium.ttf);
}
@font-face {
  font-family: LuxiaRegular;
  src: url(../../fonts/Luxia-Regular.otf);
}
@font-face {
  font-family: LuxiaSemiBold;
  src: url(../../fonts/Luxia-Semi-Bold.otf);
}
html {
  height: 100%;
  width: 100%;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: AvenirMedium;
}
.ogps-container {
  min-height: 100%;
  position: relative;
}
.ogps-header {
  background-color: #ffffff;
}
.ogps-body {
  padding-top: 88px;
  padding-bottom: 200px;
}
.ogps-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a:hover,
a:focus {
  text-decoration: none;
}
.cursor-pointer {
  cursor: pointer;
}
@media (max-width: 575.98px) {
  body {
    font-size: small;
  }
}
.not-data-page {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5vw;
}
.not-data-page .img-nodata {
  width: 100%;
  margin-bottom: 2vw;
}
.not-data-page h4 {
  display: block;
  font-size: 1.5rem;
}
/*ELEMENTS*/
.scrollToTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  z-index: 99;
  display: none;
}
.scrollToTop:hover {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-backface-visibility: hidden;
  color: #b31217;
}
.bg-top {
  height: 1vw;
  width: 100%;
  background: linear-gradient(rgba(66, 66, 66, 0.1), rgba(255, 255, 255, 0));
}
a.fanxybox-zoom {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  font-weight: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.img-galary:hover a.fanxybox-zoom {
  cursor: pointer;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.3);
}
.selected-flag:focus {
  outline: none;
}
.popup-property-alert .modal-body {
  background-color: #EEEEEE;
  padding: 1.5rem;
}
.popup-property-alert .modal-body h3 {
  font-size: 1.75rem;
  margin: 0;
  margin-bottom: 0.5rem;
}
.popup-property-alert .modal-body p {
  text-align: justify;
  margin-bottom: 0;
}
.popup-property-alert .modal-body .body-contact {
  padding-top: 2rem;
}
.popup-property-alert .btn-property {
  color: #ffffff !important;
  min-width: 200px;
  padding: 0.5rem 1rem;
  background-color: rgba(86, 86, 86, 0.85);
  margin-top: 1rem;
}
.popup-property-alert input,
.popup-property-alert select {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #424444;
  border-radius: 0;
  height: 38px;
}
.popup-property-alert .form-control:focus {
  box-shadow: none;
  background-color: transparent;
  border-color: #000000;
}
.popup-property-alert ::placeholder {
  color: #a7a7a7;
  opacity: 1;
}
.popup-property-alert :-ms-input-placeholder {
  color: #a7a7a7;
}
.popup-property-alert ::-ms-input-placeholder {
  color: #a7a7a7;
}
.popup-property-alert option:not(:first-of-type) {
  color: #a7a7a7;
}
.ogps-header.scrolling {
  background: #ffffff;
  -webkit-box-shadow: 0 0px 6px 0px #424444;
  -moz-box-shadow: 0 0px 6px 0px #424444;
  box-shadow: 0 0px 6px 0px #424444;
}
.tool-right {
  position: fixed;
  top: 70%;
  transform: translateY(-50%);
  right: 0;
  z-index: 999999;
}
.tool-right .item {
  width: 50px;
  height: 50px;
  position: relative;
  transition: 0.8s;
  z-index: 101;
  margin-bottom: 5px;
  margin-right: 5px;
}
.tool-right .item a.icon {
  height: 50px;
  width: 50px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 102;
}
.tool-right .item a.icon i {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  font-size: 20px;
}
.tool-right .item .info {
  height: 50px;
  position: absolute;
  top: 0;
  right: 25px;
  width: 0;
  opacity: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  background: rgba(0, 0, 0, 0.8);
  padding-right: 25px;
  padding-left: 25px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.tool-right .item .info .wrapper span {
  color: #ffffff;
  font-size: small;
}
.tool-right .item:hover .info {
  width: 185px;
  opacity: 1;
}
.contact-submit {
  background-color: #4a4a4a;
  color: #ffffff;
  padding: 2vw 7vw;
}
.contact-submit h3 {
  font-family: LuxiaRegular;
  letter-spacing: 3px;
  font-weight: 100;
  font-size: 1.75rem;
  margin-bottom: 1vw;
}
.contact-submit p {
  font-size: 1rem;
  opacity: 0.5;
  font-family: AvenirBook;
  font-weight: 100;
}
.contact-submit input[type="text"],
.contact-submit select {
  font-size: 1rem;
  height: 2.5vw !important;
  border-radius: 0;
  line-height: 40px;
  margin-bottom: 0.5rem;
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  color: #ffffff;
}
.contact-submit .select-contact .form-control:focus {
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  box-shadow: none;
}
.contact-submit input[type="text"]:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.contact-submit .btn-contact {
  color: #ffffff;
  min-width: 150px;
  padding: 0.5rem 1rem;
  background-color: rgba(181, 181, 181, 0.9);
}
.contact-submit ::placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.contact-submit :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.contact-submit ::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.c-dropdown {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 5px 0px #adadad;
  -moz-box-shadow: 0px 2px 5px 0px #adadad;
  box-shadow: 0px 2px 5px 0px #adadad;
}
.c-dropdown .img-icon {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(0%, -50%);
  width: 30px;
}
.c-dropdown__list {
  margin: 5px 0 0 0;
  padding: 6px 0;
  list-style: none;
  position: absolute;
  top: 125%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  border-radius: 4px;
  background: #f2f2f2;
  transition: opacity 0.25s linear, top 0.25s linear;
  z-index: 99;
  -webkit-box-shadow: 0px 1px 3px 0px #adadad;
  -moz-box-shadow: 0px 1px 3px 0px #adadad;
  box-shadow: 0px 1px 3px 0px #adadad;
}
.c-dropdown.is-open .c-dropdown__list {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.c-dropdown__item {
  padding: 6px 12px 6px 45px;
  line-height: 20px;
  cursor: pointer;
  color: #434A54;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.25s linear;
}
.c-dropdown__item:hover {
  background-color: #e0e0e0;
}
.c-button {
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  overflow: visible;
  font: inherit;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  user-select: none;
}
.c-button:hover,
.c-button:focus {
  outline: none;
  text-decoration: none;
}
.c-button:not(:disabled) {
  cursor: pointer;
}
.c-button--dropdown {
  padding: 6px 34px 6px 45px;
  background: #ffffff;
  color: #808080;
  line-height: 28px;
  min-height: 32px;
  border-radius: 3px;
  transition: background-color 0.2s linear;
  width: 100%;
  height: 40px;
}
.c-button--dropdown:hover {
  background: radial-gradient(#ffffff 50%, #dedede 100%);
}
.c-button--dropdown:after {
  content: "\f107";
  position: absolute;
  top: 14px;
  right: 11px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.menu-mobile {
  display: none;
}
.menu-mobile .btn-moremenu {
  cursor: pointer;
  position: fixed;
  z-index: 1101;
  bottom: 75px;
  right: 10px;
  display: flex;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  background: #d4d4d4;
  margin: 0;
  outline: 0;
  padding: 0;
  transition: 0.1s background linear 0.1s, 0.1s top linear, 0.1s transform linear 0.1s;
}
.menu-mobile .btn-moremenu span.bar,
.menu-mobile .btn-moremenu span.bar:before,
.menu-mobile .btn-moremenu span.bar:after {
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
  position: absolute;
  background: #f2f2f2;
  margin: auto;
  width: 72%;
  height: 2px;
  content: '';
  top: 50%;
  left: 0;
}
.menu-mobile .btn-moremenu span.bar {
  background: transparent;
}
.menu-mobile .btn-moremenu span.bar:before {
  transform: rotate(0deg);
  top: 0;
  left: 12px;
}
.menu-mobile .btn-moremenu span.bar:after {
  transform: rotate(90deg);
  top: 0;
  left: 12px;
}
.menu-mobile .btn-moremenu span.bar:before,
.menu-mobile .btn-moremenu span.bar:after {
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
}
.menu-mobile .btn-moremenu.active {
  transform: rotate(-45deg);
}
.menu-mobile.showmenu {
  display: block;
}
.menucat-dropdown {
  position: fixed;
  z-index: -1;
  bottom: 145px;
  right: 5%;
  background-color: #ffffff;
  width: 90%;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(122, 122, 122, 0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(122, 122, 122, 0.75);
  box-shadow: 0px 2px 5px 0px rgba(122, 122, 122, 0.75);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  padding: 1rem;
  border-radius: 4px;
}
.menucat-dropdown .menucat-item {
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-weight: 600;
}
.menucat-dropdown .menucat-item a {
  color: #808080;
}
.menucat-dropdown .menucat-item:last-child {
  padding-bottom: 0;
}
.menucat-dropdown:after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 10px;
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 5px solid transparent;
  border-top: 15px solid #fff;
}
.menucat-dropdown.active {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  z-index: 1101;
}
.gradient-mb {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.gradient-mb.active {
  display: block;
}
@media (max-width: 899px) {
  .tool-right {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .popup-property-alert {
    font-size: small;
  }
  .popup-property-alert .form-control {
    font-size: small;
  }
  .popup-property-alert .btn {
    font-size: small;
  }
  .contact-submit {
    padding: 2vw 2.5vw;
  }
  .contact-submit h3 {
    letter-spacing: 3px;
    font-size: 1.75vw;
    margin-bottom: 1vw;
  }
  .contact-submit p {
    font-size: small;
  }
  .contact-submit input[type="text"],
  .contact-submit select {
    font-size: 1rem;
    height: 2.5vw !important;
    border-radius: 0;
    line-height: 40px;
    margin-bottom: 0.5rem;
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    color: #ffffff;
  }
  .contact-submit .select-contact .form-control:focus {
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    box-shadow: none;
  }
  .contact-submit input[type="text"]:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
  }
  .contact-submit .btn-contact {
    font-size: small;
    min-width: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-submit {
    padding: 2.5vw;
  }
  .contact-submit h3 {
    letter-spacing: 3px;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
  .contact-submit p {
    font-size: small;
  }
  .contact-submit input[type="text"],
  .contact-submit select {
    font-size: 1rem;
    height: 2.5vw !important;
    border-radius: 0;
    line-height: 40px;
    margin-bottom: 0.5rem;
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    color: #ffffff;
  }
  .contact-submit .select-contact .form-control:focus {
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    box-shadow: none;
  }
  .contact-submit input[type="text"]:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
  }
  .contact-submit .btn-contact {
    min-width: 120px;
    font-size: small;
    padding: 0.25rem 0.75rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contact-submit {
    padding: 2.5vw;
  }
  .contact-submit h3 {
    display: none;
  }
  .contact-submit p {
    display: none;
  }
  .contact-submit .pl-0 {
    text-align: right;
  }
  .contact-submit input[type="text"],
  .contact-submit select {
    font-size: 1rem;
    height: 2.5vw !important;
    border-radius: 0;
    line-height: 40px;
    margin-bottom: 0.5rem;
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    color: #ffffff;
  }
  .contact-submit .select-contact .form-control:focus {
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    box-shadow: none;
  }
  .contact-submit input[type="text"]:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
  }
  .contact-submit .btn-contact {
    min-width: 120px;
    font-size: small;
    padding: 0.25rem 0.75rem;
  }
}
@media (max-width: 575.98px) {
  a.fanxybox-zoom {
    opacity: 1;
  }
  .fancybox-nav span {
    visibility: visible !important;
  }
  .popup-property-alert .modal-body {
    padding: 1.5rem;
  }
  .popup-property-alert .modal-body h3 {
    font-size: 1.25rem;
  }
  .popup-property-alert .modal-body .body-contact {
    padding-top: 1rem;
  }
  .popup-property-alert .btn-property {
    font-size: small;
    min-width: 180px;
    padding: 0.35rem 0.5rem;
    margin-top: 0.5rem;
  }
  .popup-property-alert input,
  .popup-property-alert select {
    font-size: small;
    height: 30px !important;
    margin-bottom: 0.5rem;
  }
  .popup-property-alert .form-control:focus {
    box-shadow: none;
    background-color: transparent;
    border-color: #000000;
  }
  .contact-submit {
    padding: 5vw;
  }
  .contact-submit h3 {
    display: none;
  }
  .contact-submit p {
    display: none;
  }
  .contact-submit .pl-0 {
    text-align: right;
  }
  .contact-submit input[type="text"],
  .contact-submit select {
    font-size: 1rem;
    height: 2.5vw !important;
    border-radius: 0;
    line-height: 40px;
    margin-bottom: 0.5rem;
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    color: #ffffff;
  }
  .contact-submit .select-contact .form-control:focus {
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    box-shadow: none;
  }
  .contact-submit input[type="text"]:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
  }
  .contact-submit .btn-contact {
    min-width: 120px;
    font-size: small;
    padding: 0.25rem 0.75rem;
  }
}
/*PAGES*/
.ogps-header {
  height: 88px;
  position: fixed;
  z-index: 1040;
  left: 0;
  right: 0;
  top: 0;
  background: #ffffff;
}
.ogps-header .container {
  width: 100%;
  height: inherit;
  max-width: 100%;
  position: relative;
}
.ogps-header .container .ogps-logo {
  float: left;
  max-width: 266px;
  position: relative;
}
.ogps-header .container .ogps-logo a {
  height: 88px;
  max-width: 266px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ogps-header .container .ogps-logo a img.img-logo {
  width: 100%;
}
.ogps-header .container .desktop-menu {
  position: relative;
}
.ogps-header .container .desktop-menu nav {
  padding: 0;
  justify-content: center;
}
.ogps-header .container .desktop-menu nav ul.navbar-nav li {
  position: relative;
}
.ogps-header .container .desktop-menu nav ul.navbar-nav li a {
  padding-left: 2rem;
  padding-right: 2rem;
  height: 88px;
  display: table-cell;
  vertical-align: middle;
}
.ogps-header .container .desktop-menu nav ul.navbar-nav li.nav-item.active a {
  font-weight: bold;
}
.ogps-header .container .desktop-menu nav ul.navbar-nav li.nav-item.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 88px;
  border-left: 1px solid #000000;
}
.ogps-header .container .desktop-menu nav ul.navbar-nav li.nav-item.active:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 88px;
  width: 1px;
  border-right: 1px solid #000000;
}
.ogps-header .container .ogps-language {
  height: 88px;
  position: relative;
  /*.roundborders {
                border-radius: 5px;
            }*/
}
.ogps-header .container .ogps-language .languagepicker {
  background-color: #ffffff;
  display: inline-block;
  padding: 0;
  height: 40px;
  width: 40px;
  overflow: hidden;
  transition: all 0.3s ease;
  vertical-align: top;
  position: absolute;
  top: 24px;
  right: 0px;
}
.ogps-header .container .ogps-language .languagepicker:hover {
  /* don't forget the 1px border */
  height: 162px;
}
.ogps-header .container .ogps-language .languagepicker a {
  color: #000000;
  text-decoration: none;
}
.ogps-header .container .ogps-language .languagepicker li {
  display: block;
  padding: 0px 8px;
  line-height: 40px;
  border-top: 1px solid #EEEEEE;
}
.ogps-header .container .ogps-language .languagepicker li:hover {
  background-color: #EEEEEE;
}
.ogps-header .container .ogps-language .languagepicker a:first-child li {
  border: none;
  background: #ffffff !important;
}
.ogps-header .container .ogps-language .languagepicker li img {
  width: 24px;
  border: 1px solid #f2f2f2;
}
@media (min-width: 900px) and (max-width: 1199px) {
  .ogps-header {
    height: 88px;
    background: #ffffff;
    -webkit-box-shadow: 0 0px 6px 0px #424444;
    -moz-box-shadow: 0 0px 6px 0px #424444;
    box-shadow: 0 0px 6px 0px #424444;
  }
  .ogps-header .container .ogps-logo {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .ogps-header .container .ogps-logo a {
    height: 88px;
    text-align: center;
    margin: 0 auto;
  }
  .ogps-header .container .ogps-logo a img.img-logo {
    width: 266px;
  }
  .ogps-header .container .ogps-language {
    position: fixed;
    top: 0;
    right: 15px;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .ogps-header {
    height: 88px;
    background: #ffffff;
    -webkit-box-shadow: 0 0px 6px 0px #424444;
    -moz-box-shadow: 0 0px 6px 0px #424444;
    box-shadow: 0 0px 6px 0px #424444;
  }
  .ogps-header .container .ogps-logo {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .ogps-header .container .ogps-logo a {
    height: 88px;
    text-align: center;
    margin: 0 auto;
  }
  .ogps-header .container .ogps-logo a img.img-logo {
    width: 266px;
  }
  .ogps-header .container .ogps-language {
    position: fixed;
    top: 0;
    right: 15px;
  }
}
@media (max-width: 599px) {
  .ogps-header {
    height: 88px;
    background: #ffffff;
    -webkit-box-shadow: 0 0px 6px 0px #424444;
    -moz-box-shadow: 0 0px 6px 0px #424444;
    box-shadow: 0 0px 6px 0px #424444;
  }
  .ogps-header .container .ogps-logo {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .ogps-header .container .ogps-logo a {
    height: 88px;
    text-align: center;
    margin: 0 auto;
  }
  .ogps-header .container .ogps-logo a img.img-logo {
    width: 150px;
  }
  .ogps-header .container .ogps-language {
    position: fixed;
    top: 0;
    right: 15px;
  }
}
.mobile-menu .menu {
  transition: 0.1s transform linear;
  position: fixed;
  top: 28px;
  left: 23px;
  background: 0;
  margin: 0;
  height: 30px;
  width: 24px;
  z-index: 1;
  outline: 0;
  padding: 0;
  border: 0;
}
.mobile-menu .bar,
.mobile-menu .bar::before,
.mobile-menu .bar::after {
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
  position: absolute;
  background: #000;
  margin: auto;
  width: 100%;
  height: 2px;
  content: '';
  top: 50%;
  left: 0;
}
.mobile-menu .bar {
  width: 100%;
  margin: 0 auto;
}
.mobile-menu .bar::before {
  top: -7px;
}
.mobile-menu .bar::after {
  top: 7px;
}
.mobile-menu .bar::before,
.mobile-menu .bar::after {
  transform: rotate(0deg);
}
.mobile-menu .active .bar {
  background: 0;
}
.mobile-menu .active .bar::before {
  transform: rotate(45deg);
}
.mobile-menu .active .bar::after {
  transform: rotate(-45deg);
}
.mobile-menu .active .bar::before,
.mobile-menu .active .bar::after {
  top: 0;
}
.mobile-menu .active .bar,
.mobile-menu .active .bar::before,
.mobile-menu .active .bar::after {
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
}
@media (min-width: 1200px) {
  .desktop-menu {
    display: block;
  }
  .mobile-menu {
    display: none;
  }
}
@media (max-width: 1199px) {
  .desktop-menu {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
}
#sidebar {
  width: 250px;
  position: fixed;
  top: 89px;
  height: 100%;
  left: -250px;
  overflow: hidden;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.75);
  transition: all 0.3s linear;
  transform-origin: center left;
  /* Set the transformed position of sidebar to center left side. */
}
#sidebar ul li a {
  color: #ffffff;
  font-weight: 100;
  text-decoration: none;
  padding: 15px;
  position: relative;
  display: block;
}
#sidebar.active {
  left: 0;
}
@media (max-width: 1199px) {
  #sidebar.active {
    margin-left: 0;
    transform: none;
  }
}
@media (max-width: 1199px) {
  .mb-p-0 {
    padding: 0 !important;
  }
}
.ogps-footer {
  background-color: #1f1f1f;
  color: #cccccc;
}
.ogps-footer .menu {
  font-family: LuxiaRegular;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 15px;
}
.ogps-footer .menu .title {
  color: #ffffff;
}
.ogps-footer .menu .title h2 {
  font-weight: 100;
  letter-spacing: 7px;
  font-family: LuxiaRegular;
  font-size: 1.15rem;
}
.ogps-footer .menu .title p.small {
  text-transform: uppercase;
  font-size: 0.6rem;
  font-weight: 100;
  margin: 0;
  letter-spacing: 2px;
}
.ogps-footer .menu ul li {
  border-right: 1px solid #000000;
  margin: 0 !important;
}
.ogps-footer .menu ul li a {
  padding: 1rem 2rem;
  font-weight: 100;
  letter-spacing: 3px;
}
.ogps-footer .menu ul li:last-child {
  border-right: none;
}
.ogps-footer .menu .link-address {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ogps-footer .menu .link-address a {
  font-size: 1.5rem;
  margin-right: 0.5rem;
  color: #808080;
}
.ogps-footer .content {
  font-family: AvenirBook;
  padding: 0 15px;
}
.ogps-footer .content p.text-gray {
  color: #a7a7a7;
  font-size: small;
}
.ogps-footer .content p.text-dark-gray {
  color: #a7a7a7;
  font-size: small;
  margin: 0 !important;
}
.ogps-footer .content p.text-dark-gray a {
  color: inherit;
}
@media (min-width: 900px) and (max-width: 1199px) {
  .ogps-footer .menu {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .ogps-footer .menu ul li a {
    font-size: small;
    letter-spacing: 2px;
    padding: 1rem;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .ogps-body {
    padding-bottom: 225px;
  }
  .ogps-footer {
    height: 225px;
  }
  .ogps-footer .menu {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    display: block;
  }
  .ogps-footer .menu .title {
    margin-bottom: 10px;
  }
  .ogps-footer .menu .title h2 {
    font-size: 1.2rem;
    letter-spacing: 5px;
  }
  .ogps-footer .menu .title p.small {
    font-size: 0.5rem;
  }
  .ogps-footer .menu ul {
    margin-bottom: 10px;
  }
  .ogps-footer .menu ul li a {
    font-size: 0.6rem;
    padding: 0.5rem 1rem;
  }
  .ogps-footer .content {
    padding-bottom: 0 !important;
  }
  .ogps-footer .content p.text-gray {
    font-size: 0.7rem;
    margin-bottom: 0.7rem;
  }
  .ogps-footer .content p.text-dark-gray {
    font-size: 0.5rem;
  }
  .ogps-footer .content p.text-dark-gray a {
    color: inherit;
  }
}
@media (max-width: 800px) and (min-width: 768px) {
  .ogps-body {
    padding-bottom: 235px;
  }
  .ogps-footer {
    height: 235px;
  }
}
@media (max-width: 599px) {
  .ogps-body {
    padding-bottom: 250px;
  }
  .ogps-footer {
    height: 250px;
  }
  .ogps-footer .menu {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    display: block;
  }
  .ogps-footer .menu .title {
    margin-bottom: 10px;
  }
  .ogps-footer .menu .title h2 {
    font-size: 1.2rem;
    letter-spacing: 5px;
  }
  .ogps-footer .menu .title p.small {
    font-size: 0.5rem;
  }
  .ogps-footer .menu ul {
    margin-bottom: 10px;
  }
  .ogps-footer .menu ul li a {
    font-size: 0.6rem;
    padding: 0.5rem 1rem;
  }
  .ogps-footer .content {
    padding-bottom: 0 !important;
  }
  .ogps-footer .content p.text-gray {
    font-size: 0.7rem;
    margin-bottom: 0.7rem;
  }
  .ogps-footer .content p.text-dark-gray {
    font-size: 0.5rem;
  }
  .ogps-footer .content p.text-dark-gray a {
    color: inherit;
  }
}
@media (max-width: 399px) {
  .ogps-body {
    padding-bottom: 275px;
  }
  .ogps-footer {
    height: 275px;
  }
}
@media (max-width: 376px) {
  .ogps-body {
    padding-bottom: 300px;
  }
  .ogps-footer {
    height: 300px;
  }
}
@media (max-width: 299px) {
  .ogps-body {
    padding-bottom: 325px;
  }
  .ogps-footer {
    height: 325px;
  }
}
.bg-banner {
  width: 100%;
  min-height: 300px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #495057;
  width: 220px;
  height: 50px;
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  padding: 5px 15px;
  line-height: 40px;
  transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "\f078";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
}
.select-styled:hover {
  background-color: transparent;
}
.select-styled:active,
.select-styled.active {
  background-color: transparent;
  border: none;
}
.select-styled:active:after,
.select-styled.active:after {
  content: "\f077";
  font: normal normal normal 14px/1 FontAwesome;
}
.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 9999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.95);
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #cccccc;
}
.select-options li:hover {
  color: #c0392b;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}
.select-options li:nth-child(2) {
  border-top: none;
}
.home-page .owl-home-banner .item {
  position: relative;
}
.home-page .owl-home-banner .item .gradient {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0));
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home-page .owl-home-banner .item .content-banner {
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 50px;
  color: #ffffff;
}
.home-page .owl-home-banner .item .content-banner p.title {
  font-family: LuxiaRegular;
  font-size: 2vw;
  letter-spacing: 5px;
  font-weight: 100;
}
.home-page .owl-home-banner .item .content-banner p.f-project,
.home-page .owl-home-banner .item .content-banner p.address {
  font-family: AvenirBook;
  margin: 0;
  font-size: 0.75vw;
}
.home-page .owl-home-banner .item .content-banner p.f-project {
  color: #cccccc;
}
.home-page .owl-home-banner .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
.home-page .owl-home-banner .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  outline: none;
}
.home-page .owl-home-banner .owl-dots .owl-dot span {
  width: 0.7vw;
  height: 0.7vw;
  margin: 5px 7px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #ffffff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 50%;
}
.home-page .owl-home-banner .owl-dots .owl-dot:hover span,
.home-page .owl-home-banner .owl-dots .owl-dot:active span,
.home-page .owl-home-banner .owl-dots .owl-dot:focus span {
  background: #ffffff;
}
.home-page .owl-home-banner .owl-dots .owl-dot.active span {
  background: #ffffff;
}
.home-page .owl-home-banner .owl-nav {
  position: absolute;
}
.home-page .property-search {
  background-color: rgba(255, 255, 255, 0.85);
  width: 90%;
  max-width: 960px;
  min-height: 60px;
  margin: 0 auto;
  position: absolute;
  bottom: 5%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  padding: 10px;
}
.home-page .property-search .divfilter {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.home-page .property-search .divbutton {
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}
.home-page .property-search .input-group-prepend .icon-property {
  width: 45px;
  height: 40px;
}
.home-page .property-search .input-group-prepend span {
  padding: 0;
  background: transparent;
  border: none;
}
.home-page .property-search .input-country {
  height: 50px;
  line-height: 50px;
  border: none;
  background: transparent;
  border-bottom: 1px solid #808080;
  border-radius: 0;
  margin-left: 0.5rem;
  padding: 0 0.5rem;
}
.home-page .property-search .input-country:focus {
  box-shadow: none !important;
}
.home-page .property-search .btn-search {
  width: 100%;
  height: 40px;
  background-color: rgba(66, 68, 68, 0.9);
  color: #ffffff;
}
.home-page .property-search .select {
  height: 40px;
}
.home-page .property-search .select .select-styled {
  line-height: 35px;
}
.home-page .home-event-news img {
  width: 100%;
}
.home-page .home-event-news .title {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  color: #ffffff;
  padding: 20px 50px;
  font-size: 1.5vw;
}
.home-page .home-event-news .home-news img {
  width: 100%;
}
.home-page .home-info {
  padding-top: 4vw !important;
  padding-bottom: 2vw;
}
.home-page .home-info .items-info {
  padding-left: 5vw;
  padding-right: 5vw;
}
.home-page .home-info .items-info .img-info {
  padding-bottom: 0.9vw !important;
}
.home-page .home-info .items-info .img-info img {
  width: 6vw;
}
.home-page .home-info .items-info .title-info {
  padding-bottom: 0.7vw !important;
}
.home-page .home-info .items-info .title-info h2 {
  font-size: 1.2vw;
  letter-spacing: 3px;
  font-family: LuxiaRegular;
  text-transform: uppercase;
}
.home-page .home-info .items-info .date-info {
  font-size: 1rem;
  padding-bottom: 0.35vw !important;
}
.home-page .home-info .items-info .content-info {
  font-size: 1rem;
  text-align: justify;
}
.property-search-mobile {
  display: none;
  background-color: rgba(249, 249, 249, 0.9);
  color: #424444;
  border-radius: 0.25rem;
  width: 50%;
  height: 30px;
  line-height: 1.1rem;
  padding: 0.4rem 1rem;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  text-align: left;
  border: none;
}
.property-search-mobile i {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}
.modal-property-search {
  max-width: 350px;
}
.modal-property-search .modal-content {
  background-color: #f2f2f2;
}
.modal-property-search .modal-content .button-contact {
  text-align: center;
}
.modal-property-search .modal-content .button-contact .btn-search {
  background-color: #424444;
  color: #ffffff;
  font-weight: 100;
  min-width: 120px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .home-page .owl-home-banner .item .content-banner {
    top: 50px;
    left: 50px;
  }
  .home-page .owl-home-banner .item .content-banner p.title {
    font-size: 2vw;
    letter-spacing: 5px;
    margin-bottom: 0.5rem;
  }
  .home-page .owl-home-banner .item .content-banner p.f-project,
  .home-page .owl-home-banner .item .content-banner p.address {
    font-size: small;
  }
  .home-page .owl-home-banner .item .bg-banner {
    min-height: 450px;
  }
  .home-page .owl-home-banner .owl-dots .owl-dot span {
    width: 1vw;
    height: 1vw;
    margin: 5px 7px;
  }
  .home-page .property-search {
    max-width: 700px;
    min-height: 50px;
    bottom: 5%;
  }
  .home-page .property-search .input-group-prepend .icon-property {
    width: 32.5px;
    height: 30px;
  }
  .home-page .property-search .input-country {
    height: 30px;
    line-height: 30px;
    font-size: small;
    margin-left: 0.5rem;
    padding: 0 0.5rem;
  }
  .home-page .property-search .btn-search {
    height: 30px;
    line-height: 20px;
    font-size: small;
    padding: 5px 12px;
  }
  .home-page .property-search .select {
    height: 30px;
    font-size: small;
  }
  .home-page .property-search .select-styled {
    line-height: 25px !important;
  }
  .home-page .property-search .div-filter {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .home-page .home-event-news img {
    width: 100%;
  }
  .home-page .home-event-news .title {
    padding: 10px 25px;
    font-size: 1.7vw;
  }
  .home-page .home-info {
    padding-top: 3vw !important;
  }
  .home-page .home-info .items-info {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
  .home-page .home-info .items-info .img-info img {
    width: 7vw;
  }
  .home-page .home-info .items-info .title-info h2 {
    font-size: 1.3vw;
    letter-spacing: 3px;
  }
  .home-page .home-info .items-info .date-info {
    font-size: small;
    padding-bottom: 0.35vw !important;
  }
  .home-page .home-info .items-info .content-info {
    font-size: small;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .bg-banner {
    min-height: 350px;
  }
  .home-page .owl-home-banner .item .content-banner {
    top: 30px;
    left: 30px;
  }
  .home-page .owl-home-banner .item .content-banner p.title {
    font-size: 2.5vw;
    letter-spacing: 4px;
    margin-bottom: 0.5rem;
  }
  .home-page .owl-home-banner .item .content-banner p.f-project,
  .home-page .owl-home-banner .item .content-banner p.address {
    font-size: 1.25vw;
  }
  .home-page .owl-home-banner .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
  }
  .home-page .property-search {
    display: none;
  }
  .home-page .property-search-mobile {
    display: block;
  }
  .home-page .home-event-news .title {
    padding: 10px 25px;
    font-size: 1rem;
  }
  .home-page .home-event-news .home-news img {
    width: 100%;
  }
  .home-page .home-info .items-info {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
  .home-page .home-info .items-info .img-info img {
    width: 10vw;
  }
  .home-page .home-info .items-info .title-info h2 {
    font-size: 1rem;
    min-height: 38px;
    letter-spacing: 2px;
  }
  .home-page .home-info .items-info .date-info {
    font-size: small;
  }
  .home-page .home-info .items-info .content-info {
    font-size: small;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .home-page .owl-home-banner .item .content-banner {
    top: 30px;
    left: 30px;
  }
  .home-page .owl-home-banner .item .content-banner p.title {
    font-size: 3vw;
  }
  .home-page .owl-home-banner .item .content-banner p.f-project,
  .home-page .owl-home-banner .item .content-banner p.address {
    font-size: 1.75vw;
  }
  .home-page .owl-home-banner .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
  }
  .home-page .property-search {
    display: none;
  }
  .home-page .property-search-mobile {
    display: block;
  }
  .home-page .home-event-news .title {
    padding: 10px 25px;
    font-size: 1rem;
  }
  .home-page .home-event-news .home-news img {
    width: 100%;
  }
  .home-page .home-info {
    padding: 2vw 0 !important;
  }
  .home-page .home-info .items-info {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    padding-top: 5vw;
    text-align: center;
  }
  .home-page .home-info .items-info .img-info img {
    width: 20vw;
  }
  .home-page .home-info .items-info .title-info h2 {
    font-size: 1rem;
    min-height: auto;
    letter-spacing: 2px;
  }
  .home-page .home-info .items-info .date-info {
    font-size: small;
  }
  .home-page .home-info .items-info .content-info {
    font-size: small;
    text-align: center;
  }
  .home-page .home-info .items-info .content-info p {
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .bg-banner {
    min-height: 200px;
  }
  .property-search-mobile {
    width: 70%;
  }
  .home-page .owl-home-banner .item .content-banner {
    top: 30px;
    left: 30px;
  }
  .home-page .owl-home-banner .item .content-banner p.title {
    font-size: 1.1rem;
    margin-bottom: 0;
  }
  .home-page .owl-home-banner .item .content-banner p.f-project,
  .home-page .owl-home-banner .item .content-banner p.address {
    font-size: 2.5vw;
  }
  .home-page .owl-home-banner .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
  }
  .home-page .property-search {
    display: none;
  }
  .home-page .property-search-mobile {
    display: block;
  }
  .home-page .home-event-news .title {
    padding: 10px 25px;
    font-size: 1rem;
  }
  .home-page .home-event-news .home-news img {
    width: 100%;
  }
  .home-page .home-info {
    padding: 2vw 0 !important;
  }
  .home-page .home-info .items-info {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    padding-top: 5vw;
    text-align: center;
  }
  .home-page .home-info .items-info .img-info img {
    width: 25vw;
  }
  .home-page .home-info .items-info .title-info h2 {
    font-size: 1rem;
    min-height: auto;
    letter-spacing: 2px;
  }
  .home-page .home-info .items-info .date-info {
    font-size: small;
  }
  .home-page .home-info .items-info .content-info {
    font-size: small;
    text-align: center;
  }
  .home-page .home-info .items-info .content-info p {
    width: 70%;
    margin: 0 auto;
  }
}
.category-menu {
  font-family: LuxiaRegular;
  letter-spacing: 3px;
  padding: 1.3rem;
}
.category-menu .content-menu {
  margin: 0 auto;
  display: block;
}
.category-menu .content-menu .menu-items {
  color: #808080;
  padding: 1.5rem 0;
  font-weight: 100;
  border-bottom: 1px solid #ccc;
}
.category-menu .content-menu .menu-items a {
  color: inherit;
}
.category-menu .content-menu .menu-items:hover {
  cursor: pointer;
}
.category-menu .content-menu .menu-items:hover a {
  color: #000000;
  font-weight: 500;
}
.category-menu .content-menu .menu-items.active {
  color: #000000;
  font-weight: 500;
}
.category-menu .mobile-menu-cat {
  display: none;
  position: absolute;
  width: 300px;
  top: -17px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 9;
}
.category-menu .mobile-menu-cat .c-dropdown {
  margin: 0;
  border-radius: 7px;
}
.category-menu .mobile-menu-cat .c-button--dropdown {
  color: #ffffff;
  background-color: #1b1b1b;
  border-radius: 7px;
  height: 34px;
  min-height: 22px;
  line-height: 22px;
  padding-left: 15px;
}
.category-menu .mobile-menu-cat .c-button--dropdown:hover {
  color: #ffffff;
  background: #000000;
}
.category-menu .mobile-menu-cat .c-dropdown__item {
  padding-left: 15px;
  color: #000000;
  font-weight: 600;
}
.category-menu .mobile-menu-cat .c-dropdown__item a {
  color: #434A54;
  font-weight: 100;
}
.category-menu .mobile-menu-cat .c-dropdown__item:focus {
  background: #e0e0e0;
}
.category-menu .mobile-menu-cat .c-dropdown__list {
  background: #eaeaea;
  width: 98%;
  margin-left: 1%;
  -webkit-box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.75);
}
.category-menu .mobile-menu-cat.fixedtop {
  position: fixed;
  top: 89px;
}
.category-content {
  padding: 2vw;
  padding-right: 0;
}
.category-content .title-category {
  font-weight: bold;
  color: #000000;
  margin-bottom: 1rem;
}
.category-content p {
  text-align: justify;
}
.category-content img {
  margin: 0 auto;
  width: 100% !important;
  height: auto !important;
}
.category-content ul {
  list-style-type: disc;
  margin-bottom: 1rem;
  padding-left: 40px;
}
.category-about-team {
  padding: 2vw;
  padding-right: 0;
}
.category-about-team a {
  color: inherit;
}
.category-about-team .cat-team {
  padding-bottom: 2rem;
}
.category-about-team h3 {
  font-size: 2rem;
  font-weight: 100;
  color: #808080;
  margin-bottom: 1.5rem;
}
.category-about-team .items {
  text-align: center;
  color: #424444;
  margin-bottom: 1.5rem;
}
.category-about-team .items .img-team {
  width: 70%;
  margin-bottom: 1rem;
}
.category-about-team .items .name {
  font-size: 1.5rem;
  margin: 0;
}
.category-about-team .items .positions {
  font-size: 1rem;
  margin: 0;
}
.modal-team-popup .modal-dialog {
  max-width: 900px;
  width: 900px;
}
.modal-team-popup .modal-dialog .modal-content {
  border: none;
}
.modal-team-popup .modal-dialog .modal-content .modal-body {
  padding: 0;
  background-color: #424444;
  position: relative;
}
.modal-team-popup .modal-dialog .modal-content .modal-body .img-popup {
  width: 100%;
}
.modal-team-popup .modal-dialog .modal-content .modal-body .content-right {
  padding: 2vw;
  color: #cccccc;
}
.modal-team-popup .modal-dialog .modal-content .modal-body .content-right h3 {
  font-size: 2rem;
  margin-bottom: 0;
}
.modal-team-popup .modal-dialog .modal-content .modal-body .content-right h4 {
  font-size: small;
  margin-bottom: 0;
}
.modal-team-popup .modal-dialog .modal-content .modal-body .content-right .desc {
  text-align: justify;
  padding: 1.5rem 0;
}
.modal-team-popup .modal-dialog .modal-content .modal-body .content-right .contact img {
  width: 2rem;
  margin-right: 0.5rem;
}
.modal-team-popup .modal-dialog .modal-content .modal-body .btn-close {
  color: #ffffff;
  position: absolute;
  top: 7px;
  right: 7px;
  font-size: 1.2rem;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  opacity: 0.7;
  z-index: 1;
}
.modal-team-popup .modal-dialog .modal-content .modal-body .btn-close:hover {
  opacity: 1;
  font-size: 1.5rem;
  transition: 0.2s;
  cursor: pointer;
}
.category-about-galary {
  padding-bottom: 2vw;
  padding-top: 2vw;
}
.category-about-galary ul {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
}
.category-about-galary ul li .bg-img {
  min-height: 350px;
  width: 100%;
  background-position: center !important;
  background-size: cover !important;
}
.category-about-galary ul.lSPager li {
  opacity: 0.5;
}
.category-about-galary ul.lSPager li.active {
  opacity: 1;
  border: 1px solid #424444;
}
.category-about-galary .lSAction > a {
  background-image: url(../../Images/controls.png);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .category {
    font-size: small;
  }
  .category-about-team .cat-team {
    padding-bottom: 2rem;
  }
  .category-about-team h3 {
    font-size: 2vw;
  }
  .category-about-team .items {
    margin-bottom: 2rem;
  }
  .category-about-team .items .name {
    font-size: 1rem;
    font-weight: bold;
  }
  .category-about-team .items .positions {
    font-size: small;
  }
  .modal-team-popup .modal-dialog {
    max-width: 750px;
    width: 750px;
  }
  .modal-team-popup .modal-dialog .modal-content .modal-body .content-right {
    padding: 2vw;
  }
  .modal-team-popup .modal-dialog .modal-content .modal-body .content-right h3 {
    font-size: 2.5vw;
  }
  .modal-team-popup .modal-dialog .modal-content .modal-body .content-right h4 {
    font-size: small;
  }
  .modal-team-popup .modal-dialog .modal-content .modal-body .content-right .desc {
    padding: 1.5rem 0;
    font-size: small;
  }
  .modal-team-popup .modal-dialog .modal-content .modal-body .content-right .contact img {
    width: 2vw;
    margin-right: 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .category-menu {
    padding: 0.5rem;
  }
  .category-about-team a {
    color: inherit;
  }
  .category-about-team .cat-management .p-mobile {
    padding-left: 7px;
    padding-right: 7px;
  }
  .category-about-team .cat-team {
    padding-bottom: 2rem;
  }
  .category-about-team h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .category-about-team .items {
    margin-bottom: 1.5rem;
  }
  .category-about-team .items .img-team {
    margin-bottom: 0.75rem;
  }
  .category-about-team .items .name {
    font-size: 1rem;
    font-weight: 500;
  }
  .category-about-team .items .positions {
    font-size: small;
  }
  .modal-team-popup .modal-dialog {
    max-width: 700px;
    width: 700px;
  }
  .mobile-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .category {
    min-height: 580px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .category-menu {
    padding: 10px;
  }
  .category-menu .content-menu {
    display: none;
  }
  .category-menu .mobile-menu-cat {
    display: block;
  }
  .category-content {
    padding-right: 2vw;
  }
  .category-content .title-category {
    font-size: 1.5rem;
  }
  .category-about-team a {
    color: inherit;
  }
  .category-about-team .cat-team {
    padding-bottom: 2rem;
  }
  .category-about-team h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    text-align: center;
  }
  .category-about-team .items {
    margin-bottom: 1.5rem;
  }
  .category-about-team .items .img-team {
    width: 50%;
    margin: 0 auto;
  }
  .category-about-team .items .name {
    margin-top: 0.75rem;
    font-size: 1.2rem;
    font-weight: 500;
  }
  .category-about-team .items .positions {
    font-size: small;
  }
  .modal-team-popup .modal-dialog {
    max-width: 500px;
    width: 500px;
  }
}
@media (max-width: 575.98px) {
  .category-menu {
    padding: 10px;
  }
  .category-menu .content-menu {
    display: none;
  }
  .category-menu .mobile-menu-cat {
    display: block;
  }
  .category-content {
    padding-right: 2vw;
  }
  .category-content .title-category {
    font-size: 1.25rem;
  }
  .category-about-team a {
    color: inherit;
  }
  .category-about-team .cat-team {
    padding-bottom: 2rem;
  }
  .category-about-team h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    text-align: center;
    font-weight: 600;
  }
  .category-about-team .items {
    margin-bottom: 1.5rem;
  }
  .category-about-team .items .img-team {
    width: 50%;
    margin: 0 auto;
  }
  .category-about-team .items .name {
    margin-top: 0.75rem;
    font-size: 1.2rem;
    font-weight: 500;
  }
  .category-about-team .items .positions {
    font-size: small;
  }
  .modal-team-popup .modal-dialog {
    max-width: 400px;
    width: 80%;
    margin: 0 auto;
  }
  .modal-team-popup .modal-dialog .modal-content .modal-body .img-popup {
    width: 50%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .modal-team-popup .modal-dialog .modal-content .modal-body .content-right {
    padding: 10px;
  }
  .modal-team-popup .modal-dialog .modal-content .modal-body .content-right h3 {
    font-size: 1.5rem;
    text-align: center;
  }
  .modal-team-popup .modal-dialog .modal-content .modal-body .content-right h4 {
    font-size: small;
    text-align: center;
  }
  .modal-team-popup .modal-dialog .modal-content .modal-body .content-right .desc {
    font-size: small;
    padding: 0.5rem 0;
  }
  .modal-team-popup .modal-dialog .modal-content .modal-body .content-right .contact {
    text-align: center;
    padding-bottom: 15px;
  }
  .modal-team-popup .modal-dialog .modal-content .modal-body .content-right .contact img {
    width: 1.5rem;
  }
  .mobile-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .category-about-galary ul li .bg-img {
    min-height: 250px;
  }
}
.property-search .fmProperty {
  padding: 30px 20px;
  position: relative;
}
.property-search .icon-view {
  position: absolute;
  bottom: -50px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  border-radius: 4px;
  border: 1px solid #808080;
  color: #808080;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.property-search .icon-view i {
  margin-top: 2px;
}
.property-search .icon-view.active {
  opacity: 1;
  visibility: visible;
}
.property-search .view-item {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  display: none;
}
.property-search .view-item.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.property-search .grid-view .fmProperty {
  padding-bottom: 90px;
}
.property-search .grid-view .fmProperty .infoProperty {
  height: 38px;
}
.property-search .owl-properties .item {
  position: relative;
}
.property-search .owl-properties .item .title-property {
  text-transform: uppercase;
  position: absolute;
  z-index: 2;
  top: 10%;
  left: 3%;
  color: #ffffff;
}
.property-search .owl-properties .item .title-property h3 {
  margin: 0;
  font-family: LuxiaRegular;
  font-size: 2vw;
  letter-spacing: 0.25vw;
  margin-bottom: 1vw;
}
.property-search .owl-properties .item .title-property h5 {
  margin: 0;
  font-size: 0.75vw;
  font-weight: 100;
}
.property-search .owl-properties .item .content-property {
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 90%;
  z-index: 3;
  color: rgba(255, 255, 255, 0.8);
}
.property-search .owl-properties .item .content-property .col-md-3 {
  padding: 0 2vw;
}
.property-search .owl-properties .item .content-property .icon {
  margin-bottom: 1vw;
}
.property-search .owl-properties .item .content-property .icon img {
  width: 3vw;
}
.property-search .owl-properties .item .content-property .title {
  font-size: 1.1vw;
  letter-spacing: 0.15vw;
  text-transform: uppercase;
  font-family: LuxiaRegular;
  margin-bottom: 0.75vw;
}
.property-search .owl-properties .item .content-property .desc {
  font-size: 0.75vw;
  font-weight: 100;
  text-align: justify;
}
.property-search .owl-properties .gradient-properties {
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.property-search .property-filter {
  background-color: #f2f2f2;
  position: relative;
}
.property-search .property-filter .desktop-filter {
  display: flex;
}
.property-search .property-filter .mobile-filter {
  display: none;
}
.property-search .property-filter .mobile-filter .select {
  height: 40px;
  width: 100%;
  padding-left: 35px;
}
.property-search .property-filter .mobile-filter .btn-search {
  padding: 5px 15px;
  line-height: 30px;
  width: 10rem;
}
.property-search .property-filter .mobile-filter .input-group-prepend {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(0%, -50%);
}
.property-search .property-filter .mobile-filter .input-group-prepend .icon-property {
  width: 30px;
}
.property-search .property-filter .mobile-filter .input-country {
  padding-left: 30px;
  border: none;
}
.property-search .property-filter .mobile-filter .select-styled {
  line-height: 35px;
  padding-left: 40px;
  padding-right: 20px;
}
.property-search .property-filter .mobile-filter .select-styled:after {
  right: 5px;
  font-size: x-small;
}
.property-search .property-filter .mobile-filter .mobile-control {
  padding: 0 5px;
}
.property-search .property-filter .select {
  width: 120px;
  font-size: small;
}
.property-search .property-filter .divfilter {
  width: 94%;
  margin: 0 auto !important;
  padding: 20px 0;
}
.property-search .property-filter .divfilter .width-lg10 {
  max-width: 200px;
}
.property-search .property-filter .input-group-prepend .icon-property {
  width: 40px;
}
.property-search .property-filter .input-group-prepend span {
  padding: 0;
  background: transparent;
  border: none;
}
.property-search .property-filter .input-country {
  height: 40px;
  line-height: 40px;
  border: none;
  background: transparent;
  border-bottom: 1px solid #808080;
  border-radius: 0;
  margin-left: 0.5rem;
  padding: 0 0.5rem;
  font-size: small;
}
.property-search .property-filter .input-country:focus {
  box-shadow: none !important;
}
.property-search .property-filter .btn-search {
  width: 100%;
  height: 40px;
  background-color: rgba(66, 68, 68, 0.9);
  color: #ffffff;
  font-size: small;
}
.property-search .property-filter .btn-search:focus,
.property-search .property-filter .btn-search:active {
  background-color: #424444;
  box-shadow: none;
}
.property-search .property-filter .select-styled {
  font-size: small;
}
.property-search .body-property {
  padding: 1.5vw 0;
}
.property-search .body-property .titleSearch {
  font-size: 1.3vw;
  letter-spacing: 0.15vw;
  font-family: LuxiaRegular;
}
.property-search .body-property .textResultSearch {
  opacity: 0.5;
  letter-spacing: 0.25vw;
  margin-left: 1vw;
}
.property-search .body-property .nameProperty {
  font-weight: 100;
  font-size: 1.5vw;
  letter-spacing: 0.2vw;
  text-transform: capitalize;
}
.property-search .body-property .addressProperty {
  font-size: 1rem;
  letter-spacing: 0.15vw;
  text-transform: uppercase;
}
.property-search .body-property .infoProperty {
  font-size: small;
  letter-spacing: 0.1vw;
  font-weight: 100;
}
.property-search .body-property .roomProperty {
  font-size: small;
  letter-spacing: 0.1vw;
}
.property-search .body-property .footerItemProperty {
  position: absolute;
  bottom: 1vw;
  left: 0;
  width: 100%;
  padding: 0 20px;
}
.property-search .body-property .footerItemProperty .btn-view {
  min-width: 200px;
  padding: 0.5rem 2rem;
}
.property-search .body-property .footerItemProperty .img-right {
  width: 120px;
  position: absolute;
  right: 20px;
  bottom: 0;
}
.property-search .body-property .fmProperty .icon-property {
  width: 30px;
}
.pagination-property {
  padding: 15px 0;
}
.pagination-property ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.pagination-property ul li a {
  display: inline-block;
  padding: 10px 18px;
  color: #222;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
}
.pagination-property ul li a:hover {
  cursor: pointer;
}
.pagination-property ul li.active a {
  background-color: #4a4a4a;
  border-radius: 100%;
  color: #ffffff;
}
.pagination-property ul li.active a:hover {
  color: #ffffff;
  cursor: pointer;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .property-search .property-filter .divfilter .width-lg5 {
    max-width: 120px;
  }
  .property-search .property-filter .divfilter .width-lg5 .select {
    width: 65px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .property-search .owl-properties .item .title-property h3 {
    margin-bottom: 0.5vw;
  }
  .property-search .owl-properties .item .title-property h5 {
    font-size: 1vw;
  }
  .property-search .owl-properties .item .content-property {
    left: 2%;
    width: 96%;
  }
  .property-search .owl-properties .item .content-property .icon img {
    width: 3.5vw;
  }
  .property-search .owl-properties .item .content-property .title {
    font-size: 1.2vw;
    letter-spacing: 0.2vw;
  }
  .property-search .owl-properties .item .content-property .desc {
    font-size: 1vw;
  }
  .property-search .property-filter .select {
    width: 100px;
    height: 30px;
  }
  .property-search .property-filter .divfilter {
    width: 98%;
  }
  .property-search .property-filter .divfilter .width-lg10 {
    max-width: 150px;
    padding-right: 10px;
  }
  .property-search .property-filter .divfilter .width-lg5 {
    max-width: 120px;
    padding-right: 10px;
  }
  .property-search .property-filter .divfilter .width-lg5 .select {
    width: 65px;
  }
  .property-search .property-filter .select-styled {
    line-height: 20px;
    padding: 5px 10px;
  }
  .property-search .property-filter .select-styled:after {
    font-size: 11px;
  }
  .property-search .property-filter .input-group-prepend .icon-property {
    width: 20px;
  }
  .property-search .property-filter .input-country {
    height: 30px;
    line-height: 30px;
    margin-left: 0.5rem;
    padding: 0 0.5rem;
  }
  .property-search .property-filter .btn-search {
    height: 30px;
  }
  .property-search .body-property .titleSearch {
    font-size: 1.5vw;
  }
  .property-search .body-property .textResultSearch {
    font-size: small;
    letter-spacing: 0.15vw;
  }
  .property-search .body-property .nameProperty {
    font-size: 2vw;
    letter-spacing: 0.15vw;
    margin-bottom: 0.5rem;
  }
  .property-search .body-property .addressProperty {
    font-size: small;
    letter-spacing: 0.15vw;
    margin-bottom: 0.5rem;
  }
  .property-search .body-property .infoProperty {
    margin-bottom: 0.5rem;
  }
  .property-search .body-property .roomProperty {
    margin-bottom: 0.5rem;
  }
  .property-search .body-property .footerItemProperty .btn-view {
    min-width: 150px;
    padding: 0.3rem 1rem;
    font-size: small;
  }
  .property-search .body-property .footerItemProperty .img-right {
    width: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .property-search .fmProperty {
    padding: 0px 15px;
  }
  .property-search .icon-view {
    display: none;
  }
  .property-search .grid-view {
    display: none;
  }
  .property-search .owl-properties .item .title-property h3 {
    font-size: 1.25rem;
    letter-spacing: 0.25rem;
  }
  .property-search .owl-properties .item .title-property h5 {
    font-size: small;
  }
  .property-search .owl-properties .item .content-property {
    left: 1%;
    width: 98%;
  }
  .property-search .owl-properties .item .content-property .col-md-3 {
    padding: 0 1.5vw;
  }
  .property-search .owl-properties .item .content-property .icon img {
    width: 4vw;
  }
  .property-search .owl-properties .item .content-property .title {
    font-size: x-small;
  }
  .property-search .owl-properties .item .content-property .desc {
    font-size: xx-small;
  }
  .property-search .property-filter .desktop-filter {
    display: none;
  }
  .property-search .property-filter .mobile-filter {
    display: flex;
  }
  .property-search .body-property {
    padding: 1.5vw 0;
  }
  .property-search .body-property .titleSearch {
    font-size: 1.5rem;
    letter-spacing: 0.25rem;
  }
  .property-search .body-property .nameProperty {
    font-size: 1.5rem;
    letter-spacing: 0.15rem;
  }
  .property-search .body-property .addressProperty {
    font-size: 1rem;
    letter-spacing: 0.15vw;
  }
  .property-search .body-property .footerItemProperty {
    bottom: 0;
    padding: 0 15px;
  }
  .property-search .body-property .footerItemProperty .btn-view {
    min-width: 150px;
    padding: 0.5rem 2rem;
    font-size: small;
  }
  .property-search .body-property .footerItemProperty .img-right {
    width: 80px;
    position: absolute;
    right: 20px;
    bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .property-search .icon-view {
    display: none;
  }
  .property-search .owl-properties .item {
    position: relative;
  }
  .property-search .owl-properties .item .title-property {
    top: 10%;
    left: 3%;
  }
  .property-search .owl-properties .item .title-property h3 {
    font-size: 1rem;
    letter-spacing: 0.2rem;
  }
  .property-search .owl-properties .item .title-property h5 {
    font-size: 12px;
  }
  .property-search .owl-properties .item .content-property {
    display: none;
  }
  .property-search .property-filter .desktop-filter {
    display: none;
  }
  .property-search .property-filter .mobile-filter {
    display: flex;
  }
  .property-search .body-property {
    padding: 0 15px;
  }
  .property-search .body-property .col-12 {
    padding: 0 !important;
  }
  .property-search .body-property .mb-4 {
    margin-bottom: 2.5rem !important;
  }
  .property-search .body-property .fmProperty {
    padding-top: 10px !important;
    padding-bottom: 50px !important;
  }
  .property-search .body-property .titleSearch {
    font-size: 1.25rem;
    letter-spacing: 0.15rem;
    display: block;
  }
  .property-search .body-property .nameProperty {
    font-size: 1.25rem;
    letter-spacing: 0.25rem;
    margin-bottom: 0;
  }
  .property-search .body-property .addressProperty {
    letter-spacing: 0.15rem;
    margin-bottom: 0.5rem;
  }
  .property-search .body-property .infoProperty {
    letter-spacing: 0.15rem;
    margin-bottom: 0.5rem;
  }
  .property-search .body-property .roomProperty {
    letter-spacing: 0.15rem;
    margin-bottom: 0.5rem;
  }
  .property-search .body-property .footerItemProperty {
    bottom: 0;
    left: 0;
    padding: 0;
  }
  .property-search .body-property .footerItemProperty .btn-view {
    min-width: 120px;
    padding: 0.5rem 1rem;
    font-size: small;
  }
  .property-search .body-property .footerItemProperty .img-right {
    width: 80px;
    position: absolute;
    right: 20px;
    bottom: 0;
  }
}
.breadcrumb-event ul.breadcrumb-list {
  padding: 1rem 0;
}
.breadcrumb-event ul.breadcrumb-list li {
  float: left;
  padding: 0 1rem;
  border-right: 1px solid #424444;
  letter-spacing: 2px;
}
.breadcrumb-event ul.breadcrumb-list li a {
  color: #424444;
  text-transform: uppercase;
}
.breadcrumb-event ul.breadcrumb-list li a:hover {
  font-weight: bold;
  cursor: pointer;
}
.breadcrumb-event ul.breadcrumb-list li.active a {
  font-weight: bold;
}
.breadcrumb-event ul.breadcrumb-list li:last-child {
  border: none;
}
.events {
  padding-bottom: 1.5vw;
}
.events .owl-events .div-events .img-event {
  background-size: cover !important;
  background-position: center !important;
  min-height: 300px;
}
.events .owl-events .div-events .content-slide {
  background-color: #EEEEEE;
}
.events .owl-events .div-events .content-slide .head {
  background-color: #e5e5e5;
  padding: 0.5rem 1rem;
  font-weight: 400;
  text-transform: uppercase;
}
.events .owl-events .div-events .content-slide .title {
  padding: 0 1rem;
  font-family: LuxiaRegular;
  letter-spacing: 3px;
  margin: 0.5rem 0;
}
.events .owl-events .div-events .content-slide .title a {
  color: inherit;
}
.events .owl-events .div-events .content-slide .date {
  padding: 0 1rem;
  font-size: small;
}
.events .owl-events .div-events .content-slide .btn-event {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translate(-50%, 0%);
  border: 1px solid #808080;
  min-width: 120px;
  font-family: LuxiaRegular;
  letter-spacing: 2px;
}
.events .owl-events .div-events .content-slide .btn-event:focus,
.events .owl-events .div-events .content-slide .btn-event:active {
  background-color: #e2e6ea;
  border: 1px solid #e2e6ea;
}
.events .owl-events .owl-nav {
  position: absolute;
  width: 100%;
  top: 45%;
  z-index: 9;
  height: 0;
}
.events .owl-events .owl-nav button:focus {
  outline: none;
}
.events .owl-events .owl-nav .owl-prev,
.events .owl-events .owl-nav .owl-next {
  width: 30px;
  height: 30px;
}
.events .owl-events .owl-nav .owl-prev {
  float: left;
  margin-left: -30px;
  background: url(../../Images/icon_back.png) no-repeat center center;
  background-size: cover;
}
.events .owl-events .owl-nav .owl-next {
  float: right;
  margin-right: -30px;
  background: url(../../Images/icon_next.png) no-repeat center center;
  background-size: cover;
}
.upcoming {
  padding-bottom: 1.5vw;
}
.upcoming .head-coming h4 {
  margin-bottom: 1vw;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1vw;
  font-family: LuxiaRegular;
  letter-spacing: 0.3vw;
}
.upcoming .body-upcoming {
  background-color: #EEEEEE;
  text-align: center;
}
.upcoming .body-upcoming .title,
.upcoming .body-upcoming .date {
  text-align: left;
}
.upcoming .body-upcoming .img-upcoming {
  background-position: center !important;
  background-size: cover !important;
  min-height: 250px;
  position: relative;
}
.upcoming .body-upcoming .img-upcoming a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
.upcoming .body-upcoming .title {
  font-family: LuxiaRegular;
  letter-spacing: 0.15vw;
  font-size: 0.75vw;
  margin: 0.5vw 0;
  padding: 0 1rem;
}
.upcoming .body-upcoming .date {
  padding: 0 1rem;
  font-size: small;
  letter-spacing: 0.15rem;
  margin: 0;
}
.upcoming .body-upcoming .btn-view {
  margin: 0.75rem 0;
  border: 1px solid #808080;
  font-size: small;
  letter-spacing: 0.1rem;
  color: #424444;
}
.upcoming .body-upcoming .btn-view:focus,
.upcoming .body-upcoming .btn-view:active {
  background-color: #e2e6ea;
  border: 1px solid #e2e6ea;
}
.tab-event.exhibitions-fun .body-upcoming .btn-view {
  left: auto;
  right: 2rem;
  transform: none;
}
.tab-event.exhibitions-fun .body-upcoming .img-dev {
  width: 3vw;
  position: absolute;
  bottom: 0.5rem;
  left: 2rem;
}
.tab-event {
  display: none;
}
.tab-event.active {
  display: block;
}
.past-event {
  background-color: #cccccc;
  min-height: 100px;
  display: none;
}
.past-event .upcoming .head-coming h4 {
  margin-top: 1.5vw;
}
.past-event.active {
  display: block;
}
.events-calendar {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Animations are cool!  */
@-webkit-keyframes moveFromTopFade {
  from {
    opacity: 0.3;
    height: 0px;
    margin-top: 0px;
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes moveFromTopFade {
  from {
    height: 0px;
    margin-top: 0px;
    -moz-transform: translateY(-100%);
  }
}
@keyframes moveFromTopFade {
  from {
    height: 0px;
    margin-top: 0px;
    transform: translateY(-100%);
  }
}
@-webkit-keyframes moveToTopFade {
  to {
    height: 0px;
    margin-top: 0px;
    opacity: 0.3;
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes moveToTopFade {
  to {
    height: 0px;
    -moz-transform: translateY(-100%);
  }
}
@keyframes moveToTopFade {
  to {
    height: 0px;
    transform: translateY(-100%);
  }
}
@-webkit-keyframes moveToTopFadeMonth {
  to {
    opacity: 0;
    -webkit-transform: translateY(-30%) scale(0.95);
  }
}
@-moz-keyframes moveToTopFadeMonth {
  to {
    opacity: 0;
    -moz-transform: translateY(-30%);
  }
}
@keyframes moveToTopFadeMonth {
  to {
    opacity: 0;
    -moz-transform: translateY(-30%);
  }
}
@-webkit-keyframes moveFromTopFadeMonth {
  from {
    opacity: 0;
    -webkit-transform: translateY(30%) scale(0.95);
  }
}
@-moz-keyframes moveFromTopFadeMonth {
  from {
    opacity: 0;
    -moz-transform: translateY(30%);
  }
}
@keyframes moveFromTopFadeMonth {
  from {
    opacity: 0;
    -moz-transform: translateY(30%);
  }
}
@-webkit-keyframes moveToBottomFadeMonth {
  to {
    opacity: 0;
    -webkit-transform: translateY(30%) scale(0.95);
  }
}
@-moz-keyframes moveToBottomFadeMonth {
  to {
    opacity: 0;
    -webkit-transform: translateY(30%);
  }
}
@keyframes moveToBottomFadeMonth {
  to {
    opacity: 0;
    -webkit-transform: translateY(30%);
  }
}
@-webkit-keyframes moveFromBottomFadeMonth {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30%) scale(0.95);
  }
}
@-moz-keyframes moveFromBottomFadeMonth {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30%);
  }
}
@keyframes moveFromBottomFadeMonth {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30%);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutShink {
  to {
    opacity: 0;
    padding: 0px;
    height: 0px;
  }
}
@-moz-keyframes fadeOutShink {
  to {
    opacity: 0;
    padding: 0px;
    height: 0px;
  }
}
@keyframes fadeOutShink {
  to {
    opacity: 0;
    padding: 0px;
    height: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #calTbody .a-date {
    padding: 0.5rem !important;
  }
  #calTitle {
    padding: 0.4em !important;
  }
  .events {
    padding-bottom: 1.5rem;
  }
  .upcoming {
    padding-bottom: 1.5rem;
  }
  .upcoming .head-coming h4 {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    letter-spacing: 0.3rem;
  }
  .upcoming .body-upcoming .title {
    letter-spacing: 0.15vw;
    font-size: 1rem;
    margin: 0.75rem 0;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .upcoming .body-upcoming .img-upcoming {
    min-height: 150px;
  }
  #calTitle {
    padding: 0.4em !important;
  }
  #calTbody .a-date {
    padding: 0.5rem !important;
  }
  .events .owl-events .div-events .img-event {
    min-height: 250px;
  }
  .events .owl-events .div-events .content-slide {
    text-align: center;
  }
  .events .owl-events .div-events .content-slide .head,
  .events .owl-events .div-events .content-slide .title,
  .events .owl-events .div-events .content-slide .date {
    text-align: left;
  }
  .events .owl-events .div-events .content-slide .btn-event {
    position: unset;
    left: 0;
    transform: none;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .upcoming {
    padding-bottom: 1.5rem;
  }
  .upcoming .head-coming {
    margin: 1rem 0;
  }
  .upcoming .head-coming h4 {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    letter-spacing: 0.3rem;
  }
  .upcoming .body-upcoming .title {
    font-size: 1rem;
    margin: 0.75rem 0;
    height: 40px;
    padding: 0 0.5rem;
    margin-bottom: 0.25rem;
  }
  .upcoming .body-upcoming .date {
    padding: 0 0.5rem;
    letter-spacing: unset;
  }
}
@media (max-width: 767.98px) {
  .banner-mobile {
    display: block;
  }
  .events-calendar {
    margin-bottom: 1.5rem;
    margin-top: 0.5rem;
  }
  .breadcrumb-event {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .breadcrumb-event ul.breadcrumb-list {
    -webkit-box-shadow: 0px 2px 8px 0px rgba(107, 107, 107, 0.75);
    -moz-box-shadow: 0px 2px 8px 0px rgba(107, 107, 107, 0.75);
    box-shadow: 0px 2px 8px 0px rgba(107, 107, 107, 0.75);
    background-color: #ffffff;
    padding: 0;
  }
  .breadcrumb-event ul.breadcrumb-list li {
    background-color: #ffffff;
    padding: 0.5rem 2rem;
    border: none;
    min-width: 170px;
    text-align: center;
  }
  .breadcrumb-event ul.breadcrumb-list li a {
    color: inherit;
  }
  .breadcrumb-event ul.breadcrumb-list li.active {
    background-color: #424444;
    color: #ffffff;
  }
  .events .owl-events .div-events .img-event {
    min-height: 250px;
    width: 100% !important;
  }
  .events .owl-events .div-events .content-slide {
    text-align: center;
  }
  .events .owl-events .div-events .content-slide .head,
  .events .owl-events .div-events .content-slide .title,
  .events .owl-events .div-events .content-slide .date {
    text-align: left;
  }
  .events .owl-events .div-events .content-slide .btn-event {
    position: unset;
    left: 0;
    transform: none;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    color: #424444;
  }
  .upcoming {
    padding-bottom: 1.5rem;
  }
  .upcoming .head-coming {
    margin: 1rem 0;
  }
  .upcoming .head-coming h4 {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    letter-spacing: 0.3rem;
  }
  .upcoming .body-upcoming .title {
    font-size: 1rem;
    margin: 0.75rem 0;
    height: 40px;
    padding: 0 0.5rem;
    margin-bottom: 0.25rem;
  }
  .upcoming .body-upcoming .date {
    padding: 0 0.5rem;
    letter-spacing: unset;
  }
}
.breadcrumb-news ul.breadcrumb-list {
  padding: 0.5rem 0;
  font-size: small;
}
.breadcrumb-news ul.breadcrumb-list li {
  float: left;
  padding: 0 0.5rem;
  border-right: 1px solid #424444;
  letter-spacing: 1px;
  opacity: 0.7;
}
.breadcrumb-news ul.breadcrumb-list li a {
  color: #424444;
  text-transform: uppercase;
}
.breadcrumb-news ul.breadcrumb-list li a:hover {
  font-weight: bold;
  cursor: pointer;
}
.breadcrumb-news ul.breadcrumb-list li:first-child {
  padding-left: 0;
}
.breadcrumb-news ul.breadcrumb-list li.active {
  opacity: 1;
}
.breadcrumb-news ul.breadcrumb-list li.active a {
  font-weight: bold;
}
.breadcrumb-news ul.breadcrumb-list li:last-child {
  border: none;
}
.page-news ul.news {
  font-size: small;
  justify-content: flex-end;
  border: none;
  display: none;
}
.page-news ul.news li a {
  color: #424444;
  text-transform: uppercase;
  border: none;
  padding: 0.5rem 1.5vw;
  opacity: 0.7;
}
.page-news ul.news li a.active {
  color: #424444;
  opacity: 1;
  font-weight: bold;
}
.page-news ul.news li a:hover {
  font-weight: bold;
}
.page-news ul.news.active {
  display: flex;
}
.page-news .tab-content {
  display: none;
}
.page-news .tab-content .list-items .items-news {
  -webkit-box-shadow: inset 0px 0px 20px 0px #e8e8e8;
  -moz-box-shadow: inset 0px 0px 20px 0px #e8e8e8;
  box-shadow: inset 0px 0px 20px 0px #e8e8e8;
}
.page-news .tab-content .list-items .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: black;
}
.page-news .tab-content .list-items .textOverlay {
  text-align: center;
  margin-top: 100px;
  color: white;
}
.page-news .tab-content .list-items .divOverlay:hover .overlay {
  opacity: 0.4;
}
.page-news .tab-content .list-items .content-news {
  padding: 1rem 0.5rem;
}
.page-news .tab-content .list-items .content-news .title h5 {
  font-size: 1.25rem;
  height: 72px;
}
.page-news .tab-content .list-items .content-news .date {
  font-size: small;
}
.page-news .tab-content .list-items .content-news .content {
  font-size: small;
  opacity: 0.8;
}
.page-news .tab-content .list-items .content-news .content p {
  height: 76px;
  text-align: justify;
}
.page-news .tab-content .list-items .content-news .btn-readmore {
  color: #ffffff;
  font-size: small;
}
.page-news .tab-content.active {
  display: block;
}
.banner-mobile {
  display: none;
}
.banner-mobile img {
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .bg-top {
    height: 2vw;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .bg-top {
    height: 3vw;
  }
  .page-news ul.news li a {
    padding: 0.5rem 1vw;
  }
}
@media (max-width: 767.98px) {
  .bg-top {
    height: 10px;
  }
  .banner-mobile {
    display: block;
  }
  .page-news {
    padding: 0;
  }
  .page-news ul.news {
    padding-left: 1rem;
    justify-content: flex-start;
    margin-top: 15px;
  }
  .breadcrumb-news-mobile {
    position: absolute;
    z-index: 9;
    top: -30px;
    left: 50%;
    width: 350px;
    text-align: center;
    padding: 0;
    transform: translate(-50%, 0%);
  }
  .breadcrumb-news-mobile .breadcrumb-news ul.breadcrumb-list {
    display: flex;
    justify-content: center;
  }
  .breadcrumb-news-mobile .breadcrumb-news ul.breadcrumb-list li {
    border: none;
    opacity: 1;
  }
  .breadcrumb-news-mobile .breadcrumb-news ul.breadcrumb-list li a {
    padding: 5px 10px;
    border-radius: 4px;
    background: #ffffff;
    color: #424444;
    font-weight: 100 !important;
    -webkit-box-shadow: 0px 2px 7px 0px rgba(117, 117, 117, 0.75);
    -moz-box-shadow: 0px 2px 7px 0px rgba(117, 117, 117, 0.75);
    box-shadow: 0px 2px 7px 0px rgba(117, 117, 117, 0.75);
  }
  .breadcrumb-news-mobile .breadcrumb-news ul.breadcrumb-list li.active a {
    color: #ffffff;
    background: #000000;
  }
  .breadcrumb-news-mobile.fixedtop {
    position: fixed;
    top: 89px;
  }
}
.contact-body {
  padding: 1.5vw 0;
}
.contact-body input[type="text"],
.contact-body textarea,
.contact-body select,
.contact-body input[type="tel"] {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #cccccc;
}
.contact-body .form-control:focus {
  outline: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #424444;
}
.contact-body textarea {
  border-radius: 0;
}
.contact-body .select-contact,
.contact-body .intl-tel-input {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.contact-body .md-form {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.contact-body .md-form label {
  position: absolute;
  top: 0.65rem;
  left: 0;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: text;
  color: #424444;
}
.contact-body .md-form label.active {
  webkit-transform: translateY(-140%);
  -ms-transform: translateY(-140%);
  transform: translateY(-140%);
  font-size: 0.8rem;
}
.contact-body .btn-send {
  min-width: 150px;
  background-color: transparent;
  color: #424444;
  border: 1px solid #424444;
  padding: 0.375rem 1rem;
}
.contact-body .btn-send:hover {
  outline: none;
  box-shadow: none;
  background-color: #424444;
  color: #ffffff;
}
.contact-body .btn-send:focus,
.contact-body .btn-send:active {
  outline: none;
  background-color: #424444;
  color: #ffffff;
  -webkit-box-shadow: inset 0px 0px 20px 0px #000000;
  -moz-box-shadow: inset 0px 0px 20px 0px #000000;
  box-shadow: inset 0px 0px 20px 0px #000000;
}
.contact-body .custom-control {
  margin-bottom: 1rem;
}
.page-contact .contact-head {
  padding: 1.5vw 0;
}
.page-contact .contact-head .map-contact {
  min-height: 350px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(105, 105, 105, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(105, 105, 105, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(105, 105, 105, 0.5);
}
.page-contact .contact-head .location {
  background-color: #808080;
  color: #ffffff;
  padding: 1rem;
  margin-bottom: 0.5vw;
  position: relative;
  width: 100%;
}
.page-contact .contact-head .location .company {
  font-family: LuxiaRegular;
  letter-spacing: 2px;
  font-weight: 100;
  font-size: 1vw;
}
.page-contact .contact-head .location .address {
  font-size: 0.75vw;
  opacity: 0.8;
}
.page-contact .contact-head .location .contact {
  font-size: 0.75vw;
  opacity: 0.5;
}
.page-contact .contact-head .location .contact a {
  color: inherit;
}
.page-contact .contact-head .location.active {
  background-color: #424444;
}
.page-contact .contact-head .location:hover {
  cursor: pointer;
}
.page-contact .contact-head .location.active:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translate(0%, -50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #424444;
}
.page-contact .contact-head .location:last-child {
  margin: 0;
}
.mobile-contact {
  display: none;
}
.mobile-contact .banner-contact img {
  width: 100%;
}
#ModalMobileContact .modal-header {
  border: none;
}
#ModalMobileContact .contact-body {
  padding: 0;
}
#ModalMobileContact .modal-body {
  padding-top: 0;
}
#ModalMobileContact .modal-header {
  padding-bottom: 0;
}
#ModalMobileContact .btn-send {
  font-size: small;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-contact .contact-head .map-contact {
    min-height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page-contact .contact-head {
    padding: 1.5vw 0;
  }
  .page-contact .contact-head .map-contact {
    min-height: 250px;
  }
  .page-contact .contact-head .location {
    padding: 1rem;
    margin-bottom: 0.5vw;
  }
  .page-contact .contact-head .location .company {
    letter-spacing: 2px;
    font-size: 1.75vw;
  }
  .page-contact .contact-head .location .address {
    font-size: small;
  }
  .page-contact .contact-head .location .contact {
    font-size: small;
  }
}
@media (max-width: 767.98px) {
  .desktop-contact {
    display: none;
  }
  .mobile-contact {
    display: block;
  }
  .page-contact .contact-head {
    padding: 1.5vw 0;
  }
  .page-contact .contact-head .location {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .page-contact .contact-head .location .company {
    letter-spacing: 2px;
    font-size: 3.75vw;
  }
  .page-contact .contact-head .location .address {
    font-size: small;
    opacity: 0.8;
  }
  .page-contact .contact-head .location .contact {
    font-size: small;
    opacity: 0.5;
  }
  .page-contact .contact-head .location:last-child {
    margin-bottom: 1rem;
  }
  .page-contact .contact-head .location.active:before {
    content: "";
    border: none;
  }
  .map-contact {
    width: 100%;
    min-height: 250px;
  }
  .div-contact {
    margin: 1rem 0;
    padding: 0 1rem;
  }
  .div-contact .btn-contact {
    width: 100%;
    margin: 0 auto;
    background-color: #808080;
    color: #ffffff !important;
  }
}
.property-detail h3.title {
  font-family: LuxiaRegular;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  font-size: 1.75vw;
  margin: 0;
  margin-bottom: 1.75vw;
}
.property-detail .owl-properties-detail {
  border: 1px solid #cccccc;
}
.property-detail .owl-properties-detail .img-property {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 500px;
}
.property-detail .owl-properties-detail img {
  width: 100%;
}
.property-detail .owl-properties-detail .owl-nav {
  position: absolute;
  width: 100%;
  top: 45%;
  z-index: 9;
  height: 0;
}
.property-detail .owl-properties-detail .owl-nav button:focus {
  outline: none;
}
.property-detail .owl-properties-detail .owl-nav .owl-prev,
.property-detail .owl-properties-detail .owl-nav .owl-next {
  width: 30px;
  height: 30px;
}
.property-detail .owl-properties-detail .owl-nav .owl-prev {
  float: left;
  margin-left: 15px;
  background: url(../../Images/icon_back.png) no-repeat center center;
  background-size: cover;
}
.property-detail .owl-properties-detail .owl-nav .owl-next {
  float: right;
  margin-right: 15px;
  background: url(../../Images/icon_next.png) no-repeat center center;
  background-size: cover;
}
.property-detail .owl-properties-detail .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
.property-detail .owl-properties-detail .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  outline: none;
}
.property-detail .owl-properties-detail .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #ffffff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 50%;
}
.property-detail .owl-properties-detail .owl-dots .owl-dot:hover span,
.property-detail .owl-properties-detail .owl-dots .owl-dot:active span,
.property-detail .owl-properties-detail .owl-dots .owl-dot:focus span {
  background: #ffffff;
}
.property-detail .owl-properties-detail .owl-dots .owl-dot.active span {
  background: #ffffff;
}
.property-detail .owl-contact .owl-dots .owl-dot span {
  border: 1px solid #4a4a4a;
}
.property-detail .owl-contact .owl-dots .owl-dot:hover span,
.property-detail .owl-contact .owl-dots .owl-dot:active span,
.property-detail .owl-contact .owl-dots .owl-dot:focus span {
  background: #4a4a4a;
}
.property-detail .owl-contact .owl-dots .owl-dot.active span {
  background: #4a4a4a;
}
.property-detail .info h3 {
  font-family: LuxiaRegular;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 2vw;
  padding: 2vw 0;
  margin: 0;
}
.property-detail .info h3 span {
  font-size: small;
}
.property-detail .info .details .icon-detail {
  float: left;
  margin-right: 0.5rem;
  width: 1.5rem;
}
.property-detail .info .details p {
  margin-bottom: 0.5rem;
}
.property-detail .info .content {
  text-align: justify;
  padding: 1vw 0;
}
.property-detail .images img {
  width: 100%;
}
.property-detail .images .map-contact {
  min-height: 400px;
  width: 100%;
  border: 1px solid #cccccc;
}
.property-detail .features {
  padding-top: 2.5vw;
}
.property-detail .features p {
  text-align: justify;
}
.property-detail .features .btn-viewbrochure {
  background-color: #4a4a4a;
  color: #ffffff;
  width: 25%;
  border-radius: 0;
  height: 40px;
  text-transform: uppercase;
  line-height: 1.7;
}
.property-detail .features .btn-viewbrochure:hover {
  color: #ffffff;
  background-color: #424444;
}
.property-detail .image-360 #view360 {
  background: #DDD;
  width: 100%;
  height: 400px;
}
.property-detail .availabilty {
  background: #f2f2f2;
  -webkit-box-shadow: 0px 3px 5px -2px #616161;
  -moz-box-shadow: 0px 3px 5px -2px #616161;
  box-shadow: 0px 3px 5px -2px #616161;
  padding: 2.5vw 0;
}
.property-detail .availabilty .table th {
  border: none;
}
.property-detail .availabilty .btn-viewbrochure {
  text-transform: uppercase;
  color: #ffffff;
  font-family: LuxiaRegular;
  background-color: #808080;
  border-radius: 0;
  font-weight: 100;
}
.property-detail .availabilty .btn-viewbrochure:hover {
  color: #ffffff;
}
.property-detail .transport {
  padding: 2.5vw 0;
}
.property-detail .transport .title-trans {
  margin: 0.5rem 0;
}
.property-detail .transport .info-trans {
  font-size: small;
}
.property-detail .form-control:focus {
  outline: none;
  box-shadow: none;
}
.property-detail select.form-control,
.property-detail input.form-control {
  height: 40px;
}
.property-detail ::-webkit-input-placeholder {
  color: #b8b8b8;
}
.property-detail ::-moz-placeholder {
  color: #b8b8b8;
}
.property-detail :-ms-input-placeholder {
  color: #b8b8b8;
}
.property-detail :-moz-placeholder {
  color: #b8b8b8;
}
.property-detail .form-control {
  border-radius: 0;
  border: none;
  background-color: #e5e5e5;
}
.property-detail .select-styled {
  line-height: 30px;
  height: 40px;
  background-color: #e5e5e5;
}
.property-detail .select-styled:after {
  font-size: 10px;
  right: 10px;
}
.property-detail .select {
  height: 40px;
}
.property-detail .select-options li {
  padding: 10px 0;
}
.property-detail .agent {
  background-color: #f2f2f2;
  padding: 2.5vw 0;
}
.property-detail .agent img {
  width: 100%;
}
.property-detail .agent h3.name {
  font-family: LuxiaRegular;
  letter-spacing: 0.2rem;
  margin-bottom: 1rem;
}
.property-detail .agent p {
  margin-bottom: 0.5rem;
}
.property-detail .agent .form-contact {
  /*.btn-sendenquiry:nth-child(2) {
               float: right;
            }*/
}
.property-detail .agent .form-contact .form-group {
  margin-bottom: 5px;
}
.property-detail .agent .form-contact .padding-5 {
  padding-right: 5px !important;
}
.property-detail .agent .form-contact .btn-sendenquiry {
  background-color: #4a4a4a;
  color: #ffffff;
  width: 100%;
  border-radius: 0;
  height: 40px;
  text-transform: uppercase;
  margin-top: 1rem;
  line-height: 1.7;
}
.property-detail .agent .form-contact .btn-sendenquiry:hover {
  background-color: #424444;
}
.property-detail .agent-desktop {
  display: flex;
}
.property-detail .agent-mobile {
  display: none;
  text-align: center;
}
.property-detail .agent-mobile .btn-contact {
  font-size: small;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #808080;
  min-width: 150px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .property-detail .owl-properties-detail .img-property {
    min-height: 350px;
  }
}
@media (max-width: 767.98px) {
  .img-agent {
    text-align: center;
    margin: 1rem 0;
  }
  .img-agent img {
    width: 75%;
    margin: 0 auto;
  }
  .content-agent {
    text-align: center;
  }
  .content-agent h3 {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
  .content-agent p {
    margin-bottom: 0;
  }
  .property-detail .hidden-mobile {
    display: none;
  }
  .property-detail h3.title {
    letter-spacing: 0.15rem;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
  .property-detail .col-12,
  .property-detail .col-6 {
    padding: 0 !important;
  }
  .property-detail .info .map-contact {
    min-height: 250px;
    margin: 1.5rem 0;
  }
  .property-detail .info h3 {
    letter-spacing: 0.2rem;
    font-size: 1.5rem;
  }
  .property-detail .images .no-mobile {
    display: none;
  }
  .property-detail .features {
    padding-top: 1.5rem;
  }
  .property-detail .image-360 #view360 {
    height: 300px;
  }
  .property-detail .availabilty {
    padding: 1.5rem 0;
  }
  .property-detail .availabilty .btn-viewbrochure {
    text-transform: capitalize;
    letter-spacing: 0.2rem;
  }
  .property-detail .transport {
    padding: 1.5rem 0;
    text-align: center;
  }
  .property-detail .transport h3 {
    text-align: left;
  }
  .property-detail .transport .col-6 {
    padding: 0.5rem !important;
  }
  .property-detail .transport .title-trans {
    margin: 0;
    font-weight: 600;
  }
  .property-detail .agent {
    padding: 2.5vw 0;
  }
  .property-detail .agent h3.name {
    letter-spacing: 0.2rem;
    margin-bottom: 1rem;
  }
  .property-detail .agent p {
    margin-bottom: 0.5rem;
  }
  .property-detail .agent .form-contact .form-group {
    margin-bottom: 5px;
  }
  .property-detail .agent .form-contact .padding-5 {
    padding-right: 5px !important;
  }
  .property-detail .agent .form-contact .btn-sendenquiry {
    border-radius: 0;
    height: 40px;
    margin-top: 1rem;
  }
  .property-detail .agent-desktop {
    display: none;
  }
  .property-detail .agent-mobile {
    display: flex;
  }
  .property-detail .owl-properties-detail .img-property {
    min-height: 250px;
  }
}
.event-detail .event-calendar {
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-detail .body-upcoming .btn-view {
  left: auto;
  right: 2rem;
  transform: none;
}
.event-detail .body-upcoming .img-dev {
  width: 3vw;
  position: absolute;
  bottom: 0.5rem;
  left: 2rem;
}
.event-detail .owl-events .div-events .img-event {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 500px;
}
.event-detail .owl-events .owl-nav {
  position: absolute;
  width: 100%;
  top: 45%;
  z-index: 9;
  height: 0;
}
.event-detail .owl-events .owl-nav button:focus {
  outline: none;
}
.event-detail .owl-events .owl-nav .owl-prev,
.event-detail .owl-events .owl-nav .owl-next {
  width: 30px;
  height: 30px;
}
.event-detail .owl-events .owl-nav .owl-prev {
  float: left;
  margin-left: 15px;
  background: url(../../Images/icon_back.png) no-repeat center center;
  background-size: cover;
}
.event-detail .owl-events .owl-nav .owl-next {
  float: right;
  margin-right: 15px;
  background: url(../../Images/icon_next.png) no-repeat center center;
  background-size: cover;
}
.event-detail .owl-events .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
.event-detail .owl-events .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  outline: none;
}
.event-detail .owl-events .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #ffffff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 50%;
}
.event-detail .owl-events .owl-dots .owl-dot:hover span,
.event-detail .owl-events .owl-dots .owl-dot:active span,
.event-detail .owl-events .owl-dots .owl-dot:focus span {
  background: #ffffff;
}
.event-detail .owl-events .owl-dots .owl-dot.active span {
  background: #ffffff;
}
.event-detail .event-info .title-vent {
  padding: 1vw 0;
  background-color: #dadada;
  position: relative;
}
.event-detail .event-info .title-vent h4.title {
  font-size: 1.25vw;
  margin: 0;
  padding-left: 1rem;
}
.event-detail .event-info .title-vent img.img-by {
  width: 3.5vw;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-25%, -50%);
}
.event-detail .event-info .body-event {
  background-color: #f2f2f2;
  padding: 1.5rem 1rem;
}
.event-detail .event-info .body-event table {
  margin: 0;
}
.event-detail .event-info .contact-event {
  padding: 1.5vw 0;
}
.event-detail .event-info .contact-event h3.title {
  margin-bottom: 1vw;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1vw;
  font-family: LuxiaRegular;
  letter-spacing: 0.3vw;
  padding-left: 1rem;
}
.event-detail .event-info .contact-event .form-control:focus {
  outline: none;
  box-shadow: none;
}
.event-detail .event-info .contact-event select.form-control,
.event-detail .event-info .contact-event input.form-control {
  height: 40px;
}
.event-detail .event-info .contact-event ::-webkit-input-placeholder {
  color: #b8b8b8;
}
.event-detail .event-info .contact-event ::-moz-placeholder {
  color: #b8b8b8;
}
.event-detail .event-info .contact-event :-ms-input-placeholder {
  color: #b8b8b8;
}
.event-detail .event-info .contact-event :-moz-placeholder {
  color: #b8b8b8;
}
.event-detail .event-info .contact-event .form-control {
  border-radius: 0;
  border: none;
  background-color: #e5e5e5;
}
.event-detail .event-info .contact-event .select-styled {
  line-height: 30px;
  height: 40px;
  background-color: #e5e5e5;
}
.event-detail .event-info .contact-event .select-styled:after {
  font-size: 10px;
  right: 10px;
}
.event-detail .event-info .contact-event .select {
  height: 40px;
}
.event-detail .event-info .contact-event .select-options li {
  padding: 10px 0;
}
.event-detail .event-info .contact-event .form-group {
  margin-bottom: 5px;
}
.event-detail .event-info .contact-event .padding-5 {
  padding-right: 5px !important;
}
.event-detail .event-info .contact-event .btn-sendenquiry {
  background-color: #4a4a4a;
  color: #ffffff;
  width: 100%;
  border-radius: 0;
  height: 40px;
  text-transform: uppercase;
  margin-top: 0.5rem;
}
.event-detail .event-info .contact-event .btn-sendenquiry:hover {
  background-color: #424444;
}
.event-detail .event-info .form-contact {
  padding: 1.5vw 0;
}
.event-detail .event-info .form-contact h3.title {
  margin-bottom: 1vw;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1vw;
  font-family: LuxiaRegular;
  letter-spacing: 0.3vw;
  padding-left: 1rem;
}
.event-detail .event-info .form-contact .form-group {
  margin-bottom: 5px;
}
.event-detail .event-info .form-contact .padding-5 {
  padding-right: 5px !important;
}
.event-detail .event-info .form-contact .btn-sendenquiry {
  background-color: #4a4a4a;
  color: #ffffff;
  width: 100%;
  border-radius: 0;
  height: 40px;
  text-transform: uppercase;
  margin-top: 1rem;
}
.event-detail .event-info .form-contact .btn-sendenquiry:hover {
  background-color: #424444;
}
.event-detail .event-info .form-control:focus {
  outline: none;
  box-shadow: none;
}
.event-detail .event-info select.form-control,
.event-detail .event-info input.form-control {
  height: 40px;
}
.event-detail .event-info ::-webkit-input-placeholder {
  color: #b8b8b8;
}
.event-detail .event-info ::-moz-placeholder {
  color: #b8b8b8;
}
.event-detail .event-info :-ms-input-placeholder {
  color: #b8b8b8;
}
.event-detail .event-info :-moz-placeholder {
  color: #b8b8b8;
}
.event-detail .event-info .form-control {
  border-radius: 0;
  border: none;
  background-color: #e5e5e5;
}
.event-detail .event-info .select-styled {
  line-height: 30px;
  height: 40px;
  background-color: #e5e5e5;
}
.event-detail .event-info .select-styled:after {
  font-size: 10px;
  right: 10px;
}
.event-detail .event-info .select {
  height: 40px;
}
.event-detail .event-info .select-options li {
  padding: 10px 0;
}
.event-detail .next-item {
  margin-top: 1vw;
}
.event-detail .next-item h3.title {
  margin-bottom: 1vw;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1vw;
  font-family: LuxiaRegular;
  letter-spacing: 0.3vw;
}
.event-detail .next-item .body-upcoming {
  background-color: #EEEEEE;
  padding-bottom: 70px;
}
.event-detail .next-item .body-upcoming img.img-upcoming {
  width: 100%;
}
.event-detail .next-item .body-upcoming h4.title {
  font-family: LuxiaRegular;
  letter-spacing: 0.15vw;
  font-size: 1vw;
  margin: 0.5vw 0;
  padding: 0 1rem;
}
.event-detail .next-item .body-upcoming .date {
  padding: 0 1rem;
  font-size: small;
  letter-spacing: 0.15rem;
  margin: 0;
}
.event-detail .next-item .body-upcoming .btn-view {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translate(-50%, 0%);
  border: 1px solid #808080;
  font-size: small;
  letter-spacing: 0.1rem;
  color: #424444;
}
.event-detail .next-item .body-upcoming .btn-view:focus,
.event-detail .next-item .body-upcoming .btn-view:active {
  background-color: #e2e6ea;
  border: 1px solid #e2e6ea;
}
.event-detail .upcoming .head-coming h4 {
  padding-left: 1rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .event-detail .events-calendar {
    display: none;
  }
  .event-detail .col-12 {
    padding: 0;
  }
  .event-detail .event-info .title-vent {
    padding: 0.5rem 0;
  }
  .event-detail .event-info .title-vent h4.title {
    font-size: 1.25rem;
  }
  .event-detail .event-info .title-vent img.img-by {
    width: 50px;
  }
  .event-detail .event-info .contact-event {
    padding: 1rem 0;
  }
  .event-detail .event-info .contact-event h3.title {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    letter-spacing: 0.25rem;
  }
  .event-detail .event-info .form-contact h3.title {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    letter-spacing: 0.25rem;
  }
  .event-detail .upcoming .head-coming h4 {
    padding-left: 1rem;
  }
  .event-detail .upcoming .img-dev {
    display: none;
  }
  .event-detail .owl-events .div-events .img-event {
    min-height: 400px;
  }
}
@media (max-width: 767.98px) {
  .event-detail .div-calendar {
    display: none;
  }
  .event-detail .events-calendar {
    display: none;
  }
  .event-detail .col-12 {
    padding: 0 !important;
  }
  .event-detail .event-info .title-vent {
    padding: 0.5rem 0;
  }
  .event-detail .event-info .title-vent h4.title {
    font-size: 1rem;
  }
  .event-detail .event-info .title-vent img.img-by {
    display: none;
  }
  .event-detail .event-info .body-event {
    padding: 1rem;
  }
  .event-detail .event-info .body-event table tr td {
    padding-left: 0;
  }
  .event-detail .event-info .body-event table tr td:first-child {
    width: 35%;
  }
  .event-detail .event-info .contact-event {
    padding: 1rem 0;
  }
  .event-detail .event-info .contact-event h3.title {
    margin-bottom: 1rem;
    font-size: 1rem;
    letter-spacing: 0.25rem;
  }
  .event-detail .event-info .select {
    width: 100%;
  }
  .event-detail .event-info .form-contact .div-mobile {
    width: 100%;
    padding-right: 0px !important;
    margin-bottom: 5px;
    flex-basis: unset;
  }
  .event-detail .event-info .form-contact h3.title {
    margin-bottom: 1rem;
    font-size: 1rem;
    letter-spacing: 0.25rem;
  }
  .event-detail .event-info .form-contact .form-group {
    margin-bottom: 5px;
    padding: 0 !important;
  }
  .event-detail .event-info .form-contact .btn-sendenquiry {
    border-radius: 0;
    height: 40px;
    margin-top: 1rem;
  }
  .event-detail .upcoming {
    padding-bottom: 0 !important;
  }
  .event-detail .upcoming .head-coming h4 {
    padding-left: 1rem;
  }
  .event-detail .upcoming .img-dev {
    display: none;
  }
  .event-detail .upcoming .item-info {
    margin-bottom: 1.5rem;
  }
  .event-detail .owl-events .div-events .img-event {
    min-height: 250px;
  }
}
.news-detail ul {
  list-style-type: disc;
  padding-left: 40px;
}
.news-detail .title {
  font-size: 2.25vw;
  /*font-family: LuxiaRegular;
        letter-spacing: .2rem;*/
  padding: 15px 0;
  font-weight: bold;
}
.news-detail .title p {
  margin-bottom: 0;
}
.news-detail .date {
  font-size: small;
  color: #808080;
  margin-bottom: 1rem;
}
.news-detail .content h4 {
  font-size: 1.5vw;
  font-family: LuxiaRegular;
  letter-spacing: 0.2rem;
}
.news-detail .content p {
  /*font-size: small;*/
  text-align: justify;
}
.news-detail .content img {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 1rem;
}
.news-detail .feature-article .title {
  text-transform: uppercase;
  font-size: 1.5vw;
}
.news-detail .feature-article .list-items .item {
  margin-bottom: 1vw !important;
}
.news-detail .feature-article .list-items .item .img-detail {
  width: 100%;
  min-height: 100px;
  background-position: center !important;
  background-size: cover !important;
}
.news-detail .feature-article .list-items .item .img-detail a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.news-detail .feature-article .list-items .item .items-news p.date {
  font-size: small;
  color: #a7a7a7;
}
.news-detail .feature-article .list-items .item .items-news h5 {
  font-size: 1rem;
  color: #424444;
}
.news-detail .feature-article .list-items .item .items-news h5:hover {
  cursor: pointer;
  font-weight: 600;
}
.news-detail .body-content-detail .marker {
  background-color: yellow;
}
.news-detail .body-content-detail blockquote {
  margin: 1rem 40px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .news-detail {
    padding-top: 15px;
  }
  .news-detail .title {
    font-size: 3vw;
  }
  .news-detail .date {
    font-size: small;
  }
  .news-detail .content h4 {
    font-size: small;
  }
  .news-detail .content h1 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .news-detail {
    padding-top: 15px;
  }
  .news-detail .title {
    font-size: 1.75rem !important;
  }
  .news-detail .date {
    font-size: small;
  }
  .news-detail .content h4 {
    font-size: small;
  }
  .news-detail .content h1 {
    font-size: 1.5rem;
  }
  .news-detail .feature-article .list-items .item {
    margin-bottom: 1.5rem !important;
  }
  .news-detail .feature-article .list-items .item .col-lg-8 {
    padding: 0px;
  }
  .news-detail .feature-article .list-items .item .items-news p.date {
    margin-bottom: 0.25rem;
    margin-top: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .news-detail {
    padding-top: 15px;
  }
  .news-detail .title {
    font-size: 1.25rem !important;
  }
  .news-detail .date {
    font-size: small;
  }
  .news-detail .content h4 {
    font-size: small;
  }
  .news-detail .content h1 {
    font-size: 1.25rem;
  }
  .news-detail .feature-article {
    display: none;
  }
}
.cookie-notice-ogps {
  background: 0 0;
  position: fixed;
  z-index: 99999998 !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  -o-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.cookie-notice-ogps .cookie-notice-container {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translateY(-48px);
  -ms-transform: translateY(-48px);
  transform: translateY(-48px);
  pointer-events: auto;
  position: relative;
  width: 100%;
  background-color: #0C0C0C;
  color: #DCDCDC;
}
.cookie-notice-ogps .body-cookie {
  padding: 2rem;
  position: relative;
}
.cookie-notice-ogps .body-cookie .close-cookie {
  color: #FFF;
  position: absolute;
  top: 2rem;
  right: 2rem;
  opacity: 0.5;
  transition: all 0.15s linear;
}
.cookie-notice-ogps .body-cookie .close-cookie:hover {
  opacity: 1;
  cursor: pointer;
  transform: scale(1.25);
}
.cookie-notice-ogps .body-cookie .title-cookie {
  font-weight: bold;
  font-family: LuxiaRegular;
  letter-spacing: 2px;
  font-weight: 100;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.cookie-notice-ogps .body-cookie .content-cookie {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}
.cookie-notice-ogps .body-cookie .content-cookie a {
  color: #F2F2F2;
  font-weight: bold;
}
.cookie-notice-ogps .body-cookie .content-cookie a:hover {
  cursor: pointer;
  color: #FFF;
  text-decoration: underline;
}
.cookie-notice-ogps .body-cookie .content-cookie p {
  margin-bottom: 0;
  line-height: 1.75;
}
.cookie-notice-ogps .footer-cookie .btn-accept {
  font-size: 0.875rem;
  background-color: #aaaaaa;
  min-width: 125px;
  padding: 0.25rem 0.75rem;
}
.cookie-notice-ogps .footer-cookie .btn-accept:hover {
  background-color: #4a4a4a;
}
.cookie-notice-ogps.is-visible {
  opacity: 1;
  visibility: visible;
}
.cookie-notice-ogps.is-visible .cookie-notice-container {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}