/* begin position button */
.owl-carousel {position: relative;}

.owl-carousel .owl-nav > * {
    display: inline-block;
    height: 50px !important;
	margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 50px !important;
}
.owl-carousel .owl-nav .btn {cursor: pointer;}
.owl-carousel .owl-nav .btn_left {left: -90px;}
.owl-carousel .owl-nav .btn_right {right: -90px;}
.owl-carousel .owl-nav .disabled {display: none;}

/* end wooden crutch */
/* begin style by button */

.btn_left,
.btn_left:active,
.btn_left.active {
	background-image: url("../img/arr-left.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.btn_right,
.btn_right:active,
.btn_right.active {
	background-image: url("../img/arr-right.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.btn_left.active, 
.btn_left:active, 
.btn_right.active, 
.btn_right:active {box-shadow: none !important;}

.btn_left:not(:hover), 
.btn_right:not(:hover) {opacity: 0.75;}
