/* Browser Resets */
.mos-img img {display: none !important;}
.mos-img {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
max-height: 58px;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}
.custom-category  { padding-bottom: 15px; }
.kwicks {
	display: block;
	list-style-type: none;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks > * {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.kwicks.kwicks-processed > * {
	margin: 0;
	position: absolute;
}
.kwicks-horizontal > * {
	float: left;
}
.kwicks-horizontal > :first-child {
	margin-left: 0;
}
.kwicks-vertical > :first-child {
	margin-top: 0;
}
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 100%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.4); color: #ccc;  font-size: 14px; line-height: 18px;}
.flex-caption a,.flex-caption h3 { color: #fafafa; background-image: none !important; }

.flex-caption h3 {font-size: 26px; margin:0 0 5px;}

@media handheld, only screen and (min-width: 640px) {
	.flex-caption {
		position:absolute;
		background: rgba(0,0,0,.4);
		padding:10px 20px;
	}
}
@media handheld, only screen and (max-width: 640px) {
	.kwicks li {
		width:100% !important; position: relative  !important; height: 40% !important; left: 0px !important;
	}		
}