
* {
    box-sizing: border-box;
}

::selection {
    color: #d0396f;
    background: rgba(0, 145, 143, 1);
}

body {
    background: #04151f;
    font: 14px/20px 'Montserrat', Arial, sans-serif;
    color: #fff;
    background-image: url(../images/dd.1.1/_bg.jpg);
    background-position: top center;
    background-repeat-y: repeat;
    background-repeat-x: no-repeat;
}

body.popup-opened {
    overflow: hidden;
}

html {
}

body, html {
    margin: 0;
    padding: 0;
}

a {
    color: #fff;
}

p {
    line-height: 1.7;
}

h1, h2, h3, h4 {
    color: #fff;
    margin: 0;
    padding: 0;
}

h1 {
}

h2 {
}

h3 {
    font-size: 18px;
    line-height: 24px;
}

h4 {
}


/*GLOBAL*/
.wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

.section {
    position: relative;
}

.section-inner {
}

/*BTNS*/
.btn {
    display: inline-block;
    border-radius: 40px;
    border: 2px solid rgba(255, 255, 255, 0.18);
    text-align: center;
    transition: all .6s;
}

.btn:hover a {
}

.btn a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    line-height: 48px;
    padding: 0 30px;
    font-weight: bold;
}

.main-btn {
    background: #d0396f;
}

.main-btn:hover {
    box-shadow: 0 0 20px #d0396f87;
}

.addon-btn {
    background: #26867a;
}

.addon-btn:hover {
    box-shadow: 0 0 20px #39d08f61;
}


/*PROMO*/
.promo {
    padding-top: 0px;
    overflow: hidden;
    background: #4a55671f;
    border-bottom: none; /*remove*/
}

.promo .section-inner {
    padding-bottom: 0px;
}

.promo-container {
    position: relative;
}

.promo-figure {
    width: 220px;
    height: 280px;
    position: absolute;
    right: 10%;
    top: -25px;
}

.figure-head {
    position: absolute;
    width: 130px;
    left: 0;
}

.figure-head img {
    display: block;
    width: 100%;
}

.figure-guard {
    position: absolute;
    width: 140px;
    top: 70px;
    right: 0;
}

.figure-guard img {
    display: block;
    width: 100%;
}


.promo-desc {
    display: none;
}

.promo-act {
    display: none;
}


/*STREAM*/
.stream {
    background: #4a55671f;
    padding-bottom: 40px;
}

.player {
    border-radius: 0;
}

.player-inner {
    padding: 0px 0px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid rgb(255 255 255 / 7%);
    height: 580px;
}

.player-inner iframe {
    display: block;
    height: 540px;
}

.player-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #020b13d4;
}
.player-overlay a{display:block;width: 100%;height: 100%;}

.player-overlay .btn {
    margin: auto;
    top: 3%;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 260px;
    height: 52px;
}
.player-overlay .btn span{display:block;color: #fff;line-height: 48px;font-weight: bold;}


.player-tracks-container {
    position: absolute;
    position: relative;
    background: #4a55671f;
    border-radius: 12px;
    /* border: 2px solid rgb(255 255 255 / 4%); */
}

.player-tracks {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    padding: 0px;
    /* border: 2px solid rgba(255, 255, 255, 0.18); */
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    width: 100%;
    padding: 20px;
}

.player-track {
    width: 24%;
    background: #0e1f2df2;
    border: 2px solid rgb(255 255 255 / 5%);
    text-align: center;
    border-radius: 8px;
    transition: all .6s;
    padding: 20px;
    cursor: pointer;
}
.player-track:hover{background: #192938;}
.player-track.active{background: #243544;}
.player-track:last-child {
}

.player-track a {
    text-decoration: none;
    display: block;
}

.player-track-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #424c5d;
}
.player-track-name a{color: #414a5b;}
.player-track-event {
    margin-bottom: 15px;
    /* display: none; */
    max-height: 100px;
    overflow: hidden;
}
.player-track-act{display:none;}

.player-track-event-time {
    margin-bottom: 5px;
    font-weight: bold;
}

.near-title{color:#d0396f; margin-right:5px;}

.player-track-event-title {
}
.video-container {
    position: relative;
    width: 800px;
    height: 600px;
    overflow: hidden;
    pointer-events: none;
}

#ytplayer {
    position: absolute;
    width: 100%;
    height: calc(100% + 150px);
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.shadow-video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(4, 20, 31, .75);
    z-index: 9999999;
}

/*.about*/
.about {
    border-top: 0;
}

.ipquorum{
    background: #4a55671f;
}
.ipquorum a{
    display: block;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #ffffff08;
}
.ipquorum img{display: block; width: 100%}
.ipquorum-mob{display: none}

.player-live-title{
    padding: 20px;
}
.player-live-title h2{}

@media screen and (max-width: 880px) {
    .wrap {
        padding: 0 20px;
    }
    .player-tracks-container{background:none;}
    .player-tracks{position:relative;padding: 10px;}

    .player-track{margin-bottom:10px;}

    .ipquorum-desk{display: none}
    .ipquorum-mob{display: block;}

}


@media screen and (max-width: 720px) {

    .promo-main {
        padding-top: 60px;
    }

    .promo-figure {
        opacity: .2;
    }

    .player-inner {
        height: 320px
    }

    .player-track {
        width: 100%;
        background: #0e1f2df2;
        /* border-bottom: 2px solid rgba(255, 255, 255, 0.18); */
    }

    .player-track:last-child {
        /* border-bottom: 0; */
    }


    .ipquorum{}
    .ipquorum a{display: block;}
    .ipquorum img{display: block;}


    .logo {
        margin: 0 auto; float:none;
    }
}




