.cs-uwac__popup-wrapper {
--cs-uwac-button-height: 56px;
--cs-uwac-button-margin: 14px;
--cs-uwac-header-height: 104px;
--cs-uwac-widget-margin-top-initial: 	20px;
--cs-uwac-widget-margin-bottom-initial: 20px;
--cs-uwac-widget-maxheight: calc(100vh - (var(--cs-uwac-button-height) + var(--cs-uwac-button-margin)));
--cs-uwac-chatbox-bg: var(--cs-uwac-theme_content-bg,white);
width: 350px;
max-width: calc(100% - 50px);
height: auto;
max-height: var(--cs-uwac-widget-maxheight);
pointer-events: none;
position: fixed;
top: var(--cs-uwac-theme_position-top, initial);
right: var(--cs-uwac-theme_position-right, 20px);
bottom: var(--cs-uwac-theme_position-bottom, 20px);
left: var(--cs-uwac-theme_position-left, initial);
-webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
z-index: 10000000;
--uwac-btn-icon-display: flex;
padding-bottom: 70px;   }
.cs-uwac__popup-wrapper * {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cs-uwac__popup-wrapper a,
.cs-uwac__popup-wrapper strong {
color: currentColor;
}
.cs-uwac__popup-wrapper.cs-uwac__active .cs-uwac__popup-overlay {
pointer-events: initial;
opacity: 1;
visibility: visible;
}
.cs-uwac__popup-wrapper.cs-uwac__position--bottomright {
--cs-uwac-widget-margin-top: 20px;
--cs-uwac-widget-margin-bottom: var(--cs-uwac-theme_position-bottom);
--cs-uwac-widget-maxheight: calc(100vh - var(--cs-uwac-widget-margin-top));
}
.cs-uwac__popup-wrapper.cs-uwac__position--bottomleft {
--cs-uwac-widget-margin-top: 20px;
--cs-uwac-widget-margin-bottom: var(--cs-uwac-theme_position-bottom);
--cs-uwac-widget-maxheight: calc(100vh - var(--cs-uwac-widget-margin-top));
}
.cs-uwac__popup-wrapper.cs-uwac__position--bottomleft .cs-uwac__popup-btn {
top: initial;
right: initial;
bottom: 0px;
left: 0px;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-flow: row-reverse;
flex-flow: row-reverse;
}
.cs-uwac__popup-wrapper.cs-uwac__popup--hide-label .cs-uwac__popup-btn .cs-uwac__popup-btn_txt {
display: none !important;
}
.cs-uwac__popup-wrapper.cs-uwac__popup--gdpr-ready .cs-uwac__popup-chatbox_notice-gdpr {
display: none;
visibility: hidden;
opacity: 0;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-btn {
position: relative;
z-index: 10;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-btn .cs-uwac__popup-btn_icon .cs-uwac__popup-btn_icon-icon {
position: absolute;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-btn .cs-uwac__popup-btn_icon .cs-uwac__popup-btn_icon-icon span {
width: 100%;
height: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: currentColor;
fill: currentColor;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-btn .cs-uwac__popup-btn_icon .cs-uwac__popup-btn_icon-icon span svg {
fill: currentColor;
color: currentColor;
width: 100%;
height: 100%;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-btn .cs-uwac__popup-btn_icon .cs-uwac__popup-btn_icon-close {
position: absolute;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-btn .cs-uwac__popup-btn_icon .cs-uwac__popup-btn_icon-close span {
width: 100%;
height: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: currentColor;
fill: currentColor;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-btn .cs-uwac__popup-btn_icon .cs-uwac__popup-btn_icon-close span svg {
fill: currentColor;
color: currentColor;
width: 100%;
height: 100%;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-chatbox {
position: relative;
z-index: 10;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_heading .cs-uwac__popup-chatbox_wazap-icon span {
width: 100%;
height: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: currentColor;
fill: currentColor;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content {
--cs-uwac-chatbox-height: calc(var(--cs-uwac-header-height) + var(--cs-uwac-widget-margin-top,var(--cs-uwac-widget-margin-top-initial)) + var(--cs-uwac-widget-margin-bottom,var(--cs-uwac-widget-margin-bottom-initial)) + var(--cs-uwac-button-height) + var(--cs-uwac-button-margin));
overflow: scroll;
height: calc(100% - 100px);
max-height: calc(100vh - var(--cs-uwac-chatbox-height)); }
.cs-uwac__popup-wrapper .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list {
padding-bottom: 20px;
margin-bottom: -20px;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account .cs-uwac__popup-account_avatar .cs-uwac__popup-account_avatar-wazap-icon {
display: none;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account .cs-uwac__popup-account_avatar .cs-uwac__popup-account_avatar-wazap-icon span {
width: 100%;
height: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: currentColor;
fill: currentColor;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account .cs-uwac__popup-account_avatar .cs-uwac__popup-account_avatar-img {
width: 100%;
height: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account .cs-uwac__popup-account_avatar .cs-uwac__popup-account_avatar-img::before {
content: attr(data-placeholder);
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background: white;
color: var(--cs-uwac-account-status);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 0;
font-size: 16px;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account .cs-uwac__popup-account_avatar .cs-uwac__popup-account_avatar-img > img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
position: relative;
z-index: 1;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account .cs-uwac__popup-account_avatar .cs-uwac__popup-account_avatar-img span {
width: 100%;
height: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: currentColor;
fill: currentColor;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account .cs-uwac__popup-account_content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
min-height: 48px;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account .cs-uwac__popup-account_content .cs-uwac__account_name {
font-size: 14px;
color: #363c47;
line-height: 1.188em !important;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account .cs-uwac__popup-account_content .cs-uwac__account_label {
font-size: 11px;
color: #989b9f;
padding: 2px 0 0;
line-height: 1.125em !important;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account .cs-uwac__popup-account_content .cs-uwac__account_status {
color: white;
font-size: 10px;
padding: 5px 0 0;
line-height: 1.125em !important;
border-radius: 4px;
background-color: var(--cs-uwac-account-status);
padding: 3px 6px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin-top: 3px;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account .cs-uwac__popup-account_wazap-icon {
display: none;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account .cs-uwac__popup-account_wazap-icon span {
width: 100%;
height: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: currentColor;
fill: currentColor;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-overlay {
position: fixed;
background: transparent;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
pointer-events: none;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cs-uwac__account-button-wrapper a.cs-uwac__button-account .cs-uwac__button-account_avatar:not(.cs-uwac__button-account_avatar--no-avatar) .cs-uwac__button-account_avatar-img::before {
content: attr(data-placeholder);
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background: white;
color: var(--cs-uwac-account-status);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 0;
font-size: 24px;
border-radius: inherit;
}
.cs-uwac__account-button-wrapper a.cs-uwac__button-account .cs-uwac__button-account_avatar .cs-uwac__button-account_avatar-img {
position: relative;
}
.cs-uwac__account-button-wrapper a.cs-uwac__button-account .cs-uwac__button-account_avatar .cs-uwac__button-account_avatar-img > img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
z-index: 0;
position: relative;
}
.cs-uwac__account-button-wrapper a.cs-uwac__button-account .cs-uwac__button-account_avatar .cs-uwac__button-account_avatar-img > span {
width: 100%;
height: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: currentColor;
fill: currentColor;
}
.cs-uwac__account-button-wrapper a.cs-uwac__button-account .cs-uwac__button-account_avatar .cs-uwac__button-account_avatar-wazap span {
width: 100%;
height: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: currentColor;
fill: currentColor;
} @-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.39062deg) skewY(0.39062deg);
transform: skewX(0.39062deg) skewY(0.39062deg);
}
88.8% {
-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
transform: skewX(-0.19531deg) skewY(-0.19531deg);
}
}
@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.39062deg) skewY(0.39062deg);
transform: skewX(0.39062deg) skewY(0.39062deg);
}
88.8% {
-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
transform: skewX(-0.19531deg) skewY(-0.19531deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
28% {
-webkit-transform: scale(1);
transform: scale(1);
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
28% {
-webkit-transform: scale(1);
transform: scale(1);
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.heartBeat {
-webkit-animation-name: heartBeat;
animation-name: heartBeat;
-webkit-animation-duration: 1.3s;
animation-duration: 1.3s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
@-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) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-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);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@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);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.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;
}
.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;
}
.animated.delay-1s {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.animated.delay-2s {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}
.animated.delay-3s {
-webkit-animation-delay: 3s;
animation-delay: 3s;
}
.animated.delay-4s {
-webkit-animation-delay: 4s;
animation-delay: 4s;
}
.animated.delay-5s {
-webkit-animation-delay: 5s;
animation-delay: 5s;
}
.animated.fast {
-webkit-animation-duration: 800ms;
animation-duration: 800ms;
}
.animated.faster {
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
}
.animated.slow {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.slower {
-webkit-animation-duration: 3s;
animation-duration: 3s;
}
@media (print), (prefers-reduced-motion) {
.animated {
-webkit-animation: unset !important;
animation: unset !important;
-webkit-transition: none !important;
transition: none !important;
}
}
@font-face {
font-family: 'castor-line-icons';
src: url(//rotulacionvehicular.es/wp-content/plugins/uwac/public/icons/castor-line-icons/castor-line-icons.eot?r4nptm);
src: url(//rotulacionvehicular.es/wp-content/plugins/uwac/public/icons/castor-line-icons/castor-line-icons.eot?r4nptm#iefix) format("embedded-opentype"), url(//rotulacionvehicular.es/wp-content/plugins/uwac/public/icons/castor-line-icons/castor-line-icons.ttf?r4nptm) format("truetype"), url(//rotulacionvehicular.es/wp-content/plugins/uwac/public/icons/castor-line-icons/castor-line-icons.woff?r4nptm) format("woff"), url(//rotulacionvehicular.es/wp-content/plugins/uwac/public/icons/castor-line-icons/castor-line-icons.svg?r4nptm#castor-line-icons) format("svg");
font-weight: normal;
font-style: normal;
}
[class^="cli-"], [class*=" cli-"],
[class^="dashicons-cli"]::before, [class*=" dashicons-cli"]::before { font-family: 'castor-line-icons' !important;
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;
}
.cli-activity:before,
.dashicons-cli-activity:before {
content: "\ea14";
}
.cli-airplay:before,
.dashicons-cli-airplay:before {
content: "\e900";
}
.cli-alert-circle:before,
.dashicons-cli-alert-circle:before {
content: "\e901";
}
.cli-alert-octagon:before,
.dashicons-cli-alert-octagon:before {
content: "\e902";
}
.cli-alert-triangle:before,
.dashicons-cli-alert-triangle:before {
content: "\e903";
}
.cli-align-center:before,
.dashicons-cli-align-center:before {
content: "\e904";
}
.cli-align-justify:before,
.dashicons-cli-align-justify:before {
content: "\e905";
}
.cli-align-left:before,
.dashicons-cli-align-left:before {
content: "\e906";
}
.cli-align-right:before,
.dashicons-cli-align-right:before {
content: "\e907";
}
.cli-alt:before,
.dashicons-cli-alt:before {
content: "\ea22";
}
.cli-anchor:before,
.dashicons-cli-anchor:before {
content: "\e908";
}
.cli-aperture:before,
.dashicons-cli-aperture:before {
content: "\e909";
}
.cli-archive:before,
.dashicons-cli-archive:before {
content: "\e90a";
}
.cli-arrow-down:before,
.dashicons-cli-arrow-down:before {
content: "\e90b";
}
.cli-arrow-down-circle:before,
.dashicons-cli-arrow-down-circle:before {
content: "\e90c";
}
.cli-arrow-down-left:before,
.dashicons-cli-arrow-down-left:before {
content: "\e90d";
}
.cli-arrow-down-left-circle:before,
.dashicons-cli-arrow-down-left-circle:before {
content: "\e90e";
}
.cli-arrow-down-right:before,
.dashicons-cli-arrow-down-right:before {
content: "\e90f";
}
.cli-arrow-down-right-circle:before,
.dashicons-cli-arrow-down-right-circle:before {
content: "\e910";
}
.cli-arrow-left:before,
.dashicons-cli-arrow-left:before {
content: "\e911";
}
.cli-arrow-left-circle:before,
.dashicons-cli-arrow-left-circle:before {
content: "\e912";
}
.cli-arrow-right:before,
.dashicons-cli-arrow-right:before {
content: "\e913";
}
.cli-arrow-right-circle:before,
.dashicons-cli-arrow-right-circle:before {
content: "\e914";
}
.cli-arrow-up:before,
.dashicons-cli-arrow-up:before {
content: "\e915";
}
.cli-arrow-up-circle:before,
.dashicons-cli-arrow-up-circle:before {
content: "\e916";
}
.cli-arrow-up-left:before,
.dashicons-cli-arrow-up-left:before {
content: "\e917";
}
.cli-arrow-up-left-circle:before,
.dashicons-cli-arrow-up-left-circle:before {
content: "\e918";
}
.cli-arrow-up-right:before,
.dashicons-cli-arrow-up-right:before {
content: "\e919";
}
.cli-arrow-up-right-circle:before,
.dashicons-cli-arrow-up-right-circle:before {
content: "\e91a";
}
.cli-arrows:before,
.dashicons-cli-arrows:before {
content: "\e945";
}
.cli-at-sign:before,
.dashicons-cli-at-sign:before {
content: "\e91b";
}
.cli-award:before,
.dashicons-cli-award:before {
content: "\e91c";
}
.cli-bag:before,
.dashicons-cli-bag:before {
content: "\ea23";
}
.cli-ban:before,
.dashicons-cli-ban:before {
content: "\ea24";
}
.cli-bar-chart:before,
.dashicons-cli-bar-chart:before {
content: "\e91d";
}
.cli-bar-chart-2:before,
.dashicons-cli-bar-chart-2:before {
content: "\e91e";
}
.cli-bar-chart-3:before,
.dashicons-cli-bar-chart-3:before {
content: "\e91f";
}
.cli-bar-chart-4:before,
.dashicons-cli-bar-chart-4:before {
content: "\e920";
}
.cli-battery:before,
.dashicons-cli-battery:before {
content: "\e921";
}
.cli-battery-charging:before,
.dashicons-cli-battery-charging:before {
content: "\e922";
}
.cli-bell:before,
.dashicons-cli-bell:before {
content: "\e923";
}
.cli-bell-off:before,
.dashicons-cli-bell-off:before {
content: "\e924";
}
.cli-bluetooth:before,
.dashicons-cli-bluetooth:before {
content: "\e925";
}
.cli-bold:before,
.dashicons-cli-bold:before {
content: "\e926";
}
.cli-book:before,
.dashicons-cli-book:before {
content: "\e927";
}
.cli-book-open:before,
.dashicons-cli-book-open:before {
content: "\e928";
}
.cli-bookmark:before,
.dashicons-cli-bookmark:before {
content: "\e929";
}
.cli-box:before,
.dashicons-cli-box:before {
content: "\e92a";
}
.cli-briefcase:before,
.dashicons-cli-briefcase:before {
content: "\e92b";
}
.cli-calendar:before,
.dashicons-cli-calendar:before {
content: "\e92c";
}
.cli-camera:before,
.dashicons-cli-camera:before {
content: "\e92d";
}
.cli-camera-off:before,
.dashicons-cli-camera-off:before {
content: "\e92e";
}
.cli-cast:before,
.dashicons-cli-cast:before {
content: "\e92f";
}
.cli-chat:before,
.dashicons-cli-chat:before {
content: "\ea16";
}
.cli-chat-2:before,
.dashicons-cli-chat-2:before {
content: "\ea38";
}
.cli-chat-2-alt:before,
.dashicons-cli-chat-2-alt:before {
content: "\ea39";
}
.cli-chat-alt:before,
.dashicons-cli-chat-alt:before {
content: "\ea41";
}
.cli-check:before,
.dashicons-cli-check:before {
content: "\ea15";
}
.cli-check-circle:before,
.dashicons-cli-check-circle:before {
content: "\e931";
}
.cli-check-square:before,
.dashicons-cli-check-square:before {
content: "\e932";
}
.cli-check-square-dashed:before,
.dashicons-cli-check-square-dashed:before {
content: "\ea25";
}
.cli-check2:before,
.dashicons-cli-check2:before {
content: "\e930";
}
.cli-chevron-down:before,
.dashicons-cli-chevron-down:before {
content: "\e933";
}
.cli-chevron-down-left:before,
.dashicons-cli-chevron-down-left:before {
content: "\ea42";
}
.cli-chevron-down-right:before,
.dashicons-cli-chevron-down-right:before {
content: "\ea43";
}
.cli-chevron-left:before,
.dashicons-cli-chevron-left:before {
content: "\e934";
}
.cli-chevron-right:before,
.dashicons-cli-chevron-right:before {
content: "\e935";
}
.cli-chevron-up:before,
.dashicons-cli-chevron-up:before {
content: "\e936";
}
.cli-chevron-up-left:before,
.dashicons-cli-chevron-up-left:before {
content: "\ea44";
}
.cli-chevron-up-right:before,
.dashicons-cli-chevron-up-right:before {
content: "\ea45";
}
.cli-chevrons-down:before,
.dashicons-cli-chevrons-down:before {
content: "\e937";
}
.cli-chevrons-left:before,
.dashicons-cli-chevrons-left:before {
content: "\e938";
}
.cli-chevrons-right:before,
.dashicons-cli-chevrons-right:before {
content: "\e939";
}
.cli-chevrons-up:before,
.dashicons-cli-chevrons-up:before {
content: "\e93a";
}
.cli-chrome:before,
.dashicons-cli-chrome:before {
content: "\e93b";
}
.cli-circle:before,
.dashicons-cli-circle:before {
content: "\e93c";
}
.cli-circle-check-alt:before,
.dashicons-cli-circle-check-alt:before {
content: "\ea26";
}
.cli-clipboard:before,
.dashicons-cli-clipboard:before {
content: "\e93d";
}
.cli-clock:before,
.dashicons-cli-clock:before {
content: "\e93e";
}
.cli-cloud:before,
.dashicons-cli-cloud:before {
content: "\e93f";
}
.cli-cloud-drizzle:before,
.dashicons-cli-cloud-drizzle:before {
content: "\e940";
}
.cli-cloud-lightning:before,
.dashicons-cli-cloud-lightning:before {
content: "\e941";
}
.cli-cloud-network:before,
.dashicons-cli-cloud-network:before {
content: "\ea34";
}
.cli-cloud-off:before,
.dashicons-cli-cloud-off:before {
content: "\e942";
}
.cli-cloud-rain:before,
.dashicons-cli-cloud-rain:before {
content: "\e943";
}
.cli-cloud-snow:before,
.dashicons-cli-cloud-snow:before {
content: "\e944";
}
.cli-code:before,
.dashicons-cli-code:before {
content: "\ea46";
}
.cli-code-2:before,
.dashicons-cli-code-2:before {
content: "\ea47";
}
.cli-code-alt:before,
.dashicons-cli-code-alt:before {
content: "\ea48";
}
.cli-codepen:before,
.dashicons-cli-codepen:before {
content: "\e946";
}
.cli-cogs:before,
.dashicons-cli-cogs:before {
content: "\ea3a";
}
.cli-command:before,
.dashicons-cli-command:before {
content: "\e947";
}
.cli-compass:before,
.dashicons-cli-compass:before {
content: "\e948";
}
.cli-content-bottom:before,
.dashicons-cli-content-bottom:before {
content: "\ea27";
}
.cli-content-left:before,
.dashicons-cli-content-left:before {
content: "\ea28";
}
.cli-content-right:before,
.dashicons-cli-content-right:before {
content: "\ea29";
}
.cli-content-top:before,
.dashicons-cli-content-top:before {
content: "\ea2a";
}
.cli-copy:before,
.dashicons-cli-copy:before {
content: "\e949";
}
.cli-corner-down-left:before,
.dashicons-cli-corner-down-left:before {
content: "\e94a";
}
.cli-corner-down-right:before,
.dashicons-cli-corner-down-right:before {
content: "\e94b";
}
.cli-corner-left-down:before,
.dashicons-cli-corner-left-down:before {
content: "\e94c";
}
.cli-corner-left-up:before,
.dashicons-cli-corner-left-up:before {
content: "\e94d";
}
.cli-corner-right-down:before,
.dashicons-cli-corner-right-down:before {
content: "\e94e";
}
.cli-corner-right-up:before,
.dashicons-cli-corner-right-up:before {
content: "\e94f";
}
.cli-corner-up-left:before,
.dashicons-cli-corner-up-left:before {
content: "\e950";
}
.cli-corner-up-right:before,
.dashicons-cli-corner-up-right:before {
content: "\e951";
}
.cli-cpu:before,
.dashicons-cli-cpu:before {
content: "\e952";
}
.cli-credit-card:before,
.dashicons-cli-credit-card:before {
content: "\e953";
}
.cli-crop:before,
.dashicons-cli-crop:before {
content: "\e954";
}
.cli-crosshair:before,
.dashicons-cli-crosshair:before {
content: "\e955";
}
.cli-cutlery:before,
.dashicons-cli-cutlery:before {
content: "\ea2b";
}
.cli-database:before,
.dashicons-cli-database:before {
content: "\e956";
}
.cli-delete:before,
.dashicons-cli-delete:before {
content: "\e957";
}
.cli-diamond:before,
.dashicons-cli-diamond:before {
content: "\ea31";
}
.cli-disc:before,
.dashicons-cli-disc:before {
content: "\e958";
}
.cli-dollar-sign:before,
.dashicons-cli-dollar-sign:before {
content: "\e959";
}
.cli-download:before,
.dashicons-cli-download:before {
content: "\e95a";
}
.cli-download-cloud:before,
.dashicons-cli-download-cloud:before {
content: "\e95b";
}
.cli-dropdown:before,
.dashicons-cli-dropdown:before {
content: "\ea49";
}
.cli-droplet:before,
.dashicons-cli-droplet:before {
content: "\e95c";
}
.cli-dropup:before,
.dashicons-cli-dropup:before {
content: "\ea4a";
}
.cli-edit:before,
.dashicons-cli-edit:before {
content: "\e95d";
}
.cli-edit-2:before,
.dashicons-cli-edit-2:before {
content: "\e95e";
}
.cli-edit-3:before,
.dashicons-cli-edit-3:before {
content: "\e95f";
}
.cli-esc:before,
.dashicons-cli-esc:before {
content: "\ea2c";
}
.cli-external-link:before,
.dashicons-cli-external-link:before {
content: "\e960";
}
.cli-eye:before,
.dashicons-cli-eye:before {
content: "\e961";
}
.cli-eye-off:before,
.dashicons-cli-eye-off:before {
content: "\e962";
}
.cli-facebook:before,
.dashicons-cli-facebook:before {
content: "\e963";
}
.cli-fast-forward:before,
.dashicons-cli-fast-forward:before {
content: "\e964";
}
.cli-fast-forward-circle:before,
.dashicons-cli-fast-forward-circle:before {
content: "\e965";
}
.cli-feather:before,
.dashicons-cli-feather:before {
content: "\e966";
}
.cli-file:before,
.dashicons-cli-file:before {
content: "\e967";
}
.cli-file-minus:before,
.dashicons-cli-file-minus:before {
content: "\e968";
}
.cli-file-plus:before,
.dashicons-cli-file-plus:before {
content: "\e969";
}
.cli-file-text:before,
.dashicons-cli-file-text:before {
content: "\e96a";
}
.cli-film:before,
.dashicons-cli-film:before {
content: "\e96b";
}
.cli-filter:before,
.dashicons-cli-filter:before {
content: "\e96c";
}
.cli-flag:before,
.dashicons-cli-flag:before {
content: "\e96d";
}
.cli-floating-menu-down:before,
.dashicons-cli-floating-menu-down:before {
content: "\ea4b";
}
.cli-floating-menu-up:before,
.dashicons-cli-floating-menu-up:before {
content: "\ea4c";
}
.cli-folder:before,
.dashicons-cli-folder:before {
content: "\e96e";
}
.cli-folder-minus:before,
.dashicons-cli-folder-minus:before {
content: "\e96f";
}
.cli-folder-plus:before,
.dashicons-cli-folder-plus:before {
content: "\e970";
}
.cli-food-order:before,
.dashicons-cli-food-order:before {
content: "\ea4d";
}
.cli-food-order-alt:before,
.dashicons-cli-food-order-alt:before {
content: "\ea4e";
}
.cli-food-tray:before,
.dashicons-cli-food-tray:before {
content: "\ea4f";
}
.cli-footer:before,
.dashicons-cli-footer:before {
content: "\e971";
}
.cli-gift:before,
.dashicons-cli-gift:before {
content: "\e972";
}
.cli-git-branch:before,
.dashicons-cli-git-branch:before {
content: "\e973";
}
.cli-git-commit:before,
.dashicons-cli-git-commit:before {
content: "\e974";
}
.cli-git-merge:before,
.dashicons-cli-git-merge:before {
content: "\e975";
}
.cli-git-pull-request:before,
.dashicons-cli-git-pull-request:before {
content: "\e976";
}
.cli-github:before,
.dashicons-cli-github:before {
content: "\e977";
}
.cli-gitlab:before,
.dashicons-cli-gitlab:before {
content: "\e978";
}
.cli-globe:before,
.dashicons-cli-globe:before {
content: "\e979";
}
.cli-grid:before,
.dashicons-cli-grid:before {
content: "\e97a";
}
.cli-grid-alt:before,
.dashicons-cli-grid-alt:before {
content: "\ea2d";
}
.cli-hard-drive:before,
.dashicons-cli-hard-drive:before {
content: "\e97b";
}
.cli-hash:before,
.dashicons-cli-hash:before {
content: "\e97c";
}
.cli-header:before,
.dashicons-cli-header:before {
content: "\e97d";
}
.cli-headphones:before,
.dashicons-cli-headphones:before {
content: "\e97e";
}
.cli-heart:before,
.dashicons-cli-heart:before {
content: "\e97f";
}
.cli-help-circle:before,
.dashicons-cli-help-circle:before {
content: "\e980";
}
.cli-home:before,
.dashicons-cli-home:before {
content: "\e981";
}
.cli-image:before,
.dashicons-cli-image:before {
content: "\e982";
}
.cli-image-edit:before,
.dashicons-cli-image-edit:before {
content: "\ea3b";
}
.cli-inbox:before,
.dashicons-cli-inbox:before {
content: "\e983";
}
.cli-info:before,
.dashicons-cli-info:before {
content: "\e984";
}
.cli-instagram:before,
.dashicons-cli-instagram:before {
content: "\e985";
}
.cli-italic:before,
.dashicons-cli-italic:before {
content: "\e986";
}
.cli-key:before,
.dashicons-cli-key:before {
content: "\ea32";
}
.cli-language:before,
.dashicons-cli-language:before {
content: "\ea3c";
}
.cli-layers:before,
.dashicons-cli-layers:before {
content: "\e987";
}
.cli-layout:before,
.dashicons-cli-layout:before {
content: "\e988";
}
.cli-life-buoy:before,
.dashicons-cli-life-buoy:before {
content: "\e989";
}
.cli-link:before,
.dashicons-cli-link:before {
content: "\e98a";
}
.cli-link-2:before,
.dashicons-cli-link-2:before {
content: "\e98b";
}
.cli-linkedin:before,
.dashicons-cli-linkedin:before {
content: "\e98c";
}
.cli-list:before,
.dashicons-cli-list:before {
content: "\e98d";
}
.cli-loader:before,
.dashicons-cli-loader:before {
content: "\e98e";
}
.cli-lock:before,
.dashicons-cli-lock:before {
content: "\e98f";
}
.cli-log-in:before,
.dashicons-cli-log-in:before {
content: "\e990";
}
.cli-log-out:before,
.dashicons-cli-log-out:before {
content: "\e991";
}
.cli-mail:before,
.dashicons-cli-mail:before {
content: "\e992";
}
.cli-map:before,
.dashicons-cli-map:before {
content: "\e993";
}
.cli-map-pin:before,
.dashicons-cli-map-pin:before {
content: "\e994";
}
.cli-maximize:before,
.dashicons-cli-maximize:before {
content: "\e995";
}
.cli-maximize-2:before,
.dashicons-cli-maximize-2:before {
content: "\e996";
}
.cli-maximize-2-alt:before,
.dashicons-cli-maximize-2-alt:before {
content: "\ea50";
}
.cli-menu:before,
.dashicons-cli-menu:before {
content: "\e997";
}
.cli-message-circle:before,
.dashicons-cli-message-circle:before {
content: "\e998";
}
.cli-message-square:before,
.dashicons-cli-message-square:before {
content: "\e999";
}
.cli-mic:before,
.dashicons-cli-mic:before {
content: "\e99a";
}
.cli-mic-off:before,
.dashicons-cli-mic-off:before {
content: "\e99b";
}
.cli-minimize:before,
.dashicons-cli-minimize:before {
content: "\e99c";
}
.cli-minimize-2:before,
.dashicons-cli-minimize-2:before {
content: "\e99d";
}
.cli-minus:before,
.dashicons-cli-minus:before {
content: "\e99e";
}
.cli-minus-circle:before,
.dashicons-cli-minus-circle:before {
content: "\e99f";
}
.cli-minus-square:before,
.dashicons-cli-minus-square:before {
content: "\e9a0";
}
.cli-monitor:before,
.dashicons-cli-monitor:before {
content: "\e9a1";
}
.cli-moon:before,
.dashicons-cli-moon:before {
content: "\e9a2";
}
.cli-more-horizontal:before,
.dashicons-cli-more-horizontal:before {
content: "\e9a3";
}
.cli-more-vertical:before,
.dashicons-cli-more-vertical:before {
content: "\e9a4";
}
.cli-move:before,
.dashicons-cli-move:before {
content: "\e9a5";
}
.cli-music:before,
.dashicons-cli-music:before {
content: "\e9a6";
}
.cli-navigation:before,
.dashicons-cli-navigation:before {
content: "\e9a7";
}
.cli-navigation-2:before,
.dashicons-cli-navigation-2:before {
content: "\e9a8";
}
.cli-network:before,
.dashicons-cli-network:before {
content: "\ea37";
}
.cli-network-alt1:before,
.dashicons-cli-network-alt1:before {
content: "\ea35";
}
.cli-network-alt2:before,
.dashicons-cli-network-alt2:before {
content: "\ea36";
}
.cli-octagon:before,
.dashicons-cli-octagon:before {
content: "\e9a9";
}
.cli-package:before,
.dashicons-cli-package:before {
content: "\e9aa";
}
.cli-palette:before,
.dashicons-cli-palette:before {
content: "\ea3d";
}
.cli-paperclip:before,
.dashicons-cli-paperclip:before {
content: "\e9ab";
}
.cli-passion:before,
.dashicons-cli-passion:before {
content: "\ea33";
}
.cli-pause:before,
.dashicons-cli-pause:before {
content: "\e9ac";
}
.cli-pause-circle:before,
.dashicons-cli-pause-circle:before {
content: "\e9ad";
}
.cli-percent:before,
.dashicons-cli-percent:before {
content: "\e9ae";
}
.cli-phone:before,
.dashicons-cli-phone:before {
content: "\e9af";
}
.cli-phone-call:before,
.dashicons-cli-phone-call:before {
content: "\e9b0";
}
.cli-phone-forwarded:before,
.dashicons-cli-phone-forwarded:before {
content: "\e9b1";
}
.cli-phone-incoming:before,
.dashicons-cli-phone-incoming:before {
content: "\e9b2";
}
.cli-phone-missed:before,
.dashicons-cli-phone-missed:before {
content: "\e9b3";
}
.cli-phone-off:before,
.dashicons-cli-phone-off:before {
content: "\e9b4";
}
.cli-phone-outgoing:before,
.dashicons-cli-phone-outgoing:before {
content: "\e9b5";
}
.cli-pie-chart:before,
.dashicons-cli-pie-chart:before {
content: "\e9b6";
}
.cli-play:before,
.dashicons-cli-play:before {
content: "\e9b7";
}
.cli-play-circle:before,
.dashicons-cli-play-circle:before {
content: "\e9b8";
}
.cli-plus:before,
.dashicons-cli-plus:before {
content: "\e9b9";
}
.cli-plus-circle:before,
.dashicons-cli-plus-circle:before {
content: "\e9ba";
}
.cli-plus-square:before,
.dashicons-cli-plus-square:before {
content: "\e9bb";
}
.cli-pocket:before,
.dashicons-cli-pocket:before {
content: "\e9bc";
}
.cli-power:before,
.dashicons-cli-power:before {
content: "\e9bd";
}
.cli-printer:before,
.dashicons-cli-printer:before {
content: "\e9be";
}
.cli-radio:before,
.dashicons-cli-radio:before {
content: "\e9bf";
}
.cli-refresh-ccw:before,
.dashicons-cli-refresh-ccw:before {
content: "\e9c0";
}
.cli-refresh-cw:before,
.dashicons-cli-refresh-cw:before {
content: "\e9c1";
}
.cli-repeat:before,
.dashicons-cli-repeat:before {
content: "\e9c2";
}
.cli-rewind:before,
.dashicons-cli-rewind:before {
content: "\e9c3";
}
.cli-rewind-circle:before,
.dashicons-cli-rewind-circle:before {
content: "\e9c4";
}
.cli-rocket:before,
.dashicons-cli-rocket:before {
content: "\ea3f";
}
.cli-rocket-alt:before,
.dashicons-cli-rocket-alt:before {
content: "\ea3e";
}
.cli-rotate-ccw:before,
.dashicons-cli-rotate-ccw:before {
content: "\e9c5";
}
.cli-rotate-cw:before,
.dashicons-cli-rotate-cw:before {
content: "\e9c6";
}
.cli-rss:before,
.dashicons-cli-rss:before {
content: "\e9c7";
}
.cli-save:before,
.dashicons-cli-save:before {
content: "\e9c8";
}
.cli-scissors:before,
.dashicons-cli-scissors:before {
content: "\e9c9";
}
.cli-search:before,
.dashicons-cli-search:before {
content: "\e9ca";
}
.cli-send:before,
.dashicons-cli-send:before {
content: "\e9cb";
}
.cli-separator-horizontal:before,
.dashicons-cli-separator-horizontal:before {
content: "\ea17";
}
.cli-separator-vertical:before,
.dashicons-cli-separator-vertical:before {
content: "\ea18";
}
.cli-server:before,
.dashicons-cli-server:before {
content: "\e9cc";
}
.cli-settings:before,
.dashicons-cli-settings:before {
content: "\e9cd";
}
.cli-share:before,
.dashicons-cli-share:before {
content: "\e9ce";
}
.cli-share-2:before,
.dashicons-cli-share-2:before {
content: "\e9cf";
}
.cli-shield:before,
.dashicons-cli-shield:before {
content: "\e9d0";
}
.cli-shield-off:before,
.dashicons-cli-shield-off:before {
content: "\e9d1";
}
.cli-shopping-bag:before,
.dashicons-cli-shopping-bag:before {
content: "\e9d2";
}
.cli-shopping-cart:before,
.dashicons-cli-shopping-cart:before {
content: "\e9d3";
}
.cli-shuffle:before,
.dashicons-cli-shuffle:before {
content: "\e9d4";
}
.cli-sidebar:before,
.dashicons-cli-sidebar:before {
content: "\e9d5";
}
.cli-skip-back:before,
.dashicons-cli-skip-back:before {
content: "\e9d6";
}
.cli-skip-forward:before,
.dashicons-cli-skip-forward:before {
content: "\e9d7";
}
.cli-slack:before,
.dashicons-cli-slack:before {
content: "\e9d8";
}
.cli-slash:before,
.dashicons-cli-slash:before {
content: "\e9d9";
}
.cli-sliders:before,
.dashicons-cli-sliders:before {
content: "\e9da";
}
.cli-smartphone:before,
.dashicons-cli-smartphone:before {
content: "\e9db";
}
.cli-sort-asc:before,
.dashicons-cli-sort-asc:before {
content: "\ea19";
}
.cli-sort-desc:before,
.dashicons-cli-sort-desc:before {
content: "\ea1a";
}
.cli-sort-desc-alt:before,
.dashicons-cli-sort-desc-alt:before {
content: "\ea2e";
}
.cli-sort-horizontal:before,
.dashicons-cli-sort-horizontal:before {
content: "\ea1c";
}
.cli-sort-horizontal-2:before,
.dashicons-cli-sort-horizontal-2:before {
content: "\ea1b";
}
.cli-sort-vertical:before,
.dashicons-cli-sort-vertical:before {
content: "\ea1e";
}
.cli-sort-vertical-2:before,
.dashicons-cli-sort-vertical-2:before {
content: "\ea1d";
}
.cli-speaker:before,
.dashicons-cli-speaker:before {
content: "\e9dc";
}
.cli-square:before,
.dashicons-cli-square:before {
content: "\e9dd";
}
.cli-square-dashed:before,
.dashicons-cli-square-dashed:before {
content: "\ea2f";
}
.cli-star:before,
.dashicons-cli-star:before {
content: "\e9de";
}
.cli-stop-circle:before,
.dashicons-cli-stop-circle:before {
content: "\e9df";
}
.cli-sun:before,
.dashicons-cli-sun:before {
content: "\e9e0";
}
.cli-sun-off:before,
.dashicons-cli-sun-off:before {
content: "\e9e1";
}
.cli-sunrise:before,
.dashicons-cli-sunrise:before {
content: "\e9e2";
}
.cli-sunset:before,
.dashicons-cli-sunset:before {
content: "\e9e3";
}
.cli-tablet:before,
.dashicons-cli-tablet:before {
content: "\e9e4";
}
.cli-tag:before,
.dashicons-cli-tag:before {
content: "\e9e5";
}
.cli-target:before,
.dashicons-cli-target:before {
content: "\e9e6";
}
.cli-terminal:before,
.dashicons-cli-terminal:before {
content: "\e9e7";
}
.cli-thermometer:before,
.dashicons-cli-thermometer:before {
content: "\e9e8";
}
.cli-thumbs-down:before,
.dashicons-cli-thumbs-down:before {
content: "\e9e9";
}
.cli-thumbs-up:before,
.dashicons-cli-thumbs-up:before {
content: "\e9ea";
}
.cli-toggle-left:before,
.dashicons-cli-toggle-left:before {
content: "\e9eb";
}
.cli-toggle-right:before,
.dashicons-cli-toggle-right:before {
content: "\e9ec";
}
.cli-trash:before,
.dashicons-cli-trash:before {
content: "\e9ed";
}
.cli-trash-2:before,
.dashicons-cli-trash-2:before {
content: "\e9ee";
}
.cli-trending-down:before,
.dashicons-cli-trending-down:before {
content: "\e9ef";
}
.cli-trending-up:before,
.dashicons-cli-trending-up:before {
content: "\e9f0";
}
.cli-triangle:before,
.dashicons-cli-triangle:before {
content: "\e9f1";
}
.cli-truck:before,
.dashicons-cli-truck:before {
content: "\e9f2";
}
.cli-tv:before,
.dashicons-cli-tv:before {
content: "\e9f3";
}
.cli-twitter:before,
.dashicons-cli-twitter:before {
content: "\e9f4";
}
.cli-type:before,
.dashicons-cli-type:before {
content: "\e9f5";
}
.cli-umbrella:before,
.dashicons-cli-umbrella:before {
content: "\e9f6";
}
.cli-underline:before,
.dashicons-cli-underline:before {
content: "\e9f7";
}
.cli-unfold-less:before,
.dashicons-cli-unfold-less:before {
content: "\ea1f";
}
.cli-unfold-more:before,
.dashicons-cli-unfold-more:before {
content: "\ea20";
}
.cli-unlock:before,
.dashicons-cli-unlock:before {
content: "\e9f8";
}
.cli-upload:before,
.dashicons-cli-upload:before {
content: "\e9f9";
}
.cli-upload-cloud:before,
.dashicons-cli-upload-cloud:before {
content: "\e9fa";
}
.cli-user:before,
.dashicons-cli-user:before {
content: "\e9fb";
}
.cli-user-card:before,
.dashicons-cli-user-card:before {
content: "\ea40";
}
.cli-user-check:before,
.dashicons-cli-user-check:before {
content: "\e9fc";
}
.cli-user-minus:before,
.dashicons-cli-user-minus:before {
content: "\e9fd";
}
.cli-user-plus:before,
.dashicons-cli-user-plus:before {
content: "\e9fe";
}
.cli-user-x:before,
.dashicons-cli-user-x:before {
content: "\e9ff";
}
.cli-users:before,
.dashicons-cli-users:before {
content: "\ea00";
}
.cli-video:before,
.dashicons-cli-video:before {
content: "\ea01";
}
.cli-video-off:before,
.dashicons-cli-video-off:before {
content: "\ea02";
}
.cli-voicemail:before,
.dashicons-cli-voicemail:before {
content: "\ea03";
}
.cli-volume:before,
.dashicons-cli-volume:before {
content: "\ea04";
}
.cli-volume-1:before,
.dashicons-cli-volume-1:before {
content: "\ea05";
}
.cli-volume-2:before,
.dashicons-cli-volume-2:before {
content: "\ea06";
}
.cli-volume-x:before,
.dashicons-cli-volume-x:before {
content: "\ea07";
}
.cli-watch:before,
.dashicons-cli-watch:before {
content: "\ea08";
}
.cli-whatsapp:before,
.dashicons-cli-whatsapp:before {
content: "\ea51";
}
.cli-wifi:before,
.dashicons-cli-wifi:before {
content: "\ea09";
}
.cli-wifi-off:before,
.dashicons-cli-wifi-off:before {
content: "\ea0a";
}
.cli-wind:before,
.dashicons-cli-wind:before {
content: "\ea0b";
}
.cli-x:before,
.dashicons-cli-x:before {
content: "\ea0c";
}
.cli-x-circle:before,
.dashicons-cli-x-circle:before {
content: "\ea0d";
}
.cli-x-square:before,
.dashicons-cli-x-square:before {
content: "\ea0e";
}
.cli-x-square-dashed:before,
.dashicons-cli-x-square-dashed:before {
content: "\ea30";
}
.cli-youtube:before,
.dashicons-cli-youtube:before {
content: "\ea0f";
}
.cli-zap:before,
.dashicons-cli-zap:before {
content: "\ea10";
}
.cli-zap-off:before,
.dashicons-cli-zap-off:before {
content: "\ea11";
}
.cli-zoom:before,
.dashicons-cli-zoom:before {
content: "\ea21";
}
.cli-zoom-in:before,
.dashicons-cli-zoom-in:before {
content: "\ea12";
}
.cli-zoom-out:before,
.dashicons-cli-zoom-out:before {
content: "\ea13";
}