@media (min-width: 1200px) and (max-width: 1500px) {
    .vh25{
        padding: 25vh 0!important;
    }
    .vhb25{
        padding-bottom: 25vh!important;
    }
    .sec-pad,
    .tabs,
    .news-page,
    .room-page,
    .vh25{
        padding: 25vh 0;
    }
    .section-content.p-t90 {
        padding-top: 0px;
    }
    .kadinlarDenizi {
        padding: 0;
    }
    .kadinlarDenizi.p-t270 {
        padding: 25vh 80px;
    }
    .wt-left-part {
        padding-left: 0;
    }
    .focus-text{
        margin-bottom: 30px;
        line-height: normal;
    }
    .kadinlarDenizi .video{
        top: 40px;
    }
    footer{
        margin-top: 0;
    }
    .footer_content .container-fluid .item .galeri-menu li, .footer_content .container-fluid .item .hizli-menu li {
        margin: 0 0 10px;
    }
    .sosyal ul {
        margin-left: -15px;
        margin-top: 30px;
    }
    .page-page {
        padding: 5vh 0;
    }
    .galleries {
        padding: 0 0 25vh 0;
    }

}
@media (min-width: 991px) and (max-width: 1200px) {
    .navbar-collapse.collapse,
    .lang,
    .navbar-toggle{
        display: none!important;
    }
    .nav-wide .container{
        padding: 0 40px;
    }
    .logo-header {
        display: block;
        width: 170px;
        line-height: 55px;
    }
    .logo-header-inner {
        display: inline-block;
        vertical-align: middle;
        max-width: 95%;
        max-height: 95%;
    }
    .site-header__right {
        margin-right: 0px;
    }
    .carousel .item video {
        width: auto;
        height: 100%;
    }
    .banner-content .intro-text .top-text {
        font-size: 50px;
        width: 100%;
    }
    .site-header__right.mn{
        margin-right: 0px;
        margin-top: 1px;
        display: block;
        width: 100%;
        position: absolute;
        right: 0;
        z-index: 98;
    }
    .mean-container .mean-bar {
        top: 0;
        right: 0px;
    }
    .mean-container a.meanmenu-reveal {
        right: 260px!important;
        margin-top: 26px;
        border: none;
        padding: 0;
        width: 42px;
    }
    .mean-container a.meanmenu-reveal span:nth-child(1) {
        width: 20px;
        margin: auto;
    }
    .mean-container a.meanmenu-reveal span {
        height: 2px;
        margin-top: 5px;
    }
    .mean-container a.meanmenu-reveal span:nth-child(3) {
        width: 20px;
        margin: 5px auto;
    }
    .mean-container .mean-nav {
        background: #fff none repeat scroll 0 0;
        float: left;
        margin-top: 69px;
        width: 100%;
    }
    .mean-container .mean-nav ul li a {
        padding: 5px 5%;
        color: #000;
        border-top: 1px solid rgba(0, 0, 0, 0.5);
    }
    .mean-container a.meanmenu-reveal.meanclose span:nth-child(1) {
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        width: 32px;
        margin-top: 10px;
    }
    .mean-container a.meanmenu-reveal.meanclose span:nth-child(2) {
        left: -100%;
        opacity: 0;
    }
    .mean-container a.meanmenu-reveal.meanclose span:nth-child(3) {
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
        width: 32px;
        margin-top: -8px;
    }
    .mean-container .mean-nav ul li a.mean-expand:hover {
        background: rgba(0,0,0,0.0);
    }
    .mean-container .mean-nav ul li li a {
        padding: 5px 6%;
        border-top: 1px solid rgba(0, 0, 0, 0.5);
    }
    #top-nav {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: 0px;
        left: 0px;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
    }
    .hamburgerspan {
        cursor: pointer;
        display: block;
        width: 15px;
        height: 1px;
        margin: 0 auto 5px;
        position: relative;
        background: #222;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
          background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    }
    .hamburgerspan:nth-last-child(1) {
        transform-origin: 0% 0%;
    }
    .hamburgerspan:nth-last-child(2) {
        transform-origin: 0% 100%;
    }
    .hamburgerspan:nth-last-child(3){
        width: 25px;
    }
    #top-nav:checked ~ .hamburgerspan {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, 4px);
        background: #fff;
    }
    #top-nav:checked ~ .hamburgerspan:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
        background: #fff;
    }
    #top-nav:checked ~ .hamburgerspan:nth-last-child(2) {
        opacity: 1;
        transform: rotate(-45deg) translate(0, -4px);
        background: #fff;
    }
    input[id^="menu-"] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        cursor: pointer;
        opacity:0;
    }
    div[id^="menu-cont-"] {
        border-right: 1px solid #ccc;
        width: 100%;
        height: 100%;
        max-width: 400px;
        background-color: #d1ab66;
        box-sizing: border-box;
        margin: 0;
        position: fixed;
        overflow: hidden;
        right: 0;
        top: 0;
        transform: translateX(100%);
        transition: transform .4s ease,-webkit-transform .4s ease;
        padding-right:0;
    }
    #top-nav:checked ~ div[id^="menu-cont-"],
    input[id^="menu-"]:checked ~ div[id^="menu-cont-"] {
        transform: translateX(0);
    }
    li.nav-item,
    li.nav-item a {
        width: 100%;
        font-size: 16px;
        list-style: none;
		font-family: 'Roboto', sans-serif;
        /*padding: 15px 10px 15px 20px;*/
        box-sizing: border-box;
        position:relative;
        color: #fff;
        text-align: center;
        line-height: 60px;
        letter-spacing: 2px;
        font-weight: 100;
    }
    div[id^="menu-cont-"] li.nav-item:last-child {
        border: 0;
    }
    .menu--primary{
        display: table;
        width: 100%;
        height: 100%;
    }
    .menu-ul {
        padding: 0;
        margin: 25px 0 0 0;
        display: table-cell;
        vertical-align: middle;
    }
    
    label.menu-label {
        width: 100%;
        display: block;
        line-height: 60px;
        border-bottom: 1px solid #fff;
        color: #d1ab66;
        font-weight: bold;
        box-sizing: border-box;
        background-color:#fff;
    }

    #menu-cont-1{z-index:1001;}
    #menu-cont-2{z-index:1002;}
    #menu-cont-3{z-index:1003;}
    .hamburgerspan{z-index:9998;}
    #top-nav{z-index:9999;}


    .vh25{
        padding: 25vh 0!important;
    }
    .vhb25{
        padding-bottom: 25vh!important;
    }
    .sec-pad,
    .tabs,
    .news-page,
    .room-page,
    .vh25{
        padding: 10vh 0;
    }
    .section-content.p-t90 {
        padding-top: 0px;
    }
    .kadinlarDenizi {
        padding: 0;
    }

    .wt-left-part {
        padding-left: 0;
    }
    .focus-text{
        font-size: 50px;
        margin-bottom: 20px;
        line-height: 50px;
    }
    .btn{
        margin-top: 20px;
        width: 130px;
        font-size: 14px;
    }

    footer{
        margin-top: 0;
    }
    .footer_content .container-fluid .item .galeri-menu li, .footer_content .container-fluid .item .hizli-menu li {
        margin: 0 0 10px;
    }
    .sosyal ul {
        margin-left: -15px;
        margin-top: 30px;
    }
    .page-page {
        padding: 25vh 0;
    }
    .galleries {
        padding: 0 0 25vh 0;
    }
    .footer_content .container-fluid .item{
        width: 100%;
    }
    .footer_content .container-fluid .item:nth-child(2){
        width: 50%;
    }
    .pic-bg-border .image{
        height: 310px;
        background-position: 0 0!important;
    }
    .room-block .inner-box .content-column-x {
        position: relative;
        top: 0;
        right: 0;
        transform: translateY(0%);
        z-index: 1;
    }
    .room-block .inner-box .content-column-x .inner-column{
        margin-left: 0;
    }
    .room-block:nth-child(2n+1) .inner-box .image-column {
        display: none;
    }
}

@media (min-width: 740px) and (max-width: 990px) {
    .navbar-collapse.collapse,
    .lang,
    .navbar-toggle{
        display: none!important;
    }
    .mn {
        display: block;
    }

    .nav-tabs {
        display: none!important;
      }
    .tab-pane {
        display: block !important;
        opacity: 1;
    }
    .nav-wide .container{
        padding: 0 40px;
    }
    .carousel .item video {
        width: auto;
        height: 100%;
    }
    .banner-content .intro-text .top-text {
        font-size: 50px;
        width: 100%;
    }
    .site-header__right.mn{
        margin-right: 10px;
        margin-top: 1px;
        display: block;
    }
    #mobileNav {
        padding: 30px 20px 0 0;
    }
    #top-nav {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: 0px;
        left: 0px;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
    }
    .hamburgerspan {
        cursor: pointer;
        display: block;
        width: 15px;
        height: 1px;
        margin: 0 auto 5px;
        position: relative;
        background: #222;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
          background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    }
    .hamburgerspan:nth-last-child(1) {
        transform-origin: 0% 0%;
    }
    .hamburgerspan:nth-last-child(2) {
        transform-origin: 0% 100%;
    }
    .hamburgerspan:nth-last-child(3){
        width: 25px;
    }
    #top-nav:checked ~ .hamburgerspan {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, 4px);
        background: #fff;
    }
    #top-nav:checked ~ .hamburgerspan:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
        background: #fff;
    }
    #top-nav:checked ~ .hamburgerspan:nth-last-child(2) {
        opacity: 1;
        transform: rotate(-45deg) translate(0, -4px);
        background: #fff;
    }
    input[id^="menu-"] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        cursor: pointer;
        opacity:0;
    }
    div[id^="menu-cont-"] {
        border-right: 1px solid #ccc;
        width: 100%;
        height: 100%;
        max-width: 400px;
        background-color: #d1ab66;
        box-sizing: border-box;
        margin: 0;
        position: fixed;
        overflow: hidden;
        right: 0;
        top: 0;
        transform: translateX(100%);
        transition: transform .4s ease,-webkit-transform .4s ease;
        padding-right:0;
    }
    #top-nav:checked ~ div[id^="menu-cont-"],
    input[id^="menu-"]:checked ~ div[id^="menu-cont-"] {
        transform: translateX(0);
    }
    li.nav-item,
    li.nav-item a {
        width: 100%;
        font-size: 16px;
        list-style: none;
		font-family: 'Roboto', sans-serif;
        box-sizing: border-box;
        position:relative;
        color: #fff;
        text-align: center;
        line-height: 60px;
        letter-spacing: 2px;
        font-weight: 100;
    }
    div[id^="menu-cont-"] li.nav-item:last-child {
        border: 0;
    }
    .menu--primary{
        display: table;
        width: 100%;
        height: 100%;
    }
    .menu-ul {
        padding: 0;
        margin: 25px 0 0 0;
        display: table-cell;
        vertical-align: middle;
    }
    
    label.menu-label {
        width: 100%;
        display: block;
        line-height: 60px;
        border-bottom: 1px solid #fff;
        color: #d1ab66;
        font-weight: bold;
        box-sizing: border-box;
        background-color:#fff;
    }

    #menu-cont-1{z-index:1001;}
    #menu-cont-2{z-index:1002;}
    #menu-cont-3{z-index:1003;}
    .hamburgerspan{z-index:9998;}
    #top-nav{z-index:9999;}


    .vh25{
        padding: 25vh 0!important;
    }
    .vhb25{
        padding-bottom: 25vh!important;
    }
    .sec-pad,
    .tabs,
    .news-page,
    .room-page,
    .vh25{
        padding: 10vh 0;
    }
    .room-page{
        padding: 10vh 20px;
    }
    .mt-320{
        margin-top: 320px;
    }
    .section-content.p-t90 {
        padding-top: 0px;
        
    }
    .kadinlarDenizi {
        padding: 0;
    }

    .wt-left-part {
        padding-left: 0;
        width: 100%;
    }
    .wt-left-part .details {
        width: 100%;
		text-align: justify;
    }
    .focus-text{
        font-size: 50px;
        margin-bottom: 20px;
        line-height: 50px;
    }
    .btn{
        margin-top: 10px;
        width: 130px;
        font-size: 14px;
    }
    .kadinlarDenizi .video{
        display: none;
        height: auto!important;
    }
	
    footer{
        margin-top: 0;
        height: 100%;
    }
    .footer_content .container-fluid{
        flex-direction: column;
    }
    .footer_content .container-fluid .item:first-child {
        width: 100%;
    }
    .footer_content .container-fluid .item{
        width: 100%;
        text-align: center;
        margin: 20px 0;
    }
    .footer_content .container-fluid .item .wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer_content .container-fluid .item .galeri-menu li, .footer_content .container-fluid .item .hizli-menu li {
        margin: 0 0 10px;
    }
    .sosyal ul {
        display: flex;
        justify-content: center;
        margin-left: -15px;
        margin-top: 30px;
    }
    .footerAlt .rows {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    .footerAlt .rows .item{
        margin: 20px 0;
    }
    .page-page {
        padding: 10vh 0;
    }
    .galleries {
        padding: 0 0 10vh 0;
    }
    .pic-bg-border .image{
        height: 310px;
        background-position: 0 0!important;
        margin-left: 7%;
    }
    .room-block .inner-box .content-column-x {
        position: relative;
        top: 0;
        right: 0;
        transform: translateY(0%);
        z-index: 1;
    }
    .room-block .inner-box .content-column-x .inner-column{
        margin-left: 0;
    }
    .room-block:nth-child(2n+1) .inner-box .image-column {
        display: none;
    }
    .about .text-wrapper {
        padding-bottom: 50px;
        width: 100%;
    }
    .about .text-wrapper .details {
        width: 100%;
		text-align: justify;
    }
    .about .overview-details:after {
        top: 350px;
        width: 100%;
        background-size: cover;
    }
    .our-history-content{
        padding: 0 40px;
    }
    .tabs {
        display: flex;
        flex-direction: column;
    }
    .nav-tabs {
        border-bottom: none;
        display: flex;
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
    }
    .nav-tabs>li {
        width: 50%;
        text-align: center;
    }
    .tab-content {
        flex: 1;
        margin-top: 50px;
    }
    .about .overview-details {
        position: relative;
        padding: 0 20px;
    }
    
}
@media (min-width: 768px) {
    .card {
        border: none;
    }

    .card .card-header {
        display: none;
    }

    .card .collapse {
        display: block;
    }
}
@media(max-width: 740px) {
    .mean-container a.meanmenu-reveal span {
        display: block;
        background: #000;
        height: 3px;
        margin-top: 3px;
    }
    a.meanmenu-reveal.meanclose {
        margin-right: 0px;
        margin-top: 14px;
    }
    .mean-container .mean-bar {
        top: 0;
        right: 0px;
    }
    .mean-container .mean-nav {
        background: #fff none repeat scroll 0 0;
        float: left;
        margin-top: 75px;
        width: 100%;
    }

    .mean-container a.meanmenu-reveal span{
        height: 2px;
        margin-top: 5px;
    }
    .mean-container a.meanmenu-reveal span:nth-child(1) {
        width: 20px;
        margin: auto;
    }
    .mean-container a.meanmenu-reveal span:nth-child(3) {
        width: 20px;
        margin: 5px auto;
    }
     .mean-container a.meanmenu-reveal.meanclose span:nth-child(1){
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        width: 32px;
        margin-top: 10px;
    }
    .mean-container a.meanmenu-reveal.meanclose span:nth-child(3){
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
        width: 32px;
        margin-top: -8px;
    }
    .mean-container a.meanmenu-reveal.meanclose span:nth-child(2){
        left: -100%;
        opacity: 0;
    }
    .mean-container .mean-nav ul li a{
        padding: 5px 5%;
        color: #000;
        border-top: 1px solid rgba(0, 0, 0, 0.5);
    }
    .mean-container .mean-nav ul li li a{
        padding: 5px 10%;
        border-top: 1px solid rgba(0, 0, 0, 0.5);
    }
    .mean-container .mean-nav ul li li li a{
        padding: 5px 15%;
        border-top: 1px solid rgba(0, 0, 0, 0.5);
    }
    .mean-container .mean-nav ul li li li li a {
        padding: 5px 20%;
        border-top: 1px solid rgba(0, 0, 0, 0.5);
    }
    .mean-container .mean-nav ul li a.mean-expand:hover {
        background: rgba(0,0,0,0.0);
    }
    .navbar-collapse.collapse,
    .lang,
    #banner-carousel .desktop,
    .desktop,
    .navbar-toggle{
        display: none!important;
    }
    .tabs{
        padding: 0!important;
    }
    .mobile,
    .md-hidden,
    .table th,
    .table td{
        display: block;
		max-height: 600px;
		max-width: 750px;
    }
    .news-block {
        width: 100%;
    }
    .banner-content {
        position: relative;
        height: calc(100% - 151px);
        overflow: hidden;
    }
    .card-header{
        display: block;
    }
    .nav-tabs {
        display: none!important;
    }
    .tab-pane {
        display: block !important;
        opacity: 1;
    }
    .page-title h2{
        line-height: 50px;
    }
    .our-history-content h2{
        line-height: 54px;
    }
    .mn {
        display: block;
    }
    .fancybox-caption{
        bottom: 60px;
    }
    .white-popup-block{
        padding: 40px 10px;
    }
    .popup-call-phone {
        text-align: center;
        font-size: 16px;
    }
    .popup-call-phone span {
        display: block;
        margin-bottom: 5px;
    }
    .popup-call-desciption{
        margin-bottom: 20px;
    }
    .kvkk{
        font-size: 14px;
        padding: 1em 0;
        bottom: 60px;
    }
    .kvkk span{
        display: initial;
    }
    .kvkk .rows {
        flex-direction: column;
    }
    .message {
        margin-bottom: 1em;
        margin-right: 0;
    }
    .buton .kvkk-btn{
        padding: 3px 48px;
        font-size: 13px;
    }
    .nav-wide .container{
        padding: 0 10px;
    }
    .carousel .item video {
        width: auto;
        height: 100%;
    }
    .banner-content .intro-text .top-text {
        font-size: 30px;
        width: 100%;
        padding: 0 20px;
    }
    .site-header__book .btn-header{
        font-size: 10px;
    }
    .site-header__email--icon {
        padding: 1px 5px;
        display: block;
    }
    .site-header__right.mn{
        margin-right: 0px;
        margin-top: 1px;
        display: block;
        width: 100%;
        position: absolute;
        right: 0;
        z-index: 98;
    }

    #top-nav {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: 0px;
        left: 0px;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
    }
    .hamburgerspan {
        cursor: pointer;
        display: block;
        width: 15px;
        height: 1px;
        margin: 0 auto 5px;
        position: relative;
        background: #222;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
          background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    }
    .hamburgerspan:nth-last-child(1) {
        transform-origin: 0% 0%;
    }
    .hamburgerspan:nth-last-child(2) {
        transform-origin: 0% 100%;
    }
    .hamburgerspan:nth-last-child(3){
        width: 25px;
    }
    #top-nav:checked ~ .hamburgerspan {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, 4px);
        background: #fff;
    }
    #top-nav:checked ~ .hamburgerspan:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
        background: #fff;
    }
    #top-nav:checked ~ .hamburgerspan:nth-last-child(2) {
        opacity: 1;
        transform: rotate(-45deg) translate(0, -4px);
        background: #fff;
    }
    input[id^="menu-"] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        cursor: pointer;
        opacity:0;
    }
    div[id^="menu-cont-"] {
        border-right: 1px solid #ccc;
        width: 100%;
        height: 100%;
        max-width: 100%;
        background-color: #d1ab66;
        box-sizing: border-box;
        margin: 0;
        position: fixed;
        overflow: hidden;
        right: 0;
        top: 0;
        transform: translateX(100%);
        transition: transform .4s ease,-webkit-transform .4s ease;
        padding-right:0;
    }
    #top-nav:checked ~ div[id^="menu-cont-"],
    input[id^="menu-"]:checked ~ div[id^="menu-cont-"] {
        transform: translateX(0);
    }
    li.nav-item,
    li.nav-item a {
        width: 100%;
        font-size: 16px;
        list-style: none;
		font-family: 'Roboto', sans-serif;
        box-sizing: border-box;
        position:relative;
        color: #fff;
        text-align: center;
        line-height: 60px;
        letter-spacing: 2px;
        font-weight: 100;
    }
    div[id^="menu-cont-"] li.nav-item:last-child {
        border: 0;
    }
    .menu--primary{
        display: table;
        width: 100%;
        height: 100%;
    }
    .menu-ul {
        padding: 0;
        margin: 25px 0 0 0;
        display: table-cell;
        vertical-align: middle;
    }
    
    label.menu-label {
        width: 100%;
        display: block;
        line-height: 60px;
        border-bottom: 1px solid #fff;
        color: #d1ab66;
        font-weight: bold;
        box-sizing: border-box;
        background-color:#fff;
    }

    #menu-cont-1{z-index:1001;}
    #menu-cont-2{z-index:1002;}
    #menu-cont-3{z-index:1003;}
    .hamburgerspan{z-index:9998;}
    #top-nav{z-index:9999;}


    .vh25{
        padding: 10vh 0!important;
    }
    .vhb25{
        padding-bottom: 10vh!important;
    }
    .sec-pad,
    .tabs,
    .news-page,
    .room-page,
    .vh25{
        padding: 10vh 0;
    }
    .p-lr80 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .room-page{
        padding: 10vh 20px;
    }
    .mt-320{
        margin-top: 470px;
    }
    .section-content.p-t90 {
        padding-top: 0px;
        
    }
    .kadinlarDenizi {
        padding: 0;
    }
    .kadinlarDenizi.p-t270 {
        padding: 10vh 20px;
    }
    .wt-left-part {
        padding-left: 0;
        width: 100%;
    }
    .wt-left-part .details {
        width: 100%;
    }
    .focus-text{
        font-size: 50px;
        margin-bottom: 20px;
        line-height: 50px;
    }
    .btn{
        margin-top: 20px;
        width: 130px;
        font-size: 14px;
        margin-left: 20px;
    }
    .kadinlarDenizi .video{
        top: 100%;
        width: 100%;
        margin-top: 80px;
    }
	
    footer{
        margin-top: 0;
        height: 1024px;
    }
    .footer_content .container-fluid{
        flex-direction: column;
    }
    .footer_content .container-fluid .item:first-child,
    .footer_content .container-fluid .item:last-child {
        width: 100%;
    }
    .footer_content .container-fluid .item{
        width: 100%;
        text-align: center;
        margin: 20px 0;
    }
    .footer_content .container-fluid .item .wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer_content .container-fluid .item .galeri-menu li, .footer_content .container-fluid .item .hizli-menu li {
        margin: 0 0 5px;
    }
    .sosyal ul {
        display: flex;
        justify-content: center;
        margin-left: -15px;
        margin-top: 30px;
    }
    .footerAlt .rows {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    .footerAlt .rows .item{
        margin: 20px 0;
    }
    .page-page {
        padding: 10vh 0;
    }
    .galleries {
        padding: 0 0 10vh 0;
    }
    .pic-bg-border .image{
        height: 310px;
        background-position: 0 0!important;
        margin-left: 7%;
    }
    .room-block {
        position: relative;
        margin-bottom: 30px;
        overflow: hidden;
    }
    .room-block:nth-child(2n+1) .inner-box .content-column,
    .room-block:nth-child(2n) .inner-box .content-column {
        position: relative;
        top: 0;
        right: 0;
        transform: translateY(0%);
        z-index: 1;
    }
    .room-block .inner-box .content-column-x {
        position: relative;
        top: 0;
        right: 0;
        transform: translateY(0%);
        z-index: 1;
    }
    .room-block .inner-box .content-column-x .inner-column{
        margin-left: 0;
    }
    .room-block:nth-child(2n+1) .inner-box .image-column,
    .room-block:nth-child(2n) .inner-box .image-column {
        display: none;
    }
    .room-block:nth-child(2n+1) .inner-box .content-column .inner-column {
        position: relative;
        z-index: 1;
        margin-left: 0px;
        padding: 0;
        background-color: #ffffff;
    }
    .room-block:nth-child(2n) .inner-box .content-column .inner-column {
        position: relative;
        z-index: 1;
        margin-right: 0;
        padding: 0;
        background-color: #ffffff;
    }
    .about .text-wrapper {
        padding-bottom: 50px;
        width: 100%;
    }
    .about .text-wrapper .details {
        width: 100%;
    }
    .about .overview-details:after {
        top: 550px;
        width: 100%;
        background-size: cover;
    }
    .our-history-content{
        padding: 0 40px;
    }
    .tabs {
        display: flex;
        flex-direction: column;
    }
    .nav-tabs {
        border-bottom: none;
        display: flex;
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
    }
    .nav-tabs>li {
        width: 50%;
        text-align: center;
    }
    .tab-content {
        flex: 1;
        margin-top: 50px;
    }
    .about .overview-details {
        position: relative;
        padding: 0 20px;
    }
    .fsticky{
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100vw;
        background: #fff;
        z-index: 999999999999;
        box-shadow: 0 0 80px rgba(56,59,80,.5);
    }
    .fsticky .menu {
        display: flex;
    }
    .fsticky .menu a {
        display: flex;
        align-content: center;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        flex: 1;
        line-height: 20px;
        height: 50px;
        color: #3f4257;
        border-right: 1px solid #e8eaec;
        position: relative;
    }
    .footer_content .container-fluid .item .galeri-menu{
        width: 100%;
    }
    .footer_content .container-fluid .item .galeri-menu li{
        display: inline-block;
        width: 49%;
    }
    .footer_content .container-fluid .item .kareKod {
        float: left;
    }
    .footer_content .container-fluid .item .fLogo {
        float: right;
        margin-top: 1px;
    }
    .sosyal.s-mobile {
        float: right;
    }
    .footer_content .container-fluid .item:nth-child(3),
    .footer_content .container-fluid .item:nth-child(4)
    {
        margin: 0;
    }
}
@media(max-width: 450px) {
    .mean-container a.meanmenu-reveal {
        right: 120px!important;
        margin-top: 26px;
        border: none;
        padding: 0;
        width: 42px;
    }
    .navbar-collapse.collapse,
    .lang,
    .navbar-toggle,
    .site-header__email,
    .site-header__phone{
        display: none!important;
    }
    .logo-header {
        display: block;
        width: 170px;
        line-height: 55px;
    }
    .logo-header-inner {
        display: inline-block;
        vertical-align: middle;
        max-width: 95%;
		max-height: 95%;
    }
    .site-header__right{
        margin-right: 0px;
    }
    .page-title h2{
        line-height: 15px;
		font-size: 30px;
		font-weight: 500;
    }
    .our-history-content h2{
        line-height: 54px;
        font-size: 36px;
    }
    .mn {
        display: block;
    }
    .nav-wide .container{
        padding: 5px 10px;
    }
    .banner-content {
        position: relative;
        height: calc(100% - 130px);
        overflow: hidden;
    }
    .carousel .item video {
        width: auto;
        height: 100%;
    }
    .banner-content .intro-text{
        bottom: 20%;
    }
    .banner-content .intro-text .top-text {
        font-size: 30px;
        width: 100%;
        padding: 0 20px;
    }
    .site-header__book .btn-header{
        font-size: 10px;
    }
    .site-header__email--icon {
        padding: 1px 5px;
        display: block;
    }
    .site-header__right.mn{
        margin-right: 0px;
        margin-top: 1px;
        display: block;
    }

    #top-nav {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: 0px;
        left: 0px;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
    }
    .hamburgerspan {
        cursor: pointer;
        display: block;
        width: 15px;
        height: 1px;
        margin: 0 auto 5px;
        position: relative;
        background: #222;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    }
    .hamburgerspan:nth-last-child(1) {
        transform-origin: 0% 0%;
    }
    .hamburgerspan:nth-last-child(2) {
        transform-origin: 0% 100%;
    }
    .hamburgerspan:nth-last-child(3){
        width: 25px;
    }
    #top-nav:checked ~ .hamburgerspan {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, 4px);
        background: #fff;
    }
    #top-nav:checked ~ .hamburgerspan:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
        background: #fff;
    }
    #top-nav:checked ~ .hamburgerspan:nth-last-child(2) {
        opacity: 1;
        transform: rotate(-45deg) translate(0, -4px);
        background: #fff;
    }
    input[id^="menu-"] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        cursor: pointer;
        opacity:0;
    }
    div[id^="menu-cont-"] {
        border-right: 1px solid #ccc;
        width: 100%;
        height: 100%;
        max-width: 100%;
        background-color: #d1ab66;
        box-sizing: border-box;
        margin: 0;
        position: fixed;
        overflow: hidden;
        right: 0;
        top: 0;
        transform: translateX(100%);
        transition: transform .4s ease,-webkit-transform .4s ease;
        padding-right:0;
    }
    #top-nav:checked ~ div[id^="menu-cont-"],
    input[id^="menu-"]:checked ~ div[id^="menu-cont-"] {
        transform: translateX(0);
    }
    li.nav-item,
    li.nav-item a {
        width: 100%;
        font-size: 16px;
        list-style: none;
		font-family: 'Roboto', sans-serif;
        box-sizing: border-box;
        position:relative;
        color: #fff;
        text-align: center;
        line-height: 60px;
        letter-spacing: 2px;
        font-weight: 100;
    }
    div[id^="menu-cont-"] li.nav-item:last-child {
        border: 0;
    }
    .menu--primary{
        display: table;
        width: 100%;
        height: 100%;
    }
    .menu-ul {
        padding: 0;
        margin: 25px 0 0 0;
        display: table-cell;
        vertical-align: middle;
    }
    
    label.menu-label {
        width: 100%;
        display: block;
        line-height: 60px;
        border-bottom: 1px solid #fff;
        color: #d1ab66;
        font-weight: bold;
        box-sizing: border-box;
        background-color:#fff;
    }

    #menu-cont-1{z-index:1001;}
    #menu-cont-2{z-index:1002;}
    #menu-cont-3{z-index:1003;}
    .hamburgerspan{z-index:9998;}
    #top-nav{z-index:9999;}


    .vh25{
        padding: 10vh 0!important;
    }
    .vhb25{
        padding-bottom: 10vh!important;
    }
    .sec-pad,
    .tabs,
    .news-page,
    .room-page,
    .vh25{
        padding: 10vh 0;
    }
    .p-lr80 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .room-page{
        padding: 10vh 20px;
    }
    .mt-320{
        margin-top: 630px;
    }
    footer.mt-320{
        margin-top: 330px;
    }
    .section-content.p-t90 {
        padding-top: 0px;
        
    }
    .kadinlarDenizi {
        padding: 0;
    }

    .wt-left-part {
        padding-left: 0;
        width: 100%;
    }
    .wt-left-part .details {
        width: 100%;
    }
    .focus-text{
        font-size: 50px;
        margin-bottom: 20px;
        line-height: 50px;
		font-family: 'Roboto', sans-serif;
		font-weight: 100;
    }
    .btn{
    	margin-top: 20px;
        width: 100px;
        font-size: 14px;
        margin-left: 10px;
    }
    .kadinlarDenizi .video{
        top: 100%;
        width: 100%;
        margin-top: 80px;
        display: none;
    }

    footer{
        margin-top: 0;
        height: 740px;
    }
    footer .footer__video {
        padding: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        float: left;
        top: 0px;
        left: 0px;
        z-index: 0;
    }
    footer .footer__video iframe {
        box-sizing: border-box;
        width: 1100vh;
        height: 56.25vw;
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }
    .footer_content .container-fluid{
        flex-direction: column;
    }
    .footer_content .container-fluid .item:first-child,
    .footer_content .container-fluid .item:last-child {
        width: 100%;
    }
    .footer_content .container-fluid .item{
        width: 100%;
        text-align: center;
        margin: 20px 0;
    }
    .footer_content .container-fluid .item .wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /*.footer_content .container-fluid .item .galeri-menu li, .footer_content .container-fluid .item .hizli-menu li {
        margin: 0 0 10px;
    }*/
	
	.turizm-certifica {
    position: absolute;
    right: 10px;
    top: 100px;
    z-index: 200;
    width: 100px;
}
	
	
    .sosyal ul {
        display: flex;
        justify-content: center;
        margin-left: -15px;
        margin-top: 30px;
    }
    .footerAlt .rows {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    .footerAlt .rows .item:last-child{
        margin-bottom: 60px;
    }
    .footerAlt .rows .item{
        margin: 5px 10px;
    }
    .page-page {
        padding: 5vh 0;
    }
    .galleries {
        padding: 0 0 10vh 0;
    }
    .pic-bg-border .image{
        height: 310px;
        background-position: center!important;
        margin-left: 7%;
    }
    .pic-bg-border:after{
        display: none;
    }
    .room-block .inner-box .content-column-x {
        position: relative;
        top: 0;
        right: 0;
        transform: translateY(0%);
        z-index: 1;
    }
    .room-block .inner-box .content-column-x .inner-column{
        margin-left: 0;
    }
    .room-block:nth-child(2n+1) .inner-box .image-column {
        display: none;
    }
    .about .text-wrapper {
        padding-bottom: 50px;
        width: 100%;
    }
    .about .text-wrapper .details {
        width: 100%;
		text-align: justify;
    }
    .our-history-content{
        padding: 0 40px;
    }
    .tabs {
        display: flex;
        flex-direction: column;
    }
    .nav-tabs {
        border-bottom: none;
        display: flex;
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
    }
    .nav-tabs>li {
        width: 50%;
        text-align: center;
    }
    .tab-content {
        flex: 1;
        margin-top: 50px;
    }
    .about .overview-details {
        position: relative;
        padding: 0 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .white-popup{
	width: 100%;
    }
}
@media(max-width: 767px){
    .white-popup{
        width: 100%;
    }
}