html,body
{
 font-family: 'Catamaran', sans-serif;
 width: 100%;
 overflow-x: hidden;

}

.main{
  position: relative;
  background: url(../images/bg.png);
  background-repeat:repeat;
}
.modal-open {padding-right: 0px !important ;}


header
{
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;

}

header .navbar{
  padding: 0;
  position:static;
}
.axa{
  color:#fff; font-size:1.2em
}

header .navbar-nav .nav-item .nav-link
{
  padding: 1.45rem;
  font-size: 13.5px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #ffffff;


}
header .navbar-nav .nav-item{
  display: flex;
  align-items: center;
}

header .navbar-nav .nav-item .nav-link.nav-logo{

  padding-right: 25px;
  padding-left: 25px;
}

header .navbar-nav .nav-item .nav-link.nav-logo img{
  max-width: 260px;
}

.navbar-brand{
  display: none;
}

.navbar-logo-item{
  display: block;
}

.carousel-section{
  width: 100%;
  position: relative;
}

.opacity-block{

  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.59;
  background-image: linear-gradient(to bottom, #000000, rgb(0 0 0));


}

.section-default{
  padding:120px 0 25px 0;
  position: relative;

}

.section-default.section-despot{
  padding:65px 0;
}

.section-title{
  text-align: center;
}

.section-title h1{
  font-family: Merriweather;
  font-size: 33px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #d79e39;
  margin: 20px 0 30px 0;
  margin-bottom:50px;

}

.tab-slider .swiper-slide.swiper-slide-active{
  width: 100% !important;

}



#home-carousel>.swiper-pagination-bullets {
  right: 30px;
  left: auto;
  top: 50%;
  bottom: auto;
  width: auto;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}
#home-carousel .swiper-pagination-bullet{
  width: 7px;
  height: 7px;
}
#home-carousel>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 8px 0;
  display: block;
}
#home-carousel .swiper-pagination-bullet{
  background: #ffffff;
  opacity: 1;
}

#home-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #bc9a5e;
  position: relative;
}

#home-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active:after{
  position: absolute;
  content: '';
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  top: -3px;
  right: -3px;

}




#home-carousel2>.swiper-pagination-bullets {
  right: 30px;
  left: auto;
  top: 50%;
  bottom: auto;
  width: auto;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}
#home-carousel2 .swiper-pagination-bullet{
  width: 7px;
  height: 7px;
}
#home-carousel2>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 8px 0;
  display: block;
}
#home-carousel2 .swiper-pagination-bullet{
  background: #ffffff;
  opacity: 1;
}

#home-carousel2 .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #bc9a5e;
  position: relative;
}

#home-carousel2 .swiper-pagination-bullet.swiper-pagination-bullet-active:after{
  position: absolute;
  content: '';
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  top: -3px;
  right: -3px;

}

.swiper-text{
  position: absolute;
  top: 95px;
  bottom: 95px;
  left: 10%;
  right: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;

}
.swiper-text-content{
 text-align: center;
 color: #ffffff;
 font-family: 'Merriweather', serif;
 max-width: 70%;
}


.swiper-text-content h1{
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 20px;
}

.swiper-text-description{
  font-family: Merriweather;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;

}

.appointment{
  position: absolute;
  bottom: -60px !important;
  left: 0;
  right: 0;
  z-index: 1;
}


.appointment-button{

  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
  display: block;
  background-color:#d79e39;
  padding: 46px 25px;
  width: 100%;
  border: 1px solid #d79e39;
  height: 100%;


}

.appointment-form-right{
  background: #fff;
  padding: 22px 40px;
}

.appointment form label{

  font-family: Merriweather;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #bc9a5e;

}

.appointment form .form-group{
  margin-bottom: 0;
}

.appointment form .form-control{

  border: 1px solid #eddbbb;
  color: #d79e39;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;

}

.swiper-social{
  position: absolute;
  bottom: 50px;
  right: 30px;
  z-index: 16;
}

.social-list{
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-list li:first{
  margin-top: 0;
}

.social-list li{
  margin-top: 12px;
}

.social-list li a{
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, .6);
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #ffffff;

}

.border-default{
  border:1px solid #909090;
}

.navbar-lang{
  position: absolute;
  top: 33px;
  right: 30px;
  margin: 0;
  display: inline-flex;
  list-style: none;
  padding:0;

}
.navbar-lang li{
  padding-right: 7px;
  padding-left: 7px;
  border-right: 1px solid #ffffff;
}
.navbar-lang li a{

  color: #c4c4c4;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.88px;

}
.navbar-lang li a.active{
  color: #ffffff;
}
.navbar-lang li:last-child{
  padding-right: 0;
  border: none;
}
.navbar-lang li:first-child{
  padding-left: 0;
}

.datepicker{
  position: relative;
}

.datepicker-input{
  position: relative;
}
.datepicker-input i{
  position: absolute;
  right: 0;
  right: 11px;
  top: 0px;
  bottom: 0;
  display: flex;
  align-items: center;
  color: #d79e39;
}

.info-square{
  position: relative;
  width: 600px;
  height: 400px;
  background: #f4eada;
  padding: 3rem;
  margin: 65px 0 0 -200px;
}

.info-square .square-title h2{

  font-family: Merriweather;
  font-size: 25px;
  font-weight: bold;
  line-height: normal;
  margin: 0;

}
.square-description{
  padding: 30px 0;
}
.square-description p{

  font-family: Catamaran;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #292929;


}

.btn-outline-brown{

  border:1px solid #d79e39;
  color: #d79e39;
  padding: .375rem 2.5rem;
  font-family: Catamaran;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  border-radius: 0;

}

.btn-outline-brown:hover{
  background: #d79e39;
  color: #ffffff;
}

.info-square .info-square-img{

 position: absolute;
 max-width: 320px;
 right: -160px;
 bottom: -200px;
 z-index: 5;

}

.clock-img{
  padding-left: 65px;
}

.clock-img img{
  max-width: 270px;
}

.room-navigation
{
  position: relative;
  display: flex;
  width: 33%;
  height: 60px;
  justify-content: center;

}

.room-navigation .swiper-button-next, .room-navigation .swiper-button-prev{
  position: relative;
  background: none;
  left: auto;
  right: auto;
}
.room-navigation .swiper-button-prev{
  margin-right: 30px;
}

.room-navigation i{
  color: #d79e39;
  font-size: 2.5rem;
}



.swiper-pagination.room-pagination{

  font-family: Merriweather;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #3c3c3c;

}

.swiper-pagination.room-pagination.swiper-pagination-fraction{

  bottom: 13px;
  left: auto;
  width: 33.3%;
  right: 0;
}

.swiper-pagination.room-pagination .swiper-pagination-current {

  font-family: Merriweather;
  font-size: 31px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #d79e39;
}

.swiper-pagination.room-pagination .swiper-pagination-total{

  font-family: Merriweather;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #292929;

}

.room-slider-title-content{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 25px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.room-slider-hover{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 25px 20px;
  background: rgba(0,0,0,.5);
  opacity: 1;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;

}

.room-slider-hover-content{
  border:1px solid #bbbbbb;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.room-slider .swiper-slide:hover > .room-slider-title-content,.room-slider .swiper-slide:focus > .room-slider-title-content{
  display: none;
}


.room-slider .swiper-slide:hover > .room-slider-hover,.room-slider .swiper-slide:focus > .room-slider-hover{

  opacity: 1;
}

.btn-outline {

  padding: .375rem 2.5rem;
  font-family: Catamaran;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  border-radius: 0;
}

.btn-outline-white{
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn-outline-white:hover,.btn-outline-white:focus{
  color: #ffffff;
}

.room-redirect{
  text-align: center;
}

.room-redirect-title{

  font-family: Merriweather;
  font-size: 35px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 25px;

}
.room-redirect-title h3{

  font-family: Merriweather;
  font-size: 35px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;

}

.default-title{

  font-family: Merriweather;
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2px;
  color: #3c3c3c;
  width: 75%;
}

.swiper-big-container{
  position: relative;
}

.section-restaurant .square-description{
  width: 75%;
}


.vertical-number-pagination.swiper-pagination-bullets .swiper-pagination-bullet{
  outline: none !important;
}

.vertical-number-pagination.swiper-pagination-bullets{

  right: 0px;
  left: auto;
  top: 50%;
  bottom: auto;
  width: 35px;
  margin-right: -60px;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
  position: absolute;
  z-index: 5;
}

.vertical-number-pagination.swiper-pagination-bullets .swiper-pagination-bullet{

  background: none;
  width: 100%;
  height: auto;
  opacity: 1;

}

.vertical-number-pagination.swiper-pagination-bullets span.swiper-pagination-bullet-active{

  font-size: 35px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #d79e39;
  position: relative;

}

.vertical-number-pagination.swiper-pagination-bullets span.swiper-pagination-bullet-active:before{

  content: '';
  position: absolute;
  width: 75px;
  background: #d79e39;
  height: 2px;
  right: 100%;
  z-index: 55;
  top: 49%;
  margin-right: 10px;

}

.vertical-number-pagination.swiper-pagination-bullets span{

  font-size     : 20px;
  font-weight   : normal;
  font-style    : normal;
  font-stretch  : normal;
  line-height   : normal;
  letter-spacing: normal;
  text-align    : right;
  color         : #292929;
}

.info-square-default{

  position: relative;
  width: 100%;
  background: #f4eada;
  padding: 4.5rem 2.5rem;
}

.info-square-default .square-title h2 {
  font-family: Merriweather;
  font-size: 21px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
}
.info-square-default-picture img{
  max-width: 270px;
}
.info-square-default-picture{
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: -60px;
}

.relative-container{
  position: relative;
  z-index: 1;
}

.bt-r-pic{
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: -115px;
}

.bt-r-pic img {
  max-width: 250px;
}

.square-xs{

  position: relative;
  width: 375px;
  height: 460px;
  padding: 7rem 3rem;
  background: #f4eada;
  z-index: 5;
  margin-top: 70%;

}

.square-xs-title h2{

  font-family: Merriweather;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #3c3c3c;

}

.square-xs-description{

  font-family: Catamaran;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: normal;
  color: #3c3c3c;
  padding: 30px 0;

}

.square-xs-pic{

  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: -45px;
}

.square-xs-pic img{

 max-width: 190px;

}

.nav-gallery.nav-tabs{
  border: none;
  position: relative;
  z-index: 5;
}

.nav-gallery.nav-tabs .nav-link{

  opacity: 0.5;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.8px;
  color: #3c3c3c;
  padding: .5rem;

}


.nav-gallery.nav-tabs .nav-link.active{

  background: none;
  border: none;
  opacity: 1;
  font-size: 19px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2px;
  color: #d79e39;

}

.gallery-tab-content{

 margin-top: -30px;
}

.gallery-pagination{

  text-align: left;
}

.gallery-pagination.swiper-pagination-bullets .swiper-pagination-bullet{

  margin: 0 6px;

}
.gallery-pagination .swiper-pagination-bullet{

  background: none;
  width: auto;
  height: auto;
  opacity: 0.5;
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin: 0 6px;

}

.gallery-pagination .swiper-pagination-bullet-active{
  background: none;
  font-family: Catamaran;
  font-size: 21px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #d79e39;
  opacity: 1;
  border-bottom: 2px solid #d79e39;
  border-radius: 0px;

}

.gallery-navigation{

  position: absolute;
  left: 0;
  display: flex;
  width: 60%;
  height: 30px;
  bottom: 0;
  margin-bottom: -30px;
  justify-content: flex-end;

}

.gallery-navigation .swiper-button-prev {
  margin-right: 30px;
}

.gallery-navigation .swiper-button-next, .gallery-navigation .swiper-button-prev {
  position: relative;
  background: none;
  left: auto;
  right: auto;
}

.gallery-navigation i {
  color: #d79e39;
  font-size: 2.5rem;
}

.gallery-pagination.swiper-pagination-bullets {
  bottom: 0;
  left: 30px;;
  width: 100%;
  margin-bottom: -30px;
}


.info-square-default.square-lg{

  position: relative;
  z-index: 3;
  width: 130%;
  padding: 3rem;
}

#map{
  width: 100%;
  height: 450px;
}

#map > div {

  transform: scale(1.3);
}

.contact-form-left{

  min-height: 600px;
  background: url(../images/contact-bg.png);
  background-repeat:no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  padding: 3rem;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);



}

.contact-form-right{

  min-height: 600px;
  background: url(../images/doku.jpg);
  background-repeat:no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  padding: 3rem;



}

.contact-form-title h1{

  font-family: Merriweather;
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #d79e39;
  margin-bottom: 1.5rem;

}

.contact-form-content{
  padding-top: 15px;
}

.contact-form-content label{


  font-family: Merriweather;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(182, 115, 0, 1);

}


.contact-form-content .form-control{

  background: none;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px dotted rgba(182, 115, 0, 1);
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(60, 60, 60, 0.5);


}

.contact-form-content textarea.form-control{

  background: none;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: none;
  color: #3c3c3c;

}
.contact-form-content .form-control,.contact-form-content textarea.form-control:focus{
 outline: none !important;
 box-shadow: none !important;
}

.contact-form-button{
  width: 66px;
  height: 66px;
  border: none;
  background-blend-mode: soft-light;
  background-image: linear-gradient(to top, rgba(182, 115, 0, 0), #ffef65);
  border-radius: 50%;
  background: #d79e39;
  color: #ffffff;
  box-shadow: 14px 14px 20px 0 rgba(182, 115, 0, 0.4);

}

.contact-form-left-content .contact-form-left-content-header p{
  margin-bottom: 1rem;
}

.dotted-align-center{
  margin-top: 32px;
  height: 1px;
  border-bottom: 1px dotted rgba(182, 115, 0, 0.5);
}

.home-contact-form{
  margin-top: -100px;
}

.contact-form-left-content{

  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: normal;
  color: #3c3c3c;

}
.contact-form-left-content p{
  margin-bottom: 0;
}
.contact-form-location-content{

 margin-top: 4.5rem;
}

.contact-form-location-content i{

 color: #d79e39;
 font-size: 1.7em;
}

.vertical-col{
  display: flex;
  align-items: center;
}

.vertical-col-text-left{
  display: flex;
  text-align: left;
}

.contact-form-location-content-row{
  margin-top: 3rem;
}


.contact-form-right,.contact-form-left{

  position: relative;
}

.contact-form-left-picture{
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: -70px;
}
.contact-form-left-picture img{
  max-width: 120px;
}
.contact-form-right-picture{
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: -50px;
  margin-bottom: -50px;
  z-index: 8;
}

.contact-form-right-picture img{
  max-width: 250px;
}

.left-social-header{
  display: flex;
  align-items: center;

}

.line-100{
  width: 100px;
  height: 1px;
  border-bottom: 1px solid #d79e39;
  margin-right: 15px;
}

.left-social-title h2{
  font-family: Merriweather;
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 3.57px;
  color: #d79e39;
  margin-bottom: 0;
}

.left-social-button-content{
  display: block;
}

.left-social-button{

  background: #d79e39;
  background-blend-mode: soft-light;
  background-image: linear-gradient(to top, rgba(182, 115, 0, 0), #ffef65);
  border-radius: 50%;
  border: none;
  color: #ffffff;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  float: right;
}

.left-social-button i{
  margin-right: 10px;
}

.left-social-button:hover{
  text-decoration: none;
  color: #ffffff;
}

.social-slider .swiper-slide > img{
  width: 100%;
}

.social-navigation i{
  color: #ffffff;
  font-size: 1.75em;
}
.social-navigation .swiper-button-next i{

  margin-left: 4px;
  margin-top: 3px;

}

.social-navigation .swiper-button-prev i{
  margin-top: 3px;
  margin-right: 4px;
}

.social-navigation .swiper-button-next,.social-navigation .swiper-button-prev{

  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-blend-mode: soft-light;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #ffef65);
  background: #d79e39;
  display: flex;
  align-items: center;
  justify-content: center;


}

.social-navigation .swiper-button-next:focus,.social-navigation .swiper-button-prev:focus{
  outline: none;
  box-shadow: none;
}

.section-default.section-social{
  padding-bottom: 70px;
}

footer{
  width: 100%;
}

.top-pattern{
  height: 20px;
  background: url(../images/pattern.svg);
  background-repeat: repeat-x;
}


.footer-content{
 /* background: url(../images/footer-bg.jpg);*/
background-color: #b68106; 
  background-repeat: repeat-x;
  background-repeat:no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  padding: 30px 0;
}

.footer-bottom{
  padding: 7px 0;
  background-color: rgba(182, 115, 0, 0.61);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: center;

}

.footer-content .celcius{

  font-size: 35px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 25px;

}
.footer-content .celcius i{
  margin-right: 10px;
}

ul.footer-social{

  padding: 0;
  margin: 17px 0 0 0;
  list-style: none outside none;
}

ul.footer-social li{

  border: solid 2px rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-right: 5px;
}

ul.footer-social li:last-child{
  margin-right: 0;
}

ul.footer-social li a{
  width: 42px;
  height: 42px;
  display: block;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  padding: 9px 0px;

}
ul.footer-social li a i{
  font-size: 1.5em;
}

.social-hover{

  position: absolute;
  top: 0px;
  bottom:0px;
  right: 0px;
  left: 0px;
  z-index: 1;
  background-color:rgba(255, 255, 255, 0.7);
  opacity: 0;
  padding: 2rem;
  display: flex

}

.social-hover-content{
  margin-top: auto;
}

.social-slider .swiper-slide:hover > .social-hover{
  opacity: 1;
  cursor: pointer;
}

.social-hover-list{
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-hover-list li{
  display: inline-block;
  margin-right: 40px;
  font-size: 1.3em;
}

.social-hover-list li i{

  margin-right: 5px;
}

.social-hover-list li:last-child{
  margin: 0;
}

.social-hover-description{
  margin-top: 10px;
  line-height: normal;

}

.nav-button-brown{

  background: #d79e39;
}

.banner{
  position: relative;
}

.banner-absolute-content{
  position: absolute;
  top: 140px;
  bottom: 45px;
  left: 0;
  right: 0;
  z-index: 2;

}

.container.relative-container{
  display: flex;
  height:100%;
  border: #d8d8d8;


}

.relative-content{
  border: 1px solid #d8d8d8;
  width: 100%;
  padding: 25px;
  display: flex;
}

.banner-title h1{

  font-family: Merriweather;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin: 0;

}

.relative-subcontent{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  border: 1px solid #d8d8d8;
}

.wedding-info-title{

  font-family: Merriweather;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #554d45;

}

.wedding-info-content{

  font-family: Merriweather;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #554d45;

}

.wedding-info-content p{
  margin-bottom: .2rem;
}

.color-brown{
  color: #d79e39;
}

.section-title-w{
  padding-bottom: 12px;
  border-bottom: 2px solid #d79e39;
}

.section-title-w h2{

  font-family: Merriweather;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #d79e39;
  margin: 0;

}

.section-subtitle-w{
  text-align: right;
  padding: 7px 0;
}

.section-subtitle-w h4{
  font-family: Catamaran;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 3.67px;
  color: #767676;
}

.wedding-content{

  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: normal;
  color: #554d45;

}

.gallery-top,.gallery-top2{
  margin-top: 60px;
}

.gallery-top .swiper-slide img ,.gallery-thumbs .swiper-slide img,.gallery-top2 .swiper-slide img,
.gallery-thumbs2 .swiper-slide img{
  width: 100%;
}

.gallery-top2-margin{
  margin-top: 75px;
}



.swiper-slide.swiper-slide-visible{
  opacity: 1.0;
  cursor: pointer;
}

.swiper-slide.swiper-slide-visible.swiper-slide-thumb-active{
  opacity: 1;
}

.gallery-thumbs,.gallery-thumbs2{
  margin-top: 30px;
}

.swiper-button-next.thum-next {

  right: 0;
  margin-right: -60px;
}

.swiper-button-prev.thum-prev{

  left: 0;
  margin-left: -60px;
}

.swiper-button-next.thum-next-two {

  right: 0;
  margin-right: -60px;
}

.swiper-button-prev.thum-prev-two{

  left: 0;
  margin-left: -60px;
}

.flower{
  position: absolute;
  top: 0;
  left: 0;
  max-width: 110px;
  margin-top: -55px;
}
.flower.right-0{
  right: 0;
  left: auto;
  transform: rotateY(180deg);

}

.bg-default{
  position: relative;
  background: url(../images/bg.png);
  background-repeat:no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;

}

.contact-info{
  padding: 4rem;
  margin-top: -140px;
}

.contact-page-title{

  font-family: Merriweather;
  font-size: 31px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #d79e39;
}

.contact-bold-article {

  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: normal;
  color: #554d45;
}

.contact-page-left{
  margin-top: 22px;
}

.contact-bold-description {

  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: normal;
  color: #554d45;
}
.contact-info-item{
  margin-top: 41px;
}

.bulletin-form{
  margin-top: 45px;
  padding: 2rem;
  background: #ffffff;
}

.bulletin-form-title h3{

  font-family: Merriweather;
  font-size: 21px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #d79e39;

}

.bulletin-form-title{

  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: normal;
  color: #3c3c3c;
}

.bulletin-form .form-control{

  font-family: Catamaran;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: normal;
  color: #3c3c3c;

}

.btn-bulletin{
  width: 100%;
  background: #b68f4a;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: normal;
  color: #ffffff;

}

.cloud{
  max-width: 75px;
  height: auto;
  margin-right: 15px;
}

.relative-subcontent .banner-title img {

  max-width: 400px;
}

.spa-content-logo{
  position: relative;
  padding-bottom: 20px;
  text-align: center;
}

.spa-content-logo:after{
 content: '';
 width: 280px;
 height: 2px;
 background: #89b9b0;
 position: absolute;
 top: 100%;
 left: 50%;
 margin-left: -140px;
}

.spa-content-title h1{

  font-family: Merriweather;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #00716f;
  margin-top: 25px;
  margin-bottom: 25px;

}
.spa-content-description{

  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: normal;
  text-align: center;
  color: #554d45;

}

.spa-list-pic{
  text-align: center;
  margin-bottom: 20px;
}
.spa-list-pic img{
  max-width: 100px;
}

.spa-list-content h3{

  font-family: Merriweather;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #332e29;

}

.spa-list-description{
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #554d45;

}

.spa-content-absolute-image-left{
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -70px;
}
.spa-content-absolute-image-left img{
  max-width: 185px;
}

.spa-content-absolute-image-right{
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 50px;

}

.spa-content-absolute-image-right img{
 max-width: 170px;
}

.swiper-pagination.room-pagination.spa-pagination.swiper-pagination-fraction{

  width: auto;
  left: 0;
  right: auto;
  margin-bottom: -55px;

}

.spa-navigation {
  position: absolute;
  left: 0;
  display: flex;
  width: 70%;
  bottom: 0;
  justify-content: flex-end;
  z-index: 2;
  margin-bottom: -55px;
}

.spa-next,.spa-prev{
  outline: none;
  cursor: pointer;
}

.spa-navigation i {
  color: #d79e39;
  font-size: 2.5rem;
}

.spa-navigation .spa-prev{

  margin-right: 30px;

}

.spa-right-picture{
  margin-top: -30%;
}

.spa-next.swiper-button-disabled, .spa-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.section-default.spa-slider-section{
  padding-bottom: 90px;
}

.spada{
  text-align: right;
  margin-top: 70px;
  margin-right: -19%;
}

.spada img{

  max-width: 280px;

}

.relative-subcontent .banner-title.restaurant-title img {
  max-width: 200px;
}

.restaurant-title h1{

  font-family: Merriweather;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #00716f;
  margin-bottom: 1.25rem;

}

.restaurant-description{

  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: normal;
  color: #554d45;

}

.dark-aquamarine{
  color: #00716f;
}

.btn-menu-download{

  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2px;
  text-align: center;
  color: #ffffff;
  background: #00716f;
  outline: none;
  text-decoration: none;
  padding: .5rem 1.5rem;

}

.btn-menu-download:hover{
  color: #ffffff;
}

#restaurant-slider2{
  overflow:visible;
}

#restaurant-slider2 .swiper-slide.swiper-slide-prev{
  opacity: 0;
}



.swiper-button-prev.restaurant-prev{
 margin-left: -80px;
 box-shadow: 14px 14px 20px 0 rgba(182, 115, 0, 0.4);
}

.swiper-button-next.restaurant-next{
 display: none;
}

.restaurant-slider2-section{
  padding-bottom: 150px;
}

.restaurant-page-bottom-left-absolute{
  position: absolute;
  bottom: 5px;
  left: 0;
}

.restaurant-page-bottom-left-absolute img {
  max-width: 240px;
}

.restaurant-page-top-right-absolute{
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -105px;

}

.restaurant-page-top-right-absolute img{
 max-width: 225px;
}

.room-content-left{

  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #d79e39;

}

.room-content-right {

  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #554d45;
}

.room-thums-title{
  text-align: center;
  margin-bottom: 1rem;
}

.room-thums-title h2{

  font-family: Merriweather;
  font-size: 30px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #d79e39;

}



.room-thums-container{
  position: relative;
  z-index: 5;
}

.room-card{
  position: relative;
}

.room-card-body{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 3rem 3rem 3rem 2.5rem;

}

.room-thums-absolute{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.room-slider-row{
  margin-top: 250px;
}

.room-thums-container{
  margin-top: -130px;
}

.room-card-title h3{

  font-family: Merriweather;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #d79e39;
  margin-bottom: 0;


}

.noun-list{
  padding: 0;
  margin: 0;
  list-style: none outside none;
  float: right;
}

ul.noun-list li {

  display: inline-block;
  position: relative;
  margin-right: 20px;
  text-align: center;
  padding-left: 20px;
  border-left: 1px solid  #acacac;
}

ul.noun-list li:first-child{
  padding-left: 0;
  border-left: none;
}

ul.noun-list li:last-child {
  margin-right: 0;

}

.noun-title{

  font-family: Merriweather;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #554d45;
}

.border-h-50{
  height: 100%;
  position: relative;
}

.border-h-50:after{
  content: '';
  position: absolute;
  top: 102%;
  left: 0;
  width: 100%;
  height: 2px;
  background:  #d79e39;
}

.room-card-content{
  padding: 2rem 0;
}

.room-card-content {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #554d45;
}

.noun-list2{
  padding: 0;
  margin: 0;
  list-style: none outside none;
  display:flex;
  justify-content: center;

}
.noun-list2 p{
  margin-bottom: 0;
}

ul.noun-list2 li {

  display: inline-block;
  position: relative;
  margin-right: 15px;
  text-align: center;
  padding-left: 15px;
  border-left: 1px solid  #eddbbb;
}

ul.noun-list2 li:first-child{
  padding-left: 0;
  border-left: none;
}

ul.noun-list2 li:last-child {
  margin-right: 0;
}

.noun-list2 li i{
  font-size:25px;
  width:25px;
  text-align:center;
  color:#B89B5E; /* altın ton */
}
.noun-title2{

  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #554d45;
  margin-top: 7px;

}

.noun-button{
  text-align: center;
  margin-top: 3rem;
}

.btn-noun {

  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #ffffff;
  border: none;
  outline: none;
  background: #d79e39;
  padding:.75rem 2rem;
  border-radius: 0;

}

.btn-noun:hover{
  color: #ffffff;
  text-decoration: none;
}


#room-center .owl-item .item:hover > .room-slider-title-content,#room-center .owl-item .item:focus > .room-slider-title-content{
  display: none;
}


#room-center .owl-item .item:hover > .room-slider-hover,#room-center .owl-item .item:focus > .room-slider-hover{

  opacity: 1;
}

.despot-bg-top{
  height: 75px;
  background: url(../images/sutunust.png);
  background-position: center;
  background-repeat: no-repeat;
}

.despot-bg-bottom{
  height: 38px;
  background: url(../images/sutunalt.png);
  background-position: center;
  background-repeat: no-repeat;
}

.despot-bg-body{
  background: url(../images/ortasutun2.png);
  background-position: center;
  background-repeat: repeat-y;
}



.despot-year h2{

  font-family: Merriweather;
  font-size: 70px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #d79e39;

}

.despot-right-content{
 padding-left: 100px;
 text-align: left;
}

.despot-left-content{
  padding-right: 100px;
  text-align: right;
}

.despot-content-title{
  margin:30px 0;
}

.despot-content-title h3{

  font-family: Merriweather;
  font-size: 40px;
  font-weight: normal;
  color: #554d45;

}

.despot-content-title small {
  font-family: Merriweather;
  font-size: 25px;
  font-weight: normal;
  color: #554d45;

}

.despot-content-description{

  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #554d45;

}
.despot-content-description p{
  margin-bottom: .4rem;
}

.despot-item-picture{
  margin-top: 40px;
}

.year-list-after-line,.year-list-before-line{
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: Catamaran;
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5c5c5c;
  margin-top: 40px;

}

.year-list-after-line li:after{
  content: '';
  height: 3px;
  background: #5c5c5c;
  width: 15px;
  display: inline-block;
  margin-left: 45px;
  margin-bottom: 7px;
  margin-right: 40px;
}

.year-list-after-line li.right-long-line:after{

  width: 55px;
  margin-right: 0;
}

.year-list-before-line li:before{
  content: '';
  height: 3px;
  background: #5c5c5c;
  width: 15px;
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 45px;
  margin-left: 40px;
}

.year-list-before-line li.left-long-line:before{

  width: 55px;
  margin-left: 0;
}

.island-banner-title{
  padding: 0 50px;
}

.island-banner-title h1{

  font-family: Merriweather;
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;

}

.btn-brown{

  padding: 1rem;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #ffffff;
  background: #d79e39;
}

.btn-brown:hover{
  color: #ffffff;
}

.island-banner-btn {
  margin-top: 40px;
}

.island-banner-btn a img{
  margin-right: 15px;
}

.island-picture{
  margin-top: 40px;
}

.island-picture img{
  width: 75%;
}

.island-content{
  background: url(../images/bg.png);
  background-repeat: repeat;
  margin-top: -85px;
  padding: 1.4rem 3.5rem;
}

.island-content-title h2 {

  font-family: Merriweather;
  font-size: 33px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #d79e39;
  margin-bottom: 25px;
}

.island-content-description{
  font-family: Catamaran;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #554d45;
}

.swiper-container.island-swiper-container{
  overflow:visible;
}

#island-slider .swiper-slide{
  width: auto !important;
}

.island-vertical-navigation{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 88;
  width: 60px;
  padding: 25px 15px 10px 15px;
  background: url(../images/bg.png);
  background-repeat: repeat;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-navigation.island-navigation{
  text-align: center;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.island-pagination-hr{
  text-align: center;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  height: 60%;
  border-right: 1px solid #d79e39;
}

.swiper-pagination.island-pagination{
  text-align: center;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;

}
.swiper-button-prev.island-prev,.swiper-button-next.island-next{
  background: none;
  position: relative;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  color: #d79e39;
  font-size: 2.3em;
  line-height: 1;
  outline: none;
  box-shadow: none;
}
.swiper-pagination.island-pagination.swiper-pagination-fraction{
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
}

.swiper-pagination.island-pagination.swiper-pagination-fraction span{

  font-family: Merriweather;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #d79e39;
  display: block;
}

.swiper-pagination.island-pagination.swiper-pagination-fraction .swiper-pagination-current{
  border-bottom: 1px solid #d79e39;
}

.swiper-pagination.island-pagination.swiper-pagination-fraction .swiper-pagination-total{
  opacity: .6;
}

.map-line{
  position: absolute;
  top: 20%;
  right: 100%;
  margin-right: 30px;
}
.map-line img{
  max-height: 600px;
  width: auto;
}

.map-text{
  position: absolute;
  top: 37%;
  left: 0;
  bottom: 0;
  margin-left: -145px;

}

.map-text h3{

  font-family: Merriweather;
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #d79e39;
  transform: rotate(270deg);

}

.island-pagination-hr{
  height: 40%;
}

.island-vertical-navigation {
  padding: 5px 15px 5px 15px;

}

.restaurant-slider-caption{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 5rem 4rem 5rem;
  z-index: 3;
}

.caption-title{

  margin-bottom: 25px;
}

.caption-title h3{
 font-family: Merriweather;
 font-size: 30px;
 font-weight: normal;
 font-style: normal;
 font-stretch: normal;
 line-height: normal;
 letter-spacing: normal;
 color: #ffffff;

}

.caption-body{

  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: normal;
  color: #ffffff;

}

.footer-social{
  float:right;
}


.gallery-right-picture{
  margin-top: -50%;
}


.desktopDiv{
  display:block;
}
.mobileDiv{
  display:none;
}






.modal-open {padding-right: 0px}

.mobileHide
{ display: none;}

#tallModal .modal-dialog {    max-width: 576px;

}

#tallModal .modal { padding-right: 0px;}


.modal-wide .modal-body {
  overflow-y: visible;
}

/* irrelevant styling */
body { text-align: center; }

#tallModal .modal-body  {
  padding: 5px 5px 5px 5px;
}