.header-section{
	height:90px;
	background-color:#292929;
	color:#fff;
	padding:20px 0px 20px 60px;
}
.header-section h1{
	font-size: 2.0vw;
	letter-spacing: -0.03em;
	font-weight: 500;
	margin: 0px 0px 15px 0px;
}
.header-section .filters{
	
}
.header-section .filters div{
	border:1px solid #1b1b1b;
	border-radius:22px; 
	float:left; 
	padding: 10px 30px 10px 15px;
	margin-right:15px;
	margin-bottom:10px;
	position:relative;
	cursor:pointer;
}
.header-section .filters div span{
	color:#0089fd;
	
}
.header-section .filters div span:after{
	content: "";
	position: absolute;
	right: 5px;
	top: 13px;
	width: 6px;
	height: 6px;
	border-right: 2px solid rgb(36, 99, 246);
	border-bottom: 2px solid rgb(36, 99, 246);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 0.5em;
	transition: opacity 0.2s, top 0.2s;
}
.header-section .filters div .arrow {
	
}

.header-section .about .about-title{
	float:right;
	position:relative;
	cursor:pointer;
	padding-right: 50px;
	opacity: .5;
}
.header-section .about .about-title:hover{
	opacity:1;
}
.header-section .about .about-desc{
	display:block;
}

.browse-sections h2{
	/*font-size: 1.8vw !important; /* remove important after css   */
}

.slideshow .slide a{
	display:block;
}

/* Admin Links */
.edit-show, .edit-link{
	color:#0089fd;
	font-weight:bold;
}

/* Hover Box */

#hoverbox{
	color:#fff;
	padding:0px 20px 10px 20px;
	width:330px;
}
#hoverbox a{
	color:#0089fd;
}
#hoverbox a.title{
	font-size: 1.3vw;
	margin: 10px 0;
	color:#fff;
	font-weight: 700;
	white-space: normal;
	display:block;
}
#hoverbox .desc{
	color:#a3a3a3;
	white-space: pre-line;
}
#hoverbox .watchlist{
	display: block;
	position: relative;
	margin: 16px 0px;
	padding: 12px 12px 12px 34px;
	border-radius: 22px;
	border: 1px solid rgb(42, 42, 42);
	text-align: center;
	width: 150px;
	font-size: 90%;
	background: none;
	cursor: pointer;
	transition: background-color 0.5s ease;
}
#hoverbox .watchlist:hover{
	transition: background-color 0.5s ease;
	background:rgb(42, 42, 42);
}
#hoverbox .watchlist .icon{
	position: absolute;
	top: 0px;
  left: 21px;
	height: 100%;
	width: 24px;
	background-image: url(https://cfm.yidio.com/mobile/img/ico-watchlist-off.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px;
}
#hoverbox .watchlist.active .icon{
	background-image: url(https://cfm.yidio.com/mobile/img/ico-watchlist-on.png);
}
/* Filter Box */ 
#filterbox{
	width:150px;
	padding:10px 20px;
}
#filterbox h3{
	font-size: .9vw;
	margin: 0px 0px 10px 0;
	font-weight: 500;
}
#filterbox div span.off{
	color:#0089fd;
	cursor:pointer;
}
/* About Us Box */
#aboutbox{
	width:800px;
	white-space: normal;
}
#aboutbox p{
	line-height:18px;
	margin:1em;
}

/**
 * PowerTip
 * https://stevenbenner.github.io/jquery-powertip/
 *
 * Stylesheet for the monochrome (default) theme.
 */

#powerTip {
	cursor: default;
	background-color: #333;
	background-color: rgba(20, 20, 20, 1);
	border-radius: 6px;
	color: #fff;
	display: none;
	padding: 10px;
	position: absolute;
	white-space: nowrap;
	z-index: 2147483647;
	margin-left:-2px;
}
#powerTip:before {
	content: "";
	position: absolute;
}
#powerTip.n:before, #powerTip.s:before {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	left: 50%;
	margin-left: -5px;
}
#powerTip.e:before, #powerTip.w:before {
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	margin-top: -15px;
	top: 50%;
}
#powerTip.n:before {
	border-top: 10px solid #232323;
	border-top: 10px solid rgba(20, 20, 20, 1);
	bottom: -10px;
}
#powerTip.e:before {
	border-right: 8px solid #232323;
	border-right: 8px solid rgba(20, 20, 20, 1);
	left: -8px;
}
#powerTip.s:before {
	border-bottom: 10px solid #232323;
	border-bottom: 10px solid rgba(20, 20, 20, 1);
	top: -10px;
}
#powerTip.w:before {
	border-left: 10px solid #232323;
	border-left: 10px solid rgba(20, 20, 20, 1);
	right: -10px;
}
#powerTip.ne:before, #powerTip.se:before {
	border-right: 10px solid transparent;
	border-left: 0;
	left: 10px;
}
#powerTip.nw:before, #powerTip.sw:before {
	border-left: 10px solid transparent;
	border-right: 0;
	right: 10px;
}
#powerTip.ne:before, #powerTip.nw:before {
	border-top: 10px solid #333;
	border-top: 10px solid rgba(20, 20, 20, 1);
	bottom: -10px;
}
#powerTip.se:before, #powerTip.sw:before {
	border-bottom: 10px solid #333;
	border-bottom: 10px solid rgba(20, 20, 20, 1);
	top: -10px;
}
#powerTip.nw-alt:before, #powerTip.ne-alt:before,
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: 10px solid #333;
	border-top: 10px solid rgba(20, 20, 20, 1);
	bottom: -10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	left: 10px;
}
#powerTip.ne-alt:before {
	left: auto;
	right: 10px;
}
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: none;
	border-bottom: 10px solid #333;
	border-bottom: 10px solid rgba(20, 20, 20, 1);
	bottom: auto;
	top: -10px;
}
#powerTip.se-alt:before {
	left: auto;
	right: 10px;
}

@media only screen and (min-width: 1920px){
	.browse-sections{
		width: 100%;
	}
	.header-section h1 {
	    font-size: 240%;
	}
}

