
/* responsive lightbox (dfactory)/tosrus */
.tos-wrapper.tos-fixed {
    background-color: #000;
}
.tos-desktop .tos-wrapper.tos-fixed {
    background-color: rgba(0,0,0,.85);
}
/* mp4-videos */
.hvideo {
	display:none;
}
.tos-wrapper.tos-fixed .tos-slide.tos-html > div {
    background-color: transparent;
    padding: 0;
    overflow: hidden;
}
.tos-close, .tos-next, .tos-prev {
    background:none;
}
.tos-next span,
.tos-prev span {
    width: 24px;
    height: 24px;
    top: 40%;
}
.tos-close span::after,
.tos-close span::before {
    width: 12px;
    height: 12px;
    margin-top: -4px;
}
.tos-close span::after,
.tos-next span {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
	right: 55%;
}
.tos-close span::before,
.tos-prev span {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
	left: 55%;
}
.tos-wrapper.tos-has-thumbnails .tos-pagination a {
	opacity: .6;
}
.tos-wrapper.tos-has-thumbnails .tos-pagination a:hover,
.tos-wrapper.tos-has-thumbnails .tos-pagination a.tos-selected {
	opacity: 1;
}
.tos-wrapper .tos-caption {
    height: 50px;
}
.tos-caption, .tos-pagination {
    bottom: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.tos-caption > div {
    white-space: inherit;
    text-overflow: inherit;
    margin-top: 10px;
}

/* Owl Carousel  */ 
/* Feel free to change duration  */ 
.owl-carousel .animated  {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-item img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.bg .owl-theme .owl-dots .owl-dot:not(.active) span {
    background: rgba(255,255,255,1);
}
/*.owl-theme .owl-nav {display: flex; justify-content: space-between;}*/
.owl-theme .owl-nav [class*="owl-"],
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    /*position: absolute;*/
    bottom: 0;
    color: rgba(51,51,51,.6);
    font-size: 100%;
    margin: 0 20px;
    padding: 4px 7px;
    background: none;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    color: rgba(51,51,51,1);
    background: none;
}
.owl-theme .owl-nav button { }
.owl-theme .owl-nav .owl-prev { left: 0;}
.owl-theme .owl-nav .owl-next { right: 0;}
.owl-theme .owl-dots {
  width: 75%;
  margin: 0 auto;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next,
.owl-theme .owl-dots .owl-dot span {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}
.slider.owl-theme .owl-dots .owl-dot span {
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	width:5px;
	height:5px;
}
.slider.owl-theme .owl-dots .owl-dot.active span, .slider.owl-theme .owl-dots .owl-dot:hover span {
	width: 7px;
	height: 7px;
}
.owl-carousel .owl-nav button.owl-play, .owl-carousel .owl-nav button.owl-stop {
	background: 0 0;
	border: none;
	padding: 0 !important;
	font: inherit;
    font-size: 100%;
}
.owl-carousel .owl-nav button.owl-stop {
	display:none;
}
