/* line 5, ../../../../../../../home/ricardo/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

/* line 22, ../../../../../../../home/ricardo/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
    line-height: 1;
}

/* line 24, ../../../../../../../home/ricardo/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
    list-style: none;
}

/* line 26, ../../../../../../../home/ricardo/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* line 28, ../../../../../../../home/ricardo/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

/* line 30, ../../../../../../../home/ricardo/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
    quotes: none;
}
/* line 103, ../../../../../../../home/ricardo/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

/* line 32, ../../../../../../../home/ricardo/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
    border: none;
}

/* line 116, ../../../../../../../home/ricardo/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

@font-face {
    font-family: 'TheSansRio2016TT-Regular';
    src: url("../fonts/thesansrio2016/regular/TheSansRio2016TT-Regular.eot");
    src: url("../fonts/thesansrio2016/regular/TheSansRio2016TT-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/thesansrio2016/regular/TheSansRio2016TT-Regular.woff") format("woff"), url("../fonts/thesansrio2016/regular/TheSansRio2016TT-Regular.ttf") format("truetype"), url("../fonts/thesansrio2016/regular/TheSansRio2016TT-Regular.svg#TheSansRio2016TT-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TheSansRio2016TT-Bold';
    src: url("../fonts/thesansrio2016/bold/TheSansRio2016TT-Bold.eot");
    src: url("../fonts/thesansrio2016/bold/TheSansRio2016TT-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/thesansrio2016/bold/TheSansRio2016TT-Bold.woff") format("woff"), url("../fonts/thesansrio2016/bold/TheSansRio2016TT-Bold.ttf") format("truetype"), url("../fonts/thesansrio2016/bold/TheSansRio2016TT-Bold.svg#TheSansRio2016TT-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Rio2016regular';
    src: url("../fonts/rio2016/regular/rio2016_rg-webfont.eot");
    src: url("../fonts/rio2016/regular/rio2016_rg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/rio2016/regular/rio2016_rg-webfont.woff2") format("woff2"), url("../fonts/rio2016/regular/rio2016_rg-webfont.woff") format("woff"), url("../fonts/rio2016/regular/rio2016_rg-webfont.ttf") format("truetype"), url("../fonts/rio2016/regular/rio2016_rg-webfont.svg#rio2016regular") format("svg");
    font-weight: normal;
    font-style: normal;
}
/**
 * Fonts
 **/
/* WDSS *
 * General classes
 **/
/* line 5, ../sass/includes/_general-classes.scss */
html, body {
    width: 100%;
    height: auto;
    font-family: "Rio2016regular", Arial, sans-serif;
}

/* line 11, ../sass/includes/_general-classes.scss */
#site-wrapper, #site-canvas, #header {
    -webkit-transform: translate3d(0, 0, 0);
}

/* line 15, ../sass/includes/_general-classes.scss */
* {
    outline: none;
}

/* line 19, ../sass/includes/_general-classes.scss */
a {
    text-decoration: none;
}

/* line 23, ../sass/includes/_general-classes.scss */
input {
    border: 0;
    outline: 0;
}

/* line 28, ../sass/includes/_general-classes.scss */
h1, h2, h3, h4 {
    text-indent: -9999px;
    line-height: 0;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
}

/* line 36, ../sass/includes/_general-classes.scss */
h2 {
    padding: 3% 0;
}

/* line 40, ../sass/includes/_general-classes.scss */
img, canvas {
    max-width: 100%;
}

/* line 45, ../sass/includes/_general-classes.scss */
.last {
    margin: 0 !important;
    padding: 0 !important;
}

/* line 50, ../sass/includes/_general-classes.scss */
.align-left {
    float: left;
}

/* line 54, ../sass/includes/_general-classes.scss */
.align-right {
    float: right;
}

/* line 58, ../sass/includes/_general-classes.scss */
.clearfix {
    clear: both;
}

/* line 62, ../sass/includes/_general-classes.scss */
.page {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    min-width: 960px;
    min-height: 600px;
    overflow: visible;
}

/* line 72, ../sass/includes/_general-classes.scss */
.page-wrapper {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-transform: translate3d(0, 0, 0);
}

/* line 83, ../sass/includes/_general-classes.scss */
.content {
    position: relative;
    top: 60%;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1280px), (max-height: 768px) {
    /* line 83, ../sass/includes/_general-classes.scss */
    .content {
        width: 85%;
    }
}

/* line 95, ../sass/includes/_general-classes.scss */
.button {
    display: block;
    text-align: center;
    text-indent: -2px;
    text-decoration: none;
    line-height: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 4px;
    -webkit-background-size: contain;
    background-size: contain;
}

/* line 107, ../sass/includes/_general-classes.scss */
.row {
    display: table;
    width: 100%;
}
/* line 110, ../sass/includes/_general-classes.scss */
.row .col {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
}
/* line 114, ../sass/includes/_general-classes.scss */
.row .col a {
    display: block;
    margin: 0 auto;
    text-indent: -9999px;
    text-align: center;
    text-decoration: none;
    line-height: 0;
}

@-webkit-keyframes explode {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(2);
        transform: scale(2);
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-moz-keyframes explode {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(2);
        transform: scale(2);
    }
    100% {
        -moz-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes explode {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        transform: scale(2);
    }
    100% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        transform: scale(1.5);
    }
}
/* line 137, ../sass/includes/_general-classes.scss */
#paginator {
    position: fixed;
    top: 39%;
    right: 1.5%;
    text-align: center;
}
/* line 141, ../sass/includes/_general-classes.scss */
#paginator a {
    display: block;
    position: relative;
    width: 8px;
    height: 8px;
    margin: 10px auto;
    text-indent: -9999px;
    border-radius: 50%;
    border: 2px solid white;
}
/* line 150, ../sass/includes/_general-classes.scss */
#paginator a > span {
    display: inline-block;
    visibility: hidden;
    position: absolute;
    line-height: 1.4em;
    width: auto;
    height: auto;
    white-space: nowrap;
    padding: 0 0.5em 0 1em;
    font: small "TheSansRio2016TT-Regular", Arial, sans-serif;
    color: white;
    text-indent: 0;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.3);
    right: 2em;
    top: 50%;
    -webkit-transform: translateX(-2em) translateY(-50%) skewX(-30deg);
    -moz-transform: translateX(-2em) translateY(-50%) skewX(-30deg);
    -ms-transform: translateX(-2em) translateY(-50%) skewX(-30deg);
    transform: translateX(-2em) translateY(-50%) skewX(-30deg);
    -webkit-transition: -webkit-transform .2s ease, opacity .2s ease, right .2s ease, visibility .2s ease;
    -moz-transition: -moz-transform .2s ease, opacity .2s ease, right .2s ease, visibility .2s ease;
    transition: transform .2s ease, opacity .2s ease, right .2s ease, visibility .2s ease;
    opacity: 0;
}
/* line 167, ../sass/includes/_general-classes.scss */
#paginator a > span:after {
    left: 100%;
    top: 50%;
    border: 0.7em solid transparent;
    content: " ";
    height: 0;
    width: 0;
    border-left-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    pointer-events: none;
    margin-top: -0.7em;
}
/* line 181, ../sass/includes/_general-classes.scss */
#paginator a:hover > span {
    visibility: visible;
    -webkit-transform: translateX(0em) translateY(-50%) skewX(0deg);
    -moz-transform: translateX(0em) translateY(-50%) skewX(0deg);
    -ms-transform: translateX(0em) translateY(-50%) skewX(0deg);
    transform: translateX(0em) translateY(-50%) skewX(0deg);
    opacity: 1;
}
/* line 187, ../sass/includes/_general-classes.scss */
#paginator a.backwards::after {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-transform: rotate(-100deg);
    -moz-transform: rotate(-100deg);
    -ms-transform: rotate(-100deg);
    transform: rotate(-100deg);
    -webkit-transform-origin: 0 20px;
    -moz-transform-origin: 0 20px;
    -ms-transform-origin: 0 20px;
    transform-origin: 0 20px;
}
/* line 192, ../sass/includes/_general-classes.scss */
#paginator a.active::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease, visibility 0s;
    -moz-transition: -moz-transform 0.3s ease, opacity 0.3s ease, visibility 0s;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s;
}
/* line 198, ../sass/includes/_general-classes.scss */
#paginator a::after {
    content: ' ';
    display: block;
    position: absolute;
    border-radius: 50%;
    background-color: white;
    opacity: 0;
    visibility: hidden;
    width: -webkit-calc(100% + 4px);
    width: -moz-calc(100% + 4px);
    width: calc(100% + 4px);
    height: -webkit-calc(100% + 4px);
    height: -moz-calc(100% + 4px);
    height: calc(100% + 4px);
    top: -2px;
    left: -2px;
    -webkit-transform-origin: 0 -10px;
    -moz-transform-origin: 0 -10px;
    -ms-transform-origin: 0 -10px;
    transform-origin: 0 -10px;
    -webkit-transform: rotate(100deg);
    -moz-transform: rotate(100deg);
    -ms-transform: rotate(100deg);
    transform: rotate(100deg);
    -webkit-transition: -webkit-transform 0.3s ease 0.3s, opacity 0.3s ease, visibility 0s 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease 0.3s, opacity 0.3s ease, visibility 0s 0.3s ease;
    transition: transform 0.3s ease 0.3s, opacity 0.3s ease, visibility 0s 0.3s ease;
}

/* line 215, ../sass/includes/_general-classes.scss */
.cycle-carousel-wrap .cycle-slide {
    white-space: normal;
}

/* line 219, ../sass/includes/_general-classes.scss */
body.high-contrast {
    -webkit-filter: grayscale(100%) contrast(150%);
    filter: grayscale(100%) contrast(150%);
}

/* line 223, ../sass/includes/_general-classes.scss */
body.high-contrast .page-wrapper {
    background: black !important;
    border: 2px solid white;
}

/* line 228, ../sass/includes/_general-classes.scss */
#header {
    -webkit-transition: -webkit-transform 2s ease-out;
    -moz-transition: -moz-transform 2s ease-out;
    transition: transform 2s ease-out;
}

/* line 231, ../sass/includes/_general-classes.scss */
#site-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* line 237, ../sass/includes/_general-classes.scss */
#site-canvas {
    width: 100%;
    height: auto;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 2s ease-out;
    -moz-transition: -moz-transform 2s ease-out;
    transition: transform 2s ease-out;
}

/* line 245, ../sass/includes/_general-classes.scss */
#off-canvas {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background: #428bca;
}

/* line 254, ../sass/includes/_general-classes.scss */
body.swap {
    overflow: hidden;
}
/* line 256, ../sass/includes/_general-classes.scss */
body.swap #site-canvas {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
/* line 259, ../sass/includes/_general-classes.scss */
body.swap #header {
    -webkit-transform: translateY(-500px);
    -moz-transform: translateY(-500px);
    -ms-transform: translateY(-500px);
    transform: translateY(-500px);
}
/* line 262, ../sass/includes/_general-classes.scss */
body.swap #paginator {
    display: none;
}

/* line 267, ../sass/includes/_general-classes.scss */
body.tablet .content {
    width: 95%;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
/* line 9, ../sass/includes/animate.scss */
.animated, #header .tooltip:hover .balloons {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* line 16, ../sass/includes/animate.scss */
.animated.infinite, #header .tooltip:hover .infinite.balloons {
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/* line 21, ../sass/includes/animate.scss */
.animated.hinge, #header .tooltip:hover .hinge.balloons {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
@-moz-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        -moz-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        -moz-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -moz-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
@keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        -moz-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        -moz-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -moz-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
/* line 82, ../sass/includes/animate.scss */
.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}
@-moz-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}
@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}
/* line 110, ../sass/includes/animate.scss */
.flash {
    -webkit-animation-name: flash;
    -moz-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -moz-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -moz-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
/* line 151, ../sass/includes/animate.scss */
.pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@-moz-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        -moz-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        -moz-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        -moz-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        -moz-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        -moz-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        -moz-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        -moz-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        -moz-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        -moz-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        -moz-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
/* line 230, ../sass/includes/animate.scss */
.rubberBand {
    -webkit-animation-name: rubberBand;
    -moz-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@-moz-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -moz-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        -moz-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -moz-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        -moz-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
/* line 269, ../sass/includes/animate.scss */
.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
@-moz-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        -moz-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        -moz-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        -moz-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        -moz-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        -moz-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        -moz-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        -moz-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        -moz-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        -moz-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        -moz-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
/* line 328, ../sass/includes/animate.scss */
.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    -moz-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@-moz-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        -moz-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        -moz-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
/* line 390, ../sass/includes/animate.scss */
.tada {
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@-moz-keyframes wobble {
    0% {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        -moz-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        -moz-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        -moz-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        -moz-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        -moz-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}
@keyframes wobble {
    0% {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        -moz-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        -moz-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        -moz-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        -moz-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        -moz-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}
/* line 471, ../sass/includes/animate.scss */
.wobble {
    -webkit-animation-name: wobble;
    -moz-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@-moz-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -moz-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        -moz-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        -moz-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        -moz-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -moz-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        -moz-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        -moz-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        -moz-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
/* line 556, ../sass/includes/animate.scss */
.bounceIn, #header .tooltip:hover .balloons, #home #aviso-ministerio > .wrapper > article:not(.hidden) {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    -moz-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@-moz-keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        -moz-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        -moz-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        -moz-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        -moz-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}
@keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        -moz-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        -moz-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        -moz-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        -moz-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}
/* line 631, ../sass/includes/animate.scss */
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@-moz-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        -moz-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        -moz-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -moz-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        -moz-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}
@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        -moz-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        -moz-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -moz-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        -moz-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}
/* line 704, ../sass/includes/animate.scss */
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@-moz-keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        -moz-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        -moz-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        -moz-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        -moz-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}
@keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        -moz-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        -moz-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        -moz-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        -moz-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}
/* line 777, ../sass/includes/animate.scss */
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-moz-keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        -moz-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        -moz-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        -moz-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        -moz-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        -moz-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        -moz-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        -moz-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        -moz-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
/* line 850, ../sass/includes/animate.scss */
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    -moz-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@-moz-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        -moz-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -moz-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        -moz-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -moz-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
/* line 893, ../sass/includes/animate.scss */
.bounceOut, #home #aviso-ministerio > .wrapper > article.hidden {
    -webkit-animation-name: bounceOut;
    -moz-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    -moz-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@-moz-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        -moz-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        -moz-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -moz-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        -moz-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        -moz-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -moz-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
/* line 938, ../sass/includes/animate.scss */
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    -moz-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@-moz-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        -moz-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -moz-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        -moz-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -moz-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
/* line 971, ../sass/includes/animate.scss */
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    -moz-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@-moz-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        -moz-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -moz-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        -moz-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -moz-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
/* line 1004, ../sass/includes/animate.scss */
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    -moz-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@-moz-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        -moz-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        -moz-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -moz-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        -moz-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        -moz-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -moz-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
/* line 1047, ../sass/includes/animate.scss */
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    -moz-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* line 1062, ../sass/includes/animate.scss */
.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}
/* line 1095, ../sass/includes/animate.scss */
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-moz-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -moz-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -moz-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}
/* line 1128, ../sass/includes/animate.scss */
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    -moz-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}
/* line 1161, ../sass/includes/animate.scss */
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-moz-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -moz-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -moz-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}
/* line 1194, ../sass/includes/animate.scss */
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    -moz-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}
/* line 1227, ../sass/includes/animate.scss */
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-moz-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -moz-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -moz-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}
/* line 1260, ../sass/includes/animate.scss */
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    -moz-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}
/* line 1293, ../sass/includes/animate.scss */
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-moz-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -moz-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -moz-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}
/* line 1326, ../sass/includes/animate.scss */
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    -moz-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/* line 1341, ../sass/includes/animate.scss */
.fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@-moz-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
/* line 1370, ../sass/includes/animate.scss */
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    -moz-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@-moz-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -moz-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -moz-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
/* line 1399, ../sass/includes/animate.scss */
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    -moz-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@-moz-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
/* line 1428, ../sass/includes/animate.scss */
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@-moz-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -moz-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -moz-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
/* line 1457, ../sass/includes/animate.scss */
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    -moz-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
/* line 1486, ../sass/includes/animate.scss */
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    -moz-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@-moz-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -moz-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -moz-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
/* line 1515, ../sass/includes/animate.scss */
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    -moz-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@-moz-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
/* line 1544, ../sass/includes/animate.scss */
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    -moz-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@-moz-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -moz-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -moz-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
/* line 1573, ../sass/includes/animate.scss */
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    -moz-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@-moz-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        -moz-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -moz-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        -moz-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -moz-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -moz-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
        -moz-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        -moz-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -moz-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        -moz-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -moz-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -moz-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
        -moz-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
/* line 1652, ../sass/includes/animate.scss */
.animated.flip, #header .tooltip:hover .flip.balloons {
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    -moz-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@-moz-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        -moz-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        -moz-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        -moz-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        -moz-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        -moz-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        -moz-transform: perspective(400px);
        transform: perspective(400px);
    }
}
/* line 1725, ../sass/includes/animate.scss */
.flipInX {
    -webkit-backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    -moz-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@-moz-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        -moz-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        -moz-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        -moz-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        -moz-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        -moz-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        -moz-transform: perspective(400px);
        transform: perspective(400px);
    }
}
/* line 1798, ../sass/includes/animate.scss */
.flipInY {
    -webkit-backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    -moz-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
@-moz-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        -moz-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        -moz-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
/* line 1843, ../sass/includes/animate.scss */
.flipOutX {
    -webkit-animation-name: flipOutX;
    -moz-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    -moz-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
@-moz-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        -moz-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        -moz-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
/* line 1890, ../sass/includes/animate.scss */
.flipOutY {
    -webkit-backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    -moz-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    -moz-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@-moz-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        -moz-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        -moz-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        -moz-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        -moz-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        -moz-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        -moz-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        opacity: 1;
    }
}
/* line 1951, ../sass/includes/animate.scss */
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -moz-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@-moz-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        -moz-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        -moz-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
/* line 1982, ../sass/includes/animate.scss */
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -moz-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@-moz-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        -moz-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        -moz-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        opacity: 1;
    }
}
/* line 2025, ../sass/includes/animate.scss */
.rotateIn {
    -webkit-animation-name: rotateIn;
    -moz-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@-moz-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        opacity: 1;
    }
}
/* line 2066, ../sass/includes/animate.scss */
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    -moz-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@-moz-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -moz-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -moz-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        opacity: 1;
    }
}
/* line 2107, ../sass/includes/animate.scss */
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    -moz-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@-moz-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -moz-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -moz-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        opacity: 1;
    }
}
/* line 2148, ../sass/includes/animate.scss */
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    -moz-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@-moz-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        -moz-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        -moz-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        opacity: 1;
    }
}
/* line 2189, ../sass/includes/animate.scss */
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    -moz-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
@-moz-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        -moz-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        -moz-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
/* line 2226, ../sass/includes/animate.scss */
.rotateOut {
    -webkit-animation-name: rotateOut;
    -moz-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
@-moz-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -moz-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -moz-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
/* line 2263, ../sass/includes/animate.scss */
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    -moz-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@-moz-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
/* line 2300, ../sass/includes/animate.scss */
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    -moz-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@-moz-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
/* line 2337, ../sass/includes/animate.scss */
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    -moz-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
@-moz-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        -moz-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        -moz-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
/* line 2374, ../sass/includes/animate.scss */
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    -moz-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
@-moz-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        -moz-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        -moz-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        -moz-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        -moz-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        -moz-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        -moz-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
/* line 2447, ../sass/includes/animate.scss */
.hinge {
    -webkit-animation-name: hinge;
    -moz-animation-name: hinge;
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-moz-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        -moz-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}
@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        -moz-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}
/* line 2482, ../sass/includes/animate.scss */
.rollIn {
    -webkit-animation-name: rollIn;
    -moz-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
@-moz-keyframes rollOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        -moz-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
@keyframes rollOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        -moz-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
/* line 2513, ../sass/includes/animate.scss */
.rollOut {
    -webkit-animation-name: rollOut;
    -moz-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@-moz-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
/* line 2542, ../sass/includes/animate.scss */
.zoomIn {
    -webkit-animation-name: zoomIn;
    -moz-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@-moz-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
/* line 2583, ../sass/includes/animate.scss */
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    -moz-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@-moz-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
/* line 2624, ../sass/includes/animate.scss */
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    -moz-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@-moz-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
/* line 2665, ../sass/includes/animate.scss */
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    -moz-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@-moz-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
/* line 2706, ../sass/includes/animate.scss */
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    -moz-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}
@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}
/* line 2743, ../sass/includes/animate.scss */
.zoomOut {
    -webkit-animation-name: zoomOut;
    -moz-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@-moz-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        -moz-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        -moz-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
/* line 2788, ../sass/includes/animate.scss */
.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    -moz-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
@-moz-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        transform-origin: left center;
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        transform-origin: left center;
    }
}
/* line 2825, ../sass/includes/animate.scss */
.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    -moz-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
@-moz-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        -moz-transform-origin: right center;
        transform-origin: right center;
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        -moz-transform-origin: right center;
        transform-origin: right center;
    }
}
/* line 2862, ../sass/includes/animate.scss */
.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    -moz-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@-moz-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        -moz-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        -moz-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
/* line 2907, ../sass/includes/animate.scss */
.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    -moz-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-moz-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}
/* line 2938, ../sass/includes/animate.scss */
.slideInDown {
    -webkit-animation-name: slideInDown;
    -moz-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-moz-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}
/* line 2969, ../sass/includes/animate.scss */
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    -moz-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-moz-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}
/* line 3000, ../sass/includes/animate.scss */
.slideInRight {
    -webkit-animation-name: slideInRight;
    -moz-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-moz-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}
/* line 3031, ../sass/includes/animate.scss */
.slideInUp {
    -webkit-animation-name: slideInUp;
    -moz-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}
@-moz-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
}
@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
}
/* line 3062, ../sass/includes/animate.scss */
.slideOutDown {
    -webkit-animation-name: slideOutDown;
    -moz-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@-moz-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
/* line 3093, ../sass/includes/animate.scss */
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    -moz-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@-moz-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        transform: translateX(100%);
    }
}
/* line 3124, ../sass/includes/animate.scss */
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    -moz-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@-moz-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
/* line 3155, ../sass/includes/animate.scss */
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    -moz-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

/* line 6, ../sass/_downloads.scss */
#downloads .page-wrapper {
    background-image: url('../images/bg-download.jpg?1431540141');
}
/* line 8, ../sass/_downloads.scss */
#downloads .page-wrapper h2 {
    width: 29%;
    max-width: 404px;
    margin-bottom: 2%;
    background-image: url('../images/title-downloads.png?1431540141');
}
/* line 16, ../sass/_downloads.scss */
#downloads .menu-down {
    position: absolute;
    top: 28%;
    left: 3%;
    z-index: 1;
    width: 14%;
    max-width: 190px;
}
/* line 22, ../sass/_downloads.scss */
#downloads .menu-down ul, #downloads .menu-down li {
    width: 100%;
}
/* line 25, ../sass/_downloads.scss */
#downloads .menu-down a {
    display: block;
    padding: 18% 0;
    text-indent: 14%;
    white-space: nowrap;
    font: 1.4vw/0 "TheSansRio2016TT-Bold", Arial, sans-serif;
    color: #fff;
}
#downloads .menu-down a#revezamento{
    padding: 5% 5% 5% 12%;
    text-indent: 0;
    white-space: normal;
    line-height: 1.5rem;
}
@media (max-width: 960px) {
    /* line 25, ../sass/_downloads.scss */
    #downloads .menu-down a {
        font-size: 13px;
    }
}
@media (min-width: 1440px) {
    /* line 25, ../sass/_downloads.scss */
    #downloads .menu-down a {
        font-size: 20px;
    }
}
/* line 39, ../sass/_downloads.scss */
#downloads .menu-down a.active {
    color: #028b8f;
    background: #fff6db;
    border-radius: 8px;
    -webkit-box-shadow: 1px 2px 1px #009279;
    box-shadow: 1px 2px 1px #009279;
}
/* line 47, ../sass/_downloads.scss */
#downloads .resolution {
    width: 25%;
    max-width: 135px;
    position: absolute;
    top: 20%;
    right: -1%;
    z-index: 1;
}
/* line 53, ../sass/_downloads.scss */
#downloads .resolution fieldset {
    position: relative;
    width: 100%;
    padding: 4% 0%;
    white-space: nowrap;
    line-height: 0;
}
/* line 59, ../sass/_downloads.scss */
#downloads .resolution fieldset * {
    vertical-align: middle;
}
/* line 62, ../sass/_downloads.scss */
#downloads .resolution fieldset input, #downloads .resolution fieldset span {
    width: 3vmin;
    height: 3vmin;
    max-width: 24px;
    max-height: 24px;
    min-width: 18px;
    min-height: 18px;
}
/* line 70, ../sass/_downloads.scss */
#downloads .resolution fieldset input {
    position: absolute;
    top: 5%;
    left: -4%;
    opacity: 0;
    cursor: pointer;
}
/* line 75, ../sass/_downloads.scss */
#downloads .resolution fieldset input + span {
    display: inline-block;
    visibility: visible;
    background: url('../images/radio-download.png?1431540141') no-repeat 0 1px;
    -webkit-background-size: contain;
    background-size: contain;
}
/* line 81, ../sass/_downloads.scss */
#downloads .resolution fieldset input:checked + span {
    background-image: url('../images/radio-download-checked.png?1431540141');
}
/* line 85, ../sass/_downloads.scss */
#downloads .resolution fieldset label {
    padding-top: 1%;
    margin-left: 5%;
    vertical-align: middle;
    font: 1.4vw/0 "TheSansRio2016TT-Bold", Arial, sans-serif;
    color: #fff;
    cursor: pointer;
}
@media (min-width: 1440px) {
    /* line 85, ../sass/_downloads.scss */
    #downloads .resolution fieldset label {
        font-size: 20px;
    }
}
@media (max-width: 960px) {
    /* line 85, ../sass/_downloads.scss */
    #downloads .resolution fieldset label {
        font-size: 14px;
    }
}
/* line 102, ../sass/_downloads.scss */
#downloads .pagination {
    width: 48%;
    max-width: 232px;
    position: absolute;
    bottom: -10%;
    left: 28%;
}
/* line 107, ../sass/_downloads.scss */
#downloads .pagination ul {
    position: relative;
    z-index: 1;
}
/* line 110, ../sass/_downloads.scss */
#downloads .pagination ul a {
    font: 16px/44px "TheSansRio2016TT-Bold", Arial, sans-serif;
    color: #fff;
    background: url('../images/sprites-sf09425fbf4.png');
}
/* line 114, ../sass/_downloads.scss */
#downloads .pagination ul a:hover {
    text-indent: -2px;
}
/* line 117, ../sass/_downloads.scss */
#downloads .pagination ul a.active {
    text-indent: -2px;
    font: 20px/60px "TheSansRio2016TT-Bold", Arial, sans-serif;
}
/* line 123, ../sass/_downloads.scss */
#downloads .pagination i.line {
    width: 80%;
    height: 3px;
    position: absolute;
    left: 10%;
    top: 45%;
}
/* line 130, ../sass/_downloads.scss */
#downloads .download-options {
    position: relative;
    padding: 18% 0%;
    line-height: 0;
    z-index: 0;
}
/* line 137, ../sass/_downloads.scss */
#downloads .download {
    position: absolute;
    left: 16%;
    top: 5%;
    width: 80%;
    max-width: 1120px;
}
/* line 142, ../sass/_downloads.scss */
#downloads .download .box {
    position: relative;
    padding: 18% 0%;
    z-index: 0;
}
/* line 146, ../sass/_downloads.scss */
#downloads .download .box img {
    position: absolute;
    top: 6%;
    left: 8%;
    width: 80%;
    max-width: 444px;
}
/* line 152, ../sass/_downloads.scss */
#downloads .download .box .btn-download {
    width: 28%;
    max-width: 153px;
    position: absolute;
    bottom: 0%;
    right: 0%;
    padding: 8% 0%;
    font: 1.9vw/0 "TheSansRio2016TT-Bold", Arial, sans-serif;
    color: #fff;
    text-indent: -2px;
    text-shadow: 2px 2px 0px #A75900;
    background-image: url('../images/btn-download.png?1431540141');
    background-position: 0 2px;
}
@media (max-width: 960px) {
    /* line 152, ../sass/_downloads.scss */
    #downloads .download .box .btn-download {
        font-size: 19px;
    }
}
@media (min-width: 1440px) {
    /* line 152, ../sass/_downloads.scss */
    #downloads .download .box .btn-download {
        font-size: 27px;
    }
}
/* line 176, ../sass/_downloads.scss */
#downloads .download.mask .box:nth-child(1) img {
    top: 4%;
}
/* line 181, ../sass/_downloads.scss */
#downloads .download.mask .box:nth-child(2) img {
    top: -12%;
}
/* line 185, ../sass/_downloads.scss */
#downloads .download.mask .btn-download {
    bottom: 15%;
    right: 7%;
}
/* line 192, ../sass/_downloads.scss */
#downloads .download.paint .box:nth-child(1) img {
    top: -2%;
}
/* line 195, ../sass/_downloads.scss */
#downloads .download.paint .box:nth-child(2) img {
    top: -1%;
}
/* line 197, ../sass/_downloads.scss */
#downloads .download.paint .btn-download {
    bottom: 6%;
    right: 12%;
}
/* line 205, ../sass/_downloads.scss */
#downloads .download.wallpaper .box:nth-child(1) .pagination a {
    height: 44px;
    width: 50px;
    background-position: -100px -267px;
}
@media (max-width: 1280px), (max-height: 768px) {
    /* line 205, ../sass/_downloads.scss */
    #downloads .download.wallpaper .box:nth-child(1) .pagination a {
        font-size: 14px;
        line-height: 32px;
        height: 32px;
        width: 36px;
        background-position: -67px -25px;
    }
}
/* line 215, ../sass/_downloads.scss */
#downloads .download.wallpaper .box:nth-child(1) .pagination a.active {
    color: #007eb1;
    height: 60px;
    width: 68px;
    background-position: 0 -994px;
}
@media (max-width: 1280px), (max-height: 768px) {
    /* line 215, ../sass/_downloads.scss */
    #downloads .download.wallpaper .box:nth-child(1) .pagination a.active {
        font-size: 18px;
        line-height: 43px;
        height: 43px;
        width: 50px;
        background-position: -72px -173px;
    }
}
/* line 226, ../sass/_downloads.scss */
#downloads .download.wallpaper .box:nth-child(1) .pagination i.line {
    background: url('../images/pagination-lightblue-line.png?1431540141') repeat-x;
}
/* line 233, ../sass/_downloads.scss */
#downloads .download.wallpaper .box:nth-child(2) .pagination a {
    height: 44px;
    width: 50px;
    background-position: 0 -314px;
}
@media (max-width: 1280px), (max-height: 768px) {
    /* line 233, ../sass/_downloads.scss */
    #downloads .download.wallpaper .box:nth-child(2) .pagination a {
        font-size: 14px;
        line-height: 32px;
        height: 32px;
        width: 36px;
        background-position: -36px -173px;
    }
}
/* line 243, ../sass/_downloads.scss */
#downloads .download.wallpaper .box:nth-child(2) .pagination a.active {
    color: #118e7a;
    height: 60px;
    width: 68px;
    background-position: 0 -934px;
}
@media (max-width: 1280px), (max-height: 768px) {
    /* line 243, ../sass/_downloads.scss */
    #downloads .download.wallpaper .box:nth-child(2) .pagination a.active {
        font-size: 18px;
        line-height: 43px;
        height: 43px;
        width: 50px;
        background-position: 0 -267px;
    }
}
/* line 254, ../sass/_downloads.scss */
#downloads .download.wallpaper .box:nth-child(2) .pagination i.line {
    background: url('../images/pagination-aqua-line.png?1431540141') repeat-x;
}
/* line 259, ../sass/_downloads.scss */
#downloads .download.wallpaper .btn-download {
    bottom: 20%;
    right: 0%;
}

/* line 6, ../sass/_fun.scss */
#fun .page-wrapper {
    background-image: url('../images/bg-fun.jpg?1431540141');
}
/* line 8, ../sass/_fun.scss */
#fun .page-wrapper h2 {
    width: 26%;
    max-width: 359px;
    margin: 0% 0% 3% 5%;
    background-image: url('../images/title-fun.png?1431540141');
}
/* line 14, ../sass/_fun.scss */
#fun .page-wrapper #canvas_atleta {
    width: 84%;
    max-width: 493px;
    top: 10%;
    left: 3%;
}
/* line 18, ../sass/_fun.scss */
#fun .page-wrapper #canvas_atleta ~ .btn-entry {
    right: 16%;
}
/* line 22, ../sass/_fun.scss */
#fun .page-wrapper #canvas_selfie {
    width: 84%;
    max-width: 496px;
    top: 2%;
    right: 3%;
}
/* line 26, ../sass/_fun.scss */
#fun .page-wrapper #canvas_selfie ~ .btn-entry {
    right: 3%;
}
/* line 32, ../sass/_fun.scss */
#fun .box-fun {
    display: table;
    width: 88%;
    max-width: 1200px;
    margin: 0% auto;
}
/* line 37, ../sass/_fun.scss */
#fun .box-fun .box {
    display: table-cell;
    width: 1%;
    padding: 22% 0%;
    position: relative;
    z-index: 0;
}
/* line 43, ../sass/_fun.scss */
#fun .box-fun .box *:not(canvas) {
    position: absolute;
}
/* line 44, ../sass/_fun.scss */
#fun .box-fun .box h5 {
    top: 2%;
    left: 18%;
    z-index: 1;
    font: 2.6vw/1 "TheSansRio2016TT-Bold", Arial, sans-serif;
    color: #fdca3f;
    text-shadow: 1px 0px 1px #57006d;
}
@media (min-width: 1440px) {
    /* line 44, ../sass/_fun.scss */
    #fun .box-fun .box h5 {
        font-size: 37px;
    }
}
@media (max-width: 960px) {
    /* line 44, ../sass/_fun.scss */
    #fun .box-fun .box h5 {
        font-size: 25px;
    }
}
/* line 54, ../sass/_fun.scss */
#fun .box-fun .box h5 span {
    position: static;
    display: block;
}
/* line 59, ../sass/_fun.scss */
#fun .box-fun .box .btn-entry {
    width: 30%;
    max-width: 175px;
    padding: 9% 0%;
    bottom: 15%;
    font: 2vw/0 "TheSansRio2016TT-Bold", Arial, sans-serif;
    color: #fff;
    text-align: center;
    text-shadow: 1px 2px 1px #A75900;
    background: url('../images/btn-entry.png?1431540141') no-repeat 0px 2px transparent;
    -webkit-background-size: contain;
    background-size: contain;
}
@media (min-width: 1400px) {
    /* line 59, ../sass/_fun.scss */
    #fun .box-fun .box .btn-entry {
        font-size: 28px;
    }
}
@media (max-width: 960px) {
    /* line 59, ../sass/_fun.scss */
    #fun .box-fun .box .btn-entry {
        font-size: 19px;
    }
}
/* line 76, ../sass/_fun.scss */
#fun .box-fun .box:last-child h5 {
    max-width: 230px;
    top: 2%;
    left: 26%;
}

/* line 4, ../sass/_header.scss */
#header {
    width: 100%;
    min-width: 960px;
    position: fixed;
    top: 1.5%;
    left: 0;
    z-index: 999;
}
/* line 11, ../sass/_header.scss */
#header .menu-wrapper {
    width: 100%;
    max-width: 1440px;
    position: relative;
    margin: 0 auto;
}
@media (max-width: 1280px), (max-height: 768px) {
    /* line 11, ../sass/_header.scss */
    #header .menu-wrapper {
        width: 95%;
    }
}
/* line 21, ../sass/_header.scss */
#header .menu-accessibility {
    position: absolute;
    top: 8%;
    left: 2%;
    z-index: 2;
    border-spacing: 10px 0;
}
/* line 26, ../sass/_header.scss */
#header .menu-accessibility li {
    display: table-cell;
    vertical-align: middle;
}
/* line 29, ../sass/_header.scss */
#header .menu-accessibility li a {
    display: block;
    text-indent: -9999px;
    line-height: 0;
    background: url('../images/sprites-sf09425fbf4.png');
}
/* line 34, ../sass/_header.scss */
#header .menu-accessibility li a:hover {
    opacity: 0.8;
}
/* line 38, ../sass/_header.scss */
#header .menu-accessibility li a.accessibility {
    height: 21px;
    width: 21px;
    background-position: -82px 0;
}
/* line 42, ../sass/_header.scss */
#header .menu-accessibility li a.contrast {
    height: 19px;
    width: 19px;
    background-position: -69px -63px;
}
/* line 46, ../sass/_header.scss */
#header .menu-accessibility li i.space {
    display: block;
    margin-left: -2px;
    background: url('../images/sprites-sf09425fbf4.png');
    height: 12px;
    width: 1px;
    background-position: 0 -25px;
}
/* line 56, ../sass/_header.scss */
#header .menu-social {
    position: absolute;
    top: 12%;
    right: 3%;
    z-index: 2;
    border-spacing: 10px 0;
}
/* line 61, ../sass/_header.scss */
#header .menu-social li {
    display: table-cell;
    vertical-align: middle;
    font: 12px "TheSansRio2016TT-Bold", Arial, sans-serif;
    color: #fff;
}
/* line 66, ../sass/_header.scss */
#header .menu-social li a:not(.facebook):not(.twitter) {
    text-indent: 0;
    background: none;
    font: inherit;
    color: inherit;
}
/* line 73, ../sass/_header.scss */
#header .menu-social a {
    display: block;
    text-indent: -9999px;
    line-height: 0;
    background: url('../images/sprites-sf09425fbf4.png');
}
/* line 78, ../sass/_header.scss */
#header .menu-social a:hover {
    opacity: 0.8;
}
/* line 82, ../sass/_header.scss */
#header .menu-social a.facebook {
    height: 16px;
    width: 14px;
    background-position: -39px -63px;
}
/* line 86, ../sass/_header.scss */
#header .menu-social a.twitter {
    height: 16px;
    width: 16px;
    background-position: 0 -173px;
}
/* line 90, ../sass/_header.scss */
#header .menu-social i.space {
    display: block;
    background: url('../images/sprites-sf09425fbf4.png');
    height: 12px;
    width: 1px;
    background-position: 0 -25px;
}
/* line 98, ../sass/_header.scss */
#header .menu-main {
    display: table;
    width: 100%;
}
/* line 101, ../sass/_header.scss */
#header .menu-main li {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
}
/* line 105, ../sass/_header.scss */
#header .menu-main li.offset {
    visibility: hidden;
    color: transparent;
}
/* line 109, ../sass/_header.scss */
#header .menu-main li a {
    display: block;
    margin: 0 auto;
    text-indent: -9999px;
    line-height: 0;
    background: url('../images/sprites-sf09425fbf4.png');
}
/* line 116, ../sass/_header.scss */
#header .menu-main li a.home {
    height: 72px;
    width: 194px;
    background-position: 0 -3206px;
}
/* line 119, ../sass/_header.scss */
#header .menu-main li a.home:hover {
    background-position: 0 -3134px;
}
@media (max-width: 1280px), (max-height: 768px) {
    /* line 116, ../sass/_header.scss */
    #header .menu-main li a.home {
        height: 64px;
        width: 176px;
        background-position: 0 -1563px;
    }
    /* line 125, ../sass/_header.scss */
    #header .menu-main li a.home:hover {
        background-position: 0 -1499px;
    }
}
/* line 130, ../sass/_header.scss */
#header .menu-main li a.meet {
    height: 68px;
    width: 138px;
    background-position: 0 -2999px;
}
@media (max-width: 1280px), (max-height: 768px) {
    /* line 130, ../sass/_header.scss */
    #header .menu-main li a.meet {
        height: 60px;
        width: 120px;
        background-position: -63px -1115px;
    }
}
/* line 138, ../sass/_header.scss */
#header .menu-main li a.vote {
    height: 64px;
    width: 128px;
    background-position: 0 -2467px;
}
/* line 141, ../sass/_header.scss */
#header .menu-main li a.vote:hover {
    background-position: 0 -2403px;
}
@media (max-width: 1280px), (max-height: 768px) {
    /* line 138, ../sass/_header.scss */
    #header .menu-main li a.vote {
        height: 56px;
        width: 110px;
        background-position: -67px -875px;
    }
    /* line 147, ../sass/_header.scss */
    #header .menu-main li a.vote:hover {
        background-position: -67px -816px;
    }
}
/* line 152, ../sass/_header.scss */
#header .menu-main li a.fun {
    height: 72px;
    width: 154px;
    background-position: 0 -3782px;
}
/* line 155, ../sass/_header.scss */
#header .menu-main li a.fun:hover {
    background-position: 0 -3710px;
}
@media (max-width: 1280px), (max-height: 768px) {
    /* line 152, ../sass/_header.scss */
    #header .menu-main li a.fun {
        height: 64px;
        width: 136px;
        background-position: 0 -2075px;
    }
    /* line 161, ../sass/_header.scss */
    #header .menu-main li a.fun:hover {
        background-position: 0 -2011px;
    }
}
/* line 166, ../sass/_header.scss */
#header .menu-main li a.downloads {
    height: 72px;
    width: 164px;
    background-position: 0 -3638px;
}
/* line 169, ../sass/_header.scss */
#header .menu-main li a.downloads:hover {
    background-position: 0 -3566px;
}
@media (max-width: 1280px), (max-height: 768px) {
    /* line 166, ../sass/_header.scss */
    #header .menu-main li a.downloads {
        height: 64px;
        width: 148px;
        background-position: 0 -1947px;
    }
    /* line 175, ../sass/_header.scss */
    #header .menu-main li a.downloads:hover {
        background-position: 0 -1883px;
    }
}
/* line 180, ../sass/_header.scss */
#header .menu-main li a.gallery {
    height: 64px;
    width: 128px;
    background-position: 0 -2271px;
}
@media (max-width: 1280px), (max-height: 768px) {
    /* line 180, ../sass/_header.scss */
    #header .menu-main li a.gallery {
        height: 56px;
        width: 110px;
        background-position: -65px -758px;
    }
}
/* line 188, ../sass/_header.scss */
#header .menu-main li a.store {
    height: 58px;
    width: 104px;
    background-position: -68px -994px;
}
/* line 191, ../sass/_header.scss */
#header .menu-main li a.store:hover {
    background-position: -68px -934px;
}
@media (max-width: 1280px), (max-height: 768px) {
    /* line 188, ../sass/_header.scss */
    #header .menu-main li a.store {
        height: 41px;
        width: 74px;
        background-position: -122px -173px;
    }
    /* line 197, ../sass/_header.scss */
    #header .menu-main li a.store:hover {
        background-position: 0 -482px;
    }
}
/* line 202, ../sass/_header.scss */
#header .menu-main li a.logo {
    height: 168px;
    width: 200px;
    background-position: 0 -4215px;
}
@media (max-width: 1280px), (max-height: 768px) {
    /* line 202, ../sass/_header.scss */
    #header .menu-main li a.logo {
        height: 128px;
        width: 152px;
        background-position: 0 -4087px;
    }
}
@-webkit-keyframes dropTheMenu {
    0% {
        -webkit-transform: translateY(-10%) scale(1);
        transform: translateY(-10%) scale(1);
    }
    50% {
        -webkit-transform: translateY(15%) scale(1.2);
        transform: translateY(15%) scale(1.2);
    }
    100% {
        -webkit-transform: translateY(0%) scale(1);
        transform: translateY(0%) scale(1);
    }
}
/* line 223, ../sass/_header.scss */
#header .tooltip {
    position: relative;
    display: table;
    margin: 0 auto;
}
/* line 228, ../sass/_header.scss */
#header .tooltip .balloons {
    position: absolute;
    top: 99%;
    left: -22%;
    visibility: hidden;
    opacity: 0;
    border-spacing: 10px 0;
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
/* line 236, ../sass/_header.scss */
#header .tooltip .balloons li {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: -webkit-transform 0.3s ease, opacity 1s ease;
    -moz-transition: -moz-transform 0.3s ease, opacity 1s ease;
    transition: transform 0.3s ease, opacity 1s ease;
}
/* line 243, ../sass/_header.scss */
#header .tooltip .balloons li:hover {
    -webkit-transform: scale(1) rotate(0deg) !important;
    -moz-transform: scale(1) rotate(0deg) !important;
    -ms-transform: scale(1) rotate(0deg) !important;
    transform: scale(1) rotate(0deg) !important;
}
/* line 246, ../sass/_header.scss */
#header .tooltip .balloons li:first-child {
    -webkit-transform-origin: 145% -50%;
    -moz-transform-origin: 145% -50%;
    -ms-transform-origin: 145% -50%;
    transform-origin: 145% -50%;
    -webkit-transform: rotate(30deg) scale(0.9);
    -moz-transform: rotate(30deg) scale(0.9);
    -ms-transform: rotate(30deg) scale(0.9);
    transform: rotate(30deg) scale(0.9);
}
/* line 250, ../sass/_header.scss */
#header .tooltip .balloons li:last-child {
    -webkit-transform-origin: -50% -50%;
    -moz-transform-origin: -50% -50%;
    -ms-transform-origin: -50% -50%;
    transform-origin: -50% -50%;
    -webkit-transform: rotate(-30deg) scale(0.9);
    -moz-transform: rotate(-30deg) scale(0.9);
    -ms-transform: rotate(-30deg) scale(0.9);
    transform: rotate(-30deg) scale(0.9);
}
/* line 254, ../sass/_header.scss */
#header .tooltip .balloons li a {
    display: block;
    margin: 0 auto;
    text-indent: -9999px;
    line-height: 0;
    background: url('../images/sprites-sf09425fbf4.png');
}
/* line 261, ../sass/_header.scss */
#header .tooltip .balloons li a.balloon-olympic {
    margin-top: 5px;
    height: 70px;
    width: 79px;
    background-position: 0 -2856px;
}
@media (max-width: 1280px), (max-height: 768px) {
    /* line 261, ../sass/_header.scss */
    #header .tooltip .balloons li a.balloon-olympic {
        height: 61px;
        width: 69px;
        background-position: 0 -1054px;
    }
}
/* line 270, ../sass/_header.scss */
#header .tooltip .balloons li a.balloon-paralympic {
    height: 75px;
    width: 79px;
    background-position: -79px -2856px;
}
@media (max-width: 1280px), (max-height: 768px) {
    /* line 270, ../sass/_header.scss */
    #header .tooltip .balloons li a.balloon-paralympic {
        height: 66px;
        width: 69px;
        background-position: -128px -2139px;
    }
}
/* line 278, ../sass/_header.scss */
#header .tooltip .balloons li a.balloon-videos {
    margin-top: 5px;
    height: 67px;
    width: 76px;
    background-position: -112px -3067px;
}
@media (max-width: 1280px), (max-height: 768px) {
    /* line 278, ../sass/_header.scss */
    #header .tooltip .balloons li a.balloon-videos {
        height: 58px;
        width: 65px;
        background-position: 0 -758px;
    }
}
/* line 287, ../sass/_header.scss */
#header .tooltip .balloons li a.balloon-photos {
    margin-top: 5px;
    height: 67px;
    width: 76px;
    background-position: -75px -2724px;
}
@media (max-width: 1280px), (max-height: 768px) {
    /* line 287, ../sass/_header.scss */
    #header .tooltip .balloons li a.balloon-photos {
        height: 58px;
        width: 65px;
        background-position: 0 -700px;
    }
}
/* line 300, ../sass/_header.scss */
#header .tooltip:hover a.meet {
    background-position: 0 -2931px;
}
@media (max-width: 1280px), (max-height: 768px) {
    /* line 300, ../sass/_header.scss */
    #header .tooltip:hover a.meet {
        background-position: -69px -1054px;
    }
}
/* line 306, ../sass/_header.scss */
#header .tooltip:hover a.gallery {
    background-position: 0 -2139px;
}
@media (max-width: 1280px), (max-height: 768px) {
    /* line 306, ../sass/_header.scss */
    #header .tooltip:hover a.gallery {
        background-position: -65px -700px;
    }
}
/* line 312, ../sass/_header.scss */
#header .tooltip:hover .balloons {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
/* line 319, ../sass/_header.scss */
#header .tooltip:hover .balloons li:first-child {
    -webkit-transform: rotate(0deg) scale(0.9);
    -moz-transform: rotate(0deg) scale(0.9);
    -ms-transform: rotate(0deg) scale(0.9);
    transform: rotate(0deg) scale(0.9);
}
/* line 322, ../sass/_header.scss */
#header .tooltip:hover .balloons li:last-child {
    -webkit-transform: rotate(0deg) scale(0.9);
    -moz-transform: rotate(0deg) scale(0.9);
    -ms-transform: rotate(0deg) scale(0.9);
    transform: rotate(0deg) scale(0.9);
}
@media only screen and (min-width: 1024px){

    #overlay_shadow{
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
    }
    #overlay_tocha{
        display: block;
        width: 590px;
        height: 490px;
        background-image: url('../images/lightbox_desktop_pt.png');
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: calc(50% - 245px);
        left: calc(50% - 295px);
    }
    #overlay_tocha_en{
        display: block;
        width: 590px;
        height: 490px;
        background-image: url('../images/lightbox_desktop_en.png');
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: calc(50% - 245px);
        left: calc(50% - 295px);
    }
    #overlay_saiba_mais{
        display: block;
        width: 150px;
        height: 60px;
        background-image: url('../images/btn_overlay.png');
        background-repeat: no-repeat;
        background-position: center;
        font-family: 'TheSansRio2016TT-Bold';
        font-size: 21px;
        color:#672879;
        text-align: center;
        line-height: 60px;
        position: absolute;
        bottom: 70px;
        right: 60px;
        -webkit-transform: rotate(0deg) translateX(-20%);
        -moz-transform: rotate(0deg) translateX(-20%);
        -ms-transform: rotate(0deg) translateX(-20%);
        transform: rotate(0deg) translateX(-20%);
        -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
        -moz-transition: -moz-transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
        transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    }
    #overlay_saiba_mais:hover{
        -webkit-transform: rotate(360deg) translateX(0%);
        -moz-transform: rotate(360deg) translateX(0%);
        -ms-transform: rotate(360deg) translateX(0%);
        transform: rotate(360deg) translateX(0%);
    }
    #overlay_close{
        display: block;
        width: 80px;
        height: 90px;
        background-image: url('../images/bt-close.png');
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 110px;
        right: 0;
        -webkit-transform: rotate(-20deg) scale(0.7);
        -moz-transform: rotate(-20deg) scale(0.7);
        -ms-transform: rotate(-20deg) scale(0.7);
        transform: rotate(-20deg) scale(0.7);
        -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
        -moz-transition: -moz-transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
        transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    }
    #overlay_close:hover{
        -webkit-transform: rotate(20deg) scale(0.7);
        -moz-transform: rotate(20deg) scale(0.7);
        -ms-transform: rotate(20deg) scale(0.7);
        transform: rotate(20deg) scale(0.7);
    }
    
}

/* line 5, ../sass/_home.scss */
#home .page-wrapper {
    background-image: url('../images/bg-home.jpg?1431540141');
}
@media (max-width: 1280px), (max-height: 768px) {
    /* line 7, ../sass/_home.scss */
    #home .page-wrapper .content {
        width: 80%;
    }
}
/* line 12, ../sass/_home.scss */
#home .page-wrapper #canvas_mascotehome {
    width: 43%;
    max-width: 610px;
    margin: 0 auto;
}
/* line 17, ../sass/_home.scss */
#home .page-wrapper #new_mascotehome {
    position: relative;
    top: 2%;
    left: 2%;
    width: 70%;
    max-width: 1000px;
    margin: 0 auto;
}
/* line 24, ../sass/_home.scss */
#home .page-wrapper #canvas_placa {
    width: 17%;
    max-width: 237px;
    position: absolute;
    top: 51%;
    right: 9%;
}
/* line 32, ../sass/_home.scss */
#home .balloon {
    position: absolute;
}
/* line 34, ../sass/_home.scss */
#home .balloon.left {
    width: 20%;
    max-width: 278px;
    top: -7%;
    left: 12%;
}
/* line 39, ../sass/_home.scss */
#home .balloon.right {
    width: 21%;
    max-width: 289px;
    top: 6%;
    right: 8%;
}
/* line 44, ../sass/_home.scss */
#home .balloon.new {
    width: 22%;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}
/* line 48, ../sass/_home.scss */
#home .balloon.new.left {
    max-width: 305px;
    top: 7%;
    left: 7%;
}
/* line 51, ../sass/_home.scss */
#home .balloon.new.left:hover {
    -webkit-transform: scale(1.02) translateX(-2%) translateY(-2%);
    -moz-transform: scale(1.02) translateX(-2%) translateY(-2%);
    -ms-transform: scale(1.02) translateX(-2%) translateY(-2%);
    transform: scale(1.02) translateX(-2%) translateY(-2%);
}
/* line 55, ../sass/_home.scss */
#home .balloon.new.right {
    max-width: 315px;
    top: 0%;
    right: 25%;
}
/* line 58, ../sass/_home.scss */
#home .balloon.new.right:hover {
    -webkit-transform: scale(1.02) translateX(2%) translateY(-2%);
    -moz-transform: scale(1.02) translateX(2%) translateY(-2%);
    -ms-transform: scale(1.02) translateX(2%) translateY(-2%);
    transform: scale(1.02) translateX(2%) translateY(-2%);
}
/* line 64, ../sass/_home.scss */
#home #aviso-ministerio {
    display: block;
    position: absolute;
    width: auto;
    left: 0;
    bottom: 0.5em;
    font-family: TheSansRio2016TT, Arial, sans-serif;
}
/* line 71, ../sass/_home.scss */
#home #aviso-ministerio .wrapper {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}
/* line 79, ../sass/_home.scss */
#home #aviso-ministerio > .wrapper > a {
    -webkit-transform: scale(0.98) translateX(-0.2%) translateY(0.2%);
    -moz-transform: scale(0.98) translateX(-0.2%) translateY(0.2%);
    -ms-transform: scale(0.98) translateX(-0.2%) translateY(0.2%);
    transform: scale(0.98) translateX(-0.2%) translateY(0.2%);
    -webkit-transition: -webkit-transform .3s ease-in;
    -moz-transition: -moz-transform .3s ease-in;
    transition: transform .3s ease-in;
    display: inline-block;
    font-weight: bold;
    font-size: 12pt;
    width: auto;
    color: white;
    text-shadow: -1px -1px #995810, 1px -1px #995810, -1px 1px #995810, 1px 1px #995810, 2px 1px 2px #995810, 1px 2px 2px #995810;
    padding: 0 3em;
    background: url(../images/aviso-ministerio-bt-orange.png) center no-repeat;
    -webkit-background-size: 90% auto;
    background-size: 90% auto;
    line-height: 4.5em;
}
/* line 83, ../sass/_home.scss */
#home #aviso-ministerio > .wrapper > a:hover {
    -webkit-transform: scale(1) translateX(0%) translateY(0%);
    -moz-transform: scale(1) translateX(0%) translateY(0%);
    -ms-transform: scale(1) translateX(0%) translateY(0%);
    transform: scale(1) translateX(0%) translateY(0%);
}
/* line 105, ../sass/_home.scss */
#home #aviso-ministerio > .wrapper > article {
    -webkit-transition: visibility 1s ease;
    -moz-transition: visibility 1s ease;
    transition: visibility 1s ease;
    visibility: visible;
    display: block;
    position: absolute;
    font-size: 12pt;
    width: 32em;
    height: 15em;
    text-align: center;
    line-height: 1.5em;
    bottom: 110%;
    left: 30%;
    padding: 3em 4em;
    background: url(../images/aviso-ministerio.png) center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
/* line 107, ../sass/_home.scss */
#home #aviso-ministerio > .wrapper > article.hidden {
    visibility: hidden;
}
/* line 131, ../sass/_home.scss */
#home #aviso-ministerio > .wrapper > article > .wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* line 137, ../sass/_home.scss */
#home #aviso-ministerio > .wrapper > article strong {
    font-weight: bold;
}
/* line 141, ../sass/_home.scss */
#home #aviso-ministerio > .wrapper > article h2 {
    margin: 0 0 .7em 0;
    padding: 0;
    font-size: 18pt;
    font-weight: bold;
    line-height: 1em;
    color: #f4791f;
    text-indent: 0;
}
/* line 151, ../sass/_home.scss */
#home #aviso-ministerio > .wrapper > article p {
    color: #0061ad;
}

/* line 4, ../sass/_mascot.scss */
h2 {
    margin-left: 3%;
}

/* line 8, ../sass/_mascot.scss */
#olympic-mascot .social-bar,
#paralympic-mascot .social-bar {
    width: 4%;
    max-width: 56px;
    position: absolute;
    top: 30%;
    left: 3%;
    z-index: 999;
}
/* line 15, ../sass/_mascot.scss */
#olympic-mascot .social-bar ul,
#paralympic-mascot .social-bar ul {
    width: 100%;
}
/* line 17, ../sass/_mascot.scss */
#olympic-mascot .social-bar ul li,
#paralympic-mascot .social-bar ul li {
    width: inherit;
    margin: 10% 0;
}
/* line 20, ../sass/_mascot.scss */
#olympic-mascot .social-bar ul li a,
#paralympic-mascot .social-bar ul li a {
    display: block;
    padding: 50% 0;
    text-indent: -9999px;
    line-height: 0;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: 0 0;
    -webkit-transition: all 0.10s ease;
    -moz-transition: all 0.10s ease;
    transition: all 0.10s ease;
}
/* line 30, ../sass/_mascot.scss */
#olympic-mascot .social-bar ul li a.fb,
#paralympic-mascot .social-bar ul li a.fb {
    background-image: url('../images/social-facebook.png?1431540141');
}
/* line 32, ../sass/_mascot.scss */
#olympic-mascot .social-bar ul li a.fb:hover,
#paralympic-mascot .social-bar ul li a.fb:hover {
    background-image: url('../images/social-facebook-hover.png?1431540141');
}
/* line 36, ../sass/_mascot.scss */
#olympic-mascot .social-bar ul li a.tw,
#paralympic-mascot .social-bar ul li a.tw {
    background-image: url('../images/social-twitter.png?1431540141');
}
/* line 38, ../sass/_mascot.scss */
#olympic-mascot .social-bar ul li a.tw:hover,
#paralympic-mascot .social-bar ul li a.tw:hover {
    background-image: url('../images/social-twitter-hover.png?1431540141');
}
/* line 42, ../sass/_mascot.scss */
#olympic-mascot .social-bar ul li a.in,
#paralympic-mascot .social-bar ul li a.in {
    background-image: url('../images/social-instagram.png?1431540141');
}
/* line 44, ../sass/_mascot.scss */
#olympic-mascot .social-bar ul li a.in:hover,
#paralympic-mascot .social-bar ul li a.in:hover {
    background-image: url('../images/social-instagram-hover.png?1431540141');
}
/* line 48, ../sass/_mascot.scss */
#olympic-mascot .social-bar ul li a.yt,
#paralympic-mascot .social-bar ul li a.yt {
    background-image: url('../images/social-youtube.png?1431540141');
}
/* line 50, ../sass/_mascot.scss */
#olympic-mascot .social-bar ul li a.yt:hover,
#paralympic-mascot .social-bar ul li a.yt:hover {
    background-image: url('../images/social-youtube-hover.png?1431540141');
}

/* line 58, ../sass/_mascot.scss */
.slider {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}
/* line 62, ../sass/_mascot.scss */
.slider .element {
    display: table;
    width: 100%;
}
/* line 65, ../sass/_mascot.scss */
.slider .element .mascot {
    position: relative;
    display: table-cell;
    width: 55%;
    padding: 20% 0;
}
/* line 70, ../sass/_mascot.scss */
.slider .element .mascot .mascot-wrap {
    position: absolute;
}
/* line 74, ../sass/_mascot.scss */
.slider .element .story {
    position: relative;
    display: table-cell;
    width: 45%;
}
/* line 78, ../sass/_mascot.scss */
.slider .element .story .story-wrap {
    position: absolute;
    top: 0;
    left: -2%;
    width: 100%;
}
/* line 82, ../sass/_mascot.scss */
.slider .element .story .story-wrap h3 {
    padding: 5% 0;
}
/* line 85, ../sass/_mascot.scss */
.slider .element .story .story-wrap p {
    font: 1.4vw/1.2 "TheSansRio2016TT-Regular", Arial, sans-serif;
    color: #fff;
    white-space: nowrap;
}
@media (max-width: 960px) {
    /* line 85, ../sass/_mascot.scss */
    .slider .element .story .story-wrap p {
        font-size: 13px;
    }
}
@media (min-width: 1440px) {
    /* line 85, ../sass/_mascot.scss */
    .slider .element .story .story-wrap p {
        font-size: 20px;
    }
}
/* line 101, ../sass/_mascot.scss */
.slider .element.one h3 {
    width: 51%;
    max-width: 296px;
    background-image: url('../images/meet-mascot-1.png?1431540141');
}
/* line 108, ../sass/_mascot.scss */
.slider .element.two h3 {
    width: 81%;
    max-width: 470px;
    background-image: url('../images/meet-mascot-2.png?1431540141');
}
/* line 115, ../sass/_mascot.scss */
.slider .element.three h3 {
    width: 92%;
    max-width: 533px;
    background-image: url('../images/meet-mascot-3.png?1431540141');
}
/* line 122, ../sass/_mascot.scss */
.slider .element.four h3 {
    width: 98%;
    max-width: 569px;
    background-image: url('../images/meet-mascot-4.png?1431540141');
}
/* line 129, ../sass/_mascot.scss */
.slider .element.five h3 {
    width: 48%;
    max-width: 277px;
    background-image: url('../images/meet-mascot-5.png?1431540141');
}
/* line 136, ../sass/_mascot.scss */
.slider .element.six h3 {
    width: 25%;
    max-width: 140px;
    background-image: url('../images/meet-mascot-6.png?1431540141');
}
/* line 143, ../sass/_mascot.scss */
.slider .controls {
    width: 43%;
    position: absolute;
    top: 55%;
    left: 51%;
}
/* line 147, ../sass/_mascot.scss */
.slider .controls .pagination {
    position: relative;
    width: 100%;
}
/* line 150, ../sass/_mascot.scss */
.slider .controls .pagination ul {
    display: table;
    width: 95%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
/* line 156, ../sass/_mascot.scss */
.slider .controls .pagination ul li {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
}
/* line 160, ../sass/_mascot.scss */
.slider .controls .pagination ul li a {
    display: block;
    margin: 0 auto;
    text-align: center;
    text-indent: -9999px;
    font: 16px/44px "TheSansRio2016TT-Bold", Arial, sans-serif;
    color: #fff;
    background: url('../images/sprites-sf09425fbf4.png');
    cursor: pointer;
}
/* line 169, ../sass/_mascot.scss */
.slider .controls .pagination ul li a:hover {
    text-indent: -2px;
}
/* line 173, ../sass/_mascot.scss */
.slider .controls .pagination ul li a.active {
    font: 20px/60px "TheSansRio2016TT-Bold", Arial, sans-serif;
    text-indent: -2px;
}
/* line 179, ../sass/_mascot.scss */
.slider .controls .pagination i.line {
    position: absolute;
    left: 10%;
    top: 45%;
    width: 80%;
    height: 3px;
}
/* line 184, ../sass/_mascot.scss */
.slider .controls .pagination span {
    position: absolute;
    top: 30%;
    width: 5%;
    max-width: 14px;
    background: url('../images/sprites-sf09425fbf4.png');
    cursor: pointer;
}
/* line 192, ../sass/_mascot.scss */
.slider .controls .pagination span.prev {
    left: 0;
}
/* line 195, ../sass/_mascot.scss */
.slider .controls .pagination span.next {
    right: 0;
}
/* line 201, ../sass/_mascot.scss */
.slider .play-story {
    display: table;
    width: 100%;
    margin: 6% 0 0 4%;
}
/* line 205, ../sass/_mascot.scss */
.slider .play-story .podcast {
    display: table-cell;
    width: 75%;
}
/* line 208, ../sass/_mascot.scss */
.slider .play-story .podcast h4 {
    width: 54%;
    max-width: 245px;
    padding: 3% 0;
    margin: 0 0 3% 3%;
    background-image: url('../images/title-control-story.png?1431540141');
}
/* line 215, ../sass/_mascot.scss */
.slider .play-story .podcast .timeline {
    display: block;
    width: 96%;
    height: 5vw !important;
    max-width: 433px;
    max-height: 72px;
}
/* line 221, ../sass/_mascot.scss */
.slider .play-story .podcast .timeline .RPPlay {
    top: 4%;
    width: 19%;
    height: 93%;
    max-width: 77px;
    max-height: 67px;
}
/* line 228, ../sass/_mascot.scss */
.slider .play-story .podcast .timeline .RPSeek.RPWrap, .slider .play-story .podcast .timeline .RPSeekPlayed.RPWrap {
    -webkit-background-size: 100% 30% !important;
    background-size: 100% 30% !important;
}
/* line 231, ../sass/_mascot.scss */
.slider .play-story .podcast .timeline .R2016Podcast .RPSeek {
    left: 16%;
}
/* line 236, ../sass/_mascot.scss */
.slider .play-story .video {
    display: table-cell;
    width: 25%;
}
/* line 239, ../sass/_mascot.scss */
.slider .play-story .video h4 {
    width: 77%;
    max-width: 114px;
    padding: 9% 0;
    margin: 0 auto 10%;
    background-image: url('../images/title-control-video.png?1431540141');
    background-position: 0 3px;
}
/* line 247, ../sass/_mascot.scss */
.slider .play-story .video a {
    display: block;
    width: 56%;
    max-width: 84px;
    margin: 0 auto;
}

/* line 6, ../sass/_olympic.scss */
#olympic-mascot .page-wrapper {
    background-image: url('../images/bg-meet-1.jpg?1431540141');
}
/* line 8, ../sass/_olympic.scss */
#olympic-mascot .page-wrapper h2 {
    width: 17%;
    max-width: 245px;
    background-image: url('../images/title-olympic.png?1431540141');
}
/* line 12, ../sass/_olympic.scss */
#olympic-mascot .page-wrapper h2.names-1 {
    width: 19%;
    max-width: 268px;
    background-image: url("../images/names-1/title-olympic.png");
}
/* line 17, ../sass/_olympic.scss */
#olympic-mascot .page-wrapper h2.names-2 {
    width: 23%;
    max-width: 323px;
    background-image: url("../images/names-2/title-olympic.png");
}
/* line 22, ../sass/_olympic.scss */
#olympic-mascot .page-wrapper h2.names-3 {
    width: 11%;
    max-width: 145px;
    background-image: url("../images/names-3/title-olympic.png");
}
/* line 33, ../sass/_olympic.scss */
#olympic-mascot .slider.olympic .element.one #canvas_olimpico_01 {
    width: 83%;
    max-width: 587px;
    bottom: 0;
    left: 6%;
}
/* line 38, ../sass/_olympic.scss */
#olympic-mascot .slider.olympic .element.one .story-wrap {
    top: 6%;
}
/* line 44, ../sass/_olympic.scss */
#olympic-mascot .slider.olympic .element.two #canvas_olimpico_02 {
    width: 82%;
    max-width: 580px;
    bottom: 6%;
    left: 7%;
}
/* line 49, ../sass/_olympic.scss */
#olympic-mascot .slider.olympic .element.two .story-wrap {
    top: 3%;
}
/* line 55, ../sass/_olympic.scss */
#olympic-mascot .slider.olympic .element.three #canvas_olimpico_03 {
    width: 69%;
    max-width: 489px;
    bottom: 0;
    left: 13%;
}
/* line 60, ../sass/_olympic.scss */
#olympic-mascot .slider.olympic .element.three .story-wrap {
    top: 0;
}
/* line 66, ../sass/_olympic.scss */
#olympic-mascot .slider.olympic .element.four #canvas_olimpico_04 {
    width: 90%;
    max-width: 639px;
    bottom: 0;
    left: 3%;
}
/* line 71, ../sass/_olympic.scss */
#olympic-mascot .slider.olympic .element.four .story-wrap {
    top: 0;
}
/* line 77, ../sass/_olympic.scss */
#olympic-mascot .slider.olympic .element.five #canvas_olimpico_05 {
    width: 107%;
    max-width: 757px;
    bottom: 12%;
    left: 5%;
}
/* line 82, ../sass/_olympic.scss */
#olympic-mascot .slider.olympic .element.five .story-wrap {
    top: 6%;
}
/* line 88, ../sass/_olympic.scss */
#olympic-mascot .slider.olympic .element.six #canvas_olimpico_06 {
    width: 64%;
    max-width: 456px;
    bottom: -6%;
    left: 17%;
}
/* line 93, ../sass/_olympic.scss */
#olympic-mascot .slider.olympic .element.six .story-wrap {
    top: 9%;
}
/* line 102, ../sass/_olympic.scss */
#olympic-mascot .controls .pagination a {
    height: 44px;
    width: 50px;
    background-position: -50px -267px;
}
/* line 105, ../sass/_olympic.scss */
#olympic-mascot .controls .pagination a.active {
    color: #57A226;
    height: 59px;
    width: 67px;
    background-position: 0 -875px;
}
/* line 111, ../sass/_olympic.scss */
#olympic-mascot .controls .pagination i.line {
    background: url('../images/pagination-green-line.png?1431540141') repeat-x;
}
/* line 114, ../sass/_olympic.scss */
#olympic-mascot .controls .pagination span.prev {
    height: 24px;
    width: 12px;
    background-position: -44px 0;
}
/* line 118, ../sass/_olympic.scss */
#olympic-mascot .controls .pagination span.next {
    height: 25px;
    width: 13px;
    background-position: -69px 0;
}

/**
 * Breakpoints Width
 **/
@media (max-width: 1280px) {
    /* line 133, ../sass/_olympic.scss */
    #olympic-mascot .controls .pagination a {
        font: 14px/33px "TheSansRio2016TT-Bold", Arial, sans-serif;
        height: 33px;
        width: 36px;
        background-position: -120px -101px;
    }
    /* line 137, ../sass/_olympic.scss */
    #olympic-mascot .controls .pagination a.active {
        font: 18px/43px "TheSansRio2016TT-Bold", Arial, sans-serif;
        height: 43px;
        width: 49px;
        background-position: -53px -216px;
    }
    /* line 143, ../sass/_olympic.scss */
    #olympic-mascot .controls .pagination span.prev {
        height: 18px;
        width: 9px;
        background-position: -14px -25px;
    }
    /* line 147, ../sass/_olympic.scss */
    #olympic-mascot .controls .pagination span.next {
        height: 19px;
        width: 10px;
        background-position: -22px 0;
    }
}
/**
 * Breakpoints Width
 **/
@media (max-height: 800px) {
    /* line 161, ../sass/_olympic.scss */
    #olympic-mascot .controls .pagination a {
        font: 14px/33px "TheSansRio2016TT-Bold", Arial, sans-serif;
        height: 33px;
        width: 36px;
        background-position: -120px -101px;
    }
    /* line 165, ../sass/_olympic.scss */
    #olympic-mascot .controls .pagination a.active {
        font: 18px/43px "TheSansRio2016TT-Bold", Arial, sans-serif;
        height: 43px;
        width: 49px;
        background-position: -53px -216px;
    }
    /* line 171, ../sass/_olympic.scss */
    #olympic-mascot .controls .pagination span.prev {
        height: 18px;
        width: 9px;
        background-position: -14px -25px;
    }
    /* line 175, ../sass/_olympic.scss */
    #olympic-mascot .controls .pagination span.next {
        height: 19px;
        width: 10px;
        background-position: -22px 0;
    }
}
/* line 5, ../sass/_paralympic.scss */
#paralympic-mascot .page-wrapper {
    background-image: url('../images/bg-meet-2.jpg?1431540141');
}
/* line 7, ../sass/_paralympic.scss */
#paralympic-mascot .page-wrapper h2 {
    width: 19%;
    max-width: 270px;
    background-image: url('../images/title-paralympic.png?1431540141');
}
/* line 11, ../sass/_paralympic.scss */
#paralympic-mascot .page-wrapper h2.names-1 {
    width: 11%;
    max-width: 156px;
    background-image: url("../images/names-1/title-paralympic.png");
}
/* line 16, ../sass/_paralympic.scss */
#paralympic-mascot .page-wrapper h2.names-2 {
    width: 25%;
    max-width: 348px;
    background-image: url("../images/names-2/title-paralympic.png");
}
/* line 21, ../sass/_paralympic.scss */
#paralympic-mascot .page-wrapper h2.names-3 {
    width: 9%;
    max-width: 123px;
    background-image: url("../images/names-3/title-paralympic.png");
}
/* line 31, ../sass/_paralympic.scss */
#paralympic-mascot .slider.paralympic .element.one #canvas_paralympic_01 {
    width: 47%;
    max-width: 331px;
    bottom: 6%;
    left: 34%;
}
/* line 36, ../sass/_paralympic.scss */
#paralympic-mascot .slider.paralympic .element.one .story-wrap {
    top: 3%;
}
/* line 42, ../sass/_paralympic.scss */
#paralympic-mascot .slider.paralympic .element.two #canvas_paralympic_02 {
    width: 61%;
    max-width: 430px;
    bottom: 1%;
    left: 24%;
}
/* line 47, ../sass/_paralympic.scss */
#paralympic-mascot .slider.paralympic .element.two .story-wrap {
    top: 3%;
}
/* line 53, ../sass/_paralympic.scss */
#paralympic-mascot .slider.paralympic .element.three #canvas_paralympic_03 {
    width: 62%;
    max-width: 441px;
    bottom: 6%;
    left: 24%;
}
/* line 58, ../sass/_paralympic.scss */
#paralympic-mascot .slider.paralympic .element.three .story-wrap {
    top: 3%;
}
/* line 64, ../sass/_paralympic.scss */
#paralympic-mascot .slider.paralympic .element.four #canvas_paralympic_04 {
    width: 57%;
    max-width: 402px;
    bottom: 0;
    left: 27%;
}
/* line 69, ../sass/_paralympic.scss */
#paralympic-mascot .slider.paralympic .element.four .story-wrap {
    top: -6%;
}
/* line 75, ../sass/_paralympic.scss */
#paralympic-mascot .slider.paralympic .element.five #canvas_paralympic_05 {
    width: 82%;
    max-width: 580px;
    bottom: 36%;
    left: 7%;
}
/* line 80, ../sass/_paralympic.scss */
#paralympic-mascot .slider.paralympic .element.five .story-wrap {
    top: 3%;
}
/* line 86, ../sass/_paralympic.scss */
#paralympic-mascot .slider.paralympic .element.six #canvas_paralympic_06 {
    width: 53%;
    max-width: 378px;
    bottom: 4%;
    left: 26%;
}
/* line 91, ../sass/_paralympic.scss */
#paralympic-mascot .slider.paralympic .element.six .story-wrap {
    top: 9%;
}
/* line 100, ../sass/_paralympic.scss */
#paralympic-mascot .controls .pagination a {
    height: 44px;
    width: 50px;
    background-position: -50px -314px;
}
/* line 103, ../sass/_paralympic.scss */
#paralympic-mascot .controls .pagination a.active {
    color: #085492;
    height: 59px;
    width: 67px;
    background-position: 0 -816px;
}
/* line 109, ../sass/_paralympic.scss */
#paralympic-mascot .controls .pagination i.line {
    background: url('../images/pagination-blue-line.png?1431540141') repeat-x;
}
/* line 112, ../sass/_paralympic.scss */
#paralympic-mascot .controls .pagination span.prev {
    height: 24px;
    width: 12px;
    background-position: -32px 0;
}
/* line 116, ../sass/_paralympic.scss */
#paralympic-mascot .controls .pagination span.next {
    height: 25px;
    width: 13px;
    background-position: -56px 0;
}

/**
 * Breakpoints Width
 **/
@media (max-width: 1280px) {
    /* line 131, ../sass/_paralympic.scss */
    #paralympic-mascot .controls .pagination a {
        font: 14px/33px "TheSansRio2016TT-Bold", Arial, sans-serif;
        height: 33px;
        width: 36px;
        background-position: -133px -25px;
    }
    /* line 135, ../sass/_paralympic.scss */
    #paralympic-mascot .controls .pagination a.active {
        font: 18px/43px "TheSansRio2016TT-Bold", Arial, sans-serif;
        height: 43px;
        width: 49px;
        background-position: 0 -365px;
    }
    /* line 141, ../sass/_paralympic.scss */
    #paralympic-mascot .controls .pagination span.prev {
        height: 18px;
        width: 9px;
        background-position: 0 -101px;
    }
    /* line 145, ../sass/_paralympic.scss */
    #paralympic-mascot .controls .pagination span.next {
        height: 19px;
        width: 10px;
        background-position: -12px 0;
    }
}
/**
 * Breakpoints Width
 **/
@media (max-height: 800px) {
    /* line 159, ../sass/_paralympic.scss */
    #paralympic-mascot .controls .pagination a {
        font: 14px/33px "TheSansRio2016TT-Bold", Arial, sans-serif;
        height: 33px;
        width: 36px;
        background-position: -133px -25px;
    }
    /* line 163, ../sass/_paralympic.scss */
    #paralympic-mascot .controls .pagination a.active {
        font: 18px/43px "TheSansRio2016TT-Bold", Arial, sans-serif;
        height: 43px;
        width: 49px;
        background-position: 0 -365px;
    }
    /* line 169, ../sass/_paralympic.scss */
    #paralympic-mascot .controls .pagination span.prev {
        height: 18px;
        width: 9px;
        background-position: 0 -101px;
    }
    /* line 173, ../sass/_paralympic.scss */
    #paralympic-mascot .controls .pagination span.next {
        height: 19px;
        width: 10px;
        background-position: -12px 0;
    }
}
/* line 5, ../sass/_photos.scss */
#photos .abrirAlbum {
    cursor: pointer;
}
/* line 8, ../sass/_photos.scss */
#photos .page-wrapper {
    background-image: url('../images/bg-photo.jpg?1431540141');
}
/* line 11, ../sass/_photos.scss */
#photos .content {
    height: 50vh;
}
/* line 14, ../sass/_photos.scss */
#photos h2 {
    width: 14%;
    max-width: 190px;
    background-image: url('../images/title-photos.png?1431540141');
}
/* line 19, ../sass/_photos.scss */
#photos .container-photos {
    width: 889px;
    overflow: hidden;
    margin: 0 auto;
}
/* line 26, ../sass/_photos.scss */
#photos .cycle-carousel-wrap .cycle-slide {
    padding: 0 20px;
}
/* line 31, ../sass/_photos.scss */
#photos .albums-container {
    width: 990px;
    position: relative;
    margin: 0 auto;
}
/* line 35, ../sass/_photos.scss */
#photos .albums-container .cycle3 {
    width: 100%;
    padding: 5% 0;
}
/* line 40, ../sass/_photos.scss */
#photos .albums-container .album {
    width: 255px;
    height: 210px;
    position: relative;
    border: 4px solid #449037;
    border-radius: 20px;
    margin: 0 30px 0 0;
    overflow: hidden;
    position: relative;
    float: left;
}
/* line 50, ../sass/_photos.scss */
#photos .albums-container .album img {
    border-radius: 13px;
    float: left;
}
/* line 54, ../sass/_photos.scss */
#photos .albums-container .album .text {
    width: 271px;
    height: 91px;
    background: url('../images/background-text-photos.png?1431540141') no-repeat;
    font: 15px "TheSansRio2016TT-Bold", Arial, sans-serif;
    color: #FFF;
    position: absolute;
    left: -2px;
    bottom: 0;
    padding: 0;
    border-radius: 3px 3px 18px 13px;
}
/* line 65, ../sass/_photos.scss */
#photos .albums-container .album .text h6 {
    width: 190px;
    margin: 53px 0 0 10px;
    line-height: 15px;
    white-space: normal;
    float: left;
}
/* line 72, ../sass/_photos.scss */
#photos .albums-container .album .text p {
    margin: 50px 20px 0 0;
    float: right;
}
/* line 75, ../sass/_photos.scss */
#photos .albums-container .album .text p span.i-photo {
    background: url('../images/sprites-sf09425fbf4.png');
    height: 17px;
    width: 16px;
    background-position: -53px -63px;
    display: inline-block;
    margin: 0 5px 0 0;
    float: left;
    text-indent: -999em;
}
/* line 87, ../sass/_photos.scss */
#photos .albums-container #album-1 {
    top: 40px;
}
/* line 90, ../sass/_photos.scss */
#photos .albums-container #album-2 {
    height: 225px;
}
/* line 93, ../sass/_photos.scss */
#photos .albums-container #album-3 {
    height: 205px;
}
/* line 96, ../sass/_photos.scss */
#photos .albums-container #album-4 {
    top: 45px;
    height: 220px;
    clear: both;
}
/* line 100, ../sass/_photos.scss */
#photos .albums-container #album-4 img {
    height: 100%;
}
/* line 104, ../sass/_photos.scss */
#photos .albums-container #album-5 {
    top: 30px;
}
/* line 107, ../sass/_photos.scss */
#photos .albums-container #album-6 {
    height: 250px;
}
/* line 111, ../sass/_photos.scss */
#photos .albums-container .nav .arrow {
    background: url('../images/sprites-sf09425fbf4.png');
    position: absolute;
    top: 33%;
    margin-top: -19px;
    cursor: pointer;
    text-indent: -999em;
    display: block;
}
/* line 120, ../sass/_photos.scss */
#photos .albums-container .nav .arrow.right {
    height: 38px;
    width: 30px;
    background-position: -16px -134px;
    right: 0;
    top: 45%;
}
/* line 126, ../sass/_photos.scss */
#photos .albums-container .nav .arrow.left {
    height: 38px;
    width: 30px;
    background-position: -103px -25px;
    left: 0;
    top: 45%;
}
/* line 136, ../sass/_photos.scss */
#photos .photos-container {
    width: 85%;
    height: 50vh;
    margin: 0 auto;
    position: relative;
}
/* line 142, ../sass/_photos.scss */
#photos .photos-container .owl-controls {
    width: 100%;
    right: 0;
}
/* line 146, ../sass/_photos.scss */
#photos .photos-container .button-albums {
    top: 0;
    left: -30px;
    background: url('../images/sprites-sf09425fbf4.png');
    height: 52px;
    width: 99px;
    background-position: 0 -417px;
    border-radius: 30px;
    text-shadow: 3px 3px 1px #b28619 , 3px 3px 1px #b28619, 3px 5px 10px #b28619, 2px 2px 12px #b28619;
    font-size: 16px;
    line-height: 47px;
    z-index: 12;
}
/* line 157, ../sass/_photos.scss */
#photos .photos-container .button-albums .back {
    background: url('../images/sprites-sf09425fbf4.png');
    height: 19px;
    width: 12px;
    background-position: 0 0;
    text-indent: -999em;
    line-height: 20px;
    display: inline-block;
}
/* line 166, ../sass/_photos.scss */
#photos .photos-container .choose_slider {
    width: 100%;
    height: 80%;
    left: -85px;
    position: relative;
}
/* line 171, ../sass/_photos.scss */
#photos .photos-container .choose_slider .photos-carousel {
    height: 100%;
    width: 100%;
}
/* line 176, ../sass/_photos.scss */
#photos .photos-container .choose_slider .photos-carousel li {
    position: relative;
    width: 20%;
    height: 100%;
    margin: 190px 0 0 0;
    border: 7px solid #45924a;
    border-radius: 20px;
    overflow: hidden;
    z-index: 10;
}
/* line 187, ../sass/_photos.scss */
#photos .photos-container .choose_slider .photos-carousel li img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 40%;
    width: auto;
}
/* line 199, ../sass/_photos.scss */
#photos .photos-container .choose_slider .photos-carousel li.previous_item {
    margin-left: 10px;
    -webkit-transform: perspective(600px) rotate(-5deg);
    -moz-transform: perspective(600px) rotate(-5deg);
    transform: perspective(600px) rotate(-5deg);
}
/* line 203, ../sass/_photos.scss */
#photos .photos-container .choose_slider .photos-carousel li.current_item {
    margin: 0 0 0 -70px;
    z-index: 11;
}
/* line 204, ../sass/_photos.scss */
#photos .photos-container .choose_slider .photos-carousel li.current_item img {
    height: 100%;
    width: auto;
}
/* line 211, ../sass/_photos.scss */
#photos .photos-container .choose_slider .photos-carousel li.next_item {
    -webkit-transform: perspective(600px) rotate(5deg);
    -moz-transform: perspective(600px) rotate(5deg);
    transform: perspective(600px) rotate(5deg);
}
/* line 215, ../sass/_photos.scss */
#photos .photos-container .choose_slider .photos-carousel li.next_item {
    margin-left: 330px;
}
/* line 220, ../sass/_photos.scss */
#photos .photos-container .choose_slider .controls > a {
    background: url('../images/sprites-sf09425fbf4.png');
    position: absolute;
    top: 50%;
    z-index: 12;
    text-indent: -999em;
    cursor: pointer;
}
/* line 229, ../sass/_photos.scss */
#photos .photos-container .choose_slider .controls #btn_next1 {
    height: 65px;
    width: 75px;
    background-position: -100px -2791px;
    right: -20px;
}
/* line 234, ../sass/_photos.scss */
#photos .photos-container .choose_slider .controls #btn_prev1 {
    height: 65px;
    width: 75px;
    background-position: 0 -1304px;
    left: 150px;
}
/* line 241, ../sass/_photos.scss */
#photos .photos-container .owl2 {
    width: 690px;
    margin: 30px auto;
}
/* line 244, ../sass/_photos.scss */
#photos .photos-container .owl2 .bg {
    width: 82px;
    height: 78px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin: 0 10px 0 0;
    border: 4px solid #228825;
    cursor: pointer;
}
/* line 253, ../sass/_photos.scss */
#photos .photos-container .owl2 .bg img {
    position: absolute;
    top: -50%;
    left: -140%;
}
/* line 259, ../sass/_photos.scss */
#photos .photos-container .owl2 .owl-buttons {
    position: relative;
    top: -50px;
    width: 100%;
}
/* line 263, ../sass/_photos.scss */
#photos .photos-container .owl2 .owl-buttons > div {
    background: url('../images/sprites-sf09425fbf4.png');
    text-indent: -999em;
    position: absolute;
    top: 0;
}
/* line 269, ../sass/_photos.scss */
#photos .photos-container .owl2 .owl-buttons .owl-prev {
    height: 25px;
    width: 20px;
    background-position: -9px -101px;
    left: -30px;
}
/* line 274, ../sass/_photos.scss */
#photos .photos-container .owl2 .owl-buttons .owl-next {
    height: 25px;
    width: 20px;
    background-position: -16px -173px;
    right: -30px;
}

/* line 283, ../sass/_photos.scss */
#photo-gallery {
    display: block;
    position: absolute;
    width: 100%;
    top: 1%;
    bottom: 1em;
}
/* line 289, ../sass/_photos.scss */
#photo-gallery > div {
    display: block;
    position: relative;
    height: 85%;
    margin-top: 5%;
    width: 100%;
}

/* line 300, ../sass/_photos.scss */
body.tablet #photos .content {
    height: 80vh;
}

/* line 5, ../sass/_videos.scss */
#videos .page-wrapper {
    background-image: url('../images/bg-videos.jpg?1431540141');
}
/* line 7, ../sass/_videos.scss */
#videos .page-wrapper h2 {
    width: 17%;
    max-width: 234px;
    position: absolute;
    top: -18%;
    left: 0;
    background-image: url('../images/title-videos.png?1431540141');
}
/* line 16, ../sass/_videos.scss */
#videos .mascot-video {
    position: absolute;
    top: 2%;
    left: 7%;
    z-index: 0;
    width: 47%;
    max-width: 672px;
}
/* line 24, ../sass/_videos.scss */
#videos .video-wrapper {
    position: relative;
    width: 55%;
    max-width: 780px;
    margin: 0 4% 3% 0;
}
/* line 29, ../sass/_videos.scss */
#videos .video-wrapper .container-video {
    position: relative;
    z-index: 1;
    width: 78%;
    max-width: 602px;
    padding: 28% 0;
    background: url('../images/video-bg.png?1431540141') no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
}
/* line 37, ../sass/_videos.scss */
#videos .video-wrapper .container-video iframe {
    position: absolute;
    width: 90%;
    height: 84%;
    top: 7%;
    left: 4%;
    overflow: hidden;
    border: 4px solid rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
/* line 47, ../sass/_videos.scss */
#videos .video-wrapper .container-video:before {
    content: '';
    position: absolute;
    top: -15%;
    left: -9%;
    z-index: 1;
    width: 70%;
    max-width: 421px;
    padding: 22% 0;
    background: url('../images/video-mascot-hand.png?1431540141') no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
}
.current {
    color: black;
}
/* line 59, ../sass/_videos.scss */
#videos .video-wrapper .thumbs-video {
    position: absolute !important;
    top: 12%;
    right: 4%;
    width: 18%;
    max-width: 140px;
/*    border: 1px solid #000;*/
    height: 315px;
    overflow:hidden;
}
@media (max-width: 1600px) {
    /* line 42, ../sass/_vote.scss */
    #videos .video-wrapper .thumbs-video {
        height: 300px;
    }
}
@media (max-width: 1440px) {
    /* line 42, ../sass/_vote.scss */
    #videos .video-wrapper .thumbs-video {
        height: 315px;
    }
}
@media (max-width: 1366px) {
    /* line 42, ../sass/_vote.scss */
    #videos .video-wrapper .thumbs-video {
        height: 265px;
    }
}
@media (max-width: 1366px) {
    /* line 42, ../sass/_vote.scss */
    #videos .video-wrapper .thumbs-video {
        height: 250px;
    }
}
@media (max-width: 1180px) {
    /* line 42, ../sass/_vote.scss */
    #videos .video-wrapper .thumbs-video {
        height: 225px;
    }
}
@media (max-width: 1030px) {
    /* line 42, ../sass/_vote.scss */
    #videos .video-wrapper .thumbs-video {
        height: 205px;
    }
}
/* line 64, ../sass/_videos.scss */
#videos .video-wrapper .thumbs-video .cycle-carousel-wrap {
    width: 100%;
}
/* line 67, ../sass/_videos.scss */
#videos .video-wrapper .thumbs-video .thumb {
    width: 100%;
    margin: 0 auto;
    padding: 6% 0;
}
/* line 71, ../sass/_videos.scss */
#videos .video-wrapper .thumbs-video .thumb a {
    display: block;
    width: 69%;
    max-width: 96px;
    margin: 0 auto 10px ;
    border: 4px solid rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
}
/* line 82, ../sass/_videos.scss */
#videos .video-wrapper .thumbs-video .thumb img {
    opacity: 0.7;
    cursor: pointer;
}
/* line 85, ../sass/_videos.scss */
#videos .video-wrapper .thumbs-video .thumb img:hover {
    opacity: 1;
}
/* line 92, ../sass/_videos.scss */
#videos .video-wrapper .control-video .prev, #videos .video-wrapper .control-video .next {
    position: absolute;
    right: 10%;
    display: block;
    width: 7%;
    max-width: 53px;
    padding: 3% 0;
    text-indent: -9999px;
    line-height: 0;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0 4px;
    -webkit-background-size: contain;
    background-size: contain;
}
/* line 106, ../sass/_videos.scss */
#videos .video-wrapper .control-video .prev {
    top: 1%;
    background-image: url('../images/video-arrow-top.png?1431540141');
}
/* line 110, ../sass/_videos.scss */
#videos .video-wrapper .control-video .next {
    bottom: 12%;
    background-image: url('../images/video-arrow-bottom.png?1431540141');
}
/* line 117, ../sass/_videos.scss */
#videos .social-bar {
    width: 22%;
    margin-left: 24%;
}
/* line 120, ../sass/_videos.scss */
#videos .social-bar a {
    width: 78%;
    max-width: 66px;
    padding: 38% 0;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: contain;
    background-size: contain;
}
/* line 129, ../sass/_videos.scss */
#videos .social-bar a.fb {
    background-image: url('../images/video-facebook.png?1431540141');
}
/* line 131, ../sass/_videos.scss */
#videos .social-bar a.fb:hover {
    background-image: url('../images/video-facebook-hover.png?1431540141');
}
/* line 135, ../sass/_videos.scss */
#videos .social-bar a.tw {
    background-image: url('../images/video-twitter.png?1431540141');
}
/* line 137, ../sass/_videos.scss */
#videos .social-bar a.tw:hover {
    background-image: url('../images/video-twitter-hover.png?1431540141');
}

/* line 5, ../sass/_vote.scss */
#vote .page-wrapper {
    background-image: url('../images/bg-vote.jpg?1431540141');
}
/* line 7, ../sass/_vote.scss */
#vote .page-wrapper h2 {
    width: 21%;
    max-width: 285px;
    background-image: url('../images/title-vote.png?1431540141');
}
/* line 12, ../sass/_vote.scss */
#vote .page-wrapper #canvas_votacao_olympic {
    width: 31%;
    max-width: 387px;
    position: absolute;
    top: 6%;
    left: 0;
    z-index: 0;
}
/* line 19, ../sass/_vote.scss */
#vote .page-wrapper #canvas_votacao_paralympic {
    width: 32%;
    max-width: 400px;
    position: absolute;
    top: 6%;
    right: 0;
    z-index: 1;
}
/* line 28, ../sass/_vote.scss */
#vote .vote-mascots {
    position: relative;
    z-index: 0;
    width: 90%;
    max-width: 1260px;
    padding: 22% 0;
    margin: 0 auto;
}
/* line 35, ../sass/_vote.scss */
#vote .vote-mascots .step {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: none;
    width: 100%;
    height: 100%;
}
/* line 42, ../sass/_vote.scss */
#vote .vote-mascots .step .btn-vote {
    width: 36%;
    max-width: 178px;
    padding: 11% 0;
    font: 2vw/0 "TheSansRio2016TT-Bold", Arial, sans-serif;
    color: #fff;
    text-indent: -4px;
    text-shadow: 1px 0 1px #9f0600;
    background-image: url('../images/btn-vote.png?1431540141');
    cursor: pointer;
}
@media (min-width: 1440px) {
    /* line 42, ../sass/_vote.scss */
    #vote .vote-mascots .step .btn-vote {
        font-size: 29px;
    }
}
@media (max-width: 960px) {
    /* line 42, ../sass/_vote.scss */
    #vote .vote-mascots .step .btn-vote {
        font-size: 19px;
    }
}
/* line 62, ../sass/_vote.scss */
#vote .step.selection .description {
    position: absolute;
    top: 0;
    left: -4%;
}
@media (max-width: 1280px), (max-height: 768px) {
    /* line 62, ../sass/_vote.scss */
    #vote .step.selection .description {
        left: -3%;
    }
}
/* line 68, ../sass/_vote.scss */
#vote .step.selection .description p {
    font: 1.2vw "TheSansRio2016TT-Regular", Arial, sans-serif;
    color: #fff;
    white-space: nowrap;
}
@media (max-width: 960px) {
    /* line 68, ../sass/_vote.scss */
    #vote .step.selection .description p {
        font-size: 11px;
    }
}
@media (min-width: 1440px) {
    /* line 68, ../sass/_vote.scss */
    #vote .step.selection .description p {
        font-size: 17px;
    }
}
/* line 79, ../sass/_vote.scss */
#vote .step.selection .description span {
    font-family: "TheSansRio2016TT-Bold", Arial, sans-serif;
}
/* line 84, ../sass/_vote.scss */
#vote .step.selection .names-meanings {
    width: 42%;
    height: 84%;
    margin-top: 4%;
}
/* line 90, ../sass/_vote.scss */
#vote .step.selection .names {
    position: relative;
    width: 95%;
    height: 58%;
    max-width: 498px;
    max-height: 304px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 16%;
    margin-left: 16%;
    background: url('../images/vote-box.png?1431540141') no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .4s ease, top .4s ease;
    -moz-transition: -moz-transform .4s ease, top .4s ease;
    transition: transform .4s ease, top .4s ease;
}
/* line 106, ../sass/_vote.scss */
#vote .step.selection .names #the_game {
    width: auto;
    margin: 0 auto;
    font: 24pt "TheSansRio2016TT-Bold", Arial, sans-serif;
    font-weight: bold;
    color: white;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateX(-10%) translateY(-100%);
    -moz-transform: translateX(-10%) translateY(-100%);
    -ms-transform: translateX(-10%) translateY(-100%);
    transform: translateX(-10%) translateY(-100%);
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}
/* line 119, ../sass/_vote.scss */
#vote .step.selection .names fieldset {
    position: relative;
    width: 100%;
    max-height: 24px;
    margin: 3% 0;
    text-indent: 24%;
}
/* line 125, ../sass/_vote.scss */
#vote .step.selection .names fieldset input[type="radio"], #vote .step.selection .names fieldset span {
    position: absolute;
    top: 0%;
    left: 16%;
    width: 1.6vw;
    height: 1.6vw;
    max-width: 24px;
    max-height: 24px;
    margin: 0;
    cursor: pointer;
}
/* line 135, ../sass/_vote.scss */
#vote .step.selection .names fieldset input[type="radio"] {
    opacity: 0;
    z-index: 1;
}
/* line 138, ../sass/_vote.scss */
#vote .step.selection .names fieldset input[type="radio"] + span {
    z-index: 0;
    background: url('../images/radio-vote.png?1431540141') no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
}
/* line 143, ../sass/_vote.scss */
#vote .step.selection .names fieldset input[type="radio"]:checked + span {
    background-image: url('../images/radio-vote-checked.png?1431540141');
}
/* line 147, ../sass/_vote.scss */
#vote .step.selection .names fieldset label {
    cursor: pointer;
    font: 1.6vw/1 "TheSansRio2016TT-Bold", Arial, sans-serif;
    color: #fff;
}
@media (max-width: 960px) {
    /* line 147, ../sass/_vote.scss */
    #vote .step.selection .names fieldset label {
        font-size: 15px;
    }
}
@media (min-width: 1440px) {
    /* line 147, ../sass/_vote.scss */
    #vote .step.selection .names fieldset label {
        font-size: 23px;
    }
}
/* line 159, ../sass/_vote.scss */
#vote .step.selection .names .btn-vote {
    position: absolute;
    left: 28%;
    bottom: -18%;
    z-index: 0;
}
/* line 166, ../sass/_vote.scss */
#vote .step.selection .meanings {
    visibility: hidden;
    width: 100%;
    min-height: 20%;
    position: relative;
    margin: 14% 0 0 22%;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: -webkit-transform .3s ease, visibility .3s ease, opacity .3s ease;
    -moz-transition: -moz-transform .3s ease, visibility .3s ease, opacity .3s ease;
    transition: transform .3s ease, visibility .3s ease, opacity .3s ease;
}
/* line 176, ../sass/_vote.scss */
#vote .step.selection .meanings p {
    display: none;
    font: 1.2vw/1.4 "TheSansRio2016TT-Regular", Arial, sans-serif;
    color: #fff;
    white-space: nowrap;
}
@media (max-width: 960px) {
    /* line 176, ../sass/_vote.scss */
    #vote .step.selection .meanings p {
        font-size: 11px;
    }
}
@media (min-width: 1440px) {
    /* line 176, ../sass/_vote.scss */
    #vote .step.selection .meanings p {
        font-size: 17px;
    }
}
/* line 189, ../sass/_vote.scss */
#vote .step.selection .meanings p.selected {
    display: block;
}
/* line 195, ../sass/_vote.scss */
#vote .step.selection .expanded .names {
    top: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
/* line 199, ../sass/_vote.scss */
#vote .step.selection .expanded .meanings {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
/* line 204, ../sass/_vote.scss */
#vote .step.selection .expanded .meanings:before {
    content: '';
    width: 6%;
    max-width: 30px;
    padding: 4% 0;
    position: absolute;
    top: 55%;
    left: -10%;
    z-index: 0;
    background: url('../images/arrow-description.png?1431540141') no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* line 218, ../sass/_vote.scss */
#vote .step.selection .regulation {
    position: absolute;
    bottom: 20%;
    left: 0;
    opacity: 0.5;
    font: 1.1vw "TheSansRio2016TT-Bold", Arial, sans-serif;
    color: #000;
}
@media (max-width: 960px) {
    /* line 218, ../sass/_vote.scss */
    #vote .step.selection .regulation {
        font-size: 10px;
    }
}
@media (min-width: 1440px) {
    /* line 218, ../sass/_vote.scss */
    #vote .step.selection .regulation {
        font-size: 16px;
    }
}
/* line 232, ../sass/_vote.scss */
#vote .step.selection.active {
    display: block;
}
/* line 234, ../sass/_vote.scss */
#vote .step.selection.active ~ #canvas_votacao_olympic {
    left: 14%;
}
/* line 237, ../sass/_vote.scss */
#vote .step.selection.active ~ #canvas_votacao_paralympic {
    right: 31%;
}
/* line 243, ../sass/_vote.scss */
#vote .step.confirmation {
    z-index: 20;
}
/* line 245, ../sass/_vote.scss */
#vote .step.confirmation .captcha {
    width: 40%;
    max-width: 500px;
    margin: 8% auto 0;
}
/* line 249, ../sass/_vote.scss */
#vote .step.confirmation .captcha h5 {
    margin-bottom: 5%;
    text-align: center;
    font: 28px "TheSansRio2016TT-Regular", Arial, sans-serif;
    color: #fff;
    white-space: nowrap;
}
/* line 256, ../sass/_vote.scss */
#vote .step.confirmation .captcha #recaptcha {
    width: 355px;
    height: 102px;
    margin: 0 auto;
    border: 5px solid rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    z-index: 999;
}
/* line 263, ../sass/_vote.scss */
#vote .step.confirmation .captcha #recaptcha #recaptcha_table {
    border: none !important;
}
/* line 265, ../sass/_vote.scss */
#vote .step.confirmation .captcha #recaptcha #recaptcha_table td:last-child {
    display: none;
}
/* line 269, ../sass/_vote.scss */
#vote .step.confirmation .captcha #recaptcha #recaptcha_area {
    z-index: 999;
    background-color: #fff;
    width: 100%;
}
/* line 273, ../sass/_vote.scss */
#vote .step.confirmation .captcha #recaptcha #recaptcha_area #recaptcha_image {
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
}
/* line 276, ../sass/_vote.scss */
#vote .step.confirmation .captcha #recaptcha #recaptcha_area #recaptcha_response_field {
    width: 300px !important;
    font: 12px "TheSansRio2016TT-Regular", Arial, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
}
/* line 283, ../sass/_vote.scss */
#vote .step.confirmation .captcha a.btn-vote {
    margin: 10% auto 0;
}
/* line 287, ../sass/_vote.scss */
#vote .step.confirmation.active {
    display: block;
}
/* line 291, ../sass/_vote.scss */
#vote .step.message .text {
    width: 36%;
    max-width: 450px;
    margin: 8% auto 0;
}
/* line 295, ../sass/_vote.scss */
#vote .step.message .text h5 {
    margin-bottom: 5%;
    text-align: center;
    font: 70px "TheSansRio2016TT-Bold", Arial, sans-serif;
    color: #fff;
    white-space: nowrap;
}
/* line 302, ../sass/_vote.scss */
#vote .step.message .text p {
    margin-bottom: 7%;
    text-align: center;
    font: 22px "TheSansRio2016TT-Regular", Arial, sans-serif;
    color: #fff;
    white-space: nowrap;
}
/* line 309, ../sass/_vote.scss */
#vote .step.message .text a.btn-back {
    display: block;
    width: 55%;
    max-width: 244px;
    padding: 10% 0;
    margin: 0 auto;
    font: 26px/0 "TheSansRio2016TT-Bold", Arial, sans-serif;
    color: #fff;
    text-align: center;
    text-indent: 4px;
    text-shadow: 1px 2px 2px #a47b15;
    background: url('../images/btn-back.png?1431540141') no-repeat 0 2px;
    -webkit-background-size: contain;
    background-size: contain;
}
/* line 324, ../sass/_vote.scss */
#vote .step.message.active {
    display: block;
}

/* line 8, ../sass/_english.scss */
body.en #header .menu-main a.home {
    height: 72px;
    width: 167px;
    background-position: 0 -3350px;
}
/* line 11, ../sass/_english.scss */
body.en #header .menu-main a.home:hover {
    background-position: 0 -3278px;
}
@media (max-width: 1280px), (max-height: 800px) {
    /* line 8, ../sass/_english.scss */
    body.en #header .menu-main a.home {
        height: 64px;
        width: 150px;
        background-position: 0 -1691px;
    }
    /* line 17, ../sass/_english.scss */
    body.en #header .menu-main a.home:hover {
        background-position: 0 -1627px;
    }
}
/* line 22, ../sass/_english.scss */
body.en #header .menu-main a.meet {
    height: 72px;
    width: 166px;
    background-position: 0 -3494px;
}
@media (max-width: 1280px), (max-height: 800px) {
    /* line 22, ../sass/_english.scss */
    body.en #header .menu-main a.meet {
        height: 64px;
        width: 150px;
        background-position: 0 -1819px;
    }
}
/* line 30, ../sass/_english.scss */
body.en #header .menu-main a.vote {
    height: 60px;
    width: 116px;
    background-position: -75px -1239px;
}
/* line 33, ../sass/_english.scss */
body.en #header .menu-main a.vote:hover {
    background-position: -63px -1177px;
}
@media (max-width: 1280px), (max-height: 800px) {
    /* line 30, ../sass/_english.scss */
    body.en #header .menu-main a.vote {
        height: 52px;
        width: 100px;
        background-position: -49px -365px;
    }
    /* line 39, ../sass/_english.scss */
    body.en #header .menu-main a.vote:hover {
        background-position: 0 -2791px;
    }
}
/* line 44, ../sass/_english.scss */
body.en #header .menu-main a.fun {
    height: 72px;
    width: 142px;
    background-position: 0 -3926px;
}
/* line 47, ../sass/_english.scss */
body.en #header .menu-main a.fun:hover {
    background-position: 0 -3854px;
}
@media (max-width: 1280px), (max-height: 800px) {
    /* line 44, ../sass/_english.scss */
    body.en #header .menu-main a.fun {
        height: 64px;
        width: 126px;
        background-position: 0 -2595px;
    }
    /* line 53, ../sass/_english.scss */
    body.en #header .menu-main a.fun:hover {
        background-position: 0 -2531px;
    }
}
/* line 58, ../sass/_english.scss */
body.en #header .menu-main a.gallery {
    height: 64px;
    width: 128px;
    background-position: 0 -2337px;
}
@media (max-width: 1280px), (max-height: 800px) {
    /* line 58, ../sass/_english.scss */
    body.en #header .menu-main a.gallery {
        height: 56px;
        width: 112px;
        background-position: -56px -644px;
    }
}
/* line 68, ../sass/_english.scss */
body.en #header .tooltip .balloons {
    left: -6%;
}
/* line 75, ../sass/_english.scss */
body.en #header .tooltip:hover a.meet {
    background-position: 0 -3422px;
}
@media (max-width: 1280px), (max-height: 800px) {
    /* line 75, ../sass/_english.scss */
    body.en #header .tooltip:hover a.meet {
        background-position: 0 -1755px;
    }
}
/* line 81, ../sass/_english.scss */
body.en #header .tooltip:hover a.gallery {
    background-position: 0 -2205px;
}
@media (max-width: 1280px), (max-height: 800px) {
    /* line 81, ../sass/_english.scss */
    body.en #header .tooltip:hover a.gallery {
        background-position: 0 -3067px;
    }
}
/* line 90, ../sass/_english.scss */
body.en #header li:last-child .balloons {
    left: -20%;
}
/* line 102, ../sass/_english.scss */
body.en #olympic-mascot .slider .element.one h3,
body.en #paralympic-mascot .slider .element.one h3 {
    width: 39%;
    max-width: 220px;
    background-image: url('../images/meet-mascot-1_en.png?1431540141');
}
/* line 109, ../sass/_english.scss */
body.en #olympic-mascot .slider .element.two h3,
body.en #paralympic-mascot .slider .element.two h3 {
    width: 50%;
    max-width: 280px;
    background-image: url('../images/meet-mascot-2_en.png?1431540141');
}
/* line 116, ../sass/_english.scss */
body.en #olympic-mascot .slider .element.three h3,
body.en #paralympic-mascot .slider .element.three h3 {
    width: 94%;
    max-width: 530px;
    background-image: url('../images/meet-mascot-3_en.png?1431540141');
}
/* line 123, ../sass/_english.scss */
body.en #olympic-mascot .slider .element.four h3,
body.en #paralympic-mascot .slider .element.four h3 {
    width: 86%;
    max-width: 482px;
    background-image: url('../images/meet-mascot-4_en.png?1431540141');
}
/* line 130, ../sass/_english.scss */
body.en #olympic-mascot .slider .element.five h3,
body.en #paralympic-mascot .slider .element.five h3 {
    width: 55%;
    max-width: 309px;
    background-image: url('../images/meet-mascot-5_en.png?1431540141');
}
/* line 137, ../sass/_english.scss */
body.en #olympic-mascot .slider .element.six h3,
body.en #paralympic-mascot .slider .element.six h3 {
    width: 29%;
    max-width: 161px;
    background-image: url('../images/meet-mascot-6_en.png?1431540141');
}
/* line 144, ../sass/_english.scss */
body.en #olympic-mascot .slider .podcast h4,
body.en #paralympic-mascot .slider .podcast h4 {
    width: 43%;
    max-width: 192px;
    padding: 4% 0;
    margin: 0 0 3% 3%;
    background-image: url('../images/title-control-story_en.png?1431540141');
}
/* line 153, ../sass/_english.scss */
body.en #olympic-mascot .slider .video h4,
body.en #paralympic-mascot .slider .video h4 {
    width: 103%;
    max-width: 158px;
    background-image: url('../images/title-control-video_en.png?1431540141');
}
/* line 162, ../sass/_english.scss */
body.en #olympic-mascot h2 {
    width: 18%;
    max-width: 239px;
    background-image: url('../images/title-olympic_en.png?1431540141');
}
/* line 168, ../sass/_english.scss */
body.en #olympic-mascot .element.six .story-wrap {
    top: 6%;
}
/* line 175, ../sass/_english.scss */
body.en #paralympic-mascot h2 {
    width: 18%;
    max-width: 245px;
    background-image: url('../images/title-paralympic_en.png?1431540141');
}
/* line 181, ../sass/_english.scss */
body.en #paralympic-mascot .element.three .story-wrap {
    top: 0;
}
/* line 186, ../sass/_english.scss */
body.en #paralympic-mascot .element.four .story-wrap {
    top: -3%;
}
/* line 193, ../sass/_english.scss */
body.en #vote h2 {
    width: 12%;
    max-width: 161px;
    background-image: url('../images/title-vote_en.png?1431540141');
}
/* line 201, ../sass/_english.scss */
body.en #fun h2 {
    width: 25%;
    max-width: 338px;
    background-image: url('../images/title-fun_en.png?1431540141');
}
/* line 209, ../sass/_english.scss */
body.en #videos h2 {
    background-image: url('../images/title-videos_en.png?1431540141');
}
/* line 215, ../sass/_english.scss */
body.en #photos h2 {
    width: 19%;
    max-width: 250px;
    background-image: url('../images/title-photos_en.png?1431540141');
}
/* line 223, ../sass/_english.scss */
body.en #downloads .btn-download {
    font-size: 1.6vw !important;
}
@media (max-width: 960px) {
    /* line 223, ../sass/_english.scss */
    body.en #downloads .btn-download {
        font-size: 15px !important;
    }
}
@media (min-width: 1440px) {
    /* line 223, ../sass/_english.scss */
    body.en #downloads .btn-download {
        font-size: 23px !important;
    }
}
