/* Sprite */
#logo,
.menu li,
.submenu li a,
#main-menu span,
#photos .slideshow .arrows a,
#upcoming-events time,
#content ul li,
#socials a{
	background: url(../images/sprite.png) no-repeat;
}

.corner {
	background:url(../images/corners.png) no-repeat 0 0;
	position:absolute;
	height:9px;
	width:9px;
	z-index:99;
}

/* Fonts */
h1, #upcoming-events h4 { font-family: muliregular, sans-serif;}

body, h2, h3, h4, h5, h6,
#stayconnected input[type="text"]{
	font-family: cuprumregular, sans-serif;
}

#content strong{ font-family: cuprumbold, sans-serif; }
#content em{ font-family: cuprumitalic, sans-serif; font-style:italic; }

#booking, #booking h4,
a.button, input[type="submit"],
#photos .slideshow figcaption {
	font-family: abelregular, sans-serif;
}

/* Colors */
h1, h2, h3, h4, h5, h6,
a,
#main-menu ul ul a:hover, #main-menu ul ul a.active,
#submenu ul li a:hover, #submenu ul li a.active,
#upcoming-events h5 a:hover,
#stayconnected input[type="text"], #stayconnected label,
.poi-expand:hover, #show-all:hover,
#content .gallery figcaption a:hover, #content .galdescr h3 a:hover{
	color: #d11242;
}

#booking label,
#content h2, #content h3, #content h4, #content h5, #content h6{
	color: #231f20;
}

.menu a:hover, .menu a.active,
#main-menu ul ul a,
#submenu ul li a,
#booking #brg:hover,
#upcoming-events h5 a, #upcoming-events p a:hover, #upcoming-events time a:hover,
#footer p a{
	color: #808284;
}

#main-menu a:hover, #main-menu a.active,
#footer .column-right p a:hover{
	color:#000;
}

/* Common */
html {
	min-width:960px;
	overflow-y:scroll;
	background: #cccccc url(../images/bg-bottom.png) 0 100% repeat-x;
}

body {
	background: url(../images/bg-top.png) repeat-x;
	color: #808284;
	font-size: 16px;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	font-smoothing:antialiased;

	overflow:hidden;
}

::selection { background:#ffa3ba; color:#fff; }
::-moz-selection { background:#ffa3ba; color:#fff; }
::-webkit-selection { background:#ffa3ba; color:#fff; }

.hide { display:none !important; }

a {
	text-decoration:underline;
	position:relative;

	-moz-transition: color 0.5s ease-out;
	-webkit-transition: color 0.5s ease-out;
	transition: color 0.5s ease-out;
}
a:hover { color:#000; }
a:active { top:1px; }

hr {
	display:block;
	border:none;
	color:#f2efe7;
	clear:both;
	background:#f2efe7;
	height:1px;
	margin:15px auto;
}

legend{ display: none; }

input[type="text"], textarea{
	font:12px/23px 'Trebuchet MS', sans-serif;
	background: #fff;
	border: 1px solid #eee7de;
}
input[type="text"]{
	width: 78px;
	padding: 0 5px;
	margin: 0;
	vertical-align: top;
	height:23px;
}

h1, h2, h3, h4, h5{
	*font-weight: normal;
}

/* BUTTONS */
a.button, input[type="submit"] {
	display:inline-block;
	*display:inline;
	zoom:1;
	position: relative;
	cursor:pointer;
	white-space:nowrap;
	color: #fff;
	height: 25px;
	font: 16px/25px 'abelregular', sans-serif;
	text-decoration:none;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0 8px;
	overflow:visible;
	border: 1px solid #e9e9e9;
	*border: 0;
	background-color: #d11443;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d11443), to(#d6375d));
	background: -webkit-linear-gradient(top, #d6375d, #d11443);
	background: -moz-linear-gradient(top, #d6375d, #d11443);
	background: -ms-linear-gradient(top, #d6375d, #d11443);
	background: -o-linear-gradient(top, #d6375d, #d11443);
	-webkit-appearance: none;
	
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
}
a.button:hover, input[type="submit"]:hover {
	background-color: #b0133a;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b0133a), to(#ba3555));
	background: -webkit-linear-gradient(top, #ba3555, #b0133ad);
	background: -moz-linear-gradient(top, #ba3555, #b0133a);
	background: -ms-linear-gradient(top, #ba3555, #b0133a);
	background: -o-linear-gradient(top, #ba3555, #b0133a);
}
input[type="submit"]:active { top:1px; }

.wrapper{
	width:960px;
	margin:0 auto;
	position:relative;
}

/* HEADER */
.header-outer{
	height: 166px;
	background: url(../images/bg-menu.png) no-repeat 50% 100%;
	position: relative;
	z-index: 20;
}
#header {height:100%; }
#logo {
	position:absolute;
	left: 0;
	top: 13px;
	width:190px;
	height: 101px;
	text-indent:-9999px;
	overflow:hidden;
}
#logo:hover { background-position: 0 -111px; }
#logo:active { top: 14px; }

/* Booking */
#booking{
	display:block;
	position:absolute;
	top: 24px;
	right: 0;
	z-index: 21;
}
#booking h4{
	float:left;
	padding-right: 3px;
	margin-top: 5px;
	font-size: 20px;
}
#booking span.phonecall {
	position:absolute;
	top:27px;
	left:41px;
	font-size:14px;
	color:#000;
	-webkit-font-smoothing:auto;
	-moz-font-smoothing:auto;
	font-smoothing:auto;
}
#booking form{ float:left ;}
#booking label{
	font-size: 13px;
	display:block;
	text-transform:uppercase;
	padding-bottom: 2px;
}
#booking fieldset > div{
	float:left;
	position:relative;
	padding-left: 11px;
}
#booking input[type="text"]{ 
	width: 78px;
	float:left;}
#booking .newListSelected .selectedTxt{
	width: 15px;
}
#booking .button{
	border: 1px solid #b41f45;
	*border:0;
	vertical-align:top;
	margin-top:15px;
	width: 87px;
}
#booking #brg{
	display:inline-block;
	color: #000;
	font-size: 14px;
	line-height: 15px;
	vertical-align:top;
	margin-top: 11px;
	text-align: center;
}

/* MENU */
.menu a{ text-decoration: none; }
.menu li{
	background-position: -421px -143px;
	margin-left: 13px;
	padding-left: 13px;
	float:left;
}
.menu li:first-child{
	background:none;
	padding: 0;
	margin: 0;
}

/* Submenu */
.submenu li { line-height: 22px; }
.submenu li a {
	background-position: -354px -205px;
	padding-left: 8px;
	display:block;
}
.submenu li a:hover, .submenu li a.active { background-position: -388px -172px; }

/* TOP MENU */
#top-menu {
	position:absolute;
	right:0;
	top: 100px;
}

/* MAIN MENU */
#main-menu{
	height:41px;
	left:50%;
	margin-left:-512px;
	padding: 0 32px;
 	position:absolute;
	top:125px;
 	width:960px;
}
#main-menu > ul:after {
	content:""; 
	display:inline-block; 
	width:100%; 
	height:0; 
	overflow:hidden;
}
#main-menu > ul {
	font-size:1px;
	line-height: 0;
	text-align:justify;
	text-align-last:justify;
}
#main-menu > ul > li {
	position: relative;
	display: inline-block;
	*display:inline;
}
#main-menu > ul > li > a,
#main-menu span {
	display: inline-block;
	text-align: left;
	line-height: 41px;
	height: 41px;
	font-size: 18px;
}
#main-menu > ul > li > a {
 	text-decoration: none;
 	color:#fff;
}
#main-menu span {
 	width: 9px;
	background-position: -415px -79px;
}
#main-menu ul ul{
	background: url(../images/bg-submenu.png);
	display: none;
	padding: 14px 0 13px 0;
	position:absolute;
	left: -32px;
	top: 41px;
	white-space: nowrap;
	line-height:1;	
}
#main-menu > ul > li:hover ul{
	display:block;
}

#main-menu ul ul li {
	float: left;
	display: block;
	clear: both;
	padding: 0 32px 0 24px;
}

#main-menu ul ul li a {
 	display: block;
 	text-decoration: none;
 	font-size: 16px;
	text-align: left;
}

/* PHOTOS */
#photos {
	position:relative;
	height:582px;
	z-index:9;
	overflow:hidden;
	margin-top: -1px;
}
#photos .slideshow {
	background:#fff;
	border: 1px solid #fff;
	height:580px;
	margin-left:-700px;
	left:50%;
	position:absolute;
	top:0;
	width:1400px;
	z-index:3;
}
#photos .corners {
	z-index: 99;
}
#photos .tl {
	background-position:-9px -18px;
	left:-1px;top:-1px;
}
#photos .tr {
	background-position:0 -18px;
	right:-1px;top:-1px;
}
#photos .bl {
	background-position: -9px -9px;
	left:-1px;bottom:-1px;
}
#photos .br {
	background-position:-0px -9px;
	bottom:-1px;right:-1px;
}
#photos .slideshow figure {
	height: 100%;
	position: absolute;
	overflow:hidden;
	width: 100%;
}
#photos .slideshow img {
	display: block;
	position: absolute;
	top:0;
	width: 100%;
}
#photos .slideshow figure a {
	position:static;
	text-decoration:none;
}
#photos .slideshow figcaption {
	background: url(../images/bg-caption.png);
	color: #231f20;
	font-size:48px;
	margin: -30px 0 0 187px;
	padding:3px 21px 14px 43px;
	position:absolute;
	left:0;
	max-width: 777px;
	top: 50%;
	z-index:4;
}

#photos .slideshow .arrows a {
	background-position: -298px 0px;
	display:block;
	height:69px;
	margin-top:-33px;
	margin-left:-568px;
	position:absolute;
	text-decoration:none;
	text-indent:-1000em;
	top:50%;left:50%;
	z-index:100;
	width:37px;
}
#photos .slideshow .arrows a:hover { background-position: -347px 0; }
#photos .slideshow .arrows a.next { right:220px; background-position: -200px 0; margin-right:-568px; left:auto; right:50%; }
#photos .slideshow .arrows a.next:hover { background-position: -249px 0; }
#photos .slideshow .arrows a:active { margin-top:-32px; }

/* CONTENT AREA */
.content-outer{
	overflow:hidden;
	width:1024px;
	background: #fff;
	position: relative;
	left: 50%;
	margin: 0 0 0 -512px;
	z-index: 9;
}
.home .content-outer{
	margin-top: -43px;
	background: #fff url(../images/content-shadow.png) 50% 222px no-repeat;
}

.content-outer .br {
	bottom:0;right:0;
}
.content-outer .bl {
	background-position: -9px 0;
	left:0;bottom:0;
}

#content-area, #footer {
	padding: 24px 0 100px 0;
}

/* SIDEBAR */

.sidebar{
	float:left;
}
.sidebar p{
	color: #000;
	font-size: 15px;
	line-height: 18px;
}

.sidebar > article{ border-bottom: 1px solid #f2efe7; }
.sidebar > article, .sidebar #submenu{ margin-bottom: 20px; }

#content-area .sidebar {
	width: 277px;
	margin:4px 30px 0 0;
	padding-right: 32px;
	background: url(../images/bg-submenu-content.png) 100% 0 no-repeat;
	min-height: 281px;
}
#content-area .sidebar h4 {
	margin-bottom: 15px;
	padding-bottom: 8px;
	font-size: 20px;
	border-bottom: 1px solid #f2efe7;
}

/* SIDEBAR -> Upcoming Events */
#upcoming-events article {
	margin-bottom: 8px;
	line-height:14px;
	font-size: 15px;
	position: relative;
	min-height:58px;
	overflow: hidden;
	line-height: 18px;
}
#upcoming-events h4{
	padding: 0 0 6px 67px;
	margin-bottom: 9px;
}
#upcoming-events h5 a {
	display:block;
	margin:11px 0 0 0;
	text-transform: uppercase;
	text-decoration: none;

}
#upcoming-events time {
	float:left;
	height: 58px;
	width: 58px;
	background-position: -298px -79px;
	top: 0;
	position: absolute;
}
#upcoming-events time a {
	text-decoration:none;
	color:#231f20;
	display: block;
	text-align: center;
	text-transform: uppercase;
	margin-top: 14px;
}
#upcoming-events time a span{
	font-size: 26px;
	display: block;
}
#upcoming-events h5, #upcoming-events p{
	padding-left: 67px;
}
#upcoming-events p a{
	display: block;
}
#upcoming-events .button{
	float:right;
	margin-top: 10px;
}

/* SIDEBAR -> Submenu */
#submenu h4 a {
	text-decoration:none;
	font-size: 18px;
}
#submenu h4 a:hover { color:#808080; }
#submenu ul ul { margin:8px 0 0 15px; }
#submenu li { margin-left: 10px; }

/* CONTENT */
#content {
	overflow:hidden;
	line-height: 20px;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin-bottom:15px;
}
#content h1 {
	font-size: 30px;
	line-height: 38px;
}
#content h2 {
	font-size: 24px;
	line-height: 30px;
}
#content h3 {
	font-size: 20px;
	line-height: 25px;
}

#content p, #content table {
	margin:0 0 15px;
	overflow:visible;
}

#content ul {
	margin-bottom:15px;
}
#content ul ul, #content ul ol, #content ol ol, #content ol ul { margin:0 0 0 18px; }
#content ol { list-style-type:decimal; }

#content ul li{
	background-position: -372px -173px;
	padding-left: 24px;
}

#content td, #content th {
	background: #f8f8f8;
	padding:5px 10px;
	text-align:left;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
#content tr.odd td { background:#fcfcfc; }
#content th {
	background:none;
	padding:8px 10px;
	border-bottom:1px solid #ddd;
}
#content table p { margin:5px; }

/* CONTENT -> Socials */

#content ul.socials, #calendar ul.socials {
	list-style:none;
	/*overflow:hidden;*/
	height:30px;
}
#content ul.socials li, #calendar ul.socials li {
	float:left;
	margin:0 10px 0 0;
	padding-left: 0;
	background:none;
}

/* CONTENT -> Thumbnails */

#content .thumbnail {
	float:right;
	margin:0 0 5px 15px;
}

/* CONTENT -> Specials */

#content .special {
	padding:10px 15px;
	margin-bottom:1px;
	overflow:hidden;
	background: #f8f8f8;
}
#content .special.odd { background: #fcfcfc; }

#content .special h3 a {
	text-decoration:none;
}

#content .special.single {
	padding:0;
	margin:0;
	background:none;
}

#content .special nav { margin-bottom:15px; }
#content .special nav a.button { margin-right:5px; }

/* CONTENT -> Map */

#map_canvas {
	height: 500px;
	margin-bottom:15px;
}
#map_canvas h4, #map_canvas p{
	margin:5px 0 0;
	white-space:nowrap;
	color:#666;
}
#map_canvas h4 {
	color:#000;
	margin-top:0;
	margin-right:10px;
}

/* CONTENT -> Careers */

#content .careers .narrow { width:20%; }

/* CONTENT -> Press room */

#content .pressroom-entry {
	overflow:hidden;
	position:relative;
	padding:10px 15px;
	margin-bottom:1px;
	background:#fcfcfc;
}
#content .pressroom-entry.odd { background:#f8f8f8; }


#content .pressroom-entry dt {
	color:#000;
	font-size:16px;
	margin-bottom:10px;
}
#content .pressroom-entry dt span {
	color: #aaa;
	font-size:12px;
}

#content .pressroom-entry .thumbnail {
	float:left;
	margin:0 15px 5px 0;
}
#content .pressroom-entry .thumbnail img {
	width:71px;
	height:100px;
}

#content .pressroom-entry p.attachment { margin-bottom:0; }

/* CONTENT -> PDF button and PDF size */

#content-area a.pdf {
	display:inline-block;
	padding-left:20px;
	font-size:16px;
	line-height:16px;
	background:url('../images/common.png') 0 -540px no-repeat;
}
#content-area a.pdf:hover { background-position:0 -576px; }
body.home #content-area a.pdf { font-size:10px; }
#content-area a.pdf + .size {
	font-size:12px;
}

/* CONTENT -> Gallery */
#content .galleries {
	overflow:hidden;
	border-top:1px solid #f2efe7;
	padding-top:15px;
	margin:0 0 15px -12px;
}

#content .gallery {
	float:left;
	margin: 3px 5px 5px 3px;
	padding:9px;
	width:210px;
}
#content .galdescr h3 {
	text-align:left;
	margin-bottom:0;
}
#content .galdescr h3 a {
	color: #231F22;
	text-decoration:none;
}
#content .galdescr {
	float:none;
	clear:left;
	position:relative;
	overflow:hidden;
	width:100%;
}
#content .galdescr > * {
	margin-left:230px;
}
#content .galdescr .thumb {
	display:block;
	float:left;
	margin:0;
}
#content .galdescr p {
	margin-bottom:0;
}

#content .gallery figcaption a {
	display:block;
	font-size:18px;
	color: #231F22;
	overflow:hidden;
	text-decoration:none;
	text-overflow: ellipsis;
	white-space: nowrap;
	width:210px;
}
#content .gallery a img { display:block;}

#content .gallery figcaption { margin-bottom:5px; }



/* CONTENT -> Sitemap */
#content .sitemap-description {
	opacity:0.7;
	font-size: 15px;
}

/* CONTENT -> Forms */
#content .form { margin-bottom:15px; }
#content .form input[type='text'], #content .form textarea {
	padding:0 9px;
	resize:none;
}
#content .form input[type='text']:hover, #content .form textarea:hover {
	border-color:#a6a6a6;
}
#content .form input[type='text']:active, #content .form input[type='text']:focus, #content .form textarea:active, #content .form textarea:focus {
	border-color:#000;
}

#content .form input[type='text'],
#content .form textarea{
	width:232px;
}
#content .form textarea {
	height:74px;
	padding:5px 9px;
	overflow:auto;
	line-height:18px;
}
#content .form input[type='checkbox'], #content .form input[type='radio'] {
	width:14px;
	height:14px;
	margin:0;
}
#content .form .newListSelected {
	width: 252px;
	float: left;
}

#content .form {
	display:block;
	overflow:visible;
}
#content .form h3 {
	text-align:right;
	padding:0;
	margin:15px 0;
	width:40%;
}
#content .form p {
	display:block;
	width:100%;
	padding:5px 0;
	line-height:26px;
	vertical-align:middle;
	background:#fcfcfc;
	margin-bottom:1px;
}
#content .form p:after {
	content:'\200B';
	visibility:hidden;
	height:0;
	display:block;
	width:100%;
	clear:both;
}

#content .form p.odd2 { background:#f8f8f8; }
#content .form p.highlight { background:#e0e0e0; }

#content .form p span {
	float:left;
	margin:0 10px 0 0;
}
#content .form p span input {
	display:inline;
	float:none;
	margin:0;
}
#content .form select { margin: 2px 0 0; }
#content .form label {
	width:40%;
	float:left;
	text-align:right;
	margin:5px 10px 0 0;
	line-height:18px;
}
#content .form span label {
	display:inline;
	float:none;
	width:auto;
	text-align:left;
}
#content .form label em {
	color: #d11242;
	font-size:16px;
	font-weight:normal;
	line-height:10px;
	padding-right:5px;
}

#content .form input.date-pick {
	width:65px;
	float:left;
}
#content .form a.dp-choose-date {
	float:left;
	position:static;
	margin:7px 0 0 6px;
}

#content .form span.group label { display:block; }
#content .form span.group label input { margin-right:.4em; }

#content .form .controls p {
	padding:20px 0 0 40%;
	background:none;
}
#content .form .controls input { margin-left:10px; }

#content .form .formError { line-height:18px; }

/* FOOTER */

#footer .sidebar {
	overflow: hidden;
	padding-right: 28px;
	position: relative;
	width: 310px;
}
#footer .sidebar h4{  padding-bottom: 5px; }
#footer .sidebar p { padding-bottom: 15px; }

#footer .sidebar label {
	position: absolute;
	bottom: 1px;
	left: 20px;
	cursor: text;
	display:none;
	line-height:23px;
}
#footer .sidebar label.blur { color:#ccc; }
#footer .sidebar input[type="text"]{
	width: 144px;
	margin-right: 1px;
	padding: 0 19px;

}
#footer .sidebar .button{ width: 94px; }
#footer .sidebar input[type="text"], #stayconnected label{ text-transform: uppercase; font-size: 14px; }
#footer .sidebar input[type="text"], #stayconnected .button{ float:left; }

#footer .inner{
	overflow: hidden;
	position:relative;
	line-height: 18px;
	font-size: 14px;
	padding-right: 222px;
}
#footer .inner p { padding-top:20px; }
#footer .inner p a { text-decoration: none; }
#footer #footer-menu{
	padding-bottom: 5px;
	overflow:hidden;
	font-size: 16px;
	line-height: 1;
}
#socials{
	position:absolute;
	top: 44px;
	right: 61px;
}
#socials li{
	display: block;
	float: left;
	padding-left: 5px;
}
#socials a{
	background-position: -200px -79px;
	display: block;
	height:25px;
	width:25px;
	text-indent: -9999px;
	overflow: hidden;
}
#socials a:hover{ background-position:-200px -111px; }

#socials #twitter-link{ background-position:-231px -79px; }
#socials #twitter-link:hover{ background-position:-231px -111px; }

#socials #google-plus-link{ background-position:-261px -79px; }
#socials #google-plus-link:hover{ background-position:-261px -111px; }

/* PRINT */
@media print {
	body, html {
		width:960px;
		overflow:hidden;
	}
	* {
		background:none !important;
		border:none !important;
		color:#000 !important;
	}

	.header-outer, .menu, #photos, #promos, .sidebar, .copyright, .credits,
	.socials,
	ul.controls,
	.button,
	.pdf,
	.pdf + .size,
	#map_canvas,
	#calendar-views,
	#calendar-links,
	#calendar-navigation,
	#calendar-filter{ display:none !important; }

	.content-outer{margin-top:15px !important;}

	#content-area, #footer{ padding: 0; }

	#content ul { list-style:disc inside none; }
	#content ul li { padding-left:0; }
	#content input,
	#content textarea,
	#content select {
		border:1px solid #000 !important;
		border-right:none !important;
		border-top:none !important;
		width:auto;
	}

	#footer{
		border-top: 3px solid #000 !important;
	}

	@page { size: 960px 1358px; }
}
