.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.tab-padding {
  padding: 20px;
}
.input-error {
  border-color: red;
}
.mb20 {
  margin-bottom: 20px;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.wb-btn {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0px;
  padding: 4px 10px;
}
.wb-btn.wb-btn-success {
  background: #5cb85c;
  border: 1px solid #4cae4c;
  color: white;
}
.wb-btn.wb-btn-success:hover {
  background: #4cae4c;
}
.wb-btn:hover {
  text-decoration: none;
}
.wb-btn.wb-btn-primary {
  color: white;
  background: #f0ad4e;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  border: 1px solid #ff9933;
  border-radius: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.wb-btn.wb-btn-primary:active,
.wb-btn.wb-btn-primary:visited {
  background: #ff9933;
}
.wb-btn.wb-btn-blue {
  background: #31b0d5;
  border: 1px solid #269abc;
  color: white;
}
.wb-btn.wb-btn-blue:active {
  background: #269abc;
}
.wb-btn.wb-btn-md {
  height: 31px;
  padding-left: 15px;
  padding-right: 15px;
}
.wb-btn.wb-btn-default {
  border: 1px solid #d5d5d5;
}
.alert {
  padding: 10px;
  margin: 20px 0px;
  border: 1px solid transparent;
  border-radius: 0px;
  font-size: 14px;
}
.alert.alert-information,
.alert.alert-info {
  background-color: rgba(52, 211, 235, 0.2);
  border-color: rgba(52, 211, 235, 0.3);
  color: #35b8e0;
}
.alert.alert-success {
  background-color: rgba(95, 190, 170, 0.3);
  border-color: rgba(95, 190, 170, 0.4);
  color: #5fbeaa;
}
.alert.alert-danger,
.alert.alert-error {
  background-color: rgba(240, 80, 80, 0.2);
  border-color: rgba(240, 80, 80, 0.3);
  color: #ff5b5b;
}
.alert.alert-default {
  border: 1px solid #e6e6e6;
  color: #666;
}
.alert a {
  text-decoration: none !important;
}
.alert p {
  margin-bottom: 0px;
}
.hidden {
  display: none;
}
.mt20 {
  margin-top: 20px;
}
.clear {
  clear: both;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.form-group {
  margin-bottom: 15px;
}
.wpbooking-form-group {
  margin-bottom: 15px;
}
.wpbooking-check-in-out {
  height: 0 !important;
  padding: 0 !important;
  visibility: hidden;
  line-height: 0 !important;
  display: inherit !important;
}
/*
// Rating Review
*/
.wpbooking-rating-result-wrap br,
.wpbooking-rating-review br {
  display: none;
}
.wpbooking-archive-page .wpbooking-search-form-wrap.show-more-active .search-button-wrap {
  display: block;
}
.select2-container {
  font-size: 14px;
  width: 100% !important;
}
.ui-datepicker {
  font-size: 14px;
}
.wpbooking-search-form {
  padding: 30px 15px;
  border: 1px solid #d5d5d5;
  color: #333333;
}
.wpbooking-search-form .widget-title {
  text-transform: none;
  font-weight: normal;
  margin-bottom: 25px;
  font-size: 24px;
}
.wpbooking-search-form .item-search {
  margin-bottom: 25px;
}
.wpbooking-search-form .item-search > label {
  margin-bottom: 11px;
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.wpbooking-search-form .item-search .list-checkbox {
  font-size: 14px;
}
.wpbooking-search-form .item-search .list-checkbox label {
  display: block;
  margin-bottom: 8px;
}
.wpbooking-search-form .item-search .list-checkbox .show-more-terms {
  font-size: 13px;
  font-style: italic;
}
.wpbooking-search-form .item-search input[type=text],
.wpbooking-search-form .item-search select,
.wpbooking-search-form .item-search .select2-container {
  width: 100%;
  height: 36px;
  line-height: 36px;
  border-radius: 0;
  border: 1px solid #d5d5d5;
  padding: 0px 10px;
  background: #FFF;
  font-size: 14px;
  color: #555555;
  box-sizing: border-box;
}
.wpbooking-search-form .item-search input[type=text].small-input,
.wpbooking-search-form .item-search select.small-input,
.wpbooking-search-form .item-search .select2-container.small-input {
  width: auto;
}
.wpbooking-search-form .item-search input[type=text].wb-error,
.wpbooking-search-form .item-search select.wb-error,
.wpbooking-search-form .item-search .select2-container.wb-error {
  border: 1px solid red;
}
.wpbooking-search-form .item-search .wb-checkbox-search {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.wpbooking-search-form .item-search .wb-checkbox-search:focus {
  outline: none;
}
.wpbooking-search-form .item-search.wb-error .select2-container {
  border: 1px solid red;
}
.wpbooking-search-form .item-search .hidden_term {
  display: none;
}
.wpbooking-search-form .item-search .show-more-terms {
  cursor: pointer;
}
.wpbooking-search-form .item-search.search-price .price-chart-wrap {
  overflow: hidden;
  margin-bottom: -19px;
  margin-top: 30px;
}
.wpbooking-search-form .item-search.search-price .price-chart-wrap #wpbooking-price-chart2 {
  background: #e6e6e6;
}
.wpbooking-search-form .item-search.search-price .irs-line {
  background: #cccccc;
  height: 11px;
  border-radius: 0;
  border: none;
}
.wpbooking-search-form .item-search.search-price .irs-bar {
  background: #f0ad4e;
  height: 11px;
  border: none;
}
.wpbooking-search-form .item-search.search-price .irs-slider {
  width: 12px;
  height: 11px;
  background: white;
  box-shadow: none;
  border: 1px solid #f0ad4e;
  border-radius: 0px;
  top: 13px;
}
.wpbooking-search-form .item-search.search-price .irs-from,
.wpbooking-search-form .item-search.search-price .irs-to,
.wpbooking-search-form .item-search.search-price .irs-single {
  font-size: 11px;
}
.wpbooking-search-form .item-search.search-price .irs-min,
.wpbooking-search-form .item-search.search-price .irs-max {
  background: none;
}
.wpbooking-search-form .item-search.search-price .irs-to,
.wpbooking-search-form .item-search.search-price .irs-from {
  background: #f0ad4e;
  border-radius: 0;
}
.wpbooking-search-form .item-search.datepicker-field .item-search-content {
  position: relative;
}
.wpbooking-search-form .item-search.datepicker-field .item-search-content label {
  display: block;
}
.wpbooking-search-form .item-search.datepicker-field .item-search-content label i {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 20px;
}
.wpbooking-search-form .item-adult-search {
  float: left;
  width: 50%;
  padding-right: 10px;
}
.wpbooking-search-form .item-child-search {
  width: 50%;
  float: left;
  padding-left: 10px;
}
.wpbooking-search-form .select2-container--default .select2-selection--single {
  height: 34px;
  border-radius: 0px;
  border: none;
}
.wpbooking-search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
  font-size: 14px;
}
.wpbooking-search-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 33px;
}
.wpbooking-search-form .wpbooking-search-form-more {
  display: none;
}
.wpbooking-search-form .search-button-wrap .wb-button {
  margin-top: 10px;
  text-transform: uppercase;
  background: #f0ad4e;
  border: 1px solid #f0ad4e;
  width: 100%;
  color: white;
  padding: 8px 35px;
  font-weight: normal;
}
.wpbooking-search-form .search-button-wrap .wb-button:active,
.wpbooking-search-form .search-button-wrap .wb-button:visited {
  background: #269abc;
}
.wpbooking-search-form .wpbooking-search-form-more-wrap {
  margin-bottom: 20px;
}
.wpbooking-search-form .wpbooking-search-form-more-wrap .wpbooking-show-more-fields {
  font-size: 14px;
  color: #333;
  display: block;
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
  font-style: italic;
}
.wpbooking-search-form .wpbooking-search-form-more-wrap .wpbooking-show-more-fields:hover {
  text-decoration: underline;
}
.wpbooking-search-form .wpbooking-search-form-more-wrap .wpbooking-show-more-fields:focus {
  outline: none;
}
.wpbooking-search-form .wpbooking-search-form-more-wrap .wpbooking-show-more-fields .for-less {
  display: none;
}
.wpbooking-search-form .wpbooking-search-form-more-wrap .wpbooking-show-more-fields.active .for-more {
  display: none;
}
.wpbooking-search-form .wpbooking-search-form-more-wrap .wpbooking-show-more-fields.active .for-less {
  display: inline;
}
.wpbooking-search-form .star-rating i {
  margin-right: 4px;
}
.wpbooking-search-form .wb-collapse {
  display: none;
}
.wpbooking-loop-header {
  margin-bottom: 40px;
}
.wpbooking-loop-header:before,
.wpbooking-loop-header:after {
  display: table;
  content: " ";
}
.wpbooking-loop-header:after {
  clear: both;
}
.wpbooking-loop-header .search-title {
  margin-bottom: 20px;
}
.wpbooking-loop-header .search-title h2 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .wpbooking-loop-header .search-title h2 {
    font-size: 24px;
  }
}
.wpbooking-loop-header .col-post-found {
  width: 60%;
  float: left;
  padding-right: 10px;
}
.wpbooking-loop-header .col-post-found .post-found-count {
  font-size: 28px;
  color: #666666;
  font-weight: normal;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .wpbooking-loop-header .col-post-found .post-found-count {
    font-size: 22px;
  }
}
.wpbooking-loop-header .col-post-found .post-query-desc {
  font-size: 14px;
  color: #666;
  font-style: italic;
}
.wpbooking-loop-header .col-post-found .post-query-desc span {
  color: #f0ad4e;
}
.wpbooking-loop-header .col-loop-order {
  width: 40%;
  float: left;
  padding: 10px 0 0 10px;
}
.wpbooking-loop-header .col-loop-order .wpbooking-loop-order {
  text-align: right;
  width: 100%;
  float: right;
}
.wpbooking-loop-header .col-loop-order .wpbooking-loop-order select {
  background: #f2f2f2;
  border: 1px solid #d5d5d5;
  font-size: 14px;
  color: #666666;
  height: 30px;
  width: 150px;
}
.wpbooking-loop-header .col-loop-order .wpbooking-loop-order .wb-btn.wb-btn-grid,
.wpbooking-loop-header .col-loop-order .wpbooking-loop-order .wb-btn.wb-btn-list {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 29px;
  height: 29px;
  margin: 0;
  padding: 0 10px 1px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #555;
  border-color: #ccc;
  background: #f7f7f7;
  -webkit-box-shadow: 0 1px 0 #ccc;
  box-shadow: 0 1px 0 #ccc;
}
.wpbooking-loop-header .col-loop-order .wpbooking-loop-order .wb-btn.wb-btn-grid:hover,
.wpbooking-loop-header .col-loop-order .wpbooking-loop-order .wb-btn.wb-btn-list:hover {
  background: #fafafa;
  border-color: #999;
  color: #23282d;
}
.wpbooking-loop-header .col-loop-order .wpbooking-loop-order .wb-btn.wb-btn-grid:focus,
.wpbooking-loop-header .col-loop-order .wpbooking-loop-order .wb-btn.wb-btn-list:focus {
  outline: none;
}
.wpbooking-loop-header .col-loop-order .wpbooking-loop-order .wb-btn.wb-btn-grid.active,
.wpbooking-loop-header .col-loop-order .wpbooking-loop-order .wb-btn.wb-btn-list.active {
  background: #f0ad4e;
  color: #fff;
  border-color: #f0ad4e;
}
.wpbooking-loop-header .col-loop-order .wpbooking-view-switch {
  float: right;
  margin-right: 20px;
}
.wpbooking-loop-header .col-loop-order .wpbooking-view-switch a i {
  font-size: 20px;
  color: #999999;
  padding: 3px 4px;
  border: 1px solid transparent;
}
.wpbooking-loop-header .col-loop-order .wpbooking-view-switch a.active i {
  background: #e6e6e6;
  border: 1px solid #d6d6d6;
}
.wpbooking-loop-header .col-loop-order .wpbooking-view-switch a:focus,
.wpbooking-loop-header .col-loop-order .wpbooking-view-switch a:active {
  outline: none;
}
@media (max-width: 1199px) {
  .wpbooking-loop-header {
    margin-bottom: 20px;
  }
  .wpbooking-loop-header .col-post-found,
  .wpbooking-loop-header .col-loop-order,
  .wpbooking-loop-header .search-title {
    width: 100%;
    padding: 0;
  }
}
.wb-hotel-star {
  font-size: 11px;
  margin-bottom: 5px;
}
.wb-hotel-star .wpbooking-icon-star {
  margin-right: 3px;
  color: #ff9966;
}
.wb-hotel-star .active .wpbooking-icon-star:before {
  content: "\f005";
}
.wb-hotel-star span:last-child {
  padding-left: 3px;
}
.wpbooking-loop-wrap .wpbooking-loop-items {
  margin-left: -15px;
  margin-right: -15px;
  list-style: none;
}
.wpbooking-loop-wrap .wpbooking-loop-items:before,
.wpbooking-loop-wrap .wpbooking-loop-items:after {
  display: table;
  content: " ";
}
.wpbooking-loop-wrap .wpbooking-loop-items:after {
  clear: both;
}
.wpbooking-loop-wrap .wpbooking-loop-items .loop-item {
  box-sizing: border-box;
  box-shadow: none;
  padding: 0px 15px;
  margin: 0px;
  float: left;
  width: 50%;
  border: none;
  margin-bottom: 28px;
}
.wpbooking-loop-wrap .wpbooking-loop-items .loop-item:nth-child(2n+1) {
  clear: both;
}
.wpbooking-loop-wrap .wpbooking-loop-items .loop-item .content-item {
  background: white;
  transition: all 0.2s;
  border: 1px solid #e6e6e6;
  padding: 11px 13px;
}
.wpbooking-loop-wrap .wpbooking-loop-items .loop-item .content-item:hover {
  border-color: #f0ad4e;
}
.wpbooking-loop-wrap .wpbooking-loop-items .loop-item .content-item:hover .service-title a {
  color: #f0ad4e;
}
.wpbooking-loop-wrap .wpbooking-loop-items .loop-item .content-item .service-thumbnail {
  float: left;
}
.wpbooking-loop-wrap .wpbooking-loop-items .loop-item .content-item .service-content .service-title {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: normal;
}
.wpbooking-loop-wrap .wpbooking-loop-items .loop-item .content-item .service-content .service-title a:hover,
.wpbooking-loop-wrap .wpbooking-loop-items .loop-item .content-item .service-content .service-title a:focus {
  text-decoration: underline;
}
.wpbooking-loop-wrap .wpbooking-loop-items .loop-item .content-item .service-content .service-address-rate:before,
.wpbooking-loop-wrap .wpbooking-loop-items .loop-item .content-item .service-content .service-address-rate:after {
  display: table;
  content: " ";
}
.wpbooking-loop-wrap .wpbooking-loop-items .loop-item .content-item .service-content .service-address-rate:after {
  clear: both;
}
.wpbooking-loop-wrap .wpbooking-loop-items .loop-item .content-item .service-content .service-address-rate .service-address {
  color: #666666;
  font-size: 13px;
  float: left;
}
.wpbooking-loop-wrap .wpbooking-loop-items .loop-item .content-item .service-content .wb-latest-booking {
  margin-bottom: 10px;
  font-size: 12px;
  font-style: italic;
  color: #999;
  margin-top: 10px;
}
.wpbooking-loop-wrap .wpbooking-loop-items .loop-item .content-item .service-content .wb-score-review {
  position: absolute;
  bottom: 15px;
  font-size: 15px;
  font-style: italic;
}
.wpbooking-loop-wrap .wpbooking-loop-items .loop-item .content-item .service-content .wb-score-review span {
  font-size: 13px;
}
.wpbooking-loop-wrap .wpbooking-loop-items .loop-item .content-item .service-content .service-price-book-now {
  margin-top: 15px;
}
.wpbooking-loop-wrap .wpbooking-loop-items .loop-item .content-item .service-content .service-price-book-now:before,
.wpbooking-loop-wrap .wpbooking-loop-items .loop-item .content-item .service-content .service-price-book-now:after {
  display: table;
  content: " ";
}
.wpbooking-loop-wrap .wpbooking-loop-items .loop-item .content-item .service-content .service-price-book-now:after {
  clear: both;
}
.wpbooking-loop-wrap .wpbooking-loop-items .loop-item .content-item .service-content .service-price-book-now .service-price {
  display: inline-block;
  line-height: normal;
  font-size: 13px;
  margin-bottom: 20px;
  width: 100%;
}
.wpbooking-loop-wrap .wpbooking-loop-items .loop-item .content-item .service-content .service-price-book-now .service-price .price {
  font-size: 23px;
  width: 100%;
  display: block;
}
.wpbooking-loop-wrap .wpbooking-loop-items .loop-item .content-item .service-content .service-price-book-now .service-price .price .symbol {
  font-size: 18px;
}
.wpbooking-loop-wrap .wpbooking-loop-items .loop-item .content-item .service-content .service-price-book-now .service-book-now {
  display: inline-block;
  float: right;
}
.wpbooking-loop-wrap .wpbooking-loop-items.list {
  margin-left: 0px;
  margin-right: 0px;
}
.wpbooking-loop-wrap .wpbooking-loop-items.list .loop-item {
  width: 100%;
  padding: 0px;
}
.wpbooking-loop-wrap .wpbooking-loop-items.list .loop-item .content-item {
  position: relative;
}
.wpbooking-loop-wrap .wpbooking-loop-items.list .loop-item .content-item:before,
.wpbooking-loop-wrap .wpbooking-loop-items.list .loop-item .content-item:after {
  display: table;
  content: " ";
}
.wpbooking-loop-wrap .wpbooking-loop-items.list .loop-item .content-item:after {
  clear: both;
}
.wpbooking-loop-wrap .wpbooking-loop-items.list .loop-item .content-item .service-thumbnail {
  float: left;
}
@media (min-width: 640px) {
  .wpbooking-loop-wrap .wpbooking-loop-items.list .loop-item .content-item .service-thumbnail {
    width: 150px;
    height: auto;
    min-height: 150px;
  }
}
.wpbooking-loop-wrap .wpbooking-loop-items.list .loop-item .content-item .service-content {
  width: calc(100% - 165px);
  float: right;
}
.wpbooking-loop-wrap .wpbooking-loop-items.list .loop-item .content-item .service-content .service-content-inner {
  float: left;
  width: 70%;
}
.wpbooking-loop-wrap .wpbooking-loop-items.list .loop-item .content-item .service-content .service-content-inner .service-address {
  float: none;
}
.wpbooking-loop-wrap .wpbooking-loop-items.list .loop-item .content-item .service-content .service-content-inner .service-rate {
  float: none;
  text-align: left;
}
.wpbooking-loop-wrap .wpbooking-loop-items.list .loop-item .content-item .service-content .service-content-inner .service-rate .rating-count {
  text-align: left;
}
.wpbooking-loop-wrap .wpbooking-loop-items.list .loop-item .content-item .service-content .service-content-inner .wpbooking-room-type {
  margin-top: 0px;
}
.wpbooking-loop-wrap .wpbooking-loop-items.list .loop-item .content-item .service-content .service-price-book-now {
  margin-top: 0px;
  float: right;
  width: 30%;
  text-align: right;
}
.wpbooking-loop-wrap .wpbooking-loop-items.list .loop-item .content-item .service-content .service-price-book-now .service-book-now {
  position: relative;
}
@media (max-width: 1199px) {
  .wpbooking-loop-wrap .wpbooking-loop-items.list .loop-item .content-item {
    box-shadow: 0px 1px 1px #ccc;
  }
  .wpbooking-loop-wrap .wpbooking-loop-items.list .loop-item .content-item .service-content .service-content-inner {
    width: 100%;
  }
  .wpbooking-loop-wrap .wpbooking-loop-items.list .loop-item .content-item .service-content .service-content-inner .wb-score-review {
    position: relative;
    bottom: -10px;
  }
  .wpbooking-loop-wrap .wpbooking-loop-items.list .loop-item .content-item .service-content .service-price-book-now {
    width: 100%;
    margin-top: 15px;
    border-top: 1px solid #DDD;
  }
  .wpbooking-loop-wrap .wpbooking-loop-items.list .loop-item .content-item .service-content .service-price-book-now .service-price {
    width: 100%;
    margin-bottom: 0;
    margin-top: 5px;
  }
  .wpbooking-loop-wrap .wpbooking-loop-items.list .loop-item .content-item .service-content .service-price-book-now .service-price br {
    display: none;
  }
  .wpbooking-loop-wrap .wpbooking-loop-items.list .loop-item .content-item .service-content .service-price-book-now .service-price span {
    display: inline;
  }
  .wpbooking-loop-wrap .wpbooking-loop-items.list .loop-item .content-item .service-content .service-price-book-now .service-book-now {
    display: none;
  }
}
@media (max-width: 639px) {
  .wpbooking-loop-wrap .wpbooking-loop-items.list .loop-item .content-item .service-thumbnail {
    width: 25%;
    position: absolute;
    bottom: 10px;
    left: 10px;
    top: 10px;
  }
  .wpbooking-loop-wrap .wpbooking-loop-items.list .loop-item .content-item .service-content {
    padding-left: 10px;
    margin-left: 25%;
    width: 75%;
  }
}
.wpbooking-loop-wrap .wpbooking-loop-items.grid .loop-item .content-item .service-thumbnail {
  margin-bottom: 10px;
  width: 100%;
}
.wpbooking-loop-wrap .wpbooking-loop-items.grid .loop-item .content-item .service-thumbnail img {
  width: 100%;
}
.wpbooking-loop-wrap .wpbooking-loop-items.grid .loop-item .content-item .service-content .service-content-inner {
  padding-bottom: 0;
}
.wpbooking-loop-wrap .wpbooking-loop-items.grid .loop-item .content-item .service-content .service-content-inner .wb-score-review {
  position: relative;
  bottom: 0;
}
.wpbooking-loop-wrap .wpbooking-loop-items.grid .loop-item .content-item .service-content .service-content-inner .wb-latest-booking {
  margin-top: 0;
}
.wpbooking-loop-wrap .wpbooking-loop-items.grid .loop-item .content-item .service-content .service-content-inner .service-address-rate {
  margin-bottom: 10px;
}
.wpbooking-loop-wrap .wpbooking-loop-items.grid .loop-item .content-item .service-content .service-price-book-now {
  padding-top: 12px;
  border-top: 1px solid #ddd;
  position: relative;
}
.wpbooking-loop-wrap .wpbooking-loop-items.grid .loop-item .content-item .service-content .service-price-book-now .service-price {
  width: 50%;
  margin-bottom: 0;
}
.wpbooking-loop-wrap .wpbooking-loop-items.grid .loop-item .content-item .service-content .service-price-book-now .service-price .price {
  display: inline;
}
.wpbooking-loop-wrap .wpbooking-loop-items.grid .loop-item .content-item .service-content .service-price-book-now .service-book-now {
  position: absolute;
  bottom: 8px;
  right: 0;
}
@media (max-width: 768px) {
  .wpbooking-loop-wrap .wpbooking-loop-items .loop-item {
    width: 100%;
  }
}
@media (max-width: 1200px) and (min-width: 955px) {
  .wpbooking-loop-wrap .wpbooking-loop-items .loop-item {
    width: 100%;
  }
}
.wpbooking-loop-wrap.loading {
  position: relative;
}
.wpbooking-loop-wrap.loading:before {
  content: "";
  position: absolute;
  top: 0px;
  z-index: 2;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.7;
  background: white;
}
.wpbooking-container {
  padding: 20px;
}
.wpbooking-container ul {
  list-style: none;
  margin: 0px;
}
.wpbooking-container .info-item {
  font-size: 13px;
}
.date-group {
  position: relative;
  margin-bottom: 25px;
}
.date-group .title {
  width: 100%;
  font-weight: bold;
  float: left;
  margin-bottom: 11px;
}
.date-group .item-search {
  margin-bottom: 0 !important;
  width: 50%;
  float: left;
}
.date-group .item-search .wpbooking-date-start {
  border-right: none !important;
}
.date-group .item-search .wpbooking-date-end {
  border-left: none !important;
  padding-left: 15px !important;
}
.date-group .arrow-icon {
  position: absolute;
  bottom: 12px;
  left: 50%;
  margin-left: -10px;
  z-index: 1;
}
.wb-archive-wrapper {
  padding-left: 8%;
  padding-right: 8%;
}
.wpbooking-single-content {
  margin: 0px;
  padding: 15px;
}
.wpbooking-single-content .single-thumbnai {
  margin-bottom: 10px;
}
.wpbooking-single-content .space-top-1 {
  margin-top: 10px;
}
.wpbooking-single-content .space-top-2 {
  margin-top: 20px;
}
.wpbooking-single-content .space-top-3 {
  margin-top: 30px;
}
.wpbooking-single-content .space-top-4 {
  margin-top: 40px;
}
.wpbooking-single-content .space-top-5 {
  margin-top: 50px;
}
.wpbooking-single-content .wpbooking_google_map {
  height: 500px;
}
.wpbooking-single-content .booking-item-features {
  list-style: none;
}
.submit-button.loading:after {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  content: "\f110";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}
.wpbooking-cart-wrap .wpbooking-cart-table tr .small-col {
  width: 6%;
}
.widget_wpbooking_cart .wpbooking-cart-widget-wrap {
  padding: 30px 15px 15px;
  border: 1px solid #d5d5d5;
}
.widget_wpbooking_cart .wpbooking-cart-widget-wrap .wpbooking-cart-widget-content .review-order-item {
  border: 1px solid #d5d5d5;
}
.widget_wpbooking_cart .wpbooking-cart-widget-wrap .wpbooking-cart-widget-content .review-order-item-price {
  color: #666666;
  font-size: 14px;
}
.widget_wpbooking_cart .wpbooking-cart-widget-wrap .wpbooking-cart-widget-content .show_more_review_order {
  display: none;
}
.widget_wpbooking_cart .wpbooking-cart-widget-wrap .cart-total {
  color: #666666;
  font-size: 14px;
  margin-top: 15px;
}
.widget_wpbooking_cart .wpbooking-cart-widget-wrap .cart-total:before,
.widget_wpbooking_cart .wpbooking-cart-widget-wrap .cart-total:after {
  display: table;
  content: " ";
}
.widget_wpbooking_cart .wpbooking-cart-widget-wrap .cart-total:after {
  clear: both;
}
.widget_wpbooking_cart .wpbooking-cart-widget-wrap .cart-total .total-amount {
  float: right;
}
.widget_wpbooking_cart .wpbooking-cart-widget-wrap .cart-actions:before,
.widget_wpbooking_cart .wpbooking-cart-widget-wrap .cart-actions:after {
  display: table;
  content: " ";
}
.widget_wpbooking_cart .wpbooking-cart-widget-wrap .cart-actions:after {
  clear: both;
}
.widget_wpbooking_cart .wpbooking-cart-widget-wrap .cart-actions .wb-to-checkout {
  float: right;
}
.widget_wpbooking_cart .wpbooking-cart-widget-wrap .cart-actions .wb-btn {
  padding: 5px 17px;
}
.review-order-item {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  margin-top: 30px;
  position: relative;
}
.review-order-item:before,
.review-order-item:after {
  display: table;
  content: " ";
}
.review-order-item:after {
  clear: both;
}
.review-order-item .review-order-item-info {
  padding: 15px;
}
.review-order-item .review-order-item-info:before,
.review-order-item .review-order-item-info:after {
  display: table;
  content: " ";
}
.review-order-item .review-order-item-info:after {
  clear: both;
}
.review-order-item .review-order-item-info .review-order-item-img {
  float: left;
  margin-right: 15px;
}
.review-order-item .review-order-item-info .review-order-item-img img {
  max-width: 150px;
}
@media (max-width: 480px) {
  .review-order-item .review-order-item-info .review-order-item-img {
    width: 100%;
    text-align: left;
  }
  .review-order-item .review-order-item-info .review-order-item-img img {
    display: inline;
  }
  .review-order-item .review-order-item-info .review-order-item-title {
    text-align: center;
    width: 100%;
    float: none;
  }
}
.review-order-item .review-order-item-info .review-order-item-title {
  float: right;
  width: calc(100% - 170px);
}
@media (max-width: 480px) {
  .review-order-item .review-order-item-info .review-order-item-title {
    width: 100%;
    text-align: left;
  }
}
.review-order-item .review-order-item-info .review-order-item-title .service-name {
  margin: 0px;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  width: 70%;
}
@media (max-width: 480px) {
  .review-order-item .review-order-item-info .review-order-item-title .service-name {
    width: 100%;
    margin-top: 20px;
  }
}
.review-order-item .review-order-item-info .review-order-item-title .service-name a {
  border: medium none;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.review-order-item .review-order-item-info .review-order-item-title .service-name a:hover {
  text-decoration: none;
}
.review-order-item .review-order-item-info .review-order-item-title p {
  margin-bottom: 0px;
}
.review-order-item .review-order-item-info .review-order-item-title .service-address {
  color: #666;
}
.review-order-item .review-order-item-info .review-order-item-title .review-order-item-price.tour-price {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  font-weight: bold;
}
.review-order-item .review-order-item-info .review-order-item-title .wb-contact-list {
  margin-bottom: 30px;
}
.review-order-item .review-order-item-info .review-order-item-title .wb-contact-list a {
  border: none;
}
.review-order-item .review-order-item-info .review-order-item-title .people-price-item,
.review-order-item .review-order-item-info .review-order-item-title .from-detail {
  color: #333;
  position: relative;
}
.review-order-item .review-order-item-info .review-order-item-title .people-price-item:after,
.review-order-item .review-order-item-info .review-order-item-title .from-detail:after {
  background: #cccccc;
  position: absolute;
  content: '';
  width: 100%;
  bottom: 6px;
  height: 1px;
  left: 0px;
  right: 0px;
  z-index: 0;
}
.review-order-item .review-order-item-info .review-order-item-title .people-price-item span,
.review-order-item .review-order-item-info .review-order-item-title .from-detail span {
  position: relative;
  z-index: 1;
  background: white;
}
.review-order-item .review-order-item-info .review-order-item-title .people-price-item .price-item,
.review-order-item .review-order-item-info .review-order-item-title .from-detail .price-item,
.review-order-item .review-order-item-info .review-order-item-title .people-price-item .from-detail-duration,
.review-order-item .review-order-item-info .review-order-item-title .from-detail .from-detail-duration {
  float: right;
  padding-left: 10px;
}
.review-order-item .review-order-item-info .review-order-item-title .people-price-item .head-item,
.review-order-item .review-order-item-info .review-order-item-title .from-detail .head-item {
  padding-right: 10px;
}
.review-order-item .review-order-item-info .review-order-item-title .people-price-item.bold,
.review-order-item .review-order-item-info .review-order-item-title .from-detail.bold {
  font-weight: bold;
}
.review-order-item .review-order-item-info .review-order-item-title .people-price-item.bold:after,
.review-order-item .review-order-item-info .review-order-item-title .from-detail.bold:after {
  background: none !important;
}
.review-order-item .review-order-item-info .review-order-item-title .people-price-item.bold .head-item,
.review-order-item .review-order-item-info .review-order-item-title .from-detail.bold .head-item {
  font-weight: bold;
}
@media (max-width: 480px) {
  .review-order-item .review-order-item-info .review-order-item-title .people-price-item,
  .review-order-item .review-order-item-info .review-order-item-title .from-detail {
    text-align: left;
  }
}
.review-order-item .review-order-item-info .review-order-item-title .review-order-item-form-to {
  margin-top: 20px;
}
.review-order-item .review-order-item-info .review-order-item-title .review-order-item-form-to span {
  font-weight: 700;
}
.review-order-item .review-order-item-info .review-order-item-title .review-order-item-form-to small a {
  border: medium none;
  color: #f0ad4e;
}
.review-order-item .review-order-item-table {
  margin-left: -1px;
  margin-right: -1px;
  margin-bottom: -1px;
}
.review-order-item .review-order-item-table table {
  margin-bottom: 0px;
}
.review-order-item .review-order-item-table .td-inner {
  padding-left: 0;
  padding-right: 0;
}
.review-order-item .review-order-item-table td {
  position: relative;
}
.review-order-item .review-order-item-table .delete-cart-item {
  border-bottom: medium none !important;
  left: 0;
  position: absolute;
  right: 0;
}
.review-order-item .review-order-item-table .room-image {
  padding-left: 15px;
  padding-right: 0px !important;
}
.review-order-item .review-order-item-table .room-image img {
  margin-top: 5px;
}
.review-order-item .review-order-item-table .container-fluid {
  padding-bottom: 15px;
  padding-top: 15px;
}
.review-order-item .review-order-item-table .sub-title {
  color: #666666;
  font-size: 13px;
  font-style: italic;
}
.review-order-item .review-order-item-table .title {
  font-weight: bold;
}
.review-order-item .review-order-item-table .title.price {
  font-weight: normal;
}
.review-order-item .review-order-item-table .col-title {
  padding-left: 15px;
}
.review-order-item .review-order-item-table .extra-service {
  margin-left: 0;
  margin-top: 20px;
}
.review-order-item .review-order-item-table .extra-service .extra-item {
  color: #333333;
}
.review-order-item .review-order-item-table .extra-service .extra-item.price {
  font-style: normal;
}
.review-order-item .review-order-item-table .extra-service .title {
  text-transform: none;
}
.review-order-item .review-order-item-table .room-info table {
  margin-top: 10px;
}
.review-order-item .review-order-item-table .room-info table th,
.review-order-item .review-order-item-table .room-info table td {
  padding-left: 10px;
}
.review-order-item .review-order-item-table .room-info table .desc {
  font-style: italic;
}
.review-order-item .review-order-item-table .room-info thead {
  background: #ececec;
}
.review-order-item .review-order-item-table .room-info .btn_detail_checkout {
  /* font-size: 13px;
                font-style: italic;
                font-weight: normal;
                margin-top: 20px;
                padding: 3px 11px;
                background: @maincolor;*/
  color: #f0ad4e;
  cursor: pointer;
  display: inline-block;
  font-style: italic;
  padding-top: 10px;
}
.review-order-item .review-order-item-table .room-info .content_details {
  display: none;
}
@media (max-width: 480px) {
  .review-order-item .review-order-item-table {
    overflow-x: auto;
  }
  .review-order-item .review-order-item-table > table {
    width: 400px;
  }
}
.site-main.twentyfifteen {
  margin-left: 8.3333%;
  margin-right: 8.3333%;
  padding: 10%;
  margin-bottom: 7.6923%;
  margin-top: 8.3332%;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.wpbooking-price-chart {
  margin-bottom: -19px;
}
.wpbooking-price-chart .bar-item {
  display: inline-block;
  width: 3.33%;
  background: rgba(118, 118, 118, 0.5);
}
.irs .irs .irs-line {
  top: 13px;
}
.irs .irs .irs-from,
.irs .irs .irs-to,
.irs .irs .irs-single,
.irs .irs .irs-min,
.irs .irs .irs-max {
  bottom: 0px;
  top: auto;
}
.irs .irs-bar {
  top: 13px;
}
.irs .irs-slider {
  top: 4px;
}
.wpbooking-register-form .upload-certificate {
  display: none;
}
.wpbooking-register-form .upload-certificate .btn-file {
  overflow: hidden;
}
.wpbooking-register-form .upload-certificate .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.wpbooking-register-form .upload-certificate .upload_input {
  display: none;
}
.wpbooking-register-form .upload-certificate.active {
  display: block;
}
.wpbooking-register-form .upload-certificate .uploaded_image_preview {
  max-width: 200px;
}
.upload-avatar .btn-file {
  overflow: hidden;
}
.upload-avatar .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  /* font-size: 100px;*/
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.upload-avatar .upload_input {
  display: none;
}
.upload-avatar.active {
  display: block;
}
.upload-avatar .uploaded_image_preview {
  max-width: 200px;
}
.wpbooking-service-edit .form-row {
  margin-bottom: 30px;
}
.wpbooking-service-edit .form-row .form-title {
  margin-top: 0px;
  margin-bottom: 15px;
}
.wpbooking-service-edit #wp-service_content-editor-container {
  border: 1px solid #ddd;
}
.wpbooking-service-edit .wpbooking-service-metabox {
  font-size: 14px;
}
.wpbooking-service-edit .wpbooking-service-metabox:before,
.wpbooking-service-edit .wpbooking-service-metabox:after {
  display: table;
  content: " ";
}
.wpbooking-service-edit .wpbooking-service-metabox:after {
  clear: both;
}
.wpbooking-service-edit .wpbooking-service-metabox .col-tab-nav .nav-tabs {
  border-bottom: none;
}
.wpbooking-service-edit .wpbooking-service-metabox .col-tab-nav .nav-tabs a:hover {
  border-bottom: 1px solid #eeeeee;
}
.wpbooking-service-edit .wpbooking-service-metabox .col-tab-content .tab-content {
  padding: 10px;
  border: 1px solid #ddd;
}
.wpbooking-service-edit .wpbooking-service-metabox h4 {
  font-size: initial;
  margin: 0px;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-accordion-title {
  font-size: initial;
  margin: 0px;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-metabox-accordion {
  margin-bottom: 20px;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-metabox-accordion .wpbooking-accordion-title {
  cursor: pointer;
  border: 1px solid #d3d3d3;
  background: #e6e6e6;
  padding: 7px 10px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: bold;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-metabox-accordion.active .wpbooking-accordion-title {
  background: white;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-metabox-accordion.active .wpbooking-accordion-title i:before {
  content: "\f0ab";
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-metabox-accordion .wpbooking-metabox-accordion-content {
  display: none;
  margin-top: -1px;
  border: 1px solid #d3d3d3;
  padding: 10px 10px;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-form-group {
  margin-bottom: 20px;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-form-group:before,
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-form-group:after {
  display: table;
  content: " ";
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-form-group:after {
  clear: both;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-form-group .st-metabox-left {
  font-weight: bold;
  width: 200px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-form-group .st-metabox-right {
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
  margin-left: 200px;
}
@media (max-width: 1399px) {
  .wpbooking-service-edit .wpbooking-service-metabox .wpbooking-form-group .st-metabox-left {
    width: 100%;
    float: none;
  }
  .wpbooking-service-edit .wpbooking-service-metabox .wpbooking-form-group .st-metabox-right {
    width: 100%;
    margin-left: auto;
    margin-top: 20px;
  }
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-select-loction {
  position: relative;
  z-index: 1;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-select-loction input[name="search"] {
  width: 100% !important;
  display: block;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-select-loction .list-location-wrapper {
  padding: 15px;
  margin-top: 5px;
  border: 1px solid #CCC;
  max-height: 300px;
  overflow-y: scroll;
}
.wpbooking-service-edit .wpbooking-service-metabox .gmap-container {
  position: relative;
}
.wpbooking-service-edit .wpbooking-service-metabox .gmap-container .gmap-content {
  border: 1px dashed #C0C0C0;
  width: 100%;
  min-height: 300px;
}
.wpbooking-service-edit .wpbooking-service-metabox .gmap-container .gmap-search {
  display: block;
  position: absolute;
  width: 185px;
  top: 10px;
  left: 100px;
  height: 35px;
  z-index: 9;
  border: 1px solid #CCC;
  font-size: 14px;
  background: white;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-calendar-wrapper {
  margin-top: 20px;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-calendar-wrapper button {
  font-size: 12px;
  padding: 7px 14px;
  height: auto;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-calendar-wrapper .fc-button-group button:hover {
  background: #e6e6e6;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-calendar-wrapper input[type=text] {
  border: 1px solid #CCC;
  font-size: 14px;
  background: white;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-calendar-wrapper h2 {
  margin: 0px;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-calendar-wrapper .wpbooking-calendar-content {
  padding-left: 15px;
  padding-right: 15px;
  z-index: 1;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-calendar-wrapper .wpbooking-calendar-sidebar {
  padding-left: 15px;
  padding-right: 15px;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-calendar-wrapper .wpbooking-calendar-sidebar .form-container {
  padding: 7px;
  border: 1px solid #CCC;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-calendar-wrapper .wpbooking-calendar-sidebar .form-container .calendar-label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 15px;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-calendar-wrapper .wpbooking-calendar-sidebar .form-container .calendar-input {
  width: 100%;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-calendar-wrapper .wpbooking-calendar-sidebar .form-container .calendar-room-form-item {
  margin-bottom: 20px;
  float: left;
  width: 50%;
  padding: 0px 7px;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-calendar-wrapper .wpbooking-calendar-sidebar #form-bulk-edit {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
  display: none;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-calendar-wrapper .wpbooking-calendar-sidebar #form-bulk-edit .form-container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  background: #ffffff none repeat scroll 0% 0%;
  transform: translateX(-50%) translateY(-50%);
  border: 1px solid #242323;
  padding: 15px;
  max-width: 90%;
  width: 950px;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-calendar-wrapper .wpbooking-calendar-sidebar #form-bulk-edit .form-container h4,
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-calendar-wrapper .wpbooking-calendar-sidebar #form-bulk-edit .form-container h3 {
  margin: 0;
  padding: 0;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-calendar-wrapper .wpbooking-calendar-sidebar #form-bulk-edit .form-container .form-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #CCC;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-calendar-wrapper .wpbooking-calendar-sidebar #form-bulk-edit .form-container .form-footer {
  padding-top: 15px;
  border-top: 1px solid #CCC;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-calendar-wrapper .wpbooking-calendar-sidebar #form-bulk-edit .form-container .form-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-calendar-wrapper .wpbooking-calendar-sidebar #form-bulk-edit .form-container .form-content .form-group {
  width: auto !important;
  margin-left: 5px;
  margin-right: 5px;
  float: left;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #CCC;
  margin-bottom: 10px;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-calendar-wrapper .wpbooking-calendar-sidebar #form-bulk-edit .form-container .form-content .form-group label {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-calendar-wrapper .wpbooking-calendar-sidebar #form-bulk-edit .form-container .form-content .form-group label.block {
  display: block;
  margin-bottom: 5px;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-calendar-wrapper #form-bulk-edit {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
  display: none;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-calendar-wrapper #form-bulk-edit h3 {
  margin: 0px;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-calendar-wrapper #form-bulk-edit .form-container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  background: #ffffff none repeat scroll 0% 0%;
  transform: translateX(-50%) translateY(-50%);
  border: 1px solid #242323;
  padding: 15px;
  max-width: 90%;
  width: 950px;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-calendar-wrapper #form-bulk-edit .form-container h4,
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-calendar-wrapper #form-bulk-edit .form-container h3 {
  margin: 0;
  padding: 0;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-calendar-wrapper #form-bulk-edit .form-container .form-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #CCC;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-calendar-wrapper #form-bulk-edit .form-container .form-footer {
  padding-top: 15px;
  border-top: 1px solid #CCC;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-calendar-wrapper #form-bulk-edit .form-container .form-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-calendar-wrapper #form-bulk-edit .form-container .form-content .form-group {
  width: auto !important;
  margin-left: 5px;
  margin-right: 5px;
  float: left;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #CCC;
  margin-bottom: 10px;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-calendar-wrapper #form-bulk-edit .form-container .form-content .form-group label {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.wpbooking-service-edit .wpbooking-service-metabox .wpbooking-calendar-wrapper #form-bulk-edit .form-container .form-content .form-group label.block {
  display: block;
  margin-bottom: 5px;
}
.inbox-wrap:before,
.inbox-wrap:after {
  display: table;
  content: " ";
}
.inbox-wrap:after {
  clear: both;
}
.inbox-wrap .wpbooking-inbox-user .inbox-user-item {
  padding: 10px 15px;
  border: 1px solid #f0f0f0;
  border-bottom: none;
  font-size: 14px;
  position: relative;
  background: white;
}
.inbox-wrap .wpbooking-inbox-user .inbox-user-item a:before,
.inbox-wrap .wpbooking-inbox-user .inbox-user-item a:after {
  display: table;
  content: " ";
}
.inbox-wrap .wpbooking-inbox-user .inbox-user-item a:after {
  clear: both;
}
.inbox-wrap .wpbooking-inbox-user .inbox-user-item.not_read {
  background: #f7f7f7;
}
.inbox-wrap .wpbooking-inbox-user .inbox-user-item:hover,
.inbox-wrap .wpbooking-inbox-user .inbox-user-item.active {
  background: #f2f2f2;
}
.inbox-wrap .wpbooking-inbox-user .inbox-user-item:last-child {
  border-bottom: 1px solid #f0f0f0;
}
.inbox-wrap .wpbooking-inbox-user .inbox-user-item .avatar {
  float: left;
  margin-right: 15px;
}
.inbox-wrap .wpbooking-inbox-user .inbox-user-item .avatar img {
  max-width: 50px;
  border-radius: 50%;
  border: 3px solid #e6e6e6;
}
.inbox-wrap .wpbooking-inbox-user .inbox-user-item .info {
  display: table;
  padding-right: 105px;
}
.inbox-wrap .wpbooking-inbox-user .inbox-user-item .info .user-displayname {
  margin: 0px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
.inbox-wrap .wpbooking-inbox-user .inbox-user-item a:hover {
  text-decoration: none;
}
.inbox-wrap .wpbooking-inbox-user .inbox-user-item .time {
  position: absolute;
  top: 13px;
  right: 15px;
}
.inbox-wrap .wpbooking-inbox-user .inbox-user-item .unread_number {
  color: #f0ad4e;
  font-style: italic;
  font-size: 13px;
  position: absolute;
  top: 36px;
  right: 15px;
}
.inbox-wrap .wpbooking-inbox-user .wb-load-more-message {
  color: #f0ad4e;
  font-style: italic;
  border: none;
  text-decoration: underline;
  cursor: pointer;
}
.inbox-wrap .wpbooking-inbox-user .wb-load-more-message .loading {
  display: none;
}
.inbox-wrap .wpbooking-inbox-user .wb-load-more-message.loading .loading {
  display: inline-block;
}
.calendar-order-popover-information {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.wpbooking-pagination,
.entry-content .wpbooking-pagination {
  margin-top: 50px;
  text-align: center;
}
.wpbooking-pagination a,
.entry-content .wpbooking-pagination a,
.wpbooking-pagination span,
.entry-content .wpbooking-pagination span {
  color: #666;
  font-size: 14px;
  background: white;
  border: 1px solid #adadad;
  text-align: center;
  padding: 4px 10px;
}
.wpbooking-pagination span,
.entry-content .wpbooking-pagination span,
.wpbooking-pagination a:hover,
.entry-content .wpbooking-pagination a:hover {
  background: #e6e6e6;
  text-decoration: none;
  border-bottom: 1px solid #adadad;
}
.wb-tabs {
  list-style: none;
  display: inline-flex;
  margin-bottom: 0;
  margin-left: 0;
}
.wb-tabs li {
  background: #f2f2f2;
  display: inline-flex;
}
.wb-tabs li a {
  padding: 8px 10px;
  font-size: 14px;
  color: #333333;
}
.wb-tabs li a:focus {
  outline: none;
}
.wb-tabs li.active {
  background: #666666;
}
.wb-tabs li.active a {
  color: #FFF;
}
.wb-form-change-password .wb-error,
.wb-form-edit-profile .wb-error {
  border: 1px solid red !important;
}
.single-wpbooking_service .wpbooking-single-content {
  padding: 10px 15px 50px;
  color: #333;
}
.single-wpbooking_service .wpbooking-single-content .wb-service-title-address {
  width: 66.66%;
  float: left;
}
.single-wpbooking_service .wpbooking-single-content .wb-service-title-address .wb-service-title {
  margin: 40px 0 0px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .single-wpbooking_service .wpbooking-single-content .wb-service-title-address .wb-service-title {
    font-size: 22px;
  }
}
.single-wpbooking_service .wpbooking-single-content .wb-service-title-address .wb-hotel-star {
  font-size: 13px;
}
.single-wpbooking_service .wpbooking-single-content .wb-service-title-address .service-address {
  display: inline-block;
  margin-right: 22px;
  font-size: 14px;
  color: #777;
}
.single-wpbooking_service .wpbooking-single-content .wb-price-html {
  text-align: right;
  font-size: 15px;
  width: 33.33%;
  float: left;
  padding-top: 40px;
  color: #777777;
}
.single-wpbooking_service .wpbooking-single-content .wb-price-html br {
  display: none;
}
.single-wpbooking_service .wpbooking-single-content .wb-price-html .price {
  color: #333;
  font-size: 25px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .single-wpbooking_service .wpbooking-single-content .wb-price-html .price {
    font-size: 20px;
  }
}
.single-wpbooking_service .wpbooking-single-content .row-service-gallery-contact {
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 25px;
  clear: both;
  margin-bottom: 40px;
}
.single-wpbooking_service .wpbooking-single-content .row-service-gallery-contact:before,
.single-wpbooking_service .wpbooking-single-content .row-service-gallery-contact:after {
  display: table;
  content: " ";
}
.single-wpbooking_service .wpbooking-single-content .row-service-gallery-contact:after {
  clear: both;
}
.single-wpbooking_service .wpbooking-single-content .row-service-gallery-contact .col-service-gallery {
  float: left;
  width: 66.66%;
  box-sizing: border-box;
  padding: 0px 10px;
}
.single-wpbooking_service .wpbooking-single-content .row-service-gallery-contact .col-service-gallery .wb-tabs-gallery-map .service-map-element {
  min-height: 420px;
}
.single-wpbooking_service .wpbooking-single-content .row-service-gallery-contact .col-service-reviews-meta {
  float: left;
  width: 33%;
  box-sizing: border-box;
  padding: 0px 10px;
}
.single-wpbooking_service .wpbooking-single-content .col-service-reviews-meta .wb-service-reviews-meta {
  width: 100%;
  padding-top: 39px;
}
.single-wpbooking_service .wpbooking-single-content .col-service-reviews-meta .wb-service-reviews-meta .wp-box-item {
  margin-bottom: 32px;
}
.single-wpbooking_service .wpbooking-single-content .col-service-reviews-meta .wb-service-reviews-meta .wb-reviews-score-box {
  min-height: 200px;
  width: 100%;
  border: 1px solid #cccccc;
}
.single-wpbooking_service .wpbooking-single-content .col-service-reviews-meta .wb-service-reviews-meta .wb-reviews-score-box .score-header {
  padding-left: 24px;
}
.single-wpbooking_service .wpbooking-single-content .col-service-reviews-meta .wb-service-reviews-meta .wb-reviews-score-box .score-header span {
  display: block;
}
.single-wpbooking_service .wpbooking-single-content .col-service-reviews-meta .wb-service-reviews-meta .wb-reviews-score-box .score-header .reviews-count {
  font-size: 13px;
  margin-top: 5px;
}
.single-wpbooking_service .wpbooking-single-content .col-service-reviews-meta .wb-service-reviews-meta .wb-reviews-score-box .score-header .rating-str {
  font-size: 25px;
  color: #f0ad4e;
  line-height: 30px;
  margin-bottom: 5px;
}
.single-wpbooking_service .wpbooking-single-content .col-service-reviews-meta .wb-service-reviews-meta .wb-reviews-score-box .score-header .review-score {
  font-size: 22px;
  display: inline-block;
}
.single-wpbooking_service .wpbooking-single-content .col-service-reviews-meta .wb-service-reviews-meta .wb-reviews-score-box .score-header .max-rating {
  display: inline-block;
  font-size: 15px;
}
.single-wpbooking_service .wpbooking-single-content .col-service-reviews-meta .wb-service-reviews-meta .wb-contact-box {
  margin-bottom: 25px;
}
.single-wpbooking_service .wpbooking-single-content .col-service-reviews-meta .wb-service-reviews-meta .wb-contact-box .wb-meta-contact {
  background: #fafafa;
  font-size: 13px;
  margin-bottom: 10px;
}
.single-wpbooking_service .wpbooking-single-content .col-service-reviews-meta .wb-service-reviews-meta .wb-contact-box .wb-meta-contact .wb-icon-contact {
  width: 35px;
  height: 35px;
  background: #FFF;
  border: 1px solid #ccc;
  text-align: center;
  padding-top: 9px;
}
.single-wpbooking_service .wpbooking-single-content .col-service-reviews-meta .wb-service-reviews-meta .wb-contact-box .wb-meta-contact span {
  margin-left: 5px;
}
.single-wpbooking_service .wpbooking-single-content .col-service-reviews-meta .wb-service-reviews-meta .wb-contact-box .wb-meta-contact a:hover {
  text-decoration: underline;
  color: #333333;
}
@media (max-width: 1199px) {
  .single-wpbooking_service .wpbooking-single-content .row-service-gallery-contact .col-service-gallery {
    width: 100%;
    float: none;
  }
  .single-wpbooking_service .wpbooking-single-content .row-service-gallery-contact .col-service-reviews-meta {
    width: 100%;
  }
  .single-wpbooking_service .wpbooking-single-content .row-service-gallery-contact .col-service-reviews-meta .wb-reviews-score-box {
    width: 49%;
    float: left;
  }
}
@media (max-width: 480px) {
  .single-wpbooking_service .wpbooking-single-content .wb-service-title-address {
    width: 100%;
  }
  .single-wpbooking_service .wpbooking-single-content .wb-price-html {
    width: 100%;
    padding-top: 0;
  }
  .single-wpbooking_service .wpbooking-single-content .row-service-gallery-contact .col-service-gallery {
    width: 100%;
    float: none;
  }
  .single-wpbooking_service .wpbooking-single-content .row-service-gallery-contact .col-service-reviews-meta {
    width: 100%;
  }
  .single-wpbooking_service .wpbooking-single-content .row-service-gallery-contact .col-service-reviews-meta .wb-reviews-score-box {
    width: 100%;
    float: none;
  }
}
.single-wpbooking_service .wpbooking-single-content .service-content-section {
  margin-bottom: 30px;
  clear: both;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .alert-default {
  font-size: 16px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-control.error {
  border-color: rgba(240, 80, 80, 0.8);
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .service-info-title {
  margin-bottom: 15px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-search-room {
  border-color: #f3f3f3 #e6e6e6 #e6e6e6;
  border-style: solid;
  border-width: 2px 1px 1px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  padding: 15px;
  background: #fafafa;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-search-room .img_loading {
  display: none;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room {
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room:before,
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room:after {
  display: table;
  content: " ";
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room:after {
  clear: both;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room.have_none {
  display: none;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .content-loop-room {
  float: left;
  width: 80%;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .content-info {
  float: left;
  width: 20%;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .content-info .content-price {
  background: #f0f0f0 none repeat scroll 0 0;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .content-info .content-price .number {
  font-size: 11px;
  font-style: italic;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .content-info .content-price .price {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 5px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .content-info .content-price .wb-button {
  font-size: 12px;
  padding: 5px 10px;
  background: #f0ad4e;
  border-color: #f0ad4e;
}
@media (max-width: 520px) {
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .content-loop-room {
    width: 100%;
  }
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .content-info {
    width: 100%;
  }
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-search {
  margin-right: -10px;
  margin-left: -10px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-search:before,
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-search:after {
  display: table;
  content: " ";
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-search:after {
  clear: both;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-search .btn-do-search-room.loading::after {
  animation: 1s steps(8) 0s normal none infinite running fa-spin;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  margin-left: 5px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-search .form-item {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-search .form-item:last-child {
  padding-right: 0px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-search .form-item.w20 {
  width: 20%;
  margin-top: 10px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-search .form-item.w25 {
  width: 25%;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-search .form-item.w50 {
  width: 50%;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-search .form-item.w100 {
  width: 100%;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-search .form-item label {
  display: block;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-search .form-item .fa {
  font-size: 18px;
  position: absolute;
  right: 18px;
  top: 35px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-search .form-item.form-item-icon .form-control {
  padding: 0 25px 0 8px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-search .form-item input,
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-search .form-item select {
  margin-top: 4px;
}
@media (max-width: 1024px) {
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-search .form-item.w20 {
    width: 50%;
  }
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-search .form-item.w25 {
    width: 50%;
  }
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-search .form-item.w50 {
    width: 50%;
  }
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-search .form-item.w100 {
    width: 100%;
  }
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-search .form-item.form-item-icon .form-control {
    padding: 0 25px 0 5px;
  }
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-search .form-item .fa {
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 35px;
  }
}
@media (max-width: 640px) {
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-search .form-item.w20 {
    width: 50%;
  }
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-search .form-item.w25 {
    width: 50%;
  }
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-search .form-item.w50 {
    width: 50%;
  }
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-search .form-item.w100 {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-search .form-item.w20 {
    width: 100%;
  }
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-search .form-item.w25 {
    width: 100%;
  }
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-search .form-item.w50 {
    width: 100%;
  }
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-search .form-item.w100 {
    width: 100%;
  }
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .form-search .wb-button {
  background: #f0ad4e none repeat scroll 0 0;
  border: 1px solid #f0ad4e;
  color: white;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 25px;
  padding: 5px 24px;
  text-transform: uppercase;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .wpbooking_order_form.no_date .content-loop-room {
  width: 100%;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .wpbooking_order_form.no_date .content-info {
  display: none;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .wpbooking_order_form.no_date .room-book {
  text-align: right;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room {
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #cccccc #cccccc transparent;
  margin-top: -1px;
  /* The Modal (background) */
  /* Modal Content */
  /* The Close Button */
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room:last-child {
  margin-bottom: -1px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room:before,
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room:after {
  display: table;
  content: " ";
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room:after {
  clear: both;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .room-image {
  float: left;
  width: 30%;
  cursor: pointer;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .room-content {
  float: left;
  width: 50%;
  padding: 0 10px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .room-content .room-title {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .room-content .room-info:before,
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .room-content .room-info:after {
  display: table;
  content: " ";
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .room-content .room-info:after {
  clear: both;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .room-content .room-info .control {
  float: left;
  width: 45%;
  margin: 10px 0px 10px 0;
  background: #fafafa;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .room-content .room-info .control.left {
  margin-right: 10px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .room-content .room-info .control .img {
  border: 1px solid #cccccc;
  color: #636363;
  margin-right: 5px;
  padding: 5px 10px;
  display: inline-block;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .room-content .room-info .control .img img {
  width: 20px;
}
@media (max-width: 1100px) {
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .room-content .room-info .control {
    width: 55%;
  }
}
@media (max-width: 680px) {
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .room-content .room-info .control {
    width: 100%;
  }
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .room-content .room-facilities .title {
  color: #666666;
  font-size: 15px;
  font-weight: bold;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .room-content .room-facilities .facilities {
  color: #747474;
  font-size: 13px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .room-book {
  float: right;
  width: 20%;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .room-book .room-total-price {
  color: #666666;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .room-book .room-total-price .small {
  font-size: 13px;
  font-weight: normal;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .room-book .room-number {
  width: 55%;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .room-book .room-number .option_number_room {
  padding: 5px 8px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .room-book .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .room-book .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .room-book .room-extra {
  margin-top: 55px;
  text-align: right;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .room-book .room-extra .btn_extra {
  font-size: 12px;
  font-style: italic;
  text-decoration: underline;
  color: #f0ad4e;
  cursor: pointer;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .more-extra {
  float: right;
  width: 100%;
  margin-top: 30px;
  display: none;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .more-extra table {
  width: 68%;
  float: right;
  border-color: #cfcfcf;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .more-extra table thead {
  background: #f0f0f0 none repeat scroll 0 0;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .more-extra table td {
  position: relative;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .more-extra table .desc {
  display: block;
  font-size: 11px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .more-extra table .text-color {
  color: #f0ad4e;
  font-size: 15px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99999;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .modal-content {
  background-color: #fefefe;
  border: 1px solid #888;
  margin: auto;
  padding: 35px 40px;
  position: relative;
  width: 1024px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .modal-content:before,
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .modal-content:after {
  display: table;
  content: " ";
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .modal-content:after {
  clear: both;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .modal-content .col-7 {
  float: left;
  width: 70%;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .modal-content .col-3 {
  float: left;
  width: 30%;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .modal-content .col-6 {
  float: left;
  width: 60%;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .modal-content .col-4 {
  float: left;
  width: 40%;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .modal-content .col-33 {
  float: left;
  width: 33.333%;
  margin-bottom: 10px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .modal-content .title {
  font-size: 24px;
  color: #f0ad4e;
  margin-bottom: 20px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .modal-content .price {
  margin-bottom: 20px;
  color: #000;
  font-size: 21px;
  font-weight: bold;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .modal-content .price .small {
  color: #494949;
  font-size: 14px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .modal-content .info {
  padding-left: 25px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .modal-content .info .item.space {
  margin-bottom: 20px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .modal-content .info .item .img {
  border: 1px solid #cccccc;
  color: #636363;
  display: inline-block;
  margin-right: 5px;
  padding: 5px 10px;
  margin-bottom: 15px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .modal-content .info .item .img img {
  width: 25px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .modal-content .facilities {
  width: 100%;
  float: left;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .modal-content .facilities .title {
  color: #333333;
  font-size: 20px;
  float: left;
  width: 100%;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .modal-content .facilities .sub_title {
  color: #f0ad4e;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .modal-content .facilities .fa {
  font-size: 19px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .close {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #e9e9e9;
  color: #666666;
  float: right;
  font-size: 22px;
  font-weight: bold;
  padding: 0 6px;
  position: absolute;
  right: 8px;
  top: 8px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .close:hover,
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #000;
}
@media (max-width: 1024px) {
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .more-extra table {
    width: 80%;
  }
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .modal-content {
    width: 90%;
  }
}
@media (max-width: 800px) {
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .modal-content .col-7 {
    width: 50%;
  }
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .modal-content .col-3 {
    width: 50%;
  }
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .modal-content .info .item span {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 680px) {
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .room-content {
    width: 45%;
  }
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .room-book {
    width: 25%;
  }
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .more-extra {
    width: 100%;
  }
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .more-extra table {
    width: 100%;
  }
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .modal-content .info .item span {
    display: inline;
  }
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .gallery.col-6 {
    width: 100%;
  }
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .info.col-4 {
    width: 100%;
    padding-left: 0px;
  }
}
@media (max-width: 480px) {
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .modal-content .title.col-7 {
    width: 100%;
  }
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .modal-content .price.col-3 {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 400px) {
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .room-image {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .room-content {
    width: 50%;
    text-align: center;
  }
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .room-book {
    width: 50%;
    text-align: center !important;
  }
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .room-info {
    margin-left: auto;
    margin-right: auto;
  }
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .room-number {
    margin-left: auto;
    margin-right: auto;
  }
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .more-extra {
    width: 100%;
  }
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .modal-content .col-33 {
    width: 100% !important;
  }
  .single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .room-extra {
    text-align: center !important;
  }
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .pagination-room {
  margin: 10px 0;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .search-room-availablity .pagination-room .wpbooking-pagination {
  margin-top: 0px;
  text-align: left;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-info-title {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 20px;
  display: block;
  font-weight: normal;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-content-wrap {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-bottom: 40px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-content-wrap .wb-list-amenities {
  list-style: none;
  width: 100%;
  margin-left: 0;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-content-wrap .wb-list-amenities li {
  display: inline-block;
  width: 33%;
  padding-right: 15px;
}
@media (max-width: 639px) {
  .single-wpbooking_service .wpbooking-single-content .service-content-section .service-content-wrap .wb-list-amenities li {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .single-wpbooking_service .wpbooking-single-content .service-content-section .service-content-wrap .wb-list-amenities li {
    width: 100%;
  }
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item {
  font-size: 14px;
  color: #666666;
  margin-bottom: 30px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item:before,
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item:after {
  display: table;
  content: " ";
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item:after {
  clear: both;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item .service-detail-title {
  float: left;
  width: 30%;
  margin-right: 2%;
  background: #f2f2f2;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 20px;
  padding: 5px 10px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item .service-detail-title .help-icon {
  font-size: 8px;
  background: #f0ad4e;
  border-radius: 50%;
  color: white;
  width: 13px;
  text-align: center;
  display: inline-block;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item .service-detail-content {
  float: left;
  width: 68%;
  background: #f2f2f2;
  border-bottom: 1px solid #d6d6d6;
  padding: 10px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item .service-detail-content .enforced_red {
  color: #cc6666;
  font-style: italic;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item .service-detail-content .service-extra-price {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item .service-detail-content .service-extra-price .required {
  color: #d43f3a;
  font-style: italic;
  margin-left: 15px;
  font-weight: bold;
  font-size: 13px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item .service-detail-content .wb-list-card-acd {
  list-style: none;
  margin-bottom: 0;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item .service-detail-content .wb-list-card-acd li {
  display: inline-flex;
  width: 50px;
  height: 20px;
  background: url(../images/creditcard.png) no-repeat;
  margin: 4px 7px 4px 8px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item .service-detail-content .wb-list-card-acd .wb-americanexpress {
  background-position: 0 -145px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item .service-detail-content .wb-list-card-acd .wb-visa {
  background-position: 0 1px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item .service-detail-content .wb-list-card-acd .wb-euromastercard {
  background-position: 0 -24px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item .service-detail-content .wb-list-card-acd .wb-dinersclub {
  background-position: 0 -96px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item .service-detail-content .wb-list-card-acd .wb-jcb {
  background-position: 0 -121px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item .service-detail-content .wb-list-card-acd .wb-maestro {
  background-position: 0 -48px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item .service-detail-content .wb-list-card-acd .wb-discover {
  background-position: 0 -73px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item .service-detail-content .wb-list-card-acd .wb-unionpaydebitcard {
  background-position: 0 -194px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item .service-detail-content .wb-list-card-acd .wb-unionpaycreditcard {
  background-position: 0 -194px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item .service-detail-content .wb-list-card-acd .wb-bankcard {
  background-position: 0 -584px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item .service-detail-content .service-list-terms {
  margin: 0px;
  list-style: none;
  padding: 0px;
  margin-top: 10px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item .service-detail-content .service-list-terms:before,
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item .service-detail-content .service-list-terms:after {
  display: table;
  content: " ";
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item .service-detail-content .service-list-terms:after {
  clear: both;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item .service-detail-content .service-list-terms .service-term {
  margin-bottom: 20px;
  width: 33%;
  float: left;
  text-align: center;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item .service-detail-content .service-list-terms .service-term .service-term-icon {
  display: block;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item .service-detail-content .service-list-terms .service-term .service-term-icon i {
  font-size: 22px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item .service-detail-content .service-list-terms .service-term .service-term-icon i:before {
  font-size: inherit;
  margin: 0px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item .service-detail-content .service-list-terms .service-term .sevice-term-name {
  color: #666;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item .service-detail-content .service-list-terms .service-term .sevice-term-name:hover {
  text-decoration: none;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item .service-detail-content .service-list-terms.icon_with_data .icon-data-wrap {
  border: 1px solid #e6e6e6;
  background: white;
  font-size: 22px;
  color: #cccccc;
  text-align: right;
  padding: 0px 3px 0px 51px;
  position: relative;
  margin-bottom: 21px;
  display: inline-block;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item .service-detail-content .service-list-terms.icon_with_data .icon-data-wrap .service-term-icon {
  position: absolute;
  top: 2px;
  left: 10px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item .service-detail-content .service-list-terms.icon_with_data .icon-data-wrap .service-term-icon i {
  font-size: 33px;
  color: #333;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-detail-item .service-detail-content .service-list-terms.icon_with_data .sevice-term-name {
  display: block;
  text-align: center;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-map-contact .service-map-element {
  height: 230px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-map-contact .service-author-contact {
  background: #fafafa;
  padding: 10px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-map-contact .service-author-contact:before,
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-map-contact .service-author-contact:after {
  display: table;
  content: " ";
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-map-contact .service-author-contact:after {
  clear: both;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-map-contact .service-author-contact .author-meta {
  width: 15%;
  float: left;
  margin-right: 2%;
  font-size: 13px;
  text-align: center;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-map-contact .service-author-contact .author-meta img {
  border: 5px solid white;
  border-radius: 50%;
  margin-bottom: 13px;
  margin-top: -35px;
  height: 88px !important;
  width: 88px !important;
  position: relative;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-map-contact .service-author-contact .author-details {
  width: 83%;
  float: left;
  font-size: 13px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-map-contact .service-author-contact .author-details .author-name {
  margin-top: 0px;
  margin-bottom: 10px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-map-contact .service-author-contact .author-details .author-name a {
  color: #666666;
  font-size: 16px;
  font-weight: bold;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-map-contact .service-author-contact .author-details .author-name a:hover {
  text-decoration: none;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-map-contact .service-author-contact .author-details .author-address {
  margin-bottom: 10px;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-map-contact .service-author-contact .author-details .author-desc {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.single-wpbooking_service .wpbooking-single-content .service-content-section .service-map-contact .service-author-contact .author-details .author-desc .quote-icon {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #666;
}
.wpbooking-cart-wrap {
  font-size: 14px;
}
.wpbooking-cart-wrap .wpbooking-cart-table-col {
  margin-bottom: 30px;
}
.wpbooking-cart-wrap .wpbooking-cart-table-col table,
.wpbooking-cart-wrap .wpbooking-cart-table-col tr {
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}
.wpbooking-cart-wrap .wpbooking-cart-table-col td,
.wpbooking-cart-wrap .wpbooking-cart-table-col th {
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px;
  vertical-align: top;
}
.wpbooking-cart-wrap .wpbooking-cart-table-col th {
  color: #333;
}
.wpbooking-cart-wrap .wpbooking-cart-table-col .delete-cart-item {
  border: none;
  color: #999999;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  background: white;
}
.wpbooking-cart-wrap .wpbooking-cart-table-col .delete-cart-item:hover {
  text-decoration: none;
}
.wpbooking-cart-wrap .wpbooking-cart-table-col .col-cart-item-img {
  width: 15%;
}
.wpbooking-cart-wrap .wpbooking-cart-table-col .col-cart-item-info {
  vertical-align: top;
}
.wpbooking-cart-wrap .wpbooking-cart-table-col .col-cart-item-info .service-name {
  margin: 0px;
  color: #eea236;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}
.wpbooking-cart-wrap .wpbooking-cart-table-col .col-cart-item-info .service-name a {
  border: none;
  color: inherit;
}
.wpbooking-cart-wrap .wpbooking-cart-table-col .col-cart-item-info .service-name a:hover {
  text-decoration: underline;
}
.wpbooking-cart-wrap .wpbooking-cart-table-col .col-cart-item-info .service-address {
  font-style: italic;
  font-size: 14px;
}
.wpbooking-cart-wrap .wpbooking-cart-table-col .col-cart-item-info .wpbooking-room-type a {
  font-size: 14px;
  color: #333;
  border-radius: 4px;
  border: 1px solid #999999;
  padding: 1px 3px;
  display: inline-block;
  margin: 2px 0px;
}
.wpbooking-cart-wrap .wpbooking-cart-table-col .col-cart-item-info .wpbooking-room-type a:hover {
  text-decoration: none;
}
.wpbooking-cart-wrap .wpbooking-cart-table-col .col-cart-item-info .cart-item-order-form-fields-wrap {
  margin-top: 15px;
}
.wpbooking-cart-wrap .wpbooking-cart-table-col .col-cart-item-info .cart-item-order-form-fields-wrap .booking-detail-label {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
}
.wpbooking-cart-wrap .wpbooking-cart-table-col .col-cart-item-info .cart-item-order-form-fields-wrap .cart-item-order-form-fields {
  display: none;
}
.wpbooking-cart-wrap .wpbooking-cart-table-col .col-cart-item-info .cart-item-order-form-fields-wrap .cart-item-order-form-fields li {
  padding: 10px 0px;
  border-bottom: 1px solid white;
  display: block;
}
.wpbooking-cart-wrap .wpbooking-cart-table-col .col-cart-item-info .cart-item-order-form-fields-wrap .cart-item-order-form-fields li .field-title {
  font-weight: bold;
}
.wpbooking-cart-wrap .wpbooking-cart-table-col .col-cart-item-info .cart-item-order-form-fields-wrap .show-more-less {
  color: #eea236;
  cursor: pointer;
  text-decoration: underline;
}
.wpbooking-cart-wrap .wpbooking-cart-table-col .col-cart-item-info .cart-item-order-form-fields-wrap .show-more-less .less {
  display: none;
}
.wpbooking-cart-wrap .wpbooking-cart-table-col .col-cart-item-info .cart-item-order-form-fields-wrap.active .cart-item-order-form-fields {
  display: block;
}
.wpbooking-cart-wrap .wpbooking-cart-table-col .col-cart-item-info .cart-item-order-form-fields-wrap.active .show-more-less .less {
  display: inline-block;
}
.wpbooking-cart-wrap .wpbooking-cart-table-col .col-cart-item-info .cart-item-order-form-fields-wrap.active .show-more-less .more {
  display: none;
}
.wpbooking-cart-wrap .wpbooking-cart-table-col .col-cart-item-type,
.wpbooking-cart-wrap .wpbooking-cart-table-col .col-cart-item-price {
  width: 19%;
}
.wpbooking-cart-wrap .wpbooking-cart-summary-col {
  border: 1px solid #e8e8e8;
  padding: 20px;
}
.wpbooking-cart-wrap .wpbooking-cart-summary-col:before,
.wpbooking-cart-wrap .wpbooking-cart-summary-col:after {
  display: table;
  content: " ";
}
.wpbooking-cart-wrap .wpbooking-cart-summary-col:after {
  clear: both;
}
.wpbooking-cart-wrap .wpbooking-cart-summary-col .col-coupon-form {
  float: left;
  width: 45%;
}
.wpbooking-cart-wrap .wpbooking-cart-summary-col .col-cart-summary {
  text-align: right;
  float: right;
  width: 45%;
}
.wpbooking-cart-wrap .wpbooking-cart-summary-col .col-cart-summary .cart-summary-details {
  list-style: none;
  margin: 0px;
  padding: 0px;
  color: #333333;
  margin-bottom: 20px;
  font-size: 18px;
}
.wpbooking-checkout-wrap {
  font-size: 14px;
  color: #333;
}
.wpbooking-checkout-wrap:before,
.wpbooking-checkout-wrap:after {
  display: table;
  content: " ";
}
.wpbooking-checkout-wrap:after {
  clear: both;
}
.wpbooking-checkout-wrap .checkout-form-title {
  text-transform: initial;
  margin: 0px;
  font-size: 20px;
  color: inherit;
  margin-bottom: 5px;
  font-weight: normal;
}
.wpbooking-checkout-wrap .checkout-form-sub-title {
  font-size: 13px;
  font-style: oblique;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.wpbooking-checkout-wrap .checkout-form-sub-title .text-color {
  color: #f0ad4e;
  border-bottom: 1px solid #f0ad4e;
}
.wpbooking-checkout-wrap .billing_information {
  margin-top: 30px;
}
.wpbooking-checkout-wrap .billing_information .desc {
  font-size: 11px;
  font-style: italic;
}
.wpbooking-checkout-wrap .wpbooking-checkout-form {
  /*width: 60%;
        float: left;
        margin-right: 2%;*/
}
.wpbooking-checkout-wrap .wpbooking-checkout-form .checkout-form-wrap {
  font-size: 14px;
  margin-bottom: 30px;
}
.wpbooking-checkout-wrap .wpbooking-checkout-form .checkout-form-wrap p {
  margin-bottom: 0px;
}
.wpbooking-checkout-wrap .wpbooking-checkout-form .checkout-form-wrap input[type=text],
.wpbooking-checkout-wrap .wpbooking-checkout-form .checkout-form-wrap select {
  width: 100%;
  margin-top: 5px;
  line-height: 36px;
  height: 36px;
  border: 1px solid #e6e6e6;
  border-radius: 0px;
  background: white;
  padding: 0px 10px;
  font-size: 14px;
  color: inherit;
}
.wpbooking-checkout-wrap .wpbooking-checkout-form .checkout-form-wrap input[type=text].input-error,
.wpbooking-checkout-wrap .wpbooking-checkout-form .checkout-form-wrap select.input-error {
  border: 1px solid red;
}
.wpbooking-checkout-wrap .wpbooking-checkout-form .checkout-form-wrap input[type=text].required,
.wpbooking-checkout-wrap .wpbooking-checkout-form .checkout-form-wrap select.required {
  color: inherit;
}
.wpbooking-checkout-wrap .wpbooking-checkout-form .checkout-form-wrap textarea {
  font-size: 14px;
  background: white;
}
.wpbooking-checkout-wrap .wpbooking-checkout-form .checkout-form-wrap .wb-field {
  margin-bottom: 15px;
}
.wpbooking-checkout-wrap .wpbooking-checkout-form .checkout-form-wrap .wb-field label span.required {
  color: red;
}
.wpbooking-checkout-wrap .wpbooking-checkout-form .wpbooking-gateways {
  margin-bottom: 30px;
  margin-top: 20px;
  border: 1px solid #e6e6e6;
  background: white;
  padding: 15px;
}
.wpbooking-checkout-wrap .wpbooking-checkout-form .wpbooking-gateways .wpbooking-all-gateways {
  color: #666666;
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-left: -2%;
  margin-right: -2%;
}
.wpbooking-checkout-wrap .wpbooking-checkout-form .wpbooking-gateways .wpbooking-all-gateways:before,
.wpbooking-checkout-wrap .wpbooking-checkout-form .wpbooking-gateways .wpbooking-all-gateways:after {
  display: table;
  content: " ";
}
.wpbooking-checkout-wrap .wpbooking-checkout-form .wpbooking-gateways .wpbooking-all-gateways:after {
  clear: both;
}
.wpbooking-checkout-wrap .wpbooking-checkout-form .wpbooking-gateways .wpbooking-all-gateways .wpbooking-gateway-item {
  margin-bottom: 5px;
}
.wpbooking-checkout-wrap .wpbooking-checkout-form .wpbooking-gateways .wpbooking-all-gateways .wpbooking-gateway-item:last-child {
  margin-bottom: 0px;
}
.wpbooking-checkout-wrap .wpbooking-checkout-form .wpbooking-gateways .wpbooking-all-gateways .wpbooking-gateway-item .gateway-content label span {
  padding-left: 10px;
}
.wpbooking-checkout-wrap .wpbooking-checkout-form .wpbooking-gateways .wpbooking-all-gateways .wpbooking-gateway-item .gateway-content .gateway-title {
  position: relative;
  text-align: center;
  border: 1px solid #e6e6e6;
  background: white;
  margin: 0px;
  padding: 10px 0px;
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
  color: #999999;
}
.wpbooking-checkout-wrap .wpbooking-checkout-form .wpbooking-gateways .wpbooking-all-gateways .wpbooking-gateway-item .gateway-content .gateway-title span {
  display: block;
}
.wpbooking-checkout-wrap .wpbooking-checkout-form .wpbooking-gateways .wpbooking-all-gateways .wpbooking-gateway-item .gateway-content .gateway-title:after {
  display: none;
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 7px 7.5px;
  border-color: transparent transparent #f2f2f2 transparent;
}
.wpbooking-checkout-wrap .wpbooking-checkout-form .wpbooking-gateways .wpbooking-all-gateways .wpbooking-gateway-item.active .gateway-title {
  background: #e6e6e6;
}
.wpbooking-checkout-wrap .wpbooking-checkout-form .wpbooking-gateways .wpbooking-all-gateways .wpbooking-gateway-item.active .gateway-title:after {
  display: block;
}
.wpbooking-checkout-wrap .wpbooking-checkout-form .wpbooking-gateways .gateway-desc {
  display: none;
  position: relative;
  background: #f2f2f2;
  color: #999999;
  padding: 15px;
  margin-top: 10px;
}
.wpbooking-checkout-wrap .wpbooking-checkout-form .wpbooking-gateways .gateway-desc:before {
  border-color: transparent transparent #f2f2f2;
  border-style: solid;
  border-width: 10px;
  content: " ";
  left: 25px;
  position: absolute;
  top: -18px;
}
.wpbooking-checkout-wrap .wpbooking-checkout-form .wpbooking-gateways .gateway-desc.active {
  display: block;
}
.wpbooking-checkout-wrap .wpbooking-checkout-form .wpbooking-captcha .content-captcha {
  margin-top: 20px;
  margin-bottom: 30px;
}
.wpbooking-checkout-wrap .wpbooking-checkout-form .checkout-submit-button .wb-btn {
  padding-top: 7px;
}
.wpbooking-checkout-wrap .wpbooking-checkout-review-order .is_more_order {
  display: none;
}
.wpbooking-checkout-wrap .wpbooking-checkout-review-order .show_more_review_order {
  cursor: pointer;
  font-size: 14px;
  color: #f0ad4e;
  font-style: italic;
  text-decoration: underline;
}
.wpbooking-checkout-wrap .wpbooking-checkout-review-order .show_more_review_order .less {
  display: none;
}
.wpbooking-checkout-wrap .wpbooking-checkout-review-order .wpbooking-review-order {
  margin-bottom: 30px;
}
.wpbooking-checkout-wrap .wpbooking-checkout-review-order .wpbooking-review-order.active .show_more_review_order .less {
  display: inline;
}
.wpbooking-checkout-wrap .wpbooking-checkout-review-order .wpbooking-review-order.active .show_more_review_order .more {
  display: none;
}
.wpbooking-checkout-wrap .wpbooking-checkout-review-order .wpbooking-review-order.active .is_more_order {
  display: block;
}
.review-cart-total {
  margin-bottom: 20px;
  margin-top: 20px;
  border: 1px solid #ddd;
}
.review-cart-total:before,
.review-cart-total:after {
  display: table;
  content: " ";
}
.review-cart-total:after {
  clear: both;
}
.review-cart-total .review-cart-item {
  padding-left: 15px;
  padding-right: 15px;
}
.review-cart-total .review-cart-item:before,
.review-cart-total .review-cart-item:after {
  display: table;
  content: " ";
}
.review-cart-total .review-cart-item:after {
  clear: both;
}
.review-cart-total .review-cart-item.total {
  padding-bottom: 20px;
}
.review-cart-total .review-cart-item.total .total-title {
  font-size: 14px;
  width: 65%;
}
.review-cart-total .review-cart-item.total .text-up {
  text-transform: uppercase;
}
.review-cart-total .review-cart-item.total .text-color {
  color: #f0ad4e;
}
.review-cart-total .review-cart-item.total .text-bold {
  font-weight: bold;
}
.review-cart-total .total-title {
  clear: both;
  font-size: 14px;
  float: left;
  margin-top: 10px;
}
.review-cart-total .total-amount {
  font-size: 14px;
  float: right;
  margin-top: 10px;
}
.review-cart-total .total-amount.big {
  font-size: 20px;
  margin-top: 5px;
}
.review-cart-total .total-line {
  clear: both;
  height: 1px;
  width: 100%;
  background: #ddd;
  margin: 10px 0px;
  display: block;
  margin-top: 15px;
}
.wpbooking-coupon-form .form-control {
  border-radius: 0px;
}
.wpbooking-coupon-form .wb-coupon-apply {
  background: #e6e6e6;
  border-color: #cccccc;
  cursor: pointer;
  margin-top: 10px;
}
.wpbooking-coupon-form .wb-coupon-apply .loading {
  display: none;
}
.wpbooking-coupon-form .wb-coupon-apply:hover {
  border-bottom: 1px solid #cccccc;
}
.wpbooking-coupon-form.loading .loading {
  display: inline-block;
}
.single-wpbooking_order .entry-header,
.single-wpbooking_order .author-info,
.single-wpbooking_order .post-navigation {
  display: none;
}
.single-wpbooking_order .wpbooking-title {
  font-size: 39px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .single-wpbooking_order .wpbooking-title {
    font-size: 25px;
  }
}
.single-wpbooking_order .wpbooking-order-detail-page {
  font-size: 14px;
}
.single-wpbooking_order .wpbooking-order-detail-page .wpbooking-thankyou-message {
  color: #669966;
  font-size: 14px;
  margin-bottom: 20px;
}
.single-wpbooking_order .wpbooking-order-detail-page .wpbooking-thankyou-message .success-icon {
  font-size: 60px;
  color: #4cae4c;
  margin-bottom: 30px;
}
.single-wpbooking_order .wpbooking-order-detail-page .order-head-info {
  margin-bottom: 30px;
}
.single-wpbooking_order .wpbooking-order-detail-page .order-head-info .head-info {
  padding: 5px 0px;
}
.single-wpbooking_order .wpbooking-order-detail-page .order-head-info .head-info .hl {
  color: #f0ad4e;
}
.single-wpbooking_order .wpbooking-order-detail-page .order-head-info .head-info.total {
  margin-top: 30px;
  text-align: right;
}
.single-wpbooking_order .wpbooking-order-detail-page .order-head-info .head-info.total .head-info-title {
  color: #666666;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
}
.single-wpbooking_order .wpbooking-order-detail-page .order-head-info .head-info.total .head-info-content {
  color: #333333;
  display: block;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .single-wpbooking_order .wpbooking-order-detail-page .order-head-info .head-info.total {
    text-align: left;
  }
}
.single-wpbooking_order .wpbooking-order-detail-page .order-head-info .bold {
  font-weight: bold;
}
.single-wpbooking_order .wpbooking-order-detail-page .order-head-info .text_up {
  text-transform: uppercase;
}
.single-wpbooking_order .wpbooking-order-detail-page .order-head-info .completed {
  color: #5cb85c;
  border: solid 1px #5cb85c;
}
.single-wpbooking_order .wpbooking-order-detail-page .order-head-info .booking-status label {
  padding: 5px 10px;
  border-radius: 0px;
}
.single-wpbooking_order .wpbooking-order-detail-page .order-head-info .on_hold,
.single-wpbooking_order .wpbooking-order-detail-page .order-head-info .completed_a_part {
  color: #f0ad4e;
  border: solid 1px #f0ad4e;
}
.single-wpbooking_order .wpbooking-order-detail-page .order-head-info .payment_failed,
.single-wpbooking_order .wpbooking-order-detail-page .order-head-info .cancelled,
.single-wpbooking_order .wpbooking-order-detail-page .order-head-info .refunded,
.single-wpbooking_order .wpbooking-order-detail-page .order-head-info .trash {
  color: #ff3333;
  border: solid 1px #ff3333;
}
.single-wpbooking_order .wpbooking-order-detail-page .section-title {
  color: #333;
  font-size: 18px;
  margin: 0px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.single-wpbooking_order .wpbooking-order-detail-page .checkout-form-list {
  list-style: none;
  padding-left: 20px;
}
.single-wpbooking_order .wpbooking-order-detail-page .checkout-form-list .form-item-title {
  font-weight: bold;
}
.single-wpbooking_order .checkout-form-list,
.wpbooking-order-detail-page .checkout-form-list {
  list-style: none;
  padding-left: 20px;
}
.single-wpbooking_order .checkout-form-list .form-item-title,
.wpbooking-order-detail-page .checkout-form-list .form-item-title {
  font-weight: bold;
}
.order-information-content .title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.order-information-content .review-order-item {
  margin-top: 20px;
}
.order-information-content .total-info-order .review-cart-item {
  float: right;
  width: 50%;
  margin-right: 10px;
}
.order-information-content .total-info-order .total-line {
  float: right;
}
.order-information-content .total-info-order .review-cart-total {
  margin: -1px;
}
@media (max-width: 480px) {
  .order-information-content .total-info-order .review-cart-item {
    width: 100%;
    padding-left: 30px;
  }
}
.order-information-content.customer {
  margin-top: 30px;
}
.order-information-content.customer .title {
  margin-bottom: 20px;
}
.order-information-content.customer label {
  font-weight: bold;
}
.order-information-content.customer p {
  font-style: italic;
}
.order-information-content.customer .wb-btn {
  background: #f0ad4e none repeat scroll 0 0;
  border: 1px solid #ff9933 !important;
  border-radius: 0;
  color: white;
  font-size: 15px;
  font-weight: normal;
  padding: 5px 20px;
  text-transform: none;
}
/*.order-information-table{
    td,th{
        vertical-align: top;
    }
    .review-order-item-type,
    .review-order-item-total{
        width: 19%;
        text-align: center;
    }
    .service-name{
        color: #eea236;
        margin:0px;
        font-size: 16px;
        font-weight: bold;
        a{
            color: inherit;
            border: none;
        }
    }

    .wpbooking-room-type{
        a{
            font-size: 14px;
            color: #333;
            border-radius: 4px;
            border:1px solid #999999;
            padding:1px 3px;
            display: inline-block;
            margin:2px 0px;
            &:hover{
                text-decoration: none;
                border-bottom: 1px solid #999999;
            }

        }
    }
    .cart-item-order-form-fields-wrap{
        margin-top: 15px;
        .booking-detail-label{
            display: block;
            padding-bottom: 10px;
            border-bottom: 1px solid white;
        }
        .cart-item-order-form-fields{
            display: none;
            li{
                padding:10px 0px;
                border-bottom: 1px solid white;
                display: block;
                .field-title{
                    font-weight: bold;
                }
            }
        }
        .show-more-less{
            color: #eea236;
            cursor: pointer;
            text-decoration: underline;
            .less{
                display: none;
            }
        }
        &.active{
            .cart-item-order-form-fields{
                display: block;
            }
            .show-more-less{
                .less{
                    display: inline-block;
                }
                .more{
                    display: none;
                }
            }
        }
    }
    .order-total{
        font-size: 18px;
        .price{
            font-size: 20px;
            font-weight: bold;
        }
    }
}*/
.wpbooking-myaccount-wrap {
  margin-bottom: 20px;
}
.wpbooking-myaccount-wrap .row:before,
.wpbooking-myaccount-wrap .row:after {
  display: table;
  content: " ";
}
.wpbooking-myaccount-wrap .row:after {
  clear: both;
}
.wpbooking-myaccount-wrap .form-group {
  margin-bottom: 15px;
}
.wpbooking-myaccount-wrap .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.wpbooking-myaccount-wrap .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.wpbooking-myaccount-wrap .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.wpbooking-myaccount-wrap .form-control:-ms-input-placeholder {
  color: #999;
}
.wpbooking-myaccount-wrap .form-control::-webkit-input-placeholder {
  color: #999;
}
.wpbooking-myaccount-wrap .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.wpbooking-myaccount-wrap .form-control[disabled],
.wpbooking-myaccount-wrap .form-control[readonly],
.wpbooking-myaccount-wrap fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.wpbooking-myaccount-wrap .form-control[disabled],
.wpbooking-myaccount-wrap fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.wpbooking-myaccount-wrap textarea.form-control {
  height: auto;
}
.wpbooking-myaccount-wrap .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .wpbooking-myaccount-wrap .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .wpbooking-myaccount-wrap .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .wpbooking-myaccount-wrap .container {
    width: 1170px;
  }
}
.wpbooking-myaccount-wrap .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.wpbooking-myaccount-wrap .row {
  margin-right: -15px;
  margin-left: -15px;
}
.wpbooking-myaccount-wrap .col-xs-1,
.wpbooking-myaccount-wrap .col-sm-1,
.wpbooking-myaccount-wrap .col-md-1,
.wpbooking-myaccount-wrap .col-lg-1,
.wpbooking-myaccount-wrap .col-xs-2,
.wpbooking-myaccount-wrap .col-sm-2,
.wpbooking-myaccount-wrap .col-md-2,
.wpbooking-myaccount-wrap .col-lg-2,
.wpbooking-myaccount-wrap .col-xs-3,
.wpbooking-myaccount-wrap .col-sm-3,
.wpbooking-myaccount-wrap .col-md-3,
.wpbooking-myaccount-wrap .col-lg-3,
.wpbooking-myaccount-wrap .col-xs-4,
.wpbooking-myaccount-wrap .col-sm-4,
.wpbooking-myaccount-wrap .col-md-4,
.wpbooking-myaccount-wrap .col-lg-4,
.wpbooking-myaccount-wrap .col-xs-5,
.wpbooking-myaccount-wrap .col-sm-5,
.wpbooking-myaccount-wrap .col-md-5,
.wpbooking-myaccount-wrap .col-lg-5,
.wpbooking-myaccount-wrap .col-xs-6,
.wpbooking-myaccount-wrap .col-sm-6,
.wpbooking-myaccount-wrap .col-md-6,
.wpbooking-myaccount-wrap .col-lg-6,
.wpbooking-myaccount-wrap .col-xs-7,
.wpbooking-myaccount-wrap .col-sm-7,
.wpbooking-myaccount-wrap .col-md-7,
.wpbooking-myaccount-wrap .col-lg-7,
.wpbooking-myaccount-wrap .col-xs-8,
.wpbooking-myaccount-wrap .col-sm-8,
.wpbooking-myaccount-wrap .col-md-8,
.wpbooking-myaccount-wrap .col-lg-8,
.wpbooking-myaccount-wrap .col-xs-9,
.wpbooking-myaccount-wrap .col-sm-9,
.wpbooking-myaccount-wrap .col-md-9,
.wpbooking-myaccount-wrap .col-lg-9,
.wpbooking-myaccount-wrap .col-xs-10,
.wpbooking-myaccount-wrap .col-sm-10,
.wpbooking-myaccount-wrap .col-md-10,
.wpbooking-myaccount-wrap .col-lg-10,
.wpbooking-myaccount-wrap .col-xs-11,
.wpbooking-myaccount-wrap .col-sm-11,
.wpbooking-myaccount-wrap .col-md-11,
.wpbooking-myaccount-wrap .col-lg-11,
.wpbooking-myaccount-wrap .col-xs-12,
.wpbooking-myaccount-wrap .col-sm-12,
.wpbooking-myaccount-wrap .col-md-12,
.wpbooking-myaccount-wrap .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.wpbooking-myaccount-wrap .col-xs-1,
.wpbooking-myaccount-wrap .col-xs-2,
.wpbooking-myaccount-wrap .col-xs-3,
.wpbooking-myaccount-wrap .col-xs-4,
.wpbooking-myaccount-wrap .col-xs-5,
.wpbooking-myaccount-wrap .col-xs-6,
.wpbooking-myaccount-wrap .col-xs-7,
.wpbooking-myaccount-wrap .col-xs-8,
.wpbooking-myaccount-wrap .col-xs-9,
.wpbooking-myaccount-wrap .col-xs-10,
.wpbooking-myaccount-wrap .col-xs-11,
.wpbooking-myaccount-wrap .col-xs-12 {
  float: left;
}
.wpbooking-myaccount-wrap .col-xs-12 {
  width: 100%;
}
.wpbooking-myaccount-wrap .col-xs-11 {
  width: 91.66666667%;
}
.wpbooking-myaccount-wrap .col-xs-10 {
  width: 83.33333333%;
}
.wpbooking-myaccount-wrap .col-xs-9 {
  width: 75%;
}
.wpbooking-myaccount-wrap .col-xs-8 {
  width: 66.66666667%;
}
.wpbooking-myaccount-wrap .col-xs-7 {
  width: 58.33333333%;
}
.wpbooking-myaccount-wrap .col-xs-6 {
  width: 50%;
}
.wpbooking-myaccount-wrap .col-xs-5 {
  width: 41.66666667%;
}
.wpbooking-myaccount-wrap .col-xs-4 {
  width: 33.33333333%;
}
.wpbooking-myaccount-wrap .col-xs-3 {
  width: 25%;
}
.wpbooking-myaccount-wrap .col-xs-2 {
  width: 16.66666667%;
}
.wpbooking-myaccount-wrap .col-xs-1 {
  width: 8.33333333%;
}
.wpbooking-myaccount-wrap .col-xs-pull-12 {
  right: 100%;
}
.wpbooking-myaccount-wrap .col-xs-pull-11 {
  right: 91.66666667%;
}
.wpbooking-myaccount-wrap .col-xs-pull-10 {
  right: 83.33333333%;
}
.wpbooking-myaccount-wrap .col-xs-pull-9 {
  right: 75%;
}
.wpbooking-myaccount-wrap .col-xs-pull-8 {
  right: 66.66666667%;
}
.wpbooking-myaccount-wrap .col-xs-pull-7 {
  right: 58.33333333%;
}
.wpbooking-myaccount-wrap .col-xs-pull-6 {
  right: 50%;
}
.wpbooking-myaccount-wrap .col-xs-pull-5 {
  right: 41.66666667%;
}
.wpbooking-myaccount-wrap .col-xs-pull-4 {
  right: 33.33333333%;
}
.wpbooking-myaccount-wrap .col-xs-pull-3 {
  right: 25%;
}
.wpbooking-myaccount-wrap .col-xs-pull-2 {
  right: 16.66666667%;
}
.wpbooking-myaccount-wrap .col-xs-pull-1 {
  right: 8.33333333%;
}
.wpbooking-myaccount-wrap .col-xs-pull-0 {
  right: auto;
}
.wpbooking-myaccount-wrap .col-xs-push-12 {
  left: 100%;
}
.wpbooking-myaccount-wrap .col-xs-push-11 {
  left: 91.66666667%;
}
.wpbooking-myaccount-wrap .col-xs-push-10 {
  left: 83.33333333%;
}
.wpbooking-myaccount-wrap .col-xs-push-9 {
  left: 75%;
}
.wpbooking-myaccount-wrap .col-xs-push-8 {
  left: 66.66666667%;
}
.wpbooking-myaccount-wrap .col-xs-push-7 {
  left: 58.33333333%;
}
.wpbooking-myaccount-wrap .col-xs-push-6 {
  left: 50%;
}
.wpbooking-myaccount-wrap .col-xs-push-5 {
  left: 41.66666667%;
}
.wpbooking-myaccount-wrap .col-xs-push-4 {
  left: 33.33333333%;
}
.wpbooking-myaccount-wrap .col-xs-push-3 {
  left: 25%;
}
.wpbooking-myaccount-wrap .col-xs-push-2 {
  left: 16.66666667%;
}
.wpbooking-myaccount-wrap .col-xs-push-1 {
  left: 8.33333333%;
}
.wpbooking-myaccount-wrap .col-xs-push-0 {
  left: auto;
}
.wpbooking-myaccount-wrap .col-xs-offset-12 {
  margin-left: 100%;
}
.wpbooking-myaccount-wrap .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.wpbooking-myaccount-wrap .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.wpbooking-myaccount-wrap .col-xs-offset-9 {
  margin-left: 75%;
}
.wpbooking-myaccount-wrap .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.wpbooking-myaccount-wrap .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.wpbooking-myaccount-wrap .col-xs-offset-6 {
  margin-left: 50%;
}
.wpbooking-myaccount-wrap .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.wpbooking-myaccount-wrap .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.wpbooking-myaccount-wrap .col-xs-offset-3 {
  margin-left: 25%;
}
.wpbooking-myaccount-wrap .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.wpbooking-myaccount-wrap .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.wpbooking-myaccount-wrap .col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .wpbooking-myaccount-wrap .col-sm-1,
  .wpbooking-myaccount-wrap .col-sm-2,
  .wpbooking-myaccount-wrap .col-sm-3,
  .wpbooking-myaccount-wrap .col-sm-4,
  .wpbooking-myaccount-wrap .col-sm-5,
  .wpbooking-myaccount-wrap .col-sm-6,
  .wpbooking-myaccount-wrap .col-sm-7,
  .wpbooking-myaccount-wrap .col-sm-8,
  .wpbooking-myaccount-wrap .col-sm-9,
  .wpbooking-myaccount-wrap .col-sm-10,
  .wpbooking-myaccount-wrap .col-sm-11,
  .wpbooking-myaccount-wrap .col-sm-12 {
    float: left;
  }
  .wpbooking-myaccount-wrap .col-sm-12 {
    width: 100%;
  }
  .wpbooking-myaccount-wrap .col-sm-11 {
    width: 91.66666667%;
  }
  .wpbooking-myaccount-wrap .col-sm-10 {
    width: 83.33333333%;
  }
  .wpbooking-myaccount-wrap .col-sm-9 {
    width: 75%;
  }
  .wpbooking-myaccount-wrap .col-sm-8 {
    width: 66.66666667%;
  }
  .wpbooking-myaccount-wrap .col-sm-7 {
    width: 58.33333333%;
  }
  .wpbooking-myaccount-wrap .col-sm-6 {
    width: 50%;
  }
  .wpbooking-myaccount-wrap .col-sm-5 {
    width: 41.66666667%;
  }
  .wpbooking-myaccount-wrap .col-sm-4 {
    width: 33.33333333%;
  }
  .wpbooking-myaccount-wrap .col-sm-3 {
    width: 25%;
  }
  .wpbooking-myaccount-wrap .col-sm-2 {
    width: 16.66666667%;
  }
  .wpbooking-myaccount-wrap .col-sm-1 {
    width: 8.33333333%;
  }
  .wpbooking-myaccount-wrap .col-sm-pull-12 {
    right: 100%;
  }
  .wpbooking-myaccount-wrap .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .wpbooking-myaccount-wrap .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .wpbooking-myaccount-wrap .col-sm-pull-9 {
    right: 75%;
  }
  .wpbooking-myaccount-wrap .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .wpbooking-myaccount-wrap .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .wpbooking-myaccount-wrap .col-sm-pull-6 {
    right: 50%;
  }
  .wpbooking-myaccount-wrap .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .wpbooking-myaccount-wrap .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .wpbooking-myaccount-wrap .col-sm-pull-3 {
    right: 25%;
  }
  .wpbooking-myaccount-wrap .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .wpbooking-myaccount-wrap .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .wpbooking-myaccount-wrap .col-sm-pull-0 {
    right: auto;
  }
  .wpbooking-myaccount-wrap .col-sm-push-12 {
    left: 100%;
  }
  .wpbooking-myaccount-wrap .col-sm-push-11 {
    left: 91.66666667%;
  }
  .wpbooking-myaccount-wrap .col-sm-push-10 {
    left: 83.33333333%;
  }
  .wpbooking-myaccount-wrap .col-sm-push-9 {
    left: 75%;
  }
  .wpbooking-myaccount-wrap .col-sm-push-8 {
    left: 66.66666667%;
  }
  .wpbooking-myaccount-wrap .col-sm-push-7 {
    left: 58.33333333%;
  }
  .wpbooking-myaccount-wrap .col-sm-push-6 {
    left: 50%;
  }
  .wpbooking-myaccount-wrap .col-sm-push-5 {
    left: 41.66666667%;
  }
  .wpbooking-myaccount-wrap .col-sm-push-4 {
    left: 33.33333333%;
  }
  .wpbooking-myaccount-wrap .col-sm-push-3 {
    left: 25%;
  }
  .wpbooking-myaccount-wrap .col-sm-push-2 {
    left: 16.66666667%;
  }
  .wpbooking-myaccount-wrap .col-sm-push-1 {
    left: 8.33333333%;
  }
  .wpbooking-myaccount-wrap .col-sm-push-0 {
    left: auto;
  }
  .wpbooking-myaccount-wrap .col-sm-offset-12 {
    margin-left: 100%;
  }
  .wpbooking-myaccount-wrap .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .wpbooking-myaccount-wrap .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .wpbooking-myaccount-wrap .col-sm-offset-9 {
    margin-left: 75%;
  }
  .wpbooking-myaccount-wrap .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .wpbooking-myaccount-wrap .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .wpbooking-myaccount-wrap .col-sm-offset-6 {
    margin-left: 50%;
  }
  .wpbooking-myaccount-wrap .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .wpbooking-myaccount-wrap .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .wpbooking-myaccount-wrap .col-sm-offset-3 {
    margin-left: 25%;
  }
  .wpbooking-myaccount-wrap .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .wpbooking-myaccount-wrap .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .wpbooking-myaccount-wrap .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .wpbooking-myaccount-wrap .col-md-1,
  .wpbooking-myaccount-wrap .col-md-2,
  .wpbooking-myaccount-wrap .col-md-3,
  .wpbooking-myaccount-wrap .col-md-4,
  .wpbooking-myaccount-wrap .col-md-5,
  .wpbooking-myaccount-wrap .col-md-6,
  .wpbooking-myaccount-wrap .col-md-7,
  .wpbooking-myaccount-wrap .col-md-8,
  .wpbooking-myaccount-wrap .col-md-9,
  .wpbooking-myaccount-wrap .col-md-10,
  .wpbooking-myaccount-wrap .col-md-11,
  .wpbooking-myaccount-wrap .col-md-12 {
    float: left;
  }
  .wpbooking-myaccount-wrap .col-md-12 {
    width: 100%;
  }
  .wpbooking-myaccount-wrap .col-md-11 {
    width: 91.66666667%;
  }
  .wpbooking-myaccount-wrap .col-md-10 {
    width: 83.33333333%;
  }
  .wpbooking-myaccount-wrap .col-md-9 {
    width: 75%;
  }
  .wpbooking-myaccount-wrap .col-md-8 {
    width: 66.66666667%;
  }
  .wpbooking-myaccount-wrap .col-md-7 {
    width: 58.33333333%;
  }
  .wpbooking-myaccount-wrap .col-md-6 {
    width: 50%;
  }
  .wpbooking-myaccount-wrap .col-md-5 {
    width: 41.66666667%;
  }
  .wpbooking-myaccount-wrap .col-md-4 {
    width: 33.33333333%;
  }
  .wpbooking-myaccount-wrap .col-md-3 {
    width: 25%;
  }
  .wpbooking-myaccount-wrap .col-md-2 {
    width: 16.66666667%;
  }
  .wpbooking-myaccount-wrap .col-md-1 {
    width: 8.33333333%;
  }
  .wpbooking-myaccount-wrap .col-md-pull-12 {
    right: 100%;
  }
  .wpbooking-myaccount-wrap .col-md-pull-11 {
    right: 91.66666667%;
  }
  .wpbooking-myaccount-wrap .col-md-pull-10 {
    right: 83.33333333%;
  }
  .wpbooking-myaccount-wrap .col-md-pull-9 {
    right: 75%;
  }
  .wpbooking-myaccount-wrap .col-md-pull-8 {
    right: 66.66666667%;
  }
  .wpbooking-myaccount-wrap .col-md-pull-7 {
    right: 58.33333333%;
  }
  .wpbooking-myaccount-wrap .col-md-pull-6 {
    right: 50%;
  }
  .wpbooking-myaccount-wrap .col-md-pull-5 {
    right: 41.66666667%;
  }
  .wpbooking-myaccount-wrap .col-md-pull-4 {
    right: 33.33333333%;
  }
  .wpbooking-myaccount-wrap .col-md-pull-3 {
    right: 25%;
  }
  .wpbooking-myaccount-wrap .col-md-pull-2 {
    right: 16.66666667%;
  }
  .wpbooking-myaccount-wrap .col-md-pull-1 {
    right: 8.33333333%;
  }
  .wpbooking-myaccount-wrap .col-md-pull-0 {
    right: auto;
  }
  .wpbooking-myaccount-wrap .col-md-push-12 {
    left: 100%;
  }
  .wpbooking-myaccount-wrap .col-md-push-11 {
    left: 91.66666667%;
  }
  .wpbooking-myaccount-wrap .col-md-push-10 {
    left: 83.33333333%;
  }
  .wpbooking-myaccount-wrap .col-md-push-9 {
    left: 75%;
  }
  .wpbooking-myaccount-wrap .col-md-push-8 {
    left: 66.66666667%;
  }
  .wpbooking-myaccount-wrap .col-md-push-7 {
    left: 58.33333333%;
  }
  .wpbooking-myaccount-wrap .col-md-push-6 {
    left: 50%;
  }
  .wpbooking-myaccount-wrap .col-md-push-5 {
    left: 41.66666667%;
  }
  .wpbooking-myaccount-wrap .col-md-push-4 {
    left: 33.33333333%;
  }
  .wpbooking-myaccount-wrap .col-md-push-3 {
    left: 25%;
  }
  .wpbooking-myaccount-wrap .col-md-push-2 {
    left: 16.66666667%;
  }
  .wpbooking-myaccount-wrap .col-md-push-1 {
    left: 8.33333333%;
  }
  .wpbooking-myaccount-wrap .col-md-push-0 {
    left: auto;
  }
  .wpbooking-myaccount-wrap .col-md-offset-12 {
    margin-left: 100%;
  }
  .wpbooking-myaccount-wrap .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .wpbooking-myaccount-wrap .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .wpbooking-myaccount-wrap .col-md-offset-9 {
    margin-left: 75%;
  }
  .wpbooking-myaccount-wrap .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .wpbooking-myaccount-wrap .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .wpbooking-myaccount-wrap .col-md-offset-6 {
    margin-left: 50%;
  }
  .wpbooking-myaccount-wrap .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .wpbooking-myaccount-wrap .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .wpbooking-myaccount-wrap .col-md-offset-3 {
    margin-left: 25%;
  }
  .wpbooking-myaccount-wrap .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .wpbooking-myaccount-wrap .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .wpbooking-myaccount-wrap .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .wpbooking-myaccount-wrap .col-lg-1,
  .wpbooking-myaccount-wrap .col-lg-2,
  .wpbooking-myaccount-wrap .col-lg-3,
  .wpbooking-myaccount-wrap .col-lg-4,
  .wpbooking-myaccount-wrap .col-lg-5,
  .wpbooking-myaccount-wrap .col-lg-6,
  .wpbooking-myaccount-wrap .col-lg-7,
  .wpbooking-myaccount-wrap .col-lg-8,
  .wpbooking-myaccount-wrap .col-lg-9,
  .wpbooking-myaccount-wrap .col-lg-10,
  .wpbooking-myaccount-wrap .col-lg-11,
  .wpbooking-myaccount-wrap .col-lg-12 {
    float: left;
  }
  .wpbooking-myaccount-wrap .col-lg-12 {
    width: 100%;
  }
  .wpbooking-myaccount-wrap .col-lg-11 {
    width: 91.66666667%;
  }
  .wpbooking-myaccount-wrap .col-lg-10 {
    width: 83.33333333%;
  }
  .wpbooking-myaccount-wrap .col-lg-9 {
    width: 75%;
  }
  .wpbooking-myaccount-wrap .col-lg-8 {
    width: 66.66666667%;
  }
  .wpbooking-myaccount-wrap .col-lg-7 {
    width: 58.33333333%;
  }
  .wpbooking-myaccount-wrap .col-lg-6 {
    width: 50%;
  }
  .wpbooking-myaccount-wrap .col-lg-5 {
    width: 41.66666667%;
  }
  .wpbooking-myaccount-wrap .col-lg-4 {
    width: 33.33333333%;
  }
  .wpbooking-myaccount-wrap .col-lg-3 {
    width: 25%;
  }
  .wpbooking-myaccount-wrap .col-lg-2 {
    width: 16.66666667%;
  }
  .wpbooking-myaccount-wrap .col-lg-1 {
    width: 8.33333333%;
  }
  .wpbooking-myaccount-wrap .col-lg-pull-12 {
    right: 100%;
  }
  .wpbooking-myaccount-wrap .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .wpbooking-myaccount-wrap .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .wpbooking-myaccount-wrap .col-lg-pull-9 {
    right: 75%;
  }
  .wpbooking-myaccount-wrap .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .wpbooking-myaccount-wrap .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .wpbooking-myaccount-wrap .col-lg-pull-6 {
    right: 50%;
  }
  .wpbooking-myaccount-wrap .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .wpbooking-myaccount-wrap .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .wpbooking-myaccount-wrap .col-lg-pull-3 {
    right: 25%;
  }
  .wpbooking-myaccount-wrap .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .wpbooking-myaccount-wrap .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .wpbooking-myaccount-wrap .col-lg-pull-0 {
    right: auto;
  }
  .wpbooking-myaccount-wrap .col-lg-push-12 {
    left: 100%;
  }
  .wpbooking-myaccount-wrap .col-lg-push-11 {
    left: 91.66666667%;
  }
  .wpbooking-myaccount-wrap .col-lg-push-10 {
    left: 83.33333333%;
  }
  .wpbooking-myaccount-wrap .col-lg-push-9 {
    left: 75%;
  }
  .wpbooking-myaccount-wrap .col-lg-push-8 {
    left: 66.66666667%;
  }
  .wpbooking-myaccount-wrap .col-lg-push-7 {
    left: 58.33333333%;
  }
  .wpbooking-myaccount-wrap .col-lg-push-6 {
    left: 50%;
  }
  .wpbooking-myaccount-wrap .col-lg-push-5 {
    left: 41.66666667%;
  }
  .wpbooking-myaccount-wrap .col-lg-push-4 {
    left: 33.33333333%;
  }
  .wpbooking-myaccount-wrap .col-lg-push-3 {
    left: 25%;
  }
  .wpbooking-myaccount-wrap .col-lg-push-2 {
    left: 16.66666667%;
  }
  .wpbooking-myaccount-wrap .col-lg-push-1 {
    left: 8.33333333%;
  }
  .wpbooking-myaccount-wrap .col-lg-push-0 {
    left: auto;
  }
  .wpbooking-myaccount-wrap .col-lg-offset-12 {
    margin-left: 100%;
  }
  .wpbooking-myaccount-wrap .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .wpbooking-myaccount-wrap .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .wpbooking-myaccount-wrap .col-lg-offset-9 {
    margin-left: 75%;
  }
  .wpbooking-myaccount-wrap .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .wpbooking-myaccount-wrap .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .wpbooking-myaccount-wrap .col-lg-offset-6 {
    margin-left: 50%;
  }
  .wpbooking-myaccount-wrap .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .wpbooking-myaccount-wrap .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .wpbooking-myaccount-wrap .col-lg-offset-3 {
    margin-left: 25%;
  }
  .wpbooking-myaccount-wrap .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .wpbooking-myaccount-wrap .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .wpbooking-myaccount-wrap .col-lg-offset-0 {
    margin-left: 0;
  }
}
.wpbooking-myaccount-wrap:before,
.wpbooking-myaccount-wrap:after {
  display: table;
  content: " ";
}
.wpbooking-myaccount-wrap:after {
  clear: both;
}
.wpbooking-myaccount-wrap .required {
  color: red;
}
.wpbooking-myaccount-wrap .login-register-form .wb-error,
.wpbooking-myaccount-wrap .wb-form-lost-password .wb-error,
.wpbooking-myaccount-wrap .wb-form-reset-password .wb-error {
  border: 1px solid red !important;
}
.wpbooking-myaccount-wrap .login-register-form .form-title,
.wpbooking-myaccount-wrap .wb-form-lost-password .form-title,
.wpbooking-myaccount-wrap .wb-form-reset-password .form-title {
  margin: 0px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: bold;
}
.wpbooking-myaccount-wrap .login-register-form .form-group-wrap,
.wpbooking-myaccount-wrap .wb-form-lost-password .form-group-wrap,
.wpbooking-myaccount-wrap .wb-form-reset-password .form-group-wrap {
  border: 1px solid #ccc;
  padding: 20px 15px;
}
.wpbooking-myaccount-wrap .login-register-form .form-group,
.wpbooking-myaccount-wrap .wb-form-lost-password .form-group,
.wpbooking-myaccount-wrap .wb-form-reset-password .form-group {
  margin-bottom: 20px;
}
.wpbooking-myaccount-wrap .login-register-form .form-group .control-label,
.wpbooking-myaccount-wrap .wb-form-lost-password .form-group .control-label,
.wpbooking-myaccount-wrap .wb-form-reset-password .form-group .control-label {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 35px;
}
.wpbooking-myaccount-wrap .login-register-form .form-group .form-control,
.wpbooking-myaccount-wrap .wb-form-lost-password .form-group .form-control,
.wpbooking-myaccount-wrap .wb-form-reset-password .form-group .form-control {
  border-radius: 0px;
  border: 1px solid #ccc;
  height: 32px;
  line-height: 31px;
}
.wpbooking-myaccount-wrap .login-register-form .remember-me,
.wpbooking-myaccount-wrap .wb-form-lost-password .remember-me,
.wpbooking-myaccount-wrap .wb-form-reset-password .remember-me {
  margin-left: 20px;
  font-size: 14px;
}
.wpbooking-myaccount-wrap .login-register-form .remember-me input,
.wpbooking-myaccount-wrap .wb-form-lost-password .remember-me input,
.wpbooking-myaccount-wrap .wb-form-reset-password .remember-me input {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.wpbooking-myaccount-wrap .login-register-form .lost-password,
.wpbooking-myaccount-wrap .wb-form-lost-password .lost-password,
.wpbooking-myaccount-wrap .wb-form-reset-password .lost-password,
.wpbooking-myaccount-wrap .login-register-form .login-url,
.wpbooking-myaccount-wrap .wb-form-lost-password .login-url,
.wpbooking-myaccount-wrap .wb-form-reset-password .login-url {
  color: #f0ad4e;
  text-decoration: underline;
  border: none;
  font-size: 14px;
}
.wpbooking-myaccount-wrap .login-register-form .accept-term,
.wpbooking-myaccount-wrap .wb-form-lost-password .accept-term,
.wpbooking-myaccount-wrap .wb-form-reset-password .accept-term {
  font-size: 14px;
  display: block;
}
.wpbooking-myaccount-wrap .login-register-form .accept-term input,
.wpbooking-myaccount-wrap .wb-form-lost-password .accept-term input,
.wpbooking-myaccount-wrap .wb-form-reset-password .accept-term input {
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.wpbooking-myaccount-wrap .login-register-form .wb-btn-default,
.wpbooking-myaccount-wrap .wb-form-lost-password .wb-btn-default,
.wpbooking-myaccount-wrap .wb-form-reset-password .wb-btn-default {
  background: #f0ad4e;
  border-color: #f0ad4e;
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
}
.wpbooking-myaccount-wrap .login-register-form .note,
.wpbooking-myaccount-wrap .wb-form-lost-password .note,
.wpbooking-myaccount-wrap .wb-form-reset-password .note {
  font-size: 12px;
  font-style: italic;
  width: 80%;
}
.wpbooking-myaccount-wrap .login-register-form hr,
.wpbooking-myaccount-wrap .wb-form-lost-password hr,
.wpbooking-myaccount-wrap .wb-form-reset-password hr {
  margin: 20px 0;
}
.wpbooking-myaccount-wrap .login-register-form p.register-url,
.wpbooking-myaccount-wrap .wb-form-lost-password p.register-url,
.wpbooking-myaccount-wrap .wb-form-reset-password p.register-url {
  margin-bottom: 0;
  font-size: 14px;
}
.wpbooking-myaccount-wrap .login-register-form p.register-url a,
.wpbooking-myaccount-wrap .wb-form-lost-password p.register-url a,
.wpbooking-myaccount-wrap .wb-form-reset-password p.register-url a {
  color: #f0ad4e;
  border-bottom: none;
  text-decoration: underline;
}
.wpbooking-myaccount-wrap .wb-account-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom: 60px;
  background: #f2f2f2;
}
.wpbooking-myaccount-wrap .wb-account-nav .children {
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  background: #f5f5f5;
  border-top: 1px solid white;
  z-index: 99;
}
.wpbooking-myaccount-wrap .wb-account-nav .children li {
  display: block;
}
.wpbooking-myaccount-wrap .wb-account-nav .children li a {
  white-space: nowrap;
}
.wpbooking-myaccount-wrap .wb-account-nav li {
  display: inline-block;
  padding: 0px 15px;
  position: relative;
  border-right: 1px solid white;
  box-sizing: border-box;
}
.wpbooking-myaccount-wrap .wb-account-nav li a {
  border: none;
  display: block;
  padding: 7px 0px;
  color: #666666;
  font-size: 15px;
  box-sizing: border-box;
}
.wpbooking-myaccount-wrap .wb-account-nav li a:hover {
  text-decoration: none;
}
.wpbooking-myaccount-wrap .wb-account-nav li:last-child {
  border-right: 0px;
}
.wpbooking-myaccount-wrap .wb-account-nav li.active {
  background: #eaeaea;
}
.wpbooking-myaccount-wrap .wb-account-nav li.active > a {
  font-weight: bold;
}
.wpbooking-myaccount-wrap .wb-account-nav li:hover {
  background: #eaeaea;
}
.wpbooking-myaccount-wrap .wb-account-nav li:hover .children {
  display: block;
}
@media (max-width: 520px) {
  .wpbooking-myaccount-wrap .wb-account-nav li {
    width: 100%;
  }
}
.wpbooking-myaccount-wrap .wb-disabled {
  cursor: not-allowed;
  opacity: 0.7 !important;
  pointer-events: none;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab {
  font-size: 14px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .hide {
  display: none;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.services .service-filters {
  margin: 0px;
  list-style: none;
  padding: 0px;
  margin-bottom: 10px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.services .service-filters li {
  display: inline-block;
  margin-right: 1px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.services .service-filters li a {
  display: inline-block;
  background: white;
  padding: 4px 15px;
  color: #333;
  border: 1px solid #e9e9e9;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.services .service-filters li a:hover {
  text-decoration: none;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.services .service-filters li.active a,
.wpbooking-myaccount-wrap .wpbooking-account-tab.services .service-filters li:hover a {
  background: #e6e6e6;
  border-color: #e6e6e6;
  border-bottom-color: #b8b8b8;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.services .wpbooking-account-services {
  background: #f2f2f2;
  padding: 40px 15px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.services .wpbooking-account-services .service-item {
  margin-bottom: 15px;
  background: white;
  padding: 5px 8px;
  position: relative;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.services .wpbooking-account-services .service-item:before,
.wpbooking-myaccount-wrap .wpbooking-account-tab.services .wpbooking-account-services .service-item:after {
  display: table;
  content: " ";
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.services .wpbooking-account-services .service-item:after {
  clear: both;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.services .wpbooking-account-services .service-item .service-img {
  float: left;
  margin-right: 10px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.services .wpbooking-account-services .service-item .service-img img {
  width: 90px;
  height: auto;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.services .wpbooking-account-services .service-item .service-info {
  display: table;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.services .wpbooking-account-services .service-item .service-info .service-title {
  margin: 0px;
  margin-bottom: 5px;
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.services .wpbooking-account-services .service-item .service-info .service-title a {
  border: none;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.services .wpbooking-account-services .service-item .service-info .service-title a:hover {
  text-decoration: none;
  color: #f0ad4e;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.services .wpbooking-account-services .service-item .service-info .service-price br {
  display: none;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.services .wpbooking-account-services .service-item .service-status {
  position: absolute;
  right: 15px;
  top: 10px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-detail {
  padding-top: 10px;
  box-sizing: border-box;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-detail:before,
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-detail:after {
  clear: both;
  content: " ";
  display: table;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-detail .overlay {
  background-color: #e6e6e6;
  box-sizing: border-box;
  padding: 16px 26px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-detail .overlay img {
  border: 5px solid #fff;
  height: 123px !important;
  width: 123px !important;
  border-radius: 50%;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-detail > .avatar {
  text-align: center;
  float: left;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-detail > .info {
  color: #666666;
  width: 60%;
  float: left;
  padding-left: 30px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-detail > .info .user-name {
  margin-top: 10px;
  text-transform: none;
  margin-bottom: 12px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-detail > .info .user-share {
  padding-bottom: 5px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-detail > .info .user-share a {
  border: none;
  color: #666666;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-detail > .info .user-share a:hover {
  color: #000;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-detail > .info .user-share .fa {
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 15px;
  padding: 6px 5px 5px;
  text-align: center;
  width: 28px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-detail > .info .text-info {
  margin-top: 7px;
  color: #666666;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-detail > .info .quote {
  margin-top: 10px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-detail > .info .quote:before,
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-detail > .info .quote:after {
  clear: both;
  content: " ";
  display: table;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-detail > .info .quote .icon {
  float: left;
  width: 6%;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-detail > .info .quote .icon .fa {
  font-size: 16px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-detail > .info .quote .text {
  float: left;
  width: 94%;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-detail > .info .quote .contact {
  clear: both;
  padding-top: 10px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-detail > .info .quote .contact a {
  border: 1px solid #ccc;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-listing .list-item {
  box-sizing: border-box;
  margin-left: -7px;
  margin-right: -5px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-listing .list-item:before,
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-listing .list-item:after {
  clear: both;
  content: " ";
  display: table;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-listing .list-item .item {
  box-sizing: border-box;
  float: left;
  padding-left: 7px;
  padding-right: 7px;
  width: 25%;
  margin-bottom: 15px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-listing .list-item .item:nth-child(4n+1) {
  clear: both;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-listing .list-item .item .item_thumbnail {
  height: 200px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-listing .list-item .item .item_thumbnail img {
  background-color: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  height: auto;
  line-height: 1.42857;
  max-width: 100%;
  padding: 4px;
  transition: all 0.2s ease-in-out 0s;
  width: 100%;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-listing .list-item .item .item_title {
  text-align: center;
  padding: 10px 0px;
  font-size: 16px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-listing .list-item .item .item_control {
  text-align: center;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-listing .list-item .item .item_control a {
  text-transform: none;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews a {
  border: none;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .dark_bg {
  background: #f2f2f2 none repeat scroll 0 0;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .number_rate {
  color: #666666;
  font-size: 70px;
  line-height: 102px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .number {
  padding-bottom: 20px;
  color: #999999;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .tab-page-title {
  margin-top: 20px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .detail-rate {
  margin-bottom: 30px;
  margin-top: 50px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .item_process {
  margin-bottom: 5px;
  margin-left: 25px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .item_process::before,
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .item_process::after {
  clear: both;
  content: " ";
  display: table;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .item_process .fa::before {
  content: "";
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .item_process label {
  display: block;
  float: left;
  width: 10%;
  color: #999999;
  line-height: 30px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .item_process .process {
  position: relative;
  background: #f2f2f2 none repeat scroll 0 0;
  float: left;
  height: 30px;
  width: 80%;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .item_process .process::before {
  position: absolute;
  content: " ";
  height: 100%;
  background: #f0ad4e;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .item_process .info {
  float: left;
  height: 30px;
  width: 10%;
  text-align: center;
  color: #cccccc;
  line-height: 30px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .wpbooking-rating-review-result a {
  color: #f0ad4e;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .icon-like {
  border: 1px solid #333;
  border-radius: 50%;
  color: #333;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  line-height: 18px;
  text-align: center;
  width: 20px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .icon-like.active {
  background: #f0ad4e none repeat scroll 0 0;
  border-color: #f0ad4e;
  color: white;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
  color: #666666;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .avatar {
  height: 42px !important;
  width: 42px !important;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment_container {
  margin-bottom: 20px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment_container:before,
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment_container:after {
  display: table;
  content: " ";
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment_container:after {
  clear: both;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment-meta {
  float: left;
  width: 17%;
  font-size: 13px;
  text-align: center;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment-meta .comment-author {
  text-align: center;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment-meta img {
  max-width: 48px;
  height: auto;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 50%;
  border: 3px solid #e6e6e6;
  margin: 0px;
  margin-bottom: 11px;
  display: inline-block;
  float: none;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment-meta .review-author-name {
  display: block;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment-meta .review-author-name a {
  border-bottom: none;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment-meta .review-count {
  display: block;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment-content-wrap {
  width: 83%;
  border: 1px solid #e6e6e6;
  padding: 13px;
  float: left;
  position: relative;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment-content-wrap:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 9px 8.5px 0;
  border-color: transparent #e6e6e6 transparent transparent;
  top: 20px;
  left: -9px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment-content-wrap .comment-title {
  display: block;
  padding-right: 85px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment-content-wrap .wpbooking-review-summary {
  position: absolute;
  top: 13px;
  right: 13px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment-content-wrap .wpbooking-review-summary a {
  color: #f0ad4e;
  font-size: 14px;
  text-decoration: none;
  border-bottom: none;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment-content-wrap .wpbooking-review-summary a:hover {
  text-decoration: none;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment-content-wrap .comment-text {
  font-size: 14px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment-content-wrap .comment-text p {
  line-height: 24px;
  margin-bottom: 10px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment-content-wrap .wpbooking-more-review-detail {
  margin: 5px 0px 10px;
  font-size: 14px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment-content-wrap .wpbooking-more-review-detail a {
  color: #f0ad4e;
  font-size: 14px;
  text-decoration: none;
  border-bottom: none;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment-content-wrap .wpbooking-more-review-detail .wpbooking-rating-review-result {
  display: none;
  font-size: 14px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment-content-wrap .wpbooking-more-review-detail .less {
  display: none;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment-content-wrap .wpbooking-more-review-detail .more,
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment-content-wrap .wpbooking-more-review-detail .less {
  color: #f0ad4e;
  font-style: italic;
  cursor: pointer;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment-content-wrap .wpbooking-more-review-detail.active .less {
  display: block;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment-content-wrap .wpbooking-more-review-detail.active .more {
  display: none;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment-content-wrap .wpbooking-more-review-detail.active .wpbooking-rating-review-result {
  display: table-row;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment-content-wrap .wpbooking-more-review-detail .review-stats {
  display: table;
  width: 100%;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment-content-wrap .wpbooking-more-review-detail .review-stats .wpbooking-rating-review-result .rating-stars {
  display: table-cell;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment-content-wrap .wpbooking-more-review-detail .review-stats .wpbooking-rating-review-result .rating-title {
  display: table-cell;
  width: 1px;
  white-space: nowrap;
  padding-right: 10px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment-content-wrap .wpbooking-vote-for-review {
  font-size: 13px;
  margin-bottom: 10px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment-content-wrap .wpbooking-vote-for-review .review-vote-count {
  font-weight: bold;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment-content-wrap .wpbooking-vote-for-review .review-do-vote {
  width: 20px;
  height: 20px;
  text-align: center;
  display: inline-block;
  line-height: 18px;
  border-radius: 50%;
  border: 1px solid #333;
  color: #333;
  cursor: pointer;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment-content-wrap .wpbooking-vote-for-review .review-do-vote.active {
  color: white;
  background: #f0ad4e;
  border-color: #f0ad4e;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment-content-wrap .wb-btn-reply-comment {
  font-size: 13px;
  font-style: italic;
  color: #f0ad4e;
  border: none;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li ul,
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li ol {
  padding-left: 17%;
  list-style: none;
  margin-left: 0px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li ul li,
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li ol li {
  padding-left: 0px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li ul .reply-comment-form,
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li ol .reply-comment-form {
  display: none;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li ul .reply-comment-form.active,
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li ol .reply-comment-form.active {
  display: block;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li ul .wpbooking-add-reply:before,
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li ol .wpbooking-add-reply:before,
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li ul .wpbooking-add-reply:after,
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li ol .wpbooking-add-reply:after {
  display: table;
  content: " ";
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li ul .wpbooking-add-reply:after,
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li ol .wpbooking-add-reply:after {
  clear: both;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li ul .wpbooking-add-reply .reply-input,
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li ol .wpbooking-add-reply .reply-input {
  width: 85%;
  float: left;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li ul .wpbooking-add-reply .reply-input textarea,
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li ol .wpbooking-add-reply .reply-input textarea {
  border: none;
  height: 120px;
  background: #f2f2f2;
  font-size: 14px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li ul .wpbooking-add-reply .reply-submit,
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li ol .wpbooking-add-reply .reply-submit {
  float: left;
  width: 13%;
  margin-left: 2%;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li ul .wpbooking-add-reply .reply-submit .wb-btn,
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li ol .wpbooking-add-reply .reply-submit .wb-btn {
  text-align: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li ul .wpbooking-add-reply .reply-submit .wb-btn i,
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li ol .wpbooking-add-reply .reply-submit .wb-btn i {
  display: none;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li ul .wpbooking-add-reply .reply-submit .wb-btn.loading i,
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li ol .wpbooking-add-reply .reply-submit .wb-btn.loading i {
  display: inline-block;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li hr {
  margin-bottom: 10px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment-control {
  font-size: 13px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment-control > div {
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment-control .review-do-vote.active {
  color: #f0ad4e;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .comment-list > li .comment-control .wb-btn-reply-comment {
  color: #666666;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .user-paginate {
  text-align: center;
  color: #666666;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .user-paginate a:hover {
  color: #000;
  border-color: #000;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .user-paginate span,
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .user-paginate a {
  border: 1px solid #b8b8b8;
  padding: 5px 10px;
  color: #666666;
  text-decoration: none;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .user-paginate .current {
  background: #e6e6e6;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.profile .user-reviews .user-paginate-top {
  margin-bottom: 20px;
  text-align: right;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.edit_profile .btn {
  border-radius: 0px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.edit_profile .dark_bg {
  background: #f2f2f2;
  padding: 13px 0px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.edit_profile.item_avatar .avatar {
  background: #d6d6d6 none repeat scroll 0 0;
  border-radius: 0;
  text-align: center;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.edit_profile.item_avatar .avatar img {
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 5px;
  width: 123px !important;
  height: 123px !important;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.edit_profile .text-info {
  color: #666666;
  font-size: 13px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.edit_profile .avatar-control {
  margin-top: 10px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.edit_profile .avatar-control .btn {
  background: #fff none repeat scroll 0 0;
  color: #666;
  margin-right: 20px;
  padding: 2px 13px;
  text-transform: none;
  cursor: pointer;
  text-align: center;
  display: block;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.edit_profile .avatar-control .btn:hover {
  border-radius: 5px;
  background: #fafafa;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.edit_profile .avatar-control .text-color {
  color: #f0ad4e;
  text-decoration: underline;
  border: none;
  font-style: italic;
  float: left;
  display: block;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.edit_profile .avatar-control .upload-avatar {
  display: block;
  position: relative;
  float: left;
  cursor: pointer;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.edit_profile .wb-edit-profile-wrap {
  border: 1px solid #ccc;
  margin-top: 30px;
  padding-bottom: 30px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.edit_profile .wb-edit-profile-wrap .tab-page-title {
  padding-left: 15px;
  padding-right: 15px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.edit_profile .wb-edit-profile-wrap .item_profile label {
  margin-bottom: 10px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.edit_profile .wb-edit-profile-wrap .item_profile .form-control {
  border-radius: 0px;
  height: 32px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.edit_profile .wb-edit-profile-wrap .item_profile select.form-control {
  width: auto;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.edit_profile .wb-edit-profile-wrap .item_profile select.form-control.country {
  width: 100%;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.edit_profile .wb-edit-profile-wrap .item_profile .birthday select {
  display: inline-block;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.edit_profile .wb-edit-profile-wrap .item_profile .wb-btn-default {
  background: #f0ad4e;
  padding: 6px 15px;
  text-transform: capitalize;
  font-weight: normal;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.edit_profile .wb-edit-profile-wrap .item_profile .btn-primary {
  background-color: #31b0d5;
  border-color: #31b0d5;
  text-transform: none;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.edit_profile .wb-edit-profile-wrap .item_profile .btn-primary.focus,
.wpbooking-myaccount-wrap .wpbooking-account-tab.edit_profile .wb-edit-profile-wrap .item_profile .btn-primary:focus {
  background-color: #286090;
  border-color: #122b40;
  color: #fff;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.edit_profile .wb-edit-profile-wrap .item_profile .btn-primary:hover {
  background-color: #286090;
  border-color: #204d74;
  color: #fff;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.change_password .tab-page-title {
  font-size: 20px;
  margin: 20px 0 25px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.change_password .border {
  color: #666666;
  border: 1px solid #cccccc;
  padding: 15px 5px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.change_password label {
  padding-bottom: 7px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.change_password .text-info {
  padding-top: 15px;
  padding-bottom: 20px;
  color: #666666;
  font-style: italic;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.change_password .btn {
  text-transform: none;
  border-radius: 0px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.change_password .form-control {
  border-radius: 0px;
  height: 32px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.change_password .btn-primary {
  background-color: #31b0d5;
  border-color: #31b0d5;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.change_password .btn-primary.focus,
.wpbooking-myaccount-wrap .wpbooking-account-tab.change_password .btn-primary:focus {
  background-color: #286090;
  border-color: #122b40;
  color: #fff;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.change_password .btn-primary:hover {
  background-color: #286090;
  border-color: #204d74;
  color: #fff;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.change_password .wb-btn-default {
  padding: 6px 15px;
  background: #f0ad4e;
  font-weight: normal;
  text-transform: capitalize;
  font-size: 15px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.your_wishlist .dark_bg {
  background: #f2f2f2;
  padding: 20px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.your_wishlist .service-filters {
  margin: 0px;
  list-style: none;
  padding: 0px;
  margin-bottom: 10px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.your_wishlist .service-filters li {
  display: inline-block;
  margin-right: 1px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.your_wishlist .service-filters li a {
  display: inline-block;
  background: white;
  padding: 4px 15px;
  color: #333;
  border: 1px solid #e9e9e9;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.your_wishlist .service-filters li a:hover {
  text-decoration: none;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.your_wishlist .service-filters li.active a,
.wpbooking-myaccount-wrap .wpbooking-account-tab.your_wishlist .service-filters li:hover a {
  background: #e6e6e6;
  border-color: #e6e6e6;
  border-bottom-color: #b8b8b8;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.your_wishlist .wpbooking-account-services {
  background: #f2f2f2;
  padding: 40px 15px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.your_wishlist .wpbooking-account-services .lable {
  margin-bottom: 20px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.your_wishlist .wpbooking-account-services .service-fav {
  border: none;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.your_wishlist .wpbooking-account-services .service-fav.active i {
  color: #f0ad4e;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.your_wishlist .wpbooking-account-services .service-fav i {
  color: #e6e6e6;
  font-size: 24px;
  left: 3px;
  text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white;
  top: 2px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.your_wishlist .wpbooking-account-services .service-fav i:hover,
.wpbooking-myaccount-wrap .wpbooking-account-tab.your_wishlist .wpbooking-account-services .service-fav i:focus,
.wpbooking-myaccount-wrap .wpbooking-account-tab.your_wishlist .wpbooking-account-services .service-fav i.active {
  color: #f0ad4e;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.your_wishlist .wpbooking-account-services .service-item {
  margin-bottom: 15px;
  background: white;
  padding: 5px 8px;
  position: relative;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.your_wishlist .wpbooking-account-services .service-item:before,
.wpbooking-myaccount-wrap .wpbooking-account-tab.your_wishlist .wpbooking-account-services .service-item:after {
  display: table;
  content: " ";
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.your_wishlist .wpbooking-account-services .service-item:after {
  clear: both;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.your_wishlist .wpbooking-account-services .service-item .service-img {
  float: left;
  margin-right: 10px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.your_wishlist .wpbooking-account-services .service-item .service-img img {
  width: 90px;
  height: auto;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.your_wishlist .wpbooking-account-services .service-item .service-info {
  display: table;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.your_wishlist .wpbooking-account-services .service-item .service-info .service-title {
  margin: 0px;
  margin-bottom: 5px;
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.your_wishlist .wpbooking-account-services .service-item .service-info .service-title a {
  border: none;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.your_wishlist .wpbooking-account-services .service-item .service-info .service-title a:hover {
  text-decoration: none;
  color: #f0ad4e;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.your_wishlist .wpbooking-account-services .service-item .service-info .service-price br {
  display: none;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.your_wishlist .wpbooking-account-services .service-item .service-status {
  position: absolute;
  right: 15px;
  top: 10px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .subsubsub {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom: 20px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .subsubsub li {
  display: inline;
  list-style: none;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .subsubsub li a.current {
  text-decoration: none;
  border-bottom: 0px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .tab-page-title {
  font-size: 20px;
  margin: 0px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .tablenav {
  font-size: 15px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .tablenav:before,
.wpbooking-myaccount-wrap .wpbooking-account-tab .tablenav:after {
  display: table;
  content: " ";
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .tablenav:after {
  clear: both;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .tablenav .alignleft {
  float: left;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .tablenav .alignright {
  float: right;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .tablenav .button {
  padding: 7px 15px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .tablenav select,
.wpbooking-myaccount-wrap .wpbooking-account-tab .tablenav input[type=text] {
  font-size: 15px;
  line-height: 34px;
  height: 34px;
  margin-bottom: 10px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .wp-list-table {
  font-size: 15px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .wp-list-table .select-all {
  width: 40px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .wp-list-table .column-date {
  width: 70px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .wp-list-table .column-date-booking {
  width: 100px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .wp-list-table tr .row-actions {
  display: none;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .wp-list-table tr:hover .row-actions {
  display: block;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .wb-profile-box {
  background: #f2f2f2;
  margin-bottom: 30px;
  padding: 15px 10px 10px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .wb-profile-box:before,
.wpbooking-myaccount-wrap .wpbooking-account-tab .wb-profile-box:after {
  display: table;
  content: " ";
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .wb-profile-box:after {
  clear: both;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .wb-profile-box .profile-avatar {
  float: left;
  margin-right: 15px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .wb-profile-box .profile-avatar img {
  border: 5px solid white;
  border-radius: 50%;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .wb-profile-box .profile-avatar .edit_profile {
  display: block;
  text-align: center;
  border: none;
  color: #f0ad4e;
  margin-top: 10px;
  text-decoration: underline;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .wb-profile-box .profile-info {
  display: table;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .wb-profile-box .profile-info .user-display-name {
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  margin-bottom: 20px;
  text-transform: none;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .wb-profile-panel {
  margin-bottom: 30px;
  border: 1px solid #e6e6e6;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .wb-profile-panel .panel-heading {
  background: #e6e6e6;
  padding: 3px 15px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .wb-profile-panel .panel-heading .panel-title {
  margin: 0px;
  font-weight: normal;
  color: #666;
  text-transform: none;
  font-size: 14px;
  padding: 2px 0px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .wb-profile-panel .panel-body {
  padding: 0;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .wb-list-new-messages {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .wb-list-new-messages li {
  position: relative;
  border-bottom: 1px solid #ebebeb;
  display: block;
  padding: 15px 10px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .wb-list-new-messages li a {
  text-decoration: none;
  border: none;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .wb-list-new-messages li:before,
.wpbooking-myaccount-wrap .wpbooking-account-tab .wb-list-new-messages li:after {
  display: table;
  content: " ";
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .wb-list-new-messages li:after {
  clear: both;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .wb-list-new-messages li:last-child {
  border: none;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .wb-list-new-messages li .avatar {
  float: left;
  margin-right: 10px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .wb-list-new-messages li .avatar img {
  border: 3px solid #e6e6e6;
  border-radius: 50%;
  width: 60px;
  margin-right: 0px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .wb-list-new-messages li .info {
  display: table;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .wb-list-new-messages li .info .user-displayname {
  margin: 0px;
  font-weight: bold;
  color: #666666;
  padding: 0px;
  font-size: 14px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .wb-list-new-messages li .info .time {
  position: absolute;
  top: 20px;
  right: 10px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .wb-list-new-messages li.go-view-all {
  padding: 10px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab .wb-list-new-messages li .view-all {
  color: #f0ad4e;
  border: none;
  text-decoration: underline;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.booking_history .wb-button {
  background: #666666 none repeat scroll 0 0;
  border: 1px solid #666666;
  color: white;
  font-size: 14px;
  font-weight: normal;
  padding: 6px 15px;
  text-transform: uppercase;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.booking_history .control-filter {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .wpbooking-myaccount-wrap .wpbooking-account-tab.booking_history .control-filter .wb-button {
    margin-top: 20px;
  }
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.dashboard .profile label {
  font-weight: bold;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.dashboard .profile p {
  font-style: italic;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.dashboard .profile .full_name p {
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 30px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.dashboard .profile .content {
  border: 1px solid #cccccc;
  padding: 10px 20px 20px;
}
.wpbooking-myaccount-wrap .wpbooking-account-tab.dashboard .profile .change_pass,.wb-form-edit-profile .change_pass{
  margin-top: 20px;
  color: #f0ad4e;
  border-bottom: solid 1px #f0ad4e;
}
.wpbooking-myaccount-wrap .reply-inbox .inbox-messages {
  background: rgba(230, 230, 230, 0.2);
  padding: 10px;
}
.wpbooking-myaccount-wrap .reply-inbox .old-messages {
  max-height: 450px;
  overflow-y: auto;
  margin-bottom: 20px;
  margin-right: -10px;
  padding-right: 10px;
}
.wpbooking-myaccount-wrap .reply-inbox .old-messages .wb-load-more-reply {
  margin-bottom: 15px;
  text-transform: none;
  color: #666;
  font-size: 14px;
  cursor: pointer;
}
.wpbooking-myaccount-wrap .reply-inbox .old-messages .wb-load-more-reply .loading {
  display: none;
}
.wpbooking-myaccount-wrap .reply-inbox .old-messages .wb-load-more-reply.loading .loading {
  display: inline-block;
}
.wpbooking-myaccount-wrap .reply-inbox .old-messages .wb-load-more-reply:hover {
  border: 1px solid #d5d5d5;
}
.wpbooking-myaccount-wrap .reply-inbox .old-messages .message {
  margin-bottom: 30px;
}
.wpbooking-myaccount-wrap .reply-inbox .old-messages .message:last-child {
  margin-bottom: 0px;
}
.wpbooking-myaccount-wrap .reply-inbox .old-messages .message:before,
.wpbooking-myaccount-wrap .reply-inbox .old-messages .message:after {
  display: table;
  content: " ";
}
.wpbooking-myaccount-wrap .reply-inbox .old-messages .message:after {
  clear: both;
}
.wpbooking-myaccount-wrap .reply-inbox .old-messages .message .avatar {
  float: left;
  width: 8%;
  margin-right: 2%;
  box-sizing: border-box;
}
.wpbooking-myaccount-wrap .reply-inbox .old-messages .message .avatar img {
  width: 100%;
  height: auto;
  border: 3px solid #e6e6e6;
  border-radius: 50%;
}
.wpbooking-myaccount-wrap .reply-inbox .old-messages .message .info {
  float: left;
  width: 88%;
  box-sizing: border-box;
  font-size: 14px;
  background: #e6e6e6;
  border-bottom: 1px solid #c0c0c0;
  line-height: 18px;
  color: #666;
  padding: 15px;
  position: relative;
}
.wpbooking-myaccount-wrap .reply-inbox .old-messages .message .info:after {
  content: "";
  position: absolute;
  top: 15px;
  left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 10px 0;
  border-color: transparent #e6e6e6 transparent transparent;
}
.wpbooking-myaccount-wrap .reply-inbox .old-messages .message .info .message-content {
  color: #666;
}
.wpbooking-myaccount-wrap .reply-inbox .old-messages .message .info .author {
  color: #f0ad4e;
  font-size: 16px;
  margin: 0px;
  margin-bottom: 7px;
  font-weight: 700;
}
.wpbooking-myaccount-wrap .reply-inbox .old-messages .message .info .time {
  color: #999999;
  font-size: 13px;
  margin-bottom: 0px;
  margin-top: 5px;
  font-style: italic;
}
.wpbooking-myaccount-wrap .reply-inbox .old-messages .message.current .avatar {
  float: right;
  margin-left: 2%;
  margin-right: 0px;
}
.wpbooking-myaccount-wrap .reply-inbox .old-messages .message.current .info {
  background: white;
  border: 1px solid #e6e6e6;
}
.wpbooking-myaccount-wrap .reply-inbox .old-messages .message.current .info:after {
  left: auto;
  right: -7px;
  border-width: 10px 0 10px 7px;
  border-color: transparent transparent transparent #e6e6e6;
}
.wpbooking-myaccount-wrap .reply-inbox .wb-send-message-form:before,
.wpbooking-myaccount-wrap .reply-inbox .wb-send-message-form:after {
  display: table;
  content: " ";
}
.wpbooking-myaccount-wrap .reply-inbox .wb-send-message-form:after {
  clear: both;
}
.wpbooking-myaccount-wrap .reply-inbox .wb-send-message-form .user-avatar {
  float: right;
  width: 8%;
  margin-left: 2%;
  box-sizing: border-box;
}
.wpbooking-myaccount-wrap .reply-inbox .wb-send-message-form .user-avatar img {
  width: 50px;
  height: auto;
  border-radius: 50%;
  border: 3px solid #e6e6e6;
}
.wpbooking-myaccount-wrap .reply-inbox .wb-send-message-form .message-input {
  float: left;
  box-sizing: border-box;
  width: 88%;
  position: relative;
  margin-bottom: 15px;
}
.wpbooking-myaccount-wrap .reply-inbox .wb-send-message-form .message-input textarea {
  font-size: 14px;
  background: white;
  border: 1px solid #e6e6e6;
  padding: 15px;
}
.wpbooking-myaccount-wrap .reply-inbox .wb-send-message-form .message-input:after {
  content: "";
  position: absolute;
  top: 15px;
  right: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 7px;
  border-color: transparent transparent transparent #e6e6e6;
}
.wpbooking-myaccount-wrap .reply-inbox .wb-send-message-form .message-input .wb-btn .loading {
  display: none;
}
.wpbooking-myaccount-wrap .reply-inbox .wb-send-message-form.loading .wb-btn .loading {
  display: inline-block;
}
.wpbooking-account-table {
  font-size: 14px;
  table-layout: auto;
}
.wpbooking-account-table td {
  padding: 20px 8px;
  position: relative;
  vertical-align: middle;
}
.wpbooking-account-table td .service-name {
  margin: 0;
  padding-bottom: 5px;
  color: #f0ad4e;
  font-size: 15px;
}
.wpbooking-account-table td .service-name a {
  color: #f0ad4e;
  border-bottom: 1px solid #f0ad4e;
}
.wpbooking-account-table td .item-form-to {
  font-size: 13px;
}
.wpbooking-account-table td .item-form-to span {
  font-weight: bold;
}
.wpbooking-account-table td .link-details {
  padding-top: 5px;
}
.wpbooking-account-table td .link-details a {
  border: medium none;
  color: #f0ad4e;
  font-size: 13px;
  font-style: italic;
  font-weight: normal;
  margin-top: 20px;
  padding: 3px 11px;
}
.wpbooking-account-table .booking-data {
  padding-left: 15px;
}
.wpbooking-account-table .booking-data .label {
  color: #000;
  border-radius: 0px;
  border: solid 1px #000;
  padding: 5px 10px;
  text-transform: uppercase;
}
.wpbooking-account-table .booking-data .label.pay-on-hold {
  color: #f0ad4e;
  border: solid 1px #f0ad4e;
}
.wpbooking-account-table .booking-data .label.pay-completed {
  color: #5cb85c;
  border: solid 1px #5cb85c;
}
.wpbooking-account-table .booking-data .label.pay-failed {
  color: #ff3333;
  border: solid 1px #ff3333;
}
.wpbooking-account-table .booking-data .payment_method {
  display: block;
  margin-top: 10px;
}
.wpbooking-account-table .booking-price .total {
  font-size: 17px;
  font-weight: bold;
}
.wpbooking-account-table .column-min {
  width: 1px;
  white-space: nowrap;
}
.wpbooking-account-table .order-number {
  border: none;
  color: #f0ad4e;
}
.wpbooking-account-table .order-items {
  padding-left: 24px;
}
.wpbooking-account-table .order-items a {
  border: none;
  color: #f0ad4e;
}
@media (max-width: 480px) {
  .tab_history {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 20px;
  }
  .tab_history .wpbooking-account-table {
    width: 480px;
  }
}
.wpbooking-paginate .page-numbers {
  border: 1px solid #f0ad4e;
  color: #f0ad4e;
  margin-right: 5px;
  padding: 2px 10px;
}
.wpbooking-paginate .page-numbers:hover {
  background: #f0ad4e;
  color: #fff;
}
.wpbooking-paginate .page-numbers.current {
  background: transparent;
  color: #666;
  border: 1px solid #666;
}
.wpbooking-switch-wrap .checkbox {
  display: none;
}
.wpbooking-switch-wrap .wpbooking-switch {
  width: 54px;
  height: 26px;
  background: #cccccc;
  z-index: 0;
  margin: 0;
  padding: 0;
  appearance: none;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}
.wpbooking-switch-wrap .wpbooking-switch:before {
  content: 'OFF';
  position: absolute;
  left: 1px;
  top: 1px;
  width: 52px;
  height: 24px;
  z-index: 1;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  color: white;
  font-weight: bold;
  font-size: 12px;
  line-height: 25px;
  text-align: right;
  box-sizing: border-box;
  padding: 0px 4px;
}
.wpbooking-switch-wrap .wpbooking-switch:after {
  content: ' ';
  height: 23px;
  width: 23px;
  border-radius: 50%;
  background: white;
  position: absolute;
  z-index: 2;
  top: 1px;
  left: 1px;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.wpbooking-switch-wrap .wpbooking-switch.switchOn {
  background: #ed8323 !important;
}
.wpbooking-switch-wrap .wpbooking-switch.switchOn:before {
  background: #ed8323 !important;
  content: "ON";
  text-align: left;
}
.wpbooking-switch-wrap .wpbooking-switch.switchOn:after {
  left: 30px !important;
}
.wpbooking-remove-coupon {
  border: none;
}
body.twentyfourteen .site-main.twentyfourteen {
  margin-left: 19.3333%;
  margin-right: 1.3333%;
  margin-bottom: 7.6923%;
  margin-top: 8.3332%;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
body.twentyfourteen .hentry {
  max-width: none;
}
body.twentyfourteen .site-content .entry-header,
body.twentyfourteen .site-content .entry-content,
body.twentyfourteen .site-content .entry-summary,
body.twentyfourteen .site-content .entry-meta,
body.twentyfourteen .page-content {
  max-width: none;
  margin-right: 0;
}
body.twentyfourteen .user-reviews .comment-list > li .comment-meta {
  width: 25% !important;
}
body.twentyfourteen .user-reviews .comment-list > li .comment-content-wrap {
  width: 75% !important;
}
body.twentythirteen.sidebar .wpbooking-single-content {
  padding: 0px;
}
body.twentythirteen .wpbooking-container {
  padding-left: 0px;
  padding-right: 0px;
}
body.twentythirteen .wpbooking-loop-items {
  padding-left: 0px;
}
body.twentythirteen .wpbooking-loop-items .loop-item .content-item .service-content .wpbooking-room-type a {
  margin: 2px 0px;
}
body.twentythirteen .col-service-title {
  width: 100%;
  margin-bottom: 30px;
}
body.twentythirteen .col-order-form {
  width: 100%;
  margin-bottom: 30px;
}
body.twentythirteen .col-order-form .service-order-form .order-form-content .wpbooking_order_form:before,
body.twentythirteen .col-order-form .service-order-form .order-form-content .wpbooking_order_form:after {
  display: table;
  content: " ";
}
body.twentythirteen .col-order-form .service-order-form .order-form-content .wpbooking_order_form:after {
  clear: both;
}
body.twentythirteen .col-order-form .service-order-form .order-form-content input[type=text] {
  width: 100%;
}
body.twentythirteen .col-order-form .service-order-form .order-form-content .wb-field {
  width: 50%;
  float: left;
  padding: 0px 10px;
}
body.twentythirteen .col-order-form .service-order-form .order-form-content .wb-field label {
  position: relative;
}
body.twentythirteen .col-order-form .service-order-form .order-form-content [type=submit] {
  clear: both;
  display: block;
}
body.twentythirteen .order-information-table {
  border-right: 1px solid #ededed;
}
body.twentythirteen .order-information-table td,
body.twentythirteen .order-information-table th {
  padding: 10px;
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
}
body.twentythirteen .order-information-table th {
  text-transform: none;
}
body.twentythirteen .wb-btn:hover {
  color: white;
}
body.twentythirteen .wb-btn.wb-btn-default:hover {
  color: #333;
}
body.twentythirteen .wpbooking-account-table {
  border-right: 1px solid #ededed;
}
body.twentythirteen .wpbooking-account-table td,
body.twentythirteen .wpbooking-account-table th {
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
}
body.twentythirteen .user-reviews .comment-list > li:after {
  display: none;
}
body.twentythirteen .wpbooking-myaccount-wrap .reply-inbox .wb-send-message-form .message-input textarea {
  width: 100%;
}
body.twentysixteen .entry-content .wpbooking-myaccount-wrap a,
body.twentysixteen .wpbooking-cart-wrap a,
body.twentysixteen .wpbooking-checkout-wrap a {
  box-shadow: none;
}
body.twentytwelve .wb-archive-wrapper {
  padding: 0px;
}
body.twentytwelve .wb-archive-wrapper * {
  box-sizing: border-box;
}
body.twentytwelve .wpbooking_service * {
  box-sizing: border-box;
}
body.twentytwelve .wpbooking-myaccount-wrap * {
  box-sizing: border-box;
}
body.twentytwelve .wpbooking-loop-wrap .service-thumbnail img {
  max-width: 100%;
  margin-bottom: 0;
}
body.twentytwelve .wpbooking-single-content {
  font-size: 13px;
}
body.twentytwelve .wpbooking-single-content .wb-service-title-address .wb-service-title {
  margin-top: 30px;
}
body.twentytwelve .wpbooking-single-content .wb-service-title-address .wb-hotel-star {
  margin-bottom: 10px;
  margin-top: 5px;
}
body.twentytwelve .wpbooking-single-content .wb-tabs a {
  text-decoration: none;
}
body.twentytwelve .wpbooking-single-content .wp-tabs-content .service-map-element {
  min-height: 300px !important;
}
body.twentytwelve .wpbooking-single-content .col-service-reviews-meta .wb-service-reviews-meta {
  padding-top: 30px;
}
body.twentytwelve .wpbooking-single-content .col-service-reviews-meta .wb-service-reviews-meta .wb-reviews-score-box .score-header {
  padding-left: 10px;
}
body.twentytwelve .wpbooking-single-content .col-service-reviews-meta .wb-service-reviews-meta .wb-reviews-score-box {
  min-height: 150px;
}
body.twentytwelve .wpbooking-single-content .col-service-reviews-meta .wb-service-reviews-meta .wb-reviews-score-box .list_review_fields {
  font-size: 13px;
}
body.twentytwelve .wpbooking-single-content .col-service-reviews-meta .wb-service-reviews-meta .wb-reviews-score-box .list_review_fields .rating_title {
  padding-left: 10px;
}
body.twentytwelve .wpbooking-single-content .col-service-reviews-meta .wb-service-reviews-meta .wb-reviews-score-box .list_review_fields .rating {
  font-size: 12px;
}
body.twentytwelve .wpbooking-single-content .col-service-reviews-meta a {
  text-decoration: none;
  color: #666;
}
body.twentytwelve .wpbooking-single-content .service-content-section .service-detail-item {
  font-size: 13px;
  line-height: 1.5;
}
body.twentytwelve .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .room-image img {
  max-width: 100%;
}
body.twentytwelve .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .room-content .room-info .control .img {
  padding: 5px 6px;
  line-height: 1;
}
body.twentytwelve .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .room-book .room-total-price {
  margin-bottom: 10px;
}
body.twentytwelve .wpbooking-single-content .service-content-section .search-room-availablity .content-search-room .loop-room .room-book .room-number {
  width: 80%;
}
body.twentytwelve .wpbooking-single-content #respond form label {
  display: table-row;
}
body.twentytwelve .wpbooking-single-content #respond form input[type="text"] {
  width: 100%;
  padding: 5px;
}
body.twentytwelve .wpbooking-single-content #respond form .comment-form-author {
  margin-right: 5px;
}
body.twentytwelve .wpbooking-single-content #respond form .comment-form-email {
  margin-left: 5px;
}
body.twentytwelve .wpbooking-single-content .wb-reviews-section .comment-list > li .comment-content-wrap .comment-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
body.twentytwelve .wpbooking-single-content .wb-reviews-section .comment-list > li .comment-content-wrap .comment-text {
  font-size: 13px;
}
body.twentytwelve .wpbooking-single-content .wb-reviews-section .comment-list > li .comment-content-wrap .comment-text p {
  line-height: 1.5;
}
body.twentytwelve .wpbooking-single-content .wb-reviews-section .comment-list > li .comment-content-wrap .wpbooking-more-review-detail .review-stats .wpbooking-rating-review-result .rating-title {
  padding: 4px 10px 4px 0;
}
.wpbooking-bootstrap.p10 .row {
  margin-right: -10px;
  margin-left: -10px;
}
.wpbooking-bootstrap.p10 .col-xs-1,
.wpbooking-bootstrap.p10 .col-sm-1,
.wpbooking-bootstrap.p10 .col-md-1,
.wpbooking-bootstrap.p10 .col-lg-1,
.wpbooking-bootstrap.p10 .col-xs-2,
.wpbooking-bootstrap.p10 .col-sm-2,
.wpbooking-bootstrap.p10 .col-md-2,
.wpbooking-bootstrap.p10 .col-lg-2,
.wpbooking-bootstrap.p10 .col-xs-3,
.wpbooking-bootstrap.p10 .col-sm-3,
.wpbooking-bootstrap.p10 .col-md-3,
.wpbooking-bootstrap.p10 .col-lg-3,
.wpbooking-bootstrap.p10 .col-xs-4,
.wpbooking-bootstrap.p10 .col-sm-4,
.wpbooking-bootstrap.p10 .col-md-4,
.wpbooking-bootstrap.p10 .col-lg-4,
.wpbooking-bootstrap.p10 .col-xs-5,
.wpbooking-bootstrap.p10 .col-sm-5,
.wpbooking-bootstrap.p10 .col-md-5,
.wpbooking-bootstrap.p10 .col-lg-5,
.wpbooking-bootstrap.p10 .col-xs-6,
.wpbooking-bootstrap.p10 .col-sm-6,
.wpbooking-bootstrap.p10 .col-md-6,
.wpbooking-bootstrap.p10 .col-lg-6,
.wpbooking-bootstrap.p10 .col-xs-7,
.wpbooking-bootstrap.p10 .col-sm-7,
.wpbooking-bootstrap.p10 .col-md-7,
.wpbooking-bootstrap.p10 .col-lg-7,
.wpbooking-bootstrap.p10 .col-xs-8,
.wpbooking-bootstrap.p10 .col-sm-8,
.wpbooking-bootstrap.p10 .col-md-8,
.wpbooking-bootstrap.p10 .col-lg-8,
.wpbooking-bootstrap.p10 .col-xs-9,
.wpbooking-bootstrap.p10 .col-sm-9,
.wpbooking-bootstrap.p10 .col-md-9,
.wpbooking-bootstrap.p10 .col-lg-9,
.wpbooking-bootstrap.p10 .col-xs-10,
.wpbooking-bootstrap.p10 .col-sm-10,
.wpbooking-bootstrap.p10 .col-md-10,
.wpbooking-bootstrap.p10 .col-lg-10,
.wpbooking-bootstrap.p10 .col-xs-11,
.wpbooking-bootstrap.p10 .col-sm-11,
.wpbooking-bootstrap.p10 .col-md-11,
.wpbooking-bootstrap.p10 .col-lg-11,
.wpbooking-bootstrap.p10 .col-xs-12,
.wpbooking-bootstrap.p10 .col-sm-12,
.wpbooking-bootstrap.p10 .col-md-12,
.wpbooking-bootstrap.p10 .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.wpbooking-bootstrap.p5 .row {
  margin-right: -5px;
  margin-left: -5px;
}
.wpbooking-bootstrap.p5 .col-xs-1,
.wpbooking-bootstrap.p5 .col-sm-1,
.wpbooking-bootstrap.p5 .col-md-1,
.wpbooking-bootstrap.p5 .col-lg-1,
.wpbooking-bootstrap.p5 .col-xs-2,
.wpbooking-bootstrap.p5 .col-sm-2,
.wpbooking-bootstrap.p5 .col-md-2,
.wpbooking-bootstrap.p5 .col-lg-2,
.wpbooking-bootstrap.p5 .col-xs-3,
.wpbooking-bootstrap.p5 .col-sm-3,
.wpbooking-bootstrap.p5 .col-md-3,
.wpbooking-bootstrap.p5 .col-lg-3,
.wpbooking-bootstrap.p5 .col-xs-4,
.wpbooking-bootstrap.p5 .col-sm-4,
.wpbooking-bootstrap.p5 .col-md-4,
.wpbooking-bootstrap.p5 .col-lg-4,
.wpbooking-bootstrap.p5 .col-xs-5,
.wpbooking-bootstrap.p5 .col-sm-5,
.wpbooking-bootstrap.p5 .col-md-5,
.wpbooking-bootstrap.p5 .col-lg-5,
.wpbooking-bootstrap.p5 .col-xs-6,
.wpbooking-bootstrap.p5 .col-sm-6,
.wpbooking-bootstrap.p5 .col-md-6,
.wpbooking-bootstrap.p5 .col-lg-6,
.wpbooking-bootstrap.p5 .col-xs-7,
.wpbooking-bootstrap.p5 .col-sm-7,
.wpbooking-bootstrap.p5 .col-md-7,
.wpbooking-bootstrap.p5 .col-lg-7,
.wpbooking-bootstrap.p5 .col-xs-8,
.wpbooking-bootstrap.p5 .col-sm-8,
.wpbooking-bootstrap.p5 .col-md-8,
.wpbooking-bootstrap.p5 .col-lg-8,
.wpbooking-bootstrap.p5 .col-xs-9,
.wpbooking-bootstrap.p5 .col-sm-9,
.wpbooking-bootstrap.p5 .col-md-9,
.wpbooking-bootstrap.p5 .col-lg-9,
.wpbooking-bootstrap.p5 .col-xs-10,
.wpbooking-bootstrap.p5 .col-sm-10,
.wpbooking-bootstrap.p5 .col-md-10,
.wpbooking-bootstrap.p5 .col-lg-10,
.wpbooking-bootstrap.p5 .col-xs-11,
.wpbooking-bootstrap.p5 .col-sm-11,
.wpbooking-bootstrap.p5 .col-md-11,
.wpbooking-bootstrap.p5 .col-lg-11,
.wpbooking-bootstrap.p5 .col-xs-12,
.wpbooking-bootstrap.p5 .col-sm-12,
.wpbooking-bootstrap.p5 .col-md-12,
.wpbooking-bootstrap.p5 .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
.wpbooking-bootstrap .row:before,
.wpbooking-bootstrap .row:after {
  display: table;
  content: " ";
}
.wpbooking-bootstrap .row:after {
  clear: both;
}
.wpbooking-bootstrap .form-group {
  margin-bottom: 15px;
}
.wpbooking-bootstrap .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.wpbooking-bootstrap .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.wpbooking-bootstrap .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.wpbooking-bootstrap .form-control:-ms-input-placeholder {
  color: #999;
}
.wpbooking-bootstrap .form-control::-webkit-input-placeholder {
  color: #999;
}
.wpbooking-bootstrap .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.wpbooking-bootstrap .form-control[disabled],
.wpbooking-bootstrap .form-control[readonly],
.wpbooking-bootstrap fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.wpbooking-bootstrap .form-control[disabled],
.wpbooking-bootstrap fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.wpbooking-bootstrap textarea.form-control {
  height: auto;
}
.wpbooking-bootstrap label {
  display: inline-block;
  /*font-weight: 700;*/
  margin-bottom: 5px;
  max-width: 100%;
}
.wpbooking-bootstrap .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .wpbooking-bootstrap .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .wpbooking-bootstrap .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .wpbooking-bootstrap .container {
    width: 1170px;
  }
}
.wpbooking-bootstrap .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.wpbooking-bootstrap .row {
  margin-right: -15px;
  margin-left: -15px;
}
.wpbooking-bootstrap .col-xs-1,
.wpbooking-bootstrap .col-sm-1,
.wpbooking-bootstrap .col-md-1,
.wpbooking-bootstrap .col-lg-1,
.wpbooking-bootstrap .col-xs-2,
.wpbooking-bootstrap .col-sm-2,
.wpbooking-bootstrap .col-md-2,
.wpbooking-bootstrap .col-lg-2,
.wpbooking-bootstrap .col-xs-3,
.wpbooking-bootstrap .col-sm-3,
.wpbooking-bootstrap .col-md-3,
.wpbooking-bootstrap .col-lg-3,
.wpbooking-bootstrap .col-xs-4,
.wpbooking-bootstrap .col-sm-4,
.wpbooking-bootstrap .col-md-4,
.wpbooking-bootstrap .col-lg-4,
.wpbooking-bootstrap .col-xs-5,
.wpbooking-bootstrap .col-sm-5,
.wpbooking-bootstrap .col-md-5,
.wpbooking-bootstrap .col-lg-5,
.wpbooking-bootstrap .col-xs-6,
.wpbooking-bootstrap .col-sm-6,
.wpbooking-bootstrap .col-md-6,
.wpbooking-bootstrap .col-lg-6,
.wpbooking-bootstrap .col-xs-7,
.wpbooking-bootstrap .col-sm-7,
.wpbooking-bootstrap .col-md-7,
.wpbooking-bootstrap .col-lg-7,
.wpbooking-bootstrap .col-xs-8,
.wpbooking-bootstrap .col-sm-8,
.wpbooking-bootstrap .col-md-8,
.wpbooking-bootstrap .col-lg-8,
.wpbooking-bootstrap .col-xs-9,
.wpbooking-bootstrap .col-sm-9,
.wpbooking-bootstrap .col-md-9,
.wpbooking-bootstrap .col-lg-9,
.wpbooking-bootstrap .col-xs-10,
.wpbooking-bootstrap .col-sm-10,
.wpbooking-bootstrap .col-md-10,
.wpbooking-bootstrap .col-lg-10,
.wpbooking-bootstrap .col-xs-11,
.wpbooking-bootstrap .col-sm-11,
.wpbooking-bootstrap .col-md-11,
.wpbooking-bootstrap .col-lg-11,
.wpbooking-bootstrap .col-xs-12,
.wpbooking-bootstrap .col-sm-12,
.wpbooking-bootstrap .col-md-12,
.wpbooking-bootstrap .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.wpbooking-bootstrap .col-xs-1,
.wpbooking-bootstrap .col-xs-2,
.wpbooking-bootstrap .col-xs-3,
.wpbooking-bootstrap .col-xs-4,
.wpbooking-bootstrap .col-xs-5,
.wpbooking-bootstrap .col-xs-6,
.wpbooking-bootstrap .col-xs-7,
.wpbooking-bootstrap .col-xs-8,
.wpbooking-bootstrap .col-xs-9,
.wpbooking-bootstrap .col-xs-10,
.wpbooking-bootstrap .col-xs-11,
.wpbooking-bootstrap .col-xs-12 {
  float: left;
}
.wpbooking-bootstrap .col-xs-12 {
  width: 100%;
}
.wpbooking-bootstrap .col-xs-11 {
  width: 91.66666667%;
}
.wpbooking-bootstrap .col-xs-10 {
  width: 83.33333333%;
}
.wpbooking-bootstrap .col-xs-9 {
  width: 75%;
}
.wpbooking-bootstrap .col-xs-8 {
  width: 66.66666667%;
}
.wpbooking-bootstrap .col-xs-7 {
  width: 58.33333333%;
}
.wpbooking-bootstrap .col-xs-6 {
  width: 50%;
}
.wpbooking-bootstrap .col-xs-5 {
  width: 41.66666667%;
}
.wpbooking-bootstrap .col-xs-4 {
  width: 33.33333333%;
}
.wpbooking-bootstrap .col-xs-3 {
  width: 25%;
}
.wpbooking-bootstrap .col-xs-2 {
  width: 16.66666667%;
}
.wpbooking-bootstrap .col-xs-1 {
  width: 8.33333333%;
}
.wpbooking-bootstrap .col-xs-pull-12 {
  right: 100%;
}
.wpbooking-bootstrap .col-xs-pull-11 {
  right: 91.66666667%;
}
.wpbooking-bootstrap .col-xs-pull-10 {
  right: 83.33333333%;
}
.wpbooking-bootstrap .col-xs-pull-9 {
  right: 75%;
}
.wpbooking-bootstrap .col-xs-pull-8 {
  right: 66.66666667%;
}
.wpbooking-bootstrap .col-xs-pull-7 {
  right: 58.33333333%;
}
.wpbooking-bootstrap .col-xs-pull-6 {
  right: 50%;
}
.wpbooking-bootstrap .col-xs-pull-5 {
  right: 41.66666667%;
}
.wpbooking-bootstrap .col-xs-pull-4 {
  right: 33.33333333%;
}
.wpbooking-bootstrap .col-xs-pull-3 {
  right: 25%;
}
.wpbooking-bootstrap .col-xs-pull-2 {
  right: 16.66666667%;
}
.wpbooking-bootstrap .col-xs-pull-1 {
  right: 8.33333333%;
}
.wpbooking-bootstrap .col-xs-pull-0 {
  right: auto;
}
.wpbooking-bootstrap .col-xs-push-12 {
  left: 100%;
}
.wpbooking-bootstrap .col-xs-push-11 {
  left: 91.66666667%;
}
.wpbooking-bootstrap .col-xs-push-10 {
  left: 83.33333333%;
}
.wpbooking-bootstrap .col-xs-push-9 {
  left: 75%;
}
.wpbooking-bootstrap .col-xs-push-8 {
  left: 66.66666667%;
}
.wpbooking-bootstrap .col-xs-push-7 {
  left: 58.33333333%;
}
.wpbooking-bootstrap .col-xs-push-6 {
  left: 50%;
}
.wpbooking-bootstrap .col-xs-push-5 {
  left: 41.66666667%;
}
.wpbooking-bootstrap .col-xs-push-4 {
  left: 33.33333333%;
}
.wpbooking-bootstrap .col-xs-push-3 {
  left: 25%;
}
.wpbooking-bootstrap .col-xs-push-2 {
  left: 16.66666667%;
}
.wpbooking-bootstrap .col-xs-push-1 {
  left: 8.33333333%;
}
.wpbooking-bootstrap .col-xs-push-0 {
  left: auto;
}
.wpbooking-bootstrap .col-xs-offset-12 {
  margin-left: 100%;
}
.wpbooking-bootstrap .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.wpbooking-bootstrap .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.wpbooking-bootstrap .col-xs-offset-9 {
  margin-left: 75%;
}
.wpbooking-bootstrap .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.wpbooking-bootstrap .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.wpbooking-bootstrap .col-xs-offset-6 {
  margin-left: 50%;
}
.wpbooking-bootstrap .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.wpbooking-bootstrap .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.wpbooking-bootstrap .col-xs-offset-3 {
  margin-left: 25%;
}
.wpbooking-bootstrap .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.wpbooking-bootstrap .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.wpbooking-bootstrap .col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .wpbooking-bootstrap .col-sm-1,
  .wpbooking-bootstrap .col-sm-2,
  .wpbooking-bootstrap .col-sm-3,
  .wpbooking-bootstrap .col-sm-4,
  .wpbooking-bootstrap .col-sm-5,
  .wpbooking-bootstrap .col-sm-6,
  .wpbooking-bootstrap .col-sm-7,
  .wpbooking-bootstrap .col-sm-8,
  .wpbooking-bootstrap .col-sm-9,
  .wpbooking-bootstrap .col-sm-10,
  .wpbooking-bootstrap .col-sm-11,
  .wpbooking-bootstrap .col-sm-12 {
    float: left;
  }
  .wpbooking-bootstrap .col-sm-12 {
    width: 100%;
  }
  .wpbooking-bootstrap .col-sm-11 {
    width: 91.66666667%;
  }
  .wpbooking-bootstrap .col-sm-10 {
    width: 83.33333333%;
  }
  .wpbooking-bootstrap .col-sm-9 {
    width: 75%;
  }
  .wpbooking-bootstrap .col-sm-8 {
    width: 66.66666667%;
  }
  .wpbooking-bootstrap .col-sm-7 {
    width: 58.33333333%;
  }
  .wpbooking-bootstrap .col-sm-6 {
    width: 50%;
  }
  .wpbooking-bootstrap .col-sm-5 {
    width: 41.66666667%;
  }
  .wpbooking-bootstrap .col-sm-4 {
    width: 33.33333333%;
  }
  .wpbooking-bootstrap .col-sm-3 {
    width: 25%;
  }
  .wpbooking-bootstrap .col-sm-2 {
    width: 16.66666667%;
  }
  .wpbooking-bootstrap .col-sm-1 {
    width: 8.33333333%;
  }
  .wpbooking-bootstrap .col-sm-pull-12 {
    right: 100%;
  }
  .wpbooking-bootstrap .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .wpbooking-bootstrap .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .wpbooking-bootstrap .col-sm-pull-9 {
    right: 75%;
  }
  .wpbooking-bootstrap .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .wpbooking-bootstrap .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .wpbooking-bootstrap .col-sm-pull-6 {
    right: 50%;
  }
  .wpbooking-bootstrap .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .wpbooking-bootstrap .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .wpbooking-bootstrap .col-sm-pull-3 {
    right: 25%;
  }
  .wpbooking-bootstrap .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .wpbooking-bootstrap .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .wpbooking-bootstrap .col-sm-pull-0 {
    right: auto;
  }
  .wpbooking-bootstrap .col-sm-push-12 {
    left: 100%;
  }
  .wpbooking-bootstrap .col-sm-push-11 {
    left: 91.66666667%;
  }
  .wpbooking-bootstrap .col-sm-push-10 {
    left: 83.33333333%;
  }
  .wpbooking-bootstrap .col-sm-push-9 {
    left: 75%;
  }
  .wpbooking-bootstrap .col-sm-push-8 {
    left: 66.66666667%;
  }
  .wpbooking-bootstrap .col-sm-push-7 {
    left: 58.33333333%;
  }
  .wpbooking-bootstrap .col-sm-push-6 {
    left: 50%;
  }
  .wpbooking-bootstrap .col-sm-push-5 {
    left: 41.66666667%;
  }
  .wpbooking-bootstrap .col-sm-push-4 {
    left: 33.33333333%;
  }
  .wpbooking-bootstrap .col-sm-push-3 {
    left: 25%;
  }
  .wpbooking-bootstrap .col-sm-push-2 {
    left: 16.66666667%;
  }
  .wpbooking-bootstrap .col-sm-push-1 {
    left: 8.33333333%;
  }
  .wpbooking-bootstrap .col-sm-push-0 {
    left: auto;
  }
  .wpbooking-bootstrap .col-sm-offset-12 {
    margin-left: 100%;
  }
  .wpbooking-bootstrap .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .wpbooking-bootstrap .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .wpbooking-bootstrap .col-sm-offset-9 {
    margin-left: 75%;
  }
  .wpbooking-bootstrap .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .wpbooking-bootstrap .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .wpbooking-bootstrap .col-sm-offset-6 {
    margin-left: 50%;
  }
  .wpbooking-bootstrap .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .wpbooking-bootstrap .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .wpbooking-bootstrap .col-sm-offset-3 {
    margin-left: 25%;
  }
  .wpbooking-bootstrap .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .wpbooking-bootstrap .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .wpbooking-bootstrap .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .wpbooking-bootstrap .col-md-1,
  .wpbooking-bootstrap .col-md-2,
  .wpbooking-bootstrap .col-md-3,
  .wpbooking-bootstrap .col-md-4,
  .wpbooking-bootstrap .col-md-5,
  .wpbooking-bootstrap .col-md-6,
  .wpbooking-bootstrap .col-md-7,
  .wpbooking-bootstrap .col-md-8,
  .wpbooking-bootstrap .col-md-9,
  .wpbooking-bootstrap .col-md-10,
  .wpbooking-bootstrap .col-md-11,
  .wpbooking-bootstrap .col-md-12 {
    float: left;
  }
  .wpbooking-bootstrap .col-md-12 {
    width: 100%;
  }
  .wpbooking-bootstrap .col-md-11 {
    width: 91.66666667%;
  }
  .wpbooking-bootstrap .col-md-10 {
    width: 83.33333333%;
  }
  .wpbooking-bootstrap .col-md-9 {
    width: 75%;
  }
  .wpbooking-bootstrap .col-md-8 {
    width: 66.66666667%;
  }
  .wpbooking-bootstrap .col-md-7 {
    width: 58.33333333%;
  }
  .wpbooking-bootstrap .col-md-6 {
    width: 50%;
  }
  .wpbooking-bootstrap .col-md-5 {
    width: 41.66666667%;
  }
  .wpbooking-bootstrap .col-md-4 {
    width: 33.33333333%;
  }
  .wpbooking-bootstrap .col-md-3 {
    width: 25%;
  }
  .wpbooking-bootstrap .col-md-2 {
    width: 16.66666667%;
  }
  .wpbooking-bootstrap .col-md-1 {
    width: 8.33333333%;
  }
  .wpbooking-bootstrap .col-md-pull-12 {
    right: 100%;
  }
  .wpbooking-bootstrap .col-md-pull-11 {
    right: 91.66666667%;
  }
  .wpbooking-bootstrap .col-md-pull-10 {
    right: 83.33333333%;
  }
  .wpbooking-bootstrap .col-md-pull-9 {
    right: 75%;
  }
  .wpbooking-bootstrap .col-md-pull-8 {
    right: 66.66666667%;
  }
  .wpbooking-bootstrap .col-md-pull-7 {
    right: 58.33333333%;
  }
  .wpbooking-bootstrap .col-md-pull-6 {
    right: 50%;
  }
  .wpbooking-bootstrap .col-md-pull-5 {
    right: 41.66666667%;
  }
  .wpbooking-bootstrap .col-md-pull-4 {
    right: 33.33333333%;
  }
  .wpbooking-bootstrap .col-md-pull-3 {
    right: 25%;
  }
  .wpbooking-bootstrap .col-md-pull-2 {
    right: 16.66666667%;
  }
  .wpbooking-bootstrap .col-md-pull-1 {
    right: 8.33333333%;
  }
  .wpbooking-bootstrap .col-md-pull-0 {
    right: auto;
  }
  .wpbooking-bootstrap .col-md-push-12 {
    left: 100%;
  }
  .wpbooking-bootstrap .col-md-push-11 {
    left: 91.66666667%;
  }
  .wpbooking-bootstrap .col-md-push-10 {
    left: 83.33333333%;
  }
  .wpbooking-bootstrap .col-md-push-9 {
    left: 75%;
  }
  .wpbooking-bootstrap .col-md-push-8 {
    left: 66.66666667%;
  }
  .wpbooking-bootstrap .col-md-push-7 {
    left: 58.33333333%;
  }
  .wpbooking-bootstrap .col-md-push-6 {
    left: 50%;
  }
  .wpbooking-bootstrap .col-md-push-5 {
    left: 41.66666667%;
  }
  .wpbooking-bootstrap .col-md-push-4 {
    left: 33.33333333%;
  }
  .wpbooking-bootstrap .col-md-push-3 {
    left: 25%;
  }
  .wpbooking-bootstrap .col-md-push-2 {
    left: 16.66666667%;
  }
  .wpbooking-bootstrap .col-md-push-1 {
    left: 8.33333333%;
  }
  .wpbooking-bootstrap .col-md-push-0 {
    left: auto;
  }
  .wpbooking-bootstrap .col-md-offset-12 {
    margin-left: 100%;
  }
  .wpbooking-bootstrap .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .wpbooking-bootstrap .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .wpbooking-bootstrap .col-md-offset-9 {
    margin-left: 75%;
  }
  .wpbooking-bootstrap .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .wpbooking-bootstrap .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .wpbooking-bootstrap .col-md-offset-6 {
    margin-left: 50%;
  }
  .wpbooking-bootstrap .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .wpbooking-bootstrap .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .wpbooking-bootstrap .col-md-offset-3 {
    margin-left: 25%;
  }
  .wpbooking-bootstrap .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .wpbooking-bootstrap .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .wpbooking-bootstrap .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .wpbooking-bootstrap .col-lg-1,
  .wpbooking-bootstrap .col-lg-2,
  .wpbooking-bootstrap .col-lg-3,
  .wpbooking-bootstrap .col-lg-4,
  .wpbooking-bootstrap .col-lg-5,
  .wpbooking-bootstrap .col-lg-6,
  .wpbooking-bootstrap .col-lg-7,
  .wpbooking-bootstrap .col-lg-8,
  .wpbooking-bootstrap .col-lg-9,
  .wpbooking-bootstrap .col-lg-10,
  .wpbooking-bootstrap .col-lg-11,
  .wpbooking-bootstrap .col-lg-12 {
    float: left;
  }
  .wpbooking-bootstrap .col-lg-12 {
    width: 100%;
  }
  .wpbooking-bootstrap .col-lg-11 {
    width: 91.66666667%;
  }
  .wpbooking-bootstrap .col-lg-10 {
    width: 83.33333333%;
  }
  .wpbooking-bootstrap .col-lg-9 {
    width: 75%;
  }
  .wpbooking-bootstrap .col-lg-8 {
    width: 66.66666667%;
  }
  .wpbooking-bootstrap .col-lg-7 {
    width: 58.33333333%;
  }
  .wpbooking-bootstrap .col-lg-6 {
    width: 50%;
  }
  .wpbooking-bootstrap .col-lg-5 {
    width: 41.66666667%;
  }
  .wpbooking-bootstrap .col-lg-4 {
    width: 33.33333333%;
  }
  .wpbooking-bootstrap .col-lg-3 {
    width: 25%;
  }
  .wpbooking-bootstrap .col-lg-2 {
    width: 16.66666667%;
  }
  .wpbooking-bootstrap .col-lg-1 {
    width: 8.33333333%;
  }
  .wpbooking-bootstrap .col-lg-pull-12 {
    right: 100%;
  }
  .wpbooking-bootstrap .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .wpbooking-bootstrap .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .wpbooking-bootstrap .col-lg-pull-9 {
    right: 75%;
  }
  .wpbooking-bootstrap .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .wpbooking-bootstrap .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .wpbooking-bootstrap .col-lg-pull-6 {
    right: 50%;
  }
  .wpbooking-bootstrap .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .wpbooking-bootstrap .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .wpbooking-bootstrap .col-lg-pull-3 {
    right: 25%;
  }
  .wpbooking-bootstrap .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .wpbooking-bootstrap .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .wpbooking-bootstrap .col-lg-pull-0 {
    right: auto;
  }
  .wpbooking-bootstrap .col-lg-push-12 {
    left: 100%;
  }
  .wpbooking-bootstrap .col-lg-push-11 {
    left: 91.66666667%;
  }
  .wpbooking-bootstrap .col-lg-push-10 {
    left: 83.33333333%;
  }
  .wpbooking-bootstrap .col-lg-push-9 {
    left: 75%;
  }
  .wpbooking-bootstrap .col-lg-push-8 {
    left: 66.66666667%;
  }
  .wpbooking-bootstrap .col-lg-push-7 {
    left: 58.33333333%;
  }
  .wpbooking-bootstrap .col-lg-push-6 {
    left: 50%;
  }
  .wpbooking-bootstrap .col-lg-push-5 {
    left: 41.66666667%;
  }
  .wpbooking-bootstrap .col-lg-push-4 {
    left: 33.33333333%;
  }
  .wpbooking-bootstrap .col-lg-push-3 {
    left: 25%;
  }
  .wpbooking-bootstrap .col-lg-push-2 {
    left: 16.66666667%;
  }
  .wpbooking-bootstrap .col-lg-push-1 {
    left: 8.33333333%;
  }
  .wpbooking-bootstrap .col-lg-push-0 {
    left: auto;
  }
  .wpbooking-bootstrap .col-lg-offset-12 {
    margin-left: 100%;
  }
  .wpbooking-bootstrap .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .wpbooking-bootstrap .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .wpbooking-bootstrap .col-lg-offset-9 {
    margin-left: 75%;
  }
  .wpbooking-bootstrap .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .wpbooking-bootstrap .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .wpbooking-bootstrap .col-lg-offset-6 {
    margin-left: 50%;
  }
  .wpbooking-bootstrap .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .wpbooking-bootstrap .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .wpbooking-bootstrap .col-lg-offset-3 {
    margin-left: 25%;
  }
  .wpbooking-bootstrap .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .wpbooking-bootstrap .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .wpbooking-bootstrap .col-lg-offset-0 {
    margin-left: 0;
  }
}
#rc-imageselect,
.g-recaptcha {
  transform: scale(0.85);
  -webkit-transform: scale(0.88 ss);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.tooltip_desc {
  position: relative;
  display: inline-block;
}
.tooltip_desc > i {
  font-size: 17px;
}
.tooltip_desc .tooltip_content {
  background: #f0ad4e none repeat scroll 0 0;
  bottom: 100%;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  color: white;
  display: none;
  font-size: 13px;
  font-weight: 300;
  left: 50%;
  margin-bottom: 7px;
  padding: 5px 15px !important;
  position: absolute !important;
  transform: translateX(-50%);
  white-space: nowrap;
}
.tooltip_desc:hover .tooltip_content {
  display: block;
}
.tooltip_desc:hover:after {
  display: block;
}
.wb-btn {
  margin-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
  width: auto;
  color: white;
  padding: 7px 12px;
  font-weight: normal;
}
.wb-btn.wb-btn-default {
  background: #f0ad4e;
  border: 1px solid #f0ad4e;
}
.wb-btn.wb-btn-default:hover {
  color: white;
}
.wb-btn.wb-btn-sm {
  padding: 5px 10px;
}
.wb-btn.wb-btn-lg {
  padding: 9px 16px;
}
.button_show_price {
  background: #f0ad4e none repeat scroll 0 0;
  border-color: #f0ad4e;
  font-size: 12px;
  padding: 5px 10px;
}
.term_condition {
  border: none !important;
  color: #f0ad4e;
}
.mgt-10 {
  margin-top: 10px;
}
.wb-hide {
  display: none;
}
/*---------- Tour -----------*/
.wpbooking-single-content .wb-service-contact {
  display: inline-flex;
  font-size: 14px;
  width: 100%;
}
.wpbooking-single-content .wb-service-contact .wb-meta-contact {
  margin-right: 10px;
  color: #777;
}
.wpbooking-single-content .wb-service-contact .wb-meta-contact a {
  color: #777;
}
.wpbooking-single-content .wb-service-contact .wb-meta-contact a:hover {
  color: #333;
}
.tour-single .wb-service-title-address {
  width: 100%;
}
.wb-contact-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.wb-contact-list li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
  color: #666666;
  font-size: 14px;
}
.wb-contact-list li a {
  color: inherit;
}
.wb-contact-list li a:hover {
  text-decoration: none;
}
.wb-contact-list li i {
  display: inline-block;
  margin-right: 0px;
}
.service-type-tour .wpbooking-single-content .wb-price-html {
  width: auto;
  float: none;
}
.service-type-tour .wpbooking-single-content .wb-service-title-address {
  width: 100%;
}
.service-type-tour .wb-tour-booking-form {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
.service-type-tour .wb-tour-booking-form .wb-price-html {
  text-align: left;
  padding: 10px 15px !important;
  border-bottom: 1px solid #ddd;
}
.service-type-tour .wb-tour-booking-form .wb-tour-form-wrap {
  padding: 20px 15px;
  font-size: 14px;
  background: #fafafa;
}
.service-type-tour .wb-tour-booking-form .wb-tour-form-wrap .btn_extra {
  color: #f0ad4e;
  cursor: pointer;
  font-size: 12px;
  font-style: italic;
  text-decoration: underline;
}
.service-type-tour .wb-tour-booking-form .wb-tour-form-wrap .more-extra {
  display: none;
}
.service-type-tour .wb-tour-booking-form .wb-tour-form-wrap .more-extra label .price {
  float: right;
}
.service-type-tour .wb-tour-booking-form .wb-tour-form-wrap .wpbooking-form-control {
  margin-bottom: 5px;
}
.service-type-tour .wb-tour-booking-form .wb-tour-form-wrap .wpbooking-form-control select.wpbooking-form-control {
  width: 100%;
  background: #fff;
  padding: 5px;
  font-size: 14px;
  color: #777;
  border: 1px solid #dfdfdf;
}
.service-type-tour .wb-tour-booking-form .wb-tour-form-wrap .departure-date-control i.fa {
  width: 25px;
  font-size: 17px;
}
.service-type-tour .wb-tour-booking-form .wb-tour-form-wrap .departure-date-control select {
  background: #fff;
  padding: 5px;
  font-size: 14px;
  color: #777;
  border: 1px solid #dfdfdf;
}
.service-type-tour .wb-tour-booking-form .wb-tour-form-wrap .departure-date-control select.wb-departure-date {
  width: 60px;
  margin-right: 10px;
}
.service-type-tour .wb-tour-booking-form .wb-tour-form-wrap .departure-date-control select.wb-departure-month {
  width: calc(100% - 105px);
}
.service-type-tour .wb-tour-booking-form .wb-tour-form-wrap .controls {
  margin-top: 7px;
}
.service-type-tour .wb-tour-booking-form .wb-tour-form-wrap .wb-button.wb-order-button {
  margin-top: 10px;
  text-transform: uppercase;
  background: #f0ad4e;
  border: 1px solid #f0ad4e;
  font-size: 14px;
  color: white;
  padding: 8px 35px;
  font-weight: normal;
}
.service-type-tour .wb-tour-booking-form .wb-order-button .fa {
  display: none;
}
.service-type-tour .wb-tour-booking-form.loading .wb-order-button .fa {
  display: inline-block;
}
.service-type-tour .wb-tour-meta {
  margin-top: 30px;
}
.service-type-tour .wb-tour-meta .list-meta {
  display: inline-flex;
  list-style: none;
  width: 100%;
  background: #fafafa;
  margin-bottom: 0;
  border: 1px solid #ddd;
  margin-left: 0 !important;
}
.service-type-tour .wb-tour-meta .list-meta li {
  font-size: 14px;
  padding: 10px;
}
.service-type-tour .wb-tour-meta .list-meta li.tour_type {
  width: 28%;
}
.service-type-tour .wb-tour-meta .list-meta li.max_people {
  width: 30%;
}
.service-type-tour .wb-tour-meta .list-meta li.duration {
  width: 42%;
}
.service-type-tour .wb-service-reviews-meta {
  padding-top: 0 !important;
  margin-top: -24px;
}
@media (max-width: 1200px) {
  .service-type-tour .wb-service-reviews-meta {
    margin-top: 30px;
  }
}
.review-order-item-title .change-date {
  color: #f0ad4e;
  border: none;
}
