/**
 * 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;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

/* Styling Next and Prev buttons */
.owl-nav {
  float: left;
  margin-top: 12px;
}

.owl-nav div {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0;
    -webkit-transition: color .4s linear;
  -moz-transition: color .4s linear;
  -o-transition: color .4s linear;
  transition: color .4s linear;
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
  color: #33204A;
}

.owl-nav div.owl-next:hover,
.owl-nav div.owl-prev:hover {
    color: #F2941C;
}

.owl-nav div.owl-next::before {
  content: "\f054";
}

.owl-nav div.owl-next {
  margin-left: 5px;
}

.owl-nav div.owl-prev::before {
  content: "\f053";
}

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
.owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }

/* Styling Pagination*/

.owl-dots {
  float: right;
  margin-top: 24px;
  margin-right: 52px;
}

.pub-slides .owl-dots {
    float: none;
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.owl-dots .owl-dot {
  display: inline-block;
}

.owl-dots .owl-dot span{
  margin: 5px 3px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: solid 2px #2A538B;
  text-indent: -9999px;
  overflow: hidden;
  background: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  }

.owl-dots .owl-dot.active span {
  border: solid 2px #2A538B;
  background: #2A538B;
}

.owl-dots .owl-dot:hover span {
  cursor: pointer;
  border: solid 2px #2A538B;
  background: #2A538B;
}

.pub-slides .owl-dots .owl-dot span{
  border: solid 2px #FFFFFF;
  }

.pub-slides .owl-dots .owl-dot.active span {
  border: solid 2px #FFFFFF;
  background: #FFFFFF;
}

.pub-slides .owl-dots .owl-dot:hover span {
  border: solid 2px #FFFFFF;
  background: #FFFFFF;
}

@media only screen and (max-width: 767px) {

.owl-dots .owl-dot span{
  width: 8px;
  height: 8px;
}

}
