/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Typography (baseline corrections)
================================================== */

	body { font: 14px/21px "Open Sans", Arial, sans-serif;}
	
	/*h1 { line-height: 49px; margin-bottom: 14px; font: 49px "Open Sans", Arial, sans-serif; font-weight: 600; color: #91b155; text-transform:uppercase;}*/
	h1 { line-height: 49px; margin-bottom: 14px; font: 42px "Open Sans", Arial, sans-serif; font-weight: 600; color: #333333; text-transform:uppercase;}
	h2 { line-height: 35px; margin-bottom: 0px; font: 35px "Open Sans", Arial, sans-serif; font-weight: 600; color: #333333;}
	h3 { line-height: 35px; margin-bottom: 7px; font: 28px "Open Sans", Arial, sans-serif; font-weight: 400; }
	h4 { line-height: 14px; margin-bottom: 7px; font: 21px "Open Sans", Arial, sans-serif; font-weight: 600; }
	h5 { line-height: 14px; margin-bottom: 7px; font: 21px "Open Sans", Arial, sans-serif; font-weight: 600; }

	p { margin: 0 0 7px 0; color: #666666;}
	p.lead { line-height: 21px; }


/*	Blockquotes  */
	blockquote, blockquote p { line-height: 21px;}
	blockquote { margin: 0 0 21px; padding: 7px 20px 0 19px; }

	hr { margin: 14px 0 28px;}
	
/* #Lists (baseline corrections)
================================================== */
	ul, ol { margin-top: 7px; margin-bottom: 7px; margin-left: 17px; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 7px 0 7px 30px; }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-top: 7px; margin-bottom: 7px;}
	li { line-height: 16px; margin-top: 7px; margin-bottom: 7px;}
	
	
	

/* #Site Styles
================================================== */

* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
	}

img {
	max-width: 100%;
}

.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.alignLeft{
	align: left;
}
.alignRight{
	align: right;
}
.space_1line{
	padding-top:21px;
}

.band {
	padding: 14px 0 0 0;	
}
.band.header {
}
.band.fold {
}
.band.ibe {
	padding: 0;	
}
.band.subcontent {
}
.band.footer {
	padding: 14px 0;	
}

.container {
}
.container.header {
	position: relative;
	border-bottom: 1px solid #CCC ;
}
.container.fold {
	position: relative;
}

.container.ibe {
	position: relative;
	/*border-bottom: 1px solid #CCC ;*/
}
.container.subcontent {
	position: relative;
	border-bottom: 1px solid #CCC ;
}
.container.footer {
	position: relative;
	text-align: center;
}
.topnavi {
	position: absolute;
	bottom:0;
	right:10px;
	margin-bottom: 20px;
}

.topnavi a, .topnavi a:visited { margin: 0 4px 14px 7px; color: #333333; text-decoration: none; font-weight: bold; }
.topnavi a:hover, .topnavi a:focus { color: #aaaaaa; }

ul {
	margin: 
}

ul li {
	list-style-type: circle;
}

.disclaimer {
	font: 10px/14px "Open Sans", Arial, sans-serif;
	color: #aaa;
}

.tnc {
	font: 12px/14px "Open Sans", Arial, sans-serif;
	color: #333;
}


.furamafirst_tail {
    font-style: italic;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-transform: lowercase;
}

.furamafirstbar {
	background:#FFF000;
	width: 100%;
	align: right;
	height: 30px;
}

.ffirstLoginForm {
	font: 12px/14px "Open Sans", Arial, sans-serif;	
	color: #333;
}

.ffirstLoginForm input[type=text]{
	padding: 3px;
	margin: 0;
}
.ffirstLoginForm input[type=password]{
	padding: 3px;
	margin: 0;
}
	
/* #Page Styles
================================================== */
label.ibe{
	display: block;
	font-weight: bold;
	font-size: 13px;  
	margin-right: 5px;
}
.ibe_dropdown{
	width: 60px;
	height: 25px;
	margin-right: 7px;
	margin-top: 2px;
}
input[type="text"].ibe_text{
	width: 120px;
	margin: 2px 10px 7px 0;	
	padding: 4px 4px;
	color: #777;
	max-width: 100%;
	background: #fff; 
}
input[type="text"].ibe_date{
	width: 90px;
	margin: 2px 10px 7px 0;	
	padding: 4px 4px;
	color: #777;
	max-width: 100%;
	background: #fff; 
}
input[type="submit"].ibe_submit{
	background: #cc0000; /* Old browsers */
	background: #cc0000 -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
	background: #cc0000 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
	background: #cc0000 -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
	background: #cc0000 -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
	background: #cc0000 -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
	background: #cc0000 linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	border: 1px solid #cc0000;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	text-shadow: none;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: normal;
	padding: 10px 10px;
	font-family: "Open Sans", Arial, sans-serif; 
	width: 100%;
}

input[type="submit"].ibe_submit:hover{
	color: #660000;
	background: #660000; /* Old browsers */
	background: #660000 -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
	background: #660000 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
	background: #660000 -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
	background: #660000 -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
	background: #660000 -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
	background: #660000 linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	border: 1px solid #660000;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	text-shadow: none;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: normal;
	padding: 10px 10px;
	font-family: "Open Sans", Arial, sans-serif; 
}

input[type="submit"].ibe_submit:active{
	color: #990000;
	background: #990000; /* Old browsers */
	background: #990000 -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
	background: #990000 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
	background: #990000 -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
	background: #990000 -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
	background: #990000 -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
	background: #990000 linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	border: 1px solid #990000;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	text-shadow: none;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: normal;
	padding: 18px 20px;
	font-family: "Open Sans", Arial, sans-serif; 
}

input[type="submit"].ibe_submit.full-width{
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center; 
}

.feedback{
	border-top: #000 3px solid;
	border-bottom: #000 3px solid;
    text-align:center;
	margin: 0 auto 10px;
	padding: 14px 0;
	width:100%;
	z-index: 6;
}
.feedback_header{
	margin: -28px auto 0;
	position: relative;
	z-index: 1;
}
.feedback_header_quote{
	margin-bottom: 14px; font: 21px "Open Sans", Arial, sans-serif; font-weight: 600; color:#666;
	background: #ffffff;
	padding: 0 10px;
	z-index: 3;
}
.feedback_header{
	line-height: 14px; margin-bottom: 7px; font: 21px "Open Sans", Arial, sans-serif; font-weight: 600; color:#666;
}
.guest_name{
	line-height: 7px; margin: 14px 0; font: 14px "Open Sans", Arial, sans-serif; font-weight: bold; color:#666;
	text-align:right;
}

.propertybox {
	
}
.city{
	font: 18px "Open Sans", Arial, sans-serif; font-weight: 800; color:#333;
}
.hotelname{
	font: 16px "Open Sans", Arial, sans-serif; font-weight: 600; color:#666;
}
.hotelname a{
	color:#666;
	
	-webkit-transition: background-image 0.5s;
	-moz-transition: background-image 0.5s;
	-o-transition: background-image 0.5s;
	-ms-transition: background-image 0.5s;
	transition: background-image 0.5s;
}
.hotelname a:hover{
	color:#e20612;
}
.hotelimage_wrapper{
	
}
.hotelimage{
	border: 3px solid #cccccc;
}
.strike{
	text-decoration: line-through;
	font: 14px "Open Sans", Arial, sans-serif; font-weight: normal; color:#666;
}
.saleprice{
	font: 18px "Open Sans", Arial, sans-serif; font-weight: 600; color:#00aeef;
}
.saletext{
	font: 16px "Open Sans", Arial, sans-serif; font-weight: 600; color:#00aeef;
}
.bookNow {
	text-align: center;
}
.bookNow input {
	margin-top: 20px;
	background-color: #00aeef;
	color: #ffffff;
    cursor:pointer;
    width: 210px;
    height: 46px;
    border: none;		font-size: 14px;	text-shadow: none;
	-webkit-transition: background-image 0.5s;
	-moz-transition: background-image 0.5s;
	-o-transition: background-image 0.5s;
	-ms-transition: background-image 0.5s;
	transition: background-image 0.5s;
}
.bookNow input:hover {
    cursor:pointer;
	background-color: #00aeef;
	color: #ccc;
    width: 210px;
    height: 46px;
    border: none;
}
.bookNow_small input {
	margin-top: 20px;
	background-color: #00aeef;
	color: #ffffff;
    cursor:pointer;
    width: 137px;
    height: 30px;
    border: none;	
	-webkit-transition: background-image 0.5s;
	-moz-transition: background-image 0.5s;
	-o-transition: background-image 0.5s;
	-ms-transition: background-image 0.5s;
	transition: background-image 0.5s;
}
.bookNow_small input:hover {
    cursor:pointer;
	background-color: #00aeef;
	color: #ccc;
    width: 137px;
    height: 30px;
    border: none;
}

 .downbox_city{
	color: #333333;
	font-weight: bold;
 }
 
.promo_text{
	font: 16px "Open Sans", Arial, sans-serif; font-weight: normal; color:#333;
}


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
	
		.bookNow input {
			width: 150px;
			height: auto;
		}
		.bookNow input:hover {
			width: 150px;
			height: auto;
		}
		.strike{
			text-decoration: line-through;
			font: 12px "Open Sans", Arial, sans-serif; font-weight: normal; color:#666;
		}
		.saleprice{
			font: 16px "Open Sans", Arial, sans-serif; font-weight: 600; color:#00aeef;
		}
		.saletext{
			font: 14px "Open Sans", Arial, sans-serif; font-weight: 600; color:#00aeef;
		}
	
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/