/* Scroll bar */

::-webkit-scrollbar {
    width: 10px;
  }
  
  ::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #333;
  }
  
  ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #2596be;
  }

.product-thumb-info-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .product-thumb-info-list .partners-listing-item {
    position: relative;
    flex-basis: 20%;
    max-width: 20%;
    flex-grow: 0;
    padding: 15px 15px;
    transition: background 200ms linear;
  }
  .product-thumb-info-list .partners-listing-item:hover {
    background: #000;
  }
  .product-thumb-info-list .partners-listing-item:hover .partners-listing-item-content {
    opacity: 1;
    visibility: visible;
    transition: opacity 200ms ease-out 200ms, visibility 200ms ease-out 200ms;
  }
  .product-thumb-info-list .partners-listing-item:hover .partners-listing-item-logo {
    opacity: 0;
    visibility: hidden;
    transition: none;
  }
  .product-thumb-info-list .partners-listing-item-content {
    opacity: 0;
    visibility: hidden;
  }
  .product-thumb-info-list .partners-listing-item-content h2,
  .product-thumb-info-list .partners-listing-item-content p {
    color: #fff;
    margin: 0;
    padding: 0;
  }
  .product-thumb-info-list .partners-listing-item-content h2 {
    margin-bottom: 20px;
  }
  .product-thumb-info-list .partners-listing-item-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 250ms ease, visibility 250ms ease;
  }
  .product-thumb-info-list .partners-listing-item-logo img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  
  .fa-facebook-square {
    display: none;
  }
  
  /* Add here all your CSS customizations */
  @media(min-width: 1200px) {
      #header .header-logo {
          position: absolute;
          margin-top: -118px;
          z-index: 9999;
          margin-left: 60px;
      }
      
      .sticky-header-active #header .header-logo {
          margin-top: -40px;
      }
  
  }
  
  @media(max-width: 1200px) {
      
      #header .header-logo {
          margin-left: 0;
      }
      
      #header .header-logo img {
          margin: 0 !important;
      }
  }
  
  .parallax .container {
      max-width: 100%;
  }
  
  .position-absolute {
      position: absolute;
  }
  
  .transparent-bg {
      background: transparent;
      background-color: transparent;
  }
  
  #header .header-top {
      background: transparent;
      background-color: transparent;
      position: absolute;
      width: 100%;
      border-bottom: 0;
      margin-top: -63px;
  }
  
  #header {
      margin-top: 30px;
  }
  
  html.sticky-header-enabled #header.header-semi-transparent .header-body:before {
      opacity: 0.5;
  }
  
  html.sticky-header-active #header.header-semi-transparent .header-body:before {
      opacity: 1;
  }
  
  #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
      background-color: #ed1c24;
  }
  
  #header .header-nav.header-nav-stripe nav > ul > li:not(:hover).active > a {
      background-color: #ed1c24;
      color: #fff;
  }
  
  .sticky-header-enabled .header-body {
      margin-top: 55px;
  }
  
  .sticky-header-active .header-body {
      margin-top: 0;
  }
  
  .sticky-header-enabled .header-body .sized {
      display: none;
  }
  .sticky-header-active .header-body img {
      display: none;
  }
  
  .sticky-header-active .header-body .sized {
      display: block;
  }
  
  
  .underline-title, .underline-title2, .underline-title3, .underline-title4, .underline-title5 {
      position: relative;
  }
  .underline-title3{
      color: var(--color-white);
      padding-bottom: 7px;
      margin-bottom: 40px;
  }
  
  .slider-layer-item h2::after, .underline-title::after, .underline-title2::after, 
  .underline-title3::after, .underline-title4::after, .underline-title5::after  {
      content: '';
      display: inline-block;
      background: url(../images/assets/path.png) no-repeat;
      background-size: 100% auto;
      max-width: 460px;
      max-height: 8px;
      width: 100%;
      height: 8px;
      left: 0;
      position: absolute;
      bottom: -17px;
  }
  
  .underline-title-center::after {
      left: 50%;
      margin-left: -186px;
  }
  
  .underline-title2::after {
      background: url(../images/assets/path.png) no-repeat;
      background-size: auto 80%;
      background-position: 40px top;
      bottom: -10px;
  }
  
  .underline-title5::after {
      background: url(../images/assets/path.png) no-repeat;
      background-size: 100% auto;
      background-position: 0 top;
      bottom: -10px;
  }
  
  .underline-title3::after {
      background: url(../images/assets/path.png) no-repeat;
      background-size: 100% auto;
      background-position: 0 top;
  }
  
  .underline-title4::after {
      background: url(../images/under-title4.png) no-repeat;
      background-size: 100% auto;
      background-position: top center;
  }
  
  .slider-layer-item p {
      color: #fff;
      font-size: 14px;
      line-height: 1.5;
  }
  .slider-layer-item p a{
          color: #fff;
      font-size: 14px;
  }
  .slider-layer-item .map-section{
      margin-top: 20px;
  }
  .slider-layer-item .map-section a{
          color: #fff;
      font-size: 18px;
          font-weight: 600;
          height: auto;
          
  }
  
  .slider-layer-content {
      width: 500px;
  }
  
  
  img { max-width: 100%; }
  
  .offer-item{
      margin-left: auto;
      margin-right: auto;
      padding-left: 10px;
      padding-right: 10px;
  }
  .offer-item .offer-title { 
      font-size: 20px;
      font-weight: 600;
      margin: 15px 0; 
      padding-bottom: 10px;
      min-height: 65px;
  }
  .offer-item .offer-title a{
      color: var(--color-white); 
  }
  .offer-item .offer-title a:hover{
      text-decoration: none;
      color: var(--color-white); 
  }
  .offer-item .offer-excerpt { 
      font-size: 18px;
      color: var(--color-white); 
      line-height: 1.25; 
      padding-top: 10px; 
      margin-bottom: 0;
  }
  .offer-item .offer-thumb{
      position: relative;
      width: 100%; height: 224px;
      border: 2px solid #e5be84;
      overflow: hidden;
  }
  .offer-item .offer-thumb img{
      position: absolute;
      top: 50%; left: 50%;
      transform: translate(-50%,-50%);
      width: calc( 100% + 10px ); 
      height: calc( 100% + 10px );
      object-fit: cover;
      
  }
  
  .black-bg {
      background: #2596be;
      display: block;
      width: 100%;
  }
  
  .breadcrumb{
      border-radius: 0;
      padding: 10px 0;
      background: #2596be;;
      margin-bottom: 0;
      font-size: 18px;
  }
  .breadcrumb li:not(:last-child){
      padding-right: 10px;
  }
  .breadcrumb .active {
      color: #fff;
  }
  
  .breadcrumb a {
      color: #fff;
  }
  
  .page-header {
      position: relative;
      margin-bottom: 30px;
  }
  
  .page-header::after {
      position: absolute;
      top: 0;
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 120px 120px 0 120px;
      border-color: #ed1c24 transparent transparent transparent;
      margin-top: -4px;
      right: 60px;
  }
  
  .shop h1 {
      margin-top: 15px;
      margin-left: 15px;
  }
  
  .owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
      background-color: #2596be;
  }
  
  .pagination > li {
      border: none;
      display: inline-block;
      background: url(../images/assets/pagination.png) no-repeat;
      background-position: -79px 0px;
      width: 70px;
      text-align: center;
      height: 33px;
  }
  
  .pagination > li.active {
      background-position: 0px 0px;
      line-height: 1;
  }
  
  /*.pagination > li > a {
      padding: 9px 12px 6px 6px;
  }*/
  
  
  .pagination > li > a, .pagination > li > span {
      background:transparent;
      border: none;
      width: 100%;
      color: #fff;
  }
  
  .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
      background:transparent !important;
      color: #fff !important;
  }
  
  .even {
      transform: rotate(180deg);
  }
  
  .even a{
      transform: rotate(180deg);
      padding: 10px 12px 6px 15px !important;
          display: inline-block;
          font-weight: 600;
          
  }
  
  .odd a {
      padding: 7px 12px 7px 6px !important;
          display: inline-block;
          font-weight: 600;
  }
  
  .pagination > li.active.odd a {
      padding: 10px 6px 4px 6px !important;
  }
  
  .pagination > li.active.even {
      transform: none;	
  }
  
  .pagination > li.active.even a {
      transform: none;
      padding: 5px 15px 3px 15px !important;
  }
  .pagination > li.active.odd {
      transform: rotate(180deg);
  }
  
  .pagination > li.active.odd a {
      transform: rotate(180deg);
  }
  
  
  /* map animation */
  .pin-wrap {
    position: absolute;
    width: 100px;
    height: 100px;
    margin-top: -120.71068px;
    margin-left: -50px;
    -webkit-transform-origin: 50% 120.71068% 0;
            transform-origin: 50% 120.71068% 0;
  }
  
  .pin {
    position: absolute;
    top: 100%;
    left: 25px;
    width: 50px;
    height: 25px;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-transform-origin: 50% 120.71068% 0;
            transform-origin: 50% 120.71068% 0;
  }
  
  
  .pin::before {
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 50px;
    height: 25px;
    content: '';
    background: url(../images/map-marker.png) no-repeat;
  }
  
  .shadow {
    position: absolute;
  }
  
  .shadow::after {
    position: absolute;
    left: -125px;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    content: '';
    -webkit-transform: rotateX(55deg);
            transform: rotateX(55deg);
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.5) 100px 0 20px;
  }
  
  .pulse {
    position: absolute;
    margin-top: -25px;
    margin-left: -25px;
    -webkit-transform: rotateX(55deg);
            transform: rotateX(55deg);
  }
  
  .pulse::after {
    display: block;
    width: 50px;
    height: 50px;
    content: '';
    -webkit-animation: pulsate 2.5s ease-out;
            animation: pulsate 2.5s ease-out;
    -webkit-animation-delay: 2.6s;
            animation-delay: 2.6s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    opacity: 0;
    border-radius: 50%;
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 6px 3px #2596be;
  }
  
  @-webkit-keyframes pulsate {
    0% {
      -webkit-transform: scale(0.1, 0.1);
              transform: scale(0.1, 0.1);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.2, 1.2);
              transform: scale(1.2, 1.2);
      opacity: 0;
    }
  }
  
  @keyframes pulsate {
    0% {
      -webkit-transform: scale(0.1, 0.1);
              transform: scale(0.1, 0.1);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.2, 1.2);
              transform: scale(1.2, 1.2);
      opacity: 0;
    }
  }
  
  
  .animations a {
    line-height: 42px;
    display: block;
    box-sizing: border-box;
    height: 44px;
    margin: 0 5px;
    padding: 0 10px;
    text-decoration: none;
    color: #f93c11;
    border: 2px solid #f93c11;
    border-radius: 22px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  
  .animations a:hover {
    color: white;
    background: #f93c11;
  }
  
  #footer .footer-copyright {
      margin-top: 0;
          border-top: none;
      background: var(--color-red);
          padding: 0 0;
          
  }
  
  #footer .footer-copyright .row{
          margin-top: -15px;
          margin-bottom: -15px;
  }
  #footer .footer-copyright a {
      color:  var(--color-white);
  }
  
  #footer .footer-copyright nav ul li {
      border-left: 1px solid #fff;
      font-size: 14px;
  }
  #footer .container .row > div{
      margin-top: 10px;
      margin-bottom: 10px;
  }
  
  #footer section {
      margin-bottom: 0;
  }
  
  .special-top-arrow {
      background: url(../images/assets/go-up-icon.png) no-repeat;
      display: inline-block;
      width: 50px;
      height: 31px;
  }
  
  #floor-list, .floor-list {
      background: transparent;
          border: 1px solid #e5bc84;
      display: inline-block;
      padding: 20px 0;
      text-align: center;
          min-height: 340px;
  }
  
  #floor-list ul, .floor-list ul {
      margin: 0;
      padding: 0;
      list-style: none;
  }
  
  #floor-list ul li, #floor-list ul li a, .floor-list ul li, .floor-list ul li a {
      color: #fff;
      cursor: pointer;
          margin-bottom: 15px;
  }
  #floor-list ul li a.hovered{
      text-decoration: underline;
  }
  .table-responsive-stucked{
      width: 100%; height: 500px;
      overflow: auto;
  }
  
  .lightbox { cursor: pointer; }
  
  .floor-plan { display: none; }
  
  .apartment-hover td{
      background: var(--color-red);
      color: #fff;
     transition: all 0.5s linear;
  }
  .apartment-hover.free td{
      background: var(--color-green);
      color: #fff;
     transition: all 0.5s linear;
  }
  
  .apartment-hover td .red-color,
  .apartment-hover td .green-color{
      color: #fff;
  }
  
  .floor-plan .table td{
     transition: all 0.5s linear;
     font-weight: 600;
    /* color: white; */
  }
  
  .floor-plan .table th {
      /* background: #000; */
      /* color: #fff; */
      font-weight: 600;
          position: sticky; 
          top: 0; 
          z-index: 1;
          background: white;
  }
  
  .section.section-half-red {
      background: #fff;
      border: 0;
  }
  
  .section.section-white {
      background: #fff;
      border: 0;
  }
  
  .section.section-white li {
          color: #777;
  }
  
  @media(min-width: 992px) {
  .section.section-half-red {
      background: linear-gradient(90deg, #ffffff 50%, #ed1c24 50%);
      border: 0;
  }
  }
  
  @media(max-width: 992px) {
  .red-bg-small { background: #ed1c24; }
  }
  
  .red-color { color: var(--color-red); }
  .green-color { color: var(--color-green); }
  .white-color { color: var(--color-white); }
  
  
  #header .header-btn-collapse-nav {
      background: #ed1c24;
  }
  
  #header .header-nav-main nav > ul > li > a{
      color: #ed1c24;
  }
  #header .header-nav-main nav > ul > li > a:focus, #header .header-nav-main nav > ul > li > a:hover {
      color: #fff;
  }
  
  
  .circle-border {
      border-radius: 150px;
      -webkit-border-radius: 150px;
      -moz-border-radius: 150px;
      -o-border-radius: 150px;
      overflow: hidden;
      position: relative;
      border: 5px solid #fff;
      background: transparent;
      -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  }
  
  
  .circle-border .circle-label {
      position: absolute;
      display: inline-block;
      width: 100%;
      height: auto;
      left: 0;
      bottom: 0;
      padding-bottom: 10px;
      background: #ed1c24;
      color: #fff;
      font-size: 18px;
      text-transform: uppercase;
      padding: 10px 50px;
  }
  
  .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
          display: inline-block;
          width: 100%;
          height: 100%;
  }
  
  .mapbox:hover, .mapbox:focus {
      text-decoration: none;
  }
  
  
  html .btn-primary, html .btn-send {
      background: var(--color-red);
      color: var(--color-white);
      display: block;
      font-weight: 600;
      font-size: 18px;
  }
  
  .sticker { z-index: 99999999 !important;}
  .is-sticky .sticker { margin-top: 90px; }
  #after-sticky div { }
  
  #map {
      background: url(../images/assets/map.png) no-repeat center center;
      background-size: auto 100%;
      width: 100%;
      height: 589px;
      position: relative;
  }
  
  .map-marker{
      background: url(/images/assets/location_icon.png) no-repeat;
      width: 55px;
      height: 45px;
      display: block;
      position: absolute;
  }
  
  .popover { z-index: 15000; }
  
  .important-link {
      color: #ff0000;
      font-size: 30px;
      position: absolute;
      font-weight: bold;
      margin-top: -10px;
      z-index: 10000;
  }
  
  .important-link:hover, .important-link:focus {
      color: #ff0000;
  }
  
  .sticky-header-active .important-link {
      position: static;
  }
  
  .sticky-header-active #header .header-logo {
      margin-left: 0px;
  }
  
  
  .apartment-modal .modal-dialog {
      width: 90%; /* New width for default modal */
  
  }
  
  .apartment-modal .modal-dialog iframe {
      width: 100%;
  }
  
  
  .apartment-modal .modal-dialog iframe, .apartment-modal .modal-dialog video {
      max-width: 100%;
      max-height: 100%;
  }
  
  
  .tabs-vertical .nav-tabs li a, .tabs-vertical .nav-tabs li a:hover {
      color: red;
  }
      
  .tabs-vertical .nav-tabs li.active a {
      color: red;
  }
  
  .hover-me {
      cursor: pointer;
  }
  
  @media(min-width: 900px) {
      .hide-900 { display: none; }
  }
  
  
  html .btn-pdf {
      display: inline-block;
      margin-top: 10px;
      background: var(--color-red);
  }
  
  /*** Paralax Slider ***/
  .rev_slider .tp-parallax-wrap{
      left: 10% !important;
  }
  .rev_slider .tp-caption{
      max-width: 80vw !important;
      width: auto;
      background: var(--color-black-transparent-dark);
      padding: 20px 30px !important;
      border-radius: 0;
  }
  .slider-layer-item .slider-layer-content a {
      display: inline-block !important;
      height: 44px;
      line-height: 22px;
  }
  
  .slider-layer-item .slider-layer-content {
      width: 500px;
      max-width: 100%;
      display: block;
      word-wrap: break-word;
  }
  
  .slider-layer-item h2 {
      color: #fff;
      font-size: 26px;
      position: relative;
          font-weight: 600;
  }
  
  .read-more {
      background: url(../images/assets/button-bg.png) no-repeat right center;
      color: var(--color-black-main);
      font-size: 16px;
      display: inline-block;
      padding: 10px 25px;
          text-transform: uppercase;
          font-weight: 600;
          padding-right: 70px;
  }
  .read-more:hover{
      color: var(--color-black-main);
      text-decoration: none;
  }
  
  .triangle-after {
      position: relative;
  }
  
  .read-more::after{
      content: '';
      display: inline-block;
      position: absolute;
      width: 134    px;
      height: 100%;
      background: url(../images/assets/button-right.png) no-repeat bottom center;
      right: -60px; bottom: 0;
  }

  .aboutp:hover {
        color: #2596be;
        transition: 0.3s ease-in-out;
  }
  
  /*
  .triangle-after::after {
      content: '';
      display: inline-block;
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 44px 0 0 44px;
      border-color: transparent transparent transparent #ed1c24;
      margin-top: -10px;
      margin-left: 15px;
  }
  */
  
  .section .read-more {
      margin-top: 10px;
  }
  
  /*
  .section .triangle-after::after {
      border-width: 43px 0 0 44px;
      margin-top: -11px;
  }
  */
  
  /*
  .section .triangle-after::before {
      border-width: 42px 42px 0 42px;
      margin-top: -10px;
  }
  
  .triangle-after::before {
          content: '';
          display: inline-block;
          position: absolute;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 44px 44px 0 44px;
          border-color: #fff transparent transparent transparent;
      right: -92px;
      margin-top: -10px;
  }
  */
  
  /*
  .triangle-after:hover, .triangle-after:focus {
      color: #fff;
      text-decoration: none;
  }
  */
  
  .tp-bannertimer {
      display: none !important;
  }
  
  .tparrows {
  background: transparent;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  top: 50% !important;
  }
  
  .tparrows:hover, .tparrows:focus {
  background: transparent;
  }
  
  .owl-carousel .owl-nav [class*="owl-"], .owl-carousel .owl-nav .owl-next:before, .owl-carousel .owl-nav .owl-prev:before {
      background: transparent;
      color: #ed1c24;
      content: '';
  }
   
   
  .tp-rightarrow.tparrows:before, .owl-next:before {
      content: '';
      display: inline-block;
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 22px 22px 0 22px;
      border-color:  #2596be transparent transparent transparent;
      transform: rotate(-90deg);
  }
  .tp-leftarrow.tparrows:before, .owl-prev:before {
      content: '';
      display: inline-block;
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 22px 22px 0 22px;
      border-color: #2596be transparent transparent transparent;
      transform: rotate(90deg);
  }
  
  .owl-prev:before {
      margin-left: -25px;
  }
  
  .owl-carousel .owl-nav [class*="owl-"]:hover, .owl-carousel .owl-nav [class*="owl-"]:active, .owl-carousel .owl-nav [class*="owl-"]:focus, .owl-carousel .owl-nav [class*="owl-"]:active:hover, .owl-carousel .owl-nav [class*="owl-"]:active:focus {
      background: transparent;
  }
  
  .triangle-line-before, .triangle-line-after {
      position: relative;
  }
  
  
  .triangle-line-after::after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 1024px 32px 0px;
      border-color: transparent transparent #ed1c24 transparent;
      position: absolute;
      z-index: 10;
      margin-bottom: -32px;
      right: 0;
      bottom: 0;
      top: 100%;
      transform: rotate(180deg);
  }
  
  .triangle-over {
      position: absolute;
      top: 0;
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 50px 50px 0 50px;
      border-color: #ed1c24 transparent transparent transparent;
      margin-top: 0px;
      right: 150px;
  }
  
  .slider-layer-item .info-section{
      margin-top: 20px;
  }
  .slider-layer-item .info-section h3{
      color: #fff;
      font-size: 22px;
      position: relative;
      font-weight: 600;
      margin-bottom: 16px;
  }
  .slider-layer-item .info-section .info-item{
      margin-bottom: 7px;
      font-weight: 600;
      font-size: 18px;
  }
  #actual-offers-section{
      padding-top: 50px;
      padding-bottom: 50px;
  }
  .main{
      background: var(--color-dark-black);
  }
  .main .container h2{
      font-size: 26px;
      font-weight: 600;
      color: var(--color-white);
      padding-bottom: 20px;
      margin-bottom: 42px;
  }
  .owl-carousel .owl-nav .owl-prev::before,
  .owl-carousel .owl-nav .owl-next::before{
      content: none;
  }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-prev:hover{
      background: url(../images/assets/left-arrow.png) no-repeat left center;
      background-size: auto 100%;
      height: 40px;
  }
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-nav .owl-next:hover{
      background: url(../images/assets/right-arrow.png) no-repeat right center;
      background-size: auto 100%;
      height: 40px;
  }
  #actual-offers-section .owl-carousel .owl-nav{
      top: 0;
      margin-top: 0;
  }
  #actual-offers-section .owl-carousel .owl-nav .owl-prev{
      top: 95px;
  }
  #actual-offers-section .owl-carousel .owl-nav .owl-next{
      top: 95px;
  }
  
  #offers-filter-section{
      background: #333;
      color: var(--color-white);
      position: fixed;
      bottom: 0; left: 0;
      width: 100%;
      z-index: 999999;
  }
  #other-pages #offers-filter-section:not(.opened){
      width: auto;
      left: initial;
      right: 0;
      
  }
  #home-pages .col-icon{
      display: none;
  }
  #other-pages #offers-filter-section:not(.opened) .col-label,
  #other-pages #offers-filter-section:not(.opened) .col-filter-25,
  #other-pages #offers-filter-section:not(.opened) .col-filter-50,
  #other-pages #offers-filter-section:not(.opened) .col-right,
  #other-pages #offers-filter-section:not(.opened) .col-label .text{
      display: none;
  }
  #other-pages #offers-filter-section .col-label{
      -ms-flex: 0 0 295px;
      flex: 0 0 295px;
      max-width: 295px;
  }
  #other-pages .col-icon .button-switch{
      width: 80px; height: 85px;
      background-image: url(../images/assets/icon-home-search-off.png);
      cursor: pointer;
      background-size: contain;
      background-repeat: no-repeat;
      background-position:  center center;
      margin-left: auto;
  }
  #offers-filter-section .col-icon{
      -ms-flex: 0 0 120px;
      flex: 0 0 120px;
      max-width: 120px;
      padding-top: 7px;
      padding-bottom: 7px;
      padding-left: 7px;
      padding-right: 7px;
      cursor: pointer;
      background: #2596be;
  }
  #other-pages #offers-filter-section:not(.opened) .col-icon{
      padding-right: 20px;
  }
  #other-pages #offers-filter-section:not(.opened) .col-icon .button-switch{
      height: 85px;
      width: 80px;
      background-image: url(../images/assets/icon-home-search-on.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position:  center center;
      margin-left: auto;
      margin-right: auto;
  }
  
  #other-pages #offers-filter-section:not(.opened) .col-label{
      -ms-flex: 0 0 110px;
      flex: 0 0 110px;
      max-width: 110px;
  }
  
  #offers-filter-section .col-label{
      -ms-flex: 0 0 415px;
      flex: 0 0 415px;
      max-width: 415px;
      margin-top: 15px;
      margin-bottom: 15px;
  }
  #offers-filter-section .col-right{
      -ms-flex: 0 0 160px;
      flex: 0 0 160px;
      max-width: 160px;
  }
  
  #offers-filter-section .container{
      max-width: 100% !important;
  }
  
  #offers-filter-section .col-label .text-icon{
      max-width: 240px;
      padding-left: 80px;
      padding-top: 12px;
      padding-bottom: 12px;
      background: url(../images/assets/search_icon.png) no-repeat left center;
      background-size: auto 100%;
      text-transform: uppercase;
      font-size: 16px;
      line-height: 1.3em;
      font-weight: 600;
  
  }
  #offers-filter-section .search-all-column{
      text-align: center;
      position: relative;
      z-index: 1
  }
  #offers-filter-section .search-all-column::after{
      content: "";
      width: 205px; height: 100%; 
      background: url(../images/assets/triangle-down-gold.png) no-repeat top center;
      background-size: 100% 100%;
      position: absolute;
      top: 0; left: 50%;
      transform: translateX(-50%);
      z-index: -1;
  }
  #offers-filter-section .search-all-column a,
  #offers-filter-section .search-all-column button{
      color: var(--color-dark-black);
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
      display: inline-block;
      padding-top: 18px;
      padding-bottom: 38px;
      border: none;
      background: transparent;
  }
  #offers-filter-section .search-all-column a:hover,
  #offers-filter-section .search-all-column button:hover{
      text-decoration: none;
  }
  
  #offers-filter-section .submit-column{
      text-align: center;
      position: relative;
      z-index: 1
  }
  #offers-filter-section .submit-column::after{
      content: "";
      width: 205px; height: 100%; 
      background: url(../images/assets/triangle-up-gold.png) no-repeat top center;
      background-size: 100% 100%;
      position: absolute;
      top: 0; left: 50%;
      transform: translateX(-50%);
      z-index: -1;
  }
  #offers-filter-section .submit-column button,
  #offers-filter-section .submit-column a{
      color: var(--color-dark-black);
      font-size: 18px;
      font-weight: 600;
      display: inline-block;
      text-transform: uppercase;
      padding-top: 38px;
      padding-bottom: 18px;
      border: none;
      background: transparent;
  }
  #offers-filter-section .submit-column button:hover,
  #offers-filter-section .submit-column a:hover{
      text-decoration: none;
  }
  
  .col-filter-25{
      -ms-flex: 0 0 calc( ( 100% - 415px - 160px - 160px ) / 4 );
      flex: 0 0 calc( ( 100% - 415px - 160px - 160px ) / 4 );
      max-width: calc( ( 100% - 415px - 160px - 160px ) / 4 );
      padding-right: 15px;
  }
  
  .col-filter-50{
      -ms-flex: 0 0 calc( ( 100% - 440px - 160px - 160px ) / 2 );
      flex: 0 0 calc( ( 100% - 440px - 160px - 160px ) / 2 );
      max-width: calc( ( 100% - 440px - 160px - 160px ) / 2 );
      padding-right: 15px;
  }
  
  #offers-filter-section .form-item{
      position: relative;
  }
  #offers-filter-section .form-item .label{
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      padding-top: 14px;
      padding-bottom: 14px;
      padding-right: 40px;
      position: relative;
      cursor: pointer;
  }
  #offers-filter-section .form-item .label .text{
      white-space: nowrap;
      width: 100%;
      overflow: hidden;
      display: block;
  }
  #offers-filter-section .form-item .label::before{
      content: "";
      position: absolute;
      top: 50%; right: 0;
      transform: translateY(-50%);
      width: 23px; height: 12px;
      background: url(../images/assets/arrow-bottom.png) no-repeat center center;
      background-size: 100% 100%;
      cursor: pointer;
  }
  #offers-filter-section .form-item .label::after{
      content: "";
      position: absolute;
      bottom: 0; left: 0;
      width: 100%; height: 5px;
      /*
      background: url(/images/assets/path-gold-bottom.png) no-repeat center center;
      background-size: 100% 100%;
      */
      background: rgb(203,166,115);
      background: linear-gradient(180deg, rgba(203,166,115,1) 0%, rgba(234,194,134,1) 35%, rgba(227,187,127,1) 100%);
      transform: skew(-30deg);
  }
  
  #offers-filter-section .form-item .dropdown{
      position: absolute;
      bottom: 100%; left: 0;
      background: #2596be;
      min-width: 290px;
      z-index: 999;
      padding-top: 16px;
      padding-bottom: 16px;
      display: none;
  }
  #offers-filter-section .form-item.show .dropdown{
      display: block;
  }
  #offers-filter-section .form-item .dropdown .item{
      font-size: 18px;
      font-weight: 600;
      padding: 10px 20px;
      cursor: pointer;
  }
  #mainNav .dropdown-menu{
      background: #2596be;
      padding: 10px 0; margin: 0;
  }

  #mainNav .dropdown-menu li:hover{
    background: #333;
    padding: 1px 0; 
  }
  

  #mainNav .nav-item:hover .dropdown-menu{
      display: block;
  }
  #mainNav .dropdown-menu .nav-link{
      padding: 10px 20px !important;
  }
  
  #contact-page .underline-title{
      color: var(--color-white);
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 35px;
  }
  #contact-page .detail-info{
      display: block;
      min-height: 75px;
      margin-bottom: 15px;
  }
  #contact-page .image img{
      width: 100%;
      border: 2px solid #eac286;
  }
  #contact-page .btn-send{
      max-width: 300px;
      margin-left: auto;
      margin-right: auto;
  }
  #contact-page .bordered-section{
      border: 1px solid #eac286;
      padding: 20px;
  }
  
  #parcel-page h1{
      color: var(--color-white);
      position: relative;
      padding-bottom: 10px;
      margin-bottom: 50px;
  }
  #parcel-page h1::after {
      content: '';
      display: block;
      background: url(../images/assets/path.png) no-repeat;
      background-size: auto 80%;
      background-position: 40px top;
      max-width: 460px; max-height: 8px;
      width: 100%; height: 8px;
      position: absolute;
      left: 50%; bottom: -10px;
      transform: translateX(-50%);
      
  }
  #parcel-page a{
      color: var(--color-white);
  }
  #parcel-page span.fa, #parcel-page span.fas{
      color: #d6b07a;
  }
  #parcel-page form label{
      font-size: 18px;
      color: var(--color-white);
  }
  
  #parcel-page form .form-item{
      margin-bottom: 15px;
  }
  #parcel-page form input[type="text"], #parcel-page form input[type="email"],
  #parcel-page textarea{
      background: transparent;
      border: 1px solid #e5be84;
  }
  #parcel-page form input[type="text"]::placeholder, #parcel-page form input[type="email"]::placeholder,
  #parcel-page textarea::placeholder{
      color: var(--color-white);
      font-size: 18px;
  }
  #parcel-page form input[type="file"]{
      color: var(--color-white);
      font-size: 18px;
  }
  #parcel-page .btn-primary{
      text-transform: uppercase;
      border: none;
      margin-bottom: 0 !important;
  }
  #parcel-page .btn-primary:hover{
      background: #d6b07a;
  }
  
  .checkbox,
  .radio{
      padding-bottom: 0;
      position: relative;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  }
  .checkbox input,
  .radio input{
      position: absolute;
      opacity: 0;
  }
  .checkbox label,
  .radio label{
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      line-height: 1.29em;
      padding-left: 28px;
      color: var(--color-text);
      padding-bottom: 0;
      position: relative;
  }
  .checkbox label::before{
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 18px; height: 18px;
      background-color: var(--color-white);
      border: 1px solid var(--color-dark-gray);
      box-sizing: border-box;
  }
  .error .checkbox label::before{
      border-color: #BF3D3D;
  }
  .radio label::before {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 18px; height: 18px;
      background-color: var(--color-white);
      border: 1px solid var(--color-dark-gray);
      border-radius: 50%;
      box-sizing: border-box;
  }
  .checkbox:hover input ~ label::before,
  .radio:hover input ~ label::before{
      border-width: 2px;
  }
  .checkbox input:checked ~ label::before,
  .radio input:checked ~ label::before{
      background-color: #dab47d;
      border-color: #dab47d;
  }
  .checkbox input:checked ~ label::after,
  .radio input:checked ~ label::after{
      content: "";
      display: block;
      position: absolute;
  }
  .checkbox input:checked ~ label::after{
      left: 7px; top: 4px;
      width: 4px; height: 9px;
      border: solid black;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  .radio input:checked ~ label::after{
      top: 5px; left: 8px;
      width: 10px; height: 10px;
      border-radius: 50%;
      background: white;
  }
  .checkbox a{
      text-decoration: underline;
  }
  #blog-items .underline-title2::after{
      background-position: 0 top;
      background-size: 100% 80%;
  }
  .pagination {
     justify-content: center;
  }
  
  .products-list .upcoming-item{
      margin-bottom: 25px;
  }
  .products-list .upcoming-item h5{
      font-size: 22px;
      font-weight: 600;
      color: var(--color-white);
      
  }
  .products-list .upcoming-item .description{
      font-size: 18px;
      font-weight: 600;
  }
  .products-list .upcoming-item .description .label{
      color: var(--color-red);
      font-weight: 600;
  }
  .products-list .upcoming-item .description .info{
      color: var(--color-red);
      font-weight: 600;
  }
  #project-page h2{
      margin-bottom: 15px;
  }
  
  #project-page #image-building{
      border: 2px solid #e5bc84;
  }
  
  #project-page .image-col canvas,
  #project-page .floor-plan canvas{
      opacity: 0.8 !important;
  }
  
  #project-page .construction-stages,
  #project-page .construction-stages-data-group{
      border: 1px solid #e5bc84;
      padding: 10px;
      height: 100%;
      
  }
  #project-page .summary-tabs{
      margin-bottom: 55px;
  }
  #project-page .construction-stages .item{
      cursor: pointer;
      font-size: 18px;
      font-weight: 600;
      padding: 15px;
      color: var(--color-white);
  }
  #project-page .construction-stages .item.active,
  #project-page .construction-stages .item:hover,
  #project-page .construction-stages-data-group .item.active,
  #project-page .construction-stages-data-group .item:hover{
      background: #2596be;
  }
  
  #project-page .construction-stages-data-group .data-group-names{
      display: none;
  }
  
  #project-page .construction-stages-data-group .data-group-names.active{
      display: block;
  }
  #project-page .construction-stages-data-group .data-group-names .item{
      cursor: pointer;
      font-size: 18px;
      font-weight: 600;
      padding: 15px;
      color: var(--color-white);
  }
  #project-page .construction-stages-data-group-details .item{
      font-size: 18px;
      font-weight: 600;
      color: var(--color-white);
      display: none;
  }
  #project-page .construction-stages-data-group-details .item.active{
      display: block;
  }
  #project-page .construction-stages-data-group-details .item ul{
      padding-left: 40px;
      list-style-type: none;
  }
  #project-page .construction-stages-data-group-details .item ul li{
      position: relative;
  }
  #project-page .construction-stages-data-group-details .item ul li::before{
      content: "";
      position: absolute;
      top: 0; left: -40px;
      width: 12px; height: 21px;
      background: url(../images/assets/li.png) no-repeat center center;
  }
  
  .floor-section{
      background: var(--color-white);
  }
  .floor-section .floor-plan{
      padding-top: 55px;
      padding-bottom: 55px;
      margin-bottom: 55px
  }
  
  
  #ofiice-contacts-info .icon img{
      width: 38px;
      margin-right: 20px;
  }
  #ofiice-contacts-info .col-md-4{
      color: var(--color-white);
      font-size: 22px;
  }
  #ofiice-contacts-info .col-md-4 a{
      color: var(--color-white);
  }
  
  #footer {
      background: var(--color-black-c1a);;
      z-index: 50;
      padding-top: 50px;
      padding-bottom: 50px;
      margin-top: 0;
  }
  
  #footer .container .row > div{
      margin-top: 0;
      margin-bottom: 0;
  }
  #footer .footer-address-item{
      
  }
  #footer .footer-address-item h3{
      margin-bottom: 16px;
      font-weight: 600;
  }
  #footer .footer-address-item .info{
      margin-bottom: 25px;
      font-size: 16px;
      color: var(--color-white);
  }
  #footer .contact-link{
      color: var(--color-red);
      font-size: 22px;
      font-weight: 600;
      text-transform: uppercase;
  }
  #footer .contact-link i{
      color: var(--color-white);
      margin-left: 10px;
  }
  .footer-copyright{
      color: var(--color-white);
      text-transform: uppercase;
      padding-top: 15px;
      padding-bottom: 15px;
      font-size: 18px;
  }
  .footer-copyright a{
      color: var(--color-white);
  }
  
  .dropdown-menu{
      border-color: transparent;
      border-radius: 0;
  }
  
  #gallery-section .gallery-item{
      text-align: center;
  }
  #gallery-section .gallery-item img{
      display: inline-block;
      width: auto !important; height: auto !important;
      max-width: 100%; max-height: 408px;
      border: 2px solid #e5be84;
  }
  
  #blog-page .summary.entry-summary{
      color: white;
      font-size: 18px;
  }
  
  .careers-page label{
      color: var(--color-white);
      line-height: 24px;
      margin: 0 0 10px;
      font-size: 18px;
      display: block;
  }
  .careers-page input[type="text"], .careers-page textarea {
      width: 100%;
      border: 1px solid #d1d1d1;
      padding: 10px;
      font-size: 18px;
      line-height: 1.2em;
      color: black;
      margin-bottom: 25px;
  }
  .careers-page .btn-send{
      display: inline-block;
      margin-top: 25px;
  }
  
  .careers-page .construction-stages,
  .careers-page .construction-stages-data-group{
      border: 1px solid #e5bc84;
      padding: 10px;
      height: 100%;
      
  }
  .careers-page .summary-tabs{
      margin-bottom: 55px;
  }
  .careers-page .construction-stages .item{
      cursor: pointer;
      font-size: 18px;
      font-weight: 600;
      padding: 15px;
      color: var(--color-white);
  }
  .careers-page .construction-stages .item.active,
  .careers-page .construction-stages .item:hover,
  .careers-page .construction-stages-data-group .item.active,
  .careers-page .construction-stages-data-group .item:hover{
      background: var(--color-red);
  }
  
  .careers-page .construction-stages-data-group .data-group-names{
      display: none;
  }
  
  .careers-page .construction-stages-data-group .data-group-names.active{
      display: block;
  }
  .careers-page .construction-stages-data-group .data-group-names .item{
      cursor: pointer;
      font-size: 18px;
      font-weight: 600;
      padding: 15px;
      color: var(--color-white);
  }
  .careers-page .construction-stages-data-group-details .item{
      font-size: 18px;
      font-weight: 600;
      color: var(--color-white);
      display: none;
  }
  .careers-page .construction-stages-data-group-details .item.active{
      display: block;
  }
  .careers-page .construction-stages-data-group-details .item ul{
      padding-left: 40px;
      list-style-type: none;
  }
  .careers-page .construction-stages-data-group-details .item ul li{
      position: relative;
  }
  .careers-page .construction-stages-data-group-details .item ul li::before{
      content: "";
      position: absolute;
      top: 0; left: -40px;
      width: 12px; height: 21px;
      background: url(/images/assets/li.png) no-repeat center center;
  }

  .tparrows {
    color:blue !important;
  }
  
  @media (max-width: 767px) {

    .description-col ,col .hidden-sm .hidden-xs {
      text-align: center;
      padding-top: 50px;
    }

    .underline-title3 {
        text-align: center;
    }

    .aboutphone {
        text-align: center;
        padding-top: 60px;
    }
    
  }

  @media (min-width: 768px) {

    .aboutphone {
        padding-top: 120px
    }

  }

  @media screen and (max-width: 768px){  
      
      .forcefullwidth_wrapper_tp_banner, .rev_slider_wrapper{
          /* height: 250px !important; */
          height: 450px !important;
      }
      .rev_slider .tp-caption{
          top: initial;
          bottom: -120px;
      }
      /*
      #revolutionSlider .tp-bgimg{
          background-size: contain !important;
          height: 250px;
      }
      */
      
  }