
/* TypSlider */


#typs-slider{
	
	/*width: 600px;*/
	width: 100%;
	height: 250px;
	position:relative;
	display:inline-block;
	font-family: "Commissioner";

	
}


@media (min-width: 980px){
	#typs-slider {
		/*width: 900px;*/
		width: 100%;
		/*height: 450px;*/
	}
}


@media (min-width: 1120px){
	#typs-slider {
		/*width: 1000px;*/
		width: 100%;
		/*height: 500px;*/
	}
}


@media (min-width: 1290px){
	#typs-slider {
		/*width: 1000px;*/
		width: 100%;
		/*height: 500px;*/
	}
}

@media (min-width: 1400px){
	#typs-slider {
		/*width: 1100px;*/
		width: 100%;
		/*height: 550px;*/
	}
}

@media (min-width: 1600px){
	#typs-slider {
		/*width: 1300px;*/
		width: 100%;
		/*height: 620px;*/
	}
}








#typs-content{
	width:100%;
	height:100%;
	border:0px solid #ccc;
	display:inline-block;
	overflow:hidden;
	position:relative;
	/*background-color:#233042;*/
	background: rgb(19,25,35);
background: linear-gradient(270deg, rgba(19,25,35,1) 0%, rgba(35,48,66,1) 100%);
	/*background-image:url(../img/dx_slider_bg_2.png);*/
	background-position:center;
	background-repeat:no-repeat;
	/*background-size:auto 70%;*/
	border-radius:8px;
	z-index:10;
	
}

#typs-slide{
	width:100%;
	height:100%;
	background-color:#1d2735;
	background-size:cover;
	background-position:bottom;
	position:absolute;
	top:0px;
	left:100%;
	border-radius:8px;
}

#typs-content>#typs-slide img{
	display:none;
	
}


#typs-btn{
	position:absolute;
	top:50%;
	margin-top:-15px;
	/*display:inline-block;*/
	display:none;
	padding:8px;
	background-color:transparent;
	width:0px;
	height:0px;
	transform:rotate(45deg);	
	transition:transform 300ms ease-out;
	cursor:pointer;
}

#typs-btn:hover{
	transform: scale(1.2) rotate(45deg);
}

.back{
	left:25px;
	border-right:0px solid #fff;	
	border-bottom:10px solid #fff;
	border-left:10px solid #fff;
}

.next{
	right:25px;
	border-right:10px solid #fff;	
	border-bottom:0px solid #fff;
	border-top:10px solid #fff;
}

#typs-description{
	display:none;
	position:absolute;
	/*bottom:-1px;*/
	top:0px;
	left:0px;
	width:100%;
	/*max-width:500px;*/
	height:100%;
	text-align:left;
	padding:0px;
	/*background: rgb(23,41,65);*/
/*background: linear-gradient(143deg, rgba(23,41,65,0.742734593837535) 0%, rgba(23,41,65,0) 47%);*/
}

#typs-description>div{
	/*border-radius:0px 0px 5px 5px;*/
	/*border-radius:5px 5px 0px 0px ;*/
	/*background-color:rgba(0,0,0,0.4);*/
	opacity:1;
	padding:20px 35px;
	font-size:40px;
	display:inline-block;
	font-family:Yellowtail-Regular;
	color:#fff;
	text-shadow: -1px -1px 30px rgba(0,0,0,0.5);
	/*line-height:1.3em;*/
	
}

.slider-button{
	padding:8px 20px;
	background-color:#fff;
	color:#000;
	border:0px solid #ff7595;
	border-radius:5px;
	font-size:14px;
	font-family:Poppins-Regular;
	white-space:nowrap;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	transition:all 250ms ease;
}

.slider-button:hover{
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.4);
	
}