<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slides_inhome {
	position: relative;
	width: 100%;
	margin: 10px 0;
	padding: 0;
	display: block;
	z-index: 0;
	overflow: hidden;
}
.slides_inhome ul.bxslider {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	width: 100%;
}

.slides_inhome ul.bxslider li {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	width: 100%;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.slides_inhome ul.bxslider li img {
	margin: 0 auto;
	position: relative;
}

.slides_inhome .container {
	position: absolute;
	margin: 0 auto;
	padding: 0;
	left: 0;
	right: 0;
}

.slides_inhome .caption {
	position: relative;
	background-color: #ffffff;
	padding: 20px 100px 20px 20px;
	color: #000;
	max-width: 40%;
}
.slides_inhome .caption h3 {
	position: relative;
	font-size: 45px;
	line-height: 45px;
	font-weight: 300;
	margin: 0 0 40px;
	text-align: right;
	padding: 0px;
}
.slides_inhome .caption p {
	text-align: justify;
}
.slides_inhome .caption a.readmore {
	border: 1px solid #fff;
	margin: 40px 0 0;
	padding: 6px 30px;
	display: table;
	width: auto;
	font-size: 1.3 rem;
	background: transparent;
	background-size: 100% 200%;
	background-position: left top;
	color: #fff;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	font-weight: lighter;
	text-transform: lowercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.slides_inhome .caption a.readmore:hover {
	border: 1px solid #f15a22;
	color: #fff;
}
.slides_inhome .caption.dark h3, .slides_inhome .caption.dark p {
	color: #000;
}
.slides_inhome .caption.dark a.readmore {
	color: #000;
	border: 1px solid #000;
}
.slides_inhome .caption.dark a.readmore:hover {
	background: #000;
	color: #fff;
}

.slides_inhome .bx-wrapper .bx-pager, .slides_inhome .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.slides_inhome .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	border: 0;
	display: block;
	outline: 0;
}
.slides_inhome .bx-wrapper .bx-pager.bx-default-pager a:hover, .slides_inhome .bx-wrapper .bx-pager.bx-default-pager a.active {
	border: 0;
	background: #094e77;
}
.slides_inhome .bx-wrapper {
	margin: 0 auto 0px;
	padding: 0;
	position: relative;
	width: 100%;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.slides_inhome .bx-wrapper .bx-viewport {
	background: #fff none repeat scroll 0 0;
	border: 0;
	box-shadow: none;
	left: 0px;
	transform: translateZ(0px);
}
.slides_inhome .bx-wrapper .bx-controls-direction a {
	width: 28px;
	height: 50px;
	opacity: 0.7;
}
.slides_inhome .bx-wrapper .bx-controls-direction a:hover {
	opacity: 1;
}
.slides_inhome .bx-wrapper .bx-prev {
	background: rgba(0, 0, 0, 0) url("../images/misc-arrow-left.svg") no-repeat scroll;
}
.slides_inhome .bx-wrapper .bx-next {
	background: rgba(0, 0, 0, 0) url("../images/misc-arrow-right.svg") no-repeat scroll;
}
.slides_inhome .bx-wrapper .bx-pager {
	bottom: 10px !important;
	right: 100px;
	width: auto;
}
@media (max-width: 1280px) {
	.slides_inhome .container {
		left: 20px;
	}
	.slides_inhome .caption {
		max-width: 50%;
	}
}

@media (max-width: 1024px) {
	.slides_inhome .container {
		left: 0 !important;
		right: 0;
		top: unset !important;
		bottom: 0;
	}
	.slides_inhome .caption {
		background-color: rgba(255,255,255,0.9);
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.slides_inhome .caption {
		padding: 20px;
		background-color: rgba(255,255,255,0.7);
	}
	.slides_inhome .caption .bgcaption-dotter {
		display: none;
	}
	.slides_inhome .caption h3 {
		margin: 0 0 20px;
		font-size: 25px;
		line-height: 25px;
	}
	.slides_inhome .bx-controls {
		display: none
	}
}

@media (max-width: 375px) {
}</pre></body></html>