@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:before, .room-grid .products:before, .clearfix:after, .room-grid .products:after {
  content: " ";
  display: table;
}
.clearfix:after, .room-grid .products:after {
  clear: both;
}

/* Fonts */
/* Colors */
/* Layout */
.lrm-user-modal .lrm-user-modal-container .lrm-integrations .acf-label,
.lrm-user-modal .lrm-user-modal-container .lrm-integrations .acf-input,
.lrm-inline .lrm-user-modal-container .lrm-integrations .acf-label,
.lrm-inline .lrm-user-modal-container .lrm-integrations .acf-input, .calendar-wrp .cart .resourses-select-wrp label,
.calendar-wrp .cart .wc_bookings_field_persons label, #map.grid-map .facetwp-map-filtering, #map.grid-map:before, .room-filter .facetwp-type-availability input, .room-filter .dates:before, .room-filter .filter-col-wpr, .room-filter .search-col input, .room-filter .search-col:before,
.room-filter .filter-col:before,
.room-filter .map-col:before,
.room-filter .filter-toggle:before,
.room-filter .facetwp-type-availability:before, .grid-loader:before, .client-list .client-item, .search-box .form-wrp .select-wrp,
.search-box .form-wrp .input-wrp, .search-box .form-wrp .filter, .search-box .form-wrp, .search-box .usps-wrp ul li, .search-box:before, .search-box, a.btn.fa-spinner:before, .request-wrp.overlay a.fa-spinner.gform_button.button:before,
button.btn.fa-spinner:before,
.request-wrp.overlay button.fa-spinner.gform_button.button:before,
span.btn.fa-spinner:before,
.request-wrp.overlay span.fa-spinner.gform_button.button:before,
input[type=submit].btn.fa-spinner:before,
.request-wrp.overlay input[type=submit].fa-spinner.gform_button.button:before, a.btn, .request-wrp.overlay a.gform_button.button,
button.btn,
.request-wrp.overlay button.gform_button.button,
span.btn,
.request-wrp.overlay span.gform_button.button,
input[type=submit].btn,
.request-wrp.overlay input[type=submit].gform_button.button, #footer .widget, #footer .fab, body.woocommerce-checkout #payment button, .single-booking-wrp .booking-item .payment-info .woocommerce-checkout-payment .place-order button, .single-booking-wrp .booking-item .payment-info .checkout_coupon p button, .bookings-list .bookings-list-item .order-info, .bookings-list .bookings-list-item .booking-info, .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li, .woocommerce-lost-password .woocommerce-ResetPassword button, .single-room-wrp .booking-wrp .price-wrp .price-col, .single-room-wrp .content .room-content-section.room-include .include-icon:before, .single-room-wrp .content .room-content-section.room-include .include-icon, .single-room-wrp .content .room-content-section.room-facts .facts-col span, .single-room-wrp .content .room-content-section.room-facts .facts-col, .room-grid .fwp-load-more, .room-grid .grid-item .grid-txt .tags-wrp span, .room-grid .grid-item, .category-grid .grid-item, .switch, .col-100,
.col-75,
.col-66,
.col-50,
.col-33,
.col-25, .siteMenu ul li,
.topMenu ul li {
  position: relative;
  list-style: none;
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  _height: 30px;
}

.calendar-wrp .cart button.wc-bookings-booking-form-button, #map.grid-map .facetwp-map-filtering, .filter-overlay-wrp, .search-box .form-wrp .select-wrp,
.search-box .form-wrp .input-wrp, .image-grid .image-wrp, .images-grid .image-wrp, .fade-images .txt-overlay, a.btn, .request-wrp.overlay a.gform_button.button,
button.btn,
.request-wrp.overlay button.gform_button.button,
span.btn,
.request-wrp.overlay span.gform_button.button,
input[type=submit].btn,
.request-wrp.overlay input[type=submit].gform_button.button, .post-section .post-content,
.single-post-section .post-content, body.woocommerce-checkout #payment button, .woocommerce-cart #main .woocommerce .return-to-shop a.button, .single-booking-wrp .booking-item .payment-info .woocommerce-checkout-payment .place-order button, .single-booking-wrp .booking-item .payment-info .checkout_coupon p button, .woocommerce-form-login, .woocommerce-MyAccount-content, .woocommerce-lost-password .woocommerce-ResetPassword button, .woocommerce-lost-password .woocommerce-ResetPassword, .account-overlay .account-overlay-content, .account-section .account-content,
.account-section .account-menu,
.account-section .slso-login,
.account-section .slso-registration, .single-room-wrp .single-room-content .inner-content .content-wrp,
.single-room-wrp .single-room-content .inner-content .booking-wrp, .room-grid .fwp-load-more, .room-grid .grid-item, .room-grid, .category-grid .grid-item, .col-100,
.col-75,
.col-66,
.col-50,
.col-33,
.col-25 {
  position: relative;
  box-sizing: border-box;
}

.image-grid .image-wrp .grid-image, .images-grid .image-wrp .grid-image, .fade-images .swiper-wrapper .swiper-slide, .content.post .top-image, .post-list .post-list-item .image-wrp .image, .single-booking-wrp .booking-item .booking-info .image-wrp .image, .bookings-list .bookings-list-item .image-wrp .image, .product-single-edit .product-form .product-form-col.images .images-wrp .image-wrp .image, .room-single-edit .room-info-form #img-preview .image-wrp .image, .room-list .room-list-item .image-wrp .image, .account-section .account-menu .user-information .user-image, .single-room-wrp .booking-wrp .owner-wrp .owner-image, .single-room-wrp .content .room-content-section.owner-information .owner-image, .single-room-wrp .content .contact .contact-owner .owner-image, .room-grid .grid-item .grid-image, .category-grid .grid-item .bg {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.calendar-wrp .cart button.wc-bookings-booking-form-button, #map.grid-map .facetwp-map-filtering, .filter-overlay-wrp.people .facetwp-type-slider .facetwp-slider-reset,
.filter-overlay-wrp.people .facetwp-type-slider .facetwp-single_slider-reset,
.filter-overlay-wrp.people .facetwp-type-single_slider .facetwp-slider-reset,
.filter-overlay-wrp.people .facetwp-type-single_slider .facetwp-single_slider-reset, .filter-overlay-wrp.price .facetwp-type-slider .facetwp-slider-reset,
.filter-overlay-wrp.price .facetwp-type-slider .facetwp-single_slider-reset,
.filter-overlay-wrp.price .facetwp-type-single_slider .facetwp-slider-reset,
.filter-overlay-wrp.price .facetwp-type-single_slider .facetwp-single_slider-reset, .image-grid .image-btn,
.image-grid .yith-wcwl-add-to-wishlist, a.btn, .request-wrp.overlay a.gform_button.button,
button.btn,
.request-wrp.overlay button.gform_button.button,
span.btn,
.request-wrp.overlay span.gform_button.button,
input[type=submit].btn,
.request-wrp.overlay input[type=submit].gform_button.button, .content.post .top-image .image-btn, body.woocommerce-checkout #payment button, .woocommerce-cart #main .woocommerce .return-to-shop a.button, .single-booking-wrp .booking-item .payment-info .woocommerce-checkout-payment .place-order button, .single-booking-wrp .booking-item .payment-info .checkout_coupon p button, .woocommerce-lost-password .woocommerce-ResetPassword button, .room-grid .fwp-load-more, .category-grid .grid-item .bg:before, .category-grid .grid-item .bg:after, .category-grid .grid-item .bg, .radio-check input[type=radio] + label span.fas, .checkbox input[type=checkbox] + label span.fas, input[type=submit],
.big-btn, #site-header .nav-wrp, #site-header .header-logo {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.calendar-toggle a, .lrm-user-modal .lrm-user-modal-container .lrm-form .lrm-pass-strength-result,
.lrm-inline .lrm-user-modal-container .lrm-form .lrm-pass-strength-result, .lrm-user-modal .lrm-user-modal-container .lrm-form button,
.lrm-inline .lrm-user-modal-container .lrm-form button, .lrm-user-modal .lrm-user-modal-container .lrm-form input[type=text],
.lrm-user-modal .lrm-user-modal-container .lrm-form input[type=password],
.lrm-user-modal .lrm-user-modal-container .lrm-form input[type=email],
.lrm-inline .lrm-user-modal-container .lrm-form input[type=text],
.lrm-inline .lrm-user-modal-container .lrm-form input[type=password],
.lrm-inline .lrm-user-modal-container .lrm-form input[type=email], .lrm-user-modal .lrm-user-modal-container,
.lrm-inline .lrm-user-modal-container, .calendar-wrp .cart button.wc-bookings-booking-form-button, .calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .wc-bookings-date-picker-date-fields, .calendar-wrp .cart .wc-deposits-wrapper .wc-deposits-payment-description-popup, .calendar-wrp .cart .wc-pao-addon-container h3, .calendar-wrp .cart .wc-pao-addon-container .wc-pao-addon-name, #map.grid-map .facetwp-map-filtering, .filter-overlay-wrp.people .facetwp-type-slider .facetwp-slider-reset,
.filter-overlay-wrp.people .facetwp-type-slider .facetwp-single_slider-reset,
.filter-overlay-wrp.people .facetwp-type-single_slider .facetwp-slider-reset,
.filter-overlay-wrp.people .facetwp-type-single_slider .facetwp-single_slider-reset, .filter-overlay-wrp.price .facetwp-type-slider .facetwp-slider-reset,
.filter-overlay-wrp.price .facetwp-type-slider .facetwp-single_slider-reset,
.filter-overlay-wrp.price .facetwp-type-single_slider .facetwp-slider-reset,
.filter-overlay-wrp.price .facetwp-type-single_slider .facetwp-single_slider-reset, .search-box .form-wrp .filter, .search-box, .social_share_wrp .social_share_inner .heateor_sss_sharing_container ul li i, .image-grid .image-btn,
.image-grid .yith-wcwl-add-to-wishlist, a.btn, .request-wrp.overlay a.gform_button.button,
button.btn,
.request-wrp.overlay button.gform_button.button,
span.btn,
.request-wrp.overlay span.gform_button.button,
input[type=submit].btn,
.request-wrp.overlay input[type=submit].gform_button.button, .content.post .top-image .image-btn, .post-list .post-list-item .image-wrp .image, .post-section .post-content,
.single-post-section .post-content, body.woocommerce-checkout #payment button, .woocommerce-cart #main .woocommerce .return-to-shop a.button, .single-booking-wrp .booking-item .payment-info .woocommerce-checkout-payment .place-order button, .single-booking-wrp .booking-item .payment-info .checkout_coupon p button, .single-booking-wrp .booking-item .booking-info .image-wrp .image, .bookings-list .bookings-list-item .image-wrp .image, .product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-list .product-addon-item, .product-single-edit .product-form .product-form-col.images .images-wrp .image-wrp .image, .product-single-edit .product-form .product-form-col.images .images-wrp .image-wrp, .product-single-edit .product-form .product-form-col.images, .room-single-edit .room-info-form #img-preview .image-wrp .image, .room-single-edit .room-info-form #img-preview .image-wrp, .room-single-edit .room-info-form .img-zone, .room-list .room-list-item .image-wrp .image, .woocommerce-form-login, .woocommerce-MyAccount-content, .woocommerce-lost-password .woocommerce-ResetPassword .woocommerce-password-strength, .woocommerce-lost-password .woocommerce-ResetPassword button, .woocommerce-lost-password .woocommerce-ResetPassword, .account-overlay .account-overlay-content, .account-section .account-content,
.account-section .account-menu,
.account-section .slso-login,
.account-section .slso-registration, .single-room-wrp .booking-wrp .booking-info-popup, .single-room-wrp .booking-wrp .booking-info-popup-button, .single-room-wrp .content .iframe, .single-room-wrp .single-room-content .inner-content .booking-wrp, .owner-popup, .room-grid .fwp-load-more, .room-grid .grid-item .grid-image, .room-grid .grid-item .prod-banner-hover-txt, .room-grid .grid-item, .room-grid .woocommerce-ordering, .room-grid .woocommerce-info, .room-grid .tax-info, .category-grid .grid-item .bg .overlay, .category-grid .grid-item .bg, .category-grid .grid-item .prod-banner-hover-txt, .account-content .gform_wrapper ul li.image .gfmuf-upload-wrap .button, .account-content .gform_wrapper ul li.image, input[type=submit],
.big-btn, select, input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=search],
input[type=url],
input[type=date],
input[type=time],
textarea, .stick_popup {
  position: relative;
  moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
}

.filter-overlay-wrp.dates #filter-datepicker .ui-datepicker-calendar tr td.ui-state-disabled, .single-room-wrp .booking-wrp .price-wrp .price-col .price del {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  opacity: 1 !important;
}

.lrm-user-modal .lrm-user-modal-container .lrm-form button,
.lrm-inline .lrm-user-modal-container .lrm-form button, .filter-overlay-wrp.people .facetwp-type-slider .facetwp-slider-reset,
.filter-overlay-wrp.people .facetwp-type-slider .facetwp-single_slider-reset,
.filter-overlay-wrp.people .facetwp-type-single_slider .facetwp-slider-reset,
.filter-overlay-wrp.people .facetwp-type-single_slider .facetwp-single_slider-reset, .filter-overlay-wrp.price .facetwp-type-slider .facetwp-slider-reset,
.filter-overlay-wrp.price .facetwp-type-slider .facetwp-single_slider-reset,
.filter-overlay-wrp.price .facetwp-type-single_slider .facetwp-slider-reset,
.filter-overlay-wrp.price .facetwp-type-single_slider .facetwp-single_slider-reset, .woocommerce-cart #main .woocommerce .return-to-shop a.button, .single-booking-wrp .booking-item .payment-info .checkout_coupon p button, .woocommerce-lost-password .woocommerce-ResetPassword button:hover, .woocommerce-lost-password .woocommerce-ResetPassword button, .scrolled.visible .home #site-header {
  position: relative;
  background: rgb(255, 0, 104);
  background: -moz-linear-gradient(left, rgb(255, 0, 104) 0%, rgb(204, 16, 64) 100%);
  background: -webkit-linear-gradient(left, rgb(255, 0, 104) 0%, rgb(204, 16, 64) 100%);
  background: linear-gradient(to right, rgb(255, 0, 104) 0%, rgb(204, 16, 64) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff0068", endColorstr="#cc1040",GradientType=1 );
}

.calendar-wrp .cart button.wc-bookings-booking-form-button, #map.grid-map .facetwp-map-filtering, a.btn.alt,
button.btn.alt,
span.btn.alt,
input[type=submit].btn.alt, a.btn, .request-wrp.overlay a.gform_button.button,
button.btn,
.request-wrp.overlay button.gform_button.button,
span.btn,
.request-wrp.overlay span.gform_button.button,
input[type=submit].btn,
.request-wrp.overlay input[type=submit].gform_button.button, body.woocommerce-checkout #payment button, .single-booking-wrp .booking-item .payment-info .woocommerce-checkout-payment .place-order button, .single-room-wrp .content .room-content-section.reviews #review_form_wrapper .form-submit input, .room-grid .fwp-load-more, input[type=submit],
.big-btn, #site-header {
  position: relative;
  background: rgb(143, 207, 65);
  background: -moz-linear-gradient(left, rgb(143, 207, 65) 0%, rgb(66, 147, 33) 100%);
  background: -webkit-linear-gradient(left, rgb(143, 207, 65) 0%, rgb(66, 147, 33) 100%);
  background: linear-gradient(to right, rgb(143, 207, 65) 0%, rgb(66, 147, 33) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8fcf41", endColorstr="#429321",GradientType=1 );
}

/* Breakpoints */
/* Media Queries */
@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot?f8imv3");
  src: url("../../fonts/icomoon.eot?f8imv3#iefix") format("embedded-opentype"), url("../../fonts/icomoon.woff2?f8imv3") format("woff2"), url("../../fonts/icomoon.ttf?f8imv3") format("truetype"), url("../../fonts/icomoon.woff?f8imv3") format("woff"), url("../../fonts/icomoon.svg?f8imv3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fal,
.far,
.fas,
.fab {
  font-family: "Quicksand", sans-serif !important;
}
.fal:before,
.far:before,
.fas:before,
.fab:before {
  font-family: "Font Awesome 5 Pro" !important;
}

.fal:before {
  font-weight: 300 !important;
}

.far:before {
  font-weight: 400 !important;
}

.fas:before {
  font-weight: 900 !important;
}

.fab:before {
  font-family: "Font Awesome 5 Brands" !important;
  font-weight: normal !important;
}

body {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400 !important;
  font-family: "Quicksand", sans-serif;
  color: #17264E;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div, p, a, li, td {
  -webkit-text-size-adjust: none;
}

a {
  color: #FF0068;
  text-decoration: none;
  outline: none;
}

*:focus {
  outline: none !important;
}

p {
  margin: 15px auto;
  max-width: 900px;
}
p.preamble {
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  p.preamble {
    font-size: 16px;
    line-height: 26px;
  }
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

.label {
  font-size: 12px;
  font-weight: 700 !important;
  color: #8590A4;
}

h1, h2, h3, h4 {
  font-weight: 700 !important;
  margin-bottom: -5px;
}

h1 {
  font-size: 38px;
  line-height: 44px;
}

.page h1 {
  margin-bottom: 30px;
}
.page .txt-overlay h1 {
  margin-bottom: -5px;
}
@media only screen and (max-width: 767px) {
  .page .txt-overlay h1 {
    font-size: 30px;
    line-height: 36px;
  }
}

h2 {
  font-size: 32px;
  line-height: 38px;
}

h3 {
  font-size: 22px;
  line-height: 28px;
}

p + h3 {
  padding-top: 15px;
}

.col-50 h3 {
  margin: 15px auto;
}

h4 {
  font-size: 16px;
  line-height: 26px;
}

.icon-headline {
  display: block !important;
  margin-bottom: 20px;
  margin: 0 auto 20px;
}
.icon-headline:before {
  display: block;
  margin-bottom: 25px;
  font-size: 80px;
  color: #FF0068;
}

img {
  max-width: 100%;
  height: auto;
}

.iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  max-width: none !important;
}

.iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

#wcvat-toggle {
  background-color: #FF0068 !important;
  color: #fff !important;
  font-family: "Quicksand", sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  padding: 8px 10px !important;
}

.col-wrp ul li,
.col-wrp ol li {
  position: relative;
  padding-left: 55px;
  margin-top: 30px;
  font-size: 14px;
  line-height: 20px;
}
.col-wrp ul li:before,
.col-wrp ol li:before {
  moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background-color: #17264E;
  color: #fff;
  top: 0;
  left: 0;
}
.col-wrp ul li:first-child,
.col-wrp ol li:first-child {
  margin-top: 15px;
}
.col-wrp ul li:last-child,
.col-wrp ol li:last-child {
  margin-bottom: 15px;
}
.col-wrp ul li strong,
.col-wrp ol li strong {
  font-size: 18px;
}

.col-wrp ul li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  font-weight: 900;
}

.col-wrp ol li {
  counter-increment: inst;
}
.col-wrp ol li:before {
  content: counter(inst);
  font-weight: bold;
}

.stick_block_layer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 255, 0, 0.75);
}

.stick_popup {
  height: 400px;
  width: 700px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  -webkit-animation: zoomin 0.7s;
  animation: zoomin 0.7s;
}

.stick_content {
  padding: 30px;
  text-align: left;
}
.stick_content h3 {
  position: relative;
  display: block;
  text-transform: none;
  color: #17264E;
  font-size: 32px;
  line-height: 38px;
  margin: 0 auto 30px;
}
.stick_content h3:before {
  color: #fff;
  font-size: 60px;
  background-color: #FF0068;
  width: 120px;
  height: 120px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  line-height: 120px;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: -90px;
}
.stick_content h4 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400 !important;
}
.stick_content h4 strong {
  font-weight: 700 !important;
}
.stick_content p {
  font-size: 16px;
}
.stick_content p.small {
  font-size: 12px;
  color: #8590A4;
  line-height: 18px;
}
.stick_content p a {
  cursor: pointer;
}
.stick_content form {
  position: relative;
  margin-top: 20px;
}
.stick_content form input[type=text] {
  padding: 20px 15px;
  background-color: #E4F1FD;
}
.stick_content form .btn, .stick_content form .request-wrp.overlay .gform_button.button, .request-wrp.overlay .stick_content form .gform_button.button {
  position: absolute;
  margin-top: 0;
  right: 5px;
  top: 5px;
  margin-top: 0 !important;
}
.stick_content form .btn:hover, .stick_content form .request-wrp.overlay .gform_button.button:hover, .request-wrp.overlay .stick_content form .gform_button.button:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

/*
CSS3 animation keyframes.
*/
@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes zoomin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.swal2-container button {
  font-size: 16px !important;
}

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-abacus:before {
  content: "\f640";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acorn:before {
  content: "\f6ae";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-conditioner:before {
  content: "\f8f4";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-alarm-clock:before {
  content: "\f34e";
}

.fa-alarm-exclamation:before {
  content: "\f843";
}

.fa-alarm-plus:before {
  content: "\f844";
}

.fa-alarm-snooze:before {
  content: "\f845";
}

.fa-album:before {
  content: "\f89f";
}

.fa-album-collection:before {
  content: "\f8a0";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-alicorn:before {
  content: "\f6b0";
}

.fa-alien:before {
  content: "\f8f5";
}

.fa-alien-monster:before {
  content: "\f8f6";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-slash:before {
  content: "\f846";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-amp-guitar:before {
  content: "\f8a1";
}

.fa-analytics:before {
  content: "\f643";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angel:before {
  content: "\f779";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-crate:before {
  content: "\f6b1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-alt-down:before {
  content: "\f354";
}

.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

.fa-arrow-alt-from-left:before {
  content: "\f347";
}

.fa-arrow-alt-from-right:before {
  content: "\f348";
}

.fa-arrow-alt-from-top:before {
  content: "\f349";
}

.fa-arrow-alt-left:before {
  content: "\f355";
}

.fa-arrow-alt-right:before {
  content: "\f356";
}

.fa-arrow-alt-square-down:before {
  content: "\f350";
}

.fa-arrow-alt-square-left:before {
  content: "\f351";
}

.fa-arrow-alt-square-right:before {
  content: "\f352";
}

.fa-arrow-alt-square-up:before {
  content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

.fa-arrow-alt-up:before {
  content: "\f357";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-from-bottom:before {
  content: "\f342";
}

.fa-arrow-from-left:before {
  content: "\f343";
}

.fa-arrow-from-right:before {
  content: "\f344";
}

.fa-arrow-from-top:before {
  content: "\f345";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-square-down:before {
  content: "\f339";
}

.fa-arrow-square-left:before {
  content: "\f33a";
}

.fa-arrow-square-right:before {
  content: "\f33b";
}

.fa-arrow-square-up:before {
  content: "\f33c";
}

.fa-arrow-to-bottom:before {
  content: "\f33d";
}

.fa-arrow-to-left:before {
  content: "\f33e";
}

.fa-arrow-to-right:before {
  content: "\f340";
}

.fa-arrow-to-top:before {
  content: "\f341";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-atom-alt:before {
  content: "\f5d3";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-axe:before {
  content: "\f6b2";
}

.fa-axe-battle:before {
  content: "\f6b3";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backpack:before {
  content: "\f5d4";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "陵";
}

.fa-bacterium:before {
  content: "讀";
}

.fa-badge:before {
  content: "\f335";
}

.fa-badge-check:before {
  content: "\f336";
}

.fa-badge-dollar:before {
  content: "\f645";
}

.fa-badge-percent:before {
  content: "\f646";
}

.fa-badge-sheriff:before {
  content: "\f8a2";
}

.fa-badger-honey:before {
  content: "\f6b4";
}

.fa-bags-shopping:before {
  content: "\f847";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ball-pile:before {
  content: "\f77e";
}

.fa-ballot:before {
  content: "\f732";
}

.fa-ballot-check:before {
  content: "\f733";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-banjo:before {
  content: "\f8a3";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-barcode-alt:before {
  content: "\f463";
}

.fa-barcode-read:before {
  content: "\f464";
}

.fa-barcode-scan:before {
  content: "\f465";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball:before {
  content: "\f432";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-basketball-hoop:before {
  content: "\f435";
}

.fa-bat:before {
  content: "\f6b5";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-bolt:before {
  content: "\f376";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-slash:before {
  content: "\f377";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-bed-alt:before {
  content: "\f8f7";
}

.fa-bed-bunk:before {
  content: "\f8f8";
}

.fa-bed-empty:before {
  content: "\f8f9";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-exclamation:before {
  content: "\f848";
}

.fa-bell-on:before {
  content: "\f8fa";
}

.fa-bell-plus:before {
  content: "\f849";
}

.fa-bell-school:before {
  content: "\f5d5";
}

.fa-bell-school-slash:before {
  content: "\f5d6";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bells:before {
  content: "\f77f";
}

.fa-betamax:before {
  content: "\f8a4";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-biking-mountain:before {
  content: "\f84b";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blanket:before {
  content: "\f498";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blinds:before {
  content: "\f8fb";
}

.fa-blinds-open:before {
  content: "\f8fc";
}

.fa-blinds-raised:before {
  content: "\f8fd";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bone-break:before {
  content: "\f5d8";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-alt:before {
  content: "\f5d9";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-heart:before {
  content: "\f499";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-book-spells:before {
  content: "\f6b8";
}

.fa-book-user:before {
  content: "\f7e7";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-books:before {
  content: "\f5db";
}

.fa-books-medical:before {
  content: "\f7e8";
}

.fa-boombox:before {
  content: "\f8a5";
}

.fa-boot:before {
  content: "\f782";
}

.fa-booth-curtain:before {
  content: "\f734";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-bottom:before {
  content: "\f84d";
}

.fa-border-center-h:before {
  content: "\f89c";
}

.fa-border-center-v:before {
  content: "\f89d";
}

.fa-border-inner:before {
  content: "\f84e";
}

.fa-border-left:before {
  content: "\f84f";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-outer:before {
  content: "\f851";
}

.fa-border-right:before {
  content: "\f852";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-border-style-alt:before {
  content: "\f854";
}

.fa-border-top:before {
  content: "\f855";
}

.fa-bow-arrow:before {
  content: "\f6b9";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-bowling-pins:before {
  content: "\f437";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-alt:before {
  content: "\f49a";
}

.fa-box-ballot:before {
  content: "\f735";
}

.fa-box-check:before {
  content: "\f467";
}

.fa-box-fragile:before {
  content: "\f49b";
}

.fa-box-full:before {
  content: "\f49c";
}

.fa-box-heart:before {
  content: "\f49d";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "拏";
}

.fa-box-up:before {
  content: "\f49f";
}

.fa-box-usd:before {
  content: "\f4a0";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-boxes-alt:before {
  content: "\f4a1";
}

.fa-boxing-glove:before {
  content: "\f438";
}

.fa-brackets:before {
  content: "\f7e9";
}

.fa-brackets-curly:before {
  content: "\f7ea";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-loaf:before {
  content: "\f7eb";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-bring-forward:before {
  content: "\f856";
}

.fa-bring-front:before {
  content: "\f857";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-browser:before {
  content: "\f37e";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-bullseye-arrow:before {
  content: "\f648";
}

.fa-bullseye-pointer:before {
  content: "\f649";
}

.fa-burger-soda:before {
  content: "\f858";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-burrito:before {
  content: "\f7ed";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-bus-school:before {
  content: "\f5dd";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-cabinet-filing:before {
  content: "\f64b";
}

.fa-cactus:before {
  content: "\f8a7";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calculator-alt:before {
  content: "\f64c";
}

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

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-edit:before {
  content: "\f333";
}

.fa-calendar-exclamation:before {
  content: "\f334";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-star:before {
  content: "\f736";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camcorder:before {
  content: "\f8a8";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-alt:before {
  content: "\f332";
}

.fa-camera-home:before {
  content: "\f8fe";
}

.fa-camera-movie:before {
  content: "\f8a9";
}

.fa-camera-polaroid:before {
  content: "\f8aa";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campfire:before {
  content: "\f6ba";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candle-holder:before {
  content: "\f6bc";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-candy-corn:before {
  content: "\f6bd";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-building:before {
  content: "\f859";
}

.fa-car-bump:before {
  content: "\f5e0";
}

.fa-car-bus:before {
  content: "\f85a";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-garage:before {
  content: "\f5e2";
}

.fa-car-mechanic:before {
  content: "\f5e3";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-car-tilt:before {
  content: "\f5e5";
}

.fa-car-wash:before {
  content: "\f5e6";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caravan-alt:before {
  content: "豈";
}

.fa-caret-circle-down:before {
  content: "\f32d";
}

.fa-caret-circle-left:before {
  content: "\f32e";
}

.fa-caret-circle-right:before {
  content: "\f330";
}

.fa-caret-circle-up:before {
  content: "\f331";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cars:before {
  content: "\f85b";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cassette-tape:before {
  content: "\f8ab";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cat-space:before {
  content: "更";
}

.fa-cauldron:before {
  content: "\f6bf";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cctv:before {
  content: "\f8ac";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chair-office:before {
  content: "\f6c1";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-line-down:before {
  content: "\f64d";
}

.fa-chart-network:before {
  content: "\f78a";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-chart-pie-alt:before {
  content: "\f64e";
}

.fa-chart-scatter:before {
  content: "\f7ee";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-cheese-swiss:before {
  content: "\f7f0";
}

.fa-cheeseburger:before {
  content: "\f7f1";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-bishop-alt:before {
  content: "\f43b";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-clock:before {
  content: "\f43d";
}

.fa-chess-clock-alt:before {
  content: "\f43e";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-king-alt:before {
  content: "\f440";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-knight-alt:before {
  content: "\f442";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-pawn-alt:before {
  content: "\f444";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-queen-alt:before {
  content: "\f446";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chess-rook-alt:before {
  content: "\f448";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-double-down:before {
  content: "\f322";
}

.fa-chevron-double-left:before {
  content: "\f323";
}

.fa-chevron-double-right:before {
  content: "\f324";
}

.fa-chevron-double-up:before {
  content: "\f325";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-square-down:before {
  content: "\f329";
}

.fa-chevron-square-left:before {
  content: "\f32a";
}

.fa-chevron-square-right:before {
  content: "\f32b";
}

.fa-chevron-square-up:before {
  content: "\f32c";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chimney:before {
  content: "\f78b";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clarinet:before {
  content: "\f8ad";
}

.fa-claw-marks:before {
  content: "\f6c2";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clipboard-list-check:before {
  content: "\f737";
}

.fa-clipboard-prescription:before {
  content: "\f5e8";
}

.fa-clipboard-user:before {
  content: "\f7f3";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-drizzle:before {
  content: "\f738";
}

.fa-cloud-hail:before {
  content: "\f739";
}

.fa-cloud-hail-mixed:before {
  content: "\f73a";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-music:before {
  content: "\f8ae";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-rainbow:before {
  content: "\f73e";
}

.fa-cloud-showers:before {
  content: "\f73f";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sleet:before {
  content: "\f741";
}

.fa-cloud-snow:before {
  content: "\f742";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-clouds:before {
  content: "\f744";
}

.fa-clouds-moon:before {
  content: "\f745";
}

.fa-clouds-sun:before {
  content: "\f746";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-club:before {
  content: "\f327";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-code-commit:before {
  content: "\f386";
}

.fa-code-merge:before {
  content: "\f387";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-coffee-pot:before {
  content: "車";
}

.fa-coffee-togo:before {
  content: "\f6c5";
}

.fa-coffin:before {
  content: "\f6c6";
}

.fa-coffin-cross:before {
  content: "陋";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coin:before {
  content: "\f85c";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comet:before {
  content: "賈";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-alt-check:before {
  content: "\f4a2";
}

.fa-comment-alt-dollar:before {
  content: "\f650";
}

.fa-comment-alt-dots:before {
  content: "\f4a3";
}

.fa-comment-alt-edit:before {
  content: "\f4a4";
}

.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

.fa-comment-alt-lines:before {
  content: "\f4a6";
}

.fa-comment-alt-medical:before {
  content: "\f7f4";
}

.fa-comment-alt-minus:before {
  content: "\f4a7";
}

.fa-comment-alt-music:before {
  content: "\f8af";
}

.fa-comment-alt-plus:before {
  content: "\f4a8";
}

.fa-comment-alt-slash:before {
  content: "\f4a9";
}

.fa-comment-alt-smile:before {
  content: "\f4aa";
}

.fa-comment-alt-times:before {
  content: "\f4ab";
}

.fa-comment-check:before {
  content: "\f4ac";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-edit:before {
  content: "\f4ae";
}

.fa-comment-exclamation:before {
  content: "\f4af";
}

.fa-comment-lines:before {
  content: "\f4b0";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-minus:before {
  content: "\f4b1";
}

.fa-comment-music:before {
  content: "\f8b0";
}

.fa-comment-plus:before {
  content: "\f4b2";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comment-smile:before {
  content: "\f4b4";
}

.fa-comment-times:before {
  content: "\f4b5";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-alt:before {
  content: "\f4b6";
}

.fa-comments-alt-dollar:before {
  content: "\f652";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compass-slash:before {
  content: "\f5e9";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-compress-wide:before {
  content: "\f326";
}

.fa-computer-classic:before {
  content: "\f8b1";
}

.fa-computer-speaker:before {
  content: "\f8b2";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-construction:before {
  content: "\f85d";
}

.fa-container-storage:before {
  content: "\f4b7";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-conveyor-belt:before {
  content: "\f46e";
}

.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-corn:before {
  content: "\f6c7";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cow:before {
  content: "\f6c8";
}

.fa-cowbell:before {
  content: "\f8b3";
}

.fa-cowbell-more:before {
  content: "\f8b4";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-credit-card-blank:before {
  content: "\f389";
}

.fa-credit-card-front:before {
  content: "\f38a";
}

.fa-cricket:before {
  content: "\f449";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-croissant:before {
  content: "\f7f6";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-crutches:before {
  content: "\f7f8";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-curling:before {
  content: "\f44a";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dagger:before {
  content: "\f6cb";
}

.fa-dailymotion:before {
  content: "勒";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-debug:before {
  content: "\f7f9";
}

.fa-deer:before {
  content: "\f78e";
}

.fa-deer-rudolph:before {
  content: "\f78f";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-desktop-alt:before {
  content: "\f390";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dewpoint:before {
  content: "\f748";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d10:before {
  content: "\f6cd";
}

.fa-dice-d12:before {
  content: "\f6ce";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d4:before {
  content: "\f6d0";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-d8:before {
  content: "\f6d2";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digging:before {
  content: "\f85e";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-diploma:before {
  content: "\f5ea";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-disc-drive:before {
  content: "\f8b5";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-do-not-enter:before {
  content: "\f5ec";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dog-leashed:before {
  content: "\f6d4";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-empty:before {
  content: "\f473";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-circle:before {
  content: "\f5ed";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-draw-square:before {
  content: "\f5ef";
}

.fa-dreidel:before {
  content: "\f792";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-drone:before {
  content: "\f85f";
}

.fa-drone-alt:before {
  content: "\f860";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick:before {
  content: "\f6d6";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dryer:before {
  content: "\f861";
}

.fa-dryer-alt:before {
  content: "\f862";
}

.fa-duck:before {
  content: "\f6d8";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-ear:before {
  content: "\f5f0";
}

.fa-ear-muffs:before {
  content: "\f795";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-eclipse:before {
  content: "\f749";
}

.fa-eclipse-alt:before {
  content: "\f74a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-egg-fried:before {
  content: "\f7fc";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-elephant:before {
  content: "\f6da";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-h-alt:before {
  content: "\f39b";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-empty-set:before {
  content: "\f656";
}

.fa-engine-warning:before {
  content: "\f5f2";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-dollar:before {
  content: "\f657";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-square:before {
  content: "\f321";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows:before {
  content: "\f31d";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expand-wide:before {
  content: "\f320";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-evil:before {
  content: "\f6db";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fan-table:before {
  content: "滑";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-farm:before {
  content: "\f864";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "串";
}

.fa-faucet-drip:before {
  content: "句";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-field-hockey:before {
  content: "\f44c";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-certificate:before {
  content: "\f5f3";
}

.fa-file-chart-line:before {
  content: "\f659";
}

.fa-file-chart-pie:before {
  content: "\f65a";
}

.fa-file-check:before {
  content: "\f316";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-edit:before {
  content: "\f31c";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-exclamation:before {
  content: "\f31a";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-minus:before {
  content: "\f318";
}

.fa-file-music:before {
  content: "\f8b6";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-plus:before {
  content: "\f319";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-search:before {
  content: "\f865";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-spreadsheet:before {
  content: "\f65b";
}

.fa-file-times:before {
  content: "\f317";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-user:before {
  content: "\f65c";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-files-medical:before {
  content: "\f7fd";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-film-alt:before {
  content: "\f3a0";
}

.fa-film-canister:before {
  content: "\f8b7";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-fire-smoke:before {
  content: "\f74b";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "龜";
}

.fa-fireplace:before {
  content: "\f79a";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fish-cooked:before {
  content: "\f7fe";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-alt:before {
  content: "\f74c";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flame:before {
  content: "\f6df";
}

.fa-flashlight:before {
  content: "\f8b8";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flask-poison:before {
  content: "\f6e0";
}

.fa-flask-potion:before {
  content: "\f6e1";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flower:before {
  content: "\f7ff";
}

.fa-flower-daffodil:before {
  content: "\f800";
}

.fa-flower-tulip:before {
  content: "\f801";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-flute:before {
  content: "\f8b9";
}

.fa-flux-capacitor:before {
  content: "\f8ba";
}

.fa-fly:before {
  content: "\f417";
}

.fa-fog:before {
  content: "\f74e";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-download:before {
  content: "肋";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-folder-times:before {
  content: "\f65f";
}

.fa-folder-tree:before {
  content: "\f802";
}

.fa-folder-upload:before {
  content: "凜";
}

.fa-folders:before {
  content: "\f660";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-font-case:before {
  content: "\f866";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-football-helmet:before {
  content: "\f44f";
}

.fa-forklift:before {
  content: "\f47a";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-fragile:before {
  content: "\f4bb";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-french-fries:before {
  content: "\f803";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frosty-head:before {
  content: "\f79b";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-function:before {
  content: "\f661";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-galaxy:before {
  content: "龜";
}

.fa-game-board:before {
  content: "\f867";
}

.fa-game-board-alt:before {
  content: "\f868";
}

.fa-game-console-handheld:before {
  content: "\f8bb";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gamepad-alt:before {
  content: "\f8bc";
}

.fa-garage:before {
  content: "契";
}

.fa-garage-car:before {
  content: "金";
}

.fa-garage-open:before {
  content: "喇";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gas-pump-slash:before {
  content: "\f5f4";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gift-card:before {
  content: "\f663";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-gingerbread-man:before {
  content: "\f79d";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass:before {
  content: "\f804";
}

.fa-glass-champagne:before {
  content: "\f79e";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-citrus:before {
  content: "\f869";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glasses-alt:before {
  content: "\f5f5";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-globe-snow:before {
  content: "\f7a3";
}

.fa-globe-stand:before {
  content: "\f5f6";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-golf-club:before {
  content: "\f451";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gramophone:before {
  content: "\f8bd";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-guitar-electric:before {
  content: "\f8be";
}

.fa-guitars:before {
  content: "\f8bf";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-h1:before {
  content: "\f313";
}

.fa-h2:before {
  content: "\f314";
}

.fa-h3:before {
  content: "\f315";
}

.fa-h4:before {
  content: "\f86a";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hammer-war:before {
  content: "\f6e4";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-heart:before {
  content: "\f4bc";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-box:before {
  content: "\f47b";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-magic:before {
  content: "\f6e5";
}

.fa-hand-holding-medical:before {
  content: "樂";
}

.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-receiving:before {
  content: "\f47c";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "諾";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-heart:before {
  content: "\f4c3";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-usd:before {
  content: "\f4c5";
}

.fa-hands-wash:before {
  content: "丹";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt:before {
  content: "\f4c6";
}

.fa-handshake-alt-slash:before {
  content: "寧";
}

.fa-handshake-slash:before {
  content: "怒";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-chef:before {
  content: "\f86b";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-santa:before {
  content: "\f7a7";
}

.fa-hat-winter:before {
  content: "\f7a8";
}

.fa-hat-witch:before {
  content: "\f6e7";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side:before {
  content: "\f6e9";
}

.fa-head-side-brain:before {
  content: "\f808";
}

.fa-head-side-cough:before {
  content: "率";
}

.fa-head-side-cough-slash:before {
  content: "異";
}

.fa-head-side-headphones:before {
  content: "\f8c2";
}

.fa-head-side-mask:before {
  content: "北";
}

.fa-head-side-medical:before {
  content: "\f809";
}

.fa-head-side-virus:before {
  content: "磻";
}

.fa-head-vr:before {
  content: "\f6ea";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heart-circle:before {
  content: "\f4c7";
}

.fa-heart-rate:before {
  content: "\f5f8";
}

.fa-heart-square:before {
  content: "\f4c8";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-heat:before {
  content: "奈";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-helmet-battle:before {
  content: "\f6eb";
}

.fa-hexagon:before {
  content: "\f312";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-mask:before {
  content: "\f6ee";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-hockey-sticks:before {
  content: "\f454";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-home-alt:before {
  content: "\f80a";
}

.fa-home-heart:before {
  content: "\f4c9";
}

.fa-home-lg:before {
  content: "\f80b";
}

.fa-home-lg-alt:before {
  content: "\f80c";
}

.fa-hood-cloak:before {
  content: "\f6ef";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-horizontal-rule:before {
  content: "\f86c";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-horse-saddle:before {
  content: "\f8c3";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hospitals:before {
  content: "\f80e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house:before {
  content: "懶";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-day:before {
  content: "癩";
}

.fa-house-flood:before {
  content: "\f74f";
}

.fa-house-leave:before {
  content: "羅";
}

.fa-house-night:before {
  content: "蘿";
}

.fa-house-return:before {
  content: "螺";
}

.fa-house-signal:before {
  content: "裸";
}

.fa-house-user:before {
  content: "便";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-humidity:before {
  content: "\f750";
}

.fa-hurricane:before {
  content: "\f751";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-ice-skate:before {
  content: "\f7ac";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-icons-alt:before {
  content: "\f86e";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "邏";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-image-polaroid:before {
  content: "\f8c4";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-inbox-in:before {
  content: "\f310";
}

.fa-inbox-out:before {
  content: "\f311";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-industry-alt:before {
  content: "\f3b3";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-info-square:before {
  content: "\f30f";
}

.fa-inhaler:before {
  content: "\f5f9";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "凌";
}

.fa-integral:before {
  content: "\f667";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-intersection:before {
  content: "\f668";
}

.fa-inventory:before {
  content: "\f480";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-island-tropical:before {
  content: "\f811";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jack-o-lantern:before {
  content: "\f30e";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-joystick:before {
  content: "\f8c5";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-jug:before {
  content: "\f8c6";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-kazoo:before {
  content: "\f8c7";
}

.fa-kerning:before {
  content: "\f86f";
}

.fa-key:before {
  content: "\f084";
}

.fa-key-skeleton:before {
  content: "\f6f3";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-keynote:before {
  content: "\f66c";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kidneys:before {
  content: "\f5fb";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kite:before {
  content: "\f6f4";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-knife-kitchen:before {
  content: "\f6f5";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-lambda:before {
  content: "\f66e";
}

.fa-lamp:before {
  content: "\f4ca";
}

.fa-lamp-desk:before {
  content: "樂";
}

.fa-lamp-floor:before {
  content: "洛";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-landmark-alt:before {
  content: "\f752";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "復";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lasso:before {
  content: "\f8c8";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-layer-minus:before {
  content: "\f5fe";
}

.fa-layer-plus:before {
  content: "\f5ff";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leaf-heart:before {
  content: "\f4cb";
}

.fa-leaf-maple:before {
  content: "\f6f6";
}

.fa-leaf-oak:before {
  content: "\f6f7";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-light-ceiling:before {
  content: "烙";
}

.fa-light-switch:before {
  content: "珞";
}

.fa-light-switch-off:before {
  content: "落";
}

.fa-light-switch-on:before {
  content: "酪";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-lightbulb-dollar:before {
  content: "\f670";
}

.fa-lightbulb-exclamation:before {
  content: "\f671";
}

.fa-lightbulb-on:before {
  content: "\f672";
}

.fa-lightbulb-slash:before {
  content: "\f673";
}

.fa-lights-holiday:before {
  content: "\f7b2";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-line-columns:before {
  content: "\f870";
}

.fa-line-height:before {
  content: "\f871";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lips:before {
  content: "\f600";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-music:before {
  content: "\f8c9";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location:before {
  content: "\f601";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-location-circle:before {
  content: "\f602";
}

.fa-location-slash:before {
  content: "\f603";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-alt:before {
  content: "\f30d";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-lock-open-alt:before {
  content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-loveseat:before {
  content: "\f4cc";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luchador:before {
  content: "\f455";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "不";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-mace:before {
  content: "\f6f8";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailbox:before {
  content: "\f813";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-mandolin:before {
  content: "\f6f9";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-marker-alt-slash:before {
  content: "\f605";
}

.fa-map-marker-check:before {
  content: "\f606";
}

.fa-map-marker-edit:before {
  content: "\f607";
}

.fa-map-marker-exclamation:before {
  content: "\f608";
}

.fa-map-marker-minus:before {
  content: "\f609";
}

.fa-map-marker-plus:before {
  content: "\f60a";
}

.fa-map-marker-question:before {
  content: "\f60b";
}

.fa-map-marker-slash:before {
  content: "\f60c";
}

.fa-map-marker-smile:before {
  content: "\f60d";
}

.fa-map-marker-times:before {
  content: "\f60e";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-meat:before {
  content: "\f814";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaphone:before {
  content: "\f675";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "駱";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microphone-stand:before {
  content: "\f8cb";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-microwave:before {
  content: "亂";
}

.fa-mind-share:before {
  content: "\f677";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-hexagon:before {
  content: "\f307";
}

.fa-minus-octagon:before {
  content: "\f308";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mistletoe:before {
  content: "\f7b4";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "稜";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-mobile-android:before {
  content: "\f3ce";
}

.fa-mobile-android-alt:before {
  content: "\f3cf";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-money-check-edit:before {
  content: "\f872";
}

.fa-money-check-edit-alt:before {
  content: "\f873";
}

.fa-monitor-heart-rate:before {
  content: "\f611";
}

.fa-monkey:before {
  content: "\f6fb";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-moon-cloud:before {
  content: "\f754";
}

.fa-moon-stars:before {
  content: "\f755";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mountains:before {
  content: "\f6fd";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-alt:before {
  content: "\f8cd";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mp3-player:before {
  content: "\f8ce";
}

.fa-mug:before {
  content: "\f874";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-mug-marshmallows:before {
  content: "\f7b7";
}

.fa-mug-tea:before {
  content: "\f875";
}

.fa-music:before {
  content: "\f001";
}

.fa-music-alt:before {
  content: "\f8cf";
}

.fa-music-alt-slash:before {
  content: "\f8d0";
}

.fa-music-slash:before {
  content: "\f8d1";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-narwhal:before {
  content: "\f6fe";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octagon:before {
  content: "\f306";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-oil-temp:before {
  content: "\f614";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-omega:before {
  content: "\f67a";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-ornament:before {
  content: "\f7b8";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-outlet:before {
  content: "卵";
}

.fa-oven:before {
  content: "欄";
}

.fa-overline:before {
  content: "\f876";
}

.fa-page-break:before {
  content: "\f877";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-brush-alt:before {
  content: "\f5a9";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-pallet-alt:before {
  content: "\f483";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-paragraph-rtl:before {
  content: "\f878";
}

.fa-parking:before {
  content: "\f540";
}

.fa-parking-circle:before {
  content: "\f615";
}

.fa-parking-circle-slash:before {
  content: "\f616";
}

.fa-parking-slash:before {
  content: "\f617";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paw-alt:before {
  content: "\f701";
}

.fa-paw-claws:before {
  content: "\f702";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pegasus:before {
  content: "\f703";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-paintbrush:before {
  content: "\f618";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-pennant:before {
  content: "\f456";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "泌";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-person-carry:before {
  content: "\f4cf";
}

.fa-person-dolly:before {
  content: "\f4d0";
}

.fa-person-dolly-empty:before {
  content: "\f4d1";
}

.fa-person-sign:before {
  content: "\f757";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-laptop:before {
  content: "\f87a";
}

.fa-phone-office:before {
  content: "\f67d";
}

.fa-phone-plus:before {
  content: "\f4d2";
}

.fa-phone-rotary:before {
  content: "\f8d3";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pi:before {
  content: "\f67e";
}

.fa-piano:before {
  content: "\f8d4";
}

.fa-piano-keyboard:before {
  content: "\f8d5";
}

.fa-pie:before {
  content: "\f705";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "爛";
}

.fa-pig:before {
  content: "\f706";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza:before {
  content: "\f817";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-alt:before {
  content: "\f3de";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "數";
}

.fa-planet-moon:before {
  content: "蘭";
}

.fa-planet-ringed:before {
  content: "鸞";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-hexagon:before {
  content: "\f300";
}

.fa-plus-octagon:before {
  content: "\f301";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-podium:before {
  content: "\f680";
}

.fa-podium-star:before {
  content: "\f758";
}

.fa-police-box:before {
  content: "嵐";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poll-people:before {
  content: "\f759";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-popcorn:before {
  content: "\f819";
}

.fa-portal-enter:before {
  content: "濫";
}

.fa-portal-exit:before {
  content: "藍";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-presentation:before {
  content: "\f685";
}

.fa-print:before {
  content: "\f02f";
}

.fa-print-search:before {
  content: "\f81a";
}

.fa-print-slash:before {
  content: "\f686";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-projector:before {
  content: "\f8d6";
}

.fa-pump-medical:before {
  content: "索";
}

.fa-pump-soap:before {
  content: "參";
}

.fa-pumpkin:before {
  content: "\f707";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-question-square:before {
  content: "\f2fd";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-rabbit:before {
  content: "\f708";
}

.fa-rabbit-fast:before {
  content: "\f709";
}

.fa-racquet:before {
  content: "\f45a";
}

.fa-radar:before {
  content: "襤";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-radio:before {
  content: "\f8d7";
}

.fa-radio-alt:before {
  content: "\f8d8";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-raindrops:before {
  content: "\f75c";
}

.fa-ram:before {
  content: "\f70a";
}

.fa-ramp-loading:before {
  content: "\f4d4";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-raygun:before {
  content: "拉";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-rectangle-landscape:before {
  content: "\f2fa";
}

.fa-rectangle-portrait:before {
  content: "\f2fb";
}

.fa-rectangle-wide:before {
  content: "\f2fc";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-refrigerator:before {
  content: "臘";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-repeat:before {
  content: "\f363";
}

.fa-repeat-1:before {
  content: "\f365";
}

.fa-repeat-1-alt:before {
  content: "\f366";
}

.fa-repeat-alt:before {
  content: "\f364";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-retweet-alt:before {
  content: "\f361";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-rings-wedding:before {
  content: "\f81b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocket-launch:before {
  content: "蠟";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-route-highway:before {
  content: "\f61a";
}

.fa-route-interstate:before {
  content: "\f61b";
}

.fa-router:before {
  content: "\f8da";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-triangle:before {
  content: "\f61c";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rv:before {
  content: "\f7be";
}

.fa-sack:before {
  content: "\f81c";
}

.fa-sack-dollar:before {
  content: "\f81d";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salad:before {
  content: "\f81e";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sandwich:before {
  content: "\f81f";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-sausage:before {
  content: "\f820";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-sax-hot:before {
  content: "\f8db";
}

.fa-saxophone:before {
  content: "\f8dc";
}

.fa-scalpel:before {
  content: "\f61d";
}

.fa-scalpel-path:before {
  content: "\f61e";
}

.fa-scanner:before {
  content: "\f488";
}

.fa-scanner-image:before {
  content: "\f8f3";
}

.fa-scanner-keyboard:before {
  content: "\f489";
}

.fa-scanner-touchscreen:before {
  content: "\f48a";
}

.fa-scarecrow:before {
  content: "\f70d";
}

.fa-scarf:before {
  content: "\f7c1";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-scroll-old:before {
  content: "\f70f";
}

.fa-scrubber:before {
  content: "\f2f8";
}

.fa-scythe:before {
  content: "\f710";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-send-back:before {
  content: "\f87e";
}

.fa-send-backward:before {
  content: "\f87f";
}

.fa-sensor:before {
  content: "廊";
}

.fa-sensor-alert:before {
  content: "朗";
}

.fa-sensor-fire:before {
  content: "浪";
}

.fa-sensor-on:before {
  content: "狼";
}

.fa-sensor-smoke:before {
  content: "郎";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-all:before {
  content: "\f367";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-sheep:before {
  content: "\f711";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield:before {
  content: "\f132";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-check:before {
  content: "\f2f7";
}

.fa-shield-cross:before {
  content: "\f712";
}

.fa-shield-virus:before {
  content: "塞";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shipping-timed:before {
  content: "\f48c";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shish-kebab:before {
  content: "\f821";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "綾";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shovel:before {
  content: "\f713";
}

.fa-shovel-snow:before {
  content: "\f7c3";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shredder:before {
  content: "\f68a";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-shuttlecock:before {
  content: "\f45b";
}

.fa-sickle:before {
  content: "\f822";
}

.fa-sigma:before {
  content: "\f68b";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signal-1:before {
  content: "\f68c";
}

.fa-signal-2:before {
  content: "\f68d";
}

.fa-signal-3:before {
  content: "\f68e";
}

.fa-signal-4:before {
  content: "\f68f";
}

.fa-signal-alt:before {
  content: "\f690";
}

.fa-signal-alt-1:before {
  content: "\f691";
}

.fa-signal-alt-2:before {
  content: "\f692";
}

.fa-signal-alt-3:before {
  content: "\f693";
}

.fa-signal-alt-slash:before {
  content: "\f694";
}

.fa-signal-slash:before {
  content: "\f695";
}

.fa-signal-stream:before {
  content: "\f8dd";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "省";
}

.fa-siren:before {
  content: "來";
}

.fa-siren-on:before {
  content: "冷";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-skeleton:before {
  content: "\f620";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-ski-jump:before {
  content: "\f7c7";
}

.fa-ski-lift:before {
  content: "\f7c8";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-cow:before {
  content: "\f8de";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sledding:before {
  content: "\f7cb";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-sliders-h-square:before {
  content: "\f3f0";
}

.fa-sliders-v:before {
  content: "\f3f1";
}

.fa-sliders-v-square:before {
  content: "\f3f2";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-plus:before {
  content: "\f5b9";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoke:before {
  content: "\f760";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snake:before {
  content: "\f716";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snooze:before {
  content: "\f880";
}

.fa-snow-blowing:before {
  content: "\f761";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowflakes:before {
  content: "\f7cf";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowmobile:before {
  content: "\f7d1";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "葉";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-solar-system:before {
  content: "勞";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-alt:before {
  content: "\f883";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-circle:before {
  content: "擄";
}

.fa-sort-circle-down:before {
  content: "櫓";
}

.fa-sort-circle-up:before {
  content: "爐";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-shapes-down:before {
  content: "\f888";
}

.fa-sort-shapes-down-alt:before {
  content: "\f889";
}

.fa-sort-shapes-up:before {
  content: "\f88a";
}

.fa-sort-shapes-up-alt:before {
  content: "\f88b";
}

.fa-sort-size-down:before {
  content: "\f88c";
}

.fa-sort-size-down-alt:before {
  content: "\f88d";
}

.fa-sort-size-up:before {
  content: "\f88e";
}

.fa-sort-size-up-alt:before {
  content: "\f88f";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-soup:before {
  content: "\f823";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-space-station-moon:before {
  content: "盧";
}

.fa-space-station-moon-alt:before {
  content: "老";
}

.fa-spade:before {
  content: "\f2f4";
}

.fa-sparkles:before {
  content: "\f890";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker:before {
  content: "\f8df";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-speakers:before {
  content: "\f8e0";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spider-black-widow:before {
  content: "\f718";
}

.fa-spider-web:before {
  content: "\f719";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spinner-third:before {
  content: "\f3f4";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-sprinkler:before {
  content: "蘆";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root:before {
  content: "\f697";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-squirrel:before {
  content: "\f71a";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-staff:before {
  content: "\f71b";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-christmas:before {
  content: "\f7d4";
}

.fa-star-exclamation:before {
  content: "\f2f3";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-star-shooting:before {
  content: "虜";
}

.fa-starfighter:before {
  content: "路";
}

.fa-starfighter-alt:before {
  content: "露";
}

.fa-stars:before {
  content: "\f762";
}

.fa-starship:before {
  content: "魯";
}

.fa-starship-freighter:before {
  content: "鷺";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steak:before {
  content: "\f824";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-steering-wheel:before {
  content: "\f622";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stocking:before {
  content: "\f7d5";
}

.fa-stomach:before {
  content: "\f623";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "說";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "殺";
}

.fa-store-slash:before {
  content: "辰";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-stretcher:before {
  content: "\f825";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-sun-cloud:before {
  content: "\f763";
}

.fa-sun-dust:before {
  content: "\f764";
}

.fa-sun-haze:before {
  content: "\f765";
}

.fa-sunglasses:before {
  content: "\f892";
}

.fa-sunrise:before {
  content: "\f766";
}

.fa-sunset:before {
  content: "\f767";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-sword:before {
  content: "\f71c";
}

.fa-sword-laser:before {
  content: "碌";
}

.fa-sword-laser-alt:before {
  content: "祿";
}

.fa-swords:before {
  content: "\f71d";
}

.fa-swords-laser:before {
  content: "綠";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablet-android:before {
  content: "\f3fb";
}

.fa-tablet-android-alt:before {
  content: "\f3fc";
}

.fa-tablet-rugged:before {
  content: "\f48f";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer:before {
  content: "\f0e4";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tachometer-alt-average:before {
  content: "\f624";
}

.fa-tachometer-alt-fast:before {
  content: "\f625";
}

.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

.fa-tachometer-alt-slow:before {
  content: "\f627";
}

.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

.fa-tachometer-average:before {
  content: "\f629";
}

.fa-tachometer-fast:before {
  content: "\f62a";
}

.fa-tachometer-fastest:before {
  content: "\f62b";
}

.fa-tachometer-slow:before {
  content: "\f62c";
}

.fa-tachometer-slowest:before {
  content: "\f62d";
}

.fa-taco:before {
  content: "\f826";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tally:before {
  content: "\f69c";
}

.fa-tanakh:before {
  content: "\f827";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-tasks-alt:before {
  content: "\f828";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-telescope:before {
  content: "菉";
}

.fa-temperature-down:before {
  content: "錄";
}

.fa-temperature-frigid:before {
  content: "\f768";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-hot:before {
  content: "\f76a";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-temperature-up:before {
  content: "鹿";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-tennis-ball:before {
  content: "\f45e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text:before {
  content: "\f893";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-size:before {
  content: "\f894";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-theta:before {
  content: "\f69e";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-thunderstorm:before {
  content: "\f76c";
}

.fa-thunderstorm-moon:before {
  content: "\f76d";
}

.fa-thunderstorm-sun:before {
  content: "\f76e";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tilde:before {
  content: "\f69f";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-times-hexagon:before {
  content: "\f2ee";
}

.fa-times-octagon:before {
  content: "\f2f0";
}

.fa-times-square:before {
  content: "\f2d3";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tire:before {
  content: "\f631";
}

.fa-tire-flat:before {
  content: "\f632";
}

.fa-tire-pressure-warning:before {
  content: "\f633";
}

.fa-tire-rugged:before {
  content: "\f634";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-alt:before {
  content: "\f71f";
}

.fa-toilet-paper-slash:before {
  content: "沈";
}

.fa-tombstone:before {
  content: "\f720";
}

.fa-tombstone-alt:before {
  content: "\f721";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-toothbrush:before {
  content: "\f635";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tornado:before {
  content: "\f76f";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-cone:before {
  content: "\f636";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-traffic-light-go:before {
  content: "\f638";
}

.fa-traffic-light-slow:before {
  content: "\f639";
}

.fa-traffic-light-stop:before {
  content: "\f63a";
}

.fa-trailer:before {
  content: "論";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-transporter:before {
  content: "壟";
}

.fa-transporter-1:before {
  content: "弄";
}

.fa-transporter-2:before {
  content: "籠";
}

.fa-transporter-3:before {
  content: "聾";
}

.fa-transporter-empty:before {
  content: "牢";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-trash-undo:before {
  content: "\f895";
}

.fa-trash-undo-alt:before {
  content: "\f896";
}

.fa-treasure-chest:before {
  content: "\f723";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-tree-alt:before {
  content: "\f400";
}

.fa-tree-christmas:before {
  content: "\f7db";
}

.fa-tree-decorated:before {
  content: "\f7dc";
}

.fa-tree-large:before {
  content: "\f7dd";
}

.fa-tree-palm:before {
  content: "\f82b";
}

.fa-trees:before {
  content: "\f724";
}

.fa-trello:before {
  content: "\f181";
}

.fa-triangle:before {
  content: "\f2ec";
}

.fa-triangle-music:before {
  content: "\f8e2";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-trophy-alt:before {
  content: "\f2eb";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-container:before {
  content: "\f4dc";
}

.fa-truck-couch:before {
  content: "\f4dd";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-truck-plow:before {
  content: "\f7de";
}

.fa-truck-ramp:before {
  content: "\f4e0";
}

.fa-trumpet:before {
  content: "\f8e3";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-turkey:before {
  content: "\f725";
}

.fa-turntable:before {
  content: "\f8e4";
}

.fa-turtle:before {
  content: "\f726";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-tv-alt:before {
  content: "\f8e5";
}

.fa-tv-music:before {
  content: "\f8e6";
}

.fa-tv-retro:before {
  content: "\f401";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typewriter:before {
  content: "\f8e7";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-ufo:before {
  content: "磊";
}

.fa-ufo-beam:before {
  content: "賂";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-unicorn:before {
  content: "\f727";
}

.fa-union:before {
  content: "\f6a2";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "雷";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usb-drive:before {
  content: "\f8e9";
}

.fa-usd-circle:before {
  content: "\f2e8";
}

.fa-usd-square:before {
  content: "\f2e9";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alien:before {
  content: "壘";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-chart:before {
  content: "\f6a3";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-cowboy:before {
  content: "\f8ea";
}

.fa-user-crown:before {
  content: "\f6a4";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-hard-hat:before {
  content: "\f82c";
}

.fa-user-headset:before {
  content: "\f82d";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-md-chat:before {
  content: "\f82e";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-music:before {
  content: "\f8eb";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-robot:before {
  content: "屢";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-user-unlock:before {
  content: "菱";
}

.fa-user-visor:before {
  content: "樓";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-class:before {
  content: "\f63d";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-crown:before {
  content: "\f6a5";
}

.fa-users-medical:before {
  content: "\f830";
}

.fa-users-slash:before {
  content: "拾";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-fork:before {
  content: "\f2e3";
}

.fa-utensil-knife:before {
  content: "\f2e4";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-utensils-alt:before {
  content: "\f2e6";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vacuum:before {
  content: "淚";
}

.fa-vacuum-robot:before {
  content: "漏";
}

.fa-value-absolute:before {
  content: "\f6a6";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vhs:before {
  content: "\f8ec";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-plus:before {
  content: "\f4e1";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-violin:before {
  content: "\f8ed";
}

.fa-virus:before {
  content: "若";
}

.fa-virus-slash:before {
  content: "掠";
}

.fa-viruses:before {
  content: "略";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volcano:before {
  content: "\f770";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume:before {
  content: "\f6a8";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-slash:before {
  content: "\f2e2";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-nay:before {
  content: "\f771";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-wagon-covered:before {
  content: "\f8ee";
}

.fa-walker:before {
  content: "\f831";
}

.fa-walkie-talkie:before {
  content: "\f8ef";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-wand:before {
  content: "\f72a";
}

.fa-wand-magic:before {
  content: "\f72b";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-warehouse-alt:before {
  content: "\f495";
}

.fa-washer:before {
  content: "\f898";
}

.fa-watch:before {
  content: "\f2e1";
}

.fa-watch-calculator:before {
  content: "\f8f0";
}

.fa-watch-fitness:before {
  content: "\f63e";
}

.fa-water:before {
  content: "\f773";
}

.fa-water-lower:before {
  content: "\f774";
}

.fa-water-rise:before {
  content: "\f775";
}

.fa-wave-sine:before {
  content: "\f899";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-wave-triangle:before {
  content: "\f89a";
}

.fa-waveform:before {
  content: "\f8f1";
}

.fa-waveform-path:before {
  content: "\f8f2";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-webcam:before {
  content: "\f832";
}

.fa-webcam-slash:before {
  content: "\f833";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whale:before {
  content: "\f72c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheat:before {
  content: "\f72d";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whistle:before {
  content: "\f460";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wifi-1:before {
  content: "\f6aa";
}

.fa-wifi-2:before {
  content: "\f6ab";
}

.fa-wifi-slash:before {
  content: "\f6ac";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-wind-turbine:before {
  content: "\f89b";
}

.fa-wind-warning:before {
  content: "\f776";
}

.fa-window:before {
  content: "\f40e";
}

.fa-window-alt:before {
  content: "\f40f";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-frame:before {
  content: "累";
}

.fa-window-frame-open:before {
  content: "縷";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-windsock:before {
  content: "\f777";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wreath:before {
  content: "\f7e2";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../../webfonts/fa-solid-900.eot");
  src: url("../../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../webfonts/fa-solid-900.woff2") format("woff2"), url("../../webfonts/fa-solid-900.woff") format("woff"), url("../../webfonts/fa-solid-900.ttf") format("truetype"), url("../../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../webfonts/fa-regular-400.eot");
  src: url("../../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../../webfonts/fa-regular-400.woff2") format("woff2"), url("../../webfonts/fa-regular-400.woff") format("woff"), url("../../webfonts/fa-regular-400.ttf") format("truetype"), url("../../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../../webfonts/fa-light-300.eot");
  src: url("../../webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../../webfonts/fa-light-300.woff2") format("woff2"), url("../../webfonts/fa-light-300.woff") format("woff"), url("../../webfonts/fa-light-300.ttf") format("truetype"), url("../../webfonts/fa-light-300.svg#fontawesome") format("svg");
}
.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../webfonts/fa-brands-400.eot");
  src: url("../../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../../webfonts/fa-brands-400.woff2") format("woff2"), url("../../webfonts/fa-brands-400.woff") format("woff"), url("../../webfonts/fa-brands-400.ttf") format("truetype"), url("../../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

#site-header {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  position: fixed !important;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 10px;
  padding-bottom: 38px;
}
#site-header:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 767px) {
  #site-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#site-header .header-logo {
  position: relative;
  font-size: 35px;
  color: #fff;
  float: left;
  top: 15px;
  background-image: url("https://meetly.se/wp-content/uploads/Meetly_Logo_White-1.png");
  width: 130px;
  height: 41px;
  background-size: contain;
  background-repeat: no-repeat;
}
#site-header .header-logo:before {
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  #site-header .header-logo {
    top: auto;
    font-size: 24px;
    height: 26px;
  }
}
#site-header .nav-wrp {
  float: right;
  position: relative;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  #site-header .nav-wrp {
    background: rgb(173, 9, 66);
    background: -moz-linear-gradient(left, rgb(173, 9, 66) 0%, rgb(143, 15, 43) 100%);
    background: -webkit-linear-gradient(left, rgb(173, 9, 66) 0%, rgb(143, 15, 43) 100%);
    background: linear-gradient(to right, rgb(173, 9, 66) 0%, rgb(143, 15, 43) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ad0942", endColorstr="#8f0f2b",GradientType=1 );
    position: fixed;
    top: 56px;
    bottom: 0;
    width: 350px;
    right: -350px;
    float: none;
    padding: 20px 30px;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 320px) {
  #site-header .nav-wrp {
    width: 300px;
    right: -300px;
  }
}
#site-header .lang {
  z-index: 1;
  display: block;
  cursor: pointer;
  color: #fff;
  position: absolute;
  right: 0;
  top: 6px;
}
@media only screen and (max-width: 767px) {
  #site-header .lang {
    right: 40px;
    top: 3px;
    font-size: 18px;
  }
}
#site-header #google_translate_element {
  display: none;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  z-index: 1000;
  top: 35px;
  right: -15px;
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
}
@media only screen and (max-width: 767px) {
  #site-header #google_translate_element {
    right: 25px;
  }
}
#site-header #google_translate_element:after, #site-header #google_translate_element:before {
  bottom: 100%;
  right: 17px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  #site-header #google_translate_element:after, #site-header #google_translate_element:before {
    right: 17px;
  }
}
#site-header #google_translate_element:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 6px;
}
#site-header #google_translate_element:before {
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #ffffff;
  border-width: 7px;
}
#site-header #google_translate_element.visible {
  display: block;
}
.home #site-header {
  padding-top: 10px;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .home #site-header {
    padding-top: 15px;
    background: rgb(255, 0, 104);
    background: -moz-linear-gradient(left, #8fcf41 0%, #429321 100%);
    background: -webkit-linear-gradient(left, #8fcf41 0%, #429321 100%);
    background: linear-gradient(to right, #8fcf41 0%, #429321 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff0068", endColorstr="#cc1040",GradientType=1 );
  }
}

.scrolled #site-header {
  top: -83px;
}
@media only screen and (max-width: 767px) {
  .scrolled #site-header {
    top: -56px;
  }
}
.scrolled .home #site-header {
  padding-top: 10px;
}
.scrolled.visible #site-header {
  top: 0;
}
.scrolled.visible .home #site-header {
  padding-top: 10px;
}

.navOpen #site-header .nav-wrp {
  right: 0;
}

.booking-open {
  position: fixed;
  overflow: hidden;
}
.booking-open #site-header {
  top: -83px !important;
}
@media only screen and (max-width: 767px) {
  .booking-open #site-header {
    top: -56px !important;
  }
}
.booking-open #main {
  padding-top: 0 !important;
}

.siteMenu,
.topMenu {
  display: block;
  text-align: right;
}
.siteMenu ul li,
.topMenu ul li {
  margin-left: 30px;
}
.siteMenu ul li:first-child,
.topMenu ul li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 1199px) {
  .siteMenu ul li,
  .topMenu ul li {
    margin-left: 20px;
  }
}
.siteMenu ul li .fa,
.topMenu ul li .fa {
  display: none;
}
.siteMenu ul li a,
.topMenu ul li a {
  display: block;
  color: #fff;
  font-weight: 700;
}
.siteMenu ul li ul,
.topMenu ul li ul {
  display: none;
}
.siteMenu.siteMenu,
.topMenu.siteMenu {
  position: absolute;
  top: 33px;
  right: 0;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 1199px) {
  .siteMenu.siteMenu,
  .topMenu.siteMenu {
    font-size: 18px;
  }
}
.siteMenu.topMenu,
.topMenu.topMenu {
  font-size: 14px;
  float: right;
  margin-right: 30px;
}
.siteMenu.topMenu ul li,
.topMenu.topMenu ul li {
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .siteMenu.siteMenu, .siteMenu.topMenu,
  .topMenu.siteMenu,
  .topMenu.topMenu {
    position: static;
    top: auto;
    right: auto;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    float: none;
  }
  .siteMenu.siteMenu ul li, .siteMenu.topMenu ul li,
  .topMenu.siteMenu ul li,
  .topMenu.topMenu ul li {
    display: block;
    margin-left: 0;
  }
  .siteMenu.siteMenu ul li .fa, .siteMenu.topMenu ul li .fa,
  .topMenu.siteMenu ul li .fa,
  .topMenu.topMenu ul li .fa {
    cursor: pointer;
    border-left: 1px solid #e2e2e2;
    z-index: 1;
    text-align: center;
    font-size: 20px;
    display: block;
    width: 75px;
    height: 57px;
    line-height: 57px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .siteMenu.siteMenu ul li a, .siteMenu.topMenu ul li a,
  .topMenu.siteMenu ul li a,
  .topMenu.topMenu ul li a {
    color: #fff;
    padding: 10px 0;
  }
  .siteMenu.siteMenu ul li ul, .siteMenu.topMenu ul li ul,
  .topMenu.siteMenu ul li ul,
  .topMenu.topMenu ul li ul {
    font-size: 14px;
  }
  .siteMenu.siteMenu ul li ul li .fa, .siteMenu.topMenu ul li ul li .fa,
  .topMenu.siteMenu ul li ul li .fa,
  .topMenu.topMenu ul li ul li .fa {
    height: 47px;
    line-height: 47px;
  }
  .siteMenu.siteMenu ul li ul li a, .siteMenu.topMenu ul li ul li a,
  .topMenu.siteMenu ul li ul li a,
  .topMenu.topMenu ul li ul li a {
    padding: 10px 40px;
  }
  .siteMenu.siteMenu ul li ul li ul, .siteMenu.topMenu ul li ul li ul,
  .topMenu.siteMenu ul li ul li ul,
  .topMenu.topMenu ul li ul li ul {
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
  }
  .siteMenu.siteMenu ul li ul li ul li a, .siteMenu.topMenu ul li ul li ul li a,
  .topMenu.siteMenu ul li ul li ul li a,
  .topMenu.topMenu ul li ul li ul li a {
    padding: 10px 40px;
  }
  .siteMenu.siteMenu ul li.current-menu-item ul, .siteMenu.topMenu ul li.current-menu-item ul,
  .topMenu.siteMenu ul li.current-menu-item ul,
  .topMenu.topMenu ul li.current-menu-item ul {
    display: block;
  }
  .siteMenu.siteMenu ul li.current-menu-item ul li ul, .siteMenu.topMenu ul li.current-menu-item ul li ul,
  .topMenu.siteMenu ul li.current-menu-item ul li ul,
  .topMenu.topMenu ul li.current-menu-item ul li ul {
    display: none;
  }
  .siteMenu.siteMenu ul li.current-menu-item ul li.current-menu-item, .siteMenu.topMenu ul li.current-menu-item ul li.current-menu-item,
  .topMenu.siteMenu ul li.current-menu-item ul li.current-menu-item,
  .topMenu.topMenu ul li.current-menu-item ul li.current-menu-item {
    display: block;
  }
  .siteMenu.siteMenu ul li.current-menu-ancestor ul, .siteMenu.topMenu ul li.current-menu-ancestor ul,
  .topMenu.siteMenu ul li.current-menu-ancestor ul,
  .topMenu.topMenu ul li.current-menu-ancestor ul {
    display: block;
  }
  .siteMenu.siteMenu ul li.current-menu-ancestor ul li.current-menu-item ul, .siteMenu.topMenu ul li.current-menu-ancestor ul li.current-menu-item ul,
  .topMenu.siteMenu ul li.current-menu-ancestor ul li.current-menu-item ul,
  .topMenu.topMenu ul li.current-menu-ancestor ul li.current-menu-item ul {
    display: block;
  }
  .siteMenu.topMenu,
  .topMenu.topMenu {
    margin-right: auto;
  }
  .siteMenu.topMenu ul li:last-child,
  .topMenu.topMenu ul li:last-child {
    margin-top: 25px;
  }
  .siteMenu.topMenu ul li:last-child a,
  .topMenu.topMenu ul li:last-child a {
    moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    border: 2px solid #fff;
  }
}

.mMenu {
  display: none;
  z-index: 7;
  position: absolute;
  width: 22px;
  right: 0;
  top: 5px;
  cursor: pointer;
  text-align: right;
}
.mMenu .menu-line {
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 4px;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}
.mMenu .menu-line.menu-line-3 {
  width: 18px;
}
@media only screen and (max-width: 767px) {
  .mMenu {
    display: block;
  }
}

.navOpen .mMenu {
  padding-right: 2px;
  padding-left: 2px;
}
.navOpen .mMenu .menu-line {
  background-color: #fff;
}
.navOpen .mMenu .menu-line-1 {
  top: 6px;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
}
.navOpen .mMenu .menu-line-2 {
  opacity: 0;
}
.navOpen .mMenu .menu-line-3 {
  top: -6px;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
}

.woocommerce.single-product .woocommerce-breadcrumb {
  font-weight: 700;
  font-size: 13px;
  color: #8590A4;
}
.woocommerce.single-product .woocommerce-breadcrumb a {
  color: #8590A4;
}
.woocommerce.single-product #breadcrumbs {
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  color: #8590A4;
  margin-bottom: 30px;
}
.woocommerce.single-product #breadcrumbs a {
  color: #8590A4;
}
.woocommerce.single-product #breadcrumbs .breadcrumb_last {
  color: #17264E;
}

.tax-switch {
  float: left;
  margin-right: 5px !important;
}
@media only screen and (max-width: 767px) {
  .tax-switch {
    display: block;
    float: none;
    margin-right: auto !important;
    margin-top: 15px !important;
  }
}
.tax-switch input[type=checkbox] + label {
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .tax-switch input[type=checkbox] + label {
    font-size: 16px !important;
  }
}
.tax-switch input[type=checkbox] + label span.fas {
  height: 18px !important;
  width: 18px !important;
  margin-right: 7px !important;
}

html,
body {
  width: 100%;
  text-align: center;
  background-image: url("/wp-content/themes/festmaklarna/assets/images/grain.png");
  background-size: 50px 50px;
}
@media only screen and (max-width: 767px) {
  html.navOpen,
  body.navOpen {
    position: fixed;
    overflow: hidden;
  }
  html.navOpen #main,
  body.navOpen #main {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
  }
  html.requestOpen,
  body.requestOpen {
    position: fixed;
    overflow: hidden;
  }
}

body {
  top: auto !important;
}
body .skiptranslate {
  display: none !important;
}

#main {
  overflow: hidden;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  position: relative;
  padding-top: 82px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #main {
    padding-top: 56px;
  }
}

.page-template-account #main,
.page-template-account-edit-festlokal #main,
.page-template-account-edit-brollop #main,
.page-template-account-edit-julbord #main,
.page-template-account-edit-konferens #main {
  overflow: visible;
}

.home #main {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .home #main {
    padding-top: 56px;
  }
}

.page-template-rooms-template #main,
.archive #main {
  padding-top: 142px;
}
@media only screen and (max-width: 767px) {
  .page-template-rooms-template #main,
  .archive #main {
    padding-top: 116px;
  }
}

.content {
  position: relative;
  z-index: 1;
}

.section {
  overflow: hidden;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.section:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section.no-padding-top {
  padding-top: 0;
}
.section.no-padding-bottom {
  padding-bottom: 0;
}
.section:last-child {
  background-image: url("/wp-content/themes/festmaklarna/assets/images/grain.png");
  background-size: 50px 50px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1023px) {
  .section:last-child {
    padding-left: 100%;
    padding-right: 100%;
    width: 300%;
    margin-left: -100%;
    padding-bottom: 60px;
  }
}
.section.no-max-width .inner-content .col-wrp .col-100 {
  position: relative;
  max-width: none;
  display: block;
}

.shape {
  position: relative;
  overflow: hidden;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  padding-left: 50%;
  padding-right: 50%;
  width: 200%;
  margin-left: -50%;
}

.shape-top {
  border-radius: 100% 100% 0 0;
}

.shape-bottom {
  border-radius: 0 0 100% 100%;
}

.inner-content {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}
.inner-content:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 1366px) {
  .inner-content {
    max-width: none;
    margin-left: 6.5%;
    margin-right: 6.5%;
  }
}

.col-wrp {
  position: relative;
  margin-left: -25px;
  margin-right: -25px;
}
.col-wrp:after {
  content: "";
  display: table;
  clear: both;
}
.col-wrp.reverse {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1023px) {
  .col-wrp.reverse {
    display: block;
  }
}

.col-100,
.col-75,
.col-66,
.col-50,
.col-33,
.col-25 {
  position: relative;
  vertical-align: top;
  padding: 25px 25px;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .col-100,
  .col-75,
  .col-66,
  .col-50,
  .col-33,
  .col-25 {
    padding: 15px 25px;
  }
}
.col-100:after,
.col-75:after,
.col-66:after,
.col-50:after,
.col-33:after,
.col-25:after {
  content: "";
  display: table;
  clear: both;
}

.col-100 {
  float: none;
  padding-top: 0;
  width: 100%;
  max-width: 640px;
}

.col-75 {
  max-width: 75%;
}

.col-66 {
  max-width: 66%;
}

.col-50 {
  max-width: 49%;
}
@media only screen and (max-width: 1023px) {
  .col-50 {
    display: block;
    max-width: none;
  }
  .col-50:first-child {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .col-50:last-child {
    padding-top: 0;
  }
}

.col-33 {
  max-width: 33%;
}

.col-25 {
  max-width: 25%;
}

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=search],
input[type=url],
input[type=date],
input[type=time],
textarea {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  padding: 14px 15px;
  border: 1px solid #fff;
  background-color: #fff;
  color: #17264E;
  font-size: 16px;
  line-height: 20px;
  vertical-align: middle;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
}

select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  padding: 14px 15px;
  border: 1px solid #fff;
  background-color: #fff;
  color: #17264E;
  font-size: 16px;
  line-height: 20px;
  vertical-align: middle;
  font-family: Arial;
  font-weight: bold;
}

.ginput_container_select,
.select-wrp,
.woocommerce-ordering {
  position: relative;
}
.ginput_container_select:before,
.select-wrp:before,
.woocommerce-ordering:before {
  color: #17264E;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  position: absolute;
  right: 15px;
  top: 13px;
  z-index: 2;
  pointer-events: none;
}

.ginput_container_date {
  position: relative;
}
.ginput_container_date:before {
  color: #17264E;
  font-family: "Font Awesome 5 Pro";
  content: "\f073";
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
  pointer-events: none;
}

textarea {
  height: 150px;
  font-weight: 400;
}

input[type=submit],
.big-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  padding: 13px 24px 15px;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
}
input[type=submit]:hover,
.big-btn:hover {
  -webkit-box-shadow: 0px 5px 50px -10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 50px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 50px -10px rgba(0, 0, 0, 0.4);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

::-webkit-input-placeholder {
  color: #17264E;
}

:-moz-placeholder {
  color: #17264E;
}

::-moz-placeholder {
  color: #17264E;
}

:-ms-input-placeholder {
  color: #17264E;
}

body img.gform_ajax_spinner {
  display: none !important;
}

.col-100 .gform_wrapper {
  margin-top: 25px;
  padding: 20px 25px 25px;
}
.col-100 .gform_wrapper h3 {
  margin-bottom: 15px;
}

.gform_wrapper {
  margin: 0 auto;
  padding: 10px 25px 25px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
}
.gform_wrapper input:-webkit-autofill,
.gform_wrapper input:-webkit-autofill:hover,
.gform_wrapper input:-webkit-autofill:focus,
.gform_wrapper input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #E4F1FD inset !important;
}
.gform_wrapper ul {
  padding-top: 0 !important;
  padding-left: 0 !important;
}
.gform_wrapper ul.gform_fields {
  margin-left: -7px;
  margin-right: -7px;
}
.gform_wrapper ul li {
  position: relative;
  list-style: none;
  text-align: left;
  margin-top: 0;
  display: block;
  padding: 7px;
}
.gform_wrapper ul li:first-child {
  margin-top: 0;
  padding-top: 0;
}
.gform_wrapper ul li:before {
  display: none;
}
.gform_wrapper ul li:after {
  content: "";
  display: table;
  clear: both;
}
.gform_wrapper ul li .gfield_label {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 2px;
  display: block;
}
.gform_wrapper ul li .gfield_label .gfield_required {
  color: #d63d54;
}
.gform_wrapper ul li.col-50, .gform_wrapper ul li.col-33, .gform_wrapper ul li.col-25 {
  float: left;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper ul li.col-50 {
    width: auto !important;
  }
}
.gform_wrapper ul li.col-33 {
  width: 33.33%;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper ul li.col-33 {
    float: none;
    width: auto !important;
  }
}
.gform_wrapper ul li.clear {
  margin: 0 !important;
  padding: 0 !important;
  height: 0px !important;
  overflow: hidden !important;
  clear: both !important;
}
.gform_wrapper input,
.gform_wrapper textarea {
  border: 1px solid #E4F1FD;
  background-color: #E4F1FD;
}
.switch {
  position: relative;
  top: -2px;
  width: 40px;
  height: 24px;
  margin-left: 6px;
}
.switch input {
  display: none;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cdcccc;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
}
.switch input:checked + .slider {
  background-color: #8FCF41;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #8FCF41;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

.checkbox {
  position: relative;
  display: block;
  text-align: left;
  margin: 0 auto;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox input[type=checkbox] + label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  color: #17264E;
  font-weight: 700;
}
.checkbox input[type=checkbox] + label span.fas {
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: rgb(255, 255, 255);
  border: 1px solid #d2d2d1;
  margin-right: 5px;
  cursor: pointer;
  text-align: center;
  top: -2px;
}
.checkbox input[type=checkbox] + label span.fas:before {
  position: absolute;
  color: #fff;
  display: none;
  width: auto;
  height: auto;
  font-size: 12px;
  line-height: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.checkbox input[type=checkbox]:checked + label span.fas {
  background: #8FCF41;
  border: 1px solid #8FCF41;
}
.checkbox input[type=checkbox]:checked + label span.fas:before {
  display: block;
}
.checkbox .woocommerce-Price-amount {
  font-weight: 400;
}

.radio-check {
  position: relative;
  display: block;
  text-align: left;
  margin: 0 auto;
}
.radio-check input[type=radio] {
  display: none;
}
.radio-check input[type=radio] + label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  color: #17264E;
  font-weight: 700;
}
.radio-check input[type=radio] + label span.fas {
  position: relative;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: rgb(255, 255, 255);
  border: 1px solid #d2d2d1;
  margin-right: 5px;
  cursor: pointer;
  text-align: center;
  top: -2px;
}
.radio-check input[type=radio] + label span.fas:before {
  position: absolute;
  color: #fff;
  display: none;
  width: auto;
  height: auto;
  font-size: 8px;
  line-height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.radio-check input[type=radio]:checked + label span.fas {
  background: #8FCF41;
  border: 1px solid #8FCF41;
}
.radio-check input[type=radio]:checked + label span.fas:before {
  display: block;
}

.request-wrp .gform_wrapper {
  position: relative;
  text-align: center;
}
.request-wrp .gform_wrapper .gform_title {
  margin-top: 15px;
  margin-bottom: 20px;
}
.request-wrp .gform_wrapper .gform_fields .gfield .gfield_label {
  display: none;
}
.request-wrp .gform_wrapper .gform_fields .gfield:first-child {
  padding-top: 7px;
}
.request-wrp .gform_wrapper .gform_fields .gfield.event, .request-wrp .gform_wrapper .gform_fields .gfield.people, .request-wrp .gform_wrapper .gform_fields .gfield.company, .request-wrp .gform_wrapper .gform_fields .gfield.phone {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .request-wrp .gform_wrapper .gform_fields .gfield.event, .request-wrp .gform_wrapper .gform_fields .gfield.people, .request-wrp .gform_wrapper .gform_fields .gfield.company, .request-wrp .gform_wrapper .gform_fields .gfield.phone {
    float: none;
    width: 100%;
  }
}
.request-wrp .gform_wrapper .gform_fields .gfield.clear {
  clear: both;
}
.request-wrp .gform_wrapper .gform_fields .gfield.radio .gfield_label {
  display: block;
  font-weight: 700;
  padding-left: 7px;
}
.request-wrp .gform_wrapper .gform_fields .gfield.radio ul {
  padding-top: 10px;
}
.request-wrp .gform_wrapper .gform_fields .gfield.radio ul li {
  padding: 2px 7px;
}
.request-wrp .gform_wrapper .gform_fields .gfield.radio ul li:last-child {
  margin-bottom: 5px;
}
.request-wrp .gform_wrapper .gform_fields .gfield.radio ul li input {
  margin-right: 7px;
}
.request-wrp .gform_wrapper .ginput_container_select:before {
  top: 15px;
}
.request-wrp .gform_wrapper .ginput_container_select select {
  background-color: #E4F1FD;
}
.request-wrp .gform_wrapper textarea {
  height: 100px;
}
.request-wrp.overlay {
  display: none;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 10000000000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
}
.request-wrp.overlay.visible {
  display: block;
}
@media only screen and (max-width: 767px) {
  .request-wrp.overlay .gform_title {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .request-wrp.overlay input {
    padding: 5px 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .request-wrp.overlay .ginput_container_date:before {
    top: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .request-wrp.overlay .ginput_container_select select {
    padding: 6px 10px;
    font-size: 13px;
  }
  .request-wrp.overlay .ginput_container_select:before {
    top: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .request-wrp.overlay textarea {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .request-wrp.overlay input.gform_button.button[type=submit] {
    margin-top: 0 !important;
  }
}
.request-wrp.overlay .close-request {
  display: block;
  font-size: 50px;
  line-height: 50px;
  position: absolute;
  top: 15px;
  right: 30px;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .request-wrp.overlay .close-request {
    top: 20px;
    right: 27px;
    font-size: 30px;
    line-height: 30px;
  }
}
.request-wrp.overlay .gform_wrapper {
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .request-wrp.overlay .gform_wrapper {
    position: relative;
    width: auto;
    top: auto;
    left: auto;
    margin: 15px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.requestOpen {
  overflow: hidden;
}
.requestOpen #site-header {
  display: none;
}
.requestOpen .room-filter {
  display: none;
}

.page-id-554 h2,
.page-id-556 h2,
.page-id-1155 h2 {
  text-align: center;
}
.page-id-554 h2:before,
.page-id-556 h2:before,
.page-id-1155 h2:before {
  text-align: center;
  display: block;
  margin: 0 auto 30px;
  color: #8FCF41;
  font-family: "Font Awesome 5 Pro";
  content: "\f058";
  font-weight: 300;
  position: relative;
  font-size: 160px;
  line-height: 160px;
  animation-name: pulse_animation;
  animation-duration: 3000ms;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(1);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes pulse_animation {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(1);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

.account-content .gform_wrapper {
  text-align: center;
  padding: 45px 30px 45px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 767px) {
  .account-content .gform_wrapper {
    padding: 20px 25px;
  }
}
.account-content .gform_wrapper h3 {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 30px;
}
.account-content .gform_wrapper ul {
  margin-left: 0;
  margin-right: 0;
}
.account-content .gform_wrapper ul:after {
  content: "";
  display: table;
  clear: both;
}
.account-content .gform_wrapper ul label {
  font-weight: 700;
  font-size: 14px;
}
.account-content .gform_wrapper ul li {
  display: none;
  padding: 0;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .account-content .gform_wrapper ul li {
    padding-bottom: 5px;
  }
}
.account-content .gform_wrapper ul li.user_type label.gfield_label {
  display: none;
}
.account-content .gform_wrapper ul li.user_type ul li {
  padding-bottom: 0;
}
.account-content .gform_wrapper ul li.country {
  display: none !important;
}
.account-content .gform_wrapper ul li.gfield_html.headline {
  display: block;
  clear: both;
  position: relative;
  margin-top: 15px;
  padding: 25px 40px 15px;
  margin-left: -30px;
  margin-right: -30px;
  border-top: 1px solid #eaeaea;
}
@media only screen and (max-width: 767px) {
  .account-content .gform_wrapper ul li.gfield_html.headline {
    padding: 20px 25px 10px;
    margin-left: -25px;
    margin-right: -25px;
  }
}
.account-content .gform_wrapper ul li.gfield_html.headline .fas {
  text-align: left;
  cursor: pointer;
  font-size: 20px;
  line-height: 26px;
  display: block;
  color: #17264E;
}
.account-content .gform_wrapper ul li.gfield_html.headline .fas:before {
  position: relative;
  float: right;
  top: 2px;
}
@media only screen and (max-width: 767px) {
  .account-content .gform_wrapper ul li.gfield_html.headline .fas {
    font-size: 18px;
    line-height: 24px;
  }
}
.account-content .gform_wrapper ul li.company {
  float: left;
  width: 100%;
}
.account-content .gform_wrapper ul li.first_name, .account-content .gform_wrapper ul li.address, .account-content .gform_wrapper ul li.city {
  float: left;
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .account-content .gform_wrapper ul li.first_name, .account-content .gform_wrapper ul li.address, .account-content .gform_wrapper ul li.city {
    float: none;
    width: 100%;
  }
}
.account-content .gform_wrapper ul li.last_name, .account-content .gform_wrapper ul li.zip, .account-content .gform_wrapper ul li.phone {
  float: right;
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .account-content .gform_wrapper ul li.last_name, .account-content .gform_wrapper ul li.zip, .account-content .gform_wrapper ul li.phone {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .account-content .gform_wrapper ul li.city, .account-content .gform_wrapper ul li.phone {
    margin-bottom: 0;
  }
}
.account-content .gform_wrapper ul li.email {
  clear: both;
}
.account-content .gform_wrapper ul li.password {
  padding-bottom: 0;
}
.account-content .gform_wrapper ul li.password .gfield_label {
  display: none;
}
.account-content .gform_wrapper ul li.password .ginput_container_password:after {
  content: "";
  display: table;
  clear: both;
}
.account-content .gform_wrapper ul li.password .ginput_left,
.account-content .gform_wrapper ul li.password .ginput_right {
  display: block;
  float: left;
  width: 49%;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .account-content .gform_wrapper ul li.password .ginput_left,
  .account-content .gform_wrapper ul li.password .ginput_right {
    float: none;
    width: 100%;
  }
}
.account-content .gform_wrapper ul li.password .ginput_right {
  float: right;
}
@media only screen and (max-width: 767px) {
  .account-content .gform_wrapper ul li.password .ginput_right {
    float: none;
  }
}
.account-content .gform_wrapper ul li.description {
  padding-bottom: 20px;
}
.account-content .gform_wrapper ul li.description textarea {
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .account-content .gform_wrapper ul li.description textarea {
    height: 300px;
  }
}
.account-content .gform_wrapper ul li.description .charleft {
  font-size: 14px;
}
.account-content .gform_wrapper ul li.image {
  margin: 5px auto 0;
  background-color: #fff;
  border: 3px dashed #E4F1FD;
  padding: 15px 25px 20px;
}
.account-content .gform_wrapper ul li.image .gfmuf-upload-wrap .cr-slider {
  border: none;
  background-color: #fff;
}
.account-content .gform_wrapper ul li.image .gfmuf-upload-wrap .button {
  background-color: #FF0068;
  font-weight: 700;
  padding: 5px 13px;
  font-size: 14px;
}
.account-content .gform_wrapper ul .form-toggle {
  display: none;
}
.account-content .gform_wrapper ul .form-toggle.visible li {
  display: block;
}
.account-content .gform_wrapper ul .form-toggle.visible li.image {
  display: inline-block;
}
.account-content .gform_wrapper .gform_footer {
  border-top: 1px solid #eaeaea;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 15px;
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .account-content .gform_wrapper .gform_footer {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.account-content input:-webkit-autofill,
.account-content input:-webkit-autofill:hover,
.account-content input:-webkit-autofill:focus,
.account-content input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #E4F1FD inset !important;
}
.account-content .updated {
  display: none;
}
.account-content .wpua-edit {
  text-align: center;
  padding: 0 15px 40px;
}
.account-content .wpua-edit h3 {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 15px;
}
.account-content .wpua-edit #wpua-add-button {
  margin-right: 0;
}
.account-content .wpua-edit .avatar_container {
  margin-right: 0;
}
.account-content .wpua-edit input[type=submit] {
  margin-top: 15px;
}

.account-content #password-lost-form-wrap {
  position: relative;
  text-align: center;
  padding: 45px 30px 45px;
  overflow: hidden;
}
.account-content #password-lost-form-wrap fieldset {
  max-width: 380px;
  margin: 0 auto;
}
.account-content #password-lost-form-wrap fieldset legend {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
}
.account-content #password-lost-form-wrap fieldset .no-margin label {
  font-weight: 700;
  font-size: 14px;
}
.account-content #password-lost-form-wrap fieldset .no-margin input {
  background-color: #E4F1FD;
}
.account-content #password-lost-form-wrap fieldset .lostpassword-submit {
  padding-top: 15px;
}

#ui-datepicker-div {
  border: 1px solid #eaeaea;
}
#ui-datepicker-div .ui-datepicker-header {
  background: none;
  border: none;
}
#ui-datepicker-div .ui-datepicker-header a {
  border: none !important;
  background: none !important;
  cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  left: 5px !important;
  top: 3px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  right: 2px !important;
  top: 3px;
}
#ui-datepicker-div .ui-datepicker-header .ui-icon-circle-triangle-e {
  background-position: -34px -5px !important;
  margin-top: 0 !important;
}
#ui-datepicker-div .ui-datepicker-header .ui-icon-circle-triangle-w {
  background-position: -100px -5px !important;
  margin-top: 0 !important;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select {
  border: 1px solid #eaeaea;
  margin-left: 2px;
  margin-right: 2px;
  padding: 2px 5px;
  line-height: 16px;
  font-size: 12px;
}
#ui-datepicker-div .ui-datepicker-calendar {
  font-size: 12px;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td a {
  border: 1px solid #eaeaea;
  background: #fff;
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td.ui-datepicker-today a {
  background-color: #f5f5f5;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td.ui-datepicker-current-day a {
  background-color: #8FCF41;
  color: #fff;
}

.category-grid {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (max-width: 767px) {
  .category-grid {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.category-grid:after {
  content: "";
  display: table;
  clear: both;
}
.category-grid .grid-item {
  position: relative;
  vertical-align: top;
  padding: 10px;
  width: 25%;
  float: left;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .category-grid .grid-item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .category-grid .grid-item {
    padding: 5px;
  }
}
.category-grid .grid-item .prod-banner {
  margin-top: 0;
  padding: 6px 15px 6px;
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.category-grid .grid-item .prod-banner-hover-txt {
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  color: #8590A4;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  position: absolute;
  padding: 15px;
  z-index: 3;
  width: 80%;
  top: 45px;
  left: 25px;
}
.category-grid .grid-item .prod-banner-hover-txt.visible {
  display: block;
}
.category-grid .grid-item .prod-banner-hover-txt:after, .category-grid .grid-item .prod-banner-hover-txt:before {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.category-grid .grid-item .prod-banner-hover-txt:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 6px;
}
.category-grid .grid-item .prod-banner-hover-txt:before {
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #ffffff;
  border-width: 7px;
  left: 29px;
}
.category-grid .grid-item .prod-banner-hover-txt .close-banner {
  cursor: pointer;
  position: absolute;
  right: 7px;
  top: 5px;
}
.category-grid .grid-item .bg {
  display: block;
  background-image: url("/wp-content/uploads/images/festlokal.jpg");
  cursor: pointer;
  color: #fff;
  position: relative;
  padding-bottom: 100%;
  top: 0;
  z-index: 1;
}
.category-grid .grid-item .bg:before, .category-grid .grid-item .bg:after {
  border-radius: 0 0 8px 8px;
  content: "";
  position: absolute;
  top: 100%;
  bottom: 0;
  z-index: -1;
}
.category-grid .grid-item .bg:before {
  background-color: rgba(23, 38, 78, 0.4);
  left: 8px;
  right: 8px;
}
.category-grid .grid-item .bg:after {
  background-color: rgba(23, 38, 78, 0.2);
  left: 16px;
  right: 16px;
}
.category-grid .grid-item .bg.desktop:hover {
  top: -7px;
}
.category-grid .grid-item .bg.desktop:hover:before {
  top: 99%;
  bottom: -10px;
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
.category-grid .grid-item .bg.desktop:hover:after {
  top: 99%;
  bottom: -20px;
  -webkit-transform: rotate(0.5deg);
  -ms-transform: rotate(0.5deg);
  transform: rotate(0.5deg);
}
@media only screen and (max-width: 1023px) {
  .category-grid .grid-item .bg {
    padding-bottom: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .category-grid .grid-item .bg {
    padding-bottom: 100%;
  }
}
.category-grid .grid-item .bg .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(23, 38, 78, 0.9) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(23, 38, 78, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(23, 38, 78, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4d000000", endColorstr="#e617264e",GradientType=0 );
}
.category-grid .grid-item .bg h3 {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50px;
  z-index: 3;
  text-align: center;
  font-size: 26px;
}
@media only screen and (max-width: 1199px) {
  .category-grid .grid-item .bg h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1023px) {
  .category-grid .grid-item .bg h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .category-grid .grid-item .bg h3 {
    font-size: 20px;
    left: 15px;
    right: 15px;
  }
}
.category-grid .grid-item .bg span {
  text-align: center;
  font-size: 14px;
  position: absolute;
  z-index: 3;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.category-grid .grid-item .bg span:before {
  margin-right: 3px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .category-grid .grid-item .bg span {
    font-size: 12px;
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
}
.category-grid.event .grid-item .bg:before {
  background-color: rgba(143, 207, 65, 0.4);
}
.category-grid.event .grid-item .bg:after {
  background-color: rgba(143, 207, 65, 0.2);
}
.category-grid.event .grid-item .overlay {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(143, 207, 65, 0.9) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(143, 207, 65, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(143, 207, 65, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4d000000", endColorstr="#e6cc1040",GradientType=0 );
}

.woocommerce-breadcrumb {
  display: none;
}

.rooms-section {
  padding-top: 0;
  padding-bottom: 0 !important;
}

.room-grid {
  position: relative;
  z-index: 1;
  float: left;
  width: 67%;
  padding-left: 5%;
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0) 190px, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.07) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0) 190px, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.07) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0) 190px, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.07) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#12000000", endColorstr="#12000000", GradientType=0);
}
.room-grid.full-width {
  width: 100%;
}
.room-grid .woocommerce-notices-wrapper {
  display: none !important;
}
.room-grid.up-sells {
  background: none;
  padding: 15px;
}
@media only screen and (max-width: 1366px) {
  .room-grid {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .room-grid {
    width: auto;
    float: none;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background-image: url("/wp-content/themes/festmaklarna/assets/images/grain.png");
    background-size: 50px 50px;
  }
}
.room-grid:after {
  content: "";
  display: table;
  clear: both;
}
.room-grid.full-width {
  width: 100%;
}
.room-grid.full-width .grid-item {
  width: 25%;
}
@media only screen and (min-width: 1921px) {
  .room-grid.full-width .grid-item {
    width: 20%;
  }
}
@media only screen and (max-width: 1199px) {
  .room-grid.full-width .grid-item {
    width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .room-grid.full-width .grid-item {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .room-grid.full-width .grid-item {
    width: 100%;
    float: none;
  }
}
.room-grid.product-page {
  width: 100%;
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.room-grid.product-page .grid-item {
  width: 33.33%;
}
@media only screen and (max-width: 767px) {
  .room-grid.product-page .grid-item {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .room-grid.product-page .grid-item {
    width: 100%;
    float: none;
  }
}
.room-grid .tax-info {
  text-align: left;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  color: #8590A4;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  position: relative;
  padding: 15px 30px;
  margin: 0 15px 30px;
}
@media only screen and (max-width: 767px) {
  .room-grid .tax-info {
    margin: 15px 15px 15px;
  }
}
.room-grid .tax-info h1 {
  font-size: 24px;
  line-height: 30px;
  color: #17264E;
  margin-bottom: 10px;
}
.room-grid .tax-info .taxonomy-description {
  margin-top: -10px;
}
.room-grid .tax-info .taxonomy-description p {
  max-width: none;
}
.room-grid .woocommerce-info {
  padding: 20px;
  margin: 15px 0 0 0;
  position: relative;
  background-color: #cc1040;
  color: #fff;
  border-top: none;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
}
.room-grid .woocommerce-info:before {
  display: none;
}
.room-grid .woocommerce-ordering {
  display: block;
  float: none;
  margin: 0 15px 30px;
  -webkit-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
}
.room-grid .grid-item {
  position: relative;
  vertical-align: top;
  margin-bottom: 10px;
  padding: 12px;
  width: 33.33%;
  float: left;
  text-align: left;
  background-color: transparent;
}
@media only screen and (min-width: 1921px) {
  .room-grid .grid-item {
    width: 25%;
  }
}
@media only screen and (max-width: 1199px) {
  .room-grid .grid-item {
    width: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  .room-grid .grid-item {
    width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .room-grid .grid-item {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .room-grid .grid-item {
    width: 100%;
    float: none;
  }
}
.room-grid .grid-item .prod-banner {
  margin-top: 0;
  padding: 6px 15px 6px;
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.room-grid .grid-item .prod-banner-hover-txt {
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  color: #8590A4;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  position: absolute;
  padding: 15px;
  z-index: 3;
  width: 80%;
  top: 45px;
  left: 25px;
}
.room-grid .grid-item .prod-banner-hover-txt.visible {
  display: block;
}
.room-grid .grid-item .prod-banner-hover-txt:after, .room-grid .grid-item .prod-banner-hover-txt:before {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.room-grid .grid-item .prod-banner-hover-txt:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 6px;
}
.room-grid .grid-item .prod-banner-hover-txt:before {
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #ffffff;
  border-width: 7px;
  left: 29px;
}
.room-grid .grid-item .prod-banner-hover-txt .close-banner {
  cursor: pointer;
  position: absolute;
  right: 7px;
  top: 5px;
}
.room-grid .grid-item .swiper {
  position: relative;
}
.room-grid .grid-item .grid-image {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}
.room-grid .grid-item .room-like {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
}
.room-grid .grid-item .room-like:before {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  font-size: 16px;
  color: #fff;
}
.room-grid .grid-item .grid-txt {
  color: #17264E;
  display: block;
}
.room-grid .grid-item .grid-txt:after {
  content: "";
  display: table;
  clear: both;
}
.room-grid .grid-item .grid-txt h3 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.room-grid .grid-item .grid-txt .price-wrp,
.room-grid .grid-item .grid-txt .rating-wrp {
  margin-top: 5px;
  margin-bottom: 15px;
  line-height: 18px;
  float: left;
  width: 50%;
}
.room-grid .grid-item .grid-txt .price-wrp .label,
.room-grid .grid-item .grid-txt .rating-wrp .label {
  font-size: 10px;
}
.room-grid .grid-item .grid-txt .price-wrp.price-wrp .price,
.room-grid .grid-item .grid-txt .rating-wrp.price-wrp .price {
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .room-grid .grid-item .grid-txt .price-wrp.price-wrp .price,
  .room-grid .grid-item .grid-txt .rating-wrp.price-wrp .price {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .room-grid .grid-item .grid-txt .price-wrp.price-wrp .price,
  .room-grid .grid-item .grid-txt .rating-wrp.price-wrp .price {
    font-size: 16px;
  }
}
@media only screen and (max-width: 320px) {
  .room-grid .grid-item .grid-txt .price-wrp.price-wrp .price,
  .room-grid .grid-item .grid-txt .rating-wrp.price-wrp .price {
    font-size: 15px;
  }
}
.room-grid .grid-item .grid-txt .price-wrp.price-wrp .price--old,
.room-grid .grid-item .grid-txt .rating-wrp.price-wrp .price--old {
  font-size: 16px;
  margin-right: 7px;
  text-decoration: line-through;
  color: #FF0068;
}
.room-grid .grid-item .grid-txt .price-wrp.price-wrp .price ins,
.room-grid .grid-item .grid-txt .rating-wrp.price-wrp .price ins {
  text-decoration: none;
  padding-left: 3px;
  color: #429321;
}
.room-grid .grid-item .grid-txt .price-wrp.rating-wrp,
.room-grid .grid-item .grid-txt .rating-wrp.rating-wrp {
  text-align: right;
}
.room-grid .grid-item .grid-txt .price-wrp.rating-wrp span,
.room-grid .grid-item .grid-txt .rating-wrp.rating-wrp span {
  position: relative;
  top: -2px;
  font-size: 14px;
  color: #DFE0E2;
}
.room-grid .grid-item .grid-txt .price-wrp.rating-wrp span.rated,
.room-grid .grid-item .grid-txt .rating-wrp.rating-wrp span.rated {
  color: #F3C605;
}
.room-grid .grid-item .grid-txt .tags-wrp {
  clear: both;
}
.room-grid .grid-item .grid-txt .tags-wrp span {
  font-size: 12px;
  line-height: 24px;
  margin-top: 5px;
  padding: 0 10px;
  font-weight: 700;
  background-color: #DFE0E2;
  moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.room-grid .grid-item .grid-txt .tags-wrp span:before {
  margin-right: 3px;
}
.room-grid .grid-item .swiper-button-prev,
.room-grid .grid-item .swiper-button-next {
  background-image: none;
  top: 0;
  height: 100%;
  bottom: 0;
  width: 60px;
  margin-top: 0;
  font-size: 24px;
  color: #fff;
  text-align: center;
  display: none;
}
.room-grid .grid-item .swiper-button-prev:before,
.room-grid .grid-item .swiper-button-next:before {
  position: absolute;
  top: 50%;
  margin-top: -12px;
}
.room-grid .grid-item .swiper-button-prev.swiper-button-prev,
.room-grid .grid-item .swiper-button-next.swiper-button-prev {
  left: 0;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#00000000", GradientType=1);
  moz-border-radius: 8px 0 0 8px;
  -webkit-border-radius: 8px 0 0 8px;
  -khtml-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}
.room-grid .grid-item .swiper-button-prev.swiper-button-prev:before,
.room-grid .grid-item .swiper-button-next.swiper-button-prev:before {
  left: 15px;
}
.room-grid .grid-item .swiper-button-prev.swiper-button-next,
.room-grid .grid-item .swiper-button-next.swiper-button-next {
  right: 0;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=1);
  moz-border-radius: 0 8px 8px 0;
  -webkit-border-radius: 0 8px 8px 0;
  -khtml-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}
.room-grid .grid-item .swiper-button-prev.swiper-button-next:before,
.room-grid .grid-item .swiper-button-next.swiper-button-next:before {
  right: 15px;
}
.room-grid .grid-item .swiper-button-prev.swiper-button-disabled,
.room-grid .grid-item .swiper-button-next.swiper-button-disabled {
  display: none;
}
.room-grid .grid-item:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
}
.room-grid .grid-item:hover .swiper-button-prev,
.room-grid .grid-item:hover .swiper-button-next {
  display: block;
}
.room-grid .grid-item:hover .swiper-button-prev.swiper-button-disabled,
.room-grid .grid-item:hover .swiper-button-next.swiper-button-disabled {
  display: none;
}
.room-grid .support-block:nth-of-type(7) {
  display: flex;
}
@media only screen and (min-width: 1921px) {
  .room-grid .support-block:nth-of-type(7) {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .room-grid .support-block:nth-of-type(7) {
    display: flex;
  }
}
.room-grid .support-block:nth-of-type(10) {
  display: none;
}
@media only screen and (min-width: 1921px) {
  .room-grid .support-block:nth-of-type(10) {
    display: flex;
  }
}
.room-grid.full-width .support-block:nth-of-type(7) {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .room-grid.full-width .support-block:nth-of-type(7) {
    display: flex;
  }
}
.room-grid.full-width .support-block:nth-of-type(10) {
  display: flex;
}
@media only screen and (min-width: 1367px) {
  .room-grid.full-width .support-block:nth-of-type(10) {
    display: flex;
  }
}
@media only screen and (min-width: 1921px) {
  .room-grid.full-width .support-block:nth-of-type(10) {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .room-grid.full-width .support-block:nth-of-type(10) {
    display: none;
  }
}
.room-grid .support-block {
  clear: both;
  position: relative;
  top: 25px;
  margin: 0 0 45px;
  padding: 0 0 0;
  background-image: url("/wp-content/themes/festmaklarna/assets/images/grain.png");
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.room-grid .support-block:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 1199px) {
  .room-grid .support-block {
    padding: 0 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .room-grid .support-block {
    display: block !important;
    padding: 30px 25px 0;
    top: 15px;
    margin: 0 0 30px;
  }
}
.room-grid .support-block div {
  vertical-align: middle;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .room-grid .support-block div {
    display: block;
    text-align: center;
  }
}
.room-grid .support-block .support-block-img {
  margin-top: -15px;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .room-grid .support-block .support-block-img {
    padding-top: 30px;
    margin-top: 0;
  }
}
.room-grid .support-block .support-block-img img {
  vertical-align: bottom;
  width: 220px;
}
.room-grid .support-block .support-block-txt {
  padding-block: 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .room-grid .support-block .support-block-txt {
    text-align: center;
  }
}
@media only screen and (max-width: 1366px) {
  .room-grid .support-block .support-block-txt h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1199px) {
  .room-grid .support-block .support-block-txt h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
.room-grid .support-block .support-block-txt .preamble {
  max-width: none;
}
@media only screen and (max-width: 1366px) {
  .room-grid .support-block .support-block-txt .preamble {
    font-size: 16px;
    line-height: 24px;
  }
}
.room-grid .support-block .support-block-txt .btn, .room-grid .support-block .support-block-txt .request-wrp.overlay .gform_button.button, .request-wrp.overlay .room-grid .support-block .support-block-txt .gform_button.button {
  margin-top: 0;
}
.room-grid .fwp-load-more {
  clear: both;
  width: 100%;
  max-width: none;
  cursor: pointer;
  border: none;
  margin: 30px auto 0;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  padding: 13px 24px 15px;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  color: #fff;
}
.room-grid .fwp-load-more.desktop:hover {
  -webkit-box-shadow: 0px 5px 50px -10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 50px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 50px -10px rgba(0, 0, 0, 0.4);
}
.owner-popup {
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  color: #8590A4;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  position: absolute;
  padding: 20px 15px 20px 65px;
  z-index: 10;
  width: 240px;
  bottom: 105%;
  text-align: left;
}
.owner-popup.visible {
  display: block;
}
.owner-popup i {
  position: absolute;
  left: 20px;
  font-size: 50px;
  color: #ffd700;
  display: block;
}

.single-room-wrp {
  z-index: 1;
  position: relative;
}
.single-room-wrp .single-room-content {
  min-height: 190px;
  position: relative;
  text-align: left;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0) 190px);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0) 190px);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0) 190px);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#12000000", endColorstr="#00000000",GradientType=0 );
}
@media only screen and (max-width: 1023px) {
  .single-room-wrp .single-room-content .inner-content {
    margin-left: 0;
    margin-right: 0;
  }
}
.single-room-wrp .single-room-content .inner-content .content-wrp,
.single-room-wrp .single-room-content .inner-content .booking-wrp {
  position: relative;
  float: left;
  text-align: left;
}
.single-room-wrp .single-room-content .inner-content .content-wrp {
  width: 60.5%;
  margin-right: 2.5%;
}
@media only screen and (max-width: 1023px) {
  .single-room-wrp .single-room-content .inner-content .content-wrp {
    float: none;
    width: auto;
    margin-right: 0;
    padding-top: 30px;
  }
}
.single-room-wrp .single-room-content .inner-content .booking-wrp {
  top: 0;
  z-index: 10;
  width: 37%;
  max-width: 437px;
  padding: 25px;
  margin-top: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
}
.single-room-wrp .single-room-content .inner-content .booking-wrp.fixed {
  width: auto;
  position: fixed;
  top: 0;
  left: 50%;
  right: 6.5%;
  margin-left: 11.3%;
}
@media only screen and (min-width: 1367px) {
  .single-room-wrp .single-room-content .inner-content .booking-wrp.fixed {
    margin-left: 153px;
    right: auto;
  }
}
.single-room-wrp .single-room-content .inner-content .booking-wrp.fixed.unfixed {
  width: 37%;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin-left: auto !important;
}
.single-room-wrp .single-room-content .inner-content .booking-wrp .open-booking {
  display: none;
  margin-bottom: 0;
  float: right;
  padding-top: 12px;
  padding-bottom: 12px;
}
.single-room-wrp .single-room-content .inner-content .booking-wrp .close-booking {
  cursor: pointer;
  display: none;
  font-size: 50px;
  margin-bottom: 10px;
  color: #17264E;
}
@media only screen and (max-width: 1023px) {
  .single-room-wrp .single-room-content .inner-content .booking-wrp {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    margin-top: 0;
    moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    float: none;
    width: auto;
    max-width: none;
    position: fixed;
    margin-left: 0 !important;
    top: 92.5% !important;
    bottom: 0;
    left: 0 !important;
    right: 0 !important;
    padding: 15px 6.5%;
  }
  .single-room-wrp .single-room-content .inner-content .booking-wrp .price-wrp {
    position: static;
  }
  .single-room-wrp .single-room-content .inner-content .booking-wrp .price-wrp .open-booking {
    float: none;
  }
  .single-room-wrp .single-room-content .inner-content .booking-wrp .booking {
    display: none;
    position: static;
    padding-bottom: 45px;
  }
  .single-room-wrp .single-room-content .inner-content .booking-wrp.active {
    top: 0 !important;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .single-room-wrp .single-room-content .inner-content .booking-wrp.active .booking {
    display: block;
  }
  .single-room-wrp .single-room-content .inner-content .booking-wrp.active .close-booking {
    display: inline-block;
  }
  .single-room-wrp .single-room-content .inner-content .booking-wrp .open-booking {
    display: inline-block;
  }
  .single-room-wrp .single-room-content .inner-content .booking-wrp .open-booking.hidden {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .single-room-wrp .single-room-content .inner-content .booking-wrp {
    top: 83% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .single-room-wrp .single-room-content .inner-content .booking-wrp .price-wrp .open-booking {
    float: none;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 220px;
    margin: 5px 0 0;
  }
  .single-room-wrp .single-room-content .inner-content .booking-wrp .price-wrp .open-booking.hidden {
    display: none;
  }
  .single-room-wrp .single-room-content .inner-content .booking-wrp.active {
    top: 0 !important;
  }
}
.single-room-wrp .single-room-content .inner-content .blockUI.blockOverlay:before,
.single-room-wrp .single-room-content .inner-content .loader:before {
  height: 2em;
  width: 2em;
  font-size: 1.5em;
  position: absolute;
  top: 250px;
  left: 50%;
  margin-left: -0.75em;
  display: block;
  content: "";
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
  background: url("/wp-content/themes/festmaklarna/assets/images/35.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
}
.single-room-wrp .content {
  position: relative;
  z-index: 6;
  padding: 30px;
  background-image: url("/wp-content/themes/festmaklarna/assets/images/grain.png");
  background-size: 50px 50px;
}
@media only screen and (max-width: 1023px) {
  .single-room-wrp .content {
    padding: 25px 6.5%;
  }
}
.single-room-wrp .content__fullwidth {
  padding: 0 15px 0;
}
.single-room-wrp .content__fullwidth.up-sells h2 {
  margin-bottom: 15px;
}
.single-room-wrp .content .contact {
  position: relative;
  min-height: 90px;
  padding-right: 120px;
}
@media only screen and (max-width: 767px) {
  .single-room-wrp .content .contact h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
.single-room-wrp .content .contact .contact-owner {
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
.single-room-wrp .content .contact .contact-owner .owner-popup {
  right: 0;
}
.single-room-wrp .content .contact .contact-owner .owner-image {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
}
.single-room-wrp .content .contact .contact-owner .small {
  font-size: 10px;
  margin-top: 3px;
  margin-bottom: 0;
  padding: 0px 10px;
}
.single-room-wrp .content .room-content-section {
  position: relative;
  border-top: 1px solid #C9CED6;
  padding-top: 30px;
  padding-bottom: 20px;
}
.single-room-wrp .content .room-content-section .heateorSssClear,
.single-room-wrp .content .room-content-section .heateor_sss_sharing_container {
  display: none !important;
}
.single-room-wrp .content .room-content-section.room-facts {
  border-top: 1px solid #C9CED6;
  padding-top: 10px;
  padding-bottom: 13px;
  margin-top: 30px;
}
.single-room-wrp .content .room-content-section.room-facts:after {
  content: "";
  display: table;
  clear: both;
}
.single-room-wrp .content .room-content-section.room-facts .facts-col {
  text-align: left;
  vertical-align: top;
  font-weight: 700;
  line-height: 20px;
  padding-right: 70px;
}
@media only screen and (max-width: 767px) {
  .single-room-wrp .content .room-content-section.room-facts .facts-col {
    font-size: 13px;
    line-height: 18px;
    padding-right: 20px;
  }
}
.single-room-wrp .content .room-content-section.room-facts .facts-col:last-child {
  padding-right: 0;
}
.single-room-wrp .content .room-content-section.room-facts .facts-col label {
  display: block;
}
.single-room-wrp .content .room-content-section.room-facts .facts-col span {
  top: -2px;
  margin-right: 2px;
  font-size: 14px;
  color: #DFE0E2;
}
.single-room-wrp .content .room-content-section.room-facts .facts-col span.rated {
  color: #F3C605;
}
.single-room-wrp .content .room-content-section.add-ons {
  padding-bottom: 30px;
}
.single-room-wrp .content .room-content-section.room-include {
  padding-bottom: 30px;
}
.single-room-wrp .content .room-content-section.room-include .include-icon {
  margin-top: 25px;
  width: 33%;
  font-weight: 700;
  font-size: 14px;
}
.single-room-wrp .content .room-content-section.room-include .include-icon.false {
  text-decoration: line-through;
  color: #8590A4;
}
.single-room-wrp .content .room-content-section.room-include .include-icon:before {
  width: 35px;
  text-align: center;
  margin-right: 5px;
  font-size: 20px;
  color: #8590A4;
  top: -2px;
}
@media only screen and (max-width: 1366px) {
  .single-room-wrp .content .room-content-section.room-include .include-icon {
    width: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  .single-room-wrp .content .room-content-section.room-include .include-icon {
    width: 33%;
  }
}
@media only screen and (max-width: 767px) {
  .single-room-wrp .content .room-content-section.room-include .include-icon {
    width: 50%;
    font-size: 12px;
  }
  .single-room-wrp .content .room-content-section.room-include .include-icon:before {
    font-size: 16px;
    width: 27px;
  }
}
@media only screen and (max-width: 479px) {
  .single-room-wrp .content .room-content-section.room-include .include-icon {
    width: 50%;
  }
}
.single-room-wrp .content .room-content-section.seatings:after {
  content: "";
  display: table;
  clear: both;
}
.single-room-wrp .content .room-content-section.seatings h3 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .single-room-wrp .content .room-content-section.seatings h3 {
    margin-bottom: 15px;
  }
}
.single-room-wrp .content .room-content-section.seatings .seating-col {
  width: 12.5%;
  float: left;
  margin-bottom: 10px;
  text-align: center;
  font-size: 12px;
}
.single-room-wrp .content .room-content-section.seatings .seating-col:before {
  font-size: 20px;
  color: #8590A4;
}
.single-room-wrp .content .room-content-section.seatings .seating-col strong {
  font-size: 20px;
  display: block;
  margin-top: 7px;
  margin-bottom: 3px;
}
.single-room-wrp .content .room-content-section.seatings .seating-col span {
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .single-room-wrp .content .room-content-section.seatings .seating-col {
    width: 25%;
    margin-top: 5px;
  }
  .single-room-wrp .content .room-content-section.seatings .seating-col:before {
    font-size: 18px;
  }
}
.single-room-wrp .content .room-content-section.owner-information {
  border-top: none;
  padding-right: 110px;
}
@media only screen and (max-width: 767px) {
  .single-room-wrp .content .room-content-section.owner-information {
    padding-right: 70px;
  }
}
.single-room-wrp .content .room-content-section.owner-information h3 {
  margin-bottom: 15px;
}
.single-room-wrp .content .room-content-section.owner-information p {
  margin-top: 0;
}
.single-room-wrp .content .room-content-section.owner-information .owner-popup {
  right: 0;
  bottom: 70%;
}
@media only screen and (max-width: 767px) {
  .single-room-wrp .content .room-content-section.owner-information .owner-popup {
    bottom: 90%;
  }
}
.single-room-wrp .content .room-content-section.owner-information .owner-image {
  right: 0;
  top: 50%;
  margin-top: -45px;
  position: absolute;
  width: 90px;
  height: 90px;
  moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
}
@media only screen and (max-width: 767px) {
  .single-room-wrp .content .room-content-section.owner-information .owner-image {
    top: 35px;
    margin-top: auto;
    width: 50px;
    height: 50px;
  }
}
.single-room-wrp .content .room-content-section.reviews #comments ol {
  margin-bottom: 25px !important;
}
.single-room-wrp .content .room-content-section.reviews #comments ol li {
  margin-bottom: 0 !important;
  margin-top: 15px !important;
}
.single-room-wrp .content .room-content-section.reviews #comments ol li .comment_container {
  font-size: 14px;
}
.single-room-wrp .content .room-content-section.reviews #comments ol li .comment_container img {
  display: none;
}
.single-room-wrp .content .room-content-section.reviews #comments ol li .comment_container .comment-text {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.single-room-wrp .content .room-content-section.reviews #comments ol li .comment_container .star-rating {
  color: #F3C605;
  float: none;
  display: block;
}
.single-room-wrp .content .room-content-section.reviews #comments ol li .comment_container .star-rating:before {
  content: "SSSSS";
}
.single-room-wrp .content .room-content-section.reviews #review_form_wrapper {
  margin-top: 15px;
}
.single-room-wrp .content .room-content-section.reviews #review_form_wrapper .comment-reply-title {
  display: none;
}
.single-room-wrp .content .room-content-section.reviews #review_form_wrapper .comment-form-rating {
  margin-bottom: 10px;
}
.single-room-wrp .content .room-content-section.reviews #review_form_wrapper .comment-form-rating .stars {
  margin-bottom: 20px !important;
  margin-top: 5px !important;
}
.single-room-wrp .content .room-content-section.reviews #review_form_wrapper .comment-form-rating .stars a {
  height: 30px;
  width: 30px;
  color: #DFE0E2;
}
.single-room-wrp .content .room-content-section.reviews #review_form_wrapper .comment-form-rating .stars a:before {
  font-size: 30px;
  content: "\e020";
  height: 30px;
  width: 30px;
}
.single-room-wrp .content .room-content-section.reviews #review_form_wrapper .comment-form-rating .stars a:hover {
  color: #F3C605;
}
.single-room-wrp .content .room-content-section.reviews #review_form_wrapper .comment-form-rating .stars.selected a:before {
  color: #F3C605;
}
.single-room-wrp .content .room-content-section.reviews #review_form_wrapper .comment-form-rating .stars.selected a.active ~ a:before {
  color: #DFE0E2;
}
.single-room-wrp .content .room-content-section.reviews #review_form_wrapper input,
.single-room-wrp .content .room-content-section.reviews #review_form_wrapper textarea {
  background-color: #E4F1FD;
}
.single-room-wrp .content .room-content-section.reviews #review_form_wrapper input[type=text] {
  margin-right: 0.5%;
}
.single-room-wrp .content .room-content-section.reviews #review_form_wrapper input[type=email] {
  margin-left: 0.5%;
}
.single-room-wrp .content .room-content-section.reviews #review_form_wrapper input[type=text],
.single-room-wrp .content .room-content-section.reviews #review_form_wrapper input[type=email] {
  width: 49.5%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .single-room-wrp .content .room-content-section.reviews #review_form_wrapper input[type=text],
  .single-room-wrp .content .room-content-section.reviews #review_form_wrapper input[type=email] {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 0;
  }
}
.single-room-wrp .content .room-content-section.reviews #review_form_wrapper .form-submit {
  clear: both;
}
.single-room-wrp .content .room-content-section.reviews #review_form_wrapper .form-submit input {
  moz-border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -khtml-border-radius: 8px !important;
  border-radius: 8px !important;
  border: none !important;
  padding: 10px 18px !important;
  font-family: "Quicksand", sans-serif !important;
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #fff !important;
  background-color: #FF0068 !important;
  cursor: pointer !important;
}
.single-room-wrp .content .iframe {
  overflow: hidden;
  margin-top: -10px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  max-width: none !important;
}
.single-room-wrp .content .iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.single-room-wrp .booking-wrp h1 {
  display: none;
}
.single-room-wrp .booking-wrp .price-wrp {
  padding-bottom: 20px;
  border-bottom: 1px solid #C9CED6;
}
.single-room-wrp .booking-wrp .price-wrp .price-col {
  padding-right: 30px;
  vertical-align: top;
}
@media only screen and (max-width: 1199px) {
  .single-room-wrp .booking-wrp .price-wrp .price-col {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .single-room-wrp .booking-wrp .price-wrp .price-col {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single-room-wrp .booking-wrp .price-wrp .price-col {
    padding-right: 15px;
  }
}
.single-room-wrp .booking-wrp .price-wrp .price-col:last-child {
  padding-right: 0;
}
.single-room-wrp .booking-wrp .price-wrp .price-col label {
  display: block;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .single-room-wrp .booking-wrp .price-wrp .price-col label {
    font-size: 10px;
    line-height: 18px;
  }
}
.single-room-wrp .booking-wrp .price-wrp .price-col .price {
  font-size: 16px;
  line-height: 18px;
  color: #17264E;
  font-weight: 700;
}
.single-room-wrp .booking-wrp .price-wrp .price-col .price.large {
  color: #8FCF41;
  font-size: 24px;
  line-height: 24px;
}
@media only screen and (max-width: 1199px) {
  .single-room-wrp .booking-wrp .price-wrp .price-col .price.large {
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 1023px) {
  .single-room-wrp .booking-wrp .price-wrp .price-col .price.large {
    font-size: 24px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .single-room-wrp .booking-wrp .price-wrp .price-col .price.large {
    font-size: 16px;
    line-height: 18px;
  }
}
.single-room-wrp .booking-wrp .price-wrp .price-col .price.price--old {
  font-size: 16px;
  line-height: 18px;
  color: #FF0068;
  margin-right: 7px;
  text-decoration: line-through;
  display: inline;
}
@media only screen and (max-width: 767px) {
  .single-room-wrp .booking-wrp .price-wrp .price-col .price {
    font-size: 14px;
    line-height: 16px;
  }
}
.single-room-wrp .booking-wrp .price-wrp .price-col .price del {
  font-size: 12px;
  color: #17264E;
}
.single-room-wrp .booking-wrp .price-wrp .price-col .price ins {
  text-decoration: none;
  padding-left: 3px;
  color: #8FCF41;
}
.single-room-wrp .booking-wrp .booking-info-popup-button {
  display: block;
  cursor: pointer;
  margin-top: 20px;
  padding: 10px 20px 10px 55px;
  background-color: #E4F1FD;
  color: #17264E;
  line-height: 18px;
  font-weight: 600;
}
.single-room-wrp .booking-wrp .booking-info-popup-button:before {
  position: absolute;
  left: 15px;
  top: 20px;
  font-size: 28px;
}
.single-room-wrp .booking-wrp .booking-info-popup-button span {
  display: block;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
}
.single-room-wrp .booking-wrp .booking-info-popup-button span:before {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
}
.single-room-wrp .booking-wrp .booking-info-popup {
  display: none;
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
  padding: 20px;
  background-color: #E4F1FD;
}
.single-room-wrp .booking-wrp .booking-info-popup h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.single-room-wrp .booking-wrp .booking-info-popup p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-room-wrp .booking-wrp .contact-form-wrp {
  padding-top: 20px;
  padding-bottom: 50px;
  font-size: 14px;
  display: none;
}
.single-room-wrp .booking-wrp .owner-wrp {
  position: relative;
  moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  -khtml-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  background-color: #E4F1FD;
  padding: 30px 75px 30px 105px;
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: -25px;
}
@media only screen and (max-width: 1023px) {
  .single-room-wrp .booking-wrp .owner-wrp {
    moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.single-room-wrp .booking-wrp .owner-wrp .owner-popup {
  left: 15px;
  bottom: 90%;
}
.single-room-wrp .booking-wrp .owner-wrp .owner-image {
  left: 25px;
  top: 50%;
  margin-top: -32px;
  position: absolute;
  width: 64px;
  height: 64px;
  moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
}
.single-room-wrp .booking-wrp .owner-wrp .owner-txt {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.single-room-wrp .booking-wrp .owner-wrp .owner-contact-btn {
  top: 50%;
  position: absolute;
  right: 25px;
  height: 36px;
  width: 36px;
  padding: 0;
  margin: 0;
  margin-top: -18px;
  moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
}
.single-room-wrp .booking-wrp .owner-wrp .owner-contact-btn:before {
  font-size: 18px;
  line-height: 30px;
}

table.cart_information {
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
table.cart_information span {
  font-weight: 400;
}
table.cart_information tr td {
  padding: 1px 0;
}
table.cart_information tr td:last-child {
  text-align: right;
}
table.cart_information tbody {
  border-bottom: 1px solid #eaeaea;
}
table.cart_information tbody tr:last-child td {
  padding-bottom: 7px;
}
table.cart_information tfoot tr:first-child td {
  padding-top: 7px;
}

.up-sells {
  clear: both;
}

.account-section {
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .account-section {
    padding-top: 0;
  }
  .account-section .inner-content {
    margin-left: 0;
    margin-right: 0;
  }
}
.account-section .account-content,
.account-section .account-menu,
.account-section .slso-login,
.account-section .slso-registration {
  overflow: hidden;
  position: relative;
  float: left;
  text-align: left;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
}
.account-section .slso-login {
  width: 47.5%;
  margin-right: 2.5%;
}
.account-section .slso-registration {
  width: 47.5%;
  margin-left: 2.5%;
}
.account-section .slso-login,
.account-section .slso-registration {
  padding: 20px 30px 30px;
}
.account-section .slso-login h3,
.account-section .slso-registration h3 {
  margin-bottom: 2px;
}
.account-section .slso-login p,
.account-section .slso-registration p {
  margin-top: 0;
  margin-bottom: 10px;
}
.account-section .slso-login form:after,
.account-section .slso-registration form:after {
  content: "";
  display: table;
  clear: both;
}
.account-section .slso-login .form-col-left,
.account-section .slso-registration .form-col-left {
  width: 47.5%;
  margin-right: 2.5%;
}
.account-section .slso-login .form-col-right,
.account-section .slso-registration .form-col-right {
  width: 47.5%;
  margin-left: 2.5%;
}
.account-section .slso-login .form-col-left,
.account-section .slso-login .form-col-right,
.account-section .slso-registration .form-col-left,
.account-section .slso-registration .form-col-right {
  float: left;
}
@media only screen and (max-width: 479px) {
  .account-section .slso-login .form-col-left,
  .account-section .slso-login .form-col-right,
  .account-section .slso-registration .form-col-left,
  .account-section .slso-registration .form-col-right {
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.account-section .slso-login label,
.account-section .slso-registration label {
  line-height: 20px;
}
.account-section .slso-login input,
.account-section .slso-registration input {
  background-color: #E4F1FD;
}
.account-section .slso-login input:-webkit-autofill,
.account-section .slso-login input:-webkit-autofill:hover,
.account-section .slso-login input:-webkit-autofill:focus,
.account-section .slso-login input:-webkit-autofill:active,
.account-section .slso-registration input:-webkit-autofill,
.account-section .slso-registration input:-webkit-autofill:hover,
.account-section .slso-registration input:-webkit-autofill:focus,
.account-section .slso-registration input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #E4F1FD inset !important;
}
.account-section .slso-login button,
.account-section .slso-registration button {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 15px;
  display: block;
  max-width: none;
}
@media only screen and (max-width: 1023px) {
  .account-section .slso-login,
  .account-section .slso-registration {
    padding: 40px 6.5% 0;
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(23, 38, 78, 0);
    -moz-box-shadow: 0 0 0 0 rgba(23, 38, 78, 0);
    box-shadow: 0 0 0 0 rgba(23, 38, 78, 0);
  }
}
.account-section .account-content {
  width: 65%;
  margin-right: 5%;
}
@media only screen and (max-width: 1023px) {
  .account-section .account-content {
    float: none;
    width: auto;
    margin-right: 0;
    moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(23, 38, 78, 0);
    -moz-box-shadow: 0 0 0 0 rgba(23, 38, 78, 0);
    box-shadow: 0 0 0 0 rgba(23, 38, 78, 0);
  }
}
.account-section .account-menu {
  width: 30%;
  overflow: hidden;
  float: right;
}
.account-section .account-menu .user-information {
  position: relative;
  overflow: hidden;
  padding: 30px 25px 30px 90px;
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7f7f7", endColorstr="#ebebeb",GradientType=0 );
}
.account-section .account-menu .user-information .user-image {
  left: 25px;
  top: 50%;
  margin-top: -25px;
  position: absolute;
  width: 50px;
  height: 50px;
  moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
}
.account-section .account-menu .user-information .user span {
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.account-section .account-menu .user-information .user h3 {
  font-size: 18px;
}
.account-section .account-menu .account_menu li {
  padding: 7px 25px;
}
.account-section .account-menu .account_menu li a {
  display: block;
  color: #17264E;
}
.account-section .account-menu .account_menu li.current-menu-item a {
  font-weight: 700;
}
.account-section .account-menu .account_menu li:first-child {
  padding-top: 25px;
}
.account-section .account-menu .account_menu li:last-child {
  padding-bottom: 25px;
}
.account-section .account-menu .account_menu li:last-child a {
  color: #FF0068;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .account-section .account-menu {
    z-index: 2;
    float: none;
    width: auto;
    moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(23, 38, 78, 0);
    -moz-box-shadow: 0 0 0 0 rgba(23, 38, 78, 0);
    box-shadow: 0 0 0 0 rgba(23, 38, 78, 0);
    background-color: #17264E;
    padding-left: 6.5%;
    padding-right: 6.5%;
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 30px;
  }
  .account-section .account-menu .user-information {
    padding: 10px 0;
    background: transparent;
    display: inline-block;
    vertical-align: middle;
  }
  .account-section .account-menu .user-information .user-image {
    position: relative;
    width: 30px;
    height: 30px;
    float: left;
    left: auto;
    top: auto;
    margin-top: 0;
    display: inline-block;
    margin-right: 10px;
  }
  .account-section .account-menu .user-information .user {
    float: left;
    color: #fff;
  }
  .account-section .account-menu .user-information .user h3 {
    display: inline;
    font-size: 14px;
    line-height: 26px;
  }
  .account-section .account-menu .user-information .user span {
    display: none;
  }
  .account-section .account-menu .account_menu {
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    padding-left: 17px;
    padding-right: 25px;
  }
  .account-section .account-menu .account_menu li {
    display: inline-block;
    padding: 8px 8px 10px !important;
  }
  .account-section .account-menu .account_menu li a {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
  }
}

.account-overlay {
  display: none;
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 5%;
  padding-right: 5%;
}
.account-overlay.visible {
  display: block;
}
.account-overlay .account-overlay-content {
  width: 90%;
  max-width: 440px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 60px 40px 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
}
@media only screen and (max-width: 1023px) {
  .account-overlay .account-overlay-content {
    padding: 60px 20px 40px;
  }
}
.account-overlay .account-overlay-content .close-account-overlay {
  color: #8590A4;
  cursor: pointer;
  font-size: 30px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 15px;
}
.account-overlay .account-overlay-content h2 {
  margin-bottom: 20px;
}
.account-overlay .account-overlay-content textarea {
  background-color: #E4F1FD;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  height: 100px;
}
.account-overlay .account-overlay-content input {
  width: 100%;
  background-color: #E4F1FD;
  margin-top: 10px;
}
.account-overlay .account-overlay-content input:-webkit-autofill,
.account-overlay .account-overlay-content input:-webkit-autofill:hover,
.account-overlay .account-overlay-content input:-webkit-autofill:focus,
.account-overlay .account-overlay-content input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #E4F1FD inset !important;
}
.account-overlay .account-overlay-content .select-wrp {
  margin-top: 10px;
}
.account-overlay .account-overlay-content .select-wrp select {
  background-color: #E4F1FD;
}
.account-overlay .account-overlay-content .checkbox {
  margin-bottom: 5px;
  margin-left: 10px;
}
.account-overlay .account-overlay-content .btn, .account-overlay .account-overlay-content .request-wrp.overlay .gform_button.button, .request-wrp.overlay .account-overlay .account-overlay-content .gform_button.button {
  margin-top: 30px;
}
.account-overlay.addon-group-create .account-overlay-content input,
.account-overlay.addon-group-create .account-overlay-content .select-wrp, .account-overlay.addon-group-edit .account-overlay-content input,
.account-overlay.addon-group-edit .account-overlay-content .select-wrp {
  margin-bottom: 15px;
}

.swal2-container .swal2-popup {
  padding-bottom: 2.5em;
}
.swal2-container .swal2-popup .swal2-title {
  color: #17264E;
  margin: 0 0 0.1em;
}
.swal2-container .swal2-popup .swal2-content {
  color: #17264E;
}

.woocommerce-lost-password {
  text-align: center;
}
.woocommerce-lost-password .woocommerce-ResetPassword {
  overflow: hidden;
  position: relative;
  text-align: left;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  position: relative;
  text-align: center;
  padding: 20px 30px 30px;
  overflow: hidden;
  max-width: 600px;
  margin: 40px auto 140px;
}
.woocommerce-lost-password .woocommerce-ResetPassword p:first-child {
  font-weight: 600 !important;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.woocommerce-lost-password .woocommerce-ResetPassword p {
  float: none;
  width: 100%;
  text-align: left;
}
.woocommerce-lost-password .woocommerce-ResetPassword label {
  font-size: 12px;
  font-weight: 700 !important;
  color: #8590A4;
}
.woocommerce-lost-password .woocommerce-ResetPassword input {
  background-color: #E4F1FD;
}
.woocommerce-lost-password .woocommerce-ResetPassword button {
  width: 100%;
  cursor: pointer;
  border: none;
  margin: 10px auto 0;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  padding: 13px 24px 15px;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  color: #fff;
}
.woocommerce-lost-password .woocommerce-ResetPassword button:hover {
  color: #fff;
}
.woocommerce-lost-password .woocommerce-ResetPassword button.disabled {
  color: #fff !important;
  padding: 13px 24px 15px !important;
}
.woocommerce-lost-password .woocommerce-ResetPassword .woocommerce-password-strength {
  margin-top: 5px;
  font-size: 14px;
}
.woocommerce-lost-password .woocommerce-ResetPassword .woocommerce-password-hint {
  font-size: 12px;
  line-height: 16px;
}

.woocommerce-MyAccount-navigation {
  display: none;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  float: none;
  width: auto;
  background-color: #17264E;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  margin: 0 15px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  float: none;
  width: auto;
}

.woocommerce-MyAccount-content {
  overflow: hidden;
  position: relative;
  text-align: left;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  position: relative;
  text-align: center;
  padding: 20px 30px 40px;
  overflow: hidden;
  max-width: 600px;
  margin: 40px auto 140px;
}

.woocommerce-form-login {
  overflow: hidden;
  position: relative;
  text-align: left;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  position: relative;
  text-align: left !important;
  padding: 20px 30px 40px !important;
  border: none !important;
  overflow: hidden;
  max-width: 600px;
  margin: 40px auto 140px !important;
}
.woocommerce-form-login h2 {
  text-align: center;
  margin-bottom: 30px;
}
.woocommerce-form-login input {
  background-color: #E4F1FD;
}
.woocommerce-form-login input:-webkit-autofill,
.woocommerce-form-login input:-webkit-autofill:hover,
.woocommerce-form-login input:-webkit-autofill:focus,
.woocommerce-form-login input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #E4F1FD inset !important;
}
.woocommerce-form-login label {
  font-size: 12px;
  font-weight: 700 !important;
  color: #8590A4;
}
.woocommerce-form-login .form-row {
  margin-top: 0 !important;
}
.woocommerce-form-login .woocommerce-form-login__rememberme {
  margin-top: 25px;
}
.woocommerce-form-login p {
  margin: 0;
}
.woocommerce-form-login .lost_password {
  margin-top: 15px;
}

.room-list {
  padding: 45px 30px 30px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .room-list {
    padding: 0;
  }
}
.room-list .btn-room-add {
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
}
.room-list .btn-room-add:before {
  font-size: 30px;
  margin-right: 10px;
  vertical-align: middle;
}
.room-list .room-list-item {
  text-align: left;
  position: relative;
  border-top: 1px solid #eaeaea;
  padding-top: 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 1023px) {
  .room-list .room-list-item {
    padding-left: 6.5%;
    padding-right: 6.5%;
  }
}
@media only screen and (max-width: 767px) {
  .room-list .room-list-item:last-child {
    padding-bottom: 10px;
  }
}
.room-list .room-list-item:after {
  content: "";
  display: table;
  clear: both;
}
.room-list .room-list-item .image-wrp {
  float: left;
  width: 90px;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .room-list .room-list-item .image-wrp {
    float: none;
    position: absolute;
    width: 80px;
    margin-right: 0;
  }
}
.room-list .room-list-item .image-wrp .image {
  display: block;
  position: relative;
  padding-bottom: 100%;
  border: 1px solid #eaeaea;
}
.room-list .room-list-item .room-info {
  float: left;
}
.room-list .room-list-item .room-info h3 {
  margin-bottom: 0;
}
.room-list .room-list-item .room-info h3 a {
  color: #17264E;
}
@media only screen and (max-width: 767px) {
  .room-list .room-list-item .room-info {
    float: none;
    padding-left: 95px;
    font-size: 12px;
    line-height: 16px;
  }
  .room-list .room-list-item .room-info h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
.room-list .room-list-item .room-actions {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .room-list .room-list-item .room-actions {
    right: 6.5%;
  }
}
@media only screen and (max-width: 767px) {
  .room-list .room-list-item .room-actions {
    position: relative;
    padding-left: 95px;
    right: auto;
    bottom: auto;
    margin-top: 8px;
  }
}
.room-list .room-list-item .room-actions .btn, .room-list .room-list-item .room-actions .request-wrp.overlay .gform_button.button, .request-wrp.overlay .room-list .room-list-item .room-actions .gform_button.button {
  margin-top: 0;
  padding: 6px 15px 6px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .room-list .room-list-item .room-actions .btn, .room-list .room-list-item .room-actions .request-wrp.overlay .gform_button.button, .request-wrp.overlay .room-list .room-list-item .room-actions .gform_button.button {
    padding: 3px 10px 4px;
    font-size: 13px;
  }
}
.room-list .room-list-item .room-actions .btn.btn-room-delete, .room-list .room-list-item .room-actions .request-wrp.overlay .btn-room-delete.gform_button.button, .request-wrp.overlay .room-list .room-list-item .room-actions .btn-room-delete.gform_button.button {
  padding: 4px 15px 4px;
  border-color: #FF0068;
  background: #fff;
  color: #FF0068;
}
@media only screen and (max-width: 767px) {
  .room-list .room-list-item .room-actions .btn.btn-room-delete, .room-list .room-list-item .room-actions .request-wrp.overlay .btn-room-delete.gform_button.button, .request-wrp.overlay .room-list .room-list-item .room-actions .btn-room-delete.gform_button.button {
    padding: 1px 10px 2px;
  }
}
.room-list .room-list-item .room-actions .btn.desktop:hover, .room-list .room-list-item .room-actions .request-wrp.overlay .desktop.gform_button.button:hover, .request-wrp.overlay .room-list .room-list-item .room-actions .desktop.gform_button.button:hover {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.room-list table.shop_table {
  padding-top: 30px;
  border: none;
}
.room-list table.shop_table tr td {
  vertical-align: top !important;
  font-size: 16px !important;
  line-height: 24px !important;
  text-align: left !important;
  position: relative !important;
  border-top: 1px solid #eaeaea !important;
  padding: 30px 0 !important;
}
.room-list table.shop_table tr td.wishlist-empty {
  text-align: center !important;
}
@media only screen and (max-width: 1023px) {
  .room-list table.shop_table tr td {
    padding: 30px 6.5% !important;
  }
}
@media only screen and (max-width: 767px) {
  .room-list table.shop_table tr td {
    padding: 30px 6.5% !important;
  }
}
.room-list table.shop_table tr td h3 a {
  color: #17264E;
}
.room-list table.shop_table tr td .price {
  margin-top: 5px;
  color: #8FCF41;
  font-weight: 700;
}
.room-list table.shop_table tr td .room-actions {
  bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .room-list table.shop_table tr td .room-actions {
    bottom: auto;
  }
}

.room-single-edit {
  position: relative;
  overflow: hidden;
}
.room-single-edit .go-back {
  color: #8590A4;
  cursor: pointer;
  font-size: 30px;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 15px;
}
@media only screen and (max-width: 767px) {
  .room-single-edit .go-back {
    top: 0;
  }
}
.room-single-edit h2 {
  text-align: center;
  margin: 45px auto 30px;
}
@media only screen and (max-width: 767px) {
  .room-single-edit h2 {
    margin: 45px auto 15px;
  }
}
.room-single-edit .room-info {
  position: relative;
  background-color: #f5f9fd;
  padding: 20px 30px;
}
.room-single-edit .room-info h3 {
  margin-bottom: 0;
  clear: both;
}
.room-single-edit .room-info label {
  font-weight: 700;
  font-size: 14px;
}
.room-single-edit .room-info a {
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  float: right;
}
@media only screen and (max-width: 767px) {
  .room-single-edit .room-info a {
    margin-bottom: 10px;
  }
}
.room-single-edit .room-info-form {
  display: none;
  position: relative;
  padding: 15px 30px;
  text-align: center;
}
.room-single-edit .room-info-form label {
  display: block;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
}
.room-single-edit .room-info-form input,
.room-single-edit .room-info-form textarea {
  width: 100%;
  background-color: #E4F1FD;
  margin-top: 10px;
}
.room-single-edit .room-info-form input:-webkit-autofill,
.room-single-edit .room-info-form input:-webkit-autofill:hover,
.room-single-edit .room-info-form input:-webkit-autofill:focus,
.room-single-edit .room-info-form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #E4F1FD inset !important;
}
.room-single-edit .room-info-form input {
  width: 49%;
  float: left;
}
.room-single-edit .room-info-form input:nth-of-type(odd) {
  margin-right: 1%;
}
.room-single-edit .room-info-form input:nth-of-type(even) {
  margin-left: 1%;
}
@media only screen and (max-width: 767px) {
  .room-single-edit .room-info-form input {
    width: 100%;
    float: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.room-single-edit .room-info-form .select-wrp {
  width: 49%;
  float: left;
  margin-top: 10px;
  margin-left: 1%;
}
@media only screen and (max-width: 767px) {
  .room-single-edit .room-info-form .select-wrp {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.room-single-edit .room-info-form .select-wrp select {
  background-color: #E4F1FD;
}
.room-single-edit .room-info-form textarea {
  clear: both;
  height: 150px;
  font-size: 14px;
  font-weight: 400;
}
.room-single-edit .room-info-form .btn, .room-single-edit .room-info-form .request-wrp.overlay .gform_button.button, .request-wrp.overlay .room-single-edit .room-info-form .gform_button.button {
  margin-top: 20px;
  margin-bottom: 10px;
}
.room-single-edit .room-info-form .btn-file {
  position: relative;
  overflow: hidden;
}
.room-single-edit .room-info-form .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;
}
.room-single-edit .room-info-form .img-zone {
  margin-top: 15px;
  text-align: center;
  background-color: #fff;
  border: 3px dashed #E4F1FD;
  padding: 20px;
}
.room-single-edit .room-info-form .img-zone .fal {
  font-size: 70px;
  color: #E4F1FD;
}
.room-single-edit .room-info-form .img-zone p {
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 5px;
}
.room-single-edit .room-info-form .progress, .room-single-edit .room-info-form #img-preview {
  margin-top: 15px;
}
.room-single-edit .room-info-form #img-preview:after {
  content: "";
  display: table;
  clear: both;
}
.room-single-edit .room-info-form #img-preview .image-wrp {
  width: 12%;
  padding: 1%;
  margin: 1%;
  background-color: #f5f9fd;
  border: 1px dashed #E4F1FD;
  float: left;
  position: relative;
}
.room-single-edit .room-info-form #img-preview .image-wrp .image {
  position: relative;
  padding-bottom: 100%;
  position: relative;
}
.room-single-edit .room-info-form #img-preview .image-wrp .image a {
  cursor: pointer;
  color: #FF0068;
  position: absolute;
  font-size: 20px;
  right: -10px;
  top: -10px;
}
.room-single-edit .product-add-wrp {
  position: relative;
  padding: 30px;
}
.room-single-edit .product-add-wrp:after {
  content: "";
  display: table;
  clear: both;
}
.room-single-edit .product-add-wrp h3 {
  margin-bottom: 15px;
}
.room-single-edit .product-add-wrp .select-wrp {
  width: 280px;
  float: left;
}
.room-single-edit .product-add-wrp .select-wrp select {
  background-color: #E4F1FD;
}
@media only screen and (max-width: 767px) {
  .room-single-edit .product-add-wrp .select-wrp {
    width: 100%;
  }
}
.room-single-edit .product-add-wrp .btn, .room-single-edit .product-add-wrp .request-wrp.overlay .gform_button.button, .request-wrp.overlay .room-single-edit .product-add-wrp .gform_button.button {
  float: left;
  margin-top: 0;
  top: -1px;
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .room-single-edit .product-add-wrp .btn, .room-single-edit .product-add-wrp .request-wrp.overlay .gform_button.button, .request-wrp.overlay .room-single-edit .product-add-wrp .gform_button.button {
    float: none;
    margin-left: 0;
    margin-top: 10px;
  }
}
.room-single-edit .product-list .product-item {
  border-top: 1px solid #eaeaea;
  padding: 30px;
  text-align: right;
}
.room-single-edit .product-list .product-item:last-child {
  border-bottom: 1px solid #eaeaea;
}
@media only screen and (max-width: 767px) {
  .room-single-edit .product-list .product-item {
    padding: 20px 30px;
  }
}
.room-single-edit .product-list .product-item:after {
  content: "";
  display: table;
  clear: both;
}
.room-single-edit .product-list .product-item h3 {
  float: left;
}
@media only screen and (max-width: 767px) {
  .room-single-edit .product-list .product-item h3 {
    font-size: 18px;
  }
}
.room-single-edit .product-list .product-item .btn, .room-single-edit .product-list .product-item .request-wrp.overlay .gform_button.button, .request-wrp.overlay .room-single-edit .product-list .product-item .gform_button.button {
  margin-top: 0;
  padding: 6px 15px 6px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .room-single-edit .product-list .product-item .btn, .room-single-edit .product-list .product-item .request-wrp.overlay .gform_button.button, .request-wrp.overlay .room-single-edit .product-list .product-item .gform_button.button {
    padding: 3px 10px 4px;
    font-size: 13px;
  }
}
.room-single-edit .product-list .product-item .btn.btn-product-delete, .room-single-edit .product-list .product-item .request-wrp.overlay .btn-product-delete.gform_button.button, .request-wrp.overlay .room-single-edit .product-list .product-item .btn-product-delete.gform_button.button {
  padding: 4px 15px 4px;
  border-color: #FF0068;
  background: #fff;
  color: #FF0068;
}
@media only screen and (max-width: 767px) {
  .room-single-edit .product-list .product-item .btn.btn-product-delete, .room-single-edit .product-list .product-item .request-wrp.overlay .btn-product-delete.gform_button.button, .request-wrp.overlay .room-single-edit .product-list .product-item .btn-product-delete.gform_button.button {
    padding: 1px 10px 2px;
  }
}
.room-single-edit .product-list .product-item .btn.desktop:hover, .room-single-edit .product-list .product-item .request-wrp.overlay .desktop.gform_button.button:hover, .request-wrp.overlay .room-single-edit .product-list .product-item .desktop.gform_button.button:hover {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.product-single-edit {
  position: relative;
  overflow: hidden;
}
.product-single-edit .go-back {
  color: #8590A4;
  cursor: pointer;
  font-size: 30px;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 15px;
}
@media only screen and (max-width: 767px) {
  .product-single-edit .go-back {
    top: 0;
  }
}
.product-single-edit h2 {
  text-align: center;
  margin: 45px auto 15px;
}
@media only screen and (max-width: 767px) {
  .product-single-edit h2 {
    margin: 45px auto 15px;
  }
}
.product-single-edit .ingress {
  margin: 15px auto;
  text-align: center;
}
.product-single-edit .product-form {
  position: relative;
  padding: 15px 30px 25px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .product-single-edit .product-form {
    padding: 15px 6.5% 25px;
  }
}
.product-single-edit .product-form:after {
  content: "";
  display: table;
  clear: both;
}
.product-single-edit .product-form .product-form-col {
  width: 49%;
  float: left;
  margin-bottom: 10px;
}
.product-single-edit .product-form .product-form-col.left {
  margin-right: 1%;
}
.product-single-edit .product-form .product-form-col.right {
  margin-left: 1%;
}
@media only screen and (max-width: 767px) {
  .product-single-edit .product-form .product-form-col.cost {
    clear: both;
    width: 100%;
    float: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.product-single-edit .product-form .product-form-col.full {
  width: 100%;
  float: none;
  clear: both;
}
.product-single-edit .product-form .product-form-col.checkbox {
  margin-top: 40px;
  margin-bottom: 25px;
  padding-left: 1%;
}
@media only screen and (max-width: 767px) {
  .product-single-edit .product-form .product-form-col.checkbox {
    margin-top: 15px;
    margin-bottom: 10px;
    clear: both;
    width: 100%;
    float: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.product-single-edit .product-form .product-form-col.images {
  margin: 25px auto 0;
  border: 3px dashed #E4F1FD;
  background-color: #f5f9fd;
  text-align: center;
  padding: 15px 6.5% 20px;
}
.product-single-edit .product-form .product-form-col.images h3 {
  margin: 0 auto;
  display: inline-block;
}
.product-single-edit .product-form .product-form-col.images p {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px dashed #eaeaea;
  padding: 20px 15px;
  background-color: #fff;
}
.product-single-edit .product-form .product-form-col.images br {
  display: none;
}
.product-single-edit .product-form .product-form-col.images input[type=file] {
  width: auto;
  margin-bottom: 15px;
  background-color: #f5f9fd;
}
.product-single-edit .product-form .product-form-col.images .images-wrp {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.product-single-edit .product-form .product-form-col.images .images-wrp .image-wrp {
  cursor: grab;
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  margin: 5px;
  padding: 6px;
  border: 1px dashed #eaeaea;
  background-color: #fff;
}
.product-single-edit .product-form .product-form-col.images .images-wrp .image-wrp a {
  cursor: pointer;
  z-index: 1;
  display: block;
  font-size: 20px;
  padding: 2px 3px;
  position: absolute;
  top: -5px;
  right: -5px;
  color: #cc1040;
  background-color: #f5f9fd;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
}
.product-single-edit .product-form .product-form-col.images .images-wrp .image-wrp .image {
  display: block;
  position: relative;
  padding-bottom: 100%;
}
.product-single-edit .product-form .product-form-col.images.active-drag {
  background-color: #edf4fb;
  border: 3px dashed #E4F1FD;
}
.product-single-edit .product-form .product-form-col.images.active-drag p {
  border-color: #8FCF41;
}
.product-single-edit .product-form .product-form-col.images.active-drag input[type=file] {
  background-color: #edf4fb;
}
.product-single-edit .product-form .product-form-col label {
  display: block;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
}
.product-single-edit .product-form .product-form-col select {
  background-color: #E4F1FD;
}
.product-single-edit .product-form .product-form-col input,
.product-single-edit .product-form .product-form-col textarea {
  width: 100%;
  background-color: #E4F1FD;
  margin-top: 2px;
}
.product-single-edit .product-form .product-form-col input:-webkit-autofill,
.product-single-edit .product-form .product-form-col input:-webkit-autofill:hover,
.product-single-edit .product-form .product-form-col input:-webkit-autofill:focus,
.product-single-edit .product-form .product-form-col input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #E4F1FD inset !important;
}
.product-single-edit .product-form .product-form-col textarea {
  clear: both;
  height: 150px;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .product-single-edit .product-form .product-form-col textarea {
    height: 220px;
  }
}
.product-single-edit .product-form .seatings {
  position: relative;
  padding: 20px 0 25px;
  text-align: left;
  border-bottom: 1px solid #eaeaea;
}
@media only screen and (max-width: 767px) {
  .product-single-edit .product-form .seatings {
    padding: 20px 0 25px;
  }
}
.product-single-edit .product-form .seatings:after {
  content: "";
  display: table;
  clear: both;
}
.product-single-edit .product-form .seatings h3 {
  margin-bottom: 0px;
}
.product-single-edit .product-form .seatings .seating {
  display: block;
  float: left;
  width: 25%;
  padding: 1%;
}
@media only screen and (max-width: 767px) {
  .product-single-edit .product-form .seatings .seating {
    width: 50%;
  }
}
.product-single-edit .product-form .seatings .seating label {
  display: block;
  font-weight: 700;
  font-size: 14px;
}
.product-single-edit .product-form .seatings .seating input {
  background-color: #E4F1FD;
}
.product-single-edit .product-form .btn, .product-single-edit .product-form .request-wrp.overlay .gform_button.button, .request-wrp.overlay .product-single-edit .product-form .gform_button.button {
  clear: both;
  margin-top: 25px;
  margin-bottom: 10px;
}
.product-single-edit .product-form .checkbox-list {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eaeaea;
}
.product-single-edit .product-form .checkbox-list:after {
  content: "";
  display: table;
  clear: both;
}
.product-single-edit .product-form .checkbox-list h3 {
  margin-bottom: 5px;
}
.product-single-edit .product-form .checkbox-list .checkbox {
  float: left;
  width: 33.33%;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .product-single-edit .product-form .checkbox-list .checkbox {
    width: 50%;
  }
}
.product-single-edit .product-form .checkbox-list.last .checkbox {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .product-single-edit .product-form .checkbox-list.last .checkbox {
    width: 50%;
  }
}
.product-single-edit .product-addons {
  border-top: 1px solid #eaeaea;
  position: relative;
  padding: 25px 30px 30px;
  background-color: #f5f9fd;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .product-single-edit .product-addons {
    padding: 25px 6.5% 30px;
  }
}
.product-single-edit .product-addons h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.product-single-edit .product-addons p {
  margin-top: 5px;
  margin-bottom: 15px;
}
.product-single-edit .product-addons .btn, .product-single-edit .product-addons .request-wrp.overlay .gform_button.button, .request-wrp.overlay .product-single-edit .product-addons .gform_button.button {
  margin-top: 0;
  padding: 6px 15px 6px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .product-single-edit .product-addons .btn, .product-single-edit .product-addons .request-wrp.overlay .gform_button.button, .request-wrp.overlay .product-single-edit .product-addons .gform_button.button {
    padding: 3px 10px 4px;
    font-size: 13px;
  }
}
.product-single-edit .product-addon-group-list .product-addon-group-item {
  background-color: #fff;
  position: relative;
  padding: 25px 30px;
  border-top: 1px solid #eaeaea;
}
@media only screen and (max-width: 767px) {
  .product-single-edit .product-addon-group-list .product-addon-group-item {
    padding: 20px 6.5%;
  }
}
.product-single-edit .product-addon-group-list .product-addon-group-item:last-child {
  border-bottom: 1px solid #eaeaea;
}
.product-single-edit .product-addon-group-list .product-addon-group-item:after {
  content: "";
  display: table;
  clear: both;
}
.product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-group-info {
  float: left;
}
.product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-group-info h3 {
  font-size: 20px;
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-group-info h3 {
    margin-top: 5px;
  }
}
.product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-group-info h3 a {
  color: #17264E;
  cursor: pointer;
  font-weight: 700;
  transition: transform 150ms ease;
}
.product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-group-info h3 a:before {
  position: relative;
  float: right;
  font-size: 20px;
  margin-left: 7px;
  top: 1px;
}
.product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-group-info h3 a.active:before {
  transform: rotate(-180deg);
  top: 0;
}
@media only screen and (max-width: 767px) {
  .product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-group-info h3 a {
    display: block;
    font-size: 16px;
  }
}
.product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-group-actions {
  float: right;
}
.product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-group-actions .addon-group-delete {
  display: inline;
}
.product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-group-actions .btn, .product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-group-actions .request-wrp.overlay .gform_button.button, .request-wrp.overlay .product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-group-actions .gform_button.button {
  margin-top: 0;
  padding: 6px 15px 6px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-group-actions .btn, .product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-group-actions .request-wrp.overlay .gform_button.button, .request-wrp.overlay .product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-group-actions .gform_button.button {
    padding: 2px 5px 3px;
    font-size: 12px;
  }
}
.product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-group-actions .btn.btn-addon-group-delete, .product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-group-actions .request-wrp.overlay .btn-addon-group-delete.gform_button.button, .request-wrp.overlay .product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-group-actions .btn-addon-group-delete.gform_button.button {
  padding: 4px 15px 4px;
  border-color: #FF0068;
  background: #fff;
  color: #FF0068;
}
@media only screen and (max-width: 767px) {
  .product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-group-actions .btn.btn-addon-group-delete, .product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-group-actions .request-wrp.overlay .btn-addon-group-delete.gform_button.button, .request-wrp.overlay .product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-group-actions .btn-addon-group-delete.gform_button.button {
    padding: 0 5px 1px;
  }
}
.product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-group-actions .btn.desktop:hover, .product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-group-actions .request-wrp.overlay .desktop.gform_button.button:hover, .request-wrp.overlay .product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-group-actions .desktop.gform_button.button:hover {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-form {
  display: none;
  clear: both;
  padding-top: 15px;
}
.product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-form .btn, .product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-form .request-wrp.overlay .gform_button.button, .request-wrp.overlay .product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-form .gform_button.button {
  margin-top: 5px;
  padding: 6px 15px 6px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-form .btn, .product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-form .request-wrp.overlay .gform_button.button, .request-wrp.overlay .product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-form .gform_button.button {
    padding: 3px 10px 4px;
    font-size: 13px;
  }
}
.product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-form .btn.desktop:hover, .product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-form .request-wrp.overlay .desktop.gform_button.button:hover, .request-wrp.overlay .product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-form .desktop.gform_button.button:hover {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-form .btn.btn-addon-save, .product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-form .request-wrp.overlay .btn-addon-save.gform_button.button, .request-wrp.overlay .product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-form .btn-addon-save.gform_button.button {
  display: none;
}
.product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-form .btn.btn-addon-save.visible, .product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-form .request-wrp.overlay .btn-addon-save.visible.gform_button.button, .request-wrp.overlay .product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-form .btn-addon-save.visible.gform_button.button {
  display: inline-block;
}
.product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-list .product-addon-item {
  position: relative;
  background-color: #f5f9fd;
  border: 1px solid #E4F1FD;
  padding: 10px 52px 10px 10px;
  margin-bottom: 10px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-list .product-addon-item {
    padding: 10px 40px 10px 10px;
  }
}
.product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-list .product-addon-item:before {
  cursor: grab;
  margin-right: 5px;
}
.product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-list .product-addon-item a {
  margin-top: 0;
  position: absolute;
  right: 10px;
  padding: 0;
  height: 52px;
  width: 52px;
  line-height: 48px;
}
@media only screen and (max-width: 767px) {
  .product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-list .product-addon-item a {
    height: 34px;
    width: 34px;
    line-height: 30px;
  }
}
.product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-list .product-addon-item a.desktop:hover {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 767px) {
  .product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-list .product-addon-item input {
    padding: 5px 10px;
    font-size: 12px;
  }
}
.product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-list .product-addon-item input.name {
  width: 65%;
  border: 2px solid #17264E;
}
.product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-list .product-addon-item input.name[readonly] {
  border: 2px solid transparent;
  background: transparent;
  cursor: default;
}
@media only screen and (max-width: 767px) {
  .product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-list .product-addon-item input.name {
    width: 60%;
  }
}
.product-single-edit .product-addon-group-list .product-addon-group-item .product-addon-list .product-addon-item input.price {
  width: 25%;
  border: 2px solid #17264E;
  margin-left: 1%;
}

.bookings-wrp {
  padding: 40px 30px 30px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .bookings-wrp {
    padding: 0;
  }
  .bookings-wrp h2 {
    margin-bottom: 30px;
    padding-left: 6.5%;
    padding-right: 6.5%;
  }
}
.bookings-wrp .status-wrp {
  text-align: left;
  position: relative;
  padding-top: 30px;
}
@media only screen and (max-width: 1023px) {
  .bookings-wrp .status-wrp {
    padding-left: 6.5%;
    padding-right: 6.5%;
  }
}
.bookings-wrp .status-wrp h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}

.bookings-list {
  text-align: center;
  padding-top: 10px;
}
.bookings-list .status-section {
  position: relative;
  padding-left: 40px;
  text-align: left;
  min-height: 40px;
  margin-top: 30px;
}
@media only screen and (max-width: 1023px) {
  .bookings-list .status-section {
    padding-left: 6.5%;
    background-color: #f5f9fd;
    border-top: 1px solid #eaeaea;
    min-height: 60px;
    margin-top: 0;
  }
}
.bookings-list .status-section:after {
  content: "";
  display: table;
  clear: both;
}
.bookings-list .status-section span {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  background-color: #17264E;
  color: #fff;
  top: 0;
  left: 0;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .bookings-list .status-section span {
    left: 6.5%;
    top: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .bookings-list .status-section h3 {
    margin-left: 40px;
    line-height: 60px;
  }
}
.bookings-list .bookings-list-item {
  text-align: left;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #eaeaea;
}
@media only screen and (max-width: 1023px) {
  .bookings-list .bookings-list-item:last-child {
    border-bottom: none;
  }
}
@media only screen and (max-width: 1023px) {
  .bookings-list .bookings-list-item {
    padding-left: 6.5%;
    padding-right: 6.5%;
  }
}
.bookings-list .bookings-list-item:after {
  content: "";
  display: table;
  clear: both;
}
.bookings-list .bookings-list-item .image-wrp {
  float: left;
  width: 90px;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .bookings-list .bookings-list-item .image-wrp {
    width: 80px;
  }
}
.bookings-list .bookings-list-item .image-wrp .image {
  position: relative;
  padding-bottom: 100%;
  border: 1px solid #eaeaea;
}
.bookings-list .bookings-list-item .booking-info {
  font-size: 14px;
  line-height: 20px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .bookings-list .bookings-list-item .booking-info {
    float: none;
    font-size: 13px;
  }
}
.bookings-list .bookings-list-item .booking-info .label {
  line-height: 14px;
}
.bookings-list .bookings-list-item .booking-info h4 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .bookings-list .bookings-list-item .booking-info h4 {
    max-width: 230px;
    font-size: 16px;
    line-height: 22px;
  }
}
.bookings-list .bookings-list-item .booking-info .price {
  padding-top: 2px;
  padding-bottom: 5px;
  font-size: 16px;
  color: #8FCF41;
}
.bookings-list .bookings-list-item .booking-info .address {
  margin-bottom: 3px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .bookings-list .bookings-list-item .booking-info .address {
    font-size: 12px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .bookings-list .bookings-list-item .booking-info .persons {
    font-size: 12px;
  }
}
.bookings-list .bookings-list-item .order-info {
  font-size: 14px;
  line-height: 20px;
  float: right;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .bookings-list .bookings-list-item .order-info {
    font-size: 13px;
    display: block;
    float: none;
    clear: both;
    text-align: left;
    padding-left: 95px;
    margin-top: 0;
  }
}
.bookings-list .bookings-list-item .order-info .btn, .bookings-list .bookings-list-item .order-info .request-wrp.overlay .gform_button.button, .request-wrp.overlay .bookings-list .bookings-list-item .order-info .gform_button.button {
  margin-top: 5px;
  max-width: none;
  display: inline-block;
  padding: 3px 10px 3px;
  line-height: 20px;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .bookings-list .bookings-list-item .order-info .btn, .bookings-list .bookings-list-item .order-info .request-wrp.overlay .gform_button.button, .request-wrp.overlay .bookings-list .bookings-list-item .order-info .gform_button.button {
    display: inline-block;
    margin-top: 5px;
  }
}
.bookings-list .bookings-list-item .order-info .btn.desktop:hover, .bookings-list .bookings-list-item .order-info .request-wrp.overlay .desktop.gform_button.button:hover, .request-wrp.overlay .bookings-list .bookings-list-item .order-info .desktop.gform_button.button:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.single-booking-wrp {
  position: relative;
  text-align: left;
}
.single-booking-wrp .go-back {
  color: #8590A4;
  cursor: pointer;
  font-size: 30px;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 15px;
}
@media only screen and (max-width: 767px) {
  .single-booking-wrp .go-back {
    top: 0;
  }
}
.single-booking-wrp .booking-item {
  text-align: left;
}
.single-booking-wrp .booking-item h2 {
  margin: 30px auto 5px;
}
.single-booking-wrp .booking-item .label {
  font-size: 14px;
  display: block;
}
.single-booking-wrp .booking-item .label strong {
  color: #17264E;
}
.single-booking-wrp .booking-item h3 {
  margin-bottom: 0;
}
.single-booking-wrp .booking-item .address {
  margin-bottom: 3px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .single-booking-wrp .booking-item .address {
    font-size: 12px;
  }
}
.single-booking-wrp .booking-item .status-txt {
  margin-top: -3px;
  font-size: 14px;
  line-height: 20px;
}
.single-booking-wrp .booking-item .booking-info {
  padding: 30px;
}
@media only screen and (max-width: 1023px) {
  .single-booking-wrp .booking-item .booking-info {
    padding: 30px 6.5%;
  }
}
.single-booking-wrp .booking-item .booking-info:after {
  content: "";
  display: table;
  clear: both;
}
.single-booking-wrp .booking-item .booking-info .image-wrp {
  float: left;
  width: 90px;
  margin-right: 15px;
}
.single-booking-wrp .booking-item .booking-info .image-wrp .image {
  position: relative;
  padding-bottom: 100%;
  border: 1px solid #eaeaea;
}
.single-booking-wrp .booking-item .booking-info .btn, .single-booking-wrp .booking-item .booking-info .request-wrp.overlay .gform_button.button, .request-wrp.overlay .single-booking-wrp .booking-item .booking-info .gform_button.button {
  max-width: none;
  margin-top: 0;
  padding: 3px 10px 3px;
  line-height: 20px;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .single-booking-wrp .booking-item .booking-info .btn, .single-booking-wrp .booking-item .booking-info .request-wrp.overlay .gform_button.button, .request-wrp.overlay .single-booking-wrp .booking-item .booking-info .gform_button.button {
    display: inline-block;
  }
}
.single-booking-wrp .booking-item .booking-info .btn.desktop:hover, .single-booking-wrp .booking-item .booking-info .request-wrp.overlay .desktop.gform_button.button:hover, .request-wrp.overlay .single-booking-wrp .booking-item .booking-info .desktop.gform_button.button:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.single-booking-wrp .booking-item .booking-info .booking-col-wrp {
  clear: both;
}
.single-booking-wrp .booking-item .booking-info .booking-col-wrp:after {
  content: "";
  display: table;
  clear: both;
}
.single-booking-wrp .booking-item .booking-info .booking-col-wrp .booking-col {
  width: 30%;
  float: left;
  font-size: 14px;
  line-height: 20px;
  padding-top: 20px;
}
.single-booking-wrp .booking-item .booking-info .booking-col-wrp .booking-col strong {
  display: block;
}
.single-booking-wrp .booking-item .booking-info .booking-col-wrp .booking-col:nth-child(4n) {
  clear: left;
}
@media only screen and (max-width: 767px) {
  .single-booking-wrp .booking-item .booking-info .booking-col-wrp .booking-col {
    width: 50%;
  }
}
.single-booking-wrp .booking-item .order-info {
  background-color: #f5f9fd;
  padding: 30px;
}
@media only screen and (max-width: 1023px) {
  .single-booking-wrp .booking-item .order-info {
    padding: 30px 6.5%;
  }
}
.single-booking-wrp .booking-item .order-info .order-col-wrp {
  clear: both;
}
.single-booking-wrp .booking-item .order-info .order-col-wrp:after {
  content: "";
  display: table;
  clear: both;
}
.single-booking-wrp .booking-item .order-info .order-col-wrp .order-col {
  width: 30%;
  float: left;
  font-size: 14px;
  line-height: 20px;
  padding-top: 20px;
}
.single-booking-wrp .booking-item .order-info .order-col-wrp .order-col strong {
  display: block;
}
.single-booking-wrp .booking-item .order-info .order-col-wrp .order-col:nth-child(4n) {
  clear: left;
}
@media only screen and (max-width: 767px) {
  .single-booking-wrp .booking-item .order-info .order-col-wrp .order-col {
    width: 50%;
  }
  .single-booking-wrp .booking-item .order-info .order-col-wrp .order-col:nth-child(4n) {
    clear: none;
  }
}
.single-booking-wrp .booking-item .confirm-booking {
  padding: 15px 0 0;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .single-booking-wrp .booking-item .confirm-booking {
    padding: 30px 0 0;
  }
}
.single-booking-wrp .booking-item .confirm-booking .booking__required-fields {
  display: block;
  width: 100%;
}
.single-booking-wrp .booking-item .confirm-booking .btn, .single-booking-wrp .booking-item .confirm-booking .request-wrp.overlay .gform_button.button, .request-wrp.overlay .single-booking-wrp .booking-item .confirm-booking .gform_button.button {
  flex: 1;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
  margin-top: 0;
  margin-bottom: 30px;
}
.single-booking-wrp .booking-item .confirm-booking .btn.payment, .single-booking-wrp .booking-item .confirm-booking .request-wrp.overlay .payment.gform_button.button, .request-wrp.overlay .single-booking-wrp .booking-item .confirm-booking .payment.gform_button.button {
  margin-bottom: 15px;
}
.single-booking-wrp .booking-item .confirm-booking textarea {
  width: 100%;
  border: 1px solid #ddd;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  min-height: 100px;
  transition: border-color 0.3s;
  margin-bottom: 25px;
}
.single-booking-wrp .booking-item .order-notes {
  margin: 5px 0 20px;
  padding: 20px 30px 20px;
  background-color: #f5f9fd;
}
@media only screen and (max-width: 1023px) {
  .single-booking-wrp .booking-item .order-notes {
    margin: 5px 0 20px;
  }
}
.single-booking-wrp .booking-item .order-notes h3 {
  margin-bottom: 5px;
}
.single-booking-wrp .booking-item .order-notes .order-notes__note {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}
.single-booking-wrp .booking-item .order-notes .order-notes__note:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.single-booking-wrp .booking-item .order-notes .order-notes__note label {
  font-size: 12px;
  line-height: 20px;
}
.single-booking-wrp .booking-item .order-notes .order-notes__note p {
  margin-top: 0px;
  line-height: 20px;
}
.single-booking-wrp .booking-item .payment-info {
  padding: 20px 30px 0;
}
@media only screen and (max-width: 1023px) {
  .single-booking-wrp .booking-item .payment-info {
    padding: 20px 6.5% 0;
  }
}
.single-booking-wrp .booking-item .payment-info .payment {
  max-width: none;
  display: block;
  margin-bottom: 30px;
}
.single-booking-wrp .booking-item .payment-info table {
  width: 100%;
  max-width: 100%;
}
.single-booking-wrp .booking-item .payment-info table tbody tr td:last-child {
  white-space: nowrap;
}
.single-booking-wrp .booking-item .payment-info table tr th, .single-booking-wrp .booking-item .payment-info table tr td {
  border-bottom: 1px solid #eaeaea;
  padding: 10px 0;
  line-height: 20px;
}
.single-booking-wrp .booking-item .payment-info table tr th:last-child, .single-booking-wrp .booking-item .payment-info table tr td:last-child {
  text-align: right;
  padding-left: 15px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .single-booking-wrp .booking-item .payment-info table tr th:last-child, .single-booking-wrp .booking-item .payment-info table tr td:last-child {
    white-space: normal;
  }
}
.single-booking-wrp .booking-item .payment-info table tr th {
  color: #8590A4;
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .single-booking-wrp .booking-item .payment-info table tr h3 {
    font-size: 16px;
  }
}
.single-booking-wrp .booking-item .payment-info table tr span {
  font-size: 12px;
}
.single-booking-wrp .booking-item .payment-info table tr.room td {
  padding: 20px 0;
}
.single-booking-wrp .booking-item .payment-info table tr.room td span {
  font-size: 14px;
}
.single-booking-wrp .booking-item .payment-info table tr.room td .address {
  margin-top: 3px;
  margin-bottom: 0;
}
.single-booking-wrp .booking-item .payment-info table tr.total {
  font-weight: 700;
}
.single-booking-wrp .booking-item .payment-info table tr.last {
  font-size: 12px;
}
.single-booking-wrp .booking-item .payment-info table tr.last td {
  border-bottom: 0;
}
.single-booking-wrp .booking-item .payment-info .col-1,
.single-booking-wrp .booking-item .payment-info .col-2,
.single-booking-wrp .booking-item .payment-info .woocommerce-info {
  display: none;
}
.single-booking-wrp .booking-item .payment-info .checkout_coupon {
  display: block !important;
  padding: 0 210px 0 0;
  margin: 30px auto 0;
  border: none;
  position: relative;
}
.single-booking-wrp .booking-item .payment-info .checkout_coupon .form-row {
  padding: 0;
  float: none;
  width: auto;
}
.single-booking-wrp .booking-item .payment-info .checkout_coupon .form-row.form-row-last {
  position: absolute;
  right: 0;
  top: -1px;
}
.single-booking-wrp .booking-item .payment-info .checkout_coupon p:first-child {
  display: none;
}
.single-booking-wrp .booking-item .payment-info .checkout_coupon p input {
  background-color: #E4F1FD;
  max-width: none;
  padding: 15px 15px;
  border: none;
}
.single-booking-wrp .booking-item .payment-info .checkout_coupon p button {
  max-width: 300px;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  padding: 13px 24px 15px;
  border: 2px solid #fff;
  color: #fff;
}
.single-booking-wrp .booking-item .payment-info .checkout_coupon p button:hover {
  -webkit-box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.4);
}
.single-booking-wrp .booking-item .payment-info .shop_table {
  display: none;
  border: none;
}
.single-booking-wrp .booking-item .payment-info .shop_table tr th, .single-booking-wrp .booking-item .payment-info .shop_table tr td {
  border-bottom: none;
}
.single-booking-wrp .booking-item .payment-info .shop_table tfoot tr th, .single-booking-wrp .booking-item .payment-info .shop_table tfoot tr td {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #17264E;
}
.single-booking-wrp .booking-item .payment-info .woocommerce-checkout-payment {
  background: transparent !important;
  padding: 0 !important;
  margin-top: 20px;
}
.single-booking-wrp .booking-item .payment-info .woocommerce-checkout-payment ul {
  padding: 0 !important;
  border-bottom: none !important;
}
.single-booking-wrp .booking-item .payment-info .woocommerce-checkout-payment ul li {
  font-size: 14px;
}
.single-booking-wrp .booking-item .payment-info .woocommerce-checkout-payment ul li label {
  font-weight: 700;
}
.single-booking-wrp .booking-item .payment-info .woocommerce-checkout-payment ul li input {
  position: relative;
  margin-right: 3px !important;
  top: -1px;
}
.single-booking-wrp .booking-item .payment-info .woocommerce-checkout-payment .form-row {
  padding: 0 !important;
}
.single-booking-wrp .booking-item .payment-info .woocommerce-checkout-payment .form-row p {
  margin: 10px auto 0 !important;
}
.single-booking-wrp .booking-item .payment-info .woocommerce-checkout-payment .place-order {
  padding: 0 !important;
}
.single-booking-wrp .booking-item .payment-info .woocommerce-checkout-payment .place-order p {
  font-size: 14px;
  line-height: 20px;
}
.single-booking-wrp .booking-item .payment-info .woocommerce-checkout-payment .place-order p input {
  position: relative;
  margin-right: 3px !important;
}
.single-booking-wrp .booking-item .payment-info .woocommerce-checkout-payment .place-order button {
  max-width: none;
  width: 100%;
  cursor: pointer;
  margin: 15px auto 10px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  padding: 13px 24px 15px;
  border: 2px solid #fff;
  color: #fff;
}
.single-booking-wrp .booking-item .payment-info .woocommerce-checkout-payment .place-order button:hover {
  -webkit-box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.4);
}
.single-booking-wrp .booking-item .payment-info .request-terms-information {
  padding: 15px;
  border: 2px solid #eee;
  max-height: 200px;
  overflow-y: scroll;
  margin: 15px 0 30px;
}
.booking__required-fields {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  border: 2px dashed rgb(255, 0, 104);
  border-radius: 5px;
  transition: border 0.2s;
}
.booking__required-fields--nice {
  border: 2px dashed #8fcf41;
}
.booking__required-fields p {
  line-height: 20px;
}
.booking__required-fields p:nth-child(1) {
  margin-top: 0;
}
.booking__required-fields label {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
}
.booking__required-fields input {
  border: 1px solid #eaeaea;
  background-color: #fff;
  padding: 7px 10px;
  transition: border 0.2s;
  font-weight: 400;
  font-size: 14px;
}
.booking__required-fields input.empty {
  border: 1px solid rgb(255, 0, 104);
}
.booking__required-fields__row + .booking__required-fields__row {
  margin-top: 5px;
}
.booking__required-fields__2-col {
  display: flex;
}
.booking__required-fields__2-col div {
  flex: 1;
}
.booking__required-fields__2-col div:nth-child(1) {
  margin-right: 7.5px;
}
.booking__required-fields__2-col div:nth-child(2) {
  margin-left: 7.5px;
}

.woocommerce-cart #main {
  padding-bottom: 150px;
}
.woocommerce-cart #main .woocommerce {
  padding-top: 40px;
}
.woocommerce-cart #main .woocommerce .woocommerce-notices-wrapper {
  display: none;
}
.woocommerce-cart #main .woocommerce .cart-empty {
  display: none;
}
.woocommerce-cart #main .woocommerce .return-to-shop {
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  max-width: 480px;
}
.woocommerce-cart #main .woocommerce .return-to-shop:before {
  display: block;
  margin: 0 auto 20px;
  font-size: 120px;
  line-height: 120px;
}
.woocommerce-cart #main .woocommerce .return-to-shop a.button {
  max-width: 200px;
  display: block;
  cursor: pointer;
  border: none;
  margin: 30px auto 0;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  padding: 13px 24px 15px;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  color: #fff;
}
.woocommerce-cart #main .woocommerce .return-to-shop a.button.desktop:hover {
  -webkit-box-shadow: 0px 5px 50px -10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 50px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 50px -10px rgba(0, 0, 0, 0.4);
}

body.woocommerce-checkout .woocommerce .shop_table {
  border: none;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}
body.woocommerce-checkout .woocommerce .shop_table th, body.woocommerce-checkout .woocommerce .shop_table td {
  font-size: 14px;
  line-height: 20px;
  border-top: 1px solid #eaeaea;
}
body.woocommerce-checkout .woocommerce .shop_table th:first-child, body.woocommerce-checkout .woocommerce .shop_table td:first-child {
  padding-left: 6.5%;
}
body.woocommerce-checkout .woocommerce .shop_table th:last-child, body.woocommerce-checkout .woocommerce .shop_table td:last-child {
  padding-right: 6.5%;
  text-align: right;
}
body.woocommerce-checkout .woocommerce .shop_table thead th, body.woocommerce-checkout .woocommerce .shop_table thead td {
  border-top: none;
  padding-top: 30px;
  font-size: 14px;
  color: #8590A4;
}
body.woocommerce-checkout .woocommerce .shop_table tbody th, body.woocommerce-checkout .woocommerce .shop_table tbody td {
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: top;
  font-size: 16px;
  font-weight: 700;
}
body.woocommerce-checkout .woocommerce .shop_table tbody th .wc-item-meta, body.woocommerce-checkout .woocommerce .shop_table tbody td .wc-item-meta {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}
body.woocommerce-checkout .woocommerce .shop_table tbody th .wc-item-meta li, body.woocommerce-checkout .woocommerce .shop_table tbody td .wc-item-meta li {
  margin: 0;
  padding: 0;
}
body.woocommerce-checkout .woocommerce .shop_table tbody th .wc-item-meta li strong, body.woocommerce-checkout .woocommerce .shop_table tbody td .wc-item-meta li strong {
  font-weight: 400;
}
body.woocommerce-checkout .woocommerce .shop_table tbody th .wc-item-meta li p, body.woocommerce-checkout .woocommerce .shop_table tbody td .wc-item-meta li p {
  margin: 0;
  padding: 0;
}
body.woocommerce-checkout .woocommerce .shop_table tbody th .wc-booking-summary, body.woocommerce-checkout .woocommerce .shop_table tbody td .wc-booking-summary {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 14px;
  font-weight: normal;
}
body.woocommerce-checkout .woocommerce .shop_table tbody th .wc-booking-summary ul, body.woocommerce-checkout .woocommerce .shop_table tbody td .wc-booking-summary ul {
  margin: 0;
  padding: 0;
}
body.woocommerce-checkout .woocommerce .shop_table tbody th .wc-booking-summary ul li, body.woocommerce-checkout .woocommerce .shop_table tbody td .wc-booking-summary ul li {
  margin: 0;
  padding: 0;
  color: #17264E;
}
body.woocommerce-checkout .woocommerce .shop_table tbody th.product-subtotal .woocommerce-Price-amount, body.woocommerce-checkout .woocommerce .shop_table tbody td.product-subtotal .woocommerce-Price-amount {
  display: none;
}
body.woocommerce-checkout .woocommerce .shop_table tbody th.product-subtotal br, body.woocommerce-checkout .woocommerce .shop_table tbody td.product-subtotal br {
  display: none;
}
body.woocommerce-checkout .woocommerce .shop_table tbody th.product-subtotal small, body.woocommerce-checkout .woocommerce .shop_table tbody td.product-subtotal small {
  font-size: 16px;
  font-weight: 700;
}
body.woocommerce-checkout .woocommerce .shop_table tbody th.product-subtotal small .woocommerce-Price-amount, body.woocommerce-checkout .woocommerce .shop_table tbody td.product-subtotal small .woocommerce-Price-amount {
  display: inline;
}
body.woocommerce-checkout .woocommerce .shop_table tfoot th .woocommerce-Price-amount, body.woocommerce-checkout .woocommerce .shop_table tfoot td .woocommerce-Price-amount {
  float: right;
}
body.woocommerce-checkout .woocommerce .shop_table tfoot th small, body.woocommerce-checkout .woocommerce .shop_table tfoot td small {
  font-size: 12px;
  color: #8590A4;
  margin-right: 10px;
}
body.woocommerce-checkout .woocommerce .shop_table tfoot th small .woocommerce-Price-amount, body.woocommerce-checkout .woocommerce .shop_table tfoot td small .woocommerce-Price-amount {
  float: none;
}
body.woocommerce-checkout .woocommerce .shop_table tfoot tr:first-child {
  display: none;
}
body.woocommerce-checkout #payment {
  background-color: #fff;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}
body.woocommerce-checkout #payment .payment_methods {
  padding-left: 6.5%;
  padding-right: 6.5%;
  border-bottom: 1px solid #eaeaea;
  color: #8590A4;
}
body.woocommerce-checkout #payment .payment_methods label {
  font-weight: 700;
}
body.woocommerce-checkout #payment .form-row {
  padding-left: 6.5%;
  padding-right: 6.5%;
}
body.woocommerce-checkout #payment .form-row .form-row {
  padding: 0;
}
body.woocommerce-checkout #payment .form-row p {
  margin: 0;
  max-width: none;
}
body.woocommerce-checkout #payment .form-row p.validate-required {
  margin-top: 7px;
}
body.woocommerce-checkout #payment .checkbox {
  margin-top: 15px;
}
body.woocommerce-checkout #payment .checkbox input {
  display: none !important;
  margin: 0 !important;
}
body.woocommerce-checkout #payment .checkbox label {
  width: auto !important;
  display: inline-block !important;
}
body.woocommerce-checkout #payment button {
  max-width: none;
  width: 100%;
  cursor: pointer;
  border: none;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  padding: 13px 24px 15px;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
body.woocommerce-checkout #payment button:hover {
  -webkit-box-shadow: 0px 5px 50px -10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 50px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 50px -10px rgba(0, 0, 0, 0.4);
}
body.woocommerce-checkout .woocommerce-order {
  text-align: center;
}
body.woocommerce-checkout .woocommerce-order .woocommerce-thankyou-order-received,
body.woocommerce-checkout .woocommerce-order .woocommerce-thankyou-order-failed {
  font-weight: 700 !important;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  display: block;
  margin-top: 30px;
  padding-left: 6.5%;
  padding-right: 6.5%;
}
body.woocommerce-checkout .woocommerce-order .woocommerce-thankyou-order-received:before,
body.woocommerce-checkout .woocommerce-order .woocommerce-thankyou-order-failed:before {
  font-weight: 300 !important;
  display: block;
  margin-bottom: 20px;
  font-size: 150px;
  line-height: 150px;
}
body.woocommerce-checkout .woocommerce-order .woocommerce-thankyou-order-received:before {
  color: #8FCF41;
}
body.woocommerce-checkout .woocommerce-order .woocommerce-thankyou-order-failed:before {
  color: #cc1040;
}
body.woocommerce-checkout .woocommerce-order .woocommerce-order-details h2 {
  display: none;
}
body.woocommerce-checkout .woocommerce-order .woocommerce-order-details .shop_table {
  display: none;
}
body.woocommerce-checkout .woocommerce-order .woocommerce-order-details .shop_table tbody td {
  font-size: 14px;
}
body.woocommerce-checkout .woocommerce-order .woocommerce-order-details .shop_table tbody td a {
  display: block;
  font-size: 16px;
}
body.woocommerce-checkout .woocommerce-order .woocommerce-order-details .shop_table tbody td .wc-item-meta {
  display: none !important;
}
body.woocommerce-checkout .woocommerce-order .woocommerce-order-details .shop_table tbody td .wc-booking-summary {
  display: none;
}
body.woocommerce-checkout .woocommerce-order .woocommerce-order-details .shop_table tbody td small {
  display: none;
}
body.woocommerce-checkout .woocommerce-order .woocommerce-order-details .shop_table tbody td.product-total {
  font-size: 16px;
}
body.woocommerce-checkout .woocommerce-order .woocommerce-order-details .shop_table tfoot tr {
  display: none;
}
body.woocommerce-checkout .woocommerce-order .woocommerce-order-details .shop_table tfoot tr:last-child {
  display: table-row;
}
body.woocommerce-checkout .woocommerce-order .woocommerce-thankyou-order-details {
  margin: 30px 0 20px;
  border-top: 1px dashed #d3ced2;
  border-bottom: 1px dashed #d3ced2;
}
body.woocommerce-checkout .woocommerce-order .woocommerce-thankyou-order-details li {
  width: 50%;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  border: none;
}
body.woocommerce-checkout .woocommerce-order .woocommerce-thankyou-order-details li:nth-child(1), body.woocommerce-checkout .woocommerce-order .woocommerce-thankyou-order-details li:nth-child(3) {
  border-right: 1px dashed #d3ced2;
}
body.woocommerce-checkout .woocommerce-order .woocommerce-thankyou-order-details li:nth-child(1), body.woocommerce-checkout .woocommerce-order .woocommerce-thankyou-order-details li:nth-child(2) {
  border-bottom: 1px dashed #d3ced2;
}
body.woocommerce-checkout .woocommerce-order .woocommerce-thankyou-order-details li label {
  display: block;
}
body.woocommerce-checkout .woocommerce-order .woocommerce-customer-details {
  display: none;
}

.woocommerce-error {
  border-top-color: #cc1040;
  color: #cc1040;
  font-size: 14px;
  font-weight: 700;
}

.post-section,
.single-post-section {
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .post-section,
  .single-post-section {
    padding-top: 0;
  }
  .post-section .inner-content,
  .single-post-section .inner-content {
    margin-left: 0;
    margin-right: 0;
  }
}
.post-section .post-content,
.single-post-section .post-content {
  overflow: hidden;
  position: relative;
  text-align: left;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .post-section .post-content,
  .single-post-section .post-content {
    max-width: none;
    float: none;
    width: auto;
    margin-right: 0;
    moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(23, 38, 78, 0);
    -moz-box-shadow: 0 0 0 0 rgba(23, 38, 78, 0);
    box-shadow: 0 0 0 0 rgba(23, 38, 78, 0);
  }
}
.post-section .post-content h1,
.single-post-section .post-content h1 {
  text-align: center;
  margin: 30px auto 0;
}

.post-list {
  padding: 0 30px 30px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .post-list {
    padding: 0;
  }
}
.post-list .post-list-item {
  text-align: left;
  position: relative;
  border-top: 1px solid #eaeaea;
  padding-top: 30px;
  margin-top: 30px;
  padding-left: 190px;
  min-height: 190px;
}
@media only screen and (max-width: 1023px) {
  .post-list .post-list-item {
    padding-left: 220px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .post-list .post-list-item {
    border-top: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.post-list .post-list-item:after {
  content: "";
  display: table;
  clear: both;
}
.post-list .post-list-item .image-wrp {
  position: absolute;
  left: 0;
  width: 160px;
}
@media only screen and (max-width: 1023px) {
  .post-list .post-list-item .image-wrp {
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .post-list .post-list-item .image-wrp {
    position: relative;
    width: 100%;
    left: auto;
  }
}
.post-list .post-list-item .image-wrp .image {
  display: block;
  position: relative;
  padding-bottom: 100%;
}
@media only screen and (max-width: 767px) {
  .post-list .post-list-item .image-wrp .image {
    padding-bottom: 56.25%;
    moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .post-list .post-list-item .post-txt {
    padding: 20px 6.5% 0;
  }
}
.post-list .post-list-item .post-txt h3 a {
  color: #17264E;
}

.content.post .top-image {
  display: block;
  position: relative;
  height: 550px;
}
@media only screen and (max-width: 767px) {
  .content.post .top-image {
    height: 400px;
  }
}
.content.post .top-image .image-btn {
  moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  border-radius: 18px;
  font-weight: 700;
  cursor: pointer;
  padding: 5px 20px;
  z-index: 1;
  left: 50%;
  margin-left: 350px;
  bottom: 180px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  color: #17264E;
}
.content.post .top-image .image-btn.desktop:hover {
  background-color: rgb(255, 255, 255);
}
.content.post .top-image .image-btn:hover {
  background-color: rgb(255, 255, 255);
}
.content.post .top-image .image-btn:before {
  position: relative;
  line-height: 26px;
  margin-right: 5px;
}
@media only screen and (max-width: 1023px) {
  .content.post .top-image .image-btn {
    bottom: 30px;
    left: auto;
    right: 30px;
    margin-left: auto;
  }
}
.content.post .single-post-section {
  padding-top: 0;
  overflow: visible;
  z-index: 2;
}
.content.post .post-content {
  position: relative;
  z-index: 2;
  top: -150px;
  margin-bottom: -150px;
}
@media only screen and (max-width: 1023px) {
  .content.post .post-content {
    top: auto;
    margin-bottom: 0;
  }
}
.content.post .post-content .single-post {
  padding: 40px 6.5%;
}
@media only screen and (max-width: 767px) {
  .content.post .post-content .single-post {
    padding: 30px 6.5%;
  }
}
.content.post .post-content .single-post h1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .content.post .post-content .single-post h1 {
    margin-bottom: 0;
  }
}
.content.post .post-content .single-post .post-nav {
  padding-top: 15px;
  margin-top: 60px;
  border-top: 1px solid #eaeaea;
  text-align: center;
}
.content.post .post-content .single-post .post-nav:after {
  content: "";
  display: table;
  clear: both;
}
.content.post .post-content .single-post .post-nav a {
  position: relative;
  display: inline-block;
  font-weight: 700 !important;
}
.content.post .post-content .single-post .post-nav a:before {
  font-weight: 400 !important;
  color: #FF0068;
  position: relative;
  top: -1px;
  font-size: 20px;
}
.content.post .post-content .single-post .post-nav a.prev {
  float: left;
}
.content.post .post-content .single-post .post-nav a.prev:before {
  float: left;
  margin-right: 7px;
}
.content.post .post-content .single-post .post-nav a.next {
  float: right;
}
.content.post .post-content .single-post .post-nav a.next:before {
  float: right;
  margin-left: 7px;
}
.content.post .post-content .single-post .post-nav a.all {
  top: -5px;
}

#footer {
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: #17264E;
  background-image: url("/wp-content/themes/festmaklarna/assets/images/wifi-pattern.png");
  background-size: 50px 50px;
  z-index: 0;
  margin-top: -90px;
}
#footer .inner-content {
  padding-top: 170px;
  padding-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  #footer .inner-content {
    padding-top: 150px;
    padding-bottom: 60px;
  }
}
#footer .icon-festmaklarna {
  width: 130px;
  font-size: 40px;
  margin: 0 auto 40px;
}
#footer .btn, #footer .request-wrp.overlay .gform_button.button, .request-wrp.overlay #footer .gform_button.button {
  margin-top: 25px;
  display: block;
  white-space: nowrap;
}
#footer .fab {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #E4F1FD;
  color: #17264E;
  height: 44px;
  width: 44px;
  font-size: 20px;
  line-height: 44px;
  moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
}
#footer .fab.desktop:hover {
  background: #cce5fb;
}
#footer .newsletter {
  margin-top: 30px;
}
#footer .newsletter input[type=text] {
  background-color: #E4F1FD;
  width: 280px;
}
#footer .newsletter input[type=submit] {
  width: 280px;
}
#footer h4 {
  margin-top: 28px;
  margin-bottom: 0;
}
#footer p {
  margin-top: 5px;
  line-height: 34px;
}
#footer p a {
  color: #fff;
}
#footer .menu {
  margin-top: 5px;
  line-height: 34px;
}
#footer .menu a {
  color: #fff;
}
#footer .widget {
  vertical-align: top;
  text-align: left;
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 767px) {
  #footer .widget {
    display: block;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
  }
}
#footer .widget:first-child {
  text-align: center;
  padding-left: 0;
  padding-right: 200px;
}
@media only screen and (max-width: 1366px) {
  #footer .widget:first-child {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  #footer .widget:first-child {
    display: block;
    padding-right: 0;
    margin-bottom: 50px;
  }
}
#footer .widget:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 1199px) {
  #footer .widget:last-child {
    padding-right: 50px;
  }
}

.page-template-rooms-template #footer,
.archive #footer {
  margin-top: 0;
}
.page-template-rooms-template #footer .inner-content,
.archive #footer .inner-content {
  padding-top: 100px;
}

.wc-pao-addon-content-label {
  grid-column: 2/4;
}
.wc-pao-addon-content-price-type {
  grid-column: 4/6;
}
.wc-pao-addon-content-price {
  grid-column: 6/7;
}
.wc-pao-addon-content-conctract-customer {
  grid-column: 7/9;
}
.wc-pao-addon-content-contract-customer-discount {
  grid-column: 9/10;
}

@media only screen and (max-width: 1023px) {
  .btn-wrp {
    text-align: center;
  }
}

a.btn, .request-wrp.overlay a.gform_button.button,
button.btn,
.request-wrp.overlay button.gform_button.button,
span.btn,
.request-wrp.overlay span.gform_button.button,
input[type=submit].btn,
.request-wrp.overlay input[type=submit].gform_button.button {
  max-width: 300px;
  cursor: pointer;
  border: none;
  margin: 15px auto 0;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  padding: 13px 24px 15px;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  color: #fff;
}
a.btn.desktop:hover, .request-wrp.overlay a.desktop.gform_button.button:hover,
button.btn.desktop:hover,
.request-wrp.overlay button.desktop.gform_button.button:hover,
span.btn.desktop:hover,
.request-wrp.overlay span.desktop.gform_button.button:hover,
input[type=submit].btn.desktop:hover,
.request-wrp.overlay input[type=submit].desktop.gform_button.button:hover {
  -webkit-box-shadow: 0px 5px 50px -10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 50px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 50px -10px rgba(0, 0, 0, 0.4);
}
a.btn.disabled, .request-wrp.overlay a.disabled.gform_button.button,
button.btn.disabled,
.request-wrp.overlay button.disabled.gform_button.button,
span.btn.disabled,
.request-wrp.overlay span.disabled.gform_button.button,
input[type=submit].btn.disabled,
.request-wrp.overlay input[type=submit].disabled.gform_button.button {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;
  filter: alpha(opacity=30) !important;
  -moz-opacity: 0.3 !important;
  -khtml-opacity: 0.3 !important;
  opacity: 0.3 !important;
  cursor: default;
}
a.btn.disabled:hover, .request-wrp.overlay a.disabled.gform_button.button:hover,
button.btn.disabled:hover,
.request-wrp.overlay button.disabled.gform_button.button:hover,
span.btn.disabled:hover,
.request-wrp.overlay span.disabled.gform_button.button:hover,
input[type=submit].btn.disabled:hover,
.request-wrp.overlay input[type=submit].disabled.gform_button.button:hover {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
a.btn.active, .request-wrp.overlay a.active.gform_button.button,
button.btn.active,
.request-wrp.overlay button.active.gform_button.button,
span.btn.active,
.request-wrp.overlay span.active.gform_button.button,
input[type=submit].btn.active,
.request-wrp.overlay input[type=submit].active.gform_button.button {
  cursor: pointer;
}
a.btn.light-blue, .request-wrp.overlay a.light-blue.gform_button.button,
button.btn.light-blue,
.request-wrp.overlay button.light-blue.gform_button.button,
span.btn.light-blue,
.request-wrp.overlay span.light-blue.gform_button.button,
input[type=submit].btn.light-blue,
.request-wrp.overlay input[type=submit].light-blue.gform_button.button {
  background: #17264E;
  color: #fff;
}
a.btn.light-blue.desktop:hover, .request-wrp.overlay a.light-blue.desktop.gform_button.button:hover,
button.btn.light-blue.desktop:hover,
.request-wrp.overlay button.light-blue.desktop.gform_button.button:hover,
span.btn.light-blue.desktop:hover,
.request-wrp.overlay span.light-blue.desktop.gform_button.button:hover,
input[type=submit].btn.light-blue.desktop:hover,
.request-wrp.overlay input[type=submit].light-blue.desktop.gform_button.button:hover {
  background: #111c3a;
}
a.btn.small, .request-wrp.overlay a.small.gform_button.button,
button.btn.small,
.request-wrp.overlay button.small.gform_button.button,
span.btn.small,
.request-wrp.overlay span.small.gform_button.button,
input[type=submit].btn.small,
.request-wrp.overlay input[type=submit].small.gform_button.button {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 7px 15px 9px;
}
a.btn.fa-spinner:before, .request-wrp.overlay a.fa-spinner.gform_button.button:before,
button.btn.fa-spinner:before,
.request-wrp.overlay button.fa-spinner.gform_button.button:before,
span.btn.fa-spinner:before,
.request-wrp.overlay span.fa-spinner.gform_button.button:before,
input[type=submit].btn.fa-spinner:before,
.request-wrp.overlay input[type=submit].fa-spinner.gform_button.button:before {
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 10px;
  -webkit-animation-name: spin;
  -moz-animation-name: spin;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#cookie-notice .cookie-notice-container {
  padding: 20px;
}
#cookie-notice .cookie-notice-container #cn-notice-text {
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
}
@media only screen and (max-width: 1199px) {
  #cookie-notice .cookie-notice-container #cn-notice-text {
    display: block;
  }
}
#cookie-notice .cookie-notice-container a {
  margin-top: 0;
  vertical-align: middle;
  font-size: 12px;
  padding: 3px 15px 5px;
  background: transparent;
  color: #fff;
}
#cookie-notice .cookie-notice-container a:hover {
  background: #fff;
  color: #FF0068;
}
@media only screen and (max-width: 1199px) {
  #cookie-notice .cookie-notice-container a {
    margin-top: 10px;
  }
}

/**
 * Swiper 4.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.top-section {
  padding-top: 0;
  padding-bottom: 0;
}

.fade-images {
  position: relative;
  height: 550px;
}
@media only screen and (max-width: 767px) {
  .fade-images {
    height: 400px;
  }
}
.fade-images .image-overlay {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#80000000", endColorstr="#00000000",GradientType=0 );
}
.fade-images .txt-overlay {
  z-index: 2;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  padding-left: 6.5%;
  padding-right: 6.5%;
  color: #fff;
}
.fade-images .txt-overlay p {
  font-size: 22px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .fade-images .txt-overlay p {
    font-size: 20px;
    line-height: 26px;
  }
}
.fade-images .swiper-wrapper {
  position: relative;
}
.fade-images .swiper-wrapper .swiper-slide {
  height: 550px;
}
@media only screen and (max-width: 767px) {
  .fade-images .swiper-wrapper .swiper-slide {
    height: 400px;
  }
}

.no_search .fade-images .txt-overlay {
  top: auto;
  bottom: 75px;
  transform: translateY(0) translateX(0);
}

.fal.lightgallery:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 120px;
  margin-top: -60px;
  margin-left: -60px;
  color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .fal.lightgallery:before {
    font-size: 80px;
    margin-top: -40px;
    margin-left: -40px;
  }
}

.images-grid {
  position: relative;
  overflow: hidden;
}
.images-grid:after {
  content: "";
  display: table;
  clear: both;
}
.images-grid .image-wrp {
  display: none;
  position: relative;
  float: left;
  width: 33.33%;
}
.images-grid .image-wrp .grid-image {
  display: block;
  position: relative;
  height: 270px;
}
@media only screen and (max-width: 1023px) {
  .images-grid .image-wrp .grid-image {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .images-grid .image-wrp .grid-image {
    height: 150px;
  }
}
.images-grid .image-wrp:first-child {
  display: block;
  width: 66.66%;
  padding-right: 10px;
}
.images-grid .image-wrp:first-child .grid-image {
  height: 550px;
}
@media only screen and (max-width: 1023px) {
  .images-grid .image-wrp:first-child {
    width: 100%;
    float: none;
    clear: both;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .images-grid .image-wrp:first-child .grid-image {
    height: 400px;
  }
}
@media only screen and (max-width: 1023px) {
  .images-grid .image-wrp:first-child .grid-image {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .images-grid .image-wrp:first-child .grid-image {
    height: 270px;
  }
}
.images-grid .image-wrp:nth-child(2) {
  display: block;
  padding-bottom: 5px;
}
@media only screen and (max-width: 1023px) {
  .images-grid .image-wrp:nth-child(2) {
    width: 50%;
    padding-bottom: 0;
    padding-right: 5px;
  }
}
.images-grid .image-wrp:nth-child(3) {
  display: block;
  padding-top: 5px;
}
@media only screen and (max-width: 1023px) {
  .images-grid .image-wrp:nth-child(3) {
    width: 50%;
    padding-top: 0;
    padding-left: 5px;
  }
}
.images-grid .show-all-btn {
  z-index: 1;
  position: absolute;
  bottom: 30px;
  right: 38%;
  background-color: #eaeaea;
  color: #17264E !important;
}
.images-grid .show-all-btn.desktop:hover {
  color: #8FCF41 !important;
}
.images-grid .show-all-btn:before {
  top: -1px;
  margin-right: 5px;
}
@media only screen and (max-width: 1023px) {
  .images-grid .show-all-btn {
    bottom: 235px;
    right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .images-grid .show-all-btn {
    padding: 5px 10px;
    bottom: 175px;
    right: 15px;
  }
}

/*! lightgallery - v1.6.11 - 2018-05-22
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2018 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: "lg";
  src: url("../../fonts/lg.eot?n1z373");
  src: url("../../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../../fonts/lg.woff?n1z373") format("woff"), url("../../fonts/lg.ttf?n1z373") format("truetype"), url("../../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: "lg";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgb(0, 0, 0);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-toolbar .lg-icon {
  color: #FF0068;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FF0068;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgb(32, 32, 32);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #FF0068;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 90% !important;
  max-height: 100%;
  width: 100%;
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
  moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

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

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer #lg-download,
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
  background: rgba(255, 255, 255, 0.9);
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.image-grid {
  position: relative;
  overflow: hidden;
}
.image-grid:after {
  content: "";
  display: table;
  clear: both;
}
.image-grid .image-wrp {
  display: none;
  position: relative;
  float: left;
  width: 33.33%;
  background-color: rgba(0, 0, 0, 0.07);
}
.image-grid .image-wrp .grid-image {
  display: block;
  position: relative;
  height: 270px;
}
@media only screen and (max-width: 1023px) {
  .image-grid .image-wrp .grid-image {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .image-grid .image-wrp .grid-image {
    height: 150px;
  }
}
.image-grid .image-wrp:first-child {
  display: block;
  width: 66.66%;
  padding-right: 10px;
}
.image-grid .image-wrp:first-child .grid-image {
  height: 550px;
}
.image-grid .image-wrp:first-child.single-image {
  width: 100%;
  padding-right: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .image-grid .image-wrp:first-child {
    width: 100%;
    float: none;
    clear: both;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .image-grid .image-wrp:first-child .grid-image {
    height: 400px;
  }
  .image-grid .image-wrp:first-child.double-image {
    width: 50%;
    float: left;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 1023px) {
  .image-grid .image-wrp:first-child .grid-image {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .image-grid .image-wrp:first-child .grid-image {
    height: 270px;
  }
}
.image-grid .image-wrp:nth-child(2) {
  display: block;
  padding-bottom: 5px;
}
.image-grid .image-wrp:nth-child(2).double-image {
  padding-bottom: 0;
}
.image-grid .image-wrp:nth-child(2).double-image .grid-image {
  height: 550px;
}
@media only screen and (max-width: 1023px) {
  .image-grid .image-wrp:nth-child(2) {
    width: 50%;
    padding-bottom: 0;
    padding-right: 5px;
  }
  .image-grid .image-wrp:nth-child(2).double-image {
    padding-right: 0;
    padding-left: 5px;
  }
  .image-grid .image-wrp:nth-child(2).double-image .grid-image {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .image-grid .image-wrp:nth-child(2).double-image .grid-image {
    height: 270px;
  }
}
.image-grid .image-wrp:nth-child(3) {
  display: block;
  padding-top: 5px;
}
@media only screen and (max-width: 1023px) {
  .image-grid .image-wrp:nth-child(3) {
    width: 50%;
    padding-top: 0;
    padding-left: 5px;
  }
}
.image-grid .image-btn,
.image-grid .yith-wcwl-add-to-wishlist {
  moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  border-radius: 18px;
  font-weight: 700;
  cursor: pointer;
  padding: 5px 20px;
  margin-top: 0;
  z-index: 1;
  right: 16.66%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  color: #17264E;
}
.image-grid .image-btn.desktop:hover,
.image-grid .yith-wcwl-add-to-wishlist.desktop:hover {
  background-color: rgb(255, 255, 255);
}
.image-grid .image-btn:hover,
.image-grid .yith-wcwl-add-to-wishlist:hover {
  background-color: rgb(255, 255, 255);
}
.image-grid .image-btn:before,
.image-grid .yith-wcwl-add-to-wishlist:before {
  position: relative;
  line-height: 26px;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .image-grid .image-btn,
  .image-grid .yith-wcwl-add-to-wishlist {
    font-size: 12px;
  }
}
.image-grid .yith-wcwl-add-to-wishlist i:before {
  position: relative;
  top: 1px;
}
.image-grid .yith-wcwl-wishlistaddedbrowse span,
.image-grid .yith-wcwl-wishlistexistsbrowse span {
  display: none !important;
}
.image-grid .yith-wcwl-wishlistaddedbrowse a,
.image-grid .yith-wcwl-wishlistexistsbrowse a {
  color: #17264E;
  position: relative;
}
.image-grid .yith-wcwl-wishlistaddedbrowse a:before,
.image-grid .yith-wcwl-wishlistexistsbrowse a:before {
  color: #FF0068;
  font-family: "Font Awesome 5 Pro";
  content: "\f004";
  font-weight: 900;
  position: relative;
  line-height: 26px;
  top: 1px;
}
.image-grid .share-btn {
  margin-right: 10px;
  top: 25px;
  transform: translate(0, 0);
}
@media only screen and (max-width: 1023px) {
  .image-grid .share-btn {
    right: 140px;
    transform: translate(0, 0);
  }
}
@media only screen and (max-width: 767px) {
  .image-grid .share-btn {
    top: 15px;
    right: 120px;
  }
}
.image-grid .like-btn,
.image-grid .yith-wcwl-add-to-wishlist {
  margin-left: 10px;
  top: 25px;
  transform: translate(100%, 0);
}
@media only screen and (max-width: 1023px) {
  .image-grid .like-btn,
  .image-grid .yith-wcwl-add-to-wishlist {
    right: 25px;
    transform: translate(0, 0);
  }
}
@media only screen and (max-width: 767px) {
  .image-grid .like-btn,
  .image-grid .yith-wcwl-add-to-wishlist {
    top: 15px;
  }
}
.image-grid .like-btn .yith-wcwl-add-button img.ajax-loading,
.image-grid .yith-wcwl-add-to-wishlist .yith-wcwl-add-button img.ajax-loading {
  display: none !important;
}
.image-grid .like-btn .yith-wcwl-add-button a,
.image-grid .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  display: inline;
  background-color: transparent !important;
  padding: 0;
  color: #17264E;
  font-weight: 700;
  width: auto;
}
.image-grid .like-btn .yith-wcwl-add-button i,
.image-grid .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i {
  margin-right: 0;
}
.image-grid .like-btn {
  display: none;
}
.image-grid .swf_container {
  margin: 0;
}
.image-grid .swf_container .swf_add_to_favourites {
  padding: 8px 20px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  border: none;
  margin-left: 10px;
  top: 25px;
  transform: translate(100%, 0);
}
.image-grid .swf_container .swf_add_to_favourites:hover {
  background-color: rgb(255, 255, 255);
  color: #17264E;
}
@media only screen and (max-width: 1023px) {
  .image-grid .swf_container .swf_add_to_favourites {
    right: 25px;
    transform: translate(0, 0);
  }
}
@media only screen and (max-width: 767px) {
  .image-grid .swf_container .swf_add_to_favourites {
    top: 15px;
  }
}
.image-grid .show-all-btn {
  position: absolute;
  bottom: 25px;
  right: 16.66%;
  transform: translate(50%, 0);
}
@media only screen and (max-width: 1023px) {
  .image-grid .show-all-btn {
    right: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .image-grid .show-all-btn {
    bottom: 15px;
  }
}

.social_share_wrp {
  display: none;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.social_share_wrp.visible {
  display: block;
}
.social_share_wrp .social_share_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 30px 40px 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
}
.social_share_wrp .social_share_inner .close-share {
  cursor: pointer;
  font-size: 24px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 10px;
}
.social_share_wrp .social_share_inner h3 {
  margin-top: 20px;
  margin-bottom: 15px;
}
.social_share_wrp .social_share_inner .heateor_sss_sharing_container ul li {
  float: none;
  clear: both;
  display: block;
  width: 100%;
}
.social_share_wrp .social_share_inner .heateor_sss_sharing_container ul li i {
  cursor: pointer;
  width: 100% !important;
  height: 40px !important;
  padding: 5px 0;
  display: block !important;
  margin: 4px 0 !important;
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
}
.social_share_wrp .social_share_inner .heateor_sss_sharing_container ul li i span {
  position: relative;
  top: 2px;
}
.social_share_wrp .social_share_inner .heateor_sss_sharing_container ul li i .heateorSssSharingSvg {
  vertical-align: middle;
  display: inline-block !important;
  width: 35px !important;
}
.social_share_wrp .social_share_inner .heateor_sss_sharing_container ul li i.heateorSssFacebookBackground .heateorSssSharingSvg {
  width: 30px !important;
}
.social_share_wrp .social_share_inner .heateor_sss_sharing_container ul li i.heateorSssLinkedinBackground .heateorSssSharingSvg {
  width: 30px !important;
}
.social_share_wrp .social_share_inner .heateor_sss_sharing_container ul li i.heateorSssFacebookMessengerBackground .heateorSssSharingSvg {
  width: 25px !important;
}
.social_share_wrp .social_share_inner .heateor_sss_sharing_container ul li i.heateorSssEmailBackground {
  background-color: #f5f5f5;
  border: 1px solid #eaeaea;
  color: #FF0068;
}
.social_share_wrp .social_share_inner .heateor_sss_sharing_container ul li i.heateorSssEmailBackground:before {
  position: relative;
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 30px;
  font-weight: 400;
  font-size: 20px;
  color: #FF0068;
  margin-right: 7px;
  vertical-align: middle;
}
.social_share_wrp .social_share_inner .heateor_sss_sharing_container ul li i.heateorSssEmailBackground .heateorSssEmailSvg {
  display: none !important;
}

.search-box {
  z-index: 2;
  margin-top: 25px;
  background-color: rgba(255, 255, 255, 0.35);
  margin-top: -80px;
  top: -150px;
}
@media only screen and (max-width: 767px) {
  .search-box {
    display: block;
    margin-left: 6.5%;
    margin-right: 6.5%;
    background-color: transparent;
    margin-top: -30px;
    top: -40px;
  }
}
.search-box:before {
  width: 64px;
  text-align: center;
  font-size: 22px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .search-box:before {
    display: none;
  }
}
.search-box .usps-wrp {
  position: absolute;
  bottom: -35px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .search-box .usps-wrp {
    bottom: -25px;
  }
}
.search-box .usps-wrp ul {
  display: block;
  width: 100%;
  text-align: center;
}
.search-box .usps-wrp ul li {
  color: #fff;
  padding-left: 2%;
  padding-right: 2%;
}
@media only screen and (max-width: 767px) {
  .search-box .usps-wrp ul li {
    color: #17264E;
    font-size: 10px;
    padding-left: 1%;
    padding-right: 1%;
  }
}
.search-box .form-wrp {
  moz-border-radius: 0 8px 8px 0;
  -webkit-border-radius: 0 8px 8px 0;
  -khtml-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  background-color: #fff;
  padding: 0 4px;
  margin-left: -4px;
}
@media only screen and (max-width: 767px) {
  .search-box .form-wrp {
    display: block;
    background-color: transparent;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .search-box .form-wrp .filter {
    display: block;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
  }
}
.search-box .form-wrp .select-wrp,
.search-box .form-wrp .input-wrp {
  width: 300px;
}
@media only screen and (max-width: 1023px) {
  .search-box .form-wrp .select-wrp,
  .search-box .form-wrp .input-wrp {
    width: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .search-box .form-wrp .select-wrp,
  .search-box .form-wrp .input-wrp {
    display: block;
    width: 100%;
  }
}
.search-box .form-wrp .select-wrp select,
.search-box .form-wrp .select-wrp input,
.search-box .form-wrp .input-wrp select,
.search-box .form-wrp .input-wrp input {
  padding: 19px 15px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .search-box .form-wrp .select-wrp select,
  .search-box .form-wrp .select-wrp input,
  .search-box .form-wrp .input-wrp select,
  .search-box .form-wrp .input-wrp input {
    padding: 14px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .search-box .form-wrp .select-wrp input,
  .search-box .form-wrp .input-wrp input {
    padding: 14px 15px 14px 48px;
    moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    -khtml-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    border: 1px solid #eaeaea;
  }
}
@media only screen and (max-width: 767px) {
  .search-box .form-wrp .select-wrp:first-child select,
  .search-box .form-wrp .input-wrp:first-child select {
    moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -khtml-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  .search-box .form-wrp .select-wrp:last-child select,
  .search-box .form-wrp .input-wrp:last-child select {
    moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    -khtml-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    border: 1px solid #eaeaea;
  }
}
.search-box .form-wrp .select-wrp:before {
  top: 23px;
}
@media only screen and (max-width: 767px) {
  .search-box .form-wrp .select-wrp {
    margin-bottom: 0;
  }
  .search-box .form-wrp .select-wrp:before {
    top: 19px;
  }
}
.search-box .form-wrp .select-wrp:nth-child(even) {
  border-left: 1px solid #eaeaea;
  margin-left: -4px;
}
@media only screen and (max-width: 767px) {
  .search-box .form-wrp .select-wrp:nth-child(even) {
    border-left: none;
    margin-left: auto;
  }
  .search-box .form-wrp .select-wrp:nth-child(even) select {
    moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    -khtml-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    border: 1px solid #eaeaea;
  }
}
.search-box .form-wrp .input-wrp {
  border-left: 1px solid #eaeaea;
  margin-left: -4px;
}
.search-box .form-wrp .input-wrp:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .search-box .form-wrp .input-wrp {
    border-left: none;
    margin-left: auto;
  }
  .search-box .form-wrp .input-wrp:before {
    z-index: 2;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 18px;
    color: #aaa;
  }
}
.search-box .form-wrp .btn, .search-box .form-wrp .request-wrp.overlay .gform_button.button, .request-wrp.overlay .search-box .form-wrp .gform_button.button {
  max-width: none;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .search-box .form-wrp .btn, .search-box .form-wrp .request-wrp.overlay .gform_button.button, .request-wrp.overlay .search-box .form-wrp .gform_button.button {
    display: block;
  }
}
.search-box .form-wrp .btn.desktop:hover, .search-box .form-wrp .request-wrp.overlay .desktop.gform_button.button:hover, .request-wrp.overlay .search-box .form-wrp .desktop.gform_button.button:hover {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.client-list .client-item {
  width: 22%;
  margin: 30px auto 0;
}
@media only screen and (max-width: 1023px) {
  .client-list .client-item {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .client-list .client-item {
    width: 48%;
  }
  .client-list .client-item img {
    max-height: 34px !important;
  }
}

.faq-section:first-child {
  padding-bottom: 15px;
}
.faq-section .inner-content {
  max-width: 770px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  text-align: left;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .faq-section .inner-content {
    padding: 20px;
  }
}
.faq-section .inner-content h2 {
  margin-bottom: 15px;
}
.faq-section .inner-content .faq-item {
  border-bottom: 1px solid #eaeaea;
  padding-top: 15px;
  padding-bottom: 15px;
}
.faq-section .inner-content .faq-item:last-child {
  border-bottom: none;
}
.faq-section .inner-content .faq-item .question {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  color: #17264E;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .faq-section .inner-content .faq-item .question {
    font-size: 16px;
    line-height: 22px;
    padding-left: 26px;
  }
}
.faq-section .inner-content .faq-item .question:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #FF0068;
}
@media only screen and (max-width: 767px) {
  .faq-section .inner-content .faq-item .question:before {
    font-size: 16px;
  }
}
.faq-section .inner-content .faq-item .question.desktop:hover {
  color: #8FCF41;
}
.faq-section .inner-content .faq-item .answer {
  display: none;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .faq-section .inner-content .faq-item .answer {
    padding-left: 26px;
  }
}
.faq-section .inner-content .faq-item .answer p:first-child {
  margin-top: 10px;
}

.grid-loader {
  position: fixed;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: 0;
  right: 33%;
  background: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 1023px) {
  .grid-loader {
    right: 0;
  }
}
.grid-loader:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  margin-left: -20px;
  margin-top: -20px;
  color: #FF0068;
  vertical-align: middle;
  -webkit-animation-name: spin;
  -moz-animation-name: spin;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.room-filter {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  z-index: 3;
  position: fixed;
  top: 82px;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 0 6.5%;
  border-bottom: 1px solid #eaeaea;
}
@media only screen and (max-width: 1366px) {
  .room-filter {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .room-filter {
    padding: 0 6.5%;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .room-filter {
    top: 56px;
  }
}
.room-filter:after {
  content: "";
  display: table;
  clear: both;
}
.room-filter .filter-inner {
  float: left;
}
.room-filter .filter-inner:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 1199px) {
  .room-filter .filter-inner {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    background-color: #fff;
    position: fixed;
    overflow-y: auto;
    top: 143px;
    bottom: 0;
    left: 0;
    width: 50%;
    border-right: 1px solid #eaeaea;
    padding-bottom: 60px;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  .room-filter .filter-inner.visible {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media only screen and (max-width: 767px) {
  .room-filter .filter-inner {
    width: 100%;
    top: 120px;
    border-right: none;
  }
}
.room-filter .search-col,
.room-filter .filter-col,
.room-filter .map-col,
.room-filter .filter-toggle,
.room-filter .facetwp-type-availability {
  display: block;
  color: #17264E;
  white-space: nowrap;
  float: left;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  position: relative;
}
.room-filter .search-col:before,
.room-filter .filter-col:before,
.room-filter .map-col:before,
.room-filter .filter-toggle:before,
.room-filter .facetwp-type-availability:before {
  position: relative;
  top: -1px;
  margin-right: 10px;
  font-size: 20px;
  color: #8590a4;
}
@media only screen and (max-width: 1366px) {
  .room-filter .search-col:before,
  .room-filter .filter-col:before,
  .room-filter .map-col:before,
  .room-filter .filter-toggle:before,
  .room-filter .facetwp-type-availability:before {
    font-size: 18px;
  }
}
.room-filter .search-col {
  position: relative;
  margin-top: 4px;
  min-width: 200px;
  height: 56px;
  white-space: nowrap;
}
.room-filter .search-col:before {
  margin-right: 7px;
  float: left;
  line-height: 56px;
}
@media only screen and (max-width: 1199px) {
  .room-filter .search-col:before {
    float: none;
  }
}
.room-filter .search-col i {
  display: none;
}
.room-filter .search-col div {
  display: inline;
}
.room-filter .search-col input {
  moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
  padding: 18px 15px 18px 0;
  font-size: 14px;
  width: 170px;
}
@media only screen and (max-width: 1199px) {
  .room-filter .search-col input {
    width: 96%;
  }
}
@media only screen and (max-width: 1199px) {
  .room-filter .search-col {
    float: none;
    display: block;
    padding: 0 13%;
  }
}
@media only screen and (max-width: 767px) {
  .room-filter .search-col {
    padding: 0 6.5%;
  }
}
.room-filter .search-col__results {
  position: absolute;
  background: white;
  left: 0;
  right: 0;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  text-align: left;
}
.room-filter .search-col__results__result {
  padding: 15px;
  cursor: pointer;
}
.room-filter .filter-col-wpr {
  margin-right: -4px;
  margin-top: 4px;
}
@media only screen and (max-width: 1199px) {
  .room-filter .filter-col-wpr {
    float: none;
    display: block;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .room-filter .filter-col-wpr {
    margin-top: 0;
  }
}
.room-filter .filter-col-wpr.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.room-filter .dates {
  min-width: 163px;
}
@media only screen and (max-width: 1199px) {
  .room-filter .dates {
    min-width: 250px;
  }
}
.room-filter .dates:before {
  position: absolute;
  left: 20px;
  top: 20px;
  margin-right: 0;
  font-size: 20px;
  color: #8590a4;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .room-filter .dates:before {
    left: 13%;
  }
}
@media only screen and (max-width: 767px) {
  .room-filter .dates:before {
    left: 6.5%;
  }
}
.room-filter .filter-col,
.room-filter .facetwp-type-availability {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 30px);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 30px);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 30px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#00000000", GradientType=1);
  cursor: pointer;
  padding: 19px 50px 18px 20px;
  border-left: 1px solid #fff;
  float: none;
}
.room-filter .filter-col:after,
.room-filter .facetwp-type-availability:after {
  color: #17264E;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  position: absolute;
  right: 20px;
  top: 21px;
  z-index: 2;
  pointer-events: none;
}
@media only screen and (max-width: 1199px) {
  .room-filter .filter-col:after,
  .room-filter .facetwp-type-availability:after {
    right: 13%;
  }
}
@media only screen and (max-width: 767px) {
  .room-filter .filter-col:after,
  .room-filter .facetwp-type-availability:after {
    right: 6.5%;
  }
}
.room-filter .filter-col.active,
.room-filter .facetwp-type-availability.active {
  background: #fff;
  border-left: 1px solid #f5f5f5;
  z-index: 3;
}
@media only screen and (max-width: 1366px) {
  .room-filter .filter-col,
  .room-filter .facetwp-type-availability {
    padding: 19px 40px 20px 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .room-filter .filter-col,
  .room-filter .facetwp-type-availability {
    background: #fff;
    border-top: 1px solid #eaeaea;
    padding: 20px 13%;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .room-filter .filter-col,
  .room-filter .facetwp-type-availability {
    padding: 20px 6.5%;
  }
}
@media only screen and (max-width: 1199px) {
  .room-filter .filter-col.active,
  .room-filter .facetwp-type-availability.active {
    border-left: none;
  }
}
.room-filter .facetwp-type-availability {
  margin-bottom: 0;
  padding: 0;
  padding-left: 50px;
}
@media only screen and (max-width: 1199px) {
  .room-filter .facetwp-type-availability {
    padding-left: 13%;
  }
}
@media only screen and (max-width: 767px) {
  .room-filter .facetwp-type-availability {
    padding-left: 6.5%;
  }
}
.room-filter .facetwp-type-availability input {
  position: relative;
  left: -10px;
  width: 93px;
  cursor: pointer;
  moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
  padding: 20px 20px 19px 0;
  font-size: 14px;
}
@media only screen and (max-width: 1199px) {
  .room-filter .facetwp-type-availability input {
    padding-left: 30px;
    width: 100%;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .room-filter .facetwp-type-availability input {
    padding-left: 30px;
  }
}
.room-filter .map-col {
  float: right;
  padding: 20px 0 16px;
}
.room-filter .filter-toggle {
  text-align: left;
  width: 50%;
  border-right: 1px solid #eaeaea;
  cursor: pointer;
  padding: 22px 0 20px 0;
  display: none;
}
@media only screen and (max-width: 1199px) {
  .room-filter .filter-toggle {
    display: block;
  }
}

.scrolled .room-filter {
  top: 0px;
}
.scrolled .filter-inner {
  top: 61px;
}
.scrolled.visible .room-filter {
  top: 82px;
}
@media only screen and (max-width: 767px) {
  .scrolled.visible .room-filter {
    top: 56px;
  }
}
.scrolled.visible .filter-inner {
  top: 120px;
}

.filter-overlay-wrp {
  display: none;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 30px;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  -webkit-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  text-align: left;
  width: 460px;
}
@media only screen and (max-width: 1199px) {
  .filter-overlay-wrp {
    position: relative;
    -webkit-box-shadow: 0 0 0 0 rgba(23, 38, 78, 0);
    -moz-box-shadow: 0 0 0 0 rgba(23, 38, 78, 0);
    box-shadow: 0 0 0 0 rgba(23, 38, 78, 0);
    top: auto;
    left: auto;
    right: auto;
    padding: 0 13% 30px;
    width: 100%;
    border: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .filter-overlay-wrp {
    padding: 0 6.5% 30px;
  }
}
.filter-overlay-wrp:after {
  content: "";
  display: table;
  clear: both;
}
.filter-overlay-wrp .btn, .filter-overlay-wrp .request-wrp.overlay .gform_button.button, .request-wrp.overlay .filter-overlay-wrp .gform_button.button {
  margin-top: 20px;
  clear: both;
  max-width: none;
  display: block;
}
@media only screen and (max-width: 767px) {
  .filter-overlay-wrp .btn, .filter-overlay-wrp .request-wrp.overlay .gform_button.button, .request-wrp.overlay .filter-overlay-wrp .gform_button.button {
    padding: 8px 20px 10px;
    font-size: 14px;
  }
}
.filter-overlay-wrp .filter-group:after {
  content: "";
  display: table;
  clear: both;
}
.filter-overlay-wrp .filter-group label {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .filter-overlay-wrp .filter-group label {
    font-size: 13px;
  }
}
.filter-overlay-wrp .filter-group .facetwp-type-radio,
.filter-overlay-wrp .filter-group .facetwp-type-checkboxes {
  margin-bottom: 0;
}
.filter-overlay-wrp .filter-group .facetwp-type-radio:after,
.filter-overlay-wrp .filter-group .facetwp-type-checkboxes:after {
  content: "";
  display: table;
  clear: both;
}
.filter-overlay-wrp .filter-group .facetwp-type-radio .facetwp-overlay,
.filter-overlay-wrp .filter-group .facetwp-type-checkboxes .facetwp-overlay {
  display: none !important;
}
.filter-overlay-wrp .filter-group .facetwp-type-radio div,
.filter-overlay-wrp .filter-group .facetwp-type-checkboxes div {
  margin-bottom: 0;
  margin-top: 2px;
  font-weight: 700;
  font-size: 14px;
  background-image: none;
  padding-left: 0;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .filter-overlay-wrp .filter-group .facetwp-type-radio div,
  .filter-overlay-wrp .filter-group .facetwp-type-checkboxes div {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .filter-overlay-wrp .filter-group .facetwp-type-radio div,
  .filter-overlay-wrp .filter-group .facetwp-type-checkboxes div {
    font-size: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .filter-overlay-wrp .filter-group .facetwp-type-radio div,
  .filter-overlay-wrp .filter-group .facetwp-type-checkboxes div {
    font-size: 13px;
  }
}
.filter-overlay-wrp .filter-group .facetwp-type-radio div span,
.filter-overlay-wrp .filter-group .facetwp-type-checkboxes div span {
  font-weight: 400;
  color: #8590A4;
}
.filter-overlay-wrp .filter-group .facetwp-type-radio div:before,
.filter-overlay-wrp .filter-group .facetwp-type-checkboxes div:before {
  content: "";
  position: relative;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: rgb(255, 255, 255);
  border: 1px solid #d2d2d1;
  margin-right: 7px;
  cursor: pointer;
  text-align: center;
  line-height: 18px;
  top: -2px;
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 900 !important;
  font-size: 8px;
  color: #fff;
}
.filter-overlay-wrp .filter-group .facetwp-type-radio div.checked,
.filter-overlay-wrp .filter-group .facetwp-type-checkboxes div.checked {
  background-image: none;
}
.filter-overlay-wrp .filter-group .facetwp-type-radio div.checked:before,
.filter-overlay-wrp .filter-group .facetwp-type-checkboxes div.checked:before {
  border-color: #8FCF41;
  background-color: #8FCF41;
  content: "\f111";
}
.filter-overlay-wrp .filter-group .facetwp-type-checkboxes {
  margin-bottom: 0;
}
.filter-overlay-wrp .filter-group .facetwp-type-checkboxes div:before {
  font-size: 12px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
.filter-overlay-wrp .filter-group .facetwp-type-checkboxes div.checked:before {
  content: "\f00c";
}
/* .filter-overlay-wrp.events {
  width: 360px;
} */
@media only screen and (max-width: 1199px) {
  .filter-overlay-wrp.events {
    width: 100%;
  }
}
.filter-overlay-wrp.events .radio-check {
  margin-top: 2px;
  margin-bottom: 2px;
}
.filter-overlay-wrp.events .filter-group {
  float: left;
  width: 50%;
}
.filter-overlay-wrp.dates #filter-datepicker .ui-datepicker {
  border: none;
  padding: 0;
  width: 100%;
}
.filter-overlay-wrp.dates #filter-datepicker .ui-widget {
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
}
.filter-overlay-wrp.dates #filter-datepicker .ui-datepicker-header {
  padding: 0;
  border: none;
  background: #fff;
  color: #17264E;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.filter-overlay-wrp.dates #filter-datepicker .ui-datepicker-header .ui-corner-all {
  cursor: pointer;
  text-align: center;
  background-color: #fff;
  border: none;
  line-height: 24px;
  top: 0;
}
.filter-overlay-wrp.dates #filter-datepicker .ui-datepicker-header .ui-corner-all:before {
  color: #17264E;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  font-family: "Font Awesome 5 Pro";
  z-index: 1;
  color: #17264E;
  position: relative;
  top: 6px;
}
.filter-overlay-wrp.dates #filter-datepicker .ui-datepicker-header .ui-corner-all:hover {
  background-color: #fff;
  border: none;
}
.filter-overlay-wrp.dates #filter-datepicker .ui-datepicker-header .ui-corner-all span {
  background-image: none;
  display: none;
}
.filter-overlay-wrp.dates #filter-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 0;
}
.filter-overlay-wrp.dates #filter-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
  content: "\f104";
}
.filter-overlay-wrp.dates #filter-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 0;
}
.filter-overlay-wrp.dates #filter-datepicker .ui-datepicker-header .ui-datepicker-next:before {
  content: "\f105";
}
.filter-overlay-wrp.dates #filter-datepicker .ui-datepicker-calendar th {
  color: #8590A4;
}
.filter-overlay-wrp.dates #filter-datepicker .ui-datepicker-calendar tr td {
  padding: 0;
}
.filter-overlay-wrp.dates #filter-datepicker .ui-datepicker-calendar tr td a,
.filter-overlay-wrp.dates #filter-datepicker .ui-datepicker-calendar tr td span {
  cursor: pointer;
  background-color: #fff;
  border-left: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  border-bottom: none;
  border-right: none;
  text-align: center;
  font-weight: 700;
  color: #17264E;
}
.filter-overlay-wrp.dates #filter-datepicker .ui-datepicker-calendar tr td a.ui-state-active,
.filter-overlay-wrp.dates #filter-datepicker .ui-datepicker-calendar tr td span.ui-state-active {
  background-color: #8FCF41;
  color: #fff;
}
.filter-overlay-wrp.dates #filter-datepicker .ui-datepicker-calendar tr td:last-child a,
.filter-overlay-wrp.dates #filter-datepicker .ui-datepicker-calendar tr td:last-child span {
  border-right: 1px solid #dbdbdb;
}
.filter-overlay-wrp.dates #filter-datepicker .ui-datepicker-calendar tr td.ui-state-disabled span {
  color: #8590A4;
}
.filter-overlay-wrp.dates #filter-datepicker .ui-datepicker-calendar tr:last-child td {
  border-right: 1px solid #dbdbdb;
}
.filter-overlay-wrp.dates #filter-datepicker .ui-datepicker-calendar tr:last-child td a {
  border-bottom: 1px solid #dbdbdb;
  border-left: none;
}
.filter-overlay-wrp.dates #filter-datepicker .ui-datepicker-calendar tr:last-child td:first-child a {
  border-left: 1px solid #dbdbdb;
}
.filter-overlay-wrp.dates #filter-datepicker .ui-datepicker-calendar tr:last-child td:last-child {
  border-right: none;
}
.filter-overlay-wrp.dates #filter-datepicker .ui-datepicker-calendar tr:last-child td.ui-state-disabled {
  border-top: 1px solid #dbdbdb;
  border-right: none;
}
.filter-overlay-wrp.people .facetwp-facet, .filter-overlay-wrp.price .facetwp-facet {
  margin-bottom: 0;
}
.filter-overlay-wrp.people label, .filter-overlay-wrp.price label {
  font-weight: 700;
  font-size: 14px;
}
.filter-overlay-wrp.people input, .filter-overlay-wrp.price input {
  padding: 0 0 20px;
  font-size: 30px;
  color: #8FCF41;
}
@media only screen and (max-width: 1199px) {
  .filter-overlay-wrp.people input, .filter-overlay-wrp.price input {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .filter-overlay-wrp.people input, .filter-overlay-wrp.price input {
    font-size: 24px;
  }
}
.filter-overlay-wrp.people input.facetwp-number, .filter-overlay-wrp.price input.facetwp-number {
  border: 1px solid #eaeaea;
  padding: 10px 15px;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.filter-overlay-wrp.people .ui-slider-horizontal, .filter-overlay-wrp.price .ui-slider-horizontal {
  height: 0.4em;
}
.filter-overlay-wrp.people .ui-widget.ui-widget-content, .filter-overlay-wrp.price .ui-widget.ui-widget-content {
  border: none;
  background: #eaeaea;
}
.filter-overlay-wrp.people .ui-widget-header, .filter-overlay-wrp.price .ui-widget-header {
  background: #8fcf41;
}
.filter-overlay-wrp.people .ui-state-default, .filter-overlay-wrp.price .ui-state-default {
  border: 1px solid #ddd;
  background: #eaeaea;
}
.filter-overlay-wrp.people span.ui-corner-all, .filter-overlay-wrp.price span.ui-corner-all {
  top: -0.4em;
  background: #429321;
  border: none;
  moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
}
.filter-overlay-wrp.people .facetwp-type-slider,
.filter-overlay-wrp.people .facetwp-type-single_slider, .filter-overlay-wrp.price .facetwp-type-slider,
.filter-overlay-wrp.price .facetwp-type-single_slider {
  padding-top: 10px;
}
.filter-overlay-wrp.people .facetwp-type-slider .facetwp-slider-wrap,
.filter-overlay-wrp.people .facetwp-type-slider .facetwp-single_slider-wrap,
.filter-overlay-wrp.people .facetwp-type-single_slider .facetwp-slider-wrap,
.filter-overlay-wrp.people .facetwp-type-single_slider .facetwp-single_slider-wrap, .filter-overlay-wrp.price .facetwp-type-slider .facetwp-slider-wrap,
.filter-overlay-wrp.price .facetwp-type-slider .facetwp-single_slider-wrap,
.filter-overlay-wrp.price .facetwp-type-single_slider .facetwp-slider-wrap,
.filter-overlay-wrp.price .facetwp-type-single_slider .facetwp-single_slider-wrap {
  padding-bottom: 15px;
}
.filter-overlay-wrp.people .facetwp-type-slider .facetwp-slider-wrap .facetwp-slider,
.filter-overlay-wrp.people .facetwp-type-slider .facetwp-slider-wrap .facetwp-single_slider,
.filter-overlay-wrp.people .facetwp-type-slider .facetwp-single_slider-wrap .facetwp-slider,
.filter-overlay-wrp.people .facetwp-type-slider .facetwp-single_slider-wrap .facetwp-single_slider,
.filter-overlay-wrp.people .facetwp-type-single_slider .facetwp-slider-wrap .facetwp-slider,
.filter-overlay-wrp.people .facetwp-type-single_slider .facetwp-slider-wrap .facetwp-single_slider,
.filter-overlay-wrp.people .facetwp-type-single_slider .facetwp-single_slider-wrap .facetwp-slider,
.filter-overlay-wrp.people .facetwp-type-single_slider .facetwp-single_slider-wrap .facetwp-single_slider, .filter-overlay-wrp.price .facetwp-type-slider .facetwp-slider-wrap .facetwp-slider,
.filter-overlay-wrp.price .facetwp-type-slider .facetwp-slider-wrap .facetwp-single_slider,
.filter-overlay-wrp.price .facetwp-type-slider .facetwp-single_slider-wrap .facetwp-slider,
.filter-overlay-wrp.price .facetwp-type-slider .facetwp-single_slider-wrap .facetwp-single_slider,
.filter-overlay-wrp.price .facetwp-type-single_slider .facetwp-slider-wrap .facetwp-slider,
.filter-overlay-wrp.price .facetwp-type-single_slider .facetwp-slider-wrap .facetwp-single_slider,
.filter-overlay-wrp.price .facetwp-type-single_slider .facetwp-single_slider-wrap .facetwp-slider,
.filter-overlay-wrp.price .facetwp-type-single_slider .facetwp-single_slider-wrap .facetwp-single_slider {
  background: #8fcf41;
  border: 1px solid #fff;
}
.filter-overlay-wrp.people .facetwp-type-slider .facetwp-slider-wrap .facetwp-slider .noUi-base .noUi-connects,
.filter-overlay-wrp.people .facetwp-type-slider .facetwp-slider-wrap .facetwp-single_slider .noUi-base .noUi-connects,
.filter-overlay-wrp.people .facetwp-type-slider .facetwp-single_slider-wrap .facetwp-slider .noUi-base .noUi-connects,
.filter-overlay-wrp.people .facetwp-type-slider .facetwp-single_slider-wrap .facetwp-single_slider .noUi-base .noUi-connects,
.filter-overlay-wrp.people .facetwp-type-single_slider .facetwp-slider-wrap .facetwp-slider .noUi-base .noUi-connects,
.filter-overlay-wrp.people .facetwp-type-single_slider .facetwp-slider-wrap .facetwp-single_slider .noUi-base .noUi-connects,
.filter-overlay-wrp.people .facetwp-type-single_slider .facetwp-single_slider-wrap .facetwp-slider .noUi-base .noUi-connects,
.filter-overlay-wrp.people .facetwp-type-single_slider .facetwp-single_slider-wrap .facetwp-single_slider .noUi-base .noUi-connects, .filter-overlay-wrp.price .facetwp-type-slider .facetwp-slider-wrap .facetwp-slider .noUi-base .noUi-connects,
.filter-overlay-wrp.price .facetwp-type-slider .facetwp-slider-wrap .facetwp-single_slider .noUi-base .noUi-connects,
.filter-overlay-wrp.price .facetwp-type-slider .facetwp-single_slider-wrap .facetwp-slider .noUi-base .noUi-connects,
.filter-overlay-wrp.price .facetwp-type-slider .facetwp-single_slider-wrap .facetwp-single_slider .noUi-base .noUi-connects,
.filter-overlay-wrp.price .facetwp-type-single_slider .facetwp-slider-wrap .facetwp-slider .noUi-base .noUi-connects,
.filter-overlay-wrp.price .facetwp-type-single_slider .facetwp-slider-wrap .facetwp-single_slider .noUi-base .noUi-connects,
.filter-overlay-wrp.price .facetwp-type-single_slider .facetwp-single_slider-wrap .facetwp-slider .noUi-base .noUi-connects,
.filter-overlay-wrp.price .facetwp-type-single_slider .facetwp-single_slider-wrap .facetwp-single_slider .noUi-base .noUi-connects {
  background: #8fcf41;
}
.filter-overlay-wrp.people .facetwp-type-slider .facetwp-slider-wrap .facetwp-slider .noUi-base .noUi-connects .noUi-connect,
.filter-overlay-wrp.people .facetwp-type-slider .facetwp-slider-wrap .facetwp-single_slider .noUi-base .noUi-connects .noUi-connect,
.filter-overlay-wrp.people .facetwp-type-slider .facetwp-single_slider-wrap .facetwp-slider .noUi-base .noUi-connects .noUi-connect,
.filter-overlay-wrp.people .facetwp-type-slider .facetwp-single_slider-wrap .facetwp-single_slider .noUi-base .noUi-connects .noUi-connect,
.filter-overlay-wrp.people .facetwp-type-single_slider .facetwp-slider-wrap .facetwp-slider .noUi-base .noUi-connects .noUi-connect,
.filter-overlay-wrp.people .facetwp-type-single_slider .facetwp-slider-wrap .facetwp-single_slider .noUi-base .noUi-connects .noUi-connect,
.filter-overlay-wrp.people .facetwp-type-single_slider .facetwp-single_slider-wrap .facetwp-slider .noUi-base .noUi-connects .noUi-connect,
.filter-overlay-wrp.people .facetwp-type-single_slider .facetwp-single_slider-wrap .facetwp-single_slider .noUi-base .noUi-connects .noUi-connect, .filter-overlay-wrp.price .facetwp-type-slider .facetwp-slider-wrap .facetwp-slider .noUi-base .noUi-connects .noUi-connect,
.filter-overlay-wrp.price .facetwp-type-slider .facetwp-slider-wrap .facetwp-single_slider .noUi-base .noUi-connects .noUi-connect,
.filter-overlay-wrp.price .facetwp-type-slider .facetwp-single_slider-wrap .facetwp-slider .noUi-base .noUi-connects .noUi-connect,
.filter-overlay-wrp.price .facetwp-type-slider .facetwp-single_slider-wrap .facetwp-single_slider .noUi-base .noUi-connects .noUi-connect,
.filter-overlay-wrp.price .facetwp-type-single_slider .facetwp-slider-wrap .facetwp-slider .noUi-base .noUi-connects .noUi-connect,
.filter-overlay-wrp.price .facetwp-type-single_slider .facetwp-slider-wrap .facetwp-single_slider .noUi-base .noUi-connects .noUi-connect,
.filter-overlay-wrp.price .facetwp-type-single_slider .facetwp-single_slider-wrap .facetwp-slider .noUi-base .noUi-connects .noUi-connect,
.filter-overlay-wrp.price .facetwp-type-single_slider .facetwp-single_slider-wrap .facetwp-single_slider .noUi-base .noUi-connects .noUi-connect {
  background: #8fcf41;
}
.filter-overlay-wrp.people .facetwp-type-slider .facetwp-slider-wrap .facetwp-slider .noUi-base .noUi-origin .noUi-handle,
.filter-overlay-wrp.people .facetwp-type-slider .facetwp-slider-wrap .facetwp-single_slider .noUi-base .noUi-origin .noUi-handle,
.filter-overlay-wrp.people .facetwp-type-slider .facetwp-single_slider-wrap .facetwp-slider .noUi-base .noUi-origin .noUi-handle,
.filter-overlay-wrp.people .facetwp-type-slider .facetwp-single_slider-wrap .facetwp-single_slider .noUi-base .noUi-origin .noUi-handle,
.filter-overlay-wrp.people .facetwp-type-single_slider .facetwp-slider-wrap .facetwp-slider .noUi-base .noUi-origin .noUi-handle,
.filter-overlay-wrp.people .facetwp-type-single_slider .facetwp-slider-wrap .facetwp-single_slider .noUi-base .noUi-origin .noUi-handle,
.filter-overlay-wrp.people .facetwp-type-single_slider .facetwp-single_slider-wrap .facetwp-slider .noUi-base .noUi-origin .noUi-handle,
.filter-overlay-wrp.people .facetwp-type-single_slider .facetwp-single_slider-wrap .facetwp-single_slider .noUi-base .noUi-origin .noUi-handle, .filter-overlay-wrp.price .facetwp-type-slider .facetwp-slider-wrap .facetwp-slider .noUi-base .noUi-origin .noUi-handle,
.filter-overlay-wrp.price .facetwp-type-slider .facetwp-slider-wrap .facetwp-single_slider .noUi-base .noUi-origin .noUi-handle,
.filter-overlay-wrp.price .facetwp-type-slider .facetwp-single_slider-wrap .facetwp-slider .noUi-base .noUi-origin .noUi-handle,
.filter-overlay-wrp.price .facetwp-type-slider .facetwp-single_slider-wrap .facetwp-single_slider .noUi-base .noUi-origin .noUi-handle,
.filter-overlay-wrp.price .facetwp-type-single_slider .facetwp-slider-wrap .facetwp-slider .noUi-base .noUi-origin .noUi-handle,
.filter-overlay-wrp.price .facetwp-type-single_slider .facetwp-slider-wrap .facetwp-single_slider .noUi-base .noUi-origin .noUi-handle,
.filter-overlay-wrp.price .facetwp-type-single_slider .facetwp-single_slider-wrap .facetwp-slider .noUi-base .noUi-origin .noUi-handle,
.filter-overlay-wrp.price .facetwp-type-single_slider .facetwp-single_slider-wrap .facetwp-single_slider .noUi-base .noUi-origin .noUi-handle {
  border: 1px solid #429321;
  background: #429321;
  moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
}
.filter-overlay-wrp.people .facetwp-type-slider .facetwp-slider-label,
.filter-overlay-wrp.people .facetwp-type-slider .facetwp-single_slider-label,
.filter-overlay-wrp.people .facetwp-type-single_slider .facetwp-slider-label,
.filter-overlay-wrp.people .facetwp-type-single_slider .facetwp-single_slider-label, .filter-overlay-wrp.price .facetwp-type-slider .facetwp-slider-label,
.filter-overlay-wrp.price .facetwp-type-slider .facetwp-single_slider-label,
.filter-overlay-wrp.price .facetwp-type-single_slider .facetwp-slider-label,
.filter-overlay-wrp.price .facetwp-type-single_slider .facetwp-single_slider-label {
  font-size: 24px;
  color: #8FCF41;
  font-weight: 600;
}
.filter-overlay-wrp.people .facetwp-type-slider .facetwp-slider-reset,
.filter-overlay-wrp.people .facetwp-type-slider .facetwp-single_slider-reset,
.filter-overlay-wrp.people .facetwp-type-single_slider .facetwp-slider-reset,
.filter-overlay-wrp.people .facetwp-type-single_slider .facetwp-single_slider-reset, .filter-overlay-wrp.price .facetwp-type-slider .facetwp-slider-reset,
.filter-overlay-wrp.price .facetwp-type-slider .facetwp-single_slider-reset,
.filter-overlay-wrp.price .facetwp-type-single_slider .facetwp-slider-reset,
.filter-overlay-wrp.price .facetwp-type-single_slider .facetwp-single_slider-reset {
  margin-top: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  padding: 3px 10px 5px;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
}
.filter-overlay-wrp.advanced {
  left: auto;
  right: 0;
}
.filter-overlay-wrp.advanced .filter-group {
  float: left;
  width: 50%;
}
.filter-overlay-wrp.advanced .filter-group .facetwp-type-checkboxes div {
  position: relative;
  white-space: nowrap;
}
.filter-overlay-wrp.advanced .checkbox {
  width: 50%;
  float: left;
}
.filter-overlay-wrp.advanced .checkbox label {
  font-size: 12px;
}
@media only screen and (max-width: 1023px) {
  .filter-overlay-wrp.advanced .checkbox label {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .filter-overlay-wrp.advanced .checkbox label {
    font-size: 12px;
  }
}
@media only screen and (max-width: 320px) {
  .filter-overlay-wrp.advanced .checkbox label {
    font-size: 10px;
  }
}
.filter-overlay-wrp.advanced .facetwp-checkbox[data-value=far-fa-rings-wedding] {
  display: none;
}

#map.grid-map {
  text-align: left;
  position: fixed;
  z-index: 0;
  top: 0;
  height: 100%;
  right: -33%;
  width: 33%;
}
@media only screen and (max-width: 1023px) {
  #map.grid-map {
    width: 100%;
    right: -100%;
  }
}
#map.grid-map:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  margin-left: -20px;
  margin-top: -20px;
  color: #FF0068;
  vertical-align: middle;
  -webkit-animation-name: spin;
  -moz-animation-name: spin;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#map.grid-map.visible {
  right: 0;
}
@media only screen and (max-width: 1023px) {
  #map.grid-map.visible {
    z-index: 2;
  }
}
#map.grid-map.scrollable {
  position: absolute;
  top: auto;
  bottom: 0;
}
@media only screen and (max-width: 1023px) {
  #map.grid-map.scrollable {
    position: fixed;
    top: 0;
    bottom: 0;
  }
}
#map.grid-map .gm-style-iw {
  padding: 15px !important;
}
#map.grid-map .gm-style-iw .gm-style-iw-d {
  min-height: 80px !important;
}
#map.grid-map .gm-style-iw h3 {
  font-family: "Quicksand", sans-serif !important;
  font-size: 14px !important;
  line-height: 22px !important;
}
#map.grid-map .gm-style-iw h3 a {
  font-size: 16px !important;
  line-height: 22px !important;
}
#map.grid-map .gm-style-iw p {
  font-family: "Quicksand", sans-serif !important;
  font-size: 12px !important;
  line-height: 18px !important;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}
#map.grid-map .gm-style-iw .btn, #map.grid-map .gm-style-iw .request-wrp.overlay .gform_button.button, .request-wrp.overlay #map.grid-map .gm-style-iw .gform_button.button {
  padding: 8px 20px 10px;
  max-width: none;
  font-family: "Quicksand", sans-serif !important;
  font-size: 14px;
}
#map.grid-map .gm-style-iw button {
  top: 0 !important;
  right: 0 !important;
}
#map.grid-map .marker {
  background-image: url("/wp-content/themes/festmaklarna/assets/images/marker.svg");
  background-size: cover;
  width: 25px;
  height: 30px;
  cursor: pointer;
}
#map.grid-map .mapboxgl-popup {
  padding-bottom: 20px;
}
#map.grid-map .mapboxgl-popup-content {
  font-size: 14px;
  padding: 15px;
}
#map.grid-map .mapboxgl-popup-content button {
  padding: 0 5px 0 0;
  display: inline;
  color: #17264E;
  width: auto;
  text-align: right;
}
#map.grid-map .mapboxgl-popup-content button:hover {
  background-color: #fff;
}
#map.grid-map .mapboxgl-ctrl-top-left,
#map.grid-map .mapboxgl-ctrl-top-right {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  top: 143px;
}
@media only screen and (max-width: 767px) {
  #map.grid-map .mapboxgl-ctrl-top-left,
  #map.grid-map .mapboxgl-ctrl-top-right {
    top: 117px;
  }
}
#map.grid-map .mapboxgl-ctrl-bottom-right,
#map.grid-map .mapboxgl-ctrl-bottom-left {
  display: none;
}
#map.grid-map .facetwp-type-map {
  height: 100%;
}
#map.grid-map .facetwp-map-filtering {
  position: absolute;
  z-index: 2;
  bottom: 15px;
  left: 15px;
  clear: both;
  max-width: none;
  cursor: pointer;
  border: 2px solid #fff;
  margin: 30px auto 0;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  padding: 7px 15px 9px;
  color: #fff;
  font-family: "Quicksand", sans-serif !important;
}
#map.grid-map .facetwp-map-filtering.desktop:hover {
  -webkit-box-shadow: 0px 5px 50px -10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 50px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 50px -10px rgba(0, 0, 0, 0.4);
}

.scrolled #map.grid-map .mapboxgl-ctrl-top-left,
.scrolled #map.grid-map .mapboxgl-ctrl-top-right {
  top: 60px;
}
.scrolled.visible #map.grid-map .mapboxgl-ctrl-top-left,
.scrolled.visible #map.grid-map .mapboxgl-ctrl-top-right {
  top: 142px;
}
@media only screen and (max-width: 767px) {
  .scrolled.visible #map.grid-map .mapboxgl-ctrl-top-left,
  .scrolled.visible #map.grid-map .mapboxgl-ctrl-top-right {
    top: 117px;
  }
}

.single-map-wrp {
  position: relative;
}
.single-map-wrp #map.single-map {
  height: 360px;
}
.single-map-wrp #map.single-map .mapboxgl-ctrl-bottom-right,
.single-map-wrp #map.single-map .mapboxgl-ctrl-bottom-left {
  display: none;
}
.single-map-wrp #map.single-map g[fill="#3FB1CE"] {
  fill: #FF0068 !important;
}
.single-map-wrp .btn, .single-map-wrp .request-wrp.overlay .gform_button.button, .request-wrp.overlay .single-map-wrp .gform_button.button {
  z-index: 1;
  position: absolute;
  right: 15px;
  bottom: 15px;
  margin-top: 0;
  padding: 6px 15px 6px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .single-map-wrp .btn, .single-map-wrp .request-wrp.overlay .gform_button.button, .request-wrp.overlay .single-map-wrp .gform_button.button {
    padding: 3px 10px 4px;
    font-size: 13px;
  }
}

.facetwp-facet-map .map-info h3 {
  margin-bottom: 0;
  font-size: 1.5em;
}
.facetwp-facet-map .map-info span.address {
  font-size: 1.2em;
}

.tabs {
  margin-top: -12px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .tabs {
    margin-top: 0;
    padding-left: 6.5%;
    padding-right: 6.5%;
  }
}
@media only screen and (max-width: 767px) {
  .tabs {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tabs:after {
  content: "";
  display: table;
  clear: both;
}
.tabs .tab {
  cursor: pointer;
  position: relative;
  float: left;
  display: block;
  width: 25%;
  background-size: 50px 50px;
  moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -khtml-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  padding: 7px 0;
  font-weight: 700;
  color: #17264E;
  text-align: center;
  background-color: #EBEBEB;
  -webkit-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
}
@media only screen and (max-width: 767px) {
  .tabs .tab {
    font-size: 12px;
  }
}
.tabs .tab:first-child {
  z-index: 4;
}
.tabs .tab:nth-child(2) {
  z-index: 3;
}
.tabs .tab:nth-child(3) {
  z-index: 2;
}
.tabs .tab:nth-child(4) {
  z-index: 1;
}
.tabs .tab.active {
  z-index: 5;
  background-color: transparent;
  background-image: url("/wp-content/themes/festmaklarna/assets/images/grain.png");
}

.calendar-wrp {
  padding-top: 10px;
  padding-bottom: 30px;
}
.calendar-wrp button#create-booking {
  max-width: none;
  margin-top: 15px;
  width: 100%;
}
.calendar-wrp button#create-booking .disabled {
  opacity: 0.5;
  position: relative;
}
.calendar-wrp button#create-booking .disabled:hover {
  box-shadow: none;
  cursor: default;
}
.calendar-wrp .login-btn {
  display: block !important;
  max-width: none !important;
}
.calendar-wrp .cart {
  margin-bottom: 0 !important;
}
.calendar-wrp .cart .wc-pao-addon-container {
  margin-bottom: 15px;
}
.calendar-wrp .cart .wc-pao-addon-container .addons-toggle {
  display: none;
  padding: 15px 15px 0;
}
.calendar-wrp .cart .wc-pao-addon-container:nth-child(3) .addons-toggle {
  display: block;
}
.calendar-wrp .cart .wc-pao-addon-container h3, .calendar-wrp .cart .wc-pao-addon-container .wc-pao-addon-name {
  position: relative;
  display: block;
  cursor: pointer;
  font-weight: 700;
  color: #17264E;
  border: 1px solid #eaeaea;
  padding: 7px 15px;
  font-size: 16px;
  line-height: 22px;
}
.calendar-wrp .cart .wc-pao-addon-container h3:after, .calendar-wrp .cart .wc-pao-addon-container .wc-pao-addon-name:after {
  content: "";
  display: table;
  clear: both;
}
.calendar-wrp .cart .wc-pao-addon-container h3:before, .calendar-wrp .cart .wc-pao-addon-container .wc-pao-addon-name:before {
  float: right;
}
.calendar-wrp .cart .wc-pao-addon-container h3 em.required, .calendar-wrp .cart .wc-pao-addon-container .wc-pao-addon-name em.required {
  display: none;
}
.calendar-wrp .cart .wc-pao-addon-container .wc-pao-addon-description p {
  margin-bottom: 15px;
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.5em;
}
.calendar-wrp .cart .wc-pao-addon-container .form-row {
  padding: 0;
  margin-bottom: 1px;
}
.calendar-wrp .cart .wc-pao-addon-container .form-row span.fas {
  top: -1px;
}
.calendar-wrp .cart .wc-pao-addon-container .form-row .woocommerce-Price-amount {
  font-weight: 400;
}
.calendar-wrp .cart .wc-pao-addon-container.wc-pao-addon-onskemal .wc-pao-addon-description {
  display: block;
}
.calendar-wrp .cart .wc-pao-addon-container.wc-pao-addon-onskemal .wc-pao-addon-description p {
  margin: 0 0 15px;
  font-size: 12px !important;
  line-height: 16px !important;
}
.calendar-wrp .cart .wc-pao-addon-container.wc-pao-addon-onskemal textarea {
  border: 1px solid #ddd;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  min-height: 100px;
  transition: border-color 0.3s;
}
.calendar-wrp .cart .wc-pao-addon-container.wc-pao-addon-onskemal textarea:focus {
  border-color: #ccc;
}
.calendar-wrp .cart .wc-deposits-wrapper {
  display: none;
  background: #fff;
  border-top: none;
  position: relative;
  margin: 0 auto;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
}
.calendar-wrp .cart .wc-deposits-wrapper .wc-deposits-payment-description {
  color: #17264E;
  margin: 0 auto;
}
.calendar-wrp .cart .wc-deposits-wrapper .wc-deposits-payment-description:after {
  color: #17264E;
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "\f05a";
  left: 0;
  top: 11px;
  z-index: 2;
  pointer-events: none;
}
.calendar-wrp .cart .wc-deposits-wrapper .wc-deposits-payment-description .wc-deposits-amount {
  float: right;
  color: #17264E;
}
.calendar-wrp .cart .wc-deposits-wrapper .wc-deposits-payment-description-popup {
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  color: #8590A4;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  position: absolute;
  padding: 15px;
  z-index: 3;
  width: 80%;
  bottom: 40px;
  left: 0;
}
.calendar-wrp .cart .wc-deposits-wrapper .wc-deposits-payment-description-popup.visible {
  display: block;
}
.calendar-wrp .cart .wc-deposits-wrapper .wc-deposits-payment-description-popup:after, .calendar-wrp .cart .wc-deposits-wrapper .wc-deposits-payment-description-popup:before {
  top: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.calendar-wrp .cart .wc-deposits-wrapper .wc-deposits-payment-description-popup:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 6px;
}
.calendar-wrp .cart .wc-deposits-wrapper .wc-deposits-payment-description-popup:before {
  border-color: rgba(221, 221, 221, 0);
  border-top-color: #ffffff;
  border-width: 7px;
  left: 29px;
}
.calendar-wrp .cart .wc-bookings-booking-cost {
  background: #fff;
  border-top: none;
  position: relative;
  margin: 0 auto 15px;
  color: #17264E;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.calendar-wrp .cart .wc-bookings-booking-cost strong {
  float: right;
}
.calendar-wrp .cart .wc-bookings-booking-cost.total {
  margin-top: 15px;
  font-size: 18px;
  line-height: 22px;
  padding-left: 15px;
  padding-right: 15px;
}
.calendar-wrp .cart .wc-bookings-booking-cost.total .amount {
  color: #8FCF41;
}
.calendar-wrp .cart .wc-bookings-booking-cost.hidden {
  display: none !important;
}
.calendar-wrp .cart #product-addons-total {
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
.calendar-wrp .cart #product-addons-total .product-addon-totals {
  margin-top: 25px;
  margin-bottom: 0;
  padding-top: 0;
}
.calendar-wrp .cart #product-addons-total .product-addon-totals ul li {
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
}
.calendar-wrp .cart #product-addons-total .product-addon-totals ul li:first-child {
  display: none !important;
}
.calendar-wrp .cart #product-addons-total .product-addon-totals ul li:first-child.visible {
  display: block !important;
}
.calendar-wrp .cart #product-addons-total .product-addon-totals ul li .wc-pao-col1 {
  float: left;
}
.calendar-wrp .cart #product-addons-total .product-addon-totals ul li .wc-pao-col2 {
  text-align: right;
}
.calendar-wrp .cart #product-addons-total .product-addon-totals ul li.wc-pao-subtotal-line {
  margin-top: 0;
  padding: 10px 0;
  border-top: none;
  border-bottom: none;
}
.calendar-wrp .cart #product-addons-total .product-addon-totals ul li.wc-pao-subtotal-line p.price {
  width: 100%;
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: #17264E;
}
.calendar-wrp .cart #product-addons-total .product-addon-totals ul li.wc-pao-subtotal-line p.price span {
  float: right;
  color: #8FCF41;
}
.calendar-wrp .cart #product-addons-total .wc-pao-col1 {
  width: 75%;
}
.calendar-wrp .cart .resourses-select-wrp label,
.calendar-wrp .cart .wc_bookings_field_persons label {
  position: absolute;
  z-index: 1;
  left: 15px;
  top: -5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 50px;
}
.calendar-wrp .cart .resourses-select-wrp.wc_bookings_field_persons,
.calendar-wrp .cart .wc_bookings_field_persons.wc_bookings_field_persons {
  position: relative;
  min-height: 40px;
  margin-bottom: 10px;
}
.calendar-wrp .cart .resourses-select-wrp.wc_bookings_field_persons input[type=number]::-webkit-inner-spin-button,
.calendar-wrp .cart .resourses-select-wrp.wc_bookings_field_persons input[type=number]::-webkit-outer-spin-button,
.calendar-wrp .cart .wc_bookings_field_persons.wc_bookings_field_persons input[type=number]::-webkit-inner-spin-button,
.calendar-wrp .cart .wc_bookings_field_persons.wc_bookings_field_persons input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calendar-wrp .cart .resourses-select-wrp.wc_bookings_field_persons input[type=number],
.calendar-wrp .cart .wc_bookings_field_persons.wc_bookings_field_persons input[type=number] {
  -moz-appearance: textfield;
}
.calendar-wrp .cart .resourses-select-wrp.wc_bookings_field_persons input,
.calendar-wrp .cart .wc_bookings_field_persons.wc_bookings_field_persons input {
  color: #17264E;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  float: left;
  display: block;
  margin: 0;
  padding: 0 0 0 96px;
  border: 1px solid #eaeaea;
}
.calendar-wrp .cart .resourses-select-wrp.wc_bookings_field_persons input:focus,
.calendar-wrp .cart .wc_bookings_field_persons.wc_bookings_field_persons input:focus {
  outline: 0;
}
.calendar-wrp .cart .resourses-select-wrp.wc_bookings_field_persons .quantity-nav,
.calendar-wrp .cart .wc_bookings_field_persons.wc_bookings_field_persons .quantity-nav {
  float: left;
  position: absolute;
  right: 0;
  height: 40px;
  width: 86px;
}
.calendar-wrp .cart .resourses-select-wrp.wc_bookings_field_persons .quantity-button,
.calendar-wrp .cart .wc_bookings_field_persons.wc_bookings_field_persons .quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eaeaea;
  width: 43px;
  text-align: center;
  color: #17264E;
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.calendar-wrp .cart .resourses-select-wrp.wc_bookings_field_persons .quantity-button.quantity-up,
.calendar-wrp .cart .wc_bookings_field_persons.wc_bookings_field_persons .quantity-button.quantity-up {
  float: right;
  border-left: 1px solid #eaeaea;
}
.calendar-wrp .cart .resourses-select-wrp.wc_bookings_field_persons .quantity-button.quantity-down,
.calendar-wrp .cart .wc_bookings_field_persons.wc_bookings_field_persons .quantity-button.quantity-down {
  float: left;
}
.calendar-wrp .cart .wc-bookings-booking-form {
  border: none;
  padding: 0;
  margin: 0;
  display: block !important;
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker {
  display: none;
}
.calendar-wrp .cart .wc-bookings-booking-form .wc_bookings_field_duration {
  display: none;
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker {
  margin: 0;
  padding: 0;
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .wc-bookings-date-picker-timezone-block {
  display: none;
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .wc-bookings-date-picker-date-fields {
  display: block;
  position: relative;
  background-color: #E4F1FD;
  overflow: hidden;
  font-weight: 700;
  padding: 2px 0 2px 45px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .wc-bookings-date-picker-date-fields:before {
  z-index: 1;
  color: #8590A4;
  position: absolute;
  left: 15px;
  top: 17px;
  font-size: 20px;
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .wc-bookings-date-picker-date-fields:after {
  content: "";
  display: table;
  clear: both;
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .wc-bookings-date-picker-date-fields input[type=text] {
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  width: auto;
  min-width: 35px;
  padding-left: 0;
  padding-right: 5px;
  margin-top: 0;
  margin-right: -4px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .wc-bookings-date-picker-date-fields input[type=text]:first-child {
  width: 40px;
}
.calendar-wrp .cart .wc-bookings-booking-form .form-field {
  margin-bottom: 0;
}
.calendar-wrp .cart .wc-bookings-booking-form .form-field .wc-bookings-time-block-picker label, .calendar-wrp .cart .wc-bookings-booking-form .form-field .wc-bookings-time-block-picker p {
  display: none;
}
.calendar-wrp .cart .wc-bookings-booking-form .form-field .wc-bookings-time-block-picker .wc-bookings-start-time-container,
.calendar-wrp .cart .wc-bookings-booking-form .form-field .wc-bookings-time-block-picker .wc-bookings-end-time-container {
  position: relative;
  margin-bottom: 10px;
}
.calendar-wrp .cart .wc-bookings-booking-form .form-field .wc-bookings-time-block-picker .wc-bookings-start-time-container:before,
.calendar-wrp .cart .wc-bookings-booking-form .form-field .wc-bookings-time-block-picker .wc-bookings-end-time-container:before {
  font-weight: 400;
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "\f017";
  z-index: 1;
  color: #8590A4;
  position: absolute;
  left: 15px;
  top: 8px;
  font-size: 20px;
}
.calendar-wrp .cart .wc-bookings-booking-form .form-field .wc-bookings-time-block-picker .wc-bookings-start-time-container select,
.calendar-wrp .cart .wc-bookings-booking-form .form-field .wc-bookings-time-block-picker .wc-bookings-end-time-container select {
  padding: 9px 15px 9px 45px;
  background-color: #fff;
  border: 1px solid #eaeaea;
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  font-family: "Quicksand", sans-serif !important;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker.ui-widget-content {
  border: none !important;
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-header {
  position: relative;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  background-color: #fff !important;
  background-image: none !important;
  border: none !important;
  font-size: 18px !important;
  color: #17264E !important;
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-header a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  top: 7px !important;
  height: 30px;
  line-height: 30px !important;
  width: 30px !important;
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 5px 0 rgba(23, 38, 78, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(23, 38, 78, 0.2);
  box-shadow: 0 0 5px 0 rgba(23, 38, 78, 0.2);
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-header a:before {
  font-weight: 400;
  font-family: "Font Awesome 5 Pro", sans-serif;
  z-index: 1;
  color: #17264E;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  font-size: 14px;
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-header a.ui-datepicker-prev {
  left: 5px;
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-header a.ui-datepicker-prev:before {
  left: 12px;
  content: "\f104";
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-header a.ui-datepicker-next {
  right: 5px;
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-header a.ui-datepicker-next:before {
  right: 12px;
  content: "\f105";
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-header a span {
  display: none;
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  font-weight: 700 !important;
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-calendar {
  font-size: 12px;
  line-height: 30px;
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-calendar thead th {
  padding: 0 !important;
  border: none !important;
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-calendar thead th span {
  color: #8590A4 !important;
  font-weight: 700 !important;
  font-family: "Quicksand", sans-serif !important;
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-calendar tbody {
  border-bottom: 1px solid #dbdbdb !important;
  border-left: 1px solid #dbdbdb !important;
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-calendar td {
  border-top: 1px solid #dbdbdb !important;
  border-right: 1px solid #dbdbdb !important;
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-calendar td .ui-state-default {
  padding: 0.2em 0 !important;
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-calendar td a {
  position: relative;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  font-weight: 700 !important;
  font-family: "Quicksand", sans-serif !important;
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-calendar td span {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  font-weight: 700 !important;
  font-family: "Quicksand", sans-serif !important;
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month {
  background-color: #fff !important;
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-calendar td.bookable a {
  background-color: #fff !important;
  color: #17264E !important;
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-calendar td.bookable a:hover {
  background-color: #eaeaea !important;
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
  background-color: #eaeaea !important;
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled span {
  color: #8590A4 !important;
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-calendar td.fully_booked {
  opacity: 1 !important;
  filter: Alpha(Opacity=100) !important;
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-calendar td.fully_booked a, .calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-calendar td.fully_booked span {
  background-color: #cc1040 !important;
  color: #fff !important;
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-calendar td.bookable-range a {
  background-color: #a7d96a !important;
  color: #fff !important;
}
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-calendar td.selection-start-date a,
.calendar-wrp .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-calendar td.selection-end-date a {
  background-color: #a7d96a !important;
  color: #fff !important;
}
.calendar-wrp .cart button.wc-bookings-booking-form-button {
  width: 100%;
  cursor: pointer;
  margin: 0 auto 0;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  padding: 13px 24px 15px;
  border: 2px solid #fff;
  color: #fff;
  display: none !important;
}
.calendar-wrp .cart button.wc-bookings-booking-form-button:hover {
  -webkit-box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.4);
}
.calendar-wrp .tax-info,
.calendar-wrp .payment-info {
  font-size: 0.8em;
  font-weight: 700;
  margin: 10px 0 0;
  display: block;
  position: relative;
}
.calendar-wrp .payment-info {
  margin-top: -5px;
}

.daterangepicker td.active {
  background-color: #17264E !important;
}
.daterangepicker .table-condensed > thead > tr > th {
  font-weight: 700;
  color: #8590A4;
}
.daterangepicker .drp-buttons .btn, .daterangepicker .drp-buttons .request-wrp.overlay .gform_button.button, .request-wrp.overlay .daterangepicker .drp-buttons .gform_button.button {
  margin-top: 0;
  margin-left: 0 !important;
}

.lrm-user-modal,
.lrm-inline {
  background: rgba(255, 255, 255, 0.9);
}
.lrm-user-modal .lrm-user-modal-container,
.lrm-inline .lrm-user-modal-container {
  -webkit-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  font-family: "Quicksand", sans-serif !important;
  width: 90%;
}
.lrm-user-modal .lrm-user-modal-container .lrm-close-form,
.lrm-inline .lrm-user-modal-container .lrm-close-form {
  background-color: #FF0068;
  moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  width: 30px;
  height: 30px;
  background-size: 14px;
}
.lrm-user-modal .lrm-user-modal-container .lrm-switcher,
.lrm-inline .lrm-user-modal-container .lrm-switcher {
  font-weight: 700;
}
.lrm-user-modal .lrm-user-modal-container .lrm-switcher li a,
.lrm-inline .lrm-user-modal-container .lrm-switcher li a {
  background: #eaeaea;
  color: #17264E;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  font-weight: 600;
}
.lrm-user-modal .lrm-user-modal-container .lrm-switcher li a:before,
.lrm-inline .lrm-user-modal-container .lrm-switcher li a:before {
  position: relative;
}
.lrm-user-modal .lrm-user-modal-container .lrm-switcher li a.selected,
.lrm-inline .lrm-user-modal-container .lrm-switcher li a.selected {
  background: #fff;
  color: #8590A4;
}
.lrm-user-modal .lrm-user-modal-container .lrm-switcher li:first-child a,
.lrm-inline .lrm-user-modal-container .lrm-switcher li:first-child a {
  moz-border-radius: 8px 0 0 0;
  -webkit-border-radius: 8px 0 0 0;
  -khtml-border-radius: 8px 0 0 0;
  border-radius: 8px 0 0 0;
}
.lrm-user-modal .lrm-user-modal-container .lrm-switcher li:first-child a:before,
.lrm-inline .lrm-user-modal-container .lrm-switcher li:first-child a:before {
  top: 3px;
}
.lrm-user-modal .lrm-user-modal-container .lrm-switcher li:last-child a,
.lrm-inline .lrm-user-modal-container .lrm-switcher li:last-child a {
  moz-border-radius: 0 8px 0 0;
  -webkit-border-radius: 0 8px 0 0;
  -khtml-border-radius: 0 8px 0 0;
  border-radius: 0 8px 0 0;
}
.lrm-user-modal .lrm-user-modal-container .lrm-form-message,
.lrm-inline .lrm-user-modal-container .lrm-form-message {
  padding: 0.35em 0 0.5em 0.7em;
  border-left: 4px solid #8590A4;
}
.lrm-user-modal .lrm-user-modal-container .lrm-form .fieldset,
.lrm-inline .lrm-user-modal-container .lrm-form .fieldset {
  margin: 15px 0;
}
.lrm-user-modal .lrm-user-modal-container .lrm-form input[type=text],
.lrm-user-modal .lrm-user-modal-container .lrm-form input[type=password],
.lrm-user-modal .lrm-user-modal-container .lrm-form input[type=email],
.lrm-inline .lrm-user-modal-container .lrm-form input[type=text],
.lrm-inline .lrm-user-modal-container .lrm-form input[type=password],
.lrm-inline .lrm-user-modal-container .lrm-form input[type=email] {
  padding: 14px 15px;
  border: none;
  background-color: #E4F1FD;
}
.lrm-user-modal .lrm-user-modal-container .lrm-form input[type=text]:focus,
.lrm-user-modal .lrm-user-modal-container .lrm-form input[type=password]:focus,
.lrm-user-modal .lrm-user-modal-container .lrm-form input[type=email]:focus,
.lrm-inline .lrm-user-modal-container .lrm-form input[type=text]:focus,
.lrm-inline .lrm-user-modal-container .lrm-form input[type=password]:focus,
.lrm-inline .lrm-user-modal-container .lrm-form input[type=email]:focus {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
.lrm-user-modal .lrm-user-modal-container .lrm-form input:-webkit-autofill,
.lrm-user-modal .lrm-user-modal-container .lrm-form input:-webkit-autofill:hover,
.lrm-user-modal .lrm-user-modal-container .lrm-form input:-webkit-autofill:focus,
.lrm-user-modal .lrm-user-modal-container .lrm-form input:-webkit-autofill:active,
.lrm-inline .lrm-user-modal-container .lrm-form input:-webkit-autofill,
.lrm-inline .lrm-user-modal-container .lrm-form input:-webkit-autofill:hover,
.lrm-inline .lrm-user-modal-container .lrm-form input:-webkit-autofill:focus,
.lrm-inline .lrm-user-modal-container .lrm-form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #E4F1FD inset !important;
}
.lrm-user-modal .lrm-user-modal-container .lrm-form .lrm-nice-checkbox__label,
.lrm-inline .lrm-user-modal-container .lrm-form .lrm-nice-checkbox__label {
  text-align: left;
  font-weight: 600;
  font-size: 16px;
}
.lrm-user-modal .lrm-user-modal-container .lrm-form button,
.lrm-inline .lrm-user-modal-container .lrm-form button {
  font-weight: 700;
  font-family: "Quicksand", sans-serif !important;
  font-size: 16px;
  margin-bottom: 7px;
}
.lrm-user-modal .lrm-user-modal-container .lrm-form .lrm-pass-strength-result,
.lrm-inline .lrm-user-modal-container .lrm-form .lrm-pass-strength-result {
  display: none;
  margin-top: 15px;
  font-size: 14px;
}
.lrm-user-modal .lrm-user-modal-container .lrm-integrations h2,
.lrm-inline .lrm-user-modal-container .lrm-integrations h2 {
  display: none;
}
.lrm-user-modal .lrm-user-modal-container .lrm-integrations .wpua-edit-container,
.lrm-inline .lrm-user-modal-container .lrm-integrations .wpua-edit-container {
  display: none;
}
.lrm-user-modal .lrm-user-modal-container .lrm-integrations .acf-field,
.lrm-inline .lrm-user-modal-container .lrm-integrations .acf-field {
  margin-bottom: 0;
}
.lrm-user-modal .lrm-user-modal-container .lrm-integrations .acf-label label,
.lrm-user-modal .lrm-user-modal-container .lrm-integrations .acf-input label,
.lrm-inline .lrm-user-modal-container .lrm-integrations .acf-label label,
.lrm-inline .lrm-user-modal-container .lrm-integrations .acf-input label {
  font-weight: 600;
  font-size: 16px;
}
.lrm-user-modal .lrm-user-modal-container .lrm-integrations .acf-input,
.lrm-inline .lrm-user-modal-container .lrm-integrations .acf-input {
  position: relative;
  top: -1px;
  margin-right: 7px;
  float: left;
}
.lrm-user-modal .lrm-user-modal-container .lrm-form-bottom-message,
.lrm-inline .lrm-user-modal-container .lrm-form-bottom-message {
  color: #17264E;
}
.lrm-user-modal .lrm-user-modal-container .lrm-form-bottom-message a,
.lrm-inline .lrm-user-modal-container .lrm-form-bottom-message a {
  color: #FF0068;
}

.lrm-inline {
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 60px;
  background: transparent;
}

.calendar-toggle {
  margin-top: 10px;
  margin-bottom: 10px;
}
.calendar-toggle a {
  position: relative;
  display: block;
  cursor: pointer;
  color: #17264E;
  border: 1px solid #eaeaea;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 700;
}
.calendar-toggle a:after {
  content: "";
  display: table;
  clear: both;
}
.calendar-toggle a:before {
  float: right;
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 25px;
  margin-top: 25px;
}
.offers-grid .offers-item {
  display: flex;
  flex-direction: column;
}
.offers-grid .offers-item h3 {
  margin-bottom: 5px;
  margin-top: 10px;
}
.offers-grid .offers-item img {
  border-radius: 8px;
  height: 200px;
  object-fit: cover;
  max-width: 100%;
  background-color: #ccc;
}
.offers-grid .offers-item span {
  margin-bottom: 20px;
}
.offers-grid .offers-item a {
  margin-top: auto;
}
@media only screen and (max-width: 1023px) {
  .offers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.page-template-offers .fade-images .image-overlay {
  display: none;
}
.page-template-offers .fade-images .txt-overlay {
  text-shadow: rgba(0, 0, 0, 0.4) 1px 0 12px;
}

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