.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.wp-bottom-menu{
display: none;
background: var(--wpbottommenu-bgcolor);
width: 100%;
position: fixed;
bottom: 0;
left: 0;
justify-content: space-around;
padding: var(--wpbottommenu-wrapper-padding);
box-shadow: 0 -5px 10px rgba(0,0,0, 0.1);
z-index: var(--wpbottommenu-zindex);
transition: all 200ms;
}
.wp-bottom-menu-item{
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: auto;
flex: 1;
font-size: var(--wpbottommenu-font-size);
text-decoration: none;
color: var(--wpbottommenu-text-color);
cursor: pointer;
user-select: none;
text-decoration: none!important;
transition: color 200ms;
}
.wp-bottom-menu-item:hover,
.wp-bottom-menu-item.active,
.wp-bottom-menu.sf-active .wp-bottom-menu-item.wp-bottom-menu-search-form-trigger{
color: var(--wpbottommenu-h-text-color);
}
.wp-bottom-menu-item span{
margin-top: 5px;
color: inherit;
}
.wp-bottom-menu-item i{
font-size: var(--wpbottommenu-icon-size);
color: var(--wpbottommenu-icon-color);
font-family: FontAwesome;
transition: color 200ms;
}
.wp-bottom-menu-item:hover i,
.wp-bottom-menu-item.active i,
.wp-bottom-menu.sf-active .wp-bottom-menu-item.wp-bottom-menu-search-form-trigger i{
color: var(--wpbottommenu-h-icon-color);
}
.wp-bottom-menu-item svg{
fill: var(--wpbottommenu-icon-color);
width: var(--wpbottommenu-icon-size);
height: var(--wpbottommenu-icon-size);
}
.wp-bottom-menu-item:hover svg,
.wp-bottom-menu-item.active svg{
fill: var(--wpbottommenu-h-icon-color);
}
.wp-bottom-menu-icon-wrapper{
position: relative;
line-height: 0;
}
.wp-bottom-menu-cart-count{
position: absolute;
box-sizing: content-box;
top: -5px;
left: 50%;
width: calc(var(--wpbottommenu-icon-size) * .75);
height: calc(var(--wpbottommenu-icon-size) * .75);
font-size: calc(var(--wpbottommenu-icon-size) * .5);
line-height: calc(var(--wpbottommenu-icon-size) * .75);
border: 2px solid var(--wpbottommenu-bgcolor);
border-radius: 100%;
text-align: center;
background: var(--wpbottommenu-cart-count-bgcolor);
color: var(--wpbottommenu-bgcolor);
font-weight:bold;
}
.wp-bottom-menu-search-form-wrapper{
display: none;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background: var(--wpbottommenu-bgcolor);
padding: 10px;
transition: all 200ms;
transform: translateY(100%);
box-sizing: border-box;
}
.wp-bottom-menu-search-form-wrapper form{
position: relative;
}
.wp-bottom-menu-search-form input[type="search"]{
border: 1px solid #eee;
border-radius: 8px;
width: 100%;
font-size: 16px;
height: 40px;
padding-left: 50px;
padding-right: 30px;
}
.wp-bottom-menu-search-form input[type="search"]::-webkit-search-decoration,
.wp-bottom-menu-search-form input[type="search"]::-webkit-search-cancel-button,
.wp-bottom-menu-search-form input[type="search"]::-webkit-search-results-button,
.wp-bottom-menu-search-form input[type="search"]::-webkit-search-results-decoration {
display: none;
}
.wp-bottom-menu-search-form i,
.wp-bottom-menu-search-form svg{
position: absolute;
top: 50%;
left: 30px;
transform: translate(-50%,-50%);
} .wp-bottom-menu-search-form-wrapper.sf-active{
z-index: calc(var(--wpbottommenu-zindex) - 1);
box-shadow: 0 -5px 10px rgba(0,0,0, 0.1);
transform: translateY(0);
}
.wp-bottom-menu.sf-active{
box-shadow: none;
} .wp-bottom-menu-nav-wrapper{
display: none;
width: 100%;
height: 100%;
z-index: calc(var(--wpbottommenu-zindex) + 2 );
position: fixed;
left: 0;
top: 0;
background: var(--wpbottommenu-bgcolor);
color: var(--wpbottommenu-text-color);
}
.wp-bottom-menu-nav-wrapper.active{
display: grid;
place-items: center;
text-align: center;
}
.wpbm-nav-items{
position: relative;
list-style-type: none;
margin: 0;
padding: 1em;
}
.wpbm-nav-items li:not(:last-child){
margin-bottom: 1em;
}
.wpbm-nav-items li a{
color: inherit;
}
.wpbm-nav-items li.current-menu-item a,
.wpbm-nav-items li a:hover{
color: var(--wpbottommenu-h-text-color);
}
.wpbm-nav-close{
position: absolute;
right: 10%;
top: 10%;
font-size: var(--wpbottommenu-icon-size);
color: inherit;
cursor: pointer;
}.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-duotone,.fa-light,.fa-regular,.fa-solid,.fa-thin,.fab,.fad,.fal,.far,.fas,.fat{-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}.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:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.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-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-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,0);animation-delay:var(--fa-animation-delay,0);-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(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-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(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-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)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-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(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-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-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-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-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-beat-fade,.fa-bounce,.fa-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;transition-delay: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) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.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%,to{opacity:var(--fa-beat-fade-opacity,.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%,to{-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%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.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:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-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-a:before{content:"\41"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.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-anchor:before{content:"\f13d"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-anchor-lock:before{content:"\e4ad"}.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-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-ankh:before{content:"\f644"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-archway:before{content:"\f557"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-arrow-trend-down:before{content:"\e097"}.fa-arrow-trend-up:before{content:"\e098"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-arrows-spin:before{content:"\e4bb"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-asterisk:before{content:"\2a"}.fa-at:before{content:"\40"}.fa-atom:before{content:"\f5d2"}.fa-audio-description:before{content:"\f29e"}.fa-austral-sign:before{content:"\e0a9"}.fa-award:before{content:"\f559"}.fa-b:before{content:"\42"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-backward:before{content:"\f04a"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-bahai:before{content:"\f666"}.fa-baht-sign:before{content:"\e0ac"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-barcode:before{content:"\f02a"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-bell:before{content:"\f0f3"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bicycle:before{content:"\f206"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blog:before{content:"\f781"}.fa-bold:before{content:"\f032"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-book-bookmark:before{content:"\e0bb"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-bookmark:before{content:"\f02e"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-bore-hole:before{content:"\e4c3"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-bottle-water:before{content:"\e4c5"}.fa-bowl-food:before{content:"\e4c6"}.fa-bowl-rice:before{content:"\e2eb"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes-packing:before{content:"\e4c7"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-bread-slice:before{content:"\f7ec"}.fa-bridge:before{content:"\e4c8"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-bridge-water:before{content:"\e4ce"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broom:before{content:"\f51a"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-brush:before{content:"\f55d"}.fa-bucket:before{content:"\e4cf"}.fa-bug:before{content:"\f188"}.fa-bug-slash:before{content:"\e490"}.fa-bugs:before{content:"\e4d0"}.fa-building:before{content:"\f1ad"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-building-circle-check:before{content:"\e4d2"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-building-flag:before{content:"\e4d5"}.fa-building-lock:before{content:"\e4d6"}.fa-building-ngo:before{content:"\e4d7"}.fa-building-shield:before{content:"\e4d8"}.fa-building-un:before{content:"\e4d9"}.fa-building-user:before{content:"\e4da"}.fa-building-wheat:before{content:"\e4db"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-burst:before{content:"\e4dc"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-c:before{content:"\43"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-week:before{content:"\f784"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-camera-rotate:before{content:"\e0d8"}.fa-campground:before{content:"\f6bb"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-car-on:before{content:"\e4dd"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-car-side:before{content:"\f5e4"}.fa-car-tunnel:before{content:"\e4de"}.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-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-cart-plus:before{content:"\f217"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cedi-sign:before{content:"\e0df"}.fa-cent-sign:before{content:"\e3f5"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-charging-station:before{content:"\f5e7"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-chart-column:before{content:"\e0e3"}.fa-chart-gantt:before{content:"\e0e4"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-chart-simple:before{content:"\e473"}.fa-check:before{content:"\f00c"}.fa-check-double:before{content:"\f560"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.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-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-child-dress:before{content:"\e59c"}.fa-child-reaching:before{content:"\e59d"}.fa-child-rifle:before{content:"\e4e0"}.fa-children:before{content:"\e4e1"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-circle-nodes:before{content:"\e4e2"}.fa-circle-notch:before{content:"\f1ce"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-city:before{content:"\f64f"}.fa-clapperboard:before{content:"\e131"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clipboard-question:before{content:"\e4e3"}.fa-clipboard-user:before{content:"\f7f3"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.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-showers-water:before{content:"\e4e4"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-clover:before{content:"\e139"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-compare:before{content:"\e13a"}.fa-code-fork:before{content:"\e13b"}.fa-code-merge:before{content:"\f387"}.fa-code-pull-request:before{content:"\e13c"}.fa-coins:before{content:"\f51e"}.fa-colon-sign:before{content:"\e140"}.fa-comment:before{content:"\f075"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-compress:before{content:"\f066"}.fa-computer:before{content:"\e4e5"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cow:before{content:"\f6c8"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before,.fa-crop-simple: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-cruzeiro-sign:before{content:"\e152"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-d:before{content:"\44"}.fa-database:before{content:"\f1c0"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-democrat:before{content:"\f747"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-dharmachakra:before{content:"\f655"}.fa-diagram-next:before{content:"\e476"}.fa-diagram-predecessor:before{content:"\e477"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-diagram-successor:before{content:"\e47a"}.fa-diamond:before{content:"\f219"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.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-disease:before{content:"\f7fa"}.fa-display:before{content:"\e163"}.fa-divide:before{content:"\f529"}.fa-dna:before{content:"\f471"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-dong-sign:before{content:"\e169"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dove:before{content:"\f4ba"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-download:before{content:"\f019"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-e:before{content:"\45"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elevator:before{content:"\e16d"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-equals:before{content:"\3d"}.fa-eraser:before{content:"\f12d"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-exclamation:before{content:"\21"}.fa-expand:before{content:"\f065"}.fa-explosion:before{content:"\e4e9"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-eye-slash:before{content:"\f070"}.fa-f:before{content:"\46"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-fan:before{content:"\f863"}.fa-faucet:before{content:"\e005"}.fa-faucet-drip:before{content:"\e006"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-ferry:before{content:"\e4ea"}.fa-file:before{content:"\f15b"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-file-audio:before{content:"\f1c7"}.fa-file-circle-check:before{content:"\e493"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-file-circle-plus:before{content:"\e4ee"}.fa-file-circle-question:before{content:"\e4ef"}.fa-file-circle-xmark:before{content:"\e494"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-excel:before{content:"\f1c3"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-file-medical:before{content:"\f477"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-shield:before{content:"\e4f0"}.fa-file-signature:before{content:"\f573"}.fa-file-video:before{content:"\f1c8"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-file-word:before{content:"\f1c2"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-burner:before{content:"\e4f1"}.fa-fire-extinguisher:before{content:"\f134"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-fish:before{content:"\f578"}.fa-fish-fins:before{content:"\e4f2"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flask-vial:before{content:"\e4f3"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-florin-sign:before{content:"\e184"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-folder-closed:before{content:"\e185"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-folder-tree:before{content:"\f802"}.fa-font:before{content:"\f031"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-franc-sign:before{content:"\e18f"}.fa-frog:before{content:"\f52e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-g:before{content:"\47"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-glass-water:before{content:"\e4f4"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-glasses:before{content:"\f530"}.fa-globe:before{content:"\f0ac"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-greater-than:before{content:"\3e"}.fa-greater-than-equal:before{content:"\f532"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-guarani-sign:before{content:"\e19a"}.fa-guitar:before{content:"\f7a6"}.fa-gun:before{content:"\e19b"}.fa-h:before{content:"\48"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.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-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-handcuffs:before{content:"\e4f8"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-hands-bound:before{content:"\e4f9"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-hands-clapping:before{content:"\e1a8"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-handshake:before{content:"\f2b5"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-hashtag:before{content:"\23"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.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-header:before,.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-heart-circle-plus:before{content:"\e500"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-helicopter-symbol:before{content:"\e502"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-helmet-un:before{content:"\e503"}.fa-highlighter:before{content:"\f591"}.fa-hill-avalanche:before{content:"\e507"}.fa-hill-rockslide:before{content:"\e508"}.fa-hippo:before{content:"\f6ed"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hourglass-2:before,.fa-hourglass-half:before,.fa-hourglass:before{content:"\f254"}.fa-hourglass-empty:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-house-chimney-user:before{content:"\e065"}.fa-house-chimney-window:before{content:"\e00d"}.fa-house-circle-check:before{content:"\e509"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-house-crack:before{content:"\e3b1"}.fa-house-fire:before{content:"\e50c"}.fa-house-flag:before{content:"\e50d"}.fa-house-flood-water:before{content:"\e50e"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-house-lock:before{content:"\e510"}.fa-house-medical:before{content:"\e3b2"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-house-medical-flag:before{content:"\e514"}.fa-house-signal:before{content:"\e012"}.fa-house-tsunami:before{content:"\e515"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-hurricane:before{content:"\f751"}.fa-i:before{content:"\49"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-images:before{content:"\f302"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-italic:before{content:"\f033"}.fa-j:before{content:"\4a"}.fa-jar:before{content:"\e516"}.fa-jar-wheat:before{content:"\e517"}.fa-jedi:before{content:"\f669"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-jet-fighter-up:before{content:"\e518"}.fa-joint:before{content:"\f595"}.fa-jug-detergent:before{content:"\e519"}.fa-k:before{content:"\4b"}.fa-kaaba:before{content:"\f66b"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fa-khanda:before{content:"\f66d"}.fa-kip-sign:before{content:"\e1c4"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-kitchen-set:before{content:"\e51a"}.fa-kiwi-bird:before{content:"\f535"}.fa-l:before{content:"\4c"}.fa-land-mine-on:before{content:"\e51b"}.fa-landmark:before{content:"\f66f"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-landmark-flag:before{content:"\e51c"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-file:before{content:"\e51d"}.fa-laptop-medical:before{content:"\f812"}.fa-lari-sign:before{content:"\e1c8"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-lemon:before{content:"\f094"}.fa-less-than:before{content:"\3c"}.fa-less-than-equal:before{content:"\f537"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-lines-leaning:before{content:"\e51e"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-lira-sign:before{content:"\f195"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-location-arrow:before{content:"\f124"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-location-pin-lock:before{content:"\e51f"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-locust:before{content:"\e520"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-m:before{content:"\4d"}.fa-magnet:before{content:"\f076"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-manat-sign:before{content:"\e1d5"}.fa-map:before{content:"\f279"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-pin:before{content:"\f276"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-and-venus:before{content:"\f224"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-mask:before{content:"\f6fa"}.fa-mask-face:before{content:"\e1d7"}.fa-mask-ventilator:before{content:"\e524"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-mattress-pillow:before{content:"\e525"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-medal:before{content:"\f5a2"}.fa-memory:before{content:"\f538"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-mill-sign:before{content:"\e1ed"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-mitten:before{content:"\f7b5"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-mobile-button:before{content:"\f10b"}.fa-mobile-retro:before{content:"\e527"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-money-bills:before{content:"\e1f3"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before,.fa-money-check-dollar: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-mosquito:before{content:"\e52b"}.fa-mosquito-net:before{content:"\e52c"}.fa-motorcycle:before{content:"\f21c"}.fa-mound:before{content:"\e52d"}.fa-mountain:before{content:"\f6fc"}.fa-mountain-city:before{content:"\e52e"}.fa-mountain-sun:before{content:"\e52f"}.fa-mug-hot:before{content:"\f7b6"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-music:before{content:"\f001"}.fa-n:before{content:"\4e"}.fa-naira-sign:before{content:"\e1f6"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-not-equal:before{content:"\f53e"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-notes-medical:before{content:"\f481"}.fa-o:before{content:"\4f"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-oil-can:before{content:"\f613"}.fa-oil-well:before{content:"\e532"}.fa-om:before{content:"\f679"}.fa-otter:before{content:"\f700"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-p:before{content:"\50"}.fa-pager:before{content:"\f815"}.fa-paint-roller:before{content:"\f5aa"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-palette:before{content:"\f53f"}.fa-pallet:before{content:"\f482"}.fa-panorama:before{content:"\e209"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-passport:before{content:"\f5ab"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-pause:before{content:"\f04c"}.fa-paw:before{content:"\f1b0"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-people-group:before{content:"\e533"}.fa-people-line:before{content:"\e534"}.fa-people-pulling:before{content:"\e535"}.fa-people-robbery:before{content:"\e536"}.fa-people-roof:before{content:"\e537"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-person-booth:before{content:"\f756"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-person-burst:before{content:"\e53b"}.fa-person-cane:before{content:"\e53c"}.fa-person-chalkboard:before{content:"\e53d"}.fa-person-circle-check:before{content:"\e53e"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-person-circle-minus:before{content:"\e540"}.fa-person-circle-plus:before{content:"\e541"}.fa-person-circle-question:before{content:"\e542"}.fa-person-circle-xmark:before{content:"\e543"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-person-dress-burst:before{content:"\e544"}.fa-person-drowning:before{content:"\e545"}.fa-person-falling:before{content:"\e546"}.fa-person-falling-burst:before{content:"\e547"}.fa-person-half-dress:before{content:"\e548"}.fa-person-harassing:before{content:"\e549"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-person-military-pointing:before{content:"\e54a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-person-military-to-person:before{content:"\e54c"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-person-pregnant:before{content:"\e31e"}.fa-person-rays:before{content:"\e54d"}.fa-person-rifle:before{content:"\e54e"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-person-shelter:before{content:"\e54f"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-person-through-window:before{content:"\e433"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-person-walking-luggage:before{content:"\e554"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-peseta-sign:before{content:"\e221"}.fa-peso-sign:before{content:"\e222"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.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-circle-check:before{content:"\e555"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-lock:before{content:"\e558"}.fa-plane-slash:before{content:"\e069"}.fa-plane-up:before{content:"\e22d"}.fa-plant-wilt:before{content:"\e43b"}.fa-plate-wheat:before{content:"\e55a"}.fa-play:before{content:"\f04b"}.fa-plug:before{content:"\f1e6"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-plug-circle-check:before{content:"\e55c"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-plus-minus:before{content:"\e43c"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-power-off:before{content:"\f011"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-puzzle-piece:before{content:"\f12e"}.fa-q:before{content:"\51"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\3f"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-r:before{content:"\52"}.fa-radiation:before{content:"\f7b9"}.fa-radio:before{content:"\f8d7"}.fa-rainbow:before{content:"\f75b"}.fa-ranking-star:before{content:"\e561"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-recycle:before{content:"\f1b8"}.fa-registered:before{content:"\f25d"}.fa-repeat:before{content:"\f363"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-republican:before{content:"\f75e"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-ribbon:before{content:"\f4d6"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-road-barrier:before{content:"\e562"}.fa-road-bridge:before{content:"\e563"}.fa-road-circle-check:before{content:"\e564"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-road-circle-xmark:before{content:"\e566"}.fa-road-lock:before{content:"\e567"}.fa-road-spikes:before{content:"\e568"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-route:before{content:"\f4d7"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-rug:before{content:"\e569"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-rupiah-sign:before{content:"\e23d"}.fa-s:before{content:"\53"}.fa-sack-dollar:before{content:"\f81d"}.fa-sack-xmark:before{content:"\e56a"}.fa-sailboat:before{content:"\e445"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-school:before{content:"\f549"}.fa-school-circle-check:before{content:"\e56b"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-school-flag:before{content:"\e56e"}.fa-school-lock:before{content:"\e56f"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-screwdriver:before{content:"\f54a"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-scroll:before{content:"\f70e"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-sd-card:before{content:"\f7c2"}.fa-section:before{content:"\e447"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-server:before{content:"\f233"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-sheet-plastic:before{content:"\e571"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-shield-cat:before{content:"\e572"}.fa-shield-dog:before{content:"\e573"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-shield-heart:before{content:"\e574"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-shoe-prints:before{content:"\f54b"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-shop-lock:before{content:"\e4a5"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-shower:before{content:"\f2cc"}.fa-shrimp:before{content:"\e448"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-sim-card:before{content:"\f7c4"}.fa-sink:before{content:"\e06d"}.fa-sitemap:before{content:"\f0e8"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.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,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-spa:before{content:"\f5bb"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-spray-can:before{content:"\f5bd"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-square:before{content:"\f0c8"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-square-full:before{content:"\f45c"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-square-nfi:before{content:"\e576"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-square-person-confined:before{content:"\e577"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-square-virus:before{content:"\e578"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-stairs:before{content:"\e289"}.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,.fa-star-half-stroke:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-stethoscope:before{content:"\f0f1"}.fa-stop:before{content:"\f04d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-slash:before{content:"\e071"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stroopwafel:before{content:"\f551"}.fa-subscript:before{content:"\f12c"}.fa-suitcase:before{content:"\f0f2"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-superscript:before{content:"\f12b"}.fa-swatchbook:before{content:"\f5c3"}.fa-synagogue:before{content:"\f69b"}.fa-syringe:before{content:"\f48e"}.fa-t:before{content:"\54"}.fa-table:before{content:"\f0ce"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-tablet-button:before{content:"\f10a"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tarp:before{content:"\e57b"}.fa-tarp-droplet:before{content:"\e57c"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-tent:before{content:"\e57d"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tent-arrows-down:before{content:"\e581"}.fa-tents:before{content:"\e582"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-text-width:before{content:"\f035"}.fa-thermometer:before{content:"\f491"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-timeline:before{content:"\e29c"}.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-toilet-portable:before{content:"\e583"}.fa-toilets-portable:before{content:"\e584"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-torii-gate:before{content:"\f6a1"}.fa-tornado:before{content:"\f76f"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-tower-cell:before{content:"\e585"}.fa-tower-observation:before{content:"\e586"}.fa-tractor:before{content:"\f722"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-train-tram:before,.fa-tram:before{content:"\f7da"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-tree-city:before{content:"\e587"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-trophy:before{content:"\f091"}.fa-trowel:before{content:"\e589"}.fa-trowel-bricks:before{content:"\e58a"}.fa-truck:before{content:"\f0d1"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-truck-droplet:before{content:"\e58c"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-truck-field:before{content:"\e58d"}.fa-truck-field-un:before{content:"\e58e"}.fa-truck-front:before{content:"\e2b7"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-truck-plane:before{content:"\e58f"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-u:before{content:"\55"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-universal-access:before{content:"\f29a"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-upload:before{content:"\f093"}.fa-user:before{content:"\f007"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-clock:before{content:"\f4fd"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-user-graduate:before{content:"\f501"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-user-injured:before{content:"\f728"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-user-lock:before{content:"\f502"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.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,.fa-user-xmark:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-between-lines:before{content:"\e591"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-users-line:before{content:"\e592"}.fa-users-rays:before{content:"\e593"}.fa-users-rectangle:before{content:"\e594"}.fa-users-slash:before{content:"\e073"}.fa-users-viewfinder:before{content:"\e595"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-v:before{content:"\56"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-vault:before{content:"\e2c5"}.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-vial:before{content:"\f492"}.fa-vial-circle-check:before{content:"\e596"}.fa-vial-virus:before{content:"\e597"}.fa-vials:before{content:"\f493"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-virus:before{content:"\e074"}.fa-virus-covid:before{content:"\e4a8"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-voicemail:before{content:"\f897"}.fa-volcano:before{content:"\f770"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-vr-cardboard:before{content:"\f729"}.fa-w:before{content:"\57"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-wallet:before{content:"\f555"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-wand-sparkles:before{content:"\f72b"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-wave-square:before{content:"\f83e"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-wheelchair:before{content:"\f193"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-wind:before{content:"\f72e"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-worm:before{content:"\e599"}.fa-wrench:before{content:"\f0ad"}.fa-x:before{content:"\58"}.fa-x-ray:before{content:"\f497"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-xmarks-lines:before{content:"\e59a"}.fa-y:before{content:"\59"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-z:before{content:"\5a"}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.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}:host,:root{--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(//thebaohouse.ro/wp-content/plugins/wp-bottom-menu/assets/vendors/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//thebaohouse.ro/wp-content/plugins/wp-bottom-menu/assets/vendors/fontawesome/webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-family:"Font Awesome 6 Brands";font-weight:400}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-alipay:before{content:"\f642"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-amilia:before{content:"\f36d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.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-pay:before{content:"\f415"}.fa-artstation:before{content:"\f77a"}.fa-asymmetrik:before{content:"\f372"}.fa-atlassian:before{content:"\f77b"}.fa-audible:before{content:"\f373"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-bandcamp:before{content:"\f2d5"}.fa-battle-net:before{content:"\f835"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bilibili:before{content:"\e3d9"}.fa-bimobject:before{content:"\f378"}.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-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bootstrap:before{content:"\f836"}.fa-bots:before{content:"\e340"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-buromobelexperte:before{content:"\f37f"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-canadian-maple-leaf:before{content:"\f785"}.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-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cmplid:before{content:"\e360"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cotton-bureau:before{content:"\f89e"}.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-critical-role:before{content:"\f6c9"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.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-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dhl:before{content:"\f790"}.fa-diaspora:before{content:"\f791"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.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-elementor:before{content:"\f430"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-evernote:before{content:"\f839"}.fa-expeditedssl:before{content:"\f23e"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-figma:before{content:"\f799"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-fulcrum:before{content:"\f50b"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.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-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-gofore:before{content:"\f3a7"}.fa-golang:before{content:"\e40f"}.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-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-gulp:before{content:"\f3ae"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hashnode:before{content:"\e499"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-hive:before{content:"\e07f"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hotjar:before{content:"\f3b1"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-ideal:before{content:"\e013"}.fa-imdb:before{content:"\f2d8"}.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-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaggle:before{content:"\f5fa"}.fa-keybase:before{content:"\f4f5"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leanpub:before{content:"\f212"}.fa-less:before{content:"\f41d"}.fa-line:before{content:"\f3c0"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-mailchimp:before{content:"\f59e"}.fa-mandalorian:before{content:"\f50f"}.fa-markdown:before{content:"\f60f"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medapps:before{content:"\f3c6"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-mendeley:before{content:"\f7b3"}.fa-microblog:before{content:"\e01a"}.fa-microsoft:before{content:"\f3ca"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-nfc-directional:before{content:"\e530"}.fa-nfc-symbol:before{content:"\e531"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-old-republic:before{content:"\f510"}.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-padlet:before{content:"\e4a0"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-palfed:before{content:"\f3d8"}.fa-patreon:before{content:"\f3d9"}.fa-paypal:before{content:"\f1ed"}.fa-perbyte:before{content:"\e083"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.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-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pix:before{content:"\e43a"}.fa-playstation:before{content:"\f3df"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-r-project:before{content:"\f4f7"}.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-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-renren:before{content:"\f18b"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-rev:before{content:"\f5b2"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rust:before{content:"\e07a"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-schlix:before{content:"\f3ea"}.fa-screenpal:before{content:"\e570"}.fa-scribd:before{content:"\f28a"}.fa-searchengin:before{content:"\f3eb"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-servicestack:before{content:"\f3ec"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopify:before{content:"\e057"}.fa-shopware:before{content:"\f5b5"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sith:before{content:"\f512"}.fa-sitrox:before{content:"\e44a"}.fa-sketch:before{content:"\f7c6"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-slideshare:before{content:"\f1e7"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-square:before{content:"\f2ad"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spotify:before{content:"\f1bc"}.fa-square-font-awesome:before{content:"\f425"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-sticker-mule:before{content:"\f3f7"}.fa-strava:before{content:"\f428"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-superpowers:before{content:"\f2dd"}.fa-supple:before{content:"\f3f9"}.fa-suse:before{content:"\f7d6"}.fa-swift:before{content:"\f8e1"}.fa-symfony:before{content:"\f83d"}.fa-teamspeak:before{content:"\f4f9"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-the-red-yeti:before{content:"\f69d"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-think-peaks:before{content:"\f731"}.fa-tiktok:before{content:"\e07b"}.fa-trade-federation:before{content:"\f513"}.fa-trello:before{content:"\f181"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.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-uncharted:before{content:"\e084"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-vaadin:before{content:"\f408"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-viber:before{content:"\f409"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-vuejs:before{content:"\f41f"}.fa-watchman-monitoring:before{content:"\e087"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-whmcs:before{content:"\f40d"}.fa-wikipedia-w:before{content:"\f266"}.fa-windows:before{content:"\f17a"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.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-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-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-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}:host,:root{--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(//thebaohouse.ro/wp-content/plugins/wp-bottom-menu/assets/vendors/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//thebaohouse.ro/wp-content/plugins/wp-bottom-menu/assets/vendors/fontawesome/webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-family:"Font Awesome 6 Free";font-weight:400}:host,:root{--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(//thebaohouse.ro/wp-content/plugins/wp-bottom-menu/assets/vendors/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//thebaohouse.ro/wp-content/plugins/wp-bottom-menu/assets/vendors/fontawesome/webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-family:"Font Awesome 6 Free";font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(//thebaohouse.ro/wp-content/plugins/wp-bottom-menu/assets/vendors/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//thebaohouse.ro/wp-content/plugins/wp-bottom-menu/assets/vendors/fontawesome/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(//thebaohouse.ro/wp-content/plugins/wp-bottom-menu/assets/vendors/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//thebaohouse.ro/wp-content/plugins/wp-bottom-menu/assets/vendors/fontawesome/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(//thebaohouse.ro/wp-content/plugins/wp-bottom-menu/assets/vendors/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//thebaohouse.ro/wp-content/plugins/wp-bottom-menu/assets/vendors/fontawesome/webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//thebaohouse.ro/wp-content/plugins/wp-bottom-menu/assets/vendors/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//thebaohouse.ro/wp-content/plugins/wp-bottom-menu/assets/vendors/fontawesome/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//thebaohouse.ro/wp-content/plugins/wp-bottom-menu/assets/vendors/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//thebaohouse.ro/wp-content/plugins/wp-bottom-menu/assets/vendors/fontawesome/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//thebaohouse.ro/wp-content/plugins/wp-bottom-menu/assets/vendors/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//thebaohouse.ro/wp-content/plugins/wp-bottom-menu/assets/vendors/fontawesome/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(//thebaohouse.ro/wp-content/plugins/wp-bottom-menu/assets/vendors/fontawesome/webfonts/fa-v4compatibility.woff2) format("woff2"),url(//thebaohouse.ro/wp-content/plugins/wp-bottom-menu/assets/vendors/fontawesome/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+f250,u+f252,u+f27a}html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
margin:0;
padding:0;
border:0;
font-weight:inherit;
font-style:inherit;
font-size:100%;
font-family:inherit;
vertical-align:baseline;
}
body 
{
line-height:1.5;
}
blockquote:before, blockquote:after, q:before, q:after 
{
content:"";
}
blockquote, q 
{
quotes:"" "";
}
a img 
{
border:none;
}.entry-content img {
margin: 0 0 1.5em 0;
}
div.alignleft, img.alignleft {
display: inline-block;
float: left;
margin-right: 1em;
margin-bottom: 1em;
}
div.alignright, img.alignright {
display: inline-block;
float: right;
margin-left: 1em;
margin-top: 1em;
}
div.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
text-align: center;
margin-bottom: 1.5em;
}
.wp-caption img {
border: 0 none;
margin: 0;
padding: 0;
}
.wp-caption p.wp-caption-text {
margin: 0;
font-weight: bold;
}
.wp-smiley { 
max-height: 1em;
margin:0 !important;
}
.gallery dl {
margin: 0;
border: 0;
padding: 0;
}
blockquote.left {
float: left;
margin-left: 0;
margin-right: 20px;
text-align: right;
width: 33%;
}
blockquote.right {
float: right;
margin-left: 20px;
margin-right: 0;
text-align: left;
width: 33%;
}
.gallery-caption
{
font-size: 12px;
}
html
{
height: 100%;
}
blockquote:before, blockquote:after, q:before, q:after 
{
content:"";
}
blockquote, q 
{
quotes:"" "";
}
a img 
{
border:none;
}
p {
padding-top:0.1em;
padding-bottom:0.1em;
}
em
{
font-style: italic;
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
max-width: 100%;
height: auto;
}
.center
{
text-align: center;
}
#page_content_wrapper p, .page_content_wrapper p 
{
padding-top:0.5em;
padding-bottom:0.5em;
}
#page_content_wrapper p:empty, .page_content_wrapper p:empty
{
padding: 0 !important;
margin: 0 !important;
}
#footer p {
padding-top:0.5em;
padding-bottom:0.5em;
}
html, body {
min-height: 100%;
}
img, a img {
image-rendering: optimizeQuality;
}
em { font-style: italic; }
::selection {
background: #efc337;
color: #fff;
}
table
{
border-spacing: 0;
}
.sticky
{
background: #ffffe0;
padding: 30px 20px 20px 20px;
border: 1px solid #e6db55 !important;
box-sizing: border-box;
}
.marginright
{
margin-right: 7px;
}
img.alignnone
{
margin: 2em 0 2em 0;
}
img.alignright 
{
float:right; margin:0 0 1em 2em;
}
img.alignleft 
{
float:left; margin:0 2em 1em 0;
}
img.aligncenter 
{
display: block; margin-left: auto; margin-right: auto
}
a img.alignright 
{
float:right; margin:0 0 1em 2em;
}
a img.alignleft 
{
float:left; margin:0 2em 1em 0;
}
a img.aligncenter 
{
display: block; margin-left: auto; margin-right: auto
}
.sticky, .bypostauthor 
{ 
font-weight: bold; 
}@keyframes subNavIn{
from{
transform: translateX(180px);
-webkit-transform: translateX(180px);
opacity: 0;
}
to{
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
}
@-webkit-keyframes subNavIn{
from{
transform: translateX(180px);
-webkit-transform: translateX(180px);
opacity: 0;
}
to{
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
}
@keyframes subNavOut{
from{
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
to{
transform: translateX(180px);
-webkit-transform: translateX(180px);
opacity: 0;
}
}
@-webkit-keyframes subNavOut{
from{
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
to{
transform: translateX(180px);
-webkit-transform: translateX(180px);
opacity: 0;
}
}
@keyframes mainNavOut{
from{
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
to{
transform: translateX(-180px);
-webkit-transform: translateX(-180px);
opacity: 0;
}
}
@-webkit-keyframes mainNavOut{
from{
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
to{
transform: translateX(-180px);
-webkit-transform: translateX(-180px);
opacity: 0;
}
}
@keyframes mainNavIn{
from{
transform: translateX(-180px);
-webkit-transform: translateX(-180px);
opacity: 0;
}
to{
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
}
@-webkit-keyframes mainNavIn{
from{
transform: translateX(-180px);
-webkit-transform: translateX(-180px);
opacity: 0;
}
to{
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
}
}
.fadeIn{
animation-name: fadeIn;
-webkit-animation-name: fadeIn;	
animation-duration: 0.5s;	
-webkit-animation-duration: 0.5s;
animation-timing-function: ease-in-out;	
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-fill-mode:forwards; 
-moz-animation-fill-mode:forwards;
animation-fill-mode:forwards;
visibility: visible !important;
display: inline-block !important;
}
@keyframes fadeIn {
0% {
transform: scale(1);
opacity: 0.0;		
}
100% {
transform: scale(1);
opacity: 1;
}		
}
@-webkit-keyframes fadeIn {
0% {
-webkit-transform: scale(1);
opacity: 0.0;		
}	
100% {
-webkit-transform: scale(1);
opacity: 1;
}		
}
.slideUp{
animation-name: slideUp;
-webkit-animation-name: slideUp;	
animation-duration: 0.5s;	
-webkit-animation-duration: 0.5s;
animation-timing-function: ease;	
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode:forwards; 
-moz-animation-fill-mode:forwards;
-ms-animation-fill-mode:forwards;
animation-fill-mode:forwards;
visibility: visible !important;	
}
@keyframes slideUp {
0% {
opacity: 0;
visibility: hidden;
transform: translateY(10%);
}
100% {
opacity: 1;
visibility: visible;
transform: translateY(0%);
}	
}
@-webkit-keyframes slideUp {
0% {
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(10%);
}
100% {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0%);
}	
}
.slideUp2{
animation-name: slideUp2;
-webkit-animation-name: slideUp2;	
animation-duration: 0.2s;	
-webkit-animation-duration: 0.2s;
animation-timing-function: ease;	
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode:forwards; 
-moz-animation-fill-mode:forwards;
-ms-animation-fill-mode:forwards;
animation-fill-mode:forwards;
}
@keyframes slideUp2 {
0% {
opacity: 0;
transform: translateY(15%);
}
100% {
opacity: 1;
transform: translateY(0%);
}	
}
@-webkit-keyframes slideUp2 {
0% {
opacity: 0;
transform: translateY(15%);
}
100% {
opacity: 1;
transform: translateY(0%);
}	
}
.slideDown{
animation-name: slideDown;
-webkit-animation-name: slideDown;	
animation-duration: 1s;	
-webkit-animation-duration: 1s;
animation-timing-function: ease;	
-webkit-animation-timing-function: ease;	
visibility: visible !important;					
}
@keyframes slideDown {
0% {
opacity: 0;
transform: translateY(-100%);
}			
100% {
opacity: 1;
transform: translateY(0%);
}		
}
@-webkit-keyframes slideDown {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
}			
100% {
opacity: 1;
-webkit-transform: translateY(0%);
}	
}
.slideDown2{
animation-name: slideDown2;
-webkit-animation-name: slideDown2;	
animation-duration: 0.2s;	
-webkit-animation-duration: 0.2s;
animation-timing-function: ease;	
-webkit-animation-timing-function: ease;	
visibility: visible !important;
display: inline-block !important;				
}
@keyframes slideDown2 {
0% {
opacity: 0;
transform: translateY(-50%);
}			
100% {
opacity: 1;
transform: translateY(0%);
}		
}
@-webkit-keyframes slideDown {
0% {
opacity: 0;
-webkit-transform: translateY(-50%);
}			
100% {
opacity: 1;
-webkit-transform: translateY(0%);
}	
}
.bigEntrance{
animation-name: bigEntrance;
-webkit-animation-name: bigEntrance;	
animation-duration: 1s;	
-webkit-animation-duration: 1s;
animation-timing-function: ease-out;	
-webkit-animation-timing-function: ease-out;
visibility: visible !important;			
}
@keyframes bigEntrance {
0% {
transform: scale(0.5);
opacity: 0.5;
}
30% {
transform: scale(1.03);		
opacity: 1 !important;
}
45% {
transform: scale(0.98);
opacity: 1 !important;
}
60% {
transform: scale(1.01);		
opacity: 1 !important;
}	
100% {
transform: scale(1);
opacity: 1 !important;
}		
}
@-webkit-keyframes bigEntrance {
0% {
-webkit-transform: scale(0.5);
opacity: 0.5;
}
30% {
-webkit-transform: scale(1.03);		
opacity: 1 !important;
}
45% {
-webkit-transform: scale(0.98);
opacity: 1 !important;
}
60% {
-webkit-transform: scale(1.01);		
opacity: 1 !important;
}	
100% {
-webkit-transform: scale(1);
opacity: 1 !important;
}				
}
.slideLeft{
animation-name: slideLeft;
-webkit-animation-name: slideLeft;	
animation-duration: 0.7s;	
-webkit-animation-duration: 0.7s;
animation-timing-function: ease;	
-webkit-animation-timing-function: ease;		
visibility: visible !important;	
}
@keyframes slideLeft {
0% {
transform: translateX(10%);
opacity: 0;
}		
100% {
transform: translateX(0%);
opacity: 1 !important;
}
}
@-webkit-keyframes slideLeft {
0% {
-webkit-transform: translateX(10%);
opacity: 0;
}			
100% {
-webkit-transform: translateX(0%);
opacity: 1 !important;
}
}
.slideRight{
animation-name: slideRight;
-webkit-animation-name: slideRight;	
animation-duration: 0.7s;	
-webkit-animation-duration: 0.7s;
animation-timing-function: ease;	
-webkit-animation-timing-function: ease;		
visibility: visible !important;	
}
@keyframes slideRight {
0% {
opacity: 0;
transform: translateX(-10%);
}		
100% {
transform: translateX(0%);
opacity: 1 !important;
}	
}
@-webkit-keyframes slideRight {
0% {
opacity: 0;
-webkit-transform: translateX(-10%);
}		
100% {
-webkit-transform: translateX(0%);
opacity: 1 !important;
}
}.mobx-holder {
position: fixed;
overflow: hidden;
z-index: 99999;
width: 100%;
height: 100%;
left: 0;
top: 0;
visibility: hidden;
opacity: 0;
will-change: opacity, visibility;
box-sizing: border-box;
-ms-touch-action: none;
touch-action: none;
pointer-events: none;
-webkit-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
font-family: Arial, Helvetica, sans-serif;
-webkit-transition: opacity .4s ease; transition: opacity .4s ease, visibility .4s ease;
}
.mobx-holder:-webkit-full-screen {
background-color: transparent;
}
.mobx-holder * {
box-sizing: border-box;
}
.mobx-holder svg {
pointer-events: none;
}
.mobx-open {
pointer-events: auto;
visibility: visible;
opacity: 1;
}
.mobx-rtl {
direction: rtl;
}
.mobx-slider {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
opacity: 1;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-ms-touch-action: none;
touch-action: none;
-webkit-transition: opacity 0.45s ease;
transition: opacity 0.45s ease;
}
.mobx-hide {
opacity: 0;
-webkit-transition: none;
transition: none;
}
.mobx-overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
will-change: opacity;
transform: translateZ(0);
background-color: rgba(0,0,0,0.9);;
}
.mobx-ui:after {
position: absolute;
content: "";
left: 0;
top: 0;
right: 0;
bottom: 0;
opacity: 0;
visibility: hidden;
will-change: opacity;
background: rgba(0,0,0,0.4);
-webkit-transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
}
.mobx-open-tooltip .mobx-ui:after {
opacity: 1;
visibility: visible;	
} .mobx-video:before,
.mobx-video:after,
.mobx-thumb-video:after,
.mobx-ui button,
.mobx-share-tooltip *:after {
background-image: url(//thebaohouse.ro/wp-content/themes/grandrestaurant/js/icons/modulobox.svg);
background-repeat: no-repeat;
background-color: transparent;
} .mobx-top-bar {
position: absolute;
left: 0;
top: 0;
width: 100%;
will-change: transform;
background-color: rgba(0,0,0,0.4);
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: -webkit-transform 0.25s ease-in-out;
transition: transform 0.25s ease-in-out;
}
.mobx-idle .mobx-top-bar,
.mobx-will-close .mobx-top-bar,
.mobx-holder:not(.mobx-open) .mobx-top-bar {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
} .mobx-bottom-bar {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
will-change: transform;
background-color: rgba(0,0,0,0.4);
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: -webkit-transform 0.25s ease-in-out;
transition: transform 0.25s ease-in-out;
}
.mobx-panzoom .mobx-bottom-bar,
.mobx-will-close .mobx-bottom-bar,
.mobx-holder:not(.mobx-open) .mobx-bottom-bar {
-webkit-transform: translateY(100%);
transform: translateY(100%);
} .mobx-caption {
position: relative;
display: block;
width: 100%;
padding: 0;
margin: 0;
pointer-events: none;
}
.mobx-caption-inner {
max-width: 420px;
margin: 0 auto;
pointer-events: auto;
cursor: default;
}
.mobx-title {
position: relative;
display: block;
margin: 0;
padding: 14px 10px 12px;
font-size: 13px;
line-height: 18px;
font-weight: normal;
text-align: center;
color: #eeeeee;
}
.mobx-desc {
position: relative;
display: block;
margin: 0;
padding: 14px 10px 12px;
font-size: 12px;
line-height: 16px;
font-weight: normal;
text-align: center;
color: #bbbbbb;
}
.mobx-title + .mobx-desc {
margin: -6px 0 0 0;
padding: 0 10px 10px;
} .mobx-item,
.mobx-item-inner {
position: absolute;
display: block;
overflow: hidden;
left: 0;
top: 0;
bottom: 0;
width: 100%;
text-align: center;
touch-action: none;
transform: translate3d(0,0,0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-origin: center;
transform-origin: center;
}
.mobx-img,
.mobx-panzoom .mobx-item {
cursor: move; cursor: grab;
cursor: -webkit-grab;
}
.mobx-dragging .mobx-item * {
cursor: grabbing;
cursor: -webkit-grabbing;
}
.mobx-img,
.mobx-html,
.mobx-video,
.mobx-iframe,
.mobx-error {
position: absolute;
display: block;
height: 0;
width: 0;
max-width: none;
padding: 0;
margin: 0;
opacity: 0;
will-change: opacity;
visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translate3d(0,0,0);
-webkit-transition: opacity 0.35s ease;
transition: opacity 0.35s ease;
}
.mobx-media-loaded {
opacity: 1;
visibility: visible;
}
.mobx-error,
.mobx-html-inner {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.mobx-error {
width: 100%;
height: auto;
padding: 20px 60px;
color: #bbbbbb;
pointer-events: none;
text-align: center;
}
.mobx-html {
pointer-events: none;
}
.mobx-html-inner {
position: relative;
display: inline-block;
overflow: auto;
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
margin: 0 auto;
pointer-events: auto;
} .mobx-video {
cursor: pointer;
background: rgba(255,255,255,0.1);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.mobx-video.mobx-playing {
background: none;
background-image: none !important;
}
.mobx-video:before,
.mobx-video:after {
position: absolute;
content: "";
top: 50%;
left: 50%;
width: 80px;
height: 80px;
padding: 0;
margin: -44px 0 0 -44px;
border: 4px solid #fff;
border-radius: 100%;
background-size: 175px;
background-position: 28px -414px;
box-sizing: content-box;
}
.mobx-video.mobx-loading:before {
border-color: transparent;
}
.mobx-video:after {
opacity: 0;
visibility: hidden;
background-image: none;
background-color: transparent;
border-color: transparent;
border-left-color: #fff;
}
.mobx-video.mobx-loading:after {
opacity: 1;
visibility: visible;
-webkit-animation: mobx-load 1.1s infinite linear;
animation: mobx-load 1.1s infinite linear;	
}
.mobx-video.mobx-playing:before,
.mobx-video.mobx-playing:after {
opacity: 0;
}
.mobx-video video,
.mobx-video iframe,
.mobx-video .mejs-video {
position: absolute;
overflow: hidden;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
opacity: 0;
background: rgba(255,255,255,0.065);
pointer-events: none;
-webkit-transition: opacity 0.35s ease-in-out;
transition: opacity 0.35s ease-in-out;
}
.mobx-video iframe {
background: none;
}
.mobx-video.mobx-playing video,
.mobx-video.mobx-playing .mejs-video,
.mobx-video.mobx-playing iframe {
opacity: 1;
pointer-events: auto;
} .mobx-fullscreen video::-webkit-media-controls-fullscreen-button,
.mobx-fullscreen .mejs-fullscreen-button {
display: none;
} :-webkit-full-screen-ancestor:not(iframe) {
will-change: auto !important;
} .mobx-counter {
position: relative;
display: inline-block;
float: left;
height: 44px;
font-size: 13px;
line-height: 44px;
color: #ffffff;
opacity: 0.75;
margin: 0 10px;
letter-spacing: 0.6px;
}
.mobx-rtl .mobx-counter {
float: right;
} .mobx-timer {
position: relative;
display: inline-block;
float: left;
width: 24px;
height: 24px;
margin: 10px 0 10px 5px;
opacity: 0;
will-change: opacity;
-webkit-transition: opacity 0.25s ease-in-out;
transition: opacity 0.25s ease-in-out;
}
.mobx-rtl .mobx-timer {
float: right;
}
.mobx-autoplay .mobx-timer {
opacity: 1;
} .mobx-loader {
position: absolute;
width: 30px;
height: 30px;
top: 50%;
left: 50%;
margin: -15px 0 0 -15px;
outline: 1px solid transparent;
border-radius: 50%;
border-width: 3px;
border-right-style: solid;
border-top-style: solid;
border-bottom-style: solid;
border-color: rgba(255,255,255,.2);
border-left: 3px solid #fff;
-webkit-animation: mobx-load 1.1s infinite linear;
animation: mobx-load 1.1s infinite linear;
}
@-webkit-keyframes mobx-load {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes mobx-load {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .mobx-share-tooltip {
position: absolute;
display: block;
z-index: 2;
width: 120px;
top: 50px;
opacity: 0;
visibility: hidden;
background: #ffffff;
will-change: transform;
-webkit-transform: translateY(10px);
transform: translateY(10px);
-webkit-transition: -webkit-transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
}
.mobx-share-tooltip:before {
content: '';
position: absolute;
display: block;
width: 0;
height: 0;
top: -12px;
right: 14px;
border: 6px solid transparent;
border-bottom-color: #f9fafb;
}
.mobx-share-tooltip[data-position="left"]:before {
left: 14px;
right: auto;
}
.mobx-open-tooltip .mobx-share-tooltip {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.mobx-share-tooltip span {
display: block;
width: 100%;
height: 40px;
padding: 10px;
color: #777777;
font-size: 14px;
line-height: 22px;
text-align: center; 
background: #f9fafb;
box-shadow: inset 0 -2px 8px rgba(0,0,0,0.03);
} .mobx-ui button,
.mobx-share-tooltip *:after {
position: relative;
display: inline-block;
width: 40px;
height: 40px;
padding: 0;
cursor: pointer;
box-shadow: none;
border: none;
outline: none;
-ms-touch-action: manipulation;
touch-action: manipulation;
-webkit-appearance: none;
-webkit-transition: opacity 0.25s ease-in-out;
transition: opacity 0.25s ease-in-out;
}
.mobx-ui button:hover,
.mobx-share-tooltip button:hover:after {
opacity: 1;
}
.mobx-share-tooltip button:after {
position: absolute;
content: "";
top: 0;
left: 0;
opacity: 0;
}
.mobx-share-tooltip button {
float: left;
}
.mobx-rtl .mobx-share-tooltip button {
float: right;
}
.mobx-top-bar button {
float: right;
margin: 2px;
opacity: 0.75;
}
.mobx-rtl .mobx-top-bar button {
float: left;
}
button.mobx-prev,
button.mobx-next {
position: absolute;
left: 0;
top: 50%;
width: 44px;
height: 32px;
margin: 0 6px;
opacity: 0.75;
background-color: rgba(0,0,0,0.4);
will-change: transform;
-webkit-transform: translateX(0) translateY(-50%);
transform: translateX(0) translateY(-50%);
-webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}
button.mobx-next {
left: auto;
right: 0;
}
.mobx-idle .mobx-prev,
.mobx-will-close .mobx-prev,
.mobx-holder:not(.mobx-open) .mobx-prev {
-webkit-transform: translateX(-120%) translateY(-50%);
transform: translateX(-120%) translateY(-50%);
}
.mobx-idle .mobx-next,
.mobx-will-close .mobx-next,
.mobx-holder:not(.mobx-open) .mobx-next {
-webkit-transform: translateX(120%) translateY(-50%);
transform: translateX(120%) translateY(-50%);
}
.mobx-holder[data-zoom="false"] .mobx-zoom,
.mobx-holder[data-zoom="false"] .mobx-zoom:hover,
.mobx-holder[data-download="false"] .mobx-download,
.mobx-holder[data-download="false"] .mobx-download:hover {
opacity: 0.45;
cursor: default;
}
.mobx-prev {
left: 0;
background-position: 10px 4px;
}
.mobx-next {
right: 0;
background-position: 10px -40px;
}
.mobx-close {
background-position: 12px -76px;
}
.mobx-zoom {
background-position: 12px -120px;
}
.mobx-panzoom .mobx-zoom {
background-position: 12px -164px;
}
.mobx-play {
background-position: 12px -208px;
}
.mobx-autoplay .mobx-play {
background-position: 12px -252px;
}
.mobx-download {
background-position: 12px -296px;
}
.mobx-share {
background-position: 12px -340px;
}
.mobx-fullscreen {
background-position: 12px -384px;
}
.mobx-fullscreen .mobx-fullscreen {
background-position: 12px -428px;
}
.mobx-facebook {
background-position: -32px -472px;	
}
.mobx-facebook:after {
background-color: #3b5998;
background-position: 12px -472px;	
}
.mobx-twitter {
background-position: -32px -516px;
}
.mobx-twitter:after {
background-color: #1da1f2;
background-position: 12px -516px;	
}
.mobx-googleplus {
background-position: -32px -560px;
}
.mobx-googleplus:after {
background-color: #dd4b39;
background-position: 12px -560px;	
}
.mobx-pinterest {
background-position: -32px -604px;
}
.mobx-pinterest:after {
background-color: #bd081c;
background-position: 12px -604px;	
}
.mobx-linkedin {
background-position: -32px -648px;
}
.mobx-linkedin:after {
background-color: #0077b5;
background-position: 12px -648px;	
}
.mobx-reddit {
background-position: -32px -692px;
}
.mobx-reddit:after {
background-color: #ff4500;
background-position: 12px -692px;	
}
.mobx-tumblr {
background-position: -32px -736px;
}
.mobx-tumblr:after {
background-color: #35465c;
background-position: 12px -736px;	
}
.mobx-blogger {
background-position: -32px -780px;
}
.mobx-blogger:after {
background-color: #f57d00;
background-position: 12px -780px;	
}
.mobx-buffer {
background-position: -32px -824px;
}
.mobx-buffer:after {
background-color: #323b43;
background-position: 12px -824px;	
}
.mobx-digg {
background-position: -34px -868px;
}
.mobx-digg:after {
background-color: #005be2;
background-position: 10px -868px;	
}
.mobx-stumbleupon {
background-position: -32px -912px;
}
.mobx-stumbleupon:after {
background-color: #eb4924;
background-position: 12px -912px;	
}
.mobx-evernote {
background-position: -32px -956px;
}
.mobx-evernote:after {
background-color: #2dbe60;
background-position: 12px -956px;	
} .mobx-thumbs-holder,
.mobx-thumbs-inner {
position: absolute;
display: block;
left: 0;
right: 0;
bottom: 0;
padding: 0;
margin: 0 auto;
}
.mobx-thumbs-holder {
position: relative;	
}
.mobx-thumb {
position: absolute;
margin: 0;
will-change: left;
background-color: rgb(25, 25, 25);
outline: 0 solid transparent;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-transition: background-color 0.25s ease;
transition: background-color 0.25s ease;
}
.mobx-thumb:hover {
background-color: rgb(50, 50, 50);
}
.mobx-thumb:after {
content: "";
position: absolute;
pointer-events: none;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0.0001;
-webkit-transform: translateZ(0);
transform: translateZ(0);
border: 2px solid #ffffff;
}
.mobx-active-thumb:after {
opacity: 0.9999;
}
.mobx-thumb-bg {
position: absolute;
overflow: hidden;
left: 0;
right: 0;
top: 0;
bottom: 0;
visibility: hidden;
opacity: 0;
background-position: center;
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
will-change: opacity, visibility;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
transition: opacity 0.25s ease, visibility 0.25s ease;
}
.mobx-thumb-loaded {
visibility: visible;
opacity: 0.5;
}
.mobx-thumb-bg:hover,
.mobx-active-thumb .mobx-thumb-loaded {
opacity: 1;
}
.mobx-thumbs-holder {
cursor: move;
cursor: grab;
cursor: -webkit-grab;
}
.mobx-dragging .mobx-thumbs-holder {
cursor: grabbing;
cursor: -webkit-grabbing;
}
.mobx-thumb-video:after {
position: absolute;
content: "";
left: 0;
right: 0;
top: 50%;
width: 40px;
height: 40px;
margin: -20px auto 0 auto;
background-position: 12px -208px;
} @media screen and (max-height: 800px) {
.mobx-video:before,
.mobx-video:after {
width: 60px;
height: 60px;
margin: -34px 0 0 -34px;
background-size: 125px;
background-position: 22px -294px;
}
}
@media screen and (max-height: 360px) {
.mobx-video:before,
.mobx-video:after {
width: 40px;
height: 40px;
margin: -24px 0 0 -24px;
background-size: initial;
background-position: 14px -208px;
border-width: 3px;
}
}
@media screen and (max-width: 400px) {
.mobx-timer {
margin: 10px 0;
}
.mobx-top-bar button {
margin: 2px 0;
}
}
@media screen and (max-width: 360px) {
.mobx-counter {
margin: 0 6px 0 4px;
}
.mobx-top-bar button {
width: 34px;
}	
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2)   and (max-width: 380px),
only screen and (   min--moz-device-pixel-ratio: 2)   and (max-width: 380px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (max-width: 380px),
only screen and (        min-device-pixel-ratio: 2)   and (max-width: 380px) { 
.mobx-top-bar button {
width: 40px;
}
} body.tg_lightbox_white .mobx-overlay {
background-color: #ffffff;
}
body.tg_lightbox_white .mobx-top-bar {
background: #222222;
}
body.tg_lightbox_white .mobx-bottom-bar {
background: transparent;
}
body.tg_lightbox_white .mobx-thumb {
background-color: #ffffff;
}
body.tg_lightbox_white .mobx-title {
color: #222;
}
body.tg_lightbox_white .mobx-desc {
color: #222;
}.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }/*\*/* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }/**/.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } .ui-state-disabled { cursor: default !important; }  .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }  .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }  .ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-size: 1em; }
.ui-widget-content { border: 1px solid #ccc;}
.ui-widget-content a { color: #222222; }
.ui-widget-header { border-bottom: 1px solid #aaaaaa; background: #cccccc url(//thebaohouse.ro/wp-content/themes/grandrestaurant/css/jqueryui/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;  font-weight: bold; }
.ui-widget-header a {  } .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(//thebaohouse.ro/wp-content/themes/grandrestaurant/css/jqueryui/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default { background: #fff; } 
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; 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 { border: 1px solid #999999; background: #dadada url(//thebaohouse.ro/wp-content/themes/grandrestaurant/css/jqueryui/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover, .ui-widget-header, .ui-state-default { background: transparent; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #ccc; background: #ffffff url(//thebaohouse.ro/wp-content/themes/grandrestaurant/css/jqueryui/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; } .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(//thebaohouse.ro/wp-content/themes/grandrestaurant/css/jqueryui/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(//thebaohouse.ro/wp-content/themes/grandrestaurant/css/jqueryui/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: 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-icon { width: 16px; height: 16px; background-image: url(//thebaohouse.ro/wp-content/themes/grandrestaurant/css/jqueryui/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(//thebaohouse.ro/wp-content/themes/grandrestaurant/css/jqueryui/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(//thebaohouse.ro/wp-content/themes/grandrestaurant/css/jqueryui/images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(//thebaohouse.ro/wp-content/themes/grandrestaurant/css/jqueryui/images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(//thebaohouse.ro/wp-content/themes/grandrestaurant/css/jqueryui/images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(//thebaohouse.ro/wp-content/themes/grandrestaurant/css/jqueryui/images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(//thebaohouse.ro/wp-content/themes/grandrestaurant/css/jqueryui/images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(//thebaohouse.ro/wp-content/themes/grandrestaurant/css/jqueryui/images/ui-icons_cd0a0a_256x240.png); } .ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-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 { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; } .ui-widget-overlay { background: #aaaaaa url(//thebaohouse.ro/wp-content/themes/grandrestaurant/css/jqueryui/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(//thebaohouse.ro/wp-content/themes/grandrestaurant/css/jqueryui/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; } .ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header a { display: block; padding: 1em .3em 1em .7em; color: #000; } .ui-accordion a { zoom: 1; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 1.6em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -15px; }
.ui-accordion .ui-accordion-content { padding: 1em 1em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; } .ui-tabs { position: relative; padding: .2em; zoom: 1; } .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
.ui-tabs.ui-widget-content { border: 0;} .ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } .ui-button-icon-only { width: 2.2em; } button.ui-button-icon-only { width: 2.4em; } .ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } .ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; } input.ui-button { padding: .4em 1em; } .ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } .ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; } button.ui-button::-moz-focus-inner { border: 0; padding: 0; }  .ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-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-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: 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 { border-left-width:0; }
.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:0em; } .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 { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; } .ui-datepicker-cover {
position: absolute; z-index: -1; filter: mask(); top: -4px; left: -4px; width: 200px; height: 200px; }.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(//thebaohouse.ro/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(//thebaohouse.ro/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(//thebaohouse.ro/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav { padding: 0; list-style: none;}
.slides { margin-top: 0 !important; margin-left: 0 !important; }    .flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; text-align: center; } 
.flexslider .slides > li img { max-width: 100%; line-height: 0; }
.flexslider .slides.post_slideshow_widget > li { margin-right: 0 !important; }
.flexslider .slides.post_slideshow_widget > li img { margin-bottom: 10px; }
#page_slider.flexslider .slides > li { margin-right: 0 !important; } 
.flex-pauseplay span {text-transform: capitalize;} .slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}  .no-js .slides > li:first-child {display: block;} .flexslider { margin: 0; position: relative; zoom: 1; margin-top: 0; }
.flexslider.post_carousel { margin-top: 0; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.flexslider.tg_gallery .slides { line-height: 0; }
.carousel li { margin-right: 5px; } .flex-direction-nav {height: 0; list-style: none !important;}
.flex-direction-nav a  { display: block; width: 45px; height: 45px; text-align: center; position: absolute; bottom: 44%; z-index: 2; overflow: hidden; opacity: 1; cursor: pointer; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; background: transparent; border: 1px solid #fff; border-radius: 100px;
}
.flex-direction-nav a:hover { opacity: 1; }
#page_slider .flex-direction-nav a { top: 42% !important; }
.slider_widget_wrapper .flex-direction-nav a { top: 34% !important; }
.post_type_gallery .flex-direction-nav a { top: 33%; }
.flex-direction-nav .flex-prev { left: -80px; }
.flex-direction-nav .flex-next { right: -80px; }
.slider_wrapper:hover .flex-prev { opacity: 1; left: 2%; }
.slider_wrapper:hover .flex-next { opacity: 1; right: 2%; }
.slider_wrapper .flexslider:hover .flex-prev { opacity: 1; left: 0; }
.slider_wrapper .flexslider:hover .flex-next { opacity: 1; right: 0; }
.flexslider .flex-prev:hover, .flexslider .flex-next:hover { text-decoration: none !important; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "FontAwesome"; font-size: 20px; line-height: 45px; display: block; content: '\f104'; color: #fff; margin-top: 0px; }
.flex-direction-nav a.flex-next:before  { content: '\f105'; } .flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; } .flex-control-nav {width: 100%; text-align: center; margin: 0 !important; margin-top: 20px !important; }
.flex-control-nav li {margin: 0 4px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 7px; height: 7px; display: block; background: transparent; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; border: 2px solid #999; }
.flex-control-paging li a:hover { border-color: #333; }
.flex-control-paging li a.flex-active { background: #999; cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}.tooltipster-base { display: flex;
pointer-events: none; position: absolute;
}
.tooltipster-box { flex: 1 1 auto;
}
.tooltipster-content { box-sizing: border-box; max-height: 100%;
max-width: 100%;
overflow: auto;
}
.tooltipster-ruler { bottom: 0;
left: 0;
overflow: hidden;
position: fixed;
right: 0;
top: 0;
visibility: hidden;
}   .tooltipster-fade {
opacity: 0;
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
-o-transition-property: opacity;
-ms-transition-property: opacity;
transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
opacity: 1;
} .tooltipster-grow {
-webkit-transform: scale(0,0);
-moz-transform: scale(0,0);
-o-transform: scale(0,0);
-ms-transform: scale(0,0);
transform: scale(0,0);
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform;
-webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
-webkit-transform: scale(1,1);
-moz-transform: scale(1,1);
-o-transform: scale(1,1);
-ms-transform: scale(1,1);
transform: scale(1,1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
} .tooltipster-swing {
opacity: 0;
-webkit-transform: rotateZ(4deg);
-moz-transform: rotateZ(4deg);
-o-transform: rotateZ(4deg);
-ms-transform: rotateZ(4deg);
transform: rotateZ(4deg);
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
opacity: 1;
-webkit-transform: rotateZ(0deg);
-moz-transform: rotateZ(0deg);
-o-transform: rotateZ(0deg);
-ms-transform: rotateZ(0deg);
transform: rotateZ(0deg);
-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
} .tooltipster-fall {
-webkit-transition-property: top;
-moz-transition-property: top;
-o-transition-property: top;
-ms-transition-property: top;
transition-property: top;
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall.tooltipster-initial {
top: 0 !important;
}
.tooltipster-fall.tooltipster-show {
}
.tooltipster-fall.tooltipster-dying {
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all;
transition-property: all;
top: 0 !important;
opacity: 0;
} .tooltipster-slide {
-webkit-transition-property: left;
-moz-transition-property: left;
-o-transition-property: left;
-ms-transition-property: left;
transition-property: left;
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-initial {
left: -40px !important;
}
.tooltipster-slide.tooltipster-show {
}
.tooltipster-slide.tooltipster-dying {
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all;
transition-property: all;
left: 0 !important;
opacity: 0;
}   @keyframes tooltipster-fading {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.tooltipster-update-fade {
animation: tooltipster-fading 400ms;
} @keyframes tooltipster-rotating {
25% {
transform: rotate(-2deg);
}
75% {
transform: rotate(2deg);
}
100% {
transform: rotate(0);
}
}
.tooltipster-update-rotate {
animation: tooltipster-rotating 600ms;
} @keyframes tooltipster-scaling {
50% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
.tooltipster-update-scale {
animation: tooltipster-scaling 600ms;
}  .tooltipster-sidetip .tooltipster-box {
background: #000;
border: 2px solid black;
border-radius: 4px;
padding: 15px 10px 15px 10px;
}
.tooltipster-sidetip.tooltipster-themegoods-demo .tooltipster-box {
padding: 0;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
margin-bottom: 8px;
} .tooltipster-sidetip .tooltipster-content {
color: white;
background: #000;
font-size: 12px;
padding: 7px 17px 7px 17px;
border-radius: 5px;
} .tooltipster-sidetip .tooltipster-arrow {
overflow: hidden;
position: absolute;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
height: 10px; margin-left: -10px;
top: 0;
width: 20px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
height: 20px;
margin-top: -10px;
right: 0; top: 0;
width: 10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
height: 20px;
margin-top: -10px;
left: 0; top: 0;
width: 10px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
bottom: 0;
height: 10px;
margin-left: -10px;
width: 20px;
} .tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
height: 0;
position: absolute;
width: 0;
} .tooltipster-sidetip .tooltipster-arrow-background {
border: 10px solid transparent;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
border-bottom-color: #565656;
left: 0;
top: 3px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
border-left-color: #000;
left: -3px;
top: 0;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
border-right-color: #565656;
left: 3px;
top: 0;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
border-top-color: #565656;
left: 0;
top: -3px;
} .tooltipster-sidetip .tooltipster-arrow-border {
border: 10px solid transparent;
left: 0;
top: 0;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
border-bottom-color: black;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
border-left-color: black;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
border-right-color: black;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
border-top-color: black;
} .tooltipster-sidetip .tooltipster-arrow-uncropped {
position: relative;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
top: -10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
left: -10px;
}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-box{border:none;border-radius:5px;background:#ffffff;box-shadow:0 0 8px 1px rgba(0,0,0,.05)}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box{margin-top:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box{margin-right:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box{margin-left:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box{margin-bottom:6px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-content{color:#8d8d8d}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow{height:6px;margin-left:-6px;width:12px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow{height:12px;margin-left:0;margin-top:-6px;width:6px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background{display:none}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border{border:6px solid transparent}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#ffffff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border{border-left-color:#ffffff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border{border-right-color:#ffffff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border{border-top-color:#ffffff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped{top:-6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped{left:-6px}
body .tooltipster-sidetip.tooltipster-shadow .tooltipster-content
{
font-size: 14px;
color: #000;
background: #ffffff;
}.odometer.odometer-auto-theme, .odometer.odometer-theme-minimal {
display: -moz-inline-box;
-moz-box-orient: vertical;
display: inline-block;
*vertical-align: auto;
position: relative;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-minimal {
*display: inline;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-minimal .odometer-digit {
display: -moz-inline-box;
-moz-box-orient: vertical;
display: inline-block;
*vertical-align: auto;
position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-minimal .odometer-digit {
*display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
display: -moz-inline-box;
-moz-box-orient: vertical;
display: inline-block;
*vertical-align: auto;
visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
*display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
text-align: left;
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
display: block;
-webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value {
display: block;
-webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
-moz-transition: -moz-transform 2s;
-ms-transition: -ms-transform 2s;
-o-transition: -o-transform 2s;
transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
-moz-transition: -moz-transform 2s;
-ms-transition: -ms-transform 2s;
-o-transition: -o-transform 2s;
transition: transform 2s;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.odometer
{
font-size: 64px;
line-height: 64px;
font-weight: 400;
}
.animate_counter_wrapper
{
text-align: center;
}.parallax-block {
position: fixed;
top: 0;
left: 0;
overflow: hidden;
z-index: -1;
max-width: none !important;
max-height: none !important;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
-ms-perspective: 1000px;
-o-perspective: 1000px;
perspective: 1000px;
}
.parallax-image {
position: absolute;
top: 0;
left: 0;
max-width: none !important;
max-height: none !important;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
-ms-perspective: 1000px;
-o-perspective: 1000px;
perspective: 1000px;
}html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
margin:0;
padding:0;
border:0;
font-weight:inherit;
font-style:inherit;
font-size:100%;
font-family:inherit;
vertical-align:baseline;
}
body 
{
line-height:1.5;
}
blockquote:before, blockquote:after, q:before, q:after 
{
content:"";
}
blockquote, q 
{
quotes:"" "";
}
a img 
{
border:none;
}
.entry-content img {
margin: 0 0 1.5em 0;
}
div.alignleft, img.alignleft {
display: inline-block;
float: left;
margin-right: 1em;
margin-bottom: 1em;
}
div.alignright, img.alignright {
display: inline-block;
float: right;
margin-left: 1em;
margin-top: 1em;
}
div.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
text-align: center;
margin-bottom: 1.5em;
}
.wp-caption img {
border: 0 none;
margin: 0;
padding: 0;
}
.wp-caption p.wp-caption-text {
margin: 0;
font-weight: bold;
}
.wp-smiley { 
max-height: 1em;
margin:0 !important;
}
.gallery dl {
margin: 0;
border: 0;
padding: 0;
}
blockquote.left {
float: left;
margin-left: 0;
margin-right: 20px;
text-align: right;
width: 33%;
}
blockquote.right {
float: right;
margin-left: 20px;
margin-right: 0;
text-align: left;
width: 33%;
}
.gallery-caption
{
font-size: 12px;
}
html
{
height: 100%;
}
blockquote:before, blockquote:after, q:before, q:after 
{
content:"";
}
blockquote, q 
{
quotes:"" "";
}
a img 
{
border:none;
}
p {
padding-top:0.1em;
padding-bottom:0.1em;
}
em
{
font-style: italic;
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
max-width: 100%;
height: auto;
}
.center
{
text-align: center;
}
#page_content_wrapper p, .page_content_wrapper p 
{
padding-top:0.5em;
padding-bottom:0.5em;
}
#page_content_wrapper p:empty, .page_content_wrapper p:empty
{
padding: 0 !important;
margin: 0 !important;
}
#footer p {
padding-top:0.5em;
padding-bottom:0.5em;
}
html, body {
min-height: 100%;
}
img, a img {
image-rendering: optimizeQuality;
}
em { font-style: italic; }
::selection {
background: #efc337;
color: #fff;
}
table
{
border-spacing: 0;
}
.sticky
{
background: #ffffe0;
padding: 30px 20px 20px 20px;
border: 1px solid #e6db55 !important;
box-sizing: border-box;
}
.marginright
{
margin-right: 7px;
}
img.alignnone
{
margin: 2em 0 2em 0;
}
img.alignright 
{
float:right; margin:0 0 1em 2em;
}
img.alignleft 
{
float:left; margin:0 2em 1em 0;
}
img.aligncenter 
{
display: block; margin-left: auto; margin-right: auto
}
a img.alignright 
{
float:right; margin:0 0 1em 2em;
}
a img.alignleft 
{
float:left; margin:0 2em 1em 0;
}
a img.aligncenter 
{
display: block; margin-left: auto; margin-right: auto
}
.sticky, .bypostauthor 
{ 
font-weight: bold; 
}   input, textarea { -webkit-user-select:text;}
body
{
background: #ffffff;
font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif;
padding: 0;
margin: 0;
color: #424242;
font-weight: 400;
-webkit-font-smoothing: antialiased;
font-size: 14px;
line-height: 1.8;
word-wrap: break-word;
}
div.time-picker li
{
color: #fff;
}
body.overflow_hidden, html.overflow_hidden
{
overflow: hidden;
}
body.loading #wrapper
{
opacity: .3;
}
body.notouch
{
-webkit-overflow-scrolling: auto !important;
}
body.js_nav
{
overflow: hidden;
}
body.js_nav #wrapper
{
-webkit-transform: translate(-400px, 0px);
-moz-transform: translate(-400px, 0px);
transform: translate(-400px, 0px);
}
body.page-template-page_blank-php #wrapper
{
height: 100%;
position: absolute;
width: 100% !important;
margin: 0;
display: table;
vertical-align: middle;
float: none;
top: 0;
left: 0;
}
body.js_nav .tf_bg img
{
position: static;
}
.floatleft
{
float: left !important;
}
.floatright
{
float: right !important;
}
.divider
{
clear: both;
}
#wrapper
{
float: left;
width: 100%;
-webkit-transition: -webkit-transform 500ms ease;
-moz-transition: transform 500ms ease;
-o-transition: -o-transform 500ms ease;
transition: transform 500ms ease;
padding-top: 126px; height: 100%;
}
#wrapper.hasbg
{
padding-top: 0 !important;
}
hr
{
height: 1px;
border: 0;
border-top: 1px solid #ebebeb;
background: transparent;
margin: auto;
width: 100%;
clear: both;
}
hr.small
{
width: 20%;
}
hr.thick
{
border-top: 3px solid #ebebeb;
}
hr.dotted
{
border-top: 2px dotted #ebebeb;
}
hr.dashed
{
border-top: 2px dashed #ebebeb;
}
hr.faded { 
border: 0; 
height: 1px;
}
hr.faded:before {
top: -0.5em;
height: 1em;
}
hr.faded:after {
content:'';
height: 0.5em;
top: 1px;
}
hr.faded, hr.faded:before {
background: radial-gradient(ellipse at center, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
}
.hr_totop
{
position: relative;
top: -15px;
right: 0;
float: right;
display: block;
background: #fff;
z-index: 2;
padding: 0 0 0 7px;
font-size:13px;
color: #000;
font-weight: 900;
}
.small_line
{
height: 1px;
border: 0;
border-top: 1px solid #666;
background: transparent;
margin: auto;
width: 30px;
display: block;
margin-top: 30px;
}
a
{
color: #222;
text-decoration: none;
-webkit-transition: color .2s linear, background .1s linear;
-moz-transition: color .2s linear, background .1s linear;
-ms-transition: color .2s linear, background .1s linear;
-o-transition: color .2s linear, background .1s linear;
transition: color .2s linear, background .1s linear;
}
a:hover, .post_header h5 a:hover
{
color: #000;
text-decoration: none;
}
a:active, .post_header h5 a:active
{
color: #000;
text-decoration: none;
}
a.comment-reply-link
{
color: #222;
}
h1
{
font-size: 34px;
}
h2
{
font-size: 30px;
}
h2.number
{
font-size: 50px;
line-height: 50px;
}
.mobile_menu_wrapper #searchform
{
background: #333;
width: 90%;
border-radius: 5px;
}
.mobile_menu_wrapper #searchform input[type=text]
{
background: transparent;
width: 89%;
border: 0;
display: inline-block;
color: #fff;
}
#searchform button
{
background: transparent;
display: inline-block;
border: 0;
}
#searchform button i
{
color: #fff;
font-size: 13px;
opacity: 0.5;
}
.mobile_menu_wrapper .widget_search #searchform
{
background: transparent !important;
width: 100%
}
.mobile_menu_wrapper .widget_search #searchform input[type=text]
{
background: #333;
width: 100%;
}
h3
{
font-size: 26px;
}
h3#reply-title
{
font-size: 18px;
}
h4
{
font-size: 22px;
}
.gmap_marker h4
{
font-size: 18px;
color: #000;
}
h5
{
font-size: 18px;
}
h5.related_post, .fullwidth_comment_wrapper h5.comment_header
{
font-size: 12px;
font-weight: 900;
letter-spacing: 2px;
text-transform: uppercase;
color: #222222;
}
h6
{
font-size: 16px;
}
h7
{
font-size: 16px;
}
h1, h2, h3, h4, h5, h6, h7
{
color: #444;
font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif;
letter-spacing: 0px;
font-weight: 400;
}
.space
{
margin-bottom: 5px;
}
.middle
{
vertical-align: -30%;
}
pre, code, tt 
{
font:12px 'andale mono', 'lucida console', monospace;
line-height:1.5;
padding: 15px 10px 15px 10px;
display: block; 
overflow: auto; 
margin-top: 20px;
margin: 20px 0 20px 0;
width:92%;
border: 0;
color: #000;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.clear
{
clear: both;
}
img.mid_align
{ 
vertical-align: middle;
margin-right: 5px;
border: 0;
}
.fullwidth_comment_wrapper
{
width: 100%;
float: left;
margin-top: 50px;
}
.fullwidth_comment_wrapper:empty
{
display: none;
}
#commentform
{
margin-left: -1.33333rem;
}
.woocommerce-Reviews #commentform
{
margin-left: 0;
margin-top: 20px;
}
.woocommerce #review_form #respond p
{
padding-left: 0;
}
.logged-in-as
{
display: none;
}
.comment-form-cookies-consent input, .comment-form-cookies-consent label
{
display: inline;
}
#commentform > p 
{
padding-left: 24px;
box-sizing: border-box;
}
#commentform > p.form-submit
{
margin-top: 30px;
margin-bottom: 20px;
}
#commentform p.comment-form-author, #commentform p.comment-form-email, #commentform p.comment-form-url
{
float: left;
width: 33.33%;
}
#page_content_wrapper .inner .sidebar_content #commentform p.comment-form-author, #page_content_wrapper .inner .sidebar_content #commentform p.comment-form-email, #page_content_wrapper .inner .sidebar_content #commentform p.comment-form-url
{
width: 33.33%;
}
#page_content_wrapper .inner .sidebar_content .woocommerce-Reviews #commentform p.comment-form-author, 
#page_content_wrapper .inner .sidebar_content .woocommerce-Reviews #commentform p.comment-form-email {
width: 49%;
margin-right: 2%;
}
#page_content_wrapper .inner .sidebar_content .woocommerce-Reviews #commentform p.comment-form-cookies-consent {
width: 100%;
clear: both;
}
#page_content_wrapper .inner .sidebar_content .woocommerce-Reviews #commentform p.comment-form-email {
margin-right: 0;
}
::-webkit-input-placeholder {
color: #999;
}
:-moz-placeholder { color: #999; 
}
::-moz-placeholder { color: #999; 
}
:-ms-input-placeholder {  
color: #999;
}
#contact_form input[type="text"], #contact_form textarea, #commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"], #commentform textarea {
margin-bottom: 15px;
width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#commentform input[type=text]:focus, #commentform input[type=email]:focus, #commentform input[type=url]:focus, #commentform textarea:focus
{
border-color: #444;
}
.dropcap1
{
display: block;
float: left;
margin: 0 8px 0 0;
font-size: 24px;
line-height: 40px;
background: #333;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
color: #fff;
width: 40px;
height: 40px;
text-align: center;
text-shadow: none;
}
blockquote
{
font-size: 20px;
font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif;
color: #444;
margin: auto;
margin-top: 15px;
margin-bottom: 15px;
font-weight: 600;
}
blockquote p
{
padding: 0 !important;
}
blockquote h2
{
font-weight: normal;
font-size: 22px;
}
blockquote h3
{
font-weight: normal;
font-size: 20px;
}
#respond
{
width: 100%;
float: left;
} .logo_container
{
float: left;
display: table;
height: 100%;
}
.mobile_menu_wrapper .logo_container
{
margin-bottom: 40px;
}
.logo_align
{
display: table-cell;
vertical-align: middle;
}
.logo_wrapper
{
margin: 0;
-webkit-transition: margin 0.3s, display 0.3s;
-moz-transition: margin 0.3s, display 0.3s;
transition: margin 0.3s, display 0.3s;
display: block;
line-height: 0;
}
.logo_wrapper.hidden
{
display: none;
}
.logo_wrapper img
{
transition: transform 0.2s linear;
width: auto;
}
.logo_wrapper img.zoom
{
transform: scale(1) !important;
max-width: 100%;
}
.above_top_bar
{
background: #f0c537;
position: relative;
z-index: 3;
}
.header_style_wrapper
{
width: 100%;
float: left;
position: fixed;
top: 0;
left: 0;
z-index: 10;
display: block;
}
body.admin-bar:not(.js_nav) .header_style_wrapper
{
padding-top: 32px;
}
.header_style_wrapper.nofixed
{
display: none;
}
.top_bar
{
padding: 0;
box-sizing: border-box;
width: 100%;
height: 96px;
background: #fff;
background: rgb(256,256,256,0.95);
background: rgba(256,256,256,0.95);
border-bottom: 1px solid #e1e1e1;
float: left;
-webkit-transition: height 0.5s, background 0.5s;
-moz-transition: height 0.5s, background 0.5s;
transition: height 0.5s, background 0.5s;
}
.top_bar.hasbg
{
background: transparent;
background-image: linear-gradient(rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.4) 10%, rgba(0,0,0,0.3) 35%, transparent 97%, transparent 0%);
border: 0;
box-shadow: 0 0 0;
}
.top_bar.noopacity
{
background: #fff !important;
}
#mobile_menu
{
display: none;
cursor: pointer;
}
#menu_wrapper
{
margin:auto;
width: 960px;
height: 100%;
}
#nav_wrapper
{
float: right;
display: table;
height: 100%;
margin-left: 35px;
}
.nav_wrapper_inner
{
display: table-cell;
vertical-align: middle;
}
#menu_border_wrapper
{
display: inline-block;
}
#autocomplete
{
display: none;
position:absolute;
z-index:1001;
width: 288px;
background: #fff;
right: 72px;
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}
#autocomplete.visible
{
display: block;
}
@-moz-document url-prefix() { 
#autocomplete {
margin-top: 20px;
}
}
#autocomplete ul 
{
margin: 0;
padding: 0;
border: 0;
float: left;
list-style: none;
width: 100%;
}
#autocomplete li
{
display:block;
clear:both;
float: left;
width: 100%;
padding: 10px 15px 10px 15px;
box-sizing: border-box;
border-bottom: 1px solid #e1e1e1;
}
#autocomplete li:first-child
{
margin-top: 10px;
}
#autocomplete li:last-child
{
margin-top: 10px;
border: 0;
}
#autocomplete li strong
{
font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif;
font-weight: 600;
font-size: 14px;
}
#autocomplete li.view_all
{
font-weight: bold;
text-align: center;
font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif;
margin-top: 0;
text-transform: uppercase;
}
#autocomplete li .ajax_post
{
float:left;
width: calc(100% - 50px);
margin-left: 10px;
}
#mobile_nav_icon 
{
display: inline-block;
border-bottom: 9px double #444;
border-top: 3px solid #444;
height: 3px;
width: 25px;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
cursor: pointer;
position: relative;
margin-left: 10px;
top: 3px;
}
.top_bar.hasbg #mobile_nav_icon
{
border-color: #fff;
}
.header_cart_wrapper
{
display: inline-block;
margin-left: 5px;
margin-right: 10px;
position: relative;
}
.header_cart_wrapper .cart_count
{
position: absolute;
top: -10px;
right: -10px;
font-size: 9px;
border-radius: 50px;
background: #000;
color: #fff;
z-index: 2;
width: 16px;
height: 16px;
line-height: 16px;
text-align: center;
}
.header_cart_wrapper i
{
font-size: 18px !important;
margin-right: 0 !important;
}
.mobile_menu_wrapper
{
right: 0px;
transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
-webkit-transform: translate(400px, 0px);
-ms-transform: translate(400px, 0px);
transform: translate(400px, 0px);
-o-transform: translate(400px, 0px);
-webkit-backface-visibility: hidden;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-overflow-scrolling: touch;
width: 400px;
padding: 35px 30px 35px 30px;
box-sizing: border-box;
background: #111111; 
position: fixed;
top: 0px;
overflow-y: scroll;
overflow-x: hidden;
height: 100%;
z-index: 9;
color: #999;
}
body.js_nav .mobile_menu_wrapper
{
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px);
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
body.admin-bar .mobile_menu_wrapper
{
padding-top: 67px;
}
#close_mobile_menu
{
font-size: 22px;
display: inline-block;
position: absolute;
right: 30px;
top: 28px;
opacity: 0.3;
top: 38px;
opacity: 0.3;
}
body.admin-bar #close_mobile_menu
{
top: 70px;
}
body.js_nav .mobile_menu_wrapper, html[data-menu=leftmenu] body.js_nav .mobile_menu_wrapper
{
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px);
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
#close_mobile_menu:hover
{
opacity: 1;
}
#close_mobile_menu i
{
color: #fff;
}
.mobile_main_nav, #sub_menu
{
margin-top: 40px;
margin-bottom: 40px;
list-style: none;
overflow: hidden;
width: 100%;
}
#sub_menu .sub-menu
{
margin-left: 20px;
list-style: none;
}
#sub_menu li
{
width: 100%;
}
.mobile_main_nav li a, #sub_menu li a
{
color: #777;
width: 100%;
display: block;
font-size: 14px;
font-weight: 300;
text-transform: uppercase;
font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif;
}
.mobile_main_nav li a:hover, .mobile_main_nav li a:active, #sub_menu li a:active
{
color: #fff;
}
.mobile_main_nav li.menu-item-has-children > a:after
{
font-size: 11px;
position: absolute;
left: 360px;
font-family: 'themify';
content: "\e649";
line-height: 4em;
}
.mobile_main_nav li ul.sub-menu
{
display: none;
}
.mobile_main_nav.mainnav_in
{
-webkit-animation: mainNavIn 0.2s;
animation: mainNavIn 0.2s;
}
.mobile_main_nav.mainnav_out
{
-webkit-animation: mainNavOut 0.2s;
animation: mainNavOut 0.2s;
}
#sub_menu.subnav_out
{
-webkit-animation: subNavOut 0.2s;
animation: subNavOut 0.2s;
}
#sub_menu.subnav_in
{
-webkit-animation: subNavIn 0.2s;
animation: subNavIn 0.2s;
}
#sub_menu li ul a:after
{
display: none;
}
#menu_back
{
text-transform: uppercase;
letter-spacing: 2px;
font-size: 10px !important;
margin-bottom: 5px;
}
#menu_back:before
{
font-size: 10px;
margin-right: 0.7em;
position: relative;
top: 1px;
display: inline;
font-family: 'themify';
content: "\e64a";
}
#overlay_background
{
opacity: 0;
visibility: hidden;
background-color: rgba(0, 0, 0, 0.5);
position: fixed;
z-index: 9;
top: 0;
left:0;
width: 100%;
height: 100%;
cursor: pointer;
transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
body.js_nav #overlay_background
{
visibility: visible;
opacity: 1;
-webkit-transform: translate(-400px, 0px);
-moz-transform: translate(-400px, 0px);
transform: translate(-400px, 0px);
}
#overlay_background.visible
{
opacity: 1;
visibility: visible;
}
.header_style_wrapper.fixed .top_bar #menu_border_wrapper .notice
{
margin-top: 24px;
}
.nav, .subnav, .nav_page_number
{
list-style: none;
float: right;
padding: 10px 0 10px 0;
}
.subnav
{
background: none;
}
.nav > li, .nav_page_number > li
{
display: inline-block;
}
.nav_page_number
{
margin-top: 2px;
}
#menu_wrapper .nav ul, #menu_wrapper div .nav
{
list-style: none;
display: block;
padding: 0;
margin: 0;
margin-bottom: 0;
float: right;
}
#menu_wrapper .nav ul li, #menu_wrapper div .nav li
{
display: inline-block;
margin: 0;
padding:0;
}
#menu_wrapper .nav ul li ul li, #menu_wrapper div .nav li ul li
{
clear: both;
width: 100%;
padding: 0 !important;
margin: 0;
text-align: left !important;
border-top: 1px solid #333;
}
#menu_wrapper .nav ul li:first-child, #menu_wrapper div .nav li ul li:first-child
{
border-top: 0;
}
#menu_wrapper .nav ul li:last-child, #menu_wrapper div .nav li:last-child
{
margin-right: 0;
}
#menu_wrapper .nav ul li a, #menu_wrapper div .nav li > a
{
display: inline-block;
padding: 0;
margin: 0;
color: #222;
font-size: 13px;
padding: 37px 15px 38px 15px;
font-weight: 600;
font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif;
text-transform: uppercase;
-webkit-transition: padding 0.3s;
-moz-transition: padding 0.3s;
transition: padding 0.3s;
}
.top_bar.fullscreen_video #menu_wrapper div .nav > li > a, .top_bar.fullscreen_video i, .top_bar.fullscreen_video #searchform label, .top_bar.hasbg #menu_wrapper div .nav > li > a, .top_bar.hasbg i, .top_bar.hasbg .top_contact_info, .top_bar.hasbg .top_contact_info a, .top_bar.hasbg .top_contact_info a:hover, .top_bar.hasbg .top_contact_info a:active
{
color: #fff !important;
}
#menu_wrapper .nav li.arrow > a:after, #menu_wrapper div .nav li.arrow > a:after
{
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
display: inline;
width: auto;
height: auto;
line-height: normal;
vertical-align: 10%;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
margin-top: 0;
font-family: 'themify';
content: "\e64b";
float: right;
margin-left: 8px;
margin-top: 5px;
}
#menu_wrapper .nav ul li.arrow > a:after, #menu_wrapper div .nav li.arrow > a:after
{
font-size: 12px;
}
#menu_wrapper .nav ul li a.hover, #menu_wrapper .nav ul li a:hover, #menu_wrapper div .nav li a.hover, #menu_wrapper div .nav li a:hover
{
color: #cfa670;
z-index: 2;
position: relative;
}
#menu_wrapper div .nav > li.current-menu-item > a, #menu_wrapper div .nav > li.current-menu-parent > a, #menu_wrapper div .nav > li.current-menu-ancestor > a
{
color: #cfa670;
z-index: 2;
position: relative;
}
#menu_wrapper .nav ul li ul, #menu_wrapper div .nav li ul
{
display: none;
list-style: none;
background: #000000;
border: 0;
position: absolute;
padding: 0;
width: 210px;
height: auto;
z-index: 10; 
margin: 0;
margin-left: -5px;
margin-top: 0;
z-index: 9;
border: 0;
}
#menu_wrapper .nav ul li ul li ul, #menu_wrapper div .nav li ul li ul
{
position: absolute;
left: 210px;
padding: 0;
margin-top: -42px;
margin-left: 0;
display: none;
z-index: 9;
opacity: 1;
border: 0;
}
#menu_wrapper .nav ul li ul li ul:before, #menu_wrapper div .nav li ul li ul:before
{
display: none;
}
#menu_wrapper .nav ul li:hover ul, #menu_wrapper div .nav li:hover ul
{
display: block;
}
#menu_wrapper div .nav li ul li a, #menu_wrapper div .nav li.current-menu-item ul li a, #menu_wrapper div .nav li ul li.current-menu-item a,#menu_wrapper .nav ul li ul li a, #menu_wrapper .nav ul li.current-menu-item ul li a, #menu_wrapper .nav ul li ul li.current-menu-item a, #menu_wrapper div .nav li.current-menu-parent ul li a, #menu_wrapper div .nav li ul li.current-menu-parent a
{
display: block;
background: transparent;
height: auto;
}
#menu_wrapper .nav ul li ul li a, #menu_wrapper div .nav li ul li a, #menu_wrapper div .nav li.current-menu-parent ul li a
{
width: 170px;
display: block;
border-top: 0;
border: 0;
margin: 0;
font-size: 13px;
padding: 10px 20px 10px 20px;
letter-spacing: 0;
font-weight: 400;
text-transform: none;
border-bottom: 0 !important;
-webkit-transition: color .2s linear, background .2s linear;
-moz-transition: color .2s linear, background .2s linear;
-ms-transition: color .2s linear, background .2s linear;
-o-transition: color .2s linear, background .2s linear;
transition: color .2s linear, background .2s linear;
}
#menu_wrapper .nav ul li ul li ul li a:hover, #menu_wrapper .nav ul li ul li ul li a:hover, #menu_wrapper div .nav li ul li ul li a:hover, #menu_wrapper div .nav li ul li ul li a:hover, #menu_wrapper div .nav li.current-menu-item ul li ul li a:hover, #menu_wrapper div .nav li.current-menu-parent ul li ul li a:hover
{
color: #444;
background: #f9f9f9;
}
#menu_wrapper .nav ul li.megamenu > ul, #menu_wrapper div .nav li.megamenu > ul
{
position: absolute;
width: 960px;
left: 0;
right: 0;
margin-left:auto;
margin-right:auto;
padding: 15px;
box-sizing: border-box;
}
#menu_wrapper .nav ul li:not(.megamenu) ul.sub-menu li.arrow > a:after, #menu_wrapper div .nav li:not(.megamenu) ul.sub-menu li.arrow > a:after
{
font-size:11px;
margin-left: 0.5em;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
display: inline;
width: auto;
height: auto;
line-height: normal;
vertical-align: 10%;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
margin-top: 0;
font-family: 'themify';
content: "\e649";
float: right;
margin-right: 0px;
margin-top: 5px;
}
#menu_wrapper div .nav li.megamenu ul li
{
display: block;
box-sizing: border-box;
clear: none;
float: left;
border-left: 1px solid #eeeeee;
border-top: 0 !important;
}
#menu_wrapper div .nav li.megamenu ul li.hidden > a
{
display: none;
}
#menu_wrapper div .nav li.megamenu ul li:first-child
{
border: 0;
}
#menu_wrapper div .nav li.megamenu.col2 ul li
{
width: 50%;
padding: 0px 12px;
}
#menu_wrapper div .nav li.megamenu.col3 ul li
{
width: 33.3%;
padding: 0px 12px;
}
#menu_wrapper div .nav li.megamenu.col4 ul li
{
width: 25%;
padding: 0px 12px;
}
#menu_wrapper .nav ul li.megamenu ul li ul, #menu_wrapper div .nav li.megamenu ul li ul
{
position: relative;
width: 100%;
margin: 0;
border: 0;
box-shadow: 0 0 0;
display: block !important;
opacity: 1 !important;
left: 0;
}
#menu_wrapper .nav ul li.megamenu ul li ul li, #menu_wrapper div .nav li.megamenu ul li ul li
{
width: 100% !important;
border: 0 !important;
}
#menu_wrapper div .nav li.megamenu ul li > a, #menu_wrapper div .nav li.megamenu ul li > a:hover, #menu_wrapper div .nav li.megamenu ul li  > a:active
{
width: 100%;
font-weight: 600;
text-transform: uppercase;
box-sizing: border-box;
background: transparent;
}
#menu_wrapper .nav ul li.megamenu ul li ul li a, #menu_wrapper div .nav li.megamenu ul li ul li a
{
color: #ccc;
}
#menu_wrapper .nav ul li.megamenu ul li ul li a:before, #menu_wrapper div .nav li.megamenu ul li ul li a:before
{
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
display: inline;
width: auto;
height: auto;
line-height: normal;
vertical-align: 10%;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
margin-top: 0;
font-family: 'themify';
content: "\e649";
float: left;
margin-right: 8px;
margin-top: 4px;
}
#menu_wrapper .nav ul li.megamenu ul li ul li a:hover, #menu_wrapper div .nav li.megamenu ul li ul li a:hover, #menu_wrapper .nav ul li.megamenu ul li ul li a:active, #menu_wrapper div .nav li.megamenu ul li ul li a:active
{
letter-spacing: 0;
text-transform: none;
}
#menu_wrapper div .nav li.megamenu ul li a:after
{
display: none;
}
#menu_wrapper .nav ul li.megamenu ul li ul li, #menu_wrapper div .nav li.megamenu ul li ul li a
{
width: 100%;
display: inline-block;
padding: 7px 20px 7px 25px;
text-transform: none;
letter-spacing: 0;
}
@media only screen and (min-width: 1100px) {
#menu_wrapper .nav ul li.megamenu > ul, #menu_wrapper div .nav li.megamenu > ul
{
max-width: 1425px;
width: 100%;
width: calc(100% - 180px);
box-sizing: border-box;
}
}
.top_contact_info_container
{
display: table;
float: right;
height: 100%;
font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif;
}
.top_contact_info
{
font-size: 12px;
color: #fff;
line-height: 30px;
font-weight: 600;
}
.top_contact_info i
{
margin-right: 10px;
color: #fff;
font-size: 16px;
vertical-align: text-bottom;
}
.top_contact_info span
{
display: inline-block;
margin-right: 10px;
}
.top_contact_info a
{
color: #fff;
}
.menu_buttons_container
{
display: table;
float: right;
height: 100%;
}
.menu_buttons_content
{
display: table-cell;
vertical-align: middle;
}
#top_menu
{
float: right;
display: block;
list-style: none;
}
#top_menu li
{
float: left;
margin-right: 10px;
}
#top_menu li a
{
font-size: 12px;
font-weight: 400;
color: #fff;
line-height: 30px;
padding-right: 10px;
border-right: 1px solid rgba(256, 256, 256, .2);
}
#footer_menu li ul
{
display: none;
} .footer_bar
{
clear: both;
width: 100%;
margin: auto;
padding: 0 0 0 0;
float: left;
background: #262626;
-webkit-transition: -webkit-transform 500ms ease;
-o-transition: -o-transform 500ms ease;
transition: -webkit-transform 500ms ease;
}
body.single-galleries
{
overflow: hidden;
}
body.single-galleries .footer_bar
{
display: none;
}
.footer_bar.carousel
{
display: none;
}
.footer_bar.static, .footer_bar.fullscreen_video
{
display: none;
}
.footer_bar.fullscreen_video
{
position: fixed;
bottom: 0;
z-index: 0;
}
body.page-template-portfolio-2-php .footer_bar, body.page-template-portfolio-3-php .footer_bar, body.page-template-portfolio-4-php .footer_bar
{
margin: 0;
}
#footer 
{
width: 100%;
margin: auto;
padding-bottom: 50px;
word-wrap: break-word;
margin-bottom: 0;
padding-top: 50px;
float: left;
color: #999;
}
#footer strong.title
{
font-weight: normal;
}
#footer.wall
{
margin-top: 0;
}
#footer.fullscreen_video
{
display: none;
}
#footer a
{
color: #fff;
}
#footer a:hover, #footer a:active
{
color: #ccc;
}
#footer .sidebar_widget li h2.widgettitle
{
margin-top: 15px;
margin-bottom: 15px;
color: #999;
}
#footer .sidebar_widget li.widget_text h2.widgettitle
{
margin-bottom: 0;
}
#footer ul.sidebar_widget
{
width: 960px;
list-style: none;
margin: 0;
margin: auto;
}
#footer ul.sidebar_widget li ul
{
list-style: none;
margin-left: 0;
}
#footer ul.sidebar_widget li ul li ul.children
{
margin-left: 10px;
margin-bottom: 0;
}
#footer ul.sidebar_widget li ul li ul.children li:last-child
{
border: 0;
margin-bottom: 0;
}
#footer .sidebar_widget.four > li
{
width: 20%;
float: left;
margin-right: 5%;
}
#footer .sidebar_widget.four > li:nth-child(4)
{
margin-right: 0;
width: 25%;
}
#footer .sidebar_widget.three > li
{
width: 31%;
float: left;
margin-right: 2%;
}
#footer .sidebar_widget.three > li:nth-child(3)
{
margin-right: 0;
width: 33%;
}
#footer .sidebar_widget.two > li
{
width: 48%;
float: left;
margin-right: 2%;
}
#footer .sidebar_widget.two > li:nth-child(2)
{
margin-right: 0;
width: 50%;
}
#footer .sidebar_widget.one > li
{
width: 100%;
clear: both;
float: left;
margin-bottom: 30px;
}
#footer ul.sidebar_widget li ul.posts.blog li img
{
width: 70px;
float: left;
margin: 0 15px 15px 0;
}
#footer ul.sidebar_widget li ul.posts.blog li
{
clear: both !important;
float: left;
border: 0;
}
#footer ul.sidebar_widget li ul li
{
margin: 0 0 10px 0;
}
#footer ul.sidebar_widget li ul li ul.sub-menu
{
margin-left: 15px;
}
#footer ul.sidebar_widget li ul.flickr li
{
margin: 0 9px 0 0;
border-bottom: 0;
}
#footer ul.sidebar_widget li ul.flickr li img
{
width: 70px;
height: auto;
}
#copyright
{
float: left;
width: 50%;
font-size: 12px;
margin-bottom: 20px;
text-align: left;
}
#footer ul.address,  ul.address
{
margin-left: 0 !important;
list-style: none;
}
#footer ul.address li, ul.address li
{
margin-bottom: 5px;
}
#footer ul.address li i, ul.address li i
{
margin-right: 10px;
}
.footer_bar.fullscreen #copyright
{
color: #fff;
}
.footer_bar.fullscreen .footer_bar_wrapper, .footer_bar.wall .footer_bar_wrapper, .footer_bar.static .footer_bar_wrapper
{
margin: auto;
float: none;
}
#copyright p.attachment
{
display: none;
}
.footer_bar_wrapper
{
width: 100%;
box-sizing: border-box;
margin: auto;
-webkit-transition: -webkit-transform 500ms ease;
transition: -webkit-transform 500ms ease;
-webkit-font-smoothing: antialiased;
clear: both;
color: #fff;
border-top: 1px solid #444;
margin-top: 40px;
padding: 20px 30px 0 30px;
}
#toTop 
{
width:25px;
background: #eee;
opacity: 0;
text-align:center;
padding:10px 10px 10px 10px !important;
position:fixed; bottom: 7px; right:7px;
cursor:pointer;
transition: color 300ms, background-color 300ms, opacity 300ms;
-moz-transition: color 300ms, background-color 300ms, opacity 300ms;
-o-transition: color 300ms, background-color 300ms, opacity 300ms;
-webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
z-index: 9;
display: block;
border-radius: 5px;
}
#toTop:hover
{
opacity: 1 !important;
}
#toTop i
{
font-size: 1.5em;
} #content_wrapper
{
width: 72%;
float: left;
margin: 0;
}
#page_content_wrapper, .page_content_wrapper
{
width: 960px;
margin: auto;
padding-bottom: 0;
}
#page_content_wrapper img, .page_content_wrapper img
{
max-width: 100%;
height: auto;
}
#page_content_wrapper .map_shortcode_wrapper img, .page_content_wrapper .map_shortcode_wrapper img
{
max-width: none;
}
.standard_wrapper
{
width: 960px;
margin: auto;
}
.one_half .standard_wrapper, .one_third .standard_wrapper, .one_fourth .standard_wrapper, .one_fifth .standard_wrapper, .two_third .standard_wrapper, .one_half .page_content_wrapper, .one_third .page_content_wrapper, .one_fourth .page_content_wrapper, .one_fifth .page_content_wrapper, .two_third .page_content_wrapper
{
max-width: 100%;
width: 100%;
padding: 0;
}
.page_content_wrapper:empty
{
margin-top: 0 !important;
}
.one.withbg
{
background-size: cover;
background-position: center center;
}
.one.ppb_fullwidth_button
{
overflow-x: hidden;
}
.page_content_wrapper.fullwidth, #page_content_wrapper.fullwidth
{
width: 100%;
padding: 0;
}
.one
{
clear: both;
position: relative;
float: left;
width: 100%;
box-sizing: border-box;
}
.one.skinbg
{
background: #000;
}
.one .page_content_wrapper, .one_half .page_content_wrapper, .one_third .page_content_wrapper, .one_fourth .page_content_wrapper
{
margin-top: 0;
width: 100%;
max-width: 100%;
padding-left: 0;
padding-right: 0;
}
.one.withpadding
{
padding: 60px 0 60px 0;
float: left;
width: 100%;
}
.one.withpadding.nopadding
{
padding: 0 !important;
}
.one.withsmallpadding
{
padding: 30px 0 30px 0;
float: left;
width: 100%;
}
.animate_counter_wrapper i
{
font-size: 48px;
height: 48px;
line-height: 48px;
margin-bottom: 10px;
color: #000000;
}
.count_separator
{
display: none;
}
.count_separator span
{
display: inline-block;
text-align: center;
width: 40px;
margin: 5px auto 5px;
height: 1px;
background: #e1e1e1;
}
.animate_counter_wrapper .counter_subject
{
font-size: 13px;
clear: both;
margin-top: 5px;
font-weight: 400;
opacity: 0.7;
}
#content_wrapper .inner
{
overflow: hidden;
}
#page_content_wrapper .inner
{
width: 100%;
margin: auto;
}
#page_content_wrapper .inner .inner_wrapper
{
padding-top: 80px;
}
body.single-product.woocommerce-page #page_content_wrapper .inner .inner_wrapper
{
padding-top: 40px;
}
body.elementor-page #page_content_wrapper .inner .inner_wrapper
{
padding-top: 0;
}
#page_content_wrapper .inner .inner_wrapper.nopadding
{
padding-top: 0;
}
.post.type-post
{
width: 100%;
padding-bottom: 10px;
margin-bottom: 40px;
float: left;
position: relative;
}
body.search-results .hentry
{
float: left;
}
#page_content_wrapper .inner .sidebar_content .post.type-post.last_post
{
margin-bottom: 20px;
}
#page_content_wrapper .inner #blog_grid_wrapper.sidebar_content
{
margin-right: 0;
padding-right: 0;
width: 690px;
box-sizing: border-box;
}
#page_content_wrapper .inner #blog_grid_wrapper.sidebar_content.left_sidebar
{
padding-left: 20px;
padding-right: 0;
}
#blog_grid_wrapper.sidebar_content:not(.full_width) .post.type-post
{
width: 46%;
}
#page_content_wrapper .inner .sidebar_content.blog_f .post.type-post
{
border-bottom: 0;
margin-bottom: 30px;
}
body.single .post.type-post
{
border: 0;
margin-bottom: 0;
}
.post.type-post.last-child
{
border: 0;
margin: 0;
padding: 0;
}
#blog_grid_wrapper
{
padding-top: 30px;
}
#blog_grid_wrapper.ppb_blog_posts, .blog_grid_wrapper.ppb_blog_posts
{
padding-top: 0;
}
#blog_grid_wrapper .post.type-post, .blog_grid_wrapper .post.type-post
{
margin-bottom: 20px;
box-sizing: border-box;
padding: 0;
opacity: 0;
padding: 5px;
box-sizing: border-box;
border: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
body.page-template-blog_g-php .post.type-post, body.error404 .post.type-post, body.page-template-galleries-php .galleries.type-galleries, body.tax-gallerycat .galleries.type-galleries, .ppb_blog_posts .post.type-post, body.archive #blog_grid_wrapper .post.type-post
{
float: left;
width : 31%;
margin-right: 20px;
margin-bottom: 20px;
}
.post.type-post:last-child
{
margin-bottom: 0;
}
.post_wrapper
{
padding: 20px 0 25px 0;
}
.post_wrapper.grid_layout
{
padding: 0;
}
.blog_grid_content
{
width: 100%;
clear: both;
box-sizing: border-box;
float: left;
}
body.single .post_wrapper
{
padding-bottom: 0;
}
.post_wrapper:first-child
{
padding-top: 0;
border: 0;
}
body.search .post_wrapper:first-child
{
padding: 20px 0 25px 0;
}
.post_wrapper.single
{
width: 100%;
margin: 0;
}
.post_header
{
width: 100%;
float: left;
margin-bottom: 20px;
}
.post_header.search
{
width: calc(100% - 50px);
margin-bottom: 0;
margin-left: 10px;
}
.post_header.quote
{
margin-bottom: 0;
}
.post_header.grid
{
margin-bottom: 15px;
width: 100%;
float: none;
}
.post_header.full
{
width: 100%;
}
body.page-template-blog_f-php .post_excerpt_full
{
margin-bottom: 0;
}
.post_header.grid h6, .portfolio_desc h5
{
font-size: 20px;
}
.post_header h3 a, .post_header.grid h6 a
{
color: #000000;
}
.post_header h5
{
font-size: 28px;
letter-spacing: -1px;
}
.post_header h6
{
font-size: 18px;
}
.post_header h5 a, .post_header h6 a
{
color: #000000;
}
.post_excerpt
{
width: 70%;
margin: auto;
}
.animate 
{
opacity: 0;
}
.animate.visible 
{
animation-name: slideUp2;
-webkit-animation-name: slideUp2;
animation-duration: 0.6s;
-webkit-animation-duration: 0.6s;
animation-timing-function: ease-in-out;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.post_excerpt.post_tag
{
width: 100%;
margin-top: 30px;
text-transform: uppercase;
font-weight: 900;
letter-spacing: 2px;
font-size: 11px;
}
#about_the_author
{
float: left;
border-top: 1px solid #e1e1e1;
padding-top: 50px;
width: 100%;
}
#about_the_author .gravatar
{
float: left;
margin: auto;
margin-right: 20px;
border-radius: 100px;
overflow: hidden;
}
.author_detail
{
width: calc(100% - 100px);
float: left;
}
.author_label
{
margin-top: -10px;
margin-bottom: 20px;
font-size: 12px;
}
.author_content h5
{
margin-bottom: 10px;
text-transform: none;
}
.post_content_wrapper
{
padding: 0;
margin: 0;
}
.post_content_wrapper.fullwidth
{
width: 100%;
}
.post_header .post_detail, .recent_post_detail, .post_detail, .thumb_content span, .portfolio_desc .portfolio_excerpt, .testimonial_customer_position, .testimonial_customer_company, .page_tagline
{
width: 100%;
padding: 0;
float: left;
margin: 5px 0 15px 0;
font-size: 11px;
letter-spacing: 3px;
text-transform: uppercase;
font-weight: bold;
}
.ppb_team_column .post_detail
{
margin-top: 0;
}
.post_detail.related
{
font-size: 10px;
font-weight: 400;
float: none;
margin-top: 0;
}
.portfolio_title .post_detail
{
margin: 0;
}
.search_form_wrapper
{
margin-top: 20px;
margin-bottom: 30px;
}
body.search .search_form_wrapper
{
margin-top: 0;
}
.search_form_wrapper .content
{
font-size: 16px;
text-align: center;
width: 60%;
margin: auto;
margin-bottom: 40px;
}
.post_header .post_detail.grid
{
margin-top: 5px;
}
.post_header .post_detail.full
{
width: 100%;
margin-top: 7px;
margin-bottom: 7px;
}
.post_header .post_detail.grid
{
margin-bottom: 0;
}
.post_attribute, .comment_date
{
padding: 0;
margin-top: 5px;
font-size: 10px;
font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
opacity: 0.5;
}
.post_info_comment
{
border-left: 1px solid #d1d1d1;
padding-left: 10px;
}
.post_type_icon
{
float: left;
margin-right: 0;
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
border-radius: 60px;
width: 30px;
height: 30px;
padding: 5px;
display: block;
text-align: center;
background: #cfa670;
}
.post_type_icon a, .post_type_icon a:hover, .post_type_icon a:active
{
color: #fff !important;
}
.post_type_icon i
{
font-size: 16px;
line-height: 16px;
display: block;
position: relative;
top: 50%;
line-height: 30px;
}
.post_readmore
{
border-left: 1px solid #d1d1d1;
padding-left: 10px;
}
.readmore
{
color: #cfa670;
}
#autocomplete .post_type_icon a
{
color: #fff !important;
}
.search_thumb
{
float: left;
border-radius: 200px;
width: 40px;
height: 40px;
overflow: hidden;
position: relative;
margin-top: 5px;
}
.search_thumb img
{
width: 40px;
height: 40px;
}
.rev_slider_wrapper
{
z-index: 1;
}
.post_qoute_mark
{
float: left;
display: block;
margin: 10px 39px 0 0;
color: #ccc;
font-size: 60px;
}
.post_qoute_mark.grid
{
margin: 10px 20px 0 0;
font-size: 30px;
color: #ccc;
}
.post_quote_title
{
font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif;
font-size: 22px;
width: 100%;
margin: auto;
}
.post_quote_title p
{
padding: 0 !important;
}
.post_quote_title a
{
color: #000000;
}
.post_quote_title.grid
{
font-size: 15px;
}
#page_caption.hasbg .post_detail, #page_caption.hasbg .post_detail a, #page_caption.hasbg .post_detail a:hover, #page_caption.hasbg .post_detail a:active, .page_tagline
{
padding: 0;
color: #fff !important;
font-size: 12px;
}
#page_caption .post_detail
{
float: none;
margin-top: 5px;
}
.post_detail_wrapper
{
float: left;
width: 96%;
margin: 0 0 10px 0;
}
.gravatar 
{
position: relative;
z-index: 2;
overflow: hidden;
float: left;
width: 80px;
height: 80px;
}
.comment .gravatar
{
width: 60px;
height: 60px;
}
.gravatar img
{
max-width: 100% !important;
}
#about_the_author .header span
{
display: block;
padding: 10px 0 10px 20px;
font-size: 14px;
}
#about_the_author .thumb
{
width: 80px;
float: left;
margin: 20px 0 0 20px;
}
#about_the_author .thumb img
{
padding: 3px;
width: 50px;
}
#about_the_author .description
{
width: 550px;
float: left;
padding: 0 0 0 20px;	
}
.comment .left img.avatar
{
width: 50px;
height: 50px;
}
.comment
{
width: 770px;
padding-bottom: 0;
float: left;
}
.fullwidth_comment_wrapper .comment
{
width: 100%;
}
.comment .left
{
float: left;
margin-right: 15px;
}
.comment_arrow
{
width: 10px;
height: 10px;
float: left;
position: relative;
left: 5px;
margin-top: 20px;
display: none;
}
.comment .right
{
width: 74%;
float: left;
margin-left: 25px;
padding: 0 0 30px 0;
}
.comment .right h7
{
display: block;
float: left;
font-weight: 600;
line-height: 28px;
margin-right: 10px;
}
.fullwidth_comment_wrapper .comment .right
{
width: calc(100% - 85px);
}
.fullwidth_comment_wrapper.sidebar .comment .right
{
width: calc(100% - 85px);
}
ul.children div.comment .right
{
width: calc(100% - 85px);
}
.fullwidth_comment_wrapper ul.children div.comment .right
{
width: calc(100% - 85px);
}
.comment .right p
{
margin: 0;
padding: 0;
}
.comment .right strong
{
font-weight: #fff;
}
#content_wrapper ul.children
{
list-style: none;
margin: -40px 0 0px 74px;
border-left: 1px solid #ccc;
padding: 5px 20px 2px 0;
float: left;
width: 106%;
}
#content_wrapper ul.children ul.children
{
margin-top: -10px;
padding-bottom: 0;
width: 83.5%;
}
.comment_wrapper
{
float: left;
margin-left: 25px;
border-left: 1px solid #eeeeee;
}
.comment_date
{
margin: 0;
line-height: 30px;
float: left;
margin-left: 0;
}
ul.children .comment
{
width: 100%;
margin: 0;
padding: 20px 0 10px 0;
margin-top: 20px;
margin-left: 45px;
float: left;
}
ul.children .comment:last-child
{
padding-top: 0;
padding-bottom: 15px;
}
ul.children .comment:first-child
{
padding-top: 10px;
margin-top: 0px;
}
.jp-play, .jp-pause
{
position: fixed;
top: 46.5%;
left: 4px;
width: 22px;
height: 20px;
background:transparent url(//thebaohouse.ro/wp-content/themes/grandrestaurant/images/sound_off.png) no-repeat left center;
text-indent: -9999px;
z-index: 99999;
}
.jp-pause
{
background:transparent url(//thebaohouse.ro/wp-content/themes/grandrestaurant/images/sound_on.png) no-repeat left center;
}
.social_wrapper
{
width: 100%;
margin: 20px 0 5px 0;
text-align: center;
}
.footer_bar_wrapper .social_wrapper
{
width: 50%;
float: right;
text-align: right;
margin: -3px 0 0 0;
}
.above_top_bar .social_wrapper
{
margin: 0;
float: right;
width: auto;
}
.social_wrapper.shortcode, .social_wrapper.shortcode ul
{
margin: 0;
text-align: left;
}
.social_wrapper ul
{
list-style: none;
margin-left: 0 !important;
text-align: left;
}
.above_top_bar .social_wrapper ul
{
text-align: right;
}
.footer_bar_wrapper .social_wrapper ul
{
text-align: right;
}
#footer_before_widget_text .social_wrapper ul
{
text-align: center;
}
#page_content_wrapper .social_wrapper ul
{
list-style: none;
margin-top: 12px;
}
#page_content_wrapper .social_wrapper.shortcode ul
{
margin-top: 0;
}
.social_wrapper ul li, .social_wrapper.small ul li
{
display: inline-block;
margin-right: 15px;
}
.social_wrapper.shortcode ul li, .social_wrapper.small.shortcode ul li
{
margin: 0 10px 10px 10px !important;
}
.footer_bar_wrapper .social_wrapper ul li
{
background: transparent !important;
border: 0 !important;
width: 16px;
height: 16px;
float: right;
}
.social_wrapper.light ul li
{
border: 0 !important;
}
.social_wrapper.large ul li
{
width: 50px;
height: 50px;
}
.above_top_bar .social_wrapper ul li
{
background: transparent;
border: 0;
width: auto;
height: auto;
margin-right: 0px;
}
.social_wrapper.shortcode ul li
{
margin: 0 2px 4px 2px;
width: auto !important;
clear: none !important;
}
.social_wrapper ul li a
{
opacity: 1;
display: block;
line-height: 0;
}
.social_wrapper.shortcode ul li a
{
color: #fff;
}
.social_wrapper.shortcode.light ul li a
{
color: #444;
}
.mobile_menu_wrapper .social_wrapper ul li a
{
color: #fff;
opacity: 0.5;
}
.mobile_menu_wrapper .social_wrapper ul li a:hover, .mobile_menu_wrapper .social_wrapper ul li a:active
{
opacity: 1;
}
.above_top_bar .social_wrapper ul li:last-child a
{
margin-right: 0;
}
.above_top_bar .social_wrapper ul li a
{
display: inline-block;
color: #fff;
padding: 0;
margin-left: 5px;
margin-right: 5px;
line-height: 30px;
}
.above_top_bar .page_content_wrapper
{
margin: auto;
}
.footer_bar_wrapper .social_wrapper ul li a
{
color: #fff;
}
.social_wrapper ul li a i, .social_wrapper.small ul li a i
{
line-height: 24px;
font-size: 24px;
}
.above_top_bar .social_wrapper ul li a i
{
font-size: 14px;
line-height: 18px;
}
.footer_bar_wrapper .social_wrapper ul li a i
{
line-height: 18px;
font-size: 18px;
}
.social_wrapper.large ul li a i
{
line-height: 32px;
font-size: 24px;
}
.above_top_bar .social_wrapper ul li:hover
{
background: transparent !important;
opacity: 1;
}
.team_card_wrapper
{
margin: 50px 0 50px 0;
}
.team_content
{
margin: 20px 0 20px 0;
}
.social_wrapper.team
{
list-style: none;
display: block;
margin: 0;
width: 100%;
margin-top: 30px;
text-align: center;
margin-left: 0 !important;
}
.team_card_wrapper .social_wrapper.team
{
text-align: left;
}
.social_wrapper.team li
{
display: inline-block;
margin: 0 5px 0 5px;
border-radius: 100px;
width: 40px;
height: 40px;
line-height: 38px;
text-align: center;
border: 2px solid #000000;
opacity: 0.2;
cursor: pointer;
}
.social_wrapper.team li i
{
font-size: 18px;
}
.social_wrapper.team li a, .social_wrapper.team li a:hover
{
color: #000;
}
.social_wrapper.team li:hover
{
opacity: 1;
}
.one_fourth .social_wrapper.team li img
{
max-width: 14px;
height: auto;
}
body.elementor-editor-preview .post_img.team img,
body.elementor-editor-active .post_img.team img
{
visibility: visible;
}
.one_fourth .social_wrapper.team li
{
display: inline-block;
margin: 0 3px 0 3px;
}
.social_wrapper ul li a img
{
opacity: .4;
}
.social_wrapper.shortcode ul li a img, .social_wrapper ul li:hover a img 
{
opacity: 1;
}
#page_caption
{
padding: 25px 0 30px 0;
width: 100%;
}
#page_caption.hasbg
{
height: 70%;
position: relative;
top: 0;
right: 0;
width: 100%;
border: 0;
padding: 0;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
margin-bottom: 0;
background: #000;
max-height: 750px;
}
#page_caption.hasbg #bg_regular, #page_caption.hasbg #bg_blurred
{
width: 100%;
min-height: 100%;
position: absolute;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
-o-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
#page_caption.hasbg #bg_regular
{
opacity: 1;
}
#page_caption.hasbg #bg_blurred
{
opacity: 0;
}
.parallax_overlay_header
{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2;
}
#page_caption.hasbg.middle .parallax_overlay_header
{
background: rgba(0,0,0,0.2);
}
#page_caption.nomargin
{
margin-bottom: 0;
}
#page_caption .page_title_wrapper
{
width: 100%;
margin: auto;
}
.page_title_inner
{
float: left;
}
#page_caption.hasbg .page_title_inner
{
float: none;
margin: auto;
width: 80%;
text-align: center;
}
#page_caption.hasbg.middle .page_title_inner
{
display: table-cell;
vertical-align: middle;
}
#page_caption.hasbg .page_title_wrapper
{
z-index: 9;
position: absolute;
bottom: 20px;
width: 100% !important;
}
#page_caption.hasbg.middle .page_title_wrapper
{
height: 100%;
display: table;
position: relative;
bottom: 0;
}
#page_caption.hasbg.notransparentmenu .page_title_wrapper
{
bottom: 60px;
}
#page_caption.hasbg h1, h1.hasbg
{
color: #fff;
float: none;
margin: auto;
line-height: 1em;
}
.page_tagline
{
width: 40%;
text-align: right;
float: right;
position: relative;
top: 50%;
}
#page_caption.hasbg .page_tagline
{
color: #fff;
}
.page_header_sep
{
margin-bottom: 10px;
}
.page_header_sep.left
{
margin-left: 0;
margin-right: 0;
}
#page_caption.hasbg:after 
{
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(50%,transparent),color-stop(76%,rgba(0,0,0,0.1)),color-stop(93%,rgba(0,0,0,0.4)),to(rgba(0,0,0,0.59)));
background-image: -webkit-linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 76%,rgba(0,0,0,0.4) 93%,rgba(0,0,0,0.59) 100%);
background-image: linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 76%,rgba(0,0,0,0.4) 93%,rgba(0,0,0,0.59) 100%);
z-index: 2;
}
#page_caption.hasbg.middle:after
{
display: none;
}
.ppb_title
{
font-size: 50px;
margin-top: 0;
letter-spacing: 0;
font-weight: 400;
text-transform: uppercase;
line-height: 1em;
}
.ppb_title_first
{
display: block;
font-family: 'Kristi', 'Times New Roman', Georgia, Times,serif;
font-style: italic;
font-size: 70px;
text-transform: none;
top: 0;
position: relative;
color: #cfa670;
letter-spacing: 0 !important;
font-weight: normal;
line-height: 50px;
}
#page_caption.hasbg h1 .ppb_title_first, h1.hasbg .ppb_title_first
{
color: #fff;
}
.ppb_subtitle
{
margin: 10px 0 20px 0;
font-size: 12px;
color: #777;
letter-spacing: 2px;
text-transform: uppercase;
}
.ppb_content
{
margin: 15px 0 15px 0;
width: 96%;
}
#crumbs
{
float: right;
font-size: 10px;
line-height: 34px;
}
#crumbs.center, #page_caption.hasbg #crumbs
{
display: block !important;
}
#page_caption.hasbg #crumbs
{
color: #fff;
float: none;
margin: auto;
display: none;
}
#page_caption.hasbg #crumbs a
{
color: #fff;
}
#crumbs a, #crumbs a:hover, #crumbs a:active
{
color: #999;
}
#page_caption h2
{
color: #333;
padding: 0 0 0 0;
font-size: 22px;
font-weight: normal;
}
#page_caption h1 
{
line-height: 1em;
}
body.single-post #page_caption h1 
{
font-size: 40px;
text-transform: none;
}
.icon-scroll,
.icon-scroll:before {
position: absolute;
left: 50%;
}
.icon-scroll {
width: 20px;
height: 35px;
margin-left: -10px;
position: absolute;
bottom: 20px;
margin-top: -35px;
box-shadow: inset 0 0 0 3px #fff;
border-radius: 25px;
z-index: 99;
}
.icon-scroll:before {
content: '';
width: 4px;
height: 4px;
background: #fff;
margin-left: -2px;
top: 4px;
border-radius: 4px;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-name: scroll;
animation-name: scroll;
}
.one.fullwidth.slideronly .icon-scroll
{
display: none;
}
@-webkit-keyframes scroll {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translateY(23px);
transform: translateY(23px);
}
}
@keyframes scroll {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translateY(23px);
transform: translateY(23px);
}
} .post.type-post .post_share
{
color: #444;
display: none;
}
.post_share_bubble
{
position: absolute;
bottom: 20px;
right: 0;
z-index: 9;
width: 15px;
}
body.single.single-post .post_share_bubble, body.single.single-projects .post_share_bubble, body.single.single-attachment .post_share_bubble
{
position: fixed;
left: 7px;
bottom: 7px;
}
body.single.single-post .post_share_bubble a.post_share, body.single.single-projects .post_share_bubble a.post_share, body.single.single-attachment .post_share_bubble a.post_share
{
display: none;
padding:10px 10px 10px 10px;
width: 25px;
background: #eee;
text-align: center;
opacity: 0.5;
border-radius: 5px;
-webkit-transition: opacity .2s linear;
-moz-transition: opacity .2s linear;
-ms-transition: opacity .2s linear;
-o-transition: opacity .2s linear;
transition: opacity .2s linear;
}
a.post_share
{
color: #000;
}
body.single.single-post .post_share_bubble a.post_share:hover, body.single.single-projects .post_share_bubble a.post_share:hover, body.single.single-attachment .post_share_bubble a.post_share:hover
{
opacity: 1;
}
.post_share_bubble_wrapper
{
position: relative;
}
.post_img
{
position: relative;
height: auto;
text-align: center;
overflow: hidden;
float: left;
line-height: 0;
width: 100%;
margin-bottom: 20px;
}
.post_img.team
{
width: 100%;
margin: auto;
float: none;
margin-bottom: 0;
overflow: hidden;
}
.post_img.team img
{
max-width: 100%;
}
.post_ft_img
{
opacity: 0;
}
.post_img.small.square_thumb 
{
width: auto;
}
.post_img.small.square_thumb.shortcode
{
padding: 10px;
background: #fff;
}
.post_img.fadeIn, .post_img.grid.fadeIn
{
opacity: 0;
animation-duration: 0.7s;
-webkit-animation-duration: 0.7s;
}
.post_img img
{
width: 100% !important;
height: auto;
}
body.single .post_img img
{
width: auto;
}
#content_slider_wrapper
{
width: 100%;
height: 20px;
background: transparent;
position: fixed;
bottom: 200px;
}
#social_share_wrapper, .social_share_wrapper
{
margin-left: 0 !important;
margin-top: 20px;
padding-top: 20px;
margin-bottom: 20px;
text-align: center;
clear: both;
}
.social_share_bubble
{
position: relative;
background-color:#eee;
margin: 0;
padding:7px;
text-align:center;
width:130px;
left: -15px;
top: -15px;
opacity: 0;
border-radius: 5px;
}
.social_share_bubble a, .social_share_bubble a:hover
{
color: #000;
}
body.single.single-post .social_share_bubble, body.single.single-projects .social_share_bubble, body.single.single-attachment .social_share_bubble
{
left: 0;
}
.social_share_bubble:after
{
position: absolute;
display: block;
content: "";  
border-color: #eee transparent transparent transparent;
border-style: solid;
border-width: 10px;
height:0;
width:0;
position:absolute;
bottom:-19px;
left:1em;
}
.social_share_wrapper.shortcode
{
margin: 0;
padding: 0;
border: 0;
}
#social_share_wrapper a i, .social_share_wrapper.shortcode a i
{
font-size: 20px;
}
#social_share_wrapper a, .social_share_wrapper.shortcode a
{
opacity: 0.3;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
#social_share_wrapper a:hover, .social_share_wrapper.shortcode a:hover
{
opacity: 1;
}
.social_share_wrapper.shortcode
{
margin: 0;
}
#social_share_wrapper h5,  .social_share_wrapper.shortcode h5
{
display: inline-block;
margin-bottom: 5px;
}
#social_share_wrapper ul, .social_share_wrapper.shortcode ul, .social_share_bubble ul
{
display: block;
clear: both;
list-style: none;
margin: 0;
margin-left: 0 !important;
}
#social_share_wrapper ul li, .social_share_wrapper.shortcode ul li, .social_share_bubble ul li
{
display: block;
margin: 0 0 5px 0;
}
.social_share_wrapper.shortcode ul li
{
display: inline-block;
margin: 0 10px 0 10px;
border-left: 0 !important;
}
.social_share_bubble ul li
{	
display: inline-block;
margin: 0 7px 0 7px;
font-size: 14px;
}
#social_share_wrapper.inline, .social_share_bubble.inline
{
text-align: center;
border:0;
margin-top: 30px;
}
.imageFlow_gallery_info_wrapper #social_share_wrapper ul li, .imageFlow_gallery_info_wrapper .social_share_wrapper ul li, #social_share_wrapper.inline ul li, .social_share_wrapper.inline ul li
{
display: inline-block;
margin: 0 5px 0 5px;
} #page_content_wrapper .inner .sidebar_content, .page_content_wrapper .inner .sidebar_content
{
width: 650px;
padding: 0;
float: left;
padding-right: 20px;
margin-right: 0px;
box-sizing: border-box;
}
#page_content_wrapper .inner .sidebar_content.portfolio
{
width: 690px;
padding-right: 0;
}
.page_content_wrapper .inner .sidebar_content.page_content
{
background: transparent;
padding: 0;
}
#page_content_wrapper .inner #portfolio_filter_wrapper.sidebar_content
{
width: 100%;
padding-right: 0;
margin-right: 0;
border: 0;
}
#page_content_wrapper .inner .sidebar_content.nopadding, .page_content_wrapper .inner .sidebar_content.nopadding
{
padding-top: 0 !important;
}
#page_content_wrapper .inner .sidebar_content.left_sidebar, .page_content_wrapper .inner .sidebar_content.left_sidebar
{
padding: 0;
padding-left: 0;
border-right: 0;
float: right;
}
#page_content_wrapper .inner .sidebar_content.full_width, .page_content_wrapper .inner .sidebar_content.full_width
{
width: 100%;
padding: 0;
margin-top: 0;
border: 0;
}
.ppb_wrapper
{
margin-top: 0;
width: 100%;
overflow-x: hidden;
}
#page_content_wrapper.hasbg.nomargintop
{
margin-top: 0 !important;
}
#page_content_wrapper .inner .sidebar_content.full_width.nopadding, .page_content_wrapper .inner .sidebar_content.full_width.nopadding
{
padding: 0 !important;
}
#page_content_wrapper .inner .sidebar_content img, 
.page_content_wrapper .inner .sidebar_content img
{
max-width: 100%;
height: auto;
}
.sidebar_content img
{
border-radius: 5px;
}
#page_content_wrapper .inner .sidebar_content .four_cols.gallery .element img
{
border-radius: 0;
}
#page_content_wrapper .inner .sidebar_content .map_shortcode_wrapper img, .page_content_wrapper .inner .sidebar_content .map_shortcode_wrapper img
{
max-width: none;
}
#page_content_wrapper .inner .sidebar_content div.wp-caption, .page_content_wrapper .inner .sidebar_content div.wp-caption
{
max-width: 100%;
}
#page_content_wrapper .inner .sidebar_content.full_width#blog_grid_wrapper, .page_content_wrapper .inner .sidebar_content.full_width.blog_grid_wrapper
{
width: 103%;
padding: 0;
}
#blog_grid_wrapper, .blog_grid_wrapper
{
width: 1195px;
}
#page_content_wrapper .inner .sidebar_wrapper, .page_content_wrapper .inner .sidebar_wrapper
{
width: 220px;
float: left;
margin-top: 0;
margin-left: 30px;
}
#page_content_wrapper .inner .sidebar_wrapper.left_sidebar, .page_content_wrapper .inner .sidebar_wrapper.left_sidebar
{
margin-left: 0;
}
#page_content_wrapper .inner .sidebar_wrapper.adjust, #page_content_wrapper .inner .sidebar_wrapper.left_sidebar.adjust
{
padding-top: 50px;
}
#page_content_wrapper .inner .sidebar_wrapper.left_sidebar
{
width: 230px;
margin-right: 0;
margin-left: 0;
}
#page_content_wrapper .inner .sidebar_wrapper a, .page_content_wrapper .inner .sidebar_wrapper a
{
color: #222;
}
#page_content_wrapper .inner .sidebar_wrapper .sidebar, .page_content_wrapper .inner .sidebar_wrapper .sidebar
{
width: 100%;
float: left;
}
#page_content_wrapper .inner .sidebar_wrapper .sidebar .content, .page_content_wrapper .inner .sidebar_wrapper .sidebar .content
{
width: 100%;
margin: 0 0 0 0;
}
.mobile_menu_wrapper .sidebar_wrapper h2.widgettitle
{
color: #fff;
}
.mobile_menu_wrapper .sidebar_wrapper a
{
color: #777;
}
.mobile_menu_wrapper .page_content_wrapper
{
width: 100%;
}
.mobile_menu_wrapper .sidebar_wrapper
{
width: 100%;
margin-top: 50px;
} input[type=text], input[type=password], input[type=email], input[type=url], input[type=date], input[type=tel], input.wpcf7-text, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text, select
{
padding: 13px 10px 13px 10px;
font-size: 100%;
font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif;
margin: 0;
background: #fff;
border: 1px solid #e1e1e1;
outline: none;
-webkit-transition: border-color linear .3s;
-moz-transition: border-color linear .3s;
-o-transition: border-color linear .3s;
transition: border-color linear .3s;
box-sizing: border-box;
-webkit-appearance: none;
border-radius: 0;
border-radius: 5px;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:focus, input[type=date]:focus, input[type=tel:focus], input.wpcf7-text:focus, .woocommerce table.cart td.actions .coupon .input-text:focus, .woocommerce-page table.cart td.actions .coupon .input-text:focus, .woocommerce #content table.cart td.actions .coupon .input-text:focus, .woocommerce-page #content table.cart td.actions .coupon .input-text:focus 
{
outline: 0;
}
.contact_form_wrapper input[type=text], .contact_form_wrapper input[type=email], .contact_form_wrapper input[type=date]
{
width: 46%;
display: inline;
box-sizing: border-box;
margin-right: 3%;
margin-bottom: 3%;
}
.contact_form_wrapper input[type=submit]
{
float: right;
margin-right: 4%;
}
.contact_form_wrapper label
{
display: none;
}
.contact_form_wrapper label.gdpr_label
{
display: inline;
text-transform: none;
}
.contact_form_response ul
{
margin-left: 20px;
margin-bottom: 20px;
}
.contact_form_wrapper
{
margin-top: 30px;
}
input[type=text].blur, textarea.blur
{
color: #999;
}
#contact_form input[type="text"], #contact_form textarea
{
margin-bottom: 15px;
width: 97%;
}
div.wpcf7-response-output
{
padding: 20px;
}
.wpcf7-form input.wpcf7-text, .wpcf7-form textarea, .wpcf7-form input.wpcf7-date
{
width: 100%;
box-sizing: border-box;
}
.wpcf7-form textarea
{
max-height: 80px;
}
.wpcf7-select {
width: 100%;
}
.fullwidth_comment_wrapper #commentform textarea 
{
width: 100%;
}
.fullwidth_comment_wrapper .post_content_wrapper
{
background: transparent !important;
padding: 30px 0 30px 0 !important;
width: 100% !important;
}
label
{
clear: both;
float: none;
width: 100%;
margin-left: 0;
margin-bottom: 10px;
display: block;
font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif;
text-transform: uppercase;
font-size: 16px;
font-weight: 600;
}
.form-allowed-tags
{
display: none !important;
}
p.comment-notes
{
margin-bottom: 20px;
}
textarea
{
font-size: 100%;
border: 1px solid #e1e1e1;
background: #fff;
margin: 0;
height: 200px;
overflow: auto;
padding: 13px 10px 13px 10px;
font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif;
outline: none;
-webkit-transition: border-color linear .2s;
-moz-transition: border-color linear .2s;
-o-transition: border-color linear .2s;
transition: border-color linear .2s;
box-sizing: border-box;
-webkit-appearance: none;
border-radius: 5px;
}
input[type=submit], input[type=button], a.button, .button
{
display: inline-block;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
padding: 1em 1.7em .9em 1.7em;
color: #222;
background: transparent;
border: 2px solid #cfa670;
font-size: 13px;
font-weight: 900;
font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif;
text-shadow: none;
margin-right: 5px;
text-shadow: none;
-webkit-appearance: none;
box-shadow: 0 0 0 0 !important;
line-height: 1.5 !important;
-webkit-transition: color .2s linear, background .1s linear, opacity .2s linear;
-moz-transition: color .2s linear, background .1s linear, opacity .2s linear;
-ms-transition: color .2s linear, background .1s linear, opacity .2s linear;
-o-transition: color .2s linear, background .1s linear, opacity .2s linear;
transition: color .2s linear, background .1s linear, opacity .2s linear;
}
a.button.continue_ppb_blog
{
margin: auto;
float: none;
display: block;
clear: both;
padding: 2em 1.5em 2em 1.5em;
}
.post_button_wrapper
{
margin-top: 20px;
}
a.button.fullwidth.ppb
{
padding: 3.5em 1.5em 3em 1.5em !important;
border: 0;
width: 100%;
box-sizing: border-box;
}
a.button.fullwidth.ppb .subtitle
{
font-size: 14px;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 5px;
text-transform: uppercase;
}
a.button.fullwidth.ppb .title
{
font-size: 32px;
font-style: italic;
margin-bottom: 20px;
}
a.button.fullwidth.ppb i 
{
font-size: 30px;
}
input[type=submit].white, input[type=button].white, a.button.white, .button.white, a.button.white:hover, .button.white:hover, a.button.white:active, .button.white:active
{
color: #fff;
background: transparent;
border-color: #fff;
}
input[type=submit].whitebg, input[type=button].whitebg, a.button.whitebg, .button.whitebg, a.button.whitebg:hover, .button.whitebg:hover, a.button.whitebg:active, .button.whitebg:active
{
background: #fff;
color: #000;
border-color: #fff;
}
input[type=submit].black, input[type=button].black, a.button.black, .button.black, a.button.black:hover, .button.black:hover, a.button.black:active, .button.black:active
{
color: #000;
border-color: #000;
}
input[type=button]:hover, input[type=submit]:hover, a.button:hover, .button:hover, .button.submit, a.button.white:hover, .button.white:hover, a.button.white:active, .button.white:active
{
color: #fff;
border-color: #222;
background: #222;
}
.error
{
color: #ff0000;
}
a.comment-reply-link
{
margin: 0 0 0 10px;
float: right;
line-height: 28px;
font-weight: 600;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 2px;
}
input[type=submit].medium, input[type=button].medium, a.button.medium
{
font-size: 15px;
padding: 12px 20px 11px 20px;
}
input[type=submit].large, input[type=button].large, a.button.large
{
font-size: 17px;
padding: 16px 25px 15px 25px;
}
#cancel-comment-reply-link
{
display: inline-block;
margin: 10px 0 0 10px;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 2px;
float: right;
}
input[type=submit].left, input[type=button].left, a.button.left
{
float: left;
}
input[type=submit].right, input[type=button].right, a.button.right
{
float: right;
}
input[type=submit].center, input[type=button].center, a.button.center
{
margin: auto;
}
.open_table_field
{
display: inline-block;
margin: 0 15px 0 15px;
}
.open_table_field input, .open_table_field select
{
width: 150px;
}
.open_table_field label
{
display: inline-block;
margin: 0 15px 0 15px;
width: auto;
display: inline-block;
clear: none;
}
.open_table_field label
{
font-size: 20px;
}
#open_table_submit
{
margin-top: 30px;
margin-right: 0;
width: 200px;
}
#tg_reservation, #tg_sidemenu_reservation
{
border: 0;
font-size: 12px;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
margin: 0 10px 0 10px;
background: transparent !important;
color: #222;
border: 2px solid #222;
}
#tg_sidemenu_reservation
{
margin: 0;
display: none;
}
.top_bar.hasbg #tg_reservation
{
background: transparent !important;
border: 2px solid #fff;
color: #fff;
}
#reservation_wrapper
{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999;
background: #000;
background: rgb(0,0,0,0.85);
background: rgba(0,0,0,0.85);
display: none;
overflow: scroll;
}
.reservation_content
{
display: table;
width: 100%;
height: 100%;
z-index: 9;
color: #fff;
position: relative;
overflow: scroll;
z-index: 999;
}
#reservation_cancel_btn
{
position: absolute;
top: 30px;
right: 30px;
z-index: 9;
color: #fff !important;
cursor: pointer;
}
#reservation_cancel_btn i
{
font-size: 24px;
font-weight: normal;
}
.reservation_form
{
display: table-cell;
vertical-align: middle;
position: relative;
z-index: 999;
}
.reservation_form h2.ppb_title
{
color: #fff !important;
}
.reservation_form .post_detail
{
color: #fff !important;
margin: -10px 0 10px 0;
}
.reservation_form_wrapper
{
width: 700px;
margin: auto;
text-align: center;
padding: 30px;
border: 1px solid #fff;
position: relative;
z-index: 999;
border-radius: 5px;
}
#tg_reservation_form 
{
margin-top: 50px;
}
#tg_reservation_form input[type=checkbox]
{
margin-top: 5px;
}
#tg_reservation_form input[type=checkbox],
#tg_reservation_form label.gdpr_label
{
display: inline-block;
float: left;
margin-right: 10px;
clear: none;
width: auto;
}
#tg_reservation_form label.gdpr_label
{
text-transform: none;
}
.reservation_form label 
{
color: #fff !important;
font-weight: 600;
text-align: left;
}
.reservation_form input[type=text], .reservation_form textarea, .reservation_form select, .reservation_form input[type=text]:focus, .reservation_form textarea:focus, .reservation_form input[type=date]
{
background: transparent !important;
border: 0;
border-bottom: 1px solid #fff;
color: #fff;
width: 100%;
border-radius: 0;
}
.reservation_form input[type=date] {
color-scheme: dark;
}
.reservation_form textarea 
{
width: 100%;
height: 100px;
}
#reservation_submit_btn
{
background: #cfa670;
margin-top: 20px;
}
.reservation_form #reponse_msg i
{
color: #fff !important;
}
.reservation_form #reponse_msg ul li.error
{
text-align: left;
} .pagination {
margin: 0 0 10px 0;
float: left;
}
.pagination p a:first-child {
float: left;
}
.pagination p a:last-child {
float: right;
}
.pagination:not(.elementor-blog-pagination) a, 
.pagination:not(.elementor-blog-pagination) span
{
height: 30px;
width: 30px;
line-height: 30px;
display: inline-block;
text-align: center;
color: #424242;
margin-right: 10px;
border-radius: 50px;
overflow: hidden;
font-size: 12px;
border: 2px solid transparent;
}
.pagination span, .pagination a:hover
{
color: #222;
font-weight: bold;
background: transparent;
border-color: #cfa670;
}
.pagination span
{
background: transparent !important;
}
.pagination_detail
{
margin-top: 9px;
float: right;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 900;
}
#page_content_wrapper ul
{
margin: 0;
}
body.single-post #page_content_wrapper .post_wrapper ul
{
margin-left: 20px;
}
#page_content_wrapper ol
{
margin: 15px 0 15px 40px;
}
#page_content_wrapper  .sidebar .content .sidebar_widget li.widget_block ol
{
margin: 20px 0 20px 0;
} #page_content_wrapper ul.flickr
{
margin: 0 0 10px 0;
}
#page_content_wrapper ul.posts.blog
{
list-style: none;
margin-left: 0 !important;
float: left;
padding: 0;
width: 100%;
box-sizing: border-box;
}
#page_content_wrapper ul.flickr li img
{
width: 65px;
height: auto;
}
#page_content_wrapper .sidebar .content .posts.blog li img, #page_content_wrapper .posts.blog li img
{
float: left;
margin: 0 10px 2px 0;
width: 70px;
border-radius: 5px;
}
.post_circle_thumb 
{
position: relative;
z-index: 2;
overflow: hidden;
float: left;
width: 70px;
height: 70px;
float: left;
margin-right: 15px;
}
.post_circle_thumb.flickr
{
margin-right: 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget, #page_content_wrapper .sidebar .content .posts.blog, .page_content_wrapper .sidebar .content .sidebar_widget, .page_content_wrapper .sidebar .content .posts.blog
{
list-style: none;
margin-left: 0;
margin-top: 0;
padding: 0;
}
#page_content_wrapper .sidebar .content .posts.blog li, .page_content_wrapper .sidebar .content .posts.blog li
{
padding: 0 0 10px 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li, .page_content_wrapper .sidebar .content .sidebar_widget li
{
margin: 30px 0 0px 0;
padding: 0;
float: left;
clear: both;
width: 100%;
}
#page_content_wrapper .sidebar .content .sidebar_widget li select, .textwidget select, .page_content_wrapper .sidebar .content .sidebar_widget li select
{
margin: 10px 0 10px 0;
max-width: 100%;
}
#page_content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle, h2.widgettitle, h5.widgettitle
{
font-size: 13px;
display: block;
text-align: left;
font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif;
color: #444;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
}
#page_content_wrapper .sidebar .content .sidebar_widget li:first-child, .page_content_wrapper .sidebar .content .sidebar_widget li:first-child
{
margin-top: 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul, .page_content_wrapper .sidebar .content .sidebar_widget li ul
{
list-style: none;
padding: 20px 0 0 0;
margin: 0 0 15px 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul li ul.children, .page_content_wrapper .sidebar .content .sidebar_widget li ul li ul.children
{
margin-left: 10px;
margin-bottom: 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul li ul.children li:last-child, .page_content_wrapper .sidebar .content .sidebar_widget li ul li ul.children li:last-child
{
border: 0;
margin-bottom: 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li.widget_pages ul li ul.children, .page_content_wrapper .sidebar .content .sidebar_widget li.widget_pages ul li ul.children
{
margin-left: 20px;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul li, #footer .sidebar_widget li ul li, .page_content_wrapper .sidebar .content .sidebar_widget li ul li, #footer .sidebar_widget li ul li
{
padding: 0;
margin-top: 0;
margin-bottom: 5px;
}
#page_content_wrapper .sidebar .content .sidebar_widget li.widget_categories ul li, #page_content_wrapper .sidebar .content .sidebar_widget li.widget_archive ul li, #page_content_wrapper .sidebar .content .sidebar_widget li.widget_nav_menu ul li
{
padding: 5px 0 5px 0;
border-bottom: 1px solid #e1e1e1;
}
#page_content_wrapper .sidebar .content .sidebar_widget li.widget_categories ul li:last-child, #page_content_wrapper .sidebar .content .sidebar_widget li.widget_archive ul li:last-child, #page_content_wrapper .sidebar .content .sidebar_widget li.widget_nav_menu ul li:last-child
{
border-bottom: 0;
}
#footer .sidebar_widget li.widget_nav_menu ul li, #page_content_wrapper .sidebar .content .sidebar_widget li.widget_pages ul li
{
border: 0;
}
#footer .sidebar_widget li ul li
{
border-color: #000000;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul li:first-child, .page_content_wrapper .sidebar .content .sidebar_widget li ul li:first-child, #footer ul.sidebar_widget li ul li:first-child, #footer ul.sidebar_widget li .textwidget
{
padding-top: 0;
}
#footer ul.sidebar_widget li .textwidget
{
padding-top: 10px;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li:first-child, .page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li:first-child, #footer ul.sidebar_widget li ul.flickr li:first-child
{
border: 0;
padding-top: 0;
}
#page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul.menu li a, .page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul.menu li a
{
width: 100%;
box-sizing: border-box;
display: block;
}
#page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul.menu li.current-menu-item a, .page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul.menu li.current-menu-item a
{
font-weight: bold;
}
.widget_search input[type=text]#s
{
width: calc(100% - 105px);
}
#wp-calendar tr td, #wp-calendar tr th
{
padding: 5px 0 5px 0;
text-align: center;
background: transparent;
}
#wp-calendar tr td#prev, #wp-calendar tr td#next
{
text-transform: uppercase;
padding-top: 20px;
}
#wp-calendar tr td.pad, #wp-calendar tr td#prev, #wp-calendar tr td#next
{
background: transparent !important;
}
#wp-calendar caption
{
display:none;
}
#wp-calendar
{
margin: 20px 0 0 0;
width: 100%;
}
.mobile_menu_wrapper .widget_calendar table tr th, .mobile_menu_wrapper .widget_calendar table tr td
{
border-color: #555;
}
table
{
margin: 10px 0 10px 0;
}
table.opening_hours_table
{
margin: 0;
margin: auto;
}
table tr td
{
border-bottom: 1px solid #e1e1e1;
}
table tr th, table tr td
{
padding: 20px;
text-align: left;
border-bottom: 1px solid #e1e1e1;
}
table tr th
{
font-weight: bold;
}
#footer table tr th, #footer table tr td
{
border-bottom: 1px solid #000000 !important;
}
#footer .widget_tag_cloud div a
{
border-color: #000000 !important;
}
#footer_menu
{
float: right;
display: block;
list-style: none;
}
#footer_menu li
{
display: inline-block;
margin-left: 20px;
}
#footer_menu li a
{
color: #fff;
}
#footer_menu li a:hover
{
color: #fff;
}
#footer_menu li ul
{
display: none;
}
table thead tr th
{
background: transparent;
}
table#wp-calendar thead tr th
{
text-align: center;
}
table tfoot tr, table tfoot tr td
{
background: transparent;
border-bottom: 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr, .page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr
{
list-style: none;
margin: 5px 0 30px 0;
float: left;
display: block;
padding: 15px 0 3px 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li, .page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li
{
display: block;
float: left;
margin: 0 10px 10px 0;
padding: 0;
border: 0;
clear: none;
width: auto;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li img, .page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li img
{
width: 76px;
height: auto;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter, .page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter
{
margin: 0;
margin-top: 20px;
list-style:none;
padding: 0 0 0 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li, .page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li
{
padding-left:32px;
padding-bottom: 15px;
background-image:url(//thebaohouse.ro/wp-content/themes/grandrestaurant/images/icon_twitter_bird.png);
background-repeat:no-repeat;
background-position:0px 0.5em;
border: 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media, .page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media
{
list-style: none;
margin: 10px 0 15px 0;
float: left;
display: block;
padding: 0 0 3px 0;
margin-left: -5px;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media li, .page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media li
{
display: block;
float: left;
margin: 0 5px 0 0;
}
ul.list
{
margin: 5px 0 0 20px;
}
.highlight_yellow
{
background: #ffc600;
color: #000;
text-shadow: -1px 0 1px #fff;
}
.highlight_black
{
background: #000;
color: #fff;
}
#page_content_wrapper ul.twitter
{
margin: 0;
list-style:none;
}
#page_content_wrapper ul.twitter li
{
padding-left:32px !important;
padding-top: 0 !important;
background-image:url(//thebaohouse.ro/wp-content/themes/grandrestaurant/images/icon_twitter_bird.png);
background-repeat:no-repeat;
background-position:0px 0.3em;
padding-bottom: 2em;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr, ul.flickr, .page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr, ul.flickr
{
list-style: none;
margin: 10px 0 -10px 0;
float: left;
display: block;
clear: both;
width: 120%;
}
ul.flickr li
{
float: left;
margin: 0 5px 0 0;
}
#page_content_wrapper .sidebar .content .posts.blog, .page_content_wrapper .sidebar .content .posts.blog
{
list-style: none;
margin-top: 20px;
}
#page_content_wrapper .sidebar .content .posts.blog.withthumb, .page_content_wrapper .sidebar .content .posts.blog.withthumb
{
margin-top: 20px;
}
#page_content_wrapper .sidebar .content .posts.blog li, .page_content_wrapper .sidebar .content .posts.blog li
{
line-height: 1em;
clear: both;
border:0;
background: none;
width: 100%;
float: left;
margin: 0;
}
#page_content_wrapper .posts.blog li, .page_content_wrapper .posts.blog li
{
float: left;
width: 49.4%;
margin-right: 1.2%;
margin-bottom: 1.2%;
padding: 20px;
box-sizing: border-box;
border: 1px solid #e1e1e1;
display: table;
text-align: left;
background: #fff;
-webkit-transition: background .2s linear;
-moz-transition: background .2s linear;
-ms-transition: background .2s linear;
-o-transition: background .2s linear;
transition: background .2s linear;
}
#page_content_wrapper .posts.blog li:nth-child(2n), .page_content_wrapper .posts.blog li:nth-child(2n)
{
margin-right: 0;
float: right;
}
#page_content_wrapper .posts.blog li a, .page_content_wrapper .posts.blog li a
{
width: 100%;
}
#page_content_wrapper .sidebar .content .posts.blog.withthumb li, #page_content_wrapper .posts.blog.withthumb li, .page_content_wrapper .sidebar .content .posts.blog.withthumb li, .page_content_wrapper .posts.blog.withthumb li
{
line-height: 1.5em;
border: 0;
display: block;
font-weight: 600;
}
#page_content_wrapper .sidebar .content .posts.blog li, .page_content_wrapper .sidebar .content .posts.blog li
{
padding-top: 10px;
}
#page_content_wrapper .sidebar .content .posts.blog li strong.header, #page_content_wrapper .posts.blog li strong.header, .page_content_wrapper .sidebar .content .posts.blog li strong.header, .page_content_wrapper .posts.blog li strong.header
{
font-weight: normal;
}
#cover_content
{
position:fixed;top:20%;left:40px;z-index:9;
}
#page_content_wrapper .sidebar .content .textwidget, .page_content_wrapper .sidebar .content .textwidget
{
margin-top: 0;
padding: 10px 0 0 0;
}
#page_content_wrapper .sidebar .content .textwidget p:first-child
{
padding: 0 !important;
}
.textwidget img
{
max-width: 100%;
height: auto;
border-radius: 5px;
}
#searchsubmit
{
margin: -8px;
line-height: 18px;
padding: 1em 1.5em 0.9em 1.5em !important;
}
.widget_search input#searchsubmit
{
margin: 10px 0 0 0;
position: relative;
top: -2px;
}
.widget_tag_cloud div, .tag_cloud
{
margin: 20px 0 10px 0;	
}
.widget_tag_cloud div a, .meta-tags a, .tag_cloud a, .post_excerpt.post_tag a
{
display: inline-block;
border: 2px solid #cfa670 !important;
font-size: 12px !important;
letter-spacing: 0px;
text-transform: lowercase;
padding: 2px 7px 2px 7px;
margin: 0 1px 4px 0;
}
.post_excerpt.post_tag a
{
margin-right: 4px;
font-weight: 400;
border-radius: 5px;
}
.post_excerpt.post_tag a:hover
{
color: #cfa670;
}
.slider_wrapper .gallery_image_caption h2
{
padding: 15px;
}
#gallery_caption h2:empty, .slider_wrapper .gallery_image_caption h2:empty
{
display: none;
}
.slider_wrapper.portfolio ul.slides li
{
margin: 0px; 
padding: 0px;
text-align:center;
max-height: 500px;
}
.slider_wrapper.portfolio ul.slides li img
{
width: 100%;
max-width: 100%;
}
.slider_wrapper.portfolio ul.slides li .portfolio_slider_desc
{
position: absolute;
bottom: 30px;
left: 90px;
color: #fff;
line-height: initial;
z-index: 9;
width: calc(100% - 180px);
}
.slider_wrapper.portfolio ul.slides li:after 
{
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(50%,transparent),color-stop(76%,rgba(0,0,0,0.1)),color-stop(93%,rgba(0,0,0,0.4)),to(rgba(0,0,0,0.59)));
background-image: -webkit-linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 76%,rgba(0,0,0,0.4) 93%,rgba(0,0,0,0.59) 100%);
background-image: linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 76%,rgba(0,0,0,0.4) 93%,rgba(0,0,0,0.59) 100%);
z-index: 2;
text-align: left;
}
.slider_wrapper.portfolio ul.slides li .portfolio_slider_desc  .post_detail
{
text-align: left;
margin-bottom: 0;
color: #fff;
margin-top: 10px;
}
.slider_wrapper.portfolio ul.slides li .portfolio_slider_desc h5
{
color: #fff;
text-align: left;
}
.slider_wrapper.portfolio ul.slides li .portfolio_slider_desc h5 .menu_title
{
font-size: 16px;
}
.slider_wrapper.portfolio ul.slides li .portfolio_slider_desc h5 .menu_price
{
margin-left: 10px;
}
.menu_content_classic
{
width: 100%;
float: left;
margin: 30px 0 0 0;
text-align: left;
}
.portfolio_desc .menu_content_classic
{
margin: 0;
}
.portfolio_desc .menu_content_classic.center
{
display: table-cell;
vertical-align: middle;
float: none;
}
.ppb_menu_title
{
text-transform: uppercase;
margin-bottom: 10px;
padding-bottom: 1px;
border-bottom: 1px solid #222;
display: inline-block;
line-height: 1.2em;
letter-spacing: 2px;
}
.menu_image
{
width: 60px;
height: 60px;
float: left;
overflow: hidden;
margin-right: 15px;
border-radius: 100px;
position: relative;
z-index: 3;
top: -5px;
}
.menu_image img
{
width: auto;
height: 60px;
}
h5.menu_post
{
font-weight: 600;
font-size: 14px;
text-transform: uppercase;
position: relative;
}
h5.menu_post.image
{
width: calc(100% - 75px);
margin-left: 75px;
}
.menu_content_classic .menu_title 
{
position: relative;
z-index: 2;
font-size: 16px;
top: -5px;
}
.menu_content_classic .menu_title.size
{
font-size: 10px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 2px;
}
.grid_image_frame .menu_content_classic .menu_title
{
background: transparent !important;
color: #fff !important;
}
.grid_image_frame .menu_content_classic .menu_price.size
{
top: -5px;
float: right;
}
.menu_content_classic .menu_dots
{
position: absolute;
top: 14px;
left: 0;
right: 0;
z-index: 1;
margin: 0;
border: 0;
height: 3px;
display: block;
background-image: radial-gradient(circle closest-side,#ccc 80%,#fff 10%);
background-position: bottom;
background-size: 4px 2px;
background-repeat: repeat-x;
display: none;
}
.menu_content_classic .menu_dots.size
{
background-image: none;
}
.menu_content_classic .menu_dots.image
{
left: 75px;
}
.menu_content_classic .menu_price 
{
position: absolute;
top: -5px;
right: 0;
font-size: 17px;
color: #222;
z-index: 2;
}
.menu_content_classic .menu_price.size
{
font-size: 12px;
font-weight: 400;
top: 0;
}
.grid_image_frame .menu_content_classic .menu_price, .grid_image_frame .post_detail.menu_excerpt
{
background: transparent !important;
color: #fff !important;
position: relative;
}
.grid_image_frame .post_detail.menu_excerpt
{
margin-bottom: 20px;
}
.post_detail.menu_excerpt
{
text-transform: none;
letter-spacing: 0;
font-size: 13px;
width: auto;
float: left;
margin-top: 0;
font-weight: normal;
margin-bottom: 10px;
}
.menu_content_classic .post_detail.menu_excerpt
{
width: calc(75% - 75px);
}
.menu_content_classic .post_detail.menu_excerpt.image
{
margin-left: 75px;
}
html[data-menu=leftmenu] .menu_content_classic .post_detail.menu_excerpt
{
width: calc(75% - 75px);
}
.portfolio4 .menu_content_classic .post_detail.menu_excerpt
{
width: calc(75% - 75px);
}
.grid_image .portfolio4 .menu_content_classic .post_detail.menu_excerpt
{
width: 100%;
}
.slider_wrapper.portfolio ul.slides li .portfolio_slider_desc .post_detail.menu_excerpt
{
color: #fff !important;
}
.menu_content_classic .menu_highlight, .portfolio_slider_desc .menu_highlight
{
text-align: center;
padding: 7px 10px 7px 10px;
background: #cfa670;
color: #fff;
float: right;
font-size: 10px;
position: relative;
top: 2px;
font-weight: 600;
border-radius: 3px;
margin-left: 5px;
}
.menu_content_classic .menu_order, .portfolio_slider_desc .menu_order
{
text-align: center;
padding: 7px 10px 7px 10px;
background: #cfa670;
color: #fff;
float: right;
font-size: 10px;
position: relative;
top: 2px;
font-weight: 600;
border-radius: 3px;
right: 2px;
text-transform: uppercase;
}
.menu_content_classic .menu_order a, .portfolio_slider_desc .menu_order a
{
line-height: initial !important;
}
.menu_content_classic .menu_order a, .menu_content_classic .menu_order a:hover, .menu_content_classic .menu_order a:active, .portfolio_slider_desc .menu_order a, .portfolio_slider_desc .menu_order a:hover, .portfolio_slider_desc .menu_order a:active
{
color: #fff;
}
.grid_image_frame .menu_content_classic .menu_highlight
{
position: absolute;
top: inherit;
left: inherit;
right: 40px;
bottom: 60px;
padding: 7px 10px 7px 10px;
}
.grid_image_frame .menu_content_classic .menu_order
{
position: absolute;
top: inherit;
left: inherit;
left: 40px;
bottom: 60px;
display: inline-block;
text-align: center;
padding: 7px;
background: #cfa670;
color: #fff;
font-size: 10px;
font-weight: 600;
border-radius: 5px;
text-transform: uppercase;
display: inline-block;
max-width: 80px;
}
.grid_image_frame .menu_content_classic .menu_order a
{
display: inline-block;
} #captcha-wrap{
border:solid #870500 1px;
width:270px;
-webkit-border-radius: 10px;
float:left;
-moz-border-radius: 10px;
border-radius: 10px;
background:#870500;
text-align:left;
padding:3px;
margin-top:3px;
height:112px;
}
#captcha-wrap .captcha-box{
-webkit-border-radius: 7px;
background:#fff;
-moz-border-radius: 7px;
border-radius: 7px;
text-align:center;
border:solid #fff 1px;
}
#captcha-wrap .text-box{
-webkit-border-radius: 7px;
background:#ffdc73;
-moz-border-radius: 7px;
width:140px;
height:48px;
float:left;
margin:4px;
border-radius: 7px;
text-align:center;
border:solid #ffdc73 1px;
}
#captcha-wrap .text-box input{ 
width:120px; 
-webkit-appearance: textfield;
padding: 1px;
background-color: white;
border-image: initial;
-webkit-rtl-ordering: logical;
-webkit-user-select: text;
cursor: auto;
float: none;
margin-top: 12px;
}
#captcha-wrap .text-box label{
color:#333;
font-family: helvetica,sans-serif;
font-size:11px;	
width:140px;
padding-top:3px; 
padding-bottom:3px; 
margin: 0;
font-weight: normal;
text-transform: none;
}
#captcha-wrap .captcha-action{
float:right; width:117px; 
background:url(//thebaohouse.ro/wp-content/themes/grandrestaurant/images/logos.jpg) top right no-repeat; 
height:44px; margin-top:3px;
}
#captcha-wrap  img#captcha-refresh{
margin-top:9px;
border:solid #333333 1px;
margin-right:6px;
cursor:pointer;
}
.map_shortcode_wrapper
{
max-width: 100%;
clear: both;
}
.map_shadow
{
width: 100%;
margin-top: 0;
}
.map_shadow.fullwidth
{
width: 100%;
margin-top: 0;
clear: both;
}
#reponse_msg ul:empty
{
margin: 0;
}
#reponse_msg ul
{
margin-left: 20px;
}
#reponse_msg ul li:last-child
{
margin-bottom: 20px;
}
#reponse_msg ul li.error
{
color: #ff0000;
}
.mejs-container
{
background: #333 !important;
width: 100% !important;
}
.mejs-container:hover
{
background: transparent !important;
color: #000 !important;
}
.ppb_background_overlay
{
background: rgba(0, 0, 0, 0.7);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.service_content_wrapper
{
margin: 0;
width: 100%;
float: left;
}
.service_wrapper
{
margin: 5px 0 5px 0;
padding: 5px 0 5px 0;
}
.service_wrapper.center.boxed
{
padding: 25px 20px 20px 20px;
background: #fff;
box-sizing: border-box;
margin: 15px 0 15px 0;
}
.service_wrapper.center, .service_wrapper.center_nocircle
{
text-align: center;
}
.service_title
{
margin: 0 0 15px 0;
float: left;
width: 71%;
width: calc(100% - 60px);
margin-top: 0;
text-align: left;
}
.service_title.list
{
width: 100%;
}
.service_wrapper.center .service_title, .service_wrapper.center_nocircle .service_title
{
width: 100%;
max-width: 100%;
float: none;
clear: both;
text-align: center;
margin-top: 20px;
}
.service_wrapper.center_nocircle .service_title
{
margin-top: 10px;
}
.service_wrapper.center .service_title h6
{
margin-bottom: 10px;
}
.service_icon
{
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
width: 50px !important;
height: 50px !important;
-webkit-animation-fill-mode:forwards; 
-moz-animation-fill-mode:forwards;
animation-fill-mode:forwards;
margin: auto;
margin-bottom: 10px;
float: left;
margin-right: 10px;
text-align: center;
}
.service_wrapper.center .service_icon, .service_icon.vertical
{
float: none;
clear: both;
margin: auto !important;
width: 90px !important;
height: 90px !important;
background: #f0f0f0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
margin-bottom: 15px;
}
.service_wrapper.center_nocircle .service_icon
{
float: none;
clear: both;
margin: auto !important;
width: 90px !important;
height: 90px !important;
background: transparent;
margin-bottom: 15px;
}
.service_wrapper.center_nocircle .service_icon
{
border: 0;
}
.service_wrapper.center.boxed .service_icon, .service_wrapper.center .service_icon, .service_icon.vertical
{
width: 80px !important;
height: 80px !important;
position: relative;
}
.service_icon.vertical
{
float: left;
margin-top: 15px !important;
}
.service_wrapper.center.boxed .service_icon .service_border, .service_wrapper.center .service_icon .service_border, .service_icon.vertical .service_border
{
border: 1px solid transparent;
width: 80px;
height: 80px;
position: absolute;
top: -1px;
left: -1px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.service_wrapper.center.boxed .service_icon:hover .service_border, .service_wrapper.center .service_icon:hover .service_border, .service_icon.vertical:hover .service_border
{
transform: scale(1.18);
border-color: #333;
-moz-transform: scale(1.18);
-o-transform: scale(1.18);
}
.service_wrapper.center .service_icon:hover, .service_icon.vertical:hover
{
background: #000;
border-color: #000;
}
.service_wrapper.center .service_icon:hover i, .service_icon.vertical:hover i
{
color: #fff !important;
}
.service_icon img
{
max-width: 24px;
height: auto;
margin-top: 10px;
}
.service_wrapper.center .service_icon img
{
max-width: 36px;
line-height: 36px;
}
.service_icon i
{
font-size: 36px;
line-height: 36px;
color: #000;	
}
.service_wrapper.center .service_icon i
{
font-size: 24px;
margin-top: 22px;
color: #000;
}
.service_wrapper.center_nocircle .service_icon i
{
font-size: 45px;
margin-top: 20px;
color: #000;
}
.service_wrapper.center.boxed .service_icon i, .service_icon.vertical i
{
font-size: 24px;
margin-top: 22px;
color: #000;
}
.service_title h3
{
font-size: 18px;
}
.one_fourth .service_title h3
{
font-size: 18px;
}
.one_fourth .service_title
{
max-width: 71%;
}
.service_content
{
clear: both;
text-align: left;
margin-top: 5px;
}
.service_wrapper.center .service_content, .service_wrapper.center_nocircle .service_content
{
text-align: center;
}
.gallery_classic_entry
{
text-align: center;
}
.gallery_classic_entry img
{
width: auto;
max-height: 600px;
}
.promo_box
{
padding: 25px;
background: #f3f3f3;
border: 1px solid #e1e1e1;
position: relative;
clear: both;
}
.promo_box_wrapper .promo_box
{
padding: 55px 0 55px 0;
background: transparent;
border: 0;
color: #fff;
}
.promo_box_wrapper .promo_box h5
{
color: #fff !important;
}
.promo_box.shadow:after, .promo_box.shadow:before 
{
content: " ";
position: absolute;
width: 50%;
height: 30%;
z-index: -10;
}
.promo_box.shadow:before 
{
top: 52px;
left: 5px;
-webkit-transform: rotate(-5deg);
-moz-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
transform: rotate(-5deg);
-webkit-box-shadow: 7px 6px 15px #333;
-moz-box-shadow: 7px 6px 15px #333;
-ms-box-shadow: 7px 6px 15px #333;
-o-box-shadow: 7px 6px 15px #333;
box-shadow: 7px 6px 15px #333;
}
.promo_box.shadow:after 
{
top: 52px;
right: 5px;
-webkit-transform: rotate(5deg);
-moz-transform: rotate(5deg);
-ms-transform: rotate(5deg);
-o-transform: rotate(5deg);
transform: rotate(5deg);
-webkit-box-shadow: -7px 6px 15px #333;
-moz-box-shadow: -7px 6px 15px #333;
-ms-box-shadow: -7px 6px 15px #333;
-o-box-shadow: -7px 6px 15px #333;
box-shadow: -7px 6px 15px #333;
}
.promo_box h5
{
margin-bottom: 5px;
color: #222 !important;
display: block;
padding-right: 20%;
}
.promo_box p
{
display: block;
}
.promo_box .button
{
float: right;
display: inline-block;
margin-left: 10px;
margin-top: -8px;
background: #000;
border-color: #000;
color: #fff;
padding: .7em 1.5em .7em 1.5em !important;
}
.promo_box .button.transparent
{
background: transparent;
border-color: #fff !important;
}
.promo_box .button.transparent:hover
{
background: #000;
color: #fff !important;
border-color: #000 !important;
}
.alert_box
{
padding: 20px;
text-align: center;
position: relative;
}
.alert_box_msg
{
max-width: 85%;
margin: auto;
}
.alert_box.general
{
background: #d1edf5;
}
.alert_box.error
{
color: #b13c3c;
background: #ffe9e9;
}
.alert_box.error a
{
color: #b13c3c;
}
.alert_box.success
{
color: #6a863b;
background: #e9f3d2;
}
.alert_box.success a
{
color: #6a863b;
}
.alert_box.notice
{
color: #a18e0f;
background: #fbf6e3;
}
.alert_box.notice a
{
color: #a18e0f;
}
.alert_box a.close_alert
{
position: absolute;
top: 5px;
right: 10px;
display: block;
font-size: 11px;
opacity: 0.5;
}
.alert_box .alert_icon
{
position: absolute;
top: 18px;
left: 25px;
display: block;
font-size: 14px;
padding: 5px;
}
.alert_box.general .alert_icon
{
color: #4e7883;
background: transparent;
border-radius: 25px;
border: 2px solid #4e7883;
}
.alert_box.error .alert_icon
{
color: #b13c3c;
background: transparent;
border-radius: 25px;
border: 2px solid #b13c3c;
}
.alert_box.success .alert_icon
{
color: #6a863b;
background: transparent;
border-radius: 25px;
border: 2px solid #6a863b;
}
.alert_box.notice .alert_icon
{
color: #a18e0f;
background: transparent;
border-radius: 25px;
border: 2px solid #a18e0f;
}
.accordion
{
border: 1px solid #e1e1e1;
visibility: hidden;
}
.accordion h3, .accordion div
{
border: 0;
background: transparent;
}
.pp_accordion, .pp_accordion_close
{
margin:0;
margin-bottom: 10px !important;
visibility: hidden;
}
.pp_accordion.ui-accordion, .pp_accordion_close.ui-accordion
{
visibility: visible;
}
.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
{
border: 1px solid #e1e1e1;
}
.ui-corner-all, .ui-corner-top, .ui-corner-bottom
{
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.ui-state-default, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-widget-content
{
border: 0;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
background: transparent;
}
.ui-accordion .ui-accordion-header
{
font-weight: normal;
display: block;
position: relative;
border: 1px solid #e1e1e1;
margin-top: 0;
background: #fff;
font-size: 16px;
font-weight: 600;
-webkit-transition: color .2s linear, background .1s linear;
-moz-transition: color .2s linear, background .1s linear;
-ms-transition: color .2s linear, background .1s linear;
-o-transition: color .2s linear, background .1s linear;
transition: color .2s linear, background .1s linear;
}
.ui-accordion .ui-accordion-header:hover
{
background: #f9f9f9;
}
.ui-accordion .ui-accordion-content
{
border: 1px solid #e1e1e1;
border-top: 0;
}
.ui-accordion .ui-accordion-header a
{
padding: 1em .3em 1em 1.5em;
font-size: 16px;
}
.ui-accordion .ui-accordion-header a i
{
opacity: 0.3;
}
.accordion div
{
border-top: 1px solid #ebebeb;	
}
.accordion h3
{
padding: 5px 0 5px 8px;
}
.tabs
{
visibility: hidden;
}
.ui-tabs .ui-tabs-nav
{
margin-left: 0 !important;
}
.ui-accordion .ui-accordion-header .ui-icon
{
width: 16px;
height: 16px;
background: transparent !important;
margin-top: -9px;
text-indent: 0;
overflow: visible;
}
.ui-accordion .ui-accordion-header .ui-icon:after
{
font-size:12px;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
display: inline;
width: auto;
height: auto;
line-height: normal;
vertical-align: 10%;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
margin-top: 0;
font-family: 'themify';
content: "\e64b";
position: absolute;
margin-right: 0px;
margin-top: 3px;
color: #000000;
}
.ui-accordion .ui-accordion-header .ui-icon.ui-icon-triangle-1-s:after
{
content: "\f106";
}
.ui-accordion.has_icon .ui-accordion-header .ui-icon:after
{
display: none !important;
}
.ui-accordion .ui-accordion-header .ui-icon
{
left: auto;
right: 1em !important;
}
.ui-accordion .ui-accordion-header i
{
margin-right: 10px;
margin-left: 5px;
}
.ui-tabs
{
list-style: none;
visibility: visible;
}
.ui-tabs-panel
{
margin-top: 10px;
}
.ui-widget-header
{
border: 0;
}
.vertical .ui-widget-header
{
width: 30%;
float: left;
display: block;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 0;
border: 0;
}
.vertical.right .ui-widget-header
{
float: right;
}
.ui-tabs .ui-tabs-nav li
{
background: #f0f0f0;
margin: 0;
border: 1px solid #e1e1e1 !important;
border-left: 0 !important;
padding-top: 2px;
top: 1px;
-webkit-transition: color .2s linear, background .1s linear;
-moz-transition: color .2s linear, background .1s linear;
-ms-transition: color .2s linear, background .1s linear;
-o-transition: color .2s linear, background .1s linear;
transition: color .2s linear, background .1s linear;
}
.ui-tabs.vertical .ui-tabs-nav li
{
top: 0;
left: 1px;
position: relative;
border: 1px solid #e1e1e1 !important;
border-bottom: 0 !important;
}
.ui-tabs.vertical.right .ui-tabs-nav li
{
left: -1px;
border-left: 0 !important;
}
.vertical.ui-tabs .ui-tabs-nav li
{
width: 100%;
clear: both;
}
.ui-tabs .ui-tabs-nav li:hover
{
background: #fff;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected
{
border: 1px solid #e1e1e1;
border-top: 3px solid #e1e1e1;
}
.ui-tabs .ui-tabs-nav li.ui-state-active
{
background: #fff !important;
border-bottom: 1px solid #fff !important;
outline: none;
position: relative;
z-index: 9;
}
.ui-tabs.vertical .ui-tabs-nav li.ui-state-active
{
border-right: 0 !important;
position: relative;
z-index: 9;
}
.ui-tabs.vertical.right .ui-tabs-nav li.ui-state-active
{
border-right: 1px solid #e1e1e1 !important;
}
.ui-tabs.vertical .ui-tabs-nav li:last-child
{
border-bottom: 1px solid #e1e1e1 !important;
}
.ui-tabs .ui-tabs-nav li.ui-state-active a
{
outline: none;
}
.ui-tabs .ui-tabs-nav li a 
{
padding: 8px 20px 7px 20px;
}
.ui-tabs.vertical .ui-tabs-nav li a 
{
padding: 10px 20px 9px 20px;
width: 100%;
display: block;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.tabs .ui-tabs .ui-tabs-nav li
{
font-weight: bold;
text-shadow: 0 1px 1px #fff;
display: block;	
}
#content_wrapper .tabs .ui-widget-header, .content_wrapper .tabs .ui-widget-header
{
border: 0;
margin-left: 0;
}
.tabs .ui-tabs-panel
{
border: 1px solid #e1e1e1;
margin:0;
padding-top: 0em;
background: #fff;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
z-index: 2;
position: relative;
}
.tabs.vertical .ui-tabs-panel
{
border-top: 1px solid #e1e1e1;
width: 70%;
float: right;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
z-index: 2;
position: relative;
}
.tabs .ui-state-active a
{
color: #333;
font-weight: bold;
}
.ui-tabs li:first-child
{
margin-left: -3px;
border-left: 1px solid #e1e1e1 !important;
}
.ui-tabs.vertical li:first-child
{
margin-left: 0;
}
.icon_list
{
margin: 0;
margin-left: 0 !important;
padding: 0;
list-style: none;
}
.icon_list li
{
margin: 0;
padding: 0;
list-style-type: none;
list-style-position: outside;
clear: both;
position: relative;
float: left;
}
.icon_list li .service_title
{
margin: 0;
}
.icon_list li .service_title strong
{
color: #333;
font-size: 16px;
}
.icon_list li .service_wrapper
{
float: left;
width: 71%;
width: calc(100% - 100px);
padding-top: 0;
margin: 25px 0 25px 20px;
}
.icon_list li .service_wrapper.right
{
margin-left: 0;
margin-right: 2%;
}
.icon_list li .service_wrapper.right .service_content
{
text-align: right;
}
.icon_list li .service_wrapper.right .service_title
{
float: right;
text-align: right;
}
.icon_list li .service_icon.right
{
float: right;
margin-right: 0;
margin-left: 10px;
}
.client_logo
{
max-width: 190px;
height: auto;
-webkit-transition: width .5s;
-moz-transition: width .5s;
-o-transition: width .5s;
transition: width .5s;
}
.client_content
{
display: block;
float: left;
}
.one_third img.team_pic
{
max-width: 100%;
height: auto;
}
.progress_bar
{
position: relative;
margin-bottom: 10px;
visibility: hidden;
display: block !important;
}
.progress_bar_holder
{
height: 3px;
margin-top: 5px;
background: #f0f0f0;
}
.progress_bar_content
{
height: 3px;
-webkit-transition: width s ease-in-out;
-moz-transition: width 1s ease-in-out;
-o-transition: width 1s ease-in-out;
transition: width 1s ease-in-out;
}
.progress_bar_title
{
font-weight: 600;
display: inline;
font-size: 13px;
}
.progress_number
{
font-weight: 600;
position: absolute;
right: 0;
top: 0;
font-size: 13px;
}
.pricing_content_wrapper
{
margin: 0;
width: 100%;
float: left;
}
.pricing_content_wrapper.light .one_half.pricing
{
margin-right: 0;
width: 50%;
}
.pricing_content_wrapper.light .one_third.pricing
{
margin-right: 0;
width: 33.3%;
}
.pricing_content_wrapper.light .one_fourth.pricing
{
margin-right: 0;
width: 25%;
}
.pricing_content_wrapper .one_half.pricing.featured, .pricing_content_wrapper .one_third.pricing.featured, .pricing_content_wrapper .one_fourth.pricing.featured
{
margin-top: -20px;
box-shadow: 0 0 15px 1px rgba(0,0,0,0.1);
}
.pricing_wrapper
{
list-style: none;
display: block;
margin-left: 0 !important;
border: 1px solid #e1e1e1;
}
.pricing_wrapper li
{
margin: 0;
padding: 0;
background: #fff;
text-align: center;
padding: 13px 0px;
background: #fff;
border-bottom: 1px solid #e1e1e1;
color: #555;
}
.pricing_wrapper li:last-child
{
border-bottom: 0;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.pricing_wrapper li.title_row
{
background: #f3f3f3;
color: #000000;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
}
.pricing_content_wrapper.light .pricing_wrapper li.title_row
{
background: #fff;
}
.pricing_content_wrapper.normal .pricing_wrapper li.title_row
{
background: #000;
color: #fff;
}
.pricing_wrapper li.title_row.featured
{
background: #000;
color: #fff;
padding: 23px 0px;
}
.pricing_content_wrapper.light .pricing_wrapper li.title_row.featured
{
color: #000;
}
.pricing_wrapper li.price_row
{
color: #000000;
background: #f9f9f9;
padding: 0;
}
.pricing_wrapper li.button_row
{
padding: 20px 0px;
}
.pricing_wrapper li.button_row.featured
{
padding: 30px 0px;
}
.pricing_wrapper li.price_row strong
{
position: relative;
top: -35px;
font-size: 24px;
font-weight: normal !important;
margin-right: 2px;
color: #000000;
}
.pricing_wrapper li.price_row em.exact_price
{
display: inline !important;
font-size: 75px !important;
font-style: normal !important;
letter-spacing: -2px;
}
.pricing_wrapper li.price_row em.time
{
font-style: normal;
}
.one_third.pricing
{
width: 31.66%;
margin-right: 2.5%;
}
.one_fourth.pricing
{
width: 23%;
margin-right: 2.5%;
}
.one_fourth.pricing.last
{
margin-right:0;
float: right;
clear: right;
}
.one_fourth.pricing .pricing_wrapper li.price_row
{
padding: 13px 0px;
}
.one_fourth.pricing .pricing_wrapper li.price_row strong
{
top: -25px;
font-size: 20px;
}
.one_fourth.pricing .pricing_wrapper li.price_row em.exact_price
{
font-size: 55px !important;
}
.one_half img, .one_third img, .one_fourth img, .one_fifth img, .two_third img
{
max-width: 100%;
height: auto;
}
.page_content_wrapper .one_half .map_shortcode_wrapper img, .page_content_wrapper .one_third .map_shortcode_wrapper img, .page_content_wrapper .one_fourth .map_shortcode_wrapper img, .page_content_wrapper .one_fifth .map_shortcode_wrapper img, .page_content_wrapper .two_third .map_shortcode_wrapper img
{
max-width: none;
}
.ls-container
{
overflow: hidden;
}
@media screen and (-webkit-min-device-pixel-ratio:0) 
{
::i-block-chrome,div.thumb_content
{
border-radius: 0 !important;
}
}
doesnotexist:-o-prefocus, div.thumb_content {
border-radius: 0 !important;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 0px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.dynamic_height img
{
max-width: 100% !important;
}
.mejs-overlay-button {display:block; z-index: 99999;}
.slider_wrapper
{
width: 100%;
position: relative;
overflow: hidden;
}
.post_wrapper.grid_layout .slider_wrapper
{
min-height: 190px;
margin-bottom: 15px;
}
.portfolio_next_prev_wrapper
{
width: 100%;
text-align: center;
clear: both;
position: relative;
padding-top: 30px;
}
.portfolio_next_prev_wrapper .portfolio_prev, .portfolio_next_prev_wrapper .portfolio_next
{
margin: 0;
float: left;
width: 50%;
overflow: hidden;
position: relative;
box-sizing: border-box;
text-align: center;
}
.portfolio_next_prev_wrapper .portfolio_next
{
float: right
}
.portfolio_next_prev_wrapper .portfolio_prev .effect, .portfolio_next_prev_wrapper .portfolio_next .effect
{
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
position: relative;
float: left;
overflow: hidden;
width: 100%;
height: 100%;
background: #000;
}
.portfolio_next_prev_wrapper .portfolio_prev .effect img, .portfolio_next_prev_wrapper .portfolio_next .effect img
{
position: relative;
opacity: 1;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
max-width: none !important;
width: 100%;
}
.portfolio_next_prev_wrapper .portfolio_prev:hover .effect img, .portfolio_next_prev_wrapper .portfolio_next:hover .effect img
{
opacity: 0.6;
}
.portfolio_next_prev_wrapper .portfolio_prev .effect .caption, .portfolio_next_prev_wrapper .portfolio_next .effect .caption
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 2em;
color: #fff;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
box-sizing: border-box;
text-align: left;
}
.portfolio_next_prev_wrapper .portfolio_prev .effect .caption:before, .portfolio_next_prev_wrapper .portfolio_prev .effect .caption:after, .portfolio_next_prev_wrapper .portfolio_next .effect .caption:before, .portfolio_next_prev_wrapper .portfolio_next .effect .caption:after
{
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
content: '';
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.portfolio_next_prev_wrapper .portfolio_prev .effect .caption:before, .portfolio_next_prev_wrapper .portfolio_next .effect .caption:before
{
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scale(0,1);
transform: scale(0,1);
}
.portfolio_next_prev_wrapper .portfolio_prev .effect .caption:after, .portfolio_next_prev_wrapper .portfolio_next .effect .caption:after
{
border-right: 1px solid #fff;
border-left: 1px solid #fff;
-webkit-transform: scale(1,0);
transform: scale(1,0);
}
.portfolio_next_prev_wrapper .portfolio_prev:hover .effect .caption:before, .portfolio_next_prev_wrapper .portfolio_prev:hover .effect .caption:after, .portfolio_next_prev_wrapper .portfolio_next:hover .effect .caption:before, .portfolio_next_prev_wrapper .portfolio_next:hover .effect .caption:after
{
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.portfolio_next_prev_wrapper .portfolio_prev .effect .caption > div, .portfolio_next_prev_wrapper .portfolio_next .effect .caption > div
{
position: absolute;
bottom: 0;
left: 0;
padding: 3em;
width: 100%;
height: 50%;
box-sizing: border-box;
}
.portfolio_next_prev_wrapper .portfolio_prev .effect .caption div > h4, .portfolio_next_prev_wrapper .portfolio_next .effect .caption div > h4
{
color: #fff;
opacity: 0;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
transform: translate3d(0,10px,0);
}
.portfolio_next_prev_wrapper .portfolio_prev:hover .effect .caption div > h4, .portfolio_next_prev_wrapper .portfolio_next:hover .effect .caption div > h4
{
opacity: 1;
transform: translate3d(0,0,0);
}
.portfolio_next_prev_wrapper .portfolio_prev .effect .caption div > p, .portfolio_next_prev_wrapper .portfolio_next .effect .caption div > p
{
color: #fff;
font-size: 12px;
letter-spacing: 2px;
text-transform: uppercase;
opacity: 0;
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
transition: opacity 0.2s, transform 0.35s;
transform: translate3d(0,10px,0);
}
.portfolio_next_prev_wrapper .portfolio_prev:hover .effect .caption div > p, .portfolio_next_prev_wrapper .portfolio_next:hover .effect .caption div > p
{
opacity: 1;
transform: translate3d(0,0,0);
}
.portfolio_next_prev_wrapper .portfolio_prev .effect .caption div > a, .portfolio_next_prev_wrapper .portfolio_next .effect .caption div > a
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
display: block;
background: #fff;
opacity: 0;
white-space: nowrap;
}
.circliful
{
margin: auto;
}
.teaser_wrapper.left
{
text-align: left;
}
.teaser_wrapper.center
{
text-align: center;
}
.teaser_wrapper.right
{
text-align: right;
}
.teaser_content_wrapper
{
box-sizing: border-box;
width: 100%;
padding: 15px 0 15px 0;
margin-top: -7px;
}
.teaser_content
{
margin-top: 10px;
}
.testimonial_stars
{
margin-top: 10px;
margin-bottom: 10px;
}
.testimonial_stars i
{
margin: 0 2px 0 2px;
}
.testimonial_image
{
float: left;
margin: 0 20px 0 0;
width: 80px;
height: 80px !important;
border-radius: 100px;
overflow: hidden;
}
.testimonial_image img
{
width: 80px;
height: auto;
border-radius: 100px;
}
.testimonial_content
{
overflow: hidden;
}
.testimonial_customer
{
margin-top: 20px;
}
.testimonial_customer_position
{
color: #999;
margin-right: 5px;
display: inline;
float: none;
}
.testimonial_customer_company
{
display: inline;
margin-left: 5px;
float: none;
}
.testimonial_slider_wrapper
{
position: relative;
font-size: 20px;
padding-top: 10px;
width: 85%;
margin: auto;
}
.one_half .testimonial_slider_wrapper
{
font-size: 20px;
}
.one_third .testimonial_slider_wrapper, .one_fourth .testimonial_slider_wrapper
{
font-size: 18px;
}
.one_half .testimonial_slider_wrapper .flexslider:before
{
font-size: 50px;
line-height: 45px;
}
.one_third .testimonial_slider_wrapper .flexslider:before, .one_fourth .testimonial_slider_wrapper .flexslider:before
{
font-size: 40px;
line-height: 35px;
}
.testimonial_slider_wrapper .testimonial_image
{
float: none;
margin: auto;
margin-top: 20px;
margin-bottom: 10px;
width: 80px;
height: 80px !important;
border-radius: 100px;
overflow: hidden;
}
.testimonial_slider_meta
{
margin-top: 40px;
}
.testimonial_slider_meta h6
{
display: inline;
font-size: 14px;
}
.testimonial_column_element
{
margin: 15px 0 15px 0;
}
.testimonial_slider_meta_position, .testimonial_slider_meta_company
{
display: inline;
font-size: 16px;
margin-left: 5px;
margin-right: 5px;
font-size: 14px;
}
.page_slider .tp-leftarrow.default, .page_slider .tp-rightarrow.default
{
background: transparent;
width: 40px;
height: 40px;
border: 2px solid #fff;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
border-radius: 200px;
text-align: center;
top: 47% !important;
}
body.hover .page_slider .tp-leftarrow.default, body.hover .page_slider .tp-rightarrow.default
{
opacity: .5;
}
body.hover .page_slider .tp-leftarrow.default:hover, body.hover .page_slider .tp-rightarrow.default:hover
{
opacity: 1;
}
.page_slider .tp-leftarrow.default:before, .page_slider .tp-rightarrow.default:before
{
font-size: 22px;
line-height: 40px;
display: block;
font-family: 'themify';
content: "\e64a";
color: #fff;
margin-top: 0px;
margin-left: -2px;
}
.page_slider .tp-rightarrow.default:before
{
content: '\e64b';
}
.page_slider .tp-bullets.simplebullets.round .bullet
{
background: #fff;
width: 7px;
height: 7px;
opacity: .5;
border-radius: 100px;
margin-left: 5px;
}
.page_slider .tp-bullets.simplebullets .bullet:hover, .page_slider .tp-bullets.simplebullets .bullet.selected
{
opacity: 1;
}
.one_half_bg
{
width: 50%;
float: left;
background-position: 50% 50% !important;
background-size: cover !important;
box-sizing: border-box;
padding: 20px;
}
.ppb_content_half_bg .one_half_bg
{
padding: 40px;
}
.one_third_bg
{
width: 33.3%;
float: left;
background-position: 50% 50% !important;
background-size: cover !important;
box-sizing: border-box;
padding: 20px;
}
.one_third_bg.nopadding, .one_half_bg.nopadding
{
padding: 0;
}
.ppb_blog_minimal .one_third_bg
{
height: 350px;
background: #fff;
position: relative;
}
.ppb_blog_minimal .one_third_bg .blog_minimal_wrapper
{
width: 100%;
height: 100%;
padding: 60px 40px;
box-sizing: border-box;
}
.ppb_blog_minimal .one_third_bg .blog_minimal_wrapper .content
{
position: relative;
width: 100%;
height: 100%;
z-index: 3;
}
.ppb_blog_minimal .one_third_bg .blog_minimal_wrapper .featured_image
{
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
opacity: 0;
z-index: 2;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.ppb_blog_minimal .one_third_bg .blog_minimal_wrapper .background_overlay
{
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
background-color: rgba(0, 0, 0, 0.4);
z-index: 3;
opacity: 0;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.ppb_blog_minimal .one_third_bg:hover .blog_minimal_wrapper .featured_image, .ppb_blog_minimal .one_third_bg:hover .blog_minimal_wrapper .background_overlay
{
opacity: 1;
}
.ppb_blog_minimal .one_third_bg .blog_minimal_wrapper .content .post_detail
{
position: absolute;
bottom: 0px;
}
.ppb_blog_minimal .one_third_bg:hover .blog_minimal_wrapper .content .post_detail
{
color: #fff;
}
.ppb_blog_minimal .one_third_bg:hover .blog_minimal_wrapper .content, .ppb_blog_minimal .one_third_bg:hover .blog_minimal_wrapper .content h4
{
color: #fff !important;
}
.two_third_bg
{
width: 66.6%;
float: left;
background-position: 50% 50% !important;
background-size: cover !important;
box-sizing: border-box;
padding: 20px;
}
.two_third_bg.team
{
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.one_half_bg.contact_form
{
padding: 60px;
}
.one_fourth_bg
{
width: 25%;
float: left;
background-position: 50% 50% !important;
background-size: cover !important;
box-sizing: border-box;
padding: 20px;
}
.parallax
{
position: relative;
clear: both;
background-size: 100%;
}
.parallax.title:after
{
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(30%,transparent),color-stop(56%,rgba(0,0,0,0.1)),color-stop(83%,rgba(0,0,0,0.4)),to(rgba(0,0,0,0.59)));
background-image: -webkit-linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 76%,rgba(0,0,0,0.4) 93%,rgba(0,0,0,0.59) 100%);
background-image: linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 76%,rgba(0,0,0,0.4) 93%,rgba(0,0,0,0.59) 100%);
z-index: 2;
}
.parallax_title
{
z-index: 9;
position: absolute;
bottom: 20px;
width: 100% !important;
text-align: center;
}
.parallax_title h2
{
color: #fff !important;
} .one_half
{
float: left;
width: 48%;
margin-right: 3.5%;
box-sizing: border-box;
}
.one_half_map
{
}
.one_half.last
{
float: right;
width: 48%;
margin-right: 0;
clear: right;
}
.portfolio2filter_wrapper
{
overflow: hidden;
margin: 0 12px 0 0;
float: left;
}
.one_half.portfolio2_wrapper
{
width: 50%;
margin-bottom: 0px;
}
.two_cols.gallery .element
{
width: 47.8%;
margin-right: 2%;
margin-bottom: 2%;
box-sizing: border-box;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
opacity: 1 !important;
}
.two_cols.gallery .element.grid
{
padding: 0;
background: transparent;
}
.two_cols.gallery .element.fade
{
opacity: 0.2 !important;
}
.two_cols.gallery .element .portfolio_title
{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: #000;
background: rgba(0, 0, 0, 0.5);
visibility: hidden;
opacity: 0;
box-sizing: border-box;
line-height: 1.65em;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.two_cols.gallery .element.hover .portfolio_title
{
visibility: visible;
opacity: 1;
}
.two_cols.gallery .element .portfolio_title .table
{
position: absolute;
bottom: -10px;
left: 20px;
width: 85%;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.two_cols.gallery .element:hover .portfolio_title .table
{
bottom: 20px;
}
.two_cols.gallery .element .portfolio_title h5
{
font-size: 20px;
color: #fff;
}
.two_cols.gallery .element .portfolio_title .post_detail
{
color: #fff;
}
.one_half.gallery2
{
width: 100%;
height: 100%;
float: left;
margin: 0;
overflow: hidden;
}
.one_half.gallery2.static
{
overflow: hidden;
}
.one_half.gallery2 a
{
position: relative;
display: block;
line-height: 0;
}
.element.classic2_cols
{
overflow: hidden;
position: relative;
width: 49.8%;
height: auto;
margin-right: 1px;
margin-bottom: 1px;
float: left;
}
.one_half.gallery2.filterable.portfolio_type
{
margin: 0;
}
.one_half.gallery2.last
{
float: right;
margin-right: 0;
}
.one_half.gallery2 div.thumb_content {
position: absolute;
top: 0;
left: 0;
padding: 15px 20px 15px 20px;
background: #fff;
color: #888;
width: 100%;
top: auto;
bottom: 0;
opacity: 0;
font-size: 12px;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
transition: transform 0.4s, opacity 0.1s 0.3s;
box-sizing: border-box;
-moz-box-sizing: border-box;
text-align: center;
}
.one_half.gallery2 div.thumb_content h3
{
color: #000000;
font-size: 18px;
}
.one_half.gallery2:hover div.thumb_content {
opacity: 1;
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s;
transition: transform 0.4s, opacity 0.1s;
}
.one_half.gallery2 a[rel=gallery]
{
display: block;
width: 100%;
height: 100%;
position: absolute;
z-index: 99999;
background: #000;
}
.one_third
{
width: 30.66%;
float: left;
margin-right: 4%;
position: relative;
box-sizing: border-box;
}
.one_third.last
{
margin-right: 0 !important;
float: right;
width: 30.66%;
}
.one_third.portfolio3_wrapper
{
width: 30%;
margin-bottom: 0;
margin-right: 25px;
}
body:not(.elementor-page) #page_content_wrapper .inner .sidebar_content ul, 
body:not(.elementor-page) .page_content_wrapper .inner .sidebar_content ul
{
margin-left: 20px;
}
#page_content_wrapper .inner .sidebar_content.full_width.portfolio3_content_wrapper
{
width: 1250px;
}
#page_content_wrapper .inner .sidebar_content.full_width.portfolio4_content_wrapper, .page_content_wrapper.portfolio4_content_wrapper
{
width: 1260px;
}
.page_content_wrapper.portfolio4_content_wrapper
{
margin-top: 50px;
}
.gallery_a_title
{
text-align: center;
}
.three_cols.gallery .element
{
width: 31.2%;
margin-right: 2%;
margin-bottom: 2%;
padding: 0;
box-sizing: border-box;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
opacity: 1 !important;
position: relative;
}
.sidebar_content.three_cols.gallery .element
{
width: 46%;
margin-right: 3%;
margin-bottom: 4%;
}
.three_cols.gallery .element.grid
{
padding: 0;
}
.three_cols.gallery .element.fade
{
opacity: 0.2 !important;
}
@media only screen and (min-width: 1430px) {
#page_content_wrapper.fullwidth .three_cols.gallery .element, .page_content_wrapper.fullwidth .three_cols.gallery .element
{
width: 22.4%;
margin-bottom: 2.5%;
}
}
@media only screen and (min-width: 1720px) {
#page_content_wrapper.fullwidth .three_cols.gallery .element, .page_content_wrapper.fullwidth .three_cols.gallery .element
{
width: 17.8%;
margin-bottom: 2.5%;
}
}
@media only screen and (min-width: 2200px) {
#page_content_wrapper.fullwidth .three_cols.gallery .element, .page_content_wrapper.fullwidth .three_cols.gallery .element
{
width: 14.6%;
margin-bottom: 2.5%;
}
}
.three_cols.gallery .element .portfolio_title
{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: #000;
background: rgba(0, 0, 0, 0.5);
visibility: hidden;
opacity: 0;
box-sizing: border-box;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.three_cols.gallery .element.hover .portfolio_title
{
visibility: visible;
opacity: 1;
}
.three_cols.gallery .element .portfolio_title .table
{
position: absolute;
bottom: -10px;
left: 20px;
width: 85%;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.three_cols.gallery .element:hover .portfolio_title .table
{
bottom: 20px;
}
.three_cols.gallery .element .portfolio_title h5
{
font-size: 18px;
color: #fff;
}
.three_cols.gallery .element .portfolio_title .post_detail
{
color: #fff;
}
#portfolio_filter_wrapper.shortcode.three_cols.gallery .element, .portfolio_filter_wrapper.shortcode.three_cols.gallery .element
{
width: 33.2%;
margin-right: 0;
margin-bottom: 0;
}
.one_third.gallery3
{
position: relative;
width: 100%;
margin: 0;
overflow: hidden;
}
.one_third.gallery3.static
{
overflow: hidden;
}
.one_third.gallery3 a
{
display: block;
}
.element.classic3_cols
{
float: left;
}
.one_third.gallery3.last
{
float: right;
margin-right: 0;
}
.one_third.gallery3 img {
max-width: 100%;
display: block;
position: relative;
}
.one_third.gallery3 .one_third_img
{
position: absolute;
}
.one_third.filterable.gallery3.portfolio_type
{
margin: 0;
}
.one_third.gallery3 a[rel=gallery]
{
display: block;
width: 100%;
height: 100%;
position: absolute;
z-index: 99999;
background: #000;
}
.two_third
{
float: left;
width: 65.33%;
margin-right: 4%;
box-sizing: border-box;
}
.two_third.last
{
margin-right: 0;
float: right;
clear: right;
}
.one_fourth
{
width: 22%;
float: left;
margin-right: 4%;
margin-bottom: 2%;
position: relative;
box-sizing: border-box;
}
.one_fourth.last
{
width: 22%;
margin-right: 0;
float: right;
clear: right;
}
.four_cols.gallery .element
{
width: 25%;
padding: 0;
box-sizing: border-box;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
opacity: 1 !important;
}
.four_cols.gallery .element.grid
{
padding: 0;
background: transparent;
}
.four_cols.gallery .element.fade
{
opacity: 0.2 !important;
}
.four_cols.gallery .element .portfolio_title
{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: #000;
background: rgba(0, 0, 0, 0.5);
visibility: hidden;
opacity: 0;
box-sizing: border-box;
line-height: 1.65em;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.four_cols.gallery .element.hover .portfolio_title
{
visibility: visible;
opacity: 1;
}
.four_cols.gallery .element .portfolio_title .table
{
position: absolute;
bottom: -10px;
left: 20px;
width: 85%;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.four_cols.gallery .element:hover .portfolio_title .table
{
bottom: 20px;
}
.four_cols.gallery .element .portfolio_title h5
{
font-size: 15px;
color: #fff;
}
.four_cols.gallery .element .portfolio_title .post_detail
{
color: #fff;
}
#portfolio_filter_wrapper.shortcode.four_cols.gallery .element, .portfolio_filter_wrapper.shortcode.four_cols.gallery .element
{
width: 24.9%;
margin-right: 0;
margin-bottom: 1px;
}
.one_fourth.gallery4
{
position: relative;
width: 100%;
height: 100%;
margin: 0;
overflow: hidden;
}
.one_fourth.gallery4 .button_wrapper
{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.one_fourth.gallery4 .button_wrapper .button_center
{
width: 100%;
height: 100%;	
display: table;
}
.one_fourth.gallery4 .button_wrapper .button_center .button_content
{
vertical-align: middle;
display: table-cell;
text-align: center;
}
.one_fourth.gallery4 .button_wrapper .button_center .button_content a
{
display: inline-block;
background: rgba(0,0,0,0.7);
color: #fff;
font-weight: 600;
width: 44px;
height: 44px;
line-height: 44px;
text-align: center;
border-radius: 100px;
margin: 0 5px 0 5px;
font-size: 20px;
opacity: 0;
transform: translateY(15%);
-webkit-transition: .6s;
transition: .6s;
}
.one_fourth.gallery4:hover .button_wrapper .button_center .button_content a
{
opacity: 1;
transform: translateY(0);
}
.one_fourth.gallery4.grid_image
{
line-height: 0;
}
.one_fourth.gallery4 img
{
max-width: none !important;
width: 100% !important;
}
.one_fourth.gallery4 a
{
position: relative;
display: block;
line-height: 0;
}
.one_fourth.gallery4.static
{
overflow: hidden;
}
.element.classic4_cols
{
float: left;
}
.one_fourth.gallery4.last
{
float: right;
margin-right: 0;
}
.one_fourth.portfolio4
{
margin:0;
}
.one_fourth.gallery4 .one_fourth_img
{
position: absolute;
}
.portfolio4filter_wrapper
{
float: left;
}
.one_fifth
{
width: 18%;
float: left;
margin-right: 2%;
margin-bottom: 2%;
box-sizing: border-box;
}
.one_fifth.last
{
margin-right: 0;
}
.one_sixth
{
width: 11%;
float: left;
margin-right: 6%;
margin-bottom: 2%;
box-sizing: border-box;
}
.one_sixth.last
{
margin-right: 0;
}
.image_classic_frame
{
width: 100%;
box-sizing: border-box;
text-align: center;
line-height: 0;
}
.image_classic_frame.border
{
border: 1px solid #e1e1e1;
}
.image_classic_frame.glow
{
border: 1px solid #e1e1e1;
-moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
-webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.image_classic_frame.dropshadow
{
padding:0;
-moz-box-shadow: 0 0 15px rgba(0,0,0,.2);
-webkit-box-shadow: 0 0 15px rgba(0,0,0,.2);
box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.image_classic_frame.bottomshadow
{
padding:0;
position: relative;
}
.image_classic_frame.bottomshadow:before, .image_classic_frame.bottomshadow:after
{
position: absolute;
bottom: 15px;
left: 10px;
z-index: -1;
height: 20%;
width: 60%;
content: "";
opacity: 0.7;
-webkit-box-shadow: 0 17px 10px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 0 17px 10px rgba(0, 0, 0, 0.6);
box-shadow: 0 17px 10px rgba(0,0,0,0.6);
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
transform: rotate(-3deg);
opacity: 0.5;
}
.image_classic_frame.bottomshadow:after
{
left: auto;
right: 10px;
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-ms-transform: rotate(3deg);
-o-transform: rotate(3deg);
transform: rotate(3deg);
}
.image_classic_frame.bottomshadow img
{
margin: 0;
}
.fullwidth_image
{
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.image_caption
{
padding: 20px 0 5px 0;
font-size: 11px;
}
.single_portfolio_gallery
{
width: 100%;
height: 400px;
overflow: hidden;
position: relative;
z-index: 0;
top: -35px;
background: #f0f0f0;
}
.single_portfolio_gallery i.fa
{
font-size: 30px;
position: absolute;
top: 43%;
left: 49%;
}
.fullscreen_desc
{
width: 80%;
margin: auto;
margin-bottom: 10px;
}
.portfolio_desc 
{
float: left;
box-sizing: border-box;
width: 100%;
padding: 15px 10px 20px 10px;
}
.portfolio_desc.grid_image
{
padding: 20px;
height: 100%;
position: absolute;
background: rgba(0, 0, 0, 0.6);
top: 10px;
left: 0;
opacity: 0;
box-sizing: border-box;
float: none;
line-height: initial;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.four_cols.gallery .element:hover .portfolio_desc.grid_image
{
top: 0;
opacity: 1;
}
.grid_image_frame
{
width: 100%;
height: 100%;
display: table;
border: 2px solid #fff;
padding: 20px;
box-sizing: border-box;
}
.portfolio_desc.team
{
width: 100%;
float: none;
margin-bottom: 25px;
text-align: center;
box-sizing: border-box;
}
.team_position
{
color: #999;
font-size: 11px;
}
.gallery-main {
display: none;
}
.wall_thumbnail {
float:left;
width: 100%;
margin: 0;
overflow: hidden;
position: relative;
}
.wall_thumbnail img {
display: block;
position: relative;
height: auto;
width: 100%;
}
#photo_wall_wrapper, .photo_wall_wrapper {
width: 100.4%;
margin: 0 auto;
height: 0;
margin-top: 0;
margin-bottom: 0;
padding: 0;
-webkit-transition: opacity 1s ease;
-moz-transition: opacity 1s ease;
-ms-transition: opacity 1s ease;
-o-transition: opacity 1s ease;
transition: opacity 1s ease;
visibility: hidden;
opacity: 0;
overflow: visible !important;
}
.photo_wall_wrapper.shortcode
{
width: 100.4%;
}
.photo_wall_wrapper.shortcode.withmargin
{
margin-left: 2%;
margin-top: 1%;
margin-bottom: 1%;
width: 99%;
}
#photo_wall_wrapper.visible, .photo_wall_wrapper.visible
{
visibility: visible;
opacity: 1;
}
#photo_wall_wrapper.has_sidebar {
width: 670px;
}
#photo_wall_wrapper .wall_entry, .photo_wall_wrapper .wall_entry 
{
float: left;
border: none;
padding: 0;
position: relative;
width: 24.95%;
margin: 0;
word-wrap: break-word;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
#photo_wall_wrapper .wall_entry.fade, .photo_wall_wrapper .wall_entry.fade
{
opacity: 0.2 !important;
}
#photo_wall_wrapper .wall_entry, .photo_wall_wrapper .wall_entry.withmargin
{
width: 23.2%;
margin: 0.5%;
margin-bottom: 0.5%;
}
#photo_wall_wrapper .wall_entry .wall_entry_wrapper, .photo_wall_wrapper .wall_entry .wall_entry_wrapper {
position: relative;
}
.isotope,
.isotope .isotope-item { -webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
overflow: visible !important;
}
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property:    -moz-transform, opacity;
-ms-transition-property:     -ms-transform, opacity;
-o-transition-property:      -o-transform, opacity;
transition-property:         transform, opacity;
opacity: 1 !important;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-ms-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}
.gallery_mansory_wrapper, .gallery_mansory4_wrapper {
padding: 0;
margin: 0 auto;
margin-bottom: 20px;
width: 960px;
}
.page-template-template-gallery-thumbnails-php .gallery_mansory_wrapper {
padding: 0px;
margin: 0 auto;
}
#vimeo_bg, #youtube_bg {
height: 100%;
left: 0;
position: fixed;
width: 100%;
}
#vimeo_bg .fluidvids, #youtube_bg .fluidvids {
width: 100%;
height: 100%;
}
#vimeo_bg > iframe, #youtube_bg > iframe {
display: block;
height: 100%;
width: 100%;
}
.portfolio_tilter_wrapper
{
text-align: center;
}
.portfolio_filter_dropdown
{
width: 15em;
background: #fff;
position: relative;
z-index: 9;
margin-top: 20px;
font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif;
display: inline-block;
text-align: left;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
#page_content_wrapper .inner .sidebar_wrapper .sidebar .content .portfolio_filter_dropdown
{
float: left;
margin-bottom: 40px;
margin-top: 0;
}
.portfolio_filter_dropdown .portfolio_filter_dropdown_title a 
{
display: block;
height: 3em;
width: 100%;
border-radius: 3px;
text-decoration: none;
}
.portfolio_filter_dropdown .portfolio_filter_dropdown_title a span
{
display: block;
padding: 0 1em;
cursor: pointer;
line-height: 3em;
}
.portfolio_filter_dropdown .portfolio_filter_dropdown_title a span:after
{
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
display: inline;
width: auto;
height: auto;
line-height: normal;
vertical-align: 10%;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
margin-top: 0;
font-family: 'themify';
content: "\e64b";
float: right;
line-height: 3em;
font-size: 13px;
}
.portfolio_filter_dropdown .portfolio_filter_dropdown_select
{
position: relative;
}
.portfolio_filter_dropdown .portfolio_filter_dropdown_select ul.portfolio_select
{
display: none;
position: absolute;
left: 0;
top: -3em;
width: 100%;
list-style: none;
background: #fff none repeat scroll 0 0;
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.portfolio_filter_dropdown .portfolio_filter_dropdown_select ul.portfolio_select li a
{
display: block;
padding: 0 1em;
line-height: 3em;
text-decoration: none;
color: #888;
}
.portfolio_filter_dropdown .portfolio_filter_dropdown_select ul.portfolio_select li a:hover
{
background: #f9f9f9;
color: #444;
}
#portfolio_filter_wrapper, .portfolio_filter_wrapper
{
width: 960px;
padding-top: 40px;
height: 0;
-webkit-transition: opacity 1s ease;
-moz-transition: opacity 1s ease;
-ms-transition: opacity 1s ease;
-o-transition: opacity 1s ease;
transition: opacity 1s ease;
visibility: hidden;
opacity: 0;
}
body.elementor-editor-preview .portfolio_filter_wrapper,
body.elementor-editor-active .portfolio_filter_wrapper
{
visibility: visible !important;
}
.portfolio_filter_wrapper, body.tax-portfoliosets #portfolio_filter_wrapper, #portfolio_filter_wrapper
{
padding-top: 0;
}
#portfolio_filter_wrapper.visible, .portfolio_filter_wrapper.visible
{
visibility: visible;
opacity: 1;
}
#portfolio_filter_wrapper.gallery, .portfolio_filter_wrapper.gallery
{
width: 100.4%;
box-sizing: border-box;
}
.page_content_wrapper.fullwidth #portfolio_filter_wrapper.gallery, #page_content_wrapper.fullwidth #portfolio_filter_wrapper.gallery, .page_content_wrapper.fullwidth .portfolio_filter_wrapper.gallery, #page_content_wrapper.fullwidth .portfolio_filter_wrapper.gallery
{
width: 100%;
box-sizing: border-box;
}
#portfolio_filter_wrapper.shortcode, .portfolio_filter_wrapper.shortcode
{
padding-top: 0;
width: 100.4%;
}
body.single-attachment p.attachment 
{
display: none;
}
.gallery_type, .portfolio_type
{
opacity: 0;
}
.gallery_img
{
opacity: 0;
-webkit-animation-fill-mode:forwards; 
-moz-animation-fill-mode:forwards;
animation-fill-mode:forwards;
}
.project_info_label
{
font-size: 13px;
text-transform: uppercase;
font-weight: 600;
color: #999;
}
.project_info_value
{
font-size: 20px;
color: #444;
margin-bottom: 20px;
}
.one_fourth.withbg .page_content_wrapper, .one_third.withbg .page_content_wrapper, .one_half.withbg .page_content_wrapper, .two_third.withbg .page_content_wrapper
{
padding: 0 10% 0 10%;
box-sizing: border-box;
}
.ppb_fullwidth_button h2.title
{
font-size: 22px;
display: block;
float: left;
}
.ppb_fullwidth_button .button
{
float: right;
}
.error_box
{
background: #222;
margin: 0 auto;
width: 310px;
height: 310px;
position: relative;
}
.error_box .error_type
{
font-size: 156px;
text-align: right;
letter-spacing: -15px;
margin-bottom: 0;
color: #fff;
line-height: 0;
right: 0;
bottom: -26px;
position: absolute;
letter-spacing: -15px;
}
.error_text
{
font-size: 53px;
letter-spacing: -1.5px;
color: #222;
margin-top: 0;
text-transform: uppercase;
text-align: center;
padding: 0 !important;
}
.footer_before_widget
{
margin-top: 50px;
text-align: center;
}
.footer_before_widget .footer_logo.logo_wrapper img
{
transform: scale(0.5);
-webkit-transform: scale(0.5);
}
#footer_before_widget_text
{
color: #ccc;
text-align: center;
width: 50%;
margin: auto;
margin-bottom: 20px;
margin-top: 50px;
font-size: 16px;
font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif;
}
#footer_before_widget_text:empty
{
display: none;
}
.ppb_mailchimp_subscription
{
text-align: center;
background-size: cover;
}
.ppb_mailchimp_subscription .subscribe_form
{
margin: auto;
margin-top: 30px;
}
.ppb_mailchimp_subscription .subscribe_form p
{
display: inline-block;
padding: 0 !important;
}
.ppb_mailchimp_subscription .subscribe_form input[type=submit]
{
float: none;
display: inline-block;
padding: 11px 17px 10px 17px;
}
.ppb_mailchimp_subscription .subscribe_form input[type=email]
{
width: 300px;
padding: 10px 10px 10px 10px;
}
.menu_multiple_wrapper
{
padding: 30px;
box-sizing: border-box;
border: 1px solid #e1e1e1;
}
.menu_multiple_content
{
margin-top: 15px;
}
#overlay_background_title, .overlay_background_title
{
background-color: rgba(0, 0, 0, 0.4);
position: absolute;
z-index: 2;
top: 0;
left:0;
width: 100%;
height: 100%;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.background_center_title_wrapper
{
display: table;
width: 60%;
height: 100%;
position: relative;
z-index: 3;
text-align: center;
margin: auto;
}
.background_center_title_wrapper .title_content
{
display: table-cell;
vertical-align: middle;
color: #fff;
text-align: center;
}
.parallax_scroll
{
z-index: 2;
} h1.page-title
{
display: none;
}
#page_content_wrapper .inner .sidebar_content ul.products
{
margin: 0;
padding-top: 20px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product
{
width: 31.66%;
margin-right: 2.5%;
margin-bottom: 2.5%;
}
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
width: 22%;
margin-right: 4%;
margin-bottom: 2%;
}
.woocommerce ul.products.columns-3 li.product:nth-child(3n+1),
.woocommerce-page ul.products.columns-3 li.product:nth-child(3n+1) {
clear: both;
}
.woocommerce ul.products.columns-2 li.product:nth-child(2n+1),
.woocommerce-page ul.products.columns-2 li.product:nth-child(2n+1) {
clear: both;
}
.woocommerce ul.products.columns-4 li.product:nth-child(4n+1),
.woocommerce-page ul.products.columns-4 li.product:nth-child(4n+1) {
clear: none;
} .woocommerce ul.products[class*=columns-] li.product:nth-child(2n), 
.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n)
{
float: left !important;
}   .woocommerce ul.products li.last, .woocommerce-page ul.products li.last
{
margin-right: 0;
}
.woocommerce .woocommerce-ordering select
{
border: 0;
font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif;
font-weight: 700;
border-bottom: 3px solid #000;
border-radius: 0;
}
.woocommerce .woocommerce-ordering
{
position: relative;
}
.woocommerce-page form.woocommerce-ordering:after {
font-family: 'themify';
content: "\e64b";
display: inline;
position: absolute;
top: 10px;
right: 0px;
}
.woocommerce .woocommerce-result-count
{
font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif;
}
.woocommerce ul.products li.product h3
{
font-size: 1em;
}
.woocommerce ul.products li.product .price
{
font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif;
color: #444;
font-size: 1.3em;
font-weight: bold;
}
.woocommerce ul.products li.product .button
{
}
.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty
{
outline: 0;
border: 0;
height: 55px;
width: 80px;
border-radius: 0;
background: 0 0;
font-size: 14px;
font-weight: 600;
border-radius: 5px;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img
{
box-shadow: 0px 0px 0px black !important;
width: 100% !important;
text-align: center !important;
margin: auto !important;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title, .woocommerce-page ul.products li.product h2.woocommerce-loop-product__title
{
font-size: 22px;
margin-top: 5px !important;
padding-bottom: 0;
text-align: left;
}
.woocommerce .cross-sells ul.products li.product h2.woocommerce-loop-product__title, 
.woocommerce-page .cross-sells ul.products li.product h2.woocommerce-loop-product__title
{
font-size: 18px;
}
.woocommerce div.product div.images figure, .woocommerce div.product div.summary figure
{
margin: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2)
{
padding: 5px;
box-sizing: border-box;
margin-top: 5px;
}
.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del
{
font-size: 0.9em !important;
}
.woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins, .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price
{
text-decoration: none !important;
font-size: 18px ;
color: #000000;
}
.woocommerce ul.cart_list li ins, .woocommerce ul.product_list_widget li ins, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li ins
{
text-decoration: none;
font-weight: bold;
}
.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart
{
display: none !important;
}
.woocommerce ul.cart_list li img, .woocommerce-page ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.product_list_widget li img
{
box-shadow: 0px 0px 0px black !important;
-webkit-box-shadow: 0px 0px 0px black !important;
-moz-box-shadow: 0px 0px 0px black !important;
width: 45px;
height: auto;
}
.woocommerce div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page #content div.product div.images img
{
box-shadow: 0px 0px 0px black !important;
-webkit-box-shadow: 0px 0px 0px black !important;
-moz-box-shadow: 0px 0px 0px black !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs
{
margin-left: 0 !important;
}
.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h1
{
font-size: 30px !important;
}
.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h2
{
font-size: 18px !important;
}
.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h3
{
font-size: 16px !important;
padding-bottom: 0;
}
.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h4
{
font-size: 14px !important;
}
.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h5
{
font-size: 13px !important;
}
.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h6
{
font-size: 12px !important;
}
.woocommerce div.product div.images div.thumbnails a, .woocommerce-page div.product div.images div.thumbnails a, .woocommerce #content div.product div.images div.thumbnails a, .woocommerce-page #content div.product div.images div.thumbnails a
{
margin-bottom: 3.8%;
}
div[itemprop="description"]
{
margin: 5px 0 10px 0;
padding-left: 0 !important;
}
.review-summary
{
display: none !important;
}
.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total
{
font-size: 14px !important;
color: #000;
padding-top: 10px !important;
}
.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total
{
border: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range
{
background: #444 !important;
box-shadow: inset 0 0 0 0 rgba(0,0,0,0.5) !important;
-webkit-box-shadow: inset 0 0 0 0 rgba(204, 204, 204, 0.5) !important;
-moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,0.5) !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle
{
border: 1px solid #e1e1e1 !important;
background: #fff !important;
}
.woocommerce #page_content_wrapper a.button, 
.woocommerce.columns-4 ul.products li.product a.add_to_cart_button, 
.woocommerce.columns-4 ul.products li.product a.add_to_cart_button:hover, 
.woocommerce ul.products.columns-2 li.product a.add_to_cart_button, 
.woocommerce-page ul.products.columns-2 li.product a.add_to_cart_button
{
width: 100%;
box-sizing: border-box;
clear: both;
margin-top: 0;
transform: translateY(-10px);
opacity: 0;
transition: all .21s cubic-bezier(.5,.5,.4,.9);
padding: 1em 1.7em .9em 1.7em;
font-weight: 700;
font-size: 16px;
border: 1px solid #000;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
transition: all .21s cubic-bezier(.5,.5,.4,.9);
display: block;
}
.woocommerce ul.products li.product:hover a.woocommerce-loop-product__link {
transform: translateY(-10px);
transition: all .21s cubic-bezier(.5,.5,.4,.9);
}
.woocommerce #page_content_wrapper ul.products li.product:hover a.button, 
.woocommerce #page_content_wrapper ul.products li.product:hover .product_type_variable.add_to_cart_button {
transform: translateY(0);
opacity: 1;
transition: all .21s cubic-bezier(.5,.5,.4,.9);
}
.woocommerce ul.products.columns-2 li.product:hover a.add_to_cart_button, 
.woocommerce-page ul.products.columns-2 li.product:hover a.add_to_cart_button
{
transform: translateY(-10px);
opacity: 1;
margin-bottom: 20px;
}
.woocommerce #page_content_wrapper a.button:hover, .woocommerce-page #page_content_wrapper a.button:hover, .woocommerce.columns-4 ul.products li.product a.add_to_cart_button:hover, .woocommerce.columns-4 ul.products li.product a.add_to_cart_button:hover
{
opacity: 1;
}
.woocommerce.columns-4 ul.products li.product a.add_to_cart_button
{
color: #000 !important;
font-size: 100% !important;
}
.woocommerce div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page #content div.product form.cart .button
{
opacity: 1 !important;
}
.woocommerce .widget_shopping_cart .widget_shopping_cart_content a.button, .woocommerce table.cart td.actions .button.alt.checkout-button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce table.cart td.actions .button.alt
{
text-shadow: none !important;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a
{
font-weight: normal !important;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img
{
width: 70px !important;
float: left !important;
margin-right: 15px !important;
margin-left: 0 !important;
}
.woocommerce #reviews #comments ol.commentlist, .woocommerce-page #reviews #comments ol.commentlist
{
margin-top: 20px !important;
}
.cart-collaterals .cart_totals table {
width: 100% !important;
}
.woocommerce .related ul.products li.product, .woocommerce .related ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul li.product {
width: 31.66% !important;
margin-bottom: 0;
}
.woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce-page #content table.cart a.remove
{
color: #999 !important;
}
.woocommerce table.cart a.remove:hover, .woocommerce #content table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover
{
color: #fff !important;
}
body[data-shop=three_cols].woocommerce ul.products li.product, body[data-shop=three_cols].woocommerce-page ul.products li.product 
{ 
width: 31.2% !important; 
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last
{
margin-right: 0 !important;
}
body.woocommerce .page-title
{
display: none;
}
.woocommerce-page div.product div.images div.thumbnails
{
display: none;
}
p.price
{
padding-top: 0 !important;
margin-top: -10px !important;
}
p.price ins span.amount, p.price span.amount, .woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price
{
font-weight: 400;
font-size: 22px;
color: #cfa670;
}
p.price del span.amount
{
color: #ccc !important;
font-size: 16px;
}
span.price del span.amount
{
font-size: 13px;
}
#tab-description h2, .woocommerce #reviews #comments h2, .woocommerce-page #reviews #comments h2
{
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a
{
border-bottom: 3px solid #000;
}
.checkout h3
{
font-size: 18px;
margin: 15px 0 15px 0;
}
.checkout h3#order_review_heading
{
display: none;
}
.woocommerce form .form-row
{
padding: 0;
}
body.woocommerce-page #page_content_wrapper .inner .inner_wrapper
{
padding-top: 40px;
}
.related.products h2, .cart_totals h2, .shipping_calcuLator h2, .upsells.products h2, .cross-sells h2
{
font-size: 18px;
margin-bottom: 15px;
text-align: center;
}
.cart_totals h2
{
display: none;
}
.shipping_calcuLator h2
{
text-align: left;
}
.related.products
{
margin-top: 30px;
clear: both;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before
{
border: 0;
box-shadow: 0 0 0;
border-radius: 0px !important;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before
{
border: 0;
box-shadow: 0 0 0;
border-radius: 0px !important;
}
.woocommerce div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel
{
}
.woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments ol.commentlist li
{
width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li
{
border: 0 !important;
box-shadow: none !important;
visibility: visible !important;
border: 9 !important;
border-bottom: 0 !important;
background: transparent;
border-radius: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:first-child
{
margin-left: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a
{
padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active
{
background: transparent !important;
border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a
{
color: #000;
border-radius: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs
{
padding-left: 0 !important;
text-align: center;
padding-bottom: 40px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after
{
display: none;
}
.widget_shopping_cart_content a.button
{
margin-right: 5px !important;
}
.woocommerce-page div.product .woocommerce-tabs
{
padding: 40px 0 0px 0;
border-top: 1px solid #ebebeb;
clear: both;
margin: 0px 0 60px 0;
border-bottom: 1px solid #ebebeb;
}
.woocommerce div.product div.images
{
margin-bottom: 60px;
}
.woocommerce-page div.product p.price ins
{
text-decoration: none !important;
}
.product_meta > span
{
clear: both;
display: block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after
{
border: 0 !important;
}
.woocommerce-message, .woocommerce-error, .woocommerce-info
{
box-shadow: 0 0 0 #000 !important;
border-radius: 5px;
}
.tm-extra-product-options .tm-extra-product-options-fields, .tm-extra-product-options .tmcp-ul-wrap
{
width: calc(100% - 20px);
}
.woocommerce-message
{
background: #23B064 !important;
border-color: #23B064 !important;
color: #fff !important;
text-shadow: none !important;
padding: 1.3em 1.2em 1.3em 3.2em !important;
}
.woocommerce-info
{
background: #4db2ec !important;
border-color: #4db2ec !important;
color: #fff !important;
text-shadow: none !important;
padding: 1.3em 1.2em 1.3em 3.2em !important;
}
.woocommerce-error
{
background: #e62c22 !important;
border-color: #e62c22 !important;
color: #fff !important;
text-shadow: none !important;
padding: 1.3em 1.2em 1.3em 3.2em !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message
{
line-height: 1.5;
}
.woocommerce-info a, .woocommerce-message a, .woocommerce-error a
{
color: #fff !important;
}
.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before
{
box-shadow: none !important;
top: 0.4em !important;
background: #23B064 !important;
}
.woocommerce-info:before
{
background: #4db2ec !important;
}
.woocommerce-error:before
{
background: #e62c22 !important;
}
.woocommerce .woocommerce-message a.button
{
display: none;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals, #order_review
{
margin-bottom: 0;
}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th
{
text-align: left;
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table
{
border-bottom: 0;
}
.post_carousel.flexslider .slides > li
{
margin-right: 20px;
}
.woocommerce-page .products .star-rating
{
float: right;
margin-top: 5px;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price
{
font-weight: 400;
}
.woocommerce span.onsale, .woocommerce-page span.onsale, .woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale
{
box-shadow: none;
text-shadow: none;
color: #fff;
background: #ff3e36;
margin-top: -6px;
margin-left: -6px;
left: 0;
right: auto;
text-align: center;
}
.woocommerce #content nav.woocommerce-pagination, .woocommerce nav.woocommerce-pagination, .woocommerce-page #content nav.woocommerce-pagination, .woocommerce-page nav.woocommerce-pagination
{
text-align: left;
margin-top: 30px;
margin-bottom: 30px;
}
.woocommerce #content nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul, .woocommerce-page #content nav.woocommerce-pagination ul, .woocommerce-page nav.woocommerce-pagination ul, .woocommerce #content nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li
{
border: 0;
}
.woocommerce #content nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li
{
height: 30px;
width: 30px;
line-height: 30px;
display: inline-block;
text-align: center;
color: #888;
background: #fff;
border: 1px solid #e1e1e1;
margin-right: 10px;
overflow: hidden;
}
.woocommerce-page nav.woocommerce-pagination ul li a
{
color: #888;
line-height: 1.3em;
}
.woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li a:hover, .woocommerce-page nav.woocommerce-pagination ul li a:active
{
border-color: #e1e1e1;
background: #fcfcfc;
color: #000000 !important;
font-weight: bold;
line-height: 1.3em;
}
.woocommerce .woocommerce-pagination ul.page-numbers, .woocommerce-page .woocommerce-pagination ul.page-numbers
{
margin-left: 0 !important;
}
.woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li a
{
text-align: center;
}
.price_slider_wrapper
{
margin-top: 30px;
}
.woocommerce-page ul.product_list_widget li .star-rating
{
display: none;
}
.woocommerce-page ul.product_list_widget li a
{
font-weight: 600 !important;
}
.woocommerce-page ul.product_list_widget li .amount
{
font-weight: 600;
color: #444;
}
.woocommerce-page ul.product_list_widget li del .amount
{
color: #ccc;
}
.woocommerce-page .price_label
{
font-weight: 600;
}
.woocommerce-page ul.product_list_widget li ins
{
background: transparent;
}
.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button
{
float: left !important;
}
ul.product_list_widget li
{
padding: 10px 0 10px 0 !important;
}
.woocommerce #content div.product, .woocommerce div.product, .woocommerce-page #content div.product, .woocommerce-page div.product
{
clear: both;
}
.woocommerce .woocommerce-product-rating, .woocommerce-page .woocommerce-product-rating
{
float: right;
}
.woocommerce-review-link
{
color: #000 !important;
}
.woocommerce-page div.product form.cart
{
margin-top: 10px;
}
.thwepo-extra-options.thwepo_simple
{
margin-top: 0;
}
.woocommerce div.product form.cart table td
{
vertical-align: top;
}
.woocommerce div.product form.cart .variations tr td
{
padding-top: 0;
padding-bottom: 0;
}
.thwepo-extra-options.thwepo_simple textarea
{
height: auto !important;
}
.thwepo-extra-options.thwepo_variable tr td.label
{
padding-right: 3em;
}
.woocommerce div.product form.cart div.quantity
{
margin-right: 12px;
}
.woocommerce .woocommerce-error:after, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:after, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:after, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:after, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:after, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:after, .woocommerce-page .woocommerce-message:before
{
display: block;
clear: none;
}
.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img
{
width: 70px;
}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th
{
padding: 15px;
}
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:before
{
line-height: 1em;
}
.woocommerce .cart-collaterals .shipping_calcuLator .shipping-calcuLator-button:after, .woocommerce-page .cart-collaterals .shipping_calcuLator .shipping-calcuLator-button:after, .wc-forward a:after, .wc-forward:after
{
display: none;	
}
#page_content_wrapper .inner .sidebar_content ul.products
{
margin-left: 0 !important;
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td
{
border-top: 0;
padding: 15px 12px;
}
.shipping-calcuLator-button
{
color: #000;
}
.product-subtotal .amount
{
color: #000;
font-weight: 600;
}
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells, .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .shipping_calcuLator, .woocommerce-page .cart-collaterals .shipping_calcuLator
{
width: 100%;
float: none;
}
.woocommerce .cart-collaterals .shipping_calcuLator, .woocommerce-page .cart-collaterals .shipping_calcuLator
{
margin-top: 10px;
}
.woocommerce-page table.cart th, table.shop_table thead tr th
{
border-bottom: 1px solid #e1e1e1;
color: #000;
font-weight: 700;
font-size: 18px;
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table
{
border-radius: 0 !important;
border-bottom: 1px solid #e1e1e1;
}
.woocommerce table.shop_table.cart, .woocommerce-page table.shop_table.cart
{
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions
{
border-bottom: 0 !important;
padding-top: 15px;
}
.woocommerce table.cart td.actions .coupon .input-text#coupon_code
{
width: 200px;
padding: 12px 10px 8px 10px;
border-radius: 0;
box-shadow: 0 0 0 0;
margin-right: 10px;
}
.woocommerce .cart-collaterals .cart_totals table tr:first-child td, .woocommerce .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr th
{
border-bottom: 0;
}
.woocommerce-page #payment ul.payment_methods label
{
display: inline-block;
clear: none;
width: auto;
}
.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box
{
margin-top: 0;
}
.woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods
{
border-bottom: 0;
margin-left: 0 !important;
padding: 0 !important;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row
{
padding: 0;
margin-top: 20px;
}
.woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row
{
border-top: 0;
}
.woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before
{
color: #444;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta
{
font-size: 1em;
}
strong[itemprop="author"]
{
font-size: 1em;
font-weight: 600;
color: #000;
font-weight: 600 !important;
font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif;
text-transform: uppercase;
}
.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box
{
box-shadow: 0 0 0 0;
border-radius: 5px;
}
.woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after
{
display: none !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text
{
border: 0 !important;
border-bottom: 1px solid #e1e1e1 !important;
padding: 0;
}
.woocommerce ul.products li.product a .star-rating, .woocommerce-page ul.products li.product a .star-rating
{
display: none !important;
}
.woocommerce #review_form #respond
{
width: 100%;
}
.woocommerce #reviews h3
{
text-align: left;
}
h1.product_title
{
font-size: 40px;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove
{
display: none;
}
.woocommerce-cart .wc-proceed-to-checkout
{
padding: 2em 0;
}
.woocommerce-page div.product form.cart .button {
margin-left: 5px;
padding: .9em 1.5em !important;
border: 1px solid #000;
border-radius: 0;
width: calc(100% - 102px);
}
.return-to-shop .wc-backward
{
padding-left: 35px !important;
}
.return-to-shop
{
padding: 0 0 2em 0 !important;
}
.woocommerce-checkout-payment
{
margin-bottom: 4em !important;
}
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before
{
line-height: 55px;
color: #fff;
}
.woocommerce .top_bar.scroll .logo_wrapper img, .woocommerce-page .top_bar.scroll .logo_wrapper img
{
max-width: 100%;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover
{
background: #222;
}
.tm-extra-product-options .tc-cell, .tc-cell
{
padding: 0 10px 0 10px;
min-width: 20%;
}
.tm-unit-price, .tm-fee-totals, .tm-final-totals, .tm-options-totals, .tm-subscription-fee
{
width: 49.5%;
display: inline-block;
font-weight: 700;
}
.tc-totals-form.tc-show
{
border-top: 1px solid #e1e1e1;
margin-top: 20px;
}
body:not(.elementor-page) #page_content_wrapper .inner .sidebar_content ul.tm-extra-product-options-textarea,
body:not(.elementor-page) #page_content_wrapper .inner .sidebar_content ul.tm-extra-product-options-text
{
margin-left: 0;
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td .product-name a
{
font-weight: 600;
}
.woocommerce-page table.shop_table td.product-name a
{
font-size: 18px;
}
td.product-name a.tm-cart-edit-options, .tm-cart-edit-options
{
font-size: 11px !important;
font-style: normal;
font-weight: 400;
margin-bottom: 20px;
display: block;
}
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label, .woocommerce td.product-name .wc-item-meta dt, .woocommerce td.product-name dl.variation .wc-item-meta-label, .woocommerce td.product-name dl.variation dt
{
font-size: 12px;
font-weight: 6000;
letter-spacing: 2px;
text-transform: uppercase;
} .woocommerce td.product-name .wc-item-meta dd p, .woocommerce td.product-name dl.variation dd p
{
padding: 0 !important;
font-weight: 400 !important;
font-size: 12px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button
{
display: inline-block;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
border: 1px solid #000;
}
.woocommerce-cart .wc-proceed-to-checkout
{
text-align: right;
}
body.woocommerce-checkout #page-content-wrapper .inner .sidebar-content {
padding-top: 20px;
padding-bottom: 60px;
}
body.woocommerce-checkout .woocommerce .col2-set,
body.woocommerce-checkout.woocommerce-page .col2-set,
body.woocommerce-cart .woocommerce-cart-form {
float: left;
width: 63%;
}
body.woocommerce-checkout .woocommerce .col2-set .col-1,
body.woocommerce-checkout.woocommerce-page .col2-set .col-1,
body.woocommerce-checkout .woocommerce .col2-set .col-2,
body.woocommerce-checkout.woocommerce-page .col2-set .col-2 {
width: 100%;
}
body.elementor-page.woocommerce-checkout .woocommerce .col2-set,
body.elementor-page.woocommerce-checkout.woocommerce-page .col2-set,
body.elementor-page.woocommerce-cart .woocommerce-cart-form,
body.elementor-page.woocommerce-checkout .woocommerce #order_review, 
body.elementor-page.woocommerce-cart .cart-collaterals {
float: none;
width: auto;
}
body.woocommerce-checkout .woocommerce #order_review,
body.woocommerce-cart .cart-collaterals {
float: right;
width: 32%;
margin-top: 20px;
}
body.woocommerce-cart .cart-collaterals {
margin-top: 0;
}
body.woocommerce-cart .cart_totals h2:not(.woocommerce-loop-product__title) {
text-align: left;
margin-top: 0;
}
body.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button {
width: 100%;
box-sizing: border-box;
}
.woocommerce table.shop_table tfoot tr.order-total th
{
border-bottom: 0;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment
{
background: transparent;
border-radius: 0;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order
{
width: 100%;
margin-top: 20px;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow
{
height: 47px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow
{
width: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered
{
line-height: 47px;
} .wapf-radios .wapf-checkable,
.wapf-checkboxes .wapf-checkable
{
width: 50%;
display: inline-block;
}
.wapf-field-group .wapf-field-row .wapf-field-textarea textarea
{
height: 100px;
}
.wapf-label-text
{
text-transform: none;
}
.wapf-product-totals
{
border-top: 1px solid #e1e1e1;
}  #woocommerce-mini-cart-wrapper
{
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
}
#woocommerce-mini-cart-wrapper.visible
{
z-index: 1000;
}
#woocommerce-mini-cart-overlay
{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #000000;
opacity: 0;
cursor: pointer;
transition: all .4s cubic-bezier(.5,.5,.4,.9);
}
#woocommerce-mini-cart-wrapper.visible #woocommerce-mini-cart-overlay
{
opacity: 0.2;
z-index: 1001;
transition: all .4s cubic-bezier(.5,.5,.4,.9);
}
#woocommerce-mini-cart-flyout
{
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 17em;
background: #fff;
display: flex;
flex-direction: column;
cursor: auto;
transition: all .4s cubic-bezier(.5,.5,.4,.9);
transform: translate3d(100%, 0, 0);
z-index: 1002;
}
#woocommerce-mini-cart-wrapper.visible #woocommerce-mini-cart-flyout
{
transition: all .4s cubic-bezier(.5,.5,.4,.9);
transform: translate3d(0, 0, 0);
}
#woocommerce-mini-cart-flyout ul.cart_list, 
#woocommerce-mini-cart-flyout ul.product_list_widget
{
padding: 30px;
flex-basis: 0;
flex-grow: 1;
overflow-y: auto;
list-style: none;
}
#woocommerce-mini-cart-flyout ul.cart_list li img, 
#woocommerce-mini-cart-flyout ul.product_list_widget li img, 
#woocommerce-mini-cart-flyout ul.cart_list li img, 
#woocommerce-mini-cart-flyout ul.product_list_widget li img 
{
width: 100% !important;
height: auto;
margin: 0 !important;
display: block;
float: none;
width: auto;
margin: 0;
order: 10;
}
#woocommerce-mini-cart-flyout ul.product_list_widget li
{
position: relative;
margin-bottom: 10px;
}
#woocommerce-mini-cart-flyout ul.product_list_widget li a:not(.remove)
{
display: flex;
flex-direction: column;
font-weight: 600 !important;
}
#woocommerce-mini-cart-flyout ul.product_list_widget li a.remove
{
position: absolute;
top: auto;
left: auto;
right: 0px;
bottom : 13px;
color: inherit !important;
}
#woocommerce-mini-cart-flyout ul.product_list_widget li a.remove:hover
{
color: #fff !important;
}
#woocommerce-mini-cart-flyout ul.product_list_widget li .variation
{
display: none;
}
#woocommerce-mini-cart-flyout ul.product_list_widget li a.remove:before,
#woocommerce-mini-cart-flyout ul.product_list_widget li a.remove:after
{
content: "";
display: block;
width: 0.125em;
height: 100%;
position: absolute;
top: 50%;
left: 50%;
}
#woocommerce-mini-cart-flyout ul.product_list_widget li .quantity
{
font-weight: normal;
}
#woocommerce-mini-cart-flyout .woocommerce-mini-cart-shopping-cart
{
flex-grow: 1;
display: flex;
flex-direction: column;
}
#woocommerce-mini-cart-flyout .woocommerce-mini-cart__total
{
padding: 30px 30px 0 30px;
display: flex;
position: relative;
}
#woocommerce-mini-cart-flyout .woocommerce-mini-cart__total:before
{
content: "";
display: block;
height: .625em;
position: absolute;
bottom: 100%;
left: 0;
right: 0;
opacity: 0.2;
box-shadow: inset 0 -0.625em 0.625em -0.625em #000000;
}
#woocommerce-mini-cart-flyout .woocommerce-mini-cart__total .woocommerce-Price-amount
{
margin-left: auto;
}
#woocommerce-mini-cart-flyout .woocommerce-mini-cart__buttons
{
padding: 30px 30px 15px 30px;
}
#woocommerce-mini-cart-flyout .woocommerce-mini-cart__buttons a
{
width: 100%;
box-sizing: border-box;
margin-bottom: 15px;
font-size: inherit;
border: 1px solid #000000;
}
#woocommerce-mini-cart-flyout ul.cart_list li img, #woocommerce-mini-cart-flyout ul.product_list_widget li img, #woocommerce-mini-cart-flyout ul.cart_list li img, #woocommerce-mini-cart-flyout ul.product_list_widget li img
{
padding: 10px 0 10px 0;
}
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after
{
top: 1.05em;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td.product-total
{
vertical-align: top;
} .ppb_live_edit_wrapper
{
float: left;
width: 100%;
box-sizing: border-box;
cursor: default;
position: relative;
}
.ppb_live_edit_wrapper.loading
{
opacity: 0.5;
}
.ppb_live_edit_wrapper.hover,
.ppb_live_edit_wrapper:hover
{
background: rgba(0, 115, 170, 0.1);
}
.ppb_live_edit_wrapper .ppb_live_action
{
position: absolute;
bottom: 20px;
left: 50%;
margin-left: -120px;
z-index: 9999;
}
.ppb_live_edit_wrapper .ppb_live_action a
{
width: auto;
height: 35px;
padding: 0 15px 0 15px;
font-size: 12px;
display: inline-block;
color: #fff;
background: #1C58F6;
line-height: 35px;
border-radius: 25px;
margin: 0 5px 0 5px;
-ms-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: -webkit-transform 200ms ease;
transition: -webkit-transform 200ms ease;
-webkit-font-smoothing: antialiased;
}
.ppb_live_edit_wrapper .ppb_live_action a .dashicons
{
line-height: 35px;
margin-right: 0;
}
.ppb_live_edit_wrapper:hover .ppb_live_action a
{
-ms-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
.ppb_live_edit_wrapper .ppb_live_action a
{
transition: all 0.1s ease;
-webkit-transition: all 0.1s ease;
-moz-transition: all 0.1s ease;
}
.ppb_live_edit_wrapper .ppb_live_action a.ppb_remove
{
background: #FF3B30;
} .main-menu-wrapper {
width: 100%;
float: left;
position: fixed;
top: 0;
left: 0;
z-index: 9;
display: block;
}
body.admin-bar .main-menu-wrapper {
top: 32px;
}
body.admin-bar.js_nav .main-menu-wrapper {
top: 0;
}
#elementor-header.main-menu-wrapper {
opacity: 0;
min-height: 60px;
}
#elementor-header.main-menu-wrapper.visible {
opacity: 1;
}
#elementor-header.main-menu-wrapper.visible section.elementor-invisible {
visibility: visible;
}
#elementor-sticky-header.main-menu-wrapper {
opacity: 0;
z-index: -1;
-webkit-transform: translate(0px, -140px);
-moz-transform: translate(0px, -140px);
transform: translate(0px, -140px);
transition: all 0.2s ease-out;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
}
#elementor-sticky-header.main-menu-wrapper.visible {
opacity: 1;
z-index: 9;
-webkit-transform: translate(0px, );
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}  .elementor-megamenu-wrapper {
text-align: left;
}  #footer-wrapper {
width: 100%;
float: left;
}  .appointment-form-shortcode,
.appointment-form-widget > .widget-body {
padding: 0;
font-weight: 400;
}
.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .prevMonthDay.flatpickr-disabled {
opacity: 0.3;
}
.appointment-form-shortcode .flatpickr-calendar {
background: transparent;
}
.appointment-form-shortcode .widget-title,
.appointment-form-widget > .widget-body .widget-title {
width: calc(100% + 80px);
}
.appointment-form-shortcode .mpa-booking-step .mpa-actions,
.appointment-form-widget > .widget-body .mpa-booking-step .mpa-actions {
margin-top: 10px;
margin-bottom: 0;
text-align: left;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.appointment-form-shortcode .mpa-booking-step .mpa-actions > *,
.appointment-form-widget > .widget-body .mpa-booking-step .mpa-actions > * {
margin-right: 18px;
-webkit-box-flex: 1;
-ms-flex: 1 0;
flex: 1 0;
}
.appointment-form-shortcode .mpa-booking-step .mpa-actions > *:last-child,
.appointment-form-widget > .widget-body .mpa-booking-step .mpa-actions > *:last-child {
margin-right: 0;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-service-form, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-service-form,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-payment {
padding: 0;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-shortcode-title, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-shortcode-title, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-shortcode-title, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-service-form .mpa-shortcode-title, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment .mpa-shortcode-title,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-shortcode-title,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-shortcode-title,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .mpa-shortcode-title,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-service-form .mpa-shortcode-title,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-payment .mpa-shortcode-title {
font-size: 30px;
text-align: center;
margin-bottom: 23px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .button-secondary:hover, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .button-secondary:hover, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .button-secondary:hover, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-service-form .button-secondary:hover, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment .button-secondary:hover,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .button-secondary:hover,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .button-secondary:hover,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .button-secondary:hover,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-service-form .button-secondary:hover,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-payment .button-secondary:hover {
color: #fff;
background: #2da272;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart table td,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart table th, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout table td,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout table th, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period table td,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period table th, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-service-form table td,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-service-form table th, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment table td,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment table th,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart table td,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart table th,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout table td,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout table th,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period table td,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period table th,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-service-form table td,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-service-form table th,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-payment table td,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-payment table th {
text-align: center;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart table td:first-child,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart table th:first-child, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout table td:first-child,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout table th:first-child, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period table td:first-child,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period table th:first-child, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-service-form table td:first-child,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-service-form table th:first-child, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment table td:first-child,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment table th:first-child,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart table td:first-child,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart table th:first-child,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout table td:first-child,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout table th:first-child,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period table td:first-child,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period table th:first-child,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-service-form table td:first-child,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-service-form table th:first-child,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-payment table td:first-child,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-payment table th:first-child {
text-align: left;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-service-form,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-service-form {
width: 100%;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper {
margin-top: 0px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times {
position: relative;
max-height: none;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times .mpa-time-period,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times .mpa-time-period {
border-radius: 20px;
font-size: 14px;
text-transform: none;
font-weight: 400;
padding-left: 1px;
padding-right: 1px;
letter-spacing: 0.12px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-input-container,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .mpa-input-container {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-input-container > .mpa-input-wrapper,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .mpa-input-container > .mpa-input-wrapper {
width: 100%;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar {
border: 0;
margin: 0;
-webkit-box-shadow: none;
box-shadow: none;
width: 100%;
font-size: 14px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months {
background-color: #eef8ee;
padding: 10px 63px;
position: relative;
border-radius: 25px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-month,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-month {
height: 33px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-current-month,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-current-month {
padding: 0;
font-size: 18px;
line-height: 24px;
font-weight: 400;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .numInputWrapper,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-year,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-month,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .numInputWrapper,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-year,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-month {
font-weight: inherit;
line-height: 33px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .numInputWrapper:hover,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-year:hover,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-month:hover,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .numInputWrapper:hover,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-year:hover,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-month:hover {
background: transparent;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-next-month,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-next-month,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover svg,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover svg,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover svg,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover svg {
fill: #2da272;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-next-month,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
right: 35px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
left: 35px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-rContainer,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-rContainer {
width: 100%;
padding: 0 35px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-days,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-days {
width: 100%;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .dayContainer,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .dayContainer {
width: 100%;
max-width: 100%;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day {
max-width: none;
border-width: 0;
border-radius: 0;
height: 40px;
line-height: 40px;
z-index: 1;
-webkit-transition: .3s;
transition: .3s;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day:before,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day:before {
content: '';
width: 36px;
height: 36px;
display: block;
background-color: #f2e053;
border-radius: 50%;
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: -1;
-webkit-transition: .3s;
transition: .3s;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.selected, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day:hover,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.selected,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day:hover {
background-color: transparent;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.selected:before, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day:hover:before,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.selected:before,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day:hover:before {
opacity: 1;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.flatpickr-disabled,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.flatpickr-disabled {
color: #bcc0be;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.flatpickr-disabled:hover:before,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.flatpickr-disabled:hover:before {
display: none;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.nextMonthDay, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.prevMonthDay,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.nextMonthDay,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.prevMonthDay {
color: #e8e9e8;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-weekdays,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-weekdays {
height: 49px;
border-bottom: 1px solid #f6fbf6;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday {
font-size: 12px;
text-transform: uppercase;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li {
max-width: 33%;
border: 0;
padding: 0;
margin-right: 40px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li.mpa-reservation-service,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li.mpa-reservation-service {
width: 100%;
max-width: 100%;
margin-right: 0;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li:last-child,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li:last-child {
margin: 0;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li .mpa-label,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li .mpa-label {
font-size: 16px;
color: #f2e053;
font-weight: 600;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li .mpa-value,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li .mpa-value {
font-weight: 400;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details {
margin-bottom: 20px;
margin-top: 20px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .mpa-order,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .mpa-order {
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .column-service,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .column-subtotal,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .column-total,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .column-service,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .column-subtotal,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .column-total {
text-align: left;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .mpa-order-services th,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .mpa-order-services th {
font-size: 20px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .mpa-order-service,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .mpa-order-service {
font-weight: 300;
font-size: 16px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .column-price,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .column-price {
text-align: center;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .mpa-order-subtotal th,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .mpa-order-total th,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .mpa-order-subtotal th,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .mpa-order-total th {
font-family: "Lato", sans-serif;
font-weight: 400;
font-size: 16px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-required-tip,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-required-tip {
display: none;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-customer-details .mpa-shortcode-title,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-customer-details .mpa-shortcode-title {
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-booking,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-booking {
padding:  20px;
position: relative;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-booking:before,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-booking:before {
background: url(//thebaohouse.ro/wp-content/themes/grandrestaurant/css/images/icon-check-mark.svg) no-repeat;
content: '';
width: 40px;
height: 40px;
position: absolute;
left: 0;
right: 0;
margin: auto;
top: 100px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-booking .mpa-message,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-booking .mpa-message {
text-align: center;
position: relative;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-booking .mpa-actions > *,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-booking .mpa-actions > * {
max-width: 100%;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart {
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .mpa-cart-item,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .mpa-cart-item {
border: none;
background: #f6fbf6;
padding: 20px 0 10px 0;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header {
display: block;
border: none;
padding-bottom: 0;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header .cell,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header .cell {
width: 100%;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header .cell-service,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header .cell-service {
padding-bottom: 0;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header .cell-service .mpa-service-name,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header .cell-service .mpa-service-name {
font-size: 24px;
line-height: 1.15;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header .cell-date,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header .cell-date {
padding-top: 0;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-location,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-people,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-location,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-people {
width: 100%;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-cell-people,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-cell-people {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-location,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-location {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-employee,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-price,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-employee,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-price {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-footer,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-footer {
border: none;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .cell-title,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .cell-title {
text-transform: uppercase;
font-size: 12px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart-total,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart-total {
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment .mpa-billing-details ul li label,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-payment .mpa-billing-details ul li label {
font-weight: 600;
text-transform: none;
margin-left: 5px;
line-height: 1;
vertical-align: middle;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment .mpa-billing-details ul li p,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-payment .mpa-billing-details ul li p {
line-height: 1.5;
padding-top: 8px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment .mpa-billing-details .mpa-stripe-payment-methods ul li,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-payment .mpa-billing-details .mpa-stripe-payment-methods ul li {
padding: 0;
margin-right: 10px;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment .mpa-billing-details .mpa-stripe-payment-methods ul li label,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-payment .mpa-billing-details .mpa-stripe-payment-methods ul li label {
font-family: inherit;
font-size: 16px;
font-weight: normal;
margin: 0;
}
.mpa-employees-list-shortcode .mpa-loop-post-wrapper {
max-width: 85%;
margin: 0 auto 1.5em;
}
.mpa-employees-list-shortcode .mpa-loop-post-thumbnail {
margin-bottom: 16px;
}
.mpa-employees-list-shortcode .mpa-loop-post-thumbnail a {
border-radius: 50%;
overflow: hidden;
display: inline-block;
border: solid 4px #e7f5e7;
position: relative;
}
.mpa-employees-list-shortcode .mpa-loop-post-thumbnail a:after {
content: '';
position: absolute;
width: 100%;
left: 0;
top: 0;
height: 100%;
background: #f6fbf6 url(//thebaohouse.ro/wp-content/themes/grandrestaurant/css/images/icon-employee.svg) center center no-repeat;
background-size: 107px 99px;
opacity: 0;
-webkit-transition: .3s;
transition: .3s;
}
.mpa-employees-list-shortcode .mpa-loop-post-thumbnail a:hover:after {
opacity: 1;
}
.mpa-employees-list-shortcode .mpa-loop-post-thumbnail a img {
vertical-align: middle;
width: 100%;
}
.mpa-employees-list-shortcode .mpa-post-title {
text-align: center;
margin-bottom: 0;
line-height: 1.25;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.mpa-employees-list-shortcode .mpa-post-title a {
font-size: 24px;
}
.mpa-employees-list-shortcode .mpa-post-title a:hover {
}
.mpa-employees-list-shortcode .entry-excerpt p {
margin-bottom: 0;
text-align: center;
font-size: 16px;
}
.mpa-employees-list-shortcode .entry-excerpt p:first-line {
font-size: 12px;
text-transform: uppercase;
font-weight: 400;
}
.mpa-services-list-shortcode {
--mpa-grid-gap: 11px;
}
.mpa-services-list-shortcode .mpa-loop-post-wrapper {
padding-left: 30px;
padding-bottom: 40px;
}
.mpa-services-list-shortcode .mpa-loop-post-wrapper .post-thumbnail {
padding: 30px 0 100px 0;
position: relative;
margin: 0 0 -80px 0;
}
.mpa-services-list-shortcode .mpa-loop-post-wrapper .post-thumbnail::before {
content: '';
top: 0;
bottom: 0;
left: -30px;
background: #f6fbf6;
width: 45%;
max-width: 145px;
display: block;
position: absolute;
z-index: -1;
}
.mpa-services-list-shortcode .mpa-loop-post-wrapper .post-thumbnail img {
vertical-align: middle;
}
.mpa-services-list-shortcode .mpa-loop-post-wrapper .mpa-post-title {
font-size: 24px;
margin-bottom: 0;
position: relative;
}
.mpa-services-list-shortcode .mpa-loop-post-wrapper .mpa-post-title a {
}
.mpa-services-list-shortcode .mpa-loop-post-wrapper .mpa-post-title a:hover {
}
.mpa-services-list-shortcode .mpa-loop-post-wrapper .service-list-item-title-wrap {
margin-bottom: 28px;
min-height: 75px;
position: relative;
z-index: 5;
}
.mpa-services-list-shortcode .mpa-loop-post-wrapper .mpa-service-price {
margin-top: 15px;
}
.mpa-services-list-shortcode .mpa-loop-post-wrapper .mpa-service-price .mpa-price {
font-weight: 700;
}
.mpa-services-list-shortcode .mpa-loop-post-wrapper .mpa-service-button-link {
margin-left: -30px;
}
.mpa-attributes {
margin: 0;
padding: 0;
list-style: none;
line-height: 1.25;
font-size: 16px;
}
.mpa-attributes li {
margin: 0;
}
.mpa-attributes li.mpa-attribute-price .mpa-price {
font-weight: 700;
font-size: 18px;
}
.single-mpa_service .mpa-service-attributes {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 50px;
}
.single-mpa_service .mpa-service-attributes .mpa-attribute-price {
font-size: 18px;
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
margin-top: 30px;
}
.service-list-terms {
line-height: 1.2;
}
.service-list-terms a {
display: inline-block;
font-size: 12px;
text-transform: uppercase;
font-weight: 400;
}
.service-list-terms a:hover {
color: #2da272;
}
.service-list-terms a:after {
content: ',';
}
.service-list-terms a:last-child:after {
display: none;
}
.mpa-service-categories-shortcode h2,
.mpa-locations-list-shortcode h2,
.mpa-employee-title-shortcode h2 {
font-size: 24px;
}
.mpa-service-categories-shortcode h2 a,
.mpa-locations-list-shortcode h2 a,
.mpa-employee-title-shortcode h2 a {
}
.mpa-service-categories-shortcode h2 a:hover,
.mpa-locations-list-shortcode h2 a:hover,
.mpa-employee-title-shortcode h2 a:hover {
color: #2da272;
}
.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-header, .appointment-form-widget>.widget-body .mpa-booking-step-cart .mpa-cart .item-header, .appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-body, .appointment-form-widget>.widget-body .mpa-booking-step-cart .mpa-cart .item-body, .appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-footer, .appointment-form-widget>.widget-body .mpa-booking-step-cart .mpa-cart .item-footer {
padding: 10px;
}
p.mpa-shortcode-title,
p.mpa-cart-total {
padding:0;
}
p.mpa-cart-total {
font-weight: 600;
}
.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-footer {
padding-top: 0;
}
.appointment-form-shortcode .mpa-booking-step-service-form label, .appointment-form-widget>.widget-body label {
}
textarea.mpa-customer-notes, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .mpa-order, .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .mpa-order, table.mpa-order {
width: 100%;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment .mpa-shortcode-title.mpa-payment-gateways-title {
display: none;
}
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment .mpa-shortcode-title, 
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-shortcode-title {
margin-bottom: 10px;
}
body .appointment-form-shortcode .mpa-booking-step-payment .mpa-billing-details .mpa-payment-gateways, body .appointment-form-widget>.widget-body .mpa-booking-step-payment .mpa-billing-details .mpa-payment-gateways {
margin: 40px 0 40px 0;
}  body.woocommerce-cart, body.woocommerce-checkout {
height: 100%;
}
.e-sticky-right-column--active {
top: 0 !important;
}.fa,.fab,.fad,.fal,.far,.fas{-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:.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:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.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:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-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-threads:before{content:"\e9cb"}.fa-threads-square:before{content:"\e9cc"}.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-tripadvisor:before{content:"\f262"}.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-x-twitter:before{content:"\e9ca"}.fa-x-twitter-square:before{content:"\e9c9"}.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 Free";font-style:normal;font-weight:900;font-display:block;src:url(//thebaohouse.ro/wp-content/plugins/elementor/assets//lib/font-awesome/webfonts/fa-solid-900.eot);src:url(//thebaohouse.ro/wp-content/plugins/elementor/assets//lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//thebaohouse.ro/wp-content/plugins/elementor/assets//lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//thebaohouse.ro/wp-content/plugins/elementor/assets//lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"),url(//thebaohouse.ro/wp-content/plugins/elementor/assets//lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url(//thebaohouse.ro/wp-content/plugins/elementor/assets//lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}@font-face {
font-family: 'themify';
src:url(//thebaohouse.ro/wp-content/themes/grandrestaurant/fonts/themify.eot);
src:url(//thebaohouse.ro/wp-content/themes/grandrestaurant/fonts/themify.eot) format('embedded-opentype'),
url(//thebaohouse.ro/wp-content/themes/grandrestaurant/fonts/themify.woff) format('woff'),
url(//thebaohouse.ro/wp-content/themes/grandrestaurant/fonts/themify.ttf) format('truetype'),
url(//thebaohouse.ro/wp-content/themes/grandrestaurant/fonts/themify.svg) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="ti-"], [class*=" ti-"] {
font-family: 'themify';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ti-wand:before {
content: "\e600";
}
.ti-volume:before {
content: "\e601";
}
.ti-user:before {
content: "\e602";
}
.ti-unlock:before {
content: "\e603";
}
.ti-unlink:before {
content: "\e604";
}
.ti-trash:before {
content: "\e605";
}
.ti-thought:before {
content: "\e606";
}
.ti-target:before {
content: "\e607";
}
.ti-tag:before {
content: "\e608";
}
.ti-tablet:before {
content: "\e609";
}
.ti-star:before {
content: "\e60a";
}
.ti-spray:before {
content: "\e60b";
}
.ti-signal:before {
content: "\e60c";
}
.ti-shopping-cart:before {
content: "\e60d";
}
.ti-shopping-cart-full:before {
content: "\e60e";
}
.ti-settings:before {
content: "\e60f";
}
.ti-search:before {
content: "\e610";
}
.ti-zoom-in:before {
content: "\e611";
}
.ti-zoom-out:before {
content: "\e612";
}
.ti-cut:before {
content: "\e613";
}
.ti-ruler:before {
content: "\e614";
}
.ti-ruler-pencil:before {
content: "\e615";
}
.ti-ruler-alt:before {
content: "\e616";
}
.ti-bookmark:before {
content: "\e617";
}
.ti-bookmark-alt:before {
content: "\e618";
}
.ti-reload:before {
content: "\e619";
}
.ti-plus:before {
content: "\e61a";
}
.ti-pin:before {
content: "\e61b";
}
.ti-pencil:before {
content: "\e61c";
}
.ti-pencil-alt:before {
content: "\e61d";
}
.ti-paint-roller:before {
content: "\e61e";
}
.ti-paint-bucket:before {
content: "\e61f";
}
.ti-na:before {
content: "\e620";
}
.ti-mobile:before {
content: "\e621";
}
.ti-minus:before {
content: "\e622";
}
.ti-medall:before {
content: "\e623";
}
.ti-medall-alt:before {
content: "\e624";
}
.ti-marker:before {
content: "\e625";
}
.ti-marker-alt:before {
content: "\e626";
}
.ti-arrow-up:before {
content: "\e627";
}
.ti-arrow-right:before {
content: "\e628";
}
.ti-arrow-left:before {
content: "\e629";
}
.ti-arrow-down:before {
content: "\e62a";
}
.ti-lock:before {
content: "\e62b";
}
.ti-location-arrow:before {
content: "\e62c";
}
.ti-link:before {
content: "\e62d";
}
.ti-layout:before {
content: "\e62e";
}
.ti-layers:before {
content: "\e62f";
}
.ti-layers-alt:before {
content: "\e630";
}
.ti-key:before {
content: "\e631";
}
.ti-import:before {
content: "\e632";
}
.ti-image:before {
content: "\e633";
}
.ti-heart:before {
content: "\e634";
}
.ti-heart-broken:before {
content: "\e635";
}
.ti-hand-stop:before {
content: "\e636";
}
.ti-hand-open:before {
content: "\e637";
}
.ti-hand-drag:before {
content: "\e638";
}
.ti-folder:before {
content: "\e639";
}
.ti-flag:before {
content: "\e63a";
}
.ti-flag-alt:before {
content: "\e63b";
}
.ti-flag-alt-2:before {
content: "\e63c";
}
.ti-eye:before {
content: "\e63d";
}
.ti-export:before {
content: "\e63e";
}
.ti-exchange-vertical:before {
content: "\e63f";
}
.ti-desktop:before {
content: "\e640";
}
.ti-cup:before {
content: "\e641";
}
.ti-crown:before {
content: "\e642";
}
.ti-comments:before {
content: "\e643";
}
.ti-comment:before {
content: "\e644";
}
.ti-comment-alt:before {
content: "\e645";
}
.ti-close:before {
content: "\e646";
}
.ti-clip:before {
content: "\e647";
}
.ti-angle-up:before {
content: "\e648";
}
.ti-angle-right:before {
content: "\e649";
}
.ti-angle-left:before {
content: "\e64a";
}
.ti-angle-down:before {
content: "\e64b";
}
.ti-check:before {
content: "\e64c";
}
.ti-check-box:before {
content: "\e64d";
}
.ti-camera:before {
content: "\e64e";
}
.ti-announcement:before {
content: "\e64f";
}
.ti-brush:before {
content: "\e650";
}
.ti-briefcase:before {
content: "\e651";
}
.ti-bolt:before {
content: "\e652";
}
.ti-bolt-alt:before {
content: "\e653";
}
.ti-blackboard:before {
content: "\e654";
}
.ti-bag:before {
content: "\e655";
}
.ti-move:before {
content: "\e656";
}
.ti-arrows-vertical:before {
content: "\e657";
}
.ti-arrows-horizontal:before {
content: "\e658";
}
.ti-fullscreen:before {
content: "\e659";
}
.ti-arrow-top-right:before {
content: "\e65a";
}
.ti-arrow-top-left:before {
content: "\e65b";
}
.ti-arrow-circle-up:before {
content: "\e65c";
}
.ti-arrow-circle-right:before {
content: "\e65d";
}
.ti-arrow-circle-left:before {
content: "\e65e";
}
.ti-arrow-circle-down:before {
content: "\e65f";
}
.ti-angle-double-up:before {
content: "\e660";
}
.ti-angle-double-right:before {
content: "\e661";
}
.ti-angle-double-left:before {
content: "\e662";
}
.ti-angle-double-down:before {
content: "\e663";
}
.ti-zip:before {
content: "\e664";
}
.ti-world:before {
content: "\e665";
}
.ti-wheelchair:before {
content: "\e666";
}
.ti-view-list:before {
content: "\e667";
}
.ti-view-list-alt:before {
content: "\e668";
}
.ti-view-grid:before {
content: "\e669";
}
.ti-uppercase:before {
content: "\e66a";
}
.ti-upload:before {
content: "\e66b";
}
.ti-underline:before {
content: "\e66c";
}
.ti-truck:before {
content: "\e66d";
}
.ti-timer:before {
content: "\e66e";
}
.ti-ticket:before {
content: "\e66f";
}
.ti-thumb-up:before {
content: "\e670";
}
.ti-thumb-down:before {
content: "\e671";
}
.ti-text:before {
content: "\e672";
}
.ti-stats-up:before {
content: "\e673";
}
.ti-stats-down:before {
content: "\e674";
}
.ti-split-v:before {
content: "\e675";
}
.ti-split-h:before {
content: "\e676";
}
.ti-smallcap:before {
content: "\e677";
}
.ti-shine:before {
content: "\e678";
}
.ti-shift-right:before {
content: "\e679";
}
.ti-shift-left:before {
content: "\e67a";
}
.ti-shield:before {
content: "\e67b";
}
.ti-notepad:before {
content: "\e67c";
}
.ti-server:before {
content: "\e67d";
}
.ti-quote-right:before {
content: "\e67e";
}
.ti-quote-left:before {
content: "\e67f";
}
.ti-pulse:before {
content: "\e680";
}
.ti-printer:before {
content: "\e681";
}
.ti-power-off:before {
content: "\e682";
}
.ti-plug:before {
content: "\e683";
}
.ti-pie-chart:before {
content: "\e684";
}
.ti-paragraph:before {
content: "\e685";
}
.ti-panel:before {
content: "\e686";
}
.ti-package:before {
content: "\e687";
}
.ti-music:before {
content: "\e688";
}
.ti-music-alt:before {
content: "\e689";
}
.ti-mouse:before {
content: "\e68a";
}
.ti-mouse-alt:before {
content: "\e68b";
}
.ti-money:before {
content: "\e68c";
}
.ti-microphone:before {
content: "\e68d";
}
.ti-menu:before {
content: "\e68e";
}
.ti-menu-alt:before {
content: "\e68f";
}
.ti-map:before {
content: "\e690";
}
.ti-map-alt:before {
content: "\e691";
}
.ti-loop:before {
content: "\e692";
}
.ti-location-pin:before {
content: "\e693";
}
.ti-list:before {
content: "\e694";
}
.ti-light-bulb:before {
content: "\e695";
}
.ti-Italic:before {
content: "\e696";
}
.ti-info:before {
content: "\e697";
}
.ti-infinite:before {
content: "\e698";
}
.ti-id-badge:before {
content: "\e699";
}
.ti-hummer:before {
content: "\e69a";
}
.ti-home:before {
content: "\e69b";
}
.ti-help:before {
content: "\e69c";
}
.ti-headphone:before {
content: "\e69d";
}
.ti-harddrives:before {
content: "\e69e";
}
.ti-harddrive:before {
content: "\e69f";
}
.ti-gift:before {
content: "\e6a0";
}
.ti-game:before {
content: "\e6a1";
}
.ti-filter:before {
content: "\e6a2";
}
.ti-files:before {
content: "\e6a3";
}
.ti-file:before {
content: "\e6a4";
}
.ti-eraser:before {
content: "\e6a5";
}
.ti-envelope:before {
content: "\e6a6";
}
.ti-download:before {
content: "\e6a7";
}
.ti-direction:before {
content: "\e6a8";
}
.ti-direction-alt:before {
content: "\e6a9";
}
.ti-dashboard:before {
content: "\e6aa";
}
.ti-control-stop:before {
content: "\e6ab";
}
.ti-control-shuffle:before {
content: "\e6ac";
}
.ti-control-play:before {
content: "\e6ad";
}
.ti-control-pause:before {
content: "\e6ae";
}
.ti-control-forward:before {
content: "\e6af";
}
.ti-control-backward:before {
content: "\e6b0";
}
.ti-cloud:before {
content: "\e6b1";
}
.ti-cloud-up:before {
content: "\e6b2";
}
.ti-cloud-down:before {
content: "\e6b3";
}
.ti-clipboard:before {
content: "\e6b4";
}
.ti-car:before {
content: "\e6b5";
}
.ti-calendar:before {
content: "\e6b6";
}
.ti-book:before {
content: "\e6b7";
}
.ti-bell:before {
content: "\e6b8";
}
.ti-basketball:before {
content: "\e6b9";
}
.ti-bar-chart:before {
content: "\e6ba";
}
.ti-bar-chart-alt:before {
content: "\e6bb";
}
.ti-back-right:before {
content: "\e6bc";
}
.ti-back-left:before {
content: "\e6bd";
}
.ti-arrows-corner:before {
content: "\e6be";
}
.ti-archive:before {
content: "\e6bf";
}
.ti-anchor:before {
content: "\e6c0";
}
.ti-align-right:before {
content: "\e6c1";
}
.ti-align-left:before {
content: "\e6c2";
}
.ti-align-justify:before {
content: "\e6c3";
}
.ti-align-center:before {
content: "\e6c4";
}
.ti-alert:before {
content: "\e6c5";
}
.ti-alarm-clock:before {
content: "\e6c6";
}
.ti-agenda:before {
content: "\e6c7";
}
.ti-write:before {
content: "\e6c8";
}
.ti-window:before {
content: "\e6c9";
}
.ti-widgetized:before {
content: "\e6ca";
}
.ti-widget:before {
content: "\e6cb";
}
.ti-widget-alt:before {
content: "\e6cc";
}
.ti-wallet:before {
content: "\e6cd";
}
.ti-video-clapper:before {
content: "\e6ce";
}
.ti-video-camera:before {
content: "\e6cf";
}
.ti-vector:before {
content: "\e6d0";
}
.ti-themify-logo:before {
content: "\e6d1";
}
.ti-themify-favicon:before {
content: "\e6d2";
}
.ti-themify-favicon-alt:before {
content: "\e6d3";
}
.ti-support:before {
content: "\e6d4";
}
.ti-stamp:before {
content: "\e6d5";
}
.ti-split-v-alt:before {
content: "\e6d6";
}
.ti-slice:before {
content: "\e6d7";
}
.ti-shortcode:before {
content: "\e6d8";
}
.ti-shift-right-alt:before {
content: "\e6d9";
}
.ti-shift-left-alt:before {
content: "\e6da";
}
.ti-ruler-alt-2:before {
content: "\e6db";
}
.ti-receipt:before {
content: "\e6dc";
}
.ti-pin2:before {
content: "\e6dd";
}
.ti-pin-alt:before {
content: "\e6de";
}
.ti-pencil-alt2:before {
content: "\e6df";
}
.ti-palette:before {
content: "\e6e0";
}
.ti-more:before {
content: "\e6e1";
}
.ti-more-alt:before {
content: "\e6e2";
}
.ti-microphone-alt:before {
content: "\e6e3";
}
.ti-magnet:before {
content: "\e6e4";
}
.ti-line-double:before {
content: "\e6e5";
}
.ti-line-dotted:before {
content: "\e6e6";
}
.ti-line-dashed:before {
content: "\e6e7";
}
.ti-layout-width-full:before {
content: "\e6e8";
}
.ti-layout-width-default:before {
content: "\e6e9";
}
.ti-layout-width-default-alt:before {
content: "\e6ea";
}
.ti-layout-tab:before {
content: "\e6eb";
}
.ti-layout-tab-window:before {
content: "\e6ec";
}
.ti-layout-tab-v:before {
content: "\e6ed";
}
.ti-layout-tab-min:before {
content: "\e6ee";
}
.ti-layout-slider:before {
content: "\e6ef";
}
.ti-layout-slider-alt:before {
content: "\e6f0";
}
.ti-layout-sidebar-right:before {
content: "\e6f1";
}
.ti-layout-sidebar-none:before {
content: "\e6f2";
}
.ti-layout-sidebar-left:before {
content: "\e6f3";
}
.ti-layout-placeholder:before {
content: "\e6f4";
}
.ti-layout-menu:before {
content: "\e6f5";
}
.ti-layout-menu-v:before {
content: "\e6f6";
}
.ti-layout-menu-separated:before {
content: "\e6f7";
}
.ti-layout-menu-full:before {
content: "\e6f8";
}
.ti-layout-media-right-alt:before {
content: "\e6f9";
}
.ti-layout-media-right:before {
content: "\e6fa";
}
.ti-layout-media-overlay:before {
content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
content: "\e6fd";
}
.ti-layout-media-left-alt:before {
content: "\e6fe";
}
.ti-layout-media-left:before {
content: "\e6ff";
}
.ti-layout-media-center-alt:before {
content: "\e700";
}
.ti-layout-media-center:before {
content: "\e701";
}
.ti-layout-list-thumb:before {
content: "\e702";
}
.ti-layout-list-thumb-alt:before {
content: "\e703";
}
.ti-layout-list-post:before {
content: "\e704";
}
.ti-layout-list-large-image:before {
content: "\e705";
}
.ti-layout-line-solid:before {
content: "\e706";
}
.ti-layout-grid4:before {
content: "\e707";
}
.ti-layout-grid3:before {
content: "\e708";
}
.ti-layout-grid2:before {
content: "\e709";
}
.ti-layout-grid2-thumb:before {
content: "\e70a";
}
.ti-layout-cta-right:before {
content: "\e70b";
}
.ti-layout-cta-left:before {
content: "\e70c";
}
.ti-layout-cta-center:before {
content: "\e70d";
}
.ti-layout-cta-btn-right:before {
content: "\e70e";
}
.ti-layout-cta-btn-left:before {
content: "\e70f";
}
.ti-layout-column4:before {
content: "\e710";
}
.ti-layout-column3:before {
content: "\e711";
}
.ti-layout-column2:before {
content: "\e712";
}
.ti-layout-accordion-separated:before {
content: "\e713";
}
.ti-layout-accordion-merged:before {
content: "\e714";
}
.ti-layout-accordion-list:before {
content: "\e715";
}
.ti-ink-pen:before {
content: "\e716";
}
.ti-info-alt:before {
content: "\e717";
}
.ti-help-alt:before {
content: "\e718";
}
.ti-headphone-alt:before {
content: "\e719";
}
.ti-hand-point-up:before {
content: "\e71a";
}
.ti-hand-point-right:before {
content: "\e71b";
}
.ti-hand-point-left:before {
content: "\e71c";
}
.ti-hand-point-down:before {
content: "\e71d";
}
.ti-gallery:before {
content: "\e71e";
}
.ti-face-smile:before {
content: "\e71f";
}
.ti-face-sad:before {
content: "\e720";
}
.ti-credit-card:before {
content: "\e721";
}
.ti-control-skip-forward:before {
content: "\e722";
}
.ti-control-skip-backward:before {
content: "\e723";
}
.ti-control-record:before {
content: "\e724";
}
.ti-control-eject:before {
content: "\e725";
}
.ti-comments-smiley:before {
content: "\e726";
}
.ti-brush-alt:before {
content: "\e727";
}
.ti-youtube:before {
content: "\e728";
}
.ti-vimeo:before {
content: "\e729";
}
.ti-twitter:before {
content: "\e72a";
}
.ti-time:before {
content: "\e72b";
}
.ti-tumblr:before {
content: "\e72c";
}
.ti-skype:before {
content: "\e72d";
}
.ti-share:before {
content: "\e72e";
}
.ti-share-alt:before {
content: "\e72f";
}
.ti-rocket:before {
content: "\e730";
}
.ti-pinterest:before {
content: "\e731";
}
.ti-new-window:before {
content: "\e732";
}
.ti-microsoft:before {
content: "\e733";
}
.ti-list-ol:before {
content: "\e734";
}
.ti-linkedin:before {
content: "\e735";
}
.ti-layout-sidebar-2:before {
content: "\e736";
}
.ti-layout-grid4-alt:before {
content: "\e737";
}
.ti-layout-grid3-alt:before {
content: "\e738";
}
.ti-layout-grid2-alt:before {
content: "\e739";
}
.ti-layout-column4-alt:before {
content: "\e73a";
}
.ti-layout-column3-alt:before {
content: "\e73b";
}
.ti-layout-column2-alt:before {
content: "\e73c";
}
.ti-instagram:before {
content: "\e73d";
}
.ti-google:before {
content: "\e73e";
}
.ti-github:before {
content: "\e73f";
}
.ti-flickr:before {
content: "\e740";
}
.ti-facebook:before {
content: "\e741";
}
.ti-dropbox:before {
content: "\e742";
}
.ti-dribbble:before {
content: "\e743";
}
.ti-apple:before {
content: "\e744";
}
.ti-android:before {
content: "\e745";
}
.ti-save:before {
content: "\e746";
}
.ti-save-alt:before {
content: "\e747";
}
.ti-yahoo:before {
content: "\e748";
}
.ti-wordpress:before {
content: "\e749";
}
.ti-vimeo-alt:before {
content: "\e74a";
}
.ti-twitter-alt:before {
content: "\e74b";
}
.ti-tumblr-alt:before {
content: "\e74c";
}
.ti-trello:before {
content: "\e74d";
}
.ti-stack-overflow:before {
content: "\e74e";
}
.ti-soundcloud:before {
content: "\e74f";
}
.ti-sharethis:before {
content: "\e750";
}
.ti-sharethis-alt:before {
content: "\e751";
}
.ti-reddit:before {
content: "\e752";
}
.ti-pinterest-alt:before {
content: "\e753";
}
.ti-microsoft-alt:before {
content: "\e754";
}
.ti-linux:before {
content: "\e755";
}
.ti-jsfiddle:before {
content: "\e756";
}
.ti-joomla:before {
content: "\e757";
}
.ti-html5:before {
content: "\e758";
}
.ti-flickr-alt:before {
content: "\e759";
}
.ti-email:before {
content: "\e75a";
}
.ti-drupal:before {
content: "\e75b";
}
.ti-dropbox-alt:before {
content: "\e75c";
}
.ti-css3:before {
content: "\e75d";
}
.ti-rss:before {
content: "\e75e";
}
.ti-rss-alt:before {
content: "\e75f";
}@-webkit-keyframes spinReturn {0% {-webkit-transform: rotate(0deg);}25% {-webkit-transform: rotate(225deg);}50% {-webkit-transform: rotate(180deg);}75% {-webkit-transform: rotate(405deg);}100% {-webkit-transform: rotate(360deg);}}@keyframes spinReturn {0% {transform: rotate(0deg);}25% {transform: rotate(225deg);}50% {transform: rotate(180deg);}75% {transform: rotate(405deg);}100% {transform: rotate(360deg);}}@-webkit-keyframes lightUp {0% {opacity: 0.2;}40% {opacity: 1;}60% {opacity: 0.2;}100% {opacity: 0.2;}}@keyframes lightUp {0% {opacity: 0.2;}40% {opacity: 1;}60% {opacity: 0.2;}100% {opacity: 0.2;}}@-webkit-keyframes wave {0% {-webkit-transform: scaleY(1);}40% {-webkit-transform: scaleY(0.1);}80% {-webkit-transform: scaleY(1);}100% {-webkit-transform: scaleY(1);}}@keyframes wave {0% {transform: scaleY(1);}40% {transform: scaleY(0.1);}80% {transform: scaleY(1);}100% {transform: scaleY(1);}}@-webkit-keyframes drawframeTop {0% {-webkit-transform: scaleX(1);transform-origin: 100% 0%;}12.5% {-webkit-transform: scaleX(0);transform-origin: 100% 0%;}50% {-webkit-transform: scaleX(0);transform-origin: 0% 0%;}62.5% {-webkit-transform: scaleX(1);transform-origin: 0% 0%;}100% {-webkit-transform: scaleX(1);transform-origin: 100% 0%;}}@keyframes drawframeTop {0% {transform: scaleX(1);transform-origin: 100% 0%;}12.5% {transform: scaleX(0);transform-origin: 100% 0%;}50% {transform: scaleX(0);transform-origin: 0% 0%;}62.5% {transform: scaleX(1);transform-origin: 0% 0%;}100% {transform: scaleX(1);transform-origin: 100% 0%;}}@-webkit-keyframes drawframeBottom {0% {-webkit-transform: scaleX(1);transform-origin: 0% 0%;}12.5% {-webkit-transform: scaleX(0);transform-origin: 0% 0%;}50% {-webkit-transform: scaleX(0);transform-origin: 100% 0%;}62.5% {-webkit-transform: scaleX(1);transform-origin: 100% 0%;}100% {-webkit-transform: scaleX(1);transform-origin: 0% 0%;}}@keyframes drawframeBottom {0% {transform: scaleX(1);transform-origin: 0% 0%;}12.5% {transform: scaleX(0);transform-origin: 0% 0%;}50% {transform: scaleX(0);transform-origin: 100% 0%;}62.5% {transform: scaleX(1);transform-origin: 100% 0%;}100% {transform: scaleX(1);transform-origin: 0% 0%;}}@-webkit-keyframes drawframeRight {0% {-webkit-transform: scaleY(1);transform-origin: 0% 100%;}12.5% {-webkit-transform: scaleY(0);transform-origin: 0% 100%;}50% {-webkit-transform: scaleY(0);transform-origin: 0% 0%;}62.5% {-webkit-transform: scaleY(1);transform-origin: 0% 0%;}100% {-webkit-transform: scaleY(1);transform-origin: 0% 100%;}}@keyframes drawframeRight {0% {transform: scaleY(1);transform-origin: 0% 100%;}12.5% {transform: scaleY(0);transform-origin: 0% 100%;}50% {transform: scaleY(0);transform-origin: 0% 0%;}62.5% {transform: scaleY(1);transform-origin: 0% 0%;}100% {transform: scaleY(1);transform-origin: 0% 100%;}}@-webkit-keyframes drawframeLeft {0% {-webkit-transform: scaleY(1);transform-origin: 0% 0%;}12.5% {-webkit-transform: scaleY(0);transform-origin: 0% 0%;}50% {-webkit-transform: scaleY(0);transform-origin: 0% 100%;}62.5% {-webkit-transform: scaleY(1);transform-origin: 0% 100%;}100% {-webkit-transform: scaleY(1);transform-origin: 0% 0%;}}@keyframes drawframeLeft {0% {transform: scaleY(1);transform-origin: 0% 0%;}12.5% {transform: scaleY(0);transform-origin: 0% 0%;}50% {transform: scaleY(0);transform-origin: 0% 100%;}62.5% {transform: scaleY(1);transform-origin: 0% 100%;}100% {transform: scaleY(1);transform-origin: 0% 0%;}}@-webkit-keyframes imgLoading {0% {height: 0%;opacity: 1;}95% {height: 100%;opacity: 1;}100% {height: 100%;opacity: 0;}}@keyframes imgLoading {0% {height: 0%;opacity: 1;}95% {height: 100%;opacity: 1;}100% {height: 100%;opacity: 0;}}@-webkit-keyframes beat {0% {transform: scale(0);opacity: 0;}80% {transform: scale(1);opacity: 0.7;}100% {transform: scale(1);opacity: 0;}}@keyframes beat {0% {transform: scale(0);opacity: 0;}80% {transform: scale(1);opacity: 0.7;}100% {transform: scale(1);opacity: 0;}}html, body {opacity: 1 !important;}#loftloader-wrapper {position: fixed;top: 0;left: 0;-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);z-index: 999999;width: 100%;height: 100%;background: transparent !important;}.loaded #loftloader-wrapper {-webkit-transform: translateX(-200vw);-ms-transform: translateX(-200vw);transform: translateX(-200vw);pointer-events: none;opacity: 0;transition: opacity 0.0001s 1s, transform 0.0001s 2s;}.loaded #loftloader-wrapper.slide-vertical {-webkit-transform: translate(-100%, 0);-ms-transform: translate(-100%, 0);transform: translate(-100%, 0);}.loaded #loftloader-wrapper #loader, .loaded #loftloader-wrapper .loader-close-button {opacity: 0;transition: all 0.3s ease-out;}#loftloader-wrapper .loader-inner {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);z-index: 1001;text-align: center;transition: all 0s;font-size: 0;}#loftloader-wrapper .loader-inner #loader {position: relative;z-index: 1002;top: auto;left: auto;display: inline-block;margin: 0 auto;padding: 0;border: none;border-radius: 0;background: none !important;color: #248acc;}#loftloader-wrapper .loader-section {position: fixed;z-index: 999;width: 50%;height: 100%;background: #000;opacity: 0.95;transition: all 0s;will-change: transform;}#loftloader-wrapper .loader-section.section-fade {top: 0;left: 0;width: 100%;will-change: opacity;}.loaded #loftloader-wrapper .loader-section.section-fade {opacity: 0 !important;transition: opacity 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);}#loftloader-wrapper .loader-section.end-no-animation {top: 0;left: 0;width: 100%;will-change: opacity;}.loaded #loftloader-wrapper .loader-section.end-no-animation, .loaded #loftloader-wrapper .loader-section.end-no-animation ~ * {opacity: 0;transition: all 0s 0s;}#loftloader-wrapper .loader-section.section-slide-up {top: 0;left: 0;width: 100%;}.loaded #loftloader-wrapper .loader-section.section-slide-up {-webkit-transform: translateY(-100vh);-ms-transform: translateY(-100vh);transform: translateY(-100vh);transition: transform 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);}#loftloader-wrapper .loader-section.section-left, #loftloader-wrapper .loader-section.section-right {top: 0;}#loftloader-wrapper .loader-section.section-left {left: 0;}.loaded #loftloader-wrapper .loader-section.section-left {transition: transform 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);-webkit-transform: translateX(-50vw);-ms-transform: translateX(-50vw);transform: translateX(-50vw);}#loftloader-wrapper .loader-section.section-right {right: 0;}.loaded #loftloader-wrapper .loader-section.section-right {transition: transform 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);-webkit-transform: translateX(50vw);-ms-transform: translateX(50vw);transform: translateX(50vw);}#loftloader-wrapper .loader-section.section-up, #loftloader-wrapper .loader-section.section-down {left: 0;width: 100%;height: 50%;}#loftloader-wrapper .loader-section.section-up {top: 0;}.loaded #loftloader-wrapper .loader-section.section-up {transition: transform 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);-webkit-transform: translateY(-50vh);-ms-transform: translateY(-50vh);transform: translateY(-50vh);}#loftloader-wrapper .loader-section.section-down {bottom: 0;}.loaded #loftloader-wrapper .loader-section.section-down {transition: transform 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);-webkit-transform: translateY(50vh);-ms-transform: translateY(50vh);transform: translateY(50vh);}#loftloader-wrapper.pl-sun #loader {width: 50px;height: 50px;}#loftloader-wrapper.pl-sun #loader span {position: absolute;top: 0;left: 0;display: block;width: 50px;height: 50px;background: currentColor;opacity: 0.9;transform-origin: 50% 50%;-webkit-animation: spinReturn 4s ease infinite;animation: spinReturn 4s ease infinite;}#loftloader-wrapper.pl-sun #loader span:before {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;background: inherit;opacity: 0.9;content: "";transform-origin: 50% 50%;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}#loftloader-wrapper.pl-circles #loader {width: 100px;height: 60px;}#loftloader-wrapper.pl-circles #loader span, #loftloader-wrapper.pl-circles #loader:before, #loftloader-wrapper.pl-circles #loader:after {position: absolute;display: block;width: 10px;height: 10px;border-radius: 50%;background: currentColor;opacity: 0.2;}#loftloader-wrapper.pl-circles #loader span {top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);-webkit-animation: lightUp 1.5s linear infinite 0.5s;animation: lightUp 1.5s linear infinite 0.5s;}#loftloader-wrapper.pl-circles #loader:before, #loftloader-wrapper.pl-circles #loader:after {content: "";top: 50%;-webkit-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);}#loftloader-wrapper.pl-circles #loader:before {left: 0;-webkit-animation: lightUp 1.5s linear infinite;animation: lightUp 1.5s linear infinite;}#loftloader-wrapper.pl-circles #loader:after {right: 0;-webkit-animation: lightUp 1.5s linear infinite 1s;animation: lightUp 1.5s linear infinite 1s;}#loftloader-wrapper.pl-wave #loader {width: 60px;height: 30px;}#loftloader-wrapper.pl-wave #loader span, #loftloader-wrapper.pl-wave #loader:before, #loftloader-wrapper.pl-wave #loader:after {position: relative;display: inline-block;width: 6px;height: 100%;background: currentColor;}#loftloader-wrapper.pl-wave #loader span {margin: 0 16px;-webkit-animation: wave 0.9s linear infinite 0.3s;animation: wave 0.9s linear infinite 0.3s;}#loftloader-wrapper.pl-wave #loader:before, #loftloader-wrapper.pl-wave #loader:after {content: "";}#loftloader-wrapper.pl-wave #loader:before {-webkit-animation: wave 0.9s linear infinite;animation: wave 0.9s linear infinite;}#loftloader-wrapper.pl-wave #loader:after {-webkit-animation: wave 0.9s linear infinite 0.6s;animation: wave 0.9s linear infinite 0.6s;}#loftloader-wrapper.pl-square #loader {width: 50px;height: 50px;transform-origin: 50% 50%;-webkit-animation: spinReturn 4s ease infinite;animation: spinReturn 4s ease infinite;}#loftloader-wrapper.pl-square #loader span {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;border: 4px solid currentColor;box-sizing: border-box;transform-origin: 50% 50%;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}#loftloader-wrapper.pl-frame #loader {width: 80px;height: 80px;max-width: 90vw;}#loftloader-wrapper.pl-frame #loader:before, #loftloader-wrapper.pl-frame #loader:after {position: absolute;width: 100%;height: 4px;background: currentColor;content: "";}#loftloader-wrapper.pl-frame #loader:before {top: 0;right: 0;left: auto;-webkit-animation: drawframeTop 4s linear infinite;animation: drawframeTop 4s linear infinite;}#loftloader-wrapper.pl-frame #loader:after {right: auto;bottom: 0;left: 0;-webkit-animation: drawframeBottom 4s linear infinite 1s;animation: drawframeBottom 4s linear infinite 1s;}#loftloader-wrapper.pl-frame #loader span {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}#loftloader-wrapper.pl-frame #loader span:before, #loftloader-wrapper.pl-frame #loader span:after {position: absolute;width: 4px;height: 100%;background: currentColor;content: "";}#loftloader-wrapper.pl-frame #loader span:before {top: auto;right: 0;bottom: 0;-webkit-animation: drawframeRight 4s linear infinite 0.5s;animation: drawframeRight 4s linear infinite 0.5s;}#loftloader-wrapper.pl-frame #loader span:after {top: 0;bottom: auto;left: 0;-webkit-animation: drawframeLeft 4s linear infinite 1.5s;animation: drawframeLeft 4s linear infinite 1.5s;}#loftloader-wrapper.pl-frame #loader img {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);display: block;max-width: 80%;max-height: 80%;}#loftloader-wrapper.pl-imgloading #loader {width: auto;height: auto;max-width: 90vw;}#loftloader-wrapper.pl-imgloading #loader img {position: relative;z-index: 1;display: block;width: 100%;height: auto;margin: 0 auto;}#loftloader-wrapper.pl-imgloading #loader img {opacity: 0.3;}#loftloader-wrapper.pl-imgloading #loader .imgloading-container {position: absolute;bottom: 0;left: 0;z-index: 3;display: block;width: 100%;height: 0%;transition: 0s;overflow: hidden;-webkit-animation: imgLoading 6s linear infinite;animation: imgLoading 6s linear infinite;will-change: height, opacity;transform-origin: 0 100%;}#loftloader-wrapper.pl-imgloading #loader span {position: absolute;bottom: 0;left: 0;z-index: 3;display: block;width: 100%;height: 100%;background-repeat: no-repeat;background-size: cover;background-position: center bottom;transition: 0s;}#loftloader-wrapper.pl-beating #loader {width: 60px;height: 60px;}#loftloader-wrapper.pl-beating #loader span, #loftloader-wrapper.pl-beating #loader:before {position: absolute;top: 0;left: 0;display: block;width: 60px;height: 60px;border-radius: 50%;background: currentColor;box-shadow: 0 0 50px;opacity: 0;}#loftloader-wrapper.pl-beating #loader span {-webkit-animation: beat 1.5s linear infinite;animation: beat 1.5s linear infinite;}#loftloader-wrapper.pl-beating #loader:before {content: "";-webkit-animation: beat 1.5s linear infinite 1s;animation: beat 1.5s linear infinite 1s;}.loader-close-button {position: fixed;top: 10px;right: 10px;z-index: 99999;box-sizing: border-box;padding: 5px 30px 5px 5px;width: auto;min-width: 35px;height: 35px;background: rgba(0, 0, 0, 0.3);border-radius: 999px;color: #FFF;font-size: 12px;line-height: 25px;cursor: pointer;}.loader-close-button:hover {background: rgba(0, 0, 0, 0.7);}.loader-close-button:before, .loader-close-button:after {position: absolute;top: 16px;right: 9px;display: block;width: 18px;height: 2px;background: #FFF;transform-origin: 50% 50%;content: "";}.loader-close-button:before {-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}.loader-close-button:after {-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);transform: rotate(135deg);}.loader-close-button .screen-reader-text {position: absolute !important;padding: 0;margin: -1px;width: 1px;height: 1px;border: 0;clip: rect(1px, 1px, 1px, 1px);clip-path: inset(50%);overflow: hidden;word-wrap: normal !important;}.loader-close-button .close-des {padding: 0 5px;font-size: 12px;}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;top:-10000em;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{content:"";display:block;clear:both;width:0;height:0}.e-logo-wrapper{background:var(--e-a-bg-logo);display:inline-block;padding:.75em;border-radius:50%;line-height:1}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{margin:0;background-color:transparent}.elementor img{height:auto;max-width:100%;border:none;border-radius:0;box-shadow:none}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{max-width:100%;width:100%;margin:0;line-height:1;border:none}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;direction:ltr}.elementor .elementor-background-video-container{transition:opacity 1s;pointer-events:none}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-html5-video{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay,.elementor .elementor-background-slideshow{height:100%;width:100%;top:0;left:0;position:absolute}.elementor .elementor-background-slideshow{z-index:0}.elementor .elementor-background-slideshow__slide__image{width:100%;height:100%;background-position:50%;background-size:cover}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order);align-self:var(--align-self)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);gap:var(--gap)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-center .elementor-button{width:auto}.elementor-align-right{text-align:right}.elementor-align-right .elementor-button{width:auto}.elementor-align-left{text-align:left}.elementor-align-left .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{font-size:100px;color:#fff;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-property:transform;transition-duration:10s;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-center .elementor-button{width:auto}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-left .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-center .elementor-button{width:auto}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-left .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-center .elementor-button{width:auto}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-left .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-center .elementor-button{width:auto}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-left .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-center .elementor-button{width:auto}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-left .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-center .elementor-button{width:auto}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-left .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-right:auto;margin-left:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{position:relative;width:100%;flex-wrap:wrap;align-content:flex-start}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:20px}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{position:relative;min-height:1px;display:flex}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9),.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9),.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}ul.elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap}ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);position:var(--position);width:var(--width);min-width:0;min-height:var(--min-height);height:var(--height);border-radius:var(--border-radius);z-index:var(--z-index);overflow:var(--overflow);transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s);--flex-wrap-mobile:wrap;margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-block-end:var(--margin-block-end);margin-inline-start:var(--margin-inline-start);padding-inline-start:var(--padding-inline-start);padding-inline-end:var(--padding-inline-end);--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{text-align:var(--text-align);padding-block-start:var(--padding-block-start);padding-block-end:var(--padding-block-end)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);align-content:var(--grid-align-content);grid-auto-flow:var(--grid-auto-flow);justify-items:var(--justify-items);align-items:var(--align-items)}.e-con-boxed.e-flex{flex-direction:column;flex-wrap:nowrap;justify-content:normal;align-items:normal;align-content:normal}.e-con-boxed.e-grid{justify-items:legacy;grid-template-columns:1fr;grid-template-rows:1fr}.e-con-boxed{text-align:initial;gap:initial}.e-con.e-flex>.e-con-inner{flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);flex-basis:auto;flex-grow:1;flex-shrink:1;align-self:auto}.e-con.e-grid>.e-con-inner{justify-items:var(--justify-items);align-items:var(--align-items)}.e-con>.e-con-inner{gap:var(--gap);width:100%;max-width:var(--content-width);margin:0 auto;padding-inline-start:0;padding-inline-end:0;height:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{content:var(--background-overlay);display:block;position:absolute;mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);transition:var(--overlay-transition,.3s);border-radius:var(--border-radius);border-style:var(--border-style);border-color:var(--border-color);border-block-start-width:var(--border-block-start-width);border-inline-end-width:var(--border-inline-end-width);border-block-end-width:var(--border-block-end-width);border-inline-start-width:var(--border-inline-start-width);top:calc(0px - var(--border-top-width));left:calc(0px - var(--border-left-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-radius:var(--border-radius);border-style:var(--border-style);border-color:var(--border-color);border-block-start-width:var(--border-block-start-width);border-inline-end-width:var(--border-inline-end-width);border-block-end-width:var(--border-block-end-width);border-inline-start-width:var(--border-inline-start-width);top:calc(0px - var(--border-top-width));left:calc(0px - var(--border-left-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{flex-wrap:wrap;align-items:center}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{width:100%;max-width:100%;border:1px solid #69727d;background-color:transparent;color:#1f2124;vertical-align:middle;flex-grow:1}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;text-transform:inherit;letter-spacing:inherit;line-height:inherit;flex-basis:100%;padding-inline-end:20px}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;position:absolute;top:50%;transform:translateY(-50%);right:10px;pointer-events:none;text-shadow:0 0 3px rgba(0,0,0,.3)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{content:"*";color:red;padding-inline-start:.2em}.elementor-field-textual{line-height:1.4;font-size:15px;min-height:40px;padding:5px 14px;border-radius:3px}.elementor-field-textual.elementor-size-xs{font-size:13px;min-height:33px;padding:4px 12px;border-radius:2px}.elementor-field-textual.elementor-size-md{font-size:16px;min-height:47px;padding:6px 16px;border-radius:4px}.elementor-field-textual.elementor-size-lg{font-size:18px;min-height:59px;padding:7px 20px;border-radius:5px}.elementor-field-textual.elementor-size-xl{font-size:20px;min-height:72px;padding:8px 24px;border-radius:6px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{margin:10px 0;font-size:1em;line-height:1}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-weight:400;font-style:normal;vertical-align:middle;margin-inline-end:5px}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{padding-block-start:0;padding-block-end:0;border:none}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;justify-content:center;flex-direction:row;gap:5px}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element .elementor-widget-container{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-button{display:inline-block;line-height:1;background-color:#69727d;font-size:15px;padding:12px 24px;border-radius:3px;color:#fff;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;justify-content:center;flex-direction:row;gap:5px}.elementor-button-icon svg{width:1em;height:auto}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{font-size:13px;padding:10px 20px;border-radius:2px}.elementor-button.elementor-size-md{font-size:16px;padding:15px 30px;border-radius:4px}.elementor-button.elementor-size-lg{font-size:18px;padding:20px 40px;border-radius:5px}.elementor-button.elementor-size-xl{font-size:20px;padding:25px 50px;border-radius:6px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-tab-title a{color:inherit}.elementor-view-stacked .elementor-icon{padding:.5em;background-color:#69727d;color:#fff;fill:#fff}.elementor-view-framed .elementor-icon{padding:.5em;color:#69727d;border:3px solid #69727d;background-color:transparent}.elementor-icon{display:inline-block;line-height:1;transition:all .3s;color:#69727d;font-size:50px;text-align:center}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{width:1em;height:1em;position:relative;display:block}.elementor-icon i:before,.elementor-icon svg:before{position:absolute;left:50%;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container{transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}.elementor-post__thumbnail__link{transition:none}#left-area ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items{padding:0}.e--ua-appleWebkit.rtl{--flex-right:flex-start}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{margin-left:0;margin-right:0}@media (max-width:1024px){.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.elementor .elementor-hidden-mobile{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.elementor-element,.elementor-lightbox{--swiper-theme-color:#000;--swiper-navigation-size:44px;--swiper-pagination-bullet-size:6px;--swiper-pagination-bullet-horizontal-gap:6px}.elementor-element .swiper-container .swiper-slide figure,.elementor-element .swiper .swiper-slide figure,.elementor-lightbox .swiper-container .swiper-slide figure,.elementor-lightbox .swiper .swiper-slide figure{line-height:0}.elementor-element .swiper-container .elementor-lightbox-content-source,.elementor-element .swiper .elementor-lightbox-content-source,.elementor-lightbox .swiper-container .elementor-lightbox-content-source,.elementor-lightbox .swiper .elementor-lightbox-content-source{display:none}.elementor-element .swiper-container .elementor-swiper-button,.elementor-element .swiper-container~.elementor-swiper-button,.elementor-element .swiper .elementor-swiper-button,.elementor-element .swiper~.elementor-swiper-button,.elementor-lightbox .swiper-container .elementor-swiper-button,.elementor-lightbox .swiper-container~.elementor-swiper-button,.elementor-lightbox .swiper .elementor-swiper-button,.elementor-lightbox .swiper~.elementor-swiper-button{position:absolute;display:inline-flex;z-index:1;cursor:pointer;font-size:25px;color:hsla(0,0%,93.3%,.9);top:50%;transform:translateY(-50%)}.elementor-element .swiper-container .elementor-swiper-button svg,.elementor-element .swiper-container~.elementor-swiper-button svg,.elementor-element .swiper .elementor-swiper-button svg,.elementor-element .swiper~.elementor-swiper-button svg,.elementor-lightbox .swiper-container .elementor-swiper-button svg,.elementor-lightbox .swiper-container~.elementor-swiper-button svg,.elementor-lightbox .swiper .elementor-swiper-button svg,.elementor-lightbox .swiper~.elementor-swiper-button svg{fill:hsla(0,0%,93.3%,.9);height:1em;width:1em}.elementor-element .swiper-container .elementor-swiper-button-prev,.elementor-element .swiper-container~.elementor-swiper-button-prev,.elementor-element .swiper .elementor-swiper-button-prev,.elementor-element .swiper~.elementor-swiper-button-prev,.elementor-lightbox .swiper-container .elementor-swiper-button-prev,.elementor-lightbox .swiper-container~.elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev,.elementor-lightbox .swiper~.elementor-swiper-button-prev{left:10px}.elementor-element .swiper-container .elementor-swiper-button-next,.elementor-element .swiper-container~.elementor-swiper-button-next,.elementor-element .swiper .elementor-swiper-button-next,.elementor-element .swiper~.elementor-swiper-button-next,.elementor-lightbox .swiper-container .elementor-swiper-button-next,.elementor-lightbox .swiper-container~.elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next,.elementor-lightbox .swiper~.elementor-swiper-button-next{right:10px}.elementor-element .swiper-container .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper-container~.elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper-container .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper-container~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled{opacity:.3}.elementor-element .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-element .swiper-container .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper-container .swiper-pagination-custom,.elementor-element .swiper-container .swiper-pagination-fraction,.elementor-element .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper-container~.swiper-pagination-custom,.elementor-element .swiper-container~.swiper-pagination-fraction,.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper .swiper-pagination-custom,.elementor-element .swiper .swiper-pagination-fraction,.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper~.swiper-pagination-custom,.elementor-element .swiper~.swiper-pagination-fraction,.elementor-lightbox .swiper-container .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper-container .swiper-pagination-custom,.elementor-lightbox .swiper-container .swiper-pagination-fraction,.elementor-lightbox .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper-container~.swiper-pagination-custom,.elementor-lightbox .swiper-container~.swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper .swiper-pagination-custom,.elementor-lightbox .swiper .swiper-pagination-fraction,.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper~.swiper-pagination-custom,.elementor-lightbox .swiper~.swiper-pagination-fraction{bottom:5px}.elementor-element .swiper-container.swiper-cube .elementor-swiper-button,.elementor-element .swiper-container.swiper-cube~.elementor-swiper-button,.elementor-element .swiper.swiper-cube .elementor-swiper-button,.elementor-element .swiper.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper-container.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper-container.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button{transform:translate3d(0,-50%,1px)}.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets{bottom:5px;left:0;width:100%}.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-progressbar,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.elementor-element.elementor-pagination-position-outside .swiper,.elementor-element.elementor-pagination-position-outside .swiper-container,.elementor-lightbox.elementor-pagination-position-outside .swiper,.elementor-lightbox.elementor-pagination-position-outside .swiper-container{padding-bottom:30px}.elementor-element.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button{top:calc(50% - 30px / 2)}.elementor-element .elementor-swiper,.elementor-lightbox .elementor-swiper{position:relative}.elementor-element .elementor-main-swiper,.elementor-lightbox .elementor-main-swiper{position:static}.elementor-element.elementor-arrows-position-outside .swiper,.elementor-element.elementor-arrows-position-outside .swiper-container,.elementor-lightbox.elementor-arrows-position-outside .swiper,.elementor-lightbox.elementor-arrows-position-outside .swiper-container{width:calc(100% - 60px)}.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev{left:0}.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next{right:0}