/*
* 	Owl Carousel Owl 2sic Theme
*/
.owl-2sic .owl-controls {
  margin-top: 10px;
  text-align: center;
  position: absolute;
  z-index: 0;
  width: 100%;
  left: 0;
  bottom: 5px;
  /* Styling Next and Prev buttons */
  /* Styling Pagination buttons*/ }
  .owl-2sic .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #ffcc00;
    opacity: 0.7; }
    .owl-2sic .owl-controls .owl-buttons div.owl-prev {
      position: absolute;
      left: 5px;
      top: 50%;
      margin-top: -7px; }
    .owl-2sic .owl-controls .owl-buttons div.owl-next {
      position: absolute;
      right: 5px;
      top: 50%;
      margin-top: -7px; }
  .owl-2sic .owl-controls .owl-page {
    display: inline-block;
    zoom: 1; }
    .owl-2sic .owl-controls .owl-page span {
      display: block;
      width: 12px;
      height: 12px;
      margin: 5px 7px;
      opacity: 0.5;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      background: #fff;
      /* If PaginationNumbers is true */ }
      .owl-2sic .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; }
    .owl-2sic .owl-controls .owl-page.active span,
    .owl-2sic .owl-controls .owl-page:hover span {
      opacity: 1; }

/* preloading images */
.owl-item.loading {
  background: url(AjaxLoader.gif) no-repeat center center; }

/* Image - Gallery */
.co-gallery {
  overflow: hidden;
  margin: 0; }

.co-gallery-image {
  width: 100%; }

/* Gallery Content */
.co-slidercontent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: none;
  color: #000;
  background: rgba(255, 204, 0, 0.8);
  /* zombie browser fallback */
  padding-top: 15px;
  padding-bottom: 30px; }
  .co-slidercontent p {
    font-size: 20px; }
  .co-slidercontent .lead {
    line-height: 1.2em;
    margin-bottom: 15px;
    font-size: 34px;
    color: #000;
    font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif; }
  .co-slidercontent .co-slidertext {
    margin-bottom: 15px;
    width: 80%; }

body.va-layout-wide .co-slidercontent {
  padding-bottom: 140px;
  padding-left: 220px;
  padding-right: 220px;
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  margin-right: 0; }

body.va-mainnav-center .co-slidercontent {
  text-align: center; }

body.va-mainnav-center .co-slidercontent .co-slidertext {
  margin-left: auto;
  margin-right: auto; }

.co-gallery-slide {
  position: relative; }

.co-gallery .sc-element .sc-menu {
  top: 50px; }

@media all and (max-width: 1450px) {
  body.va-layout-wide .co-slidercontent {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px; } }

@media all and (max-width: 991px) {
  body.va-layout-wide .co-slidercontent {
    padding-left: 15px;
    padding-right: 15px; }
  .co-slidercontent {
    position: static;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #ffcc00; }
  .co-slidercontent p {
    width: 100%;
    font-size: 15px; }
  .co-slidercontent br {
    display: none; }
  .co-slidercontent .lead {
    font-size: 20px; }
  .co-slidercontent .co-slidertext {
    width: 100%; } }

/* Nav buttons and text styling */
.owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #FFF;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-nav [class*='owl-']:hover {
      background: #FFF;
      color: #FFF;
      text-decoration: none; }
    .owl-nav [class*='owl-'] .disabled {
      opacity: 0.5;
      cursor: default; }
    .owl-nav [class*='owl-'].disabled + .owl-dots {
      margin-top: 10px; }

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 10px;
  z-index: 20;
  width: 100%; }
  .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-dots .owl-dot.active span,
    .owl-dots .owl-dot:hover span {
      background: #000; }
    .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #FFF;
      opacity: 0.8;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }

/*# sourceMappingURL=owl.2sic.css.map */
