/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.owl-carousel .owl-stage {
  position: relative;
  right: 0;
  margin: 0;
  padding: 0;
}
.owl-carousel .owl-stage:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  margin: 0;
  padding: 0;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  margin: 0;
  padding: 0;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: auto;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-carousel {
  margin: 0 0;
}
.owl-carousel .item, .owl-carousel .itemImg {
  width: 100%;
}
.owl-theme .owl-nav {
  position: absolute;
  top: 5px;
  right: 5px;
  margin: 0px;
  width: 100%;
}
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  right: 30px;
}
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: 0;
}
.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next{border:none;}
/* button images
.owl-carousel .owl-nav .owl-prev img,.owl-carousel .owl-nav .owl-next img {
	width:40px;
	height:40px
	}	
 */
.owl-theme .owl-nav [class*='owl-'] {
  background-color: #D6D6D6;
  color: #000;
  font-size: 34px;
  line-height:1;
  margin: 0px;
  padding: 0px 7px 3px 7px;
  border-radius: 0px;
  display: block;
  cursor: pointer;
  opacity: 1;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #232323;
  color: #FFF;
  text-decoration: none;
  opacity: 0.95;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  padding: 12px 0 10px 0;
  clear: both;
}
.owl-theme .owl-dots {
  text-align: right;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 4px 4px 0px 4px;
  background: #888;
  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 {
  background: #232323;
}
button.owl-dot { background: transparent;  border:none; padding:0;}

/* --------------------------------------------------------------------
Handheld Device/Tablet ipads
-------------------------------------------------------------------- */
@media only screen and (max-width: 1260px), only screen and (max-device-width: 1240px) {
  /* button images */
  /*
.owl-carousel .owl-nav .owl-prev img,.owl-carousel .owl-nav .owl-next img {
	width:20px;
	height:35px;
	}
*/
} /* end media */
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  /* each owl slideshow is in an outer col/div */
  .db-projectCol {
    float: left;
    width: 100%;
    margin: 1% 0% 1% 0%;
  }
  /*
.owl-carousel .owl-nav .owl-prev img,.owl-carousel .owl-nav .owl-next img {
	width:29px;
	height:50px;
	}	
*/
} /* end media  */
@media only screen and (max-width: 499px), only screen and (max-device-width: 479px) {
  /*
.owl-carousel .owl-nav .owl-prev img,.owl-carousel .owl-nav .owl-next img {
	width:20px;
	height:35px;
	}	
	*/
} /* end media  */