/**
 * 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 {
  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;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
     }
    .owl-theme .owl-nav [class*='owl-']:hover {
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
    display: none; }
.owl-theme.slider-style-two .owl-nav{
  	margin-top: 0;
  }
.owl-theme.slider-style-three .owl-nav{
	display: none;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.bizzy .owl-theme .owl-nav.disabled + .owl-dots,
.mimir .owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  right: 0;
  bottom: 2px; }

.owl-theme .owl-dots {
	text-align: right;
	-webkit-tap-highlight-color: transparent; }
.owl-theme.slider-style-three  .owl-dots {
	margin-top: -24px;
	position: absolute;
	right: 0;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }
.owl-theme .owl-dots .owl-dot span {
  width: 35px;
	height: 2.5px;
  margin: 0 0 0 12px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  border-radius: 0; }

.owl-theme.slider-style-three .owl-dots .owl-dot span {
  margin: 0 0 0 12px;
  background: rgba(255,255,255,0.3);
}
.owl-theme.slider-style-two .owl-dots .owl-dot span {
  margin: 0 12px 0 0;
  background: rgba(255,255,255,0.3);
}
.owl-theme.slider-style-two .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: white;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #D6D6D6; }

.owl-theme.slider-style-two .owl-dots .owl-dot.active span,.owl-theme.slider-style-two .owl-dots .owl-dot:hover span,
.owl-theme.slider-style-three .owl-dots .owl-dot.active span,.owl-theme.slider-style-three .owl-dots .owl-dot:hover span {
  background: #fff; }
.bizzy .owl-theme.slider-style-one .owl-dots .owl-dot.active span,.bizzy .owl-theme.slider-style-one .owl-dots .owl-dot:hover span {
  background: #048DE4; }
.mimir .owl-theme.slider-style-one .owl-dots .owl-dot.active span,.mimir .owl-theme.slider-style-one .owl-dots .owl-dot:hover span {
  background: #9466bc; }

.owl-theme .owl-dots .owl-dot.active span{
	text-decoration:none;
	display: inline-block;
	color:black;
}
.owl-theme.slider-style-two .owl-dots{
		text-align: left;
		position: absolute;
		top: 0;
		width: 61rem;
		margin: 0 auto;
		float: none;
		left: 0;
		right: 0;
		top: 350px;
}
@media only screen and (max-width: 48em){
  .owl-theme.slider-style-two .owl-dots{
    left: 24px;
    top: 300px;
  }
 }








