.owl-theme .owl-controls {
	left:0;
	position:absolute;
	right:0;
	top:50%;
	z-index:9999;
}

.home .hero .owl-theme .owl-controls {
	bottom:20px;
	left:0;
	position:absolute;
	right:0;
	text-align:center;
	top:auto;
	z-index:9999;
}

.postSlider.owl-theme .owl-controls {
	bottom:auto;
	left:150px;
	top:-73px;
	right:150px;
	text-align:center;
}

aside .postSlider.owl-theme .owl-controls {
	left:auto;
	top:190px;
	right:10px;
}

.logoSlider .owl-controls {
	bottom:auto;
	left:0;
	top:50%;
	right:0;
}

.owl-theme .owl-controls .owl-dots {
	display:inline-block;
	margin:0 auto;
	max-width:1170px;
}

.owl-theme .owl-controls .owl-prev,
.owl-theme .owl-controls .owl-next {
	display: block;
	height:27px;
	margin-top:-13px;
	position:absolute;
	text-indent:-9999px;
	width:15px;
}

.owl-theme .owl-controls .owl-prev {
	background:url(../images/icons/slider-arrow-left.png) no-repeat 0 center;
	left:-40px;
}

.owl-theme .owl-controls .owl-next {
	background:url(../images/icons/slider-arrow-right.png) no-repeat 0 center;
	left:auto;
	right:-40px;
}

.owl-theme .owl-controls .owl-next:hover:before,
.owl-theme .owl-controls .owl-prev:hover:before {
	opacity:1;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
	font-size:0;
    zoom: 1;
    *display: inline;
	vertical-align:middle;
}

.postSlider.owl-theme .owl-dots .owl-dot {
	margin:0 10px;
}

aside .postSlider.owl-theme .owl-dots .owl-dot {
	margin:0 5px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin:0 10px;
    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;
    border-radius:100%;
}

.postSlider.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
	margin:0;
    background:none;
    display:block;
    border:2px solid #9BA39C;
    border-radius:0;
}

.eventsPreview .postSlider.owl-theme .owl-dots .owl-dot span,
aside .postSlider.owl-theme .owl-dots .owl-dot span {
	border:2px solid #FFF;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background:none;
	border:2px solid #FFF;
}

.postSlider.owl-theme .owl-dots .owl-dot.active span,
.postSlider.owl-theme .owl-dots .owl-dot:hover span {
    background:#9BA39C;
    border:2px solid #9BA39C;
	height:8px;
	width:8px;
}

aside .postSlider.owl-theme .owl-dots .owl-dot.active span,
aside .postSlider.owl-theme .owl-dots .owl-dot:hover span {
    background:#FFF;
	border:2px solid #FFF;
}

.eventsPreview .postSlider.owl-theme .owl-dots .owl-dot.active span,
.eventsPreview .postSlider.owl-theme .owl-dots .owl-dot:hover span {
	border:2px solid #464C3E;
}

