﻿
/*--------------SLIDER----------------*/

#slider {
	width: 100%;
	margin: 0 auto;
}


/*--------------CONTROLS--------------*/

/*position controls*/
.controls li {
	top: 70%;
	margin-top: -30px;
}

.controls li:nth-child(1) {
	    right: 100px;
    top: 84%;
}

.controls li:nth-child(2) {
	right: 100px;
}


/*------------PAGINATION------------*/

/*style pagination*/
.pagination li {
	background-color: #ddd;
}

.pagination li.active {
	background-color: #000;
}


/*-------------HELPERS----------------*/

.responsive {
	width: 100%;
	height: auto;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

img {
	display: block;
}




.yq li {
    position: absolute;
   background: hsla(0,0%,100%,.5);
    padding: 20px;
    border-radius: 50%;height: 60px;
    width: 60px;text-align: center;transition: all .3s ease 0s;
}
	
	.yq li i {
   color: #333333;    font-size: 38px;
    font-weight: 100;
}
	
	.yq .owl-prev {
    margin-top: -8px;
}
	
		.yq .owl-next {
    margin-top: -8px;
}
	
	
	.yq li:hover {
   
    background: hsl(0deg 0% 100%);
   
}


@media (max-width: 1024px) {
.controls li:nth-child(2) {
    right: 30px;
}
	
	
.yq li {
   
    padding: 10px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
  
}	
	
.controls li:nth-child(1) {
    right: 30px;
    top: 80%;
}
.controls li {
    top: 50%;
    margin-top: -30px;
}
	
.yq li i {
    color: #333333;
    font-size: 28px;
    font-weight: 100;
}	
	
	
	
	
}
