/* body */
body, ul, ol, h1, h2, h3, h4, h5, h6, form, li, p, blockquote, form, input, textarea {
	margin: 0;
	padding: 0;
}
body, input, textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #444;
}
input, textarea {
	text-shadow: none;
}
/* general */
p {
	margin-bottom: 10px;
}
a img {
	border: 0;
}
a {
	color: #76897d;
	text-decoration: underline;
	outline: 0;
}
a:hover {
	color: #213428;
}
/* images with borders */
.column-third-width img{
	background: none repeat scroll 0 0 #F6F6F6;
	border: 1px solid #CCCCCC;
    padding: 2px;
    height: 145px;
    width: 260px;
}
.room-slider-slide img, .attraction-content img, .column-two-third-width img{
	background: none repeat scroll 0 0 #F6F6F6;
	border: 1px solid #CCCCCC;
    padding: 2px;
}
/* headings */
h1, h2, h3, h4, h5, h6 {
	margin: 20px 0 0 ;
	font-weight: bold;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 20px;
	margin: 0 0 20px;
	padding-top: 3px;
	color:#353535;
}
h3 {
	font-size: 14px;
	margin: 20px 0;
}
/* lists */
ul , ol{
	margin: -5px 0 15px;
}
ul {
	list-style-type: none;
}
ul li {
	padding-left: 0px;
}
ul.bullets-blue li {
	background-image: url("img/bullets/bullet-blue.png");
    background-position: 0 4px;
    background-repeat: no-repeat;
    padding-left: 18px;
}
ul.bullets-blue  {
	margin-top:10px;
}
/* forms */
.input-text {
	height: 32px;
	padding: 0 10px;
	border: none;
}
.input-width-220 {
	width: 200px;
	background: url(img/form-elements/input-220.png);
}
.input-width-260 {
	width: 240px;
	background: url(img/form-elements/input-260.png);
}
.input-submit {
	border: 0;
	cursor: pointer;
}
textarea {
	padding: 10px;
	border: 1px solid #b3b3b3;
	resize: none;
}
.textarea-small {
	width: 240px;
	height: 152px;
	border: none;
	background: url(img/form-elements/textarea-small.png);
}
.textarea-big {
	width: 540px;
	height: 152px;
	border: none;
	background: url(img/form-elements/textarea-big.png);
}
select {
	padding: 6px 10px 7px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #444;
}
.select-width-90 select {
	width: 90px;
}
.select-width-110 select {
	width: 110px;
}
.select-width-220 select {
	width: 220px;
}
.select-width-260 select {
	width: 260px;
}
/*  headers */
#header {
	position: relative;
	width: 940px;
	margin: 0 auto;
	z-index: 99;
}
#logo{
	position: absolute;
	top: 0;
	left: 0;
}
#logo h1 {
	margin: 0;
	background: url('/image/bonzaview_logo.png');
	width: 300px;
	height:118px;
	text-indent: -99999px;
}
#subscribe {
	position:absolute;
	top:10px;
	right:2px;
	width:220px;
	height:40px;
	padding-bottom:30px;
	overflow:hidden;
	border-radius:5px;
}
#subscribe:hover p {
	top:-40px;
}
#subscribe p {
	position:absolute;
	top:0;
	right:0;
	width:200px;
	padding:10px;
	margin:0;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	z-index:10;
	background:#3C3C3C;
	border-radius:5px;
	-webkit-transition: all 0.3s; 
	transition: all 0.3s;
}
#subscribe p.success {
	color:#24ba26;
	top:0 !important;
}
#subscribe #deals {
	position:absolute;
	width:100%;
	top:0;
	right:0;
	z-index:1;
}
#subscribe input[type="text"] {
	width:170px;
	height:39px;
	line-height:39px;
	font-size:13px;
	padding:0 5px;
	outline:none;
	border:none;
	border-radius:5px 0 0 5px;
}
#subscribe input[type="button"] {
	position:absolute;
	top:0;
	right:0;
	width:40px;
	height:39px;
	margin:0;
	padding:0;
	border:none;
	cursor:pointer;
	z-index:10;
	outline:none;
	border-radius:0 5px 5px 0;
	box-shadow:-4px 0px 4px rgba(0, 0, 0, 0.1);
	background:transparent url(img/subscribe-button.png) 0 -1px;
}
/* header navigation */
#nav {
	position: absolute;
	top: 78px;
	right: 7px;
	height: 46px;
	background: url(img/bg-nav.png);
	z-index: 99;
}
#nav ul {
	margin: 1px -4px 0;
}
#nav ul li {
	position: relative;
	float: left;
	padding: 0;
	font-weight: bold;
	text-shadow: 1px 1px #000;
	background: url(img/nav-separator.png) top left no-repeat;
}
#nav ul li:first-child {
	background: none;
}
#nav ul li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#nav ul li ul {
	position: absolute;
	top: -999px;
	/*top: 39px;*/
	left: 1px;
	width: 180px;
	margin: 0;
	padding: 0;
}
#nav ul li ul li {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(img/bg-nav-sub.png);
}
#nav ul li ul li:first-child {
	background: url(img/bg-nav-sub.png);
}
#nav ul li ul li.nav-rounded-right-top {
	background: url(img/bg-nav-sub-rounded.png);
}
#nav li:hover ul, #nav li.sfHover ul {
	top: 39px;
}
#nav a {
	display: block;
	padding: 9px 19px 11px 21px;
	color: #fff;
	text-shadow: 1px 1px #000;
	text-decoration:none;
}
#nav a:hover, #nav a.nav-current {
	color: #999;
}
.nav-arrow-down {
	vertical-align: middle;
	font-size: 7px;
}
#nav-left {
	position: absolute;
	top: 0;
	left: -10px;
	width: 10px;
	height: 46px;
	background: url(img/bg-nav-left.png);
}
#nav-right {
	position: absolute;
	top: 0;
	right: -10px;
	width: 10px;
	height: 46px;
	background: url(img/bg-nav-right.png);
}
/* email updates */
#top-area {
	position: absolute;
	top: -113px;
	left: 0;
	width: 100%;
	height: 119px;
	background: url(img/bg-semi-dark.png);
	z-index: 100;
}
#form-login {
	position: relative;
	width: 940px;
	height: 50px;
	margin: 0 auto;
}
input#your-name, input#your-email {
	position: absolute;
	width: 107px;
	height: 27px;
	padding: 0 10px;
	color: #ddd;
	font-size: 11px;
	border: 0;
	background: url(img/form-elements/input-login.png);
}
input#your-name {
	right: 279px;
	top: 10px;
}
input#your-email {
	right: 137px;
	top: 10px;
}
#top-area-button-submit {
	position: absolute;
	top: -16px;
	right: -3px;
}
#top-area-nav {
	position: absolute;
	top: 109px;
	right: 8px;
	height: 35px;
	background: url(img/bg-top-area-nav.png);
}
#top-area-nav ul {
	margin: 0 -6px 0 -4px;
}
#top-area-nav img {
	margin-top: -3px;
	vertical-align: middle; 
}
#top-area-nav a {
	display: block;
	padding: 4px 14px 5px 16px;
	color: #fff;
	text-shadow: 1px 1px #000;
	font-weight: bold;
	text-decoration:none;
}
#top-area-nav a:hover {
	color: #aaa;
}
#top-area-nav a.sign-in {
	background: url("img/lock.png") no-repeat scroll 8px 9px transparent;
    padding-left: 30px;
}
#top-area-nav ul li {
	float: left;
	padding: 0;
	font-size: 12px;
	color: #6e8771;
	text-shadow: 1px 1px #000;
	background: url(img/top-menu-separator.png) top left no-repeat;
}
#top-area-nav ul li:first-child{
	background: none;
}
#top-area-nav-right {
	position: absolute;
	top: 0;
	right: -11px;
	width: 11px;
	height: 35px;
	background: url(img/bg-top-area-nav-right.png);
}
#top-area-nav-left {
	position: absolute;
	top: 0;
	left: -10px;
	width: 10px;
	height: 35px;
	background: url(img/bg-top-area-nav-left.png);
}
/* header image slider */
#full-width-slider-small {
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
	background: #000 url(img/loader.gif) no-repeat center center;
}
#full-width-slider-small.static {
	background:none;
}
#full-width-slider-small.static .slide,
#full-width-slider-small.static .slide-caption {
	display:block;
}
#full-width-slider-small.static .slide-caption-container {
	left:0;
}
.slide {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}
.slide-image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1510px;
	margin-left: -755px;
	text-align: center;
	background: #000;
}
.slide-caption-container {
	position: relative;
	left: -50px;
	width: 940px;
	margin: 0 auto;
}
.slide-caption-container {
	height: 350px;
}
.slide-caption {
	display: none;
	position: absolute;
	bottom: 80px;
	padding: 10px 40px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px #000;
	border-radius: 7px;
	background: url(img/bg-semi-dark.png);
}
.slide-caption-container p.caption-heading {
	font-size: 28px;
	line-height: 27px;
	color: #fff;
	margin-top:5px;
}
.slide-caption-container p {
	color: #F7F8F7;
}
/* main container */
#main-content {
	position: relative;
	/*background: url(image/bg-footer9.jpg) no-repeat bottom center;*/
	background-color: #dbd7cb;
}
#main-container-top-gradient {
	position: absolute;
	top: 0;
	width: 100%;
	height: 141px;
	background: url(img/bg-main-container-top-gradient.png) repeat-x;
	z-index: 0;
}
#main-container-top {
	position: relative;
	top: -23px;
	width: 940px;
	height: 23px;
	margin: 0 auto;
	z-index: 0;
	background: url(img/bg-main-container-top.png);
}
#main-container {
	position: relative;
	top: -90px;
	width: 940px;
	margin: 0 auto;
	z-index: 10;
	background-color: #F7F8F7;
}
#main-container-top-gradient-green {
	position: absolute;
	top: 0;
	width: 100%;
	height: 141px;
	background: url(img/bg-main-container-top-gradient02.png) repeat-x;
	z-index: -10;
}
#main-container-bottom  {
	position: relative;
	top: 13px;
	width: 940px;
	height: 13px;
	margin: 0 auto;
	background: url(img/bg-main-container-bottom.png);
}
/* rows */
.row {
	width: 880px;
	margin: 0 30px;
	position: relative;
    top: -23px;
}
.row.attractions {
    top: 0px;
}
.row-grid-pattern {
	margin: 25px 0px 20px;
	padding: 20px 41px 24px 41px;
	border-top: 1px solid #bcd1be;
	border-bottom: 1px solid #bcd1be;
	background: url(img/bg-grid-pattern.png);
	width: 858px;
}
/* columns */
.column-sidebar-half-width, .main-column-right,
.column-half-width, .column-third-width, .column-fourth-width, .column-fifth-width, 
.column-sixth-width, .column-three-fourth-width, .column-two-third-width, .column-third-of-two-third-width {
	float: left;
	margin-right: 37px;
}
.sidebar-right {
	float: left;
}
.column-main-right {
	width: 560px;
}
.column-half-width {
	width: 410px;
}
.column-third-width {
	width: 266px;
}
.column-two-third-width {
	width: 575px;
}
.column-fourth-width {
	width: 185px;
}
.column-three-fourth-width {
	width: 635px;
}
.column-fifth-width {
	width: 140px;
}
.column-sixth-width {
	width: 110px;
}
.column-third-of-two-third-width {
	width: 160px;
	margin-right: 40px;
}
.column-third-of-two-third-width.column-no-margin {
	width: 279px;
	margin-right: 0;	
}
.column-last {
	margin: 0;
}
.sidebar-left {
	position: relative;
	width: 220px;
	padding: 0 40px 14px 44px;
	text-shadow: 1px 1px #eee;
	background: url(img/bg-sidebar-left.png) repeat-y;
	margin:0 0 0 -34px;
}
.column-third-width .sidebar-left h3 {
    font-size: 16px;
   	margin: 15px 0 10px ;
	font-style: italic;
}

.column-third-width .sidebar-left h4 {
    font-size: 14px;
    font-style: italic;
   	margin: 15px 0 10px ;
}

.sidebar-left-top {
	position: absolute;
	top: -24px;
	left: 0;
	width: 307px;
	height: 24px;
	background: url(img/bg-sidebar-left-top.png);
}
.sidebar-left-bottom {
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 307px;
	height: 12px;
	background: url(img/bg-sidebar-left-bottom.png);
}
.sidebar-right {
	position: relative;
	width: 220px;
	margin: 0 -44px 0 -3px;
	padding: 0 44px 14px 43px;
	text-shadow: 1px 1px #eee;
	background: url(img/bg-sidebar-right.png) repeat-y;
}
.sidebar-right-top {
	position: absolute;
	top: -24px;
	left: 0;
	width: 307px;
	height: 24px;
	background: url(img/bg-sidebar-right-top.png);
}
.sidebar-right-bottom {
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 307px;
	height: 12px;
	background: url(img/bg-sidebar-right-bottom.png);
}
.sidebar-widget h4{
	margin-top: 10px;
	color: #a33d48;
}
.sidebar-widget a{
	color: #a33d48;
}
.sidebar-widget a:hover{
	color: #d76144;
}
.column-dashed-bottom {
	border-bottom: 1px dashed #aaa;
	margin-bottom: 28px;
    padding-bottom: 20px;
}
.a-features.column-dashed-bottom {
    height: 341px;
}
.a-features.column-dashed-bottom.two {
    height: 331px;
}
.address.column-dashed-bottom {
    height: 171px;
}
#main-container p.intro {
	font-size:14px;
}
/* social media */
.share {
    float: right;
    height: 1px;
    width: 200px;
}
ul.share li {
    display: inline;
    padding-left: 0;
}
/* footer */
#full-width-footer {
	width: 100%;
	overflow: hidden;
	padding-bottom:20px;
	margin-top: -30px;
}
#footer-content {
	width: 860px;
	padding: 0 50px;
	margin: 0 auto;
	color: #DEDEDE;
	text-shadow: none;
	text-align: center;
}
#footer-content  p {
    color: #DEDEDE;
    font-size: 12px;
    font-weight: normal;
    margin-top: 0;
    padding-bottom: 9px;
}
#footer-content a {
	color:#888888;
}
#footer-content a:hover {
	color: #999999;
}
#footer-copyright p{
	padding-top: 0;
	text-align: center;
	color:#888888;
}
/* bedrooms */
#bedroom .row-grid-pattern {
    margin: -12px 0 20px ;
}
/* package / news */
#packages-first-container {
	position: relative;
}
#packages-button-left, #packages-button-left-disabled, #packages-button-right, #packages-button-right-disabled {
	display: none;
	position: absolute;
	top: 103px;
	z-index: 10;
}
#packages-button-left, #packages-button-left-disabled {
	left: -15px;
}	
#packages-button-right, #packages-button-right-disabled {
	right: -15px;
}
#packages-second-container {
	position: relative;
	width: 266px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}
#packages-slide {
	position: relative;
	width: 2000px;
}
.package {
	float: left;
	position: relative;
	margin-right: 36px;
	width: 264px;
	height: 447px;
}
.package-title, .news-date, .package-title {
	position: absolute;
	top: 95px;
	left: 0;
	width: 259px;
	height: 35px;
	padding-top: 15px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px #000;
	background: url(img/bg-package-title.png);
	margin: 0 0 0 3px;
}
.a-features.attraction-content {
	background: url("img/bg-grid-pattern.png") repeat scroll 0 0 transparent;
    border: 1px solid #E9E9E9;
    height: 323px;
    margin-left: -15px;
    margin-top: 30px;
    padding: 14px 25px;
    position: relative;
    width: 225px;
}
#location .a-features.attraction-content {
    height: 355px;
}
.a-features  h3{
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
	font-size:16px;
}
.news-date {
	background: url(img/bg-news-date.png);
}
.package-number {
	text-align: center;
	color: #777;
	font-style: italic;
	font-size: 11px;
	padding: 5px 0;
}
/* attractions */
.attraction-content h3 {
	font-size: 15px;
	margin: 0 0 8px 0;
}
#attractions-first-container {
	position: relative;
}
#attractions-button-left, #attractions-button-left-disabled, #attractions-button-right, #attractions-button-right-disabled {
	display: none;
	position: absolute;
	margin-top: 100px;
}
#attractions-button-left, #attractions-button-left-disabled {
	left: -5px;
}
#attractions-button-right, #attractions-button-right-disabled {
	right: -5px;
}
#attractions-number {
	position: absolute;
	top: -34px;
	right: 0;
	width: 133px;
	font-style: italic;
	color: #999;
	font-size: 11px;
	text-align: right;
}
#attractions-second-container {
	position: relative;
	width: 761px;
	padding: 8px 18px 12px;
	margin: 0 auto;
	overflow: hidden;
}
#attractions-slide {
	position: relative;
	width: 3920px;
}
.attraction {
	float: left;
	margin-right: 36px;
	border: 1px solid #BCD1BE;
}
.attraction-top {
	width: 354px;
	height: 3px;
	background: url(img/bg-attraction-top.png);
}
.attraction-content {
	width: 304px;
	padding: 14px 25px;
	background: url(img/bg-attraction.gif);
height: 175px;
}
.attraction-bottom {
	width: 354px;
	height: 4px;
	background: url(img/bg-attraction-bottom.png);
}
#main-container .attraction-image {
	float: right;
	margin: 5px 0 0 7px;
}
.attraction-sender {
	font-style: normal;
	font-weight: bold;
}
/* room slider */
#room-big-image {
	background: url("img/loader-4.gif") no-repeat scroll center center transparent;
    height: 426px;
    margin: 0px 0 10px;
    position: relative;
    width: 566px;
	overflow: hidden;
}
#room-slider-first-container {
	position: relative;
	width: 566px;
	height: 80px;
	padding: 9px 0 26px;
}
#room-slider-button-left, #room-slider-button-left-disabled, #room-slider-button-right, #room-slider-button-right-disabled {
	display: none;
	position: absolute;
	top: 33px;
}
#room-slider-button-left, #room-slider-button-left-disabled {
	left: 0;
}
#room-slider-button-right, #room-slider-button-right-disabled {
	right: 0;
}
#room-slider-second-container {
	height: 87px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 486px;
}
#room-slider-slide {
	position: relative;
	width: 2000px;
}
.room-thumbnail {
	float: left;
	position: relative;
	margin-right: 20px;
	width: 80px;
}
#room-ajax-loader {
	display: none;
	position: absolute;
	bottom: 97px;
	right: 6px;
	width: 16px;
	height: 16px;
	background: url(img/loader-2.gif);
}
/* begin  forms */
#form-reservation, #form-contact {
	margin-top: 20px;
}
#form-reservation p, #form-reservation-sidebar p, #form-contact p {
	position: relative;
}
#form-reservation p.ajax-loader, #form-contact p.ajax-loader {
	display: none;
	position: absolute;
	bottom: 9px;
	left: 190px;
	width: 16px;
	height: 16px;
	background: url(img/loader-2.gif);
}
#form-reservation-sidebar p.ajax-loader {
	display: none;
	position: absolute;
	bottom: 17px;
	left: 240px;
	width: 10px;
	height: 10px;
	background: url(img/loader-3.gif);
}
#form-contact input, #form-reservation input, #form-reservation-sidebar input{
	margin-bottom: 3px;
}
#form-reservation-sidebar .input-submit {
	margin-top: 12px;
	margin-bottom: -7px;
}
#form-contact label, #form-reservation label, #form-reservation-sidebar label, .form-palace label{
	display: block;
	margin-bottom: 5px;
}
#div_form1 label {
    display: block;
    margin-bottom: 5px;
}
label.error {
	position: absolute;
	right: 0;
	top: 0;
	padding-right: 23px;
	font-size: 10px;
	color: #d22;
	background: url(img/exclamation-red.png) no-repeat right center;
}
.result-error {
	font-weight: bold;
	color: #d22;
}
#submit-result {
	margin-top: 20px;
	display: none;
}
.checkbox {
	float:left;
	margin:4px 10px 0px 0;
}
/* begin  gallery */
#gallery p {
	padding-top: 25px;
}
#gallery p img{
	width:260px;
	height:184px;
}
/* blockquote */
blockquote {
    background: url("img/blockquote01.gif") no-repeat scroll 0 0 transparent;
}
blockquote p{
    color: #3b483c;
    font-size: 14px;
    line-height: 20px;
    margin-top: 22px;
    padding: 8px 23px 8px 28px;
	background: url("img/blockquote02.gif") no-repeat scroll bottom right transparent;
}
/*  buttons */
.button-red, .button-blue, .button-orange, .button-green, .button-purple, .button-cyan, .button-grey, .button-sign-in {
	display: block;
	width: 128px;
	height: 24px;
	margin: 11px 0 0 -3px;
	padding-top: 7px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.input-submit {
	height: 33px;
	padding-bottom: 8px;
	margin-top: 22px;
}
.button-red {
	background: url(img/buttons/button-red.png);
	text-shadow: 1px 1px #48070e;
}
.button-blue {
	background: url(img/buttons/button-blue.png);
	text-shadow: 1px 1px #2f4752;
}
.button-orange {
	background: url(img/buttons/button-orange.png);
	text-shadow: 1px 1px #c06217;
}
.button-green {
	background: url(img/buttons/button-green.png);
	text-shadow: 1px 1px #3f6e1f;
}
.button-purple {
	background: url(img/buttons/button-purple.png);
	text-shadow: 1px 1px #462f52;
}
.button-cyan{
	background: url(img/buttons/button-cyan.png);
	text-shadow: 1px 1px #21868c;
}
.button-grey {
	background: url(img/buttons/button-grey.png);
	text-shadow: 1px 1px #4f4f4f;
	border:0;
	text-decoration: none;
}
.button-sign-in {
	background: url(img/buttons/button-sign-in.png);
	text-shadow: 1px 1px #333;
	border: medium none;
	padding:0;
}
.button-red:hover, .button-blue:hover, .button-orange:hover, .button-green:hover, .button-purple:hover, .button-cyan:hover, .button-grey:hover, .button-sign-in:hover {
	color: #fff;
	background-position: 0 -33px;
}
.button-left-red, .button-right-red, .button-left-blue, .button-right-blue, .button-left-orange, .button-right-orange, 
.button-left-green, .button-right-green, .button-left-purple, .button-right-purple, .button-left-cyan, .button-right-cyan, 
.button-left-grey, .button-right-grey, .button-left-disabled, .button-right-disabled {
	display: block;
	width: 33px;
	height: 33px;
}
.button-left-red {
	background: url(img/buttons/button-left-red.png);
}
.button-left-blue {
	background: url(img/buttons/button-left-blue.png);
}
.button-left-orange {
	background: url(img/buttons/button-left-orange.png);
}
.button-left-green {
	background: url(img/buttons/button-left-green.png);
}
.button-left-purple {
	background: url(img/buttons/button-left-purple.png);
}
.button-left-cyan {
	background: url(img/buttons/button-left-cyan.png);
}
.button-left-grey {
	background: url(img/buttons/button-left-grey.png);
}
.button-right-red {
	background: url(img/buttons/button-right-red.png);
}
.button-right-blue {
	background: url(img/buttons/button-right-blue.png);
}
.button-right-orange {
	background: url(img/buttons/button-right-orange.png);
}
.button-right-green {
	background: url(img/buttons/button-right-green.png);
}
.button-right-purple {
	background: url(img/buttons/button-right-purple.png);
}
.button-right-cyan {
	background: url(img/buttons/button-right-cyan.png);
}
.button-right-grey {
	background: url(img/buttons/button-right-grey.png);
}
.button-left-red:hover, .button-left-blue:hover, .button-left-orange:hover, .button-left-green:hover, 
.button-left-purple:hover, .button-left-cyan:hover, .button-left-grey:hover,
.button-right-red:hover, .button-right-blue:hover, .button-right-orange:hover, .button-right-green:hover, 
.button-right-purple:hover, .button-right-cyan:hover, .button-right-grey:hover {
	background-position: 0 -33px;
}
.button-left-disabled {
	background: url(img/buttons/button-left-disabled.png);
}
.button-right-disabled {
	background: url(img/buttons/button-right-disabled.png);
}
/* lists */
ul.bullets-stars li {
	padding-left: 23px;
	background: url(img/bullets/bullet-star.png) no-repeat 3px 2px;
}
li.bullet-tv {
	background: url(img/features-icons/tv.png) no-repeat 5px 6px;
}
li.bullet-wifi {
	background: url(img/features-icons/wifi.png) no-repeat 2px 2px;
}
li.bullet-credit-cards {
	background: url(img/features-icons/credit-cards.png) no-repeat 5px 6px;
}
li.bullet-glass {
	background: url(img/features-icons/glass.png) no-repeat 5px 6px;
}
li.bullet-cake {
	background: url(img/features-icons/cake.png) no-repeat 5px 6px;
}
li.bullet-person {
	background: url(img/features-icons/person.png) no-repeat 5px 5px;
}
li.bullet-no-smoking {
	background: url(img/features-icons/no-smoking.png) no-repeat 5px 5px;
}
li.bullet-smoking {
	background: url(img/features-icons/smoking.png) no-repeat 5px 5px;
}
li.bullet-restaurant {
	background: url(img/features-icons/restaurant.png) no-repeat 5px 5px;
}
li.bullet-cup {
	background: url(img/features-icons/cup.png) no-repeat 5px 5px;
}
li.bullet-car {
	background: url(img/features-icons/car.png) no-repeat 5px 5px;
}
li.bullet-bell {
	background: url(img/features-icons/bell.png) no-repeat 5px 6px;
}
li.bullet-bell-bis {
	background: url(img/features-icons/bell-bis.png) no-repeat 5px 5px;
}
li.bullet-coffee {
	background: url(img/features-icons/coffee.png) no-repeat 5px 6px;
}
li.bullet-tick {
	background: url(img/features-icons/tick.png) no-repeat 5px 5px;
}
li.bullet-cross {
	background: url(img/features-icons/cross.png) no-repeat 5px 6px;
}
ul.list-room-features {
	margin: 0 0 19px;
}
ul.list-room-features li {
	padding: 3px 10px 7px 30px;
}
ul.list-room-features li:first-child {
	padding: 4px 10px 7px 30px;
}
ul.list-alternate {
	margin: 0 0 19px;
}
ul.list-alternate li, ol.list-alternate li {
	padding: 3px 10px 6px;
	background-color: #eee;
	border-bottom: 1px dotted #999;
}
ul.list-alternate li:first-child, ul.list-alternate li:first-child {
	border-top: 1px dotted #999;
}
ul.list-alternate.list-room-features li {
	padding-left: 30px;
}
ul.list-alternate.list-room-features li:first-child {
	padding: 3px 10px 6px 30px;
}
ul li.list-even, ol li.list-even {
	background-color: #fff;
}
ul.list-bottom {
	margin: 0 0 9px;
}
ul.menu-list li a {
	color: #444;
}
ul.menu-list li a:hover {
	color: #a33d48;
}
ul.menu-list li a.menu-list-item-current {
	color: #a33d48;
}
li.icon-facebook, li.icon-twitter, li.icon-youtube, li.icon-vimeo, li.icon-rss {
	padding-left: 25px;
}
li.icon-facebook {
	background: url(img/social-icons/facebook_16.png) 0 2px no-repeat;
}
li.icon-twitter{
	background: url(img/social-icons/twitter_16.png) 0 2px no-repeat;
}
li.icon-youtube{
	background: url(img/social-icons/youtube_16.png) 0 2px no-repeat;
}
li.icon-vimeo{
	background: url(img/social-icons/vimeo_16.png) 0 2px no-repeat;
}
li.icon-rss{
	background: url(img/social-icons/rss_16.png) 0 2px no-repeat;
}
/* maps */
#map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 450px;
	text-shadow: none;
	background: #e5e3df url(img/loader-4.gif) no-repeat center center;
}

}
.address ul  {
    margin: 15px 0 25px 0;
}
.address ul li {
	font-size:20px;
	font-size: 14px;
    margin-bottom: 5px;
}
ul.address-one li {
	padding-left:20px;
    margin-bottom: 5px;
}
clear {
	clear: both;
}
.clearfix:before, .clearfix:after { 
	content: ""; display: table; 
}
.clearfix:after { 
	clear: both; 
}
.clearfix { 
	zoom: 1; 
}

/* prices table booking page */
.price-reminder {
	border: 1px solid #c4c4c4; 
	border-collapse: collapse;
	padding: 35px;
}

.price-reminder th {
    height: 30px;
	text-align: center;
	background-color: #dedede;
}

.price-reminder td {
    vertical-align: middle;
	padding: 6px;
}

.price {
    text-align: center;
}

.col-name{
	border-right: 1px solid #c4c4c4;
}

.img-calendar-legend {
	position: relative;
    top: 3px;
}

.available-legend {
	font-size: 10px;
	font-weight: bold;
	color: #bfbfbf;
	font-family: Arial, sans-serif;
	display: inline-block;
	margin-left: 1px;
	margin-right: 1px;
}