﻿.row.same-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

div.featured-wrapper{
    margin-bottom: 10px;
    float: left;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.featured-wrapper:hover .overlay{
    display: block;
    background: black;
    opacity: 0.50;
}

.as-thumbnail {
    width: 100%;
}

.thumbnail-content{
    position:relative;
    display:inline-block;
    width:236px;
}
.thumbnail-content:hover .video-overlay {
    display:block;
    background-color: rgba(0,0,0,0.4);
}

.thumbnail-video{
    width: 236px;
    height: 132px;
}

.video-overlay{
    width:100%;
    height:inherit;
    display:none;
    position:absolute;
    top:0px;
}

.video-overlay div {
    position:relative;
    display:inline-block;
    cursor: pointer;
}

.video-caption{
    text-align: left;
}

div.caption{
    position:absolute; /* absolute position (so we can position it where we want)*/  
    bottom:0px; /* position will be on bottom */  
    left:0px;  
    width:100%;  
    /* styling bellow */  
    background:rgba(80, 80, 80, 0.6);
    color:white !important;  
}

div.caption_content{
    padding: 20px;
    margin: 0;
}
    div.caption_content.t-small{
        padding: 5px;
    }
    .caption_content .truncated-2{
        color: #444444;
        margin-bottom: 10px;
    }
    .caption_content small{
        color: #444444 !important;
        font-size: 12px;
        opacity: 0.5;
    }

.featured-wrapper .caption_content .truncated-2{
    color: #ffffff;
}

.center-image{
    display: block;
    margin: auto;
}

img.video-gallery-thumbnail{
    width: 236px;
    height: 132px
}

img.video-detail-thumbnail{
    padding-right: 0;
    padding-left: 0;
    height: 86px;
    width: 132px;
}

.video-thumbnail>div{
    cursor: pointer;
}
.video-thumbnail>div:hover{
    background-color: #eeeeee;
}
.video-thumbnail:hover .overlay{
    display: block;
    background: black;
    opacity: 0.65;
    height: 132px;
}

.header{
    font-weight: bold;
}

.text-muted{
    color: #777 !important;
}

.truncated-1{
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    max-width: 100%;
    height: 21px;
    font-size: 15px;
    line-height: 1.4;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
    .truncated-1.header{
        max-width: 100%;
        margin-top: 5px;
        margin-bottom: 5px; 
    }

    .truncated-1.t-small{
        line-height: 1.2;
        font-size: 12px;
        height: 14.4px;
    }

.truncated-2{
    font-family:Lato-Regular;
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    max-width: 100%;
    height: 42px;
    font-size: 14px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
    .truncated-2.header{
        font-family:Lato-Bold;
        font-size: 15px;
        max-width: 100%;
        margin-top: 5px;
        margin-bottom: 5px; 
    }

    .truncated-2.t-small{
        line-height: 1.2;
        font-size: 12px;
        height: 28.8px;
    }

h4.truncated-2 {
  height: 44.8px;
  font-size: 16px;
}
@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
}
.caption-lato {
    font-family:Lato-Regular;
    font-size:12px;
    color:#444444 !important;
    opacity:0.5;
}

.overlay{
    width:100%;
    height:100%;
    position:absolute;
    display:none;
    top:0px;
    left:0px;
    z-index: 255;
}
.overlay a{
    position: relative;
    display: block;
}

.vertical-detail>div{
    position: relative;
    display: inline-block;
    margin-bottom: -5px;
}

.vertical-detail:hover .overlay{
    display:block;
    background-color:black;
    opacity:0.50;
}
.play-button{
    background: url('../images/ico-play-medium.svg') no-repeat center;
    width: 100%;
    height: 100%;
}
.play-button-small{
    background: url('../images/ico-play-small.svg') no-repeat center;
    width: 100px;
    height: 100px;
    zoom:200%;
    margin: -50px 0 0 -50px;
    left:50%;
    top:50%
}

.row-centered{
    text-align: center;
}

.col-centered{
    display:inline-block;
    text-align: center;
}

.col-custom-video{
    width: 132px;
}
.col-custom-video-detail{
    width: 153px;
}

.padding-5{
    padding: 5px;
}

.col-featured-right{
    width: 39.9%;
    min-width: 98px;
}

.col-featured-left{
    width: 60.1%;
    min-width: 150px;
}

.same-width{
    width: 236px;
    margin: 10px;
}

.filter-field{
    max-width: 400px;
}

.root{
    font-family:Lato-Regular;
}

.playlist-title{
    font-family: Montserrat-Bold;
    font-size: 28px;
    color:#444444;
}

.searchLink {
    float: left;
    margin-left: -1px;
    height: 29px;
    width: 26px;
    /* align-items: center; */
    vertical-align: middle;
    left: 9px;
    top: 0px;
    background: #fff url('../images/search-icon.png') no-repeat;
    zoom:110%;
    display: inline-block;
}
.ms-srch-sb-searchLink:hover, .ms-srch-sb-navLink:hover {
    background-color: inherit !important;
}

.search-result{
    font-family: Lato-Regular;
    font-size: 12px;
    color: #444444;
    opacity: 0.5;
    margin-bottom: 15px;
}

.content__left {
    float: left;
}

.content__middle {
    overflow: hidden;
}

.no-right-padding{
    padding-right: 0;
}

.no-left-padding{
    padding-left: 0;
}

.no-side-padding{
    padding-right: 0;
    padding-left: 0;
}

.no-side-margin{
    margin-left: 0;
    margin-right: 0;
}

.right-placehold {
    border: 1px solid #ababab;
    float: right;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/arrow-down-normal.svg') 96% no-repeat;
    height: 2.5em;
    padding-left: 3%;
}

select::-ms-expand {
    display: none;
}

button {
    height: 2.5em;
}

#playlists-videos{
    font-family: Lato-Regular;
}

.search-input{
    outline: 0;
    border: none;
    padding-top:7px; 
    padding-bottom:auto; 
    margin-left: 15px;
}

.main-video-detail{
    font-family: Lato-Regular;
}

.go-home {
    background: url('../images/arrow-left-normal.svg') 96% / 8px no-repeat;
    background-position: 10px 10px;
    margin-top: 5px;
    margin-right: 5px;
}

.left-placehold, .right-placehold {
    height: 2.5em;
    vertical-align: top;
}

h1 {
    padding-bottom: 20px;
}

.right-panel {
    float:right;
    padding-top: 10px;
    width:285px;
}
.left-panel {
    margin-right:285px;
    padding-top: 10px;
    padding-right: 20px;
    display:block;
}

.no-right-margin{
    margin-right: 0;
}

.left-padding-5{
    padding-left: 5px;
}

.vertical-detail{
    border-top: 1px solid #ababab;
    padding-top: 10px;
    padding-bottom: 10px;
}
.vertical-detail:hover{
    background-color: #eeeeee;
    cursor: pointer;
}

.vertical-detail.selected{
    background-color: #eeeeee;
}

.vertical-detail:last-child{
    border-bottom: 1px solid #ababab;
}

/* icons */
.arrow-up{
    background: url('../images/arrow-up-normal.svg') no-repeat center;
    height: 30px;
}
.arrow-up:active{
    background: url('../images/arrow-up-pressed.svg') no-repeat center;
}
.disabled > .arrow-up{
        background: url('../images/arrow-up-grayedout.svg') no-repeat center;
}

.arrow-down{
    background: url('../images/arrow-down-normal.svg') no-repeat center;
    height: 30px;
}
.arrow-down:active{
    background: url('../images/arrow-down-pressed.svg') no-repeat center;
}
.disabled > .arrow-down{
        background: url('../images/arrow-down-grayedout.svg') no-repeat center;
}

.ico-duration{
    padding-left: 25px;
    padding-right: 15px;
    background: url('../images/ico-duration.svg') no-repeat center;
}

.ico-visualizations{
    padding-left: 35px;
    padding-right: 15px;
    background: url('../images/ico-visualizations.svg') no-repeat center;
}

.ico-play-medium{
    background: url('../images/ico-play-medium.svg') no-repeat center;
}

.ico-play-small{
    background: url('../images/ico-play-small.svg') no-repeat center;
}


/**/

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
}

.detail-header {
    padding-bottom: 10px;
    font-family:Montserrat-Bold;
    font-size:28px;
    color:#444444;
}

.vertical-playlist-header{
    margin-top: 0;
    margin-bottom: 5px;
}

.no-vertical-margin{
    margin-top: 0;
    margin-bottom: 0;
}

.no-top-margin{
    margin-top: 0;
}

.no-bottom-margin{
    margin-bottom: 0;
}

.pagination > li:first-child > a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.pagination>.active>a{
    background-color: #444444;
    border-color: #444444;
}
.pagination>.active>a:hover, .pagination>.active>a:visited{
    background-color: #444444;
    border-color: #444444;
}
.pagination>li>a{
    color:#444444;
}
.pagination>li>a:hover{
    color:#444444;
}

.pagination > li:last-child > a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
