/****** FILE: sitecode/plugins/jquery-ui/jquery.ui.datepicker.css *****/
/*!
 * jQuery UI Datepicker 1.9.2
 * http://jqueryui.com
 *
 * Copyright 2012 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
#quickbooker .ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
#quickbooker .ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
#quickbooker .ui-datepicker .ui-datepicker-prev, #quickbooker .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
#quickbooker .ui-datepicker .ui-datepicker-prev-hover, #quickbooker .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
#quickbooker .ui-datepicker .ui-datepicker-prev { left:2px; }
#quickbooker .ui-datepicker .ui-datepicker-next { right:2px; }
#quickbooker .ui-datepicker .ui-datepicker-prev-hover { left:1px; }
#quickbooker .ui-datepicker .ui-datepicker-next-hover { right:1px; }
/*#quickbooker .ui-datepicker .ui-datepicker-prev span, #quickbooker .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }*/
#quickbooker .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
#quickbooker .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
#quickbooker .ui-datepicker select.ui-datepicker-month-year {width: 100%;}
#quickbooker .ui-datepicker select.ui-datepicker-month,
#quickbooker .ui-datepicker select.ui-datepicker-year { width: 49%;}
#quickbooker .ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
#quickbooker .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
#quickbooker .ui-datepicker td { border: 0; padding: 1px; }
#quickbooker .ui-datepicker td span, #quickbooker .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
#quickbooker .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
#quickbooker .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
#quickbooker .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
#quickbooker .ui-datepicker.ui-datepicker-multi { width:auto; }
#quickbooker .ui-datepicker-multi .ui-datepicker-group { float:left; }
#quickbooker .ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
#quickbooker .ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
#quickbooker .ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
#quickbooker .ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
#quickbooker .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
#quickbooker .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
#quickbooker .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
#quickbooker .ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
#quickbooker .ui-datepicker-rtl { direction: rtl; }
#quickbooker .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
#quickbooker .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
#quickbooker .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
#quickbooker .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
#quickbooker .ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
#quickbooker .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
#quickbooker .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
#quickbooker .ui-datepicker-rtl .ui-datepicker-group { float:right; }
#quickbooker .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
#quickbooker .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
#quickbooker .ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/****** FILE: themes/corporate/css/default.css *****/
/*
 *	KEMPINSKI HOTELS & RESORTS
 *	default.css
 *
 *	2012 by Björn Lorenz, ennit interactive GmbH <http://www.ennit.de/>
 */
/* RESET BROWSER STYLES */
*{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	text-decoration: none;
	outline: none;
}
/*
 * BASICS
 */
body{
	background: #fff;
	color: #373534;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
body.black_back{
	background: #000;
	color: #e2e1dd;
}
#sheet{
	width: 100%;
}
.inner{
	width: 960px;
	margin: 0 auto;
	z-index: 2;
}
.corporate-homepage .inner,
.homepage .inner {
	z-index:auto;
}
/*
 * HEIGHT-100%-DESIGN
 */
html,body{
	height: 100%;
}
#sheet{
	position: relative;
	height: auto !important;
	height: 100%; /* IE6 */
	min-height: 100%;
}
#body{
	padding: 0 0 105px 0; /* foot space */
}
#body.with-iframe.large{
	padding: 0 0 0 0; /* foot space */
}
#body.with-iframe.small{
	padding: 0 0 50px 0; /* foot space */
	background-color:black;
}

#body.with-iframe.small #content{
	padding: 28px 0;
	margin: 0;
}

#foot{
	position: absolute;
	z-index: 5;
	bottom: 0;
	width: 100%;
}
/*
 * HEAD
 */
#head{
	height: 116px;
	background: #000;
	position: relative;
	z-index: 5;
}
#head .inner {
	position: relative;
}
#head .meta{
	height: 27px;
	padding: 9px 10px 0 10px;
	background: #000;
	border-bottom: 1px solid #373534;
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
	position: relative;
	z-index: 3;
}
#head .meta a{
	color: #B6B6B6;
	white-space: nowrap;
}
#head .meta a:hover,
#head .meta a:focus,
#head .meta a:active{
	-webkit-transition: all .5s linear;
	-moz-transition: 	all .5s linear;
	-o-transition: 		all .5s linear;
	-ms-transition: 	all .5s linear;
	transition: 		all .5s linear;
	color: #FFF;
}
#head .meta .back{
	float: left;
}
#head .meta .navigation{
	float: right;
}
#head .meta .navigation ul{
	float: left;
}
#head .meta .navigation li{
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #B3B3B3;
}
#head .meta .navigation li.modify{
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #B3B3B3;
}
#head .meta .navigation li.first{
	border-left: 0;
}
#head .meta .navigation li.login{
	padding-right: 20px;
	background: url("../../../themes/corporate/images/layout/flowers/ico.flower.small.yellow.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/flowers/ico.flower.small.yellow.png*/ no-repeat right top;
}
#head .meta .navigation li.languageSwitch select,
#head .meta .navigation li.languageSwitch input{
	background: #3B3B3F;
	border: 0;
	color: #E5E5E7;
	cursor: pointer;
	font-size: 11px;
	text-transform: none;
}
#head .meta .navigation li.languageSwitch{
	position: relative;
	z-index: 99;
	padding-left: 0;
	margin-left: 0;
	border-left: 0;
}
#head .meta .navigation li.languageSwitch span{
	display: block;
	padding: 0 20px 0 0;
	background:  url("../../../themes/corporate/images/layout/icon.arrow.green.down.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/icon.arrow.green.down.png*/ no-repeat right 2px;
	cursor: pointer;
	color: #B6B6B6;
}
#head .meta .navigation li.languageSwitch ul{
	display: none;
	float: none;
	width:100%;
	min-width: 60px;
	padding: 1px 0 0 0;
	background: #898989;
	position: absolute;
	color: #E5E5E7;
	font-size: 11px;
	text-transform: none;
}
#head .meta .navigation li.languageSwitch:hover ul,
#head .meta .navigation li.languageSwitch:focus ul,
#head .meta .navigation li.languageSwitch:active ul{
	display: block;
}
#head .meta .navigation li.languageSwitch ul li{
	float: none;
	margin: 0;
	padding: 1px 0;
	border: 0;
	background: #3B3B3F;
}
#head .meta .navigation li.languageSwitch ul li a{
	display: block;
	padding: 0 5px;
}
#head .meta .navigation li.languageSwitch ul li a:hover,
#head .meta .navigation li.languageSwitch ul li a:focus,
#head .meta .navigation li.languageSwitch ul li a:active{
	-webkit-transition: all .5s linear;
	-moz-transition: 	all .5s linear;
	-o-transition: 		all .5s linear;
	-ms-transition: 	all .5s linear;
	transition: 		all .5s linear;
	background: #237ad8;
}
#head .meta .navigation li.languageSwitch ul li a.arabic {
	text-align: right;
	font-size: 12px;
}
/* LOGO */
#head .logo{
	float: left;
	height: 79px;
	overflow: hidden;
}
/* MAIN NAVIGATION */
#head .navigation.main{
	width: 759px;
	height: 55px;
	padding: 24px 0 0 0;
	overflow: hidden;
	background: #000;
	position: relative;
	z-index: 2;
}
#head .navigation.main ul{
	float: left;
	width: 100%;
}
#head .navigation.main li{
	float: left;
	border-left: 1px solid #4D4E53;
	position: relative;
	z-index: 1;
}
#head .navigation.main a{
	float: left;
	display: block;
	height: 44px;
	color: #FEFDFD;
	padding: 11px 10px 0 10px;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	background: url("../../../themes/corporate/images/layout/bg.head.navigation.main.active.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/bg.head.navigation.main.active.png*/ repeat-x 0 60px;
}
#head .navigation.main a:hover,
#head .navigation.main a:focus,
#head .navigation.main a:active,
#head .navigation.main .active a,
#head .navigation.main .current a,
#head .navigation.main .section a{
	background: url("../../../themes/corporate/images/layout/bg.head.navigation.main.active.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/bg.head.navigation.main.active.png*/ repeat-x 0 0;
	-webkit-transition: background .25s linear;
	-moz-transition: 	background .25s linear;
	-o-transition: 		background .25s linear;
	-ms-transition: 	background .25s linear;
	transition: 		background .25s linear;
}
#head .navigation.main .book{
	border: 0;
	max-width: inherit;
	position: absolute;
	right: 0;
	z-index: 2;
}
#head .navigation.main .book a{
	height: 28px;
	padding: 27px 46px 0 20px;
	font-size: 14px;
	font-weight: bolder;
	background: url("../../../themes/corporate/images/layout/bg.head.navigation.main.book.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/bg.head.navigation.main.book.png*/ no-repeat right top;
}
#head .navigation.main .book a:hover{
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	-ms-transition: all .5s linear;
	transition: all .5s linear;
	text-shadow: 0 0 15px rgba(255,255,255,.95);
}
/*
 * Quickbooker
 */
#quickbooker{
	overflow-y: auto;
	overflow-x: hidden;
	display: block;
	width: 230px;
	padding: 20px;
	background: rgba(0,0,0,.85); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-8 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	-ms-box-sizing:		border-box;
	-o-box-sizing:		border-box;
	box-sizing:			border-box; /* W3C */
	-webkit-transition: top .66s linear;
	-moz-transition: 	top .66s linear;
	-o-transition: 		top .66s linear;
	-ms-transition: 	top .66s linear;
	transition: 		top .66s linear; /* W3C */
	position: absolute;
	top: -500px;
	right: 0;
	left: auto;
	z-index: 1;
}
#quickbooker.current{
	top: 117px;
}
#quickbooker #moreBookingOptionsContainer {
	height: 0;
	overflow: hidden;
	-webkit-transition: height .75s linear;
	-moz-transition: 	height .75s linear;
	-o-transition: 		height .75s linear;
	-ms-transition: 	height .75s linear;
	transition: 		height .75s linear; /* W3C */
}
#quickbooker #moreBookingOptionsContainer.current {
	height: 220px;
}
#quickbooker .ui-icon{
	text-indent: 0;
	height: auto;
	width: auto;
}
#quickbooker .ui-corner-all{
	border-radius: 0;
}
#quickbooker .ui-widget-header{
	background: none;
	border: 0 solid transparent;
}
#quickbooker .ui-state-active,
#quickbooker .ui-state-default,
#quickbooker .ui-widget-content,
#quickbooker .ui-state-default{
	border: 0 solid transparent;
	background: none;
}
#quickbooker .ui-state-disabled,
#quickbooker .ui-widget-content,
#quickbooker .ui-state-disabled{
	opacity: 1;
}
#quickbooker .ui-widget-header .ui-icon{
	background: none;
}
#quickbooker .hidden{
	display: none;
}
#quickbooker div.field.calendar{
	margin: 27px 0;
	padding-bottom: 0;
}
#quickbooker div.field{
	display: block;
	width: 100%;
	padding-bottom: 10px;
}
#quickbooker label{
	color: #fff;
}
#quickbooker select, #quickbooker input{
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	padding: 2px;
}
#quickbooker input#Form_QuickbookerForm_start_date_view, #quickbooker input#Form_QuickbookerForm_end_date_view{
	background-color: #fff;
	background: #fff url("../../../themes/corporate/images/layout/forms/icon.calendar.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/forms/icon.calendar.png*/ no-repeat right center;
}
#quickbooker .ui-datepicker-inline{
	width: 100%;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
}
#quickbooker .ui-datepicker-inline .ui-datepicker-header{
	background-color: #000;
	color: #fff;
	padding: 5px;
}
#quickbooker .ui-datepicker-inline .ui-datepicker-prev,
#quickbooker .ui-datepicker-inline .ui-datepicker-next{
	top: auto;
}
#quickbooker .ui-datepicker-inline .ui-datepicker-prev{
	float: left;
	cursor: pointer;
	padding-left: 5px;
}
#quickbooker .ui-datepicker-inline .ui-icon-circle-triangle-w{
	content: url("../../../themes/corporate/images/layout/forms/left.arrow.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/forms/left.arrow.png*/;
}
#quickbooker .ui-datepicker-inline .ui-datepicker-next{
	float: right;
	cursor: pointer;
	padding-right: 5px;
}
#quickbooker .ui-datepicker-inline .ui-icon-circle-triangle-e{
	content: url("../../../themes/corporate/images/layout/forms/right.arrow.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/forms/right.arrow.png*/;
}
#quickbooker .ui-datepicker .ui-datepicker-next span{
	/*padding-top: 7px;*/
	margin-left:0;
}
#quickbooker .ui-datepicker-inline .ui-datepicker-header a{
	color: #a5fa7d;

}
#quickbooker .ui-datepicker-inline .ui-datepicker-title{
	display: inline-block;
}
#quickbooker .ui-datepicker-inline table{
	padding: 10px;
	border-collapse: separate;
}
#quickbooker .ui-datepicker-inline table,
#quickbooker .ui-datepicker-inline table *{
	background-color: #fff;
	color: #000;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
}
#quickbooker .ui-datepicker-inline table,
#quickbooker .ui-datepicker-inline table .ui-state-disabled *{
	border-spacing: 0;
	color: #999;
}
#quickbooker .ui-datepicker-inline table td{
	padding: 0;
}
#quickbooker .ui-datepicker-inline table thead{
	padding: 5px 0;
}
#quickbooker .ui-datepicker-inline table td,
#quickbooker .ui-datepicker-inline table th{
	text-align: center;
}
#quickbooker .ui-datepicker-inline table thead th{
	margin: 2px;
	padding: 0;
}
#quickbooker .ui-datepicker-inline table thead th span{
	display: inline-block;
	width: 20px;
	height: 20px;
	font-weight: bold;
}
#quickbooker .ui-datepicker-inline tbody tr{
	width: 100%;
}
#quickbooker .ui-datepicker-inline table tbody td{
	border-top: 1px solid #b5b5b9;
}
#quickbooker table tbody td a{
	display: inline-block;
	color: #000;
	width: 22px;
	height: 22px;
	line-height: 24px;
	margin: 4px 0;
}
#quickbooker table tbody td a:hover,
#quickbooker .ui-datepicker-inline table tbody td.ui-datepicker-current-day a,
#quickbooker .ui-datepicker-inline table tbody td.ui-datepicker-timespan-day a,
#quickbooker .ui-datepicker-inline table tbody td.ui-datepicker-timespan-day span{
	display: inline-block;
	background-color: #73ae57;
	color: #000;
	width: 22px;
	height: 22px;
	line-height: 24px;
	text-align: center;
}
#quickbooker .ui-datepicker-inline table tbody td a,
#quickbooker .ui-datepicker-inline table tbody td span{
	margin: 4px 0;
	width: 22px;
	height: 22px;
	line-height: 24px;
	text-align: center;
	padding: 0;
}
#quickbooker #Form_QuickbookerForm_number_adults{
	margin-top: 22px;
}
#quickbooker fieldset > a{
	font-size: 14px;
	color: #73AE57;
	text-decoration: underline;
}
#quickbooker fieldset > a:before{
	content: url("../../../themes/corporate/images/layout/forms/right.arrow.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/forms/right.arrow.png*/;
	padding-right: 5px;
}
#quickbooker input.action{
	display: block;
	width: 190px;
	height: 20px;
	margin-top: 20px;
	padding: 0 20px 2px 5px;
	background: url("../../../themes/corporate/images/layout/forms/button.green.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/forms/button.green.png*/ no-repeat right top;
	border: 0;
	color: #E2E1DD;
	cursor: pointer;
	font: bold 10px/20px Arial, Verdana, sans-serif;
	text-align: left;
	text-transform: uppercase;
}
/*
 * IMAGE STRIPE
 */
#image{
	height: 90px;
	background: #000;
	text-align: center;
	overflow: hidden;
}
body.security #image{
	height: 150px;
}
#image img{
	min-height: 90px;
	min-width: 100%;
}
.no_back #image img{
	left: 0;
	width: 100%;
}
.no_back #image img.stretch-height{
	height: 100%;
	position: absolute;
	width: auto;
}
.no_back #image img.stretch-width{
	height: auto;
	
	width: 100%;
}
/*
 * TITLE
 */
#title{
	min-height: 156px;
	background: url("../../../themes/corporate/images/layout/bg.title.jpg")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/bg.title.jpg*/ no-repeat center top;
	overflow: hidden;
}
#title .inner{
	width: 730px;
	padding: 18px 0 18px 230px;
	color: #4D4E53;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 20px;
}
#title .inner h1{
	float: left;
	background: url("../../../themes/corporate/images/layout/flowers/ico.flower.green.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/flowers/ico.flower.green.png*/ no-repeat right top;
	margin: 0 0 9px 0;
	padding: 6px 23px 0 0;
	color: #373534;
	font-size: 23px;
	line-height: 27px;
	font-weight: normal;
}
#title .inner p{
	clear: both;
	margin-bottom: 20px;
}
#title .inner a{
	color: #4D4E53;
	text-decoration: underline;
	-webkit-transition: all .5s linear;
	-moz-transition: 	all .5s linear;
	-o-transition: 		all .5s linear;
	-ms-transition: 	all .5s linear;
	transition: 		all .5s linear;
}
#title .inner a:hover,
#title .inner a:focus,
#title .inner a:active{
	color: #73AE57;
}
/*
 * BODY
 */
#body .navigation{
	float: left;
	width: 200px;
	background: #F0EFED;
	border-bottom: 3px solid #4D4E53;
	font-size:	15px;
	line-height: 18px;
	position: absolute;
	z-index: 2;
	top: 160px;
}
#body .navigation h2{
	background: #000;
	color: #E2E1DD;
	font-family: "Times New Roman",Times,serif;
	font-size: 21px;
	line-height: 25px;
	font-weight: normal;
}
#body .navigation h2 a{
	display: block;
	padding: 12px 10px 9px 10px;
	color: #E2E1DD;
}
#body .navigation li{
	border-top: 1px solid #E2E1DD;
}
#body .navigation li.first{
	border: 0;
}
#body .navigation li a{
	display: block;
	padding: 6px 30px 6px 10px;
	color:	#666;
}
#body .navigation li a:hover,
#body .navigation li a:focus,
#body .navigation li a:active,
#body .navigation li.active a,
#body .navigation li.current a,
#body .navigation li.section a{
	background: #fff url("../../../themes/corporate/images/layout/icon.arrow.yellow.right.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/icon.arrow.yellow.right.png*/ no-repeat 180px 8px;
}
/* CONTENT */
#content{
	float: right;
	width: 730px;
	margin: 28px 0;
}
#content h4,
#content h5,
#content h6{
	margin-bottom: 21px;
	font-size: 12px;
	font-weight: bolder;
}
#content h2{
	margin-bottom: 21px;
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 20px;
	font-weight: normal;
}
#content h3{
	margin-bottom: 21px;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 20px;
	font-weight: normal;
}
#content.destinationPage h2{
	border-bottom: 1px solid #373534;
}
#content.destinationPage h3{
	text-decoration: underline;
}
#content p{
	margin-bottom: 15px;
}
#content p.timestamp{
	border-bottom: 1px solid #373534;
	font-weight: bolder;
}
.black_back #content p.timestamp{
	border-color: #606060;
}
#content p.timestamp.floatBesideImage{
	float: left;
	width: 470px;
}
#content a{
	color: #73AE57;
}
#content ul{
	margin-left: 20px;
	margin-bottom: 20px;
}
#content ul li{
	list-style-type: circle;
	margin-left: 20px;
}
#content img{
	float: left;
	margin: 2px 20px 20px 0;
}
#content img.right{
	float: right;
	margin: 2px 0 20px 20px;
}
#content .logo{
	margin: 0 0 20px 0;
	background: rgba(0,0,0,.4);
}
#content .logo img{
	float: none;
	margin: 0;
}
/* BOXED HEADLINE */
#content h2.boxed{
	clear: both;
	margin-bottom: 18px;
	padding: 9px 12px 10px 12px;
	background: #1e1f21;
	border-top: 1px solid #363433;
	border-bottom: 1px solid #363433;
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
#content h2.boxed a{
	color: #73AE57;
	font-size: 11px;
	background: url("../../../themes/corporate/images/layout/icon.arrow.green.left.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/icon.arrow.green.left.png*/ no-repeat ;
	padding-left: 15px;
	text-transform: uppercase;
}
/* BOOKING BUTTON */
#content a.bookButton{
	float: right;
	clear: both;
	display: block;
	width: 215px;
	height: 20px;
	margin: 0 0 21px 0;
	padding: 0 0 0 10px;
	background: url("../../../themes/corporate/images/layout/btn.green.arrow.225x20.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/btn.green.arrow.225x20.png*/ no-repeat right 0;
	color: #fff;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none!important;
	text-transform: uppercase;
}
#content a.bookButton:active{
	background-image: url("../../../themes/corporate/images/layout/btn.green.arrow.225x20.loading.gif")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/btn.green.arrow.225x20.loading.gif*/;
}
#content a.bookButton.alternate{
	width: 170px;
	background: url("../../../themes/corporate/images/layout/btn.black.arrow.180x20.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/btn.black.arrow.180x20.png*/ no-repeat right 0;
}
/* FILTER BAR */
#content .filter{
	clear: both;
	height: 20px;
	margin-bottom: 10px;
	padding: 9px 12px 10px 12px;
	background: #1e1f21;
	border-top: 1px solid #363433;
	border-bottom: 1px solid #363433;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
}
.fullwidthContent #content .filter{
	width: 936px;
}
#content .filter fieldset{
	float: left;
	background: none;
	border-bottom: none;
	margin: 0;
	padding: 0;
}
#content .filter label{
	float: left;
	margin-right: 10px;
}
#content .filter .field{
	clear: none;
	float: left;
	width: auto;
	margin-right: 10px;
}
#content .filter .middleColumn{
	float: left;
	padding:0;
	border-left: 0;
}
#content .filter .middleColumn select,
#content .filter .middleColumn input{
	float: left;
	margin: 0 5px 0 0;
	background: #3B3B3F;
	border: 0;
	color: #E5E5E7;
	cursor: pointer;
	font-size: 11px;
	text-transform: none;
}
#content .filter .middleColumn select{
	width: 100px;
	height: 20px;
	padding: 2px;
}
#content .filter select.day{
	width: 40px;
}
#content .filter select.month{
	width: 60px;
}
#content .filter select.year{
	width: 55px;
}
#content .filter .Actions{
	clear: none;
	float: left;
	width: auto;
}
#content .filter .Actions .action{
	float: left;
	width: 75px;
	height: 20px;
	margin-top: 1px;
	padding: 0 20px 1px 0;
	background: url("../../../themes/corporate/images/layout/btn.black.arrow.150x20.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/btn.black.arrow.150x20.png*/ no-repeat right 0;
	text-align: right;
	text-transform: uppercase;
}
/* BROWSE BAR */
#content .browse{
	clear: both;
	margin-bottom: 18px;
	padding: 0 0 10px 0;

	line-height: 14px;
	height: 14px;
	border-bottom: 1px solid #363433;
}
#content .browse p{
	float: left;
}
#content .browse ul{
	float: right;
	margin: 0;
	color: #E2E1DD;
}
#content .browse li{
	float: left;
	margin: 0  0 0 6px;
	list-style-type: none;
}
#content .browse li a{
	color: #E2E1DD;
	font-weight: bolder;
	text-decoration: underline;
}
#content .browse li.next{
	margin-left: 12px;
	padding-left: 12px;
	border-left: 1px solid #E2E1DD;
}
#content .browse li.next a{
	color: #73AE57;
}
#content .browse li.prev{
	margin-right: 12px;
	padding-right: 12px;
	border-right: 1px solid #E2E1DD;
}
#content .browse li.prev a{
	color: #73AE57;
}
#content .browse li.current a{
	color: #73AE57;
}
/*
 * TEASER BOXES (on black page)
 */
#content .teaser{
	float: left;
	width: 750px;
	margin: 2px 0 0 0;
	color: #B3B3B3;
	line-height: 15px;
}
#content .teaser ul{
	margin: 0;
}
#content .teaser li{
	width: 100%;
	height: 150px;
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
#content .teaser li.new-line{
	clear:left;
}
#content .teaser h2{
	margin: 4px 0 5px 0;
	color: #E2E1DD;
	font-family: "Times New Roman",Times,serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 17px;
}
#content .teaser p.timestamp{
	border: 0;
	margin: 0 0 5px 0;
}
#content .teaser.events p.timestamp{
	font-size: 11px;
	border-bottom: 1px solid #606060;
	margin-bottom: 7px;
	padding-bottom: 3px;
}
#content .teaser p a{
	color: #FFF;
	text-decoration: underline;
}
#content .teaser .img{
	float: left;
}
#content .teaser img{
	margin: 0;
}
#content .teaser div{
	float: right;
	width: 498px;
}
#content .teaser a.more{
	padding-right: 15px;
	background: url("../../../themes/corporate/images/layout/icon.arrow.green.right.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/icon.arrow.green.right.png*/ no-repeat right 0;
	color: #73AE57;
	text-decoration: none;
}
#content a.back{
	padding-left: 15px;
	background: url("../../../themes/corporate/images/layout/icon.arrow.blue.left.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/icon.arrow.blue.left.png*/ no-repeat left 2px;
	color: #003366;
	text-decoration: none;
}
/* floating */
#content .teaser.floating li{
	float: left;
	width: 230px;
	height: auto;
	margin: 0 20px 20px 0;
}
/* floating, fullwidth */
.fullwidthContent #content .teaser.floating,
#content.fullwidth .teaser.floating{
	width: 980px;
}
.fullwidthContent #content .teaser.floating li,
#content.fullwidth .teaser.floating li{
	width: 225px;
	height: 177px;
	position: relative;
}
#content .teaser.floating div{
	clear: both;
	width: 100%;
	margin-top: 0;
}
.fullwidthContent #content .teaser.floating h2,
#content.fullwidth .teaser.floating h2{
	margin: 0 0 7px 0;
}
.fullwidthContent #content .teaser.floating li a.more,
#content.fullwidth .teaser.floating li a.more{
	display: block;
	width: 195px;
	height: 28px;
	padding: 2px 30px 0 0;
	background: rgba(0,0,0,.5) url("../../../themes/corporate/images/layout/icon.arrow.green.right.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/icon.arrow.green.right.png*/ no-repeat 203px 10px;
	font-size: 11px;
	line-height: 30px;
	text-align: right;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
}
/* PROPERTY OFFERS */
.fullwidthContent #content .teaser.floating.propertyOffers li,
#content.fullwidth .teaser.floating.propertyOffers li{
	height: 194px;
}
.fullwidthContent #content .teaser.floating.propertyOffers h2,
#content.fullwidth .teaser.floating.propertyOffers h2{
	margin: 0 0 3px 0;
}
.fullwidthContent #content .teaser.floating.propertyOffers h3,
#content.fullwidth .teaser.floating.propertyOffers h3{
	margin: 0 0 4px 0;
	color: #ebebeb;
	font: normal 12px/20px Arial, sans-serif;;
}
/**/
.fullwidthContent #content .teaser.floating li.all,
#content.fullwidth .teaser.floating li.all{
	height: 153px;
	margin-top: 24px;
	background: url("../../../themes/corporate/images/layout/bg.all.offers.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/bg.all.offers.png*/ no-repeat;
}
.fullwidthContent #content .teaser.floating li.all a.more,
#content.fullwidth .teaser.floating li.all a.more{
	width:225px;
	height: 30px;
	padding: 0 0 0 0px;
	color: #fff;
	text-align: center;
	bottom: auto;
	top: 63px;
}
/* floating, fullwidth, events */
.fullwidthContent #content .teaser.floating.events,
#content.fullwidth .teaser.floating.events{
	width: 981px;
}
.fullwidthContent #content .teaser.floating.events li,
#content.fullwidth .teaser.floating.events li{
	width: 286px;
	height: 140px;
	margin: 0 21px 21px 0;
	padding: 10px;
	background: #464646;
	background: -moz-linear-gradient(left bottom, #030303 0%, #464646 33%);
	background: -webkit-gradient(linear,left bottom,right top,color-stop(0, #030303),color-stop(0.33, #464646));
}
.fullwidthContent #content .teaser.floating.events li a.more,
#content.fullwidth .teaser.floating.events li a.more{
	display: inline;
	width: auto;
	height: auto;
	padding: 0 15px 0 0;
	background: url("../../../themes/corporate/images/layout/icon.arrow.green.right.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/icon.arrow.green.right.png*/ no-repeat right 0;
	text-align: left;
	position: inherit;
	bottom: auto;
}
.fullwidthContent #content .teaser.floating.events h2,
#content.fullwidth .teaser.floating.events h2{
	margin: 0 0 7px 0;
}
/* with thumbnails */
.fullwidthContent #content .teaser.floating.events li > div{
	clear: none;
	width: 171px;
}
/* floating, fullwidth, downloads */
#content.downloads .teaser.floating li{
	height: 225px;
}
#content.downloads .teaser.floating li img{
	margin: 0 0 2px 0;
}
#content.downloads .teaser.floating li h2{
	margin: 0 0 4px 0;
}
#content.downloads .teaser.floating li a{
	padding: 0 15px 0 0;
	background: url("../../../themes/corporate/images/layout/icon.arrow.green.right.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/icon.arrow.green.right.png*/ no-repeat right top;
	color: #73AE57;
}
#content.downloads .teaser.floating li a em{
	color: #fff;
}
/*
 * FULLWIDTH CONTENT
 */
.fullwidthContent #content,
#content.fullwidth{
	float: none;
	width: 100%;
}
.fullwidthContent #title .inner,
#title.fullwidth .inner{
	width: 960px;
	padding-left: 0;
}
/*
 * FOOT
 */
#foot{
	height: 60px;
	background: #000;
	overflow: hidden;
	font-size: 11px;
	line-height: 13px;
}
#foot .inner{
	height: 100%;
	background: url("../../../themes/corporate/images/layout/bg.foot.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/bg.foot.png*/ no-repeat 0 30px;
	position: relative;
}
#foot a{
	color: #B3B3B3;
	white-space: nowrap;
}
#foot a:hover,
#foot a:focus,
#foot a:active,
#foot .section a,
#foot .current a{
	-webkit-transition: all .5s linear;
	-moz-transition: 	all .5s linear;
	-o-transition: 		all .5s linear;
	-ms-transition: 	all .5s linear;
	transition: 		all .5s linear;
	color: #FFD451;
}
#foot .logo{
	float: right;
	margin: 18px 0 0 0;
}
#foot .main{
	width: 800px;
	color: #B3B3B3;
	position: absolute;
	top: 9px;
	left: 4px;
}
#foot .main p{
	float: left;
	margin-right: 14px;
	padding-right: 14px;
	border-right: 1px solid #B3B3B3;
}
#foot .main .navigation li{
	float: left;
	margin-left: 14px;
	padding-left: 14px;
	border-left: 1px solid #B3B3B3;
}
#foot .main .navigation li.first{
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}
#foot .main .navigation a{
	padding-right: 15px;
	background: url("../../../themes/corporate/images/layout/icon.arrow.green.right.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/icon.arrow.green.right.png*/ no-repeat right 0;
	color: #73AE57;
}
#foot .main .navigation a:hover,
#foot .main .navigation a:focus,
#foot .main .navigation a:active{
	-webkit-transition: all .5s linear;
	-moz-transition: 	all .5s linear;
	-o-transition: 		all .5s linear;
	-ms-transition: 	all .5s linear;
	transition: 		all .5s linear;
	color: #a5fa7d;
}
#foot .meta{
	width: 800px;
	position: absolute;
	top: 35px;
	left: 4px;
}
#foot .meta .navigation{
	float: left;
	margin: 3px 18px 0 0;
}
#foot .meta .navigation ul{
	float: left;
}
#foot .meta .navigation li{
	float: left;
	margin-left: 4px;
	padding-left: 4px;
	border-left: 1px solid #B3B3B3;
}
#foot .meta .navigation li.first{
	border: 0;
	margin: 0;
	padding: 0;
}
#foot .meta .navigation.socialNetworks{
	margin: 0;
}
#foot .meta .navigation.socialNetworks li{
	border: 0;
	margin: 0 3px 0 0;
	padding: 0;
}
#foot .meta .navigation.socialNetworks li a{
	display: block;
	width: 20px;
	height: 20px;
	background: url("../../../themes/corporate/images/layout/icon.set.social_media.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/icon.set.social_media.png*/ no-repeat;
	oveflow: hidden;
}
#foot .meta .navigation.socialNetworks li a span{
	display: none;
}
#foot .meta .navigation.socialNetworks li a.facebook{
	background-position: 0 0;
}
#foot .meta .navigation.socialNetworks li a.twitter{
	background-position: -23px 0;
}
#foot .meta .navigation.socialNetworks li a.youtube{
	background-position: -46px 0;
}
#foot .meta .navigation.socialNetworks li a.googleplus{
	background-position: -69px 0;
}
#foot .meta .navigation.socialNetworks li a.flickr{
	background-position: -92px 0;
}
#foot .meta .navigation.socialNetworks li a.weibo{
	background-position: -115px 0;
}
#foot .meta .navigation.socialNetworks li a.wechat{
	background-position: -138px 0;
}
/*
 * NO BACK - FULL BACKGROUND IMAGE
 */
body.no_back{
	height:100%!important;
	background: #000;
	color: #e2e1dd;
	overflow: auto;
}
.no_back #image{
	width: 100%;
	height: 100%; /* IE6 */
	min-height: 100%;
	position: absolute;
	top: 116px;
	z-index: 1;
	position: fixed;
}
.no_back #head,
.no_back #foot{
	width: 100%;
	position: fixed;
}
.no_back #body{
	float: left;
	width: 100%;
	padding: 0 0 208px 0;
	position: relative;
}
.no_back #body .inner{
	position: relative;
}
/*
 * HOMEPAGE CONTENT
 */
.no_back.homepage #body{
	float: none;
	width: 100%;
	height: 100%; /* IE6 */
	min-height: 100%;
	padding: 0;
	position:relative;
	top: 0;
}
.no_back.homepage #body .inner{
	height: 100%; /* IE6 */
	min-height: 100%;
	position: relative;
}
.no_back.homepage #body .inner .pre-open{
	width: 230px;
}
.no_back.homepage #body .inner #content{
	width: 550px;
	padding: 0 20px;
	background: rgba(0,0,0,.85);
	color: #E2E1DD;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 22px;
	position: absolute;
	bottom: 92px;
	right: 140px;
	z-index: 2;
}
.no_back.homepage #body .inner #content .toggler{
	float: right;
	display: block;
	width: 25px;
	height: 25px;
	margin: 0 -46px 0 0;
	background: #373534 url("../../../themes/corporate/images/layout/icon.arrow.green.top.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/icon.arrow.green.top.png*/ no-repeat center center;
	overflow: hidden;
}
.no_back.homepage #body .inner #content .toggler.multitoggler-expanded{
	background-image: url("../../../themes/corporate/images/layout/icon.arrow.green.down.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/icon.arrow.green.down.png*/;
}
.no_back.homepage #body .inner #content .toggler span{
	padding: 0 50px;
}
.no_back.homepage #body .inner #content .toggle{
	display: none;
}
.no_back.homepage #body .inner #content .toggle.multitoggler-expanded{
	display: block;
}
.no_back.homepage #body .inner #content h1{
	font-size: 26px;
	line-height: 29px;
	font-weight: normal;
	margin-top: 11px;
	margin-bottom: 12px;
}
.no_back.homepage #body .inner #content p{
	margin-bottom: 22px;
}
/*
 * LANDING PAGE
 */
.no_back.landing #body .inner #content{
	width: 699px;
	padding: 36px 30px;
	background: rgba(0,0,0,.85);
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 20px;
	position: relative;
	top: 132px;
	left: 0;
}
.no_back.landing #body .inner #content h1{
	margin: 0 0 8px 0;
	font-size: 26px;
	font-weight: normal;
	line-height: 30px;
}
/* PRE OPENING */
.no_back.homepage #body .inner #content.pre-open{
	width: 801px;
	padding-left: 0;
	padding-top: 0;
	background: url("../../../themes/corporate/images/bg.pre-open.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/bg.pre-open.png*/ repeat-y;
}
.no_back.homepage #body .inner #content.pre-open .pre-open-text{
	float: left;
	min-height: 100px;
}
.no_back.homepage #body .inner #content.pre-open h2{
	padding: 11px 0 12px 45px;
	width: 186px;
	background: url("../../../themes/corporate/images/layout/flowers/ico.flower.red.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/flowers/ico.flower.red.png*/ no-repeat scroll 16px 16px;
	color: #B70038;
	font-family: Arial,sans-serif;
	font-size: 18px;
	font-weight: bolder;
	line-height: 28px;
	text-transform: uppercase;
}
.no_back.homepage #body .inner #content.pre-open h1,
.no_back.homepage #body .inner #content.pre-open div.toggle.multitoggler-content{
	float: right;
	width: 551px;
}
/* COUNTDOWN */
.no_back.homepage #body .inner #content.countdown{
	width: 801px;
	padding-left: 0;
	padding-top: 0;
	background: url("../../../themes/corporate/images/bg.pre-open.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/bg.pre-open.png*/ repeat-y;
}
.no_back.homepage #body .inner #content.countdown .countdown-text{
	float: left;
	width: 211px;
	padding: 0 10px;
}
.no_back.homepage #body .inner #content.countdown .countdown-text h2{
	margin: 14px 0 9px 17px;
	padding: 0 0 0 35px;
	background: url("../../../themes/corporate/images/layout/ico.countdown.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/ico.countdown.png*/ no-repeat 0 0;
	color: #990033;
	font: bold 16px/25px Arial,Verdana,sans-serif;
	text-transform: uppercase;
	width:165px;
}
.no_back.homepage #body .inner #content.countdown .countdown-text p{
	float: left;
	width: 69px;
	margin: 0 0 6px;
	color: #656666;
	font: normal 11px/21px Arial,Verdana,sans-serif;
	text-align: center;
	text-transform: uppercase;
}
.no_back.homepage #body .inner #content.countdown .countdown-text p strong{
	display: block;
	color: #000000;
	font: normal 24px/25px "Arial Black",Arial,Verdana,sans-serif;
}
.no_back.homepage #body .inner #content.countdown .countdown-text p.hours{
	width: 70px;
}
.no_back.homepage #body .inner #content.countdown .countdown-text p.hours strong{
	border: solid #666666;
	border-width: 0 1px;
}
.no_back.homepage #body .inner #content.countdown .countdown-text p.shorttext{
	margin: 5px 0 5px 17px;
	width: auto;
}
.no_back.homepage #body .inner #content.countdown h1,
.no_back.homepage #body .inner #content.countdown div.toggle.multitoggler-content{
	float: right;
	width: 551px;
}
/*
 *	SLOGAN BOX HANDLING
 */
.no_back #image .slogan-box{
	display: block;
	width: 100%;
	min-height: 100px;
	background: rgba(0,0,0,.85);
	position: absolute;
	bottom: 60px;
	z-index: 99;
}
.no_back #image .slogan-box > span {
	display: inline-block;
	width: 560px;
	margin: 14px auto 9px;
	text-align: center;
}
.no_back #image.indent-slogan-boxes .slogan-box > span {
	padding: 0 200px;
	padding: 0 80px 0 320px;
}
.no_back #image .slogan-box strong {
	color: #e2e1dd;
	font: 22px/1.09 "Times New Roman", Times, serif;
}
.no_back #image .slogan-box em {
	color: #73AE57;
	font: 14px/1.85 Arial, Helvetica, Verdana, sans-serif;
}
.no_back #image .slogan-box em:hover,
.no_back #image .slogan-box em:focus,
.no_back #image .slogan-box em:active {
	-webkit-transition: all .5s linear;
	-moz-transition: 	all .5s linear;
	-o-transition: 		all .5s linear;
	-ms-transition: 	all .5s linear;
	transition: 		all .5s linear;
	color: #a5fa7d;
}
.no_back #body .inner #content.no-welcome.countdown,
.no_back #body .inner #content.no-welcome.pre-open{
	width: 211px;
	right: auto;
	left: 0;
}
/*
 * OFFERS
 */
#body.offers .textColumn{
	float: right;
	width: 470px;
}
#body.offers .bookingLinks{
	margin: 0 0 20px 0;
}
#body.offers .bookingLinks h3{
	clear: both;
	margin: 0;
	padding: 3px 10px;
	background: #4d4d4d;
	font-size: 16px;
	line-height: 20px;
}
#body.offers .bookingLinks h4{
	margin: 0;
	padding: 2px 10px;
	background: #333;
	font-size: 12px;
	line-height: 20px;
}
#body.offers .bookingLinks table{
	clear: both;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	font-size: 12px;
	text-align: left;
}
#body.offers .bookingLinks table th,
#body.offers .bookingLinks table td{
	padding: 1px 0 1px 10px;
	font-weight: normal;
	line-height: 18px;
	text-transform: none;
}
#body.offers .bookingLinks table th{
	width: 195px;
}
#body.offers .bookingLinks table .price{
	width: 55px;
	text-align: right;
}
#body.offers .bookingLinks table .book{
	width: 65px;
	padding-right: 10px;
}
#body.offers .bookingLinks table a.bookButton{
	float: none;
	width: 55px;
	height: 18px;
	margin: 0;
	background-position: right center;
	font-size: 10px;
	line-height: 18px;
	text-align: left;
}
/*
 * MEETINGS TABLE
 */
#body table.meetings{
	width: 100%;
	margin: 0 0 20px 0;
}
/**/
#body table.meetings thead th{
	padding: 23px 10px 11px 10px;
	background: url("../../../themes/corporate/images/layout/icon.set.meetings.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/icon.set.meetings.png*/ no-repeat center top;
	color:  #373534;
	font: bold 12px/20px Arial,Helvetica,Verdana,sans-serif;
	text-align: center;
}
#body table.meetings thead th.theatre{		background-position: center -100px; }
#body table.meetings thead th.classroom{	background-position: center -200px; }
#body table.meetings thead th.banquet{		background-position: center -300px; }
#body table.meetings thead th.block{		background-position: center -400px; }
#body table.meetings thead th.ustyle{		background-position: center -500px; }
#body table.meetings thead th.cocktail{		background-position: center -600px; }
/**/
#body table.meetings tbody th,
#body table.meetings tbody td{
	padding: 10px 10px 9px 10px;
	text-align: center;
	background-color: #e6e6e6;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	text-transform: none;
	font-size: 12px;
}
#body table.meetings tbody th{
	font-weight: bold;
	text-align: left;
}
#body table.meetings tbody .even th,
#body table.meetings tbody .even td{ background-color: #f2f2f2; }
#body table.meetings tbody a{
	padding-left: 15px;
	background: url("../../../themes/corporate/images/layout/icon.arrow.small.green.right.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/icon.arrow.small.green.right.png*/ no-repeat 0 2px;
	color: #73AE57;
	text-decoration: underline;
}
#body table.meetings.singleRoom{ 	width: 230px; }
#body table.meetings.singleRoom td{ font-weight: normal; }
#body table.meetings.singleRoom th{
	padding-left: 40px;
	background-image: url("../../../themes/corporate/images/layout/icon.set.meetings.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/icon.set.meetings.png*/;
	background-repeat: no-repeat;
}
#body table.meetings.singleRoom th.theatre{		background-position: 10px -90px; }
#body table.meetings.singleRoom th.classroom{	background-position: 10px -190px; }
#body table.meetings.singleRoom th.banquet{		background-position: 10px -290px; }
#body table.meetings.singleRoom th.block{		background-position: 10px -390px; }
#body table.meetings.singleRoom th.ustyle{		background-position: 10px -490px; }
#body table.meetings.singleRoom th.cocktail{	background-position: 10px -590px; }
#body table.meetings.singleRoom th.size{		background-position: 10px -690px; }
#body table.meetings.singleRoom .download{		text-align: left; }
/*
 * DOWNLOADCENTER
 */
#body .downloadCenter{
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}
#body .downloadCenter ul{
	width: 100%;
	margin: 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #363433;
}
#body .downloadCenter li{
	clear: both;
	float: left;
	width: 100%;
	height: 65px;
	margin: 0 0 15px 0;
	padding: 0 0 19px 0;
	border-bottom: 1px solid #363433;
	list-style-type: none;
	overflow: hidden;
}
#body .downloadCenter li .image{
	float: left;
	width: 100px;
	height: 68px;
	margin: 0 21px 0 0;
	text-align: center;
}
#body .downloadCenter li .image img{
	float: none;
	margin: 0;
}
#body .downloadCenter li h2{
	float: left;
	margin: 24px 0 0 0;
	width: 355px;
	height: 40px;
	color: #e2e1dd;
	font: bolder 13px/20px Arial, Helvetica, Verdana, sans-serif;
	overflow: hidden;
}
#body .downloadCenter li .buttons{
	float: right;
	width: 250px;
	padding: 26px 0 0 0;
}
#body .downloadCenter li .buttons a{
	float: left;
	display: block;
	width: 80px;
	height: 20px;
	margin: 0 0 0 20px;
	padding: 0 15px 0 10px;
	background: url("../../../themes/corporate/images/layout/btn.grey.180x20.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/btn.grey.180x20.png*/ no-repeat right top;
	color: #fff;
	font-weight: bolder;
	text-transform: uppercase;
}
#body .downloadCenter li .buttons a.download{
	background-position: left top;
}
/*
 * CONTACT FORMS
 */
#content form{
	float: left;
	width: 100%;
}
#content form fieldset{
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url("../../../themes/corporate/images/layout/forms/bg.fieldset.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/forms/bg.fieldset.png*/ repeat-y left top;
	border-bottom: 3px solid #000;
}
#content form h1{
	clear: both;
	height: 27px;
	margin: 0;
	padding: 0 8px 0 10px;
	background: white;
	color: #373534;
	font-family: "Times New Roman",Times,serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 27px;
	border-top: 10px solid white;
}
#content form h2{
	clear: both;
	height: 27px;
	margin: 0;
	padding: 0 8px 0 10px;
	background: white;
	color: #373534;
	font-family: Arial,Verdana,sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 27px;
	border-top: 10px solid white;
}
#content form h3{
	clear: both;
	height: 27px;
	margin: 0;
	padding: 0 8px 0 10px;
	background: #050201;
	color: #E2E1DD;
	font-family: "Times New Roman",Times,serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 27px;
	border-top: 10px solid #fff;
}
#content form h4,
#content form h5,
#content form h6{
	clear: both;
	margin: 0 8px 7px 10px;
	padding: 7px 0 3px 0;
	color: #373534;
	font-size: 12px;
	font-weight: bolder;
	line-height: 20px;
	border-bottom: 1px solid #999;
}
#content form h3:first-child{
	border-top: 0;
}
/* FIELDS */
#content form .field{
	float: left;
	width: 100%;
	clear: both;
}
#content form .middleColumn{
	float: left;
	padding: 7px 0 7px 20px;
	border-left: 1px solid #E2E1DD;
}
#content form .middleColumn input,
#content form .middleColumn select,
#content form .middleColumn textarea{
	float: left;
	width: 218px;
	margin: 0;
	padding: 2px 3px;
	background: #FFF;
	border: 1px solid #696969;
	color: #000;
	font-family: Arial,Verdana,sans-serif;
	font-size: 11px;
}
#content form .middleColumn input.required,
#content form .middleColumn select.required,
#content form .middleColumn textarea.required{
	border-color: #7A2426;
}
#content form .middleColumn select{
	width: auto;
	max-width: 226px;
	padding: 2px;
}
#content form .middleColumn textarea{
	width: 487px
}
#content form .date .middleColumn{
	background: url("../../../themes/corporate/images/layout/forms/datepicker.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/forms/datepicker.png*/ no-repeat 230px 8px;
}
#content form .date .middleColumn input{
	width: 100px;
}
/* CHECK- / RADIOBOXES */
#content form .field.checkbox input,
#content form .field input.checkbox,
#content form .field input.radio{
	float: none;
	width: auto;
	margin: 10px 5px 0 10px;
	padding: 0;
	background: transparent;
	border: 0;
}
#content form .field.checkbox label{
	float: right;
	width: 680px;
	margin: 0 10px 0 0;
	padding: 7px 0;
}
/**/
#content form .field .middleColumn .optionset,
#content form .field .middleColumn .optionset li{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
/* LABELS */
#content form label.left{
	float: left;
	display: block;
	width: 184px;
	margin: 0 20px 0 0;
	padding: 7px 0;
	color: #373534;
	font-weight: bolder;
	text-align: right;
}
#content form label.right{
	float: right;
	display: block;
	width: 245px;
	margin: 0 10px;
	padding: 7px;
	color: #373534;
}
#content form label.required{
	clear: both;
	float: left;
	color: #7A2426;
	font-size: 11px;
}
/* SUBMIT ACTIONS */
#content form .Actions{
	clear: both;
	float: left;
	width: 100%;
}
#content form .Actions .action{
	float: right;
	display: block;
	width: 151px;
	height: 20px;
	margin: 0;
	padding: 0 20px 2px 5px;
	background: url("../../../themes/corporate/images/layout/forms/button.red.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/forms/button.red.png*/ no-repeat right top;
	border: 0;
	color: #E2E1DD;
	cursor: pointer;
	font-family: Arial,Verdana,sans-serif;
	font-size: 10px;
	font-weight: bolder;
	line-height: 20px;
	text-align: left;
	text-transform: uppercase;
}
/*
 * google maps
 */
#googlemaps{
	width:  730px;
	height: 400px;
	margin-bottom: 20px;
}
/*
 * MISC
 */
.clearLeft{
	clear: left;
}
.clearRight{
	clear: right;
}
.clear, .clearer{
	clear: both;
}
.hidden{
	display: none;
}
/*
 * GUEST REVIEWS
 */
div.guestReviews{
        background: #FFF;
        font-family: Verdana,Helvetica,Arial,sans-serif !important;
        line-height: 14px !important;
}
div.guestReviews div#social-buzz > ul > li{
        border-bottom: 1px solid #EEE!important;
}
div.guestReviews div#social-buzz .logo{
        background: none!important;
}
div.guestReviews div#social-buzz a.black,
div.guestReviews div#social-buzz li > span.excerpt{
        color:#666!important;
}
/* REVIEW PRO*/
.guestReviews #reviewPro {
        margin: 10px 0;
        font: 11px/14px Verdana,​Helvetica,​Arial,​sans-serif;
}
.guestReviews #reviewPro a:hover,
.guestReviews #reviewPro a:focus,
.guestReviews #reviewPro a:active {
        text-decoration: underline;
}
.guestReviews #reviewPro header {
        margin: 0 0 10px 0;
        padding:0 0 10px 0;
        background: #fefef9;
        border-bottom: 1px solid #eee;
        color: #666;
}
.guestReviews #reviewPro header h2 {
        margin: 0;
        color: #666;
        font: bold 1em/16px Verdana,​Helvetica,​Arial,​sans-serif;
}
.guestReviews #reviewPro header .popularity {
        float: right;
        text-align: right;
}
.guestReviews #reviewPro header p {
        margin: 0;
}
.guestReviews #reviewPro header .popularity span {
        color: #589442;
}
.guestReviews #reviewPro header .popularity strong {
        font: bold 1.2em/14px Verdana,​Helvetica,​Arial,​sans-serif;
}
.guestReviews #reviewPro header .ratings ul {
        margin: 0;
}
.guestReviews #reviewPro header .ratings li {
        list-style-type: none;
        margin: 0;
}
.guestReviews #reviewPro header .ratings li a {
        display: inline-block;
        width: 20%;
        color: #666;
}
.guestReviews #reviewPro header .ratings li .rating {
        display: inline-block;
        width: 60px;
        height: 12px;
        margin: 0 50px 0 0;
        background: url("../../../themes/corporate/images/layout/iconset.reviewpro.ratings.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/iconset.reviewpro.ratings.png*/ no-repeat;
}
.guestReviews #reviewPro header .ratings li .r05 { background-position: -48px -75px; }
.guestReviews #reviewPro header .ratings li .r10 { background-position: -48px -50px; }
.guestReviews #reviewPro header .ratings li .r15 { background-position: -36px -75px; }
.guestReviews #reviewPro header .ratings li .r20 { background-position: -36px -50px; }
.guestReviews #reviewPro header .ratings li .r25 { background-position: -24px -75px; }
.guestReviews #reviewPro header .ratings li .r30 { background-position: -24px -50px; }
.guestReviews #reviewPro header .ratings li .r35 { background-position: -12px -75px; }
.guestReviews #reviewPro header .ratings li .r40 { background-position: -12px -50px; }
.guestReviews #reviewPro header .ratings li .r45 { background-position: 0 -75px; }
.guestReviews #reviewPro header .ratings li .r50 { background-position: 0 -50px; }
.guestReviews #reviewPro header .ratings li.tripadvisor .r05 { background-position: -48px -175px; }
.guestReviews #reviewPro header .ratings li.tripadvisor .r10 { background-position: -48px -150px; }
.guestReviews #reviewPro header .ratings li.tripadvisor .r15 { background-position: -36px -175px; }
.guestReviews #reviewPro header .ratings li.tripadvisor .r20 { background-position: -36px -150px; }
.guestReviews #reviewPro header .ratings li.tripadvisor .r25 { background-position: -24px -175px; }
.guestReviews #reviewPro header .ratings li.tripadvisor .r30 { background-position: -24px -150px; }
.guestReviews #reviewPro header .ratings li.tripadvisor .r35 { background-position: -12px -175px; }
.guestReviews #reviewPro header .ratings li.tripadvisor .r40 { background-position: -12px -150px; }
.guestReviews #reviewPro header .ratings li.tripadvisor .r45 { background-position: 0 -175px; }
.guestReviews #reviewPro header .ratings li.tripadvisor .r50 { background-position: 0 -150px; }
.guestReviews #reviewPro header .ratings li .count {
        display: inline-block;
}
.guestReviews #reviewPro header .ratings a.show-less,
.guestReviews #reviewPro header .ratings a.show-more {
        color: #6A8CA4;
        cursor: pointer;
}
.guestReviews #reviewPro header .ratings a.show-less:hover,
.guestReviews #reviewPro header .ratings a.show-less:focus,
.guestReviews #reviewPro header .ratings a.show-less:active,
.guestReviews #reviewPro header .ratings a.show-more:hover,
.guestReviews #reviewPro header .ratings a.show-more:focus,
.guestReviews #reviewPro header .ratings a.show-more:active {
        text-decoration: underline;
}
.guestReviews #reviewPro header .ratings a.show-less:before {
        content:"« ";
}
.guestReviews #reviewPro header .ratings a.show-more:after {
        content:" »";
}
.guestReviews #reviewPro > ul {
        margin: 0;
}
.guestReviews #reviewPro > ul li {
        float: left;
        width: 100%;
        clear: both;
        margin: 0 0 10px;
        padding: 0 0 10px 0;
        border-bottom: 1px solid #eee;
        color: #666;
        list-style-type: none;
}
.guestReviews #reviewPro > ul li > div {
        float: left;
        width: 30%;
        font: 10px/15px Verdana,​Helvetica,​Arial,​sans-serif;
}
.guestReviews #reviewPro > ul li > div a {
        color: #6A8CA4;
}
.guestReviews #reviewPro > ul li > div a:before {
        content:"» ";
}
.guestReviews #reviewPro > ul li > div span.source {
        display: inline-block;
        margin: 0 0 10px;
        color: #666;
        font: bold 1.2em/19px Verdana,​Helvetica,​Arial,​sans-serif;
}
.guestReviews #reviewPro > ul li > div span.source:before {
        display: none;
}
.guestReviews #reviewPro > ul li .rating {
        display: inline-block;
        width: 80px;
        height: 16px;
        background: url("../../../themes/corporate/images/layout/iconset.reviewpro.ratings.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/iconset.reviewpro.ratings.png*/ no-repeat;
}
.guestReviews #reviewPro > ul li .r05 { background-position: -64px -25px; }
.guestReviews #reviewPro > ul li .r10 { background-position: -64px 0; }
.guestReviews #reviewPro > ul li .r15 { background-position: -48px -25px; }
.guestReviews #reviewPro > ul li .r20 { background-position: -48px 0; }
.guestReviews #reviewPro > ul li .r25 { background-position: -32px -25px; }
.guestReviews #reviewPro > ul li .r30 { background-position: -32px 0; }
.guestReviews #reviewPro > ul li .r35 { background-position: -16px -25px; }
.guestReviews #reviewPro > ul li .r40 { background-position: -16px 0; }
.guestReviews #reviewPro > ul li .r45 { background-position: 0 -25px; }
.guestReviews #reviewPro > ul li .r50 { background-position: 0 0; }
.guestReviews #reviewPro > ul li.tripadvisor .r05 { background-position: -64px -124px; }
.guestReviews #reviewPro > ul li.tripadvisor .r10 { background-position: -64px -100px; }
.guestReviews #reviewPro > ul li.tripadvisor .r15 { background-position: -48px -124px; }
.guestReviews #reviewPro > ul li.tripadvisor .r20 { background-position: -48px -100px; }
.guestReviews #reviewPro > ul li.tripadvisor .r25 { background-position: -32px -124px; }
.guestReviews #reviewPro > ul li.tripadvisor .r30 { background-position: -32px -100px; }
.guestReviews #reviewPro > ul li.tripadvisor .r35 { background-position: -16px -124px; }
.guestReviews #reviewPro > ul li.tripadvisor .r40 { background-position: -16px -100px; }
.guestReviews #reviewPro > ul li.tripadvisor .r45 { background-position: 0 -124px; }
.guestReviews #reviewPro > ul li.tripadvisor .r50 { background-position: 0 -100px; }
.guestReviews #reviewPro > ul li blockquote {
        float: right;
        width: 70%;
}
.guestReviews #reviewPro > ul li cite {
        display: block;
        padding: 4px 0 0;
        font: 10px/14px Verdana,​Helvetica,​Arial,​sans-serif;
}
.guestReviews #reviewPro footer {
        clear: both;
        text-align: center;
}
.guestReviews #reviewPro footer a {
        color: #6a8ca4;
}
/**/
.fixedBox{
        float: left;
        width: 182px;
        margin: 38px 0 0 0;
        padding: 17px 0 3px 17px;
        background: #F1F1EF;
}
.fixedBox.fixed{
        position: fixed;
        top: 25px;
}
.fixedBox.fixed.bottom{
        position: absolute;
        top: auto;
}
.fixedBox img{
        border: 1px solid #B0B2B1;
        margin: 0 0 10px;
}
.fixedBox blockquote{
        font-family: "Times New Roman",Times,serif;
        font-size: 14px;
        font-style: italic;
        line-height: 14px;
        margin: 0 0 6px;
        padding: 0;
}
.fixedBox cite{
        display: block;
        font-family: "Times New Roman",Times,serif;
        font-size: 11px;
        font-style: normal;
        line-height: 12px;
        margin: 0 0 43px;
        padding: 0;
}
.fixedBox h2 {
        margin: 0 0 11px;
        padding: 0;
}
.fixedBox ul,
.fixedBox li{
        list-style-type: none;
        margin: 0;
        padding: 0;
}
.fixedBox h2 img,
.fixedBox ul img{
        border: 0 none;
        margin: 0;
}
.fixedBox ul img{
        float: left;
        margin: 0 8px 0 0;
}
.fixedBox ul li{
        clear: both;
        float: left;
        padding: 0 0 6px;
}
.fixedBox ul a{
        color: #363636;
        font-family: "Times New Roman",Times,serif;
        font-size: 14px;
        font-style: normal;
        line-height: 25px;
        text-decoration: none;
}
#social-buzz-container .header.sb-background-color2{
        background-color: #F1F1EF !important;
        border-color: #F1F1EF !important;
}
/* STANDARD TABLES */
table{
	width: 100%;
}
table th,
table td{
	font-size: 11px;
	text-align: left;
}
table thead th{
	background: #000;
	padding: 5px 10px;
	color: #fff;
	font: 16px/20px "Times New Roman", Times, serif;
}
table tbody th{
	font-weight: normal;
}
table tbody th.continent{
	padding-top: 25px;
	font-weight: bolder;
	text-transform: uppercase;
}
#body table tbody th.europe,
#body table tbody th.europe a{
	color: #036;
}
#body table tbody th.asia,
#body table tbody th.asia a{
	color: #903;
}
#body table tbody th.africa,
#body table tbody th.africa a{
	color: #063;
}
table tbody th.continent:first-child{
	padding-top: 0;
}
table tbody td{
	padding: 0 0 0 5px;
}
table tbody tr:nth-child(2n) th,
table tbody tr:nth-child(2n) td{
	background: #e9e9e9;
}

/*
 *	PROMOTION: SUITELY SENSATIONAL
 */
#promotion-element{
	width: 550px;
	height: 310px;
	margin: 0 auto;
	background: url("../../../themes/corporate/images/layout/promotion/bg.suitely.sensational.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/promotion/bg.suitely.sensational.png*/ no-repeat;
	position: relative;
	top: 80px;
	z-index: 99;
}
#promotion-element a{
	display: block;
	width: 550px;
	height: 126px;
	padding: 184px 0 0 0;
}
#promotion-element a span{
	display: block;
	width: 470px;
	height: 72px;
	margin: 0 auto;
	color: #DBD5AF;
	font: 18px/22px Arial,Verdana,sans-serif;
	overflow: hidden;
	text-align: center;
}
#promotion-element a strong{
	display: block;
	width: 157px;
	height: 31px;
	margin: 0 auto;
	background: url("../../../themes/corporate/images/layout/promotion/bg.suitely.sensational.button.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/promotion/bg.suitely.sensational.button.png*/ no-repeat;
	color: #fff;
	font: bold 12px/31px Arial,Verdana,sans-serif;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

/*
 *	CITY LANDING PAGE
 */
#body.landing-city #map {
	float: right;
	width: 470px;
	height: 320px;
	margin: 2px 0 20px 20px;
	background: lightgrey;
}
#body.landing-city .button {
	display: block;
	width: 215px;
	height: 20px;
	margin: 0 0 21px 0;
	padding: 0 0 0 10px;
	background: url("../../../themes/corporate/images/layout/btn.grey.arrow.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/btn.grey.arrow.png*/ no-repeat right 0;
	color: white;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
}
#body.landing-city ul {
	margin-left: 0;
}
#body.landing-city a.more-information {
	text-decoration: none;
	text-transform: uppercase;
}
#body.landing-city a.more-information:before {
	content: url("../../../themes/corporate/images/layout/icon.arrow.small.green.right.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/icon.arrow.small.green.right.png*/;
	padding-right: 3px;
}
#body.landing-city a.more {
	background: none;
}
#body.landing-city a.more:after {
	content: " ";
	display: inline-block;
	width: 12px;
	height: 11px;
	margin: 0 0 0 7px;
	background: url("../../../themes/corporate/images/layout/icon.arrow.green.right.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/icon.arrow.green.right.png*/ no-repeat;
}
#body.landing-city h2.boxed {
	clear: both;
	margin-bottom: 18px;
	padding: 9px 19px 10px 19px;
	background: black;
	border: 0;
	color: #e2e1dd;
	font: 21px/1 "Times New Roman", Times, serif;
}
/**/
#body.landing-city .teaser.offers {
	width: 100%;
	border-bottom: 3px solid black;
}
#body.landing-city .teaser.floating li {
	height: auto;
	margin: 0 0 20px 20px;
}
#body.landing-city .teaser.floating li.clearLeft {
	margin-left: 0;
}
#body.landing-city .teaser li > a:first-child {
	position: relative;
	float: left;
}
#body.landing-city .teaser li > a:first-child img{
	position: relative;
	z-index: 1;
}
#body.landing-city .teaser li > a:first-child span {
	display: block;
	width: 195px;
	height: 28px;
	padding: 2px 30px 0 0;
	background: rgba(0,0,0,.5) url("../../../themes/corporate/images/layout/icon.arrow.green.right.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/icon.arrow.green.right.png*/ no-repeat 203px 10px;
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
	text-align: right;
	text-transform: uppercase;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
}
#body.landing-city .teaser li > div {
	clear: both;
	margin: 15px 0 0;
	color: #373534;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
}
#body.landing-city .teaser h2 {
	margin: 0 0 10px;
	color: #373534;
	font-size: 21px;
	line-height: 23px;
}
#body.landing-city .teaser.hotels li > div h2 a{
	color: black;
}
#body.landing-city .teaser.hotels h2 {
	min-height: 69px;
	padding-left: 27px;
	position: relative;
}
#body.landing-city .teaser.hotels ul li div p a:before {
	content: url("../../../themes/corporate/images/layout/icon.arrow.small.green.right.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/icon.arrow.small.green.right.png*/;
	padding-right: 3px;
}
#body.landing-city .teaser.hotels ul li div p a {
	color: #73ae57;
}
#body.landing-city .teaser.hotels h2:before {
	content: " ";
	display: inline-block;
	width: 23px;
	height: 35px;
	background: url("../../../themes/corporate/images/layout/icon.map-maker.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/icon.map-maker.png*/ no-repeat center top;
	position: absolute;
	left: -1px;
	top: 6px;
}
#body.landing-city .teaser.hotels li:hover h2:before {
	background-image: url("../../../themes/corporate/images/layout/icon.map-maker_active.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/icon.map-maker_active.png*/;
}
/* 3 HOTELS */
#body.landing-city .teaser.hotels.three-up > ul > li{
	width: 306px;
	margin-left: 21px;
}
#body.landing-city .teaser.hotels.three-up > ul > li.clearLeft{
	margin-left: 0;
}
#body.landing-city .teaser.hotels.three-up li > a:first-child span {
	width: 276px;
	background-position: 284px 10px
}
#body.landing-city .teaser.hotels.three-up .bookButton{
	width: 296px;
	background-image: url("../../../themes/corporate/images/layout/btn.green.arrow.500x20.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/btn.green.arrow.500x20.png*/;
}
#body.landing-city .teaser.hotels.three-up .bookButton:active{
	background-image: url("../../../themes/corporate/images/layout/btn.green.arrow.500x20.loading.gif")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/btn.green.arrow.500x20.loading.gif*/;
}
/* 2 HOTELS */
#body.landing-city .teaser.hotels.two-up > ul > li{
	width: 470px;
}
#body.landing-city .teaser.hotels.two-up > ul > li.clearLeft{
	margin-left: 0;
}
#body.landing-city .teaser.hotels.two-up li > a:first-child {
	float: left;
}
#body.landing-city .teaser.hotels.two-up li > a:first-child span {
	width: 200px;
	background-position: 208px 10px
}
#body.landing-city .teaser.hotels.two-up li > div {
	float: right;
	clear: none;
	width: 225px;
	margin-top: 0
}
#body.landing-city .teaser.hotels.two-up li{
	overflow: visible;
}
#body.landing-city .teaser.hotels.two-up li:before{
	content: " ";
	display: block;
	width: 1px;
	height: 100%;
	background: #e5e4e0;
	position: absolute;
	left: -10px;
}
#body.landing-city .teaser.hotels.two-up li.clearLeft:before{
	display: none;
}
/**/
#body.landing-city .teaser p {
	margin: 0 0 20px;
}
#body.landing-city .teaser li > a.bookButton {
	margin: 0;
	font-weight: normal;
	line-height: 20px;
}
/**/
#body.landing-city .boxes {
	clear: both;
	width: 100%;
	padding: 18px 0 0;
	border-top: 3px solid black;
}
#body.landing-city .boxes .box {
	float: left;
	width: 306px;
	margin: 0 0 20px 20px;
}
#body.landing-city .boxes .box.small-box {
	width: 284px;
}
#body.landing-city .boxes .box:first-child {
	margin-left: 0;
}
#body.landing-city .boxes p {
	margin-bottom: 20px;
}
#body.landing-city .boxes a.more {
	text-transform: uppercase;
}
#body.landing-city .boxes .link-list {
	list-style-type: none;
}
#body.landing-city .boxes .link-list li {
	list-style-type: none;
	margin: 0;
}
#body.landing-city .boxes .link-list a:before {
	content: " ";
	display: inline-block;
	width: 12px;
	height: 11px;
	margin: 0 7px 0 0;
	background: url("../../../themes/corporate/images/layout/icon.arrow.green.right.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/icon.arrow.green.right.png*/ no-repeat;
}
#body.landing-city .boxes .multitoggler-trigger {
	text-transform: uppercase;
}
#body.landing-city .boxes .multitoggler-content {
	margin-top: 20px;
}
#body.landing-city .boxes .box.weather {
	width: 352px;
	background: -moz-linear-gradient(		56deg, #e5e4e0 0%, #fbfbfb 100%) no-repeat; /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #e5e4e0), color-stop(100%, #fbfbfb)) no-repeat; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(	56deg, #e5e4e0 0%, #fbfbfb 100%) no-repeat; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(			56deg, #e5e4e0 0%, #fbfbfb 100%) no-repeat; /* Opera 11.10+ */
	background: -ms-linear-gradient(		56deg, #e5e4e0 0%, #fbfbfb 100%) no-repeat; /* IE10+ */
	background: linear-gradient(56deg, #e5e4e0 0%, #fbfbfb 100%) no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e4e0', endColorstr='#fbfbfb',GradientType=1 ); /* IE6-9 */
}
#body.landing-city .boxes .box.weather h2 {
	margin: 0 0 14px;
	padding: 4px 9px 6px;
	background: black;
	color: white;
	font: 17px/1 "Times New Roman", Times, serif;
}
#body.landing-city .boxes .box.weather div.weather-nav {
	display: inline-block;
	float: left;
	height: 203px;
	margin: 0;
	text-align: center;
}
#body.landing-city .boxes .box.weather div.weather-nav a{
	height: 203px;
	padding: 0 8px;
	float: left;
}
#body.landing-city .boxes .box.weather div.weather-nav a.inactive{
	cursor: default;
}
#body.landing-city .boxes .box.weather div.weather-nav a.inactive img{
	opacity: 0.1;
	filter: alpha(opacity=10);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
#body.landing-city .boxes .box.weather div.weather-nav a img{
	margin: 92px 0 0 0;
	max-width: 10px;
}
#body.landing-city .boxes .box.weather .slider {
	display: inline-block;
	position: relative;
	float: left;
	width: 300px;
	height: 203px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#body.landing-city .boxes .box.weather ul {
	display: inline-block;
	width: 700px;
	position: absolute;
	left: 0;
	transition: left 0.4s ease-in-out;
	-moz-transition: left 0.4s ease-in-out; /* FF 4 */
	-webkit-transition: left 0.4s ease-in-out; /* Safari & Chrome */
	-o-transition: left 0.4s ease-in-out; /* Opera */
}
#body.landing-city .boxes .box.weather li {
	display: inline-block;
	float: left;
	width: 100px;
	margin: 0;
	list-style-type: none;
	color: #373534;
	text-align: center;
}
#body.landing-city .boxes .box.weather li span {
	display: block;
	font: 15px/23px "Times New Roman", Times, serif;
}
#body.landing-city .boxes .box.weather li > div img{
	float: none;
	margin: 2px 20px 10px 0;
}
#body.landing-city .boxes .box.weather li strong {
	display: block;
	margin-bottom: 16px;
	font: bold 17px/23px Arial, Helvetica, Verdana, sans-serif;
}
#body.landing-city .boxes .box.weather > p {
	font-size: 9px;
	color: #999;
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
}
#body.landing-city .boxes .box.weather > p a{
	color: #999;
}
#body.landing-city .teaser.floating.offers ul{
	display: inline-block;
	width: 100%;
	float: left;
}
#body.landing-city .teaser.floating.offers > a {
	display: inline-block;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#body.thingslist #content .teaser.floating ul li{
	height: auto;
}
#body.thingslist #content .teaser.floating li h2 {
	padding: 4px 0 5px 0;
}
#body.thingslist #content .teaser.floating li p.link {
	float: left;
}
#body.thingslist #content .teaser.floating li a.more {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0;
	background: none;
	font-size: inherit;
	line-height: inherit;
}
#body.thingslist #content .teaser.floating li a.more::after {
	content: url("../../../themes/corporate/images/layout/icon.arrow.green.right.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/icon.arrow.green.right.png*/;
	padding-left: 3px;
}

/*
 * COOKIE CONFIRMATION
 */
#cookie-confirmation {
	width: 100%;
	background: #d5d2d2; /* rgb(213,210,210); */
	background: rgba(203,200,200,.95);
	border-top: 1px solid #a3a0a0;
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	animation:			slide-in linear 1s 1;
	-webkit-animation:	slide-in linear 1s 1;
	-moz-animation:		slide-in linear 1s 1;
	-o-animation:		slide-in linear 1s 1;
	-ms-animation:		slide-in linear 1s 1;
	display:none;
}
#cookie-confirmation .article {
	float: left;
	width: 685px;
	margin: 10px 0 10px 20px;
	color: #373333;
	font-size: 13px;
}
#cookie-confirmation .article a {
	color: #666;
	-webkit-transition: all .5s linear;
	-moz-transition: 	all .5s linear;
	-o-transition: 		all .5s linear;
	-ms-transition: 	all .5s linear;
	transition: 		all .5s linear;
}
#cookie-confirmation .article a:hover,
#cookie-confirmation .article a:focus,
#cookie-confirmation .article a:active {
	color: #373333;
	text-decoration: underline;
}
#cookie-confirmation .aside {
	float: right;
	width: 215px;
	margin: 10px 20px 10px 0;
	text-align: right;
}
#cookie-confirmation .aside a {
	display: inline-block;
	padding: 0 24px 0 10px;
	background: url("../../../themes/corporate/images/layout/btn.green.close.250x20.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/btn.green.close.250x20.png*/ no-repeat right 0;
	color: #e2e1dd;
	cursor: pointer;
	font: bold 10px/20px Arial,Verdana,sans-serif;
	text-align: right;
	text-transform: uppercase;
}
/* slide in animation */
@keyframes slide-in{
	0% {
		bottom: -500px;
	}
	100% {
		bottom: 0;
	}
}
@-moz-keyframes slide-in{
	0% {
		bottom: -500px;
	}
	100% {
		bottom: 0;
	}
}
@-webkit-keyframes slide-in {
	0% {
		bottom: -500px;
	}
	100% {
		bottom: 0;
	}
}
@-o-keyframes slide-in {
	0% {
		bottom: -500px;
	}
	100% {
		bottom: 0;
	}
}
@-ms-keyframes slide-in {
	0% {
		bottom: -500px;
	}
	100% {
		bottom: 0;
	}
}


/****** FILE: sitecode/plugins/qtip/jquery.qtip.css *****/
/*!
 * qTip2 - Pretty powerful tooltips - v2.0.1-4-g
 * http://qtip2.com
 *
 * Copyright (c) 2013 Craig Michael Thompson
 * Released under the MIT, GPL licenses
 * http://jquery.org/license
 *
 * Date: Fri Jan 4 2013 04:05 GMT+0000
 * Plugins: svg ajax tips modal viewport imagemap ie6
 * Styles: basic css3
 */

/* Core qTip styles */
.qtip, .qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;
	
	font-size: 10.5px;
	line-height: 12px;

	direction: ltr;
}

	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;

		cursor: pointer;
		outline: medium none;

		border-width: 1px;
		border-style: solid;
		border-color: transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}
	
		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
			vertical-align: middle;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}


/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border-width: 1px;
	border-style: solid;
	border-color: #F1D031;

	background-color: #FFFFA3;
	color: #555;
}

	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}
	
	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}


/*! Light tooltip style */
.qtip-light{
	background-color: white;
	border-color: #E2E2E2;
	color: #454545;
}

	.qtip-light .qtip-titlebar{
		background-color: #f1f1f1;
	}


/*! Dark tooltip style */
.qtip-dark{
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3;
}

	.qtip-dark .qtip-titlebar{
		background-color: #404040;
	}

	.qtip-dark .qtip-icon{
		border-color: #444;
	}

	.qtip-dark .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/*! Cream tooltip style */
.qtip-cream{
	background-color: #FBF7AA;
	border-color: #F9E98E;
	color: #A27D35;
}

	.qtip-cream .qtip-titlebar{
		background-color: #F0DE7D;
	}

	.qtip-cream .qtip-close .qtip-icon{
		background-position: -82px 0;
	}


/*! Red tooltip style */
.qtip-red{
	background-color: #F78B83;
	border-color: #D95252;
	color: #912323;
}

	.qtip-red .qtip-titlebar{
		background-color: #F06D65;
	}

	.qtip-red .qtip-close .qtip-icon{
		background-position: -102px 0;
	}

	.qtip-red .qtip-icon{
		border-color: #D95252;
	}

	.qtip-red .qtip-titlebar .ui-state-hover{
		border-color: #D95252;
	}


/*! Green tooltip style */
.qtip-green{
	background-color: #CAED9E;
	border-color: #90D93F;
	color: #3F6219;
}

	.qtip-green .qtip-titlebar{
		background-color: #B0DE78;
	}

	.qtip-green .qtip-close .qtip-icon{
		background-position: -42px 0;
	}


/*! Blue tooltip style */
.qtip-blue{
	background-color: #E5F6FE;
	border-color: #ADD9ED;
	color: #5E99BD;
}

	.qtip-blue .qtip-titlebar{
		background-color: #D0E9F5;
	}

	.qtip-blue .qtip-close .qtip-icon{
		background-position: -2px 0;
	}


/* Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.qtip-rounded .qtip-titlebar{
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

/* Youtube tooltip style */
.qtip-youtube{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;

	color: white;
	border-width: 0;

	background: #4A4A4A;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
	background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

	.qtip-youtube .qtip-titlebar{
		background-color: #4A4A4A;
		background-color: rgba(0,0,0,0);
	}
	
	.qtip-youtube .qtip-content{
		padding: .75em;
		font: 12px arial,sans-serif;
		
		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
	}

	.qtip-youtube .qtip-icon{
		border-color: #222;
	}

	.qtip-youtube .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* jQuery TOOLS Tooltip style */
.qtip-jtools{
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-linear-gradient(top, #717171, #232323);
	background-image: -ms-linear-gradient(top, #717171, #232323);
	background-image: -o-linear-gradient(top, #717171, #232323);

	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
}

	/* IE Specific */
	.qtip-jtools .qtip-titlebar{
		background-color: transparent;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
	}
	.qtip-jtools .qtip-content{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
	}

	.qtip-jtools .qtip-titlebar,
	.qtip-jtools .qtip-content{
		background: transparent;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-jtools .qtip-icon{
		border-color: #555;
	}

	.qtip-jtools .qtip-titlebar .ui-state-hover{
		border-color: #333;
	}


/* Cluetip style */
.qtip-cluetip{
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);

	background-color: #D9D9C2;
	color: #111;
	border: 0 dashed transparent;
}

	.qtip-cluetip .qtip-titlebar{
		background-color: #87876A;
		color: white;
		border: 0 dashed transparent;
	}
	
	.qtip-cluetip .qtip-icon{
		border-color: #808064;
	}
	
	.qtip-cluetip .qtip-titlebar .ui-state-hover{
		border-color: #696952;
		color: #696952;
	}


/* Tipsy style */
.qtip-tipsy{
	background: black;
	background: rgba(0, 0, 0, .87);

	color: white;
	border: 0 solid transparent;

	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-shadow: 0 1px black;
}

	.qtip-tipsy .qtip-titlebar{
		padding: 6px 35px 0 10;
		background-color: transparent;
	}

	.qtip-tipsy .qtip-content{
		padding: 6px 10;
	}
	
	.qtip-tipsy .qtip-icon{
		border-color: #222;
		text-shadow: none;
	}

	.qtip-tipsy .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* Tipped style */
.qtip-tipped{
	border: 3px solid #959FA9;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	background-color: #F9F9F9;
	color: #454545;

	font-weight: normal;
	font-family: serif;
}

	.qtip-tipped .qtip-titlebar{
		border-bottom-width: 0;

		color: white;
		background: #3A79B8;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
		background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
	}

	.qtip-tipped .qtip-icon{
		border: 2px solid #285589;
		background: #285589;
	}

		.qtip-tipped .qtip-icon .ui-icon{
			background-color: #FBFBFB;
			color: #555;
		}


/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap{
	/** Taken from Bootstrap body */
	font-size: 14px;
	line-height: 20px;
	color: #333333;

	/** Taken from Bootstrap .popover */
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

	.qtip-bootstrap .qtip-titlebar{
		/** Taken from Bootstrap .popover-title */
		padding: 8px 14px;
		margin: 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 18px;
		background-color: #f7f7f7;
		border-bottom: 1px solid #ebebeb;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}

		.qtip-bootstrap .qtip-titlebar .qtip-close{
			/**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
			right: 11px;
			top: 45%;
			border-style: none;
		}

	.qtip-bootstrap .qtip-content{
		/** Taken from Bootstrap .popover-content */
		padding: 9px 14px;
	}

	.qtip-bootstrap .qtip-icon{
		/**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
		background: transparent;
	}

		.qtip-bootstrap .qtip-icon .ui-icon{
			/**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
			width: auto;
			height: auto;

			/* Taken from Bootstrap .close */
			float: right;
			font-size: 20px;
			font-weight: bold;
			line-height: 18px;
			color: #000000;
			text-shadow: 0 1px 0 #ffffff;
			opacity: 0.2;
			filter: alpha(opacity=20);
		}

		.qtip-bootstrap .qtip-icon .ui-icon:hover{
			/* Taken from Bootstrap .close:hover */
			color: #000000;
			text-decoration: none;
			cursor: pointer;
			opacity: 0.4;
			filter: alpha(opacity=40);
		}


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
	filter: none;
	-ms-filter: none;
}


/* Tips plugin */
.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
}

	.qtip .qtip-tip,
	.qtip .qtip-tip .qtip-vml{
		position: absolute;

		color: #123456;
		background: transparent;
		border: 0 dashed transparent;
	}
	
	.qtip .qtip-tip canvas{ top: 0; left: 0; }

	.qtip .qtip-tip .qtip-vml{
		behavior: url(#default#VML);
		display: inline-block;
		visibility: visible;
	}
/* Modal plugin */
#qtip-overlay{
	position: fixed;
	left: -10000em;
	top: -10000em;
}

	/* Applied to modals with show.modal.blur set to true */
	#qtip-overlay.blurs{ cursor: pointer; }

	/* Change opacity of overlay here */
	#qtip-overlay div{
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;

		background-color: black;

		opacity: 0.7;
		filter:alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}


/* IE6 Modal plugin fix */
.qtipmodal-ie6fix{
	position: absolute !important;
}

/****** FILE: sitecode/plugins/magnificpopup/css/magnific-popup.css *****/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

