/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav > div {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  background: rgba(0,0,0,.35);
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); /* IE 5.5+*/
  -moz-opacity: 0; /* Mozilla 1.6 & - */
  -khtml-opacity: 0; /* Konqueror 3.1, Safari 1.1 */
  opacity: 0; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
}

.owl-carousel:hover .owl-nav > div {
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/
  -moz-opacity: 1; /* Mozilla 1.6 & - */
  -khtml-opacity: 1; /* Konqueror 3.1, Safari 1.1 */
  opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

.owl-carousel:hover .owl-nav > div:hover {
  background: rgba(0,0,0,.5);
}

.owl-theme .owl-nav > div i {
  display: block;
  position: absolute;
  top: 50%;
  height: 60px;
  width: inherit;
  margin: -40px 0;
  text-align: center;
  line-height: 60px;
  font-size: 60px;
}

.owl-carousel .owl-prev {
  left: 0;
}

.owl-carousel .owl-next {
  right: 0;
}


.owl-theme .owl-dots {
  position: absolute;
  right: 0; bottom: 5px; left: 0;
}

.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;
  background: white;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
  box-shadow: 0 0 5px rgba(0,0,0,.6);

}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  width: 14px;
  height: 14px;
  margin: 3px;
}

.instagram-items.owl-theme .owl-nav > div {
  top: 20px;
  bottom: 40px;
}

.instagram-items.owl-carousel .owl-prev {
  left: 20px;
}

.instagram-items.owl-carousel .owl-next {
  right: 20px;
}
