﻿.owl-prev2 {
	float: right;
	position: absolute;
	right: 0;
	bottom: 140px;
	background-image: url('arrows.png') !important;
	background-repeat: no-repeat!important;
	background-position: -2px center !important;
        background-color: transparent!important;

}
.owl-next2 {
	float: left;
	position: absolute;
	left: 0;
	bottom: 140px;
	background-image: url('arrows.png') !important;
	background-repeat: no-repeat!important;
	background-position:-58px center !important;
        background-color: transparent!important;

}
.owl-nav2 {
	position: relative;
	width: 100%;
}
.owl-theme-slider .owl-controls {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme-slider .owl-controls2 .owl-nav2 [class*=owl-] {
	color: #fff;
	margin: 5px;
	padding: 20px !important;
	background: #000;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 0px;
}
.owl-theme-slider .owl-controls2 .owl-nav2 [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
}
.owl-theme-slider .owl-controls2 .owl-nav2 .disabled {
	opacity: .5;
	cursor: default;
}
.owl-theme-slider .owl-dots2 .owl-dot2 {
	zoom: 1;*;
	display: inline-block;
}
.owl-theme-slider .owl-dots2 {
	position: absolute;
	left: 10px;
	top: 10px;
}
.owl-theme-slider .owl-dots2 .owl-dot2 span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #fff;
	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-slider .owl-dots2 .owl-dot2.active span, .owl-theme-slider .owl-dots2 .owl-dot2:hover span {
	background: #666;
}

@media only screen and (max-width: 768px) {

.owl-prev2 {
	bottom: 180px;
}
.owl-next2 {
	bottom: 180px;
}
}

@media only screen and (max-width: 420px) {
.owl-prev2 {
	bottom: 100px;
}
.owl-next2 {
	bottom: 100px;
}
}
