header .baner .button_toogle{
    display: none;
    width: 24px;
    height: 24px;
    position: relative;
    z-index: 100;
}
header .baner .button_toogle::after,
header .baner .button_toogle::before{
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    transition-duration: 0.4s;
}
header .scroll .baner .button_toogle::after,
header .scroll  .baner .button_toogle::before{
    background-color: #2A334A;
}
header .baner .button_toogle::before{
    top: auto;
    bottom: 0px;
}
header .baner .button_toogle span{
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FFF;
    transition-duration: 0.4s;
}
header .scroll .baner .button_toogle span{
    background-color: #2A334A;
}
header .baner .button_toogle.active span{
    opacity: 0;
}
header .baner .button_toogle.active::after{
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(-45deg);
}
header .baner .button_toogle.active::before{
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(45deg);
}

.mobile_menu_box .button_box{
    display: none;
}

@media only screen and (max-width: 1400px) {
    .wrapper{
        max-width: 90%;
    }
    header .baner .center_box ul a{
        padding: 10px 16px;
    }
}
@media only screen and (max-width: 1260px){
    header .baner .center_box ul{
        margin: 0px;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 12px 0px;
    }
    .mobile_menu_box{
        position: absolute;
        left: 0px;
        top: 39px;
        background-color: #FFF;
        transition-duration: 0.4s;
        transform: translateY(-200%);
        width: 100%;
		overflow-y: scroll;
		height: 100vh;
		height: calc(100vh - 39px);
    }
    header .scroll .baner .center_box ul:not(.sub-menu){
        top: 55px;
    }
    header .baner .button_toogle{
        display: block;
    }
    .mobile_menu_box .button_box{
        display: inline-flex;
        margin-bottom: 12px;
    }
    header .right_box{
        display: none;
    }

    header .baner .center_box ul .sub-menu{
        position: relative;
        display: flex;
        width: 100%;
        text-align: left;
    }
    header .baner .center_box ul .sub-menu li{
        border-bottom: 0px;
    }

    .front_hero_section .hero_box,
    .page_hero_section .hero_box{
        max-width: 100%;
    }
    .mobile_menu_box .button_box{
        margin-left: 16px;
        border: 1px solid #FFF;
    }
    header .baner .center_box ul .menu-item-has-children::after{
        display: none;
    }

    header .baner .left_box{
        z-index: 5;
    }
}

@media only screen and (max-width: 960px){
	.slider_rooms_section .tns-inner{
		margin-left: 0 !important;
    	margin-right: 0 !important; 
	}
    .cols_section .cols_box{
        flex-direction: column;
    }
    .cols_section .cols_box>div{
        margin-right: 0px;
        margin-bottom: 24px;
    }
    .cols_section .cols_box>div:last-child{
        margin-bottom: 0px;
    }
    .cols_section .cols_box{
        padding: 0px;
    }
    .cols_section.background_add .cols_box{
        padding: 48px;
    }
    .chessboard_section .chess_box .single_item{
        flex-direction: column;
    }
    .chessboard_section .content{
        width: calc(100% - 96px);
        margin-right: 0px;
    }
    .chessboard_section .image_col{
        width: 100%;
        margin-left: 0px;
    }
    .chessboard_section .chess_box .single_item:nth-child(even){
        flex-direction: column;
    }
    .chessboard_section .chess_box .single_item:nth-child(even) .content{
        margin-left: 0px;
    }
    .chessboard_section .chess_box .single_item:nth-child(even) .image_col{
        margin-right: 0px;
    }
    .tiles_section .single_item{
        flex-direction: column;
    }
    .tiles_section .single_item .content{
        width: calc(100% - 96px);
        padding: 48px;
    }
    .tiles_section .single_item .image_col{
        width: 100%;
    }
    .tiles_section .single_item:nth-child(even){
        flex-direction: column;
    }
    .tiles_section{
        background-color: #2A334A;
        background-image: unset !important;
    }
    .tiles_section .buttons{
        display: none;
    }
    .last_packages_section .packages_box{
        grid-template-columns: repeat(1, 1fr);
    }
    .banner_text_section .content{
        width: calc(100% - 48px - 48px);
    }
    footer .cols_box{
        flex-direction: column;
        margin-bottom: 48px;
    }
    footer .cols_box>div{
        margin-right: 0px;
        margin-bottom: 24px;
    }
    footer .cols_box>div:last-child{
        margin-bottom: 0px;
    }
    footer .bottom_bar{
        align-items: flex-start;
        flex-direction: column;
    }
    footer>div>div{
        padding: 0px 48px;
    }
    footer .bottom_bar>div:first-child{
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 24px;
    }
    .slider_rooms_section .tns-ovh{
        overflow: hidden;
    }
    .reviews_section .tns-ovh{
        overflow: hidden;
    }
    .noveo_custom_form>span{
        width: 100%;
    }
    .attractions_section .attractions_box{
        flex-direction: column;
    }
    .attractions_section .attractions_box .content{
        width: calc(90% - 96px);
        margin-right: 0px;
        margin-bottom: -48px;
    }
    .attractions_section .attractions_box .map{
        width: 100%;
        height: auto;
        padding-top: 100%;
        margin-left: 0px;
    }
    .blog_section .single_post{
        flex-direction: column;
        align-items: flex-start;
    }
    .blog_section .single_post .image{
        margin-right: 0px;
        margin-bottom: 48px;
    }
}

@media only screen and (max-width: 670px){
    h1,
    .hero_page_section h1{
        font-size: 42px;
    }
    p, li {
        font-size: 16px;
    }
    h2{
        font-size: 32px;
    }

    .front_hero_section .white-box,
    .reservation_section .white-box,
    .page_hero_section .white-box{
        flex-direction: column;
        align-items: flex-start;
    }
    .front_hero_section form,
    .reservation_section form,
    .page_hero_section form{
        flex-direction: column;
    }
    .front_hero_section .white-box>div,
    .reservation_section .white-box>div,
    .page_hero_section .white-box>div{
        width: 100%;
    }
    .front_hero_section .white-box>div.green-box,
    .reservation_section .white-box>div.green-box,
    .page_hero_section .white-box>div.green-box{
        width: calc(100% - 24px);
    }
    .front_hero_section form,
    .reservation_section form,
    .page_hero_section form{
        width: calc(100% - 16px);
    }
    .front_hero_section .green-box a,
    .reservation_section .green-box a,
    .page_hero_section .green-box a{
        min-height: 48px;
    }
    .front_hero_section form div.date-from,
    .reservation_section form div.date-from,
    .page_hero_section form div.date-from{
        width: calc(100% - 48px)
    }
    .front_hero_section form div.date-from::after,
    .reservation_section form div.date-from::after,
    .page_hero_section form div.date-from::after{
        width: 100%;
        height: 1px;
        top: auto;
        bottom: 0px;
        right: auto;
    }
    .page_hero_section>div{
        height: calc(800px - 96px);
    }
    footer .logo_box{
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 48px;
        flex-direction: column;
    }
    footer .logo_box .social_media{
        margin-top: 24px;
    }
    .contact_menu_header>div>a{
        display: none !important;
    }
    .contact_menu_header>div{
        justify-content: flex-end;
    }
    .contact_menu_header>div>div{
        margin-right: 48px;
    }
    .chessboard_section .content{
        padding: 24px;
        width: calc(100% - 48px);
    }
    .banner_text_section .content{
        padding: 24px;
        width: calc(100% - 48px);
    }
    .reviews_section .single_item .content{
        padding: 24px;
    }
    footer>div>div{
        padding: 0px 24px;
    }
    .article_section .contenet_box{
        padding: 24px;
    }
    .cols_section.background_add .cols_box{
        padding: 24px;
    }
    .files_section .single_file{
        margin: 0px 24px;
        margin-bottom: 24px;
    }
    .files_section .single_file{
        flex-direction: column;
        align-items: flex-start;
    }
    .files_section .files_box{
        padding: 48px 0px;
    }
    .gallery_mega{
        grid-template-columns: repeat(1, 1fr);
    }
    .gallery_mega .item{
        grid-column: 1 / 2 !important;
        height: 300px !important;
        grid-row-end: span 16 !important;
    }
    .attractions_section .attractions_box .content{
        padding: 24px;
        margin-bottom: -24px;
        width: calc(90% - 48px);
    }
    .attractions_section .attractions_box .single_icon {
        padding: 12px;
    }
    .blog_section .single_post{
        padding: 24px;
        margin-bottom: 24px;
    }
    .blog_section .single_post .image {
        margin-bottom: 24px;
    }
    .blog_section h2{
        margin-bottom: 24px;
    }
    .blog_section img{
        max-width: 100%;
    }
}