/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
/*.owl-theme .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none;
}*/
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 0.2em;
}
.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	outline: none;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 3px 4px;
	background: rgba(0, 0, 0, 0.2);
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #FF6600;
}
.arbc_bnr_slider .owl-theme .owl-dots .owl-dot.active span,
.arbc_bnr_slider .owl-theme .owl-dots .owl-dot:hover span {
	background: #29CCBE;
}
.arbc_main_slider .owl-item .item{
	background: #000;
	transform: scale(0.9) !important;
	transition: .65s;
}
.arbc_main_slider .owl-item.active.center .item{
	box-shadow: 0 0 0 2px rgba(255,255,255,1);
	transform: scale(1.0) !important;
}
.arbc_bnr_slider .owl-item .item{
	border: 1px solid #ccc;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next{
	position: absolute;
    top: 42%;
	margin: 0;
    background: rgba(0,0,0,0.6);
    width: 1em;
    height: 3em;
    transform: translateY(-50%);
    color: #fff;
    font-size: 2em;
	outline: none;
	transition: .3s;
}
.owl-carousel .owl-nav button.owl-prev{
	left: -10%;
}
.owl-carousel .owl-nav button.owl-next{
	right: -10%;
}
@media screen and (min-width:641px) {
	.owl-carousel .owl-nav button.owl-prev{
		left: 10px;
	}
	.owl-carousel .owl-nav button.owl-next{
		right: 10px;
	}
	.owl-theme .owl-nav.disabled + .owl-dots {
		margin-top: 10px;
	}
	.owl-theme .owl-dots .owl-dot span {
		margin: 4px 5px;
	}
}
@media screen and (min-width:1000px) {
	.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel .owl-nav button.owl-next{
    	top: 46%;
		background: rgba(0,0,0,0.5);
		width: 1.25em;
		height: 4em;
	}
	.owl-carousel:hover .owl-nav button.owl-prev,
	.owl-carousel:hover .owl-nav button.owl-next{
		background: rgba(0,0,0,1);
	}
}