﻿body {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1.3;
  color: #222222;
  font-weight: 300;
}

@media (min-width: 992px) {
  body {
    font-size: 15px;
    line-height: 1.5;
  }
}

body .wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

body b,
body strong,
body label,
body .label {
  font-weight: 500;
}

body a {
  color: #b58e3e;
}

body a:focus,
body a:active,
body a:hover {
  color: #222222;
  text-decoration: none;
}

body a,
body .btn {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body input,
body textarea,
body select {
  /* iPad fix */
  -webkit-appearance: none;
  /*disable shaddow nav ipad*/
  -moz-appearance: none;
  /*disable shaddow nav ipad*/
  border-radius: 0;
  /*disable border-radius ipad*/
}

body *:focus {
  outline: none !important;
}

/*  
    ----------------------------------
    2. Container
    ----------------------------------
*/
@media (min-width: 1366px) {
  .container {
    width: 1300px;
  }
}

@media (min-width: 1680px) {
  .container {
    width: 1400px;
  }
}

@media print {
  .container {
    width: 99%;
  }
}

/*  
    ----------------------------------
    3. Page loader
    ----------------------------------
*/
.page-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 999999;
  background-color: #5a5e45;
}

.page-loader:before {
  font-family: "LinearIcons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e85f";
  position: fixed;
  font-size: 40px;
  left: 50%;
  top: 50%;
  z-index: 999999;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-left: -20px;
  margin-top: -20px;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  color: #fff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page-loader.loaded {
  width: 0;
  left: 0;
  -moz-transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
  -o-transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
  -webkit-transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
  transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
}

.page-loader.loaded:before {
  opacity: 0;
}

/*  
    ----------------------------------
    4. Headings
    ----------------------------------
*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child {
  margin-top: 0;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: 300;
}

h1,
.h1 {
  font-size: 26px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.3;
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 33px;
    margin-top: 35px;
    margin-bottom: 28px;
  }
}

h2,
.h2 {
  font-size: 23px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.3;
}

@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 29px;
    margin-top: 35px;
    margin-bottom: 28px;
  }
}

h3,
.h3 {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.3;
}

@media (min-width: 992px) {
  h3,
  .h3 {
    font-size: 25px;
    margin-top: 35px;
    margin-bottom: 28px;
  }
}

h4,
.h4 {
  font-size: 17px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.3;
}

@media (min-width: 992px) {
  h4,
  .h4 {
    font-size: 21px;
    margin-top: 35px;
    margin-bottom: 28px;
  }
}

h5,
.h5 {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.3;
}

@media (min-width: 992px) {
  h5,
  .h5 {
    font-size: 17px;
    margin-top: 35px;
    margin-bottom: 28px;
  }
}

h6,
.h6 {
  font-size: 11px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.3;
}

@media (min-width: 992px) {
  h6,
  .h6 {
    font-size: 13px;
    margin-top: 35px;
    margin-bottom: 28px;
  }
}

/*  
    ----------------------------------
    5. Header
    ----------------------------------
*/
header {
  position: fixed;
  width: auto;
  left: 0;
  right: 0;
  display: block;
  padding-top: 0;
  z-index: 9999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header.sticked {
  background-color: #5c6046;
  border-color: transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

  background-color: #5c6046;
  background-color: #5c6046;
  background-color: #5c6046;
  background-color: #5c6046;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='152' height='152' viewBox='0 0 152 152'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='temple' fill='%23434343' fill-opacity='0.09'%3E%3Cpath d='M152 150v2H0v-2h28v-8H8v-20H0v-2h8V80h42v20h20v42H30v8h90v-8H80v-42h20V80h42v40h8V30h-8v40h-42V50H80V8h40V0h2v8h20v20h8V0h2v150zm-2 0v-28h-8v20h-20v8h28zM82 30v18h18V30H82zm20 18h20v20h18V30h-20V10H82v18h20v20zm0 2v18h18V50h-18zm20-22h18V10h-18v18zm-54 92v-18H50v18h18zm-20-18H28V82H10v38h20v20h38v-18H48v-20zm0-2V82H30v18h18zm-20 22H10v18h18v-18zm54 0v18h38v-20h20V82h-18v20h-20v20H82zm18-20H82v18h18v-18zm2-2h18V82h-18v18zm20 40v-18h18v18h-18zM30 0h-2v8H8v20H0v2h8v40h42V50h20V8H30V0zm20 48h18V30H50v18zm18-20H48v20H28v20H10V30h20V10h38v18zM30 50h18v18H30V50zm-2-40H10v18h18V10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (min-width: 992px) {
  header.sticked nav.navigation-top {
    margin-top: -50px;
  }
  header.sticked nav.navigation-main .logo {
    bottom: -11px;
    border-radius: 10px;
    background-color: #5c6046;
    width: 159px;
    height: 70px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    left: 52.5%;
  }
  header.sticked nav.navigation-main .logo img {
    height: auto;
    width: 100%;
    margin: inherit;
  }
}

@media (min-width: 1200px) {
  header.sticked nav.navigation-top {
    margin-top: -50px;
  }
  header.sticked nav.navigation-main .logo {
    bottom: -35px;
    width: 232px;
    height: 80px;
  }
  header.sticked nav.navigation-main .logo img {
    height: auto;
    width: 80%;
  }
}

@media (max-width: 767px) {
  header.sticked {
    position: absolute;
    background-color: #5c6046;
  }
}

@media (max-width: 991px) {
  header .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

/*  
    ----------------------------------
    6. Main navigation
    ----------------------------------
*/
nav.navigation-top {
  display: none;
  margin-top: 5px;
  margin-bottom: 5px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 992px) {
  nav.navigation-top {
    display: block;
    padding: 20px 0;
  }
  nav.navigation-top .navigation-top-left {
    float: left;
  }
  nav.navigation-top .navigation-top-left .box {
    padding-right: 13.33333px;
  }
  nav.navigation-top .navigation-top-right {
    float: right;
  }
  nav.navigation-top .navigation-top-right .box {
    padding-left: 13.33333px;
  }
}

nav.navigation-top .box {
  color: #b7c394;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
}

nav.navigation-top .box .icon {
  font-size: 85%;
  vertical-align: middle;
}

nav.navigation-main {
  position: relative;
}

nav.navigation-main .logo {
  height: 50px;
  -moz-transition: height 0.5s;
  -o-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

nav.navigation-main .logo .logo-desktop {
  display: none;
}

@media (min-width: 992px) {
  nav.navigation-main .logo .logo-desktop {
    display: inline-block !important;
  }
  nav.navigation-main .logo .logo-mobile {
    display: none;
  }
  nav.navigation-main .logo > a {
    text-align: center;
    height: 100%;
  }
  nav.navigation-main .logo img {
    width: 100%;
    margin: 0 auto;
  }
}

nav.navigation-main .logo > a {
  display: block;
}

nav.navigation-main .toggle-menu {
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 27px;
  padding: 5px 10px;
  line-height: 36px;
  color: white;
}

nav.navigation-main .toggle-menu .icon {
  display: block;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

nav.navigation-main .toggle-menu .icon:before {
  display: inline-block;
}

nav.navigation-main .toggle-menu.open .icon {
  -moz-transform: scale(0.8) rotate(180deg);
  -ms-transform: scale(0.8) rotate(180deg);
  -o-transform: scale(0.8) rotate(180deg);
  -webkit-transform: scale(0.8) rotate(180deg);
  transform: scale(0.8) rotate(180deg);
}

nav.navigation-main .toggle-menu.open .icon:before {
  content: "\e870" !important;
}

nav.navigation-main .navigation-block ul {
  margin: 0;
  padding: 0;
}

nav.navigation-main .navigation-block ul li {
  list-style-type: none;
}

nav.navigation-main .navigation-block ul li a {
  display: block;
  padding: 15px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

nav.navigation-main .navigation-block ul li > a {
  color: white;
}

nav.navigation-main .navigation-block ul li > ul {
  background-color: rgba(81, 85, 97, 0.1);
}

nav.navigation-main .navigation-block ul li > ul li {
  display: block;
}

nav.navigation-main .navigation-block ul li > ul li a {
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 15px;
}

@media (min-width: 992px) {
  nav.navigation-main {
    position: relative;
    z-index: 999;
  }
  nav.navigation-main .logo {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 45.5%;
    width: 150px;
    height: 113px;
    z-index: 9;
  }
  nav.navigation-main .logo img {
    width: auto;
    height: 100%;
  }
  nav.navigation-main .toggle-menu {
    display: none;
  }
  nav.navigation-main .navigation-block {
    display: block;
  }
  nav.navigation-main .navigation-block > ul > li {
    float: left;
    display: block;
  }
  nav.navigation-main .navigation-block > ul > li:first-child > a {
    padding-left: 0;
  }
  nav.navigation-main .navigation-block > ul > li:last-child > a {
    padding-right: 0;
  }
  nav.navigation-main .navigation-block > ul li > ul {
    padding-top: 10px;
    background-color: transparent;
    min-width: 190px;
    position: absolute;
    z-index: -1;
    top: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    border-bottom-right-radius: 8px;
  }
  nav.navigation-main .navigation-block > ul li > ul:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 20px;
    border-width: 0 10px 10px 10px;
    border-style: solid solid solid solid;
    border-color: white transparent white;
  }
  nav.navigation-main .navigation-block > ul li > ul li {
    background-color: white;
  }
  nav.navigation-main .navigation-block > ul li > ul li:hover a {
    color: #3a3d45;
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  nav.navigation-main .navigation-block > ul li > ul li a {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: bold;
    background-color: white;
    color: #515561;
  }
  nav.navigation-main .navigation-block > ul li.hovered a {
    text-shadow: 0 0 10px white;
  }
  nav.navigation-main .navigation-block > ul li.hovered > ul {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
    visibility: visible;
    opacity: 1;
    z-index: 1;
  }
  nav.navigation-main .navigation-block > ul.navigation-left {
    float: left;
  }
  nav.navigation-main .navigation-block > ul.navigation-right {
    float: right;
  }
  nav.navigation-main .navigation-block > ul.navigation-right li > ul:after {
    left: auto;
    right: 20px;
  }
  nav.navigation-main .navigation-block > ul.navigation-right li {
    position: relative;
  }
  nav.navigation-main .navigation-block > ul.navigation-right li:nth-last-child(-n + 2) ul {
    right: 0;
    left: auto;
  }
  nav.navigation-main .navigation-block ul li > ul li {
    border-top: 1px solid #dddddd;
  }
}

@media (max-width: 991px) {
  nav.navigation-main .navigation-block {
    position: absolute;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 999;
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  nav.navigation-main .navigation-block.open {
    background-color: #5c6046;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  nav.navigation-main .navigation-block ul li {
    border-top: 1px solid #4b4c46;
  }
  nav.navigation-main .navigation-block ul li a {
    position: relative;
  }
  nav.navigation-main .navigation-block ul li a .open-dropdown {
    position: absolute;
    right: 0;
    height: 100%;
    width: 50px;
    top: 0;
    line-height: 49px;
    font-size: 30px;
    text-align: center;
  }
  nav.navigation-main .navigation-block ul li a .open-dropdown i {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  nav.navigation-main .navigation-block ul li > ul {
    display: none;
  }
  nav.navigation-main .navigation-block ul li > ul li {
    padding-left: 15px;
  }
  nav.navigation-main .navigation-block ul li.expanded > a {
    background-color: #36382a;
  }
  nav.navigation-main .navigation-block ul li.expanded .open-dropdown i {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

/*  
    ----------------------------------
    7. Owl Theme
    ----------------------------------
*/
.owl-theme .owl-controls .owl-buttons .owl-next {
  right: -50px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -50px;
}

.owl-theme .owl-controls .owl-page {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.owl-theme .owl-controls .owl-page span {
  background-color: white;
}

.owl-theme .owl-controls .owl-page.active {
  -moz-transform: scale(1.8);
  -ms-transform: scale(1.8);
  -o-transform: scale(1.8);
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
}

/*  
    ----------------------------------
    8. Owl-slider-header
    ----------------------------------
*/
.owl-slider-header .item {
  height: 300px;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.owl-slider-header .item > .container {
  position: relative;
}

.owl-slider-header .item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 38, 57, 0.3);
}

.owl-slider-header .item .box {
  position: absolute;
  width: 100%;
  color: #fff;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 99;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-slider-header .item .box.box-bottom {
  top: 90%;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.owl-slider-header .item .desc {
  display: none;
  text-shadow: 0 0 10px #000;
}

.owl-slider-header .item .title {
  font-size: 32px;
  font-family: "Playfair Display", serif;
  color: white;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  text-transform: none;
}

.owl-slider-header .item .title span {
  color: #ceb071;
}

.owl-slider-header .item .btn {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .owl-slider-header .item {
    height: 740px;
  }
  .owl-slider-header .item .desc {
    display: block;
    font-size: 16px;
  }
  .owl-slider-header .item .title {
    font-size: 46px;
    text-transform: uppercase;
  }
  .owl-slider-header .item .btn {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .owl-slider-header .item {
    height: 700px;
  }
  .owl-slider-header .item .desc {
    font-size: 18px;
  }
  .owl-slider-header .item .title {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .owl-slider-header .item .btn {
    display: none;
  }
}

.owl-slider-header .owl-controls .owl-buttons div span {
  color: white;
}

.owl-slider-header .owl-controls .owl-buttons .owl-next {
  right: 10px;
}

.owl-slider-header .owl-controls .owl-buttons .owl-prev {
  left: 10px;
}

@media (min-width: 992px) {
  .owl-slider-header .owl-controls .owl-buttons .owl-next {
    right: 50px;
  }
  .owl-slider-header .owl-controls .owl-buttons .owl-prev {
    left: 50px;
  }
}

.owl-slider-header .owl-controls .owl-page span {
  background: white;
}

/*  
    ----------------------------------
    9. Owl-slider-gallery
    ----------------------------------
*/
.owl-slider-gallery {
  background-color: white;
}

@media (min-width: 768px) {
  .owl-slider-gallery .item {
    height: 450px;
    background-position: center;
    background-size: cover;
  }
  .owl-slider-gallery .item img {
    display: none;
  }
}

@media (min-width: 1200px) {
  .owl-slider-gallery .item {
    height: 450px;
  }
}

.owl-slider-gallery .owl-controls .owl-pagination {
  bottom: auto;
  top: 20px;
  text-align: right;
  right: 40px;
}

.owl-slider-gallery .owl-controls .owl-buttons > div {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-transform: translateY(-50%) scale(2);
  -ms-transform: translateY(-50%) scale(2);
  -o-transform: translateY(-50%) scale(2);
  -webkit-transform: translateY(-50%) scale(2);
  transform: translateY(-50%) scale(2);
}

.owl-slider-gallery .owl-controls .owl-buttons .owl-next {
  right: 50px;
}

.owl-slider-gallery .owl-controls .owl-buttons .owl-prev {
  left: 50px;
}

/*  
    ----------------------------------
    10. Owl-rooms-carousel
    ----------------------------------
*/
.owl-rooms {
  margin-top: -20px;
}

.owl-rooms .owl-controls .owl-pagination {
  bottom: -10px;
}

.owl-rooms .item article {
  margin-top: 20px;
}

@media (min-width: 480px) {
  .owl-rooms {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  .owl-rooms .item {
    padding: 0 15px;
  }
  .owl-rooms .owl-controls .owl-pagination {
    bottom: -20px;
  }
}

/*  
    ----------------------------------
    11. Button styles
    ----------------------------------
*/
.btn {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  border-radius: 2px;
}

.btn.btn-main {
  background-color: #5c6046;
}

.btn.btn-main:hover {
  background-color: #94722c;
}

.btn.btn-main,
.btn.btn-main:hover,
.btn.btn-main:focus,
.btn.btn-main:active {
  color: #fff;
}

.btn.btn-clean {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  color: white !important;
}

.btn.btn-clean:hover {
  background-color: white;
  border-color: white;
  color: black !important;
}

.btn.btn-clean-dark {
  background-color: transparent;
  border-color: rgba(58, 61, 69, 0.5);
  color: #3a3d45 !important;
}

.btn.btn-clean-dark:hover {
  background-color: #3a3d45;
  border-color: #3a3d45;
  color: white !important;
}

.btn.btn-buy {
  background-color: #5c6046;
  color: white;
  position: absolute;
  padding: 0;
  right: 10px;
  top: 0;
  width: 80px;
  height: 80px;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  z-index: 20;
}

.btn.btn-buy:after,
.btn.btn-buy:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 80px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn.btn-buy:before {
  font-family: "LinearIcons";
  content: "\e82e";
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.btn.btn-buy:after {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  content: attr(data-text);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.btn.btn-buy:hover:before {
  font-family: "LinearIcons";
  content: "\e82e";
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.btn.btn-buy:hover:after {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*  
    ----------------------------------
    14. Sections
    ----------------------------------
*/
section {
  padding-top: 35px;
  padding-bottom: 35px;
}

@media (min-width: 768px) {
  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1200px) {
  section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/*  
    ----------------------------------
    15. Section header
    ----------------------------------
*/
.section-header {
  display: block;
  padding-bottom: 15px;
}

.section-header .title {
  margin-top: 0;
  margin-bottom: 5px;
  color: #3a3d45;
  font-family: "Playfair Display", serif;
  position: relative;
  text-transform: uppercase;
}

.section-header .title span {
  display: block;
  color: #b58e3e;
}

.section-header .title .btn {
  position: absolute;
  right: 0;
  top: 3px;
}

.section-header .title:last-child {
  margin-bottom: 0;
}

.section-header .subtitle {
  text-transform: none;
}

.section-header .text p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .section-header {
    padding-bottom: 30px;
  }
  .section-header .title span {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .section-header {
    padding-bottom: 35px;
  }
}

@media (min-width: 1200px) {
  .section-header {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .section-header .title {
    position: relative;
  }
  .section-header .title .btn {
    position: absolute;
    right: 0;
    top: 3px;
    display: grid;
    padding: 2px;
  }
  .section-header p {
    display: none;
  }
}

/*  ----------------------------------
    16. Page
    ----------------------------------
*/
.page {
  padding-top: 0;
  padding-bottom: 0;
}

.page .page-header {
  margin-top: 0;
  border-bottom: 0;
  text-transform: uppercase;
}

/*  ----------------------------------
    17. Page header
    ----------------------------------
*/
.page-header {
  background-position: center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 35px;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  background-color: #474747;
  color: white;
}

.page-header .title {
  margin-top: 0;
  margin-bottom: 5px;
  color: white;
  font-family: "Playfair Display", serif;
}

.page-header .title .btn {
  margin-left: 10px;
}

.page-header .title:last-child {
  margin-bottom: 0;
}

.page-header p {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .page-header {
    padding-top: 200px;
    padding-bottom: 200px;
    margin-bottom: -160px;
  }
}

@media print {
  .page-header {
    padding: 15px 0;
  }
}

/*  
    ----------------------------------
    18. Category header
    ----------------------------------
*/
.category-header {
  background: #474747;
  /* Old browsers */
  background: -moz-linear-gradient(left, #474747 0%, #a0a0a0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #474747 0%, #a0a0a0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #474747 0%, #a0a0a0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#a0a0a0',GradientType=1 );
  /* IE6-9 */
}

/*  
    ----------------------------------
    19. Frontpage-slider
    ----------------------------------
*/
.frontpage-slider {
  padding: 0;
  background: #474747;
  /* Old browsers */
  background: -moz-linear-gradient(left, #474747 0%, #a0a0a0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #474747 0%, #a0a0a0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #474747 0%, #a0a0a0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#a0a0a0',GradientType=1 );
  /* IE6-9 */
}

@media (max-width: 991px) {
  .frontpage-slider .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

/*  
    ----------------------------------
    20. Image Blocks
    ----------------------------------
*/
.image-blocks.image-blocks-header {
  padding-top: 0;
}

@media (min-width: 768px) {
  .image-blocks.image-blocks-header {
    padding-top: 0;
  }
  .image-blocks.image-blocks-category {
    padding-top: 0;
  }
}

.image-blocks .section-header {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-color: #474747;
  min-height: 250px;
  padding-top: 40px;
  margin-bottom: -130px;
}

.image-blocks .section-header,
.image-blocks .section-header .title {
  color: white;
}

@media (min-width: 992px) {
  .image-blocks .section-header {
    min-height: 400px;
    padding-top: 100px;
    margin-bottom: -180px;
  }
}

.image-blocks.image-blocks-theme .blocks {
  color: white;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2);
}

.image-blocks.image-blocks-theme .blocks .item {
  background-color: #5c6046;
}

.image-blocks .blocks {
  position: relative;
  display: flex;
  flex-flow: column;
  margin-bottom: 15px;
}

.image-blocks .blocks:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: inherit;
  display: block;
  position: absolute;
  z-index: -1;
}

.image-blocks .blocks .btn {
  margin-top: 15px;
}

.image-blocks .blocks .item {
  background-color: #eeeeee;
  position: relative;
  z-index: 9;
  order: 2;
}

.image-blocks .blocks .item .text {
  padding: 20px;
}

.image-blocks .blocks .item .text small {
  display: block;
}

.image-blocks .blocks .item .text .price {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.image-blocks .blocks .item .room-facilities {
  padding: 15px 0;
  margin: 20px 0;
  border-top: 1px solid rgba(0, 38, 57, 0.15);
  border-bottom: 1px solid rgba(0, 38, 57, 0.15);
}

.image-blocks .blocks .item .room-facilities .hotelicon {
  font-size: 35px;
  display: block;
  text-align: center;
}

.image-blocks .blocks .item .room-facilities figure {
  display: inline-block;
  padding-right: 15px;
  text-align: center;
}

.image-blocks .blocks .item .room-facilities figure:last-child {
  padding-right: 0;
}

.image-blocks .blocks .item .room-facilities figure figcaption {
  font-size: 75%;
}

@media (max-width: 991px) {
  .image-blocks .blocks .item .room-facilities {
    white-space: nowrap;
    overflow-x: scroll;
  }
}

.image-blocks .blocks .item .book {
  display: table;
}

.image-blocks .blocks .item .book .btn {
  margin: 0;
}

.image-blocks .blocks .item .book > div {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}

.image-blocks .blocks .item .book > div:nth-child(2) {
  padding-left: 15px;
  padding-right: 0;
  font-size: 70%;
}

.image-blocks .blocks .item .book > div > span {
  display: block;
  margin-bottom: 0;
}

.image-blocks .blocks .image {
  order: 1;
}

.image-blocks .blocks .image img {
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .image-blocks .blocks {
    margin-bottom: 0;
  }
  .image-blocks .blocks .item {
    width: 50%;
    padding-right: 50px;
    padding-left: 50px;
  }
  .image-blocks .blocks .item .text {
    padding: 70px 0;
  }
  .image-blocks .blocks .item .room-facilities {
    margin: 40px 0;
  }
  .image-blocks .blocks .image {
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
  }
  .image-blocks .blocks .image img {
    display: none;
  }
  .image-blocks .blocks.blocks-right .item {
    margin-left: 0%;
  }
  .image-blocks .blocks.blocks-right .image {
    right: 0%;
  }
  .image-blocks .blocks.blocks-left .item {
    margin-left: 50%;
  }
  .image-blocks .blocks.blocks-left .image {
    right: 50%;
  }
}

.image-blocks .text-block {
  padding: 15px 0;
}

@media (min-width: 768px) {
  .image-blocks .text-block {
    padding: 40px 0;
  }
}

@media (min-width: 1200px) {
  .image-blocks .text-block {
    padding: 70px 0;
  }
}

.image-blocks .text-block.text-block-borders {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.image-blocks .text-block h2,
.image-blocks .text-block .h2 {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

.image-blocks .text-block h2:before,
.image-blocks .text-block h2:after,
.image-blocks .text-block .h2:before,
.image-blocks .text-block .h2:after {
  content: "";
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #dddddd;
}

.image-blocks .text-block h2:before,
.image-blocks .text-block .h2:before {
  bottom: -25px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.image-blocks .text-block h2:after,
.image-blocks .text-block .h2:after {
  bottom: -20px;
  width: 60px;
  height: 1px;
}

@media (min-width: 768px) {
  .image-blocks .text-block h2,
  .image-blocks .text-block .h2 {
    margin-bottom: 70px;
  }
  .image-blocks .text-block h2:before,
  .image-blocks .text-block .h2:before {
    bottom: -35px;
  }
  .image-blocks .text-block h2:after,
  .image-blocks .text-block .h2:after {
    bottom: -30px;
    width: 100px;
  }
}

.image-blocks .tripadvisor {
  padding-bottom: 40px;
}

/*  
    ----------------------------------
    21. Scroll to top
    ----------------------------------
*/
.scroll-top {
  visibility: hidden;
  padding: 18px 20px;
  background-color: #6d7249;
  color: white;
  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 999;
  border-radius: 100%;
  cursor: pointer;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.scroll-top.visible {
  visibility: visible;
  opacity: 1;
}

.scroll-top.active {
  background-color: #6d7249;
}

.scroll-top:hover {
  background-color: #2e3021;
}

/*  
    ----------------------------------
    22. Stretcher
    ----------------------------------
*/
.stretcher-wrapper {
  padding-bottom: 0;
  border-top: 1px solid #eeeeee;
}

.stretcher-wrapper.stretcher-wrapper-noheader {
  padding-top: 0;
}

.stretcher-wrapper .section-header {
  background-color: white;
  position: relative;
}

.stretcher-wrapper .section-header:before {
  content: "";
  position: absolute;
  border-width: 20px 20px 0px 20px;
  border-style: solid solid solid solid;
  border-color: white transparent white;
  bottom: -15px;
  left: 50%;
  z-index: 2;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.stretcher-wrapper .stretcher {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 0;
  margin: 0;
  padding: 0;
}

.stretcher-wrapper .stretcher .stretcher-item {
  position: relative;
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  height: 30vh;
  overflow: hidden;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

.stretcher-wrapper .stretcher .stretcher-item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  z-index: 99;
}

.stretcher-wrapper .stretcher .stretcher-item:hover > a {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.stretcher-wrapper .stretcher .stretcher-item.more {
  background-color: #2f4858;
  position: relative;
  height: 100px;
}

.stretcher-wrapper .stretcher .stretcher-item.more a {
  position: absolute;
  width: 100%;
  height: 100%;
}

.stretcher-wrapper .stretcher .stretcher-item.more .more-icon {
  font-size: 70px;
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.stretcher-wrapper .stretcher .stretcher-item.more .more-icon,
.stretcher-wrapper .stretcher .stretcher-item.more .more-icon span {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.stretcher-wrapper .stretcher .stretcher-item.more .more-icon span {
  display: inline-block;
}

.stretcher-wrapper .stretcher .stretcher-item.more .more-icon span:before,
.stretcher-wrapper .stretcher .stretcher-item.more .more-icon span:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  white-space: nowrap;
}

.stretcher-wrapper .stretcher .stretcher-item.more .more-icon span:before {
  content: attr(data-title-show);
  opacity: 0;
  font-size: 16px;
}

.stretcher-wrapper .stretcher .stretcher-item.more .more-icon span:after {
  content: attr(data-title-hide);
  opacity: 1;
}

.stretcher-wrapper .stretcher .stretcher-item.more:hover .more-icon span:before {
  opacity: 1;
}

.stretcher-wrapper .stretcher .stretcher-item.more:hover .more-icon span:after {
  opacity: 0;
}

@media (min-width: 992px) {
  .stretcher-wrapper .stretcher .stretcher-item.more,
  .stretcher-wrapper .stretcher .stretcher-item.more.inactive {
    width: 8%;
  }
  .stretcher-wrapper .stretcher .stretcher-item.more.active {
    width: 28%;
  }
  .stretcher-wrapper .stretcher .stretcher-item.more.more {
    height: 100%;
  }
}

.stretcher-wrapper .stretcher .stretcher-item.inactive,
.stretcher-wrapper .stretcher .stretcher-item.active {
  width: 100%;
}

@media (min-width: 992px) {
  .stretcher-wrapper .stretcher .stretcher-item {
    width: 23%;
    height: 100%;
    display: inline-block;
  }
  .stretcher-wrapper .stretcher .stretcher-item.inactive {
    width: 18%;
  }
  .stretcher-wrapper .stretcher .stretcher-item.active {
    width: 38%;
  }
}

.stretcher-wrapper .stretcher .stretcher-item .stretcher-logo {
  background-color: rgb(47 72 88 / 78%);
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-size: initial;
  color: white;
}

.stretcher-wrapper .stretcher .stretcher-item .stretcher-logo img,
.stretcher-wrapper .stretcher .stretcher-item .stretcher-logo .text {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.stretcher-wrapper .stretcher .stretcher-item .stretcher-logo .text {
  text-align: center;
}

.stretcher-wrapper .stretcher .stretcher-item .stretcher-logo .text .f-icon {
  font-size: 100px;
}

.stretcher-wrapper .stretcher .stretcher-item .stretcher-logo .text .text-intro {
  display: block;
}

.stretcher-wrapper .stretcher .stretcher-item:hover .stretcher-logo {
  opacity: 0;
}

.stretcher-wrapper .stretcher .stretcher-item figure {
  background-color: rgba(0, 38, 57, 0.5);
  color: white;
  position: absolute;
  z-index: 9;
  font-size: initial;
  padding: 20px 10px;
  width: 100%;
  left: 0;
  bottom: 0;
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.stretcher-wrapper .stretcher .stretcher-item figure figcaption {
  white-space: normal;
  font-size: 13px;
}

.stretcher-wrapper .stretcher .stretcher-item figure h4 {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .stretcher-wrapper .stretcher .stretcher-item figure {
    padding: 20px 30px;
  }
}

.stretcher-wrapper .stretcher .stretcher-item:hover figure {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 992px) {
  .stretcher-wrapper .stretcher {
    height: 500px;
    white-space: nowrap;
  }
  .stretcher-wrapper.stretcher-wrapper-frontpage .stretcher {
    height: 100vh;
  }
  .stretcher-wrapper.stretcher-wrapper-frontpage .stretcher .stretcher-item figure {
    bottom: 20%;
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    overflow: hidden;
    padding: 50px 30px;
  }
  .stretcher-wrapper.stretcher-wrapper-frontpage .stretcher .stretcher-item:hover figure {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*  
    ----------------------------------
    23. Banner
    ----------------------------------
*/
.banner {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
  color: white;
  background-color: #5c6046;
}

.banner .btn {
  margin-top: 40px;
}

/*  
    ----------------------------------
    25. Contact
    ----------------------------------
*/
.contact {
  background-color: transparent;
  padding: 0 0 100px 0;
}

.contact .map {
  height: 400px;
  z-index: 1;
}

.contact .contact-block {
  margin-top: -80px;
}

.contact .contact-block .banner {
  padding: 50px 40px;
  background-image: url(/assets/images/iletisimbg.jpg);
  background-position: center;
  background-size: 80% auto;
  background-repeat: no-repeat;
  z-index: 2;
}

.contact .contact-block .contact-info {
  background-color: #eeeeee;
  padding-bottom: 15px;
}

.contact .contact-block .contact-info figure {
  padding: 15px;
}

.contact .contact-block .contact-info figure figcaption > strong {
  display: block;
  padding: 7.5px 0;
}

.contact .contact-block .contact-info figure figcaption > span {
  font-size: 90%;
}

.contact .contact-block .contact-info figure .icon {
  font-size: 50px;
  color: #5c6046;
}

.contact .contact-block .contact-form {
  display: none;
  margin-top: 50px;
}

.contact .contact-block .contact-form .form-control {
  border-color: transparent;
}

.contact .map-info-window {
  padding: 15px;
}

.contact .map-info-window .fa {
  width: 20px;
  text-align: center;
  margin-right: 3px;
  display: inline-block;
}

/*  
    ----------------------------------
    26. Tabsy wrapper
    ----------------------------------
*/
.tabsy-wrapper.tabsy-wrapper-clean {
  padding: 0;
}

.tabsy-wrapper.tabsy-wrapper-frontpage {
  margin-top: -40px;
  padding: 0;
}

.tabsy-wrapper.tabsy-wrapper-frontpage .container {
  padding-left: 0;
  padding-right: 0;
}

.tabsy-wrapper.tabsy-wrapper-frontpage .tabsy {
  box-shadow: 0 -10px 50px rgba(0, 0, 0, 0.5);
}

@media (min-width: 992px) {
  .tabsy-wrapper.tabsy-wrapper-frontpage {
    margin-top: -100px;
  }
}

@media (min-width: 1480px) {
  .tabsy-wrapper.tabsy-wrapper-frontpage .container {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .tabsy-wrapper.tabsy-wrapper-frontpage {
    margin-top: -62px;
  }
}

.tabsy-wrapper .tabsy {
  background-size: cover;
  background-position: center;
  position: relative;
}

.tabsy-wrapper .tabsy .tabsy-images,
.tabsy-wrapper .tabsy .tabsy-images > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.tabsy-wrapper .tabsy .tabsy-images > div {
  background-size: cover;
  background-position: center;
  opacity: 0;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.tabsy-wrapper .tabsy .tabsy-images > div.current {
  opacity: 1;
}

.tabsy-wrapper .tabsy .tabsy-images img {
  display: none;
}

.tabsy-wrapper .tabsy .tabsy-links .row {
  margin: 0;
}

.tabsy-wrapper .tabsy .tabsy-links figure {
  cursor: pointer;
  padding: 0;
  position: relative;
  min-height: 150px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.tabsy-wrapper .tabsy .tabsy-links figure + figure {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.tabsy-wrapper .tabsy .tabsy-links figure:after {
  font: normal normal normal 24px/30px LinearIcons;
  content: "\e876";
  -webkit-font-smoothing: antialiased;
  display: block;
  position: absolute;
  text-align: right;
  width: 100%;
  right: 0;
  bottom: 0;
  padding: 10px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.tabsy-wrapper .tabsy .tabsy-links figure a.link {
  background-color: transparent;
  font-size: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 88;
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.tabsy-wrapper .tabsy .tabsy-links figure figcaption {
  margin: 20px;
  overflow: hidden;
}

.tabsy-wrapper .tabsy .tabsy-links figure figcaption .date {
  font-size: 75%;
  display: block;
  color: #5c6046;
}

.tabsy-wrapper .tabsy .tabsy-links figure figcaption .title {
  display: block;
  margin-top: 5px;
  text-transform: none;
  color: white;
}

.tabsy-wrapper .tabsy .tabsy-links figure figcaption .desc {
  display: none;
  color: white;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

@media (min-width: 768px) {
  .tabsy-wrapper .tabsy .tabsy-links figure figcaption .desc {
    display: block;
  }
}

.tabsy-wrapper .tabsy .tabsy-links figure.current {
  background-color: rgba(0, 0, 0, 0.5);
}

.tabsy-wrapper .tabsy .tabsy-links figure.current a.link {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.tabsy-wrapper .tabsy .tabsy-links figure.current figcaption .desc {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.tabsy-wrapper .tabsy .tabsy-links figure.current:after {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

@media (min-width: 768px) {
  .tabsy-wrapper .tabsy .tabsy-links figure {
    min-height: 350px;
  }
}

@media (min-width: 768px) {
  .tabsy-wrapper .wrapper-more {
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .tabsy-wrapper .wrapper-more {
    margin-top: 35px;
  }
}

/*  
    ----------------------------------
    27. Intro
    ----------------------------------
*/
.intro {
  background-color: #eeeeee;
  padding: 30px 0;
}

.intro.intro-white {
  background-color: white;
}

@media (min-width: 768px) {
  .intro {
    padding: 200px 0;
    text-align: center;
  }
}

/*  
    ----------------------------------
    28. Text blocks
    ----------------------------------
*/
.text-blocks {
  padding: 40px 0;
}

.text-blocks .text-block {
  padding: 70px 0;
  display: table;
  width: 100%;
  text-align: left;
}

.text-blocks .text-block > div {
  display: table-cell;
  vertical-align: middle;
}

.text-blocks .text-block .icon {
  font-size: 50px;
  padding: 0 70px;
}

@media (min-width: 992px) {
  .text-blocks {
    padding: 100px 0;
  }
}

/*  
    ----------------------------------
    31. Facilities
    ----------------------------------
*/
.facilities {
  background-color: #fff;
}

.facilities .facilities-wrapper figure {
  position: relative;
  padding: 35px 20px;
  text-align: center;
  cursor: default;
  margin-bottom: 30px;
}

.facilities .facilities-wrapper figure:hover .hotelicon:after {
  -moz-transform: scale(1.8);
  -ms-transform: scale(1.8);
  -o-transform: scale(1.8);
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
  background-color: #b5a266;
}

.facilities .facilities-wrapper figure:hover .title {
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  color: white;
}

.facilities .facilities-wrapper figure .hotelicon {
  position: relative;
  display: inline-block;
  font-size: 80px;
  color: white;
}

.facilities .facilities-wrapper figure .hotelicon:after {
  background-color: #5c6046;
  content: "";
  left: 0;
  top: 0;
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.facilities .facilities-wrapper figure .hotelicon:before {
  z-index: 1;
  position: relative;
}

.facilities .facilities-wrapper figure figcaption {
  position: relative;
}

.facilities .facilities-wrapper figure figcaption .title {
  margin-top: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 768px) {
  .facilities .facilities-wrapper .hotelicon {
    font-size: 50px;
  }
  .facilities.facilities-lg .facilities-wrapper .hotelicon {
    font-size: 80px;
  }
}

@media (min-width: 992px) {
  .facilities .facilities-wrapper .hotelicon {
    font-size: 70px;
  }
  .facilities.facilities-lg .facilities-wrapper .hotelicon {
    font-size: 80px;
  }
}

@media (max-width: 991px) {
  .facilities .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/*  
    ----------------------------------
    32. Facility
    ----------------------------------
*/
@media (min-width: 992px) {
  .facility {
    padding-top: 0;
  }
}

.facility .facility-info {
  background-color: white;
  padding: 15px 0;
  display: block;
  position: relative;
}

@media (min-width: 992px) {
  .facility .facility-info {
    margin-top: -50px;
    padding: 40px;
  }
}

.facility .facility-addons {
  position: relative;
  z-index: 3;
}

.facility .facility-addons .nav-tabs {
  text-align: center;
  border: 0;
}

@media (min-width: 768px) {
  .facility .facility-addons .nav-tabs {
    width: 110px;
    position: absolute;
    left: -100px;
    top: 40px;
  }
}

.facility .facility-addons .nav-tabs > li {
  margin-bottom: 0;
  float: none;
  display: inline-block;
}

.facility .facility-addons .nav-tabs > li .hotelicon {
  display: block;
  font-size: 30px;
}

@media (min-width: 992px) {
  .facility .facility-addons .nav-tabs > li {
    margin-bottom: 20px;
  }
  .facility .facility-addons .nav-tabs > li .hotelicon {
    font-size: 50px;
  }
}

.facility .facility-addons .nav-tabs > li a {
  background-color: transparent;
  border-color: white;
  padding: 15px;
  border-radius: 0;
  border: 0;
}

.facility .facility-addons .nav-tabs > li a:before {
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #5c6046;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-transform: translate(-50%, -50%) rotate(0deg) scale(0.02);
  -ms-transform: translate(-50%, -50%) rotate(0deg) scale(0.02);
  -o-transform: translate(-50%, -50%) rotate(0deg) scale(0.02);
  -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(0.02);
  transform: translate(-50%, -50%) rotate(0deg) scale(0.02);
  z-index: -1;
}

@media (min-width: 992px) {
  .facility .facility-addons .nav-tabs > li a {
    padding: 20px 30px;
  }
}

.facility .facility-addons .nav-tabs > li.active a {
  color: white;
  position: relative;
}

.facility .facility-addons .nav-tabs > li.active a:before {
  opacity: 1;
  -moz-transform: translate(-50%, -50%) rotate(45deg) scale(0.9);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0.9);
  -o-transform: translate(-50%, -50%) rotate(45deg) scale(0.9);
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.9);
  transform: translate(-50%, -50%) rotate(45deg) scale(0.9);
}

.facility .facility-addons .tab-content {
  padding: 15px 0;
}

@media (min-width: 992px) {
  .facility .facility-addons .tab-content {
    padding: 40px;
  }
  .facility .facility-addons .tab-content .tab-pane {
    display: block;
    visibility: hidden;
    height: 0;
    overflow: hidden;
  }
  .facility .facility-addons .tab-content .tab-pane.active {
    visibility: visible;
    height: auto;
  }
  .facility .facility-addons .tab-content .tab-pane.active .content {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .facility .facility-addons .tab-content .tab-pane .content {
    width: 100%;
    opacity: 0;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    -o-transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
}

/*  
    ----------------------------------
    33. Booking
    ----------------------------------
*/
.booking {
  padding-top: 0;
}

.booking.booking-inner {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .booking.booking-inner {
    margin-top: -175px;
    z-index: 9;
    position: relative;
    color: white;
  }
  .booking.booking-inner .booking-wrapper {
    position: relative;
  }
  .booking.booking-inner .booking-wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}

@media (max-width: 991px) {
  .booking.booking-inner .booking-wrapper {
    background-color: #5c6046;
    color: white;
  }
}

.booking.booking-light-theme .booking-wrapper {
  border-bottom: 1px solid #dddddd;
}

.booking.booking-default-theme {
  padding-bottom: 0;
  color: white;
  background-color: #5c6046;
}

.booking.booking-default-theme .section-header .title {
  color: white;
  text-align: center;
}

.booking .section-header {
  padding-top: 15px;
  padding-bottom: 0;
  background-color: transparent;
}

.booking .section-header span {
  font-size: 100%;
  color: inherit;
}

@media (min-width: 768px) {
  .booking .section-header {
    padding-top: 30px;
  }
}

@media (min-width: 992px) {
  .booking .section-header {
    padding-top: 35px;
  }
}

@media (min-width: 1200px) {
  .booking .section-header {
    padding-top: 40px;
  }
}

.booking .booking-wrapper {
  padding: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
}

.booking .booking-wrapper .datepicker,
.booking .booking-wrapper .qty-result {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-indent: -99999px;
  border: 0;
  outline: none;
  cursor: pointer;
  z-index: 9;
}

.booking .booking-wrapper .date {
  position: relative;
  display: inline-block;
  padding-right: 30px;
}

.booking .booking-wrapper .date:after {
  font-family: "LinearIcons";
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-weight: normal;
  font-stretch: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\e87a";
  position: absolute;
  left: 100%;
  top: 50%;
  font-size: 30px;
  margin-top: -12px;
}

.booking .booking-wrapper .date .day {
  font-size: 40px;
  line-height: 40px;
}

.booking .booking-wrapper .date .year {
  display: none;
}

.booking .booking-wrapper .guests input {
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.booking .booking-wrapper .guests .qty-result-text {
  font-size: 40px;
  line-height: 40px;
}

@media (min-width: 992px) {
  .booking .booking-wrapper .guests .qty-result-text {
    font-size: 80px;
    line-height: 50px;
  }
}

.booking .booking-wrapper .guests input::-webkit-outer-spin-button,
.booking .booking-wrapper .guests input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.booking .booking-wrapper .guests .guest-list {
  display: none;
  background-color: white;
  position: fixed;
  z-index: 99999;
  margin: 0;
  padding: 0;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
}

.booking .booking-wrapper .guests .guest-list li {
  color: #3a3d45;
  padding: 0;
  list-style-type: none;
  padding: 10px 0;
}

.booking .booking-wrapper .guests .guest-list li.header,
.booking .booking-wrapper .guests .guest-list li.footer {
  background-color: #5c6046;
  color: white;
  padding: 20px 15px;
}

.booking .booking-wrapper .guests .guest-list li.header .qty-apply,
.booking .booking-wrapper .guests .guest-list li.footer .qty-apply {
  font-size: 70%;
  padding: 4px;
  border: 1px solid #006a9f;
  cursor: pointer;
  float: right;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.booking .booking-wrapper .guests .guest-list li div {
  font-size: large;
  float: left;
}

.booking .booking-wrapper .guests .guest-list li div:nth-child(1) {
  width: 20%;
  padding-left: 10px;
}

.booking .booking-wrapper .guests .guest-list li div:nth-child(2) {
  width: 40%;
}

.booking .booking-wrapper .guests .guest-list li div:nth-child(2) span {
  font-size: 18px;
  padding: 3px 10px;
  display: inline-block;
  font-weight: 300;
}

.booking .booking-wrapper .guests .guest-list li div:nth-child(2) span small {
  display: block;
  font-weight: 200;
}

.booking .booking-wrapper .guests .guest-list li div:nth-child(3) {
  width: 40%;
  text-align: right;
  padding-right: 10px;
  padding-top: 5px;
}

.booking .booking-wrapper .guests .guest-list li div > span {
  font-size: 70%;
}

.booking .booking-wrapper .guests .guest-list li .qty-amount {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #dddddd;
  border-radius: 100%;
  font-weight: 500;
}

.booking .booking-wrapper .guests .guest-list li .qty-btn {
  border: 2px solid #dddddd;
  border-radius: 100%;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 30px;
  margin-left: 7px;
  outline: none;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.booking .booking-wrapper .guests .guest-list li .qty-btn:hover {
  background-color: #5c6046;
  color: white;
  border-color: #5c6046;
}

@media (min-width: 768px) {
  .booking .booking-wrapper .guests .guest-list {
    position: absolute;
    width: auto;
    min-width: 350px;
    left: 0;
    top: 93px;
  }
}

@media (min-width: 992px) {
  .booking .booking-wrapper .guests .guest-list {
    top: 108px;
  }
}

.booking .booking-wrapper .date,
.booking .booking-wrapper .guests {
  position: relative;
  padding-top: 20px;
}

.booking .booking-wrapper .date .date-value,
.booking .booking-wrapper .guests .date-value {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Playfair Display", serif;
}

.booking .booking-wrapper .date:before,
.booking .booking-wrapper .guests:before {
  position: absolute;
  content: attr(data-text);
  left: 0;
  top: 0;
}

.booking .booking-wrapper .date:hover .date-value,
.booking .booking-wrapper .guests:hover .date-value {
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}

.booking .booking-wrapper .btn {
  display: block;
  padding: 20px;
  width: 100%;
  font-size: 150%;
  text-transform: none;
}

.booking .booking-wrapper .btn small {
  display: block;
  font-size: 50%;
}

@media (min-width: 992px) {
  .booking .booking-wrapper .text-size,
  .booking .booking-wrapper .date .day,
  .booking .booking-wrapper .guests .qty-result {
    font-size: 80px;
    line-height: 50px;
  }
  .booking .booking-wrapper {
    padding: 40px;
  }
  .booking .booking-wrapper .date .month {
    display: inline-block;
  }
  .booking .booking-wrapper .guests .qty-result {
    height: 80px;
  }
  .booking .booking-wrapper .btn {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .booking .booking-wrapper .date {
    padding-right: 0;
  }
  .booking .booking-wrapper .date:after {
    display: none;
  }
  .booking .booking-wrapper .btn {
    margin-top: 15px;
  }
}

@media (max-width: 991px) {
  .booking .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/*  
    ----------------------------------
    34. Datepicker
    ----------------------------------
*/
.ui-datepicker {
  z-index: 10009 !important;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background-color: #5c6046;
}

.ui-datepicker .ui-datepicker-title {
  background-color: #5c6046;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 767px) {
  .ui-datepicker {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    top: 0 !important;
    margin-top: 0 !important;
    position: fixed !important;
  }
}

/*  
    ----------------------------------
    35. Rooms
    ----------------------------------
*/
.rooms {
  background-color: #eeeeee;
}

.rooms.rooms-widget {
  position: relative;
}

.rooms.rooms-widget:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background-color: #5c6046;
  background-image: url("../assets/images/odaindexbg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  z-index: 0;
}

.rooms.rooms-widget:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: rgba(16, 21, 18, 0.35);
  z-index: 0;
  pointer-events: none;
}

.rooms.rooms-widget > * {
  position: relative;
  z-index: 1;
}

.rooms.rooms-category {
  background-color: transparent;
}

.rooms.rooms-inner {
  background-color: #eeeeee;
}

.rooms.rooms-inner:before {
  height: 77%;
  background-color: inherit;
}

.rooms.rooms-inner article .details {
  background-color: white;
}

@media (min-width: 768px) {
  .rooms.rooms-inner {
    background-color: transparent;
    margin-top: -150px;
    padding-top: 0;
  }
  .rooms.rooms-inner:before {
    background-color: #eeeeee;
  }
  .rooms.rooms-inner .section-header {
    padding-bottom: 20px;
    color: white;
  }
  .rooms.rooms-inner .section-header .title,
  .rooms.rooms-inner .section-header .title span {
    color: white;
    font-size: 22px;
  }
}

.rooms article {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 40px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.rooms article .image {
  position: relative;
}

.rooms article .image img {
  width: 100%;
}

.rooms article .image .room-facility {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rooms article .details {
  padding: 15px;
  background-color: #eeeeee;
}

.rooms article .details .text {
  margin-bottom: 15px;
}

.rooms article .details .text .title {
  margin-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: none;
}

.rooms article .details .text p {
  margin-bottom: 0;
}

.rooms article .details .book {
  display: table;
  width: 100%;
}

.rooms article .details .book > div {
  display: table-cell;
  vertical-align: middle;
}

.rooms article .details .book > div:nth-child(2) {
  padding-left: 15px;
  font-size: 80%;
  text-align: right;
}

.rooms article .details .book > div > .price {
  display: block;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

@media (min-width: 767px) {
  .rooms article {
    margin-bottom: 30px;
  }
  .rooms article .details {
    padding: 30px;
  }
  .rooms article:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}

@media (min-width: 991px) {
  .rooms article {
    margin-bottom: 40px;
  }
  .rooms article .details {
    padding: 20px;
  }
}

@media (min-width: 1199px) {
  .rooms article {
    margin-bottom: 40px;
  }
  .rooms article .details {
    padding: 35px;
  }
}

/*  
    ----------------------------------
    36. Room
    ----------------------------------
*/
@media (max-width: 991px) {
  .room .room-gallery {
    margin-top: -20px;
  }
  .room .room-gallery .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.room .room-block {
  padding-top: 40px;
}

.room .room-block.room-aminities figure {
  text-align: center;
  margin-bottom: 15px;
}

.room .room-block.room-aminities figure .hotelicon {
  font-size: 50px;
}

.room .room-block.room-aminities figure p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0;
}

.room .room-block .box {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}

.room .room-block .box:last-child {
  border-bottom: 0;
}

.room .room-pricing .pricing-intro {
  max-width: 760px;
  margin: 0 auto 35px;
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
  color: #5e564c;
}

.room .price-showcase {
  position: relative;
  padding: 30px 20px;
  border-radius: 28px;
  background: linear-gradient(135deg, #fbf7ef 0%, #ffffff 48%, #f3ecdf 100%);
  box-shadow: 0 25px 70px rgba(34, 34, 34, 0.08);
  overflow: hidden;
}

.room .price-showcase:before {
  content: "";
  position: absolute;
  top: -60px;
  right: -40px;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  background: rgba(181, 142, 62, 0.12);
}

.room .price-card {
  position: relative;
  height: 100%;
  margin-bottom: 30px;
  padding: 28px 24px;
  border: 1px solid rgba(181, 142, 62, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(43, 36, 24, 0.08);
}

.room .price-card-featured {
  background: linear-gradient(160deg, #ffffff 0%, #fcf4e6 100%);
  border-color: rgba(181, 142, 62, 0.35);
}

.room .price-card-header {
  margin-bottom: 20px;
}

.room .price-card-header h3 {
  margin: 12px 0 0;
  font-size: 28px;
  line-height: 1.3;
}

.room .price-badge {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background-color: #2f3225;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.room .price-row {
  display: table;
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid #eee4d2;
}

.room .price-row:last-child {
  border-bottom: 0;
}

.room .price-row span,
.room .price-row strong {
  display: table-cell;
  vertical-align: middle;
}

.room .price-row span {
  font-size: 15px;
  color: #63594d;
}

.room .price-row strong {
  text-align: right;
  font-size: 24px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #1f1d19;
}

.room .price-note-strip {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  padding: 22px 24px;
  border-radius: 20px;
  background: #2f3225;
  color: #ffffff;
}

.room .price-note-item {
  padding: 10px 0;
}

.room .price-note-item + .price-note-item {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.room .note-label {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}

.room .price-note-item strong {
  font-size: 18px;
  font-weight: 500;
  color: #f6ead2;
}

.room .price-showcase-table {
  padding: 34px 24px;
}

.room .price-table-shell {
  position: relative;
  z-index: 1;
}

.room .price-table-headline {
  margin-bottom: 26px;
  text-align: center;
}

.room .price-table-kicker {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(47, 50, 37, 0.08);
  color: #2f3225;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.room .price-table-headline h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.35;
  color: #1f1d19;
}

.room .price-table-wrap {
  border: 1px solid rgba(181, 142, 62, 0.24);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 50px rgba(43, 36, 24, 0.08);
  overflow: hidden;
}

.room .price-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.room .price-table thead {
  background: #2f3225;
}

.room .price-table th,
.room .price-table td {
  padding: 22px 24px;
  border-bottom: 1px solid #eee4d2;
}

.room .price-table thead th {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.room .price-table thead th:first-child {
  width: 34%;
  text-align: left;
}

.room .price-table thead .is-featured {
  color: #f7dca3;
}

.room .price-table tbody th {
  background: rgba(250, 247, 241, 0.7);
  color: #4c4338;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}

.room .price-table tbody td {
  text-align: center;
}

.room .price-table tbody tr:last-child th,
.room .price-table tbody tr:last-child td {
  border-bottom: 0;
}

.room .price-table tbody td strong {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  line-height: 1.2;
  color: #1f1d19;
}

.room .price-table tbody td:first-of-type {
  background: linear-gradient(180deg, rgba(255, 250, 241, 0.95) 0%, rgba(249, 241, 226, 0.95) 100%);
}

.room .price-table tbody td:first-of-type strong {
  color: #8f6a23;
}

.room .price-table-massage tbody td:first-of-type {
  background: #ffffff;
}

.room .price-table-massage tbody td:first-of-type strong {
  color: #1f1d19;
}

.room .price-table-massage tbody td:last-of-type {
  background: linear-gradient(180deg, rgba(255, 250, 241, 0.95) 0%, rgba(249, 241, 226, 0.95) 100%);
}

.room .price-table-massage tbody td:last-of-type strong {
  color: #8f6a23;
}

.room .price-note-strip-table {
  margin-top: 18px;
}

.room .price-table-section-row th {
  padding: 18px 24px;
  background: #efe1bf;
  color: #2f3225;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.room .price-note-strip-list {
  display: block;
}

.room .price-note-strip-list .price-note-item {
  display: block;
  width: 100%;
  padding: 0;
}

.room .price-note-strip-list .price-note-item + .price-note-item {
  border-left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.room .price-footnotes {
  margin: 0;
  padding-left: 20px;
}

.room .price-footnotes li {
  margin-bottom: 8px;
  color: #f6ead2;
  font-size: 15px;
  line-height: 1.7;
}

.room .price-footnotes li:last-child {
  margin-bottom: 0;
}

.room .room-pricing-notes .box p {
  margin-bottom: 0;
}

.room .room-capacities {
  padding-top: 20px;
}

.room .meeting-tabs-shell {
  padding: 24px;
  border-radius: 30px;
  background: linear-gradient(180deg, #fbf8f1 0%, #ffffff 100%);
  border: 1px solid #ece4d6;
  box-shadow: 0 24px 60px rgba(34, 34, 34, 0.08);
}

.room .meeting-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 22px;
  padding: 0;
  border-bottom: 0;
}

.room .meeting-tabs > li {
  float: none;
  margin: 0;
}

.room .meeting-tabs > li > a {
  min-width: 145px;
  margin: 0;
  padding: 14px 18px;
  border: 1px solid #e7decd;
  border-radius: 18px;
  background: #ffffff;
  color: #433b32;
  box-shadow: 0 12px 24px rgba(43, 36, 24, 0.05);
}

.room .meeting-tabs > li > a:hover,
.room .meeting-tabs > li > a:focus,
.room .meeting-tabs > li.active > a,
.room .meeting-tabs > li.active > a:hover,
.room .meeting-tabs > li.active > a:focus {
  border: 1px solid #caae6f;
  background: #2f3225;
  color: #ffffff;
}

.room .meeting-tab-eyebrow {
  display: block;
  margin-bottom: 6px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.72;
}

.room .meeting-tabs strong {
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.room .meeting-tab-content {
  padding: 0;
}

.room .meeting-hall-panel {
  padding: 8px 0 0;
}

.room .meeting-hall-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.room .meeting-hall-copy {
  flex: 1 1 55%;
}

.room .meeting-hall-badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(181, 142, 62, 0.14);
  color: #8f6a23;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.room .meeting-hall-copy h3 {
  margin: 0 0 14px;
  font-size: 34px;
  line-height: 1.2;
}

.room .meeting-hall-copy p {
  margin: 0;
  color: #5f574d;
  line-height: 1.8;
}

.room .meeting-hall-metrics {
  flex: 0 0 235px;
  display: grid;
  gap: 12px;
}

.room .meeting-hall-metric {
  padding: 16px 18px;
  border-radius: 18px;
  background: #fffdf9;
  border: 1px solid #ece2d0;
}

.room .meeting-hall-metric span {
  display: block;
  margin-bottom: 6px;
  color: #7b6e5e;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.room .meeting-hall-metric strong {
  color: #1f1d19;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  line-height: 1.15;
}

.room .meeting-hall-body {
  display: flex;
  gap: 22px;
  align-items: stretch;
}

.room .meeting-hall-plan {
  flex: 1 1 58%;
  min-height: 340px;
  padding: 14px;
  position: relative;
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f2e8 100%);
  border: 1px solid #e9dfcf;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
  overflow: hidden;
  cursor: zoom-in;
}

.room .meeting-plan-lightbox {
  display: block;
  width: 100%;
  height: 100%;
}

.room .meeting-plan-image {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: contain;
  border-radius: 18px;
  background: #ffffff;
}

.room .meeting-hall-plan.is-zoom-ready:after {
  content: "Detay icin tikla";
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(47, 50, 37, 0.82);
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.92;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.room .meeting-hall-plan.is-zoom-active:after {
  opacity: 0;
}

.room .meeting-plan-zoom-pane {
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
  height: 190px;
  border-radius: 24px;
  border: 1px solid rgba(181, 142, 62, 0.35);
  background-color: #ffffff;
  background-repeat: no-repeat;
  box-shadow: 0 18px 34px rgba(43, 36, 24, 0.24);
  opacity: 0;
  transform: scale(0.92);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
  pointer-events: none;
  z-index: 3;
}

.room .meeting-hall-plan.is-zoom-active .meeting-plan-zoom-pane {
  opacity: 1;
  transform: scale(1);
}

.room .meeting-layout-grid {
  flex: 0 0 290px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.room .meeting-layout-grid-compact {
  grid-template-columns: 1fr;
}

.room .meeting-layout-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 170px;
  padding: 14px 16px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #ece2d0;
  box-shadow: 0 12px 24px rgba(43, 36, 24, 0.05);
  overflow: hidden;
  text-align: center;
}

.room .meeting-layout-card h4 {
  margin: 0 0 4px;
  font-size: 17px;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.room .meeting-layout-card p {
  margin: 0;
  color: #7a6d5d;
  font-size: 14px;
  line-height: 1.5;
}

.room .meeting-layout-copy {
  /* flex: 1 1 auto; */
  min-width: 0;
  width: 100%;
}

.room .layout-icon-image {
  display: block;
  width: 120px;
  height: 90px;
  padding: 8px;
  border-radius: 16px;
  object-fit: contain;
}

.room .meeting-hall-tech-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.room .meeting-hall-tech-list span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #2f3225;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.room .meeting-tabs-note {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(47, 50, 37, 0.05);
  color: #62584a;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .room .room-block {
    padding-top: 70px;
  }
  .room .room-block figure {
    margin-bottom: 0;
  }
  .room .room-block figure .hotelicon {
    font-size: 50px;
  }
  .room .price-showcase {
    padding: 45px;
  }
  .room .meeting-tabs-shell {
    padding: 32px;
  }
  .room .price-showcase-table {
    padding: 42px;
  }
  .room .price-note-strip {
    display: table;
    width: 100%;
  }
  .room .price-note-item {
    display: table-cell;
    width: 50%;
    padding: 0 18px;
    vertical-align: middle;
  }
  .room .price-note-item + .price-note-item {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
  }
  .room .price-note-strip-list .price-note-item + .price-note-item {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }
}

@media (max-width: 767px) {
  .room .meeting-tabs-shell {
    padding: 18px 14px;
    border-radius: 24px;
  }
  .room .meeting-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
    margin-bottom: 18px;
  }
  .room .meeting-tabs > li {
    flex: 0 0 auto;
  }
  .room .meeting-tabs > li > a {
    min-width: 136px;
    padding: 12px 14px;
  }
  .room .meeting-tabs strong {
    font-size: 16px;
  }
  .room .meeting-hall-header,
  .room .meeting-hall-body {
    display: block;
  }
  .room .meeting-hall-copy h3 {
    font-size: 28px;
  }
  .room .meeting-hall-metrics {
    margin-top: 16px;
    grid-template-columns: 1fr;
  }
  .room .meeting-hall-plan {
    min-height: auto;
    margin-bottom: 16px;
    padding: 10px;
    border-radius: 20px;
  }
  .room .meeting-plan-image {
    aspect-ratio: 4 / 3;
    border-radius: 14px;
    height: auto;
    object-fit: contain;
  }
  .room .meeting-hall-plan.is-zoom-ready:after,
  .room .meeting-plan-zoom-pane {
    display: none;
  }
  .room .meeting-layout-grid {
    grid-template-columns: 1fr;
  }
  .room .meeting-layout-card {
    min-height: 152px;
    padding: 12px 14px;
  }
  .room .layout-icon-image {
    flex-basis: 56px;
    width: 56px;
    height: 56px;
    padding: 7px;
  }
  .room .meeting-hall-tech-list span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .room .price-showcase-table {
    padding: 20px 14px;
  }
  .room .price-table-headline {
    margin-bottom: 18px;
  }
  .room .price-table-headline h3 {
    font-size: 24px;
  }
  .room .price-table-wrap {
    border-radius: 18px;
    background: transparent;
    box-shadow: none;
    border: 0;
  }
  .room .price-table,
  .room .price-table thead,
  .room .price-table tbody,
  .room .price-table th,
  .room .price-table td,
  .room .price-table tr {
    display: block;
    width: 100%;
  }
  .room .price-table thead {
    display: none;
  }
  .room .price-table tbody tr {
    margin-bottom: 16px;
    border: 1px solid rgba(181, 142, 62, 0.24);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 35px rgba(43, 36, 24, 0.08);
    overflow: hidden;
  }
  .room .price-table tbody tr:last-child {
    margin-bottom: 0;
  }
  .room .price-table tbody th,
  .room .price-table tbody td {
    border-bottom: 1px solid #eee4d2;
  }
  .room .price-table tbody th {
    padding: 18px 18px 14px;
    font-size: 20px;
  }
  .room .price-table tbody td {
    position: relative;
    padding: 14px 18px 14px 136px;
    text-align: left;
    background: #ffffff;
  }
  .room .price-table tbody td:before {
    content: attr(data-label);
    position: absolute;
    top: 14px;
    left: 18px;
    width: 102px;
    color: #7c6a55;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .room .price-table tbody td strong {
    font-size: 24px;
  }
  .room .price-table-section-row {
    display: block;
    margin-bottom: 16px;
    border: 1px solid rgba(181, 142, 62, 0.24);
    border-radius: 18px;
    overflow: hidden;
  }
  .room .price-table-section-row th {
    display: block;
    padding: 16px 18px;
    border-bottom: 0;
    font-size: 13px;
  }
  .room .price-table tbody tr td:last-child {
    border-bottom: 0;
  }
  .room .price-footnotes {
    padding-left: 18px;
  }
  .room .price-footnotes li {
    font-size: 14px;
    line-height: 1.65;
  }
  .room .price-card-header h3 {
    font-size: 24px;
  }
  .room .price-row span,
  .room .price-row strong {
    display: block;
    text-align: left;
  }
  .room .price-row strong {
    margin-top: 8px;
    font-size: 22px;
  }
  .room .price-note-item strong {
    display: block;
    line-height: 1.6;
  }
}

.room .room-overview .title {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.room .room-overview .title:before,
.room .room-overview .title:after {
  content: "";
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #dddddd;
}

.room .room-overview .title:before {
  bottom: -25px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.room .room-overview .title:after {
  bottom: -20px;
  width: 60px;
  height: 1px;
}

@media (min-width: 768px) {
  .room .room-overview .title {
    margin-bottom: 70px;
  }
  .room .room-overview .title:before {
    bottom: -35px;
  }
  .room .room-overview .title:after {
    bottom: -30px;
    width: 100px;
  }
}

/*  
    ----------------------------------
    37. Gallery
    ----------------------------------
*/
.gallery {
  position: relative;
  padding: 0;
}

.gallery .section-header {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  width: 100%;
  min-height: 30%;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 40px;
  z-index: 999;
  text-align: center;
}

.gallery .section-header,
.gallery .section-header .title {
  color: white;
}

.gallery .section-header .title span {
  color: white;
}

.gallery .section-header p {
  color: #b58e3e;
}

.gallery .item {
  background-position: center;
  background-size: cover;
}

.gallery .owl-controls .owl-buttons > div {
  /*background-color: $color-base;*/
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  -webkit-transform: scale(3);
  transform: scale(3);
}

.gallery .owl-controls .owl-buttons .owl-next {
  right: 50px;
}

.gallery .owl-controls .owl-buttons .owl-prev {
  left: 50px;
}

/*  
    ----------------------------------
    39. Cards
    ----------------------------------
*/
.cards {
  position: relative;
  border-top: 1px solid #eeeeee;
}

.cards.cards-block {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
}

.room-photo-gallery {
  padding: 40px 0 70px;
  background: linear-gradient(180deg, #faf8f2 0%, #ffffff 100%);
}

.room-photo-gallery .section-header {
  margin-bottom: 35px;
}

.room-photo-gallery .section-header p {
  max-width: 720px;
  margin: 0 auto;
}

.room-photo-gallery .room-gallery-panel {
  padding: 18px;
  border-radius: 26px;
  background: #fbfaf6;
  border: 1px solid #ece6d9;
  box-shadow: 0 18px 45px rgba(34, 34, 34, 0.08);
}

.room-photo-gallery .room-photo-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.room-photo-gallery .room-photo-item {
  grid-column: span 3;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 18px;
  background: #e9e4da;
  box-shadow: 0 10px 24px rgba(41, 34, 24, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.room-photo-gallery .room-photo-item:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.04) 0%, rgba(17, 17, 17, 0.18) 100%);
  opacity: 1;
  z-index: 1;
  transition: opacity 0.3s ease;
}

.room-photo-gallery .room-photo-item:hover:before {
  opacity: 0.7;
}

.room-photo-gallery .room-photo-item:after {
  content: "\f00e";
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.82);
  color: #2f3225;
  font-family: "FontAwesome";
  font-size: 14px;
  opacity: 0;
  transform: translateY(6px);
  transition: all 0.3s ease;
}

.room-photo-gallery .room-photo-item:hover:after {
  opacity: 1;
  transform: translateY(0);
}

.room-photo-gallery .room-photo-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.45s ease;
}

.room-photo-gallery .room-photo-item:hover img {
  transform: scale(1.04);
}

.cards figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.cards figure figcaption {
  position: relative;
  background-position: center;
  background-size: cover;
  -moz-transition: all 5s;
  -o-transition: all 5s;
  -webkit-transition: all 5s;
  transition: all 5s;
}

.cards figure figcaption img {
  width: 100%;
}

.cards figure figcaption:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #5c6046;
  opacity: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cards figure.active figcaption {
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.cards figure.active figcaption:before {
  opacity: 0.8;
}

.cards figure .btn {
  position: absolute;
  top: 70%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cards figure.active .btn {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
}

@media (min-width: 768px) {
  .cards figure figcaption {
    min-height: 360px;
  }
  .cards figure figcaption img {
    display: none;
  }
  .cards figure .btn {
    top: 80%;
  }
}

@media (max-width: 767px) {
  .room-photo-gallery {
    padding: 25px 0 50px;
  }
  .room-photo-gallery .room-gallery-panel {
    padding: 14px;
    border-radius: 22px;
  }
  .room-photo-gallery .room-photo-grid {
    gap: 12px;
  }
  .room-photo-gallery .room-photo-item {
    grid-column: span 6;
  }
}

@media (max-width: 479px) {
  .room .meeting-tabs > li > a {
    min-width: 124px;
  }
  .room-photo-gallery .room-photo-item {
    grid-column: span 12;
  }
}

/* ======================================== */
/* Compact Meeting Hall Layout Styles       */
/* ======================================== */

.room .meeting-hall-panel.compact {
  padding: 20px;
}

.room .meeting-hall-panel.compact .meeting-hall-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ece2d0;
}

.room .meeting-hall-panel.compact .meeting-hall-copy {
  flex: 1;
  min-width: 0;
}

.room .meeting-hall-panel.compact .meeting-hall-copy h3 {
  font-size: 18px;
  margin-bottom: 4px;
}

.room .meeting-hall-panel.compact .meeting-hall-copy p {
  font-size: 13px;
  line-height: 1.4;
  color: #7a6d5d;
  margin: 0;
}

.room .meeting-hall-panel.compact .meeting-hall-metrics {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.room .meeting-hall-panel.compact .meeting-hall-metric {
  padding: 6px 10px;
  background: rgba(47, 50, 37, 0.08);
  border-radius: 6px;
  font-size: 12px;
}

.room .meeting-hall-panel.compact .meeting-hall-metric span {
  color: #7a6d5d;
  margin-right: 4px;
}

.room .meeting-hall-panel.compact .meeting-hall-metric strong {
  color: #2f3225;
  font-weight: 600;
}

.room .meeting-layout-grid.compact {
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin-bottom: 14px;
}

.room .meeting-layout-grid.compact .meeting-layout-card {
  min-height: auto;
  padding: 10px 6px;
  border-radius: 10px;
  box-shadow: none;
  border: 1px solid #f0e8d8;
}

.room .meeting-layout-grid.compact .meeting-layout-card h4 {
  font-size: 12px;
  margin-bottom: 2px;
}

.room .meeting-layout-grid.compact .meeting-layout-card p {
  font-size: 13px;
  color: #2f3225;
  font-weight: 600;
}

.room .meeting-hall-panel.compact .meeting-hall-tech-list {
  display: block;
  margin-top: 0;
  padding: 10px 14px;
  background: rgba(47, 50, 37, 0.06);
  border-radius: 8px;
  font-size: 12px;
  color: #5a4d3d;
  line-height: 1.5;
}

/* Mobile responsive for compact layout */
@media (max-width: 767px) {
  .room .meeting-hall-panel.compact .meeting-hall-header {
    flex-direction: column;
    align-items: stretch;
  }

  .room .meeting-hall-panel.compact .meeting-hall-metrics {
    justify-content: center;
  }

  .room .meeting-layout-grid.compact {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 479px) {
  .room .meeting-layout-grid.compact {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*  
    ----------------------------------
    47. About
    ----------------------------------
*/
.about {
  background-color: white;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.about img {
  width: 100%;
  height: auto;
}

.about .text-block .image {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 35px 0;
}

@media (min-width: 768px) {
  .about .text-block .image {
    margin: 35px 0;
  }
}

.about .text-block .image > img {
  width: 100%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.about .text-block .image .caption {
  position: absolute;
  left: 40px;
  bottom: 40px;
  color: white;
}

.about .text-block .image:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid #dddddd;
  -moz-transform: scale(0.95, 0.93);
  -ms-transform: scale(0.95, 0.93);
  -o-transform: scale(0.95, 0.93);
  -webkit-transform: scale(0.95, 0.93);
  transform: scale(0.95, 0.93);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.about .text-block .image:hover:after {
  border-color: #b58e3e;
}

.about .text-block .image:hover > img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.about .text-block .text .gallery {
  margin: 15px 0;
}

.about .text-block .text .gallery .item {
  min-height: 220px;
}

@media (min-width: 768px) {
  .about .text-block .text .gallery {
    margin: 40px 0;
  }
}

.about .text-block h2 {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .about .text-block h2 {
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .about .text-block h2 {
    margin-top: 70px;
  }
}

/*  ----------------------------------
    49. Footer
    ----------------------------------
*/
footer {
  padding: 40px 0 0 0;
  background-color: #464838;
  color: white;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='152' height='152' viewBox='0 0 152 152'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='temple' fill='%23434343' fill-opacity='0.7'%3E%3Cpath d='M152 150v2H0v-2h28v-8H8v-20H0v-2h8V80h42v20h20v42H30v8h90v-8H80v-42h20V80h42v40h8V30h-8v40h-42V50H80V8h40V0h2v8h20v20h8V0h2v150zm-2 0v-28h-8v20h-20v8h28zM82 30v18h18V30H82zm20 18h20v20h18V30h-20V10H82v18h20v20zm0 2v18h18V50h-18zm20-22h18V10h-18v18zm-54 92v-18H50v18h18zm-20-18H28V82H10v38h20v20h38v-18H48v-20zm0-2V82H30v18h18zm-20 22H10v18h18v-18zm54 0v18h38v-20h20V82h-18v20h-20v20H82zm18-20H82v18h18v-18zm2-2h18V82h-18v18zm20 40v-18h18v18h-18zM30 0h-2v8H8v20H0v2h8v40h42V50h20V8H30V0zm20 48h18V30H50v18zm18-20H48v20H28v20H10V30h20V10h38v18zM30 50h18v18H30V50zm-2-40H10v18h18V10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

footer a {
  color: white;
}

footer a:hover {
  color: rgba(255, 255, 255, 0.6);
}

footer .footer-left,
footer .footer-right {
  text-align: center;
}

@media (min-width: 768px) {
  footer .footer-left {
    text-align: left;
  }
  footer .footer-right {
    text-align: right;
  }
}

footer .footer-social .icons {
  margin-top: 40px;
}

footer .footer-social .icons ul {
  margin: 0;
  padding: 0;
}

footer .footer-social .icons ul > li {
  list-style-type: none;
  display: inline-block;
}

footer .footer-social .icons ul > li > a {
  padding: 5px;
}

footer .footer-social .copyright {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

html {
  scroll-behavior: smooth;
}
.owl-slider-header .item {
  position: relative;
  height: 100vh;
  min-height: 100vh;
}
.owl-slider-header.owl-slider-fullscreen {
  height: 100vh;
}
.owl-slider-header .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(52 54 43 / 71%);
  z-index: 1;
}
.owl-slider-header .item .box {
  position: relative;
  z-index: 2;
}
.language-switch {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgb(255 255 255 / 35%);
  border-radius: 999px;
  overflow: hidden;
  margin-left: 10px;
}
.language-switch a {
  display: inline-block;
  padding: 4px 10px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgb(255 255 255 / 78%);
  line-height: 1;
}
.language-switch a + a {
  border-left: 1px solid rgb(255 255 255 / 25%);
}
.language-switch a.active {
  background-color: rgb(255 255 255 / 14%);
  color: #fff;
}
.language-switch a:hover,
.language-switch a:focus {
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav.navigation-main .logo .logo-desktop {
    height: 70%;
    width: auto;
    margin: 40px 43px;
  }
}

/* === About Grid === */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 30px 0 50px;
}
.about-grid-text p {
  font-size: 15px;
  line-height: 1.85;
  color: #555;
  margin-bottom: 18px;
}
.about-grid-text p:last-child {
  margin-bottom: 0;
}

/* === Video Block === */
.video-play-block {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}
.video-play-block:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.28);
}
.video-play-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 320px;
  transition: transform 0.6s ease;
}
.video-play-block:hover img {
  transform: scale(1.06);
}
.video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.55) 100%);
  transition: background 0.35s ease;
}
.video-play-block:hover .video-overlay {
  background: linear-gradient(160deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
}

/* === Play Button with Pulse Ring === */
.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
  z-index: 2;
}
.video-play-btn::before,
.video-play-btn::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  animation: videoRipple 2.2s ease-out infinite;
}
.video-play-btn::after {
  inset: -16px;
  animation-delay: 0.6s;
}
@keyframes videoRipple {
  0% {
    transform: scale(0.85);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.video-play-btn i {
  font-size: 28px;
  color: #333;
  margin-left: 5px;
  transition: color 0.3s ease;
}
.video-play-block:hover .video-play-btn {
  transform: translate(-50%, -50%) scale(1.15);
  box-shadow: 0 14px 50px rgba(0, 0, 0, 0.35);
  background: #fff;
}
.video-play-block:hover .video-play-btn i {
  color: #c0392b;
}

/* === Floating Label === */
.video-play-label {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  z-index: 2;
  animation: labelFloat 3s ease-in-out infinite;
}
@keyframes labelFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
@media (max-width: 767px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .video-play-block img {
    min-height: 240px;
  }

  footer .footer-social .icons {
    text-align: center;
  }
}

/* Foto Galery */

.about .text-block .image {
  margin: 0 !important;
}

.facility-addons.facility-addons-top .nav-tabs {
  position: static;
  width: auto;
  left: auto;
  top: auto;
  margin-bottom: 20px;
}

.facility-addons.facility-addons-top .nav-tabs > li {
  float: none;
  display: inline-block;
}

.facility-addons.pro-gallery-tabs .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.facility-addons.pro-gallery-tabs .nav-tabs > li {
  margin: 0;
}

.facility-addons.pro-gallery-tabs .nav-tabs > li > a {
  border: 1px solid #d7d4c9;
  background: #fff;
  padding: 12px 16px;
  color: #3f3b2b;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.facility-addons.pro-gallery-tabs .nav-tabs > li > a:hover,
.facility-addons.pro-gallery-tabs .nav-tabs > li.active > a,
.facility-addons.pro-gallery-tabs .nav-tabs > li.active > a:focus,
.facility-addons.pro-gallery-tabs .nav-tabs > li.active > a:hover {
  background: #5c6046;
  color: #fff;
  border-color: #5c6046;
}

.facility-addons.pro-gallery-tabs .nav-tabs > li > a:before {
  display: none;
}

.facility-addons.pro-gallery-tabs .tab-content {
  padding: 10px 0 25px;
}

.pro-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.pro-gallery-item {
  grid-column: span 3;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #e9e8e2;
}

.pro-gallery-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.35s ease;
}

.pro-gallery-item .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

span .caption {
  display: none;
}

.pro-gallery-item:hover img {
  transform: scale(1.06);
}

@media (max-width: 991px) {
  .pro-gallery-item {
    grid-column: span 4;
  }
}

@media (max-width: 767px) {
  .facility-addons.pro-gallery-tabs .nav-tabs {
    gap: 8px;
  }

  .facility-addons.pro-gallery-tabs .nav-tabs > li > a {
    padding: 10px 12px;
    font-size: 12px;
  }

  .pro-gallery-item {
    grid-column: span 6;
  }
}

@media (max-width: 479px) {
  .pro-gallery-item {
    grid-column: span 12;
  }
}

/* KVKK */

.kvkk-links {
  margin: 25px 0 40px;
}

.kvkk-links .kvkk-item {
  margin-bottom: 18px;
}

.kvkk-links .kvkk-link {
  display: block;
  padding: 18px 24px;
  border: 1px solid #d9c39a;
  border-left: 4px solid #a8894f;
  background: #fbf8f1;
  color: #2f2f2f;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 1.7;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease;
}

.kvkk-links .kvkk-link:hover,
.kvkk-links .kvkk-link:focus {
  background: #f2eadb;
  color: #000;
  text-decoration: none;
}

.kvkk-links .kvkk-link i {
  margin-right: 12px;
  color: #a8894f;
}

.kvkk-links .kvkk-note {
  margin-top: 10px;
  color: #777;
  font-size: 13px;
}
