
/* Style 1 */
caption {
    background:#aaa;
	margin:0;	
}
.style1 .sp-thumbnails  {
    border: none;
	margin:12px auto 0;	   
}
.style1 .sp-thumbnails .sp-thumbnail-container {
	margin:5px 3px;
	position: relative;
	cursor: pointer;
	display: block;
	overflow: hidden;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.style1 .sp-thumbnails .sp-thumbnail {
	left: 0;
	margin:0 auto;
	text-align:center;
	padding: 4px 12px 3px;
	background:rgba(0,0,0,.02);
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-o-transition:all .25s ease;
	transition:all .25s ease;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.style1 .sp-thumbnails .sp-selected-thumbnail .sp-thumbnail {
	background:rgba(0,0,0,.07);
	color: #333;
}
.style1 .sp-thumbnail-title {
	font-size:15px;
	line-height:24px;
	margin:0 auto;
	font-weight: normal;
}
.style1 .sp-thumbnail-description {
	font-size: 14px;
	line-height:21px;
	margin:5px auto;
}
.style1 .sp-bottom-thumbnails .sp-thumbnail-container {
	top:-3px;
}
.style1 .sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
	top: 18px;
	margin-top: 0;
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-o-transition:all .25s ease;
	transition:all .25s ease;
}
.style1 .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail {
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-o-transition:all .25s ease;
	transition:all .25s ease;
}
.style1 .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	width:100%;
	border-bottom: 5px solid #fbba00;
	top: 0;
	left:0;
	margin-top: 13px;
}
.style1 .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	position: absolute;
	font-size: 15px;
	line-height:25px;
	color: #fbba00;
	left: 50%;
	top: -3px;
	margin-left: -6px;
}
.style1 .sp-thumbnail-title a strong {
	font-weight: bold;
}
.style1 .sp-thumbnail-title a {
	font-weight: normal;
	text-decoration: none; 
}
.style1 .sp-thumbnail-title a:hover {
	text-decoration: underline;
	font-weight: normal;
	background-color: transparent;
	color: #666666;
	text-shadow: none;
}
body .slider-pro.style1 .sp-bottom-thumbnails .sp-thumbnail {
	height: 81px;
	overflow: hidden;
}
body .slider-pro.style1 .sp-image {
	margin-top: 0 !important;
}
body .slider-pro.style1 .sp-arrow {
	color: #fbba00;
	font-weight: bold;
}
body .slider-pro.style1 .sp-thumbnail-arrow {
	color: #fbba00;
	text-shadow: none;
	background: rgba(0,0,0,.1);
	top: -9px;
}
.sp-slide .sp-image-container a:focus {
    display: inline-block;
    border-color: #767676;
    outline: 0px auto #767676;
}
.sp-slide .sp-image-container a > img {
	
    max-height: calc( 100% - 4px);
	max-width: calc( 100% - 4px);
}
.sp-slide .sp-image-container a:focus > img {
    outline: thin solid #fbba00;
    outline: 5px auto #fbba00;
    outline-offset: -2px;
    box-shadow: 0 0 10px rgba(0,0,0,0.75);
    background-color: #FFF;
    color: #333;
}

.sp-slide .sp-image-container a {
    max-height: 100%;
	width: 100%;
	display: inline-block;
    z-index: 200;
}

@media (max-width: 998px) {
	.style1 .sp-thumbnails {
		margin-top: 0px;
		margin-bottom: 30px;
	}
	.style1 .sp-bottom-thumbnails.sp-has-pointer {
	    margin-top: 0px;
	}
	.style1 .sp-thumbnail {
		/*height: auto !important;*/
	}
}
@media (max-width: 500px) {
	.style1 .sp-thumbnail {
		text-align: center;	
	}
	.style1 .sp-thumbnail-text h4.sp-thumbnail-title {
		line-height:17px;margin:1px auto;
	}
	.style1 .sp-thumbnail-image-container {
		display: none;
	}
	.style1 .sp-thumbnail-title {
		font-size: 12px;
		text-transform: uppercase;
	}
	.style1 .sp-thumbnail-description {
		display: none;
	}
	.style1 .sp-thumbnails {
		height: 150px;
	}
}
@media (max-width: 400px) {
	.style1 .sp-thumbnail-title {
		font-size: 10px;
	}
}
@media (max-width: 350px) {
	.style1 .sp-thumbnails {
		height: 180px;
	}
}
