.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(//refinishbg.com/wp-content/plugins/wp-bottom-menu/assets/vendors/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//refinishbg.com/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(//refinishbg.com/wp-content/plugins/wp-bottom-menu/assets/vendors/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//refinishbg.com/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(//refinishbg.com/wp-content/plugins/wp-bottom-menu/assets/vendors/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//refinishbg.com/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(//refinishbg.com/wp-content/plugins/wp-bottom-menu/assets/vendors/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//refinishbg.com/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(//refinishbg.com/wp-content/plugins/wp-bottom-menu/assets/vendors/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//refinishbg.com/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(//refinishbg.com/wp-content/plugins/wp-bottom-menu/assets/vendors/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//refinishbg.com/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(//refinishbg.com/wp-content/plugins/wp-bottom-menu/assets/vendors/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//refinishbg.com/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(//refinishbg.com/wp-content/plugins/wp-bottom-menu/assets/vendors/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//refinishbg.com/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(//refinishbg.com/wp-content/plugins/wp-bottom-menu/assets/vendors/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//refinishbg.com/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(//refinishbg.com/wp-content/plugins/wp-bottom-menu/assets/vendors/fontawesome/webfonts/fa-v4compatibility.woff2) format("woff2"),url(//refinishbg.com/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}.wp-block-woocommerce-cart .eur-price,
.wp-block-woocommerce-checkout .eur-price,
.wp-block-woocommerce-mini-cart .eur-price {
margin-left: 4px;
white-space: nowrap;
display: inline-block;
} .wc-block-components-totals-item__value .eur-price,
.wc-block-components-product-price .eur-price {
margin-left: 4px;
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper .eur-price {
display: block;
margin-top: 2px;
}article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
audio,
canvas,
video {
display: block;
}
audio,
canvas,
video {
display: inline-block;
}
*:focus,
* {
outline: none;
outline: 0;
}
.touch * {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-focus-ring-color: rgba(0,0,0,0);
}
button::-moz-focus-inner {
border: 0;
}
audio:not([controls]) {
display: none;
height: 0;
}
html,
body {
margin: 0;
padding: 0;
}
*,
*:after,
*:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 0;
background-repeat: no-repeat;
} .btClear:after {
content: " ";
display: table;
width: 100%;
clear: both;
} .screen-reader-text {
clip: rect(1px,1px,1px,1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: .875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} .btDarkSkin {
color: #fff;
background-color: #111112;
}
.btLightSkin {
color: #111112;
background-color: #fff;
}
select,
textarea,
input,
.fancy-select .trigger {
color: inherit;
}
.btLightSkin select,
.btLightSkin textarea,
.btLightSkin input,
.btLightSkin .fancy-select .trigger,
.btDarkSkin .btLightSkin select,
.btDarkSkin .btLightSkin textarea,
.btDarkSkin .btLightSkin input,
.btDarkSkin .btLightSkin .fancy-select .trigger,
.btLightSkin .btDarkSkin .btLightSkin select,
.btLightSkin .btDarkSkin .btLightSkin textarea,
.btLightSkin .btDarkSkin .btLightSkin input,
.btLightSkin .btDarkSkin .btLightSkin .fancy-select .trigger {
border: 1px solid rgba(0,0,0,.1);
}
.btDarkSkin select,
.btDarkSkin textarea,
.btDarkSkin input,
.btDarkSkin .fancy-select .trigger,
.btLightSkin .btDarkSkin select,
.btLightSkin .btDarkSkin textarea,
.btLightSkin .btDarkSkin input,
.btLightSkin .btDarkSkin .fancy-select .trigger,
.btDarkSkin.btLightSkin .btDarkSkin select,
.btDarkSkin.btLightSkin .btDarkSkin textarea,
.btDarkSkin.btLightSkin .btDarkSkin input,
.btDarkSkin.btLightSkin .btDarkSkin .fancy-select .trigger {
border: 1px solid rgba(255,255,255,.5);
}  select,
input {
font-family: "Roboto",Arial,Helvetica,sans-serif;
}
input:not([type='checkbox']):not([type='radio']),
button {
-webkit-appearance: none;
}
input:not([type='checkbox']):not([type='radio']),
textarea,
select {
outline: none;
font: inherit;
line-height: 1;
width: 100%;
display: block;
padding: .8em 1.2em;
background: transparent;
color: inherit;
-webkit-appearance: none;
}
.btTextRight input:not([type='checkbox']):not([type='radio']),
.btTextRight textarea,
.btTextRight select {
text-align: right;
}
select {
height: 3.2em;
}
input:not([type='checkbox']):not([type='radio']):not([type='date']),
.fancy-select .trigger,
.btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText {
height: 3.2em;
line-height: 3.2;
}
input[type='date'] {
height: 3.2em;
}
input[type='checkbox'],
input[type='radio'] {
vertical-align: middle;
}
input[type='file'] {
padding: 1em;
height: auto !important;
line-height: 1 !important;
} .fancy-select {
position: relative;
}
.fancy-select .trigger {
overflow: hidden;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
position: relative;
cursor: pointer;
padding: 0 0 0 1em;
}
.btHardRoundedButtons .fancy-select .trigger {
border-radius: 50px;
}
.btSoftRoundedButtons .fancy-select .trigger {
border-radius: 4px;
}
.rtl .fancy-select .trigger {
padding: 0 1em 0 0;
}
.fancy-select .trigger:before {
content: '\f078';
font-family: FontAwesome;
display: block;
float: right;
padding-right: 1em;
-webkit-transition: 150ms ease transform,150ms ease color;
-moz-transition: 150ms ease transform,150ms ease color;
transition: 150ms ease transform,150ms ease color;
font-size: .9em;
line-height: 3.4;
}
.rtl .fancy-select .trigger:before {
float: left;
padding-right: 0;
padding-left: 1em;
}
.fancy-select .trigger.open:before {
-webkit-transform: scaleY(-1);
-moz-transform: scaleY(-1);
-ms-transform: scaleY(-1);
transform: scaleY(-1);
}
.fancy-select .options {
display: none;
position: absolute;
top: auto;
left: 0;
width: 100%;
list-style: none;
max-height: 320px;
overflow: auto;
border: 1px solid rgba(0,0,0,.07);
background-color: #fff;
color: #111112;
}
.fancy-select .options.open {
z-index: 20;
display: block;
}
.fancy-select .options.overflowing {
top: auto;
bottom: 2.4em;
}
.fancy-select ul.options {
padding: 0;
margin: 0;
}
.fancy-select ul.options li {
cursor: pointer;
padding-left: 1em;
margin: 0;
-webkit-transition: 150ms ease color;
-moz-transition: 150ms ease color;
transition: 150ms ease color;
}
.fancy-select ul.options li:hover {
color: #f06731;
}
.btHardRoundedButtons input:not([type='checkbox']):not([type='radio']),
.btHardRoundedButtons a.select2-choice {
border-radius: 50px;
}
.btSoftRoundedButtons input:not([type='checkbox']):not([type='radio']),
.btSoftRoundedButtons a.select2-choice {
border-radius: 4px;
}
.btHardRoundedButtons select {
border-radius: 50px;
}
.btSoftRoundedButtons select {
border-radius: 4px;
}
.btHardRoundedButtons textarea {
border-radius: 10px;
}
.btSoftRoundedButtons textarea {
border-radius: 4px;
}
input:not([type='checkbox']):not([type='radio']):not([type='submit']),
textarea,
.fancy-select .trigger {
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
transition: all 500ms ease;
}
input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
textarea:focus,
.fancy-select .trigger.open {
-webkit-box-shadow: 0 0 4px 0 #dcdcdc;
box-shadow: 0 0 4px 0 #dcdcdc;
}
textarea {
resize: vertical;
line-height: inherit;
}
button {
font: inherit;
cursor: pointer;
}
.btDarkSkin input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
.btLightSkin .btDarkSkin input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
.btDarkSkin.btLightSkin .btDarkSkin input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
.btDarkSkin textarea:focus,
.btLightSkin .btDarkSkin textarea:focus,
.btDarkSkin.btLightSkin .btDarkSkin textarea:focus,
.btDarkSkin .fancy-select .trigger.open,
.btLightSkin .btDarkSkin .fancy-select .trigger.open,
.btDarkSkin.btLightSkin .btDarkSkin .fancy-select .trigger.open {
border: 1px solid #fff;
}  .bt-video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.bt-video-container iframe,
.bt-video-container object,
.bt-video-container embed,
.bt-video-container video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} img,
figure {
max-width: 100%;
height: auto;
}
pre code {
display: block;
}
pre {
overflow: hidden;
}
ins {
text-decoration: none;
}
hr {
clear: both;
}
del {
opacity: .5;
}
.btContentHolder pre {
margin: 0 0 30px;
white-space: pre-wrap;
padding: 20px;
border: 1px solid rgba(0,0,0,.1);
}
.btDarkSkin .btContentHolder pre,
.btLightSkin .btDarkSkin .btContentHolder pre,
.btDarkSkin.btLightSkin .btDarkSkin .btContentHolder pre {
border: 1px solid rgba(255,255,255,.5);
} label {
font-size: .8em;
opacity: .6;
font-weight: 500;
} a {
text-decoration: none;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
color: inherit;
}
.btContent a {
color: #f06731;
}
a:hover {
text-decoration: none;
color: #f06731;
}
.btContent a:hover {
color: inherit;
}
.btText a {
color: #f06731;
}
.btText a:hover {
text-decoration: underline;
}
a img {
border: none;
}
a,
a:active,
a:focus {
outline: none;
} p,
dl,
address,
cite {
margin: 0 0 1em;
}
ul {
margin: 0 0 1em 1em;
padding: 0;
}
ul ul {
margin-bottom: 0;
}
.rtl ul {
margin: 0 1em 1em 0;
}
.rtl ul ul {
margin-bottom: 0;
}
ol {
margin: 0 0 1em 1em;
padding: 0;
}
ol ol {
margin-bottom: 0;
}
.rtl ol {
margin: 0 1em 1em 0;
}
.rtl ol ol {
margin-bottom: 0;
}
li {
margin: 0 0 0 .5em;
padding: 0;
}
.btText li {
margin-left: 1em;
}
dt {
font-weight: 600;
}
dd {
margin: 0 0 1.5em 1.5em;
}
dd p {
display: inline;
}
dd:after {
content: ' ';
display: table;
clear: both;
}
figcaption {
font-size: inherit;
} html {
font-size: 16px;
}
body {
font-family: "Roboto",Arial,Helvetica,sans-serif;
font-weight: 400;
line-height: 1.7;
background-size: cover;
background-attachment: fixed;
}
small {
font-size: 14px;
} h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Montserrat",Arial,Helvetica,sans-serif;
}
h1:after,
h2:after,
h3:after,
h4:after,
h5:after,
h6:after {
content: " ";
display: table;
width: 100%;
clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
padding: 0 0 .4em;
line-height: 1.4;
margin: 0;
font-weight: 600;
}
.btHeadingWeight_default h1,
.btHeadingWeight_default h2,
.btHeadingWeight_default h3,
.btHeadingWeight_default h4,
.btHeadingWeight_default h5,
.btHeadingWeight_default h6 {
font-weight: 600;
}
.btHeadingWeight_bolder h1,
.btHeadingWeight_bolder h2,
.btHeadingWeight_bolder h3,
.btHeadingWeight_bolder h4,
.btHeadingWeight_bolder h5,
.btHeadingWeight_bolder h6 {
font-weight: 800;
}
.btHeadingWeight_bold h1,
.btHeadingWeight_bold h2,
.btHeadingWeight_bold h3,
.btHeadingWeight_bold h4,
.btHeadingWeight_bold h5,
.btHeadingWeight_bold h6 {
font-weight: 700;
}
.btHeadingWeight_semi-bold h1,
.btHeadingWeight_semi-bold h2,
.btHeadingWeight_semi-bold h3,
.btHeadingWeight_semi-bold h4,
.btHeadingWeight_semi-bold h5,
.btHeadingWeight_semi-bold h6 {
font-weight: 600;
}
.btHeadingWeight_medium h1,
.btHeadingWeight_medium h2,
.btHeadingWeight_medium h3,
.btHeadingWeight_medium h4,
.btHeadingWeight_medium h5,
.btHeadingWeight_medium h6 {
font-weight: 500;
}
.btHeadingWeight_normal h1,
.btHeadingWeight_normal h2,
.btHeadingWeight_normal h3,
.btHeadingWeight_normal h4,
.btHeadingWeight_normal h5,
.btHeadingWeight_normal h6 {
font-weight: 400;
}
.btHeadingWeight_light h1,
.btHeadingWeight_light h2,
.btHeadingWeight_light h3,
.btHeadingWeight_light h4,
.btHeadingWeight_light h5,
.btHeadingWeight_light h6 {
font-weight: 300;
}
.btHeadingWeight_lighter h1,
.btHeadingWeight_lighter h2,
.btHeadingWeight_lighter h3,
.btHeadingWeight_lighter h4,
.btHeadingWeight_lighter h5,
.btHeadingWeight_lighter h6 {
font-weight: 200;
}
.btHeadingWeight_thin h1,
.btHeadingWeight_thin h2,
.btHeadingWeight_thin h3,
.btHeadingWeight_thin h4,
.btHeadingWeight_thin h5,
.btHeadingWeight_thin h6 {
font-weight: 100;
}
h1 {
font-size: 3em;
}
h2 {
font-size: 2.5em;
}
h3 {
font-size: 2em;
}
h4 {
font-size: 1.75em;
}
h5 {
font-size: 1.5em;
}
h6 {
font-size: 1.25em;
} blockquote {
display: block;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
margin: 0;
font-size: 1.8em;
font-weight: 600;
line-height: 2em;
position: relative;
min-height: 10.5em;
}
blockquote:after {
content: " ";
display: table;
width: 100%;
clear: both;
}
blockquote p {
line-height: 1.8;
text-align: center;
margin: 0;
padding: 0;
}
blockquote:before {
content: '\f10d';
font-family: FontAwesome;
display: block;
font-size: 1.5em;
line-height: 1;
padding: 1em 0 .5em 0;
text-align: center;
color: #111112;
}
.btDarkSkin blockquote:before,
.btLightSkin .btDarkSkin blockquote:before,
.btDarkSkin.btLightSkin .btDarkSkin blockquote:before {
color: #fff;
}
blockquote:after {
content: ' ';
z-index: -1;
border: 10px solid;
border-color: #f06731;
opacity: .2;
width: 10.5em;
height: 10.5em;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
display: block;
}
cite {
font-family: "Montserrat",Arial,Helvetica,sans-serif;
font-weight: 600;
opacity: .6;
font-style: normal;
text-align: center;
display: block;
font-size: 1rem;
} .btContentHolder table {
width: 100%;
margin: 0 0 1em;
border-collapse: collapse;
text-align: initial;
border: 1px solid rgba(0,0,0,.07);
}
.btDarkSkin .btContentHolder table,
.btLightSkin .btDarkSkin .btContentHolder table,
.btDarkSkin.btLightSkin .btDarkSkin .btContentHolder table {
border: 1px solid rgba(255,255,255,.2);
}
.btContentHolder table td,
.btContentHolder table th {
padding: 1em;
border: 1px solid rgba(0,0,0,.07);
}
.btDarkSkin .btContentHolder table td,
.btLightSkin .btDarkSkin .btContentHolder table td,
.btDarkSkin.btLightSkin .btDarkSkin .btContentHolder table td,
.btDarkSkin .btContentHolder table th,
.btLightSkin .btDarkSkin .btContentHolder table th,
.btDarkSkin.btLightSkin .btDarkSkin .btContentHolder table th {
border: 1px solid rgba(255,255,255,.2);
}
.btContentHolder table th {
text-align: left;
font-weight: normal;
}
.btContentHolder table thead th {
font-weight: normal;
}
.bt_bb_layout_boxed_600 .bt_bb_cell {
width: 600px;
max-width: -webkit-calc(100% - 80px);
max-width: -moz-calc(100% - 80px);
max-width: calc(100% - 80px);
}
.bt_bb_layout_boxed_700 .bt_bb_cell {
width: 700px;
max-width: -webkit-calc(100% - 80px);
max-width: -moz-calc(100% - 80px);
max-width: calc(100% - 80px);
}
.bt_bb_layout_boxed_800 .bt_bb_cell {
width: 800px;
max-width: -webkit-calc(100% - 80px);
max-width: -moz-calc(100% - 80px);
max-width: calc(100% - 80px);
}
.bt_bb_layout_boxed_900 .bt_bb_cell {
width: 900px;
max-width: -webkit-calc(100% - 80px);
max-width: -moz-calc(100% - 80px);
max-width: calc(100% - 80px);
}
.bt_bb_layout_boxed_1000 .bt_bb_cell {
width: 1000px;
max-width: -webkit-calc(100% - 80px);
max-width: -moz-calc(100% - 80px);
max-width: calc(100% - 80px);
}
.bt_bb_layout_boxed_1100 .bt_bb_cell {
width: 1100px;
max-width: -webkit-calc(100% - 80px);
max-width: -moz-calc(100% - 80px);
max-width: calc(100% - 80px);
}
.bt_bb_layout_boxed_1200 .bt_bb_cell {
width: 1200px;
max-width: -webkit-calc(100% - 80px);
max-width: -moz-calc(100% - 80px);
max-width: calc(100% - 80px);
}
.bt_bb_layout_boxed_1400 .bt_bb_cell {
width: 1400px;
max-width: -webkit-calc(100% - 80px);
max-width: -moz-calc(100% - 80px);
max-width: calc(100% - 80px);
} @media (max-width: 480px) {
.visible-xs {
display: block !important;
}
}
@media (min-width: 480px) and (max-width:767px) {
.visible-ms {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
}
@media (max-width: 480px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 480px) and (max-width: 767px) {
.hidden-ms {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
@media (max-width: 480px) {
.bt_bb_column[data-width="3"] {
-webkit-flex-basis: 100%;
flex-basis: 100%;
max-width: 100%;
}
}
html,
body {
min-height: 100vh;
}
body:not(.btPageTransitions) {
min-height: 101vh;
}  body.rtl {
direction: rtl;
unicode-bidi: embed;
} .btContentWrap {
-webkit-transition: transform 1s cubic-bezier(.230,1,.320,1);
-moz-transition: transform 1s cubic-bezier(.230,1,.320,1);
transition: transform 1s cubic-bezier(.230,1,.320,1);
}
.btContentWrap:after {
content: " ";
display: table;
width: 100%;
clear: both;
}
.btSiteFooter {
-webkit-transition: transform 1s cubic-bezier(.230,1,.320,1),padding-top 300ms ease;
-moz-transition: transform 1s cubic-bezier(.230,1,.320,1),padding-top 300ms ease;
transition: transform 1s cubic-bezier(.230,1,.320,1),padding-top 300ms ease;
}
.btPageWrap {
position: relative;
overflow: hidden;
-webkit-transition: transform 1s cubic-bezier(.230,1,.320,1);
-moz-transition: transform 1s cubic-bezier(.230,1,.320,1);
transition: transform 1s cubic-bezier(.230,1,.320,1);
}
.btPageWrap:after {
content: " ";
display: table;
width: 100%;
clear: both;
} .mainHeader,
.btVerticalHeaderTop {
z-index: 10002;
}
.btPreloader {
z-index: 10004;
} .port {
width: 100%;
padding: 0 40px;
}
.gutter .port {
max-width: 1280px;
margin: auto;
}
.btWithSidebar .btContent .gutter .port {
padding: 0;
}
@media (max-width: 1279px) {
.gutter .port {
width: 100%;
max-width: none;
padding-left: 40px;
padding-right: 40px;
}
.btMenuVerticalRight .btVerticalMenuTrigger {
margin: 0;
}
} .btNoSidebar .btContentHolder,
.btNoSidebar .btContent {
width: auto;
padding: 0;
}
:not(.bt_bb_plugin_active).btNoSidebar .btPageHeadline + .btContentHolder .btContent {
max-width: 1280px;
margin-left: auto;
margin-right: auto;
padding: 4em 40px 0;
}
:not(.bt_bb_plugin_active).btNoSidebar .btPageHeadline + .btContentHolder .btContent .gutter .port {
padding-left: 0;
padding-right: 0;
}
:not(.bt_bb_plugin_active).btNoSidebar .btPageHeadline + .btContentHolder .btContent > article:first-child {
margin-top: 0;
}
.btWithSidebar .btContentHolder {
max-width: 1280px;
margin: auto;
padding: 4em 40px 4em;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.btWithSidebar .btContentHolder .btContent {
width: 75%;
}
.btWithSidebar .btContentHolder .btSidebar {
width: 25%;
padding: 0;
}
.btSidebarLeft.btWithSidebar .btContentHolder {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.btSidebarLeft.btWithSidebar .btContentHolder .btSidebar {
padding-right: 50px;
}
.rtl.btSidebarLeft.btWithSidebar .btContentHolder .btSidebar {
padding-right: 0;
padding-left: 50px;
}
.btSidebarLeft.btWithSidebar .btContentHolder .btContent {
padding-left: 50px;
}
.rtl.btSidebarLeft.btWithSidebar .btContentHolder .btContent {
padding-left: 0;
padding-right: 50px;
}
.btSidebarRight.btWithSidebar .btContentHolder .btSidebar {
padding-left: 50px;
}
.rtl.btSidebarRight.btWithSidebar .btContentHolder .btSidebar {
padding-left: 0;
padding-right: 50px;
}
.btSidebarRight.btWithSidebar .btContentHolder .btContent {
padding-right: 50px;
}
.rtl.btSidebarRight.btWithSidebar .btContentHolder .btContent {
padding-right: 0;
padding-left: 50px;
} @media (max-width: 768px) {
.btWithSidebar.btSidebarRight .btContentHolder,
.btWithSidebar.btSidebarLeft .btContentHolder {
display: block;
}
.btWithSidebar.btSidebarRight .btContentHolder .btContent,
.btWithSidebar.btSidebarLeft .btContentHolder .btContent,
.btWithSidebar.btSidebarRight .btContentHolder .btSidebar,
.btWithSidebar.btSidebarLeft .btContentHolder .btSidebar {
width: auto;
float: none;
padding: 0;
}
.btWithSidebar.btSidebarRight .btContentHolder .btSidebar,
.btWithSidebar.btSidebarLeft .btContentHolder .btSidebar {
padding-top: 4em;
}
} .btPreloader {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: fixed;
top: 0;
left: 0;
bottom: 0;
background-color: inherit;
width: 100%;
vertical-align: middle;
text-align: center;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-webkit-transition: all .3s ease,opacity .3s ease;
-moz-transition: all .3s ease,opacity .3s ease;
transition: all .3s ease,opacity .3s ease;
}
.btPreloader .animation {
display: block;
width: 100%;
-webkit-transform: translateY(0) scale(1);
-moz-transform: translateY(0) scale(1);
-ms-transform: translateY(0) scale(1);
transform: translateY(0) scale(1);
-webkit-transition: transform .3s ease,opacity .3s ease;
-moz-transition: transform .3s ease,opacity .3s ease;
transition: transform .3s ease,opacity .3s ease;
}
.btAccentDarkHeader .btPreloader .animation > div:first-child,
.btLightAccentHeader .btPreloader .animation > div:first-child,
.btTransparentLightHeader .btPreloader .animation > div:first-child {
border-radius: 10px;
padding: .7em 1.2em;
display: inline-block;
background-color: #f06731;
}
.btPreloader .animation > div img {
margin: 0 auto;
}
.btPreloader .animation p {
font-size: .8em;
font-family: "Montserrat";
opacity: .5;
font-weight: 600;
}
.btRemovePreloader .btPreloader {
-webkit-transform: translateY(-100%) scale(0);
-moz-transform: translateY(-100%) scale(0);
-ms-transform: translateY(-100%) scale(0);
transform: translateY(-100%) scale(0);
opacity: 0;
-webkit-transition: transform ease 1s,opacity ease 1s;
-moz-transition: transform ease 1s,opacity ease 1s;
transition: transform ease 1s,opacity ease 1s;
}
.btRemovePreloader .btPreloader .animation {
-webkit-transform: translateY(0) scale(.9);
-moz-transform: translateY(0) scale(.9);
-ms-transform: translateY(0) scale(.9);
transform: translateY(0) scale(.9);
opacity: 0;
-webkit-transition: transform .5s ease,opacity ease .5s;
-moz-transition: transform .5s ease,opacity ease .5s;
transition: transform .5s ease,opacity ease .5s;
}
.btPreloader .animation .preloaderLogo {
height: 135px;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
transition: all .5s ease;
width: auto;
display: block;
line-height: 1;
}
.btMenuVerticalRightEnabled .btPreloader .animation .preloaderLogo,
.btMenuVerticalLeftEnabled .btPreloader .animation .preloaderLogo {
height: 180px;
} .btLoader {
width: 84px;
height: 84px;
margin: 30px auto 30px auto;
font-size: 6px;
position: relative;
border: 2px solid transparent;
border-top: 2px solid #f06731 !important;
border-right: 2px solid #f06731 !important;
border-radius: 50%;
-webkit-animation: btLoader 2.5s infinite linear;
-moz-animation: btLoader 2.5s infinite linear;
animation: btLoader 2.5s infinite linear;
}
.btLoader p:empty {
display: none;
}
.btLoader:before,
.btLoader:after {
content: "";
display: block;
border-radius: 50%;
position: absolute;
border: 2px solid transparent;
border-top: 2px solid #f06731 !important;
border-right: 2px solid #f06731 !important;
}
.btLoader:before {
height: 76px;
width: 76px;
left: 2px;
top: 2px;
-webkit-animation: btLoader 2.2s infinite linear;
-moz-animation: btLoader 2.2s infinite linear;
animation: btLoader 2.2s infinite linear;
opacity: .66;
}
.btLoader:after {
height: 68px;
width: 68px;
left: 6px;
top: 6px;
-webkit-animation: btLoader 1.2s infinite linear;
-moz-animation: btLoader 1.2s infinite linear;
animation: btLoader 1.2s infinite linear;
opacity: .33;
}
@-webkit-keyframes btLoader {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-ms-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-webkit-keyframes btLoader {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-moz-keyframes btLoader {
0% {
-moz-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes btLoader {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-ms-transform: rotate(359deg);
transform: rotate(359deg);
}
} .btErrorPage {
min-height: 70vh;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
background-position: 10% bottom;
background-size: initial;
}
.btErrorPage .port {
padding-top: 6em;
padding-bottom: 6em;
text-align: center;
} .post-password-form {
max-width: 85% !important;
margin: 200px auto 50px auto !important;
} .btBreadCrumbs {
text-transform: uppercase;
}
.btBreadCrumbs span {
display: inline-block;
margin-left: 0;
padding-left: 0;
}
.btBreadCrumbs span:not(:last-child):after {
content: ' ';
display: inline-block;
margin: -2px 10px 0 10px;
letter-spacing: inherit;
width: 4px;
height: 4px;
border-radius: 50%;
line-height: inherit;
vertical-align: middle;
}
.btLightSkin .btBreadCrumbs span:not(:last-child):after,
.btDarkSkin .btLightSkin .btBreadCrumbs span:not(:last-child):after,
.btLightSkin .btDarkSkin .btLightSkin .btBreadCrumbs span:not(:last-child):after {
background-color: #111112;
}
.btDarkSkin .btBreadCrumbs span:not(:last-child):after,
.btLightSkin .btDarkSkin .btBreadCrumbs span:not(:last-child):after,
.btDarkSkin.btLightSkin .btDarkSkin .btBreadCrumbs span:not(:last-child):after {
background-color: #fff;
} .btPageHeadline {
background-color: rgba(0,0,0,.07);
background-size: cover;
}
.btPageHeadline header {
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.btMenuCenter .btPageHeadline header {
margin: auto;
}
.btPageHeadline header .bt_bb_headline_subheadline .star-rating span:before {
color: #fff;
}
.btPageHeadline .bt_bb_port {
padding-bottom: 4em;
padding-top: 10em;
}
body.btBelowMenu .btPageHeadline .bt_bb_port {
padding-top: 10em;
}
.btPageHeadline.btHeadlineSquare header {
text-align: center;
}
.btPageHeadline.btHeadlineSquare .bt_bb_port {
padding-bottom: 8em;
padding-top: 8em;
}
body.btBelowMenu .btPageHeadline.btHeadlineSquare .bt_bb_port {
padding-top: 10em;
} .btBoxedPage .btPageWrap {
max-width: 1200px;
-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
margin-bottom: 3em;
margin: 0 auto 3em;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
overflow: initial;
}
.btStickyHeaderActive.btBoxedPage .mainHeader {
max-width: 1200px;
}
.btLightSkin.btBoxedPage .btContentWrap {
background-color: #fff;
}
.btDarkSkin.btBoxedPage .btContentWrap {
background-color: #111112;
}
.btErrorPage {
min-height: 70vh;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.btErrorPage .port {
padding-top: 6em;
padding-bottom: 6em;
} .btNoSearchResults .bt_bb_port {
display: block;
max-width: 1260px;
margin: 0 auto;
}
.btNoSearchResults .bt_bb_port #searchform {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.btNoSearchResults .bt_bb_port #searchform input[type='search'] {
-webkit-flex-basis: 75%;
flex-basis: 75%;
margin-right: 1em;
}
.btNoSearchResults .bt_bb_port #searchform input[type='submit'] {
-webkit-flex-basis: 20%;
flex-basis: 20%;
height: auto;
cursor: pointer;
text-transform: uppercase;
font-size: .9em;
line-height: 1;
font-weight: 500;
-webkit-box-shadow: 0 0 0 3em #f06731 inset;
box-shadow: 0 0 0 3em #f06731 inset;
color: #fff;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btNoSearchResults .bt_bb_port #searchform input[type='submit']:hover {
-webkit-box-shadow: 0 0 0 2px #f06731 inset;
box-shadow: 0 0 0 2px #f06731 inset;
color: #f06731;
}
@media (max-width: 620px) {
.btNoSearchResults .bt_bb_port #searchform {
display: block;
}
.btNoSearchResults .bt_bb_port #searchform input[type='search'] {
margin-right: 0;
margin-bottom: 1em;
}
} .mainHeader {
width: 100%;
position: absolute;
background-color: inherit;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
font-family: "Montserrat",Arial,Helvetica,sans-serif;
-webkit-transition: opacity 300ms ease;
-moz-transition: opacity 300ms ease;
transition: opacity 300ms ease;
visibility: hidden;
opacity: 0;
}
.btMenuInitFinished .mainHeader {
visibility: initial;
opacity: 1;
}
.mainHeader:after {
content: " ";
display: table;
width: 100%;
clear: both;
}
.mainHeader a {
color: inherit;
-webkit-transition: color 100ms linear;
-moz-transition: color 100ms linear;
transition: color 100ms linear;
}
.mainHeader a:hover {
color: #f06731;
}
.btPageTransitions .mainHeader {
z-index: 1020;
} .btMenuHorizontal:not(.btBelowMenu) .mainHeader {
-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.05);
box-shadow: 0 0 20px 0 rgba(0,0,0,.05);
} .btLogoArea {
position: relative;
z-index: 1;
}
.menuPort {
font-family: "Montserrat",Arial,Helvetica,sans-serif;
font-size: 13px;
}
.menuPort:after {
content: " ";
display: table;
width: 100%;
clear: both;
}
.menuPort nav ul {
list-style: none;
display: block;
margin: 0;
padding: 0;
-webkit-transition: all 100ms ease 0s;
-moz-transition: all 100ms ease 0s;
transition: all 100ms ease 0s;
}
.menuPort nav ul li {
display: block;
margin: 0;
padding: 0;
position: relative;
}
.menuPort nav ul li a {
display: block;
position: relative;
padding: 1em 1em;
font-weight: 400;
font-size: 13px;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.menuPort nav ul li a:after {
content: "/";
opacity: .4;
position: absolute;
right: -25px;
}
.menuPort nav ul li a:hover {
color: inherit;
opacity: .8;
text-decoration: none;
}
.btCapitalizeMainMenuItems .menuPort nav ul li a {
text-transform: uppercase;
}
.menuPort nav ul li:last-child > a:after {
display: none;
}
.rtl .menuPort nav ul li:last-child > a:after {
display: none;
}
.rtl .menuPort nav ul li:first-child > a:after {
display: none;
}
.menuPort nav ul ul li {
-webkit-transition: opacity 300ms ease;
-moz-transition: opacity 300ms ease;
transition: opacity 300ms ease;
}
.menuPort nav ul ul li.on {
opacity: 1;
}
.menuPort ul > li > ul {
opacity: 0;
pointer-events: none;
}
.menuPort nav > ul > li > a {
line-height: 90px;
padding: 0;
}
.btBelowLogoArea .menuPort nav > ul > li > a {
line-height: 50px;
}
.menuPort nav ul ul li a {
font-weight: 500;
} .btTextLogo {
font-family: "Montserrat",Arial,Helvetica,sans-serif;
font-size: 2em;
font-weight: 800;
line-height: 90px;
}
.btMenuVertical .btTextLogo {
line-height: 54px;
}
.btLogoArea .logo {
line-height: 0;
float: left;
}
.btMenuVertical .btLogoArea .logo {
-webkit-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
transform: none !important;
}
.rtl .btLogoArea .logo {
float: right;
}
.btLogoArea .logo img {
height: 90px;
width: auto;
display: block;
}
.btMenuVertical .btLogoArea .logo img {
height: 54px;
}
.btMenuCenter .btLogoArea .logo img {
margin: auto;
}
.btLogoArea .logo img.btAltLogo {
display: none;
} .btMenuHorizontal.btHideMenu .btHorizontalMenuTrigger {
display: block;
position: relative;
z-index: 1;
}
.btMenuHorizontal.btHideMenu .btHorizontalMenuTrigger .bt_bb_icon {
margin-left: 1em;
}
.btStickyHeaderActive.btMenuHorizontal.btHideMenu .btHorizontalMenuTrigger .bt_bb_icon {
margin: 28.8px 0;
margin-left: 1em;
}
.btMenuHorizontal.btHideMenu .menuPort {
opacity: 0;
-webkit-transition: opacity 1s ease;
-moz-transition: opacity 1s ease;
transition: opacity 1s ease;
pointer-events: none;
}
.btShowMenu.btMenuHorizontal.btHideMenu .menuPort {
opacity: 1 !important;
pointer-events: all;
}
.btHorizontalMenuTrigger {
display: none;
float: right;
margin: 0 0 0 .5em;
font-size: 1.5em;
}
.btHorizontalMenuTrigger .bt_bb_icon {
width: 27px;
height: 22.5px;
position: relative;
padding: 0;
float: left;
margin: 33.75px 0;
}
.btHorizontalMenuTrigger .bt_bb_icon:before,
.btHorizontalMenuTrigger .bt_bb_icon:after {
content: "";
position: absolute;
display: block;
border-top-width: 2px;
border-top-style: solid;
left: 0;
right: 0;
top: 0;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transform-origin: -.75px 1px;
-moz-transform-origin: -.75px 1px;
-ms-transform-origin: -.75px 1px;
transform-origin: -.75px 1px;
}
.btShowMenu .btHorizontalMenuTrigger .bt_bb_icon:before,
.btShowMenu .btHorizontalMenuTrigger .bt_bb_icon:after {
-webkit-transform: rotate(45deg) translateY(0) !important;
-moz-transform: rotate(45deg) translateY(0) !important;
-ms-transform: rotate(45deg) translateY(0) !important;
transform: rotate(45deg) translateY(0) !important;
}
.btTransparentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:before,
.btDarkAccentHeader .btHorizontalMenuTrigger .bt_bb_icon:before,
.btOpacityLightHeader .btHorizontalMenuTrigger .bt_bb_icon:before,
.btAccentLightHeader .btHorizontalMenuTrigger .bt_bb_icon:before,
.btGreyLightHeader .btHorizontalMenuTrigger .bt_bb_icon:before,
.btLightDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:before,
.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon:before,
.btTransparentDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:before,
.btLightDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:before,
.btTransparentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:after,
.btDarkAccentHeader .btHorizontalMenuTrigger .bt_bb_icon:after,
.btOpacityLightHeader .btHorizontalMenuTrigger .bt_bb_icon:after,
.btAccentLightHeader .btHorizontalMenuTrigger .bt_bb_icon:after,
.btGreyLightHeader .btHorizontalMenuTrigger .bt_bb_icon:after,
.btLightDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:after,
.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon:after,
.btTransparentDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:after,
.btLightDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:after {
border-top-color: #111112;
}
.btAccentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:before,
.btLightAccentHeader .btHorizontalMenuTrigger .bt_bb_icon:before,
.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:before,
.btTransparentDarkHeader.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon:before,
.btAccentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:after,
.btLightAccentHeader .btHorizontalMenuTrigger .bt_bb_icon:after,
.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:after,
.btTransparentDarkHeader.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon:after {
border-top-color: #fff;
}
.btTransparentLightHeader .btHorizontalMenuTrigger .bt_bb_icon:before,
.btTransparentLightHeader .btHorizontalMenuTrigger .bt_bb_icon:after {
border-top-color: #f06731;
}
.btHorizontalMenuTrigger .bt_bb_icon:after {
top: auto;
bottom: 0;
}
.btShowMenu .btHorizontalMenuTrigger .bt_bb_icon:after {
-webkit-transform: rotate(-45deg) translateY(0) !important;
-moz-transform: rotate(-45deg) translateY(0) !important;
-ms-transform: rotate(-45deg) translateY(0) !important;
transform: rotate(-45deg) translateY(0) !important;
}
.btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
content: "";
position: absolute;
display: block;
border-top-width: 2px;
border-top-style: solid;
left: 0;
right: 0;
top: 50%;
margin-top: -1px;
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.btShowMenu .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
-webkit-transform: scaleX(0) !important;
-moz-transform: scaleX(0) !important;
-ms-transform: scaleX(0) !important;
transform: scaleX(0) !important;
}
.btTransparentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentLightHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btGreyLightHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btOpacityLightHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btLightDarkHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btTransparentDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btLightDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
border-top-color: #111112;
}
.btAccentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btLightAccentHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btTransparentDarkHeader.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
border-top-color: #fff;
}
.btTransparentLightHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
border-top-color: #f06731;
}
.btHorizontalMenuTrigger:hover {
cursor: pointer;
color: inherit;
}
.btTransparentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
.btTransparentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
.btOpacityLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
.btAccentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
.btGreyLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
.btAccentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
.btLightDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
.btTransparentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,
.btTransparentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,
.btOpacityLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,
.btAccentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,
.btGreyLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,
.btAccentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,
.btLightDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,
.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger:hover .bt_bb_icon:after {
border-top-color: #f06731;
}
.btLightAccentHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
.btLightAccentHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after {
border-top-color: #111112;
}
.btHorizontalMenuTrigger:hover .bt_bb_icon:before {
-webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
}
.btShowMenu .btHorizontalMenuTrigger:hover .bt_bb_icon:before {
-webkit-transform: rotate(0) translateY(-5px);
-moz-transform: rotate(0) translateY(-5px);
-ms-transform: rotate(0) translateY(-5px);
transform: rotate(0) translateY(-5px);
}
.btHorizontalMenuTrigger:hover .bt_bb_icon:after {
-webkit-transform: translateY(5px);
-moz-transform: translateY(5px);
-ms-transform: translateY(5px);
transform: translateY(5px);
}
.btShowMenu .btHorizontalMenuTrigger:hover .bt_bb_icon:after {
-webkit-transform: rotate(0) translateY(5px);
-moz-transform: rotate(0) translateY(5px);
-ms-transform: rotate(0) translateY(5px);
transform: rotate(0) translateY(5px);
}
.btShowMenu .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.btTransparentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btTransparentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btOpacityLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btGreyLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btLightDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
border-top-color: #f06731;
}
.btLightAccentHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
border-top-color: #111112;
}
.btDarkAccentHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
border-top-color: #fff;
} .btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor li.current-menu-ancestor > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor li.current-menu-item > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item li.current-menu-ancestor > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item li.current-menu-item > a {
color: #f06731;
}
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor > a:before,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item > a:before {
content: ' ';
display: block;
position: absolute;
z-index: 5;
bottom: 0;
left: 0;
right: 0;
pointer-events: none;
height: 4px;
opacity: 1;
background-color: #f06731;
}
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor li.current-menu-ancestor > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor li.current-menu-item > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item li.current-menu-ancestor > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item li.current-menu-item > a {
color: #f06731;
} .btMenuHorizontal .menuPort ul ul {
background-color: #fff;
}
.btMenuHorizontal .menuPort ul ul li a {
padding-left: 1.5em;
padding-right: 1.5em;
color: #111112;
}
.btMenuHorizontal .menuPort ul ul li a:hover {
color: #f06731;
}
.btMenuHorizontal .menuPort ul ul li .subToggler {
color: #111112;
}
.btMenuHorizontal .menuPort ul ul li:not(:last-child) > a:after {
content: ' ';
display: block;
position: absolute;
left: 1.5em;
right: 1.5em;
bottom: 0;
height: 1px;
background-color: rgba(0,0,0,.1);
}
.btMenuHorizontal .menuPort nav > ul > li > ul,
.btMenuHorizontal .menuPort nav > ul > li:not(.btMenuWideDropdown) > ul > li > ul {
-webkit-transform: translateY(20px);
-moz-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
opacity: 0;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
pointer-events: none;
}
.btMenuHorizontal .menuPort nav > ul > li > ul a:after,
.btMenuHorizontal .menuPort nav > ul > li:not(.btMenuWideDropdown) > ul > li > ul a:after {
display: none;
}
.btMenuHorizontal .menuPort nav > ul > li.on > ul,
.btMenuHorizontal .menuPort nav > ul > li:not(.btMenuWideDropdown) > ul > li.on > ul {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
pointer-events: all;
}
.btMenuHorizontal .menuPort nav > ul > li.btMenuWideDropdown:not(.on) > ul.bt_mega_menu_content * {
pointer-events: none !important;
} .subToggler {
display: none;
cursor: pointer;
position: absolute;
top: 0;
width: 45px;
z-index: 80;
padding: 0;
text-align: center;
}
.on > .subToggler {
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
transform: rotateX(180deg);
}
body.btMenuVertical .subToggler {
display: block !important;
padding: 20px 0;
line-height: 1;
right: -10px;
top: -8px;
}
body.btMenuHorizontal .subToggler {
right: 15px;
line-height: 90px;
}
body.rtl.btMenuHorizontal.btMenuCenterBelow .subToggler {
right: auto;
left: 0;
}
body.btMenuHorizontal.rtl .subToggler {
left: 15px;
right: auto;
}
body.btMenuHorizontal.btMenuBelowLogo .subToggler {
line-height: 50px;
}
body.btMenuHorizontal .menuPort ul ul .subToggler {
right: 0;
line-height: inherit;
padding: 1em 0;
}
body.btMenuHorizontal .menuPort .rightNav ul ul .subToggler {
left: 0;
right: auto;
}
.subToggler:before {
content: '\f107';
font: normal 16px/1 FontAwesome;
}
.touch .btMenuHorizontal .menuPort nav ul li .subToggler {
display: block;
}
.touch .btMenuHorizontal .menuPort nav ul li a:after {
display: none;
} .btMenuHorizontal .menuPort > nav > ul > li {
padding: 0 50px 0 0;
}
.rtl.btMenuHorizontal .menuPort > nav > ul > li {
padding: 0 0 0 50px;
}
.rtl.btMenuHorizontal .menuPort > nav > ul > li:last-child {
padding: 0;
}
:not(.rtl).btMenuHorizontal .menuPort > nav > ul > li:last-child {
padding: 0;
}
html.touch :not(.rtl).btMenuHorizontal .menuPort > nav > ul > li.menu-item-has-children {
padding: 0 50px 0 0;
}
html.touch .rtl.btMenuHorizontal .menuPort > nav > ul > li.menu-item-has-children {
padding: 0 0 0 50px;
}
.btMenuHorizontal .menuPort > nav > ul > li > ul > li {
font-size: .9em;
}
.btMenuHorizontal .menuPort > nav > ul ul {
position: absolute;
width: 220px;
right: 0;
top: auto;
margin: 0;
pointer-events: none;
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
z-index: 1;
padding: 0;
}
.btMenuHorizontal .menuPort > nav > ul ul li {
z-index: 4;
float: none;
}
.btMenuHorizontal .menuPort > nav > ul ul ul {
display: block;
top: 0;
margin: 0;
pointer-events: none;
}
.btMenuHorizontal .menuPort > nav > ul li.current-menu-item ul,
.btMenuHorizontal .menuPort > nav > li.current-menu-ancestor ul {
margin: 0;
}
.btMenuHorizontal .menuPort > nav > ul > li {
float: left;
position: relative;
z-index: 5;
}
.rtl.btMenuHorizontal .menuPort > nav > ul > li {
float: right;
}
.btMenuHorizontal .menuPort > nav > ul > li > ul li a {
-webkit-transition: all ease 300ms;
-moz-transition: all ease 300ms;
transition: all ease 300ms;
}
.btMenuHorizontal .menuPort > nav > ul > li > ul li a:hover {
-webkit-box-shadow: inset 5px 0 0 0 #f06731;
box-shadow: inset 5px 0 0 0 #f06731;
}
.btMenuHorizontal .menuPort > nav > ul > li:not(.btMenuWideDropdown) > ul li a {
-webkit-transition: all ease 300ms;
-moz-transition: all ease 300ms;
transition: all ease 300ms;
}
.btMenuHorizontal .menuPort > nav > ul > li:not(.btMenuWideDropdown) > ul li a:hover {
-webkit-box-shadow: inset 5px 0 0 0 #f06731;
box-shadow: inset 5px 0 0 0 #f06731;
}
.btMenuHorizontal .menuPort > nav > ul > li:not(.btMenuWideDropdown) > ul li:first-child > a {
-webkit-box-shadow: inset 0 5px 0 0 #f06731;
box-shadow: inset 0 5px 0 0 #f06731;
}
.btMenuHorizontal .menuPort > nav > ul > li:not(.btMenuWideDropdown) > ul li:first-child > a:hover {
-webkit-box-shadow: inset 5px 5px 0 0 #f06731;
box-shadow: inset 5px 5px 0 0 #f06731;
} .btMenuHorizontal .menuPort > nav > ul > li:last-child > ul {
right: 0;
left: auto;
}
.btMenuHorizontal .menuPort > nav > ul > li:nth-last-child(2) > ul {
right: 0;
left: auto;
}
.btMenuHorizontal .menuPort > nav > ul > li:last-child:not(.btMenuWideDropdown) > ul > li > ul {
right: 0;
left: -100%;
}
.btMenuHorizontal .menuPort > nav > ul > li:nth-last-child(2):not(.btMenuWideDropdown) > ul > li > ul {
right: 0;
left: -100%;
}
.rtl.btMenuHorizontal .menuPort > nav > ul > li:nth-last-child(2):not(.btMenuWideDropdown) > ul > li > ul {
right: auto;
} .btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btAccentDarkHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btAccentLightHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btGreyLightHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btLightAccentHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btDarkAccentHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btLightDarkHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btAlternateDarkHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btAlternateLightHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btAccentDarkHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btAccentLightHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btGreyLightHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btLightAccentHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btDarkAccentHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btLightDarkHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btAlternateDarkHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btAlternateLightHeader .mainHeader.gutter {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
} .btMenuHorizontal .menuPort ul ul {
right: auto;
left: -1.5em;
}
.btMenuHorizontal .menuPort ul ul ul {
left: 220px;
right: auto;
}
.rtl.btMenuHorizontal .menuPort ul ul ul {
left: auto;
right: 220px;
}
.btMenuHorizontal .menuPort nav {
float: left;
padding-left: 50px;
}
.rtl.btMenuHorizontal .menuPort nav {
padding-right: 50px;
padding-left: 0;
}
.btMenuHorizontal.btMenuRight .menuPort nav {
float: right;
}  .btMenuHorizontal.btMenuCenter .logo {
position: relative;
z-index: 8;
margin: 0 0 0 50%;
}
.btMenuHorizontal.btMenuCenter .menuPort nav {
float: none;
}
.btMenuHorizontal.btMenuCenter .menuPort .leftNav {
position: absolute;
right: 50%;
left: auto;
padding: 0;
padding-right: 50px;
}
.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul {
float: right;
}
.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul ul {
right: auto;
left: -20px;
}
.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul ul ul {
left: 220px;
right: auto;
}
.btMenuHorizontal.btMenuCenter .menuPort .rightNav {
position: absolute;
left: 50%;
right: auto;
padding-left: 50px;
}
.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul {
right: -20px;
left: auto;
}
.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul ul {
right: 220px;
left: auto;
}
.btMenuHorizontal.btMenuCenter .menuPort .rightNav li {
text-align: right;
}
.btMenuHorizontal.btMenuCenterBelow .logo {
float: none;
text-align: center;
}
.btMenuHorizontal.btMenuCenterBelow .logo img {
margin-left: auto;
margin-right: auto;
}
.btMenuHorizontal.btMenuCenterBelow .gutter .port {
position: relative;
}
.btMenuHorizontal.btMenuCenterBelow .topBarInLogoArea {
position: absolute;
right: 40px;
top: 0;
}
.rtl.btMenuHorizontal.btMenuCenterBelow .topBarInLogoArea {
right: auto;
left: 40px;
}
.btMenuHorizontal.btMenuCenterBelow .menuPort nav {
float: none;
text-align: center;
}
.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li {
float: none;
display: inline-block;
}
.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li ul li {
display: block;
text-align: left;
}
.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav {
float: none !important;
}
.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li {
padding: 0 0 0 50px !important;
}
.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li ul {
left: 0;
right: -20px;
}
.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li ul li {
text-align: right;
}
.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li ul li ul {
right: auto;
left: -220px;
}
.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li > a:after {
left: auto;
right: 0;
}
.btMenuHorizontal.btMenuCenterBelow .topBarInMenu {
position: absolute;
right: 0;
}
.rtl.btMenuHorizontal.btMenuCenterBelow .topBarInMenu {
right: auto;
left: 0;
} html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown {
position: static;
}
html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul {
width: 100%;
max-width: 1280px;
left: auto;
}
html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li {
top: auto;
border-top: none !important;
float: left;
}
html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > a {
border: none !important;
color: #f06731;
-webkit-box-shadow: inset 0 5px 0 0 #f06731;
box-shadow: inset 0 5px 0 0 #f06731;
}
html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > a:hover {
opacity: 1;
-webkit-box-shadow: inset 5px 5px 0 0 #f06731;
box-shadow: inset 5px 5px 0 0 #f06731;
}
html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > ul > li > ul:before {
display: none;
}
html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > ul {
opacity: 1;
top: auto;
margin: 0 !important;
width: 100%;
right: 0;
left: 0;
position: relative;
-webkit-box-shadow: none;
box-shadow: none;
}
html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > ul > li:first-child > a {
border-top: none !important;
}
html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > li:not(:last-child) {
border-left: 1px solid rgba(0,0,0,.1);
}
html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li ul:before {
display: none;
}
html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown.btMenuWideDropdownCols-3 ul.sub-menu {
max-width: 750px;
}
html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > li {
width: 100%;
}
html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > li .sub-menu {
width: 100%;
}
html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown.on > ul > li > ul {
pointer-events: auto;
}
html:not(.touch) body.btMenuLeft.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown.btMenuWideDropdownCols-3 ul.sub-menu {
right: auto;
}
html:not(.touch) body.btMenuCenter.btMenuHorizontal .menuPort > nav.rightNav > ul > li.btMenuWideDropdown > ul {
width: 300%;
left: -200%;
}
html:not(.touch) body.btMenuCenter.btMenuHorizontal .menuPort > nav.leftNav > ul > li.btMenuWideDropdown > ul {
width: 300%;
right: -200%;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-0 > ul > li {
width: INF% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-1 > ul > li {
width: 100% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-2 > ul > li {
width: 50% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-3 > ul > li {
width: 33.33333% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-4 > ul > li {
width: 25% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-5 > ul > li {
width: 20% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-6 > ul > li {
width: 16.66667% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-7 > ul > li {
width: 14.28571% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-8 > ul > li {
width: 12.5% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-9 > ul > li {
width: 11.11111% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-10 > ul > li {
width: 10% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-11 > ul > li {
width: 9.09091% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-12 > ul > li {
width: 8.33333% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-13 > ul > li {
width: 7.69231% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-14 > ul > li {
width: 7.14286% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-15 > ul > li {
width: 6.66667% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-16 > ul > li {
width: 6.25% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-17 > ul > li {
width: 5.88235% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-18 > ul > li {
width: 5.55556% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-19 > ul > li {
width: 5.26316% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-20 > ul > li {
width: 5% !important;
}
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-3 > ul > li {
width: 33.333333% !important;
} .btMenuHorizontal header.mainHeader:not(.gutter) .menuPort > nav > ul > li:last-child:not:(.btMenuWideDropdown) > ul {
right: 0 !important;
left: auto !important;
}
.btMenuHorizontal header.mainHeader:not(.gutter) .menuPort > nav > ul > li:last-child:not:(.btMenuWideDropdown) > ul > li > ul {
right: 0 !important;
left: -100% !important;
} .btMenuHorizontal .topBar {
font-size: .8em;
line-height: 2.5em;
z-index: 2;
}
.btMenuHorizontal .topBar .topBarPort {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.btMenuHorizontal .topBar .topBarPort:after {
content: " ";
display: table;
width: 100%;
clear: both;
}
.btMenuHorizontal .topBar .topBarPort:after,
.btMenuHorizontal .topBar .topBarPort:before {
display: none;
}
.btMenuHorizontal .topBarInMenu {
line-height: inherit;
float: right;
height: 90px;
margin-left: 25px;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.rtl.btMenuHorizontal .topBarInMenu {
float: left;
margin-left: 0;
margin-right: 25px;
}
.btMenuHorizontal .topBarInMenu .topBarInMenuCell {
line-height: 48px;
vertical-align: middle;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.btMenuHorizontal .btBelowLogoArea .topBarInMenu {
height: 50px;
line-height: 50px;
} .btMenuHorizontal.btMenuBelowLogo .btBelowLogoArea {
padding: 0;
z-index: 0;
}
.btMenuHorizontal.btMenuBelowLogo .menuPort {
clear: both;
position: relative;
margin: 0;
float: none;
padding: .5em 0;
}
.btMenuHorizontal.btMenuBelowLogo .menuPort nav {
padding: 0;
}
.rtl.btMenuHorizontal.btMenuBelowLogo .menuPort nav {
float: right;
}
.rtl.btMenuHorizontal.btMenuBelowLogo .menuPort nav > ul > li {
margin: 0 0 0 50px;
}
.rtl.btMenuHorizontal.btMenuBelowLogo .menuPort nav > ul > li:last-child {
margin: 0 !important;
} .btAccentDarkHeader:not(.btBelowMenu) .mainHeader,
.btAccentDarkHeader:not(.btBelowMenu) .btVerticalHeaderTop,
.btLightAccentHeader:not(.btBelowMenu) .mainHeader,
.btLightAccentHeader:not(.btBelowMenu) .btVerticalHeaderTop,
.btAccentLightHeader:not(.btBelowMenu) .mainHeader,
.btAccentLightHeader:not(.btBelowMenu) .btVerticalHeaderTop,
.btLightDarkHeader:not(.btBelowMenu) .mainHeader,
.btLightDarkHeader:not(.btBelowMenu) .btVerticalHeaderTop {
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.btGreyLightHeader .mainHeader,
.btGreyLightHeader .btVerticalHeaderTop {
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
} body.btBelowMenu.btMenuHorizontal.btAccentDarkHeader .mainHeader.gutter,
body.btBelowMenu.btMenuHorizontal.btAccentLightHeader .mainHeader.gutter,
body.btBelowMenu.btMenuHorizontal.btGreyLightHeader .mainHeader.gutter,
body.btBelowMenu.btMenuHorizontal.btLightAccentHeader .mainHeader.gutter,
body.btBelowMenu.btMenuHorizontal.btDarkAccentHeader .mainHeader.gutter,
body.btBelowMenu.btMenuHorizontal.btLightDarkHeader .mainHeader.gutter {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
} .btTransparentDarkHeader .mainHeader,
.btTransparentDarkHeader .btVerticalHeaderTop {
color: #111112;
}
.btStickyHeaderActive.btTransparentDarkHeader .mainHeader,
.btStickyHeaderActive.btTransparentDarkHeader .btVerticalHeaderTop {
background-color: #fff;
}
.btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btTransparentDarkHeader .mainHeader,
.btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btTransparentDarkHeader .btVerticalHeaderTop {
color: #fff;
background-color: #111112;
}
.btMenuVertical.btTransparentDarkHeader .mainHeader,
.btMenuVertical.btTransparentDarkHeader .btVerticalHeaderTop {
background-color: #fff;
}
.btTransparentDarkHeader .btBelowLogoArea .menuPort {
border-top: 1px solid rgba(0,0,0,.1);
}
.btTransparentDarkHeader .topBar .topBarPort .topTools {
border-bottom: 1px solid rgba(0,0,0,.1);
} .btTransparentLightHeader .mainHeader {
color: #fff;
}
.btStickyHeaderActive.btTransparentLightHeader .mainHeader {
background-color: #111112;
}
.btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btTransparentLightHeader .mainHeader {
color: #111112;
background-color: #fff;
}
.btMenuVertical.btTransparentLightHeader .mainHeader {
background-color: #111112;
}
.btTransparentLightHeader .btVerticalHeaderTop {
color: #fff;
}
.btStickyHeaderActive.btTransparentLightHeader .btVerticalHeaderTop {
background-color: #111112;
}
.btHasAltLogo.btStickyHeaderActive.btTransparentLightHeader .btVerticalHeaderTop {
background-color: #fff;
color: #111112;
}
.btTransparentLightHeader .btBelowLogoArea .menuPort {
border-top: 1px solid rgba(255,255,255,.1);
}
.btTransparentLightHeader .topBar .topTools {
border-bottom: 1px solid rgba(255,255,255,.1);
} .btOpacityLightHeader:not(.btStickyHeaderActive):not(.btMenuVertical) .mainHeader {
padding: 20px;
}
.btOpacityLightHeader:not(.btStickyHeaderActive):not(.btMenuVertical) .mainHeader .mainHeaderInner {
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
background-color: rgba(255,255,255,.2);
}
.btSoftRoundedButtons.btOpacityLightHeader:not(.btStickyHeaderActive):not(.btMenuVertical) .mainHeader .mainHeaderInner {
border-radius: 4px;
}
.btOpacityLightHeader .mainHeader {
color: #fff;
}
.btStickyHeaderActive.btOpacityLightHeader .mainHeader {
color: #111112;
background-color: #fff;
}
.btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btOpacityLightHeader .mainHeader {
color: #111112;
background-color: #fff;
}
.btMenuVertical.btOpacityLightHeader .mainHeader {
color: #fff;
background-color: #f06731;
}
.btMenuVertical.btOpacityLightHeader .mainHeader .topTools .btIconWidget:hover,
.btMenuVertical.btOpacityLightHeader .mainHeader .topBarInMenu .btIconWidget:hover,
.btMenuVertical.btOpacityLightHeader .mainHeader .btTopBox.widget_search.btIconWidget .bt_bb_icon_holder:hover {
color: #fff;
opacity: .8;
}
.btOpacityLightHeader .btVerticalHeaderTop {
color: #fff;
background-color: rgba(255,255,255,.2);
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
}
.btStickyHeaderActive.btOpacityLightHeader .btVerticalHeaderTop {
background-color: #fff;
}
.btHasAltLogo.btStickyHeaderActive.btOpacityLightHeader .btVerticalHeaderTop {
background-color: #fff;
color: #111112;
}
.btOpacityLightHeader .btBelowLogoArea .menuPort {
border-top: 1px solid rgba(255,255,255,.1);
}
.btOpacityLightHeader .topBar .topTools {
border-bottom: 1px solid rgba(255,255,255,.1);
}
.btOpacityLightHeader.btMenuHorizontal:not(.btBelowMenu) .mainHeader {
-webkit-box-shadow: none;
box-shadow: none;
padding: 0;
}
.btOpacityLightHeader.btMenuHorizontal .mainHeader .port {
padding: 0 20px;
} .btAccentLightHeader .mainHeader,
.btAccentLightHeader .btVerticalHeaderTop {
background-color: #fff;
}
.btAccentLightHeader .btBelowLogoArea,
.btAccentLightHeader .topBar {
background-color: #f06731;
color: #111112;
}
.btAccentLightHeader .btBelowLogoArea a:hover,
.btAccentLightHeader .topBar a:hover {
color: #4b4b4b;
} .btGreyLightHeader .mainHeader,
.btGreyLightHeader .btVerticalHeaderTop {
background-color: #fff;
}
.btGreyLightHeader .btBelowLogoArea,
.btGreyLightHeader .topBar {
background-color: rgba(0,0,0,.1);
color: #111112;
}
.btGreyLightHeader .btBelowLogoArea a:hover,
.btGreyLightHeader .topBar a:hover {
color: #f06731;
} .btAccentDarkHeader .mainHeader,
.btAccentDarkHeader .btVerticalHeaderTop {
background-color: #111112;
color: #fff;
}
.btAccentDarkHeader .btBelowLogoArea,
.btAccentDarkHeader .topBar {
background-color: #f06731;
color: #fff;
}
.btAccentDarkHeader .btBelowLogoArea a:hover,
.btAccentDarkHeader .topBar a:hover {
color: #4b4b4b;
} .btLightDarkHeader .mainHeader,
.btLightDarkHeader .btVerticalHeaderTop {
background-color: #fff;
}
.btLightDarkHeader .btBelowLogoArea,
.btLightDarkHeader .topBar {
background-color: #111112;
color: #fff;
}
.btLightDarkHeader.btMenuHorizontal.btBelowMenu .mainHeader {
background-color: #fff;
}
.btLightDarkHeader.btMenuHorizontal.btBelowMenu .btBelowLogoArea {
-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.4);
box-shadow: 0 0 5px 0 rgba(0,0,0,.4);
} .btLightAccentHeader .mainHeader,
.btLightAccentHeader .topBar {
background-color: #fff;
}
.btLightAccentHeader .btLogoArea,
.btLightAccentHeader .btVerticalHeaderTop {
background-color: #f06731;
color: #fff;
}
.btLightAccentHeader.btMenuHorizontal.btBelowMenu .mainHeader {
background-color: rgba(0,0,0,.1);
}
.btLightAccentHeader.btMenuHorizontal.btBelowMenu .mainHeader .btLogoArea {
background-color: rgba(240,103,49,0.8);
} .btDarkAccentHeader .mainHeader,
.btDarkAccentHeader .topBar {
background-color: #111112;
color: #fff;
}
.btDarkAccentHeader .btLogoArea,
.btDarkAccentHeader .btVerticalHeaderTop {
background-color: #f06731;
color: #fff;
}
.btLightAccentHeader.btMenuHorizontal.btBelowMenu .mainHeader {
background-color: rgba(0,0,0,.1);
}
.btLightAccentHeader.btMenuHorizontal.btBelowMenu .mainHeader .btLogoArea {
background-color: rgba(240,103,49,0.8);
} .btLightAlternateHeader .mainHeader {
background-color: #fff;
}
.btLightAlternateHeader .btLogoArea,
.btLightAlternateHeader .btVerticalHeaderTop {
background-color: #4b4b4b;
color: #fff;
}
.btLightAlternateHeader.btMenuHorizontal.btBelowMenu .mainHeader {
background-color: rgba(0,0,0,.1);
}
.btLightAlternateHeader.btMenuHorizontal.btBelowMenu .mainHeader .btLogoArea {
background-color: rgba(75,75,75,0.9);
} .btStickyHeaderActive.btMenuHorizontal .mainHeader {
position: fixed;
top: 0;
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.btStickyHeaderActive.btMenuHorizontal .mainHeader .topBar {
display: none;
}
.btStickyHeaderActive.btMenuHorizontal .mainHeader .btBelowLogoArea {
padding: 0;
}
.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .logo img {
height: 81px;
}
.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .btTextLogo {
font-size: 1.5em;
line-height: 81px;
}
.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .menuPort nav > ul > li > a,
.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .menuPort nav > ul > li > .subToggler {
line-height: 81px;
}
.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .topBarInMenu {
height: 81px;
}
.btStickyHeaderActive.btMenuBelowLogo.btMenuHorizontal .mainHeader .btLogoArea {
display: none;
}
.btHasAltLogo.btStickyHeaderActive .btMainLogo {
display: none;
}
.btHasAltLogo.btStickyHeaderActive .btAltLogo {
display: block !important;
}
.btMenuVertical.btStickyHeaderActive .btVerticalHeaderTop {
position: fixed;
top: 0;
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.btMenuVertical.btStickyHeaderActive.btStickyHeaderOpen .btVerticalHeaderTop {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%);
-webkit-transition: transform 200ms ease;
-moz-transition: transform 200ms ease;
transition: transform 200ms ease;
}
.btStickyHeaderClosed.btMenuVertical.btStickyHeaderActive.btStickyHeaderOpen .btVerticalHeaderTop {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.btMenuVerticalLeft.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .btVerticalHeaderTop {
-webkit-transform: translateY(0%) translateX(260px);
-moz-transform: translateY(0%) translateX(260px);
-ms-transform: translateY(0%) translateX(260px);
transform: translateY(0%) translateX(260px);
}
.btMenuVerticalRight.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .btVerticalHeaderTop {
-webkit-transform: translateY(0%) translateX(-260px);
-moz-transform: translateY(0%) translateX(-260px);
-ms-transform: translateY(0%) translateX(-260px);
transform: translateY(0%) translateX(-260px);
}
.btStickyHeaderClosed.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .btVerticalHeaderTop {
-webkit-transform: translateY(-100%) translateX(260px);
-moz-transform: translateY(-100%) translateX(260px);
-ms-transform: translateY(-100%) translateX(260px);
transform: translateY(-100%) translateX(260px);
}
.btMenuHorizontal.btStickyHeaderActive.btStickyHeaderOpen .mainHeader {
-webkit-transition: transform 200ms ease;
-moz-transition: transform 200ms ease;
transition: transform 200ms ease;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.btStickyHeaderClosed.btMenuHorizontal.btStickyHeaderActive.btStickyHeaderOpen .mainHeader {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
} .btMenuVertical.btStickyHeaderActive.btStickyHeaderOpen .btVerticalHeaderTop {
-webkit-transition: transform 200ms ease;
-moz-transition: transform 200ms ease;
transition: transform 200ms ease;
}
.btVerticalHeaderTop {
display: none;
position: absolute;
width: 100%;
padding-left: 20px;
padding-right: 20px;
}
.btMenuVertical .btVerticalHeaderTop {
display: block;
}
.btVerticalHeaderTop .btVerticalMenuTrigger {
display: none;
position: relative;
z-index: 1;
height: 54px;
margin: 0 .5em 0 0;
font-size: 1.5em;
}
.rtl .btVerticalHeaderTop .btVerticalMenuTrigger {
margin: 0 0 0 .5em;
}
.btVerticalMenuTrigger .bt_bb_icon {
width: 27px;
height: 22.5px;
position: relative;
padding: 0;
float: left;
margin: 15.75px 0;
}
.btVerticalMenuTrigger .bt_bb_icon:before,
.btVerticalMenuTrigger .bt_bb_icon:after {
content: "";
position: absolute;
display: block;
border-top-width: 2px;
border-top-style: solid;
left: 0;
right: 0;
top: 0;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transform-origin: -.75px 1px;
-moz-transform-origin: -.75px 1px;
-ms-transform-origin: -.75px 1px;
transform-origin: -.75px 1px;
}
.btMenuVerticalOn .btVerticalMenuTrigger .bt_bb_icon:before,
.btMenuVerticalOn .btVerticalMenuTrigger .bt_bb_icon:after {
-webkit-transform: rotate(45deg) translateY(0) !important;
-moz-transform: rotate(45deg) translateY(0) !important;
-ms-transform: rotate(45deg) translateY(0) !important;
transform: rotate(45deg) translateY(0) !important;
}
.btTransparentDarkHeader .btVerticalMenuTrigger .bt_bb_icon:before,
.btAccentLightHeader .btVerticalMenuTrigger .bt_bb_icon:before,
.btGreyLightHeader .btVerticalMenuTrigger .bt_bb_icon:before,
.btGreyLightHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:before,
.btLightDarkHeader .btVerticalMenuTrigger .bt_bb_icon:before,
.btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger .bt_bb_icon:before,
.btTransparentDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:before,
.btLightDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:before,
.btAccentLightHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:before,
.btTransparentDarkHeader .btVerticalMenuTrigger .bt_bb_icon:after,
.btAccentLightHeader .btVerticalMenuTrigger .bt_bb_icon:after,
.btGreyLightHeader .btVerticalMenuTrigger .bt_bb_icon:after,
.btGreyLightHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:after,
.btLightDarkHeader .btVerticalMenuTrigger .bt_bb_icon:after,
.btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger .bt_bb_icon:after,
.btTransparentDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:after,
.btLightDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:after,
.btAccentLightHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:after {
border-top-color: #111112;
}
.btTransparentLightHeader .btVerticalMenuTrigger .bt_bb_icon:before,
.btAccentDarkHeader .btVerticalMenuTrigger .bt_bb_icon:before,
.btOpacityLightHeader .btVerticalMenuTrigger .bt_bb_icon:before,
.btOpacityLightHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:before,
.btLightAccentHeader .btVerticalMenuTrigger .bt_bb_icon:before,
.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:before,
.btLightAlternateHeader .btVerticalMenuTrigger .bt_bb_icon:before,
.btLightAlternateHeader.btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger .bt_bb_icon:before,
.btTransparentLightHeader .btVerticalMenuTrigger .bt_bb_icon:after,
.btAccentDarkHeader .btVerticalMenuTrigger .bt_bb_icon:after,
.btOpacityLightHeader .btVerticalMenuTrigger .bt_bb_icon:after,
.btOpacityLightHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:after,
.btLightAccentHeader .btVerticalMenuTrigger .bt_bb_icon:after,
.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:after,
.btLightAlternateHeader .btVerticalMenuTrigger .bt_bb_icon:after,
.btLightAlternateHeader.btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger .bt_bb_icon:after {
border-top-color: #fff;
}
.btOpacityLightHeader.btStickyHeaderActive .btVerticalMenuTrigger .bt_bb_icon:before,
.btOpacityLightHeader.btStickyHeaderActive .btVerticalMenuTrigger .bt_bb_icon:after {
border-top-color: #111112;
}
.btVerticalMenuTrigger .bt_bb_icon:after {
top: auto;
bottom: 0;
}
.btMenuVerticalOn .btVerticalMenuTrigger .bt_bb_icon:after {
-webkit-transform: rotate(-45deg) translateY(0) !important;
-moz-transform: rotate(-45deg) translateY(0) !important;
-ms-transform: rotate(-45deg) translateY(0) !important;
transform: rotate(-45deg) translateY(0) !important;
}
.btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
content: "";
position: absolute;
display: block;
border-top-width: 2px;
border-top-style: solid;
left: 0;
right: 0;
top: 50%;
margin-top: -1px;
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.btMenuVerticalOn .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
-webkit-transform: scaleX(0) !important;
-moz-transform: scaleX(0) !important;
-ms-transform: scaleX(0) !important;
transform: scaleX(0) !important;
}
.btTransparentDarkHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentLightHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btGreyLightHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btGreyLightHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btLightDarkHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btTransparentDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btLightDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentLightHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
border-top-color: #111112;
}
.btTransparentLightHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentDarkHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btOpacityLightHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btOpacityLightHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btLightAccentHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btLightAlternateHeader.btStickyHeaderActive .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
border-top-color: #fff;
}
.btOpacityLightHeader.btStickyHeaderActive .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
border-top-color: #111112;
}
.btVerticalMenuTrigger:hover {
cursor: pointer;
color: inherit;
}
.btVerticalMenuTrigger:hover .bt_bb_icon:before {
-webkit-transform: translateY(-3px);
-moz-transform: translateY(-3px);
-ms-transform: translateY(-3px);
transform: translateY(-3px);
opacity: .8;
}
.btMenuVerticalOn .btVerticalMenuTrigger:hover .bt_bb_icon:before {
-webkit-transform: rotate(0) translateY(-3px);
-moz-transform: rotate(0) translateY(-3px);
-ms-transform: rotate(0) translateY(-3px);
transform: rotate(0) translateY(-3px);
}
.btVerticalMenuTrigger:hover .bt_bb_icon:after {
-webkit-transform: translateY(3px);
-moz-transform: translateY(3px);
-ms-transform: translateY(3px);
transform: translateY(3px);
opacity: .8;
}
.btMenuVerticalOn .btVerticalMenuTrigger:hover .bt_bb_icon:after {
-webkit-transform: rotate(0) translateY(3px);
-moz-transform: rotate(0) translateY(3px);
-ms-transform: rotate(0) translateY(3px);
transform: rotate(0) translateY(3px);
}
.btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
opacity: .8;
}
.btMenuVerticalOn .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.btMenuVerticalOn .mainHeader {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-transition: transform 1s cubic-bezier(.230,1,.320,1);
-moz-transition: transform 1s cubic-bezier(.230,1,.320,1);
transition: transform 1s cubic-bezier(.230,1,.320,1);
}
.btMenuVerticalLeft.btMenuVerticalOn .btContentWrap,
.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop,
.btMenuVerticalLeft.btMenuVerticalOn .btSiteFooter {
-webkit-transform: translateX(260px);
-moz-transform: translateX(260px);
-ms-transform: translateX(260px);
transform: translateX(260px);
}
.rtl.btMenuVerticalLeft.btMenuVerticalOn .btContentWrap,
.rtl.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop,
.rtl.btMenuVerticalLeft.btMenuVerticalOn .btSiteFooter {
-webkit-transform: translateX(260px);
-moz-transform: translateX(260px);
-ms-transform: translateX(260px);
transform: translateX(260px);
}
.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop .logo {
opacity: 0;
}
.btMenuVerticalRight.btMenuVerticalOn .btContentWrap,
.btMenuVerticalRight.btMenuVerticalOn .btVerticalHeaderTop,
.btMenuVerticalRight.btMenuVerticalOn .btSiteFooter {
-webkit-transform: translateX(-260px);
-moz-transform: translateX(-260px);
-ms-transform: translateX(-260px);
transform: translateX(-260px);
}
.rtl.btMenuVerticalRight.btMenuVerticalOn .btContentWrap,
.rtl.btMenuVerticalRight.btMenuVerticalOn .btVerticalHeaderTop,
.rtl.btMenuVerticalRight.btMenuVerticalOn .btSiteFooter {
-webkit-transform: translateX(-260px);
-moz-transform: translateX(-260px);
-ms-transform: translateX(-260px);
transform: translateX(-260px);
}
.btMenuVerticalRight.btMenuVerticalOn .btVerticalHeaderTop .logo {
opacity: 0;
}
.btMenuVertical .mainHeader {
text-align: center;
height: 100%;
top: 0;
bottom: 0;
position: fixed;
width: 260px;
clear: both;
z-index: 101;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
overflow-y: auto;
overflow-x: hidden;
}
.btMenuInitFinished.btMenuVertical .mainHeader {
-webkit-transition: transform 1s cubic-bezier(.230,1,.320,1);
-moz-transition: transform 1s cubic-bezier(.230,1,.320,1);
transition: transform 1s cubic-bezier(.230,1,.320,1);
}
:not(.btMenuBelowLogo).btMenuVertical .mainHeader .mainHeaderInner {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .btLogoArea {
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
}
.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .topBar {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .btBelowLogoArea {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.btMenuVertical .mainHeader .btMainLogo {
display: block !important;
}
.btMenuVertical .mainHeader .btAltLogo {
display: none !important;
}
.btMenuVertical .mainHeader .logo {
float: none;
margin: 0;
padding: 0 2em 1em;
}
.btMenuVertical .mainHeader .logo img {
margin: 0 auto;
display: block;
height: auto;
max-width: 100%;
}
.btMenuVertical .mainHeader .btCloseVertical {
cursor: pointer;
font-size: 1.5em;
position: absolute;
right: 20px;
top: 10px;
}
.rtl.btMenuVertical .mainHeader .btCloseVertical {
right: auto;
left: 20px;
}
.btMenuVertical .mainHeader .btCloseVertical:before {
font-family: FontAwesome;
content: '\f00d';
}
.btMenuVertical .mainHeader .btCloseVertical:before:hover {
color: #f06731;
}
.btMenuVertical .mainHeader .menuPort {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
width: 100%;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.btMenuVertical .mainHeader .menuPort .leftNav {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.btMenuVertical .mainHeader .topBar .topBarPort .topTools {
padding-top: 1em;
padding-bottom: 1em;
}
.btMenuVertical .mainHeader nav {
margin: 0 !important;
}
.btMenuVertical .mainHeader nav ul > li > ul {
opacity: 1;
pointer-events: auto;
}
.btMenuVertical .mainHeader nav ul {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.btMenuVertical .mainHeader nav ul li {
padding: 0;
position: relative;
background-color: transparent;
}
.btMenuVertical .mainHeader nav ul li a {
line-height: 1.1;
padding: 1em 2em;
border: none;
font-weight: 400;
}
.btMenuVertical .mainHeader nav ul li li {
font-size: .9em;
}
.btMenuVertical .mainHeader nav ul li:not(.current-menu-ancestor) > ul {
display: none;
}
.btMenuVertical .mainHeader nav ul ul li {
padding: 0;
opacity: 1;
border: none;
background-color: transparent;
}
.btMenuVertical .mainHeader nav ul ul li ul {
opacity: .8;
}
.btMenuVertical .mainHeader nav ul ul li ul li a {
border: none !important;
}
.btMenuVertical .mainHeader nav li.current-menu-ancestor > a,
.btMenuVertical .mainHeader nav li.current-menu-item > a {
font-weight: 600;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget,
.btMenuVertical .mainHeader .topBar .btIconWidget {
margin-left: .75em;
margin-right: .25em;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText),
.btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText) {
margin-left: .75em;
margin-right: 0;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon,
.btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon {
padding-right: .75em;
}
.btMenuVertical .btVerticalMenuTrigger {
display: block;
}
.btMenuVertical .menuScrollPort {
width: 260px;
overflow: hidden;
}
.btMenuVerticalRight .mainHeader {
right: 0;
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
.btMenuVerticalOn.btMenuVerticalRight .mainHeader {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-box-shadow: -2px 0 5px rgba(0,0,0,.1);
box-shadow: -2px 0 5px rgba(0,0,0,.1);
}
.btMenuVerticalRight .btVerticalMenuTrigger {
float: right;
}
.btMenuVerticalLeft .mainHeader {
left: 0;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
.btMenuVerticalOn.btMenuVerticalLeft .mainHeader {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-box-shadow: 2px 0 5px rgba(0,0,0,.10);
box-shadow: 2px 0 5px rgba(0,0,0,.10);
}
.btMenuVerticalLeft .btVerticalMenuTrigger {
float: left;
} .btMenuHorizontal .btTopToolsRight,
.btMenuHorizontal .btTopToolsLeft {
-webkit-flex-grow: 1;
flex-grow: 1;
}
.btMenuHorizontal .btTopToolsRight {
text-align: right;
float: right;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.rtl.btMenuHorizontal .btTopToolsRight {
text-align: left;
}
.btMenuHorizontal .topBarInLogoArea {
float: right;
height: 90px;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.rtl.btMenuHorizontal .topBarInLogoArea {
float: left;
}
.btMenuHorizontal .topBarInLogoArea .topBarInLogoAreaCell {
border: 0 solid #f06731;
} .btMenuVertical .mainHeader {
text-align: center;
height: 100%;
top: 0;
bottom: 0;
position: fixed;
width: 260px;
clear: both;
z-index: 101;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
overflow-y: auto;
overflow-x: hidden;
}
.btMenuInitFinished.btMenuVertical .mainHeader {
-webkit-transition: transform 1s cubic-bezier(.230,1,.320,1);
-moz-transition: transform 1s cubic-bezier(.230,1,.320,1);
transition: transform 1s cubic-bezier(.230,1,.320,1);
}
:not(.btMenuBelowLogo).btMenuVertical .mainHeader .mainHeaderInner {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.btMenuVertical .mainHeader .topBar {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .btLogoArea {
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
}
.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .topBar {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .btBelowLogoArea {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.btMenuVertical .mainHeader .btMainLogo {
display: block !important;
}
.btMenuVertical .mainHeader .btAltLogo {
display: none !important;
}
.btMenuVertical .mainHeader .logo {
float: none;
margin: 0;
padding: 0 2em 1em;
}
.btMenuVertical .mainHeader .logo img {
margin: 0 auto;
display: block;
height: auto;
max-width: 100%;
}
.btMenuVertical .mainHeader .btCloseVertical {
cursor: pointer;
font-size: 1.5em;
position: absolute;
right: 20px;
top: 10px;
}
.rtl.btMenuVertical .mainHeader .btCloseVertical {
right: auto;
left: 20px;
}
.btMenuVertical .mainHeader .btCloseVertical:before {
font-family: FontAwesome;
content: '\f00d';
}
.btMenuVertical .mainHeader .btCloseVertical:before:hover {
color: #f06731;
}
.btMenuVertical .mainHeader .menuPort {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
width: 100%;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.btMenuVertical .mainHeader .menuPort .leftNav {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.btMenuVertical .mainHeader .topBar .topBarPort .topTools {
padding-top: 0;
padding-bottom: 0;
border: none;
}
.btMenuVertical .mainHeader .topBarInMenu {
margin: 2em 0;
}
.btMenuVertical .mainHeader nav {
margin: 0 !important;
}
.btMenuVertical .mainHeader nav ul > li > ul {
opacity: 1;
pointer-events: auto;
}
.btMenuVertical .mainHeader nav ul {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.btMenuVertical .mainHeader nav ul li {
padding: 0;
position: relative;
background-color: transparent;
}
.btMenuVertical .mainHeader nav ul li a {
line-height: 1.1;
padding: 1em 2em;
border: none;
font-weight: 400;
}
.btMenuVertical .mainHeader nav ul li a:after {
display: none;
}
.btMenuVertical .mainHeader nav ul li li {
font-size: .9em;
}
.btMenuVertical .mainHeader nav ul li:not(.current-menu-ancestor) > ul {
display: none;
}
.btMenuVertical .mainHeader nav ul ul li {
padding: 0;
opacity: 1;
border: none;
background-color: transparent;
}
.btMenuVertical .mainHeader nav ul ul li ul {
opacity: .8;
}
.btMenuVertical .mainHeader nav ul ul li ul li a {
border: none !important;
}
.btMenuVertical .mainHeader nav li.current-menu-ancestor > a,
.btMenuVertical .mainHeader nav li.current-menu-item > a {
font-weight: 600;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget,
.btMenuVertical .mainHeader .topBar .btIconWidget,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget {
display: inline-block;
width: 100%;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget .btIconWidgetIcon,
.btMenuVertical .mainHeader .topBar .btIconWidget .btIconWidgetIcon,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget .btIconWidgetIcon {
display: block;
text-align: center;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText {
padding-bottom: 2em;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .bt_bb_icon_holder:before,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .bt_bb_icon_holder:before,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .bt_bb_icon_holder:before {
font-size: 2em;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetContent,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent {
font-size: .9em;
text-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetText,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetText,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetText {
display: inline-block;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText),
.btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText),
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget:not(.btWidgetWithText) {
margin-left: .75em;
margin-right: 0;
width: initial;
}
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon,
.btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon {
padding-right: .75em;
}
.btMenuVertical .btVerticalMenuTrigger {
display: block;
}
.btMenuVertical .menuScrollPort {
width: 260px;
overflow: hidden;
} .btDarkSkin .iScrollIndicator,
.btLightSkin .btDarkSkin .iScrollIndicator,
.btDarkSkin.btLightSkin .btDarkSkin .iScrollIndicator {
background-color: rgba(255,255,255,.05) !important;
border: 1px solid rgba(255,255,255,.1) !important;
} body.btMenuVerticalOn {
width: 100vw;
overflow: hidden;
} html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li > ul {
opacity: 1;
pointer-events: auto;
display: none;
}
html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li.on > ul {
display: block;
}
html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li.on > ul > li > ul {
display: none;
}
html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li.on > ul > li.on > ul {
display: block;
}
html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li.on > ul > li.on > ul > li > ul {
display: none;
}
html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li.on > ul > li.on > ul > li.on > ul {
display: block;
} .admin-bar.btStickyHeaderActive .mainHeader,
.admin-bar.btStickyHeaderActive .btVerticalHeaderTop {
top: 32px;
}
.admin-bar.btMenuVertical .mainHeader {
top: 32px;
}
@media screen and (max-width: 782px) {
.admin-bar.btStickyHeaderActive .mainHeader,
.admin-bar.btStickyHeaderActive .btVerticalHeaderTop {
top: 46px;
}
.admin-bar.btMenuVertical .mainHeader {
top: 46px;
}
}
@media screen and (max-width: 600px) {
.admin-bar.btStickyHeaderActive .mainHeader {
top: 0;
}
.admin-bar.btMenuVertical .btVerticalHeaderTop {
top: 0;
}
} html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown > ul > li.bt_mega_menu_content_inner {
width: 100% !important;
padding: 1em;
}
html:not(.touch) body.btMenuVertical .mainHeader li.btMenuWideDropdown > ul > li.bt_mega_menu_content_inner {
display: none;
} .btSiteFooter:after {
content: " ";
display: table;
width: 100%;
clear: both;
}
.btSiteFooter .copyLine {
margin-bottom: 0;
opacity: .3;
}
.btSiteFooter .btFooterMenu .menu {
margin: 0 -1em;
padding: 0;
list-style: none;
text-transform: uppercase;
width: 100%;
display: inline-block;
}
.btSiteFooter .btFooterMenu .menu li {
display: inline-block;
margin: 0;
padding: 0 1em;
}
.btSiteFooter .btFooterMenu .menu a {
opacity: .3;
font-size: 13px;
-webkit-transition: opacity 200ms ease-in-out;
-moz-transition: opacity 200ms ease-in-out;
transition: opacity 200ms ease-in-out;
}
.btSiteFooter .btFooterMenu .menu a:hover {
opacity: 1;
color: inherit;
}
.btSiteFooter .btSiteFooterWidgets .widget_nav_menu ul {
display: inline-block;
}
.btSiteFooter .btSiteFooterWidgets .widget_nav_menu ul li {
text-transform: uppercase;
font-weight: 500;
font-size: 1em;
} .btSiteFooterWidgets {
padding-top: 2em;
font-weight: 500;
}
.btSiteFooterWidgets #boldSiteFooterWidgetsRow {
-webkit-justify-content: initial;
justify-content: initial;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
border-bottom: 1px solid rgba(255,255,255,.1);
}
.btSiteFooterWidgets #boldSiteFooterWidgetsRow .btBox {
background-color: transparent;
margin-bottom: 1em;
-webkit-flex: 1 1 25%;
-ms-flex: 1 1 25%;
flex: 1 1 25%;
max-width: 25%;
}
.btSiteFooterWidgets #boldSiteFooterWidgetsRow .btBox .btImage img {
margin: initial;
}
.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="6"] .btBox {
-webkit-flex: 0 0 33.33%;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
width: 33.33%;
max-width: 33.33%;
}
.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="5"] .btBox {
-webkit-flex: 0 0 20%;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
width: 20%;
max-width: 20%;
}
.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="4"] .btBox {
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
width: 25%;
max-width: 25%;
}
.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="3"] .btBox {
-webkit-flex: 0 0 33.33%;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
width: 33.33%;
max-width: 33.33%;
}
.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="2"] .btBox {
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
width: 50%;
max-width: 50%;
}
.btSiteFooterCopyMenu {
-webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,.15) inset;
box-shadow: 0 0 7px 0 rgba(0,0,0,.15) inset;
}
.btSiteFooterCopyMenu .port > div {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
width: 100%;
}
.btSiteFooterCopyMenu .port > div .btFooterCopy,
.btSiteFooterCopyMenu .port > div .btFooterMenu {
padding-top: 2em;
padding-bottom: 2em;
-webkit-flex: 1 1 50%;
-ms-flex: 1 1 50%;
flex: 1 1 50%;
}
.btSiteFooterCopyMenu .port > div .btFooterMenu {
text-align: right;
}
.rtl .btSiteFooterCopyMenu .port > div .btFooterMenu {
text-align: left;
}
.rtl .btSiteFooterCopyMenu .port > div .btFooterCopy {
text-align: right;
}
.btLightSkin .btSiteFooterWidgets,
.btDarkSkin .btLightSkin .btSiteFooterWidgets,
.btLightSkin .btDarkSkin .btLightSkin .btSiteFooterWidgets {
background: #fff;
}
.btLightSkin .btSiteFooterCopyMenu,
.btDarkSkin .btLightSkin .btSiteFooterCopyMenu,
.btLightSkin .btDarkSkin .btLightSkin .btSiteFooterCopyMenu {
background: #fff;
}
.btLightSkin .btSiteFooterCopyMenu .port:before,
.btDarkSkin .btLightSkin .btSiteFooterCopyMenu .port:before,
.btLightSkin .btDarkSkin .btLightSkin .btSiteFooterCopyMenu .port:before {
background-color: #111112;
}
.btDarkSkin .btSiteFooterWidgets,
.btLightSkin .btDarkSkin .btSiteFooterWidgets,
.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooterWidgets {
background: #111112;
}
.btDarkSkin .btSiteFooterCopyMenu,
.btLightSkin .btDarkSkin .btSiteFooterCopyMenu,
.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooterCopyMenu {
background: #111112;
}
.btDarkSkin .btSiteFooterCopyMenu .port:before,
.btLightSkin .btDarkSkin .btSiteFooterCopyMenu .port:before,
.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooterCopyMenu .port:before {
background-color: #f06731;
}
@media (max-width: 992px) {
.btSiteFooter .port div .btFooterCopy,
.btSiteFooter .port div .btFooterMenu {
padding-top: 1em;
padding-bottom: 1em;
text-align: center;
}
.btSiteFooterWidgets #boldSiteFooterWidgetsRow {
display: block;
}
.btSiteFooterWidgets #boldSiteFooterWidgetsRow .btBox {
width: 100% !important;
max-width: 100% !important;
}
.btSiteFooterWidgets .btIconWidgetContent {
width: 100%;
}
.btSiteFooterWidgets .btIconWidgetContent ul.cart_list {
width: 100%;
}
.btSiteFooterCopyMenu .port > div {
display: block;
}
}
@media (max-width: 620px) {
.btSiteFooterWidgets #boldSiteFooterWidgetsRow .btBox {
-webkit-flex-basis: 100%;
flex-basis: 100%;
max-width: 100%;
}
} .sticky .headline:before {
content: '\e69b';
font-family: Icon7Stroke;
display: block;
float: left;
margin-right: .4em;
font-size: .7em;
padding-top: .3em;
}
.sticky .btBlogSimpleViewCategories .headline:before {
content: '';
} article .bt_bb_headline .bt_bb_headline_superheadline,
article .bt_bb_headline .bt_bb_headline_subheadline {
opacity: .5;
}
article .bt_bb_headline .btArticleDate,
article .bt_bb_headline .btArticleAuthor,
article .bt_bb_headline .btArticleComments,
article .bt_bb_headline .btArticleCategories {
text-transform: uppercase;
}
article .bt_bb_headline a {
color: inherit;
}
article .bt_bb_headline a:hover {
color: #f06731;
}
.btPostListColumns article .bt_bb_headline .btArticleAuthor {
text-transform: inherit;
} body.btNoSidebar .btPostSingleItemStandard:not(:first-child) {
margin-top: 3em;
}
body.btNoSidebar .btPostSingleItemStandard:first-child {
margin-top: 4em;
}
body.btNoSidebar .btPostSingleItemStandard:last-child {
margin-bottom: 4em;
}
.btPostListStandard.btPostSingleItemStandard {
padding: 0;
margin-bottom: 3em;
}
.btPostListStandard.btPostSingleItemStandard:not(:last-child) {
border-bottom: 2px solid rgba(0,0,0,.07);
}
.btDarkSkin .btPostListStandard.btPostSingleItemStandard:not(:last-child),
.btLightSkin .btDarkSkin .btPostListStandard.btPostSingleItemStandard:not(:last-child),
.btDarkSkin.btLightSkin .btDarkSkin .btPostListStandard.btPostSingleItemStandard:not(:last-child) {
border-bottom: 2px solid rgba(255,255,255,.2);
}
body.btNoSidebar .btPostListStandard.btPostSingleItemStandard:not(:last-child) {
border-bottom: none;
}
body.btNoSidebar .btPostListStandard.btPostSingleItemStandard:not(:last-child) .btArticleContentHolder {
border-bottom: 2px solid rgba(0,0,0,.07);
}
.btDarkSkin body.btNoSidebar .btPostListStandard.btPostSingleItemStandard:not(:last-child) .btArticleContentHolder,
.btLightSkin .btDarkSkin body.btNoSidebar .btPostListStandard.btPostSingleItemStandard:not(:last-child) .btArticleContentHolder,
.btDarkSkin.btLightSkin .btDarkSkin body.btNoSidebar .btPostListStandard.btPostSingleItemStandard:not(:last-child) .btArticleContentHolder {
border-bottom: 2px solid rgba(255,255,255,.2);
}
body.btNoSidebar .btPostListStandard.btPostSingleItemStandard:not(:last-child).sticky .btArticleContentHolder {
border-bottom: none;
}
.btPostSingleItemStandard .btArticleContent {
margin-bottom: 1.5em;
clear: both;
}
.btPostSingleItemStandard .btArticleMedia {
margin-bottom: 2em;
clear: both;
}
.btPostSingleItemStandard .btArticleShareEtc {
margin-bottom: 3em;
clear: both;
}
.btPostSingleItemStandard .btArticleHeadline {
clear: both;
margin-bottom: 1em;
}
.btPostSingleItemStandard .btArticleShareEtc {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.btPostSingleItemStandard .btArticleShareEtc > div {
-webkit-flex: 1 1 50%;
-ms-flex: 1 1 50%;
flex: 1 1 50%;
line-height: 1;
}
.btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn {
text-align: right;
-webkit-flex: 1 1 50%;
-ms-flex: 1 1 50%;
flex: 1 1 50%;
}
.rtl .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn {
text-align: left;
}
.btPostSingleItemStandard .btArticleShareEtc .btReadMoreColumn .bt_bb_button a {
background: #f06731;
-webkit-box-shadow: 0 0 0 3em #f06731 inset;
box-shadow: 0 0 0 3em #f06731 inset;
color: #fff;
}
.btPortfolioSingle.btPostSingleItemStandard .btArticleContent,
.btPortfolioSingle.btPostSingleItemStandard .btArticleShareEtc {
max-width: initial;
}
.btPortfolioSingle.btPostSingleItemStandard .btArticleContent {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
margin-left: -2em;
margin-right: -2em;
}
.btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleContentInner {
-webkit-flex: 1 1 70%;
-ms-flex: 1 1 70%;
flex: 1 1 70%;
padding-left: 2em;
padding-right: 2em;
}
.btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta {
-webkit-flex: 1 1 30%;
-ms-flex: 1 1 30%;
flex: 1 1 30%;
padding-left: 2em;
padding-right: 2em;
}
body.single .btPostSingleItemStandard .btShareColumn {
text-align: right;
}
body.single.rtl .btPostSingleItemStandard .btShareColumn {
text-align: left;
}
@media (max-width: 1200px) {
.btPortfolioSingle.btPostSingleItemStandard .btArticleContent {
display: block !important;
}
.btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta {
max-width: 400px;
}
} body.btNoSidebar .btPostListColumns:first-of-type,
body.btNoSidebar .btPostSingleItemColumns:first-of-type {
margin-top: 4em;
}
body.btNoSidebar .btPostListColumns:last-of-type,
body.btNoSidebar .btPostSingleItemColumns:last-of-type {
margin-bottom: 4em;
}
.btPostListColumns:not(:last-of-type),
.btPostSingleItemColumns:not(:last-of-type) {
margin-bottom: 3em;
padding-bottom: 3em;
}
.btLightSkin .btPostListColumns:not(:last-of-type),
.btDarkSkin .btLightSkin .btPostListColumns:not(:last-of-type),
.btLightSkin .btDarkSkin .btLightSkin .btPostListColumns:not(:last-of-type),
.btLightSkin .btPostSingleItemColumns:not(:last-of-type),
.btDarkSkin .btLightSkin .btPostSingleItemColumns:not(:last-of-type),
.btLightSkin .btDarkSkin .btLightSkin .btPostSingleItemColumns:not(:last-of-type) {
border-bottom: 2px solid rgba(0,0,0,.07);
}
.btDarkSkin .btPostListColumns:not(:last-of-type),
.btLightSkin .btDarkSkin .btPostListColumns:not(:last-of-type),
.btDarkSkin.btLightSkin .btDarkSkin .btPostListColumns:not(:last-of-type),
.btDarkSkin .btPostSingleItemColumns:not(:last-of-type),
.btLightSkin .btDarkSkin .btPostSingleItemColumns:not(:last-of-type),
.btDarkSkin.btLightSkin .btDarkSkin .btPostSingleItemColumns:not(:last-of-type) {
border-bottom: 2px solid rgba(255,255,255,.2);
}
body.btNoSidebar .btPostListColumns:not(:last-of-type),
body.btNoSidebar .btPostSingleItemColumns:not(:last-of-type) {
border-bottom: none;
}
body.btNoSidebar .btPostListColumns:not(:last-of-type) .btArticleContentHolder,
body.btNoSidebar .btPostSingleItemColumns:not(:last-of-type) .btArticleContentHolder {
padding-bottom: 2em;
border-bottom: 2px solid rgba(0,0,0,.07);
}
.btDarkSkin body.btNoSidebar .btPostListColumns:not(:last-of-type) .btArticleContentHolder,
.btLightSkin .btDarkSkin body.btNoSidebar .btPostListColumns:not(:last-of-type) .btArticleContentHolder,
.btDarkSkin.btLightSkin .btDarkSkin body.btNoSidebar .btPostListColumns:not(:last-of-type) .btArticleContentHolder,
.btDarkSkin body.btNoSidebar .btPostSingleItemColumns:not(:last-of-type) .btArticleContentHolder,
.btLightSkin .btDarkSkin body.btNoSidebar .btPostSingleItemColumns:not(:last-of-type) .btArticleContentHolder,
.btDarkSkin.btLightSkin .btDarkSkin body.btNoSidebar .btPostSingleItemColumns:not(:last-of-type) .btArticleContentHolder {
border-bottom: 2px solid rgba(255,255,255,.2);
}
.btPostListColumns .btArticleContentHolder,
.btPostSingleItemColumns .btArticleContentHolder {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin: 0 -1em;
}
.btPostListColumns .btArticleContentHolder .btArticleMedia,
.btPostSingleItemColumns .btArticleContentHolder .btArticleMedia {
-webkit-flex: 1 1 50%;
-ms-flex: 1 1 50%;
flex: 1 1 50%;
max-width: 50%;
padding: 0 1em;
}
.btNoMedia.btPostListColumns .btArticleContentHolder .btArticleMedia,
.btNoMedia.btPostSingleItemColumns .btArticleContentHolder .btArticleMedia {
-webkit-flex-basis: 0%;
flex-basis: 0%;
max-width: 0%;
}
.btPostListColumns .btArticleContentHolder .btArticleTextContent,
.btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent {
-webkit-flex: 1 1 50%;
-ms-flex: 1 1 50%;
flex: 1 1 50%;
max-width: 50%;
padding: 1em;
}
.btNoMedia.btPostListColumns .btArticleContentHolder .btArticleTextContent,
.btNoMedia.btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent {
-webkit-flex-basis: 100%;
flex-basis: 100%;
max-width: 100%;
}
.btPostListColumns .btArticleContentHolder .btArticleHeadline,
.btPostListColumns .btArticleContentHolder .btArticleContent,
.btPostSingleItemColumns .btArticleContentHolder .btArticleHeadline,
.btPostSingleItemColumns .btArticleContentHolder .btArticleContent {
margin-bottom: 1em;
}
.btPostListColumns .btArticleContentHolder .btShareRow,
.btPostSingleItemColumns .btArticleContentHolder .btShareRow {
margin-top: 0;
}
.btPostListColumns .btArticleContentHolder .btMediaBox.btQuote p,
.btPostListColumns .btArticleContentHolder .btMediaBox.btLink p,
.btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btQuote p,
.btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btLink p {
font-size: .9em;
}
.btPostListColumns .btArticleContentHolder .btMediaBox.btQuote cite,
.btPostListColumns .btArticleContentHolder .btMediaBox.btLink cite,
.btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btQuote cite,
.btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btLink cite {
padding-top: 1em;
font-size: .65em;
}
.btPostListColumns .btArticleContentHolder .btArticleContent {
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
line-height: 1.7em;
max-height: 5.1em;
} body.btNoSidebar .btPostListColumns:not(:last-of-type),
body.btNoSidebar .btPostSingleItemColumns:not(:last-of-type) {
margin-bottom: 0;
padding-bottom: 2em;
}
.btContent .btPostListColumns:nth-child(even) .btArticleContentHolder {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
article.btPostListColumns .bt_bb_headline .bt_bb_headline_subheadline .btArticleAuthor {
text-transform: capitalize;
}
@media (max-width: 620px) {
.btPostListColumns .btArticleContentHolder,
.btPostSingleItemColumns .btArticleContentHolder {
display: block;
margin-left: 0;
margin-right: 0;
}
.btPostListColumns .btArticleContentHolder .btArticleMedia,
.btPostListColumns .btArticleContentHolder .btArticleTextContent,
.btPostSingleItemColumns .btArticleContentHolder .btArticleMedia,
.btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent {
clear: both;
padding: 0;
max-width: 100%;
}
.btPostListColumns .btArticleContentHolder .btArticleMedia,
.btPostSingleItemColumns .btArticleContentHolder .btArticleMedia {
padding-bottom: 2em;
}
} .btArticleListItem.btPostListSimple .btArticleContentHolder {
padding-bottom: 3em;
margin-bottom: 3em;
}
.btArticleListItem.btPostListSimple .btArticleContentHolder .btArticleTextExcerpt {
margin-top: 2em;
}
.btLightSkin .btArticleListItem.btPostListSimple:not(:last-child) .btArticleContentHolder,
.btDarkSkin .btLightSkin .btArticleListItem.btPostListSimple:not(:last-child) .btArticleContentHolder,
.btLightSkin .btDarkSkin .btLightSkin .btArticleListItem.btPostListSimple:not(:last-child) .btArticleContentHolder {
border-bottom: 2px solid rgba(0,0,0,.07);
}
.btDarkSkin .btArticleListItem.btPostListSimple:not(:last-child) .btArticleContentHolder,
.btLightSkin .btDarkSkin .btArticleListItem.btPostListSimple:not(:last-child) .btArticleContentHolder,
.btDarkSkin.btLightSkin .btDarkSkin .btArticleListItem.btPostListSimple:not(:last-child) .btArticleContentHolder {
border-bottom: 2px solid rgba(255,255,255,.2);
}
body.btNoSidebar .btArticleListItem.btPostListSimple:first-of-type {
margin-top: 4em;
}
body.btNoSidebar .btArticleListItem.btPostListSimple {
border-bottom: none;
}
.btArticleListItem.animate {
-webkit-transition-delay: 200ms;
-moz-transition-delay: 200ms;
transition-delay: 200ms;
} .btArticleSuperMeta dl {
border: 6px solid #f06731;
padding: 1em;
margin-bottom: 2em;
max-width: 320px;
}
.btArticleSuperMeta dl dt {
min-width: 50%;
display: inline-block;
padding-right: .75em;
}
.btArticleSuperMeta dl dd {
text-align: right;
display: inline-block;
margin: 0;
}
body.btWithSidebar .btArticleSuperMeta dl dd {
display: block;
text-align: left;
}
body.btWithSidebar .btArticleSuperMeta dl dd:not(:last-child) {
padding-bottom: .5em;
}
.btArticleSuperMeta .btShareColumn {
margin-bottom: 1em;
text-align: inherit !important;
} .btAboutAuthor {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
width: 100%;
margin: 0 0 2em;
padding: 2em 0;
}
.btLightSkin .btAboutAuthor,
.btDarkSkin .btLightSkin .btAboutAuthor,
.btLightSkin .btDarkSkin .btLightSkin .btAboutAuthor {
border-top: 1px solid rgba(0,0,0,.1);
}
.btDarkSkin .btAboutAuthor,
.btLightSkin .btDarkSkin .btAboutAuthor,
.btDarkSkin.btLightSkin .btDarkSkin .btAboutAuthor {
border-top: 1px solid rgba(255,255,255,.5);
}
.btAboutAuthor .aaAvatar {
vertical-align: top;
padding: 0 1em 0 0;
-webkit-flex: 1 1 150px;
-ms-flex: 1 1 150px;
flex: 1 1 150px;
}
.btAboutAuthor .aaAvatar img {
display: block;
width: 100%;
height: auto;
border-radius: 50%;
}
.btAboutAuthor .aaTxt {
-webkit-flex: 0 1 100%;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
padding: 0;
}
.btAboutAuthor .aaTxt h1,
.btAboutAuthor .aaTxt h2,
.btAboutAuthor .aaTxt h3,
.btAboutAuthor .aaTxt h4,
.btAboutAuthor .aaTxt h5,
.btAboutAuthor .aaTxt h6,
.btAboutAuthor .aaTxt h7,
.btAboutAuthor .aaTxt h8 {
font-size: 1.3em;
}
@media(max-width: 520px) {
.btAboutAuthor .aaAvatar {
-webkit-flex: 1 1 100px;
-ms-flex: 1 1 100px;
flex: 1 1 100px;
}
} .btMediaBox {
position: relative;
overflow: hidden;
}
.btMediaBox img {
display: block;
width: auto;
height: auto;
-webkit-transform: scale3d(1,1,1);
-moz-transform: scale3d(1,1,1);
-ms-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
-webkit-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
-moz-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
}
body.bt_bb_plugin_active .btMediaBox a:hover img {
-webkit-transform: scale3d(1.03,1.03,1.03);
-moz-transform: scale3d(1.03,1.03,1.03);
-ms-transform: scale3d(1.03,1.03,1.03);
transform: scale3d(1.03,1.03,1.03);
}
.btMediaBox .aspectVideo {
visibility: hidden;
width: 100%;
}
.btMediaBox iframe {
display: block;
border: none;
}
.btMediaBox.video iframe {
display: block;
position: absolute;
z-index: 2;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100% !important;
height: 100% !important;
border: none;
}
.btMediaBox.audio iframe {
display: block;
width: 100% !important;
}
.btMediaBox.btQuote,
.btMediaBox.btLink {
text-align: center;
position: relative;
display: block;
margin: 0;
font-weight: 300;
padding: 5em;
}
.btMediaBox.btQuote:before,
.btMediaBox.btLink:before {
content: " ";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: #f06731;
}
.btMediaBox.btQuote[style*="background-image"]:before,
.btMediaBox.btLink[style*="background-image"]:before {
opacity: .6;
}
.btArticleListItem .btMediaBox.btQuote,
.btArticleListItem .btMediaBox.btLink {
padding: 4em;
}
.btMediaBox.btQuote blockquote,
.btMediaBox.btLink blockquote {
padding: 0;
}
.btMediaBox.btQuote blockquote:before,
.btMediaBox.btLink blockquote:before {
content: '';
}
.btMediaBox.btQuote p:before,
.btMediaBox.btLink p:before {
display: block;
text-align: center;
font: 2em/1em Icon7Stroke;
margin-bottom: .3em;
}
.btMediaBox.btQuote p,
.btMediaBox.btLink p {
font-size: 1em;
line-height: 1.3em;
margin: 0;
font-style: italic;
}
.btMediaBox.btQuote cite,
.btMediaBox.btLink cite {
display: inline-block;
padding: 1.5em 0 0;
border-top: 1px solid #fff;
margin: .5em 0 0;
font-size: .8em;
line-height: 1.2;
}
.btMediaBox.btQuote a,
.btMediaBox.btLink a {
color: #fff;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btMediaBox.btQuote a:hover,
.btMediaBox.btLink a:hover {
color: #fff;
opacity: .6;
}
.btMediaBox.btLink blockquote {
min-height: auto;
}
.btMediaBox.btLink blockquote:before,
.btMediaBox.btLink blockquote:after {
padding: 0;
display: none;
}
.btMediaBox.btLink p:before {
content: "\e641";
}
.btMediaBox.btQuote p:before {
content: "\e635";
}
.btMediaBox.btLink blockquote,
.btMediaBox.btQuote blockquote {
min-height: auto;
}
.btMediaBox.btLink blockquote:before,
.btMediaBox.btLink blockquote:after,
.btMediaBox.btQuote blockquote:before,
.btMediaBox.btQuote blockquote:after {
padding: 0;
display: none;
}
.btMediaBox .bt_bb_slider button.slick-arrow {
opacity: 0;
}
.btMediaBox .bt_bb_slider:hover button.slick-arrow {
opacity: 1;
} .btHasAuthorInfo .btArticleContentHolder {
position: relative;
padding-left: 110px;
}
.articleSideGutter {
position: absolute;
top: 0;
left: 0;
line-height: 1.4;
width: 90px;
text-align: center;
}
.btPostListColumns .articleSideGutter {
margin-left: 1em;
}
.articleSideGutter .date {
opacity: .8;
}
.rtl .articleSideGutter {
left: auto;
right: 0;
}
.articleSideGutter .asgItem.title {
margin: 4px 0 0;
}
@media (max-width: 768px) {
.btPostSingleItemStandard .btArticleShareEtc {
display: block;
}
.btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn,
.btPostSingleItemStandard .btArticleShareEtc > div.btShareColumn {
max-width: 100%;
float: none;
text-align: center;
}
.btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn:first-child,
.btPostSingleItemStandard .btArticleShareEtc > div.btShareColumn:first-child {
padding-bottom: 2em;
}
body.single .btPostSingleItemStandard .btShareColumn {
text-align: left;
}
.btArticleListItem .btMediaBox.btQuote,
.btArticleListItem .btMediaBox.btLink {
padding: 2em;
}
}
@media (max-width:620px) {
.btHasAuthorInfo .btArticleContentHolder {
padding-left: 0;
clear: both;
}
.btHasAuthorInfo .articleSideGutter {
position: relative;
left: 0;
margin: 0;
width: auto;
padding: 0 0 1em;
clear: both;
}
.btHasAuthorInfo .asgItem.avatar {
width: 45px;
float: left;
}
} .btShareColumn .bt_bb_icon.btIcoFacebook a:before,
.btShareRow .bt_bb_icon.btIcoFacebook a:before,
.btAuthorSocial .bt_bb_icon.btIcoFacebook a:before {
-webkit-box-shadow: 0 0 0 1em #3B5998 inset;
box-shadow: 0 0 0 1em #3B5998 inset;
color: #fff;
}
.btShareColumn .bt_bb_icon.btIcoTwitter a:before,
.btShareRow .bt_bb_icon.btIcoTwitter a:before,
.btAuthorSocial .bt_bb_icon.btIcoTwitter a:before {
-webkit-box-shadow: 0 0 0 1em #1DA1F2 inset;
box-shadow: 0 0 0 1em #1DA1F2 inset;
color: #fff;
}
.btShareColumn .bt_bb_icon.btIcoLinkedin a:before,
.btShareRow .bt_bb_icon.btIcoLinkedin a:before,
.btAuthorSocial .bt_bb_icon.btIcoLinkedin a:before {
-webkit-box-shadow: 0 0 0 1em #0077B5 inset;
box-shadow: 0 0 0 1em #0077B5 inset;
color: #fff;
}
.btShareColumn .bt_bb_icon.btIcoGooglePlus a:before,
.btShareRow .bt_bb_icon.btIcoGooglePlus a:before,
.btAuthorSocial .bt_bb_icon.btIcoGooglePlus a:before {
-webkit-box-shadow: 0 0 0 1em #DB4437 inset;
box-shadow: 0 0 0 1em #DB4437 inset;
color: #fff;
}
.btShareColumn .bt_bb_icon.btIcoVK a:before,
.btShareRow .bt_bb_icon.btIcoVK a:before,
.btAuthorSocial .bt_bb_icon.btIcoVK a:before {
-webkit-box-shadow: 0 0 0 1em #4c75a3 inset;
box-shadow: 0 0 0 1em #4c75a3 inset;
color: #fff;
}
.btShareColumn .bt_bb_icon .bt_bb_icon_holder:hover:before,
.btShareRow .bt_bb_icon .bt_bb_icon_holder:hover:before,
.btAuthorSocial .bt_bb_icon .bt_bb_icon_holder:hover:before {
-webkit-box-shadow: 0 0 0 1em #f06731 inset;
box-shadow: 0 0 0 1em #f06731 inset;
}
.btShareColumn .bt_bb_icon:hover .bt_bb_icon_holder:before,
.btShareRow .bt_bb_icon:hover .bt_bb_icon_holder:before,
.btAuthorSocial .bt_bb_icon:hover .bt_bb_icon_holder:before {
-webkit-box-shadow: 0 0 0 1em #f06731 inset;
box-shadow: 0 0 0 1em #f06731 inset;
}
.btDarkSkin .btShareColumn .bt_bb_icon:hover .bt_bb_icon_holder:before,
.btLightSkin .btDarkSkin .btShareColumn .bt_bb_icon:hover .bt_bb_icon_holder:before,
.btDarkSkin.btLightSkin .btDarkSkin .btShareColumn .bt_bb_icon:hover .bt_bb_icon_holder:before,
.btDarkSkin .btShareRow .bt_bb_icon:hover .bt_bb_icon_holder:before,
.btLightSkin .btDarkSkin .btShareRow .bt_bb_icon:hover .bt_bb_icon_holder:before,
.btDarkSkin.btLightSkin .btDarkSkin .btShareRow .bt_bb_icon:hover .bt_bb_icon_holder:before,
.btDarkSkin .btAuthorSocial .bt_bb_icon:hover .bt_bb_icon_holder:before,
.btLightSkin .btDarkSkin .btAuthorSocial .bt_bb_icon:hover .bt_bb_icon_holder:before,
.btDarkSkin.btLightSkin .btDarkSkin .btAuthorSocial .bt_bb_icon:hover .bt_bb_icon_holder:before {
-webkit-box-shadow: 0 0 0 1em #f06731 inset;
box-shadow: 0 0 0 1em #f06731 inset;
} .sticky.btArticleListItem .btArticleHeadline h1 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h2 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h3 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h4 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h5 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h6 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h7 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h8 .bt_bb_headline_content span a:after {
content: "\f02b";
font-family: FontAwesome;
margin: 0 .5em;
color: #f06731;
}
article.btPostSingleItemStandard.sticky {
padding: 3em;
margin-bottom: 3em;
padding-bottom: 0;
border: 5px solid rgba(0,0,0,.07) !important;
}
.btDarkSkin article.btPostSingleItemStandard.sticky,
.btLightSkin .btDarkSkin article.btPostSingleItemStandard.sticky,
.btDarkSkin.btLightSkin .btDarkSkin article.btPostSingleItemStandard.sticky {
border: 5px solid rgba(255,255,255,.2) !important;
}
body.btNoSidebar article.btPostSingleItemStandard.sticky {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
body.btNoSidebar article.btPostSingleItemStandard.sticky .port {
padding: 0;
}
article.btPostListColumns.sticky .btArticleContentHolder {
padding: 1em;
border: 5px solid rgba(0,0,0,.07) !important;
}
.btDarkSkin article.btPostListColumns.sticky .btArticleContentHolder,
.btLightSkin .btDarkSkin article.btPostListColumns.sticky .btArticleContentHolder,
.btDarkSkin.btLightSkin .btDarkSkin article.btPostListColumns.sticky .btArticleContentHolder {
border: 5px solid rgba(255,255,255,.2) !important;
}
article.btPostListColumns.sticky .btArticleContentHolder .btArticleMedia {
padding: 0;
}
article.btPostListSimple.sticky .btArticleContentHolder {
padding: 1em;
border: 5px solid rgba(0,0,0,.07) !important;
}
.btDarkSkin article.btPostListSimple.sticky .btArticleContentHolder,
.btLightSkin .btDarkSkin article.btPostListSimple.sticky .btArticleContentHolder,
.btDarkSkin.btLightSkin .btDarkSkin article.btPostListSimple.sticky .btArticleContentHolder {
border: 5px solid rgba(255,255,255,.2) !important;
} .btDarkSkin .btReadMoreColumn .bt_bb_style_outline.bt_bb_button a {
-webkit-box-shadow: 0 0 0 1px #fff inset;
box-shadow: 0 0 0 1px #fff inset;
color: #fff;
}
.btDarkSkin .btReadMoreColumn .bt_bb_style_outline.bt_bb_button:hover a {
-webkit-box-shadow: 0 0 0 2em #fff inset;
box-shadow: 0 0 0 2em #fff inset;
color: #111112;
} .btPostSingleItemColumns .btArticleContentHolder {
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.btPostSingleItemColumns .btArticleMedia,
.btPostSingleItemColumns .btArticleHeadline,
.btPostSingleItemColumns .btArticleContent,
.btPostSingleItemColumns .btArticleShareEtc {
margin-bottom: 2em;
clear: both;
}
body.btNoSidebar .btPostSingleItemColumns {
margin-top: 4em;
} .btContentHolder .alignleft {
float: left;
margin: 0 1em 0 0;
}
.btContentHolder .alignright {
float: right;
margin: 0 0 0 1em;
}
.btContentHolder .aligncenter,
.btContentHolder .btContent .alignnone {
text-align: center;
margin: 0 auto;
}
.btContentHolder figure.aligncenter,
.btContentHolder .btContent figure.alignnone {
margin: 0 auto 1em;
}
.btContentHolder .alignnone {
width: auto !important;
} article .post-password-form {
margin: 0 auto 4em 0 !important;
}
.rtl article .post-password-form {
margin: 0 0 4em auto !important;
}
.post-password-form {
margin: 0 auto 4em;
}
.post-password-form p:first-child {
color: #4b4b4b;
}
.post-password-form p:nth-child(2) {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.post-password-form p:nth-child(2) label {
-webkit-flex: 1 0 75%;
-ms-flex: 1 0 75%;
flex: 1 0 75%;
padding-right: 5px;
}
.post-password-form p:nth-child(2) label input[type="password"] {
padding: 10px;
height: 38px;
margin-top: .5em;
display: inline;
}
.post-password-form p:nth-child(2) input[type="submit"] {
font-size: .9em;
text-transform: uppercase;
line-height: 1;
-webkit-flex: 0 1 25%;
-ms-flex: 0 1 25%;
flex: 0 1 25%;
margin: 0 auto;
margin-left: .5em;
padding: 0 1em;
width: auto;
height: 38px;
border: 0;
cursor: pointer;
color: #fff;
background: transparent;
-webkit-box-shadow: 0 0 0 3em #f06731 inset;
box-shadow: 0 0 0 3em #f06731 inset;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.post-password-form p:nth-child(2) input[type="submit"]:hover {
-webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
}
.rtl .post-password-form p:nth-child(2) input[type="submit"] {
margin-left: auto;
margin-right: .5em;
} .btPagination {
font-family: "Montserrat",Arial,Helvetica,sans-serif;
font-weight: 600;
font-size: .8rem;
line-height: 2.5rem;
text-transform: uppercase;
margin-top: 4em;
margin-bottom: 4em;
}
.btPagination:after {
content: " ";
display: table;
width: 100%;
clear: both;
}
.btPagination .paging.onLeft {
float: left;
}
.rtl .btPagination .paging.onLeft {
float: right;
}
.btPagination .paging.onRight {
float: right;
}
.rtl .btPagination .paging.onRight {
float: left;
}
.btPagination .paging a {
display: block;
color: inherit;
opacity: .7;
line-height: 2.6;
}
.btPagination .paging a:hover {
color: #f06731;
opacity: 1;
}
.btPagination .paging p {
margin: 0;
}
.btPagination .paging a:after {
width: 2rem;
display: block;
text-align: center;
font: 1.5rem/1.8rem Icon7Stroke;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.btLightSkin .btPagination .paging a:after,
.btDarkSkin .btLightSkin .btPagination .paging a:after,
.btLightSkin .btDarkSkin .btLightSkin .btPagination .paging a:after {
border: 3px solid rgba(0,0,0,.07);
color: #111112;
}
.btDarkSkin .btPagination .paging a:after,
.btLightSkin .btDarkSkin .btPagination .paging a:after,
.btDarkSkin.btLightSkin .btDarkSkin .btPagination .paging a:after {
border: 3px solid rgba(255,255,255,.2);
color: #fff;
}
.btSoftRoundedButtons .btPagination .paging a:after {
border-radius: 4px;
}
.btHardRoundedButtons .btPagination .paging a:after {
border-radius: 50px;
}
.btPagination .paging a:hover:after {
border-color: #f06731;
color: #f06731;
}
.btPagination .paging .pagePrev a:after {
content: "\e686";
float: left;
margin: 0 10px 0 0;
}
.rtl .btPagination .paging .pagePrev a:after {
content: "\e684";
float: right;
margin: 0 0 0 10px;
}
.btPagination .paging .pageNext a:after {
content: "\e684";
float: right;
margin: 0 0 0 10px;
}
.rtl .btPagination .paging .pageNext a:after {
content: "\e686";
float: left;
margin: 0 10px 0 0;
} .btPrevNextNav:after {
content: " ";
display: table;
width: 100%;
clear: both;
}
section.btPrevNextNav {
padding-top: 3em;
border-top: 3px solid rgba(0,0,0,.07);
}
.btDarkSkin section.btPrevNextNav,
.btLightSkin .btDarkSkin section.btPrevNextNav,
.btDarkSkin.btLightSkin .btDarkSkin section.btPrevNextNav {
border-top: 3px solid rgba(255,255,255,.07);
}
body.btNoSidebar .btPrevNextNav {
margin: 0 auto 4em auto;
max-width: 1240px;
}
.btPrevNextNav .btPrevNext {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
float: left;
color: inherit;
min-height: 1px;
min-height: 100px;
width: 50%;
margin: 0;
}
.btNext.btPrevNextNav .btPrevNext {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
float: right;
text-align: right;
}
.btPrevNextNav .btPrevNext .btPrevNextImage {
-webkit-flex: 0 0 6em;
-ms-flex: 0 0 6em;
flex: 0 0 6em;
height: 6em;
background-size: cover;
background-position: center center;
margin: 0 1em 0 0;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
transition: all 200ms ease;
}
.btLightSkin .btPrevNextNav .btPrevNext .btPrevNextImage,
.btDarkSkin .btLightSkin .btPrevNextNav .btPrevNext .btPrevNextImage,
.btLightSkin .btDarkSkin .btLightSkin .btPrevNextNav .btPrevNext .btPrevNextImage {
-webkit-box-shadow: 0 0 0 5px rgba(0,0,0,.07) inset;
box-shadow: 0 0 0 5px rgba(0,0,0,.07) inset;
}
.btDarkSkin .btPrevNextNav .btPrevNext .btPrevNextImage,
.btLightSkin .btDarkSkin .btPrevNextNav .btPrevNext .btPrevNextImage,
.btDarkSkin.btLightSkin .btDarkSkin .btPrevNextNav .btPrevNext .btPrevNextImage {
-webkit-box-shadow: 0 0 0 5px rgba(255,255,255,.2) inset;
box-shadow: 0 0 0 5px rgba(255,255,255,.2) inset;
}
.rtl .btPrevNextNav .btPrevNext .btPrevNextImage {
margin: 0 0 0 1em;
}
.btPrevNextNav .btPrevNext:hover .btPrevNextImage {
-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.07) inset;
box-shadow: 0 0 0 0 rgba(0,0,0,.07) inset;
}
.btPrevNextNav .btPrevNext .btPrevNextItem {
-webkit-flex: 1 0 0%;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
min-width: 0%;
padding-top: 1em;
}
.btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
font-family: "Montserrat",Arial,Helvetica,sans-serif;
font-size: 1.1rem;
-webkit-transition: color 200ms ease;
-moz-transition: color 200ms ease;
transition: color 200ms ease;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
line-height: 1.8em;
max-height: 3.6em;
line-height: 1.3em;
}
.btHeadingWeight_default .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
font-weight: 700;
}
.btHeadingWeight_bolder .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
font-weight: 800;
}
.btHeadingWeight_semi-bold .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
font-weight: 700;
}
.btHeadingWeight_bold .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
font-weight: 600;
}
.btHeadingWeight_normal .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
font-weight: 500;
}
.btHeadingWeight_light .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
font-weight: 400;
}
.btHeadingWeight_lighter .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
font-weight: 300;
}
.btHeadingWeight_thin .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
font-weight: 100;
}
.btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextDir {
font-size: .7rem;
line-height: 1;
padding-bottom: .5em;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
transition: all 200ms ease;
text-transform: uppercase;
font-weight: 500;
opacity: .6;
}
.btPrevNextNav .btPrevNext:hover .btPrevNextDir {
opacity: 1;
}
.btPrevNextNav .btPrevNext:hover .btPrevNextTitle {
color: #f06731;
}
.btPrevNextNav .btPrevNext.btNext {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
text-align: right;
}
.btPrevNextNav .btPrevNext.btNext .btPrevNextImage {
margin: 0 0 0 1em;
}
.rtl .btPrevNextNav .btPrevNext.btNext .btPrevNextImage {
margin: 0 1em 0 0;
}
.rtl .btPrevNextNav .btPrevNext {
float: right;
}
.rtl .btPrevNextNav .btPrevNext.btNext {
text-align: left;
}
@media (max-width: 620px) {
.btPrevNextNav .btPrevNext {
width: 100%;
}
.btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
font-size: 1rem;
}
} .btLinkPages:before {
content: " ";
display: table;
width: 100%;
clear: both;
}
.btLinkPages ul {
margin-left: 0;
padding-left: 0;
margin-top: 1.5em;
}
.btLinkPages ul li {
list-style: none;
display: inline-block;
}
.rtl .btLinkPages ul li {
float: right;
} .boldPhotoSlide {
position: relative;
}
.single .boldPhotoSlide h4.nbs {
margin: 0 30px !important;
} .btArticleCategories {
text-transform: uppercase;
}
.btArticleCategories a {
color: inherit;
}
.btArticleCategories a:hover {
color: #f06731;
}
.btArticleCategories a:not(:first-child):before {
content: ' ';
display: inline-block;
margin: -2px 10px 0 10px;
letter-spacing: inherit;
width: 4px;
height: 4px;
border-radius: 50%;
line-height: inherit;
vertical-align: middle;
background-color: #f06731;
}
.btArticleDate:not(:last-child):after,
.btArticleAuthor:not(:last-child):after,
.btArticleComments:not(:last-child):after,
.btArticleCategories:not(:last-child):after {
content: ' / ';
padding: 0 .5em;
}
.btLightSkin .btArticleDate:not(:last-child):after,
.btLightSkin .btArticleAuthor:not(:last-child):after,
.btLightSkin .btArticleComments:not(:last-child):after,
.btLightSkin .btArticleCategories:not(:last-child):after,
.btDarkSkin .btLightSkin .btArticleDate:not(:last-child):after,
.btDarkSkin .btLightSkin .btArticleAuthor:not(:last-child):after,
.btDarkSkin .btLightSkin .btArticleComments:not(:last-child):after,
.btDarkSkin .btLightSkin .btArticleCategories:not(:last-child):after,
.btLightSkin .btDarkSkin .btLightSkin .btArticleDate:not(:last-child):after,
.btLightSkin .btDarkSkin .btLightSkin .btArticleAuthor:not(:last-child):after,
.btLightSkin .btDarkSkin .btLightSkin .btArticleComments:not(:last-child):after,
.btLightSkin .btDarkSkin .btLightSkin .btArticleCategories:not(:last-child):after {
color: #111112;
}
.btDarkSkin .btArticleDate:not(:last-child):after,
.btDarkSkin .btArticleAuthor:not(:last-child):after,
.btDarkSkin .btArticleComments:not(:last-child):after,
.btDarkSkin .btArticleCategories:not(:last-child):after,
.btLightSkin .btDarkSkin .btArticleDate:not(:last-child):after,
.btLightSkin .btDarkSkin .btArticleAuthor:not(:last-child):after,
.btLightSkin .btDarkSkin .btArticleComments:not(:last-child):after,
.btLightSkin .btDarkSkin .btArticleCategories:not(:last-child):after,
.btDarkSkin.btLightSkin .btDarkSkin .btArticleDate:not(:last-child):after,
.btDarkSkin.btLightSkin .btDarkSkin .btArticleAuthor:not(:last-child):after,
.btDarkSkin.btLightSkin .btDarkSkin .btArticleComments:not(:last-child):after,
.btDarkSkin.btLightSkin .btDarkSkin .btArticleCategories:not(:last-child):after {
color: #fff;
}
.btLightSkin .btArticleDate:not(:last-child),
.btLightSkin .btArticleAuthor:not(:last-child),
.btLightSkin .btArticleComments:not(:last-child),
.btLightSkin .btArticleCategories:not(:last-child),
.btDarkSkin .btLightSkin .btArticleDate:not(:last-child),
.btDarkSkin .btLightSkin .btArticleAuthor:not(:last-child),
.btDarkSkin .btLightSkin .btArticleComments:not(:last-child),
.btDarkSkin .btLightSkin .btArticleCategories:not(:last-child),
.btLightSkin .btDarkSkin .btLightSkin .btArticleDate:not(:last-child),
.btLightSkin .btDarkSkin .btLightSkin .btArticleAuthor:not(:last-child),
.btLightSkin .btDarkSkin .btLightSkin .btArticleComments:not(:last-child),
.btLightSkin .btDarkSkin .btLightSkin .btArticleCategories:not(:last-child) {
border-color: rgba(0,0,0,.1);
}
.btDarkSkin .btArticleDate:not(:last-child),
.btDarkSkin .btArticleAuthor:not(:last-child),
.btDarkSkin .btArticleComments:not(:last-child),
.btDarkSkin .btArticleCategories:not(:last-child),
.btLightSkin .btDarkSkin .btArticleDate:not(:last-child),
.btLightSkin .btDarkSkin .btArticleAuthor:not(:last-child),
.btLightSkin .btDarkSkin .btArticleComments:not(:last-child),
.btLightSkin .btDarkSkin .btArticleCategories:not(:last-child),
.btDarkSkin.btLightSkin .btDarkSkin .btArticleDate:not(:last-child),
.btDarkSkin.btLightSkin .btDarkSkin .btArticleAuthor:not(:last-child),
.btDarkSkin.btLightSkin .btDarkSkin .btArticleComments:not(:last-child),
.btDarkSkin.btLightSkin .btDarkSkin .btArticleCategories:not(:last-child) {
border-color: rgba(255,255,255,.5) !important;
}
.btArticleComments:before {
font-family: FontAwesome;
content: "\f075";
margin: 0;
display: inline-block;
}
body:not(.rtl) .btArticleComments:before {
margin-right: 5px;
}
body.rtl .btArticleComments:before {
margin-left: 5px;
float: right;
}
.btLightSkin .btArticleComments:before,
.btDarkSkin .btLightSkin .btArticleComments:before,
.btLightSkin .btDarkSkin .btLightSkin .btArticleComments:before {
color: rgba(17,17,18,.4);
}
.btDarkSkin .btArticleComments:before,
.btLightSkin .btDarkSkin .btArticleComments:before,
.btDarkSkin.btLightSkin .btDarkSkin .btArticleComments:before {
color: rgba(255,255,255,.4);
}
@media (max-width: 480px) {
article .bt_bb_headline .btArticleDate,
article .bt_bb_headline .btArticleCategories {
display: block;
padding-bottom: .5em;
}
article .bt_bb_headline .btArticleDate:after,
article .bt_bb_headline .btArticleCategories:after {
display: none !important;
}
} .gallery {
margin-bottom: 1.6em;
}
.gallery .gallery-item {
display: inline-block;
padding: 0 4px;
text-align: center;
vertical-align: top;
width: 100%;
margin: 0;
}
.gallery-columns-2.gallery .gallery-item {
max-width: 50%;
}
.gallery-columns-3.gallery .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4.gallery .gallery-item {
max-width: 25%;
}
.gallery-columns-5.gallery .gallery-item {
max-width: 20%;
}
.gallery-columns-6.gallery .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7.gallery .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8.gallery .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9.gallery .gallery-item {
max-width: 11.11%;
}
@media (max-width: 1200px) {
.gallery-item {
width: 100% !important;
max-width: 100% !important;
}
}
.gallery-icon img {
margin: 0 auto;
}
.gallery-caption {
display: block;
padding: 5px 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
} .wp-caption-text {
font-size: .9em;
margin-bottom: 1em;
}
.bypostauthor {
font-size: inherit;
} .mfp-arrow-left:before {
border: none !important;
font-family: Icon7Stroke;
content: '\e686';
color: white;
display: block;
font-size: 94px;
line-height: 94px;
margin-left: 0 !important;
}
.mfp-arrow-left:after {
display: none;
}
.mfp-arrow-right:before {
display: none;
}
.mfp-arrow-right:after {
border: none !important;
font-family: Icon7Stroke;
content: '\e684';
color: white;
display: block;
font-size: 94px;
line-height: 94px;
margin-left: 0 !important;
} body:not(.woocommerce) .bt-comments-box .form-submit {
margin-bottom: 0;
}
.bt-comments-box {
margin: 2em 0;
}
.bt-comments-box > h1,
.bt-comments-box > h2,
.bt-comments-box > h3,
.bt-comments-box > h4,
.bt-comments-box > h5,
.bt-comments-box > h6,
.bt-comments-box > h7,
.bt-comments-box > h8,
.bt-comments-box .comment-respond > h1,
.bt-comments-box .comment-respond > h2,
.bt-comments-box .comment-respond > h3,
.bt-comments-box .comment-respond > h4,
.bt-comments-box .comment-respond > h5,
.bt-comments-box .comment-respond > h6,
.bt-comments-box .comment-respond > h7,
.bt-comments-box .comment-respond > h8 {
margin: 0 0 1em;
padding: 0;
font-weight: 700;
font-size: 1.2rem;
}
.bt-comments-box ul.comments,
.bt-comments-box ul.comments li.comment {
list-style: none;
display: block;
padding-left: 0;
margin: 0;
}
.bt-comments-box ul.comments > li,
.bt-comments-box ul.comments > li.comment > ul.children > li.comment {
display: block;
margin: 0;
}
.btLightSkin .bt-comments-box ul.comments > li,
.btDarkSkin .btLightSkin .bt-comments-box ul.comments > li,
.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box ul.comments > li,
.btLightSkin .bt-comments-box ul.comments > li.comment > ul.children > li.comment,
.btDarkSkin .btLightSkin .bt-comments-box ul.comments > li.comment > ul.children > li.comment,
.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box ul.comments > li.comment > ul.children > li.comment {
border-top: 1px solid rgba(0,0,0,.1);
}
.btDarkSkin .bt-comments-box ul.comments > li,
.btLightSkin .btDarkSkin .bt-comments-box ul.comments > li,
.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box ul.comments > li,
.btDarkSkin .bt-comments-box ul.comments > li.comment > ul.children > li.comment,
.btLightSkin .btDarkSkin .bt-comments-box ul.comments > li.comment > ul.children > li.comment,
.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box ul.comments > li.comment > ul.children > li.comment {
border-top: 1px solid rgba(255,255,255,.5);
}
.bt-comments-box ul.comments li > article {
padding: 2em 0;
position: relative;
width: 100%;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.bt-comments-box ul.comments li > article .commentTxt {
padding: 0;
-webkit-flex: 1 1 100%;
-ms-flex: 1 1 100%;
flex: 1 1 100%;
}
.bt-comments-box ul.comments li > article .commentAvatar {
padding: 0 20px 0 0;
-webkit-flex: 0 1 75px;
-ms-flex: 0 1 75px;
flex: 0 1 75px;
}
.rtl .bt-comments-box ul.comments li > article .commentAvatar {
padding: 0 0 0 20px;
}
.bt-comments-box ul.comments li > article .commentAvatar img {
display: block;
width: 100%;
height: auto;
border-radius: 50%;
}
.bt-comments-box ul.comments li.pingback {
padding-top: 1em;
}
.bt-comments-box ul.children {
margin-left: 75px;
}
.bt-comments-box input,
.bt-comments-box textarea {
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.bt-comments-box .btComment {
line-height: 0;
}
.bt-comments-box .btComment textarea {
line-height: 1.8;
}
.bt-comments-box .btComment label {
line-height: 1.8;
text-transform: uppercase;
font-size: .7em;
}
.bt-comments-box .vcard {
position: relative;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding-bottom: 1em;
}
.bt-comments-box .vcard h1.author,
.bt-comments-box .vcard h2.author,
.bt-comments-box .vcard h3.author,
.bt-comments-box .vcard h4.author,
.bt-comments-box .vcard h5.author,
.bt-comments-box .vcard h6.author,
.bt-comments-box .vcard h7.author,
.bt-comments-box .vcard h8.author {
margin: 0;
padding: 0;
line-height: 1.3;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
font-size: 1.2em;
}
.bt-comments-box .vcard .posted {
margin: 0;
line-height: 1.15;
text-align: right;
padding: 0 0 0 10px;
font-size: .8em;
text-transform: uppercase;
font-weight: 500;
opacity: .5;
}
.rtl .bt-comments-box .vcard .posted {
text-align: left;
padding: 0 10px 0 0;
}
.woocommerce .bt-comments-box .vcard .star-rating {
margin-left: .5em;
margin-top: -4px;
}
.woocommerce .bt-comments-box .vcard .star-rating strong {
display: none;
}
.woocommerce.rtl .bt-comments-box .vcard .star-rating {
right: auto;
margin-left: 0;
margin-right: .5em;
}
.bt-comments-box .commentTxt p.edit-link,
.bt-comments-box .commentTxt p.reply {
display: inline-block;
font-family: "Montserrat";
font-size: .75em;
font-weight: 600;
line-height: 1;
text-transform: uppercase;
}
.bt-comments-box .commentTxt p.edit-link:not(:empty),
.bt-comments-box .commentTxt p.reply:not(:empty) {
margin: 0 2em 0 0;
}
.rtl .bt-comments-box .commentTxt p.edit-link:not(:empty),
.rtl .bt-comments-box .commentTxt p.reply:not(:empty) {
margin: 0 0 0 2em;
}
.bt-comments-box .commentTxt p.edit-link a,
.bt-comments-box .commentTxt p.reply a {
opacity: .5;
}
.btLightSkin .bt-comments-box .commentTxt p.edit-link a,
.btDarkSkin .btLightSkin .bt-comments-box .commentTxt p.edit-link a,
.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box .commentTxt p.edit-link a,
.btLightSkin .bt-comments-box .commentTxt p.reply a,
.btDarkSkin .btLightSkin .bt-comments-box .commentTxt p.reply a,
.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box .commentTxt p.reply a {
color: #111112;
}
.btDarkSkin .bt-comments-box .commentTxt p.edit-link a,
.btLightSkin .btDarkSkin .bt-comments-box .commentTxt p.edit-link a,
.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box .commentTxt p.edit-link a,
.btDarkSkin .bt-comments-box .commentTxt p.reply a,
.btLightSkin .btDarkSkin .bt-comments-box .commentTxt p.reply a,
.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box .commentTxt p.reply a {
color: #fff;
}
.bt-comments-box .commentTxt p.edit-link a:hover,
.bt-comments-box .commentTxt p.reply a:hover {
opacity: 1;
}
.bt-comments-box .comment-form {
padding-bottom: 20px;
}
.bt-comments-box .comment-navigation {
text-align: right;
clear: right;
}
.bt-comments-box .comment-navigation a,
.bt-comments-box .comment-navigation span {
display: inline-block;
}
.bt-comments-box .comment-navigation span {
margin: 0 5px;
}
.bt-comments-box p.comment-form-cookies-consent label {
padding-left: .5em;
}
.comment-awaiting-moderation {
color: #f06731;
}
a#cancel-comment-reply-link {
font-weight: 600;
display: inline-block;
margin: 0 0 0 2em;
font-size: .9em;
}
.btLightSkin a#cancel-comment-reply-link,
.btDarkSkin .btLightSkin a#cancel-comment-reply-link,
.btLightSkin .btDarkSkin .btLightSkin a#cancel-comment-reply-link {
color: #111112;
}
.btDarkSkin a#cancel-comment-reply-link,
.btLightSkin .btDarkSkin a#cancel-comment-reply-link,
.btDarkSkin.btLightSkin .btDarkSkin a#cancel-comment-reply-link {
color: #fff;
}
.rtl a#cancel-comment-reply-link {
margin: 0 2em 0 0;
}
a#cancel-comment-reply-link:hover {
color: #f06731;
}
.btCommentSubmit {
padding: .7em 2.5em;
color: #fff;
background: #f06731;
margin-top: .5em;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
text-transform: uppercase;
letter-spacing: 1px;
font-size: .8em;
font-weight: 500;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
position: relative;
overflow: hidden;
}
.btCommentSubmit:before {
content: "";
display: block;
top: 0;
bottom: 0;
position: absolute;
width: 40px;
left: -60px;
-webkit-transform: skewX(-20deg);
-moz-transform: skewX(-20deg);
-ms-transform: skewX(-20deg);
transform: skewX(-20deg);
background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.56) 50%,rgba(255,255,255,0) 100%);
background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.56) 50%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.56) 50%,rgba(255,255,255,0) 100%);
-webkit-transition: 0ms ease all;
-moz-transition: 0ms ease all;
transition: 0ms ease all;
opacity: .5;
}
.btCommentSubmit:hover {
-webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
.btCommentSubmit:hover:before {
left: 110%;
-webkit-transition: 800ms ease all;
-moz-transition: 800ms ease all;
transition: 800ms ease all;
opacity: .2;
}
.btHardRoundedButtons .btCommentSubmit {
border-radius: 50px;
}
.btSoftRoundedButtons .btCommentSubmit {
border-radius: 4px;
} @media(max-width: 520px) {
.bt-comments-box .vcard {
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
padding: 0 0 15px;
}
.bt-comments-box .vcard h5.author {
-webkit-flex: 1 1 100%;
-ms-flex: 1 1 100%;
flex: 1 1 100%;
}
.bt-comments-box .vcard .posted {
padding: 0;
margin-top: .7em;
text-align: left;
}
.bt-comments-box ul.comments ul.children {
padding: 0;
margin: 0;
}
.bt-comments-box ul.comments ul.children li.comment {
padding: 0;
border-top: none !important;
}
.bt-comments-box ul.comments ul.children li.comment article {
position: relative;
}
.btLightSkin .bt-comments-box ul.comments ul.children li.comment article,
.btDarkSkin .btLightSkin .bt-comments-box ul.comments ul.children li.comment article,
.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box ul.comments ul.children li.comment article {
background-color: rgba(0,0,0,.055);
}
.btDarkSkin .bt-comments-box ul.comments ul.children li.comment article,
.btLightSkin .btDarkSkin .bt-comments-box ul.comments ul.children li.comment article,
.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box ul.comments ul.children li.comment article {
background-color: rgba(255,255,255,.055);
}
.bt-comments-box ul.comments ul.children li.comment article .commentAvatar {
padding-left: 10px;
}
.bt-comments-box ul.comments ul.children li.comment article:after {
content: '\f148';
display: block;
position: absolute;
top: 0;
right: 0;
width: 20px;
height: 20px;
font: normal 16px/20px FontAwesome;
vertical-align: middle;
text-align: center;
}
.btLightSkin .bt-comments-box ul.comments ul.children li.comment article:after,
.btDarkSkin .btLightSkin .bt-comments-box ul.comments ul.children li.comment article:after,
.btLightSkin .btDarkSkin .btLightSkin .bt-comments-box ul.comments ul.children li.comment article:after {
background-color: #fff;
}
.btDarkSkin .bt-comments-box ul.comments ul.children li.comment article:after,
.btLightSkin .btDarkSkin .bt-comments-box ul.comments ul.children li.comment article:after,
.btDarkSkin.btLightSkin .btDarkSkin .bt-comments-box ul.comments ul.children li.comment article:after {
background-color: #111112;
}
} .btBox {
margin-bottom: 3em;
}
.btBox:after {
content: " ";
display: table;
width: 100%;
clear: both;
} .sidebar .widget_bt_bb_recent_posts ul,
.btSidebar .widget_bt_bb_recent_posts ul,
.btSiteFooterWidgets .widget_bt_bb_recent_posts ul {
margin: 0;
}
.sidebar .widget_bt_bb_recent_posts ul li,
.btSidebar .widget_bt_bb_recent_posts ul li,
.btSiteFooterWidgets .widget_bt_bb_recent_posts ul li {
margin: 0;
list-style: none;
}
.sidebar .widget_bt_bb_recent_posts ul li .bt_bb_headline .bt_bb_headline_content a:hover,
.btSidebar .widget_bt_bb_recent_posts ul li .bt_bb_headline .bt_bb_headline_content a:hover,
.btSiteFooterWidgets .widget_bt_bb_recent_posts ul li .bt_bb_headline .bt_bb_headline_content a:hover {
color: #f06731 !important;
}
.btBox > h4,
.btCustomMenu > h4,
.btTopBox > h4 {
font-size: 1.3em;
margin-bottom: 1em;
padding-bottom: 0;
display: inline-block;
width: 100%;
}
.btBox h5,
.btCustomMenu h5,
.btTopBox h5 {
font-size: 1.4em;
margin-bottom: .35em;
}
body:not(.btNoDashInSidebar) .btBox > h4:after,
body:not(.btNoDashInSidebar) .btCustomMenu > h4:after,
body:not(.btNoDashInSidebar) .btTopBox > h4:after {
content: ' ';
clear: both;
width: 3em;
display: block;
border-bottom: 3px solid #f06731;
margin: .8em 0 0;
}
.btBox label,
.btCustomMenu label,
.btTopBox label {
display: none;
}
.btBox .wp-caption,
.btCustomMenu .wp-caption,
.btTopBox .wp-caption {
margin-bottom: .5em;
}
.btBox select,
.btCustomMenu select,
.btTopBox select {
display: block;
margin: .5em 0 0;
width: 100%;
padding: .5em 1em;
}
.btBox ul,
.btCustomMenu ul,
.btTopBox ul {
list-style: none;
margin: 0;
display: block;
padding: 0;
}
.btBox ul li,
.btCustomMenu ul li,
.btTopBox ul li {
display: block;
width: auto;
margin: 0;
position: relative;
padding: .8em 0;
margin-left: 0;
}
.btBox ul li a,
.btCustomMenu ul li a,
.btTopBox ul li a {
display: block;
}
.btLightSkin .btBox ul li:not(:last-child),
.btDarkSkin .btLightSkin .btBox ul li:not(:last-child),
.btLightSkin .btDarkSkin .btLightSkin .btBox ul li:not(:last-child),
.btLightSkin .btCustomMenu ul li:not(:last-child),
.btDarkSkin .btLightSkin .btCustomMenu ul li:not(:last-child),
.btLightSkin .btDarkSkin .btLightSkin .btCustomMenu ul li:not(:last-child),
.btLightSkin .btTopBox ul li:not(:last-child),
.btDarkSkin .btLightSkin .btTopBox ul li:not(:last-child),
.btLightSkin .btDarkSkin .btLightSkin .btTopBox ul li:not(:last-child) {
border-bottom: 2px solid rgba(0,0,0,.07);
}
.btDarkSkin .btBox ul li:not(:last-child),
.btLightSkin .btDarkSkin .btBox ul li:not(:last-child),
.btDarkSkin.btLightSkin .btDarkSkin .btBox ul li:not(:last-child),
.btDarkSkin .btCustomMenu ul li:not(:last-child),
.btLightSkin .btDarkSkin .btCustomMenu ul li:not(:last-child),
.btDarkSkin.btLightSkin .btDarkSkin .btCustomMenu ul li:not(:last-child),
.btDarkSkin .btTopBox ul li:not(:last-child),
.btLightSkin .btDarkSkin .btTopBox ul li:not(:last-child),
.btDarkSkin.btLightSkin .btDarkSkin .btTopBox ul li:not(:last-child) {
border-bottom: 2px solid rgba(255,255,255,.2);
}
.btBox ul li ul,
.btCustomMenu ul li ul,
.btTopBox ul li ul {
margin: .8em 0 0;
padding: 0;
}
.btLightSkin .btBox ul li ul,
.btDarkSkin .btLightSkin .btBox ul li ul,
.btLightSkin .btDarkSkin .btLightSkin .btBox ul li ul,
.btLightSkin .btCustomMenu ul li ul,
.btDarkSkin .btLightSkin .btCustomMenu ul li ul,
.btLightSkin .btDarkSkin .btLightSkin .btCustomMenu ul li ul,
.btLightSkin .btTopBox ul li ul,
.btDarkSkin .btLightSkin .btTopBox ul li ul,
.btLightSkin .btDarkSkin .btLightSkin .btTopBox ul li ul {
border-top: 2px solid rgba(0,0,0,.07);
}
.btDarkSkin .btBox ul li ul,
.btLightSkin .btDarkSkin .btBox ul li ul,
.btDarkSkin.btLightSkin .btDarkSkin .btBox ul li ul,
.btDarkSkin .btCustomMenu ul li ul,
.btLightSkin .btDarkSkin .btCustomMenu ul li ul,
.btDarkSkin.btLightSkin .btDarkSkin .btCustomMenu ul li ul,
.btDarkSkin .btTopBox ul li ul,
.btLightSkin .btDarkSkin .btTopBox ul li ul,
.btDarkSkin.btLightSkin .btDarkSkin .btTopBox ul li ul {
border-top: 2px solid rgba(255,255,255,.2);
}
.btBox ul li ul li,
.btCustomMenu ul li ul li,
.btTopBox ul li ul li {
padding-left: 1em;
}
.btBox ul li.current-menu-item > a,
.btCustomMenu ul li.current-menu-item > a,
.btTopBox ul li.current-menu-item > a {
color: #f06731;
}
.btBox ul li:after,
.btCustomMenu ul li:after,
.btTopBox ul li:after {
clear: both;
content: " ";
display: block;
}
.btBox ul li li:last-child,
.btCustomMenu ul li li:last-child,
.btTopBox ul li li:last-child {
border-bottom: none;
padding-bottom: 0;
}
.btBox > ul > li:first-child,
.btCustomMenu > ul > li:first-child,
.btTopBox > ul > li:first-child {
padding-top: 0;
}
.btBox .btImageTextWidgetWrapper ul li,
.btCustomMenu .btImageTextWidgetWrapper ul li,
.btTopBox .btImageTextWidgetWrapper ul li {
padding: 0 0 1em;
border: none !important;
}
.btBox .btImageTextWidget,
.btCustomMenu .btImageTextWidget,
.btTopBox .btImageTextWidget {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.btBox .btImageTextWidget:not(:last-child),
.btCustomMenu .btImageTextWidget:not(:last-child),
.btTopBox .btImageTextWidget:not(:last-child) {
margin-bottom: .5em;
}
.btBox .btImageTextWidget .btImageTextWidgetImage,
.btCustomMenu .btImageTextWidget .btImageTextWidgetImage,
.btTopBox .btImageTextWidget .btImageTextWidgetImage {
-webkit-flex: 0 0 30%;
-ms-flex: 0 0 30%;
flex: 0 0 30%;
padding-right: .8em;
}
.rtl .btBox .btImageTextWidget .btImageTextWidgetImage,
.rtl .btCustomMenu .btImageTextWidget .btImageTextWidgetImage,
.rtl .btTopBox .btImageTextWidget .btImageTextWidgetImage {
padding-right: 0;
padding-left: 10px;
}
.btBox .btImageTextWidget .btImageTextWidgetImage a,
.btCustomMenu .btImageTextWidget .btImageTextWidgetImage a,
.btTopBox .btImageTextWidget .btImageTextWidgetImage a {
display: block;
line-height: 0;
}
.btBox .btImageTextWidget .btImageTextWidgetImage a img,
.btCustomMenu .btImageTextWidget .btImageTextWidgetImage a img,
.btTopBox .btImageTextWidget .btImageTextWidgetImage a img {
margin: 0;
border: 1px solid rgba(0,0,0,.1);
max-width: 100%;
width: 100%;
height: auto;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.btDarkSkin .btBox .btImageTextWidget .btImageTextWidgetImage a img,
.btLightSkin .btDarkSkin .btBox .btImageTextWidget .btImageTextWidgetImage a img,
.btDarkSkin.btLightSkin .btDarkSkin .btBox .btImageTextWidget .btImageTextWidgetImage a img,
.btDarkSkin .btCustomMenu .btImageTextWidget .btImageTextWidgetImage a img,
.btLightSkin .btDarkSkin .btCustomMenu .btImageTextWidget .btImageTextWidgetImage a img,
.btDarkSkin.btLightSkin .btDarkSkin .btCustomMenu .btImageTextWidget .btImageTextWidgetImage a img,
.btDarkSkin .btTopBox .btImageTextWidget .btImageTextWidgetImage a img,
.btLightSkin .btDarkSkin .btTopBox .btImageTextWidget .btImageTextWidgetImage a img,
.btDarkSkin.btLightSkin .btDarkSkin .btTopBox .btImageTextWidget .btImageTextWidgetImage a img {
-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,.5);
box-shadow: 0 0 0 2px rgba(255,255,255,.5);
}
.btBox .btImageTextWidget .btImageTextWidgetImage a:hover img,
.btCustomMenu .btImageTextWidget .btImageTextWidgetImage a:hover img,
.btTopBox .btImageTextWidget .btImageTextWidgetImage a:hover img {
-webkit-box-shadow: 0 0 0 2px rgba(0,0,0,.1);
box-shadow: 0 0 0 2px rgba(0,0,0,.1);
}
.btBox .btImageTextWidget .btImageTextWidgetText,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText,
.btTopBox .btImageTextWidget .btImageTextWidgetText {
-webkit-flex: 0 0 70%;
-ms-flex: 0 0 70%;
flex: 0 0 70%;
overflow: hidden;
}
.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline .bt_bb_headline_superheadline,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline .bt_bb_headline_superheadline,
.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline .bt_bb_headline_superheadline {
text-transform: uppercase;
}
.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline .bt_bb_headline_subheadline,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline .bt_bb_headline_subheadline,
.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline .bt_bb_headline_subheadline {
opacity: .8;
margin-top: .2rem !important;
}
.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline .bt_bb_headline_content span,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline .bt_bb_headline_content span,
.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline .bt_bb_headline_content span {
font-size: .95rem;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
line-height: 1.4em;
max-height: 2.8em;
}
.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline .bt_bb_headline_content span a:hover,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline .bt_bb_headline_content span a:hover,
.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline .bt_bb_headline_content span a:hover {
color: #f06731;
}
.btBox p.posted,
.btBox .quantity,
.btCustomMenu p.posted,
.btCustomMenu .quantity,
.btTopBox p.posted,
.btTopBox .quantity {
font-weight: 600;
margin: .5em 0 0;
font-size: .8rem;
}
.btBox p.posted del,
.btBox .quantity del,
.btCustomMenu p.posted del,
.btCustomMenu .quantity del,
.btTopBox p.posted del,
.btTopBox .quantity del {
opacity: .5;
} .widget_calendar table {
width: 100%;
border-collapse: collapse;
}
.widget_calendar table caption {
background: #f06731;
color: #FFF;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
font-weight: 600;
padding: 5px;
margin-right: 1px;
}
.widget_calendar table td {
border: none !important;
}
.widget_calendar table thead th {
text-align: center;
padding: 3px;
}
.widget_calendar table tfoot {
border-top: 2px solid #efefef !important;
}
.widget_calendar table tfoot td {
padding: 3px;
}
.widget_calendar table tfoot td#next {
text-align: right;
}
.widget_calendar table tbody tr:nth-child(odd) td {
background: transparent;
}
.widget_calendar table tbody tr td {
border: none !important;
}
.widget_calendar table tbody tr td#today {
color: #f06731;
}
.widget_calendar table tbody td {
text-align: center;
padding: 2px 3px;
} .btBox.widget_archive ul li,
.btBox.widget_categories ul li {
text-align: right;
}
.rtl .btBox.widget_archive ul li,
.rtl .btBox.widget_categories ul li {
text-align: left;
}
.btBox.widget_archive ul li a,
.btBox.widget_categories ul li a {
display: block;
float: left;
}
.rtl .btBox.widget_archive ul li a,
.rtl .btBox.widget_categories ul li a {
float: right;
}
.btBox.widget_archive .fancy-select ul li,
.btBox.widget_categories .fancy-select ul li {
text-align: initial;
}
.btBox.widget_archive .fancy-select ul li:first-child,
.btBox.widget_categories .fancy-select ul li:first-child {
padding-top: .5em;
}
.btBox.widget_archive .fancy-select ul li a,
.btBox.widget_categories .fancy-select ul li a {
display: inline;
float: none !important;
} .widget_recent_comments .comment-author-link a {
font-weight: 700;
display: inline;
padding: 0;
} .widget_rss li {
margin-bottom: 15px;
}
.widget_rss li a.rsswidget {
font-family: "Montserrat",Arial,Helvetica,sans-serif;
font-weight: 600;
line-height: 1.5;
padding-bottom: .5em;
}
.widget_rss li .rss-date {
display: block;
margin: 0 0 5px;
font-size: .8em;
font-style: italic;
opacity: .5;
}
.widget_rss li cite {
line-height: 2em;
text-align: left;
padding-top: .5em;
font-size: .8em;
}  .widget_shopping_cart ul li:last-child {
border: none;
}
.widget_shopping_cart .total {
width: 100%;
border-top: 2px solid rgba(0,0,0,.07);
padding: 1em 0 0;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
line-height: 1.25;
}
.btDarkSkin .widget_shopping_cart .total,
.btLightSkin .btDarkSkin .widget_shopping_cart .total,
.btDarkSkin.btLightSkin .btDarkSkin .widget_shopping_cart .total {
border-top: 2px solid rgba(255,255,255,.2);
}
.widget_shopping_cart .total strong {
display: block;
float: left;
padding-right: 8px;
}
.rtl .widget_shopping_cart .total strong {
float: right;
padding-right: 0;
padding-left: 8px;
}
.widget_shopping_cart .total .amount {
display: block;
float: right;
font-weight: 600;
}
.rtl .widget_shopping_cart .total .amount {
float: left;
}
.widget_shopping_cart .total:after {
content: " ";
display: table;
width: 100%;
clear: both;
}
.btSidebar .widget_shopping_cart .btCartWidgetIcon {
display: none;
}
.widget_shopping_cart .total strong {
min-width: 40px;
display: inline-block;
}
.widget_shopping_cart .buttons {
width: 100%;
}
.widget_shopping_cart .buttons .button {
width: 48%;
min-width: auto !important;
display: block;
float: left;
text-align: center;
background: #f06731;
color: #fff;
padding: 1em;
}
.btHardRoundedButtons .widget_shopping_cart .buttons .button {
border-radius: 50px;
}
.btSoftRoundedButtons .widget_shopping_cart .buttons .button {
border-radius: 3px;
}
.widget_shopping_cart .buttons .button.checkout {
float: right;
}
.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item {
position: relative;
}
.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove {
display: block;
float: right;
margin: 0 0 0 6px;
}
.rtl .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove {
float: left;
margin: 0 6px 0 0;
}
.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove {
display: block;
text-align: center;
text-decoration: none;
font-weight: 600;
height: 1em;
line-height: 1;
width: 1em;
vertical-align: middle;
color: #fff;
background-color: #f06731;
}
.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove:hover {
background-color: #4b4b4b;
}
.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove:before {
content: '\e680';
font-family: Icon7Stroke;
}
.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .btImageTextWidget {
text-align: left;
}
.rtl .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .btImageTextWidget {
text-align: right;
} .menuPort .widget_shopping_cart,
.topTools .widget_shopping_cart,
.topBarInLogoArea .widget_shopping_cart {
display: inline-block;
position: relative;
}
.btMenuVertical .menuPort .widget_shopping_cart,
.btMenuVertical .topTools .widget_shopping_cart,
.btMenuVertical .topBarInLogoArea .widget_shopping_cart {
position: static;
}
.menuPort .widget_shopping_cart h2.widgettitle,
.topTools .widget_shopping_cart h2.widgettitle,
.topBarInLogoArea .widget_shopping_cart h2.widgettitle {
display: none;
}
.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon,
.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon,
.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon {
cursor: pointer;
position: relative;
}
.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon .bt_bb_icon .bt_bb_icon_holder:before,
.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon .bt_bb_icon .bt_bb_icon_holder:before,
.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon .bt_bb_icon .bt_bb_icon_holder:before {
content: '\f290';
font-family: FontAwesome;
}
.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents {
display: inline-block;
padding: 0;
background-color: transparent;
font: normal .9em/1 "Montserrat",Arial,Helvetica,sans-serif;
border-radius: 2px;
text-align: center;
min-width: 1em;
}
.rtl .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
.rtl .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
.rtl .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents {
right: auto;
left: 0;
}
.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents {
position: relative;
display: inline-block;
vertical-align: 50%;
margin: 0 0 -50px -15px;
}
.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent {
width: 350px;
background: #fff;
padding: 1em;
position: absolute;
z-index: 2;
opacity: 0;
right: 0;
-webkit-transform: translateY(-200%);
-moz-transform: translateY(-200%);
-ms-transform: translateY(-200%);
transform: translateY(-200%);
color: #111112;
-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
}
.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent li.empty,
.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent li.empty,
.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent li.empty {
padding: 0;
}
.rtl .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
.rtl .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
.rtl .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent {
right: auto;
left: 0;
}
.rtl .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .ppRemove,
.rtl .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .ppRemove,
.rtl .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .ppRemove {
float: left;
}
.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent {
right: -310%;
left: -400%;
min-height: auto;
min-width: 16em;
width: auto;
z-index: 500;
-webkit-transform: translate3d(-100%,0,0);
-moz-transform: translate3d(-100%,0,0);
-ms-transform: translate3d(-100%,0,0);
transform: translate3d(-100%,0,0);
border: none !important;
margin: 1em 0 4em 0;
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
transition: all 350ms ease;
}
.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler,
.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler,
.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler {
display: block;
text-align: center;
margin-bottom: 1em;
background-color: #f06731;
color: #fff;
border-radius: 5px;
cursor: pointer;
}
.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:after,
.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:after,
.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:after {
content: '\f00d';
display: block;
font-family: FontAwesome;
font-size: 1em;
margin: 0 auto;
}
.menuPort .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,
.topTools .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,
.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
pointer-events: auto;
}
.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,
.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,
.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.topBar .widget_shopping_cart .btCartWidgetInnerContent {
font-size: 1.25em;
color: #111112 !important;
text-align: left;
}
.topBar .btTopToolsRight .widget_shopping_cart .btIco {
margin-right: .5em;
} .widget_recent_reviews {
font-family: "Montserrat",Arial,Helvetica,sans-serif;
font-size: .8em;
line-height: 1.4;
}
.widget_recent_reviews li a {
font-size: .95rem;
font-weight: 600;
padding-bottom: .2em;
}
.btHeadingWeight_default .widget_recent_reviews li a {
font-weight: 600;
}
.btHeadingWeight_bolder .widget_recent_reviews li a {
font-weight: 800;
}
.btHeadingWeight_bold .widget_recent_reviews li a {
font-weight: 700;
}
.btHeadingWeight_semi-bold .widget_recent_reviews li a {
font-weight: 600;
}
.btHeadingWeight_medium .widget_recent_reviews li a {
font-weight: 500;
}
.btHeadingWeight_normal .widget_recent_reviews li a {
font-weight: 400;
}
.btHeadingWeight_light .widget_recent_reviews li a {
font-weight: 300;
}
.btHeadingWeight_lighter .widget_recent_reviews li a {
font-weight: 200;
}
.btHeadingWeight_thin .widget_recent_reviews li a {
font-weight: 100;
}
.widget_recent_reviews li a img {
display: block;
width: 80px;
height: auto;
margin: 0 0 0 10px;
float: right;
border: 1px solid rgba(0,0,0,.1);
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.widget_recent_reviews li a:hover img {
-webkit-box-shadow: 0 0 0 2px rgba(0,0,0,.1);
box-shadow: 0 0 0 2px rgba(0,0,0,.1);
}
.widget_recent_reviews li .star-rating {
margin-bottom: .8em;
}
.widget_product_categories li li {
margin: 0 0 0 1em;
}
.product_list_widget .reviewer {
display: block;
line-height: 1;
}
.product_list_widget li:after {
display: table !important;
} .widget_price_filter .price_slider_wrapper .ui-slider {
border-radius: 1em;
background-color: rgba(0,0,0,.07);
border: 0;
position: relative;
text-align: left;
margin-left: .5em;
margin-right: .5em;
margin-bottom: 1em;
}
.btDarkSkin .widget_price_filter .price_slider_wrapper .ui-slider,
.btLightSkin .btDarkSkin .widget_price_filter .price_slider_wrapper .ui-slider,
.btDarkSkin.btLightSkin .btDarkSkin .widget_price_filter .price_slider_wrapper .ui-slider {
background-color: rgba(255,255,255,.2);
}
.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1em;
height: 1em;
background-color: #a2a2a2;
border-radius: 1em;
cursor: ew-resize;
outline: 0;
top: -.25em;
margin-left: -.5em;
}
.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
border-radius: 1em;
background-color: rgba(0,0,0,.07);
}
.widget_price_filter .price_slider_wrapper .ui-slider-horizontal {
height: .5em;
}
.widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range-min {
left: -1px;
}
.widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range-max {
right: -1px;
}
.widget_price_filter .price_slider_amount {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.widget_price_filter .price_slider_amount .button {
display: block;
float: none;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
}
.widget_price_filter .price_slider_amount .price_label {
display: block;
-webkit-flex: 1 0 100%;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
text-align: left;
padding-top: 8px;
}
.widget_price_filter .price_slider_amount .price_label span {
font-weight: 600;
} .widget_layered_nav ul li.chosen a:before,
.widget_layered_nav_filters ul li.chosen a:before {
text-indent: 0;
display: block;
float: left;
content: '\e680';
font-family: Icon7Stroke;
margin-right: .5em;
background-color: transparent;
position: relative;
}
.widget_layered_nav ul li a,
.widget_layered_nav_filters ul li a {
display: inline-block;
} .btBox .tagcloud a {
display: inline-block;
text-transform: uppercase;
margin: 0 2px 2px 0;
font-size: .8em !important;
line-height: 1;
font-weight: 400;
color: inherit !important;
}
.rtl .btBox .tagcloud a {
padding-right: 0;
padding-left: 2em;
}
.btHardRoundedButtons .btBox .tagcloud a {
border-radius: 50px;
}
.btSoftRoundedButtons .btBox .tagcloud a {
border-radius: 4px;
}
.btBox .tagcloud a:hover {
color: #f06731 !important;
background: transparent;
}
.btBox .tagcloud a:not(:last-child):after {
content: "/";
display: inline-block;
opacity: .4;
vertical-align: middle;
margin: 0 0 0 .4em;
line-height: 1;
}
.btTags ul {
list-style: none;
margin: 0;
padding: 0;
}
.btTags ul li {
display: inline-block;
padding: 0;
margin: 0;
line-height: 1.1;
}
.btTextLeft .btTags ul li {
float: left;
}
.btTextRight .btTags ul li {
float: right;
}
.btTags ul li a {
text-transform: uppercase;
font-size: .8em !important;
font-weight: 400;
color: inherit !important;
}
.btTags ul li a:hover {
color: #f06731 !important;
}
.btTags ul li:not(:last-child) a:after {
content: "/";
display: inline-block;
opacity: .4;
margin: 0 .4em;
line-height: 1;
} .btInstaWrap {
padding: .3em 0 1em;
}
.btInstaGrid {
margin: 0 -5px;
}
.btInstaGrid span {
display: block;
width: 33.3333%;
padding: 0 5px 10px 5px;
float: left;
}
.btInstaGrid span:hover img {
opacity: .6;
}
.btInstaGrid span:nth-child(3n + 1) {
clear: left;
}
.btInstaGrid img {
display: block;
width: 100%;
opacity: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: opacity 200ms ease;
-moz-transition: opacity 200ms ease;
transition: opacity 200ms ease;
} .btBox .btImage {
margin-bottom: .5em;
}
.btBox .btImage img {
width: auto;
margin: auto;
} .btIconWidget .btIconWidgetText {
opacity: .5;
}
.topTools .btIconWidget,
.topBarInMenu .btIconWidget {
position: relative;
display: inline-block;
line-height: inherit;
margin-left: 1em;
margin-right: 0;
}
.rtl .topTools .btIconWidget,
.rtl .topBarInMenu .btIconWidget {
margin-left: 0;
margin-right: 1em;
}
.topTools .btIconWidget .btIconWidgetIcon,
.topBarInMenu .btIconWidget .btIconWidgetIcon {
line-height: inherit;
display: inline-block;
vertical-align: middle;
}
.topTools .btIconWidget .btIconWidgetIcon .bt_bb_icon,
.topBarInMenu .btIconWidget .btIconWidgetIcon .bt_bb_icon {
padding: 0;
}
.topTools .btIconWidget:hover,
.topBarInMenu .btIconWidget:hover {
color: #f06731;
}
.btMenuHorizontal .topTools .btIconWidget:not(:first-child),
.btMenuHorizontal .topBarInMenu .btIconWidget:not(:first-child) {
margin-left: 1em;
margin-right: 0;
}
.rtl.btMenuHorizontal .topTools .btIconWidget:not(:first-child),
.rtl.btMenuHorizontal .topBarInMenu .btIconWidget:not(:first-child) {
margin-right: 1em;
margin-left: 0;
}
.topTools .btIconWidget.btWidgetWithText .bt_bb_icon,
.topBarInMenu .btIconWidget.btWidgetWithText .bt_bb_icon {
margin-right: .5em;
}
.rtl.topTools .btIconWidget.btWidgetWithText .bt_bb_icon,
.rtl.topBarInMenu .btIconWidget.btWidgetWithText .bt_bb_icon {
margin-right: 0;
margin-left: .5em;
}
.topTools .btIconWidgetContent,
.topBarInMenu .btIconWidgetContent {
line-height: inherit;
display: inline-block;
margin-left: .5em;
vertical-align: middle;
}
.rtl .topTools .btIconWidgetContent,
.rtl .topBarInMenu .btIconWidgetContent {
margin-right: .5em;
margin-left: 0;
}
.topTools .btIconWidgetTitle,
.topTools .btIconWidgetText,
.topBarInMenu .btIconWidgetTitle,
.topBarInMenu .btIconWidgetText {
display: inline-block;
line-height: inherit;
}
.topTools .btIconWidgetTitle,
.topBarInMenu .btIconWidgetTitle {
margin-right: .5em;
}
.rtl .topTools .btIconWidgetTitle,
.rtl .topBarInMenu .btIconWidgetTitle {
margin-right: 0;
margin-left: .5em;
} .topBarInMenu .btIconWidget .btIconWidgetIcon .bt_bb_icon_holder:before {
font-size: 1.4em;
vertical-align: middle;
} .btSidebar .btIconWidget,
footer .btIconWidget,
.topBarInLogoArea .btIconWidget {
margin: 0 0 1.6em;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
}
.btMenuVertical .btSidebar .btIconWidget,
.btMenuVertical footer .btIconWidget,
.btMenuVertical .topBarInLogoArea .btIconWidget {
margin: 0 0 2em;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-flow: inherit;
-ms-flex-flow: inherit;
flex-flow: inherit;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
float: none;
}
.btSidebar .btIconWidget .btIconWidgetIcon,
footer .btIconWidget .btIconWidgetIcon,
.topBarInLogoArea .btIconWidget .btIconWidgetIcon {
line-height: 1;
padding: 0 .2em 0 0;
text-align: left;
margin: 0;
font-size: 3em;
}
.btSidebar .btIconWidget .btIconWidgetContent,
footer .btIconWidget .btIconWidgetContent,
.topBarInLogoArea .btIconWidget .btIconWidgetContent {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
}
.btSidebar .btIconWidget .btIconWidgetContent .btIconWidgetTitle,
footer .btIconWidget .btIconWidgetContent .btIconWidgetTitle,
.topBarInLogoArea .btIconWidget .btIconWidgetContent .btIconWidgetTitle {
font-size: .7em;
text-transform: uppercase;
}
.btSidebar .btIconWidget .btIconWidgetContent .btIconWidgetText,
footer .btIconWidget .btIconWidgetContent .btIconWidgetText,
.topBarInLogoArea .btIconWidget .btIconWidgetContent .btIconWidgetText {
font-size: 1.1em;
display: block;
line-height: 1;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btSidebar .btIconWidget:hover .btIconWidgetText,
footer .btIconWidget:hover .btIconWidgetText,
.topBarInLogoArea .btIconWidget:hover .btIconWidgetText {
color: #f06731;
}
.btSidebar .btIconWidget.btCartWidget,
footer .btIconWidget.btCartWidget,
.topBarInLogoArea .btIconWidget.btCartWidget {
margin: 0;
}
.topBarInLogoArea .btIconWidget {
margin: 0 0 0 1em;
float: right;
}
.rtl.topBarInLogoArea .btIconWidget {
margin-right: 0;
margin-left: 1em;
float: left;
}
.btAccentIconWidget.btIconWidget .btIconWidgetIcon {
color: #f06731;
}
.btSiteFooterWidgets .btBox.widget_shopping_cart .btCartWidgetIcon,
.btSiteFooterWidgets .btBox.widget_shopping_cart .verticalMenuCartToggler {
display: none;
}
.btSiteFooterWidgets .btBox.widget_shopping_cart .btCartWidgetInnerContent .cart_list li,
.btSiteFooterWidgets .btBox.widget_shopping_cart .btCartWidgetInnerContent .cart_list li:nth-child(2n) {
width: auto;
float: none;
padding: .8em 0;
margin: 0;
}
.btSiteFooterWidgets .btBox.widget_shopping_cart .btCartWidgetInnerContent .cart_list li:first-child {
padding: 0 0 .8em;
} .btSiteFooterWidgets .btSearch,
.btSidebar .btSearch,
.btSidebar .widget_product_search,
.woocommerce .btSidebar .btSearch {
padding: 0 38px 0 0;
}
.rtl .btSiteFooterWidgets .btSearch,
.rtl .btSidebar .btSearch,
.rtl .btSidebar .widget_product_search,
.rtl .woocommerce .btSidebar .btSearch {
padding: 0 0 0 38px;
}
.btSiteFooterWidgets .btSearch .port,
.btSidebar .btSearch .port,
.btSidebar .widget_product_search .port,
.woocommerce .btSidebar .btSearch .port {
padding: 0;
}
.btSiteFooterWidgets .btSearch input[type="text"],
.btSiteFooterWidgets .btSearch input[type="search"],
.btSidebar .btSearch input[type="text"],
.btSidebar .btSearch input[type="search"],
.btSidebar .widget_product_search input[type="text"],
.btSidebar .widget_product_search input[type="search"],
.woocommerce .btSidebar .btSearch input[type="text"],
.woocommerce .btSidebar .btSearch input[type="search"] {
padding: 0 1.1em;
background: transparent;
height: 38px;
width: 100%;
display: block;
}
.btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type="text"],
.btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type="search"],
.btSoftRoundedButtons .btSidebar .btSearch input[type="text"],
.btSoftRoundedButtons .btSidebar .btSearch input[type="search"],
.btSoftRoundedButtons .btSidebar .widget_product_search input[type="text"],
.btSoftRoundedButtons .btSidebar .widget_product_search input[type="search"],
.btSoftRoundedButtons .woocommerce .btSidebar .btSearch input[type="text"],
.btSoftRoundedButtons .woocommerce .btSidebar .btSearch input[type="search"] {
border-radius: 4px 0 0 4px;
}
.rtl.btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type="text"],
.rtl.btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type="search"],
.rtl.btSoftRoundedButtons .btSidebar .btSearch input[type="text"],
.rtl.btSoftRoundedButtons .btSidebar .btSearch input[type="search"],
.rtl.btSoftRoundedButtons .btSidebar .widget_product_search input[type="text"],
.rtl.btSoftRoundedButtons .btSidebar .widget_product_search input[type="search"],
.rtl.btSoftRoundedButtons .woocommerce .btSidebar .btSearch input[type="text"],
.rtl.btSoftRoundedButtons .woocommerce .btSidebar .btSearch input[type="search"] {
border-radius: 0 4px 4px 0;
}
.btSiteFooterWidgets .btSearch button,
.btSiteFooterWidgets .btSearch input[type=submit],
.btSidebar .btSearch button,
.btSidebar .btSearch input[type=submit],
.btSidebar .widget_product_search button,
.btSidebar .widget_product_search input[type=submit],
.woocommerce .btSidebar .btSearch button,
.woocommerce .btSidebar .btSearch input[type=submit] {
width: 38px;
height: 38px;
float: right;
margin: -38px -38px 0 0;
cursor: pointer;
padding: 0 !important;
background-color: transparent !important;
border: none;
}
.rtl .btSiteFooterWidgets .btSearch button,
.rtl .btSiteFooterWidgets .btSearch input[type=submit],
.rtl .btSidebar .btSearch button,
.rtl .btSidebar .btSearch input[type=submit],
.rtl .btSidebar .widget_product_search button,
.rtl .btSidebar .widget_product_search input[type=submit],
.rtl .woocommerce .btSidebar .btSearch button,
.rtl .woocommerce .btSidebar .btSearch input[type=submit] {
float: left;
margin: -38px 0 0 -38px;
}
.btSiteFooterWidgets .btSearch button,
.btSidebar .btSearch button,
.btSidebar .widget_product_search button,
.woocommerce .btSidebar .btSearch button {
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btSiteFooterWidgets .btSearch button:before,
.btSidebar .btSearch button:before,
.btSidebar .widget_product_search button:before,
.woocommerce .btSidebar .btSearch button:before {
font-family: FontAwesome;
content: "\f002";
display: inline-block;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btLightSkin .btSiteFooterWidgets .btSearch button:before,
.btDarkSkin .btLightSkin .btSiteFooterWidgets .btSearch button:before,
.btLightSkin .btDarkSkin .btLightSkin .btSiteFooterWidgets .btSearch button:before,
.btLightSkin .btSidebar .btSearch button:before,
.btDarkSkin .btLightSkin .btSidebar .btSearch button:before,
.btLightSkin .btDarkSkin .btLightSkin .btSidebar .btSearch button:before,
.btLightSkin .btSidebar .widget_product_search button:before,
.btDarkSkin .btLightSkin .btSidebar .widget_product_search button:before,
.btLightSkin .btDarkSkin .btLightSkin .btSidebar .widget_product_search button:before,
.btLightSkin .woocommerce .btSidebar .btSearch button:before,
.btDarkSkin .btLightSkin .woocommerce .btSidebar .btSearch button:before,
.btLightSkin .btDarkSkin .btLightSkin .woocommerce .btSidebar .btSearch button:before {
color: #111112;
}
.btDarkSkin .btSiteFooterWidgets .btSearch button:before,
.btLightSkin .btDarkSkin .btSiteFooterWidgets .btSearch button:before,
.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooterWidgets .btSearch button:before,
.btDarkSkin .btSidebar .btSearch button:before,
.btLightSkin .btDarkSkin .btSidebar .btSearch button:before,
.btDarkSkin.btLightSkin .btDarkSkin .btSidebar .btSearch button:before,
.btDarkSkin .btSidebar .widget_product_search button:before,
.btLightSkin .btDarkSkin .btSidebar .widget_product_search button:before,
.btDarkSkin.btLightSkin .btDarkSkin .btSidebar .widget_product_search button:before,
.btDarkSkin .woocommerce .btSidebar .btSearch button:before,
.btLightSkin .btDarkSkin .woocommerce .btSidebar .btSearch button:before,
.btDarkSkin.btLightSkin .btDarkSkin .woocommerce .btSidebar .btSearch button:before {
color: #fff;
}
.btSiteFooterWidgets .btSearch button:hover:before,
.btSidebar .btSearch button:hover:before,
.btSidebar .widget_product_search button:hover:before,
.woocommerce .btSidebar .btSearch button:hover:before {
color: #f06731;
}
.btSiteFooterWidgets .btSearch .bt_bb_icon,
.btSidebar .btSearch .bt_bb_icon,
.btSidebar .widget_product_search .bt_bb_icon,
.woocommerce .btSidebar .btSearch .bt_bb_icon {
display: none;
}
.btTopToolsRight .btSearch .bt_bb_icon,
.btTopToolsRight .widget_shopping_cart .bt_bb_icon {
margin-left: 0;
padding-left: .5em;
}
.btTopToolsLeft .btSearch .bt_bb_icon,
.btTopToolsLeft .widget_shopping_cart .bt_bb_icon {
margin-left: .5em;
padding-left: .5em;
}
.woocommerce .btSidebar .widget-search .btSearch .btSearchInner button[type='submit']:before {
font-family: FontAwesome;
content: "\f002";
display: inline-block;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btLightSkin .woocommerce .btSidebar .widget-search .btSearch .btSearchInner button[type='submit']:before,
.btDarkSkin .btLightSkin .woocommerce .btSidebar .widget-search .btSearch .btSearchInner button[type='submit']:before,
.btLightSkin .btDarkSkin .btLightSkin .woocommerce .btSidebar .widget-search .btSearch .btSearchInner button[type='submit']:before {
color: #111112;
}
.btDarkSkin .woocommerce .btSidebar .widget-search .btSearch .btSearchInner button[type='submit']:before,
.btLightSkin .btDarkSkin .woocommerce .btSidebar .widget-search .btSearch .btSearchInner button[type='submit']:before,
.btDarkSkin.btLightSkin .btDarkSkin .woocommerce .btSidebar .widget-search .btSearch .btSearchInner button[type='submit']:before {
color: #fff;
} .widget_search .btSearch .bt_bb_icon {
padding: 0;
}
.btSearchInner.btFromTopBox {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: translate(0,100%);
-moz-transform: translate(0,100%);
-ms-transform: translate(0,100%);
transform: translate(0,100%);
-webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,.15);
box-shadow: 0 0 50px 0 rgba(0,0,0,.15);
opacity: 0;
pointer-events: none;
-webkit-transition: all 800ms ease;
-moz-transition: all 800ms ease;
transition: all 800ms ease;
z-index: 99998;
}
.btLightSkin .btSearchInner.btFromTopBox,
.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox,
.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox {
background: #fff;
}
.btDarkSkin .btSearchInner.btFromTopBox,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox {
background: #111112;
}
.btSearchInner.btFromTopBox .btSearchInnerContent {
text-align: center;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
}
.btSearchInner.btFromTopBox form {
text-align: center;
position: absolute;
height: 6.75em;
left: 0;
right: 0;
top: 50%;
margin: -3.375em 10% 0;
}
.btSearchInner.btFromTopBox .btSearchInnerClose {
display: block;
position: absolute;
right: 0;
top: 0;
cursor: pointer;
}
.rtl .btSearchInner.btFromTopBox .btSearchInnerClose {
right: auto;
left: 0;
}
.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon {
padding: 0;
}
.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon {
width: auto;
height: auto;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon .bt_bb_icon_holder:before {
font: 8em/1 Icon7Stroke;
content: "\e680";
width: auto;
height: auto;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon a.bt_bb_icon_holder {
color: #f06731;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon:hover a.bt_bb_icon_holder {
color: #c6420e;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.btSearchInner.btFromTopBox input[type="text"] {
padding: 0 2em 0 1em;
height: 2.25em;
line-height: 2.25em;
font-size: 3em;
font-weight: 300;
border: none;
text-align: left;
-webkit-transition: 500ms ease all;
-moz-transition: 500ms ease all;
transition: 500ms ease all;
}
.rtl .btSearchInner.btFromTopBox input[type="text"] {
padding: 0 1em 0 2em;
}
.btLightSkin .btSearchInner.btFromTopBox input[type="text"],
.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"],
.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"] {
color: #111112;
-webkit-box-shadow: 0 0 0 2px rgba(0,0,0,.1) inset;
box-shadow: 0 0 0 2px rgba(0,0,0,.1) inset;
}
.btDarkSkin .btSearchInner.btFromTopBox input[type="text"],
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"],
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"] {
color: #fff;
-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset;
box-shadow: 0 0 0 2px rgba(255,255,255,.5) inset;
}
.btSearchInner.btFromTopBox input[type="text"]:focus {
border: none;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
transition: all 500ms ease;
}
.btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus {
-webkit-box-shadow: 0 0 0 3px #111112 inset;
box-shadow: 0 0 0 3px #111112 inset;
}
.btDarkSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]:focus {
-webkit-box-shadow: 0 0 0 3px #fff inset;
box-shadow: 0 0 0 3px #fff inset;
}
.btHardRoundedButtons .btSearchInner.btFromTopBox input[type="text"] {
border-radius: 100px;
}
.btSoftRoundedButtons .btSearchInner.btFromTopBox input[type="text"] {
border-radius: 10px;
}
.btSquareButtons .btSearchInner.btFromTopBox input[type="text"] {
border-radius: 0;
}
.btSearchInner.btFromTopBox button {
border: 0 !important;
position: absolute;
margin: 0;
right: 0;
top: 0;
border-radius: 0;
width: 6.75em;
height: 6.75em;
background: transparent !important;
cursor: pointer;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.rtl .btSearchInner.btFromTopBox button {
right: auto;
left: 0;
}
.btSearchInner.btFromTopBox button:before {
font: 4em/1 Icon7Stroke;
display: block;
content: "\e618";
color: #fff;
font-weight: 400;
text-align: center;
-webkit-transition: color 300ms ease;
-moz-transition: color 300ms ease;
transition: color 300ms ease;
}
.btLightSkin .btSearchInner.btFromTopBox button:before,
.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox button:before,
.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox button:before {
color: rgba(0,0,0,.1);
}
.btDarkSkin .btSearchInner.btFromTopBox button:before,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox button:before,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox button:before {
color: rgba(255,255,255,.5);
}
.btSearchInner.btFromTopBox button:hover:before {
color: #f06731;
-webkit-transition: color 300ms ease;
-moz-transition: color 300ms ease;
transition: color 300ms ease;
}
.btTopToolsSearchOpen .btSearchInner.btFromTopBox {
opacity: 1;
pointer-events: auto;
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-ms-transform: translate(0,0);
transform: translate(0,0);
}
.btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-webkit-input-placeholder,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-webkit-input-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-webkit-input-placeholder {
color: rgba(255,255,255,.2);
}
.btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-moz-placeholder,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-moz-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-moz-placeholder {
color: rgba(255,255,255,.2);
}
.btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-ms-input-placeholder,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-ms-input-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-ms-input-placeholder {
color: rgba(255,255,255,.2);
} div.btButtonWidget {
font-size: .75rem;
display: inline-block;
line-height: 1;
width: auto;
}
.btHardRoundedButtons div.btButtonWidget a {
border-radius: 50px;
}
.btSoftRoundedButtons div.btButtonWidget a {
border-radius: 4px;
}
div.btButtonWidget.btSquareButtonWidget a {
border-radius: 0;
}
div.btButtonWidget.btRoundButtonWidget a {
border-radius: 50px;
}
div.btButtonWidget.btRoundedButtonWidget a {
border-radius: 4px;
}
div.btButtonWidget a {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
position: relative;
overflow: hidden;
padding: 1.5em 2em;
text-decoration: none;
font-weight: 700;
text-align: center;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
div.btButtonWidget a .btIconWidgetIcon {
padding-right: .5em;
}
.rtl div.btButtonWidget a .btIconWidgetIcon {
padding-right: 0;
padding-left: .5em;
}
div.btButtonWidget a .btButtonWidgetText {
line-height: 1.1;
}
div.btButtonWidget a:before {
content: "";
display: block;
top: 0;
bottom: 0;
position: absolute;
width: 40px;
left: -60px;
-webkit-transform: skewX(-20deg);
-moz-transform: skewX(-20deg);
-ms-transform: skewX(-20deg);
transform: skewX(-20deg);
background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.56) 50%,rgba(255,255,255,0) 100%);
background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.56) 50%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.56) 50%,rgba(255,255,255,0) 100%);
-webkit-transition: 0ms ease all;
-moz-transition: 0ms ease all;
transition: 0ms ease all;
opacity: .5;
}
div.btButtonWidget a:hover {
-webkit-box-shadow: 0 3px 10px rgba(24,24,24,.2);
box-shadow: 0 3px 10px rgba(24,24,24,.2);
text-shadow: 0 1px 2px rgba(24,24,24,.3);
}
div.btButtonWidget a:hover:before {
left: 110%;
-webkit-transition: 800ms ease all;
-moz-transition: 800ms ease all;
transition: 800ms ease all;
opacity: .2;
}
div.btButtonWidget.btDefaultStyle a {
color: #111112;
background-color: #f06731;
}
div.btButtonWidget.btAccentLightButton a {
color: #f06731;
background-color: #fff;
}
div.btButtonWidget.btLightAccentButton a {
color: #fff;
background-color: #f06731;
}
div.btButtonWidget.btDarkAccentButton a {
color: #111112;
background-color: #f06731;
}
div.btButtonWidget.btAlternateLightButton a {
color: #4b4b4b;
background-color: #fff;
}
div.btButtonWidget.btLightAlternateButton a {
color: #fff;
background-color: #4b4b4b;
}
div.btButtonWidget.btAccentOutlineButton a {
color: #f06731;
border: 1px solid #f06731;
}
div.btButtonWidget.btAccentOutlineButton a:hover {
color: #fff;
background-color: #f06731;
}
div.btButtonWidget.btLightOutlineButton a {
color: #fff;
border: 1px solid #fff;
}
div.btButtonWidget.btLightOutlineButton a:hover {
color: #111112;
background-color: #fff;
}
.btMenuHorizontal div.btButtonWidget:not(:first-child) {
margin-left: 2.5em;
margin-right: 0;
}
.rtl.btMenuHorizontal div.btButtonWidget:not(:first-child) {
margin-right: 2.5em;
margin-left: 0;
}
.btMenuHorizontal div.btButtonWidget:not(.btWithLink) {
padding-left: 1em;
margin: 0;
}
.btMenuVertical div.btButtonWidget {
display: block;
float: none;
margin: 1em auto 0 auto;
}
.btTopToolsRight div.btButtonWidget.btSquareButtonWidget:last-child {
margin-right: -40px;
}
.rtl .btTopToolsRight div.btButtonWidget.btSquareButtonWidget:last-child {
margin-right: 40px;
margin-left: -40px;
}
.btMenuVertical .btTopToolsRight div.btButtonWidget {
margin: 1em auto 0 auto !important;
}
.btStickyHeaderActive.btStickyHeaderOpen.btHasAltLogo .btButtonWidget.btLightOutlineButton a {
color: #111112;
border: 1px solid #111112;
}
.btStickyHeaderActive.btStickyHeaderOpen.btHasAltLogo .btButtonWidget.btLightOutlineButton a:hover {
color: #fff;
background-color: #111112;
}
@font-face {
font-family: "Scroll";
src: url(//refinishbg.com/wp-content/themes/renowise/fonts/Scroll.woff) format("woff"),url(//refinishbg.com/wp-content/themes/renowise/fonts/Scroll.ttf) format("truetype");
} .bt_bb_headline .bt_bb_headline_superheadline {
margin-bottom: 1em;
}
.bt_bb_headline h1,
.bt_bb_headline h2,
.bt_bb_headline h3,
.bt_bb_headline h4,
.bt_bb_headline h5,
.bt_bb_headline h6 {
margin: 0;
padding: 0;
}
.bt_bb_headline .bt_bb_headline_content a {
color: inherit;
} .bt_bb_video {
padding-bottom: 0;
} .bt_bb_section {
position: relative;
}
.bt_bb_section[class*="dark_solid"]:before {
background-color: rgba(0,0,0,.35);
}
.bt_bb_section[class*="bt_bb_background_overlay"]:before {
content: ' ';
pointer-events: none;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
}
.bt_bb_section[class*="bt_bb_background_overlay"] .bt_bb_cell {
position: relative;
z-index: 1;
} .bt_bb_row.bt_bb_column_gap_0 {
-webkit-justify-content: inherit;
justify-content: inherit;
} .bt_bb_section[class*="cross_bottom"]:before {
background: url(//refinishbg.com/wp-content/themes/renowise/overlay/cross_grid.png);
background-repeat: no-repeat;
background-position: bottom;
}
.bt_bb_section[class*="cross_top"]:before {
background: url(//refinishbg.com/wp-content/themes/renowise/overlay/cross_grid.png);
background-repeat: no-repeat;
background-position: top;
} .bt_bb_section.bt_bb_top_spacing_0 > .bt_bb_port {
padding-top: 0;
}
.bt_bb_section.bt_bb_bottom_spacing_0 > .bt_bb_port {
padding-bottom: 0;
}
.bt_bb_section.bt_bb_top_spacing_5 > .bt_bb_port {
padding-top: 5px;
}
.bt_bb_section.bt_bb_bottom_spacing_5 > .bt_bb_port {
padding-bottom: 5px;
}
.bt_bb_section.bt_bb_top_spacing_10 > .bt_bb_port {
padding-top: 10px;
}
.bt_bb_section.bt_bb_bottom_spacing_10 > .bt_bb_port {
padding-bottom: 10px;
}
.bt_bb_section.bt_bb_top_spacing_15 > .bt_bb_port {
padding-top: 15px;
}
.bt_bb_section.bt_bb_bottom_spacing_15 > .bt_bb_port {
padding-bottom: 15px;
}
.bt_bb_section.bt_bb_top_spacing_20 > .bt_bb_port {
padding-top: 20px;
}
.bt_bb_section.bt_bb_bottom_spacing_20 > .bt_bb_port {
padding-bottom: 20px;
}
.bt_bb_section.bt_bb_top_spacing_25 > .bt_bb_port {
padding-top: 25px;
}
.bt_bb_section.bt_bb_bottom_spacing_25 > .bt_bb_port {
padding-bottom: 25px;
}
.bt_bb_section.bt_bb_top_spacing_30 > .bt_bb_port {
padding-top: 30px;
}
.bt_bb_section.bt_bb_bottom_spacing_30 > .bt_bb_port {
padding-bottom: 30px;
}
.bt_bb_section.bt_bb_top_spacing_35 > .bt_bb_port {
padding-top: 35px;
}
.bt_bb_section.bt_bb_bottom_spacing_35 > .bt_bb_port {
padding-bottom: 35px;
}
.bt_bb_section.bt_bb_top_spacing_40 > .bt_bb_port {
padding-top: 40px;
}
.bt_bb_section.bt_bb_bottom_spacing_40 > .bt_bb_port {
padding-bottom: 40px;
}
.bt_bb_section.bt_bb_top_spacing_45 > .bt_bb_port {
padding-top: 45px;
}
.bt_bb_section.bt_bb_bottom_spacing_45 > .bt_bb_port {
padding-bottom: 45px;
}
.bt_bb_section.bt_bb_top_spacing_50 > .bt_bb_port {
padding-top: 50px;
}
.bt_bb_section.bt_bb_bottom_spacing_50 > .bt_bb_port {
padding-bottom: 50px;
}
.bt_bb_section.bt_bb_top_spacing_60 > .bt_bb_port {
padding-top: 60px;
}
.bt_bb_section.bt_bb_bottom_spacing_60 > .bt_bb_port {
padding-bottom: 60px;
}
.bt_bb_section.bt_bb_top_spacing_70 > .bt_bb_port {
padding-top: 70px;
}
.bt_bb_section.bt_bb_bottom_spacing_70 > .bt_bb_port {
padding-bottom: 70px;
}
.bt_bb_section.bt_bb_top_spacing_80 > .bt_bb_port {
padding-top: 80px;
}
.bt_bb_section.bt_bb_bottom_spacing_80 > .bt_bb_port {
padding-bottom: 80px;
}
.bt_bb_section.bt_bb_top_spacing_90 > .bt_bb_port {
padding-top: 90px;
}
.bt_bb_section.bt_bb_bottom_spacing_90 > .bt_bb_port {
padding-bottom: 90px;
}
.bt_bb_section.bt_bb_top_spacing_100 > .bt_bb_port {
padding-top: 100px;
}
.bt_bb_section.bt_bb_bottom_spacing_100 > .bt_bb_port {
padding-bottom: 100px;
} .bt_bb_headline {
position: relative;
z-index: 1;
}
.bt_bb_headline .bt_bb_headline_superheadline {
display: block;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
font-size: .8rem;
font-weight: 600;
margin-bottom: .3rem;
}
.bt_bb_size_huge.bt_bb_headline .bt_bb_headline_superheadline {
font-size: 1.2rem;
margin-bottom: .7rem;
}
.bt_bb_size_extralarge.bt_bb_headline .bt_bb_headline_superheadline {
font-size: .9rem;
margin-bottom: .8rem;
}
.bt_bb_size_large.bt_bb_headline .bt_bb_headline_superheadline {
font-size: .8rem;
margin-bottom: .7rem;
}
.bt_bb_size_normal.bt_bb_headline .bt_bb_headline_superheadline {
font-size: .8rem;
}
.bt_bb_size_medium.bt_bb_headline .bt_bb_headline_superheadline {
font-size: .75rem;
}
.bt_bb_size_small.bt_bb_headline .bt_bb_headline_superheadline {
font-size: .7rem;
margin-bottom: .4rem;
}
.bt_bb_size_extrasmall.bt_bb_headline .bt_bb_headline_superheadline {
font-size: .6rem;
margin-bottom: .5rem;
}
.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-family: "Montserrat",Arial,Helvetica,sans-serif;
margin-top: 1.1em;
line-height: 1.75em;
font-size: 1.1em;
font-weight: 600;
}
.bt_bb_size_huge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-size: 1.3rem;
margin-top: 1rem;
line-height: 1.4em;
}
.bt_bb_size_extralarge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-size: 1.3rem;
margin-top: 1.2rem;
line-height: 1.5em;
}
.bt_bb_size_large.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-size: 1.2rem;
margin-top: 1.2rem;
}
.bt_bb_size_normal.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-size: 1.1rem;
margin-top: .5em;
}
.bt_bb_size_medium.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-size: 1rem;
margin-top: .5rem;
}
.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
margin-top: .9rem;
}
.bt_bb_size_small.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-size: .9rem;
margin-top: .5rem;
line-height: 1.4;
}
.bt_bb_size_extrasmall.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-size: .8rem;
margin-top: .8rem;
line-height: 1.2;
}
.bt_bb_subheadline_font_weight_bolder.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-weight: 800;
}
.bt_bb_subheadline_font_weight_bold.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-weight: 700;
}
.bt_bb_subheadline_font_weight_semi-bold.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-weight: 600;
}
.bt_bb_subheadline_font_weight_medium.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-weight: 500;
}
.bt_bb_subheadline_font_weight_normal.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-weight: 400;
}
.bt_bb_subheadline_font_weight_light.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-weight: 300;
}
.bt_bb_subheadline_font_weight_lighter.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-weight: 200;
}
.bt_bb_subheadline_font_weight_thin.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-weight: 100;
}
.bt_bb_headline h1 b,
.bt_bb_headline h2 b,
.bt_bb_headline h3 b,
.bt_bb_headline h4 b,
.bt_bb_headline h5 b,
.bt_bb_headline h6 b {
color: #f06731;
font-weight: inherit;
}
.bt_bb_headline h1 strong,
.bt_bb_headline h2 strong,
.bt_bb_headline h3 strong,
.bt_bb_headline h4 strong,
.bt_bb_headline h5 strong,
.bt_bb_headline h6 strong {
font-weight: 700;
}
.bt_bb_headline h1 em,
.bt_bb_headline h2 em,
.bt_bb_headline h3 em,
.bt_bb_headline h4 em,
.bt_bb_headline h5 em,
.bt_bb_headline h6 em {
font-style: normal;
font-weight: 200;
}
.bt_bb_size_huge.bt_bb_headline h1,
.bt_bb_size_huge.bt_bb_headline h2,
.bt_bb_size_huge.bt_bb_headline h3,
.bt_bb_size_huge.bt_bb_headline h4,
.bt_bb_size_huge.bt_bb_headline h5,
.bt_bb_size_huge.bt_bb_headline h6 {
font-size: 5rem;
line-height: 1.1;
}
.bt_bb_size_extralarge.bt_bb_headline h1,
.bt_bb_size_extralarge.bt_bb_headline h2,
.bt_bb_size_extralarge.bt_bb_headline h3,
.bt_bb_size_extralarge.bt_bb_headline h4,
.bt_bb_size_extralarge.bt_bb_headline h5,
.bt_bb_size_extralarge.bt_bb_headline h6 {
font-size: 3.75rem;
line-height: 1.1;
}
.bt_bb_size_large.bt_bb_headline h1,
.bt_bb_size_large.bt_bb_headline h2,
.bt_bb_size_large.bt_bb_headline h3,
.bt_bb_size_large.bt_bb_headline h4,
.bt_bb_size_large.bt_bb_headline h5,
.bt_bb_size_large.bt_bb_headline h6 {
font-size: 2.5rem;
line-height: 1.2;
}
.bt_bb_size_normal.bt_bb_headline h1,
.bt_bb_size_normal.bt_bb_headline h2,
.bt_bb_size_normal.bt_bb_headline h3,
.bt_bb_size_normal.bt_bb_headline h4,
.bt_bb_size_normal.bt_bb_headline h5,
.bt_bb_size_normal.bt_bb_headline h6 {
font-size: 1.8rem;
}
.bt_bb_size_medium.bt_bb_headline h1,
.bt_bb_size_medium.bt_bb_headline h2,
.bt_bb_size_medium.bt_bb_headline h3,
.bt_bb_size_medium.bt_bb_headline h4,
.bt_bb_size_medium.bt_bb_headline h5,
.bt_bb_size_medium.bt_bb_headline h6 {
font-size: 1.3rem;
}
.bt_bb_size_small.bt_bb_headline h1,
.bt_bb_size_small.bt_bb_headline h2,
.bt_bb_size_small.bt_bb_headline h3,
.bt_bb_size_small.bt_bb_headline h4,
.bt_bb_size_small.bt_bb_headline h5,
.bt_bb_size_small.bt_bb_headline h6 {
font-size: .9rem;
}
.bt_bb_size_extrasmall.bt_bb_headline h1,
.bt_bb_size_extrasmall.bt_bb_headline h2,
.bt_bb_size_extrasmall.bt_bb_headline h3,
.bt_bb_size_extrasmall.bt_bb_headline h4,
.bt_bb_size_extrasmall.bt_bb_headline h5,
.bt_bb_size_extrasmall.bt_bb_headline h6 {
font-size: .8rem;
}
.bt_bb_font_weight_bolder.bt_bb_headline h1,
.bt_bb_font_weight_bolder.bt_bb_headline h2,
.bt_bb_font_weight_bolder.bt_bb_headline h3,
.bt_bb_font_weight_bolder.bt_bb_headline h4,
.bt_bb_font_weight_bolder.bt_bb_headline h5,
.bt_bb_font_weight_bolder.bt_bb_headline h6 {
font-weight: 800;
}
.bt_bb_font_weight_bold.bt_bb_headline h1,
.bt_bb_font_weight_bold.bt_bb_headline h2,
.bt_bb_font_weight_bold.bt_bb_headline h3,
.bt_bb_font_weight_bold.bt_bb_headline h4,
.bt_bb_font_weight_bold.bt_bb_headline h5,
.bt_bb_font_weight_bold.bt_bb_headline h6 {
font-weight: 700;
}
.bt_bb_font_weight_semi-bold.bt_bb_headline h1,
.bt_bb_font_weight_semi-bold.bt_bb_headline h2,
.bt_bb_font_weight_semi-bold.bt_bb_headline h3,
.bt_bb_font_weight_semi-bold.bt_bb_headline h4,
.bt_bb_font_weight_semi-bold.bt_bb_headline h5,
.bt_bb_font_weight_semi-bold.bt_bb_headline h6 {
font-weight: 600;
}
.bt_bb_font_weight_medium.bt_bb_headline h1,
.bt_bb_font_weight_medium.bt_bb_headline h2,
.bt_bb_font_weight_medium.bt_bb_headline h3,
.bt_bb_font_weight_medium.bt_bb_headline h4,
.bt_bb_font_weight_medium.bt_bb_headline h5,
.bt_bb_font_weight_medium.bt_bb_headline h6 {
font-weight: 500;
}
.bt_bb_font_weight_normal.bt_bb_headline h1,
.bt_bb_font_weight_normal.bt_bb_headline h2,
.bt_bb_font_weight_normal.bt_bb_headline h3,
.bt_bb_font_weight_normal.bt_bb_headline h4,
.bt_bb_font_weight_normal.bt_bb_headline h5,
.bt_bb_font_weight_normal.bt_bb_headline h6 {
font-weight: 400;
}
.bt_bb_font_weight_light.bt_bb_headline h1,
.bt_bb_font_weight_light.bt_bb_headline h2,
.bt_bb_font_weight_light.bt_bb_headline h3,
.bt_bb_font_weight_light.bt_bb_headline h4,
.bt_bb_font_weight_light.bt_bb_headline h5,
.bt_bb_font_weight_light.bt_bb_headline h6 {
font-weight: 300;
}
.bt_bb_font_weight_lighter.bt_bb_headline h1,
.bt_bb_font_weight_lighter.bt_bb_headline h2,
.bt_bb_font_weight_lighter.bt_bb_headline h3,
.bt_bb_font_weight_lighter.bt_bb_headline h4,
.bt_bb_font_weight_lighter.bt_bb_headline h5,
.bt_bb_font_weight_lighter.bt_bb_headline h6 {
font-weight: 200;
}
.bt_bb_font_weight_thin.bt_bb_headline h1,
.bt_bb_font_weight_thin.bt_bb_headline h2,
.bt_bb_font_weight_thin.bt_bb_headline h3,
.bt_bb_font_weight_thin.bt_bb_headline h4,
.bt_bb_font_weight_thin.bt_bb_headline h5,
.bt_bb_font_weight_thin.bt_bb_headline h6 {
font-weight: 100;
}
.bt_bb_dash_top.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h6 .bt_bb_headline_content:after {
margin: .5em 0 .3em;
width: 1.5em;
border-width: 0 0 2px;
border-color: inherit;
}
.bt_bb_dash_top.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline h6 .bt_bb_headline_content:before {
border-width: 0 0 2px;
}
.bt_bb_dash_top_bottom.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline h6 .bt_bb_headline_content:before {
margin-top: .4em;
}
.bt_bb_dash_bottom.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h6 .bt_bb_headline_content:after {
margin-bottom: 0;
margin-top: .48em;
width: 1.5em;
border-width: 0 0 2px;
border-color: inherit;
}
.bt_bb_size_huge.bt_bb_dash_bottom.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_size_huge.bt_bb_dash_bottom.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_size_huge.bt_bb_dash_bottom.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_size_huge.bt_bb_dash_bottom.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_size_huge.bt_bb_dash_bottom.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_size_huge.bt_bb_dash_bottom.bt_bb_headline h6 .bt_bb_headline_content:after {
margin-bottom: .2em;
margin-top: .3em;
}
.bt_bb_size_extralarge.bt_bb_dash_bottom.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_size_extralarge.bt_bb_dash_bottom.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_size_extralarge.bt_bb_dash_bottom.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_size_extralarge.bt_bb_dash_bottom.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_size_extralarge.bt_bb_dash_bottom.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_size_extralarge.bt_bb_dash_bottom.bt_bb_headline h6 .bt_bb_headline_content:after {
margin-top: .3em;
}
.bt_bb_size_medium.bt_bb_dash_bottom.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_size_medium.bt_bb_dash_bottom.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_size_medium.bt_bb_dash_bottom.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_size_medium.bt_bb_dash_bottom.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_size_medium.bt_bb_dash_bottom.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_size_medium.bt_bb_dash_bottom.bt_bb_headline h6 .bt_bb_headline_content:after {
margin-top: .7em;
}
.bt_bb_size_small.bt_bb_dash_bottom.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_size_small.bt_bb_dash_bottom.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_size_small.bt_bb_dash_bottom.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_size_small.bt_bb_dash_bottom.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_size_small.bt_bb_dash_bottom.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_size_small.bt_bb_dash_bottom.bt_bb_headline h6 .bt_bb_headline_content:after {
margin-top: .7em;
}
.bt_bb_size_extrasmall.bt_bb_dash_bottom.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_size_extrasmall.bt_bb_dash_bottom.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_size_extrasmall.bt_bb_dash_bottom.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_size_extrasmall.bt_bb_dash_bottom.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_size_extrasmall.bt_bb_dash_bottom.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_size_extrasmall.bt_bb_dash_bottom.bt_bb_headline h6 .bt_bb_headline_content:after {
margin-top: .8em;
}
.bt_bb_dash_top.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_headline h6 .bt_bb_headline_content:before {
margin: .4em 0 .3em;
}
.btHasBgImage.bt_bb_headline .bt_bb_headline_content span {
display: inline-block;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-color: #f06731;
}
.btHasBgImage.bt_bb_headline .bt_bb_headline_content span:before,
.btHasBgImage.bt_bb_headline .bt_bb_headline_content span:after {
content: '';
display: none;
}
.bt_bb_headline.bt_bb_style_square {
min-height: 18em;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.bt_bb_headline.bt_bb_style_square:before {
content: ' ';
z-index: -1;
border: 20px solid;
border-color: inherit;
opacity: .2;
width: 18em;
height: 18em;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
.bt_bb_size_large.bt_bb_headline.bt_bb_style_square {
min-height: 16em !important;
}
.bt_bb_size_large.bt_bb_headline.bt_bb_style_square:before {
width: 16em !important;
height: 16em !important;
border: 18px solid;
}
.bt_bb_size_normal.bt_bb_headline.bt_bb_style_square {
min-height: 10em !important;
}
.bt_bb_size_normal.bt_bb_headline.bt_bb_style_square:before {
width: 10em !important;
height: 10em !important;
border: 16px solid;
}
.bt_bb_size_medium.bt_bb_headline.bt_bb_style_square {
min-height: 8em !important;
}
.bt_bb_size_medium.bt_bb_headline.bt_bb_style_square:before {
width: 8em !important;
height: 8em !important;
border: 14px solid;
}
.bt_bb_size_small.bt_bb_headline.bt_bb_style_square {
min-height: 5em !important;
}
.bt_bb_size_small.bt_bb_headline.bt_bb_style_square:before {
width: 5em !important;
height: 5em !important;
border: 14px solid;
}
.bt_bb_size_extrasmall.bt_bb_headline.bt_bb_style_square {
min-height: 3em !important;
}
.bt_bb_size_extrasmall.bt_bb_headline.bt_bb_style_square:before {
width: 3em !important;
height: 3em !important;
border: 12px solid;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_headline.bt_bb_style_square,.bt_bb_align_center .bt_bb_align_right.bt_bb_headline.bt_bb_style_square,.bt_bb_align_left .bt_bb_align_right .bt_bb_headline.bt_bb_style_square,.bt_bb_align_center .bt_bb_align_right .bt_bb_headline.bt_bb_style_square,.bt_bb_align_right.bt_bb_headline.bt_bb_style_square,.bt_bb_align_right .bt_bb_headline.bt_bb_style_square {
padding-right: 3em;
}
.bt_bb_align_right .bt_bb_align_left.bt_bb_headline.bt_bb_style_square,.bt_bb_align_center .bt_bb_align_left.bt_bb_headline.bt_bb_style_square,.bt_bb_align_right .bt_bb_align_left .bt_bb_headline.bt_bb_style_square,.bt_bb_align_center .bt_bb_align_left .bt_bb_headline.bt_bb_style_square,.bt_bb_align_left.bt_bb_headline.bt_bb_style_square,.bt_bb_align_left .bt_bb_headline.bt_bb_style_square.bt_bb_headline.bt_bb_style_square {
padding-left: 3em;
}
.bt_bb_headline.bt_bb_style_square.bt_bb_superheadline {
min-height: 19em;
}
.bt_bb_headline.bt_bb_style_square.bt_bb_superheadline:before {
width: 19em;
height: 19em;
}
.bt_bb_headline.bt_bb_align_right.bt_bb_style_square:before {
left: auto;
}
.bt_bb_headline.bt_bb_align_left.bt_bb_style_square:before {
right: auto;
} .bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content {
padding-left: 2em;
padding-right: 2em;
}
.bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content .bt_bb_image {
margin: 0 -2em;
} .bt_bb_row.bt_bb_negative_margin_small,
.bt_bb_row_inner.bt_bb_negative_margin_small {
position: relative;
margin-top: -1em;
z-index: 1;
}
.bt_bb_row.bt_bb_negative_margin_normal,
.bt_bb_row_inner.bt_bb_negative_margin_normal {
margin-top: -2em;
position: relative;
z-index: 1;
}
.bt_bb_row.bt_bb_negative_margin_medium,
.bt_bb_row_inner.bt_bb_negative_margin_medium {
margin-top: -4em;
position: relative;
z-index: 1;
}
.bt_bb_row.bt_bb_negative_margin_large,
.bt_bb_row_inner.bt_bb_negative_margin_large {
margin-top: -8em;
position: relative;
z-index: 1;
}
.bt_bb_row.bt_bb_negative_margin_extralarge,
.bt_bb_row_inner.bt_bb_negative_margin_extralarge {
margin-top: -16em;
position: relative;
z-index: 1;
}
.bt_bb_row.bt_bb_style_shadow,
.bt_bb_row_inner.bt_bb_style_shadow {
-webkit-box-shadow: 0 10px 20px -10px rgba(0,0,0,.2);
box-shadow: 0 10px 20px -10px rgba(0,0,0,.2);
}
.bt_bb_row.bt_bb_style_border,
.bt_bb_row_inner.bt_bb_style_border {
border: 1px solid rgba(255,255,255,.3);
} .bt_bb_column .bt_bb_column_content {
background-size: cover;
}
.bt_bb_column.bt_bb_style_shadow {
-webkit-box-shadow: 0 10px 20px -10px rgba(0,0,0,.2);
box-shadow: 0 10px 20px -10px rgba(0,0,0,.2);
}
.bt_bb_column.bt_bb_style_strong_shadow {
-webkit-box-shadow: 0 20px 50px -10px rgba(0,0,0,.5);
box-shadow: 0 20px 50px -10px rgba(0,0,0,.5);
}
.bt_bb_column.bt_bb_style_inner_shadow .bt_bb_column_content {
-webkit-box-shadow: 0 10px 20px -10px rgba(0,0,0,.2);
box-shadow: 0 10px 20px -10px rgba(0,0,0,.2);
}
.bt_bb_column.bt_bb_style_strong_inner_shadow .bt_bb_column_content {
-webkit-box-shadow: 0 20px 50px -10px rgba(0,0,0,.5);
box-shadow: 0 20px 50px -10px rgba(0,0,0,.5);
}
.bt_bb_column.bt_bb_style_hover_shadow .bt_bb_column_content {
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
transition: all 450ms ease;
}
.bt_bb_column.bt_bb_style_hover_shadow:hover .bt_bb_column_content {
-webkit-box-shadow: 0 10px 20px -10px rgba(0,0,0,.2);
box-shadow: 0 10px 20px -10px rgba(0,0,0,.2);
}
.bt_bb_column.bt_bb_style_border_shadow .bt_bb_column_content {
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
transition: all 450ms ease;
border: 1px solid #dcdcdc;
}
.bt_bb_column.bt_bb_style_border_shadow:hover .bt_bb_column_content {
-webkit-box-shadow: 0 10px 20px -10px rgba(0,0,0,.2);
box-shadow: 0 10px 20px -10px rgba(0,0,0,.2);
}
.bt_bb_column.bt_bb_border_top_right_bottom_left .bt_bb_column_content {
position: relative;
}
.bt_bb_column.bt_bb_border_top_right_bottom_left .bt_bb_column_content:before {
content: '';
height: 4em;
width: 4em;
border-top: 1em solid #f06731;
border-right: 1em solid #f06731;
position: absolute;
top: -1em;
right: -1em;
}
.bt_bb_column.bt_bb_border_top_right_bottom_left .bt_bb_column_content:after {
content: '';
height: 4em;
width: 4em;
border-bottom: 1em solid #f06731;
border-left: 1em solid #f06731;
position: absolute;
bottom: -1em;
left: -1em;
}
.bt_bb_column.bt_bb_border_top_left_bottom_right .bt_bb_column_content {
position: relative;
}
.bt_bb_column.bt_bb_border_top_left_bottom_right .bt_bb_column_content:before {
content: '';
height: 4em;
width: 4em;
border-top: 1em solid #f06731;
border-left: 1em solid #f06731;
position: absolute;
top: -1em;
left: -1em;
}
.bt_bb_column.bt_bb_border_top_left_bottom_right .bt_bb_column_content:after {
content: '';
height: 4em;
width: 4em;
border-bottom: 1em solid #f06731;
border-right: 1em solid #f06731;
position: absolute;
bottom: -1em;
right: -1em;
}
.bt_bb_column.bt_bb_border_top_right_bottom_right .bt_bb_column_content {
position: relative;
}
.bt_bb_column.bt_bb_border_top_right_bottom_right .bt_bb_column_content:before {
content: '';
height: 4em;
width: 4em;
border-top: 1em solid #f06731;
border-right: 1em solid #f06731;
position: absolute;
top: -1em;
right: -1em;
}
.bt_bb_column.bt_bb_border_top_right_bottom_right .bt_bb_column_content:after {
content: '';
height: 4em;
width: 4em;
border-bottom: 1em solid #f06731;
border-right: 1em solid #f06731;
position: absolute;
bottom: -1em;
right: -1em;
}
.bt_bb_column.bt_bb_border_top_left_bottom_left .bt_bb_column_content {
position: relative;
}
.bt_bb_column.bt_bb_border_top_left_bottom_left .bt_bb_column_content:before {
content: '';
height: 4em;
width: 4em;
border-top: 1em solid #f06731;
border-left: 1em solid #f06731;
position: absolute;
top: -1em;
left: -1em;
}
.bt_bb_column.bt_bb_border_top_left_bottom_left .bt_bb_column_content:after {
content: '';
height: 4em;
width: 4em;
border-bottom: 1em solid #f06731;
border-left: 1em solid #f06731;
position: absolute;
bottom: -1em;
left: -1em;
}
.bt_bb_column.bt_bb_border_top_left .bt_bb_column_content {
position: relative;
}
.bt_bb_column.bt_bb_border_top_left .bt_bb_column_content:before {
content: '';
height: 4em;
width: 4em;
border-top: 1em solid #f06731;
border-left: 1em solid #f06731;
position: absolute;
top: -1em;
left: -1em;
}
.bt_bb_column.bt_bb_border_top_right .bt_bb_column_content {
position: relative;
}
.bt_bb_column.bt_bb_border_top_right .bt_bb_column_content:before {
content: '';
height: 4em;
width: 4em;
border-top: 1em solid #f06731;
border-right: 1em solid #f06731;
position: absolute;
top: -1em;
right: -1em;
}
.bt_bb_column.bt_bb_border_bottom_right .bt_bb_column_content {
position: relative;
}
.bt_bb_column.bt_bb_border_bottom_right .bt_bb_column_content:after {
content: '';
height: 4em;
width: 4em;
border-bottom: 1em solid #f06731;
border-right: 1em solid #f06731;
position: absolute;
bottom: -1em;
right: -1em;
}
.bt_bb_column.bt_bb_border_bottom_left .bt_bb_column_content {
position: relative;
}
.bt_bb_column.bt_bb_border_bottom_left .bt_bb_column_content:after {
content: '';
height: 4em;
width: 4em;
border-bottom: 1em solid #f06731;
border-left: 1em solid #f06731;
position: absolute;
bottom: -1em;
left: -1em;
}
.bt_bb_border_color_alternate.bt_bb_column .bt_bb_column_content:after,
.bt_bb_border_color_alternate.bt_bb_column .bt_bb_column_content:before {
border-color: #4b4b4b !important;
}
.bt_bb_border_color_light.bt_bb_column .bt_bb_column_content:after,
.bt_bb_border_color_light.bt_bb_column .bt_bb_column_content:before {
border-color: #fff !important;
}
.bt_bb_border_color_dark.bt_bb_column .bt_bb_column_content:after,
.bt_bb_border_color_dark.bt_bb_column .bt_bb_column_content:before {
border-color: #111112 !important;
}
.bt_bb_border_color_gray.bt_bb_column .bt_bb_column_content:after,
.bt_bb_border_color_gray.bt_bb_column .bt_bb_column_content:before {
border-color: #383e4a !important;
}
@media (max-width: 1399px) {
.bt_bb_column.bt_bb_border_top_left_bottom_left .bt_bb_column_content:before,
.bt_bb_column.bt_bb_border_top_right_bottom_right .bt_bb_column_content:before,
.bt_bb_column.bt_bb_border_top_left_bottom_right .bt_bb_column_content:before,
.bt_bb_column.bt_bb_border_top_right_bottom_left .bt_bb_column_content:before {
border-width: .7em !important;
}
.bt_bb_column.bt_bb_border_top_left_bottom_left .bt_bb_column_content:after,
.bt_bb_column.bt_bb_border_top_right_bottom_right .bt_bb_column_content:after,
.bt_bb_column.bt_bb_border_top_left_bottom_right .bt_bb_column_content:after,
.bt_bb_column.bt_bb_border_top_right_bottom_left .bt_bb_column_content:after {
border-width: .7em !important;
}
.bt_bb_column.bt_bb_border_top_right .bt_bb_column_content:before,
.bt_bb_column.bt_bb_border_top_left .bt_bb_column_content:before {
border-width: .7em !important;
}
.bt_bb_column.bt_bb_border_bottom_left .bt_bb_column_content:after,
.bt_bb_column.bt_bb_border_bottom_right .bt_bb_column_content:after {
border-width: .7em !important;
}
} @media (min-width: 1200px) {
.btBoxedLeft1200 {
padding-left: -webkit-calc(50vw - 608px);
padding-left: -moz-calc(50vw - 608px);
padding-left: calc(50vw - 608px);
}
.rtl .btBoxedLeft1200 {
padding-left: 0;
padding-right: -webkit-calc(50vw - 608px);
padding-right: -moz-calc(50vw - 608px);
padding-right: calc(50vw - 608px);
}
.touch .btBoxedLeft1200 {
padding-left: -webkit-calc(50vw - 600px);
padding-left: -moz-calc(50vw - 600px);
padding-left: calc(50vw - 600px);
}
.rtl .touch .btBoxedLeft1200 {
padding-left: 0;
padding-right: -webkit-calc(50vw - 608px);
padding-right: -moz-calc(50vw - 608px);
padding-right: calc(50vw - 608px);
}
} .bt_bb_column.bt_bb_padding_0 .bt_bb_column_content {
padding-left: 0;
padding-right: 0;
}
.bt_bb_column_inner.bt_bb_padding_0 .bt_bb_column_inner_content {
padding-left: 0;
padding-right: 0;
}
.bt_bb_column.bt_bb_padding_5 .bt_bb_column_content {
padding-left: 5px;
padding-right: 5px;
}
.bt_bb_column_inner.bt_bb_padding_5 .bt_bb_column_inner_content {
padding-left: 5px;
padding-right: 5px;
}
.bt_bb_column.bt_bb_padding_10 .bt_bb_column_content {
padding-left: 10px;
padding-right: 10px;
}
.bt_bb_column_inner.bt_bb_padding_10 .bt_bb_column_inner_content {
padding-left: 10px;
padding-right: 10px;
}
.bt_bb_column.bt_bb_padding_15 .bt_bb_column_content {
padding-left: 15px;
padding-right: 15px;
}
.bt_bb_column_inner.bt_bb_padding_15 .bt_bb_column_inner_content {
padding-left: 15px;
padding-right: 15px;
}
.bt_bb_column.bt_bb_padding_20 .bt_bb_column_content {
padding-left: 20px;
padding-right: 20px;
}
.bt_bb_column_inner.bt_bb_padding_20 .bt_bb_column_inner_content {
padding-left: 20px;
padding-right: 20px;
}
.bt_bb_column.bt_bb_padding_25 .bt_bb_column_content {
padding-left: 25px;
padding-right: 25px;
}
.bt_bb_column_inner.bt_bb_padding_25 .bt_bb_column_inner_content {
padding-left: 25px;
padding-right: 25px;
}
.bt_bb_column.bt_bb_padding_30 .bt_bb_column_content {
padding-left: 30px;
padding-right: 30px;
}
.bt_bb_column_inner.bt_bb_padding_30 .bt_bb_column_inner_content {
padding-left: 30px;
padding-right: 30px;
}
.bt_bb_column.bt_bb_padding_35 .bt_bb_column_content {
padding-left: 35px;
padding-right: 35px;
}
.bt_bb_column_inner.bt_bb_padding_35 .bt_bb_column_inner_content {
padding-left: 35px;
padding-right: 35px;
}
.bt_bb_column.bt_bb_padding_40 .bt_bb_column_content {
padding-left: 40px;
padding-right: 40px;
}
.bt_bb_column_inner.bt_bb_padding_40 .bt_bb_column_inner_content {
padding-left: 40px;
padding-right: 40px;
}
.bt_bb_column.bt_bb_padding_45 .bt_bb_column_content {
padding-left: 45px;
padding-right: 45px;
}
.bt_bb_column_inner.bt_bb_padding_45 .bt_bb_column_inner_content {
padding-left: 45px;
padding-right: 45px;
}
.bt_bb_column.bt_bb_padding_50 .bt_bb_column_content {
padding-left: 50px;
padding-right: 50px;
}
.bt_bb_column_inner.bt_bb_padding_50 .bt_bb_column_inner_content {
padding-left: 50px;
padding-right: 50px;
}
.bt_bb_column.bt_bb_padding_60 .bt_bb_column_content {
padding-left: 60px;
padding-right: 60px;
}
.bt_bb_column_inner.bt_bb_padding_60 .bt_bb_column_inner_content {
padding-left: 60px;
padding-right: 60px;
}
.bt_bb_column.bt_bb_padding_70 .bt_bb_column_content {
padding-left: 70px;
padding-right: 70px;
}
.bt_bb_column_inner.bt_bb_padding_70 .bt_bb_column_inner_content {
padding-left: 70px;
padding-right: 70px;
}
.bt_bb_column.bt_bb_padding_80 .bt_bb_column_content {
padding-left: 80px;
padding-right: 80px;
}
.bt_bb_column_inner.bt_bb_padding_80 .bt_bb_column_inner_content {
padding-left: 80px;
padding-right: 80px;
}
.bt_bb_column.bt_bb_padding_90 .bt_bb_column_content {
padding-left: 90px;
padding-right: 90px;
}
.bt_bb_column_inner.bt_bb_padding_90 .bt_bb_column_inner_content {
padding-left: 90px;
padding-right: 90px;
}
.bt_bb_column.bt_bb_padding_100 .bt_bb_column_content {
padding-left: 100px;
padding-right: 100px;
}
.bt_bb_column_inner.bt_bb_padding_100 .bt_bb_column_inner_content {
padding-left: 100px;
padding-right: 100px;
}
@media (max-width: 360px) {
.bt_bb_column.bt_bb_padding_40 .bt_bb_column_content {
padding-left: 20px;
padding-right: 20px;
}
.bt_bb_column_inner.bt_bb_padding_40 .bt_bb_column_inner_content {
padding-left: 40px;
padding-right: 40px;
}
.bt_bb_column.bt_bb_padding_45 .bt_bb_column_content {
padding-left: 22.5px;
padding-right: 22.5px;
}
.bt_bb_column_inner.bt_bb_padding_45 .bt_bb_column_inner_content {
padding-left: 45px;
padding-right: 45px;
}
.bt_bb_column.bt_bb_padding_50 .bt_bb_column_content {
padding-left: 25px;
padding-right: 25px;
}
.bt_bb_column_inner.bt_bb_padding_50 .bt_bb_column_inner_content {
padding-left: 50px;
padding-right: 50px;
}
.bt_bb_column.bt_bb_padding_60 .bt_bb_column_content {
padding-left: 30px;
padding-right: 30px;
}
.bt_bb_column_inner.bt_bb_padding_60 .bt_bb_column_inner_content {
padding-left: 60px;
padding-right: 60px;
}
.bt_bb_column.bt_bb_padding_70 .bt_bb_column_content {
padding-left: 35px;
padding-right: 35px;
}
.bt_bb_column_inner.bt_bb_padding_70 .bt_bb_column_inner_content {
padding-left: 70px;
padding-right: 70px;
}
.bt_bb_column.bt_bb_padding_80 .bt_bb_column_content {
padding-left: 40px;
padding-right: 40px;
}
.bt_bb_column_inner.bt_bb_padding_80 .bt_bb_column_inner_content {
padding-left: 80px;
padding-right: 80px;
}
.bt_bb_column.bt_bb_padding_90 .bt_bb_column_content {
padding-left: 45px;
padding-right: 45px;
}
.bt_bb_column_inner.bt_bb_padding_90 .bt_bb_column_inner_content {
padding-left: 90px;
padding-right: 90px;
}
.bt_bb_column.bt_bb_padding_100 .bt_bb_column_content {
padding-left: 50px;
padding-right: 50px;
}
.bt_bb_column_inner.bt_bb_padding_100 .bt_bb_column_inner_content {
padding-left: 100px;
padding-right: 100px;
}
} .bt_bb_column_inner.bt_bb_style_shadow {
-webkit-box-shadow: 0 20px 32px -10px rgba(0,0,0,.2);
box-shadow: 0 20px 32px -10px rgba(0,0,0,.2);
}
.bt_bb_column_inner.bt_bb_style_strong_shadow {
-webkit-box-shadow: 0 20px 50px -10px rgba(0,0,0,.5);
box-shadow: 0 20px 50px -10px rgba(0,0,0,.5);
}
.bt_bb_column_inner.bt_bb_style_inner_shadow .bt_bb_column_inner_content {
-webkit-box-shadow: 0 20px 32px -10px rgba(0,0,0,.2);
box-shadow: 0 20px 32px -10px rgba(0,0,0,.2);
}
.bt_bb_column_inner.bt_bb_style_strong_inner_shadow .bt_bb_column_content {
-webkit-box-shadow: 0 20px 50px -10px rgba(0,0,0,.5);
box-shadow: 0 20px 50px -10px rgba(0,0,0,.5);
}
.bt_bb_column_inner.bt_bb_style_hover_shadow .bt_bb_column_inner_content {
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
transition: all 450ms ease;
}
.bt_bb_column_inner.bt_bb_style_hover_shadow:hover .bt_bb_column_inner_content {
-webkit-box-shadow: 0 20px 32px -10px rgba(0,0,0,.1);
box-shadow: 0 20px 32px -10px rgba(0,0,0,.1);
}
.bt_bb_column_inner.bt_bb_style_border_shadow .bt_bb_column_inner_content {
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
transition: all 450ms ease;
border: 1px solid #dcdcdc;
}
.bt_bb_column_inner.bt_bb_style_border_shadow:hover .bt_bb_column_inner_content {
-webkit-box-shadow: 0 20px 32px -10px rgba(0,0,0,.1);
box-shadow: 0 20px 32px -10px rgba(0,0,0,.1);
}
.bt_bb_column_inner.bt_bb_border_top_right_bottom_left .bt_bb_column_inner_content {
position: relative;
}
.bt_bb_column_inner.bt_bb_border_top_right_bottom_left .bt_bb_column_inner_content:before {
content: '';
height: 4em;
width: 4em;
border-top: 1em solid #f06731;
border-right: 1em solid #f06731;
position: absolute;
top: -1em;
right: -1em;
}
.bt_bb_column_inner.bt_bb_border_top_right_bottom_left .bt_bb_column_inner_content:after {
content: '';
height: 4em;
width: 4em;
border-bottom: 1em solid #f06731;
border-left: 1em solid #f06731;
position: absolute;
bottom: -1em;
left: -1em;
}
.bt_bb_column_inner.bt_bb_border_top_left_bottom_right .bt_bb_column_inner_content {
position: relative;
}
.bt_bb_column_inner.bt_bb_border_top_left_bottom_right .bt_bb_column_inner_content:before {
content: '';
height: 4em;
width: 4em;
border-top: 1em solid #f06731;
border-left: 1em solid #f06731;
position: absolute;
top: -1em;
left: -1em;
}
.bt_bb_column_inner.bt_bb_border_top_left_bottom_right .bt_bb_column_inner_content:after {
content: '';
height: 4em;
width: 4em;
border-bottom: 1em solid #f06731;
border-right: 1em solid #f06731;
position: absolute;
bottom: -1em;
right: -1em;
}
.bt_bb_column_inner.bt_bb_border_top_right_bottom_right .bt_bb_column_inner_content {
position: relative;
}
.bt_bb_column_inner.bt_bb_border_top_right_bottom_right .bt_bb_column_inner_content:before {
content: '';
height: 4em;
width: 4em;
border-top: 1em solid #f06731;
border-right: 1em solid #f06731;
position: absolute;
top: -1em;
right: -1em;
}
.bt_bb_column_inner.bt_bb_border_top_right_bottom_right .bt_bb_column_inner_content:after {
content: '';
height: 4em;
width: 4em;
border-bottom: 1em solid #f06731;
border-right: 1em solid #f06731;
position: absolute;
bottom: -1em;
right: -1em;
}
.bt_bb_column_inner.bt_bb_border_top_left_bottom_left .bt_bb_column_inner_content {
position: relative;
}
.bt_bb_column_inner.bt_bb_border_top_left_bottom_left .bt_bb_column_inner_content:before {
content: '';
height: 4em;
width: 4em;
border-top: 1em solid #f06731;
border-left: 1em solid #f06731;
position: absolute;
top: -1em;
left: -1em;
}
.bt_bb_column_inner.bt_bb_border_top_left_bottom_left .bt_bb_column_inner_content:after {
content: '';
height: 4em;
width: 4em;
border-bottom: 1em solid #f06731;
border-left: 1em solid #f06731;
position: absolute;
bottom: -1em;
left: -1em;
}
.bt_bb_column_inner.bt_bb_border_top_left .bt_bb_column_inner_content {
position: relative;
}
.bt_bb_column_inner.bt_bb_border_top_left .bt_bb_column_inner_content:before {
content: '';
height: 4em;
width: 4em;
border-top: 1em solid #f06731;
border-left: 1em solid #f06731;
position: absolute;
top: -1em;
left: -1em;
}
.bt_bb_column_inner.bt_bb_border_top_right .bt_bb_column_inner_content {
position: relative;
}
.bt_bb_column_inner.bt_bb_border_top_right .bt_bb_column_inner_content:before {
content: '';
height: 4em;
width: 4em;
border-top: 1em solid #f06731;
border-right: 1em solid #f06731;
position: absolute;
top: -1em;
right: -1em;
}
.bt_bb_column_inner.bt_bb_border_bottom_right .bt_bb_column_inner_content {
position: relative;
}
.bt_bb_column_inner.bt_bb_border_bottom_right .bt_bb_column_inner_content:after {
content: '';
height: 4em;
width: 4em;
border-bottom: 1em solid #f06731;
border-right: 1em solid #f06731;
position: absolute;
bottom: -1em;
right: -1em;
}
.bt_bb_column_inner.bt_bb_border_bottom_left .bt_bb_column_inner_content {
position: relative;
}
.bt_bb_column_inner.bt_bb_border_bottom_left .bt_bb_column_inner_content:after {
content: '';
height: 4em;
width: 4em;
border-bottom: 1em solid #f06731;
border-left: 1em solid #f06731;
position: absolute;
bottom: -1em;
left: -1em;
}
.bt_bb_border_color_alternate.bt_bb_column_inner .bt_bb_column_inner_content:after,
.bt_bb_border_color_alternate.bt_bb_column_inner .bt_bb_column_inner_content:before {
border-color: #4b4b4b !important;
}
.bt_bb_border_color_light.bt_bb_column_inner .bt_bb_column_inner_content:after,
.bt_bb_border_color_light.bt_bb_column_inner .bt_bb_column_inner_content:before {
border-color: #fff !important;
}
.bt_bb_border_color_dark.bt_bb_column_inner .bt_bb_column_inner_content:after,
.bt_bb_border_color_dark.bt_bb_column_inner .bt_bb_column_inner_content:before {
border-color: #111112 !important;
}
.bt_bb_border_color_gray.bt_bb_column_inner .bt_bb_column_inner_content:after,
.bt_bb_border_color_gray.bt_bb_column_inner .bt_bb_column_inner_content:before {
border-color: #383e4a !important;
} .bt_bb_separator.bt_bb_top_spacing_0 {
margin-top: 0;
}
.bt_bb_separator.bt_bb_bottom_spacing_0 {
margin-bottom: 0;
}
.bt_bb_separator.bt_bb_top_spacing_5 {
margin-top: 5px;
}
.bt_bb_separator.bt_bb_bottom_spacing_5 {
margin-bottom: 5px;
}
.bt_bb_separator.bt_bb_top_spacing_10 {
margin-top: 10px;
}
.bt_bb_separator.bt_bb_bottom_spacing_10 {
margin-bottom: 10px;
}
.bt_bb_separator.bt_bb_top_spacing_15 {
margin-top: 15px;
}
.bt_bb_separator.bt_bb_bottom_spacing_15 {
margin-bottom: 15px;
}
.bt_bb_separator.bt_bb_top_spacing_20 {
margin-top: 20px;
}
.bt_bb_separator.bt_bb_bottom_spacing_20 {
margin-bottom: 20px;
}
.bt_bb_separator.bt_bb_top_spacing_25 {
margin-top: 25px;
}
.bt_bb_separator.bt_bb_bottom_spacing_25 {
margin-bottom: 25px;
}
.bt_bb_separator.bt_bb_top_spacing_30 {
margin-top: 30px;
}
.bt_bb_separator.bt_bb_bottom_spacing_30 {
margin-bottom: 30px;
}
.bt_bb_separator.bt_bb_top_spacing_35 {
margin-top: 35px;
}
.bt_bb_separator.bt_bb_bottom_spacing_35 {
margin-bottom: 35px;
}
.bt_bb_separator.bt_bb_top_spacing_40 {
margin-top: 40px;
}
.bt_bb_separator.bt_bb_bottom_spacing_40 {
margin-bottom: 40px;
}
.bt_bb_separator.bt_bb_top_spacing_45 {
margin-top: 45px;
}
.bt_bb_separator.bt_bb_bottom_spacing_45 {
margin-bottom: 45px;
}
.bt_bb_separator.bt_bb_top_spacing_50 {
margin-top: 50px;
}
.bt_bb_separator.bt_bb_bottom_spacing_50 {
margin-bottom: 50px;
}
.bt_bb_separator.bt_bb_top_spacing_60 {
margin-top: 60px;
}
.bt_bb_separator.bt_bb_bottom_spacing_60 {
margin-bottom: 60px;
}
.bt_bb_separator.bt_bb_top_spacing_70 {
margin-top: 70px;
}
.bt_bb_separator.bt_bb_bottom_spacing_70 {
margin-bottom: 70px;
}
.bt_bb_separator.bt_bb_top_spacing_80 {
margin-top: 80px;
}
.bt_bb_separator.bt_bb_bottom_spacing_80 {
margin-bottom: 80px;
}
.bt_bb_separator.bt_bb_top_spacing_90 {
margin-top: 90px;
}
.bt_bb_separator.bt_bb_bottom_spacing_90 {
margin-bottom: 90px;
}
.bt_bb_separator.bt_bb_top_spacing_100 {
margin-top: 100px;
}
.bt_bb_separator.bt_bb_bottom_spacing_100 {
margin-bottom: 100px;
}
.bt_bb_separator.bt_bb_bottom_spacing_normal {
margin-bottom: 2em;
}
.bt_bb_separator.bt_bb_bottom_spacing_medium {
margin-bottom: 4em;
}
.bt_bb_separator.bt_bb_border_style_solid {
border-bottom: 1px solid rgba(255,255,255,.2);
} .bt_bb_image.bt_bb_content_display_show-on-hover .bt_bb_image_content {
-webkit-transform: scale3d(1,1,1);
-moz-transform: scale3d(1,1,1);
-ms-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
.bt_bb_image.bt_bb_style_border {
border: 10px solid rgba(255,255,255,.2);
}
.bt_bb_image.bt_bb_hover_style_zoom-in:hover img,
.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale:hover img,
.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale:hover img {
-webkit-transform: scale3d(1.05,1.05,1.05);
-moz-transform: scale3d(1.05,1.05,1.05);
-ms-transform: scale3d(1.05,1.05,1.05);
transform: scale3d(1.05,1.05,1.05);
}
.bt_bb_image.bt_bb_hover_style_move-up {
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.bt_bb_image.bt_bb_hover_style_move-up:hover {
-webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
}
.bt_bb_image.bt_bb_content_exists.bt_bb_inner_padding_0 .bt_bb_image_content .bt_bb_image_content_flex {
padding-left: 0;
padding-right: 0;
}
.bt_bb_image.bt_bb_content_exists.bt_bb_inner_padding_5 .bt_bb_image_content .bt_bb_image_content_flex {
padding-left: 5px;
padding-right: 5px;
}
.bt_bb_image.bt_bb_content_exists.bt_bb_inner_padding_10 .bt_bb_image_content .bt_bb_image_content_flex {
padding-left: 10px;
padding-right: 10px;
}
.bt_bb_image.bt_bb_content_exists.bt_bb_inner_padding_15 .bt_bb_image_content .bt_bb_image_content_flex {
padding-left: 15px;
padding-right: 15px;
}
.bt_bb_image.bt_bb_content_exists.bt_bb_inner_padding_20 .bt_bb_image_content .bt_bb_image_content_flex {
padding-left: 20px;
padding-right: 20px;
}
.bt_bb_image.bt_bb_content_exists.bt_bb_inner_padding_25 .bt_bb_image_content .bt_bb_image_content_flex {
padding-left: 25px;
padding-right: 25px;
}
.bt_bb_image.bt_bb_content_exists.bt_bb_inner_padding_30 .bt_bb_image_content .bt_bb_image_content_flex {
padding-left: 30px;
padding-right: 30px;
}
.bt_bb_image.bt_bb_content_exists.bt_bb_inner_padding_35 .bt_bb_image_content .bt_bb_image_content_flex {
padding-left: 35px;
padding-right: 35px;
}
.bt_bb_image.bt_bb_content_exists.bt_bb_inner_padding_40 .bt_bb_image_content .bt_bb_image_content_flex {
padding-left: 40px;
padding-right: 40px;
}
.bt_bb_image.bt_bb_content_exists.bt_bb_inner_padding_45 .bt_bb_image_content .bt_bb_image_content_flex {
padding-left: 45px;
padding-right: 45px;
}
.bt_bb_image.bt_bb_content_exists.bt_bb_inner_padding_50 .bt_bb_image_content .bt_bb_image_content_flex {
padding-left: 50px;
padding-right: 50px;
}
.bt_bb_image.bt_bb_content_exists.bt_bb_inner_padding_60 .bt_bb_image_content .bt_bb_image_content_flex {
padding-left: 60px;
padding-right: 60px;
}
.bt_bb_image.bt_bb_content_exists.bt_bb_inner_padding_70 .bt_bb_image_content .bt_bb_image_content_flex {
padding-left: 70px;
padding-right: 70px;
}
.bt_bb_image.bt_bb_content_exists.bt_bb_inner_padding_80 .bt_bb_image_content .bt_bb_image_content_flex {
padding-left: 80px;
padding-right: 80px;
}
.bt_bb_image.bt_bb_content_exists.bt_bb_inner_padding_90 .bt_bb_image_content .bt_bb_image_content_flex {
padding-left: 90px;
padding-right: 90px;
}
.bt_bb_image.bt_bb_content_exists.bt_bb_inner_padding_100 .bt_bb_image_content .bt_bb_image_content_flex {
padding-left: 100px;
padding-right: 100px;
} .rtl .mfp-arrow-left {
left: 12%;
} .rtl .bt_bb_progress_bar {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.rtl .bt_bb_progress_bar.animated {
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
.bt_bb_progress_bar .bt_bb_progress_bar_bg {
height: 10px;
top: inherit;
background: #111112 !important;
}
.bt_bb_shape_rounded:not(.bt_bb_style_line).bt_bb_progress_bar .bt_bb_progress_bar_bg {
border-radius: 4px;
}
.bt_bb_progress_bar .bt_bb_progress_bar_inner {
height: 10px;
}
.bt_bb_shape_rounded:not(.bt_bb_style_line).bt_bb_progress_bar .bt_bb_progress_bar_inner {
border-radius: 4px;
}
.rtl .bt_bb_progress_bar .bt_bb_progress_bar_inner {
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
.rtl .bt_bb_progress_bar .bt_bb_progress_bar_inner.animated {
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
.bt_bb_progress_bar.btProgressTitleExists .bt_bb_progress_bar_text {
float: right;
}
.bt_bb_shape_rounded:not(.bt_bb_style_line).bt_bb_progress_bar {
border-radius: 4px;
}
.bt_bb_progress_bar.bt_bb_size_small {
font-size: .8em;
}
.bt_bb_progress_bar.bt_bb_size_small .bt_bb_progress_bar_inner {
padding-top: .3em;
padding-bottom: .3em;
}
.bt_bb_progress_bar.bt_bb_style_filled .bt_bb_progress_bar_inner {
background: -webkit-linear-gradient(left,transparent 0%,rgba(240,103,49,0.7) 50%,#f06731 100%);
background: -moz-linear-gradient(left,transparent 0%,rgba(240,103,49,0.7) 50%,#f06731 100%);
background: linear-gradient(to right,transparent 0%,rgba(240,103,49,0.7) 50%,#f06731 100%);
}
.bt_bb_progress_bar.bt_bb_style_filled .bt_bb_progress_bar_bg {
background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 50%,rgba(255,255,255,.5) 100%) !important;
background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 50%,rgba(255,255,255,.5) 100%) !important;
background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 50%,rgba(255,255,255,.5) 100%) !important;
}
.bt_bb_progress_bar.bt_bb_style_outline .bt_bb_progress_bar_bg {
background-color: transparent !important;
}
.bt_bb_progress_bar.bt_bb_style_outline .bt_bb_progress_bar_inner {
border: 2px solid black;
}
.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_bg {
background-color: transparent !important;
}
.bt_bb_progress_bar.bt_bb_style_line .bt_bb_progress_bar_inner {
border-bottom: 4px solid black;
} .bt_bb_price_list {
padding: 5em 4.5em;
border: none;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
}
.bt_bb_price_list .bt_bb_price_list_price {
margin: 0;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
}
.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount {
font-weight: 700;
font-size: 5em;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
}
.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_currency {
font-size: 2.5em;
font-weight: 600;
}
.bt_bb_price_list .bt_bb_price_list_title {
font-size: 1.8em;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
font-weight: 500;
line-height: 1.3;
padding: .5em 0 0;
color: inherit;
background-color: transparent !important;
}
.bt_bb_price_list .bt_bb_price_list_subtitle {
font-size: .9em;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
font-weight: 400;
margin: 0;
padding-top: .2em;
}
.bt_bb_price_list ul {
padding: 2em 0;
}
.rtl .bt_bb_price_list ul {
margin: 0;
}
.bt_bb_price_list ul li {
border: none;
padding: 0 0 .5em;
font-size: .8em;
font-weight: 500;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
}
.bt_bb_price_list ul li:before {
content: '\f00c';
font-family: FontAwesome;
color: #f06731;
padding-right: 1em;
}
.bt_bb_price_list .bt_bb_price_list_price,
.bt_bb_price_list .bt_bb_price_list_title,
.bt_bb_price_list .bt_bb_price_list_subtitle,
.bt_bb_price_list ul,
.bt_bb_price_list .bt_bb_price_list_content_inner {
-webkit-flex: 1 0 100%;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
}
.bt_bb_price_list:before {
content: '';
height: 4em;
width: 4em;
border-top: 1em solid #f06731;
border-left: 1em solid #f06731;
position: absolute;
top: 1.5em;
left: 1.5em;
}
.bt_bb_price_list:after {
content: '';
height: 4em;
width: 4em;
border-bottom: 1em solid #f06731;
border-right: 1em solid #f06731;
position: absolute;
bottom: 1.5em;
right: 1.5em;
} .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
margin-bottom: 0;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image img {
-webkit-transform: scale3d(1,1,1);
-moz-transform: scale3d(1,1,1);
-ms-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
-webkit-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
-moz-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image a:hover img {
-webkit-transform: scale3d(1.03,1.03,1.03);
-moz-transform: scale3d(1.03,1.03,1.03);
-ms-transform: scale3d(1.03,1.03,1.03);
transform: scale3d(1.03,1.03,1.03);
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content {
padding: 1em;
}
.btLightSkin .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content,
.btDarkSkin .btLightSkin .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content,
.btLightSkin .btDarkSkin .btLightSkin .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content {
background: rgba(0,0,0,.04);
}
.btDarkSkin .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content,
.btLightSkin .btDarkSkin .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content,
.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content {
background: rgba(0,0,0,.1);
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta {
padding: 0 0 .4em;
line-height: 1;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > div {
display: inline-block;
font-size: .8em;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
padding: 0 .5px 0 0 !important;
opacity: .6;
font-weight: 500;
line-height: 1;
text-transform: uppercase;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > div:not(:last-child):after {
content: '/';
padding: 0 5px;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > div:not(.bt_bb_latest_posts_item_comments):before {
content: '';
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > div.bt_bb_latest_posts_item_comments:before {
content: '\f0e6';
padding: 0 .2em;
font-family: FontAwesome;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta div:not(:last-child):after {
content: '/';
font-size: .8em;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author a {
color: inherit;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author a:hover {
color: #f06731;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category {
line-height: 0;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category .post-categories {
line-height: 1;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category .post-categories li {
margin: 0;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category .post-categories li a {
background: transparent;
color: inherit;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
font-weight: 500;
text-transform: uppercase;
font-size: .8rem;
line-height: 1;
padding: 0;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_category .post-categories li a:hover {
color: #f06731;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
line-height: 1.5em;
max-height: 3em;
line-height: 1.5 !important;
color: inherit;
font-size: 1.4em;
font-weight: 600;
margin: 0;
}
.btHeadingWeight_default .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
font-weight: 600;
}
.btHeadingWeight_black .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
font-weight: 900;
}
.btHeadingWeight_bolder .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
font-weight: 800;
}
.btHeadingWeight_bold .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
font-weight: 700;
}
.btHeadingWeight_semi-bold .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
font-weight: 600;
}
.btHeadingWeight_medium .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
font-weight: 500;
}
.btHeadingWeight_normal .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
font-weight: 400;
}
.btHeadingWeight_light .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
font-weight: 300;
}
.btHeadingWeight_lighter .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
font-weight: 200;
}
.btHeadingWeight_thin .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
font-weight: 100;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title a {
color: inherit;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title a:hover {
color: #f06731;
}
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_excerpt {
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
line-height: 1.7em;
max-height: 6.8em;
} .bt_bb_post_grid_filter {
padding: 2.5em 2em;
}
.bt_bb_masonry_post_grid .bt_bb_grid_item .bt_bb_grid_item_inner {
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
transition: all 450ms ease;
}
.bt_bb_masonry_post_grid .bt_bb_grid_item:hover .bt_bb_grid_item_inner {
-webkit-box-shadow: 0 10px 20px -10px rgba(0,0,0,.2);
box-shadow: 0 10px 20px -10px rgba(0,0,0,.2);
}
.bt_bb_masonry_post_grid .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item {
text-transform: uppercase;
font-size: .8em;
font-weight: 500;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
transition: all 200ms ease;
opacity: .8;
}
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content {
padding: 1.5em 2em 2em;
background: #fbfbfb;
border: 1px solid #dcdcdc;
}
.btDarkSkin .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content,
.btLightSkin .btDarkSkin .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content,
.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content {
background: #111112;
border: none;
}
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_category {
display: inline-block;
border: 2px solid rgba(0,0,0,.07);
padding: 0;
}
.btDarkSkin .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_category,
.btLightSkin .btDarkSkin .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_category,
.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_category {
border: 2px solid rgba(255,255,255,.2);
}
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li {
margin: 0;
}
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a {
color: inherit;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
background: transparent;
font-weight: 500;
}
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a:hover {
background: transparent;
color: #f06731;
}
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta {
display: inline-block;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
}
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span {
font-weight: 500;
position: relative;
padding: 0 1.5em 0 0;
font-size: 12px;
}
.rtl .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span {
padding: 0 0 0 1.5em;
}
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span:not(:last-child):after {
content: "/";
opacity: .4;
position: absolute;
right: 8px;
}
.rtl .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span:not(:last-child):after {
right: auto;
left: 8px;
}
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_date:before {
display: none;
}
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_author:before {
display: none;
}
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_author a {
color: inherit;
}
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_author a:hover {
color: #f06731;
}
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_comments:before {
content: "\f075";
color: rgba(17,17,18,.4);
}
.btDarkSkin .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_comments:before,
.btLightSkin .btDarkSkin .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_comments:before,
.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_comments:before {
color: rgba(255,255,255,.4);
}
.rtl .bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_comments:before {
margin: 0 0 0 5px;
}
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share {
margin-top: 1.5em;
}
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon {
padding: 0 .5em;
}
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title + .bt_bb_grid_item_post_excerpt:not(:empty) {
margin-top: 0;
}
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a {
color: inherit;
}
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a:hover {
color: #f06731;
}
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
line-height: 1.7em;
max-height: 6.8em;
}
.bt_bb_masonry_post_grid .bt_bb_post_grid_loader {
margin-top: 4em !important;
} .bt_bb_masonry_image_grid .bt_bb_grid_item img {
-webkit-transform: scale3d(1,1,1);
-moz-transform: scale3d(1,1,1);
-ms-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
-webkit-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
-moz-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
}
.bt_bb_masonry_image_grid .bt_bb_grid_item:hover img {
-webkit-transform: scale3d(1.03,1.03,1.03);
-moz-transform: scale3d(1.03,1.03,1.03);
-ms-transform: scale3d(1.03,1.03,1.03);
transform: scale3d(1.03,1.03,1.03);
} .bt_bb_icon {
position: relative;
}
.bt_bb_size_xsmall.bt_bb_icon .bt_bb_icon_holder:before {
font-size: 1rem;
width: 2em;
height: 2em;
line-height: 1.7em;
}
.bt_bb_size_small.bt_bb_icon .bt_bb_icon_holder:before {
font-size: 1.2rem;
width: 2.2em;
height: 2.2em;
line-height: 1.2em;
}
.bt_bb_size_medium.bt_bb_icon .bt_bb_icon_holder:before {
font-size: 2.5rem;
width: 1.7em;
height: 1.7em;
line-height: 1.7em;
}
.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder:before {
font-size: 2.1rem;
width: 1.7em;
height: 1.7em;
line-height: 1.7em;
}
.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder:before {
font-size: 3.2rem;
width: 1.7em;
height: 1.7em;
line-height: 1.7em;
}
.bt_bb_size_small.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before,
.bt_bb_size_normal.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before,
.bt_bb_size_medium.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before,
.bt_bb_size_large.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before,
.bt_bb_size_xlarge.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before {
width: auto;
height: auto;
}
.bt_bb_size_xsmall.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before {
width: auto;
height: auto;
min-width: 1em;
}
.bt_bb_style_filled.bt_bb_icon .bt_bb_icon_holder {
color: inherit;
}
.bt_bb_icon .bt_bb_icon_holder > span {
padding-left: .3em;
font-weight: 600;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
-webkit-transition: all 280ms ease;
-moz-transition: all 280ms ease;
transition: all 280ms ease;
}
.btHeadingWeight_default .bt_bb_icon .bt_bb_icon_holder > span {
font-weight: 600;
}
.btHeadingWeight_black .bt_bb_icon .bt_bb_icon_holder > span {
font-weight: 900;
}
.btHeadingWeight_bolder .bt_bb_icon .bt_bb_icon_holder > span {
font-weight: 800;
}
.btHeadingWeight_bold .bt_bb_icon .bt_bb_icon_holder > span {
font-weight: 700;
}
.btHeadingWeight_semi-bold .bt_bb_icon .bt_bb_icon_holder > span {
font-weight: 600;
}
.btHeadingWeight_medium .bt_bb_icon .bt_bb_icon_holder > span {
font-weight: 500;
}
.btHeadingWeight_normal .bt_bb_icon .bt_bb_icon_holder > span {
font-weight: 400;
}
.btHeadingWeight_light .bt_bb_icon .bt_bb_icon_holder > span {
font-weight: 300;
}
.btHeadingWeight_lighter .bt_bb_icon .bt_bb_icon_holder > span {
font-weight: 200;
}
.btHeadingWeight_thin .bt_bb_icon .bt_bb_icon_holder > span {
font-weight: 100;
}
.bt_bb_size_xsmall.bt_bb_icon .bt_bb_icon_holder > span {
font-size: .75em;
padding-left: .8em;
}
.bt_bb_size_small.bt_bb_icon .bt_bb_icon_holder > span {
padding-left: .8em;
}
.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder > span {
padding-left: .8em;
}
.bt_bb_size_medium.bt_bb_icon .bt_bb_icon_holder > span {
font-size: 1.4em;
padding-left: .5em;
}
.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder > span {
font-size: 2.4rem;
}
.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder > span {
font-size: 3.8rem;
}
.rtl .bt_bb_icon .bt_bb_icon_holder > span {
padding-left: 0;
padding-right: .3em;
}
.bt_bb_align_right .bt_bb_align_left.bt_bb_icon,.bt_bb_align_center .bt_bb_align_left.bt_bb_icon,.bt_bb_align_right .bt_bb_align_left .bt_bb_icon,.bt_bb_align_center .bt_bb_align_left .bt_bb_icon,.bt_bb_align_left.bt_bb_icon,.bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_normal {
padding-right: 1em;
}
.bt_bb_align_right .bt_bb_align_left.bt_bb_icon,.bt_bb_align_center .bt_bb_align_left.bt_bb_icon,.bt_bb_align_right .bt_bb_align_left .bt_bb_icon,.bt_bb_align_center .bt_bb_align_left .bt_bb_icon,.bt_bb_align_left.bt_bb_icon,.bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_medium {
padding-right: 2em;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_icon,.bt_bb_align_center .bt_bb_align_right.bt_bb_icon,.bt_bb_align_left .bt_bb_align_right .bt_bb_icon,.bt_bb_align_center .bt_bb_align_right .bt_bb_icon,.bt_bb_align_right.bt_bb_icon,.bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_normal {
padding-left: 1em;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_icon,.bt_bb_align_center .bt_bb_align_right.bt_bb_icon,.bt_bb_align_left .bt_bb_align_right .bt_bb_icon,.bt_bb_align_center .bt_bb_align_right .bt_bb_icon,.bt_bb_align_right.bt_bb_icon,.bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_medium {
padding-left: 2em;
}
.bt_bb_icon.bt_bb_negative_margin_small {
margin-top: -2em;
}
.bt_bb_icon.bt_bb_negative_margin_normal {
margin-top: -3.5em;
}
.bt_bb_icon.bt_bb_negative_margin_normal.bt_bb_size_small {
margin-top: -2em;
}
.bt_bb_icon.bt_bb_negative_margin_normal.bt_bb_size_medium {
margin-top: -3.1em;
}
.bt_bb_icon.bt_bb_negative_margin_normal.bt_bb_size_normal {
margin-top: -2.7em;
}
.bt_bb_icon.bt_bb_negative_margin_normal.bt_bb_size_large {
margin-top: -3.9em;
}
.bt_bb_icon.bt_bb_negative_margin_normal.bt_bb_size_xlarge {
margin-top: -5em;
}
.bt_bb_icon.bt_bb_negative_margin_medium {
margin-top: -8em;
}
.bt_bb_icon.btPlayIcon .bt_bb_icon_holder:before {
padding-left: 10px;
}
@media (max-width: 1399px) {
.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder:before {
font-size: 3rem;
}
.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder > span {
font-size: 3rem;
}
}
@media (max-width: 992px) {
.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder:before {
font-size: 2.5rem;
}
.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder > span {
font-size: 2.5rem;
}
}
@media (max-width: 780px) {
.bt_bb_icon.bt_bb_negative_margin_small {
margin-top: -1em;
}
.bt_bb_icon.bt_bb_negative_margin_normal {
margin-top: -2em;
}
.bt_bb_icon.bt_bb_negative_margin_medium {
margin-top: -4em;
}
.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder:before {
font-size: 1.8rem !important;
}
.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder > span {
font-size: 1.8rem !important;
}
}
@media (max-width: 480px) {
.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder:before {
font-size: 2rem !important;
}
.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder:before {
font-size: 1.5rem !important;
}
.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder > span {
font-size: 2rem !important;
}
.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder > span {
font-size: 1.5rem !important;
}
} .bt_bb_rating {
display: block;
float: none;
margin: 0;
}
.bt_bb_rating .bt_bb_rating_icon {
display: inline-block;
}
.bt_bb_align_right .bt_bb_align_left.bt_bb_rating .bt_bb_rating_icon,.bt_bb_align_center .bt_bb_align_left.bt_bb_rating .bt_bb_rating_icon,.bt_bb_align_right .bt_bb_align_left .bt_bb_rating .bt_bb_rating_icon,.bt_bb_align_center .bt_bb_align_left .bt_bb_rating .bt_bb_rating_icon,.bt_bb_align_left.bt_bb_rating .bt_bb_rating_icon,.bt_bb_align_left .bt_bb_rating .bt_bb_rating_icon {
padding-right: .5em;
}
.bt_bb_align_left .bt_bb_align_center.bt_bb_rating .bt_bb_rating_icon,.bt_bb_align_right .bt_bb_align_center.bt_bb_rating .bt_bb_rating_icon,.bt_bb_align_left .bt_bb_align_center .bt_bb_rating .bt_bb_rating_icon,.bt_bb_align_right .bt_bb_align_center .bt_bb_rating .bt_bb_rating_icon,.bt_bb_align_center.bt_bb_rating .bt_bb_rating_icon,.bt_bb_align_center .bt_bb_rating .bt_bb_rating_icon {
padding: 0 .25em;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_rating .bt_bb_rating_icon,.bt_bb_align_center .bt_bb_align_right.bt_bb_rating .bt_bb_rating_icon,.bt_bb_align_left .bt_bb_align_right .bt_bb_rating .bt_bb_rating_icon,.bt_bb_align_center .bt_bb_align_right .bt_bb_rating .bt_bb_rating_icon,.bt_bb_align_right.bt_bb_rating .bt_bb_rating_icon,.bt_bb_align_right .bt_bb_rating .bt_bb_rating_icon {
padding-left: .5em;
} .bt_bb_button {
margin-bottom: .5em;
display: inline-block;
}
.btSoftRoundedButtons .bt_bb_button a {
border-radius: 4px;
}
.btHardRoundedButtons .bt_bb_button a {
border-radius: 50px;
}
.bt_bb_button .bt_bb_button_text {
letter-spacing: .5px;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
}
.bt_bb_button a {
font-weight: 600;
color: #fff;
background: #111112;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
position: relative;
overflow: hidden;
line-height: 1;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
text-decoration: none;
}
.bt_bb_button:hover a {
color: #fff;
background: #111112;
-webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_button,.bt_bb_align_center .bt_bb_align_right.bt_bb_button,.bt_bb_align_left .bt_bb_align_right .bt_bb_button,.bt_bb_align_center .bt_bb_align_right .bt_bb_button,.bt_bb_align_right.bt_bb_button,.bt_bb_align_right .bt_bb_button {
margin-left: 1.2em;
}
.bt_bb_align_right .bt_bb_align_left.bt_bb_button,.bt_bb_align_center .bt_bb_align_left.bt_bb_button,.bt_bb_align_right .bt_bb_align_left .bt_bb_button,.bt_bb_align_center .bt_bb_align_left .bt_bb_button,.bt_bb_align_left.bt_bb_button,.bt_bb_align_left .bt_bb_button {
margin-right: 1.2em;
}
.bt_bb_button.bt_bb_icon_position_left .bt_bb_icon_holder {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
margin-right: 1.2em;
}
.rtl .bt_bb_button.bt_bb_icon_position_left .bt_bb_link {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.bt_bb_button.bt_bb_icon_position_right .bt_bb_icon_holder {
margin-left: 1.2em;
}
.rtl .bt_bb_button.bt_bb_icon_position_right .bt_bb_link {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.bt_bb_button.bt_bb_style_clean {
margin: 0 !important;
}
.bt_bb_button.bt_bb_style_clean a {
background-color: transparent;
padding: .5em 0 !important;
}
.bt_bb_button.bt_bb_style_clean a:hover {
color: #111112;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_button.bt_bb_style_clean a,.bt_bb_align_center .bt_bb_align_right.bt_bb_button.bt_bb_style_clean a,.bt_bb_align_left .bt_bb_align_right .bt_bb_button.bt_bb_style_clean a,.bt_bb_align_center .bt_bb_align_right .bt_bb_button.bt_bb_style_clean a,.bt_bb_align_right.bt_bb_button.bt_bb_style_clean a,.bt_bb_align_right .bt_bb_button.bt_bb_style_clean a {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.bt_bb_align_right .bt_bb_align_left.bt_bb_button.bt_bb_style_clean a,.bt_bb_align_center .bt_bb_align_left.bt_bb_button.bt_bb_style_clean a,.bt_bb_align_right .bt_bb_align_left .bt_bb_button.bt_bb_style_clean a,.bt_bb_align_center .bt_bb_align_left .bt_bb_button.bt_bb_style_clean a,.bt_bb_align_left.bt_bb_button.bt_bb_style_clean a,.bt_bb_align_left .bt_bb_button.bt_bb_style_clean a {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.bt_bb_button.bt_bb_style_outline a {
background: transparent;
-webkit-box-shadow: 0 0 0 2px #111112 inset;
box-shadow: 0 0 0 2px #111112 inset;
color: #111112;
}
.bt_bb_button.bt_bb_style_outline a:hover {
-webkit-box-shadow: 0 0 0 3em #111112 inset;
box-shadow: 0 0 0 3em #111112 inset;
border: none;
}
.bt_bb_button.bt_bb_style_filled a:before {
content: "";
display: block;
top: 0;
bottom: 0;
position: absolute;
width: 90px;
left: -80%;
-webkit-transform: skewX(-30deg);
-moz-transform: skewX(-30deg);
-ms-transform: skewX(-30deg);
transform: skewX(-30deg);
background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.56) 50%,rgba(255,255,255,0) 100%);
background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.56) 50%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.56) 50%,rgba(255,255,255,0) 100%);
-webkit-transition: 0ms ease all;
-moz-transition: 0ms ease all;
transition: 0ms ease all;
opacity: .5;
}
.bt_bb_button.bt_bb_style_filled a:hover:before {
left: 110%;
-webkit-transition: 800ms ease all;
-moz-transition: 800ms ease all;
transition: 800ms ease all;
opacity: .2;
}
.bt_bb_size_small.bt_bb_button {
font-size: .7em;
min-width: 130px;
}
.bt_bb_size_small.bt_bb_button a {
padding: 1.3em 1.8em;
}
.bt_bb_button.bt_bb_style_clean.bt_bb_size_small {
font-size: .8em;
}
.bt_bb_size_medium.bt_bb_button {
font-size: .9em;
min-width: 150px;
}
.bt_bb_size_normal.bt_bb_button {
font-size: .9em;
min-width: 195px;
}
.bt_bb_size_normal.bt_bb_button a {
padding: 1.5em 2em;
}
.bt_bb_size_large.bt_bb_button {
font-size: 1em;
min-width: 230px;
}
.bt_bb_size_large.bt_bb_button a {
padding: 1.8em 2em;
} .bt_bb_service .bt_bb_icon_holder {
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
transition: all 400ms ease;
}
.bt_bb_style_borderless.bt_bb_size_large.bt_bb_service .bt_bb_icon_holder {
font-size: 3.5em;
}
.bt_bb_style_borderless.bt_bb_size_xsmall.bt_bb_service .bt_bb_icon_holder {
width: 1em;
}
.bt_bb_size_huge.bt_bb_service .bt_bb_icon_holder {
font-size: 5.2em;
}
.bt_bb_service.bt_bb_style_outline .bt_bb_icon_holder {
-webkit-box-shadow: 0 0 0 2px #000 inset;
box-shadow: 0 0 0 2px #000 inset;
}
.bt_bb_service .bt_bb_service_content {
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
transition: all 400ms ease;
}
.bt_bb_align_right .bt_bb_align_left.bt_bb_service .bt_bb_service_content,.bt_bb_align_center .bt_bb_align_left.bt_bb_service .bt_bb_service_content,.bt_bb_align_right .bt_bb_align_left .bt_bb_service .bt_bb_service_content,.bt_bb_align_center .bt_bb_align_left .bt_bb_service .bt_bb_service_content,.bt_bb_align_left.bt_bb_service .bt_bb_service_content,.bt_bb_align_left .bt_bb_service .bt_bb_service_content {
padding-left: 1em;
}
.rtl .bt_bb_align_right .bt_bb_align_left.bt_bb_service .bt_bb_service_content,.bt_bb_align_center .bt_bb_align_left.bt_bb_service .bt_bb_service_content,.bt_bb_align_right .bt_bb_align_left .bt_bb_service .bt_bb_service_content,.bt_bb_align_center .bt_bb_align_left .bt_bb_service .bt_bb_service_content,.bt_bb_align_left.bt_bb_service .bt_bb_service_content,.bt_bb_align_left .bt_bb_service .bt_bb_service_content {
padding-right: 1em;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_service .bt_bb_service_content,.bt_bb_align_center .bt_bb_align_right.bt_bb_service .bt_bb_service_content,.bt_bb_align_left .bt_bb_align_right .bt_bb_service .bt_bb_service_content,.bt_bb_align_center .bt_bb_align_right .bt_bb_service .bt_bb_service_content,.bt_bb_align_right.bt_bb_service .bt_bb_service_content,.bt_bb_align_right .bt_bb_service .bt_bb_service_content {
padding-right: 1em;
}
.rtl .bt_bb_align_left .bt_bb_align_right.bt_bb_service .bt_bb_service_content,.bt_bb_align_center .bt_bb_align_right.bt_bb_service .bt_bb_service_content,.bt_bb_align_left .bt_bb_align_right .bt_bb_service .bt_bb_service_content,.bt_bb_align_center .bt_bb_align_right .bt_bb_service .bt_bb_service_content,.bt_bb_align_right.bt_bb_service .bt_bb_service_content,.bt_bb_align_right .bt_bb_service .bt_bb_service_content {
padding-left: 1em;
}
.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
font-weight: 600;
font-size: .85rem;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
padding-bottom: .6em;
line-height: 1.5;
}
.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title a {
color: inherit;
line-height: 1.5;
}
.bt_bb_title_size_extrasmall.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
font-size: .7rem;
}
.bt_bb_title_size_small.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
font-size: .8rem;
}
.bt_bb_title_size_normal.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
font-size: 1rem;
}
.bt_bb_title_size_large.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
font-size: 1.3rem;
}
.bt_bb_title_size_extralarge.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
font-size: 1.5rem;
}
.bt_bb_title_size_huge.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
font-size: 1.8rem;
}
.btHeadingWeight_default .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
font-weight: 600;
}
.btHeadingWeight_black .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
font-weight: 900;
}
.btHeadingWeight_bolder .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
font-weight: 800;
}
.btHeadingWeight_bold .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
font-weight: 700;
}
.btHeadingWeight_semi-bold .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
font-weight: 600;
}
.btHeadingWeight_medium .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
font-weight: 500;
}
.btHeadingWeight_normal .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
font-weight: 400;
}
.btHeadingWeight_light .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
font-weight: 300;
}
.btHeadingWeight_lighter .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
font-weight: 200;
}
.btHeadingWeight_thin .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
font-weight: 100;
}
.bt_bb_title_weight_thin.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
font-weight: 100;
}
.bt_bb_title_weight_lighter.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
font-weight: 200;
}
.bt_bb_title_weight_light.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
font-weight: 300;
}
.bt_bb_title_weight_normal.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
font-weight: 400;
}
.bt_bb_title_weight_medium.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
font-weight: 500;
}
.bt_bb_title_weight_semi_bold.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
font-weight: 600;
}
.bt_bb_title_weight_bold.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
font-weight: 700;
}
.bt_bb_title_weight_bolder.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
font-weight: 800;
}
.bt_bb_service .bt_bb_service_content .bt_bb_service_content_text {
font-size: .85em;
line-height: 1.6em;
}
.bt_bb_service .bt_bb_service_content .bt_bb_service_content_text em {
font-style: normal;
}
.bt_bb_service .bt_bb_service_content .bt_bb_service_content_text b {
color: #f06731;
}
.bt_bb_service:hover .bt_bb_service_content_title a {
color: #f06731;
}
.bt_bb_service.btNoText {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.bt_bb_service.btNoText .bt_bb_service_content .bt_bb_service_content_title {
padding: 0;
}
@media (max-width: 768px) {
.bt_bb_title_size_extralarge.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
font-size: 1.3rem;
}
.bt_bb_title_size_huge.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
font-size: 1.3rem;
}
} .bt_bb_content_slider_item.slick-slide {
position: relative;
}
.bt_bb_slider.slick-slider button.slick-arrow {
background-color: rgba(0,0,0,.3);
}
.bt_bb_layout_wide .bt_bb_content_slider.bt_bb_multiple_slides .slick-list {
position: static !important;
max-width: 1200px;
margin: 0 auto;
overflow: hidden;
}
.bt_bb_layout_wide .bt_bb_content_slider.bt_bb_multiple_slides .slick-list .slick-track {
position: relative;
}
.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item {
overflow: hidden;
}
.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item .bt_bb_content_slider_item_content {
max-width: 1280px;
padding: 0 40px;
margin: 0 auto;
}
.bt_bb_content_slider.bt_bb_multiple_slides .slick-slide {
position: relative;
}
.bt_bb_content_slider.bt_bb_multiple_slides.bt_bb_border_separator .slick-slider {
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
}
.bt_bb_height_keep-height.bt_bb_multiple_slides .slick-slider .slick-slide.bt_bb_single_article_slider_item {
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.bt_bb_show_dots_below .slick-track {
padding: 1em 0;
}
.slick-dots {
line-height: 0;
}
.bt_bb_show_dots_below .slick-dots {
position: relative;
padding: 1em 0 0;
bottom: 0;
}
.slick-dots li {
background: #ababab;
border: none;
height: 10px;
width: 10px;
margin: 0 7px;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.slick-dots li:hover {
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}
button.slick-arrow {
border-radius: 50%;
-webkit-box-shadow: none;
box-shadow: none;
background-color: transparent;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
width: 94px;
height: 94px;
top: 45%;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: .3;
}
button.slick-arrow:hover {
opacity: .7;
background-color: transparent;
}
button.slick-arrow:hover:before {
-webkit-transform: scale(.9);
-moz-transform: scale(.9);
-ms-transform: scale(.9);
transform: scale(.9);
}
button.slick-arrow:before {
color: #fff;
display: block;
font-size: 94px;
font-family: Icon7Stroke;
line-height: 94px;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
button.slick-arrow.slick-next {
right: 1em;
}
button.slick-arrow.slick-next:before {
content: '\e684';
}
button.slick-arrow.slick-prev {
left: 1em;
}
button.slick-arrow.slick-prev:before {
content: '\e686';
}
.bt_bb_arrows_style_filled button.slick-arrow {
background-color: #fff;
width: 70px;
height: 70px;
opacity: 1;
-webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,.1);
box-shadow: 0 6px 10px 0 rgba(0,0,0,.1);
}
.bt_bb_arrows_style_filled button.slick-arrow:before {
color: #111112;
font-size: 64px;
line-height: 64px;
}
.bt_bb_arrows_style_filled button.slick-arrow:hover {
-webkit-box-shadow: none;
box-shadow: none;
opacity: 1;
}
.bt_bb_arrows_size_small button.slick-arrow {
width: 54px;
height: 54px;
margin-top: -15px;
}
.bt_bb_arrows_size_small button.slick-arrow:before {
font-size: 50px;
line-height: 50px;
}
.bt_bb_arrows_size_large button.slick-arrow {
width: 146px;
height: 146px;
margin-top: -37.5px;
}
.bt_bb_arrows_size_large button.slick-arrow:before {
font-size: 146px;
line-height: 146px;
}
.bt_bb_arrows_style_filled.bt_bb_arrows_size_large button.slick-arrow {
width: 90px;
height: 90px;
}
.bt_bb_arrows_style_filled.bt_bb_arrows_size_large button.slick-arrow:before {
font-size: 104px;
line-height: 104px;
}
.bt_bb_show_dots_below button.slick-arrow {
top: 40%;
}
.btProjectSlider .slick-dots li.slick-active,
.btProjectSlider .slick-dots li:hover {
background: #f06731 !important;
}
.bt_bb_arrows_style_filled .slick-dots li.slick-active,
.bt_bb_arrows_style_filled .slick-dots li:hover {
background: #111112;
}
.bt_bb_layout_boxed_800 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider {
overflow: visible;
}
.bt_bb_layout_boxed_800 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider .slick-list {
margin: 0 4em;
}
.bt_bb_layout_boxed_800 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-next {
right: -2em;
}
.bt_bb_layout_boxed_800 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-prev {
left: -2em;
}
.bt_bb_layout_boxed_900 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider {
overflow: visible;
}
.bt_bb_layout_boxed_900 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider .slick-list {
margin: 0 4em;
}
.bt_bb_layout_boxed_900 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-next {
right: -2em;
}
.bt_bb_layout_boxed_900 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-prev {
left: -2em;
}
.bt_bb_layout_boxed_1000 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider {
overflow: visible;
}
.bt_bb_layout_boxed_1000 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider .slick-list {
margin: 0 4em;
}
.bt_bb_layout_boxed_1000 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-next {
right: -2em;
}
.bt_bb_layout_boxed_1000 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-prev {
left: -2em;
}
.bt_bb_layout_boxed_1100 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider {
overflow: visible;
}
.bt_bb_layout_boxed_1100 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider .slick-list {
margin: 0 4em;
}
.bt_bb_layout_boxed_1100 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-next {
right: -2em;
}
.bt_bb_layout_boxed_1100 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-prev {
left: -2em;
}
.bt_bb_layout_boxed_1200 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider {
overflow: visible;
}
.bt_bb_layout_boxed_1200 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider .slick-list {
margin: 0 4em;
}
.bt_bb_layout_boxed_1200 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-next {
right: -2em;
}
.bt_bb_layout_boxed_1200 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-prev {
left: -2em;
}
.bt_bb_layout_boxed_1300 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider {
overflow: visible;
}
.bt_bb_layout_boxed_1300 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider .slick-list {
margin: 0 4em;
}
.bt_bb_layout_boxed_1300 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-next {
right: -2em;
}
.bt_bb_layout_boxed_1300 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-prev {
left: -2em;
}
.bt_bb_layout_boxed_1400 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider {
overflow: visible;
}
.bt_bb_layout_boxed_1400 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider .slick-list {
margin: 0 4em;
}
.bt_bb_layout_boxed_1400 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-next {
right: -2em;
}
.bt_bb_layout_boxed_1400 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-prev {
left: -2em;
}
.bt_bb_layout_boxed_1500 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider {
overflow: visible;
}
.bt_bb_layout_boxed_1500 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider .slick-list {
margin: 0 4em;
}
.bt_bb_layout_boxed_1500 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-next {
right: -2em;
}
.bt_bb_layout_boxed_1500 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-prev {
left: -2em;
}
.bt_bb_layout_boxed_1600 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider {
overflow: visible;
}
.bt_bb_layout_boxed_1600 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider .slick-list {
margin: 0 4em;
}
.bt_bb_layout_boxed_1600 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-next {
right: -2em;
}
.bt_bb_layout_boxed_1600 .bt_bb_content_slider.bt_bb_arrows_position_middle-outside .slick-slider button.slick-arrow.slick-prev {
left: -2em;
}
@media (max-width: 1350px) {
.bt_bb_arrows_size_large button.slick-arrow {
width: 60px;
height: 60px;
margin-top: -37.5px;
}
.bt_bb_arrows_size_large button.slick-arrow:before {
font-size: 55px;
line-height: 60px;
}
}
@media (max-width: 991px) {
.bt_bb_section:not(.bt_bb_layout_wide) .slick-list {
margin: 0 1em !important;
}
}
@media (max-width: 768px) {
.slick-dots li .btSlickDotData {
display: none;
}
button.slick-arrow {
display: none !important;
}
} .bt_bb_content_slider_item.bt_bb_style_gray_border .bt_bb_content_slider_item_content {
background: #fbfbfb;
border: 1px solid #dcdcdc;
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
transition: all 450ms ease;
}
.bt_bb_content_slider_item.bt_bb_style_gray .bt_bb_content_slider_item_content {
background: #fbfbfb;
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
transition: all 450ms ease;
}
.bt_bb_content_slider_item.bt_bb_style_white .bt_bb_content_slider_item_content {
background: #fff;
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
transition: all 450ms ease;
}
.bt_bb_content_slider_item.bt_bb_style_white_border .bt_bb_content_slider_item_content {
background: #fff;
border: 1px solid #dcdcdc;
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
transition: all 450ms ease;
} .bt_bb_gap_small .slick-list .slick-slide.bt_bb_style_gray_border .content,
.bt_bb_gap_small .slick-list .slick-slide.bt_bb_style_gray .content,
.bt_bb_gap_small .slick-list .slick-slide.bt_bb_style_white .content,
.bt_bb_gap_small .slick-list .slick-slide.bt_bb_style_white_border .content {
margin: 0 .25rem;
padding: 0 .5rem;
}
.bt_bb_gap_normal .slick-list .slick-slide.bt_bb_style_gray_border .content,
.bt_bb_gap_normal .slick-list .slick-slide.bt_bb_style_gray .content,
.bt_bb_gap_normal .slick-list .slick-slide.bt_bb_style_white .content,
.bt_bb_gap_normal .slick-list .slick-slide.bt_bb_style_white_border .content {
margin: 0 .5rem;
padding: 0 1rem;
}
.bt_bb_gap_large .slick-list .slick-slide .content {
padding: 0 2.5rem;
}
.bt_bb_gap_large .slick-list .slick-slide.bt_bb_style_gray_border .content,
.bt_bb_gap_large .slick-list .slick-slide.bt_bb_style_gray .content,
.bt_bb_gap_large .slick-list .slick-slide.bt_bb_style_white .content,
.bt_bb_gap_large .slick-list .slick-slide.bt_bb_style_white_border .content {
margin: 0 1rem;
padding: 2rem 2rem 1rem 2rem;
}
@media (max-width: 1200px) {
.bt_bb_gap_large .slick-list .slick-slide .content {
padding: 0 1rem;
}
} .bt_bb_content_slider.bt_bb_arrows_position_no_arrows button.slick-arrow {
display: none !important;
}
.bt_bb_content_slider.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-prev {
top: auto;
bottom: 40px;
-webkit-transform: translateX(40px) !important;
-moz-transform: translateX(40px) !important;
-ms-transform: translateX(40px) !important;
transform: translateX(40px) !important;
}
.bt_bb_content_slider.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next {
right: 0;
left: 140px;
top: auto;
bottom: 40px;
-webkit-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
transform: none !important;
}
.bt_bb_layout_wide .bt_bb_content_slider.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next {
left: 140px;
}
.bt_bb_arrows_size_large.bt_bb_content_slider.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next {
left: 140px;
}
.bt_bb_layout_wide .bt_bb_arrows_size_large.bt_bb_content_slider.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next {
left: 150px;
}
.bt_bb_arrows_size_small.bt_bb_content_slider.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next {
left: 75px;
}
.bt_bb_layout_wide .bt_bb_arrows_size_small.bt_bb_content_slider.bt_bb_arrows_position_bottom_left button.slick-arrow.slick-next {
left: 95px;
}
.bt_bb_content_slider.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev {
top: auto;
bottom: 40px;
left: auto !important;
right: 140px;
-webkit-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
transform: none !important;
}
.bt_bb_layout_wide .bt_bb_content_slider.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev {
right: 140px;
}
.bt_bb_arrows_size_large.bt_bb_content_slider.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev {
right: 140px;
}
.bt_bb_layout_wide .bt_bb_arrows_size_large.bt_bb_content_slider.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev {
right: 150px;
}
.bt_bb_arrows_size_small.bt_bb_content_slider.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev {
right: 75px;
}
.bt_bb_layout_wide .bt_bb_arrows_size_small.bt_bb_content_slider.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-prev {
right: 95px;
}
.bt_bb_content_slider.bt_bb_arrows_position_bottom_right button.slick-arrow.slick-next {
top: auto;
bottom: 40px;
-webkit-transform: translateX(-40px) !important;
-moz-transform: translateX(-40px) !important;
-ms-transform: translateX(-40px) !important;
transform: translateX(-40px) !important;
} .bt_bb_slider.bt_bb_gap_small .slick-slide {
padding: 0 1em;
}
.bt_bb_slider.bt_bb_gap_small .slick-dots {
padding: 3em 0 0;
}
.bt_bb_slider.bt_bb_arrow_style_filled button.slick-arrow {
background: #fff;
opacity: 1;
width: 3em;
height: 3em;
top: 45%;
}
.bt_bb_slider.bt_bb_arrow_style_filled button.slick-arrow:before {
font-size: 3.1em;
color: #111112;
}
.bt_bb_slider.bt_bb_arrow_style_filled button.slick-arrow.slick-prev {
left: 2em;
}
.bt_bb_slider.bt_bb_arrow_style_filled button.slick-arrow.slick-next {
right: 2em;
} .bt_bb_accordion .bt_bb_accordion_item {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.bt_bb_accordion .bt_bb_accordion_item.btNoNumber .bt_bb_accordion_item_title {
max-width: 100%;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item,.bt_bb_align_center .bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item,.bt_bb_align_left .bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item,.bt_bb_align_center .bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item,.bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item,.bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.rtl .bt_bb_accordion .bt_bb_accordion_item {
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.bt_bb_align_left .bt_bb_align_right.rtl .bt_bb_accordion .bt_bb_accordion_item,.bt_bb_align_center .bt_bb_align_right.rtl .bt_bb_accordion .bt_bb_accordion_item,.bt_bb_align_left .bt_bb_align_right .rtl .bt_bb_accordion .bt_bb_accordion_item,.bt_bb_align_center .bt_bb_align_right .rtl .bt_bb_accordion .bt_bb_accordion_item,.bt_bb_align_right.rtl .bt_bb_accordion .bt_bb_accordion_item,.bt_bb_align_right .rtl .bt_bb_accordion .bt_bb_accordion_item {
-webkit-flex-direction: unset;
-ms-flex-direction: unset;
flex-direction: unset;
}
.bt_bb_shape_rounded.bt_bb_accordion .bt_bb_accordion_item {
border-radius: 4px;
}
.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_number {
-webkit-flex-basis: 10%;
flex-basis: 10%;
max-width: 10%;
padding: 1em;
line-height: 1.8;
font-size: 1em;
font-weight: 200;
text-align: center;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
transition: all 200ms ease;
background-color: #f06731;
color: #fff !important;
}
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_number {
padding: 1em 0;
}
.rtl .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_number {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title {
-webkit-flex: 1 0 90%;
-ms-flex: 1 0 90%;
flex: 1 0 90%;
min-width: 90%;
font-size: .8em;
line-height: 2.7;
font-weight: 600;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
padding: 1em;
color: inherit;
display: inline-block;
float: left;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
transition: all 200ms ease;
}
.btNoNumber.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title {
max-width: 100%;
}
.rtl .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:after {
content: "+";
font-family: "Montserrat",Arial,Helvetica,sans-serif;
font-size: 1.2em;
line-height: 2;
color: inherit !important;
display: inline-block;
text-align: right;
float: right;
padding: 2px 0;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:after,.bt_bb_align_center .bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:after,.bt_bb_align_left .bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:after,.bt_bb_align_center .bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:after,.bt_bb_align_right.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:after,.bt_bb_align_right .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:after {
float: left;
}
.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title {
border: none;
padding: .5em 0;
}
.bt_bb_shape_rounded.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title {
border-radius: 4px;
}
.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content {
padding: 1em 3em 1em 12%;
-webkit-flex-basis: 100%;
flex-basis: 100%;
}
.rtl .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content {
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
}
.bt_bb_accordion .bt_bb_accordion_item.btNoNumber .bt_bb_accordion_item_content {
padding: 1em 1.5em;
}
.bt_bb_accordion .bt_bb_accordion_item:hover .bt_bb_accordion_item_title {
border: none !important;
background: #f06731;
color: #fff;
}
.bt_bb_accordion .bt_bb_accordion_item:hover .bt_bb_accordion_item_title:after {
content: "-";
}
.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title {
border: none !important;
background: #f06731;
color: #fff;
}
.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title:after {
content: "-";
}
.bt_bb_accordion.bt_bb_style_filled .bt_bb_accordion_item {
border: none;
background: white !important;
margin-bottom: .3em;
-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,.1);
box-shadow: 0 4px 5px 0 rgba(0,0,0,.1);
}
.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.on .bt_bb_accordion_item_title {
background: transparent;
}
.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item:hover .bt_bb_accordion_item_title {
background: transparent;
}
.bt_bb_accordion.bt_bb_style_simple .bt_bb_accordion_item.btNoNumber .bt_bb_accordion_item_content {
padding: 1em 0;
}
.bt_bb_accordion.bt_bb_style_outline .bt_bb_accordion_item {
border-width: 0 3px 3px;
}
.bt_bb_accordion.bt_bb_style_outline .bt_bb_accordion_item:first-child {
border-width: 3px;
}
@media (max-width: 480px) {
.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_number {
padding: 1.5rem .2rem;
min-width: 10%;
line-height: 1;
}
.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title {
padding: 1.5rem;
line-height: initial;
}
.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title:after {
display: none;
}
}
@media (max-width: 350px) {
.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_number {
display: none;
}
} .bt_bb_custom_menu div ul {
margin: 0;
}
.bt_bb_orientation_horizontal.bt_bb_custom_menu div ul li {
display: inline;
padding: 0 .8em;
border: none;
}
.bt_bb_orientation_horizontal.bt_bb_custom_menu div ul li:first-child {
padding-left: 0;
}
.bt_bb_custom_menu div ul > li {
list-style: none;
margin-left: 0;
padding: .8em 0;
border-bottom: 1px solid rgba(255,255,255,.2);
}
.bt_bb_custom_menu div ul > li:first-child {
padding-top: 0;
}
.bt_bb_custom_menu div ul a {
font-size: .85em;
font-weight: 600;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
color: inherit;
}
.bt_bb_custom_menu div ul a:hover {
color: #f06731;
}
.bt_bb_capitalize_yes.bt_bb_custom_menu div ul a {
text-transform: uppercase;
} .bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]),
.bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]),
.bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]),
.bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected {
border: 2px solid grey;
line-height: 1.3;
border-radius: 0;
}
.bt_bb_cost_calculator .bt_bb_widget_select_selected > div:last-child {
margin-top: 0;
}
.bt_bb_cost_calculator .bt_bb_cost_calculator_total .bt_bb_cost_calculator_total_amount {
background: rgba(0,0,0,.25);
}
.bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_cost_calculator_item_title {
font-size: .8em;
opacity: .6;
font-weight: 500;
text-transform: uppercase;
} .bt_bb_google_maps_content {
max-width: 1280px;
margin: 0 auto;
padding: 4em;
}
.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location {
padding: 2em;
}
.btDarkSkin .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location,
.btLightSkin .btDarkSkin .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location,
.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location {
background: #111112;
} .bt_bb_tab_content {
padding-top: 1em;
}
.bt_bb_tabs.bt_bb_style_outline ul.bt_bb_tabs_header,
.bt_bb_tabs.bt_bb_style_filled ul.bt_bb_tabs_header {
border-width: 3px;
}
.bt_bb_tabs.bt_bb_style_outline ul.bt_bb_tabs_header li,
.bt_bb_tabs.bt_bb_style_filled ul.bt_bb_tabs_header li {
border-width: 0 0 0 3px;
}
.bt_bb_tabs.bt_bb_style_outline ul.bt_bb_tabs_header li:first-child,
.bt_bb_tabs.bt_bb_style_filled ul.bt_bb_tabs_header li:first-child {
border-width: 0;
}
.bt_bb_align_right .bt_bb_align_left.bt_bb_tabs.bt_bb_style_simple ul.bt_bb_tabs_header li,.bt_bb_align_center .bt_bb_align_left.bt_bb_tabs.bt_bb_style_simple ul.bt_bb_tabs_header li,.bt_bb_align_right .bt_bb_align_left .bt_bb_tabs.bt_bb_style_simple ul.bt_bb_tabs_header li,.bt_bb_align_center .bt_bb_align_left .bt_bb_tabs.bt_bb_style_simple ul.bt_bb_tabs_header li,.bt_bb_align_left.bt_bb_tabs.bt_bb_style_simple ul.bt_bb_tabs_header li,.bt_bb_align_left .bt_bb_tabs.bt_bb_style_simple ul.bt_bb_tabs_header li {
margin-right: 1em;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_tabs.bt_bb_style_simple ul.bt_bb_tabs_header li,.bt_bb_align_center .bt_bb_align_right.bt_bb_tabs.bt_bb_style_simple ul.bt_bb_tabs_header li,.bt_bb_align_left .bt_bb_align_right .bt_bb_tabs.bt_bb_style_simple ul.bt_bb_tabs_header li,.bt_bb_align_center .bt_bb_align_right .bt_bb_tabs.bt_bb_style_simple ul.bt_bb_tabs_header li,.bt_bb_align_right.bt_bb_tabs.bt_bb_style_simple ul.bt_bb_tabs_header li,.bt_bb_align_right .bt_bb_tabs.bt_bb_style_simple ul.bt_bb_tabs_header li {
margin-left: 1em;
}
.bt_bb_tabs.bt_bb_style_simple ul.bt_bb_tabs_header li.on {
border-color: #f06731;
}
.bt_bb_tabs.bt_bb_style_simple ul.bt_bb_tabs_header li span {
padding: 1em 0;
} .bt_bb_counter_holder {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
width: 100%;
line-height: 1;
}
.bt_bb_align_left .bt_bb_align_center.bt_bb_counter_holder,.bt_bb_align_right .bt_bb_align_center.bt_bb_counter_holder,.bt_bb_align_left .bt_bb_align_center .bt_bb_counter_holder,.bt_bb_align_right .bt_bb_align_center .bt_bb_counter_holder,.bt_bb_align_center.bt_bb_counter_holder,.bt_bb_align_center .bt_bb_counter_holder {
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_counter_holder,.bt_bb_align_center .bt_bb_align_right.bt_bb_counter_holder,.bt_bb_align_left .bt_bb_align_right .bt_bb_counter_holder,.bt_bb_align_center .bt_bb_align_right .bt_bb_counter_holder,.bt_bb_align_right.bt_bb_counter_holder,.bt_bb_align_right .bt_bb_counter_holder {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.bt_bb_counter_holder .bt_bb_counter_text {
display: inline-block;
opacity: .7;
font-weight: 100;
}
.bt_bb_counter_holder .bt_bb_counter {
display: inline-block;
height: 1em;
line-height: 1;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
font-weight: 600;
}
.btHeadingWeight_bolder .bt_bb_counter_holder .bt_bb_counter {
font-weight: 800;
}
.btHeadingWeight_bold .bt_bb_counter_holder .bt_bb_counter {
font-weight: 700;
}
.btHeadingWeight_semi-bold .bt_bb_counter_holder .bt_bb_counter {
font-weight: 600;
}
.btHeadingWeight_medium .bt_bb_counter_holder .bt_bb_counter {
font-weight: 500;
}
.btHeadingWeight_normal .bt_bb_counter_holder .bt_bb_counter {
font-weight: 400;
}
.btHeadingWeight_light .bt_bb_counter_holder .bt_bb_counter {
font-weight: 300;
}
.btHeadingWeight_lighter .bt_bb_counter_holder .bt_bb_counter {
font-weight: 200;
}
.btHeadingWeight_thin .bt_bb_counter_holder .bt_bb_counter {
font-weight: 100;
}
.bt_bb_counter_holder .bt_bb_counter span.onedigit {
height: 1em;
}
.bt_bb_counter_holder .bt_bb_counter span.onedigit span {
height: 1em;
}
.bt_bb_counter_holder.bt_bb_size_xsmall {
font-size: 1em;
}
.bt_bb_counter_holder.bt_bb_size_small {
font-size: 1.5em;
}
.bt_bb_counter_holder.bt_bb_size_normal {
font-size: 2.5em;
}
.bt_bb_counter_holder.bt_bb_size_large {
font-size: 4em;
}
.bt_bb_counter_holder.bt_bb_size_xlarge {
font-size: 5.8em;
}
@media (max-width: 780px) {
.bt_bb_counter_holder.bt_bb_size_large {
font-size: 2em;
}
.bt_bb_counter_holder.bt_bb_size_xlarge {
font-size: 3em;
}
} .bt_bb_counter_icon_holder {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.bt_bb_align_right .bt_bb_align_left.bt_bb_counter_icon_holder,.bt_bb_align_center .bt_bb_align_left.bt_bb_counter_icon_holder,.bt_bb_align_right .bt_bb_align_left .bt_bb_counter_icon_holder,.bt_bb_align_center .bt_bb_align_left .bt_bb_counter_icon_holder,.bt_bb_align_left.bt_bb_counter_icon_holder,.bt_bb_align_left .bt_bb_counter_icon_holder {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.bt_bb_align_left .bt_bb_align_center.bt_bb_counter_icon_holder,.bt_bb_align_right .bt_bb_align_center.bt_bb_counter_icon_holder,.bt_bb_align_left .bt_bb_align_center .bt_bb_counter_icon_holder,.bt_bb_align_right .bt_bb_align_center .bt_bb_counter_icon_holder,.bt_bb_align_center.bt_bb_counter_icon_holder,.bt_bb_align_center .bt_bb_counter_icon_holder {
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_counter_icon_holder,.bt_bb_align_center .bt_bb_align_right.bt_bb_counter_icon_holder,.bt_bb_align_left .bt_bb_align_right .bt_bb_counter_icon_holder,.bt_bb_align_center .bt_bb_align_right .bt_bb_counter_icon_holder,.bt_bb_align_right.bt_bb_counter_icon_holder,.bt_bb_align_right .bt_bb_counter_icon_holder {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.bt_bb_counter_icon_holder .bt_bb_counter_icon_box {
padding: .7em;
}
.bt_bb_align_right .bt_bb_align_left.bt_bb_counter_icon_holder .bt_bb_counter_icon_box,.bt_bb_align_center .bt_bb_align_left.bt_bb_counter_icon_holder .bt_bb_counter_icon_box,.bt_bb_align_right .bt_bb_align_left .bt_bb_counter_icon_holder .bt_bb_counter_icon_box,.bt_bb_align_center .bt_bb_align_left .bt_bb_counter_icon_holder .bt_bb_counter_icon_box,.bt_bb_align_left.bt_bb_counter_icon_holder .bt_bb_counter_icon_box,.bt_bb_align_left .bt_bb_counter_icon_holder .bt_bb_counter_icon_box {
text-align: left;
}
.bt_bb_align_left .bt_bb_align_center.bt_bb_counter_icon_holder .bt_bb_counter_icon_box,.bt_bb_align_right .bt_bb_align_center.bt_bb_counter_icon_holder .bt_bb_counter_icon_box,.bt_bb_align_left .bt_bb_align_center .bt_bb_counter_icon_holder .bt_bb_counter_icon_box,.bt_bb_align_right .bt_bb_align_center .bt_bb_counter_icon_holder .bt_bb_counter_icon_box,.bt_bb_align_center.bt_bb_counter_icon_holder .bt_bb_counter_icon_box,.bt_bb_align_center .bt_bb_counter_icon_holder .bt_bb_counter_icon_box {
text-align: center;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_counter_icon_holder .bt_bb_counter_icon_box,.bt_bb_align_center .bt_bb_align_right.bt_bb_counter_icon_holder .bt_bb_counter_icon_box,.bt_bb_align_left .bt_bb_align_right .bt_bb_counter_icon_holder .bt_bb_counter_icon_box,.bt_bb_align_center .bt_bb_align_right .bt_bb_counter_icon_holder .bt_bb_counter_icon_box,.bt_bb_align_right.bt_bb_counter_icon_holder .bt_bb_counter_icon_box,.bt_bb_align_right .bt_bb_counter_icon_holder .bt_bb_counter_icon_box {
text-align: right;
}
.bt_bb_counter_icon_holder .bt_bb_counter_icon_box .bt_bb_icon_holder {
color: #f06731;
}
.bt_bb_counter_icon_holder .bt_bb_counter_icon_box .bt_bb_icon_holder:before {
line-height: 1;
}
.bt_bb_counter_icon_holder .bt_bb_counter_icon_content .bt_bb_counter_icon_text {
display: block;
padding-left: .5em;
}
.bt_bb_counter_icon_holder.bt_bb_size_large .bt_bb_counter_icon_number .bt_bb_counter_holder {
font-size: 4.5em;
}
.bt_bb_counter_icon_holder.bt_bb_size_large .bt_bb_counter_icon_box .bt_bb_icon_holder:before {
font-size: 4em;
}
.bt_bb_counter_icon_holder.bt_bb_size_normal .bt_bb_counter_icon_number .bt_bb_counter_holder {
font-size: 3.5em;
}
.bt_bb_counter_icon_holder.bt_bb_size_normal .bt_bb_counter_icon_text {
font-size: .9em;
}
.bt_bb_counter_icon_holder.bt_bb_size_normal .bt_bb_counter_icon_box {
padding: 0 .7em;
}
.bt_bb_counter_icon_holder.bt_bb_size_normal .bt_bb_counter_icon_box .bt_bb_icon_holder:before {
font-size: 3.4em;
}
.bt_bb_counter_icon_holder.bt_bb_size_small .bt_bb_counter_icon_number .bt_bb_counter_holder {
font-size: 2.5em;
}
.bt_bb_counter_icon_holder.bt_bb_size_small .bt_bb_counter_icon_text {
font-size: .8em;
}
.bt_bb_counter_icon_holder.bt_bb_size_small .bt_bb_counter_icon_box {
padding: 0 .7em;
}
.bt_bb_counter_icon_holder.bt_bb_size_small .bt_bb_counter_icon_box .bt_bb_icon_holder:before {
font-size: 2.5em;
}
@media (max-width: 1300px) {
.bt_bb_counter_icon_holder.bt_bb_size_large .bt_bb_counter_icon_number .bt_bb_counter_holder {
font-size: 3.5em;
}
.bt_bb_counter_icon_holder.bt_bb_size_large .bt_bb_counter_icon_box .bt_bb_icon_holder:before {
font-size: 3.5em;
}
.bt_bb_counter_icon_holder.bt_bb_size_large .bt_bb_counter_icon_text {
font-size: .9em;
}
}
@media (max-width: 1200px) {
.bt_bb_counter_icon_holder {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.bt_bb_counter_icon_holder.bt_bb_size_large .bt_bb_counter_icon_box {
padding: .2em;
}
.bt_bb_counter_icon_holder.bt_bb_size_large .bt_bb_counter_icon_box .bt_bb_icon_holder:before {
font-size: 2.5em;
}
}
@media (max-width: 780px) {
.bt_bb_counter_icon_holder.bt_bb_size_large .bt_bb_counter_icon_number .bt_bb_counter_holder {
font-size: 3.5em;
}
.bt_bb_counter_icon_holder.bt_bb_size_large .bt_bb_counter_icon_box .bt_bb_icon_holder:before {
font-size: 3em;
}
} @media (min-width: 991px) {
.btBorderCounter {
border-right: 2px solid rgba(255,255,255,.2);
}
} @media (max-width: 768px) {
.btCounterHolder .btCountdownHolder .days,
.btCounterHolder .btCountdownHolder .hours,
.btCounterHolder .btCountdownHolder .minutes,
.btCounterHolder .btCountdownHolder .seconds {
float: none;
width: 100%;
}
} .bt_bb_progress_bar_advanced > .container > svg > path:first-child {
opacity: .25;
} .darkSkinSelector .wpcf7-form input:not([type='radio']),
.darkSkinSelector .wpcf7-form input:not([type='checkbox']),
.darkSkinSelector .wpcf7-form textarea,
.darkSkinSelector .wpcf7-form .fancy-select .trigger {
color: #111112;
}
.wpcf7-form .fancy-select .trigger {
line-height: 3.2em;
}
.wpcf7-form .fancy-select .options.overflowing {
bottom: 3.35em;
}
.wpcf7-form .wpcf7-submit {
font-size: .8em !important;
background-color: #f06731 !important;
color: #fff !important;
border: 0;
cursor: pointer;
font-weight: 500 !important;
padding: 1.3em 1.5em !important;
line-height: .5 !important;
text-transform: uppercase;
width: auto !important;
min-width: 130px;
letter-spacing: 1px;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
position: relative;
overflow: hidden;
}
.wpcf7-form .wpcf7-submit:before {
content: "";
display: block;
top: 0;
bottom: 0;
position: absolute;
width: 40px;
left: -60px;
-webkit-transform: skewX(-20deg);
-moz-transform: skewX(-20deg);
-ms-transform: skewX(-20deg);
transform: skewX(-20deg);
-webkit-transition: 350ms ease all;
-moz-transition: 350ms ease all;
transition: 350ms ease all;
background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.56) 50%,rgba(255,255,255,0) 100%);
background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.56) 50%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.56) 50%,rgba(255,255,255,0) 100%);
opacity: .5;
}
.wpcf7-form .wpcf7-submit:hover {
-webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
}
.wpcf7-form .wpcf7-submit:hover:before {
left: 110%;
-webkit-transition: 800ms ease all;
-moz-transition: 800ms ease all;
transition: 800ms ease all;
opacity: .2;
}
.bt_bb_align_center .wpcf7-form .wpcf7-submit {
margin-left: auto;
margin-right: auto;
}
.bt_bb_align_right .wpcf7-form .wpcf7-submit {
margin-left: auto;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
border: 2px solid #f06731;
margin: 2em 0 1em;
}
span.wpcf7-not-valid-tip {
color: #f06731;
} .btNewsletter {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.btNewsletter .btNewsletterColumn {
-webkit-flex: 1 0 80%;
-ms-flex: 1 0 80%;
flex: 1 0 80%;
max-width: 80%;
padding-right: 1em;
height: 60px;
}
.btNewsletter .btNewsletterColumn input {
font-size: 1.2em;
line-height: 1;
background-color: #fff;
color: #111112;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
}
.btNewsletter .btNewsletterButton {
height: 60px;
-webkit-flex: 1 0 20%;
-ms-flex: 1 0 20%;
flex: 1 0 20%;
max-width: 20%;
}
.btNewsletter .btNewsletterButton input {
font-size: .9em !important;
height: 60px !important;
font-weight: 700 !important;
padding: 1em 3.5em !important;
border: 3px solid #111112;
color: #111112 !important;
}
.btNewsletter .btNewsletterButton input:hover {
color: #fff !important;
background-color: #111112 !important;
}
.btNewsletter .btNewsletterButton.btOutline input {
background-color: transparent !important;
}
.btNewsletter .btNewsletterButton.btOutline input:hover {
background-color: #111112 !important;
}
@media (max-width: 991px) {
.btNewsletter {
display: block;
}
.btNewsletter .btNewsletterColumn {
max-width: 100%;
padding-right: 0;
padding-bottom: 10px;
}
} .btContact .btContactRow {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-bottom: 1em;
}
.btContact .btContactRow .btContactColumnLeft {
-webkit-flex: 1 0 60%;
-ms-flex: 1 0 60%;
flex: 1 0 60%;
max-width: 60%;
padding-right: 1em;
}
.btContact .btContactRow .btContactColumnRight {
-webkit-flex: 1 0 40%;
-ms-flex: 1 0 40%;
flex: 1 0 40%;
max-width: 40%;
}
.btContact .btContactRow input {
background: #fff;
}
.btContact textarea {
height: 210px;
background: #fff;
}
.btContact .btContactMessage {
padding-bottom: 1.5em;
}
.btContact p {
margin: 0 !important;
}
.btContact p input {
display: inline-block;
float: left;
}
.btContact .fancy-select .trigger {
background: #fff;
}
.btContact label {
-webkit-flex-basis: 100%;
flex-basis: 100%;
}
.btContact .wpcf7-form-control-wrap {
-webkit-flex-basis: 100%;
flex-basis: 100%;
}
.btContact input[type='date']:before {
width: 0% !important;
}
.btContact.btRenovation input,
.btContact.btRenovation textarea,
.btContact.btRenovation .fancy-select .trigger {
background: transparent;
}
@media (max-width: 991px) {
.btContactRow {
display: block !important;
}
.btContactRow .btContactColumnLeft,
.btContactRow .btContactColumnRight {
max-width: 100% !important;
padding-right: 0 !important;
padding-bottom: 10px !important;
}
} @media (max-width: 992px) {
.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column {
margin-bottom: 20px;
}
.bt_bb_column_gap_0.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="6"],
.bt_bb_column_gap_0.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="4"],
.bt_bb_column_gap_0.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="8"],
.bt_bb_column_gap_0.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="2"],
.bt_bb_column_gap_0.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="5"],
.bt_bb_column_gap_0.bt_bb_row[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_0.bt_bb_row[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_0.bt_bb_row[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_0.bt_bb_row[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"] {
margin-bottom: 0;
}
.bt_bb_column_inner_gap_0.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="6"],
.bt_bb_column_inner_gap_0.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="4"],
.bt_bb_column_inner_gap_0.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="8"],
.bt_bb_column_inner_gap_0.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="2"],
.bt_bb_column_inner_gap_0.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="5"],
.bt_bb_column_inner_gap_0.bt_bb_row_inner[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_0.bt_bb_row_inner[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_0.bt_bb_row_inner[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_0.bt_bb_row_inner[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"] {
margin-bottom: 0;
}
.bt_bb_column_gap_5.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="6"],
.bt_bb_column_gap_5.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="4"],
.bt_bb_column_gap_5.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="8"],
.bt_bb_column_gap_5.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="2"],
.bt_bb_column_gap_5.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="5"],
.bt_bb_column_gap_5.bt_bb_row[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_5.bt_bb_row[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_5.bt_bb_row[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_5.bt_bb_row[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"] {
margin-bottom: 5px;
}
.bt_bb_column_inner_gap_5.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="6"],
.bt_bb_column_inner_gap_5.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="4"],
.bt_bb_column_inner_gap_5.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="8"],
.bt_bb_column_inner_gap_5.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="2"],
.bt_bb_column_inner_gap_5.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="5"],
.bt_bb_column_inner_gap_5.bt_bb_row_inner[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_5.bt_bb_row_inner[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_5.bt_bb_row_inner[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_5.bt_bb_row_inner[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"] {
margin-bottom: 5px;
}
.bt_bb_column_gap_10.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="6"],
.bt_bb_column_gap_10.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="4"],
.bt_bb_column_gap_10.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="8"],
.bt_bb_column_gap_10.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="2"],
.bt_bb_column_gap_10.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="5"],
.bt_bb_column_gap_10.bt_bb_row[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_10.bt_bb_row[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_10.bt_bb_row[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_10.bt_bb_row[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"] {
margin-bottom: 10px;
}
.bt_bb_column_inner_gap_10.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="6"],
.bt_bb_column_inner_gap_10.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="4"],
.bt_bb_column_inner_gap_10.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="8"],
.bt_bb_column_inner_gap_10.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="2"],
.bt_bb_column_inner_gap_10.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="5"],
.bt_bb_column_inner_gap_10.bt_bb_row_inner[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_10.bt_bb_row_inner[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_10.bt_bb_row_inner[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_10.bt_bb_row_inner[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"] {
margin-bottom: 10px;
}
.bt_bb_column_gap_15.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="6"],
.bt_bb_column_gap_15.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="4"],
.bt_bb_column_gap_15.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="8"],
.bt_bb_column_gap_15.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="2"],
.bt_bb_column_gap_15.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="5"],
.bt_bb_column_gap_15.bt_bb_row[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_15.bt_bb_row[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_15.bt_bb_row[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_15.bt_bb_row[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"] {
margin-bottom: 15px;
}
.bt_bb_column_inner_gap_15.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="6"],
.bt_bb_column_inner_gap_15.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="4"],
.bt_bb_column_inner_gap_15.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="8"],
.bt_bb_column_inner_gap_15.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="2"],
.bt_bb_column_inner_gap_15.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="5"],
.bt_bb_column_inner_gap_15.bt_bb_row_inner[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_15.bt_bb_row_inner[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_15.bt_bb_row_inner[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_15.bt_bb_row_inner[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"] {
margin-bottom: 15px;
}
.bt_bb_column_gap_20.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="6"],
.bt_bb_column_gap_20.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="4"],
.bt_bb_column_gap_20.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="8"],
.bt_bb_column_gap_20.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="2"],
.bt_bb_column_gap_20.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="5"],
.bt_bb_column_gap_20.bt_bb_row[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_20.bt_bb_row[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_20.bt_bb_row[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_20.bt_bb_row[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"] {
margin-bottom: 20px;
}
.bt_bb_column_inner_gap_20.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="6"],
.bt_bb_column_inner_gap_20.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="4"],
.bt_bb_column_inner_gap_20.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="8"],
.bt_bb_column_inner_gap_20.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="2"],
.bt_bb_column_inner_gap_20.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="5"],
.bt_bb_column_inner_gap_20.bt_bb_row_inner[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_20.bt_bb_row_inner[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_20.bt_bb_row_inner[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_20.bt_bb_row_inner[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"] {
margin-bottom: 20px;
}
.bt_bb_column_gap_25.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="6"],
.bt_bb_column_gap_25.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="4"],
.bt_bb_column_gap_25.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="8"],
.bt_bb_column_gap_25.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="2"],
.bt_bb_column_gap_25.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="5"],
.bt_bb_column_gap_25.bt_bb_row[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_25.bt_bb_row[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_25.bt_bb_row[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_25.bt_bb_row[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"] {
margin-bottom: 25px;
}
.bt_bb_column_inner_gap_25.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="6"],
.bt_bb_column_inner_gap_25.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="4"],
.bt_bb_column_inner_gap_25.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="8"],
.bt_bb_column_inner_gap_25.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="2"],
.bt_bb_column_inner_gap_25.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="5"],
.bt_bb_column_inner_gap_25.bt_bb_row_inner[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_25.bt_bb_row_inner[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_25.bt_bb_row_inner[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_25.bt_bb_row_inner[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"] {
margin-bottom: 25px;
}
.bt_bb_column_gap_30.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="6"],
.bt_bb_column_gap_30.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="4"],
.bt_bb_column_gap_30.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="8"],
.bt_bb_column_gap_30.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="2"],
.bt_bb_column_gap_30.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="5"],
.bt_bb_column_gap_30.bt_bb_row[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_30.bt_bb_row[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_30.bt_bb_row[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_30.bt_bb_row[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"] {
margin-bottom: 30px;
}
.bt_bb_column_inner_gap_30.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="6"],
.bt_bb_column_inner_gap_30.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="4"],
.bt_bb_column_inner_gap_30.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="8"],
.bt_bb_column_inner_gap_30.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="2"],
.bt_bb_column_inner_gap_30.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="5"],
.bt_bb_column_inner_gap_30.bt_bb_row_inner[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_30.bt_bb_row_inner[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_30.bt_bb_row_inner[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_30.bt_bb_row_inner[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"] {
margin-bottom: 30px;
}
.bt_bb_column_gap_35.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="6"],
.bt_bb_column_gap_35.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="4"],
.bt_bb_column_gap_35.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="8"],
.bt_bb_column_gap_35.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="2"],
.bt_bb_column_gap_35.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="5"],
.bt_bb_column_gap_35.bt_bb_row[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_35.bt_bb_row[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_35.bt_bb_row[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_35.bt_bb_row[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"] {
margin-bottom: 35px;
}
.bt_bb_column_inner_gap_35.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="6"],
.bt_bb_column_inner_gap_35.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="4"],
.bt_bb_column_inner_gap_35.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="8"],
.bt_bb_column_inner_gap_35.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="2"],
.bt_bb_column_inner_gap_35.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="5"],
.bt_bb_column_inner_gap_35.bt_bb_row_inner[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_35.bt_bb_row_inner[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_35.bt_bb_row_inner[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_35.bt_bb_row_inner[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"] {
margin-bottom: 35px;
}
.bt_bb_column_gap_40.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="6"],
.bt_bb_column_gap_40.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="4"],
.bt_bb_column_gap_40.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="8"],
.bt_bb_column_gap_40.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="2"],
.bt_bb_column_gap_40.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="5"],
.bt_bb_column_gap_40.bt_bb_row[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_40.bt_bb_row[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_40.bt_bb_row[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_40.bt_bb_row[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"] {
margin-bottom: 40px;
}
.bt_bb_column_inner_gap_40.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="6"],
.bt_bb_column_inner_gap_40.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="4"],
.bt_bb_column_inner_gap_40.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="8"],
.bt_bb_column_inner_gap_40.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="2"],
.bt_bb_column_inner_gap_40.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="5"],
.bt_bb_column_inner_gap_40.bt_bb_row_inner[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_40.bt_bb_row_inner[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_40.bt_bb_row_inner[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_40.bt_bb_row_inner[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"] {
margin-bottom: 40px;
}
.bt_bb_column_gap_45.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="6"],
.bt_bb_column_gap_45.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="4"],
.bt_bb_column_gap_45.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="8"],
.bt_bb_column_gap_45.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="2"],
.bt_bb_column_gap_45.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="5"],
.bt_bb_column_gap_45.bt_bb_row[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_45.bt_bb_row[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_45.bt_bb_row[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_45.bt_bb_row[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"] {
margin-bottom: 45px;
}
.bt_bb_column_inner_gap_45.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="6"],
.bt_bb_column_inner_gap_45.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="4"],
.bt_bb_column_inner_gap_45.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="8"],
.bt_bb_column_inner_gap_45.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="2"],
.bt_bb_column_inner_gap_45.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="5"],
.bt_bb_column_inner_gap_45.bt_bb_row_inner[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_45.bt_bb_row_inner[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_45.bt_bb_row_inner[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_45.bt_bb_row_inner[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"] {
margin-bottom: 45px;
}
.bt_bb_column_gap_50.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="6"],
.bt_bb_column_gap_50.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="4"],
.bt_bb_column_gap_50.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="8"],
.bt_bb_column_gap_50.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="2"],
.bt_bb_column_gap_50.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="5"],
.bt_bb_column_gap_50.bt_bb_row[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_50.bt_bb_row[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_50.bt_bb_row[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_50.bt_bb_row[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"] {
margin-bottom: 50px;
}
.bt_bb_column_inner_gap_50.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="6"],
.bt_bb_column_inner_gap_50.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="4"],
.bt_bb_column_inner_gap_50.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="8"],
.bt_bb_column_inner_gap_50.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="2"],
.bt_bb_column_inner_gap_50.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="5"],
.bt_bb_column_inner_gap_50.bt_bb_row_inner[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_50.bt_bb_row_inner[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_50.bt_bb_row_inner[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_50.bt_bb_row_inner[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"] {
margin-bottom: 50px;
}
.bt_bb_column_gap_60.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="6"],
.bt_bb_column_gap_60.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="4"],
.bt_bb_column_gap_60.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="8"],
.bt_bb_column_gap_60.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="2"],
.bt_bb_column_gap_60.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="5"],
.bt_bb_column_gap_60.bt_bb_row[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_60.bt_bb_row[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_60.bt_bb_row[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_60.bt_bb_row[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"] {
margin-bottom: 60px;
}
.bt_bb_column_inner_gap_60.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="6"],
.bt_bb_column_inner_gap_60.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="4"],
.bt_bb_column_inner_gap_60.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="8"],
.bt_bb_column_inner_gap_60.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="2"],
.bt_bb_column_inner_gap_60.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="5"],
.bt_bb_column_inner_gap_60.bt_bb_row_inner[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_60.bt_bb_row_inner[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_60.bt_bb_row_inner[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_60.bt_bb_row_inner[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"] {
margin-bottom: 60px;
}
.bt_bb_column_gap_70.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="6"],
.bt_bb_column_gap_70.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="4"],
.bt_bb_column_gap_70.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="8"],
.bt_bb_column_gap_70.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="2"],
.bt_bb_column_gap_70.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="5"],
.bt_bb_column_gap_70.bt_bb_row[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_70.bt_bb_row[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_70.bt_bb_row[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_70.bt_bb_row[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"] {
margin-bottom: 70px;
}
.bt_bb_column_inner_gap_70.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="6"],
.bt_bb_column_inner_gap_70.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="4"],
.bt_bb_column_inner_gap_70.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="8"],
.bt_bb_column_inner_gap_70.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="2"],
.bt_bb_column_inner_gap_70.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="5"],
.bt_bb_column_inner_gap_70.bt_bb_row_inner[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_70.bt_bb_row_inner[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_70.bt_bb_row_inner[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_70.bt_bb_row_inner[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"] {
margin-bottom: 70px;
}
.bt_bb_column_gap_80.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="6"],
.bt_bb_column_gap_80.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="4"],
.bt_bb_column_gap_80.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="8"],
.bt_bb_column_gap_80.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="2"],
.bt_bb_column_gap_80.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="5"],
.bt_bb_column_gap_80.bt_bb_row[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_80.bt_bb_row[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_80.bt_bb_row[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_80.bt_bb_row[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"] {
margin-bottom: 80px;
}
.bt_bb_column_inner_gap_80.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="6"],
.bt_bb_column_inner_gap_80.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="4"],
.bt_bb_column_inner_gap_80.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="8"],
.bt_bb_column_inner_gap_80.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="2"],
.bt_bb_column_inner_gap_80.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="5"],
.bt_bb_column_inner_gap_80.bt_bb_row_inner[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_80.bt_bb_row_inner[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_80.bt_bb_row_inner[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_80.bt_bb_row_inner[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"] {
margin-bottom: 80px;
}
.bt_bb_column_gap_90.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="6"],
.bt_bb_column_gap_90.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="4"],
.bt_bb_column_gap_90.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="8"],
.bt_bb_column_gap_90.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="2"],
.bt_bb_column_gap_90.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="5"],
.bt_bb_column_gap_90.bt_bb_row[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_90.bt_bb_row[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_90.bt_bb_row[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_90.bt_bb_row[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"] {
margin-bottom: 90px;
}
.bt_bb_column_inner_gap_90.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="6"],
.bt_bb_column_inner_gap_90.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="4"],
.bt_bb_column_inner_gap_90.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="8"],
.bt_bb_column_inner_gap_90.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="2"],
.bt_bb_column_inner_gap_90.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="5"],
.bt_bb_column_inner_gap_90.bt_bb_row_inner[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_90.bt_bb_row_inner[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_90.bt_bb_row_inner[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_90.bt_bb_row_inner[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"] {
margin-bottom: 90px;
}
.bt_bb_column_gap_100.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="6"],
.bt_bb_column_gap_100.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="4"],
.bt_bb_column_gap_100.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="8"],
.bt_bb_column_gap_100.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="2"],
.bt_bb_column_gap_100.bt_bb_row .bt_bb_style_border_shadow.bt_bb_column[data-width="5"],
.bt_bb_column_gap_100.bt_bb_row[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_100.bt_bb_row[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_100.bt_bb_row[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_100.bt_bb_row[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"] {
margin-bottom: 100px;
}
.bt_bb_column_inner_gap_100.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="6"],
.bt_bb_column_inner_gap_100.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="4"],
.bt_bb_column_inner_gap_100.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="8"],
.bt_bb_column_inner_gap_100.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="2"],
.bt_bb_column_inner_gap_100.bt_bb_row_inner .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="5"],
.bt_bb_column_inner_gap_100.bt_bb_row_inner[data-structure="3-3-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_100.bt_bb_row_inner[data-structure="3-3-6"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_100.bt_bb_row_inner[data-structure="3-6-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_100.bt_bb_row_inner[data-structure="6-3-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"] {
margin-bottom: 100px;
}
}
@media (max-width: 620px) {
.bt_bb_column_gap_0.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_0.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"],
.bt_bb_column_gap_0.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_0.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"] {
margin-bottom: 0;
}
.bt_bb_column_inner_gap_0.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_0.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"],
.bt_bb_column_inner_gap_0.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_0.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"] {
margin-bottom: 0;
}
.bt_bb_column_gap_5.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_5.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"],
.bt_bb_column_gap_5.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_5.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"] {
margin-bottom: 10px;
}
.bt_bb_column_inner_gap_5.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_5.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"],
.bt_bb_column_inner_gap_5.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_5.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"] {
margin-bottom: 10px;
}
.bt_bb_column_gap_10.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_10.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"],
.bt_bb_column_gap_10.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_10.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"] {
margin-bottom: 20px;
}
.bt_bb_column_inner_gap_10.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_10.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"],
.bt_bb_column_inner_gap_10.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_10.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"] {
margin-bottom: 20px;
}
.bt_bb_column_gap_15.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_15.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"],
.bt_bb_column_gap_15.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_15.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"] {
margin-bottom: 30px;
}
.bt_bb_column_inner_gap_15.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_15.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"],
.bt_bb_column_inner_gap_15.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_15.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"] {
margin-bottom: 30px;
}
.bt_bb_column_gap_20.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_20.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"],
.bt_bb_column_gap_20.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_20.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"] {
margin-bottom: 40px;
}
.bt_bb_column_inner_gap_20.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_20.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"],
.bt_bb_column_inner_gap_20.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_20.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"] {
margin-bottom: 40px;
}
.bt_bb_column_gap_25.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_25.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"],
.bt_bb_column_gap_25.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_25.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"] {
margin-bottom: 50px;
}
.bt_bb_column_inner_gap_25.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_25.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"],
.bt_bb_column_inner_gap_25.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_25.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"] {
margin-bottom: 50px;
}
.bt_bb_column_gap_30.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_30.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"],
.bt_bb_column_gap_30.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_30.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"] {
margin-bottom: 60px;
}
.bt_bb_column_inner_gap_30.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_30.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"],
.bt_bb_column_inner_gap_30.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_30.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"] {
margin-bottom: 60px;
}
.bt_bb_column_gap_35.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_35.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"],
.bt_bb_column_gap_35.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_35.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"] {
margin-bottom: 70px;
}
.bt_bb_column_inner_gap_35.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_35.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"],
.bt_bb_column_inner_gap_35.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_35.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"] {
margin-bottom: 70px;
}
.bt_bb_column_gap_40.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_40.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"],
.bt_bb_column_gap_40.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_40.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"] {
margin-bottom: 80px;
}
.bt_bb_column_inner_gap_40.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_40.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"],
.bt_bb_column_inner_gap_40.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_40.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"] {
margin-bottom: 80px;
}
.bt_bb_column_gap_45.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_45.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"],
.bt_bb_column_gap_45.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_45.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"] {
margin-bottom: 90px;
}
.bt_bb_column_inner_gap_45.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_45.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"],
.bt_bb_column_inner_gap_45.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_45.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"] {
margin-bottom: 90px;
}
.bt_bb_column_gap_50.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_50.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"],
.bt_bb_column_gap_50.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_50.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"] {
margin-bottom: 100px;
}
.bt_bb_column_inner_gap_50.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_50.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"],
.bt_bb_column_inner_gap_50.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_50.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"] {
margin-bottom: 100px;
}
.bt_bb_column_gap_60.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_60.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"],
.bt_bb_column_gap_60.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_60.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"] {
margin-bottom: 120px;
}
.bt_bb_column_inner_gap_60.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_60.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"],
.bt_bb_column_inner_gap_60.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_60.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"] {
margin-bottom: 120px;
}
.bt_bb_column_gap_70.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_70.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"],
.bt_bb_column_gap_70.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_70.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"] {
margin-bottom: 140px;
}
.bt_bb_column_inner_gap_70.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_70.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"],
.bt_bb_column_inner_gap_70.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_70.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"] {
margin-bottom: 140px;
}
.bt_bb_column_gap_80.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_80.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"],
.bt_bb_column_gap_80.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_80.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"] {
margin-bottom: 160px;
}
.bt_bb_column_inner_gap_80.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_80.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"],
.bt_bb_column_inner_gap_80.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_80.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"] {
margin-bottom: 160px;
}
.bt_bb_column_gap_90.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_90.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"],
.bt_bb_column_gap_90.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_90.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"] {
margin-bottom: 180px;
}
.bt_bb_column_inner_gap_90.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_90.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"],
.bt_bb_column_inner_gap_90.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_90.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"] {
margin-bottom: 180px;
}
.bt_bb_column_gap_100.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_100.bt_bb_row[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"],
.bt_bb_column_gap_100.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="3"],
.bt_bb_column_gap_100.bt_bb_row[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column[data-width="9"] {
margin-bottom: 200px;
}
.bt_bb_column_inner_gap_100.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_100.bt_bb_row_inner[data-structure="9-3"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"],
.bt_bb_column_inner_gap_100.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="3"],
.bt_bb_column_inner_gap_100.bt_bb_row_inner[data-structure="3-9"] .bt_bb_style_border_shadow.bt_bb_column_inner[data-width="9"] {
margin-bottom: 200px;
}
} @media (max-width: 768px) {
.bt_bb_instagram.bt_bb_columns_6 .btInstaGrid span,
.bt_bb_instagram.bt_bb_columns_5 .btInstaGrid span,
.bt_bb_instagram.bt_bb_columns_4 .btInstaGrid span {
clear: none;
}
} table.bt_bb_table {
border: none;
}
table.bt_bb_table tr.bt_bb_table_row {
border-bottom: 1px solid rgba(255,255,255,.2);
}
table.bt_bb_table tr.bt_bb_table_row td.bt_bb_table_value {
border: none;
}
table.bt_bb_table tr.bt_bb_table_row td.bt_bb_table_value span {
font-size: 1.25em;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
}
table.bt_bb_table tr.bt_bb_table_row td.bt_bb_table_value:not(:first-child) {
text-align: right;
} .bt_bb_before_after_image {
position: relative;
}
.bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle {
height: 38px;
width: 38px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -19px;
margin-top: -19px;
background: #FFF;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-webkit-box-shadow: 0 0 12px rgba(0,0,0,.2);
-moz-box-shadow: 0 0 12px rgba(0,0,0,.2);
box-shadow: 0 0 12px rgba(0,0,0,.2);
z-index: 40;
cursor: pointer;
-webkit-transition: 150ms ease background;
-moz-transition: 150ms ease background;
transition: 150ms ease background;
}
.bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:before,
.bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:after {
content: " ";
display: block;
background: white;
position: absolute;
z-index: 30;
-webkit-box-shadow: 0 0 12px rgba(0,0,0,.2);
-moz-box-shadow: 0 0 12px rgba(0,0,0,.2);
box-shadow: 0 0 12px rgba(0,0,0,.2);
width: 1px;
height: 9999px;
left: 50%;
margin-left: -.5px;
}
.bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:before {
bottom: 50%;
margin-bottom: 22px;
-webkit-box-shadow: 0 3px 0 white,0 0 12px rgba(0,0,0,.2);
-moz-box-shadow: 0 3px 0 white,0 0 12px rgba(0,0,0,.2);
box-shadow: 0 3px 0 white,0 0 12px rgba(0,0,0,.2);
}
.bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:after {
top: 50%;
margin-top: 22px;
-webkit-box-shadow: 0 -3px 0 white,0 0 12px rgba(0,0,0,.2);
-moz-box-shadow: 0 -3px 0 white,0 0 12px rgba(0,0,0,.2);
box-shadow: 0 -3px 0 white,0 0 12px rgba(0,0,0,.2);
}
.bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle .bt_bb_before_after_image-left-arrow {
background: #F1F1F1;
border-radius: 100%;
display: block;
position: absolute;
left: 2px;
top: 2px;
right: 3px;
bottom: 3px;
-webkit-transition: 150ms ease color;
-moz-transition: 150ms ease color;
transition: 150ms ease color;
}
.bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle .bt_bb_before_after_image-left-arrow:before {
content: '\f053';
font-family: FontAwesome;
color: #111112;
padding: 0 .2em 0 .3em;
line-height: 2.5;
font-size: .9em;
}
.bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle .bt_bb_before_after_image-left-arrow:after {
content: '\f054';
font-family: FontAwesome;
color: #111112;
padding: 0 .3em 0 .2em;
line-height: 2.5;
font-size: .9em;
}
.bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:hover {
background: #f06731;
}
.bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:hover .bt_bb_before_after_image-left-arrow {
background: #FFF;
opacity: 1;
}
.bt_bb_before_after_image .bt_bb_before_after_image-container {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
z-index: 0;
overflow: hidden;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
}
.bt_bb_before_after_image .bt_bb_before_after_image-container img {
max-width: 100%;
position: absolute;
top: 0;
display: block;
pointer-events: none;
}
.bt_bb_before_after_image .bt_bb_before_after_image-container.active .bt_bb_before_after_image-handle {
background: #f06731;
}
.bt_bb_before_after_image .bt_bb_before_after_image-container.active .bt_bb_before_after_image-handle .bt_bb_before_after_image-left-arrow {
background: #FFF;
opacity: 1;
}
.bt_bb_before_after_image .bt_bb_before_after_image-container * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.bt_bb_before_after_image .bt_bb_before_after_image-before {
z-index: 20;
}
.bt_bb_before_after_image .bt_bb_before_after_image-after {
z-index: 10;
}
.bt_bb_before_after_image .bt_bb_before_after_image_block {
position: absolute;
left: 0;
top: 0;
background: #f06731;
color: #fff;
padding: 2em 3em;
text-align: center;
max-width: 40%;
pointer-events: none;
}
.bt_bb_before_after_image .bt_bb_before_after_image_block .bt_bb_before_after_image_headline {
font-family: Montserrat;
font-weight: 700;
display: block;
font-size: 35px;
line-height: 1;
}
.bt_bb_before_after_image .bt_bb_before_after_image_block .bt_bb_before_after_image_headline:after {
width: 30px;
height: 2px;
display: block;
margin: 5px auto;
content: "";
}
.bt_bb_before_after_image .bt_bb_before_after_image_block .bt_bb_before_after_image_subheadline {
font-weight: 700;
display: block;
font-size: 20px;
line-height: 1.25;
}
.bt_bb_before_after_image .bt_bb_before_after_image_block .bt_bb_before_after_image_smaler_subheadline {
display: block;
font-size: 20px;
line-height: 1.25;
}
.bt_bb_before_after_image .bt_bb_before_after_image_before_txt_holder,
.bt_bb_before_after_image .bt_bb_before_after_image_after_txt_holder {
position: absolute;
bottom: 0;
font-size: 16px;
font-weight: 700;
padding: .75em 1.25em;
pointer-events: none;
}
.bt_bb_before_after_image .bt_bb_before_after_image_before_txt_holder {
left: 0;
}
.bt_bb_before_after_image .bt_bb_before_after_image_after_txt_holder {
right: 0;
}
@media (max-width: 992px) {
.bt_bb_before_after_image .bt_bb_before_after_image_block .bt_bb_before_after_image_headline {
font-size: 25px;
}
.bt_bb_before_after_image .bt_bb_before_after_image_block .bt_bb_before_after_image_subheadline {
font-size: 17px;
}
.bt_bb_before_after_image .bt_bb_before_after_image_block .bt_bb_before_after_image_smaler_subheadline {
font-size: 17px;
}
}
@media (max-width: 768px) {
.bt_bb_before_after_image .bt_bb_before_after_image_block {
max-width: 100%;
position: relative;
}
.bt_bb_before_after_image .bt_bb_before_after_image_before_txt_holder,
.bt_bb_before_after_image .bt_bb_before_after_image_after_txt_holder {
bottom: auto;
top: 0;
font-size: 14px;
}
} .bt_bb_steps .bt_bb_steps_icon_holder {
width: 100%;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 1em;
}
.bt_bb_steps .bt_bb_steps_icon_holder .bt_bb_steps_before {
-webkit-flex: 1 0 25%;
-ms-flex: 1 0 25%;
flex: 1 0 25%;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
background: inherit;
height: 4px;
}
.bt_bb_step_first.bt_bb_steps .bt_bb_steps_icon_holder .bt_bb_steps_before {
height: 0;
}
.bt_bb_steps .bt_bb_steps_icon_holder .bt_bb_steps_icon {
-webkit-flex: 1 0 50%;
-ms-flex: 1 0 50%;
flex: 1 0 50%;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
max-width: 7em;
height: 7em;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.bt_bb_steps .bt_bb_steps_icon_holder .bt_bb_steps_icon .bt_bb_icon_holder {
font-size: 3em;
color: #111112;
-webkit-box-shadow: 0 0 0 3em #111112 inset;
box-shadow: 0 0 0 3em #111112 inset;
background-color: #111112;
border-radius: 50%;
-webkit-transition: all 280ms ease;
-moz-transition: all 280ms ease;
transition: all 280ms ease;
display: block;
text-align: center;
line-height: 2.3;
height: 100%;
width: 100%;
}
.bt_bb_steps .bt_bb_steps_icon_holder .bt_bb_steps_icon:hover .bt_bb_icon_holder {
-webkit-box-shadow: 0 0 0 3px #111112 inset;
box-shadow: 0 0 0 3px #111112 inset;
background: transparent;
color: #fff;
}
.bt_bb_steps .bt_bb_steps_icon_holder .bt_bb_steps_after {
-webkit-flex: 1 0 25%;
-ms-flex: 1 0 25%;
flex: 1 0 25%;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
background: inherit;
height: 4px;
}
.bt_bb_step_last.bt_bb_steps .bt_bb_steps_icon_holder .bt_bb_steps_after {
height: 0;
}
.bt_bb_steps .bt_bb_steps_content {
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
text-align: center;
width: 100%;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.bt_bb_steps .bt_bb_steps_content .bt_bb_steps_content_title {
font-weight: 600;
font-size: 1.3rem;
font-family: "Montserrat",Arial,Helvetica,sans-serif;
letter-spacing: 1px;
padding-bottom: 1em;
line-height: 1;
}
.btHeadingWeight_default .bt_bb_steps .bt_bb_steps_content .bt_bb_steps_content_title {
font-weight: 600;
}
.btHeadingWeight_bolder .bt_bb_steps .bt_bb_steps_content .bt_bb_steps_content_title {
font-weight: 800;
}
.btHeadingWeight_semi-bold .bt_bb_steps .bt_bb_steps_content .bt_bb_steps_content_title {
font-weight: 700;
}
.btHeadingWeight_bold .bt_bb_steps .bt_bb_steps_content .bt_bb_steps_content_title {
font-weight: 600;
}
.btHeadingWeight_normal .bt_bb_steps .bt_bb_steps_content .bt_bb_steps_content_title {
font-weight: 500;
}
.btHeadingWeight_light .bt_bb_steps .bt_bb_steps_content .bt_bb_steps_content_title {
font-weight: 400;
}
.btHeadingWeight_lighter .bt_bb_steps .bt_bb_steps_content .bt_bb_steps_content_title {
font-weight: 300;
}
.btHeadingWeight_thin .bt_bb_steps .bt_bb_steps_content .bt_bb_steps_content_title {
font-weight: 300;
}
.bt_bb_steps .bt_bb_steps_content .bt_bb_steps_content_text {
font-size: .9em;
line-height: 1.5em;
}
.bt_bb_steps .bt_bb_steps_content .bt_bb_steps_content_text em {
opacity: .3;
font-style: normal;
}
.bt_bb_steps .bt_bb_steps_content .bt_bb_steps_content_text b {
color: #f06731;
}
.bt_bb_steps:hover .bt_bb_steps_content_title a {
color: #f06731;
}
@media (max-width: 1200px) {
.bt_bb_steps .bt_bb_steps_icon_holder .bt_bb_steps_before,
.bt_bb_steps .bt_bb_steps_icon_holder .bt_bb_steps_after {
height: 0;
}
} .bt_bb_progress_bar_advanced > div {
position: relative;
}
.bt_bb_progress_bar_advanced .progressbar-text {
font-size: 2.33em;
font-weight: 700;
color: inherit;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
transform: none !important;
}
.btHeadingWeight_default .bt_bb_progress_bar_advanced .progressbar-text {
font-weight: 700;
}
.btHeadingWeight_bolder .bt_bb_progress_bar_advanced .progressbar-text {
font-weight: 800;
}
.btHeadingWeight_bold .bt_bb_progress_bar_advanced .progressbar-text {
font-weight: 700;
}
.btHeadingWeight_semi-bold .bt_bb_progress_bar_advanced .progressbar-text {
font-weight: 600;
}
.btHeadingWeight_medium .bt_bb_progress_bar_advanced .progressbar-text {
font-weight: 500;
}
.btHeadingWeight_normal .bt_bb_progress_bar_advanced .progressbar-text {
font-weight: 400;
}
.btHeadingWeight_light .bt_bb_progress_bar_advanced .progressbar-text {
font-weight: 300;
}
.btHeadingWeight_lighter .bt_bb_progress_bar_advanced .progressbar-text {
font-weight: 200;
}
.btHeadingWeight_thin .bt_bb_progress_bar_advanced .progressbar-text {
font-weight: 100;
}
a .bt_bb_progress_bar_advanced .progressbar-text {
color: #f06731;
}
a:hover .bt_bb_progress_bar_advanced .progressbar-text {
color: inherit;
}
.bt_bb_progress_bar_advanced[data-container-type="semi-circle"] .progressbar-text {
margin-bottom: .5em;
}
.bt_bb_progress_bar_advanced .bt_bb_icon_holder.bt_bb_size_small {
font-size: .75em;
}
.bt_bb_progress_bar_advanced .bt_bb_icon_holder.bt_bb_size_normal {
font-size: 1em;
}
.bt_bb_progress_bar_advanced .bt_bb_icon_holder.bt_bb_size_medium {
font-size: 1.5em;
}
.bt_bb_progress_bar_advanced .bt_bb_icon_holder.bt_bb_size_large {
font-size: 2.25em;
}
.bt_bb_progress_bar_advanced p {
font-family: "Montserrat";
font-weight: 500;
margin: 2em 0 0;
line-height: 1.5;
}
.bt_bb_single_product {
overflow: hidden;
}
.bt_bb_single_product .bt_bb_single_product_image {
padding-bottom: 1em;
overflow: hidden;
}
.bt_bb_single_product .bt_bb_single_product_image a {
text-decoration: none;
}
.bt_bb_single_product .bt_bb_single_product_image a img {
display: block;
-webkit-transform: scale3d(1,1,1);
-moz-transform: scale3d(1,1,1);
-ms-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
-webkit-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
-moz-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
}
.bt_bb_single_product .bt_bb_single_product_image a:hover img {
-webkit-transform: scale3d(1.03,1.03,1.03);
-moz-transform: scale3d(1.03,1.03,1.03);
-ms-transform: scale3d(1.03,1.03,1.03);
transform: scale3d(1.03,1.03,1.03);
}
.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_categories span.btProductCategories a.btProductCategory {
font-family: "Montserrat";
color: inherit;
opacity: .7;
font-size: .75em;
font-weight: 600;
}
.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_categories span.btProductCategories a.btProductCategory:hover {
color: #f06731;
}
.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_categories span.btProductCategories a.btProductCategory:not(:first-child):before {
content: ' ';
display: inline-block;
margin: -2px 10px 0 10px;
letter-spacing: inherit;
width: 4px;
height: 4px;
border-radius: 50%;
line-height: inherit;
vertical-align: middle;
background-color: #f06731;
}
.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title {
font-weight: 700;
font-family: "Montserrat";
padding-bottom: 1.5rem;
}
.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title a {
color: inherit;
}
.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title a:hover {
color: #f06731;
}
.btHeadingWeight_default .bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title {
font-weight: 700;
}
.btHeadingWeight_bolder .bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title {
font-weight: 800;
}
.btHeadingWeight_bold .bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title {
font-weight: 700;
}
.btHeadingWeight_semi-bold .bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title {
font-weight: 600;
}
.btHeadingWeight_medium .bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title {
font-weight: 500;
}
.btHeadingWeight_normal .bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title {
font-weight: 400;
}
.btHeadingWeight_light .bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title {
font-weight: 300;
}
.btHeadingWeight_lighter .bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title {
font-weight: 200;
}
.btHeadingWeight_thin .bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title {
font-weight: 100;
}
.bt_bb_title_size_small.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title {
font-size: 1rem;
padding-bottom: .5rem;
}
.bt_bb_title_size_normal.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title {
font-size: 1.3rem;
}
.bt_bb_title_size_medium.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title {
font-size: 1.5rem;
}
.bt_bb_title_size_large.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title {
font-size: 1.8rem;
line-height: 1.2;
}
.bt_bb_title_weight_thin.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title {
font-weight: 100;
}
.bt_bb_title_weight_lighter.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title {
font-weight: 200;
}
.bt_bb_title_weight_light.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title {
font-weight: 300;
}
.bt_bb_title_weight_normal.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title {
font-weight: 400;
}
.bt_bb_title_weight_medium.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title {
font-weight: 500;
}
.bt_bb_title_weight_bold.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title {
font-weight: 600;
}
.bt_bb_title_weight_semi_bold.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title {
font-weight: 700;
}
.bt_bb_title_weight_bolder.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_title {
font-weight: 800;
}
.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_description {
font-family: "Montserrat";
padding-bottom: 1.5rem;
}
.bt_bb_title_size_small.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_description {
font-size: .8rem;
line-height: 1.5;
padding-bottom: .5rem;
}
.bt_bb_title_size_normal.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_description {
font-size: .9rem;
line-height: 1.7;
}
.bt_bb_title_size_normal.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_description {
font-size: .9em;
line-height: 1.5;
}
.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_price {
font-family: "Montserrat";
font-size: 1.2em;
line-height: 1;
padding-bottom: 1.5rem;
font-weight: 700;
}
.bt_bb_title_size_small.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_price {
padding-bottom: .8rem;
}
.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_price_cart p {
margin: 0;
}
.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_price_cart a {
display: block !important;
text-align: center;
max-width: 230px;
padding: 1em !important;
margin: 0;
}
.bt_bb_align_left .bt_bb_align_center.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_price_cart a,.bt_bb_align_right .bt_bb_align_center.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_price_cart a,.bt_bb_align_left .bt_bb_align_center .bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_price_cart a,.bt_bb_align_right .bt_bb_align_center .bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_price_cart a,.bt_bb_align_center.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_price_cart a,.bt_bb_align_center .bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_price_cart a {
margin: 0 auto;
}
.btSoftRoundedButtons .bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_price_cart a {
border-radius: 4px;
}
.btHardRoundedButtons .bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_price_cart a {
border-radius: 50px;
}
.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_price_cart a.added_to_cart {
display: block !important;
font-size: .7em;
margin-left: .5em;
color: #bbb;
text-transform: uppercase;
background: transparent;
}
.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_price_cart a.added_to_cart:hover {
color: #f06731;
}
.bt_bb_single_product .bt_bb_single_product_content .bt_bb_single_product_price_cart a.added:after {
content: "\e017";
padding: .3em;
z-index: 5;
font: 400 .8em/1em WooCommerce;
vertical-align: middle;
text-align: center;
-webkit-font-smoothing: antialiased;
width: 2em;
height: 2em;
margin: 0 0 0 .5em;
border-radius: 50%;
background-color: #bbb;
color: #fff;
}
.bt_bb_single_product.bt_bb_layout_horizontal {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.bt_bb_single_product.bt_bb_layout_horizontal .bt_bb_single_product_image {
-webkit-flex: 1 0 50%;
-ms-flex: 1 0 50%;
flex: 1 0 50%;
max-width: 50%;
padding-bottom: 0;
}
.bt_bb_single_product.bt_bb_layout_horizontal .bt_bb_single_product_content {
-webkit-flex: 1 0 50%;
-ms-flex: 1 0 50%;
flex: 1 0 50%;
max-width: 50%;
padding: 3em;
}
.bt_bb_single_product.bt_bb_layout_horizontal .bt_bb_single_product_content .bt_bb_single_product_price_cart a.add_to_cart_button {
display: inline-block !important;
float: left;
width: 100%;
}
.bt_bb_single_product.bt_bb_layout_horizontal .bt_bb_single_product_content .bt_bb_single_product_price_cart a.added_to_cart {
display: inline-block !important;
}
@media (max-width: 991px) {
.bt_bb_single_product.bt_bb_layout_horizontal .bt_bb_single_product_image,
.bt_bb_single_product.bt_bb_layout_horizontal bt_bb_single_product_content {
-webkit-flex: 1 0 100%;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
max-width: 100%;
}
} .woocommerce-result-count,
.woocommerce-ordering {
width: 50%;
float: left;
margin: 0;
line-height: 3em;
margin-bottom: 2em;
}
.btLightSkin .woocommerce-result-count,
.btDarkSkin .btLightSkin .woocommerce-result-count,
.btLightSkin .btDarkSkin .btLightSkin .woocommerce-result-count,
.btLightSkin .woocommerce-ordering,
.btDarkSkin .btLightSkin .woocommerce-ordering,
.btLightSkin .btDarkSkin .btLightSkin .woocommerce-ordering {
color: #c3c3c3;
}
.btDarkSkin .woocommerce-result-count,
.btLightSkin .btDarkSkin .woocommerce-result-count,
.btDarkSkin.btLightSkin .btDarkSkin .woocommerce-result-count,
.btDarkSkin .woocommerce-ordering,
.btLightSkin .btDarkSkin .woocommerce-ordering,
.btDarkSkin.btLightSkin .btDarkSkin .woocommerce-ordering {
color: rgba(255,255,255,.6);
}
.rtl .woocommerce-result-count,
.rtl .woocommerce-ordering {
float: right;
}
.woocommerce-ordering {
padding-left: 1em;
}
.rtl .woocommerce-ordering {
padding-left: 0;
padding-right: 1em;
}
.woocommerce-ordering .trigger {
line-height: 3;
}
.products ul,
ul.products {
margin: 0 -1em 2rem;
padding: 0;
list-style: none;
clear: both;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.products ul li.product,
ul.products li.product {
width: 100%;
padding: 0 1em;
margin: 0 0 2rem;
position: relative;
list-style: none;
}
.woocommerce-page .products ul li.product,
.woocommerce-page ul.products li.product {
-webkit-flex: 0 0 33.3333%;
-ms-flex: 0 0 33.3333%;
flex: 0 0 33.3333%;
max-width: 33.3333%;
}
.columns-2 .products ul li.product,
.columns-2 ul.products li.product {
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.columns-3 .products ul li.product,
.columns-3 ul.products li.product {
-webkit-flex: 0 0 33.3333%;
-ms-flex: 0 0 33.3333%;
flex: 0 0 33.3333%;
max-width: 33.3333%;
}
.columns-4 .products ul li.product,
.columns-4.products ul li.product,
.columns-4 ul.products li.product,
.columns-4ul.products li.product {
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.columns-5 .products ul li.product,
.columns-5 ul.products li.product {
-webkit-flex: 0 0 20%;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.columns-6 .products ul li.product,
.columns-6 ul.products li.product {
-webkit-flex: 0 0 16.6666%;
-ms-flex: 0 0 16.6666%;
flex: 0 0 16.6666%;
max-width: 16.6666%;
}
.products ul li.product.first,
ul.products li.product.first {
clear: both;
}
.products ul li.product:hover .btWooShopLoopItemInner,
ul.products li.product:hover .btWooShopLoopItemInner {
-webkit-box-shadow: 0 20px 32px -10px rgba(0,0,0,.1);
box-shadow: 0 20px 32px -10px rgba(0,0,0,.1);
}
.products ul li.product .btWooShopLoopItemInner,
ul.products li.product .btWooShopLoopItemInner {
border: 1px solid rgba(0,0,0,.07);
padding: 0 2em 5rem;
text-align: center;
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
transition: all 450ms ease;
position: relative;
}
.products ul li.product .btWooShopLoopItemInner:after,
ul.products li.product .btWooShopLoopItemInner:after {
content: " ";
display: table;
width: 100%;
clear: both;
}
.btDarkSkin .products ul li.product .btWooShopLoopItemInner,
.btLightSkin .btDarkSkin .products ul li.product .btWooShopLoopItemInner,
.btDarkSkin.btLightSkin .btDarkSkin .products ul li.product .btWooShopLoopItemInner,
.btDarkSkin ul.products li.product .btWooShopLoopItemInner,
.btLightSkin .btDarkSkin ul.products li.product .btWooShopLoopItemInner,
.btDarkSkin.btLightSkin .btDarkSkin ul.products li.product .btWooShopLoopItemInner {
border: 1px solid rgba(255,255,255,.2);
}
.products ul li.product .btWooShopLoopItemInner .bt_bb_image,
ul.products li.product .btWooShopLoopItemInner .bt_bb_image {
margin-left: -2em;
margin-right: -2em;
margin-bottom: 1.75em;
float: none;
}
.products ul li.product .btWooShopLoopItemInner .bt_bb_image img,
ul.products li.product .btWooShopLoopItemInner .bt_bb_image img {
margin: 0 auto;
width: 100%;
}
.products ul li.product .btWooShopLoopItemInner .bt_bb_headline,
ul.products li.product .btWooShopLoopItemInner .bt_bb_headline {
margin: 1em 0 0;
}
.products ul li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline,
ul.products li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline {
margin-bottom: 1em;
}
.products ul li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline .btNoStarRating:before,
ul.products li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline .btNoStarRating:before {
content: '-';
opacity: 0;
}
.products ul li.product .btWooShopLoopItemInner .price,
ul.products li.product .btWooShopLoopItemInner .price {
display: block;
font-weight: 600;
margin-bottom: 1em;
margin-top: .5em;
}
.products ul li.product .btWooShopLoopItemInner .price:after,
ul.products li.product .btWooShopLoopItemInner .price:after {
content: " ";
display: table;
width: 100%;
clear: both;
}
.products ul li.product .btWooShopLoopItemInner .price del,
ul.products li.product .btWooShopLoopItemInner .price del {
color: inherit;
opacity: .5;
display: inline-block;
margin: 0 5px 0 0;
}
.products ul li.product .btWooShopLoopItemInner .price ins,
ul.products li.product .btWooShopLoopItemInner .price ins {
background: 0 0;
font-weight: 700;
text-decoration: none;
}
.products ul li.product .btWooShopLoopItemInner .price .from,
ul.products li.product .btWooShopLoopItemInner .price .from {
font-size: .67em;
margin: -2px 0 0;
text-transform: uppercase;
opacity: .5;
}
.products ul li.product .btWooShopLoopItemInner a.button,
ul.products li.product .btWooShopLoopItemInner a.button {
text-decoration: none;
text-transform: uppercase;
display: inline-block;
font-size: .8em;
min-width: 160px;
padding: 1.3em 1.5em;
line-height: 1.1;
position: absolute;
bottom: 3em;
left: auto;
right: auto;
top: auto;
margin: 0 auto;
-webkit-transform: translate(-50%,0%);
-moz-transform: translate(-50%,0%);
-ms-transform: translate(-50%,0%);
transform: translate(-50%,0%);
}
.btSoftRoundedButtons .products ul li.product .btWooShopLoopItemInner a.button,
.btSoftRoundedButtons ul.products li.product .btWooShopLoopItemInner a.button {
border-radius: 4px;
}
.btHardRoundedButtons .products ul li.product .btWooShopLoopItemInner a.button,
.btHardRoundedButtons ul.products li.product .btWooShopLoopItemInner a.button {
border-radius: 50px;
}
.rtl .products ul li.product .btWooShopLoopItemInner a.button,
.rtl ul.products li.product .btWooShopLoopItemInner a.button {
-webkit-transform: translate(50%,0%);
-moz-transform: translate(50%,0%);
-ms-transform: translate(50%,0%);
transform: translate(50%,0%);
}
.products ul li.product .btWooShopLoopItemInner .added:after,
.products ul li.product .btWooShopLoopItemInner .loading:after,
ul.products li.product .btWooShopLoopItemInner .added:after,
ul.products li.product .btWooShopLoopItemInner .loading:after {
z-index: 5;
font: 400 .8em/1em WooCommerce;
vertical-align: middle;
text-align: center;
-webkit-font-smoothing: antialiased;
width: 1.8em;
height: 1.8em;
line-height: 1.8em;
border-radius: 50%;
background-color: #bbb;
color: #fff;
position: absolute;
top: 14px;
right: 14px;
}
.products ul li.product .btWooShopLoopItemInner .loading:after,
ul.products li.product .btWooShopLoopItemInner .loading:after {
content: "\e01c";
-webkit-animation: spin 2s linear infinite;
-moz-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
.products ul li.product .btWooShopLoopItemInner .added:after,
ul.products li.product .btWooShopLoopItemInner .added:after {
content: "\e017";
}
.products ul li.product .btWooShopLoopItemInner .added_to_cart,
ul.products li.product .btWooShopLoopItemInner .added_to_cart {
font-size: .7em;
text-transform: uppercase;
text-align: center;
display: block;
margin: 0 auto;
width: 100%;
position: absolute;
bottom: 1em;
top: auto;
left: auto;
right: auto;
color: #bbb;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.products ul li.product .btWooShopLoopItemInner .added_to_cart:hover,
ul.products li.product .btWooShopLoopItemInner .added_to_cart:hover {
color: inherit;
opacity: .8;
}
.products ul li.product .onsale,
ul.products li.product .onsale {
position: absolute;
top: 1em;
right: 2em;
left: auto;
background: #4b4b4b;
color: white;
opacity: .9;
z-index: 1;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
border-radius: 50%;
} .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
display: inline-block;
}
nav.woocommerce-pagination {
clear: both;
display: block;
text-align: center;
margin-bottom: 3em;
}
nav.woocommerce-pagination ul {
display: inline-block;
padding: 0;
margin: 0;
}
nav.woocommerce-pagination ul li {
margin: 0;
padding: 0 .2em;
display: inline-block;
}
nav.woocommerce-pagination ul li a,
nav.woocommerce-pagination ul li span {
margin: 0;
padding: 0;
width: 1.5em;
text-align: center;
line-height: 1.5em;
display: block;
font-weight: 400;
color: #f06731;
}
.btHardRoundedButtons nav.woocommerce-pagination ul li a,
.btHardRoundedButtons nav.woocommerce-pagination ul li span {
border-radius: 50px;
}
.btSoftRoundedButtons nav.woocommerce-pagination ul li a,
.btSoftRoundedButtons nav.woocommerce-pagination ul li span {
border-radius: 4px;
}
nav.woocommerce-pagination ul li a.next.page-numbers {
font-size: 1.3em;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
nav.woocommerce-pagination ul li a.next.page-numbers:hover {
-webkit-transform: translateX(5px);
-moz-transform: translateX(5px);
-ms-transform: translateX(5px);
transform: translateX(5px);
}
nav.woocommerce-pagination ul li a.prev.page-numbers {
font-size: 1.3em;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
nav.woocommerce-pagination ul li a.prev.page-numbers:hover {
-webkit-transform: translateX(-5px);
-moz-transform: translateX(-5px);
-ms-transform: translateX(-5px);
transform: translateX(-5px);
}
nav.woocommerce-pagination ul li a:focus,
nav.woocommerce-pagination ul li a.next,
nav.woocommerce-pagination ul li a.prev {
color: #f06731;
}
nav.woocommerce-pagination ul li a:hover {
color: #a2a2a2;
}
.btDarkSkin nav.woocommerce-pagination ul li a:hover,
.btLightSkin .btDarkSkin nav.woocommerce-pagination ul li a:hover,
.btDarkSkin.btLightSkin .btDarkSkin nav.woocommerce-pagination ul li a:hover {
color: #fff;
}
nav.woocommerce-pagination ul li span.current {
color: #a2a2a2;
}
.btDarkSkin nav.woocommerce-pagination ul li span.current,
.btLightSkin .btDarkSkin nav.woocommerce-pagination ul li span.current,
.btDarkSkin.btLightSkin .btDarkSkin nav.woocommerce-pagination ul li span.current {
color: #fff;
} div.product {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -1em;
position: relative;
}
div.product .onsale {
position: absolute;
top: 1em;
left: 2em;
background: #4b4b4b;
color: white;
opacity: .9;
z-index: 1;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
border-radius: 50%;
}
.rtl div.product .onsale {
left: 0;
right: 2em;
}
div.product div.images {
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
padding: 0 .5em;
margin: 0 0 1em;
position: relative;
}
div.product div.images .woocommerce-product-gallery__trigger {
position: absolute;
z-index: 1;
width: 2em;
}
div.product div.images .woocommerce-product-gallery__wrapper {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
padding: 1em .5em;
}
div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
border: 1px solid rgba(0,0,0,.05);
width: 100%;
display: block;
}
div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
-webkit-flex: 0 1 100%;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
padding: 0;
margin: 0 .5em;
border: 1px solid rgba(0,0,0,.05);
}
div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child img {
border: none;
display: block;
width: 100%;
}
div.product div.images.woocommerce-product-gallery--columns-1 .woocommerce-product-gallery__image {
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
div.product div.images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image {
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
div.product div.images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image {
-webkit-flex: 0 0 33.3333%;
-ms-flex: 0 0 33.3333%;
flex: 0 0 33.3333%;
}
div.product div.images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image {
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
}
div.product div.images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image {
-webkit-flex: 0 0 20%;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
}
div.product div.images.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__image {
-webkit-flex: 0 0 16.666%;
-ms-flex: 0 0 16.666%;
flex: 0 0 16.666%;
}
div.product div.images .woocommerce-product-gallery__image {
float: left;
padding: 0 px 0 0;
}
div.product div.images .woocommerce-product-gallery__image img {
border: 0;
}
div.product div.images .woocommerce-product-gallery__image:first-child {
float: none;
overflow: hidden;
margin: 0 px 0 0;
padding: 0;
width: auto !important;
}
div.product div.images .woocommerce-product-gallery__trigger {
position: absolute;
right: 70px;
top: 20px;
font-size: 0;
line-height: 0;
z-index: 1;
}
div.product div.images .woocommerce-product-gallery__trigger:after {
display: block;
font-family: FontAwesome;
content: "\f002";
-webkit-box-shadow: 0 0 0 2em #f06731 inset,0 0 0 2em rgba(255,255,255,.5) inset;
box-shadow: 0 0 0 2em #f06731 inset,0 0 0 2em rgba(255,255,255,.5) inset;
border-radius: 50%;
font-size: 19.2px;
color: #fff;
width: 36.8px;
line-height: 36.8px;
text-align: center;
-webkit-transition: 300ms ease all;
-moz-transition: 300ms ease all;
transition: 300ms ease all;
}
div.product div.images .woocommerce-product-gallery__trigger:hover:after {
-webkit-box-shadow: 0 0 0 1px #f06731 inset,0 0 0 2em rgba(255,255,255,.5) inset;
box-shadow: 0 0 0 1px #f06731 inset,0 0 0 2em rgba(255,255,255,.5) inset;
color: #f06731;
}
div.product div.summary {
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
padding: 1em;
margin-bottom: 1em;
}
div.product div.summary header {
margin-bottom: 2em;
}
div.product div.summary .price {
font-size: 3em;
line-height: 1;
}
div.product div.summary .woocommerce-product-details__short-description {
margin-bottom: 3em;
}
div.product div.summary .group_table .price {
font-size: 2em;
}
div.product div.summary div[itemprop="description"] {
margin-bottom: 2em;
}
div.product div.summary form.cart .quantity {
width: 100px;
margin-right: .5em;
display: inline;
float: left;
}
.rtl div.product div.summary form.cart .quantity {
margin-right: 0;
margin-left: .5em;
float: right;
}
div.product div.summary form.cart .quantity input {
height: 100%;
display: inline;
float: left;
}
div.product div.summary form.cart button.single_add_to_cart_button {
margin-top: 0;
display: inline;
float: left;
}
div.product div.summary form.cart button.single_add_to_cart_button:hover {
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none;
margin-top: 0;
}
div.product div.summary form.cart:after {
content: " ";
display: table;
width: 100%;
clear: both;
}
div.product span.btProductSKU {
display: block;
}
div.product div.product-description,
div.product div.products,
div.product div.product-meta,
div.product section.products.related {
padding: 0 1em;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
div.product div.product-description .bt_bb_tabs {
margin-bottom: 2em;
}
div.product div.product-description .bt_bb_tabs ul.bt_bb_tabs_header {
display: none;
}
.bt_bb_plugin_active div.product div.product-description .bt_bb_tabs ul.bt_bb_tabs_header {
display: inline-block;
margin: 0 0 1em;
}
div.product div.product-description .bt_bb_tabs ul.bt_bb_tabs_header li {
margin-right: 1em;
}
div.product div.product-description .bt_bb_tabs ul.bt_bb_tabs_header li span {
padding: 1em 0;
}
.bt_bb_plugin_active div.product div.product-description .bt_bb_tabs .bt_bb_tab_content {
padding-top: 0;
}
div.product div.product-description .bt_bb_tabs .bt_bb_tabs_header {
display: none;
}
.bt_bb_plugin_active div.product div.product-description .bt_bb_tabs .bt_bb_tabs_header {
display: inline-block;
margin: 0 0 2em;
}
div.product div.product-meta .btArticleShareEtc {
max-width: initial;
}
div.product table.variations {
border: none;
display: block;
}
div.product table.variations tbody,
div.product table.variations tr,
div.product table.variations td {
padding: 0;
border: none;
display: block;
}
div.product table.variations tr {
padding-bottom: 1em;
}
div.product .woocommerce-variation.single_variation {
padding-bottom: 1em;
}
div.product section.products.upsells {
width: 100%;
padding: 0 1em;
} table.shop_table .coupon {
display: -ms-inline-flexbox;
display: -webkit-inline-flex;
display: inline-flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
table.shop_table .coupon label {
margin-right: .5em;
opacity: 1;
font-size: 1em;
font-weight: normal;
}
table.shop_table .coupon .input-text {
margin-right: 1em;
color: #f06731;
height: 2em;
padding: 0 .5em;
}
.rtl table.shop_table .coupon .input-text {
margin-left: 1em;
}
table.shop_table button[name="apply_coupon"] {
margin-top: 0 !important;
width: auto;
line-height: 1.2 !important;
min-width: 150px !important;
}
table.shop_table button[name="update_cart"] {
margin-top: 0 !important;
top: -1px;
line-height: 1.2 !important;
}
table.shop_table {
margin-bottom: 2em;
border: none;
}
table.shop_table td,
table.shop_table th {
border-left: none;
border-right: none;
}
table.shop_table td a,
table.shop_table th a {
color: inherit;
}
table.shop_table td a:hover,
table.shop_table th a:hover {
color: #f06731;
}
table.shop_table td.product-remove {
width: 3em;
}
table.shop_table td.product-remove a.remove {
display: inline-block;
font-size: 1rem;
text-align: center;
padding: 0;
width: 1rem;
height: 1rem;
line-height: 1.1rem;
color: #fff;
background-color: #bbb;
border-radius: 3px;
}
.btDarkSkin table.shop_table td.product-remove a.remove,
.btLightSkin .btDarkSkin table.shop_table td.product-remove a.remove,
.btDarkSkin.btLightSkin .btDarkSkin table.shop_table td.product-remove a.remove {
background: rgba(0,0,0,.07);
}
table.shop_table td.product-remove a.remove:hover {
background-color: #4b4b4b;
color: #fff;
}
table.shop_table td.product-thumbnail {
width: 100px;
text-align: center;
line-height: 0;
}
table.shop_table td.product-thumbnail img {
width: 80px;
height: auto;
display: inline-block;
-webkit-box-shadow: none;
box-shadow: none;
}
table.shop_table .product-quantity {
text-align: center;
}
table.shop_table .product-quantity .quantity {
width: 80px;
display: inline-block;
}
table.shop_table .product-subtotal,
table.shop_table .product-total,
table.shop_table .product-price,
table.shop_table .order-actions {
text-align: right;
}
.wc-proceed-to-checkout {
text-align: center;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin: 0 auto;
}
.wc-proceed-to-checkout .checkout-button {
display: block;
margin: 0 auto;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
font-size: 1em;
opacity: 1;
font-weight: 700;
}
.cart-collaterals {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -1em;
}
.cart-collaterals .cross-sells {
-webkit-flex: 1 1 100%;
-ms-flex: 1 1 100%;
flex: 1 1 100%;
padding: 0 1em;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.cart-collaterals .cart_totals {
-webkit-flex: 1 1 100%;
-ms-flex: 1 1 100%;
flex: 1 1 100%;
padding: 0 1em 2em 1em;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.cart-collaterals .cross-sells ul.products li.product {
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.cart-collaterals .cart_totals th {
text-align: left;
}
.cart-collaterals .cart_totals td {
text-align: right;
}
.btLightSkin tr.cart-subtotal,
.btDarkSkin .btLightSkin tr.cart-subtotal,
.btLightSkin .btDarkSkin .btLightSkin tr.cart-subtotal,
.btLightSkin tfoot,
.btDarkSkin .btLightSkin tfoot,
.btLightSkin .btDarkSkin .btLightSkin tfoot {
border-top: 2px solid rgba(0,0,0,.07);
}
.btDarkSkin tr.cart-subtotal,
.btLightSkin .btDarkSkin tr.cart-subtotal,
.btDarkSkin.btLightSkin .btDarkSkin tr.cart-subtotal,
.btDarkSkin tfoot,
.btLightSkin .btDarkSkin tfoot,
.btDarkSkin.btLightSkin .btDarkSkin tfoot {
border-top: 2px solid rgba(255,255,255,.2);
}
.btLightSkin tr.order-total,
.btDarkSkin .btLightSkin tr.order-total,
.btLightSkin .btDarkSkin .btLightSkin tr.order-total,
.btLightSkin tfoot,
.btDarkSkin .btLightSkin tfoot,
.btLightSkin .btDarkSkin .btLightSkin tfoot {
border-bottom: 2px solid rgba(0,0,0,.07);
}
.btDarkSkin tr.order-total,
.btLightSkin .btDarkSkin tr.order-total,
.btDarkSkin.btLightSkin .btDarkSkin tr.order-total,
.btDarkSkin tfoot,
.btLightSkin .btDarkSkin tfoot,
.btDarkSkin.btLightSkin .btDarkSkin tfoot {
border-bottom: 2px solid rgba(255,255,255,.2);
} table.woocommerce-checkout-review-order-table td.product-total,
table.woocommerce-checkout-review-order-table tr.cart-subtotal td,
table.woocommerce-checkout-review-order-table tr.order-total td {
text-align: right;
}
ul.wc_payment_methods {
margin: 0;
list-style: none;
}
.rtl ul.wc_payment_methods {
text-align: right;
}
ul.wc_payment_methods li:not(.woocommerce-info) {
margin-left: 0;
padding-left: 0;
}
ul.wc_payment_methods li label {
opacity: 1;
}
ul.wc_payment_methods li .input-radio {
margin-right: .2em;
}
ul.wc_payment_methods li img {
max-height: 40px;
margin-left: 10px;
vertical-align: middle;
}
ul.wc_payment_methods li .about_paypal {
margin-left: .5em;
color: #f06731;
}
ul.wc_payment_methods li div.payment_box {
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
padding: 10px;
margin: 10px 0;
background-color: #dfdcde;
}
.btDarkSkin ul.wc_payment_methods li div.payment_box,
.btLightSkin .btDarkSkin ul.wc_payment_methods li div.payment_box,
.btDarkSkin.btLightSkin .btDarkSkin ul.wc_payment_methods li div.payment_box {
background: black;
}
ul.wc_payment_methods li div.payment_box:before {
content: "";
display: block;
border: 10px solid #dfdcde;
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
position: absolute;
left: 1em;
top: -20px;
}
.btDarkSkin ul.wc_payment_methods li div.payment_box:before,
.btLightSkin .btDarkSkin ul.wc_payment_methods li div.payment_box:before,
.btDarkSkin.btLightSkin .btDarkSkin ul.wc_payment_methods li div.payment_box:before {
border-color: black;
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
}
ul.wc_payment_methods li div.payment_box span.help {
font-size: .857em;
}
ul.wc_payment_methods li div.payment_box p:last-child {
margin-bottom: 0;
}
ul.woocommerce-shipping-methods {
list-style: none;
margin: 0 0 1em;
padding: 0;
}
ul.woocommerce-shipping-methods li {
margin: 0;
text-align: right;
}
#customer_details .col-1,
#customer_details .col-2 {
margin-bottom: 2em;
} .woocommerce-MyAccount-navigation ul {
list-style: none;
margin: 0 0 2em;
padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
margin: 0 .5em 0 0;
padding: 0;
display: inline-block;
}
.woocommerce-MyAccount-navigation ul li a {
display: inline-block;
padding: .5em 1em;
border-bottom: 2px solid #f06731;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
color: #111112;
border-color: #111112;
}
.btDarkSkin .woocommerce-MyAccount-navigation ul li.is-active a,
.btLightSkin .btDarkSkin .woocommerce-MyAccount-navigation ul li.is-active a,
.btDarkSkin.btLightSkin .btDarkSkin .woocommerce-MyAccount-navigation ul li.is-active a {
color: #fff;
border-color: #fff;
}
.woocommerce-MyAccount-navigation .shop_table {
margin-bottom: 2em;
}
.woocommerce-MyAccount-navigation .shop_table tfoot {
text-align: right;
}
.woocommerce-orders-table__cell-order-actions a {
width: 100%;
display: inline-block;
text-align: center;
}
.woocommerce-EditAccountForm fieldset {
margin-bottom: 2em;
}  .col2-set {
width: 100%;
}
.col2-set .col-1 {
float: left;
width: 48%;
}
.col2-set .col-2 {
float: right;
width: 48%;
}
img {
height: auto;
max-width: 100%;
}
div.product form.cart .reset_variations,
form .form-row label.hidden {
visibility: hidden;
} form fieldset {
padding: 2em;
border: 1px solid rgba(0,0,0,.1);
}
form .form-row {
margin: 0 0 1em;
}
form input[type="submit"].button {
text-align: center;
}
form .form-row [placeholder]:focus::-webkit-input-placeholder {
-webkit-transition: opacity .5s .5s ease;
-moz-transition: opacity .5s .5s ease;
transition: opacity .5s .5s ease;
opacity: 0;
}
form .form-row label {
display: block;
margin-bottom: .5em;
}
form .form-row label.inline,
form .form-row label.checkbox {
display: inline;
margin-bottom: 0;
vertical-align: middle;
line-height: 1;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
form .form-row label.inline:hover,
form .form-row label.checkbox:hover {
opacity: 1;
}
form .form-row select {
cursor: pointer;
margin: 0;
}
form .form-row .select2-container {
line-height: 2.5em;
}
.rtlform .form-row .select2-container {
text-align: right;
}
form .form-row .select2-container .select2-choice {
padding-left: 1em;
height: 3.2em;
line-height: 3.2em;
}
.rtlform .form-row .select2-container .select2-choice {
padding-left: 0;
padding-right: 1em;
}
form .form-row .select2-container .select2-selection--single {
border: 1px solid rgba(0,0,0,.1);
}
form .form-row .required {
color: red;
font-weight: 700;
border: 0;
}
form .form-row .input-checkbox {
margin: 0 8px 0 0;
vertical-align: middle;
width: auto;
display: inline;
}
form .form-row textarea {
height: 5em;
display: block;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
form .form-row.woocommerce-invalid .select2-container,
form .form-row.woocommerce-invalid input.input-text,
form .form-row.woocommerce-invalid select {
border-color: #a00;
}
form .form-row.woocommerce-validated .select2-container,
form .form-row.woocommerce-validated input.input-text,
form .form-row.woocommerce-validated select {
border-color: #69bf29;
}
form .form-row::-webkit-input-placeholder {
line-height: normal;
}
form .form-row:-moz-placeholder {
line-height: normal;
}
form .form-row:-ms-input-placeholder {
line-height: normal;
} .blockUI.blockOverlay {
position: relative;
}
.blockUI.blockOverlay:before,
.loader:before {
height: 1em;
width: 1em;
position: absolute;
top: 50%;
left: 50%;
margin-left: -.5em;
margin-top: -.5em;
display: block;
content: "";
-webkit-animation: spin 1s ease-in-out infinite;
-moz-animation: spin 1s ease-in-out infinite;
animation: spin 1s ease-in-out infinite;
background: url(//refinishbg.com/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;
background-size: cover;
line-height: 1;
text-align: center;
font-size: 2em;
color: rgba(0,0,0,.75);
} .woocommerce-error,
.woocommerce-info,
.woocommerce-message {
padding: 1em 1em 1em 3em;
margin: 0 0 2em;
position: relative;
list-style: none !important;
width: auto;
word-wrap: break-word;
background-color: rgba(0,0,0,.07);
color: inherit;
border-top: 4px solid;
border-color: #b9b9b9;
}
.btDarkSkin .woocommerce-error,
.btLightSkin .btDarkSkin .woocommerce-error,
.btDarkSkin.btLightSkin .btDarkSkin .woocommerce-error,
.btDarkSkin .woocommerce-info,
.btLightSkin .btDarkSkin .woocommerce-info,
.btDarkSkin.btLightSkin .btDarkSkin .woocommerce-info,
.btDarkSkin .woocommerce-message,
.btLightSkin .btDarkSkin .woocommerce-message,
.btDarkSkin.btLightSkin .btDarkSkin .woocommerce-message {
background-color: rgba(255,255,255,.2);
}
.rtl .woocommerce-error,
.rtl .woocommerce-info,
.rtl .woocommerce-message {
padding: 1em 3em 1em 1em;
}
.rtl .woocommerce-error a.button,
.rtl .woocommerce-info a.button,
.rtl .woocommerce-message a.button {
float: left;
}
.woocommerce-info a:not(.button),
.woocommerce-message a:not(.button) {
color: #f06731;
text-decoration: underline;
}
.woocommerce-error {
border-top-color: #4b4b4b;
}
.woocommerce-error a {
color: #fff;
}
.woocommerce-info a.button,
.woocommerce-message a.button {
color: #fff;
text-align: center;
margin: 0 !important;
padding: .5em !important;
}
.woocommerce-info a.button:hover,
.woocommerce-message a.button:hover {
text-decoration: none;
}
.woocommerce-error a:hover {
color: #fff;
}
.woocommerce-error:after,
.woocommerce-info:after,
.woocommerce-message:after {
content: " ";
display: table;
width: 100%;
clear: both;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
font-family: Icon7Stroke;
font-size: 1.5em;
font-weight: 400;
position: absolute;
left: .5em;
line-height: 1.1;
}
.rtl .woocommerce-error:before,
.rtl .woocommerce-info:before,
.rtl .woocommerce-message:before {
left: auto;
right: .5em;
}
.woocommerce-message:before,
.woocommerce-info:before {
content: "\e647";
color: #f06731;
}
.woocommerce-error:before {
content: '\e67b';
color: #4b4b4b;
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
float: right;
border: none !important;
padding: 0 .5em !important;
line-height: inherit !important;
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
list-style: none !important;
padding-left: 0 !important;
margin-left: 0 !important;
}
small.note {
display: block;
color: #777;
font-size: .857em;
margin-top: 10px;
}
.woocommerce-breadcrumb {
margin: 0 0 1em;
padding: 0;
font-size: .92em;
}
.woocommerce-breadcrumb a {
color: inherit;
}
.woocommerce-breadcrumb:after,
.woocommerce-breadcrumb:before {
content: " ";
display: table;
} .wc-credit-card-form-card-cvc.visa,
.wc-credit-card-form-card-expiry.visa,
.wc-credit-card-form-card-number.visa {
background-image: url(//refinishbg.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.png);
}
.wc-credit-card-form-card-cvc.mastercard,
.wc-credit-card-form-card-expiry.mastercard,
.wc-credit-card-form-card-number.mastercard {
background-image: url(//refinishbg.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png);
}
.wc-credit-card-form-card-cvc.laser,
.wc-credit-card-form-card-expiry.laser,
.wc-credit-card-form-card-number.laser {
background-image: url(//refinishbg.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.png);
}
.wc-credit-card-form-card-cvc.dinersclub,
.wc-credit-card-form-card-expiry.dinersclub,
.wc-credit-card-form-card-number.dinersclub {
background-image: url(//refinishbg.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.png);
}
.wc-credit-card-form-card-cvc.maestro,
.wc-credit-card-form-card-expiry.maestro,
.wc-credit-card-form-card-number.maestro {
background-image: url(//refinishbg.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.png);
}
.wc-credit-card-form-card-cvc.jcb,
.wc-credit-card-form-card-expiry.jcb,
.wc-credit-card-form-card-number.jcb {
background-image: url(//refinishbg.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.png);
}
.wc-credit-card-form-card-cvc.amex,
.wc-credit-card-form-card-expiry.amex,
.wc-credit-card-form-card-number.amex {
background-image: url(//refinishbg.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.png);
}
.wc-credit-card-form-card-cvc.discover,
.wc-credit-card-form-card-expiry.discover,
.wc-credit-card-form-card-number.discover {
background-image: url(//refinishbg.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.png);
} .products > h1,
.products > h2,
.products > h3,
.products > h4,
.products > h5,
.products > h6,
.products > h7,
.products > h8,
div.bt_bb_tab_content > h1,
div.bt_bb_tab_content > h2,
div.bt_bb_tab_content > h3,
div.bt_bb_tab_content > h4,
div.bt_bb_tab_content > h5,
div.bt_bb_tab_content > h6,
div.bt_bb_tab_content > h7,
div.bt_bb_tab_content > h8,
.cross-sells > h1,
.cross-sells > h2,
.cross-sells > h3,
.cross-sells > h4,
.cross-sells > h5,
.cross-sells > h6,
.cross-sells > h7,
.cross-sells > h8,
.comment-respond > h1,
.comment-respond > h2,
.comment-respond > h3,
.comment-respond > h4,
.comment-respond > h5,
.comment-respond > h6,
.comment-respond > h7,
.comment-respond > h8,
section.related.products > h1,
section.related.products > h2,
section.related.products > h3,
section.related.products > h4,
section.related.products > h5,
section.related.products > h6,
section.related.products > h7,
section.related.products > h8,
div.cart_totals > h1,
div.cart_totals > h2,
div.cart_totals > h3,
div.cart_totals > h4,
div.cart_totals > h5,
div.cart_totals > h6,
div.cart_totals > h7,
div.cart_totals > h8,
div.woocommerce-billing-fields > h1,
div.woocommerce-billing-fields > h2,
div.woocommerce-billing-fields > h3,
div.woocommerce-billing-fields > h4,
div.woocommerce-billing-fields > h5,
div.woocommerce-billing-fields > h6,
div.woocommerce-billing-fields > h7,
div.woocommerce-billing-fields > h8,
div.woocommerce-additional-fields > h1,
div.woocommerce-additional-fields > h2,
div.woocommerce-additional-fields > h3,
div.woocommerce-additional-fields > h4,
div.woocommerce-additional-fields > h5,
div.woocommerce-additional-fields > h6,
div.woocommerce-additional-fields > h7,
div.woocommerce-additional-fields > h8,
div.woocommerce-shipping-fields > h1,
div.woocommerce-shipping-fields > h2,
div.woocommerce-shipping-fields > h3,
div.woocommerce-shipping-fields > h4,
div.woocommerce-shipping-fields > h5,
div.woocommerce-shipping-fields > h6,
div.woocommerce-shipping-fields > h7,
div.woocommerce-shipping-fields > h8,
form.woocommerce-checkout > h1,
form.woocommerce-checkout > h2,
form.woocommerce-checkout > h3,
form.woocommerce-checkout > h4,
form.woocommerce-checkout > h5,
form.woocommerce-checkout > h6,
form.woocommerce-checkout > h7,
form.woocommerce-checkout > h8,
div.woocommerce-MyAccount-content > h1,
div.woocommerce-MyAccount-content > h2,
div.woocommerce-MyAccount-content > h3,
div.woocommerce-MyAccount-content > h4,
div.woocommerce-MyAccount-content > h5,
div.woocommerce-MyAccount-content > h6,
div.woocommerce-MyAccount-content > h7,
div.woocommerce-MyAccount-content > h8,
div.woocommerce-MyAccount-content header > h1,
div.woocommerce-MyAccount-content header > h2,
div.woocommerce-MyAccount-content header > h3,
div.woocommerce-MyAccount-content header > h4,
div.woocommerce-MyAccount-content header > h5,
div.woocommerce-MyAccount-content header > h6,
div.woocommerce-MyAccount-content header > h7,
div.woocommerce-MyAccount-content header > h8,
div.woocommerce-MyAccount-content form > h1,
div.woocommerce-MyAccount-content form > h2,
div.woocommerce-MyAccount-content form > h3,
div.woocommerce-MyAccount-content form > h4,
div.woocommerce-MyAccount-content form > h5,
div.woocommerce-MyAccount-content form > h6,
div.woocommerce-MyAccount-content form > h7,
div.woocommerce-MyAccount-content form > h8,
.woocommerce-customer-details > h1,
.woocommerce-customer-details > h2,
.woocommerce-customer-details > h3,
.woocommerce-customer-details > h4,
.woocommerce-customer-details > h5,
.woocommerce-customer-details > h6,
.woocommerce-customer-details > h7,
.woocommerce-customer-details > h8,
.woocommerce-order-details > h1,
.woocommerce-order-details > h2,
.woocommerce-order-details > h3,
.woocommerce-order-details > h4,
.woocommerce-order-details > h5,
.woocommerce-order-details > h6,
.woocommerce-order-details > h7,
.woocommerce-order-details > h8 {
margin: 0 0 1em;
padding: 0;
font-size: 1.4em;
} .woocommerce .btSidebar a.button,
.woocommerce .btContent a.button,
.woocommerce-page .btSidebar a.button,
.woocommerce-page .btContent a.button,
.woocommerce .btSidebar input[type="submit"],
.woocommerce .btContent input[type="submit"],
.woocommerce-page .btSidebar input[type="submit"],
.woocommerce-page .btContent input[type="submit"],
.woocommerce .btSidebar button[type="submit"],
.woocommerce .btContent button[type="submit"],
.woocommerce-page .btSidebar button[type="submit"],
.woocommerce-page .btContent button[type="submit"],
.woocommerce .btSidebar input.button,
.woocommerce .btContent input.button,
.woocommerce-page .btSidebar input.button,
.woocommerce-page .btContent input.button,
.woocommerce .btSidebar input.alt:hover,
.woocommerce .btContent input.alt:hover,
.woocommerce-page .btSidebar input.alt:hover,
.woocommerce-page .btContent input.alt:hover,
.woocommerce .btSidebar a.button.alt:hover,
.woocommerce .btContent a.button.alt:hover,
.woocommerce-page .btSidebar a.button.alt:hover,
.woocommerce-page .btContent a.button.alt:hover,
.woocommerce .btSidebar .button.alt:hover,
.woocommerce .btContent .button.alt:hover,
.woocommerce-page .btSidebar .button.alt:hover,
.woocommerce-page .btContent .button.alt:hover,
.woocommerce .btSidebar button.alt:hover,
.woocommerce .btContent button.alt:hover,
.woocommerce-page .btSidebar button.alt:hover,
.woocommerce-page .btContent button.alt:hover,
div.woocommerce a.button,
div.woocommerce input[type="submit"],
div.woocommerce button[type="submit"],
div.woocommerce input.button,
div.woocommerce input.alt:hover,
div.woocommerce a.button.alt:hover,
div.woocommerce .button.alt:hover,
div.woocommerce button.alt:hover {
font-size: .8em;
font-weight: 500;
min-width: 130px;
padding: 1.3em 1.5em;
line-height: 1.1;
text-align: center;
text-transform: uppercase;
cursor: pointer;
background: #f06731;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
position: relative;
overflow: hidden;
margin-top: 1em;
display: inline-block;
}
.woocommerce .btSidebar a.button:before,
.woocommerce .btContent a.button:before,
.woocommerce-page .btSidebar a.button:before,
.woocommerce-page .btContent a.button:before,
.woocommerce .btSidebar input[type="submit"]:before,
.woocommerce .btContent input[type="submit"]:before,
.woocommerce-page .btSidebar input[type="submit"]:before,
.woocommerce-page .btContent input[type="submit"]:before,
.woocommerce .btSidebar button[type="submit"]:before,
.woocommerce .btContent button[type="submit"]:before,
.woocommerce-page .btSidebar button[type="submit"]:before,
.woocommerce-page .btContent button[type="submit"]:before,
.woocommerce .btSidebar input.button:before,
.woocommerce .btContent input.button:before,
.woocommerce-page .btSidebar input.button:before,
.woocommerce-page .btContent input.button:before,
.woocommerce .btSidebar input.alt:hover:before,
.woocommerce .btContent input.alt:hover:before,
.woocommerce-page .btSidebar input.alt:hover:before,
.woocommerce-page .btContent input.alt:hover:before,
.woocommerce .btSidebar a.button.alt:hover:before,
.woocommerce .btContent a.button.alt:hover:before,
.woocommerce-page .btSidebar a.button.alt:hover:before,
.woocommerce-page .btContent a.button.alt:hover:before,
.woocommerce .btSidebar .button.alt:hover:before,
.woocommerce .btContent .button.alt:hover:before,
.woocommerce-page .btSidebar .button.alt:hover:before,
.woocommerce-page .btContent .button.alt:hover:before,
.woocommerce .btSidebar button.alt:hover:before,
.woocommerce .btContent button.alt:hover:before,
.woocommerce-page .btSidebar button.alt:hover:before,
.woocommerce-page .btContent button.alt:hover:before,
div.woocommerce a.button:before,
div.woocommerce input[type="submit"]:before,
div.woocommerce button[type="submit"]:before,
div.woocommerce input.button:before,
div.woocommerce input.alt:hover:before,
div.woocommerce a.button.alt:hover:before,
div.woocommerce .button.alt:hover:before,
div.woocommerce button.alt:hover:before {
content: "";
display: block;
top: 0;
bottom: 0;
position: absolute;
width: 40px;
left: -60px;
pointer-events: none;
-webkit-transform: skewX(-20deg);
-moz-transform: skewX(-20deg);
-ms-transform: skewX(-20deg);
transform: skewX(-20deg);
background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.56) 50%,rgba(255,255,255,0) 100%);
background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.56) 50%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.56) 50%,rgba(255,255,255,0) 100%);
-webkit-transition: 0ms ease all;
-moz-transition: 0ms ease all;
transition: 0ms ease all;
opacity: 0;
}
.woocommerce .btSidebar a.button:hover,
.woocommerce .btContent a.button:hover,
.woocommerce-page .btSidebar a.button:hover,
.woocommerce-page .btContent a.button:hover,
.woocommerce .btSidebar input[type="submit"]:hover,
.woocommerce .btContent input[type="submit"]:hover,
.woocommerce-page .btSidebar input[type="submit"]:hover,
.woocommerce-page .btContent input[type="submit"]:hover,
.woocommerce .btSidebar button[type="submit"]:hover,
.woocommerce .btContent button[type="submit"]:hover,
.woocommerce-page .btSidebar button[type="submit"]:hover,
.woocommerce-page .btContent button[type="submit"]:hover,
.woocommerce .btSidebar input.button:hover,
.woocommerce .btContent input.button:hover,
.woocommerce-page .btSidebar input.button:hover,
.woocommerce-page .btContent input.button:hover,
.woocommerce .btSidebar input.alt:hover:hover,
.woocommerce .btContent input.alt:hover:hover,
.woocommerce-page .btSidebar input.alt:hover:hover,
.woocommerce-page .btContent input.alt:hover:hover,
.woocommerce .btSidebar a.button.alt:hover:hover,
.woocommerce .btContent a.button.alt:hover:hover,
.woocommerce-page .btSidebar a.button.alt:hover:hover,
.woocommerce-page .btContent a.button.alt:hover:hover,
.woocommerce .btSidebar .button.alt:hover:hover,
.woocommerce .btContent .button.alt:hover:hover,
.woocommerce-page .btSidebar .button.alt:hover:hover,
.woocommerce-page .btContent .button.alt:hover:hover,
.woocommerce .btSidebar button.alt:hover:hover,
.woocommerce .btContent button.alt:hover:hover,
.woocommerce-page .btSidebar button.alt:hover:hover,
.woocommerce-page .btContent button.alt:hover:hover,
div.woocommerce a.button:hover,
div.woocommerce input[type="submit"]:hover,
div.woocommerce button[type="submit"]:hover,
div.woocommerce input.button:hover,
div.woocommerce input.alt:hover:hover,
div.woocommerce a.button.alt:hover:hover,
div.woocommerce .button.alt:hover:hover,
div.woocommerce button.alt:hover:hover {
-webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
.woocommerce .btSidebar a.button:hover:before,
.woocommerce .btContent a.button:hover:before,
.woocommerce-page .btSidebar a.button:hover:before,
.woocommerce-page .btContent a.button:hover:before,
.woocommerce .btSidebar input[type="submit"]:hover:before,
.woocommerce .btContent input[type="submit"]:hover:before,
.woocommerce-page .btSidebar input[type="submit"]:hover:before,
.woocommerce-page .btContent input[type="submit"]:hover:before,
.woocommerce .btSidebar button[type="submit"]:hover:before,
.woocommerce .btContent button[type="submit"]:hover:before,
.woocommerce-page .btSidebar button[type="submit"]:hover:before,
.woocommerce-page .btContent button[type="submit"]:hover:before,
.woocommerce .btSidebar input.button:hover:before,
.woocommerce .btContent input.button:hover:before,
.woocommerce-page .btSidebar input.button:hover:before,
.woocommerce-page .btContent input.button:hover:before,
.woocommerce .btSidebar input.alt:hover:hover:before,
.woocommerce .btContent input.alt:hover:hover:before,
.woocommerce-page .btSidebar input.alt:hover:hover:before,
.woocommerce-page .btContent input.alt:hover:hover:before,
.woocommerce .btSidebar a.button.alt:hover:hover:before,
.woocommerce .btContent a.button.alt:hover:hover:before,
.woocommerce-page .btSidebar a.button.alt:hover:hover:before,
.woocommerce-page .btContent a.button.alt:hover:hover:before,
.woocommerce .btSidebar .button.alt:hover:hover:before,
.woocommerce .btContent .button.alt:hover:hover:before,
.woocommerce-page .btSidebar .button.alt:hover:hover:before,
.woocommerce-page .btContent .button.alt:hover:hover:before,
.woocommerce .btSidebar button.alt:hover:hover:before,
.woocommerce .btContent button.alt:hover:hover:before,
.woocommerce-page .btSidebar button.alt:hover:hover:before,
.woocommerce-page .btContent button.alt:hover:hover:before,
div.woocommerce a.button:hover:before,
div.woocommerce input[type="submit"]:hover:before,
div.woocommerce button[type="submit"]:hover:before,
div.woocommerce input.button:hover:before,
div.woocommerce input.alt:hover:hover:before,
div.woocommerce a.button.alt:hover:hover:before,
div.woocommerce .button.alt:hover:hover:before,
div.woocommerce button.alt:hover:hover:before {
left: 110%;
-webkit-transition: 700ms ease all;
-moz-transition: 700ms ease all;
transition: 700ms ease all;
opacity: .5;
}
.btHardRoundedButtons.woocommerce .btSidebar a.button,
.btHardRoundedButtons.woocommerce .btContent a.button,
.btHardRoundedButtons.woocommerce-page .btSidebar a.button,
.btHardRoundedButtons.woocommerce-page .btContent a.button,
.btHardRoundedButtons.woocommerce .btSidebar input[type="submit"],
.btHardRoundedButtons.woocommerce .btContent input[type="submit"],
.btHardRoundedButtons.woocommerce-page .btSidebar input[type="submit"],
.btHardRoundedButtons.woocommerce-page .btContent input[type="submit"],
.btHardRoundedButtons.woocommerce .btSidebar button[type="submit"],
.btHardRoundedButtons.woocommerce .btContent button[type="submit"],
.btHardRoundedButtons.woocommerce-page .btSidebar button[type="submit"],
.btHardRoundedButtons.woocommerce-page .btContent button[type="submit"],
.btHardRoundedButtons.woocommerce .btSidebar input.button,
.btHardRoundedButtons.woocommerce .btContent input.button,
.btHardRoundedButtons.woocommerce-page .btSidebar input.button,
.btHardRoundedButtons.woocommerce-page .btContent input.button,
.btHardRoundedButtons.woocommerce .btSidebar input.alt:hover,
.btHardRoundedButtons.woocommerce .btContent input.alt:hover,
.btHardRoundedButtons.woocommerce-page .btSidebar input.alt:hover,
.btHardRoundedButtons.woocommerce-page .btContent input.alt:hover,
.btHardRoundedButtons.woocommerce .btSidebar a.button.alt:hover,
.btHardRoundedButtons.woocommerce .btContent a.button.alt:hover,
.btHardRoundedButtons.woocommerce-page .btSidebar a.button.alt:hover,
.btHardRoundedButtons.woocommerce-page .btContent a.button.alt:hover,
.btHardRoundedButtons.woocommerce .btSidebar .button.alt:hover,
.btHardRoundedButtons.woocommerce .btContent .button.alt:hover,
.btHardRoundedButtons.woocommerce-page .btSidebar .button.alt:hover,
.btHardRoundedButtons.woocommerce-page .btContent .button.alt:hover,
.btHardRoundedButtons.woocommerce .btSidebar button.alt:hover,
.btHardRoundedButtons.woocommerce .btContent button.alt:hover,
.btHardRoundedButtons.woocommerce-page .btSidebar button.alt:hover,
.btHardRoundedButtons.woocommerce-page .btContent button.alt:hover,
.btHardRoundedButtonsdiv.woocommerce a.button,
.btHardRoundedButtonsdiv.woocommerce input[type="submit"],
.btHardRoundedButtonsdiv.woocommerce button[type="submit"],
.btHardRoundedButtonsdiv.woocommerce input.button,
.btHardRoundedButtonsdiv.woocommerce input.alt:hover,
.btHardRoundedButtonsdiv.woocommerce a.button.alt:hover,
.btHardRoundedButtonsdiv.woocommerce .button.alt:hover,
.btHardRoundedButtonsdiv.woocommerce button.alt:hover {
border-radius: 50px;
}
.btSoftRoundedButtons.woocommerce .btSidebar a.button,
.btSoftRoundedButtons.woocommerce .btContent a.button,
.btSoftRoundedButtons.woocommerce-page .btSidebar a.button,
.btSoftRoundedButtons.woocommerce-page .btContent a.button,
.btSoftRoundedButtons.woocommerce .btSidebar input[type="submit"],
.btSoftRoundedButtons.woocommerce .btContent input[type="submit"],
.btSoftRoundedButtons.woocommerce-page .btSidebar input[type="submit"],
.btSoftRoundedButtons.woocommerce-page .btContent input[type="submit"],
.btSoftRoundedButtons.woocommerce .btSidebar button[type="submit"],
.btSoftRoundedButtons.woocommerce .btContent button[type="submit"],
.btSoftRoundedButtons.woocommerce-page .btSidebar button[type="submit"],
.btSoftRoundedButtons.woocommerce-page .btContent button[type="submit"],
.btSoftRoundedButtons.woocommerce .btSidebar input.button,
.btSoftRoundedButtons.woocommerce .btContent input.button,
.btSoftRoundedButtons.woocommerce-page .btSidebar input.button,
.btSoftRoundedButtons.woocommerce-page .btContent input.button,
.btSoftRoundedButtons.woocommerce .btSidebar input.alt:hover,
.btSoftRoundedButtons.woocommerce .btContent input.alt:hover,
.btSoftRoundedButtons.woocommerce-page .btSidebar input.alt:hover,
.btSoftRoundedButtons.woocommerce-page .btContent input.alt:hover,
.btSoftRoundedButtons.woocommerce .btSidebar a.button.alt:hover,
.btSoftRoundedButtons.woocommerce .btContent a.button.alt:hover,
.btSoftRoundedButtons.woocommerce-page .btSidebar a.button.alt:hover,
.btSoftRoundedButtons.woocommerce-page .btContent a.button.alt:hover,
.btSoftRoundedButtons.woocommerce .btSidebar .button.alt:hover,
.btSoftRoundedButtons.woocommerce .btContent .button.alt:hover,
.btSoftRoundedButtons.woocommerce-page .btSidebar .button.alt:hover,
.btSoftRoundedButtons.woocommerce-page .btContent .button.alt:hover,
.btSoftRoundedButtons.woocommerce .btSidebar button.alt:hover,
.btSoftRoundedButtons.woocommerce .btContent button.alt:hover,
.btSoftRoundedButtons.woocommerce-page .btSidebar button.alt:hover,
.btSoftRoundedButtons.woocommerce-page .btContent button.alt:hover,
.btSoftRoundedButtonsdiv.woocommerce a.button,
.btSoftRoundedButtonsdiv.woocommerce input[type="submit"],
.btSoftRoundedButtonsdiv.woocommerce button[type="submit"],
.btSoftRoundedButtonsdiv.woocommerce input.button,
.btSoftRoundedButtonsdiv.woocommerce input.alt:hover,
.btSoftRoundedButtonsdiv.woocommerce a.button.alt:hover,
.btSoftRoundedButtonsdiv.woocommerce .button.alt:hover,
.btSoftRoundedButtonsdiv.woocommerce button.alt:hover {
border-radius: 3px;
}
.woocommerce .btSidebar a.button,
.woocommerce .btContent a.button,
.woocommerce-page .btSidebar a.button,
.woocommerce-page .btContent a.button,
.woocommerce .btSidebar input[type="submit"],
.woocommerce .btContent input[type="submit"],
.woocommerce-page .btSidebar input[type="submit"],
.woocommerce-page .btContent input[type="submit"],
.woocommerce .btSidebar button[type="submit"],
.woocommerce .btContent button[type="submit"],
.woocommerce-page .btSidebar button[type="submit"],
.woocommerce-page .btContent button[type="submit"],
.woocommerce .btSidebar input.button,
.woocommerce .btContent input.button,
.woocommerce-page .btSidebar input.button,
.woocommerce-page .btContent input.button,
.woocommerce .btSidebar input.alt:hover,
.woocommerce .btContent input.alt:hover,
.woocommerce-page .btSidebar input.alt:hover,
.woocommerce-page .btContent input.alt:hover,
.woocommerce .btSidebar a.button.alt:hover,
.woocommerce .btContent a.button.alt:hover,
.woocommerce-page .btSidebar a.button.alt:hover,
.woocommerce-page .btContent a.button.alt:hover,
.woocommerce .btSidebar .button.alt:hover,
.woocommerce .btContent .button.alt:hover,
.woocommerce-page .btSidebar .button.alt:hover,
.woocommerce-page .btContent .button.alt:hover,
.woocommerce .btSidebar button.alt:hover,
.woocommerce .btContent button.alt:hover,
.woocommerce-page .btSidebar button.alt:hover,
.woocommerce-page .btContent button.alt:hover,
div.woocommerce a.button,
div.woocommerce input[type="submit"],
div.woocommerce button[type="submit"],
div.woocommerce input.button,
div.woocommerce input.alt:hover,
div.woocommerce a.button.alt:hover,
div.woocommerce .button.alt:hover,
div.woocommerce button.alt:hover {
border: none;
background: #f06731;
color: #fff;
}
.woocommerce .btSidebar a.button:hover,
.woocommerce .btContent a.button:hover,
.woocommerce-page .btSidebar a.button:hover,
.woocommerce-page .btContent a.button:hover,
.woocommerce .btSidebar input[type="submit"]:hover,
.woocommerce .btContent input[type="submit"]:hover,
.woocommerce-page .btSidebar input[type="submit"]:hover,
.woocommerce-page .btContent input[type="submit"]:hover,
.woocommerce .btSidebar button[type="submit"]:hover,
.woocommerce .btContent button[type="submit"]:hover,
.woocommerce-page .btSidebar button[type="submit"]:hover,
.woocommerce-page .btContent button[type="submit"]:hover,
.woocommerce .btSidebar input.button:hover,
.woocommerce .btContent input.button:hover,
.woocommerce-page .btSidebar input.button:hover,
.woocommerce-page .btContent input.button:hover,
.woocommerce .btSidebar input.alt,
.woocommerce .btContent input.alt,
.woocommerce-page .btSidebar input.alt,
.woocommerce-page .btContent input.alt,
.woocommerce .btSidebar a.button.alt,
.woocommerce .btContent a.button.alt,
.woocommerce-page .btSidebar a.button.alt,
.woocommerce-page .btContent a.button.alt,
.woocommerce .btSidebar .button.alt,
.woocommerce .btContent .button.alt,
.woocommerce-page .btSidebar .button.alt,
.woocommerce-page .btContent .button.alt,
.woocommerce .btSidebar button.alt,
.woocommerce .btContent button.alt,
.woocommerce-page .btSidebar button.alt,
.woocommerce-page .btContent button.alt,
div.woocommerce a.button:hover,
div.woocommerce input[type="submit"]:hover,
div.woocommerce button[type="submit"]:hover,
div.woocommerce input.button:hover,
div.woocommerce input.alt,
div.woocommerce a.button.alt,
div.woocommerce .button.alt,
div.woocommerce button.alt {
display: inline-block;
border: none;
background: #f06731;
color: #fff;
}
.woocommerce .btSidebar a.checkout-button,
.woocommerce .btContent a.checkout-button,
.woocommerce-page .btSidebar a.checkout-button,
.woocommerce-page .btContent a.checkout-button,
.woocommerce .btSidebar input#place_order,
.woocommerce .btContent input#place_order,
.woocommerce-page .btSidebar input#place_order,
.woocommerce-page .btContent input#place_order,
.woocommerce .btSidebar input[name="save_address"],
.woocommerce .btContent input[name="save_address"],
.woocommerce-page .btSidebar input[name="save_address"],
.woocommerce-page .btContent input[name="save_address"],
div.woocommerce a.checkout-button,
div.woocommerce input#place_order,
div.woocommerce input[name="save_address"] {
width: 100%;
float: none;
display: block;
text-align: center !important;
} span.btNoStarRating {
display: none;
}
.star-rating:before {
content: "\f005\f005\f005\f005\f005";
letter-spacing: 3px;
opacity: .2;
}
.star-rating {
overflow: hidden;
position: relative;
line-height: 1;
font-family: FontAwesome;
margin: 0;
display: inline-block;
}
.star-rating .rating {
display: none;
}
.star-rating span {
overflow: hidden;
top: 0;
left: 0;
position: absolute;
}
.rtl .star-rating span {
left: auto;
right: 0;
}
.star-rating span:before {
content: "\f005\f005\f005\f005\f005";
letter-spacing: 3px;
color: #f06731;
}
.header.large .star-rating {
line-height: inherit;
margin-top: 2px;
}
.widget_recent_reviews .star-rating {
font-size: 12px;
}
.products .star-rating {
margin: 7px 0 0;
}
.widget_recent_reviews li a:after,
.widget_recent_reviews .reviewer:after {
display: table;
content: ' ';
} p.stars {
position: relative;
letter-spacing: .25em;
margin-bottom: 3em;
}
p.stars a {
display: inline-block;
font-weight: 700;
text-indent: -9999px;
border-bottom: 0 !important;
outline: 0;
position: absolute;
top: 0;
left: 0;
}
.rtl p.stars a {
left: auto;
right: 0;
}
p.stars a:last-child {
border-right: 0;
}
p.stars a[class^="star-"]:after {
font-family: FontAwesome;
text-indent: 0;
position: absolute;
top: 0;
left: 0;
color: rgba(0,0,0,.1);
}
.btDarkSkin p.stars a[class^="star-"]:after,
.btLightSkin .btDarkSkin p.stars a[class^="star-"]:after,
.btDarkSkin.btLightSkin .btDarkSkin p.stars a[class^="star-"]:after {
color: rgba(255,255,255,.2);
}
.rtl p.stars a[class^="star-"]:after {
left: auto;
right: 0;
}
p.stars a[class^="star-"].active:after,
p.stars a[class^="star-"]:hover:after {
color: #f06731;
}
p.stars a.star-1 {
width: 1em;
z-index: 10;
}
p.stars a.star-1:after {
content: "\f005";
}
p.stars a.star-2 {
width: 2em;
z-index: 9;
}
p.stars a.star-2:after {
content: "\f005\f005";
}
p.stars a.star-3 {
width: 3em;
z-index: 8;
}
p.stars a.star-3:after {
content: "\f005\f005\f005";
}
p.stars a.star-4 {
width: 4em;
z-index: 7;
}
p.stars a.star-4:after {
content: "\f005\f005\f005\f005";
}
p.stars a.star-5 {
width: 5em;
border: 0;
z-index: 6;
}
p.stars a.star-5:after {
content: "\f005\f005\f005\f005\f005";
} @-webkit-keyframes spin {
from {
-webkit-transform: rotateX(0);
transform: rotateX(0);
}
to {
-webkit-transform: rotateX(100%);
transform: rotateX(100%);
}
}
@-moz-keyframes spin {
from {
-moz-transform: rotateX(0);
transform: rotateX(0);
}
to {
-moz-transform: rotateX(100%);
transform: rotateX(100%);
}
}
@keyframes spin {
from {
-webkit-transform: rotateX(0);
-moz-transform: rotateX(0);
-ms-transform: rotateX(0);
transform: rotateX(0);
}
to {
-webkit-transform: rotateX(100%);
-moz-transform: rotateX(100%);
-ms-transform: rotateX(100%);
transform: rotateX(100%);
}
} .comment-respond p.form-submit {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
text-align: center;
margin: 0 auto;
}
.comment-respond input[type="submit"] {
padding: 0 !important;
} @font-face {
font-family: star;
src: url(//refinishbg.com/wp-content/plugins/woocommerce/assets/fonts/star.eot);
src: url(//refinishbg.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"),url(//refinishbg.com/wp-content/plugins/woocommerce/assets/fonts/star.woff) format("woff"),url(//refinishbg.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf) format("truetype"),url(//refinishbg.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: WooCommerce;
src: url(//refinishbg.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot);
src: url(//refinishbg.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(//refinishbg.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(//refinishbg.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"),url(//refinishbg.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");
font-weight: 400;
font-style: normal;
} .pswp__bg {
background: rgba(0,0,0,.5);
} form .form-row .select2-container .select2-selection--single {
height: 3.2em;
}
.btHardRoundedButtons form .form-row .select2-container .select2-selection--single {
border-radius: 50px;
padding-left: .5em;
padding-right: .5em;
}
.btSoftRoundedButtons form .form-row .select2-container .select2-selection--single {
border-radius: 3px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
line-height: 3.2;
padding: 0 .8em;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
left: -20%;
top: 90%;
}
.select2-dropdown {
border: 1px solid rgba(0,0,0,.1);
}
.btDarkSkin .select2-container--default .select2-selection--single,
.btLightSkin .btDarkSkin .select2-container--default .select2-selection--single,
.btDarkSkin.btLightSkin .btDarkSkin .select2-container--default .select2-selection--single {
background-color: transparent;
border: 1px solid rgba(255,255,255,.5) !important;
}
.btDarkSkin .select2-dropdown,
.btLightSkin .btDarkSkin .select2-dropdown,
.btDarkSkin.btLightSkin .btDarkSkin .select2-dropdown {
background-color: #111112;
border: 1px solid rgba(255,255,255,.5) !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid rgba(0,0,0,.1);
}
.btDarkSkin .select2-container--default .select2-search--dropdown .select2-search__field,
.btLightSkin .btDarkSkin .select2-container--default .select2-search--dropdown .select2-search__field,
.btDarkSkin.btLightSkin .btDarkSkin .select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid rgba(255,255,255,.5);
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
background-color: #f06731;
}
.woocommerce-page .btSidebar .widget_search .btSearch .btSearchInner button[type="submit"],
.woocommerce-page .btSidebar .widget_product_search button[type="submit"] {
color: #111112 !important;
overflow: inherit;
width: 38px !important;
height: 38px !important;
min-width: auto !important;
float: right;
margin: -38px -38px 0 0;
}
.btDarkSkin .woocommerce-page .btSidebar .widget_search .btSearch .btSearchInner button[type="submit"],
.btLightSkin .btDarkSkin .woocommerce-page .btSidebar .widget_search .btSearch .btSearchInner button[type="submit"],
.btDarkSkin.btLightSkin .btDarkSkin .woocommerce-page .btSidebar .widget_search .btSearch .btSearchInner button[type="submit"],
.btDarkSkin .woocommerce-page .btSidebar .widget_product_search button[type="submit"],
.btLightSkin .btDarkSkin .woocommerce-page .btSidebar .widget_product_search button[type="submit"],
.btDarkSkin.btLightSkin .btDarkSkin .woocommerce-page .btSidebar .widget_product_search button[type="submit"] {
color: #fff !important;
}
.woocommerce-page .btSidebar .widget_search .btSearch .btSearchInner button[type="submit"]:before,
.woocommerce-page .btSidebar .widget_product_search button[type="submit"]:before {
font-family: FontAwesome;
content: "\f002";
position: relative;
top: auto;
left: auto;
opacity: 1;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none;
background: transparent;
}
.woocommerce-page .btSidebar .widget_search .btSearch .btSearchInner button[type="submit"]:hover,
.woocommerce-page .btSidebar .widget_product_search button[type="submit"]:hover {
-webkit-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
transform: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
} .woocommerce-cart-form thead tr {
background-color: #f06731;
}
.woocommerce-cart-form thead tr th {
color: #fff;
} .woocommerce-grouped-product-list.group_table {
border: none;
}
.woocommerce-grouped-product-list.group_table td,
.woocommerce-grouped-product-list.group_table th {
padding: .5em .8em;
border-left: none;
border-right: none;
}
.woocommerce-grouped-product-list.group_table td label,
.woocommerce-grouped-product-list.group_table th label {
opacity: 1;
font-size: 1em;
font-weight: normal;
}
.woocommerce-grouped-product-list.group_table td.woocommerce-grouped-product-list-item__quantity {
padding-left: 0;
}
.woocommerce-grouped-product-list.group_table td.woocommerce-grouped-product-list-item__quantity .quantity {
width: 80px !important;
margin: 0 !important;
}
.woocommerce-grouped-product-list.group_table td.woocommerce-grouped-product-list-item__price {
text-align: right;
padding-right: 0;
} .woocommerce-page ul.products.columns-2 li.product {
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.woocommerce-page ul.products.columns-4 li.product {
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.woocommerce-page ul.products.columns-5 li.product {
-webkit-flex: 0 0 20%;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.woocommerce-page ul.products.columns-6 li.product {
-webkit-flex: 0 0 16.6666%;
-ms-flex: 0 0 16.6666%;
flex: 0 0 16.6666%;
max-width: 16.6666%;
}
.btQuoteBooking .btQuoteItem label {
margin-top: 16px;
}
.btQuoteBooking .btContactNext {
border-color: #f06731;
color: #f06731;
border-radius: 0;
font-size: .9em;
font-weight: 500;
}
.btHardRoundedButtons .btQuoteBooking .btContactNext {
border-radius: 50px;
}
.btSoftRoundedButtons .btQuoteBooking .btContactNext {
border-radius: 4px;
}
.btQuoteBooking .btContactNext:hover {
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.rtl .btQuoteBooking .btContactNext {
margin: 0 30px 0 0;
}
.btQuoteBooking .btQuoteSlider {
border-radius: 50px;
background: #fff !important;
height: 12px;
margin-top: 20px;
}
.btLightSkin .btQuoteBooking .btQuoteSlider,
.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSlider,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSlider {
border: 1px solid rgba(0,0,0,.1);
color: #111112;
}
.btDarkSkin .btQuoteBooking .btQuoteSlider,
.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSlider,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSlider {
border: 1px solid rgba(255,255,255,.5);
color: #fff;
background-color: transparent;
}
.btQuoteBooking .btQuoteItemInput .btQuoteSlider + .btQuoteItemDescription {
padding-top: 5em;
}
.btLightSkin .btQuoteBooking .btQuoteSwitch,
.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch {
border: 1px solid rgba(0,0,0,.1);
background: #fff;
}
.btDarkSkin .btQuoteBooking .btQuoteSwitch,
.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch {
border: 1px solid rgba(255,255,255,.5);
background: #111112;
}
.btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner {
background: rgba(0,0,0,.1);
}
.btLightSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner {
background: rgba(0,0,0,.1);
}
.btDarkSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner {
background: rgba(255,255,255,.5);
}
.btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner {
background: #f06731;
}
.btQuoteBooking .btQuoteSwitch + .btQuoteItemDescription {
text-align: left;
max-width: 250px;
}
.btQuoteBooking input[type="text"],
.btQuoteBooking input[type="email"],
.btQuoteBooking input[type="password"],
.btQuoteBooking .btQuoteBooking textarea,
.btQuoteBooking .fancy-select .trigger,
.btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText {
height: 3.2em;
border-radius: 0;
}
.btQuoteBooking input[type="text"]:focus,
.btQuoteBooking input[type="email"]:focus,
.btQuoteBooking input[type="password"]:focus,
.btQuoteBooking .btQuoteBooking textarea:focus,
.btQuoteBooking .fancy-select .trigger:focus,
.btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
.btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.btLightSkin .btQuoteBooking input[type="text"],
.btDarkSkin .btLightSkin .btQuoteBooking input[type="text"],
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type="text"],
.btLightSkin .btQuoteBooking input[type="email"],
.btDarkSkin .btLightSkin .btQuoteBooking input[type="email"],
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type="email"],
.btLightSkin .btQuoteBooking input[type="password"],
.btDarkSkin .btLightSkin .btQuoteBooking input[type="password"],
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type="password"],
.btLightSkin .btQuoteBooking .btQuoteBooking textarea,
.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteBooking textarea,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteBooking textarea,
.btLightSkin .btQuoteBooking .fancy-select .trigger,
.btDarkSkin .btLightSkin .btQuoteBooking .fancy-select .trigger,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .fancy-select .trigger,
.btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
.btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText {
background-color: #fff;
border: 1px solid rgba(0,0,0,.1);
color: #111112;
}
.btLightSkin .btQuoteBooking input[type="text"]:focus,
.btDarkSkin .btLightSkin .btQuoteBooking input[type="text"]:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type="text"]:focus,
.btLightSkin .btQuoteBooking input[type="email"]:focus,
.btDarkSkin .btLightSkin .btQuoteBooking input[type="email"]:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type="email"]:focus,
.btLightSkin .btQuoteBooking input[type="password"]:focus,
.btDarkSkin .btLightSkin .btQuoteBooking input[type="password"]:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type="password"]:focus,
.btLightSkin .btQuoteBooking .btQuoteBooking textarea:focus,
.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteBooking textarea:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteBooking textarea:focus,
.btLightSkin .btQuoteBooking .fancy-select .trigger:focus,
.btDarkSkin .btLightSkin .btQuoteBooking .fancy-select .trigger:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .fancy-select .trigger:focus,
.btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
.btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
.btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,
.btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.btDarkSkin .btQuoteBooking input[type="text"],
.btLightSkin .btDarkSkin .btQuoteBooking input[type="text"],
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type="text"],
.btDarkSkin .btQuoteBooking input[type="email"],
.btLightSkin .btDarkSkin .btQuoteBooking input[type="email"],
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type="email"],
.btDarkSkin .btQuoteBooking input[type="password"],
.btLightSkin .btDarkSkin .btQuoteBooking input[type="password"],
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type="password"],
.btDarkSkin .btQuoteBooking .btQuoteBooking textarea,
.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteBooking textarea,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteBooking textarea,
.btDarkSkin .btQuoteBooking .fancy-select .trigger,
.btLightSkin .btDarkSkin .btQuoteBooking .fancy-select .trigger,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .fancy-select .trigger,
.btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText {
background-color: #111112;
border: 1px solid rgba(255,255,255,.5);
color: #fff;
}
.btDarkSkin .btQuoteBooking input[type="text"]:focus,
.btLightSkin .btDarkSkin .btQuoteBooking input[type="text"]:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type="text"]:focus,
.btDarkSkin .btQuoteBooking input[type="email"]:focus,
.btLightSkin .btDarkSkin .btQuoteBooking input[type="email"]:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type="email"]:focus,
.btDarkSkin .btQuoteBooking input[type="password"]:focus,
.btLightSkin .btDarkSkin .btQuoteBooking input[type="password"]:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type="password"]:focus,
.btDarkSkin .btQuoteBooking .btQuoteBooking textarea:focus,
.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteBooking textarea:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteBooking textarea:focus,
.btDarkSkin .btQuoteBooking .fancy-select .trigger:focus,
.btLightSkin .btDarkSkin .btQuoteBooking .fancy-select .trigger:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .fancy-select .trigger:focus,
.btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
.btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,
.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.btHardRoundedButtons .btQuoteBooking .btQuoteItem textarea {
border-radius: 4px;
}
.btQuoteBooking .btQuoteItem textarea:focus {
-webkit-box-shadow: 5px 0 0 #f06731 inset,0 2px 10px rgba(0,0,0,.2);
box-shadow: 5px 0 0 #f06731 inset,0 2px 10px rgba(0,0,0,.2);
}
.btQuoteBooking .dd.ddcommon.borderRadius:hover .ddTitleText {
-webkit-box-shadow: 0 0 0 #f06731 inset,0 1px 5px rgba(0,0,0,.2);
box-shadow: 0 0 0 #f06731 inset,0 1px 5px rgba(0,0,0,.2);
}
.btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
.btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
-webkit-box-shadow: 5px 0 0 #f06731 inset,0 2px 10px rgba(0,0,0,.2);
box-shadow: 5px 0 0 #f06731 inset,0 2px 10px rgba(0,0,0,.2);
}
.btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
.btQuoteBooking .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
-webkit-box-shadow: 5px 0 0 #f06731 inset,0 2px 10px rgba(0,0,0,.2);
box-shadow: 5px 0 0 #f06731 inset,0 2px 10px rgba(0,0,0,.2);
}
.btHardRoundedButtons .btQuoteBooking .btContactTime .ddTitleText {
border-radius: 50px !important;
padding-left: .8em !important;
}
.btSoftRoundedButtons .btQuoteBooking .btContactTime .ddTitleText {
border-radius: 4px !important;
}
.btQuoteBooking .btContactTime .dd.ddcommon.borderRadiusTp .ddTitleText {
-webkit-box-shadow: none;
box-shadow: none;
}
.btQuoteBooking .ddTitleText .ddlabel {
line-height: 1.5;
height: 3.2em;
padding: 4px 12px 0 12px;
}
.btDarkSkin .btQuoteBooking .ddTitleText .ddlabel,
.btLightSkin .btDarkSkin .btQuoteBooking .ddTitleText .ddlabel,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddTitleText .ddlabel {
color: #fff;
}
.btQuoteBooking .ddTitleText .ddlabel .description {
color: #666 !important;
}
.btQuoteBooking .ddChild ul li {
min-height: 3.2em;
}
.btQuoteBooking .ddChild ul li span {
line-height: 1.5;
padding: 6px 12px;
}
.btLightSkin .btQuoteBooking .btQuoteWrapper:before,
.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteWrapper:before,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteWrapper:before {
border: 1px solid rgba(0,0,0,.1);
}
.btDarkSkin .btQuoteBooking .btQuoteWrapper:before,
.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteWrapper:before,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteWrapper:before {
border: 1px solid rgba(255,255,255,.5);
}
.btQuoteBooking .ui-slider .ui-slider-handle {
background: #f06731;
min-width: 45px;
height: 45px;
top: -20px;
}
.btQuoteBooking .btQuoteSliderValue {
font-size: .8em;
color: #fff;
min-width: 45px;
height: 45px;
line-height: 45px;
}
.btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
color: #fff;
background: #f06731;
border-radius: 0;
}
.btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
border-radius: 50px;
overflow: hidden;
}
.btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
border-radius: 4px;
overflow: hidden;
}
.btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc {
border-radius: 0;
}
.btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc.currencyAfter {
border-top-left-radius: 50px;
border-bottom-right-radius: 50px;
overflow: hidden;
}
.btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc.currencyAfter {
border-top-left-radius: 4px;
border-bottom-right-radius: 4px;
overflow: hidden;
}
.btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency {
border-radius: 0;
font-size: 1.2em;
line-height: 1.9;
}
.rtl .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency {
padding: 5px 20px 5px 3px;
}
.rtl .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency.currencyAfter {
padding: 5px 3px 5px 20px;
}
.btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency.currencyAfter {
border-top-right-radius: 50px;
border-bottom-left-radius: 50px;
overflow: hidden;
}
.rtl.btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency.currencyAfter {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
}
.btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency.currencyAfter {
border-top-right-radius: 4px;
border-bottom-left-radius: 4px;
overflow: hidden;
}
.rtl.btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency.currencyAfter {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc {
font-size: 1.2em;
line-height: 1.9;
}
.rtl .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc {
padding: 5px 3px 5px 20px;
}
.rtl .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc.currencyAfter {
padding: 5px 3px 5px 20px;
}
.rtl .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalText {
margin-right: 0;
margin-left: 1em;
}
.rtl.btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCalc {
padding: 5px 20px 5px 3px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
}
.rtl.btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCalc {
padding: 5px 20px 5px 3px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.rtl.btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCurrency {
padding: 5px 3px 5px 20px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
}
.rtl.btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal.currencyAfter .btQuoteTotalCurrency {
padding: 5px 3px 5px 20px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.btQuoteBooking .btContactFieldMandatory.btContactFieldError input,
.btQuoteBooking .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea {
-webkit-box-shadow: 0 0 0 1px #f06731 inset;
box-shadow: 0 0 0 1px #f06731 inset;
border-color: #f06731;
}
.btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
.btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
.btLightSkin .btQuoteBooking .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,
.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus {
-webkit-box-shadow: 0 0 0 1px #111112 inset !important;
box-shadow: 0 0 0 1px #111112 inset !important;
border-color: #111112;
}
.btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
.btDarkSkin .btQuoteBooking .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,
.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus {
border-color: #111112;
-webkit-box-shadow: 0 0 0 1px #fff inset !important;
box-shadow: 0 0 0 1px #fff inset !important;
}
.btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadius .ddTitleText {
-webkit-box-shadow: 0 0 0 2px #f06731 inset;
box-shadow: 0 0 0 2px #f06731 inset;
}
.btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadiusTp .ddTitleText {
-webkit-box-shadow: 0 0 0 2px #111112 inset !important;
box-shadow: 0 0 0 2px #111112 inset !important;
}
.btQuoteBooking .btSubmitMessage {
color: #f06731;
}
.btQuoteBooking .btContactSubmit {
line-height: inherit;
background-color: #f06731;
font-size: .9em !important;
letter-spacing: 1px;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.btQuoteBooking .btContactSubmit:hover {
-webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
-webkit-box-shadow: none;
box-shadow: none;
opacity: 1;
text-shadow: none;
}
.btQuoteBooking .btTotalNextWrapper {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
width: auto !important;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
padding-right: 0 !important;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: initial;
}
.btQuoteBooking .btTotalNextWrapper:after {
display: none;
}
.btQuoteBooking .btQuoteBookingForm.btActive .btTotalNextWrapper {
padding-right: 0 !important;
}
.btQuoteBooking .btQuoteBookingForm.btActive .boldBtn {
-webkit-flex: 0 0 160px;
-ms-flex: 0 0 160px;
flex: 0 0 160px;
width: 160px;
max-width: 160px;
}
.btQuoteBooking .btQuoteBookingForm .boldBtn {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex: 0 1 0;
-ms-flex: 0 1 0;
flex: 0 1 0;
float: none;
margin-right: 0 !important;
margin-left: 0 !important;
width: 0;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
max-width: 0;
}
.btQuoteBooking .btContactNext {
-webkit-transform: translate(160px,0);
-moz-transform: translate(160px,0);
-ms-transform: translate(160px,0);
transform: translate(160px,0);
}
.btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex: 0 1 100%;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
float: none;
}
.btQuoteBooking .btQuoteTotalText {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
text-transform: uppercase;
font-weight: 400;
font-size: .85em;
}
.btQuoteBooking .btPayPalButton {
border-radius: 0;
}
.btHardRoundedButtons .btQuoteBooking .btPayPalButton {
border-radius: 50px;
}
.btSoftRoundedButtons .btQuoteBooking .btPayPalButton {
border-radius: 4px;
} .btDatePicker .ui-datepicker-header {
background-color: #f06731;
}
@media (max-width: 480px) {
.btSpecialQuote.btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
display: -ms-flexbox !important;
display: -webkit-flex !important;
display: flex !important;
}
.btSpecialQuote.btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc,
.btSpecialQuote.btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency {
font-size: 2.5em !important;
}
.btQuoteBooking .btQuoteBookingForm.btActive .btQuoteTotal,
.btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
} @media (max-width: 440px) {
.btQuoteBooking .btTotalNextWrapper {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.btQuoteBooking .btQuoteBookingForm.btActive .boldBtn,
.btQuoteBooking .btQuoteBookingForm .boldBtn {
-webkit-flex: 1 0 100%;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
width: 100%;
max-width: 100%;
padding-top: 0;
}
.btQuoteBooking .btQuoteBookingForm.btActive .btContactNext,
.btQuoteBooking .btQuoteBookingForm .btContactNext {
width: 100%;
}
.btQuoteBooking .btQuoteBookingForm .btContactNext {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
opacity: 0;
}
} .btSpecialQuote.btQuoteBooking .btQuoteBookingForm {
margin: 0 !important;
}
.btSpecialQuote.btQuoteBooking .btQuoteBookingForm .btQuoteItem {
padding: 0;
margin: 0 0 10px;
}
.btSpecialQuote.btQuoteBooking .btQuoteBookingForm .btQuoteItem label {
width: 100%;
padding: 0;
margin: 0;
font-size: .85em;
font-weight: 500;
font-family: "Montserrat";
color: #fff;
}
.btSpecialQuote.btQuoteBooking .btQuoteBookingForm .btQuoteSelect .ddcommon.borderRadius .ddTitleText {
border: 1px solid rgba(255,255,255,.4);
}
.btSpecialQuote.btQuoteBooking .btQuoteBookingForm .btQuoteSelect .ddcommon.borderRadius .ddTitleText .ddlabel {
color: #fff !important;
}
.btSpecialQuote.btQuoteBooking .btQuoteBookingForm .btQuoteSelect .ddcommon.borderRadiusTp .ddTitleText {
border: 1px solid rgba(255,255,255,.4);
-webkit-box-shadow: none !important;
box-shadow: none !important;
background: transparent !important;
}
.btSpecialQuote.btQuoteBooking .btQuoteBookingForm .btQuoteSelect .ddcommon.borderRadiusTp .ddTitleText .ddlabel {
font-weight: 400;
color: #fff !important;
}
.btSpecialQuote.btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
background: transparent;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
overflow: visible;
}
.btSpecialQuote.btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalText {
-webkit-flex-basis: 100%;
flex-basis: 100%;
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
text-align: left;
padding: 2em 0 .5em 0;
overflow: visible;
}
.btSpecialQuote.btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency {
font-size: 3.8em;
font-weight: 400;
line-height: 1;
background: transparent;
overflow: visible;
padding: 0;
}
.btSpecialQuote.btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc {
font-size: 3.8em;
font-weight: 400;
line-height: 1;
overflow: visible;
background: transparent;
padding: 0;
}
.btSpecialQuote.btQuoteBooking .ddTitle .arrow:before {
content: "\f107";
font-family: FontAwesome;
font-size: 1.3em;
width: 20px;
height: 20px;
border: none;
color: #fff;
line-height: 1.5;
}
.btSpecialQuote.btQuoteBooking .borderRadiusTp .ddTitle .arrow:before {
content: "\f106";
}
.btSpecialQuote.btQuoteBooking.btTransparentQuote .btQuoteSelect .ddcommon.borderRadius .ddTitleText {
background: transparent;
}
.btSpecialQuote.btQuoteBooking.btRenovationQuote .ddTitle .arrow:before {
color: #111112;
}
.btSpecialQuote.btQuoteBooking.btRenovationQuote .btQuoteTotal {
overflow: visible;
}
.btSpecialQuote.btQuoteBooking.btRenovationQuote .btQuoteTotal .btQuoteTotalCurrency,
.btSpecialQuote.btQuoteBooking.btRenovationQuote .btQuoteTotal .btQuoteTotalCalc {
color: #f06731;
font-weight: 400;
}
.btSpecialQuote.btQuoteBooking.btRenovationQuote .btQuoteBookingForm .btQuoteItem .btQuoteItemInput .btQuoteSelect .ddcommon.borderRadius .ddTitleText {
background-color: #fff !important;
}
.btSpecialQuote.btQuoteBooking.btRenovationQuote .btQuoteBookingForm .btQuoteItem .btQuoteItemInput .btQuoteSelect .ddcommon.borderRadius .ddTitleText .ddlabel {
color: #111112 !important;
}
.btSpecialQuote.btQuoteBooking.btRenovationQuote .btQuoteBookingForm .btQuoteItem .btQuoteItemInput .btQuoteSelect .ddcommon.borderRadiusTp .ddTitleText {
background-color: #fff !important;
}
.btSpecialQuote.btQuoteBooking.btRenovationQuote .btQuoteBookingForm .btQuoteItem .btQuoteItemInput .btQuoteSelect .ddcommon.borderRadiusTp .ddTitleText .ddlabel {
color: #111112 !important;
}
@media (max-width: 1399px) { .bt_bb_size_huge.bt_bb_headline h1,
.bt_bb_size_huge.bt_bb_headline h2,
.bt_bb_size_huge.bt_bb_headline h3,
.bt_bb_size_huge.bt_bb_headline h4,
.bt_bb_size_huge.bt_bb_headline h5,
.bt_bb_size_huge.bt_bb_headline h6 {
font-size: 3.75rem;
}
.bt_bb_size_huge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
font-size: .9rem;
}
.bt_bb_size_huge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-size: 1.3rem;
} }
@media (max-width: 992px) { .bt_bb_size_huge.bt_bb_headline h1,
.bt_bb_size_huge.bt_bb_headline h2,
.bt_bb_size_huge.bt_bb_headline h3,
.bt_bb_size_huge.bt_bb_headline h4,
.bt_bb_size_huge.bt_bb_headline h5,
.bt_bb_size_huge.bt_bb_headline h6 {
font-size: 2.5rem;
}
.bt_bb_size_extralarge.bt_bb_headline h1,
.bt_bb_size_extralarge.bt_bb_headline h2,
.bt_bb_size_extralarge.bt_bb_headline h3,
.bt_bb_size_extralarge.bt_bb_headline h4,
.bt_bb_size_extralarge.bt_bb_headline h5,
.bt_bb_size_extralarge.bt_bb_headline h6 {
font-size: 2.5rem;
}
.bt_bb_size_huge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
font-size: .8rem;
}
.bt_bb_size_extralarge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
font-size: .8rem;
}
.bt_bb_size_huge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-size: 1.2rem;
}
.bt_bb_size_extralarge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-size: 1.1rem;
}
.bt_bb_headline.bt_bb_style_square:before {
width: 15em;
height: 15em;
}
body {
font-size: 14px;
} }
@media (max-width: 768px) {
blockquote p {
line-height: 1.5;
}
blockquote:before {
font-size: 1.2em;
}
blockquote:after {
opacity: .2;
width: 9em;
height: 9em;
}
}
@media (max-width: 360px) { .bt_bb_size_huge.bt_bb_headline h1,
.bt_bb_size_extralarge.bt_bb_headline h1,
.bt_bb_size_large.bt_bb_headline h1,
.bt_bb_size_huge.bt_bb_headline h2,
.bt_bb_size_extralarge.bt_bb_headline h2,
.bt_bb_size_large.bt_bb_headline h2,
.bt_bb_size_huge.bt_bb_headline h3,
.bt_bb_size_extralarge.bt_bb_headline h3,
.bt_bb_size_large.bt_bb_headline h3,
.bt_bb_size_huge.bt_bb_headline h4,
.bt_bb_size_extralarge.bt_bb_headline h4,
.bt_bb_size_large.bt_bb_headline h4,
.bt_bb_size_huge.bt_bb_headline h5,
.bt_bb_size_extralarge.bt_bb_headline h5,
.bt_bb_size_large.bt_bb_headline h5,
.bt_bb_size_huge.bt_bb_headline h6,
.bt_bb_size_extralarge.bt_bb_headline h6,
.bt_bb_size_large.bt_bb_headline h6 {
font-size: 1.8rem;
}
.bt_bb_size_huge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline,
.bt_bb_size_extralarge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline,
.bt_bb_size_large.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
font-size: .8rem;
}
.bt_bb_size_huge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline,
.bt_bb_size_extralarge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline,
.bt_bb_size_large.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
font-size: 1.1rem;
}
body {
font-size: 13px;
} .btMenuVertical .mainHeader {
width: 260px;
}
.btMenuVerticalLeft.btMenuVerticalOn .btContentWrap,
.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop {
-webkit-transform: translateX(260px);
-moz-transform: translateX(260px);
-ms-transform: translateX(260px);
transform: translateX(260px);
}
.rtl.btMenuVerticalLeft.btMenuVerticalOn .btContentWrap,
.rtl.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop {
-webkit-transform: translateX(-260px);
-moz-transform: translateX(-260px);
-ms-transform: translateX(-260px);
transform: translateX(-260px);
}
.btMenuVerticalLeft.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .btVerticalHeaderTop {
-webkit-transform: translateX(260px) !important;
-moz-transform: translateX(260px) !important;
-ms-transform: translateX(260px) !important;
transform: translateX(260px) !important;
}
.btMenuVerticalLeft.btMenuVerticalOn .btSiteFooter {
-webkit-transform: translateX(260px);
-moz-transform: translateX(260px);
-ms-transform: translateX(260px);
transform: translateX(260px);
}
.btMenuVerticalRight.btMenuVerticalOn .btContentWrap {
-webkit-transform: translateX(-260px);
-moz-transform: translateX(-260px);
-ms-transform: translateX(-260px);
transform: translateX(-260px);
}
}
@media (max-width: 1199px) {
.widget_shopping_cart .buttons .button {
width: 100%;
}
.widget_shopping_cart .buttons .button.checkout {
margin-top: 10px;
}
}
@media (max-width: 992px) {
.col2-set .col-1,
.col2-set .col-2,
.cart-collaterals .cross-sells,
.cart-collaterals .cart_totals {
float: none;
-webkit-flex-basis: 100%;
flex-basis: 100%;
display: block;
width: 100%;
}
ul.products li.product {
-webkit-flex-basis: 50% !important;
flex-basis: 50% !important;
}
table.shop_table input[name="update_cart"] {
width: auto;
}
}
@media (max-width: 768px) {
div.product {
display: block;
}
div.product div.summary,
div.product div.images {
text-align: center;
margin-bottom: 2rem;
padding: 0;
}
div.product div.summary .price {
text-align: center;
margin-bottom: 2rem;
}
div.product form.cart {
text-align: center;
margin-bottom: 2rem;
}
}
@media (max-width: 768px) {
ul.products.columns-3 li.product {
-webkit-flex-basis: 100% !important;
flex-basis: 100% !important;
max-width: 100% !important;
}
}
@media (max-width: 768px) {
ul.products.columns-4 li.product {
-webkit-flex-basis: 50% !important;
flex-basis: 50% !important;
max-width: 50% !important;
}
}
@media (max-width: 620px) {
ul.products li.product {
-webkit-flex-basis: 100% !important;
flex-basis: 100% !important;
max-width: 100% !important;
}
.woocommerce-result-count,
.woocommerce-ordering {
width: 100%;
padding: 0 !important;
}
table.shop_table_responsive {
display: block;
}
table.shop_table_responsive tbody th,
table.shop_table_responsive thead {
display: none;
}
table.shop_table_responsive tbody {
display: block;
width: 100% !important;
}
table.shop_table_responsive tr,
table.shop_table_responsive th {
display: block;
width: 100% !important;
margin-bottom: 2em;
padding-bottom: 2em;
border-bottom: 1px solid #111112;
}
.btDarkSkin table.shop_table_responsive tr,
.btLightSkin .btDarkSkin table.shop_table_responsive tr,
.btDarkSkin.btLightSkin .btDarkSkin table.shop_table_responsive tr,
.btDarkSkin table.shop_table_responsive th,
.btLightSkin .btDarkSkin table.shop_table_responsive th,
.btDarkSkin.btLightSkin .btDarkSkin table.shop_table_responsive th {
border-bottom: 1px solid #fff;
}
table.shop_table_responsive tr td,
table.shop_table_responsive th td {
display: block;
width: 100% !important;
clear: left;
text-align: center !important;
word-break: break-word;
border: none;
padding: .5em 0 0;
}
table.shop_table_responsive tr td.product-remove,
table.shop_table_responsive th td.product-remove {
padding: .5em;
text-align: center;
}
table.shop_table_responsive tr td:not(.product-remove):not(.product-thumbnail):not(.actions):before,
table.shop_table_responsive th td:not(.product-remove):not(.product-thumbnail):not(.actions):before {
content: attr(data-title) ": ";
font-weight: 700;
}
table.shop_table_responsive tr td.product-thumbnail img,
table.shop_table_responsive th td.product-thumbnail img {
width: 100%;
}
.cart-collaterals {
display: block;
}
table.shop_table .coupon {
display: block;
}
table.shop_table .coupon input[name="coupon_code"] {
margin-bottom: 1em;
}
table.shop_table .coupon button {
margin-bottom: 1em !important;
min-width: 130px !important;
}
table.shop_table input[name="update_cart"] {
margin-top: 1em;
float: none;
width: 100%;
}
} .btHandyman {
position: absolute !important;
left: 50%;
bottom: -8em;
}
@media (min-width: 768px) {
.btClientImage {
margin-top: -50px;
}
}
@media (min-width: 991px) {
.btSpecialCase .bt_bb_column_content {
max-width: 800px;
margin: 0 auto;
}
.btSpecialLeftCase .bt_bb_column_content {
max-width: 700px;
margin-left: auto;
}
}
@media (min-width: 991px) { .btLand {
position: absolute;
right: -15em;
top: 28em;
}
} .btLandingNewsletter {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.btLandingNewsletter span.your-email {
margin-right: 2em;
}
.btLandingNewsletter input[type='email'] {
border: none;
border-bottom: 2px solid #565656;
margin-bottom: .7em;
font-size: 2.5em;
height: 1.5em !important;
padding: 0;
border-radius: 0 !important;
}
.btLandingNewsletter input[type='email']:focus {
-webkit-box-shadow: none !important;
box-shadow: none !important;
border-radius: 0 !important;
border: none;
border-bottom: 2px solid white;
}
.btLandingNewsletter input[type='email']::placeholder {
font-size: 1em;
font-weight: 400;
opacity: 1;
color: #656565e6;
}
.btLandingNewsletter input[type='submit'] {
background-color: transparent !important;
padding: 2.2em 4em !important;
font-size: .9em !important;
line-height: 0 !important;
min-width: 200px;
-webkit-box-shadow: 0 0 0 2px #656565 inset;
box-shadow: 0 0 0 2px #656565 inset;
color: #656565 !important;
}
.btLandingNewsletter input[type='submit']:hover {
-webkit-box-shadow: 0 0 0 4em #656565 inset;
box-shadow: 0 0 0 4em #656565 inset;
color: #fff !important;
}
.btLandingNewsletter .ajax-loader {
width: 2em !important;
height: 2em !important;
margin: 1em 0 0 4px !important;
position: absolute;
right: -1em;
} .bt_bb_column.btDemoPreview .btDemoImage,
.bt_bb_column.btDemoPreview .btDemoPage {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: 400ms ease all;
-moz-transition: 400ms ease all;
transition: 400ms ease all;
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.bt_bb_column.btDemoPreview:hover .btDemoImage,
.bt_bb_column.btDemoPreview:hover .btDemoPage {
-webkit-transform: scale(1.02);
-moz-transform: scale(1.02);
-ms-transform: scale(1.02);
transform: scale(1.02);
}
.btDemoImage.bt_bb_image a {
height: 500px;
padding-right: 20px;
overflow-y: auto;
overflow-x: hidden;
width: -webkit-calc(100% + 38px);
width: -moz-calc(100% + 38px);
width: calc(100% + 38px);
}
.btDemoImage.bt_bb_image.bt_bb_hover_style_scroll:hover a {
height: 500px;
padding-right: 20px;
overflow-y: auto;
overflow-x: hidden;
width: -webkit-calc(100% + 38px);
width: -moz-calc(100% + 38px);
width: calc(100% + 38px);
}
.btDemoImage.bt_bb_image.bt_bb_hover_style_scroll:hover img {
-webkit-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
transform: none !important;
}
.btDemoImage {
-webkit-box-shadow: 0 0 25px rgba(24,24,24,.1);
box-shadow: 0 0 25px rgba(24,24,24,.1);
height: 500px !important;
-webkit-transition: box-shadow 400ms ease;
-moz-transition: box-shadow 400ms ease;
transition: box-shadow 400ms ease;
}
.btDemoImage.bt_bb_content_display_show-on-hover .bt_bb_image_content {
-webkit-transition: transform 400ms ease-in-out,opacity 400ms ease-in-out !important;
-moz-transition: transform 400ms ease-in-out,opacity 400ms ease-in-out !important;
transition: transform 400ms ease-in-out,opacity 400ms ease-in-out !important;
}
.btDemoPage {
-webkit-box-shadow: 0 0 15px rgba(24,24,24,.2);
box-shadow: 0 0 15px rgba(24,24,24,.2);
height: auto !important;
-webkit-transition: box-shadow 300ms ease;
-moz-transition: box-shadow 300ms ease;
transition: box-shadow 300ms ease;
}
.btDemoImageSmall,
.btDemoImageSmall a {
height: 400px !important;
}
.btDemoImage:hover,
.btDemoPage:hover {
-webkit-box-shadow: 0 25px 50px rgba(24,24,24,.3);
box-shadow: 0 25px 50px rgba(24,24,24,.3);
} .btHelpColumn {
-webkit-transition: all 200ms ease !important;
-moz-transition: all 200ms ease !important;
transition: all 200ms ease !important;
}
.btHelpColumn:hover {
background-color: #f1efec !important;
}
.btHelpColumn .bt_bb_headline a {
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
transition: all 200ms ease;
border-bottom: 2px solid #56565600;
}
.btHelpColumn .bt_bb_headline a:hover {
border-bottom: 2px solid #565656;
} .bt_bb_column.btDemoPreview .btImageTooltip {
width: 115px;
height: 115px;
border-radius: 50%;
-webkit-box-shadow: 0 2px 10px rgba(24,24,24,.75);
box-shadow: 0 2px 10px rgba(24,24,24,.75);
color: #f06731;
background: #fff;
padding: 0 !important;
pointer-events: none !important;
}
.bt_bb_column.btDemoPreview .btImageTooltip.bt_bb_icon .bt_bb_icon_holder {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.bt_bb_column.btDemoPreview .btImageTooltip.bt_bb_icon .bt_bb_icon_holder:before {
content: "\e900";
font-family: Scroll;
font-size: 2.5em !important;
padding-bottom: .3rem;
margin-top: .5em;
}
.bt_bb_column.btDemoPreview .btImageTooltip.bt_bb_icon .bt_bb_icon_holder > span {
padding: 0;
margin: .5em 0 0;
font-size: .7em !important;
text-transform: uppercase;
max-width: 9em;
color: #111112;
} .btImageTooltip * {
pointer-events: none !important;
}
.btImageTooltipSmall .bt_bb_icon_holder:before {
margin-top: .4em;
}
.btImageTooltipSmall .bt_bb_icon_holder > span {
max-width: 6em;
} .bt_bb_text.btDemoImport {
color: #fff;
text-transform: uppercase;
-webkit-transform: rotate(-42deg);
-moz-transform: rotate(-42deg);
-ms-transform: rotate(-42deg);
transform: rotate(-42deg);
-webkit-transform-origin: 100% 100%;
-moz-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
position: absolute;
top: -4em;
left: -6em;
pointer-events: none;
}
.btDemoImport p {
display: block;
background: #f06731;
padding: .75em 2em .75em 2em;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.btDemoImport:before,
.btDemoImport:after {
display: block;
content: "";
background: transparent;
width: 50px;
height: 50px;
border: 25px solid;
border-color: transparent #f06731 #f06731 transparent;
-webkit-transform: translateX(1px);
-moz-transform: translateX(1px);
-ms-transform: translateX(1px);
transform: translateX(1px);
}
.btDemoImport:after {
border-color: transparent transparent #f06731 #f06731;
-webkit-transform: translateX(-1px);
-moz-transform: translateX(-1px);
-ms-transform: translateX(-1px);
transform: translateX(-1px);
} .btCheck {
margin-left: -65px !important;
position: absolute;
top: 8.2em;
}
.btLandingIcon {
padding: 0 1.5em !important;
} @media (max-width: 1350px) {
.btCheck {
display: none;
}
}
@media (max-width: 1199px) {
.btDemoImport:before,
.btDemoImport:after {
width: 40px;
height: 40px;
border-width: 20px;
}
}
@media (max-width: 991px) {
.btDemoPreview .btDemoTooltip {
display: none;
}
.btDemoPreview:hover .btDemoImage {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.btDemoImage:hover,
.btDemoPage:hover {
-webkit-box-shadow: 0 0 35px rgba(24,24,24,.2);
box-shadow: 0 0 35px rgba(24,24,24,.2);
} .bt_bb_parallax {
-webkit-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
transform: none !important;
background-attachment: inherit !important;
-webkit-transition-property: none !important;
-moz-transition-property: none !important;
transition-property: none !important;
background-position: center !important;
}
}
@media (max-width: 780px) {
.btLandingNewsletter {
display: block;
}
}  .wp-block-separator {
margin: 1em auto;
max-width: 100px;
}
.wp-block-separator.is-style-wide {
max-width: 100%;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
border-bottom: 1px solid #8f98a1;
} .wp-block-gallery {
margin: 0;
} p.has-drop-cap:not(:focus):first-letter {
float: left;
font-size: 3.4em;
line-height: .9;
font-weight: 800;
}
p.has-background {
border-radius: none;
}
.btSoftRoundedButtons p.has-background {
border-radius: 4px;
}
.btHardRoundedButtons p.has-background {
border-radius: 4px;
} .wp-block-quote p {
font-size: 1em;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
font-size: 1.3em;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite {
text-align: center;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
font-size: inherit;
} .wp-block-file .wp-block-file__button {
border-radius: none;
}
.btSoftRoundedButtons .wp-block-file .wp-block-file__button {
border-radius: 4px;
}
.btHardRoundedButtons .wp-block-file .wp-block-file__button {
border-radius: 50px;
}
.wp-block-button__link {
font-size: .9em;
padding: .8em 2.2em;
font-weight: 500;
color: #fff !important;
}
.wp-block-button__link:hover {
color: #f06731 !important;
}
.wp-block-button {
margin-bottom: 1em !important;
} .wp-block-categories {
display: inline-block;
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {  .btPostSingleItemStandard.btPortfolioSingle .btArticleContent,
.btPostSingleItemStandard.btPortfolioSingle .btArticleShareEtc {
max-width: none;
} .btPreloader {
display: none !important;
} .bt_bb_row .bt_bb_column.bt_bb_vertical_align_middle,
.bt_bb_row .bt_bb_column.bt_bb_vertical_align_bottom {
display: block;
}
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_vertical_align_middle,
.bt_bb_row_inner .bt_bb_column_inner.bt_bb_vertical_align_bottom {
display: block;
} .bt_bb_headline.bt_bb_style_square {
min-height: 1em;
}
.bt_bb_headline.bt_bb_style_square:before {
display: none;
} .bt_bb_headline.btHasBgImage .bt_bb_headline_content span {
background-image: none !important;
background-color: transparent;
} .bt_bb_parallax {
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none;
background-attachment: local;
background-position: 0 0 !important;
} .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper {
overflow: visible;
} .btSidebar .btIconWidget .btIconWidgetContent {
display: block;
} .btArticleContent blockquote {
padding-bottom: 2em !important;
}
blockquote:after {
left: 32%;
} .bt_bb_accordion .bt_bb_accordion_item {
display: block;
}
.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_number {
display: inline-block;
float: left;
min-width: 10%;
}
.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title {
padding: 1.52em;
}
.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content {
float: right;
} .btBox.widget_search .btSearch .btSearchInnerContent input {
line-height: inherit;
} .products ul li.product .btWooShopLoopItemInner a.button,
ul.products li.product .btWooShopLoopItemInner a.button {
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none;
display: block;
position: relative;
bottom: auto;
min-width: auto;
}
.products ul li.product .btWooShopLoopItemInner .added_to_cart,
ul.products li.product .btWooShopLoopItemInner .added_to_cart {
bottom: 5.4em;
} div.product {
display: block;
}
div.product div.images {
min-width: 50%;
float: left;
display: inline-block;
}
div.product div.summary {
max-width: 50%;
float: left;
display: inline-block;
}
input:not([type='checkbox']):not([type='date']):not([type='radio']) {
line-height: 2;
}
}body {
overflow-x: hidden;
}
.hover-zoom {
overflow: hidden;
}
.hover-zoom img,
.hover-zoom .bt_bb_column_content_background_image {
transition: transform .75s;
}
.hover-zoom:hover img,
.hover-zoom:hover .bt_bb_column_content_background_image {
transform: scale(1.1);
}
.in-img-headline header {
position: relative;
}
.in-img-headline header .bt_bb_headline_content a {
position: absolute;
bottom: 10px;
width: 100%;
height: 100%;
display: flex;
align-items: end;
justify-content: center;
color: #fff;
text-shadow: 2px 2px 1px #333;
}
.section-full-width {
width: 100vw;
position: relative;
margin-left: -50vw;
left: 50%;
}
.btPageWrap .btContentWrap section.btPageHeadline {
background-position-y: 0 !important;
}
@media (min-width: 481px) {
.btPageHeadline.btHeadlineSquare .bt_bb_port {
padding-bottom: 12% !important;
padding-top: 12% !important;
}
}
.archive.tax-pa_ .btPageWrap .btContentWrap section.btPageHeadline,
.archive.tax-brand .btPageWrap .btContentWrap section.btPageHeadline {
background-image: url(//refinishbg.com/wp-content/themes/renowise-child/assets/img/tax_image.webp) !important;
background-position-y: 0 !important;
}
.wc-carousel-marco .owl-prev, .wc-carousel-marco .owl-next, .wc-carousel-marco-b .owl-prev, .wc-carousel-marco-b .owl-next {
height: auto !important;
}
.wc-carousel-marco .owl-prev i, .wc-carousel-marco .owl-next i, .wc-carousel-marco-b .owl-prev i, .wc-carousel-marco-b .owl-next i {
padding: 14px 20px 16px 20px
}
.wc-carousel-marco .owl-dots {
display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
.wc-carousel-marco ul.products li.product .btWooShopLoopItemInner,
.wc-carousel-marco-b ul.products li.product .btWooShopLoopItemInner {
min-height: 560px !important;
}
}
.section-full-width .wc-carousel-marco .woocommerce.columns-1 {
padding: 0 10px 0 40px;
}
.section-full-width .wc-carousel-marco .woocommerce.columns-1 .owl-carousel .owl-nav .owl-prev {
left: -10px;
}
.section-full-width .wc-carousel-marco .woocommerce.columns-1 .owl-carousel .owl-nav .owl-next {
right: -10px;
}
.bt_bb_css_image_grid .bt_bb_css_image_grid_content .bt_bb_css_image_grid_item .bt_bb_css_image_grid_item_inner .bt_bb_css_image_grid_item_inner_image img {
object-fit: contain !important;
}
.bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content .bt_bb_image {
width: calc(100% + 4em);
}
.bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content .bt_bb_image img {
max-width: initial !important;
width: 100%;
}
.bt_bb_section.bt_bb_full_screen.auto-height > .bt_bb_port {
min-height: auto !important;
}
.add_to_cart_button {
background: #2196f3 !important;
}
button.button,
button.woof_reset_button_2 {
background: #2196f3;
padding: 10px;
border-radius: 12px;
color: #fff;
border: none;
text-transform: uppercase;
}
html[lang="bg-BG"] .woof_products_top_panel_ul li a[data-slug="price range"] span.woof_remove_ppi {
display: inline-block;
}
html[lang="bg-BG"] button.woof_submit_search_form,
html[lang="bg-BG"] button.woof_reset_button_2,
html[lang="bg-BG"] button.woof_reset_search_form,
html[lang="bg-BG"] .woof_products_top_panel_ul li a[data-slug="price range"] span.woof_remove_ppi {
text-indent: -9999px;
min-width: 95px;
}
html[lang="bg-BG"] button.woof_submit_search_form:before,
html[lang="bg-BG"] button.woof_reset_button_2:before,
html[lang="bg-BG"] button.woof_reset_search_form:before,
html[lang="bg-BG"] .woof_products_top_panel_ul li a[data-slug="price range"] span.woof_remove_ppi:before {
content: 'Филтър';
text-indent: 0;
display: block;
float: left;
}
html[lang="bg-BG"] button.woof_reset_button_2:before,
html[lang="bg-BG"] button.woof_reset_search_form:before {
content: 'Изчисти';
}
html[lang="bg-BG"] .woof_products_top_panel_ul li a[data-slug="price range"] span.woof_remove_ppi:before {
content: 'По цена';
}
html[lang="bg-BG"] #woof_html_buffer {
text-indent: -9999px;
display: inline-block;
}
html[lang="bg-BG"] #woof_html_buffer:before {
content: 'Зареждане...';
text-indent: 0;
float: left;
}
.woof_container_inner input:not([type='checkbox']):not([type='radio']):not([type='submit']) {
-webkit-box-shadow: 0 0 4px 0 #c1c1c1;
box-shadow: 0 0 4px 0 #c1c1c1;
} .btHasAltLogo.btStickyHeaderActive .btMainLogo {
display: inline-block !important;
}
.btMenuHorizontal .menuPort > nav > ul > li {
padding: 0 30px 0 0 !important;
}
.menuPort nav ul li a:after {
right: -15px !important;
}
.menuPort nav > ul > li.wpmenucartli > a {
font-size: 16px;
}
.menuPort nav > ul > li.my-profile {
padding: 0 15px 0 0 !important;
}
.menuPort nav > ul > li.my-profile > a,
.menuPort nav > ul > li.current-menu-item.my-profile > a {
color: transparent !important;
}
.menuPort nav > ul > li.my-profile > a:after,
.menuPort nav > ul > li.current-menu-item.my-profile > a:after {
content: none;
}
.menuPort nav > ul > li.my-profile > a:before,
.menuPort nav > ul > li.current-menu-item.my-profile > a:before {
content: "\f007" !important;
display: inline-block !important;
background-color: transparent !important;
position: relative !important;
color: #fff;
font: normal normal normal 16px / 1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
.mainHeader .menu .btn-systems > a {
padding: 1em 0;
font-size: 12px;
}
}
.mainHeader .menu .btn-systems > a > span {
padding: 10px 10px 10px 30px;
background: #333;
background-image: url(//refinishbg.com/wp-content/themes/renowise-child/assets/img/car-painting.svg);
background-repeat: no-repeat;
background-size: 18px;
background-position: 8px center;
border-radius: 4px;
}
.home .n2-ss-section-main-content {
justify-content: flex-start !important;
}
@media (min-width: 901px) {
.home .n2-ss-slider .n2-ss-layer-row-inner,
.home .n2-ss-slider #n2-ss-2item7,
.home .n2-ss-slider .n-uc-hbCODlCCkoyq {
padding-left: 30px;
}
.home .n2-ss-slider #n2-ss-2item7 {
padding-left: 15px;
}
}
.refinish-subtitle {
font-size: 24px;
}
@media (max-width: 480px) {
.btPageHeadline { }
.btPageHeadline.btHeadlineSquare .bt_bb_port {
padding-bottom: 0 !important;
padding-top: 0 !important;
}
.bt_bb_headline.bt_bb_style_square.bt_bb_superheadline {
min-height: 190px !important;
}
.bt_bb_headline.bt_bb_style_square.bt_bb_superheadline:before {
content: none !important;
width: 0 !important;
height: 0 !important;
}
.bt_bb_section.bt_bb_top_spacing_50 > .bt_bb_port {
padding-top: 25px !important;
}
} .woocommerce-cart .btContentWrap .bt_bb_section,
.woocommerce-checkout .btContentWrap .bt_bb_section,
.woocommerce-account .btContentWrap .bt_bb_section {
background: none !important;
}
.woocommerce-cart .btContentWrap .bt_bb_section:before,
.woocommerce-checkout .btContentWrap .bt_bb_section:before,
.woocommerce-account .btContentWrap .bt_bb_section:before {
content: none !important;
}
.woocommerce-cart .btContentWrap .btPageHeadline.btHeadlineSquare .bt_bb_port,
.woocommerce-checkout .btContentWrap .btPageHeadline.btHeadlineSquare .bt_bb_port,
.woocommerce-account .btContentWrap .btPageHeadline.btHeadlineSquare .bt_bb_port {
padding-top: 2em;
padding-bottom: 2em;
}
.woocommerce-cart .btContentWrap .bt_bb_headline_superheadline_outside,
.woocommerce-checkout .btContentWrap .bt_bb_headline_superheadline_outside,
.woocommerce-account .btContentWrap .bt_bb_headline_superheadline_outside {
display: none;
}
.woocommerce-cart .btContentWrap .bt_bb_headline.bt_bb_style_square.bt_bb_superheadline,
.woocommerce-checkout .btContentWrap .bt_bb_headline.bt_bb_style_square.bt_bb_superheadline,
.woocommerce-account .btContentWrap .bt_bb_headline.bt_bb_style_square.bt_bb_superheadline {
min-height: auto;
color: #111112;
}
.woocommerce-cart .btContentWrap .bt_bb_headline.bt_bb_style_square.bt_bb_superheadline:before,
.woocommerce-checkout .btContentWrap .bt_bb_headline.bt_bb_style_square.bt_bb_superheadline:before,
.woocommerce-account .btContentWrap .bt_bb_headline.bt_bb_style_square.bt_bb_superheadline:before {
content: none !important;
}
.woocommerce-cart .btContentWrap .bt_bb_section.bt_bb_bottom_spacing_large > .bt_bb_port,
.woocommerce-checkout .btContentWrap .bt_bb_section.bt_bb_bottom_spacing_large > .bt_bb_port,
.woocommerce-account .btContentWrap .bt_bb_section.bt_bb_bottom_spacing_large > .bt_bb_port {
padding-top: 2em;
} @media (max-width: 480px) {
.page-id-4124 .bt_bb_section .bt_bb_background_image_holder_wrapper .bt_bb_background_image_holder {
bottom: auto;
width: 100%;
height: 200px;
}
.fast-repair-catalogs h4 {
text-align: center;
}
.fast-repair-catalogs a {
display: block;
text-align: center;
margin-bottom: 5px;
}
.fast-repair-catalogs a img {
float: none !important;
}
} .blog .btContent .btPostListColumns:nth-child(even) .btArticleContentHolder,
.archive.category .btContent .btPostListColumns:nth-child(even) .btArticleContentHolder {
-webkit-flex-direction: row !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
} .btSiteFooter .menu .sub-menu {
display: none;
} ul.products li.product .btWooShopLoopItemInner {
background: #EFEFEF;
}
.products ul li.product .btWooShopLoopItemInner .added_to_cart, ul.products li.product .btWooShopLoopItemInner .added_to_cart {
left: 0 !important;
} .btLightSkin p.woocommerce-result-count,
select.orderby {
color: #111112;
}
.widget-woof h4 span:before {
content: '';
display: inline-block;
width: 20px;
height: 20px;
background: url(https://devserver.webselo.com/mars/refinish/wp-content/plugins/woocommerce-products-filter/img/open_filter.png);
background-size: contain;
}
@media( max-width: 768px) {
.widget-woof h4 {
cursor: pointer;
}
.widget-woof .woof_sid {
display: none;
}
.widget-woof .woof_sid.show {
display: block;
}
.woocommerce.post-type-archive-product .btContentHolder,
.woocommerce.tax-product_cat .btContentHolder {
display: -webkit-box;
display: -ms-flexbox;
display: flex !important;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-top: 2em;
}
.woocommerce.post-type-archive-product .btContentHolder .btContent,
.woocommerce.tax-product_cat .btContentHolder .btContent {
order: 2;
}
.woocommerce.post-type-archive-product .btContentHolder .btSidebar,
.woocommerce.post-type-archive-product .btContentHolder .btContent,
.woocommerce.tax-product_cat .btContentHolder .btSidebar,
.woocommerce.tax-product_cat .btContentHolder .btContent {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.woocommerce.post-type-archive-product .btContentHolder .btSidebar,
.woocommerce.tax-product_cat .btContentHolder .btSidebar {
padding-top: 1em !important;
}
} div.product div.summary form.cart button.single_add_to_cart_button {
margin-right: 10px;
}
.webselowoo-fast-checkout-btn-toggle {
border-radius: 50px;
text-transform: uppercase;
padding: 0.63em 1.5em;
}
#webselowoo-fast-checkout-form input[type="submit"] {
line-height: 1;
}
@media (max-width: 480px) {
div.product div.summary form.cart div,
div.product div.summary form.cart button {
display: block !important;
float: none !important;
margin: 5px auto !important;
margin-right: auto !important;
text-align: center;
}
div.product div.summary form.cart .quantity input {
float: none !important;
}
} .woocommerce-cart input#coupon_code {
padding: 23px 10px;
}
.woocommerce-cart table.shop_table button[name="apply_coupon"] {
min-width: 220px !important;
}
table.shop_table td.actions p {
display: inline-block;
}
@media (max-width: 480px) {
table.shop_table .product-quantity .quantity input {
max-height: 2.5em;
line-height: 2.5;
}
.woocommerce-cart input#coupon_code {
padding: 20px 10px;
}
.woocommerce-cart #shipping_method {
display: inline-block;
}
}
.woocommerce-cart .checkout-button br {
display: none;
} .woocommerce-checkout .woocommerce-additional-fields {
display: none !important;
}
.woocommerce-checkout #customer_details {
display: block !important;
}
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
width: 100%;
float: none;
}
#delivery_with_econt_iframe {
max-height: 560px !important;
}
@media (min-width: 481px) {
table.shop_table tr.fee th {
min-width: 284px;
}
}
table.shop_table tr.fee td {
text-align: right;
}