﻿@media only screen and (max-width: 780px) {


    #nav4, #main_nav_nav4 {
        display: none;
        visibility: hidden;
    }

    #nav4_mob, #main_nav_nav4_mob {
        display: block !important;
    }

    .nav_burger {
        display: inline-block !important;
        visibility: visible;
    }

    .nav_popup {
        left: 500px;
    }

}


@media only screen and (max-width: 700px) {


    #nav3, #main_nav_nav3 {
        display: none;
        visibility: hidden;
    }

    #nav3_mob, #main_nav_nav3_mob {
        display: block !important;
    }

    #nav3_pin {
        display: none;
    }

    .product_banner h1 {
        font-size: 5rem;
        line-height: 5rem;
        margin-bottom: 20px;
    }

    .product_banner h2 {
        font-size: 2rem;
    }

    .banner_btn {
        padding: 10px 30px 10px 30px;
        margin: 30px 0px 0px 0px;
        border-radius: 4px;
        font-size: 20px;
    }

    .section_spacer {
        height: 20px;
    }

    .grey_pnl_inner h2 {
        
        font-size: 20px;
       
    }

    li {
        padding: 5px 0px 5px 0px;
        font-size: 1.2rem;
        list-style: none;
        font-weight: normal;
        font-family: "Playfair Display",serif;
    }

    .three_div_side_by_side {
        
        min-height:260px;
    }

    p {

        font-size: 14px;
    }
}


@media only screen and (max-width: 630px) {


    #nav2, #main_nav_nav2 {
        display: none;
        visibility: hidden;
    }

    #nav2_mob, #main_nav_nav2_mob {
        display: block !important;
    }

    #nav2_pin {
        display: none;
    }
}

@media only screen and (max-width: 550px) {


    #nav1, #main_nav_nav1 {
        display: none;
        visibility: hidden;
    }

    #nav1_mob, #main_nav_nav1_mob {
        display: block !important;
    }

    #nav1_pin {
        display: none;
    }

    .three_panel {
        width: 100%;
        display:block;
        padding: 30px 15px 0px 15px;
        float: none;
    }
}


@media only screen and (min-width: 1000px) {
    .fade_out_move_up {
        animation: fade-out-move-up 0.7s;
    }

}

@media only screen and (max-width: 1065px) {
    .product_banner {
        padding-top: 100px;
    }

    .logo_container2 {
        position: relative;
        top: 8px;
        margin-bottom: 10px;
    }

    .main_logo {
        position: relative;
        float: unset;
        text-align: center;
        left: 0;
        background-color: transparent;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .menu_container {
        position: relative;
        border-top: none;
    }

    .hp_header_bar_container {
        top: 0px;
    }

    .hp_header_bar_inner_container {
        top: 250px;
    }

    .fixed_nav_bar {
        background: rgba(0, 0, 0, 0.6);
        border-bottom: 1px solid #c8ab83;
    }


    .fade_in_move_down {
        animation: fade-in-move-down 0.7s;
    }


    .navbar-fixed-top.scrolled {
        background: none !important;
        transition: none;
        position: relative !important;
        top: unset;
    }

    .navbar-fixed-bottom, .navbar-fixed-top {
        top: unset !important;
        position: relative !important;
    }

    .main_nav_links2 {
        margin-top: 4px;
    }

        .main_nav_links2:hover {
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
            text-decoration: none;
            margin-top: 4px;
        }

    @keyframes fade-in-move-down {
        0% {
            opacity: 0;
            transform: translateY(-3rem);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }


    .hp_ir_white_logo {
        position: relative;
        padding: 0px 0px 50px 0px;
        /*
        margin: 0px 0px 0px 50px;
        margin-left: 15%;
        width: 10%;
            */
        max-width: 179px;
        display: inline-block;
        z-index: 999;
        float: left;
    }

    .hp_header_bar_container h1 {
        
        line-height: 25px;
        font-size: 28px;
        display:table;
       
    }

    .video {
        
        max-width:unset;
        width: 170vh;
        top: unset;
        transform: unset;
    }


    .hp_header_bar {
        min-height:780px;
        max-height:unset;
    }

    .header_links {
        text-align:center;
    }

        .header_links a {
            
            padding: 5px 10px 6px 10px;          
            font-size: 14px;
            width: auto;
        }


    .main_nav_links2 {
        width: unset;
        max-width: unset;
        padding-left: 10px;
        padding-right: 10px;
    }

    .Menu-Content {
        top: 35px;
        left: 32px;
        width: 24%;
        max-width: 185px;
    }


}

@media only screen and (max-width: 985px) {
    /*.header_links {
        display: none;
    }*/

    /* .hp_header_bar_container {
        top:25%;
    }*/
}

@media only screen and (max-width: 765px) {
    /* .hp_header_bar_container {
        top: 18%;
    }*/

    .hp_header_bar_container h1 {
        font-size: 28px;
        line-height: 28px;
    }

    .hp_header_bar_container h2 {
        font-size: 20px;
        line-height: 20px;
        font-weight: normal;
    }

    .hp_ir_white_logo {
        margin-left: 12%;
    }

    /*.logo_container2 {
        height: 23vw;
        max-height: 120px;
    }*/

    .main_logo {
        height: unset;
        width: 30%;
        max-width: 150px;
    }
}

@media only screen and (max-width: 565px) {
    .hp_header_bar_container h1 {
        font-size: 24px;
        line-height: 24px;
    }

    .hp_header_bar_container h2 {
        font-size: 18px;
        line-height: 18px;
        font-weight: normal;
    }

    .hp_gaq_btn {
        margin-right: 0;
        padding: 10px 20px 10px 20px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 500px) {
    .header_links a {
        width: calc(100% -20px);
        width: -moz-calc(100% - 20px);
        width: -webkit-calc(100% - 20px);
        box-sizing: border-box;
    }

    .hp_header_bar_inner_container {
        top: 200px;
    }


    .two_div_side_by_side {

        width: 100%;
        display:block;
        float: none;
        text-align:center;
        min-height:unset;
        padding-top:30px;
    }

    .right_box {
        text-align:center;
        padding:0px 10px 0px 10px;
    }

    .left_box {
        text-align: center;
        padding: 0px 10px 0px 10px;
    }

    .two_div_side_by_side h1 {
        background-color: #fff;
        margin: 0px;
        padding: 0px 50px 0px 50px;
        display: inline-block;
        font-family: 'Playfair Display', serif;
        font-size: 6rem;
        text-align: center;
        vertical-align: top;
    }

    .two_div_side_by_side h2 {
        background-color: #fff;
        margin: 0px;
        padding: 0px 50px 0px 50px;
        display: inline-block;
        font-family: 'Playfair Display', serif;
        font-size: 6rem;
        text-align:center;
        vertical-align: top;
    }

    .two_div_side_by_side p {
        text-align: center;
    }

    .video {
        
        width: 220vh;
        
    }
}

    @media only screen and (max-width: 485px) {
        .hp_header_bar_container h1 {
            font-size: 20px;
            line-height: 20px;
        }

        .hp_header_bar_container h2 {
            font-size: 14px;
            line-height: 14px;
            font-weight: normal;
        }

        .main_nav_links2 {
            font-size: 14px;
            top: 5px;
            height: 25px;
            padding: 7px 10px 7px 10px;
        }


    }


@media only screen and (max-width: 380px) {

    .main_nav_links2 {
        font-size: 14px;
        top: 5px;
        height: 25px;
        padding: 7px 5px 7px 5px;
    }
}

    @media only screen and (max-width: 425px) {

        .hp_header_bar_container h1 {
            font-size: 18px;
            line-height: 18px;
        }

        .hp_header_bar_container h2 {
            font-size: 12px;
            line-height: 12px;
            font-weight: normal;
        }

        .hp_ir_white_logo {
            margin-left: 6%;
        }

        .Menu-Content {
            left: 0px;
            max-width: none;
            width: 100% !important;
            text-align: left;
        }
    }


@media only screen and (max-width: 830px) {

    .two_div_side_by_side h1 {
        font-size: 3rem;
    }

    .two_div_side_by_side h2 {
       
        font-size: 3rem;
    }

    .two_div_side_by_side p {
        
        font-size: 14px;
       
    }

    .oH2 h2 {
       
        font-size: 3rem !important;
    }

    .main_headers {
        margin-top: 50px;
    }

    .animBorder-Content p {
        
        font-size: 14px;
        
    }

    .animBorder-Content-white p {
        font-size: 14px;
    }

    .btn {
        margin:0px auto 20px auto !important;
    }

    .section_photo {
        height:500px;
    }
}



@media only screen and (max-width: 800px) {

    .copyright_container {
        height: auto;
    }

    .copyright_inner {
        height: auto;
    }

    .footer_trading_name {
        color: #fff;
        text-align:center;
        font-size: 12px;
        display:block;
        float: none;
        margin:auto;
    }

    .copyright_inner p {
        
        text-align:center;
        padding:5px 0px 0px 0px;
    }
}


