.warningpopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    text-align: center;
}

.warningpopup a {
    color: #fff;
    text-decoration: underline;
}

.warningpopup .warning-bg {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.warningpopup .warning-box {
    display: inline-block;
    width: 95%;
    max-width: 700px;
    padding: 20px;
    text-align: center;
    background: #141414;
    color: #fff;
    position: relative;
    z-index: 100;
    top: 45%;
    transform: translateY(-50%);
}

.warningpopup .warning-box .warning-wrapper {
    display: inline-block;
    width: 85%;
    margin: 0 auto;
}

.warningpopup .warning-box .warning-buttons {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
}

.warningpopup .warning-box .warning-buttons a {
    float: left;
    box-shadow: inset #fff 0 0 1px;
    padding: 10px 0;
    min-width: 45%;
    border-radius: 5px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.warningpopup .warning-box .warning-buttons a.btn-exit {
    min-width: 25%;
    text-decoration: none;
}

.warningpopup .warning-box .warning-buttons a:hover.btn-exit {
    background: #373737;
    color: #fff;
}

.warningpopup .warning-box .warning-buttons a.btn-enter {
    float: right;
    min-width: 70%;
    color: #fff;
    background: #000;
    text-decoration: none;
}

.warningpopup .warning-box .warning-buttons a:hover.btn-enter {
    background: #212121;
    color: #fff;
}

.warningpopup .warning-box .warning-msg {
    display: inline-block;
    width: 100%;
    font-size: 25px;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 0 84px 18px rgba(0, 0, 0, 0.94) !important;
    -moz-box-shadow: 0 0 84px 18px rgba(0, 0, 0, 0.94) !important;
    box-shadow: 0 0 84px 18px rgba(0, 0, 0, 0.94) !important;
}

.zms-empty-state {
    color: #aaa;
    padding: 2rem;
    text-align: center;
    width: 100%;
}

.site-logo-text {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.main-thumb {
    width: 100%;
}

.slide-wrap img,
.v-img img,
.m-img img {
    object-fit: cover;
}

.btn a,
.join-btn a,
.btn-nav a {
    display: inline-block;
}
