@charset "UTF-8";
.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 .hidden-fields-container {
display: none;
}
.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;
}.ditty-slider{display:flex;flex-direction:column;position:relative;width:100%}.ditty-slider,.ditty-slider *{box-sizing:border-box}.ditty-slider__contents{order:1;position:relative;width:100%}.ditty-slider__contents:hover .ditty-slider__arrows{opacity:1}.ditty-slider__slides{overflow:hidden;position:relative}.ditty-slider__slide{display:none;line-height:1;position:absolute;width:100%}.ditty-slider__bullets{align-items:center;display:flex;flex-direction:row;justify-content:center;order:2;width:100%}.ditty-slider__bullet{background:#ccc;border-radius:50%;display:block;flex:0 0 auto;height:10px;margin:0 1px;position:relative;transition:background-color .25s ease;width:10px;z-index:9999}.ditty-slider__bullet--active{background:#000}.ditty-slider__arrows{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:space-between;left:0;opacity:0;order:3;position:absolute;top:0;transition:opacity .25s ease;width:100%}.ditty-slider__arrows--static{opacity:1}.ditty-slider__next,.ditty-slider__prev{align-items:center;background:hsla(0,0%,100%,.3);border-radius:50%;color:#32373c;display:flex;flex-direction:row;height:30px;justify-content:center;line-height:0;position:relative;text-decoration:none;width:30px;z-index:9999}.ditty-slider__next i,.ditty-slider__prev i{display:block;line-height:0;vertical-align:middle}.ditty-slider__next:focus,.ditty-slider__prev:focus{box-shadow:none;outline:none}.ditty{display:flex;flex:1;flex-direction:row;flex-wrap:wrap;position:relative;width:100%}.ditty,.ditty *{box-sizing:border-box}.ditty__contents,.ditty__title,.ditty__title .ditty__title__contents{display:flex;flex-direction:row}.ditty__contents{align-content:flex-start;flex-wrap:wrap;justify-content:flex-start;width:100%}.ditty__items{overflow:hidden;position:relative;width:100%}.ditty[data-title=bottom]>.ditty__title,.ditty[data-title=top]>.ditty__title{width:100%}.ditty[data-title=bottom][data-title_vertical_position=start]>.ditty__title .ditty__title__contents,.ditty[data-title=top][data-title_vertical_position=start]>.ditty__title .ditty__title__contents{align-items:flex-start}.ditty[data-title=bottom][data-title_vertical_position=center]>.ditty__title .ditty__title__contents,.ditty[data-title=top][data-title_vertical_position=center]>.ditty__title .ditty__title__contents{align-items:center}.ditty[data-title=bottom][data-title_vertical_position=end]>.ditty__title .ditty__title__contents,.ditty[data-title=top][data-title_vertical_position=end]>.ditty__title .ditty__title__contents{align-items:flex-end}.ditty[data-title=bottom]>.ditty__title{order:1}.ditty[data-title=bottom]>.ditty__contents{order:0}.ditty[data-title=left],.ditty[data-title=right]{align-items:stretch;flex-direction:row;flex-wrap:nowrap}.ditty[data-title=left]>.ditty__title,.ditty[data-title=right]>.ditty__title{flex:0 0 auto}.ditty[data-title=left]>.ditty__title .ditty__title__contents,.ditty[data-title=right]>.ditty__title .ditty__title__contents{display:flex;flex-direction:row;height:100%}.ditty[data-title=left][data-title=right]>.ditty__title,.ditty[data-title=right][data-title=right]>.ditty__title{order:1}.ditty[data-title=left][data-title=right]>.ditty__contents,.ditty[data-title=right][data-title=right]>.ditty__contents{order:0}.ditty[data-title=left][data-title_vertical_position=start]>.ditty__title .ditty__title__contents,.ditty[data-title=right][data-title_vertical_position=start]>.ditty__title .ditty__title__contents{align-items:flex-start}.ditty[data-title=left][data-title_vertical_position=center]>.ditty__title .ditty__title__contents,.ditty[data-title=right][data-title_vertical_position=center]>.ditty__title .ditty__title__contents{align-items:center}.ditty[data-title=left][data-title_vertical_position=end]>.ditty__title .ditty__title__contents,.ditty[data-title=right][data-title_vertical_position=end]>.ditty__title .ditty__title__contents{align-items:flex-end}.ditty[data-title_position=start]>.ditty__title{align-items:flex-start;justify-content:flex-start}.ditty[data-title_position=center]>.ditty__title{align-items:center;justify-content:center}.ditty[data-title_position=end]>.ditty__title{align-items:flex-end;justify-content:flex-end}.ditty[data-title_horizontal_position=start]>.ditty__title .ditty__title__contents{align-items:flex-start;height:100%;justify-content:flex-start}.ditty[data-title_horizontal_position=center]>.ditty__title .ditty__title__contents{align-items:center;justify-content:center}.ditty[data-title_horizontal_position=end]>.ditty__title .ditty__title__contents{align-items:flex-end;justify-content:flex-end}.ditty__edit-links{align-items:center;background:hsla(0,0%,100%,.5);border-radius:25px;box-shadow:0 0 4px rgba(0,0,0,.2);display:flex;flex-wrap:nowrap;gap:10px;height:35px;left:5px;max-width:35px;overflow:hidden;padding:10px;position:absolute;top:5px;transition:all .25s ease;z-index:99999}.ditty__edit-links:hover{max-width:200px}.ditty__edit-links svg{display:block;flex:0 0 auto;width:15px;fill:#19bf7c}.ditty__edit-links a{flex:0 0 auto;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Helvetica Neue,sans-serif;font-size:12px;font-weight:700;text-decoration:none;white-space:nowrap}.ditty__edit-links a:hover{text-decoration:underline}.ditty-item__elements{box-sizing:border-box;max-width:100%;overflow:hidden}.ditty-item__elements *{box-sizing:border-box}.ditty-item__elements img{height:auto;max-width:100%}.ditty-item__wrapper{overflow:hidden;position:relative}.ditty-item__icon{display:block;height:auto;line-height:0;width:1em}.ditty-item__media img,.ditty-item__media video{display:block;line-height:0;max-width:100%}.ditty-ticker__items{overflow:hidden;position:relative;width:100%}.ditty-ticker .ditty-item{display:none;line-height:1;position:absolute}.ditty-ticker .ditty-item__elements{-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-text-size-adjust:100%}.ditty-ticker .ditty-playPause{all:unset;align-items:center;background:hsla(0,0%,100%,.3);border-radius:50%;color:#32373c;cursor:pointer;display:flex;flex-direction:row;height:30px;justify-content:center;line-height:0;position:relative;text-decoration:none;width:30px;z-index:9999}.ditty-ticker .ditty-playPause svg{color:currentColor;height:15px;width:15px}.ditty-list{position:relative}.ditty-list,.ditty-list *{box-sizing:border-box}.ditty-list .ditty-item{display:block;max-width:100%;position:relative}.fa {
font-family: var(--fa-style-family, "Font Awesome 6 Free");
font-weight: var(--fa-style, 900); }
.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: var(--fa-display, inline-block);
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto; }
.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
font-family: 'Font Awesome 6 Free'; }
.fab,
.fa-brands {
font-family: 'Font Awesome 6 Brands'; }
.fa-1x {
font-size: 1em; }
.fa-2x {
font-size: 2em; }
.fa-3x {
font-size: 3em; }
.fa-4x {
font-size: 4em; }
.fa-5x {
font-size: 5em; }
.fa-6x {
font-size: 6em; }
.fa-7x {
font-size: 7em; }
.fa-8x {
font-size: 8em; }
.fa-9x {
font-size: 9em; }
.fa-10x {
font-size: 10em; }
.fa-2xs {
font-size: 0.625em;
line-height: 0.1em;
vertical-align: 0.225em; }
.fa-xs {
font-size: 0.75em;
line-height: 0.08333em;
vertical-align: 0.125em; }
.fa-sm {
font-size: 0.875em;
line-height: 0.07143em;
vertical-align: 0.05357em; }
.fa-lg {
font-size: 1.25em;
line-height: 0.05em;
vertical-align: -0.075em; }
.fa-xl {
font-size: 1.5em;
line-height: 0.04167em;
vertical-align: -0.125em; }
.fa-2xl {
font-size: 2em;
line-height: 0.03125em;
vertical-align: -0.1875em; }
.fa-fw {
text-align: center;
width: 1.25em; }
.fa-ul {
list-style-type: none;
margin-left: var(--fa-li-margin, 2.5em);
padding-left: 0; }
.fa-ul > li {
position: relative; }
.fa-li {
left: calc(var(--fa-li-width, 2em) * -1);
position: absolute;
text-align: center;
width: var(--fa-li-width, 2em);
line-height: inherit; }
.fa-border {
border-color: var(--fa-border-color, #eee);
border-radius: var(--fa-border-radius, 0.1em);
border-style: var(--fa-border-style, solid);
border-width: var(--fa-border-width, 0.08em);
padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }
.fa-pull-left {
float: left;
margin-right: var(--fa-pull-margin, 0.3em); }
.fa-pull-right {
float: right;
margin-left: var(--fa-pull-margin, 0.3em); }
.fa-beat {
-webkit-animation-name: fa-beat;
animation-name: fa-beat;
-webkit-animation-delay: var(--fa-animation-delay, 0s);
animation-delay: var(--fa-animation-delay, 0s);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
.fa-bounce {
-webkit-animation-name: fa-bounce;
animation-name: fa-bounce;
-webkit-animation-delay: var(--fa-animation-delay, 0s);
animation-delay: var(--fa-animation-delay, 0s);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
.fa-fade {
-webkit-animation-name: fa-fade;
animation-name: fa-fade;
-webkit-animation-delay: var(--fa-animation-delay, 0s);
animation-delay: var(--fa-animation-delay, 0s);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
.fa-beat-fade {
-webkit-animation-name: fa-beat-fade;
animation-name: fa-beat-fade;
-webkit-animation-delay: var(--fa-animation-delay, 0s);
animation-delay: var(--fa-animation-delay, 0s);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
.fa-flip {
-webkit-animation-name: fa-flip;
animation-name: fa-flip;
-webkit-animation-delay: var(--fa-animation-delay, 0s);
animation-delay: var(--fa-animation-delay, 0s);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
.fa-shake {
-webkit-animation-name: fa-shake;
animation-name: fa-shake;
-webkit-animation-delay: var(--fa-animation-delay, 0s);
animation-delay: var(--fa-animation-delay, 0s);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
animation-timing-function: var(--fa-animation-timing, linear); }
.fa-spin {
-webkit-animation-name: fa-spin;
animation-name: fa-spin;
-webkit-animation-delay: var(--fa-animation-delay, 0s);
animation-delay: var(--fa-animation-delay, 0s);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 2s);
animation-duration: var(--fa-animation-duration, 2s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
animation-timing-function: var(--fa-animation-timing, linear); }
.fa-spin-reverse {
--fa-animation-direction: reverse; }
.fa-pulse,
.fa-spin-pulse {
-webkit-animation-name: fa-spin;
animation-name: fa-spin;
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
animation-timing-function: var(--fa-animation-timing, steps(8)); }
@media (prefers-reduced-motion: reduce) {
.fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
-webkit-animation-delay: -1ms;
animation-delay: -1ms;
-webkit-animation-duration: 1ms;
animation-duration: 1ms;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transition-duration: 0s;
transition-duration: 0s; } }
@-webkit-keyframes fa-beat {
0%, 90% {
-webkit-transform: scale(1);
transform: scale(1); }
45% {
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
transform: scale(var(--fa-beat-scale, 1.25)); } }
@keyframes fa-beat {
0%, 90% {
-webkit-transform: scale(1);
transform: scale(1); }
45% {
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
transform: scale(var(--fa-beat-scale, 1.25)); } }
@-webkit-keyframes fa-bounce {
0% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0); }
10% {
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
30% {
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
50% {
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
57% {
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
64% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0); }
100% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0); } }
@keyframes fa-bounce {
0% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0); }
10% {
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
30% {
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
50% {
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
57% {
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
64% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0); }
100% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0); } }
@-webkit-keyframes fa-fade {
50% {
opacity: var(--fa-fade-opacity, 0.4); } }
@keyframes fa-fade {
50% {
opacity: var(--fa-fade-opacity, 0.4); } }
@-webkit-keyframes fa-beat-fade {
0%, 100% {
opacity: var(--fa-beat-fade-opacity, 0.4);
-webkit-transform: scale(1);
transform: scale(1); }
50% {
opacity: 1;
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
@keyframes fa-beat-fade {
0%, 100% {
opacity: var(--fa-beat-fade-opacity, 0.4);
-webkit-transform: scale(1);
transform: scale(1); }
50% {
opacity: 1;
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
@-webkit-keyframes fa-flip {
50% {
-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
@keyframes fa-flip {
50% {
-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
@-webkit-keyframes fa-shake {
0% {
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg); }
4% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg); }
8%, 24% {
-webkit-transform: rotate(-18deg);
transform: rotate(-18deg); }
12%, 28% {
-webkit-transform: rotate(18deg);
transform: rotate(18deg); }
16% {
-webkit-transform: rotate(-22deg);
transform: rotate(-22deg); }
20% {
-webkit-transform: rotate(22deg);
transform: rotate(22deg); }
32% {
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg); }
36% {
-webkit-transform: rotate(12deg);
transform: rotate(12deg); }
40%, 100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); } }
@keyframes fa-shake {
0% {
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg); }
4% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg); }
8%, 24% {
-webkit-transform: rotate(-18deg);
transform: rotate(-18deg); }
12%, 28% {
-webkit-transform: rotate(18deg);
transform: rotate(18deg); }
16% {
-webkit-transform: rotate(-22deg);
transform: rotate(-22deg); }
20% {
-webkit-transform: rotate(22deg);
transform: rotate(22deg); }
32% {
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg); }
36% {
-webkit-transform: rotate(12deg);
transform: rotate(12deg); }
40%, 100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); } }
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.fa-rotate-90 {
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.fa-rotate-180 {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.fa-rotate-270 {
-webkit-transform: rotate(270deg);
transform: rotate(270deg); }
.fa-flip-horizontal {
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1); }
.fa-flip-vertical {
-webkit-transform: scale(1, -1);
transform: scale(1, -1); }
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1); }
.fa-rotate-by {
-webkit-transform: rotate(var(--fa-rotate-angle, none));
transform: rotate(var(--fa-rotate-angle, none)); }
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em; }
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%;
z-index: var(--fa-stack-z-index, auto); }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: var(--fa-inverse, #fff); } .fa-0::before {
content: "\30"; }
.fa-1::before {
content: "\31"; }
.fa-2::before {
content: "\32"; }
.fa-3::before {
content: "\33"; }
.fa-4::before {
content: "\34"; }
.fa-5::before {
content: "\35"; }
.fa-6::before {
content: "\36"; }
.fa-7::before {
content: "\37"; }
.fa-8::before {
content: "\38"; }
.fa-9::before {
content: "\39"; }
.fa-fill-drip::before {
content: "\f576"; }
.fa-arrows-to-circle::before {
content: "\e4bd"; }
.fa-circle-chevron-right::before {
content: "\f138"; }
.fa-chevron-circle-right::before {
content: "\f138"; }
.fa-at::before {
content: "\40"; }
.fa-trash-can::before {
content: "\f2ed"; }
.fa-trash-alt::before {
content: "\f2ed"; }
.fa-text-height::before {
content: "\f034"; }
.fa-user-xmark::before {
content: "\f235"; }
.fa-user-times::before {
content: "\f235"; }
.fa-stethoscope::before {
content: "\f0f1"; }
.fa-message::before {
content: "\f27a"; }
.fa-comment-alt::before {
content: "\f27a"; }
.fa-info::before {
content: "\f129"; }
.fa-down-left-and-up-right-to-center::before {
content: "\f422"; }
.fa-compress-alt::before {
content: "\f422"; }
.fa-explosion::before {
content: "\e4e9"; }
.fa-file-lines::before {
content: "\f15c"; }
.fa-file-alt::before {
content: "\f15c"; }
.fa-file-text::before {
content: "\f15c"; }
.fa-wave-square::before {
content: "\f83e"; }
.fa-ring::before {
content: "\f70b"; }
.fa-building-un::before {
content: "\e4d9"; }
.fa-dice-three::before {
content: "\f527"; }
.fa-calendar-days::before {
content: "\f073"; }
.fa-calendar-alt::before {
content: "\f073"; }
.fa-anchor-circle-check::before {
content: "\e4aa"; }
.fa-building-circle-arrow-right::before {
content: "\e4d1"; }
.fa-volleyball::before {
content: "\f45f"; }
.fa-volleyball-ball::before {
content: "\f45f"; }
.fa-arrows-up-to-line::before {
content: "\e4c2"; }
.fa-sort-down::before {
content: "\f0dd"; }
.fa-sort-desc::before {
content: "\f0dd"; }
.fa-circle-minus::before {
content: "\f056"; }
.fa-minus-circle::before {
content: "\f056"; }
.fa-door-open::before {
content: "\f52b"; }
.fa-right-from-bracket::before {
content: "\f2f5"; }
.fa-sign-out-alt::before {
content: "\f2f5"; }
.fa-atom::before {
content: "\f5d2"; }
.fa-soap::before {
content: "\e06e"; }
.fa-icons::before {
content: "\f86d"; }
.fa-heart-music-camera-bolt::before {
content: "\f86d"; }
.fa-microphone-lines-slash::before {
content: "\f539"; }
.fa-microphone-alt-slash::before {
content: "\f539"; }
.fa-bridge-circle-check::before {
content: "\e4c9"; }
.fa-pump-medical::before {
content: "\e06a"; }
.fa-fingerprint::before {
content: "\f577"; }
.fa-hand-point-right::before {
content: "\f0a4"; }
.fa-magnifying-glass-location::before {
content: "\f689"; }
.fa-search-location::before {
content: "\f689"; }
.fa-forward-step::before {
content: "\f051"; }
.fa-step-forward::before {
content: "\f051"; }
.fa-face-smile-beam::before {
content: "\f5b8"; }
.fa-smile-beam::before {
content: "\f5b8"; }
.fa-flag-checkered::before {
content: "\f11e"; }
.fa-football::before {
content: "\f44e"; }
.fa-football-ball::before {
content: "\f44e"; }
.fa-school-circle-exclamation::before {
content: "\e56c"; }
.fa-crop::before {
content: "\f125"; }
.fa-angles-down::before {
content: "\f103"; }
.fa-angle-double-down::before {
content: "\f103"; }
.fa-users-rectangle::before {
content: "\e594"; }
.fa-people-roof::before {
content: "\e537"; }
.fa-people-line::before {
content: "\e534"; }
.fa-beer-mug-empty::before {
content: "\f0fc"; }
.fa-beer::before {
content: "\f0fc"; }
.fa-diagram-predecessor::before {
content: "\e477"; }
.fa-arrow-up-long::before {
content: "\f176"; }
.fa-long-arrow-up::before {
content: "\f176"; }
.fa-fire-flame-simple::before {
content: "\f46a"; }
.fa-burn::before {
content: "\f46a"; }
.fa-person::before {
content: "\f183"; }
.fa-male::before {
content: "\f183"; }
.fa-laptop::before {
content: "\f109"; }
.fa-file-csv::before {
content: "\f6dd"; }
.fa-menorah::before {
content: "\f676"; }
.fa-truck-plane::before {
content: "\e58f"; }
.fa-record-vinyl::before {
content: "\f8d9"; }
.fa-face-grin-stars::before {
content: "\f587"; }
.fa-grin-stars::before {
content: "\f587"; }
.fa-bong::before {
content: "\f55c"; }
.fa-spaghetti-monster-flying::before {
content: "\f67b"; }
.fa-pastafarianism::before {
content: "\f67b"; }
.fa-arrow-down-up-across-line::before {
content: "\e4af"; }
.fa-spoon::before {
content: "\f2e5"; }
.fa-utensil-spoon::before {
content: "\f2e5"; }
.fa-jar-wheat::before {
content: "\e517"; }
.fa-envelopes-bulk::before {
content: "\f674"; }
.fa-mail-bulk::before {
content: "\f674"; }
.fa-file-circle-exclamation::before {
content: "\e4eb"; }
.fa-circle-h::before {
content: "\f47e"; }
.fa-hospital-symbol::before {
content: "\f47e"; }
.fa-pager::before {
content: "\f815"; }
.fa-address-book::before {
content: "\f2b9"; }
.fa-contact-book::before {
content: "\f2b9"; }
.fa-strikethrough::before {
content: "\f0cc"; }
.fa-k::before {
content: "\4b"; }
.fa-landmark-flag::before {
content: "\e51c"; }
.fa-pencil::before {
content: "\f303"; }
.fa-pencil-alt::before {
content: "\f303"; }
.fa-backward::before {
content: "\f04a"; }
.fa-caret-right::before {
content: "\f0da"; }
.fa-comments::before {
content: "\f086"; }
.fa-paste::before {
content: "\f0ea"; }
.fa-file-clipboard::before {
content: "\f0ea"; }
.fa-code-pull-request::before {
content: "\e13c"; }
.fa-clipboard-list::before {
content: "\f46d"; }
.fa-truck-ramp-box::before {
content: "\f4de"; }
.fa-truck-loading::before {
content: "\f4de"; }
.fa-user-check::before {
content: "\f4fc"; }
.fa-vial-virus::before {
content: "\e597"; }
.fa-sheet-plastic::before {
content: "\e571"; }
.fa-blog::before {
content: "\f781"; }
.fa-user-ninja::before {
content: "\f504"; }
.fa-person-arrow-up-from-line::before {
content: "\e539"; }
.fa-scroll-torah::before {
content: "\f6a0"; }
.fa-torah::before {
content: "\f6a0"; }
.fa-broom-ball::before {
content: "\f458"; }
.fa-quidditch::before {
content: "\f458"; }
.fa-quidditch-broom-ball::before {
content: "\f458"; }
.fa-toggle-off::before {
content: "\f204"; }
.fa-box-archive::before {
content: "\f187"; }
.fa-archive::before {
content: "\f187"; }
.fa-person-drowning::before {
content: "\e545"; }
.fa-arrow-down-9-1::before {
content: "\f886"; }
.fa-sort-numeric-desc::before {
content: "\f886"; }
.fa-sort-numeric-down-alt::before {
content: "\f886"; }
.fa-face-grin-tongue-squint::before {
content: "\f58a"; }
.fa-grin-tongue-squint::before {
content: "\f58a"; }
.fa-spray-can::before {
content: "\f5bd"; }
.fa-truck-monster::before {
content: "\f63b"; }
.fa-w::before {
content: "\57"; }
.fa-earth-africa::before {
content: "\f57c"; }
.fa-globe-africa::before {
content: "\f57c"; }
.fa-rainbow::before {
content: "\f75b"; }
.fa-circle-notch::before {
content: "\f1ce"; }
.fa-tablet-screen-button::before {
content: "\f3fa"; }
.fa-tablet-alt::before {
content: "\f3fa"; }
.fa-paw::before {
content: "\f1b0"; }
.fa-cloud::before {
content: "\f0c2"; }
.fa-trowel-bricks::before {
content: "\e58a"; }
.fa-face-flushed::before {
content: "\f579"; }
.fa-flushed::before {
content: "\f579"; }
.fa-hospital-user::before {
content: "\f80d"; }
.fa-tent-arrow-left-right::before {
content: "\e57f"; }
.fa-gavel::before {
content: "\f0e3"; }
.fa-legal::before {
content: "\f0e3"; }
.fa-binoculars::before {
content: "\f1e5"; }
.fa-microphone-slash::before {
content: "\f131"; }
.fa-box-tissue::before {
content: "\e05b"; }
.fa-motorcycle::before {
content: "\f21c"; }
.fa-bell-concierge::before {
content: "\f562"; }
.fa-concierge-bell::before {
content: "\f562"; }
.fa-pen-ruler::before {
content: "\f5ae"; }
.fa-pencil-ruler::before {
content: "\f5ae"; }
.fa-people-arrows::before {
content: "\e068"; }
.fa-people-arrows-left-right::before {
content: "\e068"; }
.fa-mars-and-venus-burst::before {
content: "\e523"; }
.fa-square-caret-right::before {
content: "\f152"; }
.fa-caret-square-right::before {
content: "\f152"; }
.fa-scissors::before {
content: "\f0c4"; }
.fa-cut::before {
content: "\f0c4"; }
.fa-sun-plant-wilt::before {
content: "\e57a"; }
.fa-toilets-portable::before {
content: "\e584"; }
.fa-hockey-puck::before {
content: "\f453"; }
.fa-table::before {
content: "\f0ce"; }
.fa-magnifying-glass-arrow-right::before {
content: "\e521"; }
.fa-tachograph-digital::before {
content: "\f566"; }
.fa-digital-tachograph::before {
content: "\f566"; }
.fa-users-slash::before {
content: "\e073"; }
.fa-clover::before {
content: "\e139"; }
.fa-reply::before {
content: "\f3e5"; }
.fa-mail-reply::before {
content: "\f3e5"; }
.fa-star-and-crescent::before {
content: "\f699"; }
.fa-house-fire::before {
content: "\e50c"; }
.fa-square-minus::before {
content: "\f146"; }
.fa-minus-square::before {
content: "\f146"; }
.fa-helicopter::before {
content: "\f533"; }
.fa-compass::before {
content: "\f14e"; }
.fa-square-caret-down::before {
content: "\f150"; }
.fa-caret-square-down::before {
content: "\f150"; }
.fa-file-circle-question::before {
content: "\e4ef"; }
.fa-laptop-code::before {
content: "\f5fc"; }
.fa-swatchbook::before {
content: "\f5c3"; }
.fa-prescription-bottle::before {
content: "\f485"; }
.fa-bars::before {
content: "\f0c9"; }
.fa-navicon::before {
content: "\f0c9"; }
.fa-people-group::before {
content: "\e533"; }
.fa-hourglass-end::before {
content: "\f253"; }
.fa-hourglass-3::before {
content: "\f253"; }
.fa-heart-crack::before {
content: "\f7a9"; }
.fa-heart-broken::before {
content: "\f7a9"; }
.fa-square-up-right::before {
content: "\f360"; }
.fa-external-link-square-alt::before {
content: "\f360"; }
.fa-face-kiss-beam::before {
content: "\f597"; }
.fa-kiss-beam::before {
content: "\f597"; }
.fa-film::before {
content: "\f008"; }
.fa-ruler-horizontal::before {
content: "\f547"; }
.fa-people-robbery::before {
content: "\e536"; }
.fa-lightbulb::before {
content: "\f0eb"; }
.fa-caret-left::before {
content: "\f0d9"; }
.fa-circle-exclamation::before {
content: "\f06a"; }
.fa-exclamation-circle::before {
content: "\f06a"; }
.fa-school-circle-xmark::before {
content: "\e56d"; }
.fa-arrow-right-from-bracket::before {
content: "\f08b"; }
.fa-sign-out::before {
content: "\f08b"; }
.fa-circle-chevron-down::before {
content: "\f13a"; }
.fa-chevron-circle-down::before {
content: "\f13a"; }
.fa-unlock-keyhole::before {
content: "\f13e"; }
.fa-unlock-alt::before {
content: "\f13e"; }
.fa-cloud-showers-heavy::before {
content: "\f740"; }
.fa-headphones-simple::before {
content: "\f58f"; }
.fa-headphones-alt::before {
content: "\f58f"; }
.fa-sitemap::before {
content: "\f0e8"; }
.fa-circle-dollar-to-slot::before {
content: "\f4b9"; }
.fa-donate::before {
content: "\f4b9"; }
.fa-memory::before {
content: "\f538"; }
.fa-road-spikes::before {
content: "\e568"; }
.fa-fire-burner::before {
content: "\e4f1"; }
.fa-flag::before {
content: "\f024"; }
.fa-hanukiah::before {
content: "\f6e6"; }
.fa-feather::before {
content: "\f52d"; }
.fa-volume-low::before {
content: "\f027"; }
.fa-volume-down::before {
content: "\f027"; }
.fa-comment-slash::before {
content: "\f4b3"; }
.fa-cloud-sun-rain::before {
content: "\f743"; }
.fa-compress::before {
content: "\f066"; }
.fa-wheat-awn::before {
content: "\e2cd"; }
.fa-wheat-alt::before {
content: "\e2cd"; }
.fa-ankh::before {
content: "\f644"; }
.fa-hands-holding-child::before {
content: "\e4fa"; }
.fa-asterisk::before {
content: "\2a"; }
.fa-square-check::before {
content: "\f14a"; }
.fa-check-square::before {
content: "\f14a"; }
.fa-peseta-sign::before {
content: "\e221"; }
.fa-heading::before {
content: "\f1dc"; }
.fa-header::before {
content: "\f1dc"; }
.fa-ghost::before {
content: "\f6e2"; }
.fa-list::before {
content: "\f03a"; }
.fa-list-squares::before {
content: "\f03a"; }
.fa-square-phone-flip::before {
content: "\f87b"; }
.fa-phone-square-alt::before {
content: "\f87b"; }
.fa-cart-plus::before {
content: "\f217"; }
.fa-gamepad::before {
content: "\f11b"; }
.fa-circle-dot::before {
content: "\f192"; }
.fa-dot-circle::before {
content: "\f192"; }
.fa-face-dizzy::before {
content: "\f567"; }
.fa-dizzy::before {
content: "\f567"; }
.fa-egg::before {
content: "\f7fb"; }
.fa-house-medical-circle-xmark::before {
content: "\e513"; }
.fa-campground::before {
content: "\f6bb"; }
.fa-folder-plus::before {
content: "\f65e"; }
.fa-futbol::before {
content: "\f1e3"; }
.fa-futbol-ball::before {
content: "\f1e3"; }
.fa-soccer-ball::before {
content: "\f1e3"; }
.fa-paintbrush::before {
content: "\f1fc"; }
.fa-paint-brush::before {
content: "\f1fc"; }
.fa-lock::before {
content: "\f023"; }
.fa-gas-pump::before {
content: "\f52f"; }
.fa-hot-tub-person::before {
content: "\f593"; }
.fa-hot-tub::before {
content: "\f593"; }
.fa-map-location::before {
content: "\f59f"; }
.fa-map-marked::before {
content: "\f59f"; }
.fa-house-flood-water::before {
content: "\e50e"; }
.fa-tree::before {
content: "\f1bb"; }
.fa-bridge-lock::before {
content: "\e4cc"; }
.fa-sack-dollar::before {
content: "\f81d"; }
.fa-pen-to-square::before {
content: "\f044"; }
.fa-edit::before {
content: "\f044"; }
.fa-car-side::before {
content: "\f5e4"; }
.fa-share-nodes::before {
content: "\f1e0"; }
.fa-share-alt::before {
content: "\f1e0"; }
.fa-heart-circle-minus::before {
content: "\e4ff"; }
.fa-hourglass-half::before {
content: "\f252"; }
.fa-hourglass-2::before {
content: "\f252"; }
.fa-microscope::before {
content: "\f610"; }
.fa-sink::before {
content: "\e06d"; }
.fa-bag-shopping::before {
content: "\f290"; }
.fa-shopping-bag::before {
content: "\f290"; }
.fa-arrow-down-z-a::before {
content: "\f881"; }
.fa-sort-alpha-desc::before {
content: "\f881"; }
.fa-sort-alpha-down-alt::before {
content: "\f881"; }
.fa-mitten::before {
content: "\f7b5"; }
.fa-person-rays::before {
content: "\e54d"; }
.fa-users::before {
content: "\f0c0"; }
.fa-eye-slash::before {
content: "\f070"; }
.fa-flask-vial::before {
content: "\e4f3"; }
.fa-hand::before {
content: "\f256"; }
.fa-hand-paper::before {
content: "\f256"; }
.fa-om::before {
content: "\f679"; }
.fa-worm::before {
content: "\e599"; }
.fa-house-circle-xmark::before {
content: "\e50b"; }
.fa-plug::before {
content: "\f1e6"; }
.fa-chevron-up::before {
content: "\f077"; }
.fa-hand-spock::before {
content: "\f259"; }
.fa-stopwatch::before {
content: "\f2f2"; }
.fa-face-kiss::before {
content: "\f596"; }
.fa-kiss::before {
content: "\f596"; }
.fa-bridge-circle-xmark::before {
content: "\e4cb"; }
.fa-face-grin-tongue::before {
content: "\f589"; }
.fa-grin-tongue::before {
content: "\f589"; }
.fa-chess-bishop::before {
content: "\f43a"; }
.fa-face-grin-wink::before {
content: "\f58c"; }
.fa-grin-wink::before {
content: "\f58c"; }
.fa-ear-deaf::before {
content: "\f2a4"; }
.fa-deaf::before {
content: "\f2a4"; }
.fa-deafness::before {
content: "\f2a4"; }
.fa-hard-of-hearing::before {
content: "\f2a4"; }
.fa-road-circle-check::before {
content: "\e564"; }
.fa-dice-five::before {
content: "\f523"; }
.fa-square-rss::before {
content: "\f143"; }
.fa-rss-square::before {
content: "\f143"; }
.fa-land-mine-on::before {
content: "\e51b"; }
.fa-i-cursor::before {
content: "\f246"; }
.fa-stamp::before {
content: "\f5bf"; }
.fa-stairs::before {
content: "\e289"; }
.fa-i::before {
content: "\49"; }
.fa-hryvnia-sign::before {
content: "\f6f2"; }
.fa-hryvnia::before {
content: "\f6f2"; }
.fa-pills::before {
content: "\f484"; }
.fa-face-grin-wide::before {
content: "\f581"; }
.fa-grin-alt::before {
content: "\f581"; }
.fa-tooth::before {
content: "\f5c9"; }
.fa-v::before {
content: "\56"; }
.fa-bangladeshi-taka-sign::before {
content: "\e2e6"; }
.fa-bicycle::before {
content: "\f206"; }
.fa-staff-snake::before {
content: "\e579"; }
.fa-rod-asclepius::before {
content: "\e579"; }
.fa-rod-snake::before {
content: "\e579"; }
.fa-staff-aesculapius::before {
content: "\e579"; }
.fa-head-side-cough-slash::before {
content: "\e062"; }
.fa-truck-medical::before {
content: "\f0f9"; }
.fa-ambulance::before {
content: "\f0f9"; }
.fa-wheat-awn-circle-exclamation::before {
content: "\e598"; }
.fa-snowman::before {
content: "\f7d0"; }
.fa-mortar-pestle::before {
content: "\f5a7"; }
.fa-road-barrier::before {
content: "\e562"; }
.fa-school::before {
content: "\f549"; }
.fa-igloo::before {
content: "\f7ae"; }
.fa-joint::before {
content: "\f595"; }
.fa-angle-right::before {
content: "\f105"; }
.fa-horse::before {
content: "\f6f0"; }
.fa-q::before {
content: "\51"; }
.fa-g::before {
content: "\47"; }
.fa-notes-medical::before {
content: "\f481"; }
.fa-temperature-half::before {
content: "\f2c9"; }
.fa-temperature-2::before {
content: "\f2c9"; }
.fa-thermometer-2::before {
content: "\f2c9"; }
.fa-thermometer-half::before {
content: "\f2c9"; }
.fa-dong-sign::before {
content: "\e169"; }
.fa-capsules::before {
content: "\f46b"; }
.fa-poo-storm::before {
content: "\f75a"; }
.fa-poo-bolt::before {
content: "\f75a"; }
.fa-face-frown-open::before {
content: "\f57a"; }
.fa-frown-open::before {
content: "\f57a"; }
.fa-hand-point-up::before {
content: "\f0a6"; }
.fa-money-bill::before {
content: "\f0d6"; }
.fa-bookmark::before {
content: "\f02e"; }
.fa-align-justify::before {
content: "\f039"; }
.fa-umbrella-beach::before {
content: "\f5ca"; }
.fa-helmet-un::before {
content: "\e503"; }
.fa-bullseye::before {
content: "\f140"; }
.fa-bacon::before {
content: "\f7e5"; }
.fa-hand-point-down::before {
content: "\f0a7"; }
.fa-arrow-up-from-bracket::before {
content: "\e09a"; }
.fa-folder::before {
content: "\f07b"; }
.fa-folder-blank::before {
content: "\f07b"; }
.fa-file-waveform::before {
content: "\f478"; }
.fa-file-medical-alt::before {
content: "\f478"; }
.fa-radiation::before {
content: "\f7b9"; }
.fa-chart-simple::before {
content: "\e473"; }
.fa-mars-stroke::before {
content: "\f229"; }
.fa-vial::before {
content: "\f492"; }
.fa-gauge::before {
content: "\f624"; }
.fa-dashboard::before {
content: "\f624"; }
.fa-gauge-med::before {
content: "\f624"; }
.fa-tachometer-alt-average::before {
content: "\f624"; }
.fa-wand-magic-sparkles::before {
content: "\e2ca"; }
.fa-magic-wand-sparkles::before {
content: "\e2ca"; }
.fa-e::before {
content: "\45"; }
.fa-pen-clip::before {
content: "\f305"; }
.fa-pen-alt::before {
content: "\f305"; }
.fa-bridge-circle-exclamation::before {
content: "\e4ca"; }
.fa-user::before {
content: "\f007"; }
.fa-school-circle-check::before {
content: "\e56b"; }
.fa-dumpster::before {
content: "\f793"; }
.fa-van-shuttle::before {
content: "\f5b6"; }
.fa-shuttle-van::before {
content: "\f5b6"; }
.fa-building-user::before {
content: "\e4da"; }
.fa-square-caret-left::before {
content: "\f191"; }
.fa-caret-square-left::before {
content: "\f191"; }
.fa-highlighter::before {
content: "\f591"; }
.fa-key::before {
content: "\f084"; }
.fa-bullhorn::before {
content: "\f0a1"; }
.fa-globe::before {
content: "\f0ac"; }
.fa-synagogue::before {
content: "\f69b"; }
.fa-person-half-dress::before {
content: "\e548"; }
.fa-road-bridge::before {
content: "\e563"; }
.fa-location-arrow::before {
content: "\f124"; }
.fa-c::before {
content: "\43"; }
.fa-tablet-button::before {
content: "\f10a"; }
.fa-building-lock::before {
content: "\e4d6"; }
.fa-pizza-slice::before {
content: "\f818"; }
.fa-money-bill-wave::before {
content: "\f53a"; }
.fa-chart-area::before {
content: "\f1fe"; }
.fa-area-chart::before {
content: "\f1fe"; }
.fa-house-flag::before {
content: "\e50d"; }
.fa-person-circle-minus::before {
content: "\e540"; }
.fa-ban::before {
content: "\f05e"; }
.fa-cancel::before {
content: "\f05e"; }
.fa-camera-rotate::before {
content: "\e0d8"; }
.fa-spray-can-sparkles::before {
content: "\f5d0"; }
.fa-air-freshener::before {
content: "\f5d0"; }
.fa-star::before {
content: "\f005"; }
.fa-repeat::before {
content: "\f363"; }
.fa-cross::before {
content: "\f654"; }
.fa-box::before {
content: "\f466"; }
.fa-venus-mars::before {
content: "\f228"; }
.fa-arrow-pointer::before {
content: "\f245"; }
.fa-mouse-pointer::before {
content: "\f245"; }
.fa-maximize::before {
content: "\f31e"; }
.fa-expand-arrows-alt::before {
content: "\f31e"; }
.fa-charging-station::before {
content: "\f5e7"; }
.fa-shapes::before {
content: "\f61f"; }
.fa-triangle-circle-square::before {
content: "\f61f"; }
.fa-shuffle::before {
content: "\f074"; }
.fa-random::before {
content: "\f074"; }
.fa-person-running::before {
content: "\f70c"; }
.fa-running::before {
content: "\f70c"; }
.fa-mobile-retro::before {
content: "\e527"; }
.fa-grip-lines-vertical::before {
content: "\f7a5"; }
.fa-spider::before {
content: "\f717"; }
.fa-hands-bound::before {
content: "\e4f9"; }
.fa-file-invoice-dollar::before {
content: "\f571"; }
.fa-plane-circle-exclamation::before {
content: "\e556"; }
.fa-x-ray::before {
content: "\f497"; }
.fa-spell-check::before {
content: "\f891"; }
.fa-slash::before {
content: "\f715"; }
.fa-computer-mouse::before {
content: "\f8cc"; }
.fa-mouse::before {
content: "\f8cc"; }
.fa-arrow-right-to-bracket::before {
content: "\f090"; }
.fa-sign-in::before {
content: "\f090"; }
.fa-shop-slash::before {
content: "\e070"; }
.fa-store-alt-slash::before {
content: "\e070"; }
.fa-server::before {
content: "\f233"; }
.fa-virus-covid-slash::before {
content: "\e4a9"; }
.fa-shop-lock::before {
content: "\e4a5"; }
.fa-hourglass-start::before {
content: "\f251"; }
.fa-hourglass-1::before {
content: "\f251"; }
.fa-blender-phone::before {
content: "\f6b6"; }
.fa-building-wheat::before {
content: "\e4db"; }
.fa-person-breastfeeding::before {
content: "\e53a"; }
.fa-right-to-bracket::before {
content: "\f2f6"; }
.fa-sign-in-alt::before {
content: "\f2f6"; }
.fa-venus::before {
content: "\f221"; }
.fa-passport::before {
content: "\f5ab"; }
.fa-heart-pulse::before {
content: "\f21e"; }
.fa-heartbeat::before {
content: "\f21e"; }
.fa-people-carry-box::before {
content: "\f4ce"; }
.fa-people-carry::before {
content: "\f4ce"; }
.fa-temperature-high::before {
content: "\f769"; }
.fa-microchip::before {
content: "\f2db"; }
.fa-crown::before {
content: "\f521"; }
.fa-weight-hanging::before {
content: "\f5cd"; }
.fa-xmarks-lines::before {
content: "\e59a"; }
.fa-file-prescription::before {
content: "\f572"; }
.fa-weight-scale::before {
content: "\f496"; }
.fa-weight::before {
content: "\f496"; }
.fa-user-group::before {
content: "\f500"; }
.fa-user-friends::before {
content: "\f500"; }
.fa-arrow-up-a-z::before {
content: "\f15e"; }
.fa-sort-alpha-up::before {
content: "\f15e"; }
.fa-chess-knight::before {
content: "\f441"; }
.fa-face-laugh-squint::before {
content: "\f59b"; }
.fa-laugh-squint::before {
content: "\f59b"; }
.fa-wheelchair::before {
content: "\f193"; }
.fa-circle-arrow-up::before {
content: "\f0aa"; }
.fa-arrow-circle-up::before {
content: "\f0aa"; }
.fa-toggle-on::before {
content: "\f205"; }
.fa-person-walking::before {
content: "\f554"; }
.fa-walking::before {
content: "\f554"; }
.fa-l::before {
content: "\4c"; }
.fa-fire::before {
content: "\f06d"; }
.fa-bed-pulse::before {
content: "\f487"; }
.fa-procedures::before {
content: "\f487"; }
.fa-shuttle-space::before {
content: "\f197"; }
.fa-space-shuttle::before {
content: "\f197"; }
.fa-face-laugh::before {
content: "\f599"; }
.fa-laugh::before {
content: "\f599"; }
.fa-folder-open::before {
content: "\f07c"; }
.fa-heart-circle-plus::before {
content: "\e500"; }
.fa-code-fork::before {
content: "\e13b"; }
.fa-city::before {
content: "\f64f"; }
.fa-microphone-lines::before {
content: "\f3c9"; }
.fa-microphone-alt::before {
content: "\f3c9"; }
.fa-pepper-hot::before {
content: "\f816"; }
.fa-unlock::before {
content: "\f09c"; }
.fa-colon-sign::before {
content: "\e140"; }
.fa-headset::before {
content: "\f590"; }
.fa-store-slash::before {
content: "\e071"; }
.fa-road-circle-xmark::before {
content: "\e566"; }
.fa-user-minus::before {
content: "\f503"; }
.fa-mars-stroke-up::before {
content: "\f22a"; }
.fa-mars-stroke-v::before {
content: "\f22a"; }
.fa-champagne-glasses::before {
content: "\f79f"; }
.fa-glass-cheers::before {
content: "\f79f"; }
.fa-clipboard::before {
content: "\f328"; }
.fa-house-circle-exclamation::before {
content: "\e50a"; }
.fa-file-arrow-up::before {
content: "\f574"; }
.fa-file-upload::before {
content: "\f574"; }
.fa-wifi::before {
content: "\f1eb"; }
.fa-wifi-3::before {
content: "\f1eb"; }
.fa-wifi-strong::before {
content: "\f1eb"; }
.fa-bath::before {
content: "\f2cd"; }
.fa-bathtub::before {
content: "\f2cd"; }
.fa-underline::before {
content: "\f0cd"; }
.fa-user-pen::before {
content: "\f4ff"; }
.fa-user-edit::before {
content: "\f4ff"; }
.fa-signature::before {
content: "\f5b7"; }
.fa-stroopwafel::before {
content: "\f551"; }
.fa-bold::before {
content: "\f032"; }
.fa-anchor-lock::before {
content: "\e4ad"; }
.fa-building-ngo::before {
content: "\e4d7"; }
.fa-manat-sign::before {
content: "\e1d5"; }
.fa-not-equal::before {
content: "\f53e"; }
.fa-border-top-left::before {
content: "\f853"; }
.fa-border-style::before {
content: "\f853"; }
.fa-map-location-dot::before {
content: "\f5a0"; }
.fa-map-marked-alt::before {
content: "\f5a0"; }
.fa-jedi::before {
content: "\f669"; }
.fa-square-poll-vertical::before {
content: "\f681"; }
.fa-poll::before {
content: "\f681"; }
.fa-mug-hot::before {
content: "\f7b6"; }
.fa-car-battery::before {
content: "\f5df"; }
.fa-battery-car::before {
content: "\f5df"; }
.fa-gift::before {
content: "\f06b"; }
.fa-dice-two::before {
content: "\f528"; }
.fa-chess-queen::before {
content: "\f445"; }
.fa-glasses::before {
content: "\f530"; }
.fa-chess-board::before {
content: "\f43c"; }
.fa-building-circle-check::before {
content: "\e4d2"; }
.fa-person-chalkboard::before {
content: "\e53d"; }
.fa-mars-stroke-right::before {
content: "\f22b"; }
.fa-mars-stroke-h::before {
content: "\f22b"; }
.fa-hand-back-fist::before {
content: "\f255"; }
.fa-hand-rock::before {
content: "\f255"; }
.fa-square-caret-up::before {
content: "\f151"; }
.fa-caret-square-up::before {
content: "\f151"; }
.fa-cloud-showers-water::before {
content: "\e4e4"; }
.fa-chart-bar::before {
content: "\f080"; }
.fa-bar-chart::before {
content: "\f080"; }
.fa-hands-bubbles::before {
content: "\e05e"; }
.fa-hands-wash::before {
content: "\e05e"; }
.fa-less-than-equal::before {
content: "\f537"; }
.fa-train::before {
content: "\f238"; }
.fa-eye-low-vision::before {
content: "\f2a8"; }
.fa-low-vision::before {
content: "\f2a8"; }
.fa-crow::before {
content: "\f520"; }
.fa-sailboat::before {
content: "\e445"; }
.fa-window-restore::before {
content: "\f2d2"; }
.fa-square-plus::before {
content: "\f0fe"; }
.fa-plus-square::before {
content: "\f0fe"; }
.fa-torii-gate::before {
content: "\f6a1"; }
.fa-frog::before {
content: "\f52e"; }
.fa-bucket::before {
content: "\e4cf"; }
.fa-image::before {
content: "\f03e"; }
.fa-microphone::before {
content: "\f130"; }
.fa-cow::before {
content: "\f6c8"; }
.fa-caret-up::before {
content: "\f0d8"; }
.fa-screwdriver::before {
content: "\f54a"; }
.fa-folder-closed::before {
content: "\e185"; }
.fa-house-tsunami::before {
content: "\e515"; }
.fa-square-nfi::before {
content: "\e576"; }
.fa-arrow-up-from-ground-water::before {
content: "\e4b5"; }
.fa-martini-glass::before {
content: "\f57b"; }
.fa-glass-martini-alt::before {
content: "\f57b"; }
.fa-rotate-left::before {
content: "\f2ea"; }
.fa-rotate-back::before {
content: "\f2ea"; }
.fa-rotate-backward::before {
content: "\f2ea"; }
.fa-undo-alt::before {
content: "\f2ea"; }
.fa-table-columns::before {
content: "\f0db"; }
.fa-columns::before {
content: "\f0db"; }
.fa-lemon::before {
content: "\f094"; }
.fa-head-side-mask::before {
content: "\e063"; }
.fa-handshake::before {
content: "\f2b5"; }
.fa-gem::before {
content: "\f3a5"; }
.fa-dolly::before {
content: "\f472"; }
.fa-dolly-box::before {
content: "\f472"; }
.fa-smoking::before {
content: "\f48d"; }
.fa-minimize::before {
content: "\f78c"; }
.fa-compress-arrows-alt::before {
content: "\f78c"; }
.fa-monument::before {
content: "\f5a6"; }
.fa-snowplow::before {
content: "\f7d2"; }
.fa-angles-right::before {
content: "\f101"; }
.fa-angle-double-right::before {
content: "\f101"; }
.fa-cannabis::before {
content: "\f55f"; }
.fa-circle-play::before {
content: "\f144"; }
.fa-play-circle::before {
content: "\f144"; }
.fa-tablets::before {
content: "\f490"; }
.fa-ethernet::before {
content: "\f796"; }
.fa-euro-sign::before {
content: "\f153"; }
.fa-eur::before {
content: "\f153"; }
.fa-euro::before {
content: "\f153"; }
.fa-chair::before {
content: "\f6c0"; }
.fa-circle-check::before {
content: "\f058"; }
.fa-check-circle::before {
content: "\f058"; }
.fa-circle-stop::before {
content: "\f28d"; }
.fa-stop-circle::before {
content: "\f28d"; }
.fa-compass-drafting::before {
content: "\f568"; }
.fa-drafting-compass::before {
content: "\f568"; }
.fa-plate-wheat::before {
content: "\e55a"; }
.fa-icicles::before {
content: "\f7ad"; }
.fa-person-shelter::before {
content: "\e54f"; }
.fa-neuter::before {
content: "\f22c"; }
.fa-id-badge::before {
content: "\f2c1"; }
.fa-marker::before {
content: "\f5a1"; }
.fa-face-laugh-beam::before {
content: "\f59a"; }
.fa-laugh-beam::before {
content: "\f59a"; }
.fa-helicopter-symbol::before {
content: "\e502"; }
.fa-universal-access::before {
content: "\f29a"; }
.fa-circle-chevron-up::before {
content: "\f139"; }
.fa-chevron-circle-up::before {
content: "\f139"; }
.fa-lari-sign::before {
content: "\e1c8"; }
.fa-volcano::before {
content: "\f770"; }
.fa-person-walking-dashed-line-arrow-right::before {
content: "\e553"; }
.fa-sterling-sign::before {
content: "\f154"; }
.fa-gbp::before {
content: "\f154"; }
.fa-pound-sign::before {
content: "\f154"; }
.fa-viruses::before {
content: "\e076"; }
.fa-square-person-confined::before {
content: "\e577"; }
.fa-user-tie::before {
content: "\f508"; }
.fa-arrow-down-long::before {
content: "\f175"; }
.fa-long-arrow-down::before {
content: "\f175"; }
.fa-tent-arrow-down-to-line::before {
content: "\e57e"; }
.fa-certificate::before {
content: "\f0a3"; }
.fa-reply-all::before {
content: "\f122"; }
.fa-mail-reply-all::before {
content: "\f122"; }
.fa-suitcase::before {
content: "\f0f2"; }
.fa-person-skating::before {
content: "\f7c5"; }
.fa-skating::before {
content: "\f7c5"; }
.fa-filter-circle-dollar::before {
content: "\f662"; }
.fa-funnel-dollar::before {
content: "\f662"; }
.fa-camera-retro::before {
content: "\f083"; }
.fa-circle-arrow-down::before {
content: "\f0ab"; }
.fa-arrow-circle-down::before {
content: "\f0ab"; }
.fa-file-import::before {
content: "\f56f"; }
.fa-arrow-right-to-file::before {
content: "\f56f"; }
.fa-square-arrow-up-right::before {
content: "\f14c"; }
.fa-external-link-square::before {
content: "\f14c"; }
.fa-box-open::before {
content: "\f49e"; }
.fa-scroll::before {
content: "\f70e"; }
.fa-spa::before {
content: "\f5bb"; }
.fa-location-pin-lock::before {
content: "\e51f"; }
.fa-pause::before {
content: "\f04c"; }
.fa-hill-avalanche::before {
content: "\e507"; }
.fa-temperature-empty::before {
content: "\f2cb"; }
.fa-temperature-0::before {
content: "\f2cb"; }
.fa-thermometer-0::before {
content: "\f2cb"; }
.fa-thermometer-empty::before {
content: "\f2cb"; }
.fa-bomb::before {
content: "\f1e2"; }
.fa-registered::before {
content: "\f25d"; }
.fa-address-card::before {
content: "\f2bb"; }
.fa-contact-card::before {
content: "\f2bb"; }
.fa-vcard::before {
content: "\f2bb"; }
.fa-scale-unbalanced-flip::before {
content: "\f516"; }
.fa-balance-scale-right::before {
content: "\f516"; }
.fa-subscript::before {
content: "\f12c"; }
.fa-diamond-turn-right::before {
content: "\f5eb"; }
.fa-directions::before {
content: "\f5eb"; }
.fa-burst::before {
content: "\e4dc"; }
.fa-house-laptop::before {
content: "\e066"; }
.fa-laptop-house::before {
content: "\e066"; }
.fa-face-tired::before {
content: "\f5c8"; }
.fa-tired::before {
content: "\f5c8"; }
.fa-money-bills::before {
content: "\e1f3"; }
.fa-smog::before {
content: "\f75f"; }
.fa-crutch::before {
content: "\f7f7"; }
.fa-cloud-arrow-up::before {
content: "\f0ee"; }
.fa-cloud-upload::before {
content: "\f0ee"; }
.fa-cloud-upload-alt::before {
content: "\f0ee"; }
.fa-palette::before {
content: "\f53f"; }
.fa-arrows-turn-right::before {
content: "\e4c0"; }
.fa-vest::before {
content: "\e085"; }
.fa-ferry::before {
content: "\e4ea"; }
.fa-arrows-down-to-people::before {
content: "\e4b9"; }
.fa-seedling::before {
content: "\f4d8"; }
.fa-sprout::before {
content: "\f4d8"; }
.fa-left-right::before {
content: "\f337"; }
.fa-arrows-alt-h::before {
content: "\f337"; }
.fa-boxes-packing::before {
content: "\e4c7"; }
.fa-circle-arrow-left::before {
content: "\f0a8"; }
.fa-arrow-circle-left::before {
content: "\f0a8"; }
.fa-group-arrows-rotate::before {
content: "\e4f6"; }
.fa-bowl-food::before {
content: "\e4c6"; }
.fa-candy-cane::before {
content: "\f786"; }
.fa-arrow-down-wide-short::before {
content: "\f160"; }
.fa-sort-amount-asc::before {
content: "\f160"; }
.fa-sort-amount-down::before {
content: "\f160"; }
.fa-cloud-bolt::before {
content: "\f76c"; }
.fa-thunderstorm::before {
content: "\f76c"; }
.fa-text-slash::before {
content: "\f87d"; }
.fa-remove-format::before {
content: "\f87d"; }
.fa-face-smile-wink::before {
content: "\f4da"; }
.fa-smile-wink::before {
content: "\f4da"; }
.fa-file-word::before {
content: "\f1c2"; }
.fa-file-powerpoint::before {
content: "\f1c4"; }
.fa-arrows-left-right::before {
content: "\f07e"; }
.fa-arrows-h::before {
content: "\f07e"; }
.fa-house-lock::before {
content: "\e510"; }
.fa-cloud-arrow-down::before {
content: "\f0ed"; }
.fa-cloud-download::before {
content: "\f0ed"; }
.fa-cloud-download-alt::before {
content: "\f0ed"; }
.fa-children::before {
content: "\e4e1"; }
.fa-chalkboard::before {
content: "\f51b"; }
.fa-blackboard::before {
content: "\f51b"; }
.fa-user-large-slash::before {
content: "\f4fa"; }
.fa-user-alt-slash::before {
content: "\f4fa"; }
.fa-envelope-open::before {
content: "\f2b6"; }
.fa-handshake-simple-slash::before {
content: "\e05f"; }
.fa-handshake-alt-slash::before {
content: "\e05f"; }
.fa-mattress-pillow::before {
content: "\e525"; }
.fa-guarani-sign::before {
content: "\e19a"; }
.fa-arrows-rotate::before {
content: "\f021"; }
.fa-refresh::before {
content: "\f021"; }
.fa-sync::before {
content: "\f021"; }
.fa-fire-extinguisher::before {
content: "\f134"; }
.fa-cruzeiro-sign::before {
content: "\e152"; }
.fa-greater-than-equal::before {
content: "\f532"; }
.fa-shield-halved::before {
content: "\f3ed"; }
.fa-shield-alt::before {
content: "\f3ed"; }
.fa-book-atlas::before {
content: "\f558"; }
.fa-atlas::before {
content: "\f558"; }
.fa-virus::before {
content: "\e074"; }
.fa-envelope-circle-check::before {
content: "\e4e8"; }
.fa-layer-group::before {
content: "\f5fd"; }
.fa-arrows-to-dot::before {
content: "\e4be"; }
.fa-archway::before {
content: "\f557"; }
.fa-heart-circle-check::before {
content: "\e4fd"; }
.fa-house-chimney-crack::before {
content: "\f6f1"; }
.fa-house-damage::before {
content: "\f6f1"; }
.fa-file-zipper::before {
content: "\f1c6"; }
.fa-file-archive::before {
content: "\f1c6"; }
.fa-square::before {
content: "\f0c8"; }
.fa-martini-glass-empty::before {
content: "\f000"; }
.fa-glass-martini::before {
content: "\f000"; }
.fa-couch::before {
content: "\f4b8"; }
.fa-cedi-sign::before {
content: "\e0df"; }
.fa-italic::before {
content: "\f033"; }
.fa-church::before {
content: "\f51d"; }
.fa-comments-dollar::before {
content: "\f653"; }
.fa-democrat::before {
content: "\f747"; }
.fa-z::before {
content: "\5a"; }
.fa-person-skiing::before {
content: "\f7c9"; }
.fa-skiing::before {
content: "\f7c9"; }
.fa-road-lock::before {
content: "\e567"; }
.fa-a::before {
content: "\41"; }
.fa-temperature-arrow-down::before {
content: "\e03f"; }
.fa-temperature-down::before {
content: "\e03f"; }
.fa-feather-pointed::before {
content: "\f56b"; }
.fa-feather-alt::before {
content: "\f56b"; }
.fa-p::before {
content: "\50"; }
.fa-snowflake::before {
content: "\f2dc"; }
.fa-newspaper::before {
content: "\f1ea"; }
.fa-rectangle-ad::before {
content: "\f641"; }
.fa-ad::before {
content: "\f641"; }
.fa-circle-arrow-right::before {
content: "\f0a9"; }
.fa-arrow-circle-right::before {
content: "\f0a9"; }
.fa-filter-circle-xmark::before {
content: "\e17b"; }
.fa-locust::before {
content: "\e520"; }
.fa-sort::before {
content: "\f0dc"; }
.fa-unsorted::before {
content: "\f0dc"; }
.fa-list-ol::before {
content: "\f0cb"; }
.fa-list-1-2::before {
content: "\f0cb"; }
.fa-list-numeric::before {
content: "\f0cb"; }
.fa-person-dress-burst::before {
content: "\e544"; }
.fa-money-check-dollar::before {
content: "\f53d"; }
.fa-money-check-alt::before {
content: "\f53d"; }
.fa-vector-square::before {
content: "\f5cb"; }
.fa-bread-slice::before {
content: "\f7ec"; }
.fa-language::before {
content: "\f1ab"; }
.fa-face-kiss-wink-heart::before {
content: "\f598"; }
.fa-kiss-wink-heart::before {
content: "\f598"; }
.fa-filter::before {
content: "\f0b0"; }
.fa-question::before {
content: "\3f"; }
.fa-file-signature::before {
content: "\f573"; }
.fa-up-down-left-right::before {
content: "\f0b2"; }
.fa-arrows-alt::before {
content: "\f0b2"; }
.fa-house-chimney-user::before {
content: "\e065"; }
.fa-hand-holding-heart::before {
content: "\f4be"; }
.fa-puzzle-piece::before {
content: "\f12e"; }
.fa-money-check::before {
content: "\f53c"; }
.fa-star-half-stroke::before {
content: "\f5c0"; }
.fa-star-half-alt::before {
content: "\f5c0"; }
.fa-code::before {
content: "\f121"; }
.fa-whiskey-glass::before {
content: "\f7a0"; }
.fa-glass-whiskey::before {
content: "\f7a0"; }
.fa-building-circle-exclamation::before {
content: "\e4d3"; }
.fa-magnifying-glass-chart::before {
content: "\e522"; }
.fa-arrow-up-right-from-square::before {
content: "\f08e"; }
.fa-external-link::before {
content: "\f08e"; }
.fa-cubes-stacked::before {
content: "\e4e6"; }
.fa-won-sign::before {
content: "\f159"; }
.fa-krw::before {
content: "\f159"; }
.fa-won::before {
content: "\f159"; }
.fa-virus-covid::before {
content: "\e4a8"; }
.fa-austral-sign::before {
content: "\e0a9"; }
.fa-f::before {
content: "\46"; }
.fa-leaf::before {
content: "\f06c"; }
.fa-road::before {
content: "\f018"; }
.fa-taxi::before {
content: "\f1ba"; }
.fa-cab::before {
content: "\f1ba"; }
.fa-person-circle-plus::before {
content: "\e541"; }
.fa-chart-pie::before {
content: "\f200"; }
.fa-pie-chart::before {
content: "\f200"; }
.fa-bolt-lightning::before {
content: "\e0b7"; }
.fa-sack-xmark::before {
content: "\e56a"; }
.fa-file-excel::before {
content: "\f1c3"; }
.fa-file-contract::before {
content: "\f56c"; }
.fa-fish-fins::before {
content: "\e4f2"; }
.fa-building-flag::before {
content: "\e4d5"; }
.fa-face-grin-beam::before {
content: "\f582"; }
.fa-grin-beam::before {
content: "\f582"; }
.fa-object-ungroup::before {
content: "\f248"; }
.fa-poop::before {
content: "\f619"; }
.fa-location-pin::before {
content: "\f041"; }
.fa-map-marker::before {
content: "\f041"; }
.fa-kaaba::before {
content: "\f66b"; }
.fa-toilet-paper::before {
content: "\f71e"; }
.fa-helmet-safety::before {
content: "\f807"; }
.fa-hard-hat::before {
content: "\f807"; }
.fa-hat-hard::before {
content: "\f807"; }
.fa-eject::before {
content: "\f052"; }
.fa-circle-right::before {
content: "\f35a"; }
.fa-arrow-alt-circle-right::before {
content: "\f35a"; }
.fa-plane-circle-check::before {
content: "\e555"; }
.fa-face-rolling-eyes::before {
content: "\f5a5"; }
.fa-meh-rolling-eyes::before {
content: "\f5a5"; }
.fa-object-group::before {
content: "\f247"; }
.fa-chart-line::before {
content: "\f201"; }
.fa-line-chart::before {
content: "\f201"; }
.fa-mask-ventilator::before {
content: "\e524"; }
.fa-arrow-right::before {
content: "\f061"; }
.fa-signs-post::before {
content: "\f277"; }
.fa-map-signs::before {
content: "\f277"; }
.fa-cash-register::before {
content: "\f788"; }
.fa-person-circle-question::before {
content: "\e542"; }
.fa-h::before {
content: "\48"; }
.fa-tarp::before {
content: "\e57b"; }
.fa-screwdriver-wrench::before {
content: "\f7d9"; }
.fa-tools::before {
content: "\f7d9"; }
.fa-arrows-to-eye::before {
content: "\e4bf"; }
.fa-plug-circle-bolt::before {
content: "\e55b"; }
.fa-heart::before {
content: "\f004"; }
.fa-mars-and-venus::before {
content: "\f224"; }
.fa-house-user::before {
content: "\e1b0"; }
.fa-home-user::before {
content: "\e1b0"; }
.fa-dumpster-fire::before {
content: "\f794"; }
.fa-house-crack::before {
content: "\e3b1"; }
.fa-martini-glass-citrus::before {
content: "\f561"; }
.fa-cocktail::before {
content: "\f561"; }
.fa-face-surprise::before {
content: "\f5c2"; }
.fa-surprise::before {
content: "\f5c2"; }
.fa-bottle-water::before {
content: "\e4c5"; }
.fa-circle-pause::before {
content: "\f28b"; }
.fa-pause-circle::before {
content: "\f28b"; }
.fa-toilet-paper-slash::before {
content: "\e072"; }
.fa-apple-whole::before {
content: "\f5d1"; }
.fa-apple-alt::before {
content: "\f5d1"; }
.fa-kitchen-set::before {
content: "\e51a"; }
.fa-r::before {
content: "\52"; }
.fa-temperature-quarter::before {
content: "\f2ca"; }
.fa-temperature-1::before {
content: "\f2ca"; }
.fa-thermometer-1::before {
content: "\f2ca"; }
.fa-thermometer-quarter::before {
content: "\f2ca"; }
.fa-cube::before {
content: "\f1b2"; }
.fa-bitcoin-sign::before {
content: "\e0b4"; }
.fa-shield-dog::before {
content: "\e573"; }
.fa-solar-panel::before {
content: "\f5ba"; }
.fa-lock-open::before {
content: "\f3c1"; }
.fa-elevator::before {
content: "\e16d"; }
.fa-money-bill-transfer::before {
content: "\e528"; }
.fa-money-bill-trend-up::before {
content: "\e529"; }
.fa-house-flood-water-circle-arrow-right::before {
content: "\e50f"; }
.fa-square-poll-horizontal::before {
content: "\f682"; }
.fa-poll-h::before {
content: "\f682"; }
.fa-circle::before {
content: "\f111"; }
.fa-backward-fast::before {
content: "\f049"; }
.fa-fast-backward::before {
content: "\f049"; }
.fa-recycle::before {
content: "\f1b8"; }
.fa-user-astronaut::before {
content: "\f4fb"; }
.fa-plane-slash::before {
content: "\e069"; }
.fa-trademark::before {
content: "\f25c"; }
.fa-basketball::before {
content: "\f434"; }
.fa-basketball-ball::before {
content: "\f434"; }
.fa-satellite-dish::before {
content: "\f7c0"; }
.fa-circle-up::before {
content: "\f35b"; }
.fa-arrow-alt-circle-up::before {
content: "\f35b"; }
.fa-mobile-screen-button::before {
content: "\f3cd"; }
.fa-mobile-alt::before {
content: "\f3cd"; }
.fa-volume-high::before {
content: "\f028"; }
.fa-volume-up::before {
content: "\f028"; }
.fa-users-rays::before {
content: "\e593"; }
.fa-wallet::before {
content: "\f555"; }
.fa-clipboard-check::before {
content: "\f46c"; }
.fa-file-audio::before {
content: "\f1c7"; }
.fa-burger::before {
content: "\f805"; }
.fa-hamburger::before {
content: "\f805"; }
.fa-wrench::before {
content: "\f0ad"; }
.fa-bugs::before {
content: "\e4d0"; }
.fa-rupee-sign::before {
content: "\f156"; }
.fa-rupee::before {
content: "\f156"; }
.fa-file-image::before {
content: "\f1c5"; }
.fa-circle-question::before {
content: "\f059"; }
.fa-question-circle::before {
content: "\f059"; }
.fa-plane-departure::before {
content: "\f5b0"; }
.fa-handshake-slash::before {
content: "\e060"; }
.fa-book-bookmark::before {
content: "\e0bb"; }
.fa-code-branch::before {
content: "\f126"; }
.fa-hat-cowboy::before {
content: "\f8c0"; }
.fa-bridge::before {
content: "\e4c8"; }
.fa-phone-flip::before {
content: "\f879"; }
.fa-phone-alt::before {
content: "\f879"; }
.fa-truck-front::before {
content: "\e2b7"; }
.fa-cat::before {
content: "\f6be"; }
.fa-anchor-circle-exclamation::before {
content: "\e4ab"; }
.fa-truck-field::before {
content: "\e58d"; }
.fa-route::before {
content: "\f4d7"; }
.fa-clipboard-question::before {
content: "\e4e3"; }
.fa-panorama::before {
content: "\e209"; }
.fa-comment-medical::before {
content: "\f7f5"; }
.fa-teeth-open::before {
content: "\f62f"; }
.fa-file-circle-minus::before {
content: "\e4ed"; }
.fa-tags::before {
content: "\f02c"; }
.fa-wine-glass::before {
content: "\f4e3"; }
.fa-forward-fast::before {
content: "\f050"; }
.fa-fast-forward::before {
content: "\f050"; }
.fa-face-meh-blank::before {
content: "\f5a4"; }
.fa-meh-blank::before {
content: "\f5a4"; }
.fa-square-parking::before {
content: "\f540"; }
.fa-parking::before {
content: "\f540"; }
.fa-house-signal::before {
content: "\e012"; }
.fa-bars-progress::before {
content: "\f828"; }
.fa-tasks-alt::before {
content: "\f828"; }
.fa-faucet-drip::before {
content: "\e006"; }
.fa-cart-flatbed::before {
content: "\f474"; }
.fa-dolly-flatbed::before {
content: "\f474"; }
.fa-ban-smoking::before {
content: "\f54d"; }
.fa-smoking-ban::before {
content: "\f54d"; }
.fa-terminal::before {
content: "\f120"; }
.fa-mobile-button::before {
content: "\f10b"; }
.fa-house-medical-flag::before {
content: "\e514"; }
.fa-basket-shopping::before {
content: "\f291"; }
.fa-shopping-basket::before {
content: "\f291"; }
.fa-tape::before {
content: "\f4db"; }
.fa-bus-simple::before {
content: "\f55e"; }
.fa-bus-alt::before {
content: "\f55e"; }
.fa-eye::before {
content: "\f06e"; }
.fa-face-sad-cry::before {
content: "\f5b3"; }
.fa-sad-cry::before {
content: "\f5b3"; }
.fa-audio-description::before {
content: "\f29e"; }
.fa-person-military-to-person::before {
content: "\e54c"; }
.fa-file-shield::before {
content: "\e4f0"; }
.fa-user-slash::before {
content: "\f506"; }
.fa-pen::before {
content: "\f304"; }
.fa-tower-observation::before {
content: "\e586"; }
.fa-file-code::before {
content: "\f1c9"; }
.fa-signal::before {
content: "\f012"; }
.fa-signal-5::before {
content: "\f012"; }
.fa-signal-perfect::before {
content: "\f012"; }
.fa-bus::before {
content: "\f207"; }
.fa-heart-circle-xmark::before {
content: "\e501"; }
.fa-house-chimney::before {
content: "\e3af"; }
.fa-home-lg::before {
content: "\e3af"; }
.fa-window-maximize::before {
content: "\f2d0"; }
.fa-face-frown::before {
content: "\f119"; }
.fa-frown::before {
content: "\f119"; }
.fa-prescription::before {
content: "\f5b1"; }
.fa-shop::before {
content: "\f54f"; }
.fa-store-alt::before {
content: "\f54f"; }
.fa-floppy-disk::before {
content: "\f0c7"; }
.fa-save::before {
content: "\f0c7"; }
.fa-vihara::before {
content: "\f6a7"; }
.fa-scale-unbalanced::before {
content: "\f515"; }
.fa-balance-scale-left::before {
content: "\f515"; }
.fa-sort-up::before {
content: "\f0de"; }
.fa-sort-asc::before {
content: "\f0de"; }
.fa-comment-dots::before {
content: "\f4ad"; }
.fa-commenting::before {
content: "\f4ad"; }
.fa-plant-wilt::before {
content: "\e5aa"; }
.fa-diamond::before {
content: "\f219"; }
.fa-face-grin-squint::before {
content: "\f585"; }
.fa-grin-squint::before {
content: "\f585"; }
.fa-hand-holding-dollar::before {
content: "\f4c0"; }
.fa-hand-holding-usd::before {
content: "\f4c0"; }
.fa-bacterium::before {
content: "\e05a"; }
.fa-hand-pointer::before {
content: "\f25a"; }
.fa-drum-steelpan::before {
content: "\f56a"; }
.fa-hand-scissors::before {
content: "\f257"; }
.fa-hands-praying::before {
content: "\f684"; }
.fa-praying-hands::before {
content: "\f684"; }
.fa-arrow-rotate-right::before {
content: "\f01e"; }
.fa-arrow-right-rotate::before {
content: "\f01e"; }
.fa-arrow-rotate-forward::before {
content: "\f01e"; }
.fa-redo::before {
content: "\f01e"; }
.fa-biohazard::before {
content: "\f780"; }
.fa-location-crosshairs::before {
content: "\f601"; }
.fa-location::before {
content: "\f601"; }
.fa-mars-double::before {
content: "\f227"; }
.fa-child-dress::before {
content: "\e59c"; }
.fa-users-between-lines::before {
content: "\e591"; }
.fa-lungs-virus::before {
content: "\e067"; }
.fa-face-grin-tears::before {
content: "\f588"; }
.fa-grin-tears::before {
content: "\f588"; }
.fa-phone::before {
content: "\f095"; }
.fa-calendar-xmark::before {
content: "\f273"; }
.fa-calendar-times::before {
content: "\f273"; }
.fa-child-reaching::before {
content: "\e59d"; }
.fa-head-side-virus::before {
content: "\e064"; }
.fa-user-gear::before {
content: "\f4fe"; }
.fa-user-cog::before {
content: "\f4fe"; }
.fa-arrow-up-1-9::before {
content: "\f163"; }
.fa-sort-numeric-up::before {
content: "\f163"; }
.fa-door-closed::before {
content: "\f52a"; }
.fa-shield-virus::before {
content: "\e06c"; }
.fa-dice-six::before {
content: "\f526"; }
.fa-mosquito-net::before {
content: "\e52c"; }
.fa-bridge-water::before {
content: "\e4ce"; }
.fa-person-booth::before {
content: "\f756"; }
.fa-text-width::before {
content: "\f035"; }
.fa-hat-wizard::before {
content: "\f6e8"; }
.fa-pen-fancy::before {
content: "\f5ac"; }
.fa-person-digging::before {
content: "\f85e"; }
.fa-digging::before {
content: "\f85e"; }
.fa-trash::before {
content: "\f1f8"; }
.fa-gauge-simple::before {
content: "\f629"; }
.fa-gauge-simple-med::before {
content: "\f629"; }
.fa-tachometer-average::before {
content: "\f629"; }
.fa-book-medical::before {
content: "\f7e6"; }
.fa-poo::before {
content: "\f2fe"; }
.fa-quote-right::before {
content: "\f10e"; }
.fa-quote-right-alt::before {
content: "\f10e"; }
.fa-shirt::before {
content: "\f553"; }
.fa-t-shirt::before {
content: "\f553"; }
.fa-tshirt::before {
content: "\f553"; }
.fa-cubes::before {
content: "\f1b3"; }
.fa-divide::before {
content: "\f529"; }
.fa-tenge-sign::before {
content: "\f7d7"; }
.fa-tenge::before {
content: "\f7d7"; }
.fa-headphones::before {
content: "\f025"; }
.fa-hands-holding::before {
content: "\f4c2"; }
.fa-hands-clapping::before {
content: "\e1a8"; }
.fa-republican::before {
content: "\f75e"; }
.fa-arrow-left::before {
content: "\f060"; }
.fa-person-circle-xmark::before {
content: "\e543"; }
.fa-ruler::before {
content: "\f545"; }
.fa-align-left::before {
content: "\f036"; }
.fa-dice-d6::before {
content: "\f6d1"; }
.fa-restroom::before {
content: "\f7bd"; }
.fa-j::before {
content: "\4a"; }
.fa-users-viewfinder::before {
content: "\e595"; }
.fa-file-video::before {
content: "\f1c8"; }
.fa-up-right-from-square::before {
content: "\f35d"; }
.fa-external-link-alt::before {
content: "\f35d"; }
.fa-table-cells::before {
content: "\f00a"; }
.fa-th::before {
content: "\f00a"; }
.fa-file-pdf::before {
content: "\f1c1"; }
.fa-book-bible::before {
content: "\f647"; }
.fa-bible::before {
content: "\f647"; }
.fa-o::before {
content: "\4f"; }
.fa-suitcase-medical::before {
content: "\f0fa"; }
.fa-medkit::before {
content: "\f0fa"; }
.fa-user-secret::before {
content: "\f21b"; }
.fa-otter::before {
content: "\f700"; }
.fa-person-dress::before {
content: "\f182"; }
.fa-female::before {
content: "\f182"; }
.fa-comment-dollar::before {
content: "\f651"; }
.fa-business-time::before {
content: "\f64a"; }
.fa-briefcase-clock::before {
content: "\f64a"; }
.fa-table-cells-large::before {
content: "\f009"; }
.fa-th-large::before {
content: "\f009"; }
.fa-book-tanakh::before {
content: "\f827"; }
.fa-tanakh::before {
content: "\f827"; }
.fa-phone-volume::before {
content: "\f2a0"; }
.fa-volume-control-phone::before {
content: "\f2a0"; }
.fa-hat-cowboy-side::before {
content: "\f8c1"; }
.fa-clipboard-user::before {
content: "\f7f3"; }
.fa-child::before {
content: "\f1ae"; }
.fa-lira-sign::before {
content: "\f195"; }
.fa-satellite::before {
content: "\f7bf"; }
.fa-plane-lock::before {
content: "\e558"; }
.fa-tag::before {
content: "\f02b"; }
.fa-comment::before {
content: "\f075"; }
.fa-cake-candles::before {
content: "\f1fd"; }
.fa-birthday-cake::before {
content: "\f1fd"; }
.fa-cake::before {
content: "\f1fd"; }
.fa-envelope::before {
content: "\f0e0"; }
.fa-angles-up::before {
content: "\f102"; }
.fa-angle-double-up::before {
content: "\f102"; }
.fa-paperclip::before {
content: "\f0c6"; }
.fa-arrow-right-to-city::before {
content: "\e4b3"; }
.fa-ribbon::before {
content: "\f4d6"; }
.fa-lungs::before {
content: "\f604"; }
.fa-arrow-up-9-1::before {
content: "\f887"; }
.fa-sort-numeric-up-alt::before {
content: "\f887"; }
.fa-litecoin-sign::before {
content: "\e1d3"; }
.fa-border-none::before {
content: "\f850"; }
.fa-circle-nodes::before {
content: "\e4e2"; }
.fa-parachute-box::before {
content: "\f4cd"; }
.fa-indent::before {
content: "\f03c"; }
.fa-truck-field-un::before {
content: "\e58e"; }
.fa-hourglass::before {
content: "\f254"; }
.fa-hourglass-empty::before {
content: "\f254"; }
.fa-mountain::before {
content: "\f6fc"; }
.fa-user-doctor::before {
content: "\f0f0"; }
.fa-user-md::before {
content: "\f0f0"; }
.fa-circle-info::before {
content: "\f05a"; }
.fa-info-circle::before {
content: "\f05a"; }
.fa-cloud-meatball::before {
content: "\f73b"; }
.fa-camera::before {
content: "\f030"; }
.fa-camera-alt::before {
content: "\f030"; }
.fa-square-virus::before {
content: "\e578"; }
.fa-meteor::before {
content: "\f753"; }
.fa-car-on::before {
content: "\e4dd"; }
.fa-sleigh::before {
content: "\f7cc"; }
.fa-arrow-down-1-9::before {
content: "\f162"; }
.fa-sort-numeric-asc::before {
content: "\f162"; }
.fa-sort-numeric-down::before {
content: "\f162"; }
.fa-hand-holding-droplet::before {
content: "\f4c1"; }
.fa-hand-holding-water::before {
content: "\f4c1"; }
.fa-water::before {
content: "\f773"; }
.fa-calendar-check::before {
content: "\f274"; }
.fa-braille::before {
content: "\f2a1"; }
.fa-prescription-bottle-medical::before {
content: "\f486"; }
.fa-prescription-bottle-alt::before {
content: "\f486"; }
.fa-landmark::before {
content: "\f66f"; }
.fa-truck::before {
content: "\f0d1"; }
.fa-crosshairs::before {
content: "\f05b"; }
.fa-person-cane::before {
content: "\e53c"; }
.fa-tent::before {
content: "\e57d"; }
.fa-vest-patches::before {
content: "\e086"; }
.fa-check-double::before {
content: "\f560"; }
.fa-arrow-down-a-z::before {
content: "\f15d"; }
.fa-sort-alpha-asc::before {
content: "\f15d"; }
.fa-sort-alpha-down::before {
content: "\f15d"; }
.fa-money-bill-wheat::before {
content: "\e52a"; }
.fa-cookie::before {
content: "\f563"; }
.fa-arrow-rotate-left::before {
content: "\f0e2"; }
.fa-arrow-left-rotate::before {
content: "\f0e2"; }
.fa-arrow-rotate-back::before {
content: "\f0e2"; }
.fa-arrow-rotate-backward::before {
content: "\f0e2"; }
.fa-undo::before {
content: "\f0e2"; }
.fa-hard-drive::before {
content: "\f0a0"; }
.fa-hdd::before {
content: "\f0a0"; }
.fa-face-grin-squint-tears::before {
content: "\f586"; }
.fa-grin-squint-tears::before {
content: "\f586"; }
.fa-dumbbell::before {
content: "\f44b"; }
.fa-rectangle-list::before {
content: "\f022"; }
.fa-list-alt::before {
content: "\f022"; }
.fa-tarp-droplet::before {
content: "\e57c"; }
.fa-house-medical-circle-check::before {
content: "\e511"; }
.fa-person-skiing-nordic::before {
content: "\f7ca"; }
.fa-skiing-nordic::before {
content: "\f7ca"; }
.fa-calendar-plus::before {
content: "\f271"; }
.fa-plane-arrival::before {
content: "\f5af"; }
.fa-circle-left::before {
content: "\f359"; }
.fa-arrow-alt-circle-left::before {
content: "\f359"; }
.fa-train-subway::before {
content: "\f239"; }
.fa-subway::before {
content: "\f239"; }
.fa-chart-gantt::before {
content: "\e0e4"; }
.fa-indian-rupee-sign::before {
content: "\e1bc"; }
.fa-indian-rupee::before {
content: "\e1bc"; }
.fa-inr::before {
content: "\e1bc"; }
.fa-crop-simple::before {
content: "\f565"; }
.fa-crop-alt::before {
content: "\f565"; }
.fa-money-bill-1::before {
content: "\f3d1"; }
.fa-money-bill-alt::before {
content: "\f3d1"; }
.fa-left-long::before {
content: "\f30a"; }
.fa-long-arrow-alt-left::before {
content: "\f30a"; }
.fa-dna::before {
content: "\f471"; }
.fa-virus-slash::before {
content: "\e075"; }
.fa-minus::before {
content: "\f068"; }
.fa-subtract::before {
content: "\f068"; }
.fa-chess::before {
content: "\f439"; }
.fa-arrow-left-long::before {
content: "\f177"; }
.fa-long-arrow-left::before {
content: "\f177"; }
.fa-plug-circle-check::before {
content: "\e55c"; }
.fa-street-view::before {
content: "\f21d"; }
.fa-franc-sign::before {
content: "\e18f"; }
.fa-volume-off::before {
content: "\f026"; }
.fa-hands-asl-interpreting::before {
content: "\f2a3"; }
.fa-american-sign-language-interpreting::before {
content: "\f2a3"; }
.fa-asl-interpreting::before {
content: "\f2a3"; }
.fa-hands-american-sign-language-interpreting::before {
content: "\f2a3"; }
.fa-gear::before {
content: "\f013"; }
.fa-cog::before {
content: "\f013"; }
.fa-droplet-slash::before {
content: "\f5c7"; }
.fa-tint-slash::before {
content: "\f5c7"; }
.fa-mosque::before {
content: "\f678"; }
.fa-mosquito::before {
content: "\e52b"; }
.fa-star-of-david::before {
content: "\f69a"; }
.fa-person-military-rifle::before {
content: "\e54b"; }
.fa-cart-shopping::before {
content: "\f07a"; }
.fa-shopping-cart::before {
content: "\f07a"; }
.fa-vials::before {
content: "\f493"; }
.fa-plug-circle-plus::before {
content: "\e55f"; }
.fa-place-of-worship::before {
content: "\f67f"; }
.fa-grip-vertical::before {
content: "\f58e"; }
.fa-arrow-turn-up::before {
content: "\f148"; }
.fa-level-up::before {
content: "\f148"; }
.fa-u::before {
content: "\55"; }
.fa-square-root-variable::before {
content: "\f698"; }
.fa-square-root-alt::before {
content: "\f698"; }
.fa-clock::before {
content: "\f017"; }
.fa-clock-four::before {
content: "\f017"; }
.fa-backward-step::before {
content: "\f048"; }
.fa-step-backward::before {
content: "\f048"; }
.fa-pallet::before {
content: "\f482"; }
.fa-faucet::before {
content: "\e005"; }
.fa-baseball-bat-ball::before {
content: "\f432"; }
.fa-s::before {
content: "\53"; }
.fa-timeline::before {
content: "\e29c"; }
.fa-keyboard::before {
content: "\f11c"; }
.fa-caret-down::before {
content: "\f0d7"; }
.fa-house-chimney-medical::before {
content: "\f7f2"; }
.fa-clinic-medical::before {
content: "\f7f2"; }
.fa-temperature-three-quarters::before {
content: "\f2c8"; }
.fa-temperature-3::before {
content: "\f2c8"; }
.fa-thermometer-3::before {
content: "\f2c8"; }
.fa-thermometer-three-quarters::before {
content: "\f2c8"; }
.fa-mobile-screen::before {
content: "\f3cf"; }
.fa-mobile-android-alt::before {
content: "\f3cf"; }
.fa-plane-up::before {
content: "\e22d"; }
.fa-piggy-bank::before {
content: "\f4d3"; }
.fa-battery-half::before {
content: "\f242"; }
.fa-battery-3::before {
content: "\f242"; }
.fa-mountain-city::before {
content: "\e52e"; }
.fa-coins::before {
content: "\f51e"; }
.fa-khanda::before {
content: "\f66d"; }
.fa-sliders::before {
content: "\f1de"; }
.fa-sliders-h::before {
content: "\f1de"; }
.fa-folder-tree::before {
content: "\f802"; }
.fa-network-wired::before {
content: "\f6ff"; }
.fa-map-pin::before {
content: "\f276"; }
.fa-hamsa::before {
content: "\f665"; }
.fa-cent-sign::before {
content: "\e3f5"; }
.fa-flask::before {
content: "\f0c3"; }
.fa-person-pregnant::before {
content: "\e31e"; }
.fa-wand-sparkles::before {
content: "\f72b"; }
.fa-ellipsis-vertical::before {
content: "\f142"; }
.fa-ellipsis-v::before {
content: "\f142"; }
.fa-ticket::before {
content: "\f145"; }
.fa-power-off::before {
content: "\f011"; }
.fa-right-long::before {
content: "\f30b"; }
.fa-long-arrow-alt-right::before {
content: "\f30b"; }
.fa-flag-usa::before {
content: "\f74d"; }
.fa-laptop-file::before {
content: "\e51d"; }
.fa-tty::before {
content: "\f1e4"; }
.fa-teletype::before {
content: "\f1e4"; }
.fa-diagram-next::before {
content: "\e476"; }
.fa-person-rifle::before {
content: "\e54e"; }
.fa-house-medical-circle-exclamation::before {
content: "\e512"; }
.fa-closed-captioning::before {
content: "\f20a"; }
.fa-person-hiking::before {
content: "\f6ec"; }
.fa-hiking::before {
content: "\f6ec"; }
.fa-venus-double::before {
content: "\f226"; }
.fa-images::before {
content: "\f302"; }
.fa-calculator::before {
content: "\f1ec"; }
.fa-people-pulling::before {
content: "\e535"; }
.fa-n::before {
content: "\4e"; }
.fa-cable-car::before {
content: "\f7da"; }
.fa-tram::before {
content: "\f7da"; }
.fa-cloud-rain::before {
content: "\f73d"; }
.fa-building-circle-xmark::before {
content: "\e4d4"; }
.fa-ship::before {
content: "\f21a"; }
.fa-arrows-down-to-line::before {
content: "\e4b8"; }
.fa-download::before {
content: "\f019"; }
.fa-face-grin::before {
content: "\f580"; }
.fa-grin::before {
content: "\f580"; }
.fa-delete-left::before {
content: "\f55a"; }
.fa-backspace::before {
content: "\f55a"; }
.fa-eye-dropper::before {
content: "\f1fb"; }
.fa-eye-dropper-empty::before {
content: "\f1fb"; }
.fa-eyedropper::before {
content: "\f1fb"; }
.fa-file-circle-check::before {
content: "\e5a0"; }
.fa-forward::before {
content: "\f04e"; }
.fa-mobile::before {
content: "\f3ce"; }
.fa-mobile-android::before {
content: "\f3ce"; }
.fa-mobile-phone::before {
content: "\f3ce"; }
.fa-face-meh::before {
content: "\f11a"; }
.fa-meh::before {
content: "\f11a"; }
.fa-align-center::before {
content: "\f037"; }
.fa-book-skull::before {
content: "\f6b7"; }
.fa-book-dead::before {
content: "\f6b7"; }
.fa-id-card::before {
content: "\f2c2"; }
.fa-drivers-license::before {
content: "\f2c2"; }
.fa-outdent::before {
content: "\f03b"; }
.fa-dedent::before {
content: "\f03b"; }
.fa-heart-circle-exclamation::before {
content: "\e4fe"; }
.fa-house::before {
content: "\f015"; }
.fa-home::before {
content: "\f015"; }
.fa-home-alt::before {
content: "\f015"; }
.fa-home-lg-alt::before {
content: "\f015"; }
.fa-calendar-week::before {
content: "\f784"; }
.fa-laptop-medical::before {
content: "\f812"; }
.fa-b::before {
content: "\42"; }
.fa-file-medical::before {
content: "\f477"; }
.fa-dice-one::before {
content: "\f525"; }
.fa-kiwi-bird::before {
content: "\f535"; }
.fa-arrow-right-arrow-left::before {
content: "\f0ec"; }
.fa-exchange::before {
content: "\f0ec"; }
.fa-rotate-right::before {
content: "\f2f9"; }
.fa-redo-alt::before {
content: "\f2f9"; }
.fa-rotate-forward::before {
content: "\f2f9"; }
.fa-utensils::before {
content: "\f2e7"; }
.fa-cutlery::before {
content: "\f2e7"; }
.fa-arrow-up-wide-short::before {
content: "\f161"; }
.fa-sort-amount-up::before {
content: "\f161"; }
.fa-mill-sign::before {
content: "\e1ed"; }
.fa-bowl-rice::before {
content: "\e2eb"; }
.fa-skull::before {
content: "\f54c"; }
.fa-tower-broadcast::before {
content: "\f519"; }
.fa-broadcast-tower::before {
content: "\f519"; }
.fa-truck-pickup::before {
content: "\f63c"; }
.fa-up-long::before {
content: "\f30c"; }
.fa-long-arrow-alt-up::before {
content: "\f30c"; }
.fa-stop::before {
content: "\f04d"; }
.fa-code-merge::before {
content: "\f387"; }
.fa-upload::before {
content: "\f093"; }
.fa-hurricane::before {
content: "\f751"; }
.fa-mound::before {
content: "\e52d"; }
.fa-toilet-portable::before {
content: "\e583"; }
.fa-compact-disc::before {
content: "\f51f"; }
.fa-file-arrow-down::before {
content: "\f56d"; }
.fa-file-download::before {
content: "\f56d"; }
.fa-caravan::before {
content: "\f8ff"; }
.fa-shield-cat::before {
content: "\e572"; }
.fa-bolt::before {
content: "\f0e7"; }
.fa-zap::before {
content: "\f0e7"; }
.fa-glass-water::before {
content: "\e4f4"; }
.fa-oil-well::before {
content: "\e532"; }
.fa-vault::before {
content: "\e2c5"; }
.fa-mars::before {
content: "\f222"; }
.fa-toilet::before {
content: "\f7d8"; }
.fa-plane-circle-xmark::before {
content: "\e557"; }
.fa-yen-sign::before {
content: "\f157"; }
.fa-cny::before {
content: "\f157"; }
.fa-jpy::before {
content: "\f157"; }
.fa-rmb::before {
content: "\f157"; }
.fa-yen::before {
content: "\f157"; }
.fa-ruble-sign::before {
content: "\f158"; }
.fa-rouble::before {
content: "\f158"; }
.fa-rub::before {
content: "\f158"; }
.fa-ruble::before {
content: "\f158"; }
.fa-sun::before {
content: "\f185"; }
.fa-guitar::before {
content: "\f7a6"; }
.fa-face-laugh-wink::before {
content: "\f59c"; }
.fa-laugh-wink::before {
content: "\f59c"; }
.fa-horse-head::before {
content: "\f7ab"; }
.fa-bore-hole::before {
content: "\e4c3"; }
.fa-industry::before {
content: "\f275"; }
.fa-circle-down::before {
content: "\f358"; }
.fa-arrow-alt-circle-down::before {
content: "\f358"; }
.fa-arrows-turn-to-dots::before {
content: "\e4c1"; }
.fa-florin-sign::before {
content: "\e184"; }
.fa-arrow-down-short-wide::before {
content: "\f884"; }
.fa-sort-amount-desc::before {
content: "\f884"; }
.fa-sort-amount-down-alt::before {
content: "\f884"; }
.fa-less-than::before {
content: "\3c"; }
.fa-angle-down::before {
content: "\f107"; }
.fa-car-tunnel::before {
content: "\e4de"; }
.fa-head-side-cough::before {
content: "\e061"; }
.fa-grip-lines::before {
content: "\f7a4"; }
.fa-thumbs-down::before {
content: "\f165"; }
.fa-user-lock::before {
content: "\f502"; }
.fa-arrow-right-long::before {
content: "\f178"; }
.fa-long-arrow-right::before {
content: "\f178"; }
.fa-anchor-circle-xmark::before {
content: "\e4ac"; }
.fa-ellipsis::before {
content: "\f141"; }
.fa-ellipsis-h::before {
content: "\f141"; }
.fa-chess-pawn::before {
content: "\f443"; }
.fa-kit-medical::before {
content: "\f479"; }
.fa-first-aid::before {
content: "\f479"; }
.fa-person-through-window::before {
content: "\e5a9"; }
.fa-toolbox::before {
content: "\f552"; }
.fa-hands-holding-circle::before {
content: "\e4fb"; }
.fa-bug::before {
content: "\f188"; }
.fa-credit-card::before {
content: "\f09d"; }
.fa-credit-card-alt::before {
content: "\f09d"; }
.fa-car::before {
content: "\f1b9"; }
.fa-automobile::before {
content: "\f1b9"; }
.fa-hand-holding-hand::before {
content: "\e4f7"; }
.fa-book-open-reader::before {
content: "\f5da"; }
.fa-book-reader::before {
content: "\f5da"; }
.fa-mountain-sun::before {
content: "\e52f"; }
.fa-arrows-left-right-to-line::before {
content: "\e4ba"; }
.fa-dice-d20::before {
content: "\f6cf"; }
.fa-truck-droplet::before {
content: "\e58c"; }
.fa-file-circle-xmark::before {
content: "\e5a1"; }
.fa-temperature-arrow-up::before {
content: "\e040"; }
.fa-temperature-up::before {
content: "\e040"; }
.fa-medal::before {
content: "\f5a2"; }
.fa-bed::before {
content: "\f236"; }
.fa-square-h::before {
content: "\f0fd"; }
.fa-h-square::before {
content: "\f0fd"; }
.fa-podcast::before {
content: "\f2ce"; }
.fa-temperature-full::before {
content: "\f2c7"; }
.fa-temperature-4::before {
content: "\f2c7"; }
.fa-thermometer-4::before {
content: "\f2c7"; }
.fa-thermometer-full::before {
content: "\f2c7"; }
.fa-bell::before {
content: "\f0f3"; }
.fa-superscript::before {
content: "\f12b"; }
.fa-plug-circle-xmark::before {
content: "\e560"; }
.fa-star-of-life::before {
content: "\f621"; }
.fa-phone-slash::before {
content: "\f3dd"; }
.fa-paint-roller::before {
content: "\f5aa"; }
.fa-handshake-angle::before {
content: "\f4c4"; }
.fa-hands-helping::before {
content: "\f4c4"; }
.fa-location-dot::before {
content: "\f3c5"; }
.fa-map-marker-alt::before {
content: "\f3c5"; }
.fa-file::before {
content: "\f15b"; }
.fa-greater-than::before {
content: "\3e"; }
.fa-person-swimming::before {
content: "\f5c4"; }
.fa-swimmer::before {
content: "\f5c4"; }
.fa-arrow-down::before {
content: "\f063"; }
.fa-droplet::before {
content: "\f043"; }
.fa-tint::before {
content: "\f043"; }
.fa-eraser::before {
content: "\f12d"; }
.fa-earth-americas::before {
content: "\f57d"; }
.fa-earth::before {
content: "\f57d"; }
.fa-earth-america::before {
content: "\f57d"; }
.fa-globe-americas::before {
content: "\f57d"; }
.fa-person-burst::before {
content: "\e53b"; }
.fa-dove::before {
content: "\f4ba"; }
.fa-battery-empty::before {
content: "\f244"; }
.fa-battery-0::before {
content: "\f244"; }
.fa-socks::before {
content: "\f696"; }
.fa-inbox::before {
content: "\f01c"; }
.fa-section::before {
content: "\e447"; }
.fa-gauge-high::before {
content: "\f625"; }
.fa-tachometer-alt::before {
content: "\f625"; }
.fa-tachometer-alt-fast::before {
content: "\f625"; }
.fa-envelope-open-text::before {
content: "\f658"; }
.fa-hospital::before {
content: "\f0f8"; }
.fa-hospital-alt::before {
content: "\f0f8"; }
.fa-hospital-wide::before {
content: "\f0f8"; }
.fa-wine-bottle::before {
content: "\f72f"; }
.fa-chess-rook::before {
content: "\f447"; }
.fa-bars-staggered::before {
content: "\f550"; }
.fa-reorder::before {
content: "\f550"; }
.fa-stream::before {
content: "\f550"; }
.fa-dharmachakra::before {
content: "\f655"; }
.fa-hotdog::before {
content: "\f80f"; }
.fa-person-walking-with-cane::before {
content: "\f29d"; }
.fa-blind::before {
content: "\f29d"; }
.fa-drum::before {
content: "\f569"; }
.fa-ice-cream::before {
content: "\f810"; }
.fa-heart-circle-bolt::before {
content: "\e4fc"; }
.fa-fax::before {
content: "\f1ac"; }
.fa-paragraph::before {
content: "\f1dd"; }
.fa-check-to-slot::before {
content: "\f772"; }
.fa-vote-yea::before {
content: "\f772"; }
.fa-star-half::before {
content: "\f089"; }
.fa-boxes-stacked::before {
content: "\f468"; }
.fa-boxes::before {
content: "\f468"; }
.fa-boxes-alt::before {
content: "\f468"; }
.fa-link::before {
content: "\f0c1"; }
.fa-chain::before {
content: "\f0c1"; }
.fa-ear-listen::before {
content: "\f2a2"; }
.fa-assistive-listening-systems::before {
content: "\f2a2"; }
.fa-tree-city::before {
content: "\e587"; }
.fa-play::before {
content: "\f04b"; }
.fa-font::before {
content: "\f031"; }
.fa-rupiah-sign::before {
content: "\e23d"; }
.fa-magnifying-glass::before {
content: "\f002"; }
.fa-search::before {
content: "\f002"; }
.fa-table-tennis-paddle-ball::before {
content: "\f45d"; }
.fa-ping-pong-paddle-ball::before {
content: "\f45d"; }
.fa-table-tennis::before {
content: "\f45d"; }
.fa-person-dots-from-line::before {
content: "\f470"; }
.fa-diagnoses::before {
content: "\f470"; }
.fa-trash-can-arrow-up::before {
content: "\f82a"; }
.fa-trash-restore-alt::before {
content: "\f82a"; }
.fa-naira-sign::before {
content: "\e1f6"; }
.fa-cart-arrow-down::before {
content: "\f218"; }
.fa-walkie-talkie::before {
content: "\f8ef"; }
.fa-file-pen::before {
content: "\f31c"; }
.fa-file-edit::before {
content: "\f31c"; }
.fa-receipt::before {
content: "\f543"; }
.fa-square-pen::before {
content: "\f14b"; }
.fa-pen-square::before {
content: "\f14b"; }
.fa-pencil-square::before {
content: "\f14b"; }
.fa-suitcase-rolling::before {
content: "\f5c1"; }
.fa-person-circle-exclamation::before {
content: "\e53f"; }
.fa-chevron-down::before {
content: "\f078"; }
.fa-battery-full::before {
content: "\f240"; }
.fa-battery::before {
content: "\f240"; }
.fa-battery-5::before {
content: "\f240"; }
.fa-skull-crossbones::before {
content: "\f714"; }
.fa-code-compare::before {
content: "\e13a"; }
.fa-list-ul::before {
content: "\f0ca"; }
.fa-list-dots::before {
content: "\f0ca"; }
.fa-school-lock::before {
content: "\e56f"; }
.fa-tower-cell::before {
content: "\e585"; }
.fa-down-long::before {
content: "\f309"; }
.fa-long-arrow-alt-down::before {
content: "\f309"; }
.fa-ranking-star::before {
content: "\e561"; }
.fa-chess-king::before {
content: "\f43f"; }
.fa-person-harassing::before {
content: "\e549"; }
.fa-brazilian-real-sign::before {
content: "\e46c"; }
.fa-landmark-dome::before {
content: "\f752"; }
.fa-landmark-alt::before {
content: "\f752"; }
.fa-arrow-up::before {
content: "\f062"; }
.fa-tv::before {
content: "\f26c"; }
.fa-television::before {
content: "\f26c"; }
.fa-tv-alt::before {
content: "\f26c"; }
.fa-shrimp::before {
content: "\e448"; }
.fa-list-check::before {
content: "\f0ae"; }
.fa-tasks::before {
content: "\f0ae"; }
.fa-jug-detergent::before {
content: "\e519"; }
.fa-circle-user::before {
content: "\f2bd"; }
.fa-user-circle::before {
content: "\f2bd"; }
.fa-user-shield::before {
content: "\f505"; }
.fa-wind::before {
content: "\f72e"; }
.fa-car-burst::before {
content: "\f5e1"; }
.fa-car-crash::before {
content: "\f5e1"; }
.fa-y::before {
content: "\59"; }
.fa-person-snowboarding::before {
content: "\f7ce"; }
.fa-snowboarding::before {
content: "\f7ce"; }
.fa-truck-fast::before {
content: "\f48b"; }
.fa-shipping-fast::before {
content: "\f48b"; }
.fa-fish::before {
content: "\f578"; }
.fa-user-graduate::before {
content: "\f501"; }
.fa-circle-half-stroke::before {
content: "\f042"; }
.fa-adjust::before {
content: "\f042"; }
.fa-clapperboard::before {
content: "\e131"; }
.fa-circle-radiation::before {
content: "\f7ba"; }
.fa-radiation-alt::before {
content: "\f7ba"; }
.fa-baseball::before {
content: "\f433"; }
.fa-baseball-ball::before {
content: "\f433"; }
.fa-jet-fighter-up::before {
content: "\e518"; }
.fa-diagram-project::before {
content: "\f542"; }
.fa-project-diagram::before {
content: "\f542"; }
.fa-copy::before {
content: "\f0c5"; }
.fa-volume-xmark::before {
content: "\f6a9"; }
.fa-volume-mute::before {
content: "\f6a9"; }
.fa-volume-times::before {
content: "\f6a9"; }
.fa-hand-sparkles::before {
content: "\e05d"; }
.fa-grip::before {
content: "\f58d"; }
.fa-grip-horizontal::before {
content: "\f58d"; }
.fa-share-from-square::before {
content: "\f14d"; }
.fa-share-square::before {
content: "\f14d"; }
.fa-child-combatant::before {
content: "\e4e0"; }
.fa-child-rifle::before {
content: "\e4e0"; }
.fa-gun::before {
content: "\e19b"; }
.fa-square-phone::before {
content: "\f098"; }
.fa-phone-square::before {
content: "\f098"; }
.fa-plus::before {
content: "\2b"; }
.fa-add::before {
content: "\2b"; }
.fa-expand::before {
content: "\f065"; }
.fa-computer::before {
content: "\e4e5"; }
.fa-xmark::before {
content: "\f00d"; }
.fa-close::before {
content: "\f00d"; }
.fa-multiply::before {
content: "\f00d"; }
.fa-remove::before {
content: "\f00d"; }
.fa-times::before {
content: "\f00d"; }
.fa-arrows-up-down-left-right::before {
content: "\f047"; }
.fa-arrows::before {
content: "\f047"; }
.fa-chalkboard-user::before {
content: "\f51c"; }
.fa-chalkboard-teacher::before {
content: "\f51c"; }
.fa-peso-sign::before {
content: "\e222"; }
.fa-building-shield::before {
content: "\e4d8"; }
.fa-baby::before {
content: "\f77c"; }
.fa-users-line::before {
content: "\e592"; }
.fa-quote-left::before {
content: "\f10d"; }
.fa-quote-left-alt::before {
content: "\f10d"; }
.fa-tractor::before {
content: "\f722"; }
.fa-trash-arrow-up::before {
content: "\f829"; }
.fa-trash-restore::before {
content: "\f829"; }
.fa-arrow-down-up-lock::before {
content: "\e4b0"; }
.fa-lines-leaning::before {
content: "\e51e"; }
.fa-ruler-combined::before {
content: "\f546"; }
.fa-copyright::before {
content: "\f1f9"; }
.fa-equals::before {
content: "\3d"; }
.fa-blender::before {
content: "\f517"; }
.fa-teeth::before {
content: "\f62e"; }
.fa-shekel-sign::before {
content: "\f20b"; }
.fa-ils::before {
content: "\f20b"; }
.fa-shekel::before {
content: "\f20b"; }
.fa-sheqel::before {
content: "\f20b"; }
.fa-sheqel-sign::before {
content: "\f20b"; }
.fa-map::before {
content: "\f279"; }
.fa-rocket::before {
content: "\f135"; }
.fa-photo-film::before {
content: "\f87c"; }
.fa-photo-video::before {
content: "\f87c"; }
.fa-folder-minus::before {
content: "\f65d"; }
.fa-store::before {
content: "\f54e"; }
.fa-arrow-trend-up::before {
content: "\e098"; }
.fa-plug-circle-minus::before {
content: "\e55e"; }
.fa-sign-hanging::before {
content: "\f4d9"; }
.fa-sign::before {
content: "\f4d9"; }
.fa-bezier-curve::before {
content: "\f55b"; }
.fa-bell-slash::before {
content: "\f1f6"; }
.fa-tablet::before {
content: "\f3fb"; }
.fa-tablet-android::before {
content: "\f3fb"; }
.fa-school-flag::before {
content: "\e56e"; }
.fa-fill::before {
content: "\f575"; }
.fa-angle-up::before {
content: "\f106"; }
.fa-drumstick-bite::before {
content: "\f6d7"; }
.fa-holly-berry::before {
content: "\f7aa"; }
.fa-chevron-left::before {
content: "\f053"; }
.fa-bacteria::before {
content: "\e059"; }
.fa-hand-lizard::before {
content: "\f258"; }
.fa-notdef::before {
content: "\e1fe"; }
.fa-disease::before {
content: "\f7fa"; }
.fa-briefcase-medical::before {
content: "\f469"; }
.fa-genderless::before {
content: "\f22d"; }
.fa-chevron-right::before {
content: "\f054"; }
.fa-retweet::before {
content: "\f079"; }
.fa-car-rear::before {
content: "\f5de"; }
.fa-car-alt::before {
content: "\f5de"; }
.fa-pump-soap::before {
content: "\e06b"; }
.fa-video-slash::before {
content: "\f4e2"; }
.fa-battery-quarter::before {
content: "\f243"; }
.fa-battery-2::before {
content: "\f243"; }
.fa-radio::before {
content: "\f8d7"; }
.fa-baby-carriage::before {
content: "\f77d"; }
.fa-carriage-baby::before {
content: "\f77d"; }
.fa-traffic-light::before {
content: "\f637"; }
.fa-thermometer::before {
content: "\f491"; }
.fa-vr-cardboard::before {
content: "\f729"; }
.fa-hand-middle-finger::before {
content: "\f806"; }
.fa-percent::before {
content: "\25"; }
.fa-percentage::before {
content: "\25"; }
.fa-truck-moving::before {
content: "\f4df"; }
.fa-glass-water-droplet::before {
content: "\e4f5"; }
.fa-display::before {
content: "\e163"; }
.fa-face-smile::before {
content: "\f118"; }
.fa-smile::before {
content: "\f118"; }
.fa-thumbtack::before {
content: "\f08d"; }
.fa-thumb-tack::before {
content: "\f08d"; }
.fa-trophy::before {
content: "\f091"; }
.fa-person-praying::before {
content: "\f683"; }
.fa-pray::before {
content: "\f683"; }
.fa-hammer::before {
content: "\f6e3"; }
.fa-hand-peace::before {
content: "\f25b"; }
.fa-rotate::before {
content: "\f2f1"; }
.fa-sync-alt::before {
content: "\f2f1"; }
.fa-spinner::before {
content: "\f110"; }
.fa-robot::before {
content: "\f544"; }
.fa-peace::before {
content: "\f67c"; }
.fa-gears::before {
content: "\f085"; }
.fa-cogs::before {
content: "\f085"; }
.fa-warehouse::before {
content: "\f494"; }
.fa-arrow-up-right-dots::before {
content: "\e4b7"; }
.fa-splotch::before {
content: "\f5bc"; }
.fa-face-grin-hearts::before {
content: "\f584"; }
.fa-grin-hearts::before {
content: "\f584"; }
.fa-dice-four::before {
content: "\f524"; }
.fa-sim-card::before {
content: "\f7c4"; }
.fa-transgender::before {
content: "\f225"; }
.fa-transgender-alt::before {
content: "\f225"; }
.fa-mercury::before {
content: "\f223"; }
.fa-arrow-turn-down::before {
content: "\f149"; }
.fa-level-down::before {
content: "\f149"; }
.fa-person-falling-burst::before {
content: "\e547"; }
.fa-award::before {
content: "\f559"; }
.fa-ticket-simple::before {
content: "\f3ff"; }
.fa-ticket-alt::before {
content: "\f3ff"; }
.fa-building::before {
content: "\f1ad"; }
.fa-angles-left::before {
content: "\f100"; }
.fa-angle-double-left::before {
content: "\f100"; }
.fa-qrcode::before {
content: "\f029"; }
.fa-clock-rotate-left::before {
content: "\f1da"; }
.fa-history::before {
content: "\f1da"; }
.fa-face-grin-beam-sweat::before {
content: "\f583"; }
.fa-grin-beam-sweat::before {
content: "\f583"; }
.fa-file-export::before {
content: "\f56e"; }
.fa-arrow-right-from-file::before {
content: "\f56e"; }
.fa-shield::before {
content: "\f132"; }
.fa-shield-blank::before {
content: "\f132"; }
.fa-arrow-up-short-wide::before {
content: "\f885"; }
.fa-sort-amount-up-alt::before {
content: "\f885"; }
.fa-house-medical::before {
content: "\e3b2"; }
.fa-golf-ball-tee::before {
content: "\f450"; }
.fa-golf-ball::before {
content: "\f450"; }
.fa-circle-chevron-left::before {
content: "\f137"; }
.fa-chevron-circle-left::before {
content: "\f137"; }
.fa-house-chimney-window::before {
content: "\e00d"; }
.fa-pen-nib::before {
content: "\f5ad"; }
.fa-tent-arrow-turn-left::before {
content: "\e580"; }
.fa-tents::before {
content: "\e582"; }
.fa-wand-magic::before {
content: "\f0d0"; }
.fa-magic::before {
content: "\f0d0"; }
.fa-dog::before {
content: "\f6d3"; }
.fa-carrot::before {
content: "\f787"; }
.fa-moon::before {
content: "\f186"; }
.fa-wine-glass-empty::before {
content: "\f5ce"; }
.fa-wine-glass-alt::before {
content: "\f5ce"; }
.fa-cheese::before {
content: "\f7ef"; }
.fa-yin-yang::before {
content: "\f6ad"; }
.fa-music::before {
content: "\f001"; }
.fa-code-commit::before {
content: "\f386"; }
.fa-temperature-low::before {
content: "\f76b"; }
.fa-person-biking::before {
content: "\f84a"; }
.fa-biking::before {
content: "\f84a"; }
.fa-broom::before {
content: "\f51a"; }
.fa-shield-heart::before {
content: "\e574"; }
.fa-gopuram::before {
content: "\f664"; }
.fa-earth-oceania::before {
content: "\e47b"; }
.fa-globe-oceania::before {
content: "\e47b"; }
.fa-square-xmark::before {
content: "\f2d3"; }
.fa-times-square::before {
content: "\f2d3"; }
.fa-xmark-square::before {
content: "\f2d3"; }
.fa-hashtag::before {
content: "\23"; }
.fa-up-right-and-down-left-from-center::before {
content: "\f424"; }
.fa-expand-alt::before {
content: "\f424"; }
.fa-oil-can::before {
content: "\f613"; }
.fa-t::before {
content: "\54"; }
.fa-hippo::before {
content: "\f6ed"; }
.fa-chart-column::before {
content: "\e0e3"; }
.fa-infinity::before {
content: "\f534"; }
.fa-vial-circle-check::before {
content: "\e596"; }
.fa-person-arrow-down-to-line::before {
content: "\e538"; }
.fa-voicemail::before {
content: "\f897"; }
.fa-fan::before {
content: "\f863"; }
.fa-person-walking-luggage::before {
content: "\e554"; }
.fa-up-down::before {
content: "\f338"; }
.fa-arrows-alt-v::before {
content: "\f338"; }
.fa-cloud-moon-rain::before {
content: "\f73c"; }
.fa-calendar::before {
content: "\f133"; }
.fa-trailer::before {
content: "\e041"; }
.fa-bahai::before {
content: "\f666"; }
.fa-haykal::before {
content: "\f666"; }
.fa-sd-card::before {
content: "\f7c2"; }
.fa-dragon::before {
content: "\f6d5"; }
.fa-shoe-prints::before {
content: "\f54b"; }
.fa-circle-plus::before {
content: "\f055"; }
.fa-plus-circle::before {
content: "\f055"; }
.fa-face-grin-tongue-wink::before {
content: "\f58b"; }
.fa-grin-tongue-wink::before {
content: "\f58b"; }
.fa-hand-holding::before {
content: "\f4bd"; }
.fa-plug-circle-exclamation::before {
content: "\e55d"; }
.fa-link-slash::before {
content: "\f127"; }
.fa-chain-broken::before {
content: "\f127"; }
.fa-chain-slash::before {
content: "\f127"; }
.fa-unlink::before {
content: "\f127"; }
.fa-clone::before {
content: "\f24d"; }
.fa-person-walking-arrow-loop-left::before {
content: "\e551"; }
.fa-arrow-up-z-a::before {
content: "\f882"; }
.fa-sort-alpha-up-alt::before {
content: "\f882"; }
.fa-fire-flame-curved::before {
content: "\f7e4"; }
.fa-fire-alt::before {
content: "\f7e4"; }
.fa-tornado::before {
content: "\f76f"; }
.fa-file-circle-plus::before {
content: "\e494"; }
.fa-book-quran::before {
content: "\f687"; }
.fa-quran::before {
content: "\f687"; }
.fa-anchor::before {
content: "\f13d"; }
.fa-border-all::before {
content: "\f84c"; }
.fa-face-angry::before {
content: "\f556"; }
.fa-angry::before {
content: "\f556"; }
.fa-cookie-bite::before {
content: "\f564"; }
.fa-arrow-trend-down::before {
content: "\e097"; }
.fa-rss::before {
content: "\f09e"; }
.fa-feed::before {
content: "\f09e"; }
.fa-draw-polygon::before {
content: "\f5ee"; }
.fa-scale-balanced::before {
content: "\f24e"; }
.fa-balance-scale::before {
content: "\f24e"; }
.fa-gauge-simple-high::before {
content: "\f62a"; }
.fa-tachometer::before {
content: "\f62a"; }
.fa-tachometer-fast::before {
content: "\f62a"; }
.fa-shower::before {
content: "\f2cc"; }
.fa-desktop::before {
content: "\f390"; }
.fa-desktop-alt::before {
content: "\f390"; }
.fa-m::before {
content: "\4d"; }
.fa-table-list::before {
content: "\f00b"; }
.fa-th-list::before {
content: "\f00b"; }
.fa-comment-sms::before {
content: "\f7cd"; }
.fa-sms::before {
content: "\f7cd"; }
.fa-book::before {
content: "\f02d"; }
.fa-user-plus::before {
content: "\f234"; }
.fa-check::before {
content: "\f00c"; }
.fa-battery-three-quarters::before {
content: "\f241"; }
.fa-battery-4::before {
content: "\f241"; }
.fa-house-circle-check::before {
content: "\e509"; }
.fa-angle-left::before {
content: "\f104"; }
.fa-diagram-successor::before {
content: "\e47a"; }
.fa-truck-arrow-right::before {
content: "\e58b"; }
.fa-arrows-split-up-and-left::before {
content: "\e4bc"; }
.fa-hand-fist::before {
content: "\f6de"; }
.fa-fist-raised::before {
content: "\f6de"; }
.fa-cloud-moon::before {
content: "\f6c3"; }
.fa-briefcase::before {
content: "\f0b1"; }
.fa-person-falling::before {
content: "\e546"; }
.fa-image-portrait::before {
content: "\f3e0"; }
.fa-portrait::before {
content: "\f3e0"; }
.fa-user-tag::before {
content: "\f507"; }
.fa-rug::before {
content: "\e569"; }
.fa-earth-europe::before {
content: "\f7a2"; }
.fa-globe-europe::before {
content: "\f7a2"; }
.fa-cart-flatbed-suitcase::before {
content: "\f59d"; }
.fa-luggage-cart::before {
content: "\f59d"; }
.fa-rectangle-xmark::before {
content: "\f410"; }
.fa-rectangle-times::before {
content: "\f410"; }
.fa-times-rectangle::before {
content: "\f410"; }
.fa-window-close::before {
content: "\f410"; }
.fa-baht-sign::before {
content: "\e0ac"; }
.fa-book-open::before {
content: "\f518"; }
.fa-book-journal-whills::before {
content: "\f66a"; }
.fa-journal-whills::before {
content: "\f66a"; }
.fa-handcuffs::before {
content: "\e4f8"; }
.fa-triangle-exclamation::before {
content: "\f071"; }
.fa-exclamation-triangle::before {
content: "\f071"; }
.fa-warning::before {
content: "\f071"; }
.fa-database::before {
content: "\f1c0"; }
.fa-share::before {
content: "\f064"; }
.fa-arrow-turn-right::before {
content: "\f064"; }
.fa-mail-forward::before {
content: "\f064"; }
.fa-bottle-droplet::before {
content: "\e4c4"; }
.fa-mask-face::before {
content: "\e1d7"; }
.fa-hill-rockslide::before {
content: "\e508"; }
.fa-right-left::before {
content: "\f362"; }
.fa-exchange-alt::before {
content: "\f362"; }
.fa-paper-plane::before {
content: "\f1d8"; }
.fa-road-circle-exclamation::before {
content: "\e565"; }
.fa-dungeon::before {
content: "\f6d9"; }
.fa-align-right::before {
content: "\f038"; }
.fa-money-bill-1-wave::before {
content: "\f53b"; }
.fa-money-bill-wave-alt::before {
content: "\f53b"; }
.fa-life-ring::before {
content: "\f1cd"; }
.fa-hands::before {
content: "\f2a7"; }
.fa-sign-language::before {
content: "\f2a7"; }
.fa-signing::before {
content: "\f2a7"; }
.fa-calendar-day::before {
content: "\f783"; }
.fa-water-ladder::before {
content: "\f5c5"; }
.fa-ladder-water::before {
content: "\f5c5"; }
.fa-swimming-pool::before {
content: "\f5c5"; }
.fa-arrows-up-down::before {
content: "\f07d"; }
.fa-arrows-v::before {
content: "\f07d"; }
.fa-face-grimace::before {
content: "\f57f"; }
.fa-grimace::before {
content: "\f57f"; }
.fa-wheelchair-move::before {
content: "\e2ce"; }
.fa-wheelchair-alt::before {
content: "\e2ce"; }
.fa-turn-down::before {
content: "\f3be"; }
.fa-level-down-alt::before {
content: "\f3be"; }
.fa-person-walking-arrow-right::before {
content: "\e552"; }
.fa-square-envelope::before {
content: "\f199"; }
.fa-envelope-square::before {
content: "\f199"; }
.fa-dice::before {
content: "\f522"; }
.fa-bowling-ball::before {
content: "\f436"; }
.fa-brain::before {
content: "\f5dc"; }
.fa-bandage::before {
content: "\f462"; }
.fa-band-aid::before {
content: "\f462"; }
.fa-calendar-minus::before {
content: "\f272"; }
.fa-circle-xmark::before {
content: "\f057"; }
.fa-times-circle::before {
content: "\f057"; }
.fa-xmark-circle::before {
content: "\f057"; }
.fa-gifts::before {
content: "\f79c"; }
.fa-hotel::before {
content: "\f594"; }
.fa-earth-asia::before {
content: "\f57e"; }
.fa-globe-asia::before {
content: "\f57e"; }
.fa-id-card-clip::before {
content: "\f47f"; }
.fa-id-card-alt::before {
content: "\f47f"; }
.fa-magnifying-glass-plus::before {
content: "\f00e"; }
.fa-search-plus::before {
content: "\f00e"; }
.fa-thumbs-up::before {
content: "\f164"; }
.fa-user-clock::before {
content: "\f4fd"; }
.fa-hand-dots::before {
content: "\f461"; }
.fa-allergies::before {
content: "\f461"; }
.fa-file-invoice::before {
content: "\f570"; }
.fa-window-minimize::before {
content: "\f2d1"; }
.fa-mug-saucer::before {
content: "\f0f4"; }
.fa-coffee::before {
content: "\f0f4"; }
.fa-brush::before {
content: "\f55d"; }
.fa-mask::before {
content: "\f6fa"; }
.fa-magnifying-glass-minus::before {
content: "\f010"; }
.fa-search-minus::before {
content: "\f010"; }
.fa-ruler-vertical::before {
content: "\f548"; }
.fa-user-large::before {
content: "\f406"; }
.fa-user-alt::before {
content: "\f406"; }
.fa-train-tram::before {
content: "\e5b4"; }
.fa-user-nurse::before {
content: "\f82f"; }
.fa-syringe::before {
content: "\f48e"; }
.fa-cloud-sun::before {
content: "\f6c4"; }
.fa-stopwatch-20::before {
content: "\e06f"; }
.fa-square-full::before {
content: "\f45c"; }
.fa-magnet::before {
content: "\f076"; }
.fa-jar::before {
content: "\e516"; }
.fa-note-sticky::before {
content: "\f249"; }
.fa-sticky-note::before {
content: "\f249"; }
.fa-bug-slash::before {
content: "\e490"; }
.fa-arrow-up-from-water-pump::before {
content: "\e4b6"; }
.fa-bone::before {
content: "\f5d7"; }
.fa-user-injured::before {
content: "\f728"; }
.fa-face-sad-tear::before {
content: "\f5b4"; }
.fa-sad-tear::before {
content: "\f5b4"; }
.fa-plane::before {
content: "\f072"; }
.fa-tent-arrows-down::before {
content: "\e581"; }
.fa-exclamation::before {
content: "\21"; }
.fa-arrows-spin::before {
content: "\e4bb"; }
.fa-print::before {
content: "\f02f"; }
.fa-turkish-lira-sign::before {
content: "\e2bb"; }
.fa-try::before {
content: "\e2bb"; }
.fa-turkish-lira::before {
content: "\e2bb"; }
.fa-dollar-sign::before {
content: "\24"; }
.fa-dollar::before {
content: "\24"; }
.fa-usd::before {
content: "\24"; }
.fa-x::before {
content: "\58"; }
.fa-magnifying-glass-dollar::before {
content: "\f688"; }
.fa-search-dollar::before {
content: "\f688"; }
.fa-users-gear::before {
content: "\f509"; }
.fa-users-cog::before {
content: "\f509"; }
.fa-person-military-pointing::before {
content: "\e54a"; }
.fa-building-columns::before {
content: "\f19c"; }
.fa-bank::before {
content: "\f19c"; }
.fa-institution::before {
content: "\f19c"; }
.fa-museum::before {
content: "\f19c"; }
.fa-university::before {
content: "\f19c"; }
.fa-umbrella::before {
content: "\f0e9"; }
.fa-trowel::before {
content: "\e589"; }
.fa-d::before {
content: "\44"; }
.fa-stapler::before {
content: "\e5af"; }
.fa-masks-theater::before {
content: "\f630"; }
.fa-theater-masks::before {
content: "\f630"; }
.fa-kip-sign::before {
content: "\e1c4"; }
.fa-hand-point-left::before {
content: "\f0a5"; }
.fa-handshake-simple::before {
content: "\f4c6"; }
.fa-handshake-alt::before {
content: "\f4c6"; }
.fa-jet-fighter::before {
content: "\f0fb"; }
.fa-fighter-jet::before {
content: "\f0fb"; }
.fa-square-share-nodes::before {
content: "\f1e1"; }
.fa-share-alt-square::before {
content: "\f1e1"; }
.fa-barcode::before {
content: "\f02a"; }
.fa-plus-minus::before {
content: "\e43c"; }
.fa-video::before {
content: "\f03d"; }
.fa-video-camera::before {
content: "\f03d"; }
.fa-graduation-cap::before {
content: "\f19d"; }
.fa-mortar-board::before {
content: "\f19d"; }
.fa-hand-holding-medical::before {
content: "\e05c"; }
.fa-person-circle-check::before {
content: "\e53e"; }
.fa-turn-up::before {
content: "\f3bf"; }
.fa-level-up-alt::before {
content: "\f3bf"; }
.sr-only,
.fa-sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0; }
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0; }
:root, :host {
--fa-style-family-brands: 'Font Awesome 6 Brands';
--fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }
@font-face {
font-family: 'Font Awesome 6 Brands';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//www.axisrooms.com/wp-content/plugins/ditty-news-ticker/includes/libs/fontawesome-6.4.0/webfonts/fa-brands-400.woff2) format("woff2"), url(//www.axisrooms.com/wp-content/plugins/ditty-news-ticker/includes/libs/fontawesome-6.4.0/webfonts/fa-brands-400.ttf) format("truetype"); }
.fab,
.fa-brands {
font-weight: 400; }
.fa-monero:before {
content: "\f3d0"; }
.fa-hooli:before {
content: "\f427"; }
.fa-yelp:before {
content: "\f1e9"; }
.fa-cc-visa:before {
content: "\f1f0"; }
.fa-lastfm:before {
content: "\f202"; }
.fa-shopware:before {
content: "\f5b5"; }
.fa-creative-commons-nc:before {
content: "\f4e8"; }
.fa-aws:before {
content: "\f375"; }
.fa-redhat:before {
content: "\f7bc"; }
.fa-yoast:before {
content: "\f2b1"; }
.fa-cloudflare:before {
content: "\e07d"; }
.fa-ups:before {
content: "\f7e0"; }
.fa-wpexplorer:before {
content: "\f2de"; }
.fa-dyalog:before {
content: "\f399"; }
.fa-bity:before {
content: "\f37a"; }
.fa-stackpath:before {
content: "\f842"; }
.fa-buysellads:before {
content: "\f20d"; }
.fa-first-order:before {
content: "\f2b0"; }
.fa-modx:before {
content: "\f285"; }
.fa-guilded:before {
content: "\e07e"; }
.fa-vnv:before {
content: "\f40b"; }
.fa-square-js:before {
content: "\f3b9"; }
.fa-js-square:before {
content: "\f3b9"; }
.fa-microsoft:before {
content: "\f3ca"; }
.fa-qq:before {
content: "\f1d6"; }
.fa-orcid:before {
content: "\f8d2"; }
.fa-java:before {
content: "\f4e4"; }
.fa-invision:before {
content: "\f7b0"; }
.fa-creative-commons-pd-alt:before {
content: "\f4ed"; }
.fa-centercode:before {
content: "\f380"; }
.fa-glide-g:before {
content: "\f2a6"; }
.fa-drupal:before {
content: "\f1a9"; }
.fa-hire-a-helper:before {
content: "\f3b0"; }
.fa-creative-commons-by:before {
content: "\f4e7"; }
.fa-unity:before {
content: "\e049"; }
.fa-whmcs:before {
content: "\f40d"; }
.fa-rocketchat:before {
content: "\f3e8"; }
.fa-vk:before {
content: "\f189"; }
.fa-untappd:before {
content: "\f405"; }
.fa-mailchimp:before {
content: "\f59e"; }
.fa-css3-alt:before {
content: "\f38b"; }
.fa-square-reddit:before {
content: "\f1a2"; }
.fa-reddit-square:before {
content: "\f1a2"; }
.fa-vimeo-v:before {
content: "\f27d"; }
.fa-contao:before {
content: "\f26d"; }
.fa-square-font-awesome:before {
content: "\e5ad"; }
.fa-deskpro:before {
content: "\f38f"; }
.fa-sistrix:before {
content: "\f3ee"; }
.fa-square-instagram:before {
content: "\e055"; }
.fa-instagram-square:before {
content: "\e055"; }
.fa-battle-net:before {
content: "\f835"; }
.fa-the-red-yeti:before {
content: "\f69d"; }
.fa-square-hacker-news:before {
content: "\f3af"; }
.fa-hacker-news-square:before {
content: "\f3af"; }
.fa-edge:before {
content: "\f282"; }
.fa-napster:before {
content: "\f3d2"; }
.fa-square-snapchat:before {
content: "\f2ad"; }
.fa-snapchat-square:before {
content: "\f2ad"; }
.fa-google-plus-g:before {
content: "\f0d5"; }
.fa-artstation:before {
content: "\f77a"; }
.fa-markdown:before {
content: "\f60f"; }
.fa-sourcetree:before {
content: "\f7d3"; }
.fa-google-plus:before {
content: "\f2b3"; }
.fa-diaspora:before {
content: "\f791"; }
.fa-foursquare:before {
content: "\f180"; }
.fa-stack-overflow:before {
content: "\f16c"; }
.fa-github-alt:before {
content: "\f113"; }
.fa-phoenix-squadron:before {
content: "\f511"; }
.fa-pagelines:before {
content: "\f18c"; }
.fa-algolia:before {
content: "\f36c"; }
.fa-red-river:before {
content: "\f3e3"; }
.fa-creative-commons-sa:before {
content: "\f4ef"; }
.fa-safari:before {
content: "\f267"; }
.fa-google:before {
content: "\f1a0"; }
.fa-square-font-awesome-stroke:before {
content: "\f35c"; }
.fa-font-awesome-alt:before {
content: "\f35c"; }
.fa-atlassian:before {
content: "\f77b"; }
.fa-linkedin-in:before {
content: "\f0e1"; }
.fa-digital-ocean:before {
content: "\f391"; }
.fa-nimblr:before {
content: "\f5a8"; }
.fa-chromecast:before {
content: "\f838"; }
.fa-evernote:before {
content: "\f839"; }
.fa-hacker-news:before {
content: "\f1d4"; }
.fa-creative-commons-sampling:before {
content: "\f4f0"; }
.fa-adversal:before {
content: "\f36a"; }
.fa-creative-commons:before {
content: "\f25e"; }
.fa-watchman-monitoring:before {
content: "\e087"; }
.fa-fonticons:before {
content: "\f280"; }
.fa-weixin:before {
content: "\f1d7"; }
.fa-shirtsinbulk:before {
content: "\f214"; }
.fa-codepen:before {
content: "\f1cb"; }
.fa-git-alt:before {
content: "\f841"; }
.fa-lyft:before {
content: "\f3c3"; }
.fa-rev:before {
content: "\f5b2"; }
.fa-windows:before {
content: "\f17a"; }
.fa-wizards-of-the-coast:before {
content: "\f730"; }
.fa-square-viadeo:before {
content: "\f2aa"; }
.fa-viadeo-square:before {
content: "\f2aa"; }
.fa-meetup:before {
content: "\f2e0"; }
.fa-centos:before {
content: "\f789"; }
.fa-adn:before {
content: "\f170"; }
.fa-cloudsmith:before {
content: "\f384"; }
.fa-pied-piper-alt:before {
content: "\f1a8"; }
.fa-square-dribbble:before {
content: "\f397"; }
.fa-dribbble-square:before {
content: "\f397"; }
.fa-codiepie:before {
content: "\f284"; }
.fa-node:before {
content: "\f419"; }
.fa-mix:before {
content: "\f3cb"; }
.fa-steam:before {
content: "\f1b6"; }
.fa-cc-apple-pay:before {
content: "\f416"; }
.fa-scribd:before {
content: "\f28a"; }
.fa-openid:before {
content: "\f19b"; }
.fa-instalod:before {
content: "\e081"; }
.fa-expeditedssl:before {
content: "\f23e"; }
.fa-sellcast:before {
content: "\f2da"; }
.fa-square-twitter:before {
content: "\f081"; }
.fa-twitter-square:before {
content: "\f081"; }
.fa-r-project:before {
content: "\f4f7"; }
.fa-delicious:before {
content: "\f1a5"; }
.fa-freebsd:before {
content: "\f3a4"; }
.fa-vuejs:before {
content: "\f41f"; }
.fa-accusoft:before {
content: "\f369"; }
.fa-ioxhost:before {
content: "\f208"; }
.fa-fonticons-fi:before {
content: "\f3a2"; }
.fa-app-store:before {
content: "\f36f"; }
.fa-cc-mastercard:before {
content: "\f1f1"; }
.fa-itunes-note:before {
content: "\f3b5"; }
.fa-golang:before {
content: "\e40f"; }
.fa-kickstarter:before {
content: "\f3bb"; }
.fa-grav:before {
content: "\f2d6"; }
.fa-weibo:before {
content: "\f18a"; }
.fa-uncharted:before {
content: "\e084"; }
.fa-firstdraft:before {
content: "\f3a1"; }
.fa-square-youtube:before {
content: "\f431"; }
.fa-youtube-square:before {
content: "\f431"; }
.fa-wikipedia-w:before {
content: "\f266"; }
.fa-wpressr:before {
content: "\f3e4"; }
.fa-rendact:before {
content: "\f3e4"; }
.fa-angellist:before {
content: "\f209"; }
.fa-galactic-republic:before {
content: "\f50c"; }
.fa-nfc-directional:before {
content: "\e530"; }
.fa-skype:before {
content: "\f17e"; }
.fa-joget:before {
content: "\f3b7"; }
.fa-fedora:before {
content: "\f798"; }
.fa-stripe-s:before {
content: "\f42a"; }
.fa-meta:before {
content: "\e49b"; }
.fa-laravel:before {
content: "\f3bd"; }
.fa-hotjar:before {
content: "\f3b1"; }
.fa-bluetooth-b:before {
content: "\f294"; }
.fa-sticker-mule:before {
content: "\f3f7"; }
.fa-creative-commons-zero:before {
content: "\f4f3"; }
.fa-hips:before {
content: "\f452"; }
.fa-behance:before {
content: "\f1b4"; }
.fa-reddit:before {
content: "\f1a1"; }
.fa-discord:before {
content: "\f392"; }
.fa-chrome:before {
content: "\f268"; }
.fa-app-store-ios:before {
content: "\f370"; }
.fa-cc-discover:before {
content: "\f1f2"; }
.fa-wpbeginner:before {
content: "\f297"; }
.fa-confluence:before {
content: "\f78d"; }
.fa-mdb:before {
content: "\f8ca"; }
.fa-dochub:before {
content: "\f394"; }
.fa-accessible-icon:before {
content: "\f368"; }
.fa-ebay:before {
content: "\f4f4"; }
.fa-amazon:before {
content: "\f270"; }
.fa-unsplash:before {
content: "\e07c"; }
.fa-yarn:before {
content: "\f7e3"; }
.fa-square-steam:before {
content: "\f1b7"; }
.fa-steam-square:before {
content: "\f1b7"; }
.fa-500px:before {
content: "\f26e"; }
.fa-square-vimeo:before {
content: "\f194"; }
.fa-vimeo-square:before {
content: "\f194"; }
.fa-asymmetrik:before {
content: "\f372"; }
.fa-font-awesome:before {
content: "\f2b4"; }
.fa-font-awesome-flag:before {
content: "\f2b4"; }
.fa-font-awesome-logo-full:before {
content: "\f2b4"; }
.fa-gratipay:before {
content: "\f184"; }
.fa-apple:before {
content: "\f179"; }
.fa-hive:before {
content: "\e07f"; }
.fa-gitkraken:before {
content: "\f3a6"; }
.fa-keybase:before {
content: "\f4f5"; }
.fa-apple-pay:before {
content: "\f415"; }
.fa-padlet:before {
content: "\e4a0"; }
.fa-amazon-pay:before {
content: "\f42c"; }
.fa-square-github:before {
content: "\f092"; }
.fa-github-square:before {
content: "\f092"; }
.fa-stumbleupon:before {
content: "\f1a4"; }
.fa-fedex:before {
content: "\f797"; }
.fa-phoenix-framework:before {
content: "\f3dc"; }
.fa-shopify:before {
content: "\e057"; }
.fa-neos:before {
content: "\f612"; }
.fa-hackerrank:before {
content: "\f5f7"; }
.fa-researchgate:before {
content: "\f4f8"; }
.fa-swift:before {
content: "\f8e1"; }
.fa-angular:before {
content: "\f420"; }
.fa-speakap:before {
content: "\f3f3"; }
.fa-angrycreative:before {
content: "\f36e"; }
.fa-y-combinator:before {
content: "\f23b"; }
.fa-empire:before {
content: "\f1d1"; }
.fa-envira:before {
content: "\f299"; }
.fa-square-gitlab:before {
content: "\e5ae"; }
.fa-gitlab-square:before {
content: "\e5ae"; }
.fa-studiovinari:before {
content: "\f3f8"; }
.fa-pied-piper:before {
content: "\f2ae"; }
.fa-wordpress:before {
content: "\f19a"; }
.fa-product-hunt:before {
content: "\f288"; }
.fa-firefox:before {
content: "\f269"; }
.fa-linode:before {
content: "\f2b8"; }
.fa-goodreads:before {
content: "\f3a8"; }
.fa-square-odnoklassniki:before {
content: "\f264"; }
.fa-odnoklassniki-square:before {
content: "\f264"; }
.fa-jsfiddle:before {
content: "\f1cc"; }
.fa-sith:before {
content: "\f512"; }
.fa-themeisle:before {
content: "\f2b2"; }
.fa-page4:before {
content: "\f3d7"; }
.fa-hashnode:before {
content: "\e499"; }
.fa-react:before {
content: "\f41b"; }
.fa-cc-paypal:before {
content: "\f1f4"; }
.fa-squarespace:before {
content: "\f5be"; }
.fa-cc-stripe:before {
content: "\f1f5"; }
.fa-creative-commons-share:before {
content: "\f4f2"; }
.fa-bitcoin:before {
content: "\f379"; }
.fa-keycdn:before {
content: "\f3ba"; }
.fa-opera:before {
content: "\f26a"; }
.fa-itch-io:before {
content: "\f83a"; }
.fa-umbraco:before {
content: "\f8e8"; }
.fa-galactic-senate:before {
content: "\f50d"; }
.fa-ubuntu:before {
content: "\f7df"; }
.fa-draft2digital:before {
content: "\f396"; }
.fa-stripe:before {
content: "\f429"; }
.fa-houzz:before {
content: "\f27c"; }
.fa-gg:before {
content: "\f260"; }
.fa-dhl:before {
content: "\f790"; }
.fa-square-pinterest:before {
content: "\f0d3"; }
.fa-pinterest-square:before {
content: "\f0d3"; }
.fa-xing:before {
content: "\f168"; }
.fa-blackberry:before {
content: "\f37b"; }
.fa-creative-commons-pd:before {
content: "\f4ec"; }
.fa-playstation:before {
content: "\f3df"; }
.fa-quinscape:before {
content: "\f459"; }
.fa-less:before {
content: "\f41d"; }
.fa-blogger-b:before {
content: "\f37d"; }
.fa-opencart:before {
content: "\f23d"; }
.fa-vine:before {
content: "\f1ca"; }
.fa-paypal:before {
content: "\f1ed"; }
.fa-gitlab:before {
content: "\f296"; }
.fa-typo3:before {
content: "\f42b"; }
.fa-reddit-alien:before {
content: "\f281"; }
.fa-yahoo:before {
content: "\f19e"; }
.fa-dailymotion:before {
content: "\e052"; }
.fa-affiliatetheme:before {
content: "\f36b"; }
.fa-pied-piper-pp:before {
content: "\f1a7"; }
.fa-bootstrap:before {
content: "\f836"; }
.fa-odnoklassniki:before {
content: "\f263"; }
.fa-nfc-symbol:before {
content: "\e531"; }
.fa-ethereum:before {
content: "\f42e"; }
.fa-speaker-deck:before {
content: "\f83c"; }
.fa-creative-commons-nc-eu:before {
content: "\f4e9"; }
.fa-patreon:before {
content: "\f3d9"; }
.fa-avianex:before {
content: "\f374"; }
.fa-ello:before {
content: "\f5f1"; }
.fa-gofore:before {
content: "\f3a7"; }
.fa-bimobject:before {
content: "\f378"; }
.fa-facebook-f:before {
content: "\f39e"; }
.fa-square-google-plus:before {
content: "\f0d4"; }
.fa-google-plus-square:before {
content: "\f0d4"; }
.fa-mandalorian:before {
content: "\f50f"; }
.fa-first-order-alt:before {
content: "\f50a"; }
.fa-osi:before {
content: "\f41a"; }
.fa-google-wallet:before {
content: "\f1ee"; }
.fa-d-and-d-beyond:before {
content: "\f6ca"; }
.fa-periscope:before {
content: "\f3da"; }
.fa-fulcrum:before {
content: "\f50b"; }
.fa-cloudscale:before {
content: "\f383"; }
.fa-forumbee:before {
content: "\f211"; }
.fa-mizuni:before {
content: "\f3cc"; }
.fa-schlix:before {
content: "\f3ea"; }
.fa-square-xing:before {
content: "\f169"; }
.fa-xing-square:before {
content: "\f169"; }
.fa-bandcamp:before {
content: "\f2d5"; }
.fa-wpforms:before {
content: "\f298"; }
.fa-cloudversify:before {
content: "\f385"; }
.fa-usps:before {
content: "\f7e1"; }
.fa-megaport:before {
content: "\f5a3"; }
.fa-magento:before {
content: "\f3c4"; }
.fa-spotify:before {
content: "\f1bc"; }
.fa-optin-monster:before {
content: "\f23c"; }
.fa-fly:before {
content: "\f417"; }
.fa-aviato:before {
content: "\f421"; }
.fa-itunes:before {
content: "\f3b4"; }
.fa-cuttlefish:before {
content: "\f38c"; }
.fa-blogger:before {
content: "\f37c"; }
.fa-flickr:before {
content: "\f16e"; }
.fa-viber:before {
content: "\f409"; }
.fa-soundcloud:before {
content: "\f1be"; }
.fa-digg:before {
content: "\f1a6"; }
.fa-tencent-weibo:before {
content: "\f1d5"; }
.fa-symfony:before {
content: "\f83d"; }
.fa-maxcdn:before {
content: "\f136"; }
.fa-etsy:before {
content: "\f2d7"; }
.fa-facebook-messenger:before {
content: "\f39f"; }
.fa-audible:before {
content: "\f373"; }
.fa-think-peaks:before {
content: "\f731"; }
.fa-bilibili:before {
content: "\e3d9"; }
.fa-erlang:before {
content: "\f39d"; }
.fa-cotton-bureau:before {
content: "\f89e"; }
.fa-dashcube:before {
content: "\f210"; }
.fa-42-group:before {
content: "\e080"; }
.fa-innosoft:before {
content: "\e080"; }
.fa-stack-exchange:before {
content: "\f18d"; }
.fa-elementor:before {
content: "\f430"; }
.fa-square-pied-piper:before {
content: "\e01e"; }
.fa-pied-piper-square:before {
content: "\e01e"; }
.fa-creative-commons-nd:before {
content: "\f4eb"; }
.fa-palfed:before {
content: "\f3d8"; }
.fa-superpowers:before {
content: "\f2dd"; }
.fa-resolving:before {
content: "\f3e7"; }
.fa-xbox:before {
content: "\f412"; }
.fa-searchengin:before {
content: "\f3eb"; }
.fa-tiktok:before {
content: "\e07b"; }
.fa-square-facebook:before {
content: "\f082"; }
.fa-facebook-square:before {
content: "\f082"; }
.fa-renren:before {
content: "\f18b"; }
.fa-linux:before {
content: "\f17c"; }
.fa-glide:before {
content: "\f2a5"; }
.fa-linkedin:before {
content: "\f08c"; }
.fa-hubspot:before {
content: "\f3b2"; }
.fa-deploydog:before {
content: "\f38e"; }
.fa-twitch:before {
content: "\f1e8"; }
.fa-ravelry:before {
content: "\f2d9"; }
.fa-mixer:before {
content: "\e056"; }
.fa-square-lastfm:before {
content: "\f203"; }
.fa-lastfm-square:before {
content: "\f203"; }
.fa-vimeo:before {
content: "\f40a"; }
.fa-mendeley:before {
content: "\f7b3"; }
.fa-uniregistry:before {
content: "\f404"; }
.fa-figma:before {
content: "\f799"; }
.fa-creative-commons-remix:before {
content: "\f4ee"; }
.fa-cc-amazon-pay:before {
content: "\f42d"; }
.fa-dropbox:before {
content: "\f16b"; }
.fa-instagram:before {
content: "\f16d"; }
.fa-cmplid:before {
content: "\e360"; }
.fa-facebook:before {
content: "\f09a"; }
.fa-gripfire:before {
content: "\f3ac"; }
.fa-jedi-order:before {
content: "\f50e"; }
.fa-uikit:before {
content: "\f403"; }
.fa-fort-awesome-alt:before {
content: "\f3a3"; }
.fa-phabricator:before {
content: "\f3db"; }
.fa-ussunnah:before {
content: "\f407"; }
.fa-earlybirds:before {
content: "\f39a"; }
.fa-trade-federation:before {
content: "\f513"; }
.fa-autoprefixer:before {
content: "\f41c"; }
.fa-whatsapp:before {
content: "\f232"; }
.fa-slideshare:before {
content: "\f1e7"; }
.fa-google-play:before {
content: "\f3ab"; }
.fa-viadeo:before {
content: "\f2a9"; }
.fa-line:before {
content: "\f3c0"; }
.fa-google-drive:before {
content: "\f3aa"; }
.fa-servicestack:before {
content: "\f3ec"; }
.fa-simplybuilt:before {
content: "\f215"; }
.fa-bitbucket:before {
content: "\f171"; }
.fa-imdb:before {
content: "\f2d8"; }
.fa-deezer:before {
content: "\e077"; }
.fa-raspberry-pi:before {
content: "\f7bb"; }
.fa-jira:before {
content: "\f7b1"; }
.fa-docker:before {
content: "\f395"; }
.fa-screenpal:before {
content: "\e570"; }
.fa-bluetooth:before {
content: "\f293"; }
.fa-gitter:before {
content: "\f426"; }
.fa-d-and-d:before {
content: "\f38d"; }
.fa-microblog:before {
content: "\e01a"; }
.fa-cc-diners-club:before {
content: "\f24c"; }
.fa-gg-circle:before {
content: "\f261"; }
.fa-pied-piper-hat:before {
content: "\f4e5"; }
.fa-kickstarter-k:before {
content: "\f3bc"; }
.fa-yandex:before {
content: "\f413"; }
.fa-readme:before {
content: "\f4d5"; }
.fa-html5:before {
content: "\f13b"; }
.fa-sellsy:before {
content: "\f213"; }
.fa-sass:before {
content: "\f41e"; }
.fa-wirsindhandwerk:before {
content: "\e2d0"; }
.fa-wsh:before {
content: "\e2d0"; }
.fa-buromobelexperte:before {
content: "\f37f"; }
.fa-salesforce:before {
content: "\f83b"; }
.fa-octopus-deploy:before {
content: "\e082"; }
.fa-medapps:before {
content: "\f3c6"; }
.fa-ns8:before {
content: "\f3d5"; }
.fa-pinterest-p:before {
content: "\f231"; }
.fa-apper:before {
content: "\f371"; }
.fa-fort-awesome:before {
content: "\f286"; }
.fa-waze:before {
content: "\f83f"; }
.fa-cc-jcb:before {
content: "\f24b"; }
.fa-snapchat:before {
content: "\f2ab"; }
.fa-snapchat-ghost:before {
content: "\f2ab"; }
.fa-fantasy-flight-games:before {
content: "\f6dc"; }
.fa-rust:before {
content: "\e07a"; }
.fa-wix:before {
content: "\f5cf"; }
.fa-square-behance:before {
content: "\f1b5"; }
.fa-behance-square:before {
content: "\f1b5"; }
.fa-supple:before {
content: "\f3f9"; }
.fa-rebel:before {
content: "\f1d0"; }
.fa-css3:before {
content: "\f13c"; }
.fa-staylinked:before {
content: "\f3f5"; }
.fa-kaggle:before {
content: "\f5fa"; }
.fa-space-awesome:before {
content: "\e5ac"; }
.fa-deviantart:before {
content: "\f1bd"; }
.fa-cpanel:before {
content: "\f388"; }
.fa-goodreads-g:before {
content: "\f3a9"; }
.fa-square-git:before {
content: "\f1d2"; }
.fa-git-square:before {
content: "\f1d2"; }
.fa-square-tumblr:before {
content: "\f174"; }
.fa-tumblr-square:before {
content: "\f174"; }
.fa-trello:before {
content: "\f181"; }
.fa-creative-commons-nc-jp:before {
content: "\f4ea"; }
.fa-get-pocket:before {
content: "\f265"; }
.fa-perbyte:before {
content: "\e083"; }
.fa-grunt:before {
content: "\f3ad"; }
.fa-weebly:before {
content: "\f5cc"; }
.fa-connectdevelop:before {
content: "\f20e"; }
.fa-leanpub:before {
content: "\f212"; }
.fa-black-tie:before {
content: "\f27e"; }
.fa-themeco:before {
content: "\f5c6"; }
.fa-python:before {
content: "\f3e2"; }
.fa-android:before {
content: "\f17b"; }
.fa-bots:before {
content: "\e340"; }
.fa-free-code-camp:before {
content: "\f2c5"; }
.fa-hornbill:before {
content: "\f592"; }
.fa-js:before {
content: "\f3b8"; }
.fa-ideal:before {
content: "\e013"; }
.fa-git:before {
content: "\f1d3"; }
.fa-dev:before {
content: "\f6cc"; }
.fa-sketch:before {
content: "\f7c6"; }
.fa-yandex-international:before {
content: "\f414"; }
.fa-cc-amex:before {
content: "\f1f3"; }
.fa-uber:before {
content: "\f402"; }
.fa-github:before {
content: "\f09b"; }
.fa-php:before {
content: "\f457"; }
.fa-alipay:before {
content: "\f642"; }
.fa-youtube:before {
content: "\f167"; }
.fa-skyatlas:before {
content: "\f216"; }
.fa-firefox-browser:before {
content: "\e007"; }
.fa-replyd:before {
content: "\f3e6"; }
.fa-suse:before {
content: "\f7d6"; }
.fa-jenkins:before {
content: "\f3b6"; }
.fa-twitter:before {
content: "\f099"; }
.fa-rockrms:before {
content: "\f3e9"; }
.fa-pinterest:before {
content: "\f0d2"; }
.fa-buffer:before {
content: "\f837"; }
.fa-npm:before {
content: "\f3d4"; }
.fa-yammer:before {
content: "\f840"; }
.fa-btc:before {
content: "\f15a"; }
.fa-dribbble:before {
content: "\f17d"; }
.fa-stumbleupon-circle:before {
content: "\f1a3"; }
.fa-internet-explorer:before {
content: "\f26b"; }
.fa-stubber:before {
content: "\e5c7"; }
.fa-telegram:before {
content: "\f2c6"; }
.fa-telegram-plane:before {
content: "\f2c6"; }
.fa-old-republic:before {
content: "\f510"; }
.fa-odysee:before {
content: "\e5c6"; }
.fa-square-whatsapp:before {
content: "\f40c"; }
.fa-whatsapp-square:before {
content: "\f40c"; }
.fa-node-js:before {
content: "\f3d3"; }
.fa-edge-legacy:before {
content: "\e078"; }
.fa-slack:before {
content: "\f198"; }
.fa-slack-hash:before {
content: "\f198"; }
.fa-medrt:before {
content: "\f3c8"; }
.fa-usb:before {
content: "\f287"; }
.fa-tumblr:before {
content: "\f173"; }
.fa-vaadin:before {
content: "\f408"; }
.fa-quora:before {
content: "\f2c4"; }
.fa-reacteurope:before {
content: "\f75d"; }
.fa-medium:before {
content: "\f23a"; }
.fa-medium-m:before {
content: "\f23a"; }
.fa-amilia:before {
content: "\f36d"; }
.fa-mixcloud:before {
content: "\f289"; }
.fa-flipboard:before {
content: "\f44d"; }
.fa-viacoin:before {
content: "\f237"; }
.fa-critical-role:before {
content: "\f6c9"; }
.fa-sitrox:before {
content: "\e44a"; }
.fa-discourse:before {
content: "\f393"; }
.fa-joomla:before {
content: "\f1aa"; }
.fa-mastodon:before {
content: "\f4f6"; }
.fa-airbnb:before {
content: "\f834"; }
.fa-wolf-pack-battalion:before {
content: "\f514"; }
.fa-buy-n-large:before {
content: "\f8a6"; }
.fa-gulp:before {
content: "\f3ae"; }
.fa-creative-commons-sampling-plus:before {
content: "\f4f1"; }
.fa-strava:before {
content: "\f428"; }
.fa-ember:before {
content: "\f423"; }
.fa-canadian-maple-leaf:before {
content: "\f785"; }
.fa-teamspeak:before {
content: "\f4f9"; }
.fa-pushed:before {
content: "\f3e1"; }
.fa-wordpress-simple:before {
content: "\f411"; }
.fa-nutritionix:before {
content: "\f3d6"; }
.fa-wodu:before {
content: "\e088"; }
.fa-google-pay:before {
content: "\e079"; }
.fa-intercom:before {
content: "\f7af"; }
.fa-zhihu:before {
content: "\f63f"; }
.fa-korvue:before {
content: "\f42f"; }
.fa-pix:before {
content: "\e43a"; }
.fa-steam-symbol:before {
content: "\f3f6"; }
:root, :host {
--fa-style-family-classic: 'Font Awesome 6 Free';
--fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }
@font-face {
font-family: 'Font Awesome 6 Free';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//www.axisrooms.com/wp-content/plugins/ditty-news-ticker/includes/libs/fontawesome-6.4.0/webfonts/fa-regular-400.woff2) format("woff2"), url(//www.axisrooms.com/wp-content/plugins/ditty-news-ticker/includes/libs/fontawesome-6.4.0/webfonts/fa-regular-400.ttf) format("truetype"); }
.far,
.fa-regular {
font-weight: 400; }
:root, :host {
--fa-style-family-classic: 'Font Awesome 6 Free';
--fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }
@font-face {
font-family: 'Font Awesome 6 Free';
font-style: normal;
font-weight: 900;
font-display: block;
src: url(//www.axisrooms.com/wp-content/plugins/ditty-news-ticker/includes/libs/fontawesome-6.4.0/webfonts/fa-solid-900.woff2) format("woff2"), url(//www.axisrooms.com/wp-content/plugins/ditty-news-ticker/includes/libs/fontawesome-6.4.0/webfonts/fa-solid-900.ttf) format("truetype"); }
.fas,
.fa-solid {
font-weight: 900; }
@font-face {
font-family: 'Font Awesome 5 Brands';
font-display: block;
font-weight: 400;
src: url(//www.axisrooms.com/wp-content/plugins/ditty-news-ticker/includes/libs/fontawesome-6.4.0/webfonts/fa-brands-400.woff2) format("woff2"), url(//www.axisrooms.com/wp-content/plugins/ditty-news-ticker/includes/libs/fontawesome-6.4.0/webfonts/fa-brands-400.ttf) format("truetype"); }
@font-face {
font-family: 'Font Awesome 5 Free';
font-display: block;
font-weight: 900;
src: url(//www.axisrooms.com/wp-content/plugins/ditty-news-ticker/includes/libs/fontawesome-6.4.0/webfonts/fa-solid-900.woff2) format("woff2"), url(//www.axisrooms.com/wp-content/plugins/ditty-news-ticker/includes/libs/fontawesome-6.4.0/webfonts/fa-solid-900.ttf) format("truetype"); }
@font-face {
font-family: 'Font Awesome 5 Free';
font-display: block;
font-weight: 400;
src: url(//www.axisrooms.com/wp-content/plugins/ditty-news-ticker/includes/libs/fontawesome-6.4.0/webfonts/fa-regular-400.woff2) format("woff2"), url(//www.axisrooms.com/wp-content/plugins/ditty-news-ticker/includes/libs/fontawesome-6.4.0/webfonts/fa-regular-400.ttf) format("truetype"); }
@font-face {
font-family: 'FontAwesome';
font-display: block;
src: url(//www.axisrooms.com/wp-content/plugins/ditty-news-ticker/includes/libs/fontawesome-6.4.0/webfonts/fa-solid-900.woff2) format("woff2"), url(//www.axisrooms.com/wp-content/plugins/ditty-news-ticker/includes/libs/fontawesome-6.4.0/webfonts/fa-solid-900.ttf) format("truetype"); }
@font-face {
font-family: 'FontAwesome';
font-display: block;
src: url(//www.axisrooms.com/wp-content/plugins/ditty-news-ticker/includes/libs/fontawesome-6.4.0/webfonts/fa-brands-400.woff2) format("woff2"), url(//www.axisrooms.com/wp-content/plugins/ditty-news-ticker/includes/libs/fontawesome-6.4.0/webfonts/fa-brands-400.ttf) format("truetype"); }
@font-face {
font-family: 'FontAwesome';
font-display: block;
src: url(//www.axisrooms.com/wp-content/plugins/ditty-news-ticker/includes/libs/fontawesome-6.4.0/webfonts/fa-regular-400.woff2) format("woff2"), url(//www.axisrooms.com/wp-content/plugins/ditty-news-ticker/includes/libs/fontawesome-6.4.0/webfonts/fa-regular-400.ttf) format("truetype");
unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; }
@font-face {
font-family: 'FontAwesome';
font-display: block;
src: url(//www.axisrooms.com/wp-content/plugins/ditty-news-ticker/includes/libs/fontawesome-6.4.0/webfonts/fa-v4compatibility.woff2) format("woff2"), url(//www.axisrooms.com/wp-content/plugins/ditty-news-ticker/includes/libs/fontawesome-6.4.0/webfonts/fa-v4compatibility.ttf) format("truetype");
unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A; }.aj h1,
.aj h2,
.aj h3,
.aj h4,
.aj h5,
.aj h6 {
margin: 0;
padding-bottom: 0;
clear: none;
}
.aj h4.aj__data-title {
margin: 0;
}
.aj__no-events {
font-weight: bold;
text-align: center;
margin: 25px 0;
padding: 0 15px;
font-size: 16px;
color: #aaa;
}
.aj__title {
margin-bottom: 15px !important;
}
.aj--viewall:after {
content: '\2192';
margin-left: 5px;
text-decoration: none;
}
.aj__button {
text-decoration: none;
}
.aj,
.aj * {
box-sizing: border-box;
}
.text-center {
text-align: center;
}
.container {
padding-left: 15px;
padding-right: 15px;
}
.aj__price {
padding: 0.05em 0.5em;
border-radius: 25px;
background: rgba(65, 65, 65, 0.75);
color: #fff;
font-size: 16px;
white-space: nowrap;
}
.aj__address a:after {
content: '';
display: inline-block;
width: 12px;
height: 13px;
background-image: url(//www.axisrooms.com/wp-content/plugins/event-codes/public/img/ext-link.png);
background-repeat: no-repeat;
background-position: center;
opacity: 0.5;
margin-left: 5px;
vertical-align: middle;
}
.aj-table {
display: flex;
-webkit-flex: 1 0 auto;
flex-direction: column;
margin: 1em auto;
max-width: 100%;
border: 1px solid #eee;
width: 100%;
}
.aj-table__title {
margin-bottom: 5px;
margin-top: 0;
}
.aj-table__desc {
margin-top: 5px;
margin-bottom: 5px;
}
.aj-table__info {
display: flex;
-webkit-flex: 1 0 auto;
align-items: flex-start;
flex: 1 0 auto;
overflow: hidden;
padding: 1.2em 1.2em;
}
.aj-table__info:not(:last-child) {
border-bottom: 1px solid #f1f1f1;
}
.aj-table__info > div {
text-align: left;
}
.aj-table--header {
font-weight: bold;
padding: .8em 1.2em;
}
.aj-table__name {
flex-basis: 50%;
}
.aj-table__address {
flex-basis: 30%;
}
.aj-table__date {
flex-basis: 20%;
}
.aj-table__date strong {
display: block;
margin-bottom: 5px;
}
.aj-table__address a:after {
content: '';
}
.aj-table__price {
float: right;
margin: 0 2em 0 1.2em;
}
.aj-table__price strong.aj__data-price {
color: #fff;
}
.aj-table__navi {
margin-top: 25px;
}
.aj-table__navi:after {
content: '';
display: block;
clear: both;
}
@media screen and (min-width: 768px) {
.aj-table__name,
.aj-table__address {
padding-right: 15px;
}
}
@media screen and (max-width: 767px) {
.aj-table--header {
display: none;
}
.aj-table__title {
margin-top: 12px;
}
.aj-table__info {
align-items: stretch;
flex-direction: column;
}
.aj-table__info > div {
padding: .3em;
text-align: left;
}
.aj-table__info > div:before {
color: gray;
display: inline-block;
min-width: 25%;
}
.aj-table__address {
display: flex;
-webkit-flex: 1 0 auto;
}
.aj-table__address a {
width: 60%;
display: inline-block;
vertical-align: top;
}
.aj-table__price {
margin: -5px 0 0 1.2em;
}
.aj-table__name:before,
.aj-table__address:before,
.aj-table__date:before {
content: attr(data-display);
}
.aj-table__date-wrap {
display: flex;
-webkit-flex: 1 0 auto;
white-space: normal;
width: 75%;
float: right;
flex-direction: column;
}
}
@media screen and (max-width: 400px) {
.aj-table__info div:before {
min-width: 38%;
}
.aj-table__date-wrap {
width: 62%;
}
}
.aj-table--alternate .aj-table__info:nth-child(odd):not(:first-child) {
background-color: #f5f5f5;
}
.aj-table--basic {
border: 0;
}
.aj-table--basic .aj-table__info {
border-bottom: 1px solid #d8d8d8;
}
.aj-table--basic .aj-table--header {
background: #f6f6f6;
border-bottom: 4px double #d8d8d8;
}
.aj-table--shadow {
border: 0;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
padding: .8em 1.2em;
}
.aj-table--shadow .aj-table__info {
padding-left: 0;
padding-right: 0;
}
.aj-table--shadow .aj-table--header {
font-size: 0.9em;
text-transform: uppercase;
letter-spacing: 1px;
color: rgba(65, 65, 65, 0.6);
border: 0;
padding-left: 0;
padding-right: 0;
}
.aj-table--shadow .aj-table--header > div {
position: relative;
padding-bottom: 20px;
margin-bottom: 5px;
}
.aj-table--shadow .aj-table--header > div:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 15px;
height: 4px;
background: #414141;
}
.aj-table--alternate.aj-table--shadow .aj-table__info {
margin: 0 -1.2em;
padding-left: 1.2em;
padding-right: 1.2em;
}
.sidebar .aj-table {
display: block;
}
.sidebar .aj-table__info {
display: block;
}
.sidebar .aj-table__info > div {
padding: .3em;
text-align: left;
}
.sidebar .aj-table__info > div:before {
color: gray;
display: inline-block;
min-width: 25%;
}
.sidebar .aj-table--header {
display: none;
}
.sidebar .aj-table__title {
margin-top: 12px;
}
.sidebar .aj-table__name:before,
.sidebar .aj-table__address:before,
.sidebar .aj-table__date:before {
content: attr(data-display);
}
.sidebar .aj-table__date-wrap {
display: flex;
-webkit-flex: 1 0 auto;
white-space: normal;
width: 75%;
float: right;
flex-direction: column;
}
.sidebar .aj-table__price {
margin-right: 0;
}
.aj-grid {
margin: 0 -15px;
display: flex;
}
.aj-grid:after {
content: '';
display: table;
clear: both;
}
.aj-grid__single {
padding: 0 15px;
float: left;
margin-bottom: 15px;
width: calc(33.33333333%);
}
.aj-grid__top {
position: relative;
}
.aj-grid__image {
display: block;
font-size: 0;
}
.aj-grid__image img {
width: 100%;
}
.aj-grid__datein,
.aj-grid__time {
display: block;
}
.aj-grid__datein {
font-weight: bold;
}
.aj-grid .aj-grid__address img {
display: inline-block;
margin-right: 6px;
}
.aj-grid__price {
float: right;
}
.aj-grid__title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
@media screen and (max-width: 991px) {
.aj-grid__single {
width: 50% !important;
}
}
@media screen and (max-width: 767px) {
.aj-grid {
flex-direction: column;
}
.aj-grid__single {
width: 100% !important;
}
}
.aj-grid--basic .aj-grid__date {
position: absolute;
top: 15px;
left: -15px;
}
.aj-grid--basic .aj-grid__price,
.aj-grid--bigdate .aj-grid__price {
position: absolute;
right: 15px;
bottom: 15px;
font-size: 1.4em;
}
.aj-grid--basic .aj-grid__content {
padding: 15px;
}
.aj-grid--basic .aj-grid__title,
.aj-grid--bigdate .aj-grid__title,
.aj-grid--overlay .aj-grid__title {
margin: 0;
margin-bottom: 8px;
}
.aj-grid--basic .aj-grid__desc,
.aj-grid--bigdate .aj-grid__desc,
.aj-grid--overlay .aj-grid__desc {
font-size: 0.9em;
line-height: 1.5;
opacity: 0.6;
margin-top: 1.2em;
}
.aj-grid--basic .aj-grid__datein {
font-size: 1.1em;
margin-bottom: 3px;
}
.aj-grid--basic .aj-grid__time {
font-size: 0.9em;
}
.aj-grid--basic .aj-grid__date {
background: rgba(255, 255, 255, 0.7);
padding: 10px;
box-shadow: 0 3px 18px rgba(0, 0, 0, 0.15);
}
.aj-grid--bigdate .aj-grid__content {
padding: 15px;
background: #fff;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.aj-grid--bigdate .aj-grid__date {
border-radius: 3px;
background: rgba(65, 65, 65, 0.75);
color: #fff;
padding: 10px;
box-shadow: 0 3px 18px rgba(0, 0, 0, 0.15);
position: absolute;
bottom: 15px;
left: 15px;
font-size: 0.9em;
text-align: center;
width: 145px;
}
.aj-grid--bigdate .aj-grid__datein {
font-weight: normal;
}
.aj-grid--bigdate .aj-grid__day {
font-size: 1.8em;
display: block;
font-weight: bold;
}
.aj-grid--bigdate .aj-grid__datein > span {
display: inline-block;
vertical-align: middle;
padding: 0 5px;
line-height: 1.15;
margin-bottom: 7px;
}
.aj-grid--bigdate .aj-grid__time {
font-size: 0.85em;
opacity: 0.7;
}
.aj-grid--overlay .aj-grid__content {
padding: 25px 45px;
margin-top: -75px;
position: relative;
z-index: 1;
}
.aj-grid--overlay .aj-grid__desc {
padding: 25px;
margin: 0 -45px;
}
.aj-grid--overlay .aj-grid__image {
overflow: hidden;
position: relative;
height: 220px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
border: 0;
}
.aj-grid--overlay .aj-grid__image img {
display: none;
}
.aj-grid--overlay .aj-grid__image:after {
content: '';
position: absolute;
bottom: -5px;
top: auto;
left: 25px;
right: 25px;
height: 125px;
background: #fff;
box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
.aj-grid--overlay .aj-grid__date {
position: absolute;
bottom: 75px;
left: 45px;
}
.aj-grid--overlay.aj--hastime .aj-grid__date {
bottom: 65px;
}
.aj-grid--overlay .aj-grid__time {
font-size: 0.9em;
}
.aj-grid--overlay .aj-grid__price {
position: absolute;
bottom: 68px;
font-size: 1.1em;
right: 45px;
}
.sidebar .aj-grid__single {
width: 100%;
float: none;
}
.aj-list__inner:after {
content: '';
display: table;
clear: both;
}
.aj-list__single {
margin-bottom: 15px;
}
.aj-list__inner {
position: relative;
display: flex;
flex-direction: row;
}
.aj-list__top {
position: relative;
width: 25%;
}
.aj-list__image {
display: block;
font-size: 0;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.aj-list__datein,
.aj-list__time {
display: block;
}
.aj-list__datein {
font-weight: bold;
}
.aj-list .aj-list__address img {
display: inline-block;
margin-right: 6px;
margin-bottom: 0;
}
.aj-list__price {
float: right;
}
.aj-list__price strong {
color: #fff !important;
}
.aj-list__title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 5px !important;
}
.aj-list__content {
width: 75%;
padding: 15px 25px;
border: 1px solid #eee;
min-height: 135px;
z-index: 1;
}
@media screen and (max-width: 991px) {
.aj-list__top {
width: 35%;
}
.aj-list__content {
width: 65%;
}
}
@media screen and (max-width: 767px) {
.aj-list__top,
.aj-list__content {
width: 100%;
}
.aj-list__inner {
flex-direction: column;
}
.aj-list__image {
position: relative;
}
}
.aj-list--basic .aj-list__date {
position: absolute;
top: 15px;
left: 0;
}
.aj-list--basic .aj-list__price,
.aj-list--bigdate .aj-list__price {
font-size: 1em;
margin-top: -68px;
}
.aj-list--basic .aj-list__title,
.aj-list--bigdate .aj-list__title,
.aj-list--overlay .aj-list__title,
.aj-list--complete .aj-list__title {
margin: 0;
margin-bottom: 8px;
}
.aj-list--basic .aj-list__desc,
.aj-list--bigdate .aj-list__desc,
.aj-list--overlay .aj-list__desc,
.aj-list--complete .aj-list__desc {
font-size: 0.9em;
line-height: 1.5;
margin-top: 1.2em;
margin-bottom: 0;
}
.aj-list--basic .aj-list__datein {
font-size: 1.1em;
margin-bottom: 3px;
}
.aj-list--basic .aj-list__time {
font-size: 0.8em;
}
.aj-list--basic .aj-list__date {
background: rgba(255, 255, 255, 0.7);
padding: 10px;
box-shadow: 0 3px 18px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1199px) {
.aj-list--basic .aj-list__date {
left: 15px;
}
}
@media screen and (min-width: 768px) {
.aj-list--basic .aj-list__title,
.aj-list--bigdate .aj-list__title,
.aj-list--overlay .aj-list__title {
padding-right: 64px;
}
.aj-list--basic .aj-list__price,
.aj-list--bigdate .aj-list__price {
position: absolute;
right: 15px;
top: 15px;
margin-top: 0;
}
}
.aj-list--bigdate .aj-list__content,
.aj-list--complete .aj-list__content {
padding: 15px;
background: #fff;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.aj-list--bigdate .aj-list__date,
.aj-list--complete .aj-list__date {
border-radius: 3px;
background: rgba(65, 65, 65, 0.75);
color: #fff;
padding: 10px;
box-shadow: 0 3px 18px rgba(0, 0, 0, 0.15);
position: absolute;
bottom: 15px;
left: 0;
font-size: 0.9em;
text-align: center;
width: auto;
}
.aj-list--bigdate .aj-list__datein,
.aj-list--complete .aj-list__datein {
font-weight: normal;
}
.aj-list--bigdate .aj-list__day,
.aj-list--complete .aj-list__day {
font-size: 1.2em;
display: block;
font-weight: bold;
}
.aj-list--bigdate .aj-list__datein > span,
.aj-list--complete .aj-list__datein > span {
display: inline-block;
vertical-align: middle;
padding: 0 5px;
line-height: 1.15;
margin-bottom: 7px;
}
.aj-list--bigdate .aj-list__time,
.aj-list--complete .aj-list__time {
font-size: 0.85em;
opacity: 0.7;
}
@media screen and (max-width: 1199px) {
.aj-list--bigdate .aj-list__date,
.aj-list--complete .aj-list__date {
left: 15px;
top: 15px;
bottom: auto;
}
}
.aj-list--overlay .aj-list__inner {
align-items: center;
}
.aj-list--overlay .aj-list__top {
margin-right: -25px;
width: 27%;
}
.aj-list--overlay .aj-list__image {
position: relative;
height: 200px;
}
.aj-list--overlay .aj-list__content {
width: 77%;
background: #fff;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
min-height: 160px;
z-index: 5;
}
.aj-list--overlay .aj-list__date {
display: flex;
align-items: center;
margin-bottom: 10px;
}
.aj-list--overlay .aj-list__date > span {
width: 50%;
}
.aj-list--overlay .aj-list__time {
font-size: 0.9em;
text-align: right;
}
.aj-list--overlay .aj-list__price {
position: absolute;
bottom: 25px;
font-size: 1.3em;
right: 77%;
}
@media screen and (max-width: 991px) {
.aj-list--overlay .aj-list__price {
right: 70%;
}
.aj-list--overlay .aj-list__top {
width: 38%;
}
}
@media screen and (max-width: 767px) {
.aj-list--overlay .aj-list__price {
right: 15px;
bottom: auto;
top: 146px;
}
.aj-list--overlay .aj-list__top {
margin-right: 0;
width: 100%;
}
.aj-list--overlay .aj-list__content {
width: 100%;
}
}
@media screen and (min-width: 768px) {
.aj-list--complete .aj-list__inner {
display: block;
position: relative;
}
.aj-list--complete .aj-list__top,
.aj-list--complete .aj-list__content {
width: 100%;
}
.aj-list--complete .aj-list__top {
position: static;
}
.aj-list--complete .aj-list__title a,
.aj-list--complete .aj-list__desc,
.aj-list--complete .aj-list__address a {
color: #fff;
}
.aj-list--complete .aj-list__content {
position: relative;
z-index: 1;
color: #fff;
background: transparent;
box-shadow: none;
padding-left: 35%; background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.47) 100%); background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.47) 100%); background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.47) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#78000000', GradientType=1); }
.aj-list--complete .aj-list__date {
left: 0;
border-radius: 0 3px 3px 0;
padding-left: 10px;
padding-right: 10px;
width: 140px;
}
}
.sidebar .aj-list__top,
.sidebar .aj-list__content {
width: 100%;
}
.sidebar .aj-list__inner {
flex-direction: column;
}
.sidebar .aj-list--bigdate .aj-list__date,
.sidebar .aj-list--complete .aj-list__date {
left: 15px;
top: 15px;
bottom: auto;
}
.sidebar .aj-list--overlay .aj-list__content {
margin-left: 0;
}
.sidebar .aj-list--overlay .aj-list__price {
right: 15px;
bottom: auto;
top: 150px;
}
.sidebar .aj-list--complete .aj-list__content {
padding-left: 15px;
padding-top: 150px;
}
@media screen and (max-width: 767px) {
.sidebar .aj-list--complete .aj-list__content {
padding-left: 15px;
padding-top: 15px;
}
}
.aj__link {
font-size: 1.1em;
}
.aj__button {
float: right;
background: #414141;
color: #fff;
padding: 8px 12px;
border-radius: 3px;
text-decoration: none;
}
.aj__link {
display: inline-block;
padding: 8px 0;
}
.aj__navi:after {
content: '';
display: table;
clear: both;
}.fa,
.fas,
.far,
.fal,
.fad,
.fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1; }
.fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -.0667em; }
.fa-xs {
font-size: .75em; }
.fa-sm {
font-size: .875em; }
.fa-1x {
font-size: 1em; }
.fa-2x {
font-size: 2em; }
.fa-3x {
font-size: 3em; }
.fa-4x {
font-size: 4em; }
.fa-5x {
font-size: 5em; }
.fa-6x {
font-size: 6em; }
.fa-7x {
font-size: 7em; }
.fa-8x {
font-size: 8em; }
.fa-9x {
font-size: 9em; }
.fa-10x {
font-size: 10em; }
.fa-fw {
text-align: center;
width: 1.25em; }
.fa-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0; }
.fa-ul > li {
position: relative; }
.fa-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit; }
.fa-border {
border: solid 0.08em #eee;
border-radius: .1em;
padding: .2em .25em .15em; }
.fa-pull-left {
float: left; }
.fa-pull-right {
float: right; }
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.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(360deg);
transform: rotate(360deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg); }
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1); }
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
transform: scale(1, -1); }
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-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,
:root .fa-flip-both {
-webkit-filter: none;
filter: none; }
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em; }
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%; }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: #fff; } .fa-500px:before {
content: "\f26e"; }
.fa-accessible-icon:before {
content: "\f368"; }
.fa-accusoft:before {
content: "\f369"; }
.fa-acquisitions-incorporated:before {
content: "\f6af"; }
.fa-ad:before {
content: "\f641"; }
.fa-address-book:before {
content: "\f2b9"; }
.fa-address-card:before {
content: "\f2bb"; }
.fa-adjust:before {
content: "\f042"; }
.fa-adn:before {
content: "\f170"; }
.fa-adversal:before {
content: "\f36a"; }
.fa-affiliatetheme:before {
content: "\f36b"; }
.fa-air-freshener:before {
content: "\f5d0"; }
.fa-airbnb:before {
content: "\f834"; }
.fa-algolia:before {
content: "\f36c"; }
.fa-align-center:before {
content: "\f037"; }
.fa-align-justify:before {
content: "\f039"; }
.fa-align-left:before {
content: "\f036"; }
.fa-align-right:before {
content: "\f038"; }
.fa-alipay:before {
content: "\f642"; }
.fa-allergies:before {
content: "\f461"; }
.fa-amazon:before {
content: "\f270"; }
.fa-amazon-pay:before {
content: "\f42c"; }
.fa-ambulance:before {
content: "\f0f9"; }
.fa-american-sign-language-interpreting:before {
content: "\f2a3"; }
.fa-amilia:before {
content: "\f36d"; }
.fa-anchor:before {
content: "\f13d"; }
.fa-android:before {
content: "\f17b"; }
.fa-angellist:before {
content: "\f209"; }
.fa-angle-double-down:before {
content: "\f103"; }
.fa-angle-double-left:before {
content: "\f100"; }
.fa-angle-double-right:before {
content: "\f101"; }
.fa-angle-double-up:before {
content: "\f102"; }
.fa-angle-down:before {
content: "\f107"; }
.fa-angle-left:before {
content: "\f104"; }
.fa-angle-right:before {
content: "\f105"; }
.fa-angle-up:before {
content: "\f106"; }
.fa-angry:before {
content: "\f556"; }
.fa-angrycreative:before {
content: "\f36e"; }
.fa-angular:before {
content: "\f420"; }
.fa-ankh:before {
content: "\f644"; }
.fa-app-store:before {
content: "\f36f"; }
.fa-app-store-ios:before {
content: "\f370"; }
.fa-apper:before {
content: "\f371"; }
.fa-apple:before {
content: "\f179"; }
.fa-apple-alt:before {
content: "\f5d1"; }
.fa-apple-pay:before {
content: "\f415"; }
.fa-archive:before {
content: "\f187"; }
.fa-archway:before {
content: "\f557"; }
.fa-arrow-alt-circle-down:before {
content: "\f358"; }
.fa-arrow-alt-circle-left:before {
content: "\f359"; }
.fa-arrow-alt-circle-right:before {
content: "\f35a"; }
.fa-arrow-alt-circle-up:before {
content: "\f35b"; }
.fa-arrow-circle-down:before {
content: "\f0ab"; }
.fa-arrow-circle-left:before {
content: "\f0a8"; }
.fa-arrow-circle-right:before {
content: "\f0a9"; }
.fa-arrow-circle-up:before {
content: "\f0aa"; }
.fa-arrow-down:before {
content: "\f063"; }
.fa-arrow-left:before {
content: "\f060"; }
.fa-arrow-right:before {
content: "\f061"; }
.fa-arrow-up:before {
content: "\f062"; }
.fa-arrows-alt:before {
content: "\f0b2"; }
.fa-arrows-alt-h:before {
content: "\f337"; }
.fa-arrows-alt-v:before {
content: "\f338"; }
.fa-artstation:before {
content: "\f77a"; }
.fa-assistive-listening-systems:before {
content: "\f2a2"; }
.fa-asterisk:before {
content: "\f069"; }
.fa-asymmetrik:before {
content: "\f372"; }
.fa-at:before {
content: "\f1fa"; }
.fa-atlas:before {
content: "\f558"; }
.fa-atlassian:before {
content: "\f77b"; }
.fa-atom:before {
content: "\f5d2"; }
.fa-audible:before {
content: "\f373"; }
.fa-audio-description:before {
content: "\f29e"; }
.fa-autoprefixer:before {
content: "\f41c"; }
.fa-avianex:before {
content: "\f374"; }
.fa-aviato:before {
content: "\f421"; }
.fa-award:before {
content: "\f559"; }
.fa-aws:before {
content: "\f375"; }
.fa-baby:before {
content: "\f77c"; }
.fa-baby-carriage:before {
content: "\f77d"; }
.fa-backspace:before {
content: "\f55a"; }
.fa-backward:before {
content: "\f04a"; }
.fa-bacon:before {
content: "\f7e5"; }
.fa-bacteria:before {
content: "\e059"; }
.fa-bacterium:before {
content: "\e05a"; }
.fa-bahai:before {
content: "\f666"; }
.fa-balance-scale:before {
content: "\f24e"; }
.fa-balance-scale-left:before {
content: "\f515"; }
.fa-balance-scale-right:before {
content: "\f516"; }
.fa-ban:before {
content: "\f05e"; }
.fa-band-aid:before {
content: "\f462"; }
.fa-bandcamp:before {
content: "\f2d5"; }
.fa-barcode:before {
content: "\f02a"; }
.fa-bars:before {
content: "\f0c9"; }
.fa-baseball-ball:before {
content: "\f433"; }
.fa-basketball-ball:before {
content: "\f434"; }
.fa-bath:before {
content: "\f2cd"; }
.fa-battery-empty:before {
content: "\f244"; }
.fa-battery-full:before {
content: "\f240"; }
.fa-battery-half:before {
content: "\f242"; }
.fa-battery-quarter:before {
content: "\f243"; }
.fa-battery-three-quarters:before {
content: "\f241"; }
.fa-battle-net:before {
content: "\f835"; }
.fa-bed:before {
content: "\f236"; }
.fa-beer:before {
content: "\f0fc"; }
.fa-behance:before {
content: "\f1b4"; }
.fa-behance-square:before {
content: "\f1b5"; }
.fa-bell:before {
content: "\f0f3"; }
.fa-bell-slash:before {
content: "\f1f6"; }
.fa-bezier-curve:before {
content: "\f55b"; }
.fa-bible:before {
content: "\f647"; }
.fa-bicycle:before {
content: "\f206"; }
.fa-biking:before {
content: "\f84a"; }
.fa-bimobject:before {
content: "\f378"; }
.fa-binoculars:before {
content: "\f1e5"; }
.fa-biohazard:before {
content: "\f780"; }
.fa-birthday-cake:before {
content: "\f1fd"; }
.fa-bitbucket:before {
content: "\f171"; }
.fa-bitcoin:before {
content: "\f379"; }
.fa-bity:before {
content: "\f37a"; }
.fa-black-tie:before {
content: "\f27e"; }
.fa-blackberry:before {
content: "\f37b"; }
.fa-blender:before {
content: "\f517"; }
.fa-blender-phone:before {
content: "\f6b6"; }
.fa-blind:before {
content: "\f29d"; }
.fa-blog:before {
content: "\f781"; }
.fa-blogger:before {
content: "\f37c"; }
.fa-blogger-b:before {
content: "\f37d"; }
.fa-bluetooth:before {
content: "\f293"; }
.fa-bluetooth-b:before {
content: "\f294"; }
.fa-bold:before {
content: "\f032"; }
.fa-bolt:before {
content: "\f0e7"; }
.fa-bomb:before {
content: "\f1e2"; }
.fa-bone:before {
content: "\f5d7"; }
.fa-bong:before {
content: "\f55c"; }
.fa-book:before {
content: "\f02d"; }
.fa-book-dead:before {
content: "\f6b7"; }
.fa-book-medical:before {
content: "\f7e6"; }
.fa-book-open:before {
content: "\f518"; }
.fa-book-reader:before {
content: "\f5da"; }
.fa-bookmark:before {
content: "\f02e"; }
.fa-bootstrap:before {
content: "\f836"; }
.fa-border-all:before {
content: "\f84c"; }
.fa-border-none:before {
content: "\f850"; }
.fa-border-style:before {
content: "\f853"; }
.fa-bowling-ball:before {
content: "\f436"; }
.fa-box:before {
content: "\f466"; }
.fa-box-open:before {
content: "\f49e"; }
.fa-box-tissue:before {
content: "\e05b"; }
.fa-boxes:before {
content: "\f468"; }
.fa-braille:before {
content: "\f2a1"; }
.fa-brain:before {
content: "\f5dc"; }
.fa-bread-slice:before {
content: "\f7ec"; }
.fa-briefcase:before {
content: "\f0b1"; }
.fa-briefcase-medical:before {
content: "\f469"; }
.fa-broadcast-tower:before {
content: "\f519"; }
.fa-broom:before {
content: "\f51a"; }
.fa-brush:before {
content: "\f55d"; }
.fa-btc:before {
content: "\f15a"; }
.fa-buffer:before {
content: "\f837"; }
.fa-bug:before {
content: "\f188"; }
.fa-building:before {
content: "\f1ad"; }
.fa-bullhorn:before {
content: "\f0a1"; }
.fa-bullseye:before {
content: "\f140"; }
.fa-burn:before {
content: "\f46a"; }
.fa-buromobelexperte:before {
content: "\f37f"; }
.fa-bus:before {
content: "\f207"; }
.fa-bus-alt:before {
content: "\f55e"; }
.fa-business-time:before {
content: "\f64a"; }
.fa-buy-n-large:before {
content: "\f8a6"; }
.fa-buysellads:before {
content: "\f20d"; }
.fa-calculator:before {
content: "\f1ec"; }
.fa-calendar:before {
content: "\f133"; }
.fa-calendar-alt:before {
content: "\f073"; }
.fa-calendar-check:before {
content: "\f274"; }
.fa-calendar-day:before {
content: "\f783"; }
.fa-calendar-minus:before {
content: "\f272"; }
.fa-calendar-plus:before {
content: "\f271"; }
.fa-calendar-times:before {
content: "\f273"; }
.fa-calendar-week:before {
content: "\f784"; }
.fa-camera:before {
content: "\f030"; }
.fa-camera-retro:before {
content: "\f083"; }
.fa-campground:before {
content: "\f6bb"; }
.fa-canadian-maple-leaf:before {
content: "\f785"; }
.fa-candy-cane:before {
content: "\f786"; }
.fa-cannabis:before {
content: "\f55f"; }
.fa-capsules:before {
content: "\f46b"; }
.fa-car:before {
content: "\f1b9"; }
.fa-car-alt:before {
content: "\f5de"; }
.fa-car-battery:before {
content: "\f5df"; }
.fa-car-crash:before {
content: "\f5e1"; }
.fa-car-side:before {
content: "\f5e4"; }
.fa-caravan:before {
content: "\f8ff"; }
.fa-caret-down:before {
content: "\f0d7"; }
.fa-caret-left:before {
content: "\f0d9"; }
.fa-caret-right:before {
content: "\f0da"; }
.fa-caret-square-down:before {
content: "\f150"; }
.fa-caret-square-left:before {
content: "\f191"; }
.fa-caret-square-right:before {
content: "\f152"; }
.fa-caret-square-up:before {
content: "\f151"; }
.fa-caret-up:before {
content: "\f0d8"; }
.fa-carrot:before {
content: "\f787"; }
.fa-cart-arrow-down:before {
content: "\f218"; }
.fa-cart-plus:before {
content: "\f217"; }
.fa-cash-register:before {
content: "\f788"; }
.fa-cat:before {
content: "\f6be"; }
.fa-cc-amazon-pay:before {
content: "\f42d"; }
.fa-cc-amex:before {
content: "\f1f3"; }
.fa-cc-apple-pay:before {
content: "\f416"; }
.fa-cc-diners-club:before {
content: "\f24c"; }
.fa-cc-discover:before {
content: "\f1f2"; }
.fa-cc-jcb:before {
content: "\f24b"; }
.fa-cc-mastercard:before {
content: "\f1f1"; }
.fa-cc-paypal:before {
content: "\f1f4"; }
.fa-cc-stripe:before {
content: "\f1f5"; }
.fa-cc-visa:before {
content: "\f1f0"; }
.fa-centercode:before {
content: "\f380"; }
.fa-centos:before {
content: "\f789"; }
.fa-certificate:before {
content: "\f0a3"; }
.fa-chair:before {
content: "\f6c0"; }
.fa-chalkboard:before {
content: "\f51b"; }
.fa-chalkboard-teacher:before {
content: "\f51c"; }
.fa-charging-station:before {
content: "\f5e7"; }
.fa-chart-area:before {
content: "\f1fe"; }
.fa-chart-bar:before {
content: "\f080"; }
.fa-chart-line:before {
content: "\f201"; }
.fa-chart-pie:before {
content: "\f200"; }
.fa-check:before {
content: "\f00c"; }
.fa-check-circle:before {
content: "\f058"; }
.fa-check-double:before {
content: "\f560"; }
.fa-check-square:before {
content: "\f14a"; }
.fa-cheese:before {
content: "\f7ef"; }
.fa-chess:before {
content: "\f439"; }
.fa-chess-bishop:before {
content: "\f43a"; }
.fa-chess-board:before {
content: "\f43c"; }
.fa-chess-king:before {
content: "\f43f"; }
.fa-chess-knight:before {
content: "\f441"; }
.fa-chess-pawn:before {
content: "\f443"; }
.fa-chess-queen:before {
content: "\f445"; }
.fa-chess-rook:before {
content: "\f447"; }
.fa-chevron-circle-down:before {
content: "\f13a"; }
.fa-chevron-circle-left:before {
content: "\f137"; }
.fa-chevron-circle-right:before {
content: "\f138"; }
.fa-chevron-circle-up:before {
content: "\f139"; }
.fa-chevron-down:before {
content: "\f078"; }
.fa-chevron-left:before {
content: "\f053"; }
.fa-chevron-right:before {
content: "\f054"; }
.fa-chevron-up:before {
content: "\f077"; }
.fa-child:before {
content: "\f1ae"; }
.fa-chrome:before {
content: "\f268"; }
.fa-chromecast:before {
content: "\f838"; }
.fa-church:before {
content: "\f51d"; }
.fa-circle:before {
content: "\f111"; }
.fa-circle-notch:before {
content: "\f1ce"; }
.fa-city:before {
content: "\f64f"; }
.fa-clinic-medical:before {
content: "\f7f2"; }
.fa-clipboard:before {
content: "\f328"; }
.fa-clipboard-check:before {
content: "\f46c"; }
.fa-clipboard-list:before {
content: "\f46d"; }
.fa-clock:before {
content: "\f017"; }
.fa-clone:before {
content: "\f24d"; }
.fa-closed-captioning:before {
content: "\f20a"; }
.fa-cloud:before {
content: "\f0c2"; }
.fa-cloud-download-alt:before {
content: "\f381"; }
.fa-cloud-meatball:before {
content: "\f73b"; }
.fa-cloud-moon:before {
content: "\f6c3"; }
.fa-cloud-moon-rain:before {
content: "\f73c"; }
.fa-cloud-rain:before {
content: "\f73d"; }
.fa-cloud-showers-heavy:before {
content: "\f740"; }
.fa-cloud-sun:before {
content: "\f6c4"; }
.fa-cloud-sun-rain:before {
content: "\f743"; }
.fa-cloud-upload-alt:before {
content: "\f382"; }
.fa-cloudflare:before {
content: "\e07d"; }
.fa-cloudscale:before {
content: "\f383"; }
.fa-cloudsmith:before {
content: "\f384"; }
.fa-cloudversify:before {
content: "\f385"; }
.fa-cocktail:before {
content: "\f561"; }
.fa-code:before {
content: "\f121"; }
.fa-code-branch:before {
content: "\f126"; }
.fa-codepen:before {
content: "\f1cb"; }
.fa-codiepie:before {
content: "\f284"; }
.fa-coffee:before {
content: "\f0f4"; }
.fa-cog:before {
content: "\f013"; }
.fa-cogs:before {
content: "\f085"; }
.fa-coins:before {
content: "\f51e"; }
.fa-columns:before {
content: "\f0db"; }
.fa-comment:before {
content: "\f075"; }
.fa-comment-alt:before {
content: "\f27a"; }
.fa-comment-dollar:before {
content: "\f651"; }
.fa-comment-dots:before {
content: "\f4ad"; }
.fa-comment-medical:before {
content: "\f7f5"; }
.fa-comment-slash:before {
content: "\f4b3"; }
.fa-comments:before {
content: "\f086"; }
.fa-comments-dollar:before {
content: "\f653"; }
.fa-compact-disc:before {
content: "\f51f"; }
.fa-compass:before {
content: "\f14e"; }
.fa-compress:before {
content: "\f066"; }
.fa-compress-alt:before {
content: "\f422"; }
.fa-compress-arrows-alt:before {
content: "\f78c"; }
.fa-concierge-bell:before {
content: "\f562"; }
.fa-confluence:before {
content: "\f78d"; }
.fa-connectdevelop:before {
content: "\f20e"; }
.fa-contao:before {
content: "\f26d"; }
.fa-cookie:before {
content: "\f563"; }
.fa-cookie-bite:before {
content: "\f564"; }
.fa-copy:before {
content: "\f0c5"; }
.fa-copyright:before {
content: "\f1f9"; }
.fa-cotton-bureau:before {
content: "\f89e"; }
.fa-couch:before {
content: "\f4b8"; }
.fa-cpanel:before {
content: "\f388"; }
.fa-creative-commons:before {
content: "\f25e"; }
.fa-creative-commons-by:before {
content: "\f4e7"; }
.fa-creative-commons-nc:before {
content: "\f4e8"; }
.fa-creative-commons-nc-eu:before {
content: "\f4e9"; }
.fa-creative-commons-nc-jp:before {
content: "\f4ea"; }
.fa-creative-commons-nd:before {
content: "\f4eb"; }
.fa-creative-commons-pd:before {
content: "\f4ec"; }
.fa-creative-commons-pd-alt:before {
content: "\f4ed"; }
.fa-creative-commons-remix:before {
content: "\f4ee"; }
.fa-creative-commons-sa:before {
content: "\f4ef"; }
.fa-creative-commons-sampling:before {
content: "\f4f0"; }
.fa-creative-commons-sampling-plus:before {
content: "\f4f1"; }
.fa-creative-commons-share:before {
content: "\f4f2"; }
.fa-creative-commons-zero:before {
content: "\f4f3"; }
.fa-credit-card:before {
content: "\f09d"; }
.fa-critical-role:before {
content: "\f6c9"; }
.fa-crop:before {
content: "\f125"; }
.fa-crop-alt:before {
content: "\f565"; }
.fa-cross:before {
content: "\f654"; }
.fa-crosshairs:before {
content: "\f05b"; }
.fa-crow:before {
content: "\f520"; }
.fa-crown:before {
content: "\f521"; }
.fa-crutch:before {
content: "\f7f7"; }
.fa-css3:before {
content: "\f13c"; }
.fa-css3-alt:before {
content: "\f38b"; }
.fa-cube:before {
content: "\f1b2"; }
.fa-cubes:before {
content: "\f1b3"; }
.fa-cut:before {
content: "\f0c4"; }
.fa-cuttlefish:before {
content: "\f38c"; }
.fa-d-and-d:before {
content: "\f38d"; }
.fa-d-and-d-beyond:before {
content: "\f6ca"; }
.fa-dailymotion:before {
content: "\e052"; }
.fa-dashcube:before {
content: "\f210"; }
.fa-database:before {
content: "\f1c0"; }
.fa-deaf:before {
content: "\f2a4"; }
.fa-deezer:before {
content: "\e077"; }
.fa-delicious:before {
content: "\f1a5"; }
.fa-democrat:before {
content: "\f747"; }
.fa-deploydog:before {
content: "\f38e"; }
.fa-deskpro:before {
content: "\f38f"; }
.fa-desktop:before {
content: "\f108"; }
.fa-dev:before {
content: "\f6cc"; }
.fa-deviantart:before {
content: "\f1bd"; }
.fa-dharmachakra:before {
content: "\f655"; }
.fa-dhl:before {
content: "\f790"; }
.fa-diagnoses:before {
content: "\f470"; }
.fa-diaspora:before {
content: "\f791"; }
.fa-dice:before {
content: "\f522"; }
.fa-dice-d20:before {
content: "\f6cf"; }
.fa-dice-d6:before {
content: "\f6d1"; }
.fa-dice-five:before {
content: "\f523"; }
.fa-dice-four:before {
content: "\f524"; }
.fa-dice-one:before {
content: "\f525"; }
.fa-dice-six:before {
content: "\f526"; }
.fa-dice-three:before {
content: "\f527"; }
.fa-dice-two:before {
content: "\f528"; }
.fa-digg:before {
content: "\f1a6"; }
.fa-digital-ocean:before {
content: "\f391"; }
.fa-digital-tachograph:before {
content: "\f566"; }
.fa-directions:before {
content: "\f5eb"; }
.fa-discord:before {
content: "\f392"; }
.fa-discourse:before {
content: "\f393"; }
.fa-disease:before {
content: "\f7fa"; }
.fa-divide:before {
content: "\f529"; }
.fa-dizzy:before {
content: "\f567"; }
.fa-dna:before {
content: "\f471"; }
.fa-dochub:before {
content: "\f394"; }
.fa-docker:before {
content: "\f395"; }
.fa-dog:before {
content: "\f6d3"; }
.fa-dollar-sign:before {
content: "\f155"; }
.fa-dolly:before {
content: "\f472"; }
.fa-dolly-flatbed:before {
content: "\f474"; }
.fa-donate:before {
content: "\f4b9"; }
.fa-door-closed:before {
content: "\f52a"; }
.fa-door-open:before {
content: "\f52b"; }
.fa-dot-circle:before {
content: "\f192"; }
.fa-dove:before {
content: "\f4ba"; }
.fa-download:before {
content: "\f019"; }
.fa-draft2digital:before {
content: "\f396"; }
.fa-drafting-compass:before {
content: "\f568"; }
.fa-dragon:before {
content: "\f6d5"; }
.fa-draw-polygon:before {
content: "\f5ee"; }
.fa-dribbble:before {
content: "\f17d"; }
.fa-dribbble-square:before {
content: "\f397"; }
.fa-dropbox:before {
content: "\f16b"; }
.fa-drum:before {
content: "\f569"; }
.fa-drum-steelpan:before {
content: "\f56a"; }
.fa-drumstick-bite:before {
content: "\f6d7"; }
.fa-drupal:before {
content: "\f1a9"; }
.fa-dumbbell:before {
content: "\f44b"; }
.fa-dumpster:before {
content: "\f793"; }
.fa-dumpster-fire:before {
content: "\f794"; }
.fa-dungeon:before {
content: "\f6d9"; }
.fa-dyalog:before {
content: "\f399"; }
.fa-earlybirds:before {
content: "\f39a"; }
.fa-ebay:before {
content: "\f4f4"; }
.fa-edge:before {
content: "\f282"; }
.fa-edge-legacy:before {
content: "\e078"; }
.fa-edit:before {
content: "\f044"; }
.fa-egg:before {
content: "\f7fb"; }
.fa-eject:before {
content: "\f052"; }
.fa-elementor:before {
content: "\f430"; }
.fa-ellipsis-h:before {
content: "\f141"; }
.fa-ellipsis-v:before {
content: "\f142"; }
.fa-ello:before {
content: "\f5f1"; }
.fa-ember:before {
content: "\f423"; }
.fa-empire:before {
content: "\f1d1"; }
.fa-envelope:before {
content: "\f0e0"; }
.fa-envelope-open:before {
content: "\f2b6"; }
.fa-envelope-open-text:before {
content: "\f658"; }
.fa-envelope-square:before {
content: "\f199"; }
.fa-envira:before {
content: "\f299"; }
.fa-equals:before {
content: "\f52c"; }
.fa-eraser:before {
content: "\f12d"; }
.fa-erlang:before {
content: "\f39d"; }
.fa-ethereum:before {
content: "\f42e"; }
.fa-ethernet:before {
content: "\f796"; }
.fa-etsy:before {
content: "\f2d7"; }
.fa-euro-sign:before {
content: "\f153"; }
.fa-evernote:before {
content: "\f839"; }
.fa-exchange-alt:before {
content: "\f362"; }
.fa-exclamation:before {
content: "\f12a"; }
.fa-exclamation-circle:before {
content: "\f06a"; }
.fa-exclamation-triangle:before {
content: "\f071"; }
.fa-expand:before {
content: "\f065"; }
.fa-expand-alt:before {
content: "\f424"; }
.fa-expand-arrows-alt:before {
content: "\f31e"; }
.fa-expeditedssl:before {
content: "\f23e"; }
.fa-external-link-alt:before {
content: "\f35d"; }
.fa-external-link-square-alt:before {
content: "\f360"; }
.fa-eye:before {
content: "\f06e"; }
.fa-eye-dropper:before {
content: "\f1fb"; }
.fa-eye-slash:before {
content: "\f070"; }
.fa-facebook:before {
content: "\f09a"; }
.fa-facebook-f:before {
content: "\f39e"; }
.fa-facebook-messenger:before {
content: "\f39f"; }
.fa-facebook-square:before {
content: "\f082"; }
.fa-fan:before {
content: "\f863"; }
.fa-fantasy-flight-games:before {
content: "\f6dc"; }
.fa-fast-backward:before {
content: "\f049"; }
.fa-fast-forward:before {
content: "\f050"; }
.fa-faucet:before {
content: "\e005"; }
.fa-fax:before {
content: "\f1ac"; }
.fa-feather:before {
content: "\f52d"; }
.fa-feather-alt:before {
content: "\f56b"; }
.fa-fedex:before {
content: "\f797"; }
.fa-fedora:before {
content: "\f798"; }
.fa-female:before {
content: "\f182"; }
.fa-fighter-jet:before {
content: "\f0fb"; }
.fa-figma:before {
content: "\f799"; }
.fa-file:before {
content: "\f15b"; }
.fa-file-alt:before {
content: "\f15c"; }
.fa-file-archive:before {
content: "\f1c6"; }
.fa-file-audio:before {
content: "\f1c7"; }
.fa-file-code:before {
content: "\f1c9"; }
.fa-file-contract:before {
content: "\f56c"; }
.fa-file-csv:before {
content: "\f6dd"; }
.fa-file-download:before {
content: "\f56d"; }
.fa-file-excel:before {
content: "\f1c3"; }
.fa-file-export:before {
content: "\f56e"; }
.fa-file-image:before {
content: "\f1c5"; }
.fa-file-import:before {
content: "\f56f"; }
.fa-file-invoice:before {
content: "\f570"; }
.fa-file-invoice-dollar:before {
content: "\f571"; }
.fa-file-medical:before {
content: "\f477"; }
.fa-file-medical-alt:before {
content: "\f478"; }
.fa-file-pdf:before {
content: "\f1c1"; }
.fa-file-powerpoint:before {
content: "\f1c4"; }
.fa-file-prescription:before {
content: "\f572"; }
.fa-file-signature:before {
content: "\f573"; }
.fa-file-upload:before {
content: "\f574"; }
.fa-file-video:before {
content: "\f1c8"; }
.fa-file-word:before {
content: "\f1c2"; }
.fa-fill:before {
content: "\f575"; }
.fa-fill-drip:before {
content: "\f576"; }
.fa-film:before {
content: "\f008"; }
.fa-filter:before {
content: "\f0b0"; }
.fa-fingerprint:before {
content: "\f577"; }
.fa-fire:before {
content: "\f06d"; }
.fa-fire-alt:before {
content: "\f7e4"; }
.fa-fire-extinguisher:before {
content: "\f134"; }
.fa-firefox:before {
content: "\f269"; }
.fa-firefox-browser:before {
content: "\e007"; }
.fa-first-aid:before {
content: "\f479"; }
.fa-first-order:before {
content: "\f2b0"; }
.fa-first-order-alt:before {
content: "\f50a"; }
.fa-firstdraft:before {
content: "\f3a1"; }
.fa-fish:before {
content: "\f578"; }
.fa-fist-raised:before {
content: "\f6de"; }
.fa-flag:before {
content: "\f024"; }
.fa-flag-checkered:before {
content: "\f11e"; }
.fa-flag-usa:before {
content: "\f74d"; }
.fa-flask:before {
content: "\f0c3"; }
.fa-flickr:before {
content: "\f16e"; }
.fa-flipboard:before {
content: "\f44d"; }
.fa-flushed:before {
content: "\f579"; }
.fa-fly:before {
content: "\f417"; }
.fa-folder:before {
content: "\f07b"; }
.fa-folder-minus:before {
content: "\f65d"; }
.fa-folder-open:before {
content: "\f07c"; }
.fa-folder-plus:before {
content: "\f65e"; }
.fa-font:before {
content: "\f031"; }
.fa-font-awesome:before {
content: "\f2b4"; }
.fa-font-awesome-alt:before {
content: "\f35c"; }
.fa-font-awesome-flag:before {
content: "\f425"; }
.fa-font-awesome-logo-full:before {
content: "\f4e6"; }
.fa-fonticons:before {
content: "\f280"; }
.fa-fonticons-fi:before {
content: "\f3a2"; }
.fa-football-ball:before {
content: "\f44e"; }
.fa-fort-awesome:before {
content: "\f286"; }
.fa-fort-awesome-alt:before {
content: "\f3a3"; }
.fa-forumbee:before {
content: "\f211"; }
.fa-forward:before {
content: "\f04e"; }
.fa-foursquare:before {
content: "\f180"; }
.fa-free-code-camp:before {
content: "\f2c5"; }
.fa-freebsd:before {
content: "\f3a4"; }
.fa-frog:before {
content: "\f52e"; }
.fa-frown:before {
content: "\f119"; }
.fa-frown-open:before {
content: "\f57a"; }
.fa-fulcrum:before {
content: "\f50b"; }
.fa-funnel-dollar:before {
content: "\f662"; }
.fa-futbol:before {
content: "\f1e3"; }
.fa-galactic-republic:before {
content: "\f50c"; }
.fa-galactic-senate:before {
content: "\f50d"; }
.fa-gamepad:before {
content: "\f11b"; }
.fa-gas-pump:before {
content: "\f52f"; }
.fa-gavel:before {
content: "\f0e3"; }
.fa-gem:before {
content: "\f3a5"; }
.fa-genderless:before {
content: "\f22d"; }
.fa-get-pocket:before {
content: "\f265"; }
.fa-gg:before {
content: "\f260"; }
.fa-gg-circle:before {
content: "\f261"; }
.fa-ghost:before {
content: "\f6e2"; }
.fa-gift:before {
content: "\f06b"; }
.fa-gifts:before {
content: "\f79c"; }
.fa-git:before {
content: "\f1d3"; }
.fa-git-alt:before {
content: "\f841"; }
.fa-git-square:before {
content: "\f1d2"; }
.fa-github:before {
content: "\f09b"; }
.fa-github-alt:before {
content: "\f113"; }
.fa-github-square:before {
content: "\f092"; }
.fa-gitkraken:before {
content: "\f3a6"; }
.fa-gitlab:before {
content: "\f296"; }
.fa-gitter:before {
content: "\f426"; }
.fa-glass-cheers:before {
content: "\f79f"; }
.fa-glass-martini:before {
content: "\f000"; }
.fa-glass-martini-alt:before {
content: "\f57b"; }
.fa-glass-whiskey:before {
content: "\f7a0"; }
.fa-glasses:before {
content: "\f530"; }
.fa-glide:before {
content: "\f2a5"; }
.fa-glide-g:before {
content: "\f2a6"; }
.fa-globe:before {
content: "\f0ac"; }
.fa-globe-africa:before {
content: "\f57c"; }
.fa-globe-americas:before {
content: "\f57d"; }
.fa-globe-asia:before {
content: "\f57e"; }
.fa-globe-europe:before {
content: "\f7a2"; }
.fa-gofore:before {
content: "\f3a7"; }
.fa-golf-ball:before {
content: "\f450"; }
.fa-goodreads:before {
content: "\f3a8"; }
.fa-goodreads-g:before {
content: "\f3a9"; }
.fa-google:before {
content: "\f1a0"; }
.fa-google-drive:before {
content: "\f3aa"; }
.fa-google-pay:before {
content: "\e079"; }
.fa-google-play:before {
content: "\f3ab"; }
.fa-google-plus:before {
content: "\f2b3"; }
.fa-google-plus-g:before {
content: "\f0d5"; }
.fa-google-plus-square:before {
content: "\f0d4"; }
.fa-google-wallet:before {
content: "\f1ee"; }
.fa-gopuram:before {
content: "\f664"; }
.fa-graduation-cap:before {
content: "\f19d"; }
.fa-gratipay:before {
content: "\f184"; }
.fa-grav:before {
content: "\f2d6"; }
.fa-greater-than:before {
content: "\f531"; }
.fa-greater-than-equal:before {
content: "\f532"; }
.fa-grimace:before {
content: "\f57f"; }
.fa-grin:before {
content: "\f580"; }
.fa-grin-alt:before {
content: "\f581"; }
.fa-grin-beam:before {
content: "\f582"; }
.fa-grin-beam-sweat:before {
content: "\f583"; }
.fa-grin-hearts:before {
content: "\f584"; }
.fa-grin-squint:before {
content: "\f585"; }
.fa-grin-squint-tears:before {
content: "\f586"; }
.fa-grin-stars:before {
content: "\f587"; }
.fa-grin-tears:before {
content: "\f588"; }
.fa-grin-tongue:before {
content: "\f589"; }
.fa-grin-tongue-squint:before {
content: "\f58a"; }
.fa-grin-tongue-wink:before {
content: "\f58b"; }
.fa-grin-wink:before {
content: "\f58c"; }
.fa-grip-horizontal:before {
content: "\f58d"; }
.fa-grip-lines:before {
content: "\f7a4"; }
.fa-grip-lines-vertical:before {
content: "\f7a5"; }
.fa-grip-vertical:before {
content: "\f58e"; }
.fa-gripfire:before {
content: "\f3ac"; }
.fa-grunt:before {
content: "\f3ad"; }
.fa-guilded:before {
content: "\e07e"; }
.fa-guitar:before {
content: "\f7a6"; }
.fa-gulp:before {
content: "\f3ae"; }
.fa-h-square:before {
content: "\f0fd"; }
.fa-hacker-news:before {
content: "\f1d4"; }
.fa-hacker-news-square:before {
content: "\f3af"; }
.fa-hackerrank:before {
content: "\f5f7"; }
.fa-hamburger:before {
content: "\f805"; }
.fa-hammer:before {
content: "\f6e3"; }
.fa-hamsa:before {
content: "\f665"; }
.fa-hand-holding:before {
content: "\f4bd"; }
.fa-hand-holding-heart:before {
content: "\f4be"; }
.fa-hand-holding-medical:before {
content: "\e05c"; }
.fa-hand-holding-usd:before {
content: "\f4c0"; }
.fa-hand-holding-water:before {
content: "\f4c1"; }
.fa-hand-lizard:before {
content: "\f258"; }
.fa-hand-middle-finger:before {
content: "\f806"; }
.fa-hand-paper:before {
content: "\f256"; }
.fa-hand-peace:before {
content: "\f25b"; }
.fa-hand-point-down:before {
content: "\f0a7"; }
.fa-hand-point-left:before {
content: "\f0a5"; }
.fa-hand-point-right:before {
content: "\f0a4"; }
.fa-hand-point-up:before {
content: "\f0a6"; }
.fa-hand-pointer:before {
content: "\f25a"; }
.fa-hand-rock:before {
content: "\f255"; }
.fa-hand-scissors:before {
content: "\f257"; }
.fa-hand-sparkles:before {
content: "\e05d"; }
.fa-hand-spock:before {
content: "\f259"; }
.fa-hands:before {
content: "\f4c2"; }
.fa-hands-helping:before {
content: "\f4c4"; }
.fa-hands-wash:before {
content: "\e05e"; }
.fa-handshake:before {
content: "\f2b5"; }
.fa-handshake-alt-slash:before {
content: "\e05f"; }
.fa-handshake-slash:before {
content: "\e060"; }
.fa-hanukiah:before {
content: "\f6e6"; }
.fa-hard-hat:before {
content: "\f807"; }
.fa-hashtag:before {
content: "\f292"; }
.fa-hat-cowboy:before {
content: "\f8c0"; }
.fa-hat-cowboy-side:before {
content: "\f8c1"; }
.fa-hat-wizard:before {
content: "\f6e8"; }
.fa-hdd:before {
content: "\f0a0"; }
.fa-head-side-cough:before {
content: "\e061"; }
.fa-head-side-cough-slash:before {
content: "\e062"; }
.fa-head-side-mask:before {
content: "\e063"; }
.fa-head-side-virus:before {
content: "\e064"; }
.fa-heading:before {
content: "\f1dc"; }
.fa-headphones:before {
content: "\f025"; }
.fa-headphones-alt:before {
content: "\f58f"; }
.fa-headset:before {
content: "\f590"; }
.fa-heart:before {
content: "\f004"; }
.fa-heart-broken:before {
content: "\f7a9"; }
.fa-heartbeat:before {
content: "\f21e"; }
.fa-helicopter:before {
content: "\f533"; }
.fa-highlighter:before {
content: "\f591"; }
.fa-hiking:before {
content: "\f6ec"; }
.fa-hippo:before {
content: "\f6ed"; }
.fa-hips:before {
content: "\f452"; }
.fa-hire-a-helper:before {
content: "\f3b0"; }
.fa-history:before {
content: "\f1da"; }
.fa-hive:before {
content: "\e07f"; }
.fa-hockey-puck:before {
content: "\f453"; }
.fa-holly-berry:before {
content: "\f7aa"; }
.fa-home:before {
content: "\f015"; }
.fa-hooli:before {
content: "\f427"; }
.fa-hornbill:before {
content: "\f592"; }
.fa-horse:before {
content: "\f6f0"; }
.fa-horse-head:before {
content: "\f7ab"; }
.fa-hospital:before {
content: "\f0f8"; }
.fa-hospital-alt:before {
content: "\f47d"; }
.fa-hospital-symbol:before {
content: "\f47e"; }
.fa-hospital-user:before {
content: "\f80d"; }
.fa-hot-tub:before {
content: "\f593"; }
.fa-hotdog:before {
content: "\f80f"; }
.fa-hotel:before {
content: "\f594"; }
.fa-hotjar:before {
content: "\f3b1"; }
.fa-hourglass:before {
content: "\f254"; }
.fa-hourglass-end:before {
content: "\f253"; }
.fa-hourglass-half:before {
content: "\f252"; }
.fa-hourglass-start:before {
content: "\f251"; }
.fa-house-damage:before {
content: "\f6f1"; }
.fa-house-user:before {
content: "\e065"; }
.fa-houzz:before {
content: "\f27c"; }
.fa-hryvnia:before {
content: "\f6f2"; }
.fa-html5:before {
content: "\f13b"; }
.fa-hubspot:before {
content: "\f3b2"; }
.fa-i-cursor:before {
content: "\f246"; }
.fa-ice-cream:before {
content: "\f810"; }
.fa-icicles:before {
content: "\f7ad"; }
.fa-icons:before {
content: "\f86d"; }
.fa-id-badge:before {
content: "\f2c1"; }
.fa-id-card:before {
content: "\f2c2"; }
.fa-id-card-alt:before {
content: "\f47f"; }
.fa-ideal:before {
content: "\e013"; }
.fa-igloo:before {
content: "\f7ae"; }
.fa-image:before {
content: "\f03e"; }
.fa-images:before {
content: "\f302"; }
.fa-imdb:before {
content: "\f2d8"; }
.fa-inbox:before {
content: "\f01c"; }
.fa-indent:before {
content: "\f03c"; }
.fa-industry:before {
content: "\f275"; }
.fa-infinity:before {
content: "\f534"; }
.fa-info:before {
content: "\f129"; }
.fa-info-circle:before {
content: "\f05a"; }
.fa-innosoft:before {
content: "\e080"; }
.fa-instagram:before {
content: "\f16d"; }
.fa-instagram-square:before {
content: "\e055"; }
.fa-instalod:before {
content: "\e081"; }
.fa-intercom:before {
content: "\f7af"; }
.fa-internet-explorer:before {
content: "\f26b"; }
.fa-invision:before {
content: "\f7b0"; }
.fa-ioxhost:before {
content: "\f208"; }
.fa-italic:before {
content: "\f033"; }
.fa-itch-io:before {
content: "\f83a"; }
.fa-itunes:before {
content: "\f3b4"; }
.fa-itunes-note:before {
content: "\f3b5"; }
.fa-java:before {
content: "\f4e4"; }
.fa-jedi:before {
content: "\f669"; }
.fa-jedi-order:before {
content: "\f50e"; }
.fa-jenkins:before {
content: "\f3b6"; }
.fa-jira:before {
content: "\f7b1"; }
.fa-joget:before {
content: "\f3b7"; }
.fa-joint:before {
content: "\f595"; }
.fa-joomla:before {
content: "\f1aa"; }
.fa-journal-whills:before {
content: "\f66a"; }
.fa-js:before {
content: "\f3b8"; }
.fa-js-square:before {
content: "\f3b9"; }
.fa-jsfiddle:before {
content: "\f1cc"; }
.fa-kaaba:before {
content: "\f66b"; }
.fa-kaggle:before {
content: "\f5fa"; }
.fa-key:before {
content: "\f084"; }
.fa-keybase:before {
content: "\f4f5"; }
.fa-keyboard:before {
content: "\f11c"; }
.fa-keycdn:before {
content: "\f3ba"; }
.fa-khanda:before {
content: "\f66d"; }
.fa-kickstarter:before {
content: "\f3bb"; }
.fa-kickstarter-k:before {
content: "\f3bc"; }
.fa-kiss:before {
content: "\f596"; }
.fa-kiss-beam:before {
content: "\f597"; }
.fa-kiss-wink-heart:before {
content: "\f598"; }
.fa-kiwi-bird:before {
content: "\f535"; }
.fa-korvue:before {
content: "\f42f"; }
.fa-landmark:before {
content: "\f66f"; }
.fa-language:before {
content: "\f1ab"; }
.fa-laptop:before {
content: "\f109"; }
.fa-laptop-code:before {
content: "\f5fc"; }
.fa-laptop-house:before {
content: "\e066"; }
.fa-laptop-medical:before {
content: "\f812"; }
.fa-laravel:before {
content: "\f3bd"; }
.fa-lastfm:before {
content: "\f202"; }
.fa-lastfm-square:before {
content: "\f203"; }
.fa-laugh:before {
content: "\f599"; }
.fa-laugh-beam:before {
content: "\f59a"; }
.fa-laugh-squint:before {
content: "\f59b"; }
.fa-laugh-wink:before {
content: "\f59c"; }
.fa-layer-group:before {
content: "\f5fd"; }
.fa-leaf:before {
content: "\f06c"; }
.fa-leanpub:before {
content: "\f212"; }
.fa-lemon:before {
content: "\f094"; }
.fa-less:before {
content: "\f41d"; }
.fa-less-than:before {
content: "\f536"; }
.fa-less-than-equal:before {
content: "\f537"; }
.fa-level-down-alt:before {
content: "\f3be"; }
.fa-level-up-alt:before {
content: "\f3bf"; }
.fa-life-ring:before {
content: "\f1cd"; }
.fa-lightbulb:before {
content: "\f0eb"; }
.fa-line:before {
content: "\f3c0"; }
.fa-link:before {
content: "\f0c1"; }
.fa-linkedin:before {
content: "\f08c"; }
.fa-linkedin-in:before {
content: "\f0e1"; }
.fa-linode:before {
content: "\f2b8"; }
.fa-linux:before {
content: "\f17c"; }
.fa-lira-sign:before {
content: "\f195"; }
.fa-list:before {
content: "\f03a"; }
.fa-list-alt:before {
content: "\f022"; }
.fa-list-ol:before {
content: "\f0cb"; }
.fa-list-ul:before {
content: "\f0ca"; }
.fa-location-arrow:before {
content: "\f124"; }
.fa-lock:before {
content: "\f023"; }
.fa-lock-open:before {
content: "\f3c1"; }
.fa-long-arrow-alt-down:before {
content: "\f309"; }
.fa-long-arrow-alt-left:before {
content: "\f30a"; }
.fa-long-arrow-alt-right:before {
content: "\f30b"; }
.fa-long-arrow-alt-up:before {
content: "\f30c"; }
.fa-low-vision:before {
content: "\f2a8"; }
.fa-luggage-cart:before {
content: "\f59d"; }
.fa-lungs:before {
content: "\f604"; }
.fa-lungs-virus:before {
content: "\e067"; }
.fa-lyft:before {
content: "\f3c3"; }
.fa-magento:before {
content: "\f3c4"; }
.fa-magic:before {
content: "\f0d0"; }
.fa-magnet:before {
content: "\f076"; }
.fa-mail-bulk:before {
content: "\f674"; }
.fa-mailchimp:before {
content: "\f59e"; }
.fa-male:before {
content: "\f183"; }
.fa-mandalorian:before {
content: "\f50f"; }
.fa-map:before {
content: "\f279"; }
.fa-map-marked:before {
content: "\f59f"; }
.fa-map-marked-alt:before {
content: "\f5a0"; }
.fa-map-marker:before {
content: "\f041"; }
.fa-map-marker-alt:before {
content: "\f3c5"; }
.fa-map-pin:before {
content: "\f276"; }
.fa-map-signs:before {
content: "\f277"; }
.fa-markdown:before {
content: "\f60f"; }
.fa-marker:before {
content: "\f5a1"; }
.fa-mars:before {
content: "\f222"; }
.fa-mars-double:before {
content: "\f227"; }
.fa-mars-stroke:before {
content: "\f229"; }
.fa-mars-stroke-h:before {
content: "\f22b"; }
.fa-mars-stroke-v:before {
content: "\f22a"; }
.fa-mask:before {
content: "\f6fa"; }
.fa-mastodon:before {
content: "\f4f6"; }
.fa-maxcdn:before {
content: "\f136"; }
.fa-mdb:before {
content: "\f8ca"; }
.fa-medal:before {
content: "\f5a2"; }
.fa-medapps:before {
content: "\f3c6"; }
.fa-medium:before {
content: "\f23a"; }
.fa-medium-m:before {
content: "\f3c7"; }
.fa-medkit:before {
content: "\f0fa"; }
.fa-medrt:before {
content: "\f3c8"; }
.fa-meetup:before {
content: "\f2e0"; }
.fa-megaport:before {
content: "\f5a3"; }
.fa-meh:before {
content: "\f11a"; }
.fa-meh-blank:before {
content: "\f5a4"; }
.fa-meh-rolling-eyes:before {
content: "\f5a5"; }
.fa-memory:before {
content: "\f538"; }
.fa-mendeley:before {
content: "\f7b3"; }
.fa-menorah:before {
content: "\f676"; }
.fa-mercury:before {
content: "\f223"; }
.fa-meteor:before {
content: "\f753"; }
.fa-microblog:before {
content: "\e01a"; }
.fa-microchip:before {
content: "\f2db"; }
.fa-microphone:before {
content: "\f130"; }
.fa-microphone-alt:before {
content: "\f3c9"; }
.fa-microphone-alt-slash:before {
content: "\f539"; }
.fa-microphone-slash:before {
content: "\f131"; }
.fa-microscope:before {
content: "\f610"; }
.fa-microsoft:before {
content: "\f3ca"; }
.fa-minus:before {
content: "\f068"; }
.fa-minus-circle:before {
content: "\f056"; }
.fa-minus-square:before {
content: "\f146"; }
.fa-mitten:before {
content: "\f7b5"; }
.fa-mix:before {
content: "\f3cb"; }
.fa-mixcloud:before {
content: "\f289"; }
.fa-mixer:before {
content: "\e056"; }
.fa-mizuni:before {
content: "\f3cc"; }
.fa-mobile:before {
content: "\f10b"; }
.fa-mobile-alt:before {
content: "\f3cd"; }
.fa-modx:before {
content: "\f285"; }
.fa-monero:before {
content: "\f3d0"; }
.fa-money-bill:before {
content: "\f0d6"; }
.fa-money-bill-alt:before {
content: "\f3d1"; }
.fa-money-bill-wave:before {
content: "\f53a"; }
.fa-money-bill-wave-alt:before {
content: "\f53b"; }
.fa-money-check:before {
content: "\f53c"; }
.fa-money-check-alt:before {
content: "\f53d"; }
.fa-monument:before {
content: "\f5a6"; }
.fa-moon:before {
content: "\f186"; }
.fa-mortar-pestle:before {
content: "\f5a7"; }
.fa-mosque:before {
content: "\f678"; }
.fa-motorcycle:before {
content: "\f21c"; }
.fa-mountain:before {
content: "\f6fc"; }
.fa-mouse:before {
content: "\f8cc"; }
.fa-mouse-pointer:before {
content: "\f245"; }
.fa-mug-hot:before {
content: "\f7b6"; }
.fa-music:before {
content: "\f001"; }
.fa-napster:before {
content: "\f3d2"; }
.fa-neos:before {
content: "\f612"; }
.fa-network-wired:before {
content: "\f6ff"; }
.fa-neuter:before {
content: "\f22c"; }
.fa-newspaper:before {
content: "\f1ea"; }
.fa-nimblr:before {
content: "\f5a8"; }
.fa-node:before {
content: "\f419"; }
.fa-node-js:before {
content: "\f3d3"; }
.fa-not-equal:before {
content: "\f53e"; }
.fa-notes-medical:before {
content: "\f481"; }
.fa-npm:before {
content: "\f3d4"; }
.fa-ns8:before {
content: "\f3d5"; }
.fa-nutritionix:before {
content: "\f3d6"; }
.fa-object-group:before {
content: "\f247"; }
.fa-object-ungroup:before {
content: "\f248"; }
.fa-octopus-deploy:before {
content: "\e082"; }
.fa-odnoklassniki:before {
content: "\f263"; }
.fa-odnoklassniki-square:before {
content: "\f264"; }
.fa-oil-can:before {
content: "\f613"; }
.fa-old-republic:before {
content: "\f510"; }
.fa-om:before {
content: "\f679"; }
.fa-opencart:before {
content: "\f23d"; }
.fa-openid:before {
content: "\f19b"; }
.fa-opera:before {
content: "\f26a"; }
.fa-optin-monster:before {
content: "\f23c"; }
.fa-orcid:before {
content: "\f8d2"; }
.fa-osi:before {
content: "\f41a"; }
.fa-otter:before {
content: "\f700"; }
.fa-outdent:before {
content: "\f03b"; }
.fa-page4:before {
content: "\f3d7"; }
.fa-pagelines:before {
content: "\f18c"; }
.fa-pager:before {
content: "\f815"; }
.fa-paint-brush:before {
content: "\f1fc"; }
.fa-paint-roller:before {
content: "\f5aa"; }
.fa-palette:before {
content: "\f53f"; }
.fa-palfed:before {
content: "\f3d8"; }
.fa-pallet:before {
content: "\f482"; }
.fa-paper-plane:before {
content: "\f1d8"; }
.fa-paperclip:before {
content: "\f0c6"; }
.fa-parachute-box:before {
content: "\f4cd"; }
.fa-paragraph:before {
content: "\f1dd"; }
.fa-parking:before {
content: "\f540"; }
.fa-passport:before {
content: "\f5ab"; }
.fa-pastafarianism:before {
content: "\f67b"; }
.fa-paste:before {
content: "\f0ea"; }
.fa-patreon:before {
content: "\f3d9"; }
.fa-pause:before {
content: "\f04c"; }
.fa-pause-circle:before {
content: "\f28b"; }
.fa-paw:before {
content: "\f1b0"; }
.fa-paypal:before {
content: "\f1ed"; }
.fa-peace:before {
content: "\f67c"; }
.fa-pen:before {
content: "\f304"; }
.fa-pen-alt:before {
content: "\f305"; }
.fa-pen-fancy:before {
content: "\f5ac"; }
.fa-pen-nib:before {
content: "\f5ad"; }
.fa-pen-square:before {
content: "\f14b"; }
.fa-pencil-alt:before {
content: "\f303"; }
.fa-pencil-ruler:before {
content: "\f5ae"; }
.fa-penny-arcade:before {
content: "\f704"; }
.fa-people-arrows:before {
content: "\e068"; }
.fa-people-carry:before {
content: "\f4ce"; }
.fa-pepper-hot:before {
content: "\f816"; }
.fa-perbyte:before {
content: "\e083"; }
.fa-percent:before {
content: "\f295"; }
.fa-percentage:before {
content: "\f541"; }
.fa-periscope:before {
content: "\f3da"; }
.fa-person-booth:before {
content: "\f756"; }
.fa-phabricator:before {
content: "\f3db"; }
.fa-phoenix-framework:before {
content: "\f3dc"; }
.fa-phoenix-squadron:before {
content: "\f511"; }
.fa-phone:before {
content: "\f095"; }
.fa-phone-alt:before {
content: "\f879"; }
.fa-phone-slash:before {
content: "\f3dd"; }
.fa-phone-square:before {
content: "\f098"; }
.fa-phone-square-alt:before {
content: "\f87b"; }
.fa-phone-volume:before {
content: "\f2a0"; }
.fa-photo-video:before {
content: "\f87c"; }
.fa-php:before {
content: "\f457"; }
.fa-pied-piper:before {
content: "\f2ae"; }
.fa-pied-piper-alt:before {
content: "\f1a8"; }
.fa-pied-piper-hat:before {
content: "\f4e5"; }
.fa-pied-piper-pp:before {
content: "\f1a7"; }
.fa-pied-piper-square:before {
content: "\e01e"; }
.fa-piggy-bank:before {
content: "\f4d3"; }
.fa-pills:before {
content: "\f484"; }
.fa-pinterest:before {
content: "\f0d2"; }
.fa-pinterest-p:before {
content: "\f231"; }
.fa-pinterest-square:before {
content: "\f0d3"; }
.fa-pizza-slice:before {
content: "\f818"; }
.fa-place-of-worship:before {
content: "\f67f"; }
.fa-plane:before {
content: "\f072"; }
.fa-plane-arrival:before {
content: "\f5af"; }
.fa-plane-departure:before {
content: "\f5b0"; }
.fa-plane-slash:before {
content: "\e069"; }
.fa-play:before {
content: "\f04b"; }
.fa-play-circle:before {
content: "\f144"; }
.fa-playstation:before {
content: "\f3df"; }
.fa-plug:before {
content: "\f1e6"; }
.fa-plus:before {
content: "\f067"; }
.fa-plus-circle:before {
content: "\f055"; }
.fa-plus-square:before {
content: "\f0fe"; }
.fa-podcast:before {
content: "\f2ce"; }
.fa-poll:before {
content: "\f681"; }
.fa-poll-h:before {
content: "\f682"; }
.fa-poo:before {
content: "\f2fe"; }
.fa-poo-storm:before {
content: "\f75a"; }
.fa-poop:before {
content: "\f619"; }
.fa-portrait:before {
content: "\f3e0"; }
.fa-pound-sign:before {
content: "\f154"; }
.fa-power-off:before {
content: "\f011"; }
.fa-pray:before {
content: "\f683"; }
.fa-praying-hands:before {
content: "\f684"; }
.fa-prescription:before {
content: "\f5b1"; }
.fa-prescription-bottle:before {
content: "\f485"; }
.fa-prescription-bottle-alt:before {
content: "\f486"; }
.fa-print:before {
content: "\f02f"; }
.fa-procedures:before {
content: "\f487"; }
.fa-product-hunt:before {
content: "\f288"; }
.fa-project-diagram:before {
content: "\f542"; }
.fa-pump-medical:before {
content: "\e06a"; }
.fa-pump-soap:before {
content: "\e06b"; }
.fa-pushed:before {
content: "\f3e1"; }
.fa-puzzle-piece:before {
content: "\f12e"; }
.fa-python:before {
content: "\f3e2"; }
.fa-qq:before {
content: "\f1d6"; }
.fa-qrcode:before {
content: "\f029"; }
.fa-question:before {
content: "\f128"; }
.fa-question-circle:before {
content: "\f059"; }
.fa-quidditch:before {
content: "\f458"; }
.fa-quinscape:before {
content: "\f459"; }
.fa-quora:before {
content: "\f2c4"; }
.fa-quote-left:before {
content: "\f10d"; }
.fa-quote-right:before {
content: "\f10e"; }
.fa-quran:before {
content: "\f687"; }
.fa-r-project:before {
content: "\f4f7"; }
.fa-radiation:before {
content: "\f7b9"; }
.fa-radiation-alt:before {
content: "\f7ba"; }
.fa-rainbow:before {
content: "\f75b"; }
.fa-random:before {
content: "\f074"; }
.fa-raspberry-pi:before {
content: "\f7bb"; }
.fa-ravelry:before {
content: "\f2d9"; }
.fa-react:before {
content: "\f41b"; }
.fa-reacteurope:before {
content: "\f75d"; }
.fa-readme:before {
content: "\f4d5"; }
.fa-rebel:before {
content: "\f1d0"; }
.fa-receipt:before {
content: "\f543"; }
.fa-record-vinyl:before {
content: "\f8d9"; }
.fa-recycle:before {
content: "\f1b8"; }
.fa-red-river:before {
content: "\f3e3"; }
.fa-reddit:before {
content: "\f1a1"; }
.fa-reddit-alien:before {
content: "\f281"; }
.fa-reddit-square:before {
content: "\f1a2"; }
.fa-redhat:before {
content: "\f7bc"; }
.fa-redo:before {
content: "\f01e"; }
.fa-redo-alt:before {
content: "\f2f9"; }
.fa-registered:before {
content: "\f25d"; }
.fa-remove-format:before {
content: "\f87d"; }
.fa-renren:before {
content: "\f18b"; }
.fa-reply:before {
content: "\f3e5"; }
.fa-reply-all:before {
content: "\f122"; }
.fa-replyd:before {
content: "\f3e6"; }
.fa-republican:before {
content: "\f75e"; }
.fa-researchgate:before {
content: "\f4f8"; }
.fa-resolving:before {
content: "\f3e7"; }
.fa-restroom:before {
content: "\f7bd"; }
.fa-retweet:before {
content: "\f079"; }
.fa-rev:before {
content: "\f5b2"; }
.fa-ribbon:before {
content: "\f4d6"; }
.fa-ring:before {
content: "\f70b"; }
.fa-road:before {
content: "\f018"; }
.fa-robot:before {
content: "\f544"; }
.fa-rocket:before {
content: "\f135"; }
.fa-rocketchat:before {
content: "\f3e8"; }
.fa-rockrms:before {
content: "\f3e9"; }
.fa-route:before {
content: "\f4d7"; }
.fa-rss:before {
content: "\f09e"; }
.fa-rss-square:before {
content: "\f143"; }
.fa-ruble-sign:before {
content: "\f158"; }
.fa-ruler:before {
content: "\f545"; }
.fa-ruler-combined:before {
content: "\f546"; }
.fa-ruler-horizontal:before {
content: "\f547"; }
.fa-ruler-vertical:before {
content: "\f548"; }
.fa-running:before {
content: "\f70c"; }
.fa-rupee-sign:before {
content: "\f156"; }
.fa-rust:before {
content: "\e07a"; }
.fa-sad-cry:before {
content: "\f5b3"; }
.fa-sad-tear:before {
content: "\f5b4"; }
.fa-safari:before {
content: "\f267"; }
.fa-salesforce:before {
content: "\f83b"; }
.fa-sass:before {
content: "\f41e"; }
.fa-satellite:before {
content: "\f7bf"; }
.fa-satellite-dish:before {
content: "\f7c0"; }
.fa-save:before {
content: "\f0c7"; }
.fa-schlix:before {
content: "\f3ea"; }
.fa-school:before {
content: "\f549"; }
.fa-screwdriver:before {
content: "\f54a"; }
.fa-scribd:before {
content: "\f28a"; }
.fa-scroll:before {
content: "\f70e"; }
.fa-sd-card:before {
content: "\f7c2"; }
.fa-search:before {
content: "\f002"; }
.fa-search-dollar:before {
content: "\f688"; }
.fa-search-location:before {
content: "\f689"; }
.fa-search-minus:before {
content: "\f010"; }
.fa-search-plus:before {
content: "\f00e"; }
.fa-searchengin:before {
content: "\f3eb"; }
.fa-seedling:before {
content: "\f4d8"; }
.fa-sellcast:before {
content: "\f2da"; }
.fa-sellsy:before {
content: "\f213"; }
.fa-server:before {
content: "\f233"; }
.fa-servicestack:before {
content: "\f3ec"; }
.fa-shapes:before {
content: "\f61f"; }
.fa-share:before {
content: "\f064"; }
.fa-share-alt:before {
content: "\f1e0"; }
.fa-share-alt-square:before {
content: "\f1e1"; }
.fa-share-square:before {
content: "\f14d"; }
.fa-shekel-sign:before {
content: "\f20b"; }
.fa-shield-alt:before {
content: "\f3ed"; }
.fa-shield-virus:before {
content: "\e06c"; }
.fa-ship:before {
content: "\f21a"; }
.fa-shipping-fast:before {
content: "\f48b"; }
.fa-shirtsinbulk:before {
content: "\f214"; }
.fa-shoe-prints:before {
content: "\f54b"; }
.fa-shopify:before {
content: "\e057"; }
.fa-shopping-bag:before {
content: "\f290"; }
.fa-shopping-basket:before {
content: "\f291"; }
.fa-shopping-cart:before {
content: "\f07a"; }
.fa-shopware:before {
content: "\f5b5"; }
.fa-shower:before {
content: "\f2cc"; }
.fa-shuttle-van:before {
content: "\f5b6"; }
.fa-sign:before {
content: "\f4d9"; }
.fa-sign-in-alt:before {
content: "\f2f6"; }
.fa-sign-language:before {
content: "\f2a7"; }
.fa-sign-out-alt:before {
content: "\f2f5"; }
.fa-signal:before {
content: "\f012"; }
.fa-signature:before {
content: "\f5b7"; }
.fa-sim-card:before {
content: "\f7c4"; }
.fa-simplybuilt:before {
content: "\f215"; }
.fa-sink:before {
content: "\e06d"; }
.fa-sistrix:before {
content: "\f3ee"; }
.fa-sitemap:before {
content: "\f0e8"; }
.fa-sith:before {
content: "\f512"; }
.fa-skating:before {
content: "\f7c5"; }
.fa-sketch:before {
content: "\f7c6"; }
.fa-skiing:before {
content: "\f7c9"; }
.fa-skiing-nordic:before {
content: "\f7ca"; }
.fa-skull:before {
content: "\f54c"; }
.fa-skull-crossbones:before {
content: "\f714"; }
.fa-skyatlas:before {
content: "\f216"; }
.fa-skype:before {
content: "\f17e"; }
.fa-slack:before {
content: "\f198"; }
.fa-slack-hash:before {
content: "\f3ef"; }
.fa-slash:before {
content: "\f715"; }
.fa-sleigh:before {
content: "\f7cc"; }
.fa-sliders-h:before {
content: "\f1de"; }
.fa-slideshare:before {
content: "\f1e7"; }
.fa-smile:before {
content: "\f118"; }
.fa-smile-beam:before {
content: "\f5b8"; }
.fa-smile-wink:before {
content: "\f4da"; }
.fa-smog:before {
content: "\f75f"; }
.fa-smoking:before {
content: "\f48d"; }
.fa-smoking-ban:before {
content: "\f54d"; }
.fa-sms:before {
content: "\f7cd"; }
.fa-snapchat:before {
content: "\f2ab"; }
.fa-snapchat-ghost:before {
content: "\f2ac"; }
.fa-snapchat-square:before {
content: "\f2ad"; }
.fa-snowboarding:before {
content: "\f7ce"; }
.fa-snowflake:before {
content: "\f2dc"; }
.fa-snowman:before {
content: "\f7d0"; }
.fa-snowplow:before {
content: "\f7d2"; }
.fa-soap:before {
content: "\e06e"; }
.fa-socks:before {
content: "\f696"; }
.fa-solar-panel:before {
content: "\f5ba"; }
.fa-sort:before {
content: "\f0dc"; }
.fa-sort-alpha-down:before {
content: "\f15d"; }
.fa-sort-alpha-down-alt:before {
content: "\f881"; }
.fa-sort-alpha-up:before {
content: "\f15e"; }
.fa-sort-alpha-up-alt:before {
content: "\f882"; }
.fa-sort-amount-down:before {
content: "\f160"; }
.fa-sort-amount-down-alt:before {
content: "\f884"; }
.fa-sort-amount-up:before {
content: "\f161"; }
.fa-sort-amount-up-alt:before {
content: "\f885"; }
.fa-sort-down:before {
content: "\f0dd"; }
.fa-sort-numeric-down:before {
content: "\f162"; }
.fa-sort-numeric-down-alt:before {
content: "\f886"; }
.fa-sort-numeric-up:before {
content: "\f163"; }
.fa-sort-numeric-up-alt:before {
content: "\f887"; }
.fa-sort-up:before {
content: "\f0de"; }
.fa-soundcloud:before {
content: "\f1be"; }
.fa-sourcetree:before {
content: "\f7d3"; }
.fa-spa:before {
content: "\f5bb"; }
.fa-space-shuttle:before {
content: "\f197"; }
.fa-speakap:before {
content: "\f3f3"; }
.fa-speaker-deck:before {
content: "\f83c"; }
.fa-spell-check:before {
content: "\f891"; }
.fa-spider:before {
content: "\f717"; }
.fa-spinner:before {
content: "\f110"; }
.fa-splotch:before {
content: "\f5bc"; }
.fa-spotify:before {
content: "\f1bc"; }
.fa-spray-can:before {
content: "\f5bd"; }
.fa-square:before {
content: "\f0c8"; }
.fa-square-full:before {
content: "\f45c"; }
.fa-square-root-alt:before {
content: "\f698"; }
.fa-squarespace:before {
content: "\f5be"; }
.fa-stack-exchange:before {
content: "\f18d"; }
.fa-stack-overflow:before {
content: "\f16c"; }
.fa-stackpath:before {
content: "\f842"; }
.fa-stamp:before {
content: "\f5bf"; }
.fa-star:before {
content: "\f005"; }
.fa-star-and-crescent:before {
content: "\f699"; }
.fa-star-half:before {
content: "\f089"; }
.fa-star-half-alt:before {
content: "\f5c0"; }
.fa-star-of-david:before {
content: "\f69a"; }
.fa-star-of-life:before {
content: "\f621"; }
.fa-staylinked:before {
content: "\f3f5"; }
.fa-steam:before {
content: "\f1b6"; }
.fa-steam-square:before {
content: "\f1b7"; }
.fa-steam-symbol:before {
content: "\f3f6"; }
.fa-step-backward:before {
content: "\f048"; }
.fa-step-forward:before {
content: "\f051"; }
.fa-stethoscope:before {
content: "\f0f1"; }
.fa-sticker-mule:before {
content: "\f3f7"; }
.fa-sticky-note:before {
content: "\f249"; }
.fa-stop:before {
content: "\f04d"; }
.fa-stop-circle:before {
content: "\f28d"; }
.fa-stopwatch:before {
content: "\f2f2"; }
.fa-stopwatch-20:before {
content: "\e06f"; }
.fa-store:before {
content: "\f54e"; }
.fa-store-alt:before {
content: "\f54f"; }
.fa-store-alt-slash:before {
content: "\e070"; }
.fa-store-slash:before {
content: "\e071"; }
.fa-strava:before {
content: "\f428"; }
.fa-stream:before {
content: "\f550"; }
.fa-street-view:before {
content: "\f21d"; }
.fa-strikethrough:before {
content: "\f0cc"; }
.fa-stripe:before {
content: "\f429"; }
.fa-stripe-s:before {
content: "\f42a"; }
.fa-stroopwafel:before {
content: "\f551"; }
.fa-studiovinari:before {
content: "\f3f8"; }
.fa-stumbleupon:before {
content: "\f1a4"; }
.fa-stumbleupon-circle:before {
content: "\f1a3"; }
.fa-subscript:before {
content: "\f12c"; }
.fa-subway:before {
content: "\f239"; }
.fa-suitcase:before {
content: "\f0f2"; }
.fa-suitcase-rolling:before {
content: "\f5c1"; }
.fa-sun:before {
content: "\f185"; }
.fa-superpowers:before {
content: "\f2dd"; }
.fa-superscript:before {
content: "\f12b"; }
.fa-supple:before {
content: "\f3f9"; }
.fa-surprise:before {
content: "\f5c2"; }
.fa-suse:before {
content: "\f7d6"; }
.fa-swatchbook:before {
content: "\f5c3"; }
.fa-swift:before {
content: "\f8e1"; }
.fa-swimmer:before {
content: "\f5c4"; }
.fa-swimming-pool:before {
content: "\f5c5"; }
.fa-symfony:before {
content: "\f83d"; }
.fa-synagogue:before {
content: "\f69b"; }
.fa-sync:before {
content: "\f021"; }
.fa-sync-alt:before {
content: "\f2f1"; }
.fa-syringe:before {
content: "\f48e"; }
.fa-table:before {
content: "\f0ce"; }
.fa-table-tennis:before {
content: "\f45d"; }
.fa-tablet:before {
content: "\f10a"; }
.fa-tablet-alt:before {
content: "\f3fa"; }
.fa-tablets:before {
content: "\f490"; }
.fa-tachometer-alt:before {
content: "\f3fd"; }
.fa-tag:before {
content: "\f02b"; }
.fa-tags:before {
content: "\f02c"; }
.fa-tape:before {
content: "\f4db"; }
.fa-tasks:before {
content: "\f0ae"; }
.fa-taxi:before {
content: "\f1ba"; }
.fa-teamspeak:before {
content: "\f4f9"; }
.fa-teeth:before {
content: "\f62e"; }
.fa-teeth-open:before {
content: "\f62f"; }
.fa-telegram:before {
content: "\f2c6"; }
.fa-telegram-plane:before {
content: "\f3fe"; }
.fa-temperature-high:before {
content: "\f769"; }
.fa-temperature-low:before {
content: "\f76b"; }
.fa-tencent-weibo:before {
content: "\f1d5"; }
.fa-tenge:before {
content: "\f7d7"; }
.fa-terminal:before {
content: "\f120"; }
.fa-text-height:before {
content: "\f034"; }
.fa-text-width:before {
content: "\f035"; }
.fa-th:before {
content: "\f00a"; }
.fa-th-large:before {
content: "\f009"; }
.fa-th-list:before {
content: "\f00b"; }
.fa-the-red-yeti:before {
content: "\f69d"; }
.fa-theater-masks:before {
content: "\f630"; }
.fa-themeco:before {
content: "\f5c6"; }
.fa-themeisle:before {
content: "\f2b2"; }
.fa-thermometer:before {
content: "\f491"; }
.fa-thermometer-empty:before {
content: "\f2cb"; }
.fa-thermometer-full:before {
content: "\f2c7"; }
.fa-thermometer-half:before {
content: "\f2c9"; }
.fa-thermometer-quarter:before {
content: "\f2ca"; }
.fa-thermometer-three-quarters:before {
content: "\f2c8"; }
.fa-think-peaks:before {
content: "\f731"; }
.fa-thumbs-down:before {
content: "\f165"; }
.fa-thumbs-up:before {
content: "\f164"; }
.fa-thumbtack:before {
content: "\f08d"; }
.fa-ticket-alt:before {
content: "\f3ff"; }
.fa-tiktok:before {
content: "\e07b"; }
.fa-times:before {
content: "\f00d"; }
.fa-times-circle:before {
content: "\f057"; }
.fa-tint:before {
content: "\f043"; }
.fa-tint-slash:before {
content: "\f5c7"; }
.fa-tired:before {
content: "\f5c8"; }
.fa-toggle-off:before {
content: "\f204"; }
.fa-toggle-on:before {
content: "\f205"; }
.fa-toilet:before {
content: "\f7d8"; }
.fa-toilet-paper:before {
content: "\f71e"; }
.fa-toilet-paper-slash:before {
content: "\e072"; }
.fa-toolbox:before {
content: "\f552"; }
.fa-tools:before {
content: "\f7d9"; }
.fa-tooth:before {
content: "\f5c9"; }
.fa-torah:before {
content: "\f6a0"; }
.fa-torii-gate:before {
content: "\f6a1"; }
.fa-tractor:before {
content: "\f722"; }
.fa-trade-federation:before {
content: "\f513"; }
.fa-trademark:before {
content: "\f25c"; }
.fa-traffic-light:before {
content: "\f637"; }
.fa-trailer:before {
content: "\e041"; }
.fa-train:before {
content: "\f238"; }
.fa-tram:before {
content: "\f7da"; }
.fa-transgender:before {
content: "\f224"; }
.fa-transgender-alt:before {
content: "\f225"; }
.fa-trash:before {
content: "\f1f8"; }
.fa-trash-alt:before {
content: "\f2ed"; }
.fa-trash-restore:before {
content: "\f829"; }
.fa-trash-restore-alt:before {
content: "\f82a"; }
.fa-tree:before {
content: "\f1bb"; }
.fa-trello:before {
content: "\f181"; }
.fa-trophy:before {
content: "\f091"; }
.fa-truck:before {
content: "\f0d1"; }
.fa-truck-loading:before {
content: "\f4de"; }
.fa-truck-monster:before {
content: "\f63b"; }
.fa-truck-moving:before {
content: "\f4df"; }
.fa-truck-pickup:before {
content: "\f63c"; }
.fa-tshirt:before {
content: "\f553"; }
.fa-tty:before {
content: "\f1e4"; }
.fa-tumblr:before {
content: "\f173"; }
.fa-tumblr-square:before {
content: "\f174"; }
.fa-tv:before {
content: "\f26c"; }
.fa-twitch:before {
content: "\f1e8"; }
.fa-twitter:before {
content: "\f099"; }
.fa-twitter-square:before {
content: "\f081"; }
.fa-typo3:before {
content: "\f42b"; }
.fa-uber:before {
content: "\f402"; }
.fa-ubuntu:before {
content: "\f7df"; }
.fa-uikit:before {
content: "\f403"; }
.fa-umbraco:before {
content: "\f8e8"; }
.fa-umbrella:before {
content: "\f0e9"; }
.fa-umbrella-beach:before {
content: "\f5ca"; }
.fa-uncharted:before {
content: "\e084"; }
.fa-underline:before {
content: "\f0cd"; }
.fa-undo:before {
content: "\f0e2"; }
.fa-undo-alt:before {
content: "\f2ea"; }
.fa-uniregistry:before {
content: "\f404"; }
.fa-unity:before {
content: "\e049"; }
.fa-universal-access:before {
content: "\f29a"; }
.fa-university:before {
content: "\f19c"; }
.fa-unlink:before {
content: "\f127"; }
.fa-unlock:before {
content: "\f09c"; }
.fa-unlock-alt:before {
content: "\f13e"; }
.fa-unsplash:before {
content: "\e07c"; }
.fa-untappd:before {
content: "\f405"; }
.fa-upload:before {
content: "\f093"; }
.fa-ups:before {
content: "\f7e0"; }
.fa-usb:before {
content: "\f287"; }
.fa-user:before {
content: "\f007"; }
.fa-user-alt:before {
content: "\f406"; }
.fa-user-alt-slash:before {
content: "\f4fa"; }
.fa-user-astronaut:before {
content: "\f4fb"; }
.fa-user-check:before {
content: "\f4fc"; }
.fa-user-circle:before {
content: "\f2bd"; }
.fa-user-clock:before {
content: "\f4fd"; }
.fa-user-cog:before {
content: "\f4fe"; }
.fa-user-edit:before {
content: "\f4ff"; }
.fa-user-friends:before {
content: "\f500"; }
.fa-user-graduate:before {
content: "\f501"; }
.fa-user-injured:before {
content: "\f728"; }
.fa-user-lock:before {
content: "\f502"; }
.fa-user-md:before {
content: "\f0f0"; }
.fa-user-minus:before {
content: "\f503"; }
.fa-user-ninja:before {
content: "\f504"; }
.fa-user-nurse:before {
content: "\f82f"; }
.fa-user-plus:before {
content: "\f234"; }
.fa-user-secret:before {
content: "\f21b"; }
.fa-user-shield:before {
content: "\f505"; }
.fa-user-slash:before {
content: "\f506"; }
.fa-user-tag:before {
content: "\f507"; }
.fa-user-tie:before {
content: "\f508"; }
.fa-user-times:before {
content: "\f235"; }
.fa-users:before {
content: "\f0c0"; }
.fa-users-cog:before {
content: "\f509"; }
.fa-users-slash:before {
content: "\e073"; }
.fa-usps:before {
content: "\f7e1"; }
.fa-ussunnah:before {
content: "\f407"; }
.fa-utensil-spoon:before {
content: "\f2e5"; }
.fa-utensils:before {
content: "\f2e7"; }
.fa-vaadin:before {
content: "\f408"; }
.fa-vector-square:before {
content: "\f5cb"; }
.fa-venus:before {
content: "\f221"; }
.fa-venus-double:before {
content: "\f226"; }
.fa-venus-mars:before {
content: "\f228"; }
.fa-vest:before {
content: "\e085"; }
.fa-vest-patches:before {
content: "\e086"; }
.fa-viacoin:before {
content: "\f237"; }
.fa-viadeo:before {
content: "\f2a9"; }
.fa-viadeo-square:before {
content: "\f2aa"; }
.fa-vial:before {
content: "\f492"; }
.fa-vials:before {
content: "\f493"; }
.fa-viber:before {
content: "\f409"; }
.fa-video:before {
content: "\f03d"; }
.fa-video-slash:before {
content: "\f4e2"; }
.fa-vihara:before {
content: "\f6a7"; }
.fa-vimeo:before {
content: "\f40a"; }
.fa-vimeo-square:before {
content: "\f194"; }
.fa-vimeo-v:before {
content: "\f27d"; }
.fa-vine:before {
content: "\f1ca"; }
.fa-virus:before {
content: "\e074"; }
.fa-virus-slash:before {
content: "\e075"; }
.fa-viruses:before {
content: "\e076"; }
.fa-vk:before {
content: "\f189"; }
.fa-vnv:before {
content: "\f40b"; }
.fa-voicemail:before {
content: "\f897"; }
.fa-volleyball-ball:before {
content: "\f45f"; }
.fa-volume-down:before {
content: "\f027"; }
.fa-volume-mute:before {
content: "\f6a9"; }
.fa-volume-off:before {
content: "\f026"; }
.fa-volume-up:before {
content: "\f028"; }
.fa-vote-yea:before {
content: "\f772"; }
.fa-vr-cardboard:before {
content: "\f729"; }
.fa-vuejs:before {
content: "\f41f"; }
.fa-walking:before {
content: "\f554"; }
.fa-wallet:before {
content: "\f555"; }
.fa-warehouse:before {
content: "\f494"; }
.fa-watchman-monitoring:before {
content: "\e087"; }
.fa-water:before {
content: "\f773"; }
.fa-wave-square:before {
content: "\f83e"; }
.fa-waze:before {
content: "\f83f"; }
.fa-weebly:before {
content: "\f5cc"; }
.fa-weibo:before {
content: "\f18a"; }
.fa-weight:before {
content: "\f496"; }
.fa-weight-hanging:before {
content: "\f5cd"; }
.fa-weixin:before {
content: "\f1d7"; }
.fa-whatsapp:before {
content: "\f232"; }
.fa-whatsapp-square:before {
content: "\f40c"; }
.fa-wheelchair:before {
content: "\f193"; }
.fa-whmcs:before {
content: "\f40d"; }
.fa-wifi:before {
content: "\f1eb"; }
.fa-wikipedia-w:before {
content: "\f266"; }
.fa-wind:before {
content: "\f72e"; }
.fa-window-close:before {
content: "\f410"; }
.fa-window-maximize:before {
content: "\f2d0"; }
.fa-window-minimize:before {
content: "\f2d1"; }
.fa-window-restore:before {
content: "\f2d2"; }
.fa-windows:before {
content: "\f17a"; }
.fa-wine-bottle:before {
content: "\f72f"; }
.fa-wine-glass:before {
content: "\f4e3"; }
.fa-wine-glass-alt:before {
content: "\f5ce"; }
.fa-wix:before {
content: "\f5cf"; }
.fa-wizards-of-the-coast:before {
content: "\f730"; }
.fa-wodu:before {
content: "\e088"; }
.fa-wolf-pack-battalion:before {
content: "\f514"; }
.fa-won-sign:before {
content: "\f159"; }
.fa-wordpress:before {
content: "\f19a"; }
.fa-wordpress-simple:before {
content: "\f411"; }
.fa-wpbeginner:before {
content: "\f297"; }
.fa-wpexplorer:before {
content: "\f2de"; }
.fa-wpforms:before {
content: "\f298"; }
.fa-wpressr:before {
content: "\f3e4"; }
.fa-wrench:before {
content: "\f0ad"; }
.fa-x-ray:before {
content: "\f497"; }
.fa-xbox:before {
content: "\f412"; }
.fa-xing:before {
content: "\f168"; }
.fa-xing-square:before {
content: "\f169"; }
.fa-y-combinator:before {
content: "\f23b"; }
.fa-yahoo:before {
content: "\f19e"; }
.fa-yammer:before {
content: "\f840"; }
.fa-yandex:before {
content: "\f413"; }
.fa-yandex-international:before {
content: "\f414"; }
.fa-yarn:before {
content: "\f7e3"; }
.fa-yelp:before {
content: "\f1e9"; }
.fa-yen-sign:before {
content: "\f157"; }
.fa-yin-yang:before {
content: "\f6ad"; }
.fa-yoast:before {
content: "\f2b1"; }
.fa-youtube:before {
content: "\f167"; }
.fa-youtube-square:before {
content: "\f431"; }
.fa-zhihu:before {
content: "\f63f"; }
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px; }
.sr-only-focusable:active, .sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto; }
@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//www.axisrooms.com/wp-content/plugins/simple-job-board/includes/fonts/fa-brands-400.eot);
src: url(//www.axisrooms.com/wp-content/plugins/simple-job-board/includes/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//www.axisrooms.com/wp-content/plugins/simple-job-board/includes/fonts/fa-brands-400.woff2) format("woff2"), url(//www.axisrooms.com/wp-content/plugins/simple-job-board/includes/fonts/fa-brands-400.woff) format("woff"), url(//www.axisrooms.com/wp-content/plugins/simple-job-board/includes/fonts/fa-brands-400.ttf) format("truetype"), url(//www.axisrooms.com/wp-content/plugins/simple-job-board/includes/fonts/fa-brands-400.svg#fontawesome) format("svg"); }
.fab {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//www.axisrooms.com/wp-content/plugins/simple-job-board/includes/fonts/fa-regular-400.eot);
src: url(//www.axisrooms.com/wp-content/plugins/simple-job-board/includes/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(//www.axisrooms.com/wp-content/plugins/simple-job-board/includes/fonts/fa-regular-400.woff2) format("woff2"), url(//www.axisrooms.com/wp-content/plugins/simple-job-board/includes/fonts/fa-regular-400.woff) format("woff"), url(//www.axisrooms.com/wp-content/plugins/simple-job-board/includes/fonts/fa-regular-400.ttf) format("truetype"), url(//www.axisrooms.com/wp-content/plugins/simple-job-board/includes/fonts/fa-regular-400.svg#fontawesome) format("svg"); }
.far {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 900;
font-display: block;
src: url(//www.axisrooms.com/wp-content/plugins/simple-job-board/includes/fonts/fa-solid-900.eot);
src: url(//www.axisrooms.com/wp-content/plugins/simple-job-board/includes/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//www.axisrooms.com/wp-content/plugins/simple-job-board/includes/fonts/fa-solid-900.woff2) format("woff2"), url(//www.axisrooms.com/wp-content/plugins/simple-job-board/includes/fonts/fa-solid-900.woff) format("woff"), url(//www.axisrooms.com/wp-content/plugins/simple-job-board/includes/fonts/fa-solid-900.ttf) format("truetype"), url(//www.axisrooms.com/wp-content/plugins/simple-job-board/includes/fonts/fa-solid-900.svg#fontawesome) format("svg"); }
.fa,
.fas {
font-family: 'Font Awesome 5 Free';
font-weight: 900; }.ui-helper-hidden {
display: none;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 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:before,
.ui-helper-clearfix:after {
content: "";
display: table;
border-collapse: collapse;
}
.ui-helper-clearfix:after {
clear: both;
}
.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter:Alpha(Opacity=0); }
.ui-front {
z-index: 100;
} .ui-state-disabled {
cursor: default !important;
pointer-events: none;
} .ui-icon {
display: inline-block;
vertical-align: middle;
margin-top: -.25em;
position: relative;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}
.ui-widget-icon-block {
left: 50%;
margin-left: -8px;
display: block;
}  .ui-widget-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ui-accordion .ui-accordion-header {
display: block;
cursor: pointer;
position: relative;
margin: 2px 0 0 0;
padding: .5em .5em .5em .7em;
font-size: 100%;
}
.ui-accordion .ui-accordion-content {
padding: 1em 2.2em;
border-top: 0;
overflow: auto;
}
.ui-autocomplete {
position: absolute;
top: 0;
left: 0;
cursor: default;
}
.ui-menu {
list-style: none;
padding: 0;
margin: 0;
display: block;
outline: 0;
}
.ui-menu .ui-menu {
position: absolute;
}
.ui-menu .ui-menu-item {
margin: 0;
cursor: pointer; list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-item-wrapper {
position: relative;
padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
margin: 5px 0;
height: 0;
font-size: 0;
line-height: 0;
border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
margin: -1px;
} .ui-menu-icons {
position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
padding-left: 2em;
} .ui-menu .ui-icon {
position: absolute;
top: 0;
bottom: 0;
left: .2em;
margin: auto 0;
} .ui-menu .ui-menu-icon {
left: auto;
right: 0;
}
.ui-button {
padding: .4em 1em;
display: inline-block;
position: relative;
line-height: normal;
margin-right: .1em;
cursor: pointer;
vertical-align: middle;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
text-decoration: none;
} .ui-button-icon-only {
width: 2em;
box-sizing: border-box;
text-indent: -9999px;
white-space: nowrap;
} input.ui-button.ui-button-icon-only {
text-indent: 0;
} .ui-button-icon-only .ui-icon {
position: absolute;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
padding: 0;
width: 2.1em;
height: 2.1em;
text-indent: -9999px;
white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
width: auto;
height: auto;
text-indent: 0;
white-space: normal;
padding: .4em 1em;
}  input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
border: 0;
padding: 0;
}
.ui-controlgroup {
vertical-align: middle;
display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
float: left;
margin-left: 0;
margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
display: block;
float: none;
width: 100%;
margin-top: 0;
margin-bottom: 0;
text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
border-bottom: none;
} .ui-controlgroup-vertical .ui-spinner-input { width: 75%;
width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
box-shadow: inset 1px 1px 1px #ccc;
border-radius: .12em;
border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
width: 16px;
height: 16px;
border-radius: 1em;
overflow: visible;
border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
background-image: none;
width: 8px;
height: 8px;
border-width: 4px;
border-style: solid;
}
.ui-checkboxradio-disabled {
pointer-events: none;
}
.ui-datepicker {
width: 17em;
padding: .2em .2em 0;
display: none;
}
.ui-datepicker .ui-datepicker-header {
position: relative;
padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
position: absolute;
top: 2px;
width: 1.8em;
height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-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-prev span,
.ui-datepicker .ui-datepicker-next 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,
.ui-datepicker select.ui-datepicker-year {
width: 45%;
}
.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: bold;
border: 0;
}
.ui-datepicker td {
border: 0;
padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
display: block;
padding: .2em;
text-align: right;
text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
background-image: none;
margin: .7em 0 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 .6em;
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 .ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
left: .5em;
top: .3em;
}
.ui-dialog {
position: absolute;
top: 0;
left: 0;
padding: .2em;
outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
padding: .4em 1em;
position: relative;
}
.ui-dialog .ui-dialog-title {
float: left;
margin: .1em 0;
white-space: nowrap;
width: 90%;
overflow: hidden;
text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
position: absolute;
right: .3em;
top: 50%;
width: 20px;
margin: -10px 0 0 0;
padding: 1px;
height: 20px;
}
.ui-dialog .ui-dialog-content {
position: relative;
border: 0;
padding: .5em 1em;
background: none;
overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
text-align: left;
border-width: 1px 0 0 0;
background-image: none;
margin-top: .5em;
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-n {
height: 2px;
top: 0;
}
.ui-dialog .ui-resizable-e {
width: 2px;
right: 0;
}
.ui-dialog .ui-resizable-s {
height: 2px;
bottom: 0;
}
.ui-dialog .ui-resizable-w {
width: 2px;
left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
width: 7px;
height: 7px;
}
.ui-dialog .ui-resizable-se {
right: 0;
bottom: 0;
}
.ui-dialog .ui-resizable-sw {
left: 0;
bottom: 0;
}
.ui-dialog .ui-resizable-ne {
right: 0;
top: 0;
}
.ui-dialog .ui-resizable-nw {
left: 0;
top: 0;
}
.ui-draggable .ui-dialog-titlebar {
cursor: move;
}
.ui-draggable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable {
position: relative;
}
.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
display: block;
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .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-progressbar {
height: 2em;
text-align: left;
overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
margin: -1px;
height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
height: 100%;
filter: alpha(opacity=25); opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
background-image: none;
}
.ui-selectable {
-ms-touch-action: none;
touch-action: none;
}
.ui-selectable-helper {
position: absolute;
z-index: 100;
border: 1px dotted black;
}
.ui-selectmenu-menu {
padding: 0;
margin: 0;
position: absolute;
top: 0;
left: 0;
display: none;
}
.ui-selectmenu-menu .ui-menu {
overflow: auto;
overflow-x: hidden;
padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
font-size: 1em;
font-weight: bold;
line-height: 1.5;
padding: 2px 0.4em;
margin: 0.5em 0 0 0;
height: auto;
border: 0;
}
.ui-selectmenu-open {
display: block;
}
.ui-selectmenu-text {
display: block;
margin-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
text-align: left;
white-space: nowrap;
width: 14em;
}
.ui-selectmenu-icon.ui-icon {
float: right;
margin-top: 0;
}
.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;
-ms-touch-action: none;
touch-action: none;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background-position: 0 0;
} .ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
filter: inherit;
}
.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-sortable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-spinner {
position: relative;
display: inline-block;
overflow: hidden;
padding: 0;
vertical-align: middle;
}
.ui-spinner-input {
border: none;
background: none;
color: inherit;
padding: .222em 0;
margin: .2em 0;
vertical-align: middle;
margin-left: .4em;
margin-right: 2em;
}
.ui-spinner-button {
width: 1.6em;
height: 50%;
font-size: .5em;
padding: 0;
margin: 0;
text-align: center;
position: absolute;
cursor: default;
display: block;
overflow: hidden;
right: 0;
} .ui-spinner a.ui-spinner-button {
border-top-style: none;
border-bottom-style: none;
border-right-style: none;
}
.ui-spinner-up {
top: 0;
}
.ui-spinner-down {
bottom: 0;
}
.ui-tabs {
position: relative; padding: .2em;
}
.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: 0;
margin: 1px .2em 0 0;
border-bottom-width: 0;
padding: 0;
white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
float: left;
padding: .5em 1em;
text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
margin-bottom: -1px;
padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
display: block;
border-width: 0;
padding: 1em 1.4em;
background: none;
}
.ui-tooltip {
padding: 8px;
position: absolute;
z-index: 9999;
max-width: 300px;
}
body .ui-tooltip {
border-width: 2px;
} .ui-widget {
font-family: Arial,Helvetica,sans-serif;
font-size: 1em;
}
.ui-widget .ui-widget {
font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
font-family: Arial,Helvetica,sans-serif;
font-size: 1em;
}
.ui-widget.ui-widget-content {
border: 1px solid #c5c5c5;
}
.ui-widget-content {
border: 1px solid #dddddd;
background: #ffffff;
color: #333333;
}
.ui-widget-content a {
color: #333333;
}
.ui-widget-header {
border: 1px solid #dddddd;
background: #e9e9e9;
color: #333333;
font-weight: bold;
}
.ui-widget-header a {
color: #333333;
} .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
border: 1px solid #c5c5c5;
background: #f6f6f6;
font-weight: normal;
color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
color: #454545;
text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
border: 1px solid #cccccc;
background: #ededed;
font-weight: normal;
color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
color: #2b2b2b;
text-decoration: none;
}
.ui-visual-focus {
box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
border: 1px solid #003eff;
background: #007fff;
font-weight: normal;
color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
border: #003eff;
background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
color: #ffffff;
text-decoration: none;
} .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
border: 1px solid #dad55e;
background: #fffa90;
color: #777620;
}
.ui-state-checked {
border: 1px solid #dad55e;
background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
border: 1px solid #f1a899;
background: #fddfdf;
color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
opacity: .7;
filter:Alpha(Opacity=70); font-weight: normal;
}
.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-state-disabled .ui-icon {
filter:Alpha(Opacity=35); }  .ui-icon {
width: 16px;
height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
background-image: url(//www.axisrooms.com/wp-content/plugins/simple-job-board/public/images/ui-icons_444444_256x240.png);
}
.ui-widget-header .ui-icon {
background-image: url(//www.axisrooms.com/wp-content/plugins/simple-job-board/public/images/ui-icons_444444_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
background-image: url(//www.axisrooms.com/wp-content/plugins/simple-job-board/public/images/ui-icons_555555_256x240.png);
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
background-image: url(//www.axisrooms.com/wp-content/plugins/simple-job-board/public/images/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
background-image: url(//www.axisrooms.com/wp-content/plugins/simple-job-board/public/images/ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
background-image: url(//www.axisrooms.com/wp-content/plugins/simple-job-board/public/images/ui-icons_cc0000_256x240.png);
}
.ui-button .ui-icon {
background-image: url(//www.axisrooms.com/wp-content/plugins/simple-job-board/public/images/ui-icons_777777_256x240.png);
} .ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-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: -65px -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: -65px -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: 1px -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-on { background-position: -96px -144px; }
.ui-icon-radio-off { 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-start { background-position: -80px -160px; } .ui-icon-seek-first { 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-top,
.ui-corner-left,
.ui-corner-tl {
border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
border-bottom-right-radius: 3px;
} .ui-widget-overlay {
background: #aaaaaa;
opacity: .3;
filter: Alpha(Opacity=30); }
.ui-widget-shadow {
-webkit-box-shadow: 0px 0px 5px #666666;
box-shadow: 0px 0px 5px #666666;
}
     .sjb-container-main{
width: 100%;
}
.sjb-page .row:after{
content: " ";
display: block;
clear: both;
}
.sjb-page a,
.sjb-page .list-data a{
text-decoration: none;
}
.sjb-page a:hover,
.sjb-page a:active {
outline: 0;
}
.sjb-page b,
.sjb-page strong {
font-weight: bold;
}
.sjb-page h1 {
font-size: 2em;
margin: 0.67em 0;
}
.sjb-page small {
font-size: 80%;
}
.sjb-page img {
border: 0;
}
.sjb-page button,
.sjb-page input,
.sjb-page select,
.sjb-page textarea {
font: inherit;
margin: 0;
}
.sjb-page button {
overflow: visible;
}
.sjb-page button,
.sjb-page select {
text-transform: none;
}
.sjb-page button,
.sjb-page html input[type="button"],
.sjb-page input[type="reset"],
.sjb-page input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
.sjb-page button::-moz-focus-inner,
.sjb-page input::-moz-focus-inner {
border: 0;
padding: 0;
}
.sjb-page input {
line-height: normal;
}
.sjb-page input[type="checkbox"],
.sjb-page input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
.sjb-page input[type="number"]::-webkit-inner-spin-button,
.sjb-page input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
.sjb-page input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
.sjb-page input[type="search"]::-webkit-search-cancel-button,
.sjb-page input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
.sjb-page textarea {
overflow: auto;
}
.sjb-page table {
border-collapse: collapse;
border-spacing: 0;
}
.sjb-page {
margin: 0 auto;
padding: 20px;
}
.sjb-page * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sjb-page *:before,
.sjb-page *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sjb-page input,
.sjb-page button,
.sjb-page select,
.sjb-page textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
.sjb-page a {
text-decoration: none;
}
.sjb-page a:hover,
.sjb-page a:focus {
text-decoration: none;
}
.sjb-page a:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.sjb-page img {
vertical-align: middle;
}
.sjb-page .img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.sjb-page .sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sjb-page [role="button"] {
cursor: pointer;
}
.sjb-page h1,
.sjb-page h2,
.sjb-page h3 {
margin-top: 20px;
margin-bottom: 10px;
}
.sjb-page h4,
.sjb-page h5,
.sjb-page h6 {
margin-top: 10px;
margin-bottom: 10px;
}
.sjb-page p {
margin: 0 0 10px;
}
.sjb-page ul,
.sjb-page ol {
margin-top: 0;
margin-bottom: 10px;
}
.sjb-page ul ul,
.sjb-page ol ul,
.sjb-page ul ol,
.sjb-page ol ol {
margin-bottom: 0;
}
.sjb-page .row {
margin-left: -15px;
margin-right: -15px;
}
.sjb-page .col-xs-1,
.sjb-page .col-sm-1,
.sjb-page .col-md-1,
.sjb-page .col-lg-1,
.sjb-page .col-xs-2,
.sjb-page .col-sm-2,
.sjb-page .col-md-2,
.sjb-page .col-lg-2,
.sjb-page .col-xs-3,
.sjb-page .col-sm-3,
.sjb-page .col-md-3,
.sjb-page .col-lg-3,
.sjb-page .col-xs-4,
.sjb-page .col-sm-4,
.sjb-page .col-md-4,
.sjb-page .col-lg-4,
.sjb-page .col-xs-5,
.sjb-page .col-sm-5,
.sjb-page .col-md-5,
.sjb-page .col-lg-5,
.sjb-page .col-xs-6,
.sjb-page .col-sm-6,
.sjb-page .col-md-6,
.sjb-page .col-lg-6,
.sjb-page .col-xs-7,
.sjb-page .col-sm-7,
.sjb-page .col-md-7,
.sjb-page .col-lg-7,
.sjb-page .col-xs-8,
.sjb-page .col-sm-8,
.sjb-page .col-md-8,
.sjb-page .col-lg-8,
.sjb-page .col-xs-9,
.sjb-page .col-sm-9,
.sjb-page .col-md-9,
.sjb-page .col-lg-9,
.sjb-page .col-xs-10,
.sjb-page .col-sm-10,
.sjb-page .col-md-10,
.sjb-page .col-lg-10,
.sjb-page .col-xs-11,
.sjb-page .col-sm-11,
.sjb-page .col-md-11,
.sjb-page .col-lg-11,
.sjb-page .col-xs-12,
.sjb-page .col-sm-12,
.sjb-page .col-md-12,
.sjb-page .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.sjb-page .col-xs-1,
.sjb-page .col-xs-2,
.sjb-page .col-xs-3,
.sjb-page .col-xs-4,
.sjb-page .col-xs-5,
.sjb-page .col-xs-6,
.sjb-page .col-xs-7,
.sjb-page .col-xs-8,
.sjb-page .col-xs-9,
.sjb-page .col-xs-10,
.sjb-page .col-xs-11,
.sjb-page .col-xs-12 {
float: left;
}
.sjb-page .col-xs-12 {
width: 100%;
}
.sjb-page .col-xs-11 {
width: 91.66666667%;
}
.sjb-page .col-xs-10 {
width: 83.33333333%;
}
.sjb-page .col-xs-9 {
width: 75%;
}
.sjb-page .col-xs-8 {
width: 66.66666667%;
}
.sjb-page .col-xs-7 {
width: 58.33333333%;
}
.sjb-page .col-xs-6 {
width: 50%;
}
.sjb-page .col-xs-5 {
width: 41.66666667%;
}
.sjb-page .col-xs-4 {
width: 33.33333333%;
}
.sjb-page .col-xs-3 {
width: 25%;
}
.sjb-page .col-xs-2 {
width: 16.66666667%;
}
.sjb-page .col-xs-1 {
width: 8.33333333%;
}
.sjb-page .col-xs-pull-12 {
right: 100%;
}
.sjb-page .col-xs-pull-11 {
right: 91.66666667%;
}
.sjb-page .col-xs-pull-10 {
right: 83.33333333%;
}
.sjb-page .col-xs-pull-9 {
right: 75%;
}
.sjb-page .col-xs-pull-8 {
right: 66.66666667%;
}
.sjb-page .col-xs-pull-7 {
right: 58.33333333%;
}
.sjb-page .col-xs-pull-6 {
right: 50%;
}
.sjb-page .col-xs-pull-5 {
right: 41.66666667%;
}
.sjb-page .col-xs-pull-4 {
right: 33.33333333%;
}
.sjb-page .col-xs-pull-3 {
right: 25%;
}
.sjb-page .col-xs-pull-2 {
right: 16.66666667%;
}
.sjb-page .col-xs-pull-1 {
right: 8.33333333%;
}
.sjb-page .col-xs-pull-0 {
right: auto;
}
.sjb-page .col-xs-push-12 {
left: 100%;
}
.sjb-page .col-xs-push-11 {
left: 91.66666667%;
}
.sjb-page .col-xs-push-10 {
left: 83.33333333%;
}
.sjb-page .col-xs-push-9 {
left: 75%;
}
.sjb-page .col-xs-push-8 {
left: 66.66666667%;
}
.sjb-page .col-xs-push-7 {
left: 58.33333333%;
}
.sjb-page .col-xs-push-6 {
left: 50%;
}
.sjb-page .col-xs-push-5 {
left: 41.66666667%;
}
.sjb-page .col-xs-push-4 {
left: 33.33333333%;
}
.sjb-page .col-xs-push-3 {
left: 25%;
}
.sjb-page .col-xs-push-2 {
left: 16.66666667%;
}
.sjb-page .col-xs-push-1 {
left: 8.33333333%;
}
.sjb-page .col-xs-push-0 {
left: auto;
}
.sjb-page .col-xs-offset-12 {
margin-left: 100%;
}
.sjb-page .col-xs-offset-11 {
margin-left: 91.66666667%;
}
.sjb-page .col-xs-offset-10 {
margin-left: 83.33333333%;
}
.sjb-page .col-xs-offset-9 {
margin-left: 75%;
}
.sjb-page .col-xs-offset-8 {
margin-left: 66.66666667%;
}
.sjb-page .col-xs-offset-7 {
margin-left: 58.33333333%;
}
.sjb-page .col-xs-offset-6 {
margin-left: 50%;
}
.sjb-page .col-xs-offset-5 {
margin-left: 41.66666667%;
}
.sjb-page .col-xs-offset-4 {
margin-left: 33.33333333%;
}
.sjb-page .col-xs-offset-3 {
margin-left: 25%;
}
.sjb-page .col-xs-offset-2 {
margin-left: 16.66666667%;
}
.sjb-page .col-xs-offset-1 {
margin-left: 8.33333333%;
}
.sjb-page .col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.sjb-page .col-sm-1,
.sjb-page .col-sm-2,
.sjb-page .col-sm-3,
.sjb-page .col-sm-4,
.sjb-page .col-sm-5,
.sjb-page .col-sm-6,
.sjb-page .col-sm-7,
.sjb-page .col-sm-8,
.sjb-page .col-sm-9,
.sjb-page .col-sm-10,
.sjb-page .col-sm-11,
.sjb-page .col-sm-12 {
float: left;
}
.sjb-page .col-sm-12 {
width: 100%;
}
.sjb-page .col-sm-11 {
width: 91.66666667%;
}
.sjb-page .col-sm-10 {
width: 83.33333333%;
}
.sjb-page .col-sm-9 {
width: 75%;
}
.sjb-page .col-sm-8 {
width: 66.66666667%;
}
.sjb-page .col-sm-7 {
width: 58.33333333%;
}
.sjb-page .col-sm-6 {
width: 50%;
}
.sjb-page .col-sm-5 {
width: 41.66666667%;
}
.sjb-page .col-sm-4 {
width: 33.33333333%;
}
.sjb-page .col-sm-3 {
width: 25%;
}
.sjb-page .col-sm-2 {
width: 16.66666667%;
}
.sjb-page .col-sm-1 {
width: 8.33333333%;
}
.sjb-page .col-sm-pull-12 {
right: 100%;
}
.sjb-page .col-sm-pull-11 {
right: 91.66666667%;
}
.sjb-page .col-sm-pull-10 {
right: 83.33333333%;
}
.sjb-page .col-sm-pull-9 {
right: 75%;
}
.sjb-page .col-sm-pull-8 {
right: 66.66666667%;
}
.sjb-page .col-sm-pull-7 {
right: 58.33333333%;
}
.sjb-page .col-sm-pull-6 {
right: 50%;
}
.sjb-page .col-sm-pull-5 {
right: 41.66666667%;
}
.sjb-page .col-sm-pull-4 {
right: 33.33333333%;
}
.sjb-page .col-sm-pull-3 {
right: 25%;
}
.sjb-page .col-sm-pull-2 {
right: 16.66666667%;
}
.sjb-page .col-sm-pull-1 {
right: 8.33333333%;
}
.sjb-page .col-sm-pull-0 {
right: auto;
}
.sjb-page .col-sm-push-12 {
left: 100%;
}
.sjb-page .col-sm-push-11 {
left: 91.66666667%;
}
.sjb-page .col-sm-push-10 {
left: 83.33333333%;
}
.sjb-page .col-sm-push-9 {
left: 75%;
}
.sjb-page .col-sm-push-8 {
left: 66.66666667%;
}
.sjb-page .col-sm-push-7 {
left: 58.33333333%;
}
.sjb-page .col-sm-push-6 {
left: 50%;
}
.sjb-page .col-sm-push-5 {
left: 41.66666667%;
}
.sjb-page .col-sm-push-4 {
left: 33.33333333%;
}
.sjb-page .col-sm-push-3 {
left: 25%;
}
.sjb-page .col-sm-push-2 {
left: 16.66666667%;
}
.sjb-page .col-sm-push-1 {
left: 8.33333333%;
}
.sjb-page .col-sm-push-0 {
left: auto;
}
.sjb-page .col-sm-offset-12 {
margin-left: 100%;
}
.sjb-page .col-sm-offset-11 {
margin-left: 91.66666667%;
}
.sjb-page .col-sm-offset-10 {
margin-left: 83.33333333%;
}
.sjb-page .col-sm-offset-9 {
margin-left: 75%;
}
.sjb-page .col-sm-offset-8 {
margin-left: 66.66666667%;
}
.sjb-page .col-sm-offset-7 {
margin-left: 58.33333333%;
}
.sjb-page .col-sm-offset-6 {
margin-left: 50%;
}
.sjb-page .col-sm-offset-5 {
margin-left: 41.66666667%;
}
.sjb-page .col-sm-offset-4 {
margin-left: 33.33333333%;
}
.sjb-page .col-sm-offset-3 {
margin-left: 25%;
}
.sjb-page .col-sm-offset-2 {
margin-left: 16.66666667%;
}
.sjb-page .col-sm-offset-1 {
margin-left: 8.33333333%;
}
.sjb-page .col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.sjb-page .col-md-1,
.sjb-page .col-md-2,
.sjb-page .col-md-3,
.sjb-page .col-md-4,
.sjb-page .col-md-5,
.sjb-page .col-md-6,
.sjb-page .col-md-7,
.sjb-page .col-md-8,
.sjb-page .col-md-9,
.sjb-page .col-md-10,
.sjb-page .col-md-11,
.sjb-page .col-md-12 {
float: left;
}
.sjb-page .col-md-12 {
width: 100%;
}
.sjb-page .col-md-11 {
width: 91.66666667%;
}
.sjb-page .col-md-10 {
width: 75%;
}
.sjb-page .col-md-9 {
width: 75%;
}
.sjb-page .col-md-8 {
width: 66.66666667%;
}
.sjb-page .col-md-7 {
width: 58.33333333%;
}
.sjb-page .col-md-6 {
width: 50%;
}
.sjb-page .col-md-5 {
width: 41.66666667%;
}
.sjb-page .col-md-4 {
width: 33.33333333%;
}
.sjb-page .col-md-3 {
width: 25%;
}
.sjb-page .col-md-2 {
width: 16.66666667%;
}
.sjb-page .col-md-1 {
width: 8.33333333%;
}
.sjb-page .col-md-pull-12 {
right: 100%;
}
.sjb-page .col-md-pull-11 {
right: 91.66666667%;
}
.sjb-page .col-md-pull-10 {
right: 83.33333333%;
}
.sjb-page .col-md-pull-9 {
right: 75%;
}
.sjb-page .col-md-pull-8 {
right: 66.66666667%;
}
.sjb-page .col-md-pull-7 {
right: 58.33333333%;
}
.sjb-page .col-md-pull-6 {
right: 50%;
}
.sjb-page .col-md-pull-5 {
right: 41.66666667%;
}
.sjb-page .col-md-pull-4 {
right: 33.33333333%;
}
.sjb-page .col-md-pull-3 {
right: 25%;
}
.sjb-page .col-md-pull-2 {
right: 16.66666667%;
}
.sjb-page .col-md-pull-1 {
right: 8.33333333%;
}
.sjb-page .col-md-pull-0 {
right: auto;
}
.sjb-page .col-md-push-12 {
left: 100%;
}
.sjb-page .col-md-push-11 {
left: 91.66666667%;
}
.sjb-page .col-md-push-10 {
left: 83.33333333%;
}
.sjb-page .col-md-push-9 {
left: 75%;
}
.sjb-page .col-md-push-8 {
left: 66.66666667%;
}
.sjb-page .col-md-push-7 {
left: 58.33333333%;
}
.sjb-page .col-md-push-6 {
left: 50%;
}
.sjb-page .col-md-push-5 {
left: 41.66666667%;
}
.sjb-page .col-md-push-4 {
left: 33.33333333%;
}
.sjb-page .col-md-push-3 {
left: 25%;
}
.sjb-page .col-md-push-2 {
left: 16.66666667%;
}
.sjb-page .col-md-push-1 {
left: 8.33333333%;
}
.sjb-page .col-md-push-0 {
left: auto;
}
.sjb-page .col-md-offset-12 {
margin-left: 100%;
}
.sjb-page .col-md-offset-11 {
margin-left: 91.66666667%;
}
.sjb-page .col-md-offset-10 {
margin-left: 83.33333333%;
}
.sjb-page .col-md-offset-9 {
margin-left: 75%;
}
.sjb-page .col-md-offset-8 {
margin-left: 66.66666667%;
}
.sjb-page .col-md-offset-7 {
margin-left: 58.33333333%;
}
.sjb-page .col-md-offset-6 {
margin-left: 50%;
}
.sjb-page .col-md-offset-5 {
margin-left: 41.66666667%;
}
.sjb-page .col-md-offset-4 {
margin-left: 33.33333333%;
}
.sjb-page .col-md-offset-3 {
margin-left: 25%;
}
.sjb-page .col-md-offset-2 {
margin-left: 16.66666667%;
}
.sjb-page .col-md-offset-1 {
margin-left: 8.33333333%;
}
.sjb-page .col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.sjb-page .col-lg-1,
.sjb-page .col-lg-2,
.sjb-page .col-lg-3,
.sjb-page .col-lg-4,
.sjb-page .col-lg-5,
.sjb-page .col-lg-6,
.sjb-page .col-lg-7,
.sjb-page .col-lg-8,
.sjb-page .col-lg-9,
.sjb-page .col-lg-10,
.sjb-page .col-lg-11,
.sjb-page .col-lg-12 {
float: left;
}
.sjb-page .col-lg-12 {
width: 100%;
}
.sjb-page .col-lg-11 {
width: 91.66666667%;
}
.sjb-page .col-lg-10 {
width: 83.33333333%;
}
.sjb-page .col-lg-9 {
width: 75%;
}
.sjb-page .col-lg-8 {
width: 66.66666667%;
}
.sjb-page .col-lg-7 {
width: 58.33333333%;
}
.sjb-page .col-lg-6 {
width: 50%;
}
.sjb-page .col-lg-5 {
width: 41.66666667%;
}
.sjb-page .col-lg-4 {
width: 33.33333333%;
}
.sjb-page .col-lg-3 {
width: 25%;
}
.sjb-page .col-lg-2 {
width: 16.66666667%;
}
.sjb-page .col-lg-1 {
width: 8.33333333%;
}
.sjb-page .col-lg-pull-12 {
right: 100%;
}
.sjb-page .col-lg-pull-11 {
right: 91.66666667%;
}
.sjb-page .col-lg-pull-10 {
right: 83.33333333%;
}
.sjb-page .col-lg-pull-9 {
right: 75%;
}
.sjb-page .col-lg-pull-8 {
right: 66.66666667%;
}
.sjb-page .col-lg-pull-7 {
right: 58.33333333%;
}
.sjb-page .col-lg-pull-6 {
right: 50%;
}
.sjb-page .col-lg-pull-5 {
right: 41.66666667%;
}
.sjb-page .col-lg-pull-4 {
right: 33.33333333%;
}
.sjb-page .col-lg-pull-3 {
right: 25%;
}
.sjb-page .col-lg-pull-2 {
right: 16.66666667%;
}
.sjb-page .col-lg-pull-1 {
right: 8.33333333%;
}
.sjb-page .col-lg-pull-0 {
right: auto;
}
.sjb-page .col-lg-push-12 {
left: 100%;
}
.sjb-page .col-lg-push-11 {
left: 91.66666667%;
}
.sjb-page .col-lg-push-10 {
left: 83.33333333%;
}
.sjb-page .col-lg-push-9 {
left: 75%;
}
.sjb-page .col-lg-push-8 {
left: 66.66666667%;
}
.sjb-page .col-lg-push-7 {
left: 58.33333333%;
}
.sjb-page .col-lg-push-6 {
left: 50%;
}
.sjb-page .col-lg-push-5 {
left: 41.66666667%;
}
.sjb-page .col-lg-push-4 {
left: 33.33333333%;
}
.sjb-page .col-lg-push-3 {
left: 25%;
}
.sjb-page .col-lg-push-2 {
left: 16.66666667%;
}
.sjb-page .col-lg-push-1 {
left: 8.33333333%;
}
.sjb-page .col-lg-push-0 {
left: auto;
}
.sjb-page .col-lg-offset-12 {
margin-left: 100%;
}
.sjb-page .col-lg-offset-11 {
margin-left: 91.66666667%;
}
.sjb-page .col-lg-offset-10 {
margin-left: 83.33333333%;
}
.sjb-page .col-lg-offset-9 {
margin-left: 75%;
}
.sjb-page .col-lg-offset-8 {
margin-left: 66.66666667%;
}
.sjb-page .col-lg-offset-7 {
margin-left: 58.33333333%;
}
.sjb-page .col-lg-offset-6 {
margin-left: 50%;
}
.sjb-page .col-lg-offset-5 {
margin-left: 41.66666667%;
}
.sjb-page .col-lg-offset-4 {
margin-left: 33.33333333%;
}
.sjb-page .col-lg-offset-3 {
margin-left: 25%;
}
.sjb-page .col-lg-offset-2 {
margin-left: 16.66666667%;
}
.sjb-page .col-lg-offset-1 {
margin-left: 8.33333333%;
}
.sjb-page .col-lg-offset-0 {
margin-left: 0%;
}
}
.sjb-page table {
background-color: transparent;
}
.sjb-page th {
text-align: left;
}
.sjb-page .table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.sjb-page .table > thead > tr > th,
.sjb-page .table > tbody > tr > th,
.sjb-page .table > tfoot > tr > th,
.sjb-page .table > thead > tr > td,
.sjb-page .table > tbody > tr > td,
.sjb-page .table > tfoot > tr > td {
padding: 8px;
border-top: 1px solid #ddd;
}
.sjb-page .table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
.sjb-page .table > caption + thead > tr:first-child > th,
.sjb-page .table > colgroup + thead > tr:first-child > th,
.sjb-page .table > thead:first-child > tr:first-child > th,
.sjb-page .table > caption + thead > tr:first-child > td,
.sjb-page .table > colgroup + thead > tr:first-child > td,
.sjb-page .table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.sjb-page .table > tbody + tbody {
border-top: 2px solid #ddd;
}
.sjb-page .table .table {
}
.sjb-page .table-condensed > thead > tr > th,
.sjb-page .table-condensed > tbody > tr > th,
.sjb-page .table-condensed > tfoot > tr > th,
.sjb-page .table-condensed > thead > tr > td,
.sjb-page .table-condensed > tbody > tr > td,
.sjb-page .table-condensed > tfoot > tr > td {
padding: 5px;
}
.sjb-page .table-bordered > thead > tr > th,
.sjb-page .table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.sjb-page table col[class*="col-"] {
position: static;
float: none;
display: table-column;
}
.sjb-page table td[class*="col-"],
.sjb-page table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
.sjb-page .table-responsive {
overflow-x: auto;
min-height: 0.01%;
}
@media screen and (max-width: 767px) {
.sjb-page .table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
}
.sjb-page .table-responsive > .table {
margin-bottom: 0;
}
.sjb-page .table-responsive > .table > thead > tr > th,
.sjb-page .table-responsive > .table > tbody > tr > th,
.sjb-page .table-responsive > .table > tfoot > tr > th,
.sjb-page .table-responsive > .table > thead > tr > td,
.sjb-page .table-responsive > .table > tbody > tr > td,
.sjb-page .table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.sjb-page .table-responsive > .table-bordered {
border: 0;
}
.sjb-page .table-responsive > .table-bordered > thead > tr > th:first-child,
.sjb-page .table-responsive > .table-bordered > tbody > tr > th:first-child,
.sjb-page .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.sjb-page .table-responsive > .table-bordered > thead > tr > td:first-child,
.sjb-page .table-responsive > .table-bordered > tbody > tr > td:first-child,
.sjb-page .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.sjb-page .table-responsive > .table-bordered > thead > tr > th:last-child,
.sjb-page .table-responsive > .table-bordered > tbody > tr > th:last-child,
.sjb-page .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.sjb-page .table-responsive > .table-bordered > thead > tr > td:last-child,
.sjb-page .table-responsive > .table-bordered > tbody > tr > td:last-child,
.sjb-page .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.sjb-page .table-responsive > .table-bordered > tbody > tr:last-child > th,
.sjb-page .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.sjb-page .table-responsive > .table-bordered > tbody > tr:last-child > td,
.sjb-page .table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
.sjb-page label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
.sjb-page input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sjb-page input[type="radio"],
.sjb-page input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
.sjb-page input[type="file"] {
display: block;
}
.sjb-page .form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
background-image: none;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.sjb-page .form-control:focus {
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.sjb-page .form-control::-moz-placeholder {
color: #a4a4a4;
opacity: 1;
}
.sjb-page .form-control:-ms-input-placeholder {
color: #a4a4a4;
}
.sjb-page .form-control::-webkit-input-placeholder {
color: #a4a4a4;
}
.sjb-page .form-control::-ms-expand {
border: 0;
background-color: transparent;
}
textarea.sjb-page .form-control {
height: auto;
}
.sjb-page input[type="search"] {
-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.sjb-page input[type="date"].form-control,
.sjb-page input[type="time"].form-control,
.sjb-page input[type="datetime-local"].form-control,
.sjb-page input[type="month"].form-control {
line-height: 34px;
}
.sjb-page input[type="date"].input-sm,
.sjb-page input[type="time"].input-sm,
.sjb-page input[type="datetime-local"].input-sm,
.sjb-page input[type="month"].input-sm,
.input-group-sm .sjb-page input[type="date"],
.input-group-sm .sjb-page input[type="time"],
.input-group-sm .sjb-page input[type="datetime-local"],
.input-group-sm .sjb-page input[type="month"] {
line-height: 30px;
}
.sjb-page input[type="date"].input-lg,
.sjb-page input[type="time"].input-lg,
.sjb-page input[type="datetime-local"].input-lg,
.sjb-page input[type="month"].input-lg,
.input-group-lg .sjb-page input[type="date"],
.input-group-lg .sjb-page input[type="time"],
.input-group-lg .sjb-page input[type="datetime-local"],
.input-group-lg .sjb-page input[type="month"] {
line-height: 44px;
}
}
.sjb-page .form-group {
margin-bottom: 15px;
}
.sjb-page .radio,
.sjb-page .checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.sjb-page .radio label,
.sjb-page .checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.sjb-page .radio input[type="radio"],
.sjb-page .checkbox input[type="checkbox"] {
position: absolute;
margin-left: -20px;
margin-top: 4px \9;
}
.sjb-page .radio + .radio,
.sjb-page .checkbox + .checkbox {
margin-top: -5px;
}
.sjb-page input[type="radio"][disabled],
.sjb-page input[type="checkbox"][disabled],
.sjb-page input[type="radio"].disabled,
.sjb-page input[type="checkbox"].disabled,
fieldset[disabled] .sjb-page input[type="radio"],
fieldset[disabled] .sjb-page input[type="checkbox"] {
cursor: not-allowed;
}
.sjb-page .radio.disabled label,
.sjb-page .checkbox.disabled label,
fieldset[disabled] .sjb-page .radio label,
fieldset[disabled] .sjb-page .checkbox label {
cursor: not-allowed;
}
.sjb-page .btn {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
line-height: 1.42857143;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.sjb-page .btn:focus,
.sjb-page .btn:active:focus,
.sjb-page .btn.active:focus,
.sjb-page .btn.focus,
.sjb-page .btn:active.focus,
.sjb-page .btn.active.focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.sjb-page a.btn {
border: 1px solid;
padding: 5px 10px;
text-decoration: none;
}
.sjb-page .alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid;
}
.sjb-page .alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d;
}
.sjb-page .alert-success hr {
border-top-color: #c9e2b3;
}
.sjb-page .alert-success .alert-link {
color: #2b542c;
}
.sjb-page .alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f;
}
.sjb-page .alert-info hr {
border-top-color: #a6e1ec;
}
.sjb-page .alert-info .alert-link {
color: #245269;
}
.sjb-page .alert-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b;
}
.sjb-page .alert-warning hr {
border-top-color: #f7e1b5;
}
.sjb-page .alert-warning .alert-link {
color: #66512c;
}
.sjb-page .alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
.sjb-page .alert-danger hr {
border-top-color: #e4b9c0;
}
.sjb-page .alert-danger .alert-link {
color: #843534;
}
.sjb-page .clearfix:before,
.sjb-page .clearfix:after,
.sjb-page .sjb-page .row:before,
.sjb-page .sjb-page .row:after {
content: " ";
display: table;
}
.sjb-page .clearfix:after,
.sjb-page .sjb-page .row:after {
clear: both;
}
.sjb-page .pull-right {
float: right !important;
}
.sjb-page .pull-left {
float: left !important;
}
@-ms-viewport {
width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table !important;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table !important;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table !important;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table !important;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table !important;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
} .iti {
position: relative;
display: inline-block;
}
.iti * {
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.iti__hide {
display: none;
}
.iti__v-hide {
visibility: hidden;
}
.iti input, .iti input[type=text], .iti input[type=tel] {
position: relative;
z-index: 0;
margin-top: 0 !important;
margin-bottom: 0 !important;
padding-right: 36px;
margin-right: 0;
}
.iti__flag-container {
position: absolute;
top: 0;
bottom: 0;
right: 0;
padding: 1px;
}
.iti__selected-flag {
z-index: 1;
position: relative;
display: flex;
height: 100%;
padding: 16px 6px 0 8px;
}
.iti__arrow {
margin-left: 6px;
width: 0;
height: 0;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-top: 4px solid #555;
}
.iti__arrow--up {
border-top: none;
border-bottom: 4px solid #555;
}
.iti__country-list {
position: absolute;
z-index: 2;
list-style: none;
text-align: left;
padding: 0;
margin: 0 0 0 -1px;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
background-color: white;
border: 1px solid #CCC;
white-space: nowrap;
max-height: 200px;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
bottom: 100%;
margin-bottom: -1px;
}
@media (max-width: 500px) {
.iti__country-list {
white-space: normal;
}
}
.iti__flag-box {
display: inline-block;
width: 20px;
}
.iti__divider {
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: 1px solid #CCC;
}
.iti__country {
padding: 5px 10px;
outline: none;
}
.iti__dial-code {
color: #999;
}
.iti__country.iti__highlight {
background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box, .iti__country-name, .iti__dial-code {
vertical-align: middle;
}
.iti__flag-box, .iti__country-name {
margin-right: 6px;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
padding-right: 6px;
padding-left: 52px;
margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
right: auto;
left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
margin-left: 6px;
}
.iti--container {
position: absolute;
top: -1000px;
left: -1000px;
z-index: 1060;
padding: 1px;
}
.iti--container:hover {
cursor: pointer;
}
.iti-mobile .iti--container {
top: 30px;
bottom: 30px;
left: 30px;
right: 30px;
position: fixed;
}
.iti-mobile .iti__country-list {
max-height: 100%;
width: 100%;
}
.iti-mobile .iti__country {
padding: 10px 10px;
line-height: 1.5em;
}
.iti__flag {
width: 20px;
}
.iti__flag.iti__be {
width: 18px;
}
.iti__flag.iti__ch {
width: 15px;
}
.iti__flag.iti__mc {
width: 19px;
}
.iti__flag.iti__ne {
width: 18px;
}
.iti__flag.iti__np {
width: 13px;
}
.iti__flag.iti__va {
width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.iti__flag {
background-size: 5652px 15px;
}
}
.iti__flag.iti__ac {
height: 10px;
background-position: 0px 0px;
}
.iti__flag.iti__ad {
height: 14px;
background-position: -22px 0px;
}
.iti__flag.iti__ae {
height: 10px;
background-position: -44px 0px;
}
.iti__flag.iti__af {
height: 14px;
background-position: -66px 0px;
}
.iti__flag.iti__ag {
height: 14px;
background-position: -88px 0px;
}
.iti__flag.iti__ai {
height: 10px;
background-position: -110px 0px;
}
.iti__flag.iti__al {
height: 15px;
background-position: -132px 0px;
}
.iti__flag.iti__am {
height: 10px;
background-position: -154px 0px;
}
.iti__flag.iti__ao {
height: 14px;
background-position: -176px 0px;
}
.iti__flag.iti__aq {
height: 14px;
background-position: -198px 0px;
}
.iti__flag.iti__ar {
height: 13px;
background-position: -220px 0px;
}
.iti__flag.iti__as {
height: 10px;
background-position: -242px 0px;
}
.iti__flag.iti__at {
height: 14px;
background-position: -264px 0px;
}
.iti__flag.iti__au {
height: 10px;
background-position: -286px 0px;
}
.iti__flag.iti__aw {
height: 14px;
background-position: -308px 0px;
}
.iti__flag.iti__ax {
height: 13px;
background-position: -330px 0px;
}
.iti__flag.iti__az {
height: 10px;
background-position: -352px 0px;
}
.iti__flag.iti__ba {
height: 10px;
background-position: -374px 0px;
}
.iti__flag.iti__bb {
height: 14px;
background-position: -396px 0px;
}
.iti__flag.iti__bd {
height: 12px;
background-position: -418px 0px;
}
.iti__flag.iti__be {
height: 15px;
background-position: -440px 0px;
}
.iti__flag.iti__bf {
height: 14px;
background-position: -460px 0px;
}
.iti__flag.iti__bg {
height: 12px;
background-position: -482px 0px;
}
.iti__flag.iti__bh {
height: 12px;
background-position: -504px 0px;
}
.iti__flag.iti__bi {
height: 12px;
background-position: -526px 0px;
}
.iti__flag.iti__bj {
height: 14px;
background-position: -548px 0px;
}
.iti__flag.iti__bl {
height: 14px;
background-position: -570px 0px;
}
.iti__flag.iti__bm {
height: 10px;
background-position: -592px 0px;
}
.iti__flag.iti__bn {
height: 10px;
background-position: -614px 0px;
}
.iti__flag.iti__bo {
height: 14px;
background-position: -636px 0px;
}
.iti__flag.iti__bq {
height: 14px;
background-position: -658px 0px;
}
.iti__flag.iti__br {
height: 14px;
background-position: -680px 0px;
}
.iti__flag.iti__bs {
height: 10px;
background-position: -702px 0px;
}
.iti__flag.iti__bt {
height: 14px;
background-position: -724px 0px;
}
.iti__flag.iti__bv {
height: 15px;
background-position: -746px 0px;
}
.iti__flag.iti__bw {
height: 14px;
background-position: -768px 0px;
}
.iti__flag.iti__by {
height: 10px;
background-position: -790px 0px;
}
.iti__flag.iti__bz {
height: 14px;
background-position: -812px 0px;
}
.iti__flag.iti__ca {
height: 10px;
background-position: -834px 0px;
}
.iti__flag.iti__cc {
height: 10px;
background-position: -856px 0px;
}
.iti__flag.iti__cd {
height: 15px;
background-position: -878px 0px;
}
.iti__flag.iti__cf {
height: 14px;
background-position: -900px 0px;
}
.iti__flag.iti__cg {
height: 14px;
background-position: -922px 0px;
}
.iti__flag.iti__ch {
height: 15px;
background-position: -944px 0px;
}
.iti__flag.iti__ci {
height: 14px;
background-position: -961px 0px;
}
.iti__flag.iti__ck {
height: 10px;
background-position: -983px 0px;
}
.iti__flag.iti__cl {
height: 14px;
background-position: -1005px 0px;
}
.iti__flag.iti__cm {
height: 14px;
background-position: -1027px 0px;
}
.iti__flag.iti__cn {
height: 14px;
background-position: -1049px 0px;
}
.iti__flag.iti__co {
height: 14px;
background-position: -1071px 0px;
}
.iti__flag.iti__cp {
height: 14px;
background-position: -1093px 0px;
}
.iti__flag.iti__cr {
height: 12px;
background-position: -1115px 0px;
}
.iti__flag.iti__cu {
height: 10px;
background-position: -1137px 0px;
}
.iti__flag.iti__cv {
height: 12px;
background-position: -1159px 0px;
}
.iti__flag.iti__cw {
height: 14px;
background-position: -1181px 0px;
}
.iti__flag.iti__cx {
height: 10px;
background-position: -1203px 0px;
}
.iti__flag.iti__cy {
height: 14px;
background-position: -1225px 0px;
}
.iti__flag.iti__cz {
height: 14px;
background-position: -1247px 0px;
}
.iti__flag.iti__de {
height: 12px;
background-position: -1269px 0px;
}
.iti__flag.iti__dg {
height: 10px;
background-position: -1291px 0px;
}
.iti__flag.iti__dj {
height: 14px;
background-position: -1313px 0px;
}
.iti__flag.iti__dk {
height: 15px;
background-position: -1335px 0px;
}
.iti__flag.iti__dm {
height: 10px;
background-position: -1357px 0px;
}
.iti__flag.iti__do {
height: 14px;
background-position: -1379px 0px;
}
.iti__flag.iti__dz {
height: 14px;
background-position: -1401px 0px;
}
.iti__flag.iti__ea {
height: 14px;
background-position: -1423px 0px;
}
.iti__flag.iti__ec {
height: 14px;
background-position: -1445px 0px;
}
.iti__flag.iti__ee {
height: 13px;
background-position: -1467px 0px;
}
.iti__flag.iti__eg {
height: 14px;
background-position: -1489px 0px;
}
.iti__flag.iti__eh {
height: 10px;
background-position: -1511px 0px;
}
.iti__flag.iti__er {
height: 10px;
background-position: -1533px 0px;
}
.iti__flag.iti__es {
height: 14px;
background-position: -1555px 0px;
}
.iti__flag.iti__et {
height: 10px;
background-position: -1577px 0px;
}
.iti__flag.iti__eu {
height: 14px;
background-position: -1599px 0px;
}
.iti__flag.iti__fi {
height: 12px;
background-position: -1621px 0px;
}
.iti__flag.iti__fj {
height: 10px;
background-position: -1643px 0px;
}
.iti__flag.iti__fk {
height: 10px;
background-position: -1665px 0px;
}
.iti__flag.iti__fm {
height: 11px;
background-position: -1687px 0px;
}
.iti__flag.iti__fo {
height: 15px;
background-position: -1709px 0px;
}
.iti__flag.iti__fr {
height: 14px;
background-position: -1731px 0px;
}
.iti__flag.iti__ga {
height: 15px;
background-position: -1753px 0px;
}
.iti__flag.iti__gb {
height: 10px;
background-position: -1775px 0px;
}
.iti__flag.iti__gd {
height: 12px;
background-position: -1797px 0px;
}
.iti__flag.iti__ge {
height: 14px;
background-position: -1819px 0px;
}
.iti__flag.iti__gf {
height: 14px;
background-position: -1841px 0px;
}
.iti__flag.iti__gg {
height: 14px;
background-position: -1863px 0px;
}
.iti__flag.iti__gh {
height: 14px;
background-position: -1885px 0px;
}
.iti__flag.iti__gi {
height: 10px;
background-position: -1907px 0px;
}
.iti__flag.iti__gl {
height: 14px;
background-position: -1929px 0px;
}
.iti__flag.iti__gm {
height: 14px;
background-position: -1951px 0px;
}
.iti__flag.iti__gn {
height: 14px;
background-position: -1973px 0px;
}
.iti__flag.iti__gp {
height: 14px;
background-position: -1995px 0px;
}
.iti__flag.iti__gq {
height: 14px;
background-position: -2017px 0px;
}
.iti__flag.iti__gr {
height: 14px;
background-position: -2039px 0px;
}
.iti__flag.iti__gs {
height: 10px;
background-position: -2061px 0px;
}
.iti__flag.iti__gt {
height: 13px;
background-position: -2083px 0px;
}
.iti__flag.iti__gu {
height: 11px;
background-position: -2105px 0px;
}
.iti__flag.iti__gw {
height: 10px;
background-position: -2127px 0px;
}
.iti__flag.iti__gy {
height: 12px;
background-position: -2149px 0px;
}
.iti__flag.iti__hk {
height: 14px;
background-position: -2171px 0px;
}
.iti__flag.iti__hm {
height: 10px;
background-position: -2193px 0px;
}
.iti__flag.iti__hn {
height: 10px;
background-position: -2215px 0px;
}
.iti__flag.iti__hr {
height: 10px;
background-position: -2237px 0px;
}
.iti__flag.iti__ht {
height: 12px;
background-position: -2259px 0px;
}
.iti__flag.iti__hu {
height: 10px;
background-position: -2281px 0px;
}
.iti__flag.iti__ic {
height: 14px;
background-position: -2303px 0px;
}
.iti__flag.iti__id {
height: 14px;
background-position: -2325px 0px;
}
.iti__flag.iti__ie {
height: 10px;
background-position: -2347px 0px;
}
.iti__flag.iti__il {
height: 15px;
background-position: -2369px 0px;
}
.iti__flag.iti__im {
height: 10px;
background-position: -2391px 0px;
}
.iti__flag.iti__in {
height: 14px;
background-position: -2413px 0px;
}
.iti__flag.iti__io {
height: 10px;
background-position: -2435px 0px;
}
.iti__flag.iti__iq {
height: 14px;
background-position: -2457px 0px;
}
.iti__flag.iti__ir {
height: 12px;
background-position: -2479px 0px;
}
.iti__flag.iti__is {
height: 15px;
background-position: -2501px 0px;
}
.iti__flag.iti__it {
height: 14px;
background-position: -2523px 0px;
}
.iti__flag.iti__je {
height: 12px;
background-position: -2545px 0px;
}
.iti__flag.iti__jm {
height: 10px;
background-position: -2567px 0px;
}
.iti__flag.iti__jo {
height: 10px;
background-position: -2589px 0px;
}
.iti__flag.iti__jp {
height: 14px;
background-position: -2611px 0px;
}
.iti__flag.iti__ke {
height: 14px;
background-position: -2633px 0px;
}
.iti__flag.iti__kg {
height: 12px;
background-position: -2655px 0px;
}
.iti__flag.iti__kh {
height: 13px;
background-position: -2677px 0px;
}
.iti__flag.iti__ki {
height: 10px;
background-position: -2699px 0px;
}
.iti__flag.iti__km {
height: 12px;
background-position: -2721px 0px;
}
.iti__flag.iti__kn {
height: 14px;
background-position: -2743px 0px;
}
.iti__flag.iti__kp {
height: 10px;
background-position: -2765px 0px;
}
.iti__flag.iti__kr {
height: 14px;
background-position: -2787px 0px;
}
.iti__flag.iti__kw {
height: 10px;
background-position: -2809px 0px;
}
.iti__flag.iti__ky {
height: 10px;
background-position: -2831px 0px;
}
.iti__flag.iti__kz {
height: 10px;
background-position: -2853px 0px;
}
.iti__flag.iti__la {
height: 14px;
background-position: -2875px 0px;
}
.iti__flag.iti__lb {
height: 14px;
background-position: -2897px 0px;
}
.iti__flag.iti__lc {
height: 10px;
background-position: -2919px 0px;
}
.iti__flag.iti__li {
height: 12px;
background-position: -2941px 0px;
}
.iti__flag.iti__lk {
height: 10px;
background-position: -2963px 0px;
}
.iti__flag.iti__lr {
height: 11px;
background-position: -2985px 0px;
}
.iti__flag.iti__ls {
height: 14px;
background-position: -3007px 0px;
}
.iti__flag.iti__lt {
height: 12px;
background-position: -3029px 0px;
}
.iti__flag.iti__lu {
height: 12px;
background-position: -3051px 0px;
}
.iti__flag.iti__lv {
height: 10px;
background-position: -3073px 0px;
}
.iti__flag.iti__ly {
height: 10px;
background-position: -3095px 0px;
}
.iti__flag.iti__ma {
height: 14px;
background-position: -3117px 0px;
}
.iti__flag.iti__mc {
height: 15px;
background-position: -3139px 0px;
}
.iti__flag.iti__md {
height: 10px;
background-position: -3160px 0px;
}
.iti__flag.iti__me {
height: 10px;
background-position: -3182px 0px;
}
.iti__flag.iti__mf {
height: 14px;
background-position: -3204px 0px;
}
.iti__flag.iti__mg {
height: 14px;
background-position: -3226px 0px;
}
.iti__flag.iti__mh {
height: 11px;
background-position: -3248px 0px;
}
.iti__flag.iti__mk {
height: 10px;
background-position: -3270px 0px;
}
.iti__flag.iti__ml {
height: 14px;
background-position: -3292px 0px;
}
.iti__flag.iti__mm {
height: 14px;
background-position: -3314px 0px;
}
.iti__flag.iti__mn {
height: 10px;
background-position: -3336px 0px;
}
.iti__flag.iti__mo {
height: 14px;
background-position: -3358px 0px;
}
.iti__flag.iti__mp {
height: 10px;
background-position: -3380px 0px;
}
.iti__flag.iti__mq {
height: 14px;
background-position: -3402px 0px;
}
.iti__flag.iti__mr {
height: 14px;
background-position: -3424px 0px;
}
.iti__flag.iti__ms {
height: 10px;
background-position: -3446px 0px;
}
.iti__flag.iti__mt {
height: 14px;
background-position: -3468px 0px;
}
.iti__flag.iti__mu {
height: 14px;
background-position: -3490px 0px;
}
.iti__flag.iti__mv {
height: 14px;
background-position: -3512px 0px;
}
.iti__flag.iti__mw {
height: 14px;
background-position: -3534px 0px;
}
.iti__flag.iti__mx {
height: 12px;
background-position: -3556px 0px;
}
.iti__flag.iti__my {
height: 10px;
background-position: -3578px 0px;
}
.iti__flag.iti__mz {
height: 14px;
background-position: -3600px 0px;
}
.iti__flag.iti__na {
height: 14px;
background-position: -3622px 0px;
}
.iti__flag.iti__nc {
height: 10px;
background-position: -3644px 0px;
}
.iti__flag.iti__ne {
height: 15px;
background-position: -3666px 0px;
}
.iti__flag.iti__nf {
height: 10px;
background-position: -3686px 0px;
}
.iti__flag.iti__ng {
height: 10px;
background-position: -3708px 0px;
}
.iti__flag.iti__ni {
height: 12px;
background-position: -3730px 0px;
}
.iti__flag.iti__nl {
height: 14px;
background-position: -3752px 0px;
}
.iti__flag.iti__no {
height: 15px;
background-position: -3774px 0px;
}
.iti__flag.iti__np {
height: 15px;
background-position: -3796px 0px;
}
.iti__flag.iti__nr {
height: 10px;
background-position: -3811px 0px;
}
.iti__flag.iti__nu {
height: 10px;
background-position: -3833px 0px;
}
.iti__flag.iti__nz {
height: 10px;
background-position: -3855px 0px;
}
.iti__flag.iti__om {
height: 10px;
background-position: -3877px 0px;
}
.iti__flag.iti__pa {
height: 14px;
background-position: -3899px 0px;
}
.iti__flag.iti__pe {
height: 14px;
background-position: -3921px 0px;
}
.iti__flag.iti__pf {
height: 14px;
background-position: -3943px 0px;
}
.iti__flag.iti__pg {
height: 15px;
background-position: -3965px 0px;
}
.iti__flag.iti__ph {
height: 10px;
background-position: -3987px 0px;
}
.iti__flag.iti__pk {
height: 14px;
background-position: -4009px 0px;
}
.iti__flag.iti__pl {
height: 13px;
background-position: -4031px 0px;
}
.iti__flag.iti__pm {
height: 14px;
background-position: -4053px 0px;
}
.iti__flag.iti__pn {
height: 10px;
background-position: -4075px 0px;
}
.iti__flag.iti__pr {
height: 14px;
background-position: -4097px 0px;
}
.iti__flag.iti__ps {
height: 10px;
background-position: -4119px 0px;
}
.iti__flag.iti__pt {
height: 14px;
background-position: -4141px 0px;
}
.iti__flag.iti__pw {
height: 13px;
background-position: -4163px 0px;
}
.iti__flag.iti__py {
height: 11px;
background-position: -4185px 0px;
}
.iti__flag.iti__qa {
height: 8px;
background-position: -4207px 0px;
}
.iti__flag.iti__re {
height: 14px;
background-position: -4229px 0px;
}
.iti__flag.iti__ro {
height: 14px;
background-position: -4251px 0px;
}
.iti__flag.iti__rs {
height: 14px;
background-position: -4273px 0px;
}
.iti__flag.iti__ru {
height: 14px;
background-position: -4295px 0px;
}
.iti__flag.iti__rw {
height: 14px;
background-position: -4317px 0px;
}
.iti__flag.iti__sa {
height: 14px;
background-position: -4339px 0px;
}
.iti__flag.iti__sb {
height: 10px;
background-position: -4361px 0px;
}
.iti__flag.iti__sc {
height: 10px;
background-position: -4383px 0px;
}
.iti__flag.iti__sd {
height: 10px;
background-position: -4405px 0px;
}
.iti__flag.iti__se {
height: 13px;
background-position: -4427px 0px;
}
.iti__flag.iti__sg {
height: 14px;
background-position: -4449px 0px;
}
.iti__flag.iti__sh {
height: 10px;
background-position: -4471px 0px;
}
.iti__flag.iti__si {
height: 10px;
background-position: -4493px 0px;
}
.iti__flag.iti__sj {
height: 15px;
background-position: -4515px 0px;
}
.iti__flag.iti__sk {
height: 14px;
background-position: -4537px 0px;
}
.iti__flag.iti__sl {
height: 14px;
background-position: -4559px 0px;
}
.iti__flag.iti__sm {
height: 15px;
background-position: -4581px 0px;
}
.iti__flag.iti__sn {
height: 14px;
background-position: -4603px 0px;
}
.iti__flag.iti__so {
height: 14px;
background-position: -4625px 0px;
}
.iti__flag.iti__sr {
height: 14px;
background-position: -4647px 0px;
}
.iti__flag.iti__ss {
height: 10px;
background-position: -4669px 0px;
}
.iti__flag.iti__st {
height: 10px;
background-position: -4691px 0px;
}
.iti__flag.iti__sv {
height: 12px;
background-position: -4713px 0px;
}
.iti__flag.iti__sx {
height: 14px;
background-position: -4735px 0px;
}
.iti__flag.iti__sy {
height: 14px;
background-position: -4757px 0px;
}
.iti__flag.iti__sz {
height: 14px;
background-position: -4779px 0px;
}
.iti__flag.iti__ta {
height: 10px;
background-position: -4801px 0px;
}
.iti__flag.iti__tc {
height: 10px;
background-position: -4823px 0px;
}
.iti__flag.iti__td {
height: 14px;
background-position: -4845px 0px;
}
.iti__flag.iti__tf {
height: 14px;
background-position: -4867px 0px;
}
.iti__flag.iti__tg {
height: 13px;
background-position: -4889px 0px;
}
.iti__flag.iti__th {
height: 14px;
background-position: -4911px 0px;
}
.iti__flag.iti__tj {
height: 10px;
background-position: -4933px 0px;
}
.iti__flag.iti__tk {
height: 10px;
background-position: -4955px 0px;
}
.iti__flag.iti__tl {
height: 10px;
background-position: -4977px 0px;
}
.iti__flag.iti__tm {
height: 14px;
background-position: -4999px 0px;
}
.iti__flag.iti__tn {
height: 14px;
background-position: -5021px 0px;
}
.iti__flag.iti__to {
height: 10px;
background-position: -5043px 0px;
}
.iti__flag.iti__tr {
height: 14px;
background-position: -5065px 0px;
}
.iti__flag.iti__tt {
height: 12px;
background-position: -5087px 0px;
}
.iti__flag.iti__tv {
height: 10px;
background-position: -5109px 0px;
}
.iti__flag.iti__tw {
height: 14px;
background-position: -5131px 0px;
}
.iti__flag.iti__tz {
height: 14px;
background-position: -5153px 0px;
}
.iti__flag.iti__ua {
height: 14px;
background-position: -5175px 0px;
}
.iti__flag.iti__ug {
height: 14px;
background-position: -5197px 0px;
}
.iti__flag.iti__um {
height: 11px;
background-position: -5219px 0px;
}
.iti__flag.iti__un {
height: 14px;
background-position: -5241px 0px;
}
.iti__flag.iti__us {
height: 11px;
background-position: -5263px 0px;
}
.iti__flag.iti__uy {
height: 14px;
background-position: -5285px 0px;
}
.iti__flag.iti__uz {
height: 10px;
background-position: -5307px 0px;
}
.iti__flag.iti__va {
height: 15px;
background-position: -5329px 0px;
}
.iti__flag.iti__vc {
height: 14px;
background-position: -5346px 0px;
}
.iti__flag.iti__ve {
height: 14px;
background-position: -5368px 0px;
}
.iti__flag.iti__vg {
height: 10px;
background-position: -5390px 0px;
}
.iti__flag.iti__vi {
height: 14px;
background-position: -5412px 0px;
}
.iti__flag.iti__vn {
height: 14px;
background-position: -5434px 0px;
}
.iti__flag.iti__vu {
height: 12px;
background-position: -5456px 0px;
}
.iti__flag.iti__wf {
height: 14px;
background-position: -5478px 0px;
}
.iti__flag.iti__ws {
height: 10px;
background-position: -5500px 0px;
}
.iti__flag.iti__xk {
height: 15px;
background-position: -5522px 0px;
}
.iti__flag.iti__ye {
height: 14px;
background-position: -5544px 0px;
}
.iti__flag.iti__yt {
height: 14px;
background-position: -5566px 0px;
}
.iti__flag.iti__za {
height: 14px;
background-position: -5588px 0px;
}
.iti__flag.iti__zm {
height: 14px;
background-position: -5610px 0px;
}
.iti__flag.iti__zw {
height: 10px;
background-position: -5632px 0px;
}
.iti__flag {
height: 15px;
box-shadow: 0px 0px 1px 0px #888;
background-image: url(//www.axisrooms.com/wp-content/plugins/simple-job-board/public/images/flags.png);
background-repeat: no-repeat;
background-color: #DBDBDB;
background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.iti__flag {
background-image: url(//www.axisrooms.com/wp-content/plugins/simple-job-board/public/images/flags@2x.png);
}
}
.iti__flag.iti__np {
background-color: transparent;
}  .sjb-page ::-moz-selection {
background: #3297fa;
color: #fff;
}
.sjb-page ::selection {
background: #3297fa;
color: #fff;
}
.sjb-page .list-data article,
.sjb-page .list-data footer,
.sjb-page .list-data header,
.sjb-page .list-data section {
display: block;
}
.sjb-page a {
outline: none;
text-decoration: none;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.sjb-page a:hover,
.sjb-page a:focus {
outline: none;
text-decoration: none;
}
.sjb-page .btn {
border: 1px solid;
outline: none;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.sjb-page img {
height: auto;
max-width: 100%;
} .sjb-page .sjb-filters.sjb-filters-v1 {
background-color: #f2f2f2;
border: 0;
margin: 30px 0 15px;
padding: 30px 30px 15px 30px;
overflow: hidden;
}
.sjb-page .sjb-filters.sjb-filters-v1 .form-control {
border: 1px solid #e1e1e1;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
color: #666;
font-size: 16px;
height: 40px;
}
.sjb-page .sjb-filters.sjb-filters-v1 .form-control::-moz-placeholder {
color: #a4a4a4;
opacity: 1;
}
.sjb-page .sjb-filters.sjb-filters-v1 .form-control:-ms-input-placeholder {
color: #a4a4a4;
}
.sjb-page .sjb-filters.sjb-filters-v1 .form-control::-webkit-input-placeholder {
color: #a4a4a4;
}
.sjb-page .sjb-filters.sjb-filters-v1 .form-control:focus {
border-color: #e1e1e1;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
outline: 0 none;
}
.sjb-page .sjb-filters.sjb-filters-v1 select {
-webkit-appearance: inherit;
-moz-appearance: inherit;
appearance: inherit;
background: #fff url(//www.axisrooms.com/wp-content/plugins/simple-job-board/public/images/select-arrow.png) no-repeat center right 10px;
}
.sjb-page .sjb-filters.sjb-filters-v1 select::-ms-expand {
display: none;
}
.sjb-page .sjb-filters.sjb-filters-v1 .btn-search {
border: 1px solid;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
font-family: "Font Awesome 5 Free" !important;
font-weight: 600;
font-size: 20px;
height: 40px;
margin-bottom: 0;
padding: 0;
width: 100%;
} .sjb-page .sjb-filters.sjb-filters-v2 {
background-color: #f2f2f2;
border: 0;
margin: 30px 0 15px;
padding: 30px 30px 15px 30px;
overflow: hidden;
}
.sjb-page .sjb-filters.sjb-filters-v2 .form-control {
border: 1px solid #c1c1c1;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
color: #777777;
font-size: 16px;
height: 40px;
}
.sjb-page .sjb-filters.sjb-filters-v2 .form-control::-moz-placeholder {
color: #777777;
opacity: 1;
}
.sjb-page .sjb-filters.sjb-filters-v2 .form-control:-ms-input-placeholder {
color: #777777;
}
.sjb-page .sjb-filters.sjb-filters-v2 .form-control::-webkit-input-placeholder {
color: #777777;
}
.sjb-page .sjb-filters.sjb-filters-v2 .form-control:focus {
border-color: #e1e1e1;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
outline: 0 none;
}
.sjb-page .sjb-filters.sjb-filters-v2 select {
-webkit-appearance: inherit;
-moz-appearance: inherit;
appearance: inherit;
background: #fff url(//www.axisrooms.com/wp-content/plugins/simple-job-board/public/images/select-arrow.png) no-repeat center right 10px;
}
.sjb-page .sjb-filters.sjb-filters-v2 select::-ms-expand {
display: none;
}
.sjb-page .sjb-filters.sjb-filters-v2 .btn-search {
border: 1px solid;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
font-family: "Font Awesome 5 Free" !important;
font-weight: 600;
font-size: 20px;
height: 40px;
margin-bottom: 0;
padding: 0;
width: 100%;
outline: none;
}
.sjb-page .sjb-filters.sjb-filters-v2 .btn-search:hover,
.sjb-page .sjb-filters.sjb-filters-v2 .btn-search:focus {
outline: none;
}
.sjb-page .pagination {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
float: left;
margin: 15px 0 0 0;
padding: 0;
width: 100%;
box-shadow: none;
position: relative;
border: none;
}
.sjb-page .pagination:before,
.sjb-page .pagination:after {
background-color: transparent;
}
.sjb-page .pagination li {
display: inline-block;
vertical-align: middle;
line-height: 20px;
margin-right: 2px;
}
.sjb-page .pagination li a {
background-color: #e1e1e1;
color: #3b3a3c;
margin: 0;
padding: 8px 16px;
text-align: center;
text-decoration: none;
}
.sjb-page .pagination li a:before,
.sjb-page .pagination li a:after {
height: auto;
width: auto;
content: none;
display: block;
vertical-align: middle;
}
@media (max-width: 767px) {
.sjb-page .pagination li a {
margin: 0 3px;
text-align: center;
}
}
.sjb-page .pagination li a:hover {
background-color: #3b3a3c;
color: #fff;
}
.sjb-page .pagination li span {
border: none;
color: #3b3a3c;
margin: 0;
padding: 8px 16px;
text-align: center;
}
.sjb-page .pagination li span:before,
.sjb-page .pagination li span:after {
content: none;
display: block;
}
@media (max-width: 767px) {
.sjb-page .pagination li span {
text-align: center;
}
}
.sjb-page .pagination li span:hover {
color: #fff;
background-color: #3b3a3c;
}
.sjb-page .pagination li span.current {
color: #fff;
background-color: #3b3a3c;
}
.sjb-page .pagination li span.current:hover {
color: #fff;
background-color: #3b3a3c;
}
.sjb-page .pagination li:first-child a,
.sjb-page .pagination li:first-child span {
margin-left: 0;
}
.sjb-page .pagination li:last-child a,
.sjb-page .pagination li:last-child span {
margin-right: 0;
}
.sjb-page .pagination li:before {
content: none;
}
.ui-datepicker {
border: 1px solid #e1e1e1;
color: #666;
font-family: "Roboto", sans-serif;
z-index: 10000 !important;
}
.ui-datepicker .ui-datepicker-header {
background: #f2f2f2;
border: 1px solid #e1e1e1;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
border: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
top: 3px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-hover {
background: #c8c8c8;
border: 1px solid #c8c8c8;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
left: 3px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
right: 3px;
}
.ui-datepicker .ui-datepicker-title select {
border: 1px solid #e1e1e1;
color: #666;
font-family: "Roboto", sans-serif;
font-size: 16px;
}
.ui-datepicker .ui-state-default {
background: #f2f2f2;
border: 1px solid #e1e1e1;
}
.ui-datepicker .ui-state-highlight {
background: #3297fa;
border: 1px solid #3297fa;
color: #fff;
}
.ui-datepicker .ui-state-hover {
background: #067ef3;
border: 1px solid #067ef3;
color: #fff;
}
.ui-datepicker table {
font-size: 14px;
}
.ui-datepicker table td a,
.ui-datepicker table td span {
text-align: center;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
width: 100% !important;
} .sjb-page .no-job-listing {
font-size: 16px;
text-align: center;
margin-bottom: 10px;
}
.sjb-page .list-data .v2 {
background: #fff;
border: 1px solid #ccc;
float: left;
margin: 15px 0;
width: 100%;
padding-bottom: 15px;
}
.sjb-page .list-data .v2 .company-logo {
float: left;
width: 78px;
max-width: 200px;
margin-right: 10px;
}
.sjb-page .list-data .v2 .sjb-with-logo .job-info {
margin-left: 20px;
}
.sjb-page .list-data .v2 .sjb-with-logo .job-info.job-without-company {
float: left;
margin-left: 20px;
margin-top: 10px;
}
.sjb-page .list-data .v2 .sjb-with-logo {
float: left;
}
.sjb-page .list-data .v2 .sjb-with-logo .job-detail h3 {
margin-top: 0;
margin-bottom: 0;
line-height: auto;
}
.sjb-page .list-data .v2 .sjb-with-logo .sjb-company-tagline .company-tagline {
margin-bottom: 0;
}
.sjb-page .list-data .v2 .header-margin-top {
margin-top: 16px;
margin-bottom: 16px;
}
@media (max-width: 991px) {
.sjb-page .list-data .v2 .header-margin-top {
margin-top: 19px;
}
}
@media (max-width: 767px) {
.sjb-page .list-data .v2 .header-margin-top {
margin-top: 0;
}
}
.sjb-page .list-data .v2 .job-info h4 {
color: #3b3a3c;
font-size: 16px;
margin: 0;
padding: 0;
word-wrap: break-word;
}
.sjb-page .list-data .v2 .job-info h4 a {
color: #3b3a3c;
font-size: 16px;
word-wrap: break-word;
}
.sjb-page .list-data .v2 .job-info h4 a:hover {
color: #3297fa;
}
.sjb-page .list-data .v2 .job-description {
float: left;
width: 100%;
border-top: 0;
padding-left: 5px;
padding-right: 5px;
}
.sjb-page .list-data .v2 .job-description-list {
float: left;
width: 100%;
padding: 0 20px;
}
.sjb-page .list-data .v2 .job-description p {
font-size: 16px;
margin: 0 0 15px;
word-wrap: break-word;
}
.sjb-page .list-data .v2 .job-type,
.sjb-page .list-data .v2 .job-location,
.sjb-page .list-data .v2 .job-date {
font-size: 14px;
word-wrap: break-word;
}
.sjb-page .list-data .v2 .job-type i,
.sjb-page .list-data .v2 .job-location i,
.sjb-page .list-data .v2 .job-date i {
color: #3b3a3c;
margin-right: 5px;
}
.sjb-page .sjb-listing .list-view .no-job-listing p {
font-size: 16px;
}
.sjb-page .sjb-listing .grid-view .no-job-listing p {
font-size: 16px;
}
.sjb-page .sjb-listing .grid-item .list-data .v2 {
padding: 20px;
}
.sjb-page .sjb-listing .grid-item .list-data .v2 .job-info {
margin-left: 20px;
}
.sjb-page .sjb-listing .grid-item .list-data .v2 .job-company {
margin-left: 20px;
}
@media (max-width: 767px){
.sjb-page .sjb-listing .grid-item .list-data .v2 .job-company {
margin-left: 0;
}
.sjb-page .sjb-listing .grid-item .list-data .v2 .job-info{
margin-left: 0;
}
}
.sjb-page .sjb-listing .grid-item .list-data .v2 .company-logo{
margin-bottom: 10px;
}
.sjb-page .sjb-listing .grid-item .list-data .v2 .job-description{
margin-top: 10px;
}
.sjb-page .sjb-listing .grid-item .list-data .v2 .job-company i{
margin-right: 10px;
}
.sjb-page .sjb-listing .grid-item .list-data .v2 .btn {
border-radius: 0;
color: #fff;
padding: 10px 20px;
margin-right: 5px;
}
.sjb-page .grid-item .list-data .v2 .job-type,
.sjb-page .grid-item .list-data .v2 .job-location,
.sjb-page .grid-item .list-data .v2 .job-date {
margin: 5px 0;
}
.sjb-page .sjb-listing .grid-view .row .grid-item:nth-child(3n + 1) {
clear: left;
}
@media (min-width: 768px) and (max-width: 991px) {
.sjb-page .sjb-listing .grid-view .row .grid-item:nth-child(3n + 1) {
clear: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.sjb-page .sjb-listing .grid-view .row .grid-item:nth-child(2n + 1) {
clear: left;
}
} .sjb-page .sjb-detail .list-data .v2 {
border: 0;
margin: 0;
padding: 0;
}
.sjb-page .sjb-detail .list-data .v2 .job-detail {
}
.sjb-page .sjb-detail .list-data .v2 .job-detail h3 {
color: #3297fa;
font-weight: 500;
font-size: 24px;
}
@media (min-width: 1200px) {
.sjb-page .sjb-detail .list-data .v2 .job-info-margin {
margin: 0 0 10px 27px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.sjb-page .sjb-detail .list-data .v2 .job-info-margin {
margin: 0 0 10px 44px;
}
}
.sjb-page .sjb-detail .list-data .v2 h3 {
font-size: 17px;
margin: 15px 0;
font-weight: bold;
}
.sjb-page .sjb-detail .list-data .v2 ul {
list-style: none;
margin: 10px 0;
padding: 0;
}
.sjb-page .sjb-detail .list-data .v2 ul li {
font-size: 16px;
line-height: 24px;
padding-left: 15px;
position: relative;
}
.sjb-page .sjb-detail .list-data .v2 .list-data .v2 .job-features {
float: left;
width: 100%;
}
.sjb-page .sjb-detail .list-data .v2 .job-features .table {
font-size: 16px;
font-weight: 400;
border-top: 1px solid #c1c1c1;
margin-top: 15px;
}
.sjb-page .sjb-detail .list-data .v2 .job-features .table td {
border-top: 1px solid #c1c1c1;
padding: 10px 15px;
width: 70%;
}
.sjb-page .sjb-detail .list-data .v2 .job-features .table td:first-child {
border-right: 1px solid #c1c1c1;
padding-left: 0;
width: 30%;
}
.sjb-page .sjb-detail .list-data .v2 .job-features .table tr:first-child td {
border-top: 0;
}
.sjb-page .sjb-detail .list-data .v2 .job-features .table tr:last-child td {
border-bottom: 1px solid #c1c1c1;
}
@media (min-width: 768px){
.sjb-page .sjb-detail .list-data .v2 .job-features .row {
display: flex;
flex-flow: row wrap;
}
}
.sjb-page .sjb-detail .list-data .v2 .job-features .sjb-title-value h4 {
color: #000000;
}
.sjb-page .sjb-detail .list-data .v2 .job-features .sjb-title-value h4 i {
width: 30px;
}
.sjb-page .sjb-detail .list-data .v2 .job-features .sjb-title-value p{
margin-left: 35px;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form {
float: left;
width: 100%;
position: relative;
}  .sjb-page input[type="text"]:focus,
.sjb-page input[type="email"]:focus,
.sjb-page input[type="tel"]:focus,
.sjb-page input[type="date"]:focus,
.sjb-page input[type="file"]:focus,
.sjb-page select:focus,
.sjb-page textarea:focus,
.sjb-page input[type="radio"]:focus,
.sjb-page input[type="checkbox"]:focus {
outline: 2px auto #1f1d1d !important;
outline-offset: 1px !important;
} 
.file:focus-within {
outline: 2px auto #1f1d1d !important;
outline-offset: 1px !important;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form h3 {
margin: 15px 0;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .sjb-loading {
display: none;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .sjb-loading .sjb-overlay {
background: rgba(255, 255, 255, 0.7);
position: absolute;
top: 0;
height: 100%;
width: 100%;
z-index: 9999;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .sjb-loading .sjb-loader-wrapper {
text-align: center;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .sjb-loading .sjb-loader {
position: absolute;
width: 79px;
height: auto;
z-index: 9;
margin-top: -30px;
top: 50%;
left: auto;
right: auto;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form textarea.form-control {
min-height: 100px;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form label {
font-size: 16px;
font-weight: 400;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form label.small {
margin-right: 15px;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form label.small input {
margin-right: 5px;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .required {
color: #f00;
font-size: 16px;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .form-box {
padding: 0;
border: 1px solid #e1e1e1;
margin-bottom: 20px;
float: left;
width: 100%;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .form-box label span {
color: red;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .form-box textarea {
width: 100%;
height: auto;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .form-control {
font-size: 16px;
height: 40px;
border-radius: 0;
border: 1px solid #c1c1c1;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .form-control:hover {
border-color: #3297fa;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .iti {
z-index: 9;
width: 100%;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .iti .iti__flag-container:hover + .form-control {
border-color: #3297fa;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .file {
background: #fff;
border: 1px solid #c1c1c1;
border-radius: 0;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
font-size: 16px;
height: 40px;
line-height: 1.42857;
padding: 8px 12px;
position: relative;
text-align: left;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
width: 100%;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .file div {
background: #6e6e6e;
border-radius: 0;
color: #fff;
font-size: 12px;
height: 26px;
padding: 5px 12px;
position: absolute;
right: 6px;
text-align: center;
top: 6px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .file input[type="file"] {
left: 0;
position: absolute;
top: 0;
z-index: 100;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .file:hover {
border-color: #6e6e6e;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .file:hover div {
background: #6e6e6e;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .validity-note {
color: #f00;
display: none;
font-size: 14px;
font-style: italic;
margin-left: 10px;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .app-submit {
margin: 5px 0px 20px 0px;
display: block;
padding: 7px 30px;
border-radius: 0;
float: right;
}
.sjb-page .sjb-detail .list-data .v1 {
border: 0;
margin: 0;
padding: 0;
}
.sjb-page .sjb-detail .list-data .v1 .job-detail {
margin: 0 0 20px;
}
.sjb-page .sjb-detail .list-data .v1 .job-detail h3 {
color: #6e6e6e;
font-weight: 500;
font-size: 24px;
}
@media (min-width: 1200px) {
.sjb-page .sjb-detail .list-data .v1 .job-info-margin {
margin: 0 0 10px 27px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.sjb-page .sjb-detail .list-data .v1 .job-info-margin {
margin: 0 0 10px 44px;
}
}
.sjb-page .sjb-detail .list-data .v1 .company-tagline {
margin: 0 0 20px;
}
.sjb-page .sjb-detail .list-data .v1 h3 {
margin: 17px 0;
font-weight: bold;
}
.sjb-page .sjb-detail .list-data .v1 ul {
list-style: none;
margin: 0 0 12px;
padding: 0;
}
.sjb-page .sjb-detail .list-data .v1 ul li {
font-size: 16px;
line-height: 24px;
padding-left: 15px;
position: relative;
}
.sjb-page .sjb-detail  ul li::before {
content: "\f101";
font-family: "Font Awesome 5 Free";
font-weight: 600;
font-size: 12px;
left: 0;
position: absolute;
top: 0;
}
.sjb-page .sjb-detail .list-data .v1 .job-features {
float: left;
width: 100%;
}
.sjb-page .sjb-detail .list-data .v1 .job-features .table {
font-size: 16px;
font-weight: 400;
}
.sjb-page .sjb-detail .list-data .v1 .job-features .table td {
border-top: 1px solid #e1e1e1;
padding: 10px 15px;
width: 70%;
}
.sjb-page .sjb-detail .list-data .v1 .job-features .table td:first-child {
border-right: 1px solid #e1e1e1;
padding-left: 0;
width: 30%;
}
.sjb-page .sjb-detail .list-data .v1 .job-features .table tr:first-child td {
border-top: 0;
}
.sjb-page .sjb-detail .list-data .v1 .job-features .table tr:last-child td {
border-bottom: 1px solid #e1e1e1;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form {
float: left;
width: 100%;
position: relative;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .sjb-loading {
display: none;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .sjb-loading .sjb-overlay {
background: rgba(255, 255, 255, 0.7);
position: absolute;
top: 0;
height: 100%;
width: 100%;
z-index: 9;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .sjb-loading .sjb-loader-wrapper {
text-align: center;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .sjb-loading .sjb-loader {
position: absolute;
width: 79px;
height: auto;
z-index: 9;
margin-top: -30px;
top: 50%;
left: auto;
right: auto;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form textarea.form-control {
min-height: 100px;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form label {
margin-top: 10px !important;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form label.small {
margin-right: 15px;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form label.small input {
margin-right: 5px;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .required {
color: #f00;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .form-box {
padding: 0;
border: 1px solid #e1e1e1;
margin-bottom: 20px;
float: left;
width: 100%;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .form-box h3 {
margin-left: 15px;
margin-right: 15px;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .form-box label span {
color: red;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .form-box textarea {
width: 100%;
height: auto;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .form-control {
height: 46px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .iti {
z-index: 9;
width: 100%;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .file {
background: #fff;
border: 1px solid #e1e1e1;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
font-size: 16px;
height: 46px;
line-height: 1.42857;
padding: 10px 12px;
position: relative;
text-align: left;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
width: 100%;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .file div {
background: #e6e6e6;
border: 1px solid #a2a2a2;
border-radius: 4px;
font-size: 14px;
height: 32px;
padding: 6px 12px;
position: absolute;
right: 6px;
text-align: center;
top: 6px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .file input[type="file"] {
left: 0;
position: absolute;
top: 0;
z-index: 9;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .file:hover {
border-color: #bfbfbf;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .file:hover div {
background: #bfbfbf;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .validity-note {
color: #f00;
display: none;
font-size: 14px;
font-style: italic;
margin-left: 10px;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .app-submit {
margin: 5px 0px 20px 0px;
display: block;
padding: 7px 30px;
float: right;
}
.sjb-page .iti .iti__country-list .iti__country,
.sjb-page .iti .iti__country-list .iti__divider {
line-height: normal;
}
.sjb-page .iti .iti__country-list .iti__country::before,
.sjb-page .iti .iti__country-list .iti__divider::before {
content: "";
font-size: 0;
margin-right: 0;
padding-right: 0;
}
.sjb-page .sjb-privacy-policy {
font-size: 16px;
}
.sjb-page #jobapp-tc,
.sjb-page #jobapp-pp {
margin-bottom: 15px;
}
.sjb-page .list-data .v2 .sjb-apply-now-btn a {
border-radius: 0;
font-size: 14px;
padding: 10px 20px;
margin-top: 10px;
margin-left: 5px;
}
.sjb-page .list-data .sjb-job-type-location-date {
border-top: 1px solid #ccc;
padding: 15px 25px;
overflow: hidden;
}
.sjb-page .list-data .sjb-company-wrapper-details-list .sjb-company-details {
margin-top: 10px;
}
.sjb-page .list-data .sjb-company-wrapper-details-list .sjb-company-details i {
margin-right: 8px;
}
.sjb-page .list-data .sjb-company-wrapper-details-list {
padding: 15px 20px;
overflow: hidden;
}
.sjb-page .list-data .sjb-company-wrapper-details {
padding: 15px 0;
overflow: hidden;
}
.sjb-page .list-data .job-type i,
.sjb-page .list-data .job-location i,
.sjb-page .list-data .job-date i {
float: left;
margin-top: 5px;
margin-right: 10px;
}
.sjb-page .list-data .sjb-job-info {
margin-left: 15px;
margin-right: 15px;
}
.sjb-page .list-data .sjb-job-info h4 span i {
margin-right: 6px;
padding: 6px 0;
}
.sjb-page .list-data .sjb-job-characteristics {
border-top: 0px;
}
@media (max-width: 767px) {
.sjb-page .list-data .company-logo img {
width: 95px;
}
.sjb-page .list-data .job-type,
.sjb-page .list-data .job-location,
.sjb-page .list-data .job-date {
width: 100%;
margin: 4px 0;
}
.sjb-page .list-data .job-type i,
.sjb-page .list-data .job-location i,
.sjb-page .list-data .job-date i {
width: 20px;
}
.sjb-page .list-data .v1 .sjb-apply-now-btn a {
margin-top: 0;
}
} .sjb-page .list-data .v1 {
background: #fff;
border: 1px solid #e1e1e1;
float: left;
margin: 15px 0;
padding: 20px 20px 10px;
width: 100%;
}
.sjb-page .list-data .v1 .company-logo {
margin-bottom: 15px;
}
.sjb-page .list-data .v1 .company-logo img {
border: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
.sjb-page .list-data .v1 .company-logo img {
height: 95px;
width: 95px;
}
}
.sjb-page .list-data .v1 .header-margin-top {
margin-top: 16px;
}
@media (max-width: 991px) {
.sjb-page .list-data .v1 .header-margin-top {
margin-top: 19px;
}
}
@media (max-width: 767px) {
.sjb-page .list-data .v1 .header-margin-top {
margin-top: 0;
}
}
.sjb-page .list-data .v1 .job-info {
margin: 0 0 10px;
}
.sjb-page .list-data .v1 .job-info h4 {
margin: 0;
padding: 0;
word-wrap: break-word;
}
.sjb-page .list-data .v1 .job-info h4 a {
word-wrap: break-word;
}
.sjb-page .list-data .v1 .job-info h4 a:hover {
}
.sjb-page .list-data .v1 .job-description {
float: left;
width: 100%;
}
.sjb-page .list-data .v1 .job-description p {
margin: 0 0 10px;
word-wrap: break-word;
}
.sjb-page .list-data .v1 .job-type,
.sjb-page .list-data .v1 .job-location,
.sjb-page .list-data .v1 .job-date {
margin-bottom: 10px;
word-wrap: break-word;
}
.sjb-page .list-data .v1 .job-type i,
.sjb-page .list-data .v1 .job-location i,
.sjb-page .list-data .v1 .job-date i {
margin-right: 5px;
}
.sjb-page .sjb-detail {
margin: 30px 0;
}
.sjb-page .sjb-detail .list-data .v1 {
border: 0;
margin: 0;
padding: 0;
}
.sjb-page .sjb-detail .list-data .v1 .job-detail {
margin: 0 0 20px;
}
.sjb-page .sjb-detail .list-data .v1 .job-detail h3 {
font-weight: 500;
font-size: 24px;
}
@media (min-width: 1200px) {
.sjb-page .sjb-detail .list-data .v1 .job-info-margin {
margin: 0 0 10px 27px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.sjb-page .sjb-detail .list-data .v1 .job-info-margin {
margin: 0 0 10px 44px;
}
}
.sjb-page .sjb-detail .list-data .v1 .company-tagline {
margin: 0 0 20px;
}
.sjb-page .sjb-detail .list-data .v1 h3 {
margin: 17px 0;
font-weight: bold;
}
.sjb-page .sjb-detail .list-data .v1 ul {
list-style: none;
margin: 0 0 12px;
padding: 0;
}
.sjb-page .sjb-detail .list-data .v1 ul li {
font-size: 16px;
line-height: 24px;
padding-left: 15px;
position: relative;
}
.sjb-page .sjb-detail .list-data .v1 ul li::before,
.sjb-page .sjb-detail .list-data .v2 ul li::before {
content: "\f101";
font-family: "Font Awesome 5 Free";
font-weight: 600;
font-size: 12px;
left: 0;
position: absolute;
top: 0;
}
.sjb-page .sjb-detail .list-data .v1 ul.iti__country-list li::before {
content: none;
}
.sjb-page .sjb-detail .list-data .v1 ul.iti__country-list .iti__country{
padding-left: 10px;
}
.sjb-page .sjb-detail .list-data .v2 ul.iti__country-list li::before {
content: none;
}
.sjb-page .sjb-detail .list-data .v2 ul.iti__country-list .iti__country{
padding-left: 10px;
}
.sjb-page .job-description-list p{
color: #666;
font-size: 16px;
margin: 0 0 10px;
word-wrap: break-word;
}
.sjb-page .sjb-detail .v2 .jobpost-form .form-box h3 {
margin-left: 15px;
margin-right: 15px;
margin-bottom: 30px;
font-weight: bold;
font-size: 15px;
}
.sjb-page .sjb-listing .grid-item .list-data .v2 .job-info h4 a span{
line-height: 24px;
}
.sjb-page .sjb-listing .grid-item .list-data .v2 .job-company{
margin-top: 10px;
}
.sjb-page .sjb-apply-button {
display: flex;
width: 100%;
}
.sjb-page .no-job-listing img {
width: 550px;
}
.sjb-page .sjb-listing .list-view .no-job-listing .no-job-listing-text{
font-size: 36px;
letter-spacing: 5px;
}
.popup-outer .sjb-page .sjb-detail {
margin: 0;
margin-bottom: -20px;
margin-top: -20px;
}
.sjb-detail {
position: relative;
}
.popup-outer {
display: none;
position: fixed;
z-index: 9999;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.4);
}
.popup-outer .sjb-page{
background-color: #fefefe;
margin: 5% auto;
width: 80%;
}
.popup-outer .sjb-quick-apply-modal-close-btn {
position: absolute;
z-index: 9999;
right: 30px;
top: 15px;
width: 35px;
display: flex;
justify-content: center;
background: #ebebeb;
border-radius: 25px;
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
margin-top: 15px;
}
.quick-apply-modal {
display: block;
}
.sjb-quick-apply-modal-close-btn .close:hover,
.sjb-quick-apply-modal-close-btn .close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.sjb-quick-apply-modal-close-btn .close {
color: #a4a4a4;
float: right;
font-size: 18px;
}
.sjb-page .list-data .v1 .sjb-apply-now-btn a {
margin-top: 10px;
margin-right: 5px;
}
.sjb-page .list-data .v2 .sjb-apply-now-btn p {
float: right;
}
.sjb-page .sjb-listing .row {
display: flex;
flex-wrap: wrap;
}
.sjb-page .sjb-listing .popup-outer .row {
display: block;
flex-wrap: nowrap;
}
.sjb-page .popup-outer .sjb-page .sjb-detail .list-data .v1, .sjb-page .popup-outer .sjb-page .sjb-detail .list-data .v2 {
padding: 20px;
}
.sjb-page .sjb-view-less-btn{
display: none;
clear: both;
margin-bottom: 15px;
text-align: right;
margin-top: 15px;
float: right;
}
.sjb-page .v1 .sjb-view-less-btn a {
border: 1px solid;
padding: 6px 12px;
border-radius: 4px;
}
.sjb-page .v2 .sjb-view-less-btn a {
border: 1px solid;
padding: 10px 20px;
}
.sjb-page .list-data .sjb-apply-now-btn a.sjb_view_more_btn:hover {
}
.sjb-page .sjb-listing .sjb-apply-now-btn p{
display: inline-block;
}
.sjb-page .sjb-listing .list-data .v2 .job-features .sjb-title-value h4 i,
.sjb-page .sjb-listing .list-data .v1 .job-features .sjb-title-value h4 i {
width: 30px;
}
.sjb-page .sjb_more_content{
display: none;
}
.sjb-page .sjb-listing .list-data .v1 .sjb_more_content{
font-size: 16px;
}
.sjb-page .sjb-listing .list-data .v2 .sjb_more_content{
padding: 0 20px;
font-size: 16px;
}
.sjb-page .sjb-listing .grid-item .list-data .v2 .sjb_more_content{
padding: 0;
}
.sjb-page .sjb-listing .list-data .v2 .sjb-view-less-btn{
padding: 0 20px;
}
.sjb-page .sjb-listing a.sjb_view_more_btn,
.sjb-page .sjb-listing a.sjb_view_less_btn{
font-size: 14px;
cursor: pointer;
}
.sjb-page .job-features{
margin-bottom: 20px;
}
.sjb-page .job-features h3 {
font-weight: bold;
margin: 15px;
}
.sjb-page .job-features{
margin-bottom: 20px;
width: 100%;
}
.sjb-page .list-view .v1 .job-features h3,
.sjb-page .list-view .v2 .job-features h3 {
margin-left: 0;
}
.sjb-page .sjb-listing .grid-item .v2 .job-features h3 {
margin-left: 15px;
}
.sjb-page .sjb-listing .grid-item .list-data .v2 .without-logo .job-info,
.sjb-page .sjb-listing .grid-item .list-data .v2 .without-logo .job-company {
margin-left: 0;
}
.sjb-page .sjb-listing .v2 .job-features .sjb-title-value p {
margin-left: 35px;
}
.sjb-listing .grid-item .list-data .v2 .sjb-apply-button {
display: block;
}
@media screen and (max-width: 360px) {
.sjb-page  .sjb-view-less-btn {
float: left;
}
}
.sjb-page .grid-item .v2 .sjb-view-less-btn {
float: left;
padding: 0 !important;
}
.sjb-page .sjb-filters.sjb-filters-v2 .sjb-filter-tags,
.sjb-page .sjb-filters.sjb-filters-v1 .sjb-filter-tags {
display:flex
} .sjb-page .sjb-filters.sjb-filters-v1 .sjb-filter-tags a,
.sjb-page .sjb-filters.sjb-filters-v2 .sjb-filter-tags a{
text-decoration: underline; 
margin-left: 4px;
color: #000;
}
.sjb-page .sjb-filters.sjb-filters-v1 .sjb-filter-tags a.tag-active,
.sjb-page .sjb-filters.sjb-filters-v2 .sjb-filter-tags a.tag-active {
background: #d7d7d7;
font-weight: bold;
padding: 5px;
border-radius: 3px;
}
.error{
color:red;
}
#applicant-resume-error,
.form-group .file label{
display: block;
margin-top: 18px !important;
margin-left: -13px;
margin-bottom: 10px;
}
.jobpost-form #applicant-resume {
z-index: 1;
}
.iti--allow-dropdown .flag-container ul.iti__country-list{
z-index: 2;
}
.sjb-required input,
.sjb-email-address {
color: black !important;
}
.sjb-page .sjb-detail.sjb-v2 .list-data .v2, .sjb-page .sjb-detail.sjb-v1 .list-data .v1 {
padding: 22px;
}
label#jobapp_pp-error, label#jobapp_tc-error {
position: absolute;
left: 13px;
bottom: 2px;
}
.sjb-pp {
margin-top: 15px;
}#tpbr_calltoaction {
-webkit-transition: all 100ms ease-in-out;
-moz-transition: all 100ms ease-in-out;
-o-transition: all 100ms ease-in-out;
transition: all 100ms ease-in-out;
}
#tpbr_calltoaction:hover {opacity:0.9;}
#tpbr_topbar {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
padding:0px !important;
}.weglot-flags.hw>a:before,.weglot-flags.hw>span:before{background-position:-3570px 0 !important}.weglot-flags.af>a:before,.weglot-flags.af>span:before{background-position:-6570px 0 !important}.weglot-flags.fl>a:before,.weglot-flags.fl>span:before{background-position:-3060px 0 !important}.weglot-flags.sq>a:before,.weglot-flags.sq>span:before{background-position:-2580px 0 !important}.weglot-flags.am>a:before,.weglot-flags.am>span:before{background-position:-5130px 0 !important}.weglot-flags.ar>a:before,.weglot-flags.ar>span:before{background-position:-510px 0 !important}.weglot-flags.hy>a:before,.weglot-flags.hy>span:before{background-position:-1800px 0 !important}.weglot-flags.az>a:before,.weglot-flags.az>span:before{background-position:-6840px 0 !important}.weglot-flags.ba>a:before,.weglot-flags.ba>span:before{background-position:-2040px 0 !important}.weglot-flags.eu>a:before,.weglot-flags.eu>span:before{background-position:-7260px 0 !important}.weglot-flags.be>a:before,.weglot-flags.be>span:before{background-position:-5310px 0 !important}.weglot-flags.bn>a:before,.weglot-flags.bn>span:before{background-position:-5400px 0 !important}.weglot-flags.bs>a:before,.weglot-flags.bs>span:before{background-position:-6390px 0 !important}.weglot-flags.bg>a:before,.weglot-flags.bg>span:before{background-position:-2730px 0 !important}.weglot-flags.br>a:before,.weglot-flags.br>span:before{background-position:-6630px 0 !important}.weglot-flags.my>a:before,.weglot-flags.my>span:before{background-position:-3299px 0 !important}.weglot-flags.ca>a:before,.weglot-flags.ca>span:before{background-position:-7230px 0 !important}.weglot-flags.zh>a:before,.weglot-flags.zh>span:before{background-position:-3690px 0 !important}.weglot-flags.tw>a:before,.weglot-flags.tw>span:before{background-position:-2970px 0 !important}.weglot-flags.km>a:before,.weglot-flags.km>span:before{background-position:-6930px 0 !important}.weglot-flags.ny>a:before,.weglot-flags.ny>span:before{background-position:-1140px 0 !important}.weglot-flags.co>a:before,.weglot-flags.co>span:before{background-position:-2520px 0 !important}.weglot-flags.hr>a:before,.weglot-flags.hr>span:before{background-position:-5910px 0 !important}.weglot-flags.cs>a:before,.weglot-flags.cs>span:before{background-position:-2700px 0 !important}.weglot-flags.da>a:before,.weglot-flags.da>span:before{background-position:-2670px 0 !important}.weglot-flags.nl>a:before,.weglot-flags.nl>span:before{background-position:-2100px 0 !important}.weglot-flags.en>a:before,.weglot-flags.en>span:before{background-position:-1920px 0 !important}.weglot-flags.eo>a:before,.weglot-flags.eo>span:before{background-position:-1920px 0 !important}.weglot-flags.et>a:before,.weglot-flags.et>span:before{background-position:-2640px 0 !important}.weglot-flags.fj>a:before,.weglot-flags.fj>span:before{background-position:-1710px 0 !important}.weglot-flags.fi>a:before,.weglot-flags.fi>span:before{background-position:-2550px 0 !important}.weglot-flags.fr>a:before,.weglot-flags.fr>span:before{background-position:-2520px 0 !important}.weglot-flags.gl>a:before,.weglot-flags.gl>span:before{background-position:-7290px 0 !important}.weglot-flags.ka>a:before,.weglot-flags.ka>span:before{background-position:-5040px 0 !important}.weglot-flags.de>a:before,.weglot-flags.de>span:before{background-position:-2490px 0 !important}.weglot-flags.el>a:before,.weglot-flags.el>span:before{background-position:-2460px 0 !important}.weglot-flags.gu>a:before,.weglot-flags.gu>span:before{background-position:-1170px 0 !important}.weglot-flags.ht>a:before,.weglot-flags.ht>span:before{background-position:-4650px 0 !important}.weglot-flags.ha>a:before,.weglot-flags.ha>span:before{background-position:-900px 0 !important}.weglot-flags.he>a:before,.weglot-flags.he>span:before{background-position:-1050px 0 !important}.weglot-flags.hi>a:before,.weglot-flags.hi>span:before{background-position:-1170px 0 !important}.weglot-flags.hu>a:before,.weglot-flags.hu>span:before{background-position:-2430px 0 !important}.weglot-flags.is>a:before,.weglot-flags.is>span:before{background-position:-2400px 0 !important}.weglot-flags.ig>a:before,.weglot-flags.ig>span:before{background-position:-870px 0 !important}.weglot-flags.id>a:before,.weglot-flags.id>span:before{background-position:-3510px 0 !important}.weglot-flags.ga>a:before,.weglot-flags.ga>span:before{background-position:-2340px 0 !important}.weglot-flags.it>a:before,.weglot-flags.it>span:before{background-position:-2310px 0 !important}.weglot-flags.ja>a:before,.weglot-flags.ja>span:before{background-position:-3480px 0 !important}.weglot-flags.jv>a:before,.weglot-flags.jv>span:before{background-position:-3360px 0 !important}.weglot-flags.kn>a:before,.weglot-flags.kn>span:before{background-position:-1170px 0 !important}.weglot-flags.kk>a:before,.weglot-flags.kk>span:before{background-position:-3150px 0 !important}.weglot-flags.ko>a:before,.weglot-flags.ko>span:before{background-position:-6990px 0 !important}.weglot-flags.ku>a:before,.weglot-flags.ku>span:before{background-position:-2430px 0 !important}.weglot-flags.ky>a:before,.weglot-flags.ky>span:before{background-position:-3420px 0 !important}.weglot-flags.lo>a:before,.weglot-flags.lo>span:before{background-position:-3450px 0 !important}.weglot-flags.la>a:before,.weglot-flags.la>span:before{background-position:-2310px 0 !important}.weglot-flags.lv>a:before,.weglot-flags.lv>span:before{background-position:-2280px 0 !important}.weglot-flags.lt>a:before,.weglot-flags.lt>span:before{background-position:-2250px 0 !important}.weglot-flags.lb>a:before,.weglot-flags.lb>span:before{background-position:-2220px 0 !important}.weglot-flags.mk>a:before,.weglot-flags.mk>span:before{background-position:-2190px 0 !important}.weglot-flags.mg>a:before,.weglot-flags.mg>span:before{background-position:-1200px 0 !important}.weglot-flags.ms>a:before,.weglot-flags.ms>span:before{background-position:-3360px 0 !important}.weglot-flags.ml>a:before,.weglot-flags.ml>span:before{background-position:-1170px 0 !important}.weglot-flags.mt>a:before,.weglot-flags.mt>span:before{background-position:-2130px 0 !important}.weglot-flags.mi>a:before,.weglot-flags.mi>span:before{background-position:-3240px 0 !important}.weglot-flags.mr>a:before,.weglot-flags.mr>span:before{background-position:-1170px 0 !important}.weglot-flags.mn>a:before,.weglot-flags.mn>span:before{background-position:-6000px 0 !important}.weglot-flags.ne>a:before,.weglot-flags.ne>span:before{background-position:-3270px 0 !important}.weglot-flags.no>a:before,.weglot-flags.no>span:before{background-position:-5850px 0 !important}.weglot-flags.ps>a:before,.weglot-flags.ps>span:before{background-position:-5189px 0 !important}.weglot-flags.fa>a:before,.weglot-flags.fa>span:before{background-position:-6690px 0 !important}.weglot-flags.pl>a:before,.weglot-flags.pl>span:before{background-position:-2160px 0 !important}.weglot-flags.pt>a:before,.weglot-flags.pt>span:before{background-position:-1740px 0 !important}.weglot-flags.pa>a:before,.weglot-flags.pa>span:before{background-position:-3180px 0 !important}.weglot-flags.ro>a:before,.weglot-flags.ro>span:before{background-position:-2070px 0 !important}.weglot-flags.ru>a:before,.weglot-flags.ru>span:before{background-position:-2040px 0 !important}.weglot-flags.sm>a:before,.weglot-flags.sm>span:before{background-position:-4620px 0 !important}.weglot-flags.gd>a:before,.weglot-flags.gd>span:before{background-position:-30px 0 !important}.weglot-flags.sr>a:before,.weglot-flags.sr>span:before{background-position:-4290px 0 !important}.weglot-flags.sn>a:before,.weglot-flags.sn>span:before{background-position:-540px 0 !important}.weglot-flags.sd>a:before,.weglot-flags.sd>span:before{background-position:-3180px 0 !important}.weglot-flags.si>a:before,.weglot-flags.si>span:before{background-position:-2820px 0 !important}.weglot-flags.sk>a:before,.weglot-flags.sk>span:before{background-position:-6810px 0 !important}.weglot-flags.sl>a:before,.weglot-flags.sl>span:before{background-position:-2010px 0 !important}.weglot-flags.so>a:before,.weglot-flags.so>span:before{background-position:-4560px 0 !important}.weglot-flags.st>a:before,.weglot-flags.st>span:before{background-position:-4830px 0 !important}.weglot-flags.es>a:before,.weglot-flags.es>span:before{background-position:-480px 0 !important}.weglot-flags.su>a:before,.weglot-flags.su>span:before{background-position:-4530px 0 !important}.weglot-flags.sw>a:before,.weglot-flags.sw>span:before{background-position:-1290px 0 !important}.weglot-flags.sv>a:before,.weglot-flags.sv>span:before{background-position:-1980px 0 !important}.weglot-flags.tl>a:before,.weglot-flags.tl>span:before{background-position:-3060px 0 !important}.weglot-flags.ty>a:before,.weglot-flags.ty>span:before{background-position:-6270px 0 !important}.weglot-flags.tg>a:before,.weglot-flags.tg>span:before{background-position:-2940px 0 !important}.weglot-flags.ta>a:before,.weglot-flags.ta>span:before{background-position:-1170px 0 !important}.weglot-flags.tt>a:before,.weglot-flags.tt>span:before{background-position:-2040px 0 !important}.weglot-flags.te>a:before,.weglot-flags.te>span:before{background-position:-1170px 0 !important}.weglot-flags.th>a:before,.weglot-flags.th>span:before{background-position:-2910px 0 !important}.weglot-flags.to>a:before,.weglot-flags.to>span:before{background-position:-6540px 0 !important}.weglot-flags.tr>a:before,.weglot-flags.tr>span:before{background-position:-1950px 0 !important}.weglot-flags.uk>a:before,.weglot-flags.uk>span:before{background-position:-1890px 0 !important}.weglot-flags.ur>a:before,.weglot-flags.ur>span:before{background-position:-3180px 0 !important}.weglot-flags.uz>a:before,.weglot-flags.uz>span:before{background-position:-2880px 0 !important}.weglot-flags.vi>a:before,.weglot-flags.vi>span:before{background-position:-2850px 0 !important}.weglot-flags.cy>a:before,.weglot-flags.cy>span:before{background-position:-6420px 0 !important}.weglot-flags.fy>a:before,.weglot-flags.fy>span:before{background-position:-2100px 0 !important}.weglot-flags.xh>a:before,.weglot-flags.xh>span:before{background-position:-6570px 0 !important}.weglot-flags.yi>a:before,.weglot-flags.yi>span:before{background-position:-1050px 0 !important}.weglot-flags.yo>a:before,.weglot-flags.yo>span:before{background-position:-870px 0 !important}.weglot-flags.zu>a:before,.weglot-flags.zu>span:before{background-position:-6570px 0 !important}.weglot-flags.flag-1.hw>a:before,.weglot-flags.flag-1.hw>span:before{background-position:-7840px 0 !important}.weglot-flags.flag-1.fl>a:before,.weglot-flags.flag-1.fl>span:before{background-position:2560px 0 !important}.weglot-flags.flag-1.af>a:before,.weglot-flags.flag-1.af>span:before{background-position:-6848px 0 !important}.weglot-flags.flag-1.sq>a:before,.weglot-flags.flag-1.sq>span:before{background-position:-97px 0 !important}.weglot-flags.flag-1.am>a:before,.weglot-flags.flag-1.am>span:before{background-position:-2369px 0 !important}.weglot-flags.flag-1.ar>a:before,.weglot-flags.flag-1.ar>span:before{background-position:-6465px 0 !important}.weglot-flags.flag-1.hy>a:before,.weglot-flags.flag-1.hy>span:before{background-position:-385px 0 !important}.weglot-flags.flag-1.az>a:before,.weglot-flags.flag-1.az>span:before{background-position:-513px 0 !important}.weglot-flags.flag-1.ba>a:before,.weglot-flags.flag-1.ba>span:before{background-position:-6113px 0 !important}.weglot-flags.flag-1.eu>a:before,.weglot-flags.flag-1.eu>span:before{background-position:-8353px 0 !important}.weglot-flags.flag-1.be>a:before,.weglot-flags.flag-1.be>span:before{background-position:-705px 0 !important}.weglot-flags.flag-1.bn>a:before,.weglot-flags.flag-1.bn>span:before{background-position:-609px 0 !important}.weglot-flags.flag-1.bs>a:before,.weglot-flags.flag-1.bs>span:before{background-position:-929px 0 !important}.weglot-flags.flag-1.bg>a:before,.weglot-flags.flag-1.bg>span:before{background-position:-1121px 0 !important}.weglot-flags.flag-1.br>a:before,.weglot-flags.flag-1.br>span:before{background-position:-993px 0 !important}.weglot-flags.flag-1.my>a:before,.weglot-flags.flag-1.my>span:before{background-position:-4929px 0 !important}.weglot-flags.flag-1.ca>a:before,.weglot-flags.flag-1.ca>span:before{background-position:-8321px 0 !important}.weglot-flags.flag-1.zh>a:before,.weglot-flags.flag-1.zh>span:before{background-position:-1505px 0 !important}.weglot-flags.flag-1.tw>a:before,.weglot-flags.flag-1.tw>span:before{background-position:-6369px 0 !important}.weglot-flags.flag-1.km>a:before,.weglot-flags.flag-1.km>span:before{background-position:-1217px 0 !important}.weglot-flags.flag-1.ny>a:before,.weglot-flags.flag-1.ny>span:before{background-position:-4289px 0 !important}.weglot-flags.flag-1.co>a:before,.weglot-flags.flag-1.co>span:before{background-position:-2561px 0 !important}.weglot-flags.flag-1.hr>a:before,.weglot-flags.flag-1.hr>span:before{background-position:-1793px 0 !important}.weglot-flags.flag-1.cs>a:before,.weglot-flags.flag-1.cs>span:before{background-position:-1921px 0 !important}.weglot-flags.flag-1.da>a:before,.weglot-flags.flag-1.da>span:before{background-position:-1985px 0 !important}.weglot-flags.flag-1.nl>a:before,.weglot-flags.flag-1.nl>span:before{background-position:-5121px 0 !important}.weglot-flags.flag-1.en>a:before,.weglot-flags.flag-1.en>span:before{background-position:-7777px 0 !important}.weglot-flags.flag-1.eo>a:before,.weglot-flags.flag-1.eo>span:before{background-position:-7777px 0 !important}.weglot-flags.flag-1.et>a:before,.weglot-flags.flag-1.et>span:before{background-position:-2337px 0 !important}.weglot-flags.flag-1.fj>a:before,.weglot-flags.flag-1.fj>span:before{background-position:-2497px 0 !important}.weglot-flags.flag-1.fi>a:before,.weglot-flags.flag-1.fi>span:before{background-position:-2529px 0 !important}.weglot-flags.flag-1.fr>a:before,.weglot-flags.flag-1.fr>span:before{background-position:-2561px 0 !important}.weglot-flags.flag-1.gl>a:before,.weglot-flags.flag-1.gl>span:before{background-position:-8383px 0 !important}.weglot-flags.flag-1.ka>a:before,.weglot-flags.flag-1.ka>span:before{background-position:-2721px 0 !important}.weglot-flags.flag-1.de>a:before,.weglot-flags.flag-1.de>span:before{background-position:-2753px 0 !important}.weglot-flags.flag-1.el>a:before,.weglot-flags.flag-1.el>span:before{background-position:-2881px 0 !important}.weglot-flags.flag-1.gu>a:before,.weglot-flags.flag-1.gu>span:before{background-position:-3329px 0 !important}.weglot-flags.flag-1.ht>a:before,.weglot-flags.flag-1.ht>span:before{background-position:-3169px 0 !important}.weglot-flags.flag-1.ha>a:before,.weglot-flags.flag-1.ha>span:before{background-position:-5281px 0 !important}.weglot-flags.flag-1.he>a:before,.weglot-flags.flag-1.he>span:before{background-position:-3521px 0 !important}.weglot-flags.flag-1.hi>a:before,.weglot-flags.flag-1.hi>span:before{background-position:-3329px 0 !important}.weglot-flags.flag-1.hu>a:before,.weglot-flags.flag-1.hu>span:before{background-position:-3265px 0 !important}.weglot-flags.flag-1.is>a:before,.weglot-flags.flag-1.is>span:before{background-position:-3297px 0 !important}.weglot-flags.flag-1.ig>a:before,.weglot-flags.flag-1.ig>span:before{background-position:-5313px 0 !important}.weglot-flags.flag-1.id>a:before,.weglot-flags.flag-1.id>span:before{background-position:-3361px 0 !important}.weglot-flags.flag-1.ga>a:before,.weglot-flags.flag-1.ga>span:before{background-position:-3457px 0 !important}.weglot-flags.flag-1.it>a:before,.weglot-flags.flag-1.it>span:before{background-position:-3553px 0 !important}.weglot-flags.flag-1.ja>a:before,.weglot-flags.flag-1.ja>span:before{background-position:-3617px 0 !important}.weglot-flags.flag-1.jv>a:before,.weglot-flags.flag-1.jv>span:before{background-position:-4321px 0 !important}.weglot-flags.flag-1.kn>a:before,.weglot-flags.flag-1.kn>span:before{background-position:-3329px 0 !important}.weglot-flags.flag-1.kk>a:before,.weglot-flags.flag-1.kk>span:before{background-position:-3713px 0 !important}.weglot-flags.flag-1.ko>a:before,.weglot-flags.flag-1.ko>span:before{background-position:-6913px 0 !important}.weglot-flags.flag-1.ku>a:before,.weglot-flags.flag-1.ku>span:before{background-position:-3265px 0 !important}.weglot-flags.flag-1.ky>a:before,.weglot-flags.flag-1.ky>span:before{background-position:-3873px 0 !important}.weglot-flags.flag-1.lo>a:before,.weglot-flags.flag-1.lo>span:before{background-position:-3904px 0 !important}.weglot-flags.flag-1.la>a:before,.weglot-flags.flag-1.la>span:before{background-position:-3553px 0 !important}.weglot-flags.flag-1.lv>a:before,.weglot-flags.flag-1.lv>span:before{background-position:-3937px 0 !important}.weglot-flags.flag-1.lt>a:before,.weglot-flags.flag-1.lt>span:before{background-position:-4129px 0 !important}.weglot-flags.flag-1.lb>a:before,.weglot-flags.flag-1.lb>span:before{background-position:-4161px 0 !important}.weglot-flags.flag-1.mk>a:before,.weglot-flags.flag-1.mk>span:before{background-position:-4225px 0 !important}.weglot-flags.flag-1.mg>a:before,.weglot-flags.flag-1.mg>span:before{background-position:-4257px 0 !important}.weglot-flags.flag-1.ms>a:before,.weglot-flags.flag-1.ms>span:before{background-position:-4321px 0 !important}.weglot-flags.flag-1.ml>a:before,.weglot-flags.flag-1.ml>span:before{background-position:-3329px 0 !important}.weglot-flags.flag-1.mt>a:before,.weglot-flags.flag-1.mt>span:before{background-position:-4417px 0 !important}.weglot-flags.flag-1.mi>a:before,.weglot-flags.flag-1.mi>span:before{background-position:-5217px 0 !important}.weglot-flags.flag-1.mr>a:before,.weglot-flags.flag-1.mr>span:before{background-position:-3329px 0 !important}.weglot-flags.flag-1.mn>a:before,.weglot-flags.flag-1.mn>span:before{background-position:-4769px 0 !important}.weglot-flags.flag-1.ne>a:before,.weglot-flags.flag-1.ne>span:before{background-position:-5091px 0 !important}.weglot-flags.flag-1.no>a:before,.weglot-flags.flag-1.no>span:before{background-position:-5505px 0 !important}.weglot-flags.flag-1.ps>a:before,.weglot-flags.flag-1.ps>span:before{background-position:-33px 0 !important}.weglot-flags.flag-1.fa>a:before,.weglot-flags.flag-1.fa>span:before{background-position:-3393px 0 !important}.weglot-flags.flag-1.pl>a:before,.weglot-flags.flag-1.pl>span:before{background-position:-5889px 0 !important}.weglot-flags.flag-1.pt>a:before,.weglot-flags.flag-1.pt>span:before{background-position:-5921px 0 !important}.weglot-flags.flag-1.pa>a:before,.weglot-flags.flag-1.pa>span:before{background-position:-3329px 0 !important}.weglot-flags.flag-1.ro>a:before,.weglot-flags.flag-1.ro>span:before{background-position:-6081px 0 !important}.weglot-flags.flag-1.ru>a:before,.weglot-flags.flag-1.ru>span:before{background-position:-6113px 0 !important}.weglot-flags.flag-1.sm>a:before,.weglot-flags.flag-1.sm>span:before{background-position:-6369px 0 !important}.weglot-flags.flag-1.gd>a:before,.weglot-flags.flag-1.gd>span:before{background-position:-6497px 0 !important}.weglot-flags.flag-1.sr>a:before,.weglot-flags.flag-1.sr>span:before{background-position:-6561px 0 !important}.weglot-flags.flag-1.sn>a:before,.weglot-flags.flag-1.sn>span:before{background-position:-8287px 0 !important}.weglot-flags.flag-1.sd>a:before,.weglot-flags.flag-1.sd>span:before{background-position:-5601px 0 !important}.weglot-flags.flag-1.si>a:before,.weglot-flags.flag-1.si>span:before{background-position:-7039px 0 !important}.weglot-flags.flag-1.sk>a:before,.weglot-flags.flag-1.sk>span:before{background-position:-6689px 0 !important}.weglot-flags.flag-1.sl>a:before,.weglot-flags.flag-1.sl>span:before{background-position:-6721px 0 !important}.weglot-flags.flag-1.so>a:before,.weglot-flags.flag-1.so>span:before{background-position:-6785px 0 !important}.weglot-flags.flag-1.st>a:before,.weglot-flags.flag-1.st>span:before{background-position:-4001px 0 !important}.weglot-flags.flag-1.es>a:before,.weglot-flags.flag-1.es>span:before{background-position:-7009px 0 !important}.weglot-flags.flag-1.su>a:before,.weglot-flags.flag-1.su>span:before{background-position:-7073px 0 !important}.weglot-flags.flag-1.sw>a:before,.weglot-flags.flag-1.sw>span:before{background-position:-3745px 0 !important}.weglot-flags.flag-1.sv>a:before,.weglot-flags.flag-1.sv>span:before{background-position:-7169px 0 !important}.weglot-flags.flag-1.tl>a:before,.weglot-flags.flag-1.tl>span:before{background-position:-5823px 0 !important}.weglot-flags.flag-1.ty>a:before,.weglot-flags.flag-1.ty>span:before{background-position:-2593px 0 !important}.weglot-flags.flag-1.tg>a:before,.weglot-flags.flag-1.tg>span:before{background-position:-7297px 0 !important}.weglot-flags.flag-1.ta>a:before,.weglot-flags.flag-1.ta>span:before{background-position:-3329px 0 !important}.weglot-flags.flag-1.tt>a:before,.weglot-flags.flag-1.tt>span:before{background-position:-6113px 0 !important}.weglot-flags.flag-1.te>a:before,.weglot-flags.flag-1.te>span:before{background-position:-3329px 0 !important}.weglot-flags.flag-1.th>a:before,.weglot-flags.flag-1.th>span:before{background-position:-7361px 0 !important}.weglot-flags.flag-1.to>a:before,.weglot-flags.flag-1.to>span:before{background-position:-7456px 0 !important}.weglot-flags.flag-1.tr>a:before,.weglot-flags.flag-1.tr>span:before{background-position:-7553px 0 !important}.weglot-flags.flag-1.uk>a:before,.weglot-flags.flag-1.uk>span:before{background-position:-7713px 0 !important}.weglot-flags.flag-1.ur>a:before,.weglot-flags.flag-1.ur>span:before{background-position:-5600px 0 !important}.weglot-flags.flag-1.uz>a:before,.weglot-flags.flag-1.uz>span:before{background-position:-7969px 0 !important}.weglot-flags.flag-1.vi>a:before,.weglot-flags.flag-1.vi>span:before{background-position:-8097px 0 !important}.weglot-flags.flag-1.cy>a:before,.weglot-flags.flag-1.cy>span:before{background-position:-8129px 0 !important}.weglot-flags.flag-1.fy>a:before,.weglot-flags.flag-1.fy>span:before{background-position:-5121px 0 !important}.weglot-flags.flag-1.xh>a:before,.weglot-flags.flag-1.xh>span:before{background-position:-6848px 0 !important}.weglot-flags.flag-1.yi>a:before,.weglot-flags.flag-1.yi>span:before{background-position:-3521px 0 !important}.weglot-flags.flag-1.yo>a:before,.weglot-flags.flag-1.yo>span:before{background-position:-5313px 0 !important}.weglot-flags.flag-1.zu>a:before,.weglot-flags.flag-1.zu>span:before{background-position:-6848px 0 !important}.weglot-flags.flag-2.hw>a:before,.weglot-flags.flag-2.hw>span:before{background-position:-5448px 0 !important}.weglot-flags.flag-2.fl>a:before,.weglot-flags.flag-2.fl>span:before{background-position:-1008px 0 !important}.weglot-flags.flag-2.af>a:before,.weglot-flags.flag-2.af>span:before{background-position:-4968px 0 !important}.weglot-flags.flag-2.sq>a:before,.weglot-flags.flag-2.sq>span:before{background-position:-2976px 0 !important}.weglot-flags.flag-2.am>a:before,.weglot-flags.flag-2.am>span:before{background-position:-3816px 0 !important}.weglot-flags.flag-2.ar>a:before,.weglot-flags.flag-2.ar>span:before{background-position:-768px 0 !important}.weglot-flags.flag-2.hy>a:before,.weglot-flags.flag-2.hy>span:before{background-position:0 0 !important}.weglot-flags.flag-2.az>a:before,.weglot-flags.flag-2.az>span:before{background-position:-5136px 0 !important}.weglot-flags.flag-2.ba>a:before,.weglot-flags.flag-2.ba>span:before{background-position:-936px 0 !important}.weglot-flags.flag-2.eu>a:before,.weglot-flags.flag-2.eu>span:before{background-position:-5376px 0 !important}.weglot-flags.flag-2.be>a:before,.weglot-flags.flag-2.be>span:before{background-position:-4224px 0 !important}.weglot-flags.flag-2.bn>a:before,.weglot-flags.flag-2.bn>span:before{background-position:-4056px 0 !important}.weglot-flags.flag-2.bs>a:before,.weglot-flags.flag-2.bs>span:before{background-position:-3984px 0 !important}.weglot-flags.flag-2.bg>a:before,.weglot-flags.flag-2.bg>span:before{background-position:-5040px 0 !important}.weglot-flags.flag-2.br>a:before,.weglot-flags.flag-2.br>span:before{background-position:-2784px 0 !important}.weglot-flags.flag-2.my>a:before,.weglot-flags.flag-2.my>span:before{background-position:-1248px 0 !important}.weglot-flags.flag-2.ca>a:before,.weglot-flags.flag-2.ca>span:before{background-position:-5352px 0 !important}.weglot-flags.flag-2.zh>a:before,.weglot-flags.flag-2.zh>span:before{background-position:-2592px 0 !important}.weglot-flags.flag-2.tw>a:before,.weglot-flags.flag-2.tw>span:before{background-position:-3408px 0 !important}.weglot-flags.flag-2.km>a:before,.weglot-flags.flag-2.km>span:before{background-position:-5160px 0 !important}.weglot-flags.flag-2.ny>a:before,.weglot-flags.flag-2.ny>span:before{background-position:-1392px 0 !important}.weglot-flags.flag-2.co>a:before,.weglot-flags.flag-2.co>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-2.hr>a:before,.weglot-flags.flag-2.hr>span:before{background-position:-4416px 0 !important}.weglot-flags.flag-2.cs>a:before,.weglot-flags.flag-2.cs>span:before{background-position:-2472px 0 !important}.weglot-flags.flag-2.da>a:before,.weglot-flags.flag-2.da>span:before{background-position:-2448px 0 !important}.weglot-flags.flag-2.nl>a:before,.weglot-flags.flag-2.nl>span:before{background-position:-1296px 0 !important}.weglot-flags.flag-2.en>a:before,.weglot-flags.flag-2.en>span:before{background-position:-312px 0 !important}.weglot-flags.flag-2.eo>a:before,.weglot-flags.flag-2.eo>span:before{background-position:-312px 0 !important}.weglot-flags.flag-2.et>a:before,.weglot-flags.flag-2.et>span:before{background-position:-2424px 0 !important}.weglot-flags.flag-2.fj>a:before,.weglot-flags.flag-2.fj>span:before{background-position:-576px 0 !important}.weglot-flags.flag-2.fi>a:before,.weglot-flags.flag-2.fi>span:before{background-position:-2328px 0 !important}.weglot-flags.flag-2.fr>a:before,.weglot-flags.flag-2.fr>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-2.gl>a:before,.weglot-flags.flag-2.gl>span:before{background-position:-5400px 0 !important}.weglot-flags.flag-2.ka>a:before,.weglot-flags.flag-2.ka>span:before{background-position:-3744px 0 !important}.weglot-flags.flag-2.de>a:before,.weglot-flags.flag-2.de>span:before{background-position:-2256px 0 !important}.weglot-flags.flag-2.el>a:before,.weglot-flags.flag-2.el>span:before{background-position:-2208px 0 !important}.weglot-flags.flag-2.gu>a:before,.weglot-flags.flag-2.gu>span:before{background-position:-1728px 0 !important}.weglot-flags.flag-2.ht>a:before,.weglot-flags.flag-2.ht>span:before{background-position:-3528px 0 !important}.weglot-flags.flag-2.ha>a:before,.weglot-flags.flag-2.ha>span:before{background-position:-1176px 0 !important}.weglot-flags.flag-2.he>a:before,.weglot-flags.flag-2.he>span:before{background-position:-1992px 0 !important}.weglot-flags.flag-2.hi>a:before,.weglot-flags.flag-2.hi>span:before{background-position:-1728px 0 !important}.weglot-flags.flag-2.hu>a:before,.weglot-flags.flag-2.hu>span:before{background-position:-2088px 0 !important}.weglot-flags.flag-2.is>a:before,.weglot-flags.flag-2.is>span:before{background-position:-2064px 0 !important}.weglot-flags.flag-2.ig>a:before,.weglot-flags.flag-2.ig>span:before{background-position:-1103px 0 !important}.weglot-flags.flag-2.id>a:before,.weglot-flags.flag-2.id>span:before{background-position:-2040px 0 !important}.weglot-flags.flag-2.ga>a:before,.weglot-flags.flag-2.ga>span:before{background-position:-2016px 0 !important}.weglot-flags.flag-2.it>a:before,.weglot-flags.flag-2.it>span:before{background-position:-1968px 0 !important}.weglot-flags.flag-2.ja>a:before,.weglot-flags.flag-2.ja>span:before{background-position:-1920px 0 !important}.weglot-flags.flag-2.jv>a:before,.weglot-flags.flag-2.jv>span:before{background-position:-1536px 0 !important}.weglot-flags.flag-2.kn>a:before,.weglot-flags.flag-2.kn>span:before{background-position:-1728px 0 !important}.weglot-flags.flag-2.kk>a:before,.weglot-flags.flag-2.kk>span:before{background-position:-1704px 0 !important}.weglot-flags.flag-2.ko>a:before,.weglot-flags.flag-2.ko>span:before{background-position:-1848px 0 !important}.weglot-flags.flag-2.ku>a:before,.weglot-flags.flag-2.ku>span:before{background-position:-2088px 0 !important}.weglot-flags.flag-2.ky>a:before,.weglot-flags.flag-2.ky>span:before{background-position:-1800px 0 !important}.weglot-flags.flag-2.lo>a:before,.weglot-flags.flag-2.lo>span:before{background-position:-1776px 0 !important}.weglot-flags.flag-2.la>a:before,.weglot-flags.flag-2.la>span:before{background-position:-1968px 0 !important}.weglot-flags.flag-2.lv>a:before,.weglot-flags.flag-2.lv>span:before{background-position:-1752px 0 !important}.weglot-flags.flag-2.lt>a:before,.weglot-flags.flag-2.lt>span:before{background-position:-1656px 0 !important}.weglot-flags.flag-2.lb>a:before,.weglot-flags.flag-2.lb>span:before{background-position:-1632px 0 !important}.weglot-flags.flag-2.mk>a:before,.weglot-flags.flag-2.mk>span:before{background-position:-1440px 0 !important}.weglot-flags.flag-2.mg>a:before,.weglot-flags.flag-2.mg>span:before{background-position:-1560px 0 !important}.weglot-flags.flag-2.ms>a:before,.weglot-flags.flag-2.ms>span:before{background-position:-1536px 0 !important}.weglot-flags.flag-2.ml>a:before,.weglot-flags.flag-2.ml>span:before{background-position:-1728px 0 !important}.weglot-flags.flag-2.mt>a:before,.weglot-flags.flag-2.mt>span:before{background-position:-1200px 0 !important}.weglot-flags.flag-2.mi>a:before,.weglot-flags.flag-2.mi>span:before{background-position:-1224px 0 !important}.weglot-flags.flag-2.mr>a:before,.weglot-flags.flag-2.mr>span:before{background-position:-1728px 0 !important}.weglot-flags.flag-2.mn>a:before,.weglot-flags.flag-2.mn>span:before{background-position:-4800px 0 !important}.weglot-flags.flag-2.ne>a:before,.weglot-flags.flag-2.ne>span:before{background-position:-1320px 0 !important}.weglot-flags.flag-2.no>a:before,.weglot-flags.flag-2.no>span:before{background-position:-4776px 0 !important}.weglot-flags.flag-2.ps>a:before,.weglot-flags.flag-2.ps>span:before{background-position:-4008px 0 !important}.weglot-flags.flag-2.fa>a:before,.weglot-flags.flag-2.fa>span:before{background-position:-5088px 0 !important}.weglot-flags.flag-2.pl>a:before,.weglot-flags.flag-2.pl>span:before{background-position:-984px 0 !important}.weglot-flags.flag-2.pt>a:before,.weglot-flags.flag-2.pt>span:before{background-position:-528px 0 !important}.weglot-flags.flag-2.pa>a:before,.weglot-flags.flag-2.pa>span:before{background-position:-1728px 0 !important}.weglot-flags.flag-2.ro>a:before,.weglot-flags.flag-2.ro>span:before{background-position:-960px 0 !important}.weglot-flags.flag-2.ru>a:before,.weglot-flags.flag-2.ru>span:before{background-position:-936px 0 !important}.weglot-flags.flag-2.sm>a:before,.weglot-flags.flag-2.sm>span:before{background-position:-3408px 0 !important}.weglot-flags.flag-2.gd>a:before,.weglot-flags.flag-2.gd>span:before{background-position:-4872px 0 !important}.weglot-flags.flag-2.sr>a:before,.weglot-flags.flag-2.sr>span:before{background-position:-3120px 0 !important}.weglot-flags.flag-2.sn>a:before,.weglot-flags.flag-2.sn>span:before{background-position:-72px 0 !important}.weglot-flags.flag-2.sd>a:before,.weglot-flags.flag-2.sd>span:before{background-position:-1128px 0 !important}.weglot-flags.flag-2.si>a:before,.weglot-flags.flag-2.si>span:before{background-position:-480px 0 !important}.weglot-flags.flag-2.sk>a:before,.weglot-flags.flag-2.sk>span:before{background-position:-4152px 0 !important}.weglot-flags.flag-2.sl>a:before,.weglot-flags.flag-2.sl>span:before{background-position:-696px 0 !important}.weglot-flags.flag-2.so>a:before,.weglot-flags.flag-2.so>span:before{background-position:-3336px 0 !important}.weglot-flags.flag-2.st>a:before,.weglot-flags.flag-2.st>span:before{background-position:-3552px 0 !important}.weglot-flags.flag-2.es>a:before,.weglot-flags.flag-2.es>span:before{background-position:-96px 0 !important}.weglot-flags.flag-2.su>a:before,.weglot-flags.flag-2.su>span:before{background-position:-3312px 0 !important}.weglot-flags.flag-2.sw>a:before,.weglot-flags.flag-2.sw>span:before{background-position:-1872px 0 !important}.weglot-flags.flag-2.sv>a:before,.weglot-flags.flag-2.sv>span:before{background-position:-552px 0 !important}.weglot-flags.flag-2.tl>a:before,.weglot-flags.flag-2.tl>span:before{background-position:-1008px 0 !important}.weglot-flags.flag-2.ty>a:before,.weglot-flags.flag-2.ty>span:before{background-position:-4512px 0 !important}.weglot-flags.flag-2.tg>a:before,.weglot-flags.flag-2.tg>span:before{background-position:-264px 0 !important}.weglot-flags.flag-2.ta>a:before,.weglot-flags.flag-2.ta>span:before{background-position:-1728px 0 !important}.weglot-flags.flag-2.tt>a:before,.weglot-flags.flag-2.tt>span:before{background-position:-936px 0 !important}.weglot-flags.flag-2.te>a:before,.weglot-flags.flag-2.te>span:before{background-position:-1728px 0 !important}.weglot-flags.flag-2.th>a:before,.weglot-flags.flag-2.th>span:before{background-position:-456px 0 !important}.weglot-flags.flag-2.to>a:before,.weglot-flags.flag-2.to>span:before{background-position:-3264px 0 !important}.weglot-flags.flag-2.tr>a:before,.weglot-flags.flag-2.tr>span:before{background-position:-360px 0 !important}.weglot-flags.flag-2.uk>a:before,.weglot-flags.flag-2.uk>span:before{background-position:-288px 0 !important}.weglot-flags.flag-2.ur>a:before,.weglot-flags.flag-2.ur>span:before{background-position:-1128px 0 !important}.weglot-flags.flag-2.uz>a:before,.weglot-flags.flag-2.uz>span:before{background-position:-240px 0 !important}.weglot-flags.flag-2.vi>a:before,.weglot-flags.flag-2.vi>span:before{background-position:-144px 0 !important}.weglot-flags.flag-2.cy>a:before,.weglot-flags.flag-2.cy>span:before{background-position:-4848px 0 !important}.weglot-flags.flag-2.fy>a:before,.weglot-flags.flag-2.fy>span:before{background-position:-1296px 0 !important}.weglot-flags.flag-2.xh>a:before,.weglot-flags.flag-2.xh>span:before{background-position:-4968px 0 !important}.weglot-flags.flag-2.yi>a:before,.weglot-flags.flag-2.yi>span:before{background-position:-1992px 0 !important}.weglot-flags.flag-2.yo>a:before,.weglot-flags.flag-2.yo>span:before{background-position:-1103px 0 !important}.weglot-flags.flag-2.zu>a:before,.weglot-flags.flag-2.zu>span:before{background-position:-4968px 0 !important}.weglot-flags.flag-3.hw>a:before,.weglot-flags.flag-3.hw>span:before{background-position:-2711px 0 !important}.weglot-flags.flag-3.fl>a:before,.weglot-flags.flag-3.fl>span:before{background-position:-5232px 0 !important}.weglot-flags.flag-3.af>a:before,.weglot-flags.flag-3.af>span:before{background-position:-5496px 0 !important}.weglot-flags.flag-3.sq>a:before,.weglot-flags.flag-3.sq>span:before{background-position:-4776px 0 !important}.weglot-flags.flag-3.am>a:before,.weglot-flags.flag-3.am>span:before{background-position:-192px 0 !important}.weglot-flags.flag-3.ar>a:before,.weglot-flags.flag-3.ar>span:before{background-position:-3336px 0 !important}.weglot-flags.flag-3.hy>a:before,.weglot-flags.flag-3.hy>span:before{background-position:-4632px 0 !important}.weglot-flags.flag-3.az>a:before,.weglot-flags.flag-3.az>span:before{background-position:-4536px 0 !important}.weglot-flags.flag-3.ba>a:before,.weglot-flags.flag-3.ba>span:before{background-position:-2664px 0 !important}.weglot-flags.flag-3.eu>a:before,.weglot-flags.flag-3.eu>span:before{background-position:-5808px 0 !important}.weglot-flags.flag-3.be>a:before,.weglot-flags.flag-3.be>span:before{background-position:-144px 0 !important}.weglot-flags.flag-3.bn>a:before,.weglot-flags.flag-3.bn>span:before{background-position:-4488px 0 !important}.weglot-flags.flag-3.bs>a:before,.weglot-flags.flag-3.bs>span:before{background-position:-4392px 0 !important}.weglot-flags.flag-3.bg>a:before,.weglot-flags.flag-3.bg>span:before{background-position:-4296px 0 !important}.weglot-flags.flag-3.br>a:before,.weglot-flags.flag-3.br>span:before{background-position:-4344px 0 !important}.weglot-flags.flag-3.my>a:before,.weglot-flags.flag-3.my>span:before{background-position:-3769px 0 !important}.weglot-flags.flag-3.ca>a:before,.weglot-flags.flag-3.ca>span:before{background-position:-5784px 0 !important}.weglot-flags.flag-3.zh>a:before,.weglot-flags.flag-3.zh>span:before{background-position:-3240px 0 !important}.weglot-flags.flag-3.tw>a:before,.weglot-flags.flag-3.tw>span:before{background-position:-4008px 0 !important}.weglot-flags.flag-3.km>a:before,.weglot-flags.flag-3.km>span:before{background-position:-4201px 0 !important}.weglot-flags.flag-3.ny>a:before,.weglot-flags.flag-3.ny>span:before{background-position:-384px 0 !important}.weglot-flags.flag-3.co>a:before,.weglot-flags.flag-3.co>span:before{background-position:-2760px 0 !important}.weglot-flags.flag-3.hr>a:before,.weglot-flags.flag-3.hr>span:before{background-position:-3048px 0 !important}.weglot-flags.flag-3.cs>a:before,.weglot-flags.flag-3.cs>span:before{background-position:-5280px 0 !important}.weglot-flags.flag-3.da>a:before,.weglot-flags.flag-3.da>span:before{background-position:-3024px 0 !important}.weglot-flags.flag-3.nl>a:before,.weglot-flags.flag-3.nl>span:before{background-position:-3360px 0 !important}.weglot-flags.flag-3.en>a:before,.weglot-flags.flag-3.en>span:before{background-position:-2520px 0 !important}.weglot-flags.flag-3.eo>a:before,.weglot-flags.flag-3.eo>span:before{background-position:-2520px 0 !important}.weglot-flags.flag-3.et>a:before,.weglot-flags.flag-3.et>span:before{background-position:-2856px 0 !important}.weglot-flags.flag-3.fj>a:before,.weglot-flags.flag-3.fj>span:before{background-position:-0px 0 !important}.weglot-flags.flag-3.fi>a:before,.weglot-flags.flag-3.fi>span:before{background-position:-2784px 0 !important}.weglot-flags.flag-3.fr>a:before,.weglot-flags.flag-3.fr>span:before{background-position:-2760px 0 !important}.weglot-flags.flag-3.gl>a:before,.weglot-flags.flag-3.gl>span:before{background-position:-5832px 0 !important}.weglot-flags.flag-3.ka>a:before,.weglot-flags.flag-3.ka>span:before{background-position:-1536px 0 !important}.weglot-flags.flag-3.de>a:before,.weglot-flags.flag-3.de>span:before{background-position:-1488px 0 !important}.weglot-flags.flag-3.el>a:before,.weglot-flags.flag-3.el>span:before{background-position:-1416px 0 !important}.weglot-flags.flag-3.gu>a:before,.weglot-flags.flag-3.gu>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-3.ht>a:before,.weglot-flags.flag-3.ht>span:before{background-position:-5160px 0 !important}.weglot-flags.flag-3.ha>a:before,.weglot-flags.flag-3.ha>span:before{background-position:-361px 0 !important}.weglot-flags.flag-3.he>a:before,.weglot-flags.flag-3.he>span:before{background-position:-1608px 0 !important}.weglot-flags.flag-3.hi>a:before,.weglot-flags.flag-3.hi>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-3.hu>a:before,.weglot-flags.flag-3.hu>span:before{background-position:-1920px 0 !important}.weglot-flags.flag-3.is>a:before,.weglot-flags.flag-3.is>span:before{background-position:-840px 0 !important}.weglot-flags.flag-3.ig>a:before,.weglot-flags.flag-3.ig>span:before{background-position:-3457px 0 !important}.weglot-flags.flag-3.id>a:before,.weglot-flags.flag-3.id>span:before{background-position:-4992px 0 !important}.weglot-flags.flag-3.ga>a:before,.weglot-flags.flag-3.ga>span:before{background-position:-2016px 0 !important}.weglot-flags.flag-3.it>a:before,.weglot-flags.flag-3.it>span:before{background-position:-336px 0 !important}.weglot-flags.flag-3.ja>a:before,.weglot-flags.flag-3.ja>span:before{background-position:-2448px 0 !important}.weglot-flags.flag-3.jv>a:before,.weglot-flags.flag-3.jv>span:before{background-position:-864px 0 !important}.weglot-flags.flag-3.kn>a:before,.weglot-flags.flag-3.kn>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-3.kk>a:before,.weglot-flags.flag-3.kk>span:before{background-position:-3912px 0 !important}.weglot-flags.flag-3.ko>a:before,.weglot-flags.flag-3.ko>span:before{background-position:-2256px 0 !important}.weglot-flags.flag-3.ku>a:before,.weglot-flags.flag-3.ku>span:before{background-position:-1920px 0 !important}.weglot-flags.flag-3.ky>a:before,.weglot-flags.flag-3.ky>span:before{background-position:-744px 0 !important}.weglot-flags.flag-3.lo>a:before,.weglot-flags.flag-3.lo>span:before{background-position:-3816px 0 !important}.weglot-flags.flag-3.la>a:before,.weglot-flags.flag-3.la>span:before{background-position:-336px 0 !important}.weglot-flags.flag-3.lv>a:before,.weglot-flags.flag-3.lv>span:before{background-position:-216px 0 !important}.weglot-flags.flag-3.lt>a:before,.weglot-flags.flag-3.lt>span:before{background-position:-1776px 0 !important}.weglot-flags.flag-3.lb>a:before,.weglot-flags.flag-3.lb>span:before{background-position:-1945px 0 !important}.weglot-flags.flag-3.mk>a:before,.weglot-flags.flag-3.mk>span:before{background-position:-2208px 0 !important}.weglot-flags.flag-3.mg>a:before,.weglot-flags.flag-3.mg>span:before{background-position:-5064px 0 !important}.weglot-flags.flag-3.ms>a:before,.weglot-flags.flag-3.ms>span:before{background-position:-864px 0 !important}.weglot-flags.flag-3.ml>a:before,.weglot-flags.flag-3.ml>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-3.mt>a:before,.weglot-flags.flag-3.mt>span:before{background-position:-4920px 0 !important}.weglot-flags.flag-3.mi>a:before,.weglot-flags.flag-3.mi>span:before{background-position:-2113px 0 !important}.weglot-flags.flag-3.mr>a:before,.weglot-flags.flag-3.mr>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-3.mn>a:before,.weglot-flags.flag-3.mn>span:before{background-position:-24px 0 !important}.weglot-flags.flag-3.ne>a:before,.weglot-flags.flag-3.ne>span:before{background-position:-5642px 0 !important}.weglot-flags.flag-3.no>a:before,.weglot-flags.flag-3.no>span:before{background-position:-984px 0 !important}.weglot-flags.flag-3.ps>a:before,.weglot-flags.flag-3.ps>span:before{background-position:-4753px 0 !important}.weglot-flags.flag-3.fa>a:before,.weglot-flags.flag-3.fa>span:before{background-position:-816px 0 !important}.weglot-flags.flag-3.pl>a:before,.weglot-flags.flag-3.pl>span:before{background-position:-4944px 0 !important}.weglot-flags.flag-3.pt>a:before,.weglot-flags.flag-3.pt>span:before{background-position:-3504px 0 !important}.weglot-flags.flag-3.pa>a:before,.weglot-flags.flag-3.pa>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-3.ro>a:before,.weglot-flags.flag-3.ro>span:before{background-position:-3744px 0 !important}.weglot-flags.flag-3.ru>a:before,.weglot-flags.flag-3.ru>span:before{background-position:-2664px 0 !important}.weglot-flags.flag-3.sm>a:before,.weglot-flags.flag-3.sm>span:before{background-position:-1248px 0 !important}.weglot-flags.flag-3.gd>a:before,.weglot-flags.flag-3.gd>span:before{background-position:-3841px 0 !important}.weglot-flags.flag-3.sr>a:before,.weglot-flags.flag-3.sr>span:before{background-position:-3312px 0 !important}.weglot-flags.flag-3.sn>a:before,.weglot-flags.flag-3.sn>span:before{background-position:-5521px 0 !important}.weglot-flags.flag-3.sd>a:before,.weglot-flags.flag-3.sd>span:before{background-position:-1993px 0 !important}.weglot-flags.flag-3.si>a:before,.weglot-flags.flag-3.si>span:before{background-position:-2833px 0 !important}.weglot-flags.flag-3.sk>a:before,.weglot-flags.flag-3.sk>span:before{background-position:-552px 0 !important}.weglot-flags.flag-3.sl>a:before,.weglot-flags.flag-3.sl>span:before{background-position:-936px 0 !important}.weglot-flags.flag-3.so>a:before,.weglot-flags.flag-3.so>span:before{background-position:-4032px 0 !important}.weglot-flags.flag-3.st>a:before,.weglot-flags.flag-3.st>span:before{background-position:-3961px 0 !important}.weglot-flags.flag-3.es>a:before,.weglot-flags.flag-3.es>span:before{background-position:-3576px 0 !important}.weglot-flags.flag-3.su>a:before,.weglot-flags.flag-3.su>span:before{background-position:-3985px 0 !important}.weglot-flags.flag-3.sw>a:before,.weglot-flags.flag-3.sw>span:before{background-position:-912px 0 !important}.weglot-flags.flag-3.sv>a:before,.weglot-flags.flag-3.sv>span:before{background-position:-264px 0 !important}.weglot-flags.flag-3.tl>a:before,.weglot-flags.flag-3.tl>span:before{background-position:-5232px 0 !important}.weglot-flags.flag-3.ty>a:before,.weglot-flags.flag-3.ty>span:before{background-position:-1512px 0 !important}.weglot-flags.flag-3.tg>a:before,.weglot-flags.flag-3.tg>span:before{background-position:-3720px 0 !important}.weglot-flags.flag-3.ta>a:before,.weglot-flags.flag-3.ta>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-3.tt>a:before,.weglot-flags.flag-3.tt>span:before{background-position:-2664px 0 !important}.weglot-flags.flag-3.te>a:before,.weglot-flags.flag-3.te>span:before{background-position:-2304px 0 !important}.weglot-flags.flag-3.th>a:before,.weglot-flags.flag-3.th>span:before{background-position:-4848px 0 !important}.weglot-flags.flag-3.to>a:before,.weglot-flags.flag-3.to>span:before{background-position:-1680px 0 !important}.weglot-flags.flag-3.tr>a:before,.weglot-flags.flag-3.tr>span:before{background-position:-432px 0 !important}.weglot-flags.flag-3.uk>a:before,.weglot-flags.flag-3.uk>span:before{background-position:-5736px 0 !important}.weglot-flags.flag-3.ur>a:before,.weglot-flags.flag-3.ur>span:before{background-position:-1992px 0 !important}.weglot-flags.flag-3.uz>a:before,.weglot-flags.flag-3.uz>span:before{background-position:-2160px 0 !important}.weglot-flags.flag-3.vi>a:before,.weglot-flags.flag-3.vi>span:before{background-position:-3384px 0 !important}.weglot-flags.flag-3.cy>a:before,.weglot-flags.flag-3.cy>span:before{background-position:-5040px 0 !important}.weglot-flags.flag-3.fy>a:before,.weglot-flags.flag-3.fy>span:before{background-position:-3360px 0 !important}.weglot-flags.flag-3.xh>a:before,.weglot-flags.flag-3.xh>span:before{background-position:-5496px 0 !important}.weglot-flags.flag-3.yi>a:before,.weglot-flags.flag-3.yi>span:before{background-position:-1608px 0 !important}.weglot-flags.flag-3.yo>a:before,.weglot-flags.flag-3.yo>span:before{background-position:-3457px 0 !important}.weglot-flags.flag-3.zu>a:before,.weglot-flags.flag-3.zu>span:before{background-position:-5496px 0 !important}#wp-admin-bar-weglot>.ab-item{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMzAwIj48ZyBmaWxsPSIjYTBhNWFhIj48cGF0aCBkPSJNMjEuNzM5IDkyLjU2NWw1MS44MjggMTI5LjczMiAyMy42Ni02MC4yNzkgMjQuMTQ0IDYwLjI3OUwxNzMuMiA5Mi41NjVoLTI4LjAwN2wtMjMuODIyIDU4Ljc1LTIzLjkwMi01OC43NS0yMy45MDIgNTguNzUtMjMuOTAyLTU4Ljc1SDIxLjczOXoiLz48cGF0aCBkPSJNMjEwLjAwNiA5Mi43MWMtMTcuODY2IDAtMzMuMTU3IDYuMzU4LTQ1Ljg3MyAxOS4wNzQtMTIuNzE1IDEyLjcxNi0xOC45OTMgMjguMDA2LTE4Ljk5MyA0NS43OTIgMCAxNy44NjcgNi4yNzggMzMuMTU4IDE4Ljk5MyA0NS44NzMgMTIuNzE2IDEyLjcxNiAyOC4wMDcgMTguOTkzIDQ1Ljg3MyAxOC45OTMgMTcuNzg2IDAgMzMuMDc3LTYuMjc3IDQ1Ljc5My0xOC45OTMgMTIuNzE1LTEyLjcxNSAxOS4wNzMtMjguMDA2IDE5LjA3My00NS44NzMgMC00LjUwNy0uNDgzLTguODUyLTEuMjg4LTEyLjk1N2gtNjMuNTc4djI1LjkxNGgzNi42OTljLTIuNzM3IDcuNTY1LTcuNDg1IDEzLjg0My0xNC4wODQgMTguNjcxLTYuNjggNC44My0xNC4yNDUgNy4yNDQtMjIuNjE1IDcuMjQ0LTEwLjc4NCAwLTE5Ljk1OC0zLjc4My0yNy41MjMtMTEuMzQ4LTcuNTY2LTcuNTY1LTExLjM0OC0xNi43NC0xMS4zNDgtMjcuNTI0IDAtMTAuNjIzIDMuNzgyLTE5Ljc5OCAxMS4zNDgtMjcuNDQzIDcuNTY1LTcuNjQ1IDE2Ljc0LTExLjUwOCAyNy41MjMtMTEuNTA4IDEwLjYyMyAwIDE5Ljc5OCAzLjg2MyAyNy41MjQgMTEuNDI4bDE4LjM1LTE4LjM1YTY3Ljk2MyA2Ny45NjMgMCAwMC0yMC43NjQtMTMuODQyYy03Ljg4Ny0zLjM4LTE2LjI1Ny01LjE1LTI1LjExLTUuMTV6Ii8+PC9nPjwvc3ZnPg==") !important;-webkit-background-size:22px auto !important;background-size:22px auto !important;background-repeat:no-repeat !important;background-position:4px 5px !important;padding-left:30px !important}li.weglot-hide,.weglot-hide{display:none !important}.country-selector{z-index:9999;text-align:left;position:relative;display:inline-block;width:auto}.country-selector a{padding:0 10px;outline:none;text-decoration:none;float:none !important;white-space:nowrap;font-weight:normal;cursor:pointer;color:black;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.country-selector a:focus{outline:none}.country-selector ul{padding:0px;z-index:1010;list-style:none;margin:0}.country-selector li{margin:0px;padding:0px}.country-selector.weglot-custom-switcher-ajax{display:none}.country-selector.weglot-dropdown{background-color:white}.country-selector.weglot-dropdown a,.country-selector.weglot-dropdown span{display:block;height:37px;line-height:36px;font-size:13px;padding:0 10px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;font-weight:normal}.country-selector.weglot-dropdown a:hover,.country-selector.weglot-dropdown span:hover{cursor:pointer}.country-selector.weglot-dropdown .wgcurrent{border:1px solid #e0e0e0;list-style:none;display:block;margin:0}.country-selector.weglot-dropdown .wgcurrent a,.country-selector.weglot-dropdown .wgcurrent span{padding-right:60px}.country-selector.weglot-dropdown .wgcurrent:after{display:inline-block;position:absolute;top:17px;right:8px;width:13px;height:7px;-ms-interpolation-mode:nearest-neighbor;image-rendering:-webkit-optimize-contrast;image-rendering:-o-pixelated;image-rendering:pixelated;background:url(//www.axisrooms.com/wp-content/plugins/weglot/dist/images/wgarrowdown.png) no-repeat;content:"";-webkit-transition:all 200ms;-o-transition:all 200ms;transition:all 200ms;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.country-selector.weglot-dropdown ul{position:absolute;min-width:100%;border:1px solid #ebeef0;background:white;left:0;top:initial;-webkit-box-sizing:border-box;box-sizing:border-box;display:none;padding:0}.country-selector.weglot-dropdown input:checked ~ ul{display:block}.country-selector.weglot-dropdown input:checked ~ .wgcurrent:after{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.country-selector.weglot-dropdown li{width:100%}.country-selector.weglot-dropdown.weglot-invert ul{bottom:38px}.country-selector.weglot-dropdown.weglot-invert input:checked ~ .wgcurrent:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.country-selector.weglot-default{position:fixed;bottom:0px;right:40px}.country-selector.weglot-inline a:hover{text-decoration:underline;color:#00a0d2}.country-selector.weglot-inline .wgcurrent a{text-decoration:underline}.country-selector.weglot-inline label{margin-bottom:0;display:inline-block;vertical-align:middle}.country-selector.weglot-inline ul{display:inline-block;vertical-align:middle}.country-selector.weglot-inline li{line-height:1 !important;display:inline-block;margin:2px 0px;vertical-align:middle}.country-selector.weglot-inline.weglot-default{bottom:5px}.country-selector input{display:none !important}.navbar .navbar-nav li.weglot-flags a.weglot-lang:before{position:static;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:none;-o-transition:none;transition:none}.js .main-navigation .country-selector ul{display:none}html[dir="rtl"] .weglot-flags a:before,html[dir="rtl"] .weglot-flags span:before{margin-right:0;margin-left:10px}.weglot-flags>a:before,.weglot-flags>span.wglanguage-name:before{background-image:url(//www.axisrooms.com/wp-content/plugins/weglot/dist/images/rect_mate.png);-webkit-background-size:auto 20px !important;background-size:auto 20px !important;border-radius:0px !important;width:30px !important;height:20px !important;content:"";vertical-align:middle;margin-right:10px;display:inline-block;overflow:hidden}.weglot-flags.flag-1>a:before,.weglot-flags.flag-1>span:before{background-image:url(//www.axisrooms.com/wp-content/plugins/weglot/dist/images/rect_bright.png)}.weglot-flags.flag-2>a:before,.weglot-flags.flag-2>span:before{background-image:url(//www.axisrooms.com/wp-content/plugins/weglot/dist/images/square_flag.png);width:24px !important;height:24px !important;-webkit-background-size:auto 24px !important;background-size:auto 24px !important}.weglot-flags.flag-3 a:before,.weglot-flags.flag-3 span:before{background-image:url(//www.axisrooms.com/wp-content/plugins/weglot/dist/images/circular_flag.png);width:24px !important;height:24px !important;-webkit-background-size:auto 24px !important;background-size:auto 24px !important}.weglot-flags>a span:before{background-image:none !important;display:none !important}.weglot-flags>span a:before{background-image:none !important;display:none !important}.weglot-flags.flag-3.wg-af>a:before,.weglot-flags.flag-3.wg-af>span:before{background-image:url(https://cdn.weglot.com/flags/circle/za.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-af>a:before,.weglot-flags.flag-2.wg-af>span:before{background-image:url(https://cdn.weglot.com/flags/square/za.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-af>a:before,.weglot-flags.flag-1.wg-af>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/za.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-af>a:before,.weglot-flags.flag-0.wg-af>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/za.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-xh>a:before,.weglot-flags.flag-3.wg-xh>span:before{background-image:url(https://cdn.weglot.com/flags/circle/za.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-xh>a:before,.weglot-flags.flag-2.wg-xh>span:before{background-image:url(https://cdn.weglot.com/flags/square/za.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-xh>a:before,.weglot-flags.flag-1.wg-xh>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/za.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-xh>a:before,.weglot-flags.flag-0.wg-xh>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/za.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-zu>a:before,.weglot-flags.flag-3.wg-zu>span:before{background-image:url(https://cdn.weglot.com/flags/circle/za.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-zu>a:before,.weglot-flags.flag-2.wg-zu>span:before{background-image:url(https://cdn.weglot.com/flags/square/za.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-zu>a:before,.weglot-flags.flag-1.wg-zu>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/za.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-zu>a:before,.weglot-flags.flag-0.wg-zu>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/za.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-am>a:before,.weglot-flags.flag-3.wg-am>span:before{background-image:url(https://cdn.weglot.com/flags/circle/et.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-am>a:before,.weglot-flags.flag-2.wg-am>span:before{background-image:url(https://cdn.weglot.com/flags/square/et.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-am>a:before,.weglot-flags.flag-1.wg-am>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/et.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-am>a:before,.weglot-flags.flag-0.wg-am>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/et.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ar>a:before,.weglot-flags.flag-3.wg-ar>span:before{background-image:url(https://cdn.weglot.com/flags/circle/sa.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ar>a:before,.weglot-flags.flag-2.wg-ar>span:before{background-image:url(https://cdn.weglot.com/flags/square/sa.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ar>a:before,.weglot-flags.flag-1.wg-ar>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/sa.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ar>a:before,.weglot-flags.flag-0.wg-ar>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/sa.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-az>a:before,.weglot-flags.flag-3.wg-az>span:before{background-image:url(https://cdn.weglot.com/flags/circle/az.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-az>a:before,.weglot-flags.flag-2.wg-az>span:before{background-image:url(https://cdn.weglot.com/flags/square/az.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-az>a:before,.weglot-flags.flag-1.wg-az>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/az.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-az>a:before,.weglot-flags.flag-0.wg-az>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/az.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ba>a:before,.weglot-flags.flag-3.wg-ba>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ru.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ba>a:before,.weglot-flags.flag-2.wg-ba>span:before{background-image:url(https://cdn.weglot.com/flags/square/ru.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ba>a:before,.weglot-flags.flag-1.wg-ba>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ru.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ba>a:before,.weglot-flags.flag-0.wg-ba>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ru.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ru>a:before,.weglot-flags.flag-3.wg-ru>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ru.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ru>a:before,.weglot-flags.flag-2.wg-ru>span:before{background-image:url(https://cdn.weglot.com/flags/square/ru.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ru>a:before,.weglot-flags.flag-1.wg-ru>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ru.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ru>a:before,.weglot-flags.flag-0.wg-ru>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ru.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-be>a:before,.weglot-flags.flag-3.wg-be>span:before{background-image:url(https://cdn.weglot.com/flags/circle/by.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-be>a:before,.weglot-flags.flag-2.wg-be>span:before{background-image:url(https://cdn.weglot.com/flags/square/by.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-be>a:before,.weglot-flags.flag-1.wg-be>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/by.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-be>a:before,.weglot-flags.flag-0.wg-be>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/by.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-bg>a:before,.weglot-flags.flag-3.wg-bg>span:before{background-image:url(https://cdn.weglot.com/flags/circle/bg.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-bg>a:before,.weglot-flags.flag-2.wg-bg>span:before{background-image:url(https://cdn.weglot.com/flags/square/bg.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-bg>a:before,.weglot-flags.flag-1.wg-bg>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/bg.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-bg>a:before,.weglot-flags.flag-0.wg-bg>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/bg.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-bn>a:before,.weglot-flags.flag-3.wg-bn>span:before{background-image:url(https://cdn.weglot.com/flags/circle/bd.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-bn>a:before,.weglot-flags.flag-2.wg-bn>span:before{background-image:url(https://cdn.weglot.com/flags/square/bd.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-bn>a:before,.weglot-flags.flag-1.wg-bn>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/bd.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-bn>a:before,.weglot-flags.flag-0.wg-bn>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/bd.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-br>a:before,.weglot-flags.flag-3.wg-br>span:before{background-image:url(https://cdn.weglot.com/flags/circle/br.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-br>a:before,.weglot-flags.flag-2.wg-br>span:before{background-image:url(https://cdn.weglot.com/flags/square/br.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-br>a:before,.weglot-flags.flag-1.wg-br>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/br.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-br>a:before,.weglot-flags.flag-0.wg-br>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/br.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-pt-br>a:before,.weglot-flags.flag-3.wg-pt-br>span:before{background-image:url(https://cdn.weglot.com/flags/circle/br.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-pt-br>a:before,.weglot-flags.flag-2.wg-pt-br>span:before{background-image:url(https://cdn.weglot.com/flags/square/br.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-pt-br>a:before,.weglot-flags.flag-1.wg-pt-br>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/br.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-pt-br>a:before,.weglot-flags.flag-0.wg-pt-br>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/br.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-bs>a:before,.weglot-flags.flag-3.wg-bs>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ba.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-bs>a:before,.weglot-flags.flag-2.wg-bs>span:before{background-image:url(https://cdn.weglot.com/flags/square/ba.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-bs>a:before,.weglot-flags.flag-1.wg-bs>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ba.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-bs>a:before,.weglot-flags.flag-0.wg-bs>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ba.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ca>a:before,.weglot-flags.flag-3.wg-ca>span:before{background-image:url(https://cdn.weglot.com/flags/circle/es-ca.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ca>a:before,.weglot-flags.flag-2.wg-ca>span:before{background-image:url(https://cdn.weglot.com/flags/square/es-ca.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ca>a:before,.weglot-flags.flag-1.wg-ca>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/es-ca.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ca>a:before,.weglot-flags.flag-0.wg-ca>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/es-ca.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-co>a:before,.weglot-flags.flag-3.wg-co>span:before{background-image:url(https://cdn.weglot.com/flags/circle/co.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-co>a:before,.weglot-flags.flag-2.wg-co>span:before{background-image:url(https://cdn.weglot.com/flags/square/co.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-co>a:before,.weglot-flags.flag-1.wg-co>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/co.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-co>a:before,.weglot-flags.flag-0.wg-co>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/co.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-cs>a:before,.weglot-flags.flag-3.wg-cs>span:before{background-image:url(https://cdn.weglot.com/flags/circle/cz.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-cs>a:before,.weglot-flags.flag-2.wg-cs>span:before{background-image:url(https://cdn.weglot.com/flags/square/cz.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-cs>a:before,.weglot-flags.flag-1.wg-cs>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/cz.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-cs>a:before,.weglot-flags.flag-0.wg-cs>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/cz.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-cy>a:before,.weglot-flags.flag-3.wg-cy>span:before{background-image:url(https://cdn.weglot.com/flags/circle/gb-wls.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-cy>a:before,.weglot-flags.flag-2.wg-cy>span:before{background-image:url(https://cdn.weglot.com/flags/square/gb-wls.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-cy>a:before,.weglot-flags.flag-1.wg-cy>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/gb-wls.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-cy>a:before,.weglot-flags.flag-0.wg-cy>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/gb-wls.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-da>a:before,.weglot-flags.flag-3.wg-da>span:before{background-image:url(https://cdn.weglot.com/flags/circle/dk.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-da>a:before,.weglot-flags.flag-2.wg-da>span:before{background-image:url(https://cdn.weglot.com/flags/square/dk.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-da>a:before,.weglot-flags.flag-1.wg-da>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/dk.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-da>a:before,.weglot-flags.flag-0.wg-da>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/dk.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-de>a:before,.weglot-flags.flag-3.wg-de>span:before{background-image:url(https://cdn.weglot.com/flags/circle/de.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-de>a:before,.weglot-flags.flag-2.wg-de>span:before{background-image:url(https://cdn.weglot.com/flags/square/de.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-de>a:before,.weglot-flags.flag-1.wg-de>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/de.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-de>a:before,.weglot-flags.flag-0.wg-de>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/de.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-el>a:before,.weglot-flags.flag-3.wg-el>span:before{background-image:url(https://cdn.weglot.com/flags/circle/gr.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-el>a:before,.weglot-flags.flag-2.wg-el>span:before{background-image:url(https://cdn.weglot.com/flags/square/gr.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-el>a:before,.weglot-flags.flag-1.wg-el>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/gr.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-el>a:before,.weglot-flags.flag-0.wg-el>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/gr.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-en>a:before,.weglot-flags.flag-3.wg-en>span:before{background-image:url(https://cdn.weglot.com/flags/circle/gb.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-en>a:before,.weglot-flags.flag-2.wg-en>span:before{background-image:url(https://cdn.weglot.com/flags/square/gb.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-en>a:before,.weglot-flags.flag-1.wg-en>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/gb.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-en>a:before,.weglot-flags.flag-0.wg-en>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/gb.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-eo>a:before,.weglot-flags.flag-3.wg-eo>span:before{background-image:url(https://cdn.weglot.com/flags/circle/eo.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-eo>a:before,.weglot-flags.flag-2.wg-eo>span:before{background-image:url(https://cdn.weglot.com/flags/square/eo.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-eo>a:before,.weglot-flags.flag-1.wg-eo>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/eo.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-eo>a:before,.weglot-flags.flag-0.wg-eo>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/eo.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-es>a:before,.weglot-flags.flag-3.wg-es>span:before{background-image:url(https://cdn.weglot.com/flags/circle/es.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-es>a:before,.weglot-flags.flag-2.wg-es>span:before{background-image:url(https://cdn.weglot.com/flags/square/es.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-es>a:before,.weglot-flags.flag-1.wg-es>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/es.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-es>a:before,.weglot-flags.flag-0.wg-es>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/es.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-et>a:before,.weglot-flags.flag-3.wg-et>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ee.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-et>a:before,.weglot-flags.flag-2.wg-et>span:before{background-image:url(https://cdn.weglot.com/flags/square/ee.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-et>a:before,.weglot-flags.flag-1.wg-et>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ee.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-et>a:before,.weglot-flags.flag-0.wg-et>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ee.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-eu>a:before,.weglot-flags.flag-3.wg-eu>span:before{background-image:url(https://cdn.weglot.com/flags/circle/eu.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-eu>a:before,.weglot-flags.flag-2.wg-eu>span:before{background-image:url(https://cdn.weglot.com/flags/square/eu.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-eu>a:before,.weglot-flags.flag-1.wg-eu>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/eu.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-eu>a:before,.weglot-flags.flag-0.wg-eu>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/eu.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-fa>a:before,.weglot-flags.flag-3.wg-fa>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ir.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-fa>a:before,.weglot-flags.flag-2.wg-fa>span:before{background-image:url(https://cdn.weglot.com/flags/square/ir.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-fa>a:before,.weglot-flags.flag-1.wg-fa>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ir.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-fa>a:before,.weglot-flags.flag-0.wg-fa>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ir.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-fi>a:before,.weglot-flags.flag-3.wg-fi>span:before{background-image:url(https://cdn.weglot.com/flags/circle/fi.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-fi>a:before,.weglot-flags.flag-2.wg-fi>span:before{background-image:url(https://cdn.weglot.com/flags/square/fi.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-fi>a:before,.weglot-flags.flag-1.wg-fi>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/fi.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-fi>a:before,.weglot-flags.flag-0.wg-fi>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/fi.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-fj>a:before,.weglot-flags.flag-3.wg-fj>span:before{background-image:url(https://cdn.weglot.com/flags/circle/fj.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-fj>a:before,.weglot-flags.flag-2.wg-fj>span:before{background-image:url(https://cdn.weglot.com/flags/square/fj.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-fj>a:before,.weglot-flags.flag-1.wg-fj>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/fj.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-fj>a:before,.weglot-flags.flag-0.wg-fj>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/fj.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-cb>a:before,.weglot-flags.flag-3.wg-cb>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ph.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-cb>a:before,.weglot-flags.flag-2.wg-cb>span:before{background-image:url(https://cdn.weglot.com/flags/square/ph.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-cb>a:before,.weglot-flags.flag-1.wg-cb>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ph.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-cb>a:before,.weglot-flags.flag-0.wg-cb>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ph.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ceb>a:before,.weglot-flags.flag-3.wg-ceb>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ph.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ceb>a:before,.weglot-flags.flag-2.wg-ceb>span:before{background-image:url(https://cdn.weglot.com/flags/square/ph.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ceb>a:before,.weglot-flags.flag-1.wg-ceb>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ph.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ceb>a:before,.weglot-flags.flag-0.wg-ceb>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ph.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-fl>a:before,.weglot-flags.flag-3.wg-fl>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ph.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-fl>a:before,.weglot-flags.flag-2.wg-fl>span:before{background-image:url(https://cdn.weglot.com/flags/square/ph.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-fl>a:before,.weglot-flags.flag-1.wg-fl>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ph.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-fl>a:before,.weglot-flags.flag-0.wg-fl>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ph.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-fr>a:before,.weglot-flags.flag-3.wg-fr>span:before{background-image:url(https://cdn.weglot.com/flags/circle/fr.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-fr>a:before,.weglot-flags.flag-2.wg-fr>span:before{background-image:url(https://cdn.weglot.com/flags/square/fr.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-fr>a:before,.weglot-flags.flag-1.wg-fr>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/fr.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-fr>a:before,.weglot-flags.flag-0.wg-fr>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/fr.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-fy>a:before,.weglot-flags.flag-3.wg-fy>span:before{background-image:url(https://cdn.weglot.com/flags/circle/nl.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-fy>a:before,.weglot-flags.flag-2.wg-fy>span:before{background-image:url(https://cdn.weglot.com/flags/square/nl.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-fy>a:before,.weglot-flags.flag-1.wg-fy>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/nl.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-fy>a:before,.weglot-flags.flag-0.wg-fy>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/nl.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-nl>a:before,.weglot-flags.flag-3.wg-nl>span:before{background-image:url(https://cdn.weglot.com/flags/circle/nl.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-nl>a:before,.weglot-flags.flag-2.wg-nl>span:before{background-image:url(https://cdn.weglot.com/flags/square/nl.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-nl>a:before,.weglot-flags.flag-1.wg-nl>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/nl.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-nl>a:before,.weglot-flags.flag-0.wg-nl>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/nl.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ga>a:before,.weglot-flags.flag-3.wg-ga>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ie.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ga>a:before,.weglot-flags.flag-2.wg-ga>span:before{background-image:url(https://cdn.weglot.com/flags/square/ie.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ga>a:before,.weglot-flags.flag-1.wg-ga>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ie.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ga>a:before,.weglot-flags.flag-0.wg-ga>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ie.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-gd>a:before,.weglot-flags.flag-3.wg-gd>span:before{background-image:url(https://cdn.weglot.com/flags/circle/gb-sct.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-gd>a:before,.weglot-flags.flag-2.wg-gd>span:before{background-image:url(https://cdn.weglot.com/flags/square/gb-sct.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-gd>a:before,.weglot-flags.flag-1.wg-gd>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/gb-sct.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-gd>a:before,.weglot-flags.flag-0.wg-gd>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/gb-sct.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-gl>a:before,.weglot-flags.flag-3.wg-gl>span:before{background-image:url(https://cdn.weglot.com/flags/circle/es-ga.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-gl>a:before,.weglot-flags.flag-2.wg-gl>span:before{background-image:url(https://cdn.weglot.com/flags/square/es-ga.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-gl>a:before,.weglot-flags.flag-1.wg-gl>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/es-ga.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-gl>a:before,.weglot-flags.flag-0.wg-gl>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/es-ga.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-as>a:before,.weglot-flags.flag-3.wg-as>span:before{background-image:url(https://cdn.weglot.com/flags/circle/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-as>a:before,.weglot-flags.flag-2.wg-as>span:before{background-image:url(https://cdn.weglot.com/flags/square/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-as>a:before,.weglot-flags.flag-1.wg-as>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-as>a:before,.weglot-flags.flag-0.wg-as>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-gu>a:before,.weglot-flags.flag-3.wg-gu>span:before{background-image:url(https://cdn.weglot.com/flags/circle/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-gu>a:before,.weglot-flags.flag-2.wg-gu>span:before{background-image:url(https://cdn.weglot.com/flags/square/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-gu>a:before,.weglot-flags.flag-1.wg-gu>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-gu>a:before,.weglot-flags.flag-0.wg-gu>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-hi>a:before,.weglot-flags.flag-3.wg-hi>span:before{background-image:url(https://cdn.weglot.com/flags/circle/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-hi>a:before,.weglot-flags.flag-2.wg-hi>span:before{background-image:url(https://cdn.weglot.com/flags/square/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-hi>a:before,.weglot-flags.flag-1.wg-hi>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-hi>a:before,.weglot-flags.flag-0.wg-hi>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-kn>a:before,.weglot-flags.flag-3.wg-kn>span:before{background-image:url(https://cdn.weglot.com/flags/circle/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-kn>a:before,.weglot-flags.flag-2.wg-kn>span:before{background-image:url(https://cdn.weglot.com/flags/square/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-kn>a:before,.weglot-flags.flag-1.wg-kn>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-kn>a:before,.weglot-flags.flag-0.wg-kn>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ml>a:before,.weglot-flags.flag-3.wg-ml>span:before{background-image:url(https://cdn.weglot.com/flags/circle/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ml>a:before,.weglot-flags.flag-2.wg-ml>span:before{background-image:url(https://cdn.weglot.com/flags/square/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ml>a:before,.weglot-flags.flag-1.wg-ml>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ml>a:before,.weglot-flags.flag-0.wg-ml>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-mr>a:before,.weglot-flags.flag-3.wg-mr>span:before{background-image:url(https://cdn.weglot.com/flags/circle/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-mr>a:before,.weglot-flags.flag-2.wg-mr>span:before{background-image:url(https://cdn.weglot.com/flags/square/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-mr>a:before,.weglot-flags.flag-1.wg-mr>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-mr>a:before,.weglot-flags.flag-0.wg-mr>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-or>a:before,.weglot-flags.flag-3.wg-or>span:before{background-image:url(https://cdn.weglot.com/flags/circle/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-or>a:before,.weglot-flags.flag-2.wg-or>span:before{background-image:url(https://cdn.weglot.com/flags/square/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-or>a:before,.weglot-flags.flag-1.wg-or>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-or>a:before,.weglot-flags.flag-0.wg-or>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-pa>a:before,.weglot-flags.flag-3.wg-pa>span:before{background-image:url(https://cdn.weglot.com/flags/circle/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-pa>a:before,.weglot-flags.flag-2.wg-pa>span:before{background-image:url(https://cdn.weglot.com/flags/square/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-pa>a:before,.weglot-flags.flag-1.wg-pa>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-pa>a:before,.weglot-flags.flag-0.wg-pa>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ta>a:before,.weglot-flags.flag-3.wg-ta>span:before{background-image:url(https://cdn.weglot.com/flags/circle/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ta>a:before,.weglot-flags.flag-2.wg-ta>span:before{background-image:url(https://cdn.weglot.com/flags/square/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ta>a:before,.weglot-flags.flag-1.wg-ta>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ta>a:before,.weglot-flags.flag-0.wg-ta>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-te>a:before,.weglot-flags.flag-3.wg-te>span:before{background-image:url(https://cdn.weglot.com/flags/circle/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-te>a:before,.weglot-flags.flag-2.wg-te>span:before{background-image:url(https://cdn.weglot.com/flags/square/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-te>a:before,.weglot-flags.flag-1.wg-te>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-te>a:before,.weglot-flags.flag-0.wg-te>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-tl>a:before,.weglot-flags.flag-3.wg-tl>span:before{background-image:url(https://cdn.weglot.com/flags/circle/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-tl>a:before,.weglot-flags.flag-2.wg-tl>span:before{background-image:url(https://cdn.weglot.com/flags/square/in.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-tl>a:before,.weglot-flags.flag-1.wg-tl>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-tl>a:before,.weglot-flags.flag-0.wg-tl>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/in.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ha>a:before,.weglot-flags.flag-3.wg-ha>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ne.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ha>a:before,.weglot-flags.flag-2.wg-ha>span:before{background-image:url(https://cdn.weglot.com/flags/square/ne.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ha>a:before,.weglot-flags.flag-1.wg-ha>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ne.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ha>a:before,.weglot-flags.flag-0.wg-ha>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ne.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ig>a:before,.weglot-flags.flag-3.wg-ig>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ne.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ig>a:before,.weglot-flags.flag-2.wg-ig>span:before{background-image:url(https://cdn.weglot.com/flags/square/ne.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ig>a:before,.weglot-flags.flag-1.wg-ig>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ne.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ig>a:before,.weglot-flags.flag-0.wg-ig>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ne.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-he>a:before,.weglot-flags.flag-3.wg-he>span:before{background-image:url(https://cdn.weglot.com/flags/circle/il.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-he>a:before,.weglot-flags.flag-2.wg-he>span:before{background-image:url(https://cdn.weglot.com/flags/square/il.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-he>a:before,.weglot-flags.flag-1.wg-he>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/il.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-he>a:before,.weglot-flags.flag-0.wg-he>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/il.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-yi>a:before,.weglot-flags.flag-3.wg-yi>span:before{background-image:url(https://cdn.weglot.com/flags/circle/il.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-yi>a:before,.weglot-flags.flag-2.wg-yi>span:before{background-image:url(https://cdn.weglot.com/flags/square/il.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-yi>a:before,.weglot-flags.flag-1.wg-yi>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/il.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-yi>a:before,.weglot-flags.flag-0.wg-yi>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/il.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-hr>a:before,.weglot-flags.flag-3.wg-hr>span:before{background-image:url(https://cdn.weglot.com/flags/circle/hr.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-hr>a:before,.weglot-flags.flag-2.wg-hr>span:before{background-image:url(https://cdn.weglot.com/flags/square/hr.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-hr>a:before,.weglot-flags.flag-1.wg-hr>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/hr.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-hr>a:before,.weglot-flags.flag-0.wg-hr>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/hr.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ht>a:before,.weglot-flags.flag-3.wg-ht>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ht.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ht>a:before,.weglot-flags.flag-2.wg-ht>span:before{background-image:url(https://cdn.weglot.com/flags/square/ht.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ht>a:before,.weglot-flags.flag-1.wg-ht>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ht.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ht>a:before,.weglot-flags.flag-0.wg-ht>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ht.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-hu>a:before,.weglot-flags.flag-3.wg-hu>span:before{background-image:url(https://cdn.weglot.com/flags/circle/hu.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-hu>a:before,.weglot-flags.flag-2.wg-hu>span:before{background-image:url(https://cdn.weglot.com/flags/square/hu.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-hu>a:before,.weglot-flags.flag-1.wg-hu>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/hu.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-hu>a:before,.weglot-flags.flag-0.wg-hu>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/hu.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-hw>a:before,.weglot-flags.flag-3.wg-hw>span:before{background-image:url(https://cdn.weglot.com/flags/circle/hw.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-hw>a:before,.weglot-flags.flag-2.wg-hw>span:before{background-image:url(https://cdn.weglot.com/flags/square/hw.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-hw>a:before,.weglot-flags.flag-1.wg-hw>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/hw.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-hw>a:before,.weglot-flags.flag-0.wg-hw>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/hw.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-hy>a:before,.weglot-flags.flag-3.wg-hy>span:before{background-image:url(https://cdn.weglot.com/flags/circle/am.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-hy>a:before,.weglot-flags.flag-2.wg-hy>span:before{background-image:url(https://cdn.weglot.com/flags/square/am.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-hy>a:before,.weglot-flags.flag-1.wg-hy>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/am.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-hy>a:before,.weglot-flags.flag-0.wg-hy>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/am.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-id>a:before,.weglot-flags.flag-3.wg-id>span:before{background-image:url(https://cdn.weglot.com/flags/circle/id.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-id>a:before,.weglot-flags.flag-2.wg-id>span:before{background-image:url(https://cdn.weglot.com/flags/square/id.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-id>a:before,.weglot-flags.flag-1.wg-id>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/id.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-id>a:before,.weglot-flags.flag-0.wg-id>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/id.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-jv>a:before,.weglot-flags.flag-3.wg-jv>span:before{background-image:url(https://cdn.weglot.com/flags/circle/id.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-jv>a:before,.weglot-flags.flag-2.wg-jv>span:before{background-image:url(https://cdn.weglot.com/flags/square/id.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-jv>a:before,.weglot-flags.flag-1.wg-jv>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/id.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-jv>a:before,.weglot-flags.flag-0.wg-jv>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/id.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-is>a:before,.weglot-flags.flag-3.wg-is>span:before{background-image:url(https://cdn.weglot.com/flags/circle/is.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-is>a:before,.weglot-flags.flag-2.wg-is>span:before{background-image:url(https://cdn.weglot.com/flags/square/is.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-is>a:before,.weglot-flags.flag-1.wg-is>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/is.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-is>a:before,.weglot-flags.flag-0.wg-is>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/is.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-it>a:before,.weglot-flags.flag-3.wg-it>span:before{background-image:url(https://cdn.weglot.com/flags/circle/it.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-it>a:before,.weglot-flags.flag-2.wg-it>span:before{background-image:url(https://cdn.weglot.com/flags/square/it.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-it>a:before,.weglot-flags.flag-1.wg-it>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/it.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-it>a:before,.weglot-flags.flag-0.wg-it>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/it.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-la>a:before,.weglot-flags.flag-3.wg-la>span:before{background-image:url(https://cdn.weglot.com/flags/circle/it.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-la>a:before,.weglot-flags.flag-2.wg-la>span:before{background-image:url(https://cdn.weglot.com/flags/square/it.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-la>a:before,.weglot-flags.flag-1.wg-la>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/it.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-la>a:before,.weglot-flags.flag-0.wg-la>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/it.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ja>a:before,.weglot-flags.flag-3.wg-ja>span:before{background-image:url(https://cdn.weglot.com/flags/circle/jp.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ja>a:before,.weglot-flags.flag-2.wg-ja>span:before{background-image:url(https://cdn.weglot.com/flags/square/jp.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ja>a:before,.weglot-flags.flag-1.wg-ja>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/jp.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ja>a:before,.weglot-flags.flag-0.wg-ja>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/jp.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ka>a:before,.weglot-flags.flag-3.wg-ka>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ge.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ka>a:before,.weglot-flags.flag-2.wg-ka>span:before{background-image:url(https://cdn.weglot.com/flags/square/ge.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ka>a:before,.weglot-flags.flag-1.wg-ka>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ge.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ka>a:before,.weglot-flags.flag-0.wg-ka>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ge.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-kk>a:before,.weglot-flags.flag-3.wg-kk>span:before{background-image:url(https://cdn.weglot.com/flags/circle/kz.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-kk>a:before,.weglot-flags.flag-2.wg-kk>span:before{background-image:url(https://cdn.weglot.com/flags/square/kz.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-kk>a:before,.weglot-flags.flag-1.wg-kk>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/kz.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-kk>a:before,.weglot-flags.flag-0.wg-kk>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/kz.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-km>a:before,.weglot-flags.flag-3.wg-km>span:before{background-image:url(https://cdn.weglot.com/flags/circle/kh.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-km>a:before,.weglot-flags.flag-2.wg-km>span:before{background-image:url(https://cdn.weglot.com/flags/square/kh.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-km>a:before,.weglot-flags.flag-1.wg-km>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/kh.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-km>a:before,.weglot-flags.flag-0.wg-km>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/kh.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ko>a:before,.weglot-flags.flag-3.wg-ko>span:before{background-image:url(https://cdn.weglot.com/flags/circle/kr.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ko>a:before,.weglot-flags.flag-2.wg-ko>span:before{background-image:url(https://cdn.weglot.com/flags/square/kr.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ko>a:before,.weglot-flags.flag-1.wg-ko>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/kr.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ko>a:before,.weglot-flags.flag-0.wg-ko>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/kr.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ku>a:before,.weglot-flags.flag-3.wg-ku>span:before{background-image:url(https://cdn.weglot.com/flags/circle/iq.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ku>a:before,.weglot-flags.flag-2.wg-ku>span:before{background-image:url(https://cdn.weglot.com/flags/square/iq.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ku>a:before,.weglot-flags.flag-1.wg-ku>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/iq.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ku>a:before,.weglot-flags.flag-0.wg-ku>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/iq.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ky>a:before,.weglot-flags.flag-3.wg-ky>span:before{background-image:url(https://cdn.weglot.com/flags/circle/kg.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ky>a:before,.weglot-flags.flag-2.wg-ky>span:before{background-image:url(https://cdn.weglot.com/flags/square/kg.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ky>a:before,.weglot-flags.flag-1.wg-ky>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/kg.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ky>a:before,.weglot-flags.flag-0.wg-ky>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/kg.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-lb>a:before,.weglot-flags.flag-3.wg-lb>span:before{background-image:url(https://cdn.weglot.com/flags/circle/lu.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-lb>a:before,.weglot-flags.flag-2.wg-lb>span:before{background-image:url(https://cdn.weglot.com/flags/square/lu.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-lb>a:before,.weglot-flags.flag-1.wg-lb>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/lu.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-lb>a:before,.weglot-flags.flag-0.wg-lb>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/lu.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-lo>a:before,.weglot-flags.flag-3.wg-lo>span:before{background-image:url(https://cdn.weglot.com/flags/circle/la.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-lo>a:before,.weglot-flags.flag-2.wg-lo>span:before{background-image:url(https://cdn.weglot.com/flags/square/la.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-lo>a:before,.weglot-flags.flag-1.wg-lo>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/la.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-lo>a:before,.weglot-flags.flag-0.wg-lo>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/la.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-lt>a:before,.weglot-flags.flag-3.wg-lt>span:before{background-image:url(https://cdn.weglot.com/flags/circle/lt.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-lt>a:before,.weglot-flags.flag-2.wg-lt>span:before{background-image:url(https://cdn.weglot.com/flags/square/lt.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-lt>a:before,.weglot-flags.flag-1.wg-lt>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/lt.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-lt>a:before,.weglot-flags.flag-0.wg-lt>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/lt.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-lv>a:before,.weglot-flags.flag-3.wg-lv>span:before{background-image:url(https://cdn.weglot.com/flags/circle/lv.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-lv>a:before,.weglot-flags.flag-2.wg-lv>span:before{background-image:url(https://cdn.weglot.com/flags/square/lv.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-lv>a:before,.weglot-flags.flag-1.wg-lv>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/lv.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-lv>a:before,.weglot-flags.flag-0.wg-lv>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/lv.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-mg>a:before,.weglot-flags.flag-3.wg-mg>span:before{background-image:url(https://cdn.weglot.com/flags/circle/mg.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-mg>a:before,.weglot-flags.flag-2.wg-mg>span:before{background-image:url(https://cdn.weglot.com/flags/square/mg.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-mg>a:before,.weglot-flags.flag-1.wg-mg>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/mg.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-mg>a:before,.weglot-flags.flag-0.wg-mg>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/mg.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-mi>a:before,.weglot-flags.flag-3.wg-mi>span:before{background-image:url(https://cdn.weglot.com/flags/circle/nz.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-mi>a:before,.weglot-flags.flag-2.wg-mi>span:before{background-image:url(https://cdn.weglot.com/flags/square/nz.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-mi>a:before,.weglot-flags.flag-1.wg-mi>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/nz.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-mi>a:before,.weglot-flags.flag-0.wg-mi>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/nz.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-mk>a:before,.weglot-flags.flag-3.wg-mk>span:before{background-image:url(https://cdn.weglot.com/flags/circle/mk.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-mk>a:before,.weglot-flags.flag-2.wg-mk>span:before{background-image:url(https://cdn.weglot.com/flags/square/mk.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-mk>a:before,.weglot-flags.flag-1.wg-mk>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/mk.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-mk>a:before,.weglot-flags.flag-0.wg-mk>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/mk.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-mn>a:before,.weglot-flags.flag-3.wg-mn>span:before{background-image:url(https://cdn.weglot.com/flags/circle/mn.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-mn>a:before,.weglot-flags.flag-2.wg-mn>span:before{background-image:url(https://cdn.weglot.com/flags/square/mn.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-mn>a:before,.weglot-flags.flag-1.wg-mn>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/mn.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-mn>a:before,.weglot-flags.flag-0.wg-mn>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/mn.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ms>a:before,.weglot-flags.flag-3.wg-ms>span:before{background-image:url(https://cdn.weglot.com/flags/circle/my.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ms>a:before,.weglot-flags.flag-2.wg-ms>span:before{background-image:url(https://cdn.weglot.com/flags/square/my.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ms>a:before,.weglot-flags.flag-1.wg-ms>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/my.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ms>a:before,.weglot-flags.flag-0.wg-ms>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/my.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-mt>a:before,.weglot-flags.flag-3.wg-mt>span:before{background-image:url(https://cdn.weglot.com/flags/circle/mt.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-mt>a:before,.weglot-flags.flag-2.wg-mt>span:before{background-image:url(https://cdn.weglot.com/flags/square/mt.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-mt>a:before,.weglot-flags.flag-1.wg-mt>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/mt.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-mt>a:before,.weglot-flags.flag-0.wg-mt>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/mt.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-my>a:before,.weglot-flags.flag-3.wg-my>span:before{background-image:url(https://cdn.weglot.com/flags/circle/mm.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-my>a:before,.weglot-flags.flag-2.wg-my>span:before{background-image:url(https://cdn.weglot.com/flags/square/mm.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-my>a:before,.weglot-flags.flag-1.wg-my>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/mm.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-my>a:before,.weglot-flags.flag-0.wg-my>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/mm.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ne>a:before,.weglot-flags.flag-3.wg-ne>span:before{background-image:url(https://cdn.weglot.com/flags/circle/np.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ne>a:before,.weglot-flags.flag-2.wg-ne>span:before{background-image:url(https://cdn.weglot.com/flags/square/np.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ne>a:before,.weglot-flags.flag-1.wg-ne>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/np.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ne>a:before,.weglot-flags.flag-0.wg-ne>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/np.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-no>a:before,.weglot-flags.flag-3.wg-no>span:before{background-image:url(https://cdn.weglot.com/flags/circle/no.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-no>a:before,.weglot-flags.flag-2.wg-no>span:before{background-image:url(https://cdn.weglot.com/flags/square/no.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-no>a:before,.weglot-flags.flag-1.wg-no>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/no.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-no>a:before,.weglot-flags.flag-0.wg-no>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/no.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ny>a:before,.weglot-flags.flag-3.wg-ny>span:before{background-image:url(https://cdn.weglot.com/flags/circle/mw.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ny>a:before,.weglot-flags.flag-2.wg-ny>span:before{background-image:url(https://cdn.weglot.com/flags/square/mw.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ny>a:before,.weglot-flags.flag-1.wg-ny>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/mw.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ny>a:before,.weglot-flags.flag-0.wg-ny>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/mw.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-pl>a:before,.weglot-flags.flag-3.wg-pl>span:before{background-image:url(https://cdn.weglot.com/flags/circle/pl.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-pl>a:before,.weglot-flags.flag-2.wg-pl>span:before{background-image:url(https://cdn.weglot.com/flags/square/pl.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-pl>a:before,.weglot-flags.flag-1.wg-pl>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/pl.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-pl>a:before,.weglot-flags.flag-0.wg-pl>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/pl.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ps>a:before,.weglot-flags.flag-3.wg-ps>span:before{background-image:url(https://cdn.weglot.com/flags/circle/af.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ps>a:before,.weglot-flags.flag-2.wg-ps>span:before{background-image:url(https://cdn.weglot.com/flags/square/af.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ps>a:before,.weglot-flags.flag-1.wg-ps>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/af.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ps>a:before,.weglot-flags.flag-0.wg-ps>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/af.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-pt>a:before,.weglot-flags.flag-3.wg-pt>span:before{background-image:url(https://cdn.weglot.com/flags/circle/pt.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-pt>a:before,.weglot-flags.flag-2.wg-pt>span:before{background-image:url(https://cdn.weglot.com/flags/square/pt.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-pt>a:before,.weglot-flags.flag-1.wg-pt>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/pt.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-pt>a:before,.weglot-flags.flag-0.wg-pt>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/pt.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ro>a:before,.weglot-flags.flag-3.wg-ro>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ro.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ro>a:before,.weglot-flags.flag-2.wg-ro>span:before{background-image:url(https://cdn.weglot.com/flags/square/ro.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ro>a:before,.weglot-flags.flag-1.wg-ro>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ro.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ro>a:before,.weglot-flags.flag-0.wg-ro>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ro.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-sd>a:before,.weglot-flags.flag-3.wg-sd>span:before{background-image:url(https://cdn.weglot.com/flags/circle/pk.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-sd>a:before,.weglot-flags.flag-2.wg-sd>span:before{background-image:url(https://cdn.weglot.com/flags/square/pk.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-sd>a:before,.weglot-flags.flag-1.wg-sd>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/pk.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-sd>a:before,.weglot-flags.flag-0.wg-sd>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/pk.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ur>a:before,.weglot-flags.flag-3.wg-ur>span:before{background-image:url(https://cdn.weglot.com/flags/circle/pk.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ur>a:before,.weglot-flags.flag-2.wg-ur>span:before{background-image:url(https://cdn.weglot.com/flags/square/pk.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ur>a:before,.weglot-flags.flag-1.wg-ur>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/pk.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ur>a:before,.weglot-flags.flag-0.wg-ur>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/pk.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-si>a:before,.weglot-flags.flag-3.wg-si>span:before{background-image:url(https://cdn.weglot.com/flags/circle/lk.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-si>a:before,.weglot-flags.flag-2.wg-si>span:before{background-image:url(https://cdn.weglot.com/flags/square/lk.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-si>a:before,.weglot-flags.flag-1.wg-si>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/lk.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-si>a:before,.weglot-flags.flag-0.wg-si>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/lk.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-sk>a:before,.weglot-flags.flag-3.wg-sk>span:before{background-image:url(https://cdn.weglot.com/flags/circle/sk.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-sk>a:before,.weglot-flags.flag-2.wg-sk>span:before{background-image:url(https://cdn.weglot.com/flags/square/sk.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-sk>a:before,.weglot-flags.flag-1.wg-sk>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/sk.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-sk>a:before,.weglot-flags.flag-0.wg-sk>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/sk.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-sl>a:before,.weglot-flags.flag-3.wg-sl>span:before{background-image:url(https://cdn.weglot.com/flags/circle/si.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-sl>a:before,.weglot-flags.flag-2.wg-sl>span:before{background-image:url(https://cdn.weglot.com/flags/square/si.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-sl>a:before,.weglot-flags.flag-1.wg-sl>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/si.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-sl>a:before,.weglot-flags.flag-0.wg-sl>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/si.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-sm>a:before,.weglot-flags.flag-3.wg-sm>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ws.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-sm>a:before,.weglot-flags.flag-2.wg-sm>span:before{background-image:url(https://cdn.weglot.com/flags/square/ws.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-sm>a:before,.weglot-flags.flag-1.wg-sm>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ws.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-sm>a:before,.weglot-flags.flag-0.wg-sm>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ws.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-sn>a:before,.weglot-flags.flag-3.wg-sn>span:before{background-image:url(https://cdn.weglot.com/flags/circle/zw.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-sn>a:before,.weglot-flags.flag-2.wg-sn>span:before{background-image:url(https://cdn.weglot.com/flags/square/zw.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-sn>a:before,.weglot-flags.flag-1.wg-sn>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/zw.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-sn>a:before,.weglot-flags.flag-0.wg-sn>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/zw.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-so>a:before,.weglot-flags.flag-3.wg-so>span:before{background-image:url(https://cdn.weglot.com/flags/circle/so.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-so>a:before,.weglot-flags.flag-2.wg-so>span:before{background-image:url(https://cdn.weglot.com/flags/square/so.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-so>a:before,.weglot-flags.flag-1.wg-so>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/so.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-so>a:before,.weglot-flags.flag-0.wg-so>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/so.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-sq>a:before,.weglot-flags.flag-3.wg-sq>span:before{background-image:url(https://cdn.weglot.com/flags/circle/al.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-sq>a:before,.weglot-flags.flag-2.wg-sq>span:before{background-image:url(https://cdn.weglot.com/flags/square/al.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-sq>a:before,.weglot-flags.flag-1.wg-sq>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/al.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-sq>a:before,.weglot-flags.flag-0.wg-sq>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/al.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-sa>a:before,.weglot-flags.flag-3.wg-sa>span:before{background-image:url(https://cdn.weglot.com/flags/circle/rs.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-sa>a:before,.weglot-flags.flag-2.wg-sa>span:before{background-image:url(https://cdn.weglot.com/flags/square/rs.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-sa>a:before,.weglot-flags.flag-1.wg-sa>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/rs.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-sa>a:before,.weglot-flags.flag-0.wg-sa>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/rs.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-sr-latn>a:before,.weglot-flags.flag-3.wg-sr-latn>span:before{background-image:url(https://cdn.weglot.com/flags/circle/rs.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-sr-latn>a:before,.weglot-flags.flag-2.wg-sr-latn>span:before{background-image:url(https://cdn.weglot.com/flags/square/rs.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-sr-latn>a:before,.weglot-flags.flag-1.wg-sr-latn>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/rs.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-sr-latn>a:before,.weglot-flags.flag-0.wg-sr-latn>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/rs.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-sr>a:before,.weglot-flags.flag-3.wg-sr>span:before{background-image:url(https://cdn.weglot.com/flags/circle/rs.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-sr>a:before,.weglot-flags.flag-2.wg-sr>span:before{background-image:url(https://cdn.weglot.com/flags/square/rs.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-sr>a:before,.weglot-flags.flag-1.wg-sr>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/rs.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-sr>a:before,.weglot-flags.flag-0.wg-sr>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/rs.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-st>a:before,.weglot-flags.flag-3.wg-st>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ng.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-st>a:before,.weglot-flags.flag-2.wg-st>span:before{background-image:url(https://cdn.weglot.com/flags/square/ng.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-st>a:before,.weglot-flags.flag-1.wg-st>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ng.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-st>a:before,.weglot-flags.flag-0.wg-st>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ng.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-yo>a:before,.weglot-flags.flag-3.wg-yo>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ng.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-yo>a:before,.weglot-flags.flag-2.wg-yo>span:before{background-image:url(https://cdn.weglot.com/flags/square/ng.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-yo>a:before,.weglot-flags.flag-1.wg-yo>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ng.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-yo>a:before,.weglot-flags.flag-0.wg-yo>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ng.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-su>a:before,.weglot-flags.flag-3.wg-su>span:before{background-image:url(https://cdn.weglot.com/flags/circle/sd.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-su>a:before,.weglot-flags.flag-2.wg-su>span:before{background-image:url(https://cdn.weglot.com/flags/square/sd.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-su>a:before,.weglot-flags.flag-1.wg-su>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/sd.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-su>a:before,.weglot-flags.flag-0.wg-su>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/sd.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-sv>a:before,.weglot-flags.flag-3.wg-sv>span:before{background-image:url(https://cdn.weglot.com/flags/circle/se.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-sv>a:before,.weglot-flags.flag-2.wg-sv>span:before{background-image:url(https://cdn.weglot.com/flags/square/se.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-sv>a:before,.weglot-flags.flag-1.wg-sv>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/se.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-sv>a:before,.weglot-flags.flag-0.wg-sv>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/se.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-sw>a:before,.weglot-flags.flag-3.wg-sw>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ke.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-sw>a:before,.weglot-flags.flag-2.wg-sw>span:before{background-image:url(https://cdn.weglot.com/flags/square/ke.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-sw>a:before,.weglot-flags.flag-1.wg-sw>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ke.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-sw>a:before,.weglot-flags.flag-0.wg-sw>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ke.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-tg>a:before,.weglot-flags.flag-3.wg-tg>span:before{background-image:url(https://cdn.weglot.com/flags/circle/tj.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-tg>a:before,.weglot-flags.flag-2.wg-tg>span:before{background-image:url(https://cdn.weglot.com/flags/square/tj.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-tg>a:before,.weglot-flags.flag-1.wg-tg>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/tj.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-tg>a:before,.weglot-flags.flag-0.wg-tg>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/tj.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-th>a:before,.weglot-flags.flag-3.wg-th>span:before{background-image:url(https://cdn.weglot.com/flags/circle/th.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-th>a:before,.weglot-flags.flag-2.wg-th>span:before{background-image:url(https://cdn.weglot.com/flags/square/th.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-th>a:before,.weglot-flags.flag-1.wg-th>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/th.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-th>a:before,.weglot-flags.flag-0.wg-th>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/th.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-to>a:before,.weglot-flags.flag-3.wg-to>span:before{background-image:url(https://cdn.weglot.com/flags/circle/to.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-to>a:before,.weglot-flags.flag-2.wg-to>span:before{background-image:url(https://cdn.weglot.com/flags/square/to.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-to>a:before,.weglot-flags.flag-1.wg-to>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/to.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-to>a:before,.weglot-flags.flag-0.wg-to>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/to.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-tk>a:before,.weglot-flags.flag-3.wg-tk>span:before{background-image:url(https://cdn.weglot.com/flags/circle/tr.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-tk>a:before,.weglot-flags.flag-2.wg-tk>span:before{background-image:url(https://cdn.weglot.com/flags/square/tr.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-tk>a:before,.weglot-flags.flag-1.wg-tk>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/tr.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-tk>a:before,.weglot-flags.flag-0.wg-tk>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/tr.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-tr>a:before,.weglot-flags.flag-3.wg-tr>span:before{background-image:url(https://cdn.weglot.com/flags/circle/tr.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-tr>a:before,.weglot-flags.flag-2.wg-tr>span:before{background-image:url(https://cdn.weglot.com/flags/square/tr.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-tr>a:before,.weglot-flags.flag-1.wg-tr>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/tr.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-tr>a:before,.weglot-flags.flag-0.wg-tr>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/tr.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-tt>a:before,.weglot-flags.flag-3.wg-tt>span:before{background-image:url(https://cdn.weglot.com/flags/circle/tr.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-tt>a:before,.weglot-flags.flag-2.wg-tt>span:before{background-image:url(https://cdn.weglot.com/flags/square/tr.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-tt>a:before,.weglot-flags.flag-1.wg-tt>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/tr.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-tt>a:before,.weglot-flags.flag-0.wg-tt>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/tr.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-tw>a:before,.weglot-flags.flag-3.wg-tw>span:before{background-image:url(https://cdn.weglot.com/flags/circle/tw.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-tw>a:before,.weglot-flags.flag-2.wg-tw>span:before{background-image:url(https://cdn.weglot.com/flags/square/tw.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-tw>a:before,.weglot-flags.flag-1.wg-tw>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/tw.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-tw>a:before,.weglot-flags.flag-0.wg-tw>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/tw.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-zh-tw>a:before,.weglot-flags.flag-3.wg-zh-tw>span:before{background-image:url(https://cdn.weglot.com/flags/circle/tw.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-zh-tw>a:before,.weglot-flags.flag-2.wg-zh-tw>span:before{background-image:url(https://cdn.weglot.com/flags/square/tw.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-zh-tw>a:before,.weglot-flags.flag-1.wg-zh-tw>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/tw.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-zh-tw>a:before,.weglot-flags.flag-0.wg-zh-tw>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/tw.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ty>a:before,.weglot-flags.flag-3.wg-ty>span:before{background-image:url(https://cdn.weglot.com/flags/circle/pf.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ty>a:before,.weglot-flags.flag-2.wg-ty>span:before{background-image:url(https://cdn.weglot.com/flags/square/pf.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ty>a:before,.weglot-flags.flag-1.wg-ty>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/pf.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ty>a:before,.weglot-flags.flag-0.wg-ty>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/pf.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-uk>a:before,.weglot-flags.flag-3.wg-uk>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ua.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-uk>a:before,.weglot-flags.flag-2.wg-uk>span:before{background-image:url(https://cdn.weglot.com/flags/square/ua.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-uk>a:before,.weglot-flags.flag-1.wg-uk>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ua.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-uk>a:before,.weglot-flags.flag-0.wg-uk>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ua.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-uz>a:before,.weglot-flags.flag-3.wg-uz>span:before{background-image:url(https://cdn.weglot.com/flags/circle/uz.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-uz>a:before,.weglot-flags.flag-2.wg-uz>span:before{background-image:url(https://cdn.weglot.com/flags/square/uz.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-uz>a:before,.weglot-flags.flag-1.wg-uz>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/uz.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-uz>a:before,.weglot-flags.flag-0.wg-uz>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/uz.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-vi>a:before,.weglot-flags.flag-3.wg-vi>span:before{background-image:url(https://cdn.weglot.com/flags/circle/vn.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-vi>a:before,.weglot-flags.flag-2.wg-vi>span:before{background-image:url(https://cdn.weglot.com/flags/square/vn.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-vi>a:before,.weglot-flags.flag-1.wg-vi>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/vn.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-vi>a:before,.weglot-flags.flag-0.wg-vi>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/vn.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-zh>a:before,.weglot-flags.flag-3.wg-zh>span:before{background-image:url(https://cdn.weglot.com/flags/circle/cn.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-zh>a:before,.weglot-flags.flag-2.wg-zh>span:before{background-image:url(https://cdn.weglot.com/flags/square/cn.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-zh>a:before,.weglot-flags.flag-1.wg-zh>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/cn.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-zh>a:before,.weglot-flags.flag-0.wg-zh>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/cn.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-hm>a:before,.weglot-flags.flag-3.wg-hm>span:before{background-image:url(https://cdn.weglot.com/flags/circle/hm.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-hm>a:before,.weglot-flags.flag-2.wg-hm>span:before{background-image:url(https://cdn.weglot.com/flags/square/hm.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-hm>a:before,.weglot-flags.flag-1.wg-hm>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/hm.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-hm>a:before,.weglot-flags.flag-0.wg-hm>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/hm.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-hmn>a:before,.weglot-flags.flag-3.wg-hmn>span:before{background-image:url(https://cdn.weglot.com/flags/circle/hm.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-hmn>a:before,.weglot-flags.flag-2.wg-hmn>span:before{background-image:url(https://cdn.weglot.com/flags/square/hm.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-hmn>a:before,.weglot-flags.flag-1.wg-hmn>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/hm.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-hmn>a:before,.weglot-flags.flag-0.wg-hmn>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/hm.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-ug>a:before,.weglot-flags.flag-3.wg-ug>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ug.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-ug>a:before,.weglot-flags.flag-2.wg-ug>span:before{background-image:url(https://cdn.weglot.com/flags/square/ug.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-ug>a:before,.weglot-flags.flag-1.wg-ug>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ug.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-ug>a:before,.weglot-flags.flag-0.wg-ug>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ug.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-fc>a:before,.weglot-flags.flag-3.wg-fc>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ca.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-fc>a:before,.weglot-flags.flag-2.wg-fc>span:before{background-image:url(https://cdn.weglot.com/flags/square/ca.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-fc>a:before,.weglot-flags.flag-1.wg-fc>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ca.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-fc>a:before,.weglot-flags.flag-0.wg-fc>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ca.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-fr-ca>a:before,.weglot-flags.flag-3.wg-fr-ca>span:before{background-image:url(https://cdn.weglot.com/flags/circle/ca.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-fr-ca>a:before,.weglot-flags.flag-2.wg-fr-ca>span:before{background-image:url(https://cdn.weglot.com/flags/square/ca.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-fr-ca>a:before,.weglot-flags.flag-1.wg-fr-ca>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/ca.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-fr-ca>a:before,.weglot-flags.flag-0.wg-fr-ca>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/ca.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-3.wg-rw>a:before,.weglot-flags.flag-3.wg-rw>span:before{background-image:url(https://cdn.weglot.com/flags/circle/rw.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-2.wg-rw>a:before,.weglot-flags.flag-2.wg-rw>span:before{background-image:url(https://cdn.weglot.com/flags/square/rw.svg);background-position:unset !important;width:24px !important}.weglot-flags.flag-1.wg-rw>a:before,.weglot-flags.flag-1.wg-rw>span:before{background-image:url(https://cdn.weglot.com/flags/shiny/rw.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0.wg-rw>a:before,.weglot-flags.flag-0.wg-rw>span:before{background-image:url(https://cdn.weglot.com/flags/rectangle_mat/rw.svg);background-position:unset !important;width:27px !important}.weglot-flags.flag-0>a:before,.weglot-flags.flag-0>span:before{background-position:unset !important;width:27px !important}*,blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,html,input,label,li,ol,p,pre,td,th,ul {
outline:0;
vertical-align:baseline;
background:0 0;
margin:0;
padding:0;
}
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
#main-wrapper, #main-content {
background: transparent!important;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:400
}
li,ol,ul {
list-style:none;
list-style-position:outside!important
}
dl {
margin-bottom:20px
}
dd,dt {
line-height:20px
}
dd {
margin-left:10px
}
.dl-horizontal {
zoom:1
}
.dl-horizontal:after,.dl-horizontal:before {
display:table;
content:'';
line-height:0
}
.dl-horizontal:after {
clear:both
}
.dl-horizontal dt {
float:left;
width:auto;
clear:left;
text-align:right;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap
}
.dl-horizontal dd {
margin-left:90px
}
caption,th {
text-align:left
}
q:after,q:before {
content:''
}
* {
outline:0
}
dt,strong,table thead tr th {
font-weight:700
}
a img {
border:none
}
img {
vertical-align:top;
max-width:100%;
height:auto;
border:0
}
table tbody tr td,table tfoot tr td,table tfoot tr th,table thead tr th,table tr td {
font-size:var(--he-font-size--smallest);
line-height:18px;
text-align:left
}
table tfoot tr td,table thead tr th {
font-size:var(--he-font-size);
font-weight:700;
color:#323436;
padding:8px 10px 9px
}
table tfoot tr td:first-child,table thead tr th:first-child {
border-left:none
}
table tfoot tr td:last-child,table thead tr th:last-child {
border-right:none
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
display:block
}
audio,canvas,video {
display:inline-block
}
audio:not([controls]) {
display:none;
height:0
}
[hidden],template {
display:none
}
script {
display:none!important
}
a {
background:0 0;
text-decoration:none;
color:#111
}
a:active,a:focus,a:hover {
outline:0
}
abbr[title] {
border-bottom:1px dotted
}
hr {
box-sizing:content-box
}
mark {
background:#ff0
}
code,kbd,pre,samp {
font-family:var(--he-font--mono);
font-size:1em
}
pre {
white-space:pre-wrap
}
q {
quotes:\201C\201D\2018\2019
}
small {
font-size:var(--he-font-size--smallest)
}
sub,sup {
line-height:0
}
sup {
top:-.5em;
bottom:3px
}
sub {
bottom:-.25em;
top:3px
}
svg:not(:root) {
overflow:hidden
}
fieldset {
border:1px solid #ebebeb;
margin:0 2px;
padding:10px 20px
}
button,input,select,textarea {
font-family:inherit;
font-size:100%;
margin:0
}
button,input {
line-height:normal
}
button,select {
text-transform:none
}
button,html input[type=button],input[type=reset],input[type=submit] {
-webkit-appearance:button;
cursor:pointer
}
button[disabled],html input[disabled] {
cursor:default
}
input[type=checkbox],input[type=radio] {
box-sizing:border-box;
padding:0
}
input[type=search] {
-webkit-appearance:textfield;
box-sizing:border-box
}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
textarea {
overflow:auto;
vertical-align:top;
max-width:100%;
min-height:100px
}
body,figure {
margin:0
}
input:-webkit-autofill {
-webkit-box-shadow:0 0 0 1000px #fff inset
}
button::-moz-focus-inner,input::-moz-focus-inner,legend {
border:0;
padding:0
}
ol,ul {
list-style-position:inside!important
}
ul {
list-style:circle
}
p {
margin:0 0 20px
}
.bbpress li,.bbpress ul,.chosen-results,.chosen-results li,.comments-list,.comments-list li,.flex-control-nav,.flex-control-nav li,.flex-direction-nav,.flex-direction-nav li,.hb-client-list,.hb-client-list li,.hb-countdown-unit,.hb-countdown-unit li,.hb-flex-slides,.hb-flex-slides li,.hb-gallery-dropdown,.hb-gallery-dropdown li,.hb-process-steps,.hb-process-steps li,.hb-tabs .nav-tabs li,.pagination ul,.pagination ul li,.portfolio-single-meta,.portfolio-single-meta li,.special-list,.special-list li,.testimonial-slider,.testimonial-slider li,ul.children,ul.children li,ul.row,ul.row li,ul.testimonial-slider .flex-control-nav,ul.testimonial-slider .flex-control-nav li {
list-style:none!important
}
dfn,em {
font-style:italic
}
a,button,input {
-ms-touch-action:none!important
}
.bbpress #main-content ol ol,.bbpress #main-content ul ul {
margin-left:0
}
strong em {
font-weight:700
}
body {
font-family: "Manrope", sans-serif !important;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
-webkit-tap-highlight-color:transparent;
background:#292929;
color:#222;
font-size:var(--he-font-size,14px);
line-height:1.6;
height:100%;
background: url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/images/banner-bg.webp) no-repeat left top !important;
}
#hb-wrap {
position:relative;
min-height:calc(100vh - 32px);
transition:opacity .5s linear
}
body:not(.admin-bar) #hb-wrap {
min-height:100vh
}
@media screen and (max-width:782px) {
body.admin-bar #hb-wrap {
min-height:calc(100vh - 46px)
}
}
@media screen and (max-width:600px) {
body.admin-bar #hb-wrap {
min-height:100vh
}
}
#hb-wrap,#main-wrapper {
display:flex;
flex-direction:column
}
#main-content,#main-wrapper {
flex-grow:1
}
#hb-header,#pre-footer-area,#slider-section {
flex-shrink:0
}
#hb-page-title.light-text h1,#hb-page-title.light-text h2,.light-text,.light-text a,.light-text h1 {
color:#fff!important
}
.lighter-text,.lighter-text .hb-testimonial-quote p,.lighter-text .testimonial-quote-meta span {
color:rgba(255,255,255,.7)
}
.search .lighter-text {
color:#777
}
.dark-text {
color:#111!important
}
.letter-spacing-1 {
letter-spacing:1px
}
.letter-spacing-2 {
letter-spacing:2px
}
.special-amp {
font-family:Baskerville,'Libre Baskerville','Palatino Linotype',Palatino,'Times New Roman',serif;
font-style:italic;
font-size:1.3em;
line-height:.5em;
font-weight:400
}
.content-box a {
border-bottom:1px dotted rgba(0,0,0,.07)
}
.content-box a:hover {
border-bottom-style:solid
}
.user-entry a {
color:var(--colorPrimary)
}
.user-entry a:hover {
color:#000
}
iframe {
border:0
}
table {
border-spacing:0;
border-collapse:collapse;
border-spacing:0;
font-size:var(--he-font-size);
line-height:2;
border:1px solid #ebebeb;
width:100%;
max-width:100%;
margin-bottom:30px
}
table th {
color:#323436;
font-weight:400
}
table td,table th {
border-left:1px solid #ebebeb
}
table tr>th {
padding:10px 20px
}
table td {
padding:10px 20px;
border-top:1px solid #ebebeb
}
table.striped tr:nth-of-type(even) {
background-color:#f9f9f9
}
table.focus-header th {
border:none
}
.widget_calendar caption {
background:#323436;
text-align:center;
text-transform:uppercase;
font-size:var(--he-font-size--smallest);
color:#f4f4f4;
font-weight:600;
padding:4px 0
}
.woocommerce-page td.product-quantity .quantity {
width:auto!important
}
table tbody tr td,table tfoot tr td,table tfoot tr th,table thead tr th,table tr td {
font-size:var(--he-font-size)!important
}
.widget_calendar table td,.widget_calendar table tr>th {
padding:10px 0;
text-align:center
}
.widget_calendar tbody a {
color:var(--colorPrimary)
}
#footer img,#main-content img {
max-width:100%;
border:0
}
img.size-full {
max-width:100%;
height:auto
}
.hb-aligncenter {
text-align:center;
display:block;
margin:0;
padding:0
}
#main-wrapper .hb-inline-center {
display:inline-block!important;
text-align:center
}
.hb-aligncenter .social-icons li {
float:none!important
}
.aligncenter,div.aligncenter {
display:block;
margin:5px auto
}
#main-content img {
max-width:100%;
height:auto
}
.entry-content img.alignright,a img.alignright,img.alignright {
float:right;
margin-left:15px;
margin-bottom:15px
}
.entry-content img.alignleft,a img.alignleft,img.alignleft {
float:left;
margin-right:15px;
margin-bottom:15px
}
a img.aligncenter {
float:none;
display:block;
margin-left:auto;
margin-right:auto
}
img.aligncenter,img.alignleft,img.alignnone,img.alignright {
max-width:100%
}
.tp-caption i {
display:inline-block;
margin-right:7px;
position:relative;
top:-1px;
font-size:.9em;
opacity:.8
}
.tparrows::before {
margin-top:0
}
.wp-caption {
text-align:center;
margin:20px auto;
max-width:100%
}
.wp-caption.alignnone {
margin:5px 20px 20px 0
}
.wp-caption.alignnone a {
display:inline-block
}
.wp-caption.alignleft {
margin:5px 20px 20px 0;
float:left;
text-align:center
}
.wp-caption.alignright {
margin:5px 0 20px 20px;
float:right;
text-align:center
}
.wp-caption img {
border:0;
height:auto;
margin:0;
max-width:100%;
width:100%!important;
padding:0
}
#main-content .related-item .featured-image img {
width:100%!important
}
.align-left {
text-align:left
}
.align-right {
text-align:right
}
.no-margin {
margin:0
}
.img-link {
display:block
}
.gallery-caption,.wp-caption-text {
padding:10px 0;
background:#fff;
border:1px solid #ebebeb;
border-top:0;
position:relative;
z-index:999
}
dt.gallery-icon {
background:#323436
}
dl.gallery-item:hover img {
opacity:.3
}
#main-wrapper dl.gallery-item img {
width:100%!important;
border:none!important
}
.uppercase {
text-transform:uppercase
}
.hb-inline-block {
display:inline-block
}
.hb-custom-button {
margin-left:50px;
position:relative;
top:-10px
}
.hb-text-center {
text-align:center
}
.hb-text-left {
text-align:left
}
.hb-text-right {
text-align:right
}
.hb-max-80 {
max-width:80%;
margin:0 auto
}
.hb-max-60 {
max-width:60%;
margin:0 auto
}
.hb-uppercase {
text-transform:uppercase
}
.hb-center-vertically {
display:flex;
align-items:center
}
.screen-reader-text {
clip:rect(1px,1px,1px,1px);
position:absolute!important;
height:1px;
width:1px;
overflow:hidden
}
.screen-reader-text:focus {
background-color:#f1f1f1;
border-radius:3px;
box-shadow:0 0 2px 2px rgba(0,0,0,.6);
clip:auto!important;
color:#21759b;
display:block;
font-size:.875rem;
font-weight:700;
height:auto;
left:5px;
line-height:normal;
padding:15px 23px 14px;
text-decoration:none;
top:5px;
width:auto;
z-index:100000
}
.z-index-large {
z-index:999
}
#fancy-search .ui-autocomplete li,#fancy-search .ui-autocomplete li span,#footer.dark-style .hb-custom-select select,#footer.dark-style .hb-custom-select:before,#sticky-shop-button span,.comments-holder i,.feature-box i.ic-holder-1,.hb-accordion-tab,.hb-accordion-tab i,.hb-client-list li,.hb-gallery-sort li,.hb-icon-container,.hb-icon-menu.hb-stream ul li a img,.hb-modern-icon-search::before,.hb-post-title,.hb-pricing-item,.like-button,.like-count,.like-count-num,.like-holder i,.portfolio-simple-wrap .hb-gallery-item-name:before,.portfolio-single-meta ul li,.pricing-table-content,.share-holder .hb-dropdown-box ul li a i,.share-holder i,.testimonial-slider,.tweet-time,a {
transition:.1s linear
}
.feature-box .hb-small-break,.featured-image img,.gallery-item img,.hb-gal-standard-img-wrapper img,.hb-gallery-dropdown,.hb-post-carousel .hb-owl-item .hb-post-info,.hb-post-carousel .hb-owl-item::before,.hb-side-nav li>a:after {
transition:.2s linear
}
#main-nav li a span,#request-menu li a span,.hb-dropdown-box.language-selector ul li,.logout-dropdown ul li {
transition:border .1s linear
}
#main-wrapper #main-nav>li>ul li a,#main-wrapper #request-menu>li>ul li a,#main-wrapper .megamenu>ul li a,.hb-owl-slider .owl-next,.hb-owl-slider .owl-prev,.team-member-description,.team-member-name,.ts-1,.ts-2 {
transition:.1s linear!important
}
.tooltip {
transition:opacity .1s linear!important
}
.ts-2 {
max-width:760px;
margin-left:auto;
margin-right:auto
}
.hb-dropdown-box,.hb-post-carousel .hb-owl-item .hb-owl-read-more span {
transition:.15s ease-in-out
}
.hb-special-read-more span {
transition:margin .15s ease-in-out,opacity .15s ease-in-out
}
#main-wrapper.hb-stretched-layout {
width:100%;
margin-bottom:0;
margin-top:0;
background:#f9f9f9
}
#main-wrapper.hb-boxed-layout #main-content {
overflow:hidden
}
#main-wrapper.hb-boxed-layout {
background:#f9f9f9;
margin:0 auto
}
#main-wrapper.hb-boxed-layout.hb_boxed_layout_regular {
margin-top:40px;
margin-bottom:40px
}
#main-wrapper.hb-boxed-layout.with-shadow {
box-shadow:0 0 20px rgba(16,16,16,.13)
}
#main-wrapper.hb-boxed-layout.no-shadow {
box-shadow:none!important
}
h1,h2,h3,h4,h5,h6 {
color:#323436;
line-height:1.5;
font-family:var(--he-font--heading) !important;
font-weight:400;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
margin:0 0 15px
}
h1.light,h2.light,h3.light,h4.light,h5.light,h6.light {
font-weight:300
}
h1.semi-bold,h2.semi-bold,h3.semi-bold,h4.semi-bold,h5.semi-bold,h6.semi-bold {
font-weight:500
}
h1.bold,h2.bold,h3.bold,h4.bold,h5.bold,h6.bold {
font-weight:700
}
h1.modern,h2.modern,h3.modern,h4.modern,h5.modern,h6.modern {
font-family:var(--he-font);
font-weight:400;
letter-spacing:2px;
text-transform:uppercase;
display:block;
position:relative;
padding-bottom:11px;
margin-bottom:31px
}
.modern.alignleft .bottom-line {
left:0;
margin-left:0
}
.modern.alignright .bottom-line {
right:0;
left:auto;
margin-left:0
}
h1.modern,h2.modern.large {
font-size:50px;
line-height:60px
}
h2.modern {
font-size:40px;
line-height:50px
}
h3.modern {
font-size:36px;
line-height:46px
}
h4.modern {
font-size:32px;
line-height:42px
}
h6.modern {
text-transform:none;
line-height:24px;
letter-spacing:0
}
h5.modern {
font-size:28px;
line-height:38px;
font-weight:600
}
h6.modern {
text-transform:none;
font-size:16px;
letter-spacing:0;
font-family:400
}
.modern .bottom-line {
display:block;
width:30px;
border-top:3px solid #323436;
position:absolute;
bottom:0;
left:50%;
margin-left:-15px
}
.extra-large h1,body:not(.error404) h1.extra-large {
font-size:40px;
font-family:var(--he-font);
font-weight:400;
line-height:45px
}
.extra-large h1 .hb-focus-color {
font-weight:700
}
.error404 h1.extra-large {
font-size:60px!important
}
.lh-30 {
line-height:30px
}
.semi-large p.hb-text-large,p.hb-text-large.semi-large {
font-size:32px;
line-height:36px
}
.extra-large.semi-large h1 {
font-size:28px;
line-height:36px
}
.shortcode-title.special h6,h3#reply-title,h6.special {
font-family:var(--he-font);
font-weight:700;
letter-spacing:1.8px;
font-size:var(--he-font-size);
line-height:2;
letter-spacing:1px;
text-transform:uppercase;
color:#323436;
margin-bottom:15px
}
.additional-desc {
color:rgba(0,0,0,.5)!important
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
font-weight:inherit;
color:#000
}
h1 {
font-size:30px
}
h2,h3.hb-heading {
font-size:24px
}
h3 {
font-size:20px
}
h4 {
font-size:18px
}
h5,h6 {
font-size:16px
}
ol,ol li,ul,ul li {
padding:0;
margin:0
}
#main-content ol li,#main-content ul ol li {
list-style-type:decimal
}
#main-content ol ol li {
list-style-type:lower-alpha
}
#main-content ol ol,#main-content ul ul {
margin-left:18px
}
#main-content ul li {
list-style-type:square
}
#main-content ol ul,#main-content ul ul li {
list-style-type:circle
}
#copyright-wrapper,#fancy-search,#fancy-search .ui-autocomplete,#hb-blog-posts,#main-content .hb-woo-wrapper ul.sort-count li ul,#main-nav li a,#main-nav ul.sub-menu,#main-nav ul.sub-menu li,#maintenance-footer,#maintenance-logo,.container,.container-wide,.content-box,.elastic-item,.extra-wide-container,.form-col,.fw-gallery-wrap,.hb-accordion,.hb-accordion-bar,.hb-bag-buttons a,.hb-blog-classic article,.hb-box-cont-body,.hb-box-cont-header,.hb-box-frame,.hb-button,.hb-circle-frame,.hb-client-list,.hb-client-list li,.hb-flexslider,.hb-fw-element,.hb-image-banner-content,.hb-image-banner:before,.hb-item-product-details,.hb-pricing-item,.hb-pricing-table-wrapper,.hb-process-steps,.hb-process-steps ul li,.hb-progress-bar,.hb-separator,.hb-stream ul li,.hb-testimonial,.hb-toggle,.header-inner-bg,.item-figure,.portfolio-related-item,.row,.small-contaner,.tab-content,.timeRef,.woo-cat-details,.woocommerce-page #content input.button,input,textarea,ul.testimonial-slider,ul.testimonial-slider li {
box-sizing:border-box
}
.row.element-row {
margin-bottom:10px
}
.row.fw-content-wrap {
position:relative;
z-index:999
}
.element-row.fw-content-wrap {
padding-left:15px;
padding-right:15px
}
#main-wrapper.hb-boxed-layout .row.fw-content-wrap,#main-wrapper.hb-boxed-layout .row.video-content {
margin-left:35px!important;
margin-right:35px!important
}
#main-wrapper .fw-columns .row.fw-content-wrap,#main-wrapper .fw-columns .row.video-content {
margin-left:0!important;
margin-right:0!important;
padding:0!important
}
#main-wrapper .position-static {
position:static!important
}
.row,.row-special {
width:auto;
max-width:none;
min-width:0;
margin:0 -15px
}
.row.left-sidebar,.row.right-sidebar {
margin-left:0;
margin-right:0
}
.row.extra-wide-container {
margin:0!important;
overflow:hidden;
padding:0 10px
}
.row.extra-wide-container #hb-blog-posts {
display:block
}
.extra-wide-inner {
margin:0 15px 40px
}
.row .col-1,.row .col-10,.row .col-11,.row .col-12,.row .col-2,.row .col-3,.row .col-4,.row .col-5,.row .col-6,.row .col-7,.row .col-8,.row .col-9 {
float:left;
min-height:1px;
padding:0 15px;
position:relative;
margin-bottom:20px;
box-sizing:border-box;
margin-left:0
}
#main-wrapper .wpb_column .wpb_wrapper :not(.wpb_button):not(.wpb_content_element):not(.hb-button):last-child,#main-wrapper .wpb_column .wpb_wrapper>.vc-element:last-child>.wpb_content_element,#main-wrapper .wpb_column .wpb_wrapper>.vc-element:last-child>.wpb_row {
margin-bottom:0
}
#main-wrapper .vc_row-fluid.wpb_row {
margin-bottom:20px;
background-repeat:no-repeat;
background-size:cover;
background-position:center center
}
.vc_btn-content {
height:auto!important
}
.vc_row.element-row.row {
position:relative
}
.col-12,.vc_col-sm-12 {
float:none!important
}
#main-content .fullwidth .col-1,#main-content .fullwidth .col-10,#main-content .fullwidth .col-11,#main-content .fullwidth .col-12,#main-content .fullwidth .col-2,#main-content .fullwidth .col-3,#main-content .fullwidth .col-4,#main-content .fullwidth .col-5,#main-content .fullwidth .col-6,#main-content .fullwidth .col-7,#main-content .fullwidth .col-8,#main-content .fullwidth .col-9 {
margin-left:-1px!important
}
#main-content .row.extra-wide-container .col-1,.row.extra-wide-container .col-10,.row.extra-wide-container .col-11,.row.extra-wide-container .col-12,.row.extra-wide-container .col-2,.row.extra-wide-container .col-3,.row.extra-wide-container .col-4,.row.extra-wide-container .col-5,.row.extra-wide-container .col-6,.row.extra-wide-container .col-7,.row.extra-wide-container .col-8,.row.extra-wide-container .col-9 {
margin-bottom:20px!important;
padding:0 10px
}
.row .col-1 {
width:8.33%
}
.row .col-2 {
width:16.66%
}
.row .col-3 {
width:25%
}
.row .col-4 {
width:33.33%
}
.row .col-5 {
width:41.66%
}
.row .col-6 {
width:50%
}
.row .col-7 {
width:58.33%
}
.row .col-8 {
width:66.66%
}
.row .col-9 {
width:75%
}
.row .col-10 {
width:83.33%
}
.row .col-11 {
width:91.66%
}
.row .col-12 {
width:100%
}
.row-special {
margin:0 -10px
}
.row-special .col-12,.row-special .col-3,.row-special .col-4,.row-special .col-6 {
float:left;
min-height:1px;
padding:0 10px;
position:relative;
margin-bottom:40px;
box-sizing:border-box
}
.extra-wide-inner .col-4,.row-special .col-4 {
width:33.2%
}
.extra-wide-inner .col-3,.row-special .col-3 {
width:24.96%
}
.extra-wide-inner .col-6,.row-special .col-6 {
width:49.96%
}
.extra-wide-inner .col-12,.row-special .col-12 {
width:99.96%
}
#main-content .tab-pane .wpb_content_element,#main-content .wpb_content_element.nbm,.hb-box-cont-body p:last-child,.nbm,.no-b-margin {
margin-bottom:0!important
}
.ntm {
margin-top:0!important
}
.nlm {
margin-left:0!important
}
.nrm {
margin-right:0!important
}
.columns-2 .hb-fw-element {
width:50%
}
.columns-3 .hb-fw-element {
width:33.33%
}
.columns-4 .hb-fw-element {
width:25%
}
.columns-5 .hb-fw-element {
width:20%
}
.columns-6 .hb-fw-element {
width:16.666666667%
}
.hb-fw-elements {
display:block;
margin-left:-1px
}
.hb-fw-element {
float:left;
width:33.33%;
margin:0;
position:relative
}
.hb-fw-element a {
display:block
}
#main-wrapper .hb-fw-element img {
display:block;
width:102%;
position:relative;
height:auto
}
#main-wrapper .fw-image img {
width:100%!important
}
input[type=date],input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea {
border-radius:0;
padding:12px 12px 10px!important;
width:100%;
border:1px solid rgba(0,0,0,.12);
color:#777;
background-color:#fff;
transition:.1s;
outline:0;
position:relative;
z-index:9
}
input[type=date]:focus,input[type=email]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,textarea:focus {
color:#323436;
background-color:#fff;
border-color:var(--colorPrimary);
outline:solid 1px var(--colorPrimary)
}
button::-moz-focus-inner {
border:0
}
input[type=submit] {
background-color:#323436;
border:none;
outline:0;
width:auto
}
.page-template-blog-grid-fullwidth #pre-footer-area:after,label.error {
display:none!important
}
input.error,input.wpcf7-not-valid,textarea.error,textarea.wpcf7-not-valid {
box-shadow:0 0 4px rgba(250,0,0,.1);
border:1px solid red!important
}
.hb-checkbox {
padding:10px 0;
position:relative
}
.hb-remember-checkbox {
width:13px!important;
height:13px!important;
padding:0;
margin:0 7px 0 0;
vertical-align:middle;
position:relative;
top:-1px;
overflow:hidden
}
label {
display:block
}
.hb-checkbox label {
display:inline-block;
float:left
}
#quick-register-button {
position:absolute;
top:10px;
right:0;
line-height:1;
padding:0;
margin:0
}
ins.search-ins {
text-decoration:none
}
.search-entry ins.search-ins {
background:#ffff7a;
text-decoration:none;
color:#121212
}
#main-wrapper div.wpcf7-response-output {
margin:0
}
#hb_contact_subject_id {
display:none;
visibility:hidden
}
select {
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
background-repeat:no-repeat;
background-position:100% 50%;
background-size:28px;
cursor:pointer;
background-image:url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/images/select-icon.png)
}
select:active,select:focus {
outline:0
}
select::-ms-expand {
display:none
}
.hb-custom-select {
background-color:#fff;
border:1px solid #ebebeb;
box-sizing:border-box;
margin:0;
padding:0;
width:100%;
z-index:1;
box-sizing:border-box;
display:block;
overflow:hidden!important;
position:relative
}
select.orderby {
background-color:#fff;
border:1px solid #e1e1e1;
color:#323436
}
#footer.dark-style .hb-custom-select select {
max-width:200%!important
}
.hb-custom-select:before,.hb-woo-wrapper ul.sort-count .current-li:before {
color:#323436;
display:block;
font-family:FontAwesome;
font-size:1em;
height:100%;
line-height:38px;
padding-right:10px;
position:absolute;
top:0;
right:0;
text-align:center;
width:1em;
z-index:-1;
content:'\f0d7';
padding-left:10px;
border-left:1px solid #ebebeb
}
.hb-woo-wrapper ul.sort-count .current-li:before {
z-index:1
}
#footer.dark-style .hb-custom-select,#footer.dark-style select {
background-color:rgba(255,255,255,.05);
border-color:rgba(255,255,255,.1)
}
#footer.dark-style .hb-custom-select:before {
border-color:rgba(255,255,255,.1)
}
#footer.dark-style .hb-custom-select select,#footer.dark-style .hb-custom-select:before,#footer.dark-style select {
color:#999
}
#footer.dark-style .hb-custom-select select:hover,#footer.dark-style .hb-custom-select:hover:before,#footer.dark-style select:hover {
color:#fff
}
#footer.dark-style select:not(#calc_shipping_country):not(#calc_shipping_state) {
color:#aaa
}
#footer.dark-style .tagcloud a:hover {
color:#fff!important
}
.nav-type-2 #fancy-search-form input[type=text]::-moz-placeholder {
line-height:40px!important
}
.post-password-form {
max-width:50%;
margin:0 auto;
background:#fff;
padding:25px 30px;
border:1px solid rgba(0,0,0,.05)
}
.post-password-form label {
text-indent:0;
padding-left:0
}
.post-password-form input[type=password] {
margin:10px 0 20px
}
.hb-fancy-form {
box-sizing:border-box;
text-align:center
}
.hb-fancy-form .wpcf7-form-control-wrap input {
width:50%;
display:inline-block
}
.hb-fancy-form .wpcf7-form-control-wrap input,.hb-fancy-form .wpcf7-form-control-wrap textarea {
padding:16px!important
}
.hb-fancy-form .wpcf7-form-control-wrap input[type=email],.hb-fancy-form .wpcf7-form-control-wrap input[type=password],.hb-fancy-form .wpcf7-form-control-wrap input[type=text],.hb-fancy-form .wpcf7-form-control-wrap textarea {
border:1px solid #aaa;
box-shadow:0 0 0 1px #aaa;
background-color:transparent!important
}
.hb-fancy-form .wpcf7-form-control-wrap input[type=email]:focus,.hb-fancy-form .wpcf7-form-control-wrap input[type=password]:focus,.hb-fancy-form .wpcf7-form-control-wrap input[type=text]:focus,.hb-fancy-form .wpcf7-form-control-wrap textarea:focus {
z-index:991;
background:rgba(0,0,0,.02)!important
}
.hb-fancy-form input[type=submit] {
width:100%;
background-color:transparent!important;
border:1px solid #aaa;
box-shadow:0 0 0 1px #aaa;
padding:16px!important;
color:#121212!important;
border-radius:0!important
}
.light-menu-dropdown #main-nav ul.sub-menu, .light-menu-dropdown #request-menu ul.sub-menu {
border-top:1px solid #ebebeb
}
#main-wrapper .hb-fancy-form input[type=submit]:active,#main-wrapper .hb-fancy-form input[type=submit]:hover {
z-index:991;
top:0!important;
border:1px solid #aaa!important;
box-shadow:0 0 0 1px #aaa!important
}
.hb-fancy-form input.error,.hb-fancy-form input.wpcf7-not-valid,.hb-fancy-form textarea.error,.hb-fancy-form textarea.wpcf7-not-valid {
box-shadow:0 0 0 1px red!important;
z-index:9992
}
.hb-fancy-form span.wpcf7-not-valid-tip {
display:none!important
}
.hb-fancy-form ::-webkit-input-placeholder {
font-weight:700;
text-transform:uppercase;
letter-spacing:2px;
font-size:11px
}
.hb-fancy-form :-moz-placeholder {
font-weight:700;
text-transform:uppercase;
letter-spacing:2px;
font-size:11px
}
.hb-fancy-form ::-moz-placeholder {
font-weight:700;
text-transform:uppercase;
letter-spacing:2px;
font-size:11px
}
.hb-fancy-form :-ms-input-placeholder {
font-weight:700;
text-transform:uppercase;
letter-spacing:2px;
font-size:11px
}
.hb-minimal-form {
width:50%;
margin-left:auto;
margin-right:auto;
text-align:center
}
.hb-minimal-form input[type=email],.hb-minimal-form input[type=tel],.hb-minimal-form input[type=text],.hb-minimal-form textarea {
background:0 0!important;
border:none;
border-bottom:1px dashed rgba(0,0,0,.3);
margin-bottom:20px;
text-align:center;
color:#888
}
.hb-minimal-form textarea {
resize:none;
height:100px
}
.hb-minimal-form .wpcf7-form-control.wpcf7-submit {
background:0 0;
margin:0;
border:2px solid #c39a6e;
width:180px;
box-shadow:none;
text-transform:none;
color:#c39a6e!important
}
.hb-minimal-form .wpcf7-form-control.wpcf7-submit:hover {
color:#fff!important;
background-color:#666;
border-color:#666
}
#hb-header {
position:relative;
display:block;
z-index:998
}
.hb-gmap-map {
height:380px;
width:100%;
position:relative
}
.fw-map-wrapper {
position:relative;
min-height:600px;
display:block;
margin-top:-50px;
overflow:hidden
}
.fw-map-wrapper>.container {
height:0
}
.fw-map {
background:#292929;
width:100%;
height:100%;
left:0;
right:0;
position:absolute
}
.fw-map .hb-gmap-map {
width:100%;
height:100%
}
.hb-dropdown-box {
width:200px;
background:#fff;
color:#444;
padding:0;
position:absolute;
z-index:9999;
right:0;
margin-right:-1px;
margin-top:10px;
top:100%;
border:1px solid #ebebeb;
border-radius:0 0 4px 4px;
display:block;
opacity:0;
visibility:hidden;
box-shadow:0 20px 16px -10px rgba(0,0,0,.075)
}
.hb-dropdown-box.dropdown-visible,.hb-dropdown-box.dropdown-visible-click,.hb-gallery-sort li ul.dropdown-visible,.hb-gallery-sort li ul.dropdown-visible-click {
visibility:visible!important;
margin-top:-1px;
opacity:1!important;
display:block;
z-index:99999
}
#main-wrapper .hb-dropdown-box a {
color:#777!important
}
#main-wrapper .hb-dropdown-box a:hover {
color:var(--colorPrimary)!important
}
#main-wrapper a.active-language,#main-wrapper a.active-language:hover {
color:#aaa!important;
background:#fcfcfc!important
}
.hb-dropdown-box::before {
position:absolute;
display:block;
content:'';
width:10px;
height:10px;
background-color:#fff;
border:1px solid #ebebeb;
border-right:0;
border-bottom:0;
top:-6px;
right:35px;
z-index:8;
transform:rotate(45deg)
}
.hb-dropdown-box .big-overlay,.hb-logout-box .big-overlay {
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
overflow:hidden;
z-index:-1
}
.hb-dropdown-box .big-overlay i,.hb-logout-box .big-overlay {
font-size:140px;
line-height:1;
position:absolute;
right:-10px;
bottom:-10px;
color:rgba(0,0,0,.03)
}
.hb-dropdown-box h5 {
padding:0;
margin:15px 0 0;
line-height:1.3;
display:block;
text-align:center;
font-size:16px
}
.hb-dropdown-box .widget_shopping_cart h2.widgettitle,.hb-ul-list br {
display:none!important
}
ul.cart_list.product_list_widget {
list-style:none;
padding:0;
margin:0
}
ul.cart_list.product_list_widget li {
border-bottom:1px solid #f0f0f0;
padding:15px 20px;
position:relative;
z-index:999
}
ul.cart_list.product_list_widget li:hover {
background-color:#f9f9f9
}
ul.cart_list.product_list_widget li:last-child {
border-bottom:none
}
ul.cart_list li a img {
float:left;
display:block;
background:#fff;
border:1px solid #ebebeb;
padding:2px;
margin:0 10px 0 0;
width:55px;
height:auto
}
ul.cart_list li a {
display:block;
font-weight:700;
float:none;
text-decoration:none;
line-height:18px
}
ul.cart_list li .quantity {
overflow:hidden;
display:block;
margin-top:-7px;
color:#777
}
.hb-dropdown-box.login-dropdown {
width:250px
}
#main-wrapper .hb-dropdown-box #hb-submit-login-form {
color:#fff!important
}
.hb-dropdown-box.login-dropdown input {
width:100%
}
.hb-login-form p {
margin-bottom:7px!important
}
.hb-login-form .hb-button,.woocommerce-MyAccount-content input.button {
margin-top:7px;
width:100%
}
.hb-login-form {
padding:15px
}
.hb-dropdown-box.language-selector,.hb-dropdown-box.logout-dropdown {
width:170px
}
.hb-dropdown-box.language-selector ul,.logout-dropdown ul {
padding:0;
margin:0;
list-style:none;
width:100%;
display:block
}
.hb-dropdown-box.language-selector ul li,.logout-dropdown ul li {
border-left:1px solid transparent;
margin-left:-1px
}
.hb-dropdown-box.language-selector ul li a,.logout-dropdown ul li a {
display:block;
padding:0 12px;
line-height:36px;
height:36px;
border-bottom:1px solid #eee!important;
position:relative
}
.hb-dropdown-box.language-selector ul li:last-child a,.logout-dropdown ul li:last-child a {
border-bottom:0!important
}
#main-wrapper .hb-dropdown-box.language-selector ul li a:hover,.logout-dropdown ul li a:hover {
background-color:#f9f9f9;
z-index:999
}
.hb-dropdown-box.language-selector .lang-img {
margin-right:8px;
display:inline-block;
position:relative;
top:13px;
height:12px;
width:18px;
background-repeat:no-repeat
}
.active-lang-img {
display:inline-block;
margin-right:8px
}
body #lang_sel_footer ul li img {
top:7px
}
body #lang_sel_footer {
background:#292929;
border:none;
border-top:1px solid rgba(255,255,255,.05)
}
body #lang_sel_footer a {
color:#aaa
}
#lang_sel_footer a:hover {
color:var(--colorPrimary)
}
.active-lang-img img {
line-height:40px;
display:inline-block;
vertical-align:middle
}
#header-inner {
position:relative;
width:100%
}
.no-header-shadow #header::after {
display:none
}
#main-wrapper #slider-section .fw-image {
width:100%
}
#hb-canvas-effect {
position:absolute;
left:0;
top:0;
z-index:991
}
#slider-section {
display:block;
width:100%;
height:auto;
position:relative;
margin-top:-1px;
background:0 0/cover no-repeat #323436;
z-index:99;
overflow:hidden
}
#slider-section.parallax-slider-wrapper {
margin-top:-40px
}
#header-inner-bg {
left:0;
top:0;
width:100%;
height:100%;
z-index:1;
transition:background .3s ease-in-out
}
.highend-sticky-header #header-inner-bg {
background:#fff;
}
.semi-transparent-menu #header-inner-bg {
background:rgba(255,255,255,.2)
}
#main-wrapper #header-inner.semi-transparent-menu {
border-bottom-color:rgba(0,0,0,.1)!important
}
#header-inner.bottom-nav {
position:absolute;
top:100%
}
.social-list {
border-left:none
}
.social-list ul {
list-style-type:none;
list-style-image:none;
margin:0!important;
padding:0!important
}
.social-list ul li {
float:left
}
.social-list ul li a {
display:block;
height:100%;
padding:0 3px
}
.social-list ul li a:hover {
color:var(--colorPrimary)
}
#logo h1 {
line-height:1;
margin:0!important;
padding:0!important
}
.plain-logo {
line-height:80px
}
.sf-menu ul li {
width:100%
}
.sf-menu li:hover {
visibility:inherit
}
.sf-menu li {
float:left;
position:relative
}
.sf-menu li.sfHover ul,.sf-menu li:hover ul {
left:0;
top:0;
z-index:99
}
ul.sf-menu li.sfHover li ul,ul.sf-menu li:hover li ul {
top:-999em
}
ul.sf-menu li li.sfHover ul,ul.sf-menu li li:hover ul {
left:10.8em;
top:-10px
}
ul.sf-menu li li.sfHover li ul,ul.sf-menu li li:hover li ul {
top:-999em
}
ul.sf-menu li li li.sfHover ul,ul.sf-menu li li li:hover ul {
left:10em;
top:0
}
.sub-menu {
z-index:3;
margin-left:1px
}
.sub-menu-with-bg {
border:none!important
}
.light-menu-dropdown #main-nav ul.sub-menu.sub-menu-with-bg li a:hover,.light-menu-dropdown #main-nav ul.sub-menu.sub-menu-with-bg li.current-menu-ancestor>a,.light-menu-dropdown #main-nav ul.sub-menu.sub-menu-with-bg li.current-menu-item>a,.light-menu-dropdown #main-nav ul.sub-menu.sub-menu-with-bg li.sfHover>a {
background:0 0!important
}
.sf-menu li li a,.sf-menu li li a:visited {
padding-left:1.25em
}
.sf-menu a:active,.sf-menu a:focus,.sf-menu a:hover,.sf-menu li.sfHover,.sf-menu li:hover {
outline:0
}
.sf-sub-indicator {
display:inline-block;
text-align:right
}
.sub-menu .sf-sub-indicator {
position:absolute;
right:10px;
top:23px
}
.sf-menu ul {
position:absolute;
top:-999em;
width:15em
}
.sf-menu a {
display:block;
position:relative
}
.hb-alt-sidebar #main-content .hb-sidebar:after {
content:' ';
position:absolute;
top:0;
left:2px;
width:500%;
z-index:-1;
height:100%
}
.hb-alt-sidebar .hb-main-content,.hb-alt-sidebar .hb-sidebar {
border:none!important
}
.hb-alt-sidebar .bottom-meta-section,.hb-alt-sidebar .hb-separator-extra {
padding-left:0!important;
margin-left:0!important;
padding-right:0!important;
margin-right:0!important
}
#hb-side-section {
background-color:#1b1b1b;
height:100%;
min-height:100%;
padding:30px;
position:fixed;
top:0;
bottom:0;
right:-300px;
width:240px;
overflow-y:auto;
overflow-x:hidden;
z-index:999991;
outline:0;
color:rgba(255,255,255,.6)
}
.hb-close-side-section {
position:absolute;
top:30px;
right:30px;
font-size:16px;
color:rgba(255,255,255,.3);
z-index:999
}
.hb-close-side-section:hover {
color:#fff
}
#hb-side-navigation::-webkit-scrollbar {
width:0!important
}
.transparent-side-navigation #hb-side-navigation {
background-color:transparent;
background:rgba(0,0,0,0)
}
.transparent-side-navigation .hb-side-background {
opacity:0
}
.hb-side-background {
position:fixed;
width:265px;
height:104%;
background-position:right top;
background-repeat:no-repeat;
background-size:cover;
top:-2%;
left:0;
z-index:0;
transition:opacity .3s;
opacity:1
}
#hb-side-navigation .hb-resp-bg {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
display:none;
background-color:#fff
}
.hb-light-style .hb-resp-bg a#show-nav-menu {
color:#fff
}
.hb-dark-style .hb-resp-bg a#show-nav-menu {
color:#323436
}
#show-nav-menu {
margin-right:30px;
font-size:28px;
float:right;
display:none
}
#show-nav-menu i,.nav-type-1 #show-nav-menu,.nav-type-2 #show-nav-menu {
margin-right:0
}
.hb-non-transparent .hb-side-nav.empty-menu li,.hb-non-transparent .side-logo-wrapper #logo a {
color:rgba(0,0,0,.8)
}
.side-nav-wrapper {
margin-top:60px
}
#hb-side-menu.empty-menu li {
padding:0 30px
}
.hb-side-nav {
position:relative;
margin-left:-30px;
width:265px
}
.hb-side-nav li {
position:relative
}
.hb-side-nav li a i {
display:inline-block;
margin-right:10px;
width:auto;
height:auto;
line-height:1;
vertical-align:middle;
margin-top:0;
top:-2px;
position:relative
}
.hb-side-nav li a {
text-transform:uppercase;
letter-spacing:2px;
display:block;
line-height:22px;
padding:8px 30px;
border-left:5px solid transparent
}
#hb-side-navigation.hb-text-right .hb-side-nav li a:after {
float:left
}
#hb-side-navigation.hb-light-style .hb-side-nav li a,#hb-side-navigation.hb-non-transparent.hb-light-style .hb-side-nav li a {
color:#fff
}
.hb-side-nav li.menu-item-has-children>a:after {
content:'\e010'
}
.hb-side-nav li.menu-item-has-children:hover>a:after {
transform:rotate(90deg)
}
.hb-side-nav li:hover>ul.sub-menu {
max-height:700px
}
.hb-side-nav li>ul.sub-menu ul.sub-menu>li>a {
padding-left:65px
}
.hb-side-nav ul.sub-menu {
position:relative;
width:100%;
max-height:0;
overflow:hidden;
transition:.9s cubic-bezier(.55,0,.175,1)!important;
display:block!important;
visibility:visible
}
.hb-side-nav>li:last-child>a {
border-bottom:none
}
.hb-side-nav li>a:after {
font-family:hbicons;
font-weight:400;
font-style:normal;
text-decoration:inherit;
display:inline-block;
width:auto;
height:auto;
line-height:inherit;
vertical-align:middle;
background-image:none;
background-position:0 0;
background-repeat:repeat;
margin-top:0;
position:relative;
top:-1px;
float:right;
font-size:var(--he-font-size)
}
.hb-non-transparent .hb-side-nav li>a:after {
color:rgba(0,0,0,.2)
}
#hb-side-navigation.hb-non-transparent.hb-light-style .hb-side-nav li>a:after {
color:rgba(255,255,255,.2)
}
.side-navigation-with-animation .hb-side-nav>li,.side-navigation-with-animation .side-logo-wrapper #logo,.side-navigation-with-animation .side-nav-bottom-part ul li,.side-navigation-with-animation .side-nav-bottom-text {
position:relative;
left:-30px;
opacity:0
}
#hb-side-menu ul.sub-menu>li>a {
font-size:11px;
padding:5px 30px 5px 50px
}
#hb-side-navigation.hb-text-center #hb-side-menu ul.sub-menu>li>a {
padding:5px 30px
}
#hb-side-menu ul.sub-menu>li:first-child {
padding-top:5px
}
#hb-side-menu ul.sub-menu>li:last-child {
padding-bottom:5px
}
.side-nav-bottom-part {
margin-top:60px
}
.side-nav-bottom-part ul li a {
color:#fff;
border-radius:60px;
width:32px;
height:32px;
display:inline-block;
text-align:center;
line-height:32px;
background:rgba(0,0,0,.05)
}
.side-nav-bottom-part ul li {
display:inline-block;
margin-right:7px
}
.side-nav-bottom-part ul li:last-child {
margin-right:0
}
.side-nav-bottom-text {
font-size:var(--he-font-size--smallest);
margin-top:15px;
letter-spacing:1px;
text-transform:uppercase
}
.side-nav-bottom-part ul li a:hover {
background:#323436;
color:#fff!important
}
#hb-side-navigation.hb-non-transparent .hb-side-nav li a {
color:rgba(0,0,0,.7)
}
#hb-side-navigation.hb-non-transparent .side-nav-bottom-part ul li a,.side-nav-bottom-part {
color:rgba(0,0,0,.5)
}
#hb-side-navigation.hb-non-transparent.hb-light-style .side-nav-bottom-part ul li a {
color:#fff
}
#hb-side-navigation.hb-light-style .side-nav-bottom-part {
color:rgba(255,255,255,.7)
}
#hb-side-navigation.hb-non-transparent .hb-side-nav ul.sub-menu>li>a {
color:rgba(0,0,0,.5)
}
#hb-side-navigation.hb-light-style .hb-side-nav ul.sub-menu>li>a,#hb-side-navigation.hb-non-transparent.hb-light-style .hb-side-nav ul.sub-menu>li>a {
color:rgba(255,255,255,.5)
}
#hb-side-navigation.hb-text-center .hb-side-nav li>a:after {
display:none
}
#hb-side-navigation.hb-text-center .hb-side-nav li>a {
border-left:none
}
.main-navigation {
z-index:9999;
display: flex;
align-items: center;
}
.fancy-s-open .main-navigation {
z-index:99999;
position:relative
}
#main-nav, #request-menu {
z-index:999;
margin:0;
list-style:none
}
#request-menu {
margin-left: auto;
}
#main-nav li a i {
margin-right:.6em;
line-height:0;
margin-bottom:0
}
#main-nav>li>a i {
font-size:1.25em
}
#main-wrapper #main-nav ul i {
font-size:calc(var(--he-font-size) * 1.14)
}
.megamenu li a i {
margin-left:0!important
}
#main-nav li, #request-menu li {
position:relative;
z-index:99999;
float:left;
display:inline-block;
text-align:start
}
#main-nav>li, #request-menu>li {
margin-left:1px!important
}
#main-nav li a, #request-menu li a {
transition:color .1s linear;
display:block;
position:relative;
margin:0;
padding:0 11px;
text-decoration:none;
text-transform:none;
font-family:var(--he-font);
font-weight:400;
line-height:38px!important;
color:#454545;
background-color:transparent
}
ul#request-menu > li > a {
border-radius: 7px;
font-size: 14px;
font-style: normal;
height: 38px;
margin-left: 20px;
box-sizing: border-box;
}
ul#request-menu > li:first-child > a {
border: 1px solid rgba(46, 82, 107, 0.70);
color: rgba(46, 82, 107, 0.70);
}
ul#request-menu > li:last-child > a { color: #FFF;
border-radius: 100px;
background: var(--Primary-500, linear-gradient(280deg, #00796D 0%, #38C682 100%));
}
ul#request-menu > li:last-child a:hover,
ul#request-menu > li:last-child a:active{
background: #353B63 !important;
color: var(--colorPrimary);
}
.megamenu ul i.sf-sub-indicator {
display:none!important;
visibility:hidden
}
.megamenu-widgets-container {
padding:0 20px 30px
}
#main-wrapper #main-nav li.right-align>ul {
left:auto;
right:0!important;
margin-left:0
}
.hb-menu-description {
font-size:10px;
text-transform:uppercase;
letter-spacing:1px;
margin-left:8px;
font-weight:600;
position:relative;
background:#2980b9;
padding:2px 6px;
border-radius:3px;
color:#fff
}
#main-wrapper .menu-item-object-product_cat .hb-menu-description {
display:none
}
.left-panel .hb-main-content>.vc_row[data-vc-full-width] {
padding-left:265px
}
.hb-boxed-layout .hb-main-content .vc_element>.vc_row[data-vc-full-width],.hb-boxed-layout .hb-main-content .vc_row[data-vc-full-width] {
width:auto!important;
left:0!important;
padding-left:50px!important;
padding-right:50px!important;
margin-left:-50px;
margin-right:-50px
}
.hb-boxed-layout .hb-main-content .vc_element>.vc_row[data-vc-stretch-content],.hb-boxed-layout .hb-main-content>.vc_row[data-vc-stretch-content] {
padding-left:0!important;
padding-right:0!important
}
#main-nav>li>a>i.sf-sub-indicator {
visibility:visible;
position:relative;
display:inline-block;
margin-left:7px;
opacity:.7;
font-size:.85em;
top:2px;
margin-right:0!important
}
#main-nav>li>a>i.sf-sub-indicator:before {
content:'\f107'
}
.vc-editor #main-nav>li>a>i.sf-sub-indicator:first-child {
display:none!important
}
li.no-caption>ul>li>a {
height:0!important;
padding:0!important;
text-indent:-99999px!important;
position:absolute!important;
top:-9999999px!important;
display:inline
}
li.menu-caption>ul>li>a {
cursor:text
}
#header-inner.nav-type-2>ul>li#nav-search>a,.nav-type-2 #main-nav>ul>li>a {
padding-bottom:3px!important
}
#hb-one-page-bullets {
position:fixed;
width:20px;
left:15px;
top:50%;
z-index:9999991
}
#hb-one-page-bullets li {
display:block;
position:relative;
line-height:1;
margin:0 0 6px
}
#hb-one-page-bullets li a {
display:block;
line-height:1;
font-size:13px;
color:rgba(252,255,255,.6)
}
#hb-one-page-bullets li a i {
margin:0;
line-height:1
}
#hb-one-page-bullets li a.current-item i:before {
content:'\e332';
color:#fff
}
#hb-one-page-bullets li a:hover i:before {
color:#fff;
content:'\e332'
}
#hb-one-page-bullets .tooltip-inner {
min-width:70px!important
}
.mobile-menu-open #hb-wrap {
opacity:.3
}
#mobile-menu>div>.menu-main-menu-container {
margin-bottom:100px!important
}
#mobile-menu-wrap {
position:fixed;
top:0;
right:-320px;
z-index:999992;
visibility:hidden;
width:320px;
height:100%;
background:#252525;
transition:.5s;
border-left:1px solid #323436
}
#mobile-menu-wrap .sub-menu {
margin-left:0!important;
box-shadow:none
}
.mobile-menu-open #mobile-menu-wrap {
visibility:visible;
right:0
}
.mobile-menu-close,.mobile-menu-shop {
position:fixed;
top:0;
right:-100px;
font-size:20px;
display:block;
color:#fff;
z-index:9999;
cursor:pointer;
padding:0 13px;
line-height:49px;
width:24px;
text-align:center;
border-left:1px solid #444;
transition:.6s
}
.mobile-menu-shop {
width:auto
}
.hb-cart-total-header {
font-size:var(--he-font-size--smaller);
padding-left:7px;
font-weight:700;
line-height:1
}
.mobile-menu-open .mobile-menu-close {
right:0
}
.mobile-menu-open .mobile-menu-shop {
right:50px
}
.mobile-menu-close i,.mobile-menu-shop i {
z-index:9999;
color:#fff;
font-size:16px
}
#mobile-menu-wrap input[type=text],.hb-top-holder {
border:none!important;
background:#131313!important;
color:#fff!important;
font-size:var(--he-font-size);
border-bottom:1px solid #444!important;
padding:15px 150px 15px 20px!important
}
#mobile-menu-wrap .hb-top-holder {
padding:0!important;
height:49px
}
#mobile-menu {
max-height:100%;
position:relative;
overflow-y:scroll;
-webkit-overflow-scrolling:touch;
padding-bottom:60px
}
#mobile-menu::-webkit-scrollbar {
display:none
}
#mobile-menu ul {
margin-bottom:0
}
#mobile-menu ul li a {
display:block;
padding:10px 20px;
color:#fff
}
#mobile-menu .menu ul li a:active,#mobile-menu .menu ul li a:focus,#mobile-menu .menu ul li.current-menu-item a,#mobile-menu ul li:hover>a {
color:#fff!important
}
#mobile-menu ul li a,#mobile-menu ul li:hover a {
background:0 0!important
}
#mobile-menu .menu li a:hover,#mobile-menu .menu ul li a:active,#mobile-menu .menu ul li a:focus,#mobile-menu .menu ul li.current-menu-item>a {
background:#323436!important
}
#mobile-menu ul li {
border-top:1px solid #323436;
border-bottom:0
}
#mobile-menu ul.menu>li:first-child {
border-top:0
}
#mobile-menu ul.sub-menu {
background:0 0;
margin-left:0
}
#mobile-menu ul.sub-menu li a {
padding-left:30px
}
#mobile-menu ul.sub-menu li ul a {
padding-left:50px
}
.menu-main-container {
margin-bottom:100px!important
}
.hb-fixed-attachment {
background-attachment:fixed
}
#mobile-menu.interactive>div>.menu-main-menu-container>li ul {
display:none;
background-color:rgba(0,0,0,.2)
}
#mobile-menu.interactive ul.sub-menu li ul li a {
padding-left:50px
}
#mobile-menu.interactive li.menu-item {
height:auto!important
}
#mobile-menu.interactive>div>.menu-main-menu-container>li,#mobile-menu>div>.menu-main-menu-container>li a {
position:relative
}
#mobile-menu.interactive .open-submenu {
font-size:24px;
display:flex;
align-items:center;
justify-content:center;
position:absolute;
top:0;
height:43px;
right:0;
width:52px;
background-color:rgba(255,255,255,.05);
text-align:center;
cursor:pointer;
z-index:99991;
color:#fff
}
#mobile-menu.interactive .open-submenu i {
margin-right:0
}
#mobile-menu.interactive ul.sub-menu li a {
padding-left:40px
}
#mobile-menu.interactive ul.sub-menu li a:before {
content:'\2014';
padding-right:8px
}
#main-nav ul.sub-menu, #request-menu ul.sub-menu {
height:auto!important;
line-height:22px!important;
position:absolute;
top:100%;
left:-1px;
margin-top:-1px;
display:none;
z-index:99998;
background:#323436;
padding:0!important
}
#main-nav .megamenu ul.sub-menu {
left:-2px
}
#main-nav>li>ul.sub-menu, #request-menu>li>ul.sub-menu {
border-top-left-radius:0;
border-top-right-radius:0
}
.light-menu-dropdown #main-nav ul.sub-menu, .light-menu-dropdown #request-menu ul.sub-menu {
background:#fff;
border-left:1px solid #ebebeb;
border-right:1px solid #ebebeb;
border-bottom:1px solid #ebebeb
}
.light-menu-dropdown #main-nav ul.sub-menu ul.sub-menu, .light-menu-dropdown #request-menu ul.sub-menu ul.sub-menu {
margin-top:0;
border-top:1px solid #ebebeb
}
#header-inner.nav-type-2 #main-nav ul.sub-menu {
left:-2px
}
#main-wrapper #header-inner.nav-type-2.centered-nav #main-nav {
position:relative
}
#header-inner.nav-type-2.centered-nav #main-nav>li.megamenu>ul.sub-menu {
max-width:100%
}
#main-nav ul.sub-menu ul {
left:100%!important;
margin-left:0!important;
top:-1px
}
#main-nav li.megamenu ul.sub-menu ul {
border:none!important
}
#main-nav ul.sub-menu li, #request-menu ul.sub-menu li {
display:block;
float:none;
width:100%
}
#main-nav ul.sub-menu li a,#main-nav ul.sub-menu ul li a, #request-menu ul.sub-menu li a,#request-menu ul.sub-menu ul li a {
display:flex;
align-items:center;
justify-content:center;
padding:6px 14px;
border-bottom:1px solid rgba(255,255,255,.07);
color:#aaa!important;
text-transform:none;
line-height:1.7!important;
margin:0 0 0 -1px
}
#main-nav ul.sub-menu li a span, #request-menu ul.sub-menu li a span {
display:inline;
width:100%;
position:relative
}
#main-nav ul.sub-menu li a i.icon-angle-right {
margin-top:-5px!important
}
#main-nav ul.sub-menu li a:hover,#main-nav ul.sub-menu li.current-menu-ancestor>a,#main-nav ul.sub-menu li.current-menu-item>a,#main-nav ul.sub-menu li.sfHover>a,.hb-gallery-dropdown a:hover {
background-color:rgba(0,0,0,.2);
color:#fff!important
}
.hb-gallery-dropdown {
margin:0!important
}
li.megamenu li a {
max-width:100%;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap
}
.light-menu-dropdown #main-nav>li.megamenu>ul.sub-menu>li>a {
color:#222!important
}
.light-menu-dropdown #main-nav ul.sub-menu li,.light-menu-dropdown #main-nav ul.sub-menu li a, .light-menu-dropdown #request-menu ul.sub-menu li,.light-menu-dropdown #request-menu ul.sub-menu li a {
color:#000!important
}
.light-menu-dropdown #main-nav ul.sub-menu li a, .light-menu-dropdown #request-menu ul.sub-menu li a {
border-bottom:1px solid #eee
}
.light-menu-dropdown #main-nav ul.sub-menu li a:hover,.light-menu-dropdown #main-nav ul.sub-menu li.current-menu-ancestor>a,.light-menu-dropdown #main-nav ul.sub-menu li.current-menu-item>a,.light-menu-dropdown #main-nav ul.sub-menu li.sfHover>a, .light-menu-dropdown #request-menu ul.sub-menu li a:hover,.light-menu-dropdown #request-menu ul.sub-menu li.current-menu-ancestor>a,.light-menu-dropdown #request-menu ul.sub-menu li.current-menu-item>a,.light-menu-dropdown #request-menu ul.sub-menu li.sfHover>a {
background-color:#f8f9fa!important
}
.light-menu-dropdown #main-nav ul.sub-menu>li>a .light-menu-dropdown #request-menu ul.sub-menu>li>a {
border-left:1px solid transparent;
margin-left:-1px
}
#main-wrapper .dark-menu-dropdown #main-nav .widget-item h4,.dark-menu-dropdown #main-nav ul.sub-menu li a:hover,.dark-menu-dropdown #main-nav ul.sub-menu li.current-menu-ancestor>a,.dark-menu-dropdown #main-nav ul.sub-menu li.current-menu-item>a,.dark-menu-dropdown #main-nav ul.sub-menu li.sfHover>a {
color:#fff!important
}
.third-skin.light-menu-dropdown #main-nav ul.sub-menu li a:hover,.third-skin.light-menu-dropdown #main-nav ul.sub-menu li.current-menu-ancestor>a,.third-skin.light-menu-dropdown #main-nav ul.sub-menu li.current-menu-item>a,.third-skin.light-menu-dropdown #main-nav ul.sub-menu li.sfHover>a {
color:#000!important
}
#main-nav ul.sub-menu li.current_page_item>a {
color:#fff!important
}
#main-nav li.megamenu ul.sub-menu li.sfHover>a {
background-color:transparent!important
}
#main-nav ul.sub-menu li:last-child>a {
border-bottom:none!important
}
#main-wrapper #fancy-search ::-moz-placeholder {
height:80px;
line-height:80px
}
#main-nav>li>a, #request-menu>li>a { color:#000;
letter-spacing:0;
z-index:99999;
font-size:14px;
font-weight:600;
}
.default-skin #main-nav>li>a {
padding:0 15px
}
.main-navigation.default-skin #main-nav>li.current-menu-item>a,.main-navigation.default-skin #main-nav>li.sfHover>a,.main-navigation.default-skin #main-nav>li>a:hover {
background-color:#f4f4f4;
color:#000
}
#main-nav>li>a>span, #request-menu>li>a>span {
position:relative;
top:0;
border-bottom:2px solid #eee;
padding-bottom:3px
}
#nav-search a i {
position:relative;
font-size:1.25em!important
}
#side-nav-socials>li>a>span.cart-circle-count {
display:none
}
#main-nav>li>a>span.cart-circle-count {
--font-size--smallest-multiplier:0.75;
width:22px;
height:22px;
display:flex;
align-items:center;
justify-content:center;
border-radius:999px;
position:absolute;
bottom:auto;
top:17px;
letter-spacing:0;
right:-2px;
font-size:var(--he-font-size--smallest);
padding:0!important;
font-weight:600;
color:#fff;
background:#323436;
box-sizing:border-box
}
.highend-sticky-header #main-nav>li>a>span.cart-circle-count {
top:6px
}
#main-wrapper #main-nav>li>a>span.cart-circle-count {
border:2px solid #fff!important
}
#hb-cart-count:hover .cart-circle-count {
opacity:1
}
#hb-cart-count span:after,#hb-cart-count span:before {
display:none
}
.nav-type-2 #main-nav>li>a>span.cart-circle-count {
right:0;
top:0
}
#header-inner.nav-type-2.centered-nav #main-nav li#hb-cart-count {
margin-left:1px!important
}
#hb-cart-count,#hb-panel-opener,#nav-search {
margin:0!important
}
#hb-cart-count a,#hb-panel-opener a,#nav-search a {
padding-left:10px!important;
padding-right:10px!important;
display:block;
text-align:center
}
#hb-cart-count a i,#hb-panel-opener a i,#nav-search a i {
padding:0!important;
margin:0!important
}
#main-wrapper #main-nav>li.megamenu>ul.sub-menu>li>a {
padding-left:20px;
background-color:transparent!important;
border-left:none
}
#hb-side-section .widget-item>h4:after,#main-wrapper #main-nav>li.megamenu .widget-item>h4:after,#main-wrapper #main-nav>li.megamenu>ul.sub-menu>li>a:after {
width:20px;
height:2px;
content:'';
background:#444;
display:block;
margin-bottom:7px;
margin-top:5px
}
.megamenu .widget-item {
padding:10px 0
}
#hb-side-section .widget-item>h4:after,#main-wrapper .dark-menu-dropdown #main-nav>li.megamenu .widget-item>h4:after,#main-wrapper .dark-menu-dropdown #main-nav>li.megamenu>ul.sub-menu>li>a:after {
background:#aaa
}
#main-wrapper #main-nav>li.megamenu {
position:static!important
}
#main-nav>li.megamenu>ul.sub-menu {
width:100%;
max-width:1140px;
padding:15px 0!important;
background:#323436;
display:none;
z-index:99998;
position:absolute!important;
margin-left:50px;
margin-right:50px;
margin-top:0
}
.container-wide #main-nav>li.megamenu>ul.sub-menu {
left:auto;
right:0
}
.light-menu-dropdown li.megamenu ul.sub-menu {
border-top:0
}
.light-menu-dropdown #main-nav>li.megamenu>ul.sub-menu {
background-color:#fff
}
#main-nav>li.megamenu>ul.sub-menu>li {
display:block!important;
float:left!important;
width:25%;
margin-left:0!important;
padding:0!important;
border-right:1px solid rgba(255,255,255,.1)
}
.light-menu-dropdown #main-nav>li.megamenu>ul.sub-menu>li {
border-right-color:#ebebeb;
border-bottom-color:#ebebeb
}
.light-menu-dropdown #main-nav>li.megamenu>ul.sub-menu.sub-menu-with-bg>li {
border-right:none!important
}
#main-nav li.megamenu.columns-2>ul>li {
width:50%
}
#main-nav li.megamenu.columns-3>ul>li {
width:33.33%
}
#main-nav li.megamenu.columns-4>ul>li {
width:25%
}
#main-nav li.megamenu.columns-5>ul>li {
width:20%
}
#main-nav li.megamenu.columns-6>ul>li {
width:16.66%
}
#main-nav li.megamenu.columns-2>ul {
width:40%!important;
left:auto!important;
right:auto!important;
margin-left:-227px
}
#main-nav>li.megamenu>ul.sub-menu li:last-child {
border-right:none!important
}
#main-nav>li.megamenu>ul.sub-menu li a {
border-bottom:none!important
}
#main-nav>li.megamenu>ul.sub-menu>li>a {
color:#fff!important;
font-size:16px;
background:0 0!important;
margin-bottom:0!important
}
#main-nav>li.megamenu>ul.sub-menu>li>a:hover {
background:0 0!important
}
#main-nav>li.megamenu>ul.sub-menu ul {
position:relative!important;
top:0!important;
left:0!important;
display:block!important;
visibility:visible!important;
width:100%;
margin-top:0;
background:0 0!important;
opacity:1!important;
box-shadow:none!important
}
#main-nav>li.megamenu>ul.sub-menu:not(.megamenu) ul li a {
padding:3px 20px
}
.second-skin #main-nav>li>a>span {
border-bottom:1px dotted rgba(255,255,255,.6)!important
}
.third-skin #main-nav>li a span {
border-bottom:none!important
}
.third-skin #main-nav>li.current-menu-ancestor>a,.third-skin #main-nav>li.current-menu-item>a,.third-skin #main-nav>li.sfHover>a,.third-skin #main-nav>li>a:hover {
background-color:rgba(0,0,0,.05)!important;
color:#000!important
}
.minimal-skin #main-nav>li a span, .minimal-skin #request-menu>li a span {
border-bottom:none!important
}
.minimal-skin #main-nav li.current-menu-item>a,.minimal-skin #main-nav li.sfHover>a,.minimal-skin #main-nav>li a:hover,.minimal-skin #main-nav>li.current-menu-ancestor>a,
.minimal-skin #request-menu li.current-menu-item>a,.minimal-skin #request-menu li.sfHover>a,.minimal-skin #request-menu>li a:hover,.minimal-skin #request-menu>li.current-menu-ancestor>a {
background-color:transparent!important;
color:var(--colorPrimary)
}
#main-wrapper #header-inner.nav-type-2 {
border-bottom:0
}
#header-inner.nav-type-2 #main-nav {
width:100%
}
#header-inner.nav-type-2 #main-nav>li,#header-inner.nav-type-2 #main-nav>li>a {
line-height:40px!important
}
#header-inner.nav-type-2 #main-nav>li>a {
padding-right:14px!important;
padding-left:14px!important;
margin-right:-1px;
border-right:1px solid #ebebeb;
margin-left:-1px!important;
padding-bottom:2px!important
}
#header-inner.nav-type-2 #main-nav>li:first-child>a,#header-inner.nav-type-2 li#nav-search>a {
border-left:1px solid #ebebeb
}
#header-inner.nav-type-2 #nav-search>a {
padding:0!important
}
#header-inner.nav-type-2 #main-nav>li>ul.sub-menu {
margin-top:0
}
#header-inner.nav-type-2 #main-nav>li>ul.sub-menu ul {
top:1px
}
#header-inner.nav-type-2 #main-nav>li.megamenu>ul.sub-menu {
left:-1px
}
#header-inner.nav-type-2 #fancy-search input[type=text],#header-inner.nav-type-2 li#nav-search::before {
left:50px;
right:50px
}
#header-inner.nav-type-2 #close-fancy-search {
right:55px
}
#header-inner.nav-type-2 #fancy-search .spinner {
right:110px
}
#main-wrapper #header-inner.nav-type-2 #fancy-search,#main-wrapper #header-inner.nav-type-2 #main-nav,#main-wrapper #header-inner.nav-type-2 .sticky-wrapper {
height:42px
}
#main-wrapper #header-inner.nav-type-2 #main-nav,#main-wrapper #header-inner.nav-type-2 .sticky-wrapper {
display:flex;
align-items:stretch
}
#main-wrapper #header-inner.nav-type-2 #main-nav>.float-right {
margin-left:auto!important
}
#main-wrapper #header-inner.nav-type-2 #main-nav>.float-right~.float-right {
margin-left:1px!important
}
#header-inner.nav-type-2.centered-nav #main-nav {
justify-content:center
}
#header-inner.nav-type-2.centered-nav #main-nav>li ul {
text-align:left
}
#fancy-search {
z-index:99991;
display:none
}
#fancy-search input[type=text] {
border-radius:0;
width:90%;
color:#292929;
border:none;
outline:0;
font-size:24px;
background:0 0;
position:absolute;
left:0;
top:0;
height:100%;
line-height:normal;
padding:0!important;
vertical-align:middle;
box-shadow:none
}
.nav-type-2 #fancy-search input[type=text] {
font-size:20px
}
#close-fancy-search {
position:absolute;
right:0;
top:-1px;
font-size:24px;
color:var(--colorPrimary)
}
#close-fancy-search:hover {
color:#000
}
.esgbox-overlay {
z-index:99999!important
}
.esgbox-wrap {
z-index:999991!important
}
#modern-search-overlay {
width:100%;
height:100%;
position:fixed;
display:none;
top:0;
left:0;
opacity:0;
z-index:99992;
background-color:rgba(0,0,0,.8);
-webkit-backdrop-filter:blur(4px);
backdrop-filter:blur(4px);
transform:scale(1.5)
}
#modern-search-overlay.overlay-visible {
display:flex;
align-items:center;
justify-content:center
}
.hb-modern-search-close {
position:absolute;
right:50px;
top:70px;
font-size:24px;
width:40px;
height:40px;
display:flex;
align-items:center;
justify-content:center;
background:rgba(255,255,255,.1);
border-radius:999px;
color:rgba(255,255,255,.3)
}
.hb-modern-search-close:hover {
color:#fff
}
.hb-close-side-section {
transition:transform .5s;
display:block;
width:16px;
height:16px;
line-height:16px;
vertical-align:middle
}
.hb-close-side-section:hover,.hb-modern-search-close:hover {
transform:rotate(90deg)
}
#hb-modern-form {
max-width:800px;
margin:0 auto;
position:relative
}
#hb-modern-search-input {
border:none;
outline:0;
text-align:center;
font-size:5rem;
font-weight:400;
line-height:1;
color:#fff;
letter-spacing:-.04em;
background:0 0;
background-color:transparent!important;
padding-right:60px!important
}
@media screen and (max-width:767px) {
#hb-modern-search-input {
font-size:3rem
}
}
.hb-modern-icon-search {
display:block;
position:absolute;
right:-30px;
bottom:21px;
font-size:18px;
transition:transform .2s ease-out;
transform-origin:center;
color:rgba(255,255,255,.6)
}
.hb-modern-icon-search input {
position:relative;
left:-25px;
opacity:0
}
.hb-modern-icon-search:hover {
color:#fff
}
.hb-modern-search-content {
color:rgba(255,255,255,.7);
letter-spacing:2px;
text-align:center;
text-transform:uppercase;
display:inline-block;
max-width:1000px;
vertical-align:middle;
font-size:16px
}
.table-middle {
display:flex;
flex-direction:column;
align-items:center;
justify-content:center
}
span[role=status].ui-helper-hidden-accessible {
display:none
}
#fancy-search .ui-autocomplete {
background-color:#292929;
overflow:auto;
text-align:left;
top:100%!important;
position:absolute!important;
list-style:none;
margin:1px 0 0;
padding:0;
left:0!important;
display:block;
width:100%;
border-radius:0 0 4px 4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
-o-border-radius:4px
}
#fancy-search .ui-autocomplete li {
line-height:16px;
padding:10px 20px;
border-bottom:1px solid rgba(255,255,255,.1);
margin:0;
overflow:hidden;
cursor:pointer
}
#fancy-search.ui-autocomplete li a,.leave-your-reply {
cursor:pointer
}
#fancy-search .ui-autocomplete li .search-date {
color:#999;
font-size:var(--he-font-size--smallest)
}
#fancy-search .ui-autocomplete li .search-title {
font-size:16px;
color:#fff;
line-height:18px;
display:block;
margin-bottom:3px;
margin-top:6px
}
#fancy-search .ui-autocomplete li .search-title.all-results {
padding-top:8px;
display:block
}
#fancy-search .ui-autocomplete li:hover {
background-color:rgba(0,0,0,.3)
}
#fancy-search .ui-autocomplete li i,#fancy-search .ui-autocomplete li img {
width:48px;
height:48px;
border-radius:60px;
border:1px solid #323436;
float:left;
margin-right:15px
}
#fancy-search .ui-autocomplete li i {
background-color:rgba(255,255,255,.1);
text-align:center
}
#fancy-search .ui-autocomplete li i:before {
font-size:16px;
color:#9a9a9a;
line-height:48px
}
#fancy-search ::-webkit-input-placeholder {
color:rgba(0,0,0,.5);
line-height:inherit;
vertical-align:middle
}
#fancy-search :-moz-placeholder {
color:rgba(0,0,0,.5);
line-height:inherit;
vertical-align:middle
}
#fancy-search ::-moz-placeholder {
color:rgba(0,0,0,.5);
line-height:inherit;
vertical-align:middle
}
#fancy-search :-ms-input-placeholder {
color:rgba(0,0,0,.5);
line-height:inherit;
vertical-align:middle
}
.refine-search-wrapper #s {
width:50%
}
.post-header .minor-meta {
font-size:var(--he-font-size--smaller);
color:#999;
position:relative;
top:5px
}
.blog .minor-meta,.page-template-blog .post-header .minor-meta,.single .post-header .minor-meta {
top:0
}
.archive .minor-meta,.hb_latest_posts_widget .minor-meta,.home .minor-meta,.page-template-blog-minimal .minor-meta,.search .minor-meta {
margin-bottom:11px;
color:#999;
font-size:var(--he-font-size--smallest)
}
ol.wp-block-latest-comments li {
list-style-type:none!important
}
.wp-block-latest-comments a {
color:var(--colorPrimary)
}
.wp-block-latest-comments a:hover {
text-decoration:underline
}
.hb_latest_posts_widget p.nbm {
margin-left:90px
}
article.search-entry {
position:relative;
margin-top:30px;
margin-bottom:45px
}
article.search-entry:first-child {
margin-top:0
}
.search-result-counter {
position:absolute;
top:-6px;
right:0;
z-index:-1;
font-size:70px;
font-family:var(--he-font--heading);
line-height:1;
color:rgba(0,0,0,.03);
text-shadow:-1px #fff
}
article.search-entry a.search-thumb {
position:absolute;
float:left;
margin-right:20px;
border-radius:60px;
width:60px;
height:60px;
padding:5px;
background:#fff;
display:block;
text-align:center;
color:#777
}
article.search-entry a.search-thumb:hover {
color:var(--colorPrimary)
}
.hb-spl-thumb img,article.search-entry a.search-thumb img {
position:relative;
z-index:0;
border-radius:60px;
width:60px!important;
height:60px!important
}
article.search-entry a.search-thumb i {
font-size:19px;
line-height:19px;
display:block;
position:relative;
top:50%;
margin-top:-10px
}
article.search-entry>.excerpt-wrap,article.search-entry>.post-meta-info,article.search-entry>h4 {
margin-left:90px;
margin-bottom:0
}
article.search-entry .excerpt-wrap>:last-child {
margin-bottom:0
}
#main-nav.empty-menu>li#nav-search {
margin-left:12px!important
}
.widget_product_search form {
position:relative
}
#searchsubmit,#searchsubmit:hover,.widget_product_search button[type=submit],.widget_product_search input[type=submit]:hover {
background-color:#323436
}
.refine-search-wrapper #searchsubmit:active {
top:-2px!important
}
.page-loader {
line-height:34px;
position:absolute;
z-index:9999;
width:100%;
text-align:center;
height:100%
}
.spinner {
border:2px solid transparent;
font-size:30px;
width:.6em;
height:.6em;
border-radius:.5em;
box-sizing:border-box;
animation:.4s linear infinite hb_spin;
border-top-color:#bdbdbd;
border-left-color:#ddd;
display:inline-block;
position:relative;
top:50%;
margin-top:-10px
}
#fancy-search .spinner {
position:absolute;
right:40px;
margin-top:-10px;
display:none
}
#fancy-search.ajax-searching .spinner {
display:block!important
}
#searchsubmit {
margin:0;
font-size:11px
}
.hb-spl-thumb a {
position:relative;
border:6px solid #fff;
border-radius:60px;
width:60px;
height:60px;
display:block
}
.hb-spl-thumb {
margin-right:15px
}
.hb-spl-inner {
width:100%
}
#searchsubmit:before,.widget_block.widget_search button[type=submit]:before,.widget_product_search button[type=submit]:before,.widget_product_search input[type=submit]:before {
position:absolute;
display:flex;
width:100%;
height:100%;
top:0;
left:0;
content:'\e002';
font-family:hbicons;
color:#fff;
align-items:center;
justify-content:center;
font-size:calc(var(--he-font-size) * 1.3);
text-indent:0;
box-shadow:none
}
#searchsubmit,.widget_block.widget_search button[type=submit],.widget_product_search button[type=submit],.widget_product_search input[type=submit] {
position:relative;
width:50px;
border-radius:0 2px 2px 0;
border-color:#323436
}
.widget_block.widget_search button[type=submit] {
background:#323436;
text-indent:-9999px;
margin:0;
border:0
}
.wp-block-search__label {
visibility:hidden
}
.widget_block.widget_search button[type=submit]:hover {
background:var(--colorPrimary)
}
#searchform,.woocommerce-product-search {
display:flex;
justify-content:center
}
.widget_product_search button[type=submit],.widget_product_search input[type=submit] {
height:100%!important
}
#main-content { overflow:hidden;
position:relative;
z-index:997
}
.page-template-blank #main-content,.page-template-presentation-fullwidth #main-content {
padding-top:0
}
.page-template-blank #main-content .col-12 {
margin-bottom:0
}
#to-top {
display:flex;
justify-content:center;
position:fixed;
right:20px;
bottom:52px;
color:#fff;
cursor:pointer;
z-index:10000;
height:40px;
width:40px;
background-color:rgba(0,0,0,.4);
background-repeat:no-repeat;
background-position:center;
transition:background-color .1s linear;
opacity:0
}
#to-top:hover {
background-color:var(--colorPrimary)
}
#contact-panel.hb-pop-class,#to-top.hb-pop-class {
opacity:1;
visibility:visible
}
#to-top i {
line-height:40px!important;
width:40px!important;
height:40px!important;
font-size:16px!important;
top:0!important;
left:0!important;
text-align:center!important;
background-color:transparent!important;
margin-top:1px!important;
margin-right:0!important
}
#to-top.dark {
background-color:#444
}
#contact-button {
display:block;
position:fixed;
text-align:center;
right:20px;
bottom:7px;
color:#fff;
cursor:pointer;
z-index:10000;
height:40px;
width:40px;
background-color:rgba(0,0,0,.4);
background-repeat:no-repeat;
background-position:center;
transition:background-color .1s linear;
-webkit-user-select:none;
-moz-user-select:none;
user-select:none
}
#contact-button.active-c-button,#contact-button:hover {
background-color:var(--colorPrimary)
}
#contact-button i {
line-height:40px!important;
width:40px!important;
height:40px!important;
font-size:16px!important;
top:0!important;
left:0!important;
text-align:center!important;
background-color:transparent!important;
margin-top:1px!important
}
#contact-panel {
position:fixed;
z-index:10001;
right:20px;
bottom:58px;
height:auto;
width:235px;
padding:25px;
background:#fff;
border:1px solid #ebebeb;
opacity:0;
visibility:hidden;
transform:scale(.9);
transform-origin:100% 100%
}
#contact-panel-form {
margin-top:15px
}
#contact-panel p {
margin-bottom:7px
}
#hb-submit-contact-panel-form {
margin:15px 0 0;
display:block
}
.map-info-section {
width:380px;
padding:20px 30px;
background:rgba(255,255,255,.9);
-webkit-backdrop-filter:blur(3px);
backdrop-filter:blur(3px);
position:relative;
z-index:91;
float:right;
margin:50px 0;
border:1px solid #f5f8ff;
border-radius:2px;
overflow:hidden
}
.map-info-section.minimized {
height:30px!important
}
.map-info-section .minimize-section {
position:absolute;
top:0;
right:0;
width:30px;
height:30px;
text-align:center;
line-height:30px;
font-size:var(--he-font-size--smallest);
color:#ccc
}
.map-info-section .minimize-section:hover {
color:var(--colorPrimary)
}
.map-info-section.minimized .minimize-section i:before {
content:'\e0c2'
}
.map-info-section h6.special {
font-size:var(--he-font-size--smallest)
}
.map-info-section .hb-contact-details {
display:flex;
margin:0 -10px
}
.map-info-section .hb-contact-details>div {
flex:1 0 0px;
padding:0 10px
}
.special-contact-form p {
margin-bottom:7px
}
.special-contact-form a.hb-third-dark {
margin-top:10px
}
.darker-border .hb-separator {
border-top-color:#ccc!important;
border-bottom-color:#ccc!important
}
.overflow-hidden .fw-content-wrap {
overflow:hidden!important
}
.light-medium-text {
color:rgba(255,255,255,.7)
}
.light-large-text {
font-size:23px;
line-height:32px;
color:rgba(255,255,255,.8)
}
.large-text {
font-size:var(--he-font-size);
text-transform:uppercase;
letter-spacing:1px
}
.large-text i {
font-size:18px!important
}
#main-wrapper .element-height-90 {
min-height:90px;
display:flex;
align-items:center
}
.fw-section {
margin-left:-50%;
padding-left:50%;
padding-right:50%;
width:100%;
position:relative;
z-index:0;
min-height:1px;
background-repeat:no-repeat;
background-position:center center;
background-size:cover;
right:-1px
}
.fw-section.fw-columns {
margin-left:auto!important;
padding-left:0!important;
padding-right:0!important;
right:0!important
}
#main-wrapper.hb-boxed-layout .fw-section.fw-columns {
margin-left:-50px!important;
padding-left:0!important;
padding-right:0!important;
right:0!important;
left:0!important;
margin-bottom:0!important
}
.waved-border:before {
content:'';
display:block;
width:100%;
height:14px;
position:absolute;
left:0;
background-position:top left;
background-repeat:repeat-x;
z-index:30;
top:-6px
}
.waved-border:after {
content:'';
display:block;
width:100%;
height:14px;
position:absolute;
left:0;
background-position:top left;
background-repeat:repeat-x;
z-index:30;
bottom:-6px
}
.vc_row[data-vc-full-width=true].with-border {
border-top:1px solid rgba(0,0,0,.1);
border-bottom:1px solid rgba(0,0,0,.1)
}
.left-sidebar .col-9.hb-main-content .fw-section {
margin-left:0!important;
padding-left:0;
margin-right:0;
padding-right:0
}
.fw-section.light-style,.fw-section.light-style .flex-control-nav li a,.fw-section.light-style h1,.fw-section.light-style h2,.fw-section.light-style h3,.fw-section.light-style h4,.fw-section.light-style h5,.fw-section.light-style h6,.light-style:not(#footer) {
color:#fff
}
.light-style:not(#footer) h3.hb-subtitle {
color:rgba(255,255,255,.5)
}
.light-style .hb-small-break,.light-style hr {
background:rgba(255,255,255,.5)
}
.fw-section.light-style .hb-testimonial-quote p {
color:rgba(255,255,255,.8)
}
.fw-section.light-style .testimonial-quote-meta {
color:rgba(255,255,255,.6)
}
.section {
position:relative
}
.video-content {
position:relative;
z-index:999
}
.video-wrap {
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
overflow:hidden;
z-index:990
}
.video-wrap video {
position:absolute;
z-index:2;
left:0;
top:0;
min-width:100%;
min-height:100%
}
.video-fw-section {
overflow:hidden
}
.extra-wide-container,.parallax {
background-repeat:no-repeat;
background-position:center center;
background-size:cover
}
.hb-image-bg-wrap,.hb-parallax-wrapper {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-position:center center;
background-size:cover;
z-index:0;
background-repeat:no-repeat
}
.hb-parallax-wrapper {
background-attachment:fixed!important
}
#hb-page-title.hb-image-background.parallax {
background-attachment:scroll;
background-size:cover!important
}
#main-wrapper .background-texture,#main-wrapper .vc_row.background-texture,.parallax.background-texture {
background-repeat:repeat;
background-size:initial;
background-attachment:scroll!important
}
#main-wrapper .background-texture .hb-parallax-wrapper {
background-repeat:repeat;
background-size:initial
}
#hb-page-title {
padding-top:65px;
padding-bottom:30px;
color:#323436;
border-bottom:1px solid #ebebeb;
background-color:#fff;
position:relative;
margin-top:-35px;
overflow:hidden;
width:100%
}
#hb-page-title.extra-large-padding {
padding-top:130px;
padding-bottom:95px
}
#hb-page-title.large-padding {
padding-top:95px;
padding-bottom:60px
}
#hb-page-title.small-padding {
padding-top:50px;
padding-bottom:15px
}
#hb-page-title h1 {
color:#000;
font-size:26px
}
#hb-page-title.extra-large-padding h1 {
font-size:34px;
line-height:42px
}
#hb-page-title.extra-large-padding h2 {
font-size:22px;
line-height:30px
}
#hb-page-title.small-padding h1 {
font-size:22px
}
#hb-page-title.small-padding h2 {
font-size:16px
}
#main-wrapper.nav-type-2 #hb-page-title {
padding-top:35px;
margin-top:0;
padding-bottom:35px
}
#main-wrapper.nav-type-2 #hb-page-title.extra-large-padding {
padding-top:130px;
padding-bottom:130px
}
#main-wrapper.nav-type-2 #hb-page-title.large-padding {
padding-top:70px;
padding-bottom:70px
}
#main-wrapper.nav-type-2 #hb-page-title.small-padding {
padding-top:15px;
padding-bottom:15px
}
#main-wrapper #hb-page-title.light-text h2 {
color:rgba(255,255,255,.7)!important
}
#hb-page-title.dark-text h1 {
color:rgba(0,0,0,.9)!important
}
#hb-page-title.dark-text h2 {
color:rgba(0,0,0,.5)!important
}
#hb-page-title.border-style.dark-text h1 {
color:rgba(0,0,0,.9)!important;
border-color:rgba(0,0,0,.7)
}
#hb-page-title.border-style.light-text h1 {
color:rgba(255,255,255,.9)!important;
border-color:rgba(255,255,255,.7)
}
#hb-page-title.hb-color-background {
background:#f0f0f0
}
#hb-page-title.hb-image-background {
background-repeat:no-repeat;
background-size:cover
}
#hb-page-title.slider-page-title {
padding-top:0!important;
padding-bottom:0!important
}
#hb-page-title.slider-page-title .hb-page-title {
display:none
}
#hb-page-title h1,#hb-page-title h2 {
margin:0;
padding:0;
line-height:1.3;
display:inline-block
}
#hb-page-title h2 {
display:block;
padding-top:7px;
color:#777;
font-size:18px
}
#hb-page-title h2 p {
margin:0
}
#hb-page-title.border-style h1 {
display:inline-block;
width:auto;
padding:12px 20px!important;
border:2px solid rgba(255,255,255,.5)
}
.not-found-box {
padding-top:80px;
padding-bottom:180px;
position:relative
}
.not-found-box i {
position:absolute;
font-size:440px;
height:380px;
color:rgba(0,0,0,.03);
z-index:0;
bottom:-10px;
text-align:center;
left:0;
width:100%;
overflow:hidden;
vertical-align:bottom
}
.not-found-box-inner {
position:relative;
z-index:1
}
#hb-page-title.border-style h2 {
padding-top:10px!important
}
#hb-page-title.stroke-title h1 {
background:#fff;
color:#000!important;
display:inline-block;
width:auto;
padding:8px 12px!important
}
#hb-page-title.stroke-title h2 {
background:#323436;
color:#fff!important;
display:inline-block;
width:auto;
padding:8px 12px!important;
margin-top:1px!important
}
.breadcrumbs-wrapper {
position:absolute;
right:50px;
top:50%;
margin-top:-10px;
display:inline-block;
border-radius:2px;
font-size:var(--he-font-size--smaller);
word-wrap:break-word
}
.breadcrumbs-wrapper span:not(.sep-icon) {
opacity:.7
}
.breadcrumbs-wrapper .breadcrumbs-inside {
line-height:13px;
padding:4px;
display:inline-block
}
#hb-page-title.aligncenter .hb-page-title .breadcrumbs-wrapper {
left:0;
right:auto;
width:100%;
bottom:-30px;
text-align:center;
margin-top:11px!important
}
.hb-image-background .breadcrumbs-wrapper .breadcrumbs-inside,.hb-image-background .breadcrumbs-wrapper .breadcrumbs-inside a {
color:rgba(255,255,255,.9)
}
.breadcrumbs-wrapper .sep-icon {
padding:0 5px;
display:inline-block
}
#hb-page-title.stroke-title .breadcrumbs-wrapper .breadcrumbs-inside {
background:rgba(0,0,0,.5);
padding:4px 10px
}
#hb-page-title.alignright .breadcrumbs-wrapper {
right:auto;
left:50px
}
.dark-text .sep-icon {
color:#555
}
.dark-text.hb-image-background .breadcrumbs-wrapper .breadcrumbs-inside,.dark-text.hb-image-background .breadcrumbs-wrapper .breadcrumbs-inside a {
color:rgba(0,0,0,.9)!important
}
.dark-text.hb-image-background .breadcrumbs-wrapper .breadcrumbs-inside a:hover {
color:#000!important
}
#main-content .hb-sidebar {
margin-top:-50px;
padding-top:50px;
padding-bottom:70px;
border-left:1px solid #ebebeb;
margin-bottom:0!important;
width:29%!important
}
#main-content .right-sidebar .col-3.hb-sidebar {
padding-right:0!important
}
#main-content .col-9.hb-main-content {
border-right:1px solid #ebebeb;
margin-right:-1px;
margin-bottom:0!important;
padding-bottom:70px;
padding-right:30px;
width:71%!important
}
.hb-sidebar-20 #main-content .hb-sidebar {
width:20%!important
}
.hb-sidebar-20 #main-content .col-9.hb-main-content {
width:80%!important
}
.share-holder {
margin-left:12px;
position:relative
}
.share-holder .hb-dropdown-box {
top:32px
}
.share-holder .hb-dropdown-box ul li {
display:block;
border-bottom:1px solid #ebebeb
}
.share-holder .hb-dropdown-box ul li a,.share-holder .hb-dropdown-box ul li a i {
color:#555;
font-size:16px
}
.share-holder .hb-dropdown-box ul li a {
display:block;
padding:10px;
position:relative;
z-index:999
}
.share-holder .hb-dropdown-box ul li a:hover {
background:#f5f5f5
}
.share-dropdown-box {
width:70px;
z-index:992
}
.share-holder::before {
content:'';
position:absolute;
left:0;
width:100%;
bottom:-10px;
height:15px
}
.share-holder .hb-dropdown-box::before {
right:29px
}
.hb-blog-small .featured-image {
max-width:45%;
width:45%;
float:left;
margin-right:25px;
border-radius:2px
}
.hb-blog-small h3.title {
margin-bottom:20px
}
.hb-blog-small h3.title a {
color:#000
}
.hb-blog-small h3.title a:hover {
color:var(--colorPrimary)
}
.hb-blog-small .meta-info {
line-height:34px;
border-top:1px solid #ebebeb;
border-bottom:1px solid #ebebeb;
margin-top:36px;
font-size:var(--he-font-size--smallest);
clear:both;
overflow:hidden;
min-height:34px
}
.hb-blog-small .meta-info .read-more-button i {
margin-left:3px;
display:inline-block;
margin-top:-3px
}
.hb-blog-classic article,.hb-blog-small article {
margin-bottom:40px;
display:block;
width:100%
}
.hb-blog-classic .post-inner {
margin-left:75px
}
.featured-image .post-thumb-caption {
display:block;
text-align:center
}
.featured-image a {
overflow:hidden;
display:block
}
.featured-image img {
position:relative;
width:100%;
max-width:100%;
display:block
}
.featured-image {
position:relative;
border-radius:2px 2px 0 0;
overflow:hidden
}
.type-post.format-audio .featured-image {
overflow:visible
}
.featured-image .featured-overlay {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
opacity:0;
transition:.1s ease-in-out;
-webkit-transition:.2s ease-in-out;
-moz-transition:.2s ease-in-out;
-ms-transition:all .2s ease-in-out;
-o-transition:.2s ease-in-out
}
.featured-image:hover .featured-overlay,article .featured-image:hover .featured-overlay {
zoom:1;
-moz-opacity:.7;
opacity:.7
}
.hb-post-date {
width:50px;
border-right:1px solid #eee
}
.hb-post-date .like-holder {
margin-top:6px
}
.hb-post-date .day {
color:#666;
display:block;
font-size:20px;
font-family:var(--he-font--heading);
margin-top:7px;
text-align:center
}
.hb-post-date .month {
color:#999;
font-size:.9em;
padding:2px 0 6px;
display:block;
text-align:center;
text-transform:uppercase;
border-bottom:1px solid #eee;
margin-right:-1px
}
.post-content {
padding:20px 30px;
background:padding-box #fff;
position:relative;
-webkit-background-clip:padding-box;
box-shadow:0 1px 2px rgba(0,0,0,.1);
border-bottom-left-radius:3px;
border-bottom-right-radius:3px
}
.hb-blog-box {
-webkit-background-clip:padding-box;
box-shadow:0 1px 2px rgba(0,0,0,.1)
}
#hb-blog-posts.unboxed-blog-layout .post-content {
border:none;
padding:20px 0;
background:0 0
}
#hb-blog-posts.unboxed-blog-layout .post-content::after,.type-post.format-audio.self-hosted-audio .post-content::after {
display:none
}
#hb-blog-posts.unboxed-blog-layout article {
border-bottom:1px solid #ebebeb
}
.post-header .post-meta-info {
color:#999;
font-size:var(--he-font-size--smallest)
}
.post-header .post-meta-info a {
color:#999
}
.post-content h2.title {
margin-top:0;
margin-bottom:5px;
font-size:18px
}
.post-content h2.title a,.post-header .post-meta-info a:hover {
color:var(--colorPrimary)
}
.post-content h2 a:hover {
color:#323436
}
.bottom-meta-section .like-holder,.bottom-meta-section .share-holder,.bottom-meta-section a.comments-link {
color:#999
}
.sticky-post-icon {
position:absolute;
right:15px;
top:15px;
color:#999
}
#comments h5,#respond #cancel-comment-reply-link,#respond h5,.search h5.lighter-text {
font-family:var(--he-font);
font-weight:400
}
.wpb_single_image .vc_single_image-wrapper {
width:100%!important
}
.hentry .minor-meta:before {
content:'';
height:1em;
width:1px;
background-color:#999;
display:inline-block;
position:relative;
left:-8px;
top:-1px;
vertical-align:middle
}
.hentry .minor-meta:first-child:before {
display:none
}
.hentry .minor-meta:first-child {
padding-left:0
}
.hentry .minor-meta {
padding:0 8px
}
.type-post.format-quote .quote-post-wrapper a {
display:block;
position:relative;
border-radius:2px
}
.type-post.format-quote .quote-post-wrapper a:hover {
background:#323436
}
.type-post.format-quote .quote-post-wrapper blockquote {
font-size:23px;
line-height:32px;
color:#fff;
font-family:var(--he-font--heading);
padding:40px;
margin:0;
font-style:normal
}
.type-post.format-quote .quote-post-wrapper blockquote:before {
display:none
}
.type-post.format-quote .quote-post-wrapper blockquote .cite-author {
color:rgba(255,255,255,.6);
display:block;
margin-bottom:-10px;
margin-top:15px
}
.type-post.format-quote .quote-post-wrapper .hb-moon-quotes-right {
color:rgba(255,255,255,.6);
font-size:24px;
line-height:24px;
position:absolute;
right:30px;
bottom:29px
}
.type-post.format-link .quote-post-wrapper a {
display:block;
position:relative;
border-radius:2px
}
.type-post.format-link .quote-post-wrapper a:hover {
background:#323436
}
.type-post.format-link .quote-post-wrapper blockquote {
font-size:26px;
line-height:32px;
color:#fff;
font-family:var(--he-font--heading);
padding:40px;
margin:0
}
.type-post.format-link .quote-post-wrapper blockquote .cite-author {
font-size:var(--he-font-size);
color:rgba(255,255,255,.6);
display:block;
line-height:22px;
margin-bottom:-10px;
margin-top:15px
}
.type-post.format-link .quote-post-wrapper .hb-moon-link-5 {
color:rgba(255,255,255,.6);
font-size:24px;
line-height:24px;
position:absolute;
right:30px;
bottom:29px
}
.type-post.format-status .quote-post-wrapper a {
display:block;
position:relative;
border-radius:2px
}
.type-post.format-status .quote-post-wrapper a:hover {
background:#323436
}
.type-post.format-status .quote-post-wrapper blockquote {
font-size:26px;
line-height:32px;
color:#fff;
font-family:var(--he-font--heading);
padding:40px;
margin:0
}
.type-post.format-status .quote-post-wrapper blockquote .cite-author {
font-size:var(--he-font-size);
color:rgba(255,255,255,.6);
display:block;
line-height:22px;
margin-bottom:-10px;
margin-top:15px
}
.type-post.format-status .quote-post-wrapper .hb-moon-pencil {
color:rgba(255,255,255,.6);
font-size:24px;
line-height:24px;
position:absolute;
right:30px;
bottom:29px
}
.laptop-slider-wrapper {
width:100%;
position:relative;
overflow:hidden;
display:inline-block;
z-index:2
}
.laptop-slider-wrapper .laptop-mockup {
position:relative;
width:100%;
height:auto;
display:inline-block;
z-index:9999
}
.laptop-slider-wrapper .laptop-mockup img {
width:100%!important;
height:auto;
position:relative;
z-index:99
}
.laptop-slider-wrapper .hb-flexslider-wrapper {
background:#323436;
width:76.3%;
height:auto;
position:absolute;
z-index:9;
top:5.5%;
left:11.7%
}
.laptop-slider-wrapper .hb-flexslider-wrapper .hb-flex-slides li img {
width:100%!important;
height:auto!important;
display:block
}
.fw-flex-slider {
position:relative;
z-index:92
}
.fw-flex-slider .hb-flex-slides li img {
height:auto
}
.fw-flex-slider .hb-flex-slides li {
display:none
}
.hb-flexslider,.hb-flexslider-wrapper {
overflow:hidden
}
.bordered-wrapper.shadow,.hb-flexslider-wrapper.shadow,.map-info-section {
box-shadow:0 2px 12px rgba(0,0,0,.1)
}
.bordered-wrapper,.hb-flexslider-wrapper.bordered-wrapper {
background:#fff;
padding:10px;
border:1px solid #ebebeb;
border-radius:2px;
overflow:hidden
}
.fw-gallery-wrap.loading,.hb-flexslider.loading,.testimonial-slider.loading {
min-height:150px;
background:url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/images/loader.gif) center no-repeat
}
.hb-flexslider {
margin:0;
padding:0;
zoom:1;
position:relative;
border-radius:2px
}
.hb-flex-slides>li {
position:relative
}
.hb-flex-slides,.hb-flex-slides li,.hb-flexslider ol,.hb-flexslider ul {
margin:0!important;
padding:0!important;
list-style:none!important
}
.hb-flex-slides>li img {
display:block;
margin:0;
padding:0;
width:100%!important
}
.hb-flexslider .flex-control-nav {
position:absolute;
bottom:5px;
left:0;
width:100%;
color:#fff;
text-align:center
}
.hb-flexslider .flex-control-nav li {
display:inline-block;
margin-left:2px;
margin-right:2px;
color:#fff
}
.hb-flexslider .flex-control-nav li a {
color:#fff!important
}
.flex-caption,.flex-subtitle {
position:absolute;
bottom:59px;
left:60px;
background:#fff;
padding:10px 20px;
font-size:20px;
line-height:1.3em;
opacity:0;
margin:0;
color:#323436
}
.flex-caption.dark,.flex-subtitle.dark {
background:#323436;
color:#fff
}
.flex-subtitle.dark {
color:#999
}
.flex-subtitle {
bottom:17px;
font-size:16px;
color:#777;
opacity:0
}
.hb-flexslider .flex-control-nav li a.flex-active i:before {
content:'\f111'!important
}
.hb-flexslider .flex-control-nav li a:hover {
cursor:pointer
}
.flex-direction-nav>li>a {
color:#fff!important;
position:absolute!important;
top:0;
left:0;
height:90%;
background:rgba(0,0,0,.4);
width:40px!important;
text-align:center;
z-index:9999
}
.flex-direction-nav>li>a:hover {
background:rgba(0,0,0,.6)
}
.flex-direction-nav>li>a i {
font-size:20px;
position:absolute;
display:block;
top:50%;
margin-top:-10px;
width:100%
}
.flex-direction-nav>li>a.flex-next {
right:-40px;
top:5%;
left:auto
}
.flex-direction-nav>li>a.flex-prev {
left:-40px;
top:5%;
right:auto
}
.text-sep {
margin-left:7px;
margin-right:7px
}
.text-sep:last-child {
display:none
}
.post.format-audio iframe {
margin-bottom:-2px
}
.hb-audio-element {
width:100%
}
.single-hb_testimonials #main-wrapper .bottom-meta-section {
border:none
}
.load-more-posts,.load-more-posts.inactive:hover {
display:block;
padding:10px;
background:#fff;
box-shadow:0 1px 2px rgba(0,0,0,.1);
text-align:center;
text-transform:uppercase;
font-weight:600;
letter-spacing:1px;
font-size:var(--he-font-size--smallest);
color:#222;
cursor:default
}
.load-more-posts:hover {
background-color:var(--colorPrimary);
color:#fff;
cursor:pointer
}
.page-template-blog-grid-fullwidth .load-more-posts {
background:#fff;
border:none;
display:inline-block;
margin-top:20px;
float:right;
margin-right:6px;
min-width:170px;
border-radius:22px
}
.page-template-blog-grid-fullwidth .hb-spin.non-visible {
display:none
}
.load-more-posts:not(.inactive):hover {
color:#fff!important
}
.load-more-posts.inactive {
opacity:.5
}
.load-more-posts i {
margin-right:15px;
margin-top:-2px
}
.pagination {
display:inline-block;
width:100%;
text-align:center;
margin:0 0 50px;
position:relative
}
.row-special .pagination {
margin-bottom:0
}
.pagination:empty {
display:none!important
}
.single .pagination {
margin-top:40px
}
.pagination ul {
display:inline-block;
list-style-type:none;
margin:0;
padding:0
}
.pagination ul li,.single .pagination a,.single .pagination span {
float:left;
padding:0;
margin:0;
line-height:34px
}
.single .pagination a,.single .pagination span {
float:none;
display:inline-block!important
}
.pagination ul li span,.single .pagination span {
color:#fff;
display:block;
line-height:40px;
width:40px;
text-align:center;
text-decoration:none;
margin:0 4px 0 0;
border-radius:2px
}
.pagination ul li i,.single .pagination i {
line-height:1!important;
position:relative;
right:-1px
}
.page-links a,.pagination ul li a,.pagination ul li span.page-numbers.dots,.single .pagination a {
color:#3f3f3f;
line-height:40px;
width:40px;
text-decoration:none;
display:block;
text-align:center;
background-color:#ebebeb;
margin:0 4px 0 0;
border-radius:2px;
box-shadow:0 1px 2px rgba(10,10,10,.1) inset;
border-bottom:1px solid #fff
}
.page-links {
display:block;
text-align:right;
font-size:var(--he-font-size--smallest);
text-transform:uppercase;
color:#999;
font-weight:600
}
.page-links a {
display:inline-block;
width:30px;
height:30px;
line-height:30px;
margin-right:0;
margin-left:5px
}
.page-links a i {
position:relative
}
.page-links a:hover,.pagination ul li a:hover,.single .pagination a:hover {
color:#fff;
background:#323436
}
.single .quote-post-wrapper,.single article .featured-image {
margin:0 0 35px
}
.single article .featured-image a,.single article .featured-image img {
position:relative;
width:100%;
display:block;
border-radius:3px
}
.hb-single-share {
display:inline-block;
width:42px;
height:40px;
background-color:rgba(0,0,0,0);
cursor:pointer;
border-radius:1px;
-moz-border-radius:1px;
-webkit-border-radius:1px;
-o-border-radius:1px;
transition:.2s linear;
-moz-transition:.2s linear;
-webkit-transition:.2s linear;
-o-transition:.2s linear;
position:absolute;
left:-40px
}
.hb-single-share:hover {
background-color:#fff
}
.single article h1.title {
text-transform:none;
font-size:26px;
line-height:1.3em;
margin-bottom:5px;
color:#323436;
letter-spacing:0
}
.single-post-tags span {
font-weight:600;
text-transform:uppercase;
color:#323436
}
.single-post-tags {
display:flex;
align-items:center;
gap:4px
}
.single-post-tags a {
display:inline-flex;
padding:1px 6px;
font-size:var(--he-font-size--smallest);
background-color:rgba(0,0,0,.05);
border-radius:2px;
text-transform:capitalize
}
.single-post-tags a:hover {
color:#fff
}
abbr {
border-bottom:1px dashed;
cursor:help
}
del {
text-decoration:line-through
}
small,sub,sup {
position:relative;
font-size:11px;
vertical-align:baseline
}
.hb-yellow-text {
color:#f1c40f!important
}
mark,span.highlight {
padding:0 3px;
border-radius:1px;
margin-right:1px;
color:#fff;
display:inline
}
span.highlight.alt {
background:#ffd56c;
color:#000
}
blockquote.pullquote {
padding:10px 20px;
margin:0 0 20px;
border-left:3px solid #eee;
font-size:var(--he-font-size);
font-style:normal;
font-family:var(--he-font--heading);
color:#323436;
border-left-color:var(--colorPrimary)
}
blockquote {
padding:10px 0 10px 60px;
font-size:var(--he-font-size);
line-height:1.5;
font-style:italic;
position:relative
}
blockquote:before {
position:absolute;
top:0;
left:10px;
display:block;
color:rgba(0,0,0,.1);
font-size:32px
}
blockquote.pullquote:before {
display:none
}
.light-style .hb-moon-quotes-left:before,.light-style blockquote:before {
color:#fff
}
.dropcap {
position:relative;
display:inline;
float:left;
line-height:.9em;
font-family:var(--he-font--heading);
font-size:28px;
padding:10px;
background:rgba(0,0,0,.05);
color:#000;
text-align:center;
border:1px solid transparent;
margin:7px 10px 0 0
}
.dropcap.dark {
background-color:#323436;
color:#fff
}
.dropcap.simple {
float:left;
width:auto;
height:auto;
padding:0;
margin:0 6px 0 0;
font-size:46px;
font-style:normal;
background-color:transparent;
color:#323436
}
.single article .entry-content {
margin-top:30px
}
.single article .entry-content:first-child {
margin-top:0
}
.single article .single-post-tags {
margin-top:30px
}
.rounded-element {
float:left;
width:81px;
height:81px;
text-align:center;
line-height:76px;
padding:5px
}
.rounded-element,.rounded-element img {
border-radius:111px;
overflow:hidden;
display:block;
position:relative;
z-index:2
}
.rounded-element img {
width:100%;
height:auto
}
.bottom-meta-section {
display:flex;
flex-direction:row;
align-items:center;
justify-content:space-between;
margin-top:15px;
padding-top:15px;
border-top:1px solid #ebebeb;
position:relative;
z-index:999
}
.right-sidebar .bottom-meta-section {
margin-right:-30px;
padding-right:30px
}
.left-sidebar .bottom-meta-section {
margin-left:-30px;
padding-left:30px
}
.bottom-meta-section .like-holder,.bottom-meta-section .share-holder {
margin-top:0
}
.bottom-meta-section .like-holder {
margin-left:20px
}
.bottom-meta-section .like-holder:first-child,.bottom-meta-section .share-holder {
margin-left:auto
}
.bottom-meta-section .comments-link {
margin-right:auto
}
.author-box {
border:1px solid #ebebeb;
margin-top:40px;
background:#fff;
padding:20px 30px;
border-radius:4px
}
.author-box .social-icons:empty {
display:none
}
.author_description_text {
display:flex;
flex-direction:column;
gap:1.5em
}
.author_description_text p {
margin:0
}
.archive .author-box {
margin-top:0
}
.author-meta.blog-meta {
float:left;
margin-right:30px
}
.author-box .author-description {
margin-left:124px
}
.author-box .social-list li a {
color:rgba(0,0,0,.5)
}
#commentform label {
margin-left:10px;
padding-left:0
}
.comment-form-cookies-consent {
display:flex;
align-items:center
}
#comments h4,#respond h3,#respond h4,.title-class {
margin-bottom:5px!important
}
#respond h3 {
color:#444;
text-align:center
}
h3.title-class {
font-size:18px;
line-height:25px;
color:#444
}
#comments h5,#respond h5 {
color:#777
}
#respond #cancel-comment-reply-link {
position:relative
}
#respond small {
display:block;
font-size:16px;
margin-bottom:15px;
color:rgba(0,0,0,.5)!important;
line-height:1.4;
font-family:var(--he-font--heading);
margin-top:5px
}
#respond small a {
color:rgba(0,0,0,.5)
}
p.logged-in-as {
margin-bottom:10px;
color:#999
}
.form-submit {
display:block
}
.comment-subscription-form {
display:block;
clear:both;
margin:0
}
.comments-list {
list-style:none
}
.comments-list li.comment {
margin-top:2em
}
.comments-list li.comment>div.comment-body {
background-color:#fff;
margin:0;
overflow:hidden;
padding:25px 25px 20px 60px;
position:relative;
border:1px solid #ebebeb
}
.author-tag {
position:absolute;
right:30px;
top:26px;
font-size:10px;
font-weight:600;
letter-spacing:1px;
text-transform:uppercase;
color:#bbb
}
.comments-list li.comment>#respond h4,.comments-list li.comment>#respond h5 {
display:none
}
.comments-list li.comment>#respond {
margin-bottom:60px
}
.comments-list li.comment>div .rounded-element {
position:relative;
left:-30px
}
.comment-meta.commentmetadata {
position:relative;
top:-2px
}
.commentmetadata a time {
color:#999;
font-size:var(--he-font-size--smallest);
line-height:1.2em
}
.comment-body p {
margin:.85em 0 .85em 91px
}
cite.fn {
font-style:normal;
float:left
}
.comments-list .hb-quote,.comments-list .reply {
float:left
}
.comments-list .reply a:hover {
color:#000
}
.comments-list .hb-quote .sep,.comments-list .reply .sep {
margin:0 5px 0 6px
}
.comments-list ul {
list-style:none
}
.comments-list .children {
margin-left:0!important;
padding-left:40px;
border-left:1px dashed #ebebeb;
list-style:none
}
.comments-list .children>li {
position:relative
}
.comments-list .children>li::after {
position:absolute;
display:block;
content:'';
width:20px;
height:1px;
border-top:1px dashed #ebebeb;
border-right:0;
border-bottom:0;
top:60px;
left:-40px;
z-index:8
}
.comments-list .children>li::before {
position:absolute;
display:block;
content:'';
width:9px;
height:9px;
background-color:#fff;
border:1px solid #ebebeb;
border-right:0;
border-top:0;
top:55px;
left:-5px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
z-index:8
}
#respond {
margin-top:40px
}
#respond p input:not([type=checkbox]) {
width:60%;
margin:0!important
}
#respond p input[type=submit] {
width:100%
}
.form-col {
width:33.33%;
padding-right:15px;
float:left
}
#commentform {
margin-top:30px
}
.essential_grid .post-header {
margin-top:20px
}
#main-wrapper .hb-main-content .esg-media-cover-wrapper a {
color:#fff
}
.hb-single-next-prev a {
position:fixed;
height:110px;
width:140px;
background:rgba(0,0,0,.4);
color:#fff;
top:50%;
margin-top:-40px;
text-align:right;
line-height:110px;
left:-120px;
opacity:.4;
padding-right:10px;
cursor:pointer;
z-index:9991
}
.hb-single-next-prev a:hover {
background:#323436;
opacity:1;
left:0
}
.hb-side-navigation .hb-single-next-prev a.hb-prev-post {
left:145px
}
.hb-side-navigation .hb-single-next-prev a.hb-prev-post:hover {
left:265px
}
.hb-single-next-prev a.hb-next-post {
left:auto;
right:-120px;
text-align:left;
padding-left:10px;
padding-right:0
}
.hb-single-next-prev a.hb-next-post:hover {
right:0
}
.hb-single-next-prev .text-inside {
font-size:var(--he-font-size--smaller);
font-weight:600;
color:#fff;
letter-spacing:2px;
line-height:113px!important;
text-transform:uppercase;
position:absolute;
left:0;
width:100%;
text-align:center!important;
top:0;
height:100%;
cursor:pointer
}
.hb-related-posts h4 {
margin-bottom:30px
}
.hb-post-excerpt {
margin-top:1.5em
}
.hb-post-excerpt a.read-more {
margin-top:5px
}
#hb-blog-posts p.hb-post-excerpt {
margin-bottom:0;
margin-top:1em
}
.related-item .comments-holder,.related-item .like-holder,.related-item .share-holder {
margin-top:0
}
.related-item .post-content {
padding-bottom:1px!important
}
.related-item p.hb-post-excerpt {
margin-top:1em
}
.widget-item {
position:relative
}
.ad-cell {
margin-bottom:15px
}
#footer.dark-style article.search-entry a.search-thumb,#hb-side-section article.search-entry a.search-thumb {
background:#2c2c2c
}
#footer.dark-style .testimonial-author h5,#footer.dark-style .widget-item h4 a,#hb-side-section .testimonial-author h5 {
color:#ddd
}
#footer.dark-style .hb-spl-thumb a,#footer.dark-style .widget_nav_menu ul.menu,#hb-side-section .widget_nav_menu ul.menu {
border-color:rgba(255,255,255,.15)
}
#footer.dark-style .hb-testimonial,#footer.dark-style .hb-tweet-list.light li,#footer.dark-style .recent-comments-content,#hb-side-section .hb-testimonial,#hb-side-section .hb-tweet-list.light li,#hb-side-section .recent-comments-content,.light-style .hb-testimonial {
background:#2c2c2c;
border-color:rgba(255,255,255,.15)
}
#footer.dark-style .hb-testimonial:after,#footer.dark-style .hb-tweet-list.light li:after,#footer.dark-style .recent-comments-content:after,.light-style .hb-testimonial:after {
background-color:#2c2c2c;
border-color:rgba(255,255,255,.15)
}
#footer.dark-style .tagcloud a,#hb-side-section .tagcloud a {
border:1px solid rgba(255,255,255,.05)
}
#footer.dark-style .hb-box-frame,#hb-side-section .hb-box-frame {
background-color:#2c2c2c
}
.widget_nav_menu ul.menu {
border:1px solid #ebebeb;
border-radius:2px
}
#main-wrapper .widget_nav_menu ul.menu li {
padding:0;
margin:0
}
#main-wrapper .widget_nav_menu ul.menu li a {
padding:10px 14px;
border-left:2px solid transparent;
text-overflow:ellipsis;
background:#fff;
color:#323436
}
#main-wrapper .widget_nav_menu ul.menu li a:hover,#main-wrapper .widget_nav_menu ul.menu li.current-menu-item>a {
background:#f9f9f9;
color:#000
}
#hb-side-section .widget_nav_menu ul.menu li a:hover,#hb-side-section .widget_nav_menu ul.menu li.current-menu-item>a,#main-wrapper #footer.dark-style .widget_nav_menu ul.menu li a:hover,#main-wrapper #footer.dark-style .widget_nav_menu ul.menu li.current-menu-item>a,#main-wrapper #footer.dark-style .widget_nav_menu ul.menu li>a {
background:rgba(150,150,150,.05);
color:#fff
}
#hb-side-section .widget-item ul li>a {
position:relative
}
#hb-side-section .hb-testimonial:after {
display:none
}
#hb-side-section .ts-1 .flex-control-nav {
bottom:53px
}
#main-wrapper .widget_nav_menu ul.menu ul {
margin-left:0
}
#main-wrapper .widget_nav_menu ul.menu ul li a {
padding-left:38px
}
#main-wrapper .widget_nav_menu ul.menu ul li:before {
content:'\e26f';
font-family:icomoon;
font-weight:400;
font-style:normal;
display:block;
float:left;
text-decoration:inherit;
font-size:var(--he-font-size);
position:relative;
top:11px;
left:22px;
font-size:10px;
z-index:1;
opacity:.2
}
#main-wrapper .widget_nav_menu ul.menu ul li:first-child {
border-top:1px solid #ebebeb
}
#footer.dark-style .widget_nav_menu ul.menu ul li:first-child,#hb-side-section .widget_nav_menu ul.menu ul li:first-child {
border-color:rgba(255,255,255,.15)
}
.hb_latest_posts_widget article {
margin-bottom:0;
border-bottom:1px solid rgba(0,0,0,.07);
padding-bottom:20px;
margin-top:20px
}
.widget-item .textwidget ol,.widget-item .textwidget ul {
padding-inline-start:1em;
padding-block-start:.5em
}
.widget-item .textwidget ol li,.widget-item .textwidget ul li {
display:list-item;
padding:2px 0
}
.widget-item .textwidget li {
list-style:auto
}
.most-liked-list li {
display:block;
overflow:hidden;
margin-bottom:15px;
border-radius:3px;
-moz-background-clip:padding;
-webkit-background-clip:padding-box;
background-clip:padding-box;
position:relative;
border-bottom:1px solid rgba(0,0,0,.07);
padding:10px 18px 14px 74px!important
}
.hb_latest_posts_widget h4.semi-bold {
margin-bottom:14px!important
}
.hb_latest_posts_widget article:last-child,.most-liked-list li:last-child {
border:0
}
.most-liked-list li .like-count {
font-size:50px;
position:absolute;
top:-16px;
left:10px;
opacity:.2
}
.most-liked-list li .like-count i {
font-size:inherit
}
.most-liked-list li .like-count-num {
position:absolute;
top:16px;
left:12px;
width:47px;
text-align:center;
font-size:13px;
color:#323436;
font-weight:600
}
.most-liked-list.most-commented li .like-count {
top:-12px
}
.most-liked-list.most-commented li .like-count-num {
top:22px;
left:20px;
width:39px
}
.most-liked-list li:hover .like-count {
opacity:1;
color:var(--colorPrimary)
}
.most-liked-list li:hover .like-count-num {
color:#fff!important
}
.most-liked-list li span {
font-size:var(--he-font-size--smallest);
color:#999
}
.widget-like-count {
position:absolute;
bottom:0;
left:0;
width:100%;
background:rgba(0,0,0,.7);
color:#fff;
font-size:11px;
text-align:center
}
.widget-like-count i {
display:inline-block;
margin-right:7px;
margin-top:-2px
}
.recent-comments-content {
margin:0 0 15px 75px;
background-color:#fff;
border:1px solid #ebebeb;
padding:10px 15px;
position:relative
}
.recent-comments-content:after {
display:block;
content:'';
position:absolute;
top:15px;
left:-7px;
width:12px;
height:12px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
background-color:#fff;
border:1px solid #ebebeb;
border-right:0;
border-bottom:0
}
#hb-side-section .recent-comments-content:after {
display:none
}
a.recent-comments-title {
display:block;
font-size:var(--he-font-size--smaller)
}
.recent-comments-content .entry-meta {
font-size:var(--he-font-size--smallest)
}
.ts-1,.ts-2 {
position:relative
}
.widget-item .ts-1 .flex-control-nav {
right:0
}
.testimonial-slider>li.hb-testimonial-box {
display:none
}
.testimonial-slider>li.hb-testimonial-box:first-child {
display:block
}
.hb-tweet-list.light li {
background-color:#fff;
border:1px solid #ebebeb;
margin:0 0 10px;
padding:10px 15px;
position:relative
}
.hb-tweet-list .tweet-time {
font-size:var(--he-font-size--smallest);
margin-left:20px;
margin-bottom:15px;
display:inline-block;
opacity:.7
}
.hb-tweet-list .tweet-time:hover {
opacity:1
}
.hb-tweet-list .tweet-time i {
font-size:var(--he-font-size--smaller);
line-height:1;
margin-right:7px;
display:inline-block;
vertical-align:middle;
margin-top:-2px
}
.hb-tweet-list.light li:after {
display:block;
content:'';
position:absolute;
bottom:-7px;
left:40px;
width:12px;
height:12px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
background-color:#fff;
border:1px solid #ebebeb;
border-right:0;
border-top:0
}
#hb-side-section .hb-tweet-list li {
background:rgba(255,255,255,.1)!important;
border:none!important
}
#hb-side-section ul.social-icons li {
float:none
}
#hb-side-section .hb-tweet-list li:after {
display:none!important
}
.widget-item.hb_contact_info_widget ul li {
margin:0 0 8px;
padding:0 0 0 25px;
display:block;
line-height:1.5;
position:relative
}
.hb_contact_info_widget ul li i {
font-size:var(--he-font-size);
line-height:1.5;
color:#b2b2b2;
position:absolute;
left:0;
top:0
}
.tagcloud>a {
background-color:rgba(0,0,0,.05);
color:#444;
display:block;
float:left;
margin:2px;
padding:4px 8px 2px;
border:none;
border-radius:2px;
font-size:var(--he-font-size--smaller)!important
}
#footer.dark-style .tagcloud>a {
color:#aaa
}
.widget-item .hb-stream ul li {
float:left;
display:block;
margin:0;
padding:0 3px 6px;
border-radius:2px;
transition:.2s linear;
overflow:hidden
}
.widget-item .hb-stream.columns-2 ul li {
width:50%
}
.widget-item .hb-stream.columns-3 ul li {
width:33.33%
}
.widget-item .hb-stream.columns-4 ul li {
width:25%
}
.widget-item.widget_categories ul li a {
display:inline
}
.hb-stream ul li img {
display:block;
height:auto;
width:100%!important;
border-radius:2px
}
.widget-item ul li {
padding:7px 0;
display:block
}
.widget-item ul li>a {
display:block
}
.hb_latest_posts_simple_widget ul>li {
padding-top:15px;
margin-bottom:10px;
display:flex;
align-items:center
}
.hb_latest_posts_simple_widget ul>li:first-child {
padding-top:0
}
.hb_latest_posts_simple_widget ul>li.simple {
padding:7px 0;
margin-bottom:0
}
.hb_latest_posts_simple_widget ul>li:first-child,.widget_archive ul>li:first-child,.widget_categories ul>li:first-child,.widget_layered_nav ul li:first-child,.widget_meta ul>li:first-child,.widget_nav_menu ul>li:first-child,.widget_pages ul li:first-child,.widget_product_categories ul>li:first-child,.widget_recent_comments ul>li:first-child,.widget_recent_entries ul>li:first-child {
border-top:0
}
.hb_latest_posts_simple_widget ul>li,.widget_archive ul>li,.widget_categories ul>li,.widget_layered_nav ul li,.widget_meta ul>li,.widget_nav_menu ul>li,.widget_pages ul>li,.widget_product_categories ul>li,.widget_recent_comments ul>li,.widget_recent_entries ul>li {
border-top:1px solid rgba(255,255,255,.1)
}
#footer.light-style .widget_archive ul>li,#footer.light-style .widget_categories ul>li,#footer.light-style .widget_layered_nav ul li,#footer.light-style .widget_meta ul>li,#footer.light-style .widget_nav_menu ul>li,#footer.light-style .widget_pages ul>li,#footer.light-style .widget_product_categories ul>li,#footer.light-style .widget_recent_comments ul>li,#footer.light-style .widget_recent_entries ul>li,.hb-sidebar .hb_latest_posts_simple_widget ul>li,.hb-sidebar .widget_archive ul>li,.hb-sidebar .widget_categories ul>li,.hb-sidebar .widget_layered_nav ul li,.hb-sidebar .widget_meta ul>li,.hb-sidebar .widget_nav_menu ul>li,.hb-sidebar .widget_pages ul>li,.hb-sidebar .widget_product_categories ul>li,.hb-sidebar .widget_recent_comments ul>li,.hb-sidebar .widget_recent_entries ul>li {
border-top-color:rgba(0,0,0,.07)
}
.hb_latest_posts_simple_widget ul>li>.hb-spl-inner>a:before,.hb_latest_posts_simple_widget ul>li>a:before,.widget_archive ul>li a:before,.widget_categories ul>li a:before,.widget_meta ul>li a:before,.widget_nav_menu ul>li a:before,.widget_pages ul li a:before,.widget_product_categories ul>li a:before,.widget_recent_entries ul>li a:before {
content:'\f105';
font-family:FontAwesome;
font-weight:400;
font-style:normal;
display:block;
float:right;
text-decoration:inherit;
font-size:var(--he-font-size)
}
.special-list li a::before {
content:'\f105';
font-family:FontAwesome;
font-weight:400;
font-style:normal;
display:block;
float:left;
text-decoration:inherit;
font-size:var(--he-font-size);
padding-right:10px
}
.hb-spl-excerpt {
display:block;
font-size:var(--he-font-size--smallest);
line-height:18px
}
.hb-spl-excerpt a {
display:inline-block;
margin-top:7px
}
.instagram-pics li a img {
display:block;
height:auto;
width:100%!important;
border-radius:2px
}
.instagram-pics li {
width:33.3%;
float:left;
display:block;
margin:0;
padding:0 3px 6px!important;
border-radius:2px;
transition:.2s linear;
-moz-transition:.2s linear;
-webkit-transition:.2s linear;
-o-transition:.2s linear;
overflow:hidden;
box-sizing:border-box
}
p.clear {
overflow:auto;
visibility:visible;
clear:both;
width:auto;
height:auto;
display:block;
text-align:center;
padding:10px 0
}
#main-content .col-12.hb-main-content {
padding-bottom:40px
}
#main-content .hb-sidebar .widget-item {
padding-left:15px!important;
margin-bottom:40px
}
#main-content .left-sidebar .hb-sidebar .widget-item {
padding-left:0!important
}
#main-content .hb-sidebar .widget-item:last-child {
margin-bottom:0!important
}
#main-content .left-sidebar .hb-sidebar.col-3 {
float:left!important;
border-left:none;
padding-left:0;
margin-left:0;
margin-right:0;
right:-1px!important;
padding-right:30px;
border-right:1px solid #ebebeb
}
#main-content .left-sidebar .col-9.hb-main-content {
float:right!important;
padding-right:0;
margin-right:0!important;
position:relative;
margin-left:-1px;
left:0!important;
padding-left:30px;
border-right:none!important;
border-left:1px solid #ebebeb;
margin-top:-50px;
padding-top:50px
}
#main-nav>li.megamenu>ul.sub-menu>li>a,.widget-item h4 {
font-family:var(--he-font);
font-weight:600;
letter-spacing:1.8px;
margin-top:0;
margin-bottom:20px;
padding-bottom:0;
font-size:var(--he-font-size--smaller);
line-height:1.75;
text-transform:uppercase;
color:#111;
display:inline-block;
width:auto
}
#footer.dark-style .widget-item h4,#hb-side-section .widget-item h4 {
color:#f4f4f4!important
}
#hb-side-section .widget-item a {
color:#fff
}
#hb-side-section .widget-item {
margin-bottom:40px
}
#hb-side-section .widget-item:last-child {
margin-bottom:70px
}
#footer.dark-style {
color:#999
}
#footer.dark-style a,#footer.dark-style input[type=search]:focus {
color:#fff
}
.isotope-item {
z-index:2;
margin-bottom:30px!important
}
.gallery-item.isotope-item {
margin-bottom:0!important
}
.isotope-hidden.isotope-item {
pointer-events:none;
z-index:1
}
.isotope,.isotope .isotope-item {
transition-duration:.4s
}
.isotope {
transition-property:height,width
}
.isotope .isotope-item {
transition-property:transform,opacity
}
.hb-button,.isotope .isotope-item.no-transition,.isotope.no-transition,.isotope.no-transition .isotope-item,.parallax .hb-page-title,.parallax .hb-page-title h1,.parallax .hb-page-title h2,.price_slider_wrapper a,.woocommerce-MyAccount-content input.button,input[type=submit] {
transition-duration:0s
}
#main-wrapper div.bx-viewport * {
transition:none!important
}
.isotope.infinite-scrolling {
transition:none
}
.visible-computer {
display:block;
overflow:hidden
}
.visible-phone,.visible-tablet {
display:none
}
.blog-shortcode-1 .blog-list-item-date {
background:#fff;
color:#666;
width:50px;
text-align:center;
font-size:20px;
line-height:20px;
font-weight:700;
padding:15px 0 0;
float:left
}
.blog-shortcode-1 .blog-list-item-date span {
display:block;
background:#666;
font-size:11px;
line-height:11px;
font-family:var(--he-font--heading);
padding:5px 0 6px;
margin:10px 0 0;
text-transform:uppercase;
color:#fff
}
.light-style .blog-shortcode-1 .blog-list-item-date {
background:rgba(0,0,0,.2);
color:#fff
}
.light-style .blog-shortcode-1 .blog-list-item-date span {
background:rgba(255,255,255,.2)
}
.blog-shortcode-1 .blog-list-content {
margin-left:70px
}
.blog-shortcode-1 small {
margin-top:-13px;
margin-bottom:10px;
display:block;
color:#777;
font-size:var(--he-font-size--smallest)
}
.blog-shortcode-1 p {
margin-bottom:10px
}
.blog-shortcode-1 h6 {
color:#323436
}
.simple-read-more {
text-decoration:none;
display:inline-block;
color:#323436;
border-bottom:1px dotted rgba(0,0,0,.15);
font-weight:500
}
.simple-read-more:hover {
color:var(--colorPrimary);
border-bottom:1px solid var(--colorPrimary)
}
.light-style .simple-read-more {
color:rgba(255,255,255,.9)
}
.light-style h1 a,.light-style h2 a,.light-style h3 a,.light-style h4 a,.light-style h5 a,.light-style h6 a {
color:#fff
}
.blog-carousel-wrapper,.client-carousel-wrapper,.gallery-carousel-wrapper,.gallery-carousel-wrapper-2,.hb-client-list {
display:block;
width:100%;
position:relative
}
.gallery-carousel-wrapper-2 .standard-gallery-item {
opacity:1
}
.gallery-carousel-wrapper-2 .hb-gal-standard-description {
margin-bottom:2px
}
.hb-client-list.greyscale li {
filter:grayscale(1)
}
.hb-client-list.greyscale li:hover {
filter:grayscale(0)
}
.hb-client-list.focus:hover li {
opacity:.6
}
.hb-client-list.focus li:hover {
opacity:1!important;
z-index:99
}
.hb-client-list.focus li,.hb-client-list.focus li a {
background:0 0
}
.hb-client-list li {
width:20%;
float:left;
display:block;
text-align:center;
position:relative;
overflow:hidden
}
.hb-client-list.columns-6 li {
width:16.66%
}
.hb-client-list.columns-5 li {
width:20%
}
.columns-4 .portfolio-related-item,.hb-client-list.columns-4 li {
width:25%
}
.columns-3 .portfolio-related-item,.hb-client-list.columns-3 li {
width:33.3%
}
.hb-client-list.columns-2 li {
width:50%
}
.hb-client-list.columns-1 li {
width:100%
}
.hb-client-list li a {
background:#fff;
border:1px solid transparent;
display:block;
padding:15px 0
}
.hb-client-list.simple li a {
background:0 0
}
.hb-client-list li img {
display:block;
text-align:center;
margin:0 auto;
max-width:100%
}
.team-meta-right .team-meta-sidebar {
float:right
}
.team-meta-right .team-single-content {
float:left
}
.related-members .team-header-info,.related-members .team-member-description,.team-meta-sidebar .team-member-description {
text-align:center
}
.related-members .simple-read-more {
display:inline-block
}
.team-meta-sidebar .team-member-box {
margin-bottom:25px
}
.hb-team-member-img img,.team-member-img img {
margin-right:30px;
display:inline-block;
border-radius:3px
}
.tmb-2 .team-member-img img {
border-radius:0
}
.team-member-img .social-icons {
justify-content:center
}
.tmb-2 .team-member-img {
margin-bottom:0;
border-left:1px solid #ebebeb;
border-top:1px solid #ebebeb;
border-right:1px solid #ebebeb;
border-radius:0
}
.team-member-name {
display:block;
line-height:1.3;
margin-bottom:0;
float:none;
clear:both;
font-family:var(--he-font--heading);
color:#323436
}
.team-meta-sidebar .team-member-name {
color:#323436!important
}
.team-position {
color:#777;
display:block;
clear:both;
font-size:var(--he-font-size--smaller);
margin-bottom:10px;
letter-spacing:1px;
margin-top:2px
}
.tmb-2 .team-member-description {
padding:20px 30px;
border:1px solid #ebebeb;
border-top:none;
background:#fff;
border-radius:3px
}
.crsl-nav {
font-size:20px;
opacity:0
}
.crsl-nav a {
width:40px;
height:40px;
background:#323436;
border-radius:999px;
color:#fff;
display:flex;
justify-content:center;
align-items:center;
z-index:99999;
position:absolute;
top:50%;
transform:translateY(-50%);
display:flex;
align-items:center;
justify-content:center
}
.crsl-nav a.previous {
margin-left:-20px;
left:0
}
.crsl-nav a.next {
margin-right:-20px;
right:0
}
.hb-crsl-wrapper {
position:relative
}
.crsl-wrap {
display:flex;
overflow:hidden;
justify-content:space-between;
width:100%;
margin-left:0;
--crslGap:20px
}
.crsl-wrap .crsl-item {
width:50%;
flex-shrink:0;
flex-grow:0;
margin-right:var(--crslGap)
}
.crsl-columns-2 .crsl-item {
width:calc(50% - var(--crslGap))
}
.crsl-columns-3 .crsl-item {
width:calc(33.33% - var(--crslGap))
}
.crsl-columns-4 .crsl-item {
width:calc(25% - var(--crslGap))
}
.crsl-columns-5 .crsl-item {
width:calc(20% - var(--crslGap))
}
.crsl-columns-6 .crsl-item {
width:calc(16.66% - var(--crslGap))
}
.crsl-columns-7 .crsl-item {
width:calc(14.285% - var(--crslGap))
}
.crsl-columns-8 .crsl-item {
width:calc(12.5% - var(--crslGap))
}
.init-team-carousel .crsl-item {
--crslGap:30px
}
.hb-testimonial {
padding:20px;
border:1px solid #ebebeb;
background:#fff;
margin-bottom:20px;
position:relative
}
.hb-testimonial:after {
position:absolute;
display:block;
content:'';
width:13px;
height:13px;
background-color:#fff;
border:1px solid #ebebeb;
border-left:0;
border-top:0;
bottom:-7px;
left:20px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
z-index:8
}
.recent-comment-author-img img,.testimonial-author-img,.testimonial-author-mock {
width:54px!important;
height:54px!important;
border-radius:54px;
float:left;
display:block;
margin-right:15px;
overflow:hidden;
-o-object-fit:cover;
object-fit:cover
}
.testimonial-author-mock {
text-align:center;
line-height:1;
font-size:40px;
color:#eaeaea;
overflow:visible
}
.testimonial-author-mock i {
position:relative;
top:-8px
}
.testimonial-author h5 {
margin-bottom:0;
font-size:var(--he-font-size--smallest);
text-transform:uppercase;
font-family:var(--he-font);
font-weight:600;
color:#555;
letter-spacing:1px
}
.testimonial-author .testimonial-company {
display:inline-block;
color:#999;
font-size:var(--he-font-size--smallest);
position:relative;
top:-5px
}
.testimonial-author .testimonial-company:hover {
color:var(--colorPrimary)
}
.testimonial-author {
position:relative;
top:10px;
display:block
}
.hb-testimonial p:last-child {
margin-bottom:0
}
.hb-testimonial-quote {
padding:10px 40px
}
.hb-testimonial-quote p {
padding-left:0;
text-align:center;
color:rgba(0,0,0,.8);
font-size:1.5rem;
width:100%;
margin:0 auto;
line-height:1.5;
text-wrap:balance
}
.testimonial-quote-meta {
display:block;
text-align:center;
margin-top:20px;
font-size:16px;
color:#777
}
.testimonial-quote-meta a {
color:inherit;
text-decoration:underline
}
ul.testimonial-slider {
display:block;
overflow:hidden;
margin:0 auto;
width:100%;
height:auto
}
li.hb-testimonial-quote {
display:none;
margin:0;
width:100%;
height:auto;
padding-bottom:20px;
position:relative
}
li.hb-testimonial-quote.flex-active-slide {
display:block
}
li.hb-testimonial-box {
display:none;
position:relative
}
li.hb-testimonial-box.flex-active-slide {
display:block
}
.ts-1 .flex-control-nav {
position:absolute;
bottom:40px;
right:0;
font-size:9px
}
.flex-control-nav {
display:flex;
align-items:center;
justify-content:center;
gap:12px;
font-size:12px
}
.flex-control-nav li a.flex-active i:before {
content:'\f111'!important
}
.flex-control-nav li a:hover {
cursor:pointer;
color:#323435
}
.flex-control-nav li a {
color:#999
}
.hb-pricing-item {
border:1px solid #ebebeb;
display:block;
float:left;
width:33.3%;
border-left-width:0;
margin-top:21px;
position:relative;
overflow:hidden;
z-index:1
}
.hb-pricing-item:first-child {
border-left-width:1px;
-webkit-border-top-left-radius:3px;
-webkit-border-bottom-left-radius:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-bottomleft:3px;
border-top-left-radius:3px;
border-bottom-left-radius:3px
}
.hb-pricing-item:last-child {
-webkit-border-top-right-radius:3px;
-webkit-border-bottom-right-radius:3px;
-moz-border-radius-topright:3px;
-moz-border-radius-bottomright:3px;
border-top-right-radius:3px;
border-bottom-right-radius:3px
}
.hb-pricing-item:hover .pricing-table-content {
background:#fcfcfc
}
.hb-pricing-item.highlight-table {
margin-top:0;
border-left-width:1px;
margin-left:-1px;
z-index:9;
box-shadow:0 0 25px 1px rgba(0,0,0,.15);
border-radius:3px
}
.hb-pricing-item.highlight-table .pricing-table-price {
line-height:1;
padding:30px
}
.hb-pricing-item.highlight-table .pricing-table-content {
padding-bottom:45px
}
.pricing-table-price {
padding:22px 30px 10px;
font-size:33px;
line-height:33px;
font-family:var(--he-font--heading);
border-bottom:1px solid #ebebeb;
background:#fafafa;
position:relative
}
.pricing-table-price span {
font-size:var(--he-font-size--smallest);
font-weight:400;
margin-left:4px;
color:rgba(0,0,0,.6)
}
.pricing-table-caption {
padding:20px 30px;
font-size:18px;
border-bottom:1px solid #ebebeb;
color:#323436
}
.pricing-table-content {
padding:30px
}
.light-style .pricing-colored .hb-pricing-item:hover .pricing-table-content,.light-style .pricing-colored .pricing-table-content {
background:rgba(10,10,10,.3)
}
.light-style .pricing-table-caption {
border-bottom-color:rgba(255,255,255,.1)
}
.pricing-colored .pricing-table-price {
color:#fff;
text-shadow:1px 1px 0 rgba(0,0,0,.2);
border-bottom-color:rgba(255,255,255,.1);
background:rgba(245,106,95,.9)
}
.pricing-colored .hb-pricing-item {
border-color:transparent
}
.pricing-colored .hb-pricing-item .pricing-table-price span:not(.hb-pricing-ribbon) {
color:rgba(255,255,255,.8)
}
.pricing-colored .pricing-table-caption {
color:rgba(255,255,255,.8);
border-top-color:rgba(255,255,255,.1);
background:#f56a5f
}
.pricing-colored .hb-pricing-item.highlight-table {
box-shadow:none
}
.pricing-colored .hb-pricing-item.highlight-table .pricing-table-caption {
color:#fff
}
.pricing-colored .hb-pricing-item:hover .pricing-table-content,.pricing-colored .pricing-table-content {
background:#f0f0f0
}
#main-wrapper .pricing-colored .hb-pricing-item {
border-top:none!important
}
.pricing-colored .pricing-table-price:before {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
content:'';
background:#000;
z-index:-1
}
.hb-pricing-ribbon {
background-color:#ffd565;
color:#7b683c;
width:120px;
line-height:12px;
font-size:10px;
font-weight:700;
padding:4px 0;
display:inline-block;
text-align:center;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
position:absolute;
right:-33px;
top:20px;
text-transform:uppercase;
text-shadow:0 1px 0 rgba(255,255,255,.5);
z-index:99
}
.pricing-colored .hb-pricing-ribbon {
box-shadow:0 3px 0 0 rgba(0,0,0,.1)
}
.hb-pricing-ribbon.alt {
background-color:#6dafe8;
color:#e3f2ff;
text-shadow:none
}
.hb-pricing-table-wrapper.columns-1 .hb-pricing-item {
width:100%
}
.hb-pricing-table-wrapper.columns-2 .hb-pricing-item {
width:50%
}
.hb-pricing-table-wrapper.columns-4 .hb-pricing-item {
width:25%
}
.hb-pricing-table-wrapper.columns-3 .hb-pricing-item {
width:33.33%
}
.hb-pricing-table-wrapper.columns-5 .hb-pricing-item {
width:20%
}
.hb-pricing-table-wrapper.columns-6 .hb-pricing-item {
width:16.66%
}
.hb-menu-pricing-item-text {
padding-right:150px
}
.hb-menu-pricing-item-price {
position:absolute;
right:0;
top:0;
width:150px;
height:100%;
text-align:right
}
.hb-menu-pricing-item {
border-bottom:1px dashed rgba(0,0,0,.1);
padding:20px 0;
position:relative
}
.hb-menu-pricing-item-price-inner {
width:100%;
height:100%;
display:table
}
.hb-menu-pricing-item-price-inner span {
display:table-cell;
vertical-align:middle;
font-size:22px;
font-weight:700
}
.hb-menu-pricing-item-price span,h4.hb-menu-pricing-item-title {
margin-bottom:0;
font-size:20px;
line-height:20px;
transition:.2s linear 0;
-moz-transition:.2s linear 0;
-webkit-transition:.2s linear 0;
-o-transition:.2s linear 0
}
.shortcode-menu-pricing-item:hover .hb-menu-pricing-item-price span,.shortcode-menu-pricing-item:hover h4.hb-menu-pricing-item-title {
color:#c39a6e!important
}
.hb-menu-pricing-item-text p {
line-height:14px;
margin-top:10px;
margin-bottom:0;
color:#888
}
ul.social-icons {
display:flex;
align-items:center;
justify-content:center;
flex-wrap:wrap;
list-style-type:none
}
ul.social-icons li {
float:left;
display:inline-block;
height:36px;
margin-bottom:5px
}
.widget-item ul.social-icons li {
padding:0
}
ul.social-icons li a {
display:inline-block;
width:36px;
height:36px;
line-height:36px;
font-size:16px;
overflow:hidden;
position:relative;
text-align:center;
transition:.3s;
margin-right:5px;
text-decoration:none!important
}
ul.social-icons li a i {
display:block;
height:100%;
position:relative;
top:0;
transition:top .3s;
width:100%;
margin-bottom:31px;
line-height:36px
}
ul.social-icons li a i[class*=hb-moon-],ul.social-icons li a i[class*=icon-] {
display:block;
margin-bottom:38px
}
ul.social-icons.light li a {
color:#fff;
background-color:rgba(255,255,255,.05)
}
ul.social-icons.dark li a {
color:#555;
background-color:rgba(0,0,0,.05)
}
ul.social-icons.dark li:last-child a {
margin-right:0
}
ul.social-icons li a:hover {
color:#fff!important;
background-color:#323436
}
ul.social-icons li a:hover i {
top:-74px
}
ul.social-icons.large li {
height:50px
}
ul.social-icons.large li a {
width:50px;
height:50px;
font-size:24px
}
ul.social-icons.large li a i {
margin-top:0;
line-height:52px
}
ul.social-icons.large li a:hover i {
top:-88px
}
ul.social-icons li.behance a:hover {
background-color:#45668e
}
ul.social-icons li.vk a:hover {
background-color:#1769ff
}
ul.social-icons li.twitter a:hover {
background-color:#00aced
}
ul.social-icons li.facebook a:hover {
background-color:#3b5998
}
ul.social-icons li.sn500px a:hover {
background-color:#0099e5
}
ul.social-icons li.weibo a:hover {
background-color:#ff8140
}
ul.social-icons li.tripadvisor a:hover {
background-color:#599642
}
ul.social-icons li.blogger a:hover {
background-color:#fb8f3d
}
ul.social-icons li.googleplus a:hover {
background-color:#dd4b39
}
ul.social-icons li.youtube a:hover {
background-color:#b00
}
ul.social-icons li.instagram a:hover {
background-color:#517fa4
}
ul.social-icons li.linkedin a:hover {
background-color:#007bb6
}
ul.social-icons li.pinterest a:hover {
background-color:#cb2027
}
ul.social-icons li.foursquare a:hover {
background-color:#00aeef
}
ul.social-icons li.flickr a:hover {
background-color:#ff0084
}
ul.social-icons li.tumblr a:hover {
background-color:#32506d
}
ul.social-icons li.vimeo a:hover {
background-color:#aad450
}
ul.social-icons li.dribbble a:hover {
background-color:#ea4c89
}
ul.social-icons li.skype a:hover {
background-color:#0078ca
}
ul.social-icons li.xing a:hover {
background-color:#006567
}
ul.social-icons li.mail a:hover {
background-color:#323436
}
ul.social-icons li.soundcloud a:hover {
background-color:#f76700
}
ul.social-icons li.yahoo a:hover {
background-color:#500095
}
ul.social-icons li.wordpress a:hover {
background-color:#1e8cbe
}
ul.social-icons li.lastfm a:hover {
background-color:#e31b23
}
ul.social-icons li.github a:hover {
background-color:#3072b3
}
ul.social-icons li.yelp a:hover {
background-color:#ea050b
}
ul.social-icons li.forrst a:hover {
background-color:#3b7140
}
ul.social-icons li.deviantart a:hover {
background-color:#506256
}
ul.social-icons li.stumbleupon a:hover {
background-color:#eb4924
}
ul.social-icons li.delicious a:hover {
background-color:#0b79e5
}
ul.social-icons li.reddit a:hover {
background-color:#5f99cf
}
ul.social-icons li.page-link a:hover {
background-color:#323436
}
ul.social-icons li.feed-2 a:hover {
background-color:#f26522
}
ul.social-icons li.google-plus a:hover {
background-color:#dd4b39
}
ul.social-icons li.twitch a:hover {
background-color:#6441a5
}
#main-wrapper ul.social-icons li a:hover {
color:#fff!important
}
.hb-typed-text-wrap {
display:block
}
.hb-typed-strings {
display:none
}
.hb-typed-text-wrap.with-highlight .hb-typed-text {
padding:0 10px!important;
display:inline-block;
-webkit-user-select:none;
-moz-user-select:none;
user-select:none
}
.hb-typed-text-wrap .typed-cursor {
line-height:inherit!important;
font-size:inherit!important;
text-decoration:inherit!important;
text-transform:inherit!important;
letter-spacing:inherit!important;
font-family:inherit!important;
font-weight:inherit!important;
font-style:inherit!important;
color:inherit!important
}
.typed-cursor {
opacity:1;
font-weight:100;
animation:.6s infinite blink
}
@keyframes blink {
0%,100% {
opacity:1
}
50% {
opacity:0
}
}
.hb-flipbox-container {
perspective:2000px;
width:100%;
text-align:center;
position:relative
}
.hb-flipbox-container.flip-horizontal .hb-flipbox-front {
transform:rotateY(0)
}
.hb-flipbox-container.flip-horizontal .hb-flipbox-back {
transform:rotateY(-180deg)
}
.hb-flipbox-container.flip-horizontal:hover .hb-flipbox-back {
transform:rotateY(0)
}
.hb-flipbox-container.flip-horizontal:hover .hb-flipbox-front {
transform:rotateY(180deg);
visibility:hidden
}
.hb-flipbox-container.flip-vertical .hb-flipbox-front {
transform:rotateX(0)
}
.hb-flipbox-container.flip-vertical .hb-flipbox-back {
transform:rotateX(180deg)
}
.hb-flipbox-container.flip-vertical .hb-flipbox-flipper {
transform-origin:100% 213.5px
}
.hb-flipbox-container.flip-vertical:hover .hb-flipbox-back {
transform:rotateX(0)
}
.hb-flipbox-container.flip-vertical:hover .hb-flipbox-front {
transform:rotateX(-180deg);
visibility:hidden
}
.hb-flipbox-flipper {
transition:.5s cubic-bezier(.645,.045,.355,1);
perspective:2000px;
transform-style:preserve-3d;
height:100%;
position:relative
}
.hb-flipbox-back,.hb-flipbox-front {
backface-visibility:hidden;
transition:.5s cubic-bezier(.645,.045,.355,1);
transform-style:preserve-3d;
position:absolute;
left:0;
top:0;
height:100%;
min-height:100%;
width:100%;
display:block;
table-layout:fixed;
background-size:cover;
background-repeat:no-repeat;
background-position:center center
}
.hb-flipbox-back:before,.hb-flipbox-front:before {
content:'';
display:inline-block;
height:100%;
vertical-align:middle;
margin-right:-.25em
}
.hb-flipbox-back .back-desc,.hb-flipbox-front .front-desc {
padding:10px 10% 20px;
line-height:1.35em
}
.hb-flipbox-back .back-desc:empty,.hb-flipbox-front .front-desc:empty {
display:none
}
.hb-flipbox-content {
display:inline-block;
vertical-align:middle;
width:100%;
text-align:center
}
.hb-flipbox-content .back-button {
display:inline-block;
padding:10px 20px;
margin-top:20px;
backface-visibility:inherit
}
.hb-flipbox-content .front-icon {
padding:20px;
max-width:100%
}
.hb-flipbox-content h4.modern {
margin-bottom:0;
line-height:1em
}
.hb-flipbox-content .hb-button {
margin-right:0;
margin-top:10px
}
.hb-flipbox-content .front-desc,.hb-flipbox-content .front-icon,.hb-flipbox-content h4.modern {
padding-top:10px;
padding-bottom:10px
}
.hb-flipbox-content [class^=icon-] {
line-height:1em
}
.hb-post-carousel .hb-owl-item {
background-repeat:no-repeat;
background-size:cover;
background-position:center center;
min-height:8em;
height:455px;
position:relative;
z-index:1
}
.hb-post-carousel .hb-owl-item::before {
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
z-index:2;
content:'';
background-color:#000;
opacity:.15;
pointer-events:none
}
.hb-post-carousel .hb-owl-item:hover::before {
opacity:0
}
.hb-post-carousel .hb-owl-item>a {
position:absolute;
left:0;
top:0;
height:100%;
width:100%;
z-index:1
}
.hb-post-carousel .hb-owl-item .hb-owl-read-more,.hb-special-read-more {
display:inline-block;
text-transform:uppercase;
letter-spacing:2px;
font-weight:600;
font-size:.8em
}
.hb-post-carousel .hb-owl-item .hb-owl-read-more {
padding-top:15px;
color:#fff!important
}
.hb-post-carousel .hb-owl-item .hb-owl-excerpt {
color:#eee;
padding:0;
margin-bottom:0;
margin-top:10px
}
.hb-post-carousel .hb-owl-item .hb-owl-read-more span,.hb-special-read-more span {
opacity:0;
margin-left:0;
display:inline-block;
position:relative;
top:-1px
}
.hb-post-carousel .hb-owl-item .hb-owl-read-more:hover span,.hb-special-read-more:hover span {
margin-left:6px;
opacity:1
}
.hb-post-carousel.hb-with-padding .hb-owl-item {
margin:0 15px
}
.hb-post-carousel.hb-with-padding.hb-owl-slider .owl-nav .owl-prev {
left:30px
}
.hb-post-carousel.hb-with-padding.hb-owl-slider .owl-nav .owl-next {
right:30px
}
.hb-post-carousel .hb-post-info {
top:auto;
bottom:20px;
right:auto;
left:12%;
height:auto;
min-height:60px;
padding:1.8em 1.5em;
width:76%;
box-sizing:border-box;
z-index:9;
background:rgba(0,0,0,.5);
position:absolute;
text-align:center;
-webkit-backdrop-filter:blur(3px);
backdrop-filter:blur(3px);
border-radius:3px
}
.hb-post-carousel .hb-owl-item:hover .hb-post-info {
background:rgba(0,0,0,.85)
}
.hb-blog-box-categories,.hb-post-carousel .hb-post-categories {
text-transform:uppercase;
letter-spacing:.1em;
font-size:.8em;
font-weight:500
}
.hb-post-carousel .hb-post-categories,.hb-post-carousel .hb-post-categories a {
color:rgba(255,255,255,.7)
}
.hb-post-carousel .hb-owl-date {
padding-top:4px;
color:rgba(255,255,255,.6)
}
.hb-post-carousel .hb-post-info .hb-post-title {
display:block;
font-size:calc(var(--he-font-size) * 1.5);
color:#fff!important
}
.hb-post-carousel.hb-owl-slider .owl-nav .owl-next,.hb-post-carousel.hb-owl-slider .owl-nav .owl-prev {
position:absolute;
top:50%;
width:50px;
height:50px;
line-height:50px;
text-align:center;
margin-top:-25px;
z-index:10;
cursor:pointer;
background:#323436;
color:rgba(255,255,255,.7);
left:15px;
opacity:1;
border-radius:3px
}
.hb-post-carousel.hb-owl-slider .owl-nav .owl-next {
left:auto;
right:15px
}
.hb-post-carousel.hb-owl-slider .owl-nav .owl-next.disabled,.hb-post-carousel.hb-owl-slider .owl-nav .owl-prev.disabled {
opacity:0!important;
pointer-events:none
}
.hb-post-carousel.hb-owl-slider .owl-nav .owl-next:hover,.hb-post-carousel.hb-owl-slider .owl-nav .owl-prev:hover {
color:#fff
}
.hb-post-carousel.hb-owl-slider .owl-nav .owl-controls.clickable .owl-buttons div:hover {
filter:Alpha(Opacity=100);
opacity:1;
text-decoration:none
}
.hb-post-carousel.hb-owl-slider .owl-dots .owl-dot {
zoom:1;
display:inline
}
.hb-post-carousel.hb-owl-slider .owl-dots .owl-dot span {
display:inline-block;
width:7px;
height:7px;
margin:5px 3px;
border-radius:20px;
background:rgba(10,10,10,.15);
border:3px solid #fff;
box-shadow:0 0 5px 0 rgba(0,0,0,.55);
opacity:.5
}
.hb-post-carousel.hb-owl-slider .owl-dots .owl-dot.active span {
opacity:1
}
.hb-post-carousel.hb-owl-slider .owl-dots .owl-dot span.owl-numbers {
height:auto;
width:auto;
color:#fff;
padding:2px 10px;
font-size:var(--he-font-size--smallest);
border-radius:30px
}
.hb-post-carousel.hb-owl-slider .owl-dots {
position:absolute;
bottom:0;
width:100%;
left:0;
text-align:center
}
.hb-post-carousel.hb-owl-item.loading {
min-height:150px;
background:url(//www.axisrooms.com/wp-content/themes/assets/images/AjaxLoader.gif) center center no-repeat
}
.hb-blog-box-header a,.hb-blog-box-header a img {
display:block;
width:100%
}
.hb-blog-box {
background:#fff;
text-align:center
}
.hb-blog-box-content {
padding:30px
}
.hb-blog-box-excerpt p {
color:#666;
padding-top:10px;
margin-bottom:0
}
.hb-blog-box-title h3 {
padding-top:5px;
font-size:24px;
line-height:30px
}
.hb-blog-box-footer {
padding:0 30px 20px
}
.hb-blog-box-date {
float:left;
color:#aaa
}
.hb-blog-box-footer.without-date.without-more-button,.without-date .hb-blog-box-date,.without-more-button .hb-blog-box-read-more {
display:none
}
.without-date .hb-blog-box-read-more,.without-more-button .hb-blog-box-date {
float:none
}
.hb-blog-box-read-more {
float:right
}
.hb-blog-box-carousel .hb-blog-box {
margin:0 15px
}
.hb-blog-box-carousel .owl-pagination {
bottom:-40px
}
.hb-blog-box-categories a {
color:#999
}
.hb-blog-box-categories a:hover {
color:var(--colorPrimary)
}
.hb-teaser-column p {
margin-bottom:0
}
.hb-teaser-column a.simple-read-more {
margin-top:20px
}
#main-wrapper .hb-teaser-column h6.special {
margin-bottom:15px!important
}
#main-wrapper .hb-teaser-column img {
display:block;
width:100%!important;
max-width:100%;
height:auto;
border-top-left-radius:6px;
border-top-right-radius:6px
}
.teaser-content {
position:relative;
padding:20px;
display:flex;
flex-direction:column;
align-items:center;
border:1px solid #ebebeb;
border-top:none;
background:#fff;
border-bottom-right-radius:6px;
border-bottom-left-radius:6px;
margin-top:0!important
}
.teaser-content.alignleft {
align-items:flex-start
}
.teaser-content.alignright {
align-items:flex-end
}
.teaser-content::before {
position:absolute;
display:block;
content:'';
width:16px;
height:16px;
background-color:#fff;
top:-7px;
left:50%;
margin-left:-8px;
transform:rotate(45deg);
z-index:8
}
.hb-teaser-column.alternative .teaser-content::before {
display:none
}
.hb-teaser-column.alternative .teaser-content {
padding-left:0;
padding-right:0;
background:0 0;
border:none
}
.hb-teaser-column.alternative img {
border-radius:6px
}
.hb-process-steps {
text-align:center
}
.hb-process-steps .feature-box {
padding-left:15px;
padding-right:15px
}
.hb-process-steps .feature-box i.ic-holder-1 {
width:110px;
height:110px;
line-height:111px;
background-color:#fff
}
.hb-process-steps ul {
position:relative;
margin:0;
padding:0;
list-style:none
}
.hb-process-steps ul li {
display:inline-block;
float:left;
margin:0;
position:relative;
z-index:99
}
.light-style .hb-process-steps .feature-box i.ic-holder-1 {
background-color:#222
}
.hb-process-steps.steps-4 ul li {
width:25%
}
.hb-process-steps.steps-3 ul li {
width:33.33%
}
.hb-process-steps.steps-5 ul li {
width:20%
}
.hb-process-steps ul:before {
position:absolute;
left:100px;
display:block;
width:83%;
height:0;
border-top:1px dashed #eee;
content:'';
top:56px;
z-index:0
}
.hb-process-steps.steps-3 .feature-box i.ic-holder-1 {
width:160px;
height:160px;
border-radius:90px;
line-height:160px;
font-size:55px
}
.hb-process-steps.steps-3 ul:before {
top:80px;
left:150px;
width:70%
}
.hb-process-steps.steps-4 ul:before {
top:56px
}
.hb-image-banner {
position:relative;
height:auto;
overflow:hidden
}
.hb-image-banner-content {
position:absolute;
z-index:99;
top:50%;
width:100%;
left:0;
padding:0 20px!important
}
.shortcode-image-banner .nbm .hb-bordered-heading {
margin-bottom:0
}
.shortcode-image-banner h3.hb-center-heading,h4.hb-center-heading {
margin-bottom:10px!important
}
.hb-image-banner .banner-image {
width:100%!important;
height:auto;
display:block;
position:relative;
z-index:9;
border-radius:6px!important
}
.hb-callout-box {
display:block;
padding:30px;
border:1px solid #ebebeb;
background-color:#fff;
position:relative;
border-radius:3px
}
.light-style .hb-callout-box {
border:none;
background:rgba(0,0,0,.2)
}
.hb-callout-box h3 {
border-left:solid 3px var(--colorPrimary);
color:#323436;
padding-left:15px;
margin-right:30%;
margin-bottom:0;
font-size:18px;
font-family:var(--he-font);
font-weight:400
}
.hb-callout-box a {
position:absolute;
right:30px!important;
top:50%!important;
margin-top:-22px!important;
max-width:29%
}
#main-wrapper .hb-callout-box a.hb-button:active {
right:30px;
top:50%!important;
margin-top:-20px!important
}
.crop-here {
display:none;
visibility:hidden;
opacity:0
}
.crop-here.hb-visible-modal {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.65);
z-index:99999991;
display:block;
visibility:visible;
opacity:1;
overflow:scroll
}
.hb-modal-window {
width:600px;
height:auto;
position:absolute;
left:50%;
margin-left:-300px;
top:50px;
opacity:0;
z-index:999999;
display:none
}
.hb-modal-window .hb-box-cont {
box-shadow:0 5px 15px rgba(0,0,0,.5);
border-radius:5px
}
.hb-modal-window .hb-box-cont-header {
font-size:18px;
padding:15px 30px
}
.hb-modal-window .hb-box-cont-body {
padding:20px 30px
}
.hb-modal-window .hb-box-cont-body>:last-child {
margin-bottom:0!important
}
.hb-modal-window.animate-modal {
display:block;
opacity:1
}
#hb-modal-overlay {
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
background:rgba(0,0,0,.8);
z-index:99999;
display:none;
overflow-y:auto!important
}
.close-modal {
float:right;
font-size:1.4em;
color:#ababab;
display:flex;
align-items:center
}
.close-modal:hover {
color:var(--colorPrimary)
}
.close-modal i {
margin-right:0!important
}
.wpb_tabs .wpb_tabs_nav li {
margin:0 -1px 0 0!important
}
#main-wrapper .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
background-color:transparent;
padding:0
}
.hb-tabs-wrapper .nav-tabs {
border-bottom:1px solid #ebebeb;
display:block
}
.hb-tabs-wrapper .nav-tabs li {
float:left;
display:inline-block;
margin-right:-1px;
position:relative;
bottom:-1px
}
#main-wrapper .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
border-bottom:1px solid #ebebeb
}
#main-wrapper .hb-tabs-wrapper:not(.wpb_tabs) ul li a {
border-bottom:0!important
}
#main-wrapper .hb-tabs-wrapper:not(.wpb_tabs) ul li:last-child a {
border-bottom:1px solid #ebebeb!important
}
.hb-tabs-wrapper .nav-tabs li i {
margin-right:7px;
vertical-align:-1px
}
.hb-tabs-wrapper .nav-tabs li a {
display:block;
color:#666;
background-color:#f8f8f8;
padding:10px 18px;
margin:0 0 -1px;
border:1px solid #ebebeb
}
.hb-tabs-wrapper .nav-tabs li.active a {
color:var(--colorPrimary);
border-bottom-color:#fff;
background-color:#fff
}
.hb-tabs-wrapper .tab-content {
padding:20px 20px 17px;
border-left:1px solid #ebebeb;
border-bottom:1px solid #ebebeb;
border-right:1px solid #ebebeb;
display:block;
border-bottom-right-radius:2px;
border-bottom-left-radius:2px
}
.tab-content>.tab-pane,.wpb_tabs .tab-content {
display:none
}
.tab-content p:last-child {
margin-bottom:0
}
.tab-content>.tab-pane.active {
display:block!important
}
.wpb_tour .wpb_tabs_nav a {
width:auto!important
}
.hb-tabs-wrapper.tour-style .nav-tabs {
float:left;
margin:0!important;
width:25%;
border-right:0;
border-bottom:0;
position:relative;
z-index:9
}
.hb-tabs-wrapper.tour-style.right-tabs .nav-tabs {
float:right;
margin-left:-1px!important
}
.hb-tabs-wrapper.tour-style .nav-tabs>li {
display:block;
float:none;
bottom:0
}
.hb-tabs-wrapper.tour-style .tab-content {
float:left;
width:75%;
border:1px solid #ebebeb;
position:relative;
z-index:91;
margin-left:-1px!important
}
.hb-tabs-wrapper.tour-style.right-tabs .tab-content {
float:right
}
.hb-tabs-wrapper.tour-style .nav-tabs li.active a {
border-bottom-color:#ebebeb;
border-right-color:transparent
}
.hb-tabs-wrapper.tour-style.right-tabs .nav-tabs>li.active a {
border-right-color:#ebebeb;
border-left-color:transparent
}
.hb-tabs-wrapper.tour-style.right-tabs .nav-tabs>li a {
position:relative;
margin-top:-1px
}
.hb-tabs-wrapper.tour-style.right-tabs .nav-tabs>li:first-child a {
margin-top:0
}
#main-wrapper .ui-tabs-active.ui-state-active>a {
border-bottom-color:#fff!important
}
.hb-tabs-wrapper .tab-content {
background:0 0!important;
border:none!important
}
.hb-tabs-wrapper.wpb_tour .tab-content {
padding-top:0!important
}
.hb-box-cont {
overflow:hidden;
margin-bottom:20px;
border:1px solid #ebebeb;
background-color:#fff;
border-radius:2px
}
.hb-box-cont-header {
display:flex;
align-items:center;
gap:8px;
line-height:1.5em;
border-bottom:1px solid #ebebeb;
background-color:#f9f9f9;
color:#323436;
padding:10px 20px;
font-weight:600
}
.hb-box-cont-header i {
margin-right:5px;
position:relative
}
.hb-box-cont-header .close-modal {
margin-left:auto
}
.hb-box-cont-body {
padding:20px
}
.hb-box-frame,.hb-circle-frame {
display:block;
text-align:center
}
.hb-circle-frame span {
display:inline-block;
overflow:hidden;
margin:0 auto;
border-radius:1000px;
border:5px solid transparent;
max-width:100%;
box-shadow:0 0 4px rgba(0,0,0,.2)
}
.hb-box-frame span {
display:block;
overflow:hidden;
margin:0 auto;
border:5px solid transparent;
border-radius:3px;
max-width:100%;
box-shadow:0 0 4px rgba(0,0,0,.2)
}
.hb-circle-frame span a {
border-radius:1000px;
overflow:hidden
}
.hb-box-frame span a,.hb-circle-frame span a {
display:block;
position:relative
}
div.overlay {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:9;
opacity:0
}
.hb-circle-frame div.overlay {
border-radius:1000px
}
div.overlay .plus-sign {
position:relative;
top:45%;
margin-top:-20px
}
.embed-video iframe {
width:100%
}
.wp-block-embed__wrapper iframe {
width:100%;
max-width:100%
}
.wp-embed-aspect-16-9 {
position:relative;
padding-top:56.25%;
width:100%
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
position:absolute;
top:0;
left:0;
bottom:0;
right:0
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
width:100%;
height:100%;
display:block
}
.hb-icon {
font-size:30px;
line-height:1;
padding:0;
width:auto;
height:24px;
background-image:none;
color:var(--colorPrimary)
}
.shortcode-milestone-counter .hb-icon {
font-size:48px;
height:40px;
line-height:40px;
vertical-align:0;
display:inline-block;
margin:0!important
}
.hb-icon-float-left {
float:left;
padding:5px 10px 0 0
}
.hb-icon-float-right {
float:right;
padding:5px 0 0 10px
}
#main-wrapper .hb-icon-float-none {
display:block!important;
padding:10px 0;
text-align:center;
width:100%;
position:relative
}
.hb-icon.hb-icon-small {
font-size:16px;
line-height:1;
width:auto;
height:16px
}
.hb-icon.hb-icon-medium {
font-size:32px;
line-height:1;
width:auto;
height:32px
}
.hb-icon.hb-icon-medium.hb-icon-container {
width:32px;
height:32px;
font-size:32px;
line-height:33px;
transition:background .2s,color .2s
}
.hb-icon.hb-icon-large {
font-size:64px;
line-height:1;
width:auto;
height:64px
}
.hb-icon-container {
padding:20px;
border-radius:50%;
text-align:center;
margin-bottom:20px;
margin-right:20px;
border:1px solid #eee;
border-color:var(--colorPrimary)
}
#main-wrapper div.wpcf7-response-output,.hb-notif-box {
height:auto;
line-height:20px;
overflow:hidden;
padding:13px 20px;
text-align:left;
margin-bottom:10px;
font-weight:400;
box-sizing:border-box;
clear:both;
border-radius:2px;
border:0;
margin-top:20px;
position:relative
}
.hb-notif-box {
margin-top:0
}
.hb-notif-box a {
color:#fff;
border-bottom:1px solid rgba(255,255,255,.2)
}
.hb-notif-box p {
margin:0 0 0 20px
}
.hb-notif-box p i {
position:absolute;
left:15px;
top:15px;
color:rgba(0,0,0,.7)
}
.warning {
background-color:#ffd56c;
color:#323436
}
.success,.wpcf7-mail-sent-ok {
background-color:#2ecc71;
color:#fff
}
.hb-notif-box.error p i,.hb-notif-box.info p i,.hb-notif-box.success p i {
color:rgba(255,255,255,.7)
}
.hb-notif-box.error,div.wpcf7-validation-errors {
background-color:#c0392b;
color:#fff
}
.hb-notif-box.info {
background-color:#48acef;
color:#fff
}
.hb-notif-box i.icon-lightbulb {
font-size:1.3em;
top:13px
}
.hb-skill-meter {
display:flex;
flex-direction:column;
margin-bottom:20px
}
.hb-skill-meter .bar-title {
float:left
}
.hb-skill-meter .progress-value {
float:right;
display:inline
}
.hb-skill-meter .hb-skill-meter-title {
display:block;
margin-bottom:8px;
font-weight:600;
letter-spacing:1px;
line-height:1;
text-transform:uppercase;
font-size:var(--he-font-size--smallest)
}
.hb-skill-meter .hb-progress-bar {
position:relative;
display:block;
height:3px;
background-color:rgba(0,0,0,.05)
}
.hb-skill-meter .hb-progress-bar .progress-inner {
position:absolute;
top:0;
left:0;
z-index:1;
display:block;
overflow:hidden;
width:100%;
height:100%
}
.progress-inner {
background-color:var(--colorPrimary)
}
.progress-outer {
height:3px;
position:absolute;
top:0;
left:0
}
.hb-progress-bar,.progress-inner,.progress-outer {
border-radius:20px
}
.hb-chart {
position:relative;
margin:0 auto;
text-align:center;
width:100%;
height:100%;
overflow:hidden
}
.hb-chart canvas {
position:absolute;
top:0;
left:0;
z-index:1
}
.hb-chart .chart-custom-text,.hb-chart .chart-percent,.hb-chart i {
position:absolute;
top:0;
left:0;
z-index:10;
display:block;
width:100%;
color:#323436;
text-align:center
}
.hb-chart .chart-custom-text {
font-size:18px
}
.hb-chart .chart-percent {
font-family:var(--he-font--heading);
font-size:18px
}
.hb-chart-desc {
display:block;
font-size:var(--he-font-size--smallest)
}
@media handheld,only screen and (max-width:600px) {
.hb-chart {
margin:0 auto
}
}
.hb-counter {
text-align:center;
margin-top:20px
}
.hb-counter .count-number {
font-size:60px;
display:block;
text-align:center;
line-height:55px;
letter-spacing:-2px
}
.hb-chart-desc,.hb-counter .count-subject {
bottom:-60px;
color:#323436;
font-family:var(--he-font);
font-size:var(--he-font-size--smaller);
font-weight:600;
letter-spacing:1px;
line-height:1.3;
margin-top:7px;
opacity:0;
position:relative;
text-align:center;
text-transform:uppercase
}
h3.count-subject i {
margin-right:10px;
line-height:1;
vertical-align:-1px;
font-size:1.3em
}
.count-separator {
display:flex;
justify-content:center;
margin:16px 0
}
.hb-counter .count-separator span {
width:0;
height:1px;
background:rgba(255,255,255,.25)
}
.hb-countdown-unit {
display:inline-block;
text-align:center;
margin:0;
padding:0;
-webkit-user-select:none;
-moz-user-select:none;
user-select:none
}
.hb-countdown-unit li {
text-align:center;
display:inline-block;
float:left;
width:100px;
height:80px;
margin-right:7px;
line-height:60px;
color:#323436;
position:relative;
-webkit-user-select:none;
-moz-user-select:none;
user-select:none;
cursor:default
}
.hb-countdown-unit .timestamp {
display:block;
width:100%;
text-align:center;
font-size:40px;
font-family:var(--he-font--heading);
color:#323436
}
.hb-countdown-unit .timeRef {
bottom:-20px;
color:#999;
font-size:var(--he-font-size--smaller);
font-weight:600;
left:0;
letter-spacing:1px;
position:absolute;
text-align:center;
text-transform:uppercase;
width:100%
}
.hb-large-icon {
padding:20px 0;
color:#ff6838
}
.hb-large-icon i {
line-height:1;
display:inline-block;
vertical-align:-1px;
margin:0;
font-size:64px
}
ul.hb-ul-list,ul.hb-ul-list li {
margin:0 0 20px;
padding:0;
list-style:none!important
}
ul.hb-ul-list ul {
margin:5px 0 0 15px;
padding:0
}
ul.hb-ul-list li {
position:relative;
margin:0 0 6px;
padding:0;
line-height:20px
}
ol.line-list li,ul.hb-ul-list.line-list li,ul.line-list li {
border-bottom:1px solid #ebebeb;
padding-bottom:3px
}
.hb-ul-list br,.line-list br {
display:none!important
}
ul.hb-ul-list li i {
vertical-align:0;
margin-right:6px;
line-height:1;
font-size:.9em
}
.hb-accordion,.hb-toggle {
display:block;
margin-bottom:-1px
}
.team-meta-sidebar .hb-toggle {
margin-bottom:15px
}
.hb-accordion-single {
margin-bottom:5px
}
.hb-accordion-tab {
border-top-left-radius:2px;
border-top-right-radius:2px;
background:#fff;
cursor:pointer;
display:block;
margin:0;
padding:9px 35px;
position:relative;
top:1px;
-webkit-user-select:none;
-moz-user-select:none;
user-select:none;
border:1px solid #ebebeb
}
.hb-accordion-tab i {
position:absolute;
left:12px;
font-size:var(--he-font-size);
line-height:1;
vertical-align:-1px;
top:50%;
margin-top:-8px;
color:#999
}
.hb-accordion-tab i.icon-angle-right {
left:auto;
right:12px;
color:#999!important
}
.active-toggle.hb-accordion-tab i.icon-angle-right:before {
content:'\f107'!important
}
.active-toggle.hb-accordion-tab,.hb-accordion-tab:hover {
background:#f9f9f9;
color:#000
}
.active-toggle.hb-accordion-tab i,.hb-accordion-tab:hover i {
color:#000
}
#main-wrapper .hb-accordion-pane {
display:none;
padding:15px;
background:#fff;
border:1px solid #ebebeb;
position:relative;
top:-1px;
margin-bottom:5px!important
}
#main-content .hb-accordion-pane .wpb_content_element:last-child,#main-wrapper .hb-accordion-pane p:last-child {
margin-bottom:0!important
}
.hb-accordion-pane ol,.hb-accordion-pane ul {
margin-left:20px
}
.hb-heading i:not(.special-amp),p.hb-text-large i:not(.special-amp) {
font-size:1.2em;
margin-right:10px;
display:inline-block;
vertical-align:0;
line-height:.8em
}
.hb-bordered-heading,h3.hb-heading,h4.hb-heading,h4.lined-heading,h5.hb-heading {
line-height:1!important;
text-align:left;
overflow:hidden;
margin-top:0;
max-width:100%;
text-overflow:ellipsis;
white-space:normal;
padding:10px 0
}
.hb-bordered-heading {
margin-bottom:20px;
line-height:1;
display:inline-block;
padding:10px 15px 11px;
color:#000;
border:2px solid #000;
letter-spacing:2px;
text-transform:uppercase;
font-family:var(--he-font);
font-weight:600
}
h3.hb-center-heading,h4.hb-center-heading {
text-align:center;
display:block!important;
max-width:100%;
margin:20px auto 25px
}
h3.hb-heading span,h4.hb-heading span:not(.special-amp),h4.lined-heading,h5.hb-heading span {
display:inline-block;
position:relative
}
h3.hb-heading span:not(.special-amp):after,h3.hb-heading span:not(.special-amp):before,h4.hb-heading span:not(.special-amp):after,h4.hb-heading span:not(.special-amp):before,h4.lined-heading span:not(.special-amp):after,h4.lined-heading span:not(.special-amp):before,h5.hb-heading span:not(.special-amp):after,h5.hb-heading span:not(.special-amp):before {
content:'';
position:absolute;
height:5px;
border-top:1px solid #ddd;
top:50%;
margin-top:1px;
width:1200px
}
.hb-right-heading {
text-align:right!important
}
.hb-right-heading span:before {
margin-right:15px!important;
right:100%!important
}
h3.spb-icon-heading span:after,h3.spb-icon-heading span:before {
top:11px
}
h3.hb-heading span:before,h4.hb-heading span:before,h4.lined-heading span:before,h5.hb-heading span:before {
right:100%;
margin-right:15px
}
h3.hb-heading span:after,h4.hb-heading span:after,h4.lined-heading span:after,h5.hb-heading span:after {
left:100%;
margin-left:15px
}
h3.hb-center-heading span:after,h3.hb-center-heading span:before,h4.hb-center-heading span:after,h4.hb-center-heading span:before {
max-width:35px;
margin:0 -10px
}
h3.hb-center-heading span:not(.special-amp),h4.hb-center-heading span:not(.special-amp) {
position:relative;
z-index:5;
padding:0 20px
}
p.hb-text-large {
font-size:43px;
line-height:1.3em;
margin-bottom:0
}
.hb-subtitle {
margin-top:-10px;
margin-bottom:25px;
color:#999
}
.hb-subtitle-medium {
margin-top:-15px;
margin-bottom:25px;
color:#999
}
.hb-subtitle-small {
margin-top:-20px;
margin-bottom:25px;
color:#999
}
.feature-box i.ic-holder-1 {
display:inline-block!important;
border-width:1px;
border-style:solid;
border-radius:60px;
font-size:30px;
vertical-align:0!important;
height:90px;
line-height:90px;
width:90px;
padding:0;
margin:0!important;
font-style:normal;
-webkit-backface-visibility:hidden;
color:var(--colorPrimary);
border-color:var(--colorPrimary)
}
.light-style .feature-box i.ic-holder-1 {
color:#f9f9f9
}
.feature-box:hover:not(.alternative) i.ic-holder-1 {
transform:scale(1.15)
}
.feature-box:not(.alternative) .hb-icon-wrapper {
display:inline-block;
border-radius:90px;
position:relative;
margin-bottom:20px;
font-size:30px;
vertical-align:0!important;
height:90px;
line-height:90px;
width:90px
}
.feature-box.alternative i.ic-holder-1 {
background:0 0!important;
border:none!important;
font-size:36px;
line-height:36px;
height:50px;
width:60px;
margin-bottom:0!important;
padding:0!important
}
.feature-box .icon-box-img {
margin-bottom:20px;
display:inline-block
}
.standard-icon-box i.title-icon {
font-size:1.3em;
vertical-align:-3px;
margin-right:15px;
line-height:1;
font-style:normal
}
.feature-box.left-icon-box .hb-icon-wrapper,.feature-box.left-icon-box .icon-box-img,.feature-box.left-icon-box i.ic-holder-1 {
float:left;
margin:0
}
.feature-box.left-icon-box .feature-box-content {
margin-left:120px;
text-align:left
}
.feature-box.left-icon-box .feature-box-content.with-image {
margin-left:90px
}
.feature-box.left-icon-box.alternative .feature-box-content {
margin-left:80px
}
.feature-box.right-icon-box .hb-icon-wrapper,.feature-box.right-icon-box .icon-box-img,.feature-box.right-icon-box i.ic-holder-1 {
float:right;
margin:0
}
.feature-box.right-icon-box .feature-box-content {
margin-right:120px;
text-align:right
}
.feature-box.right-icon-box .feature-box-content.with-image {
margin-right:90px
}
.feature-box.right-icon-box.alternative .feature-box-content {
margin-right:80px
}
.feature-box .hb-small-break {
margin:16px auto;
width:40px
}
.feature-box:hover .hb-small-break {
width:90px
}
.feature-box h4.bold {
color:#323436;
font-weight:400;
margin-bottom:10px!important
}
.hb-process-steps .feature-box h4.bold {
margin-top:20px
}
.feature-box.dashed-border i {
border-style:dashed!important
}
.hb-small-break,hr {
height:1px;
width:70px;
margin:20px auto 25px;
background:#ebebeb;
display:block;
border:none
}
.hb-separator {
display:block;
width:100%;
height:1px;
border-top:1px solid #ebebeb;
margin-top:30px;
margin-bottom:30px;
position:relative
}
.hb-separator.with-text {
margin-right:80px
}
.hb-separator .go-to-top {
position:absolute;
right:0;
top:50%;
margin-top:-14px;
background:#fff;
z-index:999
}
.hb-separator .hb-scissors {
left:30px;
margin-top:-1px
}
.go-to-top {
text-transform:uppercase;
font-size:var(--he-font-size--smallest);
letter-spacing:1px;
font-weight:600;
padding:3px 12px
}
.hb-separator.extra-space {
margin-top:40px;
margin-bottom:40px;
border:none
}
.hb-fw-separator {
display:block;
width:600%;
height:1px;
border-top:1px solid #ebebeb;
position:absolute;
right:-200%;
margin:0;
bottom:-1px
}
.light-style .hb-fw-separator,.light-style .hb-separator {
border-top-color:rgba(255,255,255,.15)
}
.right-sidebar .hb-fw-separator {
right:-31px
}
.left-sidebar .hb-fw-separator {
left:-31px;
right:auto
}
.hb-fw-separator::after,.hb-fw-separator::before {
display:block;
content:'';
position:relative;
width:100%;
height:20px
}
.hb-fw-separator.dashed-border,.hb-separator.dashed-border,.hb-separator.double-border.dashed-border {
border-top-style:dashed;
border-top-color:#ccc;
border-bottom-color:#ccc
}
.hb-separator.double-border {
height:7px;
border-bottom:1px solid #ebebeb
}
.light-style .hb-fw-separator.dashed-border,.light-style .hb-separator.dashed-border,.light-style .hb-separator.double-border.dashed-border {
border-top-color:rgba(255,255,255,.15);
border-bottom-color:rgba(255,255,255,.15)
}
.hb-separator.thick-border,.thick-border {
border-width:3px
}
.thick-border .hb-small-break,.thick-border hr {
height:3px
}
.hb-separator.double-border.dashed-border {
border-bottom-style:dashed;
border-top-style:dashed
}
.hb-separator-s-1 {
border-top:1px dotted #ebebeb;
width:80px;
height:1px;
display:block;
clear:both;
float:none;
text-align:center;
margin:25px auto
}
.hb-separator-extra {
display:block;
width:100%;
height:1px;
border-top:1px solid #ebebeb;
margin-top:40px;
margin-bottom:40px
}
.left-sidebar .hb-separator-extra {
margin-left:-30px;
padding-left:30px
}
.hb-small-separator {
width:30px;
height:1px;
border-top:1px solid #fff;
display:block;
clear:both;
float:none;
text-align:center;
z-index:1;
margin:5px auto
}
.hb-separator-25 {
width:25%;
height:1px;
border-top:1px solid #ebebeb;
display:block;
clear:both;
float:none;
text-align:center;
position:relative;
margin:5px auto
}
.hb-separator-25 .hb-scissors {
left:10px
}
.right-sidebar .hb-separator-extra {
margin-right:-30px;
padding-right:30px
}
.content-box {
border:1px solid #ebebeb;
display:block;
padding:45px 20px 20px;
background:#fff;
text-align:center;
position:relative;
border-radius:6px;
margin-bottom:50px
}
.video-content .content-box {
background:rgba(255,255,255,.9)
}
.content-box h4 {
margin-top:5px;
padding-top:0;
margin-bottom:15px;
color:#323436
}
.content-box i.box-icon {
position:absolute;
z-index:99;
display:block;
width:60px;
height:60px;
color:#fff;
text-align:center;
font-size:20px;
line-height:60px;
border-radius:50px
}
.content-box.top-icon i.box-icon {
left:50%;
margin-left:-30px;
top:-30px
}
.content-box.left-icon i.box-icon {
top:50%;
left:-30px;
margin-top:-30px
}
.content-box.left-icon {
width:93%;
padding:20px 35px 35px 50px;
text-align:left
}
.hb-logout-box {
display:block;
width:60%;
background:#fff;
border:1px solid #ebebeb;
margin:0 auto;
text-align:center;
padding:40px 30px;
overflow:hidden;
position:relative
}
.hb-login-box {
position:relative
}
.hb-login-box .hb-login-form {
padding:0
}
.avatar-image {
margin-bottom:20px
}
.hb-logout-box .hb-button {
margin-top:10px
}
p.hb-checkbox {
text-align:left
}
.hb-logout-box small {
display:block;
clear:both;
margin-top:15px;
margin-bottom:-15px;
color:#777
}
.hb-logout-box small a {
border-bottom:1px solid #ccc;
color:#323436
}
.hb-logout-box small a:hover {
color:var(--colorPrimary);
border-bottom-color:var(--colorPrimary)
}
.hb-login-box .hb-button {
width:35%
}
.portfolio-like-holder {
position:absolute;
top:1px;
right:20px;
letter-spacing:1px
}
.hb-gal-standard-description.portfolio-description h3 {
margin-right:60px
}
.portfolio-simple-wrap .hb-gal-standard-description.portfolio-description h3 {
margin-right:0
}
.hb-gal-standard-description.portfolio-description .portfolio-small-meta {
width:100%;
margin-left:-20px;
padding-left:20px;
padding-right:20px;
margin-top:20px;
margin-bottom:0;
line-height:36px;
font-size:var(--he-font-size--smallest);
color:#999;
border-top:1px solid #efefef;
box-shadow:0 1px 2px rgba(0,0,0,.1);
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
display:flex;
justify-content:space-between;
align-items:center
}
#main-wrapper .fw-portfolio-head {
margin-bottom:40px
}
.hb-gal-standard-description.portfolio-description p {
margin-top:13px;
margin-bottom:0;
color:#767676;
font-size:var(--he-font-size--smaller)
}
.details-link {
display:inline-flex;
align-items:center;
gap:8px
}
.hb-gal-standard-img-wrapper {
position:relative;
overflow:hidden
}
.hb-gal-standard-img-wrapper,.hb-gal-standard-img-wrapper a,.hb-gal-standard-img-wrapper img {
display:block
}
.hb-gal-standard-img-wrapper a img {
-webkit-perspective:4000
}
.hb-gal-standard-description {
background:padding-box #fff;
-webkit-background-clip:padding-box;
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-webkit-border-bottom-left-radius:3px;
-webkit-border-bottom-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
display:block;
margin:0;
text-align:center;
padding:15px 20px;
border:1px solid #eee;
border-top:none
}
.portfolio-simple-wrap .hb-gal-standard-description {
padding:15px 0;
background:0 0;
box-shadow:none;
border:none
}
.portfolio-simple-wrap .hb-gal-standard-count,.portfolio-simple-wrap .like-holder,.portfolio-simple-wrap .portfolio-small-meta {
display:none
}
.hb-gal-standard-description.portfolio-description {
position:relative;
text-align:left;
padding-bottom:0
}
.hb-gal-standard-description.portfolio-description h3 a {
display:block;
margin-bottom:10px!important
}
.portfolio-simple-wrap .hb-gal-standard-description.portfolio-description {
text-align:center
}
.portfolio-simple-wrap .hb-gallery-item-name {
position:relative
}
.portfolio-simple-wrap .hb-gallery-item-name:before {
position:absolute;
display:block;
content:'';
width:30px;
height:1px;
background-color:#ccc;
bottom:-8px;
right:50%;
margin-right:-15px;
z-index:8
}
.portfolio-simple-wrap .standard-gallery-item:hover .hb-gallery-item-name:before {
width:70px;
margin-right:-35px
}
.hb-gal-standard-description h3 {
font-family:var(--he-font);
font-weight:600;
font-size:var(--he-font-size);
letter-spacing:1px;
text-transform:uppercase;
color:#323436;
margin:0
}
.hb-gal-standard-description .hb-gal-standard-count {
font-size:var(--he-font-size--smaller);
color:#999;
text-transform:none;
position:relative
}
.crsl-wrap .hb-gal-standard-description .hb-gal-standard-count {
top:-7px
}
.hb-gal-standard-img-wrapper .item-overlay-text-wrap {
margin-top:-27px
}
.plus-sign {
width:30px;
height:30px;
background-image:url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/images/plus-icon.png);
background-repeat:no-repeat;
background-position:center center;
overflow:hidden;
display:inline-block
}
.hb-gal-standard-description .hb-small-separator {
margin-top:6px;
margin-bottom:2px;
border-top-color:#ebebeb
}
.camera-overlay i {
font-size:30px;
line-height:30px;
color:#fff
}
.portfolio-single-meta {
position:relative;
z-index:991;
margin-top:5px
}
.portfolio-single-meta a.hb-button {
margin-top:20px;
display:block;
margin-right:0
}
ul.blog-social-share {
border:0!important
}
ul.blog-social-share li:last-child {
border-bottom:0
}
.portfolio-single-meta ul {
margin:0;
border:1px solid #ebebeb;
border-radius:2px
}
.portfolio-single-meta ul.meta-list li {
padding:6px 12px;
border-bottom:1px solid #ebebeb;
background:0 0
}
.portfolio-single-meta ul.meta-list li:hover {
background:#f4f4f4
}
.portfolio-single-meta ul.meta-list li:last-child {
border-bottom:none
}
.related-portfolio-items .standard-gallery-item {
opacity:1!important
}
.portfolio-related-item {
float:left;
display:block;
border:2px solid transparent
}
.portfolio-related-item img {
border-radius:2px;
display:block;
width:100%
}
.portfolio-related-fw {
background:rgba(0,0,0,.02);
padding-top:10px;
padding-bottom:40px;
margin-bottom:-1px
}
.col {
position:relative;
display:block;
float:left;
width:100%
}
#fw-gallery-grid {
margin-top:-50px;
position:relative;
width:100%
}
#fw-gallery-grid .load-more-posts {
margin-bottom:-1px
}
#fw-gallery-grid .col {
opacity:0
}
#fw-gallery-grid .col.visible {
opacity:1
}
#fw-gallery-grid .pagination {
position:absolute;
bottom:0;
right:20px;
display:inline-block;
margin:0 auto 15px 0;
width:auto!important;
z-index:99991
}
#fw-gallery-grid .pagination ul li a {
border-bottom-color:rgba(255,255,255,.1)
}
.hb-gallery-caption {
line-height:80px;
margin:0 10px 0 0;
float:left;
display:inline-block
}
.hb-gallery-sort {
display:block;
padding:0;
background-color:#fff;
color:#fff;
position:relative;
z-index:9999
}
.hb-grid-filter,.hb-sort-filter {
display:inline-block;
float:right;
margin-right:1px
}
.hb-gallery-sort li.hb-dd-header {
text-transform:uppercase;
font-size:var(--he-font-size--smallest);
letter-spacing:1px;
color:#777;
padding:30px 14px;
position:relative;
display:inline-block;
width:auto;
cursor:default
}
.hb-gallery-sort li.hb-dd-header:hover {
background-color:#f4f4f4
}
.hb-gallery-sort li.hb-dd-header:hover strong {
color:var(--colorPrimary)
}
.hb-gallery-sort li ul {
line-height:1.3em;
background:#323436;
margin:30px 0 0;
position:absolute;
left:0;
z-index:9999;
width:100%;
letter-spacing:0;
font-size:var(--he-font-size);
top:100%;
display:block;
opacity:0;
visibility:hidden
}
.standard-gallery-filter {
margin-bottom:40px!important
}
#main-content .standard-gallery-filter {
padding-left:0;
padding-right:0
}
ul.filter-tabs {
font-size:var(--he-font-size--smaller);
list-style:none;
margin-top:0;
margin-bottom:0;
float:left;
display:flex;
flex-wrap:wrap;
row-gap:8px
}
ul.filter-tabs.sort-tabs {
float:right!important
}
ul.filter-tabs li:first-child a {
border-top-left-radius:4px;
border-bottom-left-radius:4px
}
ul.filter-tabs li:last-child a {
border-top-right-radius:4px;
border-bottom-right-radius:4px
}
.filter-tabs li {
list-style-type:unset!important;
background-color:#fff;
flex-shrink:0
}
.filter-tabs li a {
padding:8px 16px;
border:1px solid #ebebeb;
display:inline-flex;
align-items:center;
gap:8px;
margin-right:-1px;
text-decoration:none;
height:auto;
overflow:hidden;
position:relative;
z-index:9
}
.filter-tabs li a:hover {
color:var(--colorPrimary);
background-color:rgba(255,255,255,.5)
}
.filter-tabs li.selected {
z-index:99
}
.filter-tabs li.selected a {
background:var(--colorPrimary);
color:#fff!important;
z-index:99
}
.filter-tabs li a span.item-count,.hb-filter-count {
opacity:.5
}
.hb-gallery-sort li>ul>li>a {
color:#999;
line-height:22px;
display:block;
float:none;
padding:8px 12px;
border-bottom:1px solid rgba(255,255,255,.1);
text-transform:capitalize
}
.hb-gallery-sort li:hover>ul {
display:block
}
.hb-gallery-sort li>ul>li:last-child a {
border-bottom:none
}
.fw-gallery-wrap {
width:100%;
max-width:100%;
position:relative;
overflow-y:hidden;
padding-left:0
}
#standard-gallery-masonry {
width:100%;
top:0
}
.inner-masonry {
width:110%
}
#fw-gallery-grid .elastic-item {
margin:0!important;
position:relative
}
.fw-gallery-wrap.columns-2 .elastic-item {
width:50%
}
.fw-gallery-wrap.columns-3 .elastic-item {
width:33.33%
}
.fw-gallery-wrap.columns-4 .elastic-item {
width:25%
}
.fw-gallery-wrap.columns-5 .elastic-item {
width:20%
}
.fw-gallery-wrap.columns-6 .elastic-item {
width:16.66%
}
.elastic-item img {
width:100.5%!important;
max-width:100.5%!important;
-webkit-transform:translate3d(0,0,0)
}
.standard-gallery-item {
opacity:0
}
#fw-gallery-grid .col.animate,.standard-gallery-item-wrap.animate {
opacity:1
}
.gallery-item {
position:relative;
overflow:hidden
}
.item-overlay {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:99
}
.item-overlay,.item-overlay-text {
opacity:0
}
.item-overlay-text {
position:absolute;
top:0;
height:100%;
left:0;
width:100%;
text-align:center;
z-index:99;
background:rgba(0,0,0,.8)
}
.item-overlay-text h4 {
color:#fff;
font-size:18px;
line-height:1.3;
text-align:center;
display:block;
margin-bottom:10px
}
.item-overlay-text span.item-count-text {
font-size:var(--he-font-size--smaller);
text-transform:uppercase;
color:rgba(255,255,255,.7)
}
.item-overlay-text-wrap {
display:block;
position:relative;
top:50%;
margin-top:-30px;
transform:translateY(0);
transition:transform .42s cubic-bezier(.33,1,.68,1)
}
.gallery-item a:hover,.hb-fw-element a:hover {
cursor:url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/images/plus.cur),crosshair;
cursor:url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/images/plus.png) 20 20,crosshair
}
.item-date {
position:absolute;
bottom:0;
right:0;
font-size:var(--he-font-size--smallest);
background:rgba(0,0,0,.2);
padding:2px 10px;
color:#fff;
text-transform:uppercase
}
.item-overlay-text {
opacity:0;
transition:opacity .22s cubic-bezier(.33,1,.68,1)
}
.item-has-overlay:hover .item-overlay-text {
opacity:1
}
.item-has-overlay:hover .item-overlay-text-wrap {
transform:translateY(15px)
}
#footer {
display:block;
padding:70px 0 50px;
background-color:#E8F8F5;
}
#footer .row.footer-row {
display:flex;
margin:0 -30px!important
}
#footer .widget-column {
flex-direction:column;
border-left:1px solid rgba(255,255,255,.1);
padding:0 30px
}
#footer.light-style .widget-column {
border-left-color:#ebebeb
}
#footer .widget-column.no-separator {
border-left:none!important
}
#footer .widget-column:first-child {
border:none!important
}
#footer.footer-bg-image {
background-size:cover;
background-position:top center;
background-repeat:no-repeat
}
#footer.light-style {
background-color:#f4f4f4;
border-top:1px solid #ebebeb
}
#footer h4 {
color: #2E526B !important;
font-size: 20px;
font-style: normal;
font-weight: 700;
}
#footer ul li {
display: block;
padding: 6px 0;
}
#footer ul li a {
color: #223140 !important;
font-size: 14px;
font-style: normal;
font-weight: 400;
}
#pre-footer-area {
position:relative;
background-color:rgba(0,0,0,.05);
color:#323436;
font-size:calc(var(--he-font-size) * 1.5);
line-height:1.3;
border-bottom:solid 3px var(--colorPrimary)
}
#pre-footer-area .container {
padding-top:30px;
padding-bottom:30px;
display:flex;
flex-wrap:wrap;
align-items:center;
justify-content:center;
gap:24px
}
#pre-footer-area .container::after,#pre-footer-area .container::before {
content:unset;
display:none
}
.pre-footer-text {
text-wrap:balance
}
#pre-footer-area .hb-button {
margin:0;
flex-shrink:0
}
#pre-footer-area::after {
content:'';
position:absolute;
width:0;
height:0;
border-left:11px solid transparent;
border-right:11px solid transparent;
border-top:11px solid #f9f9f9;
top:-1px;
left:0;
right:0;
margin-left:auto;
margin-right:auto
}
.page-template-contact #pre-footer-area:after {
display:none
}
#main-wrapper.hb-boxed-layout #pre-footer-area::after {
border-top-color:#f9f9f9
}
#copyright-wrapper {
background:#292929;
display:block;
padding:15px 0!important;
color:rgba(255,255,255,.4);
font-size:var(--he-font-size--smallest);
-webkit-backface-visibility:hidden
}
#copyright-wrapper.light-style {
border-top:1px solid #ebebeb;
color:#676767
}
#copyright-wrapper.footer-bg-image {
position:absolute;
bottom:0;
left:0;
width:100%;
background-color:transparent
}
#copyright-wrapper a {
color:#aaa;
border-bottom:1px solid rgba(255,255,255,.07);
padding-bottom:2px;
margin-bottom:0!important;
margin-top:0!important
}
#copyright-wrapper a:hover {
color:var(--colorPrimary)
}
.normal-copyright #copyright-text {
float:left
}
.normal-copyright #footer-menu {
float:right
}
#copyright-wrapper.simple-copyright {
text-align:center;
border-top:0
}
.simple-copyright #copyright-text {
display:block
}
.simple-copyright #footer-menu {
display:none
}
#copyright-text,#copyright-text p {
margin-bottom:0
}
ul.social-list {
display:block
}
ul.social-list li {
display:inline-block;
margin-right:7px
}
ul.social-list li:last-child {
margin-right:0!important
}
ul.social-list.large li {
width:44px;
height:44px;
font-size:28px;
line-height:44px;
text-align:center;
border-radius:2px
}
ul.social-list li a,ul.social-list li i {
line-height:1
}
ul.social-list li a {
color:#323436
}
ul.social-list li a:hover {
color:var(--colorPrimary)
}
#hb-maintenance ul.social-list {
float:right;
margin-right:70px
}
#hb-maintenance ul.social-list li a {
color:rgba(255,255,255,.7)
}
#hb-maintenance ul.social-list li a:hover {
color:#fff
}
#footer .widget-column .widget-item {
margin-bottom:30px;
position:relative
}
#footer .widget-column .widget-item:last-child {
margin-bottom:0!important
}
#footer-nav {
margin:0;
list-style-image:none;
list-style-type:none
}
#footer-nav li a i {
margin-right:5px;
vertical-align:-1px;
font-size:.9em
}
#footer-nav li {
float:left;
margin-right:15px
}
#footer-nav li a,.side-nav-bottom-part ul li,.side-nav-bottom-text {
position:relative
}
#footer-nav li ul {
display:none
}
#copyright-wrapper.dark-style a {
border-bottom:1px solid rgba(255,255,255,.1);
padding-bottom:2px;
color:rgba(255,255,255,.5)
}
#copyright-wrapper.dark-style a:hover {
color:#fff
}
#footer-nav li:last-child {
margin-right:0
}
#footer.dark-style .widget-item #s,#footer.dark-style .widget-item input[type=email],#footer.dark-style .widget-item input[type=text],#footer.dark-style .widget-item textarea,#footer.dark-style .widget_product_search input[type=search],#hb-side-section .widget-item #s,#hb-side-section .widget-item input[type=email],#hb-side-section .widget-item input[type=text],#hb-side-section .widget-item textarea,.megamenu .widget-item #s,.megamenu .widget-item input[type=email],.megamenu .widget-item input[type=text],.megamenu .widget-item textarea {
border-color:rgba(255,255,255,.15)
}
#footer .widget-item #s:focus,#footer.dark-style .widget-item input[type=email]:focus,#footer.dark-style .widget-item input[type=text]:focus,#footer.dark-style .widget-item textarea:focus,#hb-side-section #s:focus,#hb-side-section .widget-item input[type=email]:focus,#hb-side-section .widget-item input[type=text]:focus,#hb-side-section .widget-item textarea:focus,.megamenu #s:focus,.megamenu .widget-item input[type=email]:focus,.megamenu .widget-item input[type=text]:focus,.megamenu .widget-item textarea:focus {
color:#fff
}
form.searchform {
position:relative
}
#footer.dark-style .widget-item #searchsubmit,#footer.dark-style .widget-item.widget_product_search button[type=submit],#footer.dark-style .widget-item.widget_product_search input[type=submit],#footer.dark-style .widget-item.widget_product_search input[type=submit]:hover,#hb-side-section .widget-item #searchsubmit,#hb-side-section .widget-item.widget_product_search button[type=submit],#hb-side-section .widget-item.widget_product_search input[type=submit],.megamenu .widget-item #searchsubmit {
background-color:transparent!important;
opacity:.6;
border:none
}
#footer.dark-style .widget-item #searchsubmit:hover,#footer.dark-style .widget-item.widget_product_search input[type=submit]:hover,#hb-side-menu .widget-item.widget_product_search button[type=submit],#hb-side-menu .widget-item.widget_product_search input[type=submit],#hb-side-section .widget-item #searchsubmit:hover,.megamenu .widget-item #searchsubmit:hover {
opacity:1
}
.widget-item #searchsubmit,.widget-item.widget_product_search button[type=submit],.widget-item.widget_product_search input[type=submit] {
position:absolute;
top:0;
right:0;
left:auto;
margin-right:0;
z-index:92;
height:100%
}
#main-wrapper .widget_product_search button[type=submit],#main-wrapper .widget_product_search input[type=submit] {
text-indent:-9999px;
top:auto!important;
bottom:0;
border:none
}
html.hb-maintenance,html.hb-maintenance body {
height:100%
}
#hb-maintenance {
margin-left:70px;
width:700px;
color:#fff!important
}
#hb-maintenance #maintenance-logo {
position:absolute;
top:0;
left:0;
width:100%;
height:80px;
text-align:left;
padding-left:70px;
background:#fff;
margin-bottom:70px;
z-index:4
}
#maintenance-footer {
position:fixed;
bottom:0;
left:0;
width:100%;
padding-left:70px;
font-size:var(--he-font-size--smaller);
color:#fff;
height:40px;
line-height:40px;
background:#323436;
z-index:4
}
#hb-maintenance .maintenance-content {
padding-top:160px;
position:relative;
z-index:4
}
#hb-maintenance #maintenance-logo img {
text-align:center;
max-height:40px;
margin-top:20px;
width:auto
}
#hb-maintenance h1 {
background-color:rgba(0,0,0,.7);
padding:8px 14px;
color:#fff;
display:inline-block;
width:auto
}
#hb-maintenance h4 {
background-color:rgba(0,0,0,.7);
padding:6px 12px;
color:rgba(255,255,255,.7);
display:inline-block;
width:auto;
margin:2px 0 0;
font-family:var(--he-font)
}
#hb-maintenance.white-box {
background-color:#fff;
padding:70px
}
#hb-maintenance #hb-countdown {
list-style:none;
margin-top:70px;
position:relative;
z-index:4
}
#hb-maintenance #hb-countdown>li {
float:left;
width:100px;
height:100px;
background-color:rgba(255,255,255,.1);
margin-right:10px;
line-height:100px;
color:#fff;
position:relative;
border-radius:50px;
-moz-border-radius:50px;
-webkit-border-radius:50px;
-o-border-radius:50px;
border:2px solid rgba(255,255,255,.7)
}
#hb-maintenance #hb-countdown.hb-dark-style>li {
background-color:rgba(0,0,0,.1);
color:#000;
border-color:rgba(0,0,0,.7)
}
#hb-maintenance #hb-countdown.hb-dark-style>li .timeRef,#hb-maintenance #hb-countdown.hb-dark-style>li .timestamp {
color:#000
}
#hb-maintenance #hb-countdown>li .timeRef {
position:absolute;
bottom:-70px;
font-size:16px;
font-weight:600;
letter-spacing:1px;
text-transform:uppercase;
width:100%;
text-align:center;
color:#fff
}
#hb-maintenance #hb-countdown>li .timestamp {
display:block;
width:100%;
text-align:center;
font-size:22px;
font-family:var(--he-font--heading);
color:#fff
}
#maintenance-footer p {
float:left;
margin:0;
color:rgba(255,255,255,.6)
}
#maintenance-footer a {
color:rgba(255,255,255,.7)
}
body.right-alignment #hb-maintenance {
float:right!important;
margin-left:0!important;
margin-right:70px!important;
text-align:right
}
body.right-alignment #hb-maintenance #hb-countdown {
width:auto;
display:inline-block
}
body.right-alignment #hb-maintenance #hb-countdown>li .timeRef {
left:0;
right:auto
}
body.right-alignment #hb-maintenance #maintenance-logo,span.wpcf7-not-valid-tip {
text-align:right
}
body.right-alignment #hb-maintenance #maintenance-logo img {
margin-right:70px
}
body.right-alignment #maintenance-footer p {
float:right;
margin-right:70px
}
body.right-alignment #hb-maintenance ul.social-list {
float:left;
margin-lefy:70px
}
body.center-alignment #hb-maintenance #maintenance-logo,body.center-alignment #hb-maintenance .maintenance-content,body.center-alignment #maintenance-footer {
text-align:center
}
body.center-alignment #hb-maintenance {
margin:0 auto!important
}
body.center-alignment #hb-maintenance #hb-countdown {
display:block;
text-align:center
}
body.center-alignment #hb-maintenance #hb-countdown>li {
text-align:center;
float:none;
display:inline-block
}
body.center-alignment #hb-maintenance #hb-countdown>li .timeRef {
left:0
}
body.center-alignment #hb-maintenance ul.social-list,body.center-alignment #maintenance-footer p {
float:none;
display:inline-block;
text-align:center
}
body.center-alignment #hb-maintenance #maintenance-logo {
padding-left:0
}
.spacer {
display:block;
height:40px
}
.clear-r-margin {
margin-right:0!important
}
.cbm,.clear-b-margin {
margin-bottom:0!important
}
.clear-r-padding {
padding-right:0!important
}
.float-left {
float:left
}
#main-wrapper .portfolio-single-entry.float-right,.float-right {
float:right!important
}
.alignleft {
text-align:left
}
.alignright {
text-align:right
}
.aligncenter {
text-align:center
}
#copyright-wrapper.none,#footer.none,.hb-reveal-gallery,.hidden,.none {
display:none
}
.non-visible {
visibility:hidden
}
.no-scroll {
overflow:hidden!important;
overflow-x:hidden;
overflow-y:hidden
}
.hb-scissors {
position:absolute;
top:50%;
transform:translateY(-50%);
font-size:20px!important;
color:#999;
z-index:999;
left:100px;
line-height:1
}
.hb-button,.no-transition,input[type=submit] {
transition:background-color .1s linear,color .1s linear!important
}
.hb-push-button-icon {
align-items:center;
bottom:0;
display:flex;
justify-content:center;
left:0;
opacity:0;
position:absolute;
right:0;
top:0;
transform:translateY(-60%);
z-index:101;
transition:.2s ease-out
}
.hb-push-button-text {
display:block;
opacity:1;
position:relative;
text-align:center;
transform:translateY(0);
transition:.2s ease-out
}
.hb-button:hover .hb-push-button-text {
opacity:0;
transform:translateY(100%)
}
.hb-button:hover .hb-push-button-icon {
opacity:1;
transform:translateY(0)
}
.clear {
clear:both;
display:block;
overflow:hidden;
visibility:hidden;
width:0;
height:0
}
#respond::after,#respond::before,.clearfix::after,.clearfix::before,.container-wide::after,.container-wide::before,.container::after,.container::before,.hb-field-content .hb-row::after,.hb-field-content .hb-row::before,.row::after,.row::before,.small-container::before,.small-contaner::after,.spacer::after,.spacer::before,.tagcloud::after,.tagcloud::before,ul.cart_list.product_list_widget li::after,ul.cart_list.product_list_widget li::before {
content:'\0020';
display:block;
overflow:hidden;
visibility:hidden;
width:0;
height:0
}
#respond::after,.clearfix::after,.container-wide::after,.container::after,.hb-field-content .hb-row::after,.row::after,.small-contaner::after,.spacer::after,.tagcloud::after,ul.cart_list.product_list_widget li::after {
clear:both
}
#respond,.clearfix,.container,.container-wide,.hb-field-content .hb-row,.row,.small-contaner,.spacer,.tagcloud,ul.cart_list.product_list_widget li {
zoom:1
}
body #ascrail2000 {
background:0 0;
right:0!important;
padding-left:2px!important;
z-index:9999!important
}
#ascrail2000:hover {
background:rgba(255,255,255,.1)
}
#ascrail2000 div {
opacity:.4!important;
right:1px
}
#ascrail2000:hover div {
opacity:.7!important
}
.hb-button,.woocommerce-MyAccount-content input.button,a.read-more,input[type=submit] {
position:relative;
display:inline-flex;
align-items:center;
justify-content:center;
margin-right:10px;
margin-bottom:10px;
cursor:pointer;
font-family:var(--he-font);
font-weight:600;
font-size:var(--he-font-size--smallest);
line-height:1;
letter-spacing:1px;
text-transform:uppercase;
color:#fff!important;
box-shadow:0 3px 0 0 #009eb7;
padding:16px 20px;
overflow:hidden;
border-radius:3px;
gap:8px
}
button.hb-button:not(.hb-second-dark) {
border:none
}
.hb-button.disabled {
cursor:default!important;
background:rgba(39,174,96,.8)!important;
box-shadow:0 3px 0 0 rgba(19,154,76,.9)!important
}
#special-submit-form.disabled-button {
cursor:default!important
}
.hb-button:hover,.woocommerce-MyAccount-content input.button:hover,a.read-more:hover,input[type=submit]:hover {
color:#fff!important;
box-shadow:0 3px 0 0 #000;
background:#323436
}
#main-wrapper #place_order:hover {
color:#fff!important;
background:#323436
}
#main-wrapper .hb-dropdown-box a.hb-button {
color:rgba(255,255,255,.8)!important
}
#main-wrapper .hb-dropdown-box a.hb-button:hover {
color:#fff!important
}
.hb-button.special-icon {
padding-left:55px!important
}
.hb-button.special-icon i {
position:absolute;
left:0;
top:0;
height:100%;
width:37px;
background:#dd3828;
text-align:center;
line-height:43px;
margin-right:0;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center
}
.hb-button.special-icon i::after {
position:absolute;
display:block;
content:'';
width:10px;
height:10px;
background:#dd3828;
border-right:0;
border-bottom:0;
top:50%;
margin-top:-3px;
right:-5px;
z-index:8;
transform:rotate(45deg)
}
.hb-button.special-icon:hover i,.hb-button.special-icon:hover i::after {
background:#222
}
.showcoupon {
text-decoration:underline
}
#main-wrapper .hb-turqoise {
background:rgba(26,188,156,.8);
box-shadow:0 3px 0 0 rgba(6,168,136,.9)
}
#main-wrapper .hb-button.hb-turqoise.special-icon i::after,.hb-button.hb-turqoise.special-icon i {
background:#06a888
}
#main-wrapper .hb-turqoise:hover {
background:#1abc9c;
box-shadow:0 3px 0 0 #06a888
}
#main-wrapper .hb-green-sea {
background:rgba(22,160,133,.8);
box-shadow:0 3px 0 0 rgba(2,140,113,.9)
}
#main-wrapper .hb-button.hb-green-sea.special-icon i::after,.hb-button.hb-green-sea.special-icon i {
background:#028c71
}
#main-wrapper .hb-green-sea:hover {
background:#16a085;
box-shadow:0 3px 0 0 #028c71
}
#main-wrapper .hb-sunflower {
background:rgba(241,196,15,.8);
box-shadow:0 3px 0 0 rgba(221,176,0,.9)
}
#main-wrapper .hb-button.hb-sunflower.special-icon i::after,.hb-button.hb-sunflower.special-icon i {
background:#ddb000
}
#main-wrapper .hb-sunflower:hover {
background:#f1c40f;
box-shadow:0 3px 0 0 #ddb000
}
#main-wrapper .hb-orange {
background:rgba(243,156,18,.8);
box-shadow:0 3px 0 0 rgba(223,136,0,.9)
}
#main-wrapper .hb-button.hb-orange.special-icon i::after,.hb-button.hb-orange.special-icon i {
background:#df8800
}
#main-wrapper .hb-orange:hover {
background:#f39c12;
box-shadow:0 3px 0 0 #df8800
}
#main-wrapper .hb-emerald {
background:rgba(46,204,113,.8)!important;
box-shadow:0 3px 0 0 rgba(26,184,93,.9)
}
#main-wrapper .hb-button.hb-emerald.special-icon i::after,.hb-button.hb-emerald.special-icon i {
background:#1ab85d
}
#main-wrapper .hb-emerald:hover {
background:#2ecc71!important;
box-shadow:0 3px 0 0 #1ab85d
}
#main-wrapper .hb-nephritis {
background:rgba(39,174,96,.8);
box-shadow:0 3px 0 0 rgba(19,154,76,.9)
}
#main-wrapper .hb-button.hb-nephritis.special-icon i::after,.hb-button.hb-nephritis.special-icon i {
background:#139a4c
}
#main-wrapper .hb-nephritis:hover {
background:#27ae60;
box-shadow:0 3px 0 0 #139a4c
}
#main-wrapper .hb-carrot {
background:rgba(230,126,34,.8);
box-shadow:0 3px 0 0 rgba(210,106,14,.9)
}
#main-wrapper .hb-button.hb-carrot.special-icon i::after,.hb-button.hb-carrot.special-icon i {
background:#d26a0e
}
#main-wrapper .hb-carrot:hover {
background:#e67e22;
box-shadow:0 3px 0 0 #d26a0e
}
#main-wrapper .hb-pumpkin {
background:rgba(211,84,0,.8);
box-shadow:0 3px 0 0 rgba(191,64,0,.9)
}
#main-wrapper .hb-button.hb-pumpkin.special-icon i::after,.hb-button.hb-pumpkin.special-icon i {
background:#bf4000
}
#main-wrapper .hb-pumpkin:hover {
background:#d35400;
box-shadow:0 3px 0 0 #bf4000
}
#main-wrapper .hb-peter-river {
background:rgba(52,152,219,.8);
box-shadow:0 3px 0 0 rgba(32,132,199,.9)
}
#main-wrapper .hb-button.hb-peter-river.special-icon i::after,.hb-button.hb-peter-river.special-icon i {
background:#2084c7
}
#main-wrapper .hb-peter-river:hover {
background:#3498db;
box-shadow:0 3px 0 0 #2084c7
}
#main-wrapper .hb-belize-hole {
background:rgba(41,128,185,.8);
box-shadow:0 3px 0 0 rgba(21,108,165,.9)
}
#main-wrapper .hb-button.hb-belize-hole.special-icon i::after,.hb-button.hb-belize-hole.special-icon i {
background:#156ca5
}
#main-wrapper .hb-belize-hole:hover {
background:#2980b9;
box-shadow:0 3px 0 0 #156ca5
}
#main-wrapper .hb-alizarin {
background:rgba(231,76,60,.8);
box-shadow:0 3px 0 0 rgba(221,56,40,.9)
}
#main-wrapper .hb-button.hb-alizarin.special-icon i::after,.hb-button.hb-alizarin.special-icon i {
background:#dd3828
}
#main-wrapper .hb-alizarin:hover {
background:#e74c3c;
box-shadow:0 3px 0 0 #dd3828
}
#main-wrapper .hb-pomegranate {
background:rgba(192,57,43,.8);
box-shadow:0 3px 0 0 rgba(172,37,23,.9)
}
#main-wrapper .hb-button.hb-pomegranate.special-icon i::after,.hb-button.hb-pomegranate.special-icon i {
background:#ac2517
}
#main-wrapper .hb-pomegranate:hover {
background:#c0392b;
box-shadow:0 3px 0 0 #ac2517
}
#main-wrapper .hb-amethyst {
background:rgba(155,89,182,.8);
box-shadow:0 3px 0 0 rgba(135,69,162,.9)
}
#main-wrapper .hb-button.hb-amethyst.special-icon i::after,.hb-button.hb-amethyst.special-icon i {
background:#8745a2
}
#main-wrapper .hb-amethyst:hover {
background:#9b59b6;
box-shadow:0 3px 0 0 #8745a2
}
#main-wrapper .hb-wisteria {
background:rgba(142,68,173,.8);
box-shadow:0 3px 0 0 rgba(122,48,153,.9)
}
#main-wrapper .hb-button.hb-wisteria.special-icon i::after,.hb-button.hb-wisteria.special-icon i {
background:#7a3099
}
#main-wrapper .hb-wisteria:hover {
background:#8e44ad;
box-shadow:0 3px 0 0 #7a3099
}
#main-wrapper .hb-wet-asphalt {
background:rgba(52,73,94,.8);
box-shadow:0 3px 0 0 rgba(32,53,74,.9)
}
#main-wrapper .hb-button.hb-wet-asphalt.special-icon i::after,.hb-button.hb-wet-asphalt.special-icon i {
background:#20354a
}
#main-wrapper .hb-wet-asphalt:hover {
background:#34495e;
box-shadow:0 3px 0 0 #20354a
}
#main-wrapper .hb-midnight-blue {
background:rgba(44,62,80,.8);
box-shadow:0 3px 0 0 rgba(24,42,60,.9)
}
#main-wrapper .hb-button.hb-midnight-blue.special-icon i::after,.hb-button.hb-midnight-blue.special-icon i {
background:#182a3c
}
#main-wrapper .hb-midnight-blue:hover {
background:#2c3e50;
box-shadow:0 3px 0 0 #182a3c
}
#main-wrapper .hb-concrete {
background:rgba(149,165,166,.8);
box-shadow:0 3px 0 0 rgba(129,145,146,.8)
}
#main-wrapper .hb-button.hb-concrete.special-icon i::after,.hb-button.hb-concrete.special-icon i {
background:#819192
}
#main-wrapper .hb-concrete:hover {
background:#95a5a6;
box-shadow:0 3px 0 0 rgba(109,125,126,.8)
}
#main-wrapper .hb-asbestos {
background:rgba(127,140,141,.8);
box-shadow:0 3px 0 0 rgba(107,120,121,.9)
}
#main-wrapper .hb-button.hb-asbestos.special-icon i::after,.hb-button.hb-asbestos.special-icon i {
background:#6b7879
}
#main-wrapper .hb-asbestos:hover {
background:#7f8c8d;
box-shadow:0 3px 0 0 #6b7879
}
#main-wrapper .hb-darkly {
background:rgba(50,52,54,.8);
box-shadow:0 1px 0 rgba(255,255,255,.25) inset,0 3px 0 0 rgba(30,32,34,.8)
}
#main-wrapper .hb-button.hb-darkly.special-icon i::after,.hb-button.hb-darkly.special-icon i {
background:#1e2022
}
#main-wrapper .hb-darkly:hover {
background:rgba(50,52,54,.8);
box-shadow:0 1px 0 rgba(255,255,255,.3) inset,0 3px 0 0 rgba(30,32,34,.9)
}
#main-wrapper .hb-second-dark {
background:0 0!important;
border:2px solid #323436;
color:#323436!important;
box-shadow:none;
padding:10px 22px!important
}
#main-wrapper .hb-second-dark:hover {
background:#323436!important;
color:#fff!important;
box-shadow:none
}
#main-wrapper .hb-third-dark,a.read-more {
background:0 0!important;
border:2px solid rgba(0,0,0,.1);
color:#323436!important;
box-shadow:none;
padding:13px 40px!important
}
#main-wrapper .hb-yellow {
background:#ffd62c!important;
border:none;
color:#323436!important;
box-shadow:none;
padding:14px 40px!important
}
#main-wrapper .hb-yellow:hover {
background:#323436!important;
box-shadow:none;
color:#fff!important
}
#main-wrapper .hb-third-dark:hover,#special-submit-form.disabled-button,a.read-more:hover {
background:#323436!important;
color:#fff!important;
box-shadow:none;
border-color:#323436
}
#main-wrapper .hb-second-light,#main-wrapper .hb-third-light {
background:0 0!important;
border:2px solid rgba(255,255,255,.6);
color:#fff!important;
box-shadow:none!important;
padding:13px 40px!important
}
#main-wrapper .hb-second-light:hover,#main-wrapper .hb-third-light {
background:#fff!important;
color:#000!important
}
a.read-more {
padding:9px 15px!important;
font-size:var(--he-font-size--smallest);
color:#999;
margin-top:25px
}
.hb-button.no-three-d {
box-shadow:none!important;
border-radius:0
}
.hb-button:not(.no-three-d):not(.hb-third-dark):not(.hb-second-dark):active,input[type=submit]:not(.no-three-d):not(.hb-third-dark):not(.hb-second-dark):active {
box-shadow:0 0!important;
top:3px!important
}
.hb-button.hb-large-button {
padding:18px 32px;
font-size:var(--he-font-size);
letter-spacing:1.5px
}
.hb-button.special-icon.hb-large-button {
padding-left:60px!important
}
.hb-button.hb-small-button,input[type=submit] {
padding:12px 16px!important;
font-size:var(--he-font-size--smallest);
letter-spacing:.5px
}
.hb-button.hb-small-button.special-icon i {
line-height:37px
}
.hb-button.special-icon.hb-small-button {
padding-left:55px!important
}
.hb-effect-1 #main-nav>li>a::after,.hb-effect-1 #main-nav>li>a::before {
display:inline-block;
opacity:0;
transition:transform .3s,opacity .2s
}
.hb-effect-1 #main-nav>li>a::before {
margin-right:6px;
content:'[';
transform:translateX(20px)
}
.hb-effect-1 #main-nav>li>a::after {
margin-left:6px;
content:']';
transform:translateX(-20px);
position:relative;
width:auto;
height:100%;
background:0 0
}
#main-wrapper .default-skin #main-nav>li>a>i.sf-sub-indicator,#main-wrapper .hb-effect-1 #main-nav>li>a>i.sf-sub-indicator,#main-wrapper .second-skin #main-nav>li>a>i.sf-sub-indicator {
display:none!important
}
.hb-effect-1 #main-nav>li.current-menu-ancestor>a::after,.hb-effect-1 #main-nav>li.current-menu-ancestor>a::before,.hb-effect-1 #main-nav>li.current-menu-item>a::after,.hb-effect-1 #main-nav>li.current-menu-item>a::before,.hb-effect-1 #main-nav>li.sfHover>a::after,.hb-effect-1 #main-nav>li.sfHover>a::before,.hb-effect-1 #main-nav>li>a:focus::after,.hb-effect-1 #main-nav>li>a:focus::before,.hb-effect-1 #main-nav>li>a:hover::after,.hb-effect-1 #main-nav>li>a:hover::before,.third-skin.hb-effect-1 #main-nav>li.current-menu-item>a::after,.third-skin.hb-effect-1 #main-nav>li.current-menu-item>a::before,.third-skin.hb-effect-1 #main-nav>li.sfHover>a::after,.third-skin.hb-effect-1 #main-nav>li.sfHover>a::before {
opacity:1;
transform:translateX(0)
}
.second-skin.hb-effect-1 #main-nav>li>a::before,.second-skin.hb-effect-1 a::after {
color:#fff!important
}
.hb-effect-1 #main-nav li a span {
top:0
}
.hb-effect-1 #main-nav li a {
padding-right:3px;
padding-left:3px
}
.third-skin.hb-effect-2 #main-nav>li>a {
color:#777
}
.third-skin.hb-effect-2 #main-nav>li>a:hover {
color:#000!important
}
.hb-effect-2 a {
padding:8px 0
}
.hb-effect-2 #main-nav>li>a>span::after {
position:absolute;
top:100%;
left:0;
width:100%;
height:2px;
content:'';
opacity:0;
transition:opacity .3s,transform .3s;
transform:translateY(10px)
}
.hb-effect-2 #main-nav>li.current-menu-ancestor>a span::after,.hb-effect-2 #main-nav>li.current-menu-item>a span::after,.hb-effect-2 #main-nav>li.sfHover>a span::after,.hb-effect-2 #main-nav>li>a:focus span::after,.hb-effect-2 #main-nav>li>a:hover span::after {
opacity:1;
transform:translateY(0)
}
.hb-effect-3 #main-nav>li>a {
transition:color .3s
}
.hb-effect-3 #main-nav>li>a::before {
position:absolute;
left:0;
width:100%;
height:2px;
content:'';
opacity:0;
transition:opacity .3s,transform .3s;
top:0;
transform:translateY(-10px)
}
.hb-effect-3 #main-nav>li.current-menu-ancestor>a::before,.hb-effect-3 #main-nav>li.current-menu-item>a::before,.hb-effect-3 #main-nav>li.sfHover>a::before,.hb-effect-3 #main-nav>li>a:focus::before,.hb-effect-3 #main-nav>li>a:hover::before {
opacity:1;
transform:translateY(0)
}
.hb-effect-4 a {
transition:color .3s
}
.hb-effect-4 #main-nav>li>a::before {
position:absolute;
left:0;
width:100%;
height:2px;
content:'';
opacity:0;
transition:opacity .3s,transform .3s;
bottom:0;
transform:translateY(-10px)
}
.hb-effect-4 #main-nav>li.current-menu-ancestor>a::before,.hb-effect-4 #main-nav>li.current-menu-item>a::before,.hb-effect-4 #main-nav>li.sfHover>a::before,.hb-effect-4 #main-nav>li>a:focus::before,.hb-effect-4 #main-nav>li>a:hover::before {
opacity:1;
transform:translateY(1px)
}
.hb-effect-5 #main-nav>li>a::before {
position:absolute;
top:0;
left:0;
width:100%;
height:0;
background:#f4f4f4;
content:'';
transition:height .3s
}
.hb-effect-5 #main-nav>li.current-menu-ancestor>a::before,.hb-effect-5 #main-nav>li.current-menu-item>a::before,.hb-effect-5 #main-nav>li.sfHover>a::before,.hb-effect-5 #main-nav>li>a:hover::before {
height:100%;
opacity:1;
background:#f6f6f6
}
.hb-effect-5 #main-nav>li#nav-search>a::before {
background:0 0!important
}
.hb-effect-6 #main-nav>li.current-menu-ancestor>a,.hb-effect-6 #main-nav>li.current-menu-item>a,.hb-effect-6 #main-nav>li.sfHover>a,.hb-effect-6 #main-nav>li>a:hover {
color:#fff!important
}
.hb-effect-6 #main-nav>li>a::before {
position:absolute;
top:0;
left:0;
width:100%;
height:0;
content:'';
transition:height .25s
}
.hb-effect-6 #main-nav>li.current-menu-ancestor>a::before,.hb-effect-6 #main-nav>li.current-menu-item>a::before,.hb-effect-6 #main-nav>li.sfHover>a::before,.hb-effect-6 #main-nav>li>a:hover::before {
height:100%;
opacity:1
}
.hb-effect-7 #main-nav>li>a span::after {
position:absolute;
bottom:-5px;
left:0;
width:100%;
height:0;
content:'';
opacity:0;
transition:height .3s,opacity .3s,transform .3s;
transform:translateY(-10px)
}
.hb-effect-7 #main-nav>li.current-menu-ancestor>a span::after,.hb-effect-7 #main-nav>li.current-menu-item>a span::after,.hb-effect-7 #main-nav>li.sfHover>a span::after,.hb-effect-7 #main-nav>li>a:hover span::after {
height:3px;
opacity:1;
transform:translateY(0)
}
.hb-effect-8 #main-nav>li>a span {
padding-top:6px
}
.hb-effect-8 #main-nav>li>a span::before {
position:absolute;
top:100%;
left:0;
width:0%;
height:2px;
background:rgba(0,0,0,.1);
content:'';
transition:width .3s
}
.hb-effect-8 #main-nav>li>a span::after {
position:absolute;
top:0;
left:0;
width:0%;
height:2px;
background:rgba(0,0,0,.1);
content:'';
transition:width .3s
}
.hb-effect-8 #main-nav>li.current-menu-item>a span::after,.hb-effect-8 #main-nav>li.sfHover>a span::after,.hb-effect-8 #main-nav>li>a:hover span::after,.hb-effect-8 #main-nav>li>a:hover span::before {
width:100%
}
.hb-effect-9 a {
transition:color .3s
}
.hb-effect-9 #main-nav>li>a>span {
padding-top:3px
}
.hb-effect-9 #main-nav>li>a>span::after,.hb-effect-9 #main-nav>li>a>span::before {
position:absolute;
left:0;
width:100%;
height:2px;
content:'';
opacity:0;
transition:opacity .3s,transform .3s;
transform:translateY(-10px)
}
.hb-effect-9 #main-nav>li>a>span::before {
top:0;
transform:translateY(-10px)
}
.hb-effect-9 #main-nav>li.current-menu-ancestor>a>span::before,.hb-effect-9 #main-nav>li.current-menu-item>a>span::before,.hb-effect-9 #main-nav>li.sfHover>a>span::before,.hb-effect-9 #main-nav>li>a:focus>span::before,.hb-effect-9 #main-nav>li>a:hover>span::before {
opacity:1;
transform:translateY(-6px)
}
.second-skin.hb-effect-9 #main-nav>li.current-menu-item>a,.second-skin.hb-effect-9 #main-nav>li.sfHover>a,.second-skin.hb-effect-9 #main-nav>li>a:hover {
color:#fff!important
}
.second-skin.hb-effect-9 #main-nav>li>a>span::after,.second-skin.hb-effect-9 #main-nav>li>a>span::before {
background:#fff!important
}
.hb-effect-10 #main-nav>li>a span {
padding-top:6px
}
.hb-effect-10 #main-nav>li>a span::before {
position:absolute;
top:100%;
left:0;
width:0%;
height:1px;
background:rgba(0,0,0,.2);
content:'';
transition:width .3s
}
#main-nav>li.current-menu-ancestor>a span::before,#main-nav>li.sfHover>a span::before,.hb-effect-10 #main-nav>li.current-menu-item>a span::before,.hb-effect-10 #main-nav>li>a:hover span::before {
width:100%
}
.hb-effect-11 #main-nav>li>a>span {
transition:color .3s
}
.hb-effect-11 #main-nav>li>a::before {
position:absolute;
top:20px;
left:50%;
color:transparent;
content:'•';
text-shadow:0 0 transparent;
font-size:1.2em;
transition:text-shadow .3s,color .3s;
transform:translateX(-50%);
pointer-events:none;
background:0 0
}
.hb-pop-class {
animation:.4s cubic-bezier(.175,.885,.32,1.275) hb-pop
}
@keyframes hb-pop {
0% {
transform:scale(.8);
opacity:.1
}
100% {
transform:scale(1);
opacity:1
}
}
.grid.effect-1 li.animate {
animation:.65s forwards hb_fadeIn
}
.animate,.fade-in-sec {
transform:translateY(200px);
animation:.65s forwards moveUp
}
@keyframes hb_fadeIn {
to {
opacity:1
}
}
@keyframes moveUp {
to {
transform:translateY(0);
opacity:1
}
}
.hb-jumping {
position:relative
}
@keyframes hb_jump {
0%,100% {
top:0
}
50% {
top:15px
}
}
.bg-animate {
animation:30s linear infinite HBBGAnimate
}
@keyframes HBBGAnimate {
from {
background-position:0 0
}
to {
background-position:0 400px
}
}
#hb-blog-posts.fullwidth-grid-layout article {
width:24.9%!important
}
#hb-blog-posts.fullwidth-grid-layout article.col-4 {
width:33.2%!important
}
#hb-blog-posts.fullwidth-grid-layout article.col-2 {
width:16.65%!important
}
#main-wrapper.left-panel #fullpage {
margin-left:-265px
}
#superContainer {
height:100%;
position:relative;
touch-action:none
}
.fp-section {
position:relative;
box-sizing:border-box;
background-size:cover
}
.fp-slide {
float:left
}
.fp-slide,.fp-slidesContainer {
height:100%;
display:block
}
.fp-slides {
z-index:1;
height:100%;
overflow:hidden;
position:relative;
transition:.5s ease-out
}
.fp-section.fp-table,.fp-slide.fp-table {
display:table;
width:100%
}
.fp-tableCell {
display:table-cell;
vertical-align:middle;
width:100%;
height:100%
}
.fp-slidesContainer {
float:left;
position:relative
}
.fp-controlArrow {
position:absolute;
z-index:4;
top:50%;
cursor:pointer;
width:0;
height:0;
border-style:solid;
margin-top:-38px
}
.fp-controlArrow.fp-prev {
left:15px;
width:0;
border-width:38.5px 34px 38.5px 0;
border-color:transparent #fff transparent transparent
}
.fp-controlArrow.fp-next {
right:15px;
border-width:38.5px 0 38.5px 34px;
border-color:transparent transparent transparent #fff
}
.fp-scrollable {
overflow:scroll
}
.fp-easing {
transition:.5s ease-in-out
}
#fp-nav {
position:fixed;
z-index:9991;
margin-top:-32px;
top:50%;
opacity:1
}
#fp-nav.right {
right:17px
}
#fp-nav.left {
left:17px
}
.fp-slidesNav {
position:absolute;
z-index:4;
left:50%;
opacity:1
}
.fp-slidesNav.bottom {
bottom:17px
}
.fp-slidesNav.top {
top:17px
}
#fp-nav ul,.fp-slidesNav ul {
margin:0;
padding:0
}
#fp-nav li,.fp-slidesNav li {
display:block;
width:14px;
height:13px;
margin:7px;
position:relative
}
.fp-slidesNav li {
display:inline-block
}
#fp-nav li a,.fp-slidesNav li a {
display:block;
position:relative;
z-index:1;
width:100%;
height:100%;
cursor:pointer;
text-decoration:none
}
#fp-nav li .active span,.fp-slidesNav .active span {
background-color:rgba(0,0,0,0);
box-shadow:0 0 0 2px #fff
}
#fp-nav span,.fp-slidesNav span {
top:2px;
left:2px;
width:10px;
height:10px;
border-radius:50%;
position:absolute;
z-index:1;
box-shadow:0 0 0 2px rgba(255,255,255,0);
background:rgba(255,255,255,.3);
transition:box-shadow .3s,background-color .3s
}
#fp-nav a span:hover {
background:rgba(255,255,255,.7)
}
#fp-nav.dark-skin a span:hover {
background:rgba(0,0,0,.7)
}
#fp-nav.dark-skin a span {
background:rgba(0,0,0,.3)
}
#fp-nav.dark-skin li .active span,.fp-slidesNav.dark-skin .active span {
background-color:rgba(0,0,0,0);
box-shadow:0 0 0 2px #000
}
.fp-tooltip {
position:absolute;
top:-2px;
color:#fff;
font-size:var(--he-font-size);
white-space:nowrap;
max-width:220px
}
.fp-tooltip.right {
right:20px
}
.fp-tooltip.left {
left:20px
}
.hb-fp-video {
position:absolute;
top:0;
left:0;
z-index:10;
overflow:hidden;
min-width:100%;
min-height:100%;
-webkit-transform-style:preserve-3d;
background-size:cover
}
.hb-fp-video video {
position:absolute;
top:0;
left:0;
min-width:100%;
min-height:100%;
width:auto;
height:auto;
z-index:10;
background-size:cover;
-o-object-fit:cover;
object-fit:cover
}
.hb-caption-layer {
z-index:20;
box-sizing:border-box
}
.left-panel .hb-caption-layer {
padding-left:265px;
padding-right:0
}
.hb-caption-layer h2 {
font-size:50px;
line-height:60px;
margin-bottom:0;
text-transform:uppercase;
letter-spacing:2px;
font-family:var(--he-font);
font-weight:600
}
.hb-caption-layer p {
font-size:22px;
margin-top:30px;
line-height:32px;
text-transform:uppercase;
letter-spacing:1px;
font-weight:400
}
.hb-caption-layer .hb-button {
margin-top:40px;
padding:22px 30px 20px!important
}
.hb-caption-layer h2.dark,.hb-caption-layer p.dark {
color:#323436
}
.hb-caption-layer h2.light,.hb-caption-layer p.light {
color:#fff
}
.hb-caption-layer .hb-button.secondary {
background:0 0
}
.hb-caption-layer .hb-button.secondary.light {
box-shadow:inset 0 0 0 2px #fff!important
}
.hb-caption-layer .hb-button.secondary.light:hover {
background:#fff;
color:#000!important
}
.hb-caption-layer .hb-button.secondary.dark {
box-shadow:inset 0 0 0 2px #323436!important;
color:#323436!important
}
.hb-caption-layer .hb-button.secondary.dark:hover {
background:#323436!important;
color:#fff!important
}
.left-panel .hb-caption-layer.top-right {
text-align:right;
top:-40%
}
.hb-video-mobile {
position:absolute;
top:0;
left:0;
z-index:11;
display:none;
width:100%;
height:100%;
background-position:center;
background-size:cover;
background-repeat:no-repeat
}
.hb-video-color-mask {
position:absolute;
top:0;
left:0;
z-index:12;
width:100%;
height:100%;
background:#000;
opacity:.3
}
span[rel=tooltip] {
color:#323436;
border-bottom:1px dotted #eee;
cursor:help
}
.tooltip {
position:absolute;
z-index:999;
display:block;
font-size:var(--he-font-size--smallest);
line-height:1.3;
opacity:0;
visibility:visible
}
.tooltip.in {
opacity:.9
}
.tooltip.top {
padding:5px 0;
margin-top:-10px
}
.tooltip.right {
padding:0 5px;
margin-left:3px
}
.tooltip.bottom {
padding:5px 0;
margin-top:3px
}
.tooltip.left {
padding:0 5px;
margin-left:-15px!important
}
.tooltip-inner {
max-width:200px;
padding:6px 10px;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
text-decoration:none;
background-color:#323436;
border-radius:2px
}
.tooltip-arrow {
position:absolute;
width:0;
height:0;
border-color:transparent;
border-style:solid
}
.tooltip.top .tooltip-arrow {
bottom:0;
left:50%;
margin-left:-5px;
border-top-color:#323436;
border-width:5px 5px 0
}
.tooltip.top-left .tooltip-arrow {
bottom:0;
left:5px;
border-top-color:#323436;
border-width:5px 5px 0
}
.tooltip.top-right .tooltip-arrow {
right:5px;
bottom:0;
border-top-color:#323436;
border-width:5px 5px 0
}
.tooltip.right .tooltip-arrow {
top:50%;
left:0;
margin-top:-5px;
border-right-color:#323436;
border-width:5px 5px 5px 0
}
.tooltip.left .tooltip-arrow {
top:50%;
right:0;
margin-top:-5px;
border-left-color:#323436;
border-width:5px 0 5px 5px
}
.tooltip.bottom .tooltip-arrow {
top:0;
left:50%;
margin-left:-5px;
border-bottom-color:#323436;
border-width:0 5px 5px
}
.tooltip.bottom-left .tooltip-arrow {
top:0;
left:5px;
border-bottom-color:#323436;
border-width:0 5px 5px
}
.tooltip.bottom-right .tooltip-arrow {
top:0;
right:5px;
border-bottom-color:#323436;
border-width:0 5px 5px
}
.highend-prettyphoto div.pp_default .pp_bottom,.highend-prettyphoto div.pp_default .pp_bottom .pp_left,.highend-prettyphoto div.pp_default .pp_bottom .pp_middle,.highend-prettyphoto div.pp_default .pp_bottom .pp_right,.highend-prettyphoto div.pp_default .pp_top,.highend-prettyphoto div.pp_default .pp_top .pp_left,.highend-prettyphoto div.pp_default .pp_top .pp_middle,.highend-prettyphoto div.pp_default .pp_top .pp_right {
height:13px
}
.highend-prettyphoto div.pp_default .pp_content .ppt {
color:#f8f8f8
}
.highend-prettyphoto div.pp_default .pp_content_container .pp_left {
padding-left:13px
}
.highend-prettyphoto div.pp_default .pp_content_container .pp_right {
padding-right:13px
}
.highend-prettyphoto div.pp_default .pp_next:hover {
background:center right no-repeat;
cursor:pointer
}
.highend-prettyphoto div.pp_default .pp_previous:hover {
background:center left no-repeat;
cursor:pointer
}
.highend-prettyphoto div.pp_default .pp_expand {
background:0 -29px no-repeat;
width:28px;
height:28px;
cursor:pointer
}
.highend-prettyphoto div.pp_default .pp_expand:hover {
background:0 -56px no-repeat;
cursor:pointer
}
.highend-prettyphoto div.pp_default .pp_contract {
background:0 -84px no-repeat;
width:28px;
height:28px;
cursor:pointer
}
.highend-prettyphoto div.pp_default .pp_contract:hover {
background:0 -113px no-repeat;
cursor:pointer
}
.highend-prettyphoto div.pp_default .pp_close {
background:2px 1px no-repeat;
width:20px;
height:17px;
border-left:1px solid #ebebeb;
color:#323436;
text-indent:0;
cursor:pointer;
padding-left:7px;
font-size:16px;
line-height:1;
padding-right:3px;
margin-right:3px!important;
margin-top:0
}
.highend-prettyphoto div.pp_default .pp_gallery ul li a {
background:url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
border:1px solid #aaa
}
.highend-prettyphoto div.pp_default .pp_social {
margin-top:0;
margin-left:10px
}
.highend-prettyphoto div.pp_default .pp_gallery a.pp_arrow_next,.highend-prettyphoto div.pp_default .pp_gallery a.pp_arrow_previous {
position:static;
left:auto
}
.highend-prettyphoto div.pp_default .pp_nav .pp_pause,.highend-prettyphoto div.pp_default .pp_nav .pp_play {
background:url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
height:30px;
width:30px
}
.highend-prettyphoto div.pp_default .pp_nav .pp_pause {
background-position:-51px -29px
}
.highend-prettyphoto div.pp_default a.pp_arrow_next,.highend-prettyphoto div.pp_default a.pp_arrow_previous {
background:url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
margin:4px 0 0
}
.highend-prettyphoto div.pp_default a.pp_arrow_next {
left:52px;
background-position:-82px -3px;
margin-top:0;
width:12px;
height:20px;
background-image:none;
display:none
}
.highend-prettyphoto div.pp_default .pp_content_container .pp_details {
margin:9px 0 0
}
.highend-prettyphoto div.pp_default .pp_nav {
clear:none;
position:relative;
padding-right:7px;
width:auto;
height:17px;
border-right:1px solid #ebebeb;
margin:0 10px
}
.highend-prettyphoto div.pp_default .pp_nav .currentTextHolder {
color:#999;
font-size:11px;
margin:0;
position:static;
top:0;
left:0;
padding:0 2px;
letter-spacing:1px;
font-style:normal;
line-height:19px
}
.highend-prettyphoto div.pp_default .pp_description {
font-size:var(--he-font-size--smallest);
font-weight:400;
line-height:14px;
margin:3px 50px 0 10px
}
.highend-prettyphoto div.pp_default .pp_loaderIcon {
background:url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/images/prettyPhoto/default/loader.gif) center center no-repeat
}
.highend-prettyphoto div.pp_pic_holder a:focus {
outline:0
}
.highend-prettyphoto div.pp_overlay {
background:#0a141e;
display:none;
left:0;
top:0;
width:100%;
height:100%;
z-index:999991;
position:fixed
}
.highend-prettyphoto div.pp_pic_holder {
display:none;
position:absolute;
width:100px;
z-index:999992
}
.pp_content {
height:40px;
min-width:40px
}
* html .pp_content {
width:40px
}
.pp_content_container {
position:relative;
text-align:left;
width:100%
}
.pp_content_container .pp_left {
padding-left:20px
}
.pp_content_container .pp_right {
padding-right:20px
}
.pp_content_container .pp_details {
float:left;
margin:10px 0 2px
}
.pp_description {
display:none;
margin:0
}
.pp_social {
float:left;
margin:0
}
.pp_social .facebook {
float:left;
margin-left:5px;
width:55px;
overflow:hidden
}
.pp_social .twitter {
float:left
}
.pp_nav {
clear:right;
float:left;
margin:3px 10px 0 0
}
.pp_nav p {
float:left;
white-space:nowrap;
margin:2px 4px
}
.pp_nav .pp_pause,.pp_nav .pp_play {
float:left;
margin-right:4px;
text-indent:-10000px
}
a.pp_arrow_next,a.pp_arrow_previous {
display:block;
float:left;
height:15px;
margin-top:3px;
overflow:hidden;
text-indent:-10000px;
width:14px
}
.pp_hoverContainer {
position:absolute;
top:0;
width:100%;
z-index:2000
}
.pp_gallery {
display:none;
left:50%;
margin-top:-50px;
position:absolute;
z-index:10000
}
.pp_gallery div {
float:left;
overflow:hidden;
position:relative
}
.pp_gallery ul {
float:left;
height:35px;
position:relative;
white-space:nowrap;
margin:0 0 0 5px;
padding:0
}
.pp_gallery ul a {
border:1px solid rgba(0,0,0,.5);
display:block;
float:left;
height:33px;
overflow:hidden
}
.pp_gallery ul a img {
-o-object-fit:cover;
object-fit:cover;
border:0;
height:100%;
display:block
}
.pp_gallery li {
display:block;
float:left;
margin:0 5px 0 0;
padding:0
}
.pp_gallery li.default a {
background:url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/images/prettyPhoto/facebook/default_thumbnail.gif) no-repeat;
display:block;
height:33px;
width:50px
}
.pp_gallery .pp_arrow_next,.pp_gallery .pp_arrow_previous {
margin-top:7px!important
}
a.pp_next {
background-image:none;
display:block;
float:right;
height:80%;
top:10%;
text-indent:0;
width:50px;
position:relative
}
a.pp_next i {
font-size:18px;
color:#fff;
text-align:center;
width:30px;
height:30px;
line-height:27px;
display:block;
position:absolute;
top:50%;
margin-top:-13px;
right:6px
}
a.pp_previous {
background-image:none;
display:block;
float:left;
height:80%;
top:10%;
width:50px;
position:relative
}
a.pp_next,a.pp_previous {
background-color:rgba(0,0,0,.3)
}
a.pp_next:hover,a.pp_previous:hover {
background-color:rgba(0,0,0,.5)!important
}
a.pp_previous i {
font-size:18px;
color:#fff;
text-align:center;
width:30px;
height:30px;
line-height:27px;
display:block;
position:absolute;
top:50%;
margin-top:-13px;
left:9px
}
a.pp_contract,a.pp_expand {
cursor:pointer;
height:20px;
position:absolute;
right:30px;
top:10px;
width:20px;
z-index:9999;
color:#fff;
padding:10px;
font-size:18px;
line-height:18px;
display:block
}
a.pp_close {
position:absolute;
right:0;
top:0;
display:block;
line-height:22px;
text-indent:-10000px
}
.pp_loaderIcon {
display:block;
height:18px;
left:50%;
position:absolute;
top:50%;
width:24px;
margin:-9px 0 0 -12px
}
#pp_full_res {
line-height:1!important
}
#pp_full_res .pp_inline {
text-align:left
}
#pp_full_res .pp_inline p {
margin:0 0 15px
}
div.ppt {
display:none!important
}
.highend-prettyphoto div.pp_default .pp_content,div.light_rounded .pp_content {
background-color:#fff;
box-shadow:0 1px 1px rgba(0,0,0,.15);
border-radius:2px;
-webkit-background-clip:padding-box;
-moz-background-clip:padding;
background-clip:padding-box
}
.highend-prettyphoto div.pp_default #pp_full_res .pp_inline,div.facebook #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.light_square .pp_content .ppt {
color:#000
}
.highend-prettyphoto div.pp_default .pp_gallery ul li a:hover,.highend-prettyphoto div.pp_default .pp_gallery ul li.selected a,.pp_gallery li.selected a,.pp_gallery ul a:hover {
border-color:#fff
}
.highend-prettyphoto div.pp_default .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.facebook .pp_details,div.light_rounded .pp_details,div.light_square .pp_details {
position:relative
}
div.facebook .pp_content,div.light_rounded .pp_bottom .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_top .pp_middle,div.light_square .pp_content,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right {
background:#fff
}
div.light_rounded .pp_description,div.light_square .pp_description {
margin-right:85px
}
div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous {
margin-top:12px!important
}
div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_rounded .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled {
background-position:0 -87px;
cursor:default
}
div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_rounded .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled {
background-position:-22px -87px;
cursor:default
}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon {
background:url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}
div.dark_rounded .pp_bottom .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_top .pp_middle {
background:url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/images/prettyPhoto/dark_rounded/contentPattern.png) top left
}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder {
color:#c4c4c4
}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline {
color:#fff
}
.pp_bottom,.pp_top {
height:20px;
position:relative
}
* html .pp_bottom,* html .pp_top {
padding:0 20px
}
.pp_bottom .pp_left,.pp_top .pp_left {
height:20px;
left:0;
position:absolute;
width:20px
}
.pp_bottom .pp_middle,.pp_top .pp_middle {
height:20px;
left:20px;
position:absolute;
right:20px
}
* html .pp_bottom .pp_middle,* html .pp_top .pp_middle {
left:0;
position:static
}
.pp_bottom .pp_right,.pp_top .pp_right {
height:20px;
left:auto;
position:absolute;
right:0;
top:0;
width:20px
}
.pp_fade,.pp_gallery li.default a img {
display:none
}
.highend-prettyphoto div.pp_default .pp_top {
height:0
}
.highend-prettyphoto div.pp_default .pp_bottom .pp_left,.highend-prettyphoto div.pp_default .pp_bottom .pp_middle,.highend-prettyphoto div.pp_default .pp_bottom .pp_right,.highend-prettyphoto div.pp_default .pp_content_container .pp_left,.highend-prettyphoto div.pp_default .pp_content_container .pp_right,.highend-prettyphoto div.pp_default .pp_top .pp_left,.highend-prettyphoto div.pp_default .pp_top .pp_middle,.highend-prettyphoto div.pp_default .pp_top .pp_right {
background:0 0
}
.highend-prettyphoto div.pp_default a.pp_arrow_previous {
margin-top:0;
width:12px;
height:20px;
background-image:none;
display:none
}
.highend-prettyphoto div.pp_default .pp_overlay {
opacity:.85!important
}
.highend-prettyphoto div.pp_default .pp_next,.highend-prettyphoto div.pp_default .pp_previous {
background-image:none;
cursor:pointer
}
.highend-prettyphoto div.pp_default a.pp_contract,.highend-prettyphoto div.pp_default a.pp_expand {
top:15px;
right:28px;
padding:0;
text-align:center
}
a.pp_contract i.hb-moon-expand-3,a.pp_expand i.hb-moon-contract-3 {
display:none
}
a.pp_contract i.hb-moon-contract-3 {
display:inline-block!important
}
body.compose-mode #main-wrapper .control-btn.vc-element-name .vc-btn-content {
font-size:var(--he-font-size--smallest)!important
}
.disable-native-prettyphoto a.pp_next:hover,.disable-native-prettyphoto a.pp_previous:hover {
background-color:transparent!important
}
.disable-native-prettyphoto a.pp_contract,.disable-native-prettyphoto a.pp_expand {
padding:0;
transition:none
}
.disable-native-prettyphoto div.pp_default .pp_description {
font-size:var(--he-font-size--smaller)!important;
font-weight:300!important;
line-height:1.75!important
}
.disable-native-prettyphoto div.pp_default .pp_content_container .pp_details {
margin-top:11px!important
}
.pace {
pointer-events:none;
-webkit-user-select:none;
-moz-user-select:none;
user-select:none
}
.pace-active {
position:relative;
z-index:99992
}
.pace-inactive {
display:none
}
.pace .pace-progress {
position:fixed;
z-index:9000;
top:0;
left:0;
height:2px;
transition:width 1s
}
.pace .pace-progress-inner {
display:block;
position:absolute;
right:0;
width:100px;
height:100%;
opacity:1;
transform:rotate(3deg) translate(0,-4px)
}
.pace .pace-activity {
display:block;
position:fixed;
z-index:2000;
top:8px;
left:15px;
width:14px;
height:14px;
border:2px solid transparent;
border-left-color:var(--colorPrimary);
border-top-color:var(--colorPrimary);
border-radius:10px;
animation:.6s linear infinite pace-spinner
}
.admin-bar .pace .pace-activity {
top:40px
}
.admin-bar .pace .pace-progress {
top:32px
}
#hb-preloader {
position:fixed;
width:100%;
height:100%;
background:#fff;
z-index:999992;
text-align:center;
transition:.5s;
opacity:1;
top:0;
left:0
}
.default-loading-icon {
top:50%;
border-radius:100%;
height:50px;
width:50px;
margin:-25px auto 0;
display:block;
position:relative;
border:3px solid #e5e5e5
}
.default-loading-icon:before {
position:absolute;
content:'';
border-color:#000 transparent transparent;
border-radius:100%;
border-style:solid;
border-width:3px;
display:block;
height:100%;
width:100%;
top:-3px;
left:-3px;
animation:.7s cubic-bezier(.445,.03,.55,.95) infinite hb_spin
}
@keyframes pace-spinner {
0% {
transform:rotate(0)
}
100% {
transform:rotate(360deg)
}
}
@media print {
body,html {
background:#fff;
color:#000;
font-size:13pt;
line-height:160%
}
#hb-page-title h1 {
font-size:26pt!important;
line-height:150%!important
}
.hb-main-content,.hb-main-content p {
font-size:13pt!important;
color:#000!important
}
#contact-button,#contact-panel,#footer,#footer-nav,#pre-footer-area,#respond,#to-top,.author-box,.hb-separator-extra,nav.main-navigation {
display:none!important
}
#header-inner,#header-inner-bg {
border-bottom:none
}
#copyright-text,#logo {
display:block;
text-align:center;
float:none;
color:#000
}
#copyright-wrapper a,a:link,a:visited {
color:#520;
background:0 0;
font-weight:700;
text-decoration:underline
}
#copyright-wrapper {
display:block;
background:#fff;
color:#000;
text-align:center
}
body #main-wrapper,body #main-wrapper.hb-boxed-layout,body #main-wrapper.hb-stretched-layout {
margin-bottom:0!important
}
#main-content .hb-main-content.col-9 {
float:none!important;
width:100%!important;
border:none!important;
padding-left:0!important
}
#hb-side-navigation,#main-content .hb-sidebar.col-3 {
display:none!important
}
.hb-side-navigation.hb-boxed-layout #hb-wrap,.hb-side-navigation.hb-stretched-layout #copyright-wrapper,.hb-side-navigation.hb-stretched-layout #footer,.hb-side-navigation.hb-stretched-layout #main-content,.hb-side-navigation.hb-stretched-layout #pre-footer-area {
padding-left:0!important
}
}
#top-login-widget:active .hb-dropdown-box,#top-login-widget:hover .hb-dropdown-box,.hb-dropdown-box:focus-within {
visibility:visible!important;
margin-top:-1px;
opacity:1!important;
display:block;
z-index:99999
}
.hb-main-content .alignwide {
margin-left:-80px;
margin-right:-80px;
width:auto
}
.hb-main-content .alignfull {
margin-left:calc(-100vw / 2 + 100% / 2);
margin-right:calc(-100vw / 2 + 100% / 2);
width:100vw
}
.alignfull img {
width:100vw
}
#main-content .main-row.fullwidth .hb-main-content {
margin-left:0!important
}
.faq-module-wrapper {
display:flex;
flex-direction:column
}
.filter-tabs-wrapper {
margin-bottom:20px
}
.hb-caption-layer.container {
display:flex;
flex-direction:column;
justify-content:center;
align-items:flex-start
}
.hb-caption-layer.presentation-align-left {
text-align:left;
align-items:flex-start
}
.hb-caption-layer.presentation-align-center {
align-items:center;
text-align:center
}
.hb-caption-layer.presentation-align-right {
text-align:right;
align-items:flex-end
}
:root {
--colorPrimary:#00aeef;
--colorWhite:#ffffff;
--selectionColor:var(--colorWhite);
--selectionBgColor:var(--colorPrimary);
--he-font--stack:Helvetica,Arial,sans-serif;
--he-font:"SourceSansVF",Helvetica,Arial,sans-serif;
--he-font--heading:"Manrope", sans-serif;
--he-font--mono:Menlo,Monaco,Consolas,Courier New,monospace;
--he-font-size:14px
}
#main-wrapper .fw-section .fw-content-wrap:after,#main-wrapper .fw-section .fw-content-wrap:before,#main-wrapper .vc_row[data-vc-full-width] .fw-content-wrap:after,#main-wrapper .vc_row[data-vc-full-width] .fw-content-wrap:before,.container-wide:after,.container-wide:before,.container:after,.container:before,.fw-section>.fw-content-wrap:after,.fw-section>.fw-content-wrap:before,.vc_row[data-vc-full-width]>.fw-content-wrap:after,.vc_row[data-vc-full-width]>.fw-content-wrap:before {
content:"";
display:table;
clear:both
}
#header-bar,#header-inner-bg {
box-sizing:border-box
}
body {
font-family:var(--he-font),var(--he-font--stack);
--he-font-size--smaller:calc(var(--he-font-size) * var(--font-size--smaller-multiplier, 0.9285));
--he-font-size--smallest:calc(var(--he-font-size) * var(--font-size--smallest-multiplier, 0.8571))
}
body ::-moz-selection {
color:var(--selectionColor);
background-color:var(--selectionBgColor)
}
body ::selection {
color:var(--selectionColor);
background-color:var(--selectionBgColor)
}
.hb-focus-color {
color:var(--colorPrimary)
}
#main-wrapper {
width:100%;
overflow:hidden
}
#main-wrapper .fw-section,#main-wrapper .vc_row[data-vc-full-width] { }
#main-wrapper .fw-section .fw-content-wrap,#main-wrapper .vc_row[data-vc-full-width] .fw-content-wrap {
margin:0 auto;
box-sizing:border-box
}
#main-wrapper .fw-section {
left:50%
}
#main-wrapper.hb-boxed-layout {
max-width:1240px
}
#main-wrapper.hb-boxed-layout.width-940 {
max-width:1040px!important
}
#main-wrapper.hb-boxed-layout .fw-section,#main-wrapper.hb-boxed-layout .vc_row[data-vc-full-width] {
max-width:unset;
margin-left:-50px!important;
width:auto!important;
margin-right:-50px!important;
left:0!important
}
@media handheld,only screen and (max-width:767px) {
#main-wrapper.hb-boxed-layout .fw-section,#main-wrapper.hb-boxed-layout .vc_row[data-vc-full-width] {
margin-left:-30px!important;
margin-right:-30px!important
}
}
#main-wrapper.width-940 .container,#main-wrapper.width-940 .fw-section>.fw-content-wrap,#main-wrapper.width-940 .vc_row[data-vc-full-width]>.fw-content-wrap {
max-width:1040px!important
}
#main-wrapper.fw-100 .container,#main-wrapper.fw-100 .fw-section>.fw-content-wrap,#main-wrapper.fw-100 .vc_row[data-vc-full-width]>.fw-content-wrap {
max-width:100%!important
}
#main-wrapper.fw-100.hb-boxed-layout {
max-width:95%
}
#main-wrapper .hb-main-content.col-9 .fw-section,#main-wrapper .hb-main-content.col-9 .vc_row[data-vc-full-width] {
max-width:100%;
margin:0!important;
padding:0!important;
left:unset!important;
right:unset!important
}
.container,.container-wide,.fw-section>.fw-content-wrap,.vc_row[data-vc-full-width]>.fw-content-wrap {
position:relative;
display:block;
max-width:1240px;
width:100%;
padding-left:50px;
padding-right:50px;
margin-left:auto;
margin-right:auto
}
@media handheld,only screen and (max-width:767px) {
.container,.container-wide,.fw-section>.fw-content-wrap,.vc_row[data-vc-full-width]>.fw-content-wrap {
padding-left:30px;
padding-right:30px
}
}
.container-wide {
max-width:100%
}
#logo {
display:flex;
align-items:center;
justify-content:center
}
#logo img {
display:flex;
max-height:100%;
width:auto
}
#logo picture.default,#logo picture.retina {
height:100%
}
#logo .retina {
display:none
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi) {
#logo .hb-visible-logo .default {
display:none
}
}
@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
#logo .hb-visible-logo .default {
display:none
}
#logo .hb-visible-logo .retina {
display:block
}
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi) {
#logo .hb-visible-logo .retina {
display:block
}
}
.hb-logo-wrap {
display:none;
max-height:100%;
z-index:1
}
.hb-logo-wrap.hb-visible-logo {
display:flex;
flex-grow:0
}
.hb-site-tagline {
font-size:18px;
line-height:1.3em;
display:flex;
align-items:center;
justify-content:flex-end;
flex-grow:1;
flex-shrink:0;
margin-left:auto
}
.highend-prettyphoto div.pp_default .pp_close,.highend-prettyphoto div.pp_default a.pp_contract,.highend-prettyphoto div.pp_default a.pp_expand,.highend-prettyphoto div.pp_default a.pp_next,.highend-prettyphoto div.pp_default a.pp_previous {
text-indent:-9999px
}
.highend-prettyphoto div.pp_default .pp_close:before,.highend-prettyphoto div.pp_default a.pp_contract:before,.highend-prettyphoto div.pp_default a.pp_expand:before,.highend-prettyphoto div.pp_default a.pp_next:before,.highend-prettyphoto div.pp_default a.pp_previous:before {
position:absolute;
top:0;
left:0;
width:100%;
height:auto;
text-indent:0;
text-align:center
}
.highend-prettyphoto div.pp_default .pp_close:before,.highend-prettyphoto div.pp_default a.pp_contract:before,.highend-prettyphoto div.pp_default a.pp_expand:before {
font-family:Icomoon
}
.highend-prettyphoto div.pp_default a.pp_next,.highend-prettyphoto div.pp_default a.pp_previous {
color:#fff;
font-size:18px
}
.highend-prettyphoto div.pp_default a.pp_next:before,.highend-prettyphoto div.pp_default a.pp_previous:before {
font-family:FontAwesome;
top:50%;
margin-top:-9px
}
.highend-prettyphoto div.pp_default .pp_close:before {
content:"\e266"
}
.highend-prettyphoto div.pp_default a.pp_contract,.highend-prettyphoto div.pp_default a.pp_expand {
font-size:14px
}
.highend-prettyphoto div.pp_default a.pp_expand:before {
content:"\e0c2"
}
.highend-prettyphoto div.pp_default a.pp_contract:before {
content:"\e0c3"
}
.highend-prettyphoto div.pp_default a.pp_next:before {
content:"\f105"
}
.highend-prettyphoto div.pp_default a.pp_previous:before {
content:"\f104"
}
body:not(.mobile) .hb-animate-element {
opacity:0
}
body:not(.mobile) .hb-animate-element.hb-in-viewport {
opacity:1;
backface-visibility:visible
}
body:not(.mobile) .hb-animate-element.hb-in-viewport.hb-highlight {
animation:1.4s hb_fade_highlight
}
body:not(.mobile) .hb-animate-element.hb-in-viewport.hb-fade-in {
animation:.8s forwards hb_fade
}
body:not(.mobile) .hb-animate-element.hb-in-viewport.hb-scale-up {
animation:.5s forwards hb_scale
}
body:not(.mobile) .hb-animate-element.hb-in-viewport.hb-scale-down {
animation:.5s cubic-bezier(.55,0,.175,1) hb_scale_down!important
}
body:not(.mobile) .hb-animate-element.hb-in-viewport.hb-helix {
transform-style:preserve-3d;
animation:.5s forwards hb_helix
}
body:not(.mobile) .hb-animate-element.hb-in-viewport.hb-spin {
animation:.65s forwards hb_spin
}
body:not(.mobile) .hb-animate-element.hb-in-viewport.hb-flip-x {
animation:.65s forwards hb_flip_x
}
body:not(.mobile) .hb-animate-element.hb-in-viewport.hb-flip-y {
animation:.65s forwards hb_flip_y
}
body:not(.mobile) .hb-animate-element.hb-in-viewport.hb-bottom-to-top {
animation:.8s forwards hb_bottom_to_top
}
body:not(.mobile) .hb-animate-element.hb-in-viewport.hb-top-to-bottom {
animation:.8s forwards hb_top_to_bottom
}
body:not(.mobile) .hb-animate-element.hb-in-viewport.hb-left-to-right {
animation:.8s forwards hb_left_to_right
}
body:not(.mobile) .hb-animate-element.hb-in-viewport.hb-right-to-left {
animation:.8s forwards hb_right_to_left
}
body:not(.mobile) .hb-animate-element.hb-in-viewport.hb-bounce-up {
animation-duration:.5s;
animation-name:hb_bounce_up
}
.ts-2 .flex-active-slide {
animation:.8s forwards hb_fade;
opacity:1
}
.flex-active-slide .flex-caption,.flex-active-slide .flex-subtitle {
animation:.8s forwards hb_left_to_right;
opacity:1
}
.animate-modal {
animation:.8s forwards hb_top_to_bottom;
opacity:1
}
@keyframes hb_fade_highlight {
0%,100% {
background-color:#fff
}
50% {
background-color:#ff6
}
}
@keyframes hb_fade {
0% {
opacity:.1
}
100% {
opacity:1
}
}
@keyframes hb_scale {
0% {
transform:scale(.3);
opacity:.1
}
100% {
transform:scale(1);
opacity:1
}
}
@keyframes hb_scale_down {
0% {
transform:scale(1.4);
opacity:0
}
100% {
transform:scale(1);
opacity:1
}
}
@keyframes hb_helix {
0% {
transform:rotateY(-180deg);
opacity:0
}
100% {
transform:rotateY(0);
opacity:1
}
}
@keyframes hb_spin {
from {
transform:rotate(0)
}
to {
transform:rotate(360deg);
opacity:1
}
}
@keyframes hb_flip_x {
0% {
transform:perspective(400px) rotateX(90deg);
opacity:0
}
100% {
transform:perspective(400px) rotateX(0);
opacity:1
}
}
@keyframes hb_flip_y {
0% {
transform:perspective(400px) rotateY(90deg);
opacity:0
}
100% {
transform:perspective(400px) rotateY(0);
opacity:1
}
}
@keyframes hb_bottom_to_top {
0% {
transform:translate(0,60%);
opacity:0
}
100% {
transform:translate(0,0);
opacity:1
}
}
@keyframes hb_top_to_bottom {
0% {
transform:translate(0,-20%);
opacity:0
}
100% {
transform:translate(0,0);
opacity:1
}
}
@keyframes hb_left_to_right {
0% {
transform:translate(-15%,0);
opacity:0
}
100% {
transform:translate(0,0);
opacity:1
}
}
@keyframes hb_right_to_left {
0% {
transform:translate(15%,0);
opacity:0
}
100% {
transform:translate(0,0);
opacity:1
}
}
@keyframes hb_bounce_up {
0% {
opacity:0;
transform:translateY(100px)
}
60% {
opacity:1;
transform:translateY(-20px)
}
80% {
transform:translateY(10px)
}
100% {
transform:translateY(0);
opacity:1
}
}
.team-member-img {
margin-bottom:15px;
position:relative;
display:block;
-webkit-backface-visibility:hidden
}
.team-member-img img {
width:100%!important;
height:auto;
border-radius:2px;
opacity:1;
transition:opacity .22s cubic-bezier(.33,1,.68,1)
}
.team-member-img ul.social-icons {
position:absolute;
left:0;
top:50%;
margin-top:-18px;
width:100%;
text-align:center;
opacity:0;
-webkit-backface-visibility:hidden;
transform:perspective(400px) rotateX(90deg);
transition:.42s cubic-bezier(.33,1,.68,1)
}
.team-member-box {
display:block;
width:100%!important;
-webkit-backface-visibility:hidden
}
.team-member-box:hover .team-member-img img {
opacity:.2
}
.team-member-box:hover .team-member-img ul.social-icons {
transform:perspective(400px) rotateX(0);
opacity:1
}
#header-bar {
display:flex;
align-items:stretch;
flex-wrap:wrap;
position:relative;
width:100%;
border-bottom:1px solid #ebebeb;
background-color:#fff;
color:#777;
font-size:var(--he-font-size--smaller)
}
@media print {
#header-bar {
display:none
}
}
#header-bar #top-cart-widget>a,#header-bar #top-custom-link-widget>a,#header-bar #top-email-widget>a,#header-bar #top-info-widget>a,#header-bar #top-login-widget>a,#header-bar #top-map-widget>a {
display:flex;
align-items:center
}
#header-bar #top-cart-widget .hb-icon-cart {
font-size:1.125em
}
#header-bar a {
color:#666;
border-bottom:none;
display:block
}
#header-bar a:hover {
color:var(--colorPrimary)
}
#header-bar p {
margin-bottom:0;
margin-top:0
}
#header-bar i {
margin-right:6px
}
#header-bar .icon-angle-down {
margin:0 0 0 6px;
opacity:.8
}
#header-bar>.container,#header-bar>.container-wide {
align-items:stretch;
justify-content:space-between;
flex-grow:1;
flex-wrap:wrap
}
#header-bar>.container-wide:before,#header-bar>.container:before {
content:none
}
#header-bar>.container-wide>div,#header-bar>.container>div {
flex-grow:1;
flex-shrink:0;
align-items:stretch;
min-height:40px
}
#header-bar>.container .top-widgets-right,#header-bar>.container-wide .top-widgets-right {
justify-content:flex-end
}
#header-bar>.container .top-widgets-left,#header-bar>.container-wide .top-widgets-left {
justify-content:flex-start
}
#header-bar>.container,#header-bar>.container .top-widgets-left,#header-bar>.container .top-widgets-right,#header-bar>.container-wide,#header-bar>.container-wide .top-widgets-left,#header-bar>.container-wide .top-widgets-right {
display:flex;
flex-direction:row
}
.top-widget {
border-right:1px solid #f0f3f5;
margin-right:10px;
padding-right:10px;
margin-bottom:-1px;
position:relative;
display:flex;
align-items:center
}
.top-widget .active {
color:var(--colorPrimary)!important
}
.top-widget:hover>a {
color:var(--colorPrimary)
}
.top-widget:first-child {
border-left:1px solid #f0f3f5;
padding-left:10px
}
.top-widget:last-child {
margin-right:0
}
#header-dropdown {
position:relative;
top:0;
height:0;
opacity:0;
background-image:url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/images/preloader.gif);
background-repeat:no-repeat;
background-position:center center;
background-color:#323436;
overflow:hidden;
z-index:3
}
#header-dropdown #contact-map {
height:380px;
width:100%;
position:relative;
opacity:0;
transition:opacity .5s ease-in-out
}
#header-dropdown #contact-map.visible-map {
opacity:1
}
#header-dropdown .close-map {
position:absolute;
right:58px;
top:10px;
width:40px;
height:40px;
background:#fff;
color:#111;
cursor:pointer;
transition:.2s ease-in-out;
border-radius:2px;
box-shadow:rgba(0,0,0,.3) 0 1px 4px -1px;
display:flex;
align-items:center;
justify-content:center
}
#header-inner {
display:flex
}
#header-inner.nav-type-1,#header-inner.nav-type-1 #logo,#header-inner.nav-type-1 .sticky-header-placeholder {
transition:height .2s linear
}
#header-inner.nav-type-1 #header-inner-bg>.container,#header-inner.nav-type-1 #header-inner-bg>.container-wide,#header-inner.nav-type-2 #header-inner-bg>.container,#header-inner.nav-type-2 #header-inner-bg>.container-wide {
display:flex;
flex-direction:row;
align-items:stretch;
width:100%;
height:100%
}
#header-inner.nav-type-2.centered-nav #header-inner-bg>.container,#header-inner.nav-type-2.centered-nav #header-inner-bg>.container-wide {
align-items:center;
justify-content:center;
height:auto!important
}
#header-inner.nav-type-2.centered-nav #logo img {
margin:0 auto
}
#header-inner.nav-type-2 {
border-bottom:0
}
#header-inner.nav-type-2 .main-navigation-container {
border-top:1px solid #ebebeb
}
#header-inner.nav-type-2 .main-navigation {
display:block;
line-height:42px;
margin-top:0;
position:relative
}
#header-inner.nav-type-2 #logo {
padding:30px 0
}
#header-inner.nav-type-2.align-logo-right .hb-site-tagline {
order:1;
justify-content:flex-start;
margin-left:0;
margin-right:auto
}
#header-inner.nav-type-2.align-logo-right #logo {
order:2;
margin-right:0;
margin-left:20px
}
#header-inner.nav-type-2.align-logo-right #logo img {
margin-left:auto
}
#header-inner.nav-type-1 .main-navigation {
flex-grow:1;
flex-shrink:0
}
#header-inner.nav-type-1 #logo {
margin-right:20px
}
#header-inner.nav-type-1 #logo .hb-logo-wrap {
max-height:55%
}
#header-inner.nav-type-1.align-logo-right #main-nav {
order:1;
justify-content:flex-start
}
#header-inner.nav-type-1.align-logo-right #logo {
order:2;
margin-right:0;
margin-left:20px
}
#header-inner.nav-type-1.align-logo-right #logo img {
margin-left:auto
}
#header-inner.nav-type-1.align-logo-right #show-nav-menu {
float:left
}
.hb-special-header-style.highend-sticky-header #main-wrapper #header-inner.nav-type-1 #header-inner-bg,.hb-special-header-style.highend-sticky-header #main-wrapper #header-inner.nav-type-2 .main-navigation {
background:rgba(0,0,0,.7)!important;
border-bottom-color:rgba(0,0,0,.7)!important
}
.hb-special-header-style #show-nav-menu {
color:#fff;
background-color:transparent
}
.hb-special-header-style #header-inner #header-inner-bg.dark-skin {
border-bottom-color:rgba(0,0,0,.07)!important
}
.hb-special-header-style #header-inner #header-inner-bg.dark-skin #show-nav-menu {
color:#000
}
.hb-special-header-style #hb-header {
position:absolute;
margin-left:auto;
margin-right:auto;
left:0;
right:0;
text-align:center
}
.hb-special-header-style #main-wrapper #main-nav>li>a>span.cart-circle-count {
background:rgba(0,0,0,.5);
color:#fff;
border:none!important
}
.hb-special-header-style #close-fancy-search,.hb-special-header-style #close-fancy-search:hover {
color:#fff
}
.hb-special-header-style #main-wrapper #header-inner {
border-bottom:0
}
.hb-special-header-style #main-wrapper #header-inner #fancy-search input[type=text] {
color:#fff!important
}
.hb-special-header-style #main-wrapper #header-inner #main-nav>li>a {
color:#fff;
font-weight:700
}
.hb-special-header-style #main-wrapper #header-inner #header-inner-bg.dark-skin #main-nav>li>a {
color:#000
}
.hb-special-header-style #main-wrapper #header-inner #fancy-search::-webkit-input-placeholder {
color:rgba(255,255,255,.5)
}
.hb-special-header-style #header-bar,.hb-special-header-style:not(.highend-sticky-header) #header-inner #header-inner-bg {
background:0 0
}
.hb-special-header-style #header-bar,.hb-special-header-style #header-bar .top-widget,.hb-special-header-style #header-bar .top-widget:hover a,.hb-special-header-style #header-bar a,.hb-special-header-style #header-bar a:hover {
color:#fff;
border:none
}
.hb-special-header-style:not(.highend-sticky-header) #header-inner {
border-bottom:none
}
.hb-special-header-style #header-inner #header-inner-bg {
border-bottom-color:rgba(255,255,255,.07)!important
}
.hb-special-header-style #main-content .col-12.hb-main-content {
margin:0;
padding:0
}
.highend-sticky-header #header-inner.nav-type-1 #header-inner-bg,.highend-sticky-header #header-inner.nav-type-2 .main-navigation {
position:fixed;
left:0;
right:0;
top:0;
height:auto;
z-index:999;
max-width:100%
}
.highend-sticky-header .hb-boxed-layout #header-inner.nav-type-1 #header-inner-bg,.highend-sticky-header .hb-boxed-layout #header-inner.nav-type-2 .main-navigation {
left:auto;
right:auto
}
.highend-sticky-header .hb-boxed-layout.width-940 #header-inner.nav-type-1 #header-inner-bg,.highend-sticky-header .hb-boxed-layout.width-940 #header-inner.nav-type-2 .main-navigation {
width:1040px
}
.highend-sticky-header .hb-boxed-layout.width-1140 #header-inner.nav-type-1 #header-inner-bg,.highend-sticky-header .hb-boxed-layout.width-1140 #header-inner.nav-type-2 .main-navigation {
width:1240px
}
.highend-sticky-header .hb-boxed-layout.fw-100 #header-inner.nav-type-1 #header-inner-bg,.highend-sticky-header .hb-boxed-layout.fw-100 #header-inner.nav-type-2 .main-navigation {
width:95%
}
.highend-sticky-header.admin-bar #header-inner.nav-type-1 #header-inner-bg,.highend-sticky-header.admin-bar #header-inner.nav-type-2 .main-navigation {
top:32px
}
@media screen and (max-width:782px) {
.highend-sticky-header.admin-bar #header-inner.nav-type-1 #header-inner-bg,.highend-sticky-header.admin-bar #header-inner.nav-type-2 .main-navigation {
top:46px
}
}
.highend-sticky-header #header-inner.nav-type-2 .main-navigation,.highend-sticky-header #header-inner.nav-type-2 .main-navigation-container {
background:inherit
}
#hb-side-navigation {
position:fixed;
width:265px;
top:0;
left:0;
padding:70px 30px 30px;
height:100%;
z-index:99991;
box-sizing:border-box;
transition:background-color .3s;
outline:0;
overflow-y:auto;
background-color:#fff
}
#hb-side-navigation #logo img {
margin:0 auto;
max-height:100%
}
#hb-side-navigation.hb-text-left #logo img {
margin-right:auto
}
#hb-side-navigation.hb-text-right #logo img {
margin-left:auto
}
#hb-side-navigation.hb-non-transparent .hb-light-logo {
display:none
}
#hb-side-navigation.hb-non-transparent .hb-dark-logo,#hb-side-navigation.hb-transparent .hb-light-logo {
display:flex
}
#hb-side-navigation.hb-transparent .hb-dark-logo {
display:none
}
.hb-side-navigation:not(.transparent-side-navigation).hb-boxed-layout #hb-wrap,.hb-side-navigation:not(.transparent-side-navigation).hb-stretched-layout #copyright-wrapper,.hb-side-navigation:not(.transparent-side-navigation).hb-stretched-layout #footer,.hb-side-navigation:not(.transparent-side-navigation).hb-stretched-layout #main-content,.hb-side-navigation:not(.transparent-side-navigation).hb-stretched-layout #pre-footer-area,.hb-side-navigation:not(.transparent-side-navigation).hb-stretched-layout #slider-section {
padding-left:265px!important
}
.hb-side-navigation:not(.transparent-side-navigation) #main-wrapper .fw-section,.hb-side-navigation:not(.transparent-side-navigation) #main-wrapper .vc_row[data-vc-full-width] {
width:calc(100vw - 265px)!important;
margin-left:calc(-50vw + 132.5px)!important
}
@media handheld,only screen and (max-width:1024px) {
#hb-side-navigation {
display:flex;
align-items:center
}
#hb-side-navigation #logo img {
margin-left:0;
margin-right:auto
}
.hb-side-navigation:not(.transparent-side-navigation).hb-boxed-layout #hb-wrap,.hb-side-navigation:not(.transparent-side-navigation).hb-stretched-layout #copyright-wrapper,.hb-side-navigation:not(.transparent-side-navigation).hb-stretched-layout #footer,.hb-side-navigation:not(.transparent-side-navigation).hb-stretched-layout #main-content,.hb-side-navigation:not(.transparent-side-navigation).hb-stretched-layout #pre-footer-area,.hb-side-navigation:not(.transparent-side-navigation).hb-stretched-layout #slider-section {
padding-left:0!important
}
.hb-side-navigation:not(.transparent-side-navigation) #main-wrapper .fw-section,.hb-side-navigation:not(.transparent-side-navigation) #main-wrapper .vc_row[data-vc-full-width] {
width:100vw!important;
margin-left:-50vw!important
}
.hb-side-navigation .side-logo-wrapper,.hb-side-navigation .side-logo-wrapper #logo {
height:inherit
}
.hb-side-navigation #logo {
padding-left:30px
}
.hb-side-navigation #logo .hb-visible-logo {
max-height:80%!important
}
}
.hb-side-navigation.transparent-side-navigation #hb-side-navigation {
background:0 0
}
.hb-side-navigation.transparent-side-navigation .hb-side-nav ul.sub-menu li a {
color:rgba(255,255,255,.8)
}
.hb-side-navigation.transparent-side-navigation .hb-side-nav li>a:after {
color:rgba(255,255,255,.3)
}
.hb-side-navigation.transparent-side-navigation .hb-side-nav li a {
color:#fff;
border-left-color:transparent
}
.hb-side-navigation.transparent-side-navigation .side-nav-bottom-part {
color:rgba(255,255,255,.7)
}
.hb-side-navigation.transparent-side-navigation .hb-side-nav.empty-menu li,.hb-side-navigation.transparent-side-navigation .side-logo-wrapper #logo a {
color:rgba(255,255,255,.8)
}
.hb-side-navigation #main-wrapper.hb-boxed-layout .fw-section,.hb-side-navigation #main-wrapper.hb-boxed-layout .vc_row[data-vc-full-width] {
left:50%!important
}
#slider-section.highend-featured-section-featured_image {
background-size:cover;
background-position:center center;
background-repeat:no-repeat
}
#slider-section.highend-featured-section-video {
position:relative;
padding-bottom:56.25%;
height:0
}
#slider-section.highend-featured-section-video iframe {
position:absolute;
top:0;
left:0;
width:100%;
height:100%
}
.hb-blog-grid {
display:flex;
flex-direction:row;
flex-wrap:wrap
}
.hb-blog-grid article {
display:flex;
flex-direction:column;
align-items:stretch;
padding-left:15px;
padding-right:15px;
margin-bottom:20px;
box-sizing:border-box;
backface-visibility:hidden
}
.hb-blog-grid article>div {
display:flex;
flex-direction:column;
flex-grow:0
}
.hb-blog-grid .hb-post-excerpt,.hb-blog-grid article .post-content {
flex-grow:1
}
.hb-blog-grid.grid-columns-1 article {
width:100%
}
.hb-blog-grid.grid-columns-2 article {
width:50%
}
.hb-blog-grid.grid-columns-3 article {
width:33%
}
.hb-blog-grid.grid-columns-4 article {
width:25%
}
.post-meta-footer {
display:flex;
flex-direction:row;
align-items:center;
justify-content:space-between;
flex-wrap:wrap
}
.post-meta-footer .read-more {
margin:10px 0
}
.post-meta-footer .inner-meta-footer {
display:flex;
flex-direction:row;
margin-left:auto
}
.post-meta-footer .comments-holder,.post-meta-footer .like-holder,.post-meta-footer .share-holder {
margin-top:0;
padding:0 5px;
flex-shrink:0
}
.comments-holder,.like-holder,.share-holder {
display:block;
text-align:center;
margin-top:13px;
cursor:pointer;
color:#999
}
.comments-holder i,.like-holder i,.share-holder i {
margin-right:3px;
margin-top:-3px;
display:inline-block;
color:#cdcdcd;
font-size:var(--he-font-size--smaller)
}
.comments-holder .hb-dropdown-box ul li a:hover,.comments-holder .hb-dropdown-box ul li a:hover i,.comments-holder:hover,.comments-holder:hover i,.like-holder .hb-dropdown-box ul li a:hover,.like-holder .hb-dropdown-box ul li a:hover i,.like-holder:hover,.like-holder:hover i,.share-holder .hb-dropdown-box ul li a:hover,.share-holder .hb-dropdown-box ul li a:hover i,.share-holder:hover,.share-holder:hover i {
color:var(--colorPrimary)
}
.share-holder i {
margin-right:5px!important
}
.comments-holder i {
margin-top:-1px
}
.video-wrapper {
position:relative;
padding-bottom:56.25%;
height:0;
overflow:hidden
}
.video-wrapper embed,.video-wrapper iframe,.video-wrapper object {
position:absolute;
top:0;
left:0;
width:100%;
height:100%
}
.active_texture,.video-overlay {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
z-index:3;
background-size:4px;
background-repeat:repeat;
background-image:url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23141216' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E")
}
.active_texture.no-overlay,.video-overlay.no-overlay {
background-image:none
}
.hb-owl-slider {
display:none;
width:100%;
-webkit-tap-highlight-color:transparent;
position:relative;
z-index:1
}
.hb-owl-slider .owl-stage {
position:relative;
touch-action:manipulation;
-moz-backface-visibility:hidden
}
.hb-owl-slider .owl-stage:after {
content:".";
display:block;
clear:both;
visibility:hidden;
line-height:0;
height:0
}
.hb-owl-slider .owl-stage-outer {
position:relative;
overflow:hidden;
transform:translate3d(0,0,0)
}
.hb-owl-slider .owl-item,.hb-owl-slider .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)
}
.hb-owl-slider .owl-item {
position:relative;
min-height:1px;
float:left;
backface-visibility:hidden;
-webkit-tap-highlight-color:transparent;
-webkit-touch-callout:none
}
.hb-owl-slider .owl-item img {
display:block;
width:100%
}
.hb-owl-slider .owl-dots.disabled,.hb-owl-slider .owl-nav.disabled {
display:none
}
.hb-owl-slider .owl-dot,.hb-owl-slider .owl-nav .owl-next,.hb-owl-slider .owl-nav .owl-prev {
cursor:pointer;
-webkit-user-select:none;
-moz-user-select:none;
user-select:none
}
.hb-owl-slider .owl-nav button.owl-next,.hb-owl-slider .owl-nav button.owl-prev,.hb-owl-slider button.owl-dot {
background:0 0;
color:inherit;
border:none;
padding:0!important;
font:inherit
}
.hb-owl-slider.owl-loaded {
display:block
}
.hb-owl-slider.owl-loading {
opacity:0;
display:block
}
.hb-owl-slider.owl-hidden {
opacity:0
}
.hb-owl-slider.owl-refresh .owl-item {
visibility:hidden
}
.hb-owl-slider.owl-drag .owl-item {
touch-action:pan-y;
-webkit-user-select:none;
-moz-user-select:none;
user-select:none
}
.hb-owl-slider.owl-grab {
cursor:move;
cursor:grab
}
.hb-owl-slider.owl-rtl {
direction:rtl
}
.hb-owl-slider.owl-rtl .owl-item {
float:right
}
.no-js .owl-carousel {
display:block
}
.owl-carousel .animated {
animation-duration:1s;
animation-fill-mode:both
}
.owl-carousel .owl-animated-in {
z-index:0
}
.owl-carousel .owl-animated-out {
z-index:1
}
.owl-carousel .fadeOut {
animation-name:fadeOut
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.owl-height {
transition:height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
opacity:0;
transition:opacity .4s
}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
max-height:0
}
.owl-carousel .owl-item img.owl-lazy {
transform-style:preserve-3d
}
.hb-flexslider .flex-next,.hb-flexslider .flex-prev,.laptop-mockup .flex-next,.laptop-mockup .flex-prev {
transition:transform .15s cubic-bezier(.45,0,.55,1);
transform:translateX(0)
}
.hb-flexslider:hover .flex-next,.laptop-mockup:hover .flex-next {
transform:translateX(-40px)
}
.hb-flexslider:hover .flex-prev,.laptop-mockup:hover .flex-prev {
transform:translateX(40px)
}
.blog-carousel-wrapper .crsl-nav,.client-carousel-wrapper .crsl-nav,.gallery-carousel-wrapper .crsl-nav,.gallery-carousel-wrapper-2 .crsl-nav,.hb-crsl-wrapper .crsl-nav {
opacity:0
}
.blog-carousel-wrapper:hover .crsl-nav,.client-carousel-wrapper:hover .crsl-nav,.gallery-carousel-wrapper-2:hover .crsl-nav,.gallery-carousel-wrapper:hover .crsl-nav,.hb-crsl-wrapper:hover .crsl-nav {
opacity:1
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
padding:0 0 0 .5ch!important
}
.flatpickr-calendar.animate {
transform:none!important
}
img.hb-portfolio-no-image {
display:none
} .homebanner{
font-weight: 500;
}
p.homep{
width: 100%;
max-width: 570px;
padding-bottom: 30px !important;
}
.btn.register {    
display: inline-flex;
margin: 0px 40px 0px 0px;
}
.vc_tta-tabs-list {
display: flex !important;
justify-content: center;
}
.vc_tta-tabs-list li {
margin: 0 8px !important;
}
li.vc_tta-tab.vc_active a { }
.vc_tta-panel-body{
background: #ffffff;
}
.readmore {
margin-left: 15px;
font-size: 16px;
line-height: 16px;
font-weight: 600;
}
.readmore a{
color: #1ABC9C;
cursor: pointer;
}
.wpb_single_image.wpb_content_element.vc_align_left.wpb_content_element.vc_custom_1748263389236 {
margin-bottom: 10px;
}
.wpb_single_image.wpb_content_element.vc_align_left.wpb_content_element{
margin-bottom: 10px;
}
.wpb_single_image.wpb_content_element.vc_align_left.wpb_content_element{
margin-bottom: 10px;
}
.loginbtn a {
background: transparent !important;
color: rgb(46 82 107 / 70%) !important;
border: 1px solid rgba(46, 82, 107, 0.70) !important;
width: 123px;
}
.register a {
color: rgba(117, 112, 149, 1);
padding: 0px 20px 0 0;
font-size: 17px;
}
.register a i {
color: rgba(53, 59, 99, 1);
}
.vc_custom_1748587775097,
.resources {
--bs-gutter-x: 1.875rem;
--bs-gutter-y: 0;
width: 100% !important;
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-right: auto !important;
margin-left: auto !important;
}
@media (min-width: 768px) {
.vc_custom_1748587775097,
.resources {
max-width: 94% !important;
}
}
@media (min-width: 1200px) {
.vc_custom_1748587775097,
.resources {
max-width: 1140px !important;
}
}
@media (min-width: 1400px) {
.vc_custom_1748587775097,
.resources {
max-width: 1300px !important;
}
}
.vc_grid-item-mini.vc_clearfix {
background: #fff;
border: 1px solid #DADADA;
border-radius: 15px;
margin-bottom: 26px;
overflow: hidden;
}
.new-blog-grid .vc_gitem-animated-block .vc_gitem-zone {
background-size: cover;
}
.new-blog-grid .vc_grid-item-mini > .vc_gitem-zone {
background: #F9F9F9;
border-radius: 15px;
width: 85%;
position: relative;
margin-top: -20%;
padding: 24px;
height: 270px;
}
.vc_gitem-zone-mini, 
.vc_gitem-zone-mini .vc_gitem_row,
.vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col {
height: 100%;
}
.vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col h4,
.vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col p {
text-align: left !important;
} .downlaodbtn {
position: absolute; 
bottom: 0;
}
.vc_gitem-animate-slideBottom .vc_gitem-zone-b {
display: none !important;
}
.new-blog-grid .vc_gitem-animated-block,
.new-blog-grid .vc_gitem-animated-block .vc_gitem-zone {
height: 236px !important;
}
.new-blog-grid .vc_gitem-zone a.vc_general {
padding: 12px 0;
border-radius: 5px !important;
background: transparent !important;
color: #010205;
font-size: 14px;
font-style: normal;
font-weight: 700;
text-decoration: underline;
text-transform: uppercase;
}
.new-blog-grid .vc_gitem-zone a.vc_general:hover {
padding: 12px 18px;
background: #353B63 !important;
color: #FFF;
font-size: 11px;
text-decoration: none;
}
.subsci .wpcf7-form-control-wrap .wpcf7-email {
width: 160px;
height: 35px !important;
color: #2E526B !important;
text-align: center;
}
.subsci.wpcf7-form .wpcf7-submit {
width: auto;
padding: 2px 10px !important;
border-radius: 5px;
background: #353B63 !important;
font-size: 11px;
margin-left: 10px;
}
.resources .vc_row {
background-color: #E4F7F366 !important;
border-radius: 30px !important;
}
.resources .vc_column_container {
padding-left: 15px;
padding-right: 15px;
}
.resources .vc_row .wpb_column .vc_column-inner {
background: #fff;
border: 1px solid #DADADA;
border-radius: 15px;
margin-bottom: 26px;
overflow: hidden;
margin: 15px;
}
.ctablock {
font-size: 36px;  
line-height: 70px;
}
.homebannerleft{
padding-left:100px;
}
.pl-100{
padding-left:100px !important;
}
.plr-30{
padding-left:30px !important;
padding-right:30px !important;
}
.plr-50{
padding-left:50px !important;
padding-right:50px !important;
}
.plr-150{
padding-left:150px !important;
padding-right:150px !important;
}
.plr-100{
padding-left:100px !important;
padding-right:100px !important;
}
.ph2{
font-size: 36px;
line-height: 55px;
text-transform: capitalize;
}
.ph48{
font-size: 48px;
line-height: 60px;
text-transform: capitalize;
}
.ph24{
font-size: 24px;
line-height: 30px;
position: relative;
display: block;
margin-top: -28px;
}
.phr24{
font-size: 24px;
line-height: 30px;
position: relative;
display: block;
margin-top: -40px;
}
.ph20{
font-size: 20px;
line-height: 29px;
}
.pt-50{
padding-top:15% !important;
}
.bnrh{
font-size:40px;
line-height:55px;
}
.p65 {
padding: 65px 60px 60px 65px !important;
}
.list45 li{
list-style-type: circle;
line-height: 45px !important;
font-size: 16px;
padding-bottom: 5px;
color: #575757;
}
.pt-130{
padding-top:130px !important;
}
.pt-70{
padding-top:70px !important;
}
.pt-50{
padding-top:40px !important;
}
.ptb-100{
padding-top:100px !important;
padding-bottom:100px !important;
}
.ptb-70{
padding-top:70px !important;
padding-bottom:70px !important;
}
.ptb-60{
padding-top:50px !important;
padding-bottom:50px !important;
}
.ptb-40{
padding-top:40px !important;
padding-bottom:40px !important;
}
.p55{
padding:55px !important;
}
.ptb-64{
padding:60px 0px 40px 0px !important;
}
.ebookp {
padding: 0px 0px 50px 0px;
}
.downlaodbtn {
padding-bottom: 20px;
}
.downlaodbtn a {
display: flex;
text-align: center;
margin-left: 70%;
width: 100%;
background: #353B63 !important;
border-radius: 10px;
} .ebookcontent {
background: #F9F9F9;
border-radius: 15px;
width: 70%;
position: relative;
margin-top: -20%;
padding: 24px;
height: 200px;
max-height:300px;
}
.imgradius img {
border-radius: 10px 10px 0px 0px;
}
.contentbrdr {
border: 1px solid #EBEBEB;
border-radius: 10px;
}
.service-box {
padding: 30px 20px 20px 20px;
margin: 0px 3px 0px 3px !important;
}
.hb-testimonial-box {
background-color: #fff;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
padding: 10px 0px 35px 0px;
transition: box-shadow 0.3s ease;
height: 245px;
max-height: 300px;
overflow-y: auto;
}
.hb-testimonial {
padding: 20px;
border: 0px solid #ebebeb;
background: #fff;
margin-bottom: 20px;
position: relative;
}
img.testimonial-author-img {
border: 1px solid #000 !important;
margin: 0px 18px;
}
.iconfeturebox img.icon-box-img {
width: 70px;
height: 70px;
padding: 15px 0px;
}
.iconfeturebox .feature-box.left-icon-box.alternative .feature-box-content {
margin-left: 100px !important;
padding-top: 7%;
}
.iconfeturebox h4 {
font-size: 32px !important;
line-height: 40px !important;
color: #2E526B !important;
font-weight: 700 !important;
}
.iconfeturebox p {
font-size: 20px;
padding: 0px 0px;
line-height: 15px;
font-weight: 400;
} @media screen and (max-width: 768px) {
#request-menu {
display: none !important;
}
.ph2{
font-size: 25px;
line-height: 40px;
text-transform: capitalize;
}
.bnrh{
font-size:30px;
line-height:40px;
}
.contbtn {
display: inline-block;
}
.p65 {
padding: 0px !important;
}
.homebannerleft{
padding-left:10px;
}
.pl-100{
padding-left:10px !important;
}
.hb-testimonial-box {   
height: 327px;
max-height: 339px;
}
.whatsnew{
padding:10px !important;
}
.whatsnewheading{
padding:0px !important
}
.contbtn {
flex-direction: column;
align-items: center;
}
a.contactus {
padding: 0px 0px 0px 0px;    
}
.ctablock {
font-size: 25px;
color: #ffffff;
line-height: 40px;
}
.plr-150{
padding:0px !important;
}
.plr-50{
padding:0px !important;
}
.plr-30{
padding-left:0px !important;
padding-right:0px !important;
}
.plr-100 {
padding-left: 10px !important;
padding-right: 10px !important;
}
.ph48 {
font-size: 25px;
line-height: 40px;
text-transform: capitalize;
}
.ptb-70 {
padding-top: 40px !important;
padding-bottom: 30px !important;
}
.pt-70 {
padding-top: 30px !important;
}
.ptb-100 {
padding-top: 40px !important;
padding-bottom: 30px !important;
}
.pt-130 {
padding-top: 40px !important;
}
.ptb-60 {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.p55 {
padding: 5px !important;
}
.ebookcontent {
background: #F9F9F9;
border-radius: 15px;
width: 80%;
position: relative;
margin-top: -20%;
padding: 24px;
height: auto;
max-height:300px;
}
.iconfeturebox p {
font-size: 20px;
padding: 0px 0px;
line-height: 30px;
font-weight: 400;
}
.bannertitle {    
margin-top: 30px !important;
padding: 0px 0px 0px 0px !important;
}
.subheading{
font-size: 30px !important;
}
.subheading span{
font-size: 30px !important;
}
.getdemobanner {   
padding: 12px 35px !important;
}
.startfree {
padding: 12px 16px !important;
}
.ptb-64{
padding:15px 6px !important;
}
.header_counter{
display: none !important;
}
.countergtr{
display: none !important;
}
.counters-heading {   
font-size: 16px !important;
}
.mrt{
margin-top: -30px !important;
}
.mt-10{
margin-top: 20px !important;
}
.mt-5{
margin-top: -10px !important;
}
.counters-heading h2 {    
font-size: 25px !important;  
line-height: 30px !important;  
} 
.counterrowsstate {
display: grid !important;
grid-template-columns: repeat(4, 1fr);
gap: 0px;
text-align: center;
flex-direction: column;
}
.vc_custom_1756383915341 {
height: 180px !important;
margin-top: -9px !important;
}
.ourhng{
font-size: 30px !important;
line-height: 40px;
}
.ourhng span{
font-size: 30px;
line-height: 40px;
}
.oursubheading{
font-size: 25px !important;
line-height: 40px !important;
}
.matterhdg{
font-size: 30px !important;
line-height: 50px !important;
}
.matterbox {
padding: 15px !important;
}
.procontent{
width: 100% !important;
margin: -5% auto !important;
}
.tabcontent {
padding: 0px 10px !important;
}
.tableft ul li {    
padding: 10px 10px 6px 10px !important;
}
.tablist ul li{
padding: 10px 10px 6px 10px !important;
}
.tabheading{
font-size: 25px !important;
line-height: 40px !important;
text-transform: capitalize;
}
.knowmore {    
font-size: 13px !important;    
width: 225px !important;
height: 33px !important;
padding: 4px 8px !important;    
}
.getdemo { 
width: 198px !important;
height: 33px !important;
padding: 7px 12px !important;    
font-size: 13px !important;
}
.check-list li{
padding: 0px !important;
}
.pb-60{
padding: 0px 0px 0px 0px !important;
}
.pmstitle {    
font-size: 30px !important;    
line-height: 40px !important	;    
}
.pmstitle span {
font-size: 30px !important;    
line-height: 50px !important;  
}
.intshrtcnt {
font-size: 18px !important;
font-style: normal;
font-weight: 600;
line-height: var(--font-size-36, 30px) !important;
width: 100% !important;
margin: 0px auto;
}
.intcontainer {
padding: 0px 0px 0px 0px !important;
}
.bestsubheading{
font-size: 24px !important;
line-height: 40px !important; 
}
.pmscounter {
padding: 0px 30px 0px 30px !important;
}
.axisroomshng {
font-size: 30px !important;    
line-height: 43px !important;
}
.axissubheading{
font-size: 30px !important;
line-height: 40px !important;
}
.axissubheadingrgt {
font-size: 30px !important;
line-height: 40px !important;
padding-left: 5% !important; 
}
.axisroomsba {
padding: 40px 0px !important;
}
.beforeaxisrooms li {
position: relative;
padding: 10px 10px 10px 61px;
margin-bottom: 5px !important;
border-radius: 6px;
list-style-type: none !important;
color: #2164AB !important;
font-size: 15px !important;
font-weight: 600 !important;
font-style: normal !important;
}
.getfreedemo{
display: none !important;
}
.vc_custom_17562891{
display: none !important	;
}
.indhdg{
font-size: 20px !important;    
line-height: 38px !important;
width: 100% !important; 
margin: 0px auto; 
font-weight: 500 !important;
}
.ctaheading {
padding: 40px 0px 0px 10px !important;
font-size: 25px !important;
line-height: 40px !important;
}
.ctademo {
float: left !important;
margin-right: 0% !important;
margin-top: -6% !important;
margin-left: 22% !important;
}
.vc_custom_1756213233058{
margin-left: 0px !important;
}
.vc_custom_1756291964094 {
padding-top: 4px !important;
}
.afteraxisrooms {
list-style: none !important; padding-left: 0% !important;
margin: 0;
}
.vc_custom_1756384883402 {
display: grid !important;
grid-template-columns: repeat(4, 1fr);
gap: 0px;
text-align: center;
flex-direction: column;
}
p.homep {
margin-top: -5% !important;
}
.tablist .wpb_wrapper li {
list-style: none !important;
}
.tablist .wpb_wrapper li::before {
list-style: none !important;    content: "✔";
left: -33px;
top: 33% !important;
}
} @media (max-width: 480px) {
.tablist .wpb_wrapper li::before {
list-style: none !important;    content: "✔";
left: -33px;
top: 33% !important;
}
.bannertitle {    
margin-top: 30px !important;
padding: 0px 0px 0px 0px !important;
}
.subheading{
font-size: 30px !important;
}
.subheading span{
font-size: 30px !important;
}
.pmstitle {    
font-size: 30px !important;    
line-height: 40px !important	;    
}
.pmstitle span {
font-size: 30px !important;    
line-height: 50px !important;  
}
.intshrtcnt {
font-size: 18px !important;
font-style: normal;
font-weight: 600;
line-height: var(--font-size-36, 30px) !important;
width: 100% !important;
margin: 0px auto;
}
.intcontainer {
padding: 0px 0px 0px 0px !important;
}
.bestsubheading{
font-size: 24px !important;
line-height: 40px !important; 
}
.pmscounter {
padding: 0px 30px 0px 30px !important;
}
.axisroomshng {
font-size: 30px !important;    
line-height: 43px !important;
}
.axissubheading{
font-size: 30px !important;
line-height: 40px !important;
}
.axisroomsba {
padding: 40px 0px !important;
}
.beforeaxisrooms li {
position: relative;
padding: 10px 10px 10px 61px;
margin-bottom: 5px !important;
border-radius: 6px;
list-style-type: none !important;
color: #2164AB !important;
font-size: 15px !important;
font-weight: 600 !important;
font-style: normal !important;
}
.getfreedemo{
display: none !important;
}
.vc_custom_17562891{
display: none !important	;
}
.indhdg{
font-size: 20px !important;    
line-height: 38px !important;
width: 100% !important; 
margin: 0px auto; 
font-weight: 500 !important;
}
.ctaheading {
padding: 40px 0px 0px 10px !important;
font-size: 25px !important;
line-height: 40px !important;
}
.ctademo {
float: left !important;
margin-right: 0% !important;
margin-top: -6% !important;
margin-left: 22% !important;
}
.vc_custom_1756213233058{
margin-left: 0px !important;
}
.vc_custom_1756291964094 {
padding-top: 4px !important;
}
.counterrowsstate {
display: grid !important;
grid-template-columns: repeat(4, 1fr);
gap: 0px;
text-align: center;
flex-direction: column;
}
} .indhdg{
color: #64607D;
text-align: center;
font-family: Montserrat;
font-size: 26px;
font-style: normal;
font-weight: 600;
line-height: 40px;
width: 80%;
margin: 0px auto;
}
.axisroomshng{
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 78px; 
}
.axissubheading{
font-size: 40px;
line-height: 53px;
text-transform: capitalize;
}
.axissubheadingrgt {
font-size: 40px;
line-height: 53px;
text-transform: capitalize;
padding-left: 17%;
}
.bestsubheading{
font-size: 26px;
font-style: normal;
font-weight: 600;
line-height: 28px; 
}
.tabheading{
font-size: 40px;
line-height: 53px;
text-transform: capitalize;
}
.plr-60{
padding-left: 60px;
padding-right: 60px;
}
.oursubheading{
font-size: 32px ;
line-height: 40px;
}
.matterhdg{
font-size: 48px ;
line-height: 70px;
}
.header_counter{
position: absolute; 
width: 289px;
height: 510px;
top: -116%;
left: 0px;		
background-image: url(https://www.axisrooms.com/wp-content/uploads/2025/08/Ornament.png);
background-repeat: no-repeat;
border-radius: 364px;
background-position: center; background-size: contain; 
}
.countergtr{
position: absolute; 
width: 273px;
height: 340px;
flex-shrink: 0;
background-image: url(https://www.axisrooms.com/wp-content/uploads/2025/08/Ornamentright.png);
background-repeat: no-repeat;
background-position: center; background-size: contain; 
border-radius: 288px;			
top: -15%;
right: -59px;
}
.vc_custom_1756383915341 {      
background-position: center center;
background-size: cover;
height: 300px;
margin-top: -53px;
z-index: 1;
display: block;
position: relative;
border-radius: 20px;
}
.counters-heading h2 {
color: #FFF;
font-family: Inter;
font-size: 64px;
font-style: normal;
font-weight: 800;
line-height: 76px;
letter-spacing: -1.28px;
}
.counters-heading {
text-align: center;
color: #FFF;    
font-family: Inter;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 120%;
letter-spacing: 0.72px;
}
a.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-shape-rounded.vc_btn3-style-custom
{
display: flex;
width: 180px;
height: 60px;
padding: 8px 11px 8px 8px;
justify-content: center;
align-items: center;
gap: 8px;
border-radius: 32px;
font-size: 18px;
line-height: 24px;
font-weight: 700;
font-style: normal;
}
.ourhng{
color: #014E80;
text-align: center; font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 55px; text-transform: capitalize;
}
.thmcolor{
color: #26B898; font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 55px;
text-transform: capitalize;
}
.txtwhite{
color: #FFFFFF;
}
.procontent{
color: #FFF;
text-align: center; font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 39px; width: 61%;
margin: 0px auto;
}
.tablist ul { border: none !important; }
.tablist ul li {
padding: 10px 0px !important;
margin: 0px !important;
border-radius: 30px;
}
.tablist ul li a{
padding: 14px 57px !important;
color: var(--Shades-White, #FFF);
font-family: Montserrat;
font-size: 17px;
font-style: normal;
font-weight: 700;
line-height: 24px; }
.vc_tta.vc_general .vc_tta-tab>a{
border: none !important;
} .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active>a
{
background: var(--Primary-500, linear-gradient(280deg, #00796D 0%, #38C682 100%)) !important;
color: #FFF !important;
border-radius: 32px !important;
}
.vc_tta.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panels{
border-radius: 32px !important;
}
.br30{
border-radius: 30px !important;
}
.readmorebtn{
display: flex;
gap:30px;
padding: 0px 27px; }
.knowmore
{
font-size: 12px;
color: #014E80;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 160%;
text-transform: uppercase;
border-radius: 72px;
border: 1px solid #014E80;
display: flex;
width: 115px;
height: 38px;
padding: 7px 18px;
justify-content: center;
align-items: center;
gap: 10px;
}
.getdemo{
display: flex;
width: 113px;
height: 39px;
padding: 7px 18px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 72px;
background: var(--cta, #FFCA25);
font-size: 14px;
font-weight: 600;
color: #014E80;
text-transform: uppercase;
}
.getdemobanner{
display: flex;
padding: 12px 35px;
justify-content: center;
align-items: center;
border-radius: 32px;
background: #FFCA25;
color: var(--Text-and-Main-White, #F4F3F8);
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 30px;
color: #014E80;
}
.startfree{
display: flex;
padding: 12px 35px;
justify-content: center;
align-items: center;
border-radius: 32px;
background: #014E80;
color: var(--Text-and-Main-White, #F4F3F8);
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 30px;
}
.boxh{
color: var(--Black, #000);
font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 600 !important;
line-height: 140%; padding: 0px 15px !important;
min-height: 70px;
}
.boxcnt{
color: var(--Black, #000);
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
padding: 0px 27px;
min-height: 185px;
}
.boxcnt ul{
list-style: disc !important	;
}
.boxcnt ul li {
list-style-type: disc !important;
line-height: 24px !important;
font-size: 16px;
padding-bottom: 5px;
color: #000 !important;
}
.matterbox{
padding: 0px 90px 0px 90px;
}  .tableft ul li {
list-style-type: circle !important;
line-height: 30px;
font-size: 18px !important;
padding-bottom: 5px;
color: #2164AB !important;
padding: 21px 30px 21px 25px !important;
}
.check-list {
list-style: none; padding: 0;
margin: 0;
}
.check-list li {
position: relative;
padding: 10px 10px 10px 35px; margin-bottom: 8px; 
border-radius: 6px;
}
.check-list li::before {
content: "✔"; position: absolute;
left: 10px;
top: 50%;
transform: translateY(-50%);
color: #28a745; font-weight: bold;
}
.tablist .wpb_wrapper li::before {
list-style: none !important;
content: "✔";
position: absolute;
left: -33px;
top: 50%;
transform: translateY(-50%);
color: #FFF;    
background: #54BD95;
border-radius: 30px;
height: 32px;
width: 32px;
text-align: center;
font-weight: 400;
font-size: 15px;
}
.intcnt{
padding: 10px 200px;
}
.intcontainer{
padding: 0px 150px 0px 150px;
}
.proimg {
display: flex;
gap: 30px;
color:#ccc;
}
.proimg span{
color: var(--hotelrunner-com-mine-shaft, var(--color-grey-20, #333)); font-family: var(--font-family-Font-1, Poppins);
font-size: var(--font-size-14, 14px);
font-style: normal;
font-weight: var(--font-weight-500, 500);
line-height: var(--line-height-20, 20px); }
.pmscounter {
padding: 0px 300px 0px 400px;
justify-content: center;
margin: 0px auto;
text-align: center;
}
.pmstitle{
color: #26B898; font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 65px;
text-transform: capitalize;
text-align: center;
}
.pmstitle span{
color: #014E80;
text-align: center; font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 55px; text-transform: capitalize;
}
.intshrtcnt{
color: var(--hotelrunner-com-mine-shaft, var(--color-grey-20, #333));
text-align: center; font-size: 26px;
font-style: normal;
font-weight: 600;
line-height: var(--font-size-36, 36px); width: 80%;
margin: 0px auto;
}
.beforeaxisrooms {
list-style: none !important; padding: 0;
margin: 0;
}
.beforeaxisrooms li {
position: relative;
padding: 10px 10px 10px 61px;
margin-bottom: 20px;
border-radius: 6px;
list-style-type: none !important;
color: #2164AB !important;
font-size: 18px !important;
font-weight: 600 !important;
font-style: normal !important;
}
.beforeaxisrooms li::before {
list-style: none !important;
content: "✖";
position: absolute;
left: 10px;
top: 50%;
transform: translateY(-50%);
color: #fff;
background: #e60000;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
border-radius: 50%;
font-size: 13px;
font-weight: 400;
}
.axisroomsba{
padding: 60px 65px;
}
.afteraxisrooms {
list-style: none !important; padding-left: 15%;
margin: 0;
}
.afteraxisrooms li {
position: relative;
padding: 10px 10px 10px 61px;
margin-bottom: 20px;
border-radius: 6px;
list-style-type: none !important;
color: #2164AB !important;
font-size: 18px !important;
font-weight: 600 !important;
font-style: normal !important;
}
.afteraxisrooms li::before {
list-style: none !important;
content: "✔";
position: absolute;
left: 10px;
top: 50%;
transform: translateY(-50%);
color: #fff;
background: #54BD95;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
border-radius: 50%;
font-size: 13px;
font-weight: 400;
}
.getfreedemo{	
display: flex;
width: 144px;
padding: 20px 40px;
justify-content: center;
align-items: center;   
color: #014E80;
border-radius: 72px;
background: var(--cta, #FFCA25);
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 160%;
text-transform: uppercase; 
margin-left: 80%;
}
.ctabtn{
width: 100%;
height: 250px;
min-height:250px;
flex-shrink: 0;
background: var(--Ar-2nd, #014E80);
border-radius: 30px;
margin: 0px auto	;
}
.ctaheading{
padding: 50px 0px 0px 80px;
font-size: 48px;
line-height:53px;
}
.ctademo{
display: flex; padding: 20px 40px;     
color: #FFF;
border-radius: 72px;
background: var(--cta, #FFCA25);
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 160%;
text-transform: uppercase; 
float: right;
margin-right: 10%;
margin-top: 12%;
}
.vc_custom_1756385904998 {    
background-repeat: no-repeat;
background-size: cover; background-position: center center;
width: 1260px; 
min-height: 250px;
height: 150px;
}
ul.vc_tta-tabs-list {
width: 90%;
margin: 0px auto;
display: flex;
position: relative;
justify-content: center;
background: #FFF;
border-radius: 30px;
}
.vc_tta.vc_general .vc_tta-tabs-list {   
margin: 0 auto !important;    
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab>a {    
border-radius: 30px;
color: #014E80 !important	;  
}
.vc_tta.vc_tta-gap-35 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading, .vc_tta.vc_tta-gap-35.vc_tta-tabs-position-top .vc_tta-tabs-container {
margin-bottom: 60px !important;
}
.tabcontent{
padding: 60px;
}
.pb-60{
padding: 0px 0px 60px 0px;
}
.pt-60{
padding: 60px 0px 0px 0px !important;
}
.bannertitle{
font-weight: 500 !important;
margin-top: -13%;
padding: 0px 0px 30px 0px ;
}
.subheading{
color: #014E80;
font-size: 46px;
font-style: normal;
font-weight: 700;
line-height: 55px; }
.subheading span{
color: #FFCA25;
font-size: 46px;
font-style: normal;
font-weight: 700;
line-height: 55px;
}
.highend_vc_custom_1756386505445 {
width: 1362px;
height: 250px;
min-height: 25px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.vc_column-inner.vc_custom_1756366375682 {
padding-left: 20%;
}
li#menu-item-11334 {
display: none;
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab>a:focus, .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab>a:hover {
background-color: #FFF !important;
}
.pricing-box  {
padding: 40px 45px 20px;
}
.pricing-box h3 {
font-weight: 700;
text-transform: uppercase;
padding-top:50px;
}
.pricing-block h3 {
font-weight: 700;
text-transform: uppercase;
}
.pricing-box p {
font-size: 15px;
line-height: 22px;
min-height: 66px;
}
.pricing-box .small-p p {
min-height: 0;
font-size: 13px;
margin-bottom: 0;
color: #595959;
}
.pricing-box h4 {
font-weight: 700;
font-size: 24px;
margin-top: 5px;
margin-bottom: 25px;
}
.pricing-block  {
padding: 40px 45px 20px;
-moz-border-radius: 8px;
border-radius: 8px;
-moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.pricing-box  .hb-button {
margin: auto;
display: block;
max-width: 150px;
background: transparent;
color: #FFF !important;
-moz-box-shadow: none;
box-shadow: none;
border: 1px solid #10c9a3;
padding: 8px 10px;
text-transform: none;
font-size: 14px;
letter-spacing: 0;
line-height: 18px;
text-align:center;
}
@media (max-width: 767px) {
.pricing-block {
margin-bottom: 25px !important;
padding: 0 !important;
}
.pricing-block > .wpb_wrapper {
padding: 30px 15px 20px;
}
}
@media (min-width: 768px) and (max-width: 768px) {
.pricing-block {
padding: 30px 20px 20px;
}
.pricing-block p {
font-size: 14px;
}
.pricing-block.booking-engine-block h3 {
word-spacing: 100px;
}
}
.pricing-bottom-row {
overflow: hidden;
}
.pricing-bottom-row:before {
content: '';
height: 320px;
position: absolute;
left: -60%;
right: -30%;
top: -100px;
-moz-transform: rotate(-12deg);
transform: rotate(-12deg);
}
@media (min-width: 1367px) {
.pricing-bottom-row:before {
height: 400px;
top: -140px;
}
}
@media (min-width: 768px) and (max-width: 768px) {
.pricing-bottom-row-parent .vc_col-sm-6 {
width: 100%;
}
}
.horz_banner {
-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
padding: 30px 20px;
background-image: url(//www.axisrooms.com/wp-content/themes/HighendWP/img/banner_bg.png);
background-position: right bottom;
background-repeat: no-repeat;
-moz-background-size: contain;
background-size: contain;
background-color: #fff;
}
.horz_banner.w-min-height {
min-height: 175px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.horz_banner .vc_custom_heading {
margin-bottom: 5px;
}
.horz_banner h4 {
font-size: 18px;
color: #353b63;
}
.horz_banner p {
font-size: 16px;
line-height: 24px;
}
.horz_banner .vc_grid-item-zone-c-right .vc_grid-item-mini {
display: -moz-box;
display: flex;
-moz-box-align: center;
align-items: center;
}
.horz_banner .vc_grid-item-zone-c-right .vc_grid-item-mini .vc_gitem_row .vc_gitem-col {
padding: 0 0 0 30px;
}
.horz_banner .vc_grid-item-zone-c-right .vc_grid-item-mini .vc_gitem-zone.vc_gitem-zone-c {
background-color: transparent !important;
}
.horz_banner .vc_grid-item-zone-c-right .vc_gitem-animated-block {
width: 15%;
}
.horz_banner .vc_grid-item-zone-c-right .vc_gitem-zone-c {
width: 85%;
}
@media (max-width: 767px) {
.horz_banner .vc_grid-item-zone-c-right .vc_grid-item-mini {
flex-wrap: wrap;
}
.horz_banner .vc_grid-item-zone-c-right .vc_grid-item-mini .vc_gitem_row .vc_gitem-col {
padding: 20px 0 0 0;
}
.horz_banner .vc_grid-item-zone-c-right .vc_gitem-animated-block {
width: 50%;
}
.horz_banner .vc_grid-item-zone-c-right .vc_gitem-zone-c {
width: 100%;
}
}
.horz_banner .vc_grid-item-zone-c-right .vc_gitem-post-data-source-post_excerpt {
display: inline-block;
vertical-align: middle;
margin-bottom: 0;
}
.horz_banner .vc_grid-item-zone-c-right .vc_gitem-post-data-source-post_excerpt p {
margin-bottom: 0;
font-size: 18px;
color: #5d5d5d;
}
@media (max-width: 767px) {
.horz_banner .vc_grid-item-zone-c-right .vc_gitem-post-data-source-post_excerpt p {
font-size: 16px;
}
}
.horz_banner .vc_grid-item-zone-c-right .vc_btn3-container {
vertical-align: middle;
}
.horz_banner .vc_grid-item-zone-c-right .vc_btn3-container .vc_btn3-style-custom {
font-size: 20px;
text-decoration: underline;
padding: 0px 6px;
color: #353b63 !important;
border: none;
}
.horz_banner .vc_grid-item-zone-c-right .vc_btn3-container .vc_btn3-style-custom:hover {
background-color: transparent;
background-image: none;
border: none;
}
@media (max-width: 767px) {
.horz_banner .vc_grid-item-zone-c-right .vc_btn3-container .vc_btn3-style-custom {
font-size: 14px;
padding: 10px 0;
}
}
@media (max-width: 767px) {
.horz_banner {
-moz-background-size: 25%;
background-size: 25%;
}
.horz_banner h4 {
font-size: 18px;
}
}.review-stars ul {
display: inline-block;
list-style: none;
}
.review-stars ul li {
float: left;
margin-right: 5px;
list-style-type: none !important;
}
.review-stars ul li i {
color: #E4B248;
font-size: 12px;
} .review-stars ul li i.inactive {
color: #c6c6c6;
}
.star:after {
content: "\2605";
}
.review-item{
margin-bottom: 40px;
}*,blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,html,input,label,li,ol,p,pre,td,th,ul {
outline:0;
vertical-align:baseline;
background:0 0;
margin:0;
padding:0;
}
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
#main-wrapper, #main-content {
background: transparent!important;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:400
}
li,ol,ul {
list-style:none;
list-style-position:outside!important
}
dl {
margin-bottom:20px
}
dd,dt {
line-height:20px
}
dd {
margin-left:10px
}
.dl-horizontal {
zoom:1
}
.dl-horizontal:after,.dl-horizontal:before {
display:table;
content:'';
line-height:0
}
.dl-horizontal:after {
clear:both
}
.dl-horizontal dt {
float:left;
width:auto;
clear:left;
text-align:right;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap
}
.dl-horizontal dd {
margin-left:90px
}
caption,th {
text-align:left
}
q:after,q:before {
content:''
}
* {
outline:0
}
dt,strong,table thead tr th {
font-weight:700
}
a img {
border:none
}
img {
vertical-align:top;
max-width:100%;
height:auto;
border:0
}
table tbody tr td,table tfoot tr td,table tfoot tr th,table thead tr th,table tr td {
font-size:var(--he-font-size--smallest);
line-height:18px;
text-align:left
}
table tfoot tr td,table thead tr th {
font-size:var(--he-font-size);
font-weight:700;
color:#323436;
padding:8px 10px 9px
}
table tfoot tr td:first-child,table thead tr th:first-child {
border-left:none
}
table tfoot tr td:last-child,table thead tr th:last-child {
border-right:none
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
display:block
}
audio,canvas,video {
display:inline-block
}
audio:not([controls]) {
display:none;
height:0
}
[hidden],template {
display:none
}
script {
display:none!important
}
a {
background:0 0;
text-decoration:none;
color:#111
}
a:active,a:focus,a:hover {
outline:0
}
abbr[title] {
border-bottom:1px dotted
}
hr {
box-sizing:content-box
}
mark {
background:#ff0
}
code,kbd,pre,samp {
font-family:var(--he-font--mono);
font-size:1em
}
pre {
white-space:pre-wrap
}
q {
quotes:\201C\201D\2018\2019
}
small {
font-size:var(--he-font-size--smallest)
}
sub,sup {
line-height:0
}
sup {
top:-.5em;
bottom:3px
}
sub {
bottom:-.25em;
top:3px
}
svg:not(:root) {
overflow:hidden
}
fieldset {
border:1px solid #ebebeb;
margin:0 2px;
padding:10px 20px
}
button,input,select,textarea {
font-family:inherit;
font-size:100%;
margin:0
}
button,input {
line-height:normal
}
button,select {
text-transform:none
}
button,html input[type=button],input[type=reset],input[type=submit] {
-webkit-appearance:button;
cursor:pointer
}
button[disabled],html input[disabled] {
cursor:default
}
input[type=checkbox],input[type=radio] {
box-sizing:border-box;
padding:0
}
input[type=search] {
-webkit-appearance:textfield;
box-sizing:border-box
}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
textarea {
overflow:auto;
vertical-align:top;
max-width:100%;
min-height:100px
}
body,figure {
margin:0
}
input:-webkit-autofill {
-webkit-box-shadow:0 0 0 1000px #fff inset
}
button::-moz-focus-inner,input::-moz-focus-inner,legend {
border:0;
padding:0
}
ol,ul {
list-style-position:inside!important
}
ul {
list-style:circle
}
p {
margin:0 0 20px
}
.bbpress li,.bbpress ul,.chosen-results,.chosen-results li,.comments-list,.comments-list li,.flex-control-nav,.flex-control-nav li,.flex-direction-nav,.flex-direction-nav li,.hb-client-list,.hb-client-list li,.hb-countdown-unit,.hb-countdown-unit li,.hb-flex-slides,.hb-flex-slides li,.hb-gallery-dropdown,.hb-gallery-dropdown li,.hb-process-steps,.hb-process-steps li,.hb-tabs .nav-tabs li,.pagination ul,.pagination ul li,.portfolio-single-meta,.portfolio-single-meta li,.special-list,.special-list li,.testimonial-slider,.testimonial-slider li,ul.children,ul.children li,ul.row,ul.row li,ul.testimonial-slider .flex-control-nav,ul.testimonial-slider .flex-control-nav li {
list-style:none!important
}
dfn,em {
font-style:italic
}
a,button,input {
-ms-touch-action:none!important
}
.bbpress #main-content ol ol,.bbpress #main-content ul ul {
margin-left:0
}
strong em {
font-weight:700
}
body {
font-family: "Manrope", sans-serif !important;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
-webkit-tap-highlight-color:transparent;
background:#292929;
color:#222;
font-size:var(--he-font-size,14px);
line-height:1.6;
height:100%;
background: url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/images/banner-bg.webp) no-repeat left top !important;
}
#hb-wrap {
position:relative;
min-height:calc(100vh - 32px);
transition:opacity .5s linear
}
body:not(.admin-bar) #hb-wrap {
min-height:100vh
}
@media screen and (max-width:782px) {
body.admin-bar #hb-wrap {
min-height:calc(100vh - 46px)
}
}
@media screen and (max-width:600px) {
body.admin-bar #hb-wrap {
min-height:100vh
}
}
#hb-wrap,#main-wrapper {
display:flex;
flex-direction:column
}
#main-content,#main-wrapper {
flex-grow:1
}
#hb-header,#pre-footer-area,#slider-section {
flex-shrink:0
}
#hb-page-title.light-text h1,#hb-page-title.light-text h2,.light-text,.light-text a,.light-text h1 {
color:#fff!important
}
.lighter-text,.lighter-text .hb-testimonial-quote p,.lighter-text .testimonial-quote-meta span {
color:rgba(255,255,255,.7)
}
.search .lighter-text {
color:#777
}
.dark-text {
color:#111!important
}
.letter-spacing-1 {
letter-spacing:1px
}
.letter-spacing-2 {
letter-spacing:2px
}
.special-amp {
font-family:Baskerville,'Libre Baskerville','Palatino Linotype',Palatino,'Times New Roman',serif;
font-style:italic;
font-size:1.3em;
line-height:.5em;
font-weight:400
}
.content-box a {
border-bottom:1px dotted rgba(0,0,0,.07)
}
.content-box a:hover {
border-bottom-style:solid
}
.user-entry a {
color:var(--colorPrimary)
}
.user-entry a:hover {
color:#000
}
iframe {
border:0
}
table {
border-spacing:0;
border-collapse:collapse;
border-spacing:0;
font-size:var(--he-font-size);
line-height:2;
border:1px solid #ebebeb;
width:100%;
max-width:100%;
margin-bottom:30px
}
table th {
color:#323436;
font-weight:400
}
table td,table th {
border-left:1px solid #ebebeb
}
table tr>th {
padding:10px 20px
}
table td {
padding:10px 20px;
border-top:1px solid #ebebeb
}
table.striped tr:nth-of-type(even) {
background-color:#f9f9f9
}
table.focus-header th {
border:none
}
.widget_calendar caption {
background:#323436;
text-align:center;
text-transform:uppercase;
font-size:var(--he-font-size--smallest);
color:#f4f4f4;
font-weight:600;
padding:4px 0
}
.woocommerce-page td.product-quantity .quantity {
width:auto!important
}
table tbody tr td,table tfoot tr td,table tfoot tr th,table thead tr th,table tr td {
font-size:var(--he-font-size)!important
}
.widget_calendar table td,.widget_calendar table tr>th {
padding:10px 0;
text-align:center
}
.widget_calendar tbody a {
color:var(--colorPrimary)
}
#footer img,#main-content img {
max-width:100%;
border:0
}
img.size-full {
max-width:100%;
height:auto
}
.hb-aligncenter {
text-align:center;
display:block;
margin:0;
padding:0
}
#main-wrapper .hb-inline-center {
display:inline-block!important;
text-align:center
}
.hb-aligncenter .social-icons li {
float:none!important
}
.aligncenter,div.aligncenter {
display:block;
margin:5px auto
}
#main-content img {
max-width:100%;
height:auto
}
.entry-content img.alignright,a img.alignright,img.alignright {
float:right;
margin-left:15px;
margin-bottom:15px
}
.entry-content img.alignleft,a img.alignleft,img.alignleft {
float:left;
margin-right:15px;
margin-bottom:15px
}
a img.aligncenter {
float:none;
display:block;
margin-left:auto;
margin-right:auto
}
img.aligncenter,img.alignleft,img.alignnone,img.alignright {
max-width:100%
}
.tp-caption i {
display:inline-block;
margin-right:7px;
position:relative;
top:-1px;
font-size:.9em;
opacity:.8
}
.tparrows::before {
margin-top:0
}
.wp-caption {
text-align:center;
margin:20px auto;
max-width:100%
}
.wp-caption.alignnone {
margin:5px 20px 20px 0
}
.wp-caption.alignnone a {
display:inline-block
}
.wp-caption.alignleft {
margin:5px 20px 20px 0;
float:left;
text-align:center
}
.wp-caption.alignright {
margin:5px 0 20px 20px;
float:right;
text-align:center
}
.wp-caption img {
border:0;
height:auto;
margin:0;
max-width:100%;
width:100%!important;
padding:0
}
#main-content .related-item .featured-image img {
width:100%!important
}
.align-left {
text-align:left
}
.align-right {
text-align:right
}
.no-margin {
margin:0
}
.img-link {
display:block
}
.gallery-caption,.wp-caption-text {
padding:10px 0;
background:#fff;
border:1px solid #ebebeb;
border-top:0;
position:relative;
z-index:999
}
dt.gallery-icon {
background:#323436
}
dl.gallery-item:hover img {
opacity:.3
}
#main-wrapper dl.gallery-item img {
width:100%!important;
border:none!important
}
.uppercase {
text-transform:uppercase
}
.hb-inline-block {
display:inline-block
}
.hb-custom-button {
margin-left:50px;
position:relative;
top:-10px
}
.hb-text-center {
text-align:center
}
.hb-text-left {
text-align:left
}
.hb-text-right {
text-align:right
}
.hb-max-80 {
max-width:80%;
margin:0 auto
}
.hb-max-60 {
max-width:60%;
margin:0 auto
}
.hb-uppercase {
text-transform:uppercase
}
.hb-center-vertically {
display:flex;
align-items:center
}
.screen-reader-text {
clip:rect(1px,1px,1px,1px);
position:absolute!important;
height:1px;
width:1px;
overflow:hidden
}
.screen-reader-text:focus {
background-color:#f1f1f1;
border-radius:3px;
box-shadow:0 0 2px 2px rgba(0,0,0,.6);
clip:auto!important;
color:#21759b;
display:block;
font-size:.875rem;
font-weight:700;
height:auto;
left:5px;
line-height:normal;
padding:15px 23px 14px;
text-decoration:none;
top:5px;
width:auto;
z-index:100000
}
.z-index-large {
z-index:999
}
#fancy-search .ui-autocomplete li,#fancy-search .ui-autocomplete li span,#footer.dark-style .hb-custom-select select,#footer.dark-style .hb-custom-select:before,#sticky-shop-button span,.comments-holder i,.feature-box i.ic-holder-1,.hb-accordion-tab,.hb-accordion-tab i,.hb-client-list li,.hb-gallery-sort li,.hb-icon-container,.hb-icon-menu.hb-stream ul li a img,.hb-modern-icon-search::before,.hb-post-title,.hb-pricing-item,.like-button,.like-count,.like-count-num,.like-holder i,.portfolio-simple-wrap .hb-gallery-item-name:before,.portfolio-single-meta ul li,.pricing-table-content,.share-holder .hb-dropdown-box ul li a i,.share-holder i,.testimonial-slider,.tweet-time,a {
transition:.1s linear
}
.feature-box .hb-small-break,.featured-image img,.gallery-item img,.hb-gal-standard-img-wrapper img,.hb-gallery-dropdown,.hb-post-carousel .hb-owl-item .hb-post-info,.hb-post-carousel .hb-owl-item::before,.hb-side-nav li>a:after {
transition:.2s linear
}
#main-nav li a span,#request-menu li a span,.hb-dropdown-box.language-selector ul li,.logout-dropdown ul li {
transition:border .1s linear
}
#main-wrapper #main-nav>li>ul li a,#main-wrapper #request-menu>li>ul li a,#main-wrapper .megamenu>ul li a,.hb-owl-slider .owl-next,.hb-owl-slider .owl-prev,.team-member-description,.team-member-name,.ts-1,.ts-2 {
transition:.1s linear!important
}
.tooltip {
transition:opacity .1s linear!important
}
.ts-2 {
max-width:760px;
margin-left:auto;
margin-right:auto
}
.hb-dropdown-box,.hb-post-carousel .hb-owl-item .hb-owl-read-more span {
transition:.15s ease-in-out
}
.hb-special-read-more span {
transition:margin .15s ease-in-out,opacity .15s ease-in-out
}
#main-wrapper.hb-stretched-layout {
width:100%;
margin-bottom:0;
margin-top:0;
background:#f9f9f9
}
#main-wrapper.hb-boxed-layout #main-content {
overflow:hidden
}
#main-wrapper.hb-boxed-layout {
background:#f9f9f9;
margin:0 auto
}
#main-wrapper.hb-boxed-layout.hb_boxed_layout_regular {
margin-top:40px;
margin-bottom:40px
}
#main-wrapper.hb-boxed-layout.with-shadow {
box-shadow:0 0 20px rgba(16,16,16,.13)
}
#main-wrapper.hb-boxed-layout.no-shadow {
box-shadow:none!important
}
h1,h2,h3,h4,h5,h6 {
color:#323436;
line-height:1.5;
font-family:var(--he-font--heading) !important;
font-weight:400;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
margin:0 0 15px
}
h1.light,h2.light,h3.light,h4.light,h5.light,h6.light {
font-weight:300
}
h1.semi-bold,h2.semi-bold,h3.semi-bold,h4.semi-bold,h5.semi-bold,h6.semi-bold {
font-weight:500
}
h1.bold,h2.bold,h3.bold,h4.bold,h5.bold,h6.bold {
font-weight:700
}
h1.modern,h2.modern,h3.modern,h4.modern,h5.modern,h6.modern {
font-family:var(--he-font);
font-weight:400;
letter-spacing:2px;
text-transform:uppercase;
display:block;
position:relative;
padding-bottom:11px;
margin-bottom:31px
}
.modern.alignleft .bottom-line {
left:0;
margin-left:0
}
.modern.alignright .bottom-line {
right:0;
left:auto;
margin-left:0
}
h1.modern,h2.modern.large {
font-size:50px;
line-height:60px
}
h2.modern {
font-size:40px;
line-height:50px
}
h3.modern {
font-size:36px;
line-height:46px
}
h4.modern {
font-size:32px;
line-height:42px
}
h6.modern {
text-transform:none;
line-height:24px;
letter-spacing:0
}
h5.modern {
font-size:28px;
line-height:38px;
font-weight:600
}
h6.modern {
text-transform:none;
font-size:16px;
letter-spacing:0;
font-family:400
}
.modern .bottom-line {
display:block;
width:30px;
border-top:3px solid #323436;
position:absolute;
bottom:0;
left:50%;
margin-left:-15px
}
.extra-large h1,body:not(.error404) h1.extra-large {
font-size:40px;
font-family:var(--he-font);
font-weight:400;
line-height:45px
}
.extra-large h1 .hb-focus-color {
font-weight:700
}
.error404 h1.extra-large {
font-size:60px!important
}
.lh-30 {
line-height:30px
}
.semi-large p.hb-text-large,p.hb-text-large.semi-large {
font-size:32px;
line-height:36px
}
.extra-large.semi-large h1 {
font-size:28px;
line-height:36px
}
.shortcode-title.special h6,h3#reply-title,h6.special {
font-family:var(--he-font);
font-weight:700;
letter-spacing:1.8px;
font-size:var(--he-font-size);
line-height:2;
letter-spacing:1px;
text-transform:uppercase;
color:#323436;
margin-bottom:15px
}
.additional-desc {
color:rgba(0,0,0,.5)!important
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
font-weight:inherit;
color:#000
}
h1 {
font-size:30px
}
h2,h3.hb-heading {
font-size:24px
}
h3 {
font-size:20px
}
h4 {
font-size:18px
}
h5,h6 {
font-size:16px
}
ol,ol li,ul,ul li {
padding:0;
margin:0
}
#main-content ol li,#main-content ul ol li {
list-style-type:decimal
}
#main-content ol ol li {
list-style-type:lower-alpha
}
#main-content ol ol,#main-content ul ul {
margin-left:18px
}
#main-content ul li {
list-style-type:square
}
#main-content ol ul,#main-content ul ul li {
list-style-type:circle
}
#copyright-wrapper,#fancy-search,#fancy-search .ui-autocomplete,#hb-blog-posts,#main-content .hb-woo-wrapper ul.sort-count li ul,#main-nav li a,#main-nav ul.sub-menu,#main-nav ul.sub-menu li,#maintenance-footer,#maintenance-logo,.container,.container-wide,.content-box,.elastic-item,.extra-wide-container,.form-col,.fw-gallery-wrap,.hb-accordion,.hb-accordion-bar,.hb-bag-buttons a,.hb-blog-classic article,.hb-box-cont-body,.hb-box-cont-header,.hb-box-frame,.hb-button,.hb-circle-frame,.hb-client-list,.hb-client-list li,.hb-flexslider,.hb-fw-element,.hb-image-banner-content,.hb-image-banner:before,.hb-item-product-details,.hb-pricing-item,.hb-pricing-table-wrapper,.hb-process-steps,.hb-process-steps ul li,.hb-progress-bar,.hb-separator,.hb-stream ul li,.hb-testimonial,.hb-toggle,.header-inner-bg,.item-figure,.portfolio-related-item,.row,.small-contaner,.tab-content,.timeRef,.woo-cat-details,.woocommerce-page #content input.button,input,textarea,ul.testimonial-slider,ul.testimonial-slider li {
box-sizing:border-box
}
.row.element-row {
margin-bottom:10px
}
.row.fw-content-wrap {
position:relative;
z-index:999
}
.element-row.fw-content-wrap {
padding-left:15px;
padding-right:15px
}
#main-wrapper.hb-boxed-layout .row.fw-content-wrap,#main-wrapper.hb-boxed-layout .row.video-content {
margin-left:35px!important;
margin-right:35px!important
}
#main-wrapper .fw-columns .row.fw-content-wrap,#main-wrapper .fw-columns .row.video-content {
margin-left:0!important;
margin-right:0!important;
padding:0!important
}
#main-wrapper .position-static {
position:static!important
}
.row,.row-special {
width:auto;
max-width:none;
min-width:0;
margin:0 -15px
}
.row.left-sidebar,.row.right-sidebar {
margin-left:0;
margin-right:0
}
.row.extra-wide-container {
margin:0!important;
overflow:hidden;
padding:0 10px
}
.row.extra-wide-container #hb-blog-posts {
display:block
}
.extra-wide-inner {
margin:0 15px 40px
}
.row .col-1,.row .col-10,.row .col-11,.row .col-12,.row .col-2,.row .col-3,.row .col-4,.row .col-5,.row .col-6,.row .col-7,.row .col-8,.row .col-9 {
float:left;
min-height:1px;
padding:0 15px;
position:relative;
margin-bottom:20px;
box-sizing:border-box;
margin-left:0
}
#main-wrapper .wpb_column .wpb_wrapper :not(.wpb_button):not(.wpb_content_element):not(.hb-button):last-child,#main-wrapper .wpb_column .wpb_wrapper>.vc-element:last-child>.wpb_content_element,#main-wrapper .wpb_column .wpb_wrapper>.vc-element:last-child>.wpb_row {
margin-bottom:0
}
#main-wrapper .vc_row-fluid.wpb_row {
margin-bottom:20px;
background-repeat:no-repeat;
background-size:cover;
background-position:center center
}
.vc_btn-content {
height:auto!important
}
.vc_row.element-row.row {
position:relative
}
.col-12,.vc_col-sm-12 {
float:none!important
}
#main-content .fullwidth .col-1,#main-content .fullwidth .col-10,#main-content .fullwidth .col-11,#main-content .fullwidth .col-12,#main-content .fullwidth .col-2,#main-content .fullwidth .col-3,#main-content .fullwidth .col-4,#main-content .fullwidth .col-5,#main-content .fullwidth .col-6,#main-content .fullwidth .col-7,#main-content .fullwidth .col-8,#main-content .fullwidth .col-9 {
margin-left:-1px!important
}
#main-content .row.extra-wide-container .col-1,.row.extra-wide-container .col-10,.row.extra-wide-container .col-11,.row.extra-wide-container .col-12,.row.extra-wide-container .col-2,.row.extra-wide-container .col-3,.row.extra-wide-container .col-4,.row.extra-wide-container .col-5,.row.extra-wide-container .col-6,.row.extra-wide-container .col-7,.row.extra-wide-container .col-8,.row.extra-wide-container .col-9 {
margin-bottom:20px!important;
padding:0 10px
}
.row .col-1 {
width:8.33%
}
.row .col-2 {
width:16.66%
}
.row .col-3 {
width:25%
}
.row .col-4 {
width:33.33%
}
.row .col-5 {
width:41.66%
}
.row .col-6 {
width:50%
}
.row .col-7 {
width:58.33%
}
.row .col-8 {
width:66.66%
}
.row .col-9 {
width:75%
}
.row .col-10 {
width:83.33%
}
.row .col-11 {
width:91.66%
}
.row .col-12 {
width:100%
}
.row-special {
margin:0 -10px
}
.row-special .col-12,.row-special .col-3,.row-special .col-4,.row-special .col-6 {
float:left;
min-height:1px;
padding:0 10px;
position:relative;
margin-bottom:40px;
box-sizing:border-box
}
.extra-wide-inner .col-4,.row-special .col-4 {
width:33.2%
}
.extra-wide-inner .col-3,.row-special .col-3 {
width:24.96%
}
.extra-wide-inner .col-6,.row-special .col-6 {
width:49.96%
}
.extra-wide-inner .col-12,.row-special .col-12 {
width:99.96%
}
#main-content .tab-pane .wpb_content_element,#main-content .wpb_content_element.nbm,.hb-box-cont-body p:last-child,.nbm,.no-b-margin {
margin-bottom:0!important
}
.ntm {
margin-top:0!important
}
.nlm {
margin-left:0!important
}
.nrm {
margin-right:0!important
}
.columns-2 .hb-fw-element {
width:50%
}
.columns-3 .hb-fw-element {
width:33.33%
}
.columns-4 .hb-fw-element {
width:25%
}
.columns-5 .hb-fw-element {
width:20%
}
.columns-6 .hb-fw-element {
width:16.666666667%
}
.hb-fw-elements {
display:block;
margin-left:-1px
}
.hb-fw-element {
float:left;
width:33.33%;
margin:0;
position:relative
}
.hb-fw-element a {
display:block
}
#main-wrapper .hb-fw-element img {
display:block;
width:102%;
position:relative;
height:auto
}
#main-wrapper .fw-image img {
width:100%!important
}
input[type=date],input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea {
border-radius:0;
padding:12px 12px 10px!important;
width:100%;
border:1px solid rgba(0,0,0,.12);
color:#777;
background-color:#fff;
transition:.1s;
outline:0;
position:relative;
z-index:9
}
input[type=date]:focus,input[type=email]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,textarea:focus {
color:#323436;
background-color:#fff;
border-color:var(--colorPrimary);
outline:solid 1px var(--colorPrimary)
}
button::-moz-focus-inner {
border:0
}
input[type=submit] {
background-color:#323436;
border:none;
outline:0;
width:auto
}
.page-template-blog-grid-fullwidth #pre-footer-area:after,label.error {
display:none!important
}
input.error,input.wpcf7-not-valid,textarea.error,textarea.wpcf7-not-valid {
box-shadow:0 0 4px rgba(250,0,0,.1);
border:1px solid red!important
}
.hb-checkbox {
padding:10px 0;
position:relative
}
.hb-remember-checkbox {
width:13px!important;
height:13px!important;
padding:0;
margin:0 7px 0 0;
vertical-align:middle;
position:relative;
top:-1px;
overflow:hidden
}
label {
display:block
}
.hb-checkbox label {
display:inline-block;
float:left
}
#quick-register-button {
position:absolute;
top:10px;
right:0;
line-height:1;
padding:0;
margin:0
}
ins.search-ins {
text-decoration:none
}
.search-entry ins.search-ins {
background:#ffff7a;
text-decoration:none;
color:#121212
}
#main-wrapper div.wpcf7-response-output {
margin:0
}
#hb_contact_subject_id {
display:none;
visibility:hidden
}
select {
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
background-repeat:no-repeat;
background-position:100% 50%;
background-size:28px;
cursor:pointer;
background-image:url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/images/select-icon.png)
}
select:active,select:focus {
outline:0
}
select::-ms-expand {
display:none
}
.hb-custom-select {
background-color:#fff;
border:1px solid #ebebeb;
box-sizing:border-box;
margin:0;
padding:0;
width:100%;
z-index:1;
box-sizing:border-box;
display:block;
overflow:hidden!important;
position:relative
}
select.orderby {
background-color:#fff;
border:1px solid #e1e1e1;
color:#323436
}
#footer.dark-style .hb-custom-select select {
max-width:200%!important
}
.hb-custom-select:before,.hb-woo-wrapper ul.sort-count .current-li:before {
color:#323436;
display:block;
font-family:FontAwesome;
font-size:1em;
height:100%;
line-height:38px;
padding-right:10px;
position:absolute;
top:0;
right:0;
text-align:center;
width:1em;
z-index:-1;
content:'\f0d7';
padding-left:10px;
border-left:1px solid #ebebeb
}
.hb-woo-wrapper ul.sort-count .current-li:before {
z-index:1
}
#footer.dark-style .hb-custom-select,#footer.dark-style select {
background-color:rgba(255,255,255,.05);
border-color:rgba(255,255,255,.1)
}
#footer.dark-style .hb-custom-select:before {
border-color:rgba(255,255,255,.1)
}
#footer.dark-style .hb-custom-select select,#footer.dark-style .hb-custom-select:before,#footer.dark-style select {
color:#999
}
#footer.dark-style .hb-custom-select select:hover,#footer.dark-style .hb-custom-select:hover:before,#footer.dark-style select:hover {
color:#fff
}
#footer.dark-style select:not(#calc_shipping_country):not(#calc_shipping_state) {
color:#aaa
}
#footer.dark-style .tagcloud a:hover {
color:#fff!important
}
.nav-type-2 #fancy-search-form input[type=text]::-moz-placeholder {
line-height:40px!important
}
.post-password-form {
max-width:50%;
margin:0 auto;
background:#fff;
padding:25px 30px;
border:1px solid rgba(0,0,0,.05)
}
.post-password-form label {
text-indent:0;
padding-left:0
}
.post-password-form input[type=password] {
margin:10px 0 20px
}
.hb-fancy-form {
box-sizing:border-box;
text-align:center
}
.hb-fancy-form .wpcf7-form-control-wrap input {
width:50%;
display:inline-block
}
.hb-fancy-form .wpcf7-form-control-wrap input,.hb-fancy-form .wpcf7-form-control-wrap textarea {
padding:16px!important
}
.hb-fancy-form .wpcf7-form-control-wrap input[type=email],.hb-fancy-form .wpcf7-form-control-wrap input[type=password],.hb-fancy-form .wpcf7-form-control-wrap input[type=text],.hb-fancy-form .wpcf7-form-control-wrap textarea {
border:1px solid #aaa;
box-shadow:0 0 0 1px #aaa;
background-color:transparent!important
}
.hb-fancy-form .wpcf7-form-control-wrap input[type=email]:focus,.hb-fancy-form .wpcf7-form-control-wrap input[type=password]:focus,.hb-fancy-form .wpcf7-form-control-wrap input[type=text]:focus,.hb-fancy-form .wpcf7-form-control-wrap textarea:focus {
z-index:991;
background:rgba(0,0,0,.02)!important
}
.hb-fancy-form input[type=submit] {
width:100%;
background-color:transparent!important;
border:1px solid #aaa;
box-shadow:0 0 0 1px #aaa;
padding:16px!important;
color:#121212!important;
border-radius:0!important
}
.light-menu-dropdown #main-nav ul.sub-menu, .light-menu-dropdown #request-menu ul.sub-menu {
border-top:1px solid #ebebeb
}
#main-wrapper .hb-fancy-form input[type=submit]:active,#main-wrapper .hb-fancy-form input[type=submit]:hover {
z-index:991;
top:0!important;
border:1px solid #aaa!important;
box-shadow:0 0 0 1px #aaa!important
}
.hb-fancy-form input.error,.hb-fancy-form input.wpcf7-not-valid,.hb-fancy-form textarea.error,.hb-fancy-form textarea.wpcf7-not-valid {
box-shadow:0 0 0 1px red!important;
z-index:9992
}
.hb-fancy-form span.wpcf7-not-valid-tip {
display:none!important
}
.hb-fancy-form ::-webkit-input-placeholder {
font-weight:700;
text-transform:uppercase;
letter-spacing:2px;
font-size:11px
}
.hb-fancy-form :-moz-placeholder {
font-weight:700;
text-transform:uppercase;
letter-spacing:2px;
font-size:11px
}
.hb-fancy-form ::-moz-placeholder {
font-weight:700;
text-transform:uppercase;
letter-spacing:2px;
font-size:11px
}
.hb-fancy-form :-ms-input-placeholder {
font-weight:700;
text-transform:uppercase;
letter-spacing:2px;
font-size:11px
}
.hb-minimal-form {
width:50%;
margin-left:auto;
margin-right:auto;
text-align:center
}
.hb-minimal-form input[type=email],.hb-minimal-form input[type=tel],.hb-minimal-form input[type=text],.hb-minimal-form textarea {
background:0 0!important;
border:none;
border-bottom:1px dashed rgba(0,0,0,.3);
margin-bottom:20px;
text-align:center;
color:#888
}
.hb-minimal-form textarea {
resize:none;
height:100px
}
.hb-minimal-form .wpcf7-form-control.wpcf7-submit {
background:0 0;
margin:0;
border:2px solid #c39a6e;
width:180px;
box-shadow:none;
text-transform:none;
color:#c39a6e!important
}
.hb-minimal-form .wpcf7-form-control.wpcf7-submit:hover {
color:#fff!important;
background-color:#666;
border-color:#666
}
#hb-header {
position:relative;
display:block;
z-index:998
}
.hb-gmap-map {
height:380px;
width:100%;
position:relative
}
.fw-map-wrapper {
position:relative;
min-height:600px;
display:block;
margin-top:-50px;
overflow:hidden
}
.fw-map-wrapper>.container {
height:0
}
.fw-map {
background:#292929;
width:100%;
height:100%;
left:0;
right:0;
position:absolute
}
.fw-map .hb-gmap-map {
width:100%;
height:100%
}
.hb-dropdown-box {
width:200px;
background:#fff;
color:#444;
padding:0;
position:absolute;
z-index:9999;
right:0;
margin-right:-1px;
margin-top:10px;
top:100%;
border:1px solid #ebebeb;
border-radius:0 0 4px 4px;
display:block;
opacity:0;
visibility:hidden;
box-shadow:0 20px 16px -10px rgba(0,0,0,.075)
}
.hb-dropdown-box.dropdown-visible,.hb-dropdown-box.dropdown-visible-click,.hb-gallery-sort li ul.dropdown-visible,.hb-gallery-sort li ul.dropdown-visible-click {
visibility:visible!important;
margin-top:-1px;
opacity:1!important;
display:block;
z-index:99999
}
#main-wrapper .hb-dropdown-box a {
color:#777!important
}
#main-wrapper .hb-dropdown-box a:hover {
color:var(--colorPrimary)!important
}
#main-wrapper a.active-language,#main-wrapper a.active-language:hover {
color:#aaa!important;
background:#fcfcfc!important
}
.hb-dropdown-box::before {
position:absolute;
display:block;
content:'';
width:10px;
height:10px;
background-color:#fff;
border:1px solid #ebebeb;
border-right:0;
border-bottom:0;
top:-6px;
right:35px;
z-index:8;
transform:rotate(45deg)
}
.hb-dropdown-box .big-overlay,.hb-logout-box .big-overlay {
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
overflow:hidden;
z-index:-1
}
.hb-dropdown-box .big-overlay i,.hb-logout-box .big-overlay {
font-size:140px;
line-height:1;
position:absolute;
right:-10px;
bottom:-10px;
color:rgba(0,0,0,.03)
}
.hb-dropdown-box h5 {
padding:0;
margin:15px 0 0;
line-height:1.3;
display:block;
text-align:center;
font-size:16px
}
.hb-dropdown-box .widget_shopping_cart h2.widgettitle,.hb-ul-list br {
display:none!important
}
ul.cart_list.product_list_widget {
list-style:none;
padding:0;
margin:0
}
ul.cart_list.product_list_widget li {
border-bottom:1px solid #f0f0f0;
padding:15px 20px;
position:relative;
z-index:999
}
ul.cart_list.product_list_widget li:hover {
background-color:#f9f9f9
}
ul.cart_list.product_list_widget li:last-child {
border-bottom:none
}
ul.cart_list li a img {
float:left;
display:block;
background:#fff;
border:1px solid #ebebeb;
padding:2px;
margin:0 10px 0 0;
width:55px;
height:auto
}
ul.cart_list li a {
display:block;
font-weight:700;
float:none;
text-decoration:none;
line-height:18px
}
ul.cart_list li .quantity {
overflow:hidden;
display:block;
margin-top:-7px;
color:#777
}
.hb-dropdown-box.login-dropdown {
width:250px
}
#main-wrapper .hb-dropdown-box #hb-submit-login-form {
color:#fff!important
}
.hb-dropdown-box.login-dropdown input {
width:100%
}
.hb-login-form p {
margin-bottom:7px!important
}
.hb-login-form .hb-button,.woocommerce-MyAccount-content input.button {
margin-top:7px;
width:100%
}
.hb-login-form {
padding:15px
}
.hb-dropdown-box.language-selector,.hb-dropdown-box.logout-dropdown {
width:170px
}
.hb-dropdown-box.language-selector ul,.logout-dropdown ul {
padding:0;
margin:0;
list-style:none;
width:100%;
display:block
}
.hb-dropdown-box.language-selector ul li,.logout-dropdown ul li {
border-left:1px solid transparent;
margin-left:-1px
}
.hb-dropdown-box.language-selector ul li a,.logout-dropdown ul li a {
display:block;
padding:0 12px;
line-height:36px;
height:36px;
border-bottom:1px solid #eee!important;
position:relative
}
.hb-dropdown-box.language-selector ul li:last-child a,.logout-dropdown ul li:last-child a {
border-bottom:0!important
}
#main-wrapper .hb-dropdown-box.language-selector ul li a:hover,.logout-dropdown ul li a:hover {
background-color:#f9f9f9;
z-index:999
}
.hb-dropdown-box.language-selector .lang-img {
margin-right:8px;
display:inline-block;
position:relative;
top:13px;
height:12px;
width:18px;
background-repeat:no-repeat
}
.active-lang-img {
display:inline-block;
margin-right:8px
}
body #lang_sel_footer ul li img {
top:7px
}
body #lang_sel_footer {
background:#292929;
border:none;
border-top:1px solid rgba(255,255,255,.05)
}
body #lang_sel_footer a {
color:#aaa
}
#lang_sel_footer a:hover {
color:var(--colorPrimary)
}
.active-lang-img img {
line-height:40px;
display:inline-block;
vertical-align:middle
}
#header-inner {
position:relative;
width:100%
}
.no-header-shadow #header::after {
display:none
}
#main-wrapper #slider-section .fw-image {
width:100%
}
#hb-canvas-effect {
position:absolute;
left:0;
top:0;
z-index:991
}
#slider-section {
display:block;
width:100%;
height:auto;
position:relative;
margin-top:-1px;
background:0 0/cover no-repeat #323436;
z-index:99;
overflow:hidden
}
#slider-section.parallax-slider-wrapper {
margin-top:-40px
}
#header-inner-bg {
left:0;
top:0;
width:100%;
height:100%;
z-index:1;
transition:background .3s ease-in-out
}
.highend-sticky-header #header-inner-bg {
background:#fff;
}
.semi-transparent-menu #header-inner-bg {
background:rgba(255,255,255,.2)
}
#main-wrapper #header-inner.semi-transparent-menu {
border-bottom-color:rgba(0,0,0,.1)!important
}
#header-inner.bottom-nav {
position:absolute;
top:100%
}
.social-list {
border-left:none
}
.social-list ul {
list-style-type:none;
list-style-image:none;
margin:0!important;
padding:0!important
}
.social-list ul li {
float:left
}
.social-list ul li a {
display:block;
height:100%;
padding:0 3px
}
.social-list ul li a:hover {
color:var(--colorPrimary)
}
#logo h1 {
line-height:1;
margin:0!important;
padding:0!important
}
.plain-logo {
line-height:80px
}
.sf-menu ul li {
width:100%
}
.sf-menu li:hover {
visibility:inherit
}
.sf-menu li {
float:left;
position:relative
}
.sf-menu li.sfHover ul,.sf-menu li:hover ul {
left:0;
top:0;
z-index:99
}
ul.sf-menu li.sfHover li ul,ul.sf-menu li:hover li ul {
top:-999em
}
ul.sf-menu li li.sfHover ul,ul.sf-menu li li:hover ul {
left:10.8em;
top:-10px
}
ul.sf-menu li li.sfHover li ul,ul.sf-menu li li:hover li ul {
top:-999em
}
ul.sf-menu li li li.sfHover ul,ul.sf-menu li li li:hover ul {
left:10em;
top:0
}
.sub-menu {
z-index:3;
margin-left:1px
}
.sub-menu-with-bg {
border:none!important
}
.light-menu-dropdown #main-nav ul.sub-menu.sub-menu-with-bg li a:hover,.light-menu-dropdown #main-nav ul.sub-menu.sub-menu-with-bg li.current-menu-ancestor>a,.light-menu-dropdown #main-nav ul.sub-menu.sub-menu-with-bg li.current-menu-item>a,.light-menu-dropdown #main-nav ul.sub-menu.sub-menu-with-bg li.sfHover>a {
background:0 0!important
}
.sf-menu li li a,.sf-menu li li a:visited {
padding-left:1.25em
}
.sf-menu a:active,.sf-menu a:focus,.sf-menu a:hover,.sf-menu li.sfHover,.sf-menu li:hover {
outline:0
}
.sf-sub-indicator {
display:inline-block;
text-align:right
}
.sub-menu .sf-sub-indicator {
position:absolute;
right:10px;
top:23px
}
.sf-menu ul {
position:absolute;
top:-999em;
width:15em
}
.sf-menu a {
display:block;
position:relative
}
.hb-alt-sidebar #main-content .hb-sidebar:after {
content:' ';
position:absolute;
top:0;
left:2px;
width:500%;
z-index:-1;
height:100%
}
.hb-alt-sidebar .hb-main-content,.hb-alt-sidebar .hb-sidebar {
border:none!important
}
.hb-alt-sidebar .bottom-meta-section,.hb-alt-sidebar .hb-separator-extra {
padding-left:0!important;
margin-left:0!important;
padding-right:0!important;
margin-right:0!important
}
#hb-side-section {
background-color:#1b1b1b;
height:100%;
min-height:100%;
padding:30px;
position:fixed;
top:0;
bottom:0;
right:-300px;
width:240px;
overflow-y:auto;
overflow-x:hidden;
z-index:999991;
outline:0;
color:rgba(255,255,255,.6)
}
.hb-close-side-section {
position:absolute;
top:30px;
right:30px;
font-size:16px;
color:rgba(255,255,255,.3);
z-index:999
}
.hb-close-side-section:hover {
color:#fff
}
#hb-side-navigation::-webkit-scrollbar {
width:0!important
}
.transparent-side-navigation #hb-side-navigation {
background-color:transparent;
background:rgba(0,0,0,0)
}
.transparent-side-navigation .hb-side-background {
opacity:0
}
.hb-side-background {
position:fixed;
width:265px;
height:104%;
background-position:right top;
background-repeat:no-repeat;
background-size:cover;
top:-2%;
left:0;
z-index:0;
transition:opacity .3s;
opacity:1
}
#hb-side-navigation .hb-resp-bg {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
display:none;
background-color:#fff
}
.hb-light-style .hb-resp-bg a#show-nav-menu {
color:#fff
}
.hb-dark-style .hb-resp-bg a#show-nav-menu {
color:#323436
}
#show-nav-menu {
margin-right:30px;
font-size:28px;
float:right;
display:none
}
#show-nav-menu i,.nav-type-1 #show-nav-menu,.nav-type-2 #show-nav-menu {
margin-right:0
}
.hb-non-transparent .hb-side-nav.empty-menu li,.hb-non-transparent .side-logo-wrapper #logo a {
color:rgba(0,0,0,.8)
}
.side-nav-wrapper {
margin-top:60px
}
#hb-side-menu.empty-menu li {
padding:0 30px
}
.hb-side-nav {
position:relative;
margin-left:-30px;
width:265px
}
.hb-side-nav li {
position:relative
}
.hb-side-nav li a i {
display:inline-block;
margin-right:10px;
width:auto;
height:auto;
line-height:1;
vertical-align:middle;
margin-top:0;
top:-2px;
position:relative
}
.hb-side-nav li a {
text-transform:uppercase;
letter-spacing:2px;
display:block;
line-height:22px;
padding:8px 30px;
border-left:5px solid transparent
}
#hb-side-navigation.hb-text-right .hb-side-nav li a:after {
float:left
}
#hb-side-navigation.hb-light-style .hb-side-nav li a,#hb-side-navigation.hb-non-transparent.hb-light-style .hb-side-nav li a {
color:#fff
}
.hb-side-nav li.menu-item-has-children>a:after {
content:'\e010'
}
.hb-side-nav li.menu-item-has-children:hover>a:after {
transform:rotate(90deg)
}
.hb-side-nav li:hover>ul.sub-menu {
max-height:700px
}
.hb-side-nav li>ul.sub-menu ul.sub-menu>li>a {
padding-left:65px
}
.hb-side-nav ul.sub-menu {
position:relative;
width:100%;
max-height:0;
overflow:hidden;
transition:.9s cubic-bezier(.55,0,.175,1)!important;
display:block!important;
visibility:visible
}
.hb-side-nav>li:last-child>a {
border-bottom:none
}
.hb-side-nav li>a:after {
font-family:hbicons;
font-weight:400;
font-style:normal;
text-decoration:inherit;
display:inline-block;
width:auto;
height:auto;
line-height:inherit;
vertical-align:middle;
background-image:none;
background-position:0 0;
background-repeat:repeat;
margin-top:0;
position:relative;
top:-1px;
float:right;
font-size:var(--he-font-size)
}
.hb-non-transparent .hb-side-nav li>a:after {
color:rgba(0,0,0,.2)
}
#hb-side-navigation.hb-non-transparent.hb-light-style .hb-side-nav li>a:after {
color:rgba(255,255,255,.2)
}
.side-navigation-with-animation .hb-side-nav>li,.side-navigation-with-animation .side-logo-wrapper #logo,.side-navigation-with-animation .side-nav-bottom-part ul li,.side-navigation-with-animation .side-nav-bottom-text {
position:relative;
left:-30px;
opacity:0
}
#hb-side-menu ul.sub-menu>li>a {
font-size:11px;
padding:5px 30px 5px 50px
}
#hb-side-navigation.hb-text-center #hb-side-menu ul.sub-menu>li>a {
padding:5px 30px
}
#hb-side-menu ul.sub-menu>li:first-child {
padding-top:5px
}
#hb-side-menu ul.sub-menu>li:last-child {
padding-bottom:5px
}
.side-nav-bottom-part {
margin-top:60px
}
.side-nav-bottom-part ul li a {
color:#fff;
border-radius:60px;
width:32px;
height:32px;
display:inline-block;
text-align:center;
line-height:32px;
background:rgba(0,0,0,.05)
}
.side-nav-bottom-part ul li {
display:inline-block;
margin-right:7px
}
.side-nav-bottom-part ul li:last-child {
margin-right:0
}
.side-nav-bottom-text {
font-size:var(--he-font-size--smallest);
margin-top:15px;
letter-spacing:1px;
text-transform:uppercase
}
.side-nav-bottom-part ul li a:hover {
background:#323436;
color:#fff!important
}
#hb-side-navigation.hb-non-transparent .hb-side-nav li a {
color:rgba(0,0,0,.7)
}
#hb-side-navigation.hb-non-transparent .side-nav-bottom-part ul li a,.side-nav-bottom-part {
color:rgba(0,0,0,.5)
}
#hb-side-navigation.hb-non-transparent.hb-light-style .side-nav-bottom-part ul li a {
color:#fff
}
#hb-side-navigation.hb-light-style .side-nav-bottom-part {
color:rgba(255,255,255,.7)
}
#hb-side-navigation.hb-non-transparent .hb-side-nav ul.sub-menu>li>a {
color:rgba(0,0,0,.5)
}
#hb-side-navigation.hb-light-style .hb-side-nav ul.sub-menu>li>a,#hb-side-navigation.hb-non-transparent.hb-light-style .hb-side-nav ul.sub-menu>li>a {
color:rgba(255,255,255,.5)
}
#hb-side-navigation.hb-text-center .hb-side-nav li>a:after {
display:none
}
#hb-side-navigation.hb-text-center .hb-side-nav li>a {
border-left:none
}
.main-navigation {
z-index:9999;
display: flex;
align-items: center;
}
.fancy-s-open .main-navigation {
z-index:99999;
position:relative
}
#main-nav, #request-menu {
z-index:999;
margin:0;
list-style:none
}
#request-menu {
margin-left: auto;
}
#main-nav li a i {
margin-right:.6em;
line-height:0;
margin-bottom:0
}
#main-nav>li>a i {
font-size:1.25em
}
#main-wrapper #main-nav ul i {
font-size:calc(var(--he-font-size) * 1.14)
}
.megamenu li a i {
margin-left:0!important
}
#main-nav li, #request-menu li {
position:relative;
z-index:99999;
float:left;
display:inline-block;
text-align:start
}
#main-nav>li, #request-menu>li {
margin-left:1px!important
}
#main-nav li a, #request-menu li a {
transition:color .1s linear;
display:block;
position:relative;
margin:0;
padding:0 11px;
text-decoration:none;
text-transform:none;
font-family:var(--he-font);
font-weight:400;
line-height:38px!important;
color:#454545;
background-color:transparent
}
ul#request-menu > li > a {
border-radius: 7px;
font-size: 14px;
font-style: normal;
height: 38px;
margin-left: 20px;
box-sizing: border-box;
}
ul#request-menu > li:first-child > a {
border: 1px solid rgba(46, 82, 107, 0.70);
color: rgba(46, 82, 107, 0.70);
}
ul#request-menu > li:last-child > a { color: #FFF;
border-radius: 100px;
background: var(--Primary-500, linear-gradient(280deg, #00796D 0%, #38C682 100%));
}
ul#request-menu > li:last-child a:hover,
ul#request-menu > li:last-child a:active{
background: #353B63 !important;
color: var(--colorPrimary);
}
.megamenu ul i.sf-sub-indicator {
display:none!important;
visibility:hidden
}
.megamenu-widgets-container {
padding:0 20px 30px
}
#main-wrapper #main-nav li.right-align>ul {
left:auto;
right:0!important;
margin-left:0
}
.hb-menu-description {
font-size:10px;
text-transform:uppercase;
letter-spacing:1px;
margin-left:8px;
font-weight:600;
position:relative;
background:#2980b9;
padding:2px 6px;
border-radius:3px;
color:#fff
}
#main-wrapper .menu-item-object-product_cat .hb-menu-description {
display:none
}
.left-panel .hb-main-content>.vc_row[data-vc-full-width] {
padding-left:265px
}
.hb-boxed-layout .hb-main-content .vc_element>.vc_row[data-vc-full-width],.hb-boxed-layout .hb-main-content .vc_row[data-vc-full-width] {
width:auto!important;
left:0!important;
padding-left:50px!important;
padding-right:50px!important;
margin-left:-50px;
margin-right:-50px
}
.hb-boxed-layout .hb-main-content .vc_element>.vc_row[data-vc-stretch-content],.hb-boxed-layout .hb-main-content>.vc_row[data-vc-stretch-content] {
padding-left:0!important;
padding-right:0!important
}
#main-nav>li>a>i.sf-sub-indicator {
visibility:visible;
position:relative;
display:inline-block;
margin-left:7px;
opacity:.7;
font-size:.85em;
top:2px;
margin-right:0!important
}
#main-nav>li>a>i.sf-sub-indicator:before {
content:'\f107'
}
.vc-editor #main-nav>li>a>i.sf-sub-indicator:first-child {
display:none!important
}
li.no-caption>ul>li>a {
height:0!important;
padding:0!important;
text-indent:-99999px!important;
position:absolute!important;
top:-9999999px!important;
display:inline
}
li.menu-caption>ul>li>a {
cursor:text
}
#header-inner.nav-type-2>ul>li#nav-search>a,.nav-type-2 #main-nav>ul>li>a {
padding-bottom:3px!important
}
#hb-one-page-bullets {
position:fixed;
width:20px;
left:15px;
top:50%;
z-index:9999991
}
#hb-one-page-bullets li {
display:block;
position:relative;
line-height:1;
margin:0 0 6px
}
#hb-one-page-bullets li a {
display:block;
line-height:1;
font-size:13px;
color:rgba(252,255,255,.6)
}
#hb-one-page-bullets li a i {
margin:0;
line-height:1
}
#hb-one-page-bullets li a.current-item i:before {
content:'\e332';
color:#fff
}
#hb-one-page-bullets li a:hover i:before {
color:#fff;
content:'\e332'
}
#hb-one-page-bullets .tooltip-inner {
min-width:70px!important
}
.mobile-menu-open #hb-wrap {
opacity:.3
}
#mobile-menu>div>.menu-main-menu-container {
margin-bottom:100px!important
}
#mobile-menu-wrap {
position:fixed;
top:0;
right:-320px;
z-index:999992;
visibility:hidden;
width:320px;
height:100%;
background:#252525;
transition:.5s;
border-left:1px solid #323436
}
#mobile-menu-wrap .sub-menu {
margin-left:0!important;
box-shadow:none
}
.mobile-menu-open #mobile-menu-wrap {
visibility:visible;
right:0
}
.mobile-menu-close,.mobile-menu-shop {
position:fixed;
top:0;
right:-100px;
font-size:20px;
display:block;
color:#fff;
z-index:9999;
cursor:pointer;
padding:0 13px;
line-height:49px;
width:24px;
text-align:center;
border-left:1px solid #444;
transition:.6s
}
.mobile-menu-shop {
width:auto
}
.hb-cart-total-header {
font-size:var(--he-font-size--smaller);
padding-left:7px;
font-weight:700;
line-height:1
}
.mobile-menu-open .mobile-menu-close {
right:0
}
.mobile-menu-open .mobile-menu-shop {
right:50px
}
.mobile-menu-close i,.mobile-menu-shop i {
z-index:9999;
color:#fff;
font-size:16px
}
#mobile-menu-wrap input[type=text],.hb-top-holder {
border:none!important;
background:#131313!important;
color:#fff!important;
font-size:var(--he-font-size);
border-bottom:1px solid #444!important;
padding:15px 150px 15px 20px!important
}
#mobile-menu-wrap .hb-top-holder {
padding:0!important;
height:49px
}
#mobile-menu {
max-height:100%;
position:relative;
overflow-y:scroll;
-webkit-overflow-scrolling:touch;
padding-bottom:60px
}
#mobile-menu::-webkit-scrollbar {
display:none
}
#mobile-menu ul {
margin-bottom:0
}
#mobile-menu ul li a {
display:block;
padding:10px 20px;
color:#fff
}
#mobile-menu .menu ul li a:active,#mobile-menu .menu ul li a:focus,#mobile-menu .menu ul li.current-menu-item a,#mobile-menu ul li:hover>a {
color:#fff!important
}
#mobile-menu ul li a,#mobile-menu ul li:hover a {
background:0 0!important
}
#mobile-menu .menu li a:hover,#mobile-menu .menu ul li a:active,#mobile-menu .menu ul li a:focus,#mobile-menu .menu ul li.current-menu-item>a {
background:#323436!important
}
#mobile-menu ul li {
border-top:1px solid #323436;
border-bottom:0
}
#mobile-menu ul.menu>li:first-child {
border-top:0
}
#mobile-menu ul.sub-menu {
background:0 0;
margin-left:0
}
#mobile-menu ul.sub-menu li a {
padding-left:30px
}
#mobile-menu ul.sub-menu li ul a {
padding-left:50px
}
.menu-main-container {
margin-bottom:100px!important
}
.hb-fixed-attachment {
background-attachment:fixed
}
#mobile-menu.interactive>div>.menu-main-menu-container>li ul {
display:none;
background-color:rgba(0,0,0,.2)
}
#mobile-menu.interactive ul.sub-menu li ul li a {
padding-left:50px
}
#mobile-menu.interactive li.menu-item {
height:auto!important
}
#mobile-menu.interactive>div>.menu-main-menu-container>li,#mobile-menu>div>.menu-main-menu-container>li a {
position:relative
}
#mobile-menu.interactive .open-submenu {
font-size:24px;
display:flex;
align-items:center;
justify-content:center;
position:absolute;
top:0;
height:43px;
right:0;
width:52px;
background-color:rgba(255,255,255,.05);
text-align:center;
cursor:pointer;
z-index:99991;
color:#fff
}
#mobile-menu.interactive .open-submenu i {
margin-right:0
}
#mobile-menu.interactive ul.sub-menu li a {
padding-left:40px
}
#mobile-menu.interactive ul.sub-menu li a:before {
content:'\2014';
padding-right:8px
}
#main-nav ul.sub-menu, #request-menu ul.sub-menu {
height:auto!important;
line-height:22px!important;
position:absolute;
top:100%;
left:-1px;
margin-top:-1px;
display:none;
z-index:99998;
background:#323436;
padding:0!important
}
#main-nav .megamenu ul.sub-menu {
left:-2px
}
#main-nav>li>ul.sub-menu, #request-menu>li>ul.sub-menu {
border-top-left-radius:0;
border-top-right-radius:0
}
.light-menu-dropdown #main-nav ul.sub-menu, .light-menu-dropdown #request-menu ul.sub-menu {
background:#fff;
border-left:1px solid #ebebeb;
border-right:1px solid #ebebeb;
border-bottom:1px solid #ebebeb
}
.light-menu-dropdown #main-nav ul.sub-menu ul.sub-menu, .light-menu-dropdown #request-menu ul.sub-menu ul.sub-menu {
margin-top:0;
border-top:1px solid #ebebeb
}
#header-inner.nav-type-2 #main-nav ul.sub-menu {
left:-2px
}
#main-wrapper #header-inner.nav-type-2.centered-nav #main-nav {
position:relative
}
#header-inner.nav-type-2.centered-nav #main-nav>li.megamenu>ul.sub-menu {
max-width:100%
}
#main-nav ul.sub-menu ul {
left:100%!important;
margin-left:0!important;
top:-1px
}
#main-nav li.megamenu ul.sub-menu ul {
border:none!important
}
#main-nav ul.sub-menu li, #request-menu ul.sub-menu li {
display:block;
float:none;
width:100%
}
#main-nav ul.sub-menu li a,#main-nav ul.sub-menu ul li a, #request-menu ul.sub-menu li a,#request-menu ul.sub-menu ul li a {
display:flex;
align-items:center;
justify-content:center;
padding:6px 14px;
border-bottom:1px solid rgba(255,255,255,.07);
color:#aaa!important;
text-transform:none;
line-height:1.7!important;
margin:0 0 0 -1px
}
#main-nav ul.sub-menu li a span, #request-menu ul.sub-menu li a span {
display:inline;
width:100%;
position:relative
}
#main-nav ul.sub-menu li a i.icon-angle-right {
margin-top:-5px!important
}
#main-nav ul.sub-menu li a:hover,#main-nav ul.sub-menu li.current-menu-ancestor>a,#main-nav ul.sub-menu li.current-menu-item>a,#main-nav ul.sub-menu li.sfHover>a,.hb-gallery-dropdown a:hover {
background-color:rgba(0,0,0,.2);
color:#fff!important
}
.hb-gallery-dropdown {
margin:0!important
}
li.megamenu li a {
max-width:100%;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap
}
.light-menu-dropdown #main-nav>li.megamenu>ul.sub-menu>li>a {
color:#222!important
}
.light-menu-dropdown #main-nav ul.sub-menu li,.light-menu-dropdown #main-nav ul.sub-menu li a, .light-menu-dropdown #request-menu ul.sub-menu li,.light-menu-dropdown #request-menu ul.sub-menu li a {
color:#000!important
}
.light-menu-dropdown #main-nav ul.sub-menu li a, .light-menu-dropdown #request-menu ul.sub-menu li a {
border-bottom:1px solid #eee
}
.light-menu-dropdown #main-nav ul.sub-menu li a:hover,.light-menu-dropdown #main-nav ul.sub-menu li.current-menu-ancestor>a,.light-menu-dropdown #main-nav ul.sub-menu li.current-menu-item>a,.light-menu-dropdown #main-nav ul.sub-menu li.sfHover>a, .light-menu-dropdown #request-menu ul.sub-menu li a:hover,.light-menu-dropdown #request-menu ul.sub-menu li.current-menu-ancestor>a,.light-menu-dropdown #request-menu ul.sub-menu li.current-menu-item>a,.light-menu-dropdown #request-menu ul.sub-menu li.sfHover>a {
background-color:#f8f9fa!important
}
.light-menu-dropdown #main-nav ul.sub-menu>li>a .light-menu-dropdown #request-menu ul.sub-menu>li>a {
border-left:1px solid transparent;
margin-left:-1px
}
#main-wrapper .dark-menu-dropdown #main-nav .widget-item h4,.dark-menu-dropdown #main-nav ul.sub-menu li a:hover,.dark-menu-dropdown #main-nav ul.sub-menu li.current-menu-ancestor>a,.dark-menu-dropdown #main-nav ul.sub-menu li.current-menu-item>a,.dark-menu-dropdown #main-nav ul.sub-menu li.sfHover>a {
color:#fff!important
}
.third-skin.light-menu-dropdown #main-nav ul.sub-menu li a:hover,.third-skin.light-menu-dropdown #main-nav ul.sub-menu li.current-menu-ancestor>a,.third-skin.light-menu-dropdown #main-nav ul.sub-menu li.current-menu-item>a,.third-skin.light-menu-dropdown #main-nav ul.sub-menu li.sfHover>a {
color:#000!important
}
#main-nav ul.sub-menu li.current_page_item>a {
color:#fff!important
}
#main-nav li.megamenu ul.sub-menu li.sfHover>a {
background-color:transparent!important
}
#main-nav ul.sub-menu li:last-child>a {
border-bottom:none!important
}
#main-wrapper #fancy-search ::-moz-placeholder {
height:80px;
line-height:80px
}
#main-nav>li>a, #request-menu>li>a { color:#000;
letter-spacing:0;
z-index:99999;
font-size:14px;
font-weight:600;
}
.default-skin #main-nav>li>a {
padding:0 15px
}
.main-navigation.default-skin #main-nav>li.current-menu-item>a,.main-navigation.default-skin #main-nav>li.sfHover>a,.main-navigation.default-skin #main-nav>li>a:hover {
background-color:#f4f4f4;
color:#000
}
#main-nav>li>a>span, #request-menu>li>a>span {
position:relative;
top:0;
border-bottom:2px solid #eee;
padding-bottom:3px
}
#nav-search a i {
position:relative;
font-size:1.25em!important
}
#side-nav-socials>li>a>span.cart-circle-count {
display:none
}
#main-nav>li>a>span.cart-circle-count {
--font-size--smallest-multiplier:0.75;
width:22px;
height:22px;
display:flex;
align-items:center;
justify-content:center;
border-radius:999px;
position:absolute;
bottom:auto;
top:17px;
letter-spacing:0;
right:-2px;
font-size:var(--he-font-size--smallest);
padding:0!important;
font-weight:600;
color:#fff;
background:#323436;
box-sizing:border-box
}
.highend-sticky-header #main-nav>li>a>span.cart-circle-count {
top:6px
}
#main-wrapper #main-nav>li>a>span.cart-circle-count {
border:2px solid #fff!important
}
#hb-cart-count:hover .cart-circle-count {
opacity:1
}
#hb-cart-count span:after,#hb-cart-count span:before {
display:none
}
.nav-type-2 #main-nav>li>a>span.cart-circle-count {
right:0;
top:0
}
#header-inner.nav-type-2.centered-nav #main-nav li#hb-cart-count {
margin-left:1px!important
}
#hb-cart-count,#hb-panel-opener,#nav-search {
margin:0!important
}
#hb-cart-count a,#hb-panel-opener a,#nav-search a {
padding-left:10px!important;
padding-right:10px!important;
display:block;
text-align:center
}
#hb-cart-count a i,#hb-panel-opener a i,#nav-search a i {
padding:0!important;
margin:0!important
}
#main-wrapper #main-nav>li.megamenu>ul.sub-menu>li>a {
padding-left:20px;
background-color:transparent!important;
border-left:none
}
#hb-side-section .widget-item>h4:after,#main-wrapper #main-nav>li.megamenu .widget-item>h4:after,#main-wrapper #main-nav>li.megamenu>ul.sub-menu>li>a:after {
width:20px;
height:2px;
content:'';
background:#444;
display:block;
margin-bottom:7px;
margin-top:5px
}
.megamenu .widget-item {
padding:10px 0
}
#hb-side-section .widget-item>h4:after,#main-wrapper .dark-menu-dropdown #main-nav>li.megamenu .widget-item>h4:after,#main-wrapper .dark-menu-dropdown #main-nav>li.megamenu>ul.sub-menu>li>a:after {
background:#aaa
}
#main-wrapper #main-nav>li.megamenu {
position:static!important
}
#main-nav>li.megamenu>ul.sub-menu {
width:100%;
max-width:1140px;
padding:15px 0!important;
background:#323436;
display:none;
z-index:99998;
position:absolute!important;
margin-left:50px;
margin-right:50px;
margin-top:0
}
.container-wide #main-nav>li.megamenu>ul.sub-menu {
left:auto;
right:0
}
.light-menu-dropdown li.megamenu ul.sub-menu {
border-top:0
}
.light-menu-dropdown #main-nav>li.megamenu>ul.sub-menu {
background-color:#fff
}
#main-nav>li.megamenu>ul.sub-menu>li {
display:block!important;
float:left!important;
width:25%;
margin-left:0!important;
padding:0!important;
border-right:1px solid rgba(255,255,255,.1)
}
.light-menu-dropdown #main-nav>li.megamenu>ul.sub-menu>li {
border-right-color:#ebebeb;
border-bottom-color:#ebebeb
}
.light-menu-dropdown #main-nav>li.megamenu>ul.sub-menu.sub-menu-with-bg>li {
border-right:none!important
}
#main-nav li.megamenu.columns-2>ul>li {
width:50%
}
#main-nav li.megamenu.columns-3>ul>li {
width:33.33%
}
#main-nav li.megamenu.columns-4>ul>li {
width:25%
}
#main-nav li.megamenu.columns-5>ul>li {
width:20%
}
#main-nav li.megamenu.columns-6>ul>li {
width:16.66%
}
#main-nav li.megamenu.columns-2>ul {
width:40%!important;
left:auto!important;
right:auto!important;
margin-left:-227px
}
#main-nav>li.megamenu>ul.sub-menu li:last-child {
border-right:none!important
}
#main-nav>li.megamenu>ul.sub-menu li a {
border-bottom:none!important
}
#main-nav>li.megamenu>ul.sub-menu>li>a {
color:#fff!important;
font-size:16px;
background:0 0!important;
margin-bottom:0!important
}
#main-nav>li.megamenu>ul.sub-menu>li>a:hover {
background:0 0!important
}
#main-nav>li.megamenu>ul.sub-menu ul {
position:relative!important;
top:0!important;
left:0!important;
display:block!important;
visibility:visible!important;
width:100%;
margin-top:0;
background:0 0!important;
opacity:1!important;
box-shadow:none!important
}
#main-nav>li.megamenu>ul.sub-menu:not(.megamenu) ul li a {
padding:3px 20px
}
.second-skin #main-nav>li>a>span {
border-bottom:1px dotted rgba(255,255,255,.6)!important
}
.third-skin #main-nav>li a span {
border-bottom:none!important
}
.third-skin #main-nav>li.current-menu-ancestor>a,.third-skin #main-nav>li.current-menu-item>a,.third-skin #main-nav>li.sfHover>a,.third-skin #main-nav>li>a:hover {
background-color:rgba(0,0,0,.05)!important;
color:#000!important
}
.minimal-skin #main-nav>li a span, .minimal-skin #request-menu>li a span {
border-bottom:none!important
}
.minimal-skin #main-nav li.current-menu-item>a,.minimal-skin #main-nav li.sfHover>a,.minimal-skin #main-nav>li a:hover,.minimal-skin #main-nav>li.current-menu-ancestor>a,
.minimal-skin #request-menu li.current-menu-item>a,.minimal-skin #request-menu li.sfHover>a,.minimal-skin #request-menu>li a:hover,.minimal-skin #request-menu>li.current-menu-ancestor>a {
background-color:transparent!important;
color:var(--colorPrimary)
}
#main-wrapper #header-inner.nav-type-2 {
border-bottom:0
}
#header-inner.nav-type-2 #main-nav {
width:100%
}
#header-inner.nav-type-2 #main-nav>li,#header-inner.nav-type-2 #main-nav>li>a {
line-height:40px!important
}
#header-inner.nav-type-2 #main-nav>li>a {
padding-right:14px!important;
padding-left:14px!important;
margin-right:-1px;
border-right:1px solid #ebebeb;
margin-left:-1px!important;
padding-bottom:2px!important
}
#header-inner.nav-type-2 #main-nav>li:first-child>a,#header-inner.nav-type-2 li#nav-search>a {
border-left:1px solid #ebebeb
}
#header-inner.nav-type-2 #nav-search>a {
padding:0!important
}
#header-inner.nav-type-2 #main-nav>li>ul.sub-menu {
margin-top:0
}
#header-inner.nav-type-2 #main-nav>li>ul.sub-menu ul {
top:1px
}
#header-inner.nav-type-2 #main-nav>li.megamenu>ul.sub-menu {
left:-1px
}
#header-inner.nav-type-2 #fancy-search input[type=text],#header-inner.nav-type-2 li#nav-search::before {
left:50px;
right:50px
}
#header-inner.nav-type-2 #close-fancy-search {
right:55px
}
#header-inner.nav-type-2 #fancy-search .spinner {
right:110px
}
#main-wrapper #header-inner.nav-type-2 #fancy-search,#main-wrapper #header-inner.nav-type-2 #main-nav,#main-wrapper #header-inner.nav-type-2 .sticky-wrapper {
height:42px
}
#main-wrapper #header-inner.nav-type-2 #main-nav,#main-wrapper #header-inner.nav-type-2 .sticky-wrapper {
display:flex;
align-items:stretch
}
#main-wrapper #header-inner.nav-type-2 #main-nav>.float-right {
margin-left:auto!important
}
#main-wrapper #header-inner.nav-type-2 #main-nav>.float-right~.float-right {
margin-left:1px!important
}
#header-inner.nav-type-2.centered-nav #main-nav {
justify-content:center
}
#header-inner.nav-type-2.centered-nav #main-nav>li ul {
text-align:left
}
#fancy-search {
z-index:99991;
display:none
}
#fancy-search input[type=text] {
border-radius:0;
width:90%;
color:#292929;
border:none;
outline:0;
font-size:24px;
background:0 0;
position:absolute;
left:0;
top:0;
height:100%;
line-height:normal;
padding:0!important;
vertical-align:middle;
box-shadow:none
}
.nav-type-2 #fancy-search input[type=text] {
font-size:20px
}
#close-fancy-search {
position:absolute;
right:0;
top:-1px;
font-size:24px;
color:var(--colorPrimary)
}
#close-fancy-search:hover {
color:#000
}
.esgbox-overlay {
z-index:99999!important
}
.esgbox-wrap {
z-index:999991!important
}
#modern-search-overlay {
width:100%;
height:100%;
position:fixed;
display:none;
top:0;
left:0;
opacity:0;
z-index:99992;
background-color:rgba(0,0,0,.8);
-webkit-backdrop-filter:blur(4px);
backdrop-filter:blur(4px);
transform:scale(1.5)
}
#modern-search-overlay.overlay-visible {
display:flex;
align-items:center;
justify-content:center
}
.hb-modern-search-close {
position:absolute;
right:50px;
top:70px;
font-size:24px;
width:40px;
height:40px;
display:flex;
align-items:center;
justify-content:center;
background:rgba(255,255,255,.1);
border-radius:999px;
color:rgba(255,255,255,.3)
}
.hb-modern-search-close:hover {
color:#fff
}
.hb-close-side-section {
transition:transform .5s;
display:block;
width:16px;
height:16px;
line-height:16px;
vertical-align:middle
}
.hb-close-side-section:hover,.hb-modern-search-close:hover {
transform:rotate(90deg)
}
#hb-modern-form {
max-width:800px;
margin:0 auto;
position:relative
}
#hb-modern-search-input {
border:none;
outline:0;
text-align:center;
font-size:5rem;
font-weight:400;
line-height:1;
color:#fff;
letter-spacing:-.04em;
background:0 0;
background-color:transparent!important;
padding-right:60px!important
}
@media screen and (max-width:767px) {
#hb-modern-search-input {
font-size:3rem
}
}
.hb-modern-icon-search {
display:block;
position:absolute;
right:-30px;
bottom:21px;
font-size:18px;
transition:transform .2s ease-out;
transform-origin:center;
color:rgba(255,255,255,.6)
}
.hb-modern-icon-search input {
position:relative;
left:-25px;
opacity:0
}
.hb-modern-icon-search:hover {
color:#fff
}
.hb-modern-search-content {
color:rgba(255,255,255,.7);
letter-spacing:2px;
text-align:center;
text-transform:uppercase;
display:inline-block;
max-width:1000px;
vertical-align:middle;
font-size:16px
}
.table-middle {
display:flex;
flex-direction:column;
align-items:center;
justify-content:center
}
span[role=status].ui-helper-hidden-accessible {
display:none
}
#fancy-search .ui-autocomplete {
background-color:#292929;
overflow:auto;
text-align:left;
top:100%!important;
position:absolute!important;
list-style:none;
margin:1px 0 0;
padding:0;
left:0!important;
display:block;
width:100%;
border-radius:0 0 4px 4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
-o-border-radius:4px
}
#fancy-search .ui-autocomplete li {
line-height:16px;
padding:10px 20px;
border-bottom:1px solid rgba(255,255,255,.1);
margin:0;
overflow:hidden;
cursor:pointer
}
#fancy-search.ui-autocomplete li a,.leave-your-reply {
cursor:pointer
}
#fancy-search .ui-autocomplete li .search-date {
color:#999;
font-size:var(--he-font-size--smallest)
}
#fancy-search .ui-autocomplete li .search-title {
font-size:16px;
color:#fff;
line-height:18px;
display:block;
margin-bottom:3px;
margin-top:6px
}
#fancy-search .ui-autocomplete li .search-title.all-results {
padding-top:8px;
display:block
}
#fancy-search .ui-autocomplete li:hover {
background-color:rgba(0,0,0,.3)
}
#fancy-search .ui-autocomplete li i,#fancy-search .ui-autocomplete li img {
width:48px;
height:48px;
border-radius:60px;
border:1px solid #323436;
float:left;
margin-right:15px
}
#fancy-search .ui-autocomplete li i {
background-color:rgba(255,255,255,.1);
text-align:center
}
#fancy-search .ui-autocomplete li i:before {
font-size:16px;
color:#9a9a9a;
line-height:48px
}
#fancy-search ::-webkit-input-placeholder {
color:rgba(0,0,0,.5);
line-height:inherit;
vertical-align:middle
}
#fancy-search :-moz-placeholder {
color:rgba(0,0,0,.5);
line-height:inherit;
vertical-align:middle
}
#fancy-search ::-moz-placeholder {
color:rgba(0,0,0,.5);
line-height:inherit;
vertical-align:middle
}
#fancy-search :-ms-input-placeholder {
color:rgba(0,0,0,.5);
line-height:inherit;
vertical-align:middle
}
.refine-search-wrapper #s {
width:50%
}
.post-header .minor-meta {
font-size:var(--he-font-size--smaller);
color:#999;
position:relative;
top:5px
}
.blog .minor-meta,.page-template-blog .post-header .minor-meta,.single .post-header .minor-meta {
top:0
}
.archive .minor-meta,.hb_latest_posts_widget .minor-meta,.home .minor-meta,.page-template-blog-minimal .minor-meta,.search .minor-meta {
margin-bottom:11px;
color:#999;
font-size:var(--he-font-size--smallest)
}
ol.wp-block-latest-comments li {
list-style-type:none!important
}
.wp-block-latest-comments a {
color:var(--colorPrimary)
}
.wp-block-latest-comments a:hover {
text-decoration:underline
}
.hb_latest_posts_widget p.nbm {
margin-left:90px
}
article.search-entry {
position:relative;
margin-top:30px;
margin-bottom:45px
}
article.search-entry:first-child {
margin-top:0
}
.search-result-counter {
position:absolute;
top:-6px;
right:0;
z-index:-1;
font-size:70px;
font-family:var(--he-font--heading);
line-height:1;
color:rgba(0,0,0,.03);
text-shadow:-1px #fff
}
article.search-entry a.search-thumb {
position:absolute;
float:left;
margin-right:20px;
border-radius:60px;
width:60px;
height:60px;
padding:5px;
background:#fff;
display:block;
text-align:center;
color:#777
}
article.search-entry a.search-thumb:hover {
color:var(--colorPrimary)
}
.hb-spl-thumb img,article.search-entry a.search-thumb img {
position:relative;
z-index:0;
border-radius:60px;
width:60px!important;
height:60px!important
}
article.search-entry a.search-thumb i {
font-size:19px;
line-height:19px;
display:block;
position:relative;
top:50%;
margin-top:-10px
}
article.search-entry>.excerpt-wrap,article.search-entry>.post-meta-info,article.search-entry>h4 {
margin-left:90px;
margin-bottom:0
}
article.search-entry .excerpt-wrap>:last-child {
margin-bottom:0
}
#main-nav.empty-menu>li#nav-search {
margin-left:12px!important
}
.widget_product_search form {
position:relative
}
#searchsubmit,#searchsubmit:hover,.widget_product_search button[type=submit],.widget_product_search input[type=submit]:hover {
background-color:#323436
}
.refine-search-wrapper #searchsubmit:active {
top:-2px!important
}
.page-loader {
line-height:34px;
position:absolute;
z-index:9999;
width:100%;
text-align:center;
height:100%
}
.spinner {
border:2px solid transparent;
font-size:30px;
width:.6em;
height:.6em;
border-radius:.5em;
box-sizing:border-box;
animation:.4s linear infinite hb_spin;
border-top-color:#bdbdbd;
border-left-color:#ddd;
display:inline-block;
position:relative;
top:50%;
margin-top:-10px
}
#fancy-search .spinner {
position:absolute;
right:40px;
margin-top:-10px;
display:none
}
#fancy-search.ajax-searching .spinner {
display:block!important
}
#searchsubmit {
margin:0;
font-size:11px
}
.hb-spl-thumb a {
position:relative;
border:6px solid #fff;
border-radius:60px;
width:60px;
height:60px;
display:block
}
.hb-spl-thumb {
margin-right:15px
}
.hb-spl-inner {
width:100%
}
#searchsubmit:before,.widget_block.widget_search button[type=submit]:before,.widget_product_search button[type=submit]:before,.widget_product_search input[type=submit]:before {
position:absolute;
display:flex;
width:100%;
height:100%;
top:0;
left:0;
content:'\e002';
font-family:hbicons;
color:#fff;
align-items:center;
justify-content:center;
font-size:calc(var(--he-font-size) * 1.3);
text-indent:0;
box-shadow:none
}
#searchsubmit,.widget_block.widget_search button[type=submit],.widget_product_search button[type=submit],.widget_product_search input[type=submit] {
position:relative;
width:50px;
border-radius:0 2px 2px 0;
border-color:#323436
}
.widget_block.widget_search button[type=submit] {
background:#323436;
text-indent:-9999px;
margin:0;
border:0
}
.wp-block-search__label {
visibility:hidden
}
.widget_block.widget_search button[type=submit]:hover {
background:var(--colorPrimary)
}
#searchform,.woocommerce-product-search {
display:flex;
justify-content:center
}
.widget_product_search button[type=submit],.widget_product_search input[type=submit] {
height:100%!important
}
#main-content { overflow:hidden;
position:relative;
z-index:997
}
.page-template-blank #main-content,.page-template-presentation-fullwidth #main-content {
padding-top:0
}
.page-template-blank #main-content .col-12 {
margin-bottom:0
}
#to-top {
display:flex;
justify-content:center;
position:fixed;
right:20px;
bottom:52px;
color:#fff;
cursor:pointer;
z-index:10000;
height:40px;
width:40px;
background-color:rgba(0,0,0,.4);
background-repeat:no-repeat;
background-position:center;
transition:background-color .1s linear;
opacity:0
}
#to-top:hover {
background-color:var(--colorPrimary)
}
#contact-panel.hb-pop-class,#to-top.hb-pop-class {
opacity:1;
visibility:visible
}
#to-top i {
line-height:40px!important;
width:40px!important;
height:40px!important;
font-size:16px!important;
top:0!important;
left:0!important;
text-align:center!important;
background-color:transparent!important;
margin-top:1px!important;
margin-right:0!important
}
#to-top.dark {
background-color:#444
}
#contact-button {
display:block;
position:fixed;
text-align:center;
right:20px;
bottom:7px;
color:#fff;
cursor:pointer;
z-index:10000;
height:40px;
width:40px;
background-color:rgba(0,0,0,.4);
background-repeat:no-repeat;
background-position:center;
transition:background-color .1s linear;
-webkit-user-select:none;
-moz-user-select:none;
user-select:none
}
#contact-button.active-c-button,#contact-button:hover {
background-color:var(--colorPrimary)
}
#contact-button i {
line-height:40px!important;
width:40px!important;
height:40px!important;
font-size:16px!important;
top:0!important;
left:0!important;
text-align:center!important;
background-color:transparent!important;
margin-top:1px!important
}
#contact-panel {
position:fixed;
z-index:10001;
right:20px;
bottom:58px;
height:auto;
width:235px;
padding:25px;
background:#fff;
border:1px solid #ebebeb;
opacity:0;
visibility:hidden;
transform:scale(.9);
transform-origin:100% 100%
}
#contact-panel-form {
margin-top:15px
}
#contact-panel p {
margin-bottom:7px
}
#hb-submit-contact-panel-form {
margin:15px 0 0;
display:block
}
.map-info-section {
width:380px;
padding:20px 30px;
background:rgba(255,255,255,.9);
-webkit-backdrop-filter:blur(3px);
backdrop-filter:blur(3px);
position:relative;
z-index:91;
float:right;
margin:50px 0;
border:1px solid #f5f8ff;
border-radius:2px;
overflow:hidden
}
.map-info-section.minimized {
height:30px!important
}
.map-info-section .minimize-section {
position:absolute;
top:0;
right:0;
width:30px;
height:30px;
text-align:center;
line-height:30px;
font-size:var(--he-font-size--smallest);
color:#ccc
}
.map-info-section .minimize-section:hover {
color:var(--colorPrimary)
}
.map-info-section.minimized .minimize-section i:before {
content:'\e0c2'
}
.map-info-section h6.special {
font-size:var(--he-font-size--smallest)
}
.map-info-section .hb-contact-details {
display:flex;
margin:0 -10px
}
.map-info-section .hb-contact-details>div {
flex:1 0 0px;
padding:0 10px
}
.special-contact-form p {
margin-bottom:7px
}
.special-contact-form a.hb-third-dark {
margin-top:10px
}
.darker-border .hb-separator {
border-top-color:#ccc!important;
border-bottom-color:#ccc!important
}
.overflow-hidden .fw-content-wrap {
overflow:hidden!important
}
.light-medium-text {
color:rgba(255,255,255,.7)
}
.light-large-text {
font-size:23px;
line-height:32px;
color:rgba(255,255,255,.8)
}
.large-text {
font-size:var(--he-font-size);
text-transform:uppercase;
letter-spacing:1px
}
.large-text i {
font-size:18px!important
}
#main-wrapper .element-height-90 {
min-height:90px;
display:flex;
align-items:center
}
.fw-section {
margin-left:-50%;
padding-left:50%;
padding-right:50%;
width:100%;
position:relative;
z-index:0;
min-height:1px;
background-repeat:no-repeat;
background-position:center center;
background-size:cover;
right:-1px
}
.fw-section.fw-columns {
margin-left:auto!important;
padding-left:0!important;
padding-right:0!important;
right:0!important
}
#main-wrapper.hb-boxed-layout .fw-section.fw-columns {
margin-left:-50px!important;
padding-left:0!important;
padding-right:0!important;
right:0!important;
left:0!important;
margin-bottom:0!important
}
.waved-border:before {
content:'';
display:block;
width:100%;
height:14px;
position:absolute;
left:0;
background-position:top left;
background-repeat:repeat-x;
z-index:30;
top:-6px
}
.waved-border:after {
content:'';
display:block;
width:100%;
height:14px;
position:absolute;
left:0;
background-position:top left;
background-repeat:repeat-x;
z-index:30;
bottom:-6px
}
.vc_row[data-vc-full-width=true].with-border {
border-top:1px solid rgba(0,0,0,.1);
border-bottom:1px solid rgba(0,0,0,.1)
}
.left-sidebar .col-9.hb-main-content .fw-section {
margin-left:0!important;
padding-left:0;
margin-right:0;
padding-right:0
}
.fw-section.light-style,.fw-section.light-style .flex-control-nav li a,.fw-section.light-style h1,.fw-section.light-style h2,.fw-section.light-style h3,.fw-section.light-style h4,.fw-section.light-style h5,.fw-section.light-style h6,.light-style:not(#footer) {
color:#fff
}
.light-style:not(#footer) h3.hb-subtitle {
color:rgba(255,255,255,.5)
}
.light-style .hb-small-break,.light-style hr {
background:rgba(255,255,255,.5)
}
.fw-section.light-style .hb-testimonial-quote p {
color:rgba(255,255,255,.8)
}
.fw-section.light-style .testimonial-quote-meta {
color:rgba(255,255,255,.6)
}
.section {
position:relative
}
.video-content {
position:relative;
z-index:999
}
.video-wrap {
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
overflow:hidden;
z-index:990
}
.video-wrap video {
position:absolute;
z-index:2;
left:0;
top:0;
min-width:100%;
min-height:100%
}
.video-fw-section {
overflow:hidden
}
.extra-wide-container,.parallax {
background-repeat:no-repeat;
background-position:center center;
background-size:cover
}
.hb-image-bg-wrap,.hb-parallax-wrapper {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-position:center center;
background-size:cover;
z-index:0;
background-repeat:no-repeat
}
.hb-parallax-wrapper {
background-attachment:fixed!important
}
#hb-page-title.hb-image-background.parallax {
background-attachment:scroll;
background-size:cover!important
}
#main-wrapper .background-texture,#main-wrapper .vc_row.background-texture,.parallax.background-texture {
background-repeat:repeat;
background-size:initial;
background-attachment:scroll!important
}
#main-wrapper .background-texture .hb-parallax-wrapper {
background-repeat:repeat;
background-size:initial
}
#hb-page-title {
padding-top:65px;
padding-bottom:30px;
color:#323436;
border-bottom:1px solid #ebebeb;
background-color:#fff;
position:relative;
margin-top:-35px;
overflow:hidden;
width:100%
}
#hb-page-title.extra-large-padding {
padding-top:130px;
padding-bottom:95px
}
#hb-page-title.large-padding {
padding-top:95px;
padding-bottom:60px
}
#hb-page-title.small-padding {
padding-top:50px;
padding-bottom:15px
}
#hb-page-title h1 {
color:#000;
font-size:26px
}
#hb-page-title.extra-large-padding h1 {
font-size:34px;
line-height:42px
}
#hb-page-title.extra-large-padding h2 {
font-size:22px;
line-height:30px
}
#hb-page-title.small-padding h1 {
font-size:22px
}
#hb-page-title.small-padding h2 {
font-size:16px
}
#main-wrapper.nav-type-2 #hb-page-title {
padding-top:35px;
margin-top:0;
padding-bottom:35px
}
#main-wrapper.nav-type-2 #hb-page-title.extra-large-padding {
padding-top:130px;
padding-bottom:130px
}
#main-wrapper.nav-type-2 #hb-page-title.large-padding {
padding-top:70px;
padding-bottom:70px
}
#main-wrapper.nav-type-2 #hb-page-title.small-padding {
padding-top:15px;
padding-bottom:15px
}
#main-wrapper #hb-page-title.light-text h2 {
color:rgba(255,255,255,.7)!important
}
#hb-page-title.dark-text h1 {
color:rgba(0,0,0,.9)!important
}
#hb-page-title.dark-text h2 {
color:rgba(0,0,0,.5)!important
}
#hb-page-title.border-style.dark-text h1 {
color:rgba(0,0,0,.9)!important;
border-color:rgba(0,0,0,.7)
}
#hb-page-title.border-style.light-text h1 {
color:rgba(255,255,255,.9)!important;
border-color:rgba(255,255,255,.7)
}
#hb-page-title.hb-color-background {
background:#f0f0f0
}
#hb-page-title.hb-image-background {
background-repeat:no-repeat;
background-size:cover
}
#hb-page-title.slider-page-title {
padding-top:0!important;
padding-bottom:0!important
}
#hb-page-title.slider-page-title .hb-page-title {
display:none
}
#hb-page-title h1,#hb-page-title h2 {
margin:0;
padding:0;
line-height:1.3;
display:inline-block
}
#hb-page-title h2 {
display:block;
padding-top:7px;
color:#777;
font-size:18px
}
#hb-page-title h2 p {
margin:0
}
#hb-page-title.border-style h1 {
display:inline-block;
width:auto;
padding:12px 20px!important;
border:2px solid rgba(255,255,255,.5)
}
.not-found-box {
padding-top:80px;
padding-bottom:180px;
position:relative
}
.not-found-box i {
position:absolute;
font-size:440px;
height:380px;
color:rgba(0,0,0,.03);
z-index:0;
bottom:-10px;
text-align:center;
left:0;
width:100%;
overflow:hidden;
vertical-align:bottom
}
.not-found-box-inner {
position:relative;
z-index:1
}
#hb-page-title.border-style h2 {
padding-top:10px!important
}
#hb-page-title.stroke-title h1 {
background:#fff;
color:#000!important;
display:inline-block;
width:auto;
padding:8px 12px!important
}
#hb-page-title.stroke-title h2 {
background:#323436;
color:#fff!important;
display:inline-block;
width:auto;
padding:8px 12px!important;
margin-top:1px!important
}
.breadcrumbs-wrapper {
position:absolute;
right:50px;
top:50%;
margin-top:-10px;
display:inline-block;
border-radius:2px;
font-size:var(--he-font-size--smaller);
word-wrap:break-word
}
.breadcrumbs-wrapper span:not(.sep-icon) {
opacity:.7
}
.breadcrumbs-wrapper .breadcrumbs-inside {
line-height:13px;
padding:4px;
display:inline-block
}
#hb-page-title.aligncenter .hb-page-title .breadcrumbs-wrapper {
left:0;
right:auto;
width:100%;
bottom:-30px;
text-align:center;
margin-top:11px!important
}
.hb-image-background .breadcrumbs-wrapper .breadcrumbs-inside,.hb-image-background .breadcrumbs-wrapper .breadcrumbs-inside a {
color:rgba(255,255,255,.9)
}
.breadcrumbs-wrapper .sep-icon {
padding:0 5px;
display:inline-block
}
#hb-page-title.stroke-title .breadcrumbs-wrapper .breadcrumbs-inside {
background:rgba(0,0,0,.5);
padding:4px 10px
}
#hb-page-title.alignright .breadcrumbs-wrapper {
right:auto;
left:50px
}
.dark-text .sep-icon {
color:#555
}
.dark-text.hb-image-background .breadcrumbs-wrapper .breadcrumbs-inside,.dark-text.hb-image-background .breadcrumbs-wrapper .breadcrumbs-inside a {
color:rgba(0,0,0,.9)!important
}
.dark-text.hb-image-background .breadcrumbs-wrapper .breadcrumbs-inside a:hover {
color:#000!important
}
#main-content .hb-sidebar {
margin-top:-50px;
padding-top:50px;
padding-bottom:70px;
border-left:1px solid #ebebeb;
margin-bottom:0!important;
width:29%!important
}
#main-content .right-sidebar .col-3.hb-sidebar {
padding-right:0!important
}
#main-content .col-9.hb-main-content {
border-right:1px solid #ebebeb;
margin-right:-1px;
margin-bottom:0!important;
padding-bottom:70px;
padding-right:30px;
width:71%!important
}
.hb-sidebar-20 #main-content .hb-sidebar {
width:20%!important
}
.hb-sidebar-20 #main-content .col-9.hb-main-content {
width:80%!important
}
.share-holder {
margin-left:12px;
position:relative
}
.share-holder .hb-dropdown-box {
top:32px
}
.share-holder .hb-dropdown-box ul li {
display:block;
border-bottom:1px solid #ebebeb
}
.share-holder .hb-dropdown-box ul li a,.share-holder .hb-dropdown-box ul li a i {
color:#555;
font-size:16px
}
.share-holder .hb-dropdown-box ul li a {
display:block;
padding:10px;
position:relative;
z-index:999
}
.share-holder .hb-dropdown-box ul li a:hover {
background:#f5f5f5
}
.share-dropdown-box {
width:70px;
z-index:992
}
.share-holder::before {
content:'';
position:absolute;
left:0;
width:100%;
bottom:-10px;
height:15px
}
.share-holder .hb-dropdown-box::before {
right:29px
}
.hb-blog-small .featured-image {
max-width:45%;
width:45%;
float:left;
margin-right:25px;
border-radius:2px
}
.hb-blog-small h3.title {
margin-bottom:20px
}
.hb-blog-small h3.title a {
color:#000
}
.hb-blog-small h3.title a:hover {
color:var(--colorPrimary)
}
.hb-blog-small .meta-info {
line-height:34px;
border-top:1px solid #ebebeb;
border-bottom:1px solid #ebebeb;
margin-top:36px;
font-size:var(--he-font-size--smallest);
clear:both;
overflow:hidden;
min-height:34px
}
.hb-blog-small .meta-info .read-more-button i {
margin-left:3px;
display:inline-block;
margin-top:-3px
}
.hb-blog-classic article,.hb-blog-small article {
margin-bottom:40px;
display:block;
width:100%
}
.hb-blog-classic .post-inner {
margin-left:75px
}
.featured-image .post-thumb-caption {
display:block;
text-align:center
}
.featured-image a {
overflow:hidden;
display:block
}
.featured-image img {
position:relative;
width:100%;
max-width:100%;
display:block
}
.featured-image {
position:relative;
border-radius:2px 2px 0 0;
overflow:hidden
}
.type-post.format-audio .featured-image {
overflow:visible
}
.featured-image .featured-overlay {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
opacity:0;
transition:.1s ease-in-out;
-webkit-transition:.2s ease-in-out;
-moz-transition:.2s ease-in-out;
-ms-transition:all .2s ease-in-out;
-o-transition:.2s ease-in-out
}
.featured-image:hover .featured-overlay,article .featured-image:hover .featured-overlay {
zoom:1;
-moz-opacity:.7;
opacity:.7
}
.hb-post-date {
width:50px;
border-right:1px solid #eee
}
.hb-post-date .like-holder {
margin-top:6px
}
.hb-post-date .day {
color:#666;
display:block;
font-size:20px;
font-family:var(--he-font--heading);
margin-top:7px;
text-align:center
}
.hb-post-date .month {
color:#999;
font-size:.9em;
padding:2px 0 6px;
display:block;
text-align:center;
text-transform:uppercase;
border-bottom:1px solid #eee;
margin-right:-1px
}
.post-content {
padding:20px 30px;
background:padding-box #fff;
position:relative;
-webkit-background-clip:padding-box;
box-shadow:0 1px 2px rgba(0,0,0,.1);
border-bottom-left-radius:3px;
border-bottom-right-radius:3px
}
.hb-blog-box {
-webkit-background-clip:padding-box;
box-shadow:0 1px 2px rgba(0,0,0,.1)
}
#hb-blog-posts.unboxed-blog-layout .post-content {
border:none;
padding:20px 0;
background:0 0
}
#hb-blog-posts.unboxed-blog-layout .post-content::after,.type-post.format-audio.self-hosted-audio .post-content::after {
display:none
}
#hb-blog-posts.unboxed-blog-layout article {
border-bottom:1px solid #ebebeb
}
.post-header .post-meta-info {
color:#999;
font-size:var(--he-font-size--smallest)
}
.post-header .post-meta-info a {
color:#999
}
.post-content h2.title {
margin-top:0;
margin-bottom:5px;
font-size:18px
}
.post-content h2.title a,.post-header .post-meta-info a:hover {
color:var(--colorPrimary)
}
.post-content h2 a:hover {
color:#323436
}
.bottom-meta-section .like-holder,.bottom-meta-section .share-holder,.bottom-meta-section a.comments-link {
color:#999
}
.sticky-post-icon {
position:absolute;
right:15px;
top:15px;
color:#999
}
#comments h5,#respond #cancel-comment-reply-link,#respond h5,.search h5.lighter-text {
font-family:var(--he-font);
font-weight:400
}
.wpb_single_image .vc_single_image-wrapper {
width:100%!important
}
.hentry .minor-meta:before {
content:'';
height:1em;
width:1px;
background-color:#999;
display:inline-block;
position:relative;
left:-8px;
top:-1px;
vertical-align:middle
}
.hentry .minor-meta:first-child:before {
display:none
}
.hentry .minor-meta:first-child {
padding-left:0
}
.hentry .minor-meta {
padding:0 8px
}
.type-post.format-quote .quote-post-wrapper a {
display:block;
position:relative;
border-radius:2px
}
.type-post.format-quote .quote-post-wrapper a:hover {
background:#323436
}
.type-post.format-quote .quote-post-wrapper blockquote {
font-size:23px;
line-height:32px;
color:#fff;
font-family:var(--he-font--heading);
padding:40px;
margin:0;
font-style:normal
}
.type-post.format-quote .quote-post-wrapper blockquote:before {
display:none
}
.type-post.format-quote .quote-post-wrapper blockquote .cite-author {
color:rgba(255,255,255,.6);
display:block;
margin-bottom:-10px;
margin-top:15px
}
.type-post.format-quote .quote-post-wrapper .hb-moon-quotes-right {
color:rgba(255,255,255,.6);
font-size:24px;
line-height:24px;
position:absolute;
right:30px;
bottom:29px
}
.type-post.format-link .quote-post-wrapper a {
display:block;
position:relative;
border-radius:2px
}
.type-post.format-link .quote-post-wrapper a:hover {
background:#323436
}
.type-post.format-link .quote-post-wrapper blockquote {
font-size:26px;
line-height:32px;
color:#fff;
font-family:var(--he-font--heading);
padding:40px;
margin:0
}
.type-post.format-link .quote-post-wrapper blockquote .cite-author {
font-size:var(--he-font-size);
color:rgba(255,255,255,.6);
display:block;
line-height:22px;
margin-bottom:-10px;
margin-top:15px
}
.type-post.format-link .quote-post-wrapper .hb-moon-link-5 {
color:rgba(255,255,255,.6);
font-size:24px;
line-height:24px;
position:absolute;
right:30px;
bottom:29px
}
.type-post.format-status .quote-post-wrapper a {
display:block;
position:relative;
border-radius:2px
}
.type-post.format-status .quote-post-wrapper a:hover {
background:#323436
}
.type-post.format-status .quote-post-wrapper blockquote {
font-size:26px;
line-height:32px;
color:#fff;
font-family:var(--he-font--heading);
padding:40px;
margin:0
}
.type-post.format-status .quote-post-wrapper blockquote .cite-author {
font-size:var(--he-font-size);
color:rgba(255,255,255,.6);
display:block;
line-height:22px;
margin-bottom:-10px;
margin-top:15px
}
.type-post.format-status .quote-post-wrapper .hb-moon-pencil {
color:rgba(255,255,255,.6);
font-size:24px;
line-height:24px;
position:absolute;
right:30px;
bottom:29px
}
.laptop-slider-wrapper {
width:100%;
position:relative;
overflow:hidden;
display:inline-block;
z-index:2
}
.laptop-slider-wrapper .laptop-mockup {
position:relative;
width:100%;
height:auto;
display:inline-block;
z-index:9999
}
.laptop-slider-wrapper .laptop-mockup img {
width:100%!important;
height:auto;
position:relative;
z-index:99
}
.laptop-slider-wrapper .hb-flexslider-wrapper {
background:#323436;
width:76.3%;
height:auto;
position:absolute;
z-index:9;
top:5.5%;
left:11.7%
}
.laptop-slider-wrapper .hb-flexslider-wrapper .hb-flex-slides li img {
width:100%!important;
height:auto!important;
display:block
}
.fw-flex-slider {
position:relative;
z-index:92
}
.fw-flex-slider .hb-flex-slides li img {
height:auto
}
.fw-flex-slider .hb-flex-slides li {
display:none
}
.hb-flexslider,.hb-flexslider-wrapper {
overflow:hidden
}
.bordered-wrapper.shadow,.hb-flexslider-wrapper.shadow,.map-info-section {
box-shadow:0 2px 12px rgba(0,0,0,.1)
}
.bordered-wrapper,.hb-flexslider-wrapper.bordered-wrapper {
background:#fff;
padding:10px;
border:1px solid #ebebeb;
border-radius:2px;
overflow:hidden
}
.fw-gallery-wrap.loading,.hb-flexslider.loading,.testimonial-slider.loading {
min-height:150px;
background:url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/images/loader.gif) center no-repeat
}
.hb-flexslider {
margin:0;
padding:0;
zoom:1;
position:relative;
border-radius:2px
}
.hb-flex-slides>li {
position:relative
}
.hb-flex-slides,.hb-flex-slides li,.hb-flexslider ol,.hb-flexslider ul {
margin:0!important;
padding:0!important;
list-style:none!important
}
.hb-flex-slides>li img {
display:block;
margin:0;
padding:0;
width:100%!important
}
.hb-flexslider .flex-control-nav {
position:absolute;
bottom:5px;
left:0;
width:100%;
color:#fff;
text-align:center
}
.hb-flexslider .flex-control-nav li {
display:inline-block;
margin-left:2px;
margin-right:2px;
color:#fff
}
.hb-flexslider .flex-control-nav li a {
color:#fff!important
}
.flex-caption,.flex-subtitle {
position:absolute;
bottom:59px;
left:60px;
background:#fff;
padding:10px 20px;
font-size:20px;
line-height:1.3em;
opacity:0;
margin:0;
color:#323436
}
.flex-caption.dark,.flex-subtitle.dark {
background:#323436;
color:#fff
}
.flex-subtitle.dark {
color:#999
}
.flex-subtitle {
bottom:17px;
font-size:16px;
color:#777;
opacity:0
}
.hb-flexslider .flex-control-nav li a.flex-active i:before {
content:'\f111'!important
}
.hb-flexslider .flex-control-nav li a:hover {
cursor:pointer
}
.flex-direction-nav>li>a {
color:#fff!important;
position:absolute!important;
top:0;
left:0;
height:90%;
background:rgba(0,0,0,.4);
width:40px!important;
text-align:center;
z-index:9999
}
.flex-direction-nav>li>a:hover {
background:rgba(0,0,0,.6)
}
.flex-direction-nav>li>a i {
font-size:20px;
position:absolute;
display:block;
top:50%;
margin-top:-10px;
width:100%
}
.flex-direction-nav>li>a.flex-next {
right:-40px;
top:5%;
left:auto
}
.flex-direction-nav>li>a.flex-prev {
left:-40px;
top:5%;
right:auto
}
.text-sep {
margin-left:7px;
margin-right:7px
}
.text-sep:last-child {
display:none
}
.post.format-audio iframe {
margin-bottom:-2px
}
.hb-audio-element {
width:100%
}
.single-hb_testimonials #main-wrapper .bottom-meta-section {
border:none
}
.load-more-posts,.load-more-posts.inactive:hover {
display:block;
padding:10px;
background:#fff;
box-shadow:0 1px 2px rgba(0,0,0,.1);
text-align:center;
text-transform:uppercase;
font-weight:600;
letter-spacing:1px;
font-size:var(--he-font-size--smallest);
color:#222;
cursor:default
}
.load-more-posts:hover {
background-color:var(--colorPrimary);
color:#fff;
cursor:pointer
}
.page-template-blog-grid-fullwidth .load-more-posts {
background:#fff;
border:none;
display:inline-block;
margin-top:20px;
float:right;
margin-right:6px;
min-width:170px;
border-radius:22px
}
.page-template-blog-grid-fullwidth .hb-spin.non-visible {
display:none
}
.load-more-posts:not(.inactive):hover {
color:#fff!important
}
.load-more-posts.inactive {
opacity:.5
}
.load-more-posts i {
margin-right:15px;
margin-top:-2px
}
.pagination {
display:inline-block;
width:100%;
text-align:center;
margin:0 0 50px;
position:relative
}
.row-special .pagination {
margin-bottom:0
}
.pagination:empty {
display:none!important
}
.single .pagination {
margin-top:40px
}
.pagination ul {
display:inline-block;
list-style-type:none;
margin:0;
padding:0
}
.pagination ul li,.single .pagination a,.single .pagination span {
float:left;
padding:0;
margin:0;
line-height:34px
}
.single .pagination a,.single .pagination span {
float:none;
display:inline-block!important
}
.pagination ul li span,.single .pagination span {
color:#fff;
display:block;
line-height:40px;
width:40px;
text-align:center;
text-decoration:none;
margin:0 4px 0 0;
border-radius:2px
}
.pagination ul li i,.single .pagination i {
line-height:1!important;
position:relative;
right:-1px
}
.page-links a,.pagination ul li a,.pagination ul li span.page-numbers.dots,.single .pagination a {
color:#3f3f3f;
line-height:40px;
width:40px;
text-decoration:none;
display:block;
text-align:center;
background-color:#ebebeb;
margin:0 4px 0 0;
border-radius:2px;
box-shadow:0 1px 2px rgba(10,10,10,.1) inset;
border-bottom:1px solid #fff
}
.page-links {
display:block;
text-align:right;
font-size:var(--he-font-size--smallest);
text-transform:uppercase;
color:#999;
font-weight:600
}
.page-links a {
display:inline-block;
width:30px;
height:30px;
line-height:30px;
margin-right:0;
margin-left:5px
}
.page-links a i {
position:relative
}
.page-links a:hover,.pagination ul li a:hover,.single .pagination a:hover {
color:#fff;
background:#323436
}
.single .quote-post-wrapper,.single article .featured-image {
margin:0 0 35px
}
.single article .featured-image a,.single article .featured-image img {
position:relative;
width:100%;
display:block;
border-radius:3px
}
.hb-single-share {
display:inline-block;
width:42px;
height:40px;
background-color:rgba(0,0,0,0);
cursor:pointer;
border-radius:1px;
-moz-border-radius:1px;
-webkit-border-radius:1px;
-o-border-radius:1px;
transition:.2s linear;
-moz-transition:.2s linear;
-webkit-transition:.2s linear;
-o-transition:.2s linear;
position:absolute;
left:-40px
}
.hb-single-share:hover {
background-color:#fff
}
.single article h1.title {
text-transform:none;
font-size:26px;
line-height:1.3em;
margin-bottom:5px;
color:#323436;
letter-spacing:0
}
.single-post-tags span {
font-weight:600;
text-transform:uppercase;
color:#323436
}
.single-post-tags {
display:flex;
align-items:center;
gap:4px
}
.single-post-tags a {
display:inline-flex;
padding:1px 6px;
font-size:var(--he-font-size--smallest);
background-color:rgba(0,0,0,.05);
border-radius:2px;
text-transform:capitalize
}
.single-post-tags a:hover {
color:#fff
}
abbr {
border-bottom:1px dashed;
cursor:help
}
del {
text-decoration:line-through
}
small,sub,sup {
position:relative;
font-size:11px;
vertical-align:baseline
}
.hb-yellow-text {
color:#f1c40f!important
}
mark,span.highlight {
padding:0 3px;
border-radius:1px;
margin-right:1px;
color:#fff;
display:inline
}
span.highlight.alt {
background:#ffd56c;
color:#000
}
blockquote.pullquote {
padding:10px 20px;
margin:0 0 20px;
border-left:3px solid #eee;
font-size:var(--he-font-size);
font-style:normal;
font-family:var(--he-font--heading);
color:#323436;
border-left-color:var(--colorPrimary)
}
blockquote {
padding:10px 0 10px 60px;
font-size:var(--he-font-size);
line-height:1.5;
font-style:italic;
position:relative
}
blockquote:before {
position:absolute;
top:0;
left:10px;
display:block;
color:rgba(0,0,0,.1);
font-size:32px
}
blockquote.pullquote:before {
display:none
}
.light-style .hb-moon-quotes-left:before,.light-style blockquote:before {
color:#fff
}
.dropcap {
position:relative;
display:inline;
float:left;
line-height:.9em;
font-family:var(--he-font--heading);
font-size:28px;
padding:10px;
background:rgba(0,0,0,.05);
color:#000;
text-align:center;
border:1px solid transparent;
margin:7px 10px 0 0
}
.dropcap.dark {
background-color:#323436;
color:#fff
}
.dropcap.simple {
float:left;
width:auto;
height:auto;
padding:0;
margin:0 6px 0 0;
font-size:46px;
font-style:normal;
background-color:transparent;
color:#323436
}
.single article .entry-content {
margin-top:30px
}
.single article .entry-content:first-child {
margin-top:0
}
.single article .single-post-tags {
margin-top:30px
}
.rounded-element {
float:left;
width:81px;
height:81px;
text-align:center;
line-height:76px;
padding:5px
}
.rounded-element,.rounded-element img {
border-radius:111px;
overflow:hidden;
display:block;
position:relative;
z-index:2
}
.rounded-element img {
width:100%;
height:auto
}
.bottom-meta-section {
display:flex;
flex-direction:row;
align-items:center;
justify-content:space-between;
margin-top:15px;
padding-top:15px;
border-top:1px solid #ebebeb;
position:relative;
z-index:999
}
.right-sidebar .bottom-meta-section {
margin-right:-30px;
padding-right:30px
}
.left-sidebar .bottom-meta-section {
margin-left:-30px;
padding-left:30px
}
.bottom-meta-section .like-holder,.bottom-meta-section .share-holder {
margin-top:0
}
.bottom-meta-section .like-holder {
margin-left:20px
}
.bottom-meta-section .like-holder:first-child,.bottom-meta-section .share-holder {
margin-left:auto
}
.bottom-meta-section .comments-link {
margin-right:auto
}
.author-box {
border:1px solid #ebebeb;
margin-top:40px;
background:#fff;
padding:20px 30px;
border-radius:4px
}
.author-box .social-icons:empty {
display:none
}
.author_description_text {
display:flex;
flex-direction:column;
gap:1.5em
}
.author_description_text p {
margin:0
}
.archive .author-box {
margin-top:0
}
.author-meta.blog-meta {
float:left;
margin-right:30px
}
.author-box .author-description {
margin-left:124px
}
.author-box .social-list li a {
color:rgba(0,0,0,.5)
}
#commentform label {
margin-left:10px;
padding-left:0
}
.comment-form-cookies-consent {
display:flex;
align-items:center
}
#comments h4,#respond h3,#respond h4,.title-class {
margin-bottom:5px!important
}
#respond h3 {
color:#444;
text-align:center
}
h3.title-class {
font-size:18px;
line-height:25px;
color:#444
}
#comments h5,#respond h5 {
color:#777
}
#respond #cancel-comment-reply-link {
position:relative
}
#respond small {
display:block;
font-size:16px;
margin-bottom:15px;
color:rgba(0,0,0,.5)!important;
line-height:1.4;
font-family:var(--he-font--heading);
margin-top:5px
}
#respond small a {
color:rgba(0,0,0,.5)
}
p.logged-in-as {
margin-bottom:10px;
color:#999
}
.form-submit {
display:block
}
.comment-subscription-form {
display:block;
clear:both;
margin:0
}
.comments-list {
list-style:none
}
.comments-list li.comment {
margin-top:2em
}
.comments-list li.comment>div.comment-body {
background-color:#fff;
margin:0;
overflow:hidden;
padding:25px 25px 20px 60px;
position:relative;
border:1px solid #ebebeb
}
.author-tag {
position:absolute;
right:30px;
top:26px;
font-size:10px;
font-weight:600;
letter-spacing:1px;
text-transform:uppercase;
color:#bbb
}
.comments-list li.comment>#respond h4,.comments-list li.comment>#respond h5 {
display:none
}
.comments-list li.comment>#respond {
margin-bottom:60px
}
.comments-list li.comment>div .rounded-element {
position:relative;
left:-30px
}
.comment-meta.commentmetadata {
position:relative;
top:-2px
}
.commentmetadata a time {
color:#999;
font-size:var(--he-font-size--smallest);
line-height:1.2em
}
.comment-body p {
margin:.85em 0 .85em 91px
}
cite.fn {
font-style:normal;
float:left
}
.comments-list .hb-quote,.comments-list .reply {
float:left
}
.comments-list .reply a:hover {
color:#000
}
.comments-list .hb-quote .sep,.comments-list .reply .sep {
margin:0 5px 0 6px
}
.comments-list ul {
list-style:none
}
.comments-list .children {
margin-left:0!important;
padding-left:40px;
border-left:1px dashed #ebebeb;
list-style:none
}
.comments-list .children>li {
position:relative
}
.comments-list .children>li::after {
position:absolute;
display:block;
content:'';
width:20px;
height:1px;
border-top:1px dashed #ebebeb;
border-right:0;
border-bottom:0;
top:60px;
left:-40px;
z-index:8
}
.comments-list .children>li::before {
position:absolute;
display:block;
content:'';
width:9px;
height:9px;
background-color:#fff;
border:1px solid #ebebeb;
border-right:0;
border-top:0;
top:55px;
left:-5px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
z-index:8
}
#respond {
margin-top:40px
}
#respond p input:not([type=checkbox]) {
width:60%;
margin:0!important
}
#respond p input[type=submit] {
width:100%
}
.form-col {
width:33.33%;
padding-right:15px;
float:left
}
#commentform {
margin-top:30px
}
.essential_grid .post-header {
margin-top:20px
}
#main-wrapper .hb-main-content .esg-media-cover-wrapper a {
color:#fff
}
.hb-single-next-prev a {
position:fixed;
height:110px;
width:140px;
background:rgba(0,0,0,.4);
color:#fff;
top:50%;
margin-top:-40px;
text-align:right;
line-height:110px;
left:-120px;
opacity:.4;
padding-right:10px;
cursor:pointer;
z-index:9991
}
.hb-single-next-prev a:hover {
background:#323436;
opacity:1;
left:0
}
.hb-side-navigation .hb-single-next-prev a.hb-prev-post {
left:145px
}
.hb-side-navigation .hb-single-next-prev a.hb-prev-post:hover {
left:265px
}
.hb-single-next-prev a.hb-next-post {
left:auto;
right:-120px;
text-align:left;
padding-left:10px;
padding-right:0
}
.hb-single-next-prev a.hb-next-post:hover {
right:0
}
.hb-single-next-prev .text-inside {
font-size:var(--he-font-size--smaller);
font-weight:600;
color:#fff;
letter-spacing:2px;
line-height:113px!important;
text-transform:uppercase;
position:absolute;
left:0;
width:100%;
text-align:center!important;
top:0;
height:100%;
cursor:pointer
}
.hb-related-posts h4 {
margin-bottom:30px
}
.hb-post-excerpt {
margin-top:1.5em
}
.hb-post-excerpt a.read-more {
margin-top:5px
}
#hb-blog-posts p.hb-post-excerpt {
margin-bottom:0;
margin-top:1em
}
.related-item .comments-holder,.related-item .like-holder,.related-item .share-holder {
margin-top:0
}
.related-item .post-content {
padding-bottom:1px!important
}
.related-item p.hb-post-excerpt {
margin-top:1em
}
.widget-item {
position:relative
}
.ad-cell {
margin-bottom:15px
}
#footer.dark-style article.search-entry a.search-thumb,#hb-side-section article.search-entry a.search-thumb {
background:#2c2c2c
}
#footer.dark-style .testimonial-author h5,#footer.dark-style .widget-item h4 a,#hb-side-section .testimonial-author h5 {
color:#ddd
}
#footer.dark-style .hb-spl-thumb a,#footer.dark-style .widget_nav_menu ul.menu,#hb-side-section .widget_nav_menu ul.menu {
border-color:rgba(255,255,255,.15)
}
#footer.dark-style .hb-testimonial,#footer.dark-style .hb-tweet-list.light li,#footer.dark-style .recent-comments-content,#hb-side-section .hb-testimonial,#hb-side-section .hb-tweet-list.light li,#hb-side-section .recent-comments-content,.light-style .hb-testimonial {
background:#2c2c2c;
border-color:rgba(255,255,255,.15)
}
#footer.dark-style .hb-testimonial:after,#footer.dark-style .hb-tweet-list.light li:after,#footer.dark-style .recent-comments-content:after,.light-style .hb-testimonial:after {
background-color:#2c2c2c;
border-color:rgba(255,255,255,.15)
}
#footer.dark-style .tagcloud a,#hb-side-section .tagcloud a {
border:1px solid rgba(255,255,255,.05)
}
#footer.dark-style .hb-box-frame,#hb-side-section .hb-box-frame {
background-color:#2c2c2c
}
.widget_nav_menu ul.menu {
border:1px solid #ebebeb;
border-radius:2px
}
#main-wrapper .widget_nav_menu ul.menu li {
padding:0;
margin:0
}
#main-wrapper .widget_nav_menu ul.menu li a {
padding:10px 14px;
border-left:2px solid transparent;
text-overflow:ellipsis;
background:#fff;
color:#323436
}
#main-wrapper .widget_nav_menu ul.menu li a:hover,#main-wrapper .widget_nav_menu ul.menu li.current-menu-item>a {
background:#f9f9f9;
color:#000
}
#hb-side-section .widget_nav_menu ul.menu li a:hover,#hb-side-section .widget_nav_menu ul.menu li.current-menu-item>a,#main-wrapper #footer.dark-style .widget_nav_menu ul.menu li a:hover,#main-wrapper #footer.dark-style .widget_nav_menu ul.menu li.current-menu-item>a,#main-wrapper #footer.dark-style .widget_nav_menu ul.menu li>a {
background:rgba(150,150,150,.05);
color:#fff
}
#hb-side-section .widget-item ul li>a {
position:relative
}
#hb-side-section .hb-testimonial:after {
display:none
}
#hb-side-section .ts-1 .flex-control-nav {
bottom:53px
}
#main-wrapper .widget_nav_menu ul.menu ul {
margin-left:0
}
#main-wrapper .widget_nav_menu ul.menu ul li a {
padding-left:38px
}
#main-wrapper .widget_nav_menu ul.menu ul li:before {
content:'\e26f';
font-family:icomoon;
font-weight:400;
font-style:normal;
display:block;
float:left;
text-decoration:inherit;
font-size:var(--he-font-size);
position:relative;
top:11px;
left:22px;
font-size:10px;
z-index:1;
opacity:.2
}
#main-wrapper .widget_nav_menu ul.menu ul li:first-child {
border-top:1px solid #ebebeb
}
#footer.dark-style .widget_nav_menu ul.menu ul li:first-child,#hb-side-section .widget_nav_menu ul.menu ul li:first-child {
border-color:rgba(255,255,255,.15)
}
.hb_latest_posts_widget article {
margin-bottom:0;
border-bottom:1px solid rgba(0,0,0,.07);
padding-bottom:20px;
margin-top:20px
}
.widget-item .textwidget ol,.widget-item .textwidget ul {
padding-inline-start:1em;
padding-block-start:.5em
}
.widget-item .textwidget ol li,.widget-item .textwidget ul li {
display:list-item;
padding:2px 0
}
.widget-item .textwidget li {
list-style:auto
}
.most-liked-list li {
display:block;
overflow:hidden;
margin-bottom:15px;
border-radius:3px;
-moz-background-clip:padding;
-webkit-background-clip:padding-box;
background-clip:padding-box;
position:relative;
border-bottom:1px solid rgba(0,0,0,.07);
padding:10px 18px 14px 74px!important
}
.hb_latest_posts_widget h4.semi-bold {
margin-bottom:14px!important
}
.hb_latest_posts_widget article:last-child,.most-liked-list li:last-child {
border:0
}
.most-liked-list li .like-count {
font-size:50px;
position:absolute;
top:-16px;
left:10px;
opacity:.2
}
.most-liked-list li .like-count i {
font-size:inherit
}
.most-liked-list li .like-count-num {
position:absolute;
top:16px;
left:12px;
width:47px;
text-align:center;
font-size:13px;
color:#323436;
font-weight:600
}
.most-liked-list.most-commented li .like-count {
top:-12px
}
.most-liked-list.most-commented li .like-count-num {
top:22px;
left:20px;
width:39px
}
.most-liked-list li:hover .like-count {
opacity:1;
color:var(--colorPrimary)
}
.most-liked-list li:hover .like-count-num {
color:#fff!important
}
.most-liked-list li span {
font-size:var(--he-font-size--smallest);
color:#999
}
.widget-like-count {
position:absolute;
bottom:0;
left:0;
width:100%;
background:rgba(0,0,0,.7);
color:#fff;
font-size:11px;
text-align:center
}
.widget-like-count i {
display:inline-block;
margin-right:7px;
margin-top:-2px
}
.recent-comments-content {
margin:0 0 15px 75px;
background-color:#fff;
border:1px solid #ebebeb;
padding:10px 15px;
position:relative
}
.recent-comments-content:after {
display:block;
content:'';
position:absolute;
top:15px;
left:-7px;
width:12px;
height:12px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
background-color:#fff;
border:1px solid #ebebeb;
border-right:0;
border-bottom:0
}
#hb-side-section .recent-comments-content:after {
display:none
}
a.recent-comments-title {
display:block;
font-size:var(--he-font-size--smaller)
}
.recent-comments-content .entry-meta {
font-size:var(--he-font-size--smallest)
}
.ts-1,.ts-2 {
position:relative
}
.widget-item .ts-1 .flex-control-nav {
right:0
}
.testimonial-slider>li.hb-testimonial-box {
display:none
}
.testimonial-slider>li.hb-testimonial-box:first-child {
display:block
}
.hb-tweet-list.light li {
background-color:#fff;
border:1px solid #ebebeb;
margin:0 0 10px;
padding:10px 15px;
position:relative
}
.hb-tweet-list .tweet-time {
font-size:var(--he-font-size--smallest);
margin-left:20px;
margin-bottom:15px;
display:inline-block;
opacity:.7
}
.hb-tweet-list .tweet-time:hover {
opacity:1
}
.hb-tweet-list .tweet-time i {
font-size:var(--he-font-size--smaller);
line-height:1;
margin-right:7px;
display:inline-block;
vertical-align:middle;
margin-top:-2px
}
.hb-tweet-list.light li:after {
display:block;
content:'';
position:absolute;
bottom:-7px;
left:40px;
width:12px;
height:12px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
background-color:#fff;
border:1px solid #ebebeb;
border-right:0;
border-top:0
}
#hb-side-section .hb-tweet-list li {
background:rgba(255,255,255,.1)!important;
border:none!important
}
#hb-side-section ul.social-icons li {
float:none
}
#hb-side-section .hb-tweet-list li:after {
display:none!important
}
.widget-item.hb_contact_info_widget ul li {
margin:0 0 8px;
padding:0 0 0 25px;
display:block;
line-height:1.5;
position:relative
}
.hb_contact_info_widget ul li i {
font-size:var(--he-font-size);
line-height:1.5;
color:#b2b2b2;
position:absolute;
left:0;
top:0
}
.tagcloud>a {
background-color:rgba(0,0,0,.05);
color:#444;
display:block;
float:left;
margin:2px;
padding:4px 8px 2px;
border:none;
border-radius:2px;
font-size:var(--he-font-size--smaller)!important
}
#footer.dark-style .tagcloud>a {
color:#aaa
}
.widget-item .hb-stream ul li {
float:left;
display:block;
margin:0;
padding:0 3px 6px;
border-radius:2px;
transition:.2s linear;
overflow:hidden
}
.widget-item .hb-stream.columns-2 ul li {
width:50%
}
.widget-item .hb-stream.columns-3 ul li {
width:33.33%
}
.widget-item .hb-stream.columns-4 ul li {
width:25%
}
.widget-item.widget_categories ul li a {
display:inline
}
.hb-stream ul li img {
display:block;
height:auto;
width:100%!important;
border-radius:2px
}
.widget-item ul li {
padding:7px 0;
display:block
}
.widget-item ul li>a {
display:block
}
.hb_latest_posts_simple_widget ul>li {
padding-top:15px;
margin-bottom:10px;
display:flex;
align-items:center
}
.hb_latest_posts_simple_widget ul>li:first-child {
padding-top:0
}
.hb_latest_posts_simple_widget ul>li.simple {
padding:7px 0;
margin-bottom:0
}
.hb_latest_posts_simple_widget ul>li:first-child,.widget_archive ul>li:first-child,.widget_categories ul>li:first-child,.widget_layered_nav ul li:first-child,.widget_meta ul>li:first-child,.widget_nav_menu ul>li:first-child,.widget_pages ul li:first-child,.widget_product_categories ul>li:first-child,.widget_recent_comments ul>li:first-child,.widget_recent_entries ul>li:first-child {
border-top:0
}
.hb_latest_posts_simple_widget ul>li,.widget_archive ul>li,.widget_categories ul>li,.widget_layered_nav ul li,.widget_meta ul>li,.widget_nav_menu ul>li,.widget_pages ul>li,.widget_product_categories ul>li,.widget_recent_comments ul>li,.widget_recent_entries ul>li {
border-top:1px solid rgba(255,255,255,.1)
}
#footer.light-style .widget_archive ul>li,#footer.light-style .widget_categories ul>li,#footer.light-style .widget_layered_nav ul li,#footer.light-style .widget_meta ul>li,#footer.light-style .widget_nav_menu ul>li,#footer.light-style .widget_pages ul>li,#footer.light-style .widget_product_categories ul>li,#footer.light-style .widget_recent_comments ul>li,#footer.light-style .widget_recent_entries ul>li,.hb-sidebar .hb_latest_posts_simple_widget ul>li,.hb-sidebar .widget_archive ul>li,.hb-sidebar .widget_categories ul>li,.hb-sidebar .widget_layered_nav ul li,.hb-sidebar .widget_meta ul>li,.hb-sidebar .widget_nav_menu ul>li,.hb-sidebar .widget_pages ul>li,.hb-sidebar .widget_product_categories ul>li,.hb-sidebar .widget_recent_comments ul>li,.hb-sidebar .widget_recent_entries ul>li {
border-top-color:rgba(0,0,0,.07)
}
.hb_latest_posts_simple_widget ul>li>.hb-spl-inner>a:before,.hb_latest_posts_simple_widget ul>li>a:before,.widget_archive ul>li a:before,.widget_categories ul>li a:before,.widget_meta ul>li a:before,.widget_nav_menu ul>li a:before,.widget_pages ul li a:before,.widget_product_categories ul>li a:before,.widget_recent_entries ul>li a:before {
content:'\f105';
font-family:FontAwesome;
font-weight:400;
font-style:normal;
display:block;
float:right;
text-decoration:inherit;
font-size:var(--he-font-size)
}
.special-list li a::before {
content:'\f105';
font-family:FontAwesome;
font-weight:400;
font-style:normal;
display:block;
float:left;
text-decoration:inherit;
font-size:var(--he-font-size);
padding-right:10px
}
.hb-spl-excerpt {
display:block;
font-size:var(--he-font-size--smallest);
line-height:18px
}
.hb-spl-excerpt a {
display:inline-block;
margin-top:7px
}
.instagram-pics li a img {
display:block;
height:auto;
width:100%!important;
border-radius:2px
}
.instagram-pics li {
width:33.3%;
float:left;
display:block;
margin:0;
padding:0 3px 6px!important;
border-radius:2px;
transition:.2s linear;
-moz-transition:.2s linear;
-webkit-transition:.2s linear;
-o-transition:.2s linear;
overflow:hidden;
box-sizing:border-box
}
p.clear {
overflow:auto;
visibility:visible;
clear:both;
width:auto;
height:auto;
display:block;
text-align:center;
padding:10px 0
}
#main-content .col-12.hb-main-content {
padding-bottom:40px
}
#main-content .hb-sidebar .widget-item {
padding-left:15px!important;
margin-bottom:40px
}
#main-content .left-sidebar .hb-sidebar .widget-item {
padding-left:0!important
}
#main-content .hb-sidebar .widget-item:last-child {
margin-bottom:0!important
}
#main-content .left-sidebar .hb-sidebar.col-3 {
float:left!important;
border-left:none;
padding-left:0;
margin-left:0;
margin-right:0;
right:-1px!important;
padding-right:30px;
border-right:1px solid #ebebeb
}
#main-content .left-sidebar .col-9.hb-main-content {
float:right!important;
padding-right:0;
margin-right:0!important;
position:relative;
margin-left:-1px;
left:0!important;
padding-left:30px;
border-right:none!important;
border-left:1px solid #ebebeb;
margin-top:-50px;
padding-top:50px
}
#main-nav>li.megamenu>ul.sub-menu>li>a,.widget-item h4 {
font-family:var(--he-font);
font-weight:600;
letter-spacing:1.8px;
margin-top:0;
margin-bottom:20px;
padding-bottom:0;
font-size:var(--he-font-size--smaller);
line-height:1.75;
text-transform:uppercase;
color:#111;
display:inline-block;
width:auto
}
#footer.dark-style .widget-item h4,#hb-side-section .widget-item h4 {
color:#f4f4f4!important
}
#hb-side-section .widget-item a {
color:#fff
}
#hb-side-section .widget-item {
margin-bottom:40px
}
#hb-side-section .widget-item:last-child {
margin-bottom:70px
}
#footer.dark-style {
color:#999
}
#footer.dark-style a,#footer.dark-style input[type=search]:focus {
color:#fff
}
.isotope-item {
z-index:2;
margin-bottom:30px!important
}
.gallery-item.isotope-item {
margin-bottom:0!important
}
.isotope-hidden.isotope-item {
pointer-events:none;
z-index:1
}
.isotope,.isotope .isotope-item {
transition-duration:.4s
}
.isotope {
transition-property:height,width
}
.isotope .isotope-item {
transition-property:transform,opacity
}
.hb-button,.isotope .isotope-item.no-transition,.isotope.no-transition,.isotope.no-transition .isotope-item,.parallax .hb-page-title,.parallax .hb-page-title h1,.parallax .hb-page-title h2,.price_slider_wrapper a,.woocommerce-MyAccount-content input.button,input[type=submit] {
transition-duration:0s
}
#main-wrapper div.bx-viewport * {
transition:none!important
}
.isotope.infinite-scrolling {
transition:none
}
.visible-computer {
display:block;
overflow:hidden
}
.visible-phone,.visible-tablet {
display:none
}
.blog-shortcode-1 .blog-list-item-date {
background:#fff;
color:#666;
width:50px;
text-align:center;
font-size:20px;
line-height:20px;
font-weight:700;
padding:15px 0 0;
float:left
}
.blog-shortcode-1 .blog-list-item-date span {
display:block;
background:#666;
font-size:11px;
line-height:11px;
font-family:var(--he-font--heading);
padding:5px 0 6px;
margin:10px 0 0;
text-transform:uppercase;
color:#fff
}
.light-style .blog-shortcode-1 .blog-list-item-date {
background:rgba(0,0,0,.2);
color:#fff
}
.light-style .blog-shortcode-1 .blog-list-item-date span {
background:rgba(255,255,255,.2)
}
.blog-shortcode-1 .blog-list-content {
margin-left:70px
}
.blog-shortcode-1 small {
margin-top:-13px;
margin-bottom:10px;
display:block;
color:#777;
font-size:var(--he-font-size--smallest)
}
.blog-shortcode-1 p {
margin-bottom:10px
}
.blog-shortcode-1 h6 {
color:#323436
}
.simple-read-more {
text-decoration:none;
display:inline-block;
color:#323436;
border-bottom:1px dotted rgba(0,0,0,.15);
font-weight:500
}
.simple-read-more:hover {
color:var(--colorPrimary);
border-bottom:1px solid var(--colorPrimary)
}
.light-style .simple-read-more {
color:rgba(255,255,255,.9)
}
.light-style h1 a,.light-style h2 a,.light-style h3 a,.light-style h4 a,.light-style h5 a,.light-style h6 a {
color:#fff
}
.blog-carousel-wrapper,.client-carousel-wrapper,.gallery-carousel-wrapper,.gallery-carousel-wrapper-2,.hb-client-list {
display:block;
width:100%;
position:relative
}
.gallery-carousel-wrapper-2 .standard-gallery-item {
opacity:1
}
.gallery-carousel-wrapper-2 .hb-gal-standard-description {
margin-bottom:2px
}
.hb-client-list.greyscale li {
filter:grayscale(1)
}
.hb-client-list.greyscale li:hover {
filter:grayscale(0)
}
.hb-client-list.focus:hover li {
opacity:.6
}
.hb-client-list.focus li:hover {
opacity:1!important;
z-index:99
}
.hb-client-list.focus li,.hb-client-list.focus li a {
background:0 0
}
.hb-client-list li {
width:20%;
float:left;
display:block;
text-align:center;
position:relative;
overflow:hidden
}
.hb-client-list.columns-6 li {
width:16.66%
}
.hb-client-list.columns-5 li {
width:20%
}
.columns-4 .portfolio-related-item,.hb-client-list.columns-4 li {
width:25%
}
.columns-3 .portfolio-related-item,.hb-client-list.columns-3 li {
width:33.3%
}
.hb-client-list.columns-2 li {
width:50%
}
.hb-client-list.columns-1 li {
width:100%
}
.hb-client-list li a {
background:#fff;
border:1px solid transparent;
display:block;
padding:15px 0
}
.hb-client-list.simple li a {
background:0 0
}
.hb-client-list li img {
display:block;
text-align:center;
margin:0 auto;
max-width:100%
}
.team-meta-right .team-meta-sidebar {
float:right
}
.team-meta-right .team-single-content {
float:left
}
.related-members .team-header-info,.related-members .team-member-description,.team-meta-sidebar .team-member-description {
text-align:center
}
.related-members .simple-read-more {
display:inline-block
}
.team-meta-sidebar .team-member-box {
margin-bottom:25px
}
.hb-team-member-img img,.team-member-img img {
margin-right:30px;
display:inline-block;
border-radius:3px
}
.tmb-2 .team-member-img img {
border-radius:0
}
.team-member-img .social-icons {
justify-content:center
}
.tmb-2 .team-member-img {
margin-bottom:0;
border-left:1px solid #ebebeb;
border-top:1px solid #ebebeb;
border-right:1px solid #ebebeb;
border-radius:0
}
.team-member-name {
display:block;
line-height:1.3;
margin-bottom:0;
float:none;
clear:both;
font-family:var(--he-font--heading);
color:#323436
}
.team-meta-sidebar .team-member-name {
color:#323436!important
}
.team-position {
color:#777;
display:block;
clear:both;
font-size:var(--he-font-size--smaller);
margin-bottom:10px;
letter-spacing:1px;
margin-top:2px
}
.tmb-2 .team-member-description {
padding:20px 30px;
border:1px solid #ebebeb;
border-top:none;
background:#fff;
border-radius:3px
}
.crsl-nav {
font-size:20px;
opacity:0
}
.crsl-nav a {
width:40px;
height:40px;
background:#323436;
border-radius:999px;
color:#fff;
display:flex;
justify-content:center;
align-items:center;
z-index:99999;
position:absolute;
top:50%;
transform:translateY(-50%);
display:flex;
align-items:center;
justify-content:center
}
.crsl-nav a.previous {
margin-left:-20px;
left:0
}
.crsl-nav a.next {
margin-right:-20px;
right:0
}
.hb-crsl-wrapper {
position:relative
}
.crsl-wrap {
display:flex;
overflow:hidden;
justify-content:space-between;
width:100%;
margin-left:0;
--crslGap:20px
}
.crsl-wrap .crsl-item {
width:50%;
flex-shrink:0;
flex-grow:0;
margin-right:var(--crslGap)
}
.crsl-columns-2 .crsl-item {
width:calc(50% - var(--crslGap))
}
.crsl-columns-3 .crsl-item {
width:calc(33.33% - var(--crslGap))
}
.crsl-columns-4 .crsl-item {
width:calc(25% - var(--crslGap))
}
.crsl-columns-5 .crsl-item {
width:calc(20% - var(--crslGap))
}
.crsl-columns-6 .crsl-item {
width:calc(16.66% - var(--crslGap))
}
.crsl-columns-7 .crsl-item {
width:calc(14.285% - var(--crslGap))
}
.crsl-columns-8 .crsl-item {
width:calc(12.5% - var(--crslGap))
}
.init-team-carousel .crsl-item {
--crslGap:30px
}
.hb-testimonial {
padding:20px;
border:1px solid #ebebeb;
background:#fff;
margin-bottom:20px;
position:relative
}
.hb-testimonial:after {
position:absolute;
display:block;
content:'';
width:13px;
height:13px;
background-color:#fff;
border:1px solid #ebebeb;
border-left:0;
border-top:0;
bottom:-7px;
left:20px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
z-index:8
}
.recent-comment-author-img img,.testimonial-author-img,.testimonial-author-mock {
width:54px!important;
height:54px!important;
border-radius:54px;
float:left;
display:block;
margin-right:15px;
overflow:hidden;
-o-object-fit:cover;
object-fit:cover
}
.testimonial-author-mock {
text-align:center;
line-height:1;
font-size:40px;
color:#eaeaea;
overflow:visible
}
.testimonial-author-mock i {
position:relative;
top:-8px
}
.testimonial-author h5 {
margin-bottom:0;
font-size:var(--he-font-size--smallest);
text-transform:uppercase;
font-family:var(--he-font);
font-weight:600;
color:#555;
letter-spacing:1px
}
.testimonial-author .testimonial-company {
display:inline-block;
color:#999;
font-size:var(--he-font-size--smallest);
position:relative;
top:-5px
}
.testimonial-author .testimonial-company:hover {
color:var(--colorPrimary)
}
.testimonial-author {
position:relative;
top:10px;
display:block
}
.hb-testimonial p:last-child {
margin-bottom:0
}
.hb-testimonial-quote {
padding:10px 40px
}
.hb-testimonial-quote p {
padding-left:0;
text-align:center;
color:rgba(0,0,0,.8);
font-size:1.5rem;
width:100%;
margin:0 auto;
line-height:1.5;
text-wrap:balance
}
.testimonial-quote-meta {
display:block;
text-align:center;
margin-top:20px;
font-size:16px;
color:#777
}
.testimonial-quote-meta a {
color:inherit;
text-decoration:underline
}
ul.testimonial-slider {
display:block;
overflow:hidden;
margin:0 auto;
width:100%;
height:auto
}
li.hb-testimonial-quote {
display:none;
margin:0;
width:100%;
height:auto;
padding-bottom:20px;
position:relative
}
li.hb-testimonial-quote.flex-active-slide {
display:block
}
li.hb-testimonial-box {
display:none;
position:relative
}
li.hb-testimonial-box.flex-active-slide {
display:block
}
.ts-1 .flex-control-nav {
position:absolute;
bottom:40px;
right:0;
font-size:9px
}
.flex-control-nav {
display:flex;
align-items:center;
justify-content:center;
gap:12px;
font-size:12px
}
.flex-control-nav li a.flex-active i:before {
content:'\f111'!important
}
.flex-control-nav li a:hover {
cursor:pointer;
color:#323435
}
.flex-control-nav li a {
color:#999
}
.hb-pricing-item {
border:1px solid #ebebeb;
display:block;
float:left;
width:33.3%;
border-left-width:0;
margin-top:21px;
position:relative;
overflow:hidden;
z-index:1
}
.hb-pricing-item:first-child {
border-left-width:1px;
-webkit-border-top-left-radius:3px;
-webkit-border-bottom-left-radius:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-bottomleft:3px;
border-top-left-radius:3px;
border-bottom-left-radius:3px
}
.hb-pricing-item:last-child {
-webkit-border-top-right-radius:3px;
-webkit-border-bottom-right-radius:3px;
-moz-border-radius-topright:3px;
-moz-border-radius-bottomright:3px;
border-top-right-radius:3px;
border-bottom-right-radius:3px
}
.hb-pricing-item:hover .pricing-table-content {
background:#fcfcfc
}
.hb-pricing-item.highlight-table {
margin-top:0;
border-left-width:1px;
margin-left:-1px;
z-index:9;
box-shadow:0 0 25px 1px rgba(0,0,0,.15);
border-radius:3px
}
.hb-pricing-item.highlight-table .pricing-table-price {
line-height:1;
padding:30px
}
.hb-pricing-item.highlight-table .pricing-table-content {
padding-bottom:45px
}
.pricing-table-price {
padding:22px 30px 10px;
font-size:33px;
line-height:33px;
font-family:var(--he-font--heading);
border-bottom:1px solid #ebebeb;
background:#fafafa;
position:relative
}
.pricing-table-price span {
font-size:var(--he-font-size--smallest);
font-weight:400;
margin-left:4px;
color:rgba(0,0,0,.6)
}
.pricing-table-caption {
padding:20px 30px;
font-size:18px;
border-bottom:1px solid #ebebeb;
color:#323436
}
.pricing-table-content {
padding:30px
}
.light-style .pricing-colored .hb-pricing-item:hover .pricing-table-content,.light-style .pricing-colored .pricing-table-content {
background:rgba(10,10,10,.3)
}
.light-style .pricing-table-caption {
border-bottom-color:rgba(255,255,255,.1)
}
.pricing-colored .pricing-table-price {
color:#fff;
text-shadow:1px 1px 0 rgba(0,0,0,.2);
border-bottom-color:rgba(255,255,255,.1);
background:rgba(245,106,95,.9)
}
.pricing-colored .hb-pricing-item {
border-color:transparent
}
.pricing-colored .hb-pricing-item .pricing-table-price span:not(.hb-pricing-ribbon) {
color:rgba(255,255,255,.8)
}
.pricing-colored .pricing-table-caption {
color:rgba(255,255,255,.8);
border-top-color:rgba(255,255,255,.1);
background:#f56a5f
}
.pricing-colored .hb-pricing-item.highlight-table {
box-shadow:none
}
.pricing-colored .hb-pricing-item.highlight-table .pricing-table-caption {
color:#fff
}
.pricing-colored .hb-pricing-item:hover .pricing-table-content,.pricing-colored .pricing-table-content {
background:#f0f0f0
}
#main-wrapper .pricing-colored .hb-pricing-item {
border-top:none!important
}
.pricing-colored .pricing-table-price:before {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
content:'';
background:#000;
z-index:-1
}
.hb-pricing-ribbon {
background-color:#ffd565;
color:#7b683c;
width:120px;
line-height:12px;
font-size:10px;
font-weight:700;
padding:4px 0;
display:inline-block;
text-align:center;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
position:absolute;
right:-33px;
top:20px;
text-transform:uppercase;
text-shadow:0 1px 0 rgba(255,255,255,.5);
z-index:99
}
.pricing-colored .hb-pricing-ribbon {
box-shadow:0 3px 0 0 rgba(0,0,0,.1)
}
.hb-pricing-ribbon.alt {
background-color:#6dafe8;
color:#e3f2ff;
text-shadow:none
}
.hb-pricing-table-wrapper.columns-1 .hb-pricing-item {
width:100%
}
.hb-pricing-table-wrapper.columns-2 .hb-pricing-item {
width:50%
}
.hb-pricing-table-wrapper.columns-4 .hb-pricing-item {
width:25%
}
.hb-pricing-table-wrapper.columns-3 .hb-pricing-item {
width:33.33%
}
.hb-pricing-table-wrapper.columns-5 .hb-pricing-item {
width:20%
}
.hb-pricing-table-wrapper.columns-6 .hb-pricing-item {
width:16.66%
}
.hb-menu-pricing-item-text {
padding-right:150px
}
.hb-menu-pricing-item-price {
position:absolute;
right:0;
top:0;
width:150px;
height:100%;
text-align:right
}
.hb-menu-pricing-item {
border-bottom:1px dashed rgba(0,0,0,.1);
padding:20px 0;
position:relative
}
.hb-menu-pricing-item-price-inner {
width:100%;
height:100%;
display:table
}
.hb-menu-pricing-item-price-inner span {
display:table-cell;
vertical-align:middle;
font-size:22px;
font-weight:700
}
.hb-menu-pricing-item-price span,h4.hb-menu-pricing-item-title {
margin-bottom:0;
font-size:20px;
line-height:20px;
transition:.2s linear 0;
-moz-transition:.2s linear 0;
-webkit-transition:.2s linear 0;
-o-transition:.2s linear 0
}
.shortcode-menu-pricing-item:hover .hb-menu-pricing-item-price span,.shortcode-menu-pricing-item:hover h4.hb-menu-pricing-item-title {
color:#c39a6e!important
}
.hb-menu-pricing-item-text p {
line-height:14px;
margin-top:10px;
margin-bottom:0;
color:#888
}
ul.social-icons {
display:flex;
align-items:center;
justify-content:center;
flex-wrap:wrap;
list-style-type:none
}
ul.social-icons li {
float:left;
display:inline-block;
height:36px;
margin-bottom:5px
}
.widget-item ul.social-icons li {
padding:0
}
ul.social-icons li a {
display:inline-block;
width:36px;
height:36px;
line-height:36px;
font-size:16px;
overflow:hidden;
position:relative;
text-align:center;
transition:.3s;
margin-right:5px;
text-decoration:none!important
}
ul.social-icons li a i {
display:block;
height:100%;
position:relative;
top:0;
transition:top .3s;
width:100%;
margin-bottom:31px;
line-height:36px
}
ul.social-icons li a i[class*=hb-moon-],ul.social-icons li a i[class*=icon-] {
display:block;
margin-bottom:38px
}
ul.social-icons.light li a {
color:#fff;
background-color:rgba(255,255,255,.05)
}
ul.social-icons.dark li a {
color:#555;
background-color:rgba(0,0,0,.05)
}
ul.social-icons.dark li:last-child a {
margin-right:0
}
ul.social-icons li a:hover {
color:#fff!important;
background-color:#323436
}
ul.social-icons li a:hover i {
top:-74px
}
ul.social-icons.large li {
height:50px
}
ul.social-icons.large li a {
width:50px;
height:50px;
font-size:24px
}
ul.social-icons.large li a i {
margin-top:0;
line-height:52px
}
ul.social-icons.large li a:hover i {
top:-88px
}
ul.social-icons li.behance a:hover {
background-color:#45668e
}
ul.social-icons li.vk a:hover {
background-color:#1769ff
}
ul.social-icons li.twitter a:hover {
background-color:#00aced
}
ul.social-icons li.facebook a:hover {
background-color:#3b5998
}
ul.social-icons li.sn500px a:hover {
background-color:#0099e5
}
ul.social-icons li.weibo a:hover {
background-color:#ff8140
}
ul.social-icons li.tripadvisor a:hover {
background-color:#599642
}
ul.social-icons li.blogger a:hover {
background-color:#fb8f3d
}
ul.social-icons li.googleplus a:hover {
background-color:#dd4b39
}
ul.social-icons li.youtube a:hover {
background-color:#b00
}
ul.social-icons li.instagram a:hover {
background-color:#517fa4
}
ul.social-icons li.linkedin a:hover {
background-color:#007bb6
}
ul.social-icons li.pinterest a:hover {
background-color:#cb2027
}
ul.social-icons li.foursquare a:hover {
background-color:#00aeef
}
ul.social-icons li.flickr a:hover {
background-color:#ff0084
}
ul.social-icons li.tumblr a:hover {
background-color:#32506d
}
ul.social-icons li.vimeo a:hover {
background-color:#aad450
}
ul.social-icons li.dribbble a:hover {
background-color:#ea4c89
}
ul.social-icons li.skype a:hover {
background-color:#0078ca
}
ul.social-icons li.xing a:hover {
background-color:#006567
}
ul.social-icons li.mail a:hover {
background-color:#323436
}
ul.social-icons li.soundcloud a:hover {
background-color:#f76700
}
ul.social-icons li.yahoo a:hover {
background-color:#500095
}
ul.social-icons li.wordpress a:hover {
background-color:#1e8cbe
}
ul.social-icons li.lastfm a:hover {
background-color:#e31b23
}
ul.social-icons li.github a:hover {
background-color:#3072b3
}
ul.social-icons li.yelp a:hover {
background-color:#ea050b
}
ul.social-icons li.forrst a:hover {
background-color:#3b7140
}
ul.social-icons li.deviantart a:hover {
background-color:#506256
}
ul.social-icons li.stumbleupon a:hover {
background-color:#eb4924
}
ul.social-icons li.delicious a:hover {
background-color:#0b79e5
}
ul.social-icons li.reddit a:hover {
background-color:#5f99cf
}
ul.social-icons li.page-link a:hover {
background-color:#323436
}
ul.social-icons li.feed-2 a:hover {
background-color:#f26522
}
ul.social-icons li.google-plus a:hover {
background-color:#dd4b39
}
ul.social-icons li.twitch a:hover {
background-color:#6441a5
}
#main-wrapper ul.social-icons li a:hover {
color:#fff!important
}
.hb-typed-text-wrap {
display:block
}
.hb-typed-strings {
display:none
}
.hb-typed-text-wrap.with-highlight .hb-typed-text {
padding:0 10px!important;
display:inline-block;
-webkit-user-select:none;
-moz-user-select:none;
user-select:none
}
.hb-typed-text-wrap .typed-cursor {
line-height:inherit!important;
font-size:inherit!important;
text-decoration:inherit!important;
text-transform:inherit!important;
letter-spacing:inherit!important;
font-family:inherit!important;
font-weight:inherit!important;
font-style:inherit!important;
color:inherit!important
}
.typed-cursor {
opacity:1;
font-weight:100;
animation:.6s infinite blink
}
@keyframes blink {
0%,100% {
opacity:1
}
50% {
opacity:0
}
}
.hb-flipbox-container {
perspective:2000px;
width:100%;
text-align:center;
position:relative
}
.hb-flipbox-container.flip-horizontal .hb-flipbox-front {
transform:rotateY(0)
}
.hb-flipbox-container.flip-horizontal .hb-flipbox-back {
transform:rotateY(-180deg)
}
.hb-flipbox-container.flip-horizontal:hover .hb-flipbox-back {
transform:rotateY(0)
}
.hb-flipbox-container.flip-horizontal:hover .hb-flipbox-front {
transform:rotateY(180deg);
visibility:hidden
}
.hb-flipbox-container.flip-vertical .hb-flipbox-front {
transform:rotateX(0)
}
.hb-flipbox-container.flip-vertical .hb-flipbox-back {
transform:rotateX(180deg)
}
.hb-flipbox-container.flip-vertical .hb-flipbox-flipper {
transform-origin:100% 213.5px
}
.hb-flipbox-container.flip-vertical:hover .hb-flipbox-back {
transform:rotateX(0)
}
.hb-flipbox-container.flip-vertical:hover .hb-flipbox-front {
transform:rotateX(-180deg);
visibility:hidden
}
.hb-flipbox-flipper {
transition:.5s cubic-bezier(.645,.045,.355,1);
perspective:2000px;
transform-style:preserve-3d;
height:100%;
position:relative
}
.hb-flipbox-back,.hb-flipbox-front {
backface-visibility:hidden;
transition:.5s cubic-bezier(.645,.045,.355,1);
transform-style:preserve-3d;
position:absolute;
left:0;
top:0;
height:100%;
min-height:100%;
width:100%;
display:block;
table-layout:fixed;
background-size:cover;
background-repeat:no-repeat;
background-position:center center
}
.hb-flipbox-back:before,.hb-flipbox-front:before {
content:'';
display:inline-block;
height:100%;
vertical-align:middle;
margin-right:-.25em
}
.hb-flipbox-back .back-desc,.hb-flipbox-front .front-desc {
padding:10px 10% 20px;
line-height:1.35em
}
.hb-flipbox-back .back-desc:empty,.hb-flipbox-front .front-desc:empty {
display:none
}
.hb-flipbox-content {
display:inline-block;
vertical-align:middle;
width:100%;
text-align:center
}
.hb-flipbox-content .back-button {
display:inline-block;
padding:10px 20px;
margin-top:20px;
backface-visibility:inherit
}
.hb-flipbox-content .front-icon {
padding:20px;
max-width:100%
}
.hb-flipbox-content h4.modern {
margin-bottom:0;
line-height:1em
}
.hb-flipbox-content .hb-button {
margin-right:0;
margin-top:10px
}
.hb-flipbox-content .front-desc,.hb-flipbox-content .front-icon,.hb-flipbox-content h4.modern {
padding-top:10px;
padding-bottom:10px
}
.hb-flipbox-content [class^=icon-] {
line-height:1em
}
.hb-post-carousel .hb-owl-item {
background-repeat:no-repeat;
background-size:cover;
background-position:center center;
min-height:8em;
height:455px;
position:relative;
z-index:1
}
.hb-post-carousel .hb-owl-item::before {
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
z-index:2;
content:'';
background-color:#000;
opacity:.15;
pointer-events:none
}
.hb-post-carousel .hb-owl-item:hover::before {
opacity:0
}
.hb-post-carousel .hb-owl-item>a {
position:absolute;
left:0;
top:0;
height:100%;
width:100%;
z-index:1
}
.hb-post-carousel .hb-owl-item .hb-owl-read-more,.hb-special-read-more {
display:inline-block;
text-transform:uppercase;
letter-spacing:2px;
font-weight:600;
font-size:.8em
}
.hb-post-carousel .hb-owl-item .hb-owl-read-more {
padding-top:15px;
color:#fff!important
}
.hb-post-carousel .hb-owl-item .hb-owl-excerpt {
color:#eee;
padding:0;
margin-bottom:0;
margin-top:10px
}
.hb-post-carousel .hb-owl-item .hb-owl-read-more span,.hb-special-read-more span {
opacity:0;
margin-left:0;
display:inline-block;
position:relative;
top:-1px
}
.hb-post-carousel .hb-owl-item .hb-owl-read-more:hover span,.hb-special-read-more:hover span {
margin-left:6px;
opacity:1
}
.hb-post-carousel.hb-with-padding .hb-owl-item {
margin:0 15px
}
.hb-post-carousel.hb-with-padding.hb-owl-slider .owl-nav .owl-prev {
left:30px
}
.hb-post-carousel.hb-with-padding.hb-owl-slider .owl-nav .owl-next {
right:30px
}
.hb-post-carousel .hb-post-info {
top:auto;
bottom:20px;
right:auto;
left:12%;
height:auto;
min-height:60px;
padding:1.8em 1.5em;
width:76%;
box-sizing:border-box;
z-index:9;
background:rgba(0,0,0,.5);
position:absolute;
text-align:center;
-webkit-backdrop-filter:blur(3px);
backdrop-filter:blur(3px);
border-radius:3px
}
.hb-post-carousel .hb-owl-item:hover .hb-post-info {
background:rgba(0,0,0,.85)
}
.hb-blog-box-categories,.hb-post-carousel .hb-post-categories {
text-transform:uppercase;
letter-spacing:.1em;
font-size:.8em;
font-weight:500
}
.hb-post-carousel .hb-post-categories,.hb-post-carousel .hb-post-categories a {
color:rgba(255,255,255,.7)
}
.hb-post-carousel .hb-owl-date {
padding-top:4px;
color:rgba(255,255,255,.6)
}
.hb-post-carousel .hb-post-info .hb-post-title {
display:block;
font-size:calc(var(--he-font-size) * 1.5);
color:#fff!important
}
.hb-post-carousel.hb-owl-slider .owl-nav .owl-next,.hb-post-carousel.hb-owl-slider .owl-nav .owl-prev {
position:absolute;
top:50%;
width:50px;
height:50px;
line-height:50px;
text-align:center;
margin-top:-25px;
z-index:10;
cursor:pointer;
background:#323436;
color:rgba(255,255,255,.7);
left:15px;
opacity:1;
border-radius:3px
}
.hb-post-carousel.hb-owl-slider .owl-nav .owl-next {
left:auto;
right:15px
}
.hb-post-carousel.hb-owl-slider .owl-nav .owl-next.disabled,.hb-post-carousel.hb-owl-slider .owl-nav .owl-prev.disabled {
opacity:0!important;
pointer-events:none
}
.hb-post-carousel.hb-owl-slider .owl-nav .owl-next:hover,.hb-post-carousel.hb-owl-slider .owl-nav .owl-prev:hover {
color:#fff
}
.hb-post-carousel.hb-owl-slider .owl-nav .owl-controls.clickable .owl-buttons div:hover {
filter:Alpha(Opacity=100);
opacity:1;
text-decoration:none
}
.hb-post-carousel.hb-owl-slider .owl-dots .owl-dot {
zoom:1;
display:inline
}
.hb-post-carousel.hb-owl-slider .owl-dots .owl-dot span {
display:inline-block;
width:7px;
height:7px;
margin:5px 3px;
border-radius:20px;
background:rgba(10,10,10,.15);
border:3px solid #fff;
box-shadow:0 0 5px 0 rgba(0,0,0,.55);
opacity:.5
}
.hb-post-carousel.hb-owl-slider .owl-dots .owl-dot.active span {
opacity:1
}
.hb-post-carousel.hb-owl-slider .owl-dots .owl-dot span.owl-numbers {
height:auto;
width:auto;
color:#fff;
padding:2px 10px;
font-size:var(--he-font-size--smallest);
border-radius:30px
}
.hb-post-carousel.hb-owl-slider .owl-dots {
position:absolute;
bottom:0;
width:100%;
left:0;
text-align:center
}
.hb-post-carousel.hb-owl-item.loading {
min-height:150px;
background:url(//www.axisrooms.com/wp-content/themes/assets/images/AjaxLoader.gif) center center no-repeat
}
.hb-blog-box-header a,.hb-blog-box-header a img {
display:block;
width:100%
}
.hb-blog-box {
background:#fff;
text-align:center
}
.hb-blog-box-content {
padding:30px
}
.hb-blog-box-excerpt p {
color:#666;
padding-top:10px;
margin-bottom:0
}
.hb-blog-box-title h3 {
padding-top:5px;
font-size:24px;
line-height:30px
}
.hb-blog-box-footer {
padding:0 30px 20px
}
.hb-blog-box-date {
float:left;
color:#aaa
}
.hb-blog-box-footer.without-date.without-more-button,.without-date .hb-blog-box-date,.without-more-button .hb-blog-box-read-more {
display:none
}
.without-date .hb-blog-box-read-more,.without-more-button .hb-blog-box-date {
float:none
}
.hb-blog-box-read-more {
float:right
}
.hb-blog-box-carousel .hb-blog-box {
margin:0 15px
}
.hb-blog-box-carousel .owl-pagination {
bottom:-40px
}
.hb-blog-box-categories a {
color:#999
}
.hb-blog-box-categories a:hover {
color:var(--colorPrimary)
}
.hb-teaser-column p {
margin-bottom:0
}
.hb-teaser-column a.simple-read-more {
margin-top:20px
}
#main-wrapper .hb-teaser-column h6.special {
margin-bottom:15px!important
}
#main-wrapper .hb-teaser-column img {
display:block;
width:100%!important;
max-width:100%;
height:auto;
border-top-left-radius:6px;
border-top-right-radius:6px
}
.teaser-content {
position:relative;
padding:20px;
display:flex;
flex-direction:column;
align-items:center;
border:1px solid #ebebeb;
border-top:none;
background:#fff;
border-bottom-right-radius:6px;
border-bottom-left-radius:6px;
margin-top:0!important
}
.teaser-content.alignleft {
align-items:flex-start
}
.teaser-content.alignright {
align-items:flex-end
}
.teaser-content::before {
position:absolute;
display:block;
content:'';
width:16px;
height:16px;
background-color:#fff;
top:-7px;
left:50%;
margin-left:-8px;
transform:rotate(45deg);
z-index:8
}
.hb-teaser-column.alternative .teaser-content::before {
display:none
}
.hb-teaser-column.alternative .teaser-content {
padding-left:0;
padding-right:0;
background:0 0;
border:none
}
.hb-teaser-column.alternative img {
border-radius:6px
}
.hb-process-steps {
text-align:center
}
.hb-process-steps .feature-box {
padding-left:15px;
padding-right:15px
}
.hb-process-steps .feature-box i.ic-holder-1 {
width:110px;
height:110px;
line-height:111px;
background-color:#fff
}
.hb-process-steps ul {
position:relative;
margin:0;
padding:0;
list-style:none
}
.hb-process-steps ul li {
display:inline-block;
float:left;
margin:0;
position:relative;
z-index:99
}
.light-style .hb-process-steps .feature-box i.ic-holder-1 {
background-color:#222
}
.hb-process-steps.steps-4 ul li {
width:25%
}
.hb-process-steps.steps-3 ul li {
width:33.33%
}
.hb-process-steps.steps-5 ul li {
width:20%
}
.hb-process-steps ul:before {
position:absolute;
left:100px;
display:block;
width:83%;
height:0;
border-top:1px dashed #eee;
content:'';
top:56px;
z-index:0
}
.hb-process-steps.steps-3 .feature-box i.ic-holder-1 {
width:160px;
height:160px;
border-radius:90px;
line-height:160px;
font-size:55px
}
.hb-process-steps.steps-3 ul:before {
top:80px;
left:150px;
width:70%
}
.hb-process-steps.steps-4 ul:before {
top:56px
}
.hb-image-banner {
position:relative;
height:auto;
overflow:hidden
}
.hb-image-banner-content {
position:absolute;
z-index:99;
top:50%;
width:100%;
left:0;
padding:0 20px!important
}
.shortcode-image-banner .nbm .hb-bordered-heading {
margin-bottom:0
}
.shortcode-image-banner h3.hb-center-heading,h4.hb-center-heading {
margin-bottom:10px!important
}
.hb-image-banner .banner-image {
width:100%!important;
height:auto;
display:block;
position:relative;
z-index:9;
border-radius:6px!important
}
.hb-callout-box {
display:block;
padding:30px;
border:1px solid #ebebeb;
background-color:#fff;
position:relative;
border-radius:3px
}
.light-style .hb-callout-box {
border:none;
background:rgba(0,0,0,.2)
}
.hb-callout-box h3 {
border-left:solid 3px var(--colorPrimary);
color:#323436;
padding-left:15px;
margin-right:30%;
margin-bottom:0;
font-size:18px;
font-family:var(--he-font);
font-weight:400
}
.hb-callout-box a {
position:absolute;
right:30px!important;
top:50%!important;
margin-top:-22px!important;
max-width:29%
}
#main-wrapper .hb-callout-box a.hb-button:active {
right:30px;
top:50%!important;
margin-top:-20px!important
}
.crop-here {
display:none;
visibility:hidden;
opacity:0
}
.crop-here.hb-visible-modal {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.65);
z-index:99999991;
display:block;
visibility:visible;
opacity:1;
overflow:scroll
}
.hb-modal-window {
width:600px;
height:auto;
position:absolute;
left:50%;
margin-left:-300px;
top:50px;
opacity:0;
z-index:999999;
display:none
}
.hb-modal-window .hb-box-cont {
box-shadow:0 5px 15px rgba(0,0,0,.5);
border-radius:5px
}
.hb-modal-window .hb-box-cont-header {
font-size:18px;
padding:15px 30px
}
.hb-modal-window .hb-box-cont-body {
padding:20px 30px
}
.hb-modal-window .hb-box-cont-body>:last-child {
margin-bottom:0!important
}
.hb-modal-window.animate-modal {
display:block;
opacity:1
}
#hb-modal-overlay {
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
background:rgba(0,0,0,.8);
z-index:99999;
display:none;
overflow-y:auto!important
}
.close-modal {
float:right;
font-size:1.4em;
color:#ababab;
display:flex;
align-items:center
}
.close-modal:hover {
color:var(--colorPrimary)
}
.close-modal i {
margin-right:0!important
}
.wpb_tabs .wpb_tabs_nav li {
margin:0 -1px 0 0!important
}
#main-wrapper .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
background-color:transparent;
padding:0
}
.hb-tabs-wrapper .nav-tabs {
border-bottom:1px solid #ebebeb;
display:block
}
.hb-tabs-wrapper .nav-tabs li {
float:left;
display:inline-block;
margin-right:-1px;
position:relative;
bottom:-1px
}
#main-wrapper .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
border-bottom:1px solid #ebebeb
}
#main-wrapper .hb-tabs-wrapper:not(.wpb_tabs) ul li a {
border-bottom:0!important
}
#main-wrapper .hb-tabs-wrapper:not(.wpb_tabs) ul li:last-child a {
border-bottom:1px solid #ebebeb!important
}
.hb-tabs-wrapper .nav-tabs li i {
margin-right:7px;
vertical-align:-1px
}
.hb-tabs-wrapper .nav-tabs li a {
display:block;
color:#666;
background-color:#f8f8f8;
padding:10px 18px;
margin:0 0 -1px;
border:1px solid #ebebeb
}
.hb-tabs-wrapper .nav-tabs li.active a {
color:var(--colorPrimary);
border-bottom-color:#fff;
background-color:#fff
}
.hb-tabs-wrapper .tab-content {
padding:20px 20px 17px;
border-left:1px solid #ebebeb;
border-bottom:1px solid #ebebeb;
border-right:1px solid #ebebeb;
display:block;
border-bottom-right-radius:2px;
border-bottom-left-radius:2px
}
.tab-content>.tab-pane,.wpb_tabs .tab-content {
display:none
}
.tab-content p:last-child {
margin-bottom:0
}
.tab-content>.tab-pane.active {
display:block!important
}
.wpb_tour .wpb_tabs_nav a {
width:auto!important
}
.hb-tabs-wrapper.tour-style .nav-tabs {
float:left;
margin:0!important;
width:25%;
border-right:0;
border-bottom:0;
position:relative;
z-index:9
}
.hb-tabs-wrapper.tour-style.right-tabs .nav-tabs {
float:right;
margin-left:-1px!important
}
.hb-tabs-wrapper.tour-style .nav-tabs>li {
display:block;
float:none;
bottom:0
}
.hb-tabs-wrapper.tour-style .tab-content {
float:left;
width:75%;
border:1px solid #ebebeb;
position:relative;
z-index:91;
margin-left:-1px!important
}
.hb-tabs-wrapper.tour-style.right-tabs .tab-content {
float:right
}
.hb-tabs-wrapper.tour-style .nav-tabs li.active a {
border-bottom-color:#ebebeb;
border-right-color:transparent
}
.hb-tabs-wrapper.tour-style.right-tabs .nav-tabs>li.active a {
border-right-color:#ebebeb;
border-left-color:transparent
}
.hb-tabs-wrapper.tour-style.right-tabs .nav-tabs>li a {
position:relative;
margin-top:-1px
}
.hb-tabs-wrapper.tour-style.right-tabs .nav-tabs>li:first-child a {
margin-top:0
}
#main-wrapper .ui-tabs-active.ui-state-active>a {
border-bottom-color:#fff!important
}
.hb-tabs-wrapper .tab-content {
background:0 0!important;
border:none!important
}
.hb-tabs-wrapper.wpb_tour .tab-content {
padding-top:0!important
}
.hb-box-cont {
overflow:hidden;
margin-bottom:20px;
border:1px solid #ebebeb;
background-color:#fff;
border-radius:2px
}
.hb-box-cont-header {
display:flex;
align-items:center;
gap:8px;
line-height:1.5em;
border-bottom:1px solid #ebebeb;
background-color:#f9f9f9;
color:#323436;
padding:10px 20px;
font-weight:600
}
.hb-box-cont-header i {
margin-right:5px;
position:relative
}
.hb-box-cont-header .close-modal {
margin-left:auto
}
.hb-box-cont-body {
padding:20px
}
.hb-box-frame,.hb-circle-frame {
display:block;
text-align:center
}
.hb-circle-frame span {
display:inline-block;
overflow:hidden;
margin:0 auto;
border-radius:1000px;
border:5px solid transparent;
max-width:100%;
box-shadow:0 0 4px rgba(0,0,0,.2)
}
.hb-box-frame span {
display:block;
overflow:hidden;
margin:0 auto;
border:5px solid transparent;
border-radius:3px;
max-width:100%;
box-shadow:0 0 4px rgba(0,0,0,.2)
}
.hb-circle-frame span a {
border-radius:1000px;
overflow:hidden
}
.hb-box-frame span a,.hb-circle-frame span a {
display:block;
position:relative
}
div.overlay {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:9;
opacity:0
}
.hb-circle-frame div.overlay {
border-radius:1000px
}
div.overlay .plus-sign {
position:relative;
top:45%;
margin-top:-20px
}
.embed-video iframe {
width:100%
}
.wp-block-embed__wrapper iframe {
width:100%;
max-width:100%
}
.wp-embed-aspect-16-9 {
position:relative;
padding-top:56.25%;
width:100%
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
position:absolute;
top:0;
left:0;
bottom:0;
right:0
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
width:100%;
height:100%;
display:block
}
.hb-icon {
font-size:30px;
line-height:1;
padding:0;
width:auto;
height:24px;
background-image:none;
color:var(--colorPrimary)
}
.shortcode-milestone-counter .hb-icon {
font-size:48px;
height:40px;
line-height:40px;
vertical-align:0;
display:inline-block;
margin:0!important
}
.hb-icon-float-left {
float:left;
padding:5px 10px 0 0
}
.hb-icon-float-right {
float:right;
padding:5px 0 0 10px
}
#main-wrapper .hb-icon-float-none {
display:block!important;
padding:10px 0;
text-align:center;
width:100%;
position:relative
}
.hb-icon.hb-icon-small {
font-size:16px;
line-height:1;
width:auto;
height:16px
}
.hb-icon.hb-icon-medium {
font-size:32px;
line-height:1;
width:auto;
height:32px
}
.hb-icon.hb-icon-medium.hb-icon-container {
width:32px;
height:32px;
font-size:32px;
line-height:33px;
transition:background .2s,color .2s
}
.hb-icon.hb-icon-large {
font-size:64px;
line-height:1;
width:auto;
height:64px
}
.hb-icon-container {
padding:20px;
border-radius:50%;
text-align:center;
margin-bottom:20px;
margin-right:20px;
border:1px solid #eee;
border-color:var(--colorPrimary)
}
#main-wrapper div.wpcf7-response-output,.hb-notif-box {
height:auto;
line-height:20px;
overflow:hidden;
padding:13px 20px;
text-align:left;
margin-bottom:10px;
font-weight:400;
box-sizing:border-box;
clear:both;
border-radius:2px;
border:0;
margin-top:20px;
position:relative
}
.hb-notif-box {
margin-top:0
}
.hb-notif-box a {
color:#fff;
border-bottom:1px solid rgba(255,255,255,.2)
}
.hb-notif-box p {
margin:0 0 0 20px
}
.hb-notif-box p i {
position:absolute;
left:15px;
top:15px;
color:rgba(0,0,0,.7)
}
.warning {
background-color:#ffd56c;
color:#323436
}
.success,.wpcf7-mail-sent-ok {
background-color:#2ecc71;
color:#fff
}
.hb-notif-box.error p i,.hb-notif-box.info p i,.hb-notif-box.success p i {
color:rgba(255,255,255,.7)
}
.hb-notif-box.error,div.wpcf7-validation-errors {
background-color:#c0392b;
color:#fff
}
.hb-notif-box.info {
background-color:#48acef;
color:#fff
}
.hb-notif-box i.icon-lightbulb {
font-size:1.3em;
top:13px
}
.hb-skill-meter {
display:flex;
flex-direction:column;
margin-bottom:20px
}
.hb-skill-meter .bar-title {
float:left
}
.hb-skill-meter .progress-value {
float:right;
display:inline
}
.hb-skill-meter .hb-skill-meter-title {
display:block;
margin-bottom:8px;
font-weight:600;
letter-spacing:1px;
line-height:1;
text-transform:uppercase;
font-size:var(--he-font-size--smallest)
}
.hb-skill-meter .hb-progress-bar {
position:relative;
display:block;
height:3px;
background-color:rgba(0,0,0,.05)
}
.hb-skill-meter .hb-progress-bar .progress-inner {
position:absolute;
top:0;
left:0;
z-index:1;
display:block;
overflow:hidden;
width:100%;
height:100%
}
.progress-inner {
background-color:var(--colorPrimary)
}
.progress-outer {
height:3px;
position:absolute;
top:0;
left:0
}
.hb-progress-bar,.progress-inner,.progress-outer {
border-radius:20px
}
.hb-chart {
position:relative;
margin:0 auto;
text-align:center;
width:100%;
height:100%;
overflow:hidden
}
.hb-chart canvas {
position:absolute;
top:0;
left:0;
z-index:1
}
.hb-chart .chart-custom-text,.hb-chart .chart-percent,.hb-chart i {
position:absolute;
top:0;
left:0;
z-index:10;
display:block;
width:100%;
color:#323436;
text-align:center
}
.hb-chart .chart-custom-text {
font-size:18px
}
.hb-chart .chart-percent {
font-family:var(--he-font--heading);
font-size:18px
}
.hb-chart-desc {
display:block;
font-size:var(--he-font-size--smallest)
}
@media handheld,only screen and (max-width:600px) {
.hb-chart {
margin:0 auto
}
}
.hb-counter {
text-align:center;
margin-top:20px
}
.hb-counter .count-number {
font-size:60px;
display:block;
text-align:center;
line-height:55px;
letter-spacing:-2px
}
.hb-chart-desc,.hb-counter .count-subject {
bottom:-60px;
color:#323436;
font-family:var(--he-font);
font-size:var(--he-font-size--smaller);
font-weight:600;
letter-spacing:1px;
line-height:1.3;
margin-top:7px;
opacity:0;
position:relative;
text-align:center;
text-transform:uppercase
}
h3.count-subject i {
margin-right:10px;
line-height:1;
vertical-align:-1px;
font-size:1.3em
}
.count-separator {
display:flex;
justify-content:center;
margin:16px 0
}
.hb-counter .count-separator span {
width:0;
height:1px;
background:rgba(255,255,255,.25)
}
.hb-countdown-unit {
display:inline-block;
text-align:center;
margin:0;
padding:0;
-webkit-user-select:none;
-moz-user-select:none;
user-select:none
}
.hb-countdown-unit li {
text-align:center;
display:inline-block;
float:left;
width:100px;
height:80px;
margin-right:7px;
line-height:60px;
color:#323436;
position:relative;
-webkit-user-select:none;
-moz-user-select:none;
user-select:none;
cursor:default
}
.hb-countdown-unit .timestamp {
display:block;
width:100%;
text-align:center;
font-size:40px;
font-family:var(--he-font--heading);
color:#323436
}
.hb-countdown-unit .timeRef {
bottom:-20px;
color:#999;
font-size:var(--he-font-size--smaller);
font-weight:600;
left:0;
letter-spacing:1px;
position:absolute;
text-align:center;
text-transform:uppercase;
width:100%
}
.hb-large-icon {
padding:20px 0;
color:#ff6838
}
.hb-large-icon i {
line-height:1;
display:inline-block;
vertical-align:-1px;
margin:0;
font-size:64px
}
ul.hb-ul-list,ul.hb-ul-list li {
margin:0 0 20px;
padding:0;
list-style:none!important
}
ul.hb-ul-list ul {
margin:5px 0 0 15px;
padding:0
}
ul.hb-ul-list li {
position:relative;
margin:0 0 6px;
padding:0;
line-height:20px
}
ol.line-list li,ul.hb-ul-list.line-list li,ul.line-list li {
border-bottom:1px solid #ebebeb;
padding-bottom:3px
}
.hb-ul-list br,.line-list br {
display:none!important
}
ul.hb-ul-list li i {
vertical-align:0;
margin-right:6px;
line-height:1;
font-size:.9em
}
.hb-accordion,.hb-toggle {
display:block;
margin-bottom:-1px
}
.team-meta-sidebar .hb-toggle {
margin-bottom:15px
}
.hb-accordion-single {
margin-bottom:5px
}
.hb-accordion-tab {
border-top-left-radius:2px;
border-top-right-radius:2px;
background:#fff;
cursor:pointer;
display:block;
margin:0;
padding:9px 35px;
position:relative;
top:1px;
-webkit-user-select:none;
-moz-user-select:none;
user-select:none;
border:1px solid #ebebeb
}
.hb-accordion-tab i {
position:absolute;
left:12px;
font-size:var(--he-font-size);
line-height:1;
vertical-align:-1px;
top:50%;
margin-top:-8px;
color:#999
}
.hb-accordion-tab i.icon-angle-right {
left:auto;
right:12px;
color:#999!important
}
.active-toggle.hb-accordion-tab i.icon-angle-right:before {
content:'\f107'!important
}
.active-toggle.hb-accordion-tab,.hb-accordion-tab:hover {
background:#f9f9f9;
color:#000
}
.active-toggle.hb-accordion-tab i,.hb-accordion-tab:hover i {
color:#000
}
#main-wrapper .hb-accordion-pane {
display:none;
padding:15px;
background:#fff;
border:1px solid #ebebeb;
position:relative;
top:-1px;
margin-bottom:5px!important
}
#main-content .hb-accordion-pane .wpb_content_element:last-child,#main-wrapper .hb-accordion-pane p:last-child {
margin-bottom:0!important
}
.hb-accordion-pane ol,.hb-accordion-pane ul {
margin-left:20px
}
.hb-heading i:not(.special-amp),p.hb-text-large i:not(.special-amp) {
font-size:1.2em;
margin-right:10px;
display:inline-block;
vertical-align:0;
line-height:.8em
}
.hb-bordered-heading,h3.hb-heading,h4.hb-heading,h4.lined-heading,h5.hb-heading {
line-height:1!important;
text-align:left;
overflow:hidden;
margin-top:0;
max-width:100%;
text-overflow:ellipsis;
white-space:normal;
padding:10px 0
}
.hb-bordered-heading {
margin-bottom:20px;
line-height:1;
display:inline-block;
padding:10px 15px 11px;
color:#000;
border:2px solid #000;
letter-spacing:2px;
text-transform:uppercase;
font-family:var(--he-font);
font-weight:600
}
h3.hb-center-heading,h4.hb-center-heading {
text-align:center;
display:block!important;
max-width:100%;
margin:20px auto 25px
}
h3.hb-heading span,h4.hb-heading span:not(.special-amp),h4.lined-heading,h5.hb-heading span {
display:inline-block;
position:relative
}
h3.hb-heading span:not(.special-amp):after,h3.hb-heading span:not(.special-amp):before,h4.hb-heading span:not(.special-amp):after,h4.hb-heading span:not(.special-amp):before,h4.lined-heading span:not(.special-amp):after,h4.lined-heading span:not(.special-amp):before,h5.hb-heading span:not(.special-amp):after,h5.hb-heading span:not(.special-amp):before {
content:'';
position:absolute;
height:5px;
border-top:1px solid #ddd;
top:50%;
margin-top:1px;
width:1200px
}
.hb-right-heading {
text-align:right!important
}
.hb-right-heading span:before {
margin-right:15px!important;
right:100%!important
}
h3.spb-icon-heading span:after,h3.spb-icon-heading span:before {
top:11px
}
h3.hb-heading span:before,h4.hb-heading span:before,h4.lined-heading span:before,h5.hb-heading span:before {
right:100%;
margin-right:15px
}
h3.hb-heading span:after,h4.hb-heading span:after,h4.lined-heading span:after,h5.hb-heading span:after {
left:100%;
margin-left:15px
}
h3.hb-center-heading span:after,h3.hb-center-heading span:before,h4.hb-center-heading span:after,h4.hb-center-heading span:before {
max-width:35px;
margin:0 -10px
}
h3.hb-center-heading span:not(.special-amp),h4.hb-center-heading span:not(.special-amp) {
position:relative;
z-index:5;
padding:0 20px
}
p.hb-text-large {
font-size:43px;
line-height:1.3em;
margin-bottom:0
}
.hb-subtitle {
margin-top:-10px;
margin-bottom:25px;
color:#999
}
.hb-subtitle-medium {
margin-top:-15px;
margin-bottom:25px;
color:#999
}
.hb-subtitle-small {
margin-top:-20px;
margin-bottom:25px;
color:#999
}
.feature-box i.ic-holder-1 {
display:inline-block!important;
border-width:1px;
border-style:solid;
border-radius:60px;
font-size:30px;
vertical-align:0!important;
height:90px;
line-height:90px;
width:90px;
padding:0;
margin:0!important;
font-style:normal;
-webkit-backface-visibility:hidden;
color:var(--colorPrimary);
border-color:var(--colorPrimary)
}
.light-style .feature-box i.ic-holder-1 {
color:#f9f9f9
}
.feature-box:hover:not(.alternative) i.ic-holder-1 {
transform:scale(1.15)
}
.feature-box:not(.alternative) .hb-icon-wrapper {
display:inline-block;
border-radius:90px;
position:relative;
margin-bottom:20px;
font-size:30px;
vertical-align:0!important;
height:90px;
line-height:90px;
width:90px
}
.feature-box.alternative i.ic-holder-1 {
background:0 0!important;
border:none!important;
font-size:36px;
line-height:36px;
height:50px;
width:60px;
margin-bottom:0!important;
padding:0!important
}
.feature-box .icon-box-img {
margin-bottom:20px;
display:inline-block
}
.standard-icon-box i.title-icon {
font-size:1.3em;
vertical-align:-3px;
margin-right:15px;
line-height:1;
font-style:normal
}
.feature-box.left-icon-box .hb-icon-wrapper,.feature-box.left-icon-box .icon-box-img,.feature-box.left-icon-box i.ic-holder-1 {
float:left;
margin:0
}
.feature-box.left-icon-box .feature-box-content {
margin-left:120px;
text-align:left
}
.feature-box.left-icon-box .feature-box-content.with-image {
margin-left:90px
}
.feature-box.left-icon-box.alternative .feature-box-content {
margin-left:80px
}
.feature-box.right-icon-box .hb-icon-wrapper,.feature-box.right-icon-box .icon-box-img,.feature-box.right-icon-box i.ic-holder-1 {
float:right;
margin:0
}
.feature-box.right-icon-box .feature-box-content {
margin-right:120px;
text-align:right
}
.feature-box.right-icon-box .feature-box-content.with-image {
margin-right:90px
}
.feature-box.right-icon-box.alternative .feature-box-content {
margin-right:80px
}
.feature-box .hb-small-break {
margin:16px auto;
width:40px
}
.feature-box:hover .hb-small-break {
width:90px
}
.feature-box h4.bold {
color:#323436;
font-weight:400;
margin-bottom:10px!important
}
.hb-process-steps .feature-box h4.bold {
margin-top:20px
}
.feature-box.dashed-border i {
border-style:dashed!important
}
.hb-small-break,hr {
height:1px;
width:70px;
margin:20px auto 25px;
background:#ebebeb;
display:block;
border:none
}
.hb-separator {
display:block;
width:100%;
height:1px;
border-top:1px solid #ebebeb;
margin-top:30px;
margin-bottom:30px;
position:relative
}
.hb-separator.with-text {
margin-right:80px
}
.hb-separator .go-to-top {
position:absolute;
right:0;
top:50%;
margin-top:-14px;
background:#fff;
z-index:999
}
.hb-separator .hb-scissors {
left:30px;
margin-top:-1px
}
.go-to-top {
text-transform:uppercase;
font-size:var(--he-font-size--smallest);
letter-spacing:1px;
font-weight:600;
padding:3px 12px
}
.hb-separator.extra-space {
margin-top:40px;
margin-bottom:40px;
border:none
}
.hb-fw-separator {
display:block;
width:600%;
height:1px;
border-top:1px solid #ebebeb;
position:absolute;
right:-200%;
margin:0;
bottom:-1px
}
.light-style .hb-fw-separator,.light-style .hb-separator {
border-top-color:rgba(255,255,255,.15)
}
.right-sidebar .hb-fw-separator {
right:-31px
}
.left-sidebar .hb-fw-separator {
left:-31px;
right:auto
}
.hb-fw-separator::after,.hb-fw-separator::before {
display:block;
content:'';
position:relative;
width:100%;
height:20px
}
.hb-fw-separator.dashed-border,.hb-separator.dashed-border,.hb-separator.double-border.dashed-border {
border-top-style:dashed;
border-top-color:#ccc;
border-bottom-color:#ccc
}
.hb-separator.double-border {
height:7px;
border-bottom:1px solid #ebebeb
}
.light-style .hb-fw-separator.dashed-border,.light-style .hb-separator.dashed-border,.light-style .hb-separator.double-border.dashed-border {
border-top-color:rgba(255,255,255,.15);
border-bottom-color:rgba(255,255,255,.15)
}
.hb-separator.thick-border,.thick-border {
border-width:3px
}
.thick-border .hb-small-break,.thick-border hr {
height:3px
}
.hb-separator.double-border.dashed-border {
border-bottom-style:dashed;
border-top-style:dashed
}
.hb-separator-s-1 {
border-top:1px dotted #ebebeb;
width:80px;
height:1px;
display:block;
clear:both;
float:none;
text-align:center;
margin:25px auto
}
.hb-separator-extra {
display:block;
width:100%;
height:1px;
border-top:1px solid #ebebeb;
margin-top:40px;
margin-bottom:40px
}
.left-sidebar .hb-separator-extra {
margin-left:-30px;
padding-left:30px
}
.hb-small-separator {
width:30px;
height:1px;
border-top:1px solid #fff;
display:block;
clear:both;
float:none;
text-align:center;
z-index:1;
margin:5px auto
}
.hb-separator-25 {
width:25%;
height:1px;
border-top:1px solid #ebebeb;
display:block;
clear:both;
float:none;
text-align:center;
position:relative;
margin:5px auto
}
.hb-separator-25 .hb-scissors {
left:10px
}
.right-sidebar .hb-separator-extra {
margin-right:-30px;
padding-right:30px
}
.content-box {
border:1px solid #ebebeb;
display:block;
padding:45px 20px 20px;
background:#fff;
text-align:center;
position:relative;
border-radius:6px;
margin-bottom:50px
}
.video-content .content-box {
background:rgba(255,255,255,.9)
}
.content-box h4 {
margin-top:5px;
padding-top:0;
margin-bottom:15px;
color:#323436
}
.content-box i.box-icon {
position:absolute;
z-index:99;
display:block;
width:60px;
height:60px;
color:#fff;
text-align:center;
font-size:20px;
line-height:60px;
border-radius:50px
}
.content-box.top-icon i.box-icon {
left:50%;
margin-left:-30px;
top:-30px
}
.content-box.left-icon i.box-icon {
top:50%;
left:-30px;
margin-top:-30px
}
.content-box.left-icon {
width:93%;
padding:20px 35px 35px 50px;
text-align:left
}
.hb-logout-box {
display:block;
width:60%;
background:#fff;
border:1px solid #ebebeb;
margin:0 auto;
text-align:center;
padding:40px 30px;
overflow:hidden;
position:relative
}
.hb-login-box {
position:relative
}
.hb-login-box .hb-login-form {
padding:0
}
.avatar-image {
margin-bottom:20px
}
.hb-logout-box .hb-button {
margin-top:10px
}
p.hb-checkbox {
text-align:left
}
.hb-logout-box small {
display:block;
clear:both;
margin-top:15px;
margin-bottom:-15px;
color:#777
}
.hb-logout-box small a {
border-bottom:1px solid #ccc;
color:#323436
}
.hb-logout-box small a:hover {
color:var(--colorPrimary);
border-bottom-color:var(--colorPrimary)
}
.hb-login-box .hb-button {
width:35%
}
.portfolio-like-holder {
position:absolute;
top:1px;
right:20px;
letter-spacing:1px
}
.hb-gal-standard-description.portfolio-description h3 {
margin-right:60px
}
.portfolio-simple-wrap .hb-gal-standard-description.portfolio-description h3 {
margin-right:0
}
.hb-gal-standard-description.portfolio-description .portfolio-small-meta {
width:100%;
margin-left:-20px;
padding-left:20px;
padding-right:20px;
margin-top:20px;
margin-bottom:0;
line-height:36px;
font-size:var(--he-font-size--smallest);
color:#999;
border-top:1px solid #efefef;
box-shadow:0 1px 2px rgba(0,0,0,.1);
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
display:flex;
justify-content:space-between;
align-items:center
}
#main-wrapper .fw-portfolio-head {
margin-bottom:40px
}
.hb-gal-standard-description.portfolio-description p {
margin-top:13px;
margin-bottom:0;
color:#767676;
font-size:var(--he-font-size--smaller)
}
.details-link {
display:inline-flex;
align-items:center;
gap:8px
}
.hb-gal-standard-img-wrapper {
position:relative;
overflow:hidden
}
.hb-gal-standard-img-wrapper,.hb-gal-standard-img-wrapper a,.hb-gal-standard-img-wrapper img {
display:block
}
.hb-gal-standard-img-wrapper a img {
-webkit-perspective:4000
}
.hb-gal-standard-description {
background:padding-box #fff;
-webkit-background-clip:padding-box;
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-webkit-border-bottom-left-radius:3px;
-webkit-border-bottom-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
display:block;
margin:0;
text-align:center;
padding:15px 20px;
border:1px solid #eee;
border-top:none
}
.portfolio-simple-wrap .hb-gal-standard-description {
padding:15px 0;
background:0 0;
box-shadow:none;
border:none
}
.portfolio-simple-wrap .hb-gal-standard-count,.portfolio-simple-wrap .like-holder,.portfolio-simple-wrap .portfolio-small-meta {
display:none
}
.hb-gal-standard-description.portfolio-description {
position:relative;
text-align:left;
padding-bottom:0
}
.hb-gal-standard-description.portfolio-description h3 a {
display:block;
margin-bottom:10px!important
}
.portfolio-simple-wrap .hb-gal-standard-description.portfolio-description {
text-align:center
}
.portfolio-simple-wrap .hb-gallery-item-name {
position:relative
}
.portfolio-simple-wrap .hb-gallery-item-name:before {
position:absolute;
display:block;
content:'';
width:30px;
height:1px;
background-color:#ccc;
bottom:-8px;
right:50%;
margin-right:-15px;
z-index:8
}
.portfolio-simple-wrap .standard-gallery-item:hover .hb-gallery-item-name:before {
width:70px;
margin-right:-35px
}
.hb-gal-standard-description h3 {
font-family:var(--he-font);
font-weight:600;
font-size:var(--he-font-size);
letter-spacing:1px;
text-transform:uppercase;
color:#323436;
margin:0
}
.hb-gal-standard-description .hb-gal-standard-count {
font-size:var(--he-font-size--smaller);
color:#999;
text-transform:none;
position:relative
}
.crsl-wrap .hb-gal-standard-description .hb-gal-standard-count {
top:-7px
}
.hb-gal-standard-img-wrapper .item-overlay-text-wrap {
margin-top:-27px
}
.plus-sign {
width:30px;
height:30px;
background-image:url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/images/plus-icon.png);
background-repeat:no-repeat;
background-position:center center;
overflow:hidden;
display:inline-block
}
.hb-gal-standard-description .hb-small-separator {
margin-top:6px;
margin-bottom:2px;
border-top-color:#ebebeb
}
.camera-overlay i {
font-size:30px;
line-height:30px;
color:#fff
}
.portfolio-single-meta {
position:relative;
z-index:991;
margin-top:5px
}
.portfolio-single-meta a.hb-button {
margin-top:20px;
display:block;
margin-right:0
}
ul.blog-social-share {
border:0!important
}
ul.blog-social-share li:last-child {
border-bottom:0
}
.portfolio-single-meta ul {
margin:0;
border:1px solid #ebebeb;
border-radius:2px
}
.portfolio-single-meta ul.meta-list li {
padding:6px 12px;
border-bottom:1px solid #ebebeb;
background:0 0
}
.portfolio-single-meta ul.meta-list li:hover {
background:#f4f4f4
}
.portfolio-single-meta ul.meta-list li:last-child {
border-bottom:none
}
.related-portfolio-items .standard-gallery-item {
opacity:1!important
}
.portfolio-related-item {
float:left;
display:block;
border:2px solid transparent
}
.portfolio-related-item img {
border-radius:2px;
display:block;
width:100%
}
.portfolio-related-fw {
background:rgba(0,0,0,.02);
padding-top:10px;
padding-bottom:40px;
margin-bottom:-1px
}
.col {
position:relative;
display:block;
float:left;
width:100%
}
#fw-gallery-grid {
margin-top:-50px;
position:relative;
width:100%
}
#fw-gallery-grid .load-more-posts {
margin-bottom:-1px
}
#fw-gallery-grid .col {
opacity:0
}
#fw-gallery-grid .col.visible {
opacity:1
}
#fw-gallery-grid .pagination {
position:absolute;
bottom:0;
right:20px;
display:inline-block;
margin:0 auto 15px 0;
width:auto!important;
z-index:99991
}
#fw-gallery-grid .pagination ul li a {
border-bottom-color:rgba(255,255,255,.1)
}
.hb-gallery-caption {
line-height:80px;
margin:0 10px 0 0;
float:left;
display:inline-block
}
.hb-gallery-sort {
display:block;
padding:0;
background-color:#fff;
color:#fff;
position:relative;
z-index:9999
}
.hb-grid-filter,.hb-sort-filter {
display:inline-block;
float:right;
margin-right:1px
}
.hb-gallery-sort li.hb-dd-header {
text-transform:uppercase;
font-size:var(--he-font-size--smallest);
letter-spacing:1px;
color:#777;
padding:30px 14px;
position:relative;
display:inline-block;
width:auto;
cursor:default
}
.hb-gallery-sort li.hb-dd-header:hover {
background-color:#f4f4f4
}
.hb-gallery-sort li.hb-dd-header:hover strong {
color:var(--colorPrimary)
}
.hb-gallery-sort li ul {
line-height:1.3em;
background:#323436;
margin:30px 0 0;
position:absolute;
left:0;
z-index:9999;
width:100%;
letter-spacing:0;
font-size:var(--he-font-size);
top:100%;
display:block;
opacity:0;
visibility:hidden
}
.standard-gallery-filter {
margin-bottom:40px!important
}
#main-content .standard-gallery-filter {
padding-left:0;
padding-right:0
}
ul.filter-tabs {
font-size:var(--he-font-size--smaller);
list-style:none;
margin-top:0;
margin-bottom:0;
float:left;
display:flex;
flex-wrap:wrap;
row-gap:8px
}
ul.filter-tabs.sort-tabs {
float:right!important
}
ul.filter-tabs li:first-child a {
border-top-left-radius:4px;
border-bottom-left-radius:4px
}
ul.filter-tabs li:last-child a {
border-top-right-radius:4px;
border-bottom-right-radius:4px
}
.filter-tabs li {
list-style-type:unset!important;
background-color:#fff;
flex-shrink:0
}
.filter-tabs li a {
padding:8px 16px;
border:1px solid #ebebeb;
display:inline-flex;
align-items:center;
gap:8px;
margin-right:-1px;
text-decoration:none;
height:auto;
overflow:hidden;
position:relative;
z-index:9
}
.filter-tabs li a:hover {
color:var(--colorPrimary);
background-color:rgba(255,255,255,.5)
}
.filter-tabs li.selected {
z-index:99
}
.filter-tabs li.selected a {
background:var(--colorPrimary);
color:#fff!important;
z-index:99
}
.filter-tabs li a span.item-count,.hb-filter-count {
opacity:.5
}
.hb-gallery-sort li>ul>li>a {
color:#999;
line-height:22px;
display:block;
float:none;
padding:8px 12px;
border-bottom:1px solid rgba(255,255,255,.1);
text-transform:capitalize
}
.hb-gallery-sort li:hover>ul {
display:block
}
.hb-gallery-sort li>ul>li:last-child a {
border-bottom:none
}
.fw-gallery-wrap {
width:100%;
max-width:100%;
position:relative;
overflow-y:hidden;
padding-left:0
}
#standard-gallery-masonry {
width:100%;
top:0
}
.inner-masonry {
width:110%
}
#fw-gallery-grid .elastic-item {
margin:0!important;
position:relative
}
.fw-gallery-wrap.columns-2 .elastic-item {
width:50%
}
.fw-gallery-wrap.columns-3 .elastic-item {
width:33.33%
}
.fw-gallery-wrap.columns-4 .elastic-item {
width:25%
}
.fw-gallery-wrap.columns-5 .elastic-item {
width:20%
}
.fw-gallery-wrap.columns-6 .elastic-item {
width:16.66%
}
.elastic-item img {
width:100.5%!important;
max-width:100.5%!important;
-webkit-transform:translate3d(0,0,0)
}
.standard-gallery-item {
opacity:0
}
#fw-gallery-grid .col.animate,.standard-gallery-item-wrap.animate {
opacity:1
}
.gallery-item {
position:relative;
overflow:hidden
}
.item-overlay {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:99
}
.item-overlay,.item-overlay-text {
opacity:0
}
.item-overlay-text {
position:absolute;
top:0;
height:100%;
left:0;
width:100%;
text-align:center;
z-index:99;
background:rgba(0,0,0,.8)
}
.item-overlay-text h4 {
color:#fff;
font-size:18px;
line-height:1.3;
text-align:center;
display:block;
margin-bottom:10px
}
.item-overlay-text span.item-count-text {
font-size:var(--he-font-size--smaller);
text-transform:uppercase;
color:rgba(255,255,255,.7)
}
.item-overlay-text-wrap {
display:block;
position:relative;
top:50%;
margin-top:-30px;
transform:translateY(0);
transition:transform .42s cubic-bezier(.33,1,.68,1)
}
.gallery-item a:hover,.hb-fw-element a:hover {
cursor:url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/images/plus.cur),crosshair;
cursor:url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/images/plus.png) 20 20,crosshair
}
.item-date {
position:absolute;
bottom:0;
right:0;
font-size:var(--he-font-size--smallest);
background:rgba(0,0,0,.2);
padding:2px 10px;
color:#fff;
text-transform:uppercase
}
.item-overlay-text {
opacity:0;
transition:opacity .22s cubic-bezier(.33,1,.68,1)
}
.item-has-overlay:hover .item-overlay-text {
opacity:1
}
.item-has-overlay:hover .item-overlay-text-wrap {
transform:translateY(15px)
}
#footer {
display:block;
padding:70px 0 50px;
background-color:#E8F8F5;
}
#footer .row.footer-row {
display:flex;
margin:0 -30px!important
}
#footer .widget-column {
flex-direction:column;
border-left:1px solid rgba(255,255,255,.1);
padding:0 30px
}
#footer.light-style .widget-column {
border-left-color:#ebebeb
}
#footer .widget-column.no-separator {
border-left:none!important
}
#footer .widget-column:first-child {
border:none!important
}
#footer.footer-bg-image {
background-size:cover;
background-position:top center;
background-repeat:no-repeat
}
#footer.light-style {
background-color:#f4f4f4;
border-top:1px solid #ebebeb
}
#footer h4 {
color: #2E526B !important;
font-size: 20px;
font-style: normal;
font-weight: 700;
}
#footer ul li {
display: block;
padding: 6px 0;
}
#footer ul li a {
color: #223140 !important;
font-size: 14px;
font-style: normal;
font-weight: 400;
}
#pre-footer-area {
position:relative;
background-color:rgba(0,0,0,.05);
color:#323436;
font-size:calc(var(--he-font-size) * 1.5);
line-height:1.3;
border-bottom:solid 3px var(--colorPrimary)
}
#pre-footer-area .container {
padding-top:30px;
padding-bottom:30px;
display:flex;
flex-wrap:wrap;
align-items:center;
justify-content:center;
gap:24px
}
#pre-footer-area .container::after,#pre-footer-area .container::before {
content:unset;
display:none
}
.pre-footer-text {
text-wrap:balance
}
#pre-footer-area .hb-button {
margin:0;
flex-shrink:0
}
#pre-footer-area::after {
content:'';
position:absolute;
width:0;
height:0;
border-left:11px solid transparent;
border-right:11px solid transparent;
border-top:11px solid #f9f9f9;
top:-1px;
left:0;
right:0;
margin-left:auto;
margin-right:auto
}
.page-template-contact #pre-footer-area:after {
display:none
}
#main-wrapper.hb-boxed-layout #pre-footer-area::after {
border-top-color:#f9f9f9
}
#copyright-wrapper {
background:#292929;
display:block;
padding:15px 0!important;
color:rgba(255,255,255,.4);
font-size:var(--he-font-size--smallest);
-webkit-backface-visibility:hidden
}
#copyright-wrapper.light-style {
border-top:1px solid #ebebeb;
color:#676767
}
#copyright-wrapper.footer-bg-image {
position:absolute;
bottom:0;
left:0;
width:100%;
background-color:transparent
}
#copyright-wrapper a {
color:#aaa;
border-bottom:1px solid rgba(255,255,255,.07);
padding-bottom:2px;
margin-bottom:0!important;
margin-top:0!important
}
#copyright-wrapper a:hover {
color:var(--colorPrimary)
}
.normal-copyright #copyright-text {
float:left
}
.normal-copyright #footer-menu {
float:right
}
#copyright-wrapper.simple-copyright {
text-align:center;
border-top:0
}
.simple-copyright #copyright-text {
display:block
}
.simple-copyright #footer-menu {
display:none
}
#copyright-text,#copyright-text p {
margin-bottom:0
}
ul.social-list {
display:block
}
ul.social-list li {
display:inline-block;
margin-right:7px
}
ul.social-list li:last-child {
margin-right:0!important
}
ul.social-list.large li {
width:44px;
height:44px;
font-size:28px;
line-height:44px;
text-align:center;
border-radius:2px
}
ul.social-list li a,ul.social-list li i {
line-height:1
}
ul.social-list li a {
color:#323436
}
ul.social-list li a:hover {
color:var(--colorPrimary)
}
#hb-maintenance ul.social-list {
float:right;
margin-right:70px
}
#hb-maintenance ul.social-list li a {
color:rgba(255,255,255,.7)
}
#hb-maintenance ul.social-list li a:hover {
color:#fff
}
#footer .widget-column .widget-item {
margin-bottom:30px;
position:relative
}
#footer .widget-column .widget-item:last-child {
margin-bottom:0!important
}
#footer-nav {
margin:0;
list-style-image:none;
list-style-type:none
}
#footer-nav li a i {
margin-right:5px;
vertical-align:-1px;
font-size:.9em
}
#footer-nav li {
float:left;
margin-right:15px
}
#footer-nav li a,.side-nav-bottom-part ul li,.side-nav-bottom-text {
position:relative
}
#footer-nav li ul {
display:none
}
#copyright-wrapper.dark-style a {
border-bottom:1px solid rgba(255,255,255,.1);
padding-bottom:2px;
color:rgba(255,255,255,.5)
}
#copyright-wrapper.dark-style a:hover {
color:#fff
}
#footer-nav li:last-child {
margin-right:0
}
#footer.dark-style .widget-item #s,#footer.dark-style .widget-item input[type=email],#footer.dark-style .widget-item input[type=text],#footer.dark-style .widget-item textarea,#footer.dark-style .widget_product_search input[type=search],#hb-side-section .widget-item #s,#hb-side-section .widget-item input[type=email],#hb-side-section .widget-item input[type=text],#hb-side-section .widget-item textarea,.megamenu .widget-item #s,.megamenu .widget-item input[type=email],.megamenu .widget-item input[type=text],.megamenu .widget-item textarea {
border-color:rgba(255,255,255,.15)
}
#footer .widget-item #s:focus,#footer.dark-style .widget-item input[type=email]:focus,#footer.dark-style .widget-item input[type=text]:focus,#footer.dark-style .widget-item textarea:focus,#hb-side-section #s:focus,#hb-side-section .widget-item input[type=email]:focus,#hb-side-section .widget-item input[type=text]:focus,#hb-side-section .widget-item textarea:focus,.megamenu #s:focus,.megamenu .widget-item input[type=email]:focus,.megamenu .widget-item input[type=text]:focus,.megamenu .widget-item textarea:focus {
color:#fff
}
form.searchform {
position:relative
}
#footer.dark-style .widget-item #searchsubmit,#footer.dark-style .widget-item.widget_product_search button[type=submit],#footer.dark-style .widget-item.widget_product_search input[type=submit],#footer.dark-style .widget-item.widget_product_search input[type=submit]:hover,#hb-side-section .widget-item #searchsubmit,#hb-side-section .widget-item.widget_product_search button[type=submit],#hb-side-section .widget-item.widget_product_search input[type=submit],.megamenu .widget-item #searchsubmit {
background-color:transparent!important;
opacity:.6;
border:none
}
#footer.dark-style .widget-item #searchsubmit:hover,#footer.dark-style .widget-item.widget_product_search input[type=submit]:hover,#hb-side-menu .widget-item.widget_product_search button[type=submit],#hb-side-menu .widget-item.widget_product_search input[type=submit],#hb-side-section .widget-item #searchsubmit:hover,.megamenu .widget-item #searchsubmit:hover {
opacity:1
}
.widget-item #searchsubmit,.widget-item.widget_product_search button[type=submit],.widget-item.widget_product_search input[type=submit] {
position:absolute;
top:0;
right:0;
left:auto;
margin-right:0;
z-index:92;
height:100%
}
#main-wrapper .widget_product_search button[type=submit],#main-wrapper .widget_product_search input[type=submit] {
text-indent:-9999px;
top:auto!important;
bottom:0;
border:none
}
html.hb-maintenance,html.hb-maintenance body {
height:100%
}
#hb-maintenance {
margin-left:70px;
width:700px;
color:#fff!important
}
#hb-maintenance #maintenance-logo {
position:absolute;
top:0;
left:0;
width:100%;
height:80px;
text-align:left;
padding-left:70px;
background:#fff;
margin-bottom:70px;
z-index:4
}
#maintenance-footer {
position:fixed;
bottom:0;
left:0;
width:100%;
padding-left:70px;
font-size:var(--he-font-size--smaller);
color:#fff;
height:40px;
line-height:40px;
background:#323436;
z-index:4
}
#hb-maintenance .maintenance-content {
padding-top:160px;
position:relative;
z-index:4
}
#hb-maintenance #maintenance-logo img {
text-align:center;
max-height:40px;
margin-top:20px;
width:auto
}
#hb-maintenance h1 {
background-color:rgba(0,0,0,.7);
padding:8px 14px;
color:#fff;
display:inline-block;
width:auto
}
#hb-maintenance h4 {
background-color:rgba(0,0,0,.7);
padding:6px 12px;
color:rgba(255,255,255,.7);
display:inline-block;
width:auto;
margin:2px 0 0;
font-family:var(--he-font)
}
#hb-maintenance.white-box {
background-color:#fff;
padding:70px
}
#hb-maintenance #hb-countdown {
list-style:none;
margin-top:70px;
position:relative;
z-index:4
}
#hb-maintenance #hb-countdown>li {
float:left;
width:100px;
height:100px;
background-color:rgba(255,255,255,.1);
margin-right:10px;
line-height:100px;
color:#fff;
position:relative;
border-radius:50px;
-moz-border-radius:50px;
-webkit-border-radius:50px;
-o-border-radius:50px;
border:2px solid rgba(255,255,255,.7)
}
#hb-maintenance #hb-countdown.hb-dark-style>li {
background-color:rgba(0,0,0,.1);
color:#000;
border-color:rgba(0,0,0,.7)
}
#hb-maintenance #hb-countdown.hb-dark-style>li .timeRef,#hb-maintenance #hb-countdown.hb-dark-style>li .timestamp {
color:#000
}
#hb-maintenance #hb-countdown>li .timeRef {
position:absolute;
bottom:-70px;
font-size:16px;
font-weight:600;
letter-spacing:1px;
text-transform:uppercase;
width:100%;
text-align:center;
color:#fff
}
#hb-maintenance #hb-countdown>li .timestamp {
display:block;
width:100%;
text-align:center;
font-size:22px;
font-family:var(--he-font--heading);
color:#fff
}
#maintenance-footer p {
float:left;
margin:0;
color:rgba(255,255,255,.6)
}
#maintenance-footer a {
color:rgba(255,255,255,.7)
}
body.right-alignment #hb-maintenance {
float:right!important;
margin-left:0!important;
margin-right:70px!important;
text-align:right
}
body.right-alignment #hb-maintenance #hb-countdown {
width:auto;
display:inline-block
}
body.right-alignment #hb-maintenance #hb-countdown>li .timeRef {
left:0;
right:auto
}
body.right-alignment #hb-maintenance #maintenance-logo,span.wpcf7-not-valid-tip {
text-align:right
}
body.right-alignment #hb-maintenance #maintenance-logo img {
margin-right:70px
}
body.right-alignment #maintenance-footer p {
float:right;
margin-right:70px
}
body.right-alignment #hb-maintenance ul.social-list {
float:left;
margin-lefy:70px
}
body.center-alignment #hb-maintenance #maintenance-logo,body.center-alignment #hb-maintenance .maintenance-content,body.center-alignment #maintenance-footer {
text-align:center
}
body.center-alignment #hb-maintenance {
margin:0 auto!important
}
body.center-alignment #hb-maintenance #hb-countdown {
display:block;
text-align:center
}
body.center-alignment #hb-maintenance #hb-countdown>li {
text-align:center;
float:none;
display:inline-block
}
body.center-alignment #hb-maintenance #hb-countdown>li .timeRef {
left:0
}
body.center-alignment #hb-maintenance ul.social-list,body.center-alignment #maintenance-footer p {
float:none;
display:inline-block;
text-align:center
}
body.center-alignment #hb-maintenance #maintenance-logo {
padding-left:0
}
.spacer {
display:block;
height:40px
}
.clear-r-margin {
margin-right:0!important
}
.cbm,.clear-b-margin {
margin-bottom:0!important
}
.clear-r-padding {
padding-right:0!important
}
.float-left {
float:left
}
#main-wrapper .portfolio-single-entry.float-right,.float-right {
float:right!important
}
.alignleft {
text-align:left
}
.alignright {
text-align:right
}
.aligncenter {
text-align:center
}
#copyright-wrapper.none,#footer.none,.hb-reveal-gallery,.hidden,.none {
display:none
}
.non-visible {
visibility:hidden
}
.no-scroll {
overflow:hidden!important;
overflow-x:hidden;
overflow-y:hidden
}
.hb-scissors {
position:absolute;
top:50%;
transform:translateY(-50%);
font-size:20px!important;
color:#999;
z-index:999;
left:100px;
line-height:1
}
.hb-button,.no-transition,input[type=submit] {
transition:background-color .1s linear,color .1s linear!important
}
.hb-push-button-icon {
align-items:center;
bottom:0;
display:flex;
justify-content:center;
left:0;
opacity:0;
position:absolute;
right:0;
top:0;
transform:translateY(-60%);
z-index:101;
transition:.2s ease-out
}
.hb-push-button-text {
display:block;
opacity:1;
position:relative;
text-align:center;
transform:translateY(0);
transition:.2s ease-out
}
.hb-button:hover .hb-push-button-text {
opacity:0;
transform:translateY(100%)
}
.hb-button:hover .hb-push-button-icon {
opacity:1;
transform:translateY(0)
}
.clear {
clear:both;
display:block;
overflow:hidden;
visibility:hidden;
width:0;
height:0
}
#respond::after,#respond::before,.clearfix::after,.clearfix::before,.container-wide::after,.container-wide::before,.container::after,.container::before,.hb-field-content .hb-row::after,.hb-field-content .hb-row::before,.row::after,.row::before,.small-container::before,.small-contaner::after,.spacer::after,.spacer::before,.tagcloud::after,.tagcloud::before,ul.cart_list.product_list_widget li::after,ul.cart_list.product_list_widget li::before {
content:'\0020';
display:block;
overflow:hidden;
visibility:hidden;
width:0;
height:0
}
#respond::after,.clearfix::after,.container-wide::after,.container::after,.hb-field-content .hb-row::after,.row::after,.small-contaner::after,.spacer::after,.tagcloud::after,ul.cart_list.product_list_widget li::after {
clear:both
}
#respond,.clearfix,.container,.container-wide,.hb-field-content .hb-row,.row,.small-contaner,.spacer,.tagcloud,ul.cart_list.product_list_widget li {
zoom:1
}
body #ascrail2000 {
background:0 0;
right:0!important;
padding-left:2px!important;
z-index:9999!important
}
#ascrail2000:hover {
background:rgba(255,255,255,.1)
}
#ascrail2000 div {
opacity:.4!important;
right:1px
}
#ascrail2000:hover div {
opacity:.7!important
}
.hb-button,.woocommerce-MyAccount-content input.button,a.read-more,input[type=submit] {
position:relative;
display:inline-flex;
align-items:center;
justify-content:center;
margin-right:10px;
margin-bottom:10px;
cursor:pointer;
font-family:var(--he-font);
font-weight:600;
font-size:var(--he-font-size--smallest);
line-height:1;
letter-spacing:1px;
text-transform:uppercase;
color:#fff!important;
box-shadow:0 3px 0 0 #009eb7;
padding:16px 20px;
overflow:hidden;
border-radius:3px;
gap:8px
}
button.hb-button:not(.hb-second-dark) {
border:none
}
.hb-button.disabled {
cursor:default!important;
background:rgba(39,174,96,.8)!important;
box-shadow:0 3px 0 0 rgba(19,154,76,.9)!important
}
#special-submit-form.disabled-button {
cursor:default!important
}
.hb-button:hover,.woocommerce-MyAccount-content input.button:hover,a.read-more:hover,input[type=submit]:hover {
color:#fff!important;
box-shadow:0 3px 0 0 #000;
background:#323436
}
#main-wrapper #place_order:hover {
color:#fff!important;
background:#323436
}
#main-wrapper .hb-dropdown-box a.hb-button {
color:rgba(255,255,255,.8)!important
}
#main-wrapper .hb-dropdown-box a.hb-button:hover {
color:#fff!important
}
.hb-button.special-icon {
padding-left:55px!important
}
.hb-button.special-icon i {
position:absolute;
left:0;
top:0;
height:100%;
width:37px;
background:#dd3828;
text-align:center;
line-height:43px;
margin-right:0;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center
}
.hb-button.special-icon i::after {
position:absolute;
display:block;
content:'';
width:10px;
height:10px;
background:#dd3828;
border-right:0;
border-bottom:0;
top:50%;
margin-top:-3px;
right:-5px;
z-index:8;
transform:rotate(45deg)
}
.hb-button.special-icon:hover i,.hb-button.special-icon:hover i::after {
background:#222
}
.showcoupon {
text-decoration:underline
}
#main-wrapper .hb-turqoise {
background:rgba(26,188,156,.8);
box-shadow:0 3px 0 0 rgba(6,168,136,.9)
}
#main-wrapper .hb-button.hb-turqoise.special-icon i::after,.hb-button.hb-turqoise.special-icon i {
background:#06a888
}
#main-wrapper .hb-turqoise:hover {
background:#1abc9c;
box-shadow:0 3px 0 0 #06a888
}
#main-wrapper .hb-green-sea {
background:rgba(22,160,133,.8);
box-shadow:0 3px 0 0 rgba(2,140,113,.9)
}
#main-wrapper .hb-button.hb-green-sea.special-icon i::after,.hb-button.hb-green-sea.special-icon i {
background:#028c71
}
#main-wrapper .hb-green-sea:hover {
background:#16a085;
box-shadow:0 3px 0 0 #028c71
}
#main-wrapper .hb-sunflower {
background:rgba(241,196,15,.8);
box-shadow:0 3px 0 0 rgba(221,176,0,.9)
}
#main-wrapper .hb-button.hb-sunflower.special-icon i::after,.hb-button.hb-sunflower.special-icon i {
background:#ddb000
}
#main-wrapper .hb-sunflower:hover {
background:#f1c40f;
box-shadow:0 3px 0 0 #ddb000
}
#main-wrapper .hb-orange {
background:rgba(243,156,18,.8);
box-shadow:0 3px 0 0 rgba(223,136,0,.9)
}
#main-wrapper .hb-button.hb-orange.special-icon i::after,.hb-button.hb-orange.special-icon i {
background:#df8800
}
#main-wrapper .hb-orange:hover {
background:#f39c12;
box-shadow:0 3px 0 0 #df8800
}
#main-wrapper .hb-emerald {
background:rgba(46,204,113,.8)!important;
box-shadow:0 3px 0 0 rgba(26,184,93,.9)
}
#main-wrapper .hb-button.hb-emerald.special-icon i::after,.hb-button.hb-emerald.special-icon i {
background:#1ab85d
}
#main-wrapper .hb-emerald:hover {
background:#2ecc71!important;
box-shadow:0 3px 0 0 #1ab85d
}
#main-wrapper .hb-nephritis {
background:rgba(39,174,96,.8);
box-shadow:0 3px 0 0 rgba(19,154,76,.9)
}
#main-wrapper .hb-button.hb-nephritis.special-icon i::after,.hb-button.hb-nephritis.special-icon i {
background:#139a4c
}
#main-wrapper .hb-nephritis:hover {
background:#27ae60;
box-shadow:0 3px 0 0 #139a4c
}
#main-wrapper .hb-carrot {
background:rgba(230,126,34,.8);
box-shadow:0 3px 0 0 rgba(210,106,14,.9)
}
#main-wrapper .hb-button.hb-carrot.special-icon i::after,.hb-button.hb-carrot.special-icon i {
background:#d26a0e
}
#main-wrapper .hb-carrot:hover {
background:#e67e22;
box-shadow:0 3px 0 0 #d26a0e
}
#main-wrapper .hb-pumpkin {
background:rgba(211,84,0,.8);
box-shadow:0 3px 0 0 rgba(191,64,0,.9)
}
#main-wrapper .hb-button.hb-pumpkin.special-icon i::after,.hb-button.hb-pumpkin.special-icon i {
background:#bf4000
}
#main-wrapper .hb-pumpkin:hover {
background:#d35400;
box-shadow:0 3px 0 0 #bf4000
}
#main-wrapper .hb-peter-river {
background:rgba(52,152,219,.8);
box-shadow:0 3px 0 0 rgba(32,132,199,.9)
}
#main-wrapper .hb-button.hb-peter-river.special-icon i::after,.hb-button.hb-peter-river.special-icon i {
background:#2084c7
}
#main-wrapper .hb-peter-river:hover {
background:#3498db;
box-shadow:0 3px 0 0 #2084c7
}
#main-wrapper .hb-belize-hole {
background:rgba(41,128,185,.8);
box-shadow:0 3px 0 0 rgba(21,108,165,.9)
}
#main-wrapper .hb-button.hb-belize-hole.special-icon i::after,.hb-button.hb-belize-hole.special-icon i {
background:#156ca5
}
#main-wrapper .hb-belize-hole:hover {
background:#2980b9;
box-shadow:0 3px 0 0 #156ca5
}
#main-wrapper .hb-alizarin {
background:rgba(231,76,60,.8);
box-shadow:0 3px 0 0 rgba(221,56,40,.9)
}
#main-wrapper .hb-button.hb-alizarin.special-icon i::after,.hb-button.hb-alizarin.special-icon i {
background:#dd3828
}
#main-wrapper .hb-alizarin:hover {
background:#e74c3c;
box-shadow:0 3px 0 0 #dd3828
}
#main-wrapper .hb-pomegranate {
background:rgba(192,57,43,.8);
box-shadow:0 3px 0 0 rgba(172,37,23,.9)
}
#main-wrapper .hb-button.hb-pomegranate.special-icon i::after,.hb-button.hb-pomegranate.special-icon i {
background:#ac2517
}
#main-wrapper .hb-pomegranate:hover {
background:#c0392b;
box-shadow:0 3px 0 0 #ac2517
}
#main-wrapper .hb-amethyst {
background:rgba(155,89,182,.8);
box-shadow:0 3px 0 0 rgba(135,69,162,.9)
}
#main-wrapper .hb-button.hb-amethyst.special-icon i::after,.hb-button.hb-amethyst.special-icon i {
background:#8745a2
}
#main-wrapper .hb-amethyst:hover {
background:#9b59b6;
box-shadow:0 3px 0 0 #8745a2
}
#main-wrapper .hb-wisteria {
background:rgba(142,68,173,.8);
box-shadow:0 3px 0 0 rgba(122,48,153,.9)
}
#main-wrapper .hb-button.hb-wisteria.special-icon i::after,.hb-button.hb-wisteria.special-icon i {
background:#7a3099
}
#main-wrapper .hb-wisteria:hover {
background:#8e44ad;
box-shadow:0 3px 0 0 #7a3099
}
#main-wrapper .hb-wet-asphalt {
background:rgba(52,73,94,.8);
box-shadow:0 3px 0 0 rgba(32,53,74,.9)
}
#main-wrapper .hb-button.hb-wet-asphalt.special-icon i::after,.hb-button.hb-wet-asphalt.special-icon i {
background:#20354a
}
#main-wrapper .hb-wet-asphalt:hover {
background:#34495e;
box-shadow:0 3px 0 0 #20354a
}
#main-wrapper .hb-midnight-blue {
background:rgba(44,62,80,.8);
box-shadow:0 3px 0 0 rgba(24,42,60,.9)
}
#main-wrapper .hb-button.hb-midnight-blue.special-icon i::after,.hb-button.hb-midnight-blue.special-icon i {
background:#182a3c
}
#main-wrapper .hb-midnight-blue:hover {
background:#2c3e50;
box-shadow:0 3px 0 0 #182a3c
}
#main-wrapper .hb-concrete {
background:rgba(149,165,166,.8);
box-shadow:0 3px 0 0 rgba(129,145,146,.8)
}
#main-wrapper .hb-button.hb-concrete.special-icon i::after,.hb-button.hb-concrete.special-icon i {
background:#819192
}
#main-wrapper .hb-concrete:hover {
background:#95a5a6;
box-shadow:0 3px 0 0 rgba(109,125,126,.8)
}
#main-wrapper .hb-asbestos {
background:rgba(127,140,141,.8);
box-shadow:0 3px 0 0 rgba(107,120,121,.9)
}
#main-wrapper .hb-button.hb-asbestos.special-icon i::after,.hb-button.hb-asbestos.special-icon i {
background:#6b7879
}
#main-wrapper .hb-asbestos:hover {
background:#7f8c8d;
box-shadow:0 3px 0 0 #6b7879
}
#main-wrapper .hb-darkly {
background:rgba(50,52,54,.8);
box-shadow:0 1px 0 rgba(255,255,255,.25) inset,0 3px 0 0 rgba(30,32,34,.8)
}
#main-wrapper .hb-button.hb-darkly.special-icon i::after,.hb-button.hb-darkly.special-icon i {
background:#1e2022
}
#main-wrapper .hb-darkly:hover {
background:rgba(50,52,54,.8);
box-shadow:0 1px 0 rgba(255,255,255,.3) inset,0 3px 0 0 rgba(30,32,34,.9)
}
#main-wrapper .hb-second-dark {
background:0 0!important;
border:2px solid #323436;
color:#323436!important;
box-shadow:none;
padding:10px 22px!important
}
#main-wrapper .hb-second-dark:hover {
background:#323436!important;
color:#fff!important;
box-shadow:none
}
#main-wrapper .hb-third-dark,a.read-more {
background:0 0!important;
border:2px solid rgba(0,0,0,.1);
color:#323436!important;
box-shadow:none;
padding:13px 40px!important
}
#main-wrapper .hb-yellow {
background:#ffd62c!important;
border:none;
color:#323436!important;
box-shadow:none;
padding:14px 40px!important
}
#main-wrapper .hb-yellow:hover {
background:#323436!important;
box-shadow:none;
color:#fff!important
}
#main-wrapper .hb-third-dark:hover,#special-submit-form.disabled-button,a.read-more:hover {
background:#323436!important;
color:#fff!important;
box-shadow:none;
border-color:#323436
}
#main-wrapper .hb-second-light,#main-wrapper .hb-third-light {
background:0 0!important;
border:2px solid rgba(255,255,255,.6);
color:#fff!important;
box-shadow:none!important;
padding:13px 40px!important
}
#main-wrapper .hb-second-light:hover,#main-wrapper .hb-third-light {
background:#fff!important;
color:#000!important
}
a.read-more {
padding:9px 15px!important;
font-size:var(--he-font-size--smallest);
color:#999;
margin-top:25px
}
.hb-button.no-three-d {
box-shadow:none!important;
border-radius:0
}
.hb-button:not(.no-three-d):not(.hb-third-dark):not(.hb-second-dark):active,input[type=submit]:not(.no-three-d):not(.hb-third-dark):not(.hb-second-dark):active {
box-shadow:0 0!important;
top:3px!important
}
.hb-button.hb-large-button {
padding:18px 32px;
font-size:var(--he-font-size);
letter-spacing:1.5px
}
.hb-button.special-icon.hb-large-button {
padding-left:60px!important
}
.hb-button.hb-small-button,input[type=submit] {
padding:12px 16px!important;
font-size:var(--he-font-size--smallest);
letter-spacing:.5px
}
.hb-button.hb-small-button.special-icon i {
line-height:37px
}
.hb-button.special-icon.hb-small-button {
padding-left:55px!important
}
.hb-effect-1 #main-nav>li>a::after,.hb-effect-1 #main-nav>li>a::before {
display:inline-block;
opacity:0;
transition:transform .3s,opacity .2s
}
.hb-effect-1 #main-nav>li>a::before {
margin-right:6px;
content:'[';
transform:translateX(20px)
}
.hb-effect-1 #main-nav>li>a::after {
margin-left:6px;
content:']';
transform:translateX(-20px);
position:relative;
width:auto;
height:100%;
background:0 0
}
#main-wrapper .default-skin #main-nav>li>a>i.sf-sub-indicator,#main-wrapper .hb-effect-1 #main-nav>li>a>i.sf-sub-indicator,#main-wrapper .second-skin #main-nav>li>a>i.sf-sub-indicator {
display:none!important
}
.hb-effect-1 #main-nav>li.current-menu-ancestor>a::after,.hb-effect-1 #main-nav>li.current-menu-ancestor>a::before,.hb-effect-1 #main-nav>li.current-menu-item>a::after,.hb-effect-1 #main-nav>li.current-menu-item>a::before,.hb-effect-1 #main-nav>li.sfHover>a::after,.hb-effect-1 #main-nav>li.sfHover>a::before,.hb-effect-1 #main-nav>li>a:focus::after,.hb-effect-1 #main-nav>li>a:focus::before,.hb-effect-1 #main-nav>li>a:hover::after,.hb-effect-1 #main-nav>li>a:hover::before,.third-skin.hb-effect-1 #main-nav>li.current-menu-item>a::after,.third-skin.hb-effect-1 #main-nav>li.current-menu-item>a::before,.third-skin.hb-effect-1 #main-nav>li.sfHover>a::after,.third-skin.hb-effect-1 #main-nav>li.sfHover>a::before {
opacity:1;
transform:translateX(0)
}
.second-skin.hb-effect-1 #main-nav>li>a::before,.second-skin.hb-effect-1 a::after {
color:#fff!important
}
.hb-effect-1 #main-nav li a span {
top:0
}
.hb-effect-1 #main-nav li a {
padding-right:3px;
padding-left:3px
}
.third-skin.hb-effect-2 #main-nav>li>a {
color:#777
}
.third-skin.hb-effect-2 #main-nav>li>a:hover {
color:#000!important
}
.hb-effect-2 a {
padding:8px 0
}
.hb-effect-2 #main-nav>li>a>span::after {
position:absolute;
top:100%;
left:0;
width:100%;
height:2px;
content:'';
opacity:0;
transition:opacity .3s,transform .3s;
transform:translateY(10px)
}
.hb-effect-2 #main-nav>li.current-menu-ancestor>a span::after,.hb-effect-2 #main-nav>li.current-menu-item>a span::after,.hb-effect-2 #main-nav>li.sfHover>a span::after,.hb-effect-2 #main-nav>li>a:focus span::after,.hb-effect-2 #main-nav>li>a:hover span::after {
opacity:1;
transform:translateY(0)
}
.hb-effect-3 #main-nav>li>a {
transition:color .3s
}
.hb-effect-3 #main-nav>li>a::before {
position:absolute;
left:0;
width:100%;
height:2px;
content:'';
opacity:0;
transition:opacity .3s,transform .3s;
top:0;
transform:translateY(-10px)
}
.hb-effect-3 #main-nav>li.current-menu-ancestor>a::before,.hb-effect-3 #main-nav>li.current-menu-item>a::before,.hb-effect-3 #main-nav>li.sfHover>a::before,.hb-effect-3 #main-nav>li>a:focus::before,.hb-effect-3 #main-nav>li>a:hover::before {
opacity:1;
transform:translateY(0)
}
.hb-effect-4 a {
transition:color .3s
}
.hb-effect-4 #main-nav>li>a::before {
position:absolute;
left:0;
width:100%;
height:2px;
content:'';
opacity:0;
transition:opacity .3s,transform .3s;
bottom:0;
transform:translateY(-10px)
}
.hb-effect-4 #main-nav>li.current-menu-ancestor>a::before,.hb-effect-4 #main-nav>li.current-menu-item>a::before,.hb-effect-4 #main-nav>li.sfHover>a::before,.hb-effect-4 #main-nav>li>a:focus::before,.hb-effect-4 #main-nav>li>a:hover::before {
opacity:1;
transform:translateY(1px)
}
.hb-effect-5 #main-nav>li>a::before {
position:absolute;
top:0;
left:0;
width:100%;
height:0;
background:#f4f4f4;
content:'';
transition:height .3s
}
.hb-effect-5 #main-nav>li.current-menu-ancestor>a::before,.hb-effect-5 #main-nav>li.current-menu-item>a::before,.hb-effect-5 #main-nav>li.sfHover>a::before,.hb-effect-5 #main-nav>li>a:hover::before {
height:100%;
opacity:1;
background:#f6f6f6
}
.hb-effect-5 #main-nav>li#nav-search>a::before {
background:0 0!important
}
.hb-effect-6 #main-nav>li.current-menu-ancestor>a,.hb-effect-6 #main-nav>li.current-menu-item>a,.hb-effect-6 #main-nav>li.sfHover>a,.hb-effect-6 #main-nav>li>a:hover {
color:#fff!important
}
.hb-effect-6 #main-nav>li>a::before {
position:absolute;
top:0;
left:0;
width:100%;
height:0;
content:'';
transition:height .25s
}
.hb-effect-6 #main-nav>li.current-menu-ancestor>a::before,.hb-effect-6 #main-nav>li.current-menu-item>a::before,.hb-effect-6 #main-nav>li.sfHover>a::before,.hb-effect-6 #main-nav>li>a:hover::before {
height:100%;
opacity:1
}
.hb-effect-7 #main-nav>li>a span::after {
position:absolute;
bottom:-5px;
left:0;
width:100%;
height:0;
content:'';
opacity:0;
transition:height .3s,opacity .3s,transform .3s;
transform:translateY(-10px)
}
.hb-effect-7 #main-nav>li.current-menu-ancestor>a span::after,.hb-effect-7 #main-nav>li.current-menu-item>a span::after,.hb-effect-7 #main-nav>li.sfHover>a span::after,.hb-effect-7 #main-nav>li>a:hover span::after {
height:3px;
opacity:1;
transform:translateY(0)
}
.hb-effect-8 #main-nav>li>a span {
padding-top:6px
}
.hb-effect-8 #main-nav>li>a span::before {
position:absolute;
top:100%;
left:0;
width:0%;
height:2px;
background:rgba(0,0,0,.1);
content:'';
transition:width .3s
}
.hb-effect-8 #main-nav>li>a span::after {
position:absolute;
top:0;
left:0;
width:0%;
height:2px;
background:rgba(0,0,0,.1);
content:'';
transition:width .3s
}
.hb-effect-8 #main-nav>li.current-menu-item>a span::after,.hb-effect-8 #main-nav>li.sfHover>a span::after,.hb-effect-8 #main-nav>li>a:hover span::after,.hb-effect-8 #main-nav>li>a:hover span::before {
width:100%
}
.hb-effect-9 a {
transition:color .3s
}
.hb-effect-9 #main-nav>li>a>span {
padding-top:3px
}
.hb-effect-9 #main-nav>li>a>span::after,.hb-effect-9 #main-nav>li>a>span::before {
position:absolute;
left:0;
width:100%;
height:2px;
content:'';
opacity:0;
transition:opacity .3s,transform .3s;
transform:translateY(-10px)
}
.hb-effect-9 #main-nav>li>a>span::before {
top:0;
transform:translateY(-10px)
}
.hb-effect-9 #main-nav>li.current-menu-ancestor>a>span::before,.hb-effect-9 #main-nav>li.current-menu-item>a>span::before,.hb-effect-9 #main-nav>li.sfHover>a>span::before,.hb-effect-9 #main-nav>li>a:focus>span::before,.hb-effect-9 #main-nav>li>a:hover>span::before {
opacity:1;
transform:translateY(-6px)
}
.second-skin.hb-effect-9 #main-nav>li.current-menu-item>a,.second-skin.hb-effect-9 #main-nav>li.sfHover>a,.second-skin.hb-effect-9 #main-nav>li>a:hover {
color:#fff!important
}
.second-skin.hb-effect-9 #main-nav>li>a>span::after,.second-skin.hb-effect-9 #main-nav>li>a>span::before {
background:#fff!important
}
.hb-effect-10 #main-nav>li>a span {
padding-top:6px
}
.hb-effect-10 #main-nav>li>a span::before {
position:absolute;
top:100%;
left:0;
width:0%;
height:1px;
background:rgba(0,0,0,.2);
content:'';
transition:width .3s
}
#main-nav>li.current-menu-ancestor>a span::before,#main-nav>li.sfHover>a span::before,.hb-effect-10 #main-nav>li.current-menu-item>a span::before,.hb-effect-10 #main-nav>li>a:hover span::before {
width:100%
}
.hb-effect-11 #main-nav>li>a>span {
transition:color .3s
}
.hb-effect-11 #main-nav>li>a::before {
position:absolute;
top:20px;
left:50%;
color:transparent;
content:'•';
text-shadow:0 0 transparent;
font-size:1.2em;
transition:text-shadow .3s,color .3s;
transform:translateX(-50%);
pointer-events:none;
background:0 0
}
.hb-pop-class {
animation:.4s cubic-bezier(.175,.885,.32,1.275) hb-pop
}
@keyframes hb-pop {
0% {
transform:scale(.8);
opacity:.1
}
100% {
transform:scale(1);
opacity:1
}
}
.grid.effect-1 li.animate {
animation:.65s forwards hb_fadeIn
}
.animate,.fade-in-sec {
transform:translateY(200px);
animation:.65s forwards moveUp
}
@keyframes hb_fadeIn {
to {
opacity:1
}
}
@keyframes moveUp {
to {
transform:translateY(0);
opacity:1
}
}
.hb-jumping {
position:relative
}
@keyframes hb_jump {
0%,100% {
top:0
}
50% {
top:15px
}
}
.bg-animate {
animation:30s linear infinite HBBGAnimate
}
@keyframes HBBGAnimate {
from {
background-position:0 0
}
to {
background-position:0 400px
}
}
#hb-blog-posts.fullwidth-grid-layout article {
width:24.9%!important
}
#hb-blog-posts.fullwidth-grid-layout article.col-4 {
width:33.2%!important
}
#hb-blog-posts.fullwidth-grid-layout article.col-2 {
width:16.65%!important
}
#main-wrapper.left-panel #fullpage {
margin-left:-265px
}
#superContainer {
height:100%;
position:relative;
touch-action:none
}
.fp-section {
position:relative;
box-sizing:border-box;
background-size:cover
}
.fp-slide {
float:left
}
.fp-slide,.fp-slidesContainer {
height:100%;
display:block
}
.fp-slides {
z-index:1;
height:100%;
overflow:hidden;
position:relative;
transition:.5s ease-out
}
.fp-section.fp-table,.fp-slide.fp-table {
display:table;
width:100%
}
.fp-tableCell {
display:table-cell;
vertical-align:middle;
width:100%;
height:100%
}
.fp-slidesContainer {
float:left;
position:relative
}
.fp-controlArrow {
position:absolute;
z-index:4;
top:50%;
cursor:pointer;
width:0;
height:0;
border-style:solid;
margin-top:-38px
}
.fp-controlArrow.fp-prev {
left:15px;
width:0;
border-width:38.5px 34px 38.5px 0;
border-color:transparent #fff transparent transparent
}
.fp-controlArrow.fp-next {
right:15px;
border-width:38.5px 0 38.5px 34px;
border-color:transparent transparent transparent #fff
}
.fp-scrollable {
overflow:scroll
}
.fp-easing {
transition:.5s ease-in-out
}
#fp-nav {
position:fixed;
z-index:9991;
margin-top:-32px;
top:50%;
opacity:1
}
#fp-nav.right {
right:17px
}
#fp-nav.left {
left:17px
}
.fp-slidesNav {
position:absolute;
z-index:4;
left:50%;
opacity:1
}
.fp-slidesNav.bottom {
bottom:17px
}
.fp-slidesNav.top {
top:17px
}
#fp-nav ul,.fp-slidesNav ul {
margin:0;
padding:0
}
#fp-nav li,.fp-slidesNav li {
display:block;
width:14px;
height:13px;
margin:7px;
position:relative
}
.fp-slidesNav li {
display:inline-block
}
#fp-nav li a,.fp-slidesNav li a {
display:block;
position:relative;
z-index:1;
width:100%;
height:100%;
cursor:pointer;
text-decoration:none
}
#fp-nav li .active span,.fp-slidesNav .active span {
background-color:rgba(0,0,0,0);
box-shadow:0 0 0 2px #fff
}
#fp-nav span,.fp-slidesNav span {
top:2px;
left:2px;
width:10px;
height:10px;
border-radius:50%;
position:absolute;
z-index:1;
box-shadow:0 0 0 2px rgba(255,255,255,0);
background:rgba(255,255,255,.3);
transition:box-shadow .3s,background-color .3s
}
#fp-nav a span:hover {
background:rgba(255,255,255,.7)
}
#fp-nav.dark-skin a span:hover {
background:rgba(0,0,0,.7)
}
#fp-nav.dark-skin a span {
background:rgba(0,0,0,.3)
}
#fp-nav.dark-skin li .active span,.fp-slidesNav.dark-skin .active span {
background-color:rgba(0,0,0,0);
box-shadow:0 0 0 2px #000
}
.fp-tooltip {
position:absolute;
top:-2px;
color:#fff;
font-size:var(--he-font-size);
white-space:nowrap;
max-width:220px
}
.fp-tooltip.right {
right:20px
}
.fp-tooltip.left {
left:20px
}
.hb-fp-video {
position:absolute;
top:0;
left:0;
z-index:10;
overflow:hidden;
min-width:100%;
min-height:100%;
-webkit-transform-style:preserve-3d;
background-size:cover
}
.hb-fp-video video {
position:absolute;
top:0;
left:0;
min-width:100%;
min-height:100%;
width:auto;
height:auto;
z-index:10;
background-size:cover;
-o-object-fit:cover;
object-fit:cover
}
.hb-caption-layer {
z-index:20;
box-sizing:border-box
}
.left-panel .hb-caption-layer {
padding-left:265px;
padding-right:0
}
.hb-caption-layer h2 {
font-size:50px;
line-height:60px;
margin-bottom:0;
text-transform:uppercase;
letter-spacing:2px;
font-family:var(--he-font);
font-weight:600
}
.hb-caption-layer p {
font-size:22px;
margin-top:30px;
line-height:32px;
text-transform:uppercase;
letter-spacing:1px;
font-weight:400
}
.hb-caption-layer .hb-button {
margin-top:40px;
padding:22px 30px 20px!important
}
.hb-caption-layer h2.dark,.hb-caption-layer p.dark {
color:#323436
}
.hb-caption-layer h2.light,.hb-caption-layer p.light {
color:#fff
}
.hb-caption-layer .hb-button.secondary {
background:0 0
}
.hb-caption-layer .hb-button.secondary.light {
box-shadow:inset 0 0 0 2px #fff!important
}
.hb-caption-layer .hb-button.secondary.light:hover {
background:#fff;
color:#000!important
}
.hb-caption-layer .hb-button.secondary.dark {
box-shadow:inset 0 0 0 2px #323436!important;
color:#323436!important
}
.hb-caption-layer .hb-button.secondary.dark:hover {
background:#323436!important;
color:#fff!important
}
.left-panel .hb-caption-layer.top-right {
text-align:right;
top:-40%
}
.hb-video-mobile {
position:absolute;
top:0;
left:0;
z-index:11;
display:none;
width:100%;
height:100%;
background-position:center;
background-size:cover;
background-repeat:no-repeat
}
.hb-video-color-mask {
position:absolute;
top:0;
left:0;
z-index:12;
width:100%;
height:100%;
background:#000;
opacity:.3
}
span[rel=tooltip] {
color:#323436;
border-bottom:1px dotted #eee;
cursor:help
}
.tooltip {
position:absolute;
z-index:999;
display:block;
font-size:var(--he-font-size--smallest);
line-height:1.3;
opacity:0;
visibility:visible
}
.tooltip.in {
opacity:.9
}
.tooltip.top {
padding:5px 0;
margin-top:-10px
}
.tooltip.right {
padding:0 5px;
margin-left:3px
}
.tooltip.bottom {
padding:5px 0;
margin-top:3px
}
.tooltip.left {
padding:0 5px;
margin-left:-15px!important
}
.tooltip-inner {
max-width:200px;
padding:6px 10px;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
text-decoration:none;
background-color:#323436;
border-radius:2px
}
.tooltip-arrow {
position:absolute;
width:0;
height:0;
border-color:transparent;
border-style:solid
}
.tooltip.top .tooltip-arrow {
bottom:0;
left:50%;
margin-left:-5px;
border-top-color:#323436;
border-width:5px 5px 0
}
.tooltip.top-left .tooltip-arrow {
bottom:0;
left:5px;
border-top-color:#323436;
border-width:5px 5px 0
}
.tooltip.top-right .tooltip-arrow {
right:5px;
bottom:0;
border-top-color:#323436;
border-width:5px 5px 0
}
.tooltip.right .tooltip-arrow {
top:50%;
left:0;
margin-top:-5px;
border-right-color:#323436;
border-width:5px 5px 5px 0
}
.tooltip.left .tooltip-arrow {
top:50%;
right:0;
margin-top:-5px;
border-left-color:#323436;
border-width:5px 0 5px 5px
}
.tooltip.bottom .tooltip-arrow {
top:0;
left:50%;
margin-left:-5px;
border-bottom-color:#323436;
border-width:0 5px 5px
}
.tooltip.bottom-left .tooltip-arrow {
top:0;
left:5px;
border-bottom-color:#323436;
border-width:0 5px 5px
}
.tooltip.bottom-right .tooltip-arrow {
top:0;
right:5px;
border-bottom-color:#323436;
border-width:0 5px 5px
}
.highend-prettyphoto div.pp_default .pp_bottom,.highend-prettyphoto div.pp_default .pp_bottom .pp_left,.highend-prettyphoto div.pp_default .pp_bottom .pp_middle,.highend-prettyphoto div.pp_default .pp_bottom .pp_right,.highend-prettyphoto div.pp_default .pp_top,.highend-prettyphoto div.pp_default .pp_top .pp_left,.highend-prettyphoto div.pp_default .pp_top .pp_middle,.highend-prettyphoto div.pp_default .pp_top .pp_right {
height:13px
}
.highend-prettyphoto div.pp_default .pp_content .ppt {
color:#f8f8f8
}
.highend-prettyphoto div.pp_default .pp_content_container .pp_left {
padding-left:13px
}
.highend-prettyphoto div.pp_default .pp_content_container .pp_right {
padding-right:13px
}
.highend-prettyphoto div.pp_default .pp_next:hover {
background:center right no-repeat;
cursor:pointer
}
.highend-prettyphoto div.pp_default .pp_previous:hover {
background:center left no-repeat;
cursor:pointer
}
.highend-prettyphoto div.pp_default .pp_expand {
background:0 -29px no-repeat;
width:28px;
height:28px;
cursor:pointer
}
.highend-prettyphoto div.pp_default .pp_expand:hover {
background:0 -56px no-repeat;
cursor:pointer
}
.highend-prettyphoto div.pp_default .pp_contract {
background:0 -84px no-repeat;
width:28px;
height:28px;
cursor:pointer
}
.highend-prettyphoto div.pp_default .pp_contract:hover {
background:0 -113px no-repeat;
cursor:pointer
}
.highend-prettyphoto div.pp_default .pp_close {
background:2px 1px no-repeat;
width:20px;
height:17px;
border-left:1px solid #ebebeb;
color:#323436;
text-indent:0;
cursor:pointer;
padding-left:7px;
font-size:16px;
line-height:1;
padding-right:3px;
margin-right:3px!important;
margin-top:0
}
.highend-prettyphoto div.pp_default .pp_gallery ul li a {
background:url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
border:1px solid #aaa
}
.highend-prettyphoto div.pp_default .pp_social {
margin-top:0;
margin-left:10px
}
.highend-prettyphoto div.pp_default .pp_gallery a.pp_arrow_next,.highend-prettyphoto div.pp_default .pp_gallery a.pp_arrow_previous {
position:static;
left:auto
}
.highend-prettyphoto div.pp_default .pp_nav .pp_pause,.highend-prettyphoto div.pp_default .pp_nav .pp_play {
background:url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
height:30px;
width:30px
}
.highend-prettyphoto div.pp_default .pp_nav .pp_pause {
background-position:-51px -29px
}
.highend-prettyphoto div.pp_default a.pp_arrow_next,.highend-prettyphoto div.pp_default a.pp_arrow_previous {
background:url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
margin:4px 0 0
}
.highend-prettyphoto div.pp_default a.pp_arrow_next {
left:52px;
background-position:-82px -3px;
margin-top:0;
width:12px;
height:20px;
background-image:none;
display:none
}
.highend-prettyphoto div.pp_default .pp_content_container .pp_details {
margin:9px 0 0
}
.highend-prettyphoto div.pp_default .pp_nav {
clear:none;
position:relative;
padding-right:7px;
width:auto;
height:17px;
border-right:1px solid #ebebeb;
margin:0 10px
}
.highend-prettyphoto div.pp_default .pp_nav .currentTextHolder {
color:#999;
font-size:11px;
margin:0;
position:static;
top:0;
left:0;
padding:0 2px;
letter-spacing:1px;
font-style:normal;
line-height:19px
}
.highend-prettyphoto div.pp_default .pp_description {
font-size:var(--he-font-size--smallest);
font-weight:400;
line-height:14px;
margin:3px 50px 0 10px
}
.highend-prettyphoto div.pp_default .pp_loaderIcon {
background:url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/images/prettyPhoto/default/loader.gif) center center no-repeat
}
.highend-prettyphoto div.pp_pic_holder a:focus {
outline:0
}
.highend-prettyphoto div.pp_overlay {
background:#0a141e;
display:none;
left:0;
top:0;
width:100%;
height:100%;
z-index:999991;
position:fixed
}
.highend-prettyphoto div.pp_pic_holder {
display:none;
position:absolute;
width:100px;
z-index:999992
}
.pp_content {
height:40px;
min-width:40px
}
* html .pp_content {
width:40px
}
.pp_content_container {
position:relative;
text-align:left;
width:100%
}
.pp_content_container .pp_left {
padding-left:20px
}
.pp_content_container .pp_right {
padding-right:20px
}
.pp_content_container .pp_details {
float:left;
margin:10px 0 2px
}
.pp_description {
display:none;
margin:0
}
.pp_social {
float:left;
margin:0
}
.pp_social .facebook {
float:left;
margin-left:5px;
width:55px;
overflow:hidden
}
.pp_social .twitter {
float:left
}
.pp_nav {
clear:right;
float:left;
margin:3px 10px 0 0
}
.pp_nav p {
float:left;
white-space:nowrap;
margin:2px 4px
}
.pp_nav .pp_pause,.pp_nav .pp_play {
float:left;
margin-right:4px;
text-indent:-10000px
}
a.pp_arrow_next,a.pp_arrow_previous {
display:block;
float:left;
height:15px;
margin-top:3px;
overflow:hidden;
text-indent:-10000px;
width:14px
}
.pp_hoverContainer {
position:absolute;
top:0;
width:100%;
z-index:2000
}
.pp_gallery {
display:none;
left:50%;
margin-top:-50px;
position:absolute;
z-index:10000
}
.pp_gallery div {
float:left;
overflow:hidden;
position:relative
}
.pp_gallery ul {
float:left;
height:35px;
position:relative;
white-space:nowrap;
margin:0 0 0 5px;
padding:0
}
.pp_gallery ul a {
border:1px solid rgba(0,0,0,.5);
display:block;
float:left;
height:33px;
overflow:hidden
}
.pp_gallery ul a img {
-o-object-fit:cover;
object-fit:cover;
border:0;
height:100%;
display:block
}
.pp_gallery li {
display:block;
float:left;
margin:0 5px 0 0;
padding:0
}
.pp_gallery li.default a {
background:url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/images/prettyPhoto/facebook/default_thumbnail.gif) no-repeat;
display:block;
height:33px;
width:50px
}
.pp_gallery .pp_arrow_next,.pp_gallery .pp_arrow_previous {
margin-top:7px!important
}
a.pp_next {
background-image:none;
display:block;
float:right;
height:80%;
top:10%;
text-indent:0;
width:50px;
position:relative
}
a.pp_next i {
font-size:18px;
color:#fff;
text-align:center;
width:30px;
height:30px;
line-height:27px;
display:block;
position:absolute;
top:50%;
margin-top:-13px;
right:6px
}
a.pp_previous {
background-image:none;
display:block;
float:left;
height:80%;
top:10%;
width:50px;
position:relative
}
a.pp_next,a.pp_previous {
background-color:rgba(0,0,0,.3)
}
a.pp_next:hover,a.pp_previous:hover {
background-color:rgba(0,0,0,.5)!important
}
a.pp_previous i {
font-size:18px;
color:#fff;
text-align:center;
width:30px;
height:30px;
line-height:27px;
display:block;
position:absolute;
top:50%;
margin-top:-13px;
left:9px
}
a.pp_contract,a.pp_expand {
cursor:pointer;
height:20px;
position:absolute;
right:30px;
top:10px;
width:20px;
z-index:9999;
color:#fff;
padding:10px;
font-size:18px;
line-height:18px;
display:block
}
a.pp_close {
position:absolute;
right:0;
top:0;
display:block;
line-height:22px;
text-indent:-10000px
}
.pp_loaderIcon {
display:block;
height:18px;
left:50%;
position:absolute;
top:50%;
width:24px;
margin:-9px 0 0 -12px
}
#pp_full_res {
line-height:1!important
}
#pp_full_res .pp_inline {
text-align:left
}
#pp_full_res .pp_inline p {
margin:0 0 15px
}
div.ppt {
display:none!important
}
.highend-prettyphoto div.pp_default .pp_content,div.light_rounded .pp_content {
background-color:#fff;
box-shadow:0 1px 1px rgba(0,0,0,.15);
border-radius:2px;
-webkit-background-clip:padding-box;
-moz-background-clip:padding;
background-clip:padding-box
}
.highend-prettyphoto div.pp_default #pp_full_res .pp_inline,div.facebook #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.light_square .pp_content .ppt {
color:#000
}
.highend-prettyphoto div.pp_default .pp_gallery ul li a:hover,.highend-prettyphoto div.pp_default .pp_gallery ul li.selected a,.pp_gallery li.selected a,.pp_gallery ul a:hover {
border-color:#fff
}
.highend-prettyphoto div.pp_default .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.facebook .pp_details,div.light_rounded .pp_details,div.light_square .pp_details {
position:relative
}
div.facebook .pp_content,div.light_rounded .pp_bottom .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_top .pp_middle,div.light_square .pp_content,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right {
background:#fff
}
div.light_rounded .pp_description,div.light_square .pp_description {
margin-right:85px
}
div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous {
margin-top:12px!important
}
div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_rounded .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled {
background-position:0 -87px;
cursor:default
}
div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_rounded .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled {
background-position:-22px -87px;
cursor:default
}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon {
background:url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}
div.dark_rounded .pp_bottom .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_top .pp_middle {
background:url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/images/prettyPhoto/dark_rounded/contentPattern.png) top left
}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder {
color:#c4c4c4
}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline {
color:#fff
}
.pp_bottom,.pp_top {
height:20px;
position:relative
}
* html .pp_bottom,* html .pp_top {
padding:0 20px
}
.pp_bottom .pp_left,.pp_top .pp_left {
height:20px;
left:0;
position:absolute;
width:20px
}
.pp_bottom .pp_middle,.pp_top .pp_middle {
height:20px;
left:20px;
position:absolute;
right:20px
}
* html .pp_bottom .pp_middle,* html .pp_top .pp_middle {
left:0;
position:static
}
.pp_bottom .pp_right,.pp_top .pp_right {
height:20px;
left:auto;
position:absolute;
right:0;
top:0;
width:20px
}
.pp_fade,.pp_gallery li.default a img {
display:none
}
.highend-prettyphoto div.pp_default .pp_top {
height:0
}
.highend-prettyphoto div.pp_default .pp_bottom .pp_left,.highend-prettyphoto div.pp_default .pp_bottom .pp_middle,.highend-prettyphoto div.pp_default .pp_bottom .pp_right,.highend-prettyphoto div.pp_default .pp_content_container .pp_left,.highend-prettyphoto div.pp_default .pp_content_container .pp_right,.highend-prettyphoto div.pp_default .pp_top .pp_left,.highend-prettyphoto div.pp_default .pp_top .pp_middle,.highend-prettyphoto div.pp_default .pp_top .pp_right {
background:0 0
}
.highend-prettyphoto div.pp_default a.pp_arrow_previous {
margin-top:0;
width:12px;
height:20px;
background-image:none;
display:none
}
.highend-prettyphoto div.pp_default .pp_overlay {
opacity:.85!important
}
.highend-prettyphoto div.pp_default .pp_next,.highend-prettyphoto div.pp_default .pp_previous {
background-image:none;
cursor:pointer
}
.highend-prettyphoto div.pp_default a.pp_contract,.highend-prettyphoto div.pp_default a.pp_expand {
top:15px;
right:28px;
padding:0;
text-align:center
}
a.pp_contract i.hb-moon-expand-3,a.pp_expand i.hb-moon-contract-3 {
display:none
}
a.pp_contract i.hb-moon-contract-3 {
display:inline-block!important
}
body.compose-mode #main-wrapper .control-btn.vc-element-name .vc-btn-content {
font-size:var(--he-font-size--smallest)!important
}
.disable-native-prettyphoto a.pp_next:hover,.disable-native-prettyphoto a.pp_previous:hover {
background-color:transparent!important
}
.disable-native-prettyphoto a.pp_contract,.disable-native-prettyphoto a.pp_expand {
padding:0;
transition:none
}
.disable-native-prettyphoto div.pp_default .pp_description {
font-size:var(--he-font-size--smaller)!important;
font-weight:300!important;
line-height:1.75!important
}
.disable-native-prettyphoto div.pp_default .pp_content_container .pp_details {
margin-top:11px!important
}
.pace {
pointer-events:none;
-webkit-user-select:none;
-moz-user-select:none;
user-select:none
}
.pace-active {
position:relative;
z-index:99992
}
.pace-inactive {
display:none
}
.pace .pace-progress {
position:fixed;
z-index:9000;
top:0;
left:0;
height:2px;
transition:width 1s
}
.pace .pace-progress-inner {
display:block;
position:absolute;
right:0;
width:100px;
height:100%;
opacity:1;
transform:rotate(3deg) translate(0,-4px)
}
.pace .pace-activity {
display:block;
position:fixed;
z-index:2000;
top:8px;
left:15px;
width:14px;
height:14px;
border:2px solid transparent;
border-left-color:var(--colorPrimary);
border-top-color:var(--colorPrimary);
border-radius:10px;
animation:.6s linear infinite pace-spinner
}
.admin-bar .pace .pace-activity {
top:40px
}
.admin-bar .pace .pace-progress {
top:32px
}
#hb-preloader {
position:fixed;
width:100%;
height:100%;
background:#fff;
z-index:999992;
text-align:center;
transition:.5s;
opacity:1;
top:0;
left:0
}
.default-loading-icon {
top:50%;
border-radius:100%;
height:50px;
width:50px;
margin:-25px auto 0;
display:block;
position:relative;
border:3px solid #e5e5e5
}
.default-loading-icon:before {
position:absolute;
content:'';
border-color:#000 transparent transparent;
border-radius:100%;
border-style:solid;
border-width:3px;
display:block;
height:100%;
width:100%;
top:-3px;
left:-3px;
animation:.7s cubic-bezier(.445,.03,.55,.95) infinite hb_spin
}
@keyframes pace-spinner {
0% {
transform:rotate(0)
}
100% {
transform:rotate(360deg)
}
}
@media print {
body,html {
background:#fff;
color:#000;
font-size:13pt;
line-height:160%
}
#hb-page-title h1 {
font-size:26pt!important;
line-height:150%!important
}
.hb-main-content,.hb-main-content p {
font-size:13pt!important;
color:#000!important
}
#contact-button,#contact-panel,#footer,#footer-nav,#pre-footer-area,#respond,#to-top,.author-box,.hb-separator-extra,nav.main-navigation {
display:none!important
}
#header-inner,#header-inner-bg {
border-bottom:none
}
#copyright-text,#logo {
display:block;
text-align:center;
float:none;
color:#000
}
#copyright-wrapper a,a:link,a:visited {
color:#520;
background:0 0;
font-weight:700;
text-decoration:underline
}
#copyright-wrapper {
display:block;
background:#fff;
color:#000;
text-align:center
}
body #main-wrapper,body #main-wrapper.hb-boxed-layout,body #main-wrapper.hb-stretched-layout {
margin-bottom:0!important
}
#main-content .hb-main-content.col-9 {
float:none!important;
width:100%!important;
border:none!important;
padding-left:0!important
}
#hb-side-navigation,#main-content .hb-sidebar.col-3 {
display:none!important
}
.hb-side-navigation.hb-boxed-layout #hb-wrap,.hb-side-navigation.hb-stretched-layout #copyright-wrapper,.hb-side-navigation.hb-stretched-layout #footer,.hb-side-navigation.hb-stretched-layout #main-content,.hb-side-navigation.hb-stretched-layout #pre-footer-area {
padding-left:0!important
}
}
#top-login-widget:active .hb-dropdown-box,#top-login-widget:hover .hb-dropdown-box,.hb-dropdown-box:focus-within {
visibility:visible!important;
margin-top:-1px;
opacity:1!important;
display:block;
z-index:99999
}
.hb-main-content .alignwide {
margin-left:-80px;
margin-right:-80px;
width:auto
}
.hb-main-content .alignfull {
margin-left:calc(-100vw / 2 + 100% / 2);
margin-right:calc(-100vw / 2 + 100% / 2);
width:100vw
}
.alignfull img {
width:100vw
}
#main-content .main-row.fullwidth .hb-main-content {
margin-left:0!important
}
.faq-module-wrapper {
display:flex;
flex-direction:column
}
.filter-tabs-wrapper {
margin-bottom:20px
}
.hb-caption-layer.container {
display:flex;
flex-direction:column;
justify-content:center;
align-items:flex-start
}
.hb-caption-layer.presentation-align-left {
text-align:left;
align-items:flex-start
}
.hb-caption-layer.presentation-align-center {
align-items:center;
text-align:center
}
.hb-caption-layer.presentation-align-right {
text-align:right;
align-items:flex-end
}
:root {
--colorPrimary:#00aeef;
--colorWhite:#ffffff;
--selectionColor:var(--colorWhite);
--selectionBgColor:var(--colorPrimary);
--he-font--stack:Helvetica,Arial,sans-serif;
--he-font:"SourceSansVF",Helvetica,Arial,sans-serif;
--he-font--heading:"Manrope", sans-serif;
--he-font--mono:Menlo,Monaco,Consolas,Courier New,monospace;
--he-font-size:14px
}
#main-wrapper .fw-section .fw-content-wrap:after,#main-wrapper .fw-section .fw-content-wrap:before,#main-wrapper .vc_row[data-vc-full-width] .fw-content-wrap:after,#main-wrapper .vc_row[data-vc-full-width] .fw-content-wrap:before,.container-wide:after,.container-wide:before,.container:after,.container:before,.fw-section>.fw-content-wrap:after,.fw-section>.fw-content-wrap:before,.vc_row[data-vc-full-width]>.fw-content-wrap:after,.vc_row[data-vc-full-width]>.fw-content-wrap:before {
content:"";
display:table;
clear:both
}
#header-bar,#header-inner-bg {
box-sizing:border-box
}
body {
font-family:var(--he-font),var(--he-font--stack);
--he-font-size--smaller:calc(var(--he-font-size) * var(--font-size--smaller-multiplier, 0.9285));
--he-font-size--smallest:calc(var(--he-font-size) * var(--font-size--smallest-multiplier, 0.8571))
}
body ::-moz-selection {
color:var(--selectionColor);
background-color:var(--selectionBgColor)
}
body ::selection {
color:var(--selectionColor);
background-color:var(--selectionBgColor)
}
.hb-focus-color {
color:var(--colorPrimary)
}
#main-wrapper {
width:100%;
overflow:hidden
}
#main-wrapper .fw-section,#main-wrapper .vc_row[data-vc-full-width] { }
#main-wrapper .fw-section .fw-content-wrap,#main-wrapper .vc_row[data-vc-full-width] .fw-content-wrap {
margin:0 auto;
box-sizing:border-box
}
#main-wrapper .fw-section {
left:50%
}
#main-wrapper.hb-boxed-layout {
max-width:1240px
}
#main-wrapper.hb-boxed-layout.width-940 {
max-width:1040px!important
}
#main-wrapper.hb-boxed-layout .fw-section,#main-wrapper.hb-boxed-layout .vc_row[data-vc-full-width] {
max-width:unset;
margin-left:-50px!important;
width:auto!important;
margin-right:-50px!important;
left:0!important
}
@media handheld,only screen and (max-width:767px) {
#main-wrapper.hb-boxed-layout .fw-section,#main-wrapper.hb-boxed-layout .vc_row[data-vc-full-width] {
margin-left:-30px!important;
margin-right:-30px!important
}
}
#main-wrapper.width-940 .container,#main-wrapper.width-940 .fw-section>.fw-content-wrap,#main-wrapper.width-940 .vc_row[data-vc-full-width]>.fw-content-wrap {
max-width:1040px!important
}
#main-wrapper.fw-100 .container,#main-wrapper.fw-100 .fw-section>.fw-content-wrap,#main-wrapper.fw-100 .vc_row[data-vc-full-width]>.fw-content-wrap {
max-width:100%!important
}
#main-wrapper.fw-100.hb-boxed-layout {
max-width:95%
}
#main-wrapper .hb-main-content.col-9 .fw-section,#main-wrapper .hb-main-content.col-9 .vc_row[data-vc-full-width] {
max-width:100%;
margin:0!important;
padding:0!important;
left:unset!important;
right:unset!important
}
.container,.container-wide,.fw-section>.fw-content-wrap,.vc_row[data-vc-full-width]>.fw-content-wrap {
position:relative;
display:block;
max-width:1240px;
width:100%;
padding-left:50px;
padding-right:50px;
margin-left:auto;
margin-right:auto
}
@media handheld,only screen and (max-width:767px) {
.container,.container-wide,.fw-section>.fw-content-wrap,.vc_row[data-vc-full-width]>.fw-content-wrap {
padding-left:30px;
padding-right:30px
}
}
.container-wide {
max-width:100%
}
#logo {
display:flex;
align-items:center;
justify-content:center
}
#logo img {
display:flex;
max-height:100%;
width:auto
}
#logo picture.default,#logo picture.retina {
height:100%
}
#logo .retina {
display:none
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi) {
#logo .hb-visible-logo .default {
display:none
}
}
@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
#logo .hb-visible-logo .default {
display:none
}
#logo .hb-visible-logo .retina {
display:block
}
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi) {
#logo .hb-visible-logo .retina {
display:block
}
}
.hb-logo-wrap {
display:none;
max-height:100%;
z-index:1
}
.hb-logo-wrap.hb-visible-logo {
display:flex;
flex-grow:0
}
.hb-site-tagline {
font-size:18px;
line-height:1.3em;
display:flex;
align-items:center;
justify-content:flex-end;
flex-grow:1;
flex-shrink:0;
margin-left:auto
}
.highend-prettyphoto div.pp_default .pp_close,.highend-prettyphoto div.pp_default a.pp_contract,.highend-prettyphoto div.pp_default a.pp_expand,.highend-prettyphoto div.pp_default a.pp_next,.highend-prettyphoto div.pp_default a.pp_previous {
text-indent:-9999px
}
.highend-prettyphoto div.pp_default .pp_close:before,.highend-prettyphoto div.pp_default a.pp_contract:before,.highend-prettyphoto div.pp_default a.pp_expand:before,.highend-prettyphoto div.pp_default a.pp_next:before,.highend-prettyphoto div.pp_default a.pp_previous:before {
position:absolute;
top:0;
left:0;
width:100%;
height:auto;
text-indent:0;
text-align:center
}
.highend-prettyphoto div.pp_default .pp_close:before,.highend-prettyphoto div.pp_default a.pp_contract:before,.highend-prettyphoto div.pp_default a.pp_expand:before {
font-family:Icomoon
}
.highend-prettyphoto div.pp_default a.pp_next,.highend-prettyphoto div.pp_default a.pp_previous {
color:#fff;
font-size:18px
}
.highend-prettyphoto div.pp_default a.pp_next:before,.highend-prettyphoto div.pp_default a.pp_previous:before {
font-family:FontAwesome;
top:50%;
margin-top:-9px
}
.highend-prettyphoto div.pp_default .pp_close:before {
content:"\e266"
}
.highend-prettyphoto div.pp_default a.pp_contract,.highend-prettyphoto div.pp_default a.pp_expand {
font-size:14px
}
.highend-prettyphoto div.pp_default a.pp_expand:before {
content:"\e0c2"
}
.highend-prettyphoto div.pp_default a.pp_contract:before {
content:"\e0c3"
}
.highend-prettyphoto div.pp_default a.pp_next:before {
content:"\f105"
}
.highend-prettyphoto div.pp_default a.pp_previous:before {
content:"\f104"
}
body:not(.mobile) .hb-animate-element {
opacity:0
}
body:not(.mobile) .hb-animate-element.hb-in-viewport {
opacity:1;
backface-visibility:visible
}
body:not(.mobile) .hb-animate-element.hb-in-viewport.hb-highlight {
animation:1.4s hb_fade_highlight
}
body:not(.mobile) .hb-animate-element.hb-in-viewport.hb-fade-in {
animation:.8s forwards hb_fade
}
body:not(.mobile) .hb-animate-element.hb-in-viewport.hb-scale-up {
animation:.5s forwards hb_scale
}
body:not(.mobile) .hb-animate-element.hb-in-viewport.hb-scale-down {
animation:.5s cubic-bezier(.55,0,.175,1) hb_scale_down!important
}
body:not(.mobile) .hb-animate-element.hb-in-viewport.hb-helix {
transform-style:preserve-3d;
animation:.5s forwards hb_helix
}
body:not(.mobile) .hb-animate-element.hb-in-viewport.hb-spin {
animation:.65s forwards hb_spin
}
body:not(.mobile) .hb-animate-element.hb-in-viewport.hb-flip-x {
animation:.65s forwards hb_flip_x
}
body:not(.mobile) .hb-animate-element.hb-in-viewport.hb-flip-y {
animation:.65s forwards hb_flip_y
}
body:not(.mobile) .hb-animate-element.hb-in-viewport.hb-bottom-to-top {
animation:.8s forwards hb_bottom_to_top
}
body:not(.mobile) .hb-animate-element.hb-in-viewport.hb-top-to-bottom {
animation:.8s forwards hb_top_to_bottom
}
body:not(.mobile) .hb-animate-element.hb-in-viewport.hb-left-to-right {
animation:.8s forwards hb_left_to_right
}
body:not(.mobile) .hb-animate-element.hb-in-viewport.hb-right-to-left {
animation:.8s forwards hb_right_to_left
}
body:not(.mobile) .hb-animate-element.hb-in-viewport.hb-bounce-up {
animation-duration:.5s;
animation-name:hb_bounce_up
}
.ts-2 .flex-active-slide {
animation:.8s forwards hb_fade;
opacity:1
}
.flex-active-slide .flex-caption,.flex-active-slide .flex-subtitle {
animation:.8s forwards hb_left_to_right;
opacity:1
}
.animate-modal {
animation:.8s forwards hb_top_to_bottom;
opacity:1
}
@keyframes hb_fade_highlight {
0%,100% {
background-color:#fff
}
50% {
background-color:#ff6
}
}
@keyframes hb_fade {
0% {
opacity:.1
}
100% {
opacity:1
}
}
@keyframes hb_scale {
0% {
transform:scale(.3);
opacity:.1
}
100% {
transform:scale(1);
opacity:1
}
}
@keyframes hb_scale_down {
0% {
transform:scale(1.4);
opacity:0
}
100% {
transform:scale(1);
opacity:1
}
}
@keyframes hb_helix {
0% {
transform:rotateY(-180deg);
opacity:0
}
100% {
transform:rotateY(0);
opacity:1
}
}
@keyframes hb_spin {
from {
transform:rotate(0)
}
to {
transform:rotate(360deg);
opacity:1
}
}
@keyframes hb_flip_x {
0% {
transform:perspective(400px) rotateX(90deg);
opacity:0
}
100% {
transform:perspective(400px) rotateX(0);
opacity:1
}
}
@keyframes hb_flip_y {
0% {
transform:perspective(400px) rotateY(90deg);
opacity:0
}
100% {
transform:perspective(400px) rotateY(0);
opacity:1
}
}
@keyframes hb_bottom_to_top {
0% {
transform:translate(0,60%);
opacity:0
}
100% {
transform:translate(0,0);
opacity:1
}
}
@keyframes hb_top_to_bottom {
0% {
transform:translate(0,-20%);
opacity:0
}
100% {
transform:translate(0,0);
opacity:1
}
}
@keyframes hb_left_to_right {
0% {
transform:translate(-15%,0);
opacity:0
}
100% {
transform:translate(0,0);
opacity:1
}
}
@keyframes hb_right_to_left {
0% {
transform:translate(15%,0);
opacity:0
}
100% {
transform:translate(0,0);
opacity:1
}
}
@keyframes hb_bounce_up {
0% {
opacity:0;
transform:translateY(100px)
}
60% {
opacity:1;
transform:translateY(-20px)
}
80% {
transform:translateY(10px)
}
100% {
transform:translateY(0);
opacity:1
}
}
.team-member-img {
margin-bottom:15px;
position:relative;
display:block;
-webkit-backface-visibility:hidden
}
.team-member-img img {
width:100%!important;
height:auto;
border-radius:2px;
opacity:1;
transition:opacity .22s cubic-bezier(.33,1,.68,1)
}
.team-member-img ul.social-icons {
position:absolute;
left:0;
top:50%;
margin-top:-18px;
width:100%;
text-align:center;
opacity:0;
-webkit-backface-visibility:hidden;
transform:perspective(400px) rotateX(90deg);
transition:.42s cubic-bezier(.33,1,.68,1)
}
.team-member-box {
display:block;
width:100%!important;
-webkit-backface-visibility:hidden
}
.team-member-box:hover .team-member-img img {
opacity:.2
}
.team-member-box:hover .team-member-img ul.social-icons {
transform:perspective(400px) rotateX(0);
opacity:1
}
#header-bar {
display:flex;
align-items:stretch;
flex-wrap:wrap;
position:relative;
width:100%;
border-bottom:1px solid #ebebeb;
background-color:#fff;
color:#777;
font-size:var(--he-font-size--smaller)
}
@media print {
#header-bar {
display:none
}
}
#header-bar #top-cart-widget>a,#header-bar #top-custom-link-widget>a,#header-bar #top-email-widget>a,#header-bar #top-info-widget>a,#header-bar #top-login-widget>a,#header-bar #top-map-widget>a {
display:flex;
align-items:center
}
#header-bar #top-cart-widget .hb-icon-cart {
font-size:1.125em
}
#header-bar a {
color:#666;
border-bottom:none;
display:block
}
#header-bar a:hover {
color:var(--colorPrimary)
}
#header-bar p {
margin-bottom:0;
margin-top:0
}
#header-bar i {
margin-right:6px
}
#header-bar .icon-angle-down {
margin:0 0 0 6px;
opacity:.8
}
#header-bar>.container,#header-bar>.container-wide {
align-items:stretch;
justify-content:space-between;
flex-grow:1;
flex-wrap:wrap
}
#header-bar>.container-wide:before,#header-bar>.container:before {
content:none
}
#header-bar>.container-wide>div,#header-bar>.container>div {
flex-grow:1;
flex-shrink:0;
align-items:stretch;
min-height:40px
}
#header-bar>.container .top-widgets-right,#header-bar>.container-wide .top-widgets-right {
justify-content:flex-end
}
#header-bar>.container .top-widgets-left,#header-bar>.container-wide .top-widgets-left {
justify-content:flex-start
}
#header-bar>.container,#header-bar>.container .top-widgets-left,#header-bar>.container .top-widgets-right,#header-bar>.container-wide,#header-bar>.container-wide .top-widgets-left,#header-bar>.container-wide .top-widgets-right {
display:flex;
flex-direction:row
}
.top-widget {
border-right:1px solid #f0f3f5;
margin-right:10px;
padding-right:10px;
margin-bottom:-1px;
position:relative;
display:flex;
align-items:center
}
.top-widget .active {
color:var(--colorPrimary)!important
}
.top-widget:hover>a {
color:var(--colorPrimary)
}
.top-widget:first-child {
border-left:1px solid #f0f3f5;
padding-left:10px
}
.top-widget:last-child {
margin-right:0
}
#header-dropdown {
position:relative;
top:0;
height:0;
opacity:0;
background-image:url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/images/preloader.gif);
background-repeat:no-repeat;
background-position:center center;
background-color:#323436;
overflow:hidden;
z-index:3
}
#header-dropdown #contact-map {
height:380px;
width:100%;
position:relative;
opacity:0;
transition:opacity .5s ease-in-out
}
#header-dropdown #contact-map.visible-map {
opacity:1
}
#header-dropdown .close-map {
position:absolute;
right:58px;
top:10px;
width:40px;
height:40px;
background:#fff;
color:#111;
cursor:pointer;
transition:.2s ease-in-out;
border-radius:2px;
box-shadow:rgba(0,0,0,.3) 0 1px 4px -1px;
display:flex;
align-items:center;
justify-content:center
}
#header-inner {
display:flex
}
#header-inner.nav-type-1,#header-inner.nav-type-1 #logo,#header-inner.nav-type-1 .sticky-header-placeholder {
transition:height .2s linear
}
#header-inner.nav-type-1 #header-inner-bg>.container,#header-inner.nav-type-1 #header-inner-bg>.container-wide,#header-inner.nav-type-2 #header-inner-bg>.container,#header-inner.nav-type-2 #header-inner-bg>.container-wide {
display:flex;
flex-direction:row;
align-items:stretch;
width:100%;
height:100%
}
#header-inner.nav-type-2.centered-nav #header-inner-bg>.container,#header-inner.nav-type-2.centered-nav #header-inner-bg>.container-wide {
align-items:center;
justify-content:center;
height:auto!important
}
#header-inner.nav-type-2.centered-nav #logo img {
margin:0 auto
}
#header-inner.nav-type-2 {
border-bottom:0
}
#header-inner.nav-type-2 .main-navigation-container {
border-top:1px solid #ebebeb
}
#header-inner.nav-type-2 .main-navigation {
display:block;
line-height:42px;
margin-top:0;
position:relative
}
#header-inner.nav-type-2 #logo {
padding:30px 0
}
#header-inner.nav-type-2.align-logo-right .hb-site-tagline {
order:1;
justify-content:flex-start;
margin-left:0;
margin-right:auto
}
#header-inner.nav-type-2.align-logo-right #logo {
order:2;
margin-right:0;
margin-left:20px
}
#header-inner.nav-type-2.align-logo-right #logo img {
margin-left:auto
}
#header-inner.nav-type-1 .main-navigation {
flex-grow:1;
flex-shrink:0
}
#header-inner.nav-type-1 #logo {
margin-right:20px
}
#header-inner.nav-type-1 #logo .hb-logo-wrap {
max-height:55%
}
#header-inner.nav-type-1.align-logo-right #main-nav {
order:1;
justify-content:flex-start
}
#header-inner.nav-type-1.align-logo-right #logo {
order:2;
margin-right:0;
margin-left:20px
}
#header-inner.nav-type-1.align-logo-right #logo img {
margin-left:auto
}
#header-inner.nav-type-1.align-logo-right #show-nav-menu {
float:left
}
.hb-special-header-style.highend-sticky-header #main-wrapper #header-inner.nav-type-1 #header-inner-bg,.hb-special-header-style.highend-sticky-header #main-wrapper #header-inner.nav-type-2 .main-navigation {
background:rgba(0,0,0,.7)!important;
border-bottom-color:rgba(0,0,0,.7)!important
}
.hb-special-header-style #show-nav-menu {
color:#fff;
background-color:transparent
}
.hb-special-header-style #header-inner #header-inner-bg.dark-skin {
border-bottom-color:rgba(0,0,0,.07)!important
}
.hb-special-header-style #header-inner #header-inner-bg.dark-skin #show-nav-menu {
color:#000
}
.hb-special-header-style #hb-header {
position:absolute;
margin-left:auto;
margin-right:auto;
left:0;
right:0;
text-align:center
}
.hb-special-header-style #main-wrapper #main-nav>li>a>span.cart-circle-count {
background:rgba(0,0,0,.5);
color:#fff;
border:none!important
}
.hb-special-header-style #close-fancy-search,.hb-special-header-style #close-fancy-search:hover {
color:#fff
}
.hb-special-header-style #main-wrapper #header-inner {
border-bottom:0
}
.hb-special-header-style #main-wrapper #header-inner #fancy-search input[type=text] {
color:#fff!important
}
.hb-special-header-style #main-wrapper #header-inner #main-nav>li>a {
color:#fff;
font-weight:700
}
.hb-special-header-style #main-wrapper #header-inner #header-inner-bg.dark-skin #main-nav>li>a {
color:#000
}
.hb-special-header-style #main-wrapper #header-inner #fancy-search::-webkit-input-placeholder {
color:rgba(255,255,255,.5)
}
.hb-special-header-style #header-bar,.hb-special-header-style:not(.highend-sticky-header) #header-inner #header-inner-bg {
background:0 0
}
.hb-special-header-style #header-bar,.hb-special-header-style #header-bar .top-widget,.hb-special-header-style #header-bar .top-widget:hover a,.hb-special-header-style #header-bar a,.hb-special-header-style #header-bar a:hover {
color:#fff;
border:none
}
.hb-special-header-style:not(.highend-sticky-header) #header-inner {
border-bottom:none
}
.hb-special-header-style #header-inner #header-inner-bg {
border-bottom-color:rgba(255,255,255,.07)!important
}
.hb-special-header-style #main-content .col-12.hb-main-content {
margin:0;
padding:0
}
.highend-sticky-header #header-inner.nav-type-1 #header-inner-bg,.highend-sticky-header #header-inner.nav-type-2 .main-navigation {
position:fixed;
left:0;
right:0;
top:0;
height:auto;
z-index:999;
max-width:100%
}
.highend-sticky-header .hb-boxed-layout #header-inner.nav-type-1 #header-inner-bg,.highend-sticky-header .hb-boxed-layout #header-inner.nav-type-2 .main-navigation {
left:auto;
right:auto
}
.highend-sticky-header .hb-boxed-layout.width-940 #header-inner.nav-type-1 #header-inner-bg,.highend-sticky-header .hb-boxed-layout.width-940 #header-inner.nav-type-2 .main-navigation {
width:1040px
}
.highend-sticky-header .hb-boxed-layout.width-1140 #header-inner.nav-type-1 #header-inner-bg,.highend-sticky-header .hb-boxed-layout.width-1140 #header-inner.nav-type-2 .main-navigation {
width:1240px
}
.highend-sticky-header .hb-boxed-layout.fw-100 #header-inner.nav-type-1 #header-inner-bg,.highend-sticky-header .hb-boxed-layout.fw-100 #header-inner.nav-type-2 .main-navigation {
width:95%
}
.highend-sticky-header.admin-bar #header-inner.nav-type-1 #header-inner-bg,.highend-sticky-header.admin-bar #header-inner.nav-type-2 .main-navigation {
top:32px
}
@media screen and (max-width:782px) {
.highend-sticky-header.admin-bar #header-inner.nav-type-1 #header-inner-bg,.highend-sticky-header.admin-bar #header-inner.nav-type-2 .main-navigation {
top:46px
}
}
.highend-sticky-header #header-inner.nav-type-2 .main-navigation,.highend-sticky-header #header-inner.nav-type-2 .main-navigation-container {
background:inherit
}
#hb-side-navigation {
position:fixed;
width:265px;
top:0;
left:0;
padding:70px 30px 30px;
height:100%;
z-index:99991;
box-sizing:border-box;
transition:background-color .3s;
outline:0;
overflow-y:auto;
background-color:#fff
}
#hb-side-navigation #logo img {
margin:0 auto;
max-height:100%
}
#hb-side-navigation.hb-text-left #logo img {
margin-right:auto
}
#hb-side-navigation.hb-text-right #logo img {
margin-left:auto
}
#hb-side-navigation.hb-non-transparent .hb-light-logo {
display:none
}
#hb-side-navigation.hb-non-transparent .hb-dark-logo,#hb-side-navigation.hb-transparent .hb-light-logo {
display:flex
}
#hb-side-navigation.hb-transparent .hb-dark-logo {
display:none
}
.hb-side-navigation:not(.transparent-side-navigation).hb-boxed-layout #hb-wrap,.hb-side-navigation:not(.transparent-side-navigation).hb-stretched-layout #copyright-wrapper,.hb-side-navigation:not(.transparent-side-navigation).hb-stretched-layout #footer,.hb-side-navigation:not(.transparent-side-navigation).hb-stretched-layout #main-content,.hb-side-navigation:not(.transparent-side-navigation).hb-stretched-layout #pre-footer-area,.hb-side-navigation:not(.transparent-side-navigation).hb-stretched-layout #slider-section {
padding-left:265px!important
}
.hb-side-navigation:not(.transparent-side-navigation) #main-wrapper .fw-section,.hb-side-navigation:not(.transparent-side-navigation) #main-wrapper .vc_row[data-vc-full-width] {
width:calc(100vw - 265px)!important;
margin-left:calc(-50vw + 132.5px)!important
}
@media handheld,only screen and (max-width:1024px) {
#hb-side-navigation {
display:flex;
align-items:center
}
#hb-side-navigation #logo img {
margin-left:0;
margin-right:auto
}
.hb-side-navigation:not(.transparent-side-navigation).hb-boxed-layout #hb-wrap,.hb-side-navigation:not(.transparent-side-navigation).hb-stretched-layout #copyright-wrapper,.hb-side-navigation:not(.transparent-side-navigation).hb-stretched-layout #footer,.hb-side-navigation:not(.transparent-side-navigation).hb-stretched-layout #main-content,.hb-side-navigation:not(.transparent-side-navigation).hb-stretched-layout #pre-footer-area,.hb-side-navigation:not(.transparent-side-navigation).hb-stretched-layout #slider-section {
padding-left:0!important
}
.hb-side-navigation:not(.transparent-side-navigation) #main-wrapper .fw-section,.hb-side-navigation:not(.transparent-side-navigation) #main-wrapper .vc_row[data-vc-full-width] {
width:100vw!important;
margin-left:-50vw!important
}
.hb-side-navigation .side-logo-wrapper,.hb-side-navigation .side-logo-wrapper #logo {
height:inherit
}
.hb-side-navigation #logo {
padding-left:30px
}
.hb-side-navigation #logo .hb-visible-logo {
max-height:80%!important
}
}
.hb-side-navigation.transparent-side-navigation #hb-side-navigation {
background:0 0
}
.hb-side-navigation.transparent-side-navigation .hb-side-nav ul.sub-menu li a {
color:rgba(255,255,255,.8)
}
.hb-side-navigation.transparent-side-navigation .hb-side-nav li>a:after {
color:rgba(255,255,255,.3)
}
.hb-side-navigation.transparent-side-navigation .hb-side-nav li a {
color:#fff;
border-left-color:transparent
}
.hb-side-navigation.transparent-side-navigation .side-nav-bottom-part {
color:rgba(255,255,255,.7)
}
.hb-side-navigation.transparent-side-navigation .hb-side-nav.empty-menu li,.hb-side-navigation.transparent-side-navigation .side-logo-wrapper #logo a {
color:rgba(255,255,255,.8)
}
.hb-side-navigation #main-wrapper.hb-boxed-layout .fw-section,.hb-side-navigation #main-wrapper.hb-boxed-layout .vc_row[data-vc-full-width] {
left:50%!important
}
#slider-section.highend-featured-section-featured_image {
background-size:cover;
background-position:center center;
background-repeat:no-repeat
}
#slider-section.highend-featured-section-video {
position:relative;
padding-bottom:56.25%;
height:0
}
#slider-section.highend-featured-section-video iframe {
position:absolute;
top:0;
left:0;
width:100%;
height:100%
}
.hb-blog-grid {
display:flex;
flex-direction:row;
flex-wrap:wrap
}
.hb-blog-grid article {
display:flex;
flex-direction:column;
align-items:stretch;
padding-left:15px;
padding-right:15px;
margin-bottom:20px;
box-sizing:border-box;
backface-visibility:hidden
}
.hb-blog-grid article>div {
display:flex;
flex-direction:column;
flex-grow:0
}
.hb-blog-grid .hb-post-excerpt,.hb-blog-grid article .post-content {
flex-grow:1
}
.hb-blog-grid.grid-columns-1 article {
width:100%
}
.hb-blog-grid.grid-columns-2 article {
width:50%
}
.hb-blog-grid.grid-columns-3 article {
width:33%
}
.hb-blog-grid.grid-columns-4 article {
width:25%
}
.post-meta-footer {
display:flex;
flex-direction:row;
align-items:center;
justify-content:space-between;
flex-wrap:wrap
}
.post-meta-footer .read-more {
margin:10px 0
}
.post-meta-footer .inner-meta-footer {
display:flex;
flex-direction:row;
margin-left:auto
}
.post-meta-footer .comments-holder,.post-meta-footer .like-holder,.post-meta-footer .share-holder {
margin-top:0;
padding:0 5px;
flex-shrink:0
}
.comments-holder,.like-holder,.share-holder {
display:block;
text-align:center;
margin-top:13px;
cursor:pointer;
color:#999
}
.comments-holder i,.like-holder i,.share-holder i {
margin-right:3px;
margin-top:-3px;
display:inline-block;
color:#cdcdcd;
font-size:var(--he-font-size--smaller)
}
.comments-holder .hb-dropdown-box ul li a:hover,.comments-holder .hb-dropdown-box ul li a:hover i,.comments-holder:hover,.comments-holder:hover i,.like-holder .hb-dropdown-box ul li a:hover,.like-holder .hb-dropdown-box ul li a:hover i,.like-holder:hover,.like-holder:hover i,.share-holder .hb-dropdown-box ul li a:hover,.share-holder .hb-dropdown-box ul li a:hover i,.share-holder:hover,.share-holder:hover i {
color:var(--colorPrimary)
}
.share-holder i {
margin-right:5px!important
}
.comments-holder i {
margin-top:-1px
}
.video-wrapper {
position:relative;
padding-bottom:56.25%;
height:0;
overflow:hidden
}
.video-wrapper embed,.video-wrapper iframe,.video-wrapper object {
position:absolute;
top:0;
left:0;
width:100%;
height:100%
}
.active_texture,.video-overlay {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
z-index:3;
background-size:4px;
background-repeat:repeat;
background-image:url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23141216' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E")
}
.active_texture.no-overlay,.video-overlay.no-overlay {
background-image:none
}
.hb-owl-slider {
display:none;
width:100%;
-webkit-tap-highlight-color:transparent;
position:relative;
z-index:1
}
.hb-owl-slider .owl-stage {
position:relative;
touch-action:manipulation;
-moz-backface-visibility:hidden
}
.hb-owl-slider .owl-stage:after {
content:".";
display:block;
clear:both;
visibility:hidden;
line-height:0;
height:0
}
.hb-owl-slider .owl-stage-outer {
position:relative;
overflow:hidden;
transform:translate3d(0,0,0)
}
.hb-owl-slider .owl-item,.hb-owl-slider .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)
}
.hb-owl-slider .owl-item {
position:relative;
min-height:1px;
float:left;
backface-visibility:hidden;
-webkit-tap-highlight-color:transparent;
-webkit-touch-callout:none
}
.hb-owl-slider .owl-item img {
display:block;
width:100%
}
.hb-owl-slider .owl-dots.disabled,.hb-owl-slider .owl-nav.disabled {
display:none
}
.hb-owl-slider .owl-dot,.hb-owl-slider .owl-nav .owl-next,.hb-owl-slider .owl-nav .owl-prev {
cursor:pointer;
-webkit-user-select:none;
-moz-user-select:none;
user-select:none
}
.hb-owl-slider .owl-nav button.owl-next,.hb-owl-slider .owl-nav button.owl-prev,.hb-owl-slider button.owl-dot {
background:0 0;
color:inherit;
border:none;
padding:0!important;
font:inherit
}
.hb-owl-slider.owl-loaded {
display:block
}
.hb-owl-slider.owl-loading {
opacity:0;
display:block
}
.hb-owl-slider.owl-hidden {
opacity:0
}
.hb-owl-slider.owl-refresh .owl-item {
visibility:hidden
}
.hb-owl-slider.owl-drag .owl-item {
touch-action:pan-y;
-webkit-user-select:none;
-moz-user-select:none;
user-select:none
}
.hb-owl-slider.owl-grab {
cursor:move;
cursor:grab
}
.hb-owl-slider.owl-rtl {
direction:rtl
}
.hb-owl-slider.owl-rtl .owl-item {
float:right
}
.no-js .owl-carousel {
display:block
}
.owl-carousel .animated {
animation-duration:1s;
animation-fill-mode:both
}
.owl-carousel .owl-animated-in {
z-index:0
}
.owl-carousel .owl-animated-out {
z-index:1
}
.owl-carousel .fadeOut {
animation-name:fadeOut
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.owl-height {
transition:height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
opacity:0;
transition:opacity .4s
}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
max-height:0
}
.owl-carousel .owl-item img.owl-lazy {
transform-style:preserve-3d
}
.hb-flexslider .flex-next,.hb-flexslider .flex-prev,.laptop-mockup .flex-next,.laptop-mockup .flex-prev {
transition:transform .15s cubic-bezier(.45,0,.55,1);
transform:translateX(0)
}
.hb-flexslider:hover .flex-next,.laptop-mockup:hover .flex-next {
transform:translateX(-40px)
}
.hb-flexslider:hover .flex-prev,.laptop-mockup:hover .flex-prev {
transform:translateX(40px)
}
.blog-carousel-wrapper .crsl-nav,.client-carousel-wrapper .crsl-nav,.gallery-carousel-wrapper .crsl-nav,.gallery-carousel-wrapper-2 .crsl-nav,.hb-crsl-wrapper .crsl-nav {
opacity:0
}
.blog-carousel-wrapper:hover .crsl-nav,.client-carousel-wrapper:hover .crsl-nav,.gallery-carousel-wrapper-2:hover .crsl-nav,.gallery-carousel-wrapper:hover .crsl-nav,.hb-crsl-wrapper:hover .crsl-nav {
opacity:1
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
padding:0 0 0 .5ch!important
}
.flatpickr-calendar.animate {
transform:none!important
}
img.hb-portfolio-no-image {
display:none
} .homebanner{
font-weight: 500;
}
p.homep{
width: 100%;
max-width: 570px;
padding-bottom: 30px !important;
}
.btn.register {    
display: inline-flex;
margin: 0px 40px 0px 0px;
}
.vc_tta-tabs-list {
display: flex !important;
justify-content: center;
}
.vc_tta-tabs-list li {
margin: 0 8px !important;
}
li.vc_tta-tab.vc_active a { }
.vc_tta-panel-body{
background: #ffffff;
}
.readmore {
margin-left: 15px;
font-size: 16px;
line-height: 16px;
font-weight: 600;
}
.readmore a{
color: #1ABC9C;
cursor: pointer;
}
.wpb_single_image.wpb_content_element.vc_align_left.wpb_content_element.vc_custom_1748263389236 {
margin-bottom: 10px;
}
.wpb_single_image.wpb_content_element.vc_align_left.wpb_content_element{
margin-bottom: 10px;
}
.wpb_single_image.wpb_content_element.vc_align_left.wpb_content_element{
margin-bottom: 10px;
}
.loginbtn a {
background: transparent !important;
color: rgb(46 82 107 / 70%) !important;
border: 1px solid rgba(46, 82, 107, 0.70) !important;
width: 123px;
}
.register a {
color: rgba(117, 112, 149, 1);
padding: 0px 20px 0 0;
font-size: 17px;
}
.register a i {
color: rgba(53, 59, 99, 1);
}
.vc_custom_1748587775097,
.resources {
--bs-gutter-x: 1.875rem;
--bs-gutter-y: 0;
width: 100% !important;
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-right: auto !important;
margin-left: auto !important;
}
@media (min-width: 768px) {
.vc_custom_1748587775097,
.resources {
max-width: 94% !important;
}
}
@media (min-width: 1200px) {
.vc_custom_1748587775097,
.resources {
max-width: 1140px !important;
}
}
@media (min-width: 1400px) {
.vc_custom_1748587775097,
.resources {
max-width: 1300px !important;
}
}
.vc_grid-item-mini.vc_clearfix {
background: #fff;
border: 1px solid #DADADA;
border-radius: 15px;
margin-bottom: 26px;
overflow: hidden;
}
.new-blog-grid .vc_gitem-animated-block .vc_gitem-zone {
background-size: cover;
}
.new-blog-grid .vc_grid-item-mini > .vc_gitem-zone {
background: #F9F9F9;
border-radius: 15px;
width: 85%;
position: relative;
margin-top: -20%;
padding: 24px;
height: 270px;
}
.vc_gitem-zone-mini, 
.vc_gitem-zone-mini .vc_gitem_row,
.vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col {
height: 100%;
}
.vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col h4,
.vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col p {
text-align: left !important;
} .downlaodbtn {
position: absolute; 
bottom: 0;
}
.vc_gitem-animate-slideBottom .vc_gitem-zone-b {
display: none !important;
}
.new-blog-grid .vc_gitem-animated-block,
.new-blog-grid .vc_gitem-animated-block .vc_gitem-zone {
height: 236px !important;
}
.new-blog-grid .vc_gitem-zone a.vc_general {
padding: 12px 0;
border-radius: 5px !important;
background: transparent !important;
color: #010205;
font-size: 14px;
font-style: normal;
font-weight: 700;
text-decoration: underline;
text-transform: uppercase;
}
.new-blog-grid .vc_gitem-zone a.vc_general:hover {
padding: 12px 18px;
background: #353B63 !important;
color: #FFF;
font-size: 11px;
text-decoration: none;
}
.subsci .wpcf7-form-control-wrap .wpcf7-email {
width: 160px;
height: 35px !important;
color: #2E526B !important;
text-align: center;
}
.subsci.wpcf7-form .wpcf7-submit {
width: auto;
padding: 2px 10px !important;
border-radius: 5px;
background: #353B63 !important;
font-size: 11px;
margin-left: 10px;
}
.resources .vc_row {
background-color: #E4F7F366 !important;
border-radius: 30px !important;
}
.resources .vc_column_container {
padding-left: 15px;
padding-right: 15px;
}
.resources .vc_row .wpb_column .vc_column-inner {
background: #fff;
border: 1px solid #DADADA;
border-radius: 15px;
margin-bottom: 26px;
overflow: hidden;
margin: 15px;
}
.ctablock {
font-size: 36px;  
line-height: 70px;
}
.homebannerleft{
padding-left:100px;
}
.pl-100{
padding-left:100px !important;
}
.plr-30{
padding-left:30px !important;
padding-right:30px !important;
}
.plr-50{
padding-left:50px !important;
padding-right:50px !important;
}
.plr-150{
padding-left:150px !important;
padding-right:150px !important;
}
.plr-100{
padding-left:100px !important;
padding-right:100px !important;
}
.ph2{
font-size: 36px;
line-height: 55px;
text-transform: capitalize;
}
.ph48{
font-size: 48px;
line-height: 60px;
text-transform: capitalize;
}
.ph24{
font-size: 24px;
line-height: 30px;
position: relative;
display: block;
margin-top: -28px;
}
.phr24{
font-size: 24px;
line-height: 30px;
position: relative;
display: block;
margin-top: -40px;
}
.ph20{
font-size: 20px;
line-height: 29px;
}
.pt-50{
padding-top:15% !important;
}
.bnrh{
font-size:40px;
line-height:55px;
}
.p65 {
padding: 65px 60px 60px 65px !important;
}
.list45 li{
list-style-type: circle;
line-height: 45px !important;
font-size: 16px;
padding-bottom: 5px;
color: #575757;
}
.pt-130{
padding-top:130px !important;
}
.pt-70{
padding-top:70px !important;
}
.pt-50{
padding-top:40px !important;
}
.ptb-100{
padding-top:100px !important;
padding-bottom:100px !important;
}
.ptb-70{
padding-top:70px !important;
padding-bottom:70px !important;
}
.ptb-60{
padding-top:50px !important;
padding-bottom:50px !important;
}
.ptb-40{
padding-top:40px !important;
padding-bottom:40px !important;
}
.p55{
padding:55px !important;
}
.ptb-64{
padding:60px 0px 40px 0px !important;
}
.ebookp {
padding: 0px 0px 50px 0px;
}
.downlaodbtn {
padding-bottom: 20px;
}
.downlaodbtn a {
display: flex;
text-align: center;
margin-left: 70%;
width: 100%;
background: #353B63 !important;
border-radius: 10px;
} .ebookcontent {
background: #F9F9F9;
border-radius: 15px;
width: 70%;
position: relative;
margin-top: -20%;
padding: 24px;
height: 200px;
max-height:300px;
}
.imgradius img {
border-radius: 10px 10px 0px 0px;
}
.contentbrdr {
border: 1px solid #EBEBEB;
border-radius: 10px;
}
.service-box {
padding: 30px 20px 20px 20px;
margin: 0px 3px 0px 3px !important;
}
.hb-testimonial-box {
background-color: #fff;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
padding: 10px 0px 35px 0px;
transition: box-shadow 0.3s ease;
height: 245px;
max-height: 300px;
overflow-y: auto;
}
.hb-testimonial {
padding: 20px;
border: 0px solid #ebebeb;
background: #fff;
margin-bottom: 20px;
position: relative;
}
img.testimonial-author-img {
border: 1px solid #000 !important;
margin: 0px 18px;
}
.iconfeturebox img.icon-box-img {
width: 70px;
height: 70px;
padding: 15px 0px;
}
.iconfeturebox .feature-box.left-icon-box.alternative .feature-box-content {
margin-left: 100px !important;
padding-top: 7%;
}
.iconfeturebox h4 {
font-size: 32px !important;
line-height: 40px !important;
color: #2E526B !important;
font-weight: 700 !important;
}
.iconfeturebox p {
font-size: 20px;
padding: 0px 0px;
line-height: 15px;
font-weight: 400;
} @media screen and (max-width: 768px) {
#request-menu {
display: none !important;
}
.ph2{
font-size: 25px;
line-height: 40px;
text-transform: capitalize;
}
.bnrh{
font-size:30px;
line-height:40px;
}
.contbtn {
display: inline-block;
}
.p65 {
padding: 0px !important;
}
.homebannerleft{
padding-left:10px;
}
.pl-100{
padding-left:10px !important;
}
.hb-testimonial-box {   
height: 327px;
max-height: 339px;
}
.whatsnew{
padding:10px !important;
}
.whatsnewheading{
padding:0px !important
}
.contbtn {
flex-direction: column;
align-items: center;
}
a.contactus {
padding: 0px 0px 0px 0px;    
}
.ctablock {
font-size: 25px;
color: #ffffff;
line-height: 40px;
}
.plr-150{
padding:0px !important;
}
.plr-50{
padding:0px !important;
}
.plr-30{
padding-left:0px !important;
padding-right:0px !important;
}
.plr-100 {
padding-left: 10px !important;
padding-right: 10px !important;
}
.ph48 {
font-size: 25px;
line-height: 40px;
text-transform: capitalize;
}
.ptb-70 {
padding-top: 40px !important;
padding-bottom: 30px !important;
}
.pt-70 {
padding-top: 30px !important;
}
.ptb-100 {
padding-top: 40px !important;
padding-bottom: 30px !important;
}
.pt-130 {
padding-top: 40px !important;
}
.ptb-60 {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.p55 {
padding: 5px !important;
}
.ebookcontent {
background: #F9F9F9;
border-radius: 15px;
width: 80%;
position: relative;
margin-top: -20%;
padding: 24px;
height: auto;
max-height:300px;
}
.iconfeturebox p {
font-size: 20px;
padding: 0px 0px;
line-height: 30px;
font-weight: 400;
}
.bannertitle {    
margin-top: 30px !important;
padding: 0px 0px 0px 0px !important;
}
.subheading{
font-size: 30px !important;
}
.subheading span{
font-size: 30px !important;
}
.getdemobanner {   
padding: 12px 35px !important;
}
.startfree {
padding: 12px 16px !important;
}
.ptb-64{
padding:15px 6px !important;
}
.header_counter{
display: none !important;
}
.countergtr{
display: none !important;
}
.counters-heading {   
font-size: 16px !important;
}
.mrt{
margin-top: -30px !important;
}
.mt-10{
margin-top: 20px !important;
}
.mt-5{
margin-top: -10px !important;
}
.counters-heading h2 {    
font-size: 25px !important;  
line-height: 30px !important;  
} 
.counterrowsstate {
display: grid !important;
grid-template-columns: repeat(4, 1fr);
gap: 0px;
text-align: center;
flex-direction: column;
}
.vc_custom_1756383915341 {
height: 180px !important;
margin-top: -9px !important;
}
.ourhng{
font-size: 30px !important;
line-height: 40px;
}
.ourhng span{
font-size: 30px;
line-height: 40px;
}
.oursubheading{
font-size: 25px !important;
line-height: 40px !important;
}
.matterhdg{
font-size: 30px !important;
line-height: 50px !important;
}
.matterbox {
padding: 15px !important;
}
.procontent{
width: 100% !important;
margin: -5% auto !important;
}
.tabcontent {
padding: 0px 10px !important;
}
.tableft ul li {    
padding: 10px 10px 6px 10px !important;
}
.tablist ul li{
padding: 10px 10px 6px 10px !important;
}
.tabheading{
font-size: 25px !important;
line-height: 40px !important;
text-transform: capitalize;
}
.knowmore {    
font-size: 13px !important;    
width: 225px !important;
height: 33px !important;
padding: 4px 8px !important;    
}
.getdemo { 
width: 198px !important;
height: 33px !important;
padding: 7px 12px !important;    
font-size: 13px !important;
}
.check-list li{
padding: 0px !important;
}
.pb-60{
padding: 0px 0px 0px 0px !important;
}
.pmstitle {    
font-size: 30px !important;    
line-height: 40px !important	;    
}
.pmstitle span {
font-size: 30px !important;    
line-height: 50px !important;  
}
.intshrtcnt {
font-size: 18px !important;
font-style: normal;
font-weight: 600;
line-height: var(--font-size-36, 30px) !important;
width: 100% !important;
margin: 0px auto;
}
.intcontainer {
padding: 0px 0px 0px 0px !important;
}
.bestsubheading{
font-size: 24px !important;
line-height: 40px !important; 
}
.pmscounter {
padding: 0px 30px 0px 30px !important;
}
.axisroomshng {
font-size: 30px !important;    
line-height: 43px !important;
}
.axissubheading{
font-size: 30px !important;
line-height: 40px !important;
}
.axissubheadingrgt {
font-size: 30px !important;
line-height: 40px !important;
padding-left: 5% !important; 
}
.axisroomsba {
padding: 40px 0px !important;
}
.beforeaxisrooms li {
position: relative;
padding: 10px 10px 10px 61px;
margin-bottom: 5px !important;
border-radius: 6px;
list-style-type: none !important;
color: #2164AB !important;
font-size: 15px !important;
font-weight: 600 !important;
font-style: normal !important;
}
.getfreedemo{
display: none !important;
}
.vc_custom_17562891{
display: none !important	;
}
.indhdg{
font-size: 20px !important;    
line-height: 38px !important;
width: 100% !important; 
margin: 0px auto; 
font-weight: 500 !important;
}
.ctaheading {
padding: 40px 0px 0px 10px !important;
font-size: 25px !important;
line-height: 40px !important;
}
.ctademo {
float: left !important;
margin-right: 0% !important;
margin-top: -6% !important;
margin-left: 22% !important;
}
.vc_custom_1756213233058{
margin-left: 0px !important;
}
.vc_custom_1756291964094 {
padding-top: 4px !important;
}
.afteraxisrooms {
list-style: none !important; padding-left: 0% !important;
margin: 0;
}
.vc_custom_1756384883402 {
display: grid !important;
grid-template-columns: repeat(4, 1fr);
gap: 0px;
text-align: center;
flex-direction: column;
}
p.homep {
margin-top: -5% !important;
}
.tablist .wpb_wrapper li {
list-style: none !important;
}
.tablist .wpb_wrapper li::before {
list-style: none !important;    content: "✔";
left: -33px;
top: 33% !important;
}
} @media (max-width: 480px) {
.tablist .wpb_wrapper li::before {
list-style: none !important;    content: "✔";
left: -33px;
top: 33% !important;
}
.bannertitle {    
margin-top: 30px !important;
padding: 0px 0px 0px 0px !important;
}
.subheading{
font-size: 30px !important;
}
.subheading span{
font-size: 30px !important;
}
.pmstitle {    
font-size: 30px !important;    
line-height: 40px !important	;    
}
.pmstitle span {
font-size: 30px !important;    
line-height: 50px !important;  
}
.intshrtcnt {
font-size: 18px !important;
font-style: normal;
font-weight: 600;
line-height: var(--font-size-36, 30px) !important;
width: 100% !important;
margin: 0px auto;
}
.intcontainer {
padding: 0px 0px 0px 0px !important;
}
.bestsubheading{
font-size: 24px !important;
line-height: 40px !important; 
}
.pmscounter {
padding: 0px 30px 0px 30px !important;
}
.axisroomshng {
font-size: 30px !important;    
line-height: 43px !important;
}
.axissubheading{
font-size: 30px !important;
line-height: 40px !important;
}
.axisroomsba {
padding: 40px 0px !important;
}
.beforeaxisrooms li {
position: relative;
padding: 10px 10px 10px 61px;
margin-bottom: 5px !important;
border-radius: 6px;
list-style-type: none !important;
color: #2164AB !important;
font-size: 15px !important;
font-weight: 600 !important;
font-style: normal !important;
}
.getfreedemo{
display: none !important;
}
.vc_custom_17562891{
display: none !important	;
}
.indhdg{
font-size: 20px !important;    
line-height: 38px !important;
width: 100% !important; 
margin: 0px auto; 
font-weight: 500 !important;
}
.ctaheading {
padding: 40px 0px 0px 10px !important;
font-size: 25px !important;
line-height: 40px !important;
}
.ctademo {
float: left !important;
margin-right: 0% !important;
margin-top: -6% !important;
margin-left: 22% !important;
}
.vc_custom_1756213233058{
margin-left: 0px !important;
}
.vc_custom_1756291964094 {
padding-top: 4px !important;
}
.counterrowsstate {
display: grid !important;
grid-template-columns: repeat(4, 1fr);
gap: 0px;
text-align: center;
flex-direction: column;
}
} .indhdg{
color: #64607D;
text-align: center;
font-family: Montserrat;
font-size: 26px;
font-style: normal;
font-weight: 600;
line-height: 40px;
width: 80%;
margin: 0px auto;
}
.axisroomshng{
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 78px; 
}
.axissubheading{
font-size: 40px;
line-height: 53px;
text-transform: capitalize;
}
.axissubheadingrgt {
font-size: 40px;
line-height: 53px;
text-transform: capitalize;
padding-left: 17%;
}
.bestsubheading{
font-size: 26px;
font-style: normal;
font-weight: 600;
line-height: 28px; 
}
.tabheading{
font-size: 40px;
line-height: 53px;
text-transform: capitalize;
}
.plr-60{
padding-left: 60px;
padding-right: 60px;
}
.oursubheading{
font-size: 32px ;
line-height: 40px;
}
.matterhdg{
font-size: 48px ;
line-height: 70px;
}
.header_counter{
position: absolute; 
width: 289px;
height: 510px;
top: -116%;
left: 0px;		
background-image: url(https://www.axisrooms.com/wp-content/uploads/2025/08/Ornament.png);
background-repeat: no-repeat;
border-radius: 364px;
background-position: center; background-size: contain; 
}
.countergtr{
position: absolute; 
width: 273px;
height: 340px;
flex-shrink: 0;
background-image: url(https://www.axisrooms.com/wp-content/uploads/2025/08/Ornamentright.png);
background-repeat: no-repeat;
background-position: center; background-size: contain; 
border-radius: 288px;			
top: -15%;
right: -59px;
}
.vc_custom_1756383915341 {      
background-position: center center;
background-size: cover;
height: 300px;
margin-top: -53px;
z-index: 1;
display: block;
position: relative;
border-radius: 20px;
}
.counters-heading h2 {
color: #FFF;
font-family: Inter;
font-size: 64px;
font-style: normal;
font-weight: 800;
line-height: 76px;
letter-spacing: -1.28px;
}
.counters-heading {
text-align: center;
color: #FFF;    
font-family: Inter;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 120%;
letter-spacing: 0.72px;
}
a.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-shape-rounded.vc_btn3-style-custom
{
display: flex;
width: 180px;
height: 60px;
padding: 8px 11px 8px 8px;
justify-content: center;
align-items: center;
gap: 8px;
border-radius: 32px;
font-size: 18px;
line-height: 24px;
font-weight: 700;
font-style: normal;
}
.ourhng{
color: #014E80;
text-align: center; font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 55px; text-transform: capitalize;
}
.thmcolor{
color: #26B898; font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 55px;
text-transform: capitalize;
}
.txtwhite{
color: #FFFFFF;
}
.procontent{
color: #FFF;
text-align: center; font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 39px; width: 61%;
margin: 0px auto;
}
.tablist ul { border: none !important; }
.tablist ul li {
padding: 10px 0px !important;
margin: 0px !important;
border-radius: 30px;
}
.tablist ul li a{
padding: 14px 57px !important;
color: var(--Shades-White, #FFF);
font-family: Montserrat;
font-size: 17px;
font-style: normal;
font-weight: 700;
line-height: 24px; }
.vc_tta.vc_general .vc_tta-tab>a{
border: none !important;
} .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active>a
{
background: var(--Primary-500, linear-gradient(280deg, #00796D 0%, #38C682 100%)) !important;
color: #FFF !important;
border-radius: 32px !important;
}
.vc_tta.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panels{
border-radius: 32px !important;
}
.br30{
border-radius: 30px !important;
}
.readmorebtn{
display: flex;
gap:30px;
padding: 0px 27px; }
.knowmore
{
font-size: 12px;
color: #014E80;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 160%;
text-transform: uppercase;
border-radius: 72px;
border: 1px solid #014E80;
display: flex;
width: 115px;
height: 38px;
padding: 7px 18px;
justify-content: center;
align-items: center;
gap: 10px;
}
.getdemo{
display: flex;
width: 113px;
height: 39px;
padding: 7px 18px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 72px;
background: var(--cta, #FFCA25);
font-size: 14px;
font-weight: 600;
color: #014E80;
text-transform: uppercase;
}
.getdemobanner{
display: flex;
padding: 12px 35px;
justify-content: center;
align-items: center;
border-radius: 32px;
background: #FFCA25;
color: var(--Text-and-Main-White, #F4F3F8);
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 30px;
color: #014E80;
}
.startfree{
display: flex;
padding: 12px 35px;
justify-content: center;
align-items: center;
border-radius: 32px;
background: #014E80;
color: var(--Text-and-Main-White, #F4F3F8);
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 30px;
}
.boxh{
color: var(--Black, #000);
font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 600 !important;
line-height: 140%; padding: 0px 15px !important;
min-height: 70px;
}
.boxcnt{
color: var(--Black, #000);
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
padding: 0px 27px;
min-height: 185px;
}
.boxcnt ul{
list-style: disc !important	;
}
.boxcnt ul li {
list-style-type: disc !important;
line-height: 24px !important;
font-size: 16px;
padding-bottom: 5px;
color: #000 !important;
}
.matterbox{
padding: 0px 90px 0px 90px;
}  .tableft ul li {
list-style-type: circle !important;
line-height: 30px;
font-size: 18px !important;
padding-bottom: 5px;
color: #2164AB !important;
padding: 21px 30px 21px 25px !important;
}
.check-list {
list-style: none; padding: 0;
margin: 0;
}
.check-list li {
position: relative;
padding: 10px 10px 10px 35px; margin-bottom: 8px; 
border-radius: 6px;
}
.check-list li::before {
content: "✔"; position: absolute;
left: 10px;
top: 50%;
transform: translateY(-50%);
color: #28a745; font-weight: bold;
}
.tablist .wpb_wrapper li::before {
list-style: none !important;
content: "✔";
position: absolute;
left: -33px;
top: 50%;
transform: translateY(-50%);
color: #FFF;    
background: #54BD95;
border-radius: 30px;
height: 32px;
width: 32px;
text-align: center;
font-weight: 400;
font-size: 15px;
}
.intcnt{
padding: 10px 200px;
}
.intcontainer{
padding: 0px 150px 0px 150px;
}
.proimg {
display: flex;
gap: 30px;
color:#ccc;
}
.proimg span{
color: var(--hotelrunner-com-mine-shaft, var(--color-grey-20, #333)); font-family: var(--font-family-Font-1, Poppins);
font-size: var(--font-size-14, 14px);
font-style: normal;
font-weight: var(--font-weight-500, 500);
line-height: var(--line-height-20, 20px); }
.pmscounter {
padding: 0px 300px 0px 400px;
justify-content: center;
margin: 0px auto;
text-align: center;
}
.pmstitle{
color: #26B898; font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 65px;
text-transform: capitalize;
text-align: center;
}
.pmstitle span{
color: #014E80;
text-align: center; font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 55px; text-transform: capitalize;
}
.intshrtcnt{
color: var(--hotelrunner-com-mine-shaft, var(--color-grey-20, #333));
text-align: center; font-size: 26px;
font-style: normal;
font-weight: 600;
line-height: var(--font-size-36, 36px); width: 80%;
margin: 0px auto;
}
.beforeaxisrooms {
list-style: none !important; padding: 0;
margin: 0;
}
.beforeaxisrooms li {
position: relative;
padding: 10px 10px 10px 61px;
margin-bottom: 20px;
border-radius: 6px;
list-style-type: none !important;
color: #2164AB !important;
font-size: 18px !important;
font-weight: 600 !important;
font-style: normal !important;
}
.beforeaxisrooms li::before {
list-style: none !important;
content: "✖";
position: absolute;
left: 10px;
top: 50%;
transform: translateY(-50%);
color: #fff;
background: #e60000;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
border-radius: 50%;
font-size: 13px;
font-weight: 400;
}
.axisroomsba{
padding: 60px 65px;
}
.afteraxisrooms {
list-style: none !important; padding-left: 15%;
margin: 0;
}
.afteraxisrooms li {
position: relative;
padding: 10px 10px 10px 61px;
margin-bottom: 20px;
border-radius: 6px;
list-style-type: none !important;
color: #2164AB !important;
font-size: 18px !important;
font-weight: 600 !important;
font-style: normal !important;
}
.afteraxisrooms li::before {
list-style: none !important;
content: "✔";
position: absolute;
left: 10px;
top: 50%;
transform: translateY(-50%);
color: #fff;
background: #54BD95;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
border-radius: 50%;
font-size: 13px;
font-weight: 400;
}
.getfreedemo{	
display: flex;
width: 144px;
padding: 20px 40px;
justify-content: center;
align-items: center;   
color: #014E80;
border-radius: 72px;
background: var(--cta, #FFCA25);
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 160%;
text-transform: uppercase; 
margin-left: 80%;
}
.ctabtn{
width: 100%;
height: 250px;
min-height:250px;
flex-shrink: 0;
background: var(--Ar-2nd, #014E80);
border-radius: 30px;
margin: 0px auto	;
}
.ctaheading{
padding: 50px 0px 0px 80px;
font-size: 48px;
line-height:53px;
}
.ctademo{
display: flex; padding: 20px 40px;     
color: #FFF;
border-radius: 72px;
background: var(--cta, #FFCA25);
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 160%;
text-transform: uppercase; 
float: right;
margin-right: 10%;
margin-top: 12%;
}
.vc_custom_1756385904998 {    
background-repeat: no-repeat;
background-size: cover; background-position: center center;
width: 1260px; 
min-height: 250px;
height: 150px;
}
ul.vc_tta-tabs-list {
width: 90%;
margin: 0px auto;
display: flex;
position: relative;
justify-content: center;
background: #FFF;
border-radius: 30px;
}
.vc_tta.vc_general .vc_tta-tabs-list {   
margin: 0 auto !important;    
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab>a {    
border-radius: 30px;
color: #014E80 !important	;  
}
.vc_tta.vc_tta-gap-35 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading, .vc_tta.vc_tta-gap-35.vc_tta-tabs-position-top .vc_tta-tabs-container {
margin-bottom: 60px !important;
}
.tabcontent{
padding: 60px;
}
.pb-60{
padding: 0px 0px 60px 0px;
}
.pt-60{
padding: 60px 0px 0px 0px !important;
}
.bannertitle{
font-weight: 500 !important;
margin-top: -13%;
padding: 0px 0px 30px 0px ;
}
.subheading{
color: #014E80;
font-size: 46px;
font-style: normal;
font-weight: 700;
line-height: 55px; }
.subheading span{
color: #FFCA25;
font-size: 46px;
font-style: normal;
font-weight: 700;
line-height: 55px;
}
.highend_vc_custom_1756386505445 {
width: 1362px;
height: 250px;
min-height: 25px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.vc_column-inner.vc_custom_1756366375682 {
padding-left: 20%;
}
li#menu-item-11334 {
display: none;
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab>a:focus, .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab>a:hover {
background-color: #FFF !important;
}
.pricing-box  {
padding: 40px 45px 20px;
}
.pricing-box h3 {
font-weight: 700;
text-transform: uppercase;
padding-top:50px;
}
.pricing-block h3 {
font-weight: 700;
text-transform: uppercase;
}
.pricing-box p {
font-size: 15px;
line-height: 22px;
min-height: 66px;
}
.pricing-box .small-p p {
min-height: 0;
font-size: 13px;
margin-bottom: 0;
color: #595959;
}
.pricing-box h4 {
font-weight: 700;
font-size: 24px;
margin-top: 5px;
margin-bottom: 25px;
}
.pricing-block  {
padding: 40px 45px 20px;
-moz-border-radius: 8px;
border-radius: 8px;
-moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.pricing-box  .hb-button {
margin: auto;
display: block;
max-width: 150px;
background: transparent;
color: #FFF !important;
-moz-box-shadow: none;
box-shadow: none;
border: 1px solid #10c9a3;
padding: 8px 10px;
text-transform: none;
font-size: 14px;
letter-spacing: 0;
line-height: 18px;
text-align:center;
}
@media (max-width: 767px) {
.pricing-block {
margin-bottom: 25px !important;
padding: 0 !important;
}
.pricing-block > .wpb_wrapper {
padding: 30px 15px 20px;
}
}
@media (min-width: 768px) and (max-width: 768px) {
.pricing-block {
padding: 30px 20px 20px;
}
.pricing-block p {
font-size: 14px;
}
.pricing-block.booking-engine-block h3 {
word-spacing: 100px;
}
}
.pricing-bottom-row {
overflow: hidden;
}
.pricing-bottom-row:before {
content: '';
height: 320px;
position: absolute;
left: -60%;
right: -30%;
top: -100px;
-moz-transform: rotate(-12deg);
transform: rotate(-12deg);
}
@media (min-width: 1367px) {
.pricing-bottom-row:before {
height: 400px;
top: -140px;
}
}
@media (min-width: 768px) and (max-width: 768px) {
.pricing-bottom-row-parent .vc_col-sm-6 {
width: 100%;
}
}
.horz_banner {
-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
padding: 30px 20px;
background-image: url(//www.axisrooms.com/wp-content/themes/HighendWP/img/banner_bg.png);
background-position: right bottom;
background-repeat: no-repeat;
-moz-background-size: contain;
background-size: contain;
background-color: #fff;
}
.horz_banner.w-min-height {
min-height: 175px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.horz_banner .vc_custom_heading {
margin-bottom: 5px;
}
.horz_banner h4 {
font-size: 18px;
color: #353b63;
}
.horz_banner p {
font-size: 16px;
line-height: 24px;
}
.horz_banner .vc_grid-item-zone-c-right .vc_grid-item-mini {
display: -moz-box;
display: flex;
-moz-box-align: center;
align-items: center;
}
.horz_banner .vc_grid-item-zone-c-right .vc_grid-item-mini .vc_gitem_row .vc_gitem-col {
padding: 0 0 0 30px;
}
.horz_banner .vc_grid-item-zone-c-right .vc_grid-item-mini .vc_gitem-zone.vc_gitem-zone-c {
background-color: transparent !important;
}
.horz_banner .vc_grid-item-zone-c-right .vc_gitem-animated-block {
width: 15%;
}
.horz_banner .vc_grid-item-zone-c-right .vc_gitem-zone-c {
width: 85%;
}
@media (max-width: 767px) {
.horz_banner .vc_grid-item-zone-c-right .vc_grid-item-mini {
flex-wrap: wrap;
}
.horz_banner .vc_grid-item-zone-c-right .vc_grid-item-mini .vc_gitem_row .vc_gitem-col {
padding: 20px 0 0 0;
}
.horz_banner .vc_grid-item-zone-c-right .vc_gitem-animated-block {
width: 50%;
}
.horz_banner .vc_grid-item-zone-c-right .vc_gitem-zone-c {
width: 100%;
}
}
.horz_banner .vc_grid-item-zone-c-right .vc_gitem-post-data-source-post_excerpt {
display: inline-block;
vertical-align: middle;
margin-bottom: 0;
}
.horz_banner .vc_grid-item-zone-c-right .vc_gitem-post-data-source-post_excerpt p {
margin-bottom: 0;
font-size: 18px;
color: #5d5d5d;
}
@media (max-width: 767px) {
.horz_banner .vc_grid-item-zone-c-right .vc_gitem-post-data-source-post_excerpt p {
font-size: 16px;
}
}
.horz_banner .vc_grid-item-zone-c-right .vc_btn3-container {
vertical-align: middle;
}
.horz_banner .vc_grid-item-zone-c-right .vc_btn3-container .vc_btn3-style-custom {
font-size: 20px;
text-decoration: underline;
padding: 0px 6px;
color: #353b63 !important;
border: none;
}
.horz_banner .vc_grid-item-zone-c-right .vc_btn3-container .vc_btn3-style-custom:hover {
background-color: transparent;
background-image: none;
border: none;
}
@media (max-width: 767px) {
.horz_banner .vc_grid-item-zone-c-right .vc_btn3-container .vc_btn3-style-custom {
font-size: 14px;
padding: 10px 0;
}
}
@media (max-width: 767px) {
.horz_banner {
-moz-background-size: 25%;
background-size: 25%;
}
.horz_banner h4 {
font-size: 18px;
}
}@media handheld,only screen and (max-width:1590px){.hb-side-navigation #main-wrapper.hb-boxed-layout,.hb-side-navigation #main-wrapper.hb-boxed-layout .container,.hb-side-navigation #main-wrapper.width-940 .container,.hb-side-navigation #main-wrapper.width-940.hb-boxed-layout,.hb-side-navigation .container{width:95%!important}.hb-side-navigation #main-wrapper.hb-boxed-layout .container,.hb-side-navigation.highend-sticky-header #main-wrapper.hb-boxed-layout #header-inner #header-inner-bg{width:100%!important}}@media handheld,only screen and (max-width:1260px){#main-wrapper.hb-boxed-layout,#main-wrapper.width-940.hb-boxed-layout{width:95%!important}#sticky-shop-button{display:none}#main-wrapper .element-height-90{height:auto!important;line-height:32px!important;min-width:81px!important}#main-wrapper.hb-boxed-layout .container{width:100%!important}.hb-side-navigation .post-meta-footer{bottom:0;left:0;right:auto}}@media handheld,only screen and (max-width:1024px){#main-wrapper #main-nav>li>a>i.sf-sub-indicator,.hb-fp-video,.highend-sticky-header #sticky-shop-button{display:none!important}.hb_latest_posts_widget p.nbm{margin-left:0;clear:both}#pre-footer-area .container{justify-content:flex-start}article.search-entry a.search-thumb{float:none;margin-bottom:10px;display:block}.columns-6 .hb-fw-element{width:33.33%!important}#main-wrapper .hb-parallax-wrapper{background-size:cover;background-repeat:no-repeat;background-position:center center!important;background-attachment:scroll!important}.hb-side-navigation #hb-wrap{margin-top:80px!important}.pp_pic_holder.pp_default{width:100%!important;left:0!important}.pp_content{width:100%!important;height:auto!important}.pp_fade,.pp_hoverContainer{width:100%!important;height:100%!important}#pp_full_res img{width:100%!important;height:auto!important}.pp_details{width:94%!important;background-color:#fff;margin-top:-2px!important;padding:10px 4% 10px 3%}a.pp_close{right:10px!important;top:10px!important}div.pp_default .pp_nav{margin-left:0}a.pp_next,a.pp_previous{height:100%;top:0}a.pp_contract,a.pp_expand{display:none!important}div.pp_default .pp_content_container .pp_left,div.pp_default .pp_content_container .pp_right{padding:0!important}.hb-video-mobile{display:block}#hb-side-navigation{padding:0;overflow-y:hidden!important;width:100%;top:0;left:0;height:80px}.side-logo-wrapper #logo{float:left;max-width:70%}.side-logo-wrapper #logo a img{max-height:55px;line-height:80px}.hb-side-background,.side-nav-bottom-part,.side-nav-bottom-text,.side-nav-wrapper{display:none}#hb-side-navigation .hb-resp-bg{display:block;line-height:80px}#hb-side-navigation #show-nav-menu{display:block}.admin-bar #hb-side-navigation{top:32px}.side-logo-wrapper #logo a{line-height:80px}.container,.hb-side-navigation #main-wrapper.hb-boxed-layout,.hb-side-navigation #main-wrapper.width-940 .container,.hb-side-navigation #main-wrapper.width-940.hb-boxed-layout{width:100%!important;margin-top:0;margin-bottom:0}.hb-side-navigation .post-meta-footer{bottom:29px;right:0;left:auto}#main-wrapper.left-panel #fullpage{margin-left:0!important}.left-panel .hb-caption-layer{padding-left:10px}.hb-side-navigation .container{width:100%!important;padding-right:30px;padding-left:30px}.hb-sidebar-20 #main-content .col-9.hb-main-content,.hb-sidebar-20 #main-content .hb-sidebar{width:100%!important;border:none}.hb-sidebar-20 #main-content .hb-sidebar,.hb-sidebar-20 #main-content .hb-sidebar .widget-item{padding-left:0!important;padding-right:0!important}}@media handheld,only screen and (max-width:900px){#main-wrapper.hb-boxed-layout,#main-wrapper.width-940 .container,#main-wrapper.width-940.hb-boxed-layout,.container{width:100%!important}#main-wrapper.hb-boxed-layout.hb_boxed_layout_regular{margin-top:0;margin-bottom:0}#footer .widget-column{border-left:none!important;padding:0 30px}.widget-item .hb-stream ul li{width:50%!important}#footer-menu,#hb-woo-notif,#header-bar,#main-nav,#main-wrapper .tp-bullets,#main-wrapper .tparrows,#sticky-shop-button,.product_meta .posted_in,.product_meta .tagged_as,.share-holder,.ts-1 .flex-control-nav{display:none!important}#show-nav-menu{display:inline-block}#main-wrapper #copyright-text{float:none;display:block;text-align:center}.textwidget .aligncenter img{display:block;clear:both}.textwidget .aligncenter{text-align:left}article.search-entry .excerpt-wrap{margin-left:0}.extra-wide-inner .col-12,.extra-wide-inner .col-3,.extra-wide-inner .col-4,.extra-wide-inner .col-6,.row-special .col-12,.row-special .col-3,.row-special .col-4,.row-special .col-6{width:50%}.columns-4 .hb-fw-element,.columns-5 .hb-fw-element{width:50%!important}.columns-6 .hb-fw-element{width:33.33%!important}#main-wrapper .element-height-90{height:auto;line-height:32px}.hb-main-content.col-9 .row .col-1,.hb-main-content.col-9 .row .col-10,.hb-main-content.col-9 .row .col-11,.hb-main-content.col-9 .row .col-12,.hb-main-content.col-9 .row .col-2,.hb-main-content.col-9 .row .col-3,.hb-main-content.col-9 .row .col-4,.hb-main-content.col-9 .row .col-5,.hb-main-content.col-9 .row .col-6,.hb-main-content.col-9 .row .col-7,.hb-main-content.col-9 .row .col-8,.hb-main-content.col-9 .row .col-9{width:100%!important;padding-top:0!important;margin-bottom:30px!important}.wpb_wrapper{width:100%}.fw-gallery-wrap.columns-5 .elastic-item,.fw-gallery-wrap.columns-6 .elastic-item{width:33.33%!important}#hb-preloader{display:none!important}.hb-caption-layer h2{font-size:30px;line-height:40px}.hb-caption-layer p{font-size:16px;line-height:26px;margin-top:10px}.hb-caption-layer .hb-button{letter-spacing:1px;padding:12px 20px 10px!important;font-size:var(--he-font-size--smallest)}#header-inner.nav-type-2 #show-nav-menu{display:block!important;float:none!important;text-align:center!important}.hb-side-navigation .hb-single-next-prev a.hb-prev-post{left:-120px!important}.hb-side-navigation .hb-single-next-prev a.hb-prev-post:hover{left:0!important}.hb-blog-grid.grid-columns-3 article,.hb-blog-grid.grid-columns-4 article{width:50%!important}}@media handheld,only screen and (max-width:767px){#main-content .hb-main-content.col-9{width:100%!important;padding-left:0!important;padding-right:0!important;border-left:none!important;border-right:none!important;margin-top:0!important}#main-content .hb-sidebar{width:100%!important;border-right:none!important;border-left:none!important;padding-left:0!important;padding-right:0!important;margin-bottom:50px!important;margin-top:50px!important}#hb-maintenance{margin-left:10%;max-width:80%}#hb-maintenance #hb-countdown>li{margin-bottom:50px}.row .col-1,.row .col-10,.row .col-11,.row .col-12:not(.hb-main-content),.row .col-2,.row .col-3,.row .col-4,.row .col-5,.row .col-6,.row .col-7,.row .col-8,.row .col-9{width:100%!important;padding-top:0!important;margin-bottom:30px!important}.row .col-1.nbm,.row .col-10.nbm,.row .col-11.nbm,.row .col-12.nbm,.row .col-2.nbm,.row .col-3.nbm,.row .col-4.nbm,.row .col-5.nbm,.row .col-6.nbm,.row .col-7.nbm,.row .col-8.nbm,.row .col-9.nbm{margin-bottom:0!important}.error404 h1.extra-large{font-size:40px!important}#main-content .hb-sidebar .widget-item{padding-left:0!important}.hb-callout-box h3{margin-right:0}.hb-pricing-table-wrapper .hb-pricing-item{width:100%!important}.col-12.column_container{margin-bottom:0!important}.hb-process-steps ul li{width:100%!important;margin-bottom:30px!important}#main-wrapper .hb-callout-box a.hb-button:active,.hb-callout-box a{position:static;display:block;max-width:100%;margin-bottom:0;margin-top:30px!important;float:none}.hb-pricing-item.highlight-table{margin-top:20px}#footer .widget-column{margin-bottom:50px!important}#slider-section .hb-button,.breadcrumbs-wrapper,.continue-shopping,.fw-section .hb-separator.double-border,.hb-process-steps ul:before,.hb-site-tagline,.tp-caption.divider_white,.tp-caption.hb-separator-dark{display:none!important}.fw-gallery-wrap.columns-4 .elastic-item,.fw-gallery-wrap.columns-5 .elastic-item,.portfolio-related-item{width:50%!important}.portfolio-related-item img{width:100%!important}#footer{padding-bottom:0;padding-top:40px}.content-box.top-icon{margin-bottom:30px!important}#header-inner.nav-type-2 #logo,#main-wrapper .vc_align_left,#main-wrapper .vc_align_right,#main-wrapper .wpb_single_image.vc_align_left,#main-wrapper .wpb_single_image.vc_align_right{float:none!important;text-align:center}#main-wrapper.hb-boxed-layout .row.fw-content-wrap,#main-wrapper.hb-boxed-layout .row.video-content{margin:0 -15px!important}.pace{display:none!important}td.actions{text-align:right}#main-wrapper .hb-modal-window{width:90%;margin-left:5%;left:0}.feature-box{margin-bottom:50px!important}.widget-item .hb-stream ul li{width:20%!important}#main-wrapper.hb-boxed-layout .fw-section.fw-columns{margin-left:-15px!important}.hb-max-60,.hb-max-80{max-width:100%}.hb-gal-standard-description.portfolio-description h3{margin-right:0!important}.footer-row{flex-direction:column}.vc_column_container{margin-bottom:15px}.vc_column_container:last-child{margin-bottom:0}}@media handheld,only screen and (max-width:600px){.wpb_tabs .wpb_tabs_nav li{float:none!important;display:block!important}#main-wrapper .hb-tabs-wrapper.tour-style .tab-content,.hb-tabs-wrapper.tour-style .nav-tabs{width:100%;margin-top:-1px}.hb-tabs-wrapper.tour-style .nav-tabs li.active a{border-right-color:#e1e1e1;border-left-color:#e1e1e1!important}.author-meta.blog-meta,.comments-list li.comment>div .rounded-element,.widget-item .recent-comment-author-img,li.bbp-forum-freshness,li.bbp-forum-reply-count,li.bbp-forum-topic-count,li.bbp-topic-freshness,li.bbp-topic-last-poster,li.bbp-topic-reply-count,li.bbp-topic-voice-count{display:none!important}.author_description_text .simple-read-more{margin-top:10px}.author-box .author-description,.comment-body p,.recent-comments-content{margin-left:0}.comments-list li.comment>div.comment-body{padding-left:25px}#respond p input{width:100%}li.bbp-forum-info,li.bbp-topic-title{float:none;display:block;width:100%}#wpadminbar{position:fixed!important}#main-wrapper .hb-fw-element,.fw-gallery-wrap.columns-2 .elastic-item,.fw-gallery-wrap.columns-3 .elastic-item,.fw-gallery-wrap.columns-4 .elastic-item,.fw-gallery-wrap.columns-5 .elastic-item,.fw-gallery-wrap.columns-6 .elastic-item{width:50%!important}.map-info-section{width:90%!important;margin-right:-30px;right:5%}.hb-caption-layer h2{font-size:22px;line-height:30px}.hb-caption-layer p{font-size:14px;line-height:22px}.hb-caption-layer .hb-button{font-size:11px}.hb-modal-window{max-width:95%!important;left:2.5%!important;margin-left:0!important}.hb-blog-grid.grid-columns-2 article,.hb-blog-grid.grid-columns-3 article,.hb-blog-grid.grid-columns-4 article{width:100%!important}}@media handheld,only screen and (max-width:400px){#main-wrapper .hb-fw-element,.fw-gallery-wrap.columns-1 .elastic-item,.fw-gallery-wrap.columns-2 .elastic-item,.fw-gallery-wrap.columns-3 .elastic-item,.fw-gallery-wrap.columns-4 .elastic-item,.fw-gallery-wrap.columns-5 .elastic-item,.fw-gallery-wrap.columns-6 .elastic-item{width:100%!important}.widget-item .hb-stream ul li{width:33.3%!important}.hb-woo-wrapper ul.sort-count,.woocommerce-ordering,.woocommerce-ordering select{margin-left:0!important;width:100%!important}td.product-quantity,th.product-quantity{display:none}#main-wrapper input.checkout-button,#main-wrapper input.hb-update-cart{width:100%;display:block}}@media handheld,only screen and (max-width:782px){html #wpadminbar{z-index:9991!important}.admin-bar #hb-side-navigation{top:46px}}@font-face{font-family:FontAwesome;src:url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/css/icons/fontawesome-webfont.eot);src:url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/css/icons/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/css/icons/fontawesome-webfont.woff2) format("woff2"),url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/css/icons/fontawesome-webfont.woff) format("woff"),url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/css/icons/fontawesome-webfont.ttf) format("truetype"),url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/css/icons/fontawesome-webfont.svg#fontawesomeregular) format("svg");font-weight:400;font-style:normal}@font-face{font-family:Icomoon;src:url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/css/icons/Icomoon.eot);src:url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/css/icons/Icomoon.eot?#iefix) format("embedded-opentype"),url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/css/icons/Icomoon.woff2) format("woff2"),url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/css/icons/Icomoon.woff) format("woff"),url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/css/icons/Icomoon.ttf) format("truetype"),url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/css/icons/Icomoon.svg#Icomoon) format("svg");font-weight:400;font-style:normal}@font-face{font-family:hbicons;src:url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/css/icons/hbicons.woff2?) format("woff2"),url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/css/icons/hbicons.ttf) format("truetype"),url(//www.axisrooms.com/wp-content/themes/HighendWP/assets/css/icons/hbicons.svg) format("svg");font-weight:400;font-style:normal}.hb-moon-accessibility,.hb-moon-accessibility-2,.hb-moon-address-book,.hb-moon-address-book-2,.hb-moon-aid,.hb-moon-airplane,.hb-moon-airplane-2,.hb-moon-alarm,.hb-moon-alarm-2,.hb-moon-alarm-cancel,.hb-moon-alarm-check,.hb-moon-alarm-minus,.hb-moon-alarm-plus,.hb-moon-align-bottom,.hb-moon-align-center-horizontal,.hb-moon-align-center-vertical,.hb-moon-align-left,.hb-moon-align-right,.hb-moon-align-top,.hb-moon-anchor,.hb-moon-android,.hb-moon-angry,.hb-moon-angry-2,.hb-moon-apple,.hb-moon-apple-fruit,.hb-moon-archive,.hb-moon-arrow,.hb-moon-arrow-2,.hb-moon-arrow-3,.hb-moon-arrow-4,.hb-moon-arrow-5,.hb-moon-arrow-6,.hb-moon-arrow-7,.hb-moon-arrow-8,.hb-moon-arrow-bottom,.hb-moon-arrow-down,.hb-moon-arrow-down-10,.hb-moon-arrow-down-11,.hb-moon-arrow-down-12,.hb-moon-arrow-down-13,.hb-moon-arrow-down-14,.hb-moon-arrow-down-15,.hb-moon-arrow-down-16,.hb-moon-arrow-down-2,.hb-moon-arrow-down-3,.hb-moon-arrow-down-4,.hb-moon-arrow-down-5,.hb-moon-arrow-down-6,.hb-moon-arrow-down-7,.hb-moon-arrow-down-8,.hb-moon-arrow-down-9,.hb-moon-arrow-down-left,.hb-moon-arrow-down-left-2,.hb-moon-arrow-down-left-3,.hb-moon-arrow-down-left-4,.hb-moon-arrow-down-left-5,.hb-moon-arrow-down-left-6,.hb-moon-arrow-down-left-7,.hb-moon-arrow-down-right,.hb-moon-arrow-down-right-2,.hb-moon-arrow-down-right-3,.hb-moon-arrow-down-right-4,.hb-moon-arrow-down-right-5,.hb-moon-arrow-down-right-6,.hb-moon-arrow-down-right-7,.hb-moon-arrow-first,.hb-moon-arrow-left,.hb-moon-arrow-left-10,.hb-moon-arrow-left-11,.hb-moon-arrow-left-12,.hb-moon-arrow-left-13,.hb-moon-arrow-left-14,.hb-moon-arrow-left-15,.hb-moon-arrow-left-16,.hb-moon-arrow-left-17,.hb-moon-arrow-left-2,.hb-moon-arrow-left-3,.hb-moon-arrow-left-4,.hb-moon-arrow-left-5,.hb-moon-arrow-left-6,.hb-moon-arrow-left-7,.hb-moon-arrow-left-8,.hb-moon-arrow-left-9,.hb-moon-arrow-right,.hb-moon-arrow-right-10,.hb-moon-arrow-right-11,.hb-moon-arrow-right-12,.hb-moon-arrow-right-13,.hb-moon-arrow-right-14,.hb-moon-arrow-right-15,.hb-moon-arrow-right-16,.hb-moon-arrow-right-17,.hb-moon-arrow-right-18,.hb-moon-arrow-right-2,.hb-moon-arrow-right-3,.hb-moon-arrow-right-4,.hb-moon-arrow-right-5,.hb-moon-arrow-right-6,.hb-moon-arrow-right-7,.hb-moon-arrow-right-8,.hb-moon-arrow-right-9,.hb-moon-arrow-square,.hb-moon-arrow-up,.hb-moon-arrow-up-10,.hb-moon-arrow-up-11,.hb-moon-arrow-up-12,.hb-moon-arrow-up-13,.hb-moon-arrow-up-14,.hb-moon-arrow-up-15,.hb-moon-arrow-up-16,.hb-moon-arrow-up-2,.hb-moon-arrow-up-3,.hb-moon-arrow-up-4,.hb-moon-arrow-up-5,.hb-moon-arrow-up-6,.hb-moon-arrow-up-7,.hb-moon-arrow-up-8,.hb-moon-arrow-up-9,.hb-moon-arrow-up-left,.hb-moon-arrow-up-left-2,.hb-moon-arrow-up-left-3,.hb-moon-arrow-up-left-4,.hb-moon-arrow-up-left-5,.hb-moon-arrow-up-left-6,.hb-moon-arrow-up-left-7,.hb-moon-arrow-up-right,.hb-moon-arrow-up-right-2,.hb-moon-arrow-up-right-3,.hb-moon-arrow-up-right-4,.hb-moon-arrow-up-right-5,.hb-moon-arrow-up-right-6,.hb-moon-arrow-up-right-7,.hb-moon-atom,.hb-moon-atom-2,.hb-moon-attachment,.hb-moon-attachment-2,.hb-moon-backspace,.hb-moon-backspace-2,.hb-moon-backspace-3,.hb-moon-backward,.hb-moon-backward-2,.hb-moon-bag,.hb-moon-bag-2,.hb-moon-bag-3,.hb-moon-balance,.hb-moon-balloon,.hb-moon-barcode,.hb-moon-barcode-2,.hb-moon-bars,.hb-moon-bars-2,.hb-moon-bars-3,.hb-moon-bars-4,.hb-moon-bars-5,.hb-moon-bars-6,.hb-moon-baseball,.hb-moon-basket,.hb-moon-basket-2,.hb-moon-basketball,.hb-moon-bed,.hb-moon-bed-2,.hb-moon-bell,.hb-moon-bell-2,.hb-moon-bike,.hb-moon-binoculars,.hb-moon-binoculars-2,.hb-moon-bishop,.hb-moon-blocked,.hb-moon-blog,.hb-moon-blog-2,.hb-moon-blogger,.hb-moon-blogger-2,.hb-moon-bluesky,.hb-moon-boat,.hb-moon-bold,.hb-moon-bold-2,.hb-moon-bomb,.hb-moon-book,.hb-moon-book-2,.hb-moon-bookmark,.hb-moon-bookmark-2,.hb-moon-bookmark-3,.hb-moon-bookmarks,.hb-moon-books,.hb-moon-bottle,.hb-moon-bottle-2,.hb-moon-bowling,.hb-moon-bowling-2,.hb-moon-bowling-ball,.hb-moon-box,.hb-moon-box-add,.hb-moon-box-remove,.hb-moon-brain,.hb-moon-briefcase,.hb-moon-briefcase-2,.hb-moon-briefcase-3,.hb-moon-brightness-contrast,.hb-moon-brightness-high,.hb-moon-brightness-low,.hb-moon-brightness-medium,.hb-moon-brush,.hb-moon-bubble,.hb-moon-bubble-10,.hb-moon-bubble-11,.hb-moon-bubble-12,.hb-moon-bubble-13,.hb-moon-bubble-2,.hb-moon-bubble-3,.hb-moon-bubble-4,.hb-moon-bubble-5,.hb-moon-bubble-6,.hb-moon-bubble-7,.hb-moon-bubble-8,.hb-moon-bubble-9,.hb-moon-bubble-blocked,.hb-moon-bubble-cancel,.hb-moon-bubble-check,.hb-moon-bubble-dots,.hb-moon-bubble-dots-2,.hb-moon-bubble-dots-3,.hb-moon-bubble-dots-4,.hb-moon-bubble-down,.hb-moon-bubble-first,.hb-moon-bubble-forward,.hb-moon-bubble-forward-2,.hb-moon-bubble-heart,.hb-moon-bubble-last,.hb-moon-bubble-left,.hb-moon-bubble-link,.hb-moon-bubble-locked,.hb-moon-bubble-minus,.hb-moon-bubble-notification,.hb-moon-bubble-notification-2,.hb-moon-bubble-paperclip,.hb-moon-bubble-plus,.hb-moon-bubble-quote,.hb-moon-bubble-replu,.hb-moon-bubble-reply,.hb-moon-bubble-right,.hb-moon-bubble-star,.hb-moon-bubble-trash,.hb-moon-bubble-up,.hb-moon-bubble-user,.hb-moon-bubble-video-chat,.hb-moon-bubbles,.hb-moon-bubbles-10,.hb-moon-bubbles-2,.hb-moon-bubbles-3,.hb-moon-bubbles-4,.hb-moon-bubbles-5,.hb-moon-bubbles-6,.hb-moon-bubbles-7,.hb-moon-bubbles-8,.hb-moon-bubbles-9,.hb-moon-bug,.hb-moon-bug-2,.hb-moon-bullhorn,.hb-moon-bus,.hb-moon-busy,.hb-moon-busy-2,.hb-moon-busy-3,.hb-moon-busy-4,.hb-moon-cabinet,.hb-moon-cake,.hb-moon-calculate,.hb-moon-calculate-2,.hb-moon-calendar,.hb-moon-calendar-2,.hb-moon-calendar-3,.hb-moon-calendar-4,.hb-moon-calendar-5,.hb-moon-call-incoming,.hb-moon-call-outgoing,.hb-moon-camera,.hb-moon-camera-2,.hb-moon-camera-3,.hb-moon-camera-4,.hb-moon-camera-5,.hb-moon-camera-6,.hb-moon-camera-7,.hb-moon-camera-8,.hb-moon-camera-9,.hb-moon-cancel,.hb-moon-cancel-circle,.hb-moon-cancel-circle-2,.hb-moon-car,.hb-moon-cart,.hb-moon-cart-2,.hb-moon-cart-3,.hb-moon-cart-4,.hb-moon-cart-5,.hb-moon-cart-6,.hb-moon-cart-7,.hb-moon-cart-add,.hb-moon-cart-checkout,.hb-moon-cart-minus,.hb-moon-cart-plus,.hb-moon-cart-remove,.hb-moon-cart-remove-2,.hb-moon-cc,.hb-moon-cd,.hb-moon-certificate,.hb-moon-chart,.hb-moon-checkbox,.hb-moon-checkbox-checked,.hb-moon-checkbox-checked-2,.hb-moon-checkbox-partial,.hb-moon-checkbox-partial-2,.hb-moon-checkbox-partial-3,.hb-moon-checkbox-unchecked,.hb-moon-checkbox-unchecked-2,.hb-moon-checkbox-unchecked-3,.hb-moon-checkmark,.hb-moon-checkmark-2,.hb-moon-checkmark-3,.hb-moon-checkmark-4,.hb-moon-checkmark-circle,.hb-moon-checkmark-circle-2,.hb-moon-chess,.hb-moon-circle,.hb-moon-circle-2,.hb-moon-circle-small,.hb-moon-clear-formatting,.hb-moon-clipboard,.hb-moon-clipboard-2,.hb-moon-clipboard-3,.hb-moon-clipboard-4,.hb-moon-clock,.hb-moon-clock-2,.hb-moon-clock-3,.hb-moon-clock-4,.hb-moon-clock-5,.hb-moon-clock-6,.hb-moon-clock-7,.hb-moon-close,.hb-moon-close-2,.hb-moon-close-3,.hb-moon-close-4,.hb-moon-close-5,.hb-moon-cloud,.hb-moon-cloud-2,.hb-moon-cloud-3,.hb-moon-cloud-download,.hb-moon-cloud-upload,.hb-moon-clubs,.hb-moon-code,.hb-moon-cog,.hb-moon-cog-2,.hb-moon-cog-3,.hb-moon-cog-4,.hb-moon-cog-5,.hb-moon-cog-6,.hb-moon-cog-7,.hb-moon-cogs,.hb-moon-coin,.hb-moon-coins,.hb-moon-command,.hb-moon-compass,.hb-moon-compass-2,.hb-moon-cone,.hb-moon-confused,.hb-moon-confused-2,.hb-moon-connection,.hb-moon-connection-2,.hb-moon-connection-3,.hb-moon-console,.hb-moon-construction,.hb-moon-contact-add,.hb-moon-contact-add-2,.hb-moon-contact-remove,.hb-moon-contact-remove-2,.hb-moon-contract,.hb-moon-contract-2,.hb-moon-contract-3,.hb-moon-contrast,.hb-moon-cool,.hb-moon-cool-2,.hb-moon-copy,.hb-moon-copy-2,.hb-moon-copy-3,.hb-moon-copy-4,.hb-moon-cord,.hb-moon-credit,.hb-moon-credit-2,.hb-moon-crop,.hb-moon-crop-2,.hb-moon-crown,.hb-moon-cube,.hb-moon-cube-2,.hb-moon-cube-3,.hb-moon-cube4,.hb-moon-cup,.hb-moon-cup-2,.hb-moon-cursor,.hb-moon-cursor-2,.hb-moon-cylinder,.hb-moon-dashboard,.hb-moon-database,.hb-moon-database-2,.hb-moon-database-3,.hb-moon-delicious,.hb-moon-deviantart,.hb-moon-deviantart-2,.hb-moon-diamond,.hb-moon-diamond-2,.hb-moon-diamonds,.hb-moon-dice,.hb-moon-direction,.hb-moon-disk,.hb-moon-download,.hb-moon-download-2,.hb-moon-download-3,.hb-moon-download-4,.hb-moon-download-5,.hb-moon-download-6,.hb-moon-download-7,.hb-moon-drawer,.hb-moon-drawer-2,.hb-moon-drawer-3,.hb-moon-dribbble,.hb-moon-dribbble-2,.hb-moon-dribbble-3,.hb-moon-droplet,.hb-moon-droplet-2,.hb-moon-droplet-3,.hb-moon-droplet-4,.hb-moon-dumbbell,.hb-moon-earth,.hb-moon-eight-ball,.hb-moon-eject,.hb-moon-embed,.hb-moon-enter,.hb-moon-enter-2,.hb-moon-enter-3,.hb-moon-enter-4,.hb-moon-enter-5,.hb-moon-envelop,.hb-moon-envelop-2,.hb-moon-envelop-3,.hb-moon-envelop-opened,.hb-moon-equalizer,.hb-moon-equalizer-2,.hb-moon-equalizer-3,.hb-moon-esc,.hb-moon-evil,.hb-moon-evil-2,.hb-moon-exclude,.hb-moon-exit,.hb-moon-exit-2,.hb-moon-exit-3,.hb-moon-exit-4,.hb-moon-expand,.hb-moon-expand-2,.hb-moon-expand-3,.hb-moon-eye,.hb-moon-eye-2,.hb-moon-eye-3,.hb-moon-eye-4,.hb-moon-eye-5,.hb-moon-eye-6,.hb-moon-eye-7,.hb-moon-eye-8,.hb-moon-eye-blocked,.hb-moon-eye-blocked-2,.hb-moon-eyedropper,.hb-moon-eyedropper-2,.hb-moon-facebook,.hb-moon-facebook-2,.hb-moon-facebook-3,.hb-moon-facebook-4,.hb-moon-factory,.hb-moon-fan,.hb-moon-feed,.hb-moon-feed-2,.hb-moon-feed-3,.hb-moon-feed-4,.hb-moon-female,.hb-moon-file,.hb-moon-file-2,.hb-moon-file-3,.hb-moon-file-4,.hb-moon-file-5,.hb-moon-file-6,.hb-moon-file-7,.hb-moon-file-8,.hb-moon-file-9,.hb-moon-file-check,.hb-moon-file-check-2,.hb-moon-file-css,.hb-moon-file-download,.hb-moon-file-download-2,.hb-moon-file-excel,.hb-moon-file-minus,.hb-moon-file-minus-2,.hb-moon-file-openoffice,.hb-moon-file-pdf,.hb-moon-file-plus,.hb-moon-file-plus-2,.hb-moon-file-powerpoint,.hb-moon-file-remove,.hb-moon-file-remove-2,.hb-moon-file-upload,.hb-moon-file-upload-2,.hb-moon-file-word,.hb-moon-file-xml,.hb-moon-file-zip,.hb-moon-files,.hb-moon-film,.hb-moon-film-2,.hb-moon-film-3,.hb-moon-film-4,.hb-moon-filter,.hb-moon-filter-2,.hb-moon-filter-3,.hb-moon-filter-4,.hb-moon-finder,.hb-moon-fire,.hb-moon-fire-2,.hb-moon-first,.hb-moon-flag,.hb-moon-flag-2,.hb-moon-flag-3,.hb-moon-flag-4,.hb-moon-flag-5,.hb-moon-flag-6,.hb-moon-flattr,.hb-moon-flickr,.hb-moon-flickr-2,.hb-moon-flickr-3,.hb-moon-flickr-4,.hb-moon-flip,.hb-moon-flip-2,.hb-moon-flower,.hb-moon-folder,.hb-moon-folder-2,.hb-moon-folder-3,.hb-moon-folder-4,.hb-moon-folder-5,.hb-moon-folder-6,.hb-moon-folder-download,.hb-moon-folder-download-2,.hb-moon-folder-download-3,.hb-moon-folder-minus,.hb-moon-folder-minus-2,.hb-moon-folder-minus-3,.hb-moon-folder-open,.hb-moon-folder-open-2,.hb-moon-folder-open-3,.hb-moon-folder-plus,.hb-moon-folder-plus-2,.hb-moon-folder-plus-3,.hb-moon-folder-plus-4,.hb-moon-folder-remove,.hb-moon-folder-remove-2,.hb-moon-folder-upload,.hb-moon-folder-upload-2,.hb-moon-folder-upload-3,.hb-moon-folder8,.hb-moon-font,.hb-moon-font-size,.hb-moon-font-size-2,.hb-moon-food,.hb-moon-food-2,.hb-moon-football,.hb-moon-forrst,.hb-moon-forrst-2,.hb-moon-forward,.hb-moon-forward-2,.hb-moon-forward-3,.hb-moon-foursquare,.hb-moon-foursquare-2,.hb-moon-fullscreen,.hb-moon-gamepad,.hb-moon-gamepad-2,.hb-moon-gamepad-3,.hb-moon-gas-pump,.hb-moon-gift,.hb-moon-gift-2,.hb-moon-github,.hb-moon-github-2,.hb-moon-github-3,.hb-moon-github-4,.hb-moon-github-5,.hb-moon-glass,.hb-moon-glass-2,.hb-moon-glasses,.hb-moon-glasses-2,.hb-moon-glasses-3,.hb-moon-globe,.hb-moon-globe-2,.hb-moon-globe-3,.hb-moon-golf,.hb-moon-google,.hb-moon-google-drive,.hb-moon-google-plus,.hb-moon-google-plus-2,.hb-moon-google-plus-3,.hb-moon-google-plus-4,.hb-moon-graduation,.hb-moon-grid,.hb-moon-grid-2,.hb-moon-grid-3,.hb-moon-grid-4,.hb-moon-grid-5,.hb-moon-grid-6,.hb-moon-grin,.hb-moon-grin-2,.hb-moon-guitar,.hb-moon-gun,.hb-moon-gun-ban,.hb-moon-hamburger,.hb-moon-hammer,.hb-moon-hammer-2,.hb-moon-hand,.hb-moon-hanger,.hb-moon-happy,.hb-moon-happy-2,.hb-moon-headphones,.hb-moon-headphones-2,.hb-moon-health,.hb-moon-heart,.hb-moon-heart-2,.hb-moon-heart-3,.hb-moon-heart-4,.hb-moon-heart-5,.hb-moon-heart-6,.hb-moon-heart-7,.hb-moon-heart-8,.hb-moon-heart-broken,.hb-moon-heart-broken-2,.hb-moon-heart-broken-3,.hb-moon-height,.hb-moon-highlight,.hb-moon-history,.hb-moon-history-2,.hb-moon-hockey,.hb-moon-home,.hb-moon-home-10,.hb-moon-home-11,.hb-moon-home-12,.hb-moon-home-2,.hb-moon-home-3,.hb-moon-home-4,.hb-moon-home-5,.hb-moon-home-6,.hb-moon-home-7,.hb-moon-home-8,.hb-moon-home-9,.hb-moon-html5,.hb-moon-html5-2,.hb-moon-image,.hb-moon-image-2,.hb-moon-image-3,.hb-moon-image-4,.hb-moon-image-5,.hb-moon-image-6,.hb-moon-image-7,.hb-moon-images,.hb-moon-images-2,.hb-moon-indent-decrease,.hb-moon-indent-decrease-2,.hb-moon-indent-increase,.hb-moon-indent-increase-2,.hb-moon-info,.hb-moon-info-2,.hb-moon-inject,.hb-moon-inject-2,.hb-moon-insert-template,.hb-moon-interset,.hb-moon-italic,.hb-moon-italic-2,.hb-moon-joomla,.hb-moon-key,.hb-moon-key-2,.hb-moon-key-3,.hb-moon-key-4,.hb-moon-key-5,.hb-moon-key-A,.hb-moon-key-down,.hb-moon-key-keyboard,.hb-moon-key-left,.hb-moon-key-right,.hb-moon-key-up,.hb-moon-keyboard,.hb-moon-keyboard-2,.hb-moon-keyhole,.hb-moon-king,.hb-moon-knight,.hb-moon-lab,.hb-moon-ladder,.hb-moon-lamp,.hb-moon-lamp-2,.hb-moon-lamp-3,.hb-moon-lamp-4,.hb-moon-lanyrd,.hb-moon-laptop,.hb-moon-last,.hb-moon-lastfm,.hb-moon-lastfm-2,.hb-moon-leaf,.hb-moon-leaf-2,.hb-moon-left-to-right,.hb-moon-library,.hb-moon-library-2,.hb-moon-libreoffice,.hb-moon-lightning,.hb-moon-link,.hb-moon-link-2,.hb-moon-link-3,.hb-moon-link-4,.hb-moon-link-5,.hb-moon-link-6,.hb-moon-link2,.hb-moon-linkedin,.hb-moon-lips,.hb-moon-lips-2,.hb-moon-list,.hb-moon-list-2,.hb-moon-list-3,.hb-moon-list-4,.hb-moon-list-5,.hb-moon-location,.hb-moon-location-2,.hb-moon-location-3,.hb-moon-location-4,.hb-moon-location-5,.hb-moon-location-6,.hb-moon-location-7,.hb-moon-lock,.hb-moon-lock-2,.hb-moon-lock-3,.hb-moon-lock-4,.hb-moon-lock-5,.hb-moon-loop,.hb-moon-loop-2,.hb-moon-loop-3,.hb-moon-loop-4,.hb-moon-loop-5,.hb-moon-magnet,.hb-moon-magnet-2,.hb-moon-magnet-3,.hb-moon-magnet-4,.hb-moon-mail,.hb-moon-mail-2,.hb-moon-mail-3,.hb-moon-mail-4,.hb-moon-mail-send,.hb-moon-male,.hb-moon-man,.hb-moon-map,.hb-moon-map-2,.hb-moon-map-3,.hb-moon-map-4,.hb-moon-marker,.hb-moon-marker-2,.hb-moon-medal,.hb-moon-medal-2,.hb-moon-medal-3,.hb-moon-medal-4,.hb-moon-medal-5,.hb-moon-megaphone,.hb-moon-menu,.hb-moon-menu-10,.hb-moon-menu-11,.hb-moon-menu-2,.hb-moon-menu-3,.hb-moon-menu-4,.hb-moon-menu-5,.hb-moon-menu-6,.hb-moon-menu-7,.hb-moon-menu-8,.hb-moon-menu-9,.hb-moon-menu-close,.hb-moon-menu-close-2,.hb-moon-meter,.hb-moon-meter-fast,.hb-moon-meter-medium,.hb-moon-meter-slow,.hb-moon-meter2,.hb-moon-mic,.hb-moon-mic-2,.hb-moon-mic-3,.hb-moon-mic-4,.hb-moon-mic-5,.hb-moon-microscope,.hb-moon-minus,.hb-moon-minus-2,.hb-moon-minus-circle,.hb-moon-minus-circle-2,.hb-moon-mobile,.hb-moon-mobile-2,.hb-moon-mobile-3,.hb-moon-moon,.hb-moon-mouse,.hb-moon-mouse-2,.hb-moon-mouse-3,.hb-moon-mouse-4,.hb-moon-move,.hb-moon-movie,.hb-moon-movie-2,.hb-moon-movie-3,.hb-moon-mug,.hb-moon-music,.hb-moon-music-2,.hb-moon-music-3,.hb-moon-music-4,.hb-moon-music-5,.hb-moon-music-6,.hb-moon-nbsp,.hb-moon-network,.hb-moon-neutral,.hb-moon-neutral-2,.hb-moon-new,.hb-moon-new-tab,.hb-moon-new-tab-2,.hb-moon-newspaper,.hb-moon-next,.hb-moon-notebook,.hb-moon-notification,.hb-moon-notification-2,.hb-moon-numbered-list,.hb-moon-office,.hb-moon-omega,.hb-moon-package,.hb-moon-pacman,.hb-moon-page-break,.hb-moon-page-break-2,.hb-moon-pagebreak,.hb-moon-paint-format,.hb-moon-paint-format-2,.hb-moon-palette,.hb-moon-palette-2,.hb-moon-paper-plane,.hb-moon-paragraph-center,.hb-moon-paragraph-center-2,.hb-moon-paragraph-center-3,.hb-moon-paragraph-justify,.hb-moon-paragraph-justify-2,.hb-moon-paragraph-justify-3,.hb-moon-paragraph-left,.hb-moon-paragraph-left-2,.hb-moon-paragraph-left-3,.hb-moon-paragraph-right,.hb-moon-paragraph-right-2,.hb-moon-paragraph-right-3,.hb-moon-paste,.hb-moon-paste-2,.hb-moon-paste-3,.hb-moon-patch,.hb-moon-pause,.hb-moon-pause-2,.hb-moon-paw,.hb-moon-pawn,.hb-moon-paypal,.hb-moon-paypal-2,.hb-moon-paypal-3,.hb-moon-peace,.hb-moon-pen,.hb-moon-pen-2,.hb-moon-pen-3,.hb-moon-pen-4,.hb-moon-pen-5,.hb-moon-pencil,.hb-moon-pencil-2,.hb-moon-pencil-3,.hb-moon-pencil-4,.hb-moon-pencil-5,.hb-moon-pencil-6,.hb-moon-people,.hb-moon-phone,.hb-moon-phone-2,.hb-moon-phone-3,.hb-moon-phone-4,.hb-moon-phone-5,.hb-moon-phone-6,.hb-moon-phone-hang-up,.hb-moon-phone-hang-up-2,.hb-moon-piano,.hb-moon-picassa,.hb-moon-picassa-2,.hb-moon-pie,.hb-moon-pie-2,.hb-moon-pie-3,.hb-moon-pie-4,.hb-moon-pie-5,.hb-moon-pie-6,.hb-moon-pie-7,.hb-moon-pilcrow,.hb-moon-pinterest,.hb-moon-pinterest-2,.hb-moon-play,.hb-moon-play-2,.hb-moon-play-3,.hb-moon-play-4,.hb-moon-playlist,.hb-moon-plus,.hb-moon-plus-2,.hb-moon-plus-circle,.hb-moon-plus-circle-2,.hb-moon-podcast,.hb-moon-podcast-2,.hb-moon-podcast-3,.hb-moon-podium,.hb-moon-point-down,.hb-moon-point-left,.hb-moon-point-right,.hb-moon-point-up,.hb-moon-pointer,.hb-moon-popout,.hb-moon-power,.hb-moon-power-2,.hb-moon-power-cord,.hb-moon-previous,.hb-moon-print,.hb-moon-print-2,.hb-moon-print-3,.hb-moon-profile,.hb-moon-pushpin,.hb-moon-puzzle,.hb-moon-puzzle-2,.hb-moon-puzzle-3,.hb-moon-puzzle-4,.hb-moon-pyramid,.hb-moon-pyramid-2,.hb-moon-qrcode,.hb-moon-queen,.hb-moon-question,.hb-moon-question-2,.hb-moon-question-3,.hb-moon-question-4,.hb-moon-question-5,.hb-moon-quill,.hb-moon-quill-2,.hb-moon-quill-3,.hb-moon-quotes-left,.hb-moon-quotes-right,.hb-moon-quotes-right-2,.hb-moon-quotes-right-3,.hb-moon-racing,.hb-moon-radio,.hb-moon-radio-2,.hb-moon-radio-checked,.hb-moon-radio-unchecked,.hb-moon-rating,.hb-moon-rating-2,.hb-moon-rating-3,.hb-moon-reading,.hb-moon-reddit,.hb-moon-redo,.hb-moon-redo-2,.hb-moon-remove,.hb-moon-remove-2,.hb-moon-remove-3,.hb-moon-remove-4,.hb-moon-remove-5,.hb-moon-remove-6,.hb-moon-remove-7,.hb-moon-remove-8,.hb-moon-reply,.hb-moon-reply-2,.hb-moon-resize,.hb-moon-resize-2,.hb-moon-right-to-left,.hb-moon-road,.hb-moon-rock,.hb-moon-rocket,.hb-moon-rotate,.hb-moon-rotate-2,.hb-moon-rulers,.hb-moon-sad,.hb-moon-sad-2,.hb-moon-scale-down,.hb-moon-scale-down-2,.hb-moon-scale-up,.hb-moon-scale-up-2,.hb-moon-scissors,.hb-moon-scissors-2,.hb-moon-scissors-3,.hb-moon-screen,.hb-moon-screen-2,.hb-moon-screen-3,.hb-moon-screen-4,.hb-moon-screwdriver,.hb-moon-screwdriver-2,.hb-moon-search,.hb-moon-search-2,.hb-moon-search-3,.hb-moon-search-4,.hb-moon-search-5,.hb-moon-settings,.hb-moon-seven-segment-0,.hb-moon-seven-segment-1,.hb-moon-seven-segment-2,.hb-moon-seven-segment-3,.hb-moon-seven-segment-4,.hb-moon-seven-segment-5,.hb-moon-seven-segment-6,.hb-moon-seven-segment-7,.hb-moon-seven-segment-8,.hb-moon-seven-segment-9,.hb-moon-share,.hb-moon-share-2,.hb-moon-share-3,.hb-moon-shield,.hb-moon-shield-2,.hb-moon-shield-3,.hb-moon-shield-4,.hb-moon-ship,.hb-moon-shocked,.hb-moon-shocked-2,.hb-moon-shuffle,.hb-moon-shuffle-2,.hb-moon-sigma,.hb-moon-signup,.hb-moon-skull,.hb-moon-skull-2,.hb-moon-skull-3,.hb-moon-skype,.hb-moon-smiley,.hb-moon-smiley-2,.hb-moon-snowflake,.hb-moon-soccer,.hb-moon-socket,.hb-moon-sort,.hb-moon-sort-2,.hb-moon-soundcloud,.hb-moon-soundcloud-2,.hb-moon-spades,.hb-moon-spam,.hb-moon-spell-check,.hb-moon-spinner,.hb-moon-spinner-10,.hb-moon-spinner-11,.hb-moon-spinner-12,.hb-moon-spinner-2,.hb-moon-spinner-3,.hb-moon-spinner-4,.hb-moon-spinner-5,.hb-moon-spinner-6,.hb-moon-spinner-7,.hb-moon-spinner-8,.hb-moon-spinner-9,.hb-moon-spotlight,.hb-moon-square,.hb-moon-stack,.hb-moon-stack-2,.hb-moon-stack-3,.hb-moon-stack-4,.hb-moon-stack-cancel,.hb-moon-stack-checkmark,.hb-moon-stack-clubs,.hb-moon-stack-diamonds,.hb-moon-stack-down,.hb-moon-stack-empty,.hb-moon-stack-hearts,.hb-moon-stack-list,.hb-moon-stack-minus,.hb-moon-stack-music,.hb-moon-stack-picture,.hb-moon-stack-play,.hb-moon-stack-plus,.hb-moon-stack-spades,.hb-moon-stack-star,.hb-moon-stack-up,.hb-moon-stack-user,.hb-moon-stackoverflow,.hb-moon-stairs,.hb-moon-stairs-2,.hb-moon-stairs-down,.hb-moon-stairs-down-2,.hb-moon-star,.hb-moon-star-2,.hb-moon-star-3,.hb-moon-star-4,.hb-moon-star-5,.hb-moon-star-6,.hb-moon-starburst,.hb-moon-stats,.hb-moon-stats-2,.hb-moon-stats-3,.hb-moon-stats-down,.hb-moon-stats-up,.hb-moon-steam,.hb-moon-steam-2,.hb-moon-steps,.hb-moon-stop,.hb-moon-stop-2,.hb-moon-stopwatch,.hb-moon-storage,.hb-moon-storage-2,.hb-moon-strikethrough,.hb-moon-strikethrough-2,.hb-moon-strikethrough-3,.hb-moon-stumbleupon,.hb-moon-stumbleupon-2,.hb-moon-subscript,.hb-moon-subscript-2,.hb-moon-subtract,.hb-moon-sun,.hb-moon-sun-2,.hb-moon-sun-glasses,.hb-moon-superscript,.hb-moon-superscript-2,.hb-moon-support,.hb-moon-switch,.hb-moon-tab,.hb-moon-table,.hb-moon-table-2,.hb-moon-tablet,.hb-moon-tag,.hb-moon-tag-2,.hb-moon-tag-3,.hb-moon-tag-4,.hb-moon-tag-5,.hb-moon-tag-6,.hb-moon-tag-7,.hb-moon-tag-8,.hb-moon-tags,.hb-moon-tags-2,.hb-moon-target,.hb-moon-target-2,.hb-moon-target-3,.hb-moon-temperature,.hb-moon-temperature-2,.hb-moon-text-color,.hb-moon-text-height,.hb-moon-text-width,.hb-moon-thumbs-down,.hb-moon-thumbs-down-2,.hb-moon-thumbs-up,.hb-moon-thumbs-up-2,.hb-moon-thumbs-up-3,.hb-moon-thumbs-up-4,.hb-moon-thumbs-up-5,.hb-moon-thumbs-up-6,.hb-moon-ticket,.hb-moon-tiktok,.hb-moon-tongue,.hb-moon-tongue-2,.hb-moon-tools,.hb-moon-train,.hb-moon-transmission,.hb-moon-transmission-2,.hb-moon-tree,.hb-moon-tree-2,.hb-moon-tree-3,.hb-moon-tree-4,.hb-moon-tree-5,.hb-moon-trophy,.hb-moon-trophy-2,.hb-moon-trophy-star,.hb-moon-truck,.hb-moon-tshirt,.hb-moon-tumblr,.hb-moon-tumblr-2,.hb-moon-tux,.hb-moon-tv,.hb-moon-twitter-2,.hb-moon-twitter-3,.hb-moon-type,.hb-moon-umbrella,.hb-moon-underline,.hb-moon-underline-2,.hb-moon-undo,.hb-moon-undo-2,.hb-moon-unite,.hb-moon-unlocked,.hb-moon-unlocked-2,.hb-moon-upload,.hb-moon-upload-2,.hb-moon-upload-3,.hb-moon-upload-4,.hb-moon-upload-5,.hb-moon-upload-6,.hb-moon-upload-7,.hb-moon-user,.hb-moon-user-2,.hb-moon-user-3,.hb-moon-user-4,.hb-moon-user-5,.hb-moon-user-6,.hb-moon-user-7,.hb-moon-user-8,.hb-moon-user-block,.hb-moon-user-block-2,.hb-moon-user-cancel,.hb-moon-user-cancel-2,.hb-moon-user-minus,.hb-moon-user-minus-2,.hb-moon-user-minus-3,.hb-moon-user-plus,.hb-moon-user-plus-2,.hb-moon-user-plus-3,.hb-moon-users,.hb-moon-users-2,.hb-moon-users-3,.hb-moon-users-4,.hb-moon-users-5,.hb-moon-vcard,.hb-moon-vector,.hb-moon-vimeo,.hb-moon-vimeo-2,.hb-moon-vimeo2,.hb-moon-volume-decrease,.hb-moon-volume-decrease-2,.hb-moon-volume-high,.hb-moon-volume-high-2,.hb-moon-volume-increase,.hb-moon-volume-increase-2,.hb-moon-volume-low,.hb-moon-volume-low-2,.hb-moon-volume-medium,.hb-moon-volume-medium-2,.hb-moon-volume-mute,.hb-moon-volume-mute-2,.hb-moon-volume-mute-3,.hb-moon-volume-mute-4,.hb-moon-volume-mute-5,.hb-moon-volume-mute-6,.hb-moon-volume0,.hb-moon-volume1,.hb-moon-volume2,.hb-moon-volume3,.hb-moon-volume4,.hb-moon-volume5,.hb-moon-wand,.hb-moon-wand-2,.hb-moon-warning,.hb-moon-warning-2,.hb-moon-watch,.hb-moon-wave,.hb-moon-wave-2,.hb-moon-weather-lightning,.hb-moon-weather-rain,.hb-moon-weather-snow,.hb-moon-width,.hb-moon-windows,.hb-moon-windows8,.hb-moon-windy,.hb-moon-wink,.hb-moon-wink-2,.hb-moon-woman,.hb-moon-wondering,.hb-moon-wondering-2,.hb-moon-wordpress,.hb-moon-wordpress-2,.hb-moon-wrench,.hb-moon-wrench-2,.hb-moon-wrench-3,.hb-moon-wrench-4,.hb-moon-xing,.hb-moon-xing-2,.hb-moon-yahoo,.hb-moon-yelp,.hb-moon-yin-yang,.hb-moon-youtube,.hb-moon-youtube-2,.hb-moon-zoom-in,.hb-moon-zoom-in-2,.hb-moon-zoom-out,.hb-moon-zoom-out-2,blockquote:before{font:14px/1 Icomoon;text-decoration:inherit;text-rendering:auto;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;width:auto;height:auto;vertical-align:middle}.hb-moon-home:before{content:"!"}.hb-moon-home-2:before{content:'"'}.hb-moon-home-3:before{content:"#"}.hb-moon-home-4:before{content:"$"}.hb-moon-home-5:before{content:"%"}.hb-moon-home-6:before{content:"&"}.hb-moon-quill:before{content:"'"}.hb-moon-quill-2:before{content:"("}.hb-moon-pen:before{content:")"}.hb-moon-pen-2:before{content:"*"}.hb-moon-pen-3:before{content:"+"}.hb-moon-pen-4:before{content:","}.hb-moon-droplet:before{content:"-"}.hb-moon-paint-format:before{content:"."}.hb-moon-paint-format-2:before{content:"/"}.hb-moon-image:before{content:"0"}.hb-moon-image-2:before{content:"1"}.hb-moon-image-3:before{content:"2"}.hb-moon-music:before{content:"3"}.hb-moon-music-2:before{content:"4"}.hb-moon-piano:before{content:"5"}.hb-moon-guitar:before{content:"6"}.hb-moon-headphones:before{content:"7"}.hb-moon-headphones-2:before{content:"8"}.hb-moon-dice:before{content:"9"}.hb-moon-gamepad:before{content:":"}.hb-moon-gamepad-2:before{content:";"}.hb-moon-gamepad-3:before{content:"<"}.hb-moon-pacman:before{content:"="}.hb-moon-spades:before{content:">"}.hb-moon-podcast:before{content:"?"}.hb-moon-radio:before{content:"@"}.hb-moon-feed:before{content:"A"}.hb-moon-connection:before{content:"B"}.hb-moon-radio-2:before{content:"C"}.hb-moon-podcast-2:before{content:"D"}.hb-moon-profile:before{content:"E"}.hb-moon-file:before{content:"F"}.hb-moon-file-2:before{content:"G"}.hb-moon-file-3:before{content:"H"}.hb-moon-file-4:before{content:"I"}.hb-moon-file-5:before{content:"J"}.hb-moon-file-remove:before{content:"K"}.hb-moon-file-6:before{content:"L"}.hb-moon-copy:before{content:"M"}.hb-moon-copy-2:before{content:"N"}.hb-moon-copy-3:before{content:"O"}.hb-moon-copy-4:before{content:"P"}.hb-moon-folder-remove:before{content:"Q"}.hb-moon-folder:before{content:"R"}.hb-moon-folder-open:before{content:"S"}.hb-moon-folder-2:before{content:"T"}.hb-moon-folder-3:before{content:"U"}.hb-moon-folder-plus:before{content:"V"}.hb-moon-tag:before{content:"W"}.hb-moon-tag-2:before{content:"X"}.hb-moon-tag-3:before{content:"Y"}.hb-moon-tag-4:before{content:"Z"}.hb-moon-tag-5:before{content:"["}.hb-moon-tag-6:before{content:"\\"}.hb-moon-cart-plus:before{content:"]"}.hb-moon-cart-minus:before{content:"^"}.hb-moon-cart-add:before{content:"_"}.hb-moon-cart-remove:before{content:"`"}.hb-moon-cart-checkout:before{content:"a"}.hb-moon-cart-remove-2:before{content:"b"}.hb-moon-phone:before{content:"c"}.hb-moon-phone-2:before{content:"d"}.hb-moon-contact-add:before{content:"e"}.hb-moon-contact-remove:before{content:"f"}.hb-moon-contact-add-2:before{content:"g"}.hb-moon-contact-remove-2:before{content:"h"}.hb-moon-pushpin:before{content:"i"}.hb-moon-location:before{content:"j"}.hb-moon-location-2:before{content:"k"}.hb-moon-location-3:before{content:"l"}.hb-moon-location-4:before{content:"m"}.hb-moon-location-5:before{content:"n"}.hb-moon-location-6:before{content:"o"}.hb-moon-location-7:before{content:"p"}.hb-moon-compass:before{content:"q"}.hb-moon-compass-2:before{content:"r"}.hb-moon-map:before{content:"s"}.hb-moon-map-2:before{content:"t"}.hb-moon-map-3:before{content:"u"}.hb-moon-map-4:before{content:"v"}.hb-moon-direction:before{content:"w"}.hb-moon-history:before{content:"x"}.hb-moon-history-2:before{content:"y"}.hb-moon-clock:before{content:"z"}.hb-moon-clock-2:before{content:"{"}.hb-moon-clock-3:before{content:"|"}.hb-moon-clock-4:before{content:"}"}.hb-moon-watch:before{content:"~"}.hb-moon-clock-5:before{content:"\e000"}.hb-moon-clock-6:before{content:"\e001"}.hb-moon-clock-7:before{content:"\e002"}.hb-moon-alarm:before{content:"\e003"}.hb-moon-alarm-2:before{content:"\e004"}.hb-moon-bell:before{content:"\e005"}.hb-moon-bell-2:before{content:"\e006"}.hb-moon-alarm-plus:before{content:"\e007"}.hb-moon-alarm-minus:before{content:"\e008"}.hb-moon-alarm-check:before{content:"\e009"}.hb-moon-alarm-cancel:before{content:"\e00a"}.hb-moon-stopwatch:before{content:"\e00b"}.hb-moon-calendar:before{content:"\e00c"}.hb-moon-calendar-2:before{content:"\e00d"}.hb-moon-calendar-3:before{content:"\e00e"}.hb-moon-calendar-4:before{content:"\e00f"}.hb-moon-calendar-5:before{content:"\e010"}.hb-moon-print:before{content:"\e011"}.hb-moon-print-2:before{content:"\e012"}.hb-moon-print-3:before{content:"\e013"}.hb-moon-mouse:before{content:"\e014"}.hb-moon-mouse-2:before{content:"\e015"}.hb-moon-mouse-3:before{content:"\e016"}.hb-moon-mouse-4:before{content:"\e017"}.hb-moon-keyboard:before{content:"\e018"}.hb-moon-keyboard-2:before{content:"\e019"}.hb-moon-screen:before{content:"\e01a"}.hb-moon-screen-2:before{content:"\e01b"}.hb-moon-screen-3:before{content:"\e01c"}.hb-moon-screen-4:before{content:"\e01d"}.hb-moon-laptop:before{content:"\e01e"}.hb-moon-mobile:before{content:"\e01f"}.hb-moon-mobile-2:before{content:"\e020"}.hb-moon-tablet:before{content:"\e021"}.hb-moon-mobile-3:before{content:"\e022"}.hb-moon-tv:before{content:"\e023"}.hb-moon-cabinet:before{content:"\e024"}.hb-moon-archive:before{content:"\e025"}.hb-moon-drawer:before{content:"\e026"}.hb-moon-drawer-2:before{content:"\e027"}.hb-moon-drawer-3:before{content:"\e028"}.hb-moon-box:before{content:"\e029"}.hb-moon-box-add:before{content:"\e02a"}.hb-moon-box-remove:before{content:"\e02b"}.hb-moon-download:before{content:"\e02c"}.hb-moon-upload:before{content:"\e02d"}.hb-moon-disk:before{content:"\e02e"}.hb-moon-cd:before{content:"\e02f"}.hb-moon-storage:before{content:"\e030"}.hb-moon-storage-2:before{content:"\e031"}.hb-moon-database:before{content:"\e032"}.hb-moon-database-2:before{content:"\e033"}.hb-moon-database-3:before{content:"\e034"}.hb-moon-undo:before{content:"\e035"}.hb-moon-redo:before{content:"\e036"}.hb-moon-rotate:before{content:"\e037"}.hb-moon-rotate-2:before{content:"\e038"}.hb-moon-flip:before{content:"\e039"}.hb-moon-flip-2:before{content:"\e03a"}.hb-moon-unite:before{content:"\e03b"}.hb-moon-subtract:before{content:"\e03c"}.hb-moon-interset:before{content:"\e03d"}.hb-moon-exclude:before{content:"\e03e"}.hb-moon-align-left:before{content:"\e03f"}.hb-moon-align-center-horizontal:before{content:"\e040"}.hb-moon-align-right:before{content:"\e041"}.hb-moon-align-top:before{content:"\e042"}.hb-moon-align-center-vertical:before{content:"\e043"}.hb-moon-align-bottom:before{content:"\e044"}.hb-moon-undo-2:before{content:"\e045"}.hb-moon-redo-2:before{content:"\e046"}.hb-moon-forward:before{content:"\e047"}.hb-moon-reply:before{content:"\e048"}.hb-moon-reply-2:before{content:"\e049"}.hb-moon-bubble:before{content:"\e04a"}.hb-moon-bubbles:before{content:"\e04b"}.hb-moon-bubbles-2:before{content:"\e04c"}.hb-moon-bubble-2:before{content:"\e04d"}.hb-moon-bubbles-3:before{content:"\e04e"}.hb-moon-bubbles-4:before{content:"\e04f"}.hb-moon-bubble-notification:before{content:"\e050"}.hb-moon-bubbles-5:before{content:"\e051"}.hb-moon-bubbles-6:before{content:"\e052"}.hb-moon-bubble-3:before{content:"\e053"}.hb-moon-bubble-dots:before{content:"\e054"}.hb-moon-bubble-4:before{content:"\e055"}.hb-moon-bubble-5:before{content:"\e056"}.hb-moon-bubble-dots-2:before{content:"\e057"}.hb-moon-bubble-6:before{content:"\e058"}.hb-moon-bubble-7:before{content:"\e059"}.hb-moon-bubble-8:before{content:"\e05a"}.hb-moon-bubbles-7:before{content:"\e05b"}.hb-moon-bubble-9:before{content:"\e05c"}.hb-moon-bubbles-8:before{content:"\e05d"}.hb-moon-bubble-10:before{content:"\e05e"}.hb-moon-bubble-dots-3:before{content:"\e05f"}.hb-moon-bubble-11:before{content:"\e060"}.hb-moon-bubble-12:before{content:"\e061"}.hb-moon-bubble-dots-4:before{content:"\e062"}.hb-moon-bubble-13:before{content:"\e063"}.hb-moon-bubbles-9:before{content:"\e064"}.hb-moon-bubbles-10:before{content:"\e065"}.hb-moon-bubble-blocked:before{content:"\e066"}.hb-moon-bubble-quote:before{content:"\e067"}.hb-moon-bubble-user:before{content:"\e068"}.hb-moon-bubble-check:before{content:"\e069"}.hb-moon-bubble-video-chat:before{content:"\e06a"}.hb-moon-bubble-link:before{content:"\e06b"}.hb-moon-bubble-locked:before{content:"\e06c"}.hb-moon-bubble-star:before{content:"\e06d"}.hb-moon-bubble-heart:before{content:"\e06e"}.hb-moon-bubble-paperclip:before{content:"\e06f"}.hb-moon-bubble-cancel:before{content:"\e070"}.hb-moon-bubble-plus:before{content:"\e071"}.hb-moon-bubble-minus:before{content:"\e072"}.hb-moon-bubble-notification-2:before{content:"\e073"}.hb-moon-bubble-trash:before{content:"\e074"}.hb-moon-bubble-left:before{content:"\e075"}.hb-moon-bubble-right:before{content:"\e076"}.hb-moon-bubble-up:before{content:"\e077"}.hb-moon-bubble-down:before{content:"\e078"}.hb-moon-bubble-first:before{content:"\e079"}.hb-moon-bubble-last:before{content:"\e07a"}.hb-moon-bubble-replu:before{content:"\e07b"}.hb-moon-bubble-forward:before{content:"\e07c"}.hb-moon-bubble-reply:before{content:"\e07d"}.hb-moon-bubble-forward-2:before{content:"\e07e"}.hb-moon-user:before{content:"\e07f"}.hb-moon-users:before{content:"\e080"}.hb-moon-user-plus:before{content:"\e081"}.hb-moon-user-plus-2:before{content:"\e082"}.hb-moon-user-minus:before{content:"\e083"}.hb-moon-user-minus-2:before{content:"\e084"}.hb-moon-user-cancel:before{content:"\e085"}.hb-moon-user-block:before{content:"\e086"}.hb-moon-users-2:before{content:"\e087"}.hb-moon-user-2:before{content:"\e088"}.hb-moon-users-3:before{content:"\e089"}.hb-moon-user-plus-3:before{content:"\e08a"}.hb-moon-user-minus-3:before{content:"\e08b"}.hb-moon-user-cancel-2:before{content:"\e08c"}.hb-moon-user-block-2:before{content:"\e08d"}.hb-moon-user-3:before{content:"\e08e"}.hb-moon-user-4:before{content:"\e08f"}.hb-moon-user-5:before{content:"\e090"}.hb-moon-user-6:before{content:"\e091"}.hb-moon-users-4:before{content:"\e092"}.hb-moon-user-7:before{content:"\e093"}.hb-moon-user-8:before{content:"\e094"}.hb-moon-users-5:before{content:"\e095"}.hb-moon-vcard:before{content:"\e096"}.hb-moon-tshirt:before{content:"\e097"}.hb-moon-hanger:before{content:"\e098"}.hb-moon-quotes-left:before,blockquote:before{content:"\e099"}.hb-moon-quotes-right:before{content:"\e09a"}.hb-moon-quotes-right-2:before{content:"\e09b"}.hb-moon-quotes-right-3:before{content:"\e09c"}.hb-moon-busy:before{content:"\e09d"}.hb-moon-busy-2:before{content:"\e09e"}.hb-moon-busy-3:before{content:"\e09f"}.hb-moon-busy-4:before{content:"\e0a0"}.hb-moon-spinner:before{content:"\e0a1"}.hb-moon-spinner-2:before{content:"\e0a2"}.hb-moon-spinner-3:before{content:"\e0a3"}.hb-moon-spinner-4:before{content:"\e0a4"}.hb-moon-spinner-5:before{content:"\e0a5"}.hb-moon-spinner-6:before{content:"\e0a6"}.hb-moon-spinner-7:before{content:"\e0a7"}.hb-moon-spinner-8:before{content:"\e0a8"}.hb-moon-spinner-9:before{content:"\e0a9"}.hb-moon-spinner-10:before{content:"\e0aa"}.hb-moon-spinner-11:before{content:"\e0ab"}.hb-moon-spinner-12:before{content:"\e0ac"}.hb-moon-microscope:before{content:"\e0ad"}.hb-moon-binoculars:before{content:"\e0ae"}.hb-moon-binoculars-2:before{content:"\e0af"}.hb-moon-search:before{content:"\e0b0"}.hb-moon-search-2:before{content:"\e0b1"}.hb-moon-zoom-in:before{content:"\e0b2"}.hb-moon-zoom-out:before{content:"\e0b3"}.hb-moon-search-3:before{content:"\e0b4"}.hb-moon-search-4:before{content:"\e0b5"}.hb-moon-zoom-in-2:before{content:"\e0b6"}.hb-moon-zoom-out-2:before{content:"\e0b7"}.hb-moon-search-5:before{content:"\e0b8"}.hb-moon-expand:before{content:"\e0b9"}.hb-moon-contract:before{content:"\e0ba"}.hb-moon-scale-up:before{content:"\e0bb"}.hb-moon-scale-down:before{content:"\e0bc"}.hb-moon-expand-2:before{content:"\e0bd"}.hb-moon-contract-2:before{content:"\e0be"}.hb-moon-scale-up-2:before{content:"\e0bf"}.hb-moon-scale-down-2:before{content:"\e0c0"}.hb-moon-fullscreen:before{content:"\e0c1"}.hb-moon-expand-3:before{content:"\e0c2"}.hb-moon-contract-3:before{content:"\e0c3"}.hb-moon-key:before{content:"\e0c4"}.hb-moon-key-2:before{content:"\e0c5"}.hb-moon-key-3:before{content:"\e0c6"}.hb-moon-key-4:before{content:"\e0c7"}.hb-moon-key-5:before{content:"\e0c8"}.hb-moon-keyhole:before{content:"\e0c9"}.hb-moon-lock:before{content:"\e0ca"}.hb-moon-lock-2:before{content:"\e0cb"}.hb-moon-lock-3:before{content:"\e0cc"}.hb-moon-lock-4:before{content:"\e0cd"}.hb-moon-unlocked:before{content:"\e0ce"}.hb-moon-lock-5:before{content:"\e0cf"}.hb-moon-unlocked-2:before{content:"\e0d0"}.hb-moon-wrench:before{content:"\e0d1"}.hb-moon-wrench-2:before{content:"\e0d2"}.hb-moon-wrench-3:before{content:"\e0d3"}.hb-moon-wrench-4:before{content:"\e0d4"}.hb-moon-settings:before{content:"\e0d5"}.hb-moon-equalizer:before{content:"\e0d6"}.hb-moon-equalizer-2:before{content:"\e0d7"}.hb-moon-equalizer-3:before{content:"\e0d8"}.hb-moon-cog:before{content:"\e0d9"}.hb-moon-cogs:before{content:"\e0da"}.hb-moon-cog-2:before{content:"\e0db"}.hb-moon-cog-3:before{content:"\e0dc"}.hb-moon-cog-4:before{content:"\e0dd"}.hb-moon-cog-5:before{content:"\e0de"}.hb-moon-cog-6:before{content:"\e0df"}.hb-moon-cog-7:before{content:"\e0e0"}.hb-moon-factory:before{content:"\e0e1"}.hb-moon-hammer:before{content:"\e0e2"}.hb-moon-tools:before{content:"\e0e3"}.hb-moon-screwdriver:before{content:"\e0e4"}.hb-moon-screwdriver-2:before{content:"\e0e5"}.hb-moon-wand:before{content:"\e0e6"}.hb-moon-wand-2:before{content:"\e0e7"}.hb-moon-health:before{content:"\e0e8"}.hb-moon-aid:before{content:"\e0e9"}.hb-moon-patch:before{content:"\e0ea"}.hb-moon-bug:before{content:"\e0eb"}.hb-moon-bug-2:before{content:"\e0ec"}.hb-moon-inject:before{content:"\e0ed"}.hb-moon-inject-2:before{content:"\e0ee"}.hb-moon-construction:before{content:"\e0ef"}.hb-moon-cone:before{content:"\e0f0"}.hb-moon-pie:before{content:"\e0f1"}.hb-moon-pie-2:before{content:"\e0f2"}.hb-moon-pie-3:before{content:"\e0f3"}.hb-moon-pie-4:before{content:"\e0f4"}.hb-moon-pie-5:before{content:"\e0f5"}.hb-moon-pie-6:before{content:"\e0f6"}.hb-moon-pie-7:before{content:"\e0f7"}.hb-moon-stats:before{content:"\e0f8"}.hb-moon-stats-2:before{content:"\e0f9"}.hb-moon-stats-3:before{content:"\e0fa"}.hb-moon-bars:before{content:"\e0fb"}.hb-moon-bars-2:before{content:"\e0fc"}.hb-moon-bars-3:before{content:"\e0fd"}.hb-moon-bars-4:before{content:"\e0fe"}.hb-moon-bars-5:before{content:"\e0ff"}.hb-moon-bars-6:before{content:"\e100"}.hb-moon-stats-up:before{content:"\e101"}.hb-moon-stats-down:before{content:"\e102"}.hb-moon-stairs-down:before{content:"\e103"}.hb-moon-stairs-down-2:before{content:"\e104"}.hb-moon-chart:before{content:"\e105"}.hb-moon-stairs:before{content:"\e106"}.hb-moon-stairs-2:before{content:"\e107"}.hb-moon-ladder:before{content:"\e108"}.hb-moon-cake:before{content:"\e109"}.hb-moon-gift:before{content:"\e10a"}.hb-moon-gift-2:before{content:"\e10b"}.hb-moon-balloon:before{content:"\e10c"}.hb-moon-rating:before{content:"\e10d"}.hb-moon-rating-2:before{content:"\e10e"}.hb-moon-rating-3:before{content:"\e10f"}.hb-moon-podium:before{content:"\e110"}.hb-moon-medal:before{content:"\e111"}.hb-moon-medal-2:before{content:"\e112"}.hb-moon-medal-3:before{content:"\e113"}.hb-moon-medal-4:before{content:"\e114"}.hb-moon-medal-5:before{content:"\e115"}.hb-moon-crown:before{content:"\e116"}.hb-moon-trophy:before{content:"\e117"}.hb-moon-trophy-2:before{content:"\e118"}.hb-moon-trophy-star:before{content:"\e119"}.hb-moon-diamond:before{content:"\e11a"}.hb-moon-diamond-2:before{content:"\e11b"}.hb-moon-glass:before{content:"\e11c"}.hb-moon-glass-2:before{content:"\e11d"}.hb-moon-bottle:before{content:"\e11e"}.hb-moon-bottle-2:before{content:"\e11f"}.hb-moon-mug:before{content:"\e120"}.hb-moon-food:before{content:"\e121"}.hb-moon-food-2:before{content:"\e122"}.hb-moon-hamburger:before{content:"\e123"}.hb-moon-cup:before{content:"\e124"}.hb-moon-cup-2:before{content:"\e125"}.hb-moon-leaf:before{content:"\e126"}.hb-moon-leaf-2:before{content:"\e127"}.hb-moon-apple-fruit:before{content:"\e128"}.hb-moon-tree:before{content:"\e129"}.hb-moon-tree-2:before{content:"\e12a"}.hb-moon-paw:before{content:"\e12b"}.hb-moon-steps:before{content:"\e12c"}.hb-moon-flower:before{content:"\e12d"}.hb-moon-rocket:before{content:"\e12e"}.hb-moon-meter:before{content:"\e12f"}.hb-moon-meter2:before{content:"\e130"}.hb-moon-meter-slow:before{content:"\e131"}.hb-moon-meter-medium:before{content:"\e132"}.hb-moon-meter-fast:before{content:"\e133"}.hb-moon-dashboard:before{content:"\e134"}.hb-moon-hammer-2:before{content:"\e135"}.hb-moon-balance:before{content:"\e136"}.hb-moon-bomb:before{content:"\e137"}.hb-moon-fire:before{content:"\e138"}.hb-moon-fire-2:before{content:"\e139"}.hb-moon-lab:before{content:"\e13a"}.hb-moon-atom:before{content:"\e13b"}.hb-moon-atom-2:before{content:"\e13c"}.hb-moon-magnet:before{content:"\e13d"}.hb-moon-magnet-2:before{content:"\e13e"}.hb-moon-magnet-3:before{content:"\e13f"}.hb-moon-magnet-4:before{content:"\e140"}.hb-moon-dumbbell:before{content:"\e141"}.hb-moon-skull:before{content:"\e142"}.hb-moon-skull-2:before{content:"\e143"}.hb-moon-skull-3:before{content:"\e144"}.hb-moon-lamp:before{content:"\e145"}.hb-moon-lamp-2:before{content:"\e146"}.hb-moon-lamp-3:before{content:"\e147"}.hb-moon-lamp-4:before{content:"\e148"}.hb-moon-remove:before{content:"\e149"}.hb-moon-remove-2:before{content:"\e14a"}.hb-moon-remove-3:before{content:"\e14b"}.hb-moon-remove-4:before{content:"\e14c"}.hb-moon-remove-5:before{content:"\e14d"}.hb-moon-remove-6:before{content:"\e14e"}.hb-moon-remove-7:before{content:"\e14f"}.hb-moon-remove-8:before{content:"\e150"}.hb-moon-briefcase:before{content:"\e151"}.hb-moon-briefcase-2:before{content:"\e152"}.hb-moon-briefcase-3:before{content:"\e153"}.hb-moon-airplane:before{content:"\e154"}.hb-moon-airplane-2:before{content:"\e155"}.hb-moon-paper-plane:before{content:"\e156"}.hb-moon-car:before{content:"\e157"}.hb-moon-gas-pump:before{content:"\e158"}.hb-moon-bus:before{content:"\e159"}.hb-moon-truck:before{content:"\e15a"}.hb-moon-bike:before{content:"\e15b"}.hb-moon-road:before{content:"\e15c"}.hb-moon-train:before{content:"\e15d"}.hb-moon-ship:before{content:"\e15e"}.hb-moon-boat:before{content:"\e15f"}.hb-moon-cube:before{content:"\e160"}.hb-moon-cube-2:before{content:"\e161"}.hb-moon-cube-3:before{content:"\e162"}.hb-moon-cube4:before{content:"\e163"}.hb-moon-pyramid:before{content:"\e164"}.hb-moon-pyramid-2:before{content:"\e165"}.hb-moon-cylinder:before{content:"\e166"}.hb-moon-package:before{content:"\e167"}.hb-moon-puzzle:before{content:"\e168"}.hb-moon-puzzle-2:before{content:"\e169"}.hb-moon-puzzle-3:before{content:"\e16a"}.hb-moon-puzzle-4:before{content:"\e16b"}.hb-moon-glasses:before{content:"\e16c"}.hb-moon-glasses-2:before{content:"\e16d"}.hb-moon-glasses-3:before{content:"\e16e"}.hb-moon-sun-glasses:before{content:"\e16f"}.hb-moon-accessibility:before{content:"\e170"}.hb-moon-accessibility-2:before{content:"\e171"}.hb-moon-brain:before{content:"\e172"}.hb-moon-target:before{content:"\e173"}.hb-moon-target-2:before{content:"\e174"}.hb-moon-target-3:before{content:"\e175"}.hb-moon-gun:before{content:"\e176"}.hb-moon-gun-ban:before{content:"\e177"}.hb-moon-shield:before{content:"\e178"}.hb-moon-shield-2:before{content:"\e179"}.hb-moon-shield-3:before{content:"\e17a"}.hb-moon-shield-4:before{content:"\e17b"}.hb-moon-soccer:before{content:"\e17c"}.hb-moon-football:before{content:"\e17d"}.hb-moon-baseball:before{content:"\e17e"}.hb-moon-basketball:before{content:"\e17f"}.hb-moon-golf:before{content:"\e180"}.hb-moon-hockey:before{content:"\e181"}.hb-moon-racing:before{content:"\e182"}.hb-moon-eight-ball:before{content:"\e183"}.hb-moon-bowling-ball:before{content:"\e184"}.hb-moon-bowling:before{content:"\e185"}.hb-moon-bowling-2:before{content:"\e186"}.hb-moon-lightning:before{content:"\e187"}.hb-moon-power:before{content:"\e188"}.hb-moon-power-2:before{content:"\e189"}.hb-moon-switch:before{content:"\e18a"}.hb-moon-power-cord:before{content:"\e18b"}.hb-moon-cord:before{content:"\e18c"}.hb-moon-socket:before{content:"\e18d"}.hb-moon-clipboard:before{content:"\e18e"}.hb-moon-clipboard-2:before{content:"\e18f"}.hb-moon-signup:before{content:"\e190"}.hb-moon-clipboard-3:before{content:"\e191"}.hb-moon-clipboard-4:before{content:"\e192"}.hb-moon-list:before{content:"\e193"}.hb-moon-list-2:before{content:"\e194"}.hb-moon-list-3:before{content:"\e195"}.hb-moon-numbered-list:before{content:"\e196"}.hb-moon-list-4:before{content:"\e197"}.hb-moon-list-5:before{content:"\e198"}.hb-moon-playlist:before{content:"\e199"}.hb-moon-grid:before{content:"\e19a"}.hb-moon-grid-2:before{content:"\e19b"}.hb-moon-grid-3:before{content:"\e19c"}.hb-moon-grid-4:before{content:"\e19d"}.hb-moon-grid-5:before{content:"\e19e"}.hb-moon-grid-6:before{content:"\e19f"}.hb-moon-tree-3:before{content:"\e1a0"}.hb-moon-tree-4:before{content:"\e1a1"}.hb-moon-tree-5:before{content:"\e1a2"}.hb-moon-menu:before{content:"\e1a3"}.hb-moon-menu-2:before{content:"\e1a4"}.hb-moon-circle-small:before{content:"\e1a5"}.hb-moon-menu-3:before{content:"\e1a6"}.hb-moon-menu-4:before{content:"\e1a7"}.hb-moon-menu-5:before{content:"\e1a8"}.hb-moon-menu-6:before{content:"\e1a9"}.hb-moon-menu-7:before{content:"\e1aa"}.hb-moon-menu-8:before{content:"\e1ab"}.hb-moon-menu-9:before{content:"\e1ac"}.hb-moon-cloud:before{content:"\e1ad"}.hb-moon-cloud-2:before{content:"\e1ae"}.hb-moon-cloud-3:before{content:"\e1af"}.hb-moon-cloud-download:before{content:"\e1b0"}.hb-moon-cloud-upload:before{content:"\e1b1"}.hb-moon-download-2:before{content:"\e1b2"}.hb-moon-upload-2:before{content:"\e1b3"}.hb-moon-download-3:before{content:"\e1b4"}.hb-moon-upload-3:before{content:"\e1b5"}.hb-moon-download-4:before{content:"\e1b6"}.hb-moon-upload-4:before{content:"\e1b7"}.hb-moon-download-5:before{content:"\e1b8"}.hb-moon-upload-5:before{content:"\e1b9"}.hb-moon-download-6:before{content:"\e1ba"}.hb-moon-upload-6:before{content:"\e1bb"}.hb-moon-download-7:before{content:"\e1bc"}.hb-moon-upload-7:before{content:"\e1bd"}.hb-moon-globe:before{content:"\e1be"}.hb-moon-globe-2:before{content:"\e1bf"}.hb-moon-globe-3:before{content:"\e1c0"}.hb-moon-earth:before{content:"\e1c1"}.hb-moon-network:before{content:"\e1c2"}.hb-moon-link:before{content:"\e1c3"}.hb-moon-link-2:before{content:"\e1c4"}.hb-moon-link-3:before{content:"\e1c5"}.hb-moon-link2:before{content:"\e1c6"}.hb-moon-link-4:before{content:"\e1c7"}.hb-moon-link-5:before{content:"\e1c8"}.hb-moon-link-6:before{content:"\e1c9"}.hb-moon-anchor:before{content:"\e1ca"}.hb-moon-flag:before{content:"\e1cb"}.hb-moon-flag-2:before{content:"\e1cc"}.hb-moon-flag-3:before{content:"\e1cd"}.hb-moon-flag-4:before{content:"\e1ce"}.hb-moon-flag-5:before{content:"\e1cf"}.hb-moon-flag-6:before{content:"\e1d0"}.hb-moon-attachment:before{content:"\e1d1"}.hb-moon-attachment-2:before{content:"\e1d2"}.hb-moon-eye:before{content:"\e1d3"}.hb-moon-eye-blocked:before{content:"\e1d4"}.hb-moon-eye-2:before{content:"\e1d5"}.hb-moon-eye-3:before{content:"\e1d6"}.hb-moon-eye-blocked-2:before{content:"\e1d7"}.hb-moon-eye-4:before{content:"\e1d8"}.hb-moon-eye-5:before{content:"\e1d9"}.hb-moon-eye-6:before{content:"\e1da"}.hb-moon-eye-7:before{content:"\e1db"}.hb-moon-eye-8:before{content:"\e1dc"}.hb-moon-bookmark:before{content:"\e1dd"}.hb-moon-bookmark-2:before{content:"\e1de"}.hb-moon-bookmarks:before{content:"\e1df"}.hb-moon-bookmark-3:before{content:"\e1e0"}.hb-moon-spotlight:before{content:"\e1e1"}.hb-moon-starburst:before{content:"\e1e2"}.hb-moon-snowflake:before{content:"\e1e3"}.hb-moon-temperature:before{content:"\e1e4"}.hb-moon-temperature-2:before{content:"\e1e5"}.hb-moon-weather-lightning:before{content:"\e1e6"}.hb-moon-weather-rain:before{content:"\e1e7"}.hb-moon-weather-snow:before{content:"\e1e8"}.hb-moon-windy:before{content:"\e1e9"}.hb-moon-fan:before{content:"\e1ea"}.hb-moon-umbrella:before{content:"\e1eb"}.hb-moon-sun:before{content:"\e1ec"}.hb-moon-sun-2:before{content:"\e1ed"}.hb-moon-brightness-high:before{content:"\e1ee"}.hb-moon-brightness-medium:before{content:"\e1ef"}.hb-moon-brightness-low:before{content:"\e1f0"}.hb-moon-brightness-contrast:before{content:"\e1f1"}.hb-moon-contrast:before{content:"\e1f2"}.hb-moon-moon:before{content:"\e1f3"}.hb-moon-bed:before{content:"\e1f4"}.hb-moon-bed-2:before{content:"\e1f5"}.hb-moon-star:before{content:"\e1f6"}.hb-moon-star-2:before{content:"\e1f7"}.hb-moon-star-3:before{content:"\e1f8"}.hb-moon-star-4:before{content:"\e1f9"}.hb-moon-star-5:before{content:"\e1fa"}.hb-moon-star-6:before{content:"\e1fb"}.hb-moon-heart:before{content:"\e1fc"}.hb-moon-heart-2:before{content:"\e1fd"}.hb-moon-heart-3:before{content:"\e1fe"}.hb-moon-heart-4:before{content:"\e1ff"}.hb-moon-heart-broken:before{content:"\e200"}.hb-moon-heart-5:before{content:"\e201"}.hb-moon-heart-6:before{content:"\e202"}.hb-moon-heart-broken-2:before{content:"\e203"}.hb-moon-heart-7:before{content:"\e204"}.hb-moon-heart-8:before{content:"\e205"}.hb-moon-heart-broken-3:before{content:"\e206"}.hb-moon-lips:before{content:"\e207"}.hb-moon-lips-2:before{content:"\e208"}.hb-moon-thumbs-up:before{content:"\e209"}.hb-moon-thumbs-up-2:before{content:"\e20a"}.hb-moon-thumbs-down:before{content:"\e20b"}.hb-moon-thumbs-down-2:before{content:"\e20c"}.hb-moon-thumbs-up-3:before{content:"\e20d"}.hb-moon-thumbs-up-4:before{content:"\e20e"}.hb-moon-thumbs-up-5:before{content:"\e20f"}.hb-moon-thumbs-up-6:before{content:"\e210"}.hb-moon-people:before{content:"\e211"}.hb-moon-man:before{content:"\e212"}.hb-moon-male:before{content:"\e213"}.hb-moon-woman:before{content:"\e214"}.hb-moon-female:before{content:"\e215"}.hb-moon-peace:before{content:"\e216"}.hb-moon-yin-yang:before{content:"\e217"}.hb-moon-happy:before{content:"\e218"}.hb-moon-happy-2:before{content:"\e219"}.hb-moon-smiley:before{content:"\e21a"}.hb-moon-smiley-2:before{content:"\e21b"}.hb-moon-tongue:before{content:"\e21c"}.hb-moon-tongue-2:before{content:"\e21d"}.hb-moon-sad:before{content:"\e21e"}.hb-moon-sad-2:before{content:"\e21f"}.hb-moon-wink:before{content:"\e220"}.hb-moon-wink-2:before{content:"\e221"}.hb-moon-grin:before{content:"\e222"}.hb-moon-grin-2:before{content:"\e223"}.hb-moon-cool:before{content:"\e224"}.hb-moon-cool-2:before{content:"\e225"}.hb-moon-angry:before{content:"\e226"}.hb-moon-angry-2:before{content:"\e227"}.hb-moon-evil:before{content:"\e228"}.hb-moon-evil-2:before{content:"\e229"}.hb-moon-shocked:before{content:"\e22a"}.hb-moon-shocked-2:before{content:"\e22b"}.hb-moon-confused:before{content:"\e22c"}.hb-moon-confused-2:before{content:"\e22d"}.hb-moon-neutral:before{content:"\e22e"}.hb-moon-neutral-2:before{content:"\e22f"}.hb-moon-wondering:before{content:"\e230"}.hb-moon-wondering-2:before{content:"\e231"}.hb-moon-cursor:before{content:"\e232"}.hb-moon-cursor-2:before{content:"\e233"}.hb-moon-point-up:before{content:"\e234"}.hb-moon-point-right:before{content:"\e235"}.hb-moon-point-down:before{content:"\e236"}.hb-moon-point-left:before{content:"\e237"}.hb-moon-pointer:before{content:"\e238"}.hb-moon-hand:before{content:"\e239"}.hb-moon-stack-empty:before{content:"\e23a"}.hb-moon-stack-plus:before{content:"\e23b"}.hb-moon-stack-minus:before{content:"\e23c"}.hb-moon-stack-star:before{content:"\e23d"}.hb-moon-stack-picture:before{content:"\e23e"}.hb-moon-stack-down:before{content:"\e23f"}.hb-moon-stack-up:before{content:"\e240"}.hb-moon-stack-cancel:before{content:"\e241"}.hb-moon-stack-checkmark:before{content:"\e242"}.hb-moon-stack-list:before{content:"\e243"}.hb-moon-stack-clubs:before{content:"\e244"}.hb-moon-stack-spades:before{content:"\e245"}.hb-moon-stack-hearts:before{content:"\e246"}.hb-moon-stack-diamonds:before{content:"\e247"}.hb-moon-stack-user:before{content:"\e248"}.hb-moon-stack:before{content:"\e249"}.hb-moon-stack-music:before{content:"\e24a"}.hb-moon-stack-play:before{content:"\e24b"}.hb-moon-move:before{content:"\e24c"}.hb-moon-resize:before{content:"\e24d"}.hb-moon-resize-2:before{content:"\e24e"}.hb-moon-warning:before{content:"\e24f"}.hb-moon-warning-2:before{content:"\e250"}.hb-moon-notification:before{content:"\e251"}.hb-moon-notification-2:before{content:"\e252"}.hb-moon-question:before{content:"\e253"}.hb-moon-question-2:before{content:"\e254"}.hb-moon-question-3:before{content:"\e255"}.hb-moon-question-4:before{content:"\e256"}.hb-moon-question-5:before{content:"\e257"}.hb-moon-plus-circle:before{content:"\e258"}.hb-moon-plus-circle-2:before{content:"\e259"}.hb-moon-minus-circle:before{content:"\e25a"}.hb-moon-minus-circle-2:before{content:"\e25b"}.hb-moon-info:before{content:"\e25c"}.hb-moon-info-2:before{content:"\e25d"}.hb-moon-blocked:before{content:"\e25e"}.hb-moon-cancel-circle:before{content:"\e25f"}.hb-moon-cancel-circle-2:before{content:"\e260"}.hb-moon-checkmark-circle:before{content:"\e261"}.hb-moon-checkmark-circle-2:before{content:"\e262"}.hb-moon-cancel:before{content:"\e263"}.hb-moon-spam:before{content:"\e264"}.hb-moon-close:before{content:"\e265"}.hb-moon-close-2:before{content:"\e266"}.hb-moon-close-3:before{content:"\e267"}.hb-moon-close-4:before{content:"\e268"}.hb-moon-close-5:before{content:"\e269"}.hb-moon-checkmark:before{content:"\e26a"}.hb-moon-checkmark-2:before{content:"\e26b"}.hb-moon-checkmark-3:before{content:"\e26c"}.hb-moon-checkmark-4:before{content:"\e26d"}.hb-moon-spell-check:before{content:"\e26e"}.hb-moon-minus:before{content:"\e26f"}.hb-moon-plus:before{content:"\e270"}.hb-moon-minus-2:before{content:"\e271"}.hb-moon-plus-2:before{content:"\e272"}.hb-moon-enter:before{content:"\e273"}.hb-moon-exit:before{content:"\e274"}.hb-moon-enter-2:before{content:"\e275"}.hb-moon-exit-2:before{content:"\e276"}.hb-moon-enter-3:before{content:"\e277"}.hb-moon-exit-3:before{content:"\e278"}.hb-moon-exit-4:before{content:"\e279"}.hb-moon-play:before{content:"\e27a"}.hb-moon-pause:before{content:"\e27b"}.hb-moon-stop:before{content:"\e27c"}.hb-moon-backward:before{content:"\e27d"}.hb-moon-forward-2:before{content:"\e27e"}.hb-moon-play-2:before{content:"\e27f"}.hb-moon-pause-2:before{content:"\e280"}.hb-moon-stop-2:before{content:"\e281"}.hb-moon-backward-2:before{content:"\e282"}.hb-moon-forward-3:before{content:"\e283"}.hb-moon-first:before{content:"\e284"}.hb-moon-last:before{content:"\e285"}.hb-moon-previous:before{content:"\e286"}.hb-moon-next:before{content:"\e287"}.hb-moon-eject:before{content:"\e288"}.hb-moon-volume-high:before{content:"\e289"}.hb-moon-volume-medium:before{content:"\e28a"}.hb-moon-volume-low:before{content:"\e28b"}.hb-moon-volume-mute:before{content:"\e28c"}.hb-moon-volume-mute-2:before{content:"\e28d"}.hb-moon-volume-increase:before{content:"\e28e"}.hb-moon-volume-decrease:before{content:"\e28f"}.hb-moon-volume-high-2:before{content:"\e290"}.hb-moon-volume-medium-2:before{content:"\e291"}.hb-moon-volume-low-2:before{content:"\e292"}.hb-moon-volume-mute-3:before{content:"\e293"}.hb-moon-volume-mute-4:before{content:"\e294"}.hb-moon-volume-increase-2:before{content:"\e295"}.hb-moon-volume-decrease-2:before{content:"\e296"}.hb-moon-volume5:before{content:"\e297"}.hb-moon-volume4:before{content:"\e298"}.hb-moon-volume3:before{content:"\e299"}.hb-moon-volume2:before{content:"\e29a"}.hb-moon-volume1:before{content:"\e29b"}.hb-moon-volume0:before{content:"\e29c"}.hb-moon-volume-mute-5:before{content:"\e29d"}.hb-moon-volume-mute-6:before{content:"\e29e"}.hb-moon-loop:before{content:"\e29f"}.hb-moon-loop-2:before{content:"\e2a0"}.hb-moon-loop-3:before{content:"\e2a1"}.hb-moon-loop-4:before{content:"\e2a2"}.hb-moon-loop-5:before{content:"\e2a3"}.hb-moon-shuffle:before{content:"\e2a4"}.hb-moon-shuffle-2:before{content:"\e2a5"}.hb-moon-wave:before{content:"\e2a6"}.hb-moon-wave-2:before{content:"\e2a7"}.hb-moon-arrow-first:before{content:"\e2a8"}.hb-moon-arrow-right:before{content:"\e2a9"}.hb-moon-arrow-up:before{content:"\e2aa"}.hb-moon-arrow-right-2:before{content:"\e2ab"}.hb-moon-arrow-down:before{content:"\e2ac"}.hb-moon-arrow-left:before{content:"\e2ad"}.hb-moon-arrow-up-2:before{content:"\e2ae"}.hb-moon-arrow-right-3:before{content:"\e2af"}.hb-moon-arrow-down-2:before{content:"\e2b0"}.hb-moon-arrow-left-2:before{content:"\e2b1"}.hb-moon-arrow-up-left:before{content:"\e2b2"}.hb-moon-arrow-up-3:before{content:"\e2b3"}.hb-moon-arrow-up-right:before{content:"\e2b4"}.hb-moon-arrow-right-4:before{content:"\e2b5"}.hb-moon-arrow-down-right:before{content:"\e2b6"}.hb-moon-arrow-down-3:before{content:"\e2b7"}.hb-moon-arrow-down-left:before{content:"\e2b8"}.hb-moon-arrow-left-3:before{content:"\e2b9"}.hb-moon-arrow-up-left-2:before{content:"\e2ba"}.hb-moon-arrow-up-4:before{content:"\e2bb"}.hb-moon-arrow-up-right-2:before{content:"\e2bc"}.hb-moon-arrow-right-5:before{content:"\e2bd"}.hb-moon-arrow-down-right-2:before{content:"\e2be"}.hb-moon-arrow-down-4:before{content:"\e2bf"}.hb-moon-arrow-down-left-2:before{content:"\e2c0"}.hb-moon-arrow-left-4:before{content:"\e2c1"}.hb-moon-arrow-up-left-3:before{content:"\e2c2"}.hb-moon-arrow-up-5:before{content:"\e2c3"}.hb-moon-arrow-up-right-3:before{content:"\e2c4"}.hb-moon-arrow-right-6:before{content:"\e2c5"}.hb-moon-arrow-down-right-3:before{content:"\e2c6"}.hb-moon-arrow-down-5:before{content:"\e2c7"}.hb-moon-arrow-down-left-3:before{content:"\e2c8"}.hb-moon-arrow-left-5:before{content:"\e2c9"}.hb-moon-arrow-up-left-4:before{content:"\e2ca"}.hb-moon-arrow-up-6:before{content:"\e2cb"}.hb-moon-arrow-up-right-4:before{content:"\e2cc"}.hb-moon-arrow-right-7:before{content:"\e2cd"}.hb-moon-arrow-down-right-4:before{content:"\e2ce"}.hb-moon-arrow-down-6:before{content:"\e2cf"}.hb-moon-arrow-down-left-4:before{content:"\e2d0"}.hb-moon-arrow-left-6:before{content:"\e2d1"}.hb-moon-arrow:before{content:"\e2d2"}.hb-moon-arrow-2:before{content:"\e2d3"}.hb-moon-arrow-3:before{content:"\e2d4"}.hb-moon-arrow-4:before{content:"\e2d5"}.hb-moon-arrow-5:before{content:"\e2d6"}.hb-moon-arrow-6:before{content:"\e2d7"}.hb-moon-arrow-7:before{content:"\e2d8"}.hb-moon-arrow-8:before{content:"\e2d9"}.hb-moon-arrow-up-left-5:before{content:"\e2da"}.hb-moon-arrow-square:before{content:"\e2db"}.hb-moon-arrow-up-right-5:before{content:"\e2dc"}.hb-moon-arrow-right-8:before{content:"\e2dd"}.hb-moon-arrow-down-right-5:before{content:"\e2de"}.hb-moon-arrow-down-7:before{content:"\e2df"}.hb-moon-arrow-down-left-5:before{content:"\e2e0"}.hb-moon-arrow-left-7:before{content:"\e2e1"}.hb-moon-arrow-up-7:before{content:"\e2e2"}.hb-moon-arrow-right-9:before{content:"\e2e3"}.hb-moon-arrow-down-8:before{content:"\e2e4"}.hb-moon-arrow-left-8:before{content:"\e2e5"}.hb-moon-arrow-up-8:before{content:"\e2e6"}.hb-moon-arrow-right-10:before{content:"\e2e7"}.hb-moon-arrow-bottom:before{content:"\e2e8"}.hb-moon-arrow-left-9:before{content:"\e2e9"}.hb-moon-arrow-up-left-6:before{content:"\e2ea"}.hb-moon-arrow-up-9:before{content:"\e2eb"}.hb-moon-arrow-up-right-6:before{content:"\e2ec"}.hb-moon-arrow-right-11:before{content:"\e2ed"}.hb-moon-arrow-down-right-6:before{content:"\e2ee"}.hb-moon-arrow-down-9:before{content:"\e2ef"}.hb-moon-arrow-down-left-6:before{content:"\e2f0"}.hb-moon-arrow-left-10:before{content:"\e2f1"}.hb-moon-arrow-up-left-7:before{content:"\e2f2"}.hb-moon-arrow-up-10:before{content:"\e2f3"}.hb-moon-arrow-up-right-7:before{content:"\e2f4"}.hb-moon-arrow-right-12:before{content:"\e2f5"}.hb-moon-arrow-down-right-7:before{content:"\e2f6"}.hb-moon-arrow-down-10:before{content:"\e2f7"}.hb-moon-arrow-down-left-7:before{content:"\e2f8"}.hb-moon-arrow-left-11:before{content:"\e2f9"}.hb-moon-arrow-up-11:before{content:"\e2fa"}.hb-moon-arrow-right-13:before{content:"\e2fb"}.hb-moon-arrow-down-11:before{content:"\e2fc"}.hb-moon-arrow-left-12:before{content:"\e2fd"}.hb-moon-arrow-up-12:before{content:"\e2fe"}.hb-moon-arrow-right-14:before{content:"\e2ff"}.hb-moon-arrow-down-12:before{content:"\e300"}.hb-moon-arrow-left-13:before{content:"\e301"}.hb-moon-arrow-up-13:before{content:"\e302"}.hb-moon-arrow-right-15:before{content:"\e303"}.hb-moon-arrow-down-13:before{content:"\e304"}.hb-moon-arrow-left-14:before{content:"\e305"}.hb-moon-arrow-up-14:before{content:"\e306"}.hb-moon-arrow-right-16:before{content:"\e307"}.hb-moon-arrow-down-14:before{content:"\e308"}.hb-moon-arrow-left-15:before{content:"\e309"}.hb-moon-arrow-up-15:before{content:"\e30a"}.hb-moon-arrow-right-17:before{content:"\e30b"}.hb-moon-arrow-down-15:before{content:"\e30c"}.hb-moon-arrow-left-16:before{content:"\e30d"}.hb-moon-arrow-up-16:before{content:"\e30e"}.hb-moon-arrow-right-18:before{content:"\e30f"}.hb-moon-arrow-down-16:before{content:"\e310"}.hb-moon-arrow-left-17:before{content:"\e311"}.hb-moon-menu-10:before{content:"\e312"}.hb-moon-menu-11:before{content:"\e313"}.hb-moon-menu-close:before{content:"\e314"}.hb-moon-menu-close-2:before{content:"\e315"}.hb-moon-enter-4:before{content:"\e316"}.hb-moon-enter-5:before{content:"\e317"}.hb-moon-esc:before{content:"\e318"}.hb-moon-backspace:before{content:"\e319"}.hb-moon-backspace-2:before{content:"\e31a"}.hb-moon-backspace-3:before{content:"\e31b"}.hb-moon-tab:before{content:"\e31c"}.hb-moon-transmission:before{content:"\e31d"}.hb-moon-transmission-2:before{content:"\e31e"}.hb-moon-sort:before{content:"\e31f"}.hb-moon-sort-2:before{content:"\e320"}.hb-moon-key-keyboard:before{content:"\e321"}.hb-moon-key-A:before{content:"\e322"}.hb-moon-key-up:before{content:"\e323"}.hb-moon-key-right:before{content:"\e324"}.hb-moon-key-down:before{content:"\e325"}.hb-moon-key-left:before{content:"\e326"}.hb-moon-command:before{content:"\e327"}.hb-moon-checkbox-checked:before{content:"\e328"}.hb-moon-checkbox-unchecked:before{content:"\e329"}.hb-moon-square:before{content:"\e32a"}.hb-moon-checkbox-partial:before{content:"\e32b"}.hb-moon-checkbox:before{content:"\e32c"}.hb-moon-checkbox-unchecked-2:before{content:"\e32d"}.hb-moon-checkbox-partial-2:before{content:"\e32e"}.hb-moon-checkbox-checked-2:before{content:"\e32f"}.hb-moon-checkbox-unchecked-3:before{content:"\e330"}.hb-moon-checkbox-partial-3:before{content:"\e331"}.hb-moon-radio-checked:before{content:"\e332"}.hb-moon-radio-unchecked:before{content:"\e333"}.hb-moon-circle:before{content:"\e334"}.hb-moon-circle-2:before{content:"\e335"}.hb-moon-crop:before{content:"\e336"}.hb-moon-crop-2:before{content:"\e337"}.hb-moon-vector:before{content:"\e338"}.hb-moon-rulers:before{content:"\e339"}.hb-moon-scissors:before{content:"\e33a"}.hb-moon-scissors-2:before{content:"\e33b"}.hb-moon-scissors-3:before{content:"\e33c"}.hb-moon-filter:before{content:"\e33d"}.hb-moon-filter-2:before{content:"\e33e"}.hb-moon-filter-3:before{content:"\e33f"}.hb-moon-filter-4:before{content:"\e340"}.hb-moon-font:before{content:"\e341"}.hb-moon-font-size:before{content:"\e342"}.hb-moon-type:before{content:"\e343"}.hb-moon-text-height:before{content:"\e344"}.hb-moon-text-width:before{content:"\e345"}.hb-moon-height:before{content:"\e346"}.hb-moon-width:before{content:"\e347"}.hb-moon-bold:before{content:"\e348"}.hb-moon-underline:before{content:"\e349"}.hb-moon-italic:before{content:"\e34a"}.hb-moon-strikethrough:before{content:"\e34b"}.hb-moon-strikethrough-2:before{content:"\e34c"}.hb-moon-font-size-2:before{content:"\e34d"}.hb-moon-bold-2:before{content:"\e34e"}.hb-moon-underline-2:before{content:"\e34f"}.hb-moon-italic-2:before{content:"\e350"}.hb-moon-strikethrough-3:before{content:"\e351"}.hb-moon-omega:before{content:"\e352"}.hb-moon-sigma:before{content:"\e353"}.hb-moon-nbsp:before{content:"\e354"}.hb-moon-page-break:before{content:"\e355"}.hb-moon-page-break-2:before{content:"\e356"}.hb-moon-superscript:before{content:"\e357"}.hb-moon-subscript:before{content:"\e358"}.hb-moon-superscript-2:before{content:"\e359"}.hb-moon-subscript-2:before{content:"\e35a"}.hb-moon-text-color:before{content:"\e35b"}.hb-moon-highlight:before{content:"\e35c"}.hb-moon-pagebreak:before{content:"\e35d"}.hb-moon-clear-formatting:before{content:"\e35e"}.hb-moon-table:before{content:"\e35f"}.hb-moon-table-2:before{content:"\e360"}.hb-moon-insert-template:before{content:"\e361"}.hb-moon-pilcrow:before{content:"\e362"}.hb-moon-left-to-right:before{content:"\e363"}.hb-moon-right-to-left:before{content:"\e364"}.hb-moon-paragraph-left:before{content:"\e365"}.hb-moon-paragraph-center:before{content:"\e366"}.hb-moon-paragraph-right:before{content:"\e367"}.hb-moon-paragraph-justify:before{content:"\e368"}.hb-moon-paragraph-left-2:before{content:"\e369"}.hb-moon-paragraph-center-2:before{content:"\e36a"}.hb-moon-paragraph-right-2:before{content:"\e36b"}.hb-moon-paragraph-justify-2:before{content:"\e36c"}.hb-moon-indent-increase:before{content:"\e36d"}.hb-moon-indent-decrease:before{content:"\e36e"}.hb-moon-paragraph-left-3:before{content:"\e36f"}.hb-moon-paragraph-center-3:before{content:"\e370"}.hb-moon-paragraph-right-3:before{content:"\e371"}.hb-moon-paragraph-justify-3:before{content:"\e372"}.hb-moon-indent-increase-2:before{content:"\e373"}.hb-moon-indent-decrease-2:before{content:"\e374"}.hb-moon-share:before{content:"\e375"}.hb-moon-new-tab:before{content:"\e376"}.hb-moon-new-tab-2:before{content:"\e377"}.hb-moon-popout:before{content:"\e378"}.hb-moon-embed:before{content:"\e379"}.hb-moon-code:before{content:"\e37a"}.hb-moon-console:before{content:"\e37b"}.hb-moon-seven-segment-0:before{content:"\e37c"}.hb-moon-seven-segment-1:before{content:"\e37d"}.hb-moon-seven-segment-2:before{content:"\e37e"}.hb-moon-seven-segment-3:before{content:"\e37f"}.hb-moon-seven-segment-4:before{content:"\e380"}.hb-moon-seven-segment-5:before{content:"\e381"}.hb-moon-seven-segment-6:before{content:"\e382"}.hb-moon-seven-segment-7:before{content:"\e383"}.hb-moon-seven-segment-8:before{content:"\e384"}.hb-moon-seven-segment-9:before{content:"\e385"}.hb-moon-share-2:before{content:"\e386"}.hb-moon-share-3:before{content:"\e387"}.hb-moon-mail:before{content:"\e388"}.hb-moon-mail-2:before{content:"\e389"}.hb-moon-mail-3:before{content:"\e38a"}.hb-moon-mail-4:before{content:"\e38b"}.hb-moon-google:before{content:"\e38c"}.hb-moon-google-plus:before{content:"\e38d"}.hb-moon-google-plus-2:before{content:"\e38e"}.hb-moon-google-plus-3:before{content:"\e38f"}.hb-moon-google-plus-4:before{content:"\e390"}.hb-moon-google-drive:before{content:"\e391"}.hb-moon-facebook:before{content:"\e392"}.hb-moon-facebook-2:before{content:"\e393"}.hb-moon-facebook-3:before{content:"\e394"}.hb-moon-facebook-4:before{content:"\e395"}.hb-moon-twitter-2:before{content:"\e398"}.hb-moon-twitter-3:before{content:"\e399"}.hb-moon-feed-2:before{content:"\e39a"}.hb-moon-feed-3:before{content:"\e39b"}.hb-moon-feed-4:before{content:"\e39c"}.hb-moon-youtube:before{content:"\e39d"}.hb-moon-youtube-2:before{content:"\e39e"}.hb-moon-vimeo:before{content:"\e39f"}.hb-moon-vimeo2:before{content:"\e3a0"}.hb-moon-vimeo-2:before{content:"\e3a1"}.hb-moon-lanyrd:before{content:"\e3a2"}.hb-moon-flickr:before{content:"\e3a3"}.hb-moon-flickr-2:before{content:"\e3a4"}.hb-moon-flickr-3:before{content:"\e3a5"}.hb-moon-flickr-4:before{content:"\e3a6"}.hb-moon-picassa:before{content:"\e3a7"}.hb-moon-picassa-2:before{content:"\e3a8"}.hb-moon-dribbble:before{content:"\e3a9"}.hb-moon-dribbble-2:before{content:"\e3aa"}.hb-moon-dribbble-3:before{content:"\e3ab"}.hb-moon-forrst:before{content:"\e3ac"}.hb-moon-forrst-2:before{content:"\e3ad"}.hb-moon-deviantart:before{content:"\e3ae"}.hb-moon-deviantart-2:before{content:"\e3af"}.hb-moon-steam:before{content:"\e3b0"}.hb-moon-steam-2:before{content:"\e3b1"}.hb-moon-github:before{content:"\e3b2"}.hb-moon-github-2:before{content:"\e3b3"}.hb-moon-github-3:before{content:"\e3b4"}.hb-moon-github-4:before{content:"\e3b5"}.hb-moon-github-5:before{content:"\e3b6"}.hb-moon-wordpress:before{content:"\e3b7"}.hb-moon-wordpress-2:before{content:"\e3b8"}.hb-moon-joomla:before{content:"\e3b9"}.hb-moon-blogger:before{content:"\e3ba"}.hb-moon-blogger-2:before{content:"\e3bb"}.hb-moon-tumblr:before{content:"\e3bc"}.hb-moon-tumblr-2:before{content:"\e3bd"}.hb-moon-yahoo:before{content:"\e3be"}.hb-moon-tux:before{content:"\e3bf"}.hb-moon-apple:before{content:"\e3c0"}.hb-moon-finder:before{content:"\e3c1"}.hb-moon-android:before{content:"\e3c2"}.hb-moon-windows:before{content:"\e3c3"}.hb-moon-windows8:before{content:"\e3c4"}.hb-moon-soundcloud:before{content:"\e3c5"}.hb-moon-soundcloud-2:before{content:"\e3c6"}.hb-moon-skype:before{content:"\e3c7"}.hb-moon-reddit:before{content:"\e3c8"}.hb-moon-linkedin:before{content:"\e3c9"}.hb-moon-lastfm:before{content:"\e3ca"}.hb-moon-lastfm-2:before{content:"\e3cb"}.hb-moon-delicious:before{content:"\e3cc"}.hb-moon-stumbleupon:before{content:"\e3cd"}.hb-moon-stumbleupon-2:before{content:"\e3ce"}.hb-moon-stackoverflow:before{content:"\e3cf"}.hb-moon-pinterest:before{content:"\e3d0"}.hb-moon-pinterest-2:before{content:"\e3d1"}.hb-moon-xing:before{content:"\e3d2"}.hb-moon-xing-2:before{content:"\e3d3"}.hb-moon-flattr:before{content:"\e3d4"}.hb-moon-foursquare:before{content:"\e3d5"}.hb-moon-foursquare-2:before{content:"\e3d6"}.hb-moon-paypal:before{content:"\e3d7"}.hb-moon-paypal-2:before{content:"\e3d8"}.hb-moon-paypal-3:before{content:"\e3d9"}.hb-moon-yelp:before{content:"\e3da"}.hb-moon-libreoffice:before{content:"\e3db"}.hb-moon-file-pdf:before{content:"\e3dc"}.hb-moon-file-openoffice:before{content:"\e3dd"}.hb-moon-file-word:before{content:"\e3de"}.hb-moon-file-excel:before{content:"\e3df"}.hb-moon-file-zip:before{content:"\e3e0"}.hb-moon-file-powerpoint:before{content:"\e3e1"}.hb-moon-file-xml:before{content:"\e3e2"}.hb-moon-file-css:before{content:"\e3e3"}.hb-moon-html5:before{content:"\e3e4"}.hb-moon-html5-2:before{content:"\e3e5"}.hb-moon-home-7:before{content:"\e3e6"}.hb-moon-home-8:before{content:"\e3e7"}.hb-moon-home-9:before{content:"\e3e8"}.hb-moon-home-10:before{content:"\e3e9"}.hb-moon-home-11:before{content:"\e3ea"}.hb-moon-office:before{content:"\e3eb"}.hb-moon-newspaper:before{content:"\e3ec"}.hb-moon-pencil:before{content:"\e3ed"}.hb-moon-pencil-2:before{content:"\e3ee"}.hb-moon-pencil-3:before{content:"\e3ef"}.hb-moon-pencil-4:before{content:"\e3f0"}.hb-moon-pencil-5:before{content:"\e3f1"}.hb-moon-pencil-6:before{content:"\e3f2"}.hb-moon-quill-3:before{content:"\e3f3"}.hb-moon-pen-5:before{content:"\e3f4"}.hb-moon-marker:before{content:"\e3f5"}.hb-moon-home-12:before{content:"\e3f6"}.hb-moon-marker-2:before{content:"\e3f7"}.hb-moon-blog:before{content:"\e3f8"}.hb-moon-blog-2:before{content:"\e3f9"}.hb-moon-brush:before{content:"\e3fa"}.hb-moon-palette:before{content:"\e3fb"}.hb-moon-palette-2:before{content:"\e3fc"}.hb-moon-eyedropper:before{content:"\e3fd"}.hb-moon-eyedropper-2:before{content:"\e3fe"}.hb-moon-droplet-2:before{content:"\e3ff"}.hb-moon-droplet-3:before{content:"\e400"}.hb-moon-droplet-4:before{content:"\e401"}.hb-moon-images:before{content:"\e402"}.hb-moon-image-4:before{content:"\e403"}.hb-moon-image-5:before{content:"\e404"}.hb-moon-image-6:before{content:"\e405"}.hb-moon-images-2:before{content:"\e406"}.hb-moon-image-7:before{content:"\e407"}.hb-moon-camera:before{content:"\e408"}.hb-moon-camera-2:before{content:"\e409"}.hb-moon-camera-3:before{content:"\e40a"}.hb-moon-camera-4:before{content:"\e40b"}.hb-moon-music-3:before{content:"\e40c"}.hb-moon-music-4:before{content:"\e40d"}.hb-moon-music-5:before{content:"\e40e"}.hb-moon-music-6:before{content:"\e40f"}.hb-moon-play-3:before{content:"\e410"}.hb-moon-play-4:before{content:"\e411"}.hb-moon-movie:before{content:"\e412"}.hb-moon-movie-2:before{content:"\e413"}.hb-moon-movie-3:before{content:"\e414"}.hb-moon-film:before{content:"\e415"}.hb-moon-film-2:before{content:"\e416"}.hb-moon-film-3:before{content:"\e417"}.hb-moon-film-4:before{content:"\e418"}.hb-moon-camera-5:before{content:"\e419"}.hb-moon-camera-6:before{content:"\e41a"}.hb-moon-camera-7:before{content:"\e41b"}.hb-moon-camera-8:before{content:"\e41c"}.hb-moon-camera-9:before{content:"\e41d"}.hb-moon-clubs:before{content:"\e41e"}.hb-moon-diamonds:before{content:"\e41f"}.hb-moon-king:before{content:"\e420"}.hb-moon-queen:before{content:"\e421"}.hb-moon-rock:before{content:"\e422"}.hb-moon-bishop:before{content:"\e423"}.hb-moon-knight:before{content:"\e424"}.hb-moon-pawn:before{content:"\e425"}.hb-moon-chess:before{content:"\e426"}.hb-moon-bullhorn:before{content:"\e427"}.hb-moon-megaphone:before{content:"\e428"}.hb-moon-new:before{content:"\e429"}.hb-moon-connection-2:before{content:"\e42a"}.hb-moon-connection-3:before{content:"\e42b"}.hb-moon-podcast-3:before{content:"\e42c"}.hb-moon-mic:before{content:"\e42d"}.hb-moon-mic-2:before{content:"\e42e"}.hb-moon-mic-3:before{content:"\e42f"}.hb-moon-mic-4:before{content:"\e430"}.hb-moon-mic-5:before{content:"\e431"}.hb-moon-book:before{content:"\e432"}.hb-moon-book-2:before{content:"\e433"}.hb-moon-books:before{content:"\e434"}.hb-moon-reading:before{content:"\e435"}.hb-moon-library:before{content:"\e436"}.hb-moon-library-2:before{content:"\e437"}.hb-moon-graduation:before{content:"\e438"}.hb-moon-file-7:before{content:"\e439"}.hb-moon-files:before{content:"\e43a"}.hb-moon-file-plus:before{content:"\e43b"}.hb-moon-file-minus:before{content:"\e43c"}.hb-moon-file-download:before{content:"\e43d"}.hb-moon-file-upload:before{content:"\e43e"}.hb-moon-file-check:before{content:"\e43f"}.hb-moon-file-remove-2:before{content:"\e440"}.hb-moon-file-8:before{content:"\e441"}.hb-moon-file-9:before{content:"\e442"}.hb-moon-file-plus-2:before{content:"\e443"}.hb-moon-file-minus-2:before{content:"\e444"}.hb-moon-file-download-2:before{content:"\e445"}.hb-moon-file-upload-2:before{content:"\e446"}.hb-moon-file-check-2:before{content:"\e447"}.hb-moon-paste:before{content:"\e448"}.hb-moon-paste-2:before{content:"\e449"}.hb-moon-paste-3:before{content:"\e44a"}.hb-moon-stack-2:before{content:"\e44b"}.hb-moon-stack-3:before{content:"\e44c"}.hb-moon-stack-4:before{content:"\e44d"}.hb-moon-folder-4:before{content:"\e44e"}.hb-moon-folder-download:before{content:"\e44f"}.hb-moon-folder-upload:before{content:"\e450"}.hb-moon-folder-plus-2:before{content:"\e451"}.hb-moon-folder-plus-3:before{content:"\e452"}.hb-moon-folder-minus:before{content:"\e453"}.hb-moon-folder-minus-2:before{content:"\e454"}.hb-moon-folder8:before{content:"\e455"}.hb-moon-folder-minus-3:before{content:"\e456"}.hb-moon-folder-plus-4:before{content:"\e457"}.hb-moon-folder-remove-2:before{content:"\e458"}.hb-moon-folder-download-2:before{content:"\e459"}.hb-moon-folder-upload-2:before{content:"\e45a"}.hb-moon-folder-download-3:before{content:"\e45b"}.hb-moon-folder-upload-3:before{content:"\e45c"}.hb-moon-folder-5:before{content:"\e45d"}.hb-moon-folder-open-2:before{content:"\e45e"}.hb-moon-folder-6:before{content:"\e45f"}.hb-moon-folder-open-3:before{content:"\e460"}.hb-moon-certificate:before{content:"\e461"}.hb-moon-cc:before{content:"\e462"}.hb-moon-tag-7:before{content:"\e463"}.hb-moon-tags:before{content:"\e464"}.hb-moon-tags-2:before{content:"\e465"}.hb-moon-tag-8:before{content:"\e466"}.hb-moon-barcode:before{content:"\e467"}.hb-moon-barcode-2:before{content:"\e468"}.hb-moon-qrcode:before{content:"\e469"}.hb-moon-ticket:before{content:"\e46a"}.hb-moon-cart:before{content:"\e46b"}.hb-moon-cart-2:before{content:"\e46c"}.hb-moon-cart-3:before{content:"\e46d"}.hb-moon-cart-4:before{content:"\e46e"}.hb-moon-cart-5:before{content:"\e46f"}.hb-moon-cart-6:before{content:"\e470"}.hb-moon-cart-7:before{content:"\e471"}.hb-moon-basket:before{content:"\e472"}.hb-moon-basket-2:before{content:"\e473"}.hb-moon-bag:before{content:"\e474"}.hb-moon-bag-2:before{content:"\e475"}.hb-moon-bag-3:before{content:"\e476"}.hb-moon-coin:before{content:"\e477"}.hb-moon-coins:before{content:"\e478"}.hb-moon-credit:before{content:"\e479"}.hb-moon-credit-2:before{content:"\e47a"}.hb-moon-calculate:before{content:"\e47b"}.hb-moon-calculate-2:before{content:"\e47c"}.hb-moon-support:before{content:"\e47d"}.hb-moon-phone-3:before{content:"\e47e"}.hb-moon-phone-4:before{content:"\e47f"}.hb-moon-call-incoming:before{content:"\e480"}.hb-moon-call-outgoing:before{content:"\e481"}.hb-moon-phone-5:before{content:"\e482"}.hb-moon-phone-6:before{content:"\e483"}.hb-moon-phone-hang-up:before{content:"\e484"}.hb-moon-phone-hang-up-2:before{content:"\e485"}.hb-moon-address-book:before{content:"\e486"}.hb-moon-address-book-2:before{content:"\e487"}.hb-moon-notebook:before{content:"\e488"}.hb-moon-envelop:before{content:"\e489"}.hb-moon-envelop-2:before{content:"\e48a"}.hb-moon-mail-send:before{content:"\e48b"}.hb-moon-envelop-opened:before{content:"\e48c"}.hb-moon-envelop-3:before{content:"\e48d"}.hb-moon-tiktok:before{content:"\e900"}.hb-moon-bluesky:before{content:"\e901"}[data-icon]:before{content:attr(data-icon);display:inline-block;font:14px/1 hbicons;font-size:inherit;text-rendering:auto;vertical-align:middle;-webkit-font-smoothing:antialiased}.hb-icon-back-to-all,.hb-icon-cart,.hb-icon-down-arrow,.hb-icon-down-arrow-thin,.hb-icon-facebook,.hb-icon-google-plus,.hb-icon-heart,.hb-icon-heart-2,.hb-icon-left-arrow,.hb-icon-left-arrow-thin,.hb-icon-pencil,.hb-icon-pinterest,.hb-icon-plus,.hb-icon-right-arrow,.hb-icon-right-arrow-thin,.hb-icon-right-line,.hb-icon-search,.hb-icon-thin-line,.hb-icon-twitter,.hb-icon-x,.hb-moon-instagram,.hb-moon-twitter,.icon-instagram{display:inline-block;font:14px/1 hbicons;font-size:inherit;text-rendering:auto;vertical-align:middle;-webkit-font-smoothing:antialiased}.hb-icon-x:before{content:"\e023"}.hb-icon-search:before{content:"\e002"}.hb-icon-right-arrow:before{content:"\e000"}.hb-icon-left-arrow:before{content:"\e001"}.hb-icon-right-line:before{content:"\e004"}.hb-icon-back-to-all:before{content:"\e005"}.hb-icon-right-arrow-thin:before{content:"\e006"}.hb-icon-left-arrow-thin:before{content:"\e007"}.hb-icon-down-arrow-thin:before{content:"\e00c"}.hb-icon-down-arrow:before{content:"\e008"}.hb-icon-google-plus:before{content:"\e009"}.hb-icon-facebook:before{content:"\e00a"}.hb-icon-twitter:before,.hb-moon-twitter:before{content:"\e905"}.hb-icon-pinterest:before{content:"\e00d"}.hb-icon-heart:before{content:"\e00e"}.hb-icon-heart-2:before{content:"\e00f"}.hb-icon-plus:before{content:"\e010"}.hb-icon-cart:before{content:"\e012"}.hb-icon-pencil:before{content:"\e011"}.hb-icon-thin-line:before{content:"\e602"}i[class^=icon-]{display:inline-block;font:14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-glass:before{content:"\f000"}.icon-music:before{content:"\f001"}.icon-search:before{content:"\f002"}.icon-envelope-o:before{content:"\f003"}.icon-heart:before{content:"\f004"}.icon-star:before{content:"\f005"}.icon-star-o:before{content:"\f006"}.icon-user:before{content:"\f007"}.icon-film:before{content:"\f008"}.icon-th-large:before{content:"\f009"}.icon-th:before{content:"\f00a"}.icon-th-list:before{content:"\f00b"}.icon-check:before{content:"\f00c"}.icon-close:before,.icon-remove:before,.icon-times:before{content:"\f00d"}.icon-search-plus:before{content:"\f00e"}.icon-search-minus:before{content:"\f010"}.icon-power-off:before{content:"\f011"}.icon-signal:before{content:"\f012"}.icon-cog:before,.icon-gear:before{content:"\f013"}.icon-trash-o:before{content:"\f014"}.icon-home:before{content:"\f015"}.icon-file-o:before{content:"\f016"}.icon-clock-o:before{content:"\f017"}.icon-road:before{content:"\f018"}.icon-download:before{content:"\f019"}.icon-arrow-circle-o-down:before{content:"\f01a"}.icon-arrow-circle-o-up:before{content:"\f01b"}.icon-inbox:before{content:"\f01c"}.icon-play-circle-o:before{content:"\f01d"}.icon-repeat:before,.icon-rotate-right:before{content:"\f01e"}.icon-refresh:before{content:"\f021"}.icon-list-alt:before{content:"\f022"}.icon-lock:before{content:"\f023"}.icon-flag:before{content:"\f024"}.icon-headphones:before{content:"\f025"}.icon-volume-off:before{content:"\f026"}.icon-volume-down:before{content:"\f027"}.icon-volume-up:before{content:"\f028"}.icon-qrcode:before{content:"\f029"}.icon-barcode:before{content:"\f02a"}.icon-tag:before{content:"\f02b"}.icon-tags:before{content:"\f02c"}.icon-book:before{content:"\f02d"}.icon-bookmark:before{content:"\f02e"}.icon-print:before{content:"\f02f"}.icon-camera:before{content:"\f030"}.icon-font:before{content:"\f031"}.icon-bold:before{content:"\f032"}.icon-italic:before{content:"\f033"}.icon-text-height:before{content:"\f034"}.icon-text-width:before{content:"\f035"}.icon-align-left:before{content:"\f036"}.icon-align-center:before{content:"\f037"}.icon-align-right:before{content:"\f038"}.icon-align-justify:before{content:"\f039"}.icon-list:before{content:"\f03a"}.icon-dedent:before,.icon-outdent:before{content:"\f03b"}.icon-indent:before{content:"\f03c"}.icon-video-camera:before{content:"\f03d"}.icon-image:before,.icon-photo:before,.icon-picture-o:before{content:"\f03e"}.icon-pencil:before{content:"\f040"}.icon-map-marker:before{content:"\f041"}.icon-adjust:before{content:"\f042"}.icon-tint:before{content:"\f043"}.icon-edit:before,.icon-pencil-square-o:before{content:"\f044"}.icon-share-square-o:before{content:"\f045"}.icon-check-square-o:before{content:"\f046"}.icon-arrows:before{content:"\f047"}.icon-step-backward:before{content:"\f048"}.icon-fast-backward:before{content:"\f049"}.icon-backward:before{content:"\f04a"}.icon-play:before{content:"\f04b"}.icon-pause:before{content:"\f04c"}.icon-stop:before{content:"\f04d"}.icon-forward:before{content:"\f04e"}.icon-fast-forward:before{content:"\f050"}.icon-step-forward:before{content:"\f051"}.icon-eject:before{content:"\f052"}.icon-chevron-left:before{content:"\f053"}.icon-chevron-right:before{content:"\f054"}.icon-plus-circle:before{content:"\f055"}.icon-minus-circle:before{content:"\f056"}.icon-times-circle:before{content:"\f057"}.icon-check-circle:before{content:"\f058"}.icon-question-circle:before{content:"\f059"}.icon-info-circle:before{content:"\f05a"}.icon-crosshairs:before{content:"\f05b"}.icon-times-circle-o:before{content:"\f05c"}.icon-check-circle-o:before{content:"\f05d"}.icon-ban:before{content:"\f05e"}.icon-arrow-left:before{content:"\f060"}.icon-arrow-right:before{content:"\f061"}.icon-arrow-up:before{content:"\f062"}.icon-arrow-down:before{content:"\f063"}.icon-mail-forward:before,.icon-share:before{content:"\f064"}.icon-expand:before{content:"\f065"}.icon-compress:before{content:"\f066"}.icon-plus:before{content:"\f067"}.icon-minus:before{content:"\f068"}.icon-asterisk:before{content:"\f069"}.icon-exclamation-circle:before{content:"\f06a"}.icon-gift:before{content:"\f06b"}.icon-leaf:before{content:"\f06c"}.icon-fire:before{content:"\f06d"}.icon-eye:before{content:"\f06e"}.icon-eye-slash:before{content:"\f070"}.icon-exclamation-triangle:before,.icon-warning:before{content:"\f071"}.icon-plane:before{content:"\f072"}.icon-calendar:before{content:"\f073"}.icon-random:before{content:"\f074"}.icon-comment:before{content:"\f075"}.icon-magnet:before{content:"\f076"}.icon-chevron-up:before{content:"\f077"}.icon-chevron-down:before{content:"\f078"}.icon-retweet:before{content:"\f079"}.icon-shopping-cart:before{content:"\f07a"}.icon-folder:before{content:"\f07b"}.icon-folder-open:before{content:"\f07c"}.icon-arrows-v:before{content:"\f07d"}.icon-arrows-h:before{content:"\f07e"}.icon-bar-chart-o:before,.icon-bar-chart:before{content:"\f080"}.icon-twitter-square:before{content:"\f081"}.icon-facebook-square:before{content:"\f082"}.icon-camera-retro:before{content:"\f083"}.icon-key:before{content:"\f084"}.icon-cogs:before,.icon-gears:before{content:"\f085"}.icon-comments:before{content:"\f086"}.icon-thumbs-o-up:before{content:"\f087"}.icon-thumbs-o-down:before{content:"\f088"}.icon-star-half:before{content:"\f089"}.icon-heart-o:before{content:"\f08a"}.icon-sign-out:before{content:"\f08b"}.icon-linkedin-square:before{content:"\f08c"}.icon-thumb-tack:before{content:"\f08d"}.icon-external-link:before{content:"\f08e"}.icon-sign-in:before{content:"\f090"}.icon-trophy:before{content:"\f091"}.icon-github-square:before{content:"\f092"}.icon-upload:before{content:"\f093"}.icon-lemon-o:before{content:"\f094"}.icon-phone:before{content:"\f095"}.icon-square-o:before{content:"\f096"}.icon-bookmark-o:before{content:"\f097"}.icon-phone-square:before{content:"\f098"}.icon-twitter:before{content:"\f099"}.icon-facebook-f:before,.icon-facebook:before{content:"\f09a"}.icon-github:before{content:"\f09b"}.icon-unlock:before{content:"\f09c"}.icon-credit-card:before{content:"\f09d"}.icon-feed:before,.icon-rss:before{content:"\f09e"}.icon-hdd-o:before{content:"\f0a0"}.icon-bullhorn:before{content:"\f0a1"}.icon-bell:before{content:"\f0f3"}.icon-certificate:before{content:"\f0a3"}.icon-hand-o-right:before{content:"\f0a4"}.icon-hand-o-left:before{content:"\f0a5"}.icon-hand-o-up:before{content:"\f0a6"}.icon-hand-o-down:before{content:"\f0a7"}.icon-arrow-circle-left:before{content:"\f0a8"}.icon-arrow-circle-right:before{content:"\f0a9"}.icon-arrow-circle-up:before{content:"\f0aa"}.icon-arrow-circle-down:before{content:"\f0ab"}.icon-globe:before{content:"\f0ac"}.icon-wrench:before{content:"\f0ad"}.icon-tasks:before{content:"\f0ae"}.icon-filter:before{content:"\f0b0"}.icon-briefcase:before{content:"\f0b1"}.icon-arrows-alt:before{content:"\f0b2"}.icon-group:before,.icon-users:before{content:"\f0c0"}.icon-chain:before,.icon-link:before{content:"\f0c1"}.icon-cloud:before{content:"\f0c2"}.icon-flask:before{content:"\f0c3"}.icon-cut:before,.icon-scissors:before{content:"\f0c4"}.icon-copy:before,.icon-files-o:before{content:"\f0c5"}.icon-paperclip:before{content:"\f0c6"}.icon-floppy-o:before,.icon-save:before{content:"\f0c7"}.icon-square:before{content:"\f0c8"}.icon-bars:before,.icon-navicon:before,.icon-reorder:before{content:"\f0c9"}.icon-list-ul:before{content:"\f0ca"}.icon-list-ol:before{content:"\f0cb"}.icon-strikethrough:before{content:"\f0cc"}.icon-underline:before{content:"\f0cd"}.icon-table:before{content:"\f0ce"}.icon-magic:before{content:"\f0d0"}.icon-truck:before{content:"\f0d1"}.icon-pinterest:before{content:"\f0d2"}.icon-pinterest-square:before{content:"\f0d3"}.icon-google-plus-square:before{content:"\f0d4"}.icon-google-plus:before{content:"\f0d5"}.icon-money:before{content:"\f0d6"}.icon-caret-down:before{content:"\f0d7"}.icon-caret-up:before{content:"\f0d8"}.icon-caret-left:before{content:"\f0d9"}.icon-caret-right:before{content:"\f0da"}.icon-columns:before{content:"\f0db"}.icon-sort:before,.icon-unsorted:before{content:"\f0dc"}.icon-sort-desc:before,.icon-sort-down:before{content:"\f0dd"}.icon-sort-asc:before,.icon-sort-up:before{content:"\f0de"}.icon-envelope:before{content:"\f0e0"}.icon-linkedin:before{content:"\f0e1"}.icon-rotate-left:before,.icon-undo:before{content:"\f0e2"}.icon-gavel:before,.icon-legal:before{content:"\f0e3"}.icon-dashboard:before,.icon-tachometer:before{content:"\f0e4"}.icon-comment-o:before{content:"\f0e5"}.icon-comments-o:before{content:"\f0e6"}.icon-bolt:before,.icon-flash:before{content:"\f0e7"}.icon-sitemap:before{content:"\f0e8"}.icon-umbrella:before{content:"\f0e9"}.icon-clipboard:before,.icon-paste:before{content:"\f0ea"}.icon-lightbulb-o:before,.icon-lightbulb:before{content:"\f0eb"}.icon-exchange:before{content:"\f0ec"}.icon-cloud-download:before{content:"\f0ed"}.icon-cloud-upload:before{content:"\f0ee"}.icon-user-md:before{content:"\f0f0"}.icon-stethoscope:before{content:"\f0f1"}.icon-suitcase:before{content:"\f0f2"}.icon-bell-o:before{content:"\f0a2"}.icon-coffee:before{content:"\f0f4"}.icon-cutlery:before{content:"\f0f5"}.icon-file-text-o:before{content:"\f0f6"}.icon-building-o:before{content:"\f0f7"}.icon-hospital-o:before{content:"\f0f8"}.icon-ambulance:before{content:"\f0f9"}.icon-medkit:before{content:"\f0fa"}.icon-fighter-jet:before{content:"\f0fb"}.icon-beer:before{content:"\f0fc"}.icon-h-square:before{content:"\f0fd"}.icon-plus-square:before{content:"\f0fe"}.icon-angle-double-left:before{content:"\f100"}.icon-angle-double-right:before{content:"\f101"}.icon-angle-double-up:before{content:"\f102"}.icon-angle-double-down:before{content:"\f103"}.icon-angle-left:before{content:"\f104"}.icon-angle-right:before{content:"\f105"}.icon-angle-up:before{content:"\f106"}.icon-angle-down:before{content:"\f107"}.icon-desktop:before{content:"\f108"}.icon-laptop:before{content:"\f109"}.icon-tablet:before{content:"\f10a"}.icon-mobile-phone:before,.icon-mobile:before{content:"\f10b"}.icon-circle-o:before{content:"\f10c"}.icon-quote-left:before{content:"\f10d"}.icon-quote-right:before{content:"\f10e"}.icon-spinner:before{content:"\f110"}.icon-circle:before{content:"\f111"}.icon-mail-reply:before,.icon-reply:before{content:"\f112"}.icon-github-alt:before{content:"\f113"}.icon-folder-o:before{content:"\f114"}.icon-folder-open-o:before{content:"\f115"}.icon-smile-o:before{content:"\f118"}.icon-frown-o:before{content:"\f119"}.icon-meh-o:before{content:"\f11a"}.icon-gamepad:before{content:"\f11b"}.icon-keyboard-o:before{content:"\f11c"}.icon-flag-o:before{content:"\f11d"}.icon-flag-checkered:before{content:"\f11e"}.icon-terminal:before{content:"\f120"}.icon-code:before{content:"\f121"}.icon-mail-reply-all:before,.icon-reply-all:before{content:"\f122"}.icon-star-half-empty:before,.icon-star-half-full:before,.icon-star-half-o:before{content:"\f123"}.icon-location-arrow:before{content:"\f124"}.icon-crop:before{content:"\f125"}.icon-code-fork:before{content:"\f126"}.icon-chain-broken:before,.icon-unlink:before{content:"\f127"}.icon-question:before{content:"\f128"}.icon-info:before{content:"\f129"}.icon-exclamation:before{content:"\f12a"}.icon-superscript:before{content:"\f12b"}.icon-subscript:before{content:"\f12c"}.icon-eraser:before{content:"\f12d"}.icon-puzzle-piece:before{content:"\f12e"}.icon-microphone:before{content:"\f130"}.icon-microphone-slash:before{content:"\f131"}.icon-shield:before{content:"\f132"}.icon-calendar-o:before{content:"\f133"}.icon-fire-extinguisher:before{content:"\f134"}.icon-rocket:before{content:"\f135"}.icon-maxcdn:before{content:"\f136"}.icon-chevron-circle-left:before{content:"\f137"}.icon-chevron-circle-right:before{content:"\f138"}.icon-chevron-circle-up:before{content:"\f139"}.icon-chevron-circle-down:before{content:"\f13a"}.icon-html5:before{content:"\f13b"}.icon-css3:before{content:"\f13c"}.icon-anchor:before{content:"\f13d"}.icon-unlock-alt:before{content:"\f13e"}.icon-bullseye:before{content:"\f140"}.icon-ellipsis-h:before{content:"\f141"}.icon-ellipsis-v:before{content:"\f142"}.icon-rss-square:before{content:"\f143"}.icon-play-circle:before{content:"\f144"}.icon-ticket:before{content:"\f145"}.icon-minus-square:before{content:"\f146"}.icon-minus-square-o:before{content:"\f147"}.icon-level-up:before{content:"\f148"}.icon-level-down:before{content:"\f149"}.icon-check-square:before{content:"\f14a"}.icon-pencil-square:before{content:"\f14b"}.icon-external-link-square:before{content:"\f14c"}.icon-share-square:before{content:"\f14d"}.icon-compass:before{content:"\f14e"}.icon-caret-square-o-down:before,.icon-toggle-down:before{content:"\f150"}.icon-caret-square-o-up:before,.icon-toggle-up:before{content:"\f151"}.icon-caret-square-o-right:before,.icon-toggle-right:before{content:"\f152"}.icon-eur:before,.icon-euro:before{content:"\f153"}.icon-gbp:before{content:"\f154"}.icon-dollar:before,.icon-usd:before{content:"\f155"}.icon-inr:before,.icon-rupee:before{content:"\f156"}.icon-cny:before,.icon-jpy:before,.icon-rmb:before,.icon-yen:before{content:"\f157"}.icon-rouble:before,.icon-rub:before,.icon-ruble:before{content:"\f158"}.icon-krw:before,.icon-won:before{content:"\f159"}.icon-bitcoin:before,.icon-btc:before{content:"\f15a"}.icon-file:before{content:"\f15b"}.icon-file-text:before{content:"\f15c"}.icon-sort-alpha-asc:before{content:"\f15d"}.icon-sort-alpha-desc:before{content:"\f15e"}.icon-sort-amount-asc:before{content:"\f160"}.icon-sort-amount-desc:before{content:"\f161"}.icon-sort-numeric-asc:before{content:"\f162"}.icon-sort-numeric-desc:before{content:"\f163"}.icon-thumbs-up:before{content:"\f164"}.icon-thumbs-down:before{content:"\f165"}.icon-youtube-square:before{content:"\f166"}.icon-youtube:before{content:"\f167"}.icon-xing:before{content:"\f168"}.icon-xing-square:before{content:"\f169"}.icon-youtube-play:before{content:"\f16a"}.icon-dropbox:before{content:"\f16b"}.icon-stack-overflow:before{content:"\f16c"}.hb-moon-instagram:before,.icon-instagram:before{content:"\e906"}.icon-flickr:before{content:"\f16e"}.icon-adn:before{content:"\f170"}.icon-bitbucket:before{content:"\f171"}.icon-bitbucket-square:before{content:"\f172"}.icon-tumblr:before{content:"\f173"}.icon-tumblr-square:before{content:"\f174"}.icon-long-arrow-down:before{content:"\f175"}.icon-long-arrow-up:before{content:"\f176"}.icon-long-arrow-left:before{content:"\f177"}.icon-long-arrow-right:before{content:"\f178"}.icon-apple:before{content:"\f179"}.icon-windows:before{content:"\f17a"}.icon-android:before{content:"\f17b"}.icon-linux:before{content:"\f17c"}.icon-dribbble:before{content:"\f17d"}.icon-skype:before{content:"\f17e"}.icon-foursquare:before{content:"\f180"}.icon-trello:before{content:"\f181"}.icon-female:before{content:"\f182"}.icon-male:before{content:"\f183"}.icon-gittip:before,.icon-gratipay:before{content:"\f184"}.icon-sun-o:before{content:"\f185"}.icon-moon-o:before{content:"\f186"}.icon-archive:before{content:"\f187"}.icon-bug:before{content:"\f188"}.icon-vk:before{content:"\f189"}.icon-weibo:before{content:"\f18a"}.icon-renren:before{content:"\f18b"}.icon-pagelines:before{content:"\f18c"}.icon-stack-exchange:before{content:"\f18d"}.icon-arrow-circle-o-right:before{content:"\f18e"}.icon-arrow-circle-o-left:before{content:"\f190"}.icon-caret-square-o-left:before,.icon-toggle-left:before{content:"\f191"}.icon-dot-circle-o:before{content:"\f192"}.icon-wheelchair:before{content:"\f193"}.icon-vimeo-square:before{content:"\f194"}.icon-try:before,.icon-turkish-lira:before{content:"\f195"}.icon-plus-square-o:before{content:"\f196"}.icon-space-shuttle:before{content:"\f197"}.icon-slack:before{content:"\f198"}.icon-envelope-square:before{content:"\f199"}.icon-wordpress:before{content:"\f19a"}.icon-openid:before{content:"\f19b"}.icon-bank:before,.icon-institution:before,.icon-university:before{content:"\f19c"}.icon-graduation-cap:before,.icon-mortar-board:before{content:"\f19d"}.icon-yahoo:before{content:"\f19e"}.icon-google:before{content:"\f1a0"}.icon-reddit:before{content:"\f1a1"}.icon-reddit-square:before{content:"\f1a2"}.icon-stumbleupon-circle:before{content:"\f1a3"}.icon-stumbleupon:before{content:"\f1a4"}.icon-delicious:before{content:"\f1a5"}.icon-digg:before{content:"\f1a6"}.icon-pied-piper-pp:before{content:"\f1a7"}.icon-pied-piper-alt:before{content:"\f1a8"}.icon-drupal:before{content:"\f1a9"}.icon-joomla:before{content:"\f1aa"}.icon-language:before{content:"\f1ab"}.icon-fax:before{content:"\f1ac"}.icon-building:before{content:"\f1ad"}.icon-child:before{content:"\f1ae"}.icon-paw:before{content:"\f1b0"}.icon-spoon:before{content:"\f1b1"}.icon-cube:before{content:"\f1b2"}.icon-cubes:before{content:"\f1b3"}.icon-behance:before{content:"\f1b4"}.icon-behance-square:before{content:"\f1b5"}.icon-steam:before{content:"\f1b6"}.icon-steam-square:before{content:"\f1b7"}.icon-recycle:before{content:"\f1b8"}.icon-automobile:before,.icon-car:before{content:"\f1b9"}.icon-cab:before,.icon-taxi:before{content:"\f1ba"}.icon-tree:before{content:"\f1bb"}.icon-spotify:before{content:"\f1bc"}.icon-deviantart:before{content:"\f1bd"}.icon-soundcloud:before{content:"\f1be"}.icon-database:before{content:"\f1c0"}.icon-file-pdf-o:before{content:"\f1c1"}.icon-file-word-o:before{content:"\f1c2"}.icon-file-excel-o:before{content:"\f1c3"}.icon-file-powerpoint-o:before{content:"\f1c4"}.icon-file-image-o:before,.icon-file-photo-o:before,.icon-file-picture-o:before{content:"\f1c5"}.icon-file-archive-o:before,.icon-file-zip-o:before{content:"\f1c6"}.icon-file-audio-o:before,.icon-file-sound-o:before{content:"\f1c7"}.icon-file-movie-o:before,.icon-file-video-o:before{content:"\f1c8"}.icon-file-code-o:before{content:"\f1c9"}.icon-vine:before{content:"\f1ca"}.icon-codepen:before{content:"\f1cb"}.icon-jsfiddle:before{content:"\f1cc"}.icon-life-bouy:before,.icon-life-buoy:before,.icon-life-ring:before,.icon-life-saver:before,.icon-support:before{content:"\f1cd"}.icon-circle-o-notch:before{content:"\f1ce"}.icon-ra:before,.icon-rebel:before,.icon-resistance:before{content:"\f1d0"}.icon-empire:before,.icon-ge:before{content:"\f1d1"}.icon-git-square:before{content:"\f1d2"}.icon-git:before{content:"\f1d3"}.icon-hacker-news:before,.icon-y-combinator-square:before,.icon-yc-square:before{content:"\f1d4"}.icon-tencent-weibo:before{content:"\f1d5"}.icon-qq:before{content:"\f1d6"}.icon-wechat:before,.icon-weixin:before{content:"\f1d7"}.icon-paper-plane:before,.icon-send:before{content:"\f1d8"}.icon-paper-plane-o:before,.icon-send-o:before{content:"\f1d9"}.icon-history:before{content:"\f1da"}.icon-circle-thin:before{content:"\f1db"}.icon-header:before{content:"\f1dc"}.icon-paragraph:before{content:"\f1dd"}.icon-sliders:before{content:"\f1de"}.icon-share-alt:before{content:"\f1e0"}.icon-share-alt-square:before{content:"\f1e1"}.icon-bomb:before{content:"\f1e2"}.icon-futbol-o:before,.icon-soccer-ball-o:before{content:"\f1e3"}.icon-tty:before{content:"\f1e4"}.icon-binoculars:before{content:"\f1e5"}.icon-plug:before{content:"\f1e6"}.icon-slideshare:before{content:"\f1e7"}.icon-twitch:before{content:"\f1e8"}.icon-yelp:before{content:"\f1e9"}.icon-newspaper-o:before{content:"\f1ea"}.icon-wifi:before{content:"\f1eb"}.icon-calculator:before{content:"\f1ec"}.icon-paypal:before{content:"\f1ed"}.icon-google-wallet:before{content:"\f1ee"}.icon-cc-visa:before{content:"\f1f0"}.icon-cc-mastercard:before{content:"\f1f1"}.icon-cc-discover:before{content:"\f1f2"}.icon-cc-amex:before{content:"\f1f3"}.icon-cc-paypal:before{content:"\f1f4"}.icon-cc-stripe:before{content:"\f1f5"}.icon-bell-slash:before{content:"\f1f6"}.icon-bell-slash-o:before{content:"\f1f7"}.icon-trash:before{content:"\f1f8"}.icon-copyright:before{content:"\f1f9"}.icon-at:before{content:"\f1fa"}.icon-eyedropper:before{content:"\f1fb"}.icon-paint-brush:before{content:"\f1fc"}.icon-birthday-cake:before{content:"\f1fd"}.icon-area-chart:before{content:"\f1fe"}.icon-pie-chart:before{content:"\f200"}.icon-line-chart:before{content:"\f201"}.icon-lastfm:before{content:"\f202"}.icon-lastfm-square:before{content:"\f203"}.icon-toggle-off:before{content:"\f204"}.icon-toggle-on:before{content:"\f205"}.icon-bicycle:before{content:"\f206"}.icon-bus:before{content:"\f207"}.icon-ioxhost:before{content:"\f208"}.icon-angellist:before{content:"\f209"}.icon-cc:before{content:"\f20a"}.icon-ils:before,.icon-shekel:before,.icon-sheqel:before{content:"\f20b"}.icon-meanpath:before{content:"\f20c"}.icon-buysellads:before{content:"\f20d"}.icon-connectdevelop:before{content:"\f20e"}.icon-dashcube:before{content:"\f210"}.icon-forumbee:before{content:"\f211"}.icon-leanpub:before{content:"\f212"}.icon-sellsy:before{content:"\f213"}.icon-shirtsinbulk:before{content:"\f214"}.icon-simplybuilt:before{content:"\f215"}.icon-skyatlas:before{content:"\f216"}.icon-cart-plus:before{content:"\f217"}.icon-cart-arrow-down:before{content:"\f218"}.icon-diamond:before{content:"\f219"}.icon-ship:before{content:"\f21a"}.icon-user-secret:before{content:"\f21b"}.icon-motorcycle:before{content:"\f21c"}.icon-street-view:before{content:"\f21d"}.icon-heartbeat:before{content:"\f21e"}.icon-venus:before{content:"\f221"}.icon-mars:before{content:"\f222"}.icon-mercury:before{content:"\f223"}.icon-intersex:before,.icon-transgender:before{content:"\f224"}.icon-transgender-alt:before{content:"\f225"}.icon-venus-double:before{content:"\f226"}.icon-mars-double:before{content:"\f227"}.icon-venus-mars:before{content:"\f228"}.icon-mars-stroke:before{content:"\f229"}.icon-mars-stroke-v:before{content:"\f22a"}.icon-mars-stroke-h:before{content:"\f22b"}.icon-neuter:before{content:"\f22c"}.icon-genderless:before{content:"\f22d"}.icon-facebook-official:before{content:"\f230"}.icon-pinterest-p:before{content:"\f231"}.icon-whatsapp:before{content:"\f232"}.icon-server:before{content:"\f233"}.icon-user-plus:before{content:"\f234"}.icon-user-times:before{content:"\f235"}.icon-bed:before,.icon-hotel:before{content:"\f236"}.icon-viacoin:before{content:"\f237"}.icon-train:before{content:"\f238"}.icon-subway:before{content:"\f239"}.icon-medium:before{content:"\f23a"}.icon-y-combinator:before,.icon-yc:before{content:"\f23b"}.icon-optin-monster:before{content:"\f23c"}.icon-opencart:before{content:"\f23d"}.icon-expeditedssl:before{content:"\f23e"}.icon-battery-4:before,.icon-battery-full:before,.icon-battery:before{content:"\f240"}.icon-battery-3:before,.icon-battery-three-quarters:before{content:"\f241"}.icon-battery-2:before,.icon-battery-half:before{content:"\f242"}.icon-battery-1:before,.icon-battery-quarter:before{content:"\f243"}.icon-battery-0:before,.icon-battery-empty:before{content:"\f244"}.icon-mouse-pointer:before{content:"\f245"}.icon-i-cursor:before{content:"\f246"}.icon-object-group:before{content:"\f247"}.icon-object-ungroup:before{content:"\f248"}.icon-sticky-note:before{content:"\f249"}.icon-sticky-note-o:before{content:"\f24a"}.icon-cc-jcb:before{content:"\f24b"}.icon-cc-diners-club:before{content:"\f24c"}.icon-clone:before{content:"\f24d"}.icon-balance-scale:before{content:"\f24e"}.icon-hourglass-o:before{content:"\f250"}.icon-hourglass-1:before,.icon-hourglass-start:before{content:"\f251"}.icon-hourglass-2:before,.icon-hourglass-half:before{content:"\f252"}.icon-hourglass-3:before,.icon-hourglass-end:before{content:"\f253"}.icon-hourglass:before{content:"\f254"}.icon-hand-grab-o:before,.icon-hand-rock-o:before{content:"\f255"}.icon-hand-paper-o:before,.icon-hand-stop-o:before{content:"\f256"}.icon-hand-scissors-o:before{content:"\f257"}.icon-hand-lizard-o:before{content:"\f258"}.icon-hand-spock-o:before{content:"\f259"}.icon-hand-pointer-o:before{content:"\f25a"}.icon-hand-peace-o:before{content:"\f25b"}.icon-trademark:before{content:"\f25c"}.icon-registered:before{content:"\f25d"}.icon-creative-commons:before{content:"\f25e"}.icon-gg:before{content:"\f260"}.icon-gg-circle:before{content:"\f261"}.icon-tripadvisor:before{content:"\f262"}.icon-odnoklassniki:before{content:"\f263"}.icon-odnoklassniki-square:before{content:"\f264"}.icon-get-pocket:before{content:"\f265"}.icon-wikipedia-w:before{content:"\f266"}.icon-safari:before{content:"\f267"}.icon-chrome:before{content:"\f268"}.icon-firefox:before{content:"\f269"}.icon-opera:before{content:"\f26a"}.icon-internet-explorer:before{content:"\f26b"}.icon-television:before,.icon-tv:before{content:"\f26c"}.icon-contao:before{content:"\f26d"}.icon-500px:before{content:"\f26e"}.icon-amazon:before{content:"\f270"}.icon-calendar-plus-o:before{content:"\f271"}.icon-calendar-minus-o:before{content:"\f272"}.icon-calendar-times-o:before{content:"\f273"}.icon-calendar-check-o:before{content:"\f274"}.icon-industry:before{content:"\f275"}.icon-map-pin:before{content:"\f276"}.icon-map-signs:before{content:"\f277"}.icon-map-o:before{content:"\f278"}.icon-map:before{content:"\f279"}.icon-commenting:before{content:"\f27a"}.icon-commenting-o:before{content:"\f27b"}.icon-houzz:before{content:"\f27c"}.icon-vimeo:before{content:"\f27d"}.icon-black-tie:before{content:"\f27e"}.icon-fonticons:before{content:"\f280"}.icon-reddit-alien:before{content:"\f281"}.icon-edge:before{content:"\f282"}.icon-credit-card-alt:before{content:"\f283"}.icon-codiepie:before{content:"\f284"}.icon-modx:before{content:"\f285"}.icon-fort-awesome:before{content:"\f286"}.icon-usb:before{content:"\f287"}.icon-product-hunt:before{content:"\f288"}.icon-mixcloud:before{content:"\f289"}.icon-scribd:before{content:"\f28a"}.icon-pause-circle:before{content:"\f28b"}.icon-pause-circle-o:before{content:"\f28c"}.icon-stop-circle:before{content:"\f28d"}.icon-stop-circle-o:before{content:"\f28e"}.icon-shopping-bag:before{content:"\f290"}.icon-shopping-basket:before{content:"\f291"}.icon-hashtag:before{content:"\f292"}.icon-bluetooth:before{content:"\f293"}.icon-bluetooth-b:before{content:"\f294"}.icon-percent:before{content:"\f295"}.icon-gitlab:before{content:"\f296"}.icon-wpbeginner:before{content:"\f297"}.icon-wpforms:before{content:"\f298"}.icon-envira:before{content:"\f299"}.icon-universal-access:before{content:"\f29a"}.icon-wheelchair-alt:before{content:"\f29b"}.icon-question-circle-o:before{content:"\f29c"}.icon-blind:before{content:"\f29d"}.icon-audio-description:before{content:"\f29e"}.icon-volume-control-phone:before{content:"\f2a0"}.icon-braille:before{content:"\f2a1"}.icon-assistive-listening-systems:before{content:"\f2a2"}.icon-american-sign-language-interpreting:before,.icon-asl-interpreting:before{content:"\f2a3"}.icon-deaf:before,.icon-deafness:before,.icon-hard-of-hearing:before{content:"\f2a4"}.icon-glide:before{content:"\f2a5"}.icon-glide-g:before{content:"\f2a6"}.icon-sign-language:before,.icon-signing:before{content:"\f2a7"}.icon-low-vision:before{content:"\f2a8"}.icon-viadeo:before{content:"\f2a9"}.icon-viadeo-square:before{content:"\f2aa"}.icon-snapchat:before{content:"\f2ab"}.icon-snapchat-ghost:before{content:"\f2ac"}.icon-snapchat-square:before{content:"\f2ad"}.icon-pied-piper:before{content:"\f2ae"}.icon-first-order:before{content:"\f2b0"}.icon-yoast:before{content:"\f2b1"}.icon-themeisle:before{content:"\f2b2"}.icon-google-plus-circle:before,.icon-google-plus-official:before{content:"\f2b3"}.icon-fa:before,.icon-font-awesome:before{content:"\f2b4"}.icon-handshake-o:before{content:"\f2b5"}.icon-envelope-open:before{content:"\f2b6"}.icon-envelope-open-o:before{content:"\f2b7"}.icon-linode:before{content:"\f2b8"}.icon-address-book:before{content:"\f2b9"}.icon-address-book-o:before{content:"\f2ba"}.icon-address-card:before,.icon-vcard:before{content:"\f2bb"}.icon-address-card-o:before,.icon-vcard-o:before{content:"\f2bc"}.icon-user-circle:before{content:"\f2bd"}.icon-user-circle-o:before{content:"\f2be"}.icon-user-o:before{content:"\f2c0"}.icon-id-badge:before{content:"\f2c1"}.icon-drivers-license:before,.icon-id-card:before{content:"\f2c2"}.icon-drivers-license-o:before,.icon-id-card-o:before{content:"\f2c3"}.icon-quora:before{content:"\f2c4"}.icon-free-code-camp:before{content:"\f2c5"}.icon-telegram:before{content:"\f2c6"}.icon-thermometer-4:before,.icon-thermometer-full:before,.icon-thermometer:before{content:"\f2c7"}.icon-thermometer-3:before,.icon-thermometer-three-quarters:before{content:"\f2c8"}.icon-thermometer-2:before,.icon-thermometer-half:before{content:"\f2c9"}.icon-thermometer-1:before,.icon-thermometer-quarter:before{content:"\f2ca"}.icon-thermometer-0:before,.icon-thermometer-empty:before{content:"\f2cb"}.icon-shower:before{content:"\f2cc"}.icon-bath:before,.icon-bathtub:before,.icon-s15:before{content:"\f2cd"}.icon-podcast:before{content:"\f2ce"}.icon-window-maximize:before{content:"\f2d0"}.icon-window-minimize:before{content:"\f2d1"}.icon-window-restore:before{content:"\f2d2"}.icon-times-rectangle:before,.icon-window-close:before{content:"\f2d3"}.icon-times-rectangle-o:before,.icon-window-close-o:before{content:"\f2d4"}.icon-bandcamp:before{content:"\f2d5"}.icon-grav:before{content:"\f2d6"}.icon-etsy:before{content:"\f2d7"}.icon-imdb:before{content:"\f2d8"}.icon-ravelry:before{content:"\f2d9"}.icon-eercast:before{content:"\f2da"}.icon-microchip:before{content:"\f2db"}.icon-snowflake-o:before{content:"\f2dc"}.icon-superpowers:before{content:"\f2dd"}.icon-wpexplorer:before{content:"\f2de"}.icon-meetup:before{content:"\f2e0"}.icon-envelope-alt:before{content:"\f003"}.icon-star-empty:before{content:"\f006"}.icon-ok:before{content:"\f00c"}.icon-remove:before{content:"\f00d"}.icon-zoom-in:before{content:"\f00e"}.icon-zoom-out:before{content:"\f010"}.icon-off:before,.icon-power-off:before{content:"\f011"}.icon-trash:before{content:"\f014"}.icon-file-alt:before{content:"\f016"}.icon-time:before{content:"\f017"}.icon-download-alt:before{content:"\f019"}.icon-indent-left:before{content:"\f03b"}.icon-indent-right:before{content:"\f03c"}.icon-facetime-video:before{content:"\f03d"}.icon-picture:before{content:"\f03e"}.icon-move:before{content:"\f047"}.icon-plus-sign:before{content:"\f055"}.icon-minus-sign:before{content:"\f056"}.icon-remove-sign:before{content:"\f057"}.icon-ok-sign:before{content:"\f058"}.icon-question-sign:before{content:"\f059"}.icon-info-sign:before{content:"\f05a"}.icon-screenshot:before{content:"\f05b"}.icon-remove-circle:before{content:"\f05c"}.icon-ok-circle:before{content:"\f05d"}.icon-ban-circle:before{content:"\f05e"}.icon-resize-full:before{content:"\f065"}.icon-resize-small:before{content:"\f066"}.icon-exclamation-sign:before{content:"\f06a"}.icon-eye-open:before{content:"\f06e"}.icon-eye-close:before{content:"\f070"}.icon-warning-sign:before{content:"\f071"}.icon-folder-close:before{content:"\f07b"}.icon-resize-vertical:before{content:"\f07d"}.icon-resize-horizontal:before{content:"\f07e"}.icon-bar-chart:before{content:"\f080"}.icon-twitter-sign:before{content:"\f081"}.icon-facebook-sign:before{content:"\f082"}.icon-thumbs-up-alt:before{content:"\f087"}.icon-thumbs-down-alt:before{content:"\f088"}.icon-heart-empty:before{content:"\f08a"}.icon-signout:before{content:"\f08b"}.icon-linkedin-sign:before{content:"\f08c"}.icon-pushpin:before{content:"\f08d"}.icon-signin:before{content:"\f090"}.icon-github-sign:before{content:"\f092"}.icon-upload-alt:before{content:"\f093"}.icon-lemon:before{content:"\f094"}.icon-check-empty:before,.icon-unchecked:before{content:"\f096"}.icon-bookmark-empty:before{content:"\f097"}.icon-phone-sign:before{content:"\f098"}.icon-hdd:before{content:"\f0a0"}.icon-hand-right:before{content:"\f0a4"}.icon-hand-left:before{content:"\f0a5"}.icon-hand-up:before{content:"\f0a6"}.icon-hand-down:before{content:"\f0a7"}.icon-circle-arrow-left:before{content:"\f0a8"}.icon-circle-arrow-right:before{content:"\f0a9"}.icon-circle-arrow-up:before{content:"\f0aa"}.icon-circle-arrow-down:before{content:"\f0ab"}.icon-fullscreen:before{content:"\f0b2"}.icon-beaker:before{content:"\f0c3"}.icon-paper-clip:before,.icon-paperclip:before{content:"\f0c6"}.icon-sign-blank:before{content:"\f0c8"}.icon-pinterest-sign:before{content:"\f0d3"}.icon-google-plus-sign:before{content:"\f0d4"}.icon-comment-alt:before{content:"\f0e5"}.icon-comments-alt:before{content:"\f0e6"}.icon-lightbulb:before{content:"\f0eb"}.icon-bell-alt:before{content:"\f0f3"}.icon-food:before{content:"\f0f5"}.icon-file-text-alt:before{content:"\f0f6"}.icon-hospital:before{content:"\f0f8"}.icon-h-sign:before{content:"\f0fd"}.icon-plus-sign-alt:before{content:"\f0fe"}.icon-double-angle-left:before{content:"\f100"}.icon-double-angle-right:before{content:"\f101"}.icon-double-angle-up:before{content:"\f102"}.icon-double-angle-down:before{content:"\f103"}.icon-circle-blank:before,.tp-bullets.simplebullets.round .bullet:before{content:"\f10c"}#main-wrapper .tp-bullets.simplebullets.round .bullet.selected:before,.icon-circle:before{content:"\f111"}.icon-folder-close-alt:before{content:"\f114"}.icon-folder-open-alt:before{content:"\f115"}.icon-expand-alt:before{content:"\f116"}.icon-collapse-alt:before{content:"\f117"}.icon-smile:before{content:"\f118"}.icon-frown:before{content:"\f119"}.icon-meh:before{content:"\f11a"}.icon-keyboard:before{content:"\f11c"}.icon-flag-alt:before{content:"\f11d"}.icon-microphone-off:before{content:"\f131"}.icon-calendar-empty:before{content:"\f133"}.icon-chevron-sign-left:before{content:"\f137"}.icon-chevron-sign-right:before{content:"\f138"}.icon-chevron-sign-up:before{content:"\f139"}.icon-chevron-sign-down:before{content:"\f13a"}.icon-ellipsis-horizontal:before{content:"\f141"}.icon-ellipsis-vertical:before{content:"\f142"}.icon-rss-sign:before{content:"\f143"}.icon-play-sign:before{content:"\f144"}.icon-minus-sign-alt:before{content:"\f146"}.icon-check-minus:before{content:"\f147"}.icon-check-sign:before{content:"\f14a"}.icon-edit-sign:before{content:"\f14b"}.icon-external-link-sign:before{content:"\f14c"}.icon-share-sign:before{content:"\f14d"}.icon-collapse:before{content:"\f150"}.icon-collapse-top:before{content:"\f151"}.icon-cny:before,.icon-renminbi:before{content:"\f158"}.icon-sort-by-alphabet:before{content:"\f15d"}.icon-sort-by-alphabet-alt:before{content:"\f15e"}.icon-sort-by-attributes:before{content:"\f160"}.icon-sort-by-attributes-alt:before{content:"\f161"}.icon-sort-by-order:before{content:"\f162"}.icon-sort-by-order-alt:before{content:"\f163"}.icon-youtube-sign:before{content:"\f166"}.icon-xing-sign:before{content:"\f169"}.icon-stackexchange:before{content:"\f16c"}.icon-bitbucket-sign:before{content:"\f172"}.icon-tumblr-sign:before{content:"\f174"}.icon-sun:before{content:"\f185"}.icon-moon:before{content:"\f186"}.icon-pied-piper-square:before,.icon-pied-piper:before{content:"\f1a8"}.icon-sn500px:before{content:"\f26e"}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}@font-face{font-family:SourceSansVF;src:url(https://www.axisrooms.com/wp-content/themes/HighendWP/assets/css/fonts/source-sans.woff2?v=3.052) format("woff2");src:url(https://www.axisrooms.com/wp-content/themes/HighendWP/assets/css/fonts/source-sans.woff2?v=3.052) format("woff2");font-weight:100 900;font-style:normal;font-display:swap;}@font-face{font-family:SourceSansVF;src:url(https://www.axisrooms.com/wp-content/themes/HighendWP/assets/css/fonts/source-sans-italic.woff2?v=3.052) format("woff2");src:url(https://www.axisrooms.com/wp-content/themes/HighendWP/assets/css/fonts/source-sans-italic.woff2?v=3.052) format("woff2");font-weight:100 900;font-style:italic;font-display:swap;}@font-face{font-family:Museo500Regular;src:url(https://www.axisrooms.com/wp-content/themes/HighendWP/assets/css/fonts/Museo500-Regular-webfont.eot);src:url(https://www.axisrooms.com/wp-content/themes/HighendWP/assets/css/fonts/Museo500-Regular-webfont.eot?#iefix) format("embedded-opentype"),url(https://www.axisrooms.com/wp-content/themes/HighendWP/assets/css/fonts/Museo500-Regular-webfont.woff2) format("woff2"),url(https://www.axisrooms.com/wp-content/themes/HighendWP/assets/css/fonts/Museo500-Regular-webfont.woff) format("woff"),url(https://www.axisrooms.com/wp-content/themes/HighendWP/assets/css/fonts/Museo500-Regular-webfont.ttf) format("truetype"),url(https://www.axisrooms.com/wp-content/themes/HighendWP/assets/css/fonts/Museo500-Regular-webfont.svg#Museo300Regular) format("svg");font-weight:normal;font-style:normal;font-display:swap;}:root{--colorPrimary:#27ae60;}a:hover{color:#27ae60;}.light-text a:hover,.light-menu-dropdown #main-nav ul.sub-menu li a:hover,.light-menu-dropdown #main-nav ul.sub-menu li.sfHover > a,.light-menu-dropdown #main-nav ul.sub-menu li.current-menu-item > a,.light-menu-dropdown #main-nav ul.sub-menu li.current-menu-ancestor > a,#fancy-search .ui-autocomplete li a:hover,#fancy-search .ui-autocomplete li:hover span.search-title,#fancy-search .ui-autocomplete li a,.author-box .social-list li a:hover,#respond small a:hover,.commentmetadata a:hover time,.comments-list .reply a,#footer.dark-style a:hover,.feature-box.alternative i.ic-holder-1,.portfolio-simple-wrap .standard-gallery-item:hover .portfolio-description h3 a,.hb-effect-1 #main-nav > li > a::before,.hb-effect-1 a::after,.third-skin.hb-effect-1 #main-nav > li > a:hover,.third-skin.hb-effect-1 #main-nav > li.current-menu-item > a,.third-skin.hb-effect-1 #main-nav > li.sfHover > a,.second-skin.hb-effect-9 #main-nav #nav-search > a:hover,.hb-effect-10 #main-nav > li > a:hover,.hb-effect-10 #main-nav > li #nav-search a:hover,.hb-effect-10 #main-nav > li.current-menu-item > a,#main-nav ul.sub-menu li a:hover,.hb-side-nav li.menu-item-has-children:hover > a,.hb-side-nav li a:hover,.hb-side-nav li.current-menu-item > a,.hb-side-nav li.current-menu-ancestor > a,.hb-post-carousel .hb-owl-item .hb-owl-read-more:hover span,.hb-post-carousel .hb-owl-item .hb-owl-read-more:hover{color:#27ae60!important;}.light-style .feature-box.alternative i.ic-holder-1,.light-style .feature-box h4.bold{color:#f9f9f9 !important;}.light-style .feature-box-content p{color:#ccc;}.like-holder.like-active i,.like-holder.like-active{color:#da4c26 !important;}.main-navigation.default-skin #main-nav > li > a:hover > span,.main-navigation.default-skin #main-nav > li.current-menu-item > a > span,.main-navigation.default-skin #main-nav > li.sfHover > a > span,.team-member-box.tmb-2:hover .team-member-description,span[rel="tooltip"]{border-bottom-color:#27ae60;}.hb-pricing-item:hover,.hb-process-steps ul:before,.wpb_tabs .nav-tabs li.active a,#hb-preloader .spinner,.default-loading-icon:before{border-top-color:#27ae60;}#main-wrapper .widget_nav_menu ul.menu li.current-menu-item > a,.hb-non-transparent .hb-side-nav > li > a:hover,.hb-non-transparent .hb-side-nav > li.current-menu-item > a,.hb-non-transparent .hb-side-nav > li.current-menu-ancestor > a,.hb-non-transparent .hb-side-nav > li.sfHover > a,.hb-tabs-wrapper.tour-style.left-tabs > .nav-tabs > li.active a,.logout-dropdown ul li:hover,.tribe-events-calendar thead th,.light-menu-dropdown #main-nav ul.sub-menu li a:hover,.light-menu-dropdown #main-nav ul.sub-menu li.sfHover > a,.light-menu-dropdown #main-nav ul.sub-menu li.current-menu-item > a,.light-menu-dropdown #main-nav ul.sub-menu li.current-menu-ancestor > a,.light-menu-dropdown #main-nav ul.sub-menu li.sfHover > a{border-left-color:#27ae60;}#main-wrapper .right-sidebar .widget_nav_menu ul.menu li.current-menu-item > a,.hb-tabs-wrapper.tour-style.right-tabs > .nav-tabs > li.active a,.tribe-events-calendar thead th{border-right-color:#27ae60;}.pagination ul li span,.single .pagination span,.single-post-tags a:hover,div.overlay,.portfolio-simple-wrap .standard-gallery-item:hover .hb-gallery-item-name:before,.woocommerce .wc-new-badge,#main-wrapper .coupon-code input.button:hover,.woocommerce-page #main-wrapper button.button:hover,#main-wrapper input.checkout-button,.side-nav-bottom-part ul li a:hover,#main-wrapper #place_order,#mobile-menu.interactive .open-submenu.active,#mobile-menu.interactive .open-submenu:hover,.widget_product_search input[type=submit],.tribe-events-calendar thead th{background-color:#27ae60;}#sticky-shop-button:hover,#sticky-shop-button span,.type-post.format-quote .quote-post-wrapper a,.type-post.format-link .quote-post-wrapper a,.type-post.format-status .quote-post-wrapper a,span.highlight,mark,.feature-box:hover:not(.standard-icon-box) .hb-small-break,.content-box i.box-icon,.hb-button,input[type=submit],a.read-more,.woocommerce-MyAccount-content input.button,.hb-effect-2 #main-nav > li > a > span::after,.hb-effect-3 #main-nav > li > a::before,.hb-effect-4 #main-nav > li > a::before,.hb-effect-6 #main-nav > li > a::before,.hb-effect-7 #main-nav > li > a span::after,.hb-effect-8 #main-nav > li > a:hover span::before,.hb-effect-9 #main-nav > li > a > span::before,.hb-effect-9 #main-nav > li > a > span::after,.hb-effect-10 #main-nav > li > a:hover span::before,.hb-effect-10 #main-nav > li.current-menu-item > a span::before,#main-nav > li.sfHover > a span::before,#main-nav > li.current-menu-ancestor > a span::before,.pace .pace-progress,#main-wrapper .hb-bag-buttons a.checkout-button,.hb-post-carousel.hb-owl-slider .owl-nav .owl-prev:hover,.hb-post-carousel.hb-owl-slider .owl-nav .owl-next:hover,#tribe-bar-form .tribe-bar-submit input[type=submit]{background:#27ae60;}table.focus-header th,.second-skin #main-nav > li a:hover,.second-skin #main-nav > li.current-menu-item > a,.second-skin #main-nav > li.sfHover > a,.highend-sticky-header #header-inner .second-skin #main-nav > li > a:hover,.second-skin #main-nav > li.current-menu-item > a,.crsl-nav a:hover,.feature-box:hover i.ic-holder-1{background:#27ae60;color:#FFF;}html:has(.highend-sticky-header){scroll-padding-top:calc(60px + var(--wp-admin--admin-bar--height,0px));}.dropcap.fancy,.tagcloud > a:hover,.hb-icon.hb-icon-medium.hb-icon-container:hover,#main-wrapper #tribe-events .tribe-events-button{background-color:#27ae60;color:#FFF;}.filter-tabs li.selected a{border-color:#27ae60 !important;}.hb-second-light:hover{background:#FFF!important;color:#27ae60!important;}.hb-effect-11 #main-nav > li > a:hover::before,.hb-effect-11 #main-nav > li.sfHover > a::before,.hb-effect-11 #main-nav > li.current-menu-item > a::before,.hb-effect-11 #main-nav > li.current-menu-ancestor > a::before{color:#27ae60;text-shadow:7px 0 #27ae60,-7px 0 #27ae60;}#main-wrapper .product-loading-icon{background:rgba(39,174,96,0.85);}.hb-single-next-prev a:hover{background:rgba(39,174,96,0.95);}.hb-more-details:hover,.woocommerce .hb-woo-product .hb-buy-button:hover{color:#FFF;background-color:rgba(39,174,96,0.9);}.hb-button,input[type=submit],.woocommerce-MyAccount-content input.button{box-shadow:0 3px 0 0 #007c2e;}.hb-button.special-icon i,.hb-button.special-icon i::after{background:#007c2e;}#main-wrapper a.active-language,#main-wrapper a.active-language:hover{color:#aaa !important;}.feature-box:hover:not(.standard-icon-box):not(.alternative) i,#main-wrapper .hb-bag-buttons a:hover,#main-wrapper .hb-dropdown-box .hb-bag-buttons a:hover,#main-wrapper .social-icons.dark li a:hover i,#main-wrapper #footer .social-icons.dark li a i,#footer.dark-style ul.social-icons.light li a:hover,#main-wrapper .hb-single-next-prev a:hover{color:#FFF !important;}.nav-type-1 #header-inner-bg,.nav-type-1 .highend-sticky-placeholder{height:80px !important;line-height:80px !important;}.highend-sticky-header #header-inner.nav-type-1 #header-inner-bg,.highend-sticky-header #header-inner.nav-type-1 .highend-sticky-placeholder{height:60px !important;line-height:60px !important;}#scrolldown{color:black;}#footer.dark-style .widget-item .feedback-holder input[type=text]:focus{color:#000;}#footer.dark-style .widget-item .feedback-holder textarea:focus{color:#000;}.frm-star-group .star-rating,.frm-star-group input + label{height:25px !important;text-indent:0;padding-left:5px;}[id^="pricing-"].hb-modal-window .vc_general.vc_tta #channel-manager-tab .vc_custom_1517382661975,[id^="pricing-"].hb-modal-window .vc_general.vc_tta #booking-engine-tab .vc_custom_1517382661975{display:flex;flex-wrap:wrap;}[id^="pricing-"].hb-modal-window .vc_general.vc_tta #channel-manager-tab .vc_custom_1517382661975 .wpb_column,[id^="pricing-"].hb-modal-window .vc_general.vc_tta #booking-engine-tab .vc_custom_1517382661975 .wpb_column{margin-bottom:40px;}[id^="pricing-"].hb-modal-window .vc_general.vc_tta #channel-manager-tab .pricing-modal-subtitle,[id^="pricing-"].hb-modal-window .vc_general.vc_tta #booking-engine-tab .pricing-modal-subtitle{margin-top:0;}.signup-alternate{margin-bottom:10px;}.signup-alternate .vc_btn3{background-color:#10c9a3 !important;color:#fff !important;font-size:1.05em !important;padding:10px 5px !important;font-size:13px !important;}.signup-alternate .vc_btn3:hover{background-color:transparent !important;color:#10c9a3 !important;}@media (max-width:767px){[id^="pricing-"].hb-modal-window .vc_general.vc_tta #channel-manager-tab .vc_custom_1517382661975 .wpb_column,[id^="pricing-"].hb-modal-window .vc_general.vc_tta #booking-engine-tab .vc_custom_1517382661975 .wpb_column{margin-bottom:10px;}}.footer-mobile-view,.display-none{display:none !important;}.hdrfnt{font-size:18px;}.test{background:#000;}#to-top{bottom:74px;}.signup-alternate .vc_btn3{background-color:transparent!important;color:#10C8A2 !important;}.signup-alternate .vc_btn3:hover{background-color:#10C8A2 !important;color:#fff !important}.pricing-block .hb-button:hover{background-color:transparent !important;}.pricing-block .hb-button{color:#10C8A2 !important;background:transparent !important;}.pricing-block > .wpb_wrapper{padding :40px 40px 20px !important;}.wid100{width:100%;}.subsi{display:-moz-box;display:flex;flex-wrap:wrap;}.subsci span.Your-Email{width:60%;}.subsci span.Your-Email input{width:60%;}.subsci .wpcf7-submit{width:40%;padding:10px 10px 10px !important;margin:0;text-transform:capitalize;margin-top:-6px;}.hb-button,input[type=submit],.woocommerce-MyAccount-content input.button{background-color:#10c9a3 !important;box-shadow:none !important;}input[type=email]{color:#444444 !important;}.subsci input[type=email]{color:#fff !important;}div.wpcf7 .ajax-loader{display:none !important;}.hb-button:hover,.woocommerce-MyAccount-content input.button:hover,a.read-more:hover,input[type=submit]:hover{background-color:#10c9a3 !important;-webkit-box-shadow:none !important;box-shadow:none !important;}span.wpcf7-not-valid-tip{background-color:#fbedec;padding:10px;text-align:left;display:none;} .news-and-media-testi section.vc_section{padding-top:80px !important;padding-bottom:90px !important;background-color:#2f2f2f !important;}.news-and-media-testi .hb-testimonial{background:#2f2f2f;border-color:#2f2f2f;color:#fff;font-size:1.5em;line-height:1.4;margin-bottom:10px;text-align:center;}.news-and-media-testi .hb-testimonial:after{display:none;}.news-and-media-testi h5.testimonial-author-name{color:#fff;font-size:14px;}.news-and-media-testi .ar-testi img.testimonial-author-img{display:none;}.news-and-media-testi .testimonial-author{text-align:center;padding-top:15px;}.ar-testi .testimonial-author:before{content:"";width:250px;height:1px;background:#fff;position:absolute;top:-10px;left:33%;}.single-post #main-content div#frm_show_form-2{border-top-width:5px !important;border-right-width:5px !important;border-bottom-width:5px !important;border-left-width:5px !important;padding-top:30px !important;padding-right:30px !important;padding-bottom:0 !important;padding-left:30px !important;border-left-color:#10c9a3 !important;border-left-style:solid !important;border-right-color:#10c9a3 !important;border-right-style:solid !important;border-top-color:#10c9a3 !important;border-top-style:solid !important;border-bottom-color:#10c9a3 !important;border-bottom-style:solid !important;}.frm_form_widget{text-align:center !important;}.grid-post .vc_gitem-animated-block{width:25%;float:left;}.grid-post .vc_gitem-zone{width:75%;float:left;background-color:#fff !important;padding-left:10px;}.grid-post .vc_gitem-animated-block .vc_gitem-zone{width:100%;margin-top:15px;}.main-navigation .cus-menu-btn > a > span{background-color:#353b63;padding:8px 10px !important;-moz-border-radius:4px;border-radius:4px;-moz-box-shadow:0 1px 10px rgba(0,0,0,0.3);box-shadow:0 1px 10px rgb(0 0 0 / 30%);color:#fff;}ul.resource-footer-submenu{display:none;}.resource-footer-mainmenu:hover ul.resource-footer-submenu{display:block;position:absolute;right:28%;top:0;}li.resource-footer-mainmenu{position:relative;}a#tpbr_calltoaction{background:#1abc9c !important;}div#tpbr_box{padding:10px !important;} @media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2){.ar-testi .testimonial-author:before{content:"";width:150px;height:1px;background:#fff;position:absolute;top:-10px;left:33%;}.noormob{display:none !important;}.grid-post .vc_gitem-animated-block{width:100%;}.grid-post .vc_gitem-zone{width:100%;padding-left:0;}} @media only screen and (min-device-width :768px) and (max-device-width :1024px){.resource-footer-mainmenu:hover ul.resource-footer-submenu{display:block;position:absolute;right:0;top:0;}}@media (max-width:767px){.noormob{display:none !important;}.hdrfnt{display:none !important;}}.tablist .wpb_wrapper li{list-style:disc !important;}.hotel-solutions .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a{border-color:#FFF!important;}#main-content .hotel-solutions ul li{padding:0 3px 0 0;}.buildlist ul li{font-size:16px;font-weight:400;line-height:37px;}.iconboxlist .shortcode-wrapper .content-box div{height:120px;max-height:120px;}.vc_column-inner.vc_custom_1728988500498{border-radius:20px !important;}.vc_column-inner.vc_custom_1728988490218{border-radius:20px;}.brrd{border-radius:20px !important;}.vc_column-inner.vc_custom_1728990977286{border-radius:20px !important;}div#tpbr_topbar{display:none !important;}h4.vc_tta-panel-title.vc_tta-controls-icon-position-left{padding:10px 0 10px 0;} .wpb_single_image .vc_single_image-wrapper.vc_box_rounded,.wpb_single_image .vc_single_image-wrapper.vc_box_rounded img{border-radius:20px;box-shadow:none;}.new-home-banner{margin-top:30px;padding-top:30px;padding-bottom:30px;}.new-ser-bannerss{margin-top:30px;padding-top:40px;}.ptpb{padding:65px 0 30px 0;}.ar-home-faqs{margin:80px 0 80px 0;}.p-64{padding:64px 0 64px 0;}.mp-64{margin-top:30px;padding:64px 0 64px 0;}.pt{padding-top:64px;}.pt-128{padding:128px 0 64px 0;}.p-80{padding-top:80px;}@media only screen and (max-width:768px){.new-ser-bannerss{margin-top:0 !important;margin-bottom:0 !important;padding-top:10px !important;}.ptpb{padding:15px 0 10px 0;}.ar-home-faqs{margin:10px 0 10px 0;}.pt{padding-top:20px;}.new-home-banner{margin-top:0;padding-top:30px;padding-bottom:30px;}.p-64{padding:10px 0 10px 0;}.mp-64{margin-top:0;padding:14px 0 14px 0;}.mob_none{display:none;}.pt-128{padding:28px 0 14px 0;}.p-80{padding-top:40px;}}div#frm_field_319_container{width:100%;}div#frm_field_320_container{width:100%;}div#frm_field_321_container{width:100%;}div#frm_field_322_container{width:100%;}tr.row-62 td{background-color:#FFF !important;color:#fff;font-weight:400;}tr.row-64 td{background-color:#353b63 !important;color:#fff !important;font-weight:400;}tr.row-53 td{color:#FFF !important;}.iconimg{margin-right:30px;float:left;}.int_title{font-size:20px;line-height:28px;font-weight:400;}.int_title strong{font-size:32px;line-height:40px;font-weight:700;color:#2e526b;}.about-us-section{text-align:center;padding:100px 20px;background:#e9f7f4;position:relative;}.about-us-section::after{content:'';position:absolute;bottom:0;left:0;height:150px;width:100%;background:white;border-top-left-radius:100px;border-top-right-radius:100px;}.iconimg img{margin-left:-35%;}.feature-box .hb-small-break{margin:16px auto;width:40px;display:none;}.feature-box:not(.alternative) .hb-icon-wrapper{height:50px !important;}.pb-0{padding:0;}.toprd{border-radius:10px 10px 0 0 !important;}.btmrd{border-radius:0 0 10px 10px !important;}.leavingbtn a{color:#2E526B;font-weight:40px;line-height:40px;}i.vc_icon_element-icon.fa.fa-solid.fa-circle-arrow-right{color:#1BB092;font-size:18px;line-height:20px;padding:5px;}#main-content ul li{list-style-type:circle;line-height:30px;font-size:16px;padding-bottom:5px;color:#575757;}#main-content ul li::marker{color:green;}.startbtn a{color:#FFF;}i.vc_icon_element-icon.fa.fa-solid.fa-arrow-right{font-size:20px;padding:5px;}.readyrd{border-radius:0 0 30px 30px !important}.featurestitle .feature-box-content h4{font-size:24px;line-height:35px;margin-top:20px;color:#2E526B;font-weight:700;}ul.key-fetures li{padding:15px 0 15px 0;}.register a{padding:0 10px;font-size:17px;line-height:30px;}.loginbtn a{color:#2E526BB2;padding:15px;width:123px;background:#FFF;}.vc_active{background:#FFF;}a.morequestion{border:1px solid #2E526B;border-radius:30px;padding:15px 16px;font-size:15px;line-height:20px;font-weight:700;color:#2E526B;}a.contactus{padding:10px 0 0 50px;font-size:15px;line-height:30px;color:#2E526B;font-weight:600;text-decoration:underline;}.profilebox{padding:24px;background:linear-gradient(180deg,#FFFFFF 0,#E4F7F3 100%);border:1px solid #DADADA;border-radius:15px;}.profilebox h4{margin-top:50px;font-size:40px !important;font-weight:600;line-height:57px !important;color:#010205;}.profilebox p{font-size:15px !important;line-height:20px;color:#333333;font-weight:500 !important;}.cta-btn{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:20px;}a.request-demo{background:#261447;padding:11px 35px;color:#FFF;border-radius:7px;float:left;display:inline;font-size:14px;font-weight:600;line-height:30px;}a.startfreetrial{float:left;display:inline;font-size:15px;text-decoration:underline;padding:15px 40px;color:#2E526BB2;}.msfont p{font-size:16px;line-height:34px;font-weight:500;color:#575757;}.contactinfo p{font-size:16px;line-height:31px;font-weight:700;color:#575757;}.contactbox{box-shadow:0 4px 86px rgba(0,0,0,0.1);padding:10px 0 39px 0;border-radius:30px;}.faqh h4 a span{color:#0B141F; padding:34px 0;font-size:17px;font-weight:600;line-height:40px;}.vc_grid-item.vc_clearfix.vc_col-sm-3.vc_visible-item.fadeIn.animated{  }.vc_grid-item.vc_clearfix.vc_col-sm-4.vc_visible-item.fadeIn.animated{  }body{background-size:52% !important;}input[type=email],input[type=text],input[type=tel],input[type=password],input[type=number],input[type=url],input[type=search],input[type=checkbox],input[type=radio]{height:50px !important;border-radius:5px !important;}.joinpara p{color:#FFF;font-size:16px;line-height:30px;font-weight:400;}.chanalbox h4{text-align:justify;text-align:center;}.chanalbox p{text-align:justify;text-align:center;max-height:300px;height:99px;}.highend_683e9099d1724{background-color:unset !important;}.vc_custom_1748931102114{background-color:unset !important;}@media screen and (min-width:769px){.hide-on-desktop{display:none !important;}}.footerlist{padding:0 0 0 0 !important;}.whatsnewheading{padding:0 50px;}.whatsnew{padding:0 120px 0 120px;}.contbtn{display:flex;}.vc_col-has-fill>.vc_column-inner,.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,.vc_section.vc_section-has-fill,.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,.vc_section.vc_section-has-fill+.vc_section{padding-top:0 !important;}.light-menu-dropdown #main-nav ul.sub-menu,.light-menu-dropdown #request-menu ul.sub-menu{margin-top:10px;}#main-content ol ul,#main-content ul ul li{list-style-type:disc;font-size:13px;color:#222;}#hb-page-title.extra-large-padding{margin-top:2px;}.hb-page-title{margin-top:-6%;position:relative;display:block;}.breadcrumbs-wrapper{left:3%;right:0;}.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#fff;--even-text-color:var(--text-color);--even-bg-color:#f9f9f9;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:border-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>:where(thead)+tbody>:where(:not(.child))>*,.tablepress>tbody>*~:where(:not(.child))>*,.tablepress>tfoot>:where(:first-child)>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>tr>*{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr:has(+.child:hover)>*,.tablepress>.row-hover>tr:hover+:where(.child)>*,.tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dt-scroll{width:100%}.dt-scroll .tablepress{width:100%!important}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}div.dt-scroll-body>table.dataTable>thead>tr>td,div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color);--head-sort-arrow-color:var(--head-active-text-color)}.tablepress thead th:active{outline:none}.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:before{bottom:50%;content:"\25b2"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"\25bc"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{color:var(--head-sort-arrow-color);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif!important;font-size:14px;height:24px;line-height:12px;position:relative;width:12px}.tablepress thead .dt-orderable-asc .dt-column-order:after,.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-orderable-desc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:after,.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:before{opacity:.2}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc{cursor:pointer;outline-offset:-2px}.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after{opacity:.8}.tablepress tfoot>tr>* .dt-column-footer,.tablepress tfoot>tr>* .dt-column-header,.tablepress thead>tr>* .dt-column-footer,.tablepress thead>tr>* .dt-column-header{align-items:center;display:flex;gap:4px;justify-content:space-between}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title,.tablepress tfoot>tr>* .dt-column-header .dt-column-title,.tablepress thead>tr>* .dt-column-footer .dt-column-title,.tablepress thead>tr>* .dt-column-header .dt-column-title{flex-grow:1}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title:empty,.tablepress tfoot>tr>* .dt-column-header .dt-column-title:empty,.tablepress thead>tr>* .dt-column-footer .dt-column-title:empty,.tablepress thead>tr>* .dt-column-header .dt-column-title:empty{display:none}.tablepress:where(.auto-type-alignment) .dt-right,.tablepress:where(.auto-type-alignment) .dt-type-date,.tablepress:where(.auto-type-alignment) .dt-type-numeric{text-align:right}.tablepress:where(.auto-type-alignment) .dt-right .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-right .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-header{flex-direction:row-reverse}.dt-container{clear:both;margin-bottom:1rem;position:relative}.dt-container .tablepress{margin-bottom:0}.dt-container .tablepress tfoot:empty{display:none}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container .dt-input,.dt-container label{display:inline;width:auto}.dt-container .dt-input{font-size:inherit;padding:5px}.dt-container .dt-length,.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}
tr.row-53 td{background-color:#353b63!important;color:#fff;font-weight:700}