/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */

/* Главный большой слайдер */

.owl .owl-stage-outer {
	overflow: visible;
}

/* миниатюры */

.owl-thumbs {
	position: absolute;
	bottom: 15%;
	left: 18.5%;
	display: table;
	text-align: center;
	padding: 0;
	z-index: 2;
}

.owl-thumb-item {
	display: table-cell;
	border: none;
	background: none;
	margin: 0 10px 0 0;
	padding: 0;
	opacity: .4;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0px 6px 25px -11px rgba(0,0,0,1);
}

.owl-thumb-item:last-child {
	margin: 0;
}

.owl-thumb-item.active {
	opacity: 1;
}

.owl-thumb-item img {
	width: 100px;
	height: auto;
	display: block;
}

/* навигация */
 
.owl-theme .owl-nav {
	margin: 0;
	text-align: right;
	-webkit-tap-highlight-color: transparent; 
	position: absolute;
	top: -50px;
	width: 100%;
	font-size: 0;
}

.owl-theme .owl-nav [class*='owl-'] {
    margin: 0 -2px 0 0;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
	position: relative;
	z-index: 2;
	border: 2px solid #596375;
	color: #596375;
}

.owl-theme .owl-nav [class*='owl-']:hover {
      color: #869791;
      text-decoration: none; 
}

.owl-theme  .owl-prev {
	left: 0;
	border-radius: 50px 0px 0px 50px; 
}

.owl-theme  .owl-next {
	right: 0;
	border-radius: 0px 50px 50px 0px; 
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover,
.owl-theme .owl-nav .disabled{
    cursor: not-allowed; 
	color: #596375 !important;
	background: #1d2437 !important;
}

.owl-theme .owl-nav .disabled i{
	opacity: .5
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; 
}

.owl-theme .owl-dots {
	-webkit-tap-highlight-color: transparent; 
    position: relative;
    text-align: center;
	bottom: 10px;
	display: table;
	margin: 0 auto;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
	margin: 0 3px;
    zoom: 1;
    *display: inline; 
}

.owl-theme .owl-dots .owl-dot span {
	display: block;
	background: #1d2437;
	 
	padding: 4px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.owl-theme .owl-dots .owl-dot:hover span {}

.owl-theme .owl-dots .owl-dot.active span{
	background: #9b42ff;
	opacity: 1;
}

.owl .owl-dot span{
 	-webkit-transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
	transition:         all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
}

.owl .owl-next:hover .owl-stage-outer .owl-stage {
    transform: translateX(-40px);
}

/**/

 /*
.slider.owl .owl-stage-outer {
    overflow: hidden;
}*/

.slider.owl-theme .owl-nav {
    top: 170px;
}

.slider.owl-theme .owl-nav [class*="owl-"] {
    margin: 0 -2px 0 0;
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    top: -15px;
    border: 0;
	color: #596375;
	background: #1d2437;
	border-radius: 100%;
}

.slider.owl-theme .owl-nav [class*="owl-"]:hover {
	color: #1d2437;
	background:  #9b42ff;
}

.slider.owl-theme .owl-prev {left: 10%;}
.slider.owl-theme .owl-next {right: 10%;}

/**/

.reviews .owl-theme .owl-dots {
	-webkit-tap-highlight-color: transparent;
	position: absolute;
	text-align: center;
	bottom: 10px;
	display: table;
	margin: 0 auto;
	top: 340px;
	left: 0;
	width: 100%;
}

.reviews .owl.owl-theme .owl-stage{
	position: relative;
	overflow: hidden;
}

.reviews .owl.owl-theme:before,
.reviews .owl.owl-theme:after {
	content: '';
	display: block;
	width: 50%;
	height: 150%; 
	position: absolute;
	top: 0;
	z-index: 1;
}

.reviews .owl.owl-theme:before {
	left: -31%;
	background: -moz-linear-gradient(left,  rgba(3,11,32,1) 50%, rgba(3,11,32,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(3,11,32,1) 50%,rgba(3,11,32,0) 100%);
	background: linear-gradient(to right,  rgba(3,11,32,1) 50%,rgba(3,11,32,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030b20', endColorstr='#00030b20',GradientType=1 );
}

.reviews .owl.owl-theme:after {
	right: -31%;
	background: -moz-linear-gradient(left,  rgba(3,11,32,0) 0%, rgba(3,11,32,1) 50%);
	background: -webkit-linear-gradient(left,  rgba(3,11,32,0) 0%,rgba(3,11,32,1) 50%);
	background: linear-gradient(to right,  rgba(3,11,32,0) 0%,rgba(3,11,32,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00030b20', endColorstr='#030b20',GradientType=1 );
}

.slider.owl-theme .owl-prev{left: 0;}
.slider.owl-theme .owl-next {right: 0;}
.event-info .slider.owl-theme .owl-prev{left: -10%;}
.event-info .slider.owl-theme .owl-next {right: -10%;}
.event-info .owl .owl-stage-outer {overflow: hidden;}