@import url("fontello.css");

@font-face {
    font-family: 'Custom_Roboto';
    src: url("../fonts/roboto/black/roboto_black.eot");
    src: url("../fonts/roboto/black/roboto_black.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/black/roboto_black.woff2") format("woff2"), url("../fonts/roboto/black/roboto_black.woff") format("woff"), url("../fonts/roboto/black/roboto_black.svg#plumbregular") format("svg");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'Custom_Roboto';
    src: url("../fonts/roboto/regular/roboto_regular.eot");
    src: url("../fonts/roboto/regular/roboto_regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/regular/roboto_regular.woff2") format("woff2"), url("../fonts/roboto/regular/roboto_regular.woff") format("woff"), url("../fonts/roboto/regular/roboto_regular.svg#plumbregular") format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Custom_Roboto';
    src: url("../fonts/roboto/light/roboto_light.eot");
    src: url("../fonts/roboto/light/roboto_light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/light/roboto_light.woff2") format("woff2"), url("../fonts/roboto/light/roboto_light.woff") format("woff"), url("../fonts/roboto/light/roboto_light.svg#plumbregular") format("svg");
    font-weight: 100;
    font-style: normal
}

*, *:after, *:before {
    margin: 0;
    padding: 0;
    zoom: 1;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-text-size-adjust: none
}

html {
    font-size: 16px
}

:root {
    font-size: 16px
}

a img {
    border: none
}

a {
    color: #009846
}

a._reset {
    text-decoration: none;
    border-bottom: 1px dashed #009846;
    cursor: pointer
}

body {
    font-family: "Custom_Roboto", "Roboto";
    line-height: 1.5625rem;
    font-size: 1.125rem;
    overflow: hidden
}

.live-win {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 300
}

.live-win-nav, .live-win-view, .live-win-foot {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.live-win-nav {
    height: 4.875rem;
    border-bottom: 1px solid #cfecd9
}

.live-win-nav .__item {
    display: block;
    height: inherit;
    line-height: 4.875rem;
    float: left;
    text-align: center;
    width: 50%;
    font-size: 1.0625rem;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    font-weight: 900;
    background-color: #eef6f2;
    border-top: 4px solid transparent;
    border-bottom: 4px solid #0da043
}

.live-win-nav .__item._active {
    background-color: transparent;
    border-bottom-color: transparent;
    border-top-color: #0da043
}

.live-win-view {
    top: 4.875rem;
    bottom: 8.75rem;
    background: url(../images/css/live.svg) no-repeat center;
    background-size: 90% auto
}

.live-win-view .live-win-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 150
}

.live-win-foot {
    border-top: 4px solid #0da043;
    top: auto;
    text-align: center;
    bottom: 0;
    padding: 1.875rem 1.25rem 0 1.25rem;
    height: 8.75rem
}

.live-win-title {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: .625rem
}

.live-win-time {
    font-size: .875rem;
    color: #6c8383
}

.live-win-btn {
    display: block;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    float: left;
    color: #fff;
    -webkit-border-radius: 4rem;
    -khtml-border-radius: 4rem;
    -moz-border-radius: 4rem;
    -ms-border-radius: 4rem;
    -o-border-radius: 4rem;
    border-radius: 4rem;
    background: #10b652;
    background: -moz-linear-gradient(top, #10b652 0%, #0a8b34 100%);
    background: -webkit-linear-gradient(top, #10b652 0%, #0a8b34 100%);
    background: linear-gradient(to bottom, #10b652 0%, #0a8b34 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#10b652', endColorstr='#0a8b34', GradientType=0);
    text-align: center;
    font-size: 1.875rem
}

.live-win-btn span {
    display: block
}

.live-win-btn .icon-pause-outline {
    display: none
}

.live-win-btn._pause .icon-pause-outline {
    display: block
}

.live-win-btn._pause .icon-play-outline {
    display: none
}
