﻿html{
  position: relative;
  height: 100%;
}
body {
  overflow-x:hidden;
  font-size: 15px;
  font-family: "Open Sans";
}
@media(min-width: 1025px){
  body{
    overflow: hidden;
  }
}

/* ############################################################################
                        SAYFA KAPSAYICI AYARLARI
############################################################################### */
.pageWrapper{
  height: 100%;
}
.pageWrapper .container{
  width: 95%;
}
.pageWrapper a:hover{
  text-decoration: none;
}
@media (max-width: 772px){
  .pageWrapper .container{
    width: 100%;
  }
}

/* ############################################################################
                        HEADER VE NAVİGASYON AYARLARI
############################################################################### */
.header{
  background: #FFF;
  position: fixed;
  z-index: 10;
  width: 100%;
  display: block;
  margin: 0px;
  padding: 0px;
  min-height: 50px;
}
.header .navbar{
  margin: 0px;
  padding: 0px;
}
@media (min-width: 773px){
  .header .logo{
    height: 100%;
    width: 160px;
    float: left;
    z-index: 10;
    padding: 0px;
    margin-bottom: -68px;
  }
  .logo2{
    display: none;
  }
  .header .logo img {
    width: 100%;
    height: 100%;
  }
  .header .navbar{
    margin: 0px;
    padding: 0px;
    border-bottom:3px solid #5a96da;
    border-radius: 0px;
  }
  .header .navbar-nav{
    padding-top: 10px;
  }
  .sideCollapse .navbar-nav>li>a{
    text-transform: uppercase;
    font-family: 'Times New Roman', sans-serif;
    color:#6498D0;
    font-size:14px;
  }
  .sideCollapse .navbar-nav>li>a:hover, .sideCollapse .navbar-nav>li>a:focus {
    background-color: transparent;
    color:#6FB9DE;
  }
  .sideCollapse .navbar-nav>li:nth-child(1) a, .sideCollapse .navbar-nav>li:nth-child(8) a{
    border:none;
  }
  .sideCollapse a::after {
    position: absolute;
    bottom: 2%;
    left: 25%;
    width: 50%;
    height: 2px;
    background: #6FB9DE;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    transform: translateY(5px);
  }
  .sideCollapse a:hover::after,
  .sideCollapse a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  .sideCollapse.navbar-collapse{
    text-align:center;
    width:74%;
    float:left;
  }
  .sideCollapse .navbar-nav{
    display:inline-block;
    float:none;
  }
  .sideCollapse .fa{
    margin-left: 2px;
  }
  .rezervasyon{
    float: right;
    width: 15%;
    margin-top: -55px;
  }
  .rezervasyon img{
    width: 100%;
  }
}
.mobilRezervasyon{
  display: none;
}
@media (min-width: 767px) and (max-width: 1200px){
  .header .logo{
    margin-bottom: -25px;
  }
  .header .logo img{
    width: 95%;
  }
  .sideCollapse .navbar-nav{
    padding-top: 18px;
  }
  .sideCollapse .navbar-nav>li>a{
    padding: 6px;
    font-size:12px;
  }
  .sideCollapse.navbar-collapse{
    width: 70%;
  }
}
@media (min-width: 772px) and (max-width:962px ){
  .sideCollapse .navbar-nav>li>a{
    padding: 4px;
    font-size:10px;
  }
}

@media (max-width: 772px){
  .header{
    padding: 0px;
    margin: 0px;
  }
  .header .logo{
    margin-bottom: -74px;
    height: 100%;
    width: 145px;
  }
  .header .logo img{
    width: 100%;
    height: 100%;
  }
  .rezervasyon{
    margin-top: -49px;
    margin-right: 50px;
    float: right;
    width: 150px;
  }
  .rezervasyon img{
    width: 100%;
  }
  .header .navbar{
    border-bottom:3px solid #5a96da;
    margin-bottom: -2px;
  }
}

@media (max-width: 772px){
  .header{
    height: 68px;
    background-image: -moz-linear-gradient( 138deg, rgb(0,32,111) 0%, rgb(98,154,214) 100%);
    background-image: -webkit-linear-gradient( 138deg, rgb(0,32,111) 0%, rgb(98,154,214) 100%);
    background-image: -ms-linear-gradient( 138deg, rgb(0,32,111) 0%, rgb(98,154,214) 100%);
    border:none;
  }
  .logo1{
    display: none;
  }
  .header .navbar{
    border:none;
  }
  .header .logo{
    text-align: center;
    margin-top: -3px;
    margin-bottom: -75px;
    width: 100%;
  }
  .header .logo img{
    width: 220px;
  }
  .rezervasyon{
    display: none;
  }
  .mobilRezervasyon{
    display: block;
    margin-top: -41px;
    float: left;
    margin-left: 10px;
    width: 40px;
  }
  .mobilRezervasyon img{
    width: 100%
  }
  .navbar-header .a360-nav-trigger{
    margin-top: 5px;
  }
  .header .a360-nav-trigger span {
    background-color: #FFF;
  }
  .header .a360-nav-trigger span::before,
  .header .a360-nav-trigger span::after {
    background-color: #FFF;
  }
}
@media (min-width: 773px) and (max-width: 1155px){
  .rezervasyon{
    margin-top: -40px;
  }
}
@media (min-width: 1156px) and (max-width: 1200px){
  .rezervasyon{
    margin-top: 13px;
  }
}
@media (min-width: 1565px){
  .rezervasyon{
    margin-top: 4px;
  }
}

/* ############################################################################
                        ANASAYFA ANA SLİDER
############################################################################### */
@media (min-width: 773px){
  .content{
    height: 94%;
    padding-top: 76px;
  }
  .content .container, .content .row, .anaSlider, .content .owl-carousel, .content .carousel, .content .owl-wrapper-outer, .content .owl-wrapper, .content .owl-item, .content .whcr-item{
    height: 100%;
  }
  .anaSlider .carousel, .anaSlider .carousel-inner, .anaSlider .item, .anaSlider .item img, .swiper-wrapper img{
    height: 100%;
  }
  .golgeKutu{
    height: 100%;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  }
  .anaSlider img{
    height: 100%;
    width: 100%;
    object-fit:cover;
  }
  .mobilAciklama{
    display: none;
  }
  .sagBolum .col-sm-12, .swiper-container, .swiper-wrapper, .swiper-slide{
    height: 100% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
}
@media (max-width: 772px){
  .content{
    margin: 0px;
    padding: 0px;
    padding-top: 52px;
  }
  .anaSlider img{
    height: 400px;  
  }
  .mobilAciklama{
    padding: 15px;
    text-align: center;
  }
  .mobilAciklama .sayfaBasligi{
    text-align: center;
  }
}
.anaSlider .owl-buttons div, .anaSlider .carousel-control{
  border-radius:0px;
  position:absolute;
  top:44%;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  -webkit-box-sizing:border-box;-moz
  -box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
  text-align:center;
  height:80px;
  line-height:76px;
  border-radius:0px;
  color:#FFF;
  z-index:4;
  margin:0px;
  font-size: 35px;
}
@media (max-width: 767px){
  .carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right{
    height: 250px;
  }
  .anaSlider .item img {
    height: 250px;
  }
  .anaSlider .owl-buttons div, .anaSlider .carousel-control{
    top:42%;
    font-size: 25px;
  }
}
.anaSlider .owl-theme .owl-controls .owl-buttons div, .anaSlider .carousel-control{
  border-radius: 0px;
  background: transparent;
  color: #FFF;
  opacity: 1;
}
.anaSlider .owl-theme .owl-controls .owl-buttons div:hover, .anaSlider .carousel-control:hover{
  color: #5a96da;
}
.anaSlider .owl-buttons .owl-next, .anaSlider .right.carousel-control{
  right: 0px;
  padding-left:13px;
}
.anaSlider .owl-buttons .owl-prev, .anaSlider .left.carousel-control{
  left: 0px;
  padding-right:13px;
}
.anaSlider .owl-buttons .owl-prev, .anaSlider .owl-buttons .owl-next{
  background-color:rgba(0, 0, 0, 0.8);
  border:none;opacity:1;
}
.anaSlider .owl-buttons .owl-prev:hover, .anaSlider .owl-buttons .owl-next:hover{
  background-color:#5a96da;
  color:#5a96da;
}
@media (max-width: 772px){
  .anaSlider .owl-theme .owl-controls .owl-buttons div{
    display: none;
  }
  .content .container{
    padding: 0px;
    margin: 0px;
  }
  .anaSlider img{
    width: 100%;
    object-fit:cover;
  }
}
.pageWrapper .owl-theme .owl-controls{
  margin-top: -50px;
}
.pageWrapper .owl-theme .owl-controls .owl-page span{
  background-color:#FFF;
}
.pageWrapper .owl-theme .active{
  color: #000;
}

/* ############################################################################
                            HAKKIMIZDA  SAYFASI
############################################################################### */
.sayfaBasligi{
  color: rgb(128, 174, 227);
  font-weight: 500;
  line-height: 1;
  text-align: left;
  font-family: "Playfair Display";
  font-size: 30px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
}
.hakkimizda .solBolumIcerik{
  height: 85%;
  padding-left: 0px !important;
  padding-bottom: 0px !important;
}
.sayfaBasi h1{
  text-align: right;
}
@media (min-width: 773px){
  .sayfaBasi h1{
    margin: 0px;
    padding-right: 15px;
  }
}
.altSayfaAlan .owl-buttons div{
  border-radius:0px;
  position:absolute;
  top:40%;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  -webkit-box-sizing:border-box;-moz
  -box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
  text-align:center;
  height:80px;
  line-height:76px;
  border-radius:0px;
  color:#FFF;
  z-index:100;
  margin:0px;
}
.altSayfaAlan .owl-theme .owl-controls .owl-buttons div{
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  border-radius: 0px;
  background: transparent;
  color: #7a7e8b;
}
.altSayfaAlan .owl-buttons .owl-next{
  padding-left:13px;
}
.altSayfaAlan .owl-buttons .owl-prev{
  padding-right:13px;
}
.altSayfaAlan .owl-buttons .owl-prev, .altSayfaAlan .owl-buttons .owl-next{
  background-color:rgba(0, 0, 0, 0.8);
  border:none;opacity:1;
}
.altSayfaAlan .owl-buttons .owl-prev:hover, .altSayfaAlan .owl-buttons .owl-next:hover{
  background-color:#FFD566;
  color:#5a96da;
}
.altSayfaAlan{
  padding: 15px;
  padding-left: 30px;
}
@media (max-width: 772px){
  .altSayfaAlan{
    padding-left: 15px;
  }
}
@media (min-width: 773px){
  .altSayfaAlan{
    border:3px solid #80aee3;
    border-top:3px;
    height: 100%;
    margin-top: -10px;
  }
  .altSayfaAlan .row{
    height: 100%;
  }
  .solBolum{
    float: left;
    height: 100%;
  }
  .solBolumIcerik{
    border:1px solid #80aee3;
    height: 477px;
    overflow-x:hidden;
    overflow-y:auto; 
  font-size: 13px;
  font-family: "Arial";
  color: rgb(66, 66, 66);
  line-height: 1.8;
  text-indent: 10px;
  padding: 20px;
  padding-top: 23px;
  text-align: justify;
  }
  .sagBolum{
    margin-top: 28px;
    float: right;
    height: 100%;
  }
	.sagBolum .whcr-item-header {
	    position: absolute;
	    width: 100%;
	    text-align: center;
	    top: 50%;
	    transform: translateY(-35px);
	    background: rgba(41, 41, 41, 0.3);
	    color: #fff;
	    text-shadow: -2px 2px 5px #292929;
	}
	.sagBolum .whcr-item-description {
	    position: absolute;
	    width: 100%;
	    text-align: center;
	    top: 50%;
	    transform: translateY(20px);
	    font-size: 20px;
	    background: rgba(41, 41, 41, 0.3);
	    color: #fff;
	    text-shadow: -2px 2px 5px #292929;
	}
  .sagBolumIcerik{
    border:1px solid #80aee3;
    height: 86%;
    overflow-x:hidden;
    overflow-y:auto; 
    padding: 10px;
  }
  .ortaBolum{
    height: 100%;
    overflow-x:hidden;
    overflow-y:auto;
    text-align: center;
  }
}
.sagBolum img{
  width: 100%;
  height: 524px;
  object-fit:cover;
}
.ortaBolum .whale-photoswipe img{
  width: 47%;
  margin: 5px;
  float:left;
  object-fit:cover;
}
.ortaBolum .whale-photoswipe{
  text-align: center;
}
.ortaBolum .wh-ps .wh-item{
    width: 47.2%;
  float: left;
  height: 163px;
  margin-bottom: 6.3px;
  margin-top: 0px;
}
.ortaBolum .wh-item img{
  width: 100%;
  object-fit: cover;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

@media (min-width: 992px) and (max-width: 1150px){
  .ortaBolum .wh-ps .wh-item{
    width: 46%;
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 992px){
  .ortaBolum .wh-ps .wh-item{
    width: 45%;
  }
}
.sagBolumIcerik .nav>li>a:hover{
  background-color: transparent;
}
.sagBolumIcerik .nav-description{
  font-size: 13px;
  font-family: "Arial";
  color: rgb(66, 66, 66);
  line-height: 1.2;
  text-align: justify;
  text-indent: 10px;

}
.etkinlik{
  padding-top: 0px;
}

@media (max-width: 772px){
  .sagBolumIcerik{
    text-align: left;
  }
  .solBolumIcerik{
    text-align: justify;
  }
  .sagBolumIcerik .nav>li>a{
      padding-left: 0px;
      padding-right: 0px;
  }
  .ortaBolum .wh-ps .wh-item{
    width: 48.3%;
    height: 230px;
  }
  .ortaBolum{
    padding-right: 0px;
  }
}


/* ############################################################################
                        ODALAR SAYFASI
############################################################################### */
.odalar, .odalar .grid{
  height: 100%;
}
@media (min-width: 773px){
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  height: 100%;
  padding: 1.5px;
  width: 25%;
  text-align: center;
  cursor: pointer;
}
.grid figure img {

  position: relative;
  display: block;
  min-height: 100%; 
  min-width: 100%;
  object-fit: cover;
}
.grid figure figcaption {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.grid figure h2 {
  color: #5f99db;
  font-size: 30px;
  text-align: center;
  font-family: Playfair Display;
}


figure.effect {
  background: #FFF;
}

figure.effect img{
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect h2 {
    position: absolute;
    bottom: 0px;
    left: 0;
    text-align: center;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
    text-align: center;
    width: 100%;
}

figure.effect:hover img {
  -webkit-transform: translate3d(0,-80px,0);
  transform: translate3d(0,-80px,0);
}

figure.effect:hover h2 {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  text-align: center;
}

.bilgi, .rezervasyonYap, .mCizgi{
  display: none;
}
.odalarKutu {
    background-color: #80aee3;
  padding: 5px;
  width: 219px;
  position: absolute;
  top: 48%;
  left: 41.5%;
  text-align: center;
  color: #FFF;
  font-size: 30px;
  font-family: "Playfair Display";
  line-height: 1.789;
  text-transform: uppercase;
  }
}
@media (max-width: 772px){
  .grid *{
    color:#6298D7;
  }
  .grid figure{
    background-color: #F4F4F4;
    padding: 25px;
    padding-bottom: 40px;
    margin-bottom: 15px;
  }
  .grid figure img{
    width: 100%;
    object-fit:cover; 
    height: 232px;
  }
  .grid figure figcaption{
    text-align: center;
  }
  .grid figure figcaption h2{
    font-size: 1.6em;
    line-height: 1.1;
    margin-bottom: .5em;
    margin-top: .5em;
    padding-bottom: .5em;
    font-family: "Playfair";
    margin-bottom: 10px;
  }
  .grid figure figcaption h2:hover, .grid figure figcaption h2:focus{
    color:#000;
  }
  .grid .bilgi{
    font-size: .7em;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-family: "Open Sans";
    margin-top: 10px;
  }
  .grid .rezervasyonYap{
    font-size: 1em;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-top: -45px;
    position: absolute;
  }
  .grid .bilgi:hover, .grid .rezervasyonYap:hover, .grid .bilgi:focus, .grid .rezervasyonYap:focus{
    color:#000;
  }
  .mCizgi{
    height: 3px;
    width: 30px;
    margin: 0px auto;
    background-color: #6298D7;
  }
  .odalarKutu{
    display: none;
  }
}



/* ############################################################################
                            ODALAR DETAY
############################################################################### */
.detay .sagBolumIcerik{
  background-color: #80aee3;
  height: 100%;
}
.detay .bolumBaslik{
  font-size:22px;
  margin-bottom: 10px;
}
.detay .other{
  font-size: 70px;
  font-family: "Playfair Display";
  color: rgba(255, 255, 255, 0.2);
  font-weight: bold;
  width: 100%;
  word-wrap: break-word;
  text-align: left;
}
@media (min-width: 992px) and (max-width: 1205px){
  .detay .other{
    font-size:50px;
  }
}
@media (max-width: 772px){
  .detay .other{
    font-size:40px;
  }
}
.detay .nav>li>a{
  color:#000;
  padding: 0px;
  margin: 0px;
  font-family: Playfair;
  font-size:14px;
  line-height: 2;
  text-align: left;
}
.detay .nav>li>a:hover{
  background-color: transparent;
  color:#80aee3;
}
.acilirMenu {
  position: relative;
  display: inline-block;
}
.acilirMenu{
  background-color: #80aee3;
  width: 100%;
  margin-top: 19px;
}
@media (max-width: 772px){
  .acilirMenu {
    margin-bottom: 19px;
  }
}
.acilirMenu h1.sayfaBasligi{
  color:#FFF;
  font-size:15px;
  margin: 7px;
}
.acilirMenu .dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFF;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    margin-top: -1px;
    z-index: 1;
    border:1px solid #80aee3;
}
.acilirMenu .dropdown-content li a{
  font-size:15px;
}
.acilirMenu:hover .dropdown-content{
    display: block;
}
.detay .ortaBolum{
  overflow: hidden;
}
.detay .ortaBolum img{
  object-fit:cover;
  width: 100%;
  height: 100%;
}
/*@media (min-width: 767px) and (max-width: 1025px){
  .detay .ortaBolum .owl-carousel .owl-item img{
    height: 450px;
  }
}*/
@media (max-width: 772px){
  .detay .sagBolum{
    display: none;
  }
  .detay .ortaBolum{
    margin-top: 10px;
    padding-right: 15px;
  }
}
.detay .solBolumIcerik{
  height: 90%;
}
.Btn{
  text-align: center;
}
@media (min-width:773px){
  .Btn{
    position: fixed;
    left: 14%;
    bottom:10%;
  }
}
@media (min-width: 1367px){
  .Btn{
    bottom:10%;
  }
}
.reservationBtn{
  background-color:#80aee3;
  padding: 5px;
  border-radius: 0px;
  color:#FFF;
  padding-right: 11px;
}
.reservationBtn:hover, .reservationBtn:focus{
  background-color: #000;
  color:#FFF;
}
.detay .sayfaBasligi{
  font-size:16px;
}
.kutu{
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding-right: 50px;
}

/* ############################################################################
                        İLETİŞİM SAYFASI
############################################################################### */
.bolumBaslik{
  color: rgb(128, 174, 227);
  line-height: 1;
  text-align: left;
  font-family: "Playfair";
  font-size:20px;
  margin-top: 0px;
}
@media (max-width: 772px){
  .harita{
    display: none;
  }
}
.adres{
  display: block;
  height: auto;
  min-height: 90px;
}
.harita{
  margin-bottom: 10px;
}
.harita .container, .harita .row, .harita .col-sm-12{
  padding: 0px;
}
.adres .info{
  display: block;
  width: 100%;
}
.adres .info .fa{
  color:#80aee3;
  float: left;
  width: 10%;
  font-size:17px;
  margin-top: 3px;
}
.adres .info span{
  width: 90%;
  float: left;
  margin-top: 2px;
}
.form .container{
  margin: 0px;
  padding: 0px;
}
.iletisimForm{
  padding: 0px;
  margin: 0px;
}
.iletisimForm .container{
  width: 100%;
}
.iletisimForm .formify-form{
  padding-left: 10px;
  padding-right: 10px;
}
.iletisimForm .formify-form input[type="text"], .formify-form input[type="email"], .formify-form input[type="tel"], .formify-form input[type="number"], .formify-form input[type="search"], .formify-form input[type="url"], .formify-form input[type="password"]{
  border:none;
  float: left;
  padding: 3px;
  margin: 0px;
  width: 75%;
}
.iletisimForm .formify-form textarea{
  border:none;
  float: left;
  padding: 5px;
  margin: 0px;
  width: 75%;
  height: 3em;
}
.iletisimForm .formify-field-label{
  float: left;
  width: 29%;
  margin: 0px;
  padding:0px;
  font-size:13px;
}
.formify-form label{
  margin: 0px;
}
.iletisimForm .formify-field-container{
  width: 100%;
  display: block;
  border-bottom:1px solid #80aee3;
  float: left;
  padding: 0px;
  margin: 0px;
}
.iletisimForm .formify-form .formify-field-container {
  margin: 1px;
}
.iletisimForm .formify-field-label{
  color: rgb(66, 66, 66);
  text-align: left;
  margin-left: -20px;
}
.iletisimForm .formify-field-label:after{
  content: ':';
  float: right;
  padding-right: 3px;
  margin-top: 5px;
}
.iletisimForm .formify-form input[type="submit"] {
    background: transparent;
    color: #000;
    text-transform: uppercase;
    float: right;
    border-radius: 0px;
}
.iletisimForm .formify-form input[type="submit"]:hover{
  background-color: #5a96da;
  color:#FFF;
}

@media (max-width: 772px){
  .iletisimForm .formify-form input[type="text"], .formify-form input[type="email"], .formify-form input[type="tel"], .formify-form input[type="number"], .formify-form input[type="search"], .formify-form input[type="url"], .formify-form input[type="password"]{
    width: 70%;  
  }
  .iletisimForm .formify-form textarea{
  width: 70%;
  }
  .iletisimForm .formify-field-label{
    font-size:12px;
    /*margin-left: -10px;*/
    margin-left: 0px;
  }
  .iletisimForm{
    padding: 10px;
  }
  .iletisimForm .bolumBaslik{
    margin-top: 15px;
  }
}
@media (max-width: 772px){
  .harita{
    display: block;
  }
}

/* ############################################################################
                        GALERİ SAYFASI
############################################################################### */
.galeri{
  padding: 20px;
}
.galeriMenu{
  margin-top: 10px;
}
.galeriMenu .nav{
  margin-left: -30px;
  border-bottom:1px solid rgb(215, 215, 215);
}
.galeriMenu .nav>li{
  float: left;
}
.galeriMenu .nav>li>a{
    font-size: 14px;
    font-family: "Open Sans";
    color:#64B1E4;
    line-height: 1.2;
    text-align: center;
}
.galeriMenu .nav>li>a:hover, .galeriMenu .nav>li>a:focus{
  background-color:transparent;
  color:#000;
}
.galeriMenu .crumb{
  font-size: 35px;
  font-family: "Playfair Display";
  color:#64B1E4;
  line-height: 1.2;
  text-align: center;
  position: absolute;
}
@media (min-width: 773px){
  .galeriMenu{
    padding-left: 47px;
    margin-bottom: 20px;
  }
  .galeriMenu .crumb{
    right: 15px;
    top:-2px;
  }
}
@media (max-width: 772px){
  .galeriMenu{
    padding-left: 40px;
    margin-top: 50px;
  }
}
@media (max-width: 772px){
  .galeriMenu .crumb{
    text-align: center;
      margin-top: 25px;
      position: relative;
      margin-left: -22px;
  }
  .galeriMenu .nav>li>a{
    padding: 8px;
    font-size:12px;
  }
}
.galeriResimleri{
  height: 90%;
  overflow-x:hidden;
  overflow-y:auto;
  text-align: center;
  min-height: 150px;
  width: 100%;
}
.galeriResimleri .whale-photoswipe{
  text-align: center;
}
.galeriResimleri .wh-ps .wh-item{
  width: 19.1%;
  float: left;
}
.galeriResimleri .wh-ps figure{
  padding: 0px;
  margin: 0px;
}
.galeriResimleri .wh-ps .wh-item{
  width: 20%;
  padding: 2px;
}
@media (max-width: 1200px){
  .galeriResimleri .wh-ps .wh-item{
    width: 25%;
  }
}
@media (max-width: 772px){
  .galeriResimleri .wh-ps .wh-item{
    width: 50%;
  }
}

/* ############################################################################
                            FOOTER
############################################################################### */
@media (min-width: 773px){
  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5%;
    background-color: #FFF;
  }
  .footerLogo, .footerAdres{
    display: none;
  }
  .footer .container{
    width: 92%;
  }
  .footer .fa-facebook{
    color:#3b5998;
  }
  .footer .fa-twitter{
    color:#00ACEE;
  }
  .footer .fa-instagram{
    color:#3f729b;
  }
  .footer .fa-tripadvisor{
    color:#589442;
  }
}
.sosyalAg{
  padding-left: 15px;
}
.sosyalAg .fa{
  font-size:20px;
  margin-right: 10px;
}
.copyright{
  text-align: center;
}
.copyright a{
  color:#000;
}
.sosyalAg .fa:hover, .copyright a:hover{
  color:#5a96da;
}
.tasarim .a360-icon{
  float: right;
  height: 18px;
}
.tasarim .a360-icon.a360-light-grey .a360-icon-card-container .a360-icon-back > div{
  -webkit-filter: brightness(0.2);-moz-filter: brightness(0.7);-o-filter: brightness(0.2);-ms-filter: brightness(0.2);filter: brightness(0.2);
}
.tasarim .tooltip360-a360-icon{bottom:4px;}
@media(max-width: 772px){
  .sosyalAg{
    text-align: center;
  }
  .tasarim .a360-icon{
    float: none;
  }
}
@media (max-width: 772px){
  .footer{
    background-image: -moz-linear-gradient( 138deg, rgb(0,32,111) 0%, rgb(98,154,214) 100%);
    background-image: -webkit-linear-gradient( 138deg, rgb(0,32,111) 0%, rgb(98,154,214) 100%);
    background-image: -ms-linear-gradient( 138deg, rgb(0,32,111) 0%, rgb(98,154,214) 100%);
    text-align: center;
  }
  .footerLogo img{
    width: 275px;
    margin-top: 10px;
  }
  .footerAdres .fa{
    display: none;
  }
  .footerAdres .info span{
    font-size: 13px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    line-height: 1.8;
    text-align: center;
    width: 100%;
  }
  .footerAdres .info a{
    color:#FFF;
  }
  .sosyalAg .fa{
    color:#FFF;
  }
  .copyright{
    display: none;
    text-align: center;
  }
  .tasarim{
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

::-webkit-scrollbar{width:4px;}
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(128,174,227,0.3);-webkit-border-radius:5px;border-radius:5px;}
::-webkit-scrollbar-thumb{-webkit-border-radius:5px;border-radius:5px;background:rgba(128,174,227, 0.8);-webkit-box-shadow:inset 0 0 6px rgba(128,174,227,0.5);}
::-webkit-scrollbar-thumb:window-inactive{background:rgba(128,174,227,1);}


@media (max-width: 772px){
  .pageWrapper .col-md-1, .pageWrapper .col-md-2, .pageWrapper .col-md-3, .pageWrapper .col-md-4, .pageWrapper .col-md-5, .pageWrapper .col-md-6, .pageWrapper .col-md-7, .pageWrapper .col-md-8, .pageWrapper .col-md-9, .pageWrapper .col-md-10, .pageWrapper .col-md-11, .pageWrapper .col-md-12{
    width: 100%;
  }
}

.pageWrapper .owl-controls.clickable .owl-pagination{
  position: relative;
}

.special .container{
  min-height: 100px;
  height: auto;
}
.special .wh-ps.fluid-grid.col-2 .wh-item {
    width: 50%;
    padding-bottom: 42%;
}
@media only screen and (max-width: 1050px) and (min-width: 651px){
  .special .wh-ps.fluid-grid .wh-item, body .wh-ps.fluid-grid[class*=col-] .wh-item{
    width: 25%;
    padding-bottom: 25%;
  }
}
@media (max-width: 480px){
  .special .wh-ps.fluid-grid .wh-item, body .wh-ps.fluid-grid[class*=col-] .wh-item{
    width: 50%;
    padding-bottom: 50%;
  }
} 

h1, h2, h3, h4, h5, h6{
  color:#80aee3;
  font-family: Playfair Display;
}

.pageWrapper .pswp__bg{
  background-color: #3F3F3F;
}

.etkinlikBaslik{
  font-size:24px;
  font-family: "Playfair Display";
  color:#84B2E6;
  text-align: left;   
  margin-top: 0px;
  margin-left: 0px;
}
.etkinlikBaslik:hover{
  color: rgb(128, 174, 227);
}
.etkinlikler .nav li{
}
.etkinlikler .nav li a{
  padding: 0px;
}
.etkinlikler .nav li a:hover{
  background-color:transparent;
}
.etkinlikler .nav li a:hover .etkinlikBaslik{
  color:#000;
}
.etkinlikler .nav li a .etkinlikAciklama{
  color:#000;
}
.etkinlikler .devami{
  color:#84B2E6;
  float: right;
  font-size:15px;
  margin-top: -10px;
  font-family: "Playfair Display";
}
.etkinlikler .devami:hover{
  color: #000;
}


.page-template-alacati .special .wh-item {
  width: 47%;
}
@media (min-width:772px){
  .page-template-alacati .special .wh-item:nth-child(1){
    margin-left: -4px;
  }
}
.page-template-alacati .special .wh-item img {
  width: 100%;
}

@media (min-width: 895px) and (max-width: 1122px){
  .page-template-alacati .special .wh-item {
    width: 46%;
  } 
}
@media (min-width: 772px) and (max-width: 895px){
  .page-template-alacati .special .wh-item {
    width: 45%;
  }
}
@media (max-width: 433px){
  .page-template-alacati .special .wh-item {
    width: 45%;
  }
}


.HTMLBlock, .HTMLBlock .carousel,  .HTMLBlock .carousel-inner, .HTMLBlock .item, .HTMLBlock .carousel-inner img{
  height: 100%;
}

@media (max-width: 767px){
  .footerLogo, .footerAdres, .copyright{
    display: none;
  }
  .sosyalAg{
    margin-top: 10px;
  }
  .sosyalAg, .tasarim{
    width: 50% !important;
  }
}

a#footer-tel {
    color: #971461;
    text-decoration: none;
    transition: all .3s;
    padding: 0px 15px;
    border-left: 1px solid;
}
a#footer-tel:hover {
    color: #6aa7b3;
}
a#footer-tel #f_tel_icon {
  display: none;
}

@media (max-width: 772px){
  a#footer-tel {
      border: none;
      padding: 0px;
  }
  a#footer-tel #f_tel_icon {
      display: inline-block;
  }
  a#footer-tel #f_tel_text {
      display: none;
  }
}