/**
* Less helpers
*/
html {
   
    margin: 0;
    padding: 0;
    //background: #0e193b;
}
body {
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 11pt;
    color: #333333;
   // min-width: 1024px;
    min-height: 400px;
}
@font-face {
    font-family: 'GothamBook';
    src: url('/static/fonts/gotham-book.eot');
    src: url('/static/fonts/gotham-book.eot') format('embedded-opentype'),
        url('/static/fonts/gotham-book.woff') format('woff'),
        url('/static/fonts/gotham-book.ttf') format('truetype'),
        url('/static/fonts/gotham-book.svg#GothamBook') format('svg');
}
@font-face {
    font-family: 'GothamMedium';
    src: url('/static/fonts/gotham-medium.eot');
    src: url('/static/fonts/gotham-medium.eot') format('embedded-opentype'),
        url('/static/fonts/gotham-medium.woff') format('woff'),
        url('/static/fonts/gotham-medium.ttf') format('truetype'),
        url('/static/fonts/gotham-medium.svg#GothamBook') format('svg');
}
a {
    color: #333333;
    text-decoration: none;
}
.wrapper {
    width: 1000px;
    margin: 0 auto;
}
.reset {
    clear: both;
}
.relative {
    position: relative;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.row-fluid [class*="span"] {
    min-height: 10px;
}
/**
 * Header
 */
header {
    position: fixed;
    z-index: 250;
    width: 100%;
    min-width: 1024px;
}
#header {
    position: relative;
    z-index: 200;
}
footer {
    position: absolute;
    z-index: 200;
    width: 100%;
    min-width: 1024px;
}
#footer {
    position: relative;
    z-index: 200;
}
#footer #btmnav {
    color: #222;
    padding: 5px 0;
    height: 23px;
    background: url(../images/poi.png);
}
#footer #btmnav .wrapper {
    max-width: 600px;
}

#footer #btmnav .left {
    float: left;
}
#footer #btmnav .right {
    float: right;
    text-align: right;
}
#footer #btmnav .wrapper a {
    color: #222;
    text-decoration: none;
    padding-right: 10px;
    vertical-align: middle;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
#footer #btmnav a:hover {
    color: #2f2926;
}
#footer #btmnav .link-blackarrow {
    background: url(../images/topnav/link-blackarrow.png) left center no-repeat;
    padding-left: 28px;
    display: inline-block;
    padding-right: 35px;
}
#footer #btmnav .link-guestbook {
    background: url(../images/topnav/link-guestbook.png) left center no-repeat;
    padding-left: 15px;
}
#footer #btmnav .link-tripadvisor {
    background: url(../images/topnav/link-tripadvisor.png) center center no-repeat;
    width: 23px;
    overflow: hidden;
    text-indent: 1000px;
    display: inline-block;
}
#footer #btmnav .link-facebook {
    background: url(../images/topnav/link-facebook.png) center center no-repeat;
    width: 11px;
    overflow: hidden;
    text-indent: 1000px;
    display: inline-block;
}
#footer #btmnav .link-twitter {
    background: url(../images/topnav/link-twitter.png) center center no-repeat;
    width: 14px;
    overflow: hidden;
    text-indent: 1000px;
    display: inline-block;
}
#footer #btmnav .link-back {
    background: url(../images/topnav/link-back.png) left center no-repeat;
    width: 10px;
    overflow: hidden;
    text-indent: 1000px;
    display: inline-block;
    padding-right: 10px;
}
#header #mainnav {
    background: #2f2926;
}
#header #mainnav ul {
    margin: 0;
    padding: 0 4px;
    font-size: 0;
}
#header #mainnav ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 11pt;
    vertical-align: top;
}
#header #mainnav ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 0 #000;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    width: 127px;
    padding: 7px 10px 7px 0;
}
#header #mainnav ul li a:hover,
#header #mainnav ul li a.active {
    color: #c9a059;
}
#header #mainnav ul li a span {
    display: block;
}
#header #mainnav ul li a span.bottom {
    text-transform: uppercase;
    font-size: 6pt;
}
#header #mainnav ul li.home a {
    background: url(../images/mainnav/home.png) left center no-repeat;
    padding-left: 24px;
    width: 103px;
}
#header #mainnav ul li.red a {
    background: url(../images/mainnav/red.png) left center no-repeat;
    padding-left: 20px;
    width: 107px;
}
#header #mainnav ul li.green a {
    background: url(../images/mainnav/green.png) left center no-repeat;
    padding-left: 20px;
    width: 107px;
}
#header #mainnav ul li.yellow a {
    background: url(../images/mainnav/yellow.png) left center no-repeat;
    padding-left: 20px;
    width: 107px;
}
#header #mainnav ul li.blue a {
    background: url(../images/mainnav/blue.png) left center no-repeat;
    padding-left: 20px;
    width: 107px;
}
#header #mainnav ul li.gold a {
    background: url(../images/mainnav/gold.png) left center no-repeat;
    padding-left: 20px;
    width: 107px;
}
#header #mainnav ul li.photoalbum a {
    background: url(../images/mainnav/photoalbum.png) left 48% no-repeat;
    padding-left: 20px;
    width: 107px;
}
#header #mainnav ul li.photoalbum a .bottom {
    height: 0;
}
#header #mainnav ul li.rooms a {
    background: url(../images/mainnav/rooms.png) left center no-repeat;
    padding-left: 20px;
    width: 37px;
}
#header #mainnav ul li.rooms a .bottom {
    height: 0;
}
#header #mainnav ul li.booking a {
    padding-right: 0;
    width: 100px;
    text-align: right;
}
#header #mainnav ul li.booking a .bottom {
    height: 0;
}
/**
 * Content
 */
#content {
    /*padding: 40px 0 0 0;*/
    position: relative;
    /*  position: absolute;*/
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
}
#content .centered {
    position: relative;
    width: 1014px;
    margin: 0 auto;
}
#content.island {
    position: relative;
    padding: 0;
    overflow: hidden;
    z-index: 100;
}
#content.island #logo {
    display: block;
    position: relative;
    margin: 0 auto;
    z-index: 101;
}
#content.island #logo img {
    width: 165px;
    height: 150px;
}
#content.island .island-map {
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 999999999999999999999999999;
}
#content.island .island-image {
    width: 100%;
    margin-top: -40px;
}
@media (min-width: 1200px) {
    #content.island .island-image {
        display: none;
    }
}
#content.island .island-image.medium {
    display: none;
}
@media (min-width: 1200px) {
    #content.island .island-image.medium {
        display: block;
    }
}
@media (min-width: 1650px) {
    #content.island .island-image.medium {
        display: none;
    }
}
#content.island .island-image.large {
    display: none;
}
@media (min-width: 1650px) {
    #content.island .island-image.large {
        display: block;
    }
}
#content.island #logo {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -100px;
}
#content.island .pois {
    position: absolute;
top: -13%;
left: 13%;
right: 12%;
bottom: 40%;
margin-top: -40px;
display: none;
z-index: 100;
}
@media (min-width: 1200px) {
    #content.island .pois {

top: -12%;
bottom: 39%;
left: 14%;
right: 14%;
    }
}
@media (min-width: 1650px) {
    #content.island .pois {
        top: -20%;
bottom: 5.2%;
left: 12%;
right: 13%;
    }
}
#content.island .pois .poi {
    position: absolute;
    min-height: 18px;
    max-width: 220px;
    color: #333333;
    text-decoration: none;
    font-size: 9pt;
    line-height: 18px;
    font-weight: bold;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: url(../images/poi/bg.png);
}
#content.island .pois .poi .text {
    display: none;
    font-weight: normal;
}
#content.island .pois .poi.active .text {
    display: block;
}
#content.island .pois .poi.active2 {
    background: url(../images/poi/bg-2.png);
    z-index: 1000;
}
#content.island .pois .poi:hover {
    color: #000;
}
#content.island .pois .poi i {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
}
#content.island .pois .poi .detail {
    display: none;
    text-align: right;
    font-weight: normal;
    padding: 0 4px;
}
#content.island .pois .poi.active .detail {
    display: block;
}
#content.island .pois .poi .corner {
    display: block;
    width: 9px;
    height: 18px;
    position: absolute;
    top: 0;
}
#content.island .pois .poi.left {
    padding: 0 10px 0 20px;
}
#content.island .pois .poi.left i {
    left: 0;
}
#content.island .pois .poi.left .corner {
    background: url(../images/poi/poi-right.png) top right no-repeat;
    right: -9px;
}
#content.island .pois .poi.right {
    padding: 0 20px 0 10px;
}
#content.island .pois .poi.right i {
    right: 0;
}
#content.island .pois .poi.right .corner {
    background: url(../images/poi/poi-left.png) top left no-repeat;
    left: -9px;
}
/*
#content.island .pois .poi.blue {
  color: #fff;
  background: none;
}
#content.island .pois .poi.blue.left {
  background: none;
  padding-left: 25px;
}
#content.island .pois .poi.blue.right {
  background: none;
  padding-right: 25px;
  text-align: right;
}*/
#content.island .pois .poi.red i {
    background: url(../images/poi/red.png) left center no-repeat;
}
#content.island .pois .poi.green i {
    background: url(../images/poi/green.png) left center no-repeat;
}
#content.island .pois .poi.blue i {
    /*top: 7px;*/
    background: url(../images/poi/blue.png) left center no-repeat;
}
#content.island .pois .poi.yellow i {
    background: url(../images/poi/yellow.png) left center no-repeat;
}
#content.island .pois .poi.gold i {
    background: url(../images/poi/gold.png) left center no-repeat;
}

#content.island .pois .poi.red .detail {
    color: #e42c31;
}
#content.island .pois .poi.green .detail {
    color: #00964a;
}
#content.island .pois .poi.blue .detail {
    color: #00a5e5;
}
#content.island .pois .poi.yellow .detail {
    color: #eebb1c;
}
#content.island .pois .poi.gold .detail {
    color: #c9a059;
}

#content.island .pois-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 175px;
    z-index: 190;
}
#content.island .pois-sidebar .sidebar-for-color {
    display: none;
}
#content.island .pois-sidebar .description {
    padding: 10px;
    font-size: 10pt;
}
#content.island .pois-sidebar .description h2 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 10pt;
    font-weight: normal;
}
#content.island .pois-sidebar .description p {
    padding-right: 3px 0;
    margin: 0;
}
#content.island .pois-sidebar .description a {
    color: #fff;
    text-decoration: none;
}
#content.island .pois-sidebar .description.red {
    background: url(../images/sidebar/red.png);
    color: #fff;
}
#content.island .pois-sidebar .description.green {
    background: url(../images/sidebar/green.png);
    color: #fff;
}
#content.island .pois-sidebar .description.blue {
    background: url(../images/sidebar/blue.png);
    color: #fff;
}
#content.island .pois-sidebar .description.yellow {
    background: url(../images/sidebar/yellow.png);
    color: #333333;
}
#content.island .pois-sidebar .description.gold {
    background: url(../images/sidebar/gold.png);
    color: #333333;
}
#content.island .pois-sidebar .next-pois {
    font-size: 8pt;
    padding: 10px 10px 4px 10px;
    background: url(../images/sidebar/white.png);
    color: #fff;
}
#content.island .pois-sidebar .next-pois ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#content.island .pois-sidebar .next-pois ul li {
    margin: 0;
    padding: 0;
}
#content.island .pois-sidebar .next-pois ul li a {
    display: block;
    padding: 3px 0;
    color: #fff;
    position: relative;
    padding-left: 24px;
    padding-bottom: 10px;
    padding-top: 5px;
}
#content.island .pois-sidebar .next-pois ul li a i {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 3px;
    position: absolute;
    top: 12px;
    left: 0;
    margin-top: -9px;
}
#content.island .pois-sidebar .next-pois ul li.red a i {
    background: url(../images/poi/red.png);
}
#content.island .pois-sidebar .next-pois ul li.gold a i {
    background: url(../images/poi/gold.png);
}
#content.island .pois-sidebar .next-pois ul li.green a i {
    background: url(../images/poi/green.png);
}
#content.island .pois-sidebar .next-pois ul li.yellow a i {
    background: url(../images/poi/yellow.png);
}
#content.island .pois-sidebar .next-pois ul li.blue a i {
    background: url(../images/poi/blue.png);
}
#content.detail .text.center {
    position: relative;
    left: 220px;
    top: 50px;
    max-height: 85%;
    width: 60%;
    overflow: auto;
    padding-right: 20px;
}
@media (min-width: 1500px) {
    #content.detail .text.center {
        max-width: 75%;
    }
}
#content.detail .text.center form {
    max-width: 500px;
    margin: 0 auto;
}
#content.detail .text.center form fieldset {
    display: block;
    margin: 0 0 20px 0;
}
#content.detail .text.center form fieldset label {
    display: block;
    padding: 5px 0;
}
#content.detail .text.center form fieldset input,
#content.detail .text.center form fieldset textarea {
    font-family: Arial, sans-serif;
    width: 90%;
    background: #fff;
    border: 1px solid #2f2926;
    height: 30px;
    line-height: 30px;
    padding: 0 5%;
}
#content.detail .text.center form fieldset textarea {
    height: 200px;
    line-height: 1.2;
    padding: 10px 5%;
}
#content.detail .text.center form fieldset button {
    display: block;
    background: #c9a059;
    border: none;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 0 20px;
    font-size: 15pt;
}
#content.detail .text.center form fieldset button:hover,
#content.detail .text.center form fieldset button:focus,
#content.detail .text.center form fieldset button:active {
    background: #b2873d;
}
#content.detail #gallery-nav {
    max-width: 900px;
    margin: 0 auto 0 auto;
    padding-top: 40px;
    padding-left: 220px;
    margin-bottom: -80px;
}
#content.detail #gallery-nav a {
    display: inline-block;
    background: #00a5e5;
    width: 85px;
    height: 85px;
    text-align: center;
    line-height: 85px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    behavior: url(/static/js/vendor/PIE.htc);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 12px;
    margin-right: 10px;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
#content.detail #gallery-nav a.active,
#content.detail #gallery-nav a:hover {
    background: #c9a059;
}
#content.detail .big-gallery {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    padding-top: 120px;
}
#content.detail .big-gallery.plan {
    max-width: 800px;
}
#content.detail .big-gallery .hide {
    display: none;
}
#content.detail .big-gallery .item {
    border: 2px solid #c9a059;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
}
#content.detail .big-gallery .item img {
    width: 100%;
}

#content.detail .big-gallery.rooms {
    max-width: 32%;
    padding-top: 3%;
}
@media (min-width: 1024px) {
    #content.detail .big-gallery.rooms {
        max-width: 35%;
        padding-top: 5%;
    }
}

#content.detail .big-gallery.rooms .item{
    width: 30%;
    margin-left: 3%;
}

#content.detail .big-gallery.rooms .item span {
    display: block;
    padding: 2px 10px;
    background: #c9a059;
    color: #fff;
    font-size: 11px;
}

#content.detail .sidebar {
    position: absolute;
}
#content.detail .sidebar.left {
    top: 0;
    left: 0;
    bottom: 0;
    min-height: 786px;
    margin-bottom: 79px; /* fancybox fix */
}
#content.detail .centered .sidebar.left {
    position: relative;
}
#content.detail .sidebar.left .titletext {
    position: fixed;
    left: 60px;
    bottom: 60px;
}
#content.detail .sidebar.left #logo {
    width: 175px;
    border: 2px solid #c6a260;
}
#content.detail .center .sidebar.left #logo {
    width: 177px;
    border-left: 2px solid #c6a260;
}
#content.detail .sidebar.right {
    width: 330px;
    top: 200px;
    right: 0;
    color: #fff;
}
#content.detail .sidebar.right .text {
    width: 290px;
    padding: 20px;
    color: #fff;
    font-size: 13pt;
}
#content.detail .sidebar.right .text.red {
    background: url(../images/sidebar/red.png);
    color: #fff;
}
#content.detail .sidebar.right .text.green {
    background: url(../images/sidebar/green.png);
    color: #fff;
}
#content.detail .sidebar.right .text.blue {
    background: url(../images/sidebar/blue.png);
    color: #fff;
}
#content.detail .sidebar.right .text.yellow {
    background: url(../images/sidebar/yellow.png);
    color: #333333;
}
#content.detail .sidebar.right .text.gold {
    background: url(../images/sidebar/gold.png);
    color: #333333;
}
#content.detail .sidebar.right .text h2 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14pt;
}
#content.detail .sidebar.right .text p {
    margin: 0;
    padding: 5px 0;
}
#content.detail .sidebar.right .text .plugin_link {
    display: block;
}
#content.detail .sidebar.right .text .plugin_link a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
#content.detail .sidebar .gallery {
    margin: 0;
    padding: 0;
    border: 2px solid #c6a260;
    border-bottom: none;
    border-top: none;
    position: relative;
    height: 520px;
}
#content.detail .sidebar .gallery .rs-carousel-mask {
    height: 520px;
}
@media (max-width: 1100px) {
    #content.detail .sidebar .gallery {
        height: 390px;
    }
    #content.detail .sidebar .gallery .rs-carousel-mask {
        height: 390px;
    }
}

#content.detail .sidebar .gallery.room-carousel,
#content.detail .sidebar .gallery.room-carousel .rs-carousel-mask {
    height: 260px;
}

#content.detail .sidebar .gallery .rs-carousel-pagination {
    display: none;
}
#content.detail .sidebar .gallery .rs-carousel-action-next,
#content.detail .sidebar .gallery .rs-carousel-action-prev {
    display: none !important;
}
#content.detail .sidebar .gallery .rs-carousel-action-next {
    background: url(../images/arrow-bottom.png);
    display: block;
    height: 28px;
    width: 28px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -14px;
    overflow: hidden;
    text-indent: -1000px;
}
#content.detail .sidebar .gallery .rs-carousel-action-prev {
    background: url(../images/arrow-top.png);
    display: block;
    height: 28px;
    width: 28px;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -14px;
    overflow: hidden;
    text-indent: -1000px;
}
#content.detail .sidebar .gallery ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#content.detail .sidebar .gallery ul li {
    border-bottom: 2px solid #c6a260;
}
#content.detail #logo {
    display: block;
    position: relative;
    margin: 0;
    width: 175px;
    height: 130px;
    text-indent: -1000px;
    overflow: hidden;
}
#content.detail #logo span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2f2926 url(../images/logo-small.png) center center no-repeat;
}
.zoom {
    background: url(../images/zoom.png) top left no-repeat;
    display: block;
    width: 28px;
    height: 28px;
    position: fixed;
    bottom: 20px;
    z-index: 9999999999999;
}
.zoom.plus {
    right: 52px;
}
.zoom.plus:hover {
    background-position: bottom left;
}
.zoom.minus {
    background-position: top right;
    right: 20px;
}
.zoom.minus:hover {
    background-position: bottom right;
}

#btmnav .wrapper {
    position: relative;
}

#footer #btmnav .invite {
    position: relative;
    display: inline;
    font-size: 15px;
    text-align: center;
    height: 23px;
    margin-left: 10px;
}
#footer #btmnav .invite .link-invitation {
    text-transform: uppercase;
    letter-spacing: 1px;
}

#footer #btmnav .invite .submenu {
    background: url(../images/poi.png);
    color: #222;
    position: absolute;
    bottom: 25px;
    margin-left: -10px;
    font-size: 10pt;
    display: none;
}

#footer #btmnav .invite .submenu a {
    color: #222;
    text-decoration: none;
    display: block;
    text-transform: none;
    padding: 4px 10px;
    width: 90px;
    text-align: left;
}
#footer #btmnav .invite .submenu a:hover {
    color: #000;
}

#content.island #enter {
    text-transform: uppercase;
    display: block;
    color: #fff;
    font-size: 15pt;
    letter-spacing: 3px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 110;
    padding-top: 220px;
}
#content.island #portrait-message {
    display: none;
    color: #fff;
    position: fixed;
    bottom: 150px;
    left: 0;
    right: 0;
    padding: 0 30%;
    text-align: center;
    font-size: 28pt;
}

#room {
    /*  min-height: 786px;*/
}
#room #top {
    position: absolute;
    top: 0;
    left: 177px;
}
#room #top img {
    float: left;
    border-left: 2px solid #c49d5a;
    border-bottom: 2px solid #c49d5a;
    border-top: 2px solid #c49d5a;
}
#room #top img.first {
    width: 175px;
    height: 130px;
}
#room #top img.second {
    width: 348px;
    height: 130px;
}
#room #top img.last {
    width: 302px;
    height: 130px;
    border-right: 2px solid #c49d5a;
}

#room #centerline {
    position: absolute;
    left: 179px;
    top: 134px;
}

#room #centerline img.main {
    width: 525px;
    height: 386px;
}

#room #centerline .first {
    border-right: 2px solid #c49d5a;
    border-bottom: 2px solid #c49d5a;
}

#room #centerline .obsah {
    position: absolute;
    left: 527px;
    top: 0;
    background: #fff7e0;
    height: 650px;
    overflow: hidden;
    width: 302px;
    border-right: 2px solid #c49d5a;
    border-bottom: 2px solid #c49d5a;
}
#room #centerline .obsah .holder {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    overflow: auto;
    color: #c9a059;
}

#room #bottomline {
    position: absolute;
    top: 522px;
    left: 179px;
}

#room #bottomline #galerie {
    width: 174px;
    border-right: 2px solid #c49d5a;
    border-bottom: 2px solid #c49d5a;
    float: left;
}

#room #bottomline #galerie img {
    display: block;
    width: 174px;
    height: 130px;
}
#room #bottomline #galerie img.top {
    border-top: none;
}
#room #bottomline #galerie img.bottom {
    border-top: 2px solid #c49d5a;
}

#room #bottomline #galerie2 {
    float: left;
    width: 349px;
    background: #fff;
    height: 262px;
    border-right: 2px solid #c49d5a;
    border-bottom: 2px solid #c49d5a;
    text-align: center;
}
#room #bottomline #galerie2 .plus {
    display: block;
    width: 40px;
    height: 40px;
    background: url('../images/plus.png') no-repeat;
    position: absolute;
    margin: 111px 0 0 154px;
}
#room #bottomline #galerie2 img {
    width: 349px;
    height: 262px;
}

#content.detail .sidebar .topimg {
    width: 175px;
    height: 260px;
}
#content.detail .sidebar .topimg img {
    width: 175px;
    height: 260px;
}

#planlink {
    position: absolute;
    height: 392px;
}
#planlink a {
    display: block;
    width: 175px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    color: #c9a059;
    text-decoration: none;
    border-top: 2px solid #c49d5a;
    border-right: 2px solid #c49d5a;
    border-bottom: 2px solid #c49d5a;
    border-left: 2px solid #c6a260;
}

#planlink a span {
    padding: 20px 0;
    display: block;
    margin-left: -10px;
}

#planlink a img {
    margin-left: 30px;
}

#gbook .item {
    background: url(../images/gbookbg.png);
    color: #3a3e40;
    padding: 10px 20px;
    width: 55%;
    margin-bottom: 20px;
    font-size: 12px;
}

#gbook .item p {
    margin: 0;
    padding: 0;
}

#gbook .item .name {
    font-weight: bold;
}

#gbook .item.left {
    margin-left: 0;
}

#gbook .item.right {
    margin-left: 40%;
}

#media .item {
    background: url(../images/gbookbg.png);
    color: #3a3e40;
    padding: 10px 20px;
    width: 55%;
    margin-bottom: 20px;
    font-size: 12px;
}

#media .item p {
    margin: 0;
    padding: 0;
}

#media .item .headline {
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}

#media .item.left {
    margin-left: 0;
}

#media .item.right {
    margin-left: 40%;
}

#footer a.link_next,
#footer a.link_back {
    height: 25px;
    display: block;
    position: absolute;
    /*  bottom: 4px;*/
    z-index: 300;
    color: #222;
}
#footer a.link_next {
    right: 30px;
    padding-left: 25px;
}
#footer a.link_back {
    left: 30px;
    padding-right: 25px;
}

#footer a.link_next.red {
    background: url(../images/next-red.png) left center no-repeat;
}
#footer a.link_next.green {
    background: url(../images/next-green.png) left center no-repeat;
}
#footer a.link_next.yellow {
    background: url(../images/next-yellow.png) left center no-repeat;
}
#footer a.link_next.villa.green {
    background: url(../images/next-villa.png) left center no-repeat;
}

#footer a.link_back.red {
    background: url(../images/prev-red.png) right center no-repeat;
}
#footer a.link_back.green {
    background: url(../images/prev-green.png) right center no-repeat;
}
#footer a.link_back.yellow {
    background: url(../images/prev-yellow.png) right center no-repeat;
}
#footer a.link_back.villa.green {
    background: url(../images/prev-villa.png) right center no-repeat;
}

#footer a.link_next span {
    display: block;
    padding: 4px 10px;
    font-size: 13pt;
    margin-top: 1px;
    line-height: 1;
    text-transform: uppercase;
    text-align: left;
}

#footer a.link_back span {
    display: block;
    padding: 1px 10px;
    font-size: 8pt;
    margin-top: 0px;
    line-height: 1;
    text-transform: uppercase;
    text-align: right;
}

#content.detail .text.center form#contactf {
    background: url(../images/contact.png);
    max-width: 1500px;
    color: #fff;
    padding: 30px;
    position: relative;
}

#content.detail .text.center form#contactf .span8 {
    position: relative;
}

#content.detail .text.center form#contactf label {
    display: block;
    padding: 0 0 3px 0;
}

#content.detail .text.center form#contactf label.required {
    color: #c69e55;
}

#content.detail .text.center form#contactf label.required.filled {
    color: #fff;
}

#content.detail .text.center form#contactf input[type="text"] {
    display: block;
    width: 90%;
    padding: 5px 2%;
    border: none;
    margin-bottom: 20px;
}

#content.detail .text.center form#contactf textarea {
    width: 99%;
    padding: 0;
    font-family: Arial, sans-serif;
    height: 100px;
}

#content.detail .text.center form#contactf .recaptchatable {
    background: #c69e55;
    border: none !important;
}

#content.detail .text.center form#contactf .recaptchatable input {
    margin-bottom: 0;
}

#content.detail .text.center form#contactf .recaptchatable .recaptcha_only_if_privacy a {
    font-size: 10px;
    color: #444;
}

#content.detail .text.center form#contactf .mandatory-hint {
    text-align: right;
    padding-right: 20px;
}

#content.detail .text.center form#contactf button {
    background: #fff;
    border: none;
    color: #000;
    display: inline-block;
    padding: 5px 15px;
    margin-right: 5px;
}

#content.detail .text.center form#contactf button[disabled=disabled] {
    background: #aaa;
    color: #444;
}


#content.detail .text.center form#contactf .cover {
    background: #c79e55;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 100px 50px;
    font-size: 14pt;
    z-index: 1000;
}

#content.detail .text.center form#contactf a {
    color: #fff;
    text-decoration: underline;
}

#content.detail.withoutsidebar .text.center {
    right: 50px;

}

#intro_video {
    position: absolute;
    z-index: 10000;
    background: #000;
}
#intro_video #intro_player {
    display: block;
    width: 100%;
}

#music {
    display: none;
}

#content.textpage .sidebar.left .wide {
    position: absolute;
}
#content.textpage .sidebar.left img {
    display: block;
    margin: 0 auto;
}
#content.textpage .text.center {
    padding-top: 85px;
    padding-left: 150px;
}
#content.textpage .text.center p {
    width: 45%;
    font-size: 17px;
}
@media (min-width: 1500px) {
    #content.textpage .text.center p {
        width: 40%;
        font-size: 20px;
        line-height: 160%;
    }
}

#fancybox-buttons ul {
    width: 130px !important;
}
#fancybox-buttons a.btnToggle {
    display: none !important;
}
#fancybox-thumbs ul {
    margin: 0 auto !important;
    position: static !important;
    left: auto !important;
}