/* @override http://beta2.localhost/assets/css/videos.css */

/* @override http://beta2.localhost/assets/css/videos.css */

/* @override http://beta2.localhost/assets/css/videos.css */

/* @override http://beta2.localhost/assets/css/videos.css */

/* @override http://beta2.localhost/assets/css/videos.css */

/* @override http://beta2.localhost/assets/css/videos.css */

/* @override http://beta2.localhost/assets/css/videos.css */
img { display: block; }



/*
.main-nav{
	border-bottom: .0625rem solid #2f2f2f;
	padding-right: 1.5625rem;
}
*/

.video-header h1{
	line-height: 1.25;
	font-weight: 200;
	letter-spacing: 0.01rem;
	width: 50%;
	margin-bottom: 0.3125rem;
}

.thumbnail-box .thumbnail-meta{
	background: #000;
	padding:  1.275rem;
	position: relative;
}

.thumbnail-meta .video-actions {
	position:absolute;
	top: 0;
	right: 0;
	margin-top:  1.25rem;
	margin-right: 0.875rem;
}
.photo-gallery-slider{
	padding-bottom: 1px;
}

.video-header .info-item{ margin-right: 0.5rem; }
.video-header .info-item.date{ color: #b9b9b9; }

.video-info {
	position:relative;	
}

.video-header .video-actions{
	position:absolute;
	/* bottom: 1.5625rem; */
	top: 0;
	right: 0;
}

.studio-name{
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -0.0125rem;
}
.video-main .studio-name{
	font-size:  1.125rem;
}

@media screen and (max-width: 48em){
	
	
	.video-header.main-section {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.video-header .video-actions{
		position: relative;
		bottom: auto;
		right: auto;
		margin-top: 1.25rem;
		margin-bottom: 1.25rem;
		text-align: center;
		padding-top: 0.125rem;
		padding-bottom: 0.125rem;
		border-top: 1px solid #2f2f2f;
		border-bottom: 1px solid #2f2f2f;
	}

}


.label-format {
	font-size: 0.875rem;
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
	padding: 0.1875rem 0.25rem;
	line-height: 0.625rem;
	border-radius: 0.125rem;
	background: #969696;
	color: #000000;
	border: none;
	
}

.label-ultrahd{

	padding: 0.1875rem 0.5rem;

	background: #ffd65e;
	background: -moz-linear-gradient(top, #ffd65e 0%, #febf04 100%);
	background: -webkit-linear-gradient(top, #ffd65e 0%, #febf04 100%);
	background: linear-gradient(to bottom, #ffd65e 0%, #febf04 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04', GradientType=0 );
	
}


.thumbnail-box .studio-logo,
.video-header .video-studio-logo{
	margin-bottom: 0.5rem;
}

.studio-logo img {
	height: 3rem;
}



.video-cast-list {
	padding-bottom: 0.5rem;
}


.info-item .label{
	margin-right:0.1875rem;
}

.info-item .label:after{
	content: ":";
}

a.list-link{
	color: #cecece;
	font-weight: 400;
}
a.list-link:hover{
	color: #fff;
}

a.action-links{
	color: #cecece;
}
a.action-links:hover{
	color: #fff;
}

.video-details .video-byline {
	font-size: 1.125rem;
}
.sub-section {
	margin-bottom: 1.5rem;
}
.sub-section:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
}

.sub-section.pure-u-md-1-2 {
	padding-right:  1.5rem;
	border-right:1px solid #2f2f2f;
}
.sub-section.pure-u-md-1-2:last-of-type {
	border-right: none;
	padding-right: 0;
	padding-left: 1.5rem;
}


.description {
	position: relative;
}
.video-description{
	margin-bottom:  1.5rem;
	
}


.description-content{	
	-webkit-transition: max-height .5s linear 0s;
	transition: max-height .5s linear 0s;
}

.description-content p{
	margin-bottom: 1em;
}

.description-content p:last-child {
	margin-bottom: 0;
}
.description-content.less{
	max-height: 8rem;
	overflow: hidden;
	-webkit-transition: max-height .5s linear 0s;
	transition: max-height .5s linear 0s;
}
.description-content.less:after{
	position: absolute;
	height: 3rem;
	background-image: linear-gradient(to bottom,rgba(20, 20, 20,0) 0,#1e1e1e 80%);
	
	background: -moz-linear-gradient(top, rgba(30,30,30,0) 0%, rgba(30,30,30,0.8) 20%, rgba(30,30,30,1) 50%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(30,30,30,0)), color-stop(20%, rgba(30,30,30,0.8)), color-stop(750%, rgba(30,30,30,1)));
	background: -webkit-linear-gradient(top, rgba(30,30,30,0) 0%, rgba(30,30,30,0.8) 20%, rgba(30,30,30,1) 50%);
	background: -o-linear-gradient(top, rgba(30,30,30,0) 0%, rgba(30,30,30,0.8) 20%, rgba(30,30,30,1) 50%);
	background: -ms-linear-gradient(top, rgba(30,30,30,0) 0%, rgba(30,30,30,0.8) 20%, rgba(30,30,30,1) 50%);
	background: linear-gradient(to bottom, rgba(30,30,30,0) 0%, rgba(30,30,30,0.8) 20%, rgba(30,30,30,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#1e1e1e', GradientType=0 );
	z-index: 3;
	width: 100%;
	bottom: 0;
	content: '';
}

.hero .description-content.less:after{
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 30%, rgba(0,0,0,1) 50%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(30%, rgba(0,0,0,0.8)), color-stop(50%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 30%, rgba(0,0,0,1) 50%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 30%, rgba(0,0,0,1) 50%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 30%, rgba(0,0,0,1) 50%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 30%, rgba(0,0,0,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}


.thumbnail-box p {
	font-size: 1rem;
	color: #c6c6c6;
}

.read-more-wrapper{
	position:absolute;
	z-index: 3;
    width: 100%;
    bottom: 0rem;
	text-align: left;
}







.video-tags-wrapper {
	
}
.video-tags-wrapper:after {
	  content: "";
	  display: table;
	  clear: both;
	  zoom: 1;

}

.video-tag{
	position: relative;
    display: inline-block;
	border-radius: 4.125rem;
	
	min-width: 4.25rem;
	min-height: 1.875rem;
	padding: 0 .625rem;
	
	line-height: 2.14286;
	font-size: .875rem;
	letter-spacing: .25px;

    background: #535353;
    border-left-width: 0;
    font-weight: 400;
    
    white-space: nowrap;
    cursor: pointer;
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
    margin-right: 0.625rem;
    margin-bottom: 0.625rem;
	color: #ececec;
	text-align: center;
}
.video-tag-lg {
	padding: 0 0.8125rem;
	font-size: 1.125rem;
	line-height: 1.8125rem;
}
.video-tag:hover{
	background: #696969;
	color: #fff;
}

.video-tags .video-tag{
	float: left;
	margin: 0 .6rem .6rem 0;
}


.photoset-link{
	width: 100%;
	display: block;
	border: 3px solid #eee;
	margin-bottom: .2rem;
	
}
.photoset-link:hover{
	
}
.photo-gallery-thumbnail-title{
	font-size: 0.9rem;
	color: #b9b9b9;
	text-align: right;
	display: block;
	font-style: italic;
}

/* delete after thumbnails */

/* end delete*/



@media screen and (max-width: 64em){
	

}

@media screen and (max-width: 48em){
	.video-header h1{
		width: 90%;
		font-size: 2rem;
	}
	
	.video .description-content.less{
		max-height: none;
		overflow: visible;
	}
	.video .description-content.less:after{
		display: none;
	}
	.video .read-more-wrapper {
		display: none;
	}
	
	.sub-section.pure-u-md-1-2 {
		padding-right:  0;
		border-right:none;
		border-bottom: 1px solid #2f2f2f;
	}
	.sub-section.pure-u-md-1-2:last-of-type {
		border-right: none;
		padding-right: 0;
		padding-left: 0;
		border-bottom: none;
	}
		
		
}

@media screen and (max-width: 35.5em) {
	.video-header h1{
		font-size: 1.5rem;
	}
}
