.featuredThumbUI{
	overflow: hidden !important;
	visibility: hidden;	
	cursor: pointer;
}
.fiftyThumbUI{
	overflow: hidden;
	position: relative;
}
.fiftyThumbUI img{
	width: 100%;
}
.fiftyHover{
	background-color: #000000;
	background: rgba(0,0,0,.3);
	position: absolute;
	left: -100%; top: 0;
	width: 100%; height: 100%;
	z-index: 15;
}

/* thumb text UI */
.fiftyThumbTextUI{
	position: absolute;
	z-index: 20;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
}
.fiftyThumbLine{
	height: 1px;
	opacity: 0.3;
}
.fiftyThumbLineTop{
	margin-bottom:15px; 
}
.fiftyThumbLineBottom{
	margin-top: 17px;
	margin-bottom:4px; 	
}
.fiftyThumbText{
	position: relative;
	padding: 10px;	
	max-width: 230px;
}
.fiftyThumbTitle{
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: 300;	
}
.fiftyThumbSubtitle{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 5px;	
}
a.fiftyReadMore{
	text-decoration: none !important;
	outline: none !important;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 300 !important;
	font-size: 14px !important;
	margin: 0px !important;
	padding: 0px !important;
	line-height: 13px !important;
	line-height: 16px !important;
	font-style: italic !important;		
}

/* thumb background fill ui */
.fiftyBackFill{
	position: absolute;
	z-index: 10;
	left: 0; top: 0;
	width: 100%;
	height: 100%;	
}

/* loader */
.fiftyCategLoader{
	width: 30px;
	height: 30px;
	position: relative;
	margin: auto;
}



.sk-invisible{
	visibility: hidden;
}
.mm-clear-both{
	clear: both;
}