.slider-pro {
    font-family: 'Open Sans', Arial;
}

/* Example 1 */

#example1 .sp-layer {
		font-size: 18px;
		font-weight: bold;
		line-height: 28px;
	    text-align: left;
	}	
	
#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;
}
	
/*.con-iphone {display: none;}*/

@media (max-width: 860px) {
	#example1 .hide-medium-screen {
		display: none;
	}
}

@media (max-width: 768px) {
	#example1 .sp-layer {
		font-size: 21px;
		font-weight: bold;
		line-height: 34px;
		margin-bottom: 10px;
	}

}


@media (max-width: 640px) {
	#example1 .sp-layer {
		font-size: 22px;
		font-weight: bold;
		line-height: 34px;
		margin-bottom: 10px;
	}

	#example1 .hide-small-screen {
		display: none;
	}
}

@media (max-width: 568px) {
	#example1 .sp-layer {
		font-size: 35px;
		font-weight: bold;
		line-height: 52px;
	}
	
}

@media (max-width: 468px) {
	#example1 .sp-layer {
		font-size: 40px;
		font-weight: bold;
		line-height: 59px;
		margin-bottom: 6px;
	}
	/*.con-table {display: none;}
	.con-iphone {display:block;}*/
}

@media (max-width: 400px) {
	#example1 .sp-layer {
		font-size: 46px;
		font-weight: bold;
		line-height: 67px;
	}
	#example1 .sp-thumbnail {
		text-align: center;
	}

	#example1 .sp-thumbnail-title {
		font-size: 17px;
		text-transform: uppercase;
	}

	#example1 .sp-thumbnail-description {
		display: none;
	}
}


