.yesp .yesp-controls:after,
.yesp .yesp-volume:after,
.yesp:after {
    content: ".";
    clear: both;
    visibility: hidden
}

.yesp {
    position: relative;
    overflow: hidden
}

.yesp,
.yesp * {
    -moz-box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important;
    box-sizing: content-box!important
}

.yesp:after {
    display: block;
    height: 0
}

.yesp .yesp-container,
.yesp .yesp-playlist {
    float: left;
    background: url(../images/ajax.gif) center center no-repeat #333;
    height: 300px;
    position: relative;
    overflow: hidden
}

.yesp .yesp-container {
    width: 600px
}

.yesp .yesp-playlist {
    width: 200px
}

.yesp .yesp-container .yesp-autoposter {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer
}

.yesp .yesp-container .yesp-autoposter .yesp-autoposter-icon {
    position: absolute;
    top: 50%;
    left: 50%
}

.yesp .yesp-container .yesp-autoposter .yesp-autoposter-icon div {
    position: relative;
    left: -42px;
    top: -30px;
    background: url(../images/youtube-icon-dark.png) top left no-repeat;
    width: 85px;
    height: 60px
}

.yesp .yesp-container .yesp-autoposter:hover .yesp-autoposter-icon div {
    background-image: url(../images/youtube-icon-red.png)
}

.yesp a.yesp-big-play,
.yesp a.yesp-big-replay {
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, .5)!important;
    padding: 0!important;
    margin: 0!important;
    font-size: 30px;
    line-height: 60px!important;
    text-align: center!important;
    color: #fff;
    text-decoration: none!important;
    position: absolute
}

.yesp a.yesp-big-play {
    display: block;
    display: none;
    border-radius: 30px;
    border: none!important;
    outline: 0
}

.yesp a.yesp-big-replay {
    display: block;
    display: none;
    border-radius: 30px;
    border: none!important
}

.yesp .yesp-description-toggle {
    position: absolute;
    z-index: 10;
    top: 40px;
    left: 0;
    width: 100%;
    color: #fff;
    display: none
}

.yesp .yesp-description-toggle .yesp-description-toggle-inside {
    padding: 10px;
    margin: 10px;
    background: rgba(0, 0, 0, .5);
    font-family: 'Open Sans', sans-serif;
    font-size: 12px
}

.yesp .yesp-description-toggle .yesp-description-toggle-close {
    position: absolute;
    top: 0;
    right: 0;
    display: none
}

.yesp .yesp-description-toggle-button {
    position: absolute;
    z-index: 9;
    top: 10px;
    right: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff
}

.yesp .yesp-title {
    height: 70px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .5)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0
}

.yesp .yesp-title .yesp-title-wrapper {
    padding: 20px 20px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    height: 24px;
    line-height: 18px;
    color: #fff;
    font-weight: 700;
    z-index: 9999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.yesp .yesp-loading,
.yesp .yesp-title a.yesp-subtitle {
    height: 18px;
    font-family: 'Open Sans', sans-serif
}

.yesp .yesp-title .yesp-title-wrapper a {
    border-bottom: none
}

.yesp .yesp-title a.yesp-subtitle {
    display: inline-block;
    padding: 0 10px 0 0!important;
    margin: 0 10px 0 0!important;
    border-right: 2px solid #fff;
    line-height: 18px;
    font-size: 18px;
    color: rgb(224, 0, 0);;
    z-index: 9999;
    text-decoration: none!important;
    font-weight: 700!important;
    background: 0 0!important;
    box-shadow: none!important;
    font-style: normal!important
}

.yesp .yesp-title a.yesp-subtitle:hover {
    text-decoration: underline!important
}

.yesp .yesp-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 5px 10px;
    margin-left: -20px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
    text-transform: uppercase;
    border-radius: 100px;
    display: none
}

.yesp .yesp-social {
    position: absolute;
    z-index: 999;
    right: 10px;
    right: -180px;
    bottom: 60px
}

.yesp .yesp-social a.yesp-social-button {
    text-decoration: none!important;
    border: none!important;
    padding: 0!important;
    margin: 0 0 0 1px!important;
    width: 40px;
    height: 40px;
    float: right;
    z-index: 999;
    display: block;
    font-size: 14px!important;
    color: #fff!important;
    line-height: 40px!important;
    text-align: center!important
}

.yesp .yesp-social a.yesp-social-facebook {
    background: #3b5998
}

.yesp .yesp-social a.yesp-social-twitter {
    background: #55acee
}

.yesp .yesp-social a.yesp-social-google {
    background: #dd4b39
}

.yesp .yesp-social a.yesp-social-link {
    background: url(../images/share_link.png) top left no-repeat
}

.yesp a.yesp-youtube-logo {
    width: 100px;
    height: 50px;
    position: absolute;
    display: block;
    border: none!important;
    padding: none!important;
    margin: none!important;
    outline: 0;
    z-index: 999;
    bottom: 50px;
    right: 0;
    background: url(../images/youtube-logo-light.png) top left no-repeat;
    background-size: 100%;
    opacity: .25;
    cursor: pointer
}

.yesp a.yesp-youtube-logo:hover {
    opacity: .75
}

.yesp .yesp-volume a.yesp-volume-icon,
.yesp a.yesp-play {
    float: left;
    opacity: 1;
    text-decoration: none!important;
    border: none!important;
    display: block
}

.yesp .yesp-controls {
    font-family: 'Open Sans', sans-serif;
    background: #e6bc57;
    width: 100%;
    height: 50px;
    position: absolute;
    z-index: 999;
    bottom: -50px;
    left: 0
}

.yesp .yesp-controls .yesp-controls-wrapper {
    height: 30px;
    padding: 10px
}

.yesp .yesp-controls:after {
    display: block;
    height: 0
}

.yesp a.yesp-play {
    width: 12px;
    height: 14px;
    background: 0 0;
    padding: 8px 9px!important;
    margin: 0!important;
    color: #fff!important;
    font-size: 14px;
    line-height: 14px!important;
    text-align: center!important;
    outline: 0
}

.yesp .yesp-time {
    float: left;
    width: 40px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    line-height: 12px;
    padding: 9px
}

.yesp .yesp-time.yesp-full-time {
    width: 80px
}

.yesp .yesp-bar {
    float: left;
    position: relative;
    width: 100px;
    height: 10px;
    margin: 10px 9px;
    background: rgba(255, 255, 255, .5);
    cursor: pointer
}

.yesp .yesp-bar .yesp-bar-buffer {
    position: absolute;
    height: 10px;
    background: rgba(255, 255, 255, .5);
    width: 0
}

.yesp .yesp-bar .yesp-bar-time {
    position: absolute;
    height: 10px;
    background: rgba(255, 255, 255, 1);
    width: 0
}

.yesp .yesp-volume {
    float: left;
    height: 30px;
    width: 110px
}

.yesp .yesp-volume:after {
    display: block;
    height: 0
}

.yesp .yesp-volume a.yesp-volume-icon {
    width: 16px;
    height: 14px;
    background: 0 0;
    padding: 8px 4px 8px 14px!important;
    margin: 0!important;
    color: #fff;
    font-size: 14px;
    line-height: 14px!important;
    text-align: left!important
}

.yesp .yesp-volume a.yesp-volume-icon.yesp-volume-icon-off {
    background: url(../images/volume-off.png) center center no-repeat
}

.yesp .yesp-volume .yesp-volume-bar {
    float: left;
    position: relative;
    width: 55px;
    height: 10px;
    margin: 10px 12px 10px 9px;
    background: rgba(255, 255, 255, .5);
    cursor: pointer
}

.yesp .yesp-volume .yesp-volume-bar .yesp-volume-amount {
    position: absolute;
    height: 10px;
    background: #fff;
    width: 75%
}

.yesp a.yesp-backward,
.yesp a.yesp-forward,
.yesp a.yesp-fullscreen,
.yesp a.yesp-playlist-toggle,
.yesp a.yesp-share,
.yesp a.yesp-youtube {
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    background: 0 0;
    opacity: 1;
    text-decoration: none!important;
    border: none!important;
    padding: 8px!important;
    margin: 0!important;
    color: #fff;
    font-size: 14px;
    line-height: 14px!important;
    text-align: left!important;
    outline: 0
}

.yesp .yesp-error i,
.yesp .yesp-hp .yesp-hp-video .yesp-hp-current i,
.yesp .yesp-next-page i,
.yesp .yesp-playlist .yesp-playlist-video .yesp-playlist-current i {
    margin-right: 5px
}

.yesp .yesp-playlist .ps-scrollbar-y-rail {
    opacity: 0;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    -ms-transition: opacity .2s;
    transition: opacity .2s
}

.yesp .yesp-playlist:hover .ps-scrollbar-y-rail {
    opacity: 1
}

.yesp.yesp-mobile .yesp-playlist .ps-scrollbar-y-rail {
    opacity: 1!important
}

.yesp.yesp-touch .yesp-playlist .ps-scrollbar-y-rail {
    opacity: 1
}

.yesp .yesp-playlist .yesp-playlist-video {
    display: block;
    height: 112px;
    width: 200px;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.yesp .yesp-playlist .yesp-playlist-video img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}

.yesp .yesp-playlist .yesp-playlist-video .yesp-playlist-overlay {
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, .75);
    width: 100%;
    height: 112px;
    -webkit-transition: top .2s, opacity .2s;
    -moz-transition: top .2s, opacity .2s;
    -o-transition: top .2s, opacity .2s;
    -ms-transition: top .2s, opacity .2s;
    transition: top .2s, opacity .2s;
    z-index: 2;
    opacity: 0;
    top: -20px
}

.yesp .yesp-playlist.yesp-playlist-simple .yesp-playlist-video .yesp-playlist-overlay {
    display: none
}

.yesp .yesp-playlist .yesp-playlist-video:after {
    height: 100%;
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .5)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    content: '';
    z-index: 1
}

.yesp .yesp-playlist .yesp-playlist-video[data-playing="0"]:hover .yesp-playlist-overlay {
    top: 0;
    opacity: 1
}

.yesp .yesp-playlist .yesp-playlist-video[data-playing="0"]:hover img {
    transform: scale(1.2)
}

.yesp.yesp-mobile .yesp-playlist .yesp-playlist-video[data-playing="0"] .yesp-playlist-overlay {
    top: -112px!important;
    display: none!important
}

.yesp .yesp-playlist .yesp-playlist-video .yesp-playlist-title {
    padding: 15px;
    top: 0;
    left: 0;
    position: absolute;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 16px;
    font-size: 12px
}

.yesp .yesp-playlist .yesp-playlist-video .yesp-playlist-channel {
    padding: 15px;
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #dff76d;
    line-height: 12px;
    font-size: 12px
}

.yesp .yesp-hp .yesp-hp-next-page,
.yesp .yesp-hp .yesp-hp-video .yesp-hp-title,
.yesp .yesp-playlist .yesp-playlist-video .yesp-playlist-current {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff
}

.yesp .yesp-playlist .yesp-playlist-video .yesp-playlist-current {
    position: absolute;
    width: 180px;
    bottom: 0;
    left: 0;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    background: rgba(0, 0, 0, .75);
    padding: 10px;
    display: none;
    z-index: 2
}

.yesp .yesp-playlist.yesp-playlist-simple .yesp-playlist-video .yesp-playlist-current span {
    display: none
}

.yesp .yesp-playlist .yesp-playlist-video[data-playing="1"] .yesp-playlist-current {
    display: block
}

.yesp .yesp-hp {
    clear: both;
    height: 90px;
    background: url(../images/ajax.gif) center center no-repeat #333;
    overflow: hidden;
    width: 100%
}

.yesp .yesp-hp-videos {
    width: 50px
}

.yesp .ps-scrollbar-x-rail {
    left: 0!important
}

.yesp .yesp-hp-videos:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.yesp .yesp-hp .yesp-hp-next-page,
.yesp .yesp-hp .yesp-hp-video {
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.yesp .yesp-hp .yesp-hp-next-page {
    font-size: 12px;
    background: #000;
    padding: 0;
    line-height: 90px;
    text-align: center;
    height: 90px;
    width: 50px
}

.yesp.yesp-ios .yesp-hp .yesp-hp-next-page {
    top: -41px
}

.yesp .yesp-hp .yesp-hp-video {
    height: 90px;
    width: 160px
}

.yesp .yesp-hp .yesp-hp-video img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}

.yesp .yesp-hp .yesp-hp-video .yesp-hp-overlay {
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, .75);
    width: 100%;
    height: 90px;
    -webkit-transition: top .2s, opacity .2s;
    -moz-transition: top .2s, opacity .2s;
    -o-transition: top .2s, opacity .2s;
    -ms-transition: top .2s, opacity .2s;
    transition: top .2s, opacity .2s;
    z-index: 2;
    opacity: 0;
    top: -20px
}

.yesp .yesp-hp.yesp-hp-simple .yesp-hp-video .yesp-hp-overlay {
    display: none
}

.yesp .yesp-hp .yesp-hp-video:after {
    height: 100%;
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .5)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    content: '';
    z-index: 1
}

.yesp .yesp-hp .yesp-hp-video[data-playing="0"]:hover .yesp-hp-overlay {
    top: 0;
    opacity: 1
}

.yesp .yesp-hp .yesp-hp-video[data-playing="0"]:hover img {
    transform: scale(1.2)
}

.yesp.yesp-mobile .yesp-hp .yesp-hp-video[data-playing="0"] .yesp-hp-overlay {
    top: -90px!important;
    display: none!important
}

.yesp .yesp-hp .yesp-hp-video .yesp-hp-title {
    padding: 15px;
    top: 0;
    left: 0;
    position: absolute;
    text-align: left;
    line-height: 16px;
    font-size: 12px;
    overflow: hidden;
    max-height: 35px
}

.yesp .yesp-hp .yesp-hp-video .yesp-hp-channel,
.yesp .yesp-hp .yesp-hp-video .yesp-hp-current {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    line-height: 12px;
    font-size: 12px;
    bottom: 0;
    font-weight: 700;
    position: absolute;
    left: 0
}

.yesp .yesp-hp .yesp-hp-video .yesp-hp-channel {
    padding: 15px;
    color: #dff76d
}

.yesp .yesp-hp .yesp-hp-video .yesp-hp-current {
    width: 140px;
    color: #fff;
    background: rgba(0, 0, 0, .75);
    padding: 10px;
    display: none;
    z-index: 2
}

.yesp .yesp-hp.yesp-hp-simple .yesp-hp-video .yesp-hp-current span {
    display: none
}

.yesp .yesp-hp .yesp-hp-video[data-playing="1"] .yesp-hp-current {
    display: block
}

.yesp .yesp-error,
.yesp .yesp-next-page {
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    display: none
}

.yesp .yesp-next-page {
    right: 0;
    bottom: 0;
    font-weight: 700;
    line-height: 18px;
    height: 18px;
    background: #000;
    padding: 16px 0;
    z-index: 100;
    cursor: pointer
}

.yesp .yesp-error {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    background: rgba(229, 45, 39, 1);
    padding: 10px 2px;
    line-height: 16px
}