#jh-itemWrapper {
    position: relative;
}
#jh-itemWrapper textarea {
    box-sizing: border-box!important;
}
#jh-itemWrapper .jh-headerBox  h1 {
    font-size: 40px;
    line-height: 38px;
}
#jh-itemWrapper .jh-headerBox .jh-headerCategory {
    padding-top: 2px;
    font-size: 20px
}
#jh-itemWrapper .jh-headerBox .social {
    display: block;
}
#jh-itemWrapper .jh-addressBox {
    font-size: 14px;
    color: #999999;
}
#jh-itemWrapper .jh-businessType {
    color: #000000
}
#jh-itemWrapper .jh-mainBox {
    padding: 10px;
    border: 1px solid #DDDDDD;
}
#jh-itemWrapper #jh-item-box-tabs-two-body {
    position: relative;
    display: block;
    padding-top: 10px;
}

#jh-itemWrapper .jh-mapBox label {
    display: inline-block;
}
#jh-itemWrapper #jh-mapsMap {
    border: 1px solid #DDD;
}
#jh-itemWrapper .jh-fields-container-location label,
#jh-itemWrapper .jh-fields-container-resources label,
#jh-itemWrapper .jh-fields-container-price label,
#jh-itemWrapper .jh-fields-container-main label,
#jh-itemWrapper .jh-fields-container-facilities label {
    font-weight: bold
}
#jh-itemWrapper .jh-photoBox {
    left: auto;
    padding: 10px;
    position: absolute;
    right: 30px;
    top: 30px;
    max-width: 180px;
    min-width: 160px; 
}
#jh-itemWrapper .jh-priceBox {
    padding: 10px;
    margin-bottom: 10px;
    background: none repeat scroll 0 0 rgba(254, 254, 254, 0.85);
    border: 1px solid #DDD;
}
#jh-itemWrapper .jh-price {
    margin: 10px 0;
    font-size: 2.2em;
    font-weight: bold;
    text-align: right;
    color: #E04F00;
    font-family: sans-serif;
}
#jh-itemWrapper .jh-priceCurency {
    font-weight: normal;
}
#jh-itemWrapper .jh-ratingsBox {
    padding: 10px;
    text-align: center;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
}
#jh-itemWrapper .jh-arrow {
    margin: -20px 0 0 105px;
    posiiton: relative;
    display: block;
    width: 32px;
    height: 32px;
    
}
#jh-itemWrapper .jh-ratingsNumber {
    color: #DDDDDD;
    font-size: 2.1em;
    font-weight: bold;
    font-family: sans-serif;
}
#jh-itemWrapper .jh-ratingsNormal {
    color: #999999;
    font-size: 12px;
}
#jh-itemWrapper .jh-ratingsPercent {
    margin-left: 10px;
    font-size: 2.1em;
    font-weight: bold;
    color: #E04F00;
    font-family: sans-serif;
}
#jh-itemWrapper .jh-ratingsSummary {
    margin-top: 10px;
    color: #FFFFFF;
    font-size: 1.7em;
}
#jh-itemWrapper .i-icon-arrow2 {
    position: absolute;
    left: 50%;
    margin-top: -10px;
}
#jh-itemWrapper .jh-bookBox {
    border: 1px solid #DDDDDD;
    padding: 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
#jh-itemWrapper .jh-accordionHeader a, #jh-bookingWrapper .jh-accordionHeader a {
    color: #4E4E4E;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
}
#jh-itemWrapper .jh-accordionBody, 
#jh-bookingWrapper .jh-accordionBody {
    margin: 0;
    width: 100%;
    min-height: 10px;
    padding-top: 25px;
    background: url("../images/separator-long.png") no-repeat;

}
#jh-itemWrapper .jh-accordion a, 
#jh-bookingWrapper jh-accordion a {
    color: #4E4E4E;
    display: block;
    font-size: 1em;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
}
#jh-itemWrapper .jh-resourceBox {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 10px;
    clear: both;
    cursor: pointer;
    border-bottom: 1px solid #CCCCCC;
}
#jh-itemWrapper .jh-imgBox {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-image: linear-gradient(#FFFFFF, #F2F2F2);
    border: 1px solid #C7C7C7;
    display: block;
    height: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s fade 0s;
}
#jh-itemWrapper .jh-resourceBox:hover .jh-imgBox  {
    opacity: 0.3;
    height: 100%;
}
#jh-itemWrapper .jh-resourceBox.jh-selected {
    background-image: linear-gradient(#FFFFFF, #F2F2F2);
    border: 1px solid #C7C7C7;
}
#jh-itemWrapper .jh-resourceActive {
    background: #EFEFEF;
    box-shadow: inset 0px 0px 2px rgba(0,0,0,0.2);
}
#jh-itemWrapper .jh-resourceDescription p {
    margin: 0;
}
#jh-itemWrapper .i-selected {
    margin: 10px 0;
}
#jh-itemWrapper .jh-resourceParameters {
    width: 100%;
    margin: 10px 0;
}
#jh-itemWrapper .jh-resourceParameters label {
    display: block;
    font-size: 11px;
    font-weight: bold;
}
#jh-itemWrapper .jh-resourceSummaryBox {
    padding: 10px;
    border: 2px solid #E04F00;
    text-align: center;
    background: url("../images/pattern01.png") repeat scroll 0 0 #fff;
}
#jh-itemWrapper .jh-resourceSummaryTotal {
    margin: 10px 0;
    font-size: 18px;
    color: #E04F00;
}
#jh-itemWrapper .jh-resourceSummaryPrice {
    font-size: 26px;
    font-weight: bolder;
    font-family: sans-serif;
    font-weight: bold;
}
#jh-itemWrapper .jh-resourceSummaryDiscount {
    font-size: 18px;
    color: #E04F00;
}
#jh-itemWrapper .jh-resourceSummarySave {
    text-transform: uppercase;
}

#jh-itemWrapper .jh-resourceSummaryPrepayment {
    border-top: 1px dotted #DDD;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 12px
}
#jh-itemWrapper .jh-bookInfo {
    margin: 20px 0;
    border: 1px solid #DDDDDD;
    padding: 5px;
    font-size: 12px;
    color: #555;
}

/*
FULL CALENDAR BOOKING
*/

.fc td {
    background: #EFEFEF
}

.fc-week .promotion {
    font-weight: normal;
    font-size: 10px;
}
.fc-last {
    
}
.jh-accordionBody .jh-calendar-available {
    background: #ED5565;
    color: #ffffff;
    text-align: center;
}
.jh-calendar-checked {
    background: #444444!important;
    color: #ffffff;
    text-align: center;
}
.jh-calendar-no-rooms {
    background: url("../images/pattern.png") scroll 0 0 rgba(0, 0, 0, 0)!important;
}

.jh-promotion {
    background: #f84239;
}

.jh-calendar-available {
    cursor: pointer;
}

.jh-accordionBody .jh-calendar-left-block {
    background-image: url("../images/cal-left.jpg");
    background-repeat: no-repeat;
}

.jh-accordionBody .jh-calendar-right-block {
    background-color: #efefef;
    background-image: url("../images/cal-right.jpg");
    background-repeat: no-repeat;
}

.jh-calendar-available:hover {
    background: #444;
}

/*TABS*/
#jh-tabsBox {
    margin: 20px 0;
}

#jh-tabsBox .jh-tabsBody {
    display: block;
    margin: 0;
    padding: 10px;
    width: 100%;
    clear: both;
    border: 1px solid #DDDDDD;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#tab .cd-customfield-label,
#custom-tab .cd-customfield-label {
    display: none
}

#jh-tabsBox .jh-item-gallery2 img {
    margin-right: 10px;
    margin-bottom: 10px;
}

#jh-item-box-tabs ul#jh-item-box-tabs-menu, #jh-item-box-tabs ul#jh-item-box-tabs-two-menu {
    margin: 0!important; 
    padding: 0;
}

#jh-item-box-tabs-menu li, #jh-item-box-tabs-two-menu li {    
    float: left;
    background-image: none;
    border: 0 none;
    outline: medium none;
    padding: 0;
    margin-right: 2px!important;
    cursor: pointer; 
    border-top: 1px solid #DDDDDD; border-left: 1px solid #DDDDDD; border-right: 1px solid #DDDDDD;
    margin-bottom: -1px!important;
    list-style: none;
}
#jh-item-box-tabs-menu li a, #jh-item-box-tabs-two-menu li a  {
    display: block;
    line-height: 20px;
    padding: 12px 25px;
    transition-duration: 0.15s;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: inset 0 -5px 5px -5px #ccc;
    -moz-box-shadow: inset 0 -5px 5px -5px #ccc;
    -webkit-box-shadow: inset 0 -5px 5px -10px #ccc;
}
#jh-item-box-tabs-two-body {
    display: block;
    clear: both;
}
#jh-item-box-tabs .jc-active a {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;   
}
#jh-item-box-tabs .jc-active {
    margin-bottom: -1px!important;
    background: none repeat scroll 0 0 #FFF;
    border-top: 1px solid #DDDDDD; border-left: 1px solid #DDDDDD; border-right: 1px solid #DDDDDD;
}


/*REVIEWS*/
#jh-tabsBox .jh-reviewsBody {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #CCCCCC;
}

#jh-tabsBox .jh-reviewsUser {
    margin-top: -15px;
    margin-bottom: 10px;
    font-weight: bold
}
#jh-tabsBox .jh-reviewsUserRatingBox {
    margin: 10px 0;
}
#jh-tabsBox .jh-ReviewsScoreDescr {
    font-size: 10px;
    text-transform: uppercase;
    color: #999
}
#jh-tabsBox .jh-reviewsGauges {
    display: block;
    float: left;
    margin: 10px;
    text-align: center;
    max-width: 170px; 
    min-height: 70px;
}
#jh-tabsBox .jh-item-reviews .jh-reviewsGauges label {
    float: left;
    display: block;
    width: 100px;
    font-size: 12px;
    padding-right: 5px;
}
#jh-tabsBox .jh-gaugesSmall label, 
.reviewsGauges label {
    display: block;
    font-size: 12px;
    padding-bottom: 5px;
}

#jh-tabsBox .jh-reviewsBody .tooltip {
    min-width: 300px;
}

#jh-tabsBox .jh-writeReviewBox label, 
.jh-reviewsFilter label {
    display: block;
    font-weight: bold
}
#jh-bookingWrapper label {
    display: block;
}
#jh-tabsBox .jh-reviewsLikes {
    display: block;
    margin-top: 20px;
    clear: both;
    text-align: right
}

#jh-tabsBox .jh-reviewsBodyDate {
    font-size: 10px; 
    text-align: right
}
#jh-tabsBox .jh-reviewsBodyRecommend label {
    display: inline-block;
    font-weight: bold;
}

#jh-tabsBox .invalid {
    color:#ff0000!important
}

/*CONTACT*/
#jh-itemWrapper .jh-contactBox {
    border: 1px solid #DDDDDD;
}
#jh-itemWrapper .jh-contactBox h2 {
    font-size: 22px;
    line-height: 24px;
}
#jh-itemWrapper .jh-contactBoxBody label {
    display: block;
}
#jh-itemWrapper .jh-contactDates {
    padding: 10px;
    border: 1px dotted #DDD;
    background: #EFEFEF;
}
#jh-itemWrapper .jh-contactCaptcha {
    width: 100%;
    margin: 10px 0;
    text-align: right;
}

/*OTHER*/
.social {
    margin-bottom: 10px;
    font-size: 1px;
}
/* This gets Facebook to fall into place */
.social iframe {
    vertical-align: middle;
}
/* Set an optional width for your button wrappers */
.social span {
    display: inline-block;
    width: 110px;
}
/* Adjust the widths individually if you like */
.social .google {
    width: 75px;
}
.clear {
    clear: both;
}


@media only screen and (max-width : 480px) {
    /* Smartphone view: 1 tile */
    #jh-item-box-tabs-menu li, #jh-item-box-tabs-two-menu li { 
        float: none;
        width: 100%
    }
    #jh-item-box-tabs-menu li label, #jh-item-box-tabs-two-menu li label {
        display: block
    }
    #jh-itemWrapper .jh-mapHeader label {
        display: block
    }
    #jh-itemWrapper .social {
        clear: both;
        display: block;
        margin: 10px 0;
    }

}
@media only screen and (max-width : 650px) and (min-width : 481px) {
    /* Tablet view: 2 tiles */
    #jh-item-box-tabs-menu li, #jh-item-box-tabs-two-menu li { 
        float: none;
        width: 100%
    }
    #jh-itemWrapper .jh-mapHeader label {
        display: block
    }
}

/*BOOKING*/

#jh-bookingWrapper {
    position: relative;
    max-width: 900px;
}

#jh-bookingWrapper .jh-bookingHeader {
    width: 100%;
}

#jh-bookingWrapper .jh-bookingBody {
    position: relative;
    display: block;
    width :100%;
    margin: 20px 0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#jh-bookingWrapper .jh-checkoutBar {
    height: 65px;
    width: 500px;
    margin: 20px 0;
}

#jh-bookingWrapper .jh-bookingSummaryBox {
    border: 2px solid #999999;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#jh-bookingWrapper .jh-bookingSummaryDetailsBox {
    border-right: 1px dotted #ccc;
}

#jh-bookingWrapper .jh-bookingSummaryPriceBox {
    text-align: center;
}

#jh-bookingWrapper .jh-bookingSummaryTotal {
    color: #E04F00;
    font-size: 18px;
    margin: 20px 0;
    width: 100%;
}

#jh-bookingWrapper .jh-bookingSummaryNoPeople {
    text-align: left;
    padding-left: 20px;
}

#jh-bookingWrapper .jh-bookingSummaryPrice {
    font-size: 32px;
    font-weight: bolder;
}

#jh-bookingWrapper .jh-bookingSummaryLabels {
    font-weight: bold;
}

#jh-bookingWrapper .jh-bookingSummaryDates {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

#jh-bookingWrapper .jh-bookingSummaryDate {
    font-size: 16px;
    color: #E04F00;
    font-weight: bold;
}

#jh-bookingWrapper .jh-bookingAddons {
    margin: 20px 0;
}

#jh-bookingWrapper .jh-bookingAddonsDescr {
    color: #999;
}

#jh-bookingWrapper .jh-bookingAddons h2 {
    float: left;
}

#jh-bookingWrapper .jh-bookingAddons .jh-bookingAddonsPrice {
    float: right;
    font-size: 26px;
    color: #777;
    font-family: "Helvetica Narrow","Arial Narrow",Tahoma,Arial,Helvetica,sans-serif;
    height: 32px;
    line-height: 32px;
}

#jh-bookingWrapper .jh-bookingAddons label {
    display: inline-block;
}

#jh-bookingWrapper .jh-bookingAddons .jh-block-row {
    margin-left: 20px;
}

#jh-bookingWrapper .jh-bookingRegister {
    padding: 10px;
    border: 1px solid #ccc;
}

#jh-bookingWrapper .jh-checkout-breadcrumb-container {
    height: 32px;
    margin-left: 35px;
    margin-top: 4px;
    position: relative;
    width: 427px;
}

#jh-bookingWrapper .jh-checkout-breadcrumb-bg {
    background: url("../images/checkout-breadcrumb-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 32px;
    left: 0;
    position: absolute;
    top: 0;
    width: 427px;
    z-index: 1;
}

#jh-bookingWrapper .jh-checkout-breadcrumb-bar {
    background: none repeat scroll 0 0 #E85200;
    height: 6px;
    left: 16px;
    position: absolute;
    top: 13px;
    width: 1px;
    z-index: 2;
}

#jh-bookingWrapper .jh-checkout-breadcrumb-bullet {
    background: url("../images/checkout-breadcrumb-bullet.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: none;
    height: 22px;
    position: absolute;
    top: 5px;
    width: 22px;
    z-index: 3;
}

#jh-bookingWrapper .jh-checkout-caption {
    color: #919191;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    width: 100px;
}

#jh-bookingWrapper .jh-bookingAddonsFooter {
    width: 100%;
    display: block;
    padding-top: 10px;
    margin-top: 20px;
    border-top: 1px solid #ccc;
    text-align: right;
}

#jh-bookingWrapper .jh-checkoutOr {
    font-size: 22px;
    font-weight: bold;
}

#jh-bookingWrapper .jh-bookingBody h2, #jh-bookingWrapper .jh-bookingBody h3  {
    color: #4E4E4E;
    display: block;
    height: 32px;
    line-height: 32px;
}

#jh-bookingWrapper .jh-bookingBody h2 {
    font-size: 16px;
    font-weight: bold;
}

@media only screen and (max-width : 480px) {
    /* Smartphone view: 1 tile */
    #jh-bookingWrapper .jh-checkoutBar {
        display: none;
    }
}

/* Slideshow */

.jc-slider-arrow-left, .jc-slider-arrow-right, .jssora03ldn, .jssora03rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(../images/a03.png) no-repeat;
    overflow: hidden;
}

.jc-slider-arrow-left {
    background-position: -11px -41px;
}

.jc-slider-arrow-right {
    background-position: -71px -41px;
}

.jc-slider-arrow-left:hover {
    background-position: -131px -41px;
}

.jc-slider-arrow-right:hover {
    background-position: -191px -41px;
}

.jssora03ldn {
    background-position: -251px -41px;
}

.jssora03rdn {
    background-position: -311px -41px;
}

.jc-slider-thumbnail .p:hover .c, .jc-slider-thumbnail .pav:hover .c, .jc-slider-thumbnail .pav .c {
    background: url("../images/t01.png") repeat scroll center center rgba(0, 0, 0, 0);
    border-width: 0;
    position: absolute;
    height: 80px;
    left: 0px;
    top: 0px;
    width: 80px;
}

.jc-slider-thumbnail .c {
    height: 80px;
    left: 0;
    position: absolute;
    top: 0;
    width: 80px;
}

#jc-slideshow-jssor .w { 
    width: 80px; 
    height: 80px; 
}

