.slider-pro {
    font-family: 'Open Sans', Arial;
}

/* Example 1 */

#example1 .sp-thumbnail {
	width: 100%;
	padding: 8px;
	background-color: #535353;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

#example1 .sp-thumbnail-title {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	
}

#example1 .sp-thumbnail-description {
	font-size: 14px;
	color: #333;
	background: #535353;
}

/*#example1 .sp-thumbnail:hover,#example1 .sp-thumbnail a:after {
	width: 100%;
	padding: 8px;
	background-color: #ff9e1b;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/

@media (max-width: 860px) {
	#example1 .hide-medium-screen {
		display: none;
	}
}

@media (max-width: 640px) {
	#example1 .sp-layer {
		font-size: 32px;
		font-weight: bold;
		line-height: 52px;
	}

	#example1 .hide-small-screen {
		display: none;
	}
}

@media (max-width: 500px) {
	#example1 .sp-thumbnail {
		text-align: center;
	}

	#example1 .sp-thumbnail-title {
		font-size: 17px;
		text-transform: uppercase;
	}

	#example1 .sp-thumbnail-description {
		display: none;
	}
}

@media (max-width: 468px) {
	#example1 .sp-layer {
		font-size: 36px;
		font-weight: bold;
		line-height: 53px;
	}

}

