/**
 * AweBooking Layout
 */
.apb-product_thumb .owl-prev, .apb-fc-prev,
.apb-product_thumb .owl-next,
.apb-fc-next {
  font-family: 'Awebooking';
  color: #b7b7b7; }

.apb-product_thumb .owl-prev:after, .apb-fc-prev:after,
.apb-product_thumb .owl-next:after,
.apb-fc-next:after {
  font-size: 12px; }

.apb-product_thumb .owl-prev:after, .apb-fc-prev:after {
  content: "\e901"; }

.apb-product_thumb .owl-next:after, .apb-fc-next:after {
  content: "\e900"; }

/**
 * Bootstrap Modal.
 */
.apb-modal-open {
  overflow: hidden; }

.apb-modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(255, 255, 255, 0.35); }

.apb-modal .apb-modal-dialog {
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.apb-modal.in .apb-modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }

.apb-modal-open .apb-modal {
  overflow-x: hidden;
  overflow-y: auto; }

.apb-modal-dialog {
  position: relative;
  width: auto;
  margin: 15px; }

.apb-modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #eee;
  background-clip: padding-box;
  outline: 0; }

.apb-modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
  position: relative; }

.apb-modal-header .close {
  margin-top: -2px; }

.apb-modal-title {
  margin: 0;
  line-height: 1.42857143; }

.apb-modal-body {
  position: relative;
  padding: 15px; }

.apb-modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

@media (min-width: 601px) {
  .apb-modal-dialog {
    margin: 50px 30px; } }

@media (min-width: 783px) {
  .apb-modal-dialog {
    width: 600px;
    margin: 120px auto 30px; }
  .apb-modal-content {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15); } }

.abp-close-modal {
  color: #999;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 12px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  font-family: serif;
  border-radius: 2px; }
  .abp-close-modal:hover, .abp-close-modal:focus {
    outline: 0;
    background-color: #f9f9f9; }

/* Popup datepicker */
.ui-datepicker.apb-datepicker {
  background-color: white; }

/* APB Month */
.fc-widget-header table {
  margin-bottom: 0; }

@media (min-width: 992px) {
  .apb-month {
    float: left;
    padding: 10px;
    width: 49%; } }

/* Fix fullcalendar */
.fc-day-grid .fc-row {
  height: 42px; }

@media (min-width: 480px) {
  .fc-day-grid .fc-row {
    height: 58px; } }

.apb-loading {
  z-index: 1994;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/* APB TABs
----------------------------------*/
.apb-product_tab {
  padding-top: 30px;
  padding-bottom: 30px; }

.apb-product_tab-panel {
  overflow: hidden; }

.apb-product_tab-header {
  margin: 0 0 30px;
  padding-left: 0;
  list-style: none; }
  .apb-product_tab-header > li {
    display: inline-block; }
  .apb-product_tab-header > li > a {
    position: relative;
    display: inline-block; }
    .apb-product_tab-header > li > a:focus, .apb-product_tab-header > li > a:hover {
      outline: 0;
      text-decoration: none; }

.apb-pagination {
  margin: 25px 0;
  padding-left: 0;
  border-radius: 0;
  display: inline-block; }
  .apb-pagination > li {
    display: inline; }
    .apb-pagination > li > a,
    .apb-pagination > li > span {
      float: left;
      position: relative;
      padding: 7px 14px;
      display: inline-block;
      text-decoration: none;
      margin-right: 5px; }

/* Sidebar group */
.apb-sidebar_group {
  margin-bottom: 20px; }
  .apb-sidebar_group .label-group {
    display: block; }
  .apb-sidebar_group .apb-field_group {
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px; }
  .apb-sidebar_group .apb-field {
    float: left;
    width: 50%;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px; }

@media (min-width: 480px) {
  .awebooking-wrapper.inline .apb-field {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px; }
  .awebooking-wrapper.inline .apb-btn {
    width: auto;
    display: inline-block;
    padding: 8px 15px;
    vertical-align: middle;
    position: relative;
    top: -1px; } }

/* APB Room Item
----------------------------------*/
/* Room Item */
.apb-room_item {
  margin-bottom: 50px; }
  .apb-room_item::after {
    content: '';
    display: table;
    clear: both; }

.apb-room_img {
  position: relative; }
  .apb-room_img a {
    display: block;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .apb-room_img a:empty {
      display: none; }
    .apb-room_img a:hover, .apb-room_img a:focus {
      opacity: 0.85; }
  .apb-room_img img {
    width: 100%; }
  @media (min-width: 768px) {
    .apb-room_img {
      width: 370px;
      float: left;
      margin-right: 30px; } }
  @media (max-width: 767px) {
    .apb-room_img {
      margin-bottom: 15px; } }

.apb-sale-icon {
  position: absolute;
  display: inline-block;
  width: 64px;
  top: 0;
  left: 0; }

.apb-room_text {
  overflow: hidden;
  line-height: 1.567;
  text-align: left; }
  .apb-room_text ul {
    padding-left: 15px; }

/**
 * AweBooking Theme
 */
/* Fonts */
@font-face {
  font-family: 'Awebooking';
  src: url("../fonts/apbf.ttf?7wxjk4") format("truetype"), url("../fonts/apbf.woff?7wxjk4") format("woff"), url("../fonts/apbf.svg?7wxjk4#apbf") format("svg");
  font-weight: normal;
  font-style: normal; }

.apbf {
  font-family: 'Awebooking' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.apbf-calendar:before {
  content: "\f133"; }

.apbf-select:before {
  content: "\e902"; }

.apbf-next:before {
  content: "\e900"; }

.apbf-prev:before {
  content: "\e901"; }

/* APB Form
----------------------------------*/
.apb-select,
.apb-input.apb-calendar {
  background-color: #FFF;
  border-color: #e4e4e4;
  border-width: 1px;
  border-style: solid;
  color: #333;
  padding: 7px 15px;
  font-size: 12px;
  line-height: 1.42857;
  background-image: none; }
  .apb-select:focus, .apb-select:active,
  .apb-input.apb-calendar:focus,
  .apb-input.apb-calendar:active {
    outline: 0;
    border-color: #E93C4F;
    background-color: #FFF; }

/* Icons Input */
.apb-select,
.apb-input.apb-calendar {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 30px; }

/* APB Field */
.apb-field {
  margin-bottom: 20px; }
  .apb-field > label {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.apb-field-group {
  position: relative; }
  .apb-field-group .fa,
  .apb-field-group .apbf,
  .apb-field-group .icon {
    top: 10px;
    right: 10px;
    position: absolute;
    font-size: 14px;
    color: #b7b7b7;
    pointer-events: none; }
  .apb-field-group .apbf-select {
    top: 20px;
    right: 12px;
    font-size: 10px; }

.apb-alert {
  font-size: 14px;
  padding: 15px 20px;
  background-color: #f7f7f7; }
  .apb-alert.success {
    color: #48710e;
    background-color: #f2fae3; }
  .apb-alert.alert {
    color: #e28327;
    background-color: #fffceb; }

.apb-modal-title {
  text-transform: uppercase; }

.apb-modal-body {
  padding: 0; }
  .apb-modal-body .apb-list-price {
    margin-bottom: 15px; }
    .apb-modal-body .apb-list-price h6 {
      margin-top: 0;
      margin-bottom: 15px;
      padding: 10px 15px;
      font-size: 12px;
      text-transform: uppercase;
      background-color: #f7f7f7; }
  .apb-modal-body .apb-list-price-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    overflow: hidden; }
    .apb-modal-body .apb-list-price-list li {
      padding: 5px 15px;
      width: 50%;
      float: left; }
  .apb-modal-body .list-price-item span {
    font-weight: 700;
    color: #E93C4F; }

/* APB OwlCarousel
----------------------------------*/
/* Preloader */
.apb-product_image:not(.apb-owl-carousel),
.apb-product_thumb:not(.apb-owl-carousel) {
  overflow: hidden;
  position: relative;
  z-index: 5; }
  .apb-product_image:not(.apb-owl-carousel):after,
  .apb-product_thumb:not(.apb-owl-carousel):after {
    content: '';
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../img/loading.gif") no-repeat center rgba(255, 255, 255, 0.95);
    background-size: 32px; }
  .apb-product_image:not(.apb-owl-carousel) .apb-product_thumb_item,
  .apb-product_image:not(.apb-owl-carousel) .apb-product_image_item,
  .apb-product_thumb:not(.apb-owl-carousel) .apb-product_thumb_item,
  .apb-product_thumb:not(.apb-owl-carousel) .apb-product_image_item {
    float: left; }

.apb-product_image:not(.apb-owl-carousel) {
  height: 550px; }
  .apb-product_image:not(.apb-owl-carousel) .apb-product_image_item {
    width: 100%; }

.apb-product_thumb:not(.apb-owl-carousel) {
  height: 80px; }

/* APB Product Carousel */
.apb-product_image {
  margin-bottom: 10px; }
  .apb-product_image .apb-product_image_item {
    background-color: #f7f7f7;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px; }

.apb-product_thumb .apb-product_thumb_item {
  padding-left: 5px;
  padding-right: 5px; }

.apb-product_thumb .apb-product_thumb_item > a {
  display: block;
  position: relative; }
  .apb-product_thumb .apb-product_thumb_item > a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .apb-product_thumb .apb-product_thumb_item > a img {
    width: 100%; }

.apb-product_thumb .owl-item.synced > .apb-product_thumb_item > a:after {
  opacity: 1;
  visibility: visible; }

.apb-product_thumb .owl-next,
.apb-product_thumb .owl-prev {
  top: 0;
  z-index: 10;
  position: absolute;
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -100px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.apb-product_thumb .owl-prev {
  left: 0; }

.apb-product_thumb .owl-next {
  right: 0; }

@media (min-width: 992px) {
  .apb-product_thumb .owl-next,
  .apb-product_thumb .owl-prev {
    opacity: 0;
    visibility: hidden; }
  .apb-product_thumb .owl-prev {
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
  .apb-product_thumb .owl-next {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
  .apb-product_thumb:hover .owl-next,
  .apb-product_thumb:hover .owl-prev {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

/* APB Loading
----------------------------------*/
.apb-loading {
  background-color: rgba(255, 255, 255, 0.95); }
  .apb-loading > span {
    background: url(../img/loading.gif) no-repeat center center;
    background-size: 30px 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    overflow: hidden;
    text-indent: -2048px;
    display: inline-block; }

/* APB TABs
----------------------------------*/
.apb-product_tab-header {
  margin: 0 0 30px;
  padding-left: 0;
  text-align: center;
  border-bottom: solid 2px #f7f7f7; }
  .apb-product_tab-header > li > a {
    font-weight: 700;
    padding: 10px 15px;
    color: #333;
    text-transform: uppercase; }
  .apb-product_tab-header > li.active > a:after {
    content: '';
    height: 2px;
    background-color: #E93C4F;
    display: block;
    position: absolute;
    width: 100%;
    bottom: -2px;
    left: 0; }

.apb-pagination > li > a,
.apb-pagination > li > span {
  color: #b7b7b7;
  line-height: 1.42857;
  background-color: #f7f7f7;
  border: 1px solid transparent; }
  .apb-pagination > li > a:hover, .apb-pagination > li > a:focus,
  .apb-pagination > li > span:hover,
  .apb-pagination > li > span:focus {
    color: #b7b7b7;
    background-color: #f7f7f7; }

.apb-pagination > li.active > a,
.apb-pagination > li.active > span {
  color: #b7b7b7;
  background-color: #f7f7f7; }

.readmore-price {
  font-size: 12px;
  text-decoration: underline;
  display: inline-block;
  margin-left: 10px; }

.apb-room .apb-room_amount {
  font-size: 16px;
  font-weight: 700; }

.apb-remain-room {
  color: #999;
  font-style: italic; }

/**/
.apb-room-selected_item h6 {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 10px 0 0;
  line-height: 1.428em; }

.apb-room-selected_item .apb-option {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.428em;
  font-size: 12px; }

.apb-room-selected_item .apb-room-seleted_name {
  overflow: hidden;
  margin-top: 10px; }

.apb-room-selected_item .apb-room-seleted_name h2 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-right: 80px;
  float: left;
  margin: 0; }

.apb-room-selected_item .apb-room-seleted_name h2 a {
  color: #333; }

.apb-room-selected_item .apb-room-seleted_name h2 a:hover {
  color: #f7f7f7; }

.apb-room-selected_item .apb-room-seleted_name .apb-amount {
  float: right;
  font-weight: bold;
  font-size: 14px; }

.apb-room-selected_item .apb-room-seleted_name.has-package h2 {
  font-size: 16px; }

.apb-room-selected_item .apb-room-seleted_name.has-package h2 a {
  color: #f7f7f7; }

.apb-room-selected_item .apb-room-seleted_change {
  color: #b7b7b7;
  font-size: 12px;
  font-style: italic;
  display: inline-block;
  margin-top: 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.apb-room-selected_item .apb-room-seleted_change:hover {
  text-decoration: underline; }

.apb-room-selected_item .apb-room-seleted_package {
  border-top: 1px solid #f7f7f7;
  margin-top: 15px;
  padding-top: 5px; }

.apb-room-selected_item .apb-room-seleted_package ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 2px;
  margin-top: 5px; }

.apb-room-selected_item .apb-room-seleted_package ul li {
  font-size: 12px;
  overflow: hidden;
  padding: 5px 0; }

.apb-room-selected_item .apb-room-seleted_package ul li .apb-amount {
  float: right;
  font-weight: bold;
  text-transform: uppercase; }

.apb-room-selected_item .apb-room-seleted_package ul + ul {
  border-top: 1px solid #f7f7f7;
  padding-top: 8px; }

.apb-room-selected_item .apb-room-seleted_total-room {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-top: 1px solid #f7f7f7;
  padding-top: 15px;
  padding-bottom: 10px; }

.apb-room-selected_item .apb-room-seleted_total-room .apb-amount {
  float: right; }

.apb-room-selected_item .apb-room-seleted_date {
  float: left; }

.apb-select:focus,
.apb-select:active {
  background-color: transparent !important; }

/* Fullcalendar */
.fc-toolbar h2 {
  font-size: 16px;
  text-transform: uppercase; }

.apb-fc-nav {
  width: 24px;
  height: 24px;
  font-size: 0;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
  display: inline-block;
  border: solid 1px #eee;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center; }
  .apb-fc-nav:hover, .apb-fc-nav:focus {
    border-color: #333; }

.apb-fc-next {
  float: right; }

.apb-fc-prev {
  float: left; }

/*# sourceMappingURL=awebooking.css.map */
