@media(min-width: 768px) {

}

@media(max-width: 767px) {

}

/*********************************************/
.UIVideoList iframe.video-frame {
    width: 100%;
    height: 200px;
}
.UIVideoList .box-header {
    position: relative;
    padding: 0;
    background: linear-gradient(to right, #d60c0c 0%, #ff6700 100%);
}
.UIVideoList .box-header a {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    padding-left: 10px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Roboto';
    line-height: 30px;
}
.UIVideoList {
    margin: 0 0 20px 0;
    padding: 0px;
    width: 100%;
}
.UIVideoList .video-list {
    margin: 0px auto;
    list-style: none;
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.UIVideoList .video-item {
    margin-bottom: 18px;
    width: 100%;
    vertical-align: top;
}
.UIVideoList .video-item .title h2 {
    color: #333;
    font-size: 15px;
    font-weight: normal;
    padding-top:10px;
}
.UIVideoList .video-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
}


.UIVideoList .Pager {
    text-align: center;
    margin: 30px 0;
    font-size: 16px;
}

.UIVideoList .Pager span.numbericButton {
    cursor: pointer;
    border-radius: 100%;
    background: #1f7ed0;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
    color: white;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border: 1px solid #87c5f5;
    font-size: 16px;
}

.UIVideoList .Pager a,.UIVideoList .Pager input {
    cursor: pointer;
    border-radius: 100%;
    background-color: #f0f0f0;
    color: #848383;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border: 1px solid #ececec;
    font-size: 14px;
}

.Pager input{background: url(icon_next.png) center center no-repeat;background-size: 20px;font-size: 0 !important;vertical-align: middle;}

.UIVideoList .Pager span span {
    cursor: pointer;
    border-radius: 100%;
    background: #1f7ed0;
    background: linear-gradient(225deg,#ff2805 0%,#e9bf39 100%);
    color: white;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border: 1px solid #ff7f00;
    font-weight: bold;
}

.UIVideoList .Pager a:hover {
    background: #ccc;
    /* background: linear-gradient(to right top, #0980dc, #607cdee6, #288eda, #46afff, #1d91ea); */
    color: #fff;
}

.Pager input[value=First] {transform: rotate(-180deg);}
.Pager input:hover{background-color: #ccc !important;}

.Pager [disabled] {
    display: none !important;
}
