/*$btn-border-radius-base:         $border-radius-base !default;
$btn-border-radius-large:        $border-radius-large !default;
$btn-border-radius-small:        $border-radius-small !default;*/
/*@mixin transition($prop, $time, $easing){
	-webkit-transition: $prop $time $easing;
	-moz-transition: $prop $time $easing;
	-ms-transition: $prop $time $easing;
	-o-transition: $prop $time $easing;
	transition: $prop $time $easing;
}

@mixin transform($prop){
	-webkit-transition: $prop;
	-moz-transition: $prop;
	-ms-transition: $prop;
	-o-transition: $prop;
	transition: $prop;
}*/
/* 
 * 	Default theme - Owl Carousel CSS File
 */
/* line 4, ../../sass/css/owl.carousel/_theme.scss */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
/* line 9, ../../sass/css/owl.carousel/_theme.scss */
.owl-theme .owl-nav [class*='owl-'] {
  color: #337ab7;
  font-size: 20px;
  margin: 5px;
  padding: 2px 7px;
  display: inline-block;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 17, ../../sass/css/owl.carousel/_theme.scss */
.owl-theme .owl-nav [class*='owl-']:hover {
  color: #23527c;
  text-decoration: none;
}
/* line 22, ../../sass/css/owl.carousel/_theme.scss */
.owl-theme .owl-nav .disabled {
  opacity: 0.4;
  cursor: default;
}
/* line 29, ../../sass/css/owl.carousel/_theme.scss */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
/* line 32, ../../sass/css/owl.carousel/_theme.scss */
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
/* line 36, ../../sass/css/owl.carousel/_theme.scss */
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/* line 41, ../../sass/css/owl.carousel/_theme.scss */
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -moz-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
/* line 53, ../../sass/css/owl.carousel/_theme.scss */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #337ab7;
}

/*# sourceMappingURL=owl.theme.default.css.map */
