/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    font-family: Georgia, sans-serif;
    font-style: italic;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: top;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

a{
    color:#222;
}
a:hover{
    color:#888;
}

footer nav a, .pane h1, .social h3, .pane-control, #page_body h1, #page_body h2, #page_body h3, .room_row .price span , .book_table span, .supplement_row .supplement .price span,#supplements_total span, #booking_total span, #bookingsummary .supplements p span{
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-style: normal;
    font-weight: normal;
}
footer .submenu .list a span {
    font-family: Georgia, sans-serif;
    font-style: italic;
}
.wrapper
{
    margin:auto;
    width:76.6%;
    position:relative;
}
header{
    position:absolute;
    width:100%;
    top:0px;
    left:0px;
    z-index:8888;
}
header .top{
    height:49px;
    background: #262626; /* Old browsers */
    background: -moz-linear-gradient(top,  #262626 0%, #010101 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#262626), color-stop(100%,#010101)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #262626 0%,#010101 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #262626 0%,#010101 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #262626 0%,#010101 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #262626 0%,#010101 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#010101',GradientType=0 ); /* IE6-9 */
}

.logo-wrapper{
    position:absolute;
    zoom:1;
    top:0px;
    left:2%;
    width:34%;
    max-width:203px;
    -webkit-box-shadow:  3px 3px 5px 0px rgba(0, 0, 0, 0.4);
            box-shadow:  3px 3px 5px 0px rgba(0, 0, 0, 0.4);
}
header .logo-wrapper a.logo{
    background-color:#111;
    display:block;
}
header .logo-wrapper img{max-width:100%;}
header .special-offers{
    background-color:#c4bcb7;
    display:block;
    text-align:center;
    text-decoration:none;
    font-size:0.8em;
    color:#fff;
    line-height:22px;
}
header .special-offers:after{
    display:none;
    content:"";
    position:absolute;
    border-top:4px #c4bcb7 solid;
    border-left:4px transparent solid;
    border-right:4px transparent solid;
    bottom:-4px;
    margin-left:-2px;
    left:50%;
    width:0px;
    height:0px;
}
header .special-offers ul{
    display:none;
    margin:0px;
    padding:0px;
    list-style:none;
}
header .special-offers ul li{
    margin:0px;
    padding:0px;
    list-style:none;
    border-top:1px #CCC dashed;
}
header .special-offers ul li a{
    background-color:#f1f1f1;
    line-height:28px;
    display:block;
}
header .special-offers:hover ul{
    display:block;
}
header .top_nav{
    float:right;
}
header .top_nav a{
    display:block;
    float:left;
    font-size:0.8em;
    line-height:49px;
    margin-left:15px;
    color:#FFFFFF;
    cursor:pointer;
    text-decoration:none;
}
header .top_nav a:after{
    content:"";
    display:block;
    float:right;
    border-right:1px #FFF dotted;
    width:15px;
    margin-top:20px;
    height:9px;
}
header .top_nav a.share{
    background-image:url(../images/share.png);
    background-repeat:no-repeat;
    background-position:0px 50%;
    padding-left:20px;
}
header .languages
{
    width:48px;
    float:left;
}
header .languages .current{
    display:block;
    line-height:49px;
    text-align:center;
    color:#FFF;
    font-size:0.8em;
    cursor:pointer;
}
header .languages a{
    display:none;
    margin:0px;
    text-align:center;
    background-color:#111;
    border-top:1px #333 dashed;
    line-height:28px;
    float:none;
}
header .languages:hover .current{
    background-color:#222;
}
header .languages:hover a{
    display:block;
}
header .languages a.active{display:none;}
header .top_nav .languages:after,
header .languages a:after{
    display:none;
}
.errorpage{
    width:76.6%;
}   
.big_title{
    padding-left:280px;
    line-height:50px;
    padding-top:38px;
    font-size:2.4em;
    display:block;
    text-shadow: -1px 2px 7px #FFFFFF;
    filter: dropshadow(color=#FFFFFF, offx=-1, offy=2);
}
.big_container{
    position:absolute;
    bottom:0px;
    width:100%;
    background-color:#FFF;
    background-color:rgba(255,255,255,0.9);
    padding:1% 14%;
    -webkit-box-shadow: 0px -2px 28px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px -2px 28px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}

.book_form{
    float:right;
    position:relative;
}

header .audio{
    float:right;
    position:relative;
    padding:9px;
}

header .audio .trigger{
    display: block;
    border:0px;
    width:30px;
    height:30px;
    background-color: transparent;
    background-image: url(../images/sound.png);
    background-repeat: no-repeat;
    background-position: center center;
}
header .audio.paused .trigger{
    background-image: url(../images/nosound.png);
}

.book_form .close{display:none;}
.book_form .form_btn{
    width:100%;
    background-image:url(../images/calendar_w.png);
    background-position:10px 50%;
    background-repeat:no-repeat;
    border:1px #333 dashed;
    background-color:transparent;
    color:#FFF;
    line-height:30px;
    margin-top:9px;
    height:30px;
    padding:0px 12px;
    padding-left:34px;
    font-size:0.8em;
    z-index:2000;
    -webkit-transition: all 333ms ease-in-out;
    -moz-transition: all 333ms ease-in-out;
    -ms-transition: all 333ms ease-in-out;
    -o-transition: all 333ms ease-in-out;
    transition: all 333ms ease-in-out;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}
.book_form:hover .form_btn{
    background-image:url(../images/calendar_d.png);
    border:1px #111 solid;
    background-color:#FFF;
    color:#333;
}
.book_form.active .form_btn{
    background-image:url(../images/calendar_w.png);
    border:1px #333 solid;
    border-bottom:1px transparent solid;
    background-color:#111;
    color:#888;
}

.book_form.restaurant-reservation .form_btn{
    background-image:url(../images/restaurant.png) !important;
}

.book_form.hotel-reservation .form_btn{
    background-image:url(../images/hotel.png) !important;
}

.book_form.rates .form_btn{
    background-image:url(../images/price.png) !important;
}

.book_form.restaurant-reservation:hover .form_btn{
    background-image:url(../images/restaurant_d.png) !important;
}

.book_form.hotel-reservation:hover .form_btn{
    background-image:url(../images/hotel_d.png) !important;
}

.book_form.rates:hover .form_btn{
    background-image:url(../images/price_d.png) !important;
}

.book_form form{
    width:250px;
    border:1px transparent solid;
    border-top:0px;
    border-bottom:0px;
    top:39px;
    left:0px;
    background-color:#111;
    position:absolute;
    padding:0px;
    overflow:hidden;
    height:0px;
    z-index:10000;
    -webkit-transition: all 333ms ease-in-out;
    -moz-transition: all 333ms ease-in-out;
    -ms-transition: all 333ms ease-in-out;
    -o-transition: all 333ms ease-in-out;
    transition: all 333ms ease-in-out;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}
.book_form.active.normal form{
    height:177px;
    border:1px #333 solid;
    border-top:0px;
}
.book_form.active.extended form{
    height:284px;
}
.book_form p{
    display:block;
    margin:0px;
    margin-top:9px;
    padding:0px 10px;
    padding-bottom:10px;
    border-bottom:1px #222 dotted;
    
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}
.book_form p.last{
    border:0px;
}
.book_form p.field-nights,  .book_form p.field-guests{
    float:left;
    height:58px;
    border-right:1px #333 dashed;
    width:82px;
}
.book_form p.field-guests{
    border-right:0px;
    width:160px;
}
.book_form p.field-rooms,  .book_form p.field-adults, .book_form p.field-extrabeds{
    float:left;
    margin-top:0px;
    padding-top:5px;
    width:82px;
    border-right:1px #111 dashed;
    height:64px;
    background-color:#222;
    display:none;
}
.book_form p.field-extrabeds{
    width:84px;
    border-right:0px;
}
.book_form p.field-extra{
    display:none;
    height:40px;
    clear:both;
    padding-top:7px;
}
.book_form p.field-extra label{
    float:left;
    width:40px;
}
.book_form p.field-extra input{
    width:38px;
    float:left;
    margin-left:5px;
}
.book_form p.submit{
    border:0px;
    text-align:right;
    margin-top:0px;
    clear:both;
}
.book_form p.submit button{
    border:0px;
    background:#333;
    height:38px;
    margin-top:12px;
    padding:0px 8px;
    line-height:36px;
    color:#FFF;
    font-size:1em;
}
.book_form .input input, .book_form .input select{
    border:1px #333 solid;
    background-color:#010101;
    font-size:0.8em;
    padding:0px;
    margin:0px;
    height:24px;
    color:#CCC;
}
.book_form .input input{width:154px; text-align:center;}
.book_form p label{
    float:left;
    line-height:26px;
    width:70px;
    color:#999;
    font-size:0.8em;
}

footer nav{
    z-index:300;
    bottom:0px;
    width:100%;
    height:80px;
    border-top:1px #333333 solid;
    background-color:#000000;
    position:fixed;
    -webkit-box-shadow: 0px -5px 22px 0px rgba(0, 0, 0, 0.4);
            box-shadow: 0px -5px 22px 0px rgba(0, 0, 0, 0.4);
}
footer nav table{
    width:100%;
}
footer nav table td{
    height:77px;
    text-align:center;
}
footer nav a{
    display:block;
    line-height:77px;
    position:relative;
    color:#8a7970;
    text-decoration:none;
    text-transform:uppercase;
    font-size:0.9em;
}
footer nav a:hover{
    color:#FFF;
}
footer nav .submenu_container{
    width:100%;
    height:0px;
    position:relative;
    z-index:1000;
}
footer nav .has_submenu:hover .submenu_container:after{
    content:"";
    position:absolute;
    top:-9px;
    left:50%;
    margin-left:-8px;
    border-bottom:8px black solid;
    border-left:8px transparent solid;
    border-right:8px transparent solid;
    z-index:3000;
}

footer .submenu{
    display:none;
    position:absolute;
    max-height:430px;
    overflow:auto;
    border-top:5px #8a7970 solid;
    border-bottom:5px transparent solid;
    bottom:-2px;
    
    z-index:2000;
    -webkit-box-shadow:  0px 5px 18px 0px rgba(0, 0, 0, 0.9);
            box-shadow:  0px 5px 18px 0px rgba(0, 0, 0, 0.9);
            
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}
footer .submenu.big{
    width:500px;
    left:50%;
    margin-left:-250px;
}
footer .submenu-wrapper{
    border:1px #c4bcb7 solid;
    padding:15px 8px;
    overflow:hidden;
    background-color:#FFF;
    max-width:520px;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}
footer .submenu .list {
    margin:0px;
    padding:0px;
    list-style:none;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}
footer .submenu .list li{
    list-style:none;
    margin:0px;
    padding:0px;
    float:left;
    width:25%;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    padding:10px;
}
footer .submenu .list a{
    display:block;
    line-height:20px;
    max-width:120px;
    margin:0px;
    position:relative;
    padding-bottom:34px;
}
footer .submenu .list a:hover{
    opacity:0.84;
}
footer .submenu .list a span{
    display:block;
    position:absolute;
    width:100%;
    bottom:0px;
    padding-top:5px;
    line-height:12px;
    background-color:#FFF;
    font-size:0.9em;
}

footer .submenu .list a img{
    max-width:100%;
}

footer .submenu .list a:hover span{
    color:#000;
}
footer nav .has_submenu:hover .submenu{
    display:block;
}
footer .submenu .vertical h2{
    font-size:1em;
    margin:0px;
    padding:0px;
}
footer .submenu .vertical a{
    border-bottom:1px #c4bcb7 dashed;
    line-height:28px;
    display:block;
}
footer .submenu .vertical a:hover{
    display:block;
    color:#000;
}

footer .submenu .vertical a.so{
    color:#000;
    font-weight: bold;
}


footer .cousine, footer .spa, footer .golf, footer .about{
    width:220px;
    left:50%;
    margin-left:-110px;
}
footer .vertical img{
    margin:5px 0px;
}
.mobile-navigation{
    display:none;
    height:0px;
    top:0px;
    left:0px;
    right:0px;
    position:absolute;
    z-index:10000;
}
.mobile-navigation span{
    display:block;
    float:right;
    padding-left:10px;
    padding-right:30px;
    line-height:80px;
    color:#CCC;
    font-size:0.8em;
    background-color:#050505;
    border-left:1px #222 solid;
    cursor:pointer;
}
.mobile-navigation em{
    position:absolute;
    top:39px;
    right:12px;
    width:0px; height:0px;
    border-top:6px #CCC solid;
    border-right:6px transparent solid;
    border-left:6px transparent solid;
}
.mobile-navigation span:hover{
    color:#FFF;
}
.mobile-navigation span:hover em{
    border-top:6px #FFF solid;
}
.mobile-navigation.active span{
    background-color:#222;
    float:none;
    color:#555;
}
.mobile-navigation.active span em{
    border-top:0px;
    border-bottom:6px #555 solid;
}
.mobile-navigation .nav{
    display:none;
    position:absolute;
    border-top:1px #333 dashed;
    top:80px;
    left:0px;
    right:0px;
    background-color:#222;
    padding:15px;
    padding-bottom:50px;
    overflow:hidden;
}
.mobile-navigation.active .nav{
    display:block;
}
.mobile-navigation ul{
    list-style:none;
    padding:0px;
    margin:0px;
    margin-bottom:10px;
}
.mobile-navigation ul li{
    list-style:none;
    color:#FFF;
    line-height:30px;
    padding:0px 10px;
    border-bottom:1px #333 dotted;
    font-style: normal;
}
.mobile-navigation ul li.has_sub{
    background-color:#111;
    margin-bottom:10px;
}
.mobile-navigation ul li b{
    color:#FFF;
    display:block;
    line-height:40px;
}
.mobile-navigation ul li a{
    color:#CCC;
    display:block;
    text-transform: uppercase;
    text-decoration:none;
}
#content{
    position:relative;
    overflow:hidden;
    padding-top:60px;
    padding-bottom:80px;
    z-index:10;
}
#content.fixed{
    padding:0px;
    position:absolute;
    top:49px;
    bottom:80px;
    left:0px;
    right:0px;
    z-index:2;
    width:100%;
}
#content .pane nav {
    position:absolute;
    bottom:7%;
}
#content .pane.left nav {
    left:7%;
}
#content nav a:hover{
    color:#8a7970;
}
#content nav a.active{
    color:#333;
}

.scrollable-content { clear: both; }
.scrollable-content.scrollbar .viewport { margin-right:30px; overflow: hidden; position: relative; }
.scrollable-content.scrollbar .overview { list-style: none; position: absolute; left: 0; top: 0; }
.scrollable-content.scrollbar .thumb { background-color: #c4bcb7; }
.scrollable-content.scrollbar .scrollbar { position: relative; float: right; width: 9px; }
.scrollable-content.scrollbar .track { height: 100%; width: 9px; position: relative; }
.scrollable-content.scrollbar .thumb { height: 20px; width: 9px; cursor: pointer; overflow: hidden; position: absolute; top: 0; -webkit-border-radius: 3px; border-radius: 3px; }
.scrollable-content.scrollbar .thumb .end { overflow: hidden; height: 5px; width: 9px; }
.scrollable-content.scrollbar .disable{ display: none; }

.pane p, #page_body p{
    color:#222;
    line-height:1.6em;
    font-size:0.9em;
    margin:10px 0px;
}
.pane h1{
    text-transform: uppercase;
    font-size:1.1em;
    margin:12px 0px;
    font-weight: normal;
}
.tools,.social{
    margin-top:20px;
    overflow:hidden;
    margin-bottom:12px;
}
.tools a{
    float:left;
    display:block;
    line-height:35px;
    padding-left:40px;
    margin-right:45px;
    font-size:0.9em;
    color:#8a7970;
    background-repeat:no-repeat;
    background-position:left center;
}
.tools a.gallery{background-image:url(../images/icon-book.png);}
.tools a.book{background-image:url(../images/icon-book.png);}
.tools a.rates{background-image:url(../images/icon-rate.png);}
.social h3{
    float:left;
    line-height:34px;
    margin:0px;
    margin-right:20px;
    text-transform: uppercase;
    font-size:0.9em;
    font-weight: normal;
    margin-bottom:40px;
}
.social a{
    float:left;
    display:block;
    width:32px;
    height:32px;
    margin-right:6px;
    margin-bottom:6px;
    background-repeat:no-repeat;
    background-position:0px 0px;
    background-image:url(../images/social.png);
}
.social a.twitter{background-position:-40px 0px;}
.social a.youtube{background-position:-80px 0px;}
.social a.goolge{background-position:-120px 0px;}
.social a.linkdin{background-position:-160px 0px;}
.social a.rss{background-position:-200px 0px;}

.map{
    float:left;
    background-color:#f1f1f1;
    height:100%;
    width:65%;
}
.pane{
    width:35%;
    min-height:440px;
    height:100%;
    position:relative;
    background:#FFFFFF;
    background:rgba(255,255,255,0.8);
    -webkit-box-shadow: 0px -5px 22px 0px rgba(0, 0, 0, 0.4);
            box-shadow: 0px -5px 22px 0px rgba(0, 0, 0, 0.4);
}
.pane{
    -webkit-transition: right 666ms ease-in-out;
    -moz-transition: right 666ms ease-in-out;
    -ms-transition: right 666ms ease-in-out;
    -o-transition: right 666ms ease-in-out;
    transition: right 666ms ease-in-out;
}
.pane.transparent{
    width:50%;
    background-color:transparent;
}

.pane-control{
    -webkit-transition: all 666ms ease-in-out;
    -moz-transition: all 666ms ease-in-out;
    -ms-transition: all 666ms ease-in-out;
    -o-transition: all 666ms ease-in-out;
    transition: all 666ms ease-in-out;
}
.pane-control, #directionsPanel .close{
    position:absolute;
    bottom:16%;
    width:14px;
    height:44px;
    line-height:44px;
    color:#FFF;
    background-color:#c4bcb7;
    cursor:pointer;
}
.pane.left .pane-control{
    right:-28px;
    padding-right:14px;
    text-align:right;
    -webkit-border-radius: 0px 22px 22px 0px;
    border-radius: 0px 22px 22px 0px;
}
.pane.right .pane-control, #directionsPanel .close{
    left:-28px;
    padding-left:14px;
    -webkit-border-radius: 22px 0px 0px 22px;
    border-radius: 22px 0px 0px 22px;
}
.pane.left .pane-control:hover{
    width:20px;
    right:-34px;
}
.pane.right .pane-control:hover, #directionsPanel .close:hover{
    width:20px;
    left:-34px;
}
.pane-wrapper{
    padding:0px 10% 0px 10%;
}
.pane.right{
    float:right;
    right:0px;
}
.pane.left{
    float:left;
    left:0px;
}

.pane.collapsed{
    right:-35%
}

.pane.right .pane-control.timer{
    background-color: #FFF;
    color:#000; 
    font-size:22px;
    width:30px;
    height:64px;
    line-height:64px;
    cursor: wait;

    left:-52px;
    padding-left:22px;
    -webkit-border-radius: 32px 0px 0px 32px;
    border-radius: 32px 0px 0px 32px;
    bottom:15%;
    -webkit-box-shadow: -8px 0 8px 0px rgba(0,0,0,0.1);
    box-shadow: -8px 0 8px 0px rgba(0,0,0,0.1);
}

.pane.right .pane-control.wiggle{
    width:30px;
    left:-44px;
    background-color: #FFF;
    color:#333;
}

.video-controls{
    position:absolute;
    z-index:2000;
    top:40px;
    right:12.4%;
    display:none;
}
.video-controls .pause-close{
    display:none;
}
.video-controls div a{
    display:block;
    background-color:#FFF;
    padding:0px 12px;
    line-height:40px;
    text-decoration:none;
    position:relative;
    margin-right:42px;
}
.video-controls div a img{
    position:absolute;
    right:-42px;
    top:5px;
}
.video-holder{
    display:none;
    background:#000000;
    padding:0px;
    margin:0px;
    width:100%;
    height:106%;
    vertical-align:top;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}
.mobile-video-link{
    display:none;
    position:relative;
    background-color:#c4bcb7;
    color:#FFF;
    text-decoration:none;
    height:48px;
    line-height:48px;
    padding:0px 28px;
}
.mobile-video-link img{
    position:absolute;
    right:28px;
    top:8px;
}
.video-holder iframe{
    width:100% !important;
    height:100% !important;
}
.video-holder video{
    margin:0px;
}
.me-cannotplay{
    display:none;
}
#home-captions{
    position:absolute;
    width:100%;
    z-index:200;
    bottom:23%
}
.main-text{
    margin-left:2%;
    display:none;
    width:46%;
    color:#333;
    .text-shadow: 0px 0px 6px #000;
    .filter: dropshadow(color=#000000, offx=0, offy=0);
}
.main-text h1{
    color:#FFF;
    font-size:1.4em;
    line-height:28px;
    margin:0px;
    padding:0px;
    margin-bottom:10px;
    text-shadow: 0px 0px 6px #000;
    filter: dropshadow(color=#000000, offx=0, offy=0);
}
.main-text p{
    display:inline;
    line-height:1.7em;
    background-color:#FFF;
    background-color:rgba(255,255,255,0.74);
}

.main-text.d-schema p{
    color:#FFF;
    background-color:#000;
    background-color:rgba(0,0,0,0.74);
}
.main-text.d-schema h1{
    color:#333;
    text-shadow: 0px 0px 5px #FFF;
    filter: dropshadow(color=#FFF, offx=0, offy=0);
}
.readmore{
    display:block;
    float:left;
    padding-left:40px;
    line-height:40px;
    margin-top:8px;
    height:40px;
    background-image:url(../images/right-arrow.png);
    background-repeat:no-repeat;
    background-position:left center;
    text-decoration:none;
    color:#FFF;
}
.main-text.d-schema .readmore{
    color:#000;
}
.readmore:hover{
    color:#f1f1f1;
}

.scrollable-content .overview b{
    font-size:0.84em;
}
.scrollable-content .overview ul{
    margin:0px;
    padding-left:18px;
}
.scrollable-content .overview ul li{
    font-size:0.84em;
    color:#8a7970;
}
/*
#page_body{
    padding:1%;
    padding-top:200px;
}
*/
#page_body h1{
    text-transform:uppercase;
    font-size:1.3em;
}
#page_body h2{
    text-transform:uppercase;
    font-size:1.1em;
}
#page_body h3{
    text-transform:uppercase;
    font-size:1em;
}
#page-blocks .google-map{
    border:1px #C4BCB7 dashed !important;
}
#page-blocks .page-block .seperator-block .line{
    border-bottom:1px #C4BCB7 dashed !important;
}
#page-blocks .contact-form-block form{
    border:0px !important;
    padding:0px !important;
    background-color:#FFF !important;
}
#page-blocks .contact-form-block .left-fields{
    margin-left:0px !important;
}
#page-blocks .contact-form-block h2{
    margin:10px 0px;
}
#page-blocks .contact-form-block .input-text input, #page-blocks .contact-form-block .input-textarea textarea{
    border:1px #C4BCB7 dashed !important;
    background-color:#f1f1f1;
}
.contact-form-block .input-textarea textarea{
    width:100% !important;
    height:157px !important;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}
.input-submit input{
    color:#8A7970 !important;
    text-decoration:underline;
    font-size:1.2em;
}


.gallery-photo a{
    margin:0px;
}
.gallery-photo{
    text-align:center;
}
.gallery-photo img{
    width:100%;
}
.big_thumb
{
    width:100%;
}
.smaller_thumb{
    width:33.3%;
}


.gallery-list{
    list-style:none;
    margin:0px;
    padding:0px !important;
}
.gallery-list li{
    list-style:none;
    margin:0px;
    padding:0px;
    float:left;
    width:50%;
    margin-bottom:10px;
    padding-right:10px;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}
.gallery-list li a{
    text-decoration:none;
}
.gallery-list li h2{
    font-size:1em;
    color:#8a7970;
    line-height:14px;
}
.gallery-list li img{
    max-width:100%;
}
.gal_thumb{
    padding:2px;
    border:1px #C4BCB7 solid;
    display:block;
    margin-right:4px;
    
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}




.page-content{
    width:66%;
    padding-left:6%;
    border-left:1px #C4BCB7 dashed;
    float:right;
    min-height:340px;
}
.search-filters{
    position:absolute;
    padding-left:1%;
    left:2%;
    top:180px;
    width:203px;
    padding-bottom:10px;
    float:left;
}
#room_list{
    margin-bottom:40px;
}
#room_list table, .book_table{width:100%;}
.room_row td, .room_row th, .book_table td{
    border-top:1px #888 dotted;
    text-align:left;
    padding:10px;
}
.book_table th{
    font-size:0.9em;
    color:#7F7A77;
}
.room_row th a{
    text-decoration:none;
}
.room_row .info {
    color:#666;
    font-size:0.8em;
}
.room_row .price, .book_table .price {
    color:#666;
    text-align:right;
}
.room_row .price span , .book_table span{
    font-size:1em;
    color:#333;
}
.book_table .total{
    font-size:1.2em;
    color:#000;
}
.room_row .action a, #book_form .submit input{
    border:1px #333 solid;
    background-color:#222;
    color:#FFF;
    text-decoration:none;
    padding:5px 10px;
    display:block;
    text-align:center;
}
.room_row .action a:hover, #book_form .submit input:hover{
    background-color:#eee;
    border:1px #CCC solid;
    color:#000;
}
.search-filters{
    font-size:0.9em;
    color:#444;
}
.search-filters span{
    font-size:0.8em;
    color:#888;
}
#book_form label{
    display:block;
    line-height:1.4em;
    color:#333;
}
#book_form .inputs{
    float:left;
    width:45%;
}
#book_form .input{
    position:relative;
}
#book_form .message_wrapper{
    float:right;
    width:50%;
}
#book_form .inputs input, #book_form .message_wrapper textarea{
    width:100%;
    margin-bottom:10px;
    border:1px #C4BCB7 dashed;
    padding:5px 3%;
    background-color:#f5f5f5;
    line-height:1.2em;
    font-size:0.8em;
    color:#666;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}
#book_form .message_wrapper textarea{
    height:120px;
    margin-bottom:0px;
    border-bottom:0px;
}
#book_form .message_wrapper p{
    margin:0px;
    padding:4px;
    font-size:0.7em;
    color:#333;
    text-align:right;
    background-color:#FFF;
    border:1px #C4BCB7 dashed;
    border-top:1px #CCC dotted;
}
#book_form .submit{
    text-align:right;
    clear:both;
    height:80px;
}
#book_form .submit input{
    float:right;
    font-size:1.3em;
}
#book_form .errorlist{
    position:absolute;
    top:-15px;
    list-style: none;
    right:0px;
}
#book_form .errorlist li{
    list-style: none;
    line-height:20px;
    color:#C98089;
    font-size:0.8em;
}
.fixer{clear:both;}
.supplement_row{
    margin-bottom:20px;
    border-bottom:1px #888 dotted;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}
.supplement_row h3{
    margin:0px;
    font-size:1em;
    color:#7F7A77;
    padding:4px 0px;
    line-height:30px;
}
.supplement_row .supplement{
    float:left;
    position:relative;
    background-color:#f1f1f1;
    width:31.3%;
    margin-right:2%;
    margin-bottom:10px;
    padding:8px;
    
    font-size:0.8em;
    font-style: normal;
    
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    -webkit-transition: all 666ms ease-in-out;
    -moz-transition: all 666ms ease-in-out;
    -ms-transition: all 666ms ease-in-out;
    -o-transition: all 666ms ease-in-out;
    transition: all 666ms ease-in-out;
}

.supplement_row .supplement:hover{
    background-color:#FDFFE8;
}

.supplement_row .supplement.selected{
    background-color:#c4bcb7;
}

.supplement_row .supplement .tooltip{
    display:none;
    position:absolute;
    background-color:#111;
    color:#FFF;
    padding:8px 12px;
    bottom:100%;
    margin-bottom:4px;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}
.supplement_row .supplement .tooltip:after{
    content:"";
    border-top:10px #111 solid;
    border-left:10px transparent solid;
    border-right:10px transparent solid;
    position:absolute;
    bottom:-7px;
    left:10%;
}
.supplement_row .supplement:hover .tooltip{
    display:block;
}

.supplement_row .supplement .name{
    font-weight: bold;
    padding-bottom:5px;
}

.supplement_row .supplement .price{
    line-height:22px;
    float:left;
}

.supplement_row .supplement .field{
    float:right;
    padding-top:5px;
    text-align:right;
    width:50px;
}
.supplement_row .supplement .field select{
    width:50px;
}

.supplement_row .supplement.selected .name{
    color:#000;
}
.order_number{
color:#7F7A77;}
#bookingsummary .supplements{
    padding-bottom:10px;
    border-bottom:1px #333 dotted;
    margin-bottom:10px;
}
#bookingsummary .supplements p{
    margin:0px;
    line-height:20px;
    padding:0px;
}
#supplements_total{
    text-align:right;
    color:#7F7A77;
    font-size:1em;
}
#booking_total{
    text-align:right;
    font-size:1.2em;
}


.reservation-form-block fieldset
{
    border:0px;
    margin-top:10px;
    padding:10px 0px;
}
.reservation-form-block fieldset legend{
    color:#8a7970;
    width:100%;
    display:block;
    font-size:1.2em;
    border-bottom:1px #8a7970 dashed;
}
.reservation-form-block fieldset label{
    display:block;
    text-transform: capitalize;
    line-height:1.4em;
    color:#444;
}
.reservation-form-block .input{
    position:relative;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}
.reservation-form-block .input input, .reservation-form-block .input select, .reservation-form-block .input textarea{
    width:100%;
    border:1px #C4BCB7 dashed;
    padding:5px 8px;
    background-color:#f5f5f5;
    line-height:1.2em;
    height:30px;
    margin-bottom:10px;
    font-size:0.8em;
    color:#666;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}
.reservation-form-block .input textarea{
    width:97%;
    height:100px;
}
.reservation-form-block fieldset label:after{
    content:":";
}
.reservation-form-block .input_row.when, .reservation-form-block .input_row.where, .reservation-form-block .input_row.who, .reservation-form-block .input_row.contact{
    overflow:hidden;
    border-bottom:1px #eee dotted;
    margin-bottom:10px;
}
.reservation-form-block .input_row.when .input{
    float:left;
    margin-right:3%;
    width:30%;
}
.reservation-form-block .input_row.where .input, .reservation-form-block .input_row.who .input, .reservation-form-block .input_row.contact .input{
    float:left;
    width:47%;
    margin-right:3%;
}
.reservation-form-block .input-bool label{
    line-height:32px;
    margin-top:14px;
    position:relative;
    text-transform: none;
    color:#000;
}
.reservation-form-block .input-bool label:after{
    content:"";
}
.reservation-form-block .input-bool input{
    width:auto;
    position:relative;
    top:7px;
}
.reservation-form-block .input-date input{
    background-image:url(../images/input-cal.png);
    background-position:10px 50%;
    background-repeat:no-repeat;
    padding-left:34px;
    cursor:pointer;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}
.reservation-form-block .terms{
    width:97%;
    background-color:#f1f1f1;
    padding:10px;
    max-height:180px;
    overflow:auto;
    color:#555;
    font-size:0.8em;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}
.reservation-form-block .input-submit{
    text-align:right;
    margin-bottom:20px;
}
.reservation-form-block .input-submit input{
    border:1px #333 solid;
    background-color:#222;
    color:#FFF !important;
    text-decoration:none;
    padding:5px 10px;
    text-align:center;
}
.reservation-form-block .errorlist{
    position:absolute;
    top:-15px;
    list-style: none;
    right:0px;
}
.reservation-form-block .errorlist li{
    list-style: none;
    line-height:20px;
    color:#C98089;
    font-size:0.8em;
}

.reservation-form-block .input.required label:before{
    content:"* ";
    color:red;
}
.reservation-form-block .note{
    text-align:right;
    line-height:38px !important;
    border-top:1px #CCC dashed;
    color:#999 !important;
    margin-bottom:20px !important;
}
.reservation-form-block .note span{color:red;}
.left-content-float{
    position:absolute;
    left:2%;
    top:180px;
    width:203px;
    padding-bottom:10px;
}
.left-content-float .slides{
    list-style:none;
    margin:0px;
    padding:0px;
    margin-top:20px;
}
.left-content-float .slides li{
    list-style:none;
    margin:0px;
    padding:0px;
    margin-bottom:10px;
}
.left-content-float .slides li img{
    max-width:100%;
}

#get_directions_form{
    display:none;
    background-color:#333;
    width:185px;
    overflow:hidden;
    border-left:3px #000 solid;
    height:58px;
}
#get_directions_form label{
    color:#888;
    display:block;
    font-size:0.8em;
    line-height:28px;
    padding:0px 8px;
}
#get_directions_form input{
    float:left;
    width:120px;
    border:1px #444 solid;
    background-color:#222;
    margin-left:8px;
    padding:0px;
    line-height:20px;
    font-size:0.8em;
    color:#CCC;
    height:20px;
}
#get_directions_form button{
    float:left;
    display:block;
    width:40px;
    font-size:0.8em;
    height:20px;
    line-height:20px;
    color:#FFF;
    border:0px;
    background-color:transparent;
}
#get_directions_form.error{
    border-left:3px #880000 solid;
}
#directionsPanel{
    position:absolute;
    display:none;
    background-color:#f1f1f1;
    width:35%;
    top:0px;
    bottom:0px;
    right:0%;
    bottom:0px;
    clear:both;
    -webkit-box-shadow:  0px 0px 28px 0px rgba(0, 0, 0, 0.8);
            box-shadow:  0px 0px 28px 0px rgba(0, 0, 0, 0.8);
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    -webkit-transition: right 666ms ease-in-out;
    -moz-transition: right 666ms ease-in-out;
    -ms-transition: right 666ms ease-in-out;
    -o-transition: right 666ms ease-in-out;
    transition: right 666ms ease-in-out;
}
#printD{
    position:absolute;
    top:2%;
    left:7%;
    right:7%;
    display:block;
    line-height:38px;
    text-align:center;
    background-color:#f1f1f1;
    z-index:1000;
    border-bottom:1px #888 solid;
}
#printD:hover{
    background-color:#CCC;
    color:#333;
}
#directionsPanel.collapsed{
    right:-35%;
}
#directionsPanelContent{
    position:absolute;
    top:5%;
    bottom:4%;
    left:7%;
    right:7%;
    overflow:auto;
    background-color:#FFF;
    padding:20px;
}

.view_more_prices{
    display:none;
}
.view_more_prices a{
    display:block;
    width:100%;
    text-align:center;
}

.share_bar{
    display:none;
    position:absolute;
    top:48px;
    right:-16px;
    height:46px;
    text-align:right;
    z-index:1;
    background-color:#FFF;
    -webkit-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
    -webkit-box-shadow:  0px -3px 8px 0px rgba(0, 0, 0, 0.7);
            box-shadow:  0px -3px 8px 0px rgba(0, 0, 0, 0.7);
}

.share_bar a{
    margin:0px !important;
    padding:0px 2px !important;
}
.share_bar a:after{display:none !important;}
.addthis_toolbox{
    position:relative;
    margin-left:11px;
    margin-top:7px;
    width:194px;
}
.share.active{
    color:#CCC;
    position:relative;
}
.share_bar:after{
    content:"";
    border-bottom:8px #FFF solid;
    border-left:8px transparent solid;
    border-right:8px transparent solid;
    width:0px;
    height:0px;
    position:absolute;
    top:-7px;
    left:50%;
}
.website_author{
    position:fixed;
    bottom:81px;
    right:0px;
    padding:0px 15px;
    padding-left:48px;
    line-height:20px;
    font-size:11px;
    z-index:1200;
    background-image:url(../images/wgrad.png);
    background-repeat:repeat-y;
    color:#333;
}
.feine-private {
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    position: absolute;
    right: 0;
    bottom: 25px;
    display: block;
    opacity: .6;
    animation-name: right-reveal;
    -webkit-animation-name: right-reveal;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
}
/* mini icon above slider */
.feine-private:hover { opacity: 1;}
@-webkit-keyframes right-reveal {
    from {right: -90px;}
    to {right: 0;}
}@keyframes right-reveal {
    from {right: -90px;}
    to {right: 0;}
}
.feine-private img { width: 90px; }
.logosf{
    position: absolute;
    right: 0;
    bottom: 25px;
    display: block;
    opacity: .6;
    background-color: #FFF;
    padding-right: 100px;
}
.blank-block table{
    border-right:1px #CCC solid;
}
.blank-block table th, .blank-block table td{
    border:0px;
    padding:0px 5px;
    line-height:28px;
    color:#555;
    background-color:#FFF;
    border-bottom:1px #888 dotted;
    border-left:1px #CCC solid;
    font-size:1em;
}
.blank-block table th{
    background-color:#C4BCB7;
    border-bottom:1px #888 solid;
    color:#333;
    font-size:1.1em;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}