#price-block {
    padding: 15px;
}

.price-box-head:before,
.price-box-head:after,
.price-box-row:before,
.price-box-row:after {
    content: "";
    display: table;
}

.price-box-head:after,
.price-box-row:after {
    clear: both;
}

.price-box-head > .price-box-column {
    width: 220px;
    float: left;
    box-sizing: border-box;
    margin-right: 6px;
}

.price-box-head {
    font-weight: bold;
    text-transform: uppercase;
}

.price-box-column input[type="text"],
.price-box-column input[type="number"] {
    max-width: 100%;
    width: 165px;
    display: block;
}

.price-box-row .remove-box {
    margin: 5px;
}

/*Front-End*/
#sr-experience.loading {
    position: relative;
}

#sr-experience.loading:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.8) url("../images/ajax-loader.gif") no-repeat center 15%;
    z-index: 1000;
}

#sr-experience .information > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#sr-experience .information > ul > li {
    display: block;
    padding: 7px 0;
}

#sr-experience .information > ul > li:after {
    content: "";
    display: table;
    clear: both;
}

#sr-experience .information > ul > li:not(:last-child) {
    border-bottom: 1px solid #eee;
}

#sr-experience .fieldset {
    opacity: 0;
    height: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

#sr-experience .fieldset.done {
    opacity: 1;
    height: auto;
    visibility: visible;
}

#sr-experience .information > ul > li > label {
    display: block;
    cursor: inherit;
}

#sr-experience .information > ul > li > label > span {
    display: inline-block;
    float: right;
    font-weight: normal;
    overflow: hidden;
    text-align: right;
}

#sr-experience .information > ul > li > label > span > a {
    margin: 0 5px;
}

#sr-experience .price-info li {
    line-height: 22px;
}

#sr-experience .price-info h4 {
    padding: 10px 0;
    font-weight: normal;
}

#sr-experience .tour-info.payment {
    padding: 10px 0;
}

#sr-experience .tour-info .logo > img {
    margin: 15px auto;
    padding: 1px;
    border: 1px solid #ddd;
    max-width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#sr-experience .tour-information,
#sr-experience .tour-desc,
#sr-experience .category-name {
    border-bottom: 1px dotted #ddd;
}

#sr-experience .tour-information > div,
#sr-experience .tour-desc > div,
#sr-experience .category-name > div {
    display: inline-block;
    border-bottom: 2px solid #3a87ad;
    padding-bottom: 8px;
    padding-right: 8px;
    margin-bottom: -1px;
}

#sr-experience .tour-form fieldset {
    display: block;
    background: #fff;
    padding: 0 20px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 18px;
    border: 1px solid #ccc;
}

#tour-price {
    margin-left: -20px;
    margin-right: -20px;
    padding: 15px 20px;
    font-weight: bold;
    color: green;
}

#sr-experience .tour-form .group:after,
#sr-experience .tour-form .start-time:after {
    content: "";
    display: table;
    clear: both;
}

#sr-experience .tour-form .group label {
    width: 45%;
    display: block;
    font-weight: normal;
}

#sr-experience .tour-form .group label > [type="text"],
#sr-experience .tour-form .group label > select {
    margin-top: 8px;
    width: 100%;
    outline: 0;
}

#sr-experience .tour-form .group label:first-child {
    float: left;
}

#sr-experience .tour-form .group label:last-child {
    float: right;
}

#sr-experience .tour-form .start-time {
    margin: 8px 0;
    text-align: right;
    border-top: 1px dotted #ddd;
    padding-top: 15px;
}

#sr-experience .tour-form .start-time > * {
    display: inline-block;
}

#sr-experience .tour-form .start-time > label {
    font-weight: bold;
    float: left;
}

#sr-experience .tour-form .available {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 5px;
    text-align: right;
    color: red;
    font-weight: normal;
}

#sr-experience .tour-form .actions .btn {
    text-transform: uppercase;
    font-weight: bold;
    padding: 7px;
}

#sr-experience .guestform input[type="text"],
#sr-experience .guestform input[type="email"],
#sr-experience .guestform input[type="password"],
#sr-experience .guestform textarea,
#sr-experience .guestform select {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#sr-experience .guestform input[type="text"],
#sr-experience .guestform input[type="password"] {
    height: 28px;
}

#sr-experience .guestform .checkbox > input[type="checkbox"] {
    margin-left: 0;
}

#sr-experience .guestform textarea {
    height: 85px;
}

#sr-experience .fieldset > legend {
    display: block;
    background-color: #f5f5f5;
    text-indent: 5px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    text-transform: capitalize;
    border-bottom: 1px solid #e5e5e5;
}

#sr-experience .summary .table tr:nth-of-type(odd) {
    background: #f9f9f9;
}

#sr-experience .summary .table td {
    border-top: none;
}

#sr-experience .tour-name {
    font-weight: normal;
}

/** Reservation */
#reservation-summary {
    position: relative;
    background: #fff;
    padding: 20px;
    margin: 0;
    color: #444;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    display: none;
}

#reservation-summary:after,
#reservation-summary .customer-partial li:after,
#reservation-summary .price-summary:after {
    display: table;
    content: "";
    clear: both;
}

#reservation-summary .experience-name,
#reservation-summary .payment-name {
    border-bottom: 1px dotted #eee;
    margin: 0;
    font-size: 22px;
    font-weight: 400;
}

#reservation-summary .experience-name > div,
#reservation-summary .payment-name > div {
    display: inline-block;
    border-bottom: 2px solid #3a87ad;
    padding-bottom: 8px;
    padding-right: 8px;
    margin-bottom: -1px;
}

#reservation-summary .created-date {
    color: #666;
    float: right;
    margin-top: -20px;
    margin-right: 20px;
    text-transform: capitalize;
}

#reservation-summary .customer {
    padding: 15px 0;
}

#reservation-summary .customer-partial ul,
#reservation-summary .price-summary {
    list-style: none;
    margin: 0;
    padding: 0;
}

#reservation-summary .customer-partial ul > li,
#reservation-summary .price-summary > li {
    padding: 5px 0;
}

#reservation-summary .customer-partial ul > li > *,
#reservation-summary .price-summary > li > * {
    display: block;
    overflow: hidden;
}

#reservation-summary .customer-partial ul > li > label {
    float: left;
    width: 120px;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
}

#reservation-summary .price-summary {
    float: right;
    width: 45%;
    padding: 10px 0;
}

#reservation-summary .price-summary > li:not(:last-child) {
    border-bottom: 1px solid #eee;
}

#reservation-summary .price-summary > li > * {
    width: 50%;
}

#reservation-summary .price-summary > li > label {
    float: left;
}

#reservation-summary li > .payment {
    width: 100%;
}

#reservation-summary .payment-name {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    color: #31708f;
    margin-bottom: 10px;
}

#payment-status {
    position: absolute;
    right: -45px;
    top: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    text-transform: uppercase;
    color: #fff;
    width: 150px;
    font-weight: bold;
    text-align: center;
}

#payment-status.payment-status-0 {
    background-color: #a94442;
}

#payment-status.payment-status-1 {
    background-color: #3c763d;
}

#payment-status.payment-status-2 {
    background-color: #a94442;
}

#payment-status.payment-status-3 {
    background-color: #8a6d3b;
}

.ajax-loader,
button.sr-close {
    display: none;
}

button.sr-close,
button[data-quick-view] {
    width: 100px;
}

.guest.form-horizontal label {
    width: 160px;
    padding-right: 5px;
    text-align: left;
    padding-top: 5px;
    float: left;
}

.sr-control-group {
    margin-bottom: 18px;
}

.sr-control-group:after {
    display: table;
    content: "";
    clear: both;
}

/*List Items - Module List*/

.solidres-module-experience .item,
#sr-experience .item {
    position: relative;
    background: #F5F5F5;
    overflow: hidden;
    margin: 10px 0;
}

.solidres-module-experience .item-desc,
#sr-experience .item-desc {
    text-align: justify;
}

.solidres-module-experience .item-desc,
.solidres-module-experience .item-name,
.solidres-module-experience .item-categories,
.solidres-module-experience .item-transportation,
.solidres-module-experience .feedback-score,
#sr-experience .item-desc,
#sr-experience .item-name {
    padding: 0px 20px 20px;
}

.solidres-module-experience .item-name,
#sr-experience .item-name {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    display: block;
}

.solidres-module-experience img.item-logo,
#sr-experience img.item-logo {
    display: block;
    max-width: 100%;
    border: none;
    margin-bottom: 20px;
}

.solidres-module-experience .item,
.solidres-module-experience img.item-logo,
#sr-experience .item,
#sr-experience img.item-logo {
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
}

.solidres-module-experience .item:hover,
#sr-experience .item:hover {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}

.solidres-module-experience.carousel .item {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.solidres-module-experience .item:hover img.item-logo,
#sr-experience .item:hover img.item-logo {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.solidres-module-experience .item:hover .base-price,
.solidres-module-experience-list .item-left:hover .base-price,
#sr-experience .item:hover .base-price {
    background: rgba(58, 135, 173, 1);
}

.solidres-module-experience .item > .base-price,
.solidres-module-experience-list .item-left > .base-price,
#sr-experience .item > .base-price {
    position: absolute;
    top: 0;
    right: 0;
    background: #3a87ad;
    background: rgba(58, 135, 173, 0.75);
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    -webkit-border-radius: 0 0 0 15px;
    border-radius: 0 0 0 15px;
    text-align: center;
}

.solidres-module-experience .item > .base-price > .duration,
#sr-experience .item > .base-price > .duration {
    font-weight: normal;
}

#sr-toolbar .btn-wrapper {
    display: inline-block;
    margin-right: 5px;
}

#hub-navbar .container {
    background: none;
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#sr-experience .tour-info legend {
    background: #EEE;
    padding-left: 10px;
}

.experience-summary .table > tbody > tr > td {
    background-color: #fff !important;
}

#sr-experience img {
    max-width: 100%;
}

#sr-experience.bs3 .guestform {
    padding-bottom: 20px;
}

#sr-experience.bs3 .form-control {
    width: 100%;
}

.bs3 .js-stools select,
.bs3 .js-stools textarea,
.bs3 .js-stools input[type="text"],
.bs3 .js-stools input[type="password"],
.bs3 .js-stools input[type="datetime"],
.bs3 .js-stools input[type="datetime-local"],
.bs3 .js-stools input[type="date"],
.bs3 .js-stools input[type="month"],
.bs3 .js-stools input[type="time"],
.bs3 .js-stools input[type="week"],
.bs3 .js-stools input[type="number"],
.bs3 .js-stools input[type="email"],
.bs3 .js-stools input[type="url"],
.bs3 .js-stools input[type="search"],
.bs3 .js-stools input[type="tel"],
.bs3 .js-stools input[type="color"],
.bs3 .js-stools .inputbox {
    width: 100%;
    margin-bottom: 0;
}

.bs3 .guestform fieldset.register .checkbox label.control-label {
    width: 100%;
}

.solidres-module-experience-list {
    background-color: #fff;
}

.solidres-module-experience-list .item-left {
    position: relative;
}

.solidres-module-experience-list .item {
    padding: 10px 0;
    -webkit-transition: .2s all ease;
    transition: .2s all ease;
}

.solidres-module-experience-list a.item-name {
    text-decoration: none;
    font-size: 18px;
    color: #444;
    margin-bottom: 8px;
    display: block;
}

.solidres-module-experience-list .item-right > *,
.solidres-module-experience-list .item-categories > a {
    color: #555;
}

.solidres-module-experience-list .item-right > * {
    padding: 3px 0;
}

.solidres-module-experience-list .item-right > div:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

#sr-experience .page-header {
    text-align: left;
}

#sr-experience .activity .lead,
#guest th .lead {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
}

#sr-experience .activity select {
    width: auto;
}

#sr-experience .activity .field-calendar input {
    width: 85px;
}