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

/* Basic Styles
================================================== */
/*#525252*/
body { background: url(../images/bg/0.png) repeat; font: 14px/20px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color: rgba(0, 0, 0, 0.70); -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; }

/* Typography
================================================== */
h1, h2, h3, h4, h5, h6 { color: #181818; font-weight: bold; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 16px; line-height: 16px; margin-bottom: 14px;}
h2 { font-size: 14px; line-height: 14px; margin-bottom: 10px; }
h3 { font-size: 13px; line-height: 13px; margin-bottom: 8px; }
h4 { font-size: 12px; line-height: 13px; margin-bottom: 8px; }
h5 { font-size: 11px; line-height: 13px; margin-bottom: 8px; text-transform: uppercase;  }
h6 { font-size: 10px; line-height: 10px; }
.subheader { color: #777; }
.double { text-transform: uppercase; font-weight:bold; background: url(../images/bg_doubleline.png) repeat-x 0 5px; margin-bottom:15px; }
.double span { background: #fff; padding:0 15px 0 0; }

p { margin: 0 0 20px 0; }
figure { margin:0 0 15px 0; }
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #777;  }

em { font-style: italic; }
strong { font-weight: bold; color: #333; }
small { font-size: 80%; }

/*Blockquotes  */
blockquote, blockquote p { font:italic 17px Georgia, serif; line-height: 24px; color: #777; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
.drop-in { margin-top:40px; }
.drop-in blockquote { text-align: center; padding:20px 0 20px 0; border-top:solid 1px #dcdcdc; border-bottom:solid 1px #dcdcdc; border-left:0; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

/* Links
================================================== */
a, a:visited { color: #2083d5; text-decoration: none; outline: 0; }
a { -o-transition: all .2s linear; -moz-transition: all .2s linear;  -webkit-transition: all .2s linear;  transition: all .2s linear; }
a:hover, a:focus { color: #17609c; }
p a, p a:visited { line-height: inherit; }

/* Lists
================================================== */
ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
li { line-height: 18px; margin-bottom: 12px; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; }

/* Images
================================================== */
img.scale-with-grid { max-width: 100%; height: auto; }

/* Form Elements
================================================== */
/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0; padding: 0; }
form p { margin-bottom:0; position:relative; }
form p input[type=button] { position:absolute; top:25px; }
label { display:block; font-weight:bold; font-size:11px; text-transform: uppercase; margin-bottom:5px; }
input[type=text], textarea { font:inherit; font-size:11px; height:15px; color:#525252; background: #fff; border:solid 1px #dcdcdc; padding:7px; width:90%; border-radius:3px; box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);  }
textarea { height:200px; }
input[type=text]:focus, textarea:focus { border:solid 1px #107ad2; box-shadow:0 0 3px rgba(0,0,0,0.1); }
input[type=button] { font:inherit; font-size:11px; font-weight:bold; height:30px; vertical-align: top; background: #2083d5; color:#fff; text-transform: uppercase; border:none; padding:7px; width:90%; border-radius:3px; cursor:pointer; }
input[type=button]:hover,a.link-button:hover { background: #1a74be; }
a.link-button { font-size:10px; font-weight:bold; vertical-align: top; background: #2083d5; color:#fff !important; text-transform: uppercase; border:none; padding:5px 15px; border-radius:3px; }

/* Blocks */
.block h1 { color:#7d7d7d; text-transform: uppercase; font-size:12px; }
.block figure { padding:4px; border:solid 1px #dcdcdc; box-shadow:0 0 3px rgba(0,0,0,0.1); }
.block a { color:#525252; }
.block p { margin-bottom:0; }
.block figure { position:relative; }
.block figure img { display:block; }
.block a:hover h1 { color:#107ad2; }
.block a:hover figure { border:solid 1px #107ad2; box-shadow:0 0 5px rgba(0,0,0,0.2); }
.one-third.with-action, .five.with-action { height:350px; }
/*T modify
.eight.with-action { height:380px; }
*/
.eight.with-action { height:320px; }
.eight.with-action .col-action { width:96%; }
.eleven.with-action { height:380px; }
.eleven.with-action .col-action { width:97%; }
.col-action { width:93%; padding:5px 10px; font-size:10px; text-transform: uppercase; position:absolute; bottom:0; background: url(../images/bg_action.png) repeat-y; border-radius:3px; }
.col-action a { position:absolute; right:0; top:0; }
.ribbon { position:absolute; top:-3px; right:-3px; z-index:100; }
.overlay { display:none;  background: rgba(0, 0, 0, 0.70) url(../images/zoom.png) no-repeat center; background: rgba(0,0,0,0.5) url(../images/zoom.png) no-repeat center; width:50px; height:30px; position:absolute; top:45px; left:15px; z-index:99; text-indent: -999em; cursor:pointer; border-radius:3px; }
.overlay2 { display:none;  background: rgba(0, 0, 0, 0.70) url(../images/zoom.png) no-repeat center; background: rgba(0,0,0,0.5) url(../images/zoom.png) no-repeat center; width:50px; height:30px; position:absolute; top:15px; left:15px; z-index:99; text-indent: -999em; cursor:pointer; border-radius:3px; }
.fb { display:block; }

/* Content Styles */
.relative { position:relative; }
.alignleft { float:left; margin:5px 25px 15px 0; }
.alignright { float:right; margin:5px 0 15px 25px; }
.excerpt { font-size:14px; font-weight:bold; line-height: 22px; }
.alert { padding:15px; background: #F6F6F6; }
.note { background: #f4f6ad; }
.success { background: #a3e8ad; }
.success-alt { background: #a3d4e8; }
.content h1 { font-weight:bold; }
.content img { padding:4px; border:solid 1px #dcdcdc; box-shadow:0 0 3px rgba(0,0,0,0.1); }
.content figure img { padding:0; border:0; box-shadow: 0; }
.content li { margin-bottom:6px; }
.content ul { list-style: disc inside; }
.content ol, .content ul { margin-bottom:20px !important; }
.content *:last-child { margin-bottom:0; }
.content .news-lst { list-style: none; }
.content .news-lst li { margin-bottom:40px; padding-bottom:20px; }
.content .news-lst li:last-child { margin-bottom:0; }
.content form p { margin-bottom:15px; }
.content form input[type=text] { width:50%; }
.content form input[type=button] { position:static; width:150px; }
table { width:100%; border-right:solid 1px #dcdcdc; border-top:solid 1px #dcdcdc; margin-bottom:20px; }
table th, table td { padding:5px; border-left:solid 1px #dcdcdc; }
table th { font-weight:bold; text-align: left; border-bottom:solid 1px #dcdcdc; background: #f1f1f1; }
table td { border-bottom:solid 1px #dcdcdc; }
table tr:nth-child(2n+1) td { background: #f5f5f5; }

/* Global Styles
================================================== */
#header-wrap { position:absolute; z-index:2; width:100%; }
#header { background: #fff; background: rgba(255,255,255,0.9); }
#main { margin-top:40px; margin-bottom:40px; }
#page-header { height:230px; background: #dcdcdc; text-indent: -9999px; }
#sidebar .widget:last-child { margin-bottom:0; }

/* Logo */
#header h1 { position:absolute; top:75px; }
#home #header h1 { position:absolute; top:60px; }

/* Main navigation */
#navigation > select { display: none; }
.nav { margin-bottom:0; margin-left:5px; }
.nav li { float:left; line-height: 1; margin-bottom:0; }
.nav li a { display:block; text-transform: uppercase; color:#606060; font-size:11px; padding:15px 7px; }
.nav li a:hover { color:#2083d5; }
.nav > li { position: relative; }
.nav ul { position: absolute; list-style: none; margin: 0; padding: 0; z-index: 1000; border: 3px solid rgba(255, 255, 255, 0.5); top: -999em; -moz-box-shadow: 0 0 5px rgba(80, 80, 80, 0.85); -webkit-box-shadow: 0 0 5px rgba(80, 80, 80, 0.85); -o-box-shadow: 0 0 5px rgba(80, 80, 80, 0.85); box-shadow: 0 0 5px rgba(80, 80, 80, 0.85); }
.nav li li { display: block; }
.nav li li a { padding: 8px 15px; background-color: #f6f8f7; background-color: rgba(255, 255, 255, 0.90); margin-bottom: 1px; display: block; white-space: nowrap; min-width: 180px; }
.nav li li a:hover { border: none; background: #2083d5; color:#fff; }
.nav > li:hover > ul { top: 35px; }
.sf-with-ul { padding-right: 15px; }
.alt-nav { width:95%; margin:10px; }

/* Weather / Languages */
#weather-lang { font-size:11px; line-height: 1; }
#yw { text-align: right; padding:11px 0 10px 0; }
#yw span { line-height: 1; }
#ywloc { position:relative; top:-2px; }
#ywtem { font-size:18px; font-weight:normal; margin-left:5px; color:#2083d5; }
#lang { text-align: right; padding:15px 0 10px 0; }
#lang a { display:inline-block; margin-left:5px; }
#lang a:last-child { margin-right:10px; }

/* Breadcrumb */
.bc { background: url(../images/bg_doubleline.png) repeat-x bottom; padding-bottom:20px; margin-bottom:20px !important; }

/* HomePage Styles
================================================== */
/* Slider */
.flex-utils { position:relative; }
.flex-captions { height:40px; position:relative; margin-top:-40px !important; background: #fff; background:rgba(255,255,255,0.9); }
.flex-captions p { padding:10px 0 0 35px; background: url(../images/sprite.png) no-repeat 10px -42px; }
#home-slider li { margin-bottom:0; }
#home-slider .flex-direction-nav { position:absolute; top:33px; right:10px; }
#home-slider .flex-direction-nav li { margin:0; float:left; margin-left:5px;}
#home-slider .flex-direction-nav a { display:block; width:9px; height:14px; text-indent: -999em; }
#home-slider .flex-prev { background: url(../images/sprite.png) no-repeat; left:-15px; right:0; opacity:1; }
#home-slider .flex-prev:hover { background: url(../images/sprite.png) no-repeat 0 -14px; }
#home-slider .flex-next { background: url(../images/sprite.png) no-repeat -15px 0; left:0; opacity: 1; }
#home-slider .flex-next:hover { background: url(../images/sprite.png) no-repeat -15px -14px; }

/* Footer Styles 
================================================== */
#footer-wrap { background: url(../images/bg_footer.png) repeat-x; padding:40px 0; }

/* Booking Styles */
#booking { background: url(../images/bg_doubleline.png) repeat-x bottom; padding-bottom:40px; margin-bottom:40px; }
#booking .calendar { background: #fff url(../images/sprite.png) no-repeat right -93px; }
#booking .calendar:focus { background: #fff url(../images/sprite.png) no-repeat right -123px; }

/* Latest News List Styles
================================================== */
.news-lst li { background: url(../images/bg_gradient.png) no-repeat bottom center; padding-top:10px; }
.news-lst li:first-child { padding-top:0; }
#footer .news-lst li:last-child { background: none; }
.news-lst li:last-child p { margin-bottom:0; }
.content .post-comments li:last-child p { margin-bottom:20px; }
.news-lst h3 { font-weight:bold; }
.news-lst img { margin-bottom:20px; }
.news-lst time { text-align: left; background: url(../images/bg_doublelinev.png) repeat-y right; color:#9a9a9a; text-transform: uppercase; font-size:10px; }
.news-lst time b { display:block; font-size:16px; font-weight:bold; color:#2083d5; }

/* Newsletter Styles */
.newsletter-wrap { border:solid 1px #e8e8e8; border-bottom-width:0; background: url(../images/bg_newsletter.png) repeat-x; box-shadow: 0 0 2px rgba(0,0,0,0.05); border-radius:5px; }
.newsletter { background: url(../images/bg_newsletter.png) repeat-x bottom; padding:30px 20px 35px 20px; border-radius:5px;  }
.newsletter h4 { color:#2083d5; text-transform: uppercase; font-size:11px; font-weight:bold; margin-bottom:15px; }
.newsletter h4 span { display:block; font-weight:normal; color:#7d7d7d; }
.newsletter p { font-size:11px; line-height: 15px; color:#7d7d7d; margin-bottom:10px; position:relative; margin-bottom:20px; }
.newsletter input[type=text] { width:95%; }
.newsletter input[type=button] { top:0; right:-3px; width:100px;  }
.newsletter form p { margin-bottom:0; }

/* Social links Styles */
.social-links { text-align: center; margin-top:35px; }
.icn { width: 24px; height: 24px; background-image: url(../images/social-icons.png); background-repeat: no-repeat; display:inline-block; margin-right: 5px; text-indent: -999em; cursor: pointer; }
.icn:focus,
.icn:active { outline: none }
.icn.twitter { background-position: -31px -1px }
.icn.twitter:hover { background-position: -31px -31px }
.icn.facebook { background-position: 0 -1px }
.icn.facebook:hover { background-position: 0 -31px }
.icn.flickr { background-position: -62px -1px }
.icn.flickr:hover { background-position: -62px -31px }
.icn.picasa { background-position: -94px 0 }
.icn.picasa:hover { background-position: -94px -30px }
.icn.lnkdin { background-position: -125px 0 }
.icn.lnkdin:hover { background-position: -125px -30px }
.icn.gplus { background-position: -156px -1px }
.icn.gplus:hover { background-position: -156px -31px }
.icn.rss { background-position: -187px -1px }
.icn.rss:hover { background-position: -187px -31px }
.icn.youtube { background-position: -218px -1px }
.icn.youtube:hover { background-position: -218px -31px }
.icn.wordpress { background-position: -250px -1px }
.icn.wordpress:hover { background-position: -250px -31px }
.icn.dribbble { background-position: -282px -1px }
.icn.dribbble:hover { background-position: -282px -31px }
.icn.pinterest { background-position: -313px -1px }
.icn.pinterest:hover { background-position: -313px -31px }
.icn.stumble { background-position: -345px -1px }
.icn.stumble:hover { background-position: -345px -30px }
.icn.digg { background-position: -380px -1px }
.icn.digg:hover { background-position: -380px -30px }

/* Credits */
.credits { background: url(../images/bg_doubleline.png) repeat-x; padding-top:15px; font-size:11px; color:#878787; }
.credits a { color:#878787; }
.credits .active a, .credits a:hover { color:#4183bb; }
.credits .four { text-align: right; }
.footer-nav { margin-bottom:0; }
.footer-nav li { float:left; margin-bottom:0; margin-right:15px; }

/* Room Styles
================================================== */
.room-gallery {	border:solid 1px #dcdcdc; padding:9px; box-shadow: 0 0 3px rgba(0,0,0,0.1); margin-bottom:30px; }
#room-gallery, #room-carousel { margin-bottom:0; }
#room-gallery li, #room-carousel li { margin-bottom:0; }
#room-carousel { position:relative; margin-top:10px; }
#room-carousel li {  margin-right:10px; }
#room-carousel img { cursor:pointer; }
#room-carousel .flex-control-paging { display:none; }

/* Blog Styles
================================================== */
.paging { text-align: center; margin-top:40px; }
.paging a { display:inline-block; background: #f1f1f1; padding:3px 9px; margin-right:3px; border-radius:1px; font-size:11px; font-weight:bold; }
.paging a:hover { background: #dcdcdc; }
.paging a.active { background: #1A74BE; color:#fff; }

/* Comments Styles */
.post-comments { margin-top:60px; }
.post-comments ol, .post-comments ul { list-style: none; font-size:inherit;  }
.post-comments > ol { margin-left:0; }
.post-comments li { margin:0 !important; padding:0 !important; background: none !important; }
.post-comments .avatar { float: left; margin: 15px 15px 5px 0; padding:3px; border:solid 1px #dcdcdc; }
.post-comments .comment-text { border-bottom: 1px solid #dcdcdc; }
.post-comments .comment-copy { width: 80%; padding: 15px; float: right; font-size: 13px; }
.post-comments .comment-meta { font-weight: bold; margin-bottom:5px !important; }
.comment-reply-link, .btn-reply { font-weight: bold; font-style: normal; float: right; font-size: 10px; text-transform: uppercase; color: #fff; padding: 3px 7px 0; background: #2083d5;  border-radius:2px; }
.comment-reply-link:hover, .btn-reply:hover { color:#fff; background: #1a74be; }
.comment-reply-link { font-size:10px; font-weight:bold; display:inline-block; padding-left:20px; border-radius:2px; margin-bottom:5px; }

/* Comments form */
#form-wrapper h2 { margin-bottom:20px; }
.post-form p { margin-bottom:15px; }
.post-form input[type=text] { width:50%; }
.post-form input[type=button] { position:static; width:150px; }

/* Location Styles
================================================== */
.map-wrapper { padding:9px; border:solid 1px #dcdcdc; box-shadow: 0 0 3px rgba(0,0,0,0.1); }
.map { height:400px; }

/* Widgets
================================================== */
.widget { margin-bottom:40px; }
.widget h3 { color:#444; text-transform: uppercase; font-size:11px; }
.widget .double { background-position: 0 4px; }
.widget *:last-child { margin-bottom:0; }

/* Flickr Widget */
.flickr_badge_image { float: left; margin-right: 15px; margin-bottom: 19px; padding: 3px; border: solid 1px #dcdcdc; box-shadow: 0 0 3px rgba(0,0,0,0.1); }
.flickr_badge_image:nth-child(3n+1) { margin-right: 0 }
.flickr_badge_image img { display: block; }

/* Calendar Widget */
.widget_calendar #wp-calendar { width: 95%; text-align: center; }
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th { text-align: center }
.widget_calendar #wp-calendar caption { font-size: 11px; padding: 5px 0 3px; text-transform: uppercase; }
.widget_calendar #wp-calendar th { font-weight: bold }

/* Search Widget */
#searchform input[type=text] { width: 92%; padding: 7px 3.5%; text-indent: 10px; }
#searchform { position: relative; line-height: 0; }
#searchform #searchsubmit { position: absolute; right: 0; top: 0; width: 70px; height: 30px; font-weight: bold; font-size:11px; cursor: pointer; }
#searchform > div { margin: 0; padding: 0; line-height: 0; }
#searchsubmit:active { top: 1px }

/* List Widgets */
.widget ul { list-style: none; margin: 0; padding: 0; }
.widget ul li { margin-bottom:0; padding: 6px 0 5px 17px; background: url(../images/sprite.png) no-repeat 0 -155px; border-bottom: 1px dotted #dcdcdc; }
.widget ul > li:first-child { padding-top: 0; background-position: 0 -162px; }

/* Twitter on sidebar */
.widget .twitter-time { display: block; font-size: 0.8em; font-weight: bold; }

/* Book Now widget */
.widget_book-now { background: #F9F9F9 url(../images/bg_book.png) repeat-x; color:#7f7f7f; font-size:11px; border:solid 1px #dfdfdf; box-shadow: 0 0 3px rgba(0,0,0,0.1); padding:20px; }
.widget_book-now p { margin-bottom:0; }
.book-now-price { text-align: center; float:left; width:90px; background: url(../images/bg_divider.png) no-repeat right;  }
.book-now-price strong { font-size:22px; display:block; }
.book-now-action { text-align: center; margin-top:6px; float:right; width:130px; }
.book-now-action a { display:inline-block; width:90px; }
.book-now-action a span { text-align: center; }

/* Testimonial widget */
.widget_testimonial blockquote { margin-bottom:0; border:0; padding:0; }
.widget_testimonial blockquote p { background: #F9F9F9 url(../images/bg_book.png) repeat-x; color:#7f7f7f; font-size:11px; border:solid 1px #dfdfdf; padding:20px; margin-bottom:5px; line-height:16px; }

/* Fancybox
================================================== */
.fancybox-tmp iframe,
.fancybox-tmp object { vertical-align: top; padding: 0; margin: 0; }
.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; }
.fancybox-skin { position: relative; padding: 0; margin: 0; background: #f9f9f9; color: #444; text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.fancybox-opened { z-index: 8030 }
.fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
.fancybox-outer, .fancybox-inner { padding: 0; margin: 0; position: relative; outline: none; }
.fancybox-inner { overflow: hidden }
.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch }
.fancybox-error { color: #444; font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; margin: 0; padding: 10px; }
.fancybox-image,.fancybox-iframe { display: block; width: 100%; height: 100%; border: 0; padding: 0; margin: 0; vertical-align: top; }
.fancybox-image { max-width: 100%; max-height: 100%; }
#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span { background-image: url(../images/fancybox_sprite.png); }
#fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8020; }
#fancybox-loading div { width: 44px; height: 44px; background: url(../images/fancybox_loading.gif) center center no-repeat; }
.fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 8040; }
.fancybox-nav { position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; background: transparent url(../images/blank.gif); /* helps IE */ -webkit-tap-highlight-color: rgba(0,0,0,0); z-index: 8040; }
.fancybox-prev { left: 0 }
.fancybox-next { right: 0 }
.fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; }
.fancybox-prev span { left: 20px; background-position: 0 -36px; }
.fancybox-next span { right: 20px; background-position: 0 -72px; }
.fancybox-nav:hover span { visibility: visible }
.fancybox-tmp { position: absolute; top: -9999px; left: -9999px; padding: 0; overflow: visible; visibility: hidden; }
#fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background: rgba(0, 0, 0, 0.70); }
#fancybox-overlay.overlay-fixed { position: fixed; bottom: 0; right: 0; }
.fancybox-title { visibility: hidden; font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; position: relative; text-shadow: none; z-index: 8050; }
.fancybox-opened .fancybox-title { visibility: visible }
.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8030; text-align: center; }
.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; /* Fallback for web browsers that doesn't support RGBa */ background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; }
.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; }
.fancybox-title-inside-wrap { margin-top: 10px }
.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: rgba(0, 0, 0, 0.70); background: rgba(0, 0, 0, .8); }
.hidden { display:none; }


#header-wrap, .flex-utils.container {
	background: url(../images/bg/0.png) repeat;
}
#header, .flex-captions {
	background-color: rgba(15, 12, 2, 0.4);
}
.block figure {
	background: rgba(255, 255, 255, 0.80);	
}
.nav li a {color:rgba(0, 0, 0, 0.70);font-weight: bold}
.flex-captions p {display:none;}
.flex-utils.container {width: 100%}
table tr:nth-child(2n) td { background: rgba(241, 239, 235, 0.50)}
table tr:nth-child(2n+1) td, table tr th { background: rgba(241, 239, 235, 0.70)}
#footer-wrap {background: rgba(117, 103, 87, 0.10);}

/*
#room-gallery .flex-direction-nav {display:none}
*/
#room-gallery .flex-direction-nav {position: relative;}
#room-gallery .flex-direction-nav li {position: absolute; bottom:200px;}
#room-gallery .flex-direction-nav li .flex-prev {left:30px;}
#room-gallery .flex-direction-nav li .flex-next {left:860px;}

#map_canvas { height: 400px;width: 100% }
.flex-captions.container {width:100%;}
#header {width:100%;}
#navigation {width:60%; }
#navigation .nav li {margin-left:21px; }
#navigation .nav li a {font-size:12px; }
#navigation .nav li a:hover {color:#FFF; }
#navigation .nav li ul li {margin-left:0px; background: url(../images/bg/0.png) repeat;}
#navigation .nav li ul li a {background-color: rgba(117, 103, 87, 0.50);	}
#navigation .nav li ul li a:hover {background-color: rgba(117, 103, 87, 0.30);	}
#weather-lang {float:right;}
#ywloc {font-size: 14px; line-height: 15px; top:0;}
#ywtem {color:#FFF;}
.newsletter {background: rgba(241, 239, 235, 0.40);color:rgba(0, 0, 0, 0.70);}
.newsletter p {color:rgba(0, 0, 0, 0.70); font-size:12px;}
.newsletter h4 {font-size: 13px}
.widget_testimonial blockquote p {
	background: rgba(241, 239, 235, 0.40);
	color:rgba(0, 0, 0, 0.70);
	border-color:rgba(241, 239, 235, 0.60);
}
blockquote cite {color:rgba(0, 0, 0, 0.70);}
.credits {color:#945523;font-size: 12px}
.credits a, .block a, .block h1 {color:rgba(0, 0, 0, 0.70);}
.credits .active a, .credits a:hover{color: #945523;}

.icn {
	background: url(../images/social_media_icons.png) no-repeat scroll left top transparent;
	width:25px;
	height:24px;
}

.icn.twitter { background-position: -28px top;}
.icn.twitter:hover { background-position: -28px bottom;}
.icn.facebook { background-position: left top;}
.icn.facebook:hover { background-position: left bottom;}
.icn.pinterest { background-position: -56px bottom; }
.icn.pinterest:hover { background-position: -56px bottom; }
.icn.tripadvisor { background-position: -84px top;}
.icn.tripadvisor:hover { background-position: -84px bottom;}

.editable {width:130px;}
.room-gallery {background: rgba(117, 103, 87, 0.20);}

.double span {background: url(../images/bg_action.png) repeat-y; padding-left: 4px}

#header h1 {left:20px;}




