/* ========================= BROWSER RESET ======================== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,button{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img,button{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}* focus, video, object, player, embed {outline:none} *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}iframe{border:0} input,textarea{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;-o-user-select:text;user-select:text;}iframe{border:0}button{background-color:transparent;}

/* ========================= GENERAL TAGS ======================== */
a img {border:0;}
html, body, .player-design, #player {
    /* Make sure that iOS Safari doesn't try to expand the player iframe */
    position: relative;
    width:100%;
    height:100%;
    background-color: #000000;
    overflow:hidden;
}
body {
    margin:0;
    color:white;  /*updated in js via player settings */
    font:11px/14px Helvetica;  /*updated in js via player settings */

    scrollbar-base-color: #000;
    scrollbar-3dlight-color: #000;
    scrollbar-highlight-color: #000;
    scrollbar-track-color: #555;
    scrollbar-arrow-color: #555;
    scrollbar-shadow-color: #000;
    scrollbar-dark-shadow-color: #000;
}
h1 {
    font-size:14px; /*updated in js via player settings */
    line-height:2em;
    font-weight:normal;
    letter-spacing:.3px;
}
p {
    font-size:12px; /*updated in js via player settings */
    font-weight:normal; /*updated in js via player settings */
    line-height:1.5em;
    letter-spacing:.3px;
}
.clear {
    clear: both;
}
.selectable, .selectable * {
    -webkit-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    -o-user-select: initial;
    user-select: initial;
}
.hide-visually {
    text-indent: -9999px;
    position: absolute !important;
    height: 1px; width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

/* ========================= GENERIC CLASSES ======================== */

/* === buttons === */
.button-container {
    position: relative;
}
.button-container > button { /* standard button design */
    display: block;
    position:relative;
    height:47px;
    width:47px;
    background-position:center center;
    background-repeat:no-repeat;
    cursor:pointer;
    font-size:0;
}
.button-container > button img {
    display: block;
    position: relative;
    height: 20px;
    width: 25px;
    margin: 0 auto;
}
ul.button-menu {
    position: absolute;
    bottom: 100%;
    right: 0px;
    height: 0;
    background:rgb(0,0,0);
    background:rgba(0,0,0,.6);
    padding: 0px;
    font-size: 0;
    overflow: hidden;
    transition: height 200ms ease;
}
.button-container:hover ul.button-menu, .button-container-active ul.button-menu {
    height: 1em;
}
ul.button-menu li {
    display: block;
    text-align: right;
    font-size: 11px;
    background: transparent none 10px center no-repeat;
}
ul.button-menu li button { /* menu items */
    height: 30px;
    padding: 0 14px 0 20px;
    line-height: 30px;
    text-align: right;
    white-space:nowrap;
    color: white;
    cursor: pointer;
    color: #AAAAAA;
    width: auto; /* Display buttons with correct width in IE7 http://jehiah.cz/a/button-width-in-ie */
    overflow: visible; /* See above */
}
ul.button-menu li:hover button { color: #1EC95B; }

/* Hack for IE7 to display menus properly */
ul.button-menu {
    *overflow: visible;
    *visibility: hidden;
}
.button-container:hover ul,
.button-container:hover li,
.button-container:hover button {
    *visibility: visible;
}

/* Menu with selection */
ul.button-menu-selection li.selected { background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAAXNSR0IArs4c6QAAAIVJREFUGBljZCAA/v//nw1UoopXGVBROhD/A+LHOBUCJZOhip4CaRUGIGEPxFOBmBGmC8iOB+K/QPwciNXA4kDGdiAGgVlAzAjE0UAMUvQSiDVhmkEm8gLxMSAGgV1A/AeIXwGxNlwRjAEU5APik0AMAm+AWA8mh0EDJQWAGGSiIYYkUAAA11GHU8nrQmYAAAAASUVORK5CYII='); *background-image:url('checkmark.png'); }
ul.button-menu-selection li.selected button { color: #FFFFFF; }
ul.button-menu-selection li button { padding-left: 30px; }
ul.button-menu-selection li.selected:hover button { color: #FFFFFF; }

/* Close button for overlays */
.button-container-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

/* === /buttons === */




/* ========================= OVERALL GRID ======================== */

/* === tray === */
#tray {
    position:absolute;
    bottom:-20px;
    bottom:-47px\9;
    left:0;
    width:100%;
    opacity: 0;
    transition: all 100ms linear;
}
#stray {
    bottom: 0 !important;
    opacity: 1 !important;
}
.tray-shown #tray {
    bottom: 0;
    opacity: 1;
}
.block-tray #tray {
    bottom: -47px !important;
}
.persist-tray #tray {
    bottom: 0 !important;
    opacity: 1 !important;
}
#traysub {
    margin: 0 auto;
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.6);
}
.tray-left {
    float:left;
}
.tray-left .button-container button {
    width: 50px;
    transition: background-color 200ms linear;
}
.tray-right {
    padding-right: 5px;
}
.tray-right .button-container { /* buttons right of scrubber */
    float:right;
}
.tray-right .button-container > button {
    width: 50px;
    height: 47px;
}
.tray-right .button-container > button img {
    margin: 0 auto;
    width: 25px;
    height: 20px;
}
.tray-scrubber {  /* scrubber position */
    position: relative;
    margin: 0;
    margin-left: 50px; /* Width of play/pause button */
    margin-right: 0; /* Width of buttons to the right of the scrubber. Updated in js. */
    padding: 0;
}
.tray-left .button-container:hover > button {
    background: transparent !important;
}
/* === /tray === */



/* ========================= INDIVIDUAL MODULES ======================== */

/* === Module: Scrubber === */
.scrubber-container {
    position:relative; 
    height:47px;
}
.scrubber {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    margin-right: 70px;
    height: 100%;
    cursor:pointer;
}
.scrubber-track {
    position: relative;
    top: 23px;
    height: 4px;
}
.scrubber-buffer, .scrubber-play {
    position:absolute;
    top: 0;
    left: 0;
    height: 100%;
    width:0;
    transition: width 100ms ease;
}
.scrubber-track {
    width:100%;
    background-color:#222222;
}
.scrubber-buffer {
    background: #1EC95B;
    opacity: 0.2;
}
.scrubber-play {
    background-color: #1EC95B;
}

.scrubber-thumbnail {
    display:none;
    position:absolute;
    left: 0;
    bottom:44px;
    width: 94px;
    border:2px solid #222222;
    overflow: hidden;
}
.tray-shown .scrubber:hover .scrubber-thumbnail {
    display: block;
}
.touch .scrubber-thumbnail {
    display: none !important;
}
.scrubber-thumbnail img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.scrubber-thumbnail-time-container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.scrubber-thumbnail-time {
    padding: 4px;
    background: #222222;
    background: rgba(34,34,34,0.8);
    font-size: 10px;
    line-height: 1em;
}

.time-container {
    position: absolute;
    top: 18px;
    height: 14px;
    font-size: 14px;
    line-height: 1em;
}

.time-container-past {
    left: 10px;
}
  
.time-container-future {
    right: 10px;
}

.video-stream .time-container {
    padding-left: 10px;
    background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAAXNSR0IArs4c6QAAAEpJREFUCB1j/B8ayvbn06cmBgaGOCAGgUUsfHx1LCDB////l0PEwGQ5UIyBCciEqUSSY4gDSWAFIIlFWGQWsYAsApkJBDAjwZYDAAQMGAhsjiipAAAAAElFTkSuQmCC') left center no-repeat; *background: transparent url("live-dot.png") left center no-repeat;
    background-image: linear-gradient(transparent, transparent), url("live-dot.svg");
    background-size: 6px;
}
.video-stream .time-container span {
    color: #FA4646;
    padding-right: 4px;
}
/* === /Scrubber === */

/* === Module: Sections === */
.sections-container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -2px;
    padding: 0 10px;
}
.sections {
    position:relative;
    margin-right: 70px;
}
.section {
    position:absolute; 
    top:0;
    width:4px;
    height:4px; 
    margin-left: -2px;
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.6);
    cursor:pointer;
    transition: background 200ms linear;
}
.section:hover {
    background: rgba(255,255,255,1);
}
.section-title {
    display:none;
    opacity: 0;
    visibility: hidden\9;
    position: absolute;
    bottom: 28px;
    left: -50px;
    max-width: 120px;
    padding: 14px 18px;
    font-size: 13px;
    line-height: 13px;
    white-space: nowrap;
    background: rgb(34,34,34);
    background: rgba(34,34,34,0.7);
    border: 1px solid rgb(64,64,64);
    overflow: hidden;
    text-overflow: ellipsis;
    transition: opacity 200ms linear;
}
#tray:hover .section-title {
    display: block;
}
.section:hover .section-title {
    opacity: 1;
    visibility: visible;
}
/* === /Sections === */

/* === Module: Volume button === */
.volume-slider {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 0;
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.6);
    overflow: hidden;
    transition: height 200ms ease;
}
.tray-shown .button-container:hover .volume-slider, .tray-shown .button-container-active .volume-slider {
    display: block;
    height: 100px;
}
.volume-slider-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    cursor: pointer;
}
.volume-slider .volume-track {
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 23px;
    width: 4px;
    background-color: #222222;
}
.volume-slider .volume-level {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #1EC95B;
    transition: height 100ms linear;
}
.volume-button-off img.volume-off-icon, .volume-button-on img.volume-on-icon {
    display: none;
}
/* === /Volume button === */

/* === Module: Info === */
.info-overlay {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 200ms linear;
}
.block-info .info-overlay {
    opacity: 0;
}
.info-overlay-text {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 7% 6%;
    background:transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAACbCAYAAACj6PGsAAAAAXNSR0IArs4c6QAAARVJREFUKBVlUssOhEAIA3xFjZ706rf6xV408a2LHQybXQ8TaGmBGem+byb9WJ5T+r7nqG1bQRrleR4HAuyyLCxd17HM82wKEOu6sjRNw4Jo2zZj931nqeuaZRgGkqqqjDiO4zsqy5IF2DiOJEVRsJznyaITWN00TRRSEOir9mFSua7L6rIs468UdWBxpGlqrC5D4inqntsI+7ofsCRJTKa7kSAFEccxCzAYOAED9/uJIAOmS9/iVoh+ij2FTJemoNCWNm4URRww9SNBCta1vuCLcaiD4sXoWd8IYHrZwEj0QzdrBL//HjYQtG6qA8nzvmblsndSCs8NUzTCI7+RTQUWpr6v3rPdhmKI/I+wmaFA3b9f2OgDCcvZQAMtI7wAAAAASUVORK5CYII=') left bottom repeat-x; *background:transparent url(info-gradient.png) left bottom repeat-x;
    *background:rgb(0,0,0); /* IE 7 */
    background-size: auto 100%;
}
.info-overlay-live {
    position: relative;
    height: 13px;
    line-height: 13px;
    font-size: 10px;
    padding-left: 24px;
    color: #FA4646;
    margin-bottom: 10px;
}
.info-overlay-live-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 11px;
    width: 17px;
    border: 1px solid #FA4646;
    background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAHCAYAAADTcMcaAAAAAXNSR0IArs4c6QAAAEVJREFUGBlj+OXm9p+BBABSzwRTT0gzsjxcEy7NyIphajA0wSSwKYbJ4dTEtmsXI0wROo2hCV0xOh9sAD5noNsA4oPUAwBJ6Rspofy8jgAAAABJRU5ErkJggg==') center center no-repeat; *background: transparent url(live-icon.png) center center no-repeat;
    background-image: linear-gradient(transparent, transparent), url(live-icon.svg);
    background-size: 13px;
    
}
.info-overlay-title {
    font-size: 26px;
    color: #FFFFFF;
    line-height: 1.2em;
    margin-bottom: 0.2em;
}
.info-overlay-domain {
    font-size: 14px;
    color: #CCCCCC;
    text-decoration: none;
}
a.info-overlay-domain:hover {
    text-decoration: underline;
}
/* === /Info === */

/* === Module: Share button === */
.button-container-share {
    opacity: 0;
    position: absolute;
    top: 12px;
    right: 12px;
    transition: opacity 200ms linear;
}
.tray-shown .button-container-share {
    opacity: 1;
}
body.overlay-shown .button-container-share {
    opacity: 0;
}
/* === /Share button === */

/* === Module: Sharing === */
.sharing-container {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgb(0,0,0);
    background:rgba(0,0,0,.6);
    transition: opacity 200ms linear;
}
.sharing-container-active {
    display: block;
    opacity: 1;
}
.sharing-info {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3% 5%;
}
.sharing-info h3 {
    font-size: 26px;
    line-height: 1.2em;
}
.sharing-info a {
    font-size: 14px;
    line-height: 1.2em;
    color: #AAAAAA;
    text-decoration: none;
}
.sharing-info .current-time-select {
    display: none;
    font-size: 14px;
    line-height: 1em;
    height: 1em;
    margin: 8px 0;
}
.video-clip .sharing-info .current-time-select {
    display: block;
}
.playflow-position-1 .sharing-info .current-time-select,
.playflow-position-2 .sharing-info .current-time-select,
.playflow-position-4 .sharing-info .current-time-select,
.playflow-position-5 .sharing-info .current-time-select {
    display: none;
}
.sharing-info .current-time-select .checkbox {
    float: left;
    width: 10px;
    height: 10px;
    margin-right: 6px;
    border: 1px solid #AAAAAA;
    text-align: center;
}
.sharing-info .current-time-select .checkbox img {
    display: none;
    height: 10px;
}
.sharing-info .current-time-select .checked img {
    display: inline;
    vertical-align: text-top;
}
.share-buttons-container {
    display: table;
    width: 100%;
    height: 100%;
}
.share-buttons {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
.share-buttons .button-container {
    display: inline-block;
    *display: inline; /* IE 7 */
    margin-right: 10px;
}
.share-buttons .button-container button {
    width: 50px;
    height: 50px;
    *display: inline; /* IE 7 */
}

/* === /Sharing === */

/* === Module: Browse === */
.browse-container {
    display: none;
    opacity: 0;
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgb(0,0,0);
    background:rgba(0,0,0,.6);
    transition: opacity 200ms linear;
}
.browse-container-activated {
    display: block;
    opacity: 1;
}
.browse-container h3 {
    position: relative;
    height: 60px;
    font-size: 26px;
    font-weight: 100;
    line-height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 26px;
}
.recommendations-grid {
    position: absolute;
    top: 60px;
    left: 2px;
    right: 2px;
    bottom: 41px;
}
.recommendations-grid .recommendation {
    position: relative;
    float: left;
    width: 33.33%;
    height: 50%;
    overflow: hidden;
    cursor: pointer;
}
.recommendations-grid .recommendation-0,
.recommendations-grid .recommendation-3 {
    left: -1px;
}
.recommendations-grid .recommendation-2,
.recommendations-grid .recommendation-5 {
    right: -1px;
}
.recommendations-grid .recommendation-3,
.recommendations-grid .recommendation-4,
.recommendations-grid .recommendation-5 {
    bottom: -1px;
}
.recommendation img {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-filter: blur(0); filter: blur(0); /* If this is not set, image bounce around in Chrome */
    transform: scale(1);
    transition: transform 300ms ease-in-out;
}
.recommendation:hover img {
    transform: scale(1.1);
}
.recommendation-meta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 60px 10px 15px;
    font-size: 16px;
    line-height: 1.2em;
    min-height: 1.2em;
    opacity: 0;
    background: linear-gradient(rgba(34,34,34,0), rgba(34,34,34,1.0));
    transition: opacity 200ms linear;
}
.recommendation:hover .recommendation-meta {
    opacity: 1;
}
.recommendation-meta .recommendation-duration {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 12px;
    line-height: 1em;
}

/* === /Browse === */

/* === Subtitle button === */
.subtitle-button .cc-active-icon, .subtitle-button .cc-active-bar-icon {
    display: none;
}
.subtitle-button .cc-active-bar-icon {
    position: absolute;
    top: 0;
    left: 0;
}
.subtitle-button-active .cc-active-icon, .subtitle-button-active .cc-active-bar-icon {
    display: block;
}
.subtitle-button-active .cc-icon {
    display: none;
}

/* === /Subtitle button === */

/* === Button graphics === */

/* Tray buttons */
.play-button {
    //background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAUCAYAAABSx2cSAAAABGdBTUEAALGPC/xhBQAAANpJREFUOBGdj9EKQUEQhpc75IIjLyMp96ekvIHHUVLKrVJKnkhyyg3xDqx/Dlt2dmft2pozO//83+wcpbWeIWrqnwOQzgHRS+ZL9P15IM0R8Vt8weZ6xKUftYUhWH6iXiDqwSEM4uUJwkAcwN2emrZYIhrOEI9Zkgo0htYAySnotMUK0aQhFTJZ0+KKM2zTapzXcdH/Z4peTjx7+LvluATwDu/E2iES3sHXsUAqfsA39McOZIQAvEUvMz5v9sBXaCOvmYsM3qBuc49Yf+ALci6apAagNaIl9UP6C1XSH2QCYeFWAAAAAElFTkSuQmCC'); *background-image: url('play.png');
    //background-image: linear-gradient(transparent, transparent), url('play.svg');
    //background-size: 14px;
}
.pause-button {
    //background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAUCAYAAABroNZJAAAABGdBTUEAALGPC/xhBQAAADJJREFUOBFj+P///1cgRgeHGLAAoCKsapmwqCVZaNQQzCAbDZPRMMEMAUyR0XQymMMEAOCML2nnB9t5AAAAAElFTkSuQmCC'); *background-image: url('pause.png');
    //background-image: linear-gradient(transparent, transparent), url('pause.svg');
    //background-size: 14px;
}
.stop-button {
    //background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAUCAYAAABroNZJAAAABGdBTUEAALGPC/xhBQAAADFJREFUOBFj/P///1cGBgYuICYXHGYiVyeyvlFDkEMDwh4Nk9EwwQwBTJHRdDKYwwQAyl0E5wrSm0QAAAAASUVORK5CYII='); *background-image: url('stop.png');
    //background-image: linear-gradient(transparent, transparent), url('stop.svg');
    //background-size: 47px;
}
.replay-button {
    //background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAUCAYAAABvVQZ0AAAABGdBTUEAALGPC/xhBQAAAUpJREFUOBGtlD1rAkEQhi9BSGOhjWATYm9hIQr+CSGd6VIELJKfkTKpAwErQSwVa/EPBGwsTJEPUkhIAqliE7g8Y3ZlsrfJeWcGXnb23Znn7vRugsATYRhm0TEaoju0RG9oii5RzW3Da7pegCmQBYqLEQX7AmA9R5M1jE0GXSM33jFmSO7w0zl8Yd8x3g/YlVPYZ19HO/aK5Dl0iuQCbnzDcI/UyQf5oQX4Vs6LaK56JJ3I8+6hR9mZaPsA2qPuzBardQVrKWNMvn4sDbA5521Vr9MVrKecqm1KtQK6NbDnVADVtEteNPt75adKBfZvIbCFoZW2pQrsxkAK/HZb/wGJXo0/7567SfzSxgGTfk4yorqo4gVzsMmHnqfuBD0hCZka5QgQM24EPVDjG0GNCMwaNGw6HAfUHti+X1eKfGP7FV/G9gWKjG2BfQHdCGjMk1kk2QAAAABJRU5ErkJggg=='); *background-image: url('replay.png');
    //background-image: linear-gradient(transparent, transparent), url('replay.svg');
    //background-size: 47px;
}
.button-container .quality-button > img { transform: rotate(0deg); transition: transform 200ms linear; }
.button-container:hover .quality-button > img { transform: rotate(20deg); }
      
.tray-left .button-container > button img {
    display: none;
}
      
.tray-left .button-container > button.play-button .play-icon {
    display: block;
}
      
.tray-left .button-container > button.pause-button .pause-icon {
    display: block;
}
      
.tray-left .button-container > button.stop-button .stop-icon {
    display: block;
}
      
.tray-left .button-container > button.replay-button .replay-icon {
    display: block;
}

/* Big play */
.big-play-button, .loop-play-button {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAARNJREFUWAntkFcOAjEMRFfcAW5CR4AootyXJmCpopxqmZ9IUeSUXeJ8eaVonbEzfposk08SkAQkAUlAEkiSQFEUF5xRkmVVlgBOfTmKYRUP1jeKTvufUQ9Yl5Yx18DM8gShX8aLZdakIu5HaD2W5SGmBJBNOqDRDfGMOmOjceh79DpRIVxmDhBfa4eBtss7Ss9HEdDfYqYVBYYyCQAIHdlgsEntoLQaJTJrdfg3ou8Ijccx90VvHR1MGToW+1ofDKyUD9vfR0H039CWbECmMQFgk15oLMz37HcbjaY/Uc/ZQWwLNBCzfECY2d4l000q3O8402QAvkUa4A31xDefvA+oK844+WJZKAlIApKAJCAJ/JXAD9gFCj54vjBIAAAAAElFTkSuQmCC'); *background-image: url('big-play.png');
    background-image: linear-gradient(transparent, transparent), url('big-play.svg');
    background-size: 47px;
}

/* Sharing buttons */
.share-button {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAWBJREFUWAntlT1Ow0AQhWOSnIM+okhKioCQOAAH4FScIqIgF4gIoqCloeEICIWGFmn5xmDJiseTXbyRQcxIT7bn9+2zdz0YuLkCroAr4Ar8bwVCCDfAslNLoQMr+KdiSPARiWnbwqgfgyWom6ngqK2Z4h8qPs1VaE4YjfFfgwvwBt7BIchjtSUPuW+FNk3IgUq5DfczcAfETAW1fqrvq1cIatBwUtcgJ+n4owjudZMIObjUX+t5URSPxnoaoZRvsFFsOSLI3VL/Al6tPtExBpYWU0Ci+lpjan+c881v5zfYCzlZVQzB3sjFEOyV3C6CKeTIvQIrMJG+2YyGpWkNCZwB+RWWh7CWU/nIeQBix5XPumY5Zjjb1gy8ZNBz6jlnkZNYFoLSCGILuea2vf5JcpB1gl1V/PUKJm8Sdut9R1WOUuqTCdJ8njKga24KwZOuw7bqn7ae/dEVcAVcAVdAUeATJ3GRsD+yhIEAAAAASUVORK5CYII='); *background-image: url('share.png');
    background-image: linear-gradient(transparent, transparent), url('share.svg');
    background-size: 47px;
    transition: background-color 200ms linear;
}
.facebook-button {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAXdJREFUWAntl0FKA0EQRTMqWQhxoQjudKviVjyKuNE7CJ7DC3gIEfEmGhDMUt24EEEjkfE1GGia6kkVM9O4qIEi3b9+qn7/dM9MBgO/3AF3oJwDdV0PiXPimngkZsSUeCcmxLFVzYr1Czk+zY/IXRF7CWeZ+ZAYEZtJbuG0E4GIC41vifWFHY2EJSM/R78k0bm40Ky1g7i3Rp2TUCxzfYB//+W+Mpz+YAQeEtJ1A7jVX2dlZUScSurAdpUlGmld7MGNTIdJBjfBXQjMNZzlEha8T4EWHVmu+RSzt3aSarnbyzbcn4T7XFXVNMEap1VjVkjStBZgLbSPwHstOfBKC1xF4KdFYMk9+GIVFxZSUuCTxbk5998LNJ9iVpa+Tp2BXcxXHH0eMI5P8VuUUw/NAtlHD3F1DvVrPI/GY7itb9Ylf+JIu37oAvVeyUx3UPZFj7qDeq9kpjso+6JH3UG9VzLT/CwWyoR/b3cC3ubNWyjnkDvgDogO/AJj+I2FmszJhwAAAABJRU5ErkJggg=='); *background-image: url('facebook.png');
    background-image: linear-gradient(transparent, transparent), url('facebook.svg');
    background-size: 47px;
}
.facebook-button:hover {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAfhJREFUWAntVj1LAzEYfnNfRbAOStWxglCtuAt+oKPuCtrFgrq5OAji0j8gCi6C+DGIiK6Kq+B/cFCxYwuighTs9dq85qrIcV7axKs3JZTem+d9ePPkueQSANWUA8qBhg6QhlnJ5Gzu3Co8vK0ihQkgkCYIfQhQY7ENiC8a0TZuT1fOZMoaMuRG3NHM/kjh/vUAEdJ1HlPGfm7TWWCxZxwITdQRib+WCBzPHiZo2bligjolxhaiakKsJiS0nR3mV8vFucOGdnA6c9LxTksLvDmwRV5CIJWvPCnzeDw8tMASlgeCihMCl4YVW745zhaD8qJY6FdMSW0waDBN19fDinPrhhZIKHYFCzTyQbgsFlogd8BkssrNSST+T6CEiEZU6ZNkcvEo6S1YdSpLSHHTi7lxzCL9lFg1L94W7ylc787YXqxZLL2LHdsWWlt2BR+BnXDeVnOKQ6x/58WaxZG+4t7udqHJeUVHJpCtpeLF9tyHd3CRODKBAORJRJCfE5lAdpH4k0DpTaIb+td16nuqtEoXEXDdP3PTMIYp4M8uNmPw6ueI9KU/M/6iY/N7a8ydLT9uplLmTW4q9Mc6slfsn4BoXwkUdYrHUw7ynBHFlYOiTvF4ykGeM6K4clDUKR5P+rLwq5Cm5QnitR9PpJ/ZEa2ackA58O8OfALl9Xd2GfcAGQAAAABJRU5ErkJggg=='); *background-image: url('facebook-colored.png');
    background-image: linear-gradient(transparent, transparent), url('facebook-colored.svg');
}
.twitter-button {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAh9JREFUWAntl88rRFEUxz2MsrBgZEGaslQjP0pYkJU/QSl7puzs2FlYWLBhwXJKFjYWEiWJTPIjCxuykR+LkSQUivG5NaY35s679773du6pT+/dc8/3nDOnd2felJRYsxOwE7ATsBP4nxPIZDKNsARn8ALHsAAN7omwboY6t0/7HmE3JLQF2UA0g/AMMnvEOQwjsA4p0/y5eMSL8A3aTRIbhw/QsXuCWiAKpbnCujeI9kCYaHICylRaYlKgY18EJWELJlR5pfsId8FtRyzi0mCc7FWB+DAmJp5Tp1hOTz/CeUmlT3ziYW/7K8bXI4n3ck3/zWG0JnMHeE3khP1xGIAYdIKJ9Rs1JAum2qxBRd3D8ZuyVVbT7fM8OWRZIvgOTt0ij/sKjz3Z1qPM6faVuxeSe7E/I/GH4Xoiya0qkecEEa+oEgTYP3QcJ6PSezZIgk0SrKmS+Nzf8KnLl/EcVsLq71Md0lUcpmh+pQArktXCEFxAGJYM0E6hlI6mw+gqm+Oda6ywSgAPCcWP+XW2QNDLVIBWikvpqgkuA3a3j1711Va8CdUOySMwCmuQBhO7ITjvZVVVz9c+RRwYg1fQNfF4NPkqqCuiQD0kwPQkH6AJ91CIpknaB8uwA1dgam8ItF5ydYdUEEeBGMzBA+iaeI2fhJqChD4cWm+yFIuQuxe6oB3Ev7Bq+IQHSMMJbMO5zm8scdbsBOwE7ATsBDQm8APS9iXf1H1izQAAAABJRU5ErkJggg=='); *background-image: url('twitter.png');
    background-image: linear-gradient(transparent, transparent), url('twitter.svg');
    background-size: 47px;
}
.twitter-button:hover {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAA0FJREFUWAntV01oE0EYfbPJBkXamrQqCsWDICh4qFZsPSiaUtOD4E2KHiv2IKh4ERRB0FJowYsEqWdRBA9ekkYpXhT/2iLYgz+nSovQdhs9VG3aZHybmmbT7M5O/QEPO1Dm2+/75s2b981kpkDQAgUCBQIFAgX+awXEP2OXsRpRwBXi7wXkNvbvIfAKJq4j3jC5PG/K2olQZAZHaqaWfQ5DTTBttQKiCR2xpGOMv5mxjpPcAKSsrUoWYhbCOEfS6xg/yngMHfWcx72pCaasAa66iyTPaJN8PLsLC3KYBCLuUzq8Ap8BIwEzPIl4TRZCFBzRommsdFR8C+zgKrkIeROpmUu0QxVxt49FOaBFDkUyQ8TsRy7X7UbOhlcTlCyU3YokcQ1p6wVshbzaU1nD0D6vcKVfGpA4yQqNs8Q9lbHyl5qgkGPl1KLVjEU5gsGZJFLZphUxYI7klxZTFXJ1CPSS3CmqJ13jdKr3YObLHhTyrz0nFRiFFHeJ8hYR4x0W8puo+Uuvyar8RugwEtEnVX6HQ03QThy0bqAgeep0msjp7b9fWOFQE9qjb1TI6hKnrdtUZJIKjapAyjGNk1tO5loKlvPTzQ67OR0+xmUfN/M/aCKL9tiEH7BaQeCeH8BvxwX3quJwlHDVBDvqMyzvw1Ly3+1lWgdPTdBGqKvv5GF/oAOmn8PDZEbu6OT7E9wvvmOt2Q3DOEHADzqgvjlC3kdbre8BsXH8DsnSXD9yF3hQLvpOrJMgMI9I6LJOqp3jr6CdZUb6WeZPtvnnTfQhHh3XxdEjaJcjEjpE0I+6wO554hnWxK66x9y9/jeJc9ywNDGV7eJDJEF3K8u+wRlW2kJMICJbKh6rygFLQb09WAJqFgu8l2/xVRPmz0+85PbvuT1MViC+vvyS9h9UzNBX8NHcFuTnj/F6OsuR2zXxuXXFcz4kOlez75zY3gRT2YMs5WledZs5oJHltP+vWE37xuQePqd6STK/moHOXG+CdtZQdivmC+dp8TdQNjgHetrFZzySEGYSibpZzzzNgJpgCcQ+HNNfD0AutlCN3XRv5F+UpPm8EtPsp/guHIEphtAWHdO5Y0vQQR8oECgQKBAooFbgJwzi1vyJsQEpAAAAAElFTkSuQmCC'); *background-image: url('twitter-colored.png');
    background-image: linear-gradient(transparent, transparent), url('twitter-colored.svg');
}
.linkedin-button {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAd9JREFUWAntlb9Lw1AQxxt/IIIgqENRUbAO4iwuFRX/A4dObk6Oji7SSRz8Gxw6qYhoN1c3wU3UzULBDg7iUtouGj8vtDQJ79LGkLTie/Dt3X3v8u6be0maSpllJmAmYCbQmwnYtj0EDkEJVME92OyNGk1XxBwB/6pDLGnKk6cQUvGra8b5JNUMBDQbFnIjAh8LHSTwStPxC+5GwydPcZxj4BQ0mkdbxuaSV9KhI6IGwXiHsv+btqRbZ2rb5JY1+YJlWW+Kp2YDs6apKVLzRD5Nbh+sgHlQA8/gkvw19veLzS+AbmVbu5LM6wrgdkAO1IS8ou/AZGsvyQa9xdI1bv7bHbj8LfxzMOri/O46RNFP+uOoAm3/hs14F9vN3lmmGPhl6GYTQYNDSwJb13ziPABlpXUsJRQfVWDQ3gWSM7wMq1j1rJ0IxRmmOCXkYhP4SMM9xNVVY6ya9AEoqVizMhrOoeKa4BmiGu6mxOqFunVzLn/B5XvcuARWPF3agcTHdsTSh176/Him2tYte1EnKAmUO4bMRBUYsl348qgC+36CRqA54vCvhfeKvp+g+JDzB77IvUx478eJXvjbqiqPmlnMtMN6f16p+fBSTn0abs7PE5epf9fwhjITMBP48xP4ARP8Ad2VvXNYAAAAAElFTkSuQmCC'); *background-image: url('linkedin.png');
    background-image: linear-gradient(transparent, transparent), url('linkedin.svg');
    background-size: 47px;
}
.linkedin-button:hover {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAnpJREFUWAntlr9rFEEUx79v98LtaSGiBMFCNI1aWImCilER1OsU/JFOrSxFEPewWQW9gOQPsBGuUVFEg+gpFglipZ1EO0VFS0mXyyZkny977rl7M0Mk44DobrMzn/fre29nHgeUT9mBsgNlB5x2gIzZo4kKZjsNMJ8BaBDEU4AXYvTIpDHGgcEz5ow7V0TcVbFvBHglGDvl3Ubj+WZjjAODWWCC00o95gCcnFS4Q2AWSBgw1K0auBNsFgg80FRcgE+PNNwZMgsMahdBdEsuSPyz+heQN4Jrh187U7OsxPfYx6UXq5YV+z8Emedg2D4qY2Wr0oQALUT1rylvPB2W8bNH8fH8cVw/NIVoYp3M0vPisx2EDeI3IznfyTy9L/P0oRKnARUN6yJOTsnihGKPaVJYVyDTPhk7keKTLHxC2N6CzkxLbLXUzj2vbUAygvDJS1D1GJoHv/csmoX5kmicVcSJylJyQETclVVXnM6JsRc8N64z5ZmdQKZffclnZT4rn3Xp3My7pdPH86H966WT9Efk98R6gZkPYVpG1Rs5f9MZUt7MTYXlgJ3AXCJlSdTC4Or1GK3vQLO+RkTeUHxSwENymdbqbXKdTAYrTvQWQe0cLuzqpHlIjkJQD0XkR23eeG5IywW6Ech0B9H+2ULRiBYv1LMCyzacbMqW/W83Aj361l8o3bOJs6NPzKQf9Jzox4/Hxa5qf0UR2nWQWC+wWMNqZyfQqvTvBdsJZLmXjh87gWQ4g39QtJ1AJGUH7Tr4959B92PG/IeV/MvwMaac94Hq+x6r0k3Me497+2yRVD5ky8K7uuI25uNXBba44cpnhZWg7EDZgX+kAz8Al8OXm1IJ9ZkAAAAASUVORK5CYII='); *background-image: url('linkedin-colored.png');
    background-image: linear-gradient(transparent, transparent), url('linkedin-colored.svg');
}
.more-button {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAI5JREFUWAntkmEKwCAIRsd+dPbOscN1jfYJ/WhibIwYDZ4gqZnaq21DIAABCEAAAhCAAAQg8FcCtdYkzdLS1Ozk72Mx6bQ8X3/ot6ZaLpL9Ae3acF5e5/n6Q18djZyX4g8oYWpeX3/vnRXtuwGPYOgvYkHbIKSnm/r5n9YLRiEEAQhAAAIQgAAEIACBNQmc8ZAM9MCgXoUAAAAASUVORK5CYII='); *background-image: url('more.png');
    background-image: linear-gradient(transparent, transparent), url('more.svg');
    background-size: 47px;
}
.download-button {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAUhJREFUWAntli9rQlEYxr1yx5AFB0uWJddMYrSsLe9D7EusG2yui0mwWCyGRY0msQ0GS0OwbGllXH8XFkQ8955z3hfL3gMPes95nz883ou3UrFlDVgD/7SBLMsegM+aSyqqSsjn4FpAacvWoDUobUDKt3vQGpQ2IOXbPSht0MnnNaXv86qiNNNzBnEdYJyAkVKAIpkXV4bSfVRTMCtSF54N4SelQYoGEKiBhTDIKfqETZ2HFKFrsD7lErmX/yppUTHBZwg2wHtkoEPaKxeXwQF8CAg3wfbQLfD7kvkrH6/oGQza4DswWD6+AvVo4xAiRvfgB/iuDYM3IR7iWQwfwa9HwjdmGmLDGAGMn0oCfnB+G6OtxiHAsyPkJ/t3akYSIYIMjkLuuG5JNFW5hMn/t8d/Ib/47KgaaIgR6gJMQVdDzzSsAWvAs4E914HGf8rcxrwAAAAASUVORK5CYII='); *background-image: url('download.png');
    background-image: linear-gradient(transparent, transparent), url('download.svg');
    background-size: 47px;
}
/* Hover state of .more-button is handled through design.js */

.close-button {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAM5JREFUWAntll0KhDAMhEX2hJ7Slz1jNgN9KFLiNGT9gSkUQSed4UuELouWCIiACIiACIjAqwiY2eZ79/1hg0Pbaja2Jq1rRv6wr+/TkNA0rT9sTxuzhQfDMOSMlvWndIwxo6HMsqIoQPQt65eqGwUZvUsdXlU0CIS5xArns8qfOsfD9H9qabiVSvBm0YEe2vqcFg/CodV9u++bwyhI9O2SaWECMJq/hJ0xntGWhXVT3GSwqPlyXT+Tl1wWnn3dKmuFDhIBERABERABEQCBH9aMxMgE5o9zAAAAAElFTkSuQmCC'); *background-image: url('close.png');
    background-image: linear-gradient(transparent, transparent), url('close.svg');
    background-size: 47px;
    transition: background-color 200ms linear;
}

/* Hide a number of elements in very small players */
.size-tiny .info-button, 
.size-tiny .share-button,
.size-tiny .browse-button-on,
.size-tiny .browse-button-off,
.size-tiny .quality-button,
.size-tiny .subtitle-button,
.size-tiny .slides-button,
.size-tiny .tray-scrubber,
.size-tiny .info-pane,
.size-tiny .sharing-container,
.size-tiny .player-browse #browse {
    /*display:none !important;*/
}

/* Hide some elements in slightly small players */
.size-small .info-description,
.size-small .info-button, 
.size-small .browse-button-on,
.size-small .browse-button-off,
.size-small .sharing-container 
.size-small .player-browse #browse {
    /*display:none;*/
}








.seeking-indicator, .loading-indicator {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-position:center center;
    background-image:url('data:image/gif;base64,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'); *background-image:url('preloader.gif');
    background-repeat:no-repeat;
}

.loading-indicator {
    background:black;
    background:rgba(0,0,0,.6);
}

.error-display {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:black;
    background:rgba(0,0,0,.9);
    z-index:9997;
}
.error-display p {
    font-size:14px;
    padding: 40px 0 40px 70px;
    margin: 0 auto;
    max-width: 80%;
    background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR0IArs4c6QAAA0BJREFUaAXtmTtoFUEUhrNGMWAK3zbeRmOhBBFirBRL0dJHbIzaCGpnqiASURRBDQiGBFs7QVGwshMjWIgKRrRRmwTEgFioEMjj+h3NXvZxd/bMzt69N7ADh7tz5p///OfM7uxs0tZWtrICZQXKCrhWoFqtXsemsSdYpytfU+YjfAALtqdNEeISFPUV7Hcwi8XrYy68hc9F9OM6SYhrElsatxhCD4liQxsuvLK2ARHfgX0xJCFDs1i3LXeheAReFaWK9qJQYTbBEN+FzSiS8CGnbfgLw6Luma9Q+fsd3JrCBGoCIahPKT4KG9PwF4JBWSc2FVWo7M+D212I0LQgCBlWik6CvWZgWVqcho4joBuT7dS1nW+oUBM5yj1s3JDBRcY2RmwiAf9TcKZ4aWMuS3oK8r2GAL88z5sOGti5BPxq/LcTxlTuTIlQPdk2b6oi6EH98O7Tw8PITIlAcQPbEKbKpTdKMsuzMFknQqBeAp3JEkwxR85gFxS4GMQqEZIQvLzErObFopodQ8TZbIbER20FnYOiJ06Tq0e+V+7YMqoToUqyPV6zDZARf4R4B2zmqhOBVD6IZJssqo2QzEptMFUiEO6H8ISWNCdcFzyDWq7UREhiBWSjWsKccYPE36rhTE0EEtkOd2jIGoDpgPOuhteYCNWoQDKkIWog5iA6DqfxeyYABI8YTyVJ4BjH/z4ydpz++ohP050EtJ1z2x8NOIQhCalEKzXj2a7uiqBe7s0PmOpBC1Ug3HlJ9z4m76ABbC2Wtc0ycRer8lFNQCJXcliKN3C0+0G57sEWHHmf+3ypvwSy/bNOkrZL0WAAvyaBLfz9UV7p19u1RvCr36j1SBd9W4JjCF1Ff1PQl/H6FlzmEwaAoxaVSYPOATiJtWPrsIdYXk2KHWq1h50Icur8hFkfoUOM8c4MLlnhWqw4xNqzwIxeHvy3/szgrXUZZ95JSBzZAfNMQjhF9xjFr+n/FwCHfJm9wzJ9ZjKvWe0sq3JPgvuJPOC6r1lqHOJ+Y26FZOb9RH7gcHlZOWhxnrqTRCb8e2zp/aPyf/6yOX2WS39FJKE92Das9jbmupXbFOJesRr2B8lWzqrUVlagrIC5An8BMHVptEG5FJcAAAAASUVORK5CYII=') left center no-repeat; *background: transparent url('warning.png') left center no-repeat;
    background-image: linear-gradient(transparent, transparent), url('warning.svg');
    background-size: 50px;
}
.error-display p,
.error-display a {
    color:white;
}

.video-display {
    position:absolute; 
    top:0; 
    left:0;
    bottom:0; /*might be updated in js via player settings in the 'design' module */
    right:0; /*might be updated in js via player settings in the 'design' module */
    background-color:black; /* this is needed for fullscreen to have a black background in webkit fullscreen */
}
.video-display .video-canvas {
    position:absolute; 
    width:100%; 
    height:100%; 
}
.video-display .video-canvas video {
    position:absolute; 
    top:0; 
    left:0;
    width:100%; 
    height:100%; 
}


/* LIVE PREVIEW */
.preview-notlive {
  position:absolute;
  text-align:center;
  top:10px;
  right:10px;
  background-color:white;
  color:black;
  padding:5px 10px;
  font-size:15px;
  line-height:16px;
  border-radius:4px;
}
.preview-notlive span {
  display:block;
  font-size:11px;
}

.live-banner-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9997;
}


.logo {
    position:absolute;
    top:20px;
    left:20px;
    opacity:.8;
}
.logo img {
    display: none;
    width: auto;
    height: auto;
}
.size-tiny .logo {
    display:none !important;
}


.subtitles-container {
    position:absolute;
    bottom:10px;
    width:100%;
    text-align:center;
    font-size:17px;
    line-height:29px;
    text-align:center;
    transition: bottom 100ms linear;
   	font-family: "arial";
}
/* Raise the subtitles to not overlap with the tray */
.tray-shown .subtitles-container, .force-tray .subtitles-container { bottom: 45px; }
.block-tray .subtitles-container { bottom: 10px; }
.subtitles-container span {
    padding:3px 5px;
    margin:0 auto;
    text-shadow: -1px -1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333, 1px 1px 0 #333;  
    color:white;
}
.design-bars .subtitles-container span {
    background-color:black;
}


.size-tiny .subtitles-container, .size-small .subtitles-container {
    display:none;
}
.size-large .subtitles-container {
    font-size:22px;
    line-height:34px;
}
.size-large .subtitles-container span {
    padding:5px 8px;
}
.size-full .subtitles-container {
    font-size:34px;
    line-height:54px;
}
.size-full .subtitles-container span {
    padding:6px 10px;
}




.player-big-play-button {
    display: none;
    opacity: 0;
    transition: opacity 200ms linear;
}
.player-big-play-button.big-play-shown {
    display: block;
    opacity: 1;
}
.block-big-play .player-big-play-button {
    opacity: 0 !important;
}

.big-play-container {
    position:absolute; 
    top:50% !important; 
    left:50% !important; 
    width:80px; 
    height:80px;
    transform: translate(-50%, -50%);
}
.big-play-container table {
    width:100%;
    height:100%;
}
.big-play-container table td {
    width:100%;
    height:100%;
    vertical-align:middle;
}
.big-play-container .button-container {
    background: transparent;
}
.big-play-container .button-container > .big-play-button {
    background-size: 50px;
    background-position: 18px 50%;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    transition: background-color 100ms linear;
}

.big-play-container .button-container > .big-play-button:focus {
  outline: none;
}

.big-play-custom-container {
    width: 100px;
    height: 100px;
}
.big-play-custom-container .big-play-button {
    background: none !important;
    width: auto;
    height: auto;
}
.big-play-custom-container button img {
    display:block;
    cursor:pointer;
    width: auto;
    height: auto;
    max-width:100px;
    max-height:100px;
    filter: none !important;
    -webkit-filter: none !important;
}





.loop-container, .loop-container-sub {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.loop-container {
    display: none;
    opacity: 0;
    transition: opacity 200ms linear;
    background: black;
}
.loop-container-activated {
    display: block;
    opacity: 1;
}
.loop-container-sub {
    display: table;
}
.loop-container-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-color: #1EC95B;
    border-width: 0px;
}

.loop-thumbnail {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
}

.loop-headline {
    font-size: 16px;
}
.button-container-loop-play {
    position: relative;
    background-color: #000000;
    width: 91px;
    height: 51px;
    margin: 16px auto;
}
.button-container-loop-play > .loop-play-button {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #1EC95B;
    transition: background-color 100ms linear;
}
.loop-title {
    font-size: 32px;
    line-height: 1.2em;
    margin: 10px 10% 0;
}
.loop-duration {
    font-size: 14px;
    color: #CCCCCC;
}

/* ACTIONS */
.player-actions {position:relative; top:0; left:0;}

.action {display:block; position:absolute;}
.action-screen {position:absolute; top:0; left:0; width:100%; height:100%; cursor:pointer; display:block; background: #FFF; opacity:0; filter:alpha(opacity=0);}
.action-content table {table-layout: fixed;}

.action-text {color:white; box-sizing: border-box; overflow:hidden;}
.action-text .action-content {line-height:1.35em; padding: 0.6em 0.8em; font-family:Arial, Helvetica; position:absolute; top:0; left:0; bottom:0; right:0; box-sizing: border-box;}
.action-text table, .action-text tr, .action-text td {
  width: 100%;
  height: 100%;
  vertical-align: top;
  text-align: left;
}

.action-ad, .action-video {
  z-index: 9990;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
.action-banner .action-content, .action-image .action-content {
  height: 100%;
  width: 100%;
}
.action-banner table, .action-banner td, .action-image table, .action-image td {
  width: 100%;
  height: 100%;
}
.action-banner td, .action-image td {
  text-align: center;
  vertical-align: middle;
}
.action-banner img, .action-image img {
  height: auto;
  width: auto;
  visibility: hidden;
}
.action-banner .banner-wrap {
  display: inline-block;
  position: relative;
  zoom: 1;
  *display: inline;
}
.action-banner .close-button {
  position: absolute;
  top:0;
  right:0;
  width:30px;
  height:30px;
  background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAgklEQVR42u2W0QnAMAhEM0JH6ggdJSN0hI6QURyhI3STq4K/oTQpJwWFQySEh9HEFAAhSnCCQ8CLSjBmYvtHwYI5k0HwvP0efLjQWWsfgp8BHu+Mo66qUwX3lVnjzaEru7muombeAnbGwsmYX+P4rm5v73E+mezpxJ/H+fVJcIIpugEyOosprrd9jQAAAABJRU5ErkJggg==') center center no-repeat; *background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAgklEQVR42u2W0QnAMAhEM0JH6ggdJSN0hI6QURyhI3STq4K/oTQpJwWFQySEh9HEFAAhSnCCQ8CLSjBmYvtHwYI5k0HwvP0efLjQWWsfgp8BHu+Mo66qUwX3lVnjzaEru7muombeAnbGwsmYX+P4rm5v73E+mezpxJ/H+fVJcIIpugEyOosprrd9jQAAAABJRU5ErkJggg==') center center no-repeat; *background:url('close-icon.png') center center no-repeat;
  cursor:pointer;
}

.product-parent {
  position:absolute;
  top:0;
  left:0;
}
.action-product {
  position: relative;
  display: block;
  width: 75px;
  height: 75px;
  margin: 10px;
  background: #FFFFFF;
  background: rgba(255,255,255,0.9);
  transition: background .25s ease-in-out;
  -moz-transition: background .25s ease-in-out;
  -webkit-transition: background .25s ease-in-out;
}
.size-small .action-product,
.size-tiny .action-product {
  width: 55px;
  height: 55px;
}
.action-product:hover {
  background: #FFFFFF;
  background: rgba(255,255,255,0.95);
}
.action-product .action-content {
  width:75px;
  height:75px;
  text-align:center;
}
.size-small .action-product .action-content,
.size-tiny .action-product .action-content {
  width: 55px;
  height: 55px;
}
.action-product img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  *position: static;
  *margin-top: expression((parentNode.offsetHeight.offsetHeight/2)-(parseInt(this.offsetHeight)/2) <0 ? "0" :(parentNode.offsetHeight/2)-(parseInt(this.offsetHeight)/2) +'px');
}
.action-product .product-info {
  position: absolute;
  top: 0;
  left: 85px;
  height: 75px;
  opacity:0;
  filter:alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.size-small .action-product .product-info,
.size-tiny .action-product .product-info {
  left: 65px;
  height: 55px;
}

.action-product:hover .product-info {
  opacity:1;
  filter:none;
}
.action-product .product-info tr, .action-product .product-info td {
  height: 100%;
  vertical-align: middle;
  text-align: left;
}
.action-product .product-info div.product-wrap {
  background:#666666;
  background:rgba(51,51,51,0.9);
  padding: 8px;
}

.action-product .product-info div.product-wrap span {
  white-space:nowrap;
}

.action-product .product-info .product-name {
  font-size: 1.2em;
}

.action-product .product-triangle {
  display: block;
  opacity:0;
  filter:alpha(opacity=0);
  width:0;
  height:0;
  border-right: 5px solid #666666;
  border-right: 5px solid rgba(51,51,51,0.9);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 29.5px;
  left: 80px;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.size-small .action-product .product-triangle,
.size-tiny .action-product .product-triangle {
  top: 19.5px;
  left: 60px;
}
.action-product:hover .product-triangle {
  opacity:1;
  filter:none;
}

.action-html .action-content {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

body.video-action-playing .video-display {
    z-index: 200;
}
body.video-action-playing .video-canvas {
    background: rgb(0,0,0);
    background-image: none !important;
}

.action-click-container {
  position:fixed;
  top:0;
  left:0;
  bottom: 0;
  right: 0;
  cursor:pointer;
}
.action-countdown-container {
  display: table;
  position:fixed;
  top:25px;
  right:0;
  height: 40px;
  z-index: 9999;
  border: 1px solid #444444;
  border-right: none;
  background: rgb(34,34,34);
  background: rgba(34,34,34, 0.8);
  cursor:pointer;
}
.action-allow-close {
  padding-right: 30px;
}
.action-allow-close:hover {
  background: rgba(34,34,34,1);
}
.action-countdown-text {
  padding: 0 10px;
  color:white;
  font-size:13px;
  line-height:1em;
  display: table-cell;
  vertical-align: middle;
}
.action-skip-icon {
    display: none;
    position: absolute;
    top: 0;
    right: 15px;
    width: 15px;
    height: 100%;
    background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAAXNSR0IArs4c6QAAAINJREFUKBVjYBhQ8P///11AbECMI4DqwACuFsr/B6QXAbE8XAILA6r2P1wKJgClfwDpbiAWhCtAYsDUwoVgAmj0OyC/BIjZ4QqBDJgauBhMAAf9ACgeC8SMIA0wNcRqhqk/D2S4wjggzUxwE8hlwEzDQZPlbLICjKyoIjuRkJ88yQ1oAOf/Y5jFmYm9AAAAAElFTkSuQmCC') center center no-repeat; *background: transparent url(skip.png) center center no-repeat;
    background-image: linear-gradient(transparent, transparent), url(skip.svg);
    background-width: 15px;
}
.action-allow-close .action-skip-icon {
    display: block;
}

.action-border, .action-border-hover:hover {
  border: 2px solid #555555;
}
.action-border .action-content, .action-border-hover:hover .action-content {
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
}

/* Close button */
.action-close {
  position: absolute;
  top:0;
  right:0;
  width:30px;
  height:30px;
  background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAgklEQVR42u2W0QnAMAhEM0JH6ggdJSN0hI6QURyhI3STq4K/oTQpJwWFQySEh9HEFAAhSnCCQ8CLSjBmYvtHwYI5k0HwvP0efLjQWWsfgp8BHu+Mo66qUwX3lVnjzaEru7muombeAnbGwsmYX+P4rm5v73E+mezpxJ/H+fVJcIIpugEyOosprrd9jQAAAABJRU5ErkJggg==') center center no-repeat; *background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAgklEQVR42u2W0QnAMAhEM0JH6ggdJSN0hI6QURyhI3STq4K/oTQpJwWFQySEh9HEFAAhSnCCQ8CLSjBmYvtHwYI5k0HwvP0efLjQWWsfgp8BHu+Mo66qUwX3lVnjzaEru7muombeAnbGwsmYX+P4rm5v73E+mezpxJ/H+fVJcIIpugEyOosprrd9jQAAAABJRU5ErkJggg==') center center no-repeat; *background:url('close-icon.png') center center no-repeat;
  cursor:pointer;
}
@media
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .action-close {background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAM1BMVEX///8AAAD///////////////////////////////////////////////////////////+Q8lQ3AAAAEHRSTlMAAPCgMBDQIGBAkOBQcICwzVK60AAAALRJREFUeF7tlUkKAzEMBNOS15ks/f/XBgJGp8iIAROC6+BbIdnWcpux2WyAqsIviFZfTkIHSZ5chS7ixVZOUEcWThBH5pSflg90GrxDAzIPNHMbnrG0G44hKFr0zn2k+kJiVJaUC0mWnCQs88z5JKXmwqA8YkqCuRGZit6gDMpm48GlsqU9PmzRg9lXfc7CpUVi5alWnrHGsA5b1ZLqDIN/G4DxoR9fN9cXXXzFXl3uPpvN5g3bhUDdilUBOgAAAABJRU5ErkJggg=='); *background-image:url('close-icon@2x.png'); background-size:30px;}
}


[tabindex]:focus {
   outline: none !important;
}
*:active {
   outline: none !important;
}
body.tabbed [tabindex]:focus {
   outline: 3px solid #aaa !important;
   outline-offset:-3px;
}


.protection-password {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:black;
    background:rgba(0,0,0,.7);
    color:white;
}
.protection-password table, .protection-password td {
    width:100%;
    height:100%;
    vertical-align:middle;
    text-align:center;
}
.protection-password h3 {
    font-size: 32px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 100;
    margin-bottom: 10px;
}
.size-medium .protection-password h3 {
    font-size: 20px;
}
.size-small .protection-password h3, .size-tiny .protection-password h3 {
    font-size: 16px;
}
.protection-password form {
    position: relative;
    width: 50%;
    margin: 0 auto;
}
.size-small .protection-password form, .size-tiny .protection-password form {
    width: 80%;
}
.protection-password form * {
    box-sizing: border-box;
}
.protection-password input {
    width: 100%;
    height: 36px;
    font-size: 11px;
    line-height: 36px;
    padding: 0 0 0 18px;
    border: 0;
    border-radius: 18px;
    margin-bottom: 5px;
}
.size-medium .protection-password input {
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    padding: 0 0 0 14px;
}
.protection-password input.submitbutton {
    font-size: 13px;
    background-color: #1EC95B;
    color: #FFF;
    cursor: pointer;
    transition: background-color 200ms linear;
}



.slide-container {
    display: none;
    position: absolute;
    line-height: 0px;
    top: 0;
    right: 0;
    height: 100%;
}

.slide-container table {
    height: 100%;
    width: 100%;
    table-layout: fixed;
    overflow: hidden;
}

.slide-container td {
    vertical-align: middle;
    text-align: center;
}

.slide-container img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

/* SLIDE MODES */

/* No slides - body class "no-slides" */
body.no-slides .slide-container {
    display: none !important;
}
body.no-slides .video-display {
    display: block !important;
    right: 0 !important;
}


/* Side-by-side - body class "slidemode-sbs" */
body.slidemode-sbs .slide-container {
    display: block;
    left: 50%;
}
body.slidemode-sbs .video-display {
    right: 50%;
}

/* Slides only - body class "slidemode-slide" */
body.slidemode-slide .slide-container {
    display: block;
    left: 0;
}
body.slidemode-slide .video-display {
    display: none;
}

/* Video only - body class "slidemode-video" */
body.slidemode-video .slide-container {
    display: none;
}

.menu-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9998;
}
.menu-list, .link-box {
  position: absolute;
  z-index: 9999;
  background: #222222;
  background: rgba(34,34,34,0.8);
  border-radius: 2px;  
}
.menu-list {
  padding:4px 0;
  display: block;
  font-size: 11px;
  top: 50px;
  left: 200px;
  width: 180px;
  height: auto;
}

.menu-list li.divider {
  height: 0;
  margin: 3px 0;
  border-bottom: 1px solid #222;
}

.menu-list li a {
  display: block;
  padding: 5px 10px 2px 10px;
  text-decoration: none;
  color: #AAAAAA;
  vertical-align: middle;
}
.menu-list li a:hover {
  color: #1EC95B;
}

.link-box {
  top: 50%;
  left: 20%;
  right: 20%;
  padding: 14px 16px;
  color: #777;
  margin-top: -50px;
}

.link-box h3, .link-box input, .close-link-box {
    color: #AAAAAA;
}

.link-box h3 {
  font-size: 14px;
  margin-bottom: 10px;
}

.link-box .input-wrap {
  position: relative;
  margin-right: 10px;
}

.link-box input {
  width: 100%;
  height: 24px;
  line-height: 24px;
  padding: 4px;
  font-size: 12px;
  border: none;
  background: rgb(0,0,0);
  background: rgba(0,0,0,0.5);
}

.close-link-box {
  margin-top: 11px;
  float: right;
  text-decoration: underline;
  cursor: pointer;
}


