You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4410 lines
94 KiB
CSS

10 years ago
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined in IE 8/9.
*/
10 years ago
/* line 22, _normalize.scss */
10 years ago
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
10 years ago
display: block;
}
10 years ago
/**
* Correct `inline-block` display not defined in IE 8/9.
*/
10 years ago
/* line 32, _normalize.scss */
10 years ago
audio,
canvas,
video {
10 years ago
display: inline-block;
}
10 years ago
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
10 years ago
/* line 41, _normalize.scss */
10 years ago
audio:not([controls]) {
display: none;
10 years ago
height: 0;
}
10 years ago
/**
* Address `[hidden]` styling not present in IE 8/9.
* Hide the `template` element in IE, Safari, and Firefox < 22.
*/
10 years ago
/* line 52, _normalize.scss */
10 years ago
[hidden],
template {
10 years ago
display: none;
}
10 years ago
/* ==========================================================================
Base
========================================================================== */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
10 years ago
/* line 66, _normalize.scss */
10 years ago
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
10 years ago
/* 2 */
}
10 years ago
/**
* Remove default margin.
*/
10 years ago
/* line 76, _normalize.scss */
10 years ago
body {
10 years ago
margin: 0;
}
10 years ago
/* ==========================================================================
Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
10 years ago
/* line 88, _normalize.scss */
10 years ago
a {
10 years ago
background: transparent;
}
10 years ago
/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
10 years ago
/* line 96, _normalize.scss */
10 years ago
a:focus {
10 years ago
outline: thin dotted;
}
10 years ago
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
10 years ago
/* line 105, _normalize.scss */
10 years ago
a:active,
a:hover {
10 years ago
outline: 0;
}
10 years ago
/* ==========================================================================
Typography
========================================================================== */
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari 5, and Chrome.
*/
10 years ago
/* line 118, _normalize.scss */
10 years ago
h1 {
font-size: 2em;
10 years ago
margin: 0.67em 0;
}
10 years ago
/**
* Address styling not present in IE 8/9, Safari 5, and Chrome.
*/
10 years ago
/* line 127, _normalize.scss */
10 years ago
abbr[title] {
10 years ago
border-bottom: 1px dotted;
}
10 years ago
/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/
10 years ago
/* line 136, _normalize.scss */
10 years ago
b,
strong {
10 years ago
font-weight: bold;
}
10 years ago
/**
* Address styling not present in Safari 5 and Chrome.
*/
10 years ago
/* line 144, _normalize.scss */
10 years ago
dfn {
10 years ago
font-style: italic;
}
10 years ago
/**
* Address differences between Firefox and other browsers.
*/
10 years ago
/* line 152, _normalize.scss */
10 years ago
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
10 years ago
height: 0;
}
10 years ago
/**
* Address styling not present in IE 8/9.
*/
10 years ago
/* line 162, _normalize.scss */
10 years ago
mark {
background: #ff0;
10 years ago
color: #000;
}
10 years ago
/**
* Correct font family set oddly in Safari 5 and Chrome.
*/
10 years ago
/* line 174, _normalize.scss */
10 years ago
code,
kbd,
pre,
samp {
font-family: monospace, serif;
10 years ago
font-size: 1em;
}
10 years ago
/**
* Improve readability of pre-formatted text in all browsers.
*/
10 years ago
/* line 183, _normalize.scss */
10 years ago
pre {
10 years ago
white-space: pre-wrap;
}
10 years ago
/**
* Set consistent quote types.
*/
10 years ago
/* line 191, _normalize.scss */
10 years ago
q {
10 years ago
quotes: "\201C" "\201D" "\2018" "\2019";
}
10 years ago
/**
* Address inconsistent and variable font size in all browsers.
*/
10 years ago
/* line 199, _normalize.scss */
10 years ago
small {
10 years ago
font-size: 80%;
}
10 years ago
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
10 years ago
/* line 208, _normalize.scss */
10 years ago
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
10 years ago
vertical-align: baseline;
}
10 years ago
10 years ago
/* line 215, _normalize.scss */
10 years ago
sup {
10 years ago
top: -0.5em;
}
10 years ago
10 years ago
/* line 219, _normalize.scss */
10 years ago
sub {
10 years ago
bottom: -0.25em;
}
10 years ago
/* ==========================================================================
Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9.
*/
10 years ago
/* line 231, _normalize.scss */
10 years ago
img {
10 years ago
border: 0;
}
10 years ago
/**
* Correct overflow displayed oddly in IE 9.
*/
10 years ago
/* line 239, _normalize.scss */
10 years ago
svg:not(:root) {
10 years ago
overflow: hidden;
}
10 years ago
/* ==========================================================================
Figures
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari 5.
*/
10 years ago
/* line 251, _normalize.scss */
10 years ago
figure {
10 years ago
margin: 0;
}
10 years ago
/* ==========================================================================
Forms
========================================================================== */
/**
* Define consistent border, margin, and padding.
*/
10 years ago
/* line 263, _normalize.scss */
10 years ago
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
10 years ago
padding: 0.35em 0.625em 0.75em;
}
10 years ago
/**
* 1. Correct `color` not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
10 years ago
/* line 274, _normalize.scss */
10 years ago
legend {
border: 0;
/* 1 */
padding: 0;
10 years ago
/* 2 */
}
10 years ago
/**
* 1. Correct font family not being inherited in all browsers.
* 2. Correct font size not being inherited in all browsers.
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
*/
10 years ago
/* line 288, _normalize.scss */
10 years ago
button,
input,
select,
textarea {
font-family: inherit;
/* 1 */
font-size: 100%;
/* 2 */
margin: 0;
10 years ago
/* 3 */
}
10 years ago
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
10 years ago
/* line 300, _normalize.scss */
10 years ago
button,
input {
10 years ago
line-height: normal;
}
10 years ago
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/
10 years ago
/* line 312, _normalize.scss */
10 years ago
button,
select {
10 years ago
text-transform: none;
}
10 years ago
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
10 years ago
/* line 327, _normalize.scss */
10 years ago
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
10 years ago
/* 3 */
}
10 years ago
/**
* Re-set default cursor for disabled elements.
*/
10 years ago
/* line 337, _normalize.scss */
10 years ago
button[disabled],
html input[disabled] {
10 years ago
cursor: default;
}
10 years ago
/**
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
10 years ago
/* line 347, _normalize.scss */
10 years ago
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
10 years ago
/* 2 */
}
10 years ago
/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
* (include `-moz` to future-proof).
*/
10 years ago
/* line 358, _normalize.scss */
10 years ago
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
/* 2 */
10 years ago
box-sizing: content-box;
}
10 years ago
/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
10 years ago
/* line 371, _normalize.scss */
10 years ago
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
10 years ago
-webkit-appearance: none;
}
10 years ago
/**
* Remove inner padding and border in Firefox 4+.
*/
10 years ago
/* line 380, _normalize.scss */
10 years ago
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
10 years ago
padding: 0;
}
10 years ago
/**
* 1. Remove default vertical scrollbar in IE 8/9.
* 2. Improve readability and alignment in all browsers.
*/
10 years ago
/* line 390, _normalize.scss */
10 years ago
textarea {
overflow: auto;
/* 1 */
vertical-align: top;
10 years ago
/* 2 */
}
10 years ago
/* ==========================================================================
Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
10 years ago
/* line 403, _normalize.scss */
10 years ago
table {
border-collapse: collapse;
10 years ago
border-spacing: 0;
}
10 years ago
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license
Copyright (c) 2013 Daniel Eden
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
10 years ago
/* line 17, _animations.scss */
10 years ago
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
10 years ago
animation-fill-mode: both;
}
10 years ago
10 years ago
/* line 24, _animations.scss */
10 years ago
.animated.hinge {
-webkit-animation-duration: 2s;
10 years ago
animation-duration: 2s;
}
10 years ago
@-webkit-keyframes bounce {
10 years ago
/* line 30, _animations.scss */
10 years ago
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
10 years ago
transform: translateY(0);
}
10 years ago
10 years ago
/* line 35, _animations.scss */
10 years ago
40% {
-webkit-transform: translateY(-30px);
10 years ago
transform: translateY(-30px);
}
10 years ago
10 years ago
/* line 40, _animations.scss */
10 years ago
60% {
-webkit-transform: translateY(-15px);
10 years ago
transform: translateY(-15px);
}
}
10 years ago
@keyframes bounce {
10 years ago
/* line 47, _animations.scss */
10 years ago
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
10 years ago
transform: translateY(0);
}
10 years ago
10 years ago
/* line 53, _animations.scss */
10 years ago
40% {
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
10 years ago
transform: translateY(-30px);
}
10 years ago
10 years ago
/* line 59, _animations.scss */
10 years ago
60% {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
10 years ago
transform: translateY(-15px);
}
}
10 years ago
10 years ago
/* line 66, _animations.scss */
10 years ago
.bounce {
-webkit-animation-name: bounce;
10 years ago
animation-name: bounce;
}
10 years ago
@-webkit-keyframes flash {
10 years ago
/* line 72, _animations.scss */
10 years ago
0%, 50%, 100% {
10 years ago
opacity: 1;
}
10 years ago
10 years ago
/* line 76, _animations.scss */
10 years ago
25%, 75% {
10 years ago
opacity: 0;
}
}
10 years ago
@keyframes flash {
10 years ago
/* line 82, _animations.scss */
10 years ago
0%, 50%, 100% {
10 years ago
opacity: 1;
}
10 years ago
10 years ago
/* line 86, _animations.scss */
10 years ago
25%, 75% {
10 years ago
opacity: 0;
}
}
10 years ago
10 years ago
/* line 91, _animations.scss */
10 years ago
.flash {
-webkit-animation-name: flash;
10 years ago
animation-name: flash;
}
10 years ago
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
10 years ago
/* line 99, _animations.scss */
10 years ago
0% {
-webkit-transform: scale(1);
10 years ago
transform: scale(1);
}
10 years ago
10 years ago
/* line 104, _animations.scss */
10 years ago
50% {
-webkit-transform: scale(1.1);
10 years ago
transform: scale(1.1);
}
10 years ago
10 years ago
/* line 109, _animations.scss */
10 years ago
100% {
-webkit-transform: scale(1);
10 years ago
transform: scale(1);
}
}
10 years ago
@keyframes pulse {
10 years ago
/* line 116, _animations.scss */
10 years ago
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
10 years ago
transform: scale(1);
}
10 years ago
10 years ago
/* line 122, _animations.scss */
10 years ago
50% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
10 years ago
transform: scale(1.1);
}
10 years ago
10 years ago
/* line 128, _animations.scss */
10 years ago
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
10 years ago
transform: scale(1);
}
}
10 years ago
10 years ago
/* line 135, _animations.scss */
10 years ago
.pulse {
-webkit-animation-name: pulse;
10 years ago
animation-name: pulse;
}
10 years ago
@-webkit-keyframes shake {
10 years ago
/* line 141, _animations.scss */
10 years ago
0%, 100% {
-webkit-transform: translateX(0);
10 years ago
transform: translateX(0);
}
10 years ago
10 years ago
/* line 146, _animations.scss */
10 years ago
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
10 years ago
transform: translateX(-10px);
}
10 years ago
10 years ago
/* line 151, _animations.scss */
10 years ago
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
10 years ago
transform: translateX(10px);
}
}
10 years ago
@keyframes shake {
10 years ago
/* line 158, _animations.scss */
10 years ago
0%, 100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
10 years ago
transform: translateX(0);
}
10 years ago
10 years ago
/* line 164, _animations.scss */
10 years ago
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
10 years ago
transform: translateX(-10px);
}
10 years ago
10 years ago
/* line 170, _animations.scss */
10 years ago
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
10 years ago
transform: translateX(10px);
}
}
10 years ago
10 years ago
/* line 177, _animations.scss */
10 years ago
.shake {
-webkit-animation-name: shake;
10 years ago
animation-name: shake;
}
10 years ago
@-webkit-keyframes swing {
10 years ago
/* line 183, _animations.scss */
10 years ago
20% {
-webkit-transform: rotate(15deg);
10 years ago
transform: rotate(15deg);
}
10 years ago
10 years ago
/* line 188, _animations.scss */
10 years ago
40% {
-webkit-transform: rotate(-10deg);
10 years ago
transform: rotate(-10deg);
}
10 years ago
10 years ago
/* line 193, _animations.scss */
10 years ago
60% {
-webkit-transform: rotate(5deg);
10 years ago
transform: rotate(5deg);
}
10 years ago
10 years ago
/* line 198, _animations.scss */
10 years ago
80% {
-webkit-transform: rotate(-5deg);
10 years ago
transform: rotate(-5deg);
}
10 years ago
10 years ago
/* line 203, _animations.scss */
10 years ago
100% {
-webkit-transform: rotate(0deg);
10 years ago
transform: rotate(0deg);
}
}
10 years ago
@keyframes swing {
10 years ago
/* line 210, _animations.scss */
10 years ago
20% {
-webkit-transform: rotate(15deg);
-ms-transform: rotate(15deg);
10 years ago
transform: rotate(15deg);
}
10 years ago
10 years ago
/* line 216, _animations.scss */
10 years ago
40% {
-webkit-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
10 years ago
transform: rotate(-10deg);
}
10 years ago
10 years ago
/* line 222, _animations.scss */
10 years ago
60% {
-webkit-transform: rotate(5deg);
-ms-transform: rotate(5deg);
10 years ago
transform: rotate(5deg);
}
10 years ago
10 years ago
/* line 228, _animations.scss */
10 years ago
80% {
-webkit-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
10 years ago
transform: rotate(-5deg);
}
10 years ago
10 years ago
/* line 234, _animations.scss */
10 years ago
100% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
10 years ago
transform: rotate(0deg);
}
}
10 years ago
10 years ago
/* line 241, _animations.scss */
10 years ago
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
10 years ago
animation-name: swing;
}
10 years ago
@-webkit-keyframes tada {
10 years ago
/* line 250, _animations.scss */
10 years ago
0% {
-webkit-transform: scale(1);
10 years ago
transform: scale(1);
}
10 years ago
10 years ago
/* line 255, _animations.scss */
10 years ago
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
10 years ago
transform: scale(0.9) rotate(-3deg);
}
10 years ago
10 years ago
/* line 260, _animations.scss */
10 years ago
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
10 years ago
transform: scale(1.1) rotate(3deg);
}
10 years ago
10 years ago
/* line 265, _animations.scss */
10 years ago
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
10 years ago
transform: scale(1.1) rotate(-3deg);
}
10 years ago
10 years ago
/* line 270, _animations.scss */
10 years ago
100% {
-webkit-transform: scale(1) rotate(0);
10 years ago
transform: scale(1) rotate(0);
}
}
10 years ago
@keyframes tada {
10 years ago
/* line 277, _animations.scss */
10 years ago
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
10 years ago
transform: scale(1);
}
10 years ago
10 years ago
/* line 283, _animations.scss */
10 years ago
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
-ms-transform: scale(0.9) rotate(-3deg);
10 years ago
transform: scale(0.9) rotate(-3deg);
}
10 years ago
10 years ago
/* line 289, _animations.scss */
10 years ago
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
-ms-transform: scale(1.1) rotate(3deg);
10 years ago
transform: scale(1.1) rotate(3deg);
}
10 years ago
10 years ago
/* line 295, _animations.scss */
10 years ago
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
-ms-transform: scale(1.1) rotate(-3deg);
10 years ago
transform: scale(1.1) rotate(-3deg);
}
10 years ago
10 years ago
/* line 301, _animations.scss */
10 years ago
100% {
-webkit-transform: scale(1) rotate(0);
-ms-transform: scale(1) rotate(0);
10 years ago
transform: scale(1) rotate(0);
}
}
10 years ago
10 years ago
/* line 308, _animations.scss */
10 years ago
.tada {
-webkit-animation-name: tada;
10 years ago
animation-name: tada;
}
10 years ago
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
10 years ago
/* line 316, _animations.scss */
10 years ago
0% {
-webkit-transform: translateX(0%);
10 years ago
transform: translateX(0%);
}
10 years ago
10 years ago
/* line 321, _animations.scss */
10 years ago
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
10 years ago
transform: translateX(-25%) rotate(-5deg);
}
10 years ago
10 years ago
/* line 326, _animations.scss */
10 years ago
30% {
-webkit-transform: translateX(20%) rotate(3deg);
10 years ago
transform: translateX(20%) rotate(3deg);
}
10 years ago
10 years ago
/* line 331, _animations.scss */
10 years ago
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
10 years ago
transform: translateX(-15%) rotate(-3deg);
}
10 years ago
10 years ago
/* line 336, _animations.scss */
10 years ago
60% {
-webkit-transform: translateX(10%) rotate(2deg);
10 years ago
transform: translateX(10%) rotate(2deg);
}
10 years ago
10 years ago
/* line 341, _animations.scss */
10 years ago
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
10 years ago
transform: translateX(-5%) rotate(-1deg);
}
10 years ago
10 years ago
/* line 346, _animations.scss */
10 years ago
100% {
-webkit-transform: translateX(0%);
10 years ago
transform: translateX(0%);
}
}
10 years ago
@keyframes wobble {
10 years ago
/* line 353, _animations.scss */
10 years ago
0% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
10 years ago
transform: translateX(0%);
}
10 years ago
10 years ago
/* line 359, _animations.scss */
10 years ago
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
-ms-transform: translateX(-25%) rotate(-5deg);
10 years ago
transform: translateX(-25%) rotate(-5deg);
}
10 years ago
10 years ago
/* line 365, _animations.scss */
10 years ago
30% {
-webkit-transform: translateX(20%) rotate(3deg);
-ms-transform: translateX(20%) rotate(3deg);
10 years ago
transform: translateX(20%) rotate(3deg);
}
10 years ago
10 years ago
/* line 371, _animations.scss */
10 years ago
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
-ms-transform: translateX(-15%) rotate(-3deg);
10 years ago
transform: translateX(-15%) rotate(-3deg);
}
10 years ago
10 years ago
/* line 377, _animations.scss */
10 years ago
60% {
-webkit-transform: translateX(10%) rotate(2deg);
-ms-transform: translateX(10%) rotate(2deg);
10 years ago
transform: translateX(10%) rotate(2deg);
}
10 years ago
10 years ago
/* line 383, _animations.scss */
10 years ago
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
-ms-transform: translateX(-5%) rotate(-1deg);
10 years ago
transform: translateX(-5%) rotate(-1deg);
}
10 years ago
10 years ago
/* line 389, _animations.scss */
10 years ago
100% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
10 years ago
transform: translateX(0%);
}
}
10 years ago
10 years ago
/* line 396, _animations.scss */
10 years ago
.wobble {
-webkit-animation-name: wobble;
10 years ago
animation-name: wobble;
}
10 years ago
@-webkit-keyframes bounceIn {
10 years ago
/* line 402, _animations.scss */
10 years ago
0% {
opacity: 0;
-webkit-transform: scale(0.3);
10 years ago
transform: scale(0.3);
}
10 years ago
10 years ago
/* line 408, _animations.scss */
10 years ago
50% {
opacity: 1;
-webkit-transform: scale(1.05);
10 years ago
transform: scale(1.05);
}
10 years ago
10 years ago
/* line 414, _animations.scss */
10 years ago
70% {
-webkit-transform: scale(0.9);
10 years ago
transform: scale(0.9);
}
10 years ago
10 years ago
/* line 419, _animations.scss */
10 years ago
100% {
-webkit-transform: scale(1);
10 years ago
transform: scale(1);
}
}
10 years ago
@keyframes bounceIn {
10 years ago
/* line 426, _animations.scss */
10 years ago
0% {
opacity: 0;
-webkit-transform: scale(0.3);
-ms-transform: scale(0.3);
10 years ago
transform: scale(0.3);
}
10 years ago
10 years ago
/* line 433, _animations.scss */
10 years ago
50% {
opacity: 1;
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
10 years ago
transform: scale(1.05);
}
10 years ago
10 years ago
/* line 440, _animations.scss */
10 years ago
70% {
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
10 years ago
transform: scale(0.9);
}
10 years ago
10 years ago
/* line 446, _animations.scss */
10 years ago
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
10 years ago
transform: scale(1);
}
}
10 years ago
10 years ago
/* line 453, _animations.scss */
10 years ago
.bounceIn {
-webkit-animation-name: bounceIn;
10 years ago
animation-name: bounceIn;
}
10 years ago
@-webkit-keyframes bounceInDown {
10 years ago
/* line 459, _animations.scss */
10 years ago
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
10 years ago
transform: translateY(-2000px);
}
10 years ago
10 years ago
/* line 465, _animations.scss */
10 years ago
60% {
opacity: 1;
-webkit-transform: translateY(30px);
10 years ago
transform: translateY(30px);
}
10 years ago
10 years ago
/* line 471, _animations.scss */
10 years ago
80% {
-webkit-transform: translateY(-10px);
10 years ago
transform: translateY(-10px);
}
10 years ago
10 years ago
/* line 476, _animations.scss */
10 years ago
100% {
-webkit-transform: translateY(0);
10 years ago
transform: translateY(0);
}
}
10 years ago
@keyframes bounceInDown {
10 years ago
/* line 483, _animations.scss */
10 years ago
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
10 years ago
transform: translateY(-2000px);
}
10 years ago
10 years ago
/* line 490, _animations.scss */
10 years ago
60% {
opacity: 1;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
10 years ago
transform: translateY(30px);
}
10 years ago
10 years ago
/* line 497, _animations.scss */
10 years ago
80% {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
10 years ago
transform: translateY(-10px);
}
10 years ago
10 years ago
/* line 503, _animations.scss */
10 years ago
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
10 years ago
transform: translateY(0);
}
}
10 years ago
10 years ago
/* line 510, _animations.scss */
10 years ago
.bounceInDown {
-webkit-animation-name: bounceInDown;
10 years ago
animation-name: bounceInDown;
}
10 years ago
@-webkit-keyframes bounceInLeft {
10 years ago
/* line 516, _animations.scss */
10 years ago
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
10 years ago
transform: translateX(-2000px);
}
10 years ago
10 years ago
/* line 522, _animations.scss */
10 years ago
60% {
opacity: 1;
-webkit-transform: translateX(30px);
10 years ago
transform: translateX(30px);
}
10 years ago
10 years ago
/* line 528, _animations.scss */
10 years ago
80% {
-webkit-transform: translateX(-10px);
10 years ago
transform: translateX(-10px);
}
10 years ago
10 years ago
/* line 533, _animations.scss */
10 years ago
100% {
-webkit-transform: translateX(0);
10 years ago
transform: translateX(0);
}
}
10 years ago
@keyframes bounceInLeft {
10 years ago
/* line 540, _animations.scss */
10 years ago
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
10 years ago
transform: translateX(-2000px);
}
10 years ago
10 years ago
/* line 547, _animations.scss */
10 years ago
60% {
opacity: 1;
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
10 years ago
transform: translateX(30px);
}
10 years ago
10 years ago
/* line 554, _animations.scss */
10 years ago
80% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
10 years ago
transform: translateX(-10px);
}
10 years ago
10 years ago
/* line 560, _animations.scss */
10 years ago
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
10 years ago
transform: translateX(0);
}
}
10 years ago
10 years ago
/* line 567, _animations.scss */
10 years ago
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
10 years ago
animation-name: bounceInLeft;
}
10 years ago
@-webkit-keyframes bounceInRight {
10 years ago
/* line 573, _animations.scss */
10 years ago
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
10 years ago
transform: translateX(2000px);
}
10 years ago
10 years ago
/* line 579, _animations.scss */
10 years ago
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
10 years ago
transform: translateX(-30px);
}
10 years ago
10 years ago
/* line 585, _animations.scss */
10 years ago
80% {
-webkit-transform: translateX(10px);
10 years ago
transform: translateX(10px);
}
10 years ago
10 years ago
/* line 590, _animations.scss */
10 years ago
100% {
-webkit-transform: translateX(0);
10 years ago
transform: translateX(0);
}
}
10 years ago
@keyframes bounceInRight {
10 years ago
/* line 597, _animations.scss */
10 years ago
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
10 years ago
transform: translateX(2000px);
}
10 years ago
10 years ago
/* line 604, _animations.scss */
10 years ago
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
-ms-transform: translateX(-30px);
10 years ago
transform: translateX(-30px);
}
10 years ago
10 years ago
/* line 611, _animations.scss */
10 years ago
80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
10 years ago
transform: translateX(10px);
}
10 years ago
10 years ago
/* line 617, _animations.scss */
10 years ago
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
10 years ago
transform: translateX(0);
}
}
10 years ago
10 years ago
/* line 624, _animations.scss */
10 years ago
.bounceInRight {
-webkit-animation-name: bounceInRight;
10 years ago
animation-name: bounceInRight;
}
10 years ago
@-webkit-keyframes bounceInUp {
10 years ago
/* line 630, _animations.scss */
10 years ago
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
10 years ago
transform: translateY(2000px);
}
10 years ago
10 years ago
/* line 636, _animations.scss */
10 years ago
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
10 years ago
transform: translateY(-30px);
}
10 years ago
10 years ago
/* line 642, _animations.scss */
10 years ago
80% {
-webkit-transform: translateY(10px);
10 years ago
transform: translateY(10px);
}
10 years ago
10 years ago
/* line 647, _animations.scss */
10 years ago
100% {
-webkit-transform: translateY(0);
10 years ago
transform: translateY(0);
}
}
10 years ago
@keyframes bounceInUp {
10 years ago
/* line 654, _animations.scss */
10 years ago
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
10 years ago
transform: translateY(2000px);
}
10 years ago
10 years ago
/* line 661, _animations.scss */
10 years ago
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
10 years ago
transform: translateY(-30px);
}
10 years ago
10 years ago
/* line 668, _animations.scss */
10 years ago
80% {
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
10 years ago
transform: translateY(10px);
}
10 years ago
10 years ago
/* line 674, _animations.scss */
10 years ago
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
10 years ago
transform: translateY(0);
}
}
10 years ago
10 years ago
/* line 681, _animations.scss */
10 years ago
.bounceInUp {
-webkit-animation-name: bounceInUp;
10 years ago
animation-name: bounceInUp;
}
10 years ago
@-webkit-keyframes bounceOut {
10 years ago
/* line 687, _animations.scss */
10 years ago
0% {
-webkit-transform: scale(1);
10 years ago
transform: scale(1);
}
10 years ago
10 years ago
/* line 692, _animations.scss */
10 years ago
25% {
-webkit-transform: scale(0.95);
10 years ago
transform: scale(0.95);
}
10 years ago
10 years ago
/* line 697, _animations.scss */
10 years ago
50% {
opacity: 1;
-webkit-transform: scale(1.1);
10 years ago
transform: scale(1.1);
}
10 years ago
10 years ago
/* line 703, _animations.scss */
10 years ago
100% {
opacity: 0;
-webkit-transform: scale(0.3);
10 years ago
transform: scale(0.3);
}
}
10 years ago
@keyframes bounceOut {
10 years ago
/* line 711, _animations.scss */
10 years ago
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
10 years ago
transform: scale(1);
}
10 years ago
10 years ago
/* line 717, _animations.scss */
10 years ago
25% {
-webkit-transform: scale(0.95);
-ms-transform: scale(0.95);
10 years ago
transform: scale(0.95);
}
10 years ago
10 years ago
/* line 723, _animations.scss */
10 years ago
50% {
opacity: 1;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
10 years ago
transform: scale(1.1);
}
10 years ago
10 years ago
/* line 730, _animations.scss */
10 years ago
100% {
opacity: 0;
-webkit-transform: scale(0.3);
-ms-transform: scale(0.3);
10 years ago
transform: scale(0.3);
}
}
10 years ago
10 years ago
/* line 738, _animations.scss */
10 years ago
.bounceOut {
-webkit-animation-name: bounceOut;
10 years ago
animation-name: bounceOut;
}
10 years ago
@-webkit-keyframes bounceOutDown {
10 years ago
/* line 744, _animations.scss */
10 years ago
0% {
-webkit-transform: translateY(0);
10 years ago
transform: translateY(0);
}
10 years ago
10 years ago
/* line 749, _animations.scss */
10 years ago
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
10 years ago
transform: translateY(-20px);
}
10 years ago
10 years ago
/* line 755, _animations.scss */
10 years ago
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
10 years ago
transform: translateY(2000px);
}
}
10 years ago
@keyframes bounceOutDown {
10 years ago
/* line 763, _animations.scss */
10 years ago
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
10 years ago
transform: translateY(0);
}
10 years ago
10 years ago
/* line 769, _animations.scss */
10 years ago
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
10 years ago
transform: translateY(-20px);
}
10 years ago
10 years ago
/* line 776, _animations.scss */
10 years ago
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
10 years ago
transform: translateY(2000px);
}
}
10 years ago
10 years ago
/* line 784, _animations.scss */
10 years ago
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
10 years ago
animation-name: bounceOutDown;
}
10 years ago
@-webkit-keyframes bounceOutLeft {
10 years ago
/* line 790, _animations.scss */
10 years ago
0% {
-webkit-transform: translateX(0);
10 years ago
transform: translateX(0);
}
10 years ago
10 years ago
/* line 795, _animations.scss */
10 years ago
20% {
opacity: 1;
-webkit-transform: translateX(20px);
10 years ago
transform: translateX(20px);
}
10 years ago
10 years ago
/* line 801, _animations.scss */
10 years ago
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
10 years ago
transform: translateX(-2000px);
}
}
10 years ago
@keyframes bounceOutLeft {
10 years ago
/* line 809, _animations.scss */
10 years ago
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
10 years ago
transform: translateX(0);
}
10 years ago
10 years ago
/* line 815, _animations.scss */
10 years ago
20% {
opacity: 1;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
10 years ago
transform: translateX(20px);
}
10 years ago
10 years ago
/* line 822, _animations.scss */
10 years ago
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
10 years ago
transform: translateX(-2000px);
}
}
10 years ago
10 years ago
/* line 830, _animations.scss */
10 years ago
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
10 years ago
animation-name: bounceOutLeft;
}
10 years ago
@-webkit-keyframes bounceOutRight {
10 years ago
/* line 836, _animations.scss */
10 years ago
0% {
-webkit-transform: translateX(0);
10 years ago
transform: translateX(0);
}
10 years ago
10 years ago
/* line 841, _animations.scss */
10 years ago
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
10 years ago
transform: translateX(-20px);
}
10 years ago
10 years ago
/* line 847, _animations.scss */
10 years ago
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
10 years ago
transform: translateX(2000px);
}
}
10 years ago
@keyframes bounceOutRight {
10 years ago
/* line 855, _animations.scss */
10 years ago
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
10 years ago
transform: translateX(0);
}
10 years ago
10 years ago
/* line 861, _animations.scss */
10 years ago
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
10 years ago
transform: translateX(-20px);
}
10 years ago
10 years ago
/* line 868, _animations.scss */
10 years ago
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
10 years ago
transform: translateX(2000px);
}
}
10 years ago
10 years ago
/* line 876, _animations.scss */
10 years ago
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
10 years ago
animation-name: bounceOutRight;
}
10 years ago
@-webkit-keyframes bounceOutUp {
10 years ago
/* line 882, _animations.scss */
10 years ago
0% {
-webkit-transform: translateY(0);
10 years ago
transform: translateY(0);
}
10 years ago
10 years ago
/* line 887, _animations.scss */
10 years ago
20% {
opacity: 1;
-webkit-transform: translateY(20px);
10 years ago
transform: translateY(20px);
}
10 years ago
10 years ago
/* line 893, _animations.scss */
10 years ago
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
10 years ago
transform: translateY(-2000px);
}
}
10 years ago
@keyframes bounceOutUp {
10 years ago
/* line 901, _animations.scss */
10 years ago
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
10 years ago
transform: translateY(0);
}
10 years ago
10 years ago
/* line 907, _animations.scss */
10 years ago
20% {
opacity: 1;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
10 years ago
transform: translateY(20px);
}
10 years ago
10 years ago
/* line 914, _animations.scss */
10 years ago
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
10 years ago
transform: translateY(-2000px);
}
}
10 years ago
10 years ago
/* line 922, _animations.scss */
10 years ago
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
10 years ago
animation-name: bounceOutUp;
}
10 years ago
@-webkit-keyframes fadeIn {
10 years ago
/* line 928, _animations.scss */
10 years ago
0% {
10 years ago
opacity: 0;
}
10 years ago
10 years ago
/* line 932, _animations.scss */
10 years ago
100% {
10 years ago
opacity: 1;
}
}
10 years ago
@keyframes fadeIn {
10 years ago
/* line 938, _animations.scss */
10 years ago
0% {
10 years ago
opacity: 0;
}
10 years ago
10 years ago
/* line 942, _animations.scss */
10 years ago
100% {
10 years ago
opacity: 1;
}
}
10 years ago
10 years ago
/* line 947, _animations.scss */
10 years ago
.fadeIn {
-webkit-animation-name: fadeIn;
10 years ago
animation-name: fadeIn;
}
10 years ago
@-webkit-keyframes fadeInDown {
10 years ago
/* line 953, _animations.scss */
10 years ago
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
10 years ago
transform: translateY(-20px);
}
10 years ago
10 years ago
/* line 959, _animations.scss */
10 years ago
100% {
opacity: 1;
-webkit-transform: translateY(0);
10 years ago
transform: translateY(0);
}
}
10 years ago
@keyframes fadeInDown {
10 years ago
/* line 967, _animations.scss */
10 years ago
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
10 years ago
transform: translateY(-20px);
}
10 years ago
10 years ago
/* line 974, _animations.scss */
10 years ago
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
10 years ago
transform: translateY(0);
}
}
10 years ago
10 years ago
/* line 982, _animations.scss */
10 years ago
.fadeInDown {
-webkit-animation-name: fadeInDown;
10 years ago
animation-name: fadeInDown;
}
10 years ago
@-webkit-keyframes fadeInDownBig {
10 years ago
/* line 988, _animations.scss */
10 years ago
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
10 years ago
transform: translateY(-2000px);
}
10 years ago
10 years ago
/* line 994, _animations.scss */
10 years ago
100% {
opacity: 1;
-webkit-transform: translateY(0);
10 years ago
transform: translateY(0);
}
}
10 years ago
@keyframes fadeInDownBig {
10 years ago
/* line 1002, _animations.scss */
10 years ago
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
10 years ago
transform: translateY(-2000px);
}
10 years ago
10 years ago
/* line 1009, _animations.scss */
10 years ago
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
10 years ago
transform: translateY(0);
}
}
10 years ago
10 years ago
/* line 1017, _animations.scss */
10 years ago
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
10 years ago
animation-name: fadeInDownBig;
}
10 years ago
@-webkit-keyframes fadeInLeft {
10 years ago
/* line 1023, _animations.scss */
10 years ago
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
10 years ago
transform: translateX(-20px);
}
10 years ago
10 years ago
/* line 1029, _animations.scss */
10 years ago
100% {
opacity: 1;
-webkit-transform: translateX(0);
10 years ago
transform: translateX(0);
}
}
10 years ago
@keyframes fadeInLeft {
10 years ago
/* line 1037, _animations.scss */
10 years ago
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
10 years ago
transform: translateX(-20px);
}
10 years ago
10 years ago
/* line 1044, _animations.scss */
10 years ago
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
10 years ago
transform: translateX(0);
}
}
10 years ago
10 years ago
/* line 1052, _animations.scss */
10 years ago
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
10 years ago
animation-name: fadeInLeft;
}
10 years ago
@-webkit-keyframes fadeInLeftBig {
10 years ago
/* line 1058, _animations.scss */
10 years ago
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
10 years ago
transform: translateX(-2000px);
}
10 years ago
10 years ago
/* line 1064, _animations.scss */
10 years ago
100% {
opacity: 1;
-webkit-transform: translateX(0);
10 years ago
transform: translateX(0);
}
}
10 years ago
@keyframes fadeInLeftBig {
10 years ago
/* line 1072, _animations.scss */
10 years ago
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
10 years ago
transform: translateX(-2000px);
}
10 years ago
10 years ago
/* line 1079, _animations.scss */
10 years ago
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
10 years ago
transform: translateX(0);
}
}
10 years ago
10 years ago
/* line 1087, _animations.scss */
10 years ago
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
10 years ago
animation-name: fadeInLeftBig;
}
10 years ago
@-webkit-keyframes fadeInRight {
10 years ago
/* line 1093, _animations.scss */
10 years ago
0% {
opacity: 0;
-webkit-transform: translateX(20px);
10 years ago
transform: translateX(20px);
}
10 years ago
10 years ago
/* line 1099, _animations.scss */
10 years ago
100% {
opacity: 1;
-webkit-transform: translateX(0);
10 years ago
transform: translateX(0);
}
}
10 years ago
@keyframes fadeInRight {
10 years ago
/* line 1107, _animations.scss */
10 years ago
0% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
10 years ago
transform: translateX(20px);
}
10 years ago
10 years ago
/* line 1114, _animations.scss */
10 years ago
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
10 years ago
transform: translateX(0);
}
}
10 years ago
10 years ago
/* line 1122, _animations.scss */
10 years ago
.fadeInRight {
-webkit-animation-name: fadeInRight;
10 years ago
animation-name: fadeInRight;
}
10 years ago
@-webkit-keyframes fadeInRightBig {
10 years ago
/* line 1128, _animations.scss */
10 years ago
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
10 years ago
transform: translateX(2000px);
}
10 years ago
10 years ago
/* line 1134, _animations.scss */
10 years ago
100% {
opacity: 1;
-webkit-transform: translateX(0);
10 years ago
transform: translateX(0);
}
}
10 years ago
@keyframes fadeInRightBig {
10 years ago
/* line 1142, _animations.scss */
10 years ago
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
10 years ago
transform: translateX(2000px);
}
10 years ago
10 years ago
/* line 1149, _animations.scss */
10 years ago
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
10 years ago
transform: translateX(0);
}
}
10 years ago
10 years ago
/* line 1157, _animations.scss */
10 years ago
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
10 years ago
animation-name: fadeInRightBig;
}
10 years ago
@-webkit-keyframes fadeInUp {
10 years ago
/* line 1163, _animations.scss */
10 years ago
0% {
opacity: 0;
-webkit-transform: translateY(20px);
10 years ago
transform: translateY(20px);
}
10 years ago
10 years ago
/* line 1169, _animations.scss */
10 years ago
100% {
opacity: 1;
-webkit-transform: translateY(0);
10 years ago
transform: translateY(0);
}
}
10 years ago
@keyframes fadeInUp {
10 years ago
/* line 1177, _animations.scss */
10 years ago
0% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
10 years ago
transform: translateY(20px);
}
10 years ago
10 years ago
/* line 1184, _animations.scss */
10 years ago
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
10 years ago
transform: translateY(0);
}
}
10 years ago
10 years ago
/* line 1192, _animations.scss */
10 years ago
.fadeInUp {
-webkit-animation-name: fadeInUp;
10 years ago
animation-name: fadeInUp;
}
10 years ago
@-webkit-keyframes fadeInUpBig {
10 years ago
/* line 1198, _animations.scss */
10 years ago
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
10 years ago
transform: translateY(2000px);
}
10 years ago
10 years ago
/* line 1204, _animations.scss */
10 years ago
100% {
opacity: 1;
-webkit-transform: translateY(0);
10 years ago
transform: translateY(0);
}
}
10 years ago
@keyframes fadeInUpBig {
10 years ago
/* line 1212, _animations.scss */
10 years ago
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
10 years ago
transform: translateY(2000px);
}
10 years ago
10 years ago
/* line 1219, _animations.scss */
10 years ago
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
10 years ago
transform: translateY(0);
}
}
10 years ago
10 years ago
/* line 1227, _animations.scss */
10 years ago
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
10 years ago
animation-name: fadeInUpBig;
}
10 years ago
@-webkit-keyframes fadeOut {
10 years ago
/* line 1233, _animations.scss */
10 years ago
0% {
10 years ago
opacity: 1;
}
10 years ago
10 years ago
/* line 1237, _animations.scss */
10 years ago
100% {
10 years ago
opacity: 0;
}
}
10 years ago
@keyframes fadeOut {
10 years ago
/* line 1243, _animations.scss */
10 years ago
0% {
10 years ago
opacity: 1;
}
10 years ago
10 years ago
/* line 1247, _animations.scss */
10 years ago
100% {
10 years ago
opacity: 0;
}
}
10 years ago
10 years ago
/* line 1252, _animations.scss */
10 years ago
.fadeOut {
-webkit-animation-name: fadeOut;
10 years ago
animation-name: fadeOut;
}
10 years ago
@-webkit-keyframes fadeOutDown {
10 years ago
/* line 1258, _animations.scss */
10 years ago
0% {
opacity: 1;
-webkit-transform: translateY(0);
10 years ago
transform: translateY(0);
}
10 years ago
10 years ago
/* line 1264, _animations.scss */
10 years ago
100% {
opacity: 0;
-webkit-transform: translateY(20px);
10 years ago
transform: translateY(20px);
}
}
10 years ago
@keyframes fadeOutDown {
10 years ago
/* line 1272, _animations.scss */
10 years ago
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
10 years ago
transform: translateY(0);
}
10 years ago
10 years ago
/* line 1279, _animations.scss */
10 years ago
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
10 years ago
transform: translateY(20px);
}
}
10 years ago
10 years ago
/* line 1287, _animations.scss */
10 years ago
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
10 years ago
animation-name: fadeOutDown;
}
10 years ago
@-webkit-keyframes fadeOutDownBig {
10 years ago
/* line 1293, _animations.scss */
10 years ago
0% {
opacity: 1;
-webkit-transform: translateY(0);
10 years ago
transform: translateY(0);
}
10 years ago
10 years ago
/* line 1299, _animations.scss */
10 years ago
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
10 years ago
transform: translateY(2000px);
}
}
10 years ago
@keyframes fadeOutDownBig {
10 years ago
/* line 1307, _animations.scss */
10 years ago
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
10 years ago
transform: translateY(0);
}
10 years ago
10 years ago
/* line 1314, _animations.scss */
10 years ago
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
10 years ago
transform: translateY(2000px);
}
}
10 years ago
10 years ago
/* line 1322, _animations.scss */
10 years ago
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
10 years ago
animation-name: fadeOutDownBig;
}
10 years ago
@-webkit-keyframes fadeOutLeft {
10 years ago
/* line 1328, _animations.scss */
10 years ago
0% {
opacity: 1;
-webkit-transform: translateX(0);
10 years ago
transform: translateX(0);
}
10 years ago
10 years ago
/* line 1334, _animations.scss */
10 years ago
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
10 years ago
transform: translateX(-20px);
}
}
10 years ago
@keyframes fadeOutLeft {
10 years ago
/* line 1342, _animations.scss */
10 years ago
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
10 years ago
transform: translateX(0);
}
10 years ago
10 years ago
/* line 1349, _animations.scss */
10 years ago
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
10 years ago
transform: translateX(-20px);
}
}
10 years ago
10 years ago
/* line 1357, _animations.scss */
10 years ago
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
10 years ago
animation-name: fadeOutLeft;
}
10 years ago
@-webkit-keyframes fadeOutLeftBig {
10 years ago
/* line 1363, _animations.scss */
10 years ago
0% {
opacity: 1;
-webkit-transform: translateX(0);
10 years ago
transform: translateX(0);
}
10 years ago
10 years ago
/* line 1369, _animations.scss */
10 years ago
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
10 years ago
transform: translateX(-2000px);
}
}
10 years ago
@keyframes fadeOutLeftBig {
10 years ago
/* line 1377, _animations.scss */
10 years ago
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
10 years ago
transform: translateX(0);
}
10 years ago
10 years ago
/* line 1384, _animations.scss */
10 years ago
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
10 years ago
transform: translateX(-2000px);
}
}
10 years ago
10 years ago
/* line 1392, _animations.scss */
10 years ago
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
10 years ago
animation-name: fadeOutLeftBig;
}
10 years ago
@-webkit-keyframes fadeOutRight {
10 years ago
/* line 1398, _animations.scss */
10 years ago
0% {
opacity: 1;
-webkit-transform: translateX(0);
10 years ago
transform: translateX(0);
}
10 years ago
10 years ago
/* line 1404, _animations.scss */
10 years ago
100% {
opacity: 0;
-webkit-transform: translateX(20px);
10 years ago
transform: translateX(20px);
}
}
10 years ago
@keyframes fadeOutRight {
10 years ago
/* line 1412, _animations.scss */
10 years ago
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
10 years ago
transform: translateX(0);
}
10 years ago
10 years ago
/* line 1419, _animations.scss */
10 years ago
100% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
10 years ago
transform: translateX(20px);
}
}
10 years ago
10 years ago
/* line 1427, _animations.scss */
10 years ago
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
10 years ago
animation-name: fadeOutRight;
}
10 years ago
@-webkit-keyframes fadeOutRightBig {
10 years ago
/* line 1433, _animations.scss */
10 years ago
0% {
opacity: 1;
-webkit-transform: translateX(0);
10 years ago
transform: translateX(0);
}
10 years ago
10 years ago
/* line 1439, _animations.scss */
10 years ago
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
10 years ago
transform: translateX(2000px);
}
}
10 years ago
@keyframes fadeOutRightBig {
10 years ago
/* line 1447, _animations.scss */
10 years ago
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
10 years ago
transform: translateX(0);
}
10 years ago
10 years ago
/* line 1454, _animations.scss */
10 years ago
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
10 years ago
transform: translateX(2000px);
}
}
10 years ago
10 years ago
/* line 1462, _animations.scss */
10 years ago
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
10 years ago
animation-name: fadeOutRightBig;
}
10 years ago
@-webkit-keyframes fadeOutUp {
10 years ago
/* line 1468, _animations.scss */
10 years ago
0% {
opacity: 1;
-webkit-transform: translateY(0);
10 years ago
transform: translateY(0);
}
10 years ago
10 years ago
/* line 1474, _animations.scss */
10 years ago
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
10 years ago
transform: translateY(-20px);
}
}
10 years ago
@keyframes fadeOutUp {
10 years ago
/* line 1482, _animations.scss */
10 years ago
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
10 years ago
transform: translateY(0);
}
10 years ago
10 years ago
/* line 1489, _animations.scss */
10 years ago
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
10 years ago
transform: translateY(-20px);
}
}
10 years ago
10 years ago
/* line 1497, _animations.scss */
10 years ago
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
10 years ago
animation-name: fadeOutUp;
}
10 years ago
@-webkit-keyframes fadeOutUpBig {
10 years ago
/* line 1503, _animations.scss */
10 years ago
0% {
opacity: 1;
-webkit-transform: translateY(0);
10 years ago
transform: translateY(0);
}
10 years ago
10 years ago
/* line 1509, _animations.scss */
10 years ago
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
10 years ago
transform: translateY(-2000px);
}
}
10 years ago
@keyframes fadeOutUpBig {
10 years ago
/* line 1517, _animations.scss */
10 years ago
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
10 years ago
transform: translateY(0);
}
10 years ago
10 years ago
/* line 1524, _animations.scss */
10 years ago
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
10 years ago
transform: translateY(-2000px);
}
}
10 years ago
10 years ago
/* line 1532, _animations.scss */
10 years ago
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
10 years ago
animation-name: fadeOutUpBig;
}
10 years ago
@-webkit-keyframes flip {
10 years ago
/* line 1538, _animations.scss */
10 years ago
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
10 years ago
animation-timing-function: ease-out;
}
10 years ago
10 years ago
/* line 1545, _animations.scss */
10 years ago
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
10 years ago
animation-timing-function: ease-out;
}
10 years ago
10 years ago
/* line 1552, _animations.scss */
10 years ago
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
10 years ago
animation-timing-function: ease-in;
}
10 years ago
10 years ago
/* line 1559, _animations.scss */
10 years ago
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
-webkit-animation-timing-function: ease-in;
10 years ago
animation-timing-function: ease-in;
}
10 years ago
10 years ago
/* line 1566, _animations.scss */
10 years ago
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
10 years ago
animation-timing-function: ease-in;
}
}
10 years ago
@keyframes flip {
10 years ago
/* line 1575, _animations.scss */
10 years ago
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
10 years ago
animation-timing-function: ease-out;
}
10 years ago
10 years ago
/* line 1583, _animations.scss */
10 years ago
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
10 years ago
animation-timing-function: ease-out;
}
10 years ago
10 years ago
/* line 1591, _animations.scss */
10 years ago
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
10 years ago
animation-timing-function: ease-in;
}
10 years ago
10 years ago
/* line 1599, _animations.scss */
10 years ago
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
-webkit-animation-timing-function: ease-in;
10 years ago
animation-timing-function: ease-in;
}
10 years ago
10 years ago
/* line 1607, _animations.scss */
10 years ago
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
10 years ago
animation-timing-function: ease-in;
}
}
10 years ago
10 years ago
/* line 1616, _animations.scss */
10 years ago
.animated.flip {
-webkit-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
10 years ago
animation-name: flip;
}
10 years ago
@-webkit-keyframes flipInX {
10 years ago
/* line 1625, _animations.scss */
10 years ago
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
10 years ago
opacity: 0;
}
10 years ago
10 years ago
/* line 1631, _animations.scss */
10 years ago
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
10 years ago
transform: perspective(400px) rotateX(-10deg);
}
10 years ago
10 years ago
/* line 1636, _animations.scss */
10 years ago
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
10 years ago
transform: perspective(400px) rotateX(10deg);
}
10 years ago
10 years ago
/* line 1641, _animations.scss */
10 years ago
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
10 years ago
opacity: 1;
}
}
10 years ago
@keyframes flipInX {
10 years ago
/* line 1649, _animations.scss */
10 years ago
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
10 years ago
opacity: 0;
}
10 years ago
10 years ago
/* line 1656, _animations.scss */
10 years ago
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
-ms-transform: perspective(400px) rotateX(-10deg);
10 years ago
transform: perspective(400px) rotateX(-10deg);
}
10 years ago
10 years ago
/* line 1662, _animations.scss */
10 years ago
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
-ms-transform: perspective(400px) rotateX(10deg);
10 years ago
transform: perspective(400px) rotateX(10deg);
}
10 years ago
10 years ago
/* line 1668, _animations.scss */
10 years ago
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
10 years ago
opacity: 1;
}
}
10 years ago
10 years ago
/* line 1676, _animations.scss */
10 years ago
.flipInX {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
10 years ago
animation-name: flipInX;
}
10 years ago
@-webkit-keyframes flipInY {
10 years ago
/* line 1685, _animations.scss */
10 years ago
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
10 years ago
opacity: 0;
}
10 years ago
10 years ago
/* line 1691, _animations.scss */
10 years ago
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
10 years ago
transform: perspective(400px) rotateY(-10deg);
}
10 years ago
10 years ago
/* line 1696, _animations.scss */
10 years ago
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
10 years ago
transform: perspective(400px) rotateY(10deg);
}
10 years ago
10 years ago
/* line 1701, _animations.scss */
10 years ago
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
10 years ago
opacity: 1;
}
}
10 years ago
@keyframes flipInY {
10 years ago
/* line 1709, _animations.scss */
10 years ago
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
10 years ago
opacity: 0;
}
10 years ago
10 years ago
/* line 1716, _animations.scss */
10 years ago
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
-ms-transform: perspective(400px) rotateY(-10deg);
10 years ago
transform: perspective(400px) rotateY(-10deg);
}
10 years ago
10 years ago
/* line 1722, _animations.scss */
10 years ago
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
-ms-transform: perspective(400px) rotateY(10deg);
10 years ago
transform: perspective(400px) rotateY(10deg);
}
10 years ago
10 years ago
/* line 1728, _animations.scss */
10 years ago
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
10 years ago
opacity: 1;
}
}
10 years ago
10 years ago
/* line 1736, _animations.scss */
10 years ago
.flipInY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
10 years ago
animation-name: flipInY;
}
10 years ago
@-webkit-keyframes flipOutX {
10 years ago
/* line 1745, _animations.scss */
10 years ago
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
10 years ago
opacity: 1;
}
10 years ago
10 years ago
/* line 1751, _animations.scss */
10 years ago
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
10 years ago
opacity: 0;
}
}
10 years ago
@keyframes flipOutX {
10 years ago
/* line 1759, _animations.scss */
10 years ago
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
10 years ago
opacity: 1;
}
10 years ago
10 years ago
/* line 1766, _animations.scss */
10 years ago
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
10 years ago
opacity: 0;
}
}
10 years ago
10 years ago
/* line 1774, _animations.scss */
10 years ago
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
10 years ago
backface-visibility: visible !important;
}
10 years ago
@-webkit-keyframes flipOutY {
10 years ago
/* line 1783, _animations.scss */
10 years ago
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
10 years ago
opacity: 1;
}
10 years ago
10 years ago
/* line 1789, _animations.scss */
10 years ago
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
10 years ago
opacity: 0;
}
}
10 years ago
@keyframes flipOutY {
10 years ago
/* line 1797, _animations.scss */
10 years ago
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
10 years ago
opacity: 1;
}
10 years ago
10 years ago
/* line 1804, _animations.scss */
10 years ago
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
10 years ago
opacity: 0;
}
}
10 years ago
10 years ago
/* line 1812, _animations.scss */
10 years ago
.flipOutY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
10 years ago
animation-name: flipOutY;
}
10 years ago
@-webkit-keyframes lightSpeedIn {
10 years ago
/* line 1821, _animations.scss */
10 years ago
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
10 years ago
opacity: 0;
}
10 years ago
10 years ago
/* line 1827, _animations.scss */
10 years ago
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
10 years ago
opacity: 1;
}
10 years ago
10 years ago
/* line 1833, _animations.scss */
10 years ago
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
10 years ago
opacity: 1;
}
10 years ago
10 years ago
/* line 1839, _animations.scss */
10 years ago
100% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
10 years ago
opacity: 1;
}
}
10 years ago
@keyframes lightSpeedIn {
10 years ago
/* line 1847, _animations.scss */
10 years ago
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
10 years ago
opacity: 0;
}
10 years ago
10 years ago
/* line 1854, _animations.scss */
10 years ago
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
-ms-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
10 years ago
opacity: 1;
}
10 years ago
10 years ago
/* line 1861, _animations.scss */
10 years ago
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
-ms-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
10 years ago
opacity: 1;
}
10 years ago
10 years ago
/* line 1868, _animations.scss */
10 years ago
100% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
10 years ago
opacity: 1;
}
}
10 years ago
10 years ago
/* line 1876, _animations.scss */
10 years ago
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
10 years ago
animation-timing-function: ease-out;
}
10 years ago
@-webkit-keyframes lightSpeedOut {
10 years ago
/* line 1884, _animations.scss */
10 years ago
0% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
10 years ago
opacity: 1;
}
10 years ago
10 years ago
/* line 1890, _animations.scss */
10 years ago
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
10 years ago
opacity: 0;
}
}
10 years ago
@keyframes lightSpeedOut {
10 years ago
/* line 1898, _animations.scss */
10 years ago
0% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
10 years ago
opacity: 1;
}
10 years ago
10 years ago
/* line 1905, _animations.scss */
10 years ago
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
10 years ago
opacity: 0;
}
}
10 years ago
10 years ago
/* line 1913, _animations.scss */
10 years ago
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
10 years ago
animation-timing-function: ease-in;
}
10 years ago
@-webkit-keyframes rotateIn {
10 years ago
/* line 1921, _animations.scss */
10 years ago
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
transform: rotate(-200deg);
10 years ago
opacity: 0;
}
10 years ago
10 years ago
/* line 1929, _animations.scss */
10 years ago
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
10 years ago
opacity: 1;
}
}
10 years ago
@keyframes rotateIn {
10 years ago
/* line 1939, _animations.scss */
10 years ago
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
-ms-transform: rotate(-200deg);
transform: rotate(-200deg);
10 years ago
opacity: 0;
}
10 years ago
10 years ago
/* line 1949, _animations.scss */
10 years ago
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
10 years ago
opacity: 1;
}
}
10 years ago
10 years ago
/* line 1960, _animations.scss */
10 years ago
.rotateIn {
-webkit-animation-name: rotateIn;
10 years ago
animation-name: rotateIn;
}
10 years ago
@-webkit-keyframes rotateInDownLeft {
10 years ago
/* line 1966, _animations.scss */
10 years ago
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
10 years ago
opacity: 0;
}
10 years ago
10 years ago
/* line 1974, _animations.scss */
10 years ago
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
10 years ago
opacity: 1;
}
}
10 years ago
@keyframes rotateInDownLeft {
10 years ago
/* line 1984, _animations.scss */
10 years ago
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
10 years ago
opacity: 0;
}
10 years ago
10 years ago
/* line 1994, _animations.scss */
10 years ago
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
10 years ago
opacity: 1;
}
}
10 years ago
10 years ago
/* line 2005, _animations.scss */
10 years ago
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
10 years ago
animation-name: rotateInDownLeft;
}
10 years ago
@-webkit-keyframes rotateInDownRight {
10 years ago
/* line 2011, _animations.scss */
10 years ago
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
10 years ago
opacity: 0;
}
10 years ago
10 years ago
/* line 2019, _animations.scss */
10 years ago
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
10 years ago
opacity: 1;
}
}
10 years ago
@keyframes rotateInDownRight {
10 years ago
/* line 2029, _animations.scss */
10 years ago
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
10 years ago
opacity: 0;
}
10 years ago
10 years ago
/* line 2039, _animations.scss */
10 years ago
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
10 years ago
opacity: 1;
}
}
10 years ago
10 years ago
/* line 2050, _animations.scss */
10 years ago
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
10 years ago
animation-name: rotateInDownRight;
}
10 years ago
@-webkit-keyframes rotateInUpLeft {
10 years ago
/* line 2056, _animations.scss */
10 years ago
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
10 years ago
opacity: 0;
}
10 years ago
10 years ago
/* line 2064, _animations.scss */
10 years ago
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
10 years ago
opacity: 1;
}
}
10 years ago
@keyframes rotateInUpLeft {
10 years ago
/* line 2074, _animations.scss */
10 years ago
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
10 years ago
opacity: 0;
}
10 years ago
10 years ago
/* line 2084, _animations.scss */
10 years ago
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
10 years ago
opacity: 1;
}
}
10 years ago
10 years ago
/* line 2095, _animations.scss */
10 years ago
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
10 years ago
animation-name: rotateInUpLeft;
}
10 years ago
@-webkit-keyframes rotateInUpRight {
10 years ago
/* line 2101, _animations.scss */
10 years ago
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
10 years ago
opacity: 0;
}
10 years ago
10 years ago
/* line 2109, _animations.scss */
10 years ago
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
10 years ago
opacity: 1;
}
}
10 years ago
@keyframes rotateInUpRight {
10 years ago
/* line 2119, _animations.scss */
10 years ago
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
10 years ago
opacity: 0;
}
10 years ago
10 years ago
/* line 2129, _animations.scss */
10 years ago
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
10 years ago
opacity: 1;
}
}
10 years ago
10 years ago
/* line 2140, _animations.scss */
10 years ago
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
10 years ago
animation-name: rotateInUpRight;
}
10 years ago
@-webkit-keyframes rotateOut {
10 years ago
/* line 2146, _animations.scss */
10 years ago
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
10 years ago
opacity: 1;
}
10 years ago
10 years ago
/* line 2154, _animations.scss */
10 years ago
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
transform: rotate(200deg);
10 years ago
opacity: 0;
}
}
10 years ago
@keyframes rotateOut {
10 years ago
/* line 2164, _animations.scss */
10 years ago
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
10 years ago
opacity: 1;
}
10 years ago
10 years ago
/* line 2174, _animations.scss */
10 years ago
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
-ms-transform: rotate(200deg);
transform: rotate(200deg);
10 years ago
opacity: 0;
}
}
10 years ago
10 years ago
/* line 2185, _animations.scss */
10 years ago
.rotateOut {
-webkit-animation-name: rotateOut;
10 years ago
animation-name: rotateOut;
}
10 years ago
@-webkit-keyframes rotateOutDownLeft {
10 years ago
/* line 2191, _animations.scss */
10 years ago
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
10 years ago
opacity: 1;
}
10 years ago
10 years ago
/* line 2199, _animations.scss */
10 years ago
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
10 years ago
opacity: 0;
}
}
10 years ago
@keyframes rotateOutDownLeft {
10 years ago
/* line 2209, _animations.scss */
10 years ago
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
10 years ago
opacity: 1;
}
10 years ago
10 years ago
/* line 2219, _animations.scss */
10 years ago
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
10 years ago
opacity: 0;
}
}
10 years ago
10 years ago
/* line 2230, _animations.scss */
10 years ago
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
10 years ago
animation-name: rotateOutDownLeft;
}
10 years ago
@-webkit-keyframes rotateOutDownRight {
10 years ago
/* line 2236, _animations.scss */
10 years ago
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
10 years ago
opacity: 1;
}
10 years ago
10 years ago
/* line 2244, _animations.scss */
10 years ago
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
10 years ago
opacity: 0;
}
}
10 years ago
@keyframes rotateOutDownRight {
10 years ago
/* line 2254, _animations.scss */
10 years ago
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
10 years ago
opacity: 1;
}
10 years ago
10 years ago
/* line 2264, _animations.scss */
10 years ago
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
10 years ago
opacity: 0;
}
}
10 years ago
10 years ago
/* line 2275, _animations.scss */
10 years ago
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
10 years ago
animation-name: rotateOutDownRight;
}
10 years ago
@-webkit-keyframes rotateOutUpLeft {
10 years ago
/* line 2281, _animations.scss */
10 years ago
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
10 years ago
opacity: 1;
}
10 years ago
10 years ago
/* line 2289, _animations.scss */
10 years ago
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
10 years ago
opacity: 0;
}
}
10 years ago
@keyframes rotateOutUpLeft {
10 years ago
/* line 2299, _animations.scss */
10 years ago
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
10 years ago
opacity: 1;
}
10 years ago
10 years ago
/* line 2309, _animations.scss */
10 years ago
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
10 years ago
opacity: 0;
}
}
10 years ago
10 years ago
/* line 2320, _animations.scss */
10 years ago
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
10 years ago
animation-name: rotateOutUpLeft;
}
10 years ago
@-webkit-keyframes rotateOutUpRight {
10 years ago
/* line 2326, _animations.scss */
10 years ago
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
10 years ago
opacity: 1;
}
10 years ago
10 years ago
/* line 2334, _animations.scss */
10 years ago
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
10 years ago
opacity: 0;
}
}
10 years ago
@keyframes rotateOutUpRight {
10 years ago
/* line 2344, _animations.scss */
10 years ago
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
10 years ago
opacity: 1;
}
10 years ago
10 years ago
/* line 2354, _animations.scss */
10 years ago
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
10 years ago
opacity: 0;
}
}
10 years ago
10 years ago
/* line 2365, _animations.scss */
10 years ago
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
10 years ago
animation-name: rotateOutUpRight;
}
10 years ago
@-webkit-keyframes slideInDown {
10 years ago
/* line 2371, _animations.scss */
10 years ago
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
10 years ago
transform: translateY(-2000px);
}
10 years ago
10 years ago
/* line 2377, _animations.scss */
10 years ago
100% {
-webkit-transform: translateY(0);
10 years ago
transform: translateY(0);
}
}
10 years ago
@keyframes slideInDown {
10 years ago
/* line 2384, _animations.scss */
10 years ago
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
10 years ago
transform: translateY(-2000px);
}
10 years ago
10 years ago
/* line 2391, _animations.scss */
10 years ago
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
10 years ago
transform: translateY(0);
}
}
10 years ago
10 years ago
/* line 2398, _animations.scss */
10 years ago
.slideInDown {
-webkit-animation-name: slideInDown;
10 years ago
animation-name: slideInDown;
}
10 years ago
@-webkit-keyframes slideInLeft {
10 years ago
/* line 2404, _animations.scss */
10 years ago
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
10 years ago
transform: translateX(-2000px);
}
10 years ago
10 years ago
/* line 2410, _animations.scss */
10 years ago
100% {
-webkit-transform: translateX(0);
10 years ago
transform: translateX(0);
}
}
10 years ago
@keyframes slideInLeft {
10 years ago
/* line 2417, _animations.scss */
10 years ago
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
10 years ago
transform: translateX(-2000px);
}
10 years ago
10 years ago
/* line 2424, _animations.scss */
10 years ago
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
10 years ago
transform: translateX(0);
}
}
10 years ago
10 years ago
/* line 2431, _animations.scss */
10 years ago
.slideInLeft {
-webkit-animation-name: slideInLeft;
10 years ago
animation-name: slideInLeft;
}
10 years ago
@-webkit-keyframes slideInRight {
10 years ago
/* line 2437, _animations.scss */
10 years ago
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
10 years ago
transform: translateX(2000px);
}
10 years ago
10 years ago
/* line 2443, _animations.scss */
10 years ago
100% {
-webkit-transform: translateX(0);
10 years ago
transform: translateX(0);
}
}
10 years ago
@keyframes slideInRight {
10 years ago
/* line 2450, _animations.scss */
10 years ago
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
10 years ago
transform: translateX(2000px);
}
10 years ago
10 years ago
/* line 2457, _animations.scss */
10 years ago
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
10 years ago
transform: translateX(0);
}
}
10 years ago
10 years ago
/* line 2464, _animations.scss */
10 years ago
.slideInRight {
-webkit-animation-name: slideInRight;
10 years ago
animation-name: slideInRight;
}
10 years ago
@-webkit-keyframes slideOutLeft {
10 years ago
/* line 2470, _animations.scss */
10 years ago
0% {
-webkit-transform: translateX(0);
10 years ago
transform: translateX(0);
}
10 years ago
10 years ago
/* line 2475, _animations.scss */
10 years ago
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
10 years ago
transform: translateX(-2000px);
}
}
10 years ago
@keyframes slideOutLeft {
10 years ago
/* line 2483, _animations.scss */
10 years ago
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
10 years ago
transform: translateX(0);
}
10 years ago
10 years ago
/* line 2489, _animations.scss */
10 years ago
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
10 years ago
transform: translateX(-2000px);
}
}
10 years ago
10 years ago
/* line 2497, _animations.scss */
10 years ago
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
10 years ago
animation-name: slideOutLeft;
}
10 years ago
@-webkit-keyframes slideOutRight {
10 years ago
/* line 2503, _animations.scss */
10 years ago
0% {
-webkit-transform: translateX(0);
10 years ago
transform: translateX(0);
}
10 years ago
10 years ago
/* line 2508, _animations.scss */
10 years ago
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
10 years ago
transform: translateX(2000px);
}
}
10 years ago
@keyframes slideOutRight {
10 years ago
/* line 2516, _animations.scss */
10 years ago
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
10 years ago
transform: translateX(0);
}
10 years ago
10 years ago
/* line 2522, _animations.scss */
10 years ago
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
10 years ago
transform: translateX(2000px);
}
}
10 years ago
10 years ago
/* line 2530, _animations.scss */
10 years ago
.slideOutRight {
-webkit-animation-name: slideOutRight;
10 years ago
animation-name: slideOutRight;
}
10 years ago
@-webkit-keyframes slideOutUp {
10 years ago
/* line 2536, _animations.scss */
10 years ago
0% {
-webkit-transform: translateY(0);
10 years ago
transform: translateY(0);
}
10 years ago
10 years ago
/* line 2541, _animations.scss */
10 years ago
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
10 years ago
transform: translateY(-2000px);
}
}
10 years ago
@keyframes slideOutUp {
10 years ago
/* line 2549, _animations.scss */
10 years ago
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
10 years ago
transform: translateY(0);
}
10 years ago
10 years ago
/* line 2555, _animations.scss */
10 years ago
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
10 years ago
transform: translateY(-2000px);
}
}
10 years ago
10 years ago
/* line 2563, _animations.scss */
10 years ago
.slideOutUp {
-webkit-animation-name: slideOutUp;
10 years ago
animation-name: slideOutUp;
}
10 years ago
@-webkit-keyframes hinge {
10 years ago
/* line 2569, _animations.scss */
10 years ago
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
10 years ago
animation-timing-function: ease-in-out;
}
10 years ago
10 years ago
/* line 2578, _animations.scss */
10 years ago
20%, 60% {
-webkit-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
10 years ago
animation-timing-function: ease-in-out;
}
10 years ago
10 years ago
/* line 2587, _animations.scss */
10 years ago
40% {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
10 years ago
animation-timing-function: ease-in-out;
}
10 years ago
10 years ago
/* line 2596, _animations.scss */
10 years ago
80% {
-webkit-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
10 years ago
animation-timing-function: ease-in-out;
}
10 years ago
10 years ago
/* line 2606, _animations.scss */
10 years ago
100% {
-webkit-transform: translateY(700px);
transform: translateY(700px);
10 years ago
opacity: 0;
}
}
10 years ago
@keyframes hinge {
10 years ago
/* line 2614, _animations.scss */
10 years ago
0% {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
10 years ago
animation-timing-function: ease-in-out;
}
10 years ago
10 years ago
/* line 2625, _animations.scss */
10 years ago
20%, 60% {
-webkit-transform: rotate(80deg);
-ms-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
10 years ago
animation-timing-function: ease-in-out;
}
10 years ago
10 years ago
/* line 2636, _animations.scss */
10 years ago
40% {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
10 years ago
animation-timing-function: ease-in-out;
}
10 years ago
10 years ago
/* line 2647, _animations.scss */
10 years ago
80% {
-webkit-transform: rotate(60deg) translateY(0);
-ms-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
10 years ago
animation-timing-function: ease-in-out;
}
10 years ago
10 years ago
/* line 2659, _animations.scss */
10 years ago
100% {
-webkit-transform: translateY(700px);
-ms-transform: translateY(700px);
transform: translateY(700px);
10 years ago
opacity: 0;
}
}
10 years ago
10 years ago
/* line 2667, _animations.scss */
10 years ago
.hinge {
-webkit-animation-name: hinge;
10 years ago
animation-name: hinge;
}
10 years ago
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
10 years ago
/* line 2675, _animations.scss */
10 years ago
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
10 years ago
transform: translateX(-100%) rotate(-120deg);
}
10 years ago
10 years ago
/* line 2681, _animations.scss */
10 years ago
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
10 years ago
transform: translateX(0px) rotate(0deg);
}
}
10 years ago
@keyframes rollIn {
10 years ago
/* line 2689, _animations.scss */
10 years ago
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
-ms-transform: translateX(-100%) rotate(-120deg);
10 years ago
transform: translateX(-100%) rotate(-120deg);
}
10 years ago
10 years ago
/* line 2696, _animations.scss */
10 years ago
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
10 years ago
transform: translateX(0px) rotate(0deg);
}
}
10 years ago
10 years ago
/* line 2704, _animations.scss */
10 years ago
.rollIn {
-webkit-animation-name: rollIn;
10 years ago
animation-name: rollIn;
}
10 years ago
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
10 years ago
/* line 2712, _animations.scss */
10 years ago
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
10 years ago
transform: translateX(0px) rotate(0deg);
}
10 years ago
10 years ago
/* line 2718, _animations.scss */
10 years ago
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
10 years ago
transform: translateX(100%) rotate(120deg);
}
}
10 years ago
@keyframes rollOut {
10 years ago
/* line 2726, _animations.scss */
10 years ago
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
10 years ago
transform: translateX(0px) rotate(0deg);
}
10 years ago
10 years ago
/* line 2733, _animations.scss */
10 years ago
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
-ms-transform: translateX(100%) rotate(120deg);
10 years ago
transform: translateX(100%) rotate(120deg);
}
}
10 years ago
10 years ago
/* line 2741, _animations.scss */
10 years ago
.rollOut {
-webkit-animation-name: rollOut;
10 years ago
animation-name: rollOut;
}
10 years ago
@font-face {
font-family: 'popcorn';
src: url("../fonts/popcorn.eot?yuu85v");
src: url("../fonts/popcorn.eot?#iefixyuu85v") format("embedded-opentype"), url("../fonts/popcorn.woff?yuu85v") format("woff"), url("../fonts/popcorn.ttf?yuu85v") format("truetype"), url("../fonts/popcorn.svg?yuu85v#popcorn") format("svg");
font-weight: normal;
10 years ago
font-style: normal;
}
10 years ago
@font-face {
font-family: 'BrandonText';
src: url("../fonts/brandontext-regular-webfont.eot");
src: url("../fonts/brandontext-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandontext-regular-webfont.woff") format("woff"), url("../fonts/brandontext-regular-webfont.ttf") format("truetype"), url("../fonts/brandontext-regular-webfont.svg#BrandonText") format("svg");
font-weight: normal;
10 years ago
font-style: normal;
}
10 years ago
@font-face {
font-family: 'BrandonText';
src: url("../fonts/brandontext-bold-webfont.eot");
src: url("../fonts/brandontext-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandontext-bold-webfont.woff") format("woff"), url("../fonts/brandontext-bold-webfont.ttf") format("truetype"), url("../fonts/brandontext-bold-webfont.svg#BrandonText") format("svg");
font-weight: bold;
10 years ago
font-style: normal;
}
10 years ago
@font-face {
font-family: 'BrandonText';
src: url("../fonts/brandontext-light-webfont.eot");
src: url("../fonts/brandontext-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandontext-light-webfont.woff") format("woff"), url("../fonts/brandontext-light-webfont.ttf") format("truetype"), url("../fonts/brandontext-light-webfont.svg#BrandonText") format("svg");
font-weight: 400;
10 years ago
font-style: normal;
}
10 years ago
@font-face {
font-family: 'BrandonText';
src: url("../fonts/brandontext-regularitalic-webfont.eot");
src: url("../fonts/brandontext-regularitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandontext-regularitalic-webfont.woff") format("woff"), url("../fonts/brandontext-regularitalic-webfont.ttf") format("truetype"), url("../fonts/brandontext-regularitalic-webfont.svg#BrandonText") format("svg");
font-weight: normal;
10 years ago
font-style: italic;
}
10 years ago
10 years ago
/* line 52, _fonts.scss */
10 years ago
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: 'popcorn';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
margin-right: 10px;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
10 years ago
-moz-osx-font-smoothing: grayscale;
}
10 years ago
10 years ago
/* line 67, _fonts.scss */
10 years ago
.icon-github:before {
10 years ago
content: "\e600";
}
10 years ago
10 years ago
/* line 70, _fonts.scss */
10 years ago
.icon-browser:before {
10 years ago
content: "\e601";
}
/* line 73, _fonts.scss */
.icon-linux:before {
content: "\e60f";
}
10 years ago
10 years ago
/* line 76, _fonts.scss */
10 years ago
.icon-win:before {
10 years ago
content: "\e602";
}
10 years ago
10 years ago
/* line 79, _fonts.scss */
10 years ago
.icon-vlc:before {
10 years ago
content: "\e603";
}
10 years ago
10 years ago
/* line 82, _fonts.scss */
10 years ago
.icon-hd:before {
10 years ago
content: "\e604";
}
10 years ago
10 years ago
/* line 85, _fonts.scss */
10 years ago
.icon-facebook:before {
10 years ago
content: "\e605";
}
10 years ago
10 years ago
/* line 88, _fonts.scss */
10 years ago
.icon-twitter:before {
10 years ago
content: "\e606";
}
10 years ago
10 years ago
/* line 91, _fonts.scss */
10 years ago
.icon-eye:before {
10 years ago
content: "\e607";
}
10 years ago
10 years ago
/* line 94, _fonts.scss */
10 years ago
.icon-play:before {
10 years ago
content: "\e608";
}
10 years ago
10 years ago
/* line 97, _fonts.scss */
10 years ago
.icon-mac:before {
10 years ago
content: "\e609";
}
10 years ago
10 years ago
/* line 100, _fonts.scss */
10 years ago
.icon-laptop:before {
10 years ago
content: "\e60a";
}
10 years ago
10 years ago
/* line 103, _fonts.scss */
10 years ago
.icon-screen:before {
10 years ago
content: "\e60b";
}
10 years ago
10 years ago
/* line 106, _fonts.scss */
10 years ago
.icon-window:before {
10 years ago
content: "\e60c";
}
10 years ago
10 years ago
/* line 109, _fonts.scss */
.icon-info:before {
10 years ago
content: "\e60d";
}
10 years ago
/* line 112, _fonts.scss */
.icon-close:before {
10 years ago
content: "\e60e";
}
10 years ago
/* line 1, _base.scss */
10 years ago
body {
font-family: "BrandonText";
font-size: 16px;
line-height: 19px;
color: #b1b5bd;
10 years ago
min-width: 980px;
}
10 years ago
10 years ago
/* line 9, _base.scss */
10 years ago
section {
width: 100%;
10 years ago
max-width: 100%;
}
10 years ago
10 years ago
/* line 14, _base.scss */
10 years ago
.container {
background: #fff;
top: 670px;
position: relative;
10 years ago
z-index: 1;
}
10 years ago
10 years ago
/* line 21, _base.scss */
10 years ago
img {
pointer-events: none;
user-select: none;
-webkit-user-select: none;
10 years ago
-moz-user-select: none;
}
10 years ago
10 years ago
/* line 28, _base.scss */
10 years ago
.fixed-width {
width: 980px;
margin: 0 auto;
10 years ago
position: relative;
}
10 years ago
10 years ago
/* line 34, _base.scss */
10 years ago
h1 {
font-weight: 400;
font-size: 48px;
10 years ago
line-height: 48px;
}
10 years ago
10 years ago
/* line 40, _base.scss */
10 years ago
h2 {
font-weight: 400;
font-size: 36px;
10 years ago
line-height: 36px;
}
10 years ago
10 years ago
/* line 46, _base.scss */
10 years ago
h3 {
font-weight: 400;
font-size: 30px;
10 years ago
line-height: 30px;
}
10 years ago
10 years ago
/* line 52, _base.scss */
10 years ago
h4 {
font-weight: 400;
font-size: 24px;
10 years ago
line-height: 24px;
}
10 years ago
10 years ago
/* line 58, _base.scss */
10 years ago
h5 {
font-weight: bold;
font-size: 20px;
line-height: 20px;
color: #122a4a;
10 years ago
margin: 0;
}
10 years ago
10 years ago
/* line 66, _base.scss */
10 years ago
.clear-fix:after {
clear: both;
content: "";
display: block;
height: 0;
10 years ago
width: 0;
}
10 years ago
10 years ago
/* line 74, _base.scss */
10 years ago
.align-center {
margin: 0 auto;
10 years ago
display: block;
}
10 years ago
10 years ago
/* line 79, _base.scss */
10 years ago
.width-50 {
width: 50%;
10 years ago
text-align: center;
}
10 years ago
10 years ago
/* line 1, _buttons.scss */
10 years ago
[class^="btn-"] {
border-radius: 3px;
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4), inset 0px 1px rgba(255, 255, 255, 0.2);
padding: 14px 20px;
font-size: 18px;
color: #fff;
text-decoration: none;
font-weight: bold;
display: inline-block;
text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3);
-webkit-transition: background-color ease .2s, box-shadow ease .2s;
-moz-transition: background-color ease .2s, box-shadow ease .2s;
10 years ago
transition: background-color ease .2s, box-shadow ease .2s;
}
10 years ago
10 years ago
/* line 15, _buttons.scss */
10 years ago
.btn-disabled {
background-color: #a2a2a2;
cursor: default;
10 years ago
pointer-events: none;
}
10 years ago
10 years ago
/* line 20, _buttons.scss */
10 years ago
.btn-main {
10 years ago
background-color: #e74c3c;
}
/* line 23, _buttons.scss */
.btn-main:hover {
background-color: #d62c1a;
}
/* line 27, _buttons.scss */
.btn-main:active {
background-color: #a82315;
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), inset 0px 1px rgba(255, 255, 255, 0.2);
}
/* line 32, _buttons.scss */
.icon-twitter {
10 years ago
background: #36bff4;
}
/* line 34, _buttons.scss */
.icon-twitter:before {
font-size: 16px;
}
/* line 37, _buttons.scss */
.icon-twitter:hover {
background: #3cd0fa;
}
/* line 40, _buttons.scss */
.icon-twitter:active {
background: #35bef3;
}
/* line 44, _buttons.scss */
.icon-facebook {
10 years ago
background: #1b6fbb;
}
/* line 46, _buttons.scss */
.icon-facebook:hover {
background: #2081d1;
}
/* line 49, _buttons.scss */
.icon-facebook:active {
background: #1864a9;
}
/* line 53, _buttons.scss */
10 years ago
.btn-wider {
10 years ago
padding: 14px 45px;
}
10 years ago
10 years ago
/* line 56, _buttons.scss */
.btn-wide {
10 years ago
width: 200px;
}
10 years ago
/* line 59, _buttons.scss */
10 years ago
.btn-med {
width: 130px;
display: block;
margin: 0 auto;
10 years ago
text-align: center;
}
10 years ago
10 years ago
/* line 1, _header.scss */
10 years ago
#header {
height: 670px;
overflow: hidden;
background: url(../images/bg-header.jpg) no-repeat center top #0a0b28;
10 years ago
color: #fff;
text-align: center;
font-size: 24px;
font-weight: 400;
box-sizing: border-box;
-moz-box-sizing: border-box;
padding-top: 30px;
10 years ago
position: fixed;
}
/* line 14, _header.scss */
#header .text {
padding: 0 0 40px;
}
/* line 18, _header.scss */
#header h1 {
margin-bottom: 5px;
margin-top: 0px;
}
/* line 23, _header.scss */
#header p {
margin-bottom: 0;
}
/* line 27, _header.scss */
#header .ui-screenshot {
box-shadow: 0px -10px 30px 10px rgba(67, 244, 249, 0.25);
}
/* line 32, _header.scss */
10 years ago
#logo {
display: block;
text-indent: -9999px;
overflow: hidden;
width: 211px;
height: 71px;
background: url(../images/header-logo.png) no-repeat;
margin: 0 auto;
10 years ago
text-align: left;
}
10 years ago
10 years ago
/* line 43, _header.scss */
10 years ago
#links {
font-size: 18px;
font-weight: normal;
padding: 0;
10 years ago
margin: 0 0 30px;
}
/* line 49, _header.scss */
#links li {
list-style: none;
display: inline-block;
text-align: center;
/* margin: 0 25px; */
vertical-align: top;
}
/* line 56, _header.scss */
#links li.download {
line-height: 40px;
margin-right: 0;
}
/* line 60, _header.scss */
#links li.download a {
line-height: 19px;
}
/* line 64, _header.scss */
#links li.github {
position: relative;
top: 16px;
}
/* line 68, _header.scss */
#links li.github a:before {
position: absolute;
left: -30px;
}
/* line 74, _header.scss */
#links li small {
font-size: 12px;
color: rgba(0, 0, 0, 0.5);
font-weight: normal;
font-style: italic;
}
/* line 82, _header.scss */
#links a {
color: #fff;
text-decoration: none;
}
10 years ago
10 years ago
/* line 1, _features.scss */
10 years ago
#features {
10 years ago
padding: 35px 0;
}
/* line 4, _features.scss */
#features article {
width: 400px;
float: left;
padding: 30px 0;
}
/* line 9, _features.scss */
#features article:nth-child(even) {
margin-left: 180px;
}
/* line 13, _features.scss */
#features article img {
float: left;
margin-right: 25px;
position: relative;
top: -10px;
}
/* line 21, _features.scss */
#features .action {
padding-top: 25px;
}
/* line 25, _features.scss */
#features .pochoclin {
padding-left: 150px;
}
/* line 29, _features.scss */
#features hr {
border: none;
border-top: 1px solid #b7bbc2;
position: relative;
top: 10px;
z-index: -1;
margin-top: 20px;
}
/* line 37, _features.scss */
#features hr + h2 {
background: #fff;
display: inline-block;
padding: 0 20px;
margin-top: -50px;
}
/* line 44, _features.scss */
#features small {
display: block;
font-style: italic;
color: #6496b7;
line-height: 25px;
}
10 years ago
10 years ago
/* line 52, _features.scss */
.warning {
background: rgba(251, 249, 93, 0.5);
font-size: 16px;
padding: 15px 0;
10 years ago
color: #858230;
}
/* line 58, _features.scss */
.warning h5 {
font-size: 18px;
color: #858230;
display: block;
width: 880px;
margin: 0 auto;
position: relative;
}
/* line 66, _features.scss */
.warning h5:before {
position: absolute;
left: -50px;
font-size: 30px;
}
/* line 72, _features.scss */
.warning p {
font-style: italic;
display: block;
width: 880px;
margin: 5px auto;
}
10 years ago
/* line 1, _how.scss */
10 years ago
#how {
background: url(../images/bg-how.jpg) no-repeat center #0e1226;
height: 569px;
position: relative;
color: #fff;
box-sizing: border-box;
-moz-box-sizing: border-box;
padding-top: 105px;
10 years ago
overflow: hidden;
}
/* line 11, _how.scss */
#how:before, #how:after {
content: "";
height: 20px;
width: 100%;
background: url(../images/film-tile.png) repeat-x center;
position: absolute;
top: 0;
left: 0;
}
/* line 20, _how.scss */
#how:after {
top: auto;
bottom: 0;
}
/* line 25, _how.scss */
#how h2, #how h4 {
margin: 0 0 10px;
}
/* line 29, _how.scss */
#how .steps {
position: relative;
font-weight: bold;
margin-top: 50px;
}
/* line 34, _how.scss */
#how .steps a {
color: #f2a500;
}
/* line 36, _how.scss */
#how .steps a:hover {
text-decoration: none;
}
/* line 41, _how.scss */
#how .steps:before {
content: "";
width: 2px;
height: 100%;
background: #42485e;
opacity: .5;
position: absolute;
left: 22px;
top: 0px;
bottom: 0px;
}
/* line 52, _how.scss */
#how .steps li {
line-height: 42px;
position: relative;
list-style: none;
padding-left: 25px;
margin: 0 0 50px 0;
}
/* line 59, _how.scss */
#how .steps li:last-child {
margin: 0;
}
/* line 63, _how.scss */
#how .steps li:before {
border-width: 2px;
border-color: #10152d;
border-style: solid;
border-radius: 50%;
background-image: -moz-linear-gradient(90deg, #80bde4 0%, #e4f2fa 100%);
background-image: -webkit-linear-gradient(90deg, #80bde4 0%, #e4f2fa 100%);
background-image: -ms-linear-gradient(90deg, #80bde4 0%, #e4f2fa 100%);
box-shadow: 0px 0px 6px 0px rgba(28, 92, 145, 0.3);
display: block;
width: 40px;
height: 40px;
text-align: center;
color: #0e1328;
text-shadow: 0px 1px #fff;
line-height: 42px;
position: absolute;
left: -40px;
top: 0;
}
/* line 83, _how.scss */
#how .steps li.icon-vlc:before {
font-size: 18px;
line-height: 40px;
}
/* line 87, _how.scss */
#how .steps li.icon-eye:before {
font-size: 13px;
}
/* line 90, _how.scss */
#how .steps li.icon-hd:before {
font-size: 18px;
}
/* line 93, _how.scss */
#how .steps li.icon-play:before {
font-size: 12px;
text-indent: 3px;
}
/* line 100, _how.scss */
#how .ui-screenshot {
position: absolute;
bottom: 0;
left: 50%;
display: block;
margin-left: -150px;
}
10 years ago
10 years ago
/* line 1, _getapp.scss */
10 years ago
#get-app {
text-align: center;
font-size: 24px;
padding: 50px 0 0 0;
10 years ago
color: #444c5e;
}
/* line 7, _getapp.scss */
#get-app .platforms {
padding: 50px 0;
}
/* line 10, _getapp.scss */
#get-app .platforms li {
list-style: none;
display: inline-block;
padding: 0 40px;
}
/* line 15, _getapp.scss */
#get-app .platforms li:before {
display: block;
font-size: 86px;
text-indent: 8px;
margin-bottom: 20px;
color: #0e1226;
}
/* line 22, _getapp.scss */
#get-app .platforms li small {
display: block;
color: #6496b7;
font-size: 12px;
font-style: italic;
}
/* line 28, _getapp.scss */
#get-app .platforms li [class^="btn-"] {
margin-bottom: 5px;
}
/* line 1, _browse.scss */
10 years ago
#browse-movies {
background: #0e1226;
10 years ago
text-align: center;
}
/* line 5, _browse.scss */
#browse-movies h2 {
padding: 50px 0;
color: #fff;
}
10 years ago
10 years ago
/* line 1, _footer.scss */
10 years ago
#footer {
width: 980px;
10 years ago
margin: 0 auto;
}
/* line 5, _footer.scss */
#footer .logo {
display: block;
float: left;
text-indent: -9999px;
overflow: hidden;
width: 193px;
height: 46px;
background: url(../images/footer-logo.png) no-repeat;
margin-top: 21px;
}
/* line 15, _footer.scss */
#footer nav {
padding: 10px 0 45px;
}
/* line 19, _footer.scss */
#footer ul {
float: right;
padding: 0;
margin: 0;
}
/* line 24, _footer.scss */
#footer ul li {
display: inline-block;
list-style: none;
vertical-align: middle;
margin-left: 35px;
}
/* line 30, _footer.scss */
#footer ul li.social {
margin-left: 10px;
}
/* line 33, _footer.scss */
#footer ul li.social + :not(.social) {
margin-left: 50px;
}
/* line 37, _footer.scss */
#footer ul li.download {
position: relative;
top: 9px;
}
/* line 41, _footer.scss */
#footer ul li.github {
position: relative;
margin-left: 70px;
}
/* line 46, _footer.scss */
#footer ul a {
color: #a2a2a2;
text-decoration: none;
position: relative;
}
/* line 51, _footer.scss */
#footer ul a:hover {
color: #444;
}
/* line 55, _footer.scss */
#footer ul a.btn-main {
color: #fff;
}
/* line 58, _footer.scss */
#footer ul a.icon-github:before {
position: absolute;
left: -30px;
}
/* line 62, _footer.scss */
#footer ul a.icon-facebook, #footer ul a.icon-twitter {
width: 30px;
height: 30px;
line-height: 30px;
display: block;
border-radius: 50%;
font-size: 14px;
color: #fff;
text-indent: 12px;
background: #0072bc;
-webkit-transition: background ease .2s;
-moz-transition: background ease .2s;
transition: background ease .2s;
}
/* line 76, _footer.scss */
#footer ul a.icon-facebook:hover, #footer ul a.icon-twitter:hover {
background: #005c98;
}
/* line 80, _footer.scss */
#footer ul a.icon-twitter {
text-indent: 5px;
background: #00bff3;
}
/* line 84, _footer.scss */
#footer ul a.icon-twitter:hover {
background: #00a3cf;
}
/* line 88, _footer.scss */
#footer ul a.icon-facebook:before, #footer ul a.icon-twitter:before {
display: block;
position: absolute;
top: 8px;
left: 50%;
margin-left: -15px;
}
/* line 95, _footer.scss */
#footer ul a.icon-twitter:before {
font-size: 12px;
top: 9px;
margin-left: -13px;
}
/* line 102, _footer.scss */
#footer ul small {
display: block;
color: #6496b7;
font-size: 12px;
font-style: italic;
}
/* line 111, _footer.scss */
#footer hr {
border: none;
border-top: 1px solid #a2a2a2;
}
/* line 116, _footer.scss */
#footer hr + i {
display: block;
width: 40px;
height: 20px;
background: url(../images/footer-film.png) no-repeat;
margin: -18px auto 0;
}
/* line 124, _footer.scss */
#footer footer {
text-align: center;
font-size: 14px;
}
/* line 128, _footer.scss */
#footer footer p {
padding: 20px 0;
}
/* line 131, _footer.scss */
#footer footer p span {
color: #e74c3c;
}
/* line 136, _footer.scss */
#footer footer small {
display: block;
font-size: 14px;
color: #d7d4d4;
}
/* line 140, _footer.scss */
#footer footer small a {
color: #6496b7;
}
/* line 2, _beta.scss */
10 years ago
.beta #footer .download {
10 years ago
display: none !important;
}
/* line 5, _beta.scss */
10 years ago
.beta #footer nav {
10 years ago
padding: 20px 0 25px;
}
/* line 8, _beta.scss */
10 years ago
.beta #footer ul {
10 years ago
padding-top: 22px;
}
/* line 11, _beta.scss */
10 years ago
.beta #footer > hr {
display: block !important;
10 years ago
opacity: .2;
}
10 years ago
10 years ago
/* line 18, _beta.scss */
10 years ago
.beta #get-app .platforms {
10 years ago
margin-bottom: 0;
}
10 years ago
10 years ago
/* line 23, _beta.scss */
10 years ago
.beta #browse-movies {
10 years ago
display: none;
}
10 years ago
10 years ago
/* line 28, _beta.scss */
.soon #links .download,
.soon #features .action {
10 years ago
display: none !important;
}
10 years ago
/* line 32, _beta.scss */
.soon #links .social {
10 years ago
margin: 0 10px;
}
10 years ago
/* line 3, _os.scss */
10 years ago
body.mac .dl-win,
body.win .dl-mac,
body.nope .dl-win {
10 years ago
display: none !important;
}
10 years ago
10 years ago
/* line 7, _os.scss */
10 years ago
body .dl-win {
10 years ago
display: none !important;
}
10 years ago
10 years ago
/* line 11, _os.scss */
10 years ago
body.win .dl-win {
10 years ago
display: inline-block !important;
}