.flexslider .slides li { display: none; }

.da-thumbs {
	list-style: none;
	position: relative;
}
.da-thumbs .buttons{
	position: absolute;
	top: -35px;
}

.stButton .st-twitter-counter,
.stButton .st-facebook-counter,
.stButton .st-linkedin-counter{
	height: 23px !important;
}

.stButton .stButton_gradient{
	height: 23px !important;
}

.stArrow{
	display: none !important;
}

.da-thumbs div {
	margin: 0 5px 5px;
	background: #fff;
	position: relative;
}
.da-thumbs div a,
.da-thumbs div a img {
	display: block;
	position: relative;
}
.da-thumbs div a {
	overflow: hidden;
}
.da-thumbs div a div {
	position: absolute;
	background: #b9b299;
	background: rgba(185,178,153,0.8);
	width: 100%;
	height: 100%;
	margin-left: 0;
}



.da-thumbs div a div > span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
}

.da-thumbs div a div > span.plus img{
	float: right;
	right: -5px;
	top: -35px;
}

.da-thumbs div a div > span.title{
	position: absolute;
	bottom: 0;
}

.da-thumbs div a div > span.title h2{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	margin-top: 60px;

	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 700;
	font-style: normal;
}

.da-thumbs div a div > span.title h3{
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	margin-top: -10px;

	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 300;
	font-style: normal;
	display: block !important; 
}

@media (max-width: 991px){
	.da-thumbs div a div > span.title h2{
		font-size: 14px;
	}
}