From 0aabc1b87e8c98c8b9e00ad1eff2ece14f85bdd3 Mon Sep 17 00:00:00 2001 From: Diego Peralta Date: Wed, 26 Feb 2014 12:18:04 -0300 Subject: [PATCH] add linux font --- css/_fonts.scss | 3 + css/style.css | 2832 ++++++++++++++++++++++++++++++++------------ fonts/popcorn.eot | Bin 6208 -> 12384 bytes fonts/popcorn.svg | 46 +- fonts/popcorn.ttf | Bin 6044 -> 12220 bytes fonts/popcorn.woff | Bin 4052 -> 7508 bytes index.html | 2 +- 7 files changed, 2072 insertions(+), 811 deletions(-) mode change 100755 => 100644 fonts/popcorn.eot mode change 100755 => 100644 fonts/popcorn.svg mode change 100755 => 100644 fonts/popcorn.ttf mode change 100755 => 100644 fonts/popcorn.woff diff --git a/css/_fonts.scss b/css/_fonts.scss index 479b389..8b46dc2 100644 --- a/css/_fonts.scss +++ b/css/_fonts.scss @@ -70,6 +70,9 @@ .icon-browser:before { content: "\e601"; } +.icon-linux:before { + content: "\e60f"; +} .icon-win:before { content: "\e602"; } diff --git a/css/style.css b/css/style.css index d910e2a..52ddbd4 100755 --- a/css/style.css +++ b/css/style.css @@ -5,6 +5,7 @@ /** * Correct `block` display not defined in IE 8/9. */ +/* line 22, _normalize.scss */ article, aside, details, @@ -17,31 +18,38 @@ main, nav, section, summary { - display: block; } + display: block; +} /** * Correct `inline-block` display not defined in IE 8/9. */ +/* line 32, _normalize.scss */ audio, canvas, video { - display: inline-block; } + display: inline-block; +} /** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */ +/* line 41, _normalize.scss */ audio:not([controls]) { display: none; - height: 0; } + height: 0; +} /** * Address `[hidden]` styling not present in IE 8/9. * Hide the `template` element in IE, Safari, and Firefox < 22. */ +/* line 52, _normalize.scss */ [hidden], template { - display: none; } + display: none; +} /* ========================================================================== Base @@ -51,19 +59,23 @@ template { * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom. */ +/* line 66, _normalize.scss */ html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; - /* 2 */ } + /* 2 */ +} /** * Remove default margin. */ +/* line 76, _normalize.scss */ body { - margin: 0; } + margin: 0; +} /* ========================================================================== Links @@ -71,21 +83,27 @@ body { /** * Remove the gray background color from active links in IE 10. */ +/* line 88, _normalize.scss */ a { - background: transparent; } + background: transparent; +} /** * Address `outline` inconsistency between Chrome and other browsers. */ +/* line 96, _normalize.scss */ a:focus { - outline: thin dotted; } + outline: thin dotted; +} /** * Improve readability when focused and also mouse hovered in all browsers. */ +/* line 105, _normalize.scss */ a:active, a:hover { - outline: 0; } + outline: 0; +} /* ========================================================================== Typography @@ -94,87 +112,113 @@ a:hover { * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari 5, and Chrome. */ +/* line 118, _normalize.scss */ h1 { font-size: 2em; - margin: 0.67em 0; } + margin: 0.67em 0; +} /** * Address styling not present in IE 8/9, Safari 5, and Chrome. */ +/* line 127, _normalize.scss */ abbr[title] { - border-bottom: 1px dotted; } + border-bottom: 1px dotted; +} /** * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */ +/* line 136, _normalize.scss */ b, strong { - font-weight: bold; } + font-weight: bold; +} /** * Address styling not present in Safari 5 and Chrome. */ +/* line 144, _normalize.scss */ dfn { - font-style: italic; } + font-style: italic; +} /** * Address differences between Firefox and other browsers. */ +/* line 152, _normalize.scss */ hr { -moz-box-sizing: content-box; box-sizing: content-box; - height: 0; } + height: 0; +} /** * Address styling not present in IE 8/9. */ +/* line 162, _normalize.scss */ mark { background: #ff0; - color: #000; } + color: #000; +} /** * Correct font family set oddly in Safari 5 and Chrome. */ +/* line 174, _normalize.scss */ code, kbd, pre, samp { font-family: monospace, serif; - font-size: 1em; } + font-size: 1em; +} /** * Improve readability of pre-formatted text in all browsers. */ +/* line 183, _normalize.scss */ pre { - white-space: pre-wrap; } + white-space: pre-wrap; +} /** * Set consistent quote types. */ +/* line 191, _normalize.scss */ q { - quotes: "\201C" "\201D" "\2018" "\2019"; } + quotes: "\201C" "\201D" "\2018" "\2019"; +} /** * Address inconsistent and variable font size in all browsers. */ +/* line 199, _normalize.scss */ small { - font-size: 80%; } + font-size: 80%; +} /** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ +/* line 208, _normalize.scss */ sub, sup { font-size: 75%; line-height: 0; position: relative; - vertical-align: baseline; } + vertical-align: baseline; +} +/* line 215, _normalize.scss */ sup { - top: -0.5em; } + top: -0.5em; +} +/* line 219, _normalize.scss */ sub { - bottom: -0.25em; } + bottom: -0.25em; +} /* ========================================================================== Embedded content @@ -182,14 +226,18 @@ sub { /** * Remove border when inside `a` element in IE 8/9. */ +/* line 231, _normalize.scss */ img { - border: 0; } + border: 0; +} /** * Correct overflow displayed oddly in IE 9. */ +/* line 239, _normalize.scss */ svg:not(:root) { - overflow: hidden; } + overflow: hidden; +} /* ========================================================================== Figures @@ -197,8 +245,10 @@ svg:not(:root) { /** * Address margin not present in IE 8/9 and Safari 5. */ +/* line 251, _normalize.scss */ figure { - margin: 0; } + margin: 0; +} /* ========================================================================== Forms @@ -206,26 +256,31 @@ figure { /** * Define consistent border, margin, and padding. */ +/* line 263, _normalize.scss */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; - padding: 0.35em 0.625em 0.75em; } + padding: 0.35em 0.625em 0.75em; +} /** * 1. Correct `color` not being inherited in IE 8/9. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */ +/* line 274, _normalize.scss */ legend { border: 0; /* 1 */ padding: 0; - /* 2 */ } + /* 2 */ +} /** * 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. */ +/* line 288, _normalize.scss */ button, input, select, @@ -235,15 +290,18 @@ textarea { font-size: 100%; /* 2 */ margin: 0; - /* 3 */ } + /* 3 */ +} /** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */ +/* line 300, _normalize.scss */ button, input { - line-height: normal; } + line-height: normal; +} /** * Address inconsistent `text-transform` inheritance for `button` and `select`. @@ -251,9 +309,11 @@ input { * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. * Correct `select` style inheritance in Firefox 4+ and Opera. */ +/* line 312, _normalize.scss */ button, select { - text-transform: none; } + text-transform: none; +} /** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` @@ -262,6 +322,7 @@ select { * 3. Improve usability and consistency of cursor style between image-type * `input` and others. */ +/* line 327, _normalize.scss */ button, html input[type="button"], input[type="reset"], @@ -269,64 +330,77 @@ input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; - /* 3 */ } + /* 3 */ +} /** * Re-set default cursor for disabled elements. */ +/* line 337, _normalize.scss */ button[disabled], html input[disabled] { - cursor: default; } + cursor: default; +} /** * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */ +/* line 347, _normalize.scss */ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; - /* 2 */ } + /* 2 */ +} /** * 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). */ +/* line 358, _normalize.scss */ input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ - box-sizing: content-box; } + box-sizing: content-box; +} /** * Remove inner padding and search cancel button in Safari 5 and Chrome * on OS X. */ +/* line 371, _normalize.scss */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; } + -webkit-appearance: none; +} /** * Remove inner padding and border in Firefox 4+. */ +/* line 380, _normalize.scss */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; - padding: 0; } + padding: 0; +} /** * 1. Remove default vertical scrollbar in IE 8/9. * 2. Improve readability and alignment in all browsers. */ +/* line 390, _normalize.scss */ textarea { overflow: auto; /* 1 */ vertical-align: top; - /* 2 */ } + /* 2 */ +} /* ========================================================================== Tables @@ -334,9 +408,11 @@ textarea { /** * Remove most spacing between table cells. */ +/* line 403, _normalize.scss */ table { border-collapse: collapse; - border-spacing: 0; } + border-spacing: 0; +} /*! Animate.css - http://daneden.me/animate @@ -350,1549 +426,2219 @@ The above copyright notice and this permission notice shall be included in all c 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. */ +/* line 17, _animations.scss */ .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; - animation-fill-mode: both; } + animation-fill-mode: both; +} +/* line 24, _animations.scss */ .animated.hinge { -webkit-animation-duration: 2s; - animation-duration: 2s; } + animation-duration: 2s; +} @-webkit-keyframes bounce { + /* line 30, _animations.scss */ 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); - transform: translateY(0); } + transform: translateY(0); + } + /* line 35, _animations.scss */ 40% { -webkit-transform: translateY(-30px); - transform: translateY(-30px); } + transform: translateY(-30px); + } + /* line 40, _animations.scss */ 60% { -webkit-transform: translateY(-15px); - transform: translateY(-15px); } } + transform: translateY(-15px); + } +} @keyframes bounce { + /* line 47, _animations.scss */ 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); -ms-transform: translateY(0); - transform: translateY(0); } + transform: translateY(0); + } + /* line 53, _animations.scss */ 40% { -webkit-transform: translateY(-30px); -ms-transform: translateY(-30px); - transform: translateY(-30px); } + transform: translateY(-30px); + } + /* line 59, _animations.scss */ 60% { -webkit-transform: translateY(-15px); -ms-transform: translateY(-15px); - transform: translateY(-15px); } } + transform: translateY(-15px); + } +} +/* line 66, _animations.scss */ .bounce { -webkit-animation-name: bounce; - animation-name: bounce; } + animation-name: bounce; +} @-webkit-keyframes flash { + /* line 72, _animations.scss */ 0%, 50%, 100% { - opacity: 1; } + opacity: 1; + } + /* line 76, _animations.scss */ 25%, 75% { - opacity: 0; } } + opacity: 0; + } +} @keyframes flash { + /* line 82, _animations.scss */ 0%, 50%, 100% { - opacity: 1; } + opacity: 1; + } + /* line 86, _animations.scss */ 25%, 75% { - opacity: 0; } } + opacity: 0; + } +} +/* line 91, _animations.scss */ .flash { -webkit-animation-name: flash; - animation-name: flash; } + animation-name: flash; +} /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ @-webkit-keyframes pulse { + /* line 99, _animations.scss */ 0% { -webkit-transform: scale(1); - transform: scale(1); } + transform: scale(1); + } + /* line 104, _animations.scss */ 50% { -webkit-transform: scale(1.1); - transform: scale(1.1); } + transform: scale(1.1); + } + /* line 109, _animations.scss */ 100% { -webkit-transform: scale(1); - transform: scale(1); } } + transform: scale(1); + } +} @keyframes pulse { + /* line 116, _animations.scss */ 0% { -webkit-transform: scale(1); -ms-transform: scale(1); - transform: scale(1); } + transform: scale(1); + } + /* line 122, _animations.scss */ 50% { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); - transform: scale(1.1); } + transform: scale(1.1); + } + /* line 128, _animations.scss */ 100% { -webkit-transform: scale(1); -ms-transform: scale(1); - transform: scale(1); } } + transform: scale(1); + } +} +/* line 135, _animations.scss */ .pulse { -webkit-animation-name: pulse; - animation-name: pulse; } + animation-name: pulse; +} @-webkit-keyframes shake { + /* line 141, _animations.scss */ 0%, 100% { -webkit-transform: translateX(0); - transform: translateX(0); } + transform: translateX(0); + } + /* line 146, _animations.scss */ 10%, 30%, 50%, 70%, 90% { -webkit-transform: translateX(-10px); - transform: translateX(-10px); } + transform: translateX(-10px); + } + /* line 151, _animations.scss */ 20%, 40%, 60%, 80% { -webkit-transform: translateX(10px); - transform: translateX(10px); } } + transform: translateX(10px); + } +} @keyframes shake { + /* line 158, _animations.scss */ 0%, 100% { -webkit-transform: translateX(0); -ms-transform: translateX(0); - transform: translateX(0); } + transform: translateX(0); + } + /* line 164, _animations.scss */ 10%, 30%, 50%, 70%, 90% { -webkit-transform: translateX(-10px); -ms-transform: translateX(-10px); - transform: translateX(-10px); } + transform: translateX(-10px); + } + /* line 170, _animations.scss */ 20%, 40%, 60%, 80% { -webkit-transform: translateX(10px); -ms-transform: translateX(10px); - transform: translateX(10px); } } + transform: translateX(10px); + } +} +/* line 177, _animations.scss */ .shake { -webkit-animation-name: shake; - animation-name: shake; } + animation-name: shake; +} @-webkit-keyframes swing { + /* line 183, _animations.scss */ 20% { -webkit-transform: rotate(15deg); - transform: rotate(15deg); } + transform: rotate(15deg); + } + /* line 188, _animations.scss */ 40% { -webkit-transform: rotate(-10deg); - transform: rotate(-10deg); } + transform: rotate(-10deg); + } + /* line 193, _animations.scss */ 60% { -webkit-transform: rotate(5deg); - transform: rotate(5deg); } + transform: rotate(5deg); + } + /* line 198, _animations.scss */ 80% { -webkit-transform: rotate(-5deg); - transform: rotate(-5deg); } + transform: rotate(-5deg); + } + /* line 203, _animations.scss */ 100% { -webkit-transform: rotate(0deg); - transform: rotate(0deg); } } + transform: rotate(0deg); + } +} @keyframes swing { + /* line 210, _animations.scss */ 20% { -webkit-transform: rotate(15deg); -ms-transform: rotate(15deg); - transform: rotate(15deg); } + transform: rotate(15deg); + } + /* line 216, _animations.scss */ 40% { -webkit-transform: rotate(-10deg); -ms-transform: rotate(-10deg); - transform: rotate(-10deg); } + transform: rotate(-10deg); + } + /* line 222, _animations.scss */ 60% { -webkit-transform: rotate(5deg); -ms-transform: rotate(5deg); - transform: rotate(5deg); } + transform: rotate(5deg); + } + /* line 228, _animations.scss */ 80% { -webkit-transform: rotate(-5deg); -ms-transform: rotate(-5deg); - transform: rotate(-5deg); } + transform: rotate(-5deg); + } + /* line 234, _animations.scss */ 100% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); - transform: rotate(0deg); } } + transform: rotate(0deg); + } +} +/* line 241, _animations.scss */ .swing { -webkit-transform-origin: top center; -ms-transform-origin: top center; transform-origin: top center; -webkit-animation-name: swing; - animation-name: swing; } + animation-name: swing; +} @-webkit-keyframes tada { + /* line 250, _animations.scss */ 0% { -webkit-transform: scale(1); - transform: scale(1); } + transform: scale(1); + } + /* line 255, _animations.scss */ 10%, 20% { -webkit-transform: scale(0.9) rotate(-3deg); - transform: scale(0.9) rotate(-3deg); } + transform: scale(0.9) rotate(-3deg); + } + /* line 260, _animations.scss */ 30%, 50%, 70%, 90% { -webkit-transform: scale(1.1) rotate(3deg); - transform: scale(1.1) rotate(3deg); } + transform: scale(1.1) rotate(3deg); + } + /* line 265, _animations.scss */ 40%, 60%, 80% { -webkit-transform: scale(1.1) rotate(-3deg); - transform: scale(1.1) rotate(-3deg); } + transform: scale(1.1) rotate(-3deg); + } + /* line 270, _animations.scss */ 100% { -webkit-transform: scale(1) rotate(0); - transform: scale(1) rotate(0); } } + transform: scale(1) rotate(0); + } +} @keyframes tada { + /* line 277, _animations.scss */ 0% { -webkit-transform: scale(1); -ms-transform: scale(1); - transform: scale(1); } + transform: scale(1); + } + /* line 283, _animations.scss */ 10%, 20% { -webkit-transform: scale(0.9) rotate(-3deg); -ms-transform: scale(0.9) rotate(-3deg); - transform: scale(0.9) rotate(-3deg); } + transform: scale(0.9) rotate(-3deg); + } + /* line 289, _animations.scss */ 30%, 50%, 70%, 90% { -webkit-transform: scale(1.1) rotate(3deg); -ms-transform: scale(1.1) rotate(3deg); - transform: scale(1.1) rotate(3deg); } + transform: scale(1.1) rotate(3deg); + } + /* line 295, _animations.scss */ 40%, 60%, 80% { -webkit-transform: scale(1.1) rotate(-3deg); -ms-transform: scale(1.1) rotate(-3deg); - transform: scale(1.1) rotate(-3deg); } + transform: scale(1.1) rotate(-3deg); + } + /* line 301, _animations.scss */ 100% { -webkit-transform: scale(1) rotate(0); -ms-transform: scale(1) rotate(0); - transform: scale(1) rotate(0); } } + transform: scale(1) rotate(0); + } +} +/* line 308, _animations.scss */ .tada { -webkit-animation-name: tada; - animation-name: tada; } + animation-name: tada; +} /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ @-webkit-keyframes wobble { + /* line 316, _animations.scss */ 0% { -webkit-transform: translateX(0%); - transform: translateX(0%); } + transform: translateX(0%); + } + /* line 321, _animations.scss */ 15% { -webkit-transform: translateX(-25%) rotate(-5deg); - transform: translateX(-25%) rotate(-5deg); } + transform: translateX(-25%) rotate(-5deg); + } + /* line 326, _animations.scss */ 30% { -webkit-transform: translateX(20%) rotate(3deg); - transform: translateX(20%) rotate(3deg); } + transform: translateX(20%) rotate(3deg); + } + /* line 331, _animations.scss */ 45% { -webkit-transform: translateX(-15%) rotate(-3deg); - transform: translateX(-15%) rotate(-3deg); } + transform: translateX(-15%) rotate(-3deg); + } + /* line 336, _animations.scss */ 60% { -webkit-transform: translateX(10%) rotate(2deg); - transform: translateX(10%) rotate(2deg); } + transform: translateX(10%) rotate(2deg); + } + /* line 341, _animations.scss */ 75% { -webkit-transform: translateX(-5%) rotate(-1deg); - transform: translateX(-5%) rotate(-1deg); } + transform: translateX(-5%) rotate(-1deg); + } + /* line 346, _animations.scss */ 100% { -webkit-transform: translateX(0%); - transform: translateX(0%); } } + transform: translateX(0%); + } +} @keyframes wobble { + /* line 353, _animations.scss */ 0% { -webkit-transform: translateX(0%); -ms-transform: translateX(0%); - transform: translateX(0%); } + transform: translateX(0%); + } + /* line 359, _animations.scss */ 15% { -webkit-transform: translateX(-25%) rotate(-5deg); -ms-transform: translateX(-25%) rotate(-5deg); - transform: translateX(-25%) rotate(-5deg); } + transform: translateX(-25%) rotate(-5deg); + } + /* line 365, _animations.scss */ 30% { -webkit-transform: translateX(20%) rotate(3deg); -ms-transform: translateX(20%) rotate(3deg); - transform: translateX(20%) rotate(3deg); } + transform: translateX(20%) rotate(3deg); + } + /* line 371, _animations.scss */ 45% { -webkit-transform: translateX(-15%) rotate(-3deg); -ms-transform: translateX(-15%) rotate(-3deg); - transform: translateX(-15%) rotate(-3deg); } + transform: translateX(-15%) rotate(-3deg); + } + /* line 377, _animations.scss */ 60% { -webkit-transform: translateX(10%) rotate(2deg); -ms-transform: translateX(10%) rotate(2deg); - transform: translateX(10%) rotate(2deg); } + transform: translateX(10%) rotate(2deg); + } + /* line 383, _animations.scss */ 75% { -webkit-transform: translateX(-5%) rotate(-1deg); -ms-transform: translateX(-5%) rotate(-1deg); - transform: translateX(-5%) rotate(-1deg); } + transform: translateX(-5%) rotate(-1deg); + } + /* line 389, _animations.scss */ 100% { -webkit-transform: translateX(0%); -ms-transform: translateX(0%); - transform: translateX(0%); } } + transform: translateX(0%); + } +} +/* line 396, _animations.scss */ .wobble { -webkit-animation-name: wobble; - animation-name: wobble; } + animation-name: wobble; +} @-webkit-keyframes bounceIn { + /* line 402, _animations.scss */ 0% { opacity: 0; -webkit-transform: scale(0.3); - transform: scale(0.3); } + transform: scale(0.3); + } + /* line 408, _animations.scss */ 50% { opacity: 1; -webkit-transform: scale(1.05); - transform: scale(1.05); } + transform: scale(1.05); + } + /* line 414, _animations.scss */ 70% { -webkit-transform: scale(0.9); - transform: scale(0.9); } + transform: scale(0.9); + } + /* line 419, _animations.scss */ 100% { -webkit-transform: scale(1); - transform: scale(1); } } + transform: scale(1); + } +} @keyframes bounceIn { + /* line 426, _animations.scss */ 0% { opacity: 0; -webkit-transform: scale(0.3); -ms-transform: scale(0.3); - transform: scale(0.3); } + transform: scale(0.3); + } + /* line 433, _animations.scss */ 50% { opacity: 1; -webkit-transform: scale(1.05); -ms-transform: scale(1.05); - transform: scale(1.05); } + transform: scale(1.05); + } + /* line 440, _animations.scss */ 70% { -webkit-transform: scale(0.9); -ms-transform: scale(0.9); - transform: scale(0.9); } + transform: scale(0.9); + } + /* line 446, _animations.scss */ 100% { -webkit-transform: scale(1); -ms-transform: scale(1); - transform: scale(1); } } + transform: scale(1); + } +} +/* line 453, _animations.scss */ .bounceIn { -webkit-animation-name: bounceIn; - animation-name: bounceIn; } + animation-name: bounceIn; +} @-webkit-keyframes bounceInDown { + /* line 459, _animations.scss */ 0% { opacity: 0; -webkit-transform: translateY(-2000px); - transform: translateY(-2000px); } + transform: translateY(-2000px); + } + /* line 465, _animations.scss */ 60% { opacity: 1; -webkit-transform: translateY(30px); - transform: translateY(30px); } + transform: translateY(30px); + } + /* line 471, _animations.scss */ 80% { -webkit-transform: translateY(-10px); - transform: translateY(-10px); } + transform: translateY(-10px); + } + /* line 476, _animations.scss */ 100% { -webkit-transform: translateY(0); - transform: translateY(0); } } + transform: translateY(0); + } +} @keyframes bounceInDown { + /* line 483, _animations.scss */ 0% { opacity: 0; -webkit-transform: translateY(-2000px); -ms-transform: translateY(-2000px); - transform: translateY(-2000px); } + transform: translateY(-2000px); + } + /* line 490, _animations.scss */ 60% { opacity: 1; -webkit-transform: translateY(30px); -ms-transform: translateY(30px); - transform: translateY(30px); } + transform: translateY(30px); + } + /* line 497, _animations.scss */ 80% { -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); - transform: translateY(-10px); } + transform: translateY(-10px); + } + /* line 503, _animations.scss */ 100% { -webkit-transform: translateY(0); -ms-transform: translateY(0); - transform: translateY(0); } } + transform: translateY(0); + } +} +/* line 510, _animations.scss */ .bounceInDown { -webkit-animation-name: bounceInDown; - animation-name: bounceInDown; } + animation-name: bounceInDown; +} @-webkit-keyframes bounceInLeft { + /* line 516, _animations.scss */ 0% { opacity: 0; -webkit-transform: translateX(-2000px); - transform: translateX(-2000px); } + transform: translateX(-2000px); + } + /* line 522, _animations.scss */ 60% { opacity: 1; -webkit-transform: translateX(30px); - transform: translateX(30px); } + transform: translateX(30px); + } + /* line 528, _animations.scss */ 80% { -webkit-transform: translateX(-10px); - transform: translateX(-10px); } + transform: translateX(-10px); + } + /* line 533, _animations.scss */ 100% { -webkit-transform: translateX(0); - transform: translateX(0); } } + transform: translateX(0); + } +} @keyframes bounceInLeft { + /* line 540, _animations.scss */ 0% { opacity: 0; -webkit-transform: translateX(-2000px); -ms-transform: translateX(-2000px); - transform: translateX(-2000px); } + transform: translateX(-2000px); + } + /* line 547, _animations.scss */ 60% { opacity: 1; -webkit-transform: translateX(30px); -ms-transform: translateX(30px); - transform: translateX(30px); } + transform: translateX(30px); + } + /* line 554, _animations.scss */ 80% { -webkit-transform: translateX(-10px); -ms-transform: translateX(-10px); - transform: translateX(-10px); } + transform: translateX(-10px); + } + /* line 560, _animations.scss */ 100% { -webkit-transform: translateX(0); -ms-transform: translateX(0); - transform: translateX(0); } } + transform: translateX(0); + } +} +/* line 567, _animations.scss */ .bounceInLeft { -webkit-animation-name: bounceInLeft; - animation-name: bounceInLeft; } + animation-name: bounceInLeft; +} @-webkit-keyframes bounceInRight { + /* line 573, _animations.scss */ 0% { opacity: 0; -webkit-transform: translateX(2000px); - transform: translateX(2000px); } + transform: translateX(2000px); + } + /* line 579, _animations.scss */ 60% { opacity: 1; -webkit-transform: translateX(-30px); - transform: translateX(-30px); } + transform: translateX(-30px); + } + /* line 585, _animations.scss */ 80% { -webkit-transform: translateX(10px); - transform: translateX(10px); } + transform: translateX(10px); + } + /* line 590, _animations.scss */ 100% { -webkit-transform: translateX(0); - transform: translateX(0); } } + transform: translateX(0); + } +} @keyframes bounceInRight { + /* line 597, _animations.scss */ 0% { opacity: 0; -webkit-transform: translateX(2000px); -ms-transform: translateX(2000px); - transform: translateX(2000px); } + transform: translateX(2000px); + } + /* line 604, _animations.scss */ 60% { opacity: 1; -webkit-transform: translateX(-30px); -ms-transform: translateX(-30px); - transform: translateX(-30px); } + transform: translateX(-30px); + } + /* line 611, _animations.scss */ 80% { -webkit-transform: translateX(10px); -ms-transform: translateX(10px); - transform: translateX(10px); } + transform: translateX(10px); + } + /* line 617, _animations.scss */ 100% { -webkit-transform: translateX(0); -ms-transform: translateX(0); - transform: translateX(0); } } + transform: translateX(0); + } +} +/* line 624, _animations.scss */ .bounceInRight { -webkit-animation-name: bounceInRight; - animation-name: bounceInRight; } + animation-name: bounceInRight; +} @-webkit-keyframes bounceInUp { + /* line 630, _animations.scss */ 0% { opacity: 0; -webkit-transform: translateY(2000px); - transform: translateY(2000px); } + transform: translateY(2000px); + } + /* line 636, _animations.scss */ 60% { opacity: 1; -webkit-transform: translateY(-30px); - transform: translateY(-30px); } + transform: translateY(-30px); + } + /* line 642, _animations.scss */ 80% { -webkit-transform: translateY(10px); - transform: translateY(10px); } + transform: translateY(10px); + } + /* line 647, _animations.scss */ 100% { -webkit-transform: translateY(0); - transform: translateY(0); } } + transform: translateY(0); + } +} @keyframes bounceInUp { + /* line 654, _animations.scss */ 0% { opacity: 0; -webkit-transform: translateY(2000px); -ms-transform: translateY(2000px); - transform: translateY(2000px); } + transform: translateY(2000px); + } + /* line 661, _animations.scss */ 60% { opacity: 1; -webkit-transform: translateY(-30px); -ms-transform: translateY(-30px); - transform: translateY(-30px); } + transform: translateY(-30px); + } + /* line 668, _animations.scss */ 80% { -webkit-transform: translateY(10px); -ms-transform: translateY(10px); - transform: translateY(10px); } + transform: translateY(10px); + } + /* line 674, _animations.scss */ 100% { -webkit-transform: translateY(0); -ms-transform: translateY(0); - transform: translateY(0); } } + transform: translateY(0); + } +} +/* line 681, _animations.scss */ .bounceInUp { -webkit-animation-name: bounceInUp; - animation-name: bounceInUp; } + animation-name: bounceInUp; +} @-webkit-keyframes bounceOut { + /* line 687, _animations.scss */ 0% { -webkit-transform: scale(1); - transform: scale(1); } + transform: scale(1); + } + /* line 692, _animations.scss */ 25% { -webkit-transform: scale(0.95); - transform: scale(0.95); } + transform: scale(0.95); + } + /* line 697, _animations.scss */ 50% { opacity: 1; -webkit-transform: scale(1.1); - transform: scale(1.1); } + transform: scale(1.1); + } + /* line 703, _animations.scss */ 100% { opacity: 0; -webkit-transform: scale(0.3); - transform: scale(0.3); } } + transform: scale(0.3); + } +} @keyframes bounceOut { + /* line 711, _animations.scss */ 0% { -webkit-transform: scale(1); -ms-transform: scale(1); - transform: scale(1); } + transform: scale(1); + } + /* line 717, _animations.scss */ 25% { -webkit-transform: scale(0.95); -ms-transform: scale(0.95); - transform: scale(0.95); } + transform: scale(0.95); + } + /* line 723, _animations.scss */ 50% { opacity: 1; -webkit-transform: scale(1.1); -ms-transform: scale(1.1); - transform: scale(1.1); } + transform: scale(1.1); + } + /* line 730, _animations.scss */ 100% { opacity: 0; -webkit-transform: scale(0.3); -ms-transform: scale(0.3); - transform: scale(0.3); } } + transform: scale(0.3); + } +} +/* line 738, _animations.scss */ .bounceOut { -webkit-animation-name: bounceOut; - animation-name: bounceOut; } + animation-name: bounceOut; +} @-webkit-keyframes bounceOutDown { + /* line 744, _animations.scss */ 0% { -webkit-transform: translateY(0); - transform: translateY(0); } + transform: translateY(0); + } + /* line 749, _animations.scss */ 20% { opacity: 1; -webkit-transform: translateY(-20px); - transform: translateY(-20px); } + transform: translateY(-20px); + } + /* line 755, _animations.scss */ 100% { opacity: 0; -webkit-transform: translateY(2000px); - transform: translateY(2000px); } } + transform: translateY(2000px); + } +} @keyframes bounceOutDown { + /* line 763, _animations.scss */ 0% { -webkit-transform: translateY(0); -ms-transform: translateY(0); - transform: translateY(0); } + transform: translateY(0); + } + /* line 769, _animations.scss */ 20% { opacity: 1; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); - transform: translateY(-20px); } + transform: translateY(-20px); + } + /* line 776, _animations.scss */ 100% { opacity: 0; -webkit-transform: translateY(2000px); -ms-transform: translateY(2000px); - transform: translateY(2000px); } } + transform: translateY(2000px); + } +} +/* line 784, _animations.scss */ .bounceOutDown { -webkit-animation-name: bounceOutDown; - animation-name: bounceOutDown; } + animation-name: bounceOutDown; +} @-webkit-keyframes bounceOutLeft { + /* line 790, _animations.scss */ 0% { -webkit-transform: translateX(0); - transform: translateX(0); } + transform: translateX(0); + } + /* line 795, _animations.scss */ 20% { opacity: 1; -webkit-transform: translateX(20px); - transform: translateX(20px); } + transform: translateX(20px); + } + /* line 801, _animations.scss */ 100% { opacity: 0; -webkit-transform: translateX(-2000px); - transform: translateX(-2000px); } } + transform: translateX(-2000px); + } +} @keyframes bounceOutLeft { + /* line 809, _animations.scss */ 0% { -webkit-transform: translateX(0); -ms-transform: translateX(0); - transform: translateX(0); } + transform: translateX(0); + } + /* line 815, _animations.scss */ 20% { opacity: 1; -webkit-transform: translateX(20px); -ms-transform: translateX(20px); - transform: translateX(20px); } + transform: translateX(20px); + } + /* line 822, _animations.scss */ 100% { opacity: 0; -webkit-transform: translateX(-2000px); -ms-transform: translateX(-2000px); - transform: translateX(-2000px); } } + transform: translateX(-2000px); + } +} +/* line 830, _animations.scss */ .bounceOutLeft { -webkit-animation-name: bounceOutLeft; - animation-name: bounceOutLeft; } + animation-name: bounceOutLeft; +} @-webkit-keyframes bounceOutRight { + /* line 836, _animations.scss */ 0% { -webkit-transform: translateX(0); - transform: translateX(0); } + transform: translateX(0); + } + /* line 841, _animations.scss */ 20% { opacity: 1; -webkit-transform: translateX(-20px); - transform: translateX(-20px); } + transform: translateX(-20px); + } + /* line 847, _animations.scss */ 100% { opacity: 0; -webkit-transform: translateX(2000px); - transform: translateX(2000px); } } + transform: translateX(2000px); + } +} @keyframes bounceOutRight { + /* line 855, _animations.scss */ 0% { -webkit-transform: translateX(0); -ms-transform: translateX(0); - transform: translateX(0); } + transform: translateX(0); + } + /* line 861, _animations.scss */ 20% { opacity: 1; -webkit-transform: translateX(-20px); -ms-transform: translateX(-20px); - transform: translateX(-20px); } + transform: translateX(-20px); + } + /* line 868, _animations.scss */ 100% { opacity: 0; -webkit-transform: translateX(2000px); -ms-transform: translateX(2000px); - transform: translateX(2000px); } } + transform: translateX(2000px); + } +} +/* line 876, _animations.scss */ .bounceOutRight { -webkit-animation-name: bounceOutRight; - animation-name: bounceOutRight; } + animation-name: bounceOutRight; +} @-webkit-keyframes bounceOutUp { + /* line 882, _animations.scss */ 0% { -webkit-transform: translateY(0); - transform: translateY(0); } + transform: translateY(0); + } + /* line 887, _animations.scss */ 20% { opacity: 1; -webkit-transform: translateY(20px); - transform: translateY(20px); } + transform: translateY(20px); + } + /* line 893, _animations.scss */ 100% { opacity: 0; -webkit-transform: translateY(-2000px); - transform: translateY(-2000px); } } + transform: translateY(-2000px); + } +} @keyframes bounceOutUp { + /* line 901, _animations.scss */ 0% { -webkit-transform: translateY(0); -ms-transform: translateY(0); - transform: translateY(0); } + transform: translateY(0); + } + /* line 907, _animations.scss */ 20% { opacity: 1; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); - transform: translateY(20px); } + transform: translateY(20px); + } + /* line 914, _animations.scss */ 100% { opacity: 0; -webkit-transform: translateY(-2000px); -ms-transform: translateY(-2000px); - transform: translateY(-2000px); } } + transform: translateY(-2000px); + } +} +/* line 922, _animations.scss */ .bounceOutUp { -webkit-animation-name: bounceOutUp; - animation-name: bounceOutUp; } + animation-name: bounceOutUp; +} @-webkit-keyframes fadeIn { + /* line 928, _animations.scss */ 0% { - opacity: 0; } + opacity: 0; + } + /* line 932, _animations.scss */ 100% { - opacity: 1; } } + opacity: 1; + } +} @keyframes fadeIn { + /* line 938, _animations.scss */ 0% { - opacity: 0; } + opacity: 0; + } + /* line 942, _animations.scss */ 100% { - opacity: 1; } } + opacity: 1; + } +} +/* line 947, _animations.scss */ .fadeIn { -webkit-animation-name: fadeIn; - animation-name: fadeIn; } + animation-name: fadeIn; +} @-webkit-keyframes fadeInDown { + /* line 953, _animations.scss */ 0% { opacity: 0; -webkit-transform: translateY(-20px); - transform: translateY(-20px); } + transform: translateY(-20px); + } + /* line 959, _animations.scss */ 100% { opacity: 1; -webkit-transform: translateY(0); - transform: translateY(0); } } + transform: translateY(0); + } +} @keyframes fadeInDown { + /* line 967, _animations.scss */ 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); - transform: translateY(-20px); } + transform: translateY(-20px); + } + /* line 974, _animations.scss */ 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); - transform: translateY(0); } } + transform: translateY(0); + } +} +/* line 982, _animations.scss */ .fadeInDown { -webkit-animation-name: fadeInDown; - animation-name: fadeInDown; } + animation-name: fadeInDown; +} @-webkit-keyframes fadeInDownBig { + /* line 988, _animations.scss */ 0% { opacity: 0; -webkit-transform: translateY(-2000px); - transform: translateY(-2000px); } + transform: translateY(-2000px); + } + /* line 994, _animations.scss */ 100% { opacity: 1; -webkit-transform: translateY(0); - transform: translateY(0); } } + transform: translateY(0); + } +} @keyframes fadeInDownBig { + /* line 1002, _animations.scss */ 0% { opacity: 0; -webkit-transform: translateY(-2000px); -ms-transform: translateY(-2000px); - transform: translateY(-2000px); } + transform: translateY(-2000px); + } + /* line 1009, _animations.scss */ 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); - transform: translateY(0); } } + transform: translateY(0); + } +} +/* line 1017, _animations.scss */ .fadeInDownBig { -webkit-animation-name: fadeInDownBig; - animation-name: fadeInDownBig; } + animation-name: fadeInDownBig; +} @-webkit-keyframes fadeInLeft { + /* line 1023, _animations.scss */ 0% { opacity: 0; -webkit-transform: translateX(-20px); - transform: translateX(-20px); } + transform: translateX(-20px); + } + /* line 1029, _animations.scss */ 100% { opacity: 1; -webkit-transform: translateX(0); - transform: translateX(0); } } + transform: translateX(0); + } +} @keyframes fadeInLeft { + /* line 1037, _animations.scss */ 0% { opacity: 0; -webkit-transform: translateX(-20px); -ms-transform: translateX(-20px); - transform: translateX(-20px); } + transform: translateX(-20px); + } + /* line 1044, _animations.scss */ 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); - transform: translateX(0); } } + transform: translateX(0); + } +} +/* line 1052, _animations.scss */ .fadeInLeft { -webkit-animation-name: fadeInLeft; - animation-name: fadeInLeft; } + animation-name: fadeInLeft; +} @-webkit-keyframes fadeInLeftBig { + /* line 1058, _animations.scss */ 0% { opacity: 0; -webkit-transform: translateX(-2000px); - transform: translateX(-2000px); } + transform: translateX(-2000px); + } + /* line 1064, _animations.scss */ 100% { opacity: 1; -webkit-transform: translateX(0); - transform: translateX(0); } } + transform: translateX(0); + } +} @keyframes fadeInLeftBig { + /* line 1072, _animations.scss */ 0% { opacity: 0; -webkit-transform: translateX(-2000px); -ms-transform: translateX(-2000px); - transform: translateX(-2000px); } + transform: translateX(-2000px); + } + /* line 1079, _animations.scss */ 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); - transform: translateX(0); } } + transform: translateX(0); + } +} +/* line 1087, _animations.scss */ .fadeInLeftBig { -webkit-animation-name: fadeInLeftBig; - animation-name: fadeInLeftBig; } + animation-name: fadeInLeftBig; +} @-webkit-keyframes fadeInRight { + /* line 1093, _animations.scss */ 0% { opacity: 0; -webkit-transform: translateX(20px); - transform: translateX(20px); } + transform: translateX(20px); + } + /* line 1099, _animations.scss */ 100% { opacity: 1; -webkit-transform: translateX(0); - transform: translateX(0); } } + transform: translateX(0); + } +} @keyframes fadeInRight { + /* line 1107, _animations.scss */ 0% { opacity: 0; -webkit-transform: translateX(20px); -ms-transform: translateX(20px); - transform: translateX(20px); } + transform: translateX(20px); + } + /* line 1114, _animations.scss */ 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); - transform: translateX(0); } } + transform: translateX(0); + } +} +/* line 1122, _animations.scss */ .fadeInRight { -webkit-animation-name: fadeInRight; - animation-name: fadeInRight; } + animation-name: fadeInRight; +} @-webkit-keyframes fadeInRightBig { + /* line 1128, _animations.scss */ 0% { opacity: 0; -webkit-transform: translateX(2000px); - transform: translateX(2000px); } + transform: translateX(2000px); + } + /* line 1134, _animations.scss */ 100% { opacity: 1; -webkit-transform: translateX(0); - transform: translateX(0); } } + transform: translateX(0); + } +} @keyframes fadeInRightBig { + /* line 1142, _animations.scss */ 0% { opacity: 0; -webkit-transform: translateX(2000px); -ms-transform: translateX(2000px); - transform: translateX(2000px); } + transform: translateX(2000px); + } + /* line 1149, _animations.scss */ 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); - transform: translateX(0); } } + transform: translateX(0); + } +} +/* line 1157, _animations.scss */ .fadeInRightBig { -webkit-animation-name: fadeInRightBig; - animation-name: fadeInRightBig; } + animation-name: fadeInRightBig; +} @-webkit-keyframes fadeInUp { + /* line 1163, _animations.scss */ 0% { opacity: 0; -webkit-transform: translateY(20px); - transform: translateY(20px); } + transform: translateY(20px); + } + /* line 1169, _animations.scss */ 100% { opacity: 1; -webkit-transform: translateY(0); - transform: translateY(0); } } + transform: translateY(0); + } +} @keyframes fadeInUp { + /* line 1177, _animations.scss */ 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); - transform: translateY(20px); } + transform: translateY(20px); + } + /* line 1184, _animations.scss */ 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); - transform: translateY(0); } } + transform: translateY(0); + } +} +/* line 1192, _animations.scss */ .fadeInUp { -webkit-animation-name: fadeInUp; - animation-name: fadeInUp; } + animation-name: fadeInUp; +} @-webkit-keyframes fadeInUpBig { + /* line 1198, _animations.scss */ 0% { opacity: 0; -webkit-transform: translateY(2000px); - transform: translateY(2000px); } + transform: translateY(2000px); + } + /* line 1204, _animations.scss */ 100% { opacity: 1; -webkit-transform: translateY(0); - transform: translateY(0); } } + transform: translateY(0); + } +} @keyframes fadeInUpBig { + /* line 1212, _animations.scss */ 0% { opacity: 0; -webkit-transform: translateY(2000px); -ms-transform: translateY(2000px); - transform: translateY(2000px); } + transform: translateY(2000px); + } + /* line 1219, _animations.scss */ 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); - transform: translateY(0); } } + transform: translateY(0); + } +} +/* line 1227, _animations.scss */ .fadeInUpBig { -webkit-animation-name: fadeInUpBig; - animation-name: fadeInUpBig; } + animation-name: fadeInUpBig; +} @-webkit-keyframes fadeOut { + /* line 1233, _animations.scss */ 0% { - opacity: 1; } + opacity: 1; + } + /* line 1237, _animations.scss */ 100% { - opacity: 0; } } + opacity: 0; + } +} @keyframes fadeOut { + /* line 1243, _animations.scss */ 0% { - opacity: 1; } + opacity: 1; + } + /* line 1247, _animations.scss */ 100% { - opacity: 0; } } + opacity: 0; + } +} +/* line 1252, _animations.scss */ .fadeOut { -webkit-animation-name: fadeOut; - animation-name: fadeOut; } + animation-name: fadeOut; +} @-webkit-keyframes fadeOutDown { + /* line 1258, _animations.scss */ 0% { opacity: 1; -webkit-transform: translateY(0); - transform: translateY(0); } + transform: translateY(0); + } + /* line 1264, _animations.scss */ 100% { opacity: 0; -webkit-transform: translateY(20px); - transform: translateY(20px); } } + transform: translateY(20px); + } +} @keyframes fadeOutDown { + /* line 1272, _animations.scss */ 0% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); - transform: translateY(0); } + transform: translateY(0); + } + /* line 1279, _animations.scss */ 100% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); - transform: translateY(20px); } } + transform: translateY(20px); + } +} +/* line 1287, _animations.scss */ .fadeOutDown { -webkit-animation-name: fadeOutDown; - animation-name: fadeOutDown; } + animation-name: fadeOutDown; +} @-webkit-keyframes fadeOutDownBig { + /* line 1293, _animations.scss */ 0% { opacity: 1; -webkit-transform: translateY(0); - transform: translateY(0); } + transform: translateY(0); + } + /* line 1299, _animations.scss */ 100% { opacity: 0; -webkit-transform: translateY(2000px); - transform: translateY(2000px); } } + transform: translateY(2000px); + } +} @keyframes fadeOutDownBig { + /* line 1307, _animations.scss */ 0% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); - transform: translateY(0); } + transform: translateY(0); + } + /* line 1314, _animations.scss */ 100% { opacity: 0; -webkit-transform: translateY(2000px); -ms-transform: translateY(2000px); - transform: translateY(2000px); } } + transform: translateY(2000px); + } +} +/* line 1322, _animations.scss */ .fadeOutDownBig { -webkit-animation-name: fadeOutDownBig; - animation-name: fadeOutDownBig; } + animation-name: fadeOutDownBig; +} @-webkit-keyframes fadeOutLeft { + /* line 1328, _animations.scss */ 0% { opacity: 1; -webkit-transform: translateX(0); - transform: translateX(0); } + transform: translateX(0); + } + /* line 1334, _animations.scss */ 100% { opacity: 0; -webkit-transform: translateX(-20px); - transform: translateX(-20px); } } + transform: translateX(-20px); + } +} @keyframes fadeOutLeft { + /* line 1342, _animations.scss */ 0% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); - transform: translateX(0); } + transform: translateX(0); + } + /* line 1349, _animations.scss */ 100% { opacity: 0; -webkit-transform: translateX(-20px); -ms-transform: translateX(-20px); - transform: translateX(-20px); } } + transform: translateX(-20px); + } +} +/* line 1357, _animations.scss */ .fadeOutLeft { -webkit-animation-name: fadeOutLeft; - animation-name: fadeOutLeft; } + animation-name: fadeOutLeft; +} @-webkit-keyframes fadeOutLeftBig { + /* line 1363, _animations.scss */ 0% { opacity: 1; -webkit-transform: translateX(0); - transform: translateX(0); } + transform: translateX(0); + } + /* line 1369, _animations.scss */ 100% { opacity: 0; -webkit-transform: translateX(-2000px); - transform: translateX(-2000px); } } + transform: translateX(-2000px); + } +} @keyframes fadeOutLeftBig { + /* line 1377, _animations.scss */ 0% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); - transform: translateX(0); } + transform: translateX(0); + } + /* line 1384, _animations.scss */ 100% { opacity: 0; -webkit-transform: translateX(-2000px); -ms-transform: translateX(-2000px); - transform: translateX(-2000px); } } + transform: translateX(-2000px); + } +} +/* line 1392, _animations.scss */ .fadeOutLeftBig { -webkit-animation-name: fadeOutLeftBig; - animation-name: fadeOutLeftBig; } + animation-name: fadeOutLeftBig; +} @-webkit-keyframes fadeOutRight { + /* line 1398, _animations.scss */ 0% { opacity: 1; -webkit-transform: translateX(0); - transform: translateX(0); } + transform: translateX(0); + } + /* line 1404, _animations.scss */ 100% { opacity: 0; -webkit-transform: translateX(20px); - transform: translateX(20px); } } + transform: translateX(20px); + } +} @keyframes fadeOutRight { + /* line 1412, _animations.scss */ 0% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); - transform: translateX(0); } + transform: translateX(0); + } + /* line 1419, _animations.scss */ 100% { opacity: 0; -webkit-transform: translateX(20px); -ms-transform: translateX(20px); - transform: translateX(20px); } } + transform: translateX(20px); + } +} +/* line 1427, _animations.scss */ .fadeOutRight { -webkit-animation-name: fadeOutRight; - animation-name: fadeOutRight; } + animation-name: fadeOutRight; +} @-webkit-keyframes fadeOutRightBig { + /* line 1433, _animations.scss */ 0% { opacity: 1; -webkit-transform: translateX(0); - transform: translateX(0); } + transform: translateX(0); + } + /* line 1439, _animations.scss */ 100% { opacity: 0; -webkit-transform: translateX(2000px); - transform: translateX(2000px); } } + transform: translateX(2000px); + } +} @keyframes fadeOutRightBig { + /* line 1447, _animations.scss */ 0% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); - transform: translateX(0); } + transform: translateX(0); + } + /* line 1454, _animations.scss */ 100% { opacity: 0; -webkit-transform: translateX(2000px); -ms-transform: translateX(2000px); - transform: translateX(2000px); } } + transform: translateX(2000px); + } +} +/* line 1462, _animations.scss */ .fadeOutRightBig { -webkit-animation-name: fadeOutRightBig; - animation-name: fadeOutRightBig; } + animation-name: fadeOutRightBig; +} @-webkit-keyframes fadeOutUp { + /* line 1468, _animations.scss */ 0% { opacity: 1; -webkit-transform: translateY(0); - transform: translateY(0); } + transform: translateY(0); + } + /* line 1474, _animations.scss */ 100% { opacity: 0; -webkit-transform: translateY(-20px); - transform: translateY(-20px); } } + transform: translateY(-20px); + } +} @keyframes fadeOutUp { + /* line 1482, _animations.scss */ 0% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); - transform: translateY(0); } + transform: translateY(0); + } + /* line 1489, _animations.scss */ 100% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); - transform: translateY(-20px); } } + transform: translateY(-20px); + } +} +/* line 1497, _animations.scss */ .fadeOutUp { -webkit-animation-name: fadeOutUp; - animation-name: fadeOutUp; } + animation-name: fadeOutUp; +} @-webkit-keyframes fadeOutUpBig { + /* line 1503, _animations.scss */ 0% { opacity: 1; -webkit-transform: translateY(0); - transform: translateY(0); } + transform: translateY(0); + } + /* line 1509, _animations.scss */ 100% { opacity: 0; -webkit-transform: translateY(-2000px); - transform: translateY(-2000px); } } + transform: translateY(-2000px); + } +} @keyframes fadeOutUpBig { + /* line 1517, _animations.scss */ 0% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); - transform: translateY(0); } + transform: translateY(0); + } + /* line 1524, _animations.scss */ 100% { opacity: 0; -webkit-transform: translateY(-2000px); -ms-transform: translateY(-2000px); - transform: translateY(-2000px); } } + transform: translateY(-2000px); + } +} +/* line 1532, _animations.scss */ .fadeOutUpBig { -webkit-animation-name: fadeOutUpBig; - animation-name: fadeOutUpBig; } + animation-name: fadeOutUpBig; +} @-webkit-keyframes flip { + /* line 1538, _animations.scss */ 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; - animation-timing-function: ease-out; } + animation-timing-function: ease-out; + } + /* line 1545, _animations.scss */ 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; - animation-timing-function: ease-out; } + animation-timing-function: ease-out; + } + /* line 1552, _animations.scss */ 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; - animation-timing-function: ease-in; } + animation-timing-function: ease-in; + } + /* line 1559, _animations.scss */ 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; - animation-timing-function: ease-in; } + animation-timing-function: ease-in; + } + /* line 1566, _animations.scss */ 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; - animation-timing-function: ease-in; } } + animation-timing-function: ease-in; + } +} @keyframes flip { + /* line 1575, _animations.scss */ 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; - animation-timing-function: ease-out; } + animation-timing-function: ease-out; + } + /* line 1583, _animations.scss */ 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; - animation-timing-function: ease-out; } + animation-timing-function: ease-out; + } + /* line 1591, _animations.scss */ 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; - animation-timing-function: ease-in; } + animation-timing-function: ease-in; + } + /* line 1599, _animations.scss */ 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; - animation-timing-function: ease-in; } + animation-timing-function: ease-in; + } + /* line 1607, _animations.scss */ 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; - animation-timing-function: ease-in; } } + animation-timing-function: ease-in; + } +} +/* line 1616, _animations.scss */ .animated.flip { -webkit-backface-visibility: visible; -ms-backface-visibility: visible; backface-visibility: visible; -webkit-animation-name: flip; - animation-name: flip; } + animation-name: flip; +} @-webkit-keyframes flipInX { + /* line 1625, _animations.scss */ 0% { -webkit-transform: perspective(400px) rotateX(90deg); transform: perspective(400px) rotateX(90deg); - opacity: 0; } + opacity: 0; + } + /* line 1631, _animations.scss */ 40% { -webkit-transform: perspective(400px) rotateX(-10deg); - transform: perspective(400px) rotateX(-10deg); } + transform: perspective(400px) rotateX(-10deg); + } + /* line 1636, _animations.scss */ 70% { -webkit-transform: perspective(400px) rotateX(10deg); - transform: perspective(400px) rotateX(10deg); } + transform: perspective(400px) rotateX(10deg); + } + /* line 1641, _animations.scss */ 100% { -webkit-transform: perspective(400px) rotateX(0deg); transform: perspective(400px) rotateX(0deg); - opacity: 1; } } + opacity: 1; + } +} @keyframes flipInX { + /* line 1649, _animations.scss */ 0% { -webkit-transform: perspective(400px) rotateX(90deg); -ms-transform: perspective(400px) rotateX(90deg); transform: perspective(400px) rotateX(90deg); - opacity: 0; } + opacity: 0; + } + /* line 1656, _animations.scss */ 40% { -webkit-transform: perspective(400px) rotateX(-10deg); -ms-transform: perspective(400px) rotateX(-10deg); - transform: perspective(400px) rotateX(-10deg); } + transform: perspective(400px) rotateX(-10deg); + } + /* line 1662, _animations.scss */ 70% { -webkit-transform: perspective(400px) rotateX(10deg); -ms-transform: perspective(400px) rotateX(10deg); - transform: perspective(400px) rotateX(10deg); } + transform: perspective(400px) rotateX(10deg); + } + /* line 1668, _animations.scss */ 100% { -webkit-transform: perspective(400px) rotateX(0deg); -ms-transform: perspective(400px) rotateX(0deg); transform: perspective(400px) rotateX(0deg); - opacity: 1; } } + opacity: 1; + } +} +/* line 1676, _animations.scss */ .flipInX { -webkit-backface-visibility: visible !important; -ms-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInX; - animation-name: flipInX; } + animation-name: flipInX; +} @-webkit-keyframes flipInY { + /* line 1685, _animations.scss */ 0% { -webkit-transform: perspective(400px) rotateY(90deg); transform: perspective(400px) rotateY(90deg); - opacity: 0; } + opacity: 0; + } + /* line 1691, _animations.scss */ 40% { -webkit-transform: perspective(400px) rotateY(-10deg); - transform: perspective(400px) rotateY(-10deg); } + transform: perspective(400px) rotateY(-10deg); + } + /* line 1696, _animations.scss */ 70% { -webkit-transform: perspective(400px) rotateY(10deg); - transform: perspective(400px) rotateY(10deg); } + transform: perspective(400px) rotateY(10deg); + } + /* line 1701, _animations.scss */ 100% { -webkit-transform: perspective(400px) rotateY(0deg); transform: perspective(400px) rotateY(0deg); - opacity: 1; } } + opacity: 1; + } +} @keyframes flipInY { + /* line 1709, _animations.scss */ 0% { -webkit-transform: perspective(400px) rotateY(90deg); -ms-transform: perspective(400px) rotateY(90deg); transform: perspective(400px) rotateY(90deg); - opacity: 0; } + opacity: 0; + } + /* line 1716, _animations.scss */ 40% { -webkit-transform: perspective(400px) rotateY(-10deg); -ms-transform: perspective(400px) rotateY(-10deg); - transform: perspective(400px) rotateY(-10deg); } + transform: perspective(400px) rotateY(-10deg); + } + /* line 1722, _animations.scss */ 70% { -webkit-transform: perspective(400px) rotateY(10deg); -ms-transform: perspective(400px) rotateY(10deg); - transform: perspective(400px) rotateY(10deg); } + transform: perspective(400px) rotateY(10deg); + } + /* line 1728, _animations.scss */ 100% { -webkit-transform: perspective(400px) rotateY(0deg); -ms-transform: perspective(400px) rotateY(0deg); transform: perspective(400px) rotateY(0deg); - opacity: 1; } } + opacity: 1; + } +} +/* line 1736, _animations.scss */ .flipInY { -webkit-backface-visibility: visible !important; -ms-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInY; - animation-name: flipInY; } + animation-name: flipInY; +} @-webkit-keyframes flipOutX { + /* line 1745, _animations.scss */ 0% { -webkit-transform: perspective(400px) rotateX(0deg); transform: perspective(400px) rotateX(0deg); - opacity: 1; } + opacity: 1; + } + /* line 1751, _animations.scss */ 100% { -webkit-transform: perspective(400px) rotateX(90deg); transform: perspective(400px) rotateX(90deg); - opacity: 0; } } + opacity: 0; + } +} @keyframes flipOutX { + /* line 1759, _animations.scss */ 0% { -webkit-transform: perspective(400px) rotateX(0deg); -ms-transform: perspective(400px) rotateX(0deg); transform: perspective(400px) rotateX(0deg); - opacity: 1; } + opacity: 1; + } + /* line 1766, _animations.scss */ 100% { -webkit-transform: perspective(400px) rotateX(90deg); -ms-transform: perspective(400px) rotateX(90deg); transform: perspective(400px) rotateX(90deg); - opacity: 0; } } + opacity: 0; + } +} +/* line 1774, _animations.scss */ .flipOutX { -webkit-animation-name: flipOutX; animation-name: flipOutX; -webkit-backface-visibility: visible !important; -ms-backface-visibility: visible !important; - backface-visibility: visible !important; } + backface-visibility: visible !important; +} @-webkit-keyframes flipOutY { + /* line 1783, _animations.scss */ 0% { -webkit-transform: perspective(400px) rotateY(0deg); transform: perspective(400px) rotateY(0deg); - opacity: 1; } + opacity: 1; + } + /* line 1789, _animations.scss */ 100% { -webkit-transform: perspective(400px) rotateY(90deg); transform: perspective(400px) rotateY(90deg); - opacity: 0; } } + opacity: 0; + } +} @keyframes flipOutY { + /* line 1797, _animations.scss */ 0% { -webkit-transform: perspective(400px) rotateY(0deg); -ms-transform: perspective(400px) rotateY(0deg); transform: perspective(400px) rotateY(0deg); - opacity: 1; } + opacity: 1; + } + /* line 1804, _animations.scss */ 100% { -webkit-transform: perspective(400px) rotateY(90deg); -ms-transform: perspective(400px) rotateY(90deg); transform: perspective(400px) rotateY(90deg); - opacity: 0; } } + opacity: 0; + } +} +/* line 1812, _animations.scss */ .flipOutY { -webkit-backface-visibility: visible !important; -ms-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipOutY; - animation-name: flipOutY; } + animation-name: flipOutY; +} @-webkit-keyframes lightSpeedIn { + /* line 1821, _animations.scss */ 0% { -webkit-transform: translateX(100%) skewX(-30deg); transform: translateX(100%) skewX(-30deg); - opacity: 0; } + opacity: 0; + } + /* line 1827, _animations.scss */ 60% { -webkit-transform: translateX(-20%) skewX(30deg); transform: translateX(-20%) skewX(30deg); - opacity: 1; } + opacity: 1; + } + /* line 1833, _animations.scss */ 80% { -webkit-transform: translateX(0%) skewX(-15deg); transform: translateX(0%) skewX(-15deg); - opacity: 1; } + opacity: 1; + } + /* line 1839, _animations.scss */ 100% { -webkit-transform: translateX(0%) skewX(0deg); transform: translateX(0%) skewX(0deg); - opacity: 1; } } + opacity: 1; + } +} @keyframes lightSpeedIn { + /* line 1847, _animations.scss */ 0% { -webkit-transform: translateX(100%) skewX(-30deg); -ms-transform: translateX(100%) skewX(-30deg); transform: translateX(100%) skewX(-30deg); - opacity: 0; } + opacity: 0; + } + /* line 1854, _animations.scss */ 60% { -webkit-transform: translateX(-20%) skewX(30deg); -ms-transform: translateX(-20%) skewX(30deg); transform: translateX(-20%) skewX(30deg); - opacity: 1; } + opacity: 1; + } + /* line 1861, _animations.scss */ 80% { -webkit-transform: translateX(0%) skewX(-15deg); -ms-transform: translateX(0%) skewX(-15deg); transform: translateX(0%) skewX(-15deg); - opacity: 1; } + opacity: 1; + } + /* line 1868, _animations.scss */ 100% { -webkit-transform: translateX(0%) skewX(0deg); -ms-transform: translateX(0%) skewX(0deg); transform: translateX(0%) skewX(0deg); - opacity: 1; } } + opacity: 1; + } +} +/* line 1876, _animations.scss */ .lightSpeedIn { -webkit-animation-name: lightSpeedIn; animation-name: lightSpeedIn; -webkit-animation-timing-function: ease-out; - animation-timing-function: ease-out; } + animation-timing-function: ease-out; +} @-webkit-keyframes lightSpeedOut { + /* line 1884, _animations.scss */ 0% { -webkit-transform: translateX(0%) skewX(0deg); transform: translateX(0%) skewX(0deg); - opacity: 1; } + opacity: 1; + } + /* line 1890, _animations.scss */ 100% { -webkit-transform: translateX(100%) skewX(-30deg); transform: translateX(100%) skewX(-30deg); - opacity: 0; } } + opacity: 0; + } +} @keyframes lightSpeedOut { + /* line 1898, _animations.scss */ 0% { -webkit-transform: translateX(0%) skewX(0deg); -ms-transform: translateX(0%) skewX(0deg); transform: translateX(0%) skewX(0deg); - opacity: 1; } + opacity: 1; + } + /* line 1905, _animations.scss */ 100% { -webkit-transform: translateX(100%) skewX(-30deg); -ms-transform: translateX(100%) skewX(-30deg); transform: translateX(100%) skewX(-30deg); - opacity: 0; } } + opacity: 0; + } +} +/* line 1913, _animations.scss */ .lightSpeedOut { -webkit-animation-name: lightSpeedOut; animation-name: lightSpeedOut; -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; } + animation-timing-function: ease-in; +} @-webkit-keyframes rotateIn { + /* line 1921, _animations.scss */ 0% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(-200deg); transform: rotate(-200deg); - opacity: 0; } + opacity: 0; + } + /* line 1929, _animations.scss */ 100% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(0); transform: rotate(0); - opacity: 1; } } + opacity: 1; + } +} @keyframes rotateIn { + /* line 1939, _animations.scss */ 0% { -webkit-transform-origin: center center; -ms-transform-origin: center center; @@ -1900,8 +2646,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI -webkit-transform: rotate(-200deg); -ms-transform: rotate(-200deg); transform: rotate(-200deg); - opacity: 0; } + opacity: 0; + } + /* line 1949, _animations.scss */ 100% { -webkit-transform-origin: center center; -ms-transform-origin: center center; @@ -1909,28 +2657,38 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); - opacity: 1; } } + opacity: 1; + } +} +/* line 1960, _animations.scss */ .rotateIn { -webkit-animation-name: rotateIn; - animation-name: rotateIn; } + animation-name: rotateIn; +} @-webkit-keyframes rotateInDownLeft { + /* line 1966, _animations.scss */ 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); - opacity: 0; } + opacity: 0; + } + /* line 1974, _animations.scss */ 100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); transform: rotate(0); - opacity: 1; } } + opacity: 1; + } +} @keyframes rotateInDownLeft { + /* line 1984, _animations.scss */ 0% { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; @@ -1938,8 +2696,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); - opacity: 0; } + opacity: 0; + } + /* line 1994, _animations.scss */ 100% { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; @@ -1947,28 +2707,38 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); - opacity: 1; } } + opacity: 1; + } +} +/* line 2005, _animations.scss */ .rotateInDownLeft { -webkit-animation-name: rotateInDownLeft; - animation-name: rotateInDownLeft; } + animation-name: rotateInDownLeft; +} @-webkit-keyframes rotateInDownRight { + /* line 2011, _animations.scss */ 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(90deg); transform: rotate(90deg); - opacity: 0; } + opacity: 0; + } + /* line 2019, _animations.scss */ 100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); transform: rotate(0); - opacity: 1; } } + opacity: 1; + } +} @keyframes rotateInDownRight { + /* line 2029, _animations.scss */ 0% { -webkit-transform-origin: right bottom; -ms-transform-origin: right bottom; @@ -1976,8 +2746,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); - opacity: 0; } + opacity: 0; + } + /* line 2039, _animations.scss */ 100% { -webkit-transform-origin: right bottom; -ms-transform-origin: right bottom; @@ -1985,28 +2757,38 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); - opacity: 1; } } + opacity: 1; + } +} +/* line 2050, _animations.scss */ .rotateInDownRight { -webkit-animation-name: rotateInDownRight; - animation-name: rotateInDownRight; } + animation-name: rotateInDownRight; +} @-webkit-keyframes rotateInUpLeft { + /* line 2056, _animations.scss */ 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(90deg); transform: rotate(90deg); - opacity: 0; } + opacity: 0; + } + /* line 2064, _animations.scss */ 100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); transform: rotate(0); - opacity: 1; } } + opacity: 1; + } +} @keyframes rotateInUpLeft { + /* line 2074, _animations.scss */ 0% { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; @@ -2014,8 +2796,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); - opacity: 0; } + opacity: 0; + } + /* line 2084, _animations.scss */ 100% { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; @@ -2023,28 +2807,38 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); - opacity: 1; } } + opacity: 1; + } +} +/* line 2095, _animations.scss */ .rotateInUpLeft { -webkit-animation-name: rotateInUpLeft; - animation-name: rotateInUpLeft; } + animation-name: rotateInUpLeft; +} @-webkit-keyframes rotateInUpRight { + /* line 2101, _animations.scss */ 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); - opacity: 0; } + opacity: 0; + } + /* line 2109, _animations.scss */ 100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); transform: rotate(0); - opacity: 1; } } + opacity: 1; + } +} @keyframes rotateInUpRight { + /* line 2119, _animations.scss */ 0% { -webkit-transform-origin: right bottom; -ms-transform-origin: right bottom; @@ -2052,8 +2846,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); - opacity: 0; } + opacity: 0; + } + /* line 2129, _animations.scss */ 100% { -webkit-transform-origin: right bottom; -ms-transform-origin: right bottom; @@ -2061,28 +2857,38 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); - opacity: 1; } } + opacity: 1; + } +} +/* line 2140, _animations.scss */ .rotateInUpRight { -webkit-animation-name: rotateInUpRight; - animation-name: rotateInUpRight; } + animation-name: rotateInUpRight; +} @-webkit-keyframes rotateOut { + /* line 2146, _animations.scss */ 0% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(0); transform: rotate(0); - opacity: 1; } + opacity: 1; + } + /* line 2154, _animations.scss */ 100% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(200deg); transform: rotate(200deg); - opacity: 0; } } + opacity: 0; + } +} @keyframes rotateOut { + /* line 2164, _animations.scss */ 0% { -webkit-transform-origin: center center; -ms-transform-origin: center center; @@ -2090,8 +2896,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); - opacity: 1; } + opacity: 1; + } + /* line 2174, _animations.scss */ 100% { -webkit-transform-origin: center center; -ms-transform-origin: center center; @@ -2099,28 +2907,38 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI -webkit-transform: rotate(200deg); -ms-transform: rotate(200deg); transform: rotate(200deg); - opacity: 0; } } + opacity: 0; + } +} +/* line 2185, _animations.scss */ .rotateOut { -webkit-animation-name: rotateOut; - animation-name: rotateOut; } + animation-name: rotateOut; +} @-webkit-keyframes rotateOutDownLeft { + /* line 2191, _animations.scss */ 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); transform: rotate(0); - opacity: 1; } + opacity: 1; + } + /* line 2199, _animations.scss */ 100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(90deg); transform: rotate(90deg); - opacity: 0; } } + opacity: 0; + } +} @keyframes rotateOutDownLeft { + /* line 2209, _animations.scss */ 0% { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; @@ -2128,8 +2946,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); - opacity: 1; } + opacity: 1; + } + /* line 2219, _animations.scss */ 100% { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; @@ -2137,28 +2957,38 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); - opacity: 0; } } + opacity: 0; + } +} +/* line 2230, _animations.scss */ .rotateOutDownLeft { -webkit-animation-name: rotateOutDownLeft; - animation-name: rotateOutDownLeft; } + animation-name: rotateOutDownLeft; +} @-webkit-keyframes rotateOutDownRight { + /* line 2236, _animations.scss */ 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); transform: rotate(0); - opacity: 1; } + opacity: 1; + } + /* line 2244, _animations.scss */ 100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); - opacity: 0; } } + opacity: 0; + } +} @keyframes rotateOutDownRight { + /* line 2254, _animations.scss */ 0% { -webkit-transform-origin: right bottom; -ms-transform-origin: right bottom; @@ -2166,8 +2996,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); - opacity: 1; } + opacity: 1; + } + /* line 2264, _animations.scss */ 100% { -webkit-transform-origin: right bottom; -ms-transform-origin: right bottom; @@ -2175,28 +3007,38 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); - opacity: 0; } } + opacity: 0; + } +} +/* line 2275, _animations.scss */ .rotateOutDownRight { -webkit-animation-name: rotateOutDownRight; - animation-name: rotateOutDownRight; } + animation-name: rotateOutDownRight; +} @-webkit-keyframes rotateOutUpLeft { + /* line 2281, _animations.scss */ 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); transform: rotate(0); - opacity: 1; } + opacity: 1; + } + /* line 2289, _animations.scss */ 100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); - opacity: 0; } } + opacity: 0; + } +} @keyframes rotateOutUpLeft { + /* line 2299, _animations.scss */ 0% { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; @@ -2204,8 +3046,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); - opacity: 1; } + opacity: 1; + } + /* line 2309, _animations.scss */ 100% { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; @@ -2213,28 +3057,38 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); - opacity: 0; } } + opacity: 0; + } +} +/* line 2320, _animations.scss */ .rotateOutUpLeft { -webkit-animation-name: rotateOutUpLeft; - animation-name: rotateOutUpLeft; } + animation-name: rotateOutUpLeft; +} @-webkit-keyframes rotateOutUpRight { + /* line 2326, _animations.scss */ 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); transform: rotate(0); - opacity: 1; } + opacity: 1; + } + /* line 2334, _animations.scss */ 100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(90deg); transform: rotate(90deg); - opacity: 0; } } + opacity: 0; + } +} @keyframes rotateOutUpRight { + /* line 2344, _animations.scss */ 0% { -webkit-transform-origin: right bottom; -ms-transform-origin: right bottom; @@ -2242,8 +3096,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); - opacity: 1; } + opacity: 1; + } + /* line 2354, _animations.scss */ 100% { -webkit-transform-origin: right bottom; -ms-transform-origin: right bottom; @@ -2251,193 +3107,276 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); - opacity: 0; } } + opacity: 0; + } +} +/* line 2365, _animations.scss */ .rotateOutUpRight { -webkit-animation-name: rotateOutUpRight; - animation-name: rotateOutUpRight; } + animation-name: rotateOutUpRight; +} @-webkit-keyframes slideInDown { + /* line 2371, _animations.scss */ 0% { opacity: 0; -webkit-transform: translateY(-2000px); - transform: translateY(-2000px); } + transform: translateY(-2000px); + } + /* line 2377, _animations.scss */ 100% { -webkit-transform: translateY(0); - transform: translateY(0); } } + transform: translateY(0); + } +} @keyframes slideInDown { + /* line 2384, _animations.scss */ 0% { opacity: 0; -webkit-transform: translateY(-2000px); -ms-transform: translateY(-2000px); - transform: translateY(-2000px); } + transform: translateY(-2000px); + } + /* line 2391, _animations.scss */ 100% { -webkit-transform: translateY(0); -ms-transform: translateY(0); - transform: translateY(0); } } + transform: translateY(0); + } +} +/* line 2398, _animations.scss */ .slideInDown { -webkit-animation-name: slideInDown; - animation-name: slideInDown; } + animation-name: slideInDown; +} @-webkit-keyframes slideInLeft { + /* line 2404, _animations.scss */ 0% { opacity: 0; -webkit-transform: translateX(-2000px); - transform: translateX(-2000px); } + transform: translateX(-2000px); + } + /* line 2410, _animations.scss */ 100% { -webkit-transform: translateX(0); - transform: translateX(0); } } + transform: translateX(0); + } +} @keyframes slideInLeft { + /* line 2417, _animations.scss */ 0% { opacity: 0; -webkit-transform: translateX(-2000px); -ms-transform: translateX(-2000px); - transform: translateX(-2000px); } + transform: translateX(-2000px); + } + /* line 2424, _animations.scss */ 100% { -webkit-transform: translateX(0); -ms-transform: translateX(0); - transform: translateX(0); } } + transform: translateX(0); + } +} +/* line 2431, _animations.scss */ .slideInLeft { -webkit-animation-name: slideInLeft; - animation-name: slideInLeft; } + animation-name: slideInLeft; +} @-webkit-keyframes slideInRight { + /* line 2437, _animations.scss */ 0% { opacity: 0; -webkit-transform: translateX(2000px); - transform: translateX(2000px); } + transform: translateX(2000px); + } + /* line 2443, _animations.scss */ 100% { -webkit-transform: translateX(0); - transform: translateX(0); } } + transform: translateX(0); + } +} @keyframes slideInRight { + /* line 2450, _animations.scss */ 0% { opacity: 0; -webkit-transform: translateX(2000px); -ms-transform: translateX(2000px); - transform: translateX(2000px); } + transform: translateX(2000px); + } + /* line 2457, _animations.scss */ 100% { -webkit-transform: translateX(0); -ms-transform: translateX(0); - transform: translateX(0); } } + transform: translateX(0); + } +} +/* line 2464, _animations.scss */ .slideInRight { -webkit-animation-name: slideInRight; - animation-name: slideInRight; } + animation-name: slideInRight; +} @-webkit-keyframes slideOutLeft { + /* line 2470, _animations.scss */ 0% { -webkit-transform: translateX(0); - transform: translateX(0); } + transform: translateX(0); + } + /* line 2475, _animations.scss */ 100% { opacity: 0; -webkit-transform: translateX(-2000px); - transform: translateX(-2000px); } } + transform: translateX(-2000px); + } +} @keyframes slideOutLeft { + /* line 2483, _animations.scss */ 0% { -webkit-transform: translateX(0); -ms-transform: translateX(0); - transform: translateX(0); } + transform: translateX(0); + } + /* line 2489, _animations.scss */ 100% { opacity: 0; -webkit-transform: translateX(-2000px); -ms-transform: translateX(-2000px); - transform: translateX(-2000px); } } + transform: translateX(-2000px); + } +} +/* line 2497, _animations.scss */ .slideOutLeft { -webkit-animation-name: slideOutLeft; - animation-name: slideOutLeft; } + animation-name: slideOutLeft; +} @-webkit-keyframes slideOutRight { + /* line 2503, _animations.scss */ 0% { -webkit-transform: translateX(0); - transform: translateX(0); } + transform: translateX(0); + } + /* line 2508, _animations.scss */ 100% { opacity: 0; -webkit-transform: translateX(2000px); - transform: translateX(2000px); } } + transform: translateX(2000px); + } +} @keyframes slideOutRight { + /* line 2516, _animations.scss */ 0% { -webkit-transform: translateX(0); -ms-transform: translateX(0); - transform: translateX(0); } + transform: translateX(0); + } + /* line 2522, _animations.scss */ 100% { opacity: 0; -webkit-transform: translateX(2000px); -ms-transform: translateX(2000px); - transform: translateX(2000px); } } + transform: translateX(2000px); + } +} +/* line 2530, _animations.scss */ .slideOutRight { -webkit-animation-name: slideOutRight; - animation-name: slideOutRight; } + animation-name: slideOutRight; +} @-webkit-keyframes slideOutUp { + /* line 2536, _animations.scss */ 0% { -webkit-transform: translateY(0); - transform: translateY(0); } + transform: translateY(0); + } + /* line 2541, _animations.scss */ 100% { opacity: 0; -webkit-transform: translateY(-2000px); - transform: translateY(-2000px); } } + transform: translateY(-2000px); + } +} @keyframes slideOutUp { + /* line 2549, _animations.scss */ 0% { -webkit-transform: translateY(0); -ms-transform: translateY(0); - transform: translateY(0); } + transform: translateY(0); + } + /* line 2555, _animations.scss */ 100% { opacity: 0; -webkit-transform: translateY(-2000px); -ms-transform: translateY(-2000px); - transform: translateY(-2000px); } } + transform: translateY(-2000px); + } +} +/* line 2563, _animations.scss */ .slideOutUp { -webkit-animation-name: slideOutUp; - animation-name: slideOutUp; } + animation-name: slideOutUp; +} @-webkit-keyframes hinge { + /* line 2569, _animations.scss */ 0% { -webkit-transform: rotate(0); transform: rotate(0); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; } + animation-timing-function: ease-in-out; + } + /* line 2578, _animations.scss */ 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; - animation-timing-function: ease-in-out; } + animation-timing-function: ease-in-out; + } + /* line 2587, _animations.scss */ 40% { -webkit-transform: rotate(60deg); transform: rotate(60deg); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; } + animation-timing-function: ease-in-out; + } + /* line 2596, _animations.scss */ 80% { -webkit-transform: rotate(60deg) translateY(0); transform: rotate(60deg) translateY(0); @@ -2445,14 +3384,19 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; } + animation-timing-function: ease-in-out; + } + /* line 2606, _animations.scss */ 100% { -webkit-transform: translateY(700px); transform: translateY(700px); - opacity: 0; } } + opacity: 0; + } +} @keyframes hinge { + /* line 2614, _animations.scss */ 0% { -webkit-transform: rotate(0); -ms-transform: rotate(0); @@ -2461,8 +3405,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI -ms-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; } + animation-timing-function: ease-in-out; + } + /* line 2625, _animations.scss */ 20%, 60% { -webkit-transform: rotate(80deg); -ms-transform: rotate(80deg); @@ -2471,8 +3417,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI -ms-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; } + animation-timing-function: ease-in-out; + } + /* line 2636, _animations.scss */ 40% { -webkit-transform: rotate(60deg); -ms-transform: rotate(60deg); @@ -2481,8 +3429,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI -ms-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; } + animation-timing-function: ease-in-out; + } + /* line 2647, _animations.scss */ 80% { -webkit-transform: rotate(60deg) translateY(0); -ms-transform: rotate(60deg) translateY(0); @@ -2492,111 +3442,147 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI -ms-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; } + animation-timing-function: ease-in-out; + } + /* line 2659, _animations.scss */ 100% { -webkit-transform: translateY(700px); -ms-transform: translateY(700px); transform: translateY(700px); - opacity: 0; } } + opacity: 0; + } +} +/* line 2667, _animations.scss */ .hinge { -webkit-animation-name: hinge; - animation-name: hinge; } + animation-name: hinge; +} /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ @-webkit-keyframes rollIn { + /* line 2675, _animations.scss */ 0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); - transform: translateX(-100%) rotate(-120deg); } + transform: translateX(-100%) rotate(-120deg); + } + /* line 2681, _animations.scss */ 100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); - transform: translateX(0px) rotate(0deg); } } + transform: translateX(0px) rotate(0deg); + } +} @keyframes rollIn { + /* line 2689, _animations.scss */ 0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); -ms-transform: translateX(-100%) rotate(-120deg); - transform: translateX(-100%) rotate(-120deg); } + transform: translateX(-100%) rotate(-120deg); + } + /* line 2696, _animations.scss */ 100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); -ms-transform: translateX(0px) rotate(0deg); - transform: translateX(0px) rotate(0deg); } } + transform: translateX(0px) rotate(0deg); + } +} +/* line 2704, _animations.scss */ .rollIn { -webkit-animation-name: rollIn; - animation-name: rollIn; } + animation-name: rollIn; +} /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ @-webkit-keyframes rollOut { + /* line 2712, _animations.scss */ 0% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); - transform: translateX(0px) rotate(0deg); } + transform: translateX(0px) rotate(0deg); + } + /* line 2718, _animations.scss */ 100% { opacity: 0; -webkit-transform: translateX(100%) rotate(120deg); - transform: translateX(100%) rotate(120deg); } } + transform: translateX(100%) rotate(120deg); + } +} @keyframes rollOut { + /* line 2726, _animations.scss */ 0% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); -ms-transform: translateX(0px) rotate(0deg); - transform: translateX(0px) rotate(0deg); } + transform: translateX(0px) rotate(0deg); + } + /* line 2733, _animations.scss */ 100% { opacity: 0; -webkit-transform: translateX(100%) rotate(120deg); -ms-transform: translateX(100%) rotate(120deg); - transform: translateX(100%) rotate(120deg); } } + transform: translateX(100%) rotate(120deg); + } +} +/* line 2741, _animations.scss */ .rollOut { -webkit-animation-name: rollOut; - animation-name: rollOut; } + animation-name: rollOut; +} @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; - font-style: normal; } + font-style: normal; +} @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; - font-style: normal; } + font-style: normal; +} @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; - font-style: normal; } + font-style: normal; +} @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; - font-style: normal; } + font-style: normal; +} @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; - font-style: italic; } + font-style: italic; +} +/* line 52, _fonts.scss */ [class^="icon-"]:before, [class*=" icon-"]:before { font-family: 'popcorn'; speak: none; @@ -2608,123 +3594,186 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI margin-right: 10px; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; } + -moz-osx-font-smoothing: grayscale; +} +/* line 67, _fonts.scss */ .icon-github:before { - content: "\e600"; } + content: "\e600"; +} +/* line 70, _fonts.scss */ .icon-browser:before { - content: "\e601"; } + content: "\e601"; +} + +/* line 73, _fonts.scss */ +.icon-linux:before { + content: "\e60f"; +} +/* line 76, _fonts.scss */ .icon-win:before { - content: "\e602"; } + content: "\e602"; +} +/* line 79, _fonts.scss */ .icon-vlc:before { - content: "\e603"; } + content: "\e603"; +} +/* line 82, _fonts.scss */ .icon-hd:before { - content: "\e604"; } + content: "\e604"; +} +/* line 85, _fonts.scss */ .icon-facebook:before { - content: "\e605"; } + content: "\e605"; +} +/* line 88, _fonts.scss */ .icon-twitter:before { - content: "\e606"; } + content: "\e606"; +} +/* line 91, _fonts.scss */ .icon-eye:before { - content: "\e607"; } + content: "\e607"; +} +/* line 94, _fonts.scss */ .icon-play:before { - content: "\e608"; } + content: "\e608"; +} +/* line 97, _fonts.scss */ .icon-mac:before { - content: "\e609"; } + content: "\e609"; +} +/* line 100, _fonts.scss */ .icon-laptop:before { - content: "\e60a"; } + content: "\e60a"; +} +/* line 103, _fonts.scss */ .icon-screen:before { - content: "\e60b"; } + content: "\e60b"; +} +/* line 106, _fonts.scss */ .icon-window:before { - content: "\e60c"; } + content: "\e60c"; +} +/* line 109, _fonts.scss */ .icon-info:before { - content: "\e60d"; } + content: "\e60d"; +} +/* line 112, _fonts.scss */ .icon-close:before { - content: "\e60e"; } + content: "\e60e"; +} +/* line 1, _base.scss */ body { font-family: "BrandonText"; font-size: 16px; line-height: 19px; color: #b1b5bd; - min-width: 980px; } + min-width: 980px; +} +/* line 9, _base.scss */ section { width: 100%; - max-width: 100%; } + max-width: 100%; +} +/* line 14, _base.scss */ .container { background: #fff; top: 670px; position: relative; - z-index: 1; } + z-index: 1; +} +/* line 21, _base.scss */ img { pointer-events: none; user-select: none; -webkit-user-select: none; - -moz-user-select: none; } + -moz-user-select: none; +} +/* line 28, _base.scss */ .fixed-width { width: 980px; margin: 0 auto; - position: relative; } + position: relative; +} +/* line 34, _base.scss */ h1 { font-weight: 400; font-size: 48px; - line-height: 48px; } + line-height: 48px; +} +/* line 40, _base.scss */ h2 { font-weight: 400; font-size: 36px; - line-height: 36px; } + line-height: 36px; +} +/* line 46, _base.scss */ h3 { font-weight: 400; font-size: 30px; - line-height: 30px; } + line-height: 30px; +} +/* line 52, _base.scss */ h4 { font-weight: 400; font-size: 24px; - line-height: 24px; } + line-height: 24px; +} +/* line 58, _base.scss */ h5 { font-weight: bold; font-size: 20px; line-height: 20px; color: #122a4a; - margin: 0; } + margin: 0; +} +/* line 66, _base.scss */ .clear-fix:after { clear: both; content: ""; display: block; height: 0; - width: 0; } + width: 0; +} +/* line 74, _base.scss */ .align-center { margin: 0 auto; - display: block; } + display: block; +} +/* line 79, _base.scss */ .width-50 { width: 50%; - text-align: center; } + text-align: center; +} +/* line 1, _buttons.scss */ [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); @@ -2737,49 +3786,79 @@ h5 { 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; - transition: background-color ease .2s, box-shadow ease .2s; } + transition: background-color ease .2s, box-shadow ease .2s; +} +/* line 15, _buttons.scss */ .btn-disabled { background-color: #a2a2a2; cursor: default; - pointer-events: none; } + pointer-events: none; +} +/* line 20, _buttons.scss */ .btn-main { - background-color: #e74c3c; } - .btn-main:hover { - background-color: #d62c1a; } - .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); } - + 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 { - background: #36bff4; } - .icon-twitter:before { - font-size: 16px; } - .icon-twitter:hover { - background: #3cd0fa; } - .icon-twitter:active { - background: #35bef3; } - + 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 { - background: #1b6fbb; } - .icon-facebook:hover { - background: #2081d1; } - .icon-facebook:active { - background: #1864a9; } - + background: #1b6fbb; +} +/* line 46, _buttons.scss */ +.icon-facebook:hover { + background: #2081d1; +} +/* line 49, _buttons.scss */ +.icon-facebook:active { + background: #1864a9; +} + +/* line 53, _buttons.scss */ .btn-wider { - padding: 14px 45px; } + padding: 14px 45px; +} +/* line 56, _buttons.scss */ .btn-wide { - width: 200px; } + width: 200px; +} +/* line 59, _buttons.scss */ .btn-med { width: 130px; display: block; margin: 0 auto; - text-align: center; } + text-align: center; +} +/* line 1, _header.scss */ #header { height: 670px; overflow: hidden; @@ -2791,17 +3870,27 @@ h5 { box-sizing: border-box; -moz-box-sizing: border-box; padding-top: 30px; - position: fixed; } - #header .text { - padding: 0 0 40px; } - #header h1 { - margin-bottom: 5px; - margin-top: 0px; } - #header p { - margin-bottom: 0; } - #header .ui-screenshot { - box-shadow: 0px -10px 30px 10px rgba(67, 244, 249, 0.25); } - + 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 */ #logo { display: block; text-indent: -9999px; @@ -2810,96 +3899,140 @@ h5 { height: 71px; background: url(../images/header-logo.png) no-repeat; margin: 0 auto; - text-align: left; } + text-align: left; +} +/* line 43, _header.scss */ #links { font-size: 18px; font-weight: normal; padding: 0; - margin: 0 0 30px; } - #links li { - list-style: none; - display: inline-block; - text-align: center; - /* margin: 0 25px; */ - vertical-align: top; } - #links li.download { - line-height: 40px; - margin-right: 0; } - #links li.download a { - line-height: 19px; } - #links li.github { - position: relative; - top: 16px; } - #links li.github a:before { - position: absolute; - left: -30px; } - #links li small { - font-size: 12px; - color: rgba(0, 0, 0, 0.5); - font-weight: normal; - font-style: italic; } - #links a { - color: #fff; - text-decoration: none; } + 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; +} +/* line 1, _features.scss */ #features { - padding: 35px 0; } - #features article { - width: 400px; - float: left; - padding: 30px 0; } - #features article:nth-child(even) { - margin-left: 180px; } - #features article img { - float: left; - margin-right: 25px; - position: relative; - top: -10px; } - #features .action { - padding-top: 25px; } - #features .pochoclin { - padding-left: 150px; } - #features hr { - border: none; - border-top: 1px solid #b7bbc2; - position: relative; - top: 10px; - z-index: -1; - margin-top: 20px; } - #features hr + h2 { - background: #fff; - display: inline-block; - padding: 0 20px; - margin-top: -50px; } - #features small { - display: block; - font-style: italic; - color: #6496b7; - line-height: 25px; } + 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; +} +/* line 52, _features.scss */ .warning { background: rgba(251, 249, 93, 0.5); font-size: 16px; padding: 15px 0; - color: #858230; } - .warning h5 { - font-size: 18px; - color: #858230; - display: block; - width: 880px; - margin: 0 auto; - position: relative; } - .warning h5:before { - position: absolute; - left: -50px; - font-size: 30px; } - .warning p { - font-style: italic; - display: block; - width: 880px; - margin: 5px auto; } + 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; +} +/* line 1, _how.scss */ #how { background: url(../images/bg-how.jpg) no-repeat center #0e1226; height: 569px; @@ -2908,246 +4041,369 @@ h5 { box-sizing: border-box; -moz-box-sizing: border-box; padding-top: 105px; - overflow: hidden; } - #how:before, #how:after { - content: ""; - height: 20px; - width: 100%; - background: url(../images/film-tile.png) repeat-x center; - position: absolute; - top: 0; - left: 0; } - #how:after { - top: auto; - bottom: 0; } - #how h2, #how h4 { - margin: 0 0 10px; } - #how .steps { - position: relative; - font-weight: bold; - margin-top: 50px; } - #how .steps a { - color: #f2a500; } - #how .steps a:hover { - text-decoration: none; } - #how .steps:before { - content: ""; - width: 2px; - height: 100%; - background: #42485e; - opacity: .5; - position: absolute; - left: 22px; - top: 0px; - bottom: 0px; } - #how .steps li { - line-height: 42px; - position: relative; - list-style: none; - padding-left: 25px; - margin: 0 0 50px 0; } - #how .steps li:last-child { - margin: 0; } - #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; } - #how .steps li.icon-vlc:before { - font-size: 18px; - line-height: 40px; } - #how .steps li.icon-eye:before { - font-size: 13px; } - #how .steps li.icon-hd:before { - font-size: 18px; } - #how .steps li.icon-play:before { - font-size: 12px; - text-indent: 3px; } - #how .ui-screenshot { - position: absolute; - bottom: 0; - left: 50%; - display: block; - margin-left: -150px; } + 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; +} +/* line 1, _getapp.scss */ #get-app { text-align: center; font-size: 24px; padding: 50px 0 0 0; - color: #444c5e; } - #get-app .platforms { - padding: 50px 0; } - #get-app .platforms li { - list-style: none; - display: inline-block; - padding: 0 40px; } - #get-app .platforms li:before { - display: block; - font-size: 86px; - text-indent: 8px; - margin-bottom: 20px; - color: #0e1226; } - #get-app .platforms li small { - display: block; - color: #6496b7; - font-size: 12px; - font-style: italic; } - #get-app .platforms li [class^="btn-"] { - margin-bottom: 5px; } - + 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 */ #browse-movies { background: #0e1226; - text-align: center; } - #browse-movies h2 { - padding: 50px 0; - color: #fff; } + text-align: center; +} +/* line 5, _browse.scss */ +#browse-movies h2 { + padding: 50px 0; + color: #fff; +} +/* line 1, _footer.scss */ #footer { width: 980px; - margin: 0 auto; } - #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; } - #footer nav { - padding: 10px 0 45px; } - #footer ul { - float: right; - padding: 0; - margin: 0; } - #footer ul li { - display: inline-block; - list-style: none; - vertical-align: middle; - margin-left: 35px; } - #footer ul li.social { - margin-left: 10px; } - #footer ul li.social + :not(.social) { - margin-left: 50px; } - #footer ul li.download { - position: relative; - top: 9px; } - #footer ul li.github { - position: relative; - margin-left: 70px; } - #footer ul a { - color: #a2a2a2; - text-decoration: none; - position: relative; } - #footer ul a:hover { - color: #444; } - #footer ul a.btn-main { - color: #fff; } - #footer ul a.icon-github:before { - position: absolute; - left: -30px; } - #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; } - #footer ul a.icon-facebook:hover, #footer ul a.icon-twitter:hover { - background: #005c98; } - #footer ul a.icon-twitter { - text-indent: 5px; - background: #00bff3; } - #footer ul a.icon-twitter:hover { - background: #00a3cf; } - #footer ul a.icon-facebook:before, #footer ul a.icon-twitter:before { - display: block; - position: absolute; - top: 8px; - left: 50%; - margin-left: -15px; } - #footer ul a.icon-twitter:before { - font-size: 12px; - top: 9px; - margin-left: -13px; } - #footer ul small { - display: block; - color: #6496b7; - font-size: 12px; - font-style: italic; } - #footer hr { - border: none; - border-top: 1px solid #a2a2a2; } - #footer hr + i { - display: block; - width: 40px; - height: 20px; - background: url(../images/footer-film.png) no-repeat; - margin: -18px auto 0; } - #footer footer { - text-align: center; - font-size: 14px; } - #footer footer p { - padding: 20px 0; } - #footer footer p span { - color: #e74c3c; } - #footer footer small { - display: block; - font-size: 14px; - color: #d7d4d4; } - #footer footer small a { - color: #6496b7; } - + 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 */ .beta #footer .download { - display: none !important; } + display: none !important; +} +/* line 5, _beta.scss */ .beta #footer nav { - padding: 20px 0 25px; } + padding: 20px 0 25px; +} +/* line 8, _beta.scss */ .beta #footer ul { - padding-top: 22px; } + padding-top: 22px; +} +/* line 11, _beta.scss */ .beta #footer > hr { display: block !important; - opacity: .2; } + opacity: .2; +} +/* line 18, _beta.scss */ .beta #get-app .platforms { - margin-bottom: 0; } + margin-bottom: 0; +} +/* line 23, _beta.scss */ .beta #browse-movies { - display: none; } + display: none; +} +/* line 28, _beta.scss */ .soon #links .download, .soon #features .action { - display: none !important; } + display: none !important; +} +/* line 32, _beta.scss */ .soon #links .social { - margin: 0 10px; } + margin: 0 10px; +} +/* line 3, _os.scss */ body.mac .dl-win, body.win .dl-mac, body.nope .dl-win { - display: none !important; } + display: none !important; +} +/* line 7, _os.scss */ body .dl-win { - display: none !important; } + display: none !important; +} +/* line 11, _os.scss */ body.win .dl-win { - display: inline-block !important; } + display: inline-block !important; +} diff --git a/fonts/popcorn.eot b/fonts/popcorn.eot old mode 100755 new mode 100644 index 27d9f0f1773f4ed110e3457d7007f36d1441d21c..ceab384370780e29dc0ddd6b64b31088fbeaeac4 GIT binary patch literal 12384 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 fZpgwo;^;v1VP}seQ=7PjYj?c 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 Pqj!0ID$T0@>+gR7E$4ji diff --git a/fonts/popcorn.svg b/fonts/popcorn.svg old mode 100755 new mode 100644 index 6007e85..3b399cd --- a/fonts/popcorn.svg +++ b/fonts/popcorn.svg @@ -1,25 +1,27 @@ - + -Generated by IcoMoon +Copyright (C) 2014 by original authors @ fontello.com - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fonts/popcorn.ttf b/fonts/popcorn.ttf old mode 100755 new mode 100644 index 1cafcec8d64548af0eaea10e8142e8d4f3e4800c..f056b672a4646c35bba38696db4122f7974da791 GIT binary patch literal 12220 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 Lr_!SOzh3_fhInic diff --git a/fonts/popcorn.woff b/fonts/popcorn.woff old mode 100755 new mode 100644 index f6ca6d2671fb6cfa87682836bd71fe1ef5790075..19f0a5fd6eb18ca0dc5dd82c2175e77b0b1ed05b GIT binary patch literal 7508 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 literal 4052 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 diff --git a/index.html b/index.html index 096ebe1..18a96dd 100644 --- a/index.html +++ b/index.html @@ -166,7 +166,7 @@