.gold{
    color: #d1ac60 !important;
}

.white{
    color: #fff;
}

.bg-custom-dark{
    background-color: #666666;
}

.bg-custom-darker{
    background-color: #292929;
}

.wrap-header-mobile{
    background-color: #fff !important;
}

.bottom-line-white{
    border-bottom: 1px solid #ffffff;
}

.custom-font-1{
    font-family: 'atsackersgothicregular', sans-serif !important;
}

.custom-font-2{
    font-family: 'chapazaregular', sans-serif !important;
}

.menu-font-style{
    font-size: 12px !important;
    font-weight: bold;
    color: #000 !important;
}

#header-sticky .wrap-menu-desktop{
    top: 0 !important;
}

#header-sticky{
    height: 100px;
}

#header-sticky .fix-menu-desktop{
    height: 100px;
}

.main-menu .sub-menu .disabled-link{
    color: #726866 !important;
}

.menu-desktop .main-menu .sub-menu li {
    background-color: #000;
    border-bottom: 1px solid #000;
}

.menu-desktop .main-menu .sub-menu li a {
    color: #fff;
}

.menu-desktop .main-menu > li:hover > a {
    text-decoration: none;
    color: #fff;
}

.menu-desktop .sub-menu li:hover {
    background-color: #000;
}

#back-navigation{
    width: 175px;
}

.back-font{
    font-size: 10px;
}

@media (max-width: 576px) {
    /* Footer */
    .mobile-center{
        text-align: center !important;
    }
    .mobile-p-b-0{
        padding-bottom: 0;
    }
    .mobile-p-t-0{
        padding-top: 0;
    }
}

@media (max-width: 768px) {
    /* Footer */
    .mobile-center{
        text-align: center !important;;
    }
    .mobile-p-b-0{
        padding-bottom: 0;
    }
    .mobile-p-t-0{
        padding-top: 0;
    }
}

@media (max-width: 992px) {
}

@media (min-width: 1024px) {
    #back-navigation{
        width: 350px;
    }
}

@media (min-width: 1200px) {
}

@font-face {
    font-family: 'atsackersgothicregular';
    src: url('../../fonts/at_sackers_gothic_medium-webfont.woff2') format('woff2'),
    url('../../fonts/at_sackers_gothic_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'chapazaregular';
    src: url('../../fonts/chapaza-webfont.woff2') format('woff2'),
    url('../../fonts/chapaza-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}