﻿.owl-prev2 {
	float: right;
	position: absolute;
	right: 0;
	bottom: 240px;
	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: 240px;
	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: 16px;
	bottom: 16px;
}
.owl-theme-slider .owl-dots2 .owl-dot2 span {
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	background: #005689;
	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: transparent;
	border: 1px #000 solid;
}
@media only screen and (max-width: 1200px) {
.owl-prev2 {
	bottom: 180px;
}
.owl-next2 {
	bottom: 180px;
}
}
@media only screen and (max-width: 960px) {
.owl-prev2 {
	bottom: 200px;
}
.owl-next2 {
	bottom: 200px;
}
}
@media only screen and (max-width: 768px) {
.owl-prev2 {
	bottom: 180px;
}
.owl-next2 {
	bottom: 180px;
}
}
@media only screen and (max-width: 640px) {
.owl-prev2 {
	bottom: 160px;
}
.owl-next2 {
	bottom: 160px;
}
}
@media only screen and (max-width: 420px) {
.owl-prev2 {
	bottom: 100px;
}
.owl-next2 {
	bottom: 100px;
}
}
@media only screen and (max-width: 380px) {
.owl-prev2 {
	bottom: 80px;
}
.owl-next2 {
	bottom: 80px;
}
}
