﻿/**reset**/

* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    font-size: 16px;
    max-width: 810px;
    margin: 0 auto;
}
#container {
    /* -webkit-text-size-adjust: none;
  -webkit-user-select: none;
  user-select: none;*/
}
ul {
    list-style-type: none;
}
input[type="text"],
input[type="date"],
input[type="tel"],
input[type="email"],
textarea {
    /*-webkit-appearance: none;*/
    
    background: #fff;
}
input[type="submit"],
input[type="button"] {
    cursor: pointer;
}
header,
footer,
section,
article,
aside {
    display: block;
}
footer {
    clear: both;
    /*remover depois de compor a questão do footet dentro do section*/
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}
[hidden] {
    display: none;
}
h1,
h2,
h3,
h4 {
    font-weight: 400;
}
img {
    border: none;
}
/**structure**/

#container {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
}
.aside {
    float: left;
    width: 31%;
    margin-left: 5px;
}
.section {
    float: right;
    width: 65%;
    margin-right: 5px;
}
#container a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-drag: none;
}
.toolbar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    position: relative;
    height: 44px;
    /*width: 99%;*/
    margin: 0 auto;
    margin-bottom: 10px;
}
.toolbar h1 {
    font-size: 1.5em;
    /* font-weight: 600;*/
    
    float: left;
    color: #fff;
    padding-left: 10px;
    padding-top: 8px;
}
.toolbar h1 a {
    color: #fff;
    text-decoration: none;
}
.toolbar .utils {
    width: 240px;
    float: right;
}
.toolbar .utils ul {
    width: 240px;
}
.toolbar .utils ul li {
    float: left;
    height: 44px;
    text-transform: uppercase;
}
.toolbar .utils ul li.lang {
    width: 51px;
}
.toolbar .utils ul li.lang div.lang {
    padding: 12px 0 0 12px;
}
.topcontainer {} .clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.shadowbox {
    background-color: rgb(255, 255, 255);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: solid 1px #ccc;
    /*-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#ffcccccc,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#ffcccccc,Positive=true);*/
    
    background: #fff;
    padding-bottom: 2px;
}
.margin15 {
    margin: 15px;
}
.margin10 {
    margin: 10px;
}
.margin20 {
    margin: 20px;
}
.margin5 {
    margin: 10px 5px;
}
.marginbottom20 {
    margin-bottom: 20px;
}
.marginbottom10 {
    margin-bottom: 10px;
}
.margin020 {
    margin: 15px 20px 0 20px;
}
.padding20 {
    padding: 20px;
}
.padding1520 {
    padding: 10px 20px;
}
.padding1020 {
    padding: 10px 20px;
}
.padding020 {
    padding: 0 20px
}
.padding10 {
    padding: 10px;
}
.padding5 {
    padding: 5px;
}
.paddingtop20 {
    padding-top: 10px;
}
.paddingleft35 {
    padding-left: 35px;
}
.paddingbottom100 {
    /*padding-bottom:100px;*/
}
.paddingbottom50 {
    padding-bottom: 50px;
}
.bottomradius {
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.content {
    /*margin:15px;*/
}
.calendarplace {
    position: relative;
    width: 100%;
}
/**** hotel details ***/

.changehotel {
    margin-bottom: 20px;
}
.hotelphotos {
    background: #333;
    padding: 10px;
}
.hotelphotos .photos {
    width: 100%;
    height: 110px;
    overflow: hidden;
}
.hotelphotos .photos img {
    margin-right: 10px;
    width: 110px;
    height: 110px;
    white-space: nowrap;
}
.hotelphotos img:last-child {
    /*margin-right:0;*/
}
select {
    color: #333;
    border: solid 1px #D3D3D3;
    padding: 5px;
    /*width: 100%;*/
    /*height:35px;*/
    
    font-size: 1em;
    /* background:url(../img/bg_select.png) no repeat right top;
  -webkit-appearance: none;*/
}
.hoteldetails .collapse {
    /*border-bottom: solid 1px #D3D3D3; */
    
    background: #EEEFF0;
    height: 34px;
}
.hoteldetails .collapse p {
    color: #999;
    font-size: 0.75em;
    padding: 10px;
}
.hoteldetails .collapse p a {
    color: #999;
    text-decoration: none;
    display: block;
}
.hoteldetails .collapseup {
    background: url(../img/ico_details_tab_up.png) #EEEFF0 no-repeat right center;
}
.hoteldetails .collapsedown {
    background: url(../img/ico_details_tab_down.png) #EEEFF0 no-repeat right center;
}
.hoteldetails .collapsible {
    background: url(../img/bg_collapsible_top_t.png) repeat-x #EEEFF0;
}
.hoteldetails .collapsible p {
    font-size: 0.75em;
}
.stars {
    text-indent: -200px;
    overflow: hidden;
    width: 100%;
    height: 15px;
}
.stars a {
    display: block;
}
.stars5 {
    background: url(../img/5stars_big.png) no-repeat;
}
.stars4 {
    background: url(../img/4stars_big.png) no-repeat;
}
.stars3 {
    background: url(../img/3stars_big.png) no-repeat;
}
.stars2 {
    background: url(../img/2stars_big.png) no-repeat;
}
.stars1 {
    background: url(../img/1stars_big.png) no-repeat;
}
.separator {
    /*border-bottom: solid 1px #D3D3D3; -moz-box-shadow: 0px 2px 0px #fff; -webkit-box-shadow: 0px 2px 0px #fff; box-shadow: 0px 2px 0px #fff; margin:20px 0 10px 0;*/
}
.welcome {
    padding: 20px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    margin-bottom: 20px;
}
.welcome .wicon {
    float: left;
    width: 16%;
    max-width: 75px;
    /*min-height:70px;*/
}
.welcome .wicon img {
    max-width: 100%;
    max-height: 100%;
}
/*checkin*/

.checkzone {
    padding-top: 20px;
}
.checkzone select {
    width: 100%;
}
.checkzone .checkhotel {
    margin-bottom: 20px;
}
.checkzone .nights {
    width: 106px;
    display: inline-block;
}
.checkzone div.box {
    margin-bottom: 20px;
}
.checkzone div.box:first-child,
.checkzone div.box.left {
    width: 105px;
    /*50%;*/
}
.checkzone div.box:last-child,
.checkzone div.box.right {
    /*width:47%;*/
    
    width: 90px;
}

.voucher-reservation {
  padding: 20px;
  border: solid 1px #d3d3d3;
  border-radius: 6px;
}

.left {
    float: left;
}
.right {
    float: right;
}
.checkzone .box h3 {
    margin-bottom: 10px;
}
.checkin,
.services_selectday .dates {
    cursor: pointer;
}
.checkzone .checkin {
    background: url(../img/bg_checkin.png) no-repeat;
    padding-left: 35px;
    height: 32px;
    background-size: 32px 30px;
}
@media \0screen {
    .checkzone .checkin {
        background-image: url("../img/bg_checkinie8fb.png");
        background-repeat: no-repeat;
    }
}
*+html .checkzone .checkin {
    background-image: url("../img/bg_checkinie8fb.png");
    background-repeat: no-repeat;
}
.checkzone .checkin .datecheck {
    /*width:74px;*/
    
    padding: 6px 10px 5px 5px;
    border: solid 1px #D3D3D3;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0;
    -webkit-appearance: none;
    /*text-align:center;*/
    
    font-size: 1em;
    float: left;
    background: #fff;
    color: #333;
}
.checkzone .checkin input[type="text"],
.checkzone .checkin input[type="date"],
.voucher-reservation input {
    width: 80px;
    height: 30px;
    border: solid 1px #D3D3D3;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0;
    -webkit-appearance: none;
    text-align: center;
    font-size: 0.875em;
}
.voucher-reservation input {
  width: 100%;
}
.checkzone .nights input {
    float: left;
    -webkit-appearance: none;
    text-align: center;
    font-size: 1em;
}
.checkzone .nights input[type="text"] {
    width: 33px;
    height: 30px;
    border: solid 1px #D3D3D3;
    margin: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}
.checkzone .nights input[type="button"] {
    color: #999999;
    text-align: center;
    font-size: 1.5em;
    width: 25px;
    height: 32px;
    background-color: #f5f5f5;
    border-color: #d3d3d3;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    border-style: solid;
    border-width: 1px;
    border-style: solid;
    margin: 0;
    border-radius: 0;
}
.checkzone .nights input[type="button"]:first-child {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.checkzone .nights input[type="button"]:last-child {
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.checkzone .search {
    margin-top: 10px;
}
.checkzone .search input[type="submit"] {
    width: 100%;
}
/*programs*/

.programs {
    /*padding-top:20px;*/
}
#home .programs h2 {
    margin-top: 20px;
}
#searchresults .programs {
    padding-top: 20px;
}
.programcollapse {} .program-list {
    margin: 20px 0;
}
.program-list-item {
    margin-bottom: 10px;
    /*background: #EEEFF0;*/
    border: solid 1px #d3d3d3;
}
.program-list-item .photo {
    position: relative;
    float: left;
    width: 22%;
    max-width: 110px;
    height: 110px;
    overflow: hidden;
}
.program-list-item .photo .icon-zoom {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: url(../img/ico_more_photos.png) no-repeat;
}
.program-list-item .photo img {
    max-width: 110px;
    /*max-height:130px;*/
}
.program-list-item .details {
    float: left;
    width: 65%;
    padding-right: 10px;
    margin: 10px 0;
}
.programcollapsible {
    /*margin-top:10px;*/
}
.programcollapseup {
    background: url(../img/bg_tab_program_up.png) #EEEFF0 no-repeat right bottom;
}
.programcollapsedown {
    background: url(../img/bg_tab_program_down.png) #EEEFF0 no-repeat right bottom;
}
.programcollapsible .checkin .dates {
    background: url(../img/bg_checkin.png) no-repeat;
    padding-left: 38px;
    height: 30px;
    background-size: 32px 30px;
}
@media \0screen {
    .programcollapsible .checkin .dates {
        background-image: url("../img/bg_checkinie8fb.png");
        background-repeat: no-repeat;
    }
}
*+html .programcollapsible .checkin .dates {
    background-image: url("../img/bg_checkinie8fb.png");
    background-repeat: no-repeat;
}
.programcollapsible .checkin input[type="text"],
.checkin input[type="date"] {
    width: 80px;
    height: 35px;
    border: solid 1px #D3D3D3;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 0;
}
.programs .details p,
.programdetails p {
    font-size: 0.875em;
}
.programcollapsible .programdetails {
    background: url(../img/bg_collapsible_top_t.png) repeat-x #EEEFF0;
}
.programdetails,
.programcollapsible .checkin,
.programcollapsible .rooms {
    border-bottom: solid 1px #d3d3d3;
}
.programcollapsible .checkin .dates .datecheck {
    /*width:74px;*/
    
    padding: 6px 15px 5px 5px;
    border: solid 1px #D3D3D3;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0;
    -webkit-appearance: none;
    /*text-align:center;*/
    
    font-size: 1em;
    float: left;
    background: #fff;
    color: #333;
}
.programcollapsible .dpDiv {
    padding-top: 20px;
    clear: both;
}
.programs .details p.price {
    font-size: 1.125em;
    margin-top: 20px;
}
.programcollapsible .rooms {
    padding-top: 10px;
}
.rooms li {
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #D3D3D3;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
}
.rooms li:last-child {
    margin-bottom: 0;
}
.rooms li input[type="checkbox"] {
    margin-right: 15px;
}
.programcollapsible .booknow {
    text-align: right;
    padding: 20px;
}
.programcollapsible .booknow input[type="submit"] {
    width: 130px;
}
/*** search results***/
/*aside*/

.checkdetails {
    color: #999;
    font-size: 0.875em;
}
.checkdetails .label {
    color: #000;
}
/**main content**/

.searchresults {
    background: #EEEFF0;
    min-height: 130px;
}
.searchresults h2 {
    float: left;
}
.searchroom-list-header {
    border-bottom: solid 1px #d3d3d3;
}
.searchroom-list-header .photoheader {
    float: left;
    width: 22%;
    max-width: 110px;
}
.searchroom-list-header .detailsheader {
    float: left;
    width: 25%;
}
.searchroom-list-header .roompriceheader {
    float: left;
    width: 20%;
    margin-right: 15px;
}
.searchroom-list-header .roomquantityheader {
    float: left;
    width: 90px;
}
.searchroom-list-item {
    /*margin-bottom:10px; padding-bottom:10px;*/
    
    border-bottom: solid 1px #d3d3d3;
}
.searchroom-list-item:last-child {
    border-bottom: 0;
}
.searchroom-list-item .photo {
    position: relative;
    float: left;
    width: 22%;
    max-width: 110px;
    height: 110px;
    overflow: hidden;
}
.searchroom-list-item .photo .icon-zoom {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: url(../img/ico_more_photos.png) no-repeat;
}
.searchroom-list-item .photo img {
    max-width: 110px;
    height: max-110px;
}
.searchroom-list-item .roomdetails {
    width: 86%;
    float: left;
    max-width: 354px;
}
.searchroom-list-item .roomdescription {
    clear: both;
}
.searchroom-list-item .details {
    float: left;
    width: 25%;
    /*35%;*/
}
.searchroom-list-item .roomprice {
    float: left;
    width: 20%;
    /*27%;*/
    
    margin-right: 15px;
}
.searchroom-list-item .roomprice input[type="text"] {
    width: 60px;
    height: 33px;
    border: 0;
    margin: 0;
    font-size: 1em;
    color: #B1B5B6;
    text-align: left;
}
.searchroom-list-item .roomquantity {
    float: left;
    width: 90px;
}
.searchroom-list-item .roomquantity input {
    float: left;
    -webkit-appearance: none;
    text-align: center;
    font-size: 1em;
}
.searchroom-list-item .roomquantity input[type="text"] {
    width: 34px;
    height: 30px;
    border: solid 1px #D3D3D3;
    margin: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}
.searchroom-list-item .roomquantity input[type="button"] {
    color: #999999;
    text-align: center;
    font-size: 1.5em;
    width: 26px;
    height: 32px;
    background-color: #f5f5f5;
    border-color: #d3d3d3;
    border-width: 1px;
    border-style: solid;
    margin: 0;
    border-radius: 0;
}
.searchroom-list-item .roomquantity input[type="button"]:first-child {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.searchroom-list-item .roomquantity input[type="button"]:last-child {
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.searchroom-list .total-price {
    font-size: 1.125em;
    padding: 6px 0;
    background: #fff;
    border: solid 1px #d3d3d3;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 10px 10px;
    text-align: center;
}
.searchroom-list .booknow {
    float: right;
    width: 130px;
    text-align: right;
}
.searchroom-list .booknow input[type="submit"] {
    padding-left: 6px;
    padding-right: 6px;
}
/** room reservation **/

.hotelselected {
    padding: 5px 0;
    /*background:#fff;*/
}
.hotelselected h2 {
    color: #AC8B58;
    font-size: 1.5em;
    float: left;
}
.hotelselected div.stars {
    text-indent: -999em;
    overflow: hidden;
    width: 150px;
    height: 27px;
    margin-left: 20px;
    float: left;
    margin-top: 3px;
}
/*.hotelselected div.stars5 {background:url(../img/5stars.png) no-repeat;}*/

.reservrooms {
    /*background: #EEEFF0;*/
    border: solid 1px #d3d3d3;
    margin-bottom: 10px;
}
.reservroom-list-roomdetails {
    /*border-bottom:solid 1px #d3d3d3; margin-bottom:20px;*/
}
.reservroom-list-item .photo {
    position: relative;
    float: left;
    margin-right: 15px;
    width: 22%;
    max-width: 110px;
    height: 110px;
    overflow: hidden;
}
.reservroom-list-item .photo .icon-zoom {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: url(../img/ico_more_photos.png) no-repeat;
}
.reservroom-list-item .photo img {
    max-width: 110px;
    /*max-height:130px;*/
}
.reservroom-list-item .details {
    float: left;
    width: 70%;
}
.reservroom-list-item .details p {
    font-size: 0.875em
}
.reservroom-list-item .room-price {
    font-size: 1.125em;
    padding: 6px;
    background: #fff;
    border: solid 1px #d3d3d3;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 10px 0 20px 0;
    text-align: left;
    width: 60%;
}
.additional {
    border-top: solid 1px #d3d3d3;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 10px;
}
.additional-list-item {
    border-bottom: solid 1px #d3d3d3;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.additional-list-item:last-child {
    border-bottom: 0;
}
.additional-list-item .service {
    float: left;
    width: 65%;
}
.additional-list-item .quantity {
    float: right;
    width: 27%;
}
.additional-list-item .roomquantity input {
    float: left;
    -webkit-appearance: none;
    text-align: center;
    font-size: 1em;
}
.additional-list-item .roomquantity input[type="text"] {
    width: 28px;
    height: 30px;
    border: solid 1px #D3D3D3;
    margin: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}
.additional-list-item .roomquantity input[type="button"] {
    color: #999999;
    text-align: center;
    font-size: 1.5em;
    width: 25px;
    height: 32px;
    background-color: #f5f5f5;
    border-color: #d3d3d3;
    border-width: 1px;
    border-style: solid;
    margin: 0;
    border-radius: 0;
}
.additional-list-item .roomquantity input[type="button"]:first-child {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.additional-list-item .roomquantity input[type="button"]:last-child {
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
/*.reservrooms .total-price {font-size:1.25em; padding:6px 0;background:#fff; border:solid 1px #d3d3d3; border:solid 1px #d3d3d3; -webkit-border-radius: 0px 0px 6px 6px;border-radius: 0px 0px 6px 6px; margin:0 10px 10px; text-align:center;color:#000;border-top:0;}*/

.reservrooms .total-price {
    font-size: 1.25em;
    padding: 6px 0;
    background: #fff;
    border: solid 1px #d3d3d3;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 10px;
    text-align: center;
}
.reservrooms .total-price-details {
    color: #000;
    text-align: center;
    background: #fff;
    padding: 10px 0;
    -webkit-border-radius: 6px
    /*6px 0px 0px*/
    
    ;
    border-radius: 6px
    /*6px 0px 0px*/
    
    ;
    border: solid 1px #d3d3d3;
    margin: 10px 10px 0;
}
/** reservation form **/

.reservform,
.reservpayment,
.reservformvouchers {
    /*background: #EEEFF0;*/
    border: solid 1px #d3d3d3;
    margin-bottom: 10px;
    padding-bottom: 20px;
}
.reservformvouchers {
    margin-bottom: 20px;
}
.reservform label,
.reservpayment label,
.reservformvouchers label {
    width: 25%;
    text-align: right;
    float: left;
    font-size: 1rem;
    color: #000;
}
.reservform input[type="text"],
.reservpayment input[type="text"],
.reservpayment input[type="number"],
.reservform input[type="date"],
.reservform input[type="tel"],
.reservform input[type="email"],
.reservformvouchers input[type="text"],
.reservformvouchers input[type="date"],
.reservformvouchers input[type="tel"],
.reservformvouchers input[type="email"] {
    display: block;
    width: 70%;
    height: 35px;
    border: solid 1px #d3d3d3;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 20px;
    text-indent: 10px;
    float: right;
    background: #fff;
    margin-right: 10px;
    font-size: 0.875em;
}
.reservform select.cc_cardtype,
.reservpayment select.cc_cardtype,
.reservformvouchers select.cc_cardtype {
    width: 140px;
    float: left;
    margin-left: 20px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.reservform input[type="text"].cc_cvvnumber,
.reservpayment input.cc_cvvnumber,
.reservformvouchers input[type="text"].cc_cvvnumber {
    width: 100px;
    float: left;
    margin-left: 20px;
}
.reservform input[type="text"].cc_expiremonth,
.reservpayment input.cc_expiremonth,
.reservformvouchers input[type="text"].cc_cvvnumber {
    width: 100px;
    float: left;
    margin-left: 20px;
}
.reservform input[type="text"].cc_expire_year,
.reservpayment input.cc_expire_year,
.reservformvouchers input[type="text"].cc_cvvnumber {
    width: 100px;
    float: left;
    margin-left: 20px;
}
.reservform textarea,
.reservformvouchers textarea {
    display: block;
    width: 70%;
    height: 55px;
    border: solid 1px #d3d3d3;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 20px;
    text-indent: 10px;
    float: right;
    background: #fff;
    margin-right: 10px;
    font-size: 0.875em;
    padding-top: 10px;
}
.reservform .booknow,
.reservpayment .booknow {
    text-align: right;
    margin-right: 10px;
}
.reservform .booknow input[type="submit"],
.reservpayment .booknow input[type="submit"] {
    padding-left: 6px;
    padding-right: 6px;
}
.reservformvouchers label.radio {
    text-align: left;
    float: none;
    margin-right: 20px;
    cursor: pointer;
}
.reservformvouchers div.radio {
    width: 75%;
    float: right;
    margin-bottom: 20px;
}
.reservformvouchers .booknow {
    margin-left: 25%;
}
.reservformvouchers .fblogin {
    padding: 10px 0 20px 25%;
    margin-bottom: 20px;
    border-bottom: solid 1px #DEDEDE;
}

/* RESERVATION PAYMENT */
.payment-type {
  margin-bottom: 20px;
}
.payment-option {
  -webkit-box-sizing: border-box;
    box-sizing: border-box;
  display: inline-block;
  float: left;
  vertical-align: top;
  padding: 10px;
  width: 33%;
  position: relative;
}
.selected-mark {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -13px;
  width: 0; 
  height: 0; 
}
.payment-option.selected .selected-mark {
  display: inline-block;
}
.payment-type .payment-option:last-child {
  border-right: 0;
}
.payment-label,
.payment-img {
  font-size: 0.875rem;
  display: block;
  text-align: center;
}
.payment-img {
  padding: 10px 10px 0;
}
.payment-img img {
  max-width: 100%;
  height: 45px;
}
.reservform-area {
  margin-bottom: 20px;
}



/*** reservation complete ***/

.photoroom {
    float: left;
    width: 22%;
    max-width: 110px;
    height: 110px;
    margin-right: 10px;
    overflow: hidden;
}
.photoroom img {
    max-width: 110px;
    /*max-height:130px;*/
}
.reservcontent {
    width: 74%;
    float: left;
}
.reservdetails {
    background: #EEEFF0;
    margin-bottom: 20px;
}
.reservdetails p {
    margin-bottom: 10px;
    color: #999;
    font-size: 1em
}
.reservdetails .label {
    color: #000;
}
.reservdetails .code {
    color: #999;
    font-size: 1em;
}
.reservdetails .total-price {
    font-size: 1.25em;
    padding: 6px 6px 6px 10px;
    background: #fff;
    border: solid 1px #d3d3d3;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 20px 0;
    text-align: left;
    /*width:220px;*/
    
    text-transform: uppercase;
}
.reservdetails .show-map {
    font-size: 1.25em;
    padding: 6px 6px 6px 40px;
    background: url(../img/icon_map_pin.png) #EEEFF0 left center no-repeat;
    border: solid 1px #d3d3d3;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 20px 0;
    width: 190px;
}
.reservdetails .show-map a {
    color: #999;
    display: block;
    text-decoration: none;
}
.reservdetails .myreserv {
    border-bottom: solid 1px #d3d3d3;
    margin-bottom: 10px;
}
/*footer*/

footer {
    /*padding:15px;*/
}
.conditions {
    border: solid 1px #DADBDE;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #EEEFF0;
    padding: 6px 0;
    text-align: center;
    font-size: 1em;
    margin-bottom: 20px;
}
.conditions p,
.signature p {
    margin: 0;
}
.conditions p a {
    color: #333;
    text-decoration: none;
    display: block;
}
.conditions_content {
    border: solid 1px #d3d3d3;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    padding: 20px;
    margin: 15px 0;
}
#conditions_content.conditions_content {
    display: none;
}
.conditions_content p {
    margin-bottom: 20px;
    font-size: 0.875em;
}
.signature {
    border: solid 1px #EEEFF0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    padding: 6px 0;
    text-align: center;
    font-size: 0.875em;
    margin-bottom: 20px;
}
.signature p a {
    color: #999;
    text-decoration: none;
    display: block;
}
/***** LOADING *****/

#divloading {
    background: #333;
    opacity: 0.6;
    border-radius: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin-left: -75px;
    margin-top: -75px;
    z-index: 999;
    text-align: center;
}
.divloading{
    height: 100% !important;
    width: 100% !important;
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
}
#Gen {
    width: 100px;
    height: 100px;
    float: left;
    margin-left: 25px;
    margin-top: 25px;
    background: url(../img/loading2.gif) no-repeat;
    /* -webkit-transform: scale(0.4);*/
}
.Gen{    
    position: relative !important;
    margin-left: 50% !important;
    top: 50% !important;
    transform: translatey(-50%);
}
.block {
    /* -moz-border-radius:8px 8px 0px 0px;
    -webkit-border-radius:8px 8px 0px 0px;
    background-color:#efefef;
    height:36px;
    width:15px;
    float:left;
    -webkit-transform:scale(0.4);
    -webkit-animation-name: fade;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;*/
}
#rotate_01 {
    /*-webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    margin-left:1px;
    margin-top:30px;
    -webkit-animation-delay: .3s;*/
}
#rotate_02 {
    /* -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    margin-left:-5px;
    margin-top:3px;
    -webkit-animation-delay: 0.4s;*/
}
#rotate_03 {
    /*  -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    margin-left:12px;
    margin-top:-8px;
    -webkit-animation-delay: 0.5s;*/
}
#rotate_04 {
    /*  -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    margin-left:14px;
    margin-top:3px;
    -webkit-animation-delay: 0.6s;*/
}
#rotate_05 {
    /* -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    margin-left:-4px;
    margin-top:30px;
    -webkit-animation-delay: 0.7s;*/
}
#rotate_06 {
    /*  -webkit-transform:rotate(135deg);
    -moz-transform:rotate(135deg);
    margin-left:68px;
    margin-top:-8px;
    -webkit-animation-delay: 0.8s;*/
}
#rotate_07 {
    /* -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    margin-left:-43px;
    margin-top:2px;
    -webkit-animation-delay: 0.9s;*/
}
#rotate_08 {
    /* -webkit-transform:rotate(-135deg);
    -moz-transform:rotate(-135deg);
    margin-left:-72px;
    margin-top:-8px;
    -webkit-animation-delay: 1s;*/
}
@-webkit-keyframes fade {
    /* 0%{background-color:#333;}
    100%{background-color:#efefef;}*/
}
.clearfixload {
    clear: both;
    float: none;
}
/***** END LOADING ********/
/*** filter ***/

.filter {} .filtercontent h3 {
    margin-bottom: 20px;
}
.filtercontent fieldset {
    border: none;
}
.filtercontent label {
    margin-left: 10px;
    cursor: pointer;
}
/*** vouchers ***/

.vouchers h2 {
    font-size: 1.5em;
    color: #333;
}
.vouchers-list {
    margin: 20px 0;
}
.vouchers-list-item {
    margin-bottom: 20px;
    background: #EEEFF0;
    position: relative;
}
.vouchers-list-item:last-child {
    margin-bottom: 0;
}
.vouchers-list-item .ico {
    position: absolute;
    top: -2px;
    left: 130px;
    width: 32px;
    height: 102px;
    background: url(../img/ico_voucher.png) no-repeat;
}
.vouchers-list-item .photo {
    position: relative;
    float: left;
    width: 22%;
    max-width: 110px;
    height: 110px;
    overflow: hidden;
}
.vouchers-list-item .photo .icon-zoom {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: url(../img/ico_more_photos.png) no-repeat;
}
.vouchers-list-item .photo img {
    max-width: 110px;
    /*max-height:130px;*/
}
.vouchers-list-item .details {
    float: left;
    width: 60%;
    padding-right: 10px;
    margin: 10px 0 10px 48px;
}
.voucherscollapsible {
    /*margin-top:10px;*/
}
.vouchersdetails p {
    font-size: 0.875em;
}
.voucherscollapsible .vouchersdetails {
    background: url(../img/bg_collapsible_top_t_default.png) repeat-x #EEEFF0;
}
.voucherscollapsible .booknow {
    padding: 20px;
}
/*** services ***/

.services h2 {
    font-size: 1.5em;
    color: #333;
}
.services-list {
    margin: 20px 0;
}
.services-list-item {
    margin-bottom: 20px;
    background: #EEEFF0;
    position: relative;
}
.services-list-item:last-child {
    margin-bottom: 0;
}
.services-list-item .ico {
    position: absolute;
    top: -2px;
    left: 150px;
    width: 32px;
    height: 102px;
    background: url(../img/ico_voucher.png) no-repeat;
}
.services-list-item .photo,
.services-list-item-details .photo {
    position: relative;
    float: left;
    width: 22%;
    max-width: 110px;
    height: 110px;
    overflow: hidden;
}
.services-list-item .photo .icon-zoom {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: url(../img/ico_more_photos.png) no-repeat;
}
.services-list-item .photo img,
.services-list-item-details .photo img {
    max-width: 110px;
    /*max-height:130px;*/
}
.services-list-item .details,
.services-list-item-details .details {
    float: left;
    width: 60%;
    padding-right: 10px;
    margin: 10px 0 10px 10px;
}
.servicescollapsible {
    /*margin-top:10px;*/
}
.servicesdetails p {
    font-size: 0.875em;
}
.servicescollapsible .servicesdetails {
    background: url(../img/bg_collapsible_top_t_default.png) repeat-x #EEEFF0;
}
.servicescollapsible .booknow {
    padding: 20px;
}
.bookdate {
    border: 1px solid #ECEDF0;
    background: #F7F8FB;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.services_selectday {
    background: url(../img/bg_ico_day_1.png) left 22px no-repeat;
    width: 45%;
    float: left;
}
.services_selecthour {
    background: url(../img/bg_ico_day_2.png) left 22px no-repeat;
    width: 45%;
    float: left;
}
.bookdate .dpDiv {
    padding-top: 20px;
    clear: both;
}
.program-list-item .dpDiv {
    margin-top: 20px;
}
.bookdate .calendarplace {
    clear: both;
}
.services_selectday h4,
.services_selecthour h4 {
    margin-left: 55px;
    margin-bottom: 10px;
}
.services_selectday .dates,
.services_selecthour .hours {
    margin-left: 55px;
}
.services_selecthour .hours {
    min-height: 35px;
}
.servicescollapsible .dates {
    background: url(../img/bg_checkin.png) no-repeat;
    padding-left: 38px;
    height: 35px;
    background-size: 32px 30px;
}
@media \0screen {
    .servicescollapsible .dates {
        background-image: url("../img/bg_checkinie8fb.png");
        background-repeat: no-repeat;
    }
}
*+html .servicescollapsible .dates {
    background-image: url("../img/bg_checkinie8fb.png");
    background-repeat: no-repeat;
}
.servicescollapsible .dates .datecheck {
    /*width:74px;*/
    
    padding: 8px 15px 7px 10px;
    border: solid 1px #D3D3D3;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 0;
    -webkit-appearance: none;
    text-align: left;
    font-size: 1em;
    float: left;
    margin-left: 5px;
    color: #333;
    background: #fff;
}
.services-list-item .room-price {
    font-size: 1.125em;
    padding: 6px;
    background: #fff;
    border: solid 1px #d3d3d3;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 10px 0 20px 0;
    text-align: left;
    width: 55%;
}
.services-list-item-details .room-price {
    font-size: 1.125em;
    padding: 6px;
    background: #fff;
    border: solid 1px #d3d3d3;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 10px 0;
    text-align: left;
    width: 150px;
    min-width: 30%;
}
/**** intro *****/

#introcontainer {
    padding-top: 10px;
}
.introhotel {
  margin-bottom: 20px;
}
.introhotel-gruplogo {
  text-align: center;
  margin-bottom: 20px;
}
.introhotel-gruplogo img {
    max-width: 150px;
}
.introhotel h2 {
    text-align: center;
    font-size: 1.875rem;
    margin-bottom: 20px;
}
.introhotel-details {

}
.introhotel-photos {
  -webkit-box-sizing: border-box;
    box-sizing: border-box;
  border-radius: 6px 6px 0 0;
  /*padding: 10px;*/
  overflow: hidden;
}
.introhotel-photo {
  -webkit-box-sizing: border-box;
    box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 20%;
  float: left;
  padding: 20px;
  height: 170px;
}
  .introhotel-photos .introhotel-photo:last-child {
    border-right: 0;
  }
  .introhotel-photo img {
    max-width: 100%;
    max-height: 130px;
  }
.types {
  -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 0 0 6px 6px;
}
.types h3 {
    text-align: center;
    font-size: 1.25rem;
}
.types h3 a {
    text-decoration: none;
    display: block;
}
.type {
  -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.type p {
    text-align: center;
}
.types .type3 {
    width: 33%
}
.types .type2 {
    width: 50%
}
.types .type1 {
    width: 100%
}
.types .type {
    float: left;
}


.appinfo {
    border-top: solid 1px #D3D3D3;
    border-bottom: solid 1px #D3D3D3;
    padding: 20px 100px;
    background: url(../img/bg_appinfo.png) no-repeat 20px 20px;
    margin-bottom: 45px;
}
.appinfo h3 {
    font-size: 1.25em;
    color: #AC8B58;
    font-weight: 600;
}
.appinfo ul li {
    color: #999;
    font-size: 1.25em;
}
/** private area **/

.my_activereservations {
    background: #F7F8FB;
    border: solid 1px #ECEDF0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 20px;
}
/** private area form **/

.privatearea form {
    margin-bottom: 20px;
}
.privatearea {
    background: #fff;
    margin-bottom: 10px;
}
.privatearea label {
    width: 22%;
    text-align: right;
    float: left;
}
.privatearea input[type="text"],
.privatearea input[type="date"],
.privatearea input[type="tel"],
.privatearea input[type="email"] {
    display: block;
    width: 75%;
    height: 35px;
    border: solid 1px #d3d3d3;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 20px;
    text-indent: 10px;
    float: right;
}
.privatearea textarea {
    display: block;
    width: 75%;
    height: 65px;
    border: solid 1px #d3d3d3;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 20px;
    text-indent: 10px;
    float: right;
}
.privatearea .booknow {
    padding-left: 25%;
}
.privatearea .booknow input[type="submit"] {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
}
.pImgContent{
    overflow:hidden;
    position:relative;
    width:578px;
    height:355px;
    background-size:100% auto;
    background-position:center center;
}
.pImgContent img{
    display:none !important;
}