/**
 * 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
 */
/* mainBanner */
#mainBanner.owl-theme .owl-nav {
  position: absolute;
  width: calc(100% + 20px);
  height: 50px;
  top: 42%;
  display: block;
  margin-left: -10px;
  margin-right: -10px;
}

#mainBanner.owl-theme .owl-next {
  float: right;
  border-radius: 50px 0 0 50px;
}
#mainBanner.owl-theme .owl-prev{
  border-radius: 0 50px 50px 0;
}

#mainBanner.owl-theme .owl-nav [class*='owl-'] {
  color: rgb(255, 255, 255) !important;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  font-size: 2em !important;
  margin: 0px;
  padding: 10px 15px 0px !important;
  background: rgba(0, 0, 0, 0.25);
  display: inline-block;
  cursor: pointer;
  /*border-radius: 50px;*/
}

#mainBanner.owl-theme .owl-nav [class*='owl-']:hover {
  background: rgba(0, 0, 0, 0.50);
  color: #FFF;
  text-decoration: none;
}

/*owl-demo  */
#owl-demo.owl-theme .owl-nav {
  text-align: center;
}

#owl-demo .owl-dots {
  display: none;
}

#owl-demo.owl-theme .owl-nav [class*='owl-'] {
  color: #333333 !important;
  font-size: 2.2em !important;
  padding: 4px 7px !important;
  display: inline-block;
  cursor: pointer;
}

#owl-demo.owl-theme .owl-nav [class*='owl-']:hover {
  color: #2D9CDB !important;
  text-decoration: none;
}


.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  margin-top: -30px;
  z-index: 2;

}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  border: none;
  background: transparent;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.carousel img.wave {
    position: absolute;
    bottom: -20px;
    left: calc(100%/2 - 150px);
    z-index: 1;
    display: block;
    width: 300px;
    height: 88px;
}

@media screen and (max-width:991px) {
  .carousel img.wave {
    height: 60px;
  }
  .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 2px 3px;
  }
}


#mainBanner>.item {
  width: calc(100%);
  height: calc((100%) / 2.79);
  max-height: 628px;
}

.owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

@media screen and (max-width:991px) {
  .owl-carousel {
    padding-top: 42px;
  }
}