<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: url('img/header_bg.jpg') repeat-x;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
}

img {
    height: auto;
    max-width: 100%;
}

.page-title {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 52px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
}

.page-title small {
    color: #000;
    display: block;
    font-size: 32px;
}

.header-banner {
    border: 1px solid #fff;
    position: relative;
}

.header-banner-overlay {
	position: absolute;
	right: 1px;
	top: 265px;
	width: 500px;
}

.header-banner-overlay-before {
    color: #fff;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    padding: 0 20px;
}

.header-banner-overlay-title {
	background-color: #06C;
	color: #06C;
	display: block;
	font-family: 'Raleway', sans-serif;
	padding: 10px 20px;
}

.header-banner-overlay-content {
    background-color: rgba(18, 47, 62, 0.75);
    color: #fff;
    display: block;
    padding: 20px;
}

.header-banner-overlay-after {
    color: #EEEEEE;
    display: block;
    font-size: 14px;
    font-weight: 800;
    padding: 20px;
    text-transform: uppercase;
}

.kinder {
    position: absolute;
    right: 20px;
    top: -40px;
}

@media screen and (max-width: 991px) {
    .header-banner-overlay {
        position: inherit;
        top: 0;
        width: 100%;
        background-color: #fff;
    }
    .header-banner-overlay-before {
        color: #fff;
        background-color: #E05047;
    }
}

@media screen and (max-width: 640px) {
    .page-title {
        font-size: 32px;
        line-height: 40px;
    }

    .page-title small {
        font-size: 22px;
    }

    .kinder {
        top: -15px;
        width: 100px;
    }
}

a {
    color: #E05047;
    text-decoration: none !important;
}

a:hover {
    color: #122F3E;
}

.box-hotel {
	background: #F3F8F9;
	height: 600px;
	color: #006;
}

.box-hotel-header {
    background: #06C;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 15px;
    position: relative;
}

.box-hotel-stars {
	bottom: 12px;
	position: absolute;
	right: 15px;
	text-align: right;
	width: 2px;
}

.box-hotel-title {
    font-size: 20px;
    line-height: 36px;
    margin: 0;
}

.box-hotel-title small {
    color: #fff;
    display: block;
    font-size: 15px;
}

.box-hotel-content, .box-hotel-footer {
    padding: 20px;
}

.box-hotel-footer {
    bottom: 0;
    position: absolute;
}

@media screen and (max-width: 990px) {
    .box-hotel {
        height: auto;
    }

    .box-hotel-footer {
        position: inherit;
    }
}

.content-title {
    border-bottom: 1px dotted #122F3E;
    border-top: 1px dotted #122F3E;
    color: #122F3E;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
}

.content-section {
    position: relative;
}

.content-number {
    background-color: #E05047;
    border-radius: 20px;
    color: #fff;
    font-size: 20px;
    height: 40px;
    left: 10px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: -7px;
    width: 40px;
}

.content-section-title {
    color: #E05047;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.content-section-text {
    font-size: 15px;
    padding-left: 60px;
}

.fa-ul .fa {
    color: #E05047;
}

.content-end-section {
    border-bottom: 1px dotted #122F3E;
    border-top: 1px dotted #122F3E;
    font-size: 20px;
    margin-left: 60px;
    margin-top: 40px;
    padding: 30px 0;
    text-align: center;
}

.page-footer {
    background-color: #0b1c25;
    color: #fff;
    font-size: 12px;
    padding: 15px 0;
}

.page-footer a:hover {
    color: #fff;
}

.btn-custom {
    background-color: #E05047;
    border-color: #c94840;
    border-radius: 0;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
    background-color: #122F3E;
    border-color: #0b1c25;
}

.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
    background-color: #122F3E;
    border-color: #0b1c25;
}

.form-control {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #555;
    display: block;
    font-size: 14px;
    height: 50px;
    line-height: 1.42857143;
    padding: 6px 12px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    width: 100%;
    -webkit-appearance: none;
}

.red {
    color: #E05047;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .mb30, .mb40 {
        margin-bottom: 20px;
    }

    .mt30, .mt40 {
        margin-top: 20px;
    }
}
</pre></body></html>