/* #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
================================================== */
body {
	background: #fff;
	color: #525252;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-family: raleway, sans-serif;
	font-size: 13px;
	line-height: 1.8;
	font-weight: 500;
}

/* Typography
================================================== */
h1, h2, h3, h4, h5, h6 { color: #666666; font-family: raleway; font-weight: 500;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit;font-family: raleway; }
h1 { font-size: 18px; margin-bottom: 14px;font-family: raleway;}
h2 { font-size: 16px; margin-bottom: 10px; font-family: raleway;}
h3 { font-size: 13px; margin-bottom: 8px; font-family: raleway;}
h4 { font-size: 12px; margin-bottom: 8px; font-family: raleway;}
h5 { font-size: 11px; margin-bottom: 8px; font-family: raleway; }
h6 { font-size: 10px; font-family: raleway; }
.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 15px 0; text-align:justify; font-size:13px; line-height: 23.4px;}
figure { margin:0 0 5px 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#booking-cycling p{margin-bottom:5px; }
form p input[type=submit] { 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=submit] { 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=submit]: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;
	font-size: 18px;
	font-family: raleway;
}
.block figure {}
.block figure original{ 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:20;
	color: #999;
}
.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 {}
.eight.with-action {  }
.eight.with-action .col-action { width:96%; }
.eleven.with-action { margin-bottom: 40px; margin-top: 20px; }
.eleven.with-action .col-action { width:97%; }
.col-action {
	width:93%;
	padding:3px 10px;
	font-size:12px;
	text-transform: uppercase;
	position:relative;
	bottom:0;
	background-color:#E8E8E8;
	border-radius:3px;
}
.col-action original { width:93%; padding:5px 10px; font-size:10px; text-transform: uppercase; position:absolute; bottom:0; background-color:#E8E8E8; border-radius:3px; }
.col-action a { position:absolute; right:0; top:0; }
.ribbon { position:absolute; top:-3px; right:-3px; }
.overlay { background: #000 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; display:none; 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 {}
.content img { box-shadow:0 0 3px rgba(0,0,0,0.1); }
.content img original{ 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=submit] { position:static; width:150px; }
table { width:100%; border-right:solid 1px #dcdcdc; border-top:solid 1px #dcdcdc; margin-bottom:20px; text-align: center; font-size: 12px;}
table th, table td { padding:5px; border-left:solid 1px #dcdcdc; }
table th { font-weight:bold; text-align: center; vertical-align: middle;border-bottom:solid 1px #dcdcdc; background: #f1f1f1; }
table td { border-bottom:solid 1px #dcdcdc; }
table tr:nth-child(2n+1) td { background: #f5f5f5; }
table.white td { background: #fff!important; }

/* Global Styles
================================================== */
#header-wrap {
	position:absolute;
	z-index:150;
	width:100%;
	background-color: #FFF;
}
#header { background: #fff; background: rgba(255,255,255,0.9); }
#main { margin-top:20px; margin-bottom:40px;  }
#page-header { height:230px; background: #09C; text-indent: -9999px;
}
#page-header-one {
	height:230px;
	text-indent: -9999px;
	background-color: #09C;
	background-attachment: scroll;
	background-image: url(../images/slide_lisa4.jpg);
	background-repeat: no-repeat;
	background-position: center -75px;
}
#page-header-two {
	height:230px;
	text-indent: -9999px;
	background-color: #09C;
	background-attachment: scroll;
	background-image: url(../images/slide_lisa3.jpg);
	background-repeat: no-repeat;
	background-position: center -160px;
}
#page-header-three {
	height:230px;
	text-indent: -9999px;
	background-color: #09C;
	background-attachment: scroll;
	background-image: url(../images/slide_lisa8.jpg);
	background-repeat: no-repeat;
	background-position: center -120px;
}
#page-header-four {
	height:230px;
	text-indent: -9999px;
	background-color: #09C;
	background-attachment: scroll;
	background-image: url(../images/slide_lisa7.jpg);
	background-repeat: no-repeat;
	background-position: center -230px;
}
#page-header-five {
	height: 230px;
	text-indent: -9999px;
	background-color: #09C;
	background-attachment: scroll;
	background-image: url(../images/slide_lisa6.jpg);
	background-repeat: no-repeat;
	background-position: center -370px;
}
.page_title {
	font-size: 34px;
	color: #666666;
	line-height: 1.2;
}
.page_title_two {
	font-size: 22px;
	color: #666666;
	line-height: 1.2;
}
.page_title_three {
	font-size: 20px;
	color: #666666;
	line-height: 1.2;
}
.page_title_four {
	font-size: 18px;
	color: #666666;
	text-transform: uppercase;
	line-height:1.2;
}
.intro {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 10px;
	height: 60px;
}
.line {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.space {
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.top_fourty {
	margin-top: 40px;
}
.logo_lisa {
	position:relative;
	float:left;
	width:20%;

	height:auto;
	z-index:100;
	margin-right:10px;
	text-align: left;
	padding:10px;
}
@media only screen and (max-width : 767px) {
	.logo_lisa {
		width:100%;
		padding:10px 0;
		text-align: center;
		max-width:none!important;
	}
}
#sidebar{
	width:280px;
	margin-left:10px;
}


.logo_lisa img{
	width:100%;
	max-width:200px;
	height:auto;
}


select {
	font-size:14px; 
	padding:5px;
	margin: 0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background: #dcdcdc;
	color:#666666;
	border:none;
	outline:none;
	display: inline-block;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer;
}
#overview_box {
	background-color: #E6E6E6;
	/*position: fixed;*/
	z-index: 1000;
	/* margin-top: -20px; */
	/* top: 10%; */
	/* right: 5%;*/
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	/* padding: 20px; */
	/* max-width: 300px; */
	/* width: 100%; */
}
.overview_items {
	margin-bottom: 0px;
	padding: 0px 0px 0px 10px;
	/*background: url('../images/sprite.png') no-repeat scroll 0px -155px transparent;*/
	border-bottom: solid 1px #fff;
	font-size: 14px;
	color: #1a74be;
}
option {
	padding:5px 2px 5px 5px
}

.hand {
	font-family: 'Nothing You Could Do', cursive;
	font-size: 23px;
}
.rent_button {
	position: absolute; 
	margin-top: -32px; 
	margin-left: 15%; 
	z-index: 120;
}

.package_description{
	font-size:14px;
	line-height: 20px;
	text-align:justify
}


/* Left column
================================================== */

#left {}
#left h1{
	font-size: 26px;
	color: #666666;
	line-height: 1.2;
}
#left h2{
	font-size: 20px;
	color: #666666;
	line-height: 1.2;
}
#left h3{
	font-size: 18px;
	color: #666666;
	line-height: 1.2;
	margin-top: 20px;
}
#left ul{
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 15px;
	padding-bottom: 5px;
}
#left p{}

#left span{
	padding: 5px;
	margin-left: 0px;
	font-size: 12px;
	font-weight: 600;
	background-color: #e8e8e8;
}

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

/* Main navigation */
#navigation > select 
{ display: none; }
.nav { margin-bottom:0; margin-left:5px; display: flex; display: -webkit-flex; flex-wrap: wrap;}
.nav li { float:left; line-height: 1.2; margin-bottom:0; }
.nav li a {
	display: block;
	text-transform: uppercase;
	color: #333;
	font-size: 13px;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.nav li a:hover { color:#2083d5; }
.nav > li { position: relative; }
.nav ul,
.nav ul ul
{
	position: absolute;
	display:none;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 1000;
	/*top: -999em;*/
}
.nav ul ul{
	padding-left:1px;
	top:0;
	left:100%;
	width:100%;
}
.nav li li, .nav li li li { display: block; position:relative;}
.nav li li a,.nav li 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: 195px; }
.nav li li a:hover, .nav li li li a:hover { border: none; background: #2083d5; color:#fff; }
.nav > li:hover > ul { top: 36px; }
.sf-with-ul { padding-right: 15px; }
.alt-nav { width:95%; margin:10px; }


#sticky_overview_box.stick {
	margin-top: 10px !important;
	position: fixed;
	top: 0;
	z-index: 10000;
	border-radius: 0 0 0.5em 0.5em;
}

#sticky_overview_box {
	background-color: #E6E6E6;
	z-index: 1000;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}

/* 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:7px 0 10px 0; font-size: 13px;}
#lang a { display:inline-block; margin-left:5px; }
#lang a:last-child { margin-right:10px; }

/* Breadcrumb */
.bc { padding-bottom:20px; margin-bottom:20px !important; }

/* HomePage Styles
================================================== */
/* Slider */
.flex-utils { position:relative; }
.flex-captions { height:40px; position:relative; background: #fff }
.flex-captions original{ height:40px; position:relative; margin-top:-40px !important; background: #fff; background:rgba(255,255,255,0.9); }
.flex-captions p {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	font-size: 12px;
	color: #999;
}
#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; }

.list_one {     
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 15px;
}

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

/* Booking Styles */
#booking { background: url(../images/bg_doubleline.png) repeat-x bottom; padding-bottom:40px; margin-bottom:; }
#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; }

/* Booking Cycling Styles */
#booking-cycling .calendar { background: #fff url(../images/sprite.png) no-repeat right -93px; }
#booking-cycling .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=submit] { top:0; right:-3px; width:100px;  }
.newsletter form p { margin-bottom:0; }

/* Social links Styles */
.social-links {margin-top:; }
.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 {padding-top:15px; font-size:11px; color:#878787; }
.credits a { color:#878787; }
.credits .active a, .credits a:hover { color:#4183bb; }
.credits .four {
	text-align: left;
	margin-top: 20px;
}
.footer-nav { margin-bottom:20px; }
.footer-nav li {
	float:left;
	margin-bottom:0;
	margin-right:20px;
	font-size: 14px;
}

/* Room Styles
================================================== */
.room-gallery {margin-bottom:15px; }
.room-gallery original{	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=submit] { position:static; width:150px; }

/* Location Styles
================================================== */
.map-wrapper {box-shadow: 0 0 3px rgba(0,0,0,0.1); }
.map-wrapper original { 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; margin-top: 20px; font-size:11px; font-weight:600;}
.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; border: solid 1px #dcdcdc; }
.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; margin-bottom: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; font-size: 12px;}
.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 { color:#7f7f7f; font-size:11px; padding:0px; background-color: transparent }
/*.widget_book-now { color:#7f7f7f; font-size:11px; border:solid 1px #dfdfdf; padding:20px; background-color: #E8E8E8 }*/
.widget_book-now p { margin-bottom:0; }
.book-now-price { text-align: center;padding:10px 0px 5px 15px;text-align: left;}
.book-now-price span { font-size:15px;font-weight: 600; margin-left:10px;color:#000; }
.book-now-action { text-align: left; margin-top:0px; width:100%; }
.book-now-action a { display:inline-block; }
.book-now-action a span { text-align: left; }

/* Testimonial widget */
.widget_testimonial blockquote { margin-bottom:0; border:0; padding:0; }
.widget_testimonial blockquote p {
	color:#7f7f7f;
	font-size:11px;
	border:solid 1px #dfdfdf;
	padding:20px;
	margin-bottom:5px;
	line-height:16px;
	background-color: #EDEDED;
}

/* 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: #000; }
#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: #000; background: rgba(0, 0, 0, .8); }
.hidden { display:none; }

/* Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	/* Global styles */
	.content img { padding:0; border:0; }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	/* Blocks */
	.eight.block .col-action { width:94%; }
	
	/* Comments */
	.post-comments .comment-copy { width: 75%; }
	.post-comments li li .comment-copy { width: 73%; }
	
	/* Flickr Widget */
	.flickr_badge_image:nth-child(3n+1) { margin-right: 15px; }	
	
	/* Book now widget */
	.book-now { padding:5px; }
	.book-now-price { width:70px; }
	.book-now-action { width:130px; }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	/* Global styles */
	#sidebar { margin-top:20px; }
	#navigation > ul { display:none; }
	#navigation > select { 
		display: block;
		top: 5px;
		width: 100%;
		margin-left: 0px;
		padding: 10px;
	}
	#yw { display:none; 
	}
	#lang { text-align: center; padding:0 0 10px 0; }
	#header h1 { text-align: center; width:100%; }
	#home #header h1 { top:80px;  }	
	#home #header h1 img { width:140px; }
	.alignleft, .alignright { float:none !important; display:block; margin:10px 0 !important; }

	/* Homepage 3col */
	#main .one-third { margin-bottom:30px; }
	#main .one-third:last-child { margin-bottom:0; }
	
	/* Footer booking form */
	#booking p { margin-bottom:10px; }		
	#booking p input[type=text] { width:96%; }
	#booking p input[type=submit] { position:static; top:auto; margin-top:10px; width:99%; }
	
	/* Blocks */
	.col-action { width:95%; }
	.eight.block { margin-bottom:40px !important; height:auto; }
	.eight.block .col-action { width:95%; position:relative; margin-top:20px; }
	.one-third { margin-bottom:40px !important; height:auto !important; }
	.one-third .col-action { width:95%; position:relative; margin-top:20px; }	
	.five.block { margin-bottom:20px !important; }
	.eleven.with-action { height:auto !important; margin-bottom:20px !important; }
	.eleven.with-action .col-action { width:95% !important; position:relative; margin-top:20px; }
	
	/* Comments */
	.post-comments ul { margin-left:0; }
	.post-comments .comment-copy { width: 100%; padding-left:0; padding-right:0; }
	.post-comments .avatar { display:none; }
	
	/* Flickr Widget */
	.flickr_badge_image:nth-child(3n+1) { margin-right: 15px; }

	#overview_box {
		background-color: #e6e6e6; 
		position: relative;
		width: 90%;
		left:0;
		top:0;
		right:0;
		bottom:0;
		padding:10px;
	}
	.line {
		margin-bottom: 30px !important; 
		padding-bottom: 10px;
		border-bottom-width: thin;
		border-bottom-style: solid;
		border-bottom-color: #CCC;
	}
	.space {
		margin-bottom: 30px !important;
		padding-bottom: 10px;
	}

}

.p-r-c{
	-webkit-padding-end: 10px!important;
}

/* All Mobile Sizes < 480 (devices and browser) */
@media only screen and (max-width: 479px) {
	/* Global styles */
	.flex-direction-nav, .flex-captions { display:none; }
	.newsletter-wrap { margin-top:10px; }
	.social-links { margin-bottom:10px; }
	#footer .sig { text-align: left !important; margin-top:10px; }
	
	/* Blocks */	
	.col-action { width:93% !important; }

	/* Post form */
	.post-form input[type=text] { width:80%; }

	.flexslider .slides img {
		width: 100%;
		display: block;
		margin-top: 60px;
	}

	#home #header h1 img {
		width: 70%;
		margin-top: 45px;
	}
/*	.rent_button {
		background-color: #FFE102;
		margin-left: 0;
		z-index: 5000;
		position: relative;
		margin-top: 20px;
		}*/

		/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
		@media only screen and (min-width: 480px) and (max-width: 767px) {
			/* Global styles */
			.flex-direction-nav, .flex-captions { display:none; }
			.newsletter-wrap { margin-top:10px; }
			.social-links { margin-bottom:10px; }
			#footer .sig { text-align: left !important; margin-top:10px; }	
		}
		.flexslider .slides img {
			width: 100%;
			display: block;
			margin-top: 60px;
		}

		#home #header h1 img {
			width: 70%;
			margin-top: 45px;
		}

		/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
		@media only screen and (max-width: 479px) {
			div[id^="page-header-"] {
				height: 100px!important;
				background-position: center center!important;
				background-size: cover;
			}
			/* Global styles */
			#home #header h1 img { width:100px; }
			#booking p input[type=text] { width:95%; }
			#booking p input[type=submit] { width:100%; }	
			.flexslider .slides img {
				width: 100%;
				display: block;
				margin-top: 60px;
			}

			#home #header h1 img {
				width: 70%;
				margin-top: 45px;
			}
		}





		/*----------------------------*/



