/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
	height: 100%;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	z-index: 0;
}
.photogallery-short-section .owl-theme .owl-nav {
  bottom: -75px;
  height: 42px;
  top: unset;
}
.owl-theme .owl-nav [class*='owl-'] {
	cursor: pointer;
	display: inline-block;
	opacity: 0;
	position: absolute;
	transition: 0.3s;
}
.photogallery-short-section .owl-theme .owl-nav [class*='owl-'] {
  opacity: 0.7;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	text-decoration: none;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
	height: 100%;
	width: 60px;
}
.owl-theme .owl-nav .owl-prev {
	background: url(/images/site/arrow_prev.png) no-repeat center center;
	left: -75px;
}
.owl-theme .owl-nav .owl-next {
	background: url(/images/site/arrow_next.png) no-repeat center center;
	right: -75px;
}
.photogallery-short-section .owl-theme .owl-nav .owl-prev {
	background: url(/images/site/btn-left-sqr-darkblue.jpg) no-repeat center;
  left: 0;
  width: 39px;
}
.photogallery-short-section .owl-theme .owl-nav .owl-next {
	background: url(/images/site/btn-right-sqr-darkblue.jpg) no-repeat center;
  left: 50px;
  right: none;
  width: 39px;
}
.owl-carousel:hover [class*='owl-'] {
	opacity: 1;
}
.photogallery-short-section .owl-carousel:hover [class*='owl-'] {
  opacity: 1;
}
.goods-carousel:hover .owl-nav .owl-prev { left: -58px; }
.goods-carousel:hover .owl-nav .owl-next { right: -58px; }
.goods-carousel .owl-nav .owl-next:active {	right: -62px; }
.goods-carousel .owl-nav .owl-prev:active {	left: -62px; }
	
	
  .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: 10px;
      height: 10px;
      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; }
