/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}
/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
	font-family: sans-serif;
	color: #2f568c;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection {
background: #beaf85;
color: #36030f;
text-shadow: none;
}
::selection {
	background: #beaf85;
	color: #36030f;
	text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */
a:active {
	background-color: transparent; /* Can be any colour, not just transparent */
}
a {
	color: #ab7f1e;
	text-decoration: none;
	outline: 0;
}
a:visited {
	color: #ab7f1e;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #ab7f1e;
	text-decoration: underline;
	outline: 0;
}
a:focus {
	outline: 0;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
	outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: "";
	content: none;
}
small {
	font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */

ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}
dd {
	margin: 0 0 0 40px;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img {
	max-width: 100%;
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) {
	overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */

figure {
	margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */

form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
	cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend {
	border: 0;
*margin-left: -7px;
	padding: 0;
	white-space: normal;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input {
	line-height: normal;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
*overflow: visible;
}
/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] {
	cursor: default;
}
/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
*width: 13px;
*height: 13px;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

/* Colors for form validity */
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
body {
	margin: 0;
	padding: 0;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #4c4c4c;
}
html {
	margin: 0;
	padding: 0;
}
img {
	/*behavior: url(iepngfix2.htc);*/
	border: 0px;
}
p {
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	line-height: 20px;
}
img {
	border: 0px;
}
.clear_float {
	clear: both;
}
.sdmobile {
	position: absolute;
	height: 20px;
	width: 400px;
	line-height: 20px;
	right: 10px;
	text-align: right;
	top: 2px;
}
#wrap {
	min-height: 500px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
}
#local-container {
	width: 1024px;
	position: relative;
	margin: 0px;
	padding: 0px;
	padding-bottom: 118px;
}
#headline {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 1024px;
	margin-top: 7px;
}
.slideshow {
	height: 290px;
	width: 1024px;
	margin: auto;
	overflow: hidden;
}
.slideshow img {
	border: 0;
}
.ie7 #headline {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 1024px;
	margin-top: 10px;
}
.content_wrapper {
	width: 100%;

}
.content {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 40px;
	background-color: #FFF;
}
.sidebar {
	margin-left: 10px;
	margin-right: 8px;
	width: 243px;
	float: left;
}
.main_content_wrapper {
	float: left;
	margin-right: 2px;
	width: 730px;
}
.main_content {
	padding: 12px;
	clear: both;
}
.main_content h1 {
	padding: 0;
	margin: 0;
	font-weight: 100;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #000000;
	text-transform: none;
	line-height: 32px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 28px;
	text-transform: capitalize;
}
.content_top_boxes {
}
.content_top_boxes .left {
	width: 361px;
	float: left;
}
.content_top_boxes .right {
	width: 361px;
	float: right;
}
.content_box {
}
.content_box_title_wrapper {
	border: 1px solid #000;
}
.content_box_title {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	letter-spacing: 0.0625em;
	font-size: 20px;
	border: 1px solid #4e4e4e;
	color: #c6b071;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	background-image: url(../images/box_title_bg.png);
	background-repeat: repeat-x;
}
.content_box_list {
	background-color: #6f6f6f;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	color: #efefef;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.content_box_list_item {
	text-shadow: 1px 1px 1px rgba(0,0,0,.65);
}
.item_text {
	line-height: 16px;
	margin-bottom: 6px;
}
.content_box_list_sep {
	background-image: url(../images/content_box_list_sep.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 18px;
}
.photo_box_wrapper {
	width: 361px;
	height: 225px;
	position: relative;
}
.photo_box {
	position: absolute;
	z-index: 12;
}
.photo_box_overlay_wrapper {
	position: absolute;
	z-index: 13;
	width: 204px;
	height: 225px;
	background-image: url(../images/overlay_bg.png);
	background-repeat: no-repeat;
	right: 0;
}
.photo_box_overlay {
	padding-top: 12px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.65);
}
.photo_box_overlay p {
	line-height: 22px;
	letter-spacing: normal !important;
}
.photo_box_overlay a, .photo_box_overlay a:active, .photo_box_overlay a:visited {
	color: #c5b071 !important;
	text-decoration: underline !important;
}
.photo_box_overlay a:hover {
	text-decoration: none !important;
}
.photo_box_overlay h3 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	letter-spacing: 0.0625em;
	font-size: 19px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.65);
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: none;
}
a.read_more, a.read_more:active, a.read_more:visited {
	font-family: 'Yanone Kaffeesatz', sans-serif !important;
	letter-spacing: normal !important;
	font-size: 18px !important;
	color: #c5b071 !important;
	text-shadow: none !important;
	float: right;
	text-decoration: none !important;
	display: block;
	margin-right: 10px;
}
a.read_more:hover {
	color: #fff !important;
}
.grey_btn {
	width: 75px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	background-image: url(../images/small_grey_btn.png);
	background-repeat: no-repeat;
	float: right;
	text-shadow: none;
}
.grey_btn a, .grey_btn a:active, .grey_btn a:visited {
	font-family: 'Open Sans', sans-serif !important;
	color: #f2f2f2 !important;
	text-align: center;
	line-height: 25px !important;
	font-size: 12px !important;
	display: block;
}
.grey_btn a:hover {
	color: #c6b071 !important;
	text-decoration: none !important;
}
.lg_grey_btn {
	width: 243px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background-image: url(../images/lg_grey_btn.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}
.lg_grey_btn a, .lg_grey_btn a:active, .lg_grey_btn a:visited {
	font-family: 'Yanone Kaffeesatz', sans-serif !important;
	color: #c6b071 !important;
	letter-spacing: 0.0625em !important;
	text-align: center;
	line-height: 45px !important;
	font-size: 20px !important;
	display: block;
}
.lg_grey_btn a:hover {
	color: #f2f2f2 !important;
	text-decoration: none !important;
}
.hotel_at_a_glance {
	height: 49px;
	display: block;
	margin-top: 40px;
}
.hotel_at_a_glance .title {
	width: 204px;
	height: 49px;
	float: left;
	background-color: #343434;
	font-family: 'Yanone Kaffeesatz', sans-serif !important;
	letter-spacing: 0.0625em !important;
	font-size: 25px;
	color: #fff;
	line-height: 49px;
	text-align: center;
}
.hotel_at_a_glance .stats {
	width: 502px;
	height: 49px;
	float: left;
	background-color: #e0dce0;
}
.stats .c1 {
	float: left;
	margin-left: 56px;
	margin-top: 6px;
	width: 143px;
}
.stats .c2 {
	float: left;
	margin-left: 56px;
	margin-top: 6px;
	width: 143px;
}
.stat_row {
	color: #333333;
	font-family: 'Yanone Kaffeesatz', sans-serif !important;
	font-size: 16px;
}
.stat_row .stat_title {
	width: 100px;
	float: left;
}
.stat_row .stat_number {
	width: 34px;
	float: right;
}
#header {
	text-align: left;
	height: 136px;
	width: 1024px;
	margin: 0 auto;
}
img {
	border: none;
}
/* CSS section pics */
#headerimgs {
	display: block;
	height: 440px;
	position: relative;
}
#headerimgs .headerimg {
	display: none;
}
.headerimg {
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 504px;
	position: absolute;
	top: 0;
	left: 0;
}
.headerimg_bg {
	width: 100%;
	height: 504px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1000;
	background-image: url(../images/slider_bg.png);
	background-repeat: repeat-x;
}
.section_pic {
	width: 100%;
	min-width: 1024px;
	height: 519px;
	position: relative;
}
.section_pic_bar_wrapper {
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 0;
	background-image: url(../images/section_bar_bg.png);
	background-repeat: repeat-x;
	z-index: 23;
}
.section_pic_bar_holder {
	width: 1024px;
	height: 80px;
	margin: 0 auto;
}
.section_pic_bar {
	width: 1024px;
	height: 80px;
	position: relative;
}
.new_york_times_square_logo {
	position: absolute;
	right: 6px;
	top: -58px;
	width: 252px;
	height: 99px;
	z-index: 24;
}
#right {
	float: left;
	width: 230px;
	padding: 0;
	margin: 0;
}
#left_header {
	float: left;
	padding-left: 21px;
	padding-top: 12px;
	height: 83px;
	width: 360px;
	margin: 0;
}
#right_header {
	float: right;
	width: 580px;
	height: 70px;
	padding-top: 20px;
	padding-right: 21px;
	text-align: right;
	position: relative;
}
.nav {
	position: relative;
	width: 1024px;
	float: left;
	text-align: center;
	height: 40px;
	z-index: 200;
	clear: both;
}
ul#main_menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
	margin: 0 auto;
}
ul#main_menu li {
	position: relative;
	display: table-cell;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 15px;
	padding-left: 15px;
	width: auto;
	height: 40px;
	z-index: 1;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5D5D5D;
}
ul#main_menu li.last {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5D5D5D;
}
ul#main_menu li a, #main_menu li a:visited {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	display: block;
	height: 40px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 40px;
}
ul#main_menu li:hover {
	z-index: 1;
}
ul#main_menu li a:hover {
	color: #cbcbca;
	text-decoration: none;
}
ul#main_menu li:hover>.sub_menu_wrapper {
	/*visibility: visible;
	opacity: 1;*/	
	display: block;
}
/* Sub Menu */
.sub_menu_wrapper {
	position: absolute;
	z-index: 102;
	top: 40px;
	left: -8px;
	padding: 0;
	display: none;
}
#contact_menu {
	position: absolute;
	z-index: 102;
	left: auto;
	top: 35px;
	right: -9px !important;
	padding: 0;
	display: none;
	width: 230px;
}
.sub_menu_wrapper_top {
	background-image: url(../images/sub_menu_bg.png);
	background-repeat: repeat-y;
	width: 230px;
}
.sub_menu_wrapper_bottom {
	background-image: url(../images/sub_menu_bottom.png);
	background-repeat: no-repeat;
	width: 230px;
	height: 13px;
}
ul#main_menu ul.submenu {
	position: relative;
	list-style: none;
	text-align: left !important;
	padding: 0;
	padding-top: 0px;
	padding-left: 9px;
	display: block !important;
	margin: 0;
}
ul#main_menu ul.submenu li {
	float: none;
	margin: 0;
	height: auto !important;
	padding: 0;
	padding-left: 0px;
	text-align: left !important;
	background-color: transparent !important;
	width: 212px;
	display: block !important;
	border: none !important;
}
/*top hmenu hover effect*/	
ul#main_menu ul.submenu a {
	display: block !important;
	vertical-align: middle;
	text-align: left !important;
	text-decoration: none;
	color: #cbcbca;
	cursor: pointer;
	height: auto !important;
	line-height: 18px !important;
	background-color: transparent !important;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	text-transform: none;
}
ul#main_menu ul.submenu li:hover>a, ul#main_menu ul.submenu li a.pressed {
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/sub_menu_li_hover.png);
	background-repeat: repeat;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}
.explore {
	padding-left: 150px;
	width: 790px;
}
#reserve_box {
	float: left;
	width: 470px;
	padding: 0;
	margin: 0;
	margin-left: 24px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #FFF;
}
.reservation {
	border-top: #FFF thin solid;
	padding-bottom: 10px;
	width: 187px;
}
.reserve_box_title_bar {
	padding-top: 8px;
	padding-bottom: 6px;
}
.reserve_box_title_bar .left {
	width: 200px;
	float: left;
}
.reserve_box_title_bar .right {
	width: 200px;
	float: right;
	text-align: right;
}
.inside_box {
	padding: 20px;
	border-bottom: #bfb184 thin solid;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block; /* Hides from IE-mac */
}
* html .clearfix {
	height: 1%;
}
.photo_gallery {
	float: left;
	width: 250px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.photo_gallery_photo {
	padding: 0px 20px 20px 0px;
}
.clear_row {
	float: left;
	width: 500px;
	padding: 20px;
	margin: 0px 0px 0px 0px;
}
.offers_left {
	float: left;
	width: 150px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.offers_right {
	float: left;
	width: 536px;
	padding: 10px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}
.offers_p {
	padding: 0px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
}
.offers_photo {
	padding: 10px 0px 0px 0px;
}
.clear_offers {
	clear: both;
	width: 706px;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	border-bottom: #ac9b56 thin solid;
}
/* FOOTER */
#footer {
	width: 100%;
	margin-bottom: 20px;
	min-width: 1024px;
}
#footer .f1_wrapper {
	width: 100%;
	background-color: #343434;
}
#footer .f1 {
	height: 190px;
	width: 1024px;
	margin: 0 auto;
}
.f1_c1 {
	width: 240px;
	float: left;
	margin-top: 26px;
	margin-left: 40px;
}
.f1_c2 {
	width: 180px;
	float: left;
	margin-top: 26px;
	margin-left: 40px;
}
.f1_c2 .title {
	display: block;
	font-family: 'Yanone Kaffeesatz', sans-serif !important;
	font-size: 19px !important;
	color: #fff !important;
	text-transform: uppercase;
	margin-bottom: 4px;
	letter-spacing: 0.0625em;
}
.f1_c3 {
	width: 120px;
	float: left;
	margin-top: 26px;
	margin-left: 30px;
}
.f1_c4 {
	width: 300px;
	float: right;
	margin-top: 16px;
	margin-left: 40px;
	margin-right: 20px;
	color: #aaaaaa;
	font-family: 'Yanone Kaffeesatz', sans-serif !important;
	font-size: 15px !important;
}
.f1_c4 h3 {
	color: #fff;
	font-family: 'Yanone Kaffeesatz', sans-serif !important;
	font-size: 19px !important;
	margin-top: 0 !important;
	letter-spacing: 0.0625em;
}
.f1_c4 .logo1 {
	width: 110px;
	display: block;
	float: left;
	margin-top: 30px;
}
.f1_c4 .logo2 {
	width: 146px;
	display: block;
	float: right;
	margin-top: 30px;
}
#footer .f2_wrapper {
	width: 100%;
	background-image: url(../images/footer_f2_bg.png);
	background-repeat: repeat-x;
}
#footer .f2 {
	height: 72px;
	width: 1024px;
	margin: 0 auto;
	text-align: center;
}
.f2_menu1 {
	font-size: 12px !important;
	color: #212121 !important;
	display: block;
	margin-bottom: 0px;
	padding-top: 16px;
}
.f2_menu1 a {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 12px !important;
	color: #212121 !important;
	text-transform: uppercase;
	font-weight: bold;
}
.f2_menu2 {
	font-size: 12px !important;
	color: #212121 !important;
}
.f2_menu2 a {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 12px !important;
	color: #212121 !important;
	font-weight: bold;
}
#footer .f3_wrapper {
	width: 100%;
}
#footer .f3 {
	height: 98px;
	width: 1024px;
	margin: 0 auto;
	text-align: center;
	color: #202020;
	font-size: 10px;
}
.f3_bottom {
	width: 1024px;
	height: 9px;
	margin: 0 auto;
}
.copyright {
	display: block;
	padding-top: 20px;
	padding-bottom: 16px;
}
.footer_icons {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_icons li {
	width: auto;
	display: block;
	margin-bottom: 8px;
}
.footer_icons li a {
display: block; 
	font-family: 'Yanone Kaffeesatz', sans-serif !important;
	font-size: 18px !important;
	color: #fff;
	text-transform: uppercase;
	height: 28px;
line-height: 28px;
	letter-spacing: 0.0520em;
	padding-left: 46px;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	opacity: 1;
	filter: alpha(opacity=100);
	font-weight: normal !important;
	background-image: url(../images/icons_sprite.png);
	background-repeat: no-repeat;
}
a.hotel_video, a.hotel_video:active, a.hotel_video:visited {
	background-position:0 0;
}
a.tour_360, a.tour_360:active, a.tour_360:visited {
	 background-position:0 -26px;
}
a.newsletter, a.newsletter:active, a.newsletter:visited {
	 background-position:0 -52px;
}
a.brochure, a.brochure:active, a.brochure:visited {
	background-position:0 -79px; 
}
a.facebook, a.facebook:active, a.facebook:visited {
	background-position:0 -105px; 
}
a.twitter, a.twitter:active, a.twitter:visited {
	background-position:0 -131px;
}
a.google, a.google:active, a.google:visited {
	background-position:0 -157px; 
}
a.instagram, a.instagram:active, a.instagram:visited {
	background-position:0 -184px; 
}
a.share, a.share:active, a.share:visited {
	background-position: left -248px;
}

#share_link {
	position: relative;
}
#share_link img {
	position: absolute;
	z-index: 50;
	left: 0px;
}

.footer_icons li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	text-decoration: none !important;
}
/* ----- */
/* ----- */
/* FONTS & COLOURS */
/* ----- */
/* ----- */
h1 {
	padding: 0;
	margin: 0;
	font-weight: 100;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #000000;
	text-transform: uppercase;
	line-height: 32px;
}
h2 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	padding-bottom: 10px;
}
h3 {
	padding: 10px 0px 0px 0px;
	margin: 0;
	font-weight: 100;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ac9b56;
	text-transform: uppercase;
}
.socialheading {
	padding: 20px 0px 0px 20px;
	margin: 0;
	font-weight: 100;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ac9b56;
	text-transform: uppercase;
	direction: inherit;
	text-align: center;
}
.font {
	font-size: 12px;
	color: #52524a;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}
.font_big {
	font-size: 14px;
	color: #52524a;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}
.font_small {
	font-size: 11px;
	color: #52524a;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}
A.social:ACTIVE, A.social:FOCUS, A.social:LINK, A.social:VISITED {
	font-size: 10px;
	color: #353632;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
A.social:HOVER {
	font-size: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
.sitemap {
	padding-top: 0px;
	margin-top: 0px;
	color: #ab7f1e;
}
.social_images {
	padding: 6px 10px 5px 15px;
}
.social_images_contact {
	padding: 10px 10px 0px 15px;
}
.social_images_green {
	padding: 12px 10px 5px 15px;
}
.social_images_wrap {
	padding: 0;
	float: left;
	width: 130px;
}
a.styleseo:link {
	text-decoration: none !important;
	color: #4c4c4c;
	font-size: 12px
}
.styleseo:link {
	text-decoration: none;
	color: #4c4c4c;
	font-size: 12px
}
.styleseo:visited {
	text-decoration: none;
	color: #4c4c4c;
	font-size: 12px
}
.styleseo:hover {
	text-decoration: none;
	color: #4c4c4c;
	font-size: 12px;
	text-decoration: underline;
}
.inside_box h2 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 21px;
	color: #ac9b56;
	text-transform: uppercase;
	padding-bottom: 5px;
}
#right_header {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #393939;
	line-height: 14px;
	font-weight: bold;
}
#right_header a {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #393939;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
}
a.mobile_site_link {
/*text-decoration: none !important;*/
}
/* ----- */
/* ----- */
/* FORM */  
/* ----- */
/* ----- */
.search_btn {
	width: 75px;
	height: 35px;
	float: right;
}
.calendar_icon {
	width: 23px;
	padding-right: 6px;
	float: left;
}
.fields {
	color: #ffffff;
	font-size: 10px;
	width: 67px;
	float: left;
	padding-right: 6px;
}
.fields label {
	text-align: center;
	width: 67px;
	display: block;
}
.fields input {
	width: 65px;
	height: 18px;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-image: url(../images/field_bg.png);
	background-repeat: repeat-x;
}
.select_menu {
	color: #ffffff;
	font-size: 10px;
	width: 42px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
.select_menu select {
	width: 42px
}
.select_menu label {
	text-align: center;
	width: 42px;
	display: block;
}
.cal_1 {
	left: 400px !important;
	top: 700px !important;
}
.cal_2 {
	left: 500px !important;
	top: 700px !important;
}
.narrow {
	color: #ffffff;
	font-size: 10px;
	width: 55px;
	float: left;
}
.special {
	text-align: right;
}
.special2 {
	vertical-align: top;
	cursor: pointer;
}
span.key, h1.key, h2.key {
	display: none;
	left: -10000px;
	position: absolute;
}
.sidebar_photo {
	display: block;
	position: relative;
}
.side_photo_wrapper {
	width: 250px;
	float: right;
	display: block;
	text-align: center;
	margin-left: 20px;
}
.side_photo_wrapper span {
	font-size: 11px;
	padding: 16px;
}
.inner_shadow {
	display: block;
	position: relative;
}
.inner_shadow img {
	display: block;
}
.inner_shadow::before {
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.9);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.9);
	box-shadow: inset 0 0 10px rgba(0,0,0,0.9);
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
}
