/**
 * 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: -50px;
  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 .disabled {
  opacity: 0.5;
  cursor: default;
}
.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: 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;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ffb951;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ffb951;
}
.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: 43%;
  margin: 0;
  /*background: rgba(0,0,0,0.6);*/
  width: 1em;
  height: 3em;
  transform: translateY(-50%);
  color: #fff;
  font-size: 6em;
  outline: none;
  transition: .3s;
  /*box-shadow: 2px 2px 4px rgba(0,0,0,0.6);*/
}
.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 {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
	  margin-top: -18px;
    width: 38px;
    height: 38px;
    background-color: #82a635;
	  border-radius: 0;
  }
	.owl-carousel .owl-nav button.owl-prev::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
		margin-top: -6px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
	.owl-carousel .owl-nav button.owl-next {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
		margin-top: -18px;
    width: 38px;
    height: 38px;
     background-color: #82a635;
	  border-radius: 0;
  }
	.owl-carousel .owl-nav button.owl-next::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
		margin-top: -6px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .owl-carousel:hover .owl-nav button.owl-prev, .owl-carousel:hover .owl-nav button.owl-next {
    /*background: rgba(0,0,0,1);*/
  }
}
.owl-carousel .nav-btn {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 100px !important;
}
.owl-carousel .owl-prev.disabled, .owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}
/*.owl-carousel .prev-slide {
  background: url(nav-icon.png) no-repeat scroll 0 0;
  left: -33px;
}
.owl-carousel .next-slide {
  background: url(nav-icon.png) no-repeat scroll -24px 0px;
  right: -33px;
}*/
.owl-carousel .prev-slide:hover {
  background-position: 0px -53px;
}
.owl-carousel .next-slide:hover {
  background-position: -24px -53px;
}