/* Happy Custom CSS */

.cs-select ul{
	max-height: 150px;
	overflow: auto;
}

.has-continue-watch #box-wrapper .scrollblock{
	top: 0px !important;
}

#people .content-in .post-wrap .thumb .thumbnail {
	max-height: 340px;
	overflow: hidden;
}

.videowrapper  {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	/*padding-bottom: 56.25%;*/
	padding-bottom: 50%;
	/*padding-top: 25px;*/
	height: 100vh;
}
.videowrapper iframe, .videowrapper video, .videowrapper .video-js{
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	width: 100%;
	height:100%;
	/*height: 100vh;	*/
}

@media only screen and (max-width: 700px) {
	.ct-explore .cs-select>span {
		padding-left: 0px;
		padding-right: 1.9em;
	}
}

div.form-subscribe.form-group.has-error {
    color: red !important;
    font-size: 12px;
    margin-top: 8px;
    display: block;
}

a:hover { 
    color: #BA262F !important;
}

.trailer-to-close{
	padding:6px 6px 6px 0
}
.trailer-to-close span{
	font-size:17px;display:inline-block;vertical-align:middle
}
.trailer-to-close span img{
	width:25px
}