/*
* 	Owl Carousel Owl Demo Theme 
*	v1.15
*/

.owl-theme .owl-controlls{
    margin-top: 60px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controlls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	background-color: #000;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: rgba(0,0,0,0.7);
	width: 60px;
	height: 60px;
	margin: 0 auto;
	border:none;
	outline: none;
	z-index: 1;
	cursor: pointer;

}

.owl-theme .owl-controlls .owl-buttons div:hover {
	background-color: rgba(0,0,0,1);
}


.catalog_wrap .catalog .items {
	/*padding-left: 20px;*/
	padding-left:18px;
}

.owl-controlls .owl-buttons {
	position: relative;
	top: -360px;
}


.owl-theme .owl-controlls .owl-buttons div.owl-prev {
	position: absolute;
	left:0;
	margin-left:-18px;
    margin-top:-20px;
    transform: rotate(270deg);
    background-image: url('arr_up.png');
    background-repeat: no-repeat;
    background-position: center;
}

.owl-theme .owl-controlls .owl-buttons div.owl-next {
	position: absolute;
	right:0px;
    margin-top:-20px;
    transform: rotate(270deg);
    background-image: url('arr_down.png');
    background-repeat: no-repeat;
    background-position: center;
}


.owl-theme .owl-controlls .owl-pagination:after {
	display: block;
    content: '';
    background-color: #000;
    border-radius: 5px;
    width: 160px;
    height: 5px;
    margin: 0 auto;
}

.owl-theme .owl-controlls .owl-pagination span {
	color: #6a6a6a;
    font-family: 'HKGrotesk-Medium';
    font-size: 24px;
    padding: 0 5px;
    margin-bottom: 15px;
    display: inline-block;
}

@media(max-width: 1919px) {
	.catalog_wrap .catalog .items {
		/*padding-left: 13px;*/
		padding-left:9px;
	}

	.owl-theme .owl-controlls .owl-buttons div {
		width: 40px;
		height: 40px;
		border-radius: 20px;
		margin-top:-20px;
	}

	.owl-theme .owl-controlls .owl-buttons div.owl-prev {
		/*margin-left: -13px;*/
		margin-left:-9px;
		background-size: 17px 25px;
	}

	.owl-theme .owl-controlls .owl-buttons div.owl-next {
		background-size: 17px 25px;
	}

	.owl-controlls .owl-buttons {
		top:-240px;
	}

	.owl-theme .owl-controlls {
		margin-top:30px;
	}

	.owl-theme .owl-controlls .owl-pagination span {
		padding:0 5px;
		font-size: 16px;
	}

	.owl-theme .owl-controlls .owl-pagination:after {
		height: 3px;
		width: 105px;
	}


}

@media (max-width: 766px) {
	.catalog_wrap .catalog .items {
    	padding: 0;
	}
}
	


/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controlls.clickable .owl-buttons div:hover{
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controlls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}


.owl-theme .owl-controlls .owl-page.active span,
.owl-theme .owl-controlls.clickable .owl-page:hover span{
	border-bottom: 3px solid #6be2c2;	
}

/* If PaginationNumbers is true */




