.owl-theme .owl-controls {
  text-align: center;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline; /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50); /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #ffffff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
  background-color: #ffffff;
}

#owl-slide .owl-theme .owl-controls .owl-buttons div {
  color: #ffffff;
  display: inline-block;
  zoom: 1;
  *display: inline; /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  filter: Alpha(Opacity=50); /*IE7 fix*/
  opacity: 0.5;
}

#owl-slide .owl-controls {
  text-align: center;
  position: absolute;
  z-index: 5000;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

#owl-slide .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline; /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  filter: Alpha(Opacity=50); /*IE7 fix*/
  opacity: 0.5;
}

#owl-slide .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

[id^=owl-fasce] .owl-prev {
  position: absolute;
  top: 0;
  left: 0;
}

[id^=owl-fasce] .owl-next {
  position: absolute;
  top: 0;
  right: 0;
}

[id^=owl-fasce] .owl-controls .owl-buttons div {
  display: inline-block;
  font-size: 32px;
  position: absolute;
  top: 45%;
}

[id^=owl-fasce].loading {
  min-height: 150px;
  background: url(/assets/image/AjaxLoader.gif) no-repeat center center
}

@media (min-width: 20px) {
  #owl-slide .owl-controls .owl-pagination, #owl-slide .owl-controls .owl-buttons {
    display: none !important;
  }

  [id^=owl-fasce] .owl-prev {
    left: 10px;
  }

  [id^=owl-fasce] .owl-next {
    right: 10px;
  }

  [id^=owl-fasce] .owl-controls .owl-buttons div {
    font-size: 50px;
  }
}

@media (min-width: 480px) {
  #owl-slide .owl-controls .owl-buttons {
    display: block !important;
  }

  #owl-slide .owl-controls .owl-buttons {
    position: absolute;
    width: 100%;
    top: -60px;
  }

  #owl-slide .owl-prev {
    float: left;
    margin-left: 20px !important;
    font-size: 40px !important;
    opacity: 1 !important;
  }

  #owl-slide .owl-next {
    float: right;
    margin-right: 20px !important;
    font-size: 40px !important;
    opacity: 1 !important;
  }

  [id^=owl-fasce] .owl-prev {
    left: 8px;
  }

  [id^=owl-fasce] .owl-next {
    right: 8px;
  }

  [id^=owl-fasce] .owl-controls .owl-buttons div {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  #owl-slide .owl-controls .owl-pagination {
    display: block !important;
  }

  #owl-slide .owl-controls .owl-buttons {
    position: absolute;
    width: 100%;
    top: -58px;
  }

  #owl-slide .owl-prev {
    float: left;
    margin-left: 50px !important;
    font-size: 48px !important;
    opacity: 1 !important;
  }

  #owl-slide .owl-next {
    float: right;
    margin-right: 50px !important;
    font-size: 48px !important;
    opacity: 1 !important;
  }

  [id^=owl-fasce] .owl-prev {
    left: 5px;
  }

  [id^=owl-fasce] .owl-next {
    right: 5px;
  }

  [id^=owl-fasce] .owl-controls .owl-buttons div {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  #owl-slide .owl-controls .owl-buttons {
    position: absolute;
    width: 100%;
    top: -68px;
  }

  #owl-slide .owl-prev {
    float: left;
    margin-left: 50px !important;
    font-size: 52px !important;
    opacity: 1 !important;
  }

  #owl-slide .owl-next {
    float: right;
    margin-right: 50px !important;
    font-size: 52px !important;
    opacity: 1 !important;
  }

  [id^=owl-fasce] .owl-prev {
    left: 5px;
  }

  [id^=owl-fasce] .owl-next {
    right: 5px;
  }

  [id^=owl-fasce] .owl-controls .owl-buttons div {
    font-size: 50px;
  }
}

@media (min-width: 1200px) {
  #owl-slide .owl-controls .owl-buttons {
    position: absolute;
    width: 100%;
    top: -75px;
  }

  #owl-slide .owl-prev {
    float: left;
    margin-left: 50px !important;
    font-size: 52px !important;
    opacity: 1 !important;
  }

  #owl-slide .owl-next {
    float: right;
    margin-right: 50px !important;
    font-size: 52px !important;
    opacity: 1 !important;
  }

  [id^=owl-fasce] .owl-prev {
    left: 10px;
  }

  [id^=owl-fasce] .owl-next {
    right: 10px;
  }
}