.owl-nav {
	position: absolute;
	top: calc(50% - 38px);
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	width: 100%;
}

.owl-nav [class*='owl-'] {
	position: absolute;
	color: #fff;
	font-size: 24px;
	display: inline-block;
	cursor: pointer;
	text-shadow: 0px 1px 3px #000;
}

.owl-prev {
	left: 5px;
}

.owl-next {
	right: 0px;
}

.owl-nav [class*='owl-']:hover {
	text-decoration: none;
}

.owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-dots {
	display: none;
}


@media all and (min-width : 741px) {

	.owl-nav {
		top: calc(50% - 45px);
	}

	.owl-nav [class*='owl-'] {
		font-size: 36px;
		text-shadow: 0px 3px 5px rgba(0,0,0,0.85);
	}

	.owl-prev {
		left: 10px;
	}

	.owl-next {
		right: 10px;
	}

}


@media all and (min-width : 1501px) {

	.owl-nav {
		top: calc(50% - 60px);
	}

	.owl-nav [class*='owl-'] {
		font-size: 36px;
	}

	.owl-prev {
		left: 15px;
	}

	.owl-next {
		right: 15px;
	}

}

.owl-prev:before {
    border-style: solid;
    border-width: 0.06em 0.06em 0 0;
    content: '';
    border-color:#808080;
    display: block;
    height: 0.33em;
    transform: rotate(225deg);
    vertical-align: top;
    width: 0.33em;
    position: absolute;
    left: 25px;
    top: 7px;
    z-index: 1;
}

.owl-next:before {
    border-style: solid;
    border-width: 0.06em 0.06em 0 0;
    content: '';
    border-color:#808080;
    display: block;
    height: 0.33em;
    transform: rotate(45deg);
    vertical-align: top;
    width: 0.33em;
    position: absolute;
    right: 25px;
    top: 7px;
    z-index: 1;
}

.owl-prev:after {
	width: .75em;
	height: .75em;
	border-radius: 100%;
	content:"";
	background-color:rgba(255, 255, 255, .75);
    position: absolute;
    left: 16px;
    top: 0.0;
}

.owl-next:after {
	width: .75em;
	height: .75em;
	border-radius: 100%;
	content:"";
	background-color:rgba(255, 255, 255, .75);
    position: absolute;
    right: 16px;
    top: 0.0;
}

/* .owl-prev:before {
	content:url(/assets/images/caret-left-white.png);
}

.owl-next:before {
	content:url(/assets/images/caret-right-white.png);
} */



/*

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}

*/
