.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.hb_addition_package_extra {
display: none;
clear: both;
padding-top: 30px;
}
.extra-option-loop .hb_addition_package_extra {
display: block;
}
.extra-option-loop .hb_addition_package_extra .hb_addition_packages {
display: none;
}
.hb_addition_package_extra .hb_addition_package_title_toggle {
margin: 0;
}
.hb_addition_package_extra a.hb_package_toggle {
padding: 0;
display: block;
color: var(--hb-heading, #111);
font-size: 20px;
line-height: 1.2;
text-transform: none;
text-decoration: none;
}
.hb_addition_package_extra a.hb_package_toggle:after {
content: '\f342';
font-family: dashicon;
font: 400 18px/1 dashicons;
vertical-align: top;
display: inline-block;
margin-left: 5px;
}
.hb_addition_package_extra a.hb_package_toggle.active:after {
content: '\f346';
}
.hb_addition_package_extra .hb_package_toggle:hover,
.hb_addition_package_extra .hb_package_toggle.active {
border-color: var(--hb-primary, #ffb606);
color: var(--hb-primary, #ffb606);
}
.hb_addition_packages {
margin-top: 15px;
padding: 30px;
border: 1px solid #eee;
}
.hb_addition_packages input[type=radio],
.hb_addition_packages input[type=checkbox] {
border: 1px solid #333;
margin-top: 3px;
}
.hb_addition_packages .hb_package_title {
padding: 0;
text-transform: none;
font-size: 15px;
line-height: 1.5;
font-weight: 700;
}
.hb_addition_packages_ul {
margin: 0;
list-style: none;
}
.hb_addition_packages_ul li {
padding: 20px 20px 20px 0;
margin: 0;
border-bottom: 1px solid #eee;
}
.hb_addition_packages_ul li:first-child {
padding-top: 0;
}
.hb_addition_packages_ul li:last-child {
padding-bottom: 0;
border-bottom: 0;
}
.hb_extra_optional_right {
float: left;
}
.hb_extra_optional_left {
padding-left: 35px;
}
.hb_package_title {
text-transform: uppercase;
color: #333333;
font-weight: 600;
font-size: 14px;
margin: 0;
padding: 5px 0;
}
.hb_package_title label:hover {
cursor: pointer;
}
.hb_package_title label {
margin: 0;
font-weight: 400;
}
.hb_extra_title p {
font-size: 14px;
margin-bottom: 8px !important;
color: #999;
}
.hb_extra_detail_price .hb_optional_quantity {
box-shadow: none;
text-align: center;
border: 1px solid #d4d0ba;
font-family: inherit;
padding: 5px;
max-width: 60px;
padding: 1px;
margin-right: 5px;
}
.hb_extra_detail_price .hb_optional_quantity[readonly] {
background-color: #E8DFA9;
}
.hb_extra_detail_price strong {
font-size: 15px;
}
.hb_extra_detail_price small {
font-size: 13px;
font-style: italic;
font-weight: 400;
} .hb_mini_cart_price_packages label {
font-weight: 400;
color: #333;
line-height: 30px;
margin: 0;
}
.hb_mini_cart_price_packages ul {
margin-left: 0 !important;
margin: 5px 0;
}
.hotel_booking_mini_cart .hb_mini_cart_price_packages ul li {
padding: 0;
padding-left: 8px
}
.hb_mini_cart_price_packages .hb_package_title {
padding: 0;
text-transform: none;
font-size: 13px;
font-style: italic;
font-weight: 400;
line-height: 30px;
}
.hb_mini_cart_price_packages .hb_package_title > span {
float: right;
}
.hb_checkout_item.package td {
padding: 5px 5px !important;
font-size: 15px;
}
.hb_addition_services_title td {
text-align: center;
font-weight: 700;
font-style: italic;
color: #333;
}.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;bottom:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub{background:#AAA}.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);transform:translate(50%,0);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);transform:translate(0,-18px);top:auto;right:28px}.clearfix:after {
content: '';
display: block;
clear: both;
}
.entry-content .hb-form-table, .hb-form-table{
list-style: none;
margin: 0;
padding: 0;
}
.entry-content .hotel-booking-search form button {
max-width: 300px;
}
.hb-form-table.col-2 {
float: left;
width: 50%
}
.hb-form-table .hb-form-field {
margin: 0 0 20px 0;
}
.hb-form-field label {
display: block;
}
.hb-form-field-label {
display: block;
font-size: 15px;
}
.hb_input_field {
position: relative;
}
.hb_input_field:after {
position: absolute;
content: '\f073';
color: #aaa;
font-size: 16px;
font: normal normal normal 14px/1 FontAwesome;
right: 20px;
top: 14px;
}
.hb-form-field.label-left .hb-form-field-label,
.hb-form-field.label-left > label {
float: left;
width: 30%;
}
.hb-form-field.label-left .hb-form-field-input {
width: 68%;
float: right;
}
.hb-form-field.label-left:after {
display: block;
clear: both;
content: '';
}
.hb-required {
color: #FF0000;
vertical-align: middle;
} .entry-content .hb-search-results, .hb-search-results {
list-style: none;
margin: 0;
padding: 0;
}
.hb-search-results .hb-room-meta {
list-style: none;
margin: 0;
padding: 0;
line-height: 1.5;
}
.hb-search-results .hb-room-meta > li > label {
display: inline-block;
}
.hb-search-results .hb-room-meta > li > div {
display: inline-block;
}
.hb-search-results .hb_button.hb_view_cart {
display: none;
}
.hb-search-results .hb-page-search-room-results .hb_addition_package_extra {
padding-top: 10px;
display: flex;
flex-direction: column;
}
.hb-search-results .hb-page-search-room-results .hb_addition_package_extra a.hb_package_toggle {
font-size: 16px;
}
.hb-search-results .hb-page-search-room-results .hb_addition_package_extra .hb_addition_packages {
padding: 0;
}
.hb-search-results .hb-page-search-room-results .hb_addition_package_extra .hb_addition_packages_ul li {
padding: 0px 16px 8px 0;
}
.hb-search-results .hb-page-search-room-results .hb_addition_package_extra .hb_extra_optional_right {
width: 30px;
}
.hb-search-results .hb-page-search-room-results .hb_addition_package_extra .hb_extra_optional_right input[type="checkbox"] {
width: auto;
min-width: 18px;
}
.hb-search-results .hb-page-search-room-results .room-extra-options {
display: flex;
gap: 10px;
}
.hb-search-results .hb-page-search-room-results .hb_addition_package_extra .hb_extra_optional_right input[type="checkbox"] {
min-width: 16px;
height: 16px;
}
.hb-search-results .hb-page-search-room-results .hb_addition_package_extra .hb_extra_optional_left input {
max-width: 49px;
width: 50px;
flex-basis: 50px;
min-width: unset;
padding: 0;
}
.hb-search-results .hb-page-search-room-results .hb_addition_package_extra .hb_addition_packages {
margin-bottom: 0;
border: none;
}
.hb-search-results .hb-page-search-room-results .hb_addition_package_extra .hb_addition_packages_ul {
padding: 0;
}
.hb-search-results .hb-page-search-room-results .hb_addition_package_extra .hb_addition_packages_ul li {
margin: 0;
}
.wp-hotel-booking-search-rooms .hotel-booking-search .hb_extra_optional_right input:before {
content: '';
top: 0;
right: 0;
height: 16px;
}
.wp-hotel-booking-search-rooms .hb_extra_optional_left .hb_extra_title p {
display: none;
}
.wp-hotel-booking-search-rooms .hb_extra_optional_left .hb_extra_title {
margin-bottom: 10px;
}
.wp-hotel-booking-search-rooms .hb_extra_detail_price {
display: flex;
gap: 8px;
align-items: center;
}
.wp-hotel-booking-search-rooms #hotel-booking-results .detail__booking-rooms .hb-search-results>.hb-room .hb-page-search-room-results .hb-room-info .hb-room-meta li>div {
margin-left: 0;
}
.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results>.hb-room .hb-room-info .hb-room-meta li .hb_addition_package_extra li {
padding: 0 0 10px 0;
border: none;
}
.hb-align-right {
text-align: right;
}
.hb-align-center {
text-align: center;
}
.hb-col-padding {
padding: 20px;
overflow: hidden;
}
.hb-col-margin {
margin: 20px;
}
.hb-col-border {
border: 1px solid #DDD;
} .hb-order-existing-customer,
.hb-order-new-customer,
.hb-payment-form,
.hb-addition-information {
position: relative;
margin-bottom: 40px;
}
.hb-order-new-customer .hb-form-field .hb-form-field-input select, .hb-order-new-customer .hb-form-field .hb-form-field-input input {
width: 100%;
}
#hotel-booking-payment #hb-order-new-customer .hb-col-border {
padding: 5px;
}
#hotel-booking-payment #hb-order-new-customer .hb-form-field, #hotel-booking-payment #hb-order-new-customer .hb-col-border h4 {
margin: 15px;
}
.hb-order-existing-customer > div > h4,
.hb-order-new-customer > div > h4,
.hb-payment-form > div > h4,
.hb-addition-information > div > h4 {
margin-top: 0;
}
.hb-order-existing-customer:after {
content: attr(data-label);
position: absolute;
bottom: -40px;
width: 100%;
text-align: center;
height: 40px;
line-height: 40px;
}
.hb-payment-methods {
list-style: none;
margin: 0;
padding: 0;
}
.hb-payment-methods > li {
margin: 0 0 20px 0;
}
.hb-payment-method-form {
display: none;
}
.hb-room-type-gallery {
display: none;
}
.hb-message {
margin: 0 0 20px;
}
.hb-message.success {
color: #00d084;
}
.hb-message.error {
color: #d43b17;
}
.hb-message-content {
margin: 10px;
color: #43A7FF;
}
.comment-form-rating {
margin-bottom: 0;
}
.rating-input {
width: 20%;
height: 18px;
display: inline-block;
position: relative;
line-height: 1;
}
.rating-input:hover {
cursor: pointer;
}
.rating-input:before {
content: "\e601";
color: var(--hb-primary, #ffb606);
float: left;
top: 0;
left: 0;
position: absolute;
font-family: hotel-booking-star;
font-size: initial;
}
.rating-input.high-light:before {
content: "\e600";
}
.rating-input span {
display: inline-block;
height: 18px;
overflow: hidden;
position: relative;
}
.rating-input.mousedown span:before {
color: #000;
}
.hb_overlay_ajax {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: #fff;
opacity: 0.8;
}
.hb_add_to_cart.hb_loading {
opacity: 0.5;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
filter: alpha(opacity=50);
} .hb_room_carousel_container {
margin-bottom: 89px;
}
.hb_room_carousel_container .hb_room_carousel {
margin: 0 -15px;
}
.hb_room_carousel_container .navigation {
width: 215px;
margin: 0 auto;
}
.hb_room_carousel_container .navigation .prev,
.hb_room_carousel_container .navigation .next {
line-height: 24px;
height: 24px;
width: 24px;
background: url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/images/prev.png) no-repeat center left;
display: inline-block;
float: left;
cursor: pointer;
z-index: 20;
}
.hb_room_carousel_container .navigation .prev span[class*="pe-"],
.hb_room_carousel_container .navigation .next span[class*="pe-"] {
display: none;
}
.hb_room_carousel_container .navigation .next {
float: right;
background: url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/images/next.png) no-repeat center right;
}
.hb_room_carousel_container .text_link {
line-height: 24px;
text-align: center;
margin: 28px auto 34px;
z-index: 10;
}
.hb_room_carousel_container .text_link a {
color: var(--hb-heading, #111);
line-height: 24px;
display: block;
}
.hb_room_carousel_container .hb_room {
width: 300px;
min-height: 290px;
position: relative;
padding: 0;
margin: 0;
} .entry-content ul.rooms {
margin: 0;
padding: 0;
}
.rooms {
list-style: none;
clear: both;
overflow: hidden;
max-width: 100% !important;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
}
.rooms.hb-catalog-column-5 > .hb_room {
width: 20%;
box-sizing: border-box;
}
.rooms.hb-catalog-column-4 > .hb_room {
width: 25%;
box-sizing: border-box;
}
.rooms.hb-catalog-column-3 > .hb_room {
width: 33.33%;
box-sizing: border-box;
}
.rooms.hb-catalog-column-2 > .hb_room {
width: 50%;
box-sizing: border-box;
}
.rooms .hb_room {
position: relative;
margin: 0 0 30px 0;
padding: 0 15px;
border: none;
list-style: none;
}
.rooms .hb_room .media {
position: relative;
}
.rooms .hb_room .media img {
display: block;
width: 100%;
}
.rooms .hb_room .room-rating-featured {
display: flex;
align-items: center;
gap: 8px;
justify-content: space-between;
}
.rooms .hb_room .feature {
font-size: 12px;
padding: 2px 8px;
color: #007AFF;
background-color: #E2EFFD;
text-transform: uppercase;
width: fit-content;
}
.rooms .hb_room .summary {
position: relative;
}
.rooms .hb_room .summary .price {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.rooms .hb_room .title h4 {
margin: 12px 0 10px 0;
font-size: 18px;
line-height: 1.3;
}
.rooms .hb_room .title h4 a {
color: var(--hb-heading, #111);
max-width: 100%;
text-decoration: none;
}
.rooms .hb_room .title:hover h4 a {
color: var(--hb-primary, #ffb606)
}
.rooms .hb_room .price span {
font-size: 18px;
font-weight: 600;
color: var(--hb-heading, #111);
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.rooms .hb_room .price span.unit {
font-size: 14px;
font-weight: 400;
color: #4f4f4f;
}
.rooms .hb_room .price span.unit:before {
content: "/";
}
.rooms .hb_room .price span.title-price {
display: none;
} .rooms-pagination ul.page-numbers {
margin: 0 0 30px 0;
padding: 0;
list-style: none;
text-align: center;
}
.rooms-pagination .page-numbers li {
display: inline-block;
margin: 0;
padding: 0 8px 0 0;
}
.rooms-pagination .page-numbers li span.current {
background: #e7e7e7;
}
.rooms-pagination .page-numbers li .page-numbers {
font-size: var(--hb-font-size-base, 16px);
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
display: inline-block;
color: #000;
overflow: hidden;
border-radius: 3px;
border: none;
text-transform: uppercase;
text-decoration: none;
}
.rooms-pagination .page-numbers li a:hover {
background: #e7e7e7;
color: var(--hb-heading, #111);
}
.rooms-pagination .page-numbers li a.next,
.rooms-pagination .page-numbers li a.prev {
width: auto;
background: transparent;
}
.rooms-pagination .page-numbers li a.next:hover,
.rooms-pagination .page-numbers li a.prev:hover {
background: transparent;
color: var(--hb-primary, #ffb606);
} .hb_single_room .title h1 {
margin: 0 0 20px;
clear: none;
}
.hb_single_room .title h1 a {
margin: 10px 0;
color: var(--hb-heading, #111);
}
.hb_single_room .price {
float: right;
font-weight: 600;
font-size: 30px;
line-height: 1;
color: var(--hb-primary, #ffb606);
}
.hb_single_room .price span.title-price {
margin-right: 5px;
color: var(--hb-text, #5d5d5d);
font-size: var(--hb-font-size-base, 16px);
font-weight: 400;
}
.hb_single_room .price span.unit {
font-size: var(--hb-font-size-base, 16px);
font-weight: 400;
color: var(--hb-text, #5d5d5d);
}
.hb_single_room .price span.unit:before {
content: '/';
} .hb_single_room .hb_room_gallery .camera_thumbs .camera_nextThumbs,
.hb_single_room .hb_room_gallery .camera_thumbs .camera_prevThumbs {
top: 10px;
bottom: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.hb_single_room .hb_room_gallery .camera_thumbs .camera_prevThumbs {
left: 2px;
transform: translate(10px, 0);
-webkit-transform: translate(10px, 0);
-moz-transform: translate(10px, 0);
-ms-transform: translate(10px, 0);
-o-transform: translate(10px, 0);
}
.hb_single_room .hb_room_gallery .camera_thumbs .camera_nextThumbs {
right: 2px;
transform: translate(-10px, 0);
-webkit-transform: translate(-10px, 0);
-moz-transform: translate(-10px, 0);
-ms-transform: translate(-10px, 0);
-o-transform: translate(-10px, 0);
}
.hb_single_room .hb_room_gallery .camera_thumbs:hover .camera_nextThumbs,
.hb_single_room .hb_room_gallery .camera_thumbs:hover .camera_prevThumbs {
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
}
.hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont {
background: transparent;
width: auto;
margin: 0 -6px;
}
.hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul {
padding: 0;
overflow: hidden;
max-height: 130px;
}
.hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul li {
display: inline-block;
float: none;
padding: 0;
margin-top: 10px;
padding: 0 6px;
overflow: hidden;
width: 20%;
max-width: 176px;
position: relative;
}
.hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul li:before {
content: '';
position: absolute;
top: 0;
bottom: 0;
right: 6px;
left: 6px;
border: 2px solid transparent;
z-index: -1;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul li img {
margin: 0;
width: 100%;
border: 0;
}
.hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul li.cameracurrent:before {
border-color: var(--hb-primary, #ffb606);
z-index: 2;
} .hb_single_room .hb-share {
clear: both;
float: right;
margin-bottom: -50px;
}
.hb_single_room .hb-share ul {
list-style: none;
}
.hb_single_room .hb-share ul li {
display: inline-block;
padding-left: 19px;
}
.hb_single_room .hb-share ul li:first-child {
padding-left: 0;
}
.hb_single_room .hb-share ul li a {
font-size: 16px;
}
.hb_single_room .hb-share ul li a.facebook {
color: #4c67a2;
}
.hb_single_room .hb-share ul li a.twitter {
color: #00acee;
}
.hb_single_room .hb-share ul li a.googleplus {
color: #da7c74;
}
.hb_single_room .hb-share ul li a.pinterest {
color: #d43b17;
}
.hb_single_room .hb_single_room_details {
clear: both;
}
.hb_single_room .hb_single_room_tabs {
clear: both;
margin: 0;
padding: 0;
list-style: none;
border-bottom: 1px solid #ddd;
}
.hb_single_room .hb_single_room_tabs > li {
display: inline-block;
margin: 0;
padding-right: 40px;
border: 0;
line-height: 30px;
}
.hb_single_room .hb_single_room_tabs > li a {
position: relative;
display: block;
font-size: var(--hb-font-size-base, 16px);
font-weight: 500;
color: #5d5d5d;
text-decoration: none;
line-height: 30px;
padding-bottom: 4px;
}
.hb_single_room .hb_single_room_tabs > li a:after {
content: '';
bottom: -1px;
height: 2px;
background: transparent;
left: 0;
right: 0;
width: 100%;
position: absolute;
}
.hb_single_room .hb_single_room_tabs > li a.active {
color: var(--hb-primary, #111);
}
.hb_single_room .hb_single_room_tabs > li a.active:after {
background: var(--hb-primary, #ffb606);
}
.hb_single_room .hb_single_room_tabs_content {
padding: 30px 0;
}
.hb_single_room #reviews {
clear: both;
}
.hb_single_room #reviews #review_form_wrapper {
margin-top: 30px;
}
.hb_single_room #reviews #review_form_wrapper form input {
min-height: 40px;
border: 1px solid #ddd;
text-shadow: none;
box-shadow: none;
}
.hb_single_room #reviews #review_form_wrapper form p {
margin-bottom: 20px;
}
.hb_single_room #reviews #review_form_wrapper form p label {
margin-bottom: 10px;
display: block;
}
.hb_single_room #reviews #review_form_wrapper form p textarea {
height: 100px;
padding: 10px;
overflow-y: auto;
width: 100%;
border: 1px solid #ddd;
}
.hb_single_room #reviews #review_form_wrapper form .form-submit input[type="submit"] {
padding: 10px 25px;
line-height: 20px;
border: 0;
border-radius: 3px;
background: var(--hb-primary, #ffb606);
color: var(--hb-heading, #111);
}
.hb_single_room #reviews #review_form_wrapper form .form-submit input[type="submit"]:hover {
background: var(--hb-heading, #111);
color: #fff;
}
.hb_single_room #reviews #review_form_wrapper form .form-submit input[type="submit"]:focus {
outline: none;
}
.hb_single_room table.hb_room_pricing_plans tr th {
font-weight: 700;
color: var(--hb-heading, #111);
padding: 12px;
text-align: center;
}
.hb_single_room table.hb_room_pricing_plans tr td {
text-align: center;
padding: 12px;
} .hb_booking_table th,
.hb_booking_table td {
padding: 20px 12px;
text-align: center;
font-size: 13px;
}
@media (max-width: 1024px) {
.hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul {
max-height: 106px;
}
.hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul li {
max-width: 142px;
}
}
@media (max-width: 960px) {
.hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul {
max-height: 130px;
}
.hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul li {
max-width: 150px;
}
}
@media (max-width: 768px) {
.hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul {
max-height: 106px;
}
.hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul li {
max-width: 142px;
}
.hb-search-results .hb_button.hb_view_cart {
display: inline-block;
}
}
@media (max-width: 667px) {
.hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul {
max-height: 106px;
}
.hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul li {
max-width: 142px;
}
}
@media (max-width: 480px) {
.hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul {
max-height: 95px;
}
.hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul li {
max-width: 132px;
}
}
@media (max-width: 360px) {
.hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul {
max-height: 106px;
}
.hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul li {
max-width: 142px;
}
}
@media (max-width: 320px) {
.hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul {
max-height: 106px;
}
.hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul li {
max-width: 142px;
}
} .hb_related_other_room {
margin: 15px -15px 45px -15px;
}
.hb_related_other_room > .title {
position: relative;
font-size: 30px;
margin: 25px 15px;
}
.hb_related_other_room .navigation {
width: auto;
float: right;
margin-top: -70px;
margin-right: 15px;
position: relative;
}
.hb_related_other_room .navigation .prev,
.hb_related_other_room .navigation .next {
display: inline-flex;
justify-content: center;
align-items: center;
float: left;
height: 40px;
width: 40px;
background: url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/images/prev.png) no-repeat center center;
background-size: 18px;
border-radius: 2px;
cursor: pointer;
z-index: 20;
}
.hb_related_other_room .navigation .prev span[class*="pe-"],
.hb_related_other_room .navigation .next span[class*="pe-"] {
display: none;
}
.hb_related_other_room .navigation .next {
margin-left: 15px;
float: right;
background: url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/images/next.png) no-repeat center center;
background-size: 18px;
} #hotel-booking-results{
margin-top: 50px;
}
#hotel-booking-results > h3 {
font-size: 40px;
color: var(--hb-heading, #111);
margin: 0 0 15px;
line-height: 40px;
}
#hotel-booking-results form .hb_button.hb_checkout:hover,
#hotel-booking-results form button.hb_add_to_cart:hover,
#hotel-booking-results form button[type="submit"]:hover {
background: var(--hb-heading, #111);
color: #fff;
}
#hotel-booking-results form .hb_button.hb_checkout:focus,
#hotel-booking-results form button.hb_add_to_cart:focus,
#hotel-booking-results form button[type="submit"]:focus {
outline: none;
}
#hotel-booking-results .hb-search-results > .hb-room {
margin: 0 0 30px;
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-name {
margin: 0 0 20px 0;
font-size: 30px;
font-weight: 600;
line-height: 1.2;
color: var(--hb-heading, #111);
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-name a {
display: inline-block;
color: var(--hb-heading, #111);
text-decoration: none;
line-height: 30px;
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-name a:hover {
color: var(--hb-primary, #ffb606);
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-name label {
display: inline-block;
margin: 0;
font-style: italic;
font-weight: 400;
font-size: 20px;
line-height: 1.5;
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-thumbnail {
max-width: 100%;
width: 270px;
float: left;
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-thumbnail img {
max-width: 270px;
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li {
display: block;
margin: 0 0 12px 0;
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li.hb_search_quantity {
display: flex;
align-items: center;
flex-wrap: wrap;
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li.hb_search_quantity select.number_room_select {
max-width: 130px;
min-width: 130px;
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li:last-child {
margin-bottom: 0;
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li select {
padding: 3px 25px 3px 5px;
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li > label {
width: auto;
font-weight: 400;
color: var(--hb-heading, #111);
margin-bottom: 0;
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li > div {
width: auto;
margin-left: 20px;
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li > div.hb_view_price {
margin-left: 0;
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li.hb_search_price {
position: relative;
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li.hb_search_capacity > div,
#hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li.hb_search_max_child > div {
font-weight: 700;
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li.hb_search_price {
font-weight: 700;
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li .hb-view-booking-room-details {
font-size: var(--hb-font-size-base, 16px);
color: var(--hb-heading, #111);
font-weight: 500;
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li .hb-view-booking-room-details:hover {
text-decoration: underline;
} #hotel-booking-cart h3,
#hotel-booking-payment h3 {
margin: 0 0 15px;
color: var(--hb-heading, #111);
}
#hotel-booking-cart input[type="number"],
#hotel-booking-payment input[type="number"],
#hotel-booking-cart input[type="text"],
#hotel-booking-payment input[type="text"],
#hotel-booking-cart input[type="email"],
#hotel-booking-payment input[type="email"] {
padding: 12px;
border: 1px solid #ddd;
box-shadow: none;
text-shadow: none;
}
#hotel-booking-cart input[name="hb-coupon-code"],
#hotel-booking-payment input[name="hb-coupon-code"] {
margin: 10px 0;
}
#hotel-booking-cart button#hb-apply-coupon,
#hotel-booking-payment button#hb-apply-coupon {
margin: 10px 0 10px 5px;
}
#hotel-booking-cart input[type="number"],
#hotel-booking-payment input[type="number"] {
max-width: 80px;
text-align: center;
}
#hotel-booking-cart .hb_button.hb_checkout,
#hotel-booking-payment .hb_button.hb_checkout,
#hotel-booking-cart button[type="submit"],
#hotel-booking-payment button[type="submit"],
#hotel-booking-cart button[type="button"],
#hotel-booking-payment button[type="button"] {
font-size: var(--hb-font-size-base, 16px);
line-height: 1.3;
text-transform: capitalize;
text-decoration: none;
border: 0;
padding: 12px 24px;
border-radius: 3px;
background: var(--hb-primary, #ffb606);
}
#hotel-booking-cart .hb_button.hb_checkout:hover,
#hotel-booking-payment .hb_button.hb_checkout:hover,
#hotel-booking-cart button[type="submit"]:hover,
#hotel-booking-payment button[type="submit"]:hover,
#hotel-booking-cart button[type="button"]:hover,
#hotel-booking-payment button[type="button"]:hover {
background: var(--hb-heading, #111);
color: #fff;
}
#hotel-booking-cart .hb_button.hb_checkout.update,
#hotel-booking-payment .hb_button.hb_checkout.update,
#hotel-booking-cart button[type="submit"].update,
#hotel-booking-payment button[type="submit"].update,
#hotel-booking-cart button[type="button"].update,
#hotel-booking-payment button[type="button"].update {
margin-left: 5px;
}
#hotel-booking-cart select,
#hotel-booking-payment select {
padding: 8px 10px;
border: 1px solid #ddd;
width: 100%;
}
#hotel-booking-cart table.hb_table,
#hotel-booking-payment table.hb_table {
margin-bottom: 30px;
}
#hotel-booking-cart table th,
#hotel-booking-payment table th {
color: var(--hb-heading, #111);
padding: 10px 17px;
text-align: center;
}
#hotel-booking-cart table tr.hb_checkout_item td,
#hotel-booking-payment table tr.hb_checkout_item td {
text-align: center;
}
#hotel-booking-cart .hb-addition-information textarea,
#hotel-booking-payment .hb-addition-information textarea {
width: 100%;
height: 100px;
border: 1px solid #ddd;
padding: 10px;
}
#hotel-booking-cart .hb-payment-methods > li,
#hotel-booking-payment .hb-payment-methods > li {
margin-bottom: 10px;
}
#hotel-booking-cart .hb-payment-methods > li .hb-payment-method-form,
#hotel-booking-payment .hb-payment-methods > li .hb-payment-method-form {
padding-left: 25px;
}
#hotel-booking-cart a:hover,
#hotel-booking-payment a:hover {
text-decoration: underline;
}
#hotel-booking-cart .hb_sub_total .hb-align-right,
#hotel-booking-payment .hb_sub_total .hb-align-right,
#hotel-booking-cart .hb_advance_grand_total .hb-align-right,
#hotel-booking-payment .hb_advance_grand_total .hb-align-right {
color: var(--hb-heading, #111);
font-weight: 700;
}
#hotel-booking-cart .hb_advance_payment .hb-align-right,
#hotel-booking-payment .hb_advance_payment .hb-align-right,
#hotel-booking-cart .hb_advance_grand_total .hb-align-right,
#hotel-booking-payment .hb_advance_grand_total .hb-align-right,
#hotel-booking-cart .hb_advance_tax .hb-align-right,
#hotel-booking-payment .hb_advance_tax .hb-align-right,
#hotel-booking-cart .hb_sub_total .hb-align-right,
#hotel-booking-payment .hb_sub_total .hb-align-right {
float: right;
width: 123px;
margin: -10px 0;
padding: 10px 0;
border-left: 1px solid #eee;
text-align: right;
}
#hotel-booking-cart td,
#hotel-booking-payment td {
padding: 12px;
}
#hotel-booking-cart td p,
#hotel-booking-payment td p{
margin: 0;
}
#hotel-booking-cart td.hb_gross_total,
#hotel-booking-payment td.hb_gross_total {
width: 135px;
min-width: 135px;
}
#hotel-booking-cart .hb_remove_cart_item,
#hotel-booking-payment .hb_remove_cart_item {
width: 24px;
height: 24px;
text-align: center;
line-height: 24px;
display: table-cell;
}
#hotel-booking-cart .hb_remove_cart_item .fa,
#hotel-booking-payment .hb_remove_cart_item .fa {
width: 24px;
height: 24px;
text-align: center;
line-height: 24px;
} .ui-datepicker.ui-widget {
z-index: 9999;
display: none;
position: relative;
color: #333;
background: #fff;
border: 1px solid #ccc;
box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
border-radius: 0;
padding: 8px;
width: auto;
}
.ui-datepicker.ui-widget .ui-datepicker-header {
background: transparent;
border: 0;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next {
background: transparent;
background-repeat: no-repeat;
background-size: 75% 75%;
background-position: center center;
border: 0;
cursor: pointer;
width: 20px;
height: 30px;
opacity: 0.5;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
filter: alpha(opacity=50);
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev span,
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next span {
display: none;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev:hover,
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next:hover {
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev {
float: left;
left: 0;
right: auto;
top: 4px;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==);
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);
float: right;
right: 0;
top: 4px;
left: auto;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title {
color: var(--hb-heading, #111);
padding: 5px 3px;
font-size: 14px;
line-height: 20px;
font-weight: 700;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar {
border: 0;
margin-bottom: 24px;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar th {
color: #999;
font-size: 12px;
line-height: 25px;
font-weight: 700;
text-align: center;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar th span {
cursor: help;
border-bottom: 1px dotted #777;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar td {
padding: 0;
border: 0;
height: 27px;
overflow: hidden;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar td.ui-state-disabled {
padding: 0;
border: 0;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar td.ui-state-disabled .ui-state-default:hover {
background: #f5f5f5;
color: #666;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default {
cursor: pointer;
display: block;
outline: 0;
border: 0;
margin: 0;
width: 100%;
padding: 5px;
color: #666;
font-size: 12px;
line-height: 17px;
text-align: center;
background: #f5f5f5;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default:hover {
color: #fff;
background: var(--hb-primary, #ffb606);
} .hb-booking-room-details {
position: absolute;
left: 0;
margin-top: 10px;
visibility: hidden;
opacity: 0;
min-width: 430px;
padding: 20px;
background: #fff;
box-shadow: 0px 4px 15px 0px #E6DEDE;
z-index: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: alpha(opacity=0);
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.hb-booking-room-details.active {
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
filter: alpha(opacity=100);
visibility: visible;
z-index: 999;
}
.hb-booking-room-details .hb_search_room_pricing_price {
margin: 0;
}
.hb-booking-room-details .hb_search_room_item_detail_price_close {
background: var(--hb-heading, #111);
color: #fff;
width: 24px;
height: 24px;
text-align: center;
line-height: 24px;
position: absolute;
top: -25px;
right: 0;
cursor: pointer;
}
.hb-booking-room-details .hb_search_room_item_detail_price_close:hover {
background: var(--hb-primary, #ffb606);
}
.hb-booking-room-details table {
border: 0;
width: 100%;
}
.hb-booking-room-details table tr td {
padding: 0;
}
.hb-booking-room-details table tr td:first-child {
color: var(--hb-heading, #111);
}
.hb-booking-room-details table tr td.hb_search_item_total_description {
font-weight: 400;
color: #888;
padding-left: 20px;
}
.hb-booking-room-details table tr td.hb_search_item_price {
color: var(--hb-primary, #ffb606);
font-weight: 700;
}
.hb-booking-room-details table tbody tr td {
border: 0;
padding-bottom: 20px;
}
.hb-booking-room-details table tbody tr:last-child td {
padding-bottom: 20px;
}
.hb-booking-room-details table tfoot tr td {
padding-top: 20px;
border: 0;
border-top: 1px solid #eee;
}
.hb-booking-room-details table tfoot tr td.hb_search_item_total_bold {
font-weight: 700;
} .hotel_booking_mini_cart .hb_mini_cart_item {
position: relative;
border-bottom: 1px solid #eee;
padding-bottom: 20px;
overflow: hidden;
}
.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_top {
position: relative;
}
.hotel_booking_mini_cart .hb_mini_cart_item .hb_title {
margin-top: 23px;
font-size: 18px;
font-weight: 600;
color: var(--hb-heading, #111);
line-height: 30px;
}
.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_remove {
transition: all 0.3s;
position: absolute;
top: 2px;
right: 0;
color: #333;
width: 24px;
height: 24px;
line-height: 24px;
text-align: center;
background: transparent;
cursor: pointer;
}
.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_remove:hover {
background: var(--hb-primary, #ffb606);
color: #fff;
}
.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_number,
.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_price {
color: var(--hb-heading, #111);
line-height: 30px;
}
.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_number label,
.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_price label {
font-weight: 400;
font-size: 15px;
margin-right: 12px;
margin-bottom: 0;
}
.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_number span,
.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_price span {
font-weight: 700;
font-size: 15px;
color: var(--hb-heading, #111);
}
.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_price span {
color: var(--hb-primary, #ffb606);
}
.hotel_booking_mini_cart .hb_mini_cart_footer {
text-align: center;
margin-top: 30px;
}
.hotel_booking_mini_cart .hb_mini_cart_footer .hb_button {
color: #fff;
margin: 0 2px;
}
.hotel_booking_mini_cart .hb_mini_cart_empty {
text-align: center;
margin: 10px 0 0;
color: var(--hb-heading, #111);
} a,
button,
button[type="button"],
button[type="submit"],
input[type="submit"],
.bg-video-play,
.navigation .navbar-nav > li > span,
.hb_search_room_item_detail_price_close {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.hb_related_other_room .navigation span[class*="pe-"]:before,
.hb_room_carousel_container .navigation span[class*="pe-"]:before,
.hb_related_other_room .navigation span[class*="pe-"]:after,
.hb_room_carousel_container .navigation span[class*="pe-"]:after {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.thim-widget-icon-box .wrapper-box-icon.has_custom_image.box_shadow_icon .smicon-box .icon-images img {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
}
.thim-widget-icon-box .wrapper-box-icon.has_custom_image.box_shadow_icon .smicon-box:hover .icon-images img {
-webkit-transition: all 1s;
transition: all 1s;
-webkit-transform: scale(1.15, 1.15);
-ms-transform: scale(1.15, 1.15);
-o-transform: scale(1.15, 1.15);
transform: scale(1.15, 1.15);
}
@media (min-width: 1200px) {
.content-pusher.boxed-area {
max-width: 1200px;
overflow: hidden;
margin: 0 auto;
box-shadow: 0 0 32px rgba(0, 0, 0, 0.23);
}
.content-pusher.boxed-area .container {
padding-left: 55px;
padding-right: 55px;
}
.content-pusher.boxed-area .container.home-page,
.content-pusher.boxed-area .container.site-content {
background: #fff;
}
.content-pusher.boxed-area .thim-top-rev-slider {
position: relative;
}
.content-pusher.boxed-area .thim-top-rev-slider .tp-rightarrow {
right: 0;
left: auto !important;
}
.content-pusher.boxed-area .text-center .desc-icon-box {
padding-left: 15px;
padding-right: 15px;
}
.content-pusher.boxed-area .hb_room_carousel_container .item {
min-width: 280px;
min-height: 296px;
}
.content-pusher.boxed-area .hb_related_other_room .rooms li.hb_room {
min-width: 280px;
min-height: 296px;
max-width: 280px;
}
.content-pusher.boxed-area .newletter .mc4wp-form input[type="email"] {
width: 240px;
}
.content-pusher.boxed-area #sidebar .thim-widget-mini-cart-room .hb_mini_cart_footer .hb_button {
margin: 0;
padding: 10px 12px;
}
.container {
width: var(--hb-container-width, 1200px);
max-width: 100%;
}
.siteorigin-panels-stretch {
margin-left: -385px;
margin-right: -385px;
padding-left: 385px;
padding-right: 385px;
}
.siteorigin-panels-stretch.thim-fix-stretched {
padding-left: 0;
padding-right: 0;
}
.siteorigin-panels-stretch.thim-fix-stretched.thim-bg-image-cover {
background-repeat: no-repeat !important;
background-size: cover !important;
}
}
@media (max-width: 1240px) {
#hotel-booking-results .hb-search-results > .hb-room .hb-room-thumbnail {
margin-bottom: 30px;
}
}
@media (max-width: 1200px) {
.thim-widget-event .item-event .event-thumbnail {
display: none;
}
}
@media (max-width: 1024px) {
body .hb_room_carousel_container .item {
min-height: 258px;
min-width: 242px;
}
.text-center .desc-icon-box {
padding-left: 0;
padding-right: 0;
}
.thim-list-posts.sidebar .article-image {
margin-bottom: 10px;
}
.thim-list-posts.sidebar .article-title-wrapper {
clear: both;
}
#sidebar .hotel-booking-search {
padding-left: 30px;
padding-right: 30px;
}
#sidebar .hotel_booking_mini_cart .hb_mini_cart_footer .hb_button {
min-width: 100px;
margin-bottom: 10px;
}
#hotel-booking-cart table td,
#hotel-booking-payment table td {
padding: 10px 7px;
}
#hotel-booking-cart .hb_advance_payment .hb-align-right,
#hotel-booking-payment .hb_advance_payment .hb-align-right,
#hotel-booking-cart .hb_advance_grand_total .hb-align-right,
#hotel-booking-payment .hb_advance_grand_total .hb-align-right,
#hotel-booking-cart .hb_advance_tax .hb-align-right,
#hotel-booking-payment .hb_advance_tax .hb-align-right,
#hotel-booking-cart .hb_sub_total .hb-align-right,
#hotel-booking-payment .hb_sub_total .hb-align-right {
width: 128px;
}
#hotel-booking-cart td.hb_gross_total, #hotel-booking-payment td.hb_gross_total {
width: auto;
}
}
@media (min-width: 768px) and (max-width: 992px) {
.container {
width: 900px;
max-width: 100%;
}
body .hb_room_carousel_container .item {
min-height: 308px;
min-width: 300px;
}
.list-html-content {
margin-bottom: 50px;
}
.list-html-content .item-content {
padding-left: 0;
}
.list-html-content .col-sm-6:nth-child(2n) {
padding-right: 0;
padding-left: 45px;
}
.filter-restaurant .erm_product {
width: 100%;
}
#hotel-booking-cart table td,
#hotel-booking-payment table td {
padding: 10px 3px;
}
#hotel-booking-cart .hb_advance_payment .hb-align-right,
#hotel-booking-payment .hb_advance_payment .hb-align-right,
#hotel-booking-cart .hb_advance_grand_total .hb-align-right,
#hotel-booking-payment .hb_advance_grand_total .hb-align-right,
#hotel-booking-cart .hb_advance_tax .hb-align-right,
#hotel-booking-payment .hb_advance_tax .hb-align-right,
#hotel-booking-cart .hb_sub_total .hb-align-right,
#hotel-booking-payment .hb_sub_total .hb-align-right {
width: 124px;
}
}
@media (min-width: 781px) and (max-width: 900px) {
.thim-search-room .hotel-booking-search form {
padding: 30px 5px;
}
.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field {
padding: 0 5px;
}
.thim-search-room .hotel-booking-search form .hb-submit {
padding: 0 5px;
}
body .navbar-nav > li > a,
body .navbar-nav > li > span.disable_link,
body .navbar-nav > li > span:not(.icon-toggle) {
padding-right: 10px;
}
}
@media (max-width: 780px) {
.wpcf7-form {
margin-left: 0;
}
.rooms {
margin: 0;
}
.post-type-archive-hb_room .rooms.hb-catalog-column-4 > .hb_room {
width: 50%;
}
.counter-box {
margin: 0 auto;
}
#main,
#sidebar {
width: 100%;
float: left;
clear: both;
}
.blog .site-main.alignleft,
.archive .site-main.alignleft,
.single .site-main.alignleft {
padding-right: 15px;
padding-bottom: 60px;
}
.blog .site-main.alignright,
.archive .site-main.alignright,
.single .site-main.alignright {
padding-left: 15px;
padding-bottom: 60px;
}
#hotel-booking-cart,
#hotel-booking-payment {
padding-bottom: 60px;
}
#hotel-booking-cart table td,
#hotel-booking-payment table td {
padding: 10px 10px;
}
#hotel-booking-cart .hb_advance_payment .hb-align-right,
#hotel-booking-payment .hb_advance_payment .hb-align-right,
#hotel-booking-cart .hb_advance_grand_total .hb-align-right,
#hotel-booking-payment .hb_advance_grand_total .hb-align-right,
#hotel-booking-cart .hb_advance_tax .hb-align-right,
#hotel-booking-payment .hb_advance_tax .hb-align-right,
#hotel-booking-cart .hb_sub_total .hb-align-right,
#hotel-booking-payment .hb_sub_total .hb-align-right {
width: 125px;
}
#hotel-booking-cart .hb_capacity,
#hotel-booking-payment .hb_capacity {
display: table-cell;
}
#sidebar .thim-widget-mini-cart-room .hb_mini_cart_footer .hb_button {
padding: 10px 25px;
margin: 0 2px;
}
.thim-search-room .hotel-booking-search form .hb-form-table {
width: 100%;
float: none;
}
.thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field {
width: 100%;
max-width: none;
float: none;
margin-bottom: 20px;
}
.thim-search-room .hotel-booking-search form .hb-submit {
width: 100%;
float: none;
}
.thim-search-room .hotel-booking-search form .hb-submit button {
max-width: none;
width: 100%;
}
.site-main .hotel-booking-search {
padding-bottom: 60px;
}
.site-main .hotel-booking-search .hb-form-field,
.site-main .hotel-booking-search form button {
max-width: 100%;
}
.site-main .hotel-booking-search .hb-form-field-input {
display: block;
}
.thim-list-posts.sidebar .article-title-wrapper {
clear: right;
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-thumbnail {
float: none;
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-info {
width: 100%;
padding-left: 0;
}
}
@media (min-width: 768px) and (max-width: 780px) {
.navbar-nav > li > a,
.navbar-nav > li > span.disable_link {
padding-left: 15px;
padding-right: 15px;
}
.navigation .navbar-nav > li.current-menu-item > a:after,
.navigation .navbar-nav > li:hover > a:after,
.navigation .navbar-nav > li.current-menu-item > span:after,
.navigation .navbar-nav > li:hover > span:after {
left: 15px;
right: 15px;
}
.thim-our-service {
padding-left: 0;
margin-top: 60px;
}
body .hb_room_carousel_container .hb_room {
min-height: 272px;
min-width: 256px;
}
.thim-search-room .hotel-booking-search form {
padding-left: 0;
padding-right: 0;
}
.thim-search-room .hotel-booking-search form .hb-submit {
padding: 0 8px;
}
.site-main.alignleft {
float: left;
}
}
@media (min-width: 768px) {
.thim-border-grid .panel-grid-cell:first-child .panel-widget-style {
position: relative;
overflow: hidden;
padding-right: 30px;
}
.thim-border-grid .panel-grid-cell:first-child .panel-widget-style:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 1px;
background: #dce0e2;
}
.top_site_main .banner-wrapper {
position: absolute;
left: 0;
right: 0;
text-align: center;
top: 50%;
transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
display: inline-block;
}
}
@media (max-width: 767px) {
.width-navigation {
overflow: auto;
overflow-x: hidden;
}
.top-header .thim-social ul.social_link {
margin-left: -10px;
margin-right: 0;
}
.top_site_main img {
position: absolute;
height: 100%;
left: 0;
right: 0;
}
.top_site_main .page-title-wrapper {
position: static;
padding: 15px 0;
}
.top_site_main .page-title-wrapper .banner-description p {
margin-bottom: 0;
}
.list-html-content {
text-align: left;
position: relative;
padding-bottom: 0;
margin-bottom: 50px;
}
.list-html-content .line-center {
display: none;
}
.list-html-content .item-content {
padding: 10px 0;
}
.erm_menu_content.menu_content_two_column li.erm_product {
width: 100%;
}
.otw-wrapper .col-sm-3 {
margin-bottom: 25px;
}
.otw-wrapper .otw-button-wrap {
margin-bottom: 0;
}
.border-widget .panel-grid-cell {
width: 50% !important;
float: left !important;
margin-bottom: 30px;
}
.border-widget .panel-grid-cell:nth-child(1) {
padding-right: 15px !important;
}
.border-widget .panel-grid-cell:nth-child(2) {
padding-left: 15px !important;
}
.border-widget .panel-grid-cell:last-child {
margin-top: 25px !important;
width: 100% !important;
}
.border-widget .widget.so-panel {
min-height: inherit;
}
.wrapper-gallery-filter .fancybox {
display: inline-block;
margin-bottom: 10px;
}
.top-header {
padding-top: 10px;
}
.top-header aside {
display: block;
margin-left: 15px;
padding: 5px 0 2px;
border-bottom: 0 !important;
}
.footer aside {
padding-bottom: 10px;
}
footer#colophon .footer aside {
margin-bottom: 25px;
padding-left: 0;
padding-right: 0;
margin-left: 15px;
margin-right: 15px;
}
.footer aside:first-child {
padding-bottom: 5px;
}
.footer aside:last-child {
padding-bottom: 0;
}
.footer .newletter {
display: block;
text-align: left;
}
.thim-list-posts.sidebar .article-title-wrapper {
clear: initial;
}
.list-html-content .col-sm-6 {
clear: both;
}
.list-html-content .item-content .desc-list {
float: none;
max-width: none;
}
.thim-widget-gallery .wrapper-gallery-filter .col-sm-4 {
width: 50%;
}
.widget_shopping_cart .widget_shopping_cart_content {
min-width: 200px;
width: 200px;
}
.hb-booking-room-details {
left: auto;
right: 10px;
}
}
@media (max-width: 667px) {
body .hb_room_carousel_container .hb_room {
min-height: 349px;
min-width: 333px;
}
.thim-sailing-hotel .width50 {
width: 100%;
}
.thim-sailing-hotel .width50:first-child {
margin-bottom: 30px;
}
}
@media (max-width: 600px) {
.top_site_main {
height: auto;
}
.thim-widget-event .item-event {
display: block;
}
.thim-widget-event .item-event .event-thumbnail,
.thim-widget-event .item-event .content-item,
.thim-widget-event .item-event .content-right {
display: block;
width: 100%;
overflow: hidden;
}
.thim-widget-tab-restaurant-menu .nav-menu-tabs li a span.box > span {
display: none;
}
.woocommerce-page div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page div.product div.summary,
.woocommerce div.product div.summary {
width: 100% !important;
}
.erm_menu_content.layout-default .erm_product.with_image a.image-popup {
width: 60px;
}
.erm_menu_content.layout-default .erm_product.with_image .item-left,
.erm_menu_content.layout-default .erm_product.with_image .erm_product_price {
width: 100%;
display: block;
padding-left: 15px;
}
.erm_menu_content.layout-default .erm_product.with_image .erm_product_price {
margin-top: 0;
padding: 0 15px 15px;
}
.erm_menu_content.layout-default .erm_product.with_image .erm_product_price li {
display: inline-block;
margin-right: 7px;
}
}
@media (max-width: 480px) {
.top_site_main .page-title-wrapper {
padding: 45px 0 15px;
}
.newletter .mc4wp-form input[type="email"] {
width: 220px;
}
.product-grid .col-sm-6 {
width: 100%;
}
.product-grid .product_thumb {
display: block;
text-align: center;
}
.border-widget .panel-grid-cell {
width: 100% !important;
float: none !important;
margin-bottom: 30px !important;
}
.border-widget .panel-grid-cell:nth-child(1) {
padding-right: 0 !important;
}
.border-widget .panel-grid-cell:nth-child(2) {
padding-left: 0 !important;
}
body .hb_room_carousel_container .hb_room {
min-height: 256px;
min-width: 240px;
}
.woocommerce-cart table.cart .product-thumbnail {
display: none;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
width: 100%;
float: none;
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-info {
clear: both;
margin-left: 0;
}
.hb_single_room .price {
margin: 10px 0 20px;
float: none;
clear: both;
}
.hb_single_room table.hb_room_pricing_plans {
max-width: 99vw;
overflow: hidden;
margin-top: 10px;
}
.hb_single_room table.hb_room_pricing_plans tr td {
padding: 5px 0;
font-size: 13px;
}
.hb_single_room table.hb_room_pricing_plans tr th {
padding: 5px 0;
font-size: 13px;
}
}
@media (max-width: 360px) {
.woocommerce-cart table.cart .product-price {
display: none;
}
.woocommerce-cart table.cart td.actions input {
margin-top: 10px;
}
#hotel-booking-cart table td.hb_gross_total,
#hotel-booking-payment table td.hb_gross_total {
min-width: 100px;
width: 100px;
}
#hotel-booking-cart .hb_night,
#hotel-booking-payment .hb_night {
display: none;
}
#hotel-booking-cart .hb_advance_payment .hb-align-right,
#hotel-booking-payment .hb_advance_payment .hb-align-right,
#hotel-booking-cart .hb_advance_grand_total .hb-align-right,
#hotel-booking-payment .hb_advance_grand_total .hb-align-right,
#hotel-booking-cart .hb_advance_tax .hb-align-right,
#hotel-booking-payment .hb_advance_tax .hb-align-right,
#hotel-booking-cart .hb_sub_total .hb-align-right,
#hotel-booking-payment .hb_sub_total .hb-align-right {
width: 90px;
}
.hb-booking-room-details {
min-width: inherit;
max-width: 100%;
right: 0;
padding: 5px 10px;
}
.rooms {
margin: 0;
}
.post-type-archive-hb_room .rooms.hb-catalog-column-4 > .hb_room {
width: 100%;
}
}
@media (max-width: 320px) {
.width-navigation {
overflow: auto;
left: -260px;
}
.width-navigation .inner-navigation {
width: 260px;
}
.mobile-menu-open .content-pusher {
left: 260px;
}
.woocommerce-cart table.cart .product-remove {
display: none;
}
#hotel-booking-cart table td.hb_gross_total,
#hotel-booking-payment table td.hb_gross_total {
min-width: 80px;
width: 80px;
}
#hotel-booking-cart .hb_advance_payment .hb-align-right,
#hotel-booking-payment .hb_advance_payment .hb-align-right,
#hotel-booking-cart .hb_advance_grand_total .hb-align-right,
#hotel-booking-payment .hb_advance_grand_total .hb-align-right,
#hotel-booking-cart .hb_advance_tax .hb-align-right,
#hotel-booking-payment .hb_advance_tax .hb-align-right,
#hotel-booking-cart .hb_sub_total .hb-align-right,
#hotel-booking-payment .hb_sub_total .hb-align-right {
width: 70px;
}
#hotel-booking-cart button#hb-apply-coupon,
#hotel-booking-payment button#hb-apply-coupon {
margin-left: 0;
}
#hotel-booking-cart .hb_button.hb_checkout,
#hotel-booking-payment .hb_button.hb_checkout,
#hotel-booking-cart .hb_button.update,
#hotel-booking-payment .hb_button.update {
margin-bottom: 10px;
}
#sidebar .hotel_booking_mini_cart .hb_mini_cart_footer .hb_button {
min-width: 120px;
margin-bottom: 10px;
}
}
@media (max-width: 240px) {
.width-navigation {
left: -200px;
}
.width-navigation .inner-navigation {
width: 200px;
}
.mobile-menu-open .content-pusher {
left: 200px;
}
.woocommerce-cart table.cart .product-quantity {
display: none;
}
#hotel-booking-cart table .hb_quantity,
#hotel-booking-payment table .hb_quantity {
display: none;
}
#hotel-booking-cart .hb_button.hb_checkout,
#hotel-booking-payment .hb_button.hb_checkout,
#hotel-booking-cart .hb_button.update,
#hotel-booking-payment .hb_button.update {
margin-left: 0;
}
.thim-list-posts.sidebar .article-title-wrapper {
clear: both;
}
}
.lds-ring {
position: relative;
width: 10px;
height: 10px;
}
.lds-ring span {
box-sizing: border-box;
display: block;
position: absolute;
width: 25px;
height: 25px;
border: 6px solid #fff;
border-radius: 50%;
animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: #fff transparent transparent transparent;
}
.lds-ring span:nth-child(1) {
animation-delay: -0.45s;
}
.lds-ring span:nth-child(2) {
animation-delay: -0.3s;
}
.lds-ring span:nth-child(3) {
animation-delay: -0.15s;
}
@keyframes lds-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .wphb-skeleton-animation {
margin: 0;
padding: 0;
list-style: none;
}
.wphb-skeleton-animation > li {
width: 100%;
height: 16px;
margin-top: 15px;
border-radius: 2px;
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
background-size: 400% 100%;
list-style: none;
animation: wphb-skeleton-loading 1.4s ease infinite;
}
@keyframes wphb-skeleton-loading {
0% {
background-position: 100% 50%;
}
to {
background-position: 0 50%;
}
}  @keyframes wphb-rotating {
from {
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-o-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
-moz-transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
@-webkit-keyframes wphb-rotating {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
button.wphb_loading::before {
display: inline-block;
font-family: 'FontAwesome';
font-weight: 900;
content: "\f110";
margin-right: 10px;
font-size: 17px;
-webkit-animation: wphb-rotating 1s linear infinite;
-moz-animation: wphb-rotating 1s linear infinite;
animation: wphb-rotating 1s linear infinite;
}  ._hb_room_ {
margin: 20px 0;
}
._hb_room_faqs ._hb_room_faqs__detail {
padding: 14px 0;
border-bottom: 1px solid #ccc;
cursor: pointer;
}
._hb_room_faqs ._hb_room_faqs__detail:last-child {
border-bottom: unset;
}
._hb_room_faqs__detail.toggled  ._hb_room_rule_title::after {
content: "-";
}
._hb_room_faqs__detail.toggled ._hb_room_rule_content  {
display: block;
margin-top: 16px;
line-height: 1.6;
}
._hb_room_faqs__detail ._hb_room_rule_title {
margin: 0;
position: relative;
font-size: 18px;
font-weight: 600;
}
._hb_room_faqs__detail ._hb_room_rule_title::after {
content: "+";
position: absolute;
right: 0;
font-size: 22px;
line-height: 1;
}
._hb_room_rule_content {
display: none;
}  @media (max-width: 900px) {
.hb-booking-room-details {
min-width: unset;
}
#hotel-booking-cart,
#hotel-booking-payment {
overflow-x: auto;
}
}
@media (max-width: 768px) {
.rooms > .hb_room {
width: 50% !important;
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-thumbnail img {
max-width: unset;
width: 100%;
}
#hotel-booking-results .hb-search-results > .hb-room .hb-room-thumbnail {
width: 100%;
}
.hotel-booking-search {
padding: 10px;
}
#hotel_booking_room_hidden {
max-width: 550px;
}
.hb-booking-room-form-head h2 {
font-size: 26px;
}
.hb-booking-room-form-head p {
font-size: 16px;
}
.hb-search-results-form-container .hb-booking-room-form-group input,
.hb-search-results-form-container .hb-booking-room-form-group button {
min-width: unset;
}
}
@media (max-width: 540px) {
.hb-search-results-form-container .hb-booking-room-form-group {
width: 100%;
margin-left: 0;
margin-bottom: 15px;
}
.hb-search-results-form-container .hb-booking-room-form-group input {
width: 100%;
}
#hotel_booking_room_hidden .hb_button {
width: 100%;
}
#hotel_booking_room_hidden .hb-booking-room-form-footer .hb_button {
margin-bottom: 10px;
text-align: center;
padding: 5px 0;
}
#hotel_booking_room_hidden {
min-width: unset;
}
.rooms.tp-hotel-booking .hb_room {
width: 100%;
}
}
@media (max-width: 480px) {
.rooms > .hb_room {
width: 100% !important;
}
body.single .hb_button {
padding: 6px 15px;
line-height: 30px;
min-height: 30px;
font-size: 15px;
}
.hb-order-new-customer .hb-form-table.col-2 {
width: 100%;
}
.hb_single_room .title h1 {
font-size: 27px;
}
#hotel-booking-payment .hb-col-padding {
padding: 0;
}
} #booking-items table.booking_item_table {
width: 100%;
}
.hb-search-results .hb-room .hb-room-content {
display: flex;
flex-wrap: wrap;
}
#hotel-booking-cart,
#hotel-booking-payment {
width: 100%;
margin: 0;
max-width: 100%;
}
#hotel-booking-search-filter h3 {
margin: 0 0 20px 0;
}
#hotel-booking-search-filter .clear-filter button {
position: relative;
border: 1px solid #cccccc;
border-radius: 3px;
padding: 11px 20px;
font-size: var(--hb-font-size-base, 16px);
color: #111;
line-height: 1.5;
text-transform: capitalize;
background-color: transparent;
}
button.apply {
font-size: 14px;
font-weight: 600;
padding: 5px 20px;
}
.hb-price-field, .hb-rating-field, .hb-type-field {
margin-top: 30px;
}
ul.rating-list, ul.room-type-list {
margin: 10px 0 0 0;
list-style: none;
padding: 0;
}
ul.rating-list li, ul.room-type-list li {
margin: 0;
padding: 5px 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
font-size: medium;
}
ul.rating-list li label, ul.room-type-list li label {
margin-bottom: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
font-size: medium;
}
ul.rating-list li label span, ul.room-type-list li label span {
margin-left: 8px;
}
ul.rating-list li label span, ul.room-type-list li a {
color: inherit;
} div.sort-by-wrapper, .sort-by-wrapper .sort-by {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
.sort-by-wrapper {
margin-bottom: 30px;
padding: 0 15px;
}
.sort-by-wrapper .sort-by__label {
margin-right: 10px;
}
.sort-by-wrapper .select {
position: relative;
}
.sort-by-wrapper .toggle {
min-width: 200px;
font-weight: 600;
font-size: 13px;
line-height: 1.2;
color: var(--hb-heading, #111);
border: 1px solid #CED4DA;
border-radius: 4px;
padding: 12px;
position: relative;
opacity: 1;
box-shadow: none !important;
height: auto;
cursor: pointer;
}
.sort-by-wrapper .toggle:after {
position: absolute;
content: " ";
width: 100%;
height: 100%;
top: 16px;
right: -93%;
background: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iYmkgYmktY2hldnJvbi1kb3duIGN1cnNvci1wb2ludGVyIiBmaWxsPSIjMDAwIiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgMTYgMTYiIHdpZHRoPSIxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgICAgPHBhdGggZD0iTTEuNjQ2IDQuNjQ2YS41LjUgMCAwIDEgLjcwOCAwTDggMTAuMjkzbDUuNjQ2LTUuNjQ3YS41LjUgMCAwIDEgLjcwOC43MDhsLTYgNmEuNS41IDAgMCAxLS43MDggMGwtNi02YS41LjUgMCAwIDEgMC0uNzA4eiIgZmlsbC1ydWxlPSJldmVub2RkIj48L3BhdGg+CiAgICA8L3N2Zz4=) no-repeat;
}
.sort-by-wrapper ul {
display: none;
position: absolute;
background: #fff;
border-radius: 10px;
list-style: none;
z-index: 999;
min-width: 200px;
margin: 0;
padding: 12px;
}
.sort-by-wrapper ul li {
margin: 0;
padding: 0;
}
.sort-by-wrapper .select:hover ul {
display: block;
}
.sort-by-wrapper li.active, .sort-by-wrapper li:hover {
background: #3789FF;
color: #fff;
}
.sort-by-wrapper li:hover {
cursor: pointer;
} .room-container {
margin: 0 auto;
}
.__hb_room_facility__attr {
display: flex;
align-items: center;
}
.__hb_room_facility__attr .facility_attr {
flex-basis: 25%;
display: flex;
align-items: center;
}
.facility_attr__icon {
margin-right: 4px;
}
.facility_attr__icon img {
display: block;
width: 16px;
height: 16px;
object-fit: cover;
} #hb-room-review-form-popup .bg-overlay {
background: rgba(17, 17, 17, 0.8);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
display: none;
}
#hb-room-review-form-popup .bg-overlay.active {
display: block;
}
#hb-room-submit-review-form {
position: fixed;
top: 50%;
transform: translateY(-50%);
max-height: 85vh;
max-width: 600px;
margin: 0 auto;
left: 15px;
right: 15px;
width: 100%;
z-index: 9999;
background: white;
border-radius: 10px;
padding: 20px;
overflow: auto;
display: none;
}
@media (max-width: 767px) {
#hb-room-submit-review-form {
left: 0;
right: 0;
border-radius: 0;
}
}
#hb-room-submit-review-form h3 {
margin: 0;
}
#hb-room-submit-review-form.active {
display: block;
}
#hb-room-submit-review-form header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
#hb-room-submit-review-form header .close-form-btn {
width: 20px;
height: 20px;
cursor: pointer;
}
#hb-room-submit-review-form main .field {
margin-bottom: 24px;
}
#hb-room-submit-review-form label {
display: block;
margin-bottom: 8px;
font-weight: 600;
font-size: 1em;
color: #000;
}
#hb-room-submit-review-form .review-rating label {
font-weight: 600;
font-size: 1em;
color: #000;
}
#hb-room-submit-review-form main .field input {
width: 100%
}
#hb-room-submit-review-form .field.review-rating a {
text-decoration: none;
}
#hb-room-submit-review-form textarea#review-content,
#hb-room-submit-review-form main .field input {
resize: none;
background: #f2f4f4;
border: 0;
border-radius: 8px;
padding: 12px;
width: 100%;
}
#hb-room-submit-review-form .rating-star a {
position: relative;
height: 1em;
width: 1em;
text-indent: -999em;
display: inline-block;
text-decoration: none;
box-shadow: none;
font-size: 1.8em;
color: #FC961B;
}
#hb-room-submit-review-form .rating-star a:before {
display: block;
position: absolute;
top: 0;
left: 0;
width: 1em;
height: 1em;
line-height: 1;
font-family: WooCommerce;
content: "\e021";
text-indent: 0;
}
#hb-room-submit-review-form .hb-room-gallery-review {
margin-bottom: 24px;
}
#hb-room-submit-review-form footer .submit button {
width: 100%;
padding: 16px;
background: #01aa90;
border-radius: 200px;
color: #fff;
border: 0;
}
#hb-room-submit-review-form footer .submit button:hover {
opacity: 0.9;
}
#hb-room-submit-review-form .rating-star.selected a.rating-star-item:not(.selected)::before {
content: "\e020";
}
#hb-room-submit-review-form .rating-star.selected a.rating-star-item.selected::before {
content: "\e020";
}
#hb-room-submit-review-form .rating-star.selected a.rating-star-item.selected ~ a::before {
content: "\e021";
}
#hb-room-submit-review-form .rating-star.active a.rating-star-item:not(.active)::before {
content: "\e020";
}
#hb-room-submit-review-form .rating-star.active a.rating-star-item.active::before {
content: "\e020";
}
#hb-room-submit-review-form .rating-star.active a.rating-star-item.active ~ a::before {
content: "\e021";
}
#hb-room-submit-review-form label.upload-images {
width: 96px;
height: 96px;
position: relative;
cursor: pointer;
border: 1.5px dashed;
border-radius: 8px;
text-align: center;
vertical-align: middle;
display: grid !important;
align-items: center;
justify-content: center;
}
#hb-room-submit-review-form label.upload-images::before {
position: absolute;
display: contents;
content: "+";
top: 0;
left: 0;
right: 0;
font-size: 32px;
bottom: 0;
color: #000;
}
#hb-room-submit-review-form label.upload-images:hover {
background: #E8EDF1;
}
.upload-images span {
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: none;
}
.upload-images input, #hb-room-review-image {
display: none;
}
.preview-item {
width: 100px;
height: 100px;
display: inline-block;
margin: 10px 10px 10px 0;
}
.preview-item img {
width: 100%;
height: 100%;
}
#hb-room-submit-review-form p.notice.failed {
color: red;
}
#hb-room-submit-review-form p.notice.success {
color: green;
}
#hb-room-submit-review-form footer {
position: relative;
}
#hb-room-submit-review-form span.hb-room-spinner {
position: relative;
display: inline-block;
background-color: #23282d;
opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
visibility: hidden;
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
#hb-room-submit-review-form span.hb-room-spinner:before {
content: '';
position: absolute;
background-color: #fbfbfc;
top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
#hb-room-submit-review-form span.hb-room-spinner.active {
visibility: visible;
} .hb-room-review-images {
margin: 20px 0 0;
padding: 0;
display: flex;
gap: 10px;
flex-wrap: wrap;
border: none;
border-color: transparent;
}
ul.hb-room-review-images li {
display: inline-flex;
margin: 0;
padding: 0;
}
ul.hb-room-review-images img {
width: 120px;
height: 120px;
object-fit: cover;
border-radius: 8px;
box-shadow: none;
}
.review-top-section .header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.review-top-section .header button {
display: inline-flex;
align-items: center;
gap: 5px;
padding: 12px 20px;
border-radius: 3px;
border: 1px solid;
text-decoration: none;
background-color: transparent;
font-size: var(--hb-font-size-base, 16px);
color: var(--hb-heading, #111);
font-weight: 600;
line-height: 1.2;
text-transform: none;
}
.review-top-section .header button svg{
width: 20px;
display: none;
}
.review-top-section .header .title {
margin: 0;
}
.review-top-section .review-average-rating {
display: flex;
align-items: center;
}
.review-top-section .review-average-rating .average-rating {
font-size: 40px;
font-weight: bold;
}
.review-top-section .review-average-rating .rating {
margin-left: 10px;
}
.review-top-section .rating .star-rating {
margin-bottom: 0;
}
.review-top-section .statistic {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 20px;
gap: 20px;
}
.review-top-section .statistic .review-count {
margin-top: 10px;
}
.review-top-section .statistic-detail-item {
margin: 2px 0;
display: flex;
justify-content: space-between;
align-items: center;
}
.review-top-section .rating-label {
min-width: 60px;
margin-right: 10px;
}
.review-top-section .statistic-detail {
overflow-x: auto;
}
.statistic-detail-item .full-width {
width: 400px !important;
margin-right: 20px;
}
.statistic-detail-item .progress {
height: 8px;
background: #E8EDF1;
border-radius: 200px;
overflow: hidden;
margin-bottom: 0;
}
.statistic-detail-item .progress-bar {
height: 100%;
background: var(--hb-heading, #111);
}
.hb-room-commentlist-sort-filter {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
gap: 20px;
}
.hb-room-commentlist-sort-filter .gallery-filter a {
padding: 10px;
border-radius: 200px;
border: solid 2px;
text-decoration: none;
}
.hb-room-commentlist-sort-filter .gallery-filter a.active {
color: white;
background: #01AA90;
}
.sort-by {
display: flex;
align-items: center;
}
.sort-by .label {
margin-right: 10px;
}
.hb-room-commentlist-sort-filter .option {
position: relative;
}
.hb-room-commentlist-sort-filter .option .toggle {
padding: 12px 16px;
border-radius: 8px;
background: #f2f4f4;
cursor: pointer;
font-weight: 600;
width: auto;
}
.hb-room-commentlist-sort-filter .option .toggle svg {
margin-left: 12px;
display: inline-block;
}
.hb-room-commentlist-sort-filter #hb-room-sort-by {
margin: 0;
border-bottom: 0;
display: none;
text-wrap: nowrap;
position: absolute;
top: 60px;
right: 0;
transition: all 2s ease-in;
background: #ffff;
padding: 20px;
border-radius: 6px;
z-index: 999;
border: 1px solid #eee;
}
.hb-room-commentlist-sort-filter #hb-room-sort-by.is-open {
display: block;
}
.hb-room-commentlist-sort-filter ul#hb-room-sort-by li {
list-style-type: none;
display: block;
margin: 0;
padding: 0;
}
.hb-room-commentlist-sort-filter ul#hb-room-sort-by li:hover a {
color: #01AA90;
}
.hb-room-commentlist-sort-filter ul#hb-room-sort-by li a {
display: inline-block;
width: 100%;
height: 100%;
font-weight: normal;
padding: 0;
text-decoration: none;
} .wphb-icon.hide {
display: none;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.wphb-icon.loading {
display: inline-block;
animation: spin 1s linear infinite;
}
.flatpickr-calendar:after, .flatpickr-calendar:before {
content: none !important;
}
body.tingle-enabled {
top: 0 !important;
}*{box-sizing:inherit}@media (max-width:767px){html{overflow-x:hidden}}body.wp-hotel-booking-page{}body.wp-hotel-booking-page:not(.tp-themes-premium){--hb-primary:#E64B50;--hb-light:#FDE3E3;--wp--style--global--content-size:1200px;font-size:var(--hb-font-size-base,16px);background-color:#fff;box-sizing:border-box}@media (max-width:767px){body.wp-hotel-booking-page:not(.tp-themes-premium){overflow-x:hidden}}@font-face {font-family:"WooCommerce";src:url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/fonts/WooCommerce.woff2) format("woff2")}@media (max-width:1200px){body.wp-hotel-booking-page:not(.tp-themes-premium){padding-left:15px;padding-right:15px}}body.wp-hotel-booking-page:not(.tp-themes-premium).ast-single-post .entry-content a{text-decoration:none}body.wp-hotel-booking-page:not(.tp-themes-premium) h1{font-size:48px}body.wp-hotel-booking-page:not(.tp-themes-premium) h2{font-size:36px}body.wp-hotel-booking-page:not(.tp-themes-premium) h3{font-size:30px}body.wp-hotel-booking-page:not(.tp-themes-premium) h4{font-size:20px}body.wp-hotel-booking-page:not(.tp-themes-premium) h5{font-size:18px}body.wp-hotel-booking-page:not(.tp-themes-premium) h6{font-size:var(--hb-font-size-base,16px)}body.wp-hotel-booking-page:not(.tp-themes-premium) h1,body.wp-hotel-booking-page:not(.tp-themes-premium) h2{font-weight:bold;outline:none}body.wp-hotel-booking-page:not(.tp-themes-premium) h1 a,body.wp-hotel-booking-page:not(.tp-themes-premium) h2 a{outline:none}body.wp-hotel-booking-page:not(.tp-themes-premium) h3,body.wp-hotel-booking-page:not(.tp-themes-premium) h4,body.wp-hotel-booking-page:not(.tp-themes-premium) h5,body.wp-hotel-booking-page:not(.tp-themes-premium) h6,body.wp-hotel-booking-page:not(.tp-themes-premium) .title{font-weight:600;outline:none}body.wp-hotel-booking-page:not(.tp-themes-premium) h3 a,body.wp-hotel-booking-page:not(.tp-themes-premium) h4 a,body.wp-hotel-booking-page:not(.tp-themes-premium) h5 a,body.wp-hotel-booking-page:not(.tp-themes-premium) h6 a,body.wp-hotel-booking-page:not(.tp-themes-premium) .title a{outline:none}body.wp-hotel-booking-page:not(.tp-themes-premium) p{line-height:1.75}body.wp-hotel-booking-page:not(.tp-themes-premium) a{text-decoration:none}body.wp-hotel-booking-page:not(.tp-themes-premium) a:focus{outline:none;border:none}body.wp-hotel-booking-page:not(.tp-themes-premium) button,body.wp-hotel-booking-page:not(.tp-themes-premium) button[type=button],body.wp-hotel-booking-page:not(.tp-themes-premium) button[type=submit],body.wp-hotel-booking-page:not(.tp-themes-premium) input[type=submit]{cursor:pointer}body.wp-hotel-booking-page:not(.tp-themes-premium) button:focus,body.wp-hotel-booking-page:not(.tp-themes-premium) button[type=button]:focus,body.wp-hotel-booking-page:not(.tp-themes-premium) button[type=submit]:focus,body.wp-hotel-booking-page:not(.tp-themes-premium) input[type=submit]:focus{outline:none;border:none}body.wp-hotel-booking-page:not(.tp-themes-premium) input,body.wp-hotel-booking-page:not(.tp-themes-premium) textarea{box-sizing:border-box}body.wp-hotel-booking-page:not(.tp-themes-premium) input,body.wp-hotel-booking-page:not(.tp-themes-premium) select,body.wp-hotel-booking-page:not(.tp-themes-premium) button{font-size:var(--hb-font-size-base,16px)}body.wp-hotel-booking-page:not(.tp-themes-premium) button:not(:hover):not(:active):not(.has-background){background-color:var(--hb-primary,#ffb606)}body.wp-hotel-booking-page:not(.tp-themes-premium) button:not(:hover):not(:active):not(.has-text-color){color:#fff}body.wp-hotel-booking-page:not(.tp-themes-premium) .hb_button{display:inline-block;padding:12px 24px;width:auto;border:0;border-radius:3px;background:var(--hb-primary,#ffb606);color:#fff;font-weight:600;line-height:1.5;text-transform:capitalize}body.wp-hotel-booking-page:not(.tp-themes-premium) .hb_button:hover{background:var(--hb-heading,#111);color:#fff;text-decoration:none}body.wp-hotel-booking-page:not(.tp-themes-premium) .hb_button:focus{outline:none}body.wp-hotel-booking-page:not(.tp-themes-premium) .room-container{margin-top:50px;display:flex;gap:20px;max-width:var(--hb-container-width,1200px)}@media (max-width:1200px){body.wp-hotel-booking-page:not(.tp-themes-premium) .room-container{flex-direction:column}}body.wp-hotel-booking-page:not(.tp-themes-premium) .room-container .hotel-booking-search-filter{min-width:24%}body.wp-hotel-booking-page:not(.tp-themes-premium) .room-container .room-content{width:100%}@media (min-width:700px){body.wp-hotel-booking-page:not(.tp-themes-premium) .entry-content{font-size:var(--hb-font-size-base,16px)}}body.wp-hotel-booking-page:not(.tp-themes-premium) .entry-content .room-container{max-width:var(--hb-container-width,1200px)}body.wp-hotel-booking-page:not(.tp-themes-premium) .entry-content .hotel-booking-search .hb-form-table{max-width:455px}body.wp-hotel-booking-page:not(.tp-themes-premium) .entry-content .hotel-booking-search .hb-form-table .hb_input_field:after{right:14px}body.wp-hotel-booking-page:not(.tp-themes-premium) .entry-content .hotel-booking-search .hb-submit button{width:auto}body.wp-hotel-booking-page:not(.tp-themes-premium) .entry-content .hotel-booking-search,body.wp-hotel-booking-page:not(.tp-themes-premium) .entry-content .hotel-booking-search-filter{width:auto;max-width:var(--hb-container-width,1200px)}body.wp-hotel-booking-page:not(.tp-themes-premium) .entry-content .hotel-booking-search-filter h3{font-size:20px}body.wp-hotel-booking-page:not(.tp-themes-premium) .entry-content .hotel-booking-search-filter h4,body.wp-hotel-booking-page:not(.tp-themes-premium) .entry-content .hotel-booking-search-filter .title{margin:0 0 8px 0;font-size:18px}body.wp-hotel-booking-page:not(.tp-themes-premium) .entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide){width:auto;max-width:var(--hb-container-width,1200px)}body.wp-hotel-booking-page:not(.tp-themes-premium) .hb_single_room{margin-top:40px}body.wp-hotel-booking-page:not(.tp-themes-premium) .hb_single_room>a:last-child{display:none}body.wp-hotel-booking-page:not(.tp-themes-premium) .hb_single_room .room-single-top{display:flex;justify-content:space-between;flex-wrap:wrap;column-gap:20px}body.wp-hotel-booking-page:not(.tp-themes-premium) .hb_single_room .room-single-top .price{margin-bottom:20px;float:none}body.wp-hotel-booking-page:not(.tp-themes-premium) .hb_related_other_room .navigation>div{border:1px solid #6D6D6D}body.wp-hotel-booking-page:not(.tp-themes-premium) .hb_single_room_tabs_content h1,body.wp-hotel-booking-page:not(.tp-themes-premium) .hb_single_room_tabs_content h2,body.wp-hotel-booking-page:not(.tp-themes-premium) .hb_single_room_tabs_content h3,body.wp-hotel-booking-page:not(.tp-themes-premium) .hb_single_room_tabs_content h4,body.wp-hotel-booking-page:not(.tp-themes-premium) .hb_single_room_tabs_content h5,body.wp-hotel-booking-page:not(.tp-themes-premium) .hb_single_room_tabs_content h6{margin:20px 0 12px 0}body.wp-hotel-booking-page:not(.tp-themes-premium) .hb_single_room_tabs_content #hb_room_facilities ._hb_room_facility{display:flex;flex-direction:column;gap:30px}body.wp-hotel-booking-page:not(.tp-themes-premium) .hb_single_room_tabs_content #hb_room_facilities ._hb_room_facility .__hb_room_facility__label{font-size:18px}body.wp-hotel-booking-page:not(.tp-themes-premium) .hb-form-field label{margin-bottom:5px;font-size:14px;line-height:1;color:#5D5D5D}body.wp-hotel-booking-page:not(.tp-themes-premium) #hotel-booking-cart,body.wp-hotel-booking-page:not(.tp-themes-premium) #hotel-booking-payment{margin-left:auto;margin-right:auto;max-width:var(--hb-container-width,1200px)}body.wp-hotel-booking-page:not(.tp-themes-premium) .hb-search-results .hb-room .hb-room-content{column-gap:30px}body.wp-hotel-booking-page:not(.tp-themes-premium) #hotel-booking-search-filter{padding:0 15px 15px 15px}body.wp-hotel-booking-page:not(.tp-themes-premium) #hotel-booking-search-filter .clear-filter button{border-color:var(--hb-heading,#111)}body.wp-hotel-booking-page:not(.tp-themes-premium) #hotel-booking-search-filter .clear-filter button:hover{text-decoration:none}body.wp-hotel-booking-page:not(.tp-themes-premium) .hotel-booking-search form#hb-form-search-page{min-width:25%}body.wp-hotel-booking-page:not(.tp-themes-premium) .hotel-booking-search form#hb-form-search-page h3{margin-top:12px}body.wp-hotel-booking-page:not(.tp-themes-premium) .hotel-booking-search #hotel-booking-results{margin-top:20px;width:100%}body.wp-hotel-booking-page:not(.tp-themes-premium) .hotel-booking-search #hotel-booking-results .hb-room-thumbnail img{border-radius:8px}body.wp-hotel-booking-page:not(.tp-themes-premium) .hotel-booking-search #hotel-booking-results .hb_search_price{margin-bottom:24px}body.wp-hotel-booking-page:not(.tp-themes-premium) .hotel-booking-search #hotel-booking-results .hb_search_price .hb_view_price{margin-top:12px;display:block}body.wp-hotel-booking-page:not(.tp-themes-premium) .hotel-booking-search #hotel-booking-results .hb_search_price .hb_view_price .hb-view-booking-room-details{font-size:14px;text-decoration:underline}body.wp-hotel-booking-page:not(.tp-themes-premium) .hotel-booking-search #hotel-booking-results .hb_search_price .hb_view_price .hb-view-booking-room-details:hover{color:var(--hb-primary,#ffb606)}body.wp-hotel-booking-page:not(.tp-themes-premium) .hotel-booking-search #hotel-booking-results .hb_add_to_cart{color:var(--hb-primary,#ffb606);background:var(--hb-light,#FDE3E3);text-transform:capitalize}body.wp-hotel-booking-page:not(.tp-themes-premium) .tingle-modal-box{background:transparent}body.wp-hotel-booking-page:not(.tp-themes-premium) .tingle-modal-box #hotel_booking_room_hidden{padding:30px}body.wp-hotel-booking-page:not(.tp-themes-premium) .tingle-modal-box .hb-search-results-form-container{column-gap:20px}body.wp-hotel-booking-page:not(.tp-themes-premium) .tingle-modal-box .hb-booking-room-form-field{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;column-gap:20px;row-gap:8px;width:100%}body.wp-hotel-booking-page:not(.tp-themes-premium) .tingle-modal-box .hb-booking-room-form-field:has(.wphb-max-qty){margin-bottom:20px}body.wp-hotel-booking-page:not(.tp-themes-premium) .tingle-modal-box .hb-booking-room-form-field label{font-size:18px;font-weight:500}body.wp-hotel-booking-page:not(.tp-themes-premium) .tingle-modal-box iframe{width:100%;min-height:360px}body.wp-hotel-booking-page:not(.tp-themes-premium) .rooms .hb_room .media{margin-bottom:20px}body.wp-hotel-booking-page:not(.tp-themes-premium) .rooms .hb_room .media img{border-radius:8px;box-shadow:none}body.wp-hotel-booking-page:not(.tp-themes-premium) .rooms-pagination ul.page-numbers{margin-left:15px;margin-right:15px;text-align:initial}body.wp-hotel-booking-page.tp-themes-premium #hotel-booking-search-filter{display:none}body.wp-hotel-booking-page.tp-themes-premium .tp-hotel-booking{display:block}body.wp-hotel-booking-page.tp-themes-premium .tp-hotel-booking .hb_room .summary .media .rating{position:absolute}body.wp-hotel-booking-page.tp-themes-premium .tp-hotel-booking .hb_room .summary .content-room .rating{display:none}body.wp-hotel-booking-page #reviews .commentlist{list-style:none;margin-left:0}body.wp-hotel-booking-page #reviews .commentlist>li:after{overflow:hidden;float:left;position:relative;left:0;height:18px}body.wp-hotel-booking-page #reviews .commentlist li{margin:0;padding:0;list-style:none;border-radius:0;box-shadow:none}body.wp-hotel-booking-page #reviews .commentlist p{margin-bottom:20px}body.wp-hotel-booking-page #reviews .commentlist img.avatar{position:relative;float:left;width:60px;height:auto}body.wp-hotel-booking-page #reviews .commentlist .comment-text{margin-left:80px;padding:0}body.wp-hotel-booking-page #reviews .commentlist .meta{margin-bottom:10px}body.wp-hotel-booking-page .star-rating{float:right;position:relative;width:80px}body.wp-hotel-booking-page .star-rating:before{content:"\e601\e601\e601\e601\e601";color:#FFCC00;float:left;top:0;left:0;position:absolute;font-family:hotel-booking-star}body.wp-hotel-booking-page .star-rating span{position:relative;overflow:hidden;display:inline-block;height:18px}body.wp-hotel-booking-page .star-rating span:before{content:"\e600\e600\e600\e600\e600";color:#FFCC00;float:left;top:0;left:0;position:absolute;font-family:hotel-booking-star}body.wp-hotel-booking-page .review-top-section .star-rating:before{content:none}body.wp-hotel-booking-page .review-top-section .star-rating span:before{content:none}body.wp-hotel-booking-page #wpadminbar{margin:0;max-width:100%}body.wp-hotel-booking-rooms h1{padding-left:15px;padding-right:15px}body.wp-hotel-booking-search-rooms:not(.tp-themes-premium) .hotel-booking-search{display:flex;flex-direction:row-reverse;column-gap:50px}@media (max-width:1200px){body.wp-hotel-booking-search-rooms:not(.tp-themes-premium) .hotel-booking-search{flex-direction:column}}body.wp-hotel-booking-search-rooms:not(.tp-themes-premium) .rooms-pagination ul.page-numbers{margin-left:0;margin-right:0}body.wp-hotel-booking-thank-you .ast-container{flex-direction:column}body.wp-hotel-booking-thank-you #booking-customer{margin:30px 0}body.wp-hotel-booking-thank-you #booking-customer label{margin-bottom:5px;display:inline-block;font-size:var(--hb-font-size-base,16px);font-weight:500;min-width:120px}body table.hb_table,body table.hb_room_pricing_plans,body table.hb_booking_table,body table.booking_item_table{margin:0;border:1px solid rgba(0,0,0,0.1);border-collapse:collapse;box-sizing:border-box;border-spacing:0;empty-cells:show;font-size:var(--hb-font-size-base,16px);max-width:100%;overflow:hidden;width:100%}body table.hb_table th,body table.hb_table td,body table.hb_room_pricing_plans th,body table.hb_room_pricing_plans td,body table.hb_booking_table th,body table.hb_booking_table td,body table.booking_item_table th,body table.booking_item_table td{padding:0.7em 1em;border:1px solid rgba(0,0,0,0.1)}body table.hb_table a,body table.hb_room_pricing_plans a,body table.hb_booking_table a,body table.booking_item_table a{color:var(--hb-heading,#111)}body form.search-filter-form input[type=checkbox],body form.hotel-booking-search input[type=checkbox]{margin:0;padding:0;width:18px;height:18px;border:1px solid #5d5d5d;border-radius:2px;outline:none;appearance:none;-webkit-appearance:none}body form.search-filter-form input[type=checkbox]:checked,body form.hotel-booking-search input[type=checkbox]:checked{position:relative;background-color:#111}body form.search-filter-form input[type=checkbox]:checked:after,body form.hotel-booking-search input[type=checkbox]:checked:after{content:"";position:absolute;left:5px;bottom:4px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}body .hotel-booking-search-filter h3{font-size:20px}body .hotel-booking-search-filter h4,body .hotel-booking-search-filter .title{margin:0 0 8px 0;font-size:18px}body .hotel-booking-search-filter .hb-search-price .noUi-target{flex:1;position:relative;background:#e3e3e3;border-radius:50px}body .hotel-booking-search-filter .hb-search-price .noUi-target.noUi-horizontal{margin-bottom:8px;height:8px;border:none}body .hotel-booking-search-filter .hb-search-price .noUi-target .noUi-connects .noUi-connect{background-color:#111}body .hotel-booking-search-filter .hb-search-price .noUi-target .noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;height:0;width:100%}body .hotel-booking-search-filter .hb-search-price .noUi-target .noUi-origin .noUi-handle{border-radius:50px;background-color:#111;backface-visibility:hidden;position:absolute;right:-14px;top:-4px;width:16px;height:16px;box-shadow:none;border:none;cursor:default}body .hotel-booking-search-filter .hb-search-price .noUi-target .noUi-origin .noUi-handle.noUi-handle-upper{right:-9px}body .hotel-booking-search-filter .hb-search-price .noUi-target .noUi-origin .noUi-handle:before,body .hotel-booking-search-filter .hb-search-price .noUi-target .noUi-origin .noUi-handle:after{content:none}body .hotel-booking-search-filter .hb-search-price .noUi-draggable{cursor:ew-resize}body .hotel-booking-search-filter .hb-search-price .min,body .hotel-booking-search-filter .hb-search-price .max{font-size:medium}body .hotel-booking-search-filter .clear-reset-filter{margin:28px 0 0 0;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:12px}body .hotel-booking-search-filter .clear-reset-filter .hb-room-filter-btn{margin:0}body .hotel-booking-search-filter .clear-reset-filter button{width:100%}body .hotel-booking-search-filter .hb-room-filter-btn{padding:12px 20px;border-radius:3px;border:none;background-color:var(--hb-primary,#ffb606);font-size:16px;line-height:1.5;font-weight:600;color:#fff;text-decoration:none;text-transform:none}body .hotel-booking-search{width:auto;max-width:100%}body .hotel-booking-search input[type=text],body .hotel-booking-search input[type=number],body .hotel-booking-search input[type=email],body .hotel-booking-search input[type=url],body .hotel-booking-search input[type=tel],body .hotel-booking-search input[type=password],body .hotel-booking-search select,body .hotel-booking-search textarea{margin:0;position:relative;min-width:200px;width:100%;height:auto;border:1px solid #cccccc;font-size:var(--hb-font-size-base,16px);line-height:1.5;color:#111;background-color:#fff;padding:12px;border-radius:3px;box-shadow:inset 0 0 0 rgba(0,0,0,0.075);text-transform:none;transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s}body .hotel-booking-search input[type=text]::placeholder,body .hotel-booking-search input[type=number]::placeholder,body .hotel-booking-search input[type=email]::placeholder,body .hotel-booking-search input[type=url]::placeholder,body .hotel-booking-search input[type=tel]::placeholder,body .hotel-booking-search input[type=password]::placeholder,body .hotel-booking-search select::placeholder,body .hotel-booking-search textarea::placeholder{font-weight:400}body .hotel-booking-search input[type=text]:hover,body .hotel-booking-search input[type=text]:focus,body .hotel-booking-search input[type=number]:hover,body .hotel-booking-search input[type=number]:focus,body .hotel-booking-search input[type=email]:hover,body .hotel-booking-search input[type=email]:focus,body .hotel-booking-search input[type=url]:hover,body .hotel-booking-search input[type=url]:focus,body .hotel-booking-search input[type=tel]:hover,body .hotel-booking-search input[type=tel]:focus,body .hotel-booking-search input[type=password]:hover,body .hotel-booking-search input[type=password]:focus,body .hotel-booking-search select:hover,body .hotel-booking-search select:focus,body .hotel-booking-search textarea:hover,body .hotel-booking-search textarea:focus{outline:0;text-decoration:none}body .hotel-booking-search input[type=number]{padding:6px 12px}body .hotel-booking-search select{appearance:none;background:white url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23555'%3E%3Cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 011.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat right 10px center;background-size:20px}body .hotel-booking-search button{transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;margin:0;position:relative;min-width:200px;width:100%;border:1px solid #cccccc;font-size:var(--hb-font-size-base,16px);line-height:1.5;color:#fff;font-weight:600;background-color:var(--hb-primary,#ffb606);padding:12px 20px;border-radius:3px;box-shadow:inset 0 0 0 rgba(0,0,0,0.075);text-transform:none;border:none}body .hotel-booking-search button:hover,body .hotel-booking-search button:focus{outline:0;text-decoration:none}body .hotel-booking-search .hb_addition_package_extra input{min-width:25px}body.single-hb_room.wp-hotel-booking-page:not(.tp-themes-premium) .ast-container{display:block}body.single-hb_room.wp-hotel-booking-page:not(.tp-themes-premium) .ast-container:has(.hb_single_room){max-width:100%}body.single-hb_room.wp-hotel-booking-page:not(.tp-themes-premium) .ast-container .hb_single_room.ast-article-single{margin-top:60px;padding:0}body.single-hb_room.wp-hotel-booking-page:not(.tp-themes-premium) .site-content:has(.hb_single_room){display:block}body.single-hb_room.wp-hotel-booking-page:not(.tp-themes-premium) .grid-container:has(.hb_single_room){max-width:100%}body.single-hb_room.wp-hotel-booking-page:not(.tp-themes-premium) .hb_single_room{margin-left:auto;margin-right:auto;max-width:var(--hb-container-width,1200px)}body.single-hb_room.wp-hotel-booking-page:not(.tp-themes-premium) .hb_single_room #hb_room_images img{border-radius:8px}body.single-hb_room.wp-hotel-booking-page:not(.tp-themes-premium) .hb_related_other_room{margin-left:auto;margin-right:auto;max-width:calc(var(--hb-container-width,1200px) + 30px)}body.single-hb_room.wp-hotel-booking-page:not(.tp-themes-premium) #page>.hb_single_room,body.single-hb_room.wp-hotel-booking-page:not(.tp-themes-premium) #main>.hb_single_room{margin-left:auto;margin-right:auto;max-width:var(--hb-container-width,1200px)}body.single-hb_room.wp-hotel-booking-page:not(.tp-themes-premium) #page>.hb_related_other_room,body.single-hb_room.wp-hotel-booking-page:not(.tp-themes-premium) #main>.hb_related_other_room{max-width:calc(var(--hb-container-width,1200px) + 30px)}body.single-hb_room .hb_single_room_tabs.images_video_tabs{margin-bottom:20px}body.single-hb_room .hb_single_room_tabs_content h1:first-child,body.single-hb_room .hb_single_room_tabs_content h2:first-child,body.single-hb_room .hb_single_room_tabs_content h3:first-child,body.single-hb_room .hb_single_room_tabs_content h4:first-child,body.single-hb_room .hb_single_room_tabs_content h5:first-child,body.single-hb_room .hb_single_room_tabs_content h6:first-child,body.single-hb_room .hb_single_room_tabs_content p:first-child{margin-top:0}body.single-hb_room .hb_single_room_tabs_content #hb_room_reviews #comments .commentlist{list-style:none;margin:0;padding:0;width:100%}body.single-hb_room .hb_single_room_tabs_content #hb_room_reviews #comments .commentlist>li{margin:0 0 20px 0;padding:20px;border:1px solid var(--hb-border-color,#e7e7e7);background:#fff;border-radius:8px}body.single-hb_room .hb_single_room_tabs_content #hb_room_reviews #comments .commentlist .avatar{float:left;margin-right:20px;box-shadow:none}body.single-hb_room .hb_single_room_tabs_content #hb_room_reviews #comments .commentlist .hb-room-review-title{margin:0;font-size:18px}.hb_single_room .spacing-35{clear:both;height:35px}.hb_single_room #hb_room_video{margin-bottom:40px}.hb_single_room #hb_room_video iframe{width:100%;height:600px}@media (max-width:767px){.hb_single_room #hb_room_video iframe{height:420px}}.hb_single_room .hb_room_gallery{margin-bottom:20px;position:relative;overflow:hidden;clear:both}.hb_single_room .hb_room_gallery:hover .flex-direction-nav a{opacity:1}.hb_single_room .hb_room_gallery#carousel .slides{border:1px solid transparent}.hb_single_room .hb_room_gallery#carousel .slides .flex-active-slide img{border:1px solid var(--hb-primary,#ffb606)}.hb_single_room .hb_room_gallery ul{margin:0;padding:0;list-style:none}.hb_single_room .hb_room_gallery ul li{margin:0;padding:0}.hb_single_room .hb_room_gallery .flex-direction-nav a{transition:all 0.3s ease-in-out;position:absolute;margin-top:-16px;top:50%;width:40px;height:40px;color:rgba(216,216,216,0.85);background:rgba(255,255,255,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.1);border-radius:3px;font-size:0;background-color:#fff;text-align:center;overflow:hidden;opacity:0;z-index:9;cursor:pointer}.hb_single_room .hb_room_gallery .flex-direction-nav a:before{margin:0;content:"\f104";font-family:"FontAwesome";display:inline-block;color:#111;font-weight:bold;font-size:24px;line-height:40px;opacity:1}.hb_single_room .hb_room_gallery .flex-direction-nav .flex-prev.flex-disabled,.hb_single_room .hb_room_gallery .flex-direction-nav .flex-next.flex-disabled{display:none}.hb_single_room .hb_room_gallery .flex-direction-nav .flex-prev{left:20px}.hb_single_room .hb_room_gallery .flex-direction-nav .flex-next{right:20px}.hb_single_room .hb_room_gallery .flex-direction-nav .flex-next:before{content:"\f105"}.hb_single_room .hb_room_gallery .camera_prev,.hb_single_room .hb_room_gallery .camera_next{position:absolute;transform:translateY(-50%);top:50%;background-color:#f6f6f6;border-radius:3px;line-height:1;cursor:pointer}.hb_single_room .hb_room_gallery .camera_prev>span,.hb_single_room .hb_room_gallery .camera_next>span{display:inline-flex;justify-content:center;align-items:center;height:40px;width:45px;z-index:1}.hb_single_room .hb_room_gallery .camera_prev{left:10px}.hb_single_room .hb_room_gallery .camera_prev>span{background:url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/images/prev.png) no-repeat center center}.hb_single_room .hb_room_gallery .camera_next{right:10px}.hb_single_room .hb_room_gallery .camera_next>span{background:url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/images/next.png) no-repeat center center}.col-inner ul.rating-list li,.col-inner ul.room-type-list li{margin:0}#review_form .gallery-preview{display:flex;flex-wrap:wrap;gap:10px}#review_form .preview-item img{max-width:300px;width:100%;height:auto}ul.hb-review-images{display:flex;flex-wrap:wrap;gap:10px;padding:0;list-style:none}ul.hb-review-images li img{max-width:300px;width:100%;height:auto}.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08)}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none !important;box-shadow:none !important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.arrowRight:after{left:auto;right:22px}.flatpickr-calendar.arrowCenter:before,.flatpickr-calendar.arrowCenter:after{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9)}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{ left:0 }  .flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{ right:0 }  .flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,0.15);-webkit-box-sizing:border-box;box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0,0,0,0.1)}.numInputWrapper span:active{background:rgba(0,0,0,0.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,0.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,0.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:rgba(0,0,0,0.5)}.numInputWrapper:hover{background:rgba(0,0,0,0.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0 0;line-height:1;height:34px;display:inline-block;text-align:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,0.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,0.9)}.flatpickr-current-month input.cur-year{background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,0.5);background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,0.54);line-height:1;margin:0;text-align:center;display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.dayContainer + .dayContainer{-webkit-box-shadow:-1px 0 0 #e6e6e6;box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #569ff7;box-shadow:-10px 0 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(57,57,57,0.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(57,57,57,0.1)}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,0.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.flatpickr-rContainer{display:inline-block;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-time input.flatpickr-hour{font-weight:bold}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:bold;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.tingle-modal * {
box-sizing: border-box;
}
.tingle-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
display: flex;
visibility: hidden;
flex-direction: column;
align-items: center;
overflow: hidden;
-webkit-overflow-scrolling: touch;
background: rgba(0, 0, 0, .8);
opacity: 0;
cursor: url("data:image/svg+xml,%3Csvg width='19' height='19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.514.535l-6.42 6.42L2.677.536a1.517 1.517 0 00-2.14 0 1.517 1.517 0 000 2.14l6.42 6.419-6.42 6.419a1.517 1.517 0 000 2.14 1.517 1.517 0 002.14 0l6.419-6.42 6.419 6.42a1.517 1.517 0 002.14 0 1.517 1.517 0 000-2.14l-6.42-6.42 6.42-6.418a1.517 1.517 0 000-2.14 1.516 1.516 0 00-2.14 0z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E"), auto;
}  .tingle-modal--confirm .tingle-modal-box {
text-align: center;
} .tingle-modal--noOverlayClose {
cursor: default;
}
.tingle-modal--noClose .tingle-modal__close {
display: none;
}
.tingle-modal__close {
position: fixed;
top: 2.5rem;
right: 2.5rem;
z-index: 1000;
padding: 0;
width: 2rem;
height: 2rem;
border: none;
background-color: transparent;
color: #fff;
cursor: pointer;
}
.tingle-modal__close svg * {
fill: currentColor;
}
.tingle-modal__closeLabel {
display: none;
}
.tingle-modal__close:hover {
color: #fff;
}
.tingle-modal-box {
position: relative;
flex-shrink: 0;
margin-top: auto;
margin-bottom: auto;
width: 60%;
border-radius: 4px;
background: #fff;
opacity: 1;
cursor: auto;
will-change: transform, opacity;
} .tingle-modal-box__footer {
padding: 1.5rem 2rem;
width: auto;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
background-color: #f5f5f5;
cursor: auto;
}
.tingle-modal-box__footer::after {
display: table;
clear: both;
content: "";
}
.tingle-modal-box__footer--sticky {
position: fixed;
bottom: -200px; z-index: 10001;
opacity: 1;
transition: bottom .3s ease-in-out .3s;
} .tingle-enabled {
position: fixed;
right: 0;
left: 0;
overflow: hidden;
}
.tingle-modal--visible .tingle-modal-box__footer {
bottom: 0;
}
.tingle-modal--visible {
visibility: visible;
opacity: 1;
}
.tingle-modal--visible .tingle-modal-box {
animation: scale .2s cubic-bezier(.68, -.55, .265, 1.55) forwards;
}
.tingle-modal--overflow {
overflow-y: scroll;
padding-top: 8vh;
} .tingle-btn {
display: inline-block;
margin: 0 .5rem;
padding: 1rem 2rem;
border: none;
background-color: grey;
box-shadow: none;
color: #fff;
vertical-align: middle;
text-decoration: none;
font-size: inherit;
font-family: inherit;
line-height: normal;
cursor: pointer;
transition: background-color .4s ease;
}
.tingle-btn--primary {
background-color: #3498db;
}
.tingle-btn--danger {
background-color: #e74c3c;
}
.tingle-btn--default {
background-color: #34495e;
}
.tingle-btn--pull-left {
float: left;
}
.tingle-btn--pull-right {
float: right;
} @media (max-width : 540px) {
.tingle-modal {
top: 0px;
display: block;
padding-top: 60px;
width: 100%;
}
.tingle-modal-box {
width: auto;
border-radius: 0;
}
.tingle-modal-box__content {
overflow-y: scroll;
}
.tingle-modal--noClose {
top: 0;
}
.tingle-modal--noOverlayClose {
padding-top: 0;
}
.tingle-modal-box__footer .tingle-btn {
display: block;
float: none;
margin-bottom: 1rem;
width: 100%;
}
.tingle-modal__close {
top: 0;
right: 0;
left: 0;
display: block;
width: 100%;
height: 60px;
border: none;
background-color: #2c3e50;
box-shadow: none;
color: #fff;
}
.tingle-modal__closeLabel {
display: inline-block;
vertical-align: middle;
font-size: 1.6rem;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.tingle-modal__closeIcon {
display: inline-block;
margin-right: .8rem;
width: 1.6rem;
vertical-align: middle;
font-size: 0;
}
} @keyframes scale {
0% {
opacity: 0;
transform: scale(.9);
}
100% {
opacity: 1;
transform: scale(1);
}
}.tingle-modal-box:has(#hotel_booking_room_hidden) {
max-width: 960px;
}
#hotel_booking_room_hidden {
margin: 0 auto;
background: #fff;
overflow: hidden;
}
#hotel_booking_room_hidden h2 {
margin: 0 0 25px 0;
font-size: 36px;
text-align: center;
}
.hotel_booking_room_errors{
color: #f00;
}
#hotel_booking_room_hidden .mfp-close {
display: none;
}
#hotel_booking_room_hidden .hb_button {
color: #fff;
}
.hb-booking-room-form-head {
text-align: center;
}
.hb-booking-room-form-head h2 {
margin: 0;
padding: 10px;
text-transform: uppercase;
text-align: center;
}
.hb-booking-room-form-head > * {
font-size: 16px;
line-height: 1.6em;
}
.single-hb_room.elementor-default :not(.tingle-modal) .flatpickr-calendar {
margin-top: -30px;
}
.tingle-modal__close {
display: none;
}
.sailing-room-single__booking__form .hb-search-results-form-container > .hb-booking-room-form-field {
padding: 15px 30px 0;
}
.hb-search-results-form-container {
margin-top: 20px;
display: flex;
flex-wrap: wrap;
}
.hb-search-results-form-container .hb-booking-room-form-group {
width: calc( 33% - 12px );
}
.hb-search-results-form-container input, .hb-search-results-form-container .hb_button{
width: 100% !important;
}
.hb-search-results-form-container p.no-extra{
text-align: center;
color: #cc1818;
}
.hotel-booking-search .hb_addition_packages_ul, .hb-search-room-results.hotel-booking-search  {
padding: 0;
}
.hb-booking-room-form-footer{
text-align: center;
}
#hotel_booking_room_hidden .hb_addition_package_extra {
margin: 20px 0;
padding: 0;
display: block;
width: 100%;
}
#hotel_booking_room_hidden .hb_addition_package_extra input {
min-width: 18px;
} .hb_single_room #hb_room_images{
margin-bottom: 20px;
float: left;
width: 100%;
position: relative;
overflow: hidden;
}
.hb_single_room #hb_room_images .room-preview{
position: absolute;
width:40px;
height:40px;
right: 10px;
top: 10px;
z-index: 10;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
cursor: pointer;
}
.hb_single_room #hb_room_images img{
display: block;
width: 100%;
max-height: 700px;
object-fit: cover;
box-shadow: none;
}
.hb_single_room #hb_room_images .room-preview i, .hb_single_room #hb_room_images .room-preview svg{
width: 30px;
height: 30px;
font-size: 30px;
color: #fff;
fill: #fff;
}
@media (max-width: 767px) {
.hb-search-results-form-container .hb-booking-room-form-group {
width: 100%;
}
}@font-face{font-family:'FontAwesome';src:url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/fonts/fontawesome-webfont.eot?v=4.4.0);src:url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format('embedded-opentype'),url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/fonts/fontawesome-webfont.woff2?v=4.4.0) format('woff2'),url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/fonts/fontawesome-webfont.woff?v=4.4.0) format('woff'),url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/fonts/fontawesome-webfont.ttf?v=4.4.0) format('truetype'),url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -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{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"} .ui-helper-hidden{display:none}.ui-helper-hidden-accessible{position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{zoom:1}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.ui-accordion{width:100%}.ui-accordion .ui-accordion-header{cursor:pointer;position:relative;margin-top:1px;zoom:1}.ui-accordion .ui-accordion-li-fix{display:inline}.ui-accordion .ui-accordion-header-active{border-bottom:0!important}.ui-accordion .ui-accordion-header a{display:block;font-size:1em;padding:.5em .5em .5em .7em}.ui-accordion-icons .ui-accordion-header a{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;margin-top:-2px;position:relative;top:1px;margin-bottom:2px;overflow:auto;display:none;zoom:1}.ui-accordion .ui-accordion-content-active{display:block}.ui-autocomplete{position:absolute;cursor:default}* html .ui-autocomplete{width:1px}.ui-menu{list-style:none;padding:2px;margin:0;display:block;float:left}.ui-menu .ui-menu{margin-top:-3px}.ui-menu .ui-menu-item{margin:0;padding:0;zoom:1;float:left;clear:left;width:100%}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:.2em .4em;line-height:1.5;zoom:1}.ui-menu .ui-menu-item a.ui-state-active,.ui-menu .ui-menu-item a.ui-state-hover{font-weight:400;margin:-1px}.ui-button{display:inline-block;position:relative;padding:0;margin-right:.1em;text-decoration:none!important;cursor:pointer;text-align:center;zoom:1;overflow:visible}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:1.4}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{left:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker-cover{display:none;display:block;position:absolute;z-index:-1;filter:mask();top:-4px;left:-4px;width:200px;height:200px}.ui-dialog{position:absolute;padding:.2em;width:300px;overflow:hidden}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 16px .1em 0}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:19px;margin:-10px 0 0 0;padding:1px;height:18px}.ui-dialog .ui-dialog-titlebar-close span{display:block;margin:1px}.ui-dialog .ui-dialog-titlebar-close:focus,.ui-dialog .ui-dialog-titlebar-close:hover{padding:0}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:0 0;overflow:auto;zoom:1}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0;background-image:none;margin:.5em 0 0;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:14px;height:14px;right:3px;bottom:3px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;z-index:99999;display:block}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-tabs{position:relative;padding:.2em;zoom:1}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:1px;margin:0 .2em 1px 0;border-bottom:0!important;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav li a{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-selected{margin-bottom:0;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-state-processing a,.ui-tabs .ui-tabs-nav li.ui-tabs-selected a{cursor:text}.ui-tabs .ui-tabs-nav li a,.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:0 0}.ui-tabs .ui-tabs-hide{display:none!important}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:12px}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-hover a,.ui-state-hover a:hover{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-widget :active{outline:0}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-state-error-text,.ui-widget-content .ui-state-error a,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error a,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-icon{width:16px;height:16px;background-image:url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon,.ui-state-default .ui-icon,.ui-state-error .ui-icon,.ui-state-error-text .ui-icon,.ui-state-focus .ui-icon,.ui-state-highlight .ui-icon,.ui-state-hover .ui-icon,.ui-widget-content .ui-icon,.ui-widget-header .ui-icon{background-image:url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/images/ui-icons_454545_256x240.png)}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-off{background-position:-96px -144px}.ui-icon-radio-on{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-first,.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;-khtml-border-top-left-radius:4px;border-top-left-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;-khtml-border-top-right-radius:4px;border-top-right-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;-khtml-border-bottom-left-radius:4px;border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;-khtml-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);-moz-border-radius:8px;-khtml-border-radius:8px;-webkit-border-radius:8px;border-radius:8px} @font-face{font-family:hotel-booking-star;src:url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/fonts/hotel-booking-star.eot?f5rno8);src:url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/fonts/hotel-booking-star.eot?#iefixf5rno8) format('embedded-opentype'),url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/fonts/hotel-booking-star.ttf?f5rno8) format('truetype'),url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/fonts/hotel-booking-star.woff?f5rno8) format('woff'),url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/fonts/hotel-booking-star.svg?f5rno8#icomoon) format('svg');font-weight:400;font-style:normal}[class*=" icon-"],[class^=icon-]{font-family:hotel-booking-star;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-star-full:before{content:"\e600"}.icon-star-empty:before{content:"\e601"} .select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}  .owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-buttons div,.owl-controls .owl-page{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.grabbing{cursor:url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/css/grabbing.png) 8 8,move}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}  .owl-theme .owl-controls{margin-top:10px;text-align:center}.owl-theme .owl-controls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;*display:inline;margin:5px;padding:3px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#869791;filter:Alpha(Opacity=50);opacity:.5}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-item.loading{min-height:150px;background:url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/css/AjaxLoader.gif) no-repeat center center}  .owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px}.owl-fade-out{z-index:10;-webkit-animation:fadeOut .7s both ease;-moz-animation:fadeOut .7s both ease;animation:fadeOut .7s both ease}.owl-fade-in{-webkit-animation:fadeIn .7s both ease;-moz-animation:fadeIn .7s both ease;animation:fadeIn .7s both ease}.owl-backSlide-out{-webkit-animation:backSlideOut 1s both ease;-moz-animation:backSlideOut 1s both ease;animation:backSlideOut 1s both ease}.owl-backSlide-in{-webkit-animation:backSlideIn 1s both ease;-moz-animation:backSlideIn 1s both ease;animation:backSlideIn 1s both ease}.owl-goDown-out{-webkit-animation:scaleToFade .7s ease both;-moz-animation:scaleToFade .7s ease both;animation:scaleToFade .7s ease both}.owl-goDown-in{-webkit-animation:goDown .6s ease both;-moz-animation:goDown .6s ease both;animation:goDown .6s ease both}.owl-fadeUp-in{-webkit-animation:scaleUpFrom .5s ease both;-moz-animation:scaleUpFrom .5s ease both;animation:scaleUpFrom .5s ease both}.owl-fadeUp-out{-webkit-animation:scaleUpTo .5s ease both;-moz-animation:scaleUpTo .5s ease both;animation:scaleUpTo .5s ease both}@-webkit-keyframes empty{0%{opacity:1}}@-moz-keyframes empty{0%{opacity:1}}@keyframes empty{0%{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes backSlideOut{25%{opacity:.5;-webkit-transform:translateZ(-500px)}100%,75%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}}@-moz-keyframes backSlideOut{25%{opacity:.5;-moz-transform:translateZ(-500px)}100%,75%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}}@keyframes backSlideOut{25%{opacity:.5;transform:translateZ(-500px)}100%,75%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}}@-webkit-keyframes backSlideIn{0%,25%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-webkit-transform:translateZ(-500px)}100%{opacity:1;-webkit-transform:translateZ(0) translateX(0)}}@-moz-keyframes backSlideIn{0%,25%{opacity:.5;-moz-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-moz-transform:translateZ(-500px)}100%{opacity:1;-moz-transform:translateZ(0) translateX(0)}}@keyframes backSlideIn{0%,25%{opacity:.5;transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;transform:translateZ(-500px)}100%{opacity:1;transform:translateZ(0) translateX(0)}}@-webkit-keyframes scaleToFade{to{opacity:0;-webkit-transform:scale(.8)}}@-moz-keyframes scaleToFade{to{opacity:0;-moz-transform:scale(.8)}}@keyframes scaleToFade{to{opacity:0;transform:scale(.8)}}@-webkit-keyframes goDown{from{-webkit-transform:translateY(-100%)}}@-moz-keyframes goDown{from{-moz-transform:translateY(-100%)}}@keyframes goDown{from{transform:translateY(-100%)}}@-webkit-keyframes scaleUpFrom{from{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpFrom{from{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpFrom{from{opacity:0;transform:scale(1.5)}}@-webkit-keyframes scaleUpTo{to{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpTo{to{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpTo{to{opacity:0;transform:scale(1.5)}}   @font-face{font-family:hotel-booking-star;src:url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/fonts/hotel-booking-star.eot?f5rno8);src:url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/fonts/hotel-booking-star.eot?#iefixf5rno8) format('embedded-opentype'),url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/fonts/hotel-booking-star.ttf?f5rno8) format('truetype'),url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/fonts/hotel-booking-star.woff?f5rno8) format('woff'),url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/wp-hotel-booking/assets/fonts/hotel-booking-star.svg?f5rno8#icomoon) format('svg');font-weight:400;font-style:normal}[class*=" icon-"],[class^=icon-]{font-family:hotel-booking-star;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-star-full:before{content:"\e600"}.icon-star-empty:before{content:"\e601"}.fc-icon,.fc-unselectable{-moz-user-select:none;-ms-user-select:none}.fc .fc-button,.fc-icon{text-transform:none;font-weight:400}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc .fc-button:not(:disabled),.fc a[data-navlink],.fc-event.fc-event-draggable,.fc-event[href]{cursor:pointer}.fc-unselectable{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.fc{display:flex;flex-direction:column;font-size:1em}.fc .fc-button,.fc-icon{display:inline-block;text-align:center}.fc,.fc *,.fc :after,.fc :before{box-sizing:border-box}.fc table{border-collapse:collapse;border-spacing:0;font-size:1em}.fc th{text-align:center}.fc td,.fc th{vertical-align:top;padding:0}.fc .fc-button,.fc .fc-button .fc-icon,.fc .fc-button-group,.fc .fc-timegrid-slot-label{vertical-align:middle}.fc a[data-navlink]:hover{text-decoration:underline}.fc .fc-button:hover,.fc .fc-list-event-title a,a.fc-event,a.fc-event:hover{text-decoration:none}.fc-direction-ltr{direction:ltr;text-align:left}.fc-direction-rtl{direction:rtl;text-align:right}.fc-theme-standard td,.fc-theme-standard th{border:1px solid #ddd;border:1px solid var(--fc-border-color,#ddd)}.fc-liquid-hack td,.fc-liquid-hack th{position:relative}@font-face{font-family:fcicons;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype');font-weight:400;font-style:normal}.fc-icon{width:1em;height:1em;-webkit-user-select:none;user-select:none;font-family:fcicons!important;speak:none;font-style:normal;font-variant:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fc-icon-chevron-left:before{content:"\e900"}.fc-icon-chevron-right:before{content:"\e901"}.fc-icon-chevrons-left:before{content:"\e902"}.fc-icon-chevrons-right:before{content:"\e903"}.fc-icon-minus-square:before{content:"\e904"}.fc-icon-plus-square:before{content:"\e905"}.fc-icon-x:before{content:"\e906"}.fc .fc-button{overflow:visible;text-transform:none;margin:0;font-family:inherit}.fc .fc-button::-moz-focus-inner{padding:0;border-style:none}.fc .fc-button{-webkit-appearance:button;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.4em .65em;font-size:1em;line-height:1.5;border-radius:.25em}.fc .fc-button:focus{outline:0;box-shadow:0 0 0 .2rem rgba(44,62,80,.25)}.fc .fc-button-primary:focus,.fc .fc-button-primary:not(:disabled).fc-button-active:focus,.fc .fc-button-primary:not(:disabled):active:focus{box-shadow:0 0 0 .2rem rgba(76,91,106,.5)}.fc .fc-button:disabled{opacity:.65}.fc .fc-button-primary{color:#fff;color:var(--fc-button-text-color,#fff);background-color:#2C3E50;background-color:var(--fc-button-bg-color,#2C3E50);border-color:#2C3E50;border-color:var(--fc-button-border-color,#2C3E50)}.fc .fc-button-primary:hover{color:#fff;color:var(--fc-button-text-color,#fff);background-color:#1e2b37;background-color:var(--fc-button-hover-bg-color,#1e2b37);border-color:#1a252f;border-color:var(--fc-button-hover-border-color,#1a252f)}.fc .fc-button-primary:disabled{color:#fff;color:var(--fc-button-text-color,#fff);background-color:#2C3E50;background-color:var(--fc-button-bg-color,#2C3E50);border-color:#2C3E50;border-color:var(--fc-button-border-color,#2C3E50)}.fc .fc-button-primary:not(:disabled).fc-button-active,.fc .fc-button-primary:not(:disabled):active{color:#fff;color:var(--fc-button-text-color,#fff);background-color:#1a252f;background-color:var(--fc-button-active-bg-color,#1a252f);border-color:#151e27;border-color:var(--fc-button-active-border-color,#151e27)}.fc .fc-button .fc-icon{font-size:1.5em}.fc .fc-button-group{position:relative;display:inline-flex}.fc .fc-button-group>.fc-button{position:relative;flex:1 1 auto}.fc .fc-button-group>.fc-button.fc-button-active,.fc .fc-button-group>.fc-button:active,.fc .fc-button-group>.fc-button:focus,.fc .fc-button-group>.fc-button:hover{z-index:1}.fc-direction-ltr .fc-button-group>.fc-button:not(:first-child){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.fc-direction-ltr .fc-button-group>.fc-button:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.fc-direction-rtl .fc-button-group>.fc-button:not(:first-child){margin-right:-1px;border-top-right-radius:0;border-bottom-right-radius:0}.fc-direction-rtl .fc-button-group>.fc-button:not(:last-child){border-top-left-radius:0;border-bottom-left-radius:0}.fc .fc-toolbar{display:flex;justify-content:space-between;align-items:center}.fc .fc-toolbar.fc-header-toolbar{margin-bottom:1.5em}.fc .fc-toolbar.fc-footer-toolbar{margin-top:1.5em}.fc .fc-toolbar-title{font-size:1.75em;margin:0}.fc-direction-ltr .fc-toolbar>*>:not(:first-child){margin-left:.75em}.fc-direction-rtl .fc-toolbar>*>:not(:first-child){margin-right:.75em}.fc-direction-rtl .fc-toolbar-ltr{flex-direction:row-reverse}.fc .fc-scroller{-webkit-overflow-scrolling:touch;position:relative}.fc .fc-scroller-liquid{height:100%}.fc .fc-scroller-liquid-absolute{position:absolute;top:0;right:0;left:0;bottom:0}.fc .fc-scroller-harness{position:relative;overflow:hidden;direction:ltr}.fc .fc-scroller-harness-liquid{height:100%}.fc-direction-rtl .fc-scroller-harness>.fc-scroller{direction:rtl}.fc-theme-standard .fc-scrollgrid{border:1px solid #ddd;border:1px solid var(--fc-border-color,#ddd)}.fc .fc-scrollgrid,.fc .fc-scrollgrid-section-footer>*,.fc .fc-scrollgrid-section-header>*{border-bottom-width:0}.fc .fc-scrollgrid,.fc .fc-scrollgrid table{width:100%;table-layout:fixed}.fc .fc-scrollgrid table{border-top-style:hidden;border-left-style:hidden;border-right-style:hidden}.fc .fc-scrollgrid{border-collapse:separate;border-right-width:0}.fc .fc-scrollgrid-liquid{height:100%}.fc .fc-scrollgrid-section,.fc .fc-scrollgrid-section table,.fc .fc-scrollgrid-section>td{height:1px}.fc .fc-scrollgrid-section-liquid>td{height:100%}.fc .fc-scrollgrid-section>*{border-top-width:0;border-left-width:0}.fc .fc-scrollgrid-section-body table,.fc .fc-scrollgrid-section-footer table{border-bottom-style:hidden}.fc .fc-scrollgrid-section-sticky>*{background:var(--fc-page-bg-color,#fff);position:sticky;z-index:3}.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky>*{top:0}.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky>*{bottom:0}.fc .fc-scrollgrid-sticky-shim{height:1px;margin-bottom:-1px}.fc-sticky{position:sticky}.fc .fc-view-harness{flex-grow:1;position:relative}.fc .fc-bg-event,.fc .fc-highlight,.fc .fc-non-business,.fc .fc-view-harness-active>.fc-view{position:absolute;top:0;left:0;right:0;bottom:0}.fc .fc-col-header-cell-cushion{display:inline-block;padding:2px 4px}.fc .fc-non-business{background:rgba(215,215,215,.3);background:var(--fc-non-business-color,rgba(215,215,215,.3))}.fc .fc-bg-event{background:var(--fc-bg-event-color,#8fdf82);opacity:.3;opacity:var(--fc-bg-event-opacity,.3)}.fc .fc-bg-event .fc-event-title{margin:.5em;font-size:.85em;font-size:var(--fc-small-font-size,.85em);font-style:italic}.fc .fc-highlight{background:rgba(188,232,241,.3);background:var(--fc-highlight-color,rgba(188,232,241,.3))}.fc .fc-cell-shaded,.fc .fc-day-disabled{background:rgba(208,208,208,.3);background:var(--fc-neutral-bg-color,rgba(208,208,208,.3))}.fc-event .fc-event-main{position:relative;z-index:2}.fc-event-dragging:not(.fc-event-selected){opacity:.75}.fc-event-dragging.fc-event-selected{box-shadow:0 2px 7px rgba(0,0,0,.3)}.fc-event .fc-event-resizer{display:none;position:absolute;z-index:4}.fc-event-selected .fc-event-resizer,.fc-event:hover .fc-event-resizer,.fc-h-event,.fc-v-event{display:block}.fc-event-selected .fc-event-resizer{border-radius:4px;border-radius:calc(var(--fc-event-resizer-dot-total-width,8px)/ 2);border-width:1px;border-width:var(--fc-event-resizer-dot-border-width,1px);width:8px;width:var(--fc-event-resizer-dot-total-width,8px);height:8px;height:var(--fc-event-resizer-dot-total-width,8px);border-style:solid;border-color:inherit;background:var(--fc-page-bg-color,#fff)}.fc-event-selected .fc-event-resizer:before{content:'';position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px}.fc-event-selected,.fc-event:focus{box-shadow:0 2px 5px rgba(0,0,0,.2)}.fc-event-selected:before,.fc-event:focus:before{content:"";position:absolute;z-index:3;top:0;left:0;right:0;bottom:0}.fc-event-selected:after,.fc-event:focus:after{content:"";background:rgba(0,0,0,.25);background:var(--fc-event-selected-overlay-color,rgba(0,0,0,.25));position:absolute;z-index:1;top:-1px;left:-1px;right:-1px;bottom:-1px}.fc-h-event{border:1px solid #3788d8;border:1px solid var(--fc-event-border-color,#3788d8);background-color:#3788d8;background-color:var(--fc-event-bg-color,#3788d8)}.fc-h-event .fc-event-main{color:#fff;color:var(--fc-event-text-color,#fff)}.fc-h-event .fc-event-main-frame{display:flex}.fc-h-event .fc-event-time{max-width:100%;overflow:hidden}.fc-h-event .fc-event-title-container{flex-grow:1;flex-shrink:1;min-width:0}.fc-h-event .fc-event-title{display:inline-block;vertical-align:top;left:0;right:0;max-width:100%;overflow:hidden}.fc-h-event.fc-event-selected:before{top:-10px;bottom:-10px}.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end){border-top-left-radius:0;border-bottom-left-radius:0;border-left-width:0}.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start){border-top-right-radius:0;border-bottom-right-radius:0;border-right-width:0}.fc-h-event:not(.fc-event-selected) .fc-event-resizer{top:0;bottom:0;width:8px;width:var(--fc-event-resizer-thickness,8px)}.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end{cursor:w-resize;left:-4px;left:calc(-.5 * var(--fc-event-resizer-thickness,8px))}.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start{cursor:e-resize;right:-4px;right:calc(-.5 * var(--fc-event-resizer-thickness,8px))}.fc-h-event.fc-event-selected .fc-event-resizer{top:50%;margin-top:-4px;margin-top:calc(-.5 * var(--fc-event-resizer-dot-total-width,8px))}.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end{left:-4px;left:calc(-.5 * var(--fc-event-resizer-dot-total-width,8px))}.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start{right:-4px;right:calc(-.5 * var(--fc-event-resizer-dot-total-width,8px))}.fc .fc-popover{position:absolute;z-index:9999;box-shadow:0 2px 6px rgba(0,0,0,.15)}.fc .fc-popover-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:3px 4px}.fc .fc-popover-title{margin:0 2px}.fc .fc-popover-close{cursor:pointer;opacity:.65;font-size:1.1em}.fc-theme-standard .fc-popover{border:1px solid #ddd;border:1px solid var(--fc-border-color,#ddd);background:var(--fc-page-bg-color,#fff)}.fc-theme-standard .fc-popover-header{background:rgba(208,208,208,.3);background:var(--fc-neutral-bg-color,rgba(208,208,208,.3))}:root{--fc-daygrid-event-dot-width:8px;--fc-list-event-dot-width:10px;--fc-list-event-hover-bg-color:#f5f5f5}.fc-daygrid-day-events:after,.fc-daygrid-day-events:before,.fc-daygrid-day-frame:after,.fc-daygrid-day-frame:before,.fc-daygrid-event-harness:after,.fc-daygrid-event-harness:before{content:"";clear:both;display:table}.fc .fc-daygrid-body{position:relative;z-index:1}.fc .fc-daygrid-day.fc-day-today{background-color:rgba(255,220,40,.15);background-color:var(--fc-today-bg-color,rgba(255,220,40,.15))}.fc .fc-daygrid-day-frame{position:relative;min-height:100%}.fc .fc-daygrid-day-top{display:flex;flex-direction:row-reverse}.fc .fc-day-other .fc-daygrid-day-top{opacity:.3}.fc .fc-daygrid-day-number{position:relative;z-index:4;padding:4px}.fc .fc-daygrid-day-events{margin-top:1px}.fc .fc-daygrid-body-balanced .fc-daygrid-day-events{position:absolute;left:0;right:0}.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events{position:relative;min-height:2em}.fc .fc-daygrid-body-natural .fc-daygrid-day-events{margin-bottom:1em}.fc .fc-daygrid-event-harness{position:relative}.fc .fc-daygrid-event-harness-abs{position:absolute;top:0;left:0;right:0}.fc .fc-daygrid-bg-harness{position:absolute;top:0;bottom:0}.fc .fc-daygrid-day-bg .fc-non-business{z-index:1}.fc .fc-daygrid-day-bg .fc-bg-event{z-index:2}.fc .fc-daygrid-day-bg .fc-highlight{z-index:3}.fc .fc-daygrid-event{z-index:6;margin-top:1px}.fc .fc-daygrid-event.fc-event-mirror{z-index:7}.fc .fc-daygrid-day-bottom{font-size:.85em;padding:2px 3px 0}.fc .fc-daygrid-day-bottom:before{content:"";clear:both;display:table}.fc .fc-daygrid-more-link{position:relative;z-index:4;cursor:pointer}.fc .fc-daygrid-week-number{position:absolute;z-index:5;top:0;padding:2px;min-width:1.5em;text-align:center;background-color:rgba(208,208,208,.3);background-color:var(--fc-neutral-bg-color,rgba(208,208,208,.3));color:grey;color:var(--fc-neutral-text-color,grey)}.fc .fc-more-popover .fc-popover-body{min-width:220px;padding:10px}.fc-direction-ltr .fc-daygrid-event.fc-event-start,.fc-direction-rtl .fc-daygrid-event.fc-event-end{margin-left:2px}.fc-direction-ltr .fc-daygrid-event.fc-event-end,.fc-direction-rtl .fc-daygrid-event.fc-event-start{margin-right:2px}.fc-direction-ltr .fc-daygrid-week-number{left:0;border-radius:0 0 3px}.fc-direction-rtl .fc-daygrid-week-number{right:0;border-radius:0 0 0 3px}.fc-liquid-hack .fc-daygrid-day-frame{position:static}.fc-daygrid-event{position:relative;white-space:nowrap;border-radius:3px;font-size:.85em;font-size:var(--fc-small-font-size,.85em)}.fc-daygrid-block-event .fc-event-time{font-weight:700}.fc-daygrid-block-event .fc-event-time,.fc-daygrid-block-event .fc-event-title{padding:1px}.fc-daygrid-dot-event{display:flex;align-items:center;padding:2px 0}.fc-daygrid-dot-event .fc-event-title{flex-grow:1;flex-shrink:1;min-width:0;overflow:hidden;font-weight:700}.fc-daygrid-dot-event.fc-event-mirror,.fc-daygrid-dot-event:hover{background:rgba(0,0,0,.1)}.fc-daygrid-dot-event.fc-event-selected:before{top:-10px;bottom:-10px}.fc-daygrid-event-dot{margin:0 4px;box-sizing:content-box;width:0;height:0;border:4px solid #3788d8;border:calc(var(--fc-daygrid-event-dot-width,8px)/ 2) solid var(--fc-event-border-color,#3788d8);border-radius:4px;border-radius:calc(var(--fc-daygrid-event-dot-width,8px)/ 2)}.fc-direction-ltr .fc-daygrid-event .fc-event-time{margin-right:3px}.fc-direction-rtl .fc-daygrid-event .fc-event-time{margin-left:3px}.fc-v-event{border:1px solid #3788d8;border:1px solid var(--fc-event-border-color,#3788d8);background-color:#3788d8;background-color:var(--fc-event-bg-color,#3788d8)}.fc-v-event .fc-event-main{color:#fff;color:var(--fc-event-text-color,#fff);height:100%}.fc-v-event .fc-event-main-frame{height:100%;display:flex;flex-direction:column}.fc-v-event .fc-event-time{flex-grow:0;flex-shrink:0;max-height:100%;overflow:hidden}.fc-v-event .fc-event-title-container{flex-grow:1;flex-shrink:1;min-height:0}.fc-v-event .fc-event-title{top:0;bottom:0;max-height:100%;overflow:hidden}.fc-v-event:not(.fc-event-start){border-top-width:0;border-top-left-radius:0;border-top-right-radius:0}.fc-v-event:not(.fc-event-end){border-bottom-width:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.fc-v-event.fc-event-selected:before{left:-10px;right:-10px}.fc-v-event .fc-event-resizer-start{cursor:n-resize}.fc-v-event .fc-event-resizer-end{cursor:s-resize}.fc-v-event:not(.fc-event-selected) .fc-event-resizer{height:8px;height:var(--fc-event-resizer-thickness,8px);left:0;right:0}.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start{top:-4px;top:calc(var(--fc-event-resizer-thickness,8px)/ -2)}.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end{bottom:-4px;bottom:calc(var(--fc-event-resizer-thickness,8px)/ -2)}.fc-v-event.fc-event-selected .fc-event-resizer{left:50%;margin-left:-4px;margin-left:calc(var(--fc-event-resizer-dot-total-width,8px)/ -2)}.fc-v-event.fc-event-selected .fc-event-resizer-start{top:-4px;top:calc(var(--fc-event-resizer-dot-total-width,8px)/ -2)}.fc-v-event.fc-event-selected .fc-event-resizer-end{bottom:-4px;bottom:calc(var(--fc-event-resizer-dot-total-width,8px)/ -2)}.fc .fc-timegrid .fc-daygrid-body{z-index:2}.fc .fc-timegrid-axis-chunk>table,.fc .fc-timegrid-body,.fc .fc-timegrid-slots{position:relative;z-index:1}.fc .fc-timegrid-divider{padding:0 0 2px}.fc .fc-timegrid-body{min-height:100%}.fc .fc-timegrid-axis-chunk{position:relative}.fc .fc-timegrid-slot{height:1.5em;border-bottom:0}.fc .fc-timegrid-slot:empty:before{content:'\00a0'}.fc .fc-timegrid-slot-minor{border-top-style:dotted}.fc .fc-timegrid-slot-label-cushion{display:inline-block;white-space:nowrap}.fc .fc-timegrid-axis-cushion,.fc .fc-timegrid-slot-label-cushion{padding:0 4px}.fc .fc-timegrid-axis-frame-liquid{height:100%}.fc .fc-timegrid-axis-frame{overflow:hidden;display:flex;align-items:center;justify-content:flex-end}.fc .fc-timegrid-axis-cushion{max-width:60px;flex-shrink:0}.fc-direction-ltr .fc-timegrid-slot-label-frame{text-align:right}.fc-direction-rtl .fc-timegrid-slot-label-frame{text-align:left}.fc-liquid-hack .fc-timegrid-axis-frame-liquid{height:auto;position:absolute;top:0;right:0;bottom:0;left:0}.fc .fc-timegrid-col.fc-day-today{background-color:rgba(255,220,40,.15);background-color:var(--fc-today-bg-color,rgba(255,220,40,.15))}.fc .fc-timegrid-col-frame{min-height:100%;position:relative}.fc-media-screen.fc-liquid-hack .fc-timegrid-col-frame{height:auto;position:absolute;top:0;right:0;bottom:0;left:0}.fc-media-screen .fc-timegrid-cols{position:absolute;top:0;left:0;right:0;bottom:0}.fc-media-screen .fc-timegrid-cols>table{height:100%}.fc-media-screen .fc-timegrid-col-bg,.fc-media-screen .fc-timegrid-col-events,.fc-media-screen .fc-timegrid-now-indicator-container{position:absolute;top:0;left:0;right:0}.fc .fc-timegrid-col-bg{z-index:2}.fc .fc-timegrid-col-bg .fc-non-business{z-index:1}.fc .fc-timegrid-col-bg .fc-bg-event{z-index:2}.fc .fc-timegrid-col-bg .fc-highlight,.fc .fc-timegrid-col-events{z-index:3}.fc .fc-timegrid-bg-harness{position:absolute;left:0;right:0}.fc .fc-timegrid-now-indicator-container{bottom:0;overflow:hidden}.fc-direction-ltr .fc-timegrid-col-events{margin:0 2.5% 0 2px}.fc-direction-rtl .fc-timegrid-col-events{margin:0 2px 0 2.5%}.fc-timegrid-event-harness{position:absolute}.fc-timegrid-event-harness>.fc-timegrid-event{position:absolute;top:0;bottom:0;left:0;right:0}.fc-timegrid-event-harness-inset .fc-timegrid-event,.fc-timegrid-event.fc-event-mirror,.fc-timegrid-more-link{box-shadow:0 0 0 1px #fff;box-shadow:0 0 0 1px var(--fc-page-bg-color,#fff)}.fc-timegrid-event,.fc-timegrid-more-link{font-size:.85em;font-size:var(--fc-small-font-size,.85em);border-radius:3px}.fc-timegrid-event{margin-bottom:1px}.fc-timegrid-event .fc-event-main{padding:1px 1px 0}.fc-timegrid-event .fc-event-time{white-space:nowrap;font-size:.85em;font-size:var(--fc-small-font-size,.85em);margin-bottom:1px}.fc-timegrid-event-short .fc-event-main-frame{flex-direction:row;overflow:hidden}.fc-timegrid-event-short .fc-event-time:after{content:'\00a0-\00a0'}.fc-timegrid-event-short .fc-event-title{font-size:.85em;font-size:var(--fc-small-font-size,.85em)}.fc-timegrid-more-link{position:absolute;z-index:9999;color:inherit;color:var(--fc-more-link-text-color,inherit);background:var(--fc-more-link-bg-color,#d0d0d0);cursor:pointer;margin-bottom:1px}.fc-timegrid-more-link-inner{padding:3px 2px;top:0}.fc-direction-ltr .fc-timegrid-more-link{right:0}.fc-direction-rtl .fc-timegrid-more-link{left:0}.fc .fc-timegrid-now-indicator-line{position:absolute;z-index:4;left:0;right:0;border-style:solid;border-color:red;border-color:var(--fc-now-indicator-color,red);border-width:1px 0 0}.fc .fc-timegrid-now-indicator-arrow{position:absolute;z-index:4;margin-top:-5px;border-style:solid;border-color:red;border-color:var(--fc-now-indicator-color,red)}.fc-direction-ltr .fc-timegrid-now-indicator-arrow{left:0;border-width:5px 0 5px 6px;border-top-color:transparent;border-bottom-color:transparent}.fc-direction-rtl .fc-timegrid-now-indicator-arrow{right:0;border-width:5px 6px 5px 0;border-top-color:transparent;border-bottom-color:transparent}.fc-theme-standard .fc-list{border:1px solid #ddd;border:1px solid var(--fc-border-color,#ddd)}.fc .fc-list-empty{background-color:rgba(208,208,208,.3);background-color:var(--fc-neutral-bg-color,rgba(208,208,208,.3));height:100%;display:flex;justify-content:center;align-items:center}.fc .fc-list-empty-cushion{margin:5em 0}.fc .fc-list-table{width:100%;border-style:hidden}.fc .fc-list-table tr>*{border-left:0;border-right:0}.fc .fc-list-sticky .fc-list-day>*{position:sticky;top:0;background:var(--fc-page-bg-color,#fff)}.fc .fc-list-table thead{position:absolute;left:-10000px}.fc .fc-list-table tbody>tr:first-child th{border-top:0}.fc .fc-list-table th{padding:0}.fc .fc-list-day-cushion,.fc .fc-list-table td{padding:8px 14px}.fc .fc-list-day-cushion:after{content:"";clear:both;display:table}.fc-theme-standard .fc-list-day-cushion{background-color:rgba(208,208,208,.3);background-color:var(--fc-neutral-bg-color,rgba(208,208,208,.3))}.fc-direction-ltr .fc-list-day-text,.fc-direction-rtl .fc-list-day-side-text{float:left}.fc-direction-ltr .fc-list-day-side-text,.fc-direction-rtl .fc-list-day-text{float:right}.fc-direction-ltr .fc-list-table .fc-list-event-graphic{padding-right:0}.fc-direction-rtl .fc-list-table .fc-list-event-graphic{padding-left:0}.fc .fc-list-event.fc-event-forced-url{cursor:pointer}.fc .fc-list-event:hover td{background-color:#f5f5f5;background-color:var(--fc-list-event-hover-bg-color,#f5f5f5)}.fc .fc-list-event-graphic,.fc .fc-list-event-time{white-space:nowrap;width:1px}.fc .fc-list-event-dot{display:inline-block;box-sizing:content-box;width:0;height:0;border:5px solid #3788d8;border:calc(var(--fc-list-event-dot-width,10px)/ 2) solid var(--fc-event-border-color,#3788d8);border-radius:5px;border-radius:calc(var(--fc-list-event-dot-width,10px)/ 2)}.fc .fc-list-event-title a{color:inherit}.fc .fc-list-event.fc-event-forced-url:hover a{text-decoration:underline}.fc-theme-bootstrap a:not([href]){color:inherit}.fc-theme-bootstrap5 a:not([href]){color:inherit;text-decoration:inherit}.fc-theme-bootstrap5 .fc-list,.fc-theme-bootstrap5 .fc-scrollgrid,.fc-theme-bootstrap5 td,.fc-theme-bootstrap5 th{border:1px solid var(--bs-gray-400)}.fc-theme-bootstrap5 .fc-scrollgrid{border-right-width:0;border-bottom-width:0}.fc-theme-bootstrap5-shaded{background-color:var(--bs-gray-200)}.menu-item-object-language_switcher .trp-flag-image {
display: inline-block;
margin: -1px 5px;
vertical-align: baseline;
padding: 0;
border: 0;
border-radius:0;
} .trp-language-switcher{
height: 42px;
position: relative;
box-sizing: border-box;
width: 200px;
text-overflow: ellipsis;
white-space: nowrap;
}
.trp-language-switcher > div {
box-sizing: border-box;
padding:4px 20px 3px 13px;
border: 1.5px solid #949494;
border-radius: 2px;
background-image: url(//hotelkasbahaitbenhaddou.com/wp-content/plugins/translatepress-multilingual/assets/images/arrow-down-3101.svg);
background-repeat: no-repeat;
background-position:
calc(100% - 20px) calc(1em + 2px),
calc(100% - 3px) calc(1em + 0px);
background-size:
8px 8px,
8px 8px;
background-repeat: no-repeat;
background-color: #fff;
}
.trp-language-switcher > div:hover {
background-image: none;
}
.trp-language-switcher > div > a {
display: block;
padding: 7px 12px;
border-radius: 3px;
text-decoration: none;
color: #1E1E1E;
font-style: normal;
font-weight: 400;
font-size: 16px;
}
.trp-language-switcher > div > a:hover {
background: #F0F0F0;
border-radius: 2px;
}
.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
cursor: default;
}
.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language:hover {
background: none;
}
.trp-language-switcher > div > a > img{
display: inline;
margin: 0 3px;
width: 18px;
height: 12px;
border-radius: 0;
}
.trp-language-switcher .trp-ls-shortcode-current-language{
display: inline-block;
}
.trp-language-switcher:focus .trp-ls-shortcode-current-language,
.trp-language-switcher:hover .trp-ls-shortcode-current-language{
visibility: hidden;
}
.trp-language-switcher .trp-ls-shortcode-language{
display: inline-block;
height: 1px;
overflow: hidden;
visibility: hidden;
z-index: 1;
max-height: 250px;
overflow-y: auto;
left: 0;
top: 0;
min-height: auto;
}
.trp-language-switcher:focus .trp-ls-shortcode-language,
.trp-language-switcher:hover .trp-ls-shortcode-language{
visibility: visible;
max-height: 250px;
padding: 4px 13px;
height: auto;
overflow-y: auto;
position: absolute;
left: 0;
top: 0;
display: inline-block !important;
min-height: auto;
} #wpadminbar #wp-admin-bar-trp_edit_translation .ab-icon:before {
content: '\f326';
top: 3px;
}
@media screen and ( max-width: 782px ) {
#wpadminbar #wp-admin-bar-trp_edit_translation > .ab-item {
text-indent: 0;
}
#wpadminbar li#wp-admin-bar-trp_edit_translation {
display: block;
}
} .elementor-shortcode .trp-ls-shortcode-current-language,
.elementor-shortcode .trp-ls-shortcode-language {
width: 300px !important;
}