<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#owl {
	overflow: hidden;
	z-index: 1;

	position: relative;
	margin: -83px -10px 0;
	padding-top: 83px;
}

#owl a.btn {
	margin-bottom: 97px;
}

#owl .owl-item {
	float: left;
	width: 100%;
}

#owl .item {
	color: #b9b9b9;
	line-height: 21px;
	padding: 0 10px;
	position: relative;
	text-align: left;
}


#owl .title time {
	display: block;
	padding-top: 4px;
	color: #0d0f10;
	font-weight: 300;
	font-size: 15px;
}
#owl .item  .title {
	padding-top: 23px;
	padding-left: 46px;
	margin-bottom: 12px;
	background: url(../images/cal_icon.png) 0 27px no-repeat;
	text-transform: uppercase;
	font: 500 20px/20px 'Roboto', sans-serif;
}

#owl .item img {
	position: relative;
	width: 100%;
}

#owl .fl {
	line-height: 18px;
	margin-right: 32px;
	margin-left: 1px;
	float: left;
}

#owl blockquote {
	line-height: 22px;
	padding: 27px 30px 26px;
	position: relative;
	overflow: hidden;
	border: 1px solid #ebebeb;
	background-color: #fff;
}

.owl-wrapper-outer {
	overflow: hidden;
}


#owl .owl-prev, #owl .owl-next {
	cursor: pointer;
	position: absolute;
	background: url(../images/prevnext.png) 0 0 no-repeat;
	display: block;
	height: 32px;
	right: 42px;
	top: 0;
	width: 20px;
	overflow: hidden;
	text-indent: -999px;

}

#owl .owl-next {
	right: 11px;
	background-position: right bottom;

}
#owl .owl-next:hover {
	background-position: right 0;
}



#owl .owl-prev:hover {
	background-position: 0 bottom;
}





/* Owl content */



.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}


/*2nd*/
#owl1 {
	overflow: hidden;
	z-index: 1;

	position: relative;
	margin: -83px -10px 0;
	padding-top: 76px;
}

#owl1 a.btn {
	margin-bottom: 97px;
}

#owl1 .owl-item {
	float: left;
	width: 100%;
}

#owl1 .item {
	color: #b9b9b9;
	padding: 0 10px;
	position: relative;
	text-align: left;
}


#owl1 .col1 {
	margin-bottom: 13px;
	text-transform: uppercase;
    font: 300 20px/20px 'Roboto', sans-serif;
}

#owl1 time {
	display: block;
	float: left;
	padding-top: 19px;
	color: #fff;
	margin-top: 3px;
	text-align: center;
	width: 60px;
	text-transform: uppercase;
	margin-right: 20px;
	background-color: #f3d54d;
    font: 300 15px/20px 'Roboto', sans-serif;
}

#owl1 time strong {
	display: block;
	font-size: 35px;
	margin-bottom: 7px;
	font-weight: 300;
}

#owl1 time span {
	margin-top: 15px;
	display: block;
	background-color: #1f2326;
	padding: 6px 0 8px;
}

.owl-wrapper-outer {
	overflow: hidden;
}


#owl1 .owl-prev, #owl1 .owl-next {
	cursor: pointer;
	position: absolute;
	background: url(../images/prevnext.png) 0 0 no-repeat;
	display: block;
	height: 32px;
	right: 42px;
	top: 0;
	width: 20px;
	overflow: hidden;
	text-indent: -999px;

}

#owl1 .owl-next {
	right: 11px;
	background-position: right bottom;

}
#owl1 .owl-next:hover {
	background-position: right 0;
}



#owl1 .owl-prev:hover {
	background-position: 0 bottom;
}

</pre></body></html>