html,
body {
    height: 100%;
    background: none
}

.bg {
    background: url("../images/bg.jpg") no-repeat center top #A6B8C6;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    position: fixed;
    top: 0px;
    height: 100%;
    z-index: -1
}

#city {
    color: #333
}

#city #city-content {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 90px;
    min-height: 700px;
    background: rgba(255, 255, 255, 0.9)
}

#city #header-wrap {
    width: 100%;
    border-bottom: 5px solid #333;
    background-color: #fff
}

#city #header-enter {
    max-width: 960px;
    margin: 0 auto
}

#city #header_block {
    max-width: 960px;
    position: relative;
    margin: 0 auto
}

#city .footer-wrap {
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px 0
}

#city .footer {
    max-width: 960px;
    margin: 0 auto
}

#city .footer img {
    max-width: 100%
}

#city .logo {
    padding: 20px;
    text-align: center
}

#city .logo img {
    max-height: 100px;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle
}

#city .menu {
    text-align: center
}

#city .menu a {
    font-size: 20px;
    color: #333;
    border-right: 1px solid #e6e6e6
}

#city .menu .menu_contact {
    border-right: 0
}

#sidebar-region {
    padding: 20px
}

#sidebar-region .sidebar-content {
    text-align: center;
    padding-bottom: 20px
}

#sidebar-region .sidebar-content .btn {
    width: 100%
}

#content-region {
    padding: 20px
}

.time-info {
    display: inline-block;
    overflow: hidden
}

.time-info>div {
    text-align: left;
    margin-bottom: 15px
}

.time-info .time-content {
    text-align: left;
    padding-left: 30px;
    position: relative
}

.time-info i {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0
}

.cert-register-white i {
    content: "";
    background-image: url("../images/cert-register-white.webp");
    background-repeat: no-repeat;
    display: inline-block;
    width: 25px;
    height: 30px;
    vertical-align: middle;
    position: relative
}

.ribbons-wrap {
    display: inline-block
}

.ribbons-wrap:hover a {
    height: 40px;
    line-height: 40px;
    background-color: #333
}

.ribbons-wrap:hover #ribbons {
    border-right: 80px solid #333;
    border-top: 0px;
    border-left: 80px solid #333;
    border-bottom: 15px solid transparent
}

.ribbons-wrap a {
    height: 40px;
    line-height: 40px;
    width: 160px;
    background-color: #333;
    border-radius: 0
}

.ribbons-wrap #ribbons {
    width: 0px;
    height: 0px;
    border-right: 80px solid #333;
    border-top: 0px;
    border-left: 80px solid #333;
    border-bottom: 15px solid transparent
}

#language-switch {
    position: fixed;
    top: 150px;
    right: 0;
    padding: 7px 5px;
    background-color: #fff;
    z-index: 30;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
}

@media screen and (min-width: 600px) {
    .time-info>div {
        float: left;
        text-align: center;
        width: 50%
    }

    .time-info .time-content {
        display: inline-block
    }
}

@media screen and (min-width: 780px) {
    .time-info>div {
        float: left;
        text-align: center;
        width: 33.3333%
    }

    .time-info .time-content {
        display: inline-block
    }
}

@media screen and (min-width: 1024px) {
    #city #header_block {
        min-height: 100px;
        line-height: 100px
    }

    #city .logo {
        text-align: left;
        padding: 0
    }

    #city .logo img {
        max-height: 100px;
        max-width: 350px;
        display: inline-block;
        vertical-align: middle
    }

    #city .time-info>div {
        float: none;
        width: 100%;
        text-align: left
    }

    #city #main-menu {
        position: absolute;
        top: 33px;
        right: 0
    }
}

@media screen and (min-width: 1024px) {
    .two-column {
        overflow: hidden;
        position: relative;
    }

    .two-column #content-region {
        border-left: 1px solid #dcdedf;
        float: right;
        width: 70%
    }

    .two-column #sidebar-region {
        float: left;
        width: 30%
    }

    .two-column #sidebar-region.fixed {
        position: fixed;
        top: 0px;
        width: 20%;
        max-width: 285px;
        margin-right: 1.6%;
        height: initial;
    }

    .two-column #sidebar-region.is-touch-footer {
        top: initial;
        position: absolute;
        bottom: 0px;
        width: 30%;
    }
}
@media screen and (max-width: 1024px) {
    #header-enter {
        text-align: center;
    }
}

#city #builder-not-found-wrapper {
    background-color: transparent;
}

a.enter-now {
    background-color: #333 !important;
    border:2px solid #fff !important;
}