#video_player_embed, #video_player_embed *, #player_tabs #buttons {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#video_player_embed {
    position: relative;
}
#video_player_embed .player-notice {
    padding:20px;
    color:#fff;
    text-align:center;
    font-size: 14px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
}

#video_player_embed .player-notice.iframe {
    padding: 25% 0px;
}

.controls i, .controls-scale i, .scalesprite {
    background-image: url(../img/controls/sprite2.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.controls-icon-fullscreen{ background-position: -0px -1506px; width: 16px; height: 16px; }
.controls a:hover .controls-icon-fullscreen, .controls-icon-fullscreen_over{ background-position: -0px -1470px; width: 16px; height: 16px; }
.controls a:active .controls-icon-fullscreen, .controls-icon-fullscreen_down{ background-position: -0px -1434px; width: 16px; height: 16px; }

.controls-icon-mute{ background-position: -0px -1002px; width: 21px; height: 16px; }
.controls a:hover .controls-icon-mute, .controls-icon-mute_over{ background-position: -0px -966px; width: 21px; height: 16px; }
.controls a:active .controls-icon-mute, .controls-icon-mute_down{ background-position: -0px -930px; width: 21px; height: 16px; }

.controls-icon-volume0{ background-position: 0 -894px; width: 21px; height: 16px; }
.controls a:hover .controls-icon-volume0, .controls-icon-volume0_over{ background-position: 0 -858px; width: 21px; height: 16px; }
.controls a:active .controls-icon-volume0, .controls-icon-volume0_down{ background-position: 0 -822px; width: 21px; height: 16px; }

.controls-icon-volume1{ background-position: 0 -786px; width: 21px; height: 16px; }
.controls a:hover .controls-icon-volume1, .controls-icon-volume1_over{ background-position: 0 -750px; width: 21px; height: 16px; }
.controls a:active .controls-icon-volume1, .controls-icon-volume1_down{ background-position: 0 -714px; width: 21px; height: 16px; }

.controls-icon-volume2{ background-position: 0 -678px; width: 21px; height: 16px; }
.controls a:hover .controls-icon-volume2, .controls-icon-volume2_over{ background-position: 0 -642px; width: 21px; height: 16px; }
.controls a:active .controls-icon-volume2, .controls-icon-volume2_down{ background-position: 0 -606px; width: 21px; height: 16px; }

.controls-icon-pause{ background-position: 0 -1794px; width: 12px; height: 16px; }
.controls a:hover .controls-icon-pause, .controls-icon-pause_over{ background-position: 0 -1758px; width: 12px; height: 16px; }
.controls a:active .controls-icon-pause, .controls-icon-pause_down{ background-position: 0 -1722px; width: 12px; height: 16px; }

.controls-icon-play{ background-position: 0 -1650px; width: 12px; height: 16px; }
.controls a:hover .controls-icon-play, .controls-icon-play_over{ background-position: 0 -1614px; width: 12px; height: 16px; }
.controls a:active .controls-icon-play, .controls-icon-play_down{ background-position: 0 -1578px; width: 12px; height: 16px; }

.controls-icon-pin{ background-position: 0 -1362px; width: 16px; height: 16px; }
.controls-icon-pin:hover, .controls-icon-pin_over{ background-position: 0 -1326px; width: 16px; height: 16px; }

.controls-icon-prev{ background-position: 0 -1146px; width: 18px; height: 16px; }
.controls a:hover .controls-icon-prev, .controls-icon-prev_over{ background-position: 0 -1110px; width: 18px; height: 16px; }
.controls a:active .controls-icon-prev, .controls-icon-prev_down{ background-position: 0 -1074px; width: 18px; height: 16px; }

.controls-icon-next{ background-position: 0 -1290px; width: 18px; height: 16px; }
.controls a:hover .controls-icon-next, .controls-icon-next_over{ background-position: 0 -1254px; width: 18px; height: 16px; }
.controls a:active .controls-icon-next, .controls-icon-next_down{ background-position: 0 -1218px; width: 18px; height: 16px; }

.controls-scale .controls-scale-icon-right { background-position: 0 -104px; width: 24px; height: 16px; }
/*.controls-scale .controls-scale-icon-right:hover { background-position: 0 -72px; width: 24px; height: 16px; }*/
.controls-scale .controls-scale-icon-right.selected { background-position: 0 -136px; width: 24px; height: 16px; }

.controls-scale .controls-scale-icon-middle { background-position: 0 -294px; width: 24px; height: 16px; }
/*.controls-scale .controls-scale-icon-middle:hover { background-position: 0 -264px; width: 24px; height: 16px; }*/
.controls-scale .controls-scale-icon-middle.selected { background-position: 0 -324px; width: 24px; height: 16px; }

.controls-scale .controls-scale-icon-left { background-position: 0 -200px; width: 24px; height: 16px; }
/*.controls-scale .controls-scale-icon-left:hover { background-position: 0 -168px; width: 24px; height: 16px; }*/
.controls-scale .controls-scale-icon-left.selected { background-position: 0 -232px; width: 24px; height: 16px; }

.playsprite {
    background-image: url(../img/controls/playsprite.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-position: 0 0;
    width: 50px;
    height: 50px;
    position: absolute;
    cursor: pointer;
}

.playsprite:hover {
    background-position: 0 -50px;
}

.playsprite.spinner {
    background-position: 0px 0px;
    background-image: url(../img/controls/sprite.svg);
}

.scalesprite {
    height: 52px;
    width: 50px;
    background-position: 13px 0px;
    cursor: move;
    position: absolute;
}

.controls-play, .controls-fullscreen, .controls-mute  {
    padding-top: 4px;
    display: inline-block;
    vertical-align: top;
}

.controls-play {
    padding: 6px 15px 0px 13px;
    line-height: 26px;
    margin: 0px 3px 0px 3px;
}

.controls.touch .controls-play, .controls.touch .controls-mute {
    padding: 0px 10px 0px 13px;
    line-height: 45px;
}

.controls-fullscreen {
    padding: 5px 10px 0px 13px;
    line-height: 29px;
}

.controls.touch .controls-fullscreen {
    padding: 7px 10px 0px 13px;
    line-height: 43px;
}

.controls-volumebar {
    margin: 10px 8px 3px 12px;
    display: inline-block;
}

.controls.touch .controls-volumebar {
    margin: 5px 8px 3px 12px;
}

.controls-time {
    margin: 0px 0px 0px 8px;
    display: inline-block;
    vertical-align: top;
    color: white;
    line-height: 31px;
}

.controls.touch .controls-time {
    line-height: 40px;
}

.controls-center {
    text-align: center;
    position: absolute;
    top: 8px;
    display: block;
    height: 31px;
    line-height: 31px;
}

.controls-center-slides {
    line-height: 31px;
    display: inline-block;
    vertical-align: top;
    color: white;
}

.controls-prev, .controls-next {
    vertical-align: top;
    display: inline-block;
    padding: 4px 4px 4px 4px;
}

.controls-right {
    float: right;
}

.controls-rest {
    text-align: left;
    height: 31px;
    line-height: 31px;
    background-color: rgb(15,15,15);
    background-image: linear-gradient(bottom, rgb(15,15,15) 0%, rgb(37,37,37) 100%);
    background-image: -o-linear-gradient(bottom, rgb(15,15,15) 0%, rgb(37,37,37) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(15,15,15) 0%, rgb(37,37,37) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(15,15,15) 0%, rgb(37,37,37) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(15,15,15) 0%, rgb(37,37,37) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f0f0f, endColorstr=#252525)";
}

.controls.touch .controls-rest {
    line-height: 45px;
    height: 45px;
    padding-top: 5px;
}

.controls .seekbar {
    background-color: black;
    border-top: 1px solid black;
    border-bottom: 1px solid #484848;
}

.controls .seekbar, .controls .seekbar-area {
    cursor: pointer;
    position: relative;
}

.controls .seekbar-area {
    height: 8px;
}

.controls.touch .seekbar-area {
    padding-top: 11px;
    padding-bottom: 11px;
}

.controls.touch .controls-seekbar {
    display: inline-block;
    margin: 10px 5px 3px 15px;
}

.controls-seekbar .cuepoint {
    position: absolute;
    top: 1px;
    width: 2px;
    background-color: white;
    z-index: 5;
}

.controls.touch .controls-seekbar .cuepoint {
    top: 12px;
}

.controls-seekbar .fragment {
    position: absolute;
    top: 1px;
    opacity: 0.4;
    background-color: white;
    z-index: 4;
}

.controls.touch .controls-seekbar .fragment {
    top: 12px;
}

.controls-scale {
    position: absolute;
    top: 0px;
    background-color: black;
    opacity: 0.7;
    height: 40px;
    z-index: 22;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.controls-scale a {
    padding: 10px 20px;
    display: inline-block;
}

.thumbs {
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    text-align: center;
}

.thumbs:hover {/* @TODO no touch!!!! */
    padding-left: -10px;
    transition: padding-left 0.3s;
}

.thumbs.touch {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-y: hidden;
    -webkit-overflow-scrolling-y: none;
}

.thumbs.touch .wrap {
    float: left;
}

.thumbs .thumbs-slide {
    position: relative;
    z-index: 19;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s;
}

.thumbs.touch .thumbs-slide {
    margin-top: 0px;
    padding: 1px 1px 0px 1px;
}

.thumbs.touch .thumbs-slide.smileplayer-dispatcher-shown {
}

.smile-overview-videos {
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 15px;
}

.smile-overview-videos-area {
    white-space: nowrap;
    margin-bottom: 3px;
}

.smile-overview-videos a {
    position: relative;
    display: inline-block;
}

.smile-overview-videos a span {
    position: absolute;
    bottom: -2px;
    left: 0px;
    background-color: white;
    white-space: normal;
}

.smile-overview-videos img {
    vertical-align: bottom;
    margin-top: 0.5em;
}

.smile-overview-videos.wide img {
    margin-right: 5px;
}

#current_slide.state-hovered-in img.smileplayer-dispatcher-shown {
    display: none !important;
}

#current_slide.state-hovered-in img.smileplayer-dispatcher-shown.hovered-in {
    display: block !important;
}

#current_slide .hovered-in {
    z-index: 15;
    display: block !important;
}

#current_quiz {
    position: absolute;
    top: 0px; left: 0px; bottom: 0px; right: 0px;
    z-index: 25;
    background-color: white;
}

.smile-search-match {
    font-weight: bold;
}

.fragment.current {
    opacity: 1;
}

.smileplayer-dispatcher-shown {
}

.video-placeholder {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 0px;
}

.video-placeholder div {
    background-color: black;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
}

.video-placeholder div p {
    padding: 4px;
    margin: 0px;
    font-size: 14px;
    color: white;
}

.video-placeholder img {
    position: relative;
    width: 100%;
}

#current_chapters {
    height: 1px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-overflow-scrolling-x: none;
    transition: scroll 2s, scrollTop 2s;
}


/* Let's get this party started */
#current_chapters::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
#current_chapters::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
#current_chapters::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(150,150,150,0.8);
}

.controls-hidden #current_chapters::-webkit-scrollbar-thumb {
    background: rgba(150,150,150,0);
}

#current_chapters h4 {
    font-size: 16px;
    font-weight: bold;
    color: #979797;
    text-transform: uppercase;
    margin-left: 28px;
    margin-top: 10px;
}

#current_chapters hr {
    border-width: 0px;
    color: #363636;
    background-color: #363636;
    height: 2px;
    margin: 5px 5px 5px 28px;
}

.smile-chapters-list {
    list-style: none;
    margin-left: 0px;
    margin-bottom: 0px;
    white-space: normal;
}

.smile-chapters-list li {
    margin-left: 0px;
    clear: both;
    font-size: 16px;
    font-weight: normal;
    color: #979797;
    cursor: pointer;
}

.smile-chapters-list li:hover {
    color: #CACACA;
}

.smile-chapters-list li.active {
    color: #FDFDFD;
}

.smile-chapters-list li span.num {
    width: 23px;
    text-align: right;
    padding-right: 3px;
    float: left;
}

.smile-chapters-list li span.title {
    display: block;
    margin-left: 28px;
    clear: right;
    padding-bottom: 8px;
}