/**
 * 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 {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; position: absolute;
    /*top: -117px;
    left: 0;
    right: -251px;*/
	    top: -75px;
    left: 0;
    right: 0;
    margin: auto;
	width: 100%;}
	
	.wrp-reviews-st .owl-theme .owl-nav {
    
    top: -96px;
    left: 32em;
	width: 80%;}
	
	.wrp-reviews-ht .owl-theme .owl-nav {
    
    top: -60px;
    left: 38em;
    right: -251px;
    margin: auto;
    width: 19%;}
	
	.wrp-reviews .owl-theme .owl-nav {	width: 80%;}
	
.wrp-klients .owl-theme .owl-nav {
  
    right: 0;
    top: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;

}

.left-send .owl-theme .owl-nav {
  
    right: 0;
	bottom:0;
    top: -55px;
	height: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;

}
	
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
        margin: 0 10px 0 10px;
    width: 20px; 
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
	

	
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: inherit;
    color: #c5c5c5;
      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; margin: 15px;}
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
     width: 35px;
      height: 5px;
      margin: 5px 7px;
      background: #D6D6D6;
      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: #869791; }

	 @media (max-width: 768px) {		 
		 
		 .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
	 top: -105px;}
	 
	 .vid .owl-theme .owl-nav, .what-tr .owl-nav { top: -70px;}
	 
	 
	 }