#sync1 .owl-controls{
	width: 100%;
	position: absolute;
	z-index: 500;
	top: 0;
}

#sync1 .owl-controls .owl-buttons{
	position: relative;
}



#sync1 .item img{
	width: 100%;
}



#sync1 .owl-prev, #sync1 .owl-next{
	background-image: url('../img/slider-arrows-2.png');
	background-repeat: no-repeat;
	width: 35px;
	height: 60px;
	position: absolute;
	top: 5em;
}



#sync1 .owl-prev{
	left: 35px;
	background-position: 10px 8px;
}
#sync1 .owl-next{
	right: 35px;
	background-position: -254px 8px;
}


#sync2{
	margin-top: 5px;
}

#sync2 .item img{
	height: 250px;
}

#sync2 .item2{
	position: relative;
	margin-bottom: 5px;
}



#sync2 .item-sha{
	background-size: 55px 55px;
	background-color: rgba(108, 221, 177, .7);
	color: #fff;
	padding: 10%;
	font-size: 21px;
	line-height: 135%;
	width: 80%;
	height: 74%;
	font-family: 'Roboto', sans-serif;
}



#sync2 .owl-item{
	padding: 2px;
}

#mas{
	width: 100%;
	margin-top: 20px;
}

#mas a{
	color: #6F6F6F;
	text-decoration: none;
	display: block;
	text-align: center;
	width: 100%;
	border: #6F6F6F solid 1px;
	line-height: 45px;

}

#mas a:hover{
	text-decoration: underline;
}

@media screen and (max-width:680px){
	#sync1 .owl-prev, #sync1 .owl-next{
		display: none;
	}

	#sync2 .item img{
		height: auto;
	}
}