html,
body {
  height: 100%;
}
body {
  background: white;
  font-family: "PT Sans", Arial, Tahoma, Sans-serif;
  font-size: 13px;
  padding: 0;
  margin: 0;
  color: #555;
}
a:link,
a:visited {
  color: #9fb75a;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
}
a img {
  border: none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
* html .clearfix {
  height: 1%;
}
.tright {
  text-align: right;
}
.centered {
  text-align: center;
}
.hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* Layout
 ********************************/
div.bigwrap {
  min-height: 100%;
}
div.smallwrap {
  padding: 0 0 150px;
}
div.sep {
  padding-bottom: 30px;
  background: url(../images/sep.png) center bottom no-repeat;
}
div.wrap {
  width: 940px;
  margin: auto;
  position: relative;
}

/* Footer
 ********************************/
div.footer {
  clear: both;
  height: 50px;
  margin: -50px 0 0;
  position: relative;
  color: #bbb;
}
div.footer div.foot {
  position: relative;
  line-height: 50px;
  text-align: center;
  background: url(../images/sep.png) center top no-repeat;
}
div.footer div.foot span.copy {
}
div.footer div.foot span.copy a.fb {
  padding: 0 0 0 17px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: 10px;
  background: url(../images/facebook_icon.png) left center no-repeat;
}

/* Header
 ********************************/
div.header {
  padding: 30px 0 20px;
  height: 60px;
}
div.header h1 {
  margin: 0;
  float: left;
}
div.header h1 a:link,
header h1 a:visited {
  display: block;
  width: 209px;
  height: 60px;
  background: url(../images/logo.png) no-repeat;
  text-indent: -9999px;
}

/* Navigation
 ********************************/
div.header div.nav {
  float: right;
}
div.header div.nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
div.header div.nav ul li {
  margin: 0 0 0 20px;
  line-height: 21px;
  padding: 20px 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
div.header div.nav ul li a:link,
div.header div.nav ul li a:visited {
  display: block;
  color: #777;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
div.header div.nav ul li a:hover,
div.header div.nav ul li a:active {
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}
div.header div.nav ul li.current_page_item a,
div.header div.nav ul li.current_page_ancestor a {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

/* Awards
 ********************************/
div.awards {
  text-align: center;
  font-size: 0;
  line-height: normal;
  color: #aaa;
  position: absolute;
  height: 51px;
  top: -70px;
  width: 940px;
}
div.awards div.award_wrap {
  margin: 0 20px;
  font-size: 11px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
div.awards div.award_wrap div.award {
  background: url(../images/award_left.png) left top no-repeat;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
div.awards div.award_wrap div.award div {
  height: 51px;
  text-align: center;
  background: url(../images/award_right.png) right top no-repeat;
  padding: 0 30px;
}
div.awards div.award_wrap div.award h4 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 3px 0;
}
div.awards div.award_wrap div.award p {
  margin: 0;
  line-height: 14px;
}

/* Main showcase
 ********************************/
div.showcase {
  position: relative;
  height: 180px;
  margin: 0 0 30px;
}
div.showcase div.wrap {
  width: 946px;
}
body.home div.showcase {
  height: 266px;
}
div.slideshow {
  height: 180px;
  border: 3px solid #eee;
  overflow: hidden;
  position: relative;
  /*border-radius: 6px;*/
}
body.home div.slideshow {
  height: 260px;
}
body.administration div.showcase {
  display: none;
}
/* fading slideshow */
div.slideshow img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
div.slideshow img.active {
  display: block;
}

/* Big bar
 ********************************/
div.bar {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 0 0 30px;
  background: #fafafa;
  color: #888;
  position: relative;
  z-index: 100;
}
div.bar div.big,
div.bar div.bartitle {
  padding: 12px 0;
  height: 35px;
  line-height: 35px;
  font-size: 0;
}
body.home div.bar div.bartitle {
  padding: 12px 0;
  height: 30px;
  line-height: 30px;
}
div.bar div.bartitle h2 {
  color: #777;
  font-size: 22px;
  font-weight: normal;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
body.home div.bar div.bartitle h2 {
  font-size: 18px;
}
div.bar div.bartitle p {
  font-size: 13px;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  border-left: 1px solid #e1e1e1;
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
div.bar strong {
  color: #666;
}
div.bar span.barbtn {
  padding: 3px 0;
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
div.bar span.barbtn a:link,
div.bar span.barbtn a:visited {
  display: block;
  height: 24px;
  font-size: 12px;
  text-shadow: 0 1px 1px white;
  text-transform: uppercase;
  line-height: 24px;
  padding: 0 15px;
  background: #e3b412 url(../images/barbtn.png) top repeat-x;
  border: 1px solid #e7b300;
  color: #333;
  border-radius: 4px;
}
div.bar span.barbtn a:hover,
div.bar span.barbtn a:active {
  background-color: #ffd33c;
  text-decoration: none;
}
div.bar .fb_iframe_widget {
  float: left;
  width: 420px;
  height: 30px;
  overflow: hidden;
  padding: 0;
  margin-top: -4px;
}

/* Landing rooms
 ********************************/
div.rooms {
  margin: 0 0 80px;
}
div.rooms h2 {
  float: left;
  width: 215px;
  margin: 0;
  font-weight: normal;
  font-size: 20px;
}
div.rooms h2 span {
  font-weight: bold;
}
div.rooms h2 span.roomcount {
  float: left;
  font-size: 50px;
  line-height: 40px;
  font-family: Georgia, Serif;
  font-weight: normal;
  display: block;
  margin: 0 10px 0 0;
}
div.rooms h2 small {
  font-size: 18px;
  display: block;
  margin-top: 10px;
  color: #888;
}
div.rooms h2 .unique {
  color: #4b9643;
}
div.rooms h2 .stylish {
  color: #7dc242;
  font-style: italic;
}
div.rooms h2 .comfortable {
  color: #c1db79;
}
div.rooms div.rooms_showcase {
  position: relative;
  float: right;
  padding: 0 42px;
}
div.rooms div.rooms_showcase span.arrow a:link,
div.rooms div.rooms_showcase span.arrow a:visited {
  display: block;
  width: 32px;
  height: 175px;
  position: absolute;
  top: 50%;
  margin-top: -85px;
  text-indent: -9999px;
}
div.rooms div.rooms_showcase span.arrow_left a {
  left: 0;
  background: url(../images/arrow_left.png) no-repeat;
}
div.rooms div.rooms_showcase span.arrow_right a {
  right: 0;
  background: url(../images/arrow_right.png) no-repeat;
}
div.rooms div.rooms_showcase div.rooms_belt {
  overflow: hidden;
  width: 618px;
  height: 260px;
  position: relative;
}
div.rooms div.rooms_showcase div.rooms_belt > ul {
  width: 999999px;
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
div.rooms div.rooms_showcase div.rooms_belt > ul > li {
  width: 186px;
  margin: 0 10px;
  vertical-align: top;
  float: left;
}
div.rooms div.rooms_showcase div.rooms_belt > ul > li div.img {
  margin: 0 0 10px;
}
div.rooms div.rooms_showcase div.rooms_belt > ul > li div.img a {
  display: block;
  border: 3px solid #eee;
}
div.rooms div.rooms_showcase div.rooms_belt > ul > li div.img a:hover {
  border-color: #bbb;
}
div.rooms div.rooms_showcase div.rooms_belt > ul > li div.img img {
  display: block;
}
div.rooms div.rooms_showcase div.rooms_belt > ul > li div.desc {
}
div.rooms div.rooms_showcase div.rooms_belt > ul > li div.desc h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 5px;
  height: 20px;
  line-height: 20px;
}
div.rooms div.rooms_showcase div.rooms_belt > ul > li div.desc h3 a {
  float: left;
}
div.rooms div.rooms_showcase div.rooms_belt > ul > li div.desc p {
  margin: 0;
  line-height: 1.5;
}
div.rooms div.rooms_showcase ul.std li {
  margin: 0 0 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.roomsmain {
}
div.roomsmain ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
div.roomsmain ul li {
  width: 186px;
  margin: 0 45px 40px 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-align: left;
}
div.roomsmain ul li div.img {
  margin: 0 0 10px;
}
div.roomsmain ul li div.img a {
  display: block;
  border: 3px solid #eee;
}
div.roomsmain ul li div.img a:hover {
  border-color: #bbb;
}
div.roomsmain ul li div.img img {
  display: block;
}
div.roomsmain ul li div.desc h3 {
  font-size: 16px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 2px;
  border: none;
}
div.roomsmain ul li div.desc p {
  margin: 0;
  line-height: 1.5;
  font-size: 12px;
}
span.price {
  font-size: 14px;
  color: #529747;
}

/* Content
 ********************************/
div.content {
}
div.content h2 {
  margin: 0 0 15px;
  color: #4b9643;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px solid #eee;
  padding: 0 0 5px;
  color: #666;
}
div.content h3 {
  color: #666;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}
div.content p {
  margin: 0 0 12px;
  line-height: 1.4;
}
div.content div.content_side {
  float: left;
  width: 200px;
  padding: 0 30px 0 0;
  background: url(../images/sep_v.png) right center no-repeat;
}
div.content div.content_side ul.sidebar {
  list-style: none;
  padding: 0;
  margin: 0;
}
div.content div.content_side ul.sidebar li {
  display: inline;
}
div.content div.content_side ul.sidebar li a:link,
div.content div.content_side ul.sidebar li a:visited {
  display: block;
  padding: 8px 0;
  color: #777;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  background: url(../images/sep_h.png) bottom center no-repeat;
}
div.content div.content_side ul.sidebar li.current_page_item a {
  font-weight: bold;
}
div.content div.content_main {
  margin-left: 260px;
}
div.content div.sepper {
  margin: 0 0 30px;
}
div.content div.content_main div.roomimg {
  overflow: hidden;
  position: relative;
  border: 3px solid #eee;
  height: 261px;
  margin: 0 0 20px;
}
div.content div.content_main div.gallery {
  margin: 0 0 20px;
}
div.content div.content_main div.gallery ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
div.content div.content_main div.gallery ul li {
  height: 106px;
  width: 106px;
  margin: 0 10px 10px 0;
  font-size: 12px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
div.content div.content_main div.gallery ul li a {
  display: block;
  border: 3px solid #eee;
}
div.content div.content_main div.gallery ul li a img {
  display: block;
}
div.content div.content_main div.makeres {
  margin-top: 20px;
}
ul.std {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.std li {
  margin: 0 0 5px;
  padding-left: 15px;
  background: url(../images/arrow.gif) left 6px no-repeat;
}
div.fancybox-skin {
}
.fancybox-prev {
  left: -43px;
}
.fancybox-next {
  right: -43px;
}

/* location
 ********************************/
div.location {
}
div.location div.location_split {
  background: url(../images/split.png) left center no-repeat;
}
div.location div.location_minimap,
div.location div.location_desc,
div.location div.location_transport {
  float: left;
  width: 260px;
  margin-right: 30px;
  padding-right: 30px;
  overflow: hidden;
}
div.location div.location_transport {
  width: 290px;
}
div.location div.location_minimap {
  margin-right: 0;
  padding-right: 0;
}
div.location div.location_minimap a {
  display: block;
  border: 3px solid #eee;
}
div.location div.location_minimap a:hover {
  border-color: #bbb;
}
div.location div.location_minimap img {
  display: block;
}
div.location h3 {
  font-weight: normal;
  font-size: 16px;
  margin: 0 0 2px;
  padding: 0;
  border: none;
}
div.location p {
  line-height: 1.5;
  margin: 0 0 10px;
}
div.location p strong {
  font-weight: normal;
  color: #666;
}

/* Form
 ********************************/
form div.inputs div.form-input input::-webkit-input-placeholder {
  color: #aaa !important;
}

form div.inputs div.form-input input:-moz-placeholder {
  color: #aaa !important;
}
form div.inputs {
}
form div.inputs div.control-group {
  margin: 0 0 30px;
}
form div.inputs div.control {
  margin: 0 0 15px;
  font-size: 0;
}
form div.inputs div.form-label,
form div.inputs div.form-input {
  font-size: 13px;
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
form div.inputs div.form-label {
  width: 190px;
  padding-top: 5px;
}
form div.inputs div.form-label label {
}
form div.inputs div.form-input {
  width: 450px;
}
form div.inputs div.form-input img {
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 0 0 2px;
  display: none;
}
form div.inputs div.form-input span {
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 5px;
}
form div.inputs div.form-input input[type="text"],
form div.inputs div.form-input input[type="password"],
form div.inputs div.form-input select,
form div.inputs div.form-input textarea {
  width: 350px;
  padding: 5px 10px;
  font-family: "PT Sans", Arial, Tahoma, Sans-serif;
  font-size: 13px;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #555;
  background: white;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
form div.inputs div.form-input input[type="text"]:focus,
form div.inputs div.form-input input[type="password"]:focus,
form div.inputs div.form-input select:focus,
form div.inputs div.form-input textarea:focus {
  outline: none;
  border-color: #aaa;
}
form div.inputs div.form-input input.date {
  width: 100px;
}
form div.inputs div.form-input textarea {
  height: 80px;
  padding: 10px;
  overflow: auto;
}
form div.inputs div.form-input select {
  width: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 5px;
  margin-right: 10px;
}
form div.inputs div.form-input select.pax,
form div.inputs div.form-input select.roomcount {
  width: 60px;
}
form div.actions {
  padding-left: 190px;
}
form div.error {
  color: red;
  margin: 5px 0;
}
form div.inputs div.control-error input[type="text"],
form div.inputs div.control-error input[type="password"],
form div.inputs div.control-error select:not(.prefix),
form div.inputs div.control-error textarea {
  border-color: #b42e13;
}
form div.inputs div.form-input input[name="rname"] {
  width: 270px;
}

/* Big fail
 ********************************/
div.bigfail,
div.bigsuccess {
  padding: 10px 15px;
  background: #fafafa;
  margin: 0 0 30px;
  border: 1px solid #eee;
}
div.bigfail h3 {
  color: red;
  margin: 0 0 10px;
}
div.bigsuccess h3 {
  color: green;
  margin: 0 0 10px;
}
div.bigfail p,
div.bigsuccess p {
  margin: 0 0 5px;
}

/* Loader
 ********************************/
span.loader {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 16px;
  height: 16px;
  background: url(../images/ajax-loader.gif) no-repeat;
  vertical-align: middle;
}

/* Buttons
 ********************************/
a.btn {
  background: url(../images/bg_button_a.gif) right top no-repeat;
  color: #444;
  height: 24px;
  margin-right: 6px;
  padding-right: 18px; /* sliding doors padding */
  text-decoration: none;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
a.btn span {
  background: url(../images/bg_button_span.gif) no-repeat;
  display: block;
  line-height: 14px;
  padding: 5px 0 5px 18px;
}
a.btn.disabled,
a.btn:active {
  background-position: bottom right;
  color: #000;
  outline: none; /* hide dotted outline in Firefox */
}

a.btn.disabled span,
a.btn:active span {
  background-position: bottom left;
}

/* Table
 ********************************/
table.std {
  border: 1px solid #eee;
  width: 100%;
  margin: 0 0 20px;
  border-collapse: collapse;
}
table.std th,
table.std td {
  vertical-align: top;
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
  text-align: left;
  border: 1px solid #eee;
}
table.std th {
  padding-top: 8px;
  padding-bottom: 8px;
}
table.std tr:hover td {
}
table.std td p {
  margin: 0;
}
table.std td small {
  font-size: 11px;
}
table.std .name {
  width: 120px;
}
table.std .roomtype {
  width: 140px;
}
table.std .checkin {
  width: 100px;
}
table.std .pax {
  width: 70px;
}
table.std .actions {
  width: 105px;
}
table.std .created {
  width: 80px;
}
table.std .dater {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  background: #fafafa !important;
}
table.std .price {
  width: 180px;
}
table.std .primary {
  vertical-align: middle;
}
table.std form select {
  padding: 1px 2px;
  font-family: "PT Sans", Arial, Tahoma, Sans-serif;
  font-size: 13px;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #888;
  width: 80px;
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
table.std span.currency {
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
table.std form input[type="text"] {
  padding: 2px 2px;
  font-family: "PT Sans", Arial, Tahoma, Sans-serif;
  font-size: 13px;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #888;
  width: 35px;
  margin-right: 5px;
  text-align: right;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
table.std tr.todo {
  border-left: 1px solid red;
}
table.std tr.processed {
  border-left: 1px solid green;
}
/*
table.std tr.processed td {
	background-color: #f9fff6;
}
table.std tr.todo td {
	background-color: #fff6f6;
}
*/
/*
table.std tr.upcoming {
	border-left: 2px solid green;
}
table.std tr.today {
	border-left: 2px solid red;
}
table.std tr.older {
	border-left: 2px solid blue;
}
*/
div.postnav {
  text-align: right;
}
div.wp-pagenavi span,
div.wp-pagenavi a {
  margin: 0 5px;
  font-size: 14px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
div.wp-pagenavi span.pages {
  margin-right: 5px;
  padding-right: 10px;
  border-right: 1px solid #ddd;
}

/* Admin
 ********************************/
div.admin_nav {
  margin: 0 0 30px;
  padding: 1px;
  border: 1px solid #eee;
}
div.admin_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  background: #fafafa;
}
div.admin_nav li {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
div.admin_nav li a:link,
div.admin_nav li a:visited {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 25px;
  background: #fafafa;
  margin: 0 1px 0 0;
  color: #666;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
div.admin_nav li a:hover,
div.admin_nav li a:active {
  text-decoration: none;
  background-color: #f1f1f1;
}
div.admin_nav li.current_page_item a:link,
div.admin_nav li.current_page_item a:visited {
  background-color: #f1f1f1;
  font-weight: bold;
}

/* Datepicker
 ********************************/
.ui-datepicker.ui-widget {
  font-size: 12px;
}

/* Tooltips
 ********************************/
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -2px;
}
.tooltip.right {
  margin-left: 2px;
}
.tooltip.bottom {
  margin-top: 2px;
}
.tooltip.left {
  margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid black;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid black;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
