/*	Goodmag Modular Slider
-------------------------------------------------------------- */
.clearfix{
	clear: both;
}
#gm-modular-slider {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
	margin-bottom: 15px;
}

#gm-modular-slider .grid {
	margin-right: 0;
	margin-bottom: 0;
}


.main-slide-text {
	color: #fff;
	position: absolute;
	bottom: 2%;
	left: 0;
	z-index: 20;
}

.main-slide-text h1 {
	color: #FFF;
	font-family: "Open Sans",arial,sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	line-height: 110%;
	width: 100%;
	padding: 10px 10px;
	text-transform: uppercase;
	margin-top: 5px!important;
	background: #000;
	opacity: 0.9;

}
.small-posts-slider {
	overflow: hidden;
	position: relative;
	float: left;

}
.small-posts-slider img {
	border-bottom: 5px solid #fff;
	border-left: 5px solid #fff;
}
.small-title-slider{
	position: absolute;
	z-index: 99;
	left: 0;
	top: 50px;
}
.small-title-slider h2 {
	color: #FFF;
	font-family: "Open Sans",arial,sans-serif;
	font-weight: 400;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	line-height: 16px;
	width: 100%;
	padding: 6px 6px;
	text-transform: uppercase;
	background: #000;
	opacity: 0.8;
	margin-left: 5px;
}