
/*slider*/
#s008 .slider-container {  
    top: 90px;
}
#s008 .slider-container li {  
    margin-top: 90px;
    left: 0;
	width:100%;
	height:100%;
}
#s008 .slider-container li .bgbox {
    position: absolute;
    width: 50%;
    height: 1000px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 3;
    top: 0;
    left: 0;
}
#s008 .slider-container .tp-caption.btn{
	border: 0px;
	background-color: rgba(22, 22, 22, 0.8) !important;
}
#s008 .slider-container .tp-caption.btn:hover{
	background-color: rgba(22, 22, 22, 1) !important;
}
@media only screen and (min-width:992px){
	#s008 .slider-container .tparrows {
	background-color: transparent;
	opacity: 1 !important;
	visibility: visible !important;
	}
	#s008 .slider-container .tparrows:before {
		font-size: 70px;
		opacity: 0.3;
	}
	#s008 .slider-container .tparrows:hover:before{
		opacity: 0.7;
	}
}
