/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #F4F3C7;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #746B52;
      color: #FFF;
      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; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 20px;
      height: 20px;
      margin: 5px 7px;
      background: #F4F3C7;
      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: #746B52; }
.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 0px 7px;
    background: #F4F3C7;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #746B52;
}

.owl-carousel {position:relative;}

.owl-theme .owl-nav .owl-nav svg{color:currentColor}
.owl-theme .owl-nav .owl-nav .disabled{display:none}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next{
	top:50%;
	z-index:2;
	width:40px;
	height:62px;
	padding:8px;
	margin-top:-31px;
	position:absolute;
	color:#fff;
	background:#B6B560;
	opacity: 1;
}

.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover{
	background:#E8B51E;
}
.owl-theme .owl-prev{left:0px}
.owl-theme .owl-next{right:0px}


.owl-theme .owl-dots{
	z-index:2;
	margin-top:-40px;
	position:absolute;
	opacity: 1;
	width: 100%;
}
