/*This slider is very fragile and works on most if not all mobile devices */
/* If you wish to edit anything inside it please contact me, it's best this way to make sure integrity remains*/

.sidebar-icon-text{
	position:relative!important;
}

.sidebar{
	margin-top:-25px!important;
	display: flex;
}

.next-but-swipe{
	padding-right:20px;
	position:relative;
	z-index:90;
	float:right;
	margin-top:-22px;
	margin-right:50px;
	opacity:0.5;
		
  
}

.prev-but-swipe{
	padding-left:20px;
	position:relative;
	z-index:90;
	float:left;
	margin-top:-22px;
	margin-left:50px;
	opacity:0.5;
	   
}



@media screen and (min-width:320px){
	.next-but-swipe{margin-top:-110px!important;}
	.prev-but-swipe{margin-top:-110px!important;}
}


.swipe-img{
	max-width: 100%!important;
	display: block!important;

}


.swipe li div, .swipe div div div {
	padding: 3px;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(202, 202, 202, 0.8);
	-moz-box-shadow: 0px 1px 1px 1px rgba(202, 202, 202, 0.8);
	box-shadow: 0px 1px 1px 1px rgba(202, 202, 202, 0.8);
	border: solid 1px #cacaca;
	background: #FFF;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	max-width: 58%!important;
	margin-left: auto;
     margin-right: auto;
	
}

.swipe-text{
	color: #6e6e6e!important;
	padding-bottom: 5px;
	padding-top: 3px;
	z-index: 9999;
	background-color: rgba(255, 255, 255, 0.8);
	margin-top: -5px;
	font-size: 20px;
	font-weight: 400;
	position: relative;
	text-align: center;
}


@media (max-device-width:65%){
}

@media (max-width:65%){
}
