/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	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; }

.owl-theme .owl-dots {
  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: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #cc0000;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; 

    }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {

    }
      .owl-carousel .owl-dots {
      margin:0 auto;
      display: table;
      position: relative;
      top:-110px;
      }
.owl-carousel .owl-dot {
  width: 12px;
  height: 12px;
  border:2px solid #fff;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  margin-right: 12px;

}
.owl-carousel .owl-dot:last-child {
  margin-right: 0;
}

.owl-carousel .owl-dot.active {
   background-image: url(../img/dots-active.png);
  background-position: center center;
background-repeat: no-repeat;
}
.owl-carousel .owl-nav .owl-prev {
  height: 61px;
  width: 16px;
  background-image: url(../img/slider-arrow-left.png);
  background-repeat: no-repeat;
  position: absolute;
  top:50%;
  left: 75px;
}
.owl-carousel .owl-nav .owl-next {
  height: 61px;
  width: 16px;
  background-image: url(../img/slider-arrow-right.png);
  background-repeat: no-repeat;
  position: absolute;
  top:50%;
  right: 75px;
}
.owl-carousel .slide-item {
  -webkit-background-size:100% 100%;
  background-size:100% 100%;
  height: 100vh;
}
@media screen and (max-height: 800px) {
  .owl-carousel .owl-dots {
    top:-55px;
  }
}
@media screen and (max-width: 1400px) {

.owl-carousel .slide-item1 {
  background-image: url(../img/1.jpg);

  position: relative;
  -webkit-background-size:100% 100%;
  background-size:100% 100%;
}
.owl-carousel .slide-item2 {
background-image: url(../img/2.jpg);

  position: relative;
  -webkit-background-size:100% 100%;
  background-size:100% 100%;
}
.owl-carousel .slide-item3 {
  background-image: url(../img/3.jpg);

  position: relative;
  -webkit-background-size:100% 100%;
  background-size:100% 100%;
}
.owl-carousel .slide-item4 {
  background-image: url(../img/4.jpg);
 
  position: relative;
  -webkit-background-size:100% 100%;
  background-size:100% 100%;
}
.owl-carousel .slide-item .slider-text {
  padding-top:267px;
}
}
@media screen and (max-width: 1000px) {
.owl-carousel .slide-item {
  -webkit-background-size:cover;
  background-size:cover;
  height: 800px;
}
}
@media screen and (max-width: 750px) {
  .owl-carousel .owl-nav .owl-prev {
    height: 61px;
    width: 16px;
    background-image: url(../img/slider-arrow-left.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 362px;
    left: 35px;
}
.owl-carousel .owl-nav .owl-next {
    height: 61px;
    width: 16px;
    background-image: url(../img/slider-arrow-right.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 362px;
    right: 35px;
}
}
@media screen and (max-width: 430px) {
  .owl-carousel .owl-nav .owl-prev {
    height: 61px;
    width: 16px;
    background-image: url(../img/slider-arrow-left.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 335px;
    left: 20px;
}
.owl-carousel .owl-nav .owl-next {

    height: 61px;
    width: 16px;
    background-image: url(../img/slider-arrow-right.png);
    background-repeat: no-repeat;
    position: absolute;
     top: 335px;
    right: 20px;

}
}