.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;  
  top: -70px;
  position: relative;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav span {
    font-size: 50px;    
    position: relative;
    top: 0px;
	padding:10px;
}

.owl-nav button:focus {
    outline: none;
}






.cookie-policy {
	background-color: rgb(0, 0, 0);
	background-color: rgba(47, 47, 47, 0.95);
	color: #ffffff;
	text-align: center;
	padding: 15px 0;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 14px;
	position: fixed;
	width: 100%;
	bottom: 0px;
	z-index: 100000;
	font-family: sans-serif;
	display: none;
}

.cookie-policy a.cookie-policy-close {
	font-weight: normal;
	text-decoration: none !important;
	float: right;
	margin-top: -13px;
	margin-right: 15px;
	font-size: 14px;
	color: #fff !important;
}

.cookie-policy a {			
	font-weight: bold;
	text-decoration: underline !important;
}

.cookie-policy span {
	display: block;
	max-width: calc(80%);
	margin: auto;
}








