<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background: #f0f0f0;
}

.no-js body {
	overflow: auto;
	background: #f0f0f0;
}

.js .gr-gallery {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.gr-room {
	position: absolute;
	top: 0;
	width: 100%;
	height: 85%;
	text-align: center;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px;
}

.gr-wall-main,
.gr-wall-other {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	background: #f0f0f0 url(../images/commons/wall.jpg) repeat 0px 0px;
}

.gr-wall-main {
	left: 0;
}

.gr-floor {
	position: absolute;
	top: 100%;
	left: 0;
	height: 30%;
	width: 100%;
	background: url(../images/commons/floor2.jpg) repeat 0px 0px;
}

.gr-gallery figure {
	position: absolute;
	-webkit-transform-style: preserve-3d;
}

.no-js .gr-gallery figure {
	display: inline-block;
	position: relative;
	margin: 20px;
}

.gr-gallery figure::before {
	/*content: '';
	position: absolute;
	width: 180%;
	height: 150%;
	top: -45%;
	left: -40%;
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.7) 23%, rgba(255,255,255,0) 66%);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.7) 23%, rgba(255,255,255,0) 66%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.7) 23%, rgba(255,255,255,0) 66%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.7) 23%, rgba(255,255,255,0) 66%);
	pointer-events: none;
	opacity: 0.5;*/
	
	content: '';
	position: absolute;
	width: 180%;
	height: 150%;
	top: -45%;
	left: -40%;
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.7) 23%, rgba(255,255,255,0) 66%);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.7) 23%, rgba(255,255,255,0) 66%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.7) 23%, rgba(255,255,255,0) 66%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.7) 23%, rgba(255,255,255,0) 66%);
	pointer-events: none;
	opacity: 0.5;
	/*background-color:#000000;*/
}

.gr-gallery figure div,
.gr-gallery figure img,
.gr-gallery figcaption {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.gr-gallery figure div {
	position: relative;
	float:left;
	margin-top:70px;
	/*border: 10px solid #000;*/
	
}

.gr-gallery figure img {
	display: block;
	float:left;
	margin: 0 auto;
	border: 1px solid #e5e5e5;
	box-shadow: 3px 3px 7px 7px rgba(0,0,0,0.15);
}

.gr-gallery figcaption {
	position:absolute;
	width: 350px;
	right:-380px;
	top:120px;
	display:compact;
	font-size: 14px;
	color: #444;
	padding: 0px;
	line-height:25px;
	text-align: left;
	cursor: -webkit-zoom-in; 
	cursor: -moz-zoom-in;
	padding-left:0px;
	/*box-shadow: 0 1px 2px rgba(0,0,0,0.2);*/
}

.gr-gallery .next-room-button {
	position:absolute;
	display:block;
	width:170px;
	height:70px;
	right:-500px;
	top:30%;
	
	background-image:url(../images/commons/next-gallery.png);
	background-position:right top;
	background-repeat:no-repeat;
	
	text-align:right;
	font-family:'code_lightregular';
	font-size:30px;
}

.gr-gallery .next-room-button a {
	display:block;
	width:100%;
	height:100%;
	padding-right:80px;
	padding-top:7px;
}


.gr-gallery figcaption h2 span {
	/*display: inline-block;*/
	font-size: 36px;
	margin: 0 2px;
	line-height:36px;
}

.gr-gallery figcaption a{
	font-family:'code_lightregular';
	font-size:30px;
	line-height:36px;
}

.gr-gallery figcaption div {
	display: none;
}

.gr-gallery nav {
	position: absolute;
	width: 60%;
	height: 38px;
	/*bottom: 7%;*/
	bottom: 70px;
	left: 50%;
	margin-left: -30%;
	z-index: 0;
	cursor: pointer;
}

.gr-gallery nav span {
	width: 90px;
	height: 100%;
	background: url(../images/commons/steps.png);
	float: left;
	text-indent: -100%;
	overflow: hidden;
	opacity: 0.6;
}

.gr-gallery nav div.thumb-button-container {
	/*background:none;
	width:420px;*/
	float:left;
	/*text-align:center;*/
	margin-left:0px;
	/*background-color:#FF0000;
	border:1px solid #000;
	height: 100%;*/
}

.gr-gallery nav span:hover {
	opacity: 1;
}

.gr-gallery nav span.gr-next {
	background-position: top right;
	float: right;
}

.gr-caption {
	/*position: absolute;
	width: 100px;
	height: 280px;
	padding: 40px;
	left: 50%;
	margin-left: -200px;
	bottom: 0;
	background: #fff;
	box-shadow: 0 -1px 3px rgba(0,0,0,0.3);
	-webkit-transform: translateY(310px);
	-webkit-transition: -webkit-transform .5s ease;
	-moz-transform: translateY(310px);
	-moz-transition: -moz-transform .5s ease;
	-o-transform: translateY(310px);
	-o-transition: -o-transform .5s ease;
	-ms-transform: translateY(310px);
	-ms-transition: -ms-transform .5s ease;
	transform: translateY(310px);
	transition: transform .5s ease;*/
	
	position: absolute;
	z-index:10000;
	width: 100%;
	height: 100%;
	padding: 40px;
	left: 50%;
	margin-left: -50%;
	bottom: 0;
	
	-webkit-transform: translateY(100%);
	-webkit-transition: -webkit-transform .5s ease;
	-moz-transform: translateY(100%);
	-moz-transition: -moz-transform .5s ease;
	-o-transform: translateY(100%);
	-o-transition: -o-transform .5s ease;
	-ms-transform: translateY(100%);
	-ms-transition: -ms-transform .5s ease;
	transform: translateY(100%);
	transition: transform .5s ease;
	
	/*background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.7) 23%, rgba(255,255,255,0) 66%);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.7) 23%, rgba(255,255,255,0) 66%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.7) 23%, rgba(255,255,255,0) 66%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.7) 23%, rgba(255,255,255,0) 66%);*/
	
	background: rgba(240, 240, 240, .98);
}

.gr-caption-close {
	position: absolute;
	top: 20px;
	right: 20px;
	
	background-image:url(../images/commons/close-detail-button.png);
	background-repeat:no-repeat;
	background-position:left top;
	
	
	
	/*background: #fff;
	color: #999;*/
	width: 40px;
	height: 40px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	line-height: 16px;
	font-size: 14px;
	box-shadow: 0 0 0px -1px rgba(0,0,0,0);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}

.gr-caption-close:hover {
	color: #555;
	box-shadow: 0 0 8px -1px rgba(0,0,0,0.3);
}

.gr-caption h2 {
	border-bottom: 1px solid rgba(0,0,0,0.3);
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	font-family: 'Cutive Mono', cursive;
}

.gr-caption &gt; div {
	/*overflow: hidden;
	overflow-y: auto;
	max-height: 160px;
	min-height: 95%;*/
	/*max-height:60%;
	width:80%;*/
	
	/*width:980px;
	height:600px;*/
	
	/*border:1px solid #000;*/
	margin:0px auto 0px auto;
	
	position:absolute;
	width:980px;
	height:600px;
	
	top:40%;
	margin-top:-240px; /* --------&gt; 576/2 */
	
	left:50%;
	margin-left:-490px; /* -------&gt; 720/2 */

}

.gr-caption &gt; div a {
	font-weight: 700;
}

.gr-caption &gt; div a:hover {
	color: #d80066;
}</pre></body></html>