/* link-wrapper */
.portlet-link-wrapper{
 	background: #fafafa;
 	padding: 0.5em 1em;
 	display: inline-block;
}
.portlet-link-wrapper a{
 	color: #3b3b3b !important;
}

/* playlists-view  */
.playlists-view .playlist{
	overflow: hidden;
	margin: 0 0 20px 0;
	position: relative;
	background: #fff;
	padding: 0 10px 0 0;
}

.playlists-view .playlist .thumbnail{
	float: left;
	width: 35%;	
	height: auto;
	overflow:hidden;
	margin: 0 10px 0 0;
	line-height: 0;
	position: relative;
	background-size: cover; 
}

.playlists-view .playlist .thumbnail img{
	width: 100%;
	visibility: hidden;
}

.playlists-view .playlist .count-wrapper{
	position: absolute;
	width: 35%;
	background: #000;
	opacity: .7;
	height: 100%;
	right: 0;
	text-align: center;
	top:0;
}
.playlists-view .playlist .count-wrapper .count-inner{
	position: relative;
	top: 45%;
	display: block;
}
.playlists-view .playlist .count-wrapper .count{
	color: #fff;
	font-weight: bold;
	display: block;
	font-size: 1.1em;
	opacity:1;
	margin-bottom: 0.5em;
}
.playlists-view .playlist .count-wrapper .label{
	color: #fff;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	opacity:1;
	font-size: .9em;
	background: none;
}

.playlists-view .playlist .content{
	position: relative;
	background: #fafafa;
	overflow: hidden;
}

.playlists-view .playlist .playlist-title{
	font-size: 1.5em;
	display: block;
	color: #3B3B3B;
	padding-top: 10px;
	margin-bottom: 0.5em;
}
.playlists-view .playlist .playlist-description{
	display: block;
	color: #3B3B3B;
	margin-bottom: 0.5em;
}

.playlists-view .playlist .video{
	overflow: hidden;
	display: block;
	position: relative;
	border-bottom: 1px solid #BFBFBF;
	padding: 10px 0;
}

.playlists-view .playlist .videos-wrapper{
	overflow: hidden;
}

.playlists-view .playlist .video .title{
	display: block;
	padding-right: 40px;
	color: #3B3B3B;
}
.playlists-view .playlist .video .duration{
	position: absolute;
	right: 5px;
	top:5px;
}

 .playlists-view .playlist .playlist-link{
 	position: absolute;
 	right: 5px;
 	top: 5px;
 	background: url(images/external-link-icon.png) scroll no-repeat 0 center transparent;
 	text-indent: -9999px;
    width: 16px;
    height: 16px;
 }
 
 .playlists-view .playlist .videos-wrapper .header{
  	background: url(images/list-icon.png) scroll no-repeat 0 center transparent;
  	padding-left: 20px; 
  	display: block;
 }
 
  
 .playlists-view .playlist .videos-wrapper .header .show{
 	background: url(images/top-icon.png) scroll no-repeat 0 center transparent;
 	padding-left: 20px;
 	display: inline-block !important;
 }
   
 .playlists-view .playlist .videos-wrapper .header .hide{
 	background: url(images/bottom-icon.png) scroll no-repeat 0 center transparent;
 	padding-left: 20px;
 }
 
 .playlists-view .playlist .videos-wrapper .header.toggler-header-collapsed .hide{
 	display: none !important;
 } 
  .playlists-view .playlist .videos-wrapper .header.toggler-header-collapsed .show{
 	display: inline-block !important;
 }
 
  .playlists-view .playlist .videos-wrapper .header.toggler-header-expanded .hide{
 	display: inline-block !important;
 } 
  .playlists-view .playlist .videos-wrapper .header.toggler-header-expanded .show{
 	display: none !important;
 }
 
 .playlists-view .playlist .video .thumbnail{
 	width: 75px;
 	height:42px;
	overflow: hidden;
 }
 
/* youtube-playlistvideo */

.playlistvideo-view{
	position: relative;
}
.playlistvideo-view .youtube-playlistvideo {
    height: 484px;
    position: relative;
}

.playlistvideo-view .youtube-playlistvideo .video-player{
	width: 70%;
	height: 100%;
}

.playlistvideo-view .youtube-playlistvideo .video-player .ytplayer{
	width: 100%;
    height: 100%;
}

.playlistvideo-view .youtube-playlistvideo .videos-wrapper{
	width: 29%;
    position: absolute;
    top: 60px;
    right: 0;
    height: 422px;
    overflow: hidden;
    overflow-y: visible;
	background: #fafafa;
    padding-left: 1%;
}
.playlistvideo-view .youtube-playlistvideo .videos-wrapper .entries {
	margin: 1em 1em 1em 0;
}
.playlistvideo-view .youtube-playlistvideo .videos-wrapper .entry {
	display: block;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    overflow: hidden;
}
.playlistvideo-view .youtube-playlistvideo .videos-wrapper .entry a{
    position: relative;
    display: block;
    text-align: left;
}
.playlistvideo-view .youtube-playlistvideo .videos-wrapper .entry .info-wrapper{
    width: 55%;
    float: right;
}
.playlistvideo-view .youtube-playlistvideo .videos-wrapper .entry .info-wrapper .title{
	font-weight: 600;
    color: #3B3B3B;
    font-size: .9em;
    line-height: 1.1em;
    display: block;
    margin-bottom: 0.5em;
}
.playlistvideo-view .youtube-playlistvideo .videos-wrapper .entry .info-wrapper .description{
	display: block;
	color: #3B3B3B;
	line-height: 1em;
	font-size: 0.9em;
}
.playlistvideo-view .youtube-playlistvideo .videos-wrapper .entry .thumbnail{
	width:40%;
	position: relative;
	line-height: inherit;
	border: none;
	padding: 0;
	box-shadow: none;
	transition: none;
	display: inline-block;
}
.playlistvideo-view .youtube-playlistvideo .videos-wrapper .entry .thumbnail img{
	width:100%;
}
.playlistvideo-view .youtube-playlistvideo .videos-wrapper .entry .duration {
	background: #000;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: 600;
    font-size: 0.8em;
    display: inline-block;
    padding: 0.1em 0.5em;
}

.playlistvideo-view .youtube-playlistvideo .videos-wrapper .paginator {
	text-align: center;
	display: block;
	clear: both;
	padding: 0.5em 0;
}
.playlistvideo-view .youtube-playlistvideo .videos-wrapper .paginator a{
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(images/youtube-paginator.png) left top no-repeat;
}
.playlistvideo-view .youtube-playlistvideo .videos-wrapper .paginator a:hover{
	cursor: pointer;
	opacity: 0.9;
}

.playlistvideo-view .youtube-playlistvideo .videos-wrapper .paginator .prev{
	background-position: 0 -16px;
}

.playlistvideo-view .youtube-playlistvideo .screenshot{
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: cover; 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.playlistvideo-view .youtube-playlistvideo .screenshot .title{
    position: absolute;
    bottom: 53px;
    left: 133px;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    cursor: pointer;
    transition: opacity 0.5s;
}
.playlistvideo-view .youtube-playlistvideo .screenshot .title::before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 63px;
    height: 63px;
    top: -22px;
    left: -70px;
    background: url(images/video-play-icon.png) scroll no-repeat center;
}
.playlistvideo-view .youtube-playlistvideo .screenshot .mask{
    /*background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));*/	
	top: auto;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 20%;
	background: #000;
	opacity: 1;
    box-shadow: 0 -50px 84px #000;
}

.playlistvideo-view .youtube-playlistvideo .screenshot .title:hover{
	opacity: 0.7;
}


.playlistvideo-view .portlet-link-wrapper{
	position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    background: #D3D3D3;
    width: 28%;
    line-height: 60px;
    padding: 0;
    padding-left: 2%;
    font-size: 1.3em;
	font-weight: 600;
}
.playlistvideo-view .portlet-link-wrapper a{
	color: #fff !important;
}

/* latestvideos-view */
.latestvideos-view .entries{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: block;
	text-align: center;
}
.latestvideos-view .entries .entry{
	width: 31%;
	display: inline-block;
	margin: 1% 1% 1% 1%;
	vertical-align: top;
}
.latestvideos-view .entries .entry a:hover{
	text-decoration: none;
	color: inherit;
	opacity: 0.8;
}
.latestvideos-view .entries .entry .image-wrapper{
	height: 215px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.latestvideos-view .entries .entry .image-wrapper img{
	visibility: hidden;
}
.latestvideos-view .entries .entry .info{
	background-color: #fafafa;
	padding: 1em;
	display: block;
	text-align: left;
	position: relative;
	min-height: 100px;
}
.latestvideos-view .entries .entry .info .title{
	color: #3B3B3B;
    display: block;
    line-height: 1.2em;
    margin-bottom: 0.5em;
}
.latestvideos-view .entries .entry .info .description{
	color: #666;
	display: block;
	font-size: 0.9em;
	line-height: 1.2em;
}
.latestvideos-view .entries .entry .info .duration{
    background: #666;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 600;
    font-size: 0.8em;
    display: inline-block;
    padding: 4px 6px;
    line-height: 1em;
}
.latestvideos-view .entries .entry .image-wrapper .play{
    background: url(images/video-play.png) center center no-repeat;
    display: block;
    height: 100%;
    width: 100%;
}