@import url(//fonts.googleapis.com/css?family=Lora:400,700&subset=latin,latin-ext);

/*
Autor: Pham Vinh Phong;
Date: febuary 2014;
*/

/* Shortcut */
.abs        { position: absolute; }
.rel        { position: relative; }
.clr, .cleaner
            { clear: both; }
.right      { text-align: right; }
.left       { text-align: left; }
.center     { text-align: center; }
.rgt        { float: right !important; }
.lft        { float: left !important; }
.bl         { display: block; }
.in-bl, dt, dd, .inline li
            { display: inline-block; *display: inline; zoom: 1; }
.hide       { display: none; }
.h1px       { height: 1px; }
.h5px       { height: 5px; }
.h10px      { height: 10px; }
.h15px      { height: 15px; }
.h20px      { height: 20px; }

.nomr       { margin: 0!important;}

/** p killer **/
p:empty {
    display: none!important;
}

/* /Shortcut */

/** main style **/
strong {
    font-family: 'Lora', serif;
    font-weight: bold;
}
a {
    text-decoration: none;
    color: #a80532;
}
a:hover {
    color: #86744a;
    text-decoration: none;
}

p {
    padding-bottom: 20px;
    font: 400 1.4em/1.8 'Lora';
    color: #65553b;
}
p.big {font-size: 1.5em; }
i {font-style: italic;}
h2 {
    font: 400 1.8em/1 'Lora';
    padding: 0 0 15px;
}

input.fSubmit:active,
.btn:active {
    outline: none;
    position: relative;
    top: 1px;
}

.dots {
    display: block;
    width: 37px; height: 11px;
    margin: 0 auto;
    background: url(../img/spriters.png) -253px -49px no-repeat;
}

#bgSliderWrapp {
    position: fixed;
    /*min-width: 1920px;
    height: auto;*/
    top: 0;
    left: 0;
    z-index: -1;
}
    #bgSliderWrapp img {
        height: auto;
        position: absolute;
        display: none;
        width: 100%;
    }


.carousel {
    overflow: hidden;
}
    .carousel ul {
        width: 9999em;
        position: relative;
    }
    .carousel li {
        float: left;
    }

.stars {
    width: 55px; height: 12px;
    display: inline-block;
    background: url(../img/spriters.png) 0 0 no-repeat;
}

.btn {
    height: 32px;
    margin: 8px 4px 0 0;
    padding: 0 12px;
    border: 1px solid #fff;
    background: #fff;
    color: #a70532;
    font: bold 1.6em/32px 'Lora';
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    box-sizing: content-box; /* reset button default */
    -moz-box-sizing: content-box;
    text-transform: uppercase;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* border radius */
    -moz-box-shadow: 0 2px 6px rgba(135,116,75,.25); /* drop shadow */
    -webkit-box-shadow: 0 2px 6px rgba(135,116,75,.25); /* drop shadow */
    box-shadow: 0 2px 6px rgba(135,116,75,.25); /* drop shadow */
}
/** /main style **/

/** layout **/
html, body {
    height: 100%;
}

body {
    font-family: 'Lora', serif;
    font-size: 62.5%;
    color: #333;
    background: #fff url(../img/bg-no-hp.jpg) center 0px no-repeat;
}
body.hp {
    background: none!important;
}
body.noHp {
    height: auto;
}
body.opera {
    font-size: 50%;
}

.allWrapper {
    min-height: 100%;
    height: auto !important;
    background: url(../img/bg-body.jpg) center 1px no-repeat;
}
.hp .allWrapper {
    margin: 0 auto -30px;
    background: none;
    padding-bottom: 0;
}

header {
    overflow: hidden;
    min-width: 1000px;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    height: 420px;
    background: url(../img/bg-head.png) repeat-x center top;
    top: 0;
}
.hp .inner,
header .inner,
.content .inner,
footer .inner,
footer address .inner,
.navigationLine .inner,
.bigMap .inner,
.roomsNav nav {
    width: 1065px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}

.content {
    clear: both;
    min-height: 400px;
    background: #fff;
    margin:0 auto;
}
.roomsPage .content { background: none; }
.hp .content {
    min-height: 0;
}
footer {
    height: 190px;
        min-width: 1000px;
}
.hp footer, .hp .push {
    height: 30px;
    border: 0;
    background: #86744a;
}
.hp footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

footer {
    background: #f8f1e6 url(../img/bg-footer.png) top repeat-x;
}
    footer .inner.first {
        height: 156px;
        /*padding-top: 6px;*/
    }

    footer a { color: #a80532; text-decoration: underline; }
    footer a:hover { color: #65553b; text-decoration: underline; }

    .tripadvisor a {display: inline-block;}

.hp footer .inner.first { display: none; }

.tripadvisor {
    float: left;
    margin-top: 5px;
}

.tripadvisor span {
    float: right;
    margin-left: 8px;
    width: 110px;
    height: 17px;
    background: url('../img/tripadvisor.png');
}

.tripadvisor span:hover {
    background: url('../img/tripadvisor.png') 0 -19px;
}

.jCarousel {
    width: 100%;
    overflow: hidden;
}
    .jCarousel ul {
        width: 20000em;
        position: relative;
        overflow: hidden;
    }
        .jCarousel ul li {
            float: left;
        }
.rooms .navigation .prev-navigation.inactive,
.rooms .navigation .next-navigation.inactive
    { display: none; }

#bigBackground{
    position: fixed;
    top: 0; left: 50%;
}
/** /layout **/

/** Header **/
header #logo {
    position: absolute;
    top: 8px; left: -55px;
    z-index: 100;
}
    header #logo a {
        display: block;
    }
    header #logo a img {
        /*width: 100%;*/
    }
#designSuites header #logo {
    left: 358px;
}
#designSuites header #logo a {
    width: 180px; height: 57px;
}
header .language {
    position: absolute;
    width: 155px;
    top: 15px; right: 15px;
}
    header .language ul li {
        float: left;
        width: 30px;
        text-align: center;
        margin-bottom: 14px;
    }
        header .language li a {
            display: inline-block;
            width: 20px; height: 13px;
            background: url(../img/spriters.png) -58px -43px no-repeat;
            text-indent: -9999em;
        }
        header .language li a.active,
        header .language li a:hover {
            box-shadow: 0 0 3px 1px #858585;
        }
        header .language li a.es { background-position: -58px -179px; }
        header .language li a.ru { background-position: -58px -97px;  }
        header .language li a.fr { background-position: -58px -152px; }
        header .language li a.de { background-position: -58px -68px;  }
        header .language li a.en { background-position: -58px -123px; }

header nav {
    position: absolute;
    top: 60px;
    width: 100%; height: 31px;
    width: 1056px;
    left: 0;
    right: 0;
    margin: auto;
    /*overflow: hidden;
    border-top: 1px solid #dbbc8a;
    background: #FAF3EF; /* IE8 fallback
    background: rgba(255, 255, 255, 0.9);*/
}
    header nav ul li {
        display: inline-block;
        padding: 0 12px;
        letter-spacing: .5px;
        position: relative;
    }
    header nav ul:first-child li:first-child {
        padding-left: 0;
    }
        header nav ul li a {
            color: #000;
            font: 400 1.5em/31px 'Lora';
            text-decoration: none;
            letter-spacing: 1px;
        }
        header nav ul li.active a,
        header nav ul li a:hover {
            color: #86744a;
            padding-bottom: 1px;
            border-bottom: 1px solid #86744a;
        }
        header nav ul li a:active {
            position: relative;
            top: 1px;
        }
        header nav ul li ul {
            display: none;
            position: absolute;
            top: 31px;
            left: 11px;
            padding: 15px 0 4px 0;
            background: url('../img/submenuTop.gif') no-repeat;
            z-index: 200;
        }
        header nav ul li ul li {
            float: none;
            margin: 0;
            width: 150px;
            padding: 12px 18px!important;
            background: url('../img/submenu.gif')  left bottom no-repeat;
            text-align: left;
        }
        header nav ul li ul li a {
            line-height: 1.2;
        }
        header nav ul li ul li:last-child { background: url('../img/submenuLast.png') center bottom no-repeat; border-radius: 0 0 10px 10px; }
        header nav ul li:hover ul {display: block;}
/** /Header **/

/** Booking box **/
#bookingBox {
    width: 280px; height: 268px;
    position: absolute;
    top: 137px; right: 10px;
    background: url(../img/booking-box.png) center no-repeat;
    z-index: 151;
    text-transform: uppercase;
}
.hp #bookingBox {
    top: 140px;
}
    #bookingBox legend {
        color: #86744a;
        display: block;
        font: bold 1.5em/1 'Lora';
        margin-bottom: 40px;
        padding: 20px 0 15px;
        text-align: center;
        width: 100%;
    }
    #bookingBox label {
        display: inline-block;
        width: auto; height: 15px;
        margin: 3px 5px 8px 0;
        font: 400 1.1em/1 'Lora';
        vertical-align: top;
        white-space: nowrap;
    }
    #bookingBox .promo label {
        padding-top: 2px;
    }
    #bookingBox label.strong {
        font: 700 1.3em/1 'Lora';
    }
    #bookingBox .fText {
        width: 93px; height: 16px;
        font: 400 1.3em/1 'Lora';
        padding: 0 0 1px 5px;
        border: 1px solid #86744a;
        vertical-align: top;
        margin-bottom: 10px;
        cursor: pointer;
    }
    #bookingBox .fText.date-picker {
        background: url(../img/spriters.png) -39px -195px no-repeat;
        font-size: 12px;
    }
    #bookingBox .promo label {
        width: 85px;
    }
    #bookingBox .promo .fText {
        width: 53px;
    }
    #bookingBox .fSubmit {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: 0 none;
        color: #a80532;
        cursor: pointer;
        font: bold 1.5em/30px 'Lora';
        outline: medium none;
        text-transform: uppercase;
    }
    #bookingBox .fSubmit:hover {
        color: #5E352F;
    }
    #bookingBox a:hover {
        color: #5E352F;
        text-decoration: none
    }

/** /Booking box **/

/** Footer **/
footer .inner div {
    display: inline-block;
    float: left;
}
    footer .data address {
        padding-left: 20px;
        font: normal 400 1.3em/25px 'Lora';
        color: #65553b;
    }
    footer address {
        padding-left: 20px;
        font: normal 400 1.3em/25px 'Lora';
        color: #fff;
    }
    .hp footer address {
        font: 400 1.1em/30px 'Lora';
    }
    footer address h3 {
        font: normal 700 1.3em/1 'Lora';
        padding: 15px 0 5px;
        color: #b87200;
    }
    footer address h3 span { color: #000; }

    footer .data {
        padding: 15px 0 0 35px;
    }
        footer .data h4 {
            font: 700 1.2em/1 'Lora';
            padding-bottom: 5px;
        }
        footer .data p {
            font: 400 1.4em/1 'Lora';
            padding-bottom: 15px;
        }
    footer .data.second {
        padding-left: 55px;
        width: 155px;
    }


/** /Footer **/

.hp h1 {
    display: inline-block;
    padding: 9px 36px 9px 12px;
    font: 400 1.4em/1 'Lora';
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    background: #c36254;
    background: rgba(168, 5, 50, 0.9);
    position: relative;
    cursor: pointer;
}
.hp h1:after {
    content: '';
    display: block;
    width: 20px; height: 15px;
    position: absolute;
    top: 8px; right: 5px;
    background: url(../img/spriters.png) 0 -230px no-repeat;
}
.hp .specialPositionBox {
    position: fixed;
    bottom: 45px;
    z-index: 150;
    margin: 0 auto 0 75px;
    /* width: 100%; */
}
.hp .single.specialPositionBox { margin-left: 185px; }
.hp .specialPositionBox article {
    width: 570px;
}
    .hp .specialPositionBox article .txt {
        background: #000;
        background: rgba(0, 0, 0, .8);
        padding: 20px 12px 12px;
        color: #fff;
        height: 100px;
        max-height: calc(100vh - 350px);
        overflow: hidden;
        position: relative;
    }
    .hp .specialPositionBox article .txt.shown {
        overflow: auto;
        height: auto;
    }
    .hp .specialPositionBox article .txt p {
        color: #fff;
        padding-bottom: 15px;
    }
    .hp .specialPositionBox article .txt .more {
        position: absolute;
        right: 10px;
        top: 100px;
        color: #b11d46;
        border: none;
        font: 400 1.4em/1.8 "Lora";
        cursor: pointer;
        text-decoration: underline;
        background: none;
    }

.hp .leftColumn {
    width: 855px; height: 130px;
    background: #fff;
    background: rgba(255,255,255,.9);
}
.hp .single .leftColumn { width: 570px; }
.hp .leftColumn .box {
    width: 285px;
    float: left;
    border-width: 1px 1px 1px 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.carousel-hp {
    width: 570px;
    float: left;
}
.single .carousel-hp { width: 285px; }

/** Navigation line **/
.navigationLine {
    position: absolute;
    top: 435px; width: 100%;
    z-index: 101;
    height: 48px;
    line-height: 48px;
    color: #66563c;
    /*background: #f1e3cc url(../img/bg-h1.jpg) center top no-repeat;*/
}

.reservationPage .navigationLine {
    z-index: 0;
}
    .navigationLine h1 {
        display: inline-block;
        float: left;
        font: 400 2.1em/48px 'Lora';
        position: relative;
        color: #86744a;
    }
    /*.navigationLine h1:before {
        content: '';
        display: block;
        width: 25px; height: 15px;
        position: absolute;
        left: -35px; top: 25px;
        background: url(../img/spriters.png) -3px -46px no-repeat;
    }*/
    .navigationLine .breadcrumbs {
        display: inline-block;
        float: right;
        font: 400 1.3em/48px 'Lora';
        color: #333;
        margin-right: 25px;
    }
    .navigationLine .breadcrumbs span,
    .navigationLine .breadcrumbs a {
        color: #66563c;
        padding-right: 5px;
    }
    .navigationLine .breadcrumbs a:hover {
        text-decoration: underline;
    }
    .navigationLine .breadcrumbs span i {
        display: inline-block;
        width: 1px; height: 16px;
        background: #333;
        vertical-align: middle;
        margin-top: -1px;
    }

/** /Navigation line **/

/** Main content **/
.content .mainContent {
    margin: 425px 0 0 0;
    padding-top: 75px;
    width: 600px;
}
.roomsPage .content .mainContent {
    margin-top: 490px;
    padding-top: 30px;
}
.content .mainContent.gallery article:first-child  {
    float: left;
}
    .content .mainContent.gallery aside .title {
        font-size: 2.1em;
        /*font-style: italic;*/
        padding-bottom: 15px;
        color: #66563c;
    }
    .content .mainContent.gallery aside .stars {
        margin: 0 5px 0 0;
    }
    .content .mainContent.gallery aside li {
        font-size: 1.8em;
        line-height: 1.3;
        color: #c36254;
        position: relative;
        padding: 5px 0 5px 15px;
    }
        .content .mainContent.gallery aside li a { color: #c36254; }
        .content .mainContent.gallery aside li:after {
            content: '';
            display: block;
            width: 6px; height: 6px;
            position: absolute;
            left: 0; top: 15px;
            background: #f1e3cc;
        }
.content .leftColumn.rooms,
.content .leftColumn.gallery {
    position: absolute;
    top: 100px; right: 0;
}
.content .mainContent article.lft {
    width: 645px;
    margin-right: 40px;
    padding-bottom: 30px;
}
.content .mainContent.contact article.lft {
    width: 583px;
    margin-right: 120px;
}


/** Contact **/
.contact .hr-long {
    margin-left: -25px;
}
    .contact .form .inline div {
        float: left;
        margin-left: 46px;
    }
    .contact .form .inline div:first-child {
        margin-left: 0;
    }
    .rooms article .titleH2,
    .contact .form legend {
        text-align: center;
        font: italic 400 2.6em/1 'Lora';
        width: 85%;
        display: block;
        padding: 50px 0 10px;
        color: #66563c;
    }
    .rooms article .titleH2 {
        font-style: normal;
    }
    .pad0 {padding: 0px 0 10px !important}
    .rooms.gallery article .titleH2 { width: 500px; }

    .hr-border {
        border-top: 1px solid #d3d2d2;
        width: 100%;
        margin-bottom: 17px;
    }
    .hr {
        width: 468px; height: 22px;
        margin: 0 auto;
        background: url(../img/spriters-line.png) center -45px no-repeat;

        display: none;
    }
    .hr-small {
        width: 434px; height: 10px;
        margin: 0 auto;
        background: url(../img/spriters-line.png) center -104px no-repeat;
    }
    .hr-long {
        width: 642px; height: 21px;
        margin: 0 auto;
        background: url(../img/spriters-line.png) 0 0 no-repeat;
    }
    .hr-long.revert {
        background-position: center -133px;
    }
    .rooms.gallery .connected-carousels + .hr-small {
        margin: 0 0 25px 19px;
    }
    .contact .form label {
        font-size: 1.6em;
        line-height: 2;
    }
    .contact .form input[type="text"] {
        width: 150px; height: 28px;
        line-height: 28px;
        padding: 0 5px;
        border: 1px solid #dcddde;
        font-family: 'Lora';
    }
    .contact .form textarea {
        width: 570px;
        max-width: 570px;
        max-height: 185px;
        padding: 5px;
        border: 1px solid #dcddde;
        font-family: 'Lora';
    }
    .contact .form button {
        margin: 20px 0;
    }
    .contact .hr-border {
        margin-top: 15px;
    }
    .contact .content table td {
        font-size: 1.6em;
        padding: 7px 0;
        letter-spacing: 1px;
    }
    .contact .content .underMap td {
        font-size: 1em;
        padding: 0;
    }
    .contact .content .underMap td.bold {
        font-weight: 700;
        padding-right: 5px;
    }
    .contact .content table td i {
        font-size: .824em;
        color: #c68a4d;
    }
    .contact .grey {
        font-size: 1.6em;
        color: #c68a4d;
        letter-spacing: 1px;
    }
    .contact .contactPerson {
        line-height: 30px;
        width: 100%;
    }
    .mapTitle {
        font-size: 1.8em;
        font-style: italic;
        padding: 50px 0 0;
        text-align: center;
        color: #333;
    }
    .mapTitle a { color: #333; }
    .mapTitle a.active { color: #bb780b; }
    .contact .mapTitle {
        font-size: 1.8em;
        font-style: italic;
        padding: 50px 0 0;
        text-align: center;
    }
    .map {
        position: relative;
        height: 250px; width: 100%;
    }
    #map-budejovice.map { display: none; }
    .map iframe {
        position: absolute;
        left: 0; top: 0;
        width: 100%; height: 100%;
    }
    .content .inner.underMap {
        padding-bottom: 0px;
        height: 35px;
        overflow: hidden;
    }
    .underMap div:first-child {
        font: italic 1.7em/1.5 'Lora';
        padding: 50px 100px 0 0;
    }
    .underMap div:first-child + div {
        font: 1.4em/1.7 'Lora';
        padding-top: 25px;
    }
    .underMap div:first-child + div strong {
        display: inline-block;
        width: 160px;
    }

form .fError {
    border: 1px solid #f93 !important;
    box-shadow: 0 0 5px 1px rgba(255, 153, 51, 0.49);
}
    .content .inner .contact aside {
        width: 250px;
        margin-top: 30px;
    }
        .contact aside address {
            text-align: left;
            background: none;
        }
        .content .inner aside.small .dots,
        .contact aside address .dots {
            margin: 15px 0 0;
        }
            .content .inner aside.small h2,
            .contact aside address h2 {
                font: 400 1.250em/1 'exo2regular', sans-serif;
                color: #000;
            }
            .contact aside address p,
            .contact aside address dt,
            .contact aside address dd {
                font: normal 400 .75em/35px 'exo2regular', sans-serif;
                color: #333;
            }
            .contact aside dt {
                width: 70px;
            }

            .contact aside address h3 {
                font: 400 1em/35px 'exo2regular', sans-serif;
                padding-top: 5px;
            }
            .contact aside address h3 + dl dt {
                width: 120px;
            }
/** /Contact **/

/** Big google map **/
.bigMap {
    padding: 20px 0 0;
    background: #fff;
    margin-bottom: -40px;
}
.bigMap h2 {
    font: 200 1.688em/1 'exo2regular', sans-serif;
    padding: 5px 0 10px;

}
/** /Big google map **/

/** Rooms + Gallery **/
body.roomsPage .allWrapper { background-position: center 426px; }
.roomsNav {
    height: 80px; width: 100%;
    position: relative;
    top: 495px;
    /*background: #f8f1e6;*/
    z-index: 101;
}
    .roomsNav .item {
        /*display: inline-block;*/
        width: 170px;
        color: #999;
        vertical-align: top;
        /*position: relative;*/
        float: left;
        margin-right: 30px;
        margin-top: -2px;
    }
    .roomsNav .item:first-child {
        margin-left: 20px;
    }
    .roomsNav .item:last-child {
        margin-right: 0px;
    }
    .opera .roomsNav .item {
        width: 270px;
    }
    .roomsNav .item div {
        cursor: pointer;
        /*position: absolute;*/
        top: 0; left: 0;
        text-align: center;
    }
        .roomsNav img {
            border: 8px solid #726045;
            height: 70px;
            width: 105px;
        }
        .roomsNav .item .titleRoomNav {
            display: block;
            padding-top: 22px;
            font: 400 1.5em/1 'Lora';
            text-transform: uppercase;
            position: static;
            margin-top: -4px;
        }
        .item.active {
            margin-top: 0;
        }
        .roomsNav .item .border {
            display: block;
            position: static;
        }
        .roomsNav .item.active .border {
            display: block;
            position: relative;
            top: -10px;
            margin-left: 10px;
            padding: 8px;
            background: #fff;
            width: 128px !important;
            opacity: .9; /* layer alpha */
            -moz-box-shadow: 0 2px 6px rgba(135,116,75,.25); /* drop shadow */
            -webkit-box-shadow: 0 2px 6px rgba(135,116,75,.25); /* drop shadow */
            box-shadow: 0 2px 6px rgba(135,116,75,.25); /* drop shadow */

        }
        .roomsNav .item.active img {
            width: 128px;
            height: 83px;
            border: 1px solid #f1e3cc;
        }
        .roomsNav .item.active .titleRoomNav {
            color: #86744a;
            padding-top: 2px;
            margin-top: 0;
            font-weight: bold;
        }

.rooms .item {
    float: left;
    width: 690px;
}
.rooms article .titleH2 + .hr         { margin-left: 33px; }
.rooms.gallery article .titleH2 + .hr { margin-left: 0; }

.rooms .connected-carousels {
    /*width: 515px;*/
    margin: 18px 0 30px 30px;
}
.rooms.gallery .connected-carousels {
    width: 412px;
    margin: 18px 0 20px 30px;
}
.rooms.gallery .stage {
    border-bottom: 1px solid #dfdfdf;
}
.rooms .carousel-stage {
    width: 510px; height: 340px;
}
    .content .rooms article .carousel-stage li {
        width: 510px; height: 340px;
        padding: 0;
        overflow: hidden;
        padding-right: 14px;
    }

.rooms .connected-carousels .navigation {
    height: 343px;
    position: absolute;
    right: 10px;
    top: -1px;
}
.rooms.gallery .connected-carousels .navigation {
    position: static;
    width: 380px; height: 75px;
}
    .rooms .carousel-navigation {
        width: 120px; height: 252px;
        overflow: hidden;
        margin-top: 45px;
    }
    .rooms.gallery .carousel-navigation {
        width: 380px; height: 75px;
        margin: 20px 0 0 16px;
    }
        .rooms .carousel-navigation ul {
            height: 9999em; width: 120px;
        }
        .rooms.gallery .carousel-navigation ul {
            width: 9999em; height: 75px;
        }
        .content .rooms article .carousel-navigation li {
            width: 120px; height: 80px;
            padding: 0 0 11px;
            overflow: hidden;
            float: none;
        }
        .content .rooms.gallery article .carousel-navigation li {
            float: left;
            margin-right: 20px;
        }
        .rooms .carousel-navigation li .border {
            height: 80px;
            width: 120px;
            overflow: hidden;
            cursor: pointer;
        }
        .rooms .carousel-navigation li img {
            max-width: 120px;
        }
    .rooms .navigation .prev-navigation {
        background: url('../img/arrowUp.png') no-repeat top center;
    }
    .rooms .navigation .next-navigation {
        background: url('../img/arrowDown.png') no-repeat top center;
    }
    .rooms .navigation .prev-navigation:hover {
        background: url('../img/arrowUpHover.png') no-repeat top center;
    }
    .rooms .navigation .next-navigation:hover {
        background: url('../img/arrowDownHover.png') no-repeat top center;
    }
    .rooms .navigation .prev-navigation,
    .rooms .navigation .next-navigation {
        display: block;
        width: 59px; height: 25px;
        position: absolute;
        left: 32px;
        z-index: 100;
    }


    .rooms .navigation .prev-navigation { top: 0px; }
    .rooms .navigation .next-navigation {
        bottom: 0px;
    }
    .rooms.gallery .navigation .prev-navigation {
        top: 390px; left: -50px;
    }
    .rooms.gallery .navigation .next-navigation {
        top: 390px; left: 410px;
    }
    .rooms.gallery .navigation .prev-navigation,
    .rooms.gallery .navigation .next-navigation {
        width: 59px; height: 25px;
        transform:rotate(270deg);
        -ms-transform:rotate(270deg);
        -webkit-transform:rotate(270deg);
    }

.rooms .roomsImage img {
    max-width: 510px;
    height: auto;
    border: 1px solid #f1e3cc;
}

.rooms.gallery.mainContent .txt,
.rooms.mainContent .item .txt {
    float: left;
    width: 413px;
    margin: 0 0 30px 30px;
    font-style: italic;
    color: #66563c;
}
.rooms.gallery.mainContent .txt {
    width: 375px;
    margin-left: 50px;
}
.content .inner .rooms.mainContent .item .txt p {
    /*font-style: italic;*/
    font-size: 1.3em;
}
.content .inner .rooms.gallery.mainContent .txt p {
    font-style: normal;
    font-size: 1.3em;
}
.content .inner .rooms.gallery.mainContent .txt h3 {
    font: normal 400 1.8em/1 'Lora';
    padding-bottom: 20px;
}
.rooms .rateFrom {
    width: 610px; height: 50px;
    line-height: 45px;
    margin: 10px 0 15px 30px;
    background: #f8f1e6 url('../img/bg-superior-room.png') no-repeat;
    padding: 0 15px 0 35px;
    position: relative
}
    .centered {
        width: 406px;
        text-align: center;
    }
    .rooms .rateFrom * {
        display: inline-block;
    }
    .rooms .rateFrom h3 {
        /*float: left !important;*/
        color: #fff;
        font-size: 1.7em;
        font-weight: 400;
        letter-spacing: 2px;
        /*margin-left: 60px;*/
        margin-top: 3px;
        padding-right: 10px;
        text-transform: uppercase;
    }
    .rooms .rateFrom h4 {
        /*float: left !important;*/
        font-size: 2.4em;
        font-weight: 400;
        color: #fff;
        margin-top: 2px;
    }
    .rooms .rateFrom .btn {
        position: absolute;
        right: 10px
    }

.rooms .item aside {
    float: left;
    width: 130px;
    margin-left: 20px;
    padding-bottom: 50px;
}
    .rooms .item aside .title {
        font: 400 1.6em/1 'Lora';
        padding-bottom: 10px;
    }

.rooms .item aside ul li {
    font: italic 400 1.2em/25px 'Lora';
    padding-left: 15px;
    position: relative;
}
.rooms .item aside ul li:before {
    content: '';
    display: block;
    width: 6px; height: 6px;
    position: absolute;
    left: 0; top: 10px;
    background: #f1e3cc;
}
.rooms .item aside .bottom { margin-left: 18px; }
.rooms .item aside .bottom .stars { margin: 5px 0 10px; }

.rooms .item aside .bottom a {
    display: block;
    font: italic 400 1.2em/1 'Lora';
    color: #c36254;
}

.rooms .leftColumn { margin-top: 35px; }
.leftColumn {
    float: right;
    padding-bottom: 30px;
}
.roomsPage .leftColumn {
    margin-right: 60px;
    margin-top: 86px;
    -moz-box-shadow: 0 2px 6px rgba(135,116,75,.25); /* drop shadow */
    -webkit-box-shadow: 0 2px 6px rgba(135,116,75,.25); /* drop shadow */
    box-shadow: 0 2px 6px rgba(135,116,75,.25); /* drop shadow */
    background: #fff;
}

.noHp .leftColumn {
    -moz-box-shadow: 0 2px 6px rgba(135,116,75,.25); /* drop shadow */
    -webkit-box-shadow: 0 2px 6px rgba(135,116,75,.25); /* drop shadow */
    box-shadow: 0 2px 6px rgba(135,116,75,.25); /* drop shadow */
}

.hp .leftColumn {
    position: static;
    padding-bottom: 0;
}
.leftColumn .box {
    /*border: 1px solid #999;
    border-width: 0 1px 1px;*/
    padding: 2px 0;
}
.leftColumn .box:first-child { border-width: 1px }
    .leftColumn .box .boxInner {
        height: 106px;
        /*border: 1px solid #dedede;*/
        border-width: 1px 0;
        padding: 8px 22px 8px 11px;
        position: relative;
    }
    .leftColumn .box .boxInner:before,
    .leftColumn .box .boxInner:after {
        content: '';
        width: 0; height: 127px;
        position: absolute;
        top: -3px;
    }
    .leftColumn .box .boxInner:before { left: 2px; }
    .leftColumn .box .boxInner:after  { right: 2px;    }

    /*.leftColumn .boxInner img { border: 3px solid #9E7718; }*/
    .leftColumn .boxInner.discount img { border-color:#726045; }
    .leftColumn .boxInner.social img { border: none; }
    .leftColumn .boxInner .txt {
        margin-left: 120px;
        width: 130px;
    }
        .leftColumn .boxInner .txt h3 {
            font: 400 1.8em 'Lora';
            color: #c36254;
            padding-bottom: 8px;
            border-bottom: 1px solid #726045;
        }
        .leftColumn .boxInner .txt p {
            font: italic 400 1.4em/1.15 'Lora';
            color: #66563c;
            padding-top: 8px;
        }
    .leftColumn .social .txt .icons a {
        display: inline-block;
        width: 20px; height: 20px;
        margin: 12px 0 0 15px;
        background: url(../img/spriters.png) -216px -44px no-repeat;
    }


    .leftColumn .social .icons a:hover             { background-position: -216px -64px; }
    .leftColumn .social .icons a:first-child     { margin-left: 20px; }
    .leftColumn .social .icons a.fb             { background-position: -190px -44px; }
    .leftColumn .social .icons a.fb:hover         { background-position: -190px -64px; }
    .leftColumn .social .icons a.twitter         { background-position: -241px -44px; }
    .leftColumn .social .icons a.twitter:hover     { background-position: -241px -64px; }
    .leftColumn .social .tripadvisor {
        margin: 10px 0 0 25px;
        font: italic 400 1.4em/1 'Lora';
        color: #66563c;
    }
    .leftColumn .social .tripadvisor .img {
        display: inline-block;
        width: 110px; height: 20px;
        margin-top: 10px;
        background: url(../img/spriters.png) -196px -95px no-repeat;
    }
    .leftColumn .social .wifi {
        width: 145px;
        padding-top: 7px;
    }
    .leftColumn .social .wifi .img {
        display: inline-block;
        width: 64px; height: 50px;
        margin-top: 5px;
        background: url(../img/spriters.png) -213px -125px no-repeat;
    }
/** /Rooms **/

p.error {
    position: absolute;
}

/** site map **/
.mapSite {
    padding-bottom: 30px;
}

.mapSite .title {
    font-size: 2em;
    padding-bottom: 20px;
    display: none;
}
.mapSite li a {
    font-size: 1.5em;
    line-height: 2;
}


.mapSite ul ul  {
    padding: 0 0 20px 50px;
}

/** WSW **/
.wsw h2 {
    width: auto!important;
    text-align: left!important;
}
.wsw ul { padding-bottom: 15px; }
.wsw ul li {
    font: 700 1.4em/1.5 'Lora';
    position: relative;
    padding: 5px  0 5px 17px;
}
.wsw li:before {
    content: '';
    width: 8px; height: 8px;
    position: absolute;
    left: 0; top: 12px;
    background: #b87200;
}
.wsw h4 {
    font-size: 1.8em;
    padding-bottom: 10px;
}
.wsw table {
    margin-top: 10px;
}
.wsw table td {
    font-size: 1.3em;
    border: 1px solid #eaeaea;
    padding: 3px 7px;
}
.wsw .caption {
    font-size: 1.6em;
    line-height: 20px;
}

@media all and (max-width: 1230px) {
    .wsw table {
        max-width: 100%;
        width: auto !important;
    }
}

footer .inner .nlcopyrights {
    position: absolute;
    z-index: 9;
    right: -78px; top: -40px;
    display: none;
    width: auto;
    padding: 5px 10px;
    background: #333;
    background: rgba(51, 51, 51, 0.8);;
    color: #fff;
    white-space: nowrap;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
}

.offerImg {
    max-height: 100px;
    max-width: 100px
}

#booking_frame {
    position: relative;
    left: 155px;
    margin: 15px 0 45px;
}

.gallery-nav {
    position: absolute;
    top: 80px;
    left: 496px;
    width: 285px;
}

@media all and (max-width: 1230px) {
    .gallery-nav {
        left: 446px;
        width: 249px;
    }
}


.contactPerson {
    display: inline-block;
    font-size: 1.6em;
    letter-spacing: 1px;
}

    .contactPerson > div {
        float: left;
        width: 50%;
    }

    .contactPerson > div > div:last-child {
        float: left;
        margin-top: 20px;
    }

    .contactPerson > div > .person > span {
        float: left;
        width: 100%;
    }

    .contactPerson > div > .person > span + span {
        color: #857349; /* text color */
        font-size: 12px;
        font-style: italic;
    }

    .contactPerson > div > .person > span + span + span { font-size: 14px; font-style: normal; }

#content .inner {
    left: -5px;
}

.navigationLine .inner {
    left: -5px;
}

#mainMenu {
      -webkit-animation-property: all;
      -webkit-transition-duration: 1s;
      -moz-animation-property: all;
      -moz-transition-duration: 1s;
}

#mainMenu .inner {
    width: 968px;
}

footer .bottom {
    height: 30px;
    font: 400 1.1em/30px 'Lora', sans-serif;
    color: white;
}

#footer .bottom {
    background: #86744a
}

#map-cz .overlay {
  background:transparent;
  position:absolute;
  width:100%;
  height:250px;
  top:250px;
  margin-top:-250px;
  z-index: 1111111
}

.reservationPage .navigationLine .inner {
    top: -200px;
}

.reservationPage .allWrapper {
    margin-top: -200px;
}
.reservationPage header {
    height: 225px !important
}

#mainMenu .inner {
    float: right;
    padding-right: 0;
}

@media all and (max-width: 1230px) {
    .roomsNav .item:first-child {
        margin-right: 0;
    }
    header #logo {
        position: absolute;
        left: -5px;
        z-index: 100;
    }

    header #logo a {
        display: block;
    }

    #mainMenu .inner {
        right: 0;
        left: auto;
        text-align: right;
    }

    .hp .inner,
    header .inner,
    .content .inner,
    footer .inner,
    footer address .inner,
    .navigationLine .inner,
    .bigMap .inner,
    .roomsNav nav {
        width: 975px;
    }

    header nav {
        top: 50px;
        width: 963px;
    }

    header nav ul li {
        padding: 0 5px;
    }

    header nav ul li a {
        font-size: 1.3em !important;
    }

    #mainMenu {
        text-align: left;
    }


    #mainMenu .inner {

    }

    .roomsPage .leftColumn {
        margin-right: -10px;
        margin-top: 95px;
    }

    .content .mainContent.contact article.lft {
        margin-right: 0;
    }


}

@media all and (max-width: 1065px) {
    #mainMenu .inner {

    }

    header nav ul li a {
        font-size: 1.5em !important;
    }
}


@media all and (max-width: 1150px) {
    header nav ul li {
        padding: 0 3px;
    }

    header nav ul li a {
        font-size: 1.4em !important;
        letter-spacing: 0;
    }
}

@media all and (max-width: 1030px) {
    header #logo {
        left: 10px;
    }
}



@media all and (max-width: 1150px) {


    #footer {
        overflow: hidden;
    }

    footer .inner.first img + img {
        display: none;
    }

    .roomsNav .item {
        margin-right: 20px;
    }



    .lft.wsw > table {
        width: 100% !important;
    }

    .content .mainContent.contact article.lft {
        margin-right: 0px;
        width: 630px;
    }
}

.menuCarousel {
    position: absolute;
    left: 0;
    top: 315px;
    width: 100%;
    height: 110px;
    background: red;
    background: url('../img/carouselbg.png') no-repeat left center;
    z-index: 1;
}

.menuCarousel .leftarrow, .menuCarousel .rightarrow {
    display: inline-block;
    line-height: 110px;
    width: 12px;
    height: 24px;
    background: url('../img/carousel_leftarrow.png') no-repeat 0 0;
    position: absolute;
    left: 0;
    top: 50px;
    cursor: pointer;
}

.menuCarousel .rightarrow {
    left: auto;
    right: 420px;
    background: url('../img/carousel_rightarrow.png') no-repeat 0 0;
}

.menuCarousel .inner {
    width: 1065px;
    margin: -7px auto 0;
    position: relative;
}

.menuCarousel .carousel {
    position: relative;
    width: 580px;
    height: 110px;
    margin-left: 45px;
    /*background-color: red;*/
    overflow: hidden;
}

.menuCarousel .carousel li {
    float: left;
    width: 580px;
}

.carouselAbsolute {
    width: 580px;
    position: absolute;
    top: 0;
    left: 0;
    height: 110px;
}

.carouselInfo {
    height: 110px;
    width: 48%;
    float: left;
    overflow: hidden;
}

.carouselHeading {
    font-size: 18px;
    color: #a80532;
    margin-top: 30px;
    display: inline-block;
    height: 34px;
    overflow: hidden;
    margin-bottom: 0px;
    padding-right: 3px;
    background: url('../img/carouselborder.png') no-repeat left bottom;
    text-decoration: none;
}

.carouselHeading span {font-size: 14px;}

.carouselComment {
    color: #333333;
    font-size: 14px;
    margin-left: 3px;
    display: block;
    clear: both;
}

.HPBanner {
    position: fixed;
    top: 30%;
    left: 0;
    max-width: 450px;
    min-width: 200px;
    padding: 10px 45px 10px 30px;
    z-index: 10;
    background: rgba(0,0,0,.8);
    color: #fff;
}

@media (max-height: 680px) {
    .HPBanner {
        top: auto;
        bottom: 370px;
    }
}

.HPBanner h2 {
    font-size: 2em;
}

.HPBanner p,
.HPBanner a {
    color: #fff;
    padding-bottom: 0;
}

.HPBanner .toggle {
    background: url('../img/arrowUp.png') no-repeat top center;
    height: 25px;
    width: 59px;
    position: absolute;
    right: 35px;
    top: 50%;
    margin-top: -30px;
    transform: rotateZ(270deg);
    transform-origin: right top;
    border: none;
    border-radius: 0;
    cursor: pointer;
}

.HPBanner .toggle:hover {
    background-image: url('../img/arrowUpHover.png');
}

.HPBanner.closed .toggle {
    background-image: url('../img/arrowDown.png');
}
.HPBanner.closed .toggle:hover {
    background-image: url('../img/arrowDownHover.png');
}