/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	position:relative;
}
strong {
	font-weight: bold;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

.clear{
	clear:both;
}
img{
	vertical-align:bottom;
}


html{
	width:100%;
	height:100%;
}
body{
	font-family: 'Droid Serif', serif;
	background: #FFF;
	width:100%;
	height:100%;
	min-width:1000px;
}

@font-face {
    font-family: 'KunstlerScriptRegular';
    src: url('kunstler-webfont.eot');
    src: url('kunstler-webfont.eot?#iefix') format('embedded-opentype'),
         url('kunstler-webfont.woff') format('woff'),
         url('kunstler-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

#bg-loader{
	padding:4px;
	width:18px;
	height:18px;
	background:white;
	z-index: 10000;
	position: absolute;
	border-radius: 2px;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
	margin-left: 50%;
	margin-top: 50px;
	left: -13px;
}

#submenu-overlay{
	background:white;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:150;
	display:none;
}

.center-container{
	width:100%;
	text-align:center;
}
.center-div{
	position:relative;
	margin-left:50%;
	left:-480px;
	width:960px;
	text-align:left;
	height:100%;
}
#full-wrapper{
	width:100%;
	height:100%;
}

#header{
	width:100%;
	height:115px;
	border-bottom:3px solid #d9bc49;
}
#header-top{
	width:100%;
	height:66px;
	background:url('../images/header-top-bg-pattern.png');
}
#header-top .center-div{
	background:url('../images/header-top-shadow.png') no-repeat center bottom;
}
#header-bottom{	
	border-top:1px solid #e7e7e7;
	width:100%;
	height:48px;
	background:url('../images/header-bottom-bg.png');
}
#main{
	overflow:hidden;
	position:relative;
	background:white;
	width:100%;
	height:644px;
	z-index:1;
}
#main-bg,
#main-bg-images,
#main-bg-pattern{
	z-index:2;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.main-bg-image{
	position:absolute;
	top:0px;
	left:0px;
	height:644px;
	width:100%;
}


#main-bg-pattern{
	z-index:3;
	background:url('../images/main-image-pattern.png');
}
#main-wrapper{
	position:absolute;
	bottom:0px;
	z-index:10;
	height:1px;
}
#footer{
	border-top:3px solid #d9bc49;
	width:100%;
	overflow: hidden;
	background:url(../images/footer-bg.png) repeat;
	
}
#footer .center-div.top{
	margin-top:20px;
	background:url('../images/footer-logo.png') center 50px no-repeat;
}
*html #footer .center-div{
	height:180px;
}

.header-left{
	width:360px;
	height:100%;
	float:left;
}
.header-middle{
	position:relative;
	width:240px;
	height:100%;
	float:left;
	/*z-index:3000;*/
}
.header-right{
	width:358px;
	height:100%;
	float:right;
}
#header-bottom .header-left,
#header-bottom .header-right{
	width:49%;
}

#main-logo-bg{
	position:absolute;
	width:240px;
	height:150px;
	background:url('../images/logo-bg.png') no-repeat;
	/*z-index:2000;*/
	top: 10px;
	z-index:30;
}
#logo{
	float:left;
	margin-top:18px;
	margin-left:36px;
}

#header-top .header-left .padding{
	padding-top:10px;
}

.header-icon-shadow{
	-moz-box-shadow: 3px 3px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow: 3px 3px 0px rgba(255,255,255,0.5);
	box-shadow: 3px 3px 0px rgba(255,0,0,0.5);
}
.header-top-left-item{
	float:left;
	margin-right:12px;
}
/*
#header-home-icon-box{
	width:23px;
	height:23px;
	background-color:#fafaf9;
	border:1px solid #e7e7e7;
	box-shadow:inset 2px 3px 0px #f2f2f1;
}
#header-home-icon{
	width:100%;
	height:100%;
	background:url('../images/home-icon.png') 6px 6px no-repeat;
}
#header-home-icon a {
	display: block;
	width: 23px;
	height: 23px;
}
*/
#header-home-icon-box{
	height:23px;
	background-color:#fafaf9;
	border:1px solid #e7e7e7;
	box-shadow:inset 2px 3px 0px #f2f2f1;
}
#header-home-icon{
	margin:4px 10px;	
}
#header-home-icon a,
#header-home-icon a:link,
#header-home-icon a:visited {
	height: 23px;
	text-decoration: none;
	font-size: 14px;
	color: #204176;
	text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
}
#header-home-icon a:hover{
	text-decoration:none;
}

#header-book-now{
	height:23px;
	padding:0px 8px;
	border:1px solid #0c2143;
	box-shadow:inset 0px 1px 0px #587198;
	background-color:#204176;
}
#header-book-now span{
	position:relative;
	font-size:13px;
	color:white;
	top:2px;
	text-shadow:#10203b 1px 1px 0px;
}
#header-book-now a:hover{
	text-decoration:none;
}

#header-top .header-right .padding{
	padding-top:10px;
}

.header-top-right-item{
	float:right;
	margin-left:12px;
}
#header-language{
	position:relative;
	height:20px;
	padding:0px 8px;
	padding-top:3px;
	box-shadow:inset 2px 3px 0px #f2f2f1;
	border:1px solid #e7e7e7;
	background-color:#fafaf9;
	width:180px;
}


#language-select{ 
	right:-1px;
}
#header-language .code.active_lang{
	float:left;
	width: 20px;
	height: 15px;
	padding-top: 3px;
}

#header-language .code,
#header-language .code a:link,
#header-language .code a:visited{
	color:#b1b1b1;
	font-size:13px;
	margin:0px 7px;
}
#header-language .icon{
	float:left;
	position:relative;
	top:1px;
}
#header-language .arrow{
	float:left;
	/*
	position:relative;
	bottom:2px;
	display:inline-block;*/
	width: 7px;
	height: 4px;
	margin-top: 8px;
	background-position: 0px 0px;
	background:url('../images/lang-arrows.png') no-repeat;
	background-position: 0px 0px;

}
#header-language .arrow.up{
	background-position:0px -4px;
}

#header-top-right-buttons{
	margin-top:6px;
}
#header-top-right-buttons li{
	float:left;
	padding:0px 5px;
}
#header-top-right-buttons,
#header-top-right-buttons a:link,
#header-top-right-buttons a:visited{
	color:#a1a1a1;
	font-size:13px;
}
#language-select{
	position:absolute;
	top:23px;
	border:1px solid #e7e7e7;
	background-color:#fafaf9;
	z-index:200;
	display:none;
	width: 76px;
}
#language-select .icon{
	float:left;
	width:16px;
	height:15px;
}
#language-select .code{
	float:left;
	width:20px;
	height:15px;
	position: relative;
	left: 20px;
}
#language-select .language{
	height:15px;
	position:relative;
	padding:7px 8px;
	border-top:1px solid #e7e7e7;
}
#language-select .language.first{
	border-top:none;
}

.language .code a {
	float: right;
	width: 35px;
	margin-top: 2px;
}

#header-language .language .code a{
	position: relative;
	top:3px;
}

#header-language img {
	position: relative;
	left: -1px;
	vertical-align:baseline !important;
}

/* MENU */
.header-menu{
	height:100%;
	position:relative;
	z-index:160;
}

.header-menu > li{
	position:relative;
	overflow:visible;
	float:left;
	height:51px;
}
.header-left a:link,
.header-left a:visited,
.header-right a:link,
.header-right a:visited{
	color:#193562;
	font-size:14px;
}
.header-left a:hover,
.header-rigt a:hover{
	text-decoration:none;
}
.header-menu-right{
	float:right;
}
.header-menu-right > li > a{
	float:left;
	padding:15px 16px 0px 16px;
}
.header-menu-left{
	float:left;
}
.header-menu-left > li > a{
	float:left;
	padding:15px 10px 0px 10px;
}
.menu-top-line-wrapper{
	height:3px;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
}
.menu-top-line{
	position:relative;
	top:-1px;
	left:0px;
	width:100%;
	height:0px;
	background:#d9bc49;
}
.header-menu > li.current .menu-top-line{
	height:3px;
}
.header-menu > li.current > a, .header-menu li .cm_link a {
	color:#d9bc49;
}

/* SUB-MENUS */
.submenus-left{
	position: absolute;
	overflow: visible;
	width: 372px;
	top: 0px;
	left:0px;
	z-index: 1000;
}
.submenus-right{
	right:0px;
}

.left-submenu{
	width:372px;
	background:white;
	position:absolute;
	top:51px;
	left:0px;
	z-index:170;
	border-bottom:5px solid #d9bc49;
	display:none;
}
.right-submenu{
	width:373px;
	background:white;
	position:absolute;
	top:51px;
	right:0px;
	z-index:170;
	border-bottom:5px solid #d9bc49;
	display:none;
}

/* Submenu Items Sider */
.submenu-slider-wrapper{
	position: relative;
	padding:20px 27px;
	padding-bottom:40px;
	width:318px;
	overflow:hidden;
}
.submenu-slider{
	right:0px;
	position:relative;
	width:4000px;
}
.submenu-slider > li{
	float:left;
	width:165px;
	height:210px;
	margin-right:25px;
}
.submenu-slider > li.first{
	margin-right:0px;
}
.submenu-slider-item-image{
	float:left;
	padding:3px;
	background:#fbfbfb;
	border:1px solid #ececec;
}
.submenu-slider-item-title{
	float:left;
	color:#193562;
	font-size:15px;
	padding-right:12px;
	margin-top:17px;
	text-transform: uppercase;
	width:100%;
}
.submenu-slider-item-text{
	float:left;
	color:#9a9a9b;
	font-size:12px;
	padding-right:12px;
	margin-top:11px;
}
.submenu-slider-item-text p{
	margin:0;
	padding:0;
}
.submenu-slider-item-more{
	float:left;
	color:#d9bc49;
	font-size:12px;
	padding-right:12px;
	margin-top:12px;
}

.submenu-item-with-image .submenu-slider-item-more a, .submenu-slider .submenu-slider-item-more a {
	color: #D9BC49;
}

.submenu-slider-pagination-wrapper{
	left:1px;
	position:absolute;
	margin-top:5px;
	float:left;
	margin-left:50%;
	bottom:10px;
}
.submenu-slider-pagination{
	float:left;
	margin-left:-50%;
	position:relative;
	left:-15px;
}
.submenu-slider-pagination li{
	float:left;
	cursor:pointer;
	margin:0px 3px;
	width:20px;
	height:20px;
	background: url('../images/pagination-icons.png') no-repeat;
}
.submenu-slider-pagination li{
	font-size:10px;
	color:white;
	text-shadow:rgba(0,0,0,0.18) 1px 1px 0px
}
.submenu-slider-pagination li span{
	position:relative;
	text-align:center;
	top:5px;
	left:7px;
}
.all{
	position:relative;
	right:-5px;
	top:4px;
	margin-right:10px !important;
	background:none !important;
}
.all a,
.all a:link,
.all a:visited{
	font-size:11px;
	color:#193562;
}
/* 
Title: #193562 
Text : #9a9a9b 
More : #d9bc49
*/
/* Submenu button */
.submenu-full-width-button{
	padding:21px 27px;
	border-top:1px solid #f1f1f1;
	box-shadow:0px -1px 0px #fbfbfb;
}

/* Submenu image with menu */
.submenu-item-with-image{
	float:left;
	width:318px;
	height:100px;
	padding:20px 27px;
	border-top:1px solid #f1f1f1;
	box-shadow:0px -1px 0px #fbfbfb;
}
.submenu-item-with-image-info{
	float:right;
	width:150px;
}
.submenu-item-with-image-info h2{
	margin-top:0px;
}

/* Half */
.submenu-half-item-with-image{
	float:left;
	width:165px;
	height:210px;
	padding:21px 27px;
}
.submenu-item-with-list{
	float:left;
	width:100%;
	border-top:1px solid #f1f1f1;
	box-shadow:0px -1px 0px #fbfbfb;
}
.submenu-item-with-list > div{
	padding-right:0px;
}
/* Half list */
.submenu-half-items-list{
	float:right;
	width:150px;
	padding-top:21px;
	margin-right:21px;
}
.submenu-half-items-list li{
	width:100%;
	margin-bottom:18px;
}
.submenu-half-items-list li a:link,
.submenu-half-items-list li a:visited{
	color:#a7a7a8;
	font-size:13px;
	margin-bottom:10px;
}



/* FOOTER */
#footer-top-left{
	float:left;
	width:390px;
}
#footer-top-left .footer-column{
	width:123px;
	float:left;
	margin-left:10px;
}
#footer-top-left .footer-column.first{
	margin-left:0px;
}

#footer-top-right{
	float:right;
	width:360px;
}
#footer-top-right .footer-column{
	width:103px;
	float:left;
	margin-right:10px;
}
#footer-top-right .footer-column.last{
	margin-right:0px;
}
.footer-column ul li{
	margin-bottom:12px;
}
.footer-column ul li.title{
	font-weight:bold;
	color:white;
	font-size:15px;
}

.footer-column > ul{
	margin-top:20px;
}

.footer-column ul li,
.footer-column ul li a:link,
.footer-column ul li a:visited{
	font-size:13px;
	color:#778eb3;
	text-shadow:#0e1e39 1px 1px 0px;
}
#footer-bottom{
	position:relative;
	width:100%;
	float:left;
	margin-top:5px;
	box-shadow:inset 0px 1px 0px #1e3b69;
	border-top:1px solid #0f2346;
}
#by-trokit{
	position:absolute;
	top:-20px;
	right:0px;
	font-size:12px;
	color:#334768;
	text-shadow:#0d1d37 1px 1px 1px;
}
#by-trokit a,
#by-trokit a:link,
#by-trokit a:visited{
	text-decoration:underline;
	color:#778EB3;
}
#by-trokit a:hover{
	text-decoration:none;
}
#footer-image{
	float:left;
	margin-top:10px;
}
#footer-image img{
	position:relative;
	top:2px;
}
#footer-text{
	color:#778eb3;
	font-size:12px;
	font-style:italic;
	text-shadow:#0d1d37 1px 1px 1px;
	width:650px;
	float:left;
	margin-top:28px;
	margin-left:20px;
	line-height:20px;
}
#footer-social-icons{
	margin-top:30px;
	width:140px;
	float:right;
	text-align:right;
}
.social-icon{
	float:right;
	height:37px;
	width:37px;
	margin-left:6px;
}
.social-icon a,
.social-icon a:link{
	height:37px;
	display:block;
	background-image:url('../images/social-icons.png');
}
.fb-icon a{
	background-position:0px -37px;
}
.fb-icon a:hover{
	background-position:0px 0px;
}
.yt-icon a{
	background-position:-37px -37px;
}
.yt-icon a:hover{
	background-position:-37px 0px;
}
.tw-icon a{
	background-position:-74px -37px;
}
.tw-icon a:hover{
	background-position:-74px 0px;
}




#main-content-wraper{
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
}

/* Mini Info */
#main-mini-info{
	position:relative;
	margin-top:7px;
	padding:16px 25px;
	background:#f3f3f3;
	box-shadow:0px 0px 5px rgba(0,0,0,0.4);
	float:left;
	
}
#main-mini-news{
	color:#888888;
	font-size:13px;
	float:left;
	width:740px;
}
#main-mini-news-items{
	position:relative;
	margin-left:10px;
	width:670px;
	float:left;
	height:14px;
	overflow: hidden;
}
#main-mini-news-items a{
	display:block;
}
#main-mini-news-items ul{
	float:left;
	width:635px;
}
#main-mini-news-items ul li{
	height:14px;
	width:100%;
}
#main-mini-news-items ul li,
#main-mini-news-items ul li a,
#main-mini-news-items ul li a:link,
#main-mini-news-items ul li a:visited{
	color:#888888;
	font-size:13px;
}
#main-mini-news span{
	color:#193562;
	float:left;
}
#main-mini-weather{
	position:relative;
	top:-7px;
	float:right;
	width:130px;
	height:13px;
}
#current-weather-icon{
	float:left;
	width:60px;
}
#current-weather-info{
	position:relative;
	float:left;
	margin-top:5px;
	width:70px;
}
#current-weather-info .label{
	font-size:13px;
	color:#193562;
}
#current-weather-info .val{
	font-size:13px;
	color:#888888;
}
#current-weather-max,
#current-weather-min{
	position:absolute;
	top:0px;
	left:0px;
}
#current-weather-icon img{
	width:50px;
}
#mini-weather-ext{
	overflow: hidden;
	position:absolute;
	bottom:47px;
	right:0px;
	background:#f7f7f7;
	width:202px;
	z-index:110;
	box-shadow:1px 1px 6px rgba(0,0,0,0.3);

	display:none;
}
.mini-weather-ext-column{
	padding:20px 10px;
	display:inline-block;
	float:left;
	width:80px;
}
.mini-weather-ext-column > *{
	width:100%;
}
.mini-weather-ext-column.even{
	background:#fbfbfb;
}
.mini-weather-ext-column h2{
	float:left;
	color:#193562;
}
.mini-weather-ext-image{
	float:left;
	margin-top:10px;
	overflow: hidden;
}
.mini-weather-ext-image img{
	width:90px;
}
.mini-weather-ext-max{
	margin-bottom:5px;
}
.mini-weather-ext-info{
	float:left;
}
.mini-weather-ext-info .label{
	font-size:15px;
	color:#193562;
}
.mini-weather-ext-info .val{
	font-size:15px;
	color:#888888;
}

#mini-news-images{
	position:absolute;
	top:-190px;
	z-index:110;

	display:none;
	filter: alpha(opacity=0); /* internet explorer */
	-khtml-opacity: 0;      /* khtml, old safari */
	-moz-opacity: 0;       /* mozilla, netscape */
	opacity: 0;           /* fx, safari, opera */
}
#mini-news-images-wrapper{
	padding:9px;
	width:225px;
	height:150px;
	background:white;
	overflow: hidden;
}
#mini-news-images-arrow{
	height:9px;
	width:100%;
	background:url('../images/mini-news-arrow.png') center 0px no-repeat;
}
.mini-news-image{
	float:left;
	width:225px;
	height:150px;
}
#mini-news-nav{
	float:left;
	width:30px;
}
#mini-news-prev{
	cursor:pointer;
	float:left;
	height:16px;
	width:10px;
	background:url('../images/mini-news-nav.png') no-repeat;
}
#mini-news-next{
	cursor:pointer;
	margin-left:10px;
	float:left;
	height:16px;
	width:10px;
	background:url('../images/mini-news-nav.png') -10px 0px no-repeat;
}



/* HOME PAGE */
.home-page{
	position:relative;
	height:440px;
	top:80px;
}

.home-page h1{ margin-top:20px; border-bottom:1px solid #ceb00a; color:#c03115; float:left;}
.home-page-offers{
	position:absolute;
	top:230px;
	z-index: 1;
	
	padding: 5px;
	background: #F3F3F3;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.home-page-offers img{
	width:140px;
}
.home-page-offers h2{
	margin-bottom: 5px;
	color: #193562;
}
.home-page-left{
	position:relative;
	float:left;
	z-index:2;
}
.home-page-blue-box{
	position:relative;
	float:left;
	border:1px solid rgb(36,48,66);
	font-size:25px;
	color:white;
	background: rgb(25,53,98);
	box-shadow:inset 1px 1px 0px #475d81;
	text-shadow:#202b44 1px 1px 1px;
}
.home-font{
	font-family:"KunstlerScriptRegular";
	font-size:46px;
	padding-top:8px !important;
	padding-bottom:2px !important;
	font-weight:bold;
}
.home-font.s{
	padding-right:30px !important;
}
.home-page-blue-box.title{
	margin-top:1px;
	border:1px solid rgba(36,48,66,0.9);
	background: rgba(25,53,98,0.9);
	box-shadow:inset 1px 1px 0px #475d81;
}
.home-page-blue-box.title.arr{
	cursor:pointer;
}
.home-page-blue-box.title span{
	float:left;
	padding:15px 13px;
	padding-top:16px;
}
.home-page-blue-box.title.arr span{
	padding-right:70px;
}

.home-page-blue-box.arrow{
	position:absolute;
	top:-1px;
	right:-1px;
	height:56px;
	width:54px;
	overflow:hidden;
}
.home-page-arrow-v{
	position:absolute;
	height:112px;
	width:54px;
	background:url('../images/home-page-arrow-v.png') no-repeat;
	background-position:0px 0px;
}

.home-page-blue-box.text{
	overflow:hidden;
	float:left;
	width:480px;
	font-size:12px;
	line-height:16px;
	margin-top:1px;
	font-weight:normal;
}
.home-page-blue-box.text p{
	margin:15px 0px;
	line-height:18px !important;
	font:normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	
}
.home-page-blue-box.text{
	float:left;
	padding:13px;
}


/* BOOK NOW */

.home-page-gold-box{
	margin-top:60px;
	position:relative;
	float:right;
	border:1px solid rgb(180,138,39);
	border:1px solid rgba(180,138,39,0.8);
	font-size:25px;
	color:white;
	background: rgb(216,177,85);
	background: rgba(216,177,85,0.8);
	box-shadow:inset 1px 1px 0px rgb(220,190,118);
	box-shadow:inset 1px 1px 0px rgba(220,190,118,0.8);
	text-shadow:#b99f61 1px 1px 1px;
}

.home-page-gold-box span {
	color: #FFF;
}
.home-page-gold-box span{
	float:left;
	padding:15px 13px;
	padding-top:16px;
	padding-right:70px;
}
.home-page-gold-box.arrow{
	margin-top:0px;
	position:absolute;
	top:-1px;
	right:-1px
}
.home-page-arrow-h{
	height:56px;
	width:49px;
	background:url('../images/home-page-arrow-h.png') no-repeat;
}


.full-page{
	width:100%;
	box-shadow:0px 0px 5px rgba(0,0,0,0.4);
}
.flexi-page{
	position:relative;
}

.page-header{
	cursor:pointer;
	position:relative;
	float:left;
	width:100%;
	border-top:3px solid #d9bc49;
	height:53px;
	background:url('../images/page-header-bg.png') repeat-x;
}
.page-header h2{
	float:left;
	color:#d9bc49;
	margin-top:18px;
	margin-left:26px;
}
.page-header h2 span{
	font-weight:bold;
}
.page-header .page-header-filter{
	float: left;
	margin-top: 18px;
	margin-left: 30px;
}
.page-header .page-header-filter label{
	display:inline-block;
	margin-left:10px;
	color:#d9bc49;
}
.page-header .page-header-filter select{
	margin-left:12px;
	width:90px;
	background: #EEE !important;
	border: 1px solid #DDD;
	color: #555;
}
.customStyleSelectBox {
	padding:4px 6px;
	margin-left:12px;
	background: #EEE !important;
	color: #888;
	font-size:13px;
}
.customStyleSelectBoxInner {
	background:url(../images/canvas-list-nav-item-arrow.gif) no-repeat center right;
}
.page-header-arrow{
	float:right;
	margin-right:27px;
	height:53px;
	width:27px;
	background:url('../images/page-header-arrow.png');
	background-position:0px -53px;
}
.page-header-shadow{
	position:absolute;
	left:0px;
	bottom:-13px;
	width:100%;
	height:13px;
	background:url('../images/page-header-shadow.png') no-repeat;
	background-position:center center;
}
.page-content-wrapper{
	float:left;
	background:#fcfcfc;
	width:100%;
	overflow: hidden;
}
.page-content{
	position:relative;
	float:left;
	width:100%;
	/*height:100px;*/
	/*box-shadow:inset 5px 5px 120px #eeeeee;*/
}
.page-content > div{
	margin:25px 20px;
}
.page-content p{
	margin-bottom:15px;
}
.page-content b{
	font-weight:bold;
}


/* LEFT MENU */
.left-menu{
	float:left;
	width:278px;
	background:white;
}
.left-menu-header{
	float:left;
	background:url('../images/left-menu-header-bg.png') repeat-x;
	border:1px solid #e5e5e5;
	width:100%;
}
.left-menu-header span{
	float:left;
	font-size:14px;
	font-weight:bold;
	padding:16px 20px;
	color:#d9bc49;
}
.left-menu-content{
	float:left;
	padding:10px 0px;
	border:1px solid #eeeeee;
	border-bottom:none;
	width:100%;
}
.left-menu-content .ul-menu{
	float:left;
	width:100%;
}
.left-menu-footer{
	height:8px;
	width:100%;
	float:left;
	background:url('../images/left-menu-footer.png') no-repeat;
}
.left-menu-content ul{
	width:100%;
}
.left-menu-content ul li{
	overflow: hidden;
	position:relative;
	padding:8px 0px;
	font-size:13px;
	width:100%;
}
.left-menu-content a {
	margin-left:20px
}
.left-menu-content a:link,
.left-menu-content a:visited{
	color:#828181;
}
.left-menu-content a:hover{
	text-decoration:none;
}
.left-menu-item-line{
	height:100%;
	width:4px;
	background:#d9bc49;
	position:absolute;
	top:0px;
	left:-4px;
}

.left-menu-item-upper {
	text-transform: uppercase;
}

.left-menu-content li.active{
       background:#fbfbfb;
}
.left-menu-content li.active .left-menu-item-line{
       left:0px;
}

.page-right{
	float:left;
	width:600px;
	margin-bottom:40px;
	margin-left:25px;
}

.page-right h2{
	color:#d9bc49;
	margin-bottom:20px;
}
.page-right h2 span{
	font-weight:bold;
}
.page-right-text{
	float:left;
	width:100% !important;
	font-size:12px;
	color:#707070;
	line-height:22px;
}

.page-right-images{
	float:left;
	width:104%;
	overflow: hidden;
	position:relative;
	left:-4px;
	margin-top:20px;
	margin-bottom:20px;
}
.page-right-images-scroll{
	position:relative;
	width:9000px;
	right:0px;
}
.page-right-images-scroll > div{
	float:left;
}
.page-right-image{
	float:left;
	padding:3px;
	border:1px solid #efefef;
	margin-right:10px;
}
.page-gold-button{
	cursor:pointer;
	float:left;
	background:#d8b155;
	padding:11px 27px;
	border:1px solid #b48a27;
	box-shadow:inset 0px -1px 0px #caa143;
	box-shadow:inset 1px 0px 0px #dabb71;
	box-shadow:inset 0px 1px 0px #e2c581;
}

.page-gold-button.right {
	float: right;
	position: relative;
	right: -10px;
	font-size: 10px;
	background:#f3f3f3;
	box-shadow: none;		
	padding: 0px 3px;
	border: 1px solid #CCC;
	border: none;
	background: none;
}

div div .page-gold-button.right a {
	background: url(../images/pdf_f.png) no-repeat left center;
	display: block;
	padding: 7px 5px;
	padding-left: 19px;
	color: #545454;
}

.page-gold-button,
.page-gold-button a:link,
.page-gold-button a:visited{
	color:white;
}
.page-gold-button a:hover{
	text-decoration:none;
}

.half-page{
	width:400px;
}
.half-page.left{
	float:left;
}
.half-page.right{
	float:right;
}
.half-page .page-header .page-header-shadow{
	background:url('../images/half-header-top-shadow.png')
}

.contact-form{
	float:left;
	margin:27px 25px;
}
.contact-form textarea,
.contact-form input[type=text]{
	font-family: 'Droid Serif', serif;
	font-style:italic;
	width:310px;
	height:42px;
	font-size:14px;
	color:#979797;
	border:1px solid #e4e4e4;
	box-shadow:inset 5px 7px 0px #f2f2f2;
	margin-bottom:20px;
	padding:0px 20px;
}
.contact-form textarea:focus,
.contact-form input:focus{
	outline:none;
}

.contact-form textarea{
	padding-top:9px;
	height:195px;
}

.contact-field{
	position:relative;
}
.contact-field .label{
	position:absolute;
	top:15px;
	left:20px;
	font-size:14px;
	color:#c0c0c0;
	font-family: 'Droid Serif', serif;
	font-style:italic;
}
.contact-field .error{
	position:absolute;
	top:15px;
	right:10px;
	width:21px;
	height:18px;
	background:url('../images/error.png') no-repeat;
}

.page-text{
	font-size:13px;
	line-height:18px;
	color:#707070;
}


/* MEDIA */

.media-centent-prev{
	cursor:pointer;
	height:360px;
	width:50px;
	float:left;
	background:url('../images/media-prev.png') 16px center no-repeat;
}
.media-centent-next{
	cursor:pointer;
	height:360px;
	width:50px;
	float:right;
	background:url('../images/media-next.png') 16px center no-repeat;
}

.media-content{
	position:relative;
	width:820px;
	height:360px;
	float:left;
	overflow:hidden;
}
.media-content-scroll{
	right:0px;
	position:relative;
	width:90000px;
}
.media-item{
	width:228px;
	float:left;
	padding:0px 23px;
}
.media-item-image{
	float:left;
	padding:3px;
	background:#fbfbfb;
	border:1px solid #ececec;
}
.media-item h2{
	float:left;
	margin-top:18px;
	font-size:16px;
	color:#474646;
	width: 220px;
}
.media-date{
	float:left;
	color:#707070;
	font-size:13px;
	margin-top:18px;
	width:100%;
}
.media-date span{
	position:relative;
	left:12px;
	top:-5px;
}
.media-text{
	float:left;
	margin-top:18px;
	color:#707070;
	font-size:12px;
	line-height:18px;
}


/* SHOP */
.shop-left-image{
	float:left;
	padding:3px;
	background:#fbfbfb;
	border:1px solid #ececec;
}
.shop-text, .shop-text-large {
	float:left;
	width:460px;
	margin-left:28px;
	color:#707070;
	font-size:12px;
	line-height:20px;
}
.shop-text-large {
	width: 735px;
}

.shop-thumbs{
	overflow:hidden;
	height:100%;
	float:right;
}

.shop-thumbs li{
	padding:3px;
	background:#fbfbfb;
	border:1px solid #ececec;
	margin-bottom:18px;
}
.thumbnail-zoom{
	position:relative;
	height:92px;
	width:137px;
}
.zoom-thumb{
	position:absolute;
	cursor: pointer;
	height:92px;
	width:137px;
	background:url('../images/yellow-pix59.png');
	top:3px;
	left:3px;
	z-index:3;
}
.zoom-thumb div{
	background:url('../images/zoom.png') center center no-repeat;
	width:100%;
	height:100%;
}
.thumbnail-zoom img{
	position:relative;
}
.thumbnail-zoom a{
	position:absolute;
	height:92px;
	width:137px;
	top:3px;
	left:3px;
	z-index:4;
}



/* BLOG POST */
.news_content h2{
	margin-bottom:20px;
	color:#474646;
	font-size:16px;
}
.page-right.blog-post{
	width:610px;
}
.blog-post-content.slim-scroll{
	padding-right:20px;
}
.blog-post-content{
	float:left;
	margin-bottom:20px;
	width:100% !important;
	font-size:12px;
	color:#707070;
	line-height:22px;
}
.blog-post-image{
	float:left;
	padding:3px;
	background:#fbfbfb;
	border:1px solid #ececec;
	margin-bottom:18px;
}

/* News Overlay */
.news-overlay-wrapper{
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0px !important;
	z-index: 1;
	display:none;
	background:#FCFCFC;
	top:500px;
	left:0px;
}
.news-overlay-content{
	width: 100%;
	height: 100%;
}
.news-overlay-close{
	position:absolute;
	top:25px;
	right:20px;
	color:#707070;
	cursor:pointer;
	width:32px;
	height:32px;
	background:url(../images/news-close.png) no-repeat;
}
.news-overlay-item{
	margin:25px 20px;
}
/* END: News Overlay */





.pages{
       position:relative;
       height:370px;
}
.pages ul,
.pages ol{
	list-style-position:inside;
	list-style-image:url(../images/bullet.png);
}

.page{
       position:absolute;
       top:0px;
       left:0px;
       display: none;
       width:100%;
}

.page:first-child {
	display: block;
}


.form-message {
	position: absolute;
	left: 20px;
	top: 82px;
	padding: 25px;
	background: rgba(218,177,72,0.8);
	color: white;
	width: 302px;
	line-height: 282px;
	text-align: center;
	border-radius: 2px;
	display: none;
}

a.media-link {
	color: #474646
}

.brochure-content-wrapper {

}

.brochure-content-wrapper .media-content {
	height: 435px;
}

.btn {
	cursor: pointer;
}

#submit {
	visibility: hidden;
}

#overlay {
	background-image:url('../images/main-image-pattern.png');
}


.pdf_download {
	float: right;
	display: block;
	margin-top: 10px;
	font-size: 12px;
	color: white;
	background: url(../images/pdf_download.png) no-repeat left;
	padding-left: 28px;
	line-height: 30px;
}

.prev_page, .next_page {
	background: url(../images/arrows-brochure.png) no-repeat left center;
	display: block;
	width: 18px;
	height: 25px;
	text-indent: -9999px;
	position: absolute;
	top: 50%;
	margin-top: -14px;
}

.prev_page {
	left: -35px;
}

.next_page {
	background-position: right center;
	right: -35px;
}

.panorama_container {
	position: absolute;
	z-index: 20;
	width: 100%;
	height: 644px;
	background: #FFF;
	left: -100%;
}

.hide_panorama {
	position: absolute;
	z-index: 25000;
	width: 43px;
	height: 42px;
	right: 85px;
	top:25px;
	background: url(../images/x.png);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
	display: none;
}
#jp_interface_1{
	position: absolute;
	z-index: 25000;
	width: 43px;
	height: 42px;
	right: 135px;
	top:25px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
	display: none;
}
#jp_interface_1 .jp-play,
#jp_interface_1 .jp-pause{
	position:absolute;
	width: 43px;
	height: 42px;
	top:0px;
	left:0px;
}

#jp_interface_1 .jp-play{
	background: url(../images/play.png);
}
#jp_interface_1 .jp-pause{
	background: url(../images/pause.png);
}

.left {
	float: left
}

.item_link {
	margin-right: 15px;
}

.item_link h2 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.item_link a {
	color: #828181;	
}



#book_online_form_header button {
	position: absolute;
	left: -9999px;
	top: -999px;
	visibility: hidden;
}

span.date_field {
	color: #CCC;
	font-size: 10px;
}




.no_media_error {
	color: #999;
	text-align: center;
	padding-top: 180px;
}

.jobs-list{
	position: absolute;
	top: 0px;
	right: 20px;
	width: 220px;
	padding-left: 20px;
	border-left: 1px solid #CECECE;
	height:100%;
}
.jobs-list-title{
	font-weight:bold;
	margin-bottom:10px;
}


a.special_offers_link {
	color: #193562 !important;
	font-weight: bold;
}



.fancybox-title{
	color:#193562;
	font-size:14px !important;
	line-height:18px !important;
	font-family: 'Droid Serif', serif !important;
}


/*innerpage starte here*/


#main_inner{
	
	background:#FFF;
	width:100% !important;
	height:auto;
	z-index:1;
	
}
.main_area{ width:1000px; height:auto; margin:0 auto; background:#FFF;}


.main-bg-image_inner{
	position:absolute;
	top:0px;
	left:0px;
	height:234px;
	width:100%;
	
}

#banner{ width:100%; height:234px; float:left;}
.banner_area{
	
		margin:0 auto !important;
	width:1000px;

	height:234px;
	padding-bottom:0px;
	-webkit-box-shadow: 2px 5px 5px 1px rgba(37,37,37,0.4);
box-shadow: 2px 5px 5px 1px rgba(37,37,37,0.4);
	
}

.home-page_inner h1{ margin-top:20px; border-bottom:1px solid #ceb00a; color:#c03115; float:left;}

.contents{ width:1000px; height:auto; padding-bottom:30px; float:left;}
.contents h1{ font:bold 24px 'Droid Serif', serif; color:#c03115; margin-top:20px; border-bottom:3px solid #c3ac1e; padding-bottom:10px;  }
.contents p{ font:bold 12px 'Droid Serif', serif; line-height:22px; margin-top:10px; text-align:justify; p}

.contents table{ width:400px; border:1px solid #; }
.contents td{ padding:20px; border:1px solid #e9d51b;}
.trbg{ background:#6f1b25; border:1px solid #CCC; padding:20px !important; color:#FFF !important; font-weight:bold; font-size:18px;}
.tdbr{ border:none !important; padding:5px !important}
.fields{ width:420px; height:28px; background:#FFF; border:1px solid #e0dfdf; -webkit-box-shadow:inset 1px 1px 5px 1px rgba(37,37,37,0.1);
box-shadow:inset 1px 1px 5px 1px rgba(37,37,37,0.1);}
.confild{ background:#FFF; border:1px solid #e0dfdf; -webkit-box-shadow:inset 1px 1px 5px 1px rgba(37,37,37,0.1);
box-shadow:inset 1px 1px 5px 1px rgba(37,37,37,0.1); height:28px; padding:5px 0 0 10px !important;}
.box{ width:480px; height:340px !important; padding:0px; background:#f4f4f4; border:1px solid#e7e5e5; margin-top:10px; margin-bottom:20px; float:left; margin-right:15px;}
.box h2{ font:bold 18px  'Droid Serif', serif; color:#f1e450;  background:#9b2323; padding:5px 10px 5px 10px; }
.box p{ padding:10px;}
.faci{ float:left; margin-right:15px; border:3px solid #e2e2e2 !important; margin-left:10px; margin-top:10px;}
.gallery ul{ margin-top:20px;}
.gallery ul li{ float:left !important; margin-right:10px; margin-bottom:10px; border:1px solid #e2e2e2 !important;}

.box_big{ width:1000px; height:auto !important; padding:0px; background:#f4f4f4; border:1px solid#e7e5e5; margin-top:10px; margin-bottom:20px; float:left; margin-right:15px; text-transform:normal}
.box_big h2{ font:bold 18px  'Droid Serif', serif; color:#f1e450;  background:#9b2323; padding:5px 10px 5px 10px; }
.box_big p{ padding:10px; text-transform:normal; font-size:12px;}

.message{ float:left; width:550px;}
.message2{ float:right; width:350px; margin-left:30px; margin-top:28px;}
.message2 h2{ background:#6f1b25; border:1px solid #CCC; padding:10px !important; color:#FFF !important; font-weight:bold; font-size:18px;}
.message2 p{ font:bold 14px  'Droid Serif', serif; line-height:28px; margin-left:10px;}
.message2 p a{ color:#000;}