<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-wrapper ul, 
.bx-wrapperol {
	margin: 0 0 0 0 !important;
}

/** THEME
===================================*/

.tic-hotel .bx-wrapper .bx-viewport {
	/* -moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc; */
	border: solid #fff 1px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/loading.gif) center center no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #bbb;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 15px;
	background: url(../img/gallery/prev_arrow.png) no-repeat; /* 0 -32px */
}

.bx-wrapper .bx-next {
	right: 0;
	background: url(../img/gallery/next_arrow.png) no-repeat; /* -43px -32px */
}

.bx-wrapper .bx-prev:hover {
	/* background-position: 0 0; */
}

.bx-wrapper .bx-next:hover {
	/* background-position: -43px 0; */
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 1111;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.a-gallery { position: absolute; padding: 3px; width: 300px; /*overflow: hidden;*/ background:#2e2e2e; }
.a-gallery .ui-dialog-titlebar { margin-top: -3px; padding:0; position: relative; border:none; z-index:5000; background:none; }
.a-gallery .ui-dialog-title { float: left; margin: 0; padding:0; } 
.a-gallery .ui-dialog-titlebar-close { position: absolute; right: 0; top: 50%; width: 26px; margin: 8px 0 0 0; padding: 1px; height: 26px; background:#2e2e2e; }
.a-gallery .ui-dialog-titlebar-close span { display: block; }
.a-gallery .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { position: absolute; right: 0; top: 50%; width: 26px; margin: 8px 0 0 0!important; padding: 1px!important; height: 26px; }
.a-gallery .ui-dialog-content { position: relative; border: 0; padding: 0; background: none; overflow: auto; zoom: 1; }
.a-gallery .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.a-gallery .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.a-gallery .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.a-gallery .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }

.gallery-title h3 {
	font-family: 'DIN-Condensed', Arial, helvetica, sans-serif !important;
	font-size:18px !important;
	line-height:19px !important;
	margin:15px auto 0 auto !important;
    color:#d9e0d3 !important;
    text-transform:uppercase !important;
} 
.gallery-title .items {
	font-family: 'DIN-Medium', Arial, helvetica, sans-serif;
	font-size:15px;
	line-height:19px;
	color:#d9e0d3;
    word-spacing:6px;
    margin-top:4px;
    text-transform:uppercase !important;
}
.gallery-title .items span{
	font-family: 'DIN-Medium', Arial, helvetica, sans-serif !important;
	font-size: 17px;
}


.dialog-content-warning .contentwarning {
    font-family: 'DIN', Arial, helvetica, sans-serif !important;
    font-weight:bold !important;
	margin:40px auto 0 auto !important;
    color:#c0272d !important;
    text-transform:uppercase !important;
    text-align:center;
}
.dialog-content-warning .contentwarning h2{
    font-size:35px !important;
    line-height:30px !important;
    margin:0 auto 0 auto !important;
    color:#c0272d !important;
}
.dialog-content-warning .contentwarning h4{
    font-size:19px !important;
    line-height:22px !important;
    margin:0 auto 10px auto !important;
    color:#c0272d !important;
}
.dialog-content-warning .contentwarning a#ok-btn {
    margin-right:90px;
}
.dialog-content-warning .contentwarning a#cancel-btn {
    font-family: 'DIN', Arial, helvetica, sans-serif !important;
    font-weight:normal !important;
    font-size:16px !important;
    color:#c0272d !important;
    text-decoration:underline !important;
    text-transform:none !important;
    position: relative !important;
    bottom: 12px !important;
}
.dialog-content-warning .contentwarning a#cancel-btn:hover {
    text-decoration:none !important;
}

@media all and (min-width:601px) {
    .gallery-title h3 {
        font-family: 'DIN-Condensed', Arial, helvetica, sans-serif !important;
        font-size:27px !important;
		font-weight:bold !important;
        line-height:19px !important;
        margin:15px auto 0 auto !important;
        color:#d9e0d3  !important;
        text-transform:uppercase !important;
    } 
    .gallery-title .items {
        font-family: 'DIN-Medium', Arial, helvetica, sans-serif;
        font-size:19px;
        line-height:24px;
        color:#d9e0d3 ;
        word-spacing:6px;
        margin-top:4px;
        text-transform:uppercase !important;
    }
    .gallery-title .items span{
        font-family: 'DIN-Medium', Arial, helvetica, sans-serif !important;
        font-size: 21px;
		color:#d9e0d3  !important;
    }
}</pre></body></html>