body {
margin: 0;
background-image: url(../images/bg.jpg);	
}

.wrapper {
width: 1000px;
margin: auto;	
}

.header {
width: 100%;
padding-top: 15px;
padding-bottom: 15px;
	
}

.logo {
	width: 310px;
	height: 200px;
}


#first_input {
width: 117px!important;	

}

#second_input {
width: 117px!important;	
margin-left: 10px;
}

#datepicker-arrival {
width: 118px!important;	

}

#datepicker-departure {
width: 114px!important;	
margin-top: 0!important;
}

.header-container {
width: 1000px;
margin: auto;	
}

.content {
width: 1000px;
background-color: #FFFFFF;	
}

.buttonpanel {
	width: 1000px;
	height: 70px;
	margin: auto;
	background-image: url(../images/button-bg.jpg);
	z-index: 999999999999;
}

#menu {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	
}

#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	padding-top: 23px;

}

#menu li a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: 'Noto Sans';
	text-align: center;
	padding: 15px 11px 15px 11px;
	border-left: 1px solid #242424;
	border-right: 1px solid #000000;
	transition: all 0.3s ease-out;
}

#menu li a:hover {
background-color: #6b5848;	

		
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=30);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.3;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.3;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.3;
}

#menu li:first-child a {
border-left: 0;	
padding-left: 13px;
}

#menu li:last-child a {
border-right: 0;
padding-left: 10px;	
}

#current a {
background-color: #6b5848;	

		
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=30);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.3;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.3;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.3;
}

.banner {
	width: 1000px;
	height: 400px;
	margin: auto;
}

.top-sh {
background-image: url(../images/top-sh.png);
width: 1000px;	
height: 21px;
position: absolute;
}

.featured-content {
	width: 1000px;
	background-image: url(../images/content-bg.jpg);
	height: 500px;
}

h1 {
margin: 0;
padding: 0;	
padding-top: 15px;
margin-left: 15px;
font-family: 'lassiguedmato';
font-size: 66px;
font-weight: normal;
color: #83705f;
text-shadow: 1px 1px #000000;
}

h2 {
margin: 0;
padding: 0;	
font-family: 'Noto Sans';
font-size: 26px;
font-weight: normal;
text-align: center;
margin-bottom: 15px;
color: #83705f;
}

h3 {
margin: 0;
padding: 0;	
font-family: 'lassiguedmato';
font-size: 42px;
font-weight: normal;
text-align: center;
margin-bottom: 15px;
margin-top: 15px;
color: #3e3e3e;
}

h4 {
margin: 0;
padding: 0;	
font-family: 'Noto Sans';
font-size: 24px;
font-weight: bold;
font-style: italic;
margin-bottom: 15px;
margin-right: 15px;
margin-top: 15px;
color: #3e3e3e;
text-shadow: 1px 1px #FFFFFF;
}

.contact-details h4 { margin-top: 0; }

h5 {
margin: 0;
padding: 0;	
font-family: 'Noto Sans';
font-size: 24px;
font-weight: bold;
font-style: italic;
margin-bottom: 15px;
margin-right: 15px;
margin-top: 15px;
color: #3e3e3e;
text-shadow: 1px 1px #FFFFFF;
}

h6 {
margin: 0;
padding: 0;	
font-family: 'lassiguedmato';
font-size: 38px;
font-weight: normal;
margin-bottom: 15px;
margin-right: 15px;
margin-top: 15px;
margin-left: 15px;
color: #919191;
}

.content h4 {
margin-left: 15px;
font-family: 'lassiguedmato';	
font-size: 66px;
font-weight: normal;
}

.img-float-right {
float: right;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 18px;	
margin-top: 15px;
outline: 3px solid #83705f;
}

.content a {
	color: #82705f;
}

hr {
border-left: 0;
border-right: 0;
border-bottom: 0;
border-top: 1px solid #dddddd;
margin-left: 15px;
margin-right: 15px;
clear: both;
}

.noFloat {
width: 100%;
clear: both;	
}

p {
font-family: 'Noto Sans';	
padding-left: 15px;
padding-right: 15px;
padding-top: 0;
padding-bottom: 0;
color: #242424;
text-align: justify;
}

.featured-block {
margin-left: 15px;	
float: left;
width: 23%;
}

.featured-block p {
text-align: center;
}

.featured-block img {
	outline: 3px solid #83705f;
}

.read-more a {
text-decoration: none;
padding: 10px;
background-color: #242424;
margin-top: 15px;
color: #FFFFFF;
}

.read-more a:hover {

background-color: #83705f;

}

.read-more {
margin-top: 30px;	
}

.button-first a {
text-decoration: none;
padding: 10px;
background-color: #242424;
margin-top: 15px;
margin-right: 15px;
color: #FFFFFF;
float: left;

}

.button-first a:hover {

background-color: #83705f;

}

.button-first {
margin-top: 30px;	
}

.button-second a {
text-decoration: none;
padding: 10px;
background-color: #242424;
margin-top: 15px;
color: #FFFFFF;
float: left;

}

.button-second a:hover {

background-color: #83705f;

}

.button-second {
margin-top: 30px;	
}

.book a {
text-decoration: none;
padding: 10px;
background-color: #242424;
color: #FFFFFF;
}

.book a:hover {
background-color: #83705f;
}

.book {
float: right;
margin-top: 30px;
}

.brown { color: #bfa280; }

.contact-details {
	float: right;
	text-align: right;
}

.contact-details a {
color: #FFFFFF;	
}



.facebook {

margin-left: 15px;
}


.booking-container {
width: 300px;
position: absolute;
margin-left: 650px;
margin-top: 10px;
padding: 20px;
background-image: url(../images/booking-bg.png);
z-index: 2;
height: 340px;
}

.booking-container h6 {
margin: 0;
padding: 0;	
font-family: 'Noto Sans';
font-size: 16px;
font-weight: bold;
font-style: italic;
margin-bottom: 15px;
margin-right: 15px;
margin-top: 0;
color: #bc2711;
text-shadow: 1px 1px #FFFFFF;
}

.booking-container h5 {
margin-top: 0;	
margin-bottom: 0;
}

.booking-container p {
margin: 0;
padding: 0;	
color: #FFFFFF!important;
}

.footer {
width: 1000px;
margin: auto;
background-image: url(../images/footer-bg.jpg);
height: 300px;	
border-top: 1px solid #393939;
}

.footer-copyright {
width: 1000px;
background-image: url(../images/footer-bg2.jpg);
border-top: 1px solid #393939;
padding-top: 15px;
padding-bottom: 15px;
}

.footer-copyright p {
text-align: center;	
color: #919191;
margin: 0;
padding: 0;
font-size: 12px;
}

.footer-copyright a {
	text-decoration: none;
	color: #FFFFFF;
}

.footer p {
	color: #c3a684;
}

.footer-block {
	float: left;
	width: 328px;
	margin-top: 15px;
	border-right: 1px solid #393939;
}

.footer-block2 {
	float: left;
	width: 333px;
	margin-top: 15px;
	border-left: 1px solid #222222;
	border-right: 1px solid #393939;
}

.footer-block3 {
	float: left;
	width: 333px;
	margin-top: 15px;
	border-left: 1px solid #222222;
}

#book
{		
    background-color: #ffb94b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a48b6d), to(#83705f));
    background-image: -webkit-linear-gradient(top, #a48b6d, #83705f);
    background-image: -moz-linear-gradient(top, #a48b6d, #83705f);
    background-image: -ms-linear-gradient(top, #a48b6d, #83705f);
    background-image: -o-linear-gradient(top, #a48b6d, #83705f);
    background-image: linear-gradient(top, #a48b6d, #83705f);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
     -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
    border-width: 1px;
    border-style: solid;
    border-color: #83705f;
    height: 35px;
    padding: 10px 15px 30px 15px;
    width: 120px;
    cursor: pointer;
   font-family: 'Noto Sans';	
	color: #1b1b1b;
	font-weight: bold;
	font-style: italic;
	width: 150px;
	margin-top: -30px;
	
}

#book:hover,#book:focus
{		
    background-color: #303030;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#191919), to(#303030));
    background-image: -webkit-linear-gradient(top, #191919, #303030);
    background-image: -moz-linear-gradient(top, #191919, #303030);
    background-image: -ms-linear-gradient(top, #191919, #303030);
    background-image: -o-linear-gradient(top, #191919, #303030);
    background-image: linear-gradient(top, #191919, #303030);
	color: #FFFFFF;
	text-shadow: 1px 1px #000000;
	border: 1px solid #303030;
	
}	

#book:active
{		
    outline: none;
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}

.arrival-input {
width: 110px;	
}

.departure-input {
width: 110px;	
}




.booking-form input, .booking-form textarea, .booking-form select {   
    padding: 12px;  
    border: solid 1px #E5E5E5;  
    outline: 0;  
     font-family: 'Noto Sans';
	font-size: 14px;
	color: #adadad;
    width: 92%;  
    background: #FFFFFF;  
	    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
	    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));  
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px); 
	margin-bottom: 10px;

    }  
      .booking-form input:hover, .booking-form textarea:hover,  
    .booking-form input:focus, .booking-form textarea:focus {   
        -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;  
        }  

.booking-form textarea {   
    width: 270px;  
    max-width: 300px;  
    height: 150px;  
	margin-bottom: -15px;
    }  
  
.booking-form input:hover, .booking-form textarea:hover,  
.booking-form input:focus, .booking-form textarea:focus {   
    border-color: #C9C9C9;   
    }  
	

	
	
	
	.booking-form p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6b6b6b;	
	font-style: italic;
	}
	
	.submit input {  
    width: auto;  
    padding: 9px 15px;  
    background: #617798;  
    border: 0;  
    font-size: 14px;  
    color: #FFFFFF; 
    }
	
	#no-justify p { text-align: left; }
	
	#table-float {
	float: left;
	width: 50%;	
	}
	
		#table-header-inc {
background-color: #141414;
background-image: url('../images/head-torn.gif');
background-repeat: no-repeat;
background-position: right;
margin-left: 15px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;

}

#table-inc p {

margin-top: 0;
margin-bottom: 0;
font-family: 'Noto Sans';
font-size: 13px;
color: #000000;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 15px;
padding-top: 10px;
}

#list-heading { background-color: #ba2618!important; font-size: 16px!important; color: #FFFFFF!important; background-image: none!important;  }
#list-heading:before { content: ""!important; }

.table-margin { margin-top: -75px; }

#rate-pic-ut { float: right; margin-right: 15px; }

#table-inc  {
	margin-left: 15px;
margin-right: 15px;
margin-bottom: 15px;
border: 1px solid #d2d2d2;
background-color: #dfdfdf;
}



#table-inc ul  {
	margin: 0;
	padding: 0;
	display: block;
}

#table-inc li  {
	list-style: none;
	font-family: 'Noto Sans';
	color: #141414;
	padding-left: 10px;
	padding-right: 15px;
	display: block;
	text-justify: auto;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #d2d2d2;
}

#table-inc li:before {
	content: "»";
	padding-right: 5px;
	color: #ad2514;
	font-weight: bold;
}


#table-header-inc span {
margin-left: 15px;
color: #FFFFFF;
 font-family: 'Noto Sans';
}
	
	
	#table-header {
background-color: #141414;
background-image: url('../images/head-torn.gif');
background-repeat: no-repeat;
background-position: right;
margin-left: 15px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
}



#table-header span {
margin-left: 15px;
color: #FFFFFF;
 font-family: 'Noto Sans';
}

	#rates-table-header {
background-color: #141414;
background-image: url('../images/head-torn.gif');
background-repeat: no-repeat;
background-position: right;
margin-left: 15px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
width: 680px;
}



#rates-table-header span {
margin-left: 15px;
color: #FFFFFF;
 font-family: 'Noto Sans';
}

#rates-table {
margin-left: 15px;
margin-right: 15px;
width: 680px;
font-family: 'Noto Sans';
color: #141414;
font-size: 13px;
margin-bottom: 30px;
border: 1px solid #d2d2d2;

}

#rates-table td {
padding-left: 15px;
padding-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px solid #d2d2d2;
}

#rates-table tr:nth-child(even) {
background-color: #edf2f1;

}

#rates-table tr:nth-child(odd) {
background-color: #dfdfdf;
}

#table {
margin-left: 15px;
margin-right: 15px;
width: 970px;
font-family: 'Noto Sans';
color: #141414;
font-size: 13px;
margin-bottom: 30px;
border: 1px solid #d2d2d2;

}

#sh-small {
background-image: url(../images/sh-small.png);
background-position: bottom;
background-repeat: no-repeat;
width: 470px;
height: 9px;
position: absolute;
}

#sh-big {
background-image: url(../images/sh.png);
background-position: bottom;
background-repeat: no-repeat;
width: 970px;
height: 9px;
position: absolute;
}

#table td {
padding-left: 15px;
padding-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px solid #d2d2d2;
}



#table tr:nth-child(even) {
background-color: #edf2f1;

}

#table tr:nth-child(odd) {
background-color: #dfdfdf;
}

#table-inc li:nth-child(even) {
background-color: #edf2f1;
}

#table-inc li:nth-child(odd) {
background-color: #dfdfdf;
}

.rates-include li {
background-image: url(../images/tick.gif);
background-repeat: no-repeat;
background-position: right;	
}

.rates-exclude li {
background-image: url(../images/cross.gif);
background-repeat: no-repeat;
background-position: right;	
}

#list-left {
margin: 0;
padding: 0;
width: 46%;
font-family: 'Noto Sans';
color: #141414;
font-size: 13px;
margin-bottom: 30px;
float: left;
margin-left: 15px;
border: 1px solid #d2d2d2;

}

#list-left li {
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top: 1px solid #d2d2d2;
}

#list-left li:before {
	content: "»";
	padding-right: 5px;	
	color: #ad2514;
}

#list-right li:nth-child(even) {
background-color: #edf2f1;
}

#list-right li:nth-child(odd) {
background-color: #dfdfdf;
}

#list-left li:nth-child(even) {
background-color: #edf2f1;
}

#list-left li:nth-child(odd) {
background-color: #dfdfdf;
}

#list-right-block {
	float: right;
	margin-top: 4px;
	width: 455px;
	height: 152px;
}

#list-right {
margin: 0;
padding: 0;
margin-right: 15px;
width: 506px;
font-family: 'Noto Sans';
color: #141414;
font-size: 13px;
margin-bottom: 30px;
float: left;
border: 1px solid #d2d2d2;
}

#list-right li {
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
padding-left: 10px;
border-top: 1px solid #d2d2d2;
}

#list-right li:before {
	content: "»";
	padding-right: 5px;	
	color: #ad2514;
}
	
	
.content h5 {
margin: 0;
padding: 0;	
font-family: 'Noto Sans';
font-size: 18px;
font-weight: bold;
font-style: italic;
margin-bottom: 15px;
margin-left: 15px;
margin-right: 15px;
margin-top: 15px;
color: #ad2514;
text-shadow: 1px 1px #FFFFFF;
}

#table h5 {

margin-bottom: 0;

}
	
.ref-pic {
float: right;
margin-left: 15px;
margin-right: 10px;
margin-top: 15px;
margin-bottom: 15px;
padding: 1px;
border: 1px solid #4f4f4f;
}


#gallery {
	margin: 0;
	padding: 0;
	margin-left: 15px;
	margin-right: 15px;
}
	
#gallery li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	margin-right: 15px;
	margin-top: 15px;
}

#gallery li img {
	padding: 2px;
	outline: 1px solid #c6beaa;
}

#gallery li:nth-child(4n+4) {
margin-right: 0;	
}

#fr-img {
float: right;	
margin-left: 15px;
margin-right: 15px;
margin-bottom: 15px;
margin-top: 20px;
padding: 2px;
outline: 1px solid #c6beaa;
}



.Zebra_DatePicker *,
.Zebra_DatePicker *:after,
.Zebra_DatePicker *:before  { -moz-box-sizing: content-box !important; -webkit-box-sizing: content-box !important; box-sizing: content-box !important }

.Zebra_DatePicker           { position: absolute; background: #666; border: 3px solid #666; display: none; z-index: 100; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 13px }

.Zebra_DatePicker *         { margin: 0; padding: 0; color: #000; background: transparent; border: none }

/* = GLOBALS
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker table                      { border-collapse: collapse; border-spacing: 0 }

.Zebra_DatePicker td,
.Zebra_DatePicker th                         { text-align: center; padding: 5px 0 }

.Zebra_DatePicker td                         { cursor: pointer }

.Zebra_DatePicker .dp_daypicker,
.Zebra_DatePicker .dp_monthpicker,
.Zebra_DatePicker .dp_yearpicker             { margin-top: 3px }

.Zebra_DatePicker .dp_daypicker td,
.Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td         { background: #E8E8E8; width: 30px; border: 1px solid #7BACD2 }

.Zebra_DatePicker,
.Zebra_DatePicker .dp_header .dp_hover,
.Zebra_DatePicker .dp_footer .dp_hover { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }


/* = HEADER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_header td             { color: #FFF }

.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next       { width: 30px }

.Zebra_DatePicker .dp_header .dp_caption    { font-weight: bold }
.Zebra_DatePicker .dp_header .dp_hover      { background: #222; color: #FFF }
.Zebra_DatePicker .dp_header .dp_blocked    { color: #888; cursor: default }

/* = DATEPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_daypicker th              { background: #FFCC33 }
.Zebra_DatePicker td.dp_not_in_month            { background: #F3F3F3; color: #CDCDCD; cursor: default }
.Zebra_DatePicker td.dp_not_in_month_selectable { background: #F3F3F3; color: #CDCDCD; cursor: pointer }
.Zebra_DatePicker td.dp_weekend                 { background: #D8D8D8 }
.Zebra_DatePicker td.dp_weekend_disabled        { color: #CCC; cursor: default }
.Zebra_DatePicker td.dp_selected                { background: #5A4B4B; color: #FFF !important }
.Zebra_DatePicker td.dp_week_number             { background: #FFCC33; color: #555; cursor: text; font-style: italic }

/* = MONTHPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_monthpicker td        { width: 33% }

/* = YEARPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_yearpicker td         { width: 33% }

/* = FOOTER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_footer                { margin-top: 3px }
.Zebra_DatePicker .dp_footer td             { color: #FFF; padding: 2px; font-weight: bold }
.Zebra_DatePicker .dp_footer .dp_hover      { background: #222; color: #FFF }

/* = SOME MORE GLOBALS (MUST BE LAST IN ORDER TO OVERWRITE PREVIOUS PROPERTIES)
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker td.dp_current             { color: #C40000 }
.Zebra_DatePicker td.dp_disabled_current    { color: #E38585 }
.Zebra_DatePicker td.dp_disabled            { background: #F3F3F3; color: #CDCDCD; cursor: default }
.Zebra_DatePicker td.dp_hover               { background: #482424; color: #FFF }

/* = ICON
----------------------------------------------------------------------------------------------------------------------*/
button.Zebra_DatePicker_Icon                { display: inline-block; position: relative; width: 16px; height: 16px; background: url('../images/calendar.png') no-repeat left top; text-indent: -9000px; border: none; cursor: pointer; padding: 0; line-height: 0; vertical-align: top; zoom: 1; *display: inline; }
button.Zebra_DatePicker_Icon_Disabled       { background-image: url('../images/calendar-disabled.png') }
/* don't set vertical margins! */
button.Zebra_DatePicker_Icon                { margin: 0 0 0 3px }
button.Zebra_DatePicker_Icon_Inside         { margin: 0 12px 0 0 }
	
	
.weatherFeed {
	font-family: 'Noto Sans';
	font-size: 90%;
	margin: 0;
	width: 280px;
	margin-left: 15px;
	color: #FFFFFF;
}
.weatherFeed a { color: #888; }
.weatherFeed a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.weatherItem {
	padding: 0.8em;
	text-align: right;
}
.weatherCity { text-transform: uppercase; }
.weatherTemp {
	font-size: 2.8em;
	font-weight: bold;
}
.weatherDesc, .weatherCity, .weatherForecastDay  { font-weight: bold; }
.weatherDesc { margin-bottom: 0.4em; }
.weatherRange, .weatherWind, .weatherLink, .weatherForecastItem { font-size: 0.8em; }
.weatherLink, .weatherForecastItem {
	margin-top: 0.5em;
	text-align: left;
}
.weatherForecastItem {
	padding: 0.5em 0.5em 0.5em 80px;
	background-color: #fff;
	background-position: left center;
}
.weatherForecastDay { font-size: 1.1em; }

.odd {  }
.even {  }
			
			
			#trip-advisor {
			background-color: #FFFFFF;	
			margin-left: 15px;
			width: 300px;
			}
#TA_selfserveprop195 {
width: 100%!important;	
}

#wc52r2o3CBCo {
	width: 100%!important;	
}
			
#CDSWIDSSP {
	width: 100%!important;	
}

.fadein { position:relative; width:1000px; height:400px; }
.fadein img { position:absolute; left:0; top:0; }
	

@font-face {
    font-family: 'lassiguedmato';
    src: url('../fonts/lassigue_dmato-webfont.eot');
    src: url('../fonts/lassigue_dmato-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lassigue_dmato-webfont.woff') format('woff'),
         url('../fonts/lassigue_dmato-webfont.ttf') format('truetype'),
         url('../fonts/lassigue_dmato-webfont.svg#lassiguedmato') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(http://themes.googleusercontent.com/static/fonts/notosans/v1/LeFlHvsZjXu2c3ZRgBq9nD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/notosans/v1/PIbvSEyHEdL91QLOQRnZ13hCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Noto Sans Italic'), local('NotoSans-Italic'), url(http://themes.googleusercontent.com/static/fonts/notosans/v1/ByLA_FLEa-16SpQuTcQn4IbN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Noto Sans Bold Italic'), local('NotoSans-BoldItalic'), url(http://themes.googleusercontent.com/static/fonts/notosans/v1/9Z3uUWMRR7crzm1TjRicDjqR_3kx9_hJXbbyU8S6IN0.woff) format('woff');
}



/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../images/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../images/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}

#form {
 border: solid 1px #E5E5E5; 
 margin-left: 15px; 
    outline: 0;  
     font-family: 'Noto Sans';
	font-size: 14px;
	color: #adadad; 
    background: #FFFFFF;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	padding: 15px;
}

#form input {
 border: solid 1px #E5E5E5; 
 outline: 0;  
 font-family: 'Noto Sans';
 font-size: 14px;
 color: #adadad;
    background: #FFFFFF;  
	    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
	 padding: 6px;
}

#form textarea {
 border: solid 1px #E5E5E5; 
 padding: 6px;
    outline: 0;
     font-family: 'Noto Sans';
	font-size: 14px;
	color: #adadad; 
    background: #FFFFFF;  
	    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
	    width: 250px;
		height: 100px;
}

#form input:hover, #form textarea:hover, #form input:focus, #form textarea:focus {
    background: #f5f5f5;
}

#map { width: 430px; float: right;  border: solid 1px #E5E5E5; margin-right: 15px; height: 382px;  box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; }

#gap { margin-left: 72px; }

#facebook { margin-left: 15px;  font-family: 'Noto Sans'; font-size: 14px; }

#footer-strip { background-image: url(../images/footer-strip.jpg); width: 1000px; height: 16px; }

.fadein-rest { position:relative; }
.fadein-rest img { position:absolute; left:0; top:0; }

#pic-right { display: block; width: 305px; height: 270px; float: right;}

#sec-email { margin-left: 53px; }

.captcha
{
 width: 150px;
 margin: 0 auto;
}
.refresh
{
 position:relative;
float: right;
margin-top: -45px;
margin-right: -22px;
}
.center
{text-align:center;}


.inputContainer {
	position:relative;
	float:left;
}
.formError {
	position:absolute;
	top:300px;
	left:300px;
	padding-bottom:13px;
	display:block;
	z-index:5000;
	cursor:pointer;
}
#debugMode {
	background:#000;
	position:fixed;
	width:100%;
	height:200px;
	top:0;
	left:0;
	overflow:scroll;
	opacity:0.8;
	display:block;
	padding:10px;
	color:#fff;
	font-size:14px;
	z-index:100000;
}
.ajaxSubmit {
	padding:20px;
	background:#55ea55;
	border:1px solid #999;
	display:none
}
.formError .formErrorContent {
	width:100%;
	background:#ee0101;
	color:#fff;
	width:150px;
	font-family:tahoma;
	font-size:11px;
	box-shadow: 0px 0px 6px #000;
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
	padding:4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.formError .formErrorArrow {
	width:15px;
	margin:-2px 0 0 13px;
	z-index:5001;
}
.formError .formErrorArrowBottom {
	top:0;
	margin:-6px;
}
.formError .formErrorArrow div {
	border-left:2px solid #ddd;
	border-right:2px solid #ddd;
	box-shadow: 0px 2px 3px #444;
	-moz-box-shadow: 0px 2px 3px #444;
	-webkit-box-shadow: 0px 2px 3px #444;
	font-size:0px;
	height:1px;
	background:#FF0000;
	margin:0 auto;
	line-height:0px;
	font-size:0px;
	display:block;

}
.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.formError .formErrorArrow .line10 {
	width:15px;
	border:none;
}
.formError .formErrorArrow .line9 {
	width:13px;
	border:none;
}
.formError .formErrorArrow .line8 {
	width:11px;
}
.formError .formErrorArrow .line7 {
	width:9px;
}
.formError .formErrorArrow .line6 {
	width:7px;
}
.formError .formErrorArrow .line5 {
	width:5px;
}
.formError .formErrorArrow .line4 {
	width:3px;
}
.formError .formErrorArrow .line3 {
	width:1px;
	border-left:2px solid #ddd;
	border-right:2px solid #ddd;
	border-bottom:0px solid #ddd;
}
.formError .formErrorArrow .line2 {
	width:3px;
	border:none;
	background:#ddd;
}
.formError .formErrorArrow .line1 {
	width:1px;
	border:none;
	background:#ddd;
}
.formErrorcontent {
	border-top:2px solid #ddd;
	border-left:2px solid #ddd;
	border-right:2px solid #ddd;
	border-bottom:2px solid #ddd;
	background-color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	color:#FFF;
	text-align:center;
	line-height:16px;
	padding: 5px;
}
.red { color:#ad2514; 
}