/* Example 5 */
.slider-pro {
	background-color: #3b7e6f;
    font-family: 'Barlow-Medium';	
}


#example5 .sp-caption-container {
	width: 53.5%;
	height:50px;
	padding: 8px;
	background-color: #3b7e6f !important;	
	color:#fff;	
	position:absolute;
	margin-top:-65px;
}

#example5 .sp-caption-container a:hover {
	color:#fbbb35;
}

.links {
	text-align: center;
	margin-top: 10px;
}


#example5 .sp-thumbnail-image-container {
	width: 100px;
	height: 80px;
	overflow: hidden;
	float: left;
}

#example5 .sp-thumbnail-image {
	height: 100%;
}

#example5 .sp-thumbnail-text {
	width: 170px;
    float: right;
    padding: 8px;
    background-color: #F0F0F0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#example5 .sp-thumbnail-title {
	margin-bottom: 5px;	
	color: #3b7e6f;
}

#example5 .sp-thumbnail-description {
	font-size: 14px;
	color: #333;
}

