@charset "utf-8";
/* def */


@font-face{
    font-family: 'MyriadPro-BoldCond';
    src: local('MyriadProBoldCondensed'), url('/public/src/fonts/myriad/MyriadPro-BoldCond.woff') format('woff');
}
@font-face{
    font-family: 'MyriadPro-Cond';
    src: local('MyriadProCondensed'), url('/public/src/fonts/myriad/MyriadPro-Cond.woff') format('woff');
}
@font-face{
    font-family: 'MyriadPro-Regular';
    src: local('MyriadProRegular'), url('/public/src/fonts/myriad/MyriadPro-Regular.woff') format('woff');
}

html, body{
    background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
	height: 100%;
	width: 100%;
    margin: 0;
    padding: 0;
}
body{
    background: url("img/back.jpg") no-repeat 100% 100%;
    background-size: cover;
	position: relative;
    font: normal 16px/100% MyriadPro-Regular,Tahoma,Geneva,sans-serif;
    color: #fff;
}
body > a {
	display: none;
}

#overlay{
    position: relative;
    height: 100%;
    width: 100%;
}

.ios #overlay{
    background: url("img/back.jpg") no-repeat 100% 100%;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.emscripten {
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
div.emscripten {
    text-align: center;
}
#status {
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    margin-left: 20px;
    font-weight: bold;
    /*color: rgb(120, 120, 120);*/
}
#progress {
    height: 20px;
    width: 30px;
}
#spinner{
    /*background: url("img/icon/apple-icon-120x120.png") no-repeat 100% 100%;*/
    height: 120px;
    width: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -60px 0 0 -60px;
    animation: spinnerPulse 1.5s ease-in-out infinite;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

/*html[data-brand="cc"] #spinner{*/
    /*background: url("img/icon/apple-icon-120x120.png") no-repeat 100% 100%;*/
/*}*/
/*html[data-brand="fs"] #spinner{*/
    /*background: url("img/icon_fs/apple-icon-120x120.png") no-repeat 100% 100%;*/
/*}*/
html[data-brand="cc"] #spinner{
    /*background: url("img/icons/progress_icon.png") no-repeat 100% 100%;*/
    background: url("img/cc_loading.png") no-repeat 100% 100%;
    height: 128px;
    width: 128px;
    margin: -64px 0 0 -64px;
    animation: spinnerSlides 1s steps(6) infinite;
}
html[data-brand="fs"] #spinner{
    background: url("img/icon_fs/apple-icon-120x120.png") no-repeat 100% 100%;
}
#status{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin: 65px 0 0 -100px;
}
#status, #spinner{
    z-index: 999;
}
div.emscripten_border{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
    overflow: hidden;
}
#canvas.landscape{
	/*background: rgba(0, 0, 0, 1) none repeat scroll 0 0;*/
	/*border: 2px solid #1F2830;*/
	/*border-radius: 3px;*/
	/*box-shadow: 0 0 5px rgba(0,0,0,0.5);*/
	/*width: auto !important;*/
	width: auto !important;
	height: 100% !important;
}
#side-controls{
    z-index: 999;
    position: absolute;
    right: 0;
    top: 15px;
}
.side-btn{
    display: none;
	background: url("img/side-btns-sprite.png") no-repeat 0 0;
	cursor: pointer;
	position: relative;

	/*right: -4px;*/
	width: 43px;
	height: 47px;
}

.side-btn > div > span{
    color: rgb(211, 211, 211);
    font-size: 9px;
    text-shadow: 0 1px 0 rgb(0, 0, 0);
    font-family: Courier New, Courier New, monospace;
}

#fs-btn{
    background-position: 0 0;
}
#fs-btn.fs-enable, #fs-btn.fs-dis{
    display: block;
}
#fs-btn:hover{
    background-position: 0 -47px;
}

#download{
    background-position: 0 -188px;
}
#download:hover{
    background-position: 0 -235px;
}
#quality{
    background-position: 0 -94px;
}
#quality:hover{
    background-position: 0 -141px;
}

#resolutions{
    background-position: 0 -94px;
}
#resolutions:hover{
    background-position: 0 -141px;
}

.side-btn > div{
    text-align: center;
    position: relative;
    top: 18px;
}
.side-btn:hover > ul{
    display: block;
}

.side-btn > ul{
    display: none;
    margin: 0;
    padding: 0;
    position: relative;
    right: 100px;
    top: -30px;
    width: 100px;
}

.side-btn > ul > li{
    font: normal 16px/100% MyriadPro-Regular,Tahoma,Geneva,sans-serif;
    list-style: none;
    text-align: center;
    background: rgba(0, 0, 0, .5) none repeat scroll 0 0;
    min-width: 59px;
    color: rgba(255, 255, 255, 1);
    padding: 5px 0;
    border: 1px solid rgba(0, 0, 0, .5);
}
.side-btn > ul > li.h-item{
    color: rgba(201, 202, 204, 1);
    font-size: 11px;
    margin-bottom: 1px;
}

.side-btn > ul > li.sel{
    background-color: rgba(62, 80, 110, 1);
}

.side-btn > ul > li:not(.h-item):hover{
    background-color: rgba(34, 43, 60, 1);
    border: 1px solid rgba(78, 255, 174, 1);
}

#canvas.portrait{
	width: 100% !important;
	height: auto !important;
	position:relative;
}
#download > a{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
/*.clearfix::after {*/
	/*content: "";*/
	/*clear: both;*/
	/*display: table;*/
/*}*/
/*       MESSAGE        */
#message-overlay{
    background: rgba(0, 0, 0, .5) none repeat scroll 0 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    display: none;
}
#message{
    background: url("img/dialog/panel.png") no-repeat 0 0;
    width: 497px;
    height: 257px;
    margin: -128px 0 0 -249px;
    position: absolute;
    left: 50%;
    top: 50%;
}
#message > h2, #message-text{
    font: bold 20px/100% MyriadPro-Regular,Tahoma,Geneva,sans-serif;
}
#message > h2{
    color: rgba(36, 137, 193, 1);
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    width: 90%;
    margin: 0 0 0 5%;
    font: bold 19px/50px MyriadPro-Regular,Tahoma,Geneva,sans-serif;
}
#message-content{
    margin: 10px 15px 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    overflow: hidden;
}
#message-text{
    color: rgb(255, 255, 255);
    font: normal 18px/120% MyriadPro-Regular,Tahoma,Geneva,sans-serif;
    text-align: center;
}
#message-controls{
    position: relative;
}
.msg-btn{
    font: bold 16px/100% MyriadPro-BoldCond,Tahoma,Geneva,sans-serif;
    color: rgba(255, 255, 255, 1);
    width: 130px;
    height: 40px;
}

.msg-btn.blue{
    background: url("img/dialog/blue-btn-sprite.png") no-repeat 0 0;
    display: block;
    text-decoration: none;
    position: absolute;
    right: 40px;
}
.msg-btn.blue:hover{
    background-position: 0 -40px;
    cursor: pointer;
}

.msg-btn > span{
    line-height: 34px;
    display: inline-block;
    margin-left: 34px;
    width: 90px;
    text-align: center;
}
/*       MESSAGE        */

html[data-device="mobile"] #lz_overlay_wm{
    margin: 0 !important;
}

html[data-device="mobile"] #canvas{
    width: 100% !important;
    height: 100% !important;
}

html[data-device="mobile"] #canvas.portrait{
    width: 100% !important;
    height: 100% !important;
    position:relative;
}

body.pnf #message-overlay{
    display: block;
}

/* Swipe Hand */
#back-scroll{
    display: none;
}
.ios #back-scroll{
    display: block;
    opacity: 0;
    z-index: -1;
    height: 2000px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ios #swipe{
    background: url("img/swipe-top-hand.png") no-repeat scroll center 200px rgba(0, 0, 0, .5);
    position: fixed;
    z-index: 10003;
    background-size: 207px 248px;
    display: none;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
}

.ios #swipe.show{
    z-index: 1003;
    display: block;
    animation: swipeHand 2s ease infinite;
}
@keyframes swipeHand{
    0%{
        background-size: 207px 248px;
    }
    50%{
        background-position: center 200px;
        background-size: 207px 248px;
    }
    90%{background-position: center -50px;}
    100%{background-position: center -50px;}
}
/* Swipe Hand */

/* Curtain */
#curtain{
    background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1002;
    display: none;
}
.hide #curtain{
    display: block;
}
/* Curtain */

/*spinner animation*/
@keyframes spinnerPulse{
    0% {
        transform: scale(1);
        /*-webkit-transform: matrix3d(1, 0, 0, .0001, 0, 1, 0, .0001, 0, 0, 1, 0, 0, 0, 0, 1);*/
        /*transform: matrix3d(1, 0, 0, .0001, 0, 1, 0, .0001, 0, 0, 1, 0, 0, 0, 0, 1);*/
    }
    50% {
        transform: scale(.95);
        /*-webkit-transform: matrix3d(1, 0, .5, -.0005, 0, 1, 0, -.0005, 0, 0, 1, 0, 0, 0, 0, 1);*/
        /*transform: matrix3d(1, 0, .5, -.0005, 0, 1, 0, -.0005, 0, 0, 1, 0, 0, 0, 0, 1);*/
    }
    100% {
        transform: scale(1);
        /*-webkit-transform: matrix3d(1, 0, 0, .0001, 0, 1, 0, .0001, 0, 0, 1, 0, 0, 0, 0, 1);*/
        /*transform: matrix3d(1, 0, 0, .0001, 0, 1, 0, .0001, 0, 0, 1, 0, 0, 0, 0, 1);*/
    }
}
/*spinner animation*/
/*cc spinner animation*/
@keyframes spinnerSlides{
    from{background-position-x: 0;}
    to{background-position-x: -768px;}
}
/*cc spinner animation*/

/* load client message */

@font-face {
    font-family: Semibold;
    src: url("/src/fonts/SFUIDisplay-Semibold.ttf"); }

button {
    outline: none !important; }

.wrap button {
    position: fixed;
    display: none; }

.popup.download {
    position: fixed;
    width: 100%;
    height: auto;
    display: none;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #010818;
    overflow-y: auto; }
.popup.download .close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 11px;
    top: -11px;
    padding: 2px;
    background: transparent;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.6);
    -webkit-transition: all .1s;
    transition: all .1s;
    cursor: pointer;
    border: none;
    z-index: 1; }
.popup.download .close:hover {
    top: -7px;
    -webkit-box-shadow: none;
    box-shadow: none; }
.popup.download .close:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    padding: 0;
    background: linear-gradient(30deg, #3c6ea5 0%, #3c6ea5 10%, #5d8799 23%, #4e6186 50%, #617a9c 58%, #7087b0 69%, #3f577b 100%);
    border-radius: 5px;
    z-index: -1; }
.popup.download .close img {
    width: 100%;
    height: 100%; }
.popup.download .popup_window {
    width: 100%;
    min-height: 365px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.popup.download .popup_content {
    width: 316px;
    height: 316px;
    position: relative;
    padding: 2px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none; }
.popup.download .popup_content:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    padding: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, #1e3b5d), color-stop(22%, #1b3152), color-stop(50%, #4e6b90), color-stop(87%, #405880));
    background: linear-gradient(0, #1e3b5d 0%, #1b3152 22%, #4e6b90 50%, #405880 87%);
    border-radius: 10px;
    z-index: -1; }
.popup.download .popup_content .popup_boxing {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#172239), to(#060e1f));
    background: linear-gradient(to bottom, #172239 0%, #060e1f 100%);
    border-radius: 9px; }
.popup.download .popup_content .popup_boxing .logo {
    width: auto;
    max-width: 200px;
    height: 80px;
    max-height: 80px;
    display: none;
}
.popup.download.windows .popup_content .popup_boxing .logo.windows {
    display: block;
}
.popup.download.android .popup_content .popup_boxing .logo.android {
    display: block;
}
.popup.download .popup_content .popup_boxing .logo img {
    height: 100%;
    -webkit-filter: drop-shadow(0 0 16px rgba(139, 226, 255, 0.4));
    filter: drop-shadow(0 0 16px rgba(139, 226, 255, 0.4)); }
.popup.download .popup_content .popup_boxing a {
    width: 208px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    border-radius: 19px;
    text-transform: uppercase;
    text-decoration: none; }
.popup.download .popup_content .popup_boxing a span {
    font-family: 'Semibold';
    font-size: 15px;
    line-height: 0; }
.popup.download .popup_content .popup_boxing .app {
    margin: 33px 0;
    background-color: #037aff; }
.popup.download .popup_content .popup_boxing .app span {
    color: #fff; }
.popup.download .popup_content .popup_boxing .brow {
    border: 1px solid #5677a4; }
.popup.download .popup_content .popup_boxing .brow span {
    color: #5677a4; }
.popup.download .popup_content .popup_boxing .brow svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    fill: transparent; }
.popup.download .popup_content .popup_boxing .brow svg path {
    fill: #5677a4; }

/* load client message */

/*clock*/
#clock{
    position: absolute;
    top: 0;
    right: 6px;
    font-size: 16px;
    font-family: 'MyriadPro-BoldCond';
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 1);
    cursor: default;
}
/*clock*/

/* video */
#video-overlay{
    background: url("img/video/back.png") no-repeat scroll 21px 0 rgba(0, 0, 0, 0);
    position: absolute;
    top: 5px;
    z-index: 1000;
    overflow: hidden;
    height: 149px;
    right: 0;
    width: 0;
}
#video-block{
    position: relative;
    left: 22px;
    width: 260px;
    top: 2px;
}
#video-overlay.enabled.show #video-block{
    position: relative;
    left: 22px;
    width: 260px;
}
#video-overlay.enabled.show{
    right: 0;
    /*transform: scale(.7);*/
    transform-origin: top right;
    width: 284px;
}


#video-side-controls{
    background: url("img/video/sides_2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    position: absolute;
    width: 21px;
    height: 149px;
    top: 0;
    left: 0;
    z-index: 2;
}

#video-side-controls.side-panel-scale {
    background-position: -21px, 0;
}
#video-side-controls.side-panel-pip {
    background-position: 0, 0;
}

#video-side-controls > div{
    width: 100%;
}

#close-video{
    height: 50px;
}

#video-side-controls.side-panel-scale .scale-control{
    height: 75px;
}
#video-side-controls .pip-control{
    height: 148px;
}
/* video */

/*TeSt*/
#test-info{
    position: fixed;
    top: 0;
    left: 0;
    background: darkslategrey;
    color: white;
    z-index: 10002;
    opacity: .5;
    border-radius: 5px;
    padding: 5px;
    text-shadow: 0 0 1px black;
    /*display: none;*/
}
/*TeSt*/
