@import url(https://www.planyo.com/libs/apis-fonts/open-sans.css); /* external_font */

/*
Scheme: Bootstrap
Description: General stylesheet
*/

html .planyo {
    font-family: "Roboto", sans-serif; /* global_style:font-family */
    font-size: 14px; /* global_style:font-size */
    font-weight: 400; /* global_style:font-weight */
    font-style: normal; /* global_style:font-style */
    color: #333; /* global_style:color */
    background-color: #fff; /* global_style:background-color */
    line-height: 16px;
    clear: both;
    -webkit-font-smoothing: antialiased;
    box-sizing: initial;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    overflow-x: hidden;
}

html .planyo a {
    box-shadow: none;
    transition: initial;
    -webkit-box-shadow: none;
    color: #17245e; /* global_style:link-color */
}
html .planyo a:hover {
    color: #253340; /* global_style:link-hover-color */
    text-decoration: none;
    -webkit-box-shadow: none;
}
html .planyo ol,
html .planyo ul,
html .planyo ul li {
    list-style: none;
    list-style-type: none;
}
html .planyo img {
    margin: 0px;
    img-webkit-transform: initial !important;
    -ms-transform: initial !important;
    -moz-transition: initial !important;
    -webkit-transition: initial !important;
    transition: initial !important;
    -webkit-transition-timing-function: initial !important;
    transition-timing-function: initial !important;
    -webkit-transform: initial !important;
}
html .planyo .img-thumbnail {
    transform: initial !important;
}

/* fonts*/
.planyo #resource-details h1,
.planyo #reservation-code h1,
.planyo #payment-code h1,
.planyo #completed_code h1,
.planyo #details_code h1,
.planyo #shopping_cart_items h1,
.planyo #products-code h1 {
    color: #428bca; /* global_style:big-heading-color */
    line-height: 45px;
    font-weight: 200;
    position: relative;
    margin-bottom: 35px;
    margin-top: 20;
    font-size: 45px; /* global_style:big-heading-font-size */
    text-align: center;
}
html .planyo .lead {
    font-size: 14px;
    color: #000;
}
html .planyo .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
html .container.planyo {
    margin-right: auto;
    margin-left: auto;
}

/* buttons*/
html .planyo a.btn.btn-primary.btn-lg,
html .planyo a.btn.btn-primary,
html .planyo a.btn.btn-primary.btn-lg,
html .planyo a.btn.btn-info.btn-lg,
html .planyo .btn-primary.btn-lg,
input.cart_popup_button,
input#add_cart_button,
html .planyo input[type="button"],
html .planyo .btn-group .btn-primary {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 30px;
    background-color: #0181c8;
    font-weight: 600;
    color: white;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}
.planyo a.btn.btn-primary.btn-lg:hover,
.planyo a.btn.btn-primary:hover,
.planyo a.btn.btn-primary.btn-lg:hover,
.planyo .btn-primary.btn-lg:hover,
.planyo a.btn.btn-info.btn-lg:hover,
input.cart_popup_button:hover,
input#add_cart_button:hover,
.planyo input[type="button"]:hover,
html .planyo .btn-group .btn-primary:hover {
    border-color: #357ebd; /* buttons:border-color */
    background-color: #253340; /* buttons:hover-background-color */
    color: #fff; /* buttons:hover-color */
    cursor: pointer;
}

/* resource list large content*/
#resources .resource-info,
#searchview-code .resource-info {
    margin-bottom: 70px;
    zoom: 1;
}
#resources .resource-image,
#searchview-code .resource-image {
    padding: 0px;
    max-height: 230px;
    overflow: hidden;
}
.planyo .img-responsive {
    width: 100%;
}
#resources .resource-info:first-child,
#searchview-code .resource-info:first-child {
    margin-top: 0;
}
#resources .resource-description,
#searchview-code .resource-description {
    text-align: justify;
    margin-bottom: 10px;
}
#resources .resource-contents h2,
#searchview-code .resource-contents h2 {
    margin-top: 0;
}
#resources .resource-props,
#searchview-code .resource-props {
    text-align: right;
}
#resources .action-buttons,
#searchview-code .action-buttons {
    display: flex;
    justify-content: flex-end;
}
#resources .resource-name,
#search-results .resource-name {
    font-size: 30px; /* resource_name_in_lists:font-size */
}
#resources .resource-description,
#search-results .resource-description {
    font-size: 14px; /* resource_description_in_lists:font-size */
    color: #333; /* resource_description_in_lists:color */
}
.col-sm-12.resource-contents {
    padding: 0;
    margin: 0;
}
.col-xs-12.custom_properties {
    text-align: right;
    margin-bottom: 5px;
    padding: 0px;
}
.custom_properties_icons i.mdi {
    color: #428bca;
    padding-right: 5px;
    margin: 10px 0px;
}
.custom_properties_icons {
    text-align: left;
    margin-left: 10px;
}
#resources .planyo_cart_widget,
#resource-details .planyo_cart_widget {
    margin-top: 10px;
    float: right;
}
/* search results */
html .search-result-container {
    margin-top: 30px;
}
html .search-price h2 {
    text-align: center;
    margin: 5px 0px;
    padding: 10px;
    border-radius: 4px;
    background-color: #0000000a; /* price_in_lists:background-color */
    display: inline-block;
    padding-top: 5px;
    font-weight: 600;
    line-height: 1.7;
    color: #428bca; /* price_in_lists:color */
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 14px; /* price_in_lists:font-size */
    float: right;
}
#search_results .time-ranges,
#search_results .resource-description {
    width: 100%;
    display: inline-block;
    padding: 5px 0px;
}
#search_results .result_range a {
    margin: 5px 2px 5px 0px;
    padding: 1px 5px 5px 5px;
    border-radius: 4px;
    display: inline-block;
    font-weight: 400;
    font-size: 14px; /* date_ranges_in_lists:font-size */
    background-color: #0000000a; /* date_ranges_in_lists:background-color */
    display: inline-block;
    padding-top: 5px;
    color: #428bca; /* date_ranges_in_lists:color */
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
/* horizontal search box */
.planyo #search_form.form-inline .planyo-form-item-group {
    margin-right: 30px;
}
.planyo #search_form.form-inline .planyo-form-item-group label {
    margin-right: 10px;
}
.planyo #search_form.form-inline #res_form_buttons {
    display: inline-block;
}

/* shopping cart */
#shopping-cart .resource-contents h2 {
    margin-top: 0;
}
#shopping_cart_items h3 {
    text-align: right;
    color: #428bca;
    font-weight: 700;
    font-size: medium;
    padding-right: 15px;
}
.planyo #shopping-cart .img-responsive {
    width: 100px;
    float: left;
    margin-right: 20px;
    border: 0px;
}
#shopping-cart .col-xs-8.resource-contents {
    padding-left: 0px;
}
.planyo .col-sm-1.resource-thumbnail {
    padding: 0px;
}
#shopping-cart h4 {
    color: #428bca; /* shopping_cart:color */
    font-size: medium; /* shopping_cart:font-size */
}
.planyo #shopping-cart .list-group-item {
    border-left: 0px;
    border-right: 0px;
    position: initial;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.planyo li.list-group-item.cart-item:first-child {
    border-top: 0px;
}
#shopping-cart .col-xs-5 h4 {
    float: left;
}
#shopping-cart .col-xs-5 .action-buttons {
    float: right;
}

/* resource details */
#resource-details .resource-img {
    width: 100%;
}
#resource-details .carousel {
    position: relative;
    padding: 0;
}
#resource-details .description {
    text-align: justify;
    padding-top: 30px;
    font-size: 16px;
    line-height: 1.7;
    width: 100%;
}
#resource-details h1,
.planyo #products-code h1,
#resource-details .calendar-preview,
#resource-details .resource-footer {
    text-align: center;
}
#resource-details .resource-footer {
    margin-top: 30px;
    margin-bottom: 20px;
}
#resource-details .custom_property {
    text-align: center;
    float: left;
    margin: 5px 10px;
    padding: 6px 10px 8px 10px;
    border-radius: 4px;
    display: inline-block;
    font-weight: 500;
    line-height: 1.7;
    font-size: 15px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.planyo #resource-details .custom_properties {
    margin: 0px 0px 0px -20px;
}
.planyo #resource-details .custom_properties i.mdi {
    font-weight: 900;
}

.planyo .custom_properties {
    width: 100%;
    display: inline-block;
}

iframe.calprev_iframe.caltype_multi-month-responsive {
    max-width: 100%;
    display: inline-block;
}

/* reservation steps - desktop */
span.reservation_step,
span.reservation_step_current {
    display: inline-block;
    margin-right: 25px;
    max-width: 80px;
    vertical-align: top;
}
.reservation_step .reservation_step_img,
.reservation_step_current .reservation_step_img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    padding-top: 1px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    line-height: initial;
}
.reservation_step_current .reservation_step_name {
    color: #428bca; /* reservation_form_steps:active-label-color */
}
.reservation_step .reservation_step_name {
    color: #25334038; /* reservation_form_steps:inactive-label-color */
}
.reservation_step .reservation_step_img {
    background-color: #25334038; /* reservation_form_steps:inactive-background-color */
}
.reservation_step_current .reservation_step_img {
    background-color: #428bca; /* reservation_form_steps:active-background-color */
}
.reservation_step .reservation_step_name,
.reservation_step_current .reservation_step_name {
    font-family: sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 8px;
}
.reservation_step_current .reservation_step_img_text,
#steps-desktop .reservation_steps .reservation_step .reservation_step_img_text strong,
div.reservation_step_img_text {
    padding-top: 9px;
    font-size: 16px;
    color: #fff; /* reservation_form_steps:step-number-color */
    text-align: center;
}
.reservation_step_current .reservation_step_img_text {
    color: #fff; /* reservation_form_steps:step-number-color */
}
html .with-status-border-error {
    border: 1px solid red !important;
}

/* reservation form */
html .planyo textarea,
html .planyo input[type="text"],
html .planyo input[type="password"],
html .planyo input[type="date"],
html .planyo input[type="email"],
html .planyo input[type="tel"],
html .planyo input[type="number"] {
    background: white;
    color: #555;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    box-shadow: none;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    line-height: initial !important;
    width: 100%;
}
html .planyo input[type="text"],
html .planyo input[type="password"],
html .planyo input[type="date"],
html .planyo input[type="email"],
html .planyo input[type="tel"],
html .planyo input[type="number"] {
    height: 36px !important;
}
#reserve_form {
    margin-top: -20px;
}
.checkout-details-form #reserve_form {
    margin-top: 0;
}
html .planyo .form-control,
#planyolang {
    border-radius: 4px;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 6px 12px;
    display: block;
    width: 100%;
    height: 36px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
}

.planyo .form-control-static {
    min-height: 0;
}

#reserve_form label {
    display: block;
    float: none;
    width: 100%;
    color: #428bca; /* reservation_form_item:color */
    font-size: 14px; /* reservation_form_item:font-size */
}
#reserve_form .help-block {
    color: #737373; /* reservation_form_item:annotation-color */
}
#reserve_form.title_left label.col-sm-1 {
    width: 12%;
    float: left;
}
#reserve_form.title_left label.col-sm-3 {
    float: left;
    width: 25%;
}
#reserve_form.title_left {
    margin-left: 15px;
}
#planyolang {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.planyo .datefld .input-group-addon:hover {
    cursor: pointer;
}
.number-parent .input-group-addon .input-group-text {
    line-height: 16px;
}
#search_form.form-inline .poweredby {
    display: none;
}
#search_form.form-inline .number-parent input.form-control {
    max-width: 80px;
}

#reserve_form #row_resource_name {
    display: none;
}
.planyo .language {
    float: right;
    padding-left: 0;
}

.planyo textarea#user_notes {
    min-height: 128px;
}
#reservation-code #resource_name {
    display: none;
}

#reservation-code .col-xs-6.prefix {
    padding-right: 0px;
}
#reservation-code .col-xs-6.p_number {
    padding-left: 0px;
}

#reservation-code select#mobile_country_param,
#reservation-code select#phone_country_param {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-right: 0px;
}
#reservation-code input#mobile_number_param,
#reservation-code input#phone {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-left: 0px;
}
#reservation-code #from_calendar {
    padding: 0 0 0 15px;
}
#reservation-code .date-part-day select,
#reservation-code .date-part-year select {
    padding: 6px 0px 6px 10px;
}
#reservation-code .date-part-day {
    width: 22%;
    padding-right: 0px;
    float: left;
}
#reservation-code .date-part-month {
    width: 48%;
    padding-right: 0px;
    float: left;
}
#reservation-code .date-part-year {
    width: 26%;
    padding-right: 0%;
    float: left;
}
#reservation-code h3 {
    font-size: 22px; /* reservation_form_section:font-size */
    font-family: "Roboto", sans-serif; /* reservation_form_section:font-family */
    font-weight: 400; /* reservation_form_section:font-weight */
    font-style: normal; /* reservation_form_section:font-style */
    color: #333; /* reservation_form_section:color */
}

html .planyo .form-control-static {
    padding: 0px;
}
/*floating price info*/
#price_info {
    color: #428bca; /* reservation_form_your_rate_box:color */
}
#reservation_form_info {
    display: block;
}
#price_info dl {
    margin-bottom: 5px;
}
#price_info_div_floating,
.nonfloating_text {
    margin: 0;
    border-collapse: collapse;
    text-align: center;
    border-radius: 5px;
    z-index: 300;
    background-color: #2533401c; /* reservation_form_your_rate_box:background-color */
    color: #333; /* reservation_form_your_rate_box:title-color */
    display: inline-block;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
    border: 0px solid #eee;
    margin: 0px;
    padding: 8px;
    width: 100%;
}
.planyo .pricebox {
    padding-right: 0px;
    margin-bottom: 20px;
}
#price_info_div_sticky {
    bottom: 0;
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 400;
    background-color: black;
    opacity: 0.85;
    color: white;
    padding: 10px;
    min-height: 80px;
}
#price_info_div_sticky_right {
    right: 0;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 400;
    background-color: black;
    opacity: 0.85;
    color: white;
    padding: 20px;
    padding-top: 10%;
}
.rate_recurring_totals,
.rate_recurring_totals_custom {
    font-size: medium;
    font-weight: bold;
}
.planyo #price_info .rate_extra {
    font-size: 13px;
}
.planyo #price_info .rate_extra .par_err {
    clear: both;
}
html .price_info_div .lead {
    margin: 0;
}
#price_info_div_floating .title {
    padding-bottom: 0.5em;
}
#price_info_div_floating .rate_extra,
#price_info_div_floating .extra_price_info {
    font-size: small;
    color: #505050;
}
.price_info_div .price_info {
    color: #3d83a8;
}
.price_info_div #price_info_coupon {
    clear: both;
    font-size: 13px;
    margin: 15px 0px;
    display: block;
    color: black;
    font-weight: 500;
}
.price_info_div .rate_err,
.planyo #pr_err,
#planyo_price_preview_parent .rate_err {
    color: #ff0033; /* reservation_form_your_rate_box:error-color */
    font-size: 14px;
}

.planyo dd,
.planyo dt {
    line-height: 1.42857143;
}
@media (min-width: 768px) {
    .planyo .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .planyo .dl-horizontal dd {
        float: left;
        margin-left: 180px;
    }
}

.planyo .dl-horizontal dt {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}
html .price_info_div .title {
    font-size: 22px; /* reservation_form_your_rate_box:title-font-size */
    padding-bottom: 8px;
}
.planyo .price_info_div dt,
.planyo .price_info_div dd {
    font-size: medium; /* reservation_form_your_rate_box:font-size */
    font-weight: normal;
    padding-top: 10px;
}
html .planyo dd {
    margin: 0px;
}
html .planyo .dl-horizontal dd {
    margin-left: 0px;
}
.planyo #price_info_div_floating .dl-horizontal dd,
.planyo #price_info_div_sticky_right .dl-horizontal dd,
.planyo .nonfloating_text .dl-horizontal dd {
    text-align: right;
}
html .planyo .dl-horizontal dd {
    text-align: left;
    color: #428bca; /* reservation_form_your_rate_box:price-color */
}
html .br_extra_info {
    width: 100%;
    font-size: 0.7em;
    color: grey; /* reservation_form_your_rate_box:annotation-color */
}

#price_info_div_sticky_right #breakdown .br_total {
    padding-top: 21px;
}
#nobreakdown {
    font-size: large;
    color: #3d83a8;
}
.planyo #breakdown .br_total {
    padding-top: 21px;
}
#br_collapse,
#br_expand {
    float: right;
    clear: both;
    margin-top: 10px;
    color: #3d83a8;
    font-size: medium;
}
#br_collapse:hover,
#br_expand:hover {
    cursor: pointer;
}
#price_info_div_sticky #br_collapse,
#price_info_div_sticky #br_expand {
    float: left;
    clear: both;
    margin-top: 20px;
    color: #3d83a8;
}
span.rettrip_label {
    display: block;
    clear: both;
}

/* waiting list in the price info box */

.par_info.par_waitlist_info {
    margin: 10px 0px;
}

.par_waitlist_info span {
    color: #ff0033 !important;
    font-size: 14px !important;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}
.par_waitlist_info a {
    font-weight: normal;
    margin: 0;
    margin-bottom: 0px;
    padding: 6px 12px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    color: #fff !important;
    background-color: #428bca;
    border-radius: 4px;
    background-image: none;
    line-height: 1.45em;
    border-width: 0px;
    color: #ff0033;
    font-size: 14px !important;
}
.par_waitlist_info a:hover {
    border-color: #357ebd;
    background-color: #253340;
    cursor: pointer;
}

/* additional products form */

.planyo #product-page .lead {
    font-size: 14px; /* product_page:annotation-font-size */
    color: #fff; /* product_page:annotation-color */
    padding: 0px;
    font-weight: 500;
    margin-bottom: 0px;
}
.planyo #product-page ul.list-group {
    margin-top: -40px;
}
.planyo #product-page label {
    font-weight: 500;
    margin-bottom: 0px;
}
.planyo #product-page .lbimginfo {
    font-size: 11px;
    opacity: 0.6;
    height: 100%;
}
.planyo #product-page .col-xs-4 .action-buttons {
    float: right;
}
.planyo #product-page .col-xs-8.resource-contents {
    padding-left: 0px;
}
.planyo .col-sm-1.resource-thumbnail {
    padding: 0px;
}
.planyo #product-page h4 {
    font-size: 14px; /* product_page:font-size */
}
#product-page .selected h4 {
    color: #428bca;
}
.planyo #product-page .list-group-item {
    border-left: 0px;
    border-right: 0px;
}
#product-page .product-item .col-xs-5 {
    padding-left: 0px;
}
html .planyo .datebar {
    padding: 0px;
    display: inline-block;
}
html .planyo .datebar ul {
    list-style: none;
    padding: 0;
}
.product-name.with-img {
    margin-top: 0px;
    margin-bottom: 0px;
}
.planyo #product-page .datebar li {
    float: left;
    padding: 20px 20px 20px 0px;
}
#product-page .prod_selected .product-name,
#product-page .prod_selected .col-unitprice,
#product-page .prod_selected .product-price,
#product-page .prod_selected .col-subtotal,
.prod_selected .col-qty {
    color: #428bca;
}
.planyo #product-page a.btn.btn-primary {
    min-width: 92px;
}
.planyo #product-page .btn-group .btn-primary {
    min-width: 46px;
}
.planyo #product-page .btn-group {
    display: inline-flex;
    display: -webkit-box;
}
#product-page .product-extra input.form-control {
    width: 80%;
}
#product-page li.prodheader {
    margin-top: 60px;
    border-top: 0px;
}
@media screen and (max-width: 576px) {
    #product-page .prodheader .col-subtotal {
        display: none;
    }
    .planyo #product-page .col-unitprice h4 {
        width: 100%;
    }
    .planyo #product-page .col-subtotal h4 {
        text-align: center;
        border-radius: 4px;
        background: rgba(0, 0, 0, 0.23);
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        margin: 5px 0px;
        padding: 8px 6px;
    }

    .planyo #product-page .datebar {
        margin-top: 15px;
    }
    .planyo #product-page .col-unitprice,
    #product-page .prod_selected .product-price {
        width: 41%;
    }
    .planyo #product-page .col-subtotal,
    #product-page .col-extra {
        width: 50%;
        text-align: center;
        padding: 0px;
    }
}

@media screen and (max-width: 768px) {
    .planyo #product-page .btn-group .btn-primary {
        padding: 3px 6px;
        margin: 5px 0px;
    }

    .planyo #product-page .datebar select {
        width: 60px;
        margin-top: -8px;
        height: 25px !important;
        padding: 0px;
        float: right;
    }
    .planyo #product-page a.btn.btn-primary {
        margin: 5px 0px;
        font-size: small;
        padding: 4px 6px;
    }
    .planyo #product-page .datebar li {
        width: 100%;
    }
    .planyo #product-page li.list-group-item.product-item {
        padding: 0px;
    }
    .planyo #product-page li.list-group-item.product-item .col-xs-8,
    #product-page li.list-group-item.product-item .col-xs-4 {
        padding: 0px;
    }
    .planyo #product-page .datebar li {
        padding: 5px 5px 5px 0px;
    }
    .planyo #product-page .datebar_weekday,
    .planyo .datebar_date {
        float: left;
        padding-right: 5px;
    }
    .planyo #product-page .datebar input[type="checkbox"] {
        float: left;
        margin-right: 10px;
    }
    .planyo #product-page h4 {
        font-size: small; /* product_page:font-size-mobile */
    }
    .planyo #product-page .col-xs-2 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .planyo #product-page .col-md-8 {
        padding: 0px;
    }
    .planyo #product-page .row {
        margin: 0px;
    }
    .planyo #product-page {
        padding: 0px;
    }
    .planyo #product-page .pricebox {
        padding-left: 0px;
    }
    .planyo #product-page .pricebox .title {
        padding-top: 15px;
    }
    .planyo #product-page .pricebox .price_info_div {
        padding-top: 15px;
    }
    #product-page .product-name.with-img img {
        display: none;
    }
    #product-page h4.product-name.with-img {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.planyo .input-group > .form-control {
    flex-basis: 0;
}

/* date picker */
.planyo span.input-group-addon,
.planyo span.input-group-append {
    background-color: white;
}
html .planyo .planyo-cal-icon,
.planyo a.planyo-cal-icon {
    background-image: url(https://www.planyo.com/images/icon-calendar-18-16.png) !important;
    width: 18px;
    height: 16px;
    display: inline-block;
}
html .calpicker caption {
    caption-side: top;
}
.float-calpicker th,
.calpicker th {
    text-align: center;
    border: 0;
    font-size: 12px;
    font-weight: 100;
    padding: 4px;
    background-color: white;
}
html .calpicker {
    clear: both;
    border: 1px solid #c0c0c0;
    border-collapse: collapse;
    background-color: white;
}
html table.calpicker {
    width: 239px;
    margin-top: 6px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border: 0px;
}
.calpicker .no_start:hover {
    background: #f0f0f0;
    cursor: default;
    color: black;
}
.calpicker .arrival_day {
    font-weight: bold;
}
.calpicker td.morning_av,
.calpicker td.morning_av:hover {
    background: url(https://www.planyo.com/images/diagonal2.png);
    background-repeat: no-repeat;
}
.calpicker td.morning_av_nox,
.calpicker td.morning_av_nox:hover {
    background: url(https://www.planyo.com/images/diagonal2nox.png);
    background-repeat: no-repeat;
    background-color: #f0c2c2;
}
.calpicker td.morning_occ {
    background: url(https://www.planyo.com/images/diagonal1.png);
    background-repeat: no-repeat;
}
.calpicker td.morning_occ_nox {
    background: url(https://www.planyo.com/images/diagonal1nox.png);
    background-repeat: no-repeat;
    background-color: #c2dfd0;
}
.calpicker .active_day {
    background: #bbbbbb;
    color: white;
}
.calpicker .reserved_nox_u {
    background: #e8e8e8;
}
.calpicker .reserved_nox {
    background: #f0c2c2;
}
.calpicker .reserved {
    color: red;
    font-weight: bold;
}
.calpicker .reserved_u {
    color: red;
    font-weight: bold;
}
.calpicker .reserved:hover {
    cursor: auto;
    background: white;
    color: red;
}
.calpicker .reserved_u:hover {
    cursor: auto;
    background: white;
}
.calpicker .reserved_nox:hover {
    cursor: auto;
    background: #f0c2c2;
}
.calpicker .reserved_nox_u:hover {
    cursor: auto;
    background: #e8e8e8;
}
.calpicker .cur_month_day_nox {
    background: #c2dfd0;
}
.calpicker .active_day_nox {
    text-decoration: underline;
    background: #cfdfd0;
}
.calpicker .ext_month_day_nox {
    background: #c2dfd0;
    color: #a0a0a0;
}
.calpicker .ext_month_day_nox_u {
    background: #e8e8e8;
    color: #a0a0a0;
}
.calpicker .ext_month_day_nox_r {
    background: #f0c2c2;
    color: #a0a0a0;
}
.calpicker .cur_month_day {
    background: #f0f0f0;
}
.calpicker .ext_month_day {
    background: #ffffff;
    color: #c5c5c5;
}
.calpicker .ext_month_day:hover {
    cursor: auto;
    background: #ffffff;
}
.calpicker .ext_month_day_nox_r:hover {
    cursor: auto;
    background: #f0c2c2;
}
.calpicker .ext_month_day_nox_u:hover {
    cursor: auto;
    background: #e8e8e8;
}
.calpicker .ext_month_day_nox:hover {
    cursor: auto;
    background: #c2dfd0;
}
html .calpicker td:hover {
    background: #3d83a8;
    color: white;
    cursor: pointer;
}
html .calpicker td {
    border: 1px solid #c0c0c0;
    vertical-align: top;
    font-size: 13px;
    min-width: 10px;
    text-align: center;
    padding: 3px 6px 3px 6px;
}
html .calpicker caption {
    padding: 5px 8px;
    background-color: white;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top-right-radius: 4px;
    border-bottom: 0px;
    border-top-left-radius: 4px;
    margin-top: 3px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    margin-bottom: -3px;
}
.calpicker caption .nav {
    float: left;
    padding-right: 1px;
    margin-bottom: 0px;
}
.calpicker caption .navleft {
    float: left;
    font-size: 14px;
}
.calpicker caption .navright {
    float: right;
    font-size: 14px;
}
html .calpicker thead {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

/* unit layout */
html .unit_layout_div {
    overflow: auto; /*height:500px;*/
    background-color: white;
}
html .unit_layout_table td {
    padding: 10px;
}
html .lt_unit_cell {
    border: 10px solid white;
    border-radius: 0px;
    width: 50px;
    font-size: 10px;
    text-align: center;
}
html .lt_unit_cell {
    background-color: #ddd;
}
html .lt_unit_cell:hover {
    background-color: #428bca;
    cursor: pointer;
}
html .lt_empty_cell {
    width: 10px;
}
html .lt_free {
    background-color: #c2dfd0;
}
html .lt_reserved {
    background-color: #f0c2c2;
}
html .lt_reserved:hover {
    background-color: #ddd;
    cursor: default;
}
td.lt_free.lt_selected {
    background-color: #428bca;
    color: white;
}
td.lt_reserved.lt_selected {
    background-color: #ddd;
}
.planyo_lightbox_info .close {
    display: block;
    width: 28px;
    height: 28px;
    background: url(https://www.planyo.com/slideshow/btn-on-close-hvr.png);
    color: white;
}
.planyo_lightbox_info .close:hover {
    background: url(https://www.planyo.com/slideshow/btn-on-close.png);
}

/* image lightbox */
#img_text {
    display: block;
    float: left;
}
html .lbimginfo {
    bottom: 0px;
    font-size: large;
    height: 30px;
    position: absolute;
    width: 100%;
    text-align: center;
    visibility: hidden;
    background: black;
    opacity: 0.5;
    color: white;
}
#bg_hider .buttons {
    padding: 8px;
}
#bg_hider .buttons .leftbtn {
    float: left;
}
#bg_hider .buttons .rightbtn {
    float: right;
    margin-right: 25px;
}
#full_img_div #img_info .close {
    float: right;
    opacity: 1;
}
#bg_hider .buttons .prev,
#bg_hider .buttons .next,
#bg_hider .buttons .play,
#bg_hider .buttons .pause,
#bg_hider .buttons .close,
#full_img_div #img_info .close,
.planyo_lightbox_info .close {
    display: block;
    width: 28px;
    height: 28px;
    opacity: 1;
}
#full_img_div #on_img_prev,
#full_img_div #on_img_next {
    display: block;
    width: 30px;
    height: 60px;
}
#bg_hider .buttons .prev {
    background: url(https://www.planyo.com/slideshow/btn-prev.png);
}
#bg_hider .buttons .prev:hover {
    background: url(https://www.planyo.com/slideshow/btn-prev-hvr.png);
}
#bg_hider .buttons .next {
    background: url(https://www.planyo.com/slideshow/btn-next.png);
}
#bg_hider .buttons .next:hover {
    background: url(https://www.planyo.com/slideshow/btn-next-hvr.png);
}
#bg_hider .buttons .play {
    margin-left: 4px;
    background: url(https://www.planyo.com/slideshow/btn-play.png);
}
#bg_hider .buttons .play:hover {
    background: url(https://www.planyo.com/slideshow/btn-play-hvr.png);
}
#bg_hider .buttons .pause {
    margin-left: 4px;
    background: url(https://www.planyo.com/slideshow/btn-pause.png);
}
#bg_hider .buttons .pause:hover {
    background: url(https://www.planyo.com/slideshow/btn-apause-hvr.png);
}
#bg_hider .buttons .close {
    background: url(https://www.planyo.com/slideshow/btn-on-close.png);
    opacity: 1;
}
#bg_hider .buttons .close:hover {
    background: url(https://www.planyo.com/slideshow/btn-on-close-hvr.png);
}
#full_img_div #img_info .close,
.planyo_lightbox_info .close {
    background: url(https://www.planyo.com/slideshow/btn-on-close.png);
    opacity: 1;
}
#full_img_div #img_info .close:hover,
.planyo_lightbox_info .close:hover {
    background: url(https://www.planyo.com/slideshow/btn-on-close-hvr.png);
}
#full_img_div #on_img_prev {
    background: url(https://www.planyo.com/slideshow/btn-on-img-prev.png);
}
#full_img_div #on_img_prev:hover {
    background: url(https://www.planyo.com/slideshow/btn-on-img-prev-hvr.png);
}
#full_img_div #on_img_next {
    background: url(https://www.planyo.com/slideshow/btn-on-img-next.png);
}
#full_img_div #on_img_next:hover {
    background: url(https://www.planyo.com/slideshow/btn-on-img-next-hvr.png);
}

/* small image thumbnails */
html .images {
    clear: both;
    position: relative;
    left: 0px;
    margin-top: 5px;
    margin-bottom: 12px;
    margin-right: 0px;
    margin-left: -32px;
    padding: 4px;
    padding-left: 32px;
    overflow: hidden;
    background: transparent;
    width: 100%;
}
html .img_thumb {
    float: left;
    width: 90px;
}
html .images img {
    float: left;
    width: 80px;
    height: 80px;
    margin: 4px;
}

/* geolocation */
html .gps_coords_map_icon {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(https://www.planyo.com/images/google-map-icon.png) no-repeat;
    vertical-align: text-top;
}
html .gps_coords_current_location_icon {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(https://www.planyo.com/images/google-current-location.png) no-repeat;
    vertical-align: text-top;
}
#planyo_gps_coords_bg_hider .close {
    width: 28px;
    height: 28px;
    display: block;
    padding: 0px;
    background: url(https://www.planyo.com/images/btn-close.png);
}
#planyo_gps_coords_bg_hider .close:hover {
    background: url(https://www.planyo.com/images/btn-close-hvr.png);
}
#planyo_gps_coords_window {
    padding: 10px;
}
html .gps_coords_popup_button {
    height: 2em;
    padding-left: 6px;
    padding-right: 6px;
}

/* quick add to cart */
#pc_cart_parent {
    color: #333;
}
.planyo .cart_count_img {
    position: relative;
    top: -36px;
    left: 19px;
    background-color: #ff0033;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.planyo_cart_widget:hover {
    cursor: pointer;
}
.planyo .widget_cart_total {
    padding-left: 10px;
    padding-top: 5px;
    font-size: 16px;
    font-family: "Lato", sans-serif;
}
.planyo .cart_count_text {
    font-family: "Lato", sans-serif;
    padding-top: 3px;
    font-size: 11px;
    color: white;
    text-align: center;
    font-weight: bold;
}
#planyo_cart_bg_hider {
    padding: 5px;
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 990;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
#planyo_cart_close {
    float: right;
    padding: 8px;
    padding-right: 20px;
}
#planyo_cart_window {
    display: none;
    overflow-y: auto;
    z-index: 999;
    position: fixed;
    background-color: rgba(255, 255, 255, 1);
    border: solid 3px black;
    overflow: hidden;
    padding: 10px;
    top: 20%;
    bottom: 20%;
    left: 50%;
    width: 700px;
    margin-left: -350px;
}
#planyo_cart_contents {
    width: 370px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
#planyo_cart_right {
    position: absolute;
    right: 0px;
    width: 300px;
    top: 0px;
    height: 100%;
    padding: 10px;
    background-color: #2533401c; /* reservation_form_your_rate_box:background-color */
}
#planyo_cart_right .title {
    font-size: 22px; /* reservation_form_your_rate_box:title-font-size */
}
#planyo_cart_right #price_info {
    font-size: 15px;
}
#planyo_cart_buttons {
    position: absolute;
    bottom: 25px;
    text-align: right;
    width: 92%;
}
#planyo_cart_contents #reserve_form {
    margin-top: 0px;
}
#planyo_cart_window #planyo_cart_right .title {
    margin-bottom: 10px;
}
#planyo_cart_window #planyo_cart_right dt,
#planyo_cart_window #planyo_cart_right dd {
    font-size: medium; /* reservation_form_your_rate_box:font-size */
    font-weight: normal;
    padding-top: 10px;
}
#planyo_cart_window #planyo_cart_right dd {
    text-align: right;
}
#planyo_cart_window #planyo_cart_right .br_total {
    font-weight: 600;
    margin-top: 15px;
}
#planyo_cart_window .rate_err {
    color: #ff0033;
}
@media (max-width: 767px) {
    #planyo_cart_window {
        top: 5%;
        bottom: 5%;
        left: 5%;
        right: 5%;
        width: initial;
        margin-left: 0px;
    }
    #planyo_cart_contents {
        width: 100%;
        height: 65%;
    }
    #planyo_cart_right {
        width: 100%;
        height: 35%;
        position: relative;
        overflow-y: auto;
    }
    #planyo_cart_buttons {
        right: 10%;
        bottom: 8%;
        position: fixed;
    }
    div#planyo_cart_window #planyo_cart_right dt,
    div#planyo_cart_window #planyo_cart_right dd {
        font-size: small; /* reservation_form_your_rate_box:font-size-mobile */
        padding-top: 5px;
    }
    div#planyo_cart_window #planyo_cart_right .title {
        margin-bottom: 0px;
        font-size: 14px;
    }
    .planyo #reserve_form label {
        display: block;
        float: none;
        width: 100%;
    }
    .phone-row .col-sm-5 {
        padding-right: 0px;
    }

    #breakdown dt {
        float: left;
        width: 60%;
    }
    #breakdown dt,
    #breakdown dd {
        font-size: small; /* reservation_form_your_rate_box:font-size-mobile */
    }
    .planyo #breakdown .br_total {
        font-weight: bold;
    }
}

/* diverse */
html .with_tooltip {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(https://www.planyo.com/images/icon-help.png);
    vertical-align: middle;
}
#res_error_msg {
    padding: 10px 5px 1px 10px;
    display: none;
    margin: 2px 0px 15px 0px;
    color: white;
    border: 1px solid #ff0033;
    border-radius: 4px;
    background: #ff0033;
}
.bg-danger {
    background-color: #ff0033;
    padding: 10px 5px 10px 10px;
    margin: 2px 10px 10px 0px;
    color: white !important;
    border-radius: 4px;
    font-weight: bold;
}
#planyo_content .btn {
    margin-bottom: 2px;
}
#planyo_content #cancel_form {
    clear: both;
}

.planyo .hourglass_img {
    margin: 20px;
    height: 24px;
    width: 24px;
    background: transparent url(https://www.planyo.com/Plugins/PlanyoFiles/hourglass.gif) no-repeat scroll 0 0;
}
.planyo .poweredby {
    display: inline-block;
    float: right;
    margin-top: -60px;
    margin-bottom: 50px;
}
#full_unit_layout_map_div {
    max-width: 100%;
    overflow: auto;
}

/* other lightboxes */
html .planyo_lb_bg_hider {
    padding: 5px;
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 990;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
html .planyo_lb_window {
    display: none;
    z-index: 999;
    position: fixed;
    background-color: rgba(255, 255, 255, 1);
    border: solid 3px black;
    overflow: hidden;
    padding: 10px;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
}
html .planyo_lb_contents {
    width: 100%;
    height: 100%;
}
html .planyo_lb_close .close {
    display: block;
    width: 28px;
    height: 28px;
    background: url(https://www.planyo.com/slideshow/btn-on-close.png);
    color: white;
    opacity: 1;
}
html .planyo_lb_close .close:hover {
    background: url(https://www.planyo.com/slideshow/btn-on-close-hvr.png);
    color: white;
}
html .planyo_lb_close {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 1000;
    opacity: 1;
}

/* simple integration login */
.planyo .simple-integration-login-links {
    position: absolute;
    top: 5px;
    right: 0px;
}
html .simple-integration-logo img {
    height: 100px;
    display: inline-block;
    float: left;
}
html .simple-integration-description {
    color: #333;
    line-height: 1em;
    font-size: 14px;
    margin-top: 100px;
    text-align: center;
    margin-bottom: 50px;
}
.simple-integration-website h1 a {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    word-spacing: -6px;
    font-size: 32px;
    margin-top: 30px;
    margin-left: 20px;
}
.planyo .simple-integration-login-links a {
    text-transform: uppercase;
    font-size: small;
    font-weight: 600;
    background-color: transparent;
    color: rgb(66, 139, 202);
    padding: 10px 5px;
}
.simple_integration_container .poweredby {
    float: none;
}
/* screen sizes  */
@media (max-width: 767px) {
    .planyo a.btn.btn-primary.btn-lg,
    .planyo a.btn.btn-primary,
    .planyo a.btn.btn-primary.btn-lg,
    .planyo a.btn.btn-info.btn-lg,
    .planyo .btn-primary.btn-lg,
    input.cart_popup_button,
    input#add_cart_button,
    .btn-danger,
    #planyo_cart_window .cart_popup_button {
        font-size: small !important;
        padding: 6px 7px !important;
    }
    html .planyo_lb_window {
        top: 2%;
        bottom: 2%;
        left: 2%;
        right: 2%;
        width: initial;
        margin-left: 0px;
    }
    #resources .resource-info {
        margin-bottom: 20px;
    }
    #reservation-code .col-md-6 {
        padding-right: 0;
    }
    .planyo #resource-details h1,
    .planyo #reservation-code h1,
    .planyo #payment-code h1,
    .planyo #completed_code h1,
    .planyo #details_code h1,
    .planyo #shopping_cart_items h1,
    .planyo #products-code h1 {
        margin-bottom: 10px;
        margin-top: 0;
        font-size: 27px; /* global_style:big-heading-font-size-mobile */
        text-align: center;
    }
    html .reservation_steps {
        display: none;
    }
    .planyo .language {
        padding-right: 1em;
        margin-bottom: 5px;
    }
    .planyo #reservation-code h3 {
        /*display: none;*/
    }
    #resources .resource-info {
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
        border: 0px solid #eee;
    }
    .planyo #resources .action-buttons,
    #searchview-code .action-buttons {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .planyo #resources .col-sm-12.resource-contents {
        padding-right: 15px;
        padding-left: 15px;
    }
    .planyo #shopping_cart_items .img-responsive {
        display: none;
    }
    .planyo #shopping_cart_items #shopping-cart h4 {
        padding-top: 0px;
        margin-top: 0px;
    }
    .planyo #shopping_cart_items .lead {
        font-size: 12px; /* shopping_cart:annotation-font-size-mobile */
    }
    .planyo #shopping-cart .col-xs-5 {
        padding: 0px;
    }
    .planyo #shopping-cart .col-xs-5 h4 {
        float: right;
    }
    .planyo #shopping_cart_items h3 {
        margin-top: 0px;
        padding: 0px 0px 10px 0px;
    }
    .planyo #checkout-code .dl-horizontal dd {
        font-size: small;
    }
    .planyo #checkout-code p {
        margin-bottom: 20px;
    }
    .planyo #resource-details .custom_property {
        font-size: small;
    }
    .planyo #resource-details .custom_properties {
        margin: 10px -10px 10px -10px;
    }
    #resources .planyo_cart_widget {
        margin-right: 15px;
    }
}
@media (max-width: 991px) {
    /* resource list large content*/
    .col-md-7.resource-contents,
    .col-xs-12.resource-description,
    #resources .resource-contents h2,
    .col-xs-12.custom_properties,
    .col-md-6.action-buttons {
        padding: 0px;
    }
    #resources .resource-contents h2 {
        margin-top: 15px;
    }
    #reservation-code .col-md-8 {
        padding-right: 0;
    }
    #resource-details .planyo_cart_widget.cart_widget_in_plugin {
        float: right;
        position: static;
        display: inline-block;
        z-index: 2000;
        margin-top: -40px;
    }
}
@media (min-width: 991px) {
    /* resource list large content*/
    html .container-fluid {
        max-width: 950px;
    }
}
@media (min-width: 768px) {
    html .container-fluid {
        max-width: 750px;
    }
    .planyo .pricebox {
        padding-right: 15px;
    }
    .planyo .language {
        padding-right: 30px;
    }
    .planyo #resources col-xs-12 {
        padding: 0px;
    }
    .planyo #resources .resource-contents {
        padding: 30px 25px 20px 25px;
        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    }
    .planyo #planyo_price_preview_parent .dl-horizontal dt {
        width: 50%;
    }
}
@media (min-width: 1200px) {
    html .container-fluid {
        max-width: 1280px;
    }
}

@media screen and (max-width: 400px) {
    @-ms-viewport {
        width: 320px;
    }
}
/* calendar */
iframe.calprev_iframe caltype_4 {
    width: 100%;
}
.planyo .fc table {
    margin: initial;
}

/* google maps directions */
#directions_map_container {
    width: 100%;
    height: 400px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#directions_map_status {
    margin-bottom: 10px;
}
#directions_map_status_pending {
    padding: 4px;
    background-color: #fcf8e3;
}
#directions_map_status_ok {
    padding: 4px;
    background-color: #dff0d8;
}
#directions_map_status_failure {
    padding: 4px;
    background-color: #f2dede;
}

/* PERSONALIZADO */
/* personalizado search home */
.planyo .poweredby {
    display: none;
}
div#planyo_search_widget {
    background: rgba(255, 255, 255, 0.6);
    width: 75%;
    padding: 20px 40px;
    margin: 0 auto !important;
    text-align: center;
}
html .planyo a.btn.btn-primary.btn-lg,
html .planyo a.btn.btn-primary,
html .planyo a.btn.btn-primary.btn-lg,
html .planyo a.btn.btn-info.btn-lg,
html .planyo .btn-primary.btn-lg,
input.cart_popup_button,
input#add_cart_button,
html .planyo input[type="button"] {
    background: #005888;
}
/* lista de recursos */
.row.resource-info {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
#resources .resource-contents h2,
#searchview-code .resource-contents h2 {
    font-size: 21px;
}
.price-desde {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    background-image: linear-gradient(51deg, #f9d268, #f79f1c);
    right: 0;
    /* margin-top: -270px; */
    position: absolute;
    padding: 0px 5px;
    text-align: center;
    margin-right: 20px;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    top: -70px;
}
.price-desde .custom_property {
    padding: 0px !important;
    background: transparent !important;
    margin: 0 !important;
    color: white !important;
    font-size: 17px;
}
.icon_property img {
    width: 20px;
}
#resources .custom_property.desde {
    padding: 10px !important;
}
.resource-image {
    height: 250px !important;
}
.resource-name h2 a {
    font-size: 20px;
}
/*#resources .custom_property,
#searchview-code .custom_property {
  padding: 10px !important;
}*/
@media (max-width: 767px) {
    #resources .resource-info {
        box-shadow: none !important;
    }
}
@media (max-width: 425px) {
    .row.resource-info {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #resources .col-xs-12 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    p.txt-intro-boats {
        width: 100% !important;
    }
}
@media (min-width: 1240px) {
    div#planyo_search_widget {
        width: 55% !important;
    }
}
@media (min-width: 960px) and (max-width: 1240px) {
    div#planyo_search_widget {
        width: 90% !important;
    }
}
@media (max-width: 959px) {
    div#planyo_search_widget {
        width: 60% !important;
        padding: 25px;
    }
    form#box_search_form {
        text-align: left;
    }
    .planyo .form-inline .form-group {
        margin-bottom: 12px;
    }
    div#slider {
        padding-bottom: inherit !important;
    }
}
.horizontal-widget .planyo-form-item-group {
    margin-right: 25px !important;
}
@media (max-width: 425px) {
    div#planyo_search_widget {
        width: 85% !important;
    }
}
#resources .resource-contents h2,
#searchview-code .resource-contents h2 {
    font-size: 20px !important;
}
.product-flags {
    position: relative;
    margin: 0;
    width: calc(100%);
    float: right;
    margin: 0px !important;
}
.product-flags .product-flag {
    padding: 5px 10px;
    display: block;
    background-image: linear-gradient(51deg, #f9d268, #f79f1c);
    color: #fff;
    font-size: 15px;
    border-radius: 0;
    position: absolute;
    top: 10px !important;
    left: 10px;
    z-index: 5;
    letter-spacing: 1px;
    border-radius: 2px;
}
.short-desc {
    text-align: justify;
    line-height: 22px;
    margin-bottom: 30px;
}
.caract-boat {
    margin-left: 0px !important;
    margin-top: 20px !important;
}
.caract-boat li span.bold {
    font-weight: 600;
    font-size: 15px;
}
ul.caract-boat {
    font-size: 15px;
}
.reserve a {
    margin-top: 15px !important;
    margin-left: 15px !important;
}
.tabs-custom {
    margin-top: 50px !important;
    margin-left: 0 !important;
}
.tab-content {
    background: #f9f9f9;
    padding: 0 20px 30px 20px;
    border: 1px solid #f0f0f0 !important;
    font-size: 15px;
    line-height: 1.7;
    display: inline-block;
    width: 100%;
    padding-top: 25px;
}
.nav-tabs.tabs-custom li a {
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
}
ul.nav.nav-tabs.tabs-custom {
    border-bottom: 1px solid #ddd !important;
}
div#resource-details h1 {
    font-size: 40px !important;
    font-weight: 600 !important;
}
.horarios ul {
    list-style: inherit !important;
}
.horarios li {
    list-style: inherit !important;
}
.title-inside-tab {
    margin-bottom: 20px !important;
}
#resource-details .description {
    padding-top: 0 !important;
    font-size: 15px !important;
}
.justify {
    text-align: justify;
}
h3.title-price-conditions {
    font-size: 18px;
    font-weight: 500;
    color: #428bca !important;
    margin-bottom: 15px;
    margin-top: 30px !important;
}
.table-prices th,
.table-prices td {
    border-left: 0px !important;
    border-right: none !important;
    padding: 5px 0;
}
.column_column ul,
.column_column ol,
.the_content_wrapper ul,
.the_content_wrapper ol {
    color: #333 !important;
}
ul.horarios {
    list-style: inherit !important;
    list-style-type: inherit !important;
}
h3.title-descripcion {
    font-size: 18px;
    font-weight: 500;
    color: #333 !important;
    margin-bottom: 15px;
    margin-top: 0px !important;
}
@media (max-width: 768px) {
    .resource-image {
        height: inherit !important;
    }
    .price-desde {
        top: -60px;
    }
}
@media (max-width: 767px) {
    .price-desde {
        top: -85px;
    }
}
@media (max-width: 425px) {
    .vc_custom_1576236575240 {
        padding-top: 25px !important;
    }
    div#resource-details h1 {
        font-size: 30px !important;
        font-weight: 600 !important;
    }
    #resource-details .carousel {
        margin-bottom: 15px;
    }
    h4 {
        font-size: 20px !important;
        line-height: 30px !important;
    }
}
.columna-custom {
    text-align: center;
    /* margin: 5px 0px; */
    padding: 0;
    display: inline-block;
    font-weight: 400;
    line-height: 1.7;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    display: flex;
    /* flex-direction: row; */
    /* align-content: center; */
    /* justify-content: flex-start; */
    align-items: center;
    column-gap: 7px;
}
.space-divider {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin: 10px auto;
}
#resources .resource-description,
#searchview-code .resource-description {
    text-align: justify;
    margin-bottom: 0px;
    line-height: 23px;
    font-size: 15px !important;
    color: #000 !important;
    font-family: "Roboto";
}
.properties {
    display: flex !important;
    flex-direction: row;
    justify-content: start;
    column-gap: 25px;
}
h2.resouce-name {
    margin-bottom: 15px !important;
}
h2.resouce-name.h2 a {
    font-size: 22px;
    font-weight: 400;
    color: #17245e;
    font-family: "Roboto";
}
.titulacion {
    margin-bottom: 20px;
    font-family: "Roboto";
    margin-top: 15px;
}
.desde {
    display: flex;
    gap: 5px;
    font-family: "Roboto";
    color: #17245e;
    font-size: 20px;
    font-weight: 400;
    /* text-transform: uppercase; */
    font-weight: 400;
    letter-spacing: 1px;
}
.info-bottom {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-top: 15px;
}
span.custom_property.boat-property {
    font-family: "Roboto";
}
.intro {
    font-family: "Roboto";
    display: inline-block;
}
p.resource-name.h2 {
    margin-top: 0 !important;
}
p.resource-name.h2 a {
    color: #17245e;
    font-family: "Roboto";
    font-size: 21px;
    font-weight: 400;
}
/*Ficha barcos*/
.tab-pane {
    margin-bottom: 40px;
    padding: 33px 0 16px 0;
    text-align: left;
    font-family: Roboto;
    font-size: 15px;
}
.tabs-custom li.tabc {
    display: inline-flex;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    align-items: center;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
    color: var(--nibula-header-font-color);
    background: transparent;
    border-radius: 0;
    border: unset;
    transition: 0.3s ease-in-out;
}
.nav-tabs.tabs-custom li.active a {
    border-bottom: 3px solid #0181c8 !important;
    color: #041125 !important;
}
.planyo .nav-tabs > li > a {
    border: inherit !important;
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
}
.planyo .nav > li > a {
    padding: 20px 15px !important;
}
.planyo .nav > li > a {
    padding: 20px 30px !important;
}
.planyo .nav > li > a:hover,
.planyo .nav > li > a:focus {
    background-color: transparent !important;
}
#resource-details {
    max-width: 1280px !important;
}
/*.planyo .container {
    width: 1280px !important;
}*/
.planyo .tab-content > .tab-pane {
    display: none;
}
.title-ficha {
    color: #17245e;
    font-family: "Roboto";
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 20px !important;
    display: block;
}
.txt-ficha p {
    line-height: 26px;
    font-size: 16px;
    margin-top: 15px;
}
.tab-pane p {
    font-size: 16px;
    line-height: 26px;
}
ul.listas {
    font-size: 15px;
    line-height: 30px;
    margin-top: 15px;
}
.table-prices th {
    text-align: center !important;
    font-size: 15px;
}
table.table-prices {
    margin-top: 20px;
}
.txt-ficha {
    margin-top: 40px !important;
}
.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block !important;
}
.top {
    margin-top: 40px;
}
.action-buttons {
    text-align: left;
}
.reserve {
    margin-left: 15px;
    font-size: 15px;
}
.action-buttons {
    text-align: center;
}
a.btn.btn-primary.reserve {
    padding: 15px 30px !important;
}
input {
    border: 0;
    border-radius: 0;
}
/* TAB EXTRAS */
.elementor-widget-wgl-service-1.height_full {
    height: 100%;
}
.elementor-widget-wgl-service-1.height_full .elementor-widget-container,
.elementor-widget-wgl-service-1.height_full .wgl-service-1 {
    height: 100%;
}
.elementor-element .elementor-widget-container {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform var(--e-transform-transition-duration, 0.4s);
}
.elementor-widget-container.uno,
.elementor-widget-container.dos,
.elementor-widget-container.tres,
.elementor-widget-container.cuatro,
.elementor-widget-container.cinco,
.elementor-widget-container.seis {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.elementor-widget-container.uno {
    background-image: url("https://thalassaboat.com/wp-content/uploads/2025/esquis-acuaticos.jpg");
}
.elementor-widget-container.dos {
    background-image: url("https://thalassaboat.com/wp-content/uploads/2025/wakeboard.jpg");
}
.elementor-widget-container.tres {
    background-image: url("https://thalassaboat.com/wp-content/uploads/2025/donut.jpg");
}
.elementor-widget-container.cuatro {
    background-image: url("https://thalassaboat.com/wp-content/uploads/2025/donut-doble.jpg");
}
.elementor-widget-container.cinco {
    background-image: url("https://thalassaboat.com/wp-content/uploads/2025/paddle-surf.jpg");
}
.elementor-widget-container.seis {
    background-image: url("https://thalassaboat.com/wp-content/uploads/2025/capitan.jpg");
}
.elementor-widget-wgl-service-1 .wgl-service_link {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.wgl-service-1 {
    transition: 0.4s;
}
.wgl-service-1 {
    min-height: 520px;
    padding: 5% 8.7% 0% 8.7%;
}
.elementor-widget-wgl-service-1 .wgl-service-1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 0;
}
.wgl-service-1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.elementor-widget-wgl-service-1 .wgl-service-1:before,
.elementor-widget-wgl-service-1 .wgl-service-1:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    display: flex;
    opacity: 1;
    z-index: -1;
    background: rgba(255, 255, 255, 0.01);
    pointer-events: none;
    transition: inherit;
}
.wgl-service_media {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: right;
}
.wgl-service-1 .wgl-service_media {
    --dur: 0.6s;
    --dur_half: calc(var(--dur) * 0.5);
}
.wgl-service_subtitle {
    margin: 0px 0px 2px 0px;
    top: 0%;
    left: 0%;
}
.wgl-service-1 .wgl-service_subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25em;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.45s;
}
.wgl-service-1 .wgl-service_title .service_title {
    color: #fff;
    font-family: "Roboto";
    font-size: 30px;
    font-weight: 300;
    position: relative;
    display: inline-block;
}
.toggling_content .wgl-service-1 .wgl-service_wrapper_description {
    opacity: 0;
    max-height: 0;
    transition: all var(--dur), opacity var(--dur_half);
}
.wgl-service-1 .wgl-service_wrapper_description {
    --dur: 0.6s;
    --dur_half: calc(var(--dur) * 0.5);
    --max-height: 250px;
    overflow: hidden;
}
.toggling_content .wgl-service_description,
.toggling_image .wgl-service_media {
    --dur: 0.6s;
}
.wgl-service_description {
    padding: 0px 0px 30px 0px;
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
}
.wgl-service-1:after {
    background-color: transparent;
    background-image: linear-gradient(180deg, #032237cc 0%, #032237cc 90%);
}
.elementor-widget-wgl-service-1 .elementor-widget-container:hover .wgl-service-1:after {
    opacity: 1;
}
.elementor-widget-wgl-service-1 .wgl-service-1:after {
    opacity: 0;
}
.elementor-widget-wgl-service-1 .wgl-service-1:before,
.elementor-widget-wgl-service-1 .wgl-service-1:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    display: flex;
    opacity: 1;
    z-index: -1;
    background: rgba(255, 255, 255, 0.01);
    pointer-events: none;
    transition: inherit;
}
.elementor-widget-wgl-service-1 .elementor-widget-container:hover .wgl-service-1:before {
    opacity: 0;
}
.elementor-widget-wgl-service-1 .wgl-service-1:before,
.elementor-widget-wgl-service-1 .wgl-service-1:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    display: flex;
    opacity: 1;
    z-index: -1;
    background: rgba(255, 255, 255, 0.01);
    pointer-events: none;
    transition: inherit;
}
.wgl-service-1:after {
    background-color: transparent;
    background-image: linear-gradient(180deg, #032237cc 0%, #032237cc 90%);
}
.elementor-widget-wgl-service-1 .elementor-widget-container:hover .wgl-service-1:after {
    opacity: 1;
    background-image: linear-gradient(180deg, #032237cc 0%, #032237cc 90%);
    background-color: transparent;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}
.toggling_content .elementor-widget-container:hover .wgl-service-1 .wgl-service_wrapper_description {
    opacity: 1 !important;
    max-height: var(--max-height);
    transition: all 0.5s ease;
}
h3.wgl-service_title {
    margin-bottom: 25px;
}
.action-buttons.left {
    text-align: left;
}
.action-buttons.left .reserve {
    margin-left: 0;
    margin-top: 0;
}
.wgl-service-1.breakpoint_on-tablet.breakpoint_on-mobile:after {
    background: linear-gradient(to top, rgba(23, 36, 94, 0.5) 0, rgba(0, 0, 0, 0) 100%);
}
/* FIN TAB EXTRAS */
/* LISTADO */
.direccion-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}
/*.icono {
    width: 45px;
    margin-right: 15px !important;
}*/
.titulo {
    font-size: 15px;
    font-weight: 600;
    color: #0181c8;
    text-transform: uppercase;
}
.texto {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}
.reserve.ficha {
    padding: 10px 20px !important;
    font-size: 18px;
    display: block;
    margin: 0;
}
.box-custom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
div#row_box_start_date,
div#row_box_end_date {
    width: 100%;
}
.inicio-finalizacion {
    display: flex;
    flex-direction: row;
}
.search .planyo label {
    display: block !important;
    text-align: left;
}
div#row_box_start_date,
div#row_box_end_date {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: auto !important;
}
div#row_prop_res_tipo_de_alquiler_de_barcos {
    display: flex;
    flex-direction: row;
    align-items: center;
}
form#box_search_form {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.search .planyo label[for="submit_button"] {
    margin-bottom: 0px !important;
}
input#box_submit_button {
    padding: 9px 30px !important;
    background-image: linear-gradient(to right, #fec720, #f3863a);
}
/* ESTILOS BUSCAR RESULTADO DE PLANTILLAS */
#search_results {
    .search-price {
        float: left !important;
    }
    .search-price h2 {
        background: transparent;
        padding: 0;
    }
    .resource-contents {
        padding-left: 50px;
    }
    .equipamiento {
        padding-left: 0;
        font-size: 15px;
        line-height: 23px;
        margin-top: 10px;
    }
    .action-buttons {
        flex-direction: row-reverse;
        align-items: flex-start;
        justify-content: flex-end;
    }
    .custom_properties {
        margin-top: 30px;
    }
    .btn.btn-primary {
        margin-bottom: 2px;
        margin-right: 10px;
    }
    .resource-image {
        max-height: 100% !important;
        overflow: inherit !important;
    }
}
.col-xs-12.col-12.time-ranges {
    display: none !important;
}
/* FIN ESTILOS BUSCAR RESULTADO DE PLANTILLAS */
.icon-box {
    width: 50px;
    margin-bottom: 10px;
}
.especs {
    display: flex;
    flex-direction: column;
    margin: 10px 10px;
    align-items: center;
    background: whitesmoke;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
}
.contenido {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 7px;
}
.direccion-container :is(.titulo, .texto) {
    margin: 0;
}
.equipamiento {
    text-align: left;
    margin: 20px 0 0 10px;
}
.equipamiento p.texto {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
}
.columna-caract {
    padding-left: 30px;
}
div#planyo_search_widget {
    width: fit-content !important;
}
/* fin lista de recursos */

@media (max-width: 767px) {
    ul.nav.nav-tabs.tabs-custom {
        display: flex;
        flex-direction: column;
    }
    .tabs-custom li.tabc {
        display: flex !important;
        flex-direction: row;
    }
}
/**/
@media (max-width: 1200px) {
    .elementor-section .elementor-container {
        flex-wrap: wrap;
    }
}
.elementor-section .elementor-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
@media (max-width: 600px) {
    body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-default,
    body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-default,
    body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-default {
        width: 450px;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-default,
    body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-default,
    body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-default {
        width: 590px;
        max-width: 100%;
    }
}
@media (max-width: 992px) {
    body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-default,
    body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-default,
    body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-default {
        width: 738px;
        max-width: 100%;
    }
}
@media (max-width: 1200px) {
    body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-default,
    body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-default,
    body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-default {
        width: 980px;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 767px;
    }
}
@media (max-width: 1200px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1024px;
    }
}
div#planyo_content {
    padding: 0 20px;
}
@media screen and (max-width: 576px) {
.planyo #product-page .col-subtotal, #product-page .col-extra {
    width: 100% !important;
    text-align: left !important;
}
}
@media screen and (max-width: 576px) {
    .planyo #product-page .col-subtotal h4 {
        background: rgba(0, 0, 0, 0) !important;
    }
    .action-buttons{
        text-align: left;
    }
    html .planyo .datebar {
    width: 100% !important;
    }
}
@media (max-width: 991px){
        .box-custom {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .columna-caract{
    float: left;
    }
}
.planyo_mode_additional_products_code .col-md-8{
    width: fit-content;
}

.planyo .poweredby,.poweredby {display:none;}
