.slider-pro {
    font-family: 'Open Sans', Arial;
}

/* Example 1 */

#example1 .sp-thumbnail {
	width: 100%;
	padding: 8px;
	background-color: #3c537f;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#example1 .sp-thumbnail-title {
	color: #fff!important;
    text-transform: uppercase!important;
    padding-bottom: 0!important;
    letter-spacing: .05em!important;
    font-size: 16px!important;
    padding-top: 15px!important;
    line-height: 1.5!important;
    margin: 0!important;
    font-family: Montserrat,sans-serif;
}

#example1 .sp-thumbnail-description {
	color: rgba(255,255,255,.5)!important;
	font-family: "Open Sans",sans-serif;
    font-size: 13px!important;
    line-height: 24px!important;
    margin-bottom: 60px;
    font-weight: 400;
    text-align: justify;
}

@media (max-width: 860px) {
	#example1 .hide-medium-screen {
		display: none;
	}
}

@media (max-width: 640px) {
	#example1 .sp-layer {
		font-size: 12px;
	}

	#example1 .hide-small-screen {
		display: none;
	}
}

@media (max-width: 500px) {
	#example1 .sp-thumbnail {
		text-align: center;
                padding: 2px;
	}

	#example1 .sp-thumbnail-title {
                font-size: 12px!important;
		text-transform: uppercase;
	}

	#example1 .sp-thumbnail-description {
		display: none;
	}
}
