@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\0000310}}
.has-entrance-animation {
opacity: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\0000314}}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\0000321}}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\0000326}}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transition-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 {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
-ms-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
-ms-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
-ms-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\0000391}}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\00003119}}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
0% {
-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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
-ms-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\00003163}}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
0% {
-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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
-ms-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
-ms-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
-ms-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
-ms-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
-ms-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\00003249}}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
0%, 100% {
-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 {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
-ms-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
-ms-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\00003291}}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-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);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
-ms-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
-ms-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
-ms-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
-ms-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
-ms-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\00003355}}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
-ms-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);
-ms-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);
-ms-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);
-ms-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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\00003422}}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
0% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
-ms-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);
-ms-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);
-ms-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);
-ms-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);
-ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\00003510}}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-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);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
-ms-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);
-ms-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);
-ms-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);
-ms-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);
-ms-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\00003601}}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
-ms-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
-ms-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
-ms-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
-ms-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\00003681}}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
-ms-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
-ms-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
-ms-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
-ms-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\00003759}}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
-ms-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
-ms-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
-ms-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
-ms-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\00003837}}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-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, -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);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
-ms-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
-ms-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
-ms-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
-ms-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\00003915}}
.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);
}
100% {
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);
-ms-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);
-ms-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
-ms-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\00003961}}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-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);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
-ms-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
-ms-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
-ms-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031009}}
.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);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
-ms-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
-ms-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031044}}
.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);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
-ms-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
-ms-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031079}}
.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);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
-ms-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
-ms-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
-ms-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031125}}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031150}}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
-ms-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031185}}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
-ms-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031220}}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031255}}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
-ms-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031290}}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
-ms-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031325}}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
-ms-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031360}}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031395}}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
-ms-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031430}}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031455}}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031485}}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
-ms-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031515}}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031545}}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
-ms-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031575}}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
-ms-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031605}}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
-ms-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031635}}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
-ms-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031665}}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
-ms-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031695}}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
-ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
-ms-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031779}}
.animated.flip {
-webkit-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-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-transition-timing-function: ease-in;
transition-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);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
-ms-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);
-ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
-ms-transform: perspective(400px);
transform: perspective(400px);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031858}}
.flipInX {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-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-transition-timing-function: ease-in;
transition-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);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
-ms-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);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
-ms-transform: perspective(400px);
transform: perspective(400px);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031937}}
.flipInY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
0% {
-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;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
-ms-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000031986}}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-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;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
-ms-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032037}}
.flipOutY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
-ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
-ms-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
-ms-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032103}}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
-ms-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032135}}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
-ms-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032182}}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
-ms-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032227}}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
-ms-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032272}}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
-ms-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032317}}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
-ms-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032362}}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
-ms-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032402}}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0, 0, 1, 45deg);
transform: rotate(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0, 0, 1, 45deg);
-ms-transform: rotate(0, 0, 1, 45deg);
transform: rotate(0, 0, 1, 45deg);
opacity: 0;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032442}}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
-ms-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032482}}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
-ms-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032522}}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
-ms-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032562}}
.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;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
-ms-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);
-ms-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
-ms-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);
-ms-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
-ms-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032641}}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
-ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032678}}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
}
100% {
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 {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
-ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032710}}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
-ms-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032740}}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
0% {
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 {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-ms-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);
-ms-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);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032783}}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
0% {
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 {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-ms-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);
-ms-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);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032826}}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
0% {
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 {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-ms-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);
-ms-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);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032869}}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
0% {
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 {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-ms-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);
-ms-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);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032912}}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
100% {
opacity: 0;
}
}
@keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
-ms-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
100% {
opacity: 0;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032950}}
.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);
}
100% {
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);
-ms-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);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-ms-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;
-ms-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);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000032998}}
.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);
}
100% {
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);
-ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
-ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000033038}}
.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);
}
100% {
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);
-ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
-ms-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center;
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000033078}}
.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);
}
100% {
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);
-ms-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);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-ms-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;
-ms-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);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_animate\.scss}line{font-family:\000033126}}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_base\.scss}line{font-family:\000032}}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
} @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_base\.scss}line{font-family:\000038}}
.ceres-element, .ceres-element * {
box-sizing: border-box !important;
}   @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_backgrounds\.scss}line{font-family:\000033}}
.has-ceres-video-bg {
padding-top: 0;
overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_backgrounds\.scss}line{font-family:\000037}}
.has-ceres-video-bg .ceres-background-video {
top: 0;
position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_backgrounds\.scss}line{font-family:\0000311}}
.has-ceres-video-bg .ceres-background-video video {
position: absolute;
top: 0;
width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_backgrounds\.scss}line{font-family:\0000320}}
.ceres-parallax-bg {
background-attachment: fixed;
background-repeat: no-repeat;
} @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000032}}
.ceres-icon-spin {
-webkit-animation: ceres-icon-spin 2s infinite linear;
animation: ceres-icon-spin 2s infinite linear;
}
@-webkit-keyframes ceres-icon-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes ceres-icon-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\0000327}}
.ceres-element, * {         }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\0000329}}
.ceres-element.ceres-advanced-button, *.ceres-advanced-button {
display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\0000331}}
.ceres-element.ceres-advanced-button.ceres-block-button, *.ceres-advanced-button.ceres-block-button {
display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\0000346}}
.ceres-element .btn .btn-hover-bg, * .btn .btn-hover-bg {
z-index: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\0000349}}
.ceres-element .btn .btn-content, .ceres-element .btn i, * .btn .btn-content, * .btn i {
position: relative;
z-index: 2;
-webkit-transition: color 350ms ease-in;
-moz-transition: color 350ms ease-in;
transition: color 350ms ease-in;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\0000361}}
.ceres-element .ceres-btn-matte-gradient, * .ceres-btn-matte-gradient {
border: 0;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
padding: 1px !important;
outline: 0;
-webkit-tap-highlight-color: transparent;
border-radius: 6px;  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\0000373}}
.ceres-element .ceres-btn-matte-gradient .btn-hover-bg, * .ceres-btn-matte-gradient .btn-hover-bg {
display: none !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\0000377}}
.ceres-element .ceres-btn-matte-gradient .btn-content, * .ceres-btn-matte-gradient .btn-content {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
font-weight: 400;
height: 37px;
line-height: 37px;
font-size: 15px;
padding: 0 34px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\0000394}}
.ceres-element .ceres-btn-matte-gradient.btn-lg, * .ceres-btn-matte-gradient.btn-lg {
border-radius: 7px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\0000397}}
.ceres-element .ceres-btn-matte-gradient.btn-lg .btn-content, * .ceres-btn-matte-gradient.btn-lg .btn-content {
height: 47px;
line-height: 47px;
font-size: 18px;
padding: 0 20px;
border-radius: 6px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003106}}
.ceres-element .ceres-btn-matte-gradient.btn-sm, * .ceres-btn-matte-gradient.btn-sm {
border-radius: 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003109}}
.ceres-element .ceres-btn-matte-gradient.btn-sm .btn-content, * .ceres-btn-matte-gradient.btn-sm .btn-content {
height: 27px;
line-height: 27px;
font-size: 13px;
padding: 0 12px;
border-radius: 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003118}}
.ceres-element .ceres-btn-matte-gradient.btn-xs, * .ceres-btn-matte-gradient.btn-xs {
border-radius: 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003121}}
.ceres-element .ceres-btn-matte-gradient.btn-xs .btn-content, * .ceres-btn-matte-gradient.btn-xs .btn-content {
height: 20px;
line-height: 20px;
font-size: 10px;
padding: 0 7px;
border-radius: 2px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003131}}
.ceres-element .ceres-btn-matte-gradient:hover, .ceres-element .ceres-btn-matte-gradient:active, .ceres-element .ceres-btn-matte-gradient:focus, * .ceres-btn-matte-gradient:hover, * .ceres-btn-matte-gradient:active, * .ceres-btn-matte-gradient:focus {
outline: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003138}}
.ceres-element .ceres-btn-matte-gradient, .ceres-element .ceres-btn-matte-gradient:active, .ceres-element .ceres-btn-matte-gradient:hover, .ceres-element .ceres-btn-matte-gradient:focus, * .ceres-btn-matte-gradient, * .ceres-btn-matte-gradient:active, * .ceres-btn-matte-gradient:hover, * .ceres-btn-matte-gradient:focus {
background: #008cdd;
background: linear-gradient(#489dce, #1272ac);
color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003143}}
.ceres-element .ceres-btn-matte-gradient .btn-content, .ceres-element .ceres-btn-matte-gradient:active .btn-content, .ceres-element .ceres-btn-matte-gradient:hover .btn-content, .ceres-element .ceres-btn-matte-gradient:focus .btn-content, * .ceres-btn-matte-gradient .btn-content, * .ceres-btn-matte-gradient:active .btn-content, * .ceres-btn-matte-gradient:hover .btn-content, * .ceres-btn-matte-gradient:focus .btn-content {
background: linear-gradient(#5db6e8, #168eda 85%, #168eda 90%, #1d93dd);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003147}}
.ceres-element .ceres-btn-matte-gradient:active, * .ceres-btn-matte-gradient:active {
background: #0f6fab;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003150}}
.ceres-element .ceres-btn-matte-gradient:active .btn-content, * .ceres-btn-matte-gradient:active .btn-content {
background: #168eda;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003157}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-secondary, .ceres-element .ceres-btn-matte-gradient.ceres-button-secondary:active, .ceres-element .ceres-btn-matte-gradient.ceres-button-secondary:hover, * .ceres-btn-matte-gradient.ceres-button-secondary, * .ceres-btn-matte-gradient.ceres-button-secondary:active, * .ceres-btn-matte-gradient.ceres-button-secondary:hover {
box-shadow: none;
background: transparent;
color: #6f7c82;
border: 1px solid #d8dee3;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003163}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-secondary .btn-content, .ceres-element .ceres-btn-matte-gradient.ceres-button-secondary:active .btn-content, .ceres-element .ceres-btn-matte-gradient.ceres-button-secondary:hover .btn-content, * .ceres-btn-matte-gradient.ceres-button-secondary .btn-content, * .ceres-btn-matte-gradient.ceres-button-secondary:active .btn-content, * .ceres-btn-matte-gradient.ceres-button-secondary:hover .btn-content {
background: transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003168}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-secondary:active, * .ceres-btn-matte-gradient.ceres-button-secondary:active {
background: rgba(216, 222, 227, 0.2);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003174}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-navy, * .ceres-btn-matte-gradient.ceres-button-navy {
background: #001F3F;
background: linear-gradient(#001f56, #003b7c);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003178}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-navy .btn-content, * .ceres-btn-matte-gradient.ceres-button-navy .btn-content {
background: linear-gradient(#0047ae, #002059 85%, #002059 90%, #00338b);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003181}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-navy:active, * .ceres-btn-matte-gradient.ceres-button-navy:active {
background: #001F3F;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003184}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-navy:active .btn-content, * .ceres-btn-matte-gradient.ceres-button-navy:active .btn-content {
background: #002059;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003191}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-aqua, * .ceres-btn-matte-gradient.ceres-button-aqua {
background: #7FDBFF;
background: linear-gradient(#6cbad9, #6dbcdb);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003195}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-aqua .btn-content, * .ceres-btn-matte-gradient.ceres-button-aqua .btn-content {
background: linear-gradient(#7FDBFF, #6bbad8 85%, #6bbad8 90%, #6cbcda);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003198}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-aqua:active, * .ceres-btn-matte-gradient.ceres-button-aqua:active {
background: #71c3e3;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003201}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-aqua:active .btn-content, * .ceres-btn-matte-gradient.ceres-button-aqua:active .btn-content {
background: #7FDBFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003208}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-teal, * .ceres-btn-matte-gradient.ceres-button-teal {
background: #30aaaa;
background: linear-gradient(#39CCCC, #3ddbdb);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003212}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-teal .btn-content, * .ceres-btn-matte-gradient.ceres-button-teal .btn-content {
background: linear-gradient(#43f1f1, #32b4b4 85%, #32b4b4 90%, #38c8c8);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003215}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-teal:active, * .ceres-btn-matte-gradient.ceres-button-teal:active {
background: #39CCCC;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003218}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-teal:active .btn-content, * .ceres-btn-matte-gradient.ceres-button-teal:active .btn-content {
background: #39CCCC;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003225}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-olive, * .ceres-btn-matte-gradient.ceres-button-olive {
background: #3D9970;
background: linear-gradient(#4ec38f, #409f74);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003229}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-olive .btn-content, * .ceres-btn-matte-gradient.ceres-button-olive .btn-content {
background: linear-gradient(#58dda2, #3D9970 85%, #3D9970 90%, #45a476);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003232}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-olive:active, * .ceres-btn-matte-gradient.ceres-button-olive:active {
background: #3D9970;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003235}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-olive:active .btn-content, * .ceres-btn-matte-gradient.ceres-button-olive:active .btn-content {
background: #3D9970;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003242}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-green, * .ceres-btn-matte-gradient.ceres-button-green {
background: #29b539;
background: linear-gradient(#2ece41, #2bbe3c);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003246}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-green .btn-content, * .ceres-btn-matte-gradient.ceres-button-green .btn-content {
background: linear-gradient(#35ed4a, #29b539 85%, #29b539 90%, #2ec841);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003249}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-green:active, * .ceres-btn-matte-gradient.ceres-button-green:active {
background: #2ECC40;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003252}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-green:active .btn-content, * .ceres-btn-matte-gradient.ceres-button-green:active .btn-content {
background: #2ECC40;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003259}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-lime, * .ceres-btn-matte-gradient.ceres-button-lime {
background: #01d45d;
background: linear-gradient(#01cd5a, #01ba51);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003263}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-lime .btn-content, * .ceres-btn-matte-gradient.ceres-button-lime .btn-content {
background: linear-gradient(#01e464, #01c254 85%, #01c254 90%, #01d15b);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003266}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-lime:active, * .ceres-btn-matte-gradient.ceres-button-lime:active {
background: #01d45d;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003269}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-lime:active .btn-content, * .ceres-btn-matte-gradient.ceres-button-lime:active .btn-content {
background: #01d45d;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003276}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-yellow, * .ceres-btn-matte-gradient.ceres-button-yellow {
background: #eccc00;
background: linear-gradient(#eccc00, #f1d000);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003280}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-yellow .btn-content, * .ceres-btn-matte-gradient.ceres-button-yellow .btn-content {
background: linear-gradient(#ffdc00, #eccc00 85%, #eccc00 90%, #f7d500);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003283}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-yellow:active, * .ceres-btn-matte-gradient.ceres-button-yellow:active {
background: #eccc00;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003286}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-yellow:active .btn-content, * .ceres-btn-matte-gradient.ceres-button-yellow:active .btn-content {
background: #eccc00;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003293}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-orange, * .ceres-btn-matte-gradient.ceres-button-orange {
background: #ee7c19;
background: linear-gradient(#f7811a, #f6801a);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003297}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-orange .btn-content, * .ceres-btn-matte-gradient.ceres-button-orange .btn-content {
background: linear-gradient(#ff851b, #e67818 85%, #e67818 90%, #f87e1b);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003300}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-orange:active, * .ceres-btn-matte-gradient.ceres-button-orange:active {
background: #ee7c19;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003303}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-orange:active .btn-content, * .ceres-btn-matte-gradient.ceres-button-orange:active .btn-content {
background: #ee7c19;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003310}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-red, * .ceres-btn-matte-gradient.ceres-button-red {
background: #e73b31;
background: linear-gradient(#e73b31, #e73b31);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003314}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-red .btn-content, * .ceres-btn-matte-gradient.ceres-button-red .btn-content {
background: linear-gradient(#FF4136, #e73b31 85%, #e73b31 90%, #FF4136);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003317}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-red:active, * .ceres-btn-matte-gradient.ceres-button-red:active {
background: #e73b31;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003320}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-red:active .btn-content, * .ceres-btn-matte-gradient.ceres-button-red:active .btn-content {
background: #e73b31;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003327}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-maroon, * .ceres-btn-matte-gradient.ceres-button-maroon {
background: #85144B;
background: linear-gradient(#85144B, #85144B);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003331}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-maroon .btn-content, * .ceres-btn-matte-gradient.ceres-button-maroon .btn-content {
background: linear-gradient(#b91c68, #85144B 85%, #85144B 90%, #b91c68);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003334}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-maroon:active, * .ceres-btn-matte-gradient.ceres-button-maroon:active {
background: #85144B;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003337}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-maroon:active .btn-content, * .ceres-btn-matte-gradient.ceres-button-maroon:active .btn-content {
background: #85144B;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003344}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-fuchsia, * .ceres-btn-matte-gradient.ceres-button-fuchsia {
background: #db10ad;
background: linear-gradient(#db10ad, #db10ad);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003348}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-fuchsia .btn-content, * .ceres-btn-matte-gradient.ceres-button-fuchsia .btn-content {
background: linear-gradient(#F012BE, #d10fa5 85%, #d10fa5 90%, #e812b8);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003351}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-fuchsia:active, * .ceres-btn-matte-gradient.ceres-button-fuchsia:active {
background: #db10ad;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003354}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-fuchsia:active .btn-content, * .ceres-btn-matte-gradient.ceres-button-fuchsia:active .btn-content {
background: #db10ad;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003361}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-purple, * .ceres-btn-matte-gradient.ceres-button-purple {
background: #9b0bb1;
background: linear-gradient(#9b0bb1, #9b0bb1);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003365}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-purple .btn-content, * .ceres-btn-matte-gradient.ceres-button-purple .btn-content {
background: linear-gradient(#c20edc, #9b0bb1 85%, #9b0bb1 90%, #af0dc7);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003368}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-purple:active, * .ceres-btn-matte-gradient.ceres-button-purple:active {
background: #B10DC9;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003371}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-purple:active .btn-content, * .ceres-btn-matte-gradient.ceres-button-purple:active .btn-content {
background: #B10DC9;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003378}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-black, * .ceres-btn-matte-gradient.ceres-button-black {
background: #111111;
background: linear-gradient(#111111, #111111);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003382}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-black .btn-content, * .ceres-btn-matte-gradient.ceres-button-black .btn-content {
background: linear-gradient(#747474, #111111 85%, #111111 90%, #606060);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003385}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-black:active, * .ceres-btn-matte-gradient.ceres-button-black:active {
background: #111111;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003388}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-black:active .btn-content, * .ceres-btn-matte-gradient.ceres-button-black:active .btn-content {
background: #111111;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003395}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-silver, * .ceres-btn-matte-gradient.ceres-button-silver {
background: #BBBBBB;
background: #BBBBBB;
background: linear-gradient(#CCCCCC, #AAAAAA);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003401}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-silver .btn-content, * .ceres-btn-matte-gradient.ceres-button-silver .btn-content {
background: linear-gradient(#d8d8d8, #BBBBBB 85%, #BBBBBB 90%, #c6c6c6);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003404}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-silver:active, * .ceres-btn-matte-gradient.ceres-button-silver:active {
background: #BBBBBB;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003407}}
.ceres-element .ceres-btn-matte-gradient.ceres-button-silver:active .btn-content, * .ceres-btn-matte-gradient.ceres-button-silver:active .btn-content {
background: #BBBBBB;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003417}}
.ceres-element .ceres-btn-round-flat, * .ceres-btn-round-flat {
font-family: Montserrat;
border: 0;
display: inline-block;
padding: 14px 27px 14px 29px;
color: #ffffff;
white-space: wrap;
border-radius: 50px;
text-align: center;
cursor: pointer;
background: #222222;
font-weight: 500;
line-height: 14px;
letter-spacing: 1px;
text-transform: uppercase;
-webkit-transition-property: color, background-color;
-webkit-transition-duration: .1s;
-webkit-transition-timing-function: cubic-bezier(0.694, 0.0482, 0.335, 1);
-moz-transition-property: color, background-color;
-moz-transition-duration: .1s;
-moz-transition-timing-function: cubic-bezier(0.694, 0.0482, 0.335, 1);
-ms-transition-property: color, background-color;
-ms-transition-duration: .1s;
-ms-transition-timing-function: cubic-bezier(0.694, 0.0482, 0.335, 1);
-o-transition-property: color, background-color;
-o-transition-duration: .1s;
-o-transition-timing-function: cubic-bezier(0.694, 0.0482, 0.335, 1);
transition-property: color, background-color;
transition-duration: .1s;
transition-timing-function: cubic-bezier(0.694, 0.0482, 0.335, 1);
font-size: 14px;
-moz-user-select: -moz-none;
-webkit-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003456}}
.ceres-element .ceres-btn-round-flat.btn-lg, * .ceres-btn-round-flat.btn-lg {
padding: 20px 32px 19px 34px;
font-size: 16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003460}}
.ceres-element .ceres-btn-round-flat.btn-sm, * .ceres-btn-round-flat.btn-sm {
padding: 11px 24px 11px 25px;
font-size: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003464}}
.ceres-element .ceres-btn-round-flat.btn-xs, * .ceres-btn-round-flat.btn-xs {
padding: 7px 20px 6px 21px;
font-size: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003470}}
.ceres-element .ceres-btn-round-flat:hover, .ceres-element .ceres-btn-round-flat:active, .ceres-element .ceres-btn-round-flat:focus, * .ceres-btn-round-flat:hover, * .ceres-btn-round-flat:active, * .ceres-btn-round-flat:focus {
outline: 0;
background: #222222;
color: #ffffff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003476}}
.ceres-element .ceres-btn-round-flat:active, * .ceres-btn-round-flat:active {
background: #e5e5e5;
color: #222222;
box-shadow: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003494}}
.ceres-element .ceres-btn-square-flat, * .ceres-btn-square-flat {
font-family: Montserrat;
display: inline-block;
height: 40px;
min-width: 200px;
max-width: 100%;
padding: 0 40px;
border-radius: 3px;
color: #fff;
font-size: 11px;
font-weight: 700;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: always;
text-rendering: optimizeLegibility;
letter-spacing: 1px;
line-height: 40px;
text-decoration: none;
text-transform: uppercase;
text-align: center;
background-color: #2996cc;
border: none;
cursor: pointer;
overflow: hidden;  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003520}}
.ceres-element .ceres-btn-square-flat.btn-lg, * .ceres-btn-square-flat.btn-lg {
min-width: 250px;
height: 50px;
line-height: 50px;
font-size: 14px;
padding: 0 50px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003527}}
.ceres-element .ceres-btn-square-flat.btn-sm, * .ceres-btn-square-flat.btn-sm {
min-width: 150px;
height: 30px;
line-height: 30px;
font-size: 11px;
padding: 0 30px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003534}}
.ceres-element .ceres-btn-square-flat.btn-xs, * .ceres-btn-square-flat.btn-xs {
min-width: 100px;
height: 25px;
line-height: 22px;
font-size: 10px;
padding: 0 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003543}}
.ceres-element .ceres-btn-square-flat:hover, .ceres-element .ceres-btn-square-flat:active, .ceres-element .ceres-btn-square-flat:focus, * .ceres-btn-square-flat:hover, * .ceres-btn-square-flat:active, * .ceres-btn-square-flat:focus {
outline: 0;
background-color: #2996cc;
color: #ffffff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003550}}
.ceres-element .ceres-btn-square-flat:active, * .ceres-btn-square-flat:active {
box-shadow: none;
background-color: #2586b7;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003559}}
.ceres-element .ceres-btn-bordered-gradient, * .ceres-btn-bordered-gradient {
display: inline-block;
margin-right: 5px;
font-family: 'PT Sans';
font-size: 14px;
padding: 8px 17px 8px;
color: #293F46;
font-weight: 600;
font-style: normal;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background-color: #f0f0f0;
background-attachment: scroll;
background-clip: border-box;
background-image: linear-gradient(to top, rgba(227, 227, 227, 0.3) 29%, white 65%);
background-image: -o-linear-gradient(to top, rgba(227, 227, 227, 0.3) 29%, white 65%);
background-image: -moz-linear-gradient(to top, rgba(227, 227, 227, 0.3) 29%, white 65%);
background-image: -webkit-linear-gradient(to top, rgba(227, 227, 227, 0.3) 29%, white 65%);
background-image: -ms-linear-gradient(to top, rgba(227, 227, 227, 0.3) 29%, white 65%);
background-size: auto;
box-shadow: 0 0 0 3px rgba(41, 63, 70, 0.13);
border: 0;
-webkit-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
transition: all 200ms ease-in;  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003587}}
.ceres-element .ceres-btn-bordered-gradient.btn-lg, * .ceres-btn-bordered-gradient.btn-lg {
font-size: 17px;
padding: 12px 21px 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003591}}
.ceres-element .ceres-btn-bordered-gradient.btn-sm, * .ceres-btn-bordered-gradient.btn-sm {
font-size: 12px;
padding: 6px 15px 6px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003595}}
.ceres-element .ceres-btn-bordered-gradient.btn-xs, * .ceres-btn-bordered-gradient.btn-xs {
font-size: 11px;
padding: 4px 13px 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003601}}
.ceres-element .ceres-btn-bordered-gradient:hover, .ceres-element .ceres-btn-bordered-gradient:active, .ceres-element .ceres-btn-bordered-gradient:focus, * .ceres-btn-bordered-gradient:hover, * .ceres-btn-bordered-gradient:active, * .ceres-btn-bordered-gradient:focus {
outline: 0;
background-color: #f0f0f0;
color: #293F46;
background-image: linear-gradient(to top, rgba(227, 227, 227, 0.3) 29%, white 65%);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003608}}
.ceres-element .ceres-btn-bordered-gradient:hover, * .ceres-btn-bordered-gradient:hover {
box-shadow: 0 0 0 3px rgba(41, 63, 70, 0.19);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003612}}
.ceres-element .ceres-btn-bordered-gradient:active, * .ceres-btn-bordered-gradient:active {
background: white;
box-shadow: 0 0 0 3px rgba(41, 63, 70, 0.13);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003618}}
.ceres-element .ceres-btn-bordered-gradient.navy-variant, * .ceres-btn-bordered-gradient.navy-variant {
color: #fff;
border: 2px solid #457582;  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003623}}
.ceres-element .ceres-btn-bordered-gradient.navy-variant, .ceres-element .ceres-btn-bordered-gradient.navy-variant:hover, .ceres-element .ceres-btn-bordered-gradient.navy-variant:active, .ceres-element .ceres-btn-bordered-gradient.navy-variant:focus, * .ceres-btn-bordered-gradient.navy-variant, * .ceres-btn-bordered-gradient.navy-variant:hover, * .ceres-btn-bordered-gradient.navy-variant:active, * .ceres-btn-bordered-gradient.navy-variant:focus {
outline: 0;
background: #385b66;
background-image: linear-gradient(to top, #293f46 0%, #385b66 100%);
background-image: -o-linear-gradient(to top, #293f46 0%, #385b66 100%);
background-image: -moz-linear-gradient(to top, #293f46 0%, #385b66 100%);
background-image: -webkit-linear-gradient(to top, #293f46 0%, #385b66 100%);
background-image: -ms-linear-gradient(to top, #293f46 0%, #385b66 100%);
-webkit-background-clip: padding-box;
background-clip: padding-box !important;
color: #fff;
box-shadow: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003638}}
.ceres-element .ceres-btn-bordered-gradient.navy-variant:active, * .ceres-btn-bordered-gradient.navy-variant:active {
background: #385b66;
color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003646}}
.ceres-element .ceres-btn-3d-block, * .ceres-btn-3d-block {
display: inline-block;
padding: 10px 24px 11px;
margin-bottom: 0;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
font-family: Montserrat;
font-weight: 700;
-webkit-font-smoothing: antialiased;
font-size: 16px;
text-align: center;
vertical-align: middle;
cursor: pointer;
border-radius: 4px;
color: #fff !important;
box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.06);
background-color: #20c0de;
border: 0;  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003665}}
.ceres-element .ceres-btn-3d-block .btn-hover-bg, * .ceres-btn-3d-block .btn-hover-bg {
display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003670}}
.ceres-element .ceres-btn-3d-block.btn-lg, * .ceres-btn-3d-block.btn-lg {
font-size: 18px;
padding: 14px 30px 16px;
box-shadow: inset 0 -6px 0 rgba(0, 0, 0, 0.06);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003675}}
.ceres-element .ceres-btn-3d-block.btn-sm, * .ceres-btn-3d-block.btn-sm {
font-size: 14px;
padding: 8px 20px 9px;
box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.06);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003680}}
.ceres-element .ceres-btn-3d-block.btn-xs, * .ceres-btn-3d-block.btn-xs {
font-size: 12px;
padding: 6px 16px 7px;
box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.06);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003687}}
.ceres-element .ceres-btn-3d-block:hover, .ceres-element .ceres-btn-3d-block:active, .ceres-element .ceres-btn-3d-block:focus, * .ceres-btn-3d-block:hover, * .ceres-btn-3d-block:active, * .ceres-btn-3d-block:focus {
color: #fff !important;
background-color: #20c0de;
outline: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003696}}
.ceres-element .ceres-btn-3d-block:active, * .ceres-btn-3d-block:active {
box-shadow: inset 0 1px 14px rgba(0, 0, 0, 0.1), 0 1px 20px rgba(0, 0, 0, 0.05);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003703}}
.ceres-element .ceres-icon-left i, * .ceres-icon-left i {
margin-right: 0.55em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003707}}
.ceres-element .ceres-icon-right i, * .ceres-icon-right i {
margin-left: 0.55em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003712}}
.ceres-element .ceres-block-button, * .ceres-block-button {
display: block;
width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003722}}
.ceres-element #footer-button-1, * #footer-button-1 {
background: #fed136;
color: #222;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003726}}
.ceres-element #footer-button-1:hover, * #footer-button-1:hover {
background: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003733}}
.ceres-element #round-flat .first-row, * #round-flat .first-row {
margin-bottom: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003736}}
.ceres-element #round-flat .first-row .btn, * #round-flat .first-row .btn {
margin-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003739}}
.ceres-element #round-flat .first-row .btn .btn-hover-bg, * #round-flat .first-row .btn .btn-hover-bg {
background-color: #fed136;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003744}}
.ceres-element #round-flat .first-row .btn:hover .btn-content, * #round-flat .first-row .btn:hover .btn-content {
color: #222;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003753}}
.ceres-element #round-flat .second-row .btn, * #round-flat .second-row .btn {
margin-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003757}}
.ceres-element #round-flat .second-row .btn:hover .btn-content, * #round-flat .second-row .btn:hover .btn-content {
color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003767}}
.ceres-element #button-3d .btn, * #button-3d .btn {
margin-left: 5px;
margin-right: 5px;
margin-bottom: 20px;
background-color: #d04a53;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003775}}
.ceres-element #button-3d .second-row .btn, * #button-3d .second-row .btn {
border-radius: 30px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003781}}
.ceres-element #button-3d .third-row .btn, * #button-3d .third-row .btn {
border-radius: 40px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003789}}
.ceres-element #square-flat .btn, * #square-flat .btn {
background-color: #222;
margin-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003793}}
.ceres-element #square-flat .btn .btn-hover-bg, * #square-flat .btn .btn-hover-bg {
background-color: #fed136;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003798}}
.ceres-element #square-flat .btn:hover .btn-content, * #square-flat .btn:hover .btn-content {
color: #222;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003806}}
.ceres-element #square-flat .fourth-row .btn, * #square-flat .fourth-row .btn {
margin-left: 15px;
margin-right: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003817}}
.ceres-element #bordered-3d-gradient .btn, * #bordered-3d-gradient .btn {
margin-bottom: 20px;
margin-left: 10px;
margin-right: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003825}}
.ceres-element #push-out, * #push-out {
background: #9d54bd;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003828}}
.ceres-element #push-out .btn, * #push-out .btn {
margin-bottom: 20px;
background-color: #823aa0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003833}}
.ceres-element #push-out .btn:hover .btn-content, * #push-out .btn:hover .btn-content {
color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003839}}
.ceres-element #push-out .btn-hover-bg, * #push-out .btn-hover-bg {
background-color: #222222;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003843}}
.ceres-element #push-out i, * #push-out i {
color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003855}}
.ceres-element .btn, * .btn {
overflow: hidden;
position: relative;
-webkit-transform: rotate(0.0deg); }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003860}}
.ceres-element .btn .btn-hover-bg, * .btn .btn-hover-bg {
background: black;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 0;
opacity: 0;
transition: opacity 0.4s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003872}}
.ceres-element .btn .btn-content, * .btn .btn-content {
position: relative;
z-index: 1;
transition: all 0.4s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003880}}
.ceres-element .btn:hover .btn-hover-bg, * .btn:hover .btn-hover-bg {
opacity: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003884}}
.ceres-element .btn:hover .btn-content, * .btn:hover .btn-content {
color: #fed136;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003898}}
.ceres-element .btn.ceres-btn-fill-from-top .btn-hover-bg, * .btn.ceres-btn-fill-from-top .btn-hover-bg {
bottom: 100%;
transition: all 0.3s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003904}}
.ceres-element .btn.ceres-btn-fill-from-top:hover .btn-hover-bg, * .btn.ceres-btn-fill-from-top:hover .btn-hover-bg {
bottom: 0;
transition: all 0.3s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003914}}
.ceres-element .btn.ceres-btn-fill-from-bottom .btn-hover-bg, * .btn.ceres-btn-fill-from-bottom .btn-hover-bg {
top: 100%;
transition: all 0.3s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003920}}
.ceres-element .btn.ceres-btn-fill-from-bottom:hover .btn-hover-bg, * .btn.ceres-btn-fill-from-bottom:hover .btn-hover-bg {
top: 0;
transition: all 0.3s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003930}}
.ceres-element .btn.ceres-btn-fill-from-left .btn-hover-bg, * .btn.ceres-btn-fill-from-left .btn-hover-bg {
right: 100%;
transition: all 0.4s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003936}}
.ceres-element .btn.ceres-btn-fill-from-left:hover .btn-hover-bg, * .btn.ceres-btn-fill-from-left:hover .btn-hover-bg {
right: 0;
transition: all 0.4s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003946}}
.ceres-element .btn.ceres-btn-fill-from-right .btn-hover-bg, * .btn.ceres-btn-fill-from-right .btn-hover-bg {
left: 100%;
transition: all 0.4s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003952}}
.ceres-element .btn.ceres-btn-fill-from-right:hover .btn-hover-bg, * .btn.ceres-btn-fill-from-right:hover .btn-hover-bg {
left: 0;
transition: all 0.4s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003962}}
.ceres-element .btn.ceres-btn-fill-center-vertically .btn-hover-bg, * .btn.ceres-btn-fill-center-vertically .btn-hover-bg {
top: 50%;
bottom: 50%;
transition: all 0.3s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003969}}
.ceres-element .btn.ceres-btn-fill-center-vertically:hover .btn-hover-bg, * .btn.ceres-btn-fill-center-vertically:hover .btn-hover-bg {
top: 0;
bottom: 0;
transition: all 0.3s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003980}}
.ceres-element .btn.ceres-btn-fill-center-horizontally .btn-hover-bg, * .btn.ceres-btn-fill-center-horizontally .btn-hover-bg {
left: 50%;
right: 50%;
transition: all 0.4s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003987}}
.ceres-element .btn.ceres-btn-fill-center-horizontally:hover .btn-hover-bg, * .btn.ceres-btn-fill-center-horizontally:hover .btn-hover-bg {
left: 0;
right: 0;
transition: all 0.4s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\00003997}}
.ceres-element .btn.ceres-btn-fill-center-diagonally .btn-hover-bg, * .btn.ceres-btn-fill-center-diagonally .btn-hover-bg {
left: 50%;
right: 50%;
transition: all 0.4s ease;
top: -1000px;
bottom: -1000px;
-ms-transform: rotate(135deg); -webkit-transform: rotate(135deg); transform: rotate(135deg);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031009}}
.ceres-element .btn.ceres-btn-fill-center-diagonally:hover .btn-hover-bg, * .btn.ceres-btn-fill-center-diagonally:hover .btn-hover-bg {
left: 0;
right: 0;
transition: all 0.4s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031027}}
.ceres-element .btn.ceres-btn-icon-push-to-top i, * .btn.ceres-btn-icon-push-to-top i {
opacity: 0;
width: 1em;
text-align: center;
position: absolute;
left: 50%;
bottom: -100%;
transition: all 0.4s ease;
transform: translateX(-50%) translateY(50%);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031037}}
.ceres-element .btn.ceres-btn-icon-push-to-top .btn-content, * .btn.ceres-btn-icon-push-to-top .btn-content {
opacity: 1;
transition: all 0.4s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031042}}
.ceres-element .btn.ceres-btn-icon-push-to-top:hover i, * .btn.ceres-btn-icon-push-to-top:hover i {
opacity: 1;
bottom: 50%;
transition: all 0.4s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031047}}
.ceres-element .btn.ceres-btn-icon-push-to-top:hover .btn-content, * .btn.ceres-btn-icon-push-to-top:hover .btn-content {
opacity: 0;
transform: translateY(-300px);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031055}}
.ceres-element .btn.ceres-btn-icon-push-to-bottom i, * .btn.ceres-btn-icon-push-to-bottom i {
opacity: 0;
width: 1em;
text-align: center;
position: absolute;
left: 50%;
top: -100%;
transition: all 0.4s ease;
transform: translateX(-50%) translateY(-50%);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031065}}
.ceres-element .btn.ceres-btn-icon-push-to-bottom .btn-content, * .btn.ceres-btn-icon-push-to-bottom .btn-content {
opacity: 1;
transition: all 0.4s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031070}}
.ceres-element .btn.ceres-btn-icon-push-to-bottom:hover i, * .btn.ceres-btn-icon-push-to-bottom:hover i {
opacity: 1;
top: 50%;
transition: all 0.4s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031075}}
.ceres-element .btn.ceres-btn-icon-push-to-bottom:hover .btn-content, * .btn.ceres-btn-icon-push-to-bottom:hover .btn-content {
opacity: 0;
transform: translateY(300px);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031082}}
.ceres-element .btn.ceres-btn-icon-push-to-left i, * .btn.ceres-btn-icon-push-to-left i {
opacity: 0;
width: 1em;
text-align: center;
position: absolute;
top: 50%;
right: -100%;
transition: all 0.4s ease;
transform: translateX(50%) translateY(-50%);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031092}}
.ceres-element .btn.ceres-btn-icon-push-to-left .btn-content, * .btn.ceres-btn-icon-push-to-left .btn-content {
opacity: 1;
transition: all 0.4s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031097}}
.ceres-element .btn.ceres-btn-icon-push-to-left:hover i, * .btn.ceres-btn-icon-push-to-left:hover i {
opacity: 1;
right: 50%;
transition: all 0.4s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031102}}
.ceres-element .btn.ceres-btn-icon-push-to-left:hover .btn-content, * .btn.ceres-btn-icon-push-to-left:hover .btn-content {
opacity: 0;
transform: translateX(-300px);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031109}}
.ceres-element .btn.ceres-btn-icon-push-to-right i, * .btn.ceres-btn-icon-push-to-right i {
opacity: 0;
width: 1em;
text-align: center;
position: absolute;
top: 50%;
left: -100%;
transition: all 0.4s ease;
transform: translateX(-50%) translateY(-50%);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031119}}
.ceres-element .btn.ceres-btn-icon-push-to-right .btn-content, * .btn.ceres-btn-icon-push-to-right .btn-content {
opacity: 1;
transition: all 0.4s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031124}}
.ceres-element .btn.ceres-btn-icon-push-to-right:hover i, * .btn.ceres-btn-icon-push-to-right:hover i {
opacity: 1;
left: 50%;
transition: all 0.4s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031129}}
.ceres-element .btn.ceres-btn-icon-push-to-right:hover .btn-content, * .btn.ceres-btn-icon-push-to-right:hover .btn-content {
opacity: 0;
transform: translateX(300px);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031145}}
.ceres-element .btn.ceres-btn-icon-from-left i, * .btn.ceres-btn-icon-from-left i {
position: absolute;
left: -50%;
top: 50%;
transform: translateY(-50%);
transition: all 0.5s ease;
opacity: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031155}}
.ceres-element .btn.ceres-btn-icon-from-left:hover i, * .btn.ceres-btn-icon-from-left:hover i {
left: 15%;
opacity: 1;
transition: all 0.5s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031165}}
.ceres-element .btn.ceres-btn-icon-from-right i, * .btn.ceres-btn-icon-from-right i {
position: absolute;
right: -50%;
top: 50%;
transform: translateY(-50%);
transition: all 0.5s ease;
opacity: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031175}}
.ceres-element .btn.ceres-btn-icon-from-right:hover i, * .btn.ceres-btn-icon-from-right:hover i {
right: 15%;
opacity: 1;
transition: all 0.5s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031185}}
.ceres-element .btn.ceres-btn-icon-to-left i, * .btn.ceres-btn-icon-to-left i {
position: absolute;
left: 40%;
top: 50%;
transform: translateY(-50%);
transition: all 0.5s ease;
opacity: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031195}}
.ceres-element .btn.ceres-btn-icon-to-left:hover i, * .btn.ceres-btn-icon-to-left:hover i {
left: 15%;
opacity: 1;
transition: all 0.5s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031204}}
.ceres-element .btn.ceres-btn-icon-to-right i, * .btn.ceres-btn-icon-to-right i {
position: absolute;
right: 40%;
top: 50%;
transform: translateY(-50%);
transition: all 0.5s ease;
opacity: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031214}}
.ceres-element .btn.ceres-btn-icon-to-right:hover i, * .btn.ceres-btn-icon-to-right:hover i {
right: 15%;
opacity: 1;
transition: all 0.5s ease;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031229}}
.ceres-element .ceres-btn-square-flat,
* .ceres-btn-square-flat {
padding-top: 3px;
padding-bottom: 3px;
padding-left: 41px;
padding-right: 41px;
min-width: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031237}}
.ceres-element .ceres-btn-square-flat .btn-content,
* .ceres-btn-square-flat .btn-content {
font-size: 16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031243}}
.ceres-element .ceres-btn-square-flat.btn-lg,
* .ceres-btn-square-flat.btn-lg {
padding-top: 6px;
padding-bottom: 6px;
padding-left: 60px;
padding-right: 60px;
min-width: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031251}}
.ceres-element .ceres-btn-square-flat.btn-lg .btn-content,
* .ceres-btn-square-flat.btn-lg .btn-content {
font-size: 18px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031256}}
.ceres-element .ceres-btn-square-flat.btn-sm,
* .ceres-btn-square-flat.btn-sm {
padding-top: 1px;
padding-bottom: 1px;
padding-left: 10px;
padding-right: 10px;
min-width: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_button\.scss}line{font-family:\000031264}}
.ceres-element .ceres-btn-square-flat.btn-sm .btn-content,
* .ceres-btn-square-flat.btn-sm .btn-content {
font-size: 13px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_iconlist\.scss}line{font-family:\000031}}
.ceres-icon-list-item {
position: relative;
margin-bottom: 40px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_iconlist\.scss}line{font-family:\000035}}
.ceres-icon-list-item .list-icon-wrapper {
position: absolute;
left: 0;
top: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_iconlist\.scss}line{font-family:\0000310}}
.ceres-icon-list-item .list-icon-wrapper i {
font-size: 19px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_iconlist\.scss}line{font-family:\0000314}}
.ceres-icon-list-item .list-icon-content {
padding-left: 38px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/kironroy\/Code\/legalplus\/wp-content\/plugins\/ceres\/FrontendApp\/app\/styles\/_iconlist\.scss}line{font-family:\0000317}}
.ceres-icon-list-item .list-icon-content h3 {
font-family: 'Dosis', sans-serif;
font-weight: 600;
color: #222222;
font-size: 16px;
margin: 0 0 5px 0;
text-transform: uppercase;
}@font-face {
font-family: 'fontawesome';
src:url(//dr-amsellem-orthodontie.fr/wp-content/plugins/mooelements/Icons/icons/fontawesome/fonts/fontawesome.eot?-o88rwt);
src:url(//dr-amsellem-orthodontie.fr/wp-content/plugins/mooelements/Icons/icons/fontawesome/fonts/fontawesome.eot?#iefix-o88rwt) format('embedded-opentype'),
url(//dr-amsellem-orthodontie.fr/wp-content/plugins/mooelements/Icons/icons/fontawesome/fonts/fontawesome.woff?-o88rwt) format('woff'),
url(//dr-amsellem-orthodontie.fr/wp-content/plugins/mooelements/Icons/icons/fontawesome/fonts/fontawesome.ttf?-o88rwt) format('truetype'),
url(//dr-amsellem-orthodontie.fr/wp-content/plugins/mooelements/Icons/icons/fontawesome/fonts/fontawesome.svg?-o88rwt#fontawesome) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="fa-"], [class*=" fa-"] {
font-family: 'fontawesome';
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;
}
.fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before {
content: "\f0c0";
}
.fa-chain:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before {
content: "\f0c4";
}
.fa-copy:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before {
content: "\f0dc";
}
.fa-sort-down:before {
content: "\f0dd";
}
.fa-sort-up:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before {
content: "\f0e2";
}
.fa-legal:before {
content: "\f0e3";
}
.fa-dashboard:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before {
content: "\f150";
}
.fa-toggle-up:before {
content: "\f151";
}
.fa-toggle-right:before {
content: "\f152";
}
.fa-euro:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before {
content: "\f155";
}
.fa-rupee:before {
content: "\f156";
}
.fa-cny:before {
content: "\f157";
}
.fa-ruble:before {
content: "\f158";
}
.fa-won:before {
content: "\f159";
}
.fa-bitcoin:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before {
content: "\f19c";
}
.fa-mortar-board:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper-square:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before {
content: "\f1b9";
}
.fa-cab:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before {
content: "\f1d0";
}
.fa-ge:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before {
content: "\f1d7";
}
.fa-send:before {
content: "\f1d8";
}
.fa-send-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}