/*
ARCONIX FLEXSLIDER CSS
-------------------------------------------

PLEASE DO NOT make modifications to this file directly as it will be overwritten on update.
Instead, save a copy of this file to your theme or child theme directory. It will then be
loaded in place of the plugin's version and will maintain your changes on upgrade

*/
/* clearfix */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  /* invisible until init */
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-item.loading {
  /* lazy-loading images */
  min-height: 150px;
  background: url(images/AjaxLoader.gif) no-repeat center center;
}
.owl-carousel .owl-item p.flex-caption {
  box-sizing: border-box;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
/* mouse grab icon */
.grabbing {
  cursor: url(images/grabbing.png) 8 8, move;
}
/* fix */
.owl-wrapper,
.owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  overflow: auto;
}
.owl-theme .owl-controls .owl-buttons {
  float: right;
}
.owl-theme .owl-controls .owl-buttons div {
  font-family: "Verdana", "Helvetica", sans-serif;
  font-size: 25px;
  line-height: 1;
  display: inline-block;
  margin-right: 5px;
  opacity: 0.5;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 28px;
  zoom: 1;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
  content: '<';
}
.owl-theme .owl-controls .owl-buttons div.owl-next:before {
  content: '>';
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  /* Clickable class fix problem with hover on touch devices */
  /* Use it for non-touch hover action */
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.owl-theme .owl-controls .owl-pagination {
  float: left;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-controls .owl-page span {
  /* Styling Pagination*/
  background: #6e6e6e;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -o-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  width: 12px;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  color: #ffffff;
  font-size: 12px;
  height: auto;
  padding: 2px 10px;
  -webkit-border-radius: 30px 30px 30px 30px;
  -moz-border-radius: 30px 30px 30px 30px;
  -o-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  width: auto;
}
.owl-theme .owl-controls.clickable .owl-page:hover span,
.owl-theme .owl-controls .owl-page.active span {
  /* If PaginationNumbers is true */
  opacity: 1;
}
.owl-theme .owl-item > div {
  /* For positioning the caption box */
  position: relative;
}
.owl-theme p.flex-caption {
  background-color: #333333;
  color: #ffffff;
  bottom: 0;
  margin-bottom: 7px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  padding: 10px;
  position: absolute;
  text-decoration: none;
  width: 100%;
}
.arconix-carousel .owl-item {
  margin-right: 3px;
}
/* sourceMappingURL=arconix-flexslider.css.map */