@media (max-width: 1500px) {

}

@media (max-width: 1440px) {
    .main_menu .nav_fixed li {
        padding-right: 10px;
        font-size: 13px;
    }
}

@media (max-width: 1366px) {

}

@media (max-width: 1280px) {
    .description {
        padding: 0 70px;
        display: inline-block;
        width: 100%;
    }

    .review, .primary_box.section_item {
        padding: 140px 70px 70px;
    }

    .primary_top {
        padding: 70px 70px 0;
    }

    .primary_box, .getintouch {
        padding: 70px;
    }

    .primary_footer {
        padding: 170px 70px 70px;
    }

    .moment {
        padding: 0 70px;
    }

    .primary_below {
        padding: 0 70px 70px;
    }

    .owl-theme .owl-nav .owl-next {
        right: -60px;
    }

    .owl-theme .owl-nav .owl-prev {
        left: -60px;
    }

    .owl-theme .owl-nav [class*=owl-] {
        width: 45px;
        height: 45px;
        padding: 12px;
    }

    /* HEADER */
    .header {
        padding: 0 100px;
    }

    .scroll-ontop {
        padding: 0 70px;
    }

    .nav_fixed {
        font-size: 14px;
    }

}

@media (max-width: 1200px) {
    .main_menu .nav_fixed li {
        font-size: 12px;
    }

}

@media (max-width: 1024px) {
    #maximage {
        border: 50px solid #f6f1ec;
    }

    .text_slider {
        bottom: 80px;
        left: 100px;
    }

    .text_slider h1 {
        font-size: 40px;
    }

    #cycle-nav {
        right: 100px;
        bottom: 80px;
    }

    .owl-theme .owl-nav {
        display: none;
    }

    .our_chapel .owl-dots, .slide_dinner .owl-dots, .our_cocktail .owl-dots,
    .slide_item3 .owl-dots {
        display: block;
    }

    .content_box {
        width: 100%;
    }

    .description {
        padding: 0 50px;
    }

    .description .col-sm-7, .description .col-sm-5 {
        width: 50%;
    }

    .description .primary_photo {
        height: 750px;
    }

    .review, .primary_box.section_item {
        padding: 100px 50px 50px;
    }

    .primary_top {
        padding: 50px 50px 0;
    }

    .primary_box, .getintouch {
        padding: 50px;
    }

    .primary_footer {
        padding: 150px 50px 50px;
    }

    .moment {
        padding: 0 50px;
    }

    .primary_below {
        padding: 0 50px 50px;
    }

    .item_img_box img {
        height: 200px;
    }

    .gallery_info img {
        height: 450px;
    }

    .child_item .second_photos, .second_photos,
    .content {
        height: 300px;
    }

    .child_item [class*=col-sm-] {
        width: 50%;
    }

    .moment .item_img_box img {
        height: 200px;
    }

    /* HEADER */
    .main_menu .nav_fixed li {
        font-size: 15px;
    }
    .header {
        top: 80px;
    }

    .scroll-ontop {
        padding: 0 50px;
    }

    .scroll-ontop {
        top: 0;
    }

    .scroll-ontop .hamburger {
        right: 50px;
    }

    .navbar-brand img {
        height: 75px;
    }

    .main_menu {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
        background: #df7861;
        color: #fff;
        padding: 100px 50px;
        opacity: 0;
        pointer-events: none;
        transform: translateX(300px);
        transition: all 500ms ease-in-out;
        z-index: 10;
    }

    .main_menu.open_menu {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0);
    }

    .main_menu .nav_fixed li {

        padding-right: 0;
    }

    .main_menu .nav_fixed li a, .ui-icon-plus:before, .ui-icon-plus:after {
        opacity: .6;
    }

    .main_menu li.active > a, .main_menu .nav_fixed li:hover > a,
    .main_menu li.active .ui-icon-plus:before, .main_menu li.active .ui-icon-plus:after {
        opacity: 1;
    }

    .main_menu .nav_fixed li a:hover, .main_menu .nav_fixed li.active,
    .nav_fixed li .info_detail li:hover a {
        color: inherit;
    }

    .main_menu .nav_fixed {
        max-height: 600px;
        overflow: scroll;
    }

    .nav_fixed {
        float: none;
    }

    .nav_fixed li {
        float: none;
        width: 100%;
        padding: 0;
    }

    .main_menu .nav_fixed li a {
        line-height: unset;
    }

    .nav_fixed li > a {
        line-height: unset;
        padding: 10px 0;
        display: inline-block;
        width: 100%;
    }

    .info_detail {
        position: relative;
        color: #fff;
        background: none;
        display: none;
        padding-left: 20px;
        transform: translateY(0em);
    }

    .info_detail:before {
        display: none;
    }

    .sub_info:hover .info_detail {
        display: none;
        transform: translateY(0);
    }

    .info_detail.active, .ui-icon-plus, .hamburger {
        display: block !important;
    }

    .info_detail li:hover {
        background: none;
    }

    .menu_moose .nav_fixed li .info_detail li:hover a {
        color: #d16649;
    }

    .open_menu .nav_fixed li {
        animation-name: fadeInUp;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-timing-function: ease-in-out;
    }

    .open_menu .nav_fixed li:nth-child(1) {
        animation-delay: 0.1s;
    }

    .open_menu .nav_fixed li:nth-child(2) {
        animation-delay: 0.2s;
    }

    .open_menu .nav_fixed li:nth-child(3) {
        animation-delay: 0.3s;
    }

    .open_menu .nav_fixed li:nth-child(4) {
        animation-delay: 0.4s;
    }

    .open_menu .nav_fixed li:nth-child(5) {
        animation-delay: 0.5s;
    }

    .open_menu .nav_fixed li:nth-child(6) {
        animation-delay: 0.6s;
    }

    .open_menu .nav_fixed li:nth-child(7) {
        animation-delay: 0.7s;
    }

    .open_menu .nav_fixed li:nth-child(8) {
        animation-delay: 0.8s;
    }

    .open_menu .nav_fixed li:nth-child(9) {
        animation-delay: 0.9s;
    }

    .open_menu .nav_fixed li:nth-child(10) {
        animation-delay: 1s;
    }
    .open_menu .nav_fixed li:nth-child(11) {
        animation-delay: 1.1s;
    }

}

@media (max-width: 991px) {
    .gallery_info img {
        height: 600px;
    }

    .other .item_content h3 {
        bottom: 0;
    }

    .other .item_content .btn_main {
        opacity: 1;
        pointer-events: auto;
        bottom: 0;
    }
    .box_testimonial {
        margin-left: -10px;
        margin-right: -10px;
    }
    .testimonial .col-sm-4 {
        padding: 0 10px;
    }

    /* HEADER */
    .main_menu .nav_fixed {
        max-height: 450px;
        overflow: scroll;
    }

}

@media (max-width: 820px) {
    .description {
        text-align: center;
    }

    .description .col-sm-7, .description .col-sm-5 {
        width: 100%;
    }

    .description .col-sm-7 {
        padding: 0 0 30px;
    }

    .description .primary_photo {
        height: 400px;
    }

    .child_item .second_photos, .second_photos, .third_photos {
        height: 350px;
    }

    .btn_main, .btn_visit {
        margin-top: 10px;
    }

    .info_page ul {
        padding-left: 20px;
    }

    .content_child [class*=col-sm-] {
        width: 100%;
        float: left;
    }

    .content {
        height: auto;
        display: block;
        text-align: center;
        padding: 0 0 30px;
    }

    .content_child .item:last-child .content {
        padding: 50px 0 30px;
    }

    .child_item [class*=col-sm-]:nth-child(2) {
        margin-top: 50px;
    }

    .demo_gallery [class*=col-xs-] {
        width: 50%;
    }

    .gallery_info img {
        height: 400px;
    }
    .site_mobile{
        display: block;
    }

    .content_child.none {
        display: none;
    }

    .review.info_page {
        padding: 120px 50px 50px;
    }
    .review.our_additional {
        padding: 50px;
    }
    .info_title {
        padding: 0 !important;
    }
    .description .description_info .col-sm-5 {
        margin: 30px 0;
    }

}

@media (max-width: 768px) {
    .gallery_info .item_img_box {
        overflow: inherit;
    }
    .testimonial .col-sm-4 {
        padding: 0 10px 25px;
    }

    .gallery_info .item_img_box:hover img {
        transform: scale(1);
    }

    .info_page ul {
        padding-left: 25px;
    }

}

@media (max-width: 600px) {
    #maximage {
        border: 0;
    }

    .text_slider {
        display: none;
    }

    #cycle-nav {
        right: 0;
        left: 0;
        bottom: 30px;
    }

    .description {
        padding: 50px 25px 0;
    }

    .moment {
        padding: 0 25px;
    }

    .review{
        padding: 120px 25px 50px;
    }
    .primary_box.section_item {
        padding: 50px 25px;
    }

    .primary_top {
        padding: 50px 25px 0;
    }

    .primary_box, .getintouch, .primary_below{
        padding: 50px 25px;
    }
    .review.info_page {
        padding: 120px 25px 50px;
    }
    .review.our_additional {
        padding: 50px 25px;
    }

    .primary_footer {
        padding: 150px 25px 50px;
    }

    .child_item .second_photos, .second_photos, .third_photos,
    .item_img_box img {
        height: 250px;
    }

    .description .primary_photo {
        height: 300px;
    }

    .overlay_slide:before {
        height: 200px;
    }

    .info_page ul {
        width: 100%;
    }

    .info_page ul + ul {
        margin: 0;
    }

    .content {
        padding: 0 0 15px;
    }

    .content_child .item:last-child .content {
        padding: 30px 0 15px;
    }

    .item_box {
        padding-top: 30px;
    }

    .demo_gallery [class*=col-xs-] {
        width: 100%;
    }

    .lg-sub-html {
        font-size: 14px;
    }

    .map iframe {
        height: 300px;
    }

    .site_map > ul {
        width: 100%;
    }

    .faq ul li ul li ul {
        padding-left: 20px;
    }

    .copyright {
        margin-top: 15px;
    }
    .table_info {
        position: relative;
        overflow-y: auto;
    }


    /* HEADER */
    .header {
        top: 30px;
        padding: 0 25px;
    }

    .scroll-ontop {
        top: 0;
    }

    .hamburger, .scroll-ontop .hamburger {
        right: 25px;
    }

    .main_menu {
        padding: 100px 25px;
    }

    .hamburger.open-bar {
        right: 30px;
        top: 0;

    }


}

@media (max-width: 414px) {

    .tab_gallerymobile .btn{
        font-size: 16px;
    }
    .table_info table th, .table_info table td{
        padding: 10px;
    }
}

@media (max-width: 375px) {
    h1 {
        font-size: 36px;
    }
}

@media (max-width: 360px) {

}

@media (max-width: 320px) {

}