#sld-main-photo{
	width:100%;
	height:auto;
	margin-bottom:2px;
	position:relative;
	overflow: hidden;
}

#sld-main-photo #slider img{
	width:100%;
	height:auto;
}

#sld-main-photo .sld-slide{
	//width:696px;
	//height:362px;
	float:left;
	position:relative;
}

#sld-main-photo #slider{
	
	width: 100000px;
	max-height:362px;
	position: relative;
	top:0px;
	left:0px;
}

#sld-main-photo .bottom-title {
	position: absolute;
	bottom: 10%;
	right: 0px;
	width: 28%;
	height: 50%;
	background-color: rgba(30,32,35,0.77);
	padding: 25px 25px 25px 18px;
	color:white;
	overflow: hidden;
}

#sld-main-photo p{
	display: block;
	padding-right: 20px;
	font-size: 16px;
	font-weight:200 !important;

}



#sld-main-photo h1 {
	color: #fff;
	font-size: 24px;
	margin:0px 0px 16px 0px;
/* 	text-shadow: 1px 1px 3px rgba(4, 5, 5, 0.5); */
	line-height: 28px !important;
	overflow:hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	text-transform: uppercase;	
}



#sld-main-photo a.btn {
	position: absolute;
	bottom:25px;
	right:25px;
}

#sld-main-photo .buttons{
	bottom: 11px;
    height: 20px;
    left: 0;
    overflow: auto;
    position: absolute;
    text-align: center;
    width: 100%;
}

#sld-main-photo .buttons span{
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 5px;
	
	margin-right: 1px;
	cursor: pointer;
}
#sld-main-photo .buttons span.active{
	background-color: rgba(255,255,255,1);
}

#sld-thumbs{
	width:696px;
	overflow: hidden;
	position: relative;
}

#sld-thumbs #slider{
	height:220px;
	max-height:220px;
	position: relative;
	top:0px;
	left:0px;
	width: 100000px;
}

#slider.toLeft{
	-webkit-animation-name: toLeft;
    -webkit-animation-duration: 1s;
	
	animation-name: toLeft;
    animation-duration: 1s;
}

#slider.toLeftQuick{
	-webkit-animation-name: toLeft;
    -webkit-animation-duration: 200ms;
    -webkit-animation-timing-function: linear;
	
	animation-name: toLeft;
    animation-duration: 200ms;
    animation-timing-function: linear;
}

#slider.toLeftMain{
	-webkit-animation-name: toLeftMain;
    -webkit-animation-duration: 1s;
	
	animation-name: toLeftMain;
    animation-duration: 1s;
}

#slider.toRight{
	-webkit-animation-name: toRight;
    -webkit-animation-duration: 1s;
	
	animation-name: toRight;
    animation-duration: 1s;
}

#slider.toRightQuick{
	-webkit-animation-name: toRight;
    -webkit-animation-duration: 300ms;
    -webkit-animation-timing-function: linear;
	
	animation-name: toRight;
    animation-duration: 300ms;
    animation-timing-function: linear;
}

#slider.toRightMain{
	-webkit-animation-name: toRightMain;
    -webkit-animation-duration: 1s;
    
	animation-name: toRightMain;
    animation-duration: 1s;
}


#sld-main-photo .slider-button{
	display: block;
	background-color: rgba(0,0,0,0.5);
	width: 35px;
	height: 41px;
	position: absolute;
	color:#fff;
	cursor: pointer;
	padding:3px;
	top: calc(50% - 20px);
}



#sld-main-photo #button-prev{
	left: 0px; 
}

#sld-main-photo #button-next{
	right: 0px; 
}

#sld-main-photo #button-pause{
	right: 0px;
	bottom: 0px; 
	top: auto;
	height: 34px;
}

#sld-main-photo #button-pause img {
	margin-top: 6px;
}

#sld-main-photo #button-next img{
	
}

#sld-main-photo #button-prev img{
	
}

.sld-thumb{
	display:block;
	float:left;
	width: 232px;
	margin:0px;
}

.sld-thumb img{
	width: 232px;
	height: 120px;
}

.sld-thumb p{
	border-right: 1px solid #dfdfdf;
	padding:10px;
	font-size:12px;
	height:70px;
	
	text-overflow: ellipsis;
	margin-top:20px;
}

.sld-thumb p span{
	display:block;
	margin-top:-24px;
}

.sld-thumb a {
	color:#555 !important;
	text-decoration: none !important;
}

.sld-thumb:last-child p {
	border-right: none;
}


#slide-source, #main-slide-source{
	display:none;
}

#sld-main-photo .slider-button img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:9px;
}

.desc-container {
	height: inherit
}


@-webkit-keyframes toLeft {
    0% {left: 0px;}
    100% {left: -232px;}
}

@-webkit-keyframes toRight{
    from {left: -232px;}
    to {left: 0px;}
}

@-webkit-keyframes toLeftMain {
    from {left: 0px;}
    to {left: -696px;}
}

@-webkit-keyframes toRightMain {
    from {left: -696px;}
    to {left: 0px;}
}



@keyframes toLeft {
    0% {left: 0px;}
    100% {left: -232px;}
}

@keyframes toRight{
    from {left: -232px;}
    to {left: 0px;}
}

@keyframes toLeftMain {
    from {left: 0px;}
    to {left: -696px;}
}

@keyframes toRightMain {
    from {left: -696px;}
    to {left: 0px;}
}

@media (max-width: 979px){
	#sld-main-photo p, #main-slide-source p{
		font-size: 14px;
		word-wrap: break-word;
	}
	
	#sld-main-photo h1, #main-slide-source h1{
		font-size: 20px
	}
	
	.desc-container {
    	height: 100%;
	}
	
}

@media (max-width: 767px){
	#sld-main-photo .slider-button{
	display: block;
	background-color: rgba(0,0,0,0.5);;
	width: 30px;
	height: 41px;
	position: absolute;
	color:#fff;
	cursor: pointer;
	padding:3px;
	top: 40%;
}
	#sld-main-photo .bottom-title{
		left:0px;
		bottom:0px;
		width:100%;
		height:40px;
		padding: 0 0;
	}
	
	#sld-main-photo a.btn-primary{
		width: auto;
		right:33px;
		bottom:14px;
		left:auto;
		
	}
	
	#sld-main-photo h1{
		position:absolute;
		left:10px;
		right:111px;
		height: 100%;
		width: 100%;
		font-size: 14px;
		top: 20%
	}

}

@media (max-width: 479px){
		#sld-main-photo .slider-button{
	display: block;
	background-color: rgba(0,0,0,0.5);;
	width: 15px;
	height: 21px;
	position: absolute;
	color:#fff;
	cursor: pointer;
	padding:3px;
	top: 40%;
}
	
	#sld-main-photo .slider-button img{
	height: 17px !important;
	margin-top: 2px !important;
		
	}
	#sld-main-photo .bottom-title{
		left:0px;
		bottom:0px;
		width:100%;
		height:30px;
		padding: 0 0;
	}
	#sld-main-photo h1{
		position:absolute;
		left:10px;
		right:111px;
		height: 100%;
		width: 100%;
		font-size: 14px;
		top: 10%
	}
	
}