/*___________________________________________________________________________________________________________________________________________________
 _ jquery.mb.components                                                                                                                             _
 _                                                                                                                                                  _
 _ file: jquery.mb.ytplayer.css                                                                                                                     _
 _ last modified: 05/01/16 17.43                                                                                                                    _
 _                                                                                                                                                  _
 _ open lab s.r.l., florence - italy                                                                                                                _
 _                                                                                                                                                  _
 _ email: matteo@open-lab.com                                                                                                                       _
 _ site: http://pupunzi.com                                                                                                                         _
 _       http://open-lab.com                                                                                                                        _
 _ blog: http://pupunzi.open-lab.com                                                                                                                _
 _ q&a:  http://jquery.pupunzi.com                                                                                                                  _
 _                                                                                                                                                  _
 _ licences: mit, gpl                                                                                                                               _
 _    http://www.opensource.org/licenses/mit-license.php                                                                                            _
 _    http://www.gnu.org/licenses/gpl.html                                                                                                          _
 _                                                                                                                                                  _
 _ copyright (c) 2001-2016. matteo bicocchi (pupunzi);                                                                                              _
 ___________________________________________________________________________________________________________________________________________________*/


/**
* version: {{ version }}
*/

@charset"utf-8";
@font-face {
    font-family: 'ytpregular';
    src: ;
}

@font-face {
    font-family: 'ytpregular';
    src:  format('woff'),  format('truetype');
    font-weight: normal;
    font-style: normal;
}

.mb_ytplayer:focus {
    outline: 0;
}

.mbytp_wrapper {
    display: block;
    transform: translatez(0) translate3d(0, 0, 0);
    transform-style: preserve-3d;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
}

.mb_ytplayer .loading {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.51);
    text-align: center;
    padding: 2px 4px;
    border-radius: 5px;
    font-family: "droid sans", sans-serif;
    -webkit-animation: fade .1s infinite alternate;
    /* chrome, safari, opera */
    animation: fade .1s infinite alternate;
}


/* chrome, safari, opera */

@-webkit-keyframes fade {
    0% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}


/* standard syntax */

@keyframes fade {
    0% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

.ytpfullscreen {
    display: block!important;
    position: fixed!important;
    width: 100%!important;
    height: 100%!important;
    top: 0!important;
    left: 0!important;
    margin: 0!important;
    border: none !important;
    opacity: 1 !important;
    background-color: #000;
}

.mbytp_wrapper iframe {
    max-width: 4000px !important;
}

.inline_ytplayer {
    margin-bottom: 20px;
    vertical-align: top;
    position: relative;
    left: 0;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .7);
    background: rgba(0, 0, 0, .5);
}

.inline_ytplayer img {
    border: none!important;
    margin: 0!important;
    padding: 0!important;
    transform: none!important;
}


/*control bar*/

.mb_ytpbar .ytpicon {
    font-size: 20px;
    font-family: 'ytpregular';
}

.mb_ytpbar .mb_ytpurl.ytpicon {
    font-size: 30px;
}

.mb_ytpbar {
    transition: opacity .5s;
    display: block;
    width: 100%;
    height: 10px;
    padding: 5px;
    background: #333;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: left;
    z-index: 1000;
    font: 14px/16px sans-serif;
    color: white;
    opacity: .1;
    box-sizing: border-box;
}

.mb_ytpbar.visible,
.mb_ytpbar:hover {
    opacity: 1;
}

.mb_ytpbar .buttonbar {
    transition: all .5s;
    background: transparent;
    font: 12px/14px calibri;
    position: absolute;
    top: -30px;
    left: 0;
    padding: 5px;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
}

.mb_ytpbar:hover .buttonbar {
    background: rgba(0, 0, 0, 0.4);
}

.mb_ytpbar span {
    display: inline-block;
    font: 16px/20px calibri, sans-serif;
    position: relative;
    width: 30px;
    height: 25px;
    vertical-align: middle;
}

.mb_ytpbar span.mb_ytptime {
    width: 130px;
}

.mb_ytpbar span.mb_ytpurl,
.mb_ytpbar span.mb_onlyyt {
    position: absolute;
    width: auto;
    display: block;
    top: 6px;
    right: 10px;
    cursor: pointer;
}

.mb_ytpbar span.mb_ytpurl img {
    width: 60px;
}

.mb_ytpbar span.mb_onlyyt {
    left: 300px;
    right: auto;
}

.mb_ytpbar span.mb_onlyyt img {
    width: 25px;
}

.mb_ytpbar span.mb_ytpurl a {
    color: white;
}

.mb_ytpbar .mb_ytpplaypause,
.mb_ytplayer .mb_ytpbar .mb_ytpplaypause img {
    cursor: pointer;
}

.mb_ytpbar .mb_ytpmuteunmute {
    cursor: pointer;
}


/*progress bar*/

.mb_ytpbar .mb_ytpprogress {
    height: 10px;
    width: 100%;
    background: #222;
    bottom: 0;
    left: 0;
}

.mb_ytpbar .mb_ytploaded {
    height: 10px;
    width: 0;
    background: #444;
    left: 0;
}

.mb_ytpbar .mb_ytpseekbar {
    height: 10px;
    width: 0;
    background: #bb110e;
    bottom: 0;
    left: 0;
    box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
}

.mb_ytpbar .ytpoverlay {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: "flat";
    box-sizing: border-box;
}


/*raster overlay*/

.ytpoverlay.raster {
    background: ;
}

.ytpoverlay.raster.retina {
    background: ;
}

.ytpoverlay.raster-dot {
    background: ;
}

.ytpoverlay.raster-dot.retina {
    background: ;
}


/*volume slider*/

.mb_ytpbar .simpleslider {
    position: relative;
    width: 100px;
    height: 10px;
    border: 1px solid #fff;
    overflow: hidden;
    box-sizing: border-box;
    margin-right: 10px;
    cursor: pointer !important;
    border-radius: 3px;
}

.mb_ytpbar.compact .simpleslider {
    width: 40px;
}

.mb_ytpbar .simpleslider.muted {
    opacity: .3;
}

.mb_ytpbar .level {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    box-sizing: border-box;
}

.mb_ytpbar .level.horizontal {
    height: 100%;
    width: 0;
}

.mb_ytpbar .level.vertical {
    height: auto;
    width: 100%;
}