/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */

.owl-theme .owl-nav {display:block;width:100%;margin:0;}

.owl-theme button.owl-prev,
.owl-theme button.owl-next {display:block;position:absolute;top:50%;width:60px;height:60px;overflow:hidden;color:#444;text-align:center;background-color:rgba(255,255,255,0.6);border:none;border-radius:50%;box-shadow:2px 2px 5px rgba(0,0,0,0.2);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);

-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.owl-theme button.owl-prev i,
.owl-theme button.owl-next i {font-size:36px;line-height:60px;}
.owl-theme button.owl-prev {left:-30px;}
.owl-theme button.owl-next {right:-30px;}
.owl-theme button.owl-prev:hover,
.owl-theme button.owl-next:hover {color:#fff;background-color:rgba(0,0,0,0.2);}

/*.owl-theme .owl-nav [class*='owl-'] {display:inline-block;margin:0;padding:0;color:#fff;font-size:14px;background:#;cursor:pointer;}
.owl-theme .owl-nav [class*='owl-']:hover {}*/

.owl-theme .owl-nav.disabled,
.owl-theme .owl-dots.disabled {display:none}

.owl-theme .owl-nav.disabled + .owl-dots {}

.owl-theme .owl-dots {display:block;position:absolute;left:5px;bottom:5px;text-align:left;z-index:3;}
.owl-theme .owl-dots button {background:none;border:none}
.owl-theme .owl-dots .owl-dot {display:inline-block;zoom:1;*display:inline;}
.owl-theme .owl-dots .owl-dot span {display:block;width:7px;height:7px;margin:0 2px;background:#fff;border-radius:50%;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background:#f18d01;}


#slider_wrap {position:relative;margin:0 0 40px 0;}

.slider_viz .item {position:relative;height:560px;}
.slider_viz .item img {width:100%;height:auto;border-radius:10px;}
.slider_viz .item .gradient {position:absolute;left:0;right:0;top:0;width:100%;height:100%;
background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 70%,rgba(0,0,0,1) 100%);
background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 70%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
}


.slider .item {position:relative;}
.slider .item img {width:100%;height:auto;border-radius:10px;}
.slider .item a {display:block;margin:0 0 12px 0;}
.slider .item .name {text-align:left;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis; 
-o-text-overflow:ellipsis;
-moz-binding: url('ellipsis.xml#ellipsis');
}
.slider .item .name strong {display:block;color:#fff;font-weight:400;}


.slider_content_wrap {position:absolute;left:0;top:0;width:100%;height:100%;}
.slider_content {position:relative;width:100%;height:auto;top:100px;z-index:9;}
.slider_content .slider_content_inner {display:block;position:relative;width:440px;padding:0 20px;text-align:left;}
.slider_content .slider_content_inner h2 {display:block;margin:0 0 12px 0;color:#fff;font-size:16px;font-weight:700;}
.slider_content .slider_content_inner p {display:none;margin:0 0 20px 0;color:#fff;font-weight:700;}
.slider_content .slider_content_inner a {display:none;width:140px;height:50px;margin:0 0 20px 0;color:#fff;text-align:center;line-height:50px;font-weight:700;background:#a9d816;border-radius:50px;}

.slide_progress {display:block;width:0;max-width:100%;height:2px;background:#a9d816;}

.slider_content .owl-item {display:block;position:relative;float:none !important;width:100%;height:100%;margin:0 0 20px 0;}
.slider_content .owl-item.synced {width:100%;margin:0 0 40px 0;}
.slider_content .owl-item.synced h2 {color:#fff;font-size:22px;font-weight:700;}
.slider_content .owl-item.synced p,
.slider_content .owl-item.synced a {display:block;}
.slider_content .owl-item.synced p {
overflow:hidden;
text-overflow:ellipsis;
word-wrap:break-word; 
display:-webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.slider_content .owl-item.synced .slide_progress {width:100%;transition:width 2s;}






@media screen and (max-width:1024px) {
.slider_viz .item {height:550px;}
}






@media screen and (max-width:768px) {
.slider_viz .item {height:460px;}

.slider_content_wrap {top:auto;bottom:0;height:auto;}
.slider_content {top:0;}
.slider_content .slider_content_inner {padding:0;}
.slider_content .owl-item {min-width:400px;height:0 !important;margin:0;overflow:hidden}
.slider_content .owl-item.synced {height:auto !important;margin:0;}
}





@media screen and (max-width:480px) {
}