@CHARSET "ISO-8859-1";

/* ----- Strip Panel ------- */

.ug-videoskin-right-no-thumb .ug-strip-panel {
/*    background-color: #232323; */
    background-color: rgba(0,0,0,0);
}


/* ----- Thumb Wrapper ------- */

.ug-videoskin-right-no-thumb .ug-thumb-wrapper {
/*    background-color: #232323; */
    background-color: rgba(0,0,0,0.3);
/*    border-bottom: 1px solid #393939; */
    border-bottom: 1px solid rgba(0,0,0,0.85);
    width: 380px;
    height: 70px;
    cursor: pointer;
    text-align: left;
}

.ug-videoskin-right-no-thumb .ug-thumb-wrapper:last-child {
    border-bottom: none;
}


/* - thumb selected and over - */

.ug-videoskin-right-no-thumb .ug-thumb-wrapper.ug-thumb-over {
    cursor: pointer;
    background-color: #1A1A1A;
}

.ug-videoskin-right-no-thumb .ug-thumb-wrapper.ug-thumb-selected {
    cursor: default;
/*    background-color: #176DB3; */
    background-color: rgba(0,0,0,0.85);
}


/* ----- Thumb Inner data ------- */

.ug-videoskin-right-no-thumb .ug-thumb-inner {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 5px;
}

.ug-videoskin-right-no-thumb .ug-thumb-title {
/*    color: white;
    font-size: 14px; */
    color: #eb663e;
    font-family: 'Lora', serif;
    font-size: 1em;
    font-weight: 700;
    height: 22px;
    overflow: hidden;
    line-height: normal;
}

.ug-videoskin-right-no-thumb .ug-thumb-desc {
    color: #dddddd;
    font-family: 'Lora', serif;
    font-size: 0.7em;
    font-weight: 400;
    line-height: normal;
}


/* ----- Buttons Panel ------- */

.ug-videoskin-right-no-thumb .ug-video-buttons-panel {
    height: 42px;
    background-color: #000;
    position: absolute;
    display: none;
}

.ug-videoskin-right-no-thumb .ug-button-prev-video {
    width: 50%;
    height: 42px;
    float: left;
    background-image: url(../ico/arrow_left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    border-right: 1px solid #444;
}

.ug-videoskin-right-no-thumb .ug-button-prev-video:hover,
.ug-videoskin-right-no-thumb .ug-button-next-video:hover {
    background-color: #444;
}

.ug-videoskin-right-no-thumb .ug-button-next-video {
    width: 50%;
    height: 42px;
    float: right;
    background-image: url(../ico/arrow_right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}


/* ----- Under 960 ------- */

.ug-under-960.ug-videoskin-right-no-thumb .ug-thumb-wrapper {
    width: 320px;
}

.ug-under-960.ug-videoskin-right-no-thumb .ug-thumb-title {
    width: 289px;
    height: 22px;
    font-size: 0.85em;
}

.ug-under-960.ug-videoskin-right-no-thumb .ug-thumb-desc {
    width: 289px;
    padding-top: 0px;
}

.ug-under-960.ug-videoskin-right-no-thumb .ug-video-buttons-panel {
    display: none;
}


/* ----- Under 780 ------- */

.ug-under-780.ug-videoskin-right-no-thumb .ug-thumb-wrapper {
    width: 240px;
}

.ug-under-780.ug-videoskin-right-no-thumb .ug-thumb-title {
    width: 167px;
    height: 18px;
    font-size: 14px;
}

.ug-under-780.ug-videoskin-right-no-thumb .ug-thumb-desc {
    width: 167px;
    padding-top: 0px;
}

.ug-under-780.ug-videoskin-right-no-thumb .ug-video-buttons-panel {
    display: none;
}


/* ----- Under 480 ------- */

.ug-under-480.ug-videoskin-right-no-thumb .ug-thumb-wrapper {
    width: 0px;
}

.ug-under-480.ug-videoskin-right-no-thumb .ug-thumb-title {
    display: none;
}

.ug-under-480.ug-videoskin-right-no-thumb .ug-thumb-desc {
    display: none;
}

.ug-under-480.ug-videoskin-right-no-thumb .ug-thumb-inner {
    padding-left: 8px;
    padding-right: 5px;
    padding-top: 12px;
}

.ug-under-480.ug-videoskin-right-no-thumb .ug-video-buttons-panel {
    display: block;
}