﻿@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'gotham';
    src: url('fonts/gotham/gotham-medium-webfont.woff');
    src: url('fonts/gotham/gotham-medium-webfont.eot?iefix') format('embedded-opentype'),
         url('fonts/gotham/gotham-medium-webfont.woff') format('woff'),
         url('fonts/gotham/gotham-medium-webfont.ttf') format('truetype'),
         url('fonts/gotham/gotham-medium-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    border: 0 none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

div#mfo-wrap {
	height: 300px;
	margin: 0 auto;
    /* position: relative; */
    width: 100%;
	top: 0px;
	left: 0px;
	/* bottom: 50px; */
	z-index: 999;
	position: absolute;
}

#mfo-wrap-inner
{
	height: 1535px;
	margin: 0 auto;
    overflow: hidden;
    /* position: relative; */
    width: 100%;	
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('../images/map-flyout/map-flyout-bg.png') repeat transparent;
}

div#mfo-content {
	height: 1535px;
	background: url('../images/map-flyout/map-bg.png') no-repeat center transparent;
	background-position: 81px -406px; 
	margin: 0 auto;
	width: 1400px;
    overflow: hidden;
	
}

div#mfo-close-bg {
	height: 27px;
	width: 100%;
	background: url('../images/map-flyout/close-btn-bg.png') repeat-x center transparent;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	z-index: 1000;
}

div#mfo-close-btn {
	height: 27px;
	width: 98px;
	float: left;
	overflow: hidden;
	position: relative;
	background: url('../images/map-flyout/close-btn.png') no-repeat center transparent;
	cursor: pointer;	
}


div#mfo-hotels {
	margin-top: 75px;	
	position: relative;
	height: 800px;
	width: 490px;
	float: left;
	z-index: 1000;
}

div.mfo-left-column {
	width: 215px;	
	overflow: hidden;
	float: left;
	margin: 0px 0px 0px 37px;
}

div.mfo-right-column {
	width: 215px;
	float: left;	
	overflow: hidden;
	margin: 0px 0px 0px 20px;
}

div.mfo-hotel-child {
	padding-bottom: 25px;	
}

div.mfo-hotel-child h1 {  
	color: #ffffff;
	font: bold 10px gotham, Helvetica, sans-serif;
	line-height: 20px;
	text-transform: uppercase;
	padding: 0 0 0 17px;
	background: url('../images/map-flyout/pin.png') center left no-repeat transparent;
}

div.mfo-hotel-child h2 { 
	width: inherit; 
	color: #ffffff !important;
	font: 13px gotham, Times, serif !important;	
	cursor: pointer;
	line-height: 20px;
	margin-bottom: 3px;
}

div.mfo-hotel-child a {
	color: #ffffff !important;
	text-decoration: none;
}

div.mfo-hotel-child .mfo-city {
	color: #ffffff;
	font-size: 10px;	
}

div#mfo-former-prop {
	float: left;
	margin: 0 0 0 37px;
}

div#mfo-former-prop h1 {
	background-image: url('../images/map-flyout/pin-orange.png');
}

div#mfo-former-prop ul li {
	list-style: none;
	color: #bdb37a;
	font-family: Georgia, 'Times New Roman', Times, serif;
	line-height: 19px;
	font-size: 11px;
}

div.mfo-pin {
	position: inherit;
	width: 14px;
	height: 16px;
	background: url('../images/map-flyout/pin.png') center no-repeat transparent;
	position: absolute;
}

div.mfo-pin.former {
	background: url('../images/map-flyout/pin-orange.png') center no-repeat transparent;
	pointer-events: none;
}

img.mfo-content-img {
	display: none;
}

#mfo-pin-container
{
	width: 500px;
	height: 500px;
	position: relative;
	float: left;
}

div#mfo-module-left  {
	position: absolute;
	display: none;
	width: 232px;
	height: 260px;
	top: 0px;
	left: 0px;	
}

div.mfo-module-inner {
	position: relative;
	width: 189px;
	height: 169px;
	float: left;
	background: url('../images/map-flyout/module-inner.jpg') center no-repeat transparent;	
}

div.mfo-module-arrow {
	float: left;
	width: 32px;
	height: 28px;
}

div#mfo-hotel-module .mfo-module-arrow {
	width: 12px;
}

div.mfo-module-inner img {
	margin: 2px 0px 0px 2px;
}

div#mfo-hotel-module  {
	position: absolute;
	display: none;
	width: 209px;
	height: 260px;
	top: 0px;
	left: 0px;
}

div#mfo-module-right  {
	position: absolute;
	display: none;
	width: 232px;
	height: 260px;
	top: 0px;
	left: 0px;
}

div.mfo-module-name {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 189px;
	height: 32px;
	text-align: center;
	color: #ffffff;
	font: bold 15px Arial, Helvetica, sans-serif;	
}

div.mfo-up {
	top: 12px;
}

div#mfo-module .mfo-active  {
	display: block;
}

#bookings
{
	z-index: 2002;
}

#bookit-wrap
{
	z-index: 2003;
}