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

#modern, #scrollToTop {
    color: #fff
}

#modern h1,
#modern h2,
#modern h3,
#modern h4,
#modern h5,
#modern h6 {
    color: #fff;
}

#modern h1 {
    color: #ffcc00;
    text-align: center;
    padding-top: 40px;
    font-size: 30px;
    margin-bottom: 10px
}

#modern h1 a {
    color: #fff
}

.author-sidebar span {
    color: #fff !important;
}

#modern .menu {
    text-align: center
}

#modern .menu a {
    padding: 0 10px;
    font-size: 16px;
    color: #d5d5d5;
    display: block
}

#modern .menu a:hover {
    color: #fff;
    text-decoration: none
}

#modern .enter-now {
    margin: 0 auto;
    color: #333;
    background-color: #fff;
    text-align: center;
    font-size: 18px
}

.sidebar-content {
    text-align: center
}

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

.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: 40px;
    position: relative
}

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

.time-info h3 {
    margin-bottom: 5px;
    line-height: 20px;
    text-transform: capitalize
}

.time-info .game-time .time-icon:before {
    background-position: 0px center
}

.time-info .submit-time .time-icon:before,
.time-info .vote-time .time-icon:before {
    background-position: -40px center
}

.time-info .winner-time .time-icon:before {
    background-position: -20px center
}

.time-info .organizers .time-icon:before {
    background-position: -60px center
}

.time-info .sponsored .time-icon:before {
    background-position: -80px center
}

a.cert-register-black {
    color: #333 !important;
    background-color: #ffcc00;
    margin: 0 auto
}

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

#language-switch {
    position: fixed;
    top: 150px;
    right: 0;
    padding: 7px 5px;
    background: rgba(0, 0, 0, 0.9);
    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
}

#modern-home {
    background-image: url("../images/home_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: -1
}

#modern-home {
    position: relative;
    width: 100%;
    z-index: 1;
    display: block
}

#modern-home-block {
    position: relative;
    top: 0;
    left: 0
}

#modern-home-block h1 {
    padding: 40px 15px 0 15px;
    color: #fff;
}

#modern-home-block .modern-home-content {
    margin: 0;
    width: 100%;
    background: none no-repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    opacity: 8;
    position: relative;
    padding-bottom: 25px;
    height: auto;
    text-align: center
}

#modern-home-block .line {
    width: 100%;
    height: 2px;
    background-color: #3F403F;
    margin: 15px auto
}

#modern-home-block .home-text {
    width: 100%;
    height: auto
}

#modern-home-block img {
    max-width: 100%
}

#modern-home-block #home-menu {
    margin: 10px
}

#modern-home-block #home-menu .menu {
    text-align: center
}

#modern-home-block .home-subtitle {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px
}

#modern-home-block .home-text {
    text-align: center;
    color: #d5d5d5;
    font-size: 14px;
    padding: 10px;
    line-height: 28px
}

#modern-home-block .home-logo {
    text-align: center;
    height: 60px;
    margin: 10px 0;
    color: red
}

#modern-home-block .home-logo img {
    max-height: 60px;
    max-width: 400px;
    display: inline-block
}

#modern-home-block .enter-now {
    margin: 0 auto
}

.submission-item .card .p\+{
    color: #000;
}

#modern .submission-item .card .p\+ a:link,
#modern .submission-item .card .p\+ a:visited,
#modern .submission-item .card .p\+ a:hover,
#modern .submission-item .card .p\+ a:active {
    color: #000;
}

.submission-sidebar-content .author-image i {
	color: #333;
}
@media screen and (min-width: 550px) {
    #modern-home {
        position: fixed
    }
    #modern-home-block {
        position: absolute;
        top: 50%;
        left: 50%
    }
    #modern-home-block .modern-home-content {
        position: relative;
        width: 552px;
        height: 552px;
        margin-left: -276px;
        margin-top: -276px;
        background: url("../images/home_radiu.webp") no-repeat;
        padding: 0 30px
    }
    #modern-home-block h1 {
        width: 280px;
        margin: 0 auto;
        height: 130px
    }
    #modern-home-block .home-text {
        width: 485px;
        margin: 0 auto;
        height: 135px
    }
    #modern-home-block .home-logo {
        height: 60px
    }
    #modern-home-block #home-menu {
        margin: 10px
    }
    #modern-home-block #home-menu .menu a {
        display: inline-block
    }
}

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

#modern-content {
    position: relative;
    background: rgba(0, 0, 0, 0.9)
}

.footer {
    text-align: center;
    min-height: 70px
}

.footer img {
    max-width: 100%;
    width: 100%
}

.page_line {
    height: 1px;
    background-color: #333;
    margin: 15px auto
}

.menu a {
    margin: 10px 0
}

.two-column {
    overflow: hidden
}

.two-column #content-region, #content-region {
    padding: 20px
}

.two-column #sidebar-region {
    padding: 20px
}

@media screen and (min-width: 600px) {
    #modern {
        padding: 20px 0 0 0
    }
    .time-info>div {
        float: left;
        text-align: center;
        width: 50%
    }
    .time-info .time-content {
        display: inline-block
    }
}

@media screen and (min-width: 780px) {
    #modern {
        padding: 20px 0 0 0
    }
    .time-info>div {
        float: left;
        text-align: center;
        width: 33.3333%
    }
    .time-info .time-content {
        display: inline-block
    }
}

@media screen and (min-width: 1024px) {
    #modern {
        padding: 20px 0 0 0
    }
    #modern #modern-content {
        max-width: 960px;
        margin: 0 auto
    }
    #modern .menu a {
        display: inline-block
    }
    #modern .sidebar-content {
        text-align: center
    }
    #modern .sidebar-content a {
        width: 100%
    }
    #modern .time-info>div {
        float: none;
        width: 100%;
        text-align: left
    }
}

@media screen and (min-width: 1024px) {
    .two-column {
        position: relative;
    }
    .two-column #content-region {
        float: left;
        width: 70%;
        padding: 20px
    }
    .two-column #sidebar-region {
        float: right;
        width: 30%;
        padding: 20px
    }
    .two-column #content-region.submissions,.two-column #content-region.submission-entry {
    	width: 100%;
    }

    .two-column #sidebar-region.fixed {
        position: fixed;
        top: 0px;
        width: 20%;
        max-width: 285px;
        left: calc(50% + 170px);
        margin-right: 1.6%;
        height: initial;
    }

    .two-column #sidebar-region.is-touch-footer {
        top: initial;
        position: absolute;
        bottom: 0px;
        width: 30%;
        right: -20px;
        left: initial;
    }
}


#modern .text-field--theme-light .text-field__input, #modern .text-field--theme-light .text-field__icon, #modern .text-field__label{
    color: #fff !important;
}
#modern .text-field.text-field--theme-light:before{
    border-bottom-color: #fff !important;
}
#modern .text-field--error:after {
    background-color: #fff;
}

#modern #comments-container .card-default {
    background-color: #000;
}

#modern .faq-title,
#modern ul li p.question,
#modern ul li .answer {
    color: white !important;
}

#modern #builder-not-found-wrapper {
  background-color: transparent;
}
#modern #builder-not-found-wrapper .not-founnd-icon {
  background-image: url(/images/themes/icon_404_black.webp);
}

#modern .my-Entries .data-table th {
  color: white;
}

