/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

[data-carousel="1"] {
  margin-top: 10px;
  text-align: center;
}

[data-carousel="1"] .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

[data-carousel="1"] .owl-dots {
  width: 100%;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

[data-carousel="1"] .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

[data-carousel="1"] .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;
}

[data-carousel="1"] .owl-dots .owl-dot.active span, [data-carousel="1"] .owl-dots .owl-dot:hover span {
  background: #4a4a4a;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
[data-carousel="1"] .owl-nav button:hover {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/

[data-carousel="1"] .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline; /*IE7 life-saver */
}

[data-carousel="1"] .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 1px;
  opacity: 1;
  border-radius: 20px;
  background: #d3d3d3;
  position: relative;
}

[data-carousel="1"] .owl-page.active span,
[data-carousel="1"].clickable .owl-page:hover span {
  opacity: 1;
}

[data-carousel="1"] .owl-page.active span {
  background: #000;
}

[data-carousel="1"] .owl-nav button {
  color: #000;
}

[data-carousel="1"] .owl-page.active span:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background: #ffffff;
  top: 2px;
  left: 2px;
}

/* If PaginationNumbers is true */

[data-carousel="1"] .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

/* Styling Next and Prev buttons */

[data-carousel="1"] .owl-nav button {
  color: #000;
  background: #ffffff;
  display: inline-block;
  zoom: 1;
  *display: inline; /*IE7 life-saver */
  margin: -25px 0 0 0;
  padding: 0 10px;
  filter: Alpha(Opacity=70); /*IE7 fix*/
  opacity: 0.7;
  position: absolute;
  top: 50%;
  z-index: 3;
  font-size: 50px;
  line-height: 1;
}

[data-carousel="1"] .owl-nav button span {
  font-size: 0;
}

[data-carousel="1"] .owl-dots button {
  padding: 0;
  background: transparent;
}

[data-carousel="1"] .owl-nav button.owl-prev {
  left: -10px;
}

[data-carousel="1"] .owl-nav button.owl-prev span:before {
  content: "\f104";
  font: normal normal normal 50px/1 FontAwesome;
}

[data-carousel="1"] .owl-nav button.owl-next {
  right: -10px;
}

[data-carousel="1"] .owl-nav button.owl-next span:before {
  content: "\f105";
  font: normal normal normal 50px/1 FontAwesome;
}




