/*For Videos Layout*/

.inner_block {
    padding: 20px 0 20px 0;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    /*background: #fff;*/
    border: 1px solid #e6e6e6;
    background: #f5f5f5;
    margin: 0 0 10px;
}
.outer_block {
    padding-right: 0px !important;
}
.inner_block img {
    margin-bottom: 5px;
}
.vtitle {
    color: royalblue;
    margin-top: 3px !important;
}
.vprof {
    font-weight: normal;
    color: royalblue
}
body {
   /* background: #f1f1f1;*/
    background: #fff;
}
.time span {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    float: right;
    font-size: 11px;
    opacity: 0.6;
    padding: 0 2px;
    position: absolute;
    right: 0;
}
.videotim {
    height: 75px;
    width: 135px;
    position: relative;
}
.singlevideopagerow{
    padding-right: 15px;
}
p {
    margin: 0 !important
}
a:hover {
    text-decoration: none;
}
.singlevideopage {
    padding: 10px;
}
.relatedvideo {
    height: 490px;
    overflow-x: hidden;
    overflow-y: auto;
    /*background-color: #FFF;*/
}
/*Newly Added*/
.col-md-4>.singlevideopage {
    background: #fff;
}

/*.bottomline {
    border-bottom: 1px solid royalblue;
    padding-bottom: 10px;
}*/
.videoright {
    padding-left: 30px
}
/*==========end==============*/


/*For Single Video : Video Thumbnail*/
.video-wrapper {
    position: relative;
}

.video-wrapper > video {
    width: 100%;
    vertical-align: middle;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    background-image: linear-gradient(transparent, #000);
    transition: opacity 150ms;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}
/*==========end==============*/

/*For Thumbnail and list view*/
   .activethumbnail{
      color: #337AF4;
    }
    .videos_thumbnail{
        padding-left: 30px
    }