/* ----------- UPDATED 13.12.2019 ------------- */
/* Owl Carousel v2.1.0 */
.owl-carousel {display: none; width: 100%; -webkit-tap-highlight-color: transparent; position: relative; z-index: 1; }
.owl-carousel .owl-stage {position: relative; -ms-touch-action: pan-Y; }
.owl-carousel .owl-stage:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.owl-carousel .owl-stage-outer {position: relative; overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-item {position: relative; min-height: 1px; float: left;
/* -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; */}
.owl-carousel .owl-item > img {display: block; width: 100%; /* -webkit-transform-style: preserve-3d; */}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {display: none; }
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot { cursor: pointer; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none;
-ms-user-select: none; user-select: none; }
.owl-carousel.owl-loaded {display: block; }
.owl-carousel.owl-loading {opacity: 0; display: block; }
.owl-carousel.owl-hidden {opacity: 0; }
.owl-carousel.owl-refresh .owl-item {display: none; }
.owl-carousel.owl-drag .owl-item {-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel.owl-grab {cursor: move; cursor: grab; }
.owl-carousel.owl-rtl {direction: rtl; }
.owl-carousel.owl-rtl .owl-item {float: right; }
.no-js .owl-carousel {display: block; }
.owl-carousel .animated {-webkit-animation-duration: 1000ms; animation-duration: 1000ms; 
-webkit-animation-fill-mode: both; animation-fill-mode: both; }
.owl-carousel .owl-animated-in {z-index: 0; }
.owl-carousel .owl-animated-out {z-index: 1; }
.owl-carousel .fadeOut {-webkit-animation-name: fadeOut; animation-name: fadeOut; }
@-webkit-keyframes fadeOut {0% {opacity: 1; } 100% {opacity: 0; } }
@keyframes fadeOut {0% {opacity: 1; } 100% {opacity: 0; } }
.owl-height {transition: height 500ms ease-in-out; }
.owl-carousel .owl-item .owl-lazy {opacity: 0; transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {-webkit-transform-style: preserve-3d; transform-style: preserve-3d; }
.owl-carousel .owl-video-wrapper {position: relative; height: 100%; background: #000; }
.owl-carousel .owl-video-play-icon {position: absolute; height: 80px; width: 80px; left: 50%; top: 50%;
margin-left: -40px; margin-top: -40px; cursor: pointer; z-index: 1; background-color:#FFF;
-webkit-backface-visibility: hidden; transition: -webkit-transform 100ms ease; transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {-webkit-transform: scale(1.3, 1.3); -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {display: none; }
.owl-carousel .owl-video-tn {opacity: 0; height: 100%;
background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {position: relative; z-index: 1; height: 100%; width: 100%; }

.owl-nav {position: absolute; right: 60px; top: -60px; height: 30px; border-radius: 15px;
    background-color: #fff; box-shadow: 0 10px 25px rgba(0,0,0,0.06); color: #999; 
display: flex; text-align: center; width: 120px;}
.owl-prev, .owl-next {cursor: pointer; width: 60px; height: 30px; line-height: 30px;
color: #999; width: 50%; font-size: 14px; transition: all .2s;}
.owl-prev {}
.owl-next {}
.owl-prev:hover, .owl-next:hover {color: #fe0000;}
.owl-dots {text-align:center; position: static; margin-top: 0px;
display: flex; flex-direction: row; justify-content: center; align-items: center;}
.owl-dot {display:inline-block; vertical-align: middle; width:10px; height:10px; margin: 0 5px; 
border-radius:50%; background-color:#ccc;}
.owl-dot.active {background-color:#fe0000;}

.rels2 {margin-left: -40px; margin-right: -40px; position: relative;}
.rels2-item {width: 280px; padding: 0px 15px 20px 15px;}
.rels2-in {display: block; background-color: #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.1); 
border-radius: 10px; overflow: hidden; padding-bottom: 15px;}
.rels2-desc {padding: 15px; height: 200px; overflow: hidden; position: relative; line-height: 1.5;}
.rels2-title {font-weight: 700; margin-bottom: 10px; font-size: 20px; line-height: 1.1;}
.rels2-desc:before {content:'';position:absolute;z-index:1;bottom:0px;left:0;right:0;height:50%;pointer-events:none;
background:linear-gradient(to bottom, transparent 0%, #fff 100%);}
.rels2-in:hover .rels2-title {text-decoration: underline;}

.rels2 .owl-nav {top: 0; right: 0; left: 0; bottom: auto; height: 1px; 
background-color: transparent; box-shadow: none; display: block; width: auto;}
.rels2 .owl-prev, .rels2 .owl-next {position:absolute; z-index:1; top: 164px; left: 10px;}
.rels2 .owl-next {left: auto; right: 10px;}
.rels2 .owl-prev, .rels2 .owl-next {background: linear-gradient(to bottom, #fecd0d 0%, #fd9d09 100%); color: #fff; 	border-radius: 25px; width: 70px; height: 50px; line-height: 50px; font-size: 24px; text-align: center;}
.rels2 .owl-nav:before, .rels2 .owl-nav:after {content: ''; width: 40px; height: 378px; position: absolute; 
left: 0; top: 0; pointer-events: none; background:linear-gradient(to left, transparent 0%, #fff 100%); 
 box-shadow: inset 20px 0 20px -20px rgba(0,0,0,0.3);}
.rels2 .owl-nav:after {left: auto; right: 0; box-shadow: none; background:linear-gradient(to right, transparent 0%, #fff 100%);}
.rels2 .owl-prev:hover, .rels2 .owl-next:hover {background: linear-gradient(to top, #fecd0d 0%, #fd9d09 100%);}

@media screen and (max-width: 1220px) {
.rels2 {margin-left: -20px; margin-right: -20px;}
}