@font-face {
  font-family: Montserrat-Bold;
  src: url(../fonts/Montserrat-Bold.ttf); }
@font-face {
  font-family: Montserrat-Medium;
  src: url(../fonts/Montserrat-Medium.ttf); }
@font-face {
  font-family: Montserrat-Regular;
  src: url(../fonts/Montserrat-Regular.ttf); }
@font-face {
  font-family: Montserrat-Semibold;
  src: url(../fonts/Montserrat-Semibold.ttf); }
body {
  position: relative;
  overflow-x: hidden;
  height: 100%;
  font-family: Montserrat-Regular, -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif; }

body a {
  outline: none;
  letter-spacing: 0;
  text-decoration: none; }

body h1,
body h2,
body h3,
body h4,
body h5 {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0;
  font-family: Montserrat-Bold; }

body p {
  font-family: Montserrat-Medium;
  font-size: 18px;
  letter-spacing: 0;
  color: #231f20; }
.menu-wrap-new {
  background: url("../images/navbar-background.png") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 5555;
  padding-top: 25px;
  padding-bottom: 25px;
}
.menu {
   }
  .menu .navbar {
    padding-left: 0;
    padding-right: 0; }
    .menu .navbar .nav-item {
      padding-left: 12px;
      padding-right: 12px; }
      .menu .navbar .nav-item .nav-link {
        color: #fff;
        font-size: 18px;
        line-height: 18px;
        text-transform: uppercase;
        font-family: Montserrat-Medium;
        padding-left: 0;
        padding-right: 0;
        position: relative;
        padding-bottom: 11px;
        -webkit-transition: ease-in-out 0.2s;
        -o-transition: ease-in-out 0.2s;
        transition: ease-in-out 0.2s;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 2px solid transparent; }
        .menu .navbar .nav-item .nav-link:hover {
          border-bottom: 2px solid #f47d40; }
      .menu .navbar .nav-item .nav-link.active {
        border-bottom: 2px solid #f47d40; }
    .menu .navbar .dropdown:hover .dropdown-toggle::after {
      color: #fff; }
    .menu .navbar .lang {
      border-left: 2px solid #fff;
      margin-left: 30px;
      padding-left: 30px;
      padding-right: 0;
      height: 40px; }
      .menu .navbar .lang .dropdown-menu {
        min-width: 100%;
        max-width: 100%; }
    .menu .navbar .small-lang {
      display: none; }
    .menu .navbar .dropdown .dropdown-menu {
      border: none;
      background: #fff;
      border-radius: 0;
      padding: 0; }
      .menu .navbar .dropdown .dropdown-menu li {
        padding: 0; }
        .menu .navbar .dropdown .dropdown-menu li:hover {
          background: transparent; }
        .menu .navbar .dropdown .dropdown-menu li a {
          display: block;
          width: 100%;
          padding: 10px;
          border-bottom: 1px solid #f47d40;
          text-align: center;
          text-decoration: none;
          color: #f47d40; 
          font-family: Montserrat-Medium; }

          .large-logo {
            position: relative;
            margin-top: -10px;
            width: 170px;
            height: auto;
            margin-bottom: 0px;
            padding-bottom: 0;
          }
          .small-logo {
            display: none;
          }

#front-slider .item {
  height: 1080px;
  position: relative;
  overflow: hidden; }
  #front-slider .item .item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(35, 31, 32, 0.65);
    z-index: 5; }
#front-slider .owl-nav {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  z-index: 10; }
  #front-slider .owl-nav .owl-prev {
    width: 15px;
    height: 30px;
    background: url("../images/owl-left.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-right: 15px; }
  #front-slider .owl-nav .owl-next {
    width: 15px;
    height: 30px;
    background: url("../images/owl-next.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-left: 15px; }

.intro-wrap {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 7;
  top: 300px; }
  .intro-wrap .intro-text {
    display: flex;
    align-items: center; }
  .intro-wrap h1 {
    color: #fff;
    font-size: 55px;
    line-height: 55px;
    text-transform: uppercase;
    margin-bottom: 100px;
    text-align: center; }

.form-box {
  background: rgba(35, 31, 32, 0.5);
  border: 1px solid #f47d40;
  padding: 20px 40px;
  max-width: 840px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   -o-transform: translateX(-50%);
   transform: translateX(-50%); }
  .show-right h2 {
    font-size: 36px;
    font-family: Montserrat-Bold;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase; }
  .form-box label {
    display: block;
    font-family: Montserrat-Medium;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 5px;
    color: #fff; }
  .form-box input,
  .form-box select {
    height: 50px;
    width: 100%;
    border: 2px solid #f47d40!important;
    outline: none;
    color: #fff;
    margin-bottom: 25px;
    background: transparent;
    padding-left: 15px;
    font-family: Montserrat-Medium; }
  .form-box .dates {
    background: url("../images/calendar.png") no-repeat;
    background-position: center right 10px; 
    z-index: 10000!important;
}
  .form-box select option {
    color: #f47d40; }
  .form-box select {
    background: url("../images/select-arrow.png") no-repeat;
    background-position: center right 10px; }
  .form-box button {
    font-family: Montserrat-Bold;
    width: 270px;
    height: 50px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    background: #f47d40;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    border: none;
    outline: none;
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    cursor: pointer;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     -o-transform: translateX(-50%);
     transform: translateX(-50%); }
    .form-box button:hover {
      -webkit-box-shadow: 0px 0px 23px 0px rgba(237, 230, 237, 0.18);
      -moz-box-shadow: 0px 0px 23px 0px rgba(237, 230, 237, 0.18);
      box-shadow: 0px 0px 23px 0px rgba(237, 230, 237, 0.18); }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    -webkit-appearance: none; } }
@-moz-document url-prefix() {
  select {
    -moz-appearance: none; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select::-ms-expand {
    display: none; } }
.front-about-wrap {
  background: url("../images/front-about.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  padding-top: 125px;
  padding-bottom: 125px; }
  .front-about-wrap p {
    color: #fff; }
  .front-about-wrap .faw-text {
    display: flex;
    justify-content: flex-end;
    text-align: right; }
    .front-about-wrap .faw-text .faw-text-holder {
      max-width: 490px; }
    .front-about-wrap .faw-text h2 {
      font-size: 60px;
      line-height: 60px;
      margin-bottom: 20px;
      color: #fff;
      text-transform: uppercase; }
      .faw-text-holder-new {
        max-width: 100%!important;
      }
      .faw-text-new {
        justify-content: flex-start;
      }

.picker__holder {
	z-index: 7777!important;
}

.viewmore {
  background: -webkit-linear-gradient(left, #f47d40, #f47d40);
  background: -o-linear-gradient(right, #f47d40, #f47d40);
  background: -moz-linear-gradient(right, #f47d40, #f47d40);
  background: linear-gradient(to right, #f47d40, #f47d40);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 24px;
  max-width: 125px;
  display: inline-block;
  font-family: Montserrat-Bold;
  letter-spacing: 0.05em; }
  .viewmore span {
    display: block;
    margin-bottom: 20px;
    background: url("../images/border.jpg") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 2px;
    width: 100%;
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    margin-left: auto;
    margin-right: auto; }
  .viewmore:hover span {
    width: 50%; }

.faw-video {
  display: flex;
  align-items: center;
  justify-content: center; }
  .faw-video button {
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer; }

.YouTubeModal #YouTubeModalDialog {
  border: none;
  background: transparent;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px; }

.YouTubeModal #YouTubeModalDialog #YouTubeModalContent {
  border: none;
  background: transparent;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  box-shadow: none;
  -webkit-box-shadow: none; }

.YouTubeModal #YouTubeModalDialog #YouTubeModalContent .modal-header {
  display: none !important; }

.YouTubeModal #YouTubeModalDialog #YouTubeModalContent #YouTubeModalBody {
  box-shadow: none;
  -webkit-box-shadow: none; }

.youtube-video iframe {
  width: 100%;
  height: 550px;
  border: none;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.3); }

.frw-item-text {
  padding: 90px; }
  .frw-item-text h2 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    margin-top: 20px;
    background: -webkit-linear-gradient(left, #5d5d5d, #5d5d5d);
    background: -o-linear-gradient(right, #5d5d5d, #5d5d5d);
    background: -moz-linear-gradient(right, #5d5d5d, #5d5d5d);
    background: linear-gradient(to right, #5d5d5d, #5d5d5d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
    .frw-item-text h2 a {
      text-decoration: none; }
  .frw-item-text h3 {
    background: -webkit-linear-gradient(left, #5d5d5d, #5d5d5d);
    background: -o-linear-gradient(right, #5d5d5d, #5d5d5d);
    background: -moz-linear-gradient(right, #5d5d5d, #5d5d5d);
    background: linear-gradient(to right, #5d5d5d, #5d5d5d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-family: Montserrat-Regular;
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 30px; }
  .frw-item-text p {
    color: #5d5d5d; }
  .frw-item-text p.price {
    color: #5d5d5d;
    font-size: 24px; }

.frw-item-right {
  text-align: left; }

.frw-item-rleft {
  text-align: right; }

.viewall-wrap {
  position: relative; }
  .viewall-wrap a {
    font-family: 'Montserrat-Bold';
    display: flex;
    width: 220px;
    height: 50px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    background: #f47d40;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    border: none;
    outline: none;
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    margin-top: -25px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 5;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none; }
    .viewall-wrap a:hover {
      -webkit-box-shadow: 0px 0px 23px 0px rgba(237, 230, 237, 0.18);
      -moz-box-shadow: 0px 0px 23px 0px rgba(237, 230, 237, 0.18);
      box-shadow: 0px 0px 23px 0px rgba(237, 230, 237, 0.18); }

.frw-item-image-small {
  display: none; }

.facilities-wrap {
  background: #0d3752;
  padding-top: 100px;
  padding-bottom: 100px; }
  .facilities-wrap h2 {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    background: -webkit-linear-gradient(left, #fff, #fff);
    background: -o-linear-gradient(right, #fff, #fff);
    background: -moz-linear-gradient(right, #fff, #fff);
    background: linear-gradient(to right, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    margin-bottom: 40px; }
  .facilities-wrap .fac-item {
    border: 1px solid #fff;
    text-align: center;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px; }
    .facilities-wrap .fac-item img {
      margin-bottom: 20px; }
    .facilities-wrap .fac-item h4 {
      font-size: 24px;
      line-height: 24px;
      background: -webkit-linear-gradient(left, #fff, #fff);
      background: -o-linear-gradient(right, #fff, #fff);
      background: -moz-linear-gradient(right, #fff, #fff);
      background: linear-gradient(to right, #fff, #fff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-align: center;
      margin-bottom: 15px; }
    .facilities-wrap .fac-item p {
      color: #fff;
      margin-bottom: 0;
      line-height: 20px; }

.gallery-wrap {
  padding-top: 100px;
  padding-bottom: 50px; }
  .gallery-wrap h2 {
    background: -webkit-linear-gradient(left, #5d5d5d, #5d5d5d);
    background: -o-linear-gradient(right, #5d5d5d, #5d5d5d);
    background: -moz-linear-gradient(right, #5d5d5d, #5d5d5d);
    background: linear-gradient(to right, #5d5d5d, #5d5d5d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px; }
  .gallery-wrap .gallery-btns {
    text-align: center; }
    .gallery-wrap .gallery-btns button {
      margin-left: 5px;
      margin-right: 5px;
      border: 2px solid #5d5d5d75;
      border-radius: 5px;
      padding: 10px;
      margin-bottom: 15px;
      background-color: transparent;
      color: #5d5d5d;
      font-family: 'Montserrat-Semibold'; }
    .gallery-wrap .gallery-btns button.active {
      border: 2px solid #f47d40; 
      background-color: #f47d40;
      color: white;
    }
    .gallery-wrap .gallery-btns button:hover{
      border: 2px solid #f47d40; 
      background-color: #f47d40;
      color: white;
    }


.gal-item {
  margin-top: 30px; }
  .gal-item .gal-image-wrap {
    height: 189px;
    position: relative;
    overflow: hidden; }
    .gal-item .gal-image-wrap .img-fluid {
      min-width: 100%; }
    .gal-item .gal-image-wrap .gal-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      background: rgba(13, 55, 82, 0.7);
      opacity: 0;
      -webkit-transition: ease-in-out 0.2s;
      -o-transition: ease-in-out 0.2s;
      transition: ease-in-out 0.2s; }
    .gal-item .gal-image-wrap:hover .gal-overlay {
      opacity: 1; }

.gallery-wrap .readmore {
  display: flex;
  width: 230px;
  height: 50px;
  align-items: center;
  text-align: center;
  justify-content: center;
  border: 2px solid #f47d40;
  background: -webkit-linear-gradient(left, #f47d40, #f47d40);
  background: -o-linear-gradient(right, #f47d40, #f47d40);
  background: -moz-linear-gradient(right, #f47d40, #f47d40);
  background: linear-gradient(to right, #f47d40, #f47d40);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-family: Montserrat-Bold;
  margin-top: 30px;
  text-transform: uppercase;
  -webkit-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px; }
  .gallery-wrap .readmore:hover {
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.28); }

.inner-header-wrap {
  height: 300px;
  background: url("../images/inner-header.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
   }
  .inner-header-wrap .inner-header-text {
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    top: 140px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .inner-header-wrap .inner-header-text h1 {
      font-size: 60px;
      color: #fff;
      line-height: 60px;
      text-transform: uppercase;
      margin-top: 70px; }

.front-about-wrap.inner-about-wrap {
  background: url(../images/inner-about.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  padding-top: 75px;
  padding-bottom: 75px; }

  .faw-text-new h2 {
    color: #f47d40!important;
  }
  .front-about-wrap.inner-about-wrap p {
    color: #231f20;
    font-family: 'Montserrat-Regular';
    margin-bottom: 0; }

.inner-wrap {
  padding-top: 50px;
  padding-bottom: 50px; }

.contact-page-part h2 {
  font-size: 48px;
  line-height: 50px;
  margin-bottom: 40px;
  background: -webkit-linear-gradient(left, #f37d3f, #f37d3f);
  background: -o-linear-gradient(right, #f37d3f, #f37d3f);
  background: -moz-linear-gradient(right, #f37d3f, #f37d3f);
  background: linear-gradient(to right, #f37d3f, #f37d3f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase; }
.contact-page-part p {
  color: #5d5d5d;
  font-family: 'Montserrat-Medium';
  margin-bottom: 40px; }
.contact-page-part ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 27px; }
  .contact-page-part ul li {
    font-family: 'Montserrat-Medium';
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    color: #5d5d5d; }
    .contact-page-part ul li:first-child {
      padding-top: 0; }
    .contact-page-part ul li:last-child {
      padding-bottom: 0; }
    .contact-page-part ul li .con-img {
      min-width: 37px;
      margin-right: 15px; }
.contact-page-part h3 {
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 30px;
  background: -webkit-linear-gradient(left, #f37d3f, #f37d3f);
  background: -o-linear-gradient(right, #f37d3f, #f37d3f);
  background: -moz-linear-gradient(right, #f37d3f, #f37d3f);
  background: linear-gradient(to right, #f37d3f, #f37d3f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase; }
.contact-page-part .contact-soc a {
  margin-left: 5px;
  margin-right: 5px; }
  .contact-page-part .contact-soc a i {
    background: -webkit-linear-gradient(left, #f37d3f, #f37d3f);
    background: -o-linear-gradient(right, #f37d3f, #f37d3f);
    background: -moz-linear-gradient(right, #f37d3f, #f37d3f);
    background: linear-gradient(to right, #f37d3f, #f37d3f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px; }
    .contact-page-part .contact-soc a i:hover {
      opacity: 0.6; }

.contact-page-part-left {
  padding-right: 50px; }
  .contact-page-part-left h2 {
    text-align: left; }

.contact-page-part-right h2 {
  text-align: right; }
.contact-page-part-right input,
.contact-page-part-right textarea {
  width: 100%;
  padding-left: 15px;
  border: 2px solid #f37d3f;
  outline: none;
  margin-bottom: 30px;
  font-size: 18px;
  color: #5d5d5d;
  font-family: 'Montserrat-Medium'; }
.contact-page-part-right input {
  height: 50px; }
.contact-page-part-right textarea {
  padding-top: 15px;
  height: 150px;
  resize: none; }
.contact-page-part-right input::-webkit-input-placeholder,
.contact-page-part-right textarea::-webkit-input-placeholder {
  color: #5d5d5d;
  opacity: 1; }
.contact-page-part-right input:-moz-placeholder,
.contact-page-part-right textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #5d5d5d;
  opacity: 1; }
.contact-page-part-right input::-moz-placeholder,
.contact-page-part-right textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #5d5d5d;
  opacity: 1; }
.contact-page-part-right input:-ms-input-placeholder,
.contact-page-part-right textarea:-ms-input-placeholder {
  color: #5d5d5d;
  opacity: 1; }
.contact-page-part-right button {
  width: 270px;
  max-width: 100%;
  height: 50px;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  background: #f37d3f;
  font-family: 'Montserrat-Bold';
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  border: none;
  outline: none;
  -webkit-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  cursor: pointer;
  float: right; }
  .contact-page-part-right button:hover {
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.28); }

.map-wrap {
  padding: 0; }

#contact-map {
  height: 650px;
  margin-bottom: -150px; }

.inner-content-wrap {
  padding-top: 60px; }
  .inner-content-wrap .inner-title-wrap {
    margin-bottom: 30px; }
  .inner-content-wrap h2 {
    font-size: 36px;
    background: -webkit-linear-gradient(left, #f47d40, #f47d40);
    background: -o-linear-gradient(right, #f47d40, #f47d40);
    background: -moz-linear-gradient(right, #f47d40, #f47d40);
    background: linear-gradient(to right, #f47d40, #f47d40);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
  .inner-content-wrap .intro {
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center; }

.inner-gallery-wrap {
  padding-top: 0; }
  .inner-gallery-wrap .inner-gallery-btns button {
    text-transform: uppercase;
    font-family: Montserrat-Bold;
    font-size: 24px;
    letter-spacing: 0.05em; }
  .inner-gallery-wrap .gal-item .gal-image-wrap {
    height: 260px; }
    .inner-gallery-wrap .gal-item .gal-image-wrap .gal-overlay {
      background: rgba(244, 125, 64, 0.5); }

.inner-header-wrap-list {
  height: 450px; }

.inner-form-wrap {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 7777; }
  .inner-form-wrap .inner-form {
    background: rgba(35, 31, 32, 0.5);
    border: 1px solid #f47d40;
    padding: 20px 25px; }
    .inner-form-wrap .inner-form h2 {
      text-align: center;
      font-size: 36px;
      color: #fff;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      margin-bottom: 25px; }
  .inner-form-wrap label {
    display: block;
    font-family: Montserrat-Medium;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 5px;
    color: #fff; }
  .inner-form-wrap input,
  .inner-form-wrap select {
    position: relative;
    z-index: 999;
    height: 50px;
    width: 100%;
    border: 2px solid #f47d40!important;
    outline: none;
    color: #fff;
    margin-bottom: 25px;
    background: transparent;
    padding-left: 15px;
    font-family: 'Montserrat-Medium'; }
  .inner-form-wrap .dates {
    background: url("../images/calendar.png") no-repeat;
    background-position: center right 10px; }
  .inner-form-wrap select option {
    color: #f47d40;
    font-family: 'Montserrat-Medium'; }
  .inner-form-wrap select {
    background: url("../images/select-arrow.png") no-repeat;
    background-position: center right 10px; }
  .inner-form-wrap button {
    position: relative;
    top: 22px;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    background: #f47d40;
    font-family: 'Montserrat-Bold';
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    border: none;
    outline: none;
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    cursor: pointer; }
    .inner-form-wrap button:hover {
      -webkit-box-shadow: 0px 0px 23px 0px rgba(237, 230, 237, 0.18);
      -moz-box-shadow: 0px 0px 23px 0px rgba(237, 230, 237, 0.18);
      box-shadow: 0px 0px 23px 0px rgba(237, 230, 237, 0.18); }

.list-item-image-wrap {
  position: relative;
  height: 208px;
  overflow: hidden;
  border: 2px solid #f47d40; }
  .list-item-image-wrap .unavailable {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    background: rgba(244, 125, 64, 0.5); }
    .list-item-image-wrap .unavailable span {
      width: 50%;
      text-align: center;
      display: block;
      color: #fff;
      font-size: 18px;
      font-family: 'Montserrat-Medium'; }
      .list-item-image-wrap .unavailable span img {
        float: right; }
  .list-item-image-wrap .img-fluid {
    /*height: auto;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);*/
    object-fit: cover;
    object-position: center; }
  .list-item-image-wrap .list-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(244, 125, 64, 0.5);
    opacity: 0;
    z-index: 2; }
  .list-item-image-wrap .play {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 5; }

.inner-list-content-wrap {
  padding-bottom: 30px; }

.list-item-image-wrap:hover .list-overlay {
  opacity: 1; }

.list-item-wrap {
  margin-bottom: 30px; }

.list-item-info-wrap {
  border: 2px solid #f47d40;
  border-top: none; }
  .list-item-info-wrap .apartment-title {
    height: 75px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    background: #231f20;
    border-bottom: 2px solid #f47d40; }
    .list-item-info-wrap .apartment-title h3 {
      font-family: Montserrat-Bold;
      font-size: 18px;
      color: #f47d40;
      text-transform: uppercase; }
      .list-item-info-wrap .apartment-title h3 a {
        background: -webkit-linear-gradient(left, #f47d40, #f47d40);
        background: -o-linear-gradient(right, #f47d40, #f47d40);
        background: -moz-linear-gradient(right, #f47d40, #f47d40);
        background: linear-gradient(to right, #f47d40, #f47d40);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-decoration: none; }
  .list-item-info-wrap .apartment-amenities {
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    background: #231f20;
    justify-content: center;
    border-bottom: 2px solid #f47d40;
    height: 50px; }
    .list-item-info-wrap .apartment-amenities span {
      width: 33.333333%;
      display: block;
      color: #fff;
      font-size: 18px;
      font-family: 'Montserrat-Medium'; }
  .list-item-info-wrap .apartment-booked {
    display: flex;
    height: 50px;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    background: #231f20;
    border-bottom: 2px solid #f47d40;
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat-Medium'; }
  .list-item-info-wrap .apartment-price {
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    background: #231f20;
    height: 50px; }
    .list-item-info-wrap .apartment-price span {
      display: block;
      width: 33.33333%;
      padding-left: 10px;
      padding-right: 10px;
      color: #fff;
      font-size: 24px;
      font-family: Montserrat-Medium; }
      .list-item-info-wrap .apartment-price span img {
        float: right; }
    .list-item-info-wrap .apartment-price .old-price {
      color: #c0c0c0;
      text-decoration: line-through; }
    .list-item-info-wrap .apartment-price .new-price {
      background: -webkit-linear-gradient(left, #f47d40, #f47d40);
      background: -o-linear-gradient(right, #f47d40, #f47d40);
      background: -moz-linear-gradient(right, #f47d40, #f47d40);
      background: linear-gradient(to right, #f47d40, #f47d40);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-decoration: none;
      width: 100%; }
      .new-price-euro {
      	display: -webkit-flex;
      	display: -moz-flex;
      	display: -ms-flex;
      	display: -o-flex;
      	display: flex;
      	justify-content: flex-start;
      	padding-left: 0;
      	float: left;
      }
  .list-item-info-wrap .book-now a {
    width: 100%;
    height: 60px;
    color: #231f20;
    font-size: 18px;
    text-transform: uppercase;
    background: #f47d40;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    border: none;
    outline: none;
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Montserrat-Bold'; }
    .list-item-info-wrap .book-now a:hover {
      color: #fff; 
    }

.inner-detail-content-wrap {
  padding-top: 60px;
  padding-bottom: 60px; }
  .inner-detail-content-wrap .unit-title {
    margin-bottom: 25px; }
    .inner-detail-content-wrap .unit-title h2 {
      text-align: left;
      color: #f47d40; }
    .inner-detail-content-wrap .unit-title p {
      margin-bottom: 0;
      color: #231f20;
      font-size: 24px; }
  .inner-detail-content-wrap .unit-buttons {
    display: flex;
    align-items: center; }
    .inner-detail-content-wrap .unit-buttons button {
      width: 25%;
      height: 50px;
      background: url("../images/button1.jpg") no-repeat;
      -webkit-background-size: 100% 100%;
      -moz-background-size: 100% 100%;
      -o-background-size: 100% 100%;
      background-size: 100% 100%;
      border: none;
      outline: none;
      color: #fff;
      font-size: 24px;
      cursor: pointer; }
    .inner-detail-content-wrap .unit-buttons button.active {
      background: #f47d40;
      -webkit-background-size: 100% 100%;
      -moz-background-size: 100% 100%;
      -o-background-size: 100% 100%;
      background-size: 100% 100%;
      color: #231f20; }

#sync1 {
  border: 2px solid #f47d40; }

#sync2 {
  margin-top: 5px; }

#detail-map {
  height: 530px; }

.unit-price-title {
  background: #f47d40;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  color: #231f20;
  text-align: center;
  height: 50px;
  width: 200px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }

.unit-price-wrap {
  margin-bottom: 30px; }

.unit-price {
  display: flex;
  align-items: center;
  background: #231f20;
  height: 60px;
  padding-left: 30px; }
  .unit-price span {
    color: #fff;
    font-size: 24px;
    line-height: 20px;
    font-family: Montserrat-Medium;
    display: block;
    width: 33.3333%;
    text-align: center; }
    .unit-price span.new-price-euro {
    	display: block;
    	text-align: left;
    }
    .unit-price span img {
      float: right;
      max-height: 15px;
      position: relative;
      top: 3px; }
  .unit-price .old-price {
    color: #c0c0c0;
    text-decoration: line-through; }
  .unit-price .new-price .price-number {
    background: -webkit-linear-gradient(left, #f47d40, #f47d40);
    background: -o-linear-gradient(right, #f47d40, #f47d40);
    background: -moz-linear-gradient(right, #f47d40, #f47d40);
    background: linear-gradient(to right, #f47d40, #f47d40);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal; }
  .unit-price .new-price .per-night {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-style: normal;
    font-family: Montserrat-Regular; }

.amenities-wrap {
  margin-bottom: 30px; }
  .amenities-wrap h2 {
    text-align: left;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px; }
  .amenities-wrap .amenity-item {
    padding-left: 25px;
    background: url("../images/check.png") no-repeat;
    background-position: left top 3px;
    font-size: 15px;
    text-transform: uppercase;
    color: #231f20;
    font-family: 'Montserrat-Medium'; }

.detail-btns-wrap button {
  margin-bottom: 10px;
  width: 100%;
  border: none;
  outline: none;
  height: 60px;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  font-family: 'Montserrat-Bold'; }
  .detail-btns-wrap button:hover {
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.38); }
.detail-btns-wrap .book-btn {
  background: #f47d40;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  color: #231f20;
  padding: 0;
  font-size: 18px; }
.detail-btns-wrap .request-btn {
  background: #231f20; }
  .detail-btns-wrap .request-btn span {
    background: -webkit-linear-gradient(left, #fff, #fff);
    background: -o-linear-gradient(right, #fff, #fff);
    background: -moz-linear-gradient(right, #fff, #fff);
    background: linear-gradient(to right, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
.detail-btns-wrap .availability-btn {
  background: transparent;
  border: 1px solid #231f20;
  color: #231f20;
  font-size: 20px; }

.unit-description {
  margin-top: 25px;
  margin-bottom: 25px; }
  .unit-description p {
    color: #5d5d5d;
    font-size: 16px; }
    .unit-description p:last-child {
      margin-bottom: 0; }

#similar-slider img {
  min-width: auto;
  width: auto;
  display: inline-block; }
#similar-slider .list-item-image-wrap .img-fluid {
  min-width: 100%; }
#similar-slider .list-item-wrap {
  margin-bottom: 0; }

.other-apartments-wrap h2 {
  text-align: left;
  margin-bottom: 25px; }

#similar-slider .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  right: 30px;
  width: 17px;
  height: 27px;
  background: url(../images/sim-left.png) no-repeat;
  background-position: center;
  margin: 0;
  margin-top: -50px;
  z-index: 10;
  padding: 0; }

#similar-slider .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 17px;
  height: 27px;
  background: url(../images/sim-right.png) no-repeat;
  background-position: center;
  margin: 0;
  margin-top: -50px;
  z-index: 10;
  padding: 0; }

.res-graphic-wrap {
  margin-bottom: 30px; }

.res-graphic-item {
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  justify-content: center; }
  .res-graphic-item .res-arrow {
    position: absolute;
    right: 0; }
  .res-graphic-item h3 {
    color: #231f20;
    font-size: 20px;
    line-height: 20px;
    font-family: Montserrat-Medium;
    text-transform: uppercase;
    margin-top: 20px; }
  .res-graphic-item h3.active {
    background: -webkit-linear-gradient(left, #f47d40, #f47d40);
    background: -o-linear-gradient(right, #f47d40, #f47d40);
    background: -moz-linear-gradient(right, #f47d40, #f47d40);
    background: linear-gradient(to right, #f47d40, #f47d40);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.res-image-wrap img {
  border: 2px solid #f47d40; }

.res-info-wrap h2 {
  background: -webkit-linear-gradient(left, #f47d40, #f47d40);
  background: -o-linear-gradient(right, #f47d40, #f47d40);
  background: -moz-linear-gradient(right, #f47d40, #f47d40);
  background: linear-gradient(to right, #f47d40, #f47d40);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px; }
.res-info-wrap .loc {
  font-size: 16px;
  color: #231f20;
  text-transform: uppercase;
  font-family: 'Montserrat-Medium'; }
  .res-info-wrap .loc i {
    background: -webkit-linear-gradient(left, #f47d40, #f47d40);
    background: -o-linear-gradient(right, #f47d40, #f47d40);
    background: -moz-linear-gradient(right, #f47d40, #f47d40);
    background: linear-gradient(to right, #f47d40, #f47d40);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
.res-info-wrap .accom {
  margin-bottom: 16px;
  border-top: 2px solid #f47d40;
  border-bottom: 2px solid #f47d40;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #231f20;
  font-family: 'Montserrat-Medium';}

.reservation-table-wrap {
  margin-top: 30px;
  margin-bottom: 20px;
  border-collapse: collapse; }
  .reservation-table-wrap .rt-item {
    border: 1px solid #f47d40;
    display: flex;
    align-items: center;
    height: 40px;
    font-size: 18px;
    color: #231f20;
    font-family: 'Montserrat-Medium';
    border-collapse: collapse; }
    .reservation-table-wrap .rt-item span {
      font-weight: normal; }
  .reservation-table-wrap .rt-item-dark {
    background: #231f20;
    color: #fff; }
  .reservation-table-wrap .rt-item-comm {
    border: 1px solid #f47d40;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex; }
    .reservation-table-wrap .rt-item-comm span {
      font-weight: normal;
      font-family: 'Montserrat-Medium';
      font-size: 18px; }
    .reservation-table-wrap .rt-item-comm i {
      font-style: normal;
      margin-right: 10px;
      font-family: 'Montserrat-Medium';
      font-size: 18px; }

.alert-wrap {
  margin-bottom: 20px;
  font-size: 14px;
  color: #231f20;
  font-family: 'Montserrat-Medium'; }
  .alert-wrap i {
    margin-right: 15px; }

.res-form1 h2 {
  background: -webkit-linear-gradient(left, #f47d40, #f47d40);
  background: -o-linear-gradient(right, #f47d40, #f47d40);
  background: -moz-linear-gradient(right, #f47d40, #f47d40);
  background: linear-gradient(to right, #f47d40, #f47d40);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px; }
.res-form1 input {
  border: 2px solid #f47d40;
  height: 40px;
  width: 100%;
  outline: none;
  color: #231f20;
  background: transparent;
  padding-left: 15px;
  font-size: 18px;
  margin-bottom: 20px;
  font-family: 'Montserrat-Medium'!important; }
.res-form1 select {
  border: 2px solid #f47d40;
  height: 40px;
  width: 100%;
  outline: none;
  color: #231f20;
  background: transparent;
  padding-left: 15px;
  font-size: 18px;
  margin-bottom: 20px;
  background: url("../images/select-arrow.png") no-repeat;
  background-position: center right 10px;
  font-family: 'Montserrat-Medium'!important; }
.res-form1 textarea {
  border: 2px solid #f47d40;
  height: 100px;
  width: 100%;
  outline: none;
  color: #231f20;
  background: transparent;
  padding-left: 15px;
  font-size: 18px;
  margin-bottom: 20px;
  font-family: 'Montserrat-Medium'!important; }
.res-form1 input::-webkit-input-placeholder,
.res-form1 textarea::-webkit-input-placeholder {
  color: #231f20;
  opacity: 0.8; }
.res-form1 input:-moz-placeholder,
.res-form1 textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #231f20;
  opacity: 0.8; }
.res-form1 input::-moz-placeholder,
.res-form1 textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #231f20;
  opacity: 0.8; }
.res-form1 input:-ms-input-placeholder,
.res-form1 textarea:-ms-input-placeholder {
  color: #231f20;
  opacity: 0.8; }
.res-form1 p {
  margin-bottom: 25px;
  font-family: 'Montserrat-Medium'; }
  .res-form1 p span {
    font-weight: normal; }
.res-form1 p.thankyou {
  background: -webkit-linear-gradient(left, #f47d40, #f47d40);
  background: -o-linear-gradient(right, #f47d40, #f47d40);
  background: -moz-linear-gradient(right, #f47d40, #f47d40);
  background: linear-gradient(to right, #f47d40, #f47d40);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-family: Montserrat-Bold; }

.res-inner-wrap {
  padding-bottom: 0; }

.res-step-submit-wrap {
  background: #0d3752;
  padding-top: 20px;
  padding-bottom: 20px; }
  .res-step-submit-wrap .res-step-submit {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    padding-left: 0;
    padding-right: 0; }
    .res-step-submit-wrap .res-step-submit .coupon-part {
      position: absolute;
      left: 0;
      top: 7px; }
  .res-step-submit-wrap span {
    color: #fff;
    font-family: 'Montserrat-Medium'!important;
    font-size: 18px!important;
    font-weight: normal!important;}
    .res-step-submit-wrap span:last-child {
      font-size: 14px!important;
    }
    .res-step-submit-wrap span a {
      background: -webkit-linear-gradient(left, #fff, #fff);
      background: -o-linear-gradient(right, #fff, #fff);
      background: -moz-linear-gradient(right, #fff, #fff);
      background: linear-gradient(to right, #fff, #fff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-decoration: none;
      font-family: 'Montserrat-Medium'!important;
      font-size: 18px!important;
      font-weight: normal!important; }
  .res-step-submit-wrap label {
    cursor: pointer;
    font-family: 'Montserrat-Medium'!important;
    font-size: 18px!important;
    font-weight: normal!important; }
  .res-step-submit-wrap input {
    position: relative;
    top: 2px; }
  .res-step-submit-wrap button {
    background: #fff;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-left: 30px;
    width: 220px;
    border: none;
    outline: none;
    height: 40px;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s; }
    .res-step-submit-wrap button:hover {
      -webkit-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.38);
      -moz-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.38);
      box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.38); }

.small-res-title {
  display: none; }

.res-image-wrap {
  padding-left: 0; }

.res-info-wrap {
  padding-right: 0; }

.footer-info-wrap {
  background: url("../images/footer.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 170px;
  text-align: center;
  background-attachment: fixed; }
  .footer-info-wrap h2 {
    background: -webkit-linear-gradient(left, #fff, #fff);
    background: -o-linear-gradient(right, #fff, #fff);
    background: -moz-linear-gradient(right, #fff, #fff);
    background: linear-gradient(to right, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px; }
  .footer-info-wrap img {
    margin-bottom: 40px; }
  .footer-info-wrap .tel {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px; }
    .footer-info-wrap .tel:last-child {
      margin-bottom: 25px; }
    .footer-info-wrap .tel a {
      color: #fff;
      text-decoration: none; }
      .footer-info-wrap .tel a:hover {
        color: #f47d40; }
  .footer-info-wrap .address {
    letter-spacing: 0.05em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0; }
  .footer-info-wrap .mail {
    letter-spacing: 0.05em;
    color: #fff;
    margin-bottom: 25px; }
    .footer-info-wrap .mail a {
      color: #fff;
      text-decoration: none; }
      .footer-info-wrap .mail a:hover {
        color: #f47d40; }
  .footer-soc {
    padding-top: 20px;
  }
  .footer-soc a {
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px; }
    .footer-soc a i {
      background: -webkit-linear-gradient(left, #fff, #fff);
      background: -o-linear-gradient(right, #fff, #fff);
      background: -moz-linear-gradient(right, #fff, #fff);
      background: linear-gradient(to right, #fff, #fff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 36px; }
    .footer-soc a:hover {
      opacity: 0.6; }

.copyright {
  background: url("../images/copyright.png") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: -150px; }

.copy-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 210px;
  padding-bottom: 30px; }
  .copy-item span {
    align-self: flex-end;
    font-size: 12px;
    color: #fff;
    font-family: 'Montserrat-Medium'; }
  .copy-item a {
    color: #fff;
    text-decoration: none; }
    .copy-item a:hover {
      color: #f47d40; }

.copy-item-right {
  justify-content: flex-end; }

.copy-item-center {
  text-align: center;
  justify-content: center;
  padding-top: 10px; }
  /*.copy-item-center #btt {
    cursor: pointer;
    margin-bottom: 25px; }*/

.copy-item-text-small {
  display: none; }
  .footer-logo {
    	width: 180px;
    	height: auto;
    	}
  .intro-wrap .picker--opened .picker__holder {
    max-width: 370px;
  }
  .picker__button--today, .picker__button--clear, .picker__button--close {
    left: 15% !important;
    -webkit-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
    -o-transform: translateX(-15%);
    transform: translateX(-15%);
  }
.m-calendar-i {
     margin: 15px 20px;
 }

 .m-calendar-h {
     background: #cd992d;
     color: #fff;
     font-size: 12px;
 }
  .m-calendar-h p {
    color: #fff;
    text-align: center;
  }

  .m-calendar-yes {
      background: #a1dd7a;
      color: white;
  }

  .m-calendar-no {
      background: red;
      color: white;
  }

  .m-calendar-h span, .m-calendar-d {
      word-spacing: -1;
      display: inline-block;
      width: 30px;
      text-align: center;
      padding: 3px 0;
      font-size: 12px;
      margin: 1px;
  }

  .cal-mod-title {
    text-align: center;
    margin-top: 25px;
    background: -webkit-linear-gradient(left, #dcac28, #fdd552);
    background: -o-linear-gradient(right, #dcac28, #fdd552);
    background: -moz-linear-gradient(right, #dcac28, #fdd552);
    background: linear-gradient(to right, #dcac28, #fdd552);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #dcac28;
    font-size: 36px;
    max-width: 90%;
  }
  #detail-dissmis {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .slick-dots {
    display: none !important; 
  }

  .large-hide {
    display: none !important; 
  }

  .g-recaptcha {
    float: right;
  }
@media screen and (max-width: 1199px) {
  .inner-header-wrap .inner-header-text h1 {
    font-size: 40px;
    line-height: 40px; }

  .inner-gallery-wrap .gal-item .gal-image-wrap {
    height: 215px; }

  .list-item-info-wrap .apartment-price span {
    font-size: 18px;
    text-align: center;
    padding-left: 0;
    padding-right: 0; }

  .list-item-info-wrap .apartment-amenities span {
    font-size: 16px; }

  .amenities-wrap .amenity-item {
    font-size: 13px;
    padding-left: 18px;
    -webkit-background-size: 13px 13px;
    -moz-background-size: 13px 13px;
    -o-background-size: 13px 13px;
    background-size: 13px 13px; }

  .reservation-table-wrap .rt-item {
    font-size: 16px;
    line-height: 16px; } }
@media screen and (max-width: 991px) {
  .menu-wrap-new {
    padding-top: 10px;
    padding-bottom: 50px;
  }
  .menu {

  }

  .menu .navbar {
    padding: 0; }
    .menu .navbar #navigacija {
      background: #fff;
      border: 1px solid #f47d40; }
    .menu .navbar .navbar-toggler {
      border: none;
      outline: none;
      margin-top: 30px; }
      .menu .navbar .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

  .menu .navbar .nav-item .nav-link span {
    display: none; }

  .menu .navbar .nav-item .nav-link {
    background: -webkit-linear-gradient(left, #f47d40, #f47d40);
    background: -o-linear-gradient(right, #f47d40, #f47d40);
    background: -moz-linear-gradient(right, #f47d40, #f47d40);
    background: linear-gradient(to right, #f47d40, #f47d40);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center; }

  .menu .navbar .lang {
    border: none;
    padding: 0;
    margin-left: auto;
    margin-right: auto; }

  .menu .navbar .large-lang {
    display: none; }

  .menu .navbar .small-lang {
    display: block; }
    .menu .navbar .small-lang a {
      background: -webkit-linear-gradient(left, #f47d40, #f47d40);
      background: -o-linear-gradient(right, #f47d40, #f47d40);
      background: -moz-linear-gradient(right, #f47d40, #f47d40);
      background: linear-gradient(to right, #f47d40, #f47d40);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 18px;
      padding-left: 10px;
      padding-right: 10px; }

      .large-logo {
        display: none;
      }
      .small-logo {
        display: unset;
      }

  .intro-wrap {
    top: 130px;
    text-align: center; }

  #front-slider .owl-nav {
    display: none; }

  .intro-wrap h1 {
    font-size: 30px;
    line-height: 30px;
    margin-top: 100px; }

  .intro-wrap h3 {
    font-size: 19px; }

  .intro-wrap h3 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; }

  .intro-wrap .readmore,
  .viewall-wrap a {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    font-size: 15px;
    height: 30px;
    width: 140px; }

  .viewall-wrap a {
    margin-top: -15px; }

  .form-box button,
  .gallery-wrap .readmore {
    font-size: 15px;
    height: 30px;
    width: 140px; }

  .inner-form-wrap {
    position: relative;
    margin-top: 210px!important;
  }
  .show-right h2,
  .inner-form-wrap .inner-form h2 {
    font-size: 24px;
    margin-bottom: 20px; }

  .form-box label,
  .inner-form-wrap label {
    text-align: left;
    font-size: 12px; }

  .form-box input,
  .form-box select,
  .inner-form-wrap input,
  .inner-form-wrap select {
    height: 30px;
    font-size: 12px;
    margin-bottom: 15px; }

  .form-box .dates,
  .inner-form-wrap .dates {
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    -o-background-size: 15px 15px;
    background-size: 15px 15px; }

  #front-slider .item {
    height: 900px; }

  .front-about-wrap .faw-text {
    justify-content: center;
    text-align: center; }

  .front-about-wrap,
  .facilities-wrap,
  .gallery-wrap {
    padding-top: 40px;
    padding-bottom: 40px; }

  .front-about-wrap .faw-text h2,
  .facilities-wrap h2,
  .gallery-wrap h2 {
    font-size: 30px;
    line-height: 30px; }

  body p {
    font-size: 14px;
    line-height: 18px; }

  .faw-video {
    padding-top: 130px;
    padding-bottom: 130px; }
    .faw-video img {
      width: 65px;
      height: 65px; }

  .front-about-wrap {
    background: url(../images/front-about.-small.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center; }

  .frw-item-image {
    height: 375px; }

  .frw-item-image-small {
    display: block; }

  .frw-item-image-large {
    display: none; }

  .frw-item-text {
    padding: 20px;
    text-align: center; }

  .frw-item-text h2,
  .footer-info-wrap h2 {
    font-size: 30px;
    letter-spacing: 0; }

  .frw-item-text img {
    max-height: 30px; }

  .frw-item-text p.price {
    font-size: 16px; }

  .viewmore {
    font-size: 16px;
    max-width: 100px; }

  .viewmore span {
    margin-bottom: 10px; }

  .front-about-wrap, .facilities-wrap {
    padding-left: 50px;
    padding-right: 50px; }

  .facilities-wrap .facilities-item-wrap {
    margin-bottom: 30px; }
    .facilities-wrap .facilities-item-wrap:last-child {
      margin-bottom: 0; }

  .gal-item .gal-image-wrap {
    height: 111px; }

  .coupon-wrap {
    padding-top: 15px;
    padding-bottom: 15px; }

  .coupon-wrap .coupon-part-text {
    display: block;
    text-align: center; }
    .coupon-wrap .coupon-part-text p {
      font-size: 14px;
      margin-top: 15px;
      margin-bottom: 15px;
      margin-left: auto;
      margin-right: auto; }
    .coupon-wrap .coupon-part-text img {
      max-height: 35px; }

  .coupon-wrap .coupon-part-form {
    justify-content: center; }

  .coupon-wrap input {
    width: 60%;
    height: 30px;
    font-size: 15px; }

  .coupon-wrap button {
    height: 30px;
    font-size: 15px; }

  .footer-info-wrap h2 {
    margin-bottom: 15px; }

  .footer-info-wrap .tel {
    margin-bottom: 10px !important; }

  .footer-info-wrap img {
    margin-bottom: 15px; }

  .front-about-wrap.inner-about-wrap {
    background: url(../images/inner-about-small.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center; }

  .inner-header-wrap .inner-header-text h1 {
    font-size: 30px;
    line-height: 30px;
    margin-top: 120px; }

  .inner-header-wrap .inner-header-text {
    top: 90px; }

  .menu .navbar .navbar-toggler {
    padding-right: 0;
    margin-right: -15px; }

  .contact-page-part {
    text-align: center; }

  .contact-page-part-left h2,
  .contact-page-part-right h2,
  .inner-detail-content-wrap .unit-title h2,
  .amenities-wrap h2,
  .other-apartments-wrap h2 {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px; }

  .inner-detail-content-wrap .unit-title h2 {
    margin-bottom: 15px;
    text-align: center; }

  .inner-detail-content-wrap .unit-title p {
    font-size: 18px;
    text-align: center; }

  .contact-page-part ul li {
    text-align: center;
    display: block; }
    .contact-page-part ul li img {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .contact-page-part ul li .con-img {
      margin-left: auto;
      margin-right: auto; }

  .contact-page-part h3 {
    display: none; }

  .contact-soc {
    display: none; }

  .contact-page-part-right button {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto; }

  .contact-page-part-right input {
    height: 30px;
    margin-bottom: 20px;
    font-size: 14px; }

  .contact-page-part-right textarea {
    font-size: 14px;
    margin-bottom: 20px;
    height: 90px; }

  .contact-page-part-right button {
    width: 140px;
    height: 30px;
    font-size: 15px; }

  .contact-page-part {
    padding-right: 15px; }

  .inner-gallery-wrap .gal-item .gal-image-wrap {
    height: 156px; }

  .list-item-image-wrap {
    height: auto; }
    .list-item-image-wrap .img-fluid {
      height: auto;
      min-height: 100%;
      min-width: 100%;
      max-width: 100%;
      position: relative;
      left: 0;
      top: 0;
      -webkit-transform: none;
      transform: none; }

  .inner-header-wrap-list {
    height: auto; }

  .inner-form-wrap {
    position: relative;
    bottom: 0;
    margin-top: 120px;
    margin-bottom: 40px; }

  .inner-form-wrap button {
    top: 0;
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 30px;
    font-size: 15px; }

  .inner-list-content-wrap {
    padding-top: 30px;
    padding-bottom: 0; }

  .list-item-info-wrap .apartment-title {
    justify-content: center; }

  .list-item-info-wrap .apartment-title h3 {
    text-align: center; }

  .list-item-info-wrap .apartment-amenities,
  .list-item-info-wrap .apartment-booked {
    justify-content: center;
    text-align: center; }

  .inner-detail-content-wrap {
    padding-top: 30px;
    padding-bottom: 30px; }

  .inner-detail-content-wrap .unit-buttons button {
    width: 33.3333%;
    height: 40px;
    font-size: 18px; }

  .unit-price-wrap {
    margin-top: 20px; }

  .detail-btns-wrap button {
    height: 50px;
    font-size: 18px; }

  #similar-slider .owl-nav .owl-next,
  #similar-slider .owl-nav .owl-prev {
    display: none; }

  .res-graphic-item img {
    max-height: 40px; }

  .res-graphic-item h3 {
    font-size: 12px; }

  .res-info-wrap {
    margin-top: 20px; }

  .res-info-wrap h2 {
    display: none; }

  .small-res-title {
    display: block;
    text-align: center;
    background: -webkit-linear-gradient(left, #c79134, #fdd552);
    background: -o-linear-gradient(right, #c79134, #fdd552);
    background: -moz-linear-gradient(right, #c79134, #fdd552);
    background: linear-gradient(to right, #c79134, #fdd552);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    margin-bottom: 20px;
    text-transform: uppercase; }

  .res-step-submit-wrap .res-step-submit {
    display: block; }
    .res-step-submit-wrap .res-step-submit span,
    .res-step-submit-wrap .res-step-submit button {
      display: block;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      margin-top: 10px;
      text-align: center; }

  .res-step-submit-wrap .res-step-submit .coupon-part {
    position: relative;
    top: 0; }

  .res-step-submit-wrap .res-step-submit label {
    margin-bottom: 0; }

  .res-step-submit-wrap {
    padding-top: 10px; }

  .res-header-wrap {
    height: 200px; }

  .res-image-wrap {
    padding-right: 0; }
    .res-image-wrap img {
      min-width: 100%; }

  .res-info-wrap {
    padding-left: 0; }

  .reservation-table-wrap {
    margin-top: 0; }

  .reservation-table-wrap .rt-item-comm {
    display: block; }
    .reservation-table-wrap .rt-item-comm i {
      display: block; }
    .reservation-table-wrap .rt-item-comm span {
      display: block; }
    .inner-header-wrap{
        overflow: hidden;
    }
}
@media screen and (max-width: 767px) {
  .YouTubeModal #YouTubeModalDialog,
  .YouTubeModal #YouTubeModalDialog #YouTubeModalContent {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto; }

  .YouTubeModal #YouTubeModalDialog #YouTubeModalContent iframe {
    max-width: 100% !important;
    width: 100% !important; }

  .gal-item .gal-image-wrap {
    height: 78px; }

  .copy-item-text-large {
    display: none; }

  .copy-item-text-small {
    display: block; }

  .copy-item {
    height: auto; }

  .copy-item-right,
  .copy-item-left {
    justify-content: center;
    text-align: center; }

  .inner-gallery-wrap .gal-item .gal-image-wrap {
    height: 111px; }

  .list-item-wrap {
    padding-left: 0;
    padding-right: 0; }

  .list-item-info-wrap .book-now a {
    height: 40px;
    font-size: 16px; }

  .list-item-info-wrap .apartment-booked {
    height: 50px;
    font-size: 16px; }

  .list-item-info-wrap .apartment-amenities span img {
    max-height: 23px;
    margin-right: 5px; }

  .list-item-image-wrap:hover .list-overlay {
    opacity: 0; }

  .list-item-image-wrap .unavailable span {
    font-size: 16px; }

  #sync2 {
    display: none; }

  .reservation-table-wrap .rt-item-empty {
    display: none; }
    .inner-header-wrap .inner-header-text h1 {
      margin-top: 70px;
      } }
@media screen and (max-width: 575px) {
  .menu-wrap-new {
    padding-top: 10px;
    padding-bottom: 35px;
  }
  .menu .navbar-brand img {
    max-height: 45px; }

  .menu .navbar .navbar-toggler {
    margin-top: 10px; }

  #front-slider .item {
    height: 900px; }

  .gallery-wrap .gallery-btns button {
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px; }

  .gal-item .gal-image-wrap {
    height: auto; }

  .coupon-wrap {
    padding-left: 0;
    padding-right: 0; }

  .coupon-wrap button {
    font-size: 14px; }

  .intro-wrap {
    top: 85px; }

  .form-box {
    padding: 20px 30px; }

  .front-about-wrap {
    padding-left: 15px;
    padding-right: 15px; }

  .facilities-wrap {
    padding-left: 15px;
    padding-right: 15px; }

  .gal-item .gal-image-wrap .gal-overlay img {
    height: 50px;
    width: 50px; }

  .inner-gallery-wrap .gal-item .gal-image-wrap {
    height: auto; }

  .inner-form-wrap {
    margin-top: 140px!important; }

  .inner-detail-content-wrap .unit-buttons,
  .unit-content-wrap,
  .unit-price-wrap,
  .detail-btns-wrap,
  .other-apartments-wrap {
    padding-left: 0;
    padding-right: 0; }

  .res-image-wrap {
    padding-left: 0;
    padding-right: 0; }

  .reservation-table-wrap {
    margin-top: 0; }

  .loc,
  .res-info-wrap .accom {
    padding-left: 15px; }

  .res-inner-wrap .amenities-wrap {
    padding-left: 30px; } }

/*# sourceMappingURL=main.css.map */

.popup-banner{
  position:fixed;
  top: 0;
  left: 0;
  width:100%;
  height: 100%;
  z-index: 1000000000!important;
  background: rgba(0,0,0,.8);
  cursor:pointer;
}
.popup-banner img{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
@media(max-width:575px){
  .popup-banner img{
    width:80%;
  }
   
}