/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
	position: absolute;
	
	z-index: 10000;
  margin-top: 0px;
  text-align: center;
	width: 100%;
	top:calc(50% - 85px);
	
  -webkit-tap-highlight-color: transparent; }
.owl-carousel2.owl-theme .owl-nav {
	position: absolute;
	
	z-index: 10000;
  margin-top: 0px;
  text-align: center;
	width: 100%;
	top:calc(50% - 45px);
	
  -webkit-tap-highlight-color: transparent; }
.owl-carousel4.owl-theme .owl-nav {
	position: absolute;
	
	z-index: 10000;
  margin-top: 0px;
  right: 0;
	width: auto;
	top:-70px;
	
  -webkit-tap-highlight-color: transparent; }
.owl-carousel3.owl-theme .owl-nav {
	position: absolute;
	
	z-index: 10000;
  margin-top: 0px;
  text-align: center;
	width: 100%;
	top:calc(50% - 45px);
	
  -webkit-tap-highlight-color: transparent; }
.owl-carousel5.owl-theme .owl-nav {
	position: absolute;
	
	z-index: 10000;
  margin-top: 0px;
  text-align: center;
	width: 100%;
	top:calc(50% - 45px);
	
  -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav .owl-prev {
	z-index: 12000;
	background-image: url(../images/arrows.png);
	background-repeat: no-repeat;
	background-position: 14px center;
	position: absolute;
	left: 0;
	top:0;
	width: 45px;
	background-color:rgba(0,0,0,0.5);
	height: 77px;
	border-radius:0 3px 3px 0;
	
}
.owl-carousel3.owl-theme .owl-nav .owl-prev {
	z-index: 12000;
	background-image: url(../images/arrowsw.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	position: absolute;
	left:20px;
	top:0;
	width: 45px;
	background-color:transparent;
	height: 77px;
	border-radius: 0;
	
	
}
.owl-carousel5.owl-theme .owl-nav .owl-prev {
	z-index: 12000;
	background-image: url(../images/arrows.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	position: absolute;
	left:0px;
	top:0;
	width: 45px;
	background-color:transparent;
	height: 77px;
	border-radius: 0;
	
	
}

.owl-theme .owl-nav .owl-prev:hover {background-color:rgba(0,0,0,0.7);}
.owl-carousel3.owl-theme .owl-nav .owl-prev:hover {background-color:transparent;}
.owl-carousel5.owl-theme .owl-nav .owl-prev:hover {background-color:transparent;}
.owl-theme .owl-nav .owl-next {
		background-image: url(../images/arrows.png);
	background-repeat: no-repeat;
	background-position:-32px center;
	z-index: 12000;
	position: absolute;
	right: 0;
	top:0;
	width: 45px;
	height: 77px;
	background-color:rgba(0,0,0,0.7);
	border-radius:3px 0 0 3px;
}
.owl-carousel3.owl-theme .owl-nav .owl-next {
		background-image: url(../images/arrowsw.png);
	background-repeat: no-repeat;
	background-position:-45px center;
	z-index: 12000;
	position: absolute;
	right:20px;
	top:0;
	width: 45px;
	height: 77px;
	background-color:transparent;
	border-radius: 0;
	
}
.owl-carousel5.owl-theme .owl-nav .owl-next {
		background-image: url(../images/arrows.png);
	background-repeat: no-repeat;
	background-position:-45px center;
	z-index: 12000;
	position: absolute;
	right:0px;
	top:0;
	width: 45px;
	height: 77px;
	background-color:transparent;
	border-radius: 0;
	
}
.owl-theme .owl-nav .owl-next:hover {background-color:rgba(0,0,0,0.8);}
.owl-carousel3.owl-theme .owl-nav .owl-next:hover {background-color:transparent;}
.owl-carousel5.owl-theme .owl-nav .owl-next:hover {background-color:transparent;}
.owl-carousel2 .owl-nav .owl-prev {
	z-index: 12000;
	background-image: url(../images/arrows.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	position: absolute;
	right:65px;
	top:0;
	width: 45px;
	height: 28px;
	box-shadow:none;
	border-radius:0 3px 3px 0;
	
}
.owl-carousel2 .owl-nav .owl-next {
	background-image: url(../images/arrows.png);
	background-repeat: no-repeat;
	background-position:-45px center;
	z-index: 12000;
	position: absolute;
	right:0px;
	top:0;
	width: 45px;
	height: 28px;
	box-shadow:none;
	border-radius:3px 0 0 3px;
}
.owl-carousel4 .owl-nav .owl-prev {
	z-index: 12000;
	background-image: url(../images/arrows.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	position: absolute;
	right:65px;
	left: auto !important;
	top:0;
	width: 45px;
	height: 28px;
	box-shadow:none;
	border-radius:0 3px 3px 0;
	
}
.owl-carousel4 .owl-nav .owl-next {
	background-image: url(../images/arrows.png);
	background-repeat: no-repeat;
	background-position:-45px center;
	z-index: 12000;
	position: absolute;
	right:0px;
	top:0;
	width: 45px;
	height: 28px;
	box-shadow:none;
	border-radius:3px 0 0 3px;
}
  .owl-theme .owl-nav [class*='owl-'] {
	  	-webkit-transition-duration: .3s;
    transition-duration: .3s;
    color: #FFF;
	  text-indent:-9999px;
    font-size: 14px;
    margin: 0px;

    display: inline-block;
    cursor: pointer;
     }
.owl-carousel2 .owl-nav [class*='owl-'] {
	  	-webkit-transition-duration: .3s;
    transition-duration: .3s;
    color: #FFF;
	  text-indent:-9999px;
    font-size: 14px;
    margin: 0px;
    
	  background-color: transparent;
    display: inline-block;
    cursor: pointer;
     }
.owl-carousel4 .owl-nav [class*='owl-'] {
	  	-webkit-transition-duration: .3s;
    transition-duration: .3s;
    color: #FFF;
	  text-indent:-9999px;
    font-size: 14px;
    margin: 0px;
    
	  background-color: transparent;
    display: inline-block;
    cursor: pointer;
     }
    .owl-theme .owl-nav [class*='owl-']:hover {
      
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
   .owl-carousel2 .owl-nav [class*='owl-']:hover {
      background-color:transparent;
      color: #FFF;
	   opacity: 0.7;
      text-decoration: none; }
  .owl-carousel2 .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
   .owl-carousel4 .owl-nav [class*='owl-']:hover {
      background-color:transparent;
      color: #FFF;
	   opacity: 0.7;
      text-decoration: none; }
  .owl-carousel4 .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
   }

.owl-theme .owl-dots {
  text-align:left;
  -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: 8px;
      height: 8px;
      margin:5px 8px 5px 0;
      background: #64bfe7;
      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: #0197d8; }
@media screen and (max-width: 1024px) {
	
	
	
}