@charset "UTF-8";
@charset "UTF-8";
.fa {
font-family: var(--fa-style-family, "Font Awesome 6 Free");
font-weight: var(--fa-style, 900); }
.fa-solid,
.fa-regular,
.fa-brands,
.fas,
.far,
.fab,
.fa-sharp-solid,
.fa-classic,
.fa {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: var(--fa-display, inline-block);
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto; }
.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
font-family: 'Font Awesome 6 Free'; }
.fab,
.fa-brands {
font-family: 'Font Awesome 6 Brands'; }
.fa-1x {
font-size: 1em; }
.fa-2x {
font-size: 2em; }
.fa-3x {
font-size: 3em; }
.fa-4x {
font-size: 4em; }
.fa-5x {
font-size: 5em; }
.fa-6x {
font-size: 6em; }
.fa-7x {
font-size: 7em; }
.fa-8x {
font-size: 8em; }
.fa-9x {
font-size: 9em; }
.fa-10x {
font-size: 10em; }
.fa-2xs {
font-size: 0.625em;
line-height: 0.1em;
vertical-align: 0.225em; }
.fa-xs {
font-size: 0.75em;
line-height: 0.08333em;
vertical-align: 0.125em; }
.fa-sm {
font-size: 0.875em;
line-height: 0.07143em;
vertical-align: 0.05357em; }
.fa-lg {
font-size: 1.25em;
line-height: 0.05em;
vertical-align: -0.075em; }
.fa-xl {
font-size: 1.5em;
line-height: 0.04167em;
vertical-align: -0.125em; }
.fa-2xl {
font-size: 2em;
line-height: 0.03125em;
vertical-align: -0.1875em; }
.fa-fw {
text-align: center;
width: 1.25em; }
.fa-ul {
list-style-type: none;
margin-left: var(--fa-li-margin, 2.5em);
padding-left: 0; }
.fa-ul > li {
position: relative; }
.fa-li {
left: calc(-1 * var(--fa-li-width, 2em));
position: absolute;
text-align: center;
width: var(--fa-li-width, 2em);
line-height: inherit; }
.fa-border {
border-color: var(--fa-border-color, #eee);
border-radius: var(--fa-border-radius, 0.1em);
border-style: var(--fa-border-style, solid);
border-width: var(--fa-border-width, 0.08em);
padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }
.fa-pull-left {
float: left;
margin-right: var(--fa-pull-margin, 0.3em); }
.fa-pull-right {
float: right;
margin-left: var(--fa-pull-margin, 0.3em); }
.fa-beat {
animation-name: fa-beat;
animation-delay: var(--fa-animation-delay, 0s);
animation-direction: var(--fa-animation-direction, normal);
animation-duration: var(--fa-animation-duration, 1s);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
.fa-bounce {
animation-name: fa-bounce;
animation-delay: var(--fa-animation-delay, 0s);
animation-direction: var(--fa-animation-direction, normal);
animation-duration: var(--fa-animation-duration, 1s);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
.fa-fade {
animation-name: fa-fade;
animation-delay: var(--fa-animation-delay, 0s);
animation-direction: var(--fa-animation-direction, normal);
animation-duration: var(--fa-animation-duration, 1s);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
.fa-beat-fade {
animation-name: fa-beat-fade;
animation-delay: var(--fa-animation-delay, 0s);
animation-direction: var(--fa-animation-direction, normal);
animation-duration: var(--fa-animation-duration, 1s);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
.fa-flip {
animation-name: fa-flip;
animation-delay: var(--fa-animation-delay, 0s);
animation-direction: var(--fa-animation-direction, normal);
animation-duration: var(--fa-animation-duration, 1s);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
.fa-shake {
animation-name: fa-shake;
animation-delay: var(--fa-animation-delay, 0s);
animation-direction: var(--fa-animation-direction, normal);
animation-duration: var(--fa-animation-duration, 1s);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-timing-function: var(--fa-animation-timing, linear); }
.fa-spin {
animation-name: fa-spin;
animation-delay: var(--fa-animation-delay, 0s);
animation-direction: var(--fa-animation-direction, normal);
animation-duration: var(--fa-animation-duration, 2s);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-timing-function: var(--fa-animation-timing, linear); }
.fa-spin-reverse {
--fa-animation-direction: reverse; }
.fa-pulse,
.fa-spin-pulse {
animation-name: fa-spin;
animation-direction: var(--fa-animation-direction, normal);
animation-duration: var(--fa-animation-duration, 1s);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-timing-function: var(--fa-animation-timing, steps(8)); }
@media (prefers-reduced-motion: reduce) {
.fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
animation-delay: -1ms;
animation-duration: 1ms;
animation-iteration-count: 1;
transition-delay: 0s;
transition-duration: 0s; } }
@keyframes fa-beat {
0%, 90% {
transform: scale(1); }
45% {
transform: scale(var(--fa-beat-scale, 1.25)); } }
@keyframes fa-bounce {
0% {
transform: scale(1, 1) translateY(0); }
10% {
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
30% {
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
50% {
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
57% {
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
64% {
transform: scale(1, 1) translateY(0); }
100% {
transform: scale(1, 1) translateY(0); } }
@keyframes fa-fade {
50% {
opacity: var(--fa-fade-opacity, 0.4); } }
@keyframes fa-beat-fade {
0%, 100% {
opacity: var(--fa-beat-fade-opacity, 0.4);
transform: scale(1); }
50% {
opacity: 1;
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
@keyframes fa-flip {
50% {
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
@keyframes fa-shake {
0% {
transform: rotate(-15deg); }
4% {
transform: rotate(15deg); }
8%, 24% {
transform: rotate(-18deg); }
12%, 28% {
transform: rotate(18deg); }
16% {
transform: rotate(-22deg); }
20% {
transform: rotate(22deg); }
32% {
transform: rotate(-12deg); }
36% {
transform: rotate(12deg); }
40%, 100% {
transform: rotate(0deg); } }
@keyframes fa-spin {
0% {
transform: rotate(0deg); }
100% {
transform: rotate(360deg); } }
.fa-rotate-90 {
transform: rotate(90deg); }
.fa-rotate-180 {
transform: rotate(180deg); }
.fa-rotate-270 {
transform: rotate(270deg); }
.fa-flip-horizontal {
transform: scale(-1, 1); }
.fa-flip-vertical {
transform: scale(1, -1); }
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
transform: scale(-1, -1); }
.fa-rotate-by {
transform: rotate(var(--fa-rotate-angle, 0)); }
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em; }
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%;
z-index: var(--fa-stack-z-index, auto); }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: var(--fa-inverse, #fff); } .fa-0::before {
content: "\30"; }
.fa-1::before {
content: "\31"; }
.fa-2::before {
content: "\32"; }
.fa-3::before {
content: "\33"; }
.fa-4::before {
content: "\34"; }
.fa-5::before {
content: "\35"; }
.fa-6::before {
content: "\36"; }
.fa-7::before {
content: "\37"; }
.fa-8::before {
content: "\38"; }
.fa-9::before {
content: "\39"; }
.fa-fill-drip::before {
content: "\f576"; }
.fa-arrows-to-circle::before {
content: "\e4bd"; }
.fa-circle-chevron-right::before {
content: "\f138"; }
.fa-chevron-circle-right::before {
content: "\f138"; }
.fa-at::before {
content: "\40"; }
.fa-trash-can::before {
content: "\f2ed"; }
.fa-trash-alt::before {
content: "\f2ed"; }
.fa-text-height::before {
content: "\f034"; }
.fa-user-xmark::before {
content: "\f235"; }
.fa-user-times::before {
content: "\f235"; }
.fa-stethoscope::before {
content: "\f0f1"; }
.fa-message::before {
content: "\f27a"; }
.fa-comment-alt::before {
content: "\f27a"; }
.fa-info::before {
content: "\f129"; }
.fa-down-left-and-up-right-to-center::before {
content: "\f422"; }
.fa-compress-alt::before {
content: "\f422"; }
.fa-explosion::before {
content: "\e4e9"; }
.fa-file-lines::before {
content: "\f15c"; }
.fa-file-alt::before {
content: "\f15c"; }
.fa-file-text::before {
content: "\f15c"; }
.fa-wave-square::before {
content: "\f83e"; }
.fa-ring::before {
content: "\f70b"; }
.fa-building-un::before {
content: "\e4d9"; }
.fa-dice-three::before {
content: "\f527"; }
.fa-calendar-days::before {
content: "\f073"; }
.fa-calendar-alt::before {
content: "\f073"; }
.fa-anchor-circle-check::before {
content: "\e4aa"; }
.fa-building-circle-arrow-right::before {
content: "\e4d1"; }
.fa-volleyball::before {
content: "\f45f"; }
.fa-volleyball-ball::before {
content: "\f45f"; }
.fa-arrows-up-to-line::before {
content: "\e4c2"; }
.fa-sort-down::before {
content: "\f0dd"; }
.fa-sort-desc::before {
content: "\f0dd"; }
.fa-circle-minus::before {
content: "\f056"; }
.fa-minus-circle::before {
content: "\f056"; }
.fa-door-open::before {
content: "\f52b"; }
.fa-right-from-bracket::before {
content: "\f2f5"; }
.fa-sign-out-alt::before {
content: "\f2f5"; }
.fa-atom::before {
content: "\f5d2"; }
.fa-soap::before {
content: "\e06e"; }
.fa-icons::before {
content: "\f86d"; }
.fa-heart-music-camera-bolt::before {
content: "\f86d"; }
.fa-microphone-lines-slash::before {
content: "\f539"; }
.fa-microphone-alt-slash::before {
content: "\f539"; }
.fa-bridge-circle-check::before {
content: "\e4c9"; }
.fa-pump-medical::before {
content: "\e06a"; }
.fa-fingerprint::before {
content: "\f577"; }
.fa-hand-point-right::before {
content: "\f0a4"; }
.fa-magnifying-glass-location::before {
content: "\f689"; }
.fa-search-location::before {
content: "\f689"; }
.fa-forward-step::before {
content: "\f051"; }
.fa-step-forward::before {
content: "\f051"; }
.fa-face-smile-beam::before {
content: "\f5b8"; }
.fa-smile-beam::before {
content: "\f5b8"; }
.fa-flag-checkered::before {
content: "\f11e"; }
.fa-football::before {
content: "\f44e"; }
.fa-football-ball::before {
content: "\f44e"; }
.fa-school-circle-exclamation::before {
content: "\e56c"; }
.fa-crop::before {
content: "\f125"; }
.fa-angles-down::before {
content: "\f103"; }
.fa-angle-double-down::before {
content: "\f103"; }
.fa-users-rectangle::before {
content: "\e594"; }
.fa-people-roof::before {
content: "\e537"; }
.fa-people-line::before {
content: "\e534"; }
.fa-beer-mug-empty::before {
content: "\f0fc"; }
.fa-beer::before {
content: "\f0fc"; }
.fa-diagram-predecessor::before {
content: "\e477"; }
.fa-arrow-up-long::before {
content: "\f176"; }
.fa-long-arrow-up::before {
content: "\f176"; }
.fa-fire-flame-simple::before {
content: "\f46a"; }
.fa-burn::before {
content: "\f46a"; }
.fa-person::before {
content: "\f183"; }
.fa-male::before {
content: "\f183"; }
.fa-laptop::before {
content: "\f109"; }
.fa-file-csv::before {
content: "\f6dd"; }
.fa-menorah::before {
content: "\f676"; }
.fa-truck-plane::before {
content: "\e58f"; }
.fa-record-vinyl::before {
content: "\f8d9"; }
.fa-face-grin-stars::before {
content: "\f587"; }
.fa-grin-stars::before {
content: "\f587"; }
.fa-bong::before {
content: "\f55c"; }
.fa-spaghetti-monster-flying::before {
content: "\f67b"; }
.fa-pastafarianism::before {
content: "\f67b"; }
.fa-arrow-down-up-across-line::before {
content: "\e4af"; }
.fa-spoon::before {
content: "\f2e5"; }
.fa-utensil-spoon::before {
content: "\f2e5"; }
.fa-jar-wheat::before {
content: "\e517"; }
.fa-envelopes-bulk::before {
content: "\f674"; }
.fa-mail-bulk::before {
content: "\f674"; }
.fa-file-circle-exclamation::before {
content: "\e4eb"; }
.fa-circle-h::before {
content: "\f47e"; }
.fa-hospital-symbol::before {
content: "\f47e"; }
.fa-pager::before {
content: "\f815"; }
.fa-address-book::before {
content: "\f2b9"; }
.fa-contact-book::before {
content: "\f2b9"; }
.fa-strikethrough::before {
content: "\f0cc"; }
.fa-k::before {
content: "\4b"; }
.fa-landmark-flag::before {
content: "\e51c"; }
.fa-pencil::before {
content: "\f303"; }
.fa-pencil-alt::before {
content: "\f303"; }
.fa-backward::before {
content: "\f04a"; }
.fa-caret-right::before {
content: "\f0da"; }
.fa-comments::before {
content: "\f086"; }
.fa-paste::before {
content: "\f0ea"; }
.fa-file-clipboard::before {
content: "\f0ea"; }
.fa-code-pull-request::before {
content: "\e13c"; }
.fa-clipboard-list::before {
content: "\f46d"; }
.fa-truck-ramp-box::before {
content: "\f4de"; }
.fa-truck-loading::before {
content: "\f4de"; }
.fa-user-check::before {
content: "\f4fc"; }
.fa-vial-virus::before {
content: "\e597"; }
.fa-sheet-plastic::before {
content: "\e571"; }
.fa-blog::before {
content: "\f781"; }
.fa-user-ninja::before {
content: "\f504"; }
.fa-person-arrow-up-from-line::before {
content: "\e539"; }
.fa-scroll-torah::before {
content: "\f6a0"; }
.fa-torah::before {
content: "\f6a0"; }
.fa-broom-ball::before {
content: "\f458"; }
.fa-quidditch::before {
content: "\f458"; }
.fa-quidditch-broom-ball::before {
content: "\f458"; }
.fa-toggle-off::before {
content: "\f204"; }
.fa-box-archive::before {
content: "\f187"; }
.fa-archive::before {
content: "\f187"; }
.fa-person-drowning::before {
content: "\e545"; }
.fa-arrow-down-9-1::before {
content: "\f886"; }
.fa-sort-numeric-desc::before {
content: "\f886"; }
.fa-sort-numeric-down-alt::before {
content: "\f886"; }
.fa-face-grin-tongue-squint::before {
content: "\f58a"; }
.fa-grin-tongue-squint::before {
content: "\f58a"; }
.fa-spray-can::before {
content: "\f5bd"; }
.fa-truck-monster::before {
content: "\f63b"; }
.fa-w::before {
content: "\57"; }
.fa-earth-africa::before {
content: "\f57c"; }
.fa-globe-africa::before {
content: "\f57c"; }
.fa-rainbow::before {
content: "\f75b"; }
.fa-circle-notch::before {
content: "\f1ce"; }
.fa-tablet-screen-button::before {
content: "\f3fa"; }
.fa-tablet-alt::before {
content: "\f3fa"; }
.fa-paw::before {
content: "\f1b0"; }
.fa-cloud::before {
content: "\f0c2"; }
.fa-trowel-bricks::before {
content: "\e58a"; }
.fa-face-flushed::before {
content: "\f579"; }
.fa-flushed::before {
content: "\f579"; }
.fa-hospital-user::before {
content: "\f80d"; }
.fa-tent-arrow-left-right::before {
content: "\e57f"; }
.fa-gavel::before {
content: "\f0e3"; }
.fa-legal::before {
content: "\f0e3"; }
.fa-binoculars::before {
content: "\f1e5"; }
.fa-microphone-slash::before {
content: "\f131"; }
.fa-box-tissue::before {
content: "\e05b"; }
.fa-motorcycle::before {
content: "\f21c"; }
.fa-bell-concierge::before {
content: "\f562"; }
.fa-concierge-bell::before {
content: "\f562"; }
.fa-pen-ruler::before {
content: "\f5ae"; }
.fa-pencil-ruler::before {
content: "\f5ae"; }
.fa-people-arrows::before {
content: "\e068"; }
.fa-people-arrows-left-right::before {
content: "\e068"; }
.fa-mars-and-venus-burst::before {
content: "\e523"; }
.fa-square-caret-right::before {
content: "\f152"; }
.fa-caret-square-right::before {
content: "\f152"; }
.fa-scissors::before {
content: "\f0c4"; }
.fa-cut::before {
content: "\f0c4"; }
.fa-sun-plant-wilt::before {
content: "\e57a"; }
.fa-toilets-portable::before {
content: "\e584"; }
.fa-hockey-puck::before {
content: "\f453"; }
.fa-table::before {
content: "\f0ce"; }
.fa-magnifying-glass-arrow-right::before {
content: "\e521"; }
.fa-tachograph-digital::before {
content: "\f566"; }
.fa-digital-tachograph::before {
content: "\f566"; }
.fa-users-slash::before {
content: "\e073"; }
.fa-clover::before {
content: "\e139"; }
.fa-reply::before {
content: "\f3e5"; }
.fa-mail-reply::before {
content: "\f3e5"; }
.fa-star-and-crescent::before {
content: "\f699"; }
.fa-house-fire::before {
content: "\e50c"; }
.fa-square-minus::before {
content: "\f146"; }
.fa-minus-square::before {
content: "\f146"; }
.fa-helicopter::before {
content: "\f533"; }
.fa-compass::before {
content: "\f14e"; }
.fa-square-caret-down::before {
content: "\f150"; }
.fa-caret-square-down::before {
content: "\f150"; }
.fa-file-circle-question::before {
content: "\e4ef"; }
.fa-laptop-code::before {
content: "\f5fc"; }
.fa-swatchbook::before {
content: "\f5c3"; }
.fa-prescription-bottle::before {
content: "\f485"; }
.fa-bars::before {
content: "\f0c9"; }
.fa-navicon::before {
content: "\f0c9"; }
.fa-people-group::before {
content: "\e533"; }
.fa-hourglass-end::before {
content: "\f253"; }
.fa-hourglass-3::before {
content: "\f253"; }
.fa-heart-crack::before {
content: "\f7a9"; }
.fa-heart-broken::before {
content: "\f7a9"; }
.fa-square-up-right::before {
content: "\f360"; }
.fa-external-link-square-alt::before {
content: "\f360"; }
.fa-face-kiss-beam::before {
content: "\f597"; }
.fa-kiss-beam::before {
content: "\f597"; }
.fa-film::before {
content: "\f008"; }
.fa-ruler-horizontal::before {
content: "\f547"; }
.fa-people-robbery::before {
content: "\e536"; }
.fa-lightbulb::before {
content: "\f0eb"; }
.fa-caret-left::before {
content: "\f0d9"; }
.fa-circle-exclamation::before {
content: "\f06a"; }
.fa-exclamation-circle::before {
content: "\f06a"; }
.fa-school-circle-xmark::before {
content: "\e56d"; }
.fa-arrow-right-from-bracket::before {
content: "\f08b"; }
.fa-sign-out::before {
content: "\f08b"; }
.fa-circle-chevron-down::before {
content: "\f13a"; }
.fa-chevron-circle-down::before {
content: "\f13a"; }
.fa-unlock-keyhole::before {
content: "\f13e"; }
.fa-unlock-alt::before {
content: "\f13e"; }
.fa-cloud-showers-heavy::before {
content: "\f740"; }
.fa-headphones-simple::before {
content: "\f58f"; }
.fa-headphones-alt::before {
content: "\f58f"; }
.fa-sitemap::before {
content: "\f0e8"; }
.fa-circle-dollar-to-slot::before {
content: "\f4b9"; }
.fa-donate::before {
content: "\f4b9"; }
.fa-memory::before {
content: "\f538"; }
.fa-road-spikes::before {
content: "\e568"; }
.fa-fire-burner::before {
content: "\e4f1"; }
.fa-flag::before {
content: "\f024"; }
.fa-hanukiah::before {
content: "\f6e6"; }
.fa-feather::before {
content: "\f52d"; }
.fa-volume-low::before {
content: "\f027"; }
.fa-volume-down::before {
content: "\f027"; }
.fa-comment-slash::before {
content: "\f4b3"; }
.fa-cloud-sun-rain::before {
content: "\f743"; }
.fa-compress::before {
content: "\f066"; }
.fa-wheat-awn::before {
content: "\e2cd"; }
.fa-wheat-alt::before {
content: "\e2cd"; }
.fa-ankh::before {
content: "\f644"; }
.fa-hands-holding-child::before {
content: "\e4fa"; }
.fa-asterisk::before {
content: "\2a"; }
.fa-square-check::before {
content: "\f14a"; }
.fa-check-square::before {
content: "\f14a"; }
.fa-peseta-sign::before {
content: "\e221"; }
.fa-heading::before {
content: "\f1dc"; }
.fa-header::before {
content: "\f1dc"; }
.fa-ghost::before {
content: "\f6e2"; }
.fa-list::before {
content: "\f03a"; }
.fa-list-squares::before {
content: "\f03a"; }
.fa-square-phone-flip::before {
content: "\f87b"; }
.fa-phone-square-alt::before {
content: "\f87b"; }
.fa-cart-plus::before {
content: "\f217"; }
.fa-gamepad::before {
content: "\f11b"; }
.fa-circle-dot::before {
content: "\f192"; }
.fa-dot-circle::before {
content: "\f192"; }
.fa-face-dizzy::before {
content: "\f567"; }
.fa-dizzy::before {
content: "\f567"; }
.fa-egg::before {
content: "\f7fb"; }
.fa-house-medical-circle-xmark::before {
content: "\e513"; }
.fa-campground::before {
content: "\f6bb"; }
.fa-folder-plus::before {
content: "\f65e"; }
.fa-futbol::before {
content: "\f1e3"; }
.fa-futbol-ball::before {
content: "\f1e3"; }
.fa-soccer-ball::before {
content: "\f1e3"; }
.fa-paintbrush::before {
content: "\f1fc"; }
.fa-paint-brush::before {
content: "\f1fc"; }
.fa-lock::before {
content: "\f023"; }
.fa-gas-pump::before {
content: "\f52f"; }
.fa-hot-tub-person::before {
content: "\f593"; }
.fa-hot-tub::before {
content: "\f593"; }
.fa-map-location::before {
content: "\f59f"; }
.fa-map-marked::before {
content: "\f59f"; }
.fa-house-flood-water::before {
content: "\e50e"; }
.fa-tree::before {
content: "\f1bb"; }
.fa-bridge-lock::before {
content: "\e4cc"; }
.fa-sack-dollar::before {
content: "\f81d"; }
.fa-pen-to-square::before {
content: "\f044"; }
.fa-edit::before {
content: "\f044"; }
.fa-car-side::before {
content: "\f5e4"; }
.fa-share-nodes::before {
content: "\f1e0"; }
.fa-share-alt::before {
content: "\f1e0"; }
.fa-heart-circle-minus::before {
content: "\e4ff"; }
.fa-hourglass-half::before {
content: "\f252"; }
.fa-hourglass-2::before {
content: "\f252"; }
.fa-microscope::before {
content: "\f610"; }
.fa-sink::before {
content: "\e06d"; }
.fa-bag-shopping::before {
content: "\f290"; }
.fa-shopping-bag::before {
content: "\f290"; }
.fa-arrow-down-z-a::before {
content: "\f881"; }
.fa-sort-alpha-desc::before {
content: "\f881"; }
.fa-sort-alpha-down-alt::before {
content: "\f881"; }
.fa-mitten::before {
content: "\f7b5"; }
.fa-person-rays::before {
content: "\e54d"; }
.fa-users::before {
content: "\f0c0"; }
.fa-eye-slash::before {
content: "\f070"; }
.fa-flask-vial::before {
content: "\e4f3"; }
.fa-hand::before {
content: "\f256"; }
.fa-hand-paper::before {
content: "\f256"; }
.fa-om::before {
content: "\f679"; }
.fa-worm::before {
content: "\e599"; }
.fa-house-circle-xmark::before {
content: "\e50b"; }
.fa-plug::before {
content: "\f1e6"; }
.fa-chevron-up::before {
content: "\f077"; }
.fa-hand-spock::before {
content: "\f259"; }
.fa-stopwatch::before {
content: "\f2f2"; }
.fa-face-kiss::before {
content: "\f596"; }
.fa-kiss::before {
content: "\f596"; }
.fa-bridge-circle-xmark::before {
content: "\e4cb"; }
.fa-face-grin-tongue::before {
content: "\f589"; }
.fa-grin-tongue::before {
content: "\f589"; }
.fa-chess-bishop::before {
content: "\f43a"; }
.fa-face-grin-wink::before {
content: "\f58c"; }
.fa-grin-wink::before {
content: "\f58c"; }
.fa-ear-deaf::before {
content: "\f2a4"; }
.fa-deaf::before {
content: "\f2a4"; }
.fa-deafness::before {
content: "\f2a4"; }
.fa-hard-of-hearing::before {
content: "\f2a4"; }
.fa-road-circle-check::before {
content: "\e564"; }
.fa-dice-five::before {
content: "\f523"; }
.fa-square-rss::before {
content: "\f143"; }
.fa-rss-square::before {
content: "\f143"; }
.fa-land-mine-on::before {
content: "\e51b"; }
.fa-i-cursor::before {
content: "\f246"; }
.fa-stamp::before {
content: "\f5bf"; }
.fa-stairs::before {
content: "\e289"; }
.fa-i::before {
content: "\49"; }
.fa-hryvnia-sign::before {
content: "\f6f2"; }
.fa-hryvnia::before {
content: "\f6f2"; }
.fa-pills::before {
content: "\f484"; }
.fa-face-grin-wide::before {
content: "\f581"; }
.fa-grin-alt::before {
content: "\f581"; }
.fa-tooth::before {
content: "\f5c9"; }
.fa-v::before {
content: "\56"; }
.fa-bangladeshi-taka-sign::before {
content: "\e2e6"; }
.fa-bicycle::before {
content: "\f206"; }
.fa-staff-snake::before {
content: "\e579"; }
.fa-rod-asclepius::before {
content: "\e579"; }
.fa-rod-snake::before {
content: "\e579"; }
.fa-staff-aesculapius::before {
content: "\e579"; }
.fa-head-side-cough-slash::before {
content: "\e062"; }
.fa-truck-medical::before {
content: "\f0f9"; }
.fa-ambulance::before {
content: "\f0f9"; }
.fa-wheat-awn-circle-exclamation::before {
content: "\e598"; }
.fa-snowman::before {
content: "\f7d0"; }
.fa-mortar-pestle::before {
content: "\f5a7"; }
.fa-road-barrier::before {
content: "\e562"; }
.fa-school::before {
content: "\f549"; }
.fa-igloo::before {
content: "\f7ae"; }
.fa-joint::before {
content: "\f595"; }
.fa-angle-right::before {
content: "\f105"; }
.fa-horse::before {
content: "\f6f0"; }
.fa-q::before {
content: "\51"; }
.fa-g::before {
content: "\47"; }
.fa-notes-medical::before {
content: "\f481"; }
.fa-temperature-half::before {
content: "\f2c9"; }
.fa-temperature-2::before {
content: "\f2c9"; }
.fa-thermometer-2::before {
content: "\f2c9"; }
.fa-thermometer-half::before {
content: "\f2c9"; }
.fa-dong-sign::before {
content: "\e169"; }
.fa-capsules::before {
content: "\f46b"; }
.fa-poo-storm::before {
content: "\f75a"; }
.fa-poo-bolt::before {
content: "\f75a"; }
.fa-face-frown-open::before {
content: "\f57a"; }
.fa-frown-open::before {
content: "\f57a"; }
.fa-hand-point-up::before {
content: "\f0a6"; }
.fa-money-bill::before {
content: "\f0d6"; }
.fa-bookmark::before {
content: "\f02e"; }
.fa-align-justify::before {
content: "\f039"; }
.fa-umbrella-beach::before {
content: "\f5ca"; }
.fa-helmet-un::before {
content: "\e503"; }
.fa-bullseye::before {
content: "\f140"; }
.fa-bacon::before {
content: "\f7e5"; }
.fa-hand-point-down::before {
content: "\f0a7"; }
.fa-arrow-up-from-bracket::before {
content: "\e09a"; }
.fa-folder::before {
content: "\f07b"; }
.fa-folder-blank::before {
content: "\f07b"; }
.fa-file-waveform::before {
content: "\f478"; }
.fa-file-medical-alt::before {
content: "\f478"; }
.fa-radiation::before {
content: "\f7b9"; }
.fa-chart-simple::before {
content: "\e473"; }
.fa-mars-stroke::before {
content: "\f229"; }
.fa-vial::before {
content: "\f492"; }
.fa-gauge::before {
content: "\f624"; }
.fa-dashboard::before {
content: "\f624"; }
.fa-gauge-med::before {
content: "\f624"; }
.fa-tachometer-alt-average::before {
content: "\f624"; }
.fa-wand-magic-sparkles::before {
content: "\e2ca"; }
.fa-magic-wand-sparkles::before {
content: "\e2ca"; }
.fa-e::before {
content: "\45"; }
.fa-pen-clip::before {
content: "\f305"; }
.fa-pen-alt::before {
content: "\f305"; }
.fa-bridge-circle-exclamation::before {
content: "\e4ca"; }
.fa-user::before {
content: "\f007"; }
.fa-school-circle-check::before {
content: "\e56b"; }
.fa-dumpster::before {
content: "\f793"; }
.fa-van-shuttle::before {
content: "\f5b6"; }
.fa-shuttle-van::before {
content: "\f5b6"; }
.fa-building-user::before {
content: "\e4da"; }
.fa-square-caret-left::before {
content: "\f191"; }
.fa-caret-square-left::before {
content: "\f191"; }
.fa-highlighter::before {
content: "\f591"; }
.fa-key::before {
content: "\f084"; }
.fa-bullhorn::before {
content: "\f0a1"; }
.fa-globe::before {
content: "\f0ac"; }
.fa-synagogue::before {
content: "\f69b"; }
.fa-person-half-dress::before {
content: "\e548"; }
.fa-road-bridge::before {
content: "\e563"; }
.fa-location-arrow::before {
content: "\f124"; }
.fa-c::before {
content: "\43"; }
.fa-tablet-button::before {
content: "\f10a"; }
.fa-building-lock::before {
content: "\e4d6"; }
.fa-pizza-slice::before {
content: "\f818"; }
.fa-money-bill-wave::before {
content: "\f53a"; }
.fa-chart-area::before {
content: "\f1fe"; }
.fa-area-chart::before {
content: "\f1fe"; }
.fa-house-flag::before {
content: "\e50d"; }
.fa-person-circle-minus::before {
content: "\e540"; }
.fa-ban::before {
content: "\f05e"; }
.fa-cancel::before {
content: "\f05e"; }
.fa-camera-rotate::before {
content: "\e0d8"; }
.fa-spray-can-sparkles::before {
content: "\f5d0"; }
.fa-air-freshener::before {
content: "\f5d0"; }
.fa-star::before {
content: "\f005"; }
.fa-repeat::before {
content: "\f363"; }
.fa-cross::before {
content: "\f654"; }
.fa-box::before {
content: "\f466"; }
.fa-venus-mars::before {
content: "\f228"; }
.fa-arrow-pointer::before {
content: "\f245"; }
.fa-mouse-pointer::before {
content: "\f245"; }
.fa-maximize::before {
content: "\f31e"; }
.fa-expand-arrows-alt::before {
content: "\f31e"; }
.fa-charging-station::before {
content: "\f5e7"; }
.fa-shapes::before {
content: "\f61f"; }
.fa-triangle-circle-square::before {
content: "\f61f"; }
.fa-shuffle::before {
content: "\f074"; }
.fa-random::before {
content: "\f074"; }
.fa-person-running::before {
content: "\f70c"; }
.fa-running::before {
content: "\f70c"; }
.fa-mobile-retro::before {
content: "\e527"; }
.fa-grip-lines-vertical::before {
content: "\f7a5"; }
.fa-spider::before {
content: "\f717"; }
.fa-hands-bound::before {
content: "\e4f9"; }
.fa-file-invoice-dollar::before {
content: "\f571"; }
.fa-plane-circle-exclamation::before {
content: "\e556"; }
.fa-x-ray::before {
content: "\f497"; }
.fa-spell-check::before {
content: "\f891"; }
.fa-slash::before {
content: "\f715"; }
.fa-computer-mouse::before {
content: "\f8cc"; }
.fa-mouse::before {
content: "\f8cc"; }
.fa-arrow-right-to-bracket::before {
content: "\f090"; }
.fa-sign-in::before {
content: "\f090"; }
.fa-shop-slash::before {
content: "\e070"; }
.fa-store-alt-slash::before {
content: "\e070"; }
.fa-server::before {
content: "\f233"; }
.fa-virus-covid-slash::before {
content: "\e4a9"; }
.fa-shop-lock::before {
content: "\e4a5"; }
.fa-hourglass-start::before {
content: "\f251"; }
.fa-hourglass-1::before {
content: "\f251"; }
.fa-blender-phone::before {
content: "\f6b6"; }
.fa-building-wheat::before {
content: "\e4db"; }
.fa-person-breastfeeding::before {
content: "\e53a"; }
.fa-right-to-bracket::before {
content: "\f2f6"; }
.fa-sign-in-alt::before {
content: "\f2f6"; }
.fa-venus::before {
content: "\f221"; }
.fa-passport::before {
content: "\f5ab"; }
.fa-thumbtack-slash::before {
content: "\e68f"; }
.fa-thumb-tack-slash::before {
content: "\e68f"; }
.fa-heart-pulse::before {
content: "\f21e"; }
.fa-heartbeat::before {
content: "\f21e"; }
.fa-people-carry-box::before {
content: "\f4ce"; }
.fa-people-carry::before {
content: "\f4ce"; }
.fa-temperature-high::before {
content: "\f769"; }
.fa-microchip::before {
content: "\f2db"; }
.fa-crown::before {
content: "\f521"; }
.fa-weight-hanging::before {
content: "\f5cd"; }
.fa-xmarks-lines::before {
content: "\e59a"; }
.fa-file-prescription::before {
content: "\f572"; }
.fa-weight-scale::before {
content: "\f496"; }
.fa-weight::before {
content: "\f496"; }
.fa-user-group::before {
content: "\f500"; }
.fa-user-friends::before {
content: "\f500"; }
.fa-arrow-up-a-z::before {
content: "\f15e"; }
.fa-sort-alpha-up::before {
content: "\f15e"; }
.fa-chess-knight::before {
content: "\f441"; }
.fa-face-laugh-squint::before {
content: "\f59b"; }
.fa-laugh-squint::before {
content: "\f59b"; }
.fa-wheelchair::before {
content: "\f193"; }
.fa-circle-arrow-up::before {
content: "\f0aa"; }
.fa-arrow-circle-up::before {
content: "\f0aa"; }
.fa-toggle-on::before {
content: "\f205"; }
.fa-person-walking::before {
content: "\f554"; }
.fa-walking::before {
content: "\f554"; }
.fa-l::before {
content: "\4c"; }
.fa-fire::before {
content: "\f06d"; }
.fa-bed-pulse::before {
content: "\f487"; }
.fa-procedures::before {
content: "\f487"; }
.fa-shuttle-space::before {
content: "\f197"; }
.fa-space-shuttle::before {
content: "\f197"; }
.fa-face-laugh::before {
content: "\f599"; }
.fa-laugh::before {
content: "\f599"; }
.fa-folder-open::before {
content: "\f07c"; }
.fa-heart-circle-plus::before {
content: "\e500"; }
.fa-code-fork::before {
content: "\e13b"; }
.fa-city::before {
content: "\f64f"; }
.fa-microphone-lines::before {
content: "\f3c9"; }
.fa-microphone-alt::before {
content: "\f3c9"; }
.fa-pepper-hot::before {
content: "\f816"; }
.fa-unlock::before {
content: "\f09c"; }
.fa-colon-sign::before {
content: "\e140"; }
.fa-headset::before {
content: "\f590"; }
.fa-store-slash::before {
content: "\e071"; }
.fa-road-circle-xmark::before {
content: "\e566"; }
.fa-user-minus::before {
content: "\f503"; }
.fa-mars-stroke-up::before {
content: "\f22a"; }
.fa-mars-stroke-v::before {
content: "\f22a"; }
.fa-champagne-glasses::before {
content: "\f79f"; }
.fa-glass-cheers::before {
content: "\f79f"; }
.fa-clipboard::before {
content: "\f328"; }
.fa-house-circle-exclamation::before {
content: "\e50a"; }
.fa-file-arrow-up::before {
content: "\f574"; }
.fa-file-upload::before {
content: "\f574"; }
.fa-wifi::before {
content: "\f1eb"; }
.fa-wifi-3::before {
content: "\f1eb"; }
.fa-wifi-strong::before {
content: "\f1eb"; }
.fa-bath::before {
content: "\f2cd"; }
.fa-bathtub::before {
content: "\f2cd"; }
.fa-underline::before {
content: "\f0cd"; }
.fa-user-pen::before {
content: "\f4ff"; }
.fa-user-edit::before {
content: "\f4ff"; }
.fa-signature::before {
content: "\f5b7"; }
.fa-stroopwafel::before {
content: "\f551"; }
.fa-bold::before {
content: "\f032"; }
.fa-anchor-lock::before {
content: "\e4ad"; }
.fa-building-ngo::before {
content: "\e4d7"; }
.fa-manat-sign::before {
content: "\e1d5"; }
.fa-not-equal::before {
content: "\f53e"; }
.fa-border-top-left::before {
content: "\f853"; }
.fa-border-style::before {
content: "\f853"; }
.fa-map-location-dot::before {
content: "\f5a0"; }
.fa-map-marked-alt::before {
content: "\f5a0"; }
.fa-jedi::before {
content: "\f669"; }
.fa-square-poll-vertical::before {
content: "\f681"; }
.fa-poll::before {
content: "\f681"; }
.fa-mug-hot::before {
content: "\f7b6"; }
.fa-car-battery::before {
content: "\f5df"; }
.fa-battery-car::before {
content: "\f5df"; }
.fa-gift::before {
content: "\f06b"; }
.fa-dice-two::before {
content: "\f528"; }
.fa-chess-queen::before {
content: "\f445"; }
.fa-glasses::before {
content: "\f530"; }
.fa-chess-board::before {
content: "\f43c"; }
.fa-building-circle-check::before {
content: "\e4d2"; }
.fa-person-chalkboard::before {
content: "\e53d"; }
.fa-mars-stroke-right::before {
content: "\f22b"; }
.fa-mars-stroke-h::before {
content: "\f22b"; }
.fa-hand-back-fist::before {
content: "\f255"; }
.fa-hand-rock::before {
content: "\f255"; }
.fa-square-caret-up::before {
content: "\f151"; }
.fa-caret-square-up::before {
content: "\f151"; }
.fa-cloud-showers-water::before {
content: "\e4e4"; }
.fa-chart-bar::before {
content: "\f080"; }
.fa-bar-chart::before {
content: "\f080"; }
.fa-hands-bubbles::before {
content: "\e05e"; }
.fa-hands-wash::before {
content: "\e05e"; }
.fa-less-than-equal::before {
content: "\f537"; }
.fa-train::before {
content: "\f238"; }
.fa-eye-low-vision::before {
content: "\f2a8"; }
.fa-low-vision::before {
content: "\f2a8"; }
.fa-crow::before {
content: "\f520"; }
.fa-sailboat::before {
content: "\e445"; }
.fa-window-restore::before {
content: "\f2d2"; }
.fa-square-plus::before {
content: "\f0fe"; }
.fa-plus-square::before {
content: "\f0fe"; }
.fa-torii-gate::before {
content: "\f6a1"; }
.fa-frog::before {
content: "\f52e"; }
.fa-bucket::before {
content: "\e4cf"; }
.fa-image::before {
content: "\f03e"; }
.fa-microphone::before {
content: "\f130"; }
.fa-cow::before {
content: "\f6c8"; }
.fa-caret-up::before {
content: "\f0d8"; }
.fa-screwdriver::before {
content: "\f54a"; }
.fa-folder-closed::before {
content: "\e185"; }
.fa-house-tsunami::before {
content: "\e515"; }
.fa-square-nfi::before {
content: "\e576"; }
.fa-arrow-up-from-ground-water::before {
content: "\e4b5"; }
.fa-martini-glass::before {
content: "\f57b"; }
.fa-glass-martini-alt::before {
content: "\f57b"; }
.fa-rotate-left::before {
content: "\f2ea"; }
.fa-rotate-back::before {
content: "\f2ea"; }
.fa-rotate-backward::before {
content: "\f2ea"; }
.fa-undo-alt::before {
content: "\f2ea"; }
.fa-table-columns::before {
content: "\f0db"; }
.fa-columns::before {
content: "\f0db"; }
.fa-lemon::before {
content: "\f094"; }
.fa-head-side-mask::before {
content: "\e063"; }
.fa-handshake::before {
content: "\f2b5"; }
.fa-gem::before {
content: "\f3a5"; }
.fa-dolly::before {
content: "\f472"; }
.fa-dolly-box::before {
content: "\f472"; }
.fa-smoking::before {
content: "\f48d"; }
.fa-minimize::before {
content: "\f78c"; }
.fa-compress-arrows-alt::before {
content: "\f78c"; }
.fa-monument::before {
content: "\f5a6"; }
.fa-snowplow::before {
content: "\f7d2"; }
.fa-angles-right::before {
content: "\f101"; }
.fa-angle-double-right::before {
content: "\f101"; }
.fa-cannabis::before {
content: "\f55f"; }
.fa-circle-play::before {
content: "\f144"; }
.fa-play-circle::before {
content: "\f144"; }
.fa-tablets::before {
content: "\f490"; }
.fa-ethernet::before {
content: "\f796"; }
.fa-euro-sign::before {
content: "\f153"; }
.fa-eur::before {
content: "\f153"; }
.fa-euro::before {
content: "\f153"; }
.fa-chair::before {
content: "\f6c0"; }
.fa-circle-check::before {
content: "\f058"; }
.fa-check-circle::before {
content: "\f058"; }
.fa-circle-stop::before {
content: "\f28d"; }
.fa-stop-circle::before {
content: "\f28d"; }
.fa-compass-drafting::before {
content: "\f568"; }
.fa-drafting-compass::before {
content: "\f568"; }
.fa-plate-wheat::before {
content: "\e55a"; }
.fa-icicles::before {
content: "\f7ad"; }
.fa-person-shelter::before {
content: "\e54f"; }
.fa-neuter::before {
content: "\f22c"; }
.fa-id-badge::before {
content: "\f2c1"; }
.fa-marker::before {
content: "\f5a1"; }
.fa-face-laugh-beam::before {
content: "\f59a"; }
.fa-laugh-beam::before {
content: "\f59a"; }
.fa-helicopter-symbol::before {
content: "\e502"; }
.fa-universal-access::before {
content: "\f29a"; }
.fa-circle-chevron-up::before {
content: "\f139"; }
.fa-chevron-circle-up::before {
content: "\f139"; }
.fa-lari-sign::before {
content: "\e1c8"; }
.fa-volcano::before {
content: "\f770"; }
.fa-person-walking-dashed-line-arrow-right::before {
content: "\e553"; }
.fa-sterling-sign::before {
content: "\f154"; }
.fa-gbp::before {
content: "\f154"; }
.fa-pound-sign::before {
content: "\f154"; }
.fa-viruses::before {
content: "\e076"; }
.fa-square-person-confined::before {
content: "\e577"; }
.fa-user-tie::before {
content: "\f508"; }
.fa-arrow-down-long::before {
content: "\f175"; }
.fa-long-arrow-down::before {
content: "\f175"; }
.fa-tent-arrow-down-to-line::before {
content: "\e57e"; }
.fa-certificate::before {
content: "\f0a3"; }
.fa-reply-all::before {
content: "\f122"; }
.fa-mail-reply-all::before {
content: "\f122"; }
.fa-suitcase::before {
content: "\f0f2"; }
.fa-person-skating::before {
content: "\f7c5"; }
.fa-skating::before {
content: "\f7c5"; }
.fa-filter-circle-dollar::before {
content: "\f662"; }
.fa-funnel-dollar::before {
content: "\f662"; }
.fa-camera-retro::before {
content: "\f083"; }
.fa-circle-arrow-down::before {
content: "\f0ab"; }
.fa-arrow-circle-down::before {
content: "\f0ab"; }
.fa-file-import::before {
content: "\f56f"; }
.fa-arrow-right-to-file::before {
content: "\f56f"; }
.fa-square-arrow-up-right::before {
content: "\f14c"; }
.fa-external-link-square::before {
content: "\f14c"; }
.fa-box-open::before {
content: "\f49e"; }
.fa-scroll::before {
content: "\f70e"; }
.fa-spa::before {
content: "\f5bb"; }
.fa-location-pin-lock::before {
content: "\e51f"; }
.fa-pause::before {
content: "\f04c"; }
.fa-hill-avalanche::before {
content: "\e507"; }
.fa-temperature-empty::before {
content: "\f2cb"; }
.fa-temperature-0::before {
content: "\f2cb"; }
.fa-thermometer-0::before {
content: "\f2cb"; }
.fa-thermometer-empty::before {
content: "\f2cb"; }
.fa-bomb::before {
content: "\f1e2"; }
.fa-registered::before {
content: "\f25d"; }
.fa-address-card::before {
content: "\f2bb"; }
.fa-contact-card::before {
content: "\f2bb"; }
.fa-vcard::before {
content: "\f2bb"; }
.fa-scale-unbalanced-flip::before {
content: "\f516"; }
.fa-balance-scale-right::before {
content: "\f516"; }
.fa-subscript::before {
content: "\f12c"; }
.fa-diamond-turn-right::before {
content: "\f5eb"; }
.fa-directions::before {
content: "\f5eb"; }
.fa-burst::before {
content: "\e4dc"; }
.fa-house-laptop::before {
content: "\e066"; }
.fa-laptop-house::before {
content: "\e066"; }
.fa-face-tired::before {
content: "\f5c8"; }
.fa-tired::before {
content: "\f5c8"; }
.fa-money-bills::before {
content: "\e1f3"; }
.fa-smog::before {
content: "\f75f"; }
.fa-crutch::before {
content: "\f7f7"; }
.fa-cloud-arrow-up::before {
content: "\f0ee"; }
.fa-cloud-upload::before {
content: "\f0ee"; }
.fa-cloud-upload-alt::before {
content: "\f0ee"; }
.fa-palette::before {
content: "\f53f"; }
.fa-arrows-turn-right::before {
content: "\e4c0"; }
.fa-vest::before {
content: "\e085"; }
.fa-ferry::before {
content: "\e4ea"; }
.fa-arrows-down-to-people::before {
content: "\e4b9"; }
.fa-seedling::before {
content: "\f4d8"; }
.fa-sprout::before {
content: "\f4d8"; }
.fa-left-right::before {
content: "\f337"; }
.fa-arrows-alt-h::before {
content: "\f337"; }
.fa-boxes-packing::before {
content: "\e4c7"; }
.fa-circle-arrow-left::before {
content: "\f0a8"; }
.fa-arrow-circle-left::before {
content: "\f0a8"; }
.fa-group-arrows-rotate::before {
content: "\e4f6"; }
.fa-bowl-food::before {
content: "\e4c6"; }
.fa-candy-cane::before {
content: "\f786"; }
.fa-arrow-down-wide-short::before {
content: "\f160"; }
.fa-sort-amount-asc::before {
content: "\f160"; }
.fa-sort-amount-down::before {
content: "\f160"; }
.fa-cloud-bolt::before {
content: "\f76c"; }
.fa-thunderstorm::before {
content: "\f76c"; }
.fa-text-slash::before {
content: "\f87d"; }
.fa-remove-format::before {
content: "\f87d"; }
.fa-face-smile-wink::before {
content: "\f4da"; }
.fa-smile-wink::before {
content: "\f4da"; }
.fa-file-word::before {
content: "\f1c2"; }
.fa-file-powerpoint::before {
content: "\f1c4"; }
.fa-arrows-left-right::before {
content: "\f07e"; }
.fa-arrows-h::before {
content: "\f07e"; }
.fa-house-lock::before {
content: "\e510"; }
.fa-cloud-arrow-down::before {
content: "\f0ed"; }
.fa-cloud-download::before {
content: "\f0ed"; }
.fa-cloud-download-alt::before {
content: "\f0ed"; }
.fa-children::before {
content: "\e4e1"; }
.fa-chalkboard::before {
content: "\f51b"; }
.fa-blackboard::before {
content: "\f51b"; }
.fa-user-large-slash::before {
content: "\f4fa"; }
.fa-user-alt-slash::before {
content: "\f4fa"; }
.fa-envelope-open::before {
content: "\f2b6"; }
.fa-handshake-simple-slash::before {
content: "\e05f"; }
.fa-handshake-alt-slash::before {
content: "\e05f"; }
.fa-mattress-pillow::before {
content: "\e525"; }
.fa-guarani-sign::before {
content: "\e19a"; }
.fa-arrows-rotate::before {
content: "\f021"; }
.fa-refresh::before {
content: "\f021"; }
.fa-sync::before {
content: "\f021"; }
.fa-fire-extinguisher::before {
content: "\f134"; }
.fa-cruzeiro-sign::before {
content: "\e152"; }
.fa-greater-than-equal::before {
content: "\f532"; }
.fa-shield-halved::before {
content: "\f3ed"; }
.fa-shield-alt::before {
content: "\f3ed"; }
.fa-book-atlas::before {
content: "\f558"; }
.fa-atlas::before {
content: "\f558"; }
.fa-virus::before {
content: "\e074"; }
.fa-envelope-circle-check::before {
content: "\e4e8"; }
.fa-layer-group::before {
content: "\f5fd"; }
.fa-arrows-to-dot::before {
content: "\e4be"; }
.fa-archway::before {
content: "\f557"; }
.fa-heart-circle-check::before {
content: "\e4fd"; }
.fa-house-chimney-crack::before {
content: "\f6f1"; }
.fa-house-damage::before {
content: "\f6f1"; }
.fa-file-zipper::before {
content: "\f1c6"; }
.fa-file-archive::before {
content: "\f1c6"; }
.fa-square::before {
content: "\f0c8"; }
.fa-martini-glass-empty::before {
content: "\f000"; }
.fa-glass-martini::before {
content: "\f000"; }
.fa-couch::before {
content: "\f4b8"; }
.fa-cedi-sign::before {
content: "\e0df"; }
.fa-italic::before {
content: "\f033"; }
.fa-table-cells-column-lock::before {
content: "\e678"; }
.fa-church::before {
content: "\f51d"; }
.fa-comments-dollar::before {
content: "\f653"; }
.fa-democrat::before {
content: "\f747"; }
.fa-z::before {
content: "\5a"; }
.fa-person-skiing::before {
content: "\f7c9"; }
.fa-skiing::before {
content: "\f7c9"; }
.fa-road-lock::before {
content: "\e567"; }
.fa-a::before {
content: "\41"; }
.fa-temperature-arrow-down::before {
content: "\e03f"; }
.fa-temperature-down::before {
content: "\e03f"; }
.fa-feather-pointed::before {
content: "\f56b"; }
.fa-feather-alt::before {
content: "\f56b"; }
.fa-p::before {
content: "\50"; }
.fa-snowflake::before {
content: "\f2dc"; }
.fa-newspaper::before {
content: "\f1ea"; }
.fa-rectangle-ad::before {
content: "\f641"; }
.fa-ad::before {
content: "\f641"; }
.fa-circle-arrow-right::before {
content: "\f0a9"; }
.fa-arrow-circle-right::before {
content: "\f0a9"; }
.fa-filter-circle-xmark::before {
content: "\e17b"; }
.fa-locust::before {
content: "\e520"; }
.fa-sort::before {
content: "\f0dc"; }
.fa-unsorted::before {
content: "\f0dc"; }
.fa-list-ol::before {
content: "\f0cb"; }
.fa-list-1-2::before {
content: "\f0cb"; }
.fa-list-numeric::before {
content: "\f0cb"; }
.fa-person-dress-burst::before {
content: "\e544"; }
.fa-money-check-dollar::before {
content: "\f53d"; }
.fa-money-check-alt::before {
content: "\f53d"; }
.fa-vector-square::before {
content: "\f5cb"; }
.fa-bread-slice::before {
content: "\f7ec"; }
.fa-language::before {
content: "\f1ab"; }
.fa-face-kiss-wink-heart::before {
content: "\f598"; }
.fa-kiss-wink-heart::before {
content: "\f598"; }
.fa-filter::before {
content: "\f0b0"; }
.fa-question::before {
content: "\3f"; }
.fa-file-signature::before {
content: "\f573"; }
.fa-up-down-left-right::before {
content: "\f0b2"; }
.fa-arrows-alt::before {
content: "\f0b2"; }
.fa-house-chimney-user::before {
content: "\e065"; }
.fa-hand-holding-heart::before {
content: "\f4be"; }
.fa-puzzle-piece::before {
content: "\f12e"; }
.fa-money-check::before {
content: "\f53c"; }
.fa-star-half-stroke::before {
content: "\f5c0"; }
.fa-star-half-alt::before {
content: "\f5c0"; }
.fa-code::before {
content: "\f121"; }
.fa-whiskey-glass::before {
content: "\f7a0"; }
.fa-glass-whiskey::before {
content: "\f7a0"; }
.fa-building-circle-exclamation::before {
content: "\e4d3"; }
.fa-magnifying-glass-chart::before {
content: "\e522"; }
.fa-arrow-up-right-from-square::before {
content: "\f08e"; }
.fa-external-link::before {
content: "\f08e"; }
.fa-cubes-stacked::before {
content: "\e4e6"; }
.fa-won-sign::before {
content: "\f159"; }
.fa-krw::before {
content: "\f159"; }
.fa-won::before {
content: "\f159"; }
.fa-virus-covid::before {
content: "\e4a8"; }
.fa-austral-sign::before {
content: "\e0a9"; }
.fa-f::before {
content: "\46"; }
.fa-leaf::before {
content: "\f06c"; }
.fa-road::before {
content: "\f018"; }
.fa-taxi::before {
content: "\f1ba"; }
.fa-cab::before {
content: "\f1ba"; }
.fa-person-circle-plus::before {
content: "\e541"; }
.fa-chart-pie::before {
content: "\f200"; }
.fa-pie-chart::before {
content: "\f200"; }
.fa-bolt-lightning::before {
content: "\e0b7"; }
.fa-sack-xmark::before {
content: "\e56a"; }
.fa-file-excel::before {
content: "\f1c3"; }
.fa-file-contract::before {
content: "\f56c"; }
.fa-fish-fins::before {
content: "\e4f2"; }
.fa-building-flag::before {
content: "\e4d5"; }
.fa-face-grin-beam::before {
content: "\f582"; }
.fa-grin-beam::before {
content: "\f582"; }
.fa-object-ungroup::before {
content: "\f248"; }
.fa-poop::before {
content: "\f619"; }
.fa-location-pin::before {
content: "\f041"; }
.fa-map-marker::before {
content: "\f041"; }
.fa-kaaba::before {
content: "\f66b"; }
.fa-toilet-paper::before {
content: "\f71e"; }
.fa-helmet-safety::before {
content: "\f807"; }
.fa-hard-hat::before {
content: "\f807"; }
.fa-hat-hard::before {
content: "\f807"; }
.fa-eject::before {
content: "\f052"; }
.fa-circle-right::before {
content: "\f35a"; }
.fa-arrow-alt-circle-right::before {
content: "\f35a"; }
.fa-plane-circle-check::before {
content: "\e555"; }
.fa-face-rolling-eyes::before {
content: "\f5a5"; }
.fa-meh-rolling-eyes::before {
content: "\f5a5"; }
.fa-object-group::before {
content: "\f247"; }
.fa-chart-line::before {
content: "\f201"; }
.fa-line-chart::before {
content: "\f201"; }
.fa-mask-ventilator::before {
content: "\e524"; }
.fa-arrow-right::before {
content: "\f061"; }
.fa-signs-post::before {
content: "\f277"; }
.fa-map-signs::before {
content: "\f277"; }
.fa-cash-register::before {
content: "\f788"; }
.fa-person-circle-question::before {
content: "\e542"; }
.fa-h::before {
content: "\48"; }
.fa-tarp::before {
content: "\e57b"; }
.fa-screwdriver-wrench::before {
content: "\f7d9"; }
.fa-tools::before {
content: "\f7d9"; }
.fa-arrows-to-eye::before {
content: "\e4bf"; }
.fa-plug-circle-bolt::before {
content: "\e55b"; }
.fa-heart::before {
content: "\f004"; }
.fa-mars-and-venus::before {
content: "\f224"; }
.fa-house-user::before {
content: "\e1b0"; }
.fa-home-user::before {
content: "\e1b0"; }
.fa-dumpster-fire::before {
content: "\f794"; }
.fa-house-crack::before {
content: "\e3b1"; }
.fa-martini-glass-citrus::before {
content: "\f561"; }
.fa-cocktail::before {
content: "\f561"; }
.fa-face-surprise::before {
content: "\f5c2"; }
.fa-surprise::before {
content: "\f5c2"; }
.fa-bottle-water::before {
content: "\e4c5"; }
.fa-circle-pause::before {
content: "\f28b"; }
.fa-pause-circle::before {
content: "\f28b"; }
.fa-toilet-paper-slash::before {
content: "\e072"; }
.fa-apple-whole::before {
content: "\f5d1"; }
.fa-apple-alt::before {
content: "\f5d1"; }
.fa-kitchen-set::before {
content: "\e51a"; }
.fa-r::before {
content: "\52"; }
.fa-temperature-quarter::before {
content: "\f2ca"; }
.fa-temperature-1::before {
content: "\f2ca"; }
.fa-thermometer-1::before {
content: "\f2ca"; }
.fa-thermometer-quarter::before {
content: "\f2ca"; }
.fa-cube::before {
content: "\f1b2"; }
.fa-bitcoin-sign::before {
content: "\e0b4"; }
.fa-shield-dog::before {
content: "\e573"; }
.fa-solar-panel::before {
content: "\f5ba"; }
.fa-lock-open::before {
content: "\f3c1"; }
.fa-elevator::before {
content: "\e16d"; }
.fa-money-bill-transfer::before {
content: "\e528"; }
.fa-money-bill-trend-up::before {
content: "\e529"; }
.fa-house-flood-water-circle-arrow-right::before {
content: "\e50f"; }
.fa-square-poll-horizontal::before {
content: "\f682"; }
.fa-poll-h::before {
content: "\f682"; }
.fa-circle::before {
content: "\f111"; }
.fa-backward-fast::before {
content: "\f049"; }
.fa-fast-backward::before {
content: "\f049"; }
.fa-recycle::before {
content: "\f1b8"; }
.fa-user-astronaut::before {
content: "\f4fb"; }
.fa-plane-slash::before {
content: "\e069"; }
.fa-trademark::before {
content: "\f25c"; }
.fa-basketball::before {
content: "\f434"; }
.fa-basketball-ball::before {
content: "\f434"; }
.fa-satellite-dish::before {
content: "\f7c0"; }
.fa-circle-up::before {
content: "\f35b"; }
.fa-arrow-alt-circle-up::before {
content: "\f35b"; }
.fa-mobile-screen-button::before {
content: "\f3cd"; }
.fa-mobile-alt::before {
content: "\f3cd"; }
.fa-volume-high::before {
content: "\f028"; }
.fa-volume-up::before {
content: "\f028"; }
.fa-users-rays::before {
content: "\e593"; }
.fa-wallet::before {
content: "\f555"; }
.fa-clipboard-check::before {
content: "\f46c"; }
.fa-file-audio::before {
content: "\f1c7"; }
.fa-burger::before {
content: "\f805"; }
.fa-hamburger::before {
content: "\f805"; }
.fa-wrench::before {
content: "\f0ad"; }
.fa-bugs::before {
content: "\e4d0"; }
.fa-rupee-sign::before {
content: "\f156"; }
.fa-rupee::before {
content: "\f156"; }
.fa-file-image::before {
content: "\f1c5"; }
.fa-circle-question::before {
content: "\f059"; }
.fa-question-circle::before {
content: "\f059"; }
.fa-plane-departure::before {
content: "\f5b0"; }
.fa-handshake-slash::before {
content: "\e060"; }
.fa-book-bookmark::before {
content: "\e0bb"; }
.fa-code-branch::before {
content: "\f126"; }
.fa-hat-cowboy::before {
content: "\f8c0"; }
.fa-bridge::before {
content: "\e4c8"; }
.fa-phone-flip::before {
content: "\f879"; }
.fa-phone-alt::before {
content: "\f879"; }
.fa-truck-front::before {
content: "\e2b7"; }
.fa-cat::before {
content: "\f6be"; }
.fa-anchor-circle-exclamation::before {
content: "\e4ab"; }
.fa-truck-field::before {
content: "\e58d"; }
.fa-route::before {
content: "\f4d7"; }
.fa-clipboard-question::before {
content: "\e4e3"; }
.fa-panorama::before {
content: "\e209"; }
.fa-comment-medical::before {
content: "\f7f5"; }
.fa-teeth-open::before {
content: "\f62f"; }
.fa-file-circle-minus::before {
content: "\e4ed"; }
.fa-tags::before {
content: "\f02c"; }
.fa-wine-glass::before {
content: "\f4e3"; }
.fa-forward-fast::before {
content: "\f050"; }
.fa-fast-forward::before {
content: "\f050"; }
.fa-face-meh-blank::before {
content: "\f5a4"; }
.fa-meh-blank::before {
content: "\f5a4"; }
.fa-square-parking::before {
content: "\f540"; }
.fa-parking::before {
content: "\f540"; }
.fa-house-signal::before {
content: "\e012"; }
.fa-bars-progress::before {
content: "\f828"; }
.fa-tasks-alt::before {
content: "\f828"; }
.fa-faucet-drip::before {
content: "\e006"; }
.fa-cart-flatbed::before {
content: "\f474"; }
.fa-dolly-flatbed::before {
content: "\f474"; }
.fa-ban-smoking::before {
content: "\f54d"; }
.fa-smoking-ban::before {
content: "\f54d"; }
.fa-terminal::before {
content: "\f120"; }
.fa-mobile-button::before {
content: "\f10b"; }
.fa-house-medical-flag::before {
content: "\e514"; }
.fa-basket-shopping::before {
content: "\f291"; }
.fa-shopping-basket::before {
content: "\f291"; }
.fa-tape::before {
content: "\f4db"; }
.fa-bus-simple::before {
content: "\f55e"; }
.fa-bus-alt::before {
content: "\f55e"; }
.fa-eye::before {
content: "\f06e"; }
.fa-face-sad-cry::before {
content: "\f5b3"; }
.fa-sad-cry::before {
content: "\f5b3"; }
.fa-audio-description::before {
content: "\f29e"; }
.fa-person-military-to-person::before {
content: "\e54c"; }
.fa-file-shield::before {
content: "\e4f0"; }
.fa-user-slash::before {
content: "\f506"; }
.fa-pen::before {
content: "\f304"; }
.fa-tower-observation::before {
content: "\e586"; }
.fa-file-code::before {
content: "\f1c9"; }
.fa-signal::before {
content: "\f012"; }
.fa-signal-5::before {
content: "\f012"; }
.fa-signal-perfect::before {
content: "\f012"; }
.fa-bus::before {
content: "\f207"; }
.fa-heart-circle-xmark::before {
content: "\e501"; }
.fa-house-chimney::before {
content: "\e3af"; }
.fa-home-lg::before {
content: "\e3af"; }
.fa-window-maximize::before {
content: "\f2d0"; }
.fa-face-frown::before {
content: "\f119"; }
.fa-frown::before {
content: "\f119"; }
.fa-prescription::before {
content: "\f5b1"; }
.fa-shop::before {
content: "\f54f"; }
.fa-store-alt::before {
content: "\f54f"; }
.fa-floppy-disk::before {
content: "\f0c7"; }
.fa-save::before {
content: "\f0c7"; }
.fa-vihara::before {
content: "\f6a7"; }
.fa-scale-unbalanced::before {
content: "\f515"; }
.fa-balance-scale-left::before {
content: "\f515"; }
.fa-sort-up::before {
content: "\f0de"; }
.fa-sort-asc::before {
content: "\f0de"; }
.fa-comment-dots::before {
content: "\f4ad"; }
.fa-commenting::before {
content: "\f4ad"; }
.fa-plant-wilt::before {
content: "\e5aa"; }
.fa-diamond::before {
content: "\f219"; }
.fa-face-grin-squint::before {
content: "\f585"; }
.fa-grin-squint::before {
content: "\f585"; }
.fa-hand-holding-dollar::before {
content: "\f4c0"; }
.fa-hand-holding-usd::before {
content: "\f4c0"; }
.fa-bacterium::before {
content: "\e05a"; }
.fa-hand-pointer::before {
content: "\f25a"; }
.fa-drum-steelpan::before {
content: "\f56a"; }
.fa-hand-scissors::before {
content: "\f257"; }
.fa-hands-praying::before {
content: "\f684"; }
.fa-praying-hands::before {
content: "\f684"; }
.fa-arrow-rotate-right::before {
content: "\f01e"; }
.fa-arrow-right-rotate::before {
content: "\f01e"; }
.fa-arrow-rotate-forward::before {
content: "\f01e"; }
.fa-redo::before {
content: "\f01e"; }
.fa-biohazard::before {
content: "\f780"; }
.fa-location-crosshairs::before {
content: "\f601"; }
.fa-location::before {
content: "\f601"; }
.fa-mars-double::before {
content: "\f227"; }
.fa-child-dress::before {
content: "\e59c"; }
.fa-users-between-lines::before {
content: "\e591"; }
.fa-lungs-virus::before {
content: "\e067"; }
.fa-face-grin-tears::before {
content: "\f588"; }
.fa-grin-tears::before {
content: "\f588"; }
.fa-phone::before {
content: "\f095"; }
.fa-calendar-xmark::before {
content: "\f273"; }
.fa-calendar-times::before {
content: "\f273"; }
.fa-child-reaching::before {
content: "\e59d"; }
.fa-head-side-virus::before {
content: "\e064"; }
.fa-user-gear::before {
content: "\f4fe"; }
.fa-user-cog::before {
content: "\f4fe"; }
.fa-arrow-up-1-9::before {
content: "\f163"; }
.fa-sort-numeric-up::before {
content: "\f163"; }
.fa-door-closed::before {
content: "\f52a"; }
.fa-shield-virus::before {
content: "\e06c"; }
.fa-dice-six::before {
content: "\f526"; }
.fa-mosquito-net::before {
content: "\e52c"; }
.fa-bridge-water::before {
content: "\e4ce"; }
.fa-person-booth::before {
content: "\f756"; }
.fa-text-width::before {
content: "\f035"; }
.fa-hat-wizard::before {
content: "\f6e8"; }
.fa-pen-fancy::before {
content: "\f5ac"; }
.fa-person-digging::before {
content: "\f85e"; }
.fa-digging::before {
content: "\f85e"; }
.fa-trash::before {
content: "\f1f8"; }
.fa-gauge-simple::before {
content: "\f629"; }
.fa-gauge-simple-med::before {
content: "\f629"; }
.fa-tachometer-average::before {
content: "\f629"; }
.fa-book-medical::before {
content: "\f7e6"; }
.fa-poo::before {
content: "\f2fe"; }
.fa-quote-right::before {
content: "\f10e"; }
.fa-quote-right-alt::before {
content: "\f10e"; }
.fa-shirt::before {
content: "\f553"; }
.fa-t-shirt::before {
content: "\f553"; }
.fa-tshirt::before {
content: "\f553"; }
.fa-cubes::before {
content: "\f1b3"; }
.fa-divide::before {
content: "\f529"; }
.fa-tenge-sign::before {
content: "\f7d7"; }
.fa-tenge::before {
content: "\f7d7"; }
.fa-headphones::before {
content: "\f025"; }
.fa-hands-holding::before {
content: "\f4c2"; }
.fa-hands-clapping::before {
content: "\e1a8"; }
.fa-republican::before {
content: "\f75e"; }
.fa-arrow-left::before {
content: "\f060"; }
.fa-person-circle-xmark::before {
content: "\e543"; }
.fa-ruler::before {
content: "\f545"; }
.fa-align-left::before {
content: "\f036"; }
.fa-dice-d6::before {
content: "\f6d1"; }
.fa-restroom::before {
content: "\f7bd"; }
.fa-j::before {
content: "\4a"; }
.fa-users-viewfinder::before {
content: "\e595"; }
.fa-file-video::before {
content: "\f1c8"; }
.fa-up-right-from-square::before {
content: "\f35d"; }
.fa-external-link-alt::before {
content: "\f35d"; }
.fa-table-cells::before {
content: "\f00a"; }
.fa-th::before {
content: "\f00a"; }
.fa-file-pdf::before {
content: "\f1c1"; }
.fa-book-bible::before {
content: "\f647"; }
.fa-bible::before {
content: "\f647"; }
.fa-o::before {
content: "\4f"; }
.fa-suitcase-medical::before {
content: "\f0fa"; }
.fa-medkit::before {
content: "\f0fa"; }
.fa-user-secret::before {
content: "\f21b"; }
.fa-otter::before {
content: "\f700"; }
.fa-person-dress::before {
content: "\f182"; }
.fa-female::before {
content: "\f182"; }
.fa-comment-dollar::before {
content: "\f651"; }
.fa-business-time::before {
content: "\f64a"; }
.fa-briefcase-clock::before {
content: "\f64a"; }
.fa-table-cells-large::before {
content: "\f009"; }
.fa-th-large::before {
content: "\f009"; }
.fa-book-tanakh::before {
content: "\f827"; }
.fa-tanakh::before {
content: "\f827"; }
.fa-phone-volume::before {
content: "\f2a0"; }
.fa-volume-control-phone::before {
content: "\f2a0"; }
.fa-hat-cowboy-side::before {
content: "\f8c1"; }
.fa-clipboard-user::before {
content: "\f7f3"; }
.fa-child::before {
content: "\f1ae"; }
.fa-lira-sign::before {
content: "\f195"; }
.fa-satellite::before {
content: "\f7bf"; }
.fa-plane-lock::before {
content: "\e558"; }
.fa-tag::before {
content: "\f02b"; }
.fa-comment::before {
content: "\f075"; }
.fa-cake-candles::before {
content: "\f1fd"; }
.fa-birthday-cake::before {
content: "\f1fd"; }
.fa-cake::before {
content: "\f1fd"; }
.fa-envelope::before {
content: "\f0e0"; }
.fa-angles-up::before {
content: "\f102"; }
.fa-angle-double-up::before {
content: "\f102"; }
.fa-paperclip::before {
content: "\f0c6"; }
.fa-arrow-right-to-city::before {
content: "\e4b3"; }
.fa-ribbon::before {
content: "\f4d6"; }
.fa-lungs::before {
content: "\f604"; }
.fa-arrow-up-9-1::before {
content: "\f887"; }
.fa-sort-numeric-up-alt::before {
content: "\f887"; }
.fa-litecoin-sign::before {
content: "\e1d3"; }
.fa-border-none::before {
content: "\f850"; }
.fa-circle-nodes::before {
content: "\e4e2"; }
.fa-parachute-box::before {
content: "\f4cd"; }
.fa-indent::before {
content: "\f03c"; }
.fa-truck-field-un::before {
content: "\e58e"; }
.fa-hourglass::before {
content: "\f254"; }
.fa-hourglass-empty::before {
content: "\f254"; }
.fa-mountain::before {
content: "\f6fc"; }
.fa-user-doctor::before {
content: "\f0f0"; }
.fa-user-md::before {
content: "\f0f0"; }
.fa-circle-info::before {
content: "\f05a"; }
.fa-info-circle::before {
content: "\f05a"; }
.fa-cloud-meatball::before {
content: "\f73b"; }
.fa-camera::before {
content: "\f030"; }
.fa-camera-alt::before {
content: "\f030"; }
.fa-square-virus::before {
content: "\e578"; }
.fa-meteor::before {
content: "\f753"; }
.fa-car-on::before {
content: "\e4dd"; }
.fa-sleigh::before {
content: "\f7cc"; }
.fa-arrow-down-1-9::before {
content: "\f162"; }
.fa-sort-numeric-asc::before {
content: "\f162"; }
.fa-sort-numeric-down::before {
content: "\f162"; }
.fa-hand-holding-droplet::before {
content: "\f4c1"; }
.fa-hand-holding-water::before {
content: "\f4c1"; }
.fa-water::before {
content: "\f773"; }
.fa-calendar-check::before {
content: "\f274"; }
.fa-braille::before {
content: "\f2a1"; }
.fa-prescription-bottle-medical::before {
content: "\f486"; }
.fa-prescription-bottle-alt::before {
content: "\f486"; }
.fa-landmark::before {
content: "\f66f"; }
.fa-truck::before {
content: "\f0d1"; }
.fa-crosshairs::before {
content: "\f05b"; }
.fa-person-cane::before {
content: "\e53c"; }
.fa-tent::before {
content: "\e57d"; }
.fa-vest-patches::before {
content: "\e086"; }
.fa-check-double::before {
content: "\f560"; }
.fa-arrow-down-a-z::before {
content: "\f15d"; }
.fa-sort-alpha-asc::before {
content: "\f15d"; }
.fa-sort-alpha-down::before {
content: "\f15d"; }
.fa-money-bill-wheat::before {
content: "\e52a"; }
.fa-cookie::before {
content: "\f563"; }
.fa-arrow-rotate-left::before {
content: "\f0e2"; }
.fa-arrow-left-rotate::before {
content: "\f0e2"; }
.fa-arrow-rotate-back::before {
content: "\f0e2"; }
.fa-arrow-rotate-backward::before {
content: "\f0e2"; }
.fa-undo::before {
content: "\f0e2"; }
.fa-hard-drive::before {
content: "\f0a0"; }
.fa-hdd::before {
content: "\f0a0"; }
.fa-face-grin-squint-tears::before {
content: "\f586"; }
.fa-grin-squint-tears::before {
content: "\f586"; }
.fa-dumbbell::before {
content: "\f44b"; }
.fa-rectangle-list::before {
content: "\f022"; }
.fa-list-alt::before {
content: "\f022"; }
.fa-tarp-droplet::before {
content: "\e57c"; }
.fa-house-medical-circle-check::before {
content: "\e511"; }
.fa-person-skiing-nordic::before {
content: "\f7ca"; }
.fa-skiing-nordic::before {
content: "\f7ca"; }
.fa-calendar-plus::before {
content: "\f271"; }
.fa-plane-arrival::before {
content: "\f5af"; }
.fa-circle-left::before {
content: "\f359"; }
.fa-arrow-alt-circle-left::before {
content: "\f359"; }
.fa-train-subway::before {
content: "\f239"; }
.fa-subway::before {
content: "\f239"; }
.fa-chart-gantt::before {
content: "\e0e4"; }
.fa-indian-rupee-sign::before {
content: "\e1bc"; }
.fa-indian-rupee::before {
content: "\e1bc"; }
.fa-inr::before {
content: "\e1bc"; }
.fa-crop-simple::before {
content: "\f565"; }
.fa-crop-alt::before {
content: "\f565"; }
.fa-money-bill-1::before {
content: "\f3d1"; }
.fa-money-bill-alt::before {
content: "\f3d1"; }
.fa-left-long::before {
content: "\f30a"; }
.fa-long-arrow-alt-left::before {
content: "\f30a"; }
.fa-dna::before {
content: "\f471"; }
.fa-virus-slash::before {
content: "\e075"; }
.fa-minus::before {
content: "\f068"; }
.fa-subtract::before {
content: "\f068"; }
.fa-chess::before {
content: "\f439"; }
.fa-arrow-left-long::before {
content: "\f177"; }
.fa-long-arrow-left::before {
content: "\f177"; }
.fa-plug-circle-check::before {
content: "\e55c"; }
.fa-street-view::before {
content: "\f21d"; }
.fa-franc-sign::before {
content: "\e18f"; }
.fa-volume-off::before {
content: "\f026"; }
.fa-hands-asl-interpreting::before {
content: "\f2a3"; }
.fa-american-sign-language-interpreting::before {
content: "\f2a3"; }
.fa-asl-interpreting::before {
content: "\f2a3"; }
.fa-hands-american-sign-language-interpreting::before {
content: "\f2a3"; }
.fa-gear::before {
content: "\f013"; }
.fa-cog::before {
content: "\f013"; }
.fa-droplet-slash::before {
content: "\f5c7"; }
.fa-tint-slash::before {
content: "\f5c7"; }
.fa-mosque::before {
content: "\f678"; }
.fa-mosquito::before {
content: "\e52b"; }
.fa-star-of-david::before {
content: "\f69a"; }
.fa-person-military-rifle::before {
content: "\e54b"; }
.fa-cart-shopping::before {
content: "\f07a"; }
.fa-shopping-cart::before {
content: "\f07a"; }
.fa-vials::before {
content: "\f493"; }
.fa-plug-circle-plus::before {
content: "\e55f"; }
.fa-place-of-worship::before {
content: "\f67f"; }
.fa-grip-vertical::before {
content: "\f58e"; }
.fa-arrow-turn-up::before {
content: "\f148"; }
.fa-level-up::before {
content: "\f148"; }
.fa-u::before {
content: "\55"; }
.fa-square-root-variable::before {
content: "\f698"; }
.fa-square-root-alt::before {
content: "\f698"; }
.fa-clock::before {
content: "\f017"; }
.fa-clock-four::before {
content: "\f017"; }
.fa-backward-step::before {
content: "\f048"; }
.fa-step-backward::before {
content: "\f048"; }
.fa-pallet::before {
content: "\f482"; }
.fa-faucet::before {
content: "\e005"; }
.fa-baseball-bat-ball::before {
content: "\f432"; }
.fa-s::before {
content: "\53"; }
.fa-timeline::before {
content: "\e29c"; }
.fa-keyboard::before {
content: "\f11c"; }
.fa-caret-down::before {
content: "\f0d7"; }
.fa-house-chimney-medical::before {
content: "\f7f2"; }
.fa-clinic-medical::before {
content: "\f7f2"; }
.fa-temperature-three-quarters::before {
content: "\f2c8"; }
.fa-temperature-3::before {
content: "\f2c8"; }
.fa-thermometer-3::before {
content: "\f2c8"; }
.fa-thermometer-three-quarters::before {
content: "\f2c8"; }
.fa-mobile-screen::before {
content: "\f3cf"; }
.fa-mobile-android-alt::before {
content: "\f3cf"; }
.fa-plane-up::before {
content: "\e22d"; }
.fa-piggy-bank::before {
content: "\f4d3"; }
.fa-battery-half::before {
content: "\f242"; }
.fa-battery-3::before {
content: "\f242"; }
.fa-mountain-city::before {
content: "\e52e"; }
.fa-coins::before {
content: "\f51e"; }
.fa-khanda::before {
content: "\f66d"; }
.fa-sliders::before {
content: "\f1de"; }
.fa-sliders-h::before {
content: "\f1de"; }
.fa-folder-tree::before {
content: "\f802"; }
.fa-network-wired::before {
content: "\f6ff"; }
.fa-map-pin::before {
content: "\f276"; }
.fa-hamsa::before {
content: "\f665"; }
.fa-cent-sign::before {
content: "\e3f5"; }
.fa-flask::before {
content: "\f0c3"; }
.fa-person-pregnant::before {
content: "\e31e"; }
.fa-wand-sparkles::before {
content: "\f72b"; }
.fa-ellipsis-vertical::before {
content: "\f142"; }
.fa-ellipsis-v::before {
content: "\f142"; }
.fa-ticket::before {
content: "\f145"; }
.fa-power-off::before {
content: "\f011"; }
.fa-right-long::before {
content: "\f30b"; }
.fa-long-arrow-alt-right::before {
content: "\f30b"; }
.fa-flag-usa::before {
content: "\f74d"; }
.fa-laptop-file::before {
content: "\e51d"; }
.fa-tty::before {
content: "\f1e4"; }
.fa-teletype::before {
content: "\f1e4"; }
.fa-diagram-next::before {
content: "\e476"; }
.fa-person-rifle::before {
content: "\e54e"; }
.fa-house-medical-circle-exclamation::before {
content: "\e512"; }
.fa-closed-captioning::before {
content: "\f20a"; }
.fa-person-hiking::before {
content: "\f6ec"; }
.fa-hiking::before {
content: "\f6ec"; }
.fa-venus-double::before {
content: "\f226"; }
.fa-images::before {
content: "\f302"; }
.fa-calculator::before {
content: "\f1ec"; }
.fa-people-pulling::before {
content: "\e535"; }
.fa-n::before {
content: "\4e"; }
.fa-cable-car::before {
content: "\f7da"; }
.fa-tram::before {
content: "\f7da"; }
.fa-cloud-rain::before {
content: "\f73d"; }
.fa-building-circle-xmark::before {
content: "\e4d4"; }
.fa-ship::before {
content: "\f21a"; }
.fa-arrows-down-to-line::before {
content: "\e4b8"; }
.fa-download::before {
content: "\f019"; }
.fa-face-grin::before {
content: "\f580"; }
.fa-grin::before {
content: "\f580"; }
.fa-delete-left::before {
content: "\f55a"; }
.fa-backspace::before {
content: "\f55a"; }
.fa-eye-dropper::before {
content: "\f1fb"; }
.fa-eye-dropper-empty::before {
content: "\f1fb"; }
.fa-eyedropper::before {
content: "\f1fb"; }
.fa-file-circle-check::before {
content: "\e5a0"; }
.fa-forward::before {
content: "\f04e"; }
.fa-mobile::before {
content: "\f3ce"; }
.fa-mobile-android::before {
content: "\f3ce"; }
.fa-mobile-phone::before {
content: "\f3ce"; }
.fa-face-meh::before {
content: "\f11a"; }
.fa-meh::before {
content: "\f11a"; }
.fa-align-center::before {
content: "\f037"; }
.fa-book-skull::before {
content: "\f6b7"; }
.fa-book-dead::before {
content: "\f6b7"; }
.fa-id-card::before {
content: "\f2c2"; }
.fa-drivers-license::before {
content: "\f2c2"; }
.fa-outdent::before {
content: "\f03b"; }
.fa-dedent::before {
content: "\f03b"; }
.fa-heart-circle-exclamation::before {
content: "\e4fe"; }
.fa-house::before {
content: "\f015"; }
.fa-home::before {
content: "\f015"; }
.fa-home-alt::before {
content: "\f015"; }
.fa-home-lg-alt::before {
content: "\f015"; }
.fa-calendar-week::before {
content: "\f784"; }
.fa-laptop-medical::before {
content: "\f812"; }
.fa-b::before {
content: "\42"; }
.fa-file-medical::before {
content: "\f477"; }
.fa-dice-one::before {
content: "\f525"; }
.fa-kiwi-bird::before {
content: "\f535"; }
.fa-arrow-right-arrow-left::before {
content: "\f0ec"; }
.fa-exchange::before {
content: "\f0ec"; }
.fa-rotate-right::before {
content: "\f2f9"; }
.fa-redo-alt::before {
content: "\f2f9"; }
.fa-rotate-forward::before {
content: "\f2f9"; }
.fa-utensils::before {
content: "\f2e7"; }
.fa-cutlery::before {
content: "\f2e7"; }
.fa-arrow-up-wide-short::before {
content: "\f161"; }
.fa-sort-amount-up::before {
content: "\f161"; }
.fa-mill-sign::before {
content: "\e1ed"; }
.fa-bowl-rice::before {
content: "\e2eb"; }
.fa-skull::before {
content: "\f54c"; }
.fa-tower-broadcast::before {
content: "\f519"; }
.fa-broadcast-tower::before {
content: "\f519"; }
.fa-truck-pickup::before {
content: "\f63c"; }
.fa-up-long::before {
content: "\f30c"; }
.fa-long-arrow-alt-up::before {
content: "\f30c"; }
.fa-stop::before {
content: "\f04d"; }
.fa-code-merge::before {
content: "\f387"; }
.fa-upload::before {
content: "\f093"; }
.fa-hurricane::before {
content: "\f751"; }
.fa-mound::before {
content: "\e52d"; }
.fa-toilet-portable::before {
content: "\e583"; }
.fa-compact-disc::before {
content: "\f51f"; }
.fa-file-arrow-down::before {
content: "\f56d"; }
.fa-file-download::before {
content: "\f56d"; }
.fa-caravan::before {
content: "\f8ff"; }
.fa-shield-cat::before {
content: "\e572"; }
.fa-bolt::before {
content: "\f0e7"; }
.fa-zap::before {
content: "\f0e7"; }
.fa-glass-water::before {
content: "\e4f4"; }
.fa-oil-well::before {
content: "\e532"; }
.fa-vault::before {
content: "\e2c5"; }
.fa-mars::before {
content: "\f222"; }
.fa-toilet::before {
content: "\f7d8"; }
.fa-plane-circle-xmark::before {
content: "\e557"; }
.fa-yen-sign::before {
content: "\f157"; }
.fa-cny::before {
content: "\f157"; }
.fa-jpy::before {
content: "\f157"; }
.fa-rmb::before {
content: "\f157"; }
.fa-yen::before {
content: "\f157"; }
.fa-ruble-sign::before {
content: "\f158"; }
.fa-rouble::before {
content: "\f158"; }
.fa-rub::before {
content: "\f158"; }
.fa-ruble::before {
content: "\f158"; }
.fa-sun::before {
content: "\f185"; }
.fa-guitar::before {
content: "\f7a6"; }
.fa-face-laugh-wink::before {
content: "\f59c"; }
.fa-laugh-wink::before {
content: "\f59c"; }
.fa-horse-head::before {
content: "\f7ab"; }
.fa-bore-hole::before {
content: "\e4c3"; }
.fa-industry::before {
content: "\f275"; }
.fa-circle-down::before {
content: "\f358"; }
.fa-arrow-alt-circle-down::before {
content: "\f358"; }
.fa-arrows-turn-to-dots::before {
content: "\e4c1"; }
.fa-florin-sign::before {
content: "\e184"; }
.fa-arrow-down-short-wide::before {
content: "\f884"; }
.fa-sort-amount-desc::before {
content: "\f884"; }
.fa-sort-amount-down-alt::before {
content: "\f884"; }
.fa-less-than::before {
content: "\3c"; }
.fa-angle-down::before {
content: "\f107"; }
.fa-car-tunnel::before {
content: "\e4de"; }
.fa-head-side-cough::before {
content: "\e061"; }
.fa-grip-lines::before {
content: "\f7a4"; }
.fa-thumbs-down::before {
content: "\f165"; }
.fa-user-lock::before {
content: "\f502"; }
.fa-arrow-right-long::before {
content: "\f178"; }
.fa-long-arrow-right::before {
content: "\f178"; }
.fa-anchor-circle-xmark::before {
content: "\e4ac"; }
.fa-ellipsis::before {
content: "\f141"; }
.fa-ellipsis-h::before {
content: "\f141"; }
.fa-chess-pawn::before {
content: "\f443"; }
.fa-kit-medical::before {
content: "\f479"; }
.fa-first-aid::before {
content: "\f479"; }
.fa-person-through-window::before {
content: "\e5a9"; }
.fa-toolbox::before {
content: "\f552"; }
.fa-hands-holding-circle::before {
content: "\e4fb"; }
.fa-bug::before {
content: "\f188"; }
.fa-credit-card::before {
content: "\f09d"; }
.fa-credit-card-alt::before {
content: "\f09d"; }
.fa-car::before {
content: "\f1b9"; }
.fa-automobile::before {
content: "\f1b9"; }
.fa-hand-holding-hand::before {
content: "\e4f7"; }
.fa-book-open-reader::before {
content: "\f5da"; }
.fa-book-reader::before {
content: "\f5da"; }
.fa-mountain-sun::before {
content: "\e52f"; }
.fa-arrows-left-right-to-line::before {
content: "\e4ba"; }
.fa-dice-d20::before {
content: "\f6cf"; }
.fa-truck-droplet::before {
content: "\e58c"; }
.fa-file-circle-xmark::before {
content: "\e5a1"; }
.fa-temperature-arrow-up::before {
content: "\e040"; }
.fa-temperature-up::before {
content: "\e040"; }
.fa-medal::before {
content: "\f5a2"; }
.fa-bed::before {
content: "\f236"; }
.fa-square-h::before {
content: "\f0fd"; }
.fa-h-square::before {
content: "\f0fd"; }
.fa-podcast::before {
content: "\f2ce"; }
.fa-temperature-full::before {
content: "\f2c7"; }
.fa-temperature-4::before {
content: "\f2c7"; }
.fa-thermometer-4::before {
content: "\f2c7"; }
.fa-thermometer-full::before {
content: "\f2c7"; }
.fa-bell::before {
content: "\f0f3"; }
.fa-superscript::before {
content: "\f12b"; }
.fa-plug-circle-xmark::before {
content: "\e560"; }
.fa-star-of-life::before {
content: "\f621"; }
.fa-phone-slash::before {
content: "\f3dd"; }
.fa-paint-roller::before {
content: "\f5aa"; }
.fa-handshake-angle::before {
content: "\f4c4"; }
.fa-hands-helping::before {
content: "\f4c4"; }
.fa-location-dot::before {
content: "\f3c5"; }
.fa-map-marker-alt::before {
content: "\f3c5"; }
.fa-file::before {
content: "\f15b"; }
.fa-greater-than::before {
content: "\3e"; }
.fa-person-swimming::before {
content: "\f5c4"; }
.fa-swimmer::before {
content: "\f5c4"; }
.fa-arrow-down::before {
content: "\f063"; }
.fa-droplet::before {
content: "\f043"; }
.fa-tint::before {
content: "\f043"; }
.fa-eraser::before {
content: "\f12d"; }
.fa-earth-americas::before {
content: "\f57d"; }
.fa-earth::before {
content: "\f57d"; }
.fa-earth-america::before {
content: "\f57d"; }
.fa-globe-americas::before {
content: "\f57d"; }
.fa-person-burst::before {
content: "\e53b"; }
.fa-dove::before {
content: "\f4ba"; }
.fa-battery-empty::before {
content: "\f244"; }
.fa-battery-0::before {
content: "\f244"; }
.fa-socks::before {
content: "\f696"; }
.fa-inbox::before {
content: "\f01c"; }
.fa-section::before {
content: "\e447"; }
.fa-gauge-high::before {
content: "\f625"; }
.fa-tachometer-alt::before {
content: "\f625"; }
.fa-tachometer-alt-fast::before {
content: "\f625"; }
.fa-envelope-open-text::before {
content: "\f658"; }
.fa-hospital::before {
content: "\f0f8"; }
.fa-hospital-alt::before {
content: "\f0f8"; }
.fa-hospital-wide::before {
content: "\f0f8"; }
.fa-wine-bottle::before {
content: "\f72f"; }
.fa-chess-rook::before {
content: "\f447"; }
.fa-bars-staggered::before {
content: "\f550"; }
.fa-reorder::before {
content: "\f550"; }
.fa-stream::before {
content: "\f550"; }
.fa-dharmachakra::before {
content: "\f655"; }
.fa-hotdog::before {
content: "\f80f"; }
.fa-person-walking-with-cane::before {
content: "\f29d"; }
.fa-blind::before {
content: "\f29d"; }
.fa-drum::before {
content: "\f569"; }
.fa-ice-cream::before {
content: "\f810"; }
.fa-heart-circle-bolt::before {
content: "\e4fc"; }
.fa-fax::before {
content: "\f1ac"; }
.fa-paragraph::before {
content: "\f1dd"; }
.fa-check-to-slot::before {
content: "\f772"; }
.fa-vote-yea::before {
content: "\f772"; }
.fa-star-half::before {
content: "\f089"; }
.fa-boxes-stacked::before {
content: "\f468"; }
.fa-boxes::before {
content: "\f468"; }
.fa-boxes-alt::before {
content: "\f468"; }
.fa-link::before {
content: "\f0c1"; }
.fa-chain::before {
content: "\f0c1"; }
.fa-ear-listen::before {
content: "\f2a2"; }
.fa-assistive-listening-systems::before {
content: "\f2a2"; }
.fa-tree-city::before {
content: "\e587"; }
.fa-play::before {
content: "\f04b"; }
.fa-font::before {
content: "\f031"; }
.fa-table-cells-row-lock::before {
content: "\e67a"; }
.fa-rupiah-sign::before {
content: "\e23d"; }
.fa-magnifying-glass::before {
content: "\f002"; }
.fa-search::before {
content: "\f002"; }
.fa-table-tennis-paddle-ball::before {
content: "\f45d"; }
.fa-ping-pong-paddle-ball::before {
content: "\f45d"; }
.fa-table-tennis::before {
content: "\f45d"; }
.fa-person-dots-from-line::before {
content: "\f470"; }
.fa-diagnoses::before {
content: "\f470"; }
.fa-trash-can-arrow-up::before {
content: "\f82a"; }
.fa-trash-restore-alt::before {
content: "\f82a"; }
.fa-naira-sign::before {
content: "\e1f6"; }
.fa-cart-arrow-down::before {
content: "\f218"; }
.fa-walkie-talkie::before {
content: "\f8ef"; }
.fa-file-pen::before {
content: "\f31c"; }
.fa-file-edit::before {
content: "\f31c"; }
.fa-receipt::before {
content: "\f543"; }
.fa-square-pen::before {
content: "\f14b"; }
.fa-pen-square::before {
content: "\f14b"; }
.fa-pencil-square::before {
content: "\f14b"; }
.fa-suitcase-rolling::before {
content: "\f5c1"; }
.fa-person-circle-exclamation::before {
content: "\e53f"; }
.fa-chevron-down::before {
content: "\f078"; }
.fa-battery-full::before {
content: "\f240"; }
.fa-battery::before {
content: "\f240"; }
.fa-battery-5::before {
content: "\f240"; }
.fa-skull-crossbones::before {
content: "\f714"; }
.fa-code-compare::before {
content: "\e13a"; }
.fa-list-ul::before {
content: "\f0ca"; }
.fa-list-dots::before {
content: "\f0ca"; }
.fa-school-lock::before {
content: "\e56f"; }
.fa-tower-cell::before {
content: "\e585"; }
.fa-down-long::before {
content: "\f309"; }
.fa-long-arrow-alt-down::before {
content: "\f309"; }
.fa-ranking-star::before {
content: "\e561"; }
.fa-chess-king::before {
content: "\f43f"; }
.fa-person-harassing::before {
content: "\e549"; }
.fa-brazilian-real-sign::before {
content: "\e46c"; }
.fa-landmark-dome::before {
content: "\f752"; }
.fa-landmark-alt::before {
content: "\f752"; }
.fa-arrow-up::before {
content: "\f062"; }
.fa-tv::before {
content: "\f26c"; }
.fa-television::before {
content: "\f26c"; }
.fa-tv-alt::before {
content: "\f26c"; }
.fa-shrimp::before {
content: "\e448"; }
.fa-list-check::before {
content: "\f0ae"; }
.fa-tasks::before {
content: "\f0ae"; }
.fa-jug-detergent::before {
content: "\e519"; }
.fa-circle-user::before {
content: "\f2bd"; }
.fa-user-circle::before {
content: "\f2bd"; }
.fa-user-shield::before {
content: "\f505"; }
.fa-wind::before {
content: "\f72e"; }
.fa-car-burst::before {
content: "\f5e1"; }
.fa-car-crash::before {
content: "\f5e1"; }
.fa-y::before {
content: "\59"; }
.fa-person-snowboarding::before {
content: "\f7ce"; }
.fa-snowboarding::before {
content: "\f7ce"; }
.fa-truck-fast::before {
content: "\f48b"; }
.fa-shipping-fast::before {
content: "\f48b"; }
.fa-fish::before {
content: "\f578"; }
.fa-user-graduate::before {
content: "\f501"; }
.fa-circle-half-stroke::before {
content: "\f042"; }
.fa-adjust::before {
content: "\f042"; }
.fa-clapperboard::before {
content: "\e131"; }
.fa-circle-radiation::before {
content: "\f7ba"; }
.fa-radiation-alt::before {
content: "\f7ba"; }
.fa-baseball::before {
content: "\f433"; }
.fa-baseball-ball::before {
content: "\f433"; }
.fa-jet-fighter-up::before {
content: "\e518"; }
.fa-diagram-project::before {
content: "\f542"; }
.fa-project-diagram::before {
content: "\f542"; }
.fa-copy::before {
content: "\f0c5"; }
.fa-volume-xmark::before {
content: "\f6a9"; }
.fa-volume-mute::before {
content: "\f6a9"; }
.fa-volume-times::before {
content: "\f6a9"; }
.fa-hand-sparkles::before {
content: "\e05d"; }
.fa-grip::before {
content: "\f58d"; }
.fa-grip-horizontal::before {
content: "\f58d"; }
.fa-share-from-square::before {
content: "\f14d"; }
.fa-share-square::before {
content: "\f14d"; }
.fa-child-combatant::before {
content: "\e4e0"; }
.fa-child-rifle::before {
content: "\e4e0"; }
.fa-gun::before {
content: "\e19b"; }
.fa-square-phone::before {
content: "\f098"; }
.fa-phone-square::before {
content: "\f098"; }
.fa-plus::before {
content: "\2b"; }
.fa-add::before {
content: "\2b"; }
.fa-expand::before {
content: "\f065"; }
.fa-computer::before {
content: "\e4e5"; }
.fa-xmark::before {
content: "\f00d"; }
.fa-close::before {
content: "\f00d"; }
.fa-multiply::before {
content: "\f00d"; }
.fa-remove::before {
content: "\f00d"; }
.fa-times::before {
content: "\f00d"; }
.fa-arrows-up-down-left-right::before {
content: "\f047"; }
.fa-arrows::before {
content: "\f047"; }
.fa-chalkboard-user::before {
content: "\f51c"; }
.fa-chalkboard-teacher::before {
content: "\f51c"; }
.fa-peso-sign::before {
content: "\e222"; }
.fa-building-shield::before {
content: "\e4d8"; }
.fa-baby::before {
content: "\f77c"; }
.fa-users-line::before {
content: "\e592"; }
.fa-quote-left::before {
content: "\f10d"; }
.fa-quote-left-alt::before {
content: "\f10d"; }
.fa-tractor::before {
content: "\f722"; }
.fa-trash-arrow-up::before {
content: "\f829"; }
.fa-trash-restore::before {
content: "\f829"; }
.fa-arrow-down-up-lock::before {
content: "\e4b0"; }
.fa-lines-leaning::before {
content: "\e51e"; }
.fa-ruler-combined::before {
content: "\f546"; }
.fa-copyright::before {
content: "\f1f9"; }
.fa-equals::before {
content: "\3d"; }
.fa-blender::before {
content: "\f517"; }
.fa-teeth::before {
content: "\f62e"; }
.fa-shekel-sign::before {
content: "\f20b"; }
.fa-ils::before {
content: "\f20b"; }
.fa-shekel::before {
content: "\f20b"; }
.fa-sheqel::before {
content: "\f20b"; }
.fa-sheqel-sign::before {
content: "\f20b"; }
.fa-map::before {
content: "\f279"; }
.fa-rocket::before {
content: "\f135"; }
.fa-photo-film::before {
content: "\f87c"; }
.fa-photo-video::before {
content: "\f87c"; }
.fa-folder-minus::before {
content: "\f65d"; }
.fa-store::before {
content: "\f54e"; }
.fa-arrow-trend-up::before {
content: "\e098"; }
.fa-plug-circle-minus::before {
content: "\e55e"; }
.fa-sign-hanging::before {
content: "\f4d9"; }
.fa-sign::before {
content: "\f4d9"; }
.fa-bezier-curve::before {
content: "\f55b"; }
.fa-bell-slash::before {
content: "\f1f6"; }
.fa-tablet::before {
content: "\f3fb"; }
.fa-tablet-android::before {
content: "\f3fb"; }
.fa-school-flag::before {
content: "\e56e"; }
.fa-fill::before {
content: "\f575"; }
.fa-angle-up::before {
content: "\f106"; }
.fa-drumstick-bite::before {
content: "\f6d7"; }
.fa-holly-berry::before {
content: "\f7aa"; }
.fa-chevron-left::before {
content: "\f053"; }
.fa-bacteria::before {
content: "\e059"; }
.fa-hand-lizard::before {
content: "\f258"; }
.fa-notdef::before {
content: "\e1fe"; }
.fa-disease::before {
content: "\f7fa"; }
.fa-briefcase-medical::before {
content: "\f469"; }
.fa-genderless::before {
content: "\f22d"; }
.fa-chevron-right::before {
content: "\f054"; }
.fa-retweet::before {
content: "\f079"; }
.fa-car-rear::before {
content: "\f5de"; }
.fa-car-alt::before {
content: "\f5de"; }
.fa-pump-soap::before {
content: "\e06b"; }
.fa-video-slash::before {
content: "\f4e2"; }
.fa-battery-quarter::before {
content: "\f243"; }
.fa-battery-2::before {
content: "\f243"; }
.fa-radio::before {
content: "\f8d7"; }
.fa-baby-carriage::before {
content: "\f77d"; }
.fa-carriage-baby::before {
content: "\f77d"; }
.fa-traffic-light::before {
content: "\f637"; }
.fa-thermometer::before {
content: "\f491"; }
.fa-vr-cardboard::before {
content: "\f729"; }
.fa-hand-middle-finger::before {
content: "\f806"; }
.fa-percent::before {
content: "\25"; }
.fa-percentage::before {
content: "\25"; }
.fa-truck-moving::before {
content: "\f4df"; }
.fa-glass-water-droplet::before {
content: "\e4f5"; }
.fa-display::before {
content: "\e163"; }
.fa-face-smile::before {
content: "\f118"; }
.fa-smile::before {
content: "\f118"; }
.fa-thumbtack::before {
content: "\f08d"; }
.fa-thumb-tack::before {
content: "\f08d"; }
.fa-trophy::before {
content: "\f091"; }
.fa-person-praying::before {
content: "\f683"; }
.fa-pray::before {
content: "\f683"; }
.fa-hammer::before {
content: "\f6e3"; }
.fa-hand-peace::before {
content: "\f25b"; }
.fa-rotate::before {
content: "\f2f1"; }
.fa-sync-alt::before {
content: "\f2f1"; }
.fa-spinner::before {
content: "\f110"; }
.fa-robot::before {
content: "\f544"; }
.fa-peace::before {
content: "\f67c"; }
.fa-gears::before {
content: "\f085"; }
.fa-cogs::before {
content: "\f085"; }
.fa-warehouse::before {
content: "\f494"; }
.fa-arrow-up-right-dots::before {
content: "\e4b7"; }
.fa-splotch::before {
content: "\f5bc"; }
.fa-face-grin-hearts::before {
content: "\f584"; }
.fa-grin-hearts::before {
content: "\f584"; }
.fa-dice-four::before {
content: "\f524"; }
.fa-sim-card::before {
content: "\f7c4"; }
.fa-transgender::before {
content: "\f225"; }
.fa-transgender-alt::before {
content: "\f225"; }
.fa-mercury::before {
content: "\f223"; }
.fa-arrow-turn-down::before {
content: "\f149"; }
.fa-level-down::before {
content: "\f149"; }
.fa-person-falling-burst::before {
content: "\e547"; }
.fa-award::before {
content: "\f559"; }
.fa-ticket-simple::before {
content: "\f3ff"; }
.fa-ticket-alt::before {
content: "\f3ff"; }
.fa-building::before {
content: "\f1ad"; }
.fa-angles-left::before {
content: "\f100"; }
.fa-angle-double-left::before {
content: "\f100"; }
.fa-qrcode::before {
content: "\f029"; }
.fa-clock-rotate-left::before {
content: "\f1da"; }
.fa-history::before {
content: "\f1da"; }
.fa-face-grin-beam-sweat::before {
content: "\f583"; }
.fa-grin-beam-sweat::before {
content: "\f583"; }
.fa-file-export::before {
content: "\f56e"; }
.fa-arrow-right-from-file::before {
content: "\f56e"; }
.fa-shield::before {
content: "\f132"; }
.fa-shield-blank::before {
content: "\f132"; }
.fa-arrow-up-short-wide::before {
content: "\f885"; }
.fa-sort-amount-up-alt::before {
content: "\f885"; }
.fa-house-medical::before {
content: "\e3b2"; }
.fa-golf-ball-tee::before {
content: "\f450"; }
.fa-golf-ball::before {
content: "\f450"; }
.fa-circle-chevron-left::before {
content: "\f137"; }
.fa-chevron-circle-left::before {
content: "\f137"; }
.fa-house-chimney-window::before {
content: "\e00d"; }
.fa-pen-nib::before {
content: "\f5ad"; }
.fa-tent-arrow-turn-left::before {
content: "\e580"; }
.fa-tents::before {
content: "\e582"; }
.fa-wand-magic::before {
content: "\f0d0"; }
.fa-magic::before {
content: "\f0d0"; }
.fa-dog::before {
content: "\f6d3"; }
.fa-carrot::before {
content: "\f787"; }
.fa-moon::before {
content: "\f186"; }
.fa-wine-glass-empty::before {
content: "\f5ce"; }
.fa-wine-glass-alt::before {
content: "\f5ce"; }
.fa-cheese::before {
content: "\f7ef"; }
.fa-yin-yang::before {
content: "\f6ad"; }
.fa-music::before {
content: "\f001"; }
.fa-code-commit::before {
content: "\f386"; }
.fa-temperature-low::before {
content: "\f76b"; }
.fa-person-biking::before {
content: "\f84a"; }
.fa-biking::before {
content: "\f84a"; }
.fa-broom::before {
content: "\f51a"; }
.fa-shield-heart::before {
content: "\e574"; }
.fa-gopuram::before {
content: "\f664"; }
.fa-earth-oceania::before {
content: "\e47b"; }
.fa-globe-oceania::before {
content: "\e47b"; }
.fa-square-xmark::before {
content: "\f2d3"; }
.fa-times-square::before {
content: "\f2d3"; }
.fa-xmark-square::before {
content: "\f2d3"; }
.fa-hashtag::before {
content: "\23"; }
.fa-up-right-and-down-left-from-center::before {
content: "\f424"; }
.fa-expand-alt::before {
content: "\f424"; }
.fa-oil-can::before {
content: "\f613"; }
.fa-t::before {
content: "\54"; }
.fa-hippo::before {
content: "\f6ed"; }
.fa-chart-column::before {
content: "\e0e3"; }
.fa-infinity::before {
content: "\f534"; }
.fa-vial-circle-check::before {
content: "\e596"; }
.fa-person-arrow-down-to-line::before {
content: "\e538"; }
.fa-voicemail::before {
content: "\f897"; }
.fa-fan::before {
content: "\f863"; }
.fa-person-walking-luggage::before {
content: "\e554"; }
.fa-up-down::before {
content: "\f338"; }
.fa-arrows-alt-v::before {
content: "\f338"; }
.fa-cloud-moon-rain::before {
content: "\f73c"; }
.fa-calendar::before {
content: "\f133"; }
.fa-trailer::before {
content: "\e041"; }
.fa-bahai::before {
content: "\f666"; }
.fa-haykal::before {
content: "\f666"; }
.fa-sd-card::before {
content: "\f7c2"; }
.fa-dragon::before {
content: "\f6d5"; }
.fa-shoe-prints::before {
content: "\f54b"; }
.fa-circle-plus::before {
content: "\f055"; }
.fa-plus-circle::before {
content: "\f055"; }
.fa-face-grin-tongue-wink::before {
content: "\f58b"; }
.fa-grin-tongue-wink::before {
content: "\f58b"; }
.fa-hand-holding::before {
content: "\f4bd"; }
.fa-plug-circle-exclamation::before {
content: "\e55d"; }
.fa-link-slash::before {
content: "\f127"; }
.fa-chain-broken::before {
content: "\f127"; }
.fa-chain-slash::before {
content: "\f127"; }
.fa-unlink::before {
content: "\f127"; }
.fa-clone::before {
content: "\f24d"; }
.fa-person-walking-arrow-loop-left::before {
content: "\e551"; }
.fa-arrow-up-z-a::before {
content: "\f882"; }
.fa-sort-alpha-up-alt::before {
content: "\f882"; }
.fa-fire-flame-curved::before {
content: "\f7e4"; }
.fa-fire-alt::before {
content: "\f7e4"; }
.fa-tornado::before {
content: "\f76f"; }
.fa-file-circle-plus::before {
content: "\e494"; }
.fa-book-quran::before {
content: "\f687"; }
.fa-quran::before {
content: "\f687"; }
.fa-anchor::before {
content: "\f13d"; }
.fa-border-all::before {
content: "\f84c"; }
.fa-face-angry::before {
content: "\f556"; }
.fa-angry::before {
content: "\f556"; }
.fa-cookie-bite::before {
content: "\f564"; }
.fa-arrow-trend-down::before {
content: "\e097"; }
.fa-rss::before {
content: "\f09e"; }
.fa-feed::before {
content: "\f09e"; }
.fa-draw-polygon::before {
content: "\f5ee"; }
.fa-scale-balanced::before {
content: "\f24e"; }
.fa-balance-scale::before {
content: "\f24e"; }
.fa-gauge-simple-high::before {
content: "\f62a"; }
.fa-tachometer::before {
content: "\f62a"; }
.fa-tachometer-fast::before {
content: "\f62a"; }
.fa-shower::before {
content: "\f2cc"; }
.fa-desktop::before {
content: "\f390"; }
.fa-desktop-alt::before {
content: "\f390"; }
.fa-m::before {
content: "\4d"; }
.fa-table-list::before {
content: "\f00b"; }
.fa-th-list::before {
content: "\f00b"; }
.fa-comment-sms::before {
content: "\f7cd"; }
.fa-sms::before {
content: "\f7cd"; }
.fa-book::before {
content: "\f02d"; }
.fa-user-plus::before {
content: "\f234"; }
.fa-check::before {
content: "\f00c"; }
.fa-battery-three-quarters::before {
content: "\f241"; }
.fa-battery-4::before {
content: "\f241"; }
.fa-house-circle-check::before {
content: "\e509"; }
.fa-angle-left::before {
content: "\f104"; }
.fa-diagram-successor::before {
content: "\e47a"; }
.fa-truck-arrow-right::before {
content: "\e58b"; }
.fa-arrows-split-up-and-left::before {
content: "\e4bc"; }
.fa-hand-fist::before {
content: "\f6de"; }
.fa-fist-raised::before {
content: "\f6de"; }
.fa-cloud-moon::before {
content: "\f6c3"; }
.fa-briefcase::before {
content: "\f0b1"; }
.fa-person-falling::before {
content: "\e546"; }
.fa-image-portrait::before {
content: "\f3e0"; }
.fa-portrait::before {
content: "\f3e0"; }
.fa-user-tag::before {
content: "\f507"; }
.fa-rug::before {
content: "\e569"; }
.fa-earth-europe::before {
content: "\f7a2"; }
.fa-globe-europe::before {
content: "\f7a2"; }
.fa-cart-flatbed-suitcase::before {
content: "\f59d"; }
.fa-luggage-cart::before {
content: "\f59d"; }
.fa-rectangle-xmark::before {
content: "\f410"; }
.fa-rectangle-times::before {
content: "\f410"; }
.fa-times-rectangle::before {
content: "\f410"; }
.fa-window-close::before {
content: "\f410"; }
.fa-baht-sign::before {
content: "\e0ac"; }
.fa-book-open::before {
content: "\f518"; }
.fa-book-journal-whills::before {
content: "\f66a"; }
.fa-journal-whills::before {
content: "\f66a"; }
.fa-handcuffs::before {
content: "\e4f8"; }
.fa-triangle-exclamation::before {
content: "\f071"; }
.fa-exclamation-triangle::before {
content: "\f071"; }
.fa-warning::before {
content: "\f071"; }
.fa-database::before {
content: "\f1c0"; }
.fa-share::before {
content: "\f064"; }
.fa-mail-forward::before {
content: "\f064"; }
.fa-bottle-droplet::before {
content: "\e4c4"; }
.fa-mask-face::before {
content: "\e1d7"; }
.fa-hill-rockslide::before {
content: "\e508"; }
.fa-right-left::before {
content: "\f362"; }
.fa-exchange-alt::before {
content: "\f362"; }
.fa-paper-plane::before {
content: "\f1d8"; }
.fa-road-circle-exclamation::before {
content: "\e565"; }
.fa-dungeon::before {
content: "\f6d9"; }
.fa-align-right::before {
content: "\f038"; }
.fa-money-bill-1-wave::before {
content: "\f53b"; }
.fa-money-bill-wave-alt::before {
content: "\f53b"; }
.fa-life-ring::before {
content: "\f1cd"; }
.fa-hands::before {
content: "\f2a7"; }
.fa-sign-language::before {
content: "\f2a7"; }
.fa-signing::before {
content: "\f2a7"; }
.fa-calendar-day::before {
content: "\f783"; }
.fa-water-ladder::before {
content: "\f5c5"; }
.fa-ladder-water::before {
content: "\f5c5"; }
.fa-swimming-pool::before {
content: "\f5c5"; }
.fa-arrows-up-down::before {
content: "\f07d"; }
.fa-arrows-v::before {
content: "\f07d"; }
.fa-face-grimace::before {
content: "\f57f"; }
.fa-grimace::before {
content: "\f57f"; }
.fa-wheelchair-move::before {
content: "\e2ce"; }
.fa-wheelchair-alt::before {
content: "\e2ce"; }
.fa-turn-down::before {
content: "\f3be"; }
.fa-level-down-alt::before {
content: "\f3be"; }
.fa-person-walking-arrow-right::before {
content: "\e552"; }
.fa-square-envelope::before {
content: "\f199"; }
.fa-envelope-square::before {
content: "\f199"; }
.fa-dice::before {
content: "\f522"; }
.fa-bowling-ball::before {
content: "\f436"; }
.fa-brain::before {
content: "\f5dc"; }
.fa-bandage::before {
content: "\f462"; }
.fa-band-aid::before {
content: "\f462"; }
.fa-calendar-minus::before {
content: "\f272"; }
.fa-circle-xmark::before {
content: "\f057"; }
.fa-times-circle::before {
content: "\f057"; }
.fa-xmark-circle::before {
content: "\f057"; }
.fa-gifts::before {
content: "\f79c"; }
.fa-hotel::before {
content: "\f594"; }
.fa-earth-asia::before {
content: "\f57e"; }
.fa-globe-asia::before {
content: "\f57e"; }
.fa-id-card-clip::before {
content: "\f47f"; }
.fa-id-card-alt::before {
content: "\f47f"; }
.fa-magnifying-glass-plus::before {
content: "\f00e"; }
.fa-search-plus::before {
content: "\f00e"; }
.fa-thumbs-up::before {
content: "\f164"; }
.fa-user-clock::before {
content: "\f4fd"; }
.fa-hand-dots::before {
content: "\f461"; }
.fa-allergies::before {
content: "\f461"; }
.fa-file-invoice::before {
content: "\f570"; }
.fa-window-minimize::before {
content: "\f2d1"; }
.fa-mug-saucer::before {
content: "\f0f4"; }
.fa-coffee::before {
content: "\f0f4"; }
.fa-brush::before {
content: "\f55d"; }
.fa-mask::before {
content: "\f6fa"; }
.fa-magnifying-glass-minus::before {
content: "\f010"; }
.fa-search-minus::before {
content: "\f010"; }
.fa-ruler-vertical::before {
content: "\f548"; }
.fa-user-large::before {
content: "\f406"; }
.fa-user-alt::before {
content: "\f406"; }
.fa-train-tram::before {
content: "\e5b4"; }
.fa-user-nurse::before {
content: "\f82f"; }
.fa-syringe::before {
content: "\f48e"; }
.fa-cloud-sun::before {
content: "\f6c4"; }
.fa-stopwatch-20::before {
content: "\e06f"; }
.fa-square-full::before {
content: "\f45c"; }
.fa-magnet::before {
content: "\f076"; }
.fa-jar::before {
content: "\e516"; }
.fa-note-sticky::before {
content: "\f249"; }
.fa-sticky-note::before {
content: "\f249"; }
.fa-bug-slash::before {
content: "\e490"; }
.fa-arrow-up-from-water-pump::before {
content: "\e4b6"; }
.fa-bone::before {
content: "\f5d7"; }
.fa-table-cells-row-unlock::before {
content: "\e691"; }
.fa-user-injured::before {
content: "\f728"; }
.fa-face-sad-tear::before {
content: "\f5b4"; }
.fa-sad-tear::before {
content: "\f5b4"; }
.fa-plane::before {
content: "\f072"; }
.fa-tent-arrows-down::before {
content: "\e581"; }
.fa-exclamation::before {
content: "\21"; }
.fa-arrows-spin::before {
content: "\e4bb"; }
.fa-print::before {
content: "\f02f"; }
.fa-turkish-lira-sign::before {
content: "\e2bb"; }
.fa-try::before {
content: "\e2bb"; }
.fa-turkish-lira::before {
content: "\e2bb"; }
.fa-dollar-sign::before {
content: "\24"; }
.fa-dollar::before {
content: "\24"; }
.fa-usd::before {
content: "\24"; }
.fa-x::before {
content: "\58"; }
.fa-magnifying-glass-dollar::before {
content: "\f688"; }
.fa-search-dollar::before {
content: "\f688"; }
.fa-users-gear::before {
content: "\f509"; }
.fa-users-cog::before {
content: "\f509"; }
.fa-person-military-pointing::before {
content: "\e54a"; }
.fa-building-columns::before {
content: "\f19c"; }
.fa-bank::before {
content: "\f19c"; }
.fa-institution::before {
content: "\f19c"; }
.fa-museum::before {
content: "\f19c"; }
.fa-university::before {
content: "\f19c"; }
.fa-umbrella::before {
content: "\f0e9"; }
.fa-trowel::before {
content: "\e589"; }
.fa-d::before {
content: "\44"; }
.fa-stapler::before {
content: "\e5af"; }
.fa-masks-theater::before {
content: "\f630"; }
.fa-theater-masks::before {
content: "\f630"; }
.fa-kip-sign::before {
content: "\e1c4"; }
.fa-hand-point-left::before {
content: "\f0a5"; }
.fa-handshake-simple::before {
content: "\f4c6"; }
.fa-handshake-alt::before {
content: "\f4c6"; }
.fa-jet-fighter::before {
content: "\f0fb"; }
.fa-fighter-jet::before {
content: "\f0fb"; }
.fa-square-share-nodes::before {
content: "\f1e1"; }
.fa-share-alt-square::before {
content: "\f1e1"; }
.fa-barcode::before {
content: "\f02a"; }
.fa-plus-minus::before {
content: "\e43c"; }
.fa-video::before {
content: "\f03d"; }
.fa-video-camera::before {
content: "\f03d"; }
.fa-graduation-cap::before {
content: "\f19d"; }
.fa-mortar-board::before {
content: "\f19d"; }
.fa-hand-holding-medical::before {
content: "\e05c"; }
.fa-person-circle-check::before {
content: "\e53e"; }
.fa-turn-up::before {
content: "\f3bf"; }
.fa-level-up-alt::before {
content: "\f3bf"; }
.sr-only,
.fa-sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0; }
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0; }
:root, :host {
--fa-style-family-brands: 'Font Awesome 6 Brands';
--fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }
@font-face {
font-family: 'Font Awesome 6 Brands';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/fa-brands-400.woff2) format("woff2"), url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/fa-brands-400.ttf) format("truetype"); }
.fab,
.fa-brands {
font-weight: 400; }
.fa-monero:before {
content: "\f3d0"; }
.fa-hooli:before {
content: "\f427"; }
.fa-yelp:before {
content: "\f1e9"; }
.fa-cc-visa:before {
content: "\f1f0"; }
.fa-lastfm:before {
content: "\f202"; }
.fa-shopware:before {
content: "\f5b5"; }
.fa-creative-commons-nc:before {
content: "\f4e8"; }
.fa-aws:before {
content: "\f375"; }
.fa-redhat:before {
content: "\f7bc"; }
.fa-yoast:before {
content: "\f2b1"; }
.fa-cloudflare:before {
content: "\e07d"; }
.fa-ups:before {
content: "\f7e0"; }
.fa-pixiv:before {
content: "\e640"; }
.fa-wpexplorer:before {
content: "\f2de"; }
.fa-dyalog:before {
content: "\f399"; }
.fa-bity:before {
content: "\f37a"; }
.fa-stackpath:before {
content: "\f842"; }
.fa-buysellads:before {
content: "\f20d"; }
.fa-first-order:before {
content: "\f2b0"; }
.fa-modx:before {
content: "\f285"; }
.fa-guilded:before {
content: "\e07e"; }
.fa-vnv:before {
content: "\f40b"; }
.fa-square-js:before {
content: "\f3b9"; }
.fa-js-square:before {
content: "\f3b9"; }
.fa-microsoft:before {
content: "\f3ca"; }
.fa-qq:before {
content: "\f1d6"; }
.fa-orcid:before {
content: "\f8d2"; }
.fa-java:before {
content: "\f4e4"; }
.fa-invision:before {
content: "\f7b0"; }
.fa-creative-commons-pd-alt:before {
content: "\f4ed"; }
.fa-centercode:before {
content: "\f380"; }
.fa-glide-g:before {
content: "\f2a6"; }
.fa-drupal:before {
content: "\f1a9"; }
.fa-jxl:before {
content: "\e67b"; }
.fa-dart-lang:before {
content: "\e693"; }
.fa-hire-a-helper:before {
content: "\f3b0"; }
.fa-creative-commons-by:before {
content: "\f4e7"; }
.fa-unity:before {
content: "\e049"; }
.fa-whmcs:before {
content: "\f40d"; }
.fa-rocketchat:before {
content: "\f3e8"; }
.fa-vk:before {
content: "\f189"; }
.fa-untappd:before {
content: "\f405"; }
.fa-mailchimp:before {
content: "\f59e"; }
.fa-css3-alt:before {
content: "\f38b"; }
.fa-square-reddit:before {
content: "\f1a2"; }
.fa-reddit-square:before {
content: "\f1a2"; }
.fa-vimeo-v:before {
content: "\f27d"; }
.fa-contao:before {
content: "\f26d"; }
.fa-square-font-awesome:before {
content: "\e5ad"; }
.fa-deskpro:before {
content: "\f38f"; }
.fa-brave:before {
content: "\e63c"; }
.fa-sistrix:before {
content: "\f3ee"; }
.fa-square-instagram:before {
content: "\e055"; }
.fa-instagram-square:before {
content: "\e055"; }
.fa-battle-net:before {
content: "\f835"; }
.fa-the-red-yeti:before {
content: "\f69d"; }
.fa-square-hacker-news:before {
content: "\f3af"; }
.fa-hacker-news-square:before {
content: "\f3af"; }
.fa-edge:before {
content: "\f282"; }
.fa-threads:before {
content: "\e618"; }
.fa-napster:before {
content: "\f3d2"; }
.fa-square-snapchat:before {
content: "\f2ad"; }
.fa-snapchat-square:before {
content: "\f2ad"; }
.fa-google-plus-g:before {
content: "\f0d5"; }
.fa-artstation:before {
content: "\f77a"; }
.fa-markdown:before {
content: "\f60f"; }
.fa-sourcetree:before {
content: "\f7d3"; }
.fa-google-plus:before {
content: "\f2b3"; }
.fa-diaspora:before {
content: "\f791"; }
.fa-foursquare:before {
content: "\f180"; }
.fa-stack-overflow:before {
content: "\f16c"; }
.fa-github-alt:before {
content: "\f113"; }
.fa-phoenix-squadron:before {
content: "\f511"; }
.fa-pagelines:before {
content: "\f18c"; }
.fa-algolia:before {
content: "\f36c"; }
.fa-red-river:before {
content: "\f3e3"; }
.fa-creative-commons-sa:before {
content: "\f4ef"; }
.fa-safari:before {
content: "\f267"; }
.fa-google:before {
content: "\f1a0"; }
.fa-square-font-awesome-stroke:before {
content: "\f35c"; }
.fa-font-awesome-alt:before {
content: "\f35c"; }
.fa-atlassian:before {
content: "\f77b"; }
.fa-linkedin-in:before {
content: "\f0e1"; }
.fa-digital-ocean:before {
content: "\f391"; }
.fa-nimblr:before {
content: "\f5a8"; }
.fa-chromecast:before {
content: "\f838"; }
.fa-evernote:before {
content: "\f839"; }
.fa-hacker-news:before {
content: "\f1d4"; }
.fa-creative-commons-sampling:before {
content: "\f4f0"; }
.fa-adversal:before {
content: "\f36a"; }
.fa-creative-commons:before {
content: "\f25e"; }
.fa-watchman-monitoring:before {
content: "\e087"; }
.fa-fonticons:before {
content: "\f280"; }
.fa-weixin:before {
content: "\f1d7"; }
.fa-shirtsinbulk:before {
content: "\f214"; }
.fa-codepen:before {
content: "\f1cb"; }
.fa-git-alt:before {
content: "\f841"; }
.fa-lyft:before {
content: "\f3c3"; }
.fa-rev:before {
content: "\f5b2"; }
.fa-windows:before {
content: "\f17a"; }
.fa-wizards-of-the-coast:before {
content: "\f730"; }
.fa-square-viadeo:before {
content: "\f2aa"; }
.fa-viadeo-square:before {
content: "\f2aa"; }
.fa-meetup:before {
content: "\f2e0"; }
.fa-centos:before {
content: "\f789"; }
.fa-adn:before {
content: "\f170"; }
.fa-cloudsmith:before {
content: "\f384"; }
.fa-opensuse:before {
content: "\e62b"; }
.fa-pied-piper-alt:before {
content: "\f1a8"; }
.fa-square-dribbble:before {
content: "\f397"; }
.fa-dribbble-square:before {
content: "\f397"; }
.fa-codiepie:before {
content: "\f284"; }
.fa-node:before {
content: "\f419"; }
.fa-mix:before {
content: "\f3cb"; }
.fa-steam:before {
content: "\f1b6"; }
.fa-cc-apple-pay:before {
content: "\f416"; }
.fa-scribd:before {
content: "\f28a"; }
.fa-debian:before {
content: "\e60b"; }
.fa-openid:before {
content: "\f19b"; }
.fa-instalod:before {
content: "\e081"; }
.fa-expeditedssl:before {
content: "\f23e"; }
.fa-sellcast:before {
content: "\f2da"; }
.fa-square-twitter:before {
content: "\f081"; }
.fa-twitter-square:before {
content: "\f081"; }
.fa-r-project:before {
content: "\f4f7"; }
.fa-delicious:before {
content: "\f1a5"; }
.fa-freebsd:before {
content: "\f3a4"; }
.fa-vuejs:before {
content: "\f41f"; }
.fa-accusoft:before {
content: "\f369"; }
.fa-ioxhost:before {
content: "\f208"; }
.fa-fonticons-fi:before {
content: "\f3a2"; }
.fa-app-store:before {
content: "\f36f"; }
.fa-cc-mastercard:before {
content: "\f1f1"; }
.fa-itunes-note:before {
content: "\f3b5"; }
.fa-golang:before {
content: "\e40f"; }
.fa-kickstarter:before {
content: "\f3bb"; }
.fa-square-kickstarter:before {
content: "\f3bb"; }
.fa-grav:before {
content: "\f2d6"; }
.fa-weibo:before {
content: "\f18a"; }
.fa-uncharted:before {
content: "\e084"; }
.fa-firstdraft:before {
content: "\f3a1"; }
.fa-square-youtube:before {
content: "\f431"; }
.fa-youtube-square:before {
content: "\f431"; }
.fa-wikipedia-w:before {
content: "\f266"; }
.fa-wpressr:before {
content: "\f3e4"; }
.fa-rendact:before {
content: "\f3e4"; }
.fa-angellist:before {
content: "\f209"; }
.fa-galactic-republic:before {
content: "\f50c"; }
.fa-nfc-directional:before {
content: "\e530"; }
.fa-skype:before {
content: "\f17e"; }
.fa-joget:before {
content: "\f3b7"; }
.fa-fedora:before {
content: "\f798"; }
.fa-stripe-s:before {
content: "\f42a"; }
.fa-meta:before {
content: "\e49b"; }
.fa-laravel:before {
content: "\f3bd"; }
.fa-hotjar:before {
content: "\f3b1"; }
.fa-bluetooth-b:before {
content: "\f294"; }
.fa-square-letterboxd:before {
content: "\e62e"; }
.fa-sticker-mule:before {
content: "\f3f7"; }
.fa-creative-commons-zero:before {
content: "\f4f3"; }
.fa-hips:before {
content: "\f452"; }
.fa-behance:before {
content: "\f1b4"; }
.fa-reddit:before {
content: "\f1a1"; }
.fa-discord:before {
content: "\f392"; }
.fa-chrome:before {
content: "\f268"; }
.fa-app-store-ios:before {
content: "\f370"; }
.fa-cc-discover:before {
content: "\f1f2"; }
.fa-wpbeginner:before {
content: "\f297"; }
.fa-confluence:before {
content: "\f78d"; }
.fa-shoelace:before {
content: "\e60c"; }
.fa-mdb:before {
content: "\f8ca"; }
.fa-dochub:before {
content: "\f394"; }
.fa-accessible-icon:before {
content: "\f368"; }
.fa-ebay:before {
content: "\f4f4"; }
.fa-amazon:before {
content: "\f270"; }
.fa-unsplash:before {
content: "\e07c"; }
.fa-yarn:before {
content: "\f7e3"; }
.fa-square-steam:before {
content: "\f1b7"; }
.fa-steam-square:before {
content: "\f1b7"; }
.fa-500px:before {
content: "\f26e"; }
.fa-square-vimeo:before {
content: "\f194"; }
.fa-vimeo-square:before {
content: "\f194"; }
.fa-asymmetrik:before {
content: "\f372"; }
.fa-font-awesome:before {
content: "\f2b4"; }
.fa-font-awesome-flag:before {
content: "\f2b4"; }
.fa-font-awesome-logo-full:before {
content: "\f2b4"; }
.fa-gratipay:before {
content: "\f184"; }
.fa-apple:before {
content: "\f179"; }
.fa-hive:before {
content: "\e07f"; }
.fa-gitkraken:before {
content: "\f3a6"; }
.fa-keybase:before {
content: "\f4f5"; }
.fa-apple-pay:before {
content: "\f415"; }
.fa-padlet:before {
content: "\e4a0"; }
.fa-amazon-pay:before {
content: "\f42c"; }
.fa-square-github:before {
content: "\f092"; }
.fa-github-square:before {
content: "\f092"; }
.fa-stumbleupon:before {
content: "\f1a4"; }
.fa-fedex:before {
content: "\f797"; }
.fa-phoenix-framework:before {
content: "\f3dc"; }
.fa-shopify:before {
content: "\e057"; }
.fa-neos:before {
content: "\f612"; }
.fa-square-threads:before {
content: "\e619"; }
.fa-hackerrank:before {
content: "\f5f7"; }
.fa-researchgate:before {
content: "\f4f8"; }
.fa-swift:before {
content: "\f8e1"; }
.fa-angular:before {
content: "\f420"; }
.fa-speakap:before {
content: "\f3f3"; }
.fa-angrycreative:before {
content: "\f36e"; }
.fa-y-combinator:before {
content: "\f23b"; }
.fa-empire:before {
content: "\f1d1"; }
.fa-envira:before {
content: "\f299"; }
.fa-google-scholar:before {
content: "\e63b"; }
.fa-square-gitlab:before {
content: "\e5ae"; }
.fa-gitlab-square:before {
content: "\e5ae"; }
.fa-studiovinari:before {
content: "\f3f8"; }
.fa-pied-piper:before {
content: "\f2ae"; }
.fa-wordpress:before {
content: "\f19a"; }
.fa-product-hunt:before {
content: "\f288"; }
.fa-firefox:before {
content: "\f269"; }
.fa-linode:before {
content: "\f2b8"; }
.fa-goodreads:before {
content: "\f3a8"; }
.fa-square-odnoklassniki:before {
content: "\f264"; }
.fa-odnoklassniki-square:before {
content: "\f264"; }
.fa-jsfiddle:before {
content: "\f1cc"; }
.fa-sith:before {
content: "\f512"; }
.fa-themeisle:before {
content: "\f2b2"; }
.fa-page4:before {
content: "\f3d7"; }
.fa-hashnode:before {
content: "\e499"; }
.fa-react:before {
content: "\f41b"; }
.fa-cc-paypal:before {
content: "\f1f4"; }
.fa-squarespace:before {
content: "\f5be"; }
.fa-cc-stripe:before {
content: "\f1f5"; }
.fa-creative-commons-share:before {
content: "\f4f2"; }
.fa-bitcoin:before {
content: "\f379"; }
.fa-keycdn:before {
content: "\f3ba"; }
.fa-opera:before {
content: "\f26a"; }
.fa-itch-io:before {
content: "\f83a"; }
.fa-umbraco:before {
content: "\f8e8"; }
.fa-galactic-senate:before {
content: "\f50d"; }
.fa-ubuntu:before {
content: "\f7df"; }
.fa-draft2digital:before {
content: "\f396"; }
.fa-stripe:before {
content: "\f429"; }
.fa-houzz:before {
content: "\f27c"; }
.fa-gg:before {
content: "\f260"; }
.fa-dhl:before {
content: "\f790"; }
.fa-square-pinterest:before {
content: "\f0d3"; }
.fa-pinterest-square:before {
content: "\f0d3"; }
.fa-xing:before {
content: "\f168"; }
.fa-blackberry:before {
content: "\f37b"; }
.fa-creative-commons-pd:before {
content: "\f4ec"; }
.fa-playstation:before {
content: "\f3df"; }
.fa-quinscape:before {
content: "\f459"; }
.fa-less:before {
content: "\f41d"; }
.fa-blogger-b:before {
content: "\f37d"; }
.fa-opencart:before {
content: "\f23d"; }
.fa-vine:before {
content: "\f1ca"; }
.fa-signal-messenger:before {
content: "\e663"; }
.fa-paypal:before {
content: "\f1ed"; }
.fa-gitlab:before {
content: "\f296"; }
.fa-typo3:before {
content: "\f42b"; }
.fa-reddit-alien:before {
content: "\f281"; }
.fa-yahoo:before {
content: "\f19e"; }
.fa-dailymotion:before {
content: "\e052"; }
.fa-affiliatetheme:before {
content: "\f36b"; }
.fa-pied-piper-pp:before {
content: "\f1a7"; }
.fa-bootstrap:before {
content: "\f836"; }
.fa-odnoklassniki:before {
content: "\f263"; }
.fa-nfc-symbol:before {
content: "\e531"; }
.fa-mintbit:before {
content: "\e62f"; }
.fa-ethereum:before {
content: "\f42e"; }
.fa-speaker-deck:before {
content: "\f83c"; }
.fa-creative-commons-nc-eu:before {
content: "\f4e9"; }
.fa-patreon:before {
content: "\f3d9"; }
.fa-avianex:before {
content: "\f374"; }
.fa-ello:before {
content: "\f5f1"; }
.fa-gofore:before {
content: "\f3a7"; }
.fa-bimobject:before {
content: "\f378"; }
.fa-brave-reverse:before {
content: "\e63d"; }
.fa-facebook-f:before {
content: "\f39e"; }
.fa-square-google-plus:before {
content: "\f0d4"; }
.fa-google-plus-square:before {
content: "\f0d4"; }
.fa-web-awesome:before {
content: "\e682"; }
.fa-mandalorian:before {
content: "\f50f"; }
.fa-first-order-alt:before {
content: "\f50a"; }
.fa-osi:before {
content: "\f41a"; }
.fa-google-wallet:before {
content: "\f1ee"; }
.fa-d-and-d-beyond:before {
content: "\f6ca"; }
.fa-periscope:before {
content: "\f3da"; }
.fa-fulcrum:before {
content: "\f50b"; }
.fa-cloudscale:before {
content: "\f383"; }
.fa-forumbee:before {
content: "\f211"; }
.fa-mizuni:before {
content: "\f3cc"; }
.fa-schlix:before {
content: "\f3ea"; }
.fa-square-xing:before {
content: "\f169"; }
.fa-xing-square:before {
content: "\f169"; }
.fa-bandcamp:before {
content: "\f2d5"; }
.fa-wpforms:before {
content: "\f298"; }
.fa-cloudversify:before {
content: "\f385"; }
.fa-usps:before {
content: "\f7e1"; }
.fa-megaport:before {
content: "\f5a3"; }
.fa-magento:before {
content: "\f3c4"; }
.fa-spotify:before {
content: "\f1bc"; }
.fa-optin-monster:before {
content: "\f23c"; }
.fa-fly:before {
content: "\f417"; }
.fa-aviato:before {
content: "\f421"; }
.fa-itunes:before {
content: "\f3b4"; }
.fa-cuttlefish:before {
content: "\f38c"; }
.fa-blogger:before {
content: "\f37c"; }
.fa-flickr:before {
content: "\f16e"; }
.fa-viber:before {
content: "\f409"; }
.fa-soundcloud:before {
content: "\f1be"; }
.fa-digg:before {
content: "\f1a6"; }
.fa-tencent-weibo:before {
content: "\f1d5"; }
.fa-letterboxd:before {
content: "\e62d"; }
.fa-symfony:before {
content: "\f83d"; }
.fa-maxcdn:before {
content: "\f136"; }
.fa-etsy:before {
content: "\f2d7"; }
.fa-facebook-messenger:before {
content: "\f39f"; }
.fa-audible:before {
content: "\f373"; }
.fa-think-peaks:before {
content: "\f731"; }
.fa-bilibili:before {
content: "\e3d9"; }
.fa-erlang:before {
content: "\f39d"; }
.fa-x-twitter:before {
content: "\e61b"; }
.fa-cotton-bureau:before {
content: "\f89e"; }
.fa-dashcube:before {
content: "\f210"; }
.fa-42-group:before {
content: "\e080"; }
.fa-innosoft:before {
content: "\e080"; }
.fa-stack-exchange:before {
content: "\f18d"; }
.fa-elementor:before {
content: "\f430"; }
.fa-square-pied-piper:before {
content: "\e01e"; }
.fa-pied-piper-square:before {
content: "\e01e"; }
.fa-creative-commons-nd:before {
content: "\f4eb"; }
.fa-palfed:before {
content: "\f3d8"; }
.fa-superpowers:before {
content: "\f2dd"; }
.fa-resolving:before {
content: "\f3e7"; }
.fa-xbox:before {
content: "\f412"; }
.fa-square-web-awesome-stroke:before {
content: "\e684"; }
.fa-searchengin:before {
content: "\f3eb"; }
.fa-tiktok:before {
content: "\e07b"; }
.fa-square-facebook:before {
content: "\f082"; }
.fa-facebook-square:before {
content: "\f082"; }
.fa-renren:before {
content: "\f18b"; }
.fa-linux:before {
content: "\f17c"; }
.fa-glide:before {
content: "\f2a5"; }
.fa-linkedin:before {
content: "\f08c"; }
.fa-hubspot:before {
content: "\f3b2"; }
.fa-deploydog:before {
content: "\f38e"; }
.fa-twitch:before {
content: "\f1e8"; }
.fa-flutter:before {
content: "\e694"; }
.fa-ravelry:before {
content: "\f2d9"; }
.fa-mixer:before {
content: "\e056"; }
.fa-square-lastfm:before {
content: "\f203"; }
.fa-lastfm-square:before {
content: "\f203"; }
.fa-vimeo:before {
content: "\f40a"; }
.fa-mendeley:before {
content: "\f7b3"; }
.fa-uniregistry:before {
content: "\f404"; }
.fa-figma:before {
content: "\f799"; }
.fa-creative-commons-remix:before {
content: "\f4ee"; }
.fa-cc-amazon-pay:before {
content: "\f42d"; }
.fa-dropbox:before {
content: "\f16b"; }
.fa-instagram:before {
content: "\f16d"; }
.fa-cmplid:before {
content: "\e360"; }
.fa-upwork:before {
content: "\e641"; }
.fa-facebook:before {
content: "\f09a"; }
.fa-gripfire:before {
content: "\f3ac"; }
.fa-jedi-order:before {
content: "\f50e"; }
.fa-uikit:before {
content: "\f403"; }
.fa-fort-awesome-alt:before {
content: "\f3a3"; }
.fa-phabricator:before {
content: "\f3db"; }
.fa-ussunnah:before {
content: "\f407"; }
.fa-earlybirds:before {
content: "\f39a"; }
.fa-trade-federation:before {
content: "\f513"; }
.fa-autoprefixer:before {
content: "\f41c"; }
.fa-whatsapp:before {
content: "\f232"; }
.fa-square-upwork:before {
content: "\e67c"; }
.fa-slideshare:before {
content: "\f1e7"; }
.fa-google-play:before {
content: "\f3ab"; }
.fa-viadeo:before {
content: "\f2a9"; }
.fa-line:before {
content: "\f3c0"; }
.fa-google-drive:before {
content: "\f3aa"; }
.fa-servicestack:before {
content: "\f3ec"; }
.fa-simplybuilt:before {
content: "\f215"; }
.fa-bitbucket:before {
content: "\f171"; }
.fa-imdb:before {
content: "\f2d8"; }
.fa-deezer:before {
content: "\e077"; }
.fa-raspberry-pi:before {
content: "\f7bb"; }
.fa-jira:before {
content: "\f7b1"; }
.fa-docker:before {
content: "\f395"; }
.fa-screenpal:before {
content: "\e570"; }
.fa-bluetooth:before {
content: "\f293"; }
.fa-gitter:before {
content: "\f426"; }
.fa-d-and-d:before {
content: "\f38d"; }
.fa-microblog:before {
content: "\e01a"; }
.fa-cc-diners-club:before {
content: "\f24c"; }
.fa-gg-circle:before {
content: "\f261"; }
.fa-pied-piper-hat:before {
content: "\f4e5"; }
.fa-kickstarter-k:before {
content: "\f3bc"; }
.fa-yandex:before {
content: "\f413"; }
.fa-readme:before {
content: "\f4d5"; }
.fa-html5:before {
content: "\f13b"; }
.fa-sellsy:before {
content: "\f213"; }
.fa-square-web-awesome:before {
content: "\e683"; }
.fa-sass:before {
content: "\f41e"; }
.fa-wirsindhandwerk:before {
content: "\e2d0"; }
.fa-wsh:before {
content: "\e2d0"; }
.fa-buromobelexperte:before {
content: "\f37f"; }
.fa-salesforce:before {
content: "\f83b"; }
.fa-octopus-deploy:before {
content: "\e082"; }
.fa-medapps:before {
content: "\f3c6"; }
.fa-ns8:before {
content: "\f3d5"; }
.fa-pinterest-p:before {
content: "\f231"; }
.fa-apper:before {
content: "\f371"; }
.fa-fort-awesome:before {
content: "\f286"; }
.fa-waze:before {
content: "\f83f"; }
.fa-bluesky:before {
content: "\e671"; }
.fa-cc-jcb:before {
content: "\f24b"; }
.fa-snapchat:before {
content: "\f2ab"; }
.fa-snapchat-ghost:before {
content: "\f2ab"; }
.fa-fantasy-flight-games:before {
content: "\f6dc"; }
.fa-rust:before {
content: "\e07a"; }
.fa-wix:before {
content: "\f5cf"; }
.fa-square-behance:before {
content: "\f1b5"; }
.fa-behance-square:before {
content: "\f1b5"; }
.fa-supple:before {
content: "\f3f9"; }
.fa-webflow:before {
content: "\e65c"; }
.fa-rebel:before {
content: "\f1d0"; }
.fa-css3:before {
content: "\f13c"; }
.fa-staylinked:before {
content: "\f3f5"; }
.fa-kaggle:before {
content: "\f5fa"; }
.fa-space-awesome:before {
content: "\e5ac"; }
.fa-deviantart:before {
content: "\f1bd"; }
.fa-cpanel:before {
content: "\f388"; }
.fa-goodreads-g:before {
content: "\f3a9"; }
.fa-square-git:before {
content: "\f1d2"; }
.fa-git-square:before {
content: "\f1d2"; }
.fa-square-tumblr:before {
content: "\f174"; }
.fa-tumblr-square:before {
content: "\f174"; }
.fa-trello:before {
content: "\f181"; }
.fa-creative-commons-nc-jp:before {
content: "\f4ea"; }
.fa-get-pocket:before {
content: "\f265"; }
.fa-perbyte:before {
content: "\e083"; }
.fa-grunt:before {
content: "\f3ad"; }
.fa-weebly:before {
content: "\f5cc"; }
.fa-connectdevelop:before {
content: "\f20e"; }
.fa-leanpub:before {
content: "\f212"; }
.fa-black-tie:before {
content: "\f27e"; }
.fa-themeco:before {
content: "\f5c6"; }
.fa-python:before {
content: "\f3e2"; }
.fa-android:before {
content: "\f17b"; }
.fa-bots:before {
content: "\e340"; }
.fa-free-code-camp:before {
content: "\f2c5"; }
.fa-hornbill:before {
content: "\f592"; }
.fa-js:before {
content: "\f3b8"; }
.fa-ideal:before {
content: "\e013"; }
.fa-git:before {
content: "\f1d3"; }
.fa-dev:before {
content: "\f6cc"; }
.fa-sketch:before {
content: "\f7c6"; }
.fa-yandex-international:before {
content: "\f414"; }
.fa-cc-amex:before {
content: "\f1f3"; }
.fa-uber:before {
content: "\f402"; }
.fa-github:before {
content: "\f09b"; }
.fa-php:before {
content: "\f457"; }
.fa-alipay:before {
content: "\f642"; }
.fa-youtube:before {
content: "\f167"; }
.fa-skyatlas:before {
content: "\f216"; }
.fa-firefox-browser:before {
content: "\e007"; }
.fa-replyd:before {
content: "\f3e6"; }
.fa-suse:before {
content: "\f7d6"; }
.fa-jenkins:before {
content: "\f3b6"; }
.fa-twitter:before {
content: "\f099"; }
.fa-rockrms:before {
content: "\f3e9"; }
.fa-pinterest:before {
content: "\f0d2"; }
.fa-buffer:before {
content: "\f837"; }
.fa-npm:before {
content: "\f3d4"; }
.fa-yammer:before {
content: "\f840"; }
.fa-btc:before {
content: "\f15a"; }
.fa-dribbble:before {
content: "\f17d"; }
.fa-stumbleupon-circle:before {
content: "\f1a3"; }
.fa-internet-explorer:before {
content: "\f26b"; }
.fa-stubber:before {
content: "\e5c7"; }
.fa-telegram:before {
content: "\f2c6"; }
.fa-telegram-plane:before {
content: "\f2c6"; }
.fa-old-republic:before {
content: "\f510"; }
.fa-odysee:before {
content: "\e5c6"; }
.fa-square-whatsapp:before {
content: "\f40c"; }
.fa-whatsapp-square:before {
content: "\f40c"; }
.fa-node-js:before {
content: "\f3d3"; }
.fa-edge-legacy:before {
content: "\e078"; }
.fa-slack:before {
content: "\f198"; }
.fa-slack-hash:before {
content: "\f198"; }
.fa-medrt:before {
content: "\f3c8"; }
.fa-usb:before {
content: "\f287"; }
.fa-tumblr:before {
content: "\f173"; }
.fa-vaadin:before {
content: "\f408"; }
.fa-quora:before {
content: "\f2c4"; }
.fa-square-x-twitter:before {
content: "\e61a"; }
.fa-reacteurope:before {
content: "\f75d"; }
.fa-medium:before {
content: "\f23a"; }
.fa-medium-m:before {
content: "\f23a"; }
.fa-amilia:before {
content: "\f36d"; }
.fa-mixcloud:before {
content: "\f289"; }
.fa-flipboard:before {
content: "\f44d"; }
.fa-viacoin:before {
content: "\f237"; }
.fa-critical-role:before {
content: "\f6c9"; }
.fa-sitrox:before {
content: "\e44a"; }
.fa-discourse:before {
content: "\f393"; }
.fa-joomla:before {
content: "\f1aa"; }
.fa-mastodon:before {
content: "\f4f6"; }
.fa-airbnb:before {
content: "\f834"; }
.fa-wolf-pack-battalion:before {
content: "\f514"; }
.fa-buy-n-large:before {
content: "\f8a6"; }
.fa-gulp:before {
content: "\f3ae"; }
.fa-creative-commons-sampling-plus:before {
content: "\f4f1"; }
.fa-strava:before {
content: "\f428"; }
.fa-ember:before {
content: "\f423"; }
.fa-canadian-maple-leaf:before {
content: "\f785"; }
.fa-teamspeak:before {
content: "\f4f9"; }
.fa-pushed:before {
content: "\f3e1"; }
.fa-wordpress-simple:before {
content: "\f411"; }
.fa-nutritionix:before {
content: "\f3d6"; }
.fa-wodu:before {
content: "\e088"; }
.fa-google-pay:before {
content: "\e079"; }
.fa-intercom:before {
content: "\f7af"; }
.fa-zhihu:before {
content: "\f63f"; }
.fa-korvue:before {
content: "\f42f"; }
.fa-pix:before {
content: "\e43a"; }
.fa-steam-symbol:before {
content: "\f3f6"; }
:root, :host {
--fa-style-family-classic: 'Font Awesome 6 Free';
--fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }
@font-face {
font-family: 'Font Awesome 6 Free';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/fa-regular-400.woff2) format("woff2"), url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/fa-regular-400.ttf) format("truetype"); }
.far,
.fa-regular {
font-weight: 400; }
:root, :host {
--fa-style-family-classic: 'Font Awesome 6 Free';
--fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }
@font-face {
font-family: 'Font Awesome 6 Free';
font-style: normal;
font-weight: 900;
font-display: block;
src: url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/fa-solid-900.woff2) format("woff2"), url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/fa-solid-900.ttf) format("truetype"); }
.fas,
.fa-solid {
font-weight: 900; }
@font-face {
font-family: 'Font Awesome 5 Brands';
font-display: block;
font-weight: 400;
src: url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/fa-brands-400.woff2) format("woff2"), url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/fa-brands-400.ttf) format("truetype"); }
@font-face {
font-family: 'Font Awesome 5 Free';
font-display: block;
font-weight: 900;
src: url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/fa-solid-900.woff2) format("woff2"), url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/fa-solid-900.ttf) format("truetype"); }
@font-face {
font-family: 'Font Awesome 5 Free';
font-display: block;
font-weight: 400;
src: url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/fa-regular-400.woff2) format("woff2"), url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/fa-regular-400.ttf) format("truetype"); }
@font-face {
font-family: 'FontAwesome';
font-display: block;
src: url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/fa-solid-900.woff2) format("woff2"), url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/fa-solid-900.ttf) format("truetype"); }
@font-face {
font-family: 'FontAwesome';
font-display: block;
src: url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/fa-brands-400.woff2) format("woff2"), url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/fa-brands-400.ttf) format("truetype"); }
@font-face {
font-family: 'FontAwesome';
font-display: block;
src: url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/fa-regular-400.woff2) format("woff2"), url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/fa-regular-400.ttf) format("truetype");
unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; }
@font-face {
font-family: 'FontAwesome';
font-display: block;
src: url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/fa-v4compatibility.woff2) format("woff2"), url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/fa-v4compatibility.ttf) format("truetype");
unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A; }@font-face {
font-family: 'dekoro';
src:  url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/dekoro.eot?h9da6h);
src:  url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/dekoro.eot?h9da6h#iefix) format('embedded-opentype'),
url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/dekoro.ttf?h9da6h) format('truetype'),
url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/dekoro.woff?h9da6h) format('woff'),
url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/dekoro.svg?h9da6h#dekoro) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] { font-family: 'dekoro' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-arrow-left:before {
content: "\e900";
}
.icon-arrow-left-2:before {
content: "\e901";
}
.icon-arrow-right:before {
content: "\e902";
}
.icon-arrow-right-2:before {
content: "\e903";
}
.icon-arrow-right-3:before {
content: "\e904";
}
.icon-bathtub:before {
content: "\e905";
}
.icon-bed:before {
content: "\e906";
}
.icon-chair:before {
content: "\e907";
}
.icon-folding-chair:before {
content: "\e908";
}
.icon-free-shipping:before {
content: "\e909";
}
.icon-heart:before {
content: "\e90a";
}
.icon-lighting:before {
content: "\e90b";
}
.icon-living-room:before {
content: "\e90c";
}
.icon-message:before {
content: "\e90d";
}
.icon-phone:before {
content: "\e90e";
}
.icon-play:before {
content: "\e90f";
}
.icon-quote:before {
content: "\e910";
}
.icon-restaurant:before {
content: "\e911";
}
.icon-return:before {
content: "\e912";
}
.icon-search:before {
content: "\e913";
}
.icon-shopping-bag:before {
content: "\e914";
}
.icon-shopping-cart:before {
content: "\e915";
}
.icon-sideboard:before {
content: "\e916";
}
.icon-sofa:before {
content: "\e917";
}
.icon-star:before {
content: "\e918";
}
.icon-support:before {
content: "\e919";
}
.icon-table:before {
content: "\e91a";
}
.icon-twitter:before {
content: "\e91b";
}
.icon-twitter-2:before {
content: "\e91c";
}
.icon-user:before {
content: "\e91d";
}
.icon-warranty:before {
content: "\e91e";
}
.icon-work-space:before {
content: "\e91f";
}@font-face {
font-family: 'themify';
src:url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/themify.eot);
src:url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/themify.eot) format('embedded-opentype'),
url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/themify.woff) format('woff'),
url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/themify.ttf) format('truetype'),
url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/themify.svg) format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
[class^="ti-"], [class*=" ti-"] {
font-family: 'themify';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ti-wand:before {
content: "\e600";
}
.ti-volume:before {
content: "\e601";
}
.ti-user:before {
content: "\e602";
}
.ti-unlock:before {
content: "\e603";
}
.ti-unlink:before {
content: "\e604";
}
.ti-trash:before {
content: "\e605";
}
.ti-thought:before {
content: "\e606";
}
.ti-target:before {
content: "\e607";
}
.ti-tag:before {
content: "\e608";
}
.ti-tablet:before {
content: "\e609";
}
.ti-star:before {
content: "\e60a";
}
.ti-spray:before {
content: "\e60b";
}
.ti-signal:before {
content: "\e60c";
}
.ti-shopping-cart:before {
content: "\e60d";
}
.ti-shopping-cart-full:before {
content: "\e60e";
}
.ti-settings:before {
content: "\e60f";
}
.ti-search:before {
content: "\e610";
}
.ti-zoom-in:before {
content: "\e611";
}
.ti-zoom-out:before {
content: "\e612";
}
.ti-cut:before {
content: "\e613";
}
.ti-ruler:before {
content: "\e614";
}
.ti-ruler-pencil:before {
content: "\e615";
}
.ti-ruler-alt:before {
content: "\e616";
}
.ti-bookmark:before {
content: "\e617";
}
.ti-bookmark-alt:before {
content: "\e618";
}
.ti-reload:before {
content: "\e619";
}
.ti-plus:before {
content: "\e61a";
}
.ti-pin:before {
content: "\e61b";
}
.ti-pencil:before {
content: "\e61c";
}
.ti-pencil-alt:before {
content: "\e61d";
}
.ti-paint-roller:before {
content: "\e61e";
}
.ti-paint-bucket:before {
content: "\e61f";
}
.ti-na:before {
content: "\e620";
}
.ti-mobile:before {
content: "\e621";
}
.ti-minus:before {
content: "\e622";
}
.ti-medall:before {
content: "\e623";
}
.ti-medall-alt:before {
content: "\e624";
}
.ti-marker:before {
content: "\e625";
}
.ti-marker-alt:before {
content: "\e626";
}
.ti-arrow-up:before {
content: "\e627";
}
.ti-arrow-right:before {
content: "\e628";
}
.ti-arrow-left:before {
content: "\e629";
}
.ti-arrow-down:before {
content: "\e62a";
}
.ti-lock:before {
content: "\e62b";
}
.ti-location-arrow:before {
content: "\e62c";
}
.ti-link:before {
content: "\e62d";
}
.ti-layout:before {
content: "\e62e";
}
.ti-layers:before {
content: "\e62f";
}
.ti-layers-alt:before {
content: "\e630";
}
.ti-key:before {
content: "\e631";
}
.ti-import:before {
content: "\e632";
}
.ti-image:before {
content: "\e633";
}
.ti-heart:before {
content: "\e634";
}
.ti-heart-broken:before {
content: "\e635";
}
.ti-hand-stop:before {
content: "\e636";
}
.ti-hand-open:before {
content: "\e637";
}
.ti-hand-drag:before {
content: "\e638";
}
.ti-folder:before {
content: "\e639";
}
.ti-flag:before {
content: "\e63a";
}
.ti-flag-alt:before {
content: "\e63b";
}
.ti-flag-alt-2:before {
content: "\e63c";
}
.ti-eye:before {
content: "\e63d";
}
.ti-export:before {
content: "\e63e";
}
.ti-exchange-vertical:before {
content: "\e63f";
}
.ti-desktop:before {
content: "\e640";
}
.ti-cup:before {
content: "\e641";
}
.ti-crown:before {
content: "\e642";
}
.ti-comments:before {
content: "\e643";
}
.ti-comment:before {
content: "\e644";
}
.ti-comment-alt:before {
content: "\e645";
}
.ti-close:before {
content: "\e646";
}
.ti-clip:before {
content: "\e647";
}
.ti-angle-up:before {
content: "\e648";
}
.ti-angle-right:before {
content: "\e649";
}
.ti-angle-left:before {
content: "\e64a";
}
.ti-angle-down:before {
content: "\e64b";
}
.ti-check:before {
content: "\e64c";
}
.ti-check-box:before {
content: "\e64d";
}
.ti-camera:before {
content: "\e64e";
}
.ti-announcement:before {
content: "\e64f";
}
.ti-brush:before {
content: "\e650";
}
.ti-briefcase:before {
content: "\e651";
}
.ti-bolt:before {
content: "\e652";
}
.ti-bolt-alt:before {
content: "\e653";
}
.ti-blackboard:before {
content: "\e654";
}
.ti-bag:before {
content: "\e655";
}
.ti-move:before {
content: "\e656";
}
.ti-arrows-vertical:before {
content: "\e657";
}
.ti-arrows-horizontal:before {
content: "\e658";
}
.ti-fullscreen:before {
content: "\e659";
}
.ti-arrow-top-right:before {
content: "\e65a";
}
.ti-arrow-top-left:before {
content: "\e65b";
}
.ti-arrow-circle-up:before {
content: "\e65c";
}
.ti-arrow-circle-right:before {
content: "\e65d";
}
.ti-arrow-circle-left:before {
content: "\e65e";
}
.ti-arrow-circle-down:before {
content: "\e65f";
}
.ti-angle-double-up:before {
content: "\e660";
}
.ti-angle-double-right:before {
content: "\e661";
}
.ti-angle-double-left:before {
content: "\e662";
}
.ti-angle-double-down:before {
content: "\e663";
}
.ti-zip:before {
content: "\e664";
}
.ti-world:before {
content: "\e665";
}
.ti-wheelchair:before {
content: "\e666";
}
.ti-view-list:before {
content: "\e667";
}
.ti-view-list-alt:before {
content: "\e668";
}
.ti-view-grid:before {
content: "\e669";
}
.ti-uppercase:before {
content: "\e66a";
}
.ti-upload:before {
content: "\e66b";
}
.ti-underline:before {
content: "\e66c";
}
.ti-truck:before {
content: "\e66d";
}
.ti-timer:before {
content: "\e66e";
}
.ti-ticket:before {
content: "\e66f";
}
.ti-thumb-up:before {
content: "\e670";
}
.ti-thumb-down:before {
content: "\e671";
}
.ti-text:before {
content: "\e672";
}
.ti-stats-up:before {
content: "\e673";
}
.ti-stats-down:before {
content: "\e674";
}
.ti-split-v:before {
content: "\e675";
}
.ti-split-h:before {
content: "\e676";
}
.ti-smallcap:before {
content: "\e677";
}
.ti-shine:before {
content: "\e678";
}
.ti-shift-right:before {
content: "\e679";
}
.ti-shift-left:before {
content: "\e67a";
}
.ti-shield:before {
content: "\e67b";
}
.ti-notepad:before {
content: "\e67c";
}
.ti-server:before {
content: "\e67d";
}
.ti-quote-right:before {
content: "\e67e";
}
.ti-quote-left:before {
content: "\e67f";
}
.ti-pulse:before {
content: "\e680";
}
.ti-printer:before {
content: "\e681";
}
.ti-power-off:before {
content: "\e682";
}
.ti-plug:before {
content: "\e683";
}
.ti-pie-chart:before {
content: "\e684";
}
.ti-paragraph:before {
content: "\e685";
}
.ti-panel:before {
content: "\e686";
}
.ti-package:before {
content: "\e687";
}
.ti-music:before {
content: "\e688";
}
.ti-music-alt:before {
content: "\e689";
}
.ti-mouse:before {
content: "\e68a";
}
.ti-mouse-alt:before {
content: "\e68b";
}
.ti-money:before {
content: "\e68c";
}
.ti-microphone:before {
content: "\e68d";
}
.ti-menu:before {
content: "\e68e";
}
.ti-menu-alt:before {
content: "\e68f";
}
.ti-map:before {
content: "\e690";
}
.ti-map-alt:before {
content: "\e691";
}
.ti-loop:before {
content: "\e692";
}
.ti-location-pin:before {
content: "\e693";
}
.ti-list:before {
content: "\e694";
}
.ti-light-bulb:before {
content: "\e695";
}
.ti-Italic:before {
content: "\e696";
}
.ti-info:before {
content: "\e697";
}
.ti-infinite:before {
content: "\e698";
}
.ti-id-badge:before {
content: "\e699";
}
.ti-hummer:before {
content: "\e69a";
}
.ti-home:before {
content: "\e69b";
}
.ti-help:before {
content: "\e69c";
}
.ti-headphone:before {
content: "\e69d";
}
.ti-harddrives:before {
content: "\e69e";
}
.ti-harddrive:before {
content: "\e69f";
}
.ti-gift:before {
content: "\e6a0";
}
.ti-game:before {
content: "\e6a1";
}
.ti-filter:before {
content: "\e6a2";
}
.ti-files:before {
content: "\e6a3";
}
.ti-file:before {
content: "\e6a4";
}
.ti-eraser:before {
content: "\e6a5";
}
.ti-envelope:before {
content: "\e6a6";
}
.ti-download:before {
content: "\e6a7";
}
.ti-direction:before {
content: "\e6a8";
}
.ti-direction-alt:before {
content: "\e6a9";
}
.ti-dashboard:before {
content: "\e6aa";
}
.ti-control-stop:before {
content: "\e6ab";
}
.ti-control-shuffle:before {
content: "\e6ac";
}
.ti-control-play:before {
content: "\e6ad";
}
.ti-control-pause:before {
content: "\e6ae";
}
.ti-control-forward:before {
content: "\e6af";
}
.ti-control-backward:before {
content: "\e6b0";
}
.ti-cloud:before {
content: "\e6b1";
}
.ti-cloud-up:before {
content: "\e6b2";
}
.ti-cloud-down:before {
content: "\e6b3";
}
.ti-clipboard:before {
content: "\e6b4";
}
.ti-car:before {
content: "\e6b5";
}
.ti-calendar:before {
content: "\e6b6";
}
.ti-book:before {
content: "\e6b7";
}
.ti-bell:before {
content: "\e6b8";
}
.ti-basketball:before {
content: "\e6b9";
}
.ti-bar-chart:before {
content: "\e6ba";
}
.ti-bar-chart-alt:before {
content: "\e6bb";
}
.ti-back-right:before {
content: "\e6bc";
}
.ti-back-left:before {
content: "\e6bd";
}
.ti-arrows-corner:before {
content: "\e6be";
}
.ti-archive:before {
content: "\e6bf";
}
.ti-anchor:before {
content: "\e6c0";
}
.ti-align-right:before {
content: "\e6c1";
}
.ti-align-left:before {
content: "\e6c2";
}
.ti-align-justify:before {
content: "\e6c3";
}
.ti-align-center:before {
content: "\e6c4";
}
.ti-alert:before {
content: "\e6c5";
}
.ti-alarm-clock:before {
content: "\e6c6";
}
.ti-agenda:before {
content: "\e6c7";
}
.ti-write:before {
content: "\e6c8";
}
.ti-window:before {
content: "\e6c9";
}
.ti-widgetized:before {
content: "\e6ca";
}
.ti-widget:before {
content: "\e6cb";
}
.ti-widget-alt:before {
content: "\e6cc";
}
.ti-wallet:before {
content: "\e6cd";
}
.ti-video-clapper:before {
content: "\e6ce";
}
.ti-video-camera:before {
content: "\e6cf";
}
.ti-vector:before {
content: "\e6d0";
}
.ti-themify-logo:before {
content: "\e6d1";
}
.ti-themify-favicon:before {
content: "\e6d2";
}
.ti-themify-favicon-alt:before {
content: "\e6d3";
}
.ti-support:before {
content: "\e6d4";
}
.ti-stamp:before {
content: "\e6d5";
}
.ti-split-v-alt:before {
content: "\e6d6";
}
.ti-slice:before {
content: "\e6d7";
}
.ti-shortcode:before {
content: "\e6d8";
}
.ti-shift-right-alt:before {
content: "\e6d9";
}
.ti-shift-left-alt:before {
content: "\e6da";
}
.ti-ruler-alt-2:before {
content: "\e6db";
}
.ti-receipt:before {
content: "\e6dc";
}
.ti-pin2:before {
content: "\e6dd";
}
.ti-pin-alt:before {
content: "\e6de";
}
.ti-pencil-alt2:before {
content: "\e6df";
}
.ti-palette:before {
content: "\e6e0";
}
.ti-more:before {
content: "\e6e1";
}
.ti-more-alt:before {
content: "\e6e2";
}
.ti-microphone-alt:before {
content: "\e6e3";
}
.ti-magnet:before {
content: "\e6e4";
}
.ti-line-double:before {
content: "\e6e5";
}
.ti-line-dotted:before {
content: "\e6e6";
}
.ti-line-dashed:before {
content: "\e6e7";
}
.ti-layout-width-full:before {
content: "\e6e8";
}
.ti-layout-width-default:before {
content: "\e6e9";
}
.ti-layout-width-default-alt:before {
content: "\e6ea";
}
.ti-layout-tab:before {
content: "\e6eb";
}
.ti-layout-tab-window:before {
content: "\e6ec";
}
.ti-layout-tab-v:before {
content: "\e6ed";
}
.ti-layout-tab-min:before {
content: "\e6ee";
}
.ti-layout-slider:before {
content: "\e6ef";
}
.ti-layout-slider-alt:before {
content: "\e6f0";
}
.ti-layout-sidebar-right:before {
content: "\e6f1";
}
.ti-layout-sidebar-none:before {
content: "\e6f2";
}
.ti-layout-sidebar-left:before {
content: "\e6f3";
}
.ti-layout-placeholder:before {
content: "\e6f4";
}
.ti-layout-menu:before {
content: "\e6f5";
}
.ti-layout-menu-v:before {
content: "\e6f6";
}
.ti-layout-menu-separated:before {
content: "\e6f7";
}
.ti-layout-menu-full:before {
content: "\e6f8";
}
.ti-layout-media-right-alt:before {
content: "\e6f9";
}
.ti-layout-media-right:before {
content: "\e6fa";
}
.ti-layout-media-overlay:before {
content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
content: "\e6fd";
}
.ti-layout-media-left-alt:before {
content: "\e6fe";
}
.ti-layout-media-left:before {
content: "\e6ff";
}
.ti-layout-media-center-alt:before {
content: "\e700";
}
.ti-layout-media-center:before {
content: "\e701";
}
.ti-layout-list-thumb:before {
content: "\e702";
}
.ti-layout-list-thumb-alt:before {
content: "\e703";
}
.ti-layout-list-post:before {
content: "\e704";
}
.ti-layout-list-large-image:before {
content: "\e705";
}
.ti-layout-line-solid:before {
content: "\e706";
}
.ti-layout-grid4:before {
content: "\e707";
}
.ti-layout-grid3:before {
content: "\e708";
}
.ti-layout-grid2:before {
content: "\e709";
}
.ti-layout-grid2-thumb:before {
content: "\e70a";
}
.ti-layout-cta-right:before {
content: "\e70b";
}
.ti-layout-cta-left:before {
content: "\e70c";
}
.ti-layout-cta-center:before {
content: "\e70d";
}
.ti-layout-cta-btn-right:before {
content: "\e70e";
}
.ti-layout-cta-btn-left:before {
content: "\e70f";
}
.ti-layout-column4:before {
content: "\e710";
}
.ti-layout-column3:before {
content: "\e711";
}
.ti-layout-column2:before {
content: "\e712";
}
.ti-layout-accordion-separated:before {
content: "\e713";
}
.ti-layout-accordion-merged:before {
content: "\e714";
}
.ti-layout-accordion-list:before {
content: "\e715";
}
.ti-ink-pen:before {
content: "\e716";
}
.ti-info-alt:before {
content: "\e717";
}
.ti-help-alt:before {
content: "\e718";
}
.ti-headphone-alt:before {
content: "\e719";
}
.ti-hand-point-up:before {
content: "\e71a";
}
.ti-hand-point-right:before {
content: "\e71b";
}
.ti-hand-point-left:before {
content: "\e71c";
}
.ti-hand-point-down:before {
content: "\e71d";
}
.ti-gallery:before {
content: "\e71e";
}
.ti-face-smile:before {
content: "\e71f";
}
.ti-face-sad:before {
content: "\e720";
}
.ti-credit-card:before {
content: "\e721";
}
.ti-control-skip-forward:before {
content: "\e722";
}
.ti-control-skip-backward:before {
content: "\e723";
}
.ti-control-record:before {
content: "\e724";
}
.ti-control-eject:before {
content: "\e725";
}
.ti-comments-smiley:before {
content: "\e726";
}
.ti-brush-alt:before {
content: "\e727";
}
.ti-youtube:before {
content: "\e728";
}
.ti-vimeo:before {
content: "\e729";
}
.ti-twitter:before {
content: "\e72a";
}
.ti-time:before {
content: "\e72b";
}
.ti-tumblr:before {
content: "\e72c";
}
.ti-skype:before {
content: "\e72d";
}
.ti-share:before {
content: "\e72e";
}
.ti-share-alt:before {
content: "\e72f";
}
.ti-rocket:before {
content: "\e730";
}
.ti-pinterest:before {
content: "\e731";
}
.ti-new-window:before {
content: "\e732";
}
.ti-microsoft:before {
content: "\e733";
}
.ti-list-ol:before {
content: "\e734";
}
.ti-linkedin:before {
content: "\e735";
}
.ti-layout-sidebar-2:before {
content: "\e736";
}
.ti-layout-grid4-alt:before {
content: "\e737";
}
.ti-layout-grid3-alt:before {
content: "\e738";
}
.ti-layout-grid2-alt:before {
content: "\e739";
}
.ti-layout-column4-alt:before {
content: "\e73a";
}
.ti-layout-column3-alt:before {
content: "\e73b";
}
.ti-layout-column2-alt:before {
content: "\e73c";
}
.ti-instagram:before {
content: "\e73d";
}
.ti-google:before {
content: "\e73e";
}
.ti-github:before {
content: "\e73f";
}
.ti-flickr:before {
content: "\e740";
}
.ti-facebook:before {
content: "\e741";
}
.ti-dropbox:before {
content: "\e742";
}
.ti-dribbble:before {
content: "\e743";
}
.ti-apple:before {
content: "\e744";
}
.ti-android:before {
content: "\e745";
}
.ti-save:before {
content: "\e746";
}
.ti-save-alt:before {
content: "\e747";
}
.ti-yahoo:before {
content: "\e748";
}
.ti-wordpress:before {
content: "\e749";
}
.ti-vimeo-alt:before {
content: "\e74a";
}
.ti-twitter-alt:before {
content: "\e74b";
}
.ti-tumblr-alt:before {
content: "\e74c";
}
.ti-trello:before {
content: "\e74d";
}
.ti-stack-overflow:before {
content: "\e74e";
}
.ti-soundcloud:before {
content: "\e74f";
}
.ti-sharethis:before {
content: "\e750";
}
.ti-sharethis-alt:before {
content: "\e751";
}
.ti-reddit:before {
content: "\e752";
}
.ti-pinterest-alt:before {
content: "\e753";
}
.ti-microsoft-alt:before {
content: "\e754";
}
.ti-linux:before {
content: "\e755";
}
.ti-jsfiddle:before {
content: "\e756";
}
.ti-joomla:before {
content: "\e757";
}
.ti-html5:before {
content: "\e758";
}
.ti-flickr-alt:before {
content: "\e759";
}
.ti-email:before {
content: "\e75a";
}
.ti-drupal:before {
content: "\e75b";
}
.ti-dropbox-alt:before {
content: "\e75c";
}
.ti-css3:before {
content: "\e75d";
}
.ti-rss:before {
content: "\e75e";
}
.ti-rss-alt:before {
content: "\e75f";
}@font-face {
font-family: 'ElegantIcons';
src:url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/ElegantIcons.eot);
src:url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/ElegantIcons.eot) format('embedded-opentype'),
url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/ElegantIcons.woff) format('woff'),
url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/ElegantIcons.ttf) format('truetype'),
url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/ElegantIcons.svg) format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
} [data-icon]:before {
font-family: 'ElegantIcons';
content: attr(data-icon);
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
font-display: swap;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}  .arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
.arrow_up:before {
content: "\21";
}
.arrow_down:before {
content: "\22";
}
.arrow_left:before {
content: "\23";
}
.arrow_right:before {
content: "\24";
}
.arrow_left-up:before {
content: "\25";
}
.arrow_right-up:before {
content: "\26";
}
.arrow_right-down:before {
content: "\27";
}
.arrow_left-down:before {
content: "\28";
}
.arrow-up-down:before {
content: "\29";
}
.arrow_up-down_alt:before {
content: "\2a";
}
.arrow_left-right_alt:before {
content: "\2b";
}
.arrow_left-right:before {
content: "\2c";
}
.arrow_expand_alt2:before {
content: "\2d";
}
.arrow_expand_alt:before {
content: "\2e";
}
.arrow_condense:before {
content: "\2f";
}
.arrow_expand:before {
content: "\30";
}
.arrow_move:before {
content: "\31";
}
.arrow_carrot-up:before {
content: "\32";
}
.arrow_carrot-down:before {
content: "\33";
}
.arrow_carrot-left:before {
content: "\34";
}
.arrow_carrot-right:before {
content: "\35";
}
.arrow_carrot-2up:before {
content: "\36";
}
.arrow_carrot-2down:before {
content: "\37";
}
.arrow_carrot-2left:before {
content: "\38";
}
.arrow_carrot-2right:before {
content: "\39";
}
.arrow_carrot-up_alt2:before {
content: "\3a";
}
.arrow_carrot-down_alt2:before {
content: "\3b";
}
.arrow_carrot-left_alt2:before {
content: "\3c";
}
.arrow_carrot-right_alt2:before {
content: "\3d";
}
.arrow_carrot-2up_alt2:before {
content: "\3e";
}
.arrow_carrot-2down_alt2:before {
content: "\3f";
}
.arrow_carrot-2left_alt2:before {
content: "\40";
}
.arrow_carrot-2right_alt2:before {
content: "\41";
}
.arrow_triangle-up:before {
content: "\42";
}
.arrow_triangle-down:before {
content: "\43";
}
.arrow_triangle-left:before {
content: "\44";
}
.arrow_triangle-right:before {
content: "\45";
}
.arrow_triangle-up_alt2:before {
content: "\46";
}
.arrow_triangle-down_alt2:before {
content: "\47";
}
.arrow_triangle-left_alt2:before {
content: "\48";
}
.arrow_triangle-right_alt2:before {
content: "\49";
}
.arrow_back:before {
content: "\4a";
}
.icon_minus-06:before {
content: "\4b";
}
.icon_plus:before {
content: "\4c";
}
.icon_close:before {
content: "\4d";
}
.icon_check:before {
content: "\4e";
}
.icon_minus_alt2:before {
content: "\4f";
}
.icon_plus_alt2:before {
content: "\50";
}
.icon_close_alt2:before {
content: "\51";
}
.icon_check_alt2:before {
content: "\52";
}
.icon_zoom-out_alt:before {
content: "\53";
}
.icon_zoom-in_alt:before {
content: "\54";
}
.icon_search:before {
content: "\55";
}
.icon_box-empty:before {
content: "\56";
}
.icon_box-selected:before {
content: "\57";
}
.icon_minus-box:before {
content: "\58";
}
.icon_plus-box:before {
content: "\59";
}
.icon_box-checked:before {
content: "\5a";
}
.icon_circle-empty:before {
content: "\5b";
}
.icon_circle-slelected:before {
content: "\5c";
}
.icon_stop_alt2:before {
content: "\5d";
}
.icon_stop:before {
content: "\5e";
}
.icon_pause_alt2:before {
content: "\5f";
}
.icon_pause:before {
content: "\60";
}
.icon_menu:before {
content: "\61";
}
.icon_menu-square_alt2:before {
content: "\62";
}
.icon_menu-circle_alt2:before {
content: "\63";
}
.icon_ul:before {
content: "\64";
}
.icon_ol:before {
content: "\65";
}
.icon_adjust-horiz:before {
content: "\66";
}
.icon_adjust-vert:before {
content: "\67";
}
.icon_document_alt:before {
content: "\68";
}
.icon_documents_alt:before {
content: "\69";
}
.icon_pencil:before {
content: "\6a";
}
.icon_pencil-edit_alt:before {
content: "\6b";
}
.icon_pencil-edit:before {
content: "\6c";
}
.icon_folder-alt:before {
content: "\6d";
}
.icon_folder-open_alt:before {
content: "\6e";
}
.icon_folder-add_alt:before {
content: "\6f";
}
.icon_info_alt:before {
content: "\70";
}
.icon_error-oct_alt:before {
content: "\71";
}
.icon_error-circle_alt:before {
content: "\72";
}
.icon_error-triangle_alt:before {
content: "\73";
}
.icon_question_alt2:before {
content: "\74";
}
.icon_question:before {
content: "\75";
}
.icon_comment_alt:before {
content: "\76";
}
.icon_chat_alt:before {
content: "\77";
}
.icon_vol-mute_alt:before {
content: "\78";
}
.icon_volume-low_alt:before {
content: "\79";
}
.icon_volume-high_alt:before {
content: "\7a";
}
.icon_quotations:before {
content: "\7b";
}
.icon_quotations_alt2:before {
content: "\7c";
}
.icon_clock_alt:before {
content: "\7d";
}
.icon_lock_alt:before {
content: "\7e";
}
.icon_lock-open_alt:before {
content: "\e000";
}
.icon_key_alt:before {
content: "\e001";
}
.icon_cloud_alt:before {
content: "\e002";
}
.icon_cloud-upload_alt:before {
content: "\e003";
}
.icon_cloud-download_alt:before {
content: "\e004";
}
.icon_image:before {
content: "\e005";
}
.icon_images:before {
content: "\e006";
}
.icon_lightbulb_alt:before {
content: "\e007";
}
.icon_gift_alt:before {
content: "\e008";
}
.icon_house_alt:before {
content: "\e009";
}
.icon_genius:before {
content: "\e00a";
}
.icon_mobile:before {
content: "\e00b";
}
.icon_tablet:before {
content: "\e00c";
}
.icon_laptop:before {
content: "\e00d";
}
.icon_desktop:before {
content: "\e00e";
}
.icon_camera_alt:before {
content: "\e00f";
}
.icon_mail_alt:before {
content: "\e010";
}
.icon_cone_alt:before {
content: "\e011";
}
.icon_ribbon_alt:before {
content: "\e012";
}
.icon_bag_alt:before {
content: "\e013";
}
.icon_creditcard:before {
content: "\e014";
}
.icon_cart_alt:before {
content: "\e015";
}
.icon_paperclip:before {
content: "\e016";
}
.icon_tag_alt:before {
content: "\e017";
}
.icon_tags_alt:before {
content: "\e018";
}
.icon_trash_alt:before {
content: "\e019";
}
.icon_cursor_alt:before {
content: "\e01a";
}
.icon_mic_alt:before {
content: "\e01b";
}
.icon_compass_alt:before {
content: "\e01c";
}
.icon_pin_alt:before {
content: "\e01d";
}
.icon_pushpin_alt:before {
content: "\e01e";
}
.icon_map_alt:before {
content: "\e01f";
}
.icon_drawer_alt:before {
content: "\e020";
}
.icon_toolbox_alt:before {
content: "\e021";
}
.icon_book_alt:before {
content: "\e022";
}
.icon_calendar:before {
content: "\e023";
}
.icon_film:before {
content: "\e024";
}
.icon_table:before {
content: "\e025";
}
.icon_contacts_alt:before {
content: "\e026";
}
.icon_headphones:before {
content: "\e027";
}
.icon_lifesaver:before {
content: "\e028";
}
.icon_piechart:before {
content: "\e029";
}
.icon_refresh:before {
content: "\e02a";
}
.icon_link_alt:before {
content: "\e02b";
}
.icon_link:before {
content: "\e02c";
}
.icon_loading:before {
content: "\e02d";
}
.icon_blocked:before {
content: "\e02e";
}
.icon_archive_alt:before {
content: "\e02f";
}
.icon_heart_alt:before {
content: "\e030";
}
.icon_star_alt:before {
content: "\e031";
}
.icon_star-half_alt:before {
content: "\e032";
}
.icon_star:before {
content: "\e033";
}
.icon_star-half:before {
content: "\e034";
}
.icon_tools:before {
content: "\e035";
}
.icon_tool:before {
content: "\e036";
}
.icon_cog:before {
content: "\e037";
}
.icon_cogs:before {
content: "\e038";
}
.arrow_up_alt:before {
content: "\e039";
}
.arrow_down_alt:before {
content: "\e03a";
}
.arrow_left_alt:before {
content: "\e03b";
}
.arrow_right_alt:before {
content: "\e03c";
}
.arrow_left-up_alt:before {
content: "\e03d";
}
.arrow_right-up_alt:before {
content: "\e03e";
}
.arrow_right-down_alt:before {
content: "\e03f";
}
.arrow_left-down_alt:before {
content: "\e040";
}
.arrow_condense_alt:before {
content: "\e041";
}
.arrow_expand_alt3:before {
content: "\e042";
}
.arrow_carrot_up_alt:before {
content: "\e043";
}
.arrow_carrot-down_alt:before {
content: "\e044";
}
.arrow_carrot-left_alt:before {
content: "\e045";
}
.arrow_carrot-right_alt:before {
content: "\e046";
}
.arrow_carrot-2up_alt:before {
content: "\e047";
}
.arrow_carrot-2dwnn_alt:before {
content: "\e048";
}
.arrow_carrot-2left_alt:before {
content: "\e049";
}
.arrow_carrot-2right_alt:before {
content: "\e04a";
}
.arrow_triangle-up_alt:before {
content: "\e04b";
}
.arrow_triangle-down_alt:before {
content: "\e04c";
}
.arrow_triangle-left_alt:before {
content: "\e04d";
}
.arrow_triangle-right_alt:before {
content: "\e04e";
}
.icon_minus_alt:before {
content: "\e04f";
}
.icon_plus_alt:before {
content: "\e050";
}
.icon_close_alt:before {
content: "\e051";
}
.icon_check_alt:before {
content: "\e052";
}
.icon_zoom-out:before {
content: "\e053";
}
.icon_zoom-in:before {
content: "\e054";
}
.icon_stop_alt:before {
content: "\e055";
}
.icon_menu-square_alt:before {
content: "\e056";
}
.icon_menu-circle_alt:before {
content: "\e057";
}
.icon_document:before {
content: "\e058";
}
.icon_documents:before {
content: "\e059";
}
.icon_pencil_alt:before {
content: "\e05a";
}
.icon_folder:before {
content: "\e05b";
}
.icon_folder-open:before {
content: "\e05c";
}
.icon_folder-add:before {
content: "\e05d";
}
.icon_folder_upload:before {
content: "\e05e";
}
.icon_folder_download:before {
content: "\e05f";
}
.icon_info:before {
content: "\e060";
}
.icon_error-circle:before {
content: "\e061";
}
.icon_error-oct:before {
content: "\e062";
}
.icon_error-triangle:before {
content: "\e063";
}
.icon_question_alt:before {
content: "\e064";
}
.icon_comment:before {
content: "\e065";
}
.icon_chat:before {
content: "\e066";
}
.icon_vol-mute:before {
content: "\e067";
}
.icon_volume-low:before {
content: "\e068";
}
.icon_volume-high:before {
content: "\e069";
}
.icon_quotations_alt:before {
content: "\e06a";
}
.icon_clock:before {
content: "\e06b";
}
.icon_lock:before {
content: "\e06c";
}
.icon_lock-open:before {
content: "\e06d";
}
.icon_key:before {
content: "\e06e";
}
.icon_cloud:before {
content: "\e06f";
}
.icon_cloud-upload:before {
content: "\e070";
}
.icon_cloud-download:before {
content: "\e071";
}
.icon_lightbulb:before {
content: "\e072";
}
.icon_gift:before {
content: "\e073";
}
.icon_house:before {
content: "\e074";
}
.icon_camera:before {
content: "\e075";
}
.icon_mail:before {
content: "\e076";
}
.icon_cone:before {
content: "\e077";
}
.icon_ribbon:before {
content: "\e078";
}
.icon_bag:before {
content: "\e079";
}
.icon_cart:before {
content: "\e07a";
}
.icon_tag:before {
content: "\e07b";
}
.icon_tags:before {
content: "\e07c";
}
.icon_trash:before {
content: "\e07d";
}
.icon_cursor:before {
content: "\e07e";
}
.icon_mic:before {
content: "\e07f";
}
.icon_compass:before {
content: "\e080";
}
.icon_pin:before {
content: "\e081";
}
.icon_pushpin:before {
content: "\e082";
}
.icon_map:before {
content: "\e083";
}
.icon_drawer:before {
content: "\e084";
}
.icon_toolbox:before {
content: "\e085";
}
.icon_book:before {
content: "\e086";
}
.icon_contacts:before {
content: "\e087";
}
.icon_archive:before {
content: "\e088";
}
.icon_heart:before {
content: "\e089";
}
.icon_profile:before {
content: "\e08a";
}
.icon_group:before {
content: "\e08b";
}
.icon_grid-2x2:before {
content: "\e08c";
}
.icon_grid-3x3:before {
content: "\e08d";
}
.icon_music:before {
content: "\e08e";
}
.icon_pause_alt:before {
content: "\e08f";
}
.icon_phone:before {
content: "\e090";
}
.icon_upload:before {
content: "\e091";
}
.icon_download:before {
content: "\e092";
}
.social_facebook:before {
content: "\e093";
}
.social_twitter:before {
content: "\e094";
}
.social_pinterest:before {
content: "\e095";
}
.social_googleplus:before {
content: "\e096";
}
.social_tumblr:before {
content: "\e097";
}
.social_tumbleupon:before {
content: "\e098";
}
.social_wordpress:before {
content: "\e099";
}
.social_instagram:before {
content: "\e09a";
}
.social_dribbble:before {
content: "\e09b";
}
.social_vimeo:before {
content: "\e09c";
}
.social_linkedin:before {
content: "\e09d";
}
.social_rss:before {
content: "\e09e";
}
.social_deviantart:before {
content: "\e09f";
}
.social_share:before {
content: "\e0a0";
}
.social_myspace:before {
content: "\e0a1";
}
.social_skype:before {
content: "\e0a2";
}
.social_youtube:before {
content: "\e0a3";
}
.social_picassa:before {
content: "\e0a4";
}
.social_googledrive:before {
content: "\e0a5";
}
.social_flickr:before {
content: "\e0a6";
}
.social_blogger:before {
content: "\e0a7";
}
.social_spotify:before {
content: "\e0a8";
}
.social_delicious:before {
content: "\e0a9";
}
.social_facebook_circle:before {
content: "\e0aa";
}
.social_twitter_circle:before {
content: "\e0ab";
}
.social_pinterest_circle:before {
content: "\e0ac";
}
.social_googleplus_circle:before {
content: "\e0ad";
}
.social_tumblr_circle:before {
content: "\e0ae";
}
.social_stumbleupon_circle:before {
content: "\e0af";
}
.social_wordpress_circle:before {
content: "\e0b0";
}
.social_instagram_circle:before {
content: "\e0b1";
}
.social_dribbble_circle:before {
content: "\e0b2";
}
.social_vimeo_circle:before {
content: "\e0b3";
}
.social_linkedin_circle:before {
content: "\e0b4";
}
.social_rss_circle:before {
content: "\e0b5";
}
.social_deviantart_circle:before {
content: "\e0b6";
}
.social_share_circle:before {
content: "\e0b7";
}
.social_myspace_circle:before {
content: "\e0b8";
}
.social_skype_circle:before {
content: "\e0b9";
}
.social_youtube_circle:before {
content: "\e0ba";
}
.social_picassa_circle:before {
content: "\e0bb";
}
.social_googledrive_alt2:before {
content: "\e0bc";
}
.social_flickr_circle:before {
content: "\e0bd";
}
.social_blogger_circle:before {
content: "\e0be";
}
.social_spotify_circle:before {
content: "\e0bf";
}
.social_delicious_circle:before {
content: "\e0c0";
}
.social_facebook_square:before {
content: "\e0c1";
}
.social_twitter_square:before {
content: "\e0c2";
}
.social_pinterest_square:before {
content: "\e0c3";
}
.social_googleplus_square:before {
content: "\e0c4";
}
.social_tumblr_square:before {
content: "\e0c5";
}
.social_stumbleupon_square:before {
content: "\e0c6";
}
.social_wordpress_square:before {
content: "\e0c7";
}
.social_instagram_square:before {
content: "\e0c8";
}
.social_dribbble_square:before {
content: "\e0c9";
}
.social_vimeo_square:before {
content: "\e0ca";
}
.social_linkedin_square:before {
content: "\e0cb";
}
.social_rss_square:before {
content: "\e0cc";
}
.social_deviantart_square:before {
content: "\e0cd";
}
.social_share_square:before {
content: "\e0ce";
}
.social_myspace_square:before {
content: "\e0cf";
}
.social_skype_square:before {
content: "\e0d0";
}
.social_youtube_square:before {
content: "\e0d1";
}
.social_picassa_square:before {
content: "\e0d2";
}
.social_googledrive_square:before {
content: "\e0d3";
}
.social_flickr_square:before {
content: "\e0d4";
}
.social_blogger_square:before {
content: "\e0d5";
}
.social_spotify_square:before {
content: "\e0d6";
}
.social_delicious_square:before {
content: "\e0d7";
}
.icon_printer:before {
content: "\e103";
}
.icon_calulator:before {
content: "\e0ee";
}
.icon_building:before {
content: "\e0ef";
}
.icon_floppy:before {
content: "\e0e8";
}
.icon_drive:before {
content: "\e0ea";
}
.icon_search-2:before {
content: "\e101";
}
.icon_id:before {
content: "\e107";
}
.icon_id-2:before {
content: "\e108";
}
.icon_puzzle:before {
content: "\e102";
}
.icon_like:before {
content: "\e106";
}
.icon_dislike:before {
content: "\e0eb";
}
.icon_mug:before {
content: "\e105";
}
.icon_currency:before {
content: "\e0ed";
}
.icon_wallet:before {
content: "\e100";
}
.icon_pens:before {
content: "\e104";
}
.icon_easel:before {
content: "\e0e9";
}
.icon_flowchart:before {
content: "\e109";
}
.icon_datareport:before {
content: "\e0ec";
}
.icon_briefcase:before {
content: "\e0fe";
}
.icon_shield:before {
content: "\e0f6";
}
.icon_percent:before {
content: "\e0fb";
}
.icon_globe:before {
content: "\e0e2";
}
.icon_globe-2:before {
content: "\e0e3";
}
.icon_target:before {
content: "\e0f5";
}
.icon_hourglass:before {
content: "\e0e1";
}
.icon_balance:before {
content: "\e0ff";
}
.icon_rook:before {
content: "\e0f8";
}
.icon_printer-alt:before {
content: "\e0fa";
}
.icon_calculator_alt:before {
content: "\e0e7";
}
.icon_building_alt:before {
content: "\e0fd";
}
.icon_floppy_alt:before {
content: "\e0e4";
}
.icon_drive_alt:before {
content: "\e0e5";
}
.icon_search_alt:before {
content: "\e0f7";
}
.icon_id_alt:before {
content: "\e0e0";
}
.icon_id-2_alt:before {
content: "\e0fc";
}
.icon_puzzle_alt:before {
content: "\e0f9";
}
.icon_like_alt:before {
content: "\e0dd";
}
.icon_dislike_alt:before {
content: "\e0f1";
}
.icon_mug_alt:before {
content: "\e0dc";
}
.icon_currency_alt:before {
content: "\e0f3";
}
.icon_wallet_alt:before {
content: "\e0d8";
}
.icon_pens_alt:before {
content: "\e0db";
}
.icon_easel_alt:before {
content: "\e0f0";
}
.icon_flowchart_alt:before {
content: "\e0df";
}
.icon_datareport_alt:before {
content: "\e0f2";
}
.icon_briefcase_alt:before {
content: "\e0f4";
}
.icon_shield_alt:before {
content: "\e0d9";
}
.icon_percent_alt:before {
content: "\e0da";
}
.icon_globe_alt:before {
content: "\e0de";
}
.icon_clipboard:before {
content: "\e0e6";
}
.glyph {
float: left;
text-align: center;
padding: .75em;
margin: .4em 1.5em .75em 0;
width: 6em;
text-shadow: none;
}
.glyph_big {
font-size: 128px;
color: #59c5dc;
float: left;
margin-right: 20px;
}
.glyph div { padding-bottom: 10px;}
.glyph input {
font-family: consolas, monospace;
font-size: 12px;
width: 100%;
text-align: center;
border: 0;
box-shadow: 0 0 0 1px #ccc;
padding: .2em;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.centered {
margin-left: auto;
margin-right: auto;
}
.glyph .fs1 {
font-size: 2em;
}
 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
@keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes wobble {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from,
11.1%,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from,
11.1%,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
.bounceOut {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-name: hinge;
animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
from {
opacity: 0;
-webkit-transform: scale(0.1) rotate(30deg);
transform: scale(0.1) rotate(30deg);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes jackInTheBox {
from {
opacity: 0;
-webkit-transform: scale(0.1) rotate(30deg);
transform: scale(0.1) rotate(30deg);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
.jackInTheBox {
-webkit-animation-name: jackInTheBox;
animation-name: jackInTheBox;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
        .margin-top-1 {
margin-top: 1px !important;
}
.margin-left-1 {
margin-left: 1px !important;
}
.margin-bottom-1 {
margin-bottom: 1px !important;
}
.margin-right-1 {
margin-right: 1px !important;
}
.margin-top-2 {
margin-top: 2px !important;
}
.margin-left-2 {
margin-left: 2px !important;
}
.margin-bottom-2 {
margin-bottom: 2px !important;
}
.margin-right-2 {
margin-right: 2px !important;
}
.margin-top-3 {
margin-top: 3px !important;
}
.margin-left-3 {
margin-left: 3px !important;
}
.margin-bottom-3 {
margin-bottom: 3px !important;
}
.margin-right-3 {
margin-right: 3px !important;
}
.margin-top-4 {
margin-top: 4px !important;
}
.margin-left-4 {
margin-left: 4px !important;
}
.margin-bottom-4 {
margin-bottom: 4px !important;
}
.margin-right-4 {
margin-right: 4px !important;
}
.margin-top-5 {
margin-top: 5px !important;
}
.margin-left-5 {
margin-left: 5px !important;
}
.margin-bottom-5 {
margin-bottom: 5px !important;
}
.margin-right-5 {
margin-right: 5px !important;
}
.margin-top-6 {
margin-top: 6px !important;
}
.margin-left-6 {
margin-left: 6px !important;
}
.margin-bottom-6 {
margin-bottom: 6px !important;
}
.margin-right-6 {
margin-right: 6px !important;
}
.margin-top-7 {
margin-top: 7px !important;
}
.margin-left-7 {
margin-left: 7px !important;
}
.margin-bottom-7 {
margin-bottom: 7px !important;
}
.margin-right-7 {
margin-right: 7px !important;
}
.margin-top-8 {
margin-top: 8px !important;
}
.margin-left-8 {
margin-left: 8px !important;
}
.margin-bottom-8 {
margin-bottom: 8px !important;
}
.margin-right-8 {
margin-right: 8px !important;
}
.margin-top-9 {
margin-top: 9px !important;
}
.margin-left-9 {
margin-left: 9px !important;
}
.margin-bottom-9 {
margin-bottom: 9px !important;
}
.margin-right-9 {
margin-right: 9px !important;
}
.margin-top-10 {
margin-top: 10px !important;
}
.margin-left-10 {
margin-left: 10px !important;
}
.margin-bottom-10 {
margin-bottom: 10px !important;
}
.margin-right-10 {
margin-right: 10px !important;
}
.margin-top-11 {
margin-top: 11px !important;
}
.margin-left-11 {
margin-left: 11px !important;
}
.margin-bottom-11 {
margin-bottom: 11px !important;
}
.margin-right-11 {
margin-right: 11px !important;
}
.margin-top-12 {
margin-top: 12px !important;
}
.margin-left-12 {
margin-left: 12px !important;
}
.margin-bottom-12 {
margin-bottom: 12px !important;
}
.margin-right-12 {
margin-right: 12px !important;
}
.margin-top-13 {
margin-top: 13px !important;
}
.margin-left-13 {
margin-left: 13px !important;
}
.margin-bottom-13 {
margin-bottom: 13px !important;
}
.margin-right-13 {
margin-right: 13px !important;
}
.margin-top-14 {
margin-top: 14px !important;
}
.margin-left-14 {
margin-left: 14px !important;
}
.margin-bottom-14 {
margin-bottom: 14px !important;
}
.margin-right-14 {
margin-right: 14px !important;
}
.margin-top-15 {
margin-top: 15px !important;
}
.margin-left-15 {
margin-left: 15px !important;
}
.margin-bottom-15 {
margin-bottom: 15px !important;
}
.margin-right-15 {
margin-right: 15px !important;
}
.margin-top-16 {
margin-top: 16px !important;
}
.margin-left-16 {
margin-left: 16px !important;
}
.margin-bottom-16 {
margin-bottom: 16px !important;
}
.margin-right-16 {
margin-right: 16px !important;
}
.margin-top-17 {
margin-top: 17px !important;
}
.margin-left-17 {
margin-left: 17px !important;
}
.margin-bottom-17 {
margin-bottom: 17px !important;
}
.margin-right-17 {
margin-right: 17px !important;
}
.margin-top-18 {
margin-top: 18px !important;
}
.margin-left-18 {
margin-left: 18px !important;
}
.margin-bottom-18 {
margin-bottom: 18px !important;
}
.margin-right-18 {
margin-right: 18px !important;
}
.margin-top-19 {
margin-top: 19px !important;
}
.margin-left-19 {
margin-left: 19px !important;
}
.margin-bottom-19 {
margin-bottom: 19px !important;
}
.margin-right-19 {
margin-right: 19px !important;
}
.margin-top-20 {
margin-top: 20px !important;
}
.margin-left-20 {
margin-left: 20px !important;
}
.margin-bottom-20 {
margin-bottom: 20px !important;
}
.margin-right-20 {
margin-right: 20px !important;
}
.margin-top-21 {
margin-top: 21px !important;
}
.margin-left-21 {
margin-left: 21px !important;
}
.margin-bottom-21 {
margin-bottom: 21px !important;
}
.margin-right-21 {
margin-right: 21px !important;
}
.margin-top-22 {
margin-top: 22px !important;
}
.margin-left-22 {
margin-left: 22px !important;
}
.margin-bottom-22 {
margin-bottom: 22px !important;
}
.margin-right-22 {
margin-right: 22px !important;
}
.margin-top-23 {
margin-top: 23px !important;
}
.margin-left-23 {
margin-left: 23px !important;
}
.margin-bottom-23 {
margin-bottom: 23px !important;
}
.margin-right-23 {
margin-right: 23px !important;
}
.margin-top-24 {
margin-top: 24px !important;
}
.margin-left-24 {
margin-left: 24px !important;
}
.margin-bottom-24 {
margin-bottom: 24px !important;
}
.margin-right-24 {
margin-right: 24px !important;
}
.margin-top-25 {
margin-top: 25px !important;
}
.margin-left-25 {
margin-left: 25px !important;
}
.margin-bottom-25 {
margin-bottom: 25px !important;
}
.margin-right-25 {
margin-right: 25px !important;
}
.margin-top-26 {
margin-top: 26px !important;
}
.margin-left-26 {
margin-left: 26px !important;
}
.margin-bottom-26 {
margin-bottom: 26px !important;
}
.margin-right-26 {
margin-right: 26px !important;
}
.margin-top-27 {
margin-top: 27px !important;
}
.margin-left-27 {
margin-left: 27px !important;
}
.margin-bottom-27 {
margin-bottom: 27px !important;
}
.margin-right-27 {
margin-right: 27px !important;
}
.margin-top-28 {
margin-top: 28px !important;
}
.margin-left-28 {
margin-left: 28px !important;
}
.margin-bottom-28 {
margin-bottom: 28px !important;
}
.margin-right-28 {
margin-right: 28px !important;
}
.margin-top-29 {
margin-top: 29px !important;
}
.margin-left-29 {
margin-left: 29px !important;
}
.margin-bottom-29 {
margin-bottom: 29px !important;
}
.margin-right-29 {
margin-right: 29px !important;
}
.margin-top-30 {
margin-top: 30px !important;
}
.margin-left-30 {
margin-left: 30px !important;
}
.margin-bottom-30 {
margin-bottom: 30px !important;
}
.margin-right-30 {
margin-right: 30px !important;
}
.margin-top-31 {
margin-top: 31px !important;
}
.margin-left-31 {
margin-left: 31px !important;
}
.margin-bottom-31 {
margin-bottom: 31px !important;
}
.margin-right-31 {
margin-right: 31px !important;
}
.margin-top-32 {
margin-top: 32px !important;
}
.margin-left-32 {
margin-left: 32px !important;
}
.margin-bottom-32 {
margin-bottom: 32px !important;
}
.margin-right-32 {
margin-right: 32px !important;
}
.margin-top-33 {
margin-top: 33px !important;
}
.margin-left-33 {
margin-left: 33px !important;
}
.margin-bottom-33 {
margin-bottom: 33px !important;
}
.margin-right-33 {
margin-right: 33px !important;
}
.margin-top-34 {
margin-top: 34px !important;
}
.margin-left-34 {
margin-left: 34px !important;
}
.margin-bottom-34 {
margin-bottom: 34px !important;
}
.margin-right-34 {
margin-right: 34px !important;
}
.margin-top-35 {
margin-top: 35px !important;
}
.margin-left-35 {
margin-left: 35px !important;
}
.margin-bottom-35 {
margin-bottom: 35px !important;
}
.margin-right-35 {
margin-right: 35px !important;
}
.margin-top-36 {
margin-top: 36px !important;
}
.margin-left-36 {
margin-left: 36px !important;
}
.margin-bottom-36 {
margin-bottom: 36px !important;
}
.margin-right-36 {
margin-right: 36px !important;
}
.margin-top-37 {
margin-top: 37px !important;
}
.margin-left-37 {
margin-left: 37px !important;
}
.margin-bottom-37 {
margin-bottom: 37px !important;
}
.margin-right-37 {
margin-right: 37px !important;
}
.margin-top-38 {
margin-top: 38px !important;
}
.margin-left-38 {
margin-left: 38px !important;
}
.margin-bottom-38 {
margin-bottom: 38px !important;
}
.margin-right-38 {
margin-right: 38px !important;
}
.margin-top-39 {
margin-top: 39px !important;
}
.margin-left-39 {
margin-left: 39px !important;
}
.margin-bottom-39 {
margin-bottom: 39px !important;
}
.margin-right-39 {
margin-right: 39px !important;
}
.margin-top-40 {
margin-top: 40px !important;
}
.margin-left-40 {
margin-left: 40px !important;
}
.margin-bottom-40 {
margin-bottom: 40px !important;
}
.margin-right-40 {
margin-right: 40px !important;
}
.margin-top-41 {
margin-top: 41px !important;
}
.margin-left-41 {
margin-left: 41px !important;
}
.margin-bottom-41 {
margin-bottom: 41px !important;
}
.margin-right-41 {
margin-right: 41px !important;
}
.margin-top-42 {
margin-top: 42px !important;
}
.margin-left-42 {
margin-left: 42px !important;
}
.margin-bottom-42 {
margin-bottom: 42px !important;
}
.margin-right-42 {
margin-right: 42px !important;
}
.margin-top-43 {
margin-top: 43px !important;
}
.margin-left-43 {
margin-left: 43px !important;
}
.margin-bottom-43 {
margin-bottom: 43px !important;
}
.margin-right-43 {
margin-right: 43px !important;
}
.margin-top-44 {
margin-top: 44px !important;
}
.margin-left-44 {
margin-left: 44px !important;
}
.margin-bottom-44 {
margin-bottom: 44px !important;
}
.margin-right-44 {
margin-right: 44px !important;
}
.margin-top-45 {
margin-top: 45px !important;
}
.margin-left-45 {
margin-left: 45px !important;
}
.margin-bottom-45 {
margin-bottom: 45px !important;
}
.margin-right-45 {
margin-right: 45px !important;
}
.margin-top-46 {
margin-top: 46px !important;
}
.margin-left-46 {
margin-left: 46px !important;
}
.margin-bottom-46 {
margin-bottom: 46px !important;
}
.margin-right-46 {
margin-right: 46px !important;
}
.margin-top-47 {
margin-top: 47px !important;
}
.margin-left-47 {
margin-left: 47px !important;
}
.margin-bottom-47 {
margin-bottom: 47px !important;
}
.margin-right-47 {
margin-right: 47px !important;
}
.margin-top-48 {
margin-top: 48px !important;
}
.margin-left-48 {
margin-left: 48px !important;
}
.margin-bottom-48 {
margin-bottom: 48px !important;
}
.margin-right-48 {
margin-right: 48px !important;
}
.margin-top-49 {
margin-top: 49px !important;
}
.margin-left-49 {
margin-left: 49px !important;
}
.margin-bottom-49 {
margin-bottom: 49px !important;
}
.margin-right-49 {
margin-right: 49px !important;
}
.margin-top-50 {
margin-top: 50px !important;
}
.margin-left-50 {
margin-left: 50px !important;
}
.margin-bottom-50 {
margin-bottom: 50px !important;
}
.margin-right-50 {
margin-right: 50px !important;
}
.margin-top-51 {
margin-top: 51px !important;
}
.margin-left-51 {
margin-left: 51px !important;
}
.margin-bottom-51 {
margin-bottom: 51px !important;
}
.margin-right-51 {
margin-right: 51px !important;
}
.margin-top-52 {
margin-top: 52px !important;
}
.margin-left-52 {
margin-left: 52px !important;
}
.margin-bottom-52 {
margin-bottom: 52px !important;
}
.margin-right-52 {
margin-right: 52px !important;
}
.margin-top-53 {
margin-top: 53px !important;
}
.margin-left-53 {
margin-left: 53px !important;
}
.margin-bottom-53 {
margin-bottom: 53px !important;
}
.margin-right-53 {
margin-right: 53px !important;
}
.margin-top-54 {
margin-top: 54px !important;
}
.margin-left-54 {
margin-left: 54px !important;
}
.margin-bottom-54 {
margin-bottom: 54px !important;
}
.margin-right-54 {
margin-right: 54px !important;
}
.margin-top-55 {
margin-top: 55px !important;
}
.margin-left-55 {
margin-left: 55px !important;
}
.margin-bottom-55 {
margin-bottom: 55px !important;
}
.margin-right-55 {
margin-right: 55px !important;
}
.margin-top-56 {
margin-top: 56px !important;
}
.margin-left-56 {
margin-left: 56px !important;
}
.margin-bottom-56 {
margin-bottom: 56px !important;
}
.margin-right-56 {
margin-right: 56px !important;
}
.margin-top-57 {
margin-top: 57px !important;
}
.margin-left-57 {
margin-left: 57px !important;
}
.margin-bottom-57 {
margin-bottom: 57px !important;
}
.margin-right-57 {
margin-right: 57px !important;
}
.margin-top-58 {
margin-top: 58px !important;
}
.margin-left-58 {
margin-left: 58px !important;
}
.margin-bottom-58 {
margin-bottom: 58px !important;
}
.margin-right-58 {
margin-right: 58px !important;
}
.margin-top-59 {
margin-top: 59px !important;
}
.margin-left-59 {
margin-left: 59px !important;
}
.margin-bottom-59 {
margin-bottom: 59px !important;
}
.margin-right-59 {
margin-right: 59px !important;
}
.margin-top-60 {
margin-top: 60px !important;
}
.margin-left-60 {
margin-left: 60px !important;
}
.margin-bottom-60 {
margin-bottom: 60px !important;
}
.margin-right-60 {
margin-right: 60px !important;
}
.margin-top-61 {
margin-top: 61px !important;
}
.margin-left-61 {
margin-left: 61px !important;
}
.margin-bottom-61 {
margin-bottom: 61px !important;
}
.margin-right-61 {
margin-right: 61px !important;
}
.margin-top-62 {
margin-top: 62px !important;
}
.margin-left-62 {
margin-left: 62px !important;
}
.margin-bottom-62 {
margin-bottom: 62px !important;
}
.margin-right-62 {
margin-right: 62px !important;
}
.margin-top-63 {
margin-top: 63px !important;
}
.margin-left-63 {
margin-left: 63px !important;
}
.margin-bottom-63 {
margin-bottom: 63px !important;
}
.margin-right-63 {
margin-right: 63px !important;
}
.margin-top-64 {
margin-top: 64px !important;
}
.margin-left-64 {
margin-left: 64px !important;
}
.margin-bottom-64 {
margin-bottom: 64px !important;
}
.margin-right-64 {
margin-right: 64px !important;
}
.margin-top-65 {
margin-top: 65px !important;
}
.margin-left-65 {
margin-left: 65px !important;
}
.margin-bottom-65 {
margin-bottom: 65px !important;
}
.margin-right-65 {
margin-right: 65px !important;
}
.margin-top-66 {
margin-top: 66px !important;
}
.margin-left-66 {
margin-left: 66px !important;
}
.margin-bottom-66 {
margin-bottom: 66px !important;
}
.margin-right-66 {
margin-right: 66px !important;
}
.margin-top-67 {
margin-top: 67px !important;
}
.margin-left-67 {
margin-left: 67px !important;
}
.margin-bottom-67 {
margin-bottom: 67px !important;
}
.margin-right-67 {
margin-right: 67px !important;
}
.margin-top-68 {
margin-top: 68px !important;
}
.margin-left-68 {
margin-left: 68px !important;
}
.margin-bottom-68 {
margin-bottom: 68px !important;
}
.margin-right-68 {
margin-right: 68px !important;
}
.margin-top-69 {
margin-top: 69px !important;
}
.margin-left-69 {
margin-left: 69px !important;
}
.margin-bottom-69 {
margin-bottom: 69px !important;
}
.margin-right-69 {
margin-right: 69px !important;
}
.margin-top-70 {
margin-top: 70px !important;
}
.margin-left-70 {
margin-left: 70px !important;
}
.margin-bottom-70 {
margin-bottom: 70px !important;
}
.margin-right-70 {
margin-right: 70px !important;
}
.margin-top-71 {
margin-top: 71px !important;
}
.margin-left-71 {
margin-left: 71px !important;
}
.margin-bottom-71 {
margin-bottom: 71px !important;
}
.margin-right-71 {
margin-right: 71px !important;
}
.margin-top-72 {
margin-top: 72px !important;
}
.margin-left-72 {
margin-left: 72px !important;
}
.margin-bottom-72 {
margin-bottom: 72px !important;
}
.margin-right-72 {
margin-right: 72px !important;
}
.margin-top-73 {
margin-top: 73px !important;
}
.margin-left-73 {
margin-left: 73px !important;
}
.margin-bottom-73 {
margin-bottom: 73px !important;
}
.margin-right-73 {
margin-right: 73px !important;
}
.margin-top-74 {
margin-top: 74px !important;
}
.margin-left-74 {
margin-left: 74px !important;
}
.margin-bottom-74 {
margin-bottom: 74px !important;
}
.margin-right-74 {
margin-right: 74px !important;
}
.margin-top-75 {
margin-top: 75px !important;
}
.margin-left-75 {
margin-left: 75px !important;
}
.margin-bottom-75 {
margin-bottom: 75px !important;
}
.margin-right-75 {
margin-right: 75px !important;
}
.margin-top-76 {
margin-top: 76px !important;
}
.margin-left-76 {
margin-left: 76px !important;
}
.margin-bottom-76 {
margin-bottom: 76px !important;
}
.margin-right-76 {
margin-right: 76px !important;
}
.margin-top-77 {
margin-top: 77px !important;
}
.margin-left-77 {
margin-left: 77px !important;
}
.margin-bottom-77 {
margin-bottom: 77px !important;
}
.margin-right-77 {
margin-right: 77px !important;
}
.margin-top-78 {
margin-top: 78px !important;
}
.margin-left-78 {
margin-left: 78px !important;
}
.margin-bottom-78 {
margin-bottom: 78px !important;
}
.margin-right-78 {
margin-right: 78px !important;
}
.margin-top-79 {
margin-top: 79px !important;
}
.margin-left-79 {
margin-left: 79px !important;
}
.margin-bottom-79 {
margin-bottom: 79px !important;
}
.margin-right-79 {
margin-right: 79px !important;
}
.margin-top-80 {
margin-top: 80px !important;
}
.margin-left-80 {
margin-left: 80px !important;
}
.margin-bottom-80 {
margin-bottom: 80px !important;
}
.margin-right-80 {
margin-right: 80px !important;
}
.padding-top-1 {
padding-top: 1px !important;
}
.padding-left-1 {
padding-left: 1px !important;
}
.padding-bottom-1 {
padding-bottom: 1px !important;
}
.padding-right-1 {
padding-right: 1px !important;
}
.padding-top-2 {
padding-top: 2px !important;
}
.padding-left-2 {
padding-left: 2px !important;
}
.padding-bottom-2 {
padding-bottom: 2px !important;
}
.padding-right-2 {
padding-right: 2px !important;
}
.padding-top-3 {
padding-top: 3px !important;
}
.padding-left-3 {
padding-left: 3px !important;
}
.padding-bottom-3 {
padding-bottom: 3px !important;
}
.padding-right-3 {
padding-right: 3px !important;
}
.padding-top-4 {
padding-top: 4px !important;
}
.padding-left-4 {
padding-left: 4px !important;
}
.padding-bottom-4 {
padding-bottom: 4px !important;
}
.padding-right-4 {
padding-right: 4px !important;
}
.padding-top-5 {
padding-top: 5px !important;
}
.padding-left-5 {
padding-left: 5px !important;
}
.padding-bottom-5 {
padding-bottom: 5px !important;
}
.padding-right-5 {
padding-right: 5px !important;
}
.padding-top-6 {
padding-top: 6px !important;
}
.padding-left-6 {
padding-left: 6px !important;
}
.padding-bottom-6 {
padding-bottom: 6px !important;
}
.padding-right-6 {
padding-right: 6px !important;
}
.padding-top-7 {
padding-top: 7px !important;
}
.padding-left-7 {
padding-left: 7px !important;
}
.padding-bottom-7 {
padding-bottom: 7px !important;
}
.padding-right-7 {
padding-right: 7px !important;
}
.padding-top-8 {
padding-top: 8px !important;
}
.padding-left-8 {
padding-left: 8px !important;
}
.padding-bottom-8 {
padding-bottom: 8px !important;
}
.padding-right-8 {
padding-right: 8px !important;
}
.padding-top-9 {
padding-top: 9px !important;
}
.padding-left-9 {
padding-left: 9px !important;
}
.padding-bottom-9 {
padding-bottom: 9px !important;
}
.padding-right-9 {
padding-right: 9px !important;
}
.padding-top-10 {
padding-top: 10px !important;
}
.padding-left-10 {
padding-left: 10px !important;
}
.padding-bottom-10 {
padding-bottom: 10px !important;
}
.padding-right-10 {
padding-right: 10px !important;
}
.padding-top-11 {
padding-top: 11px !important;
}
.padding-left-11 {
padding-left: 11px !important;
}
.padding-bottom-11 {
padding-bottom: 11px !important;
}
.padding-right-11 {
padding-right: 11px !important;
}
.padding-top-12 {
padding-top: 12px !important;
}
.padding-left-12 {
padding-left: 12px !important;
}
.padding-bottom-12 {
padding-bottom: 12px !important;
}
.padding-right-12 {
padding-right: 12px !important;
}
.padding-top-13 {
padding-top: 13px !important;
}
.padding-left-13 {
padding-left: 13px !important;
}
.padding-bottom-13 {
padding-bottom: 13px !important;
}
.padding-right-13 {
padding-right: 13px !important;
}
.padding-top-14 {
padding-top: 14px !important;
}
.padding-left-14 {
padding-left: 14px !important;
}
.padding-bottom-14 {
padding-bottom: 14px !important;
}
.padding-right-14 {
padding-right: 14px !important;
}
.padding-top-15 {
padding-top: 15px !important;
}
.padding-left-15 {
padding-left: 15px !important;
}
.padding-bottom-15 {
padding-bottom: 15px !important;
}
.padding-right-15 {
padding-right: 15px !important;
}
.padding-top-16 {
padding-top: 16px !important;
}
.padding-left-16 {
padding-left: 16px !important;
}
.padding-bottom-16 {
padding-bottom: 16px !important;
}
.padding-right-16 {
padding-right: 16px !important;
}
.padding-top-17 {
padding-top: 17px !important;
}
.padding-left-17 {
padding-left: 17px !important;
}
.padding-bottom-17 {
padding-bottom: 17px !important;
}
.padding-right-17 {
padding-right: 17px !important;
}
.padding-top-18 {
padding-top: 18px !important;
}
.padding-left-18 {
padding-left: 18px !important;
}
.padding-bottom-18 {
padding-bottom: 18px !important;
}
.padding-right-18 {
padding-right: 18px !important;
}
.padding-top-19 {
padding-top: 19px !important;
}
.padding-left-19 {
padding-left: 19px !important;
}
.padding-bottom-19 {
padding-bottom: 19px !important;
}
.padding-right-19 {
padding-right: 19px !important;
}
.padding-top-20 {
padding-top: 20px !important;
}
.padding-left-20 {
padding-left: 20px !important;
}
.padding-bottom-20 {
padding-bottom: 20px !important;
}
.padding-right-20 {
padding-right: 20px !important;
}
.padding-top-21 {
padding-top: 21px !important;
}
.padding-left-21 {
padding-left: 21px !important;
}
.padding-bottom-21 {
padding-bottom: 21px !important;
}
.padding-right-21 {
padding-right: 21px !important;
}
.padding-top-22 {
padding-top: 22px !important;
}
.padding-left-22 {
padding-left: 22px !important;
}
.padding-bottom-22 {
padding-bottom: 22px !important;
}
.padding-right-22 {
padding-right: 22px !important;
}
.padding-top-23 {
padding-top: 23px !important;
}
.padding-left-23 {
padding-left: 23px !important;
}
.padding-bottom-23 {
padding-bottom: 23px !important;
}
.padding-right-23 {
padding-right: 23px !important;
}
.padding-top-24 {
padding-top: 24px !important;
}
.padding-left-24 {
padding-left: 24px !important;
}
.padding-bottom-24 {
padding-bottom: 24px !important;
}
.padding-right-24 {
padding-right: 24px !important;
}
.padding-top-25 {
padding-top: 25px !important;
}
.padding-left-25 {
padding-left: 25px !important;
}
.padding-bottom-25 {
padding-bottom: 25px !important;
}
.padding-right-25 {
padding-right: 25px !important;
}
.padding-top-26 {
padding-top: 26px !important;
}
.padding-left-26 {
padding-left: 26px !important;
}
.padding-bottom-26 {
padding-bottom: 26px !important;
}
.padding-right-26 {
padding-right: 26px !important;
}
.padding-top-27 {
padding-top: 27px !important;
}
.padding-left-27 {
padding-left: 27px !important;
}
.padding-bottom-27 {
padding-bottom: 27px !important;
}
.padding-right-27 {
padding-right: 27px !important;
}
.padding-top-28 {
padding-top: 28px !important;
}
.padding-left-28 {
padding-left: 28px !important;
}
.padding-bottom-28 {
padding-bottom: 28px !important;
}
.padding-right-28 {
padding-right: 28px !important;
}
.padding-top-29 {
padding-top: 29px !important;
}
.padding-left-29 {
padding-left: 29px !important;
}
.padding-bottom-29 {
padding-bottom: 29px !important;
}
.padding-right-29 {
padding-right: 29px !important;
}
.padding-top-30 {
padding-top: 30px !important;
}
.padding-left-30 {
padding-left: 30px !important;
}
.padding-bottom-30 {
padding-bottom: 30px !important;
}
.padding-right-30 {
padding-right: 30px !important;
}
.padding-top-31 {
padding-top: 31px !important;
}
.padding-left-31 {
padding-left: 31px !important;
}
.padding-bottom-31 {
padding-bottom: 31px !important;
}
.padding-right-31 {
padding-right: 31px !important;
}
.padding-top-32 {
padding-top: 32px !important;
}
.padding-left-32 {
padding-left: 32px !important;
}
.padding-bottom-32 {
padding-bottom: 32px !important;
}
.padding-right-32 {
padding-right: 32px !important;
}
.padding-top-33 {
padding-top: 33px !important;
}
.padding-left-33 {
padding-left: 33px !important;
}
.padding-bottom-33 {
padding-bottom: 33px !important;
}
.padding-right-33 {
padding-right: 33px !important;
}
.padding-top-34 {
padding-top: 34px !important;
}
.padding-left-34 {
padding-left: 34px !important;
}
.padding-bottom-34 {
padding-bottom: 34px !important;
}
.padding-right-34 {
padding-right: 34px !important;
}
.padding-top-35 {
padding-top: 35px !important;
}
.padding-left-35 {
padding-left: 35px !important;
}
.padding-bottom-35 {
padding-bottom: 35px !important;
}
.padding-right-35 {
padding-right: 35px !important;
}
.padding-top-36 {
padding-top: 36px !important;
}
.padding-left-36 {
padding-left: 36px !important;
}
.padding-bottom-36 {
padding-bottom: 36px !important;
}
.padding-right-36 {
padding-right: 36px !important;
}
.padding-top-37 {
padding-top: 37px !important;
}
.padding-left-37 {
padding-left: 37px !important;
}
.padding-bottom-37 {
padding-bottom: 37px !important;
}
.padding-right-37 {
padding-right: 37px !important;
}
.padding-top-38 {
padding-top: 38px !important;
}
.padding-left-38 {
padding-left: 38px !important;
}
.padding-bottom-38 {
padding-bottom: 38px !important;
}
.padding-right-38 {
padding-right: 38px !important;
}
.padding-top-39 {
padding-top: 39px !important;
}
.padding-left-39 {
padding-left: 39px !important;
}
.padding-bottom-39 {
padding-bottom: 39px !important;
}
.padding-right-39 {
padding-right: 39px !important;
}
.padding-top-40 {
padding-top: 40px !important;
}
.padding-left-40 {
padding-left: 40px !important;
}
.padding-bottom-40 {
padding-bottom: 40px !important;
}
.padding-right-40 {
padding-right: 40px !important;
}
.padding-top-41 {
padding-top: 41px !important;
}
.padding-left-41 {
padding-left: 41px !important;
}
.padding-bottom-41 {
padding-bottom: 41px !important;
}
.padding-right-41 {
padding-right: 41px !important;
}
.padding-top-42 {
padding-top: 42px !important;
}
.padding-left-42 {
padding-left: 42px !important;
}
.padding-bottom-42 {
padding-bottom: 42px !important;
}
.padding-right-42 {
padding-right: 42px !important;
}
.padding-top-43 {
padding-top: 43px !important;
}
.padding-left-43 {
padding-left: 43px !important;
}
.padding-bottom-43 {
padding-bottom: 43px !important;
}
.padding-right-43 {
padding-right: 43px !important;
}
.padding-top-44 {
padding-top: 44px !important;
}
.padding-left-44 {
padding-left: 44px !important;
}
.padding-bottom-44 {
padding-bottom: 44px !important;
}
.padding-right-44 {
padding-right: 44px !important;
}
.padding-top-45 {
padding-top: 45px !important;
}
.padding-left-45 {
padding-left: 45px !important;
}
.padding-bottom-45 {
padding-bottom: 45px !important;
}
.padding-right-45 {
padding-right: 45px !important;
}
.padding-top-46 {
padding-top: 46px !important;
}
.padding-left-46 {
padding-left: 46px !important;
}
.padding-bottom-46 {
padding-bottom: 46px !important;
}
.padding-right-46 {
padding-right: 46px !important;
}
.padding-top-47 {
padding-top: 47px !important;
}
.padding-left-47 {
padding-left: 47px !important;
}
.padding-bottom-47 {
padding-bottom: 47px !important;
}
.padding-right-47 {
padding-right: 47px !important;
}
.padding-top-48 {
padding-top: 48px !important;
}
.padding-left-48 {
padding-left: 48px !important;
}
.padding-bottom-48 {
padding-bottom: 48px !important;
}
.padding-right-48 {
padding-right: 48px !important;
}
.padding-top-49 {
padding-top: 49px !important;
}
.padding-left-49 {
padding-left: 49px !important;
}
.padding-bottom-49 {
padding-bottom: 49px !important;
}
.padding-right-49 {
padding-right: 49px !important;
}
.padding-top-50 {
padding-top: 50px !important;
}
.padding-left-50 {
padding-left: 50px !important;
}
.padding-bottom-50 {
padding-bottom: 50px !important;
}
.padding-right-50 {
padding-right: 50px !important;
}
.padding-top-51 {
padding-top: 51px !important;
}
.padding-left-51 {
padding-left: 51px !important;
}
.padding-bottom-51 {
padding-bottom: 51px !important;
}
.padding-right-51 {
padding-right: 51px !important;
}
.padding-top-52 {
padding-top: 52px !important;
}
.padding-left-52 {
padding-left: 52px !important;
}
.padding-bottom-52 {
padding-bottom: 52px !important;
}
.padding-right-52 {
padding-right: 52px !important;
}
.padding-top-53 {
padding-top: 53px !important;
}
.padding-left-53 {
padding-left: 53px !important;
}
.padding-bottom-53 {
padding-bottom: 53px !important;
}
.padding-right-53 {
padding-right: 53px !important;
}
.padding-top-54 {
padding-top: 54px !important;
}
.padding-left-54 {
padding-left: 54px !important;
}
.padding-bottom-54 {
padding-bottom: 54px !important;
}
.padding-right-54 {
padding-right: 54px !important;
}
.padding-top-55 {
padding-top: 55px !important;
}
.padding-left-55 {
padding-left: 55px !important;
}
.padding-bottom-55 {
padding-bottom: 55px !important;
}
.padding-right-55 {
padding-right: 55px !important;
}
.padding-top-56 {
padding-top: 56px !important;
}
.padding-left-56 {
padding-left: 56px !important;
}
.padding-bottom-56 {
padding-bottom: 56px !important;
}
.padding-right-56 {
padding-right: 56px !important;
}
.padding-top-57 {
padding-top: 57px !important;
}
.padding-left-57 {
padding-left: 57px !important;
}
.padding-bottom-57 {
padding-bottom: 57px !important;
}
.padding-right-57 {
padding-right: 57px !important;
}
.padding-top-58 {
padding-top: 58px !important;
}
.padding-left-58 {
padding-left: 58px !important;
}
.padding-bottom-58 {
padding-bottom: 58px !important;
}
.padding-right-58 {
padding-right: 58px !important;
}
.padding-top-59 {
padding-top: 59px !important;
}
.padding-left-59 {
padding-left: 59px !important;
}
.padding-bottom-59 {
padding-bottom: 59px !important;
}
.padding-right-59 {
padding-right: 59px !important;
}
.padding-top-60 {
padding-top: 60px !important;
}
.padding-left-60 {
padding-left: 60px !important;
}
.padding-bottom-60 {
padding-bottom: 60px !important;
}
.padding-right-60 {
padding-right: 60px !important;
}
.padding-top-61 {
padding-top: 61px !important;
}
.padding-left-61 {
padding-left: 61px !important;
}
.padding-bottom-61 {
padding-bottom: 61px !important;
}
.padding-right-61 {
padding-right: 61px !important;
}
.padding-top-62 {
padding-top: 62px !important;
}
.padding-left-62 {
padding-left: 62px !important;
}
.padding-bottom-62 {
padding-bottom: 62px !important;
}
.padding-right-62 {
padding-right: 62px !important;
}
.padding-top-63 {
padding-top: 63px !important;
}
.padding-left-63 {
padding-left: 63px !important;
}
.padding-bottom-63 {
padding-bottom: 63px !important;
}
.padding-right-63 {
padding-right: 63px !important;
}
.padding-top-64 {
padding-top: 64px !important;
}
.padding-left-64 {
padding-left: 64px !important;
}
.padding-bottom-64 {
padding-bottom: 64px !important;
}
.padding-right-64 {
padding-right: 64px !important;
}
.padding-top-65 {
padding-top: 65px !important;
}
.padding-left-65 {
padding-left: 65px !important;
}
.padding-bottom-65 {
padding-bottom: 65px !important;
}
.padding-right-65 {
padding-right: 65px !important;
}
.padding-top-66 {
padding-top: 66px !important;
}
.padding-left-66 {
padding-left: 66px !important;
}
.padding-bottom-66 {
padding-bottom: 66px !important;
}
.padding-right-66 {
padding-right: 66px !important;
}
.padding-top-67 {
padding-top: 67px !important;
}
.padding-left-67 {
padding-left: 67px !important;
}
.padding-bottom-67 {
padding-bottom: 67px !important;
}
.padding-right-67 {
padding-right: 67px !important;
}
.padding-top-68 {
padding-top: 68px !important;
}
.padding-left-68 {
padding-left: 68px !important;
}
.padding-bottom-68 {
padding-bottom: 68px !important;
}
.padding-right-68 {
padding-right: 68px !important;
}
.padding-top-69 {
padding-top: 69px !important;
}
.padding-left-69 {
padding-left: 69px !important;
}
.padding-bottom-69 {
padding-bottom: 69px !important;
}
.padding-right-69 {
padding-right: 69px !important;
}
.padding-top-70 {
padding-top: 70px !important;
}
.padding-left-70 {
padding-left: 70px !important;
}
.padding-bottom-70 {
padding-bottom: 70px !important;
}
.padding-right-70 {
padding-right: 70px !important;
}
.padding-top-71 {
padding-top: 71px !important;
}
.padding-left-71 {
padding-left: 71px !important;
}
.padding-bottom-71 {
padding-bottom: 71px !important;
}
.padding-right-71 {
padding-right: 71px !important;
}
.padding-top-72 {
padding-top: 72px !important;
}
.padding-left-72 {
padding-left: 72px !important;
}
.padding-bottom-72 {
padding-bottom: 72px !important;
}
.padding-right-72 {
padding-right: 72px !important;
}
.padding-top-73 {
padding-top: 73px !important;
}
.padding-left-73 {
padding-left: 73px !important;
}
.padding-bottom-73 {
padding-bottom: 73px !important;
}
.padding-right-73 {
padding-right: 73px !important;
}
.padding-top-74 {
padding-top: 74px !important;
}
.padding-left-74 {
padding-left: 74px !important;
}
.padding-bottom-74 {
padding-bottom: 74px !important;
}
.padding-right-74 {
padding-right: 74px !important;
}
.padding-top-75 {
padding-top: 75px !important;
}
.padding-left-75 {
padding-left: 75px !important;
}
.padding-bottom-75 {
padding-bottom: 75px !important;
}
.padding-right-75 {
padding-right: 75px !important;
}
.padding-top-76 {
padding-top: 76px !important;
}
.padding-left-76 {
padding-left: 76px !important;
}
.padding-bottom-76 {
padding-bottom: 76px !important;
}
.padding-right-76 {
padding-right: 76px !important;
}
.padding-top-77 {
padding-top: 77px !important;
}
.padding-left-77 {
padding-left: 77px !important;
}
.padding-bottom-77 {
padding-bottom: 77px !important;
}
.padding-right-77 {
padding-right: 77px !important;
}
.padding-top-78 {
padding-top: 78px !important;
}
.padding-left-78 {
padding-left: 78px !important;
}
.padding-bottom-78 {
padding-bottom: 78px !important;
}
.padding-right-78 {
padding-right: 78px !important;
}
.padding-top-79 {
padding-top: 79px !important;
}
.padding-left-79 {
padding-left: 79px !important;
}
.padding-bottom-79 {
padding-bottom: 79px !important;
}
.padding-right-79 {
padding-right: 79px !important;
}
.padding-top-80 {
padding-top: 80px !important;
}
.padding-left-80 {
padding-left: 80px !important;
}
.padding-bottom-80 {
padding-bottom: 80px !important;
}
.padding-right-80 {
padding-right: 80px !important;
} html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type=checkbox],
input[type=radio] {
box-sizing: border-box;
padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
height: auto;
}
input[type=search] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
@media print {
* {
text-shadow: none !important;
color: #000 !important;
background: transparent !important;
box-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
select {
background: #fff !important;
}
.navbar {
display: none;
}
.table td,
.table th {
background-color: #fff !important;
}
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important;
}
.label {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}
@font-face {
font-family: "Glyphicons Halflings";
src: url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/bootstrap/glyphicons-halflings-regular.eot);
src: url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"), url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"), url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: "Glyphicons Halflings";
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
content: "*";
}
.glyphicon-plus:before {
content: "+";
}
.glyphicon-euro:before {
content: "€";
}
.glyphicon-minus:before {
content: "−";
}
.glyphicon-cloud:before {
content: "☁";
}
.glyphicon-envelope:before {
content: "✉";
}
.glyphicon-pencil:before {
content: "✏";
}
.glyphicon-glass:before {
content: "\e001";
}
.glyphicon-music:before {
content: "\e002";
}
.glyphicon-search:before {
content: "\e003";
}
.glyphicon-heart:before {
content: "\e005";
}
.glyphicon-star:before {
content: "\e006";
}
.glyphicon-star-empty:before {
content: "\e007";
}
.glyphicon-user:before {
content: "\e008";
}
.glyphicon-film:before {
content: "\e009";
}
.glyphicon-th-large:before {
content: "\e010";
}
.glyphicon-th:before {
content: "\e011";
}
.glyphicon-th-list:before {
content: "\e012";
}
.glyphicon-ok:before {
content: "\e013";
}
.glyphicon-remove:before {
content: "\e014";
}
.glyphicon-zoom-in:before {
content: "\e015";
}
.glyphicon-zoom-out:before {
content: "\e016";
}
.glyphicon-off:before {
content: "\e017";
}
.glyphicon-signal:before {
content: "\e018";
}
.glyphicon-cog:before {
content: "\e019";
}
.glyphicon-trash:before {
content: "\e020";
}
.glyphicon-home:before {
content: "\e021";
}
.glyphicon-file:before {
content: "\e022";
}
.glyphicon-time:before {
content: "\e023";
}
.glyphicon-road:before {
content: "\e024";
}
.glyphicon-download-alt:before {
content: "\e025";
}
.glyphicon-download:before {
content: "\e026";
}
.glyphicon-upload:before {
content: "\e027";
}
.glyphicon-inbox:before {
content: "\e028";
}
.glyphicon-play-circle:before {
content: "\e029";
}
.glyphicon-repeat:before {
content: "\e030";
}
.glyphicon-refresh:before {
content: "\e031";
}
.glyphicon-list-alt:before {
content: "\e032";
}
.glyphicon-lock:before {
content: "\e033";
}
.glyphicon-flag:before {
content: "\e034";
}
.glyphicon-headphones:before {
content: "\e035";
}
.glyphicon-volume-off:before {
content: "\e036";
}
.glyphicon-volume-down:before {
content: "\e037";
}
.glyphicon-volume-up:before {
content: "\e038";
}
.glyphicon-qrcode:before {
content: "\e039";
}
.glyphicon-barcode:before {
content: "\e040";
}
.glyphicon-tag:before {
content: "\e041";
}
.glyphicon-tags:before {
content: "\e042";
}
.glyphicon-book:before {
content: "\e043";
}
.glyphicon-bookmark:before {
content: "\e044";
}
.glyphicon-print:before {
content: "\e045";
}
.glyphicon-camera:before {
content: "\e046";
}
.glyphicon-font:before {
content: "\e047";
}
.glyphicon-bold:before {
content: "\e048";
}
.glyphicon-italic:before {
content: "\e049";
}
.glyphicon-text-height:before {
content: "\e050";
}
.glyphicon-text-width:before {
content: "\e051";
}
.glyphicon-align-left:before {
content: "\e052";
}
.glyphicon-align-center:before {
content: "\e053";
}
.glyphicon-align-right:before {
content: "\e054";
}
.glyphicon-align-justify:before {
content: "\e055";
}
.glyphicon-list:before {
content: "\e056";
}
.glyphicon-indent-left:before {
content: "\e057";
}
.glyphicon-indent-right:before {
content: "\e058";
}
.glyphicon-facetime-video:before {
content: "\e059";
}
.glyphicon-picture:before {
content: "\e060";
}
.glyphicon-map-marker:before {
content: "\e062";
}
.glyphicon-adjust:before {
content: "\e063";
}
.glyphicon-tint:before {
content: "\e064";
}
.glyphicon-edit:before {
content: "\e065";
}
.glyphicon-share:before {
content: "\e066";
}
.glyphicon-check:before {
content: "\e067";
}
.glyphicon-move:before {
content: "\e068";
}
.glyphicon-step-backward:before {
content: "\e069";
}
.glyphicon-fast-backward:before {
content: "\e070";
}
.glyphicon-backward:before {
content: "\e071";
}
.glyphicon-play:before {
content: "\e072";
}
.glyphicon-pause:before {
content: "\e073";
}
.glyphicon-stop:before {
content: "\e074";
}
.glyphicon-forward:before {
content: "\e075";
}
.glyphicon-fast-forward:before {
content: "\e076";
}
.glyphicon-step-forward:before {
content: "\e077";
}
.glyphicon-eject:before {
content: "\e078";
}
.glyphicon-chevron-left:before {
content: "\e079";
}
.glyphicon-chevron-right:before {
content: "\e080";
}
.glyphicon-plus-sign:before {
content: "\e081";
}
.glyphicon-minus-sign:before {
content: "\e082";
}
.glyphicon-remove-sign:before {
content: "\e083";
}
.glyphicon-ok-sign:before {
content: "\e084";
}
.glyphicon-question-sign:before {
content: "\e085";
}
.glyphicon-info-sign:before {
content: "\e086";
}
.glyphicon-screenshot:before {
content: "\e087";
}
.glyphicon-remove-circle:before {
content: "\e088";
}
.glyphicon-ok-circle:before {
content: "\e089";
}
.glyphicon-ban-circle:before {
content: "\e090";
}
.glyphicon-arrow-left:before {
content: "\e091";
}
.glyphicon-arrow-right:before {
content: "\e092";
}
.glyphicon-arrow-up:before {
content: "\e093";
}
.glyphicon-arrow-down:before {
content: "\e094";
}
.glyphicon-share-alt:before {
content: "\e095";
}
.glyphicon-resize-full:before {
content: "\e096";
}
.glyphicon-resize-small:before {
content: "\e097";
}
.glyphicon-exclamation-sign:before {
content: "\e101";
}
.glyphicon-gift:before {
content: "\e102";
}
.glyphicon-leaf:before {
content: "\e103";
}
.glyphicon-fire:before {
content: "\e104";
}
.glyphicon-eye-open:before {
content: "\e105";
}
.glyphicon-eye-close:before {
content: "\e106";
}
.glyphicon-warning-sign:before {
content: "\e107";
}
.glyphicon-plane:before {
content: "\e108";
}
.glyphicon-calendar:before {
content: "\e109";
}
.glyphicon-random:before {
content: "\e110";
}
.glyphicon-comment:before {
content: "\e111";
}
.glyphicon-magnet:before {
content: "\e112";
}
.glyphicon-chevron-up:before {
content: "\e113";
}
.glyphicon-chevron-down:before {
content: "\e114";
}
.glyphicon-retweet:before {
content: "\e115";
}
.glyphicon-shopping-cart:before {
content: "\e116";
}
.glyphicon-folder-close:before {
content: "\e117";
}
.glyphicon-folder-open:before {
content: "\e118";
}
.glyphicon-resize-vertical:before {
content: "\e119";
}
.glyphicon-resize-horizontal:before {
content: "\e120";
}
.glyphicon-hdd:before {
content: "\e121";
}
.glyphicon-bullhorn:before {
content: "\e122";
}
.glyphicon-bell:before {
content: "\e123";
}
.glyphicon-certificate:before {
content: "\e124";
}
.glyphicon-thumbs-up:before {
content: "\e125";
}
.glyphicon-thumbs-down:before {
content: "\e126";
}
.glyphicon-hand-right:before {
content: "\e127";
}
.glyphicon-hand-left:before {
content: "\e128";
}
.glyphicon-hand-up:before {
content: "\e129";
}
.glyphicon-hand-down:before {
content: "\e130";
}
.glyphicon-circle-arrow-right:before {
content: "\e131";
}
.glyphicon-circle-arrow-left:before {
content: "\e132";
}
.glyphicon-circle-arrow-up:before {
content: "\e133";
}
.glyphicon-circle-arrow-down:before {
content: "\e134";
}
.glyphicon-globe:before {
content: "\e135";
}
.glyphicon-wrench:before {
content: "\e136";
}
.glyphicon-tasks:before {
content: "\e137";
}
.glyphicon-filter:before {
content: "\e138";
}
.glyphicon-briefcase:before {
content: "\e139";
}
.glyphicon-fullscreen:before {
content: "\e140";
}
.glyphicon-dashboard:before {
content: "\e141";
}
.glyphicon-paperclip:before {
content: "\e142";
}
.glyphicon-heart-empty:before {
content: "\e143";
}
.glyphicon-link:before {
content: "\e144";
}
.glyphicon-phone:before {
content: "\e145";
}
.glyphicon-pushpin:before {
content: "\e146";
}
.glyphicon-usd:before {
content: "\e148";
}
.glyphicon-gbp:before {
content: "\e149";
}
.glyphicon-sort:before {
content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
content: "\e152";
}
.glyphicon-sort-by-order:before {
content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
content: "\e154";
}
.glyphicon-sort-by-attributes:before {
content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
content: "\e156";
}
.glyphicon-unchecked:before {
content: "\e157";
}
.glyphicon-expand:before {
content: "\e158";
}
.glyphicon-collapse-down:before {
content: "\e159";
}
.glyphicon-collapse-up:before {
content: "\e160";
}
.glyphicon-log-in:before {
content: "\e161";
}
.glyphicon-flash:before {
content: "\e162";
}
.glyphicon-log-out:before {
content: "\e163";
}
.glyphicon-new-window:before {
content: "\e164";
}
.glyphicon-record:before {
content: "\e165";
}
.glyphicon-save:before {
content: "\e166";
}
.glyphicon-open:before {
content: "\e167";
}
.glyphicon-saved:before {
content: "\e168";
}
.glyphicon-import:before {
content: "\e169";
}
.glyphicon-export:before {
content: "\e170";
}
.glyphicon-send:before {
content: "\e171";
}
.glyphicon-floppy-disk:before {
content: "\e172";
}
.glyphicon-floppy-saved:before {
content: "\e173";
}
.glyphicon-floppy-remove:before {
content: "\e174";
}
.glyphicon-floppy-save:before {
content: "\e175";
}
.glyphicon-floppy-open:before {
content: "\e176";
}
.glyphicon-credit-card:before {
content: "\e177";
}
.glyphicon-transfer:before {
content: "\e178";
}
.glyphicon-cutlery:before {
content: "\e179";
}
.glyphicon-header:before {
content: "\e180";
}
.glyphicon-compressed:before {
content: "\e181";
}
.glyphicon-earphone:before {
content: "\e182";
}
.glyphicon-phone-alt:before {
content: "\e183";
}
.glyphicon-tower:before {
content: "\e184";
}
.glyphicon-stats:before {
content: "\e185";
}
.glyphicon-sd-video:before {
content: "\e186";
}
.glyphicon-hd-video:before {
content: "\e187";
}
.glyphicon-subtitles:before {
content: "\e188";
}
.glyphicon-sound-stereo:before {
content: "\e189";
}
.glyphicon-sound-dolby:before {
content: "\e190";
}
.glyphicon-sound-5-1:before {
content: "\e191";
}
.glyphicon-sound-6-1:before {
content: "\e192";
}
.glyphicon-sound-7-1:before {
content: "\e193";
}
.glyphicon-copyright-mark:before {
content: "\e194";
}
.glyphicon-registration-mark:before {
content: "\e195";
}
.glyphicon-cloud-download:before {
content: "\e197";
}
.glyphicon-cloud-upload:before {
content: "\e198";
}
.glyphicon-tree-conifer:before {
content: "\e199";
}
.glyphicon-tree-deciduous:before {
content: "\e200";
}
* {
box-sizing: border-box;
}
*:before,
*:after {
box-sizing: border-box;
}
html {
font-size: 10px;
}
body {
font-family: "Manrope", Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.7;
color: #666;
background: #fff;
overflow-x: hidden;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #2b2b2b;
text-decoration: none;
transition: color 0.3s ease;
}
a:hover, a:focus {
color: #f0c429;
outline: 0;
}
a:focus {
outline: 0;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive {
display: block;
width: 100% \9 ;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 10px;
}
.img-thumbnail {
padding: 4px;
line-height: 1.7;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 25px;
transition: all 0.2s ease-in-out;
display: inline-block;
width: 100% \9 ;
max-width: 100%;
height: auto;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 27px;
margin-bottom: 27px;
border: 0;
border-top: 1px solid #eeeeee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: "Manrope", "Times New Roman", Times, serif;
font-weight: 700;
line-height: 1.5;
color: #2b2b2b;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777777;
}
h1, .h1,
h2, .h2,
h3, .h3 {
margin-top: 27px;
margin-bottom: 13.5px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
font-size: 65%;
}
h4, .h4,
h5, .h5,
h6, .h6 {
margin-top: 13.5px;
margin-bottom: 13.5px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
font-size: 75%;
}
h1, .h1 {
font-size: 41px;
}
h2, .h2 {
font-size: 34px;
}
h3, .h3 {
font-size: 28px;
}
h4, .h4 {
font-size: 20px;
}
h5, .h5 {
font-size: 16px;
}
h6, .h6 {
font-size: 14px;
}
p {
margin: 0 0 13.5px;
}
.lead {
margin-bottom: 27px;
font-size: 18px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 24px;
}
}
small,
.small {
font-size: 87%;
}
mark,
.mark {
background-color: #fcf8e3;
padding: 0.2em;
}
.text-left {
text-align: left;
}
.rtl .text-left {
text-align: right;
}
.text-right {
text-align: right;
}
.rtl .text-right {
text-align: left;
}
.text-center {
text-align: center !important;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase, .initialism {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted {
color: #777777;
}
.text-primary {
color: #282828;
}
a.text-primary:hover {
color: #0f0f0f;
}
.text-success {
color: #3c763d;
}
a.text-success:hover {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover {
color: #843534;
}
.bg-primary {
color: #fff;
}
.bg-primary {
background-color: #282828;
}
a.bg-primary:hover {
background-color: #0f0f0f;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 12.5px;
margin: 54px 0 27px;
border-bottom: 1px solid #eeeeee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 13.5px;
}
ul ul,
ul ol,
ol ul,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
dl {
margin-top: 0;
margin-bottom: 27px;
}
dt,
dd {
line-height: 1.7;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
content: " ";
display: table;
}
.dl-horizontal dd:after {
clear: both;
}
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777777;
}
.initialism {
font-size: 90%;
}
blockquote {
padding: 13.5px 27px;
margin: 0 0 27px;
font-size: 20px;
border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.7;
color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: "— ";
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
content: " —";
}
address {
margin-bottom: 27px;
font-style: normal;
line-height: 1.7;
}
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 25px;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 0px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
padding: 0;
font-size: 100%;
box-shadow: none;
}
pre {
display: block;
padding: 13px;
margin: 0 0 13.5px;
font-size: 15px;
line-height: 1.7;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 0;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
max-width: 100%;
}
.container:before, .container:after {
content: " ";
display: table;
}
.container:after {
clear: both;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1200px;
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
content: " ";
display: table;
}
.container-fluid:after {
clear: both;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.row:before, .row:after {
content: " ";
display: table;
}
.row:after {
clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-xs-1 {
width: 8.3333333333%;
}
.col-xs-2 {
width: 16.6666666667%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-4 {
width: 33.3333333333%;
}
.col-xs-5 {
width: 41.6666666667%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-7 {
width: 58.3333333333%;
}
.col-xs-8 {
width: 66.6666666667%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-10 {
width: 83.3333333333%;
}
.col-xs-11 {
width: 91.6666666667%;
}
.col-xs-12 {
width: 100%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-pull-1 {
right: 8.3333333333%;
}
.col-xs-pull-2 {
right: 16.6666666667%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-4 {
right: 33.3333333333%;
}
.col-xs-pull-5 {
right: 41.6666666667%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-7 {
right: 58.3333333333%;
}
.col-xs-pull-8 {
right: 66.6666666667%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-10 {
right: 83.3333333333%;
}
.col-xs-pull-11 {
right: 91.6666666667%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-push-1 {
left: 8.3333333333%;
}
.col-xs-push-2 {
left: 16.6666666667%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-4 {
left: 33.3333333333%;
}
.col-xs-push-5 {
left: 41.6666666667%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-7 {
left: 58.3333333333%;
}
.col-xs-push-8 {
left: 66.6666666667%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-10 {
left: 83.3333333333%;
}
.col-xs-push-11 {
left: 91.6666666667%;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
.col-xs-offset-1 {
margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-4 {
margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-7 {
margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-10 {
margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
margin-left: 100%;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-1 {
width: 8.3333333333%;
}
.col-sm-2 {
width: 16.6666666667%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-4 {
width: 33.3333333333%;
}
.col-sm-5 {
width: 41.6666666667%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-7 {
width: 58.3333333333%;
}
.col-sm-8 {
width: 66.6666666667%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-10 {
width: 83.3333333333%;
}
.col-sm-11 {
width: 91.6666666667%;
}
.col-sm-12 {
width: 100%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-pull-1 {
right: 8.3333333333%;
}
.col-sm-pull-2 {
right: 16.6666666667%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-4 {
right: 33.3333333333%;
}
.col-sm-pull-5 {
right: 41.6666666667%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-7 {
right: 58.3333333333%;
}
.col-sm-pull-8 {
right: 66.6666666667%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-10 {
right: 83.3333333333%;
}
.col-sm-pull-11 {
right: 91.6666666667%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-push-1 {
left: 8.3333333333%;
}
.col-sm-push-2 {
left: 16.6666666667%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-4 {
left: 33.3333333333%;
}
.col-sm-push-5 {
left: 41.6666666667%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-7 {
left: 58.3333333333%;
}
.col-sm-push-8 {
left: 66.6666666667%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-10 {
left: 83.3333333333%;
}
.col-sm-push-11 {
left: 91.6666666667%;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
.col-sm-offset-1 {
margin-left: 8.3333333333%;
}
.col-sm-offset-2 {
margin-left: 16.6666666667%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-4 {
margin-left: 33.3333333333%;
}
.col-sm-offset-5 {
margin-left: 41.6666666667%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-7 {
margin-left: 58.3333333333%;
}
.col-sm-offset-8 {
margin-left: 66.6666666667%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-10 {
margin-left: 83.3333333333%;
}
.col-sm-offset-11 {
margin-left: 91.6666666667%;
}
.col-sm-offset-12 {
margin-left: 100%;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-1 {
width: 8.3333333333%;
}
.col-md-2 {
width: 16.6666666667%;
}
.col-md-3 {
width: 25%;
}
.col-md-4 {
width: 33.3333333333%;
}
.col-md-5 {
width: 41.6666666667%;
}
.col-md-6 {
width: 50%;
}
.col-md-7 {
width: 58.3333333333%;
}
.col-md-8 {
width: 66.6666666667%;
}
.col-md-9 {
width: 75%;
}
.col-md-10 {
width: 83.3333333333%;
}
.col-md-11 {
width: 91.6666666667%;
}
.col-md-12 {
width: 100%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-pull-1 {
right: 8.3333333333%;
}
.col-md-pull-2 {
right: 16.6666666667%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-4 {
right: 33.3333333333%;
}
.col-md-pull-5 {
right: 41.6666666667%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-7 {
right: 58.3333333333%;
}
.col-md-pull-8 {
right: 66.6666666667%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-10 {
right: 83.3333333333%;
}
.col-md-pull-11 {
right: 91.6666666667%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-push-0 {
left: auto;
}
.col-md-push-1 {
left: 8.3333333333%;
}
.col-md-push-2 {
left: 16.6666666667%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-4 {
left: 33.3333333333%;
}
.col-md-push-5 {
left: 41.6666666667%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-7 {
left: 58.3333333333%;
}
.col-md-push-8 {
left: 66.6666666667%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-10 {
left: 83.3333333333%;
}
.col-md-push-11 {
left: 91.6666666667%;
}
.col-md-push-12 {
left: 100%;
}
.col-md-offset-0 {
margin-left: 0%;
}
.col-md-offset-1 {
margin-left: 8.3333333333%;
}
.col-md-offset-2 {
margin-left: 16.6666666667%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-4 {
margin-left: 33.3333333333%;
}
.col-md-offset-5 {
margin-left: 41.6666666667%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-7 {
margin-left: 58.3333333333%;
}
.col-md-offset-8 {
margin-left: 66.6666666667%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-10 {
margin-left: 83.3333333333%;
}
.col-md-offset-11 {
margin-left: 91.6666666667%;
}
.col-md-offset-12 {
margin-left: 100%;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-1 {
width: 8.3333333333%;
}
.col-lg-2 {
width: 16.6666666667%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-4 {
width: 33.3333333333%;
}
.col-lg-5 {
width: 41.6666666667%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-7 {
width: 58.3333333333%;
}
.col-lg-8 {
width: 66.6666666667%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-10 {
width: 83.3333333333%;
}
.col-lg-11 {
width: 91.6666666667%;
}
.col-lg-12 {
width: 100%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-pull-1 {
right: 8.3333333333%;
}
.col-lg-pull-2 {
right: 16.6666666667%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-4 {
right: 33.3333333333%;
}
.col-lg-pull-5 {
right: 41.6666666667%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-7 {
right: 58.3333333333%;
}
.col-lg-pull-8 {
right: 66.6666666667%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-10 {
right: 83.3333333333%;
}
.col-lg-pull-11 {
right: 91.6666666667%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-push-1 {
left: 8.3333333333%;
}
.col-lg-push-2 {
left: 16.6666666667%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-4 {
left: 33.3333333333%;
}
.col-lg-push-5 {
left: 41.6666666667%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-7 {
left: 58.3333333333%;
}
.col-lg-push-8 {
left: 66.6666666667%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-10 {
left: 83.3333333333%;
}
.col-lg-push-11 {
left: 91.6666666667%;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
.col-lg-offset-1 {
margin-left: 8.3333333333%;
}
.col-lg-offset-2 {
margin-left: 16.6666666667%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-4 {
margin-left: 33.3333333333%;
}
.col-lg-offset-5 {
margin-left: 41.6666666667%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-7 {
margin-left: 58.3333333333%;
}
.col-lg-offset-8 {
margin-left: 66.6666666667%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-10 {
margin-left: 83.3333333333%;
}
.col-lg-offset-11 {
margin-left: 91.6666666667%;
}
.col-lg-offset-12 {
margin-left: 100%;
}
}
table {
background-color: transparent;
}
th {
text-align: left;
}
table, .table {
width: 100%;
max-width: 100%;
margin-bottom: 27px;
}
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td, .table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.7;
vertical-align: top;
border-top: 1px solid #ddd;
}
table > thead > tr > th, .table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
table > caption + thead > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > th,
table > thead:first-child > tr:first-child > td, .table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
table > tbody + tbody, .table > tbody + tbody {
border-top: 2px solid #ddd;
}
table .table, .table .table {
background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
table, .table-bordered {
border: 1px solid #ddd;
}
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td, .table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
border: 1px solid #ddd;
}
table > thead > tr > th,
table > thead > tr > td, .table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
background-color: #f5f5f5;
}
table col[class*=col-] {
position: static;
float: none;
display: table-column;
}
table td[class*=col-],
table th[class*=col-] {
position: static;
float: none;
display: table-cell;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 20.25px;
overflow-y: hidden;
overflow-x: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
-webkit-overflow-scrolling: touch;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 27px;
font-size: 24px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
input[type=search] {
box-sizing: border-box;
}
input[type=radio],
input[type=checkbox] {
margin: 4px 0 0;
margin-top: 1px \9 ;
line-height: normal;
}
input[type=file] {
display: block;
}
input[type=range] {
display: block;
width: 100%;
}
select[multiple],
select[size] {
height: auto;
}
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
outline: 0;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 11px;
font-size: 16px;
line-height: 1.7;
color: #555555;
}
.form-control {
display: block;
width: 100%;
height: 45px;
padding: 12px 30px;
font-size: 16px;
line-height: 1.7;
color: #555555;
background-color: #fff;
background-image: none;
border: 1px solid #e6e6e6;
border-radius: 25px;
transition: all 0.3s ease-in-out;
}
.form-control:focus {
border-color: #282828;
outline: 0;
box-shadow: none;
}
.form-control::-moz-placeholder {
color: #999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999;
}
.form-control::-webkit-input-placeholder {
color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
cursor: not-allowed;
background-color: #eeeeee;
opacity: 1;
}
textarea.form-control {
height: auto;
}
input[type=search] {
-webkit-appearance: none;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
line-height: 45px;
line-height: 1.7 \0 ;
}
input[type=date].input-sm, .input-group-sm > input[type=date].form-control,
.input-group-sm > input[type=date].input-group-addon,
.input-group-sm > .input-group-btn > input[type=date].btn, .form-horizontal .form-group-sm input[type=date].form-control,
input[type=time].input-sm,
.input-group-sm > input[type=time].form-control,
.input-group-sm > input[type=time].input-group-addon,
.input-group-sm > .input-group-btn > input[type=time].btn,
.form-horizontal .form-group-sm input[type=time].form-control,
input[type=datetime-local].input-sm,
.input-group-sm > input[type=datetime-local].form-control,
.input-group-sm > input[type=datetime-local].input-group-addon,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.form-horizontal .form-group-sm input[type=datetime-local].form-control,
input[type=month].input-sm,
.input-group-sm > input[type=month].form-control,
.input-group-sm > input[type=month].input-group-addon,
.input-group-sm > .input-group-btn > input[type=month].btn,
.form-horizontal .form-group-sm input[type=month].form-control {
line-height: 47px;
}
input[type=date].input-lg, .input-group-lg > input[type=date].form-control,
.input-group-lg > input[type=date].input-group-addon,
.input-group-lg > .input-group-btn > input[type=date].btn, .form-horizontal .form-group-lg input[type=date].form-control,
input[type=time].input-lg,
.input-group-lg > input[type=time].form-control,
.input-group-lg > input[type=time].input-group-addon,
.input-group-lg > .input-group-btn > input[type=time].btn,
.form-horizontal .form-group-lg input[type=time].form-control,
input[type=datetime-local].input-lg,
.input-group-lg > input[type=datetime-local].form-control,
.input-group-lg > input[type=datetime-local].input-group-addon,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.form-horizontal .form-group-lg input[type=datetime-local].form-control,
input[type=month].input-lg,
.input-group-lg > input[type=month].form-control,
.input-group-lg > input[type=month].input-group-addon,
.input-group-lg > .input-group-btn > input[type=month].btn,
.form-horizontal .form-group-lg input[type=month].form-control {
line-height: 57px;
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
position: relative;
display: block;
min-height: 27px;
margin-top: 10px;
margin-bottom: 10px;
}
.radio label,
.checkbox label {
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
position: absolute;
margin-left: -20px;
margin-top: 7px;
margin-top: 7px \9 ;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
cursor: not-allowed;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
cursor: not-allowed;
}
.form-control-static {
padding-top: 11px;
padding-bottom: 11px;
margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-horizontal .form-group-lg .form-control-static.form-control, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .form-horizontal .form-group-sm .form-control-static.form-control {
padding-left: 0;
padding-right: 0;
}
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .form-horizontal .form-group-sm .form-control {
height: 47px;
padding: 12px 20px;
font-size: 14px;
line-height: 1.5;
border-radius: 0px;
}
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, .form-horizontal .form-group-sm select.form-control {
height: 47px;
line-height: 47px;
}
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn, .form-horizontal .form-group-sm textarea.form-control,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.form-horizontal .form-group-sm select[multiple].form-control {
height: auto;
}
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .form-horizontal .form-group-lg .form-control {
height: 57px;
padding: 14px 35px;
font-size: 20px;
line-height: 1.3333333;
border-radius: 10px;
}
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn, .form-horizontal .form-group-lg select.form-control {
height: 57px;
line-height: 57px;
}
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn, .form-horizontal .form-group-lg textarea.form-control,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.form-horizontal .form-group-lg select[multiple].form-control {
height: auto;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 56.25px;
}
.form-control-feedback {
position: absolute;
top: 32px;
right: 0;
z-index: 2;
display: block;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
}
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback, .form-horizontal .form-group-lg .form-control + .form-control-feedback {
width: 57px;
height: 57px;
line-height: 57px;
}
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback, .form-horizontal .form-group-sm .form-control + .form-control-feedback {
width: 47px;
height: 47px;
line-height: 47px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
color: #3c763d;
}
.has-success .form-control {
border-color: #3c763d;
box-shadow: none;
}
.has-success .form-control:focus {
border-color: #2b542c;
}
.has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8;
}
.has-success .form-control-feedback {
color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
color: #8a6d3b;
}
.has-warning .form-control {
border-color: #8a6d3b;
box-shadow: none;
}
.has-warning .form-control:focus {
border-color: #66512c;
}
.has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
color: #a94442;
}
.has-error .form-control {
border-color: #a94442;
box-shadow: none;
}
.has-error .form-control:focus {
border-color: #843534;
}
.has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede;
}
.has-error .form-control-feedback {
color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #a6a6a6;
}
@media (min-width: 768px) {
.form-inline .form-group, .navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control, .navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .input-group, .navbar-form .input-group {
display: inline-table;
vertical-align: middle;
}
.form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.navbar-form .input-group .input-group-btn,
.form-inline .input-group .form-control,
.navbar-form .input-group .form-control {
width: auto;
}
.form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
width: 100%;
}
.form-inline .control-label, .navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio, .navbar-form .radio,
.form-inline .checkbox,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio label, .navbar-form .radio label,
.form-inline .checkbox label,
.navbar-form .checkbox label {
padding-left: 0;
}
.form-inline .radio input[type=radio], .navbar-form .radio input[type=radio],
.form-inline .checkbox input[type=checkbox],
.navbar-form .checkbox input[type=checkbox] {
position: relative;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 11px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 38px;
}
.form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
content: " ";
display: table;
}
.form-horizontal .form-group:after {
clear: both;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 11px;
}
}
.form-horizontal .has-feedback .form-control-feedback {
top: 0;
right: 15px;
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 19.6666662px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 13px;
}
}
.btn {
cursor: pointer;
text-transform: none;
display: inline-flex;
flex-direction: row;
gap: 0.7rem;
align-items: center;
margin-bottom: 0;
font-weight: 700;
font-family: "Manrope", Helvetica, Arial, sans-serif;
text-align: center;
vertical-align: middle;
color: #2b2b2b;
background-color: #f0c429;
border: 1px solid #2b2b2b;
white-space: nowrap;
letter-spacing: 0;
transition: all 0.5s ease;
padding: 10px 30px;
font-size: 14px;
line-height: 1.5;
border-radius: 25px;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
z-index: 1;
overflow: hidden;
position: relative;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
outline: 0;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover, .btn:focus {
color: #fff;
background-color: #2b2b2b;
border-color: #2b2b2b;
text-decoration: none;
}
.btn:active, .btn.active {
outline: 0;
background-image: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
cursor: not-allowed;
pointer-events: none;
opacity: 0.65;
filter: alpha(opacity=65);
box-shadow: none;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
color: #333;
background-color: #e6e6e6;
border-color: #b3b3b3;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
background-color: #fff;
border-color: #ccc;
}
.btn-default .badge {
color: #fff;
background-color: #333;
}
.btn-primary {
color: #fff;
background-color: #282828;
border-color: #1b1b1b;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #0f0f0f;
border-color: #020202;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
background-color: #282828;
border-color: #1b1b1b;
}
.btn-primary .badge {
color: #282828;
background-color: #fff;
}
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
color: #fff;
background-color: #449d44;
border-color: #3d8b3d;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge {
color: #5cb85c;
background-color: #fff;
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
color: #fff;
background-color: #31b0d5;
border-color: #28a1c5;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge {
color: #5bc0de;
background-color: #fff;
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
color: #fff;
background-color: #ec971f;
border-color: #df8a13;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff;
}
.btn-danger {
color: #fff;
background-color: #e44343;
border-color: #e12d2d;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #d51f1f;
border-color: #bf1b1b;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
background-color: #e44343;
border-color: #e12d2d;
}
.btn-danger .badge {
color: #e44343;
background-color: #fff;
}
.btn-link {
color: #2b2b2b;
font-weight: normal;
cursor: pointer;
border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
background-color: transparent;
box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
color: #f0c429;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
color: #777777;
text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
padding: 14px 35px;
font-size: 20px;
line-height: 1.3333333;
border-radius: 10px;
}
.btn-sm, .btn-group-sm > .btn {
padding: 12px 20px;
font-size: 14px;
line-height: 1.5;
border-radius: 0px;
}
.btn-xs, .btn-group-xs > .btn {
padding: 4px 8px;
font-size: 14px;
line-height: 1.5;
border-radius: 0px;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
width: 100%;
}
.fade {
opacity: 0;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
tr.collapse.in {
display: table-row;
}
tbody.collapse.in {
display: table-row-group;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px solid;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 16px;
text-align: left;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 5px;
box-shadow: 0 3px 4px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 12.5px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.7;
color: #333333;
white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
text-decoration: none;
color: #262626;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
outline: 0;
background-color: #282828;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed;
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-menu-right {
left: auto;
right: 0;
}
.dropdown-menu-left {
left: 0;
right: auto;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 14px;
line-height: 1.7;
color: #777777;
white-space: nowrap;
}
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px solid;
content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 1px;
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
right: 0;
left: auto;
}
.navbar-right .dropdown-menu-left {
left: 0;
right: auto;
}
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.btn-toolbar {
margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
content: " ";
display: table;
}
.btn-toolbar:after {
clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.btn-group > .btn:first-child {
margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group > .btn-group {
float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
box-shadow: none;
}
.btn .caret {
margin-left: 0;
}
.btn-lg .caret, .btn-group-lg > .btn .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
content: " ";
display: table;
}
.btn-group-vertical > .btn-group:after {
clear: both;
}
.btn-group-vertical > .btn-group > .btn {
float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 25px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-bottom-left-radius: 25px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
float: none;
display: table-cell;
width: 1%;
}
.btn-group-justified > .btn-group .btn {
width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
left: auto;
}
[data-toggle=buttons] > .btn > input[type=radio],
[data-toggle=buttons] > .btn > input[type=checkbox] {
position: absolute;
z-index: -1;
opacity: 0;
filter: alpha(opacity=0);
}
.input-group {
position: relative;
display: table;
border-collapse: separate;
}
.input-group[class*=col-] {
float: none;
padding-left: 0;
padding-right: 0;
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.input-group-addon {
padding: 10px 30px;
font-size: 16px;
font-weight: normal;
line-height: 1;
color: #555555;
text-align: center;
background-color: #eeeeee;
border: 1px solid #e6e6e6;
border-radius: 25px;
}
.input-group-addon.input-sm, .form-horizontal .form-group-sm .input-group-addon.form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
padding: 12px 20px;
font-size: 14px;
border-radius: 0px;
}
.input-group-addon.input-lg, .form-horizontal .form-group-lg .input-group-addon.form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
padding: 14px 35px;
font-size: 20px;
border-radius: 10px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.input-group-addon:first-child {
border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.input-group-addon:last-child {
border-left: 0;
}
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
.input-group-btn > .btn {
position: relative;
}
.input-group-btn > .btn + .btn {
margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
margin-left: -1px;
}
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.nav:before, .nav:after {
content: " ";
display: table;
}
.nav:after {
clear: both;
}
.nav > li {
position: relative;
display: block;
}
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.nav > li.disabled > a {
color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
color: #777777;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
background-color: #eeeeee;
border-color: #2b2b2b;
}
.nav .nav-divider {
height: 1px;
margin: 12.5px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.nav > li > a > img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.7;
border: 1px solid transparent;
border-radius: 25px 25px 0 0;
}
.nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
color: #555555;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default;
}
.nav-pills > li {
float: left;
}
.nav-pills > li > a {
border-radius: 25px;
}
.nav-pills > li + li {
margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
color: #fff;
background-color: #282828;
}
.nav-stacked > li {
float: none;
}
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.nav-justified, .nav-tabs.nav-justified {
width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-justified > li, .nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs-justified, .nav-tabs.nav-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 25px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 25px 25px 0 0;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border-bottom-color: #fff;
}
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 27px;
border: 1px solid transparent;
}
.navbar:before, .navbar:after {
content: " ";
display: table;
}
.navbar:after {
clear: both;
}
@media (min-width: 768px) {
.navbar {
border-radius: 25px;
}
}
.navbar-header:before, .navbar-header:after {
content: " ";
display: table;
}
.navbar-header:after {
clear: both;
}
@media (min-width: 768px) {
.navbar-header {
float: left;
}
}
.navbar-collapse {
overflow-x: visible;
padding-right: 15px;
padding-left: 15px;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
content: " ";
display: table;
}
.navbar-collapse:after {
clear: both;
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
padding-left: 0;
padding-right: 0;
}
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 200px;
}
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-static-top {
border-radius: 0;
}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.navbar-brand {
float: left;
padding: 11.5px 15px;
font-size: 20px;
line-height: 27px;
height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
text-decoration: none;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
margin-left: -15px;
}
}
.navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 8px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 25px;
}
.navbar-toggle:focus {
outline: 0;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 768px) {
.navbar-toggle {
display: none;
}
}
.navbar-nav {
margin: 5.75px -15px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 27px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 27px;
}
.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 11.5px;
padding-bottom: 11.5px;
}
.navbar-nav.navbar-right:last-child {
margin-right: -15px;
}
}
@media (min-width: 768px) {
.navbar-left {
float: left !important;
}
.navbar-right {
float: right !important;
}
}
.navbar-form {
margin-left: -15px;
margin-right: -15px;
padding: 10px 15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: 2.5px;
margin-bottom: 2.5px;
}
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
}
@media (min-width: 768px) {
.navbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
box-shadow: none;
}
.navbar-form.navbar-right:last-child {
margin-right: -15px;
}
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.navbar-btn {
margin-top: 2.5px;
margin-bottom: 2.5px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
margin-top: 1.5px;
margin-bottom: 1.5px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
margin-top: 14px;
margin-bottom: 14px;
}
.navbar-text {
margin-top: 11.5px;
margin-bottom: 11.5px;
}
@media (min-width: 768px) {
.navbar-text {
float: left;
margin-left: 15px;
margin-right: 15px;
}
.navbar-text.navbar-right:last-child {
margin-right: 0;
}
}
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #777;
}
.navbar-default .navbar-nav > li > a {
color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #333;
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
background-color: #e7e7e7;
color: #555;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
}
.navbar-default .navbar-link {
color: #777;
}
.navbar-default .navbar-link:hover {
color: #333;
}
.navbar-default .btn-link {
color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
color: #ccc;
}
.navbar-inverse {
background-color: #222;
border-color: #090909;
}
.navbar-inverse .navbar-brand {
color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
background-color: #090909;
color: #fff;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444;
background-color: transparent;
}
}
.navbar-inverse .navbar-link {
color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
color: #fff;
}
.navbar-inverse .btn-link {
color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444;
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 27px;
list-style: none;
background-color: #f5f5f5;
border-radius: 25px;
}
.breadcrumb a {
color: #000;
}
.breadcrumb a:hover {
color: #f0c429;
}
.breadcrumb a,
.breadcrumb > li {
display: inline-block;
}
.breadcrumb a + a:before,
.breadcrumb a + li:before,
.breadcrumb > li + a:before,
.breadcrumb > li + li:before {
content: " > ";
padding: 0 5px;
color: #ccc;
}
.breadcrumb > .active {
color: #777777;
}
.pagination {
display: inline-block;
padding-left: 0;
margin: 27px 0;
border-radius: 0;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 10px 30px;
line-height: 1.7;
text-decoration: none;
color: #2b2b2b;
background-color: #fff;
border: 1px solid #ddd;
margin-left: -1px;
transition: color 400ms, background-color 400ms;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
color: #f0c429;
background-color: #eeeeee;
border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
z-index: 2;
color: #fff;
background-color: #282828;
border-color: #282828;
cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #777777;
background-color: #fff;
border-color: #ddd;
cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 14px 35px;
font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-bottom-left-radius: 10px;
border-top-left-radius: 10px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-bottom-right-radius: 10px;
border-top-right-radius: 10px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 12px 20px;
font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-bottom-right-radius: 0px;
border-top-right-radius: 0px;
}
.pager {
padding-left: 0;
margin: 27px 0;
list-style: none;
text-align: center;
}
.pager:before, .pager:after {
content: " ";
display: table;
}
.pager:after {
clear: both;
}
.pager li {
display: inline;
}
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
float: right;
}
.pager .previous > a,
.pager .previous > span {
float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #777777;
background-color: #fff;
cursor: not-allowed;
}
.label {
display: inline;
padding: 0.2em 0.6em 0.3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25em;
}
.label:empty {
display: none;
}
.btn .label {
position: relative;
top: -1px;
}
a.label:hover, a.label:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.label-default {
background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
background-color: #5e5e5e;
}
.label-primary {
background-color: #282828;
}
.label-primary[href]:hover, .label-primary[href]:focus {
background-color: #0f0f0f;
}
.label-success {
background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
background-color: #449d44;
}
.label-info {
background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
background-color: #31b0d5;
}
.label-warning {
background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
background-color: #ec971f;
}
.label-danger {
background-color: #e44343;
}
.label-danger[href]:hover, .label-danger[href]:focus {
background-color: #d51f1f;
}
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 14px;
font-weight: bold;
color: #fff;
line-height: 1;
vertical-align: baseline;
white-space: nowrap;
text-align: center;
background-color: #777777;
border-radius: 10px;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
top: 0;
padding: 1px 5px;
}
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
color: #2b2b2b;
background-color: #fff;
}
.nav-pills > li > a > .badge {
margin-left: 3px;
}
a.badge:hover, a.badge:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.jumbotron {
padding: 30px;
margin-bottom: 30px;
color: inherit;
background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
color: inherit;
}
.jumbotron p {
margin-bottom: 15px;
font-size: 24px;
font-weight: 200;
}
.jumbotron > hr {
border-top-color: #d5d5d5;
}
.container .jumbotron {
border-radius: 10px;
}
.jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.jumbotron {
padding-top: 48px;
padding-bottom: 48px;
}
.container .jumbotron {
padding-left: 60px;
padding-right: 60px;
}
.jumbotron h1,
.jumbotron .h1 {
font-size: 72px;
}
}
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 20px;
line-height: 1.7;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 25px;
}
.thumbnail > img,
.thumbnail a > img {
display: block;
width: 100% \9 ;
max-width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
}
.thumbnail .caption {
padding: 9px;
color: #666;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #2b2b2b;
}
.alert {
padding: 15px;
margin-bottom: 27px;
border: 1px solid transparent;
border-radius: 25px;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d;
}
.alert-success hr {
border-top-color: #c9e2b3;
}
.alert-success .alert-link {
color: #2b542c;
}
.alert-success .close {
color: #3c763d;
}
.alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
color: #245269;
}
.alert-info .close {
color: #31708f;
}
.alert-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b;
}
.alert-warning hr {
border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
color: #66512c;
}
.alert-warning .close {
color: #8a6d3b;
}
.alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
.alert-danger hr {
border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
color: #843534;
}
.alert-danger .close {
color: #a94442;
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.progress {
overflow: hidden;
height: 27px;
margin-bottom: 27px;
margin-bottom: 30px;
background-color: #f5f5f5;
border-radius: 0;
}
.progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 14px;
line-height: 27px;
color: #fff;
text-align: center;
background-color: #282828;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
color: #777777;
min-width: 30px;
background-color: transparent;
background-image: none;
box-shadow: none;
}
.progress-bar-success {
background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
background-color: #e44343;
}
.progress-striped .progress-bar-danger {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
margin-top: 15px;
}
.media:first-child {
margin-top: 0;
}
.media-right,
.media > .pull-right {
padding-left: 15px;
}
.media-left,
.media > .pull-left {
padding-right: 15px;
}
.media-left,
.media-right,
.media-body {
display: table-cell;
vertical-align: top;
}
.media-middle {
vertical-align: middle;
}
.media-bottom {
vertical-align: bottom;
}
.media-heading {
margin-top: 0;
margin-bottom: 5px;
}
.media-list {
padding-left: 0;
list-style: none;
}
.list-group {
margin-bottom: 20px;
padding-left: 0;
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd;
}
.list-group-item:first-child {
border-top-right-radius: 25px;
border-top-left-radius: 25px;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 25px;
border-bottom-left-radius: 25px;
}
.list-group-item > .badge {
float: right;
}
.list-group-item > .badge + .badge {
margin-right: 5px;
}
a.list-group-item {
color: #555;
}
a.list-group-item .list-group-item-heading {
color: #333;
}
a.list-group-item:hover, a.list-group-item:focus {
text-decoration: none;
color: #555;
background-color: #f5f5f5;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
background-color: #eeeeee;
color: #777777;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: #282828;
border-color: #282828;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
color: #8e8e8e;
}
.list-group-item-success {
color: #3c763d;
background-color: #dff0d8;
}
a.list-group-item-success {
color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
color: #fff;
background-color: #3c763d;
border-color: #3c763d;
}
.list-group-item-info {
color: #31708f;
background-color: #d9edf7;
}
a.list-group-item-info {
color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f;
}
.list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3;
}
a.list-group-item-warning {
color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b;
}
.list-group-item-danger {
color: #a94442;
background-color: #f2dede;
}
a.list-group-item-danger {
color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
color: #fff;
background-color: #a94442;
border-color: #a94442;
}
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.panel {
margin-bottom: 27px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 25px;
box-shadow: none;
}
.panel-body {
padding: 15px;
}
.panel-body:before, .panel-body:after {
content: " ";
display: table;
}
.panel-body:after {
clear: both;
}
.panel-heading {
padding: 25px;
border-bottom: 1px solid transparent;
border-top-right-radius: 24px;
border-top-left-radius: 24px;
}
.panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 18px;
color: inherit;
}
.panel-title > a {
color: inherit;
}
.panel-footer {
padding: 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.panel > .list-group {
margin-bottom: 0;
}
.panel > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-right-radius: 24px;
border-top-left-radius: 24px;
}
.panel > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 24px;
border-bottom-left-radius: 24px;
}
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.list-group + .panel-footer {
border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-right-radius: 24px;
border-top-left-radius: 24px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 24px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 24px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 24px;
border-bottom-left-radius: 24px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 24px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 24px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.panel > .table-responsive {
border: 0;
margin-bottom: 0;
}
.panel-group {
margin-bottom: 27px;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 25px;
}
.panel-group .panel + .panel {
margin-top: 8px;
}
.panel-group .panel-heading {
border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #ddd;
}
.panel-default {
border-color: #ddd;
}
.panel-default > .panel-heading {
color: #333333;
background-color: #f5f5f5;
border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd;
}
.panel-primary {
border-color: #282828;
}
.panel-primary > .panel-heading {
color: #fff;
background-color: #282828;
border-color: #282828;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #282828;
}
.panel-primary > .panel-heading .badge {
color: #282828;
background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #282828;
}
.panel-success {
border-color: #d6e9c6;
}
.panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d6e9c6;
}
.panel-info {
border-color: #bce8f1;
}
.panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #bce8f1;
}
.panel-warning {
border-color: #faebcc;
}
.panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #faebcc;
}
.panel-danger {
border-color: #ebccd1;
}
.panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1;
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0;
}
.embed-responsive.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
padding-bottom: 75%;
}
.well {
min-height: 20px;
padding: 60px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 0px solid #e3e3e3;
border-radius: 0;
box-shadow: none;
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
padding: 24px;
border-radius: 0;
}
.well-sm {
padding: 9px;
border-radius: 0;
}
.close {
float: right;
font-size: 20px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: 1;
filter: alpha(opacity=100);
}
.close:hover, .close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50);
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.modal-open {
overflow: hidden;
}
.modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
transform: translate3d(0, -25%, 0);
transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
transform: translate3d(0, 0, 0);
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #fff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 10px;
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50);
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
min-height: 16.7px;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.7;
}
.modal-body {
position: relative;
padding: 15px;
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
content: " ";
display: table;
}
.modal-footer:after {
clear: both;
}
.modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto;
}
.modal-content {
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 900px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
visibility: visible;
font-size: 14px;
line-height: 1.4;
opacity: 0;
filter: alpha(opacity=0);
}
.tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90);
}
.tooltip.top {
margin-top: -3px;
padding: 5px 0;
}
.tooltip.right {
margin-left: 3px;
padding: 0 5px;
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
}
.tooltip.left {
margin-left: -3px;
padding: 0 5px;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
text-decoration: none;
background-color: #000;
border-radius: 0px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
left: 5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
right: 5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
left: 5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
right: 5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
text-align: left;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 10px;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
white-space: normal;
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover-title {
margin: 0;
padding: 8px 14px;
font-size: 16px;
font-weight: normal;
line-height: 18px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 9px 9px 0 0;
}
.popover-content {
padding: 9px 14px;
}
.popover > .arrow, .popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover > .arrow {
border-width: 11px;
}
.popover > .arrow:after {
border-width: 10px;
content: "";
}
.popover.top > .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px;
}
.popover.top > .arrow:after {
content: " ";
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #fff;
}
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
content: " ";
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #fff;
}
.popover.bottom > .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px;
}
.popover.bottom > .arrow:after {
content: " ";
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #fff;
}
.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #fff;
bottom: -10px;
}
.carousel-wrapper {
position: relative;
}
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
.carousel-inner > .item {
display: none;
position: relative;
transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
width: 100% \9 ;
max-width: 100%;
height: auto;
line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
background-color: rgba(0, 0, 0, 0);
}
.carousel-control.right {
left: auto;
right: 0;
}
.carousel-control:hover, .carousel-control:focus {
outline: 0;
color: #fff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
margin-top: -10px;
font-family: serif;
}
.carousel-control .icon-prev:before {
content: "‹";
}
.carousel-control .icon-next:before {
content: "›";
}
.carousel-control > * {
display: table-cell !important;
vertical-align: middle;
}
.carousel-control:hover {
border-color: #f0c429;
color: #f0c429;
}
.carousel-indicators {
position: absolute;
bottom: 0px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 3px;
text-indent: -999px;
border: 1px solid #fff;
border-radius: 10px;
cursor: pointer;
background-color: #282828;
}
.carousel-indicators .active {
margin: 2px;
width: 12px;
height: 12px;
background-color: #fff;
}
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
font-size: 30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -15px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -15px;
}
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px;
}
}
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.affix {
position: fixed;
transform: translate3d(0, 0, 0);
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }.ps-container{-ms-touch-action:none;touch-action:none;overflow:hidden !important;-ms-overflow-style:none}@supports (-ms-overflow-style: none){.ps-container{overflow:auto !important}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.ps-container{overflow:auto !important}}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block;background-color:transparent}.ps-container.ps-in-scrolling{pointer-events:none}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;bottom:0px;height:15px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;bottom:2px;height:6px}.ps-container>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x,.ps-container>.ps-scrollbar-x-rail:active>.ps-scrollbar-x{height:11px}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;right:0;width:15px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;right:2px;width:6px}.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,.ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y{width:11px}.ps-container:hover.ps-in-scrolling{pointer-events:none}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}.sliding-menu{position:relative;overflow:hidden;background-color:rgba(255,255,255,0.5);text-align:left;font-size:21px}.sliding-menu__panel{position:absolute;top:0;left:100%;width:100%}.sliding-menu li{padding:0;margin:0;list-style:none}.sliding-menu li a,.sliding-menu li .sliding-menu__nav{display:block;padding:.8em 1em;text-align:left;font-size:21px;line-height:1.4em;color:#333;text-decoration:none;border-width:0;width:100%;background-color:transparent;-webkit-transition:color 250ms ease, background-color 250ms ease;-moz-transition:color 250ms ease, background-color 250ms ease;-o-transition:color 250ms ease, background-color 250ms ease;transition:color 250ms ease, background-color 250ms ease}.sliding-menu li a:hover,.sliding-menu li .sliding-menu__nav:hover{color:#fff;background-color:#333}.sliding-menu .active a{color:#fff;background-color:#333}.sliding-menu .sliding-menu__nav:before{float:right;margin-left:1em;content:"\3009"}.sliding-menu .sliding-menu__back{color:#fff;background-color:#555;font-weight:bold}.sliding-menu .sliding-menu__back:before{float:left;margin-right:1em;content:"\3008"}.sliding-menu .sliding-menu__icon{margin-right:.4em}.sliding-menu .sliding-menu__separator{margin:.4em 1em;border-top:2px solid #555}@media(max-width: 768px){
:root{--woocommerce:$woocommerce;--wc-green:$green;--wc-red:$red;--wc-orange:$orange;--wc-blue:$blue;--wc-primary:$primary;--wc-primary-text:$primarytext;--wc-secondary:$secondary;--wc-secondary-text:$secondarytext;--wc-highlight:$highlight;--wc-highligh-text:$highlightext;--wc-content-bg:$contentbg;--wc-subtext:$subtext}.woocommerce table.shop_table_responsive thead,.woocommerce-page table.shop_table_responsive thead{display:none}.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child{border-top:0}.woocommerce table.shop_table_responsive tbody th,.woocommerce-page table.shop_table_responsive tbody th{display:none}.woocommerce table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr{display:block}.woocommerce table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td{display:block;text-align:right!important}.woocommerce table.shop_table_responsive tr td.order-actions,.woocommerce-page table.shop_table_responsive tr td.order-actions{text-align:left!important}.woocommerce table.shop_table_responsive tr td::before,.woocommerce-page table.shop_table_responsive tr td::before{content:attr(data-title) ": ";font-weight:700;float:left}.woocommerce table.shop_table_responsive tr td.actions::before,.woocommerce table.shop_table_responsive tr td.product-remove::before,.woocommerce-page table.shop_table_responsive tr td.actions::before,.woocommerce-page table.shop_table_responsive tr td.product-remove::before{display:none}.woocommerce table.shop_table_responsive tr:nth-child(2n) td,.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{background-color:rgba(0,0,0,.025)}.woocommerce table.my_account_orders tr td.order-actions,.woocommerce-page table.my_account_orders tr td.order-actions{text-align:left}.woocommerce table.my_account_orders tr td.order-actions::before,.woocommerce-page table.my_account_orders tr td.order-actions::before{display:none}.woocommerce table.my_account_orders tr td.order-actions .button,.woocommerce-page table.my_account_orders tr td.order-actions .button{float:none;margin:.125em .25em .125em 0}.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-1,.woocommerce-page .col2-set .col-2{float:none;width:100%}.woocommerce ul.products[class*=columns-] li.product,.woocommerce-page ul.products[class*=columns-] li.product{width:48%;float:left;clear:both;margin:0 0 2.992em}.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n){float:right;clear:none!important}.woocommerce #content div.product div.images,.woocommerce #content div.product div.summary,.woocommerce div.product div.images,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.images,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.images,.woocommerce-page div.product div.summary{float:none;width:100%}.woocommerce #content table.cart .product-thumbnail,.woocommerce table.cart .product-thumbnail,.woocommerce-page #content table.cart .product-thumbnail,.woocommerce-page table.cart .product-thumbnail{display:none}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:left}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:none;padding-bottom:.5em}.woocommerce #content table.cart td.actions .coupon::after,.woocommerce #content table.cart td.actions .coupon::before,.woocommerce table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::before,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::before,.woocommerce-page table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::before{content:" ";display:table}.woocommerce #content table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::after{clear:both}.woocommerce #content table.cart td.actions .coupon .button,.woocommerce #content table.cart td.actions .coupon .input-text,.woocommerce #content table.cart td.actions .coupon input,.woocommerce table.cart td.actions .coupon .button,.woocommerce table.cart td.actions .coupon .input-text,.woocommerce table.cart td.actions .coupon input,.woocommerce-page #content table.cart td.actions .coupon .button,.woocommerce-page #content table.cart td.actions .coupon .input-text,.woocommerce-page #content table.cart td.actions .coupon input,.woocommerce-page table.cart td.actions .coupon .button,.woocommerce-page table.cart td.actions .coupon .input-text,.woocommerce-page table.cart td.actions .coupon input{width:48%;box-sizing:border-box}.woocommerce #content table.cart td.actions .coupon .button.alt,.woocommerce #content table.cart td.actions .coupon .input-text+.button,.woocommerce table.cart td.actions .coupon .button.alt,.woocommerce table.cart td.actions .coupon .input-text+.button,.woocommerce-page #content table.cart td.actions .coupon .button.alt,.woocommerce-page #content table.cart td.actions .coupon .input-text+.button,.woocommerce-page table.cart td.actions .coupon .button.alt,.woocommerce-page table.cart td.actions .coupon .input-text+.button{float:right}.woocommerce #content table.cart td.actions .button,.woocommerce table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button{display:block;width:100%}.woocommerce .cart-collaterals .cart_totals,.woocommerce .cart-collaterals .cross-sells,.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .shipping_calculator{width:100%;float:none;text-align:left}.woocommerce-page.woocommerce-checkout form.login .form-row,.woocommerce.woocommerce-checkout form.login .form-row{width:100%;float:none}.woocommerce #payment .terms,.woocommerce-page #payment .terms{text-align:left;padding:0}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:none;width:100%;box-sizing:border-box;margin-bottom:1em}.woocommerce .lost_reset_password .form-row-first,.woocommerce .lost_reset_password .form-row-last,.woocommerce-page .lost_reset_password .form-row-first,.woocommerce-page .lost_reset_password .form-row-last{width:100%;float:none;margin-right:0}.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{float:none;width:100%}.single-product .twentythirteen .panel{padding-left:20px!important;padding-right:20px!important}
}.margin-top-1 {
margin-top: 1px !important;
}
.margin-left-1 {
margin-left: 1px !important;
}
.margin-bottom-1 {
margin-bottom: 1px !important;
}
.margin-right-1 {
margin-right: 1px !important;
}
.margin-top-2 {
margin-top: 2px !important;
}
.margin-left-2 {
margin-left: 2px !important;
}
.margin-bottom-2 {
margin-bottom: 2px !important;
}
.margin-right-2 {
margin-right: 2px !important;
}
.margin-top-3 {
margin-top: 3px !important;
}
.margin-left-3 {
margin-left: 3px !important;
}
.margin-bottom-3 {
margin-bottom: 3px !important;
}
.margin-right-3 {
margin-right: 3px !important;
}
.margin-top-4 {
margin-top: 4px !important;
}
.margin-left-4 {
margin-left: 4px !important;
}
.margin-bottom-4 {
margin-bottom: 4px !important;
}
.margin-right-4 {
margin-right: 4px !important;
}
.margin-top-5 {
margin-top: 5px !important;
}
.margin-left-5 {
margin-left: 5px !important;
}
.margin-bottom-5 {
margin-bottom: 5px !important;
}
.margin-right-5 {
margin-right: 5px !important;
}
.margin-top-6 {
margin-top: 6px !important;
}
.margin-left-6 {
margin-left: 6px !important;
}
.margin-bottom-6 {
margin-bottom: 6px !important;
}
.margin-right-6 {
margin-right: 6px !important;
}
.margin-top-7 {
margin-top: 7px !important;
}
.margin-left-7 {
margin-left: 7px !important;
}
.margin-bottom-7 {
margin-bottom: 7px !important;
}
.margin-right-7 {
margin-right: 7px !important;
}
.margin-top-8 {
margin-top: 8px !important;
}
.margin-left-8 {
margin-left: 8px !important;
}
.margin-bottom-8 {
margin-bottom: 8px !important;
}
.margin-right-8 {
margin-right: 8px !important;
}
.margin-top-9 {
margin-top: 9px !important;
}
.margin-left-9 {
margin-left: 9px !important;
}
.margin-bottom-9 {
margin-bottom: 9px !important;
}
.margin-right-9 {
margin-right: 9px !important;
}
.margin-top-10 {
margin-top: 10px !important;
}
.margin-left-10 {
margin-left: 10px !important;
}
.margin-bottom-10 {
margin-bottom: 10px !important;
}
.margin-right-10 {
margin-right: 10px !important;
}
.margin-top-11 {
margin-top: 11px !important;
}
.margin-left-11 {
margin-left: 11px !important;
}
.margin-bottom-11 {
margin-bottom: 11px !important;
}
.margin-right-11 {
margin-right: 11px !important;
}
.margin-top-12 {
margin-top: 12px !important;
}
.margin-left-12 {
margin-left: 12px !important;
}
.margin-bottom-12 {
margin-bottom: 12px !important;
}
.margin-right-12 {
margin-right: 12px !important;
}
.margin-top-13 {
margin-top: 13px !important;
}
.margin-left-13 {
margin-left: 13px !important;
}
.margin-bottom-13 {
margin-bottom: 13px !important;
}
.margin-right-13 {
margin-right: 13px !important;
}
.margin-top-14 {
margin-top: 14px !important;
}
.margin-left-14 {
margin-left: 14px !important;
}
.margin-bottom-14 {
margin-bottom: 14px !important;
}
.margin-right-14 {
margin-right: 14px !important;
}
.margin-top-15 {
margin-top: 15px !important;
}
.margin-left-15 {
margin-left: 15px !important;
}
.margin-bottom-15 {
margin-bottom: 15px !important;
}
.margin-right-15 {
margin-right: 15px !important;
}
.margin-top-16 {
margin-top: 16px !important;
}
.margin-left-16 {
margin-left: 16px !important;
}
.margin-bottom-16 {
margin-bottom: 16px !important;
}
.margin-right-16 {
margin-right: 16px !important;
}
.margin-top-17 {
margin-top: 17px !important;
}
.margin-left-17 {
margin-left: 17px !important;
}
.margin-bottom-17 {
margin-bottom: 17px !important;
}
.margin-right-17 {
margin-right: 17px !important;
}
.margin-top-18 {
margin-top: 18px !important;
}
.margin-left-18 {
margin-left: 18px !important;
}
.margin-bottom-18 {
margin-bottom: 18px !important;
}
.margin-right-18 {
margin-right: 18px !important;
}
.margin-top-19 {
margin-top: 19px !important;
}
.margin-left-19 {
margin-left: 19px !important;
}
.margin-bottom-19 {
margin-bottom: 19px !important;
}
.margin-right-19 {
margin-right: 19px !important;
}
.margin-top-20 {
margin-top: 20px !important;
}
.margin-left-20 {
margin-left: 20px !important;
}
.margin-bottom-20 {
margin-bottom: 20px !important;
}
.margin-right-20 {
margin-right: 20px !important;
}
.margin-top-21 {
margin-top: 21px !important;
}
.margin-left-21 {
margin-left: 21px !important;
}
.margin-bottom-21 {
margin-bottom: 21px !important;
}
.margin-right-21 {
margin-right: 21px !important;
}
.margin-top-22 {
margin-top: 22px !important;
}
.margin-left-22 {
margin-left: 22px !important;
}
.margin-bottom-22 {
margin-bottom: 22px !important;
}
.margin-right-22 {
margin-right: 22px !important;
}
.margin-top-23 {
margin-top: 23px !important;
}
.margin-left-23 {
margin-left: 23px !important;
}
.margin-bottom-23 {
margin-bottom: 23px !important;
}
.margin-right-23 {
margin-right: 23px !important;
}
.margin-top-24 {
margin-top: 24px !important;
}
.margin-left-24 {
margin-left: 24px !important;
}
.margin-bottom-24 {
margin-bottom: 24px !important;
}
.margin-right-24 {
margin-right: 24px !important;
}
.margin-top-25 {
margin-top: 25px !important;
}
.margin-left-25 {
margin-left: 25px !important;
}
.margin-bottom-25 {
margin-bottom: 25px !important;
}
.margin-right-25 {
margin-right: 25px !important;
}
.margin-top-26 {
margin-top: 26px !important;
}
.margin-left-26 {
margin-left: 26px !important;
}
.margin-bottom-26 {
margin-bottom: 26px !important;
}
.margin-right-26 {
margin-right: 26px !important;
}
.margin-top-27 {
margin-top: 27px !important;
}
.margin-left-27 {
margin-left: 27px !important;
}
.margin-bottom-27 {
margin-bottom: 27px !important;
}
.margin-right-27 {
margin-right: 27px !important;
}
.margin-top-28 {
margin-top: 28px !important;
}
.margin-left-28 {
margin-left: 28px !important;
}
.margin-bottom-28 {
margin-bottom: 28px !important;
}
.margin-right-28 {
margin-right: 28px !important;
}
.margin-top-29 {
margin-top: 29px !important;
}
.margin-left-29 {
margin-left: 29px !important;
}
.margin-bottom-29 {
margin-bottom: 29px !important;
}
.margin-right-29 {
margin-right: 29px !important;
}
.margin-top-30 {
margin-top: 30px !important;
}
.margin-left-30 {
margin-left: 30px !important;
}
.margin-bottom-30 {
margin-bottom: 30px !important;
}
.margin-right-30 {
margin-right: 30px !important;
}
.margin-top-31 {
margin-top: 31px !important;
}
.margin-left-31 {
margin-left: 31px !important;
}
.margin-bottom-31 {
margin-bottom: 31px !important;
}
.margin-right-31 {
margin-right: 31px !important;
}
.margin-top-32 {
margin-top: 32px !important;
}
.margin-left-32 {
margin-left: 32px !important;
}
.margin-bottom-32 {
margin-bottom: 32px !important;
}
.margin-right-32 {
margin-right: 32px !important;
}
.margin-top-33 {
margin-top: 33px !important;
}
.margin-left-33 {
margin-left: 33px !important;
}
.margin-bottom-33 {
margin-bottom: 33px !important;
}
.margin-right-33 {
margin-right: 33px !important;
}
.margin-top-34 {
margin-top: 34px !important;
}
.margin-left-34 {
margin-left: 34px !important;
}
.margin-bottom-34 {
margin-bottom: 34px !important;
}
.margin-right-34 {
margin-right: 34px !important;
}
.margin-top-35 {
margin-top: 35px !important;
}
.margin-left-35 {
margin-left: 35px !important;
}
.margin-bottom-35 {
margin-bottom: 35px !important;
}
.margin-right-35 {
margin-right: 35px !important;
}
.margin-top-36 {
margin-top: 36px !important;
}
.margin-left-36 {
margin-left: 36px !important;
}
.margin-bottom-36 {
margin-bottom: 36px !important;
}
.margin-right-36 {
margin-right: 36px !important;
}
.margin-top-37 {
margin-top: 37px !important;
}
.margin-left-37 {
margin-left: 37px !important;
}
.margin-bottom-37 {
margin-bottom: 37px !important;
}
.margin-right-37 {
margin-right: 37px !important;
}
.margin-top-38 {
margin-top: 38px !important;
}
.margin-left-38 {
margin-left: 38px !important;
}
.margin-bottom-38 {
margin-bottom: 38px !important;
}
.margin-right-38 {
margin-right: 38px !important;
}
.margin-top-39 {
margin-top: 39px !important;
}
.margin-left-39 {
margin-left: 39px !important;
}
.margin-bottom-39 {
margin-bottom: 39px !important;
}
.margin-right-39 {
margin-right: 39px !important;
}
.margin-top-40 {
margin-top: 40px !important;
}
.margin-left-40 {
margin-left: 40px !important;
}
.margin-bottom-40 {
margin-bottom: 40px !important;
}
.margin-right-40 {
margin-right: 40px !important;
}
.margin-top-41 {
margin-top: 41px !important;
}
.margin-left-41 {
margin-left: 41px !important;
}
.margin-bottom-41 {
margin-bottom: 41px !important;
}
.margin-right-41 {
margin-right: 41px !important;
}
.margin-top-42 {
margin-top: 42px !important;
}
.margin-left-42 {
margin-left: 42px !important;
}
.margin-bottom-42 {
margin-bottom: 42px !important;
}
.margin-right-42 {
margin-right: 42px !important;
}
.margin-top-43 {
margin-top: 43px !important;
}
.margin-left-43 {
margin-left: 43px !important;
}
.margin-bottom-43 {
margin-bottom: 43px !important;
}
.margin-right-43 {
margin-right: 43px !important;
}
.margin-top-44 {
margin-top: 44px !important;
}
.margin-left-44 {
margin-left: 44px !important;
}
.margin-bottom-44 {
margin-bottom: 44px !important;
}
.margin-right-44 {
margin-right: 44px !important;
}
.margin-top-45 {
margin-top: 45px !important;
}
.margin-left-45 {
margin-left: 45px !important;
}
.margin-bottom-45 {
margin-bottom: 45px !important;
}
.margin-right-45 {
margin-right: 45px !important;
}
.margin-top-46 {
margin-top: 46px !important;
}
.margin-left-46 {
margin-left: 46px !important;
}
.margin-bottom-46 {
margin-bottom: 46px !important;
}
.margin-right-46 {
margin-right: 46px !important;
}
.margin-top-47 {
margin-top: 47px !important;
}
.margin-left-47 {
margin-left: 47px !important;
}
.margin-bottom-47 {
margin-bottom: 47px !important;
}
.margin-right-47 {
margin-right: 47px !important;
}
.margin-top-48 {
margin-top: 48px !important;
}
.margin-left-48 {
margin-left: 48px !important;
}
.margin-bottom-48 {
margin-bottom: 48px !important;
}
.margin-right-48 {
margin-right: 48px !important;
}
.margin-top-49 {
margin-top: 49px !important;
}
.margin-left-49 {
margin-left: 49px !important;
}
.margin-bottom-49 {
margin-bottom: 49px !important;
}
.margin-right-49 {
margin-right: 49px !important;
}
.margin-top-50 {
margin-top: 50px !important;
}
.margin-left-50 {
margin-left: 50px !important;
}
.margin-bottom-50 {
margin-bottom: 50px !important;
}
.margin-right-50 {
margin-right: 50px !important;
}
.margin-top-51 {
margin-top: 51px !important;
}
.margin-left-51 {
margin-left: 51px !important;
}
.margin-bottom-51 {
margin-bottom: 51px !important;
}
.margin-right-51 {
margin-right: 51px !important;
}
.margin-top-52 {
margin-top: 52px !important;
}
.margin-left-52 {
margin-left: 52px !important;
}
.margin-bottom-52 {
margin-bottom: 52px !important;
}
.margin-right-52 {
margin-right: 52px !important;
}
.margin-top-53 {
margin-top: 53px !important;
}
.margin-left-53 {
margin-left: 53px !important;
}
.margin-bottom-53 {
margin-bottom: 53px !important;
}
.margin-right-53 {
margin-right: 53px !important;
}
.margin-top-54 {
margin-top: 54px !important;
}
.margin-left-54 {
margin-left: 54px !important;
}
.margin-bottom-54 {
margin-bottom: 54px !important;
}
.margin-right-54 {
margin-right: 54px !important;
}
.margin-top-55 {
margin-top: 55px !important;
}
.margin-left-55 {
margin-left: 55px !important;
}
.margin-bottom-55 {
margin-bottom: 55px !important;
}
.margin-right-55 {
margin-right: 55px !important;
}
.margin-top-56 {
margin-top: 56px !important;
}
.margin-left-56 {
margin-left: 56px !important;
}
.margin-bottom-56 {
margin-bottom: 56px !important;
}
.margin-right-56 {
margin-right: 56px !important;
}
.margin-top-57 {
margin-top: 57px !important;
}
.margin-left-57 {
margin-left: 57px !important;
}
.margin-bottom-57 {
margin-bottom: 57px !important;
}
.margin-right-57 {
margin-right: 57px !important;
}
.margin-top-58 {
margin-top: 58px !important;
}
.margin-left-58 {
margin-left: 58px !important;
}
.margin-bottom-58 {
margin-bottom: 58px !important;
}
.margin-right-58 {
margin-right: 58px !important;
}
.margin-top-59 {
margin-top: 59px !important;
}
.margin-left-59 {
margin-left: 59px !important;
}
.margin-bottom-59 {
margin-bottom: 59px !important;
}
.margin-right-59 {
margin-right: 59px !important;
}
.margin-top-60 {
margin-top: 60px !important;
}
.margin-left-60 {
margin-left: 60px !important;
}
.margin-bottom-60 {
margin-bottom: 60px !important;
}
.margin-right-60 {
margin-right: 60px !important;
}
.margin-top-61 {
margin-top: 61px !important;
}
.margin-left-61 {
margin-left: 61px !important;
}
.margin-bottom-61 {
margin-bottom: 61px !important;
}
.margin-right-61 {
margin-right: 61px !important;
}
.margin-top-62 {
margin-top: 62px !important;
}
.margin-left-62 {
margin-left: 62px !important;
}
.margin-bottom-62 {
margin-bottom: 62px !important;
}
.margin-right-62 {
margin-right: 62px !important;
}
.margin-top-63 {
margin-top: 63px !important;
}
.margin-left-63 {
margin-left: 63px !important;
}
.margin-bottom-63 {
margin-bottom: 63px !important;
}
.margin-right-63 {
margin-right: 63px !important;
}
.margin-top-64 {
margin-top: 64px !important;
}
.margin-left-64 {
margin-left: 64px !important;
}
.margin-bottom-64 {
margin-bottom: 64px !important;
}
.margin-right-64 {
margin-right: 64px !important;
}
.margin-top-65 {
margin-top: 65px !important;
}
.margin-left-65 {
margin-left: 65px !important;
}
.margin-bottom-65 {
margin-bottom: 65px !important;
}
.margin-right-65 {
margin-right: 65px !important;
}
.margin-top-66 {
margin-top: 66px !important;
}
.margin-left-66 {
margin-left: 66px !important;
}
.margin-bottom-66 {
margin-bottom: 66px !important;
}
.margin-right-66 {
margin-right: 66px !important;
}
.margin-top-67 {
margin-top: 67px !important;
}
.margin-left-67 {
margin-left: 67px !important;
}
.margin-bottom-67 {
margin-bottom: 67px !important;
}
.margin-right-67 {
margin-right: 67px !important;
}
.margin-top-68 {
margin-top: 68px !important;
}
.margin-left-68 {
margin-left: 68px !important;
}
.margin-bottom-68 {
margin-bottom: 68px !important;
}
.margin-right-68 {
margin-right: 68px !important;
}
.margin-top-69 {
margin-top: 69px !important;
}
.margin-left-69 {
margin-left: 69px !important;
}
.margin-bottom-69 {
margin-bottom: 69px !important;
}
.margin-right-69 {
margin-right: 69px !important;
}
.margin-top-70 {
margin-top: 70px !important;
}
.margin-left-70 {
margin-left: 70px !important;
}
.margin-bottom-70 {
margin-bottom: 70px !important;
}
.margin-right-70 {
margin-right: 70px !important;
}
.margin-top-71 {
margin-top: 71px !important;
}
.margin-left-71 {
margin-left: 71px !important;
}
.margin-bottom-71 {
margin-bottom: 71px !important;
}
.margin-right-71 {
margin-right: 71px !important;
}
.margin-top-72 {
margin-top: 72px !important;
}
.margin-left-72 {
margin-left: 72px !important;
}
.margin-bottom-72 {
margin-bottom: 72px !important;
}
.margin-right-72 {
margin-right: 72px !important;
}
.margin-top-73 {
margin-top: 73px !important;
}
.margin-left-73 {
margin-left: 73px !important;
}
.margin-bottom-73 {
margin-bottom: 73px !important;
}
.margin-right-73 {
margin-right: 73px !important;
}
.margin-top-74 {
margin-top: 74px !important;
}
.margin-left-74 {
margin-left: 74px !important;
}
.margin-bottom-74 {
margin-bottom: 74px !important;
}
.margin-right-74 {
margin-right: 74px !important;
}
.margin-top-75 {
margin-top: 75px !important;
}
.margin-left-75 {
margin-left: 75px !important;
}
.margin-bottom-75 {
margin-bottom: 75px !important;
}
.margin-right-75 {
margin-right: 75px !important;
}
.margin-top-76 {
margin-top: 76px !important;
}
.margin-left-76 {
margin-left: 76px !important;
}
.margin-bottom-76 {
margin-bottom: 76px !important;
}
.margin-right-76 {
margin-right: 76px !important;
}
.margin-top-77 {
margin-top: 77px !important;
}
.margin-left-77 {
margin-left: 77px !important;
}
.margin-bottom-77 {
margin-bottom: 77px !important;
}
.margin-right-77 {
margin-right: 77px !important;
}
.margin-top-78 {
margin-top: 78px !important;
}
.margin-left-78 {
margin-left: 78px !important;
}
.margin-bottom-78 {
margin-bottom: 78px !important;
}
.margin-right-78 {
margin-right: 78px !important;
}
.margin-top-79 {
margin-top: 79px !important;
}
.margin-left-79 {
margin-left: 79px !important;
}
.margin-bottom-79 {
margin-bottom: 79px !important;
}
.margin-right-79 {
margin-right: 79px !important;
}
.margin-top-80 {
margin-top: 80px !important;
}
.margin-left-80 {
margin-left: 80px !important;
}
.margin-bottom-80 {
margin-bottom: 80px !important;
}
.margin-right-80 {
margin-right: 80px !important;
}
.padding-top-1 {
padding-top: 1px !important;
}
.padding-left-1 {
padding-left: 1px !important;
}
.padding-bottom-1 {
padding-bottom: 1px !important;
}
.padding-right-1 {
padding-right: 1px !important;
}
.padding-top-2 {
padding-top: 2px !important;
}
.padding-left-2 {
padding-left: 2px !important;
}
.padding-bottom-2 {
padding-bottom: 2px !important;
}
.padding-right-2 {
padding-right: 2px !important;
}
.padding-top-3 {
padding-top: 3px !important;
}
.padding-left-3 {
padding-left: 3px !important;
}
.padding-bottom-3 {
padding-bottom: 3px !important;
}
.padding-right-3 {
padding-right: 3px !important;
}
.padding-top-4 {
padding-top: 4px !important;
}
.padding-left-4 {
padding-left: 4px !important;
}
.padding-bottom-4 {
padding-bottom: 4px !important;
}
.padding-right-4 {
padding-right: 4px !important;
}
.padding-top-5 {
padding-top: 5px !important;
}
.padding-left-5 {
padding-left: 5px !important;
}
.padding-bottom-5 {
padding-bottom: 5px !important;
}
.padding-right-5 {
padding-right: 5px !important;
}
.padding-top-6 {
padding-top: 6px !important;
}
.padding-left-6 {
padding-left: 6px !important;
}
.padding-bottom-6 {
padding-bottom: 6px !important;
}
.padding-right-6 {
padding-right: 6px !important;
}
.padding-top-7 {
padding-top: 7px !important;
}
.padding-left-7 {
padding-left: 7px !important;
}
.padding-bottom-7 {
padding-bottom: 7px !important;
}
.padding-right-7 {
padding-right: 7px !important;
}
.padding-top-8 {
padding-top: 8px !important;
}
.padding-left-8 {
padding-left: 8px !important;
}
.padding-bottom-8 {
padding-bottom: 8px !important;
}
.padding-right-8 {
padding-right: 8px !important;
}
.padding-top-9 {
padding-top: 9px !important;
}
.padding-left-9 {
padding-left: 9px !important;
}
.padding-bottom-9 {
padding-bottom: 9px !important;
}
.padding-right-9 {
padding-right: 9px !important;
}
.padding-top-10 {
padding-top: 10px !important;
}
.padding-left-10 {
padding-left: 10px !important;
}
.padding-bottom-10 {
padding-bottom: 10px !important;
}
.padding-right-10 {
padding-right: 10px !important;
}
.padding-top-11 {
padding-top: 11px !important;
}
.padding-left-11 {
padding-left: 11px !important;
}
.padding-bottom-11 {
padding-bottom: 11px !important;
}
.padding-right-11 {
padding-right: 11px !important;
}
.padding-top-12 {
padding-top: 12px !important;
}
.padding-left-12 {
padding-left: 12px !important;
}
.padding-bottom-12 {
padding-bottom: 12px !important;
}
.padding-right-12 {
padding-right: 12px !important;
}
.padding-top-13 {
padding-top: 13px !important;
}
.padding-left-13 {
padding-left: 13px !important;
}
.padding-bottom-13 {
padding-bottom: 13px !important;
}
.padding-right-13 {
padding-right: 13px !important;
}
.padding-top-14 {
padding-top: 14px !important;
}
.padding-left-14 {
padding-left: 14px !important;
}
.padding-bottom-14 {
padding-bottom: 14px !important;
}
.padding-right-14 {
padding-right: 14px !important;
}
.padding-top-15 {
padding-top: 15px !important;
}
.padding-left-15 {
padding-left: 15px !important;
}
.padding-bottom-15 {
padding-bottom: 15px !important;
}
.padding-right-15 {
padding-right: 15px !important;
}
.padding-top-16 {
padding-top: 16px !important;
}
.padding-left-16 {
padding-left: 16px !important;
}
.padding-bottom-16 {
padding-bottom: 16px !important;
}
.padding-right-16 {
padding-right: 16px !important;
}
.padding-top-17 {
padding-top: 17px !important;
}
.padding-left-17 {
padding-left: 17px !important;
}
.padding-bottom-17 {
padding-bottom: 17px !important;
}
.padding-right-17 {
padding-right: 17px !important;
}
.padding-top-18 {
padding-top: 18px !important;
}
.padding-left-18 {
padding-left: 18px !important;
}
.padding-bottom-18 {
padding-bottom: 18px !important;
}
.padding-right-18 {
padding-right: 18px !important;
}
.padding-top-19 {
padding-top: 19px !important;
}
.padding-left-19 {
padding-left: 19px !important;
}
.padding-bottom-19 {
padding-bottom: 19px !important;
}
.padding-right-19 {
padding-right: 19px !important;
}
.padding-top-20 {
padding-top: 20px !important;
}
.padding-left-20 {
padding-left: 20px !important;
}
.padding-bottom-20 {
padding-bottom: 20px !important;
}
.padding-right-20 {
padding-right: 20px !important;
}
.padding-top-21 {
padding-top: 21px !important;
}
.padding-left-21 {
padding-left: 21px !important;
}
.padding-bottom-21 {
padding-bottom: 21px !important;
}
.padding-right-21 {
padding-right: 21px !important;
}
.padding-top-22 {
padding-top: 22px !important;
}
.padding-left-22 {
padding-left: 22px !important;
}
.padding-bottom-22 {
padding-bottom: 22px !important;
}
.padding-right-22 {
padding-right: 22px !important;
}
.padding-top-23 {
padding-top: 23px !important;
}
.padding-left-23 {
padding-left: 23px !important;
}
.padding-bottom-23 {
padding-bottom: 23px !important;
}
.padding-right-23 {
padding-right: 23px !important;
}
.padding-top-24 {
padding-top: 24px !important;
}
.padding-left-24 {
padding-left: 24px !important;
}
.padding-bottom-24 {
padding-bottom: 24px !important;
}
.padding-right-24 {
padding-right: 24px !important;
}
.padding-top-25 {
padding-top: 25px !important;
}
.padding-left-25 {
padding-left: 25px !important;
}
.padding-bottom-25 {
padding-bottom: 25px !important;
}
.padding-right-25 {
padding-right: 25px !important;
}
.padding-top-26 {
padding-top: 26px !important;
}
.padding-left-26 {
padding-left: 26px !important;
}
.padding-bottom-26 {
padding-bottom: 26px !important;
}
.padding-right-26 {
padding-right: 26px !important;
}
.padding-top-27 {
padding-top: 27px !important;
}
.padding-left-27 {
padding-left: 27px !important;
}
.padding-bottom-27 {
padding-bottom: 27px !important;
}
.padding-right-27 {
padding-right: 27px !important;
}
.padding-top-28 {
padding-top: 28px !important;
}
.padding-left-28 {
padding-left: 28px !important;
}
.padding-bottom-28 {
padding-bottom: 28px !important;
}
.padding-right-28 {
padding-right: 28px !important;
}
.padding-top-29 {
padding-top: 29px !important;
}
.padding-left-29 {
padding-left: 29px !important;
}
.padding-bottom-29 {
padding-bottom: 29px !important;
}
.padding-right-29 {
padding-right: 29px !important;
}
.padding-top-30 {
padding-top: 30px !important;
}
.padding-left-30 {
padding-left: 30px !important;
}
.padding-bottom-30 {
padding-bottom: 30px !important;
}
.padding-right-30 {
padding-right: 30px !important;
}
.padding-top-31 {
padding-top: 31px !important;
}
.padding-left-31 {
padding-left: 31px !important;
}
.padding-bottom-31 {
padding-bottom: 31px !important;
}
.padding-right-31 {
padding-right: 31px !important;
}
.padding-top-32 {
padding-top: 32px !important;
}
.padding-left-32 {
padding-left: 32px !important;
}
.padding-bottom-32 {
padding-bottom: 32px !important;
}
.padding-right-32 {
padding-right: 32px !important;
}
.padding-top-33 {
padding-top: 33px !important;
}
.padding-left-33 {
padding-left: 33px !important;
}
.padding-bottom-33 {
padding-bottom: 33px !important;
}
.padding-right-33 {
padding-right: 33px !important;
}
.padding-top-34 {
padding-top: 34px !important;
}
.padding-left-34 {
padding-left: 34px !important;
}
.padding-bottom-34 {
padding-bottom: 34px !important;
}
.padding-right-34 {
padding-right: 34px !important;
}
.padding-top-35 {
padding-top: 35px !important;
}
.padding-left-35 {
padding-left: 35px !important;
}
.padding-bottom-35 {
padding-bottom: 35px !important;
}
.padding-right-35 {
padding-right: 35px !important;
}
.padding-top-36 {
padding-top: 36px !important;
}
.padding-left-36 {
padding-left: 36px !important;
}
.padding-bottom-36 {
padding-bottom: 36px !important;
}
.padding-right-36 {
padding-right: 36px !important;
}
.padding-top-37 {
padding-top: 37px !important;
}
.padding-left-37 {
padding-left: 37px !important;
}
.padding-bottom-37 {
padding-bottom: 37px !important;
}
.padding-right-37 {
padding-right: 37px !important;
}
.padding-top-38 {
padding-top: 38px !important;
}
.padding-left-38 {
padding-left: 38px !important;
}
.padding-bottom-38 {
padding-bottom: 38px !important;
}
.padding-right-38 {
padding-right: 38px !important;
}
.padding-top-39 {
padding-top: 39px !important;
}
.padding-left-39 {
padding-left: 39px !important;
}
.padding-bottom-39 {
padding-bottom: 39px !important;
}
.padding-right-39 {
padding-right: 39px !important;
}
.padding-top-40 {
padding-top: 40px !important;
}
.padding-left-40 {
padding-left: 40px !important;
}
.padding-bottom-40 {
padding-bottom: 40px !important;
}
.padding-right-40 {
padding-right: 40px !important;
}
.padding-top-41 {
padding-top: 41px !important;
}
.padding-left-41 {
padding-left: 41px !important;
}
.padding-bottom-41 {
padding-bottom: 41px !important;
}
.padding-right-41 {
padding-right: 41px !important;
}
.padding-top-42 {
padding-top: 42px !important;
}
.padding-left-42 {
padding-left: 42px !important;
}
.padding-bottom-42 {
padding-bottom: 42px !important;
}
.padding-right-42 {
padding-right: 42px !important;
}
.padding-top-43 {
padding-top: 43px !important;
}
.padding-left-43 {
padding-left: 43px !important;
}
.padding-bottom-43 {
padding-bottom: 43px !important;
}
.padding-right-43 {
padding-right: 43px !important;
}
.padding-top-44 {
padding-top: 44px !important;
}
.padding-left-44 {
padding-left: 44px !important;
}
.padding-bottom-44 {
padding-bottom: 44px !important;
}
.padding-right-44 {
padding-right: 44px !important;
}
.padding-top-45 {
padding-top: 45px !important;
}
.padding-left-45 {
padding-left: 45px !important;
}
.padding-bottom-45 {
padding-bottom: 45px !important;
}
.padding-right-45 {
padding-right: 45px !important;
}
.padding-top-46 {
padding-top: 46px !important;
}
.padding-left-46 {
padding-left: 46px !important;
}
.padding-bottom-46 {
padding-bottom: 46px !important;
}
.padding-right-46 {
padding-right: 46px !important;
}
.padding-top-47 {
padding-top: 47px !important;
}
.padding-left-47 {
padding-left: 47px !important;
}
.padding-bottom-47 {
padding-bottom: 47px !important;
}
.padding-right-47 {
padding-right: 47px !important;
}
.padding-top-48 {
padding-top: 48px !important;
}
.padding-left-48 {
padding-left: 48px !important;
}
.padding-bottom-48 {
padding-bottom: 48px !important;
}
.padding-right-48 {
padding-right: 48px !important;
}
.padding-top-49 {
padding-top: 49px !important;
}
.padding-left-49 {
padding-left: 49px !important;
}
.padding-bottom-49 {
padding-bottom: 49px !important;
}
.padding-right-49 {
padding-right: 49px !important;
}
.padding-top-50 {
padding-top: 50px !important;
}
.padding-left-50 {
padding-left: 50px !important;
}
.padding-bottom-50 {
padding-bottom: 50px !important;
}
.padding-right-50 {
padding-right: 50px !important;
}
.padding-top-51 {
padding-top: 51px !important;
}
.padding-left-51 {
padding-left: 51px !important;
}
.padding-bottom-51 {
padding-bottom: 51px !important;
}
.padding-right-51 {
padding-right: 51px !important;
}
.padding-top-52 {
padding-top: 52px !important;
}
.padding-left-52 {
padding-left: 52px !important;
}
.padding-bottom-52 {
padding-bottom: 52px !important;
}
.padding-right-52 {
padding-right: 52px !important;
}
.padding-top-53 {
padding-top: 53px !important;
}
.padding-left-53 {
padding-left: 53px !important;
}
.padding-bottom-53 {
padding-bottom: 53px !important;
}
.padding-right-53 {
padding-right: 53px !important;
}
.padding-top-54 {
padding-top: 54px !important;
}
.padding-left-54 {
padding-left: 54px !important;
}
.padding-bottom-54 {
padding-bottom: 54px !important;
}
.padding-right-54 {
padding-right: 54px !important;
}
.padding-top-55 {
padding-top: 55px !important;
}
.padding-left-55 {
padding-left: 55px !important;
}
.padding-bottom-55 {
padding-bottom: 55px !important;
}
.padding-right-55 {
padding-right: 55px !important;
}
.padding-top-56 {
padding-top: 56px !important;
}
.padding-left-56 {
padding-left: 56px !important;
}
.padding-bottom-56 {
padding-bottom: 56px !important;
}
.padding-right-56 {
padding-right: 56px !important;
}
.padding-top-57 {
padding-top: 57px !important;
}
.padding-left-57 {
padding-left: 57px !important;
}
.padding-bottom-57 {
padding-bottom: 57px !important;
}
.padding-right-57 {
padding-right: 57px !important;
}
.padding-top-58 {
padding-top: 58px !important;
}
.padding-left-58 {
padding-left: 58px !important;
}
.padding-bottom-58 {
padding-bottom: 58px !important;
}
.padding-right-58 {
padding-right: 58px !important;
}
.padding-top-59 {
padding-top: 59px !important;
}
.padding-left-59 {
padding-left: 59px !important;
}
.padding-bottom-59 {
padding-bottom: 59px !important;
}
.padding-right-59 {
padding-right: 59px !important;
}
.padding-top-60 {
padding-top: 60px !important;
}
.padding-left-60 {
padding-left: 60px !important;
}
.padding-bottom-60 {
padding-bottom: 60px !important;
}
.padding-right-60 {
padding-right: 60px !important;
}
.padding-top-61 {
padding-top: 61px !important;
}
.padding-left-61 {
padding-left: 61px !important;
}
.padding-bottom-61 {
padding-bottom: 61px !important;
}
.padding-right-61 {
padding-right: 61px !important;
}
.padding-top-62 {
padding-top: 62px !important;
}
.padding-left-62 {
padding-left: 62px !important;
}
.padding-bottom-62 {
padding-bottom: 62px !important;
}
.padding-right-62 {
padding-right: 62px !important;
}
.padding-top-63 {
padding-top: 63px !important;
}
.padding-left-63 {
padding-left: 63px !important;
}
.padding-bottom-63 {
padding-bottom: 63px !important;
}
.padding-right-63 {
padding-right: 63px !important;
}
.padding-top-64 {
padding-top: 64px !important;
}
.padding-left-64 {
padding-left: 64px !important;
}
.padding-bottom-64 {
padding-bottom: 64px !important;
}
.padding-right-64 {
padding-right: 64px !important;
}
.padding-top-65 {
padding-top: 65px !important;
}
.padding-left-65 {
padding-left: 65px !important;
}
.padding-bottom-65 {
padding-bottom: 65px !important;
}
.padding-right-65 {
padding-right: 65px !important;
}
.padding-top-66 {
padding-top: 66px !important;
}
.padding-left-66 {
padding-left: 66px !important;
}
.padding-bottom-66 {
padding-bottom: 66px !important;
}
.padding-right-66 {
padding-right: 66px !important;
}
.padding-top-67 {
padding-top: 67px !important;
}
.padding-left-67 {
padding-left: 67px !important;
}
.padding-bottom-67 {
padding-bottom: 67px !important;
}
.padding-right-67 {
padding-right: 67px !important;
}
.padding-top-68 {
padding-top: 68px !important;
}
.padding-left-68 {
padding-left: 68px !important;
}
.padding-bottom-68 {
padding-bottom: 68px !important;
}
.padding-right-68 {
padding-right: 68px !important;
}
.padding-top-69 {
padding-top: 69px !important;
}
.padding-left-69 {
padding-left: 69px !important;
}
.padding-bottom-69 {
padding-bottom: 69px !important;
}
.padding-right-69 {
padding-right: 69px !important;
}
.padding-top-70 {
padding-top: 70px !important;
}
.padding-left-70 {
padding-left: 70px !important;
}
.padding-bottom-70 {
padding-bottom: 70px !important;
}
.padding-right-70 {
padding-right: 70px !important;
}
.padding-top-71 {
padding-top: 71px !important;
}
.padding-left-71 {
padding-left: 71px !important;
}
.padding-bottom-71 {
padding-bottom: 71px !important;
}
.padding-right-71 {
padding-right: 71px !important;
}
.padding-top-72 {
padding-top: 72px !important;
}
.padding-left-72 {
padding-left: 72px !important;
}
.padding-bottom-72 {
padding-bottom: 72px !important;
}
.padding-right-72 {
padding-right: 72px !important;
}
.padding-top-73 {
padding-top: 73px !important;
}
.padding-left-73 {
padding-left: 73px !important;
}
.padding-bottom-73 {
padding-bottom: 73px !important;
}
.padding-right-73 {
padding-right: 73px !important;
}
.padding-top-74 {
padding-top: 74px !important;
}
.padding-left-74 {
padding-left: 74px !important;
}
.padding-bottom-74 {
padding-bottom: 74px !important;
}
.padding-right-74 {
padding-right: 74px !important;
}
.padding-top-75 {
padding-top: 75px !important;
}
.padding-left-75 {
padding-left: 75px !important;
}
.padding-bottom-75 {
padding-bottom: 75px !important;
}
.padding-right-75 {
padding-right: 75px !important;
}
.padding-top-76 {
padding-top: 76px !important;
}
.padding-left-76 {
padding-left: 76px !important;
}
.padding-bottom-76 {
padding-bottom: 76px !important;
}
.padding-right-76 {
padding-right: 76px !important;
}
.padding-top-77 {
padding-top: 77px !important;
}
.padding-left-77 {
padding-left: 77px !important;
}
.padding-bottom-77 {
padding-bottom: 77px !important;
}
.padding-right-77 {
padding-right: 77px !important;
}
.padding-top-78 {
padding-top: 78px !important;
}
.padding-left-78 {
padding-left: 78px !important;
}
.padding-bottom-78 {
padding-bottom: 78px !important;
}
.padding-right-78 {
padding-right: 78px !important;
}
.padding-top-79 {
padding-top: 79px !important;
}
.padding-left-79 {
padding-left: 79px !important;
}
.padding-bottom-79 {
padding-bottom: 79px !important;
}
.padding-right-79 {
padding-right: 79px !important;
}
.padding-top-80 {
padding-top: 80px !important;
}
.padding-left-80 {
padding-left: 80px !important;
}
.padding-bottom-80 {
padding-bottom: 80px !important;
}
.padding-right-80 {
padding-right: 80px !important;
} .mfp-container {
overflow-x: hidden;
padding: 0;
}
fieldset {
clear: both;
overflow: hidden;
}
ol,
ul {
padding: 0;
list-style-position: inside;
}
ol ol, ol ul,
ul ol,
ul ul {
padding-left: 30px;
}
.rtl ol ol, .rtl ol ul,
.rtl ul ol,
.rtl ul ul {
padding-right: 30px;
padding-left: inherit;
}
@media (max-width: 1024px) {
.order-first {
order: 1;
}
.order-last {
order: 0;
}
}
.woocommerce input.button {
background: #5cb85c;
color: #fff;
padding: 15px 20px;
border: none;
}
.woocommerce input.button:hover, .woocommerce input.button:active {
color: #fff;
background: #449d44;
}
.site-logo {
display: inline-block;
line-height: 1;
font-size: 33px;
font-weight: 500;
margin: 0;
padding: 0;
}
.site-logo a {
display: inline-block;
color: #000 !important;
line-height: 1;
}
.post-password-form input {
height: 43px;
padding: 5px 10px;
}
.post-password-form input[type=submit] {
background: #f0c429;
color: #fff;
border: none;
padding: 5px 25px;
}
.post-password-form input[type=submit]:hover, .post-password-form input[type=submit]:active {
color: #fff;
background: #d7ab0f;
}
.btn-search-top {
cursor: pointer;
display: inline-block;
}
.input-group .btn, .input-group .viewmore-products-btn {
border-width: 1px;
}
a:focus, .btn:focus, .viewmore-products-btn:focus {
outline: none !important;
}
.list,
.list-no {
list-style: none;
padding: 0;
margin: 0;
}
.media-body {
width: 10000px;
}
.btn, .viewmore-products-btn, button {
outline: none !important;
}
::-moz-selection {
color: #fff;
background: #f0c429;
}
::selection {
color: #fff;
background: #f0c429;
}
.pswp__item {
cursor: move;
}
.no-border {
border: none !important;
}
.no-border:before {
display: none !important;
}
.wpb_widgetised_column {
margin: 0;
}
.topmenu-menu-line {
list-style: none;
padding: 0;
margin: 0;
}
.topmenu-menu-line li {
display: inline-block;
vertical-align: middle;
}
.topmenu-menu-line li .space {
margin: 0 3px;
}
body.show-header-static .goal-header .elementor-section .elementor-container,
body.show-header-static .goal-header .elementor-container,
body.show-header-static .goal-header .elementor-widget-wrap,
body.show-header-static .goal-header .elementor-widget,
body.show-header-static .goal-header .elementor-column,
body.show-header-static .goal-header .elementor-column-wrap,
body.show-header-static .goal-header .elementor-section {
position: static;
}
#main-container.container-fluid > .row > * {
padding-left: 0;
padding-right: 0;
}
.about-page .container-fluid, .contact-page .container-fluid {
padding-left: 0;
padding-right: 0;
}
@media (max-width: 991px) {
.about-page .container-fluid, .contact-page .container-fluid {
padding-left: 15px;
padding-right: 15px;
}
}
.top-menu-mobile .title {
font-size: 20px;
padding: 0 15px;
margin: 0 0 15px;
}
.top-menu-mobile .navbar-nav > li > a {
padding: 2px 15px;
}
.goal-mfp-zoom-in .mfp-content {
transform: scale(1.4);
opacity: 0;
filter: alpha(opacity=0);
transition: all 0.4s ease-in-out 0s;
}
.goal-mfp-zoom-in.mfp-ready .mfp-content {
transform: scale(1);
opacity: 1;
filter: alpha(opacity=100);
}
.goal-quickview .mfp-inline-holder .mfp-content {
position: relative;
max-width: 100%;
width: 90%;
margin: 0 auto;
background: #fff;
}
@media (min-width: 1200px) {
.goal-quickview .mfp-inline-holder .mfp-content {
width: 1200px;
min-height: 400px;
}
}
.goal-quickview .mfp-inline-holder .mfp-content .details-product {
padding: 35px 20px 20px;
overflow: hidden;
margin: 0 !important;
}
@media (min-width: 992px) {
.goal-quickview .mfp-inline-holder .mfp-content .details-product {
padding: 0;
}
}
.goal-quickview .mfp-inline-holder .mfp-content .woocommerce-product-details__short-description-wrapper {
overflow: auto;
}
.goal-quickview .mfp-inline-holder .mfp-content .information-wrapper {
padding-top: 30px;
padding-bottom: 30px;
overflow: hidden;
}
.goal-quickview .mfp-inline-holder .mfp-content .information-wrapper .woocommerce-variation-price, .goal-quickview .mfp-inline-holder .mfp-content .information-wrapper .woocommerce-variation-availability, .goal-quickview .mfp-inline-holder .mfp-content .information-wrapper .woocommerce-variation-add-to-cart .quantity {
display: block !important;
visibility: visible !important;
}
@media (min-width: 992px) {
.goal-quickview .mfp-inline-holder .mfp-content .wrapper-img-main {
padding: 30px 0 30px 30px;
}
.rtl .goal-quickview .mfp-inline-holder .mfp-content .wrapper-img-main {
padding: 30px 30px 30px 0;
}
.goal-quickview .mfp-inline-holder .mfp-content .information {
padding: 0 30px 0 0;
}
.rtl .goal-quickview .mfp-inline-holder .mfp-content .information {
padding: 0 0 0 30px;
}
}
@media (max-width: 767px) {
.goal-quickview .mfp-inline-holder .mfp-content .details-product .information {
padding-top: 10px;
}
}
.goal-quickview .mfp-inline-holder .mfp-content .mfp-close {
background: transparent !important;
color: #666;
font-size: 30px;
transition: all 0.2s ease-in-out 0s;
}
.goal-quickview .mfp-inline-holder .mfp-content .mfp-close:hover, .goal-quickview .mfp-inline-holder .mfp-content .mfp-close:active {
color: #e44343;
}
.goal-quickview .mfp-inline-holder .mfp-content .wrapper-thumbs {
margin-top: 16px;
}
.goal-quickview .mfp-inline-holder .mfp-content .slick-carousel {
margin-left: -8px;
margin-right: -8px;
}
.goal-quickview .mfp-inline-holder .mfp-content .slick-carousel .slick-slide {
padding-left: 8px;
padding-right: 8px;
}
.action .caret {
width: 8px;
height: 8px;
position: relative;
}
.action[aria-expanded=true] b {
border: none;
}
.action[aria-expanded=true] b:before {
font-family: "Font Awesome 5 Free";
content: "\f00d";
position: absolute;
top: 0;
left: 0;
font-size: 12px;
}
ins {
text-decoration: none;
}
img {
border: 0;
vertical-align: top;
max-width: 100%;
height: auto;
}
.video-responsive {
height: 0;
padding-top: 0;
padding-bottom: 56.25%;
margin-bottom: 10px;
position: relative;
overflow: hidden;
}
.video-responsive embed, .video-responsive iframe, .video-responsive object, .video-responsive video {
top: 0;
left: 0;
position: absolute;
width: 100%;
height: 100%;
}
.audio-responsive iframe {
width: 100%;
height: 126px;
}
ul.list-square {
padding: 0;
margin: 0;
list-style: none;
}
ul.list-square > li {
line-height: 35px;
font-size: 14px;
margin: 0;
}
ul.list-square > li.active > a, ul.list-square > li:hover > a {
color: #f0c429;
}
ul.list-square > li.active > a:before, ul.list-square > li:hover > a:before {
background: #f0c429;
}
ul.list-square > li > a {
display: block;
padding-left: 21px;
position: relative;
}
.rtl ul.list-square > li > a {
padding-right: 21px;
padding-left: inherit;
}
ul.list-square > li > a:before {
content: "";
background: #2b2b2b;
width: 8px;
height: 8px;
left: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.rtl ul.list-square > li > a:before {
right: 0;
left: auto;
}
.breadcrumb > a + li:before,
.breadcrumb > li + a:before,
.breadcrumb > li + li:before {
color: #aaa;
display: inline-block;
content: "\e649";
font-family: "themify";
padding: 0 8px;
font-size: 8px;
}
.goal-breadscrumb {
background-color: #2b2b2b;
background-repeat: no-repeat;
background-size: cover;
margin: 0 0 20px;
}
.goal-breadscrumb.has_bg {
background-position: 50%;
}
@media (min-width: 992px) {
.goal-breadscrumb {
margin: 0 0 60px;
}
}
.goal-breadscrumb i {
margin-right: 5px;
}
.rtl .goal-breadscrumb i {
margin-left: 5px;
margin-right: inherit;
}
.goal-breadscrumb .breadcrumb {
background: transparent;
margin: 7px 0 0;
padding: 0;
color: #666;
}
.goal-breadscrumb .breadcrumb .active {
color: #f0c429;
font-weight: 600;
}
.goal-breadscrumb .breadcrumb a {
color: #fff;
font-weight: 600;
}
.goal-breadscrumb .breadcrumb a:hover, .goal-breadscrumb .breadcrumb a:active {
color: #f0c429;
}
.goal-breadscrumb .wrapper-breads {
position: relative;
padding: 30px 0;
text-align: center;
}
@media (min-width: 992px) {
.goal-breadscrumb .wrapper-breads {
padding: 150px 0;
}
}
@media (min-width: 1200px) {
.goal-breadscrumb.no-title .wrapper-breads {
padding: 30px 0;
}
}
.goal-breadscrumb .bread-title {
color: #fff;
text-transform: capitalize;
font-size: 32px;
margin: 0;
word-break: break-word;
-ms-word-wrap: break-word;
}
@media (min-width: 1200px) {
.goal-breadscrumb .bread-title {
font-size: 48px;
}
}
.search-form input,
.search-form .btn,
.search-form .viewmore-products-btn {
background: #ebedee;
border-color: #ebedee;
color: #2b2b2b;
}
.search-form .btn, .search-form .viewmore-products-btn {
padding: 10px 15px;
}
.ui-autocomplete.ui-widget-content {
padding: 15px;
margin: 0;
list-style: none;
width: 293px !important;
background: #fff;
}
.ui-autocomplete.ui-widget-content li {
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #e5e5e5;
}
.ui-autocomplete.ui-widget-content li:last-child {
border: none;
margin: 0;
padding: 0;
}
.ui-autocomplete.ui-widget-content li img {
width: 60px;
}
.main-content {
display: block;
padding-bottom: 30px;
}
.bg-dark {
background: #272727;
color: #fff;
}
.text-purple {
color: #6c58bd !important;
}
.text-red {
color: #c32322 !important;
}
.text-red-1 {
color: #ff0000 !important;
}
.text-orange {
color: #f66000 !important;
}
.text-theme {
color: #f0c429 !important;
}
.text-yellow {
color: #e2d951 !important;
}
.text-black {
color: #000 !important;
}
.text-white, .text-light {
color: #FFFFFF !important;
}
.text-darker {
color: #666666 !important;
}
.text-uppercase {
text-transform: uppercase;
} .radius-0 {
border-radius: 0 !important;
}
.radius-x {
border-radius: 50% !important;
}
.radius-1x {
border-radius: 10px !important;
}
.radius-2x {
border-radius: 20px !important;
}
.radius-3x {
border-radius: 30px !important;
}
.radius-4x {
border-radius: 40px !important;
}
.radius-5x {
border-radius: 50px !important;
}
.radius-6x {
border-radius: 60px !important;
}
.radius-2 {
border-radius: 2px !important;
}
.radius-3 {
border-radius: 3px !important;
}
.radius-4 {
border-radius: 4px !important;
}
.radius-5 {
border-radius: 5px !important;
}
.radius-6 {
border-radius: 6px !important;
}
.owl-carousel-play {
position: relative;
}
.owl-carousel-play .owl-item:last-child .product-wrapper {
border: none;
}
.carousel-md {
width: 44px;
height: 44px;
line-height: 44px;
}
.carousel-sm {
width: 34px;
height: 34px;
line-height: 34px;
font-size: 14px;
}
.carousel-xs {
width: 28px;
height: 28px;
line-height: 28px;
font-size: 14px;
}
.add-fix-top {
transition: all 0.2s ease-in-out 0s;
position: fixed;
z-index: 9;
bottom: 50px;
right: 10px;
transform: translateX(100%);
display: inline-block;
width: 45px;
height: 45px;
line-height: 40px;
border-radius: 45px;
-webkit-border-radius: 45px;
-moz-border-radius: 45px;
-ms-border-radius: 45px;
-o-border-radius: 45px;
border: 1px solid #2b2b2b;
text-align: center;
background: #f0c429;
opacity: 0;
filter: alpha(opacity=0);
}
.rtl .add-fix-top {
left: 10px;
right: auto;
}
@media (min-width: 1200px) {
.add-fix-top {
right: 30px;
}
.rtl .add-fix-top {
left: 30px;
right: auto;
}
}
.add-fix-top i {
font-size: 16px;
line-height: 1;
display: inline-block;
vertical-align: middle;
}
.add-fix-top.active {
transform: translateX(0);
opacity: 1;
filter: alpha(opacity=100);
}
.add-fix-top.active:focus, .add-fix-top.active:active, .add-fix-top.active:hover {
color: #fff !important;
opacity: 1;
filter: alpha(opacity=100);
}
.quick-links-wrapper .menu li {
line-height: 1.2;
}
.menu {
padding: 0;
margin: 0;
}
.menu li {
list-style: none;
margin-bottom: 8px;
}
.menu li:last-child {
margin-bottom: 0;
}
.menu ul {
padding-left: 15px;
margin: 0;
}
.rtl .menu ul {
padding-right: 15px;
padding-left: inherit;
}
.goal-body-loading {
overflow: hidden;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes -webkit-spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes rotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes prixClipFix {
0% {
-webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
}
25% {
-webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
}
50% {
-webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
}
75% {
-webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
}
100% {
-webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
}
}
.goal-page-loading {
top: 0;
left: 0;
position: fixed;
width: 100%;
height: 100%;
background: #fff;
z-index: 9999;
display: flex;
justify-content: center;
align-items: center;
}
.goal-loader-inner {
margin: 0 auto;
width: 80px;
height: 80px;
text-align: center;
font-size: 10px;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
background-size: cover;
background-repeat: no-repeat;
}
.goal-loader-inner > div {
width: 8px;
height: 100%;
display: inline-block;
float: left;
margin-left: 2px;
animation: delay 0.8s infinite ease-in-out;
}
.goal-loader-inner .loader1 {
background-color: #e39505;
}
.goal-loader-inner .loader2 {
background-color: #ff5395;
animation-delay: -0.7s;
}
.goal-loader-inner .loader3 {
background-color: #84b813;
animation-delay: -0.6s;
}
.goal-loader-inner .loader4 {
background-color: #f38ca3;
animation-delay: -0.5s;
}
.goal-loader-inner .loader5 {
background-color: #da5800;
animation-delay: -0.4s;
}
@keyframes delay {
0%, 40%, 100% {
transform: scaleY(0.05);
-webkit-transform: scaleY(0.05);
}
20% {
transform: scaleY(1);
-webkit-transform: scaleY(1);
}
}
.tab-v1 .tabs-list {
border: none;
text-align: center;
padding: 30px 0 50px;
}
.tab-v1 .tabs-list li {
padding: 0 22px;
margin: 0;
display: inline-block;
float: none;
}
.tab-v1 .tabs-list li a {
padding: 5px 0;
color: #777777;
border-width: 0 0 1px !important;
border-color: #cccccc;
border-style: dashed;
font-size: 16px;
font-weight: 300;
text-transform: uppercase;
background: transparent;
}
.tab-v1 .tabs-list li.active > a:active,
.tab-v1 .tabs-list li.active > a:focus,
.tab-v1 .tabs-list li.active > a, .tab-v1 .tabs-list li:hover > a:active,
.tab-v1 .tabs-list li:hover > a:focus,
.tab-v1 .tabs-list li:hover > a {
border-color: transparent;
color: #f0c429;
background: transparent;
}
.tab-v1.style1 .tabs-list {
padding: 10px 0 70px;
text-align: right;
}
.rtl .tab-v1.style1 .tabs-list {
text-align: left;
}
.tab-v1.style1 .tabs-list li.active, .tab-v1.style1 .tabs-list li:hover {
box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.tab-v1.style1 .tabs-list li.active > a:active,
.tab-v1.style1 .tabs-list li.active > a:focus,
.tab-v1.style1 .tabs-list li.active > a, .tab-v1.style1 .tabs-list li:hover > a:active,
.tab-v1.style1 .tabs-list li:hover > a:focus,
.tab-v1.style1 .tabs-list li:hover > a {
color: #2b2b2b;
}
@media (min-width: 992px) {
.tab-v1.style1 {
padding: 0 70px;
}
}
.tab-product-center .nav-tabs {
border: none;
margin: 0 0 30px;
text-align: center;
}
.tab-product-center .nav-tabs > li {
display: inline-block;
float: none;
margin: 0 !important;
}
.tab-product-center .nav-tabs > li > a {
border: none !important;
margin: 0;
font-size: 16px;
font-weight: 500;
padding: 0 30px;
color: #2b2b2b;
outline: none !important;
}
.tab-product-center .nav-tabs > li:hover a, .tab-product-center .nav-tabs > li.active a {
color: #f0c429;
}
.tab-product-center .tab-content {
position: relative;
}
.tab-product-center .tab-content.loading:before {
content: "";
position: absolute;
top: 0;
left: 0;
z-index: 99;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.9) url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/images/loading-quick.gif) no-repeat scroll center 100px/50px auto;
}
.page-links {
overflow: hidden;
margin: 0 0 30px;
}
.page-links .page-links-title {
font-weight: normal;
color: #2b2b2b;
}
.page-links > span:not(.page-links-title),
.page-links > a {
display: inline-block;
line-height: 1;
margin: 0 2px;
padding: 9px 15px;
border: 1px solid #e5e5e5;
color: #2b2b2b;
}
.page-links > span:not(.page-links-title):hover, .page-links > span:not(.page-links-title):active,
.page-links > a:hover,
.page-links > a:active {
color: #fff;
background: #f0c429;
border-color: #f0c429;
}
.page-links > span:not(.page-links-title) {
color: #fff;
background: #f0c429;
border-color: #f0c429;
}
option {
padding: 5px;
}
@media (min-width: 992px) {
.space-padding-left-30 {
padding-left: 30px !important;
}
}
.woocommerce-MyAccount-navigation > ul {
list-style: none;
padding: 0;
margin: 0;
line-height: 35px;
}
.yith_woocompare_colorbox #cboxWrapper #cboxContent {
position: relative;
}
.yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose {
position: absolute;
top: -5px;
right: -5px;
padding: 5px;
color: #fff;
background: #e44343;
text-transform: capitalize;
font-size: 14px;
width: 80px;
height: 36px;
text-indent: 0;
transition: all 0.2s ease-in-out 0s;
}
.rtl .yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose {
left: -5px;
right: auto;
}
.yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose:hover, .yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose:active {
background: #e12d2d;
}
.image-lazy-loading .image-wrapper {
background-position: center center;
background-repeat: no-repeat;
background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
max-height: 100%;
}
.image-lazy-loading .image-wrapper img {
opacity: 0;
filter: alpha(opacity=0);
transition: all 0.3s ease-in-out 0s;
}
.image-lazy-loading .image-wrapper.image-loaded {
background: none;
}
.image-lazy-loading .image-wrapper.image-loaded img {
opacity: 1;
filter: alpha(opacity=100);
}
.scrollbar {
width: 102px;
height: 102px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
overflow: hidden;
line-height: 90px;
text-align: center;
color: #fff;
background-image: linear-gradient(to right, #f0c429 0%, #f0c429 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF0C429", endColorstr="#FFF0C429", GradientType=1);
font-size: 50px;
display: inline-block;
border: 6px solid #ffffff;
transform: translateY(55px);
position: relative;
z-index: 9;
}
.scrollbar:hover, .scrollbar:active {
color: #fff;
background-image: linear-gradient(to right, #f0c429 0%, #f0c429 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF0C429", endColorstr="#FFF0C429", GradientType=1);
}
.rtl .navbar-nav {
float: right;
}
.rtl .goal-topcart .dropdown-menu-right {
right: auto;
left: 0;
}
.rtl .dropdown-menu {
text-align: right;
}
.rtl .widget-mailchimp .btn, .rtl .widget-mailchimp .viewmore-products-btn {
border-radius: 50px 0 0 50px;
-webkit-border-radius: 50px 0 0 50px;
-moz-border-radius: 50px 0 0 50px;
-ms-border-radius: 50px 0 0 50px;
-o-border-radius: 50px 0 0 50px;
}
.rtl .widget-mailchimp .form-control {
border-radius: 0 50px 50px 0;
-webkit-border-radius: 0 50px 50px 0;
-moz-border-radius: 0 50px 50px 0;
-ms-border-radius: 0 50px 50px 0;
-o-border-radius: 0 50px 50px 0;
}
.rtl .main-search .media-left, .rtl .main-search .media > .pull-left {
padding: 0 0 0 15px;
}
.rtl .widget-process .proces-item .line-space {
left: inherit;
right: 100%;
transform: translateX(50%);
}
.rtl .form-dekoro-ppp select,
.rtl .goal-filter select {
background-position: left 10px center;
}
.show-search {
cursor: pointer;
line-height: 1;
font-size: 16px;
}
.show-search:hover, .show-search:active, .show-search:focus {
color: #f0c429;
}
.search-header {
position: fixed;
z-index: 9;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
top: 0;
left: 0;
width: 100%;
height: 0;
background: #f7f7f7;
transition: all 0.2s ease-in-out 0s;
}
.search-header.active {
opacity: 1;
filter: alpha(opacity=100);
height: 100%;
visibility: visible;
}
.social-top {
list-style: none;
padding: 0;
margin: 0;
}
.social-top li {
display: inline-block;
margin-right: 10px;
}
.rtl .social-top li {
margin-left: 10px;
margin-right: inherit;
}
.social-top li:last-child {
margin: 0;
}
.select2-container {
outline: none !important;
}
.select2-search--dropdown {
padding: 10px 15px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border-color: #e5e5e5;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
height: 33px;
font-size: 14px;
padding: 5px 10px;
}
.select2-results__option {
padding: 5px 10px;
font-size: 14px;
outline: none !important;
}
.select2-dropdown {
border: none;
margin-top: 1px;
top: 0;
}
.select2-results {
padding: 0 15px 15px;
}
.woosw-list .woosw-copy {
display: flex;
align-items: center;
gap: 1em;
}
.woosw-list .woosw-copy .woosw-copy-url [type=url] {
height: 40px;
padding: 5px 15px;
outline: none !important;
border: 1px solid #2b2b2b;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
}
@media (max-width: 767px) {
.woosw-list table.woosw-items .woosw-item .woosw-item--name a {
font-size: 12px;
}
}
@media (max-width: 767px) {
.woosw-list table.woosw-items .woosw-item .woosw-item--image {
width: 85px;
display: inline-block;
}
}
@media (max-width: 767px) {
.woosw-list .add-cart .add_to_cart_button {
padding: 5px 10px;
font-size: 11px;
}
}
.woosw-list .woosw-actions {
margin: 30px 0;
}
@media (min-width: 1200px) {
.woosw-list .woosw-actions {
margin: 30px 0 60px;
}
}
.woosw-list .woosw-actions #woosw_copy_btn {
background-color: #f0c429;
border: 1px solid #2b2b2b;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
color: #2b2b2b;
font-weight: 700;
font-size: 14px;
padding: 7px 18px;
}
.woosw-list .woosw-actions #woosw_copy_btn:hover,
.woosw-list .woosw-actions #woosw_copy_btn:focus {
background-color: #2b2b2b;
color: #fff;
}
.yith-wcwl-share ul li {
display: inline-block;
}
.wishlist-title.wishlist-title-with-form {
margin-bottom: 20px;
}
.wishlist-title.wishlist-title-with-form > * {
display: inline-block;
vertical-align: middle;
}
.wishlist-title.wishlist-title-with-form h2 {
margin: 0;
font-size: 25px;
}
.wishlist-title.wishlist-title-with-form .button {
margin-left: 5px;
border: 0 !important;
background: #e44343;
color: #fff;
transition: all 0.3s ease-in-out 0s;
font-weight: 400;
}
.rtl .wishlist-title.wishlist-title-with-form .button {
margin-right: 5px;
margin-left: inherit;
}
.wishlist-title.wishlist-title-with-form .button:hover, .wishlist-title.wishlist-title-with-form .button:focus {
color: #fff;
background: #e12d2d;
}
.yith-wcwl-form .hidden-title-form {
display: none;
}
.yith-wcwl-form .hidden-title-form [name=wishlist_name] {
height: 45px;
padding: 5px 20px;
border: 1px solid #e5e5e5;
transition: all 0.3s ease-in-out 0s;
}
.yith-wcwl-form .hidden-title-form [name=wishlist_name]:focus {
border-color: #d8d8d8;
}
.yith-wcwl-form .hidden-title-form [type=submit] {
height: 45px;
border: 0;
background: #5cb85c;
color: #fff;
padding: 5px 20px;
}
.yith-wcwl-form .hidden-title-form [type=submit]:hover, .yith-wcwl-form .hidden-title-form [type=submit]:focus {
color: #fff;
background: #4cae4c;
}
.yith-wcwl-form .hidden-title-form .button {
display: inline-block;
vertical-align: top;
line-height: 45px;
padding: 0px 20px;
height: 45px;
margin-left: 5px;
border: 0 !important;
background: #e44343;
color: #fff;
transition: all 0.3s ease-in-out 0s;
font-weight: 400;
}
.rtl .yith-wcwl-form .hidden-title-form .button {
margin-right: 5px;
margin-left: inherit;
}
.yith-wcwl-form .hidden-title-form .button:hover, .yith-wcwl-form .hidden-title-form .button:focus {
color: #fff;
background: #e12d2d;
}
.wishlist_view.mobile {
list-style: none;
padding: 0;
margin: 0;
}
.wishlist_view.mobile .label {
color: #666;
}
.wishlist_view.mobile .product-name h3 {
margin: 0 0 5px;
font-size: 18px;
}
.wishlist_view.mobile .additional-info-wrapper,
.wishlist_view.mobile .item-details {
color: #252525;
font-size: 16px;
font-weight: 400;
font-family: "Cera Pro Medium";
}
.wishlist_view.mobile .additional-info-wrapper table,
.wishlist_view.mobile .item-details table {
border: none !important;
}
.wishlist_view.mobile .additional-info-wrapper table td,
.wishlist_view.mobile .item-details table td {
line-height: 1.5;
border: none !important;
display: table-cell;
padding: 0;
vertical-align: middle;
text-align: left;
}
.rtl .wishlist_view.mobile .additional-info-wrapper table td,
.rtl .wishlist_view.mobile .item-details table td {
text-align: right;
}
.wishlist_view.mobile .additional-info-wrapper table .label,
.wishlist_view.mobile .item-details table .label {
width: 30%;
}
.wishlist_view.mobile .additional-info-wrapper table .value,
.wishlist_view.mobile .item-details table .value {
width: 80%;
}
.wishlist_view.mobile .additional-info-wrapper .item-details-table,
.wishlist_view.mobile .item-details .item-details-table {
margin-bottom: 0;
}
.wishlist_view.mobile .additional-info-wrapper .additional-info,
.wishlist_view.mobile .item-details .additional-info {
margin-bottom: 10px;
}
.wishlist_view.mobile .remove_from_wishlist {
float: right;
transform: translateY(-35px);
display: inline-block;
margin: 0 10px;
width: 30px;
height: 30px;
border: 1px solid #e44343;
background: #e44343;
line-height: 28px;
text-align: center;
font-size: 12px;
color: #fff !important;
transition: all 0.2s ease-in-out 0s;
}
.rtl .wishlist_view.mobile .remove_from_wishlist {
float: left;
}
.wishlist_view.mobile .remove_from_wishlist i:before {
content: "\e646";
font-family: "themify";
font-style: normal;
font-weight: 400;
}
.wishlist_view.mobile .product-add-to-cart .button {
padding: 8px 20px;
font-size: 12px;
}
.wishlist_view.mobile > li {
margin-bottom: 25px;
border-bottom: 1px solid #e5e5e5;
}
.wishlist_view.mobile > li:last-child {
margin-bottom: 0;
border: 0;
}
.wishlist_view.mobile .product-thumbnail img {
max-width: 100px;
}
.wishlist_view.mobile .item-wrapper {
overflow: hidden;
clear: both;
}
.wishlist_view.mobile .item-wrapper .product-thumbnail {
width: 100px;
float: left;
}
.rtl .wishlist_view.mobile .item-wrapper .product-thumbnail {
float: right;
}
.wishlist_view.mobile .item-wrapper .right-inner {
overflow: hidden;
padding-left: 15px;
}
.rtl .wishlist_view.mobile .item-wrapper .right-inner {
padding-right: 15px;
padding-left: inherit;
}  .widget {
margin-bottom: 0;
position: relative;
padding: 0px;
background: transparent;
border: 0;
}
@media (min-width: 768px) {
.widget {
margin-bottom: 30px;
}
}
.widget .widget-title, .widget .widgettitle, .widget .widget-heading {
margin: 0 0 20px;
}
@media (min-width: 1200px) {
.widget .widget-title, .widget .widgettitle, .widget .widget-heading {
margin: 0 0 45px;
}
}
.widget .widget-title.widget-title-left, .widget .widgettitle.widget-title-left, .widget .widget-heading.widget-title-left {
margin: 0;
text-align: left;
}
.rtl .widget .widget-title.widget-title-left, .rtl .widget .widgettitle.widget-title-left, .rtl .widget .widget-heading.widget-title-left {
text-align: right;
}
.widget .widget-title.widget-title-left .sub-widget-title:after, .widget .widgettitle.widget-title-left .sub-widget-title:after, .widget .widget-heading.widget-title-left .sub-widget-title:after {
display: none;
}
.widget .widget-title h3, .widget .widgettitle h3, .widget .widget-heading h3 {
color: #2b2b2b;
font-size: 26px;
font-weight: 800;
line-height: 30px;
padding: 0;
margin: 0 0 5px;
position: relative;
letter-spacing: 0;
text-transform: capitalize;
}
@media (min-width: 991px) {
.widget .widget-title h3, .widget .widgettitle h3, .widget .widget-heading h3 {
font-size: 36px;
padding: 0;
margin: 0 0 15px;
line-height: 1;
}
}
.widget .widget-title h3.products-deal-title, .widget .widgettitle h3.products-deal-title, .widget .widget-heading h3.products-deal-title {
color: #fff;
font-size: 18px;
display: inline-block;
padding: 10px 20px;
background-color: #2b2b2b;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
}
@media (min-width: 991px) {
.widget .widget-title h3.products-deal-title, .widget .widgettitle h3.products-deal-title, .widget .widget-heading h3.products-deal-title {
font-size: 26px;
padding: 15px 35px;
}
}
.widget .widget-title h3.products-deal-title i, .widget .widgettitle h3.products-deal-title i, .widget .widget-heading h3.products-deal-title i {
animation: fading 1s infinite;
-webkit-animation: fading 1s infinite;
color: #f0c429;
margin-right: 10px;
font-size: 26px;
}
.rtl .widget .widget-title h3.products-deal-title i, .rtl .widget .widgettitle h3.products-deal-title i, .rtl .widget .widget-heading h3.products-deal-title i {
margin-left: 10px;
margin-right: inherit;
}
@media (min-width: 1200px) {
.widget .widget-title h3.products-deal-title i, .widget .widgettitle h3.products-deal-title i, .widget .widget-heading h3.products-deal-title i {
font-size: 32px;
}
}
.widget .widget-title .sub-widget-title, .widget .widgettitle .sub-widget-title, .widget .widget-heading .sub-widget-title {
color: #f0c429;
font-weight: 600;
font-style: normal;
width: 100%;
display: inline-block;
margin: 0;
line-height: 20px;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 1px;
}
.widget .widget-title p.sub-text, .widget .widget-title p, .widget .widgettitle p.sub-text, .widget .widgettitle p, .widget .widget-heading p.sub-text, .widget .widget-heading p {
font-weight: 400;
font-style: normal;
width: 100%;
display: inline-block;
margin: 0;
line-height: 20px;
font-size: 16px;
}
@media (min-width: 1200px) {
.widget .widget-title p.sub-text, .widget .widget-title p, .widget .widgettitle p.sub-text, .widget .widgettitle p, .widget .widget-heading p.sub-text, .widget .widget-heading p {
font-size: 18px;
line-height: 26px;
}
}
.widget .top-info.flex-middle-sm .widget-title h3.products-tabs-title, .widget .top-info.flex-middle-sm .widgettitle h3.products-tabs-title, .widget .top-info.flex-middle-sm .widget-heading h3.products-tabs-title {
margin: 0;
}
.widget.widget-woocommerce-currency-switcher {
margin-bottom: 0;
}
.widget.widget-lookbook, .widget.widget-products-tabs, .widget.widget-blogs {
margin: 0;
}
.widget.widget-testimonials {
margin-bottom: 0;
}
@media (max-width: 767px) {
.widget.widget-testimonials .widget-title {
text-align: center;
}
}
.widget.related {
position: relative;
margin-bottom: 40px;
}
@media (min-width: 1200px) {
.widget.related {
margin-bottom: 80px;
}
}
.widget.related:before {
content: "";
width: 100vw;
position: absolute;
left: 50%;
margin-left: -50vw;
border-bottom: 1px solid #2b2b2b;
}
.widget.related .woocommerce {
padding-top: 20px;
}
@media (min-width: 1200px) {
.widget.related .woocommerce {
padding-top: 60px;
}
}
.widget.widget-recent_viewed .widget-title {
margin: 0 0 30px;
}
.widget.widget-about {
margin: 0;
}
.widget.widget-about h3 {
margin: 10px 0 20px;
}
.widget.widget-recent_viewed .widget-title h3, .widget.widget-recent_viewed .widgettitle h3, .widget.widget-recent_viewed .widget-heading h3 {
font-size: 18px;
text-align: left;
}
.rtl .widget.widget-recent_viewed .widget-title h3, .rtl .widget.widget-recent_viewed .widgettitle h3, .rtl .widget.widget-recent_viewed .widget-heading h3 {
text-align: right;
}
@media (min-width: 768px) {
.widget.widget-recent_viewed .widget-title h3, .widget.widget-recent_viewed .widgettitle h3, .widget.widget-recent_viewed .widget-heading h3 {
font-size: 24px;
}
}
@keyframes fading {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.sidebar > .widget,
.goal-sidebar > .widget {
background-color: #fff;
margin: 0 0 25px;
overflow: hidden;
border: 0;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
padding: 15px;
}
@media (min-width: 768px) {
.sidebar > .widget,
.goal-sidebar > .widget {
padding: 0;
margin: 0 0 50px;
text-align: left;
}
.rtl .sidebar > .widget,
.rtl .goal-sidebar > .widget {
text-align: right;
}
.sidebar > .widget:last-child,
.goal-sidebar > .widget:last-child {
border-bottom: 0;
}
}
.sidebar > .widget.widget_goal_elementor_template,
.goal-sidebar > .widget.widget_goal_elementor_template {
border: 0;
padding: 0;
}
.sidebar > .widget.widget_goal_elementor_template .top-info,
.goal-sidebar > .widget.widget_goal_elementor_template .top-info {
display: block;
}
.sidebar > .widget.widget_goal_elementor_template .widget-title h3,
.goal-sidebar > .widget.widget_goal_elementor_template .widget-title h3 {
margin: 0;
}
.sidebar > .widget.widget_goal_elementor_template .shop-list-small .image-left,
.goal-sidebar > .widget.widget_goal_elementor_template .shop-list-small .image-left {
width: 100px;
}
.sidebar > .widget.widget_goal_elementor_template .shop-list-small .info-right,
.goal-sidebar > .widget.widget_goal_elementor_template .shop-list-small .info-right {
width: calc(100% - 100px);
padding-left: 10px;
}
.rtl .sidebar > .widget.widget_goal_elementor_template .shop-list-small .info-right,
.rtl .goal-sidebar > .widget.widget_goal_elementor_template .shop-list-small .info-right {
padding-right: 10px;
padding-left: inherit;
}
@media (min-width: 1200px) {
.sidebar > .widget.widget_goal_elementor_template .shop-list-small .info-right,
.goal-sidebar > .widget.widget_goal_elementor_template .shop-list-small .info-right {
padding-left: 15px;
}
.rtl .sidebar > .widget.widget_goal_elementor_template .shop-list-small .info-right,
.rtl .goal-sidebar > .widget.widget_goal_elementor_template .shop-list-small .info-right {
padding-right: 15px;
padding-left: inherit;
}
}
.sidebar > .widget.widget_block h1, .sidebar > .widget.widget_block h2, .sidebar > .widget.widget_block h3, .sidebar > .widget.widget_block h4, .sidebar > .widget.widget_block h5, .sidebar > .widget.widget_block h6, .sidebar > .widget.widget_block .h1, .sidebar > .widget.widget_block .h2, .sidebar > .widget.widget_block .h3, .sidebar > .widget.widget_block .h4, .sidebar > .widget.widget_block .h5, .sidebar > .widget.widget_block .h6,
.goal-sidebar > .widget.widget_block h1,
.goal-sidebar > .widget.widget_block h2,
.goal-sidebar > .widget.widget_block h3,
.goal-sidebar > .widget.widget_block h4,
.goal-sidebar > .widget.widget_block h5,
.goal-sidebar > .widget.widget_block h6,
.goal-sidebar > .widget.widget_block .h1,
.goal-sidebar > .widget.widget_block .h2,
.goal-sidebar > .widget.widget_block .h3,
.goal-sidebar > .widget.widget_block .h4,
.goal-sidebar > .widget.widget_block .h5,
.goal-sidebar > .widget.widget_block .h6 {
color: #2b2b2b;
display: block;
position: relative;
font-size: 18px;
font-weight: 800;
font-family: "Manrope", "Times New Roman", Times, serif;
margin: 0 0 25px;
padding-block-end: 10px;
border-bottom: 1px solid #e5e5e5;
padding-block-start: 0;
letter-spacing: 0;
text-transform: capitalize;
text-align: left;
}
.rtl .sidebar > .widget.widget_block h1, .rtl .sidebar > .widget.widget_block h2, .rtl .sidebar > .widget.widget_block h3, .rtl .sidebar > .widget.widget_block h4, .rtl .sidebar > .widget.widget_block h5, .rtl .sidebar > .widget.widget_block h6, .rtl .sidebar > .widget.widget_block .h1, .rtl .sidebar > .widget.widget_block .h2, .rtl .sidebar > .widget.widget_block .h3, .rtl .sidebar > .widget.widget_block .h4, .rtl .sidebar > .widget.widget_block .h5, .rtl .sidebar > .widget.widget_block .h6,
.rtl .goal-sidebar > .widget.widget_block h1,
.rtl .goal-sidebar > .widget.widget_block h2,
.rtl .goal-sidebar > .widget.widget_block h3,
.rtl .goal-sidebar > .widget.widget_block h4,
.rtl .goal-sidebar > .widget.widget_block h5,
.rtl .goal-sidebar > .widget.widget_block h6,
.rtl .goal-sidebar > .widget.widget_block .h1,
.rtl .goal-sidebar > .widget.widget_block .h2,
.rtl .goal-sidebar > .widget.widget_block .h3,
.rtl .goal-sidebar > .widget.widget_block .h4,
.rtl .goal-sidebar > .widget.widget_block .h5,
.rtl .goal-sidebar > .widget.widget_block .h6 {
text-align: right;
}
@media (min-width: 1200px) {
.sidebar > .widget.widget_block h1, .sidebar > .widget.widget_block h2, .sidebar > .widget.widget_block h3, .sidebar > .widget.widget_block h4, .sidebar > .widget.widget_block h5, .sidebar > .widget.widget_block h6, .sidebar > .widget.widget_block .h1, .sidebar > .widget.widget_block .h2, .sidebar > .widget.widget_block .h3, .sidebar > .widget.widget_block .h4, .sidebar > .widget.widget_block .h5, .sidebar > .widget.widget_block .h6,
.goal-sidebar > .widget.widget_block h1,
.goal-sidebar > .widget.widget_block h2,
.goal-sidebar > .widget.widget_block h3,
.goal-sidebar > .widget.widget_block h4,
.goal-sidebar > .widget.widget_block h5,
.goal-sidebar > .widget.widget_block h6,
.goal-sidebar > .widget.widget_block .h1,
.goal-sidebar > .widget.widget_block .h2,
.goal-sidebar > .widget.widget_block .h3,
.goal-sidebar > .widget.widget_block .h4,
.goal-sidebar > .widget.widget_block .h5,
.goal-sidebar > .widget.widget_block .h6 {
font-size: 22px;
}
}
.sidebar > .widget.widget_block .wp-block-latest-comments,
.goal-sidebar > .widget.widget_block .wp-block-latest-comments {
padding: 0;
margin: 0;
list-style: none;
}
.sidebar > .widget .widget-title, .sidebar > .widget .widgettitle, .sidebar > .widget .widget-heading,
.goal-sidebar > .widget .widget-title,
.goal-sidebar > .widget .widgettitle,
.goal-sidebar > .widget .widget-heading {
color: #2b2b2b;
display: block;
position: relative;
font-size: 18px;
font-weight: 800;
font-family: "Manrope", "Times New Roman", Times, serif;
margin: 0 0 25px;
padding-block-end: 10px;
border-bottom: 1px solid #e5e5e5;
padding-block-start: 0;
letter-spacing: 0;
text-transform: capitalize;
text-align: left;
}
.rtl .sidebar > .widget .widget-title, .rtl .sidebar > .widget .widgettitle, .rtl .sidebar > .widget .widget-heading,
.rtl .goal-sidebar > .widget .widget-title,
.rtl .goal-sidebar > .widget .widgettitle,
.rtl .goal-sidebar > .widget .widget-heading {
text-align: right;
}
@media (min-width: 1200px) {
.sidebar > .widget .widget-title, .sidebar > .widget .widgettitle, .sidebar > .widget .widget-heading,
.goal-sidebar > .widget .widget-title,
.goal-sidebar > .widget .widgettitle,
.goal-sidebar > .widget .widget-heading {
font-size: 22px;
}
}
.sidebar > .widget .widget-content,
.goal-sidebar > .widget .widget-content {
list-style: none;
margin: 0;
text-align: left;
display: inline-block;
width: 100%;
}
.rtl .sidebar > .widget .widget-content,
.rtl .goal-sidebar > .widget .widget-content {
text-align: right;
}
.sidebar > .widget .widget-content.widget-search .input-group,
.goal-sidebar > .widget .widget-content.widget-search .input-group {
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
overflow: hidden;
}
.sidebar > .widget .wc-block-product-categories,
.goal-sidebar > .widget .wc-block-product-categories {
margin-bottom: 0;
}
.sidebar .goal-products-list,
.goal-sidebar .goal-products-list {
border-style: solid;
border-color: #e5e5e5;
border-width: 0 1px 1px;
}
.sidebar .goal-products-list .product-block,
.goal-sidebar .goal-products-list .product-block {
padding: 20px;
margin: 0;
}
.sidebar .row.instagram-pics,
.goal-sidebar .row.instagram-pics {
margin-left: -6px;
margin-right: -6px;
}
.sidebar .row.instagram-pics > [class*=col-md],
.goal-sidebar .row.instagram-pics > [class*=col-md] {
padding-left: 6px;
padding-right: 6px;
margin-bottom: 12px;
}
.sidebar .widget_goal_single_image,
.goal-sidebar .widget_goal_single_image {
margin-bottom: 30px;
}
.woocommerce .products ul, .woocommerce ul.products {
padding: 20px 0 0;
}
#goal-topbar .info-topbar .textwidget > span {
padding-right: 10px;
margin-right: 10px;
float: left;
border-right: 1px solid #e5e5e5;
}
.rtl #goal-topbar .info-topbar .textwidget > span {
padding-left: 10px;
padding-right: inherit;
}
.rtl #goal-topbar .info-topbar .textwidget > span {
margin-left: 10px;
margin-right: inherit;
}
.rtl #goal-topbar .info-topbar .textwidget > span {
float: right;
}
.rtl #goal-topbar .info-topbar .textwidget > span {
border-left: 1px solid #e5e5e5;
border-right: inherit;
}
#goal-topbar .info-topbar .textwidget > span:last-child {
border: 0;
}
#goal-topbar .info-topbar .fa {
margin-right: 8px;
}
.rtl #goal-topbar .info-topbar .fa {
margin-left: 8px;
margin-right: inherit;
}
.goal-footer {
line-height: 30px;
}
.goal-footer .widget-title, .goal-footer .widgettitle, .goal-footer .widget-heading {
color: #fff;
}
.goal-footer .widget-features-box.style3 .title {
text-transform: uppercase;
color: #fff;
font-size: 13px;
margin: 0;
}
.goal-footer .widget-features-box.style3 .description {
color: #f0c429;
font-size: 15px;
font-weight: 700;
line-height: 20px;
}
@media (min-width: 991px) {
.goal-footer .widget-features-box.style3 .description {
font-size: 22px;
}
}
.goal-footer .widget-features-box.style3 .features-box-image {
width: 60px;
padding-right: 15px;
}
.goal-footer .widget-features-box.style3 .features-box-content {
width: calc(100% - 60px);
}
.goal-footer .widget-features-box.style3 .item .item-inner {
background-color: transparent;
border: 0;
padding: 0;
}
.goal-footer .widget-nav-menu .menu li {
margin: 0 0 5px;
position: relative;
}
.goal-footer .widget-social.st_small .social a {
color: #707070;
}
.goal-footer ul, .goal-footer li {
list-style: none;
padding: 0;
margin: 0;
}
.goal-footer p {
margin: 0;
}
.goal-footer .wpb_button, .goal-footer .wpb_content_element, .goal-footer ul.wpb_thumbnails-fluid > li {
margin-bottom: 20px;
}
.goal-footer .widget-mailchimp .title {
margin-right: 20px;
margin-top: 0;
margin-bottom: 30px;
font-size: 16px;
font-weight: 700;
letter-spacing: 0.01em;
}
.goal-footer.dark {
background: #000000;
color: #999999;
}
.goal-footer.dark .widget-title, .goal-footer.dark .widgettitle, .goal-footer.dark .widget-heading {
color: #fff;
}
.goal-footer.dark a {
color: #999999;
}
.goal-footer.dark a:hover, .goal-footer.dark a:focus {
color: #fff;
}
.goal-copyright .wpb_content_element,
.goal-copyright .widget {
margin-bottom: 0 !important;
}
.goal-copyright .menu li {
display: inline-block;
margin-right: 10px;
margin-bottom: 0;
}
.rtl .goal-copyright .menu li {
margin-left: 10px;
margin-right: inherit;
}
.goal-copyright .menu li:last-child {
margin: 0;
} .btn, .viewmore-products-btn {
outline: none !important;
}
.btn-outline-light {
color: #FFFFFF;
background-color: transparent;
border-color: #FFFFFF;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
color: #282828;
background-color: #FFFFFF;
border-color: #282828;
}
.open .btn-outline-light.dropdown-toggle {
color: #282828;
background-color: #FFFFFF;
border-color: #282828;
}
.btn-outline-light:active, .btn-outline-light.active {
background-image: none;
}
.open .btn-outline-light.dropdown-toggle {
background-image: none;
}
.btn-outline-light.disabled, .btn-outline-light.disabled:hover, .btn-outline-light.disabled:focus, .btn-outline-light.disabled:active, .btn-outline-light.disabled.active, .btn-outline-light[disabled], .btn-outline-light[disabled]:hover, .btn-outline-light[disabled]:focus, .btn-outline-light[disabled]:active, .btn-outline-light[disabled].active, fieldset[disabled] .btn-outline-light, fieldset[disabled] .btn-outline-light:hover, fieldset[disabled] .btn-outline-light:focus, fieldset[disabled] .btn-outline-light:active, fieldset[disabled] .btn-outline-light.active {
background-color: transparent;
border-color: #FFFFFF;
}
.btn-outline-light .badge {
color: transparent;
background-color: #FFFFFF;
}
.btn-outline.btn-default {
background: transparent;
border-color: #fff;
color: #fff;
}
.btn-outline.btn-default:hover {
color: #f0c429;
border-color: #fff;
background: #fff;
}
.btn-outline.btn-primary {
background: transparent;
border-color: #282828;
color: #282828;
}
.btn-outline.btn-primary:hover {
color: #fff;
border-color: #282828;
background: #282828;
}
.btn-outline.btn-success {
background: transparent;
border-color: #5cb85c;
color: #5cb85c;
}
.btn-outline.btn-success:hover {
color: #FFFFFF;
border-color: #5cb85c;
background: #5cb85c;
}
.btn-outline.btn-info {
background: transparent;
border-color: #5bc0de;
color: #5bc0de;
}
.btn-outline.btn-info:hover {
color: #FFFFFF;
border-color: #5bc0de;
background: #5bc0de;
}
.btn-outline.btn-danger {
background: transparent;
border-color: #e44343;
color: #e44343;
}
.btn-outline.btn-danger:hover {
color: #FFFFFF;
border-color: #e44343;
background: #e44343;
}
.btn-outline.btn-warning {
background: transparent;
border-color: #f0ad4e;
color: #f0ad4e;
}
.btn-outline.btn-warning:hover {
color: #FFFFFF;
border-color: #f0ad4e;
background: #f0ad4e;
}
.btn-inverse.btn-primary:hover {
color: #282828;
background: #FFFFFF;
}
.btn-inverse.btn-success:hover {
color: #5cb85c;
background: #FFFFFF;
}
.btn-inverse.btn-info:hover {
color: #5bc0de;
background: #FFFFFF;
}
.btn-inverse.btn-danger:hover {
color: #e44343;
background: #FFFFFF;
}
.btn-inverse.btn-warning:hover {
color: #f0ad4e;
background: #FFFFFF;
}
.btn-inverse.btn-theme:hover, .btn-inverse.viewmore-products-btn:hover {
color: #f0c429;
background: #FFFFFF;
}
.btn-compare.btn-outline {
color: #4c4c4c;
background: #fff;
border: 1px solid #e9e9e9;
height: 45px;
}
.btn-compare.btn-outline:hover, .btn-compare.btn-outline:active {
color: #fff;
background: #4c4c4c;
border-color: #4c4c4c;
}
.reamore {
font-size: 14px;
font-weight: 500;
color: #f0c429 !important;
text-transform: none;
padding: 0 0 4px;
border-bottom: 2px solid #f0c429;
}
.reamore i {
margin-left: 8px;
}
.rtl .reamore i {
margin-right: 8px;
margin-left: inherit;
}
.goal-loadmore-btn {
display: inline-block;
font-size: 13px;
font-weight: 700;
background: #f0c429;
color: #2b2b2b;
text-transform: capitalize;
letter-spacing: 0;
transition: all 0.2s ease-in-out 0s;
padding: 10px 30px;
transition: all 0.2s ease-in-out 0s;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
border: 1px solid #2b2b2b;
}
.goal-loadmore-btn:hover, .goal-loadmore-btn:active {
color: #fff;
background: #282828;
}
.viewmore-products-btn {
position: relative;
}
.viewmore-products-btn:before {
content: "";
position: absolute;
top: -2px;
left: -2px;
width: calc(100% + 4px);
height: calc(100% + 4px);
z-index: 2;
opacity: 0;
filter: alpha(opacity=0);
background: rgba(255, 255, 255, 0.9) url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/images/loading-quick.gif) no-repeat scroll center center/20px auto;
}
.viewmore-products-btn.loading:before {
opacity: 1;
filter: alpha(opacity=100);
}
button:focus,
.btn:focus,
.viewmore-products-btn:focus {
outline: none !important;
box-shadow: none !important;
}
.btn-link {
color: #f0c429;
font-size: 14px;
font-weight: normal;
text-transform: none;
}
.btn-link:hover, .btn-link:active {
text-decoration: underline;
}
.radius-0 {
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
}
.radius-circle {
border-radius: 100px !important;
-webkit-border-radius: 100px !important;
-moz-border-radius: 100px !important;
-ms-border-radius: 100px !important;
-o-border-radius: 100px !important;
}
.btn-3d {
box-shadow: 0 0 10px 0 rgba(240, 196, 41, 0.8);
}
.read-more {
font-size: 12px;
font-weight: 600;
text-transform: none;
color: #f0c429;
}
.btn-white {
background: #fff;
color: #2b2b2b;
border-color: #fff;
}
.btn-white:active, .btn-white:hover {
color: #f0c429;
background: #f2f2f2;
border-color: #f2f2f2;
}
.btn-white.btn-br-white {
background: #fff;
color: #2b2b2b;
border-color: #fff;
}
.btn-white.btn-br-white:active, .btn-white.btn-br-white:hover {
color: #2b2b2b;
background: #d9d9d9;
border-color: #d9d9d9;
}
.btn-gradient {
border: none !important;
overflow: hidden;
color: #fff;
background-color: #f0c429;
border-color: #f0c429;
background-image: linear-gradient(to right, #f0c429 0%, #f0c429 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF0C429", endColorstr="#FFF0C429", GradientType=1);
position: relative;
transition: all 0.3s ease-in-out 0s;
padding: 12px 30px;
}
.btn-gradient:hover, .btn-gradient:focus, .btn-gradient:active, .btn-gradient.active, .open > .btn-gradient.dropdown-toggle {
color: #fff;
background-color: #d7ab0f;
border-color: #d7ab0f;
}
.btn-gradient:active, .btn-gradient.active, .open > .btn-gradient.dropdown-toggle {
background-image: none;
}
.btn-gradient.disabled, .btn-gradient.disabled:hover, .btn-gradient.disabled:focus, .btn-gradient.disabled:active, .btn-gradient.disabled.active, .btn-gradient[disabled], .btn-gradient[disabled]:hover, .btn-gradient[disabled]:focus, .btn-gradient[disabled]:active, .btn-gradient[disabled].active, fieldset[disabled] .btn-gradient, fieldset[disabled] .btn-gradient:hover, fieldset[disabled] .btn-gradient:focus, fieldset[disabled] .btn-gradient:active, fieldset[disabled] .btn-gradient.active {
background-color: #f0c429;
border-color: #f0c429;
}
.btn-gradient .badge {
color: #f0c429;
background-color: #fff;
}
.btn-gradient:before {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
opacity: 0;
filter: alpha(opacity=0);
background-image: linear-gradient(to right, #d7ab0f 0%, #d7ab0f 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFD7AB0F", endColorstr="#FFD7AB0F", GradientType=1);
transition: opacity 0.5s ease-out;
}
.btn-gradient > * {
position: relative;
z-index: 2;
}
.btn-gradient:hover, .btn-gradient:active {
color: #fff !important;
background-image: linear-gradient(to right, #f0c429 0%, #f0c429 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF0C429", endColorstr="#FFF0C429", GradientType=1);
}
.btn-gradient:hover:before, .btn-gradient:active:before {
background-image: linear-gradient(to right, #d7ab0f 0%, #d7ab0f 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFD7AB0F", endColorstr="#FFD7AB0F", GradientType=1);
transition: opacity 0.5s ease-out;
}
.btn-gradient.btn-white {
color: #2b2b2b;
}
.btn-gradient.btn-white:before {
content: "";
border-radius: 25px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
-o-border-radius: 25px;
width: auto;
height: auto;
top: 2px;
right: 2px;
left: 2px;
bottom: 2px;
opacity: 1;
filter: alpha(opacity=100);
background: #fff;
}
.btn-gradient.btn-white:hover, .btn-gradient.btn-white:active {
color: #fff !important;
}
.btn-gradient.btn-white:hover:before, .btn-gradient.btn-white:active:before {
opacity: 0;
filter: alpha(opacity=0);
}
.btn-readmore {
color: #2b2b2b;
font-family: "Manrope", "Times New Roman", Times, serif !important;
font-size: 16px;
text-transform: none;
letter-spacing: 0;
position: relative;
padding-top: 0;
padding-bottom: 0;
padding-right: 40px;
padding-left: 0;
border: 0;
}
.rtl .btn-readmore {
padding-left: 40px;
padding-right: inherit;
}
.rtl .btn-readmore {
padding-right: 0;
padding-left: inherit;
}
.btn-readmore:hover, .btn-readmore:focus, .btn-readmore:active {
background-color: transparent;
color: #2b2b2b;
}
.btn-lighten {
border-color: #fff;
color: #fff;
background: transparent;
}
.btn-lighten:hover {
color: #fff;
background: transparent;
border-color: #fff;
}
.btn-outline.btn-white {
background: transparent;
color: #2b2b2b;
border-color: #f0c429;
}
.btn-outline.btn-white:active, .btn-outline.btn-white:hover {
color: #fff;
background: #f0c429;
border-color: #f0c429;
}
.btn-pink {
color: #fff;
background-color: #e3a3a2;
border-color: #e3a3a2;
}
.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active, .open > .btn-pink.dropdown-toggle {
color: #fff;
background-color: #d77c7b;
border-color: #d77c7b;
}
.btn-pink:active, .btn-pink.active, .open > .btn-pink.dropdown-toggle {
background-image: none;
}
.btn-pink.disabled, .btn-pink.disabled:hover, .btn-pink.disabled:focus, .btn-pink.disabled:active, .btn-pink.disabled.active, .btn-pink[disabled], .btn-pink[disabled]:hover, .btn-pink[disabled]:focus, .btn-pink[disabled]:active, .btn-pink[disabled].active, fieldset[disabled] .btn-pink, fieldset[disabled] .btn-pink:hover, fieldset[disabled] .btn-pink:focus, fieldset[disabled] .btn-pink:active, fieldset[disabled] .btn-pink.active {
background-color: #e3a3a2;
border-color: #e3a3a2;
}
.btn-pink .badge {
color: #e3a3a2;
background-color: #fff;
}
.btn-primary.btn-inverse:active, .btn-primary.btn-inverse:hover {
background: #fff !important;
color: #282828 !important;
border-color: #282828 !important;
}
.btn-shop {
border: 0;
padding-top: 8px;
padding-bottom: 8px;
padding-right: 40px;
padding-left: 20px;
}
.rtl .btn-shop {
padding-left: 40px;
padding-right: inherit;
}
.rtl .btn-shop {
padding-right: 20px;
padding-left: inherit;
}
.btn-shop:before, .btn-shop:after {
right: 15px;
top: 5px;
padding-right: 1px;
}
.rtl .btn-shop:before, .rtl .btn-shop:after {
left: 15px;
right: auto;
}
.btn-shop:before {
right: 20px;
opacity: 0;
filter: alpha(opacity=0);
}
.rtl .btn-shop:before {
left: 20px;
right: auto;
}
.btn-shop:hover:before {
right: 15px;
opacity: 1;
filter: alpha(opacity=100);
}
.rtl .btn-shop:hover:before {
left: 15px;
right: auto;
}
.btn-shop:hover:after {
opacity: 0;
filter: alpha(opacity=0);
right: -20px;
}
.rtl .btn-shop:hover:after {
left: -20px;
right: auto;
}
.rev-btn {
display: inline-flex !important;
}
.btn-theme, .viewmore-products-btn, a.btn-theme, a.elementor-button, .rev-btn {
overflow: hidden;
border: 1px solid #2b2b2b;
position: relative;
color: #2b2b2b;
background-color: #f0c429;
}
.btn-theme i, .viewmore-products-btn i, .btn-theme .elementor-button-icon, .viewmore-products-btn .elementor-button-icon, a.btn-theme i, a.btn-theme .elementor-button-icon, a.elementor-button i, a.elementor-button .elementor-button-icon, .rev-btn i, .rev-btn .elementor-button-icon {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
position: relative;
overflow: hidden;
margin-left: 0;
font-size: 18px;
}
.btn-theme-second, a.btn-theme-second {
overflow: hidden;
border: 1px solid #2b2b2b;
position: relative;
color: #fff;
background-color: #2b2b2b;
}
.btn-theme-second i, a.btn-theme-second i {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
position: relative;
overflow: hidden;
margin-left: 0;
}
.btn-dark {
color: #fff;
background-color: #282828;
border-color: #282828;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
color: #fff;
background-color: #0f0f0f;
border-color: #0f0f0f;
}
.btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
background-image: none;
}
.btn-dark.disabled, .btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled:active, .btn-dark.disabled.active, .btn-dark[disabled], .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled]:active, .btn-dark[disabled].active, fieldset[disabled] .btn-dark, fieldset[disabled] .btn-dark:hover, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark:active, fieldset[disabled] .btn-dark.active {
background-color: #282828;
border-color: #282828;
}
.btn-dark .badge {
color: #282828;
background-color: #fff;
}
.btn-dark:focus, .btn-dark:hover {
color: #fff !important;
}
.btn-block {
background-color: #2b2b2b;
border-color: #2b2b2b;
overflow: hidden;
color: #fff;
}
.btn-block:focus, .btn-block:hover {
color: #2b2b2b;
background-color: #f0c429;
}
.btn-theme.btn-outline, .btn-outline.viewmore-products-btn {
color: #fff;
border-color: #fff;
background: transparent;
}
.btn-theme.btn-outline:hover, .btn-outline.viewmore-products-btn:hover, .btn-theme.btn-outline:active, .btn-outline.viewmore-products-btn:active {
color: #fff;
background: #f0c429;
border-color: #f0c429;
}
.more-link {
color: #f0c429;
display: inline-block;
font-weight: normal;
margin: 10px 0;
text-transform: capitalize;
}
.more-link:hover {
text-decoration: none;
}
.btn-shaded-sm {
position: relative;
}
.btn-shaded-sm:before {
content: "";
position: absolute;
top: 0px;
left: 0px;
border-width: 20px 10px;
border-style: solid;
border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
} .search-popup .dropdown-menu {
padding: 10px;
}
.btn-action {
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
cursor: pointer;
display: inline-block;
font-size: 11px;
font-weight: 900;
line-height: 30px;
margin-bottom: 0;
padding: 0px 10px;
text-align: center;
text-transform: none;
transition: all 0.4s ease 0s;
vertical-align: middle;
white-space: nowrap;
}
.searchform .input-search {
padding: 15px;
border-right: 0;
line-height: 1.5;
}
.rtl .searchform .input-search {
border-left: 0;
border-right: inherit;
}
.searchform .btn-search {
vertical-align: top;
color: #adafac;
padding: 12px 8px;
}
.searchform .input-group-btn {
line-height: 100%;
}
.search-category .btn, .search-category .viewmore-products-btn {
margin-left: 10px !important;
border-radius: 0px !important;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
-ms-border-radius: 0px !important;
-o-border-radius: 0px !important;
}
.rtl .search-category .btn, .rtl .search-category .viewmore-products-btn {
margin-right: 10px !important;
margin-left: inherit;
}
.search-category .wpo-search-inner label.form-control {
border: none;
border-bottom-right-radius: 0px;
border-top-right-radius: 0px;
}
.search-category select {
border: none;
text-transform: capitalize;
font-weight: 500;
} .chosen-container {
width: 100% !important;
}
.input-group-form {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
background: transparent;
margin: 0 0 5px 0;
}
.input-group-form .form-control-reversed {
border: 0px;
background: #222222;
color: #cccccc;
font-size: 14px;
height: 34px;
}
.input-group-form .form-control-reversed:hover, .input-group-form .form-control-reversed:focus {
box-shadow: none;
}
.input-group-form .input-group-addon {
border: 0;
background: #222222;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-banner {
position: relative;
display: inline-block;
color: #fff;
padding: 0 0 4px;
font-weight: 500;
text-transform: none;
background-color: #2b2b2b;
line-height: 1.2;
}
.btn-banner:hover, .btn-banner:focus {
background-color: #f0c429;
color: #fff;
}
.btn-banner.st-white {
color: #2b2b2b !important;
background-color: #fff !important;
}
.btn-banner.st-white:hover, .btn-banner.st-white:focus {
background-color: #f0c429 !important;
color: #fff !important;
}
.btn-banner.st-theme {
padding-bottom: 0;
font-size: 14px;
color: #2b2b2b;
background-color: transparent;
}
.btn-banner.st-theme:before {
content: "";
position: absolute;
top: 100%;
margin-top: 0;
height: 1px;
background-color: #2b2b2b;
width: 100%;
left: 50%;
transition: transform 0.5s cubic-bezier(0.28, 0, 0.18, 1) 0.2s;
transform: translateX(-50%) scaleX(1);
}
.btn-banner.st-theme:hover, .btn-banner.st-theme:focus {
background-color: transparent;
}
.btn-banner.st-theme:hover:before, .btn-banner.st-theme:focus:before {
transform: translateX(-50%) scaleX(0);
transition: transform 0.5s cubic-bezier(0.28, 0, 0.18, 1);
}
.btn-banner.st-small {
padding-bottom: 0;
font-size: 12px;
}  .wrapper-container {
position: relative;
}
.wrapper-large {
max-width: 1770px;
margin: auto;
float: none;
}
.goal-topbar {
padding: 12px 0px;
margin: 0 !important;
background: #f2f3f5;
color: #707070;
font-size: 12px;
}
.goal-topbar a {
color: #707070;
}
.goal-topbar a:active, .goal-topbar a:hover {
color: #f0c429;
}
.goal-topbar .dropdown-menu a {
color: #2b2b2b;
}
.goal-topbar .dropdown-menu a:active, .goal-topbar .dropdown-menu a:hover {
color: #f0c429;
}
.goal-topbar .topbar-left .item {
display: inline-block;
}
.goal-topbar .topbar-left .item + .item {
margin-left: 40px;
}
.rtl .goal-topbar .topbar-left .item + .item {
margin-right: 40px;
margin-left: inherit;
}
.goal-topbar .topbar-right {
margin-top: 5px;
line-height: 1;
}
.goal-topbar .topbar-right > * {
float: right;
padding-left: 30px;
margin-left: 20px !important;
border-left: 1px solid #dcdcdc;
}
.rtl .goal-topbar .topbar-right > * {
float: left;
}
.rtl .goal-topbar .topbar-right > * {
padding-right: 30px;
padding-left: inherit;
}
.rtl .goal-topbar .topbar-right > * {
margin-right: 20px !important;
margin-left: inherit;
}
.rtl .goal-topbar .topbar-right > * {
border-right: 1px solid #dcdcdc;
border-left: inherit;
}
.goal-topbar .topbar-right > *:last-child {
border: none;
padding: 0;
margin: 0;
}
.goal-topbar .topbar-right .woocommerce-currency-switcher-form .dd-selected {
padding: 0 !important;
}
.goal-topbar .wrapper-account {
margin-right: 25px;
}
.rtl .goal-topbar .wrapper-account {
margin-left: 25px;
margin-right: inherit;
}
.goal-topbar .drop-dow {
font-size: 16px;
line-height: 1;
color: #2b2b2b;
}
.goal-topbar .drop-dow:hover, .goal-topbar .drop-dow:active {
color: #f0c429;
} .goal-topbar .widget {
margin: 0;
}
.topbar-right-inner > * {
display: inline-block;
vertical-align: middle;
}
.mm-menu .wpml-ls-legacy-dropdown a,
.topbar-right-inner .wpml-ls-legacy-dropdown a {
border: none !important;
padding-top: 0;
padding-bottom: 2px;
background: transparent !important;
}
.mm-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.topbar-right-inner .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
background: #fff;
border: none;
padding: 5px 0;
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.mm-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,
.topbar-right-inner .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
padding: 5px 10px;
}
.mm-menu .wpml-ls-legacy-dropdown,
.topbar-right-inner .wpml-ls-legacy-dropdown {
width: auto;
}
.mm-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.topbar-right-inner .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
min-width: 140px;
}
.topbar-right {
text-align: right;
}
.rtl .topbar-right {
text-align: left;
}
.topbar-right .elementor-widget:not(.elementor-widget-spacer) {
line-height: 1.4;
position: relative;
vertical-align: middle;
display: inline-block;
padding-left: 18px;
margin-left: 18px;
border-left: 1px solid #e5e5e5;
width: auto;
}
.rtl .topbar-right .elementor-widget:not(.elementor-widget-spacer) {
padding-right: 18px;
padding-left: inherit;
}
.rtl .topbar-right .elementor-widget:not(.elementor-widget-spacer) {
margin-right: 18px;
margin-left: inherit;
}
.rtl .topbar-right .elementor-widget:not(.elementor-widget-spacer) {
border-right: 1px solid #e5e5e5;
border-left: inherit;
}
.topbar-right .elementor-widget:not(.elementor-widget-spacer):first-child {
margin: 0;
padding: 0;
border: 0;
}
.topbar-right .top-wrapper-menu .login i,
.topbar-right .top-wrapper-menu .drop-dow i {
font-size: 14px;
}
.topbar-right .language-wrapper .dropdown-menu-right {
right: -20px;
}
.header-right {
text-align: right;
}
.rtl .header-right {
text-align: left;
}
.header-right .elementor-widget:not(.elementor-widget-spacer) {
position: relative;
display: inline-block;
margin-left: 15px;
max-width: 75%;
vertical-align: middle;
width: auto;
}
.rtl .header-right .elementor-widget:not(.elementor-widget-spacer) {
margin-right: 15px;
margin-left: inherit;
}
.header-right .elementor-widget:not(.elementor-widget-spacer):first-child {
margin: 0;
} .logo img {
vertical-align: middle;
width: 120px;
}
@media (min-width: 1200px) {
.logo img {
width: 150px;
}
}
.logo.logo-two img {
vertical-align: middle;
width: 90px;
}
@media (min-width: 1200px) {
.logo.logo-two img {
width: 90px;
}
}
.show-search-header {
line-height: 1;
transition: all 0.2s ease-in-out 0s;
color: #2b2b2b;
display: inline-block;
cursor: pointer;
}
.show-search-header i {
font-size: 24px;
}
.top-wrapper-menu {
position: relative;
}
.top-wrapper-menu .login i,
.top-wrapper-menu .drop-dow i,
.top-wrapper-menu .account-icon i,
.top-wrapper-menu .show-search-header i {
font-size: 24px;
cursor: pointer;
}
.top-wrapper-menu .login i {
margin-right: 0;
}
.rtl .top-wrapper-menu .login i {
margin-left: 0;
margin-right: inherit;
}
.top-wrapper-menu.top-wrapper-menu-left .inner-top-menu {
left: 0;
right: auto;
}
.rtl .top-wrapper-menu.top-wrapper-menu-left .inner-top-menu {
right: 0;
left: auto;
}
.top-wrapper-menu .inner-top-menu {
margin-top: 0;
padding: 10px 25px;
position: absolute;
top: 100%;
right: 0;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
transition: all 0.3s ease-in-out 0s;
transform: translateY(10px);
text-align: left;
min-width: 160px;
z-index: 9;
}
.rtl .top-wrapper-menu .inner-top-menu {
left: 0;
right: auto;
}
.rtl .top-wrapper-menu .inner-top-menu {
text-align: right;
}
.top-wrapper-menu:hover .inner-top-menu {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
transform: translateY(0px);
background: #fff;
box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.15);
}
.top-wrapper-menu .header_customer_login {
margin-top: 10px;
position: absolute;
top: 100%;
right: 0;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
transition: all 0.3s ease-in-out 0s;
min-width: 320px;
z-index: 9;
}
.rtl .top-wrapper-menu .header_customer_login {
left: 0;
right: auto;
}
.top-wrapper-menu:hover .header_customer_login {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
transform: translateY(0px);
background: #fff;
box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.15);
}
.top-wrapper-menu.goal-search-form .inner-top-menu {
min-width: 300px;
}
.header_customer_login {
padding: 30px;
}
.header_customer_login .title {
margin: 0 0 10px;
font-size: 25px;
}
.header_customer_login .topmenu-menu {
margin: 0 auto;
display: inline-flex;
text-align: center;
justify-content: center;
}
.header_customer_login .topmenu-menu > li {
display: inline-flex;
padding: 0 10px;
}
.header-left [class*=icon] {
font-size: 16px;
}
.header-left .btn-search-top {
margin-top: 4px;
}
.header-left .icon-menu-top [class*=icon] {
font-size: 30px;
}
.header-left > div {
margin-right: 22px;
}
.rtl .header-left > div {
margin-left: 22px;
margin-right: inherit;
}
.header-left > div:last-child {
margin-right: 0px;
}
.rtl .header-left > div:last-child {
margin-left: 0px;
margin-right: inherit;
}
.header-right .wishlist-icon i {
font-size: 24px;
}
.header-right [class*=icon] {
font-size: 24px;
}
.header-right > div {
margin-left: 20px;
line-height: 1;
}
.rtl .header-right > div {
margin-right: 20px;
margin-left: inherit;
}
.header-right > div:last-child {
margin-left: 0px;
}
.rtl .header-right > div:last-child {
margin-right: 0px;
margin-left: inherit;
}
.header-default {
background-color: #fff;
padding: 0;
}
.header-default .sticky-header {
padding: 15px 0;
}
@media (min-width: 1200px) {
.header-default .megamenu > li {
margin-right: 0;
}
.rtl .header-default .megamenu > li {
margin-left: 0;
margin-right: inherit;
}
}
.header-default .megamenu > li:last-child {
margin-right: 0px;
}
.rtl .header-default .megamenu > li:last-child {
margin-left: 0px;
margin-right: inherit;
}
.header-default .header-right {
margin-left: auto;
}
.rtl .header-default .header-right {
margin-right: auto;
margin-left: inherit;
}
.header-default + #goal-main-content .wrapper-breads {
border: none;
}
body.home .home-page-default {
padding-top: 35px;
}
@media (min-width: 992px) {
body.home .home-page-default {
padding-top: 45px;
}
}
.header-mobile {
padding: 12px 0;
background: #fff;
border-bottom: 1px solid #2b2b2b;
}
.header-mobile .btn-showmenu {
font-size: 20px;
padding: 0;
background-color: transparent;
background-image: none;
line-height: 1;
border: 0;
border-radius: 0;
}
.header-mobile .btn-showmenu:before {
display: none;
}
.header-mobile > .btn-offcanvas {
position: absolute;
top: 3px;
left: 3px;
z-index: 1;
}
.header-mobile .btn.dropdown-toggle, .header-mobile .dropdown-toggle.viewmore-products-btn,
.header-mobile .btn.offcanvas,
.header-mobile .offcanvas.viewmore-products-btn {
border: none;
padding: 0;
font-size: 18px;
color: #000;
background: transparent;
}
.header-mobile .btn.dropdown-toggle:hover, .header-mobile .dropdown-toggle.viewmore-products-btn:hover, .header-mobile .btn.dropdown-toggle:active, .header-mobile .dropdown-toggle.viewmore-products-btn:active, .header-mobile .btn.dropdown-toggle:focus, .header-mobile .dropdown-toggle.viewmore-products-btn:focus,
.header-mobile .btn.offcanvas:hover,
.header-mobile .offcanvas.viewmore-products-btn:hover,
.header-mobile .btn.offcanvas:active,
.header-mobile .offcanvas.viewmore-products-btn:active,
.header-mobile .btn.offcanvas:focus,
.header-mobile .offcanvas.viewmore-products-btn:focus {
color: #f0c429;
background: transparent;
}
.header-mobile .goal-search-form {
min-width: 300px;
}
.header-mobile .goal-search-form .select-category {
display: none;
}
.header-mobile .goal-search-form form {
border: none;
}
.header-mobile .goal-search-form form .form-control {
border: 1px solid #e5e5e5;
}
.header-mobile .top-cart {
margin-right: 5px;
}
.rtl .header-mobile .top-cart {
margin-left: 5px;
margin-right: inherit;
}
.header-mobile .total-minicart {
display: none;
}
.header-mobile .search-mobile {
padding: 10px 0;
}
.header-mobile .box-right {
margin-left: 15px;
}
.rtl .header-mobile .box-right {
margin-right: 15px;
margin-left: inherit;
}
.header-mobile .goal-search-form .tt-menu a.media {
padding: 12px;
}
.table-visiable {
display: table;
width: 100%;
}
.table-visiable > div {
float: none;
display: table-cell;
vertical-align: middle;
}
@media (min-width: 992px) {
.table-visiable-dk {
display: table;
width: 100%;
}
.table-visiable-dk > div {
float: none;
display: table-cell;
vertical-align: middle;
}
}
.sticky-header {
position: fixed !important;
background: #fff;
top: 0;
left: 0;
width: 100%;
z-index: 100;
transition: all 0.3s ease 0s;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.sticky-header.sticky-header-hidden {
transform: translateY(-110%);
}
.sticky-header .vertical-wrapper.show-always .content-vertical {
visibility: hidden;
opacity: 0;
filter: alpha(opacity=0);
transition: all 0.3s ease-in-out 0s;
}
.sticky-header .vertical-wrapper.show-always:hover .content-vertical {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
}
.header_transparent .goal-header {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 99;
}
.header_transparent .goal-header.no-sticky .elementor-section,
.header_transparent .goal-header .main-sticky-header:not(.sticky-header) .elementor-section {
background-color: transparent !important;
}
.header_transparent .goal-header .elementor-element:not(.no-transparent) {
background: transparent !important;
box-shadow: none !important;
}
.goal-header {
z-index: 10;
position: relative;
font-size: 14px;
}
.goal-header .show-main-menu {
font-size: 30px;
line-height: 1;
color: #2b2b2b;
}
.goal-header .show-main-menu:hover, .goal-header .show-main-menu:focus, .goal-header .show-main-menu.active {
color: #f0c429;
}
.goal-header .custom-text strong {
color: #f0c429;
}
.goal-header .item-inner-features {
display: flex;
justify-content: start;
align-content: center;
align-items: center;
}
.goal-header .item-inner-features.style1 .features-box-image {
margin-right: 5px;
}
.rtl .goal-header .item-inner-features.style1 .features-box-image {
margin-left: 5px;
margin-right: inherit;
}
@media (min-width: 1200px) {
.goal-header .item-inner-features.style1 .features-box-image {
margin-right: 8px;
}
.rtl .goal-header .item-inner-features.style1 .features-box-image {
margin-left: 8px;
margin-right: inherit;
}
}
.header-button-woo > div {
margin-left: 20px;
}
.rtl .header-button-woo > div {
margin-right: 20px;
margin-left: inherit;
}
.header-button-woo > div:last-child {
margin-left: 0;
}
.rtl .header-button-woo > div:last-child {
margin-right: 0;
margin-left: inherit;
}
.header-sidebar {
position: fixed;
width: 100px;
z-index: 91;
left: 0;
top: 0;
min-height: 100vh;
background: #000;
color: #fff;
}
.header-sidebar a {
color: #fff;
}
.header-sidebar a:hover, .header-sidebar a:active {
color: #f0c429;
}
.header-sidebar .show-main-menu {
width: 100px;
height: 100px;
line-height: 100px;
border-width: 0 0 1px;
border-color: #e5e5e5;
color: #fff;
background: #000000;
}
.header-sidebar .goal-topcart {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 20px 0;
border-top: 1px solid #333333;
}
.header-sidebar .goal-topcart .count {
color: #fff;
font-size: 12px;
text-transform: uppercase;
}
.header-sidebar .goal-topcart .dropdown-menu {
bottom: 0;
top: inherit;
left: 100%;
}
.header-sidebar .service {
color: #999999;
white-space: nowrap;
position: absolute;
top: 50%;
z-index: 9;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 14px;
left: 50px;
transform: rotate(-90deg);
transform-origin: 0 11px;
}
.header-sidebar .service > * {
transform: translateX(-50%);
}
.header-sidebar .service p {
margin: 0;
}
.over-dark {
cursor: not-allowed;
display: none;
position: fixed;
top: 0;
right: 0;
z-index: 99;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
}
.rtl .over-dark {
left: 0;
right: auto;
}
.over-dark.active {
display: block;
}
.menu-center .navbar-nav.megamenu {
float: none;
text-align: center;
} .goal-breadcrumb {
background: #fff;
padding-top: 20px;
padding-bottom: 20px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
margin: 0 0 30px;
text-align: left;
font-size: 16px;
}
.goal-breadcrumb .breadcrumb-title {
color: #ccc;
margin: 0;
font-weight: 300;
font-size: 48px;
}
.goal-breadcrumb nav {
text-align: left;
line-height: 30px;
}
.rtl .goal-breadcrumb nav {
text-align: right;
}
.goal-breadcrumb nav a {
color: #000;
} .goal-mainbody {
background: transparent;
padding-top: 0px;
padding-bottom: 0px;
} .goal-content {
background: #fff;
}
.goal-content:before, .goal-content:after {
content: " ";
display: table;
}
.goal-content:after {
clear: both;
} .navigation {
display: block;
clear: both;
}
.goal-pagination {
padding: 20px 0;
margin: 0;
text-align: center;
font-size: 16px;
}
.goal-pagination .page-numbers li,
.goal-pagination .pagination li {
display: inline-block;
vertical-align: middle;
margin: 0;
}
.goal-pagination .page-numbers li > span, .goal-pagination .page-numbers li > a,
.goal-pagination .pagination li > span,
.goal-pagination .pagination li > a {
text-align: center;
font-weight: 600;
font-size: 16px;
display: inline-flex;
align-items: center;
justify-content: center;
list-style: none;
flex-wrap: wrap;
width: 40px;
height: 40px;
color: #2b2b2b;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
transition: all 0.2s ease-in-out 0s;
margin-right: 5px;
vertical-align: top;
background-color: #fff;
border: 1px solid #2b2b2b;
}
.rtl .goal-pagination .page-numbers li > span, .rtl .goal-pagination .page-numbers li > a,
.rtl .goal-pagination .pagination li > span,
.rtl .goal-pagination .pagination li > a {
margin-left: 5px;
margin-right: inherit;
}
.goal-pagination .page-numbers li > span:hover, .goal-pagination .page-numbers li > span.current, .goal-pagination .page-numbers li > a:hover, .goal-pagination .page-numbers li > a.current,
.goal-pagination .pagination li > span:hover,
.goal-pagination .pagination li > span.current,
.goal-pagination .pagination li > a:hover,
.goal-pagination .pagination li > a.current {
background: #f0c429;
}
.goal-pagination > span, .goal-pagination > a {
text-align: center;
font-weight: 600;
font-size: 16px;
display: inline-flex;
align-items: center;
justify-content: center;
list-style: none;
flex-wrap: wrap;
width: 40px;
height: 40px;
color: #2b2b2b;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
transition: all 0.2s ease-in-out 0s;
margin-right: 5px;
vertical-align: top;
background-color: #fff;
border: 1px solid #2b2b2b;
}
.rtl .goal-pagination > span, .rtl .goal-pagination > a {
margin-left: 5px;
margin-right: inherit;
}
.goal-pagination > span:hover, .goal-pagination > span.current, .goal-pagination > a:hover, .goal-pagination > a.current {
background: #f0c429;
}
.goal-pagination ul.page-numbers {
margin: 0;
padding: 0;
list-style: none;
} .goal-footer-mobile {
display: none;
}
.goal-footer {
background: #fff;
position: relative;
color: #666;
font-size: 16px;
font-weight: 400;
}
.goal-footer .logo img {
vertical-align: middle;
width: 120px;
}
@media (min-width: 1200px) {
.goal-footer .logo img {
width: 140px;
}
}
.goal-footer .logo.logo-two img {
vertical-align: middle;
width: 90px;
}
.goal-footer a {
color: #f0c429;
}
.goal-footer a:hover, .goal-footer a:focus, .goal-footer a:active {
color: #aaa;
}
.goal-footer .widget-social .social a {
border-color: #aaa;
color: #aaa;
}
.goal-footer .footer-bottom .widget-nav-menu .widget-title,
.goal-footer .footer-bottom .elementor-heading-title {
font-size: 18px;
font-weight: 600;
}
.footer-default {
margin-top: 30px;
}
.goal-footer.full-medium {
margin-left: auto;
margin-right: auto;
max-width: 1600px;
} .goal-copyright {
color: #888888;
font-size: 18px;
font-weight: 400;
background: #ffffff;
padding-top: 30px;
padding-bottom: 30px;
position: relative;
}
.goal-copyright a {
color: #888888;
}
.goal-copyright a:hover, .goal-copyright a:focus, .goal-copyright a:active {
color: #f0c429;
}
.goal-copyright .widget-social {
text-align: right;
}
.rtl .goal-copyright .widget-social {
text-align: left;
}
.goal-copyright .widget-social a {
color: #888888;
}
.goal-copyright .widget-social a:hover {
color: #f0c429;
} .goal-offcanvas {
visibility: hidden;
opacity: 0;
filter: alpha(opacity=0);
transform: translateX(-100%);
transition: all 0.2s ease-in-out 0s;
position: fixed;
top: 0;
left: 0;
z-index: 100000;
width: 414px;
max-width: 85%;
background: #fff;
height: 100vh;
overflow-x: auto; display: flex;
flex-direction: column;
}
.goal-offcanvas .goal-offcanvas-body {
position: relative;
height: 100%;
display: -moz-flex;
display: flex;
flex-direction: column !important;
}
.goal-offcanvas .goal-offcanvas-body .header-mobile-bottom {
margin-top: auto !important;
}
.goal-offcanvas .offcanvas-bottom,
.goal-offcanvas .offcanvas-top {
height: 20%;
}
.goal-offcanvas .offcanvas-middle {
height: 60%;
padding: 20px 0;
overflow-x: hidden;
}
.goal-offcanvas.active {
transform: translateX(0);
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.15);
}
.goal-offcanvas .offcanvas-head {
background: #e44343;
cursor: pointer;
transition: all 0.2s ease-in-out 0s;
}
.goal-offcanvas .offcanvas-head:hover, .goal-offcanvas .offcanvas-head:active {
background: #d51f1f;
}
.goal-offcanvas .offcanvas-head i {
margin-right: 5px;
}
.rtl .goal-offcanvas .offcanvas-head i {
margin-left: 5px;
margin-right: inherit;
}
.goal-offcanvas .offcanvas-head a {
color: #fff;
}
.goal-offcanvas .logo-in-theme {
margin-bottom: 30px;
}
.goal-offcanvas .header-right > div {
margin-left: 30px;
}
.rtl .goal-offcanvas .header-right > div {
margin-right: 30px;
margin-left: inherit;
}
.goal-offcanvas .header-right > div:last-child {
margin-left: 0px;
}
.rtl .goal-offcanvas .header-right > div:last-child {
margin-right: 0px;
margin-left: inherit;
}
.goal-offcanvas .elementor-column {
width: 100% !important;
}
.goal-offcanvas .elementor-column .elementor-column-wrap, .goal-offcanvas .elementor-column .elementor-widget-wrap {
padding: 0 !important;
}
.goal-offcanvas .elementor-column .widget {
margin-bottom: 10px;
}
@media (max-width: 991px) {
.topbar-mobile {
padding: 10px;
}
.topbar-mobile .btn, .topbar-mobile .viewmore-products-btn {
margin-right: 10px;
padding: 6px 10px;
}
.rtl .topbar-mobile .btn, .rtl .topbar-mobile .viewmore-products-btn {
margin-left: 10px;
margin-right: inherit;
}
.topbar-mobile .top-cart .dropdown-menu {
left: 0;
right: inherit;
}
.topbar-mobile .top-cart .dropdown-menu:after, .topbar-mobile .top-cart .dropdown-menu:before {
display: none;
}
}
.open-text {
font-size: 26px;
color: #fff;
cursor: pointer;
padding: 6px 8px;
background: #5cb85c;
display: inline-block;
line-height: 1;
transition: all 0.2s ease-in-out 0s;
}
.open-text:hover, .open-text:active {
color: #fff;
background: #4cae4c;
}
#mobile-offcanvas-sidebar {
position: fixed;
z-index: 999;
top: 0px;
width: 270px;
height: 100%;
max-width: 80%;
background: #fff;
}
#mobile-offcanvas-sidebar.mobile-offcanvas-left {
left: 0;
transform: translateX(-100%);
}
#mobile-offcanvas-sidebar.mobile-offcanvas-left > .mobile-sidebar-btn {
left: 100%;
}
#mobile-offcanvas-sidebar.mobile-offcanvas-right {
right: 0;
transform: translateX(100%);
}
#mobile-offcanvas-sidebar.mobile-offcanvas-right > .mobile-sidebar-btn {
right: 100%;
}
#mobile-offcanvas-sidebar .mobile-sidebar-wrapper {
display: none;
height: 100%;
width: 100%;
padding: 0 15px;
}
#mobile-offcanvas-sidebar.active > .mobile-sidebar-wrapper {
display: block;
}
#mobile-offcanvas-sidebar > .mobile-sidebar-btn {
position: absolute;
top: 100px;
}
.mobile-sidebar-panel-overlay {
position: fixed;
top: 0;
left: 0;
z-index: -10;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.15);
opacity: 0;
filter: alpha(opacity=0);
transition: all 0.2s ease-in-out 0s;
}
.mobile-sidebar-panel-overlay.active {
opacity: 1;
filter: alpha(opacity=100);
z-index: 998;
cursor: not-allowed;
}
.goal-footer-mobile {
position: fixed;
z-index: 8;
background-color: rgb(255, 255, 255);
padding: 10px 20px;
bottom: 0;
left: 0;
width: 100%;
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}
.goal-footer-mobile .footer-search-mobile {
position: absolute;
z-index: 999;
left: 0;
top: -60px;
width: 100%;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
transition: all 0.2s ease-in-out 0s;
}
.goal-footer-mobile .footer-search-mobile.active {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
}
.goal-footer-mobile > ul {
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.goal-footer-mobile > ul > li {
text-transform: uppercase;
display: inline-block;
padding: 0 25px;
text-align: center;
position: relative;
}
.goal-footer-mobile > ul > li i {
font-size: 18px;
}
.goal-footer-mobile > ul > li span {
display: block;
font-size: 14px;
font-weight: 700;
line-height: 1;
}
.goal-footer-mobile > ul > li .wishlist-icon, .goal-footer-mobile > ul > li .mini-cart {
line-height: 1.7;
}
.goal-footer-mobile > ul > li .wrapper-morelink {
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
position: absolute;
right: 0;
bottom: 40px;
padding: 20px;
background: #fff;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.goal-footer-mobile > ul > li .wrapper-morelink .footer-morelink {
list-style: none;
padding: 0;
margin: 0;
font-size: 10px;
}
.goal-footer-mobile > ul > li .wrapper-morelink li {
padding: 3px 0;
white-space: nowrap;
display: block;
width: 100%;
text-align: left;
}
.rtl .goal-footer-mobile > ul > li .wrapper-morelink li {
text-align: right;
}
.goal-footer-mobile > ul > li .wrapper-morelink.active {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
}
.goal-footer-mobile .mini-cart i {
font-size: 16px;
}
.goal-footer-mobile .mini-cart .count {
top: 0;
left: 15px;
}
.rtl .goal-footer-mobile .mini-cart .count {
right: 15px;
left: auto;
}
.goal-footer-mobile .goal-search-form {
min-width: 300px;
padding: 10px 30px;
background: rgba(255, 255, 255, 0.9);
}
.goal-footer-mobile .goal-search-form .select-category {
display: none;
}
.goal-footer-mobile .goal-search-form form {
border: none;
margin: 0;
}
.goal-footer-mobile .goal-search-form form .form-control {
border: 1px solid #2b2b2b;
height: 44px;
}
.close-sidebar-btn,
.mobile-sidebar-btn {
cursor: pointer;
font-weight: 500;
margin-bottom: 10px;
font-size: 14px;
display: inline-block;
}
.mobile-sidebar-btn {
margin: 0 0 10px;
color: #f0c429;
position: fixed;
left: -1px;
z-index: 99;
font-size: 0;
background-color: #fff;
border: 1px solid #ddd;
padding: 15px;
top: 50%;
}
.mobile-sidebar-btn:hover {
text-decoration: underline;
}
.mobile-sidebar-btn i {
font-size: 20px;
}
.close-sidebar-btn:active, .close-sidebar-btn:hover {
color: #e44343;
}
.close-sidebar-btn {
padding-bottom: 10px;
margin-bottom: 15px;
border-bottom: 1px solid #e5e5e5;
width: 100%;
text-align: center;
}
@media (max-width: 991px) {
.sidebar {
transition: all 0.2s ease-in-out 0s;
z-index: 999;
top: 0px;
width: 300px;
height: 100%;
max-width: 80%;
background: #fff;
position: fixed;
padding: 15px;
}
.sidebar.sidebar-left {
left: 0;
transform: translateX(-100%);
}
.sidebar.sidebar-left.active {
transform: translateX(0);
}
.sidebar.sidebar-right {
right: 0;
transform: translateX(100%);
}
.sidebar.sidebar-right.active {
transform: translateX(0);
}
}
.goal-header .header-topbar, .goal-header .header-3 {
line-height: 30px;
font-weight: normal;
}
.goal-header .header-topbar p, .goal-header .header-3 p {
margin: 0;
}
.goal-header .header-topbar .top-info, .goal-header .header-3 .top-info {
line-height: inherit;
}
.goal-header .header-topbar .widget-features-box .list-vertical .item, .goal-header .header-3 .widget-features-box .list-vertical .item {
padding: 0;
}
.goal-header .header-topbar .widget-features-box .item-inner-features, .goal-header .header-3 .widget-features-box .item-inner-features {
padding: 0;
}
.goal-header .header-topbar .widget-features-box .item-inner-features .features-box-image, .goal-header .header-3 .widget-features-box .item-inner-features .features-box-image {
width: auto;
padding-right: 7px;
width: auto;
height: auto;
line-height: 1;
background-color: transparent;
margin: 0;
}
.rtl .goal-header .header-topbar .widget-features-box .item-inner-features .features-box-image, .rtl .goal-header .header-3 .widget-features-box .item-inner-features .features-box-image {
padding-left: 7px;
padding-right: inherit;
}
.goal-header .header-topbar .widget-features-box .item-inner-features .title, .goal-header .header-3 .widget-features-box .item-inner-features .title {
font-weight: 400;
margin: 0;
text-transform: none;
}
.goal-header .main-header {
padding: 0;
}
.goal-header .header-bottom {
line-height: 35px;
}
.goal-header .header-bottom p {
margin: 0;
}
.goal-header .header-bottom strong {
font-size: 16px;
}
.goal-header .header-bottom .phone {
display: flex;
align-items: center;
justify-content: flex-end;
}
.goal-header .header-bottom .phone .content {
position: relative;
line-height: 1.2;
}
.goal-header .header-bottom .phone .content:before {
position: absolute;
content: "\e69d";
font-family: "themify";
font-size: 30px;
left: -40px;
top: 0;
background: -webkit-linear-gradient(45deg, #f0c429, #2b2b2b);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
width: 100%;
}
.goal-header .header-bottom .phone .content .text {
font-size: 12px;
}
.goal-header .wrapper-topmenu:before {
content: "";
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 10px;
background: transparent;
z-index: 9;
}
.goal-header .wrapper-topmenu .dropdown-menu-right {
top: calc(100% + 10px);
}
.goal-topbar .wrapper-topmenu:hover > a {
color: #fff;
}
.wrapper-top-cart .overlay-dropdown-menu-right {
position: fixed;
transition: all 0.2s ease-in-out 0s;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
top: 0;
left: 0;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
z-index: 98;
}
.wrapper-top-cart .overlay-dropdown-menu-right.active {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.wrapper-top-cart > .dropdown-menu-right {
max-width: 70%;
display: -moz-flex;
display: flex;
flex-direction: column;
position: fixed;
z-index: 999;
transition: all 0.2s ease-in-out 0s;
top: 0;
right: 0;
background: #fff;
width: 420px;
height: 100%;
padding: 30px;
transform: translateX(100%);
}
.wrapper-top-cart > .dropdown-menu-right .widget_shopping_cart_heading {
display: -moz-flex;
display: flex;
flex: 0 0 auto;
-webkit-flex: 0 0 auto;
}
.wrapper-top-cart > .dropdown-menu-right .widget_shopping_cart_heading > h3 {
margin: 0 0 20px;
font-size: 22px;
padding: 0 0 20px;
border-bottom: 1px solid #e5e5e5;
width: 100%;
cursor: pointer;
color: #e44343;
}
.wrapper-top-cart > .dropdown-menu-right .widget_shopping_cart_content_wrapper {
display: -moz-flex;
display: flex;
flex: 1 1 auto;
-webkit-flex: 1 1 auto;
overflow-x: hidden;
overflow-y: auto;
}
.wrapper-top-cart > .dropdown-menu-right .shopping_cart_content {
display: -moz-flex;
display: flex;
flex-direction: column;
height: 100%;
}
.wrapper-top-cart > .dropdown-menu-right .shopping_cart_content .cart_list {
flex: 1 1 auto;
-webkit-flex: 1 1 auto;
display: -moz-flex;
display: flex;
flex-direction: column;
}
.wrapper-top-cart > .dropdown-menu-right .shopping_cart_content .cart-bottom {
flex-direction: column;
flex: 0 0 auto;
-webkit-flex: 0 0 auto;
display: -moz-flex;
display: flex;
}
.wrapper-top-cart > .dropdown-menu-right.active {
transform: translateX(0);
}
.wrapper-top-cart .cart_list .variation {
margin: 0;
}
.wrapper-top-cart .cart_list .variation > * {
display: inline-block;
vertical-align: middle;
}
.wrapper-top-cart .cart_list .variation > * p {
margin: 0;
}
.wrapper-top-cart .buttons .btn-block {
margin-bottom: 10px;
}
.rtl .wrapper-top-cart > .dropdown-menu-right {
right: inherit;
left: 0;
transform: translateX(-100%);
}
.rtl .wrapper-top-cart > .dropdown-menu-right.active {
transform: translateX(0);
} .navbar.goal-megamenu {
border: none;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
min-height: 0;
margin: 0;
}
.megamenu {
padding: 0;
}
.megamenu .menu-item-description {
font-size: 12px;
text-transform: capitalize;
}
.megamenu#primary-menu-right > li {
padding: 0;
}
.megamenu#primary-menu-right > li:first-child {
padding-left: 20px;
}
.rtl .megamenu#primary-menu-right > li:first-child {
padding-right: 20px;
padding-left: inherit;
}
.megamenu > li {
display: inline-block;
padding: 0;
margin: 0;
vertical-align: top;
float: none;
padding: 15px 7px;
}
@media (min-width: 1200px) {
.megamenu > li {
padding: 35px 20px;
}
}
.megamenu > li:first-child {
padding-left: 0;
}
.rtl .megamenu > li:first-child {
padding-right: 0;
padding-left: inherit;
}
.megamenu > li > a {
display: inline-flex;
align-items: center;
font-size: 14px;
font-weight: 800;
font-family: "Manrope", Helvetica, Arial, sans-serif;
line-height: 30px;
padding: 0;
text-transform: uppercase;
background-color: transparent !important;
transition: all 0.2s ease-in-out 0s;
position: relative;
}
.megamenu > li > a:before {
left: 0;
content: "";
position: absolute;
bottom: 0;
width: 100%;
height: 2px;
background-color: #2b2b2b;
will-change: transform;
transform: scale(0, 1);
transform-origin: right center;
transition: transform 0.3s;
}
.rtl .megamenu > li > a:before {
right: 0;
left: auto;
}
.megamenu > li > a i.down, .megamenu > li > a img {
max-width: 50px;
margin-left: 5px;
font-size: 9px;
}
.rtl .megamenu > li > a i.down, .rtl .megamenu > li > a img {
margin-right: 5px;
margin-left: inherit;
}
.megamenu > li > a i:not(.down) {
font-size: 24px;
color: #f0c429;
margin-right: 10px;
}
.rtl .megamenu > li > a i:not(.down) {
margin-left: 10px;
margin-right: inherit;
}
.megamenu > li > a:hover, .megamenu > li > a:active, .megamenu > li > a:focus {
color: #2b2b2b;
}
.megamenu > li:hover > a, .megamenu > li.active > a {
color: #2b2b2b;
}
.megamenu > li:hover > a:before, .megamenu > li.active > a:before {
background-color: #2b2b2b;
transform-origin: left center;
transform: scale(1, 1);
}
.megamenu > li.aligned-right > .dropdown-menu {
left: auto;
right: 0;
}
.megamenu .aligned-fullwidth > .dropdown-menu {
padding: 50px 30px 30px;
}
.megamenu .dropdown-menu {
line-height: 26px;
border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
}
.megamenu .dropdown-menu .text-label {
font-size: 12px;
vertical-align: super;
margin-left: 5px;
color: #f0c429;
}
.rtl .megamenu .dropdown-menu .text-label {
margin-right: 5px;
margin-left: inherit;
}
.megamenu .dropdown-menu .text-label.label-hot {
color: #e44343;
}
.megamenu .dropdown-menu .text-label.label-new {
color: #5cb85c;
}
.megamenu .dropdown-menu .goal_custom_menu .widget {
text-align: left;
}
.rtl .megamenu .dropdown-menu .goal_custom_menu .widget {
text-align: right;
}
.megamenu .dropdown-menu .current-menu-item > a {
color: #fff;
}
.megamenu .dropdown-menu li {
margin: 0 0 8px;
line-height: inherit;
}
.megamenu .dropdown-menu li > a {
background: transparent !important;
position: relative;
color: #666;
font-size: 14px;
font-weight: 400;
padding: 0;
width: 100%;
display: inline-block;
transition: all 0.2s ease-in-out 0s;
}
.megamenu .dropdown-menu li > a:hover, .megamenu .dropdown-menu li > a:active {
color: #f0c429;
}
.megamenu .dropdown-menu li > a .caret {
position: absolute;
top: 15px;
right: 15px;
}
.rtl .megamenu .dropdown-menu li > a .caret {
left: 15px;
right: auto;
}
.megamenu .dropdown-menu li > a > i {
font-size: 10px;
}
.megamenu .dropdown-menu li.current-menu-item > a, .megamenu .dropdown-menu li.open > a, .megamenu .dropdown-menu li.active > a {
color: #f0c429;
}
.megamenu .dropdown-menu .widget-title,
.megamenu .dropdown-menu .widgettitle {
margin: 0 0 10px;
font-size: 14px;
padding: 0;
text-transform: none;
text-align: left;
letter-spacing: 0;
}
.rtl .megamenu .dropdown-menu .widget-title,
.rtl .megamenu .dropdown-menu .widgettitle {
text-align: right;
}
.megamenu .dropdown-menu .widget-title:before, .megamenu .dropdown-menu .widget-title:after,
.megamenu .dropdown-menu .widgettitle:before,
.megamenu .dropdown-menu .widgettitle:after {
display: none;
}
.megamenu .dropdown-menu .dropdown-menu {
visibility: hidden;
opacity: 0;
filter: alpha(opacity=0);
transform-origin: 0 0;
transition: all 0.2s ease-in-out 0s;
transform: rotateX(-90deg);
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
padding: 20px 30px;
border: none;
position: absolute;
display: block;
left: 100%;
top: -20px;
background: #fff;
min-width: 200px;
}
.megamenu .dropdown-menu li:hover > .dropdown-menu {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
transform: rotateX(0deg);
}
.megamenu .goal-container {
padding-right: 15px;
padding-left: 15px;
width: 100%;
}
.megamenu li.aligned-fullwidth {
position: static;
}
.megamenu li.aligned-fullwidth > .dropdown-menu {
width: 100%;
left: 0 !important;
}
.megamenu > li > a > .text-label {
font-size: 10px;
padding: 0px 5px;
background: #5bc0de;
color: #fff;
position: absolute;
right: -15px;
top: -15px;
line-height: 1.7;
display: inline-block;
text-transform: capitalize;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
}
.rtl .megamenu > li > a > .text-label {
left: -15px;
right: auto;
}
.megamenu > li > a > .text-label.label-hot {
background: #e44343;
}
.megamenu > li > a > .text-label.label-hot:before {
border-color: #e44343 transparent transparent #e44343;
}
.megamenu > li > a > .text-label.label-new {
background: #5cb85c;
}
.megamenu > li > a > .text-label.label-new:before {
border-color: #5cb85c transparent transparent #5cb85c;
}
.megamenu > li > a > .text-label:before {
content: "";
position: absolute;
z-index: 9;
top: 100%;
left: 7px;
border-width: 3px;
border-style: solid;
border-color: #5bc0de transparent transparent #5bc0de;
}
.rtl .megamenu > li > a > .text-label:before {
right: 7px;
left: auto;
}
.left-menu .megamenu li.aligned-fullwidth > .dropdown-menu {
width: calc(100% - 20px);
left: 0 !important;
}
.megamenu.effect1 > li > .dropdown-menu {
display: block;
min-width: 200px;
background: #fff;
visibility: hidden;
opacity: 0;
filter: alpha(opacity=0);
transform-origin: 0 0;
transition: all 0.2s ease-in-out 0s;
transform: rotateX(-90deg);
box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
padding: 20px 30px;
border: none;
position: absolute;
top: 100%;
left: 0;
z-index: 99;
}
.megamenu.effect1 > li:hover > .dropdown-menu {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
transform: rotateX(0deg);
}
.megamenu.effect2 > li > .dropdown-menu {
display: block;
min-width: 200px;
background: #fff;
visibility: hidden;
opacity: 0;
filter: alpha(opacity=0);
transform-origin: 0 0;
transition: all 0.2s ease-in-out 0s;
transform: rotateX(-90deg);
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
padding: 20px 30px;
border: none;
position: absolute;
top: 100%;
left: 0;
margin-top: 10px;
z-index: 99;
}
.megamenu.effect2 > li > .dropdown-menu li:nth-child(2n+1) { transition-delay: 0.1s;
}
.megamenu.effect2 > li > .dropdown-menu li:nth-child(2n+2) { transition-delay: 0.2s;
}
.megamenu.effect2 > li > .dropdown-menu li:nth-child(2n+3) { transition-delay: 0.3s;
}
.megamenu.effect2 > li > .dropdown-menu li:nth-child(2n+4) { transition-delay: 0.4s;
}
.megamenu.effect2 > li > .dropdown-menu li:nth-child(2n+5) { transition-delay: 0.5s;
}
.megamenu.effect2 > li > .dropdown-menu li:nth-child(2n+6) { transition-delay: 0.6s;
}
.megamenu.effect2 > li > .dropdown-menu li:nth-child(2n+7) { transition-delay: 0.7s;
}
.megamenu.effect2 > li > .dropdown-menu li:nth-child(2n+8) { transition-delay: 0.8s;
}
.megamenu.effect2 > li > .dropdown-menu li:nth-child(2n+9) { transition-delay: 0.9s;
}
.megamenu.effect2 > li > .dropdown-menu li:nth-child(2n+10) { transition-delay: 1s;
}
.megamenu.effect2 > li > .dropdown-menu > li {
transition: all 0.2s ease-in-out 0s;
opacity: 0;
filter: alpha(opacity=0);
transform: translateY(5px);
}
.megamenu.effect2 > li:hover > .dropdown-menu {
margin-top: 0;
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
transform: rotateX(0deg);
}
.megamenu.effect2 > li:hover > .dropdown-menu > li {
opacity: 1;
filter: alpha(opacity=100);
transform: translateY(0px);
}
.megamenu.effect3 > li > .dropdown-menu {
display: block;
min-width: 200px;
background: #fff;
visibility: hidden;
opacity: 0;
filter: alpha(opacity=0);
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
transition: all 0.5s ease 0s;
box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
padding: 20px 30px;
border: none;
position: absolute;
top: 100px;
left: 0;
z-index: 99;
}
.megamenu.effect3 > li:hover > .dropdown-menu {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
top: 100%;
}
.navbar-offcanvas .navbar-nav {
padding: 0;
margin: 0;
width: 100%;
float: none;
}
.navbar-offcanvas .navbar-nav li {
position: relative;
display: block;
float: none;
margin: 0;
}
.navbar-offcanvas .navbar-nav li > .icon-toggle {
position: absolute;
top: 5px;
right: 0px;
padding: 11px;
z-index: 2;
cursor: pointer;
}
.rtl .navbar-offcanvas .navbar-nav li > .icon-toggle {
left: 0px;
right: auto;
}
.navbar-offcanvas .navbar-nav li > a {
background: transparent !important;
line-height: 28px;
display: block;
}
.navbar-offcanvas .navbar-nav li.open > a, .navbar-offcanvas .navbar-nav li.open > a:focus, .navbar-offcanvas .navbar-nav li.open > a:hover, .navbar-offcanvas .navbar-nav li.active > a, .navbar-offcanvas .navbar-nav li.active > a:focus, .navbar-offcanvas .navbar-nav li.active > a:hover {
color: #f0c429;
background: transparent;
}
.navbar-offcanvas .dropdown-menu {
margin: 0;
}
.navbar-offcanvas .dropdown-menu > li a {
background: transparent !important;
}
.navbar-offcanvas .dropdown-menu > li.active > a,
.navbar-offcanvas .dropdown-menu > li > a:hover,
.navbar-offcanvas .dropdown-menu > li > a:focus {
color: #2b2b2b;
text-decoration: underline;
}
.navbar-offcanvas .dropdown-menu [class*=col-sm] {
width: 100%;
}
.navbar-offcanvas .dropdown-menu .dropdown-menu-inner {
padding: 0 30px;
}
.navbar-offcanvas .dropdown-menu .widgettitle {
font-weight: 500;
margin: 0 0 10px;
}
.navbar-offcanvas .dropdown-menu .dropdown-menu {
left: 100%;
top: 0;
}
.navbar-offcanvas li:hover .dropdown-menu {
display: block;
}
.navbar-offcanvas .aligned-fullwidth > .dropdown-menu {
width: 100%;
}
.mobile-vertical-menu .navbar-nav > li {
border-bottom: 1px dashed #e5e5e5;
}
.mobile-vertical-menu .navbar-nav > li:last-child {
border-bottom: 0;
}
.mobile-vertical-menu .navbar-nav > li > a {
padding: 5px 0;
}
.mobile-vertical-menu .text-label {
background: #5bc0de;
font-size: 11px;
vertical-align: super;
margin-left: 0;
color: #fff;
text-transform: capitalize;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
position: absolute;
padding: 0px 5px;
line-height: 1.5;
}
.rtl .mobile-vertical-menu .text-label {
margin-right: 0;
margin-left: inherit;
}
.mobile-vertical-menu .text-label.label-hot {
background: #e44343;
}
.mobile-vertical-menu .text-label.label-hot:before {
border-color: #e44343 transparent transparent #e44343;
}
.mobile-vertical-menu .text-label.label-new {
background: #5cb85c;
}
.mobile-vertical-menu .text-label.label-new:before {
border-color: #5cb85c transparent transparent #5cb85c;
}
.mobile-vertical-menu .text-label:before {
content: "";
position: absolute;
z-index: 9;
top: 100%;
left: 7px;
border-width: 3px;
border-style: solid;
border-color: #5bc0de transparent transparent #5bc0de;
}
.rtl .mobile-vertical-menu .text-label:before {
right: 7px;
left: auto;
}
.main-mobile-menu .has-submenu > .sub-menu {
padding-left: 30px;
list-style: none;
display: none;
}
.rtl .main-mobile-menu .has-submenu > .sub-menu {
padding-right: 30px;
padding-left: inherit;
}
.main-mobile-menu .has-submenu > .sub-menu li > .icon-toggle {
top: 8px;
}
.main-mobile-menu .has-submenu > .sub-menu li a {
font-size: 14px;
padding: 2px 0;
}
.main-mobile-menu .widget .widget-title, .main-mobile-menu .widget .widgettitle, .main-mobile-menu .widget .widget-heading {
margin: 0 0 10px;
font-size: 16px;
padding: 0 0 8px;
text-align: inherit;
}
.main-mobile-menu .sub-menu {
max-width: 100%;
}
.main-mobile-menu .shop-list-small {
margin-bottom: 10px;
}
.main-mobile-menu .text-label {
font-size: 12px;
vertical-align: super;
margin-left: 5px;
color: #f0c429;
}
.rtl .main-mobile-menu .text-label {
margin-right: 5px;
margin-left: inherit;
}
.main-mobile-menu .text-label.label-hot {
color: #e44343;
}
.main-mobile-menu .text-label.label-new {
color: #5cb85c;
}
#goal-mobile-menu .goal-search-form-inner form {
border: 0;
}
#goal-mobile-menu .header-offcanvas {
padding: 15px 0;
border-bottom: 1px solid #e5e5e5;
}
#goal-mobile-menu .header-offcanvas .btn-toggle-canvas {
padding: 0;
background: transparent !important;
color: #2b2b2b;
font-size: 16px;
border: 0;
}
#goal-mobile-menu .header-offcanvas .btn-toggle-canvas:hover, #goal-mobile-menu .header-offcanvas .btn-toggle-canvas:active {
color: #e44343;
}
#goal-mobile-menu .header-offcanvas .btn-toggle-canvas:before {
display: none;
}
#goal-mobile-menu .middle-offcanvas {
padding: 15px;
}
#goal-mobile-menu .middle-offcanvas .inner-search {
border: 1px solid #e5e5e5;
margin-bottom: 20px;
position: relative;
}
#goal-mobile-menu .middle-offcanvas .inner-search .main-search,
#goal-mobile-menu .middle-offcanvas .inner-search .flex-middle {
width: 100%;
}
#goal-mobile-menu .middle-offcanvas .inner-search .goal-search {
border: 0;
padding: 0 15px;
height: 40px;
}
#goal-mobile-menu .middle-offcanvas .inner-search .btn, #goal-mobile-menu .middle-offcanvas .inner-search .viewmore-products-btn {
border: 0;
background-color: transparent;
font-size: 19px;
line-height: 1;
padding: 0 12px;
color: #2b2b2b;
top: 10px;
right: 0;
position: absolute;
}
.rtl #goal-mobile-menu .middle-offcanvas .inner-search .btn, .rtl #goal-mobile-menu .middle-offcanvas .inner-search .viewmore-products-btn {
left: 0;
right: auto;
}
#goal-mobile-menu .middle-offcanvas .inner-search .btn:hover, #goal-mobile-menu .middle-offcanvas .inner-search .viewmore-products-btn:hover, #goal-mobile-menu .middle-offcanvas .inner-search .btn:focus, #goal-mobile-menu .middle-offcanvas .inner-search .viewmore-products-btn:focus {
color: #f0c429;
}
#goal-mobile-menu .middle-offcanvas .inner-search .btn::after, #goal-mobile-menu .middle-offcanvas .inner-search .viewmore-products-btn::after {
display: none;
}
#goal-mobile-menu .middle-offcanvas .inner-search .tt-menu {
width: calc(100% + 2px);
margin-left: -1px;
}
#goal-mobile-menu .middle-offcanvas .my-account {
display: inline-block;
width: 100%;
border-bottom: 1px solid #e5e5e5;
padding: 15px 20px;
font-weight: 700;
font-size: 15px;
}
#goal-mobile-menu .header-mobile-bottom {
padding: 20px 15px;
border-top: 1px solid #e5e5e5;
}
#goal-mobile-menu .header-mobile-bottom .my-account {
font-weight: 500;
}
#goal-mobile-menu .header-mobile-bottom .my-account i {
display: inline-block;
font-size: 18px;
margin-right: 5px;
}
.rtl #goal-mobile-menu .header-mobile-bottom .my-account i {
margin-left: 5px;
margin-right: inherit;
}
#goal-mobile-menu .header-mobile-bottom .social-top {
margin: 15px 0 0;
padding: 0;
list-style: none;
}
#goal-mobile-menu .header-mobile-bottom .social-top li {
display: inline-block;
margin-right: 20px;
}
.rtl #goal-mobile-menu .header-mobile-bottom .social-top li {
margin-left: 20px;
margin-right: inherit;
}
#goal-mobile-menu .header-mobile-bottom aside {
margin-top: 15px;
}
#goal-mobile-menu .offcanvas-head strong {
margin: 0 5px;
}
.menu-setting-menu-container .goal-menu-top {
margin: 0;
padding: 0;
list-style: none;
line-height: 2;
}
.menu-setting-menu-container .goal-menu-top li a {
padding: 0 15px;
width: 100%;
}
.menu-setting-menu-container .goal-menu-top ul {
padding-left: 15px;
}
.rtl .menu-setting-menu-container .goal-menu-top ul {
padding-right: 15px;
padding-left: inherit;
}
.wrapper-topmenu .dropdown-menu {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.topmenu-menu {
font-size: 18px;
width: 100%;
list-style: none;
padding: 0;
margin: 0;
}
.topmenu-menu i {
margin-right: 7px;
}
.rtl .topmenu-menu i {
margin-left: 7px;
margin-right: inherit;
}
.topmenu-menu > li {
float: none;
white-space: nowrap;
}
.topmenu-menu > li > a {
background: transparent !important;
padding: 0;
line-height: 28px;
font-size: 16px;
}
.topmenu-menu > li.active > a {
color: #f0c429;
}
#menu-main-menu-navbar {
border: 0;
}
.sliding-menu__panel-root {
text-transform: uppercase;
}
.sliding-menu__panel-root li a {
font-size: 16px;
}
.sliding-menu__panel {
padding: 0;
}
.sliding-menu__panel li {
border-bottom: 1px solid #e5e5e5;
}
.sliding-menu__panel li .sliding-menu__nav:not(.sliding-menu__back),
.sliding-menu__panel li a {
font-weight: 700;
padding: 15px 20px;
color: #2b2b2b;
font-size: 15px;
text-transform: uppercase;
position: relative;
background-color: transparent !important;
border-left: 2px solid #fff;
}
.rtl .sliding-menu__panel li .sliding-menu__nav:not(.sliding-menu__back),
.rtl .sliding-menu__panel li a {
border-right: 2px solid #fff;
border-left: inherit;
}
.sliding-menu__panel li.active .sliding-menu__nav,
.sliding-menu__panel li.active a {
border-color: #f0c429;
color: #f0c429;
}
.sliding-menu .sliding-menu__nav::before {
content: "\e649";
font-family: "themify";
}
.sliding-menu .sliding-menu__back::before {
content: "\e64a";
margin-left: 0;
}
.sliding-menu .sliding-menu__back {
padding: 0.8em 0.8em !important;
font-size: 16px !important;
margin-bottom: 0;
}
.top-menu > li > a {
padding: 0 15px;
text-transform: capitalize;
}
.mm-menu.mm-offcanvas {
z-index: 999 !important;
}
.mm-menu.mm-offcanvas .social-top:after {
display: none;
}
.mm-menu.mm-offcanvas .social-top a {
display: inline-block;
font-size: 16px;
}
.mm-menu.mm-offcanvas .social-top a:hover, .mm-menu.mm-offcanvas .social-top a:active {
color: #f0c429;
}
.mm-menu.mm-offcanvas .widget {
margin: 0;
}
.mm-menu.mm-offcanvas .topbar-right-wrapper {
padding: 10px;
}
.mm-menu.mm-offcanvas .topbar-right-wrapper > * {
margin-bottom: 15px;
}
.mm-menu.mm-offcanvas .topbar-right-wrapper > *:last-child {
margin: 0;
}
.mm-menu.mm-offcanvas .topbar-right-wrapper:after {
display: none;
}
.mm-menu.mm-offcanvas .woocommerce-currency-switcher-form ul.dd-options {
margin-top: 0;
}
.mm-menu.mm-offcanvas {
transition: all 0.4s ease 0s;
transform: translateX(-100%);
}
.mm-menu.mm-offcanvas.mm-opened {
transform: translateX(0);
}
.header-mobile .mobile-vertical-menu-title {
font-size: 16px;
cursor: pointer;
margin: 0;
padding: 10px 0;
transition: all 0.3s ease-in-out 0s;
}
.header-mobile .mobile-vertical-menu-title i {
font-size: 24px;
}
.header-mobile .mobile-vertical-menu-title:hover, .header-mobile .mobile-vertical-menu-title.active {
color: #f0c429;
}
.header-mobile .goal-search-form .btn, .header-mobile .goal-search-form .viewmore-products-btn {
padding: 5px 13px;
height: 42px;
}
.header-mobile .goal-search-form form .form-control {
height: 42px;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li > a {
font-weight: 400;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li > a i {
margin-right: 5px;
min-width: 20px;
}
.rtl .mobile-vertical-menu .navbar-offcanvas .navbar-nav li > a i {
margin-left: 5px;
margin-right: inherit;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .fa-minus {
color: #f0c429;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .sub-menu {
max-width: 100%;
display: none;
padding: 0 15px;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title {
padding: 0;
border: none;
margin: 0 0 10px;
font-size: 16px;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle:before, .mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle:after,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title:before,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title:after {
display: none;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .menu li a {
padding: 0;
font-size: 14px;
}
.mobile-vertical-menu .widget {
margin-bottom: 10px;
}
.dark-menu-sidebar {
background: #fff;
color: #666;
padding: 40px;
min-height: 100vh;
font-size: 15px;
box-shadow: 0 5px 10px 0 rgba(40, 52, 54, 0.2);
}
.dark-menu-sidebar a {
color: #666;
}
.dark-menu-sidebar a:hover, .dark-menu-sidebar a:focus {
color: #f0c429;
}
.dark-menu-sidebar .top-wrapper-menu .inner-top-menu a {
color: #2b2b2b;
}
.dark-menu-sidebar .top-wrapper-menu .inner-top-menu a:hover, .dark-menu-sidebar .top-wrapper-menu .inner-top-menu a:focus {
color: #f0c429;
}
.dark-menu-sidebar .navbar-collapse {
padding: 0;
}
.dark-menu-sidebar .navbar-offcanvas .navbar-nav > li > a {
padding: 12px 0;
}
.dark-menu-sidebar .navbar-offcanvas .navbar-nav li .icon-toggle {
top: 15px;
}
.dark-menu-sidebar .navbar-offcanvas .navbar-nav li:hover > .icon-toggle,
.dark-menu-sidebar .navbar-offcanvas .navbar-nav li:hover > a, .dark-menu-sidebar .navbar-offcanvas .navbar-nav li.active > .icon-toggle,
.dark-menu-sidebar .navbar-offcanvas .navbar-nav li.active > a {
color: #f0c429;
}
.dark-menu-sidebar .sidebar-center {
margin-top: 60px;
}
.dark-menu-sidebar .wishlist-sidebar > a,
.dark-menu-sidebar .login-topbar > a {
font-size: 14px;
display: block;
margin-bottom: 10px;
}
.dark-menu-sidebar .wishlist-sidebar > a i,
.dark-menu-sidebar .wrapper-account i {
margin-right: 15px;
}
.rtl .dark-menu-sidebar .wishlist-sidebar > a i,
.rtl .dark-menu-sidebar .wrapper-account i {
margin-left: 15px;
margin-right: inherit;
}
.dark-menu-sidebar .wrapper-topmenu {
margin-bottom: 8px;
}
.dark-menu-sidebar .wrapper-topmenu .dropdown-menu {
padding: 10px;
margin-top: 0;
}
.dark-menu-sidebar .wrapper-topmenu .dropdown-menu a {
color: #999999;
}
.dark-menu-sidebar .wrapper-topmenu .dropdown-menu a:hover, .dark-menu-sidebar .wrapper-topmenu .dropdown-menu a:focus {
color: #f0c429;
}
.dark-menu-sidebar .wrapper-topmenu .dropdown-menu .active > a {
color: #f0c429;
}
.dark-menu-sidebar .wrapper-topmenu:hover .dropdown-menu {
display: block;
}
.dark-menu-sidebar .top-wrapper-menu .inner-top-menu,
.dark-menu-sidebar .top-wrapper-menu .header_customer_login {
right: inherit;
left: 0;
} @media (min-width: 1501px) {
.col-md-cl-5 {
width: 20%;
}
.col-md-cl-5.first {
clear: both;
}
}
@media (min-width: 1200px) and (max-width: 1500px) {
.col-md-cl-5 {
width: 25%;
}
.col-md-cl-5.first:nth-child(4n+1) {
clear: both;
}
div.product.col-md-cl-5:nth-child(4n+1) {
clear: both;
}
}
.main-page .page-links {
clear: both;
overflow: hidden;
padding: 30px 0;
margin: 0;
}
.main-page #respond .comment-reply-title {
margin: 0 !important;
}
.main-page #comments {
margin-top: 30px;
}
body.woocommerce .main-page,
body.woocommerce-page .main-page {
padding-bottom: 30px;
}
@media (min-width: 1200px) {
body.woocommerce .main-page,
body.woocommerce-page .main-page {
padding-bottom: 50px;
}
}
.wrapper-80 {
padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px) {
.wrapper-80 {
padding-left: 80px;
padding-right: 80px;
}
.wrapper-50 {
padding-left: 50px;
padding-right: 50px;
}
}
div.wpcf7-validation-errors {
margin: 0;
padding: 15px;
}
.contact-form-content {
padding: 30px;
background: white;
min-height: 260px;
}
.contact-form-content .rounded {
margin-right: 10px;
color: #fff;
width: 40px;
height: 40px;
background: #cccccc;
}
.rtl .contact-form-content .rounded {
margin-left: 10px;
margin-right: inherit;
}
.contact-form-content .rounded .fa, .contact-form-content .rounded .icon {
font-size: 16px;
margin: 13px;
}
.contact-form-content small {
color: #333333;
}
.user {
max-width: 570px;
margin: auto;
padding: 20px;
border: 1px solid #e5e5e5;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
background-color: #fff;
}
@media (min-width: 1200px) {
.user {
padding: 40px;
}
}
.user > div {
display: none;
}
.user > div.active {
display: block;
}
.user .title {
font-weight: 400;
text-transform: capitalize;
font-size: 30px;
margin: 0 0 15px;
}
.user .create {
margin-top: 15px;
}
@media (min-width: 1200px) {
.user .create {
margin-top: 25px;
}
}
.user .create a {
text-decoration: underline;
margin: 0 3px;
}
form.login,
form.register {
margin: 0 !important;
border: none !important;
padding: 0 !important;
}
form.login br,
form.register br {
display: none;
}
form.login .for-control,
form.register .for-control {
color: #2b2b2b;
font-weight: 400;
}
form.login .form-group,
form.register .form-group {
position: relative;
margin: 0 0 15px;
}
@media (min-width: 1200px) {
form.login .form-group,
form.register .form-group {
margin: 0 0 25px;
}
}
form.login .form-group:last-child,
form.register .form-group:last-child {
margin-bottom: 0;
}
form.login input[type=checkbox],
form.register input[type=checkbox] {
opacity: 0.5;
filter: alpha(opacity=50);
margin-right: 5px;
}
.rtl form.login input[type=checkbox],
.rtl form.register input[type=checkbox] {
margin-left: 5px;
margin-right: inherit;
}
form.login .lost_password,
form.register .lost_password {
text-decoration: underline;
}
form.lost_reset_password {
max-width: 520px;
margin: auto;
padding: 20px;
border: 1px solid #e5e5e5;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
background-color: #fff;
}
@media (min-width: 1200px) {
form.lost_reset_password {
padding: 58px;
}
}
form.lost_reset_password .for-control {
color: #2b2b2b;
font-weight: 400;
}
form.lost_reset_password .form-group {
position: relative;
margin: 0 0 15px;
}
@media (min-width: 1200px) {
form.lost_reset_password .form-group {
margin: 0 0 25px;
}
}
form.lost_reset_password .form-group:last-child {
margin-bottom: 0;
}
.wrapper-account-action {
position: relative;
}
.wrapper-account-action.dropdown_box form.lost_reset_password,
.wrapper-account-action.dropdown_box .user {
padding: 0;
border: 0;
}
.wrapper-account-action.dropdown_box .dropdown-menu {
border: 1px solid #e5e5e5;
padding: 20px;
margin: 0;
top: 30px;
background-color: #fff;
width: 420px;
box-shadow: 0 10px 25px 0 rgba(34, 34, 34, 0.05);
}
@media (min-width: 1200px) {
.wrapper-account-action.dropdown_box .dropdown-menu {
padding: 30px;
}
}
.wrapper-account-action.dropdown_box .dropdown-menu .create {
margin-top: 15px;
}
.wrapper-account-action.dropdown_box form.login .form-group, .wrapper-account-action.dropdown_box form.register .form-group {
margin-bottom: 20px;
}
.wrapper-account-action.offcanvas form.lost_reset_password,
.wrapper-account-action.offcanvas .user {
padding: 0;
border: 0;
}
.wrapper-account-action.offcanvas .overlay-offcanvas-content-login {
background: rgba(34, 34, 34, 0.4);
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
opacity: 0;
filter: alpha(opacity=0);
transition: all 0.3s ease-in-out 0s;
cursor: no-drop;
visibility: hidden;
z-index: 3;
}
.wrapper-account-action.offcanvas .overlay-offcanvas-content-login.active {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
}
.wrapper-account-action.offcanvas .offcanvas-content-login {
z-index: 6;
position: fixed;
right: 0;
top: 0;
background: #fff;
transition: all 0.35s ease-in-out 0s;
opacity: 0;
filter: alpha(opacity=0);
width: 420px;
height: 100vh;
transform: translateX(100%);
padding: 20px;
}
@media (min-width: 1200px) {
.wrapper-account-action.offcanvas .offcanvas-content-login {
padding: 40px;
}
}
.wrapper-account-action.offcanvas .offcanvas-content-login.active {
opacity: 1;
filter: alpha(opacity=100);
transform: translateY(0);
}
.wrapper-account-action.offcanvas .close-offcanvas-account {
position: absolute;
top: 10px;
right: 20px;
transition: all 0.2s ease-in-out 0s;
font-size: 18px;
cursor: pointer;
}
.rtl .wrapper-account-action.offcanvas .close-offcanvas-account {
left: 20px;
right: auto;
}
@media (min-width: 1200px) {
.wrapper-account-action.offcanvas .close-offcanvas-account {
right: 40px;
top: 26px;
}
.rtl .wrapper-account-action.offcanvas .close-offcanvas-account {
left: 40px;
right: auto;
}
}
.wrapper-account-action.offcanvas .close-offcanvas-account:hover, .wrapper-account-action.offcanvas .close-offcanvas-account:focus {
color: #e44343;
}
.wrapper-account-action.offcanvas .title {
text-align: center;
font-weight: 500;
font-size: 16px;
padding: 15px;
text-transform: uppercase;
background-color: #FAF9F8;
margin-top: -20px;
margin-right: -20px;
margin-left: -20px;
margin-bottom: 20px;
}
@media (min-width: 1200px) {
.wrapper-account-action.offcanvas .title {
padding: 29px 15px;
margin-top: -40px;
margin-right: -40px;
margin-left: -40px;
margin-bottom: 40px;
}
}
.wrapper-account-action.offcanvas .user {
margin: 0;
}
.page-404 {
width: 100vw;
height: 90vh;
display: -moz-flex;
display: flex;
align-items: center;
-webkit-align-items: center;
justify-content: center;
-webkit-justify-content: center;
}
.page-404 .not-found {
padding: 0;
}
.page-404 .icon-error {
font-size: 60px;
}
.page-404 .return-home {
font-size: 16px;
text-decoration: underline;
}
.page-404 .description {
font-size: 16px;
max-width: 620px;
display: inline-block;
margin-bottom: 20px;
color: #2b2b2b;
}
@media (min-width: 1200px) {
.page-404 .description {
font-size: 22px;
margin-bottom: 50px;
}
}
.page-404 .title-big {
color: #2b2b2b;
font-size: 36px;
font-weight: 900;
text-transform: capitalize;
margin: 0 0 5px;
}
@media (min-width: 1200px) {
.page-404 .title-big {
font-size: 70px;
margin: 0 0 20px;
}
}
.page-404 .widget-search {
max-width: 500px;
margin: auto;
}
.page-404 .slogan {
margin-top: 0;
}
.page-404 .page-content {
margin-bottom: 0;
}
@media (max-width: 767px) {
.page-404 .page-content {
margin-bottom: 50px;
}
}
.box-relative .elementor-widget,
.box-relative .elementor-column,
.box-relative .elementor-column-wrap, .box-relative .elementor-widget-wrap {
position: static;
}
.box-relative .header-content-right {
display: inline-block;
position: relative;
text-align: right;
}
.rtl .box-relative .header-content-right {
text-align: left;
}
.box-relative .header-content-right .elementor-widget-dekoro_search_form, .box-relative .header-content-right .elementor-widget-dekoro_user_info, .box-relative .header-content-right .elementor-widget-dekoro_woo_header {
display: inline-block;
margin: 0;
}
body.elementor-editor-active .box-relative .elementor-row .elementor-widget,
body.elementor-editor-active .box-relative .elementor-row .elementor-column,
body.elementor-editor-active .box-relative .elementor-row .elementor-column-wrap, body.elementor-editor-active .box-relative .elementor-row .elementor-widget-wrap {
position: relative;
}
.elementor-accordion .elementor-accordion-item {
margin: 0 0 20px;
}  .post.no-results {
text-align: center;
}
.post.no-results .widget-search {
margin-top: 30px;
}
.entry-title {
font-weight: 100;
font-size: 24px;
margin: 5px 0 12px;
word-wrap: break-word;
}
.entry-create {
font-size: 13px;
margin: 0 0 15px;
}
.entry-create > * {
margin-right: 2px;
}
.rtl .entry-create > * {
margin-left: 2px;
margin-right: inherit;
}
.entry-create .author {
font-style: italic;
text-transform: capitalize;
}
.comment-form-cookies-consent [type=checkbox] {
margin-right: 7px;
}
.rtl .comment-form-cookies-consent [type=checkbox] {
margin-left: 7px;
margin-right: inherit;
}
.entry-link {
margin-top: 20px;
}
.entry-link .readmore {
color: #f0c429;
text-transform: capitalize;
font-weight: 500;
font-size: 14px;
}
.entry-link .readmore:hover {
color: #000;
}
.entry-meta {
margin: 0;
}
.entry-meta .fa, .entry-meta .icon {
margin-right: 3px;
}
.rtl .entry-meta .fa, .rtl .entry-meta .icon {
margin-left: 3px;
margin-right: inherit;
}
blockquote {
color: #2b2b2b;
font-size: 18px;
padding: 0 25px;
border-left: 3px solid #f0c429;
font-style: italic;
}
.rtl blockquote {
border-right: 3px solid #f0c429;
border-left: inherit;
}
.entry-vote {
z-index: 1;
display: table;
text-align: center;
top: 20px;
position: absolute;
background: rgba(0, 0, 0, 0.5);
width: 44px;
height: 44px;
right: 20px;
}
.rtl .entry-vote {
left: 20px;
right: auto;
}
.entry-vote .entry-vote-inner {
color: #fff;
display: table-cell;
vertical-align: middle;
font-weight: 700;
}
.entry-vote.vote-perfect .entry-vote-inner {
color: #ff003a;
}
.entry-vote.vote-good .entry-vote-inner {
color: #fdff39;
}
.entry-vote.vote-average .entry-vote-inner {
color: #91e536;
}
.entry-vote.vote-bad .entry-vote-inner {
color: #e93434;
}
.entry-vote.vote-poor .entry-vote-inner {
color: #78ae00;
}
.type-post {
margin-bottom: 30px;
}
@media (max-width: 767px) {
.type-post {
margin: 0 0 15px;
}
}
.blog-title {
margin-bottom: 30px;
}
#commentform {
margin-bottom: 30px;
}
#commentform .logged-in-as {
margin: 0 0 25px;
}
#commentform .logged-in-as a {
color: #666;
}
#commentform .form-control {
padding: 5px 20px;
margin: 0;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
height: 50px;
background-color: #fff;
border: 1px solid #e5e5e5;
}
#commentform .form-control::-webkit-input-placeholder { color: #666;
}
#commentform .form-control::-moz-placeholder { color: #666;
}
#commentform .form-control:-ms-input-placeholder { color: #666;
}
#commentform .form-control:-moz-placeholder { color: #666;
}
#commentform .form-control:focus {
border-color: #1e1e27;
}
#commentform textarea.form-control {
height: 115px;
padding: 20px;
resize: none;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
}
#commentform .form-group {
margin: 0 0 20px;
}
#commentform .space-comment {
margin: 0 0 30px;
}
#commentform #cancel-comment-reply-link {
color: #f0c429;
}
#commentform #submit {
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
text-transform: capitalize;
padding: 10px 25px;
} .post-specail .entry-title {
font-size: 16px;
}
.post-specail .entry-date {
font-style: italic;
}
.post-specail .entry-create {
margin: 0 0 18px;
}
.post-title {
font-size: 18px;
}
.post-thumb {
position: relative;
}
.blog-meta {
top: 0;
position: absolute;
right: 0px;
}
.rtl .blog-meta {
left: 0px;
right: auto;
} .blog.style1 .blog-date {
top: 0;
position: absolute;
right: 0;
}
.rtl .blog.style1 .blog-date {
left: 0;
right: auto;
}
.blog.style2 {
border: 1px solid #e5e5e5;
}
.blog.style2 .blog-date {
float: left;
margin: -1px 30px 0px 0px;
}
.rtl .blog.style2 .blog-date {
float: right;
}
.rtl .blog.style2 .blog-date {
margin: -1px 0px 0px 30px;
}
.blog.style2 .entry-title {
padding-left: 65px;
padding-right: 20px;
}
.rtl .blog.style2 .entry-title {
padding-right: 65px;
padding-left: inherit;
}
.rtl .blog.style2 .entry-title {
padding-left: 20px;
padding-right: inherit;
}
.blog.style2 .entry-description {
padding-left: 65px;
padding-right: 20px;
}
.rtl .blog.style2 .entry-description {
padding-right: 65px;
padding-left: inherit;
}
.rtl .blog.style2 .entry-description {
padding-left: 20px;
padding-right: inherit;
}
.blog.style2 .entry-content {
border: 0px;
margin-bottom: 20px;
}
.blog.style2 .entry-content:before, .blog.style2 .entry-content:after {
content: " ";
display: table;
}
.blog.style2 .entry-content:after {
clear: both;
}
.blog .blog-date {
display: table;
background: #e93434;
text-align: center !important;
color: #000;
text-transform: uppercase;
font-size: 11px;
font-weight: 600;
width: 50px;
height: 50px;
line-height: normal;
}
.blog .blog-date .blog-date-inner {
display: table-cell;
vertical-align: middle;
}
.blog .blog-date span {
display: block;
margin: 2px 0 3px 0;
line-height: 25px;
font-size: 24px;
font-weight: 400;
}
.blog .blog-date--grids {
position: absolute;
top: 0;
right: 15px;
}
.rtl .blog .blog-date--grids {
left: 15px;
right: auto;
}
.blog .entry-content--info {
overflow: hidden;
padding: 30px 0;
}
.post .entry-description {
margin: 0 0 25px;
clear: both;
overflow: hidden;
}
.post .entry-description p {
margin: 0 0 15px;
line-height: 1.5;
}
.post .entry-description p:last-child {
margin: 0;
}
.post .entry-description .wp-block-quote {
background-color: #f1f1f1;
padding-inline-start: 30px;
padding-inline-end: 30px;
padding-block: 24px;
font-size: 14px;
line-height: 30px;
color: #666;
position: relative;
margin-top: 20px;
margin-bottom: 30px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-left: 5px solid #f0c429;
}
@media (min-width: 768px) {
.post .entry-description .wp-block-quote {
font-size: 18px;
}
}
.post .entry-description .wp-block-quote a {
display: block;
font-size: 16px;
font-weight: 600;
font-style: italic;
margin-top: 12px;
}
.post .entry-description h1, .post .entry-description h2, .post .entry-description h3, .post .entry-description h4, .post .entry-description h5, .post .entry-description h6 {
color: #2b2b2b;
}
@media (max-width: 767px) {
.post .entry-description h1, .post .entry-description h2, .post .entry-description h3, .post .entry-description h4, .post .entry-description h5, .post .entry-description h6 {
font-size: 18px;
}
}
.post .wp-block-image figcaption {
margin-top: 1em;
margin-bottom: 1em;
} .grid-half.owl-carousel .owl-controls {
top: 100%;
transform: translate(50px, -80px);
left: 50%;
}
.rtl .grid-half.owl-carousel .owl-controls {
right: 50%;
left: auto;
}
.grid-half.owl-carousel .owl-controls .owl-nav .owl-prev,
.grid-half.owl-carousel .owl-controls .owl-nav .owl-next {
opacity: 1;
filter: alpha(opacity=100);
position: static;
}
.grid-half.owl-carousel .owl-controls .owl-nav .owl-next {
margin-left: 5px;
}
.rtl .grid-half.owl-carousel .owl-controls .owl-nav .owl-next {
margin-right: 5px;
margin-left: inherit;
}
.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-prev,
.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-next {
background: #e1e4e6;
border-color: #e1e4e6;
color: #2b2b2b;
}
.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-prev:hover, .grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-prev:active,
.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-next:active {
background: #f0c429;
border-color: #f0c429;
color: #fff;
}
.grid-half.style_img.owl-carousel .owl-controls {
left: 0;
transform: translate(0, 0);
}
.rtl .grid-half.style_img.owl-carousel .owl-controls {
right: 0;
left: auto;
}
.layout-half {
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
background: #f0c429;
color: #fff;
}
.layout-half .entry-content {
max-width: 650px;
padding-bottom: 120px;
padding-top: 50px;
}
.layout-half .entry-content[class*="-6"] {
padding-left: 50px;
padding-right: 50px;
}
.layout-half > div {
padding-left: 0px;
padding-right: 0px;
}
@media (max-width: 1024px) {
.layout-half .entry-content[class*="-6"] {
padding-left: 30px;
padding-right: 30px;
padding-top: 30px;
max-width: none;
}
}
.layout-half .entry-title {
font-size: 50px;
margin: 0 0 20px;
line-height: 1.1;
}
.layout-half .entry-title a {
color: #fff !important;
}
.layout-half .entry-description {
margin: 0 0 40px;
font-size: 17px;
font-weight: 400;
}
.layout-dark {
background: #eff1f2 !important;
color: #666;
}
.layout-dark .meta {
font-size: 20px;
font-weight: 400;
position: relative;
padding: 0 0 10px;
margin: 0 0 35px;
}
.layout-dark .meta:before {
content: "";
width: 80px;
height: 2px;
background: #2b2b2b;
position: absolute;
bottom: 0;
left: 0;
}
.rtl .layout-dark .meta:before {
right: 0;
left: auto;
}
.layout-dark .entry-title {
margin: 0 0 10px;
}
.layout-dark .entry-title a {
color: #2b2b2b !important;
font-size: 30px;
}
.layout-dark .entry-description {
font-size: 15px;
font-weight: 300;
}
.layout-halfimg {
position: relative;
background: transparent;
margin-bottom: 60px;
}
.layout-halfimg .entry-content {
padding: 40px 40px 80px;
background: #f0c429;
color: #fff;
}
.layout-halfimg .entry-content .entry-title {
font-size: 35px;
line-height: 1.1;
margin: 0 0 10px;
font-weight: 500;
}
.layout-halfimg .entry-content .entry-title a {
color: #fff !important;
}
@media (min-width: 768px) {
.layout-halfimg .half-img {
width: 75%;
}
.layout-halfimg .entry-content {
max-width: 500px;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
}
.rtl .layout-halfimg .entry-content {
left: 0;
right: auto;
}
} .posts-list {
list-style: none;
padding: 0;
margin: 0;
}
.posts-list li {
overflow: hidden;
margin: 0 0 10px;
padding-bottom: 10px;
border-bottom: 1px dashed #e5e5e5;
}
@media (min-width: 1200px) {
.posts-list li {
margin: 0 0 20px;
padding-bottom: 20px;
}
}
.posts-list li:last-child {
padding-bottom: 0;
border-bottom: 0;
margin: 0;
}
.posts-list .content-info {
width: calc(100% - 120px);
}
.posts-list .image {
width: 120px;
padding-right: 15px;
}
.rtl .posts-list .image {
padding-left: 15px;
padding-right: inherit;
}
.posts-list .image img {
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
}
.posts-list .entry-title {
font-size: 13px;
font-weight: 700;
font-family: "Manrope", "Times New Roman", Times, serif;
text-transform: capitalize;
margin: 10px 0 0;
}
@media (min-width: 1200px) {
.posts-list .entry-title {
font-size: 16px;
}
}
.posts-list .entry-title a {
font-family: "Manrope", "Times New Roman", Times, serif;
}
.posts-list .entry-title a:hover, .posts-list .entry-title a:focus {
color: #f0c429;
}
.posts-list .top-info {
color: #666;
font-size: 12px;
font-weight: 500;
line-height: 1.1;
letter-spacing: 1px;
text-transform: uppercase;
}
.posts-list .top-info a {
color: #666;
}
.posts-list .top-info a:hover, .posts-list .top-info a:focus {
color: #2b2b2b;
}
.post-layout {
z-index: 0;
position: relative;
}
.post-layout .post-sticky {
background: #2b2b2b;
color: #fff;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
display: inline-block;
padding: 5px 20px;
margin: 0 0 15px;
font-size: 13px;
z-index: 10;
top: 0;
position: absolute;
right: 0;
border-radius: 0 20px 0 20px;
-webkit-border-radius: 0 20px 0 20px;
-moz-border-radius: 0 20px 0 20px;
-ms-border-radius: 0 20px 0 20px;
-o-border-radius: 0 20px 0 20px;
}
.rtl .post-layout .post-sticky {
left: 0;
right: auto;
}
.post-layout .entry-title {
margin: 10px 0 5px;
font-weight: 800;
font-size: 20px;
text-transform: capitalize;
line-height: 1.3;
-ms-word-wrap: break-word;
word-wrap: break-word;
position: relative;
z-index: 1;
letter-spacing: 0;
}
@media (min-width: 1200px) {
.post-layout .entry-title {
font-size: 26px;
line-height: 1.5;
}
}
.post-layout .entry-title a {
font-family: "Manrope", "Times New Roman", Times, serif;
}
.post-layout .entry-title a:hover, .post-layout .entry-title a:focus {
color: #f0c429;
}
.post-layout .description {
margin-bottom: 15px;
padding-bottom: 0;
line-height: 24px;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
@media (min-width: 1200px) {
.post-layout .description {
margin-bottom: 25px;
padding-bottom: 0;
line-height: 26px;
}
}
.post-layout .top-image {
overflow: hidden;
position: relative;
}
.post-layout .top-image .post-image {
overflow: hidden;
position: relative;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
background: #2b2b2b;
padding: 1px;
-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 68.57%, 100% 70.85%, 99.88% 72.9%, 99.3945% 74.77%, 98.51% 76.15%, 97.56% 77.05%, 95.86% 78.04%, 93.92% 78.39%, 92.06% 78.5%, 90.71% 78.54%, 89.32% 78.68%, 88.12% 79.01%, 87.36% 79.25%, 86.58% 79.73%, 85.39% 80.85%, 84.41% 82.68%, 83.89% 84.27%, 83.53% 86.04%, 83.38% 87.67%, 83.32% 89.37%, 83.33% 90.93%, 83.25% 92.45%, 83.18% 93.92%, 82.85% 95.45%, 82.32% 96.55%, 81.59% 97.85%, 80.58% 98.73%, 79.41% 99.39%, 78.25% 99.83%, 75.85% 100%, 0% 100%);
clip-path: polygon(0% 0%, 100% 0%, 100% 68.57%, 100% 70.85%, 99.88% 72.9%, 99.3945% 74.77%, 98.51% 76.15%, 97.56% 77.05%, 95.86% 78.04%, 93.92% 78.39%, 92.06% 78.5%, 90.71% 78.54%, 89.32% 78.68%, 88.12% 79.01%, 87.36% 79.25%, 86.58% 79.73%, 85.39% 80.85%, 84.41% 82.68%, 83.89% 84.27%, 83.53% 86.04%, 83.38% 87.67%, 83.32% 89.37%, 83.33% 90.93%, 83.25% 92.45%, 83.18% 93.92%, 82.85% 95.45%, 82.32% 96.55%, 81.59% 97.85%, 80.58% 98.73%, 79.41% 99.39%, 78.25% 99.83%, 75.85% 100%, 0% 100%);
}
.post-layout .top-image .post-image .post-image-inner {
overflow: hidden;
border-radius: 19px;
-webkit-border-radius: 19px;
-moz-border-radius: 19px;
-ms-border-radius: 19px;
-o-border-radius: 19px;
-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 68.57%, 100% 70.85%, 99.88% 72.9%, 99.3945% 74.77%, 98.51% 76.15%, 97.56% 77.05%, 95.86% 78.04%, 93.92% 78.39%, 92.06% 78.5%, 90.71% 78.54%, 89.32% 78.68%, 88.12% 79.01%, 87.36% 79.25%, 86.58% 79.73%, 85.39% 80.85%, 84.41% 82.68%, 83.89% 84.27%, 83.53% 86.04%, 83.38% 87.67%, 83.32% 89.37%, 83.33% 90.93%, 83.25% 92.45%, 83.18% 93.92%, 82.85% 95.45%, 82.32% 96.55%, 81.59% 97.85%, 80.58% 98.73%, 79.41% 99.39%, 78.25% 99.83%, 75.85% 100%, 0% 100%);
clip-path: polygon(0% 0%, 100% 0%, 100% 68.57%, 100% 70.85%, 99.88% 72.9%, 99.3945% 74.77%, 98.51% 76.15%, 97.56% 77.05%, 95.86% 78.04%, 93.92% 78.39%, 92.06% 78.5%, 90.71% 78.54%, 89.32% 78.68%, 88.12% 79.01%, 87.36% 79.25%, 86.58% 79.73%, 85.39% 80.85%, 84.41% 82.68%, 83.89% 84.27%, 83.53% 86.04%, 83.38% 87.67%, 83.32% 89.37%, 83.33% 90.93%, 83.25% 92.45%, 83.18% 93.92%, 82.85% 95.45%, 82.32% 96.55%, 81.59% 97.85%, 80.58% 98.73%, 79.41% 99.39%, 78.25% 99.83%, 75.85% 100%, 0% 100%);
}
.post-layout .top-image .post-info {
border-top: 0;
}
.post-layout .top-image .date {
position: absolute;
top: 15px;
left: 15px;
z-index: 1;
}
.rtl .post-layout .top-image .date {
right: 15px;
left: auto;
}
@media (min-width: 1200px) {
.post-layout .top-image .date {
left: 25px;
top: 20px;
}
.rtl .post-layout .top-image .date {
right: 25px;
left: auto;
}
}
.post-layout .no-image .top-info {
position: static;
}
.post-layout .no-image .top-info .top-info-inner {
padding: 0;
}
.post-layout .no-image .post-info {
border: 1px solid #2b2b2b;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
padding: 15px 20px;
}
@media (min-width: 1200px) {
.post-layout .no-image .post-info {
padding: 20px 30px 25px;
}
}
.post-layout .no-image .description {
margin-bottom: 15px;
}
@media (min-width: 1200px) {
.post-layout .no-image .description {
margin-bottom: 30px;
}
}
.post-layout .no-image .readmore {
line-height: 1;
font-size: 14px;
font-weight: 600;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
background-color: #2b2b2b;
z-index: 1;
padding: 7px 15px;
}
.post-layout .no-image .readmore i {
font-size: 18px;
color: #fff;
}
.post-layout .no-image .readmore:hover {
color: #2b2b2b;
background-color: #f0c429;
}
.post-layout .no-image .readmore:hover i {
color: #2b2b2b;
}
.post-layout .post-thumbnail {
display: block;
position: relative;
}
.post-layout .post-thumbnail img {
width: 100%;
transform: scale(1);
transition: all 0.5s ease-out;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
}
.post-layout:hover img, .post-layout:focus img {
transform: scale(1.05);
}
.post-layout:hover .readmore, .post-layout:focus .readmore {
background-color: #f0c429;
color: #2b2b2b;
}
.post-layout:hover .readmore i, .post-layout:focus .readmore i {
color: #2b2b2b;
}
.post-layout .post-info {
box-sizing: border-box;
position: relative;
z-index: 9;
border: 0;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
padding: 10px 0 20px;
background-color: #fff;
text-align: left;
}
.rtl .post-layout .post-info {
text-align: right;
}
@media (min-width: 1200px) {
.post-layout .post-info {
padding: 20px 0 30px;
}
}
.post-layout .date {
line-height: 1;
text-align: center;
padding: 5px 10px;
display: inline-block;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
border: 1px solid #2b2b2b;
background-color: #f0c429;
text-transform: uppercase;
color: #2b2b2b;
font-weight: 800;
font-size: 11px;
z-index: 1;
}
@media (min-width: 1200px) {
.post-layout .date {
padding: 5px 15px;
}
}
.post-layout .top-info {
font-size: 12px;
font-weight: 600;
letter-spacing: 1px;
margin: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
line-height: 1.3;
gap: 10px;
text-transform: uppercase;
}
.post-layout .top-info .date {
color: #2b2b2b;
}
.post-layout .top-info .list-categories {
position: relative;
}
.post-layout .top-info .list-categories::before {
content: "";
display: inline-block;
width: 6px;
height: 6px;
margin-right: 10px;
position: relative;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
top: -1px;
background-color: #666;
line-height: 1;
}
.post-layout .top-info .list-categories a {
color: #2b2b2b;
font-weight: 700;
margin: 0;
display: inline-block;
float: none;
}
.post-layout .top-info .list-categories a + a:before {
content: ",";
margin-right: 5px;
}
.rtl .post-layout .top-info .list-categories a + a:before {
margin-left: 5px;
margin-right: inherit;
}
.post-layout .top-info a, .post-layout .top-info span {
color: #666;
margin: 0;
position: relative;
}
.post-layout .top-info a:hover, .post-layout .top-info a:focus, .post-layout .top-info span:hover, .post-layout .top-info span:focus {
color: #f0c429;
}
.post-layout .top-info i {
color: #f0c429;
margin-right: 5px;
font-size: 16px;
}
.rtl .post-layout .top-info i {
margin-left: 5px;
margin-right: inherit;
}
@media (min-width: 1200px) {
.post-layout .top-info i {
font-size: 18px;
}
}
.post-layout .top-info > * {
display: inline-block;
vertical-align: middle;
margin-right: 0;
}
.rtl .post-layout .top-info > * {
margin-left: 0;
margin-right: inherit;
}
.post-layout .top-info > *:last-child {
margin-right: 0;
}
.rtl .post-layout .top-info > *:last-child {
margin-left: 0;
margin-right: inherit;
}
.post-layout .readmore i {
transition: all 0.5s ease;
}
.post-layout iframe {
max-width: 100%;
width: 100%;
}
.post-layout .slick-slide img {
width: 100%;
}
.post-grid-v1 {
margin-bottom: 30px;
padding-bottom: 0;
border: 0;
}
@media (min-width: 1200px) {
.post-grid-v1 {
margin-bottom: 50px;
}
}
@media (max-width: 767px) {
.post-grid-v1 {
margin-bottom: 0;
}
}
.post-grid-v1 .top-image {
overflow: hidden;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border: 1px solid #2b2b2b;
}
.post-grid-v1 .top-image .post-info .entry-title a:hover {
color: #f0c429;
}
.post-grid-v1 .top-image .post-info .top-info > div:not(:last-child):after {
background-color: #ccc;
}
.post-grid-v1 .no-image {
margin-bottom: 20px;
}
@media (min-width: 768px) {
.post-grid-v1 .no-image {
margin-bottom: 33px;
}
}
.post-grid-v1 .space {
margin: 0 3px;
}
.post-grid-v1 .entry-thumb {
margin-bottom: 0;
}
.post-grid-v1 .entry-thumb img {
width: 100%;
}
.post-grid-v1 .readmore {
line-height: 1;
font-size: 14px;
font-weight: 600;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
background-color: #2b2b2b;
z-index: 1;
padding: 7px 15px;
}
.post-grid-v1 .readmore i {
font-size: 18px;
color: #fff;
}
.post-grid-v1 .readmore:hover {
color: #2b2b2b;
background-color: #f0c429;
}
.post-grid-v1 .readmore:hover i {
color: #2b2b2b;
}
.post-grid-v1 .top-image, .post-grid-v1 .no-image {
position: relative;
}
.post-grid-v2 {
position: relative;
overflow: hidden;
transition: all 0.2s ease-in-out 0s;
margin: 0;
}
.post-grid-v2.post-grid-home .entry-title {
margin: 10px 0;
}
@media (min-width: 1200px) {
.post-grid-v2.post-grid-home .entry-title {
margin: 10px 0 30px;
}
}
.post-grid-v2 .post-info {
background-color: #fff;
box-sizing: border-box;
position: relative;
z-index: 9;
overflow: hidden;
padding: 15px 0;
}
@media (min-width: 1200px) {
.post-grid-v2 .post-info {
padding: 25px 0;
}
}
.post-grid-v2 .entry-title {
margin: 10px 0;
font-size: 18px;
line-height: 1.5;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
word-break: break-word;
letter-spacing: 0;
}
@media (min-width: 1200px) {
.post-grid-v2 .entry-title {
font-size: 22px;
}
}
.post-grid-v2 .description {
margin-bottom: 0;
padding-bottom: 0;
}
.post-grid-v2 .post-thumbnail img {
border-radius: 18px;
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
-ms-border-radius: 18px;
-o-border-radius: 18px;
}
.post-grid-v2 .image {
position: relative;
overflow: visible;
}
.post-grid-v2 .top-image .readmore {
width: 44px;
height: 44px;
line-height: 44px;
font-size: 20px;
display: block;
background-color: #2b2b2b;
right: 0;
bottom: 0;
position: absolute;
text-align: center;
z-index: 1;
padding: 0;
}
.rtl .post-grid-v2 .top-image .readmore {
left: 0;
right: auto;
}
@media (min-width: 1200px) {
.post-grid-v2 .top-image .readmore {
width: 55px;
height: 55px;
line-height: 55px;
font-size: 24px;
}
}
.post-grid-v2 .top-image .readmore i {
color: #fff;
}
.post-grid-v2 .top-image .readmore:hover {
background-color: #f0c429;
}
.post-grid-v2 .top-image .readmore:hover i {
color: #2b2b2b;
}
.post-grid-v2 .no-image .post-sticky {
position: absolute;
right: 0;
}
.rtl .post-grid-v2 .no-image .post-sticky {
left: 0;
right: auto;
}
.post-grid-v2 .top-info {
z-index: 9;
margin: 0;
direction: ltr;
}
.post-grid-v2 .top-info > div:not(:last-child):after {
width: 10px;
}
.post-grid-v2 .content {
padding: 0;
margin: 0 0 20px;
background: #fff;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
@media (min-width: 1200px) {
.post-grid-v2 .content {
padding: 0;
margin: 0 0 35px;
}
}
.post-grid-v2:hover .readmore, .post-grid-v2:focus .readmore {
background-color: #f0c429;
color: #2b2b2b;
}
.post-grid-v2:hover .readmore i, .post-grid-v2:focus .readmore i {
color: #2b2b2b;
}
.post-grid-v3 {
margin-bottom: 20px;
}
@media (min-width: 1200px) {
.post-grid-v3 {
margin-bottom: 30px;
}
}
.post-grid-v3 .post-info {
padding: 10px 0 15px;
text-align: left;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.rtl .post-grid-v3 .post-info {
text-align: right;
}
@media (min-width: 1200px) {
.post-grid-v3 .post-info {
padding: 20px 0 30px;
}
}
.post-grid-v3 .description {
margin-bottom: 20px;
}
.post-grid-v3 .entry-title {
font-size: 20px;
line-height: 1.5;
margin: 10px 0 15px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
@media (min-width: 1200px) {
.post-grid-v3 .entry-title {
margin: 10px 0 25px;
}
}
.post-grid-v3 .readmore {
line-height: 1;
font-size: 14px;
font-weight: 600;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
background-color: #2b2b2b;
z-index: 1;
padding: 7px 15px;
}
.post-grid-v3 .readmore i {
font-size: 18px;
color: #fff;
}
.post-grid-v3 .readmore:hover {
color: #2b2b2b;
background-color: #f0c429;
}
.post-grid-v3 .readmore:hover i {
color: #2b2b2b;
}
.post-grid-v3 .list-categories a {
padding: 0;
}
.post-grid-v3 .list-categories a:hover {
background-color: transparent;
}
.post-grid-v3 .top-info {
z-index: 9;
direction: ltr;
bottom: 0;
font-size: 12px;
font-weight: 500;
margin: 0;
padding: 0;
position: relative;
}
.post-grid-v3 .top-info a, .post-grid-v3 .top-info span {
color: #666;
margin: 0;
position: relative;
text-transform: uppercase;
}
.post-grid-v3 .top-info a:hover, .post-grid-v3 .top-info a:focus, .post-grid-v3 .top-info span:hover, .post-grid-v3 .top-info span:focus {
color: #f0c429;
}
.post-grid-v3 .top-info a.post-user, .post-grid-v3 .top-info span.post-user {
margin-right: 0;
}
.rtl .post-grid-v3 .top-info a.post-user, .rtl .post-grid-v3 .top-info span.post-user {
margin-left: 0;
margin-right: inherit;
}
.post-grid-v3 .top-info i {
color: #f0c429;
margin-right: 5px;
}
.rtl .post-grid-v3 .top-info i {
margin-left: 5px;
margin-right: inherit;
}
.post-grid-v3 .entry-thumb {
margin-bottom: 0;
overflow: hidden;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border: 1px solid #2b2b2b;
}
.post-grid-v3 .title {
margin: 0;
font-weight: 500;
font-size: 14px;
text-transform: none;
line-height: 24px;
}
@media (min-width: 1200px) {
.post-grid-v3 .title {
font-size: 16px;
}
}
.layout-blog .post-grid-v2 {
margin: 0 0 15px;
}
@media (min-width: 1200px) {
.layout-blog .post-grid-v2 {
margin: 0 0 35px;
}
}
.single-blog .no-sidebar {
max-width: 900px;
margin-right: auto;
margin-left: auto;
}
.list-small {
overflow: hidden;
}
.list-small .entry-title {
font-size: 14px;
margin: 0 0 5px;
line-height: 20px;
font-weight: 400;
}
.list-small .date {
font-size: 12px;
}
.list-small .image {
float: left;
padding-right: 15px;
}
.rtl .list-small .image {
float: right;
}
.rtl .list-small .image {
padding-left: 15px;
padding-right: inherit;
}
.list-small .image img {
min-width: 62px;
}
.list-small .info {
overflow: hidden;
}
.blog-home .post-grid-v1 .no-image .post-info {
padding: 30px;
background-color: #1d1d1d;
}
@media (max-width: 767px) {
.blog-home .post-grid-v1 .no-image .post-info {
padding: 20px 15px;
}
}
.blog-home .post-list-item .description {
display: none;
}
.blog-home .slick-list {
padding: 0 0 15px;
}
.layout-blog.style-sticky {
display: flex;
flex-wrap: wrap;
gap: 0;
}
.layout-blog.style-sticky .post-sticky {
position: sticky;
top: 100px;
flex-direction: column;
flex-wrap: wrap;
align-items: flex-start;
margin: auto;
}
@media (max-width: 767px) {
.layout-blog.style-sticky .post-sticky {
position: initial;
}
}
.title-sticky {
position: sticky !important;
top: 100px;
flex-direction: column;
flex-wrap: wrap;
align-items: flex-start;
}
.post-list-item {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 1200px) {
.post-list-item {
margin-bottom: 30px;
padding-bottom: 30px;
}
}
.post-list-item.post-list-home {
margin-bottom: 20px;
}
@media (min-width: 1200px) {
.post-list-item.post-list-home {
margin-bottom: 45px;
}
}
.post-list-item.post-list-home .top-image .readmore {
width: 44px;
height: 44px;
line-height: 44px;
}
.post-list-item:last-child {
border: none;
padding: 0;
}
.post-list-item .list-inner {
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
background-color: #fff;
}
.post-list-item .top-info {
z-index: 9;
direction: ltr;
bottom: 0;
margin: 0;
padding: 0;
position: relative;
}
.post-list-item .top-info > * {
display: inline-block;
vertical-align: middle;
}
.post-list-item .top-info > *:last-child {
margin-right: 0;
}
.rtl .post-list-item .top-info > *:last-child {
margin-left: 0;
margin-right: inherit;
}
.post-list-item .bottom-info {
padding-top: 0;
}
.post-list-item .post-info {
padding: 8px 10px 10px 0;
border: 0;
text-align: left;
background-color: transparent;
}
.rtl .post-list-item .post-info {
text-align: right;
}
@media (min-width: 1024px) {
.post-list-item .post-info {
padding: 8px 20px 10px 0;
}
}
@media (max-width: 767px) {
.post-list-item .post-info {
padding: 15px 0 0;
}
}
.post-list-item .top-image {
position: relative;
z-index: 1;
}
.post-list-item .top-image .date {
left: 30px;
}
.rtl .post-list-item .top-image .date {
right: 30px;
left: auto;
}
.post-list-item .top-image .post-sticky {
position: absolute;
right: 15px;
}
.rtl .post-list-item .top-image .post-sticky {
left: 15px;
right: auto;
}
.post-list-item .top-image .readmore {
width: 44px;
height: 44px;
line-height: 44px;
font-size: 20px;
display: block;
background-color: #2b2b2b;
right: 15px;
bottom: 2px;
position: absolute;
text-align: center;
z-index: 1;
padding: 0;
}
.rtl .post-list-item .top-image .readmore {
left: 15px;
right: auto;
}
@media (min-width: 1200px) {
.post-list-item .top-image .readmore {
width: 55px;
height: 55px;
line-height: 55px;
font-size: 24px;
}
}
.post-list-item .top-image .readmore i {
color: #fff;
}
.post-list-item .top-image .readmore:hover {
background-color: #f0c429;
}
.post-list-item .top-image .readmore:hover i {
color: #2b2b2b;
}
.post-list-item .post-thumbnail img {
border-radius: 18px;
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
-ms-border-radius: 18px;
-o-border-radius: 18px;
}
.post-list-item .no-image-content .post-content .post-content-inner {
margin: 0;
}
.post-list-item .post-thumbnail {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
overflow: hidden;
}
.post-list-item .post-thumbnail:before {
display: none;
}
.post-list-item .post-sticky {
right: 15px;
}
.rtl .post-list-item .post-sticky {
left: 15px;
right: auto;
}
.post-list-item .entry-title {
margin: 10px 0;
font-size: 18px;
line-height: 1.5;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
@media (min-width: 1200px) {
.post-list-item .entry-title {
font-size: 22px;
}
}
.post-list-item .description {
margin-bottom: 15px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
@media (min-width: 1200px) {
.post-list-item .description {
margin-bottom: 20px;
}
}
@media (max-width: 767px) {
.post-list-item .description {
margin-bottom: 0;
}
}
.post-list-item:hover .readmore, .post-list-item:focus .readmore {
background-color: #f0c429;
color: #2b2b2b;
}
.post-list-item:hover .readmore i, .post-list-item:focus .readmore i {
color: #2b2b2b;
}
.search-results .post-layout .description {
border: 0;
} .posts-grid-category {
overflow: hidden;
}
.top-blog-info {
padding: 25px 0;
margin-bottom: 20px;
border-bottom: 1px solid #e5e5e5;
}
.top-blog-info i {
margin-right: 10px;
}
.rtl .top-blog-info i {
margin-left: 10px;
margin-right: inherit;
}
.top-blog-info .categories {
margin-right: 35px;
}
.rtl .top-blog-info .categories {
margin-left: 35px;
margin-right: inherit;
}
.top-blog-info .author a {
color: #f0c429;
}
.top-blog-info a {
color: #666;
}
.top-blog-info a:hover, .top-blog-info a:active {
color: #f0c429;
}
.list-default {
margin-bottom: 45px;
}
.list-default .entry-title {
font-weight: 500;
font-size: 30px;
margin: 0 0 10px;
}
.list-default .description {
margin: 0 0 15px;
}
.category-posts {
position: relative;
}
.category-posts::after {
content: "";
top: 20px;
position: absolute;
right: 0;
width: 1px;
height: 1000px;
background: #e5e5e5;
}
.rtl .category-posts::after {
left: 0;
right: auto;
}
.category-posts .post {
border-bottom: 1px solid #e5e5e5;
}
.category-posts .category-posts-label {
padding: 1px 3px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
background: #f0c429;
font-weight: 400;
font-size: 10px;
text-transform: uppercase;
}
.category-posts .category-posts-label a {
color: #fff;
}
.category-posts .entry-meta::after {
display: none;
}
.category-posts .posts-more .post:last-child {
border: 0px;
}
.category-posts .posts-more .entry-title {
font-size: 10px;
}
.category-posts .posts-more .entry-title a {
color: #777777;
}
.category-posts .posts-more .entry-title a:hover {
color: #f0c429;
} .sharebox {
margin-bottom: 30px;
}
.sharebox .sharebox-title {
margin: 10px 0;
}
.top-info-detail {
position: relative;
}
.top-info-detail.post-layout .bottom-info a.blog-time:before {
line-height: 26px;
}
.entry-title-detail {
color: #2b2b2b;
font-size: 24px;
margin: 0 0 15px;
word-wrap: break-word;
text-transform: none;
}
@media (min-width: 1200px) {
.entry-title-detail {
font-size: 32px;
font-weight: 500;
}
}
.social-networks li {
padding-left: 10px;
padding-right: 10px;
}
.social-networks li:last-child a {
margin-right: 0;
}
.social-networks li a {
font-size: 14px;
}
.social-networks li a:hover {
color: #f0c429;
}
.tag-links,
.post-share {
margin-bottom: 10px;
}
.tag-links span i,
.post-share span i {
margin-right: 5px;
}
.rtl .tag-links span i,
.rtl .post-share span i {
margin-left: 5px;
margin-right: inherit;
} #respond .title {
margin: 0 0 5px;
}
.comment-list {
padding: 0;
margin: 0 0 30px 0;
list-style: none;
}
.comment-list li.comment {
border-top: 1px solid #e5e5e5;
padding-top: 30px;
margin-top: 30px;
}
.comment-list .comment-respond {
padding-bottom: 10px;
}
.comment-list #cancel-comment-reply-link {
color: #f0c429;
}
.comment-list .children {
list-style: none;
margin: 0;
padding-left: 100px;
}
.rtl .comment-list .children {
padding-right: 100px;
padding-left: inherit;
}
.comment-list div.avatar {
min-width: 100px;
padding-right: 30px;
float: left;
}
.rtl .comment-list div.avatar {
padding-left: 30px;
padding-right: inherit;
}
.rtl .comment-list div.avatar {
float: right;
}
.comment-list .comment-edit-link {
color: #f0c429;
font-size: 16px;
font-weight: 500;
margin-left: 5px;
}
.rtl .comment-list .comment-edit-link {
margin-right: 5px;
margin-left: inherit;
}
.comment-list .date {
color: #666;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
}
.comment-list strong {
font-size: 14px;
color: #2b2b2b;
font-weight: 600;
text-transform: capitalize;
}
@media (min-width: 1200px) {
.comment-list strong {
font-size: 16px;
}
}
.comment-list .comment-reply-link {
font-size: 16px;
font-weight: 500;
color: #f0c429;
position: absolute;
top: 0;
right: 0;
transition: all 0.2s ease-in-out 0s;
}
.comment-list .comment-reply-link:before {
content: "\e6bd";
font-family: "themify";
font-size: 13px;
vertical-align: unset;
margin-right: 0;
}
.rtl .comment-list .comment-reply-link:before {
margin-left: 0;
margin-right: inherit;
}
.comment-list .comment-reply-link:hover, .comment-list .comment-reply-link:active {
color: #bf980d;
}
.comment-list .comment-box {
overflow: hidden;
position: relative;
}
.comment-list .comment-text {
margin: 0 0 10px;
}
.comment-list .comment-text p:last-child {
margin: 0;
}
.comment-list img.avatar {
width: 70px;
height: 70px;
overflow: hidden;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.comment-list .the-comment {
padding: 0;
}
@media (min-width: 992px) {
.comment-list .the-comment {
padding: 0;
}
}
.commentform .title {
color: #2b2b2b;
margin: 0;
font-size: 26px;
}
.commentform .comment-notes {
display: none;
}
.comment-form #submit {
text-transform: none;
}
.post-navigation a {
color: #666;
}
.post-navigation a:hover, .post-navigation a:active {
color: #2b2b2b;
}
.post-navigation .navi {
display: block;
float: none;
width: 100%;
margin: 0;
font-size: 14px;
}
.post-navigation .navi i {
font-size: 12px;
margin-right: 5px;
}
.rtl .post-navigation .navi i {
margin-left: 5px;
margin-right: inherit;
}
.post-navigation .post-title {
font-size: 16px;
font-family: "Manrope", "Times New Roman", Times, serif;
font-weight: 400;
margin: 10px 0 0;
display: block;
}
.post-navigation .nav-next .navi i {
margin-right: 0;
margin-left: 5px;
}
.rtl .post-navigation .nav-next .navi i {
margin-left: 0;
margin-right: inherit;
}
.rtl .post-navigation .nav-next .navi i {
margin-right: 5px;
margin-left: inherit;
} .detail-post .entry-title-detail {
margin: 0 0 20px;
}
.detail-post iframe {
max-width: 100%;
}
.detail-post .top-info {
margin: 0 0 15px;
}
@media (max-width: 767px) {
.detail-post .top-info {
margin: 0 0 10px;
}
}
.detail-post .top-info a, .detail-post .top-info span {
color: #666;
margin: 0;
position: relative;
text-transform: uppercase;
}
.detail-post .top-info a:hover, .detail-post .top-info a:focus, .detail-post .top-info span:hover, .detail-post .top-info span:focus {
color: #f0c429;
}
.detail-post .top-info i {
color: #f0c429;
margin-right: 5px;
font-size: 16px;
}
.rtl .detail-post .top-info i {
margin-left: 5px;
margin-right: inherit;
}
.detail-post .top-info > * {
display: inline-block;
vertical-align: middle;
margin-right: 0;
}
.rtl .detail-post .top-info > * {
margin-left: 0;
margin-right: inherit;
}
.detail-post .top-info > *:last-child {
margin-right: 0;
}
.rtl .detail-post .top-info > *:last-child {
margin-left: 0;
margin-right: inherit;
}
.detail-post .entry-thumb {
position: relative;
margin-bottom: 15px;
border: 1px solid #2b2b2b;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
overflow: hidden;
}
@media (min-width: 1200px) {
.detail-post .entry-thumb {
margin-bottom: 30px;
}
}
.detail-post .entry-thumb.no-thumb {
margin: 0;
}
.detail-post .entry-thumb.no-thumb + .top-info {
position: static;
}
.detail-post .related-posts .entry-thumb {
margin: 0;
}
.detail-post .entry-content-detail {
margin: 0 0 15px;
background-color: #fff;
padding: 0;
border-width: 0;
border-style: solid;
border-color: #e5e5e5;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
}
@media (min-width: 1200px) {
.detail-post .entry-content-detail {
margin: 0 0 25px;
}
}
.detail-post .entry-content-detail .top-info {
font-size: 12px;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid;
border-color: #e5e5e5;
}
@media (min-width: 1200px) {
.detail-post .entry-content-detail .top-info {
font-size: 14px;
}
}
.detail-post .entry-content-detail .top-info > div:not(:last-child):after {
content: "";
display: inline-block;
width: 10px;
height: 1px;
margin: 0 5px;
vertical-align: middle;
background-color: #666;
}
@media (min-width: 1200px) {
.detail-post .entry-content-detail .top-info > div:not(:last-child):after {
margin: 0 10px;
width: 20px;
}
}
.detail-post .entry-content-detail .wp-block-gallery {
margin-bottom: 20px;
}
.detail-post .entry-content-detail .wp-block-gallery.columns-2 {
margin-right: 15px;
}
.rtl .detail-post .entry-content-detail .wp-block-gallery.columns-2 {
margin-left: 15px;
margin-right: inherit;
}
.detail-post .entry-content-detail .list-categories {
position: relative;
margin-left: 0;
}
.rtl .detail-post .entry-content-detail .list-categories {
margin-right: 0;
margin-left: inherit;
}
.detail-post .entry-content-detail .list-categories a {
color: #2b2b2b;
margin: 0;
display: inline-block;
float: none;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
}
.detail-post .entry-content-detail .list-categories a + a:before {
content: ",";
margin-right: 5px;
}
.rtl .detail-post .entry-content-detail .list-categories a + a:before {
margin-left: 5px;
margin-right: inherit;
}
.detail-post .font-second {
font-size: 24px;
margin: 0 0 20px;
}
.detail-post .goal-social-share {
margin-top: 0;
}
.detail-post .goal-social-share .title {
margin-right: 15px;
font-weight: 600;
color: #2b2b2b;
}
.rtl .detail-post .goal-social-share .title {
margin-left: 15px;
margin-right: inherit;
}
.detail-post .goal-social-share a {
color: #666;
font-size: 14px;
margin-right: 10px;
}
.rtl .detail-post .goal-social-share a {
margin-left: 10px;
margin-right: inherit;
}
@media (min-width: 1200px) {
.detail-post .goal-social-share a {
margin-right: 15px;
}
.rtl .detail-post .goal-social-share a {
margin-left: 15px;
margin-right: inherit;
}
}
.detail-post .goal-social-share a:hover, .detail-post .goal-social-share a:active {
color: #2b2b2b;
}
.detail-post .tag-social {
margin-bottom: 0;
border-top: 1px solid #e5e5e5;
padding-top: 15px;
display: inline-flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 0;
width: 100%;
}
@media (min-width: 992px) {
.detail-post .tag-social {
padding: 30px 0 0;
}
}
@media (max-width: 767px) {
.detail-post .tag-social {
padding-bottom: 0;
}
}
.detail-post .tag-social strong {
margin-right: 15px;
font-weight: 600;
color: #2b2b2b;
}
.rtl .detail-post .tag-social strong {
margin-left: 15px;
margin-right: inherit;
}
.detail-post .entry-tags-list a {
font-size: 12px;
text-transform: none;
padding: 5px 15px;
color: #2b2b2b;
font-weight: 500;
display: inline-block;
transition: all 0.2s ease-in-out 0s;
margin-right: 10px;
margin-bottom: 5px;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
background-color: #f0f0f0;
border: 1px solid #f0f0f0;
}
.rtl .detail-post .entry-tags-list a {
margin-left: 10px;
margin-right: inherit;
}
@media (min-width: 767px) {
.detail-post .entry-tags-list a {
font-size: 14px;
padding: 5px 20px;
}
}
.detail-post .entry-tags-list a:hover, .detail-post .entry-tags-list a:active {
color: #fff;
border-color: #f0c429;
background: #f0c429;
}
.detail-post .post-navigation {
margin: 0 0 30px;
padding-top: 0;
background-color: #fff;
}
@media (max-width: 767px) {
.detail-post .post-navigation {
margin: 0 0 15px;
}
}
.detail-post .nav-links .navi {
font-size: 16px;
color: #2b2b2b;
}
.detail-post .nav-links .navi:hover, .detail-post .nav-links .navi:active {
color: #f0c429;
}
.detail-post .nav-links .navi i {
line-height: 1;
vertical-align: middle;
font-size: 42px;
}
.detail-post .entry-content-detail .entry-title {
font-size: 28px;
font-weight: 400;
margin: 0 0 5px;
}
.detail-post .sub-title {
font-size: 21px;
}
.detail-post #comments {
padding: 0;
border: 0;
}
.detail-post #comments .comment-list-wrap {
background-color: #fff;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border: 1px solid #e5e5e5;
padding: 30px;
margin: 0 0 20px;
}
@media (max-width: 767px) {
.detail-post #comments .comment-list-wrap {
padding: 15px;
}
}
.detail-post #comments .comment-list .comment-text {
margin: 15px 0 10px;
background-color: #f5f5f5;
padding: 10px;
border-radius: 5px;
border: 1px solid #ebebeb;
box-sizing: border-box;
}
.detail-post #comments .comments-title {
font-size: 18px;
margin: 0 0 25px;
}
.post-navigation {
position: relative;
}
.post-navigation .screen-reader-text {
display: none;
}
.post-navigation .nav-links {
overflow: hidden;
display: flex;
flex-wrap: wrap;
}
.post-navigation .nav-links > a {
transition: all 0.3s ease-in-out 0s;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
line-height: 24px;
padding: 20px;
border: 1px solid #e5e5e5;
border-radius: 20px 0 0 20px;
-webkit-border-radius: 20px 0 0 20px;
-moz-border-radius: 20px 0 0 20px;
-ms-border-radius: 20px 0 0 20px;
-o-border-radius: 20px 0 0 20px;
}
@media (min-width: 767px) {
.post-navigation .nav-links > a {
width: 50%;
}
}
.post-navigation .nav-links > a + a {
margin: -1px 0 0;
}
@media (min-width: 767px) {
.post-navigation .nav-links > a + a {
border-left: 0;
margin: 0;
border-radius: 0 20px 20px 0;
-webkit-border-radius: 0 20px 20px 0;
-moz-border-radius: 0 20px 20px 0;
-ms-border-radius: 0 20px 20px 0;
-o-border-radius: 0 20px 20px 0;
}
}
@media (min-width: 767px) {
.post-navigation .nav-links > a + a > div {
flex-direction: row-reverse;
}
}
@media (min-width: 767px) {
.post-navigation .nav-links > a + a > div img {
margin-left: 20px;
margin-right: 0;
}
}
@media (min-width: 767px) {
.post-navigation .nav-links > a + a > div .meta-nav {
justify-content: flex-end;
}
}
.post-navigation .nav-links > a + a > div .meta-nav::before {
display: none;
}
.post-navigation .nav-links > a + a > div .meta-nav::after {
content: "\e649";
font-family: "themify";
padding-left: 3px;
font-size: 14px;
}
@media (min-width: 767px) {
.post-navigation .nav-links > a + a > div .wrapper-title-meta {
text-align: right;
}
}
.post-navigation .nav-links > a .wrapper-title-meta {
padding: 15px 0;
}
.post-navigation .nav-links > a img {
margin-right: 20px;
margin-left: 0;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
}
.post-navigation .nav-links .media {
display: flex;
align-items: flex-start;
overflow: hidden;
}
.post-navigation .nav-links .meta-nav {
display: flex;
flex-wrap: wrap;
align-items: center;
line-height: 17px;
position: relative;
text-transform: uppercase;
font-size: 13px;
font-weight: 500;
}
.post-navigation .nav-links .meta-nav::before {
color: #666 !important;
display: inline-block;
content: "\e64a";
font-family: "themify";
padding-right: 3px;
font-size: 14px;
}
.post-navigation .nav-links .post-title {
color: #2b2b2b;
display: -webkit-box;
-ms-word-wrap: break-word;
word-wrap: break-word;
line-height: 20px;
padding-top: 0;
-webkit-line-clamp: 2;
text-transform: capitalize;
}
.post-navigation .nav-links .post-title:hover {
color: #f0c429;
}
.author-info {
padding: 20px 0;
border-top: 1px solid #e5e5e5;
}
@media (min-width: 992px) {
.author-info {
padding: 40px 0;
}
}
.author-info .author-title {
font-size: 18px;
font-weight: 400;
margin: 0 0 5px;
}
.author-info .avatar-img {
padding-right: 20px;
}
.rtl .author-info .avatar-img {
padding-left: 20px;
padding-right: inherit;
}
.author-info .avatar-img .avatar {
overflow: hidden;
max-width: none;
}
.related-posts {
padding: 0;
margin: 0;
}
@media (min-width: 1200px) {
.related-posts {
margin: 30px 0 0;
}
}
.related-posts .title {
margin: 0 0 15px;
font-size: 28px;
text-transform: capitalize;
}
@media (min-width: 1200px) {
.related-posts .title {
font-size: 36px;
margin: 0 0 25px;
}
}
.blog-post-icon {
display: table;
color: #fff;
text-align: center;
position: absolute;
top: 0;
z-index: 1;
background: #f0c429;
opacity: 0.9;
filter: alpha(opacity=90);
left: 0;
width: 50px;
height: 50px;
}
.rtl .blog-post-icon {
right: 0;
left: auto;
}
.blog-post-icon .fa {
display: table-cell;
vertical-align: middle;
font-size: 22px;
} .blog-masonry .entry-thumb {
margin-bottom: 0;
}
.gallery {
margin-left: -15px;
margin-right: -15px;
overflow: hidden;
}
.gallery .gallery-item {
float: left;
margin-bottom: 15px;
padding-right: 15px;
padding-left: 15px;
position: relative;
}
.rtl .gallery .gallery-item {
float: right;
}
.gallery .gallery-item figcaption {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
color: #fff;
max-height: 50%;
font-size: 12px;
background: rgba(0, 0, 0, 0.5);
margin-left: 15px;
margin-right: 15px;
opacity: 0;
filter: alpha(opacity=0);
padding: 8px 15px;
}
.gallery .gallery-item:hover figcaption {
opacity: 1;
filter: alpha(opacity=100);
}
.gallery.gallery-columns-9 .gallery-item {
width: 33.33%;
}
@media (min-width: 768px) {
.gallery.gallery-columns-9 .gallery-item {
width: 11%;
}
}
.gallery.gallery-columns-8 .gallery-item {
width: 33.33%;
}
@media (min-width: 768px) {
.gallery.gallery-columns-8 .gallery-item {
width: 12.5%;
}
}
.gallery.gallery-columns-7 .gallery-item {
width: 33.33%;
}
@media (min-width: 768px) {
.gallery.gallery-columns-7 .gallery-item {
width: 14%;
}
}
.gallery.gallery-columns-6 .gallery-item {
width: 33.33%;
}
@media (min-width: 768px) {
.gallery.gallery-columns-6 .gallery-item {
width: 16.66%;
}
}
.gallery.gallery-columns-5 .gallery-item {
width: 20%;
}
.gallery.gallery-columns-4 .gallery-item {
width: 25%;
}
.gallery.gallery-columns-3 .gallery-item {
width: 33%;
}
.gallery.gallery-columns-1 .gallery-item {
width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
width: 50%;
}
.wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color), .wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
color: #fff;
}
.wp-block-cover, .wp-block-cover-image {
margin: 0 0 10px;
}
.wp-block-button {
margin: 0 0 10px;
}
.wp-block-button.is-style-squared .wp-block-button__link {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.comment-navigation {
overflow: hidden;
padding: 20px 0;
}
.comment-navigation .nav-links > div {
display: inline-block;
}
.comment-navigation .nav-links > div + div {
line-height: 1.1;
margin-left: 15px;
padding-left: 15px;
border-left: 2px solid #e5e5e5;
}
.rtl .comment-navigation .nav-links > div + div {
margin-right: 15px;
margin-left: inherit;
}
.rtl .comment-navigation .nav-links > div + div {
padding-right: 15px;
padding-left: inherit;
}
.rtl .comment-navigation .nav-links > div + div {
border-right: 2px solid #e5e5e5;
border-left: inherit;
}
.list-check {
list-style: none;
padding: 0;
margin: 0;
}
.list-check li {
margin-bottom: 10px;
}
.list-check i {
color: #f0c429;
margin-right: 10px;
}
.rtl .list-check i {
margin-left: 10px;
margin-right: inherit;
}
.author-post .avatar {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.author-post .avatar-img {
float: left;
padding-right: 8px;
}
.rtl .author-post .avatar-img {
float: right;
}
.rtl .author-post .avatar-img {
padding-left: 8px;
padding-right: inherit;
}
.author-post .name-author {
display: inline-block;
margin-top: 9px;
} .effect-1 {
position: relative;
}
.effect-1:after {
content: "";
display: block;
width: 0px;
height: 1px;
transition: all 0.3s ease 0s;
left: 0;
bottom: 0;
right: 0;
background: transparent;
margin: auto;
}
.effect-1:hover:after {
width: 100%;
height: 1px;
background: #f0c429;
}
.zoom-2 {
overflow: hidden;
display: block;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
}
.zoom-2 img {
position: relative;
width: 100%;
height: auto;
transition: all 0.2s ease-out;
transform-origin: center center;
}
.zoom-2:hover img {
transform: scale(1.2);
}
.filter-grayscale, .widget .widget_sp_image-image-link img {
transition: all 0.6s ease-out 0s;
}
.filter-grayscale:hover, .widget .widget_sp_image-image-link img:hover {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
}
.filter-brightness {
transition: all 0.4s ease-out 0s;
}
.filter-brightness:hover {
filter: brightness(0.4);
-webkit-filter: brightness(0.4);
-moz-filter: brightness(0.4);
-o-filter: brightness(0.4);
-ms-filter: brightness(0.4);
}
.filter-blur {
transition: all 0.6s ease-out 0s;
}
.filter-blur:hover {
filter: blur(5px);
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
}
.close .fa {
transition: all 1s ease-in-out;
}
.close:hover .fa {
transform: rotate(360deg);
}
.image-overlay-1:after, .image-overlay-1:before {
content: "";
display: block;
position: absolute;
z-index: 100;
background: rgba(0, 0, 0, 0.7);
width: 100%;
height: 100%;
left: 0;
opacity: 0;
filter: alpha(opacity=0);
transition: all 0.3s ease 0s;
}
.rtl .image-overlay-1:after, .rtl .image-overlay-1:before {
right: 0;
left: auto;
}
.image-overlay-1:after {
top: -100%;
}
.image-overlay-1:before {
bottom: -100%;
}
.image-overlay-1:hover:after {
top: -50%;
opacity: 1;
filter: alpha(opacity=100);
}
.image-overlay-1:hover:before {
bottom: -50%;
opacity: 1;
filter: alpha(opacity=100);
}
.image-plus-1 {
position: relative;
}
.image-plus-1::before {
overflow: hidden;
position: absolute;
top: 0;
content: "";
z-index: 100;
width: 100%;
height: 100%;
left: 0;
opacity: 0;
filter: alpha(opacity=0);
transition: all 0.3s ease 0s;
transform: scale(1.5);
background: url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/images/plus.png) no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.6);
}
.rtl .image-plus-1::before {
right: 0;
left: auto;
}
.image-plus-1:hover::before {
visibility: visible;
opacity: 0.6;
filter: alpha(opacity=60);
transform: scale(1);
}
.image-plus-2 {
position: relative;
}
.image-plus-2::before {
content: "";
z-index: 199;
top: 0;
position: absolute;
background: url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/images/plus.png) no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.8);
width: 100%;
height: 100%;
left: 0;
transition: all 0.3s ease 0s;
opacity: 0;
filter: alpha(opacity=0);
-ms-background-size: 10px 10px, 100% 100%;
background-size: 10px 10px, 100% 100%;
-ms-background-origin: padding-box, padding-box;
background-origin: padding-box, padding-box;
}
.rtl .image-plus-2::before {
right: 0;
left: auto;
}
.image-plus-2:hover::before {
opacity: 0.6;
visibility: visible;
-ms-background-size: 60px 60px, 100% 100%;
background-size: 60px 60px, 100% 100%;
}
.image-plus-3 {
position: relative;
}
.image-plus-3::before {
content: "";
top: 0;
overflow: hidden;
position: absolute;
z-index: 100;
transform: scale(0.5) rotateX(180deg);
width: 100%;
height: 100%;
left: 0;
opacity: 0;
filter: alpha(opacity=0);
transition: all 0.3s ease 0s;
background: rgba(0, 0, 0, 0.8);
}
.rtl .image-plus-3::before {
right: 0;
left: auto;
}
.image-plus-3:hover::before {
visibility: visible;
opacity: 0.6;
filter: alpha(opacity=60);
transform: scale(1) rotateX(0deg);
}
.icon-effect-1 {
position: relative;
}
.icon-effect-1:before {
content: "";
display: block;
transform: scale(0.5);
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
left: 0;
right: 0;
bottom: 0;
top: 0;
margin: auto;
width: 100%;
height: 100%;
position: absolute;
background-color: transparent;
}
.icon-effect-1:hover:before {
transform: scale(1);
transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}  .no-margin {
margin: 0 !important;
}
.no-margin .pagination {
margin: 0;
} .no-padding {
padding: 0 !important;
}
.no-position {
position: static !important;
}
.inline-block {
display: inline-block;
vertical-align: middle;
}
.lt-ie8 .inline-block {
display: inline;
zoom: 1;
}
.no-background {
box-shadow: none;
background: none !important;
}
.no-effect a:before {
content: none !important;
} .clear-list {
padding: 0;
margin: 0;
list-style: none;
} .text-uppercase {
text-transform: uppercase !important;
} .separator_align_center {
text-align: center !important;
}
.vc_align_right,
.separator_align_right {
text-align: right !important;
}
.separator_align_left {
text-align: left !important;
} .font-size-lg {
font-size: 48px;
}
.font-size-md {
font-size: 30px;
}
.font-size-sm {
font-size: 20px;
}
.font-size-xs {
font-size: 16px;
} .no-border {
border: 0px !important;
} .bg-transparent {
background: transparent !important;
} .widget-text-heading {
margin: 0;
}
.widget-text-heading .title {
font-size: 36px;
font-weight: 400;
margin: 0 0 5px;
}
.widget-text-heading .des {
font-size: 13px;
}
.widget-text-heading.center {
text-align: center;
}
.elementor-widget-dekoro_heading .dekoro-heading-title {
color: #2b2b2b;
display: block;
position: relative;
font-size: 22px;
line-height: 24px;
font-weight: 600;
margin: 0;
padding-block-end: 0;
padding-block-start: 0;
letter-spacing: 0;
}
@media (min-width: 1200px) {
.elementor-widget-dekoro_heading .dekoro-heading-title {
font-size: 36px;
padding-block-end: 20px;
}
}
.vertical-wrapper {
position: relative;
}
.vertical-wrapper .title-vertical {
color: #fff;
background-color: #f0c429;
font-size: 14px;
font-family: "Manrope", Helvetica, Arial, sans-serif;
font-weight: 600;
text-transform: uppercase;
padding: 13px 20px;
margin: 0;
cursor: pointer;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
letter-spacing: 1px;
}
@media (max-width: 1366px) {
.vertical-wrapper .title-vertical {
font-size: 11px;
padding: 12px 10px;
}
}
.vertical-wrapper .title-vertical i {
font-size: 16px;
margin-right: 15px;
}
.rtl .vertical-wrapper .title-vertical i {
margin-left: 15px;
margin-right: inherit;
}
@media (max-width: 1366px) {
.vertical-wrapper .title-vertical i {
font-size: 11px;
margin-right: 5px;
}
.rtl .vertical-wrapper .title-vertical i {
margin-left: 5px;
margin-right: inherit;
}
}
.vertical-wrapper .title-vertical .show-down {
font-size: 18px;
margin: 0;
float: right;
}
.rtl .vertical-wrapper .title-vertical .show-down {
float: left;
}
@media (max-width: 1366px) {
.vertical-wrapper .title-vertical .show-down {
font-size: 13px;
}
}
.vertical-wrapper .content-vertical {
padding: 0;
display: none;
position: absolute;
top: 100%;
left: 0;
width: 100% !important;
z-index: 1;
margin: 0;
}
.vertical-wrapper.show-always .content-vertical {
display: block;
}
body.home .vertical-wrapper.show-in-home .content-vertical {
display: block;
}
@media (min-width: 1200px) {
body.page-template-default.page-id-15369:not(.woocommerce-page) .vertical-wrapper.show-in-home .content-vertical {
display: block;
}
}
.goal-vertical-menu {
padding: 0;
background: #fff;
margin: 15px 0 0;
list-style: none;
border-width: 1px;
border-style: solid;
border-color: #e5e5e5;
float: none;
border-radius: 0 0 6px 6px;
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
-ms-border-radius: 0 0 6px 6px;
-o-border-radius: 0 0 6px 6px;
}
.goal-vertical-menu > li {
display: block;
width: 100%;
border-bottom: 1px dashed #e5e5e5;
}
.goal-vertical-menu > li:last-child {
border: none;
}
.goal-vertical-menu > li > a {
font-size: 13px;
background: transparent !important;
position: relative;
padding: 5px 15px 5px 10px;
display: flex;
align-items: center;
font-weight: 600;
}
@media (min-width: 1500px) {
.goal-vertical-menu > li > a {
font-size: 15px;
padding: 10px 20px 10px 15px;
}
}
.goal-vertical-menu > li > a.dropdown-toggle:after {
content: "\e649";
font-family: "themify";
font-size: 11px;
color: #666;
position: absolute;
right: 10px;
top: 10px;
}
.rtl .goal-vertical-menu > li > a.dropdown-toggle:after {
left: 10px;
right: auto;
}
.goal-vertical-menu > li > a > i,
.goal-vertical-menu > li > a > img {
font-size: 24px;
margin-right: 20px;
width: 18px;
display: inline-block;
color: #2b2b2b;
}
.rtl .goal-vertical-menu > li > a > i,
.rtl .goal-vertical-menu > li > a > img {
margin-left: 20px;
margin-right: inherit;
}
.goal-vertical-menu > li > a > i.down,
.goal-vertical-menu > li > a > img.down {
display: none;
}
.goal-vertical-menu > li > a .caret {
float: right;
margin: 22px 0 0;
transform: rotate(0deg);
transition: all 0.2s ease-in-out 0s;
}
.rtl .goal-vertical-menu > li > a .caret {
float: left;
}
.goal-vertical-menu > li .goal-container {
padding: 10px 35px;
}
.goal-vertical-menu > li:hover > a, .goal-vertical-menu > li.active > a {
color: #f0c429;
}
.goal-vertical-menu > li:hover > a > i, .goal-vertical-menu > li.active > a > i {
color: #f0c429;
}
.goal-vertical-menu li:hover > .dropdown-menu {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.goal-vertical-menu .text-label {
background: #5bc0de;
font-size: 11px;
vertical-align: super;
margin-left: 0;
color: #fff;
text-transform: capitalize;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
position: absolute;
padding: 0px 5px;
line-height: 1.5;
}
.rtl .goal-vertical-menu .text-label {
margin-right: 0;
margin-left: inherit;
}
.goal-vertical-menu .text-label.label-hot {
background: #e44343;
}
.goal-vertical-menu .text-label.label-hot:before {
border-color: #e44343 transparent transparent #e44343;
}
.goal-vertical-menu .text-label.label-new {
background: #5cb85c;
}
.goal-vertical-menu .text-label.label-new:before {
border-color: #5cb85c transparent transparent #5cb85c;
}
.goal-vertical-menu .text-label:before {
content: "";
position: absolute;
z-index: 9;
top: 100%;
left: 7px;
border-width: 3px;
border-style: solid;
border-color: #5bc0de transparent transparent #5bc0de;
}
.rtl .goal-vertical-menu .text-label:before {
right: 7px;
left: auto;
}
.goal-vertical-menu .dropdown-menu {
min-width: 240px;
visibility: hidden;
padding: 0;
font-size: 14px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
display: block;
opacity: 0;
filter: alpha(opacity=0);
transition: all 0.2s ease-in-out 0s;
border: none;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.goal-vertical-menu .dropdown-menu > li > a {
color: #2b2b2b;
background: transparent !important;
padding: 0;
}
.goal-vertical-menu .dropdown-menu > li > a > i,
.goal-vertical-menu .dropdown-menu > li > a > img {
font-size: 20px;
margin-right: 10px;
width: 15px;
display: inline-block;
}
.rtl .goal-vertical-menu .dropdown-menu > li > a > i,
.rtl .goal-vertical-menu .dropdown-menu > li > a > img {
margin-left: 10px;
margin-right: inherit;
}
.goal-vertical-menu .dropdown-menu > li > a .caret {
float: right;
margin: 12px 0 0;
transform: rotate(0deg);
transition: all 0.2s ease-in-out 0s;
}
.rtl .goal-vertical-menu .dropdown-menu > li > a .caret {
float: left;
}
.goal-vertical-menu .dropdown-menu > li:hover > a, .goal-vertical-menu .dropdown-menu > li.active > a, .goal-vertical-menu .dropdown-menu > li:active > a {
color: #f0c429;
}
.goal-vertical-menu .dropdown-menu .wpb_button, .goal-vertical-menu .dropdown-menu .wpb_content_element, .goal-vertical-menu .dropdown-menu ul.wpb_thumbnails-fluid > li,
.goal-vertical-menu .dropdown-menu .widget {
margin: 0;
}
.goal-vertical-menu .dropdown-menu .widget .widget-title, .goal-vertical-menu .dropdown-menu .widget .widgettitle, .goal-vertical-menu .dropdown-menu .widget .widget-heading {
margin: 0 0 10px;
font-size: 18px;
padding: 0;
}
.goal-vertical-menu .dropdown-menu .widget .widget-title:after, .goal-vertical-menu .dropdown-menu .widget .widget-title:before, .goal-vertical-menu .dropdown-menu .widget .widgettitle:after, .goal-vertical-menu .dropdown-menu .widget .widgettitle:before, .goal-vertical-menu .dropdown-menu .widget .widget-heading:after, .goal-vertical-menu .dropdown-menu .widget .widget-heading:before {
display: none;
}
.goal-vertical-menu .aligned-left > a:hover .caret {
transform: rotate(-90deg);
}
.goal-vertical-menu .aligned-left > .dropdown-menu {
top: 0;
left: 100%;
}
.goal-vertical-menu .aligned-right > a:hover .caret {
transform: rotate(90deg);
}
.goal-vertical-menu .aligned-right > .dropdown-menu {
top: -10px;
right: 100%;
left: inherit;
}
.goal_custom_menu.center {
text-align: center;
}
.goal_custom_menu.center li {
display: inline-block;
margin: 0 15px;
}
.goal_custom_menu.left {
text-align: left;
}
.goal_custom_menu.right {
text-align: right;
}
.goal_custom_menu.inline li {
display: inline-block;
vertical-align: middle;
margin-bottom: 0;
margin-right: 20px;
}
.rtl .goal_custom_menu.inline li {
margin-left: 20px;
margin-right: inherit;
}
@media (min-width: 1200px) {
.goal_custom_menu.inline li {
margin-right: 40px;
}
.rtl .goal_custom_menu.inline li {
margin-left: 40px;
margin-right: inherit;
}
}
.goal_custom_menu.inline li:last-child {
margin: 0;
}
.colection_gutter .slick-carousel {
margin: 0;
}
.colection_gutter .slick-carousel .slick-prev {
left: -15px;
}
.rtl .colection_gutter .slick-carousel .slick-prev {
right: -15px;
left: auto;
}
.colection_gutter .slick-carousel .slick-next {
right: -15px;
}
.rtl .colection_gutter .slick-carousel .slick-next {
left: -15px;
right: auto;
}
.carousel-templates .slick-carousel .slick-slide {
padding: 0;
}
@media (min-width: 1200px) {
.carousel-templates .slick-carousel .slick-slide {
padding: 0 8px;
}
}
.carousel-templates .slick-carousel .slick-prev {
left: 15px;
}
@media (min-width: 1200px) {
.carousel-templates .slick-carousel .slick-prev {
left: 0;
}
}
.carousel-templates .slick-carousel .slick-next {
right: 15px;
}
@media (min-width: 1200px) {
.carousel-templates .slick-carousel .slick-next {
right: 0;
}
}
@media (min-width: 1200px) {
.carousel-templates .slick-carousel:hover .slick-arrow {
margin: 0 45px !important;
}
}
.carousel-templates .slick-carousel .slick-dots {
position: absolute;
bottom: 15px;
left: 0;
right: 0;
padding: 0;
}
.slick-carousel {
position: relative;
margin-right: -15px;
margin-left: -15px;
}
.slick-carousel .slick-arrow {
background: #fff;
padding: 0;
display: inline-block;
width: 35px;
height: 35px;
text-align: center;
line-height: 36px;
font-size: 16px;
font-weight: 600;
color: #2b2b2b;
border: 1px solid #2b2b2b;
transition: all 0.3s ease-in-out 0s;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
position: absolute;
top: 50%;
transform: translate(0, -50%);
z-index: 5;
box-shadow: none;
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
-o-border-radius: 100px;
}
@media (min-width: 1200px) {
.slick-carousel .slick-arrow {
opacity: 0;
filter: alpha(opacity=0);
font-size: 18px;
width: 45px;
height: 45px;
line-height: 46px;
}
}
.slick-carousel .slick-arrow .textnav {
display: none;
}
.slick-carousel .slick-arrow:hover, .slick-carousel .slick-arrow:active, .slick-carousel .slick-arrow:focus {
background-color: #f0c429;
}
.slick-carousel .slick-prev {
left: 0;
}
.rtl .slick-carousel .slick-prev {
right: 0;
left: auto;
}
@media (min-width: 1200px) {
.slick-carousel .slick-prev {
margin-left: 15px;
}
}
.slick-carousel .slick-next {
right: 0;
}
.rtl .slick-carousel .slick-next {
left: 0;
right: auto;
}
@media (min-width: 1200px) {
.slick-carousel .slick-next {
margin-right: 15px;
}
}
@media (min-width: 1320px) {
.slick-carousel.arrow-full .slick-prev {
left: -60px !important;
}
.slick-carousel.arrow-full .slick-next {
right: -60px !important;
}
}
.slick-carousel.arrow-top .slick-arrow {
line-height: 38px;
box-shadow: none;
width: 36px;
height: 36px;
transform: translateY(0);
top: -55px;
opacity: 1;
filter: alpha(opacity=100);
color: #2b2b2b;
margin: 0;
}
@media (min-width: 1200px) {
.slick-carousel.arrow-top .slick-arrow {
top: -75px;
}
}
.slick-carousel.arrow-top .slick-prev {
left: inherit;
right: 55px;
}
.rtl .slick-carousel.arrow-top .slick-prev {
right: inherit;
left: auto;
}
.rtl .slick-carousel.arrow-top .slick-prev {
left: 55px;
right: auto;
}
.slick-carousel.arrow-top .slick-next {
right: 12px;
}
.rtl .slick-carousel.arrow-top .slick-next {
left: 12px;
right: auto;
}
.slick-carousel.arrow-small .slick-arrow {
line-height: 1;
border: 0;
background: transparent !important;
box-shadow: none;
width: auto;
height: auto;
color: #2b2b2b;
}
.slick-carousel.arrow-small .slick-arrow:hover, .slick-carousel.arrow-small .slick-arrow:focus {
color: #f0c429;
}
.slick-carousel:hover .slick-arrow {
opacity: 1;
filter: alpha(opacity=100);
margin: 0 !important;
}
.slick-carousel .slick-slide {
outline: none !important;
padding-left: 7px;
padding-right: 7px;
}
@media (min-width: 1200px) {
.slick-carousel .slick-slide {
padding-left: 15px;
padding-right: 15px;
}
}
.slick-carousel.show-text .textnav {
display: inline-block;
margin: 0 2px;
}
.slick-carousel.show-text .slick-arrow {
width: auto;
height: auto;
background: transparent !important;
font-weight: 500;
font-size: 12px;
color: #2b2b2b;
}
.slick-carousel.show-text .slick-arrow:hover, .slick-carousel.show-text .slick-arrow:active, .slick-carousel.show-text .slick-arrow:focus {
color: #f0c429;
}
.slick-carousel.show-text .slick-prev {
left: 15px;
right: inherit;
}
.slick-carousel.show-text .slick-next {
right: 15px;
left: inherit;
}
.slick-carousel.p-bottom .slick-list {
padding-bottom: 5px;
}
.slick-carousel.p-bottom .slick-arrow {
top: 100%;
transform: translateY(-100%);
}
.slick-carousel .slick-track {
margin: inherit;
}
.slick-carousel .slick-dots {
margin: 0;
padding: 15px 0 0;
text-align: center;
list-style: none;
line-height: 1;
display: -moz-flex;
display: flex;
justify-content: center;
-webkit-justify-content: center;
-ms-justify-content: center;
}
@media (min-width: 1200px) {
.slick-carousel .slick-dots {
padding: 20px 0 0;
}
}
.slick-carousel .slick-dots li {
display: -moz-flex;
display: flex;
align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
justify-content: center;
-webkit-justify-content: center;
-ms-justify-content: center;
margin: 0 5px;
cursor: pointer;
width: 12px;
height: 12px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border: 2px solid transparent;
transition: all 0.2s ease-in-out 0s;
}
.slick-carousel .slick-dots li button {
border: 0;
display: block;
text-indent: -9999em;
width: 8px;
height: 8px;
padding: 0;
background: #2b2b2b;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
transition: all 0.2s ease-in-out 0s;
}
.slick-carousel .slick-dots li.slick-active {
border-color: #2b2b2b;
}
.slick-carousel .slick-dots li.slick-active button {
background-color: transparent;
}
.carousel_white .slick-arrow {
color: #666;
}
.carousel_white .slick-arrow:hover, .carousel_white .slick-arrow:focus {
color: #fff;
}
.carousel_white .slick-dots li button {
background-color: #666;
}
.carousel_white .slick-dots li.slick-active button {
background-color: #fff;
}
.carousel_vertical {
position: relative;
padding-right: 40px;
}
.rtl .carousel_vertical {
padding-left: 40px;
padding-right: inherit;
}
.carousel_vertical .slick-dots {
padding: 0 !important;
position: absolute;
top: 50%;
left: calc(100% - 15px);
transform: translate(-50%, -50%) rotate(90deg);
white-space: nowrap;
}
.rtl .carousel_vertical .slick-dots {
right: calc(100% - 15px);
left: auto;
}
.rtl .carousel_vertical .slick-dots {
transform: translate(50%, -50%) rotate(-90deg);
} .owl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
animation-name: fadeOut;
} .owl-height {
transition: height 500ms ease-in-out;
}
.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-prev {
opacity: 1;
filter: alpha(opacity=100);
background: #aaaaaa;
border: none;
color: #fff;
}
.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-next:hover, .owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-next:active,
.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-prev:active,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-next:active,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-prev:active {
background: #222222;
color: #fff;
}
.owl-carousel-top .owl-carousel .owl-controls,
.owl-carousel-top.owl-carousel .owl-controls {
top: -70px;
width: 108px;
right: 0;
transform: translateY(0px);
}
.rtl .owl-carousel-top .owl-carousel .owl-controls,
.rtl .owl-carousel-top.owl-carousel .owl-controls {
left: 0;
right: auto;
} .owl-carousel {
display: none;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1;
margin-right: -15px;
margin-left: -15px;
touch-action: pan-y;
cursor: pointer;
}
.owl-carousel:hover .owl-controls .owl-nav .owl-prev,
.owl-carousel:hover .owl-controls .owl-nav .owl-next {
opacity: 1;
filter: alpha(opacity=100);
}
.owl-controls .owl-dots {
text-align: center;
}
.owl-controls .owl-dots .owl-dot {
cursor: pointer;
margin: 0 5px;
width: 11px;
height: 11px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
display: inline-block;
border: 2px solid #646a7c;
background: #646a7c;
}
.owl-controls .owl-dots .owl-dot.active {
border-color: #f0c429;
background: #f0c429;
}
.nav-bottom.owl-carousel {
padding-bottom: 55px;
}
.nav-bottom.owl-carousel .owl-controls {
top: 100%;
}
.nav-white .owl-controls .owl-dots .owl-dot {
border-color: #f0c429;
background: transparent;
}
.nav-white .owl-controls .owl-dots .owl-dot:hover, .nav-white .owl-controls .owl-dots .owl-dot.active {
background: #fff;
border-color: #f0c429;
}
.nav-small .owl-controls .owl-nav .owl-prev, .nav-small .owl-controls .owl-nav .owl-next {
width: 30px;
height: 30px;
line-height: 28px;
border-width: 1px;
font-size: 18px;
}
.nav-white .owl-controls .owl-nav .owl-prev, .nav-white .owl-controls .owl-nav .owl-next {
border-color: rgba(255, 255, 255, 0.5);
color: rgba(255, 255, 255, 0.5);
}
.nav-white .owl-controls .owl-nav .owl-prev:hover, .nav-white .owl-controls .owl-nav .owl-prev:active, .nav-white .owl-controls .owl-nav .owl-next:hover, .nav-white .owl-controls .owl-nav .owl-next:active {
border-color: #f0c429;
background-color: #f0c429;
color: #fff;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls {
position: absolute;
top: 50%;
width: 100%;
transform: translateY(-50%);
}
.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next {
cursor: pointer;
display: inline-block;
opacity: 0;
filter: alpha(opacity=0);
text-align: center;
transition: all 0.3s ease;
position: absolute;
transform: translateY(-50%);
border: 2px solid #f0c429;
top: 50%;
left: 15px;
z-index: 99;
color: #f0c429;
font-size: 30px;
width: 48px;
height: 48px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
line-height: 42px;
background: transparent;
}
.owl-controls .owl-nav .owl-prev:active, .owl-controls .owl-nav .owl-prev:hover,
.owl-controls .owl-nav .owl-next:active,
.owl-controls .owl-nav .owl-next:hover {
background: #f0c429;
color: #fff;
border-color: #f0c429;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
left: inherit;
right: 15px;
}
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
display: none;
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
padding-right: 30px/2;
padding-left: 30px/2;
}
.owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select: auto;
-moz-user-select: auto;
user-select: auto;
}
.owl-carousel .owl-grab {
cursor: move;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
} .no-js .owl-carousel {
display: block;
} .owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease;
} .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/sass/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
}
.wpb_gmaps_widget.wpb_content_element {
margin: 0;
}
.widget-googlemap {
position: relative;
}
.widget-googlemap .goal-google-map {
z-index: 1;
}
.widget-googlemap .map-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.widget-googlemap .content-info {
position: relative;
z-index: 9;
background: rgba(17, 17, 17, 0.8);
padding: 30px;
}
@media (min-width: 1024px) {
.widget-googlemap .content-info {
padding: 65px 65px 40px;
}
}
.widget-googlemap .description {
margin: 0 0 35px;
}
.widget-googlemap .info-wrapper {
margin: 0 0 40px;
}
.widget-googlemap .info-wrapper:nth-child(2n) {
font-weight: normal;
}
.widget-googlemap .info-wrapper .icon {
width: 70px;
height: 70px;
line-height: 76px;
text-align: center;
border: 2px dashed #3f4143;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
float: left;
margin-right: 20px;
}
.rtl .widget-googlemap .info-wrapper .icon {
float: right;
}
.rtl .widget-googlemap .info-wrapper .icon {
margin-left: 20px;
margin-right: inherit;
}
.widget-googlemap .info-wrapper .icon i {
font-size: 28px;
}
.widget-googlemap .info-wrapper .des {
color: #fff;
overflow: hidden;
margin: 6px 0 0;
}
.widget-googlemap .info-top {
border-bottom: 2px dashed #414445;
overflow: hidden;
}
.widget-googlemap .info-bottom {
margin: 40px 0;
}
.widget-googlemap .info-bottom a {
display: inline-block;
text-align: center;
line-height: 42px;
width: 42px;
height: 42px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
color: #101416;
background: #3f4143;
}
.widget-googlemap .info-bottom a:hover, .widget-googlemap .info-bottom a:active {
background-image: linear-gradient(to right, #f0c429 0%, #f0c429 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF0C429", endColorstr="#FFF0C429", GradientType=1);
color: #0e1113;
}
.widget-googlemap .info-bottom a + a {
margin-left: 12px;
}
.rtl .widget-googlemap .info-bottom a + a {
margin-right: 12px;
margin-left: inherit;
}
.widget-social .title {
font-size: 14px;
padding-right: 25px;
color: #fff;
margin: 0;
}
.rtl .widget-social .title {
padding-left: 25px;
padding-right: inherit;
}
.widget-social > * {
display: inline-block;
vertical-align: middle;
}
.widget-social .social {
padding: 0;
list-style: none;
margin: 0;
}
.widget-social .social > li {
padding: 0;
display: inline-block;
margin-right: 5px;
}
.rtl .widget-social .social > li {
margin-left: 5px;
margin-right: inherit;
}
.widget-social .social > li:last-child {
margin: 0;
}
.widget-social .social a {
font-size: 14px;
width: 30px;
height: 30px;
line-height: 26px;
text-align: center;
display: inline-block;
transition: all 0.2s ease-in-out 0s;
color: #fff;
background-color: transparent;
border: 2px solid #aaa;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
@media (min-width: 768px) {
.widget-social .social a {
width: 40px;
height: 40px;
line-height: 36px;
font-size: 16px;
}
}
.widget-social .social a:hover, .widget-social .social a:focus {
background: #f0c429;
border-color: #f0c429;
color: #fff;
}
.widget-social.left {
text-align: left;
}
.rtl .widget-social.left {
text-align: right;
}
.widget-social.right {
text-align: right;
}
.rtl .widget-social.right {
text-align: left;
}
.widget-social.center {
text-align: center;
}
.widget-social.st_small .social a {
width: auto;
height: auto;
line-height: inherit;
background: transparent;
font-size: 16px;
border: 0;
}
.widget-social.st_small .social a:hover, .widget-social.st_small .social a:focus {
color: #f0c429;
}
@media (min-width: 1200px) {
.widget-social.st_small .social > li {
margin-right: 10px;
}
.rtl .widget-social.st_small .social > li {
margin-left: 10px;
margin-right: inherit;
}
.widget-social.st_small .social > li:last-child {
margin-right: 0;
}
.rtl .widget-social.st_small .social > li:last-child {
margin-left: 0;
margin-right: inherit;
}
}
.phone_header {
font-size: 22px;
line-height: 1;
color: #2b2b2b;
}
.phone_header img {
margin: 0 10px 0 0;
vertical-align: middle;
}
.rtl .phone_header img {
margin: 0 0 0 10px;
}
.contact-us .title {
margin: 0 0 10px;
font-size: 26px;
font-weight: 700;
text-transform: uppercase;
}
@media (min-width: 1200px) {
.contact-us .title {
font-size: 36px;
}
}
.contact-us .des {
margin-bottom: 20px;
}
@media (min-width: 1200px) {
.contact-us .des {
margin-bottom: 50px;
}
}
.contact-us .form-control {
margin-bottom: 20px;
}
@media (min-width: 1200px) {
.contact-us .form-control {
margin-bottom: 30px;
}
}
.contact-us textarea {
height: 150px;
resize: none;
}
.widget-process {
padding-top: 35px;
}
.widget-process .title {
color: #f0c429;
margin: 0;
font-size: 14px;
}
.widget-process .des {
font-size: 18px;
color: #fff;
font-weight: normal;
}
@media (min-width: 1200px) {
.widget-process .des {
font-size: 20px;
}
}
.widget-process .top-img {
margin-bottom: 12px;
}
@media (min-width: 1200px) {
.widget-process .top-img {
margin-bottom: 20px;
}
}
.widget-process .proces-item {
position: relative;
}
.widget-process .proces-item .line-space {
position: absolute;
width: 190px;
height: 35px;
left: 100%;
transform: translateX(-50%);
bottom: 100%;
}
.widget-process .proces-item:last-child .line-space {
display: none;
}
.language-wrapper {
font-size: 12px;
display: inline-block;
position: relative;
}
.language-wrapper:before {
content: "";
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 5px;
}
.language-wrapper .selected .language-current > img {
margin: 0 10px 0 0;
vertical-align: sub;
}
.rtl .language-wrapper .selected .language-current > img {
margin: 0 0 0 10px;
}
.language-wrapper .selected .language-current > i {
margin-left: 10px;
}
.rtl .language-wrapper .selected .language-current > i {
margin-right: 10px;
margin-left: inherit;
}
.language-wrapper .dropdown-menu {
background: #fff;
display: block;
opacity: 0;
filter: alpha(opacity=0);
transform: translateY(10px);
font-size: 12px;
margin-top: 5px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
padding: 13px 18px;
min-width: 130px;
box-shadow: none;
border: 1px solid #e5e5e5;
transition: all 0.3s ease-in-out 0s;
visibility: hidden;
}
.language-wrapper:hover .dropdown-menu {
visibility: visible;
transform: translateY(0);
opacity: 1;
filter: alpha(opacity=100);
}
.language-wrapper .list-language {
list-style: none;
padding: 0;
margin: 0;
}
.language-wrapper .list-language li {
margin-bottom: 10px;
}
.language-wrapper .list-language li:last-child {
margin-bottom: 0;
}
.language-wrapper .list-language a:hover, .language-wrapper .list-language a:focus {
color: #f0c429;
}
.language-wrapper .list-language img {
margin-right: 6px;
margin-bottom: 0;
}
.rtl .language-wrapper .list-language img {
margin-left: 6px;
margin-right: inherit;
}
.top-info {
line-height: 1.4;
}
.top-info .item {
display: inline-block;
vertical-align: middle;
padding-right: 18px;
margin-right: 18px;
border-right: 1px solid #e5e5e5;
}
.top-info .item i {
margin-right: 5px;
}
.rtl .top-info .item i {
margin-left: 5px;
margin-right: inherit;
}
.rtl .top-info .item {
padding-left: 18px;
padding-right: inherit;
}
.rtl .top-info .item {
margin-left: 18px;
margin-right: inherit;
}
.rtl .top-info .item {
border-left: 1px solid #e5e5e5;
border-right: inherit;
}
.top-info .item:last-child {
margin: 0;
padding: 0;
border: 0;
}
.social-link {
display: inline-block;
margin: 0 5px;
padding: 0;
}
.social-link li {
display: inline-block;
margin: 0 5px;
}
.social-link li a {
background: #f4f4f4 none repeat scroll 0 0;
border-radius: 100%;
color: #666;
display: inline-block;
height: 40px;
line-height: 38px;
text-align: center;
width: 40px;
border: 1px solid #e5e5e5;
}
.social-link.lighten li a {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 1px solid #ffffff;
color: #ffffff;
}
.widget-gallery .image {
position: relative;
}
.widget-gallery .image:before {
transition: all 0.2s ease-in-out 0s;
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: #f0c429;
opacity: 0;
filter: alpha(opacity=0);
z-index: 2;
}
.widget-gallery .image .content-cover {
transition: all 0.2s ease-in-out 0s;
opacity: 0;
filter: alpha(opacity=0);
position: absolute;
text-align: center;
width: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 9;
}
.widget-gallery .image:hover:before {
opacity: 0.9;
filter: alpha(opacity=90);
}
.widget-gallery .image:hover .content-cover {
opacity: 1;
filter: alpha(opacity=100);
}
.widget-gallery .popup-image-gallery {
width: 60px;
height: 60px;
line-height: 60px;
display: inline-block;
text-align: center;
background: #fff;
font-size: 24px;
color: #f0c429;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
transition: all 0.2s ease-in-out 0s;
}
.widget-gallery .popup-image-gallery:hover, .widget-gallery .popup-image-gallery:active {
color: #f0c429;
background: #e6e6e6;
}
.widget-gallery .title {
font-size: 24px;
margin: 0;
color: #fff;
}
.widget-gallery .description {
color: #e0dede;
font-size: 12px;
margin-bottom: 20px;
}
.widget-gallery .gutter-default {
margin-left: 0;
margin-right: 0;
}
.widget-gallery .gutter-default > div {
padding-right: 0;
padding-left: 0;
}
.widget-gallery.gutter30 .title {
font-size: 18px;
}
.widget-gallery.gutter30 .image {
margin-bottom: 30px;
}
.widget-gallery.gutter30 .description {
margin-bottom: 10px;
}
.widget-gallery.gutter30 .gutter-default {
margin-left: -15px;
margin-right: -15px;
}
.widget-gallery.gutter30 .gutter-default > div {
padding-right: 15px;
padding-left: 15px;
}
.elementor-image-gallery [data-elementor-open-lightbox=yes] {
display: block;
overflow: hidden;
position: relative;
}
.elementor-image-gallery [data-elementor-open-lightbox=yes]:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(18, 18, 18, 0.5);
transition: all 0.2s ease-in-out 0s;
opacity: 0;
filter: alpha(opacity=0);
z-index: 1;
}
.elementor-image-gallery [data-elementor-open-lightbox=yes]:after {
top: 50%;
left: 50%;
position: absolute;
z-index: 1;
content: "\e611";
font-family: "themify";
color: #fff;
font-size: 23px;
transition: all 0.2s ease-in-out 0s;
transform: translate(-50%, -50%) scale(0);
}
.elementor-image-gallery [data-elementor-open-lightbox=yes] img {
transform: scale(1);
transition: all 0.4s ease-in-out 0s;
}
.elementor-image-gallery [data-elementor-open-lightbox=yes]:hover:after, .elementor-image-gallery [data-elementor-open-lightbox=yes]:focus:after {
transform: translate(-50%, -50%) scale(1);
}
.elementor-image-gallery [data-elementor-open-lightbox=yes]:hover:before, .elementor-image-gallery [data-elementor-open-lightbox=yes]:focus:before {
opacity: 1;
filter: alpha(opacity=100);
}
.elementor-image-gallery [data-elementor-open-lightbox=yes]:hover img, .elementor-image-gallery [data-elementor-open-lightbox=yes]:focus img {
transform: scale(1.05);
}
.widget-about {
text-align: left;
}
.rtl .widget-about {
text-align: right;
}
.widget-about .widget-title {
text-align: left;
margin: 0;
}
.rtl .widget-about .widget-title {
text-align: right;
}
.widget-about .widget-title .sub-widget-title::before {
display: none;
}
.widget-about .widget-title .content {
margin: 0 0 30px;
}
.item-inner-features .title {
color: #2b2b2b;
font-size: 13px;
margin: 5px 0 10px;
}
@media (min-width: 1200px) {
.item-inner-features .title {
font-size: 16px;
}
}
.item-inner-features .description {
line-height: 1;
margin: 0;
}
@media (min-width: 1200px) {
.item-inner-features .description {
font-size: 16px;
}
}
.item-inner-features .features-box-image {
color: #f0c429;
transition: all 0.2s ease-in-out 0s;
line-height: 1;
}
.item-inner-features:hover .features-box-image {
color: #f0c429;
}
.item-inner-features.style1 {
display: -moz-flex;
display: flex;
align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
}
.item-inner-features.style1 .features-box-image {
margin-right: 15px;
text-align: center;
}
.rtl .item-inner-features.style1 .features-box-image {
margin-left: 15px;
margin-right: inherit;
}
@media (min-width: 1200px) {
.item-inner-features.style1 .features-box-image {
margin-right: 20px;
}
.rtl .item-inner-features.style1 .features-box-image {
margin-left: 20px;
margin-right: inherit;
}
}
.item-inner-features.style1 .title {
font-size: 22px;
font-weight: 500;
}
.item-inner-features.style1 .features-box-content { flex: 1;
-webkit-box-flex: 1;
}
.item-inner-features.style2 .features-box-image {
margin-bottom: 15px;
}
@media (min-width: 1200px) {
.item-inner-features.style2 .features-box-image {
margin-bottom: 25px;
}
}
.item-inner-features.style3 {
border: 1px solid #e5e5e5;
background-color: #fff;
padding: 10px 15px;
margin-top: -1px;
}
@media (min-width: 1200px) {
.item-inner-features.style3 {
padding: 20px;
}
}
.item-inner-features.style3 .features-box-image {
float: left;
padding-right: 10px;
margin: 0;
}
.rtl .item-inner-features.style3 .features-box-image {
float: right;
}
.rtl .item-inner-features.style3 .features-box-image {
padding-left: 10px;
padding-right: inherit;
}
@media (min-width: 1200px) {
.item-inner-features.style3 .features-box-image {
padding-right: 20px;
}
.rtl .item-inner-features.style3 .features-box-image {
padding-left: 20px;
padding-right: inherit;
}
}
.item-inner-features.style3 .title {
margin-bottom: 5px;
font-size: 13px;
}
.item-inner-features.style3 .description {
font-size: 12px;
}
.item-inner-features.style3 .features-box-content {
overflow: hidden;
}
.goal-countdown .times > div {
display: inline-block;
vertical-align: middle;
text-transform: uppercase;
font-weight: 500;
font-size: 13px;
margin-right: 15px;
padding-right: 15px;
position: relative;
}
.rtl .goal-countdown .times > div {
margin-left: 15px;
margin-right: inherit;
}
.rtl .goal-countdown .times > div {
padding-left: 15px;
padding-right: inherit;
}
@media (min-width: 1200px) {
.goal-countdown .times > div {
font-size: 14px;
margin-right: 30px;
padding-right: 30px;
}
.rtl .goal-countdown .times > div {
margin-left: 30px;
margin-right: inherit;
}
.rtl .goal-countdown .times > div {
padding-left: 30px;
padding-right: inherit;
}
}
.goal-countdown .times > div:before {
content: ":";
line-height: 1;
position: absolute;
font-size: 18px;
top: 4px;
left: 100%;
color: #2b2b2b;
font-weight: 400;
margin-left: -4px;
}
@media (min-width: 768px) {
.goal-countdown .times > div:before {
font-size: 30px;
top: 6px;
}
}
.rtl .goal-countdown .times > div:before {
right: 100%;
left: auto;
}
.rtl .goal-countdown .times > div:before {
margin-right: -4px;
margin-left: inherit;
}
.goal-countdown .times > div:last-child {
margin-right: 0;
padding-right: 0;
}
.rtl .goal-countdown .times > div:last-child {
margin-left: 0;
margin-right: inherit;
}
.rtl .goal-countdown .times > div:last-child {
padding-left: 0;
padding-right: inherit;
}
.goal-countdown .times > div:last-child:before {
display: none;
}
.goal-countdown .times > div span {
font-weight: 600;
font-size: 18px;
line-height: 1.3;
color: #2b2b2b;
display: block;
}
@media (min-width: 768px) {
.goal-countdown .times > div span {
font-size: 26px;
}
}
.goal-countdown-v2 {
display: inline-block;
padding: 5px 20px 5px 15px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
background-color: #f0c429;
color: #fff;
font-size: 12px;
font-weight: 700;
text-transform: none;
line-height: 1.2;
}
.goal-countdown-v2 .times > div {
display: inline-block;
vertical-align: middle;
position: relative;
margin-left: 5px;
padding-left: 5px;
}
@media (min-width: 1200px) {
.goal-countdown-v2 .times > div {
font-size: 18px;
}
}
.rtl .goal-countdown-v2 .times > div {
margin-right: 5px;
margin-left: inherit;
}
.rtl .goal-countdown-v2 .times > div {
padding-right: 5px;
padding-left: inherit;
}
.goal-countdown-v2 .times > div:before {
content: ":";
position: absolute;
top: 50%;
right: 100%;
transform: translateY(-50%);
}
.rtl .goal-countdown-v2 .times > div:before {
left: 100%;
right: auto;
}
.goal-countdown-v2 .times > div.day, .goal-countdown-v2 .times > div.hours {
padding: 0;
}
.goal-countdown-v2 .times > div.day:before, .goal-countdown-v2 .times > div.hours:before {
display: none;
}
.goal-countdown-v2 .times > div.day {
margin-right: 10px;
}
.rtl .goal-countdown-v2 .times > div.day {
margin-left: 10px;
margin-right: inherit;
}
.goal-countdown-dark .times {
font-size: 10px;
text-transform: uppercase;
text-align: center;
}
.goal-countdown-dark .times > div {
color: #fff;
line-height: 1.3;
text-align: center;
padding: 5px;
display: inline-block;
margin: 0 2px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
background-color: #f0c429;
}
@media (min-width: 1200px) {
.goal-countdown-dark .times > div {
padding: 8px 10px;
}
}
.goal-countdown-dark .times > div > span {
color: #fff;
display: block;
font-size: 16px;
font-weight: 600;
margin-bottom: 0;
}
@media (min-width: 1200px) {
.goal-countdown-dark .times > div > span {
font-size: 18px;
}
}
.widget-countdown .price {
font-size: 18px;
}
.widget-countdown .price strong {
font-size: 20px;
}
@media (min-width: 1200px) {
.widget-countdown .price strong {
font-size: 30px;
}
}
.widget-countdown .title {
font-size: 20px;
margin: 0 0 15px;
}
@media (min-width: 1200px) {
.widget-countdown .title {
font-size: 36px;
margin: 0 0 30px;
}
}
.widget-countdown .des {
margin-bottom: 10px;
line-height: 1.6;
}
@media (min-width: 1200px) {
.widget-countdown .des {
margin-bottom: 30px;
}
}
.widget-countdown.style2 .goal-countdown .times > div {
border: 0;
background-color: #fff;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
font-weight: 700;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
min-width: 60px;
padding: 5px 0;
text-align: center;
}
@media (min-width: 1200px) {
.widget-countdown.style2 .goal-countdown .times > div {
min-width: 70px;
}
.widget-countdown.style2 .goal-countdown .times > div span {
margin: 0;
}
}
.widget-countdown.style2 .goal-countdown .times > div:before {
display: none;
}
.widget-countdown.style3 .goal-countdown .times > div {
color: #fff;
border: 0;
background-color: #f0c429;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
min-width: 50px;
padding: 5px 0;
text-align: center;
}
@media (min-width: 1200px) {
.widget-countdown.style3 .goal-countdown .times > div {
min-width: 70px;
}
.widget-countdown.style3 .goal-countdown .times > div span {
color: #fff;
margin: 0;
}
}
.widget-countdown.style3 .goal-countdown .times > div:before {
display: none;
}
.widget-countdown.style3 .title {
position: relative;
padding-bottom: 5px;
}
.widget-countdown.style3 .title:before {
content: "";
width: 60px;
height: 3px;
background: #f0c429;
position: absolute;
top: 100%;
left: 0;
}
.rtl .widget-countdown.style3 .title:before {
right: 0;
left: auto;
}
.widget-countdown .url-bottom {
margin-top: 15px;
}
@media (min-width: 1200px) {
.widget-countdown .url-bottom {
margin-top: 45px;
}
}
.no-padding .widget-banner .col-xs-12 {
padding: 0;
}
.widget-banner .wrapper-banner {
position: relative;
overflow: hidden;
}
.widget-banner .wrapper-banner .content-banner {
min-height: 100px;
overflow: hidden;
transition: all 0.5s ease-in-out 0s;
transform: scale(1);
}
.widget-banner .wrapper-banner .content-banner img {
width: 100%;
}
.widget-banner .wrapper-banner .content-banner + .inner {
position: absolute;
transform: translateY(-50%);
left: 0;
width: 100%;
z-index: 1;
}
.widget-banner .wrapper-banner .sub-title {
margin: 0;
color: #fff;
letter-spacing: 0;
text-transform: uppercase;
position: relative;
line-height: 1.7;
padding: 0;
position: relative;
}
.widget-banner .wrapper-banner .sub-title strong {
margin-left: 5px;
}
.rtl .widget-banner .wrapper-banner .sub-title strong {
margin-right: 5px;
margin-left: inherit;
}
.widget-banner .wrapper-banner .title1 {
line-height: 1.2;
font-size: 26px;
font-weight: 700;
margin: 10px 0;
color: #fff;
}
@media (min-width: 1200px) {
.widget-banner .wrapper-banner .title1 {
font-size: 32px;
}
}
.widget-banner .wrapper-banner .title2 {
line-height: 1.5;
font-size: 14px;
font-weight: 500;
margin: 0;
}
@media (min-width: 1200px) {
.widget-banner .wrapper-banner .title2 {
font-size: 14px;
}
}
.widget-banner .wrapper-banner .btn, .widget-banner .wrapper-banner .viewmore-products-btn {
opacity: 1;
filter: alpha(opacity=100);
z-index: 2;
}
.widget-banner .inner .link-bottom {
display: inline-block;
}
.widget-banner .inner .link-bottom i {
transition: all 0.5s ease;
}
.widget-banner:hover .wrapper-banner .content-banner, .widget-banner:focus .wrapper-banner .content-banner {
transform: scale(1.05);
}
.widget-banner.style1 .content-banner + .inner {
top: 25%;
transform: translateY(-45%);
}
@media (min-width: 1200px) {
.widget-banner.style1 .content-banner + .inner {
transform: translateY(-50%);
}
}
.widget-banner.style2 .content-banner + .inner {
top: 70%;
}
.widget-banner.style3 .content-banner + .inner {
top: 50%;
}
.txtcollection .item__collection {
display: inline-block;
position: relative;
text-align: center;
z-index: 1;
padding: 0 10px;
color: #f0c429;
transition: all 0.3s ease-in;
}
@media (min-width: 1200px) {
.txtcollection .item__collection {
padding: 0 20px;
}
}
.txtcollection .item__collection .img {
position: absolute;
-o-object-fit: cover;
object-fit: cover;
transform: translateX(-50%) translateY(-50%);
top: 50%;
left: 50%;
z-index: -10;
opacity: 0;
visibily: hidden;
pointer-events: none;
}
.txtcollection .item__collection:hover .item__collection-name:before {
transform: scaleX(1);
background-color: #2b2b2b;
}
.txtcollection .item__collection:hover .item__collection-sub {
opacity: 1;
transform: translateX(0);
}
.txtcollection .item__collection-name {
color: transparent;
position: relative;
}
.txtcollection .item__collection-name:before {
transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
transform-origin: left;
height: 1px;
content: "";
position: absolute;
display: block;
width: 100%;
transform: scaleX(0);
margin-right: 0.15em;
bottom: 0;
background-color: #2b2b2b;
}
.txtcollection .item__collection-sub {
color: #666;
font-size: 12px;
font-weight: 500;
line-height: normal;
transform: translateX(-1rem);
transition: transform 0.3s, opacity 0.3s;
opacity: 0;
display: block;
margin: 5px 0 0;
}
.widget-banner-shop .content-banner-shop {
position: relative;
overflow: hidden;
}
.widget-banner-shop .content-banner-shop .image-wrapper img {
transition: all 0.3s ease-in-out 0s;
}
.widget-banner-shop .content-banner-shop .inner {
position: absolute;
bottom: 0;
right: 0;
background-color: #f8f4ed;
padding: 20px;
min-width: 270px;
}
.rtl .widget-banner-shop .content-banner-shop .inner {
left: 0;
right: auto;
}
@media (min-width: 1200px) {
.widget-banner-shop .content-banner-shop .inner {
padding: 30px 40px;
min-width: 370px;
}
}
@media (max-width: 767px) {
.widget-banner-shop .content-banner-shop .inner {
right: 0;
left: 0;
}
}
.widget-banner-shop .content-banner-shop .inner h3 {
margin: 0 0 10px;
}
.widget-banner-shop .content-banner-shop .inner .btn, .widget-banner-shop .content-banner-shop .inner .viewmore-products-btn {
margin: 20px 0 0;
}
.widget-banner-shop .content-banner-shop.style2 .inner {
left: 0;
right: auto;
background-color: transparent;
}
.rtl .widget-banner-shop .content-banner-shop.style2 .inner {
right: 0;
left: auto;
}
.widget-banner-shop:hover .content-banner-shop .image-wrapper img, .widget-banner-shop:focus .content-banner-shop .image-wrapper img {
transform: scale(1.02);
}
.elementor-image-carousel {
min-height: 18rem;
display: flex;
}
@media (min-width: 1200px) {
.elementor-image-carousel {
min-height: 30rem;
}
}
@media (max-width: 767px) {
.elementor-image-carousel {
min-height: auto;
}
}
.elementor-image-carousel .swiper-slide {
grid-area: span 1/span 1/span 1/span 1;
align-self: start;
}
.elementor-image-carousel .swiper-slide:nth-child(even) {
align-self: end;
}
.elementor-image-gallery .gallery {
min-height: 18rem;
display: flex;
}
@media (max-width: 767px) {
.elementor-image-gallery .gallery {
display: block;
min-height: auto;
}
}
@media (min-width: 1200px) {
.elementor-image-gallery .gallery {
min-height: 34rem;
}
}
.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item {
width: 100%;
}
.elementor-image-gallery .gallery .gallery-item {
grid-area: span 1/span 1/span 1/span 1;
align-self: start;
}
.elementor-image-gallery .gallery .gallery-item:nth-child(even) {
align-self: end;
}
.widget-testimonials .star {
color: #E59819;
}
.widget-testimonials .star .inner {
white-space: nowrap;
color: #CFCDCD;
position: relative;
width: 86px;
letter-spacing: 4px;
margin: auto;
}
.widget-testimonials .star .inner:before {
font-family: "ElegantIcons" !important;
content: "\e033\e033\e033\e033\e033";
font-size: 14px;
}
.widget-testimonials .star .text {
font-size: 14px;
font-weight: 500;
}
.widget-testimonials .w-percent {
overflow: hidden;
position: absolute;
top: 0;
left: 0;
color: #f5c136;
}
.rtl .widget-testimonials .w-percent {
right: 0;
left: auto;
}
.widget-testimonials .w-percent:before {
font-family: "ElegantIcons" !important;
content: "\e033\e033\e033\e033\e033";
font-size: 14px;
}
.widget-testimonials .left-testimonials {
position: relative;
}
.widget-testimonials .left-testimonials:before {
background-color: #2b2b2b;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
width: 36px;
height: 36px;
color: #fff;
content: "\e910";
font-family: "dekoro";
display: inline-block;
position: absolute;
font-size: 16px;
line-height: 36px;
top: 0;
right: 0;
text-align: center;
}
.rtl .widget-testimonials .left-testimonials:before {
left: 0;
right: auto;
}
@media (min-width: 1200px) {
.widget-testimonials .left-testimonials:before {
width: 50px;
height: 50px;
line-height: 50px;
font-size: 26px;
}
}
.widget-testimonials .info-testimonials {
padding: 1px;
background-color: #2b2b2b;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
-webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 31.83%, 100% 28.912%, 99.96% 26.38%, 99.68% 24.08%, 99.06% 21.88%, 98.27% 20.26%, 97.17% 19.3%, 95.88% 18.63%, 94.16% 18.34%, 92.67% 18.24%, 91.07% 17.97%, 89.22% 17.38%, 87.76% 16.07%, 86.88% 14.1%, 86.55% 12.02%, 86.54% 10.09%, 86.59% 7.85%, 86.29% 5.65%, 85.71% 3.52%, 84.63% 1.95%, 82.99% 0.72%, 81.01% 0%, 78.82% 0%, 0% 0%, 0% 100%);
clip-path: polygon(0% 100%, 100% 100%, 100% 31.83%, 100% 28.912%, 99.96% 26.38%, 99.68% 24.08%, 99.06% 21.88%, 98.27% 20.26%, 97.17% 19.3%, 95.88% 18.63%, 94.16% 18.34%, 92.67% 18.24%, 91.07% 17.97%, 89.22% 17.38%, 87.76% 16.07%, 86.88% 14.1%, 86.55% 12.02%, 86.54% 10.09%, 86.59% 7.85%, 86.29% 5.65%, 85.71% 3.52%, 84.63% 1.95%, 82.99% 0.72%, 81.01% 0%, 78.82% 0%, 0% 0%, 0% 100%);
}
.widget-testimonials .info-testimonials .info-testimonials-inner {
overflow: hidden;
background: #fff;
padding: 35px;
border-radius: 19px;
-webkit-border-radius: 19px;
-moz-border-radius: 19px;
-ms-border-radius: 19px;
-o-border-radius: 19px;
-webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 31.83%, 100% 28.912%, 99.96% 26.38%, 99.68% 24.08%, 99.06% 21.88%, 98.27% 20.26%, 97.17% 19.3%, 95.88% 18.63%, 94.16% 18.34%, 92.67% 18.24%, 91.07% 17.97%, 89.22% 17.38%, 87.76% 16.07%, 86.88% 14.1%, 86.55% 12.02%, 86.54% 10.09%, 86.59% 7.85%, 86.29% 5.65%, 85.71% 3.52%, 84.63% 1.95%, 82.99% 0.72%, 81.01% 0%, 78.82% 0%, 0% 0%, 0% 100%);
clip-path: polygon(0% 100%, 100% 100%, 100% 31.83%, 100% 28.912%, 99.96% 26.38%, 99.68% 24.08%, 99.06% 21.88%, 98.27% 20.26%, 97.17% 19.3%, 95.88% 18.63%, 94.16% 18.34%, 92.67% 18.24%, 91.07% 17.97%, 89.22% 17.38%, 87.76% 16.07%, 86.88% 14.1%, 86.55% 12.02%, 86.54% 10.09%, 86.59% 7.85%, 86.29% 5.65%, 85.71% 3.52%, 84.63% 1.95%, 82.99% 0.72%, 81.01% 0%, 78.82% 0%, 0% 0%, 0% 100%);
}
.widget-testimonials .testimonials-item {
position: relative;
background-color: transparent;
padding: 0;
box-shadow: none;
}
.widget-testimonials .testimonials-item .title {
margin: 3px 0 8px;
}
@media (min-width: 1200px) {
.widget-testimonials .testimonials-item .title {
margin: 7px 0 15px;
}
}
.widget-testimonials .testimonials-item .name-client {
margin: 0;
}
.widget-testimonials .testimonials-item .description {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.widget-testimonials .testimonials-item .bottom-info {
padding-top: 10px;
margin: 10px 0 0;
border-top: 1px solid #e5e5e5;
}
@media (min-width: 1200px) {
.widget-testimonials .testimonials-item .bottom-info {
padding-top: 20px;
margin: 20px 0 0;
}
}
.widget-testimonials.style1 {
margin-left: auto;
margin-right: auto;
}
.widget-testimonials.style1 .slick-carousel .slick-dots {
padding: 15px 0 0;
}
.widget-testimonials.style1 .testimonials-item {
position: relative;
background-color: transparent;
padding: 0;
box-shadow: none;
}
.widget-testimonials.style1 .testimonials-item .name-client {
margin: 0;
}
.widget-testimonials.style1 .info-testimonials {
padding: 1px;
background-color: #2b2b2b;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
-webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 31.83%, 100% 28.912%, 99.96% 26.38%, 99.68% 24.08%, 99.06% 21.88%, 98.27% 20.26%, 97.17% 19.3%, 95.88% 18.63%, 94.16% 18.34%, 92.67% 18.24%, 91.09% 17.64%, 89.86% 16.4%, 89.01% 14.45%, 88.56% 12.16%, 88.43% 9.75%, 88.43% 7.5%, 88.17% 5.25%, 87.54% 3.05%, 86.33% 1.22%, 84.91% 0.31%, 83.19% 0.07%, 81.47% 0.06%, 78.92% 0%, 0% 0%, 0% 100%);
clip-path: polygon(0% 100%, 100% 100%, 100% 31.83%, 100% 28.912%, 99.96% 26.38%, 99.68% 24.08%, 99.06% 21.88%, 98.27% 20.26%, 97.17% 19.3%, 95.88% 18.63%, 94.16% 18.34%, 92.67% 18.24%, 91.09% 17.64%, 89.86% 16.4%, 89.01% 14.45%, 88.56% 12.16%, 88.43% 9.75%, 88.43% 7.5%, 88.17% 5.25%, 87.54% 3.05%, 86.33% 1.22%, 84.91% 0.31%, 83.19% 0.07%, 81.47% 0.06%, 78.92% 0%, 0% 0%, 0% 100%);
}
.widget-testimonials.style1 .info-testimonials .info-testimonials-inner {
overflow: hidden;
background: #fff;
padding: 15px;
border-radius: 19px;
-webkit-border-radius: 19px;
-moz-border-radius: 19px;
-ms-border-radius: 19px;
-o-border-radius: 19px;
-webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 31.83%, 100% 28.912%, 99.96% 26.38%, 99.68% 24.08%, 99.06% 21.88%, 98.27% 20.26%, 97.17% 19.3%, 95.88% 18.63%, 94.16% 18.34%, 92.67% 18.24%, 91.09% 17.64%, 89.86% 16.4%, 89.01% 14.45%, 88.56% 12.16%, 88.43% 9.75%, 88.43% 7.5%, 88.17% 5.25%, 87.54% 3.05%, 86.33% 1.22%, 84.91% 0.31%, 83.19% 0.07%, 81.47% 0.06%, 78.92% 0%, 0% 0%, 0% 100%);
clip-path: polygon(0% 100%, 100% 100%, 100% 31.83%, 100% 28.912%, 99.96% 26.38%, 99.68% 24.08%, 99.06% 21.88%, 98.27% 20.26%, 97.17% 19.3%, 95.88% 18.63%, 94.16% 18.34%, 92.67% 18.24%, 91.09% 17.64%, 89.86% 16.4%, 89.01% 14.45%, 88.56% 12.16%, 88.43% 9.75%, 88.43% 7.5%, 88.17% 5.25%, 87.54% 3.05%, 86.33% 1.22%, 84.91% 0.31%, 83.19% 0.07%, 81.47% 0.06%, 78.92% 0%, 0% 0%, 0% 100%);
}
@media (min-width: 1200px) {
.widget-testimonials.style1 .info-testimonials .info-testimonials-inner {
padding: 35px;
}
}
.widget-testimonials.style1 .avarta {
margin: 0;
border: 0;
background-color: transparent;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
width: auto;
height: auto;
display: flex;
justify-content: end;
}
@media (max-width: 767px) {
.widget-testimonials.style1 .avarta {
margin: 15px 0 0;
}
}
.widget-testimonials.style1 .avarta img {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border: 0;
padding: 0;
}
.widget-testimonials.style1 .avarta:hover img, .widget-testimonials.style1 .avarta:focus img {
border: 0;
}
.widget-testimonials.style1 .star {
font-size: 13px;
margin: 0;
padding: 0;
}
.widget-testimonials.style1 .star i {
margin-right: 4px;
font-size: 10px;
}
.widget-testimonials.style1 .bottom-info .job {
position: relative;
}
.widget-testimonials.style2 .wrapper-testimonial-thumbnail {
margin: 15px auto 0;
position: relative;
max-width: 300px;
}
@media (min-width: 1200px) {
.widget-testimonials.style2 .wrapper-testimonial-thumbnail {
margin: 45px auto 0;
max-width: 400px;
}
}
.widget-testimonials.style2 .wrapper-testimonial-thumbnail .slick-carousel {
margin-left: 0;
margin-right: 0;
}
.widget-testimonials.style2 .wrapper-testimonial-thumbnail .slick-carousel .slick-slide {
padding-left: 5px;
padding-right: 5px;
}
.widget-testimonials.style2 .wrapper-testimonial-thumbnail .avarta {
cursor: pointer;
max-width: 100%;
margin: auto;
width: 75px;
height: 75px;
overflow: hidden;
border: 0;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
padding: 0;
transition: all 0.2s ease-in-out 0s;
}
@media (min-width: 1200px) {
.widget-testimonials.style2 .wrapper-testimonial-thumbnail .avarta {
width: 90px;
height: 90px;
}
}
.widget-testimonials.style2 .wrapper-testimonial-thumbnail .avarta img {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border: 1px solid transparent;
padding: 7px;
}
.widget-testimonials.style2 .wrapper-testimonial-thumbnail .avarta:hover img, .widget-testimonials.style2 .wrapper-testimonial-thumbnail .avarta:focus img {
border: 1px solid #f0c429;
}
.widget-testimonials.style2 .wrapper-testimonial-thumbnail .slick-current .avarta img {
border: 1px solid #f0c429;
}
.testimonials-item {
position: relative;
margin-bottom: 0;
}
.testimonials-item .avarta {
margin-right: 20px;
transition: all 0.3s ease-in-out 0s;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
width: 70px;
height: 70px;
background-color: #fff;
position: relative;
}
.rtl .testimonials-item .avarta {
margin-left: 20px;
margin-right: inherit;
}
.testimonials-item .avarta img {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.testimonials-item .job {
color: #666;
font-size: 13px;
}
.testimonials-item .star {
display: inline-flex;
align-items: center;
padding: 0;
color: #ffffff;
font-size: 13px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.testimonials-item .star i {
margin-right: 4px;
font-size: 10px;
}
.testimonials-item .inner-bottom {
padding-top: 20px;
margin-top: 20px;
border-top: 1px solid #e5e5e5;
}
.updow:hover .top-img img,
.updow:hover .img img {
animation: updow 0.8s ease-in-out 0s infinite;
}
.updow-infinite img {
animation: updow 1s ease-in-out 0s infinite;
}
@keyframes updow {
50% {
transform: translateY(-10px);
}
0%, 100% {
transform: translateY(0px);
}
}
@keyframes fadeleft {
from {
opacity: 1;
filter: alpha(opacity=100);
}
to {
opacity: 0;
filter: alpha(opacity=0);
transform: translate(-15px, 0);
}
}
@keyframes faderight {
from {
opacity: 0;
filter: alpha(opacity=0);
transform: translate(15px, 0);
}
to {
opacity: 1;
filter: alpha(opacity=100);
transform: translate(0, 0);
}
}
.white-space {
white-space: nowrap;
}
.anim-rotate {
animation: spin 4s linear infinite;
display: inline-block;
}
.anim-loop-left {
animation: loop-anim-left 36s linear infinite;
-webkit-animation: loop-anim-left 36s linear infinite;
-moz-animation: loop-anim-left 36s linear infinite;
margin: 0;
display: flex;
vertical-align: top;
white-space: nowrap;
}
.anim-loop-left .running_inner {
display: flex;
vertical-align: top;
white-space: nowrap;
}
.anim-loop-left .item {
margin-inline-end: 30px;
margin-inline-start: 30px;
}
.anim-loop-left .icon:not(:last-child) {
position: relative;
margin-inline-end: 30px;
margin-inline-start: 30px;
}
.anim-loop-left .icon:not(:last-child)::before {
content: "\e918";
font-family: "dekoro";
left: 0;
padding: 0;
position: absolute;
top: 0;
transform: translateX(-50%);
}
@media (min-width: 1200px) {
.anim-loop-left .icon:not(:last-child)::before {
top: 0;
}
}
.anim-loop-right {
margin: 0;
display: flex;
vertical-align: top;
white-space: nowrap;
animation: loop-anim-right 36s linear infinite;
-webkit-animation: loop-anim-right 36s linear infinite;
-moz-animation: loop-anim-right 36s linear infinite;
}
.anim-loop-right .running_inner {
display: flex;
vertical-align: top;
}
.anim-loop-right .item {
margin-inline-end: 30px;
margin-inline-start: 30px;
}
.anim-loop-right .icon:not(:last-child) {
position: relative;
margin-inline-end: 30px;
margin-inline-start: 30px;
}
.anim-loop-right .icon:not(:last-child)::before {
content: "\e918";
font-family: "dekoro";
left: 0;
padding: 0;
position: absolute;
top: 0;
transform: translateX(-50%);
}
@media (min-width: 1200px) {
.anim-loop-right .icon:not(:last-child)::before {
top: 0;
}
}
.anim-loop-right h1, .anim-loop-right h2, .anim-loop-right h3, .anim-loop-right h4, .anim-loop-right h5, .anim-loop-right h6, .anim-loop-right .h1, .anim-loop-right .h2, .anim-loop-right .h3, .anim-loop-right .h4, .anim-loop-right .h5, .anim-loop-right .h6 {
margin: 0;
}
.anim-rotate {
animation: spin 4s linear infinite;
display: inline-block;
}
.anim-loop-right:hover, .anim-loop-left:hover {
animation-play-state: paused;
}
@keyframes loop-anim-left {
0% {
transform: translateX(0) translateZ(0);
}
100% {
transform: translateX(-100%) translateZ(0);
}
}
@keyframes loop-anim-right {
0% {
transform: translateX(-100%) translateZ(0);
}
100% {
transform: translateX(0) translateZ(0);
}
}
.widget-testimonials-special {
width: auto;
display: flex;
}
.widget-testimonials-special .item {
white-space: nowrap;
display: flex;
align-items: flex-start;
-webkit-align-items: flex-start;
-ms-align-items: flex-start;
float: none;
flex: 1;
-webkit-box-flex: 1;
}
.widget-testimonials-special .item .description {
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
margin: 0 15px;
}
.widget-testimonials-special .item .name-client {
position: relative;
margin: 0;
}
.widget-testimonials-special .item .name-client::before {
position: absolute;
left: -12px;
top: 50%;
width: 7px;
height: 2px;
content: "";
display: block;
background-color: #f0c429;
}
.rtl .widget-testimonials-special .item .name-client::before {
right: -12px;
left: auto;
}
.widget-nav-menu .widget-title {
font-size: 14px;
font-weight: 800;
letter-spacing: 0;
margin: 0 0 10px;
}
@media (min-width: 1200px) {
.widget-nav-menu .widget-title {
margin-bottom: 15px;
}
}
.widget-nav-menu .menu li {
margin: 0 0 7px;
}
.widget-nav-menu .menu li:last-child {
margin: 0;
}
.widget-nav-menu .menu li > a {
color: #666;
}
.widget-nav-menu .menu li > a:hover {
color: #f0c429;
}
.widget-nav-menu.style2 .menu li {
display: inline-block;
margin: 0 15px;
}
.widget-nav-menu.style2 .menu li:last-child {
margin: 0;
}
.widget-action-box {
padding: 20px 0;
transition: all 0.2s ease-in-out 0s;
}
@media (min-width: 1870px) {
.widget-action-box {
padding: 90px 0;
}
.widget-action-box .action-inner {
padding: 25px;
}
}
.widget-action-box .action .btn, .widget-action-box .action .viewmore-products-btn {
padding: 10px 45px;
}
.widget-action-box .action-inner {
width: 50%;
float: right;
}
.rtl .widget-action-box .action-inner {
float: left;
}
.widget-action-box .title {
margin: 0;
font-size: 36px;
font-weight: 500;
}
.widget-action-box .description {
margin: 0 0 30px;
font-weight: 500;
font-size: 16px;
}
.widget-action-box .description h1 {
color: #f0c429;
margin: 0;
font-size: 50px;
font-weight: 700;
line-height: 1.1;
}
@media (min-width: 1870px) {
.widget-action-box .description h1 {
font-size: 120px;
font-weight: 800;
}
}
.widget-action-box.style2 {
padding: 0;
}
.widget-action-box.style2:hover {
box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
}
.widget-action-box.style2 .box-img {
text-align: center;
}
.widget-action-box.style2 .action-v2 {
padding: 15px 0 40px;
display: table;
width: 100%;
}
.widget-action-box.style2 .action-v2 > div {
display: table-cell;
vertical-align: middle;
float: none;
}
.widget-mailchimp {
display: flex;
align-content: center;
align-items: center;
justify-content: center;
}
.widget-mailchimp .input-group-btn {
width: auto;
}
.widget-mailchimp .input-group-btn .btn, .widget-mailchimp .input-group-btn .viewmore-products-btn {
border: 0;
height: 44px;
line-height: 1;
font-size: 20px;
padding: 10px 30px;
margin-left: 15px;
}
.rtl .widget-mailchimp .input-group-btn .btn, .rtl .widget-mailchimp .input-group-btn .viewmore-products-btn {
margin-right: 15px;
margin-left: inherit;
}
.widget-mailchimp .input-group-btn .btn:hover, .widget-mailchimp .input-group-btn .viewmore-products-btn:hover, .widget-mailchimp .input-group-btn .btn:focus, .widget-mailchimp .input-group-btn .viewmore-products-btn:focus {
color: #fff;
}
.widget-mailchimp .input-group {
display: flex;
}
.widget-mailchimp .input-group .form-input {
flex: 1;
}
.widget-mailchimp .input-group input {
background-color: #fff;
border-style: solid;
border-width: 1px;
border-color: #e5e5e5;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
padding: 0 15px;
width: 100%;
}
.widget-mailchimp.style2, .widget-mailchimp.style2 .title {
color: #fff;
}
.widget-mailchimp.style2 .input-group-btn .btn, .widget-mailchimp.style2 .input-group-btn .viewmore-products-btn {
height: 50px;
}
.widget-mailchimp.style2 .form-control {
height: 50px;
}
.widget-mailchimp.style1 .input-group {
display: flex;
}
@media (min-width: 1200px) {
.widget-mailchimp.style1 .input-group {
display: block;
}
}
.widget-mailchimp.style1 .input-group-btn {
width: auto;
}
.widget-mailchimp.style1 .input-group-btn .btn,
.widget-mailchimp.style1 .input-group-btn .viewmore-products-btn {
margin-top: 0;
margin-left: 10px;
}
.rtl .widget-mailchimp.style1 .input-group-btn .btn,
.rtl .widget-mailchimp.style1 .input-group-btn .viewmore-products-btn {
margin-right: 10px;
margin-left: inherit;
}
@media (min-width: 1200px) {
.widget-mailchimp.style1 .input-group-btn .btn,
.widget-mailchimp.style1 .input-group-btn .viewmore-products-btn {
margin-top: 20px;
margin-left: 0;
}
.rtl .widget-mailchimp.style1 .input-group-btn .btn,
.rtl .widget-mailchimp.style1 .input-group-btn .viewmore-products-btn {
margin-right: 0;
margin-left: inherit;
}
}
.widget-mailchimp.style1 .btn, .widget-mailchimp.style1 .viewmore-products-btn {
line-height: 1;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
font-size: 20px;
padding: 10px 30px;
}
.widget-mailchimp.style1 .btn:hover, .widget-mailchimp.style1 .viewmore-products-btn:hover, .widget-mailchimp.style1 .btn:focus, .widget-mailchimp.style1 .viewmore-products-btn:focus {
color: #fff;
}
.widget-mailchimp.style1 input {
color: #acacac;
outline: none;
font-size: 14px;
}
.widget-mailchimp.style1 input::-webkit-input-placeholder { color: #acacac;
}
.widget-mailchimp.style1 input::-moz-placeholder { color: #acacac;
}
.widget-mailchimp.style1 input:-ms-input-placeholder { color: #acacac;
}
.widget-mailchimp.style1 input:-moz-placeholder { color: #acacac;
}
.widget-mailchimp.style1 input:focus {
color: #acacac;
border-color: #eaeff4;
}
.widget-mailchimp .title {
margin-right: 20px;
margin-top: 0;
margin-bottom: 30px;
font-size: 16px;
font-weight: 700;
letter-spacing: 0;
}
.rtl .widget-mailchimp .title {
margin-left: 20px;
margin-right: inherit;
}
.widget-mailchimp .des {
font-size: 16px;
}
.widget-mailchimp .form-control {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-right: 0;
height: 44px;
}
.rtl .widget-mailchimp .form-control {
border-left: 0;
border-right: inherit;
}
.widget-mailchimp .btn, .widget-mailchimp .viewmore-products-btn {
margin: 0;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.widget-mailchimp .mc4wp-response .mc4wp-alert {
color: #fe2836;
}
@media (min-width: 1200px) {
.widget-mailchimp form {
max-width: 100%;
width: 100%;
}
}
.instagram-pics {
margin-left: 0;
margin-right: 0;
}
.instagram-pics > div {
padding-left: 0;
padding-right: 0;
float: left;
}
.rtl .instagram-pics > div {
float: right;
}
.instagram-pics .col-xs-cus-5 {
width: 25%;
}
@media (min-width: 768px) {
.instagram-pics .col-xs-cus-5 {
width: 20%;
}
}
.item-instagram {
position: relative;
}
.item-instagram .like-comments {
position: absolute;
z-index: 9;
top: 50%;
text-align: center;
width: 100%;
transform: translateY(-50%);
color: #fff;
font-size: 16px;
transition: all 0.2s ease-in-out 0s;
opacity: 0;
filter: alpha(opacity=0);
}
.item-instagram .like-comments i {
margin-right: 5px;
}
.rtl .item-instagram .like-comments i {
margin-left: 5px;
margin-right: inherit;
}
.item-instagram .like-comments > span + span {
margin-left: 30px;
}
.rtl .item-instagram .like-comments > span + span {
margin-right: 30px;
margin-left: inherit;
}
.item-instagram a {
display: block;
position: relative;
}
.item-instagram a:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
opacity: 0;
filter: alpha(opacity=0);
z-index: 9;
transition: all 0.2s ease-in-out 0s;
}
.item-instagram a:active:before, .item-instagram a:hover:before {
opacity: 1;
filter: alpha(opacity=100);
}
.item-instagram:hover a:before {
opacity: 1;
filter: alpha(opacity=100);
}
.item-instagram:hover .like-comments {
opacity: 1;
filter: alpha(opacity=100);
}
.widget-instagram.style_large .widget-title {
text-align: center;
font-size: 32px;
}
@media (min-width: 1200px) {
.widget-instagram.style_large .instagram-pics {
margin-left: -15px;
margin-right: -15px;
}
.widget-instagram.style_large .instagram-pics > div {
padding-left: 15px;
padding-right: 15px;
}
}
.widget-instagram.style_small .instagram-pics {
margin-left: -4px;
margin-right: -4px;
}
.widget-instagram.style_small .instagram-pics > div {
padding-left: 4px;
padding-right: 4px;
}
.widget-instagram.style_small .instagram-pics a {
margin-bottom: 8px;
}
.widget-brand {
text-align: center;
padding: 0;
}
.widget-brand.style-2 {
background-color: transparent;
}
.widget-brand.style-2 .brand-item {
border-style: solid;
border-width: 0;
border-color: #e5e5e5;
padding: 10px;
}
@media (min-width: 1024px) {
.widget-brand.style-2 .brand-item {
border-width: 0 1px 0 0;
padding: 40px 16px;
}
}
.widget-brand.style-2 .slick-slide img {
border: 0;
}
@media (min-width: 1200px) {
.widget-brand {
padding: 15px 10px;
}
}
.widget-brand .slick-slide img {
display: inline-block;
padding: 0;
transition: all 0.3s ease-in-out 0s;
opacity: 0.5;
filter: alpha(opacity=50);
filter: gray;
-webkit-filter: grayscale(1);
transform: scale(1);
}
.widget-brand .slick-slide img:hover {
opacity: 1;
filter: alpha(opacity=100);
filter: none;
-webkit-filter: grayscale(0);
}
@media (max-width: 767px) {
.widget-brand .slick-slide img {
transform: scale(0.8);
}
}
@media (min-width: 1200px) {
.widget-brand {
padding: 0;
}
}
.widget-brand.default {
border: 1px solid transparent;
}
.no-space {
margin: 0 !important;
}
.no-space > .goal-container > .vc_fluid {
padding: 0;
}
.no-space .row {
margin: 0;
}
.no-space .row > [class*=col] {
padding: 0;
}
.space-45 {
margin-bottom: 45px;
}
.no-margin .widget {
margin-bottom: 0;
}
@media (max-width: 1199px) {
.bg-hidden-md {
background-image: none !important;
}
}
@media (max-width: 991px) {
.bg-hidden-sm {
background-image: none !important;
}
.bg-hidden-sm > .vc_column-inner {
background-image: none !important;
}
}
@media (min-width: 992px) {
.space-padding-lr-100 {
padding-left: 100px;
padding-right: 100px;
}
.space-padding-lr-80 {
padding-left: 80px;
padding-right: 80px;
}
.space-rl-50 {
padding-left: 50px;
padding-right: 50px;
}
.space-l-65 {
padding-left: 65px;
}
.top-170 {
margin-top: -170px;
}
.left-100 {
margin-left: -100px;
}
.space-left-45 {
padding-left: 45px;
}
.right-30 {
padding-right: 30px;
}
.rtl .right-30 {
padding-left: 30px;
padding-right: inherit;
}
.padding-lr-60 {
padding-left: 60px;
padding-right: 60px;
}
.padding-lr-45 {
padding-left: 45px;
padding-right: 45px;
}
.padding-lr-55 {
padding-left: 55px;
padding-right: 55px;
}
.padding-lr-25 {
padding-left: 25px;
padding-right: 25px;
}
.space-border .row {
margin: 0;
}
.space-border .row > [class*=col] {
border-right: 1px solid #e5e5e5;
}
.rtl .space-border .row > [class*=col] {
border-left: 1px solid #e5e5e5;
border-right: inherit;
}
.space-border .row > [class*=col]:last-child {
border: none;
}
}
@media (min-width: 1200px) {
.padding-lr-15 {
padding-left: 15px;
padding-right: 15px;
}
}
.flow-hidden {
overflow: hidden;
}
.skew-light {
position: relative;
}
.skew-light:before {
content: "";
background: rgba(255, 255, 255, 0.2);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;  transform: skewX(20deg); }
.skew-theme-right {
position: relative;
background: #f0c429;
}
.skew-theme-right > * {
position: relative;
z-index: 2;
}
.skew-theme-right:before {
content: "";
background: #f0c429;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 60px;
z-index: 1;  transform: skewX(20deg); }
.skew-theme-left {
position: relative;
background: #f0c429;
}
.skew-theme-left > * {
position: relative;
z-index: 2;
}
.skew-theme-left:before {
content: "";
background: #f0c429;
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 60px;
z-index: 1;  transform: skewX(-20deg); }
.flow-theme-top-bottom-right:before {
height: calc(100% + 172px);
top: -110px;
}
.flow-theme-top-bottom-right:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
background: #f0c429;
right: 10%;
top: -110px;
height: calc(100% + 172px);
width: 500%;
}
.style-white {
color: #fff !important;
}
.style-white .widget-title {
color: #fff !important;
}
.border-top-theme {
border-top: 3px solid #f0c429;
}
.font-size-36 {
font-size: 36px !important;
}
.font-size-30 {
font-size: 30px !important;
}
.space-left-8 {
margin-left: 8px;
}
.rtl .space-left-8 {
margin-right: 8px;
margin-left: inherit;
}
.text-upper {
text-transform: uppercase !important;
}
.font-20 {
font-size: 20px;
}
.font-30 {
font-size: 25px;
}
@media (min-width: 1200px) {
.font-30 {
font-size: 30px;
}
}
.space-10 {
margin-bottom: 10px !important;
}
.space-15 {
margin-bottom: 15px !important;
}
.space-20 {
margin-bottom: 20px !important;
}
.space-25 {
margin-bottom: 25px !important;
}
.space-30 {
margin-bottom: 15px !important;
}
@media (min-width: 768px) {
.space-30 {
margin-bottom: 30px !important;
}
}
.space-50 {
margin-bottom: 50px !important;
}
.space-padding-35 {
padding: 35px 0 !important;
}
.space-padding-tb-90 {
padding-top: 90px !important;
padding-bottom: 90px !important;
}
.space-padding-tb-55 {
padding-top: 55px !important;
padding-bottom: 55px !important;
}
.space-top-0 {
margin-top: 0;
}
.p-relative {
position: relative !important;
}
.p-absolute {
position: absolute !important;
}
.p-static {
position: static !important;
}
.hr {
border-top: 1px solid #e5e5e5;
min-height: 1px;
width: 100%;
}
.no-float {
float: none !important;
}
.no-padding-left {
padding-left: 0;
}
.rtl .no-padding-left {
padding-right: 0;
padding-left: inherit;
}
.no-padding-right {
padding-right: 0;
}
.rtl .no-padding-right {
padding-left: 0;
padding-right: inherit;
}
@media (min-width: 1024px) {
.padding-lr-35 {
padding-left: 35px;
padding-right: 35px;
}
}
@media (min-width: 1200px) {
.gutter-50 {
margin-left: -25px;
margin-right: -25px;
}
.gutter-50 .vc_column_container > .vc_column-inner {
padding-left: 25px;
padding-right: 25px;
}
.gutter-50 .vc_row,
.gutter-50 .row {
margin-left: -25px;
margin-right: -25px;
}
}
.flex { display: flex;
}
.flex .ali-right {
margin-left: auto;
}
.rtl .flex .ali-right {
margin-right: auto;
margin-left: inherit;
}
.flex .ali-left {
margin-right: auto;
}
.rtl .flex .ali-left {
margin-left: auto;
margin-right: inherit;
}
@media (min-width: 768px) {
.flex-sm { display: flex;
}
.flex-sm .ali-right {
margin-left: auto;
}
.rtl .flex-sm .ali-right {
margin-right: auto;
margin-left: inherit;
}
.flex-sm .ali-left {
margin-right: auto;
}
.rtl .flex-sm .ali-left {
margin-left: auto;
margin-right: inherit;
}
.justify-content-end-sm {
justify-content: flex-end !important;
}
.justify-content-end-sm {
justify-content: flex-end !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.flex-bottom-in-sm {
display: -webkit-flex; -webkit-align-items: flex-end; display: flex;
align-items: flex-end;
}
}
.flex-wrap {
flex-wrap: wrap;
}
.flex-column {
-webkit-webkit-direction: normal !important;
flex-direction: column !important;
}
.align-items-end {
align-items: flex-end !important;
}
.align-items-start {
align-items: flex-start !important;
}
.justify-content-center {
justify-content: center !important;
}
.justify-content-between {
justify-content: space-between !important;
}
.justify-content-end {
justify-content: flex-end !important;
}
.flex-middle {
display: -webkit-flex !important; -webkit-align-items: center; display: flex !important;
align-items: center;
}
.flex-middle .ali-right {
margin-left: auto;
}
.rtl .flex-middle .ali-right {
margin-right: auto;
margin-left: inherit;
}
.flex-middle .ali-left {
margin-right: auto;
}
.rtl .flex-middle .ali-left {
margin-left: auto;
margin-right: inherit;
}
.flex-bottom {
display: -webkit-flex; -webkit-align-items: flex-end; display: flex;
align-items: flex-end;
}
.flex-bottom .ali-right {
margin-left: auto;
}
.rtl .flex-bottom .ali-right {
margin-right: auto;
margin-left: inherit;
}
.flex-bottom .ali-left {
margin-right: auto;
}
.rtl .flex-bottom .ali-left {
margin-left: auto;
margin-right: inherit;
}
.flex-end {
justify-content: flex-end;
-webkit-justify-content: flex-end;
}
.flex-top {
display: -webkit-flex; -webkit-align-items: flex-start; display: flex;
align-items: flex-start;
}
.flex-top .ali-right {
margin-left: auto;
}
.rtl .flex-top .ali-right {
margin-right: auto;
margin-left: inherit;
}
.flex-top .ali-left {
margin-right: auto;
}
.rtl .flex-top .ali-left {
margin-left: auto;
margin-right: inherit;
}
@media (min-width: 1200px) {
.flex-end-lg {
justify-content: flex-end;
-webkit-justify-content: flex-end;
}
.flex-top-lg {
display: -webkit-flex; -webkit-align-items: flex-start; display: flex;
align-items: flex-start;
}
.flex-top-lg .ali-right {
margin-left: auto;
}
.rtl .flex-top-lg .ali-right {
margin-right: auto;
margin-left: inherit;
}
.flex-top-lg .ali-left {
margin-right: auto;
}
.rtl .flex-top-lg .ali-left {
margin-left: auto;
margin-right: inherit;
}
.flex-middle-lg {
display: -webkit-flex; -webkit-align-items: center; display: flex;
align-items: center;
}
.flex-middle-lg .ali-right {
margin-left: auto;
}
.rtl .flex-middle-lg .ali-right {
margin-right: auto;
margin-left: inherit;
}
.flex-middle-lg .ali-left {
margin-right: auto;
}
.rtl .flex-middle-lg .ali-left {
margin-left: auto;
margin-right: inherit;
}
.justify-content-end-lg {
justify-content: flex-end !important;
}
.justify-content-end-lg {
justify-content: flex-end !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.flex-middle-md {
display: -webkit-flex; -webkit-align-items: center; display: flex;
align-items: center;
}
.flex-middle-md .ali-right {
margin-left: auto;
}
.rtl .flex-middle-md .ali-right {
margin-right: auto;
margin-left: inherit;
}
.flex-middle-md .ali-left {
margin-right: auto;
}
.rtl .flex-middle-md .ali-left {
margin-left: auto;
margin-right: inherit;
}
.justify-content-end-md {
justify-content: flex-end !important;
}
.justify-content-end-md {
justify-content: flex-end !important;
}
}
@media (min-width: 768px) {
.flex-middle-sm {
display: -webkit-flex; -webkit-align-items: center; display: flex;
align-items: center;
}
.flex-middle-sm .ali-right {
margin-left: auto;
}
.rtl .flex-middle-sm .ali-right {
margin-right: auto;
margin-left: inherit;
}
.flex-middle-sm .ali-left {
margin-right: auto;
}
.rtl .flex-middle-sm .ali-left {
margin-left: auto;
margin-right: inherit;
}
.flex-bottom-sm {
display: -webkit-flex; -webkit-align-items: flex-end; display: flex;
align-items: flex-end;
}
.flex-bottom-sm .ali-right {
margin-left: auto;
}
.rtl .flex-bottom-sm .ali-right {
margin-right: auto;
margin-left: inherit;
}
.flex-bottom-sm .ali-left {
margin-right: auto;
}
.rtl .flex-bottom-sm .ali-left {
margin-left: auto;
margin-right: inherit;
}
}
.hidden-icon {
display: none !important;
}
.bg-theme {
background: #f0c429;
}
.border-theme {
border-color: #f0c429;
}
.deleted_wpb_single_image {
position: relative;
overflow: hidden;
}
.deleted_wpb_single_image:before {
position: absolute;
z-index: 2;
transition: all 0.2s ease-in-out 0s;
content: "";
width: 100%;
height: 100%;
background: #f0c429;
opacity: 0;
filter: alpha(opacity=0);
top: 0;
left: 0;
}
.deleted_wpb_single_image:after {
position: absolute;
transition: all 0.3s ease-in-out 0s;
content: "";
top: 30px;
left: 30px;
right: 30px;
bottom: 30px;
border: 1px solid #fff;
z-index: 3;
transform: scale(0);
}
.deleted_wpb_single_image:hover:before {
opacity: 0.5;
filter: alpha(opacity=50);
}
.deleted_wpb_single_image:hover:after {
transform: scale(1);
}
.list-contact {
list-style: none;
padding: 0;
margin: 17px 0 0 !important;
}
.list-contact li {
margin: 0 0 3px;
}
.list-contact li i {
margin-right: 5px;
}
.rtl .list-contact li i {
margin-left: 5px;
margin-right: inherit;
}
@media (min-width: 1200px) {
.gutter-medium-left > .vc_column-inner {
padding-left: 5px;
}
.rtl .gutter-medium-left > .vc_column-inner {
padding-right: 5px;
padding-left: inherit;
}
}
@media (min-width: 768px) {
.gutter-medium-left .vc_row {
margin-left: -10px;
margin-right: -10px;
}
.gutter-medium-left .vc_row .vc_column-inner {
padding-left: 10px;
padding-right: 10px;
}
}
.dekoro-counter {
overflow: hidden;
}
.dekoro-counter .image-icon {
padding-right: 20px;
}
.rtl .dekoro-counter .image-icon {
padding-left: 20px;
padding-right: inherit;
}
.dekoro-counter .counter-wrapper {
overflow: hidden;
font-size: 48px;
line-height: 1.2;
color: #2b2b2b;
}
.dekoro-counter .dekoro-counter-title {
color: #707070;
font-size: 16px;
}
.widget-team {
position: relative;
text-align: center;
}
.widget-team .name-team {
color: #2b2b2b;
font-size: 16px;
font-weight: 500;
margin: 0;
text-transform: capitalize;
}
.widget-team .job {
font-size: 16px;
text-transform: capitalize;
letter-spacing: 0;
}
.widget-team .bottom-info {
padding-top: 15px;
}
.widget-team .description {
margin-top: 20px;
}
.widget-team .content {
padding-top: 5px;
}
@media (min-width: 1200px) {
.widget-team .content {
padding-top: 15px;
}
}
.widget-team .top-image {
padding: 0;
position: relative;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
overflow: hidden;
}
.widget-team .top-image .team-image {
overflow: hidden;
position: relative;
background: #2b2b2b;
padding: 1px;
-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 71.97%, 99.72% 74.93%, 98.95% 77.06%, 97.39% 78.84%, 95.63% 79.93%, 93.21% 80.39%, 91.14% 80.51%, 88.21% 80.61%, 85.29% 81.09%, 82.74% 82.45%, 81.03% 84.53%, 80.29% 86.91%, 79.98% 89.49%, 79.72% 92.47%, 79.05% 95.34%, 77.59% 97.38%, 75.46% 98.85%, 72.55% 99.76%, 69.49% 99.8%, 66.41% 100%, 63.24% 100%, 0% 100%);
clip-path: polygon(0% 0%, 100% 0%, 100% 71.97%, 99.72% 74.93%, 98.95% 77.06%, 97.39% 78.84%, 95.63% 79.93%, 93.21% 80.39%, 91.14% 80.51%, 88.21% 80.61%, 85.29% 81.09%, 82.74% 82.45%, 81.03% 84.53%, 80.29% 86.91%, 79.98% 89.49%, 79.72% 92.47%, 79.05% 95.34%, 77.59% 97.38%, 75.46% 98.85%, 72.55% 99.76%, 69.49% 99.8%, 66.41% 100%, 63.24% 100%, 0% 100%);
}
.widget-team .top-image .team-image .image-wrapper {
overflow: hidden;
border-radius: 19px;
-webkit-border-radius: 19px;
-moz-border-radius: 19px;
-ms-border-radius: 19px;
-o-border-radius: 19px;
-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 71.97%, 99.72% 74.93%, 98.95% 77.06%, 97.39% 78.84%, 95.63% 79.93%, 93.21% 80.39%, 91.14% 80.51%, 88.21% 80.61%, 85.29% 81.09%, 82.74% 82.45%, 81.03% 84.53%, 80.29% 86.91%, 79.98% 89.49%, 79.72% 92.47%, 79.05% 95.34%, 77.59% 97.38%, 75.46% 98.85%, 72.55% 99.76%, 69.49% 99.8%, 66.41% 100%, 63.24% 100%, 0% 100%);
clip-path: polygon(0% 0%, 100% 0%, 100% 71.97%, 99.72% 74.93%, 98.95% 77.06%, 97.39% 78.84%, 95.63% 79.93%, 93.21% 80.39%, 91.14% 80.51%, 88.21% 80.61%, 85.29% 81.09%, 82.74% 82.45%, 81.03% 84.53%, 80.29% 86.91%, 79.98% 89.49%, 79.72% 92.47%, 79.05% 95.34%, 77.59% 97.38%, 75.46% 98.85%, 72.55% 99.76%, 69.49% 99.8%, 66.41% 100%, 63.24% 100%, 0% 100%);
}
.widget-team .top-image .team-image img {
transform: scale(1);
transition: all 0.5s ease-out;
}
@media (max-width: 767px) {
.widget-team .top-image .team-image img {
transform: scale(1.1);
}
}
.widget-team .top-image .team-social-list {
position: absolute;
bottom: 0;
right: 0;
}
.widget-team .top-image .team-social-list .team-share-icon {
background-color: #2b2b2b;
border: 1px solid #2b2b2b;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
width: 50px;
height: 50px;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
}
.widget-team .top-image .team-social-list .team-share-icon i {
font-size: 18px;
}
.widget-team .top-image .social {
margin: 0;
padding: 15px 0;
position: absolute;
bottom: 50px;
left: 0;
width: 100%;
z-index: 2;
transition: all 0.3s ease-in-out 0s;
opacity: 0;
filter: alpha(opacity=0);
transform: scale(0, 0);
}
.widget-team .top-image .social li {
display: inline-block;
}
.widget-team .top-image .social a {
transition: all 0.3s ease-in-out 0s;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
width: 30px;
height: 30px;
background-color: #f0c429;
display: inline-block;
color: #fff;
font-size: 16px;
line-height: 40px;
}
.widget-team:hover .top-image .team-image img {
transform: scale(1.07);
}
.widget-team:hover .top-image .team-social-list .team-share-icon {
background-color: #f0c429;
border: 1px solid #2b2b2b;
color: #2b2b2b;
}
.widget-team:hover .social {
opacity: 1;
filter: alpha(opacity=100);
transform: scale(1);
}
.widget-list-icon .list-icon {
display: -moz-flex;
display: flex;
align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
}
.widget-list-icon .list-icon .features-box-image {
line-height: 1;
padding-right: 7px;
}
.rtl .widget-list-icon .list-icon .features-box-image {
padding-left: 7px;
padding-right: inherit;
}
.widget-list-icon .list-icon .features-box-image i {
vertical-align: middle;
}
.widget-list-icon .list-icon .box-content { flex: 1;
-webkit-box-flex: 1;
}
.widget-list-icon .list-icon .title {
margin: 0;
font-weight: 500;
font-size: 18px;
}
@media (min-width: 1200px) {
.widget-list-icon .list-icon .title {
font-size: 24px;
}
}
.widget-list-icon .list-icon.style2 {
display: block;
}
.widget-list-icon .list-icon.style2 .features-box-image {
padding: 0 0 10px;
}
.widget-list-icon .list-icon.style3 .features-box-image {
background-color: #f0c429;
color: #fff;
padding: 0;
font-size: 30px;
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
overflow: hidden;
}
@media (min-width: 1200px) {
.widget-list-icon .list-icon.style3 .features-box-image {
font-size: 40px;
width: 85px;
height: 85px;
line-height: 85px;
}
}
.widget-list-icon .list-icon.style3 .features-box-image + .box-content {
padding-left: 15px;
}
.rtl .widget-list-icon .list-icon.style3 .features-box-image + .box-content {
padding-right: 15px;
padding-left: inherit;
}
@media (min-width: 1200px) {
.widget-list-icon .list-icon.style3 .features-box-image + .box-content {
padding-left: 25px;
}
.rtl .widget-list-icon .list-icon.style3 .features-box-image + .box-content {
padding-right: 25px;
padding-left: inherit;
}
}
.widget_goal_vertical_menu {
border-left: 4px solid #2e2d2d;
}
.widget_goal_vertical_menu .widget-title {
font-size: 16px;
font-weight: normal;
margin: 0 0 10px;
padding: 15px 30px 0;
}
.rtl .widget_goal_vertical_menu {
border-right: 4px solid #2e2d2d;
border-left: inherit;
}
.widget_goal_vertical_menu .goal-vertical-menu {
border: none;
}
.widget_goal_vertical_menu .goal-vertical-menu > li {
margin-left: -4px;
}
.rtl .widget_goal_vertical_menu .goal-vertical-menu > li {
margin-right: -4px;
margin-left: inherit;
}
.widget_goal_vertical_menu .goal-vertical-menu > li > a {
border-left: 4px solid transparent;
font-size: 16px;
padding: 0 30px;
}
.rtl .widget_goal_vertical_menu .goal-vertical-menu > li > a {
border-right: 4px solid transparent;
border-left: inherit;
}
.widget_goal_vertical_menu .goal-vertical-menu > li.active > a, .widget_goal_vertical_menu .goal-vertical-menu > li:hover > a {
border-color: #f0c429;
}
.widget_goal_vertical_menu.darken .goal-vertical-menu {
background: transparent;
}
.widget_goal_vertical_menu.darken .goal-vertical-menu > li > a {
color: #eeeae2;
padding: 0 20px;
}
.widget_goal_vertical_menu.darken .goal-vertical-menu > li.active > a, .widget_goal_vertical_menu.darken .goal-vertical-menu > li:hover > a {
color: #f0c429;
}
.widget_goal_vertical_menu.darken .widget-title {
color: #eeeae2;
border: none;
margin: 0;
padding-right: 20px;
padding-left: 20px;
}
.widget_goal_vertical_menu.darken .widget-title:before {
display: none;
}
.woocommerce-tabs .tab-pane > h2:first-child {
display: none;
}
.tabs-v1 {
margin-bottom: 10px;
margin-top: 0;
display: inline-block;
width: 100%;
}
@media (min-width: 991px) {
.tabs-v1 {
margin-bottom: 40px;
}
}
.tabs-v1 .tab-top:before, .tabs-v1 .tab-top:after {
content: "";
width: 100vw;
position: absolute;
left: 50%;
margin-left: -50vw;
border-bottom: 1px solid #2b2b2b;
}
@media (max-width: 767px) {
.tabs-v1 .tab-top:before, .tabs-v1 .tab-top:after {
display: none;
}
}
.tabs-v1 .ps-container {
position: relative;
}
.tabs-v1 .nav-tabs {
border: none;
list-style: none;
padding: 0;
overflow: hidden;
position: relative;
text-align: center;
}
.tabs-v1 .nav-tabs > li {
border: none;
background: transparent;
margin-right: 10px;
margin-bottom: 0;
padding: 0;
float: none;
display: inline-block;
}
.rtl .tabs-v1 .nav-tabs > li {
margin-left: 10px;
margin-right: inherit;
}
@media (min-width: 1200px) {
.tabs-v1 .nav-tabs > li {
margin-right: 15px;
}
.rtl .tabs-v1 .nav-tabs > li {
margin-left: 15px;
margin-right: inherit;
}
}
.tabs-v1 .nav-tabs > li:last-child {
border: none;
}
.tabs-v1 .nav-tabs > li > a {
text-align: left;
font-size: 14px;
font-weight: 700;
font-family: "Manrope", "Times New Roman", Times, serif;
margin: 15px 0;
text-transform: capitalize;
white-space: nowrap;
color: #2b2b2b;
background-color: transparent;
transition: all 0.3s ease-in-out;
letter-spacing: 0;
display: block;
padding: 5px 20px;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
border: 1px solid #2b2b2b;
position: relative;
z-index: 2;
}
.rtl .tabs-v1 .nav-tabs > li > a {
text-align: right;
}
@media (min-width: 1200px) {
.tabs-v1 .nav-tabs > li > a {
font-size: 16px;
padding: 5px 30px;
margin: 20px 0;
}
}
.tabs-v1 .nav-tabs > li > a:hover {
background-color: #f0c429;
border-color: #2b2b2b;
}
.tabs-v1 .nav-tabs > li.active {
background-color: transparent;
}
.tabs-v1 .nav-tabs > li.active > a {
background-color: #f0c429;
border-color: #2b2b2b;
}
.tabs-v1 .tab-content {
max-width: 1620px;
margin: 20px auto 0;
}
@media (min-width: 1200px) {
.tabs-v1 .tab-content {
margin: 40px auto 0;
}
}
.tabs-v1 .tab-content .features .table {
background-color: #fff;
margin: 0;
}
.tabs-v2 {
margin-top: 15px;
}
@media (min-width: 1200px) {
.tabs-v2 {
margin-top: 35px;
}
}
.tabs-v2 .tab-header-title {
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
position: relative;
display: inline-block;
color: #2b2b2b;
}
.tabs-v2 .tab-header-title:before {
content: "";
width: 0;
height: 2px;
background-color: #2b2b2b;
position: absolute;
bottom: -4px;
left: 0;
transition: all 0.3s ease-in-out 0s;
}
.rtl .tabs-v2 .tab-header-title:before {
right: 0;
left: auto;
}
.tabs-v2 .tab-header-title:focus, .tabs-v2 .tab-header-title:hover {
color: #2b2b2b;
}
.tabs-v2 .tab-header-title:focus:before, .tabs-v2 .tab-header-title:hover:before {
width: 100%;
}
.tabs-v2 .tab-item {
display: inline-block;
vertical-align: middle;
margin-bottom: 10px;
margin-right: 10px;
}
.rtl .tabs-v2 .tab-item {
margin-left: 10px;
margin-right: inherit;
}
@media (min-width: 1200px) {
.tabs-v2 .tab-item {
margin-right: 15px;
}
.rtl .tabs-v2 .tab-item {
margin-left: 15px;
margin-right: inherit;
}
}
.tabs-v2 .tab-item:last-child {
margin-right: 0;
}
.rtl .tabs-v2 .tab-item:last-child {
margin-left: 0;
margin-right: inherit;
}
.tabs-v2 .tabs-content-wrapper {
width: 600px;
height: 100vh;
max-width: 80%;
position: fixed;
z-index: 13;
top: 0;
right: 0;
background-color: #fff;
transition: all 0.3s ease-in-out 0s;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
transform: translateX(50%);
overflow: auto;
padding: 0 20px 20px;
}
.tabs-v2 .tabs-content-wrapper.active {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
transform: translateX(0);
}
@media (min-width: 1200px) {
.tabs-v2 .tabs-content-wrapper {
padding: 0 40px 35px;
}
}
.tabs-v2 .tabs-content-wrapper .close-tab {
cursor: pointer;
position: absolute;
top: 15px;
right: 20px;
transition: all 0.3s ease-in-out 0s;
font-size: 18px;
color: #2b2b2b;
}
.rtl .tabs-v2 .tabs-content-wrapper .close-tab {
left: 20px;
right: auto;
}
@media (min-width: 1200px) {
.tabs-v2 .tabs-content-wrapper .close-tab {
top: 25px;
right: 40px;
}
.rtl .tabs-v2 .tabs-content-wrapper .close-tab {
left: 40px;
right: auto;
}
}
.tabs-v2 .tabs-content-wrapper .close-tab:hover, .tabs-v2 .tabs-content-wrapper .close-tab:focus {
color: #e44343;
}
.tabs-v2 .tabs-content-wrapper .comments-title,
.tabs-v2 .tabs-content-wrapper > h2:first-child {
margin: 0;
background-color: #FAF9F8;
font-size: 16px !important;
text-transform: uppercase;
padding: 15px 20px;
margin-left: -20px !important;
margin-right: -20px !important;
margin-bottom: 20px !important;
}
@media (min-width: 1200px) {
.tabs-v2 .tabs-content-wrapper .comments-title,
.tabs-v2 .tabs-content-wrapper > h2:first-child {
margin-left: -40px !important;
margin-right: -40px !important;
padding: 30px 40px;
margin-bottom: 35px !important;
}
}
.tabs-v2 .overlay-tabs {
position: fixed;
z-index: 12;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(34, 34, 34, 0.4);
transition: all 0.3s ease-in-out 0s;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
cursor: pointer;
}
.tabs-v2 .overlay-tabs.active {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.woocommerce .tabs-v2 .tabs-content-wrapper #reviews #review_form_wrapper, .woocommerce .tabs-v2 .tabs-content-wrapper #reviews #comments ol.commentlist {
padding: 15px;
}
@media (min-width: 1200px) {
.woocommerce .tabs-v2 .tabs-content-wrapper #reviews #review_form_wrapper, .woocommerce .tabs-v2 .tabs-content-wrapper #reviews #comments ol.commentlist {
padding: 30px;
}
}
.tabs-v3 .content-wrapper {
padding: 20px 0;
padding-left: 0px;
}
.tabs-v3 .content-wrapper > h2:first-child {
display: none;
}
.rtl .tabs-v3 .content-wrapper {
padding-right: 0px;
padding-left: inherit;
}
@media (min-width: 1200px) {
.tabs-v3 .content-wrapper {
padding: 30px 0;
padding-left: 50px;
}
.rtl .tabs-v3 .content-wrapper {
padding-right: 50px;
padding-left: inherit;
}
}
.tabs-v3 .head-tab {
font-size: 14px;
font-weight: 700;
font-family: "Manrope", "Times New Roman", Times, serif;
text-transform: uppercase;
color: #2b2b2b;
}
@media (min-width: 1200px) {
.tabs-v3 .head-tab {
font-size: 16px;
}
}
.tabs-v3 .head-tab span {
display: inline-block;
position: relative;
padding-left: 50px;
}
.rtl .tabs-v3 .head-tab span {
padding-right: 50px;
padding-left: inherit;
}
.tabs-v3 .head-tab span:before {
content: "";
width: 40px;
height: 2px;
background-color: #2b2b2b;
display: inline-block;
vertical-align: middle;
left: 0;
position: absolute;
top: 50%;
}
.rtl .tabs-v3 .head-tab span:before {
right: 0;
left: auto;
}
@media (min-width: 768px) {
.flex-middle-sm { display: flex;
align-items: center;
-webkit-align-items: center;
}
.flex-top-sm { display: flex;
align-items: flex-start;
-webkit-align-items: flex-start;
}
}
.flex-middle {
display: block;
align-items: center;
-webkit-align-items: center;
}
@media (min-width: 768px) {
.flex-middle { display: flex;
}
}
.flex-top { display: flex;
align-items: flex-start;
-webkit-align-items: flex-start;
}
.flex-bottom { display: flex;
align-items: flex-end;
-webkit-align-items: flex-end;
}
.max-1800 {
max-width: 1800px;
margin-left: auto;
margin-right: auto;
}
.cl-3,
.cl-2 {
float: left;
}
.rtl .cl-3,
.rtl .cl-2 {
float: right;
}
.cl-3 > .row,
.cl-2 > .row {
margin: 0;
}
.cl-3 .widget,
.cl-2 .widget {
padding-left: 15px;
padding-right: 15px;
}
.cl-3 {
width: 58.3333%;
}
.cl-2 {
width: 41.6667%;
}
.font-second {
font-weight: normal;
}
.max-1770 {
max-width: 1770px;
margin-left: auto;
margin-right: auto;
}
.text-body {
color: #666;
}
.text-decoration {
text-decoration: underline !important;
}
.right-10 {
display: inline-block;
margin-right: 10px;
vertical-align: middle;
}
.rtl .right-10 {
margin-left: 10px;
margin-right: inherit;
}  .widget label {
font-weight: 400;
}
.widget .widget_sp_image-image-link {
display: block;
overflow: hidden;
position: relative;
}
.widget .widget_sp_image-image-link img {
display: block;
width: 100% \9 ;
max-width: 100%;
height: auto;
transition: all 0.35s;
}
.widget.widget_text img {
margin: 15px 0;
height: auto;
}
.widget.widget_rss .widget-title {
background: none;
}
.widget.widget_rss .widget-title img {
vertical-align: middle;
}
.widget.widget_rss ul, .widget.widget_rss ol {
padding: 0;
margin: 0;
list-style: none;
}
.widget.widget_rss ul li:last-child, .widget.widget_rss ol li:last-child {
border-bottom: 0;
padding-bottom: 0;
}
.widget.widget_rss ul li .children > li:before, .widget.widget_rss ol li .children > li:before {
top: 24px;
}
.widget.widget_rss ul ul li:first-child, .widget.widget_rss ol ul li:first-child {
padding-top: 14px;
background-position: 0 24px;
}
.widget.widget_rss ul li {
background: none;
margin-bottom: 10px;
}
.widget.widget_rss ul li:last-child {
margin-bottom: 0;
}
.widget.widget_rss ul li a {
padding: 0;
}
.widget.widget-video {
margin: 0;
}
.widget.widget-video .widget-title {
display: none;
}
.widget.widget-products.products-list {
text-align: left;
}
.rtl .widget.widget-products.products-list {
text-align: right;
}
.widget.widget-products.products-list .widget-title {
margin: 0 0 20px;
text-align: left;
}
.rtl .widget.widget-products.products-list .widget-title {
text-align: right;
}
.widget.widget-products.products-list .widget-title h3 {
margin: 0;
font-size: 18px;
}
.widget.widget_recent_comments ul, .widget.widget_recent_comments ol {
padding: 0;
margin: 0;
list-style: none;
}
.widget.widget_recent_comments ul li:last-child, .widget.widget_recent_comments ol li:last-child {
border-bottom: 0;
padding-bottom: 0;
}
.widget.widget_recent_comments ul li .children > li:before, .widget.widget_recent_comments ol li .children > li:before {
top: 24px;
}
.widget.widget_recent_comments ul ul li:first-child, .widget.widget_recent_comments ol ul li:first-child {
padding-top: 14px;
background-position: 0 24px;
}
.widget.widget_recent_comments ul li {
background: none;
}
.widget.widget_recent_reviews ul.product_list_widget {
list-style: none;
}
.widget.widget_recent_reviews ul.product_list_widget li {
padding: 15px;
overflow: hidden;
}
.widget.widget_recent_reviews ul.product_list_widget li a img {
float: left;
margin-right: 10px;
}
.rtl .widget.widget_recent_reviews ul.product_list_widget li a img {
margin-left: 10px;
margin-right: inherit;
}
.widget.widget_product_search .woocommerce-product-search {
padding: 20px 15px;
}
.widget.widget_product_search .woocommerce-product-search label.screen-reader-text {
display: none;
}
.widget.yith-woocompare-widget .products-list {
padding-top: 20px;
padding-bottom: 20px;
}
.widget.yith-woocompare-widget a.clear-all {
margin-bottom: 20px;
margin-left: 15px;
}
.rtl .widget.yith-woocompare-widget a.clear-all {
margin-right: 15px;
margin-left: inherit;
}
.widget.yith-woocompare-widget a.compare {
margin-bottom: 20px;
margin-right: 15px;
}
.rtl .widget.yith-woocompare-widget a.compare {
margin-left: 15px;
margin-right: inherit;
}
.widget.widget_shopping_cart .widget_shopping_cart_content {
padding: 20px 15px;
overflow: hidden;
}
.widget.widget_mc4wp_widget .mc4wp-form {
padding: 20px;
}
.widget.widget-timework strong {
color: #000;
font-weight: 500;
}
.widget.widget_calendar table {
margin: 0;
}
.calendar_wrap caption {
background: #212121;
color: #fff;
padding: 5px;
}
.calendar_wrap td, .calendar_wrap th {
text-align: center;
}
.calendar_wrap tfoot {
display: none;
}
.calendar_wrap #today {
font-weight: normal;
color: #f0c429;
}
.form-contact .title {
font-size: 17px;
margin: 11.5px 0 28px;
}
.form-contact input:not(.btn):not(.viewmore-products-btn),
.form-contact textarea {
padding: 10px 30px;
width: 100%;
color: #666;
}
.form-contact .contant-inner > * {
margin: 0 0 20px;
}
.contact-topbar > * {
margin-right: 30px;
}
.rtl .contact-topbar > * {
margin-left: 30px;
margin-right: inherit;
}
.contact-topbar > *:last-child {
margin: 0;
}
.contact-topbar > * i {
margin-right: 6px;
}
.rtl .contact-topbar > * i {
margin-left: 6px;
margin-right: inherit;
}
.widget_meta .wp-block-woocommerce-rating-filter,
.widget_archive .wp-block-woocommerce-rating-filter,
.widget_recent_entries .wp-block-woocommerce-rating-filter,
.widget_categories .wp-block-woocommerce-rating-filter,
.widget_block .wp-block-woocommerce-rating-filter,
.widget_nav_menu .wp-block-woocommerce-rating-filter {
margin-bottom: 0;
}
.widget_meta .wp-block-woocommerce-rating-filter ul li,
.widget_archive .wp-block-woocommerce-rating-filter ul li,
.widget_recent_entries .wp-block-woocommerce-rating-filter ul li,
.widget_categories .wp-block-woocommerce-rating-filter ul li,
.widget_block .wp-block-woocommerce-rating-filter ul li,
.widget_nav_menu .wp-block-woocommerce-rating-filter ul li {
padding: 0;
border-bottom: 0;
}
.widget_meta .wp-block-woocommerce-rating-filter ul li::before,
.widget_archive .wp-block-woocommerce-rating-filter ul li::before,
.widget_recent_entries .wp-block-woocommerce-rating-filter ul li::before,
.widget_categories .wp-block-woocommerce-rating-filter ul li::before,
.widget_block .wp-block-woocommerce-rating-filter ul li::before,
.widget_nav_menu .wp-block-woocommerce-rating-filter ul li::before {
display: none;
}
.widget_meta .wc-block-product-categories-list li:first-child,
.widget_archive .wc-block-product-categories-list li:first-child,
.widget_recent_entries .wc-block-product-categories-list li:first-child,
.widget_categories .wc-block-product-categories-list li:first-child,
.widget_block .wc-block-product-categories-list li:first-child,
.widget_nav_menu .wc-block-product-categories-list li:first-child {
padding-top: 0;
}
.widget_meta .wc-block-product-categories-list li::before,
.widget_archive .wc-block-product-categories-list li::before,
.widget_recent_entries .wc-block-product-categories-list li::before,
.widget_categories .wc-block-product-categories-list li::before,
.widget_block .wc-block-product-categories-list li::before,
.widget_nav_menu .wc-block-product-categories-list li::before {
display: none;
}
.widget_meta .wc-block-product-categories-list li li,
.widget_archive .wc-block-product-categories-list li li,
.widget_recent_entries .wc-block-product-categories-list li li,
.widget_categories .wc-block-product-categories-list li li,
.widget_block .wc-block-product-categories-list li li,
.widget_nav_menu .wc-block-product-categories-list li li {
padding-left: 20px;
}
.rtl .widget_meta .wc-block-product-categories-list li li,
.rtl .widget_archive .wc-block-product-categories-list li li,
.rtl .widget_recent_entries .wc-block-product-categories-list li li,
.rtl .widget_categories .wc-block-product-categories-list li li,
.rtl .widget_block .wc-block-product-categories-list li li,
.rtl .widget_nav_menu .wc-block-product-categories-list li li {
padding-right: 20px;
padding-left: inherit;
}
.widget_meta ul,
.widget_archive ul,
.widget_recent_entries ul,
.widget_categories ul,
.widget_block ul,
.widget_nav_menu ul {
padding: 0;
margin: 0;
list-style: none;
}
.widget_meta ul ul,
.widget_archive ul ul,
.widget_recent_entries ul ul,
.widget_categories ul ul,
.widget_block ul ul,
.widget_nav_menu ul ul {
list-style: none;
padding-left: 20px;
padding-top: 18px;
}
.rtl .widget_meta ul ul,
.rtl .widget_archive ul ul,
.rtl .widget_recent_entries ul ul,
.rtl .widget_categories ul ul,
.rtl .widget_block ul ul,
.rtl .widget_nav_menu ul ul {
padding-right: 20px;
padding-left: inherit;
}
.widget_meta ul li,
.widget_archive ul li,
.widget_recent_entries ul li,
.widget_categories ul li,
.widget_block ul li,
.widget_nav_menu ul li {
padding: 12px 0;
line-height: 1.5;
position: relative;
border-bottom: 1px dashed #e5e5e5;
}
.widget_meta ul li::before,
.widget_archive ul li::before,
.widget_recent_entries ul li::before,
.widget_categories ul li::before,
.widget_block ul li::before,
.widget_nav_menu ul li::before {
content: "";
display: inline-block;
width: 6px;
height: 6px;
margin-right: 10px;
position: relative;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
top: -1px;
background-color: #666;
line-height: 1;
}
.widget_meta ul li.wp-social-link,
.widget_archive ul li.wp-social-link,
.widget_recent_entries ul li.wp-social-link,
.widget_categories ul li.wp-social-link,
.widget_block ul li.wp-social-link,
.widget_nav_menu ul li.wp-social-link {
padding: 0;
}
.widget_meta ul li.wp-social-link:before,
.widget_archive ul li.wp-social-link:before,
.widget_recent_entries ul li.wp-social-link:before,
.widget_categories ul li.wp-social-link:before,
.widget_block ul li.wp-social-link:before,
.widget_nav_menu ul li.wp-social-link:before {
display: none;
}
.widget_meta ul li:first-child,
.widget_archive ul li:first-child,
.widget_recent_entries ul li:first-child,
.widget_categories ul li:first-child,
.widget_block ul li:first-child,
.widget_nav_menu ul li:first-child {
padding-top: 0;
}
.widget_meta ul li:last-child,
.widget_archive ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_categories ul li:last-child,
.widget_block ul li:last-child,
.widget_nav_menu ul li:last-child {
padding-bottom: 0;
border-bottom: 0;
}
.widget_meta ul li.current-cat-parent, .widget_meta ul li.current-cat,
.widget_meta ul li a,
.widget_archive ul li.current-cat-parent,
.widget_archive ul li.current-cat,
.widget_archive ul li a,
.widget_recent_entries ul li.current-cat-parent,
.widget_recent_entries ul li.current-cat,
.widget_recent_entries ul li a,
.widget_categories ul li.current-cat-parent,
.widget_categories ul li.current-cat,
.widget_categories ul li a,
.widget_block ul li.current-cat-parent,
.widget_block ul li.current-cat,
.widget_block ul li a,
.widget_nav_menu ul li.current-cat-parent,
.widget_nav_menu ul li.current-cat,
.widget_nav_menu ul li a {
color: #666;
}
.widget_meta ul li:hover > a,
.widget_archive ul li:hover > a,
.widget_recent_entries ul li:hover > a,
.widget_categories ul li:hover > a,
.widget_block ul li:hover > a,
.widget_nav_menu ul li:hover > a {
color: #f0c429;
}
.widget_categories ul > li.cat-item.noactive > .opened, .widget_categories ul > li.cat-item.noactive > .closed, .wp-block-group__inner-container ul > li.cat-item.noactive > .opened, .wp-block-group__inner-container ul > li.cat-item.noactive > .closed {
padding-left: 15px;
cursor: pointer;
position: absolute;
right: 0;
top: 7px;
font-size: 24px;
color: #2b2b2b;
}
.widget_categories ul > li:first-child.cat-item.noactive > .opened, .widget_categories ul > li:first-child.cat-item.noactive > .closed, .wp-block-group__inner-container ul > li:first-child.cat-item.noactive > .opened, .wp-block-group__inner-container ul > li:first-child.cat-item.noactive > .closed {
top: -7px;
}
.widget_nav_menu ul.menu > li.menu-item.noactive > .opened, .widget_nav_menu ul.menu > li.menu-item.noactive > .closed {
padding-left: 15px;
cursor: pointer;
position: absolute;
right: 0;
top: 7px;
font-size: 24px;
color: #2b2b2b;
}
.widget_nav_menu ul.menu > li:first-child.menu-item.noactive > .opened, .widget_nav_menu ul.menu > li:first-child.menu-item.noactive > .closed {
top: -7px;
}
.special .post-info {
position: relative;
}
.special .post-info:before {
border-width: 14px 20px;
border-style: solid;
border-color: #f4f4f4 transparent transparent;
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -10px;
z-index: 2;
}
.special .special-items > div:nth-child(2n) .post-info {
position: relative;
}
.special .special-items > div:nth-child(2n) .post-info:before {
border-color: transparent transparent #f4f4f4;
top: inherit;
bottom: 100%;
} .contact {
margin: 0;
padding: 0;
}
.contact:before, .contact:after {
content: " ";
display: table;
}
.contact:after {
clear: both;
}
.contact dt {
float: left;
width: 30px;
height: auto;
}
.rtl .contact dt {
float: right;
}
.contact dd {
overflow: hidden;
margin-bottom: 5px;
}
.contact .contact-icon {
display: block;
text-align: center;
background: #f0c429;
float: left;
width: 22px;
height: 22px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
}
.rtl .contact .contact-icon {
float: right;
}
.contact .contact-icon .fa {
color: #fff;
font-size: 16px;
margin: 0 0 0 4px;
}
.rtl .contact .contact-icon .fa {
margin: 0 4px 0 0;
}
.form7-style1 .input-group-btn > .btn, .form7-style1 .input-group-btn > .viewmore-products-btn {
border-left: none;
}
.rtl .form7-style1 .input-group-btn > .btn, .rtl .form7-style1 .input-group-btn > .viewmore-products-btn {
border-right: none;
border-left: inherit;
}
.form7-style2 .btn, .form7-style2 .viewmore-products-btn,
.form7-style2 input.form-control {
background: #f7f7f7;
border-color: #f7f7f7;
} .mc4wp-form-basic, .mc4wp-form-basic input, .mc4wp-form-basic label, .mc4wp-form-theme, .mc4wp-form-theme input, .mc4wp-form-theme label {
line-height: inherit;
}
.mc4wp-form-basic .form-control {
max-width: 100% !important;
}
.mail-form .input-group {
width: 100%;
margin: 0 0 10px;
}
.widget-newletter {
overflow: hidden;
max-width: 570px;
margin: auto;
text-align: center;
}
.widget-newletter .widget-title {
color: #252525;
font-weight: 400;
font-size: 30px;
margin: 0 0 10px;
}
.widget-newletter .description {
margin-bottom: 25px;
font-size: 15px;
}
@media (min-width: 1200px) {
.widget-newletter .description {
margin-bottom: 45px;
}
}
.widget-newletter .form-control {
background: #fff;
border-color: #ebebeb;
color: #b3b3b3;
}
.widget-newletter .form-control::-webkit-input-placeholder { color: #cccccc;
}
.widget-newletter .form-control::-moz-placeholder { color: #cccccc;
}
.widget-newletter .form-control:-ms-input-placeholder { color: #cccccc;
}
.widget-newletter .form-control:-moz-placeholder { color: #cccccc;
}
.widget-newletter .form-control:focus {
background: #fff;
border-color: #d2d2d2;
color: #b3b3b3;
}
.widget-newletter.style2 {
overflow: hidden;
max-width: 100%;
text-align: inherit;
}
.widget-newletter.style2 .widget-title {
margin: 0 0 5px;
}
.widget-newletter.style2 .description {
margin: 0;
}
.widget-newletter.style2 .content {
margin-top: 9px;
}
@media (min-width: 768px) {
.widget-newletter.style2 > * {
width: 50%;
float: left;
}
.rtl .widget-newletter.style2 > * {
float: right;
}
}
.widget-newletter.style2 form {
width: 600px;
float: right;
max-width: 100%;
}
.rtl .widget-newletter.style2 form {
float: left;
} .goal-sidebar select, .goal-sidebar table {
width: 100%;
}
.goal-sidebar .post-widget .blog-title, .goal-sidebar .post-widget h6 {
margin: 0 0 5px;
line-height: 1.4;
font-weight: 400;
font-size: 14px;
height: 40px;
overflow: hidden;
font-family: "Manrope", Helvetica, Arial, sans-serif;
} .goal-search-form-inner .select-category {
display: inline-block;
overflow: hidden;
position: relative;
min-width: 215px;
outline: none !important;
padding-right: 12px;
margin-left: auto;
}
.rtl .goal-search-form-inner .select-category {
padding-left: 12px;
padding-right: inherit;
}
.rtl .goal-search-form-inner .select-category {
margin-right: auto;
margin-left: inherit;
}
.goal-search-form-inner .select-category:after {
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0px;
background: #dddddd;
width: 1px;
height: 20px;
}
.rtl .goal-search-form-inner .select-category:after {
left: 0px;
right: auto;
}
.goal-search-form-inner .select-category .select2-selection__arrow:before {
font-family: "themify";
content: "\e64b";
font-size: 12px;
}
.goal-search-form-inner .select-category .select2-selection__arrow b {
display: none;
}
.goal-search-form-inner .select2-container {
width: 100% !important;
}
.goal-search-form-inner .select2-container .select2-selection--single {
background-color: transparent;
height: 36px;
margin: 0;
color: #2b2b2b;
outline: none !important;
border: 0 !important;
}
.goal-search-form-inner .select2-container .select2-selection--single .select2-selection__arrow {
margin: 0;
top: 10px;
text-align: right;
}
.rtl .goal-search-form-inner .select2-container .select2-selection--single .select2-selection__arrow {
text-align: left;
}
.goal-search-form-inner .select2-container .select2-selection--single .select2-selection__rendered {
margin: 5px 0 0;
padding-left: 15px;
font-size: 14px;
line-height: 1;
}
.rtl .goal-search-form-inner .select2-container .select2-selection--single .select2-selection__rendered {
padding-right: 15px;
padding-left: inherit;
}
.goal-search-form-inner.style1 form {
padding: 0;
}
.goal-search-form-inner.style1 form .btn-search {
padding: 10px 30px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.goal-search-form-inner.style1 form .form-control {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.goal-search-form-inner form {
border: 2px solid #e5e5e5;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
display: -moz-flex;
display: flex;
align-items: center;
-webkit-align-items: center;
-o-align-items: center;
width: 100%;
background-color: transparent;
position: relative;
padding: 3px;
}
.goal-search-form-inner form .main-search {
width: 100%;
flex: 1;
}
.goal-search-form-inner form .btn-search {
border: 0;
font-size: 14px;
font-family: "Manrope", Helvetica, Arial, sans-serif;
font-weight: 500;
transition: all 0.2s ease-in-out 0s;
margin-right: 0;
text-transform: uppercase;
padding: 5px 10px;
}
.rtl .goal-search-form-inner form .btn-search {
margin-left: 0;
margin-right: inherit;
}
.goal-search-form-inner form .btn-search:hover, .goal-search-form-inner form .btn-search:focus {
color: #fff;
}
.goal-search-form-inner form .btn-search .text {
margin-left: 5px;
}
.rtl .goal-search-form-inner form .btn-search .text {
margin-right: 5px;
margin-left: inherit;
}
.goal-search-form-inner form .form-control {
border: none;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
height: 36px;
width: 100%;
padding: 10px 15px;
font-size: 14px;
}
.goal-search-form-inner form .form-control::-webkit-input-placeholder { color: #666;
}
.goal-search-form-inner form .form-control::-moz-placeholder { color: #666;
}
.goal-search-form-inner form .form-control:-ms-input-placeholder { color: #666;
}
.goal-search-form-inner form .form-control:-moz-placeholder { color: #666;
}
.goal-search-form-inner form .form-control:focus {
color: #2b2b2b;
}
.goal-search-form-inner .hidden-search {
cursor: pointer;
float: right;
font-size: 35px;
line-height: 1.4;
color: #e44343;
display: inline-block;
margin-left: 30px;
}
.rtl .goal-search-form-inner .hidden-search {
float: left;
}
.rtl .goal-search-form-inner .hidden-search {
margin-right: 30px;
margin-left: inherit;
}
.goal-search-form-inner .twitter-typeahead {
width: 100%;
}
.goal-search-form-inner div.twitter-typeahead:before {
content: "";
position: absolute;
transform: translateY(-50%);
top: 50%;
right: 10px;
width: 18px;
height: 18px;
background: url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/images/loading-quick.gif) no-repeat scroll 0 0/100%;
opacity: 0;
filter: alpha(opacity=0);
z-index: 2;
}
.rtl .goal-search-form-inner div.twitter-typeahead:before {
left: 10px;
right: auto;
}
.goal-search-form-inner div.twitter-typeahead.loading {
position: relative;
}
.goal-search-form-inner div.twitter-typeahead.loading .tt-menu {
border: 0;
}
.goal-search-form-inner div.twitter-typeahead.loading:before {
opacity: 1;
filter: alpha(opacity=100);
}
.goal-search-form-inner .tt-menu {
background: #fff;
width: 100%;
padding: 0;
box-shadow: 0 10px 25px 0 rgba(34, 34, 34, 0.05);
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border: 1px solid #e5e5e5;
}
.goal-search-form-inner .tt-menu > * {
position: relative;
z-index: 2;
}
.goal-search-form-inner .tt-menu .tt-dataset-search > *:first-child {
display: none;
}
.goal-search-form-inner .autocomplete-list-item {
padding: 10px;
border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 1200px) {
.goal-search-form-inner .autocomplete-list-item {
padding: 20px;
}
}
.goal-search-form-inner .autocomplete-list-item:last-child {
border: none;
}
.goal-search-form-inner .autocomplete-list-item .autocompleate-media {
display: block;
}
.goal-search-form-inner .autocomplete-list-item .autocompleate-media:hover .name-product {
color: #2b2b2b;
}
.goal-search-form-inner .autocomplete-list-item img {
width: 60px;
max-width: none;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
}
.goal-search-form-inner .autocomplete-list-item .name-product {
transition: all 0.2s ease-in-out 0s;
margin: 0;
font-size: 16px;
text-transform: capitalize;
}
.goal-search-form-inner .autocomplete-list-item .name-product strong {
font-weight: 400;
}
.goal-search-form-inner .autocomplete-list-item .product-cat {
color: #666;
text-transform: uppercase;
font-size: 12px;
}
.goal-search-form-inner .autocomplete-list-item .price {
color: #f0c429;
font-size: 14px;
font-weight: 700;
line-height: 22px;
line-height: 30px;
}
@media (min-width: 1200px) {
.goal-search-form-inner .autocomplete-list-item .price {
font-size: 18px;
}
}
.goal-search-form-inner .autocomplete-list-item .price del {
font-size: 14px;
color: #666;
font-weight: 600;
}
.goal-search-form-inner .autocomplete-list-item .price ins {
padding: 0 7px;
}
.goal-search-form-inner.style3 form {
border: 0;
background-color: #fff;
}
.goal-search-form .show-search-header {
cursor: pointer;
z-index: 5;
position: relative;
}
.goal-search-form .show-search-header:hover, .goal-search-form .show-search-header:focus {
color: #f0c429;
}
.goal-search-form .overlay-search-header {
width: 100vw;
height: 100vh;
position: fixed;
left: 0;
top: 0;
background: rgba(12, 12, 12, 0.5);
transition: all 0.5s ease-in-out 0s;
visibility: hidden;
opacity: 0;
z-index: 1;
}
.goal-search-form .overlay-search-header.active {
opacity: 1;
visibility: visible;
transform: scale(1);
}
.goal-search-form-inner.style1 span.twitter-typeahead {
position: static !important;
}
.goal-search-form-inner.style1 span.twitter-typeahead > .goal-search:first-child {
display: none;
}
.goal-search-form-inner.style1 .tt-menu {
width: calc(100% + 2px);
margin-left: -1px;
}
.goal-search-form-inner.style2 {
position: fixed;
top: 0;
left: 0;
width: 100vw;
z-index: 4;
background-color: #fff;
padding: 100px 0 70px;
box-shadow: 0 10px 25px 0 rgba(34, 34, 34, 0.05);
visibility: hidden;
opacity: 0;
filter: alpha(opacity=0);
transform-origin: 0 0;
transition: all 0.3s ease-in-out 0s;
transform: rotateX(-90deg);
}
.goal-search-form-inner.style2.active {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
transform: rotateX(0deg);
pointer-events: auto;
}
.goal-search-form-inner.style2 form {
display: block;
border: 0;
position: relative;
border-bottom: 2px solid #767676;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
line-height: 1;
}
.goal-search-form-inner.style2 form .form-control {
padding: 15px 0;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
font-weight: 500;
}
.goal-search-form-inner.style2 form .form-control::-webkit-input-placeholder { text-transform: uppercase;
}
.goal-search-form-inner.style2 form .form-control::-moz-placeholder { text-transform: uppercase;
}
.goal-search-form-inner.style2 form .form-control:-ms-input-placeholder { text-transform: uppercase;
}
.goal-search-form-inner.style2 form .form-control:-moz-placeholder { text-transform: uppercase;
}
.goal-search-form-inner.style2 form .select-category {
display: none;
}
.goal-search-form-inner.style2 form .btn-search {
background-color: transparent;
font-size: 22px;
color: #2b2b2b;
z-index: 1;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
padding: 0;
}
.rtl .goal-search-form-inner.style2 form .btn-search {
left: 0;
right: auto;
}
.goal-search-form-inner.style2 .title {
margin: 0 0 20px;
color: #2b2b2b;
font-size: 18px;
}
.goal-search-form-inner.style2 .title-quick-links {
font-size: 14px;
margin: 0 0 12px;
text-transform: capitalize;
color: #666;
font-weight: 700;
}
.goal-search-form-inner.style2 .quick-links-wrapper {
margin-top: 18px;
}
@media (min-width: 1200px) {
.goal-search-form-inner.style2 .quick-links-wrapper {
margin-top: 28px;
}
}
.goal-search-form-inner.style2 .tt-menu {
box-shadow: none;
border: 0;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
margin-top: 2px;
}
.goal-search-form-inner.style2 .tt-menu:before {
content: "";
position: absolute;
top: 0;
right: 100%;
background-color: #fff;
width: 10000px;
height: 100%;
}
.goal-search-form-inner.style2 .tt-menu:after {
content: "";
position: absolute;
top: 0;
left: 100%;
background-color: #fff;
width: 10000px;
height: 100%;
}
.goal-search-form-inner.style2 div.twitter-typeahead::before {
right: 40px;
}
.rtl .goal-search-form-inner.style2 div.twitter-typeahead::before {
left: 40px;
right: auto;
}
.goal-search-form-inner.style2 .tt-dataset {
display: -moz-flex;
display: flex;
flex-wrap: wrap;
-o-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
}
.goal-search-form-inner.style2 .autocomplete-list-item {
width: 50%;
padding: 15px;
border: 0;
}
@media (min-width: 480px) {
.goal-search-form-inner.style2 .autocomplete-list-item {
width: 33.33%;
}
}
@media (min-width: 992px) {
.goal-search-form-inner.style2 .autocomplete-list-item {
width: 25%;
padding: 30px 15px;
margin-bottom: 30px;
}
}
.goal-search-form-inner.style2 .autocomplete-list-item img {
width: 100%;
}
.goal-search-form-inner.style2 .media-left, .goal-search-form-inner.style2 .media-body {
display: block;
padding: 0;
}
.goal-search-form-inner.style2 .media-body {
width: 100%;
padding: 15px 0 0;
}
.goal-search-form-inner.style3 .form-control {
height: 40px;
padding: 5px 20px;
}
.goal-search-form-inner.style3 form .btn-search {
padding: 0px 20px;
}
.widget-search form {
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
border: 1px solid #e5e5e5;
}
.widget-search .input-group .form-control {
height: 54px;
padding: 0 20px;
background-color: transparent;
border-radius: 50px 0 0 50px;
-webkit-border-radius: 50px 0 0 50px;
-moz-border-radius: 50px 0 0 50px;
-ms-border-radius: 50px 0 0 50px;
-o-border-radius: 50px 0 0 50px;
border: 0;
}
.widget-search .input-group:-internal-autofill-selected {
background-color: transparent !important;
}
.widget-search .btn, .widget-search .viewmore-products-btn {
padding: 19px 20px;
color: #2b2b2b;
background-color: transparent !important;
background-image: none;
border: 0;
margin: 0 !important;
}
.widget_search .wp-block-search__inside-wrapper {
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
overflow: hidden;
}
.widget_search .wp-block-search .wp-block-search__input {
height: 52px;
border-color: #e5e5e5;
border-width: 1px;
outline: none;
padding: 12px 20px;
border-radius: 50px 0 0 50px;
-webkit-border-radius: 50px 0 0 50px;
-moz-border-radius: 50px 0 0 50px;
-ms-border-radius: 50px 0 0 50px;
-o-border-radius: 50px 0 0 50px;
}
.widget_search .wp-block-search .wp-block-search__button {
padding: 7px 20px;
color: #fff;
background-color: #2b2b2b;
border-color: #2b2b2b;
margin: 0 !important;
} .tagcloud a, .wp-block-tag-cloud a {
text-transform: capitalize;
margin-bottom: 9px;
margin-right: 7px;
font-size: 15px !important;
font-weight: 500;
display: inline-block;
padding: 5px 13px;
transition: all 0.3s ease 0s;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
background-color: #f1f1f1;
border: 1px solid #f1f1f1;
color: #2b2b2b;
}
.rtl .tagcloud a, .rtl .wp-block-tag-cloud a {
margin-left: 7px;
margin-right: inherit;
}
.tagcloud a:hover, .tagcloud a:focus, .tagcloud a.active, .wp-block-tag-cloud a:hover, .wp-block-tag-cloud a:focus, .wp-block-tag-cloud a.active {
color: #2b2b2b;
background: #f0c429;
border-color: #f0c429;
}
.widget-brand-logo {
padding: 30px;
}
.widget-brand-logo .item-brand > a {
display: block;
}
.widget-brand-logo .carousel-control {
opacity: 0;
filter: alpha(opacity=0);
}
.widget-brand-logo:hover .carousel-control {
opacity: 1;
filter: alpha(opacity=100);
} .widget-infor .heding {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: 400;
}
.widget-infor .infor-inner {
margin: 0 0 20px;
}
.goal-search-top .button-show-search {
font-size: 18px;
box-shadow: none;
border: none;
color: #666;
line-height: 1;
padding: 0 5px;
background: transparent !important;
}
.goal-search-top .button-show-search:hover, .goal-search-top .button-show-search:active {
color: #f0c429;
}
.goal-search-top .content-form {
box-shadow: none;
margin: 0;
border: none;
padding: 0;
min-width: 280px;
}  @keyframes boxscale {
from {
box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
}
to {
box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
}
}
.video-content {
margin: 0;
}
.video-content .title-video {
margin-bottom: 10px;
}
.video-wrapper-inner {
position: relative;
z-index: 10;
justify-content: center;
align-items: center;
display: flex;
}
.video-wrapper-inner .popup-video {
position: unset;
left: 0;
right: 0;
z-index: 2;
justify-content: center;
align-items: center;
display: flex;
width: 80px;
height: 80px;
line-height: 74px;
color: #fff;
background-color: transparent;
border: 2px solid #fff;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
font-size: 22px;
text-align: center;
margin: 0 auto;
box-shadow: 0 0 0 0 rgb(255, 225, 255);
transform: translateX(0);
}
.video-wrapper-inner .popup-video::before, .video-wrapper-inner .popup-video::after {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
content: "";
border: 1px solid hsla(0, 0%, 100%, 0.5);
border-radius: 50%;
transition: all 0.3s ease;
animation-name: pulse;
animation-duration: 2s;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
pointer-events: none;
}
.video-wrapper-inner .popup-video::after {
animation-delay: 1s;
}
@media (min-width: 1200px) {
.video-wrapper-inner .popup-video {
position: absolute;
width: 100px;
height: 100px;
line-height: 94px;
font-size: 26px;
transform: translateX(75px);
}
}
@media (max-width: 767px) {
.video-wrapper-inner .popup-video {
width: 50px;
height: 50px;
line-height: 44px;
font-size: 16px;
}
}
.video-wrapper-inner .image-wrapper img {
width: 100%;
}
@keyframes pulse {
0% {
transform: scale(1);
-webkit-transform: scale(1);
opacity: 1;
filter: alpha(opacity=100);
}
100% {
transform: scale(2);
-webkit-transform: scale(2);
opacity: 0;
filter: alpha(opacity=0);
}
} .elementor-counter .elementor-counter-number-wrapper {
margin-bottom: 10px;
align-items: baseline;
-webkit-background-clip: text;
background-clip: text;
} .vertical-menu {
display: none !important;
padding: 0;
background: #fff;
z-index: 999;
}
.vertical-menu > .nav {
position: relative;
width: 100%;
height: auto;
}
.vertical-menu > .nav .open > a, .vertical-menu > .nav .open > a:hover, .vertical-menu > .nav .open > a:focus,
.vertical-menu > .nav .active > a,
.vertical-menu > .nav .active > a:hover,
.vertical-menu > .nav .active > a:focus {
color: #f0c429;
}
.vertical-menu > .nav > li {
float: none;
position: static;
border-bottom: 1px solid #e5e5e5;
}
.vertical-menu > .nav > li.active > a {
color: #f0c429;
background: #fafafa;
}
.vertical-menu > .nav > li > a {
color: #414141;
padding: 15px 20px;
font-weight: 500;
font-size: 12px;
text-transform: uppercase;
white-space: nowrap;
}
.vertical-menu > .nav > li > a:hover {
color: #f0c429;
background: #fafafa;
}
.vertical-menu > .nav > li > a .fa {
font-size: 15px;
min-width: 15px;
margin-right: 12px;
}
.rtl .vertical-menu > .nav > li > a .fa {
margin-left: 12px;
margin-right: inherit;
}
.vertical-menu > .nav > li .dropdown-menu {
min-width: 230px;
min-height: 100%;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.vertical-menu > .nav .product-block {
padding: 0 !important;
overflow: hidden;
display: block;
}
.vertical-menu .dropdown-menu {
margin: 0;
padding: 30px;
border: none;
top: 0;
}
.vertical-menu .dropdown-menu:before, .vertical-menu .dropdown-menu:after {
content: " ";
display: table;
}
.vertical-menu .dropdown-menu:after {
clear: both;
}
.vertical-menu .dropdown-menu ul {
padding: 0;
list-style: none;
}
.vertical-menu .dropdown-menu ul li {
line-height: 34px;
}
.vertical-menu .dropdown-menu ul li a {
color: #414141;
}
.vertical-menu .dropdown-menu ul li a:hover, .vertical-menu .dropdown-menu ul li a.active {
color: #f0c429;
}
.vertical-menu .dropdown-menu ul ul {
padding-left: 15px;
}
.rtl .vertical-menu .dropdown-menu ul ul {
padding-right: 15px;
padding-left: inherit;
}
.vertical-menu .dropdown-menu .widget-title {
border: none;
font-size: 16px;
padding: 0 0 15px;
color: #2b2b2b;
}
.vertical-menu .dropdown-menu .woocommerce .product-wrapper {
box-shadow: none !important;
}
.vertical-menu.menu-left .dropdown-menu {
left: 100% !important;
right: auto !important;
}
.rtl .vertical-menu.menu-left .dropdown-menu {
right: 100% !important;
left: auto;
}
.rtl .vertical-menu.menu-left .dropdown-menu {
left: auto !important;
right: auto;
}
.vertical-menu.menu-right .dropdown-menu {
left: auto !important;
right: 100% !important;
}
.rtl .vertical-menu.menu-right .dropdown-menu {
right: auto !important;
left: auto;
}
.rtl .vertical-menu.menu-right .dropdown-menu {
left: 100% !important;
right: auto;
}
.vertical-menu .icon-ver {
margin-right: 10px;
}
.rtl .vertical-menu .icon-ver {
margin-left: 10px;
margin-right: inherit;
}
#recentcomments > li, .wp-block-latest-comments > li {
margin: 0 0 10px;
line-height: 26px;
position: relative;
padding-inline-start: 25px;
}
#recentcomments > li:before, .wp-block-latest-comments > li:before {
content: "\f4ad";
font-family: "Font Awesome 6 Free";
font-size: 16px;
display: block;
position: absolute;
left: 0;
top: 0;
margin-top: 0;
color: #2b2b2b;
}
#recentcomments > li:first-child, .wp-block-latest-comments > li:first-child {
border-top: 0;
}
#recentcomments > li:last-child, .wp-block-latest-comments > li:last-child {
border-bottom: 0;
margin: 0;
}
#recentcomments > li span, .wp-block-latest-comments > li span {
font-size: 14px;
color: #2b2b2b;
}
#recentcomments > li a, .wp-block-latest-comments > li a {
color: #666;
font-weight: 400;
}
#recentcomments > li a:hover, .wp-block-latest-comments > li a:hover {
color: #f0c429;
}
.widget-quicklink-menu {
background-color: #f6f6f6;
line-height: 35px;
}
.widget-quicklink-menu .quicklink-heading {
background-color: #333333;
color: #ffffff;
display: inline-block;
font-size: 10px;
margin: 0 20px 0 0;
padding: 12px 15px 12px 25px;
position: relative;
text-transform: uppercase;
font-family: "Manrope";
}
.rtl .widget-quicklink-menu .quicklink-heading {
margin: 0 0 0 20px;
}
.widget-quicklink-menu .quicklink-heading:before {
border-top: 18px solid transparent;
border-bottom: 18px solid transparent;
border-left: 10px solid #333;
content: "";
position: absolute;
right: -10px;
top: 0;
}
.rtl .widget-quicklink-menu .quicklink-heading:before {
border-right: 10px solid #333;
border-left: inherit;
}
.rtl .widget-quicklink-menu .quicklink-heading:before {
left: -10px;
right: auto;
}
.widget-quicklink-menu a {
color: #999999;
font-size: 12px;
font-weight: 400;
}
.widget-quicklink-menu a:hover {
color: #f0c429;
}
.woo-onsale .onsale {
display: none;
}
.woo-onsale .product-sale-label {
position: absolute;
width: 36px;
height: 36px;
background-color: #fb4949;
color: #fff;
top: 10px;
right: 10px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
line-height: 36px;
font-size: 12px;
font-weight: 400;
}
.rtl .woo-onsale .product-sale-label {
left: 10px;
right: auto;
}
.widget-tabs .widget-title {
display: inline-block;
}
.widget-tabs .nav-tabs {
border: none;
display: inline-block;
vertical-align: middle;
margin: 0 0 7px;
}
.widget-tabs .nav-tabs.tabs-list-v2 {
margin: 0 0 15px;
}
.widget-tabs .carousel-controls {
top: -42px;
}
.widget-tabs.style1 .nav-tabs {
position: absolute;
left: 49.3vw;
top: 30px;
z-index: 99;
}
@media (min-width: 1024px) {
.widget-tabs.style1 .nav-tabs {
left: 55.3vw;
}
}
@media (max-width: 767px) {
.widget-tabs.style1 .nav-tabs {
position: unset;
}
}
.widget-tabs.style1 .nav-tabs > li {
display: inline-block;
position: relative;
}
.widget-tabs.style1 .nav-tabs > li:before {
position: absolute;
content: "";
right: 0;
background-color: #e5e5e5;
width: 2px;
height: 20px;
top: calc(50% - 10px);
transform: rotate(15deg);
}
.widget-tabs.style1 .nav-tabs > li:last-child:before {
display: none;
}
.widget-tabs.style1 .nav-tabs > li.active a {
color: #f0c429;
}
.widget-tabs.style1 .nav-tabs > li > a {
font-family: "Manrope", "Times New Roman", Times, serif;
font-size: 26px;
font-weight: 400;
border: 0;
background: none;
padding: 0 15px;
}
@media (min-width: 1200px) {
.widget-tabs.style1 .nav-tabs > li > a {
padding: 0 30px;
}
}
.widget-tabs.style1 .nav-tabs > li > a:hover {
color: #f0c429;
}
.widget-infor .media .fa, .widget-infor .media .icon {
display: inline-block;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
color: #f0c429;
background: #252525;
}
.contant-info .title {
margin: 0 0 20px;
font-size: 30px;
}
.contant-info .info-description {
margin: 0 0 30px;
}
.contant-info .media-heading {
font-size: 20px;
font-weight: 600;
margin: 0 0 5px;
}
.contant-info .media {
margin-top: 30px;
}
.contant-info .media:hover .fa {
border-color: #e44343;
color: #e44343;
}
.contant-info .media-left {
padding-right: 20px;
}
.rtl .contant-info .media-left {
padding-left: 20px;
padding-right: inherit;
}
.contant-info .media-left .fa {
border: 2px solid #282828;
border-radius: 50%;
color: #282828;
font-size: 25px;
height: 58px;
line-height: 52px;
text-align: center;
width: 58px;
}
.widget_categories select,
.widget_archive select {
width: 100%;
padding: 8px 10px;
color: #2b2b2b;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background: url(//www.antuorioutletdivaniroma.it/wp-content/themes/dekoro/images/select.png) right 10px center no-repeat;
font-weight: 500;
margin: 0;
outline: none;
border: 1px solid #e5e5e5;
}
.widget_pages ul {
list-style: none;
}
.widget_pages ul li {
line-height: 2;
}
.widget_pages > ul {
padding: 0;
margin: 0;
}
.textwidget select {
padding: 8px;
max-width: 100%;
color: #2b2b2b;
}
.widget-twitter .twitter-timeline {
display: block !important;
}
.widget-twitter .timeline-Tweet-media {
display: none;
}
.widget_goal_instagram {
margin: 0;
}
.widget_goal_instagram .widget-title {
font-size: 35px;
font-weight: 300;
margin: 0 0 60px;
padding: 0;
text-align: center;
text-transform: inherit;
}
.widget_goal_instagram .widget-title a {
font-weight: 400;
color: #f0c429;
}
.widget_goal_instagram .instagram-pics a {
display: block;
position: relative;
transition: all 0.1s ease-in-out 0s;
}
.widget_goal_instagram .instagram-pics a:hover, .widget_goal_instagram .instagram-pics a:active {
outline: 8px solid #f0c429;
outline-offset: -8px;
}
.widget_goal_instagram .instagram-pics a:hover:before, .widget_goal_instagram .instagram-pics a:active:before {
opacity: 0;
filter: alpha(opacity=0);
}
.widget_goal_instagram .instagram-pics a:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.5;
filter: alpha(opacity=50);
transition: all 0.3s ease-in-out 0s;
}
.widget_goal_instagram .style2 .widget-title {
padding: 60px 0;
margin: 0;
background: #eff1f2;
}
.widget_goal_instagram .style2 .row {
margin: 0;
}
.widget_goal_instagram .style2 .row > div {
padding: 0;
}
.wpcf7-form {
position: relative;
}
.wpcf7-form textarea.form-control {
height: 150px;
resize: none;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
}
.contact-form {
padding: 30px;
background: #fff;
overflow: hidden;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 1024px) {
.contact-form {
padding: 60px 70px;
}
}
.contact-form label {
font-size: 18px;
color: #f0c429;
margin: 0 0 12px;
font-weight: 600;
}
.contact-form input,
.contact-form textarea {
width: 100%;
padding: 30px 38px;
margin: 0 0 30px;
background: #f7f7f7;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
font-size: 16px;
color: #f0c429;
border: 2px solid #f7f7f7;
transition: all 0.3s ease-in-out 0s;
}
.contact-form input:focus,
.contact-form textarea:focus {
border-color: #f0c429;
}
.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder { color: #f0c429;
}
.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder { color: #f0c429;
}
.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder { color: #f0c429;
}
.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder { color: #f0c429;
}
.contact-form input {
height: 83px;
}
.contact-form textarea {
height: 165px;
resize: none;
margin: 0 0 56px;
}
.contact-form .btn[type=submit], .contact-form [type=submit].viewmore-products-btn {
padding: 10px 90px;
height: auto;
width: auto;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
font-size: 18px;
box-shadow: 0 0 10px 0 rgba(240, 196, 41, 0.8);
float: right;
}
.rtl .contact-form .btn[type=submit], .rtl .contact-form [type=submit].viewmore-products-btn {
float: left;
}
.contact-form + .wpcf7-response-output {
position: absolute;
bottom: 0;
left: 30px;
z-index: 1;
}
.rtl .contact-form + .wpcf7-response-output {
right: 30px;
left: auto;
}
.contact-form.style2 {
box-shadow: none !important;
border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-ms-border-radius: 5px 5px 0 0;
-o-border-radius: 5px 5px 0 0;
}
.contact-form.style2 .sub {
font-size: 18px;
font-family: "Manrope";
font-weight: 300;
}
.contact-form.style2 .title {
font-size: 45px;
font-family: "Manrope";
font-weight: 300;
margin: 0 0 10px;
}
.contact-form.style2 .des {
font-size: 14px;
margin: 0 0 25px;
}
.contact-form.style2 .btn[type=submit], .contact-form.style2 [type=submit].viewmore-products-btn {
box-shadow: none !important;
border-radius: 25px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
-o-border-radius: 25px;
border-color: #f0c429;
background: #f0c429;
}
.contact-form.style2 .btn[type=submit]:hover, .contact-form.style2 [type=submit].viewmore-products-btn:hover, .contact-form.style2 .btn[type=submit]:active, .contact-form.style2 [type=submit].viewmore-products-btn:active {
background: #eebd11;
border-color: #eebd11;
}
.widget-ticket-pricing {
background: #fff;
transition: all 0.3s ease-in-out 0s;
border: 2px dashed #e5e5e5;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
overflow: hidden;
}
@media (min-width: 1200px) {
.widget-ticket-pricing .product-block-pricing {
max-width: 170px;
margin: auto;
}
}
.widget-ticket-pricing .column {
transition: all 0.3s ease-in-out 0s;
overflow: hidden;
border: 2px dashed #e5e5e5;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
margin: -2px 0;
padding: 0 10px !important;
}
.widget-ticket-pricing .column:last-child, .widget-ticket-pricing .column:first-child {
border: none;
margin: 0;
}
.widget-ticket-pricing.style-style2 {
border: 1px solid #e5e5e5;
overflow: visible;
}
.widget-ticket-pricing.style-style2 .column {
border: 1px solid #e5e5e5;
margin: -1px 0;
}
.widget-ticket-pricing.style-style2 .column:last-child, .widget-ticket-pricing.style-style2 .column:first-child {
margin: 0;
border: none;
}
.widget-ticket-pricing.style-style2 .column:hover {
border-color: #f0c429;
}
.widget-ticket-pricing.style-style2 .column:hover .product-block-pricing .wrapper-pricing .price {
border: 1px solid #f0c429;
}
.widget-ticket-pricing.style-style2 .column:hover .product-block-pricing .wrapper-pricing:before {
border-bottom: 1px solid #f0c429;
}
.widget-ticket-pricing.style-style2 .product-block-pricing .wrapper-pricing .price {
border: 1px solid #e5e5e5;
}
.widget-ticket-pricing.style-style2 .product-block-pricing .wrapper-pricing:before {
border-bottom: 1px solid #e5e5e5;
}
.widget-ticket-pricing.style-style3 {
border: none;
overflow: visible;
}
.widget-ticket-pricing.style-style3 .column {
border: none;
overflow: visible;
margin: 20px 0;
}
.product-block-pricing .name {
font-size: 22px;
font-family: "Manrope";
margin: 37px 0 30px;
font-weight: 400;
text-align: center;
}
.product-block-pricing .wrapper-pricing {
text-align: center;
position: relative;
}
.product-block-pricing .wrapper-pricing:before {
transition: all 0.3s ease-in-out 0s;
width: 1000px;
height: 2px;
border-bottom: 2px dashed #e5e5e5;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -150px;
z-index: 1;
content: "";
}
.product-block-pricing .wrapper-pricing .price {
transition: all 0.3s ease-in-out 0s;
border: 2px dashed #e5e5e5;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
padding: 8px;
background: #fff;
display: inline-block;
z-index: 2;
position: relative;
}
.product-block-pricing .woocommerce-Price-amount {
transition: all 0.3s ease-in-out 0s;
width: 100px;
height: 100px;
line-height: 100px;
display: inline-block;
text-align: center;
font-size: 30px;
font-weight: normal;
color: #2b2b2b;
background: #f1f1f1;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.product-block-pricing .woocommerce-Price-amount > span {
font-weight: 300;
}
.product-block-pricing .block-inner-content .desc {
margin: 20px 0 35px;
}
.product-block-pricing .block-inner-content .desc strong {
color: #2b2b2b;
}
.product-block-pricing .block-inner-content ul {
margin: 0;
padding: 0;
list-style: none;
}
.product-block-pricing .block-inner-content ul li {
margin: 0 0 5px;
}
.product-block-pricing .block-inner-content ul i {
margin-right: 15px;
color: #f0c429;
}
.rtl .product-block-pricing .block-inner-content ul i {
margin-left: 15px;
margin-right: inherit;
}
.product-block-pricing .button {
transition: all 0.3s ease-in-out 0s;
}
.product-block-pricing .groups-button {
margin: 40px 0 45px;
}
.product-block-pricing .groups-button .button.added {
display: none;
}
.product-block-pricing .groups-button .added_to_cart.wc-forward {
display: inline-block;
padding: 12px 30px;
white-space: nowrap;
vertical-align: middle;
font-size: 14px;
font-weight: normal;
text-transform: uppercase;
border-radius: 25px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
-o-border-radius: 25px;
background-image: linear-gradient(to right, #f0c429 0%, #f0c429 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF0C429", endColorstr="#FFF0C429", GradientType=1);
color: #fff;
}
.product-block-pricing .groups-button .added_to_cart.wc-forward:hover, .product-block-pricing .groups-button .added_to_cart.wc-forward:active {
color: #fff;
background-image: linear-gradient(to right, #f0c429 0%, #f0c429 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF0C429", endColorstr="#FFF0C429", GradientType=1);
}
.product-block-pricing:hover .woocommerce-Price-amount {
background-image: linear-gradient(to right, #f0c429 0%, #f0c429 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF0C429", endColorstr="#FFF0C429", GradientType=1);
color: #fff;
}
.product-block-pricing:hover .button {
color: #fff !important;
}
.product-block-pricing:hover .button:before {
opacity: 0;
filter: alpha(opacity=0);
}
.product-block-pricing3 {
text-align: center;
padding: 80px 10px 50px;
transition: all 0.2s ease-in-out 0s;
position: relative;
}
.product-block-pricing3 .name {
font-size: 30px;
font-weight: normal;
margin: 0 0 8px;
}
.product-block-pricing3 .desc strong {
color: #2b2b2b;
}
.product-block-pricing3 .price {
font-size: 40px;
font-weight: 900;
color: #f0c429;
}
.product-block-pricing3 .price .woocommerce-Price-currencySymbol {
font-size: 20px;
vertical-align: text-top;
font-weight: 600;
}
.product-block-pricing3 .wrapper-pricing {
max-width: 310px;
margin: auto;
padding: 5px 0;
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
}
.product-block-pricing3 .block-inner-content > ul {
list-style: none;
margin: 40px 0 42px;
padding: 0;
}
.product-block-pricing3 .block-inner-content > ul li {
margin: 0 0 5px;
}
.product-block-pricing3 .block-inner-content > ul li > i {
display: none;
}
.product-block-pricing3 .thumbnail-wrapper {
margin: 50px 0 54px;
}
.product-block-pricing3 .button {
box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
background: #fff;
color: #2b2b2b;
}
.product-block-pricing3 .button:before {
display: none !important;
}
.product-block-pricing3 .button:hover {
background: #f0c429;
color: #fff !important;
}
.product-block-pricing3 .label {
position: absolute;
left: -37px;
margin-left: 100%;
top: -10px;
padding: 10px 25px;
background: #f0c429;
color: #fff;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
transform: rotate(90deg);
transform-origin: 0 0;
}
.product-block-pricing3 .label:after {
content: "";
background: transparent;
position: absolute;
top: 0;
left: 0;
transform: translateY(-100%);
width: 10px;
height: 6px;
border-width: 3px 5px;
border-style: solid;
border-color: transparent #bf980d #bf980d transparent;
}
.product-block-pricing3 .label:before {
content: "";
position: absolute;
top: 0;
left: 100%;
transform: translateX(-50%);
border-width: 17px;
border-style: solid;
border-color: #f0c429 transparent #f0c429 #f0c429;
}
.product-block-pricing3.is-featured, .product-block-pricing3:hover {
z-index: 1;
}
.product-block-pricing3.is-featured .button, .product-block-pricing3:hover .button {
background: #f0c429;
color: #fff !important;
}
.product-block-pricing3.is-featured {
box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}
.popupnewsletter-wrapper .mfp-content {
max-width: 90%;
}
@media (min-width: 768px) {
.popupnewsletter-wrapper .mfp-content {
max-width: 770px;
}
}
.popupnewsletter-wrapper .popupnewsletter-widget {
padding: 0;
}
@media (min-width: 768px) {
.popupnewsletter-wrapper .popupnewsletter-widget {
padding: 40px 40px 40px 10px;
}
}
.popupnewsletter-wrapper .goal-mfp-close {
background-color: #f0c429;
color: #fff;
transition: all 0.2s ease-in-out 0s;
font-size: 16px;
line-height: 47px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
transform: translate(22px, -22px);
opacity: 1;
filter: alpha(opacity=100);
}
.popupnewsletter-wrapper .goal-mfp-close:hover, .popupnewsletter-wrapper .goal-mfp-close:focus {
background: #e12d2d;
}
.popupnewsletter-wrapper .modal-content {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
padding: 0;
text-align: center;
max-width: 770px;
}
.popupnewsletter-wrapper .modal-content h3 {
font-size: 20px;
font-weight: 700;
text-transform: none;
margin: 0;
}
@media (min-width: 1200px) {
.popupnewsletter-wrapper .modal-content h3 {
font-size: 30px;
}
}
.popupnewsletter-wrapper .modal-content .description {
font-family: "Manrope";
font-size: 16px;
margin: 0 0 20px;
}
.popupnewsletter-wrapper .modal-content form {
transition: all 0.2s ease-in-out 0s;
border: 1px solid #e5e5e5;
width: 250px;
background: #f5f6f7;
clear: both;
margin: 0 auto 20px;
border-radius: 46px;
-webkit-border-radius: 46px;
-moz-border-radius: 46px;
-ms-border-radius: 46px;
-o-border-radius: 46px;
position: relative;
padding-right: 46px;
}
.rtl .popupnewsletter-wrapper .modal-content form {
padding-left: 46px;
padding-right: inherit;
}
@media (min-width: 1200px) {
.popupnewsletter-wrapper .modal-content form {
margin: 0 auto 40px;
}
}
.popupnewsletter-wrapper .modal-content form:hover {
border-color: #cccccc;
}
.popupnewsletter-wrapper .modal-content form .form-control {
background: #f5f6f7;
width: 100%;
border: none;
border-radius: 46px;
-webkit-border-radius: 46px;
-moz-border-radius: 46px;
-ms-border-radius: 46px;
-o-border-radius: 46px;
height: 44px;
display: block;
}
.popupnewsletter-wrapper .modal-content form .input-group {
position: static;
width: 100%;
display: block;
}
.popupnewsletter-wrapper .modal-content form .input-group > * {
display: block;
float: none;
position: static;
}
.popupnewsletter-wrapper .modal-content form [type=submit] {
position: absolute;
border: none;
padding: 0;
z-index: 2 !important;
top: -1px;
right: -1px;
z-index: 1;
width: 46px;
height: 46px;
line-height: 46px;
border-radius: 46px;
-webkit-border-radius: 46px;
-moz-border-radius: 46px;
-ms-border-radius: 46px;
-o-border-radius: 46px;
display: inline-block;
color: transparent;
background: #f0c429;
}
.rtl .popupnewsletter-wrapper .modal-content form [type=submit] {
left: -1px;
right: auto;
}
.popupnewsletter-wrapper .modal-content form [type=submit]:before {
content: "\f1d8";
font-family: "Font Awesome 5 Free";
font-size: 18px;
color: #fff;
display: inline-block;
width: 45px;
text-align: center;
}
.popupnewsletter-wrapper .modal-content form [type=submit]:hover, .popupnewsletter-wrapper .modal-content form [type=submit]:focus {
background-color: #d7ab0f;
}
.popupnewsletter-wrapper .close-dont-show:hover, .popupnewsletter-wrapper .close-dont-show:focus {
color: #e44343;
} .widget-woocommerce-currency-switcher {
margin: 0;
display: flex;
justify-content: stretch;
align-content: center;
align-items: center;
}
.widget-woocommerce-currency-switcher label {
font-weight: 400;
font-size: 15px;
margin: 0;
}
.widget-woocommerce-currency-switcher .dd-desc {
display: none;
}
.widget-woocommerce-currency-switcher .title,
.widget-woocommerce-currency-switcher > h5 {
margin: 0;
font-weight: 400;
font-size: 15px;
font-family: "Manrope", Helvetica, Arial, sans-serif;
color: #fff !important;
}
.widget-woocommerce-currency-switcher > * {
display: inline-block;
vertical-align: middle;
}
.widget-woocommerce-currency-switcher .dd-select {
background-color: transparent !important;
border: 0;
padding-right: 20px;
}
.rtl .widget-woocommerce-currency-switcher .dd-select {
padding-left: 20px;
padding-right: inherit;
}
.widget-woocommerce-currency-switcher .dd-select label.dd-selected-text {
color: #fff;
}
.widget-woocommerce-currency-switcher .dd-select:after {
content: "";
position: absolute;
width: 100%;
height: 6px;
top: 100%;
left: 0;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-selected {
color: #666;
padding: 3px 10px !important;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-selected:hover {
color: #2b2b2b;
}
.widget-woocommerce-currency-switcher .dd-options {
box-shadow: none;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
background-color: #fff;
top: 100%;
width: 100%;
border: 1px solid #e5e5e5;
font-size: 15px;
display: block !important;
visibility: hidden;
opacity: 0;
filter: alpha(opacity=0);
transition: all 0.2s ease-in-out 0s;
margin: 5px 0;
transform: translateY(8px);
}
.widget-woocommerce-currency-switcher .dd-options label {
cursor: pointer;
}
.widget-woocommerce-currency-switcher a.dd-option {
padding: 3px 10px !important;
border-color: #e5e5e5;
}
.widget-woocommerce-currency-switcher .dd-pointer {
border: none !important;
width: 14px;
height: 14px;
line-height: 12px;
top: 50%;
position: absolute;
right: 0;
transform: translateY(-50%);
margin: 0 !important;
}
.rtl .widget-woocommerce-currency-switcher .dd-pointer {
left: 0;
right: auto;
}
.widget-woocommerce-currency-switcher .dd-pointer:before {
font-family: "themify";
content: "\e64b";
font-size: 11px;
color: #fff;
}
.widget-woocommerce-currency-switcher:hover .dd-options {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
transform: translateY(0);
}
.header-top-dark .widget_icl_lang_sel_widget .title {
color: #fff;
}
.header-top-dark .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
color: #fff;
}
.widget_icl_lang_sel_widget {
display: flex;
justify-content: stretch;
align-content: center;
align-items: center;
}
.widget_icl_lang_sel_widget .title {
margin: 0;
font-weight: 400;
font-size: 14px;
color: #fff;
line-height: 1.5;
}
.widget_icl_lang_sel_widget > * {
display: inline-block;
vertical-align: middle;
}
.wpml-ls-legacy-dropdown {
width: auto;
}
.wpml-ls-legacy-dropdown > ul {
list-style: none;
padding: 0;
margin: 0;
position: relative;
}
.wpml-ls-legacy-dropdown > ul li:last-child {
padding: 0;
}
.wpml-ls-legacy-dropdown > ul li:before {
display: none;
}
.wpml-ls-legacy-dropdown a {
display: block;
padding: 3px 10px;
border: 0;
background-color: transparent;
line-height: 1.7;
}
.wpml-ls-legacy-dropdown a span {
vertical-align: baseline;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
padding: 0;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
transform: translateY(0);
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
position: absolute;
z-index: 2;
top: inherit;
top: 100%;
width: 100%;
min-width: 150px;
background-color: #fff;
border: 1px solid #e5e5e5;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
font-size: 15px;
list-style: none;
visibility: hidden;
opacity: 0;
filter: alpha(opacity=0);
transition: all 0.2s ease-in-out 0s;
margin: 5px 0;
transform: translateY(8px);
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
padding-top: 3px;
padding-bottom: 3px;
background-color: transparent;
padding-right: calc(10px + 0.7em + 0.7em);
position: relative;
color: #fff;
font-size: 15px;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
content: "";
position: absolute;
width: 100%;
height: 6px;
top: 100%;
left: 0;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:before {
font-family: "themify";
content: "\e64b";
width: 11px;
height: 11px;
line-height: 11px;
font-size: 11px;
top: 50%;
position: absolute;
right: 5px;
transform: translateY(-50%);
margin: 0 !important;
}
.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:before {
left: 5px;
right: auto;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:hover {
color: #f0c429;
}
.wpml-ls-legacy-dropdown .wpml-ls-item {
border-bottom: 1px solid #e5e5e5;
padding: 0;
}
.wpml-ls-legacy-dropdown .wpml-ls-item:last-child {
border-bottom: 0;
}  @media (min-width: 1500px) {
.list-product-archive .col-lg-cs-5,
.list-product-archive .col-md-cs-5 {
width: 20%;
}
}
@media (min-width: 1500px) {
.container {
width: 1440px;
}
}
@media (min-width: 1200px) {
.col-lg-5c,
.col-md-5c {
width: 20%;
}
.top-percent-50 > div {
position: relative;
transform: translateY(-50%);
z-index: 2;
}
.shop-has-right > div,
.has-right {
padding-right: 30px;
}
.rtl .shop-has-right > div,
.rtl .has-right {
padding-left: 30px;
padding-right: inherit;
}
.shop-has-left > div,
.has-left {
padding-left: 30px;
}
.rtl .shop-has-left > div,
.rtl .has-left {
padding-right: 30px;
padding-left: inherit;
}
}
@media (min-width: 992px) {
.md-clearfix {
clear: both;
}
}
@media (min-width: 1200px) and (max-width: 1650px) {
.desktop-50 {
width: 50% !important;
}
.desktop-100 {
width: 100% !important;
}
.desktop-full {
width: 100% !important;
}
.desktop-full > .elementor-container > .elementor-row {
display: block;
}
.col-desktop-4 {
width: 25%;
clear: none !important;
}
.col-desktop-4:nth-child(4n+1) {
clear: both !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.sm-clearfix {
clear: both;
}
.products-wrapper-grid .row-products-wrapper > .col-sm-6:nth-child(2n+1) {
clear: both;
}
.products-wrapper-grid .row-products-wrapper > .col-sm-4:nth-child(3n+1) {
clear: both;
}
.product-block.grid.grid-v2 .title-wrapper,
.product-block.grid.grid-v3 .title-wrapper {
display: block !important;
}
.product-block.grid.grid-v2 .swatches-wrapper,
.product-block.grid.grid-v3 .swatches-wrapper {
position: absolute;
}
.sm-percent-50 {
width: 50% !important;
}
.widget-features-box.style1 .item-inner {
padding: 15px;
margin: 0 0 15px;
}
.widget-features-box .title {
font-size: 13px;
}
}
@media (max-width: 1199px) {
.widget-features-box.style1 .item-inner {
padding: 15px;
margin: 0 0 15px;
}
.widget-features-box .title {
font-size: 13px;
line-height: 1;
}
.comment-list div.avatar {
min-width: 70px;
padding-right: 10px;
}
.rtl .comment-list div.avatar {
padding-left: 10px;
padding-right: inherit;
}
.comment-list .comment-box {
border: none;
padding-left: 10px;
}
.rtl .comment-list .comment-box {
padding-right: 10px;
padding-left: inherit;
}
.widget-social .social > li {
margin-right: 5px;
}
.rtl .widget-social .social > li {
margin-left: 5px;
margin-right: inherit;
}
.widget-social .social > li:last-child {
margin-right: 0;
}
.rtl .widget-social .social > li:last-child {
margin-left: 0;
margin-right: inherit;
}
.add-fix-top {
width: 35px;
height: 35px;
line-height: 30px;
}
.product-block.grid .groups-button > div {
margin: 0;
}
.product-block.grid.grid-v2 .title-wrapper,
.product-block.grid.grid-v3 .title-wrapper {
display: block !important;
}
.product-block.grid.grid-v2 .swatches-wrapper,
.product-block.grid.grid-v3 .swatches-wrapper {
position: absolute;
}
.product-block.grid .name {
opacity: 1 !important;
filter: alpha(opacity=100) !important;
transform: translateY(0) !important;
-webkit-transform: translateY(0) !important;
-ms-transform: translateY(0) !important;
}
.product-block.grid .price {
transform: translateY(0) !important;
-webkit-transform: translateY(0) !important;
-ms-transform: translateY(0) !important;
}
.woocommerce ul.product_list_widget .product-title {
margin: 0;
}
.woocommerce ul.product_list_widget .right-content {
padding-left: 8px;
}
.woocommerce ul.product_list_widget .woocommerce-Price-amount {
font-size: 11px;
}
.woocommerce ul.product_list_widget del .woocommerce-Price-amount {
font-size: 9px;
}
.product-block-list .product-excerpt {
font-size: 14px;
}
.details-product .information .woocommerce-product-details__short-description {
font-size: 14px;
}
.details-product .woocommerce-product-details__short-description.hideContent {
height: 52px;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
margin: 0;
}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info {
padding: 0;
width: 100%;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img {
margin-bottom: 0;
}
.mobile-vertical-menu li .sub-menu {
width: 100% !important;
padding: 0 !important;
}
}
@media (max-width: 991px) {
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
padding-left: 15px;
padding-right: 15px;
}
.container,
.container-fluid {
padding-left: 15px;
padding-right: 15px;
}
.widget-products-tabs .hierarchy {
position: static;
margin-top: -10px;
}
.slick-carousel {
margin-left: 0;
margin-right: 0;
}
.entry-thumb .image-wrapper img {
width: 100%;
}
.comment-list .children {
padding-left: 15px;
}
.rtl .comment-list .children {
padding-right: 15px;
padding-left: inherit;
}
.comment-list .children {
padding-left: 20px;
}
.rtl .comment-list .children {
padding-right: 20px;
padding-left: inherit;
}
.comment-list .comment-box {
padding-bottom: 20px;
}
.comment-list .the-comment {
margin-bottom: 20px;
}
.goal-footer-mobile {
display: block;
}
.comment-list div.avatar img {
width: 70px;
}
.comment-list .comment-text {
margin: 5px 0;
}
.widget.widget-products-tabs .top-info {
display: block;
}
.widget.widget-products-tabs .top-info .widget-title {
margin-bottom: 10px;
text-align: center;
}
.widget.widget-products-tabs .top-info .widget-title:after {
display: none;
}
.widget.widget-products-tabs .top-info .nav.tabs-product {
text-align: inherit !important;
}
.widget-banner.style2 .banner-content {
font-size: 18px;
}
.widget-process {
padding: 0;
}
.widget-process .proces-item {
margin-bottom: 15px;
}
.widget-process .proces-item .line-space {
display: none;
}
.details-product .image-mains {
margin-bottom: 20px;
}
.details-product .image-mains:after {
clear: both;
content: " ";
display: table;
}
body.body-footer-mobile {
padding-bottom: 60px;
}
.goal-filter .right-inner {
margin-bottom: 10px;
overflow: hidden;
}
.goal-filter .mobile-sidebar-btn {
float: right;
margin: 5px 0 0;
}
.rtl .goal-filter .mobile-sidebar-btn {
float: left;
}
.widget-mailchimp .btn, .widget-mailchimp .viewmore-products-btn {
font-size: 11px;
}
.widget-social .social a {
width: 30px;
height: 30px;
line-height: 28px;
font-size: 12px;
}
}
@media (max-width: 768px) {
.hidden-768 {
display: none;
}
}
@media (max-width: 767px) {
.slick-carousel {
margin-right: -7px;
margin-left: -7px;
}
.slick-carousel .slick-slide {
padding-right: 7px;
padding-left: 7px;
}
.wishlist-icon, .mini-cart {
margin-top: 5px;
}
.elementor-widget:not(:last-child) {
margin-bottom: 0;
}
.nav.tabs-product {
white-space: nowrap;
text-align: center;
}
.nav.tabs-product li {
float: none;
display: inline-block;
margin-bottom: 10px;
}
.nav.tabs-product li a {
font-size: 13px;
}
.nav.tabs-product.left > li {
margin: 0;
}
.nav-tabs > li > a {
margin-right: 0;
}
.wrapper-filter {
padding: 15px 0;
}
.wrapper-filter > * {
display: block;
margin-bottom: 5px;
width: 100%;
}
.wrapper-filter > *:last-child {
margin-bottom: 0;
}
.widget-banner .banner-content.style3 {
transform: translate(0, 0);
}
.widget-banner .banner-content h4 {
color: #fff;
font-size: 20px;
line-height: 30px;
font-weight: 500;
margin: 0 0 10px;
}
.goal-salespopup-wrapper {
display: none !important;
}
.goal-footer .widget-mailchimp {
display: block;
}
.goal-footer .widget-mailchimp .title {
margin: 0 0 10px;
font-size: 18px;
}
.goal-footer ul {
padding: 0;
margin: 0;
}
.detail-post .entry-content-detail .entry-title {
font-size: 25px;
}
.goal-shop-menu ul.goal-categories {
overflow: auto;
white-space: nowrap;
float: none;
padding: 0 0 10px;
}
.goal-shop-menu ul.goal-categories li {
margin-right: 15px;
}
.rtl .goal-shop-menu ul.goal-categories li {
margin-left: 15px;
margin-right: inherit;
}
.show-filter {
font-weight: normal;
color: #e44343;
}
.shop-top-sidebar-wrapper {
display: none;
}
.wrapper-top-cart > .dropdown-menu-right {
padding: 15px 15px 90px;
}
.widget-about .widget-title {
margin: 0;
}
.widget-categorybanner img {
width: 100%;
}
.category-item .cate-image {
margin: 0 0 15px;
}
.shop-list-normal.shop-deal-list .content-body {
padding-left: 0;
padding-top: 10px;
}
.rtl .shop-list-normal.shop-deal-list .content-body {
padding-right: 0;
padding-left: inherit;
}
.tag-social > div {
width: 100%;
margin-bottom: 5px;
}
.product-block.grid .groups-button > a, .product-block.grid .groups-button > div {
float: none;
}
.widget-recent_viewed .widget-title {
font-size: 20px;
}
.widget-recent_viewed .flex-middle {
display: inline-flex;
width: 100%;
}
.details-product {
margin-bottom: 10px !important;
}
.shop_table .coupon input {
width: 100% !important;
margin-bottom: 10px !important;
}
.woocommerce ul.order_details li {
margin-bottom: 15px;
}
.goal-footer .widget-nav-menu .widget-title {
margin: 0;
}
.goal-footer .widget-nav-menu ul.menu {
font-size: 14px;
}
}
@media (max-width: 767px) and (min-width: 768px) {
.goal-footer .widget-nav-menu ul.menu {
font-size: 15px;
}
}
@media (max-width: 767px) {
.goal-footer .widget-nav-menu ul.menu li {
margin: 0;
display: inline-block;
float: none;
}
.goal-footer .widget-nav-menu ul.menu li + li:before {
content: ",";
margin-right: 5px;
color: #aaa;
}
.rtl .goal-footer .widget-nav-menu ul.menu li + li:before {
margin-left: 5px;
margin-right: inherit;
}
.widget-features-box.style2.right .features-box-image {
float: left;
padding: 0 15px 0 0;
}
.widget.widget-about {
margin: 0;
display: inline-block;
}
.row-blog > .col-xs-6 {
width: 100%;
}
.post-grid-v1 .entry-thumb {
margin-bottom: 0;
}
.post-grid-v2 .no-image {
margin-bottom: 0;
}
.post-list-item.post-grid-v2 .post-content .post-content-inner {
padding: 30px;
min-height: 300px;
margin: 0;
}
.comment-list .comment-text {
font-size: 13px;
line-height: 20px;
}
.entry-thumb .image-wrapper img {
width: 100%;
}
.post .entry-description .wp-block-quote {
margin: 15px 0 0;
padding: 20px;
}
.post .entry-description .wp-block-quote:before {
top: -30px;
}
.popupnewsletter-wrapper .modal-content {
background-image: none !important;
padding: 50px 20px 20px;
}
.product-block-list .quickview {
display: none;
}
.product-block-list .product-excerpt {
margin-bottom: 10px;
}
.product-block-list .left-infor {
padding: 0;
}
.product-block-list .left-infor:before {
display: none;
}
.product-block-list .compare,
.product-block-list .add-cart .added_to_cart,
.product-block-list .add-cart a.button {
font-size: 12px;
padding: 12px;
}
.details-product.layout-v1 .summary-right .summary {
padding: 15px 0 0;
}
.details-product.layout-v1 .summary-right .summary:before {
display: none;
}
.details-product .product_meta > * {
display: block;
padding: 0;
margin: 0 0 10px;
border: none;
}
.tabs-v1 .nav-tabs {
padding-bottom: 8px;
display: block;
margin: 0;
}
.tabs-v1 .nav-tabs > li {
margin: 0 0 5px;
display: inline-block;
width: 100%;
}
.slick-carousel-top .slick-arrow {
top: -55px;
}
.woocommerce #reviews #comments ol.commentlist li .content-comment {
font-size: 15px;
margin-top: 5px;
}
.goal-checkout-step ul li {
float: none;
margin-bottom: 10px;
}
.goal-checkout-step ul li:last-child {
margin-bottom: 0;
}
.woocommerce table.wishlist_table thead th, .woocommerce table.wishlist_table thead td,
.woocommerce table.wishlist_table tbody th,
.woocommerce table.wishlist_table tbody td {
padding: 10px !important;
}
.woocommerce table.wishlist_table .product-name {
padding: 0;
}
.product-block-list {
padding: 10px;
}
.product-block-list .product-excerpt {
display: none;
}
.product-block-list .left-infor {
padding-top: 10px;
margin-top: 10px;
border-top: 1px solid #e5e5e5;
}
.product-block-list .name {
font-size: 18px;
}
.goal-filter {
padding: 10px 0;
text-align: center;
}
.goal-filter .woocommerce-result-count {
float: none;
}
.goal-filter .wrapper-lert {
overflow: auto;
padding-bottom: 10px;
}
.goal-filter .wrapper-right .left-inner {
display: table;
width: 100%;
text-align: center;
}
.goal-filter .wrapper-right .left-inner > * {
vertical-align: middle;
float: none !important;
display: inline-block;
padding-right: 5px;
}
.rtl .goal-filter .wrapper-right .left-inner > * {
padding-left: 5px;
padding-right: inherit;
}
.goal-filter .display-mode {
white-space: nowrap;
text-align: right;
}
.rtl .goal-filter .display-mode {
text-align: left;
}
.goal-filter .form-dekoro-ppp select,
.goal-filter select {
font-size: 14px;
padding: 3px 10px;
}
.nav.tabs-product.center > li {
margin-left: 5px;
margin-right: 5px;
}
.woocommerce .woocommerce-message .button {
padding: 5px 15px;
font-size: 12px;
}
.woocommerce .woocommerce-message {
line-height: 1.3;
}
}
@media (max-width: 480px) {
.goal-footer-mobile > ul > li {
padding: 0 10px;
}
}
@media (max-width: 479px) {
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > *,
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > .select2-container, .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > select, .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > input {
width: 100% !important;
margin: 0 0 5px !important;
}
.goal-topcart .dropdown-menu {
padding: 20px;
min-width: 280px;
}
.widget-features-box.style4 .item-inner::before {
display: none;
}
}