/**/
#smtg_logo_div {
    z-index: -1 !important;
    left: auto;
    top: auto;
    right: 0px !important;
    bottom: 0px !important;
}

body.mobile {
    margin-top: 40px;
}

a {
    text-decoration: none
}
br.only_m {
    display: block;
}

br.only_pc {
    display: none;
}
@media (min-width: 992px) {
    br.only_m {
        display: none
    }

    br.only_pc {
        display: block
    }
}




#event_header {
    height: 40px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    background-color: #bc94c580;
    color: #fff;
}
#event_header nav {
    display: flex;
    justify-content: space-between;
}
#event_header nav a {
    display: block;
    color: #fff;
}
#event_header nav a.exit {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.4em;
    height: 40px;
    padding: 0 15px 0 0;
}
#event_header nav a img {
    padding: 11px 10px;
    height: 40px;
}
@media (min-width: 992px) {

    #event_header nav a.exit {
        padding: 0 40px 0 0;
    }
    #event_header nav a img {
        padding: 9px 10px 9px 40px;
    }
}







#shotcut_consulting {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    position: fixed;
    bottom: 60px;
    right: 0;
    z-index: 1000;
    background-color: var(--consult);
    background: var(--consult-bg);
    color: #fff;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;

    bottom: 60px;
    width: 72px;
    font-size: 1rem;
    border-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-align: center;
    line-height: 1.3;
}
#shotcut_consulting .text {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    color: #fff;
}
@media (min-width: 992px) {
    #shotcut_consulting {
        bottom: 50px;
        right: 50px;
        border-radius: 15px;
        border-bottom: 3px solid #7d400a;
    }
    #shotcut_consulting .text {
        padding: 15px 0;
    }
    #shotcut_consulting a i {
        display: block;
        font-size: 1.4rem;
        margin: 5px auto 0 auto;
    }
}


@media (min-width: 992px) {
    #right_floating_box {
        bottom: 155px;
    }
}



#event_footer {
    margin: 15px 5px 0px 5px;
    padding: 15px 0 0 0;
    border-top: 1px solid #f1f1f1;
    font-size: 12px;
    color: #575757;
}
#event_footer a {
    display: inline-block;
    color: #575757;
}
#event_footer .footer_c {
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}
#event_footer .footer_c .b1 {
    text-align: center;
}
#event_footer .footer_c .b1 a img {
    display: block;
    padding: 2px 0 0 0;
    height: 73px;
}
#event_footer .footer_c .b2 {

}
#event_footer .footer_c .b2 address {
    margin: 0;
    padding: 0;
}
#event_footer .footer_c .b2 .ln1 {
    margin: 10px 0 0 0;
}
#event_footer .footer_c .b2 .ln2 {

}
#event_footer .footer_c .b2 .ln2 .contact {
    color: #000;
}
#event_footer .footer_c .b2 .ln3 {
    margin: 5px 0 0 0;
    color: #666;
    font-size: .9em;
}
#event_footer .footer_c .b2 .ln3 .copyright {
    margin: 0;
}
#event_footer .footer_c .b2 .ln3 strong {
    color: #00ace9;
}
#event_footer .footer_c .b3 {
    display: none;
}
#event_footer .footer_c .b3 a {
    display: inline-block;
    margin: 0px 0px 2px 0px;
    padding: 3px 7px;
    background-color: #5d6f75;
    color: #fff;
}
#event_footer .footer_c .b3 a i {
    width: 20px;
    text-align: center;
}

@media (min-width: 992px) {
    #event_footer {
        margin: 30px 5px;
        padding: 30px 0 0 0;
    }
    #event_footer .footer_c {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    #event_footer .footer_c .b1 {
        margin: 0 20px 0 0;
        text-align: left;
    }
    #event_footer .footer_c .b2 .ln1 {
        margin: 0;
    }
    #event_footer .footer_c .b3 {
        display: flex;
        flex-direction: column;
        margin: 10px 0 0 40px;
        font-weight: 600;
    }
}



