.row {
    margin: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
}

* {
    box-sizing: border-box;
}

body,
input,
textarea {
    font-family: Futura, sans-serif;
    line-height: 1.5;
    color: #000;
    background: #fff;
    font-size: 16px;
}

.main_body {
    /* border: 1px solid red; */
    max-width: 1500px;
    margin: 0 auto;
    background: url('../img/background/content.png') repeat-y;
    background-size: contain;
    box-shadow: 0 0 30px #000;
    position: relative;
}


/* mobile_popup menu */

.mobile_menu_popup {
    display: none;
}


/* header */

header {
    height: auto;
    padding-top: 285px;
    margin-bottom: 25px;
    background: url('../img/background/header.png') no-repeat;
    background-size: contain;
    /* border: 1px solid red; */
    position: relative;
}

.mobile_menu {
    display: none;
}


/* header_title */

.header_title_cnt {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    text-decoration: none;
}

.header_title_subtitle {
    margin-left: 10px;
    font-size: 120px;
    line-height: 0.7;
    font-weight: normal;
    letter-spacing: -3px;
    color: black;
    font-family: Futura, sans-serif;
    text-transform: uppercase;
}

.header_title_cnt {
    z-index: 100;
    position: relative;
}

.header_title_cnt:hover {
    text-decoration: none;
}

.header_title {
    /* border: 1px solid red; */
    text-align: center;
    margin-bottom: 30px;
}

.header_title_img {
    height: 110px;
}


/* main navigation */

.main_navigation {
    max-width: 975px;
    margin: auto;
    padding: 0 10px;
}

.main_navigation nav {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: all 180ms;
}


/* .main_navigation nav:first-child {
    margin: 0 2.5px 0 0;
}

.main_navigation nav:last-child {
    margin: 0 0 0 2.5px;
} */

.navigation_link {
    z-index: 100;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: center;
    align-items: center;
    height: inherit;
    margin: 0 2.5px;
    padding: 0 12px;
    color: #fff;
    background-color: #B50922;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.navigation_link:hover {
    color: white;
}

.link_active {
    background-color: #C5A969!important;
}


/* footer */

footer {
    height: 286px;
    padding-top: 25px;
    background: url('../img/background/footer.png') center no-repeat;
    background-size: auto;
    background-size: cover;
}

.footer_social {
    /* border: 1px solid red; */
    display: flex;
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
    padding: 0;
    z-index: 100;
    position: relative;
}

.footer_social li {
    width: 40px;
    height: 50px;
    margin: 0 2.5px;
}

.social_item {
    display: inline-block;
    width: 40px;
    height: 50px;
    background-image: url('../img/icon/footer-social-icons.png');
    background-size: cover;
}

.social_item a {
    display: block;
    /* border: 1px solid red; */
    height: 100%;
}

.social_item_facebook {
    background-position: 25%;
}

.social_item_twitter {
    background-position: 50%;
}

.social_item_instagram {
    background-position: 99%;
}


/* footer over ride */

.footer #dg_footer_wrapper {
    z-index: 10;
    position: relative;
    background: 0 0
}

.footer #dg_footer_wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    text-align: center;
}

.footer #dg_footer_wrapper li {
    float: none;
    display: inline-block;
    vertical-align: top
}

.footer #dg_footer_wrapper li:after {
    content: "/";
    display: inline;
    color: #fff
}

.footer #dg_footer_wrapper li:nth-last-child(2):after {
    display: none
}

.footer #dg_footer_wrapper a,
.footer #dg_footer_wrapper span {
    font-family: Futura, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .3px!important;
    line-height: 1.5;
    color: #fff!important;
    padding: 0 5px 0 0;
    text-shadow: 6px 3px 14px #000;
    text-transform: uppercase!important
}

.footer #dg_footer_wrapper #dg_footer_wrapper_inner {
    width: auto
}

.footer #dg_footer_wrapper #dg_footer_wrapper_inner .dg_footer_row_0 {
    font-family: Futura, sans-serif;
    padding-top: 0!important;
    letter-spacing: 0!important;
    font-weight: 400!important;
    font-size: 18px!important;
    color: #fff!important;
    line-height: 1!important;
    text-shadow: 6px 3px 14px #000;
}


/* coppy right */

.footer_copyright {
    z-index: 10;
    padding-bottom: 20px;
    position: relative;
    margin: 0 10px;
    text-align: center;
    color: #fff;
    text-shadow: 6px 3px 14px #000;
    font-family: Futura, sans-serif;
    font-size: 16px;
}


/* media */

@media (max-width:1199.98px) {
    header {
        padding-top: 24vw;
    }
}

@media (max-width:991.98px) {
    .main_navigation {
        /* border: 1px solid; */
        max-width: none;
        padding: 0 20px;
    }
    header {
        height: auto;
        padding-top: 24vw;
        margin-bottom: 0px;
    }
}


/* before 768px */

@media (max-width:767.98px) {
    /* header */
    header {
        margin-top: 35px;
    }
    .mobile_menu {
        display: block;
        /* border: 1px solid; */
        background-color: #B50922;
        position: absolute;
        top: -35px;
        right: 0;
        left: 0;
    }
    .header_tab {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-evenly;
        height: 35px;
        align-items: center;
        list-style: none;
    }
    .header_tab_item {
        width: 28px;
        height: 28px;
        /* border: 1px solid; */
        background-image: url('../img/icon/header-icons.png');
        background-position: 34% 0;
        background-size: 400%
    }
    .header_tab_item>a {
        display: block;
        height: 100%;
        /* border: 1px solid white; */
    }
    .header_tab_item_facebook {
        background-position: 67% 0;
    }
    .header_tab_item_twitter {
        background-position: 100% 0;
    }
    .header_tab_item_instagram {
        background-position: 0 100%;
    }
    .header_tab_item_menu {
        background-image: none;
        cursor: pointer;
        z-index: 102;
        width: 22px;
        height: 20px;
    }
    /* custom icon */
    .toggle_span {
        /* border: 1px solid white; */
        width: 22px;
        height: 20px;
        position: relative;
    }
    .toggle_span span {
        position: absolute;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        display: block;
        width: 22px;
        height: 4px;
        background: #fff;
        transition: all 180ms;
    }
    .toggle_span .span2 {
        top: 8px;
    }
    .toggle_span .span3 {
        top: 16px;
    }
    /* popup menu */
    .mobile_menu_popup {
        background-color: #B50922;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 101;
        display: none;
        overflow: auto;
        padding-bottom: 30px;
    }
    .logo_popup_menu {
        /* border: 1px solid black; */
        display: flex;
        align-items: center;
        justify-content: center;
        height: 200px;
    }
    .logo_popup_menu img {
        width: 120px;
        height: 120px;
    }
    .link_popup_menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .link_popup_menu ul li {
        /* border: 1px solid black; */
        text-align: center;
        margin: 8px 0;
    }
    .link_popup_menu ul a {
        color: white;
        font-family: Futura, sans-serif;
        line-height: 1.5;
        text-transform: uppercase;
        font-size: 30px;
        /* border: 1px solid; */
        padding: 0 20px;
    }
    .mobile_active_link {
        color: #C5A969 !important;
    }
    /* header title */
    .header_title_img {
        height: 90px;
    }
    .header_title_subtitle {
        font-size: 100px;
    }
    /* navigation bar */
    .main_navigation {
        display: none;
    }
    /* footer */
    footer {
        height: auto;
    }
    footer .footer_copyright {
        font-size: 13px;
        margin-top: 10px;
    }
}

@media (max-width:650px) {
    .header_title_img {
        height: 80px;
    }
    .header_title_subtitle {
        font-size: 85px;
    }
}


/* override default  footer */

@media (max-width:576px) {
    #dg_footer_wrapper li::after {
        content: "" !important;
    }
    #dg_footer_wrapper li {
        display: block !important;
    }
    .footer #dg_footer_wrapper a,
    .footer #dg_footer_wrapper span {
        font-size: 12px !important;
        line-height: 1.2 !important;
    }
}

@media (max-width:992.98px) {
    .link_popup_menu ul a {
        font-size: 25px;
    }
}


/* 
@media (max-width:992.98px) {
    
}
*/


/* body overflow mobile navigation effect */

@media (min-width:768px) {
    body {
        overflow: auto !important;
    }
    .mobile_menu_popup {
        display: none !important;
    }
}