<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
	color:#FFF;
	display:inline-block;
	zoom:1;
	*display:inline;
/*IE7 life-saver */
	margin:5px;
	padding:3px 10px;
	font-size:12px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	background:#869791;
	filter:Alpha(Opacity=50);
/*IE7 fix*/
	opacity:.5
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter:Alpha(Opacity=100);
/*IE7 fix*/
	opacity:1;
	text-decoration:none
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
	float:left;
	display:inline-block;
	zoom:1;
	*display:inline
/*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
	display:block;
	width:12px;
	height:12px;
	border:2px solid #fff;
	margin:5px 3px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	background:transparent
}

.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span {
	background:#fff
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height:auto;
	width:auto;
	color:#FFF;
	padding:2px 10px;
	font-size:12px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px
}

/* preloading images */
.owl-item.loading {
	min-height:150px;
	background:url(AjaxLoader.gif) no-repeat center center;
}

#owl-slider .item {
	height: 385px;
}

#owl-slider .item img {
	display:block;
	width: auto;
	height:auto
}
#slider {
	position:relative;
}

#owl-slider {
	margin-bottom:0;
	position:relative;
	overflow:hidden
}

.slidernavigation {
	width: 718px;
	margin:0 auto;
	display:block;
	position:relative;
	z-index:11
}

.slidernavigation a {
	display:inline-block;
	width:11px;
	height:18px;
	cursor:pointer
}
.slidernavigation a:hover { opacity:0.8;}
.slidernavigation a.prev {
	background:url(../images/slider-arrow-left.png) no-repeat;
	margin:-56.5px 0 0;
	position:absolute
}
.wrap-slide {
	position: absolute;
	display: inline-block;
	padding-right: 190px;
	right: 187px;
	height: 385px;
	max-width: 400px;
	top: 0;
	height: 385px;
	color: #fff;
	text-align: left;
	/*background: #014f72;*/
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	background-repeat: no-repeat ;
	background-position:right 20px bottom;
}
.wrap-slide h3 {
	padding: 30px 0 40px 20px;
	text-transform: uppercase;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	line-height: 32px;
	max-width: 200px;
}
.wrap-slide p {
	display: block;
	padding: 20px 20px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 16px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	font-weight: 500;
	background: rgba(34, 152, 206, 0.56);
}
.wrap-slide span {
	display: block;
	max-width: 200px;
	padding-left: 20px;
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 17px;
}
.wrap-slide__img-user {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	padding-right: 150px;
}
.wrap-slide img {
	float: right;
}
.slidernavigation a.next {
	background:url(../images/slider-arrow-right.png) no-repeat;
	margin:-56.5px 0 0;
	position:absolute;
	margin-left:142px
}

.owl-theme {
	width: 100%;
	text-align:center
}

.owl-theme .owl-controls {
	width:655px;
	margin:0 auto;
	height:0;
	bottom:26px;
	position:relative;
	z-index:101;
	height:0;
	text-align:left
}

.owl-theme .owl-controls .owl-page {
	float:none;
	display:inline-block;
	height:50px
}

.owl-theme .owl-controls .owl-page span {
	top:-34px;
	position:relative;
	z-index:111
}

@media screen and (max-width:1025px) {
.slidernavigation {
	margin-left:20px
}

.owl-theme .owl-controls {
	margin-left:51px
}
}
</pre></body></html>