<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
================================================
	--- CONTENT ---
================================================
**/

.privacy-policy {
	display: table;
	width: 100%;
	padding: 10px 0 0;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}

.privacy-policy a {
    color: #fff !important;
}

.privacy-policy a:hover,
.privacy-policy a:active {
	text-decoration: underline !important;
}

.main-content, 
.main-search, 
.my-owl-theme, 
.content-slide, 
.content-slide .title, 
.content-slide .content, 
footer {
	float: left;
	width: 100%;
	position: relative;
}

.flex-content {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	align-content: center;
}

/** TABLE **/

.custom-table {
	
}

.custom-table tr &gt; th, 
.custom-table tr &gt; td {
	padding: 0 5px;
}

.custom-table tr &gt; th:first-child, 
.custom-table tr &gt; td:first-child {
	padding-left: 0;
}

/**
================================================
	--- OWL SLIDER ---
================================================
**/

.my-owl-theme .owl-theme .owl-nav {
	margin-top: 0;
}

.my-owl-theme .owl-theme .owl-nav button {
	position: absolute;
	top: 50%;
	margin: 0;
	width: 30px;
	height: 40px;
	margin-top: -40px;
	
	color: #fff;
	
	-webkit-box-shadow: none !important;
			box-shadow: none !important;
	
	-webkit-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}

.my-owl-theme .owl-theme .owl-nav button:hover {
	background: transparent;
	color: #84d543;
}

.my-owl-theme .owl-theme .owl-nav .owl-prev {
	left: -45px;
}

.my-owl-theme .owl-theme .owl-nav .owl-next {
	right: -45px;
}

.my-owl-theme .owl-theme .owl-dots {
	position: relative;
	display: flex;
	overflow-x: hidden;
	overflow-y: hidden;	
	width: 260px;
	margin: 20px auto 0;
	padding-left: 1px;
}

.my-owl-theme .owl-theme .owl-dots .owl-dot span {
    width: 27px;
    height: 27px;
    margin: 0;
	border-radius: 50px;
	color: #333;
	font-size: 14px;
	line-height: 29px;
	text-align: center;	
}

.my-owl-theme .owl-theme .owl-dots &gt; button + button {
	margin-left: 6px;
}

.my-owl-theme .owl-theme .owl-dots .owl-dot.active span, 
.my-owl-theme .owl-theme .owl-dots .owl-dot:hover span {
	background: #84d543;
	color: #000;
}

.my-owl-theme .dot-nav {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 27px;
	width: 260px;
	margin: auto;
}

.my-owl-theme .dot-nav &gt; button {
	position: absolute;
    width: 27px;
    height: 27px;
	font-size: 14px;
	line-height: 25px;
	text-align: center;	
	padding: 0;
	background: transparent;
	border: none;
	color: #fff;
	border-radius: 5px;
}

.my-owl-theme .dot-nav &gt; button:hover {
	color: #84d543;
}

.my-owl-theme .dot-nav #dot-prev {
	left: -27px;
}

.my-owl-theme .dot-nav #dot-next {
	right: -27px;
}

.my-owl-theme .dot-nav &gt; button:disabled {
	cursor: not-allowed;
	pointer-events: all;	
}

.my-owl-theme .dot-nav &gt; button, 
.my-owl-theme .owl-dots &gt; button {
	-webkit-box-shadow: none;
			box-shadow: none;	
}

/**
================================================
	--- MAIN CONTENT ---
================================================
**/

.main-search {
	margin-bottom: 20px;
}

.content-slide {
	height: 500px;	
	background-color: rgba(255,255,255,0.8);
	border-radius: 5px;
	padding: 15px;
	/*
	padding-right: 5px;
	*/
	border: 1px solid #ddd;
	overflow-y: scroll;
	
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.175);
	   -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.175);
			box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.175);
}

.content-slide .title {
	margin-bottom: 20px;
} 

.content-slide .title h1 {
	font-family: "MyriadProBold";
	font-size: 25px;
}

.content-slide .content {
	color: #474847;
	line-height: 1.52;
}

.content-slide img {
	height: 200px;
	width: auto !important;
	margin: auto;
}

.find-dreams {
	padding-left: 15px;
	margin-top: 15px;
}

/**
================================================
	--- LOADING ---
================================================
**/

#loading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	overflow: hidden;
	
	z-index: 9999;	
}

#loading &gt; div {
	height: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;	
}

/*
================================================
			MEDIA RESPONSIVE
================================================
*/
@media (min-width: 1199px) {
	.content-slide .title h1 {
		font-size: 1.4em;
	}
}

@media (min-width: 992px){

}

@media (min-width: 768px){

}

@media (max-width: 1199px){	

}

@media (max-width: 991px){
	
}

@media (max-width: 767px){
	.main-dreambook {
		padding-left: 0;
		padding-right: 0;
	}
	
	.my-owl-theme .owl-theme .owl-nav .owl-prev	{
		left: -30px;
	}
	
	.my-owl-theme .owl-theme .owl-nav .owl-next {
		right: -30px;
	}	
}

@media (max-width: 480px){
	.content-slide .title h1 {
		font-size: 21px;
	}
}</pre></body></html>