/* Constructor Unslider */
.unslider-wrap{ position:relative;}
.unslider-wrap.unslider-carousel li{float:left;}
.unslider-vertical>ul{height:100%;}
.unslider-vertical li{float:none;width:100%;}
.unslider-fade{position:relative;}
.unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8;}
.unslider-fade .unslider-wrap li.unslider-active{z-index:10;}
.unslider li,.unslider ol,.unslider ul{list-style:none;margin:0;padding:0;border:none;}
.unslider {
	position: relative;
	overflow: hidden;
	-ms-overflow-style: none;	
	margin: 0;
	padding: 0;
}

.unslider ul li {
	list-style-type:none;
}

.unslider-nav ol {
  list-style: none;
  text-align: center;
}

.unslider-nav ol li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 6px;
  background: rgba(0,0,0,.3);
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
}

.unslider-nav ol li.unslider-active {
  background: rgba(0,0,0,.8);
  cursor: default;
}

.unslider-nav {
	position: absolute;
	width:100%;
	bottom:20px;
	height: 20px;		
}

.unslider-arrow {
	color: #FFFFFF;
    width: 40px;
    height: 40px;
	padding: 10px;
	line-height: 2;		
    overflow: hidden;
	position: absolute;
	cursor:pointer;
	z-index:2;	
	top: 50%;
	border: none;		
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);		
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;	
	-webkit-transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
	-ms-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;		
}

.unslider-arrow.prev {float: left; left: 20px;}
.unslider-arrow.next {right: -20px;}




.unslider-arrow.prev::before, .unslider-arrow.next::before {
	content: "";
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='white' stroke='none'><path d=''></path></svg>") no-repeat center center;	
	display: inline-block;
	position: relative;
	top: 2px;
	width: 25px;	
	height: 25px;
	text-align: center;
}

.unslider-arrow.prev::before {
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='white' stroke='none'><path d='M32.9,47.1l-20-20c-1.2-1.2-1.2-3.1,0-4.2l20-20c1.2-1.2,3.1-1.2,4.2,0c1.2,1.2,1.2,3.1,0,4.2L19.2,25l17.9,17.9c1.2,1.2,1.2,3.1,0,4.2C36.5,47.7,35.8,48,35,48S33.5,47.7,32.9,47.1z'></path></svg>") no-repeat center center;	
}
.unslider-arrow.next::before {
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='white' stroke='none'><path d='M15,48c-0.8,0-1.5-0.3-2.1-0.9c-1.2-1.2-1.2-3.1,0-4.2L30.8,25L12.9,7.1c-1.2-1.2-1.2-3.1,0-4.2c1.2-1.2,3.1-1.2,4.2,0l20,20c1.2,1.2,1.2,3.1,0,4.2l-20,20C16.5,47.7,15.8,48,15,48z'></path></svg>") no-repeat center center;	
}


