/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
 .owl-theme .owl-nav {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.1;
  cursor: default;
}

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

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

.owl-theme .owl-dots {
  position: relative; width: 100%;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  
}
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 12px;
      height: 12px;
      border-radius: 6px;
      margin: 4px;
      background: #c11920;
      opacity: 0.5;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      opacity: 1;}


      .owl-theme .owl-nav { top: calc( 50% - 20px) ;}
      .owl-theme .owl-nav i{ vertical-align: top;}
      .owl-theme .owl-nav .owl-next {
          position: absolute;
          top: 0;
          right: -60px;
        width: 40px;
        height: 40px;
        line-height: 38px;
        text-align: center;
        background: #FD6B62;
        border-radius: 20px;
       
      }
      .owl-theme .owl-nav .owl-next::after{ color: #FFF; font-size: 24px;
        font-family: "FontAwesome"; font-weight: 900; content: "\f105";
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
      }
      .owl-theme .owl-nav .owl-prev {
          position: absolute;
          top: 0;
          left: -60px;
        width: 40px;
        height: 40px;
        line-height: 38px;
        text-align: center;
        background: #FD6B62;
        border-radius: 20px;
        
      }
      .owl-theme .owl-nav .owl-prev::after{ color: #FFF; font-size: 24px;
        font-family: "FontAwesome"; font-weight: 900; content: "\f104";
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
      }

@media only screen and (max-width: 720px) {
	.owl-theme .owl-nav .owl-next { right: 0;}
	.owl-theme .owl-nav .owl-prev { left: 0;}
}