@charset "UTF-8";
@media (min-width: 768px) {
    .container {
        max-width: 650px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 870px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1070px;
    }
}

@media (min-width: 768px) {
    footer .container {
        max-width: 740px;
    }
}

@media (min-width: 992px) {
    footer .container {
        max-width: 965px;
    }
}

@media (min-width: 1200px) {
    footer .container {
        max-width: 1170px;
    }
}

*:focus,
*:active,
*:hover {
    outline: 0 !important;
    text-decoration: none;
}

ul li {
    list-style: none;
}

.logo-group {
    text-align: center;
}

.logo-group .logo {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    background-image: url(/images/logo_white.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    max-width: 620px;
    height: 217px;
}

.logo-group .loc {
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: none;
}

.logo-group h3 {
    text-transform: uppercase;
    font-size: 160px;
    margin-top: 90px;
    font-family: 'aracne', sans-serif;
    color: white;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .logo-group h3 {
        margin-top: 20px;
        font-size: 50px;
    }
}

.logo-group.logo-brown {
    width: 190px;
    margin: 0 auto 40px auto;
}

.logo-group.logo-brown .logo {
    background-image: url(/images/logo_brown.png);
    width: 100%;
    height: 117px;
}

.logo-group.logo-brown .loc {
    color: #32191a;
    font-size: 15px;
    letter-spacing: 0;
    margin-top: 0; /*10px;*/
    display: none;
}

.dinning {
    margin: 40px 0 100px 0;
}

.rounded {
    margin: 40px 0 100px 0;
    border-radius: 50%;
}

.video-player {
    padding: 0;
}

.brush {
    margin: 50px 0;
}

.brush img {
    margin: 0 auto;
}

.page-header.labeled .logo-group {
    padding-top: 80px;
}

.page-header.labeled .logo-group .logo {
    width: 452px;
    /*height: 82px;*/
    max-height: 160px;
}

.page-header.labeled .logo-group .loc {
    font-size: 24px;
}

@media (max-width: 767px) {
    .page-header.labeled .logo-group {
        padding-top: 10px;
    }

    .page-header.labeled .logo-group .logo {
        width: 200px;
        height: 42px;
    }

    .page-header.labeled .logo-group .loc {
        font-size: 14px;
        margin: 5px 0 10px 0;
    }
}

.grayed {
    padding-top: 150px;
    padding-bottom: 100px;
    background-color: #f2f2f2;
    position: relative;
}

@media (max-width: 767px) {
    .grayed {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.grayed:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
}

.grayed:after {
    bottom: 0;
    height: 10px;
    background: url(/images/mask-0-bottom.png) center top;
}

.bgi {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% bottom;
}

.bgi.big-fixed,
.bgi.bgi-fixed {
    position: relative;
    background-attachment: fixed;
}

@media (max-width: 767px) {
    .bgi.big-fixed,
    .bgi.bgi-fixed {
        background-attachment: inherit;
    }
}

.col-no-gutter {
    padding: 0;
}

.green-curtain {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background-color: rgba(0, 118, 115, 0);
    text-align: center;
    color: white;
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
}

.green-curtain .curtain-container {
    display: table-cell;
    vertical-align: middle;
}

.green-curtain:hover {
    background-color: rgba(0, 118, 115, 0.7);
}

.green-curtain.reveal-text h3,
.green-curtain.reveal-text p,
.green-curtain.reveal-text a {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.green-curtain.reveal-text:hover h3,
.green-curtain.reveal-text:hover p,
.green-curtain.reveal-text:hover a {
    opacity: 1;
    filter: alpha(opacity=100);
}

@media (max-width: 767px) {
    .green-curtain.reveal-text h3,
    .green-curtain.reveal-text p,
    .green-curtain.reveal-text a {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .home-patch .green-curtain {
        background-color: rgba(0, 118, 115, 0.7);
    }
}

.green-curtain h3 {
    text-transform: uppercase;
    font-size: 34px;
    letter-spacing: 1px;
    margin-top: 0;
}

.green-curtain p {
    color: white;
    font-size: 16px;
    letter-spacing: 1px;
}

#booking {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    position: absolute;
    cursor: pointer;
    z-index: 10;
}

@media (max-width: 767px) {
    #booking {
        display: none;
    }
}

#booking.brown {
    color: #32191a;
}

#booking.brown:after {
    border-color: #32191a;
}

#booking:hover,
#booking.fixed:hover {
    text-decoration: none;
}

#booking:hover span,
#booking.fixed:hover span {
    width: 100px;
}

#booking:hover:after {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#booking.fixed:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#booking:after {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "b";
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 40px;
    text-align: center;
    line-height: 58px;
    margin: 0 0 0 20px;
    top: 3px;
    position: relative;
    background-color: transparent;
}

#booking.fixed {
    -webkit-transform: translate(0, -16px);
    -ms-transform: translate(0, -16px);
    -o-transform: translate(0, -16px);
    transform: translate(0, -16px);
    position: fixed;
    bottom: auto;
    top: 50px;
    color: #32191a;
}

#booking.fixed span {
    width: 0;
    color: white;
}

#booking.fixed:after {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    background-color: white;
    border-color: white;
}

#booking.fixed.brown {
    color: white;
}

#booking.fixed.brown span {
    color: #32191a;
}

#booking.fixed.brown:after {
    background-color: #32191a;
    border-color: #32191a;
}

#booking span {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    overflow: hidden;
    width: 100px;
    top: 8px;
    position: relative;
}

#booking {
    right: 30px;
    bottom: 60px;
}

.fadein {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.fadein.animated {
    opacity: 1;
    filter: alpha(opacity=100);
}

.img-responsive-center {
    margin: 0 auto;
}

div.video-js {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.video-js .vjs-big-play-button {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: none;
    background-color: transparent;
    font-size: 100px;
}

div.video-js .vjs-big-play-button:before {
    content: "\e806";
}

div.video-js:hover .vjs-big-play-button,
div.video-js .vjs-big-play-button:focus {
    opacity: .5;
    background-color: transparent;
}

.icon-round {
    border: 1px solid #32191a;
    background-color: rgba(50, 25, 26, 0);
    border-radius: 50%;
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px auto;
    font-size: 50px;
    padding-top: 24px;
    text-align: center;
}

@media (max-width: 767px) {
    .page-title br,
    .fakebr,
    .fake-br {
        display: none;
    }
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 29, 2015 */
@font-face {
    font-family: 'estilo_text';
    src: url('../fonts/estilo/estilotext-bold-webfont.eot');
    src: url('../fonts/estilo/estilotext-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/estilo/estilotext-bold-webfont.woff2') format('woff2'), url('../fonts/estilo/estilotext-bold-webfont.woff') format('woff'), url('../fonts/estilo/estilotext-bold-webfont.ttf') format('truetype'), url('../fonts/estilo/estilotext-bold-webfont.svg#estilo_textbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'estilo_text';
    src: url('../fonts/estilo/estilotext-regular-webfont.eot');
    src: url('../fonts/estilo/estilotext-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/estilo/estilotext-regular-webfont.woff2') format('woff2'), url('../fonts/estilo/estilotext-regular-webfont.woff') format('woff'), url('../fonts/estilo/estilotext-regular-webfont.ttf') format('truetype'), url('../fonts/estilo/estilotext-regular-webfont.svg#estilo_textregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aracne';
    src: url('../fonts/aracne/aracne_light-webfont.eot');
    src: url('../fonts/aracne/aracne_light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/aracne/aracne_light-webfont.woff2') format('woff2'), url('../fonts/aracne/aracne_light-webfont.woff') format('woff'), url('../fonts/aracne/aracne_light-webfont.ttf') format('truetype'), url('../fonts/aracne/aracne_light-webfont.svg#aracne_lightregular') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'aracne';
    src: url('../fonts/aracne/aracne_regular-webfont.eot');
    src: url('../fonts/aracne/aracne_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/aracne/aracne_regular-webfont.woff2') format('woff2'), url('../fonts/aracne/aracne_regular-webfont.woff') format('woff'), url('../fonts/aracne/aracne_regular-webfont.ttf') format('truetype'), url('../fonts/aracne/aracne_regular-webfont.svg#aracne_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brushup';
    src: url('../fonts/brushup/brushup-webfont.eot');
    src: url('../fonts/brushup/brushup-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/brushup/brushup-webfont.woff2') format('woff2'), url('../fonts/brushup/brushup-webfont.woff') format('woff'), url('../fonts/brushup/brushup-webfont.ttf') format('truetype'), url('../fonts/brushup/brushup-webfont.svg#brush_upregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon/icomoon.eot');
    src: url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.woff') format('woff'), url('../fonts/icomoon/icomoon.ttf') format('truetype'), url('../fonts/icomoon/icomoon.svg#aracne_lightregular') format('svg');
    font-weight: 300;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
    content: "\e808";
}

.icon-boat:before {
    content: "\e801";
}

.icon-gopro:before {
    content: "\e802";
}

.icon-jeep:before {
    content: "\e803";
}

.icon-paddle:before {
    content: "\e804";
}

.icon-piroga:before {
    content: "\e805";
}

.icon-play:before {
    content: "\e806";
}

.icon-snork:before {
    content: "\e807";
}

.icon-traveler:before {
    content: "\e800";
}

.icon-bird:before {
    content: "\e600";
}

.icon-egg:before {
    content: "\e602";
}

.icon-jardim:before {
    content: "\e603";
}

.icon-mar:before {
    content: "\e604";
}

.icon-piscina:before {
    content: "\e605";
}

.icon-praia:before {
    content: "\e609";
}

.icon-rain_sunshine:before {
    content: "\e60a";
}

.icon-rain:before {
    content: "\e612";
}

.icon-sailfish:before {
    content: "\e613";
}

.icon-shark:before {
    content: "\e614";
}

.icon-sun:before {
    content: "\e615";
}

.icon-turtle:before {
    content: "\e61f";
}

.icon-whale:before {
    content: "\e620";
}

/*!
 * font-awesome-animation - v0.0.7
 * https://github.com/l-lin/font-awesome-animation
 * License: MIT
 */
@-webkit-keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    8% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    10% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }
    18% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }
    20% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }
    28% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }
    30% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }
    38% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }
    40% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }
    48% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }
    50% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }
    58% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }
    60% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }
    68% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }
    75%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    8% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    10% {
        -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
        transform: rotate(24deg);
    }
    18% {
        -webkit-transform: rotate(-24deg);
        -ms-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }
    20% {
        -webkit-transform: rotate(-24deg);
        -ms-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }
    28% {
        -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
        transform: rotate(24deg);
    }
    30% {
        -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
        transform: rotate(24deg);
    }
    38% {
        -webkit-transform: rotate(-24deg);
        -ms-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }
    40% {
        -webkit-transform: rotate(-24deg);
        -ms-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }
    48% {
        -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
        transform: rotate(24deg);
    }
    50% {
        -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
        transform: rotate(24deg);
    }
    58% {
        -webkit-transform: rotate(-24deg);
        -ms-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }
    60% {
        -webkit-transform: rotate(-24deg);
        -ms-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }
    68% {
        -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
        transform: rotate(24deg);
    }
    75%,
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.faa-wrench.animated,
.faa-wrench.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-wrench {
    -webkit-animation: wrench 2.5s ease infinite;
    animation: wrench 2.5s ease infinite;
    transform-origin-x: 90%;
    transform-origin-y: 35%;
    transform-origin-z: initial;
}

.faa-wrench.animated.faa-fast,
.faa-wrench.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-wrench.faa-fast {
    -webkit-animation: wrench 1.2s ease infinite;
    animation: wrench 1.2s ease infinite;
}

.faa-wrench.animated.faa-slow,
.faa-wrench.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-wrench.faa-slow {
    -webkit-animation: wrench 3.7s ease infinite;
    animation: wrench 3.7s ease infinite;
}

/* BELL */
@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    2% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    4% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }
    6% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }
    8% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }
    10% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg);
    }
    12% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }
    14% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }
    16% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    18% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    20%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    2% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    4% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }
    6% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg);
    }
    8% {
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }
    10% {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg);
    }
    12% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }
    14% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg);
    }
    16% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    18% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    20%,
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.faa-ring.animated,
.faa-ring.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-ring {
    -webkit-animation: ring 2s ease infinite;
    animation: ring 2s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0px;
    transform-origin-z: initial;
}

.faa-ring.animated.faa-fast,
.faa-ring.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-ring.faa-fast {
    -webkit-animation: ring 1s ease infinite;
    animation: ring 1s ease infinite;
}

.faa-ring.animated.faa-slow,
.faa-ring.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-ring.faa-slow {
    -webkit-animation: ring 3s ease infinite;
    animation: ring 3s ease infinite;
}

/* VERTICAL */
@-webkit-keyframes vertical {
    0% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }
    4% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }
    8% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }
    12% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }
    16% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }
    20% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }
    22%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes vertical {
    0% {
        -webkit-transform: translate(0, -3px);
        -ms-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }
    4% {
        -webkit-transform: translate(0, 3px);
        -ms-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }
    8% {
        -webkit-transform: translate(0, -3px);
        -ms-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }
    12% {
        -webkit-transform: translate(0, 3px);
        -ms-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }
    16% {
        -webkit-transform: translate(0, -3px);
        -ms-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }
    20% {
        -webkit-transform: translate(0, 3px);
        -ms-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }
    22%,
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.faa-vertical.animated,
.faa-vertical.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-vertical {
    -webkit-animation: vertical 2s ease infinite;
    animation: vertical 2s ease infinite;
}

.faa-vertical.animated.faa-fast,
.faa-vertical.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-vertical.faa-fast {
    -webkit-animation: vertical 1s ease infinite;
    animation: vertical 1s ease infinite;
}

.faa-vertical.animated.faa-slow,
.faa-vertical.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-vertical.faa-slow {
    -webkit-animation: vertical 4s ease infinite;
    animation: vertical 4s ease infinite;
}

/* HORIZONTAL */
@-webkit-keyframes horizontal {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    6% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0);
    }
    12% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    18% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0);
    }
    24% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    30% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0);
    }
    36%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes horizontal {
    0% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    6% {
        -webkit-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
        transform: translate(5px, 0);
    }
    12% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    18% {
        -webkit-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
        transform: translate(5px, 0);
    }
    24% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    30% {
        -webkit-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
        transform: translate(5px, 0);
    }
    36%,
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.faa-horizontal.animated,
.faa-horizontal.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-horizontal {
    -webkit-animation: horizontal 2s ease infinite;
    animation: horizontal 2s ease infinite;
}

.faa-horizontal.animated.faa-fast,
.faa-horizontal.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-horizontal.faa-fast {
    -webkit-animation: horizontal 1s ease infinite;
    animation: horizontal 1s ease infinite;
}

.faa-horizontal.animated.faa-slow,
.faa-horizontal.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-horizontal.faa-slow {
    -webkit-animation: horizontal 3s ease infinite;
    animation: horizontal 3s ease infinite;
}

/* FLASHING */
@-webkit-keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.faa-flash.animated,
.faa-flash.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-flash {
    -webkit-animation: flash 2s ease infinite;
    animation: flash 2s ease infinite;
}

.faa-flash.animated.faa-fast,
.faa-flash.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-flash.faa-fast {
    -webkit-animation: flash 1s ease infinite;
    animation: flash 1s ease infinite;
}

.faa-flash.animated.faa-slow,
.faa-flash.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-flash.faa-slow {
    -webkit-animation: flash 3s ease infinite;
    animation: flash 3s ease infinite;
}

/* BOUNCE */
@-webkit-keyframes bounce {
    0%,
    10%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    10%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.faa-bounce.animated,
.faa-bounce.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-bounce {
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite;
}

.faa-bounce.animated.faa-fast,
.faa-bounce.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-bounce.faa-fast {
    -webkit-animation: bounce 1s ease infinite;
    animation: bounce 1s ease infinite;
}

.faa-bounce.animated.faa-slow,
.faa-bounce.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-bounce.faa-slow {
    -webkit-animation: bounce 3s ease infinite;
    animation: bounce 3s ease infinite;
}

/* SPIN */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.faa-spin.animated,
.faa-spin.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-spin {
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.faa-spin.animated.faa-fast,
.faa-spin.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-spin.faa-fast {
    -webkit-animation: spin 0.7s linear infinite;
    animation: spin 0.7s linear infinite;
}

.faa-spin.animated.faa-slow,
.faa-spin.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-spin.faa-slow {
    -webkit-animation: spin 2.2s linear infinite;
    animation: spin 2.2s linear infinite;
}

/* FLOAT */
@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.faa-float.animated,
.faa-float.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-float {
    -webkit-animation: float 2s linear infinite;
    animation: float 2s linear infinite;
}

.faa-float.animated.faa-fast,
.faa-float.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-float.faa-fast {
    -webkit-animation: float 1s linear infinite;
    animation: float 1s linear infinite;
}

.faa-float.animated.faa-slow,
.faa-float.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-float.faa-slow {
    -webkit-animation: float 3s linear infinite;
    animation: float 3s linear infinite;
}

/* PULSE */
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.faa-pulse.animated,
.faa-pulse.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-pulse {
    -webkit-animation: pulse 2s linear infinite;
    animation: pulse 2s linear infinite;
}

.faa-pulse.animated.faa-fast,
.faa-pulse.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-pulse.faa-fast {
    -webkit-animation: pulse 1s linear infinite;
    animation: pulse 1s linear infinite;
}

.faa-pulse.animated.faa-slow,
.faa-pulse.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-pulse.faa-slow {
    -webkit-animation: pulse 3s linear infinite;
    animation: pulse 3s linear infinite;
}

/* SHAKE */
.faa-shake.animated,
.faa-shake.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-shake {
    -webkit-animation: wrench 2.5s ease infinite;
    animation: wrench 2.5s ease infinite;
}

.faa-shake.animated.faa-fast,
.faa-shake.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-shake.faa-fast {
    -webkit-animation: wrench 1.2s ease infinite;
    animation: wrench 1.2s ease infinite;
}

.faa-shake.animated.faa-slow,
.faa-shake.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-shake.faa-slow {
    -webkit-animation: wrench 3.7s ease infinite;
    animation: wrench 3.7s ease infinite;
}

/* TADA */
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-8deg);
        transform: scale(0.9) rotate(-8deg);
    }
    30%,
    50%,
    70% {
        -webkit-transform: scale(1.3) rotate(8deg);
        transform: scale(1.3) rotate(8deg);
    }
    40%,
    60% {
        -webkit-transform: scale(1.3) rotate(-8deg);
        transform: scale(1.3) rotate(-8deg);
    }
    80%,
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-8deg);
        -ms-transform: scale(0.9) rotate(-8deg);
        transform: scale(0.9) rotate(-8deg);
    }
    30%,
    50%,
    70% {
        -webkit-transform: scale(1.3) rotate(8deg);
        -ms-transform: scale(1.3) rotate(8deg);
        transform: scale(1.3) rotate(8deg);
    }
    40%,
    60% {
        -webkit-transform: scale(1.3) rotate(-8deg);
        -ms-transform: scale(1.3) rotate(-8deg);
        transform: scale(1.3) rotate(-8deg);
    }
    80%,
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.faa-tada.animated,
.faa-tada.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-tada {
    -webkit-animation: tada 2s linear infinite;
    animation: tada 2s linear infinite;
}

.faa-tada.animated.faa-fast,
.faa-tada.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-tada.faa-fast {
    -webkit-animation: tada 1s linear infinite;
    animation: tada 1s linear infinite;
}

.faa-tada.animated.faa-slow,
.faa-tada.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-tada.faa-slow {
    -webkit-animation: tada 3s linear infinite;
    animation: tada 3s linear infinite;
}

/* PASSING */
@-webkit-keyframes passing {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }
}

@keyframes passing {
    0% {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }
}

.faa-passing.animated,
.faa-passing.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-passing {
    -webkit-animation: passing 2s linear infinite;
    animation: passing 2s linear infinite;
}

.faa-passing.animated.faa-fast,
.faa-passing.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-passing.faa-fast {
    -webkit-animation: passing 1s linear infinite;
    animation: passing 1s linear infinite;
}

.faa-passing.animated.faa-slow,
.faa-passing.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-passing.faa-slow {
    -webkit-animation: passing 3s linear infinite;
    animation: passing 3s linear infinite;
}

/* WAVE */
@-webkit-keyframes burst {
    0% {
        opacity: .6;
    }
    50% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes burst {
    0% {
        opacity: .6;
    }
    50% {
        -webkit-transform: scale(1.8);
        -ms-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.faa-burst.animated,
.faa-burst.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-burst {
    -webkit-animation: burst 2s infinite linear;
    animation: burst 2s infinite linear;
}

.faa-burst.animated.faa-fast,
.faa-burst.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-burst.faa-fast {
    -webkit-animation: burst 1s infinite linear;
    animation: burst 1s infinite linear;
}

.faa-burst.animated.faa-slow,
.faa-burst.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-burst.faa-slow {
    -webkit-animation: burst 3s infinite linear;
    animation: burst 3s infinite linear;
}

body {
    font-family: "estilo_text", sans-serif;
    font-weight: normal;
    font-size: 16px;
}

.page-title {
    text-transform: uppercase;
    color: #007673;
    font-size: 32px;
    letter-spacing: 1px;
    word-spacing: 3px;
    margin: 0 0 40px 0;
    text-align: center;
}

.location .page-title {
    text-align: left;
}

@media (max-width: 767px) {
    .page-title {
        font-size: 20px;
    }
}

.page-title.white {
    color: white;
}

.page-title.page-title-small {
    font-size: 20px;
}

.page-title.text-left {
    text-align: left;
}

.page-title.no-transform {
    text-transform: none;
}

.type-2 {
    font-family: 'aracne', sans-serif;
}

p {
    margin-bottom: 20px;
    font-size: 20px;
    color: #8c9398;
    letter-spacing: 1px;
    word-spacing: 1px;
}

@media (max-width: 767px) {
    p {
        margin-bottom: 10px;
        font-size: 14px;
    }
}

p.dark {
    color: #32191a;
}

p.dark a {
    color: #32191a;
    text-decoration: underline;
}

p.black {
    color: black;
}

p.text-separator {
    color: #32191a;
    font-family: 'aracne', sans-serif;
    margin-top: 80px;
    margin-bottom: 80px;
    text-transform: uppercase;
    font-size: 28px;
}

p.text-separator a {
    color: #32191a;
    text-decoration: underline;
}

p.smaller {
    font-size: 18px;
}

.sub-title {
    text-transform: uppercase;
    color: #007673;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    word-spacing: 3px;
    margin: 0 0 35px 0;
    padding: 0 0 23px 0;
    position: relative;
}

.sub-title:after {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    display: block;
    position: relative;
    width: 0;
    margin: 0 auto;
    margin-top: 23px;
    height: 5px;
    content: " ";
    background: url(/images/title_line.png) center bottom no-repeat;
}

.sub-title.brown {
    color: #32191a;
}

.sub-title.brown:after {
    background-image: url(/images/title_line_dark.png);
}

.sub-title.white {
    color: white;
}

.sub-title.white:after {
    background-image: url(/images/title_line_light.png);
}

.sub-title.no-anim:after,
.sub-title.animated:after {
    width: 100%;
}

blockquote {
    border: none;
    font-size: 38px;
    font-family: 'aracne', sans-serif;
    text-transform: uppercase;
    color: white;
}

@media (max-width: 767px) {
    blockquote {
        font-size: 18px;
    }
}

.quote-autor {
    text-transform: uppercase;
    color: white;
    font-size: 16px;
}

.signature {
    text-transform: uppercase;
    color: #007673;
    position: relative;
    margin-top: 50px;
    padding-top: 25px;
}

.signature:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 2px;
    background-color: #007673;
}

.signature.right {
    text-align: right;
}

.signature.right:before {
    left: auto;
    right: 0;
}

.close {
    text-decoration: underline;
    color: #8c9398;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.button-bordered.animated {
    visibility: hidden;
}

.button-rugged {
    display: inline-block;
    background: url(/images/rugged_bg.png) right center no-repeat;
    padding: 10px 30px;
    color: #32191a;
    text-transform: uppercase;
    cursor: default;
}

.button-rugged:hover,
.button-rugged:focus {
    text-decoration: none;
    color: #32191a;
}

.button-bordered {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    text-align: center;
    display: inline-block;
    border: 1px solid white;
    padding: 10px 30px;
    font-size: 16px;
    color: white;
    position: relative;
    background-color: transparent;
    min-width: 170px;
    cursor: pointer;
}

.button-bordered:hover,
.button-bordered:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    color: #32191a;
}

.button-bordered.dark {
    border-color: #32191a;
    color: #32191a;
}

.button-bordered.dark:hover,
.button-bordered.dark:focus {
    background-color: #32191a;
    background-color: rgba(50, 25, 26, 0.9);
    color: white;
}

.button-green {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    text-align: center;
    padding: 14px 67px;
    display: inline-block;
    color: white;
    background-color: #007673;
    border: 0;
}

.mask-1 {
    padding: 60px 0 40px 0;
    position: relative;
}

.mask-1:before,
.mask-1:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
}

.mask-1:before {
    top: 0;
    height: 57px;
    background: url(/images/mask-1-top.png);
    background-position: center top;
    background-repeat: no-repeat;
}

.mask-1:after {
    bottom: 0;
    height: 33px;
    background-image: url(/images/mask-1-bottom.png);
    background-position: center top;
    background-repeat: no-repeat;
}

.mask-2 {
    padding: 60px 0 40px 0;
    position: relative;
}

.mask-2:before,
.mask-2:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
}

.mask-2:before {
    top: 0;
    height: 99px;
    background-image: url(/images/mask-2-top.png);
    background-position: center top;
    background-repeat: no-repeat;
}

.mask-2:after {
    bottom: 0;
    height: 44px;
    background-image: url(/images/mask-2-bottom.png);
    background-position: center top;
    background-repeat: no-repeat;
}

.mask-3 {
    padding: 100px 0 100px 0;
    position: relative;
}

.mask-3:before,
.mask-3:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
}

.mask-3:before {
    top: 0;
    height: 156px;
    background: url(/images/mask-3-top.png);
    background-position: center top;
    background-repeat: no-repeat;
}

.mask-3:after {
    bottom: 0;
    height: 125px;
    background-image: url(/images/mask-3-bottom.png);
    background-position: center top;
    background-repeat: no-repeat;
}

form input {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: transparent;
    width: 100%;
    padding: 10px;
    border-bottom-color: #8c9398;
    border-bottom-width: 1px;
    margin-bottom: 20px;
}

form textarea {
    width: 100%;
    background-color: transparent;
    padding: 10px;
    height: 200px;
    resize: none;
    margin-top: 10px;
}

form input,
form textarea {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: 0;
}

form input::-moz-placeholder,
form textarea::-moz-placeholder {
    color: #8c9398;
    opacity: 1;
}

form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
    color: #8c9398;
}

form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
    color: #8c9398;
}

form input:focus,
form textarea:focus {
    border-color: #111314;
    background-color: rgba(140, 147, 152, 0.1);
}

form input:focus::-moz-placeholder,
form textarea:focus::-moz-placeholder {
    color: transparent;
    opacity: 1;
}

form input:focus:-ms-input-placeholder,
form textarea:focus:-ms-input-placeholder {
    color: transparent;
}

form input:focus::-webkit-input-placeholder,
form textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

form button.button-green {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #007673;
    margin-top: 30px;
}

form button.button-green:hover {
    background-color: transparent;
    color: #007673;
}

.page-header {
    margin: 0;
    border: none;
    padding: 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% bottom;
    background-attachment: fixed;
}

.page-header.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
    height: 0;
}

.page-header.embed-responsive.embed-responsive-16by9 .logo-group {
    padding-top: 250px;
}

.page-header .content {
    position: relative;
    z-index: 1;
}

.page-header .video-player {
    position: absolute;
    width: 100%;
    height: 100%;
}

.page-header.masked-header:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: url(/images/mask.png) center bottom no-repeat;
}

.page-header.masked-header.masked-white {
    background: url(/images/mask-white.png) center bottom no-repeat;
}

.page-header .logo-group {
    padding-top: 200px;
}

.page-header .logo-group h3 {
    font-weight: 300;
}

.page-header .logo-group h3 span {
    display: block;
    font-size: 40px;
}

@media (max-width: 767px) {
    .page-header {
        height: 216px;
    }
}

@media (min-width: 768px) {
    .page-header {
        height: 708px;
    }
}

.start-experience {
    text-align: center;
    color: white;
    position: absolute;
    width: 100%;
    bottom: 60px;
    z-index: 2;
}

.start-experience p {
    font-size: 24px;
    color: inherit;
}

.start-experience i {
    cursor: pointer;
    font-size: 40px;
}

.dicas-header.page-header .logo-group h3 {
    font-size: 70px;
}

.home-header {
    background-image: url(/images/headers/home.jpg);
}

.home-header .content {
    min-height: 690px;
}

.principe-header {
    background-image: url(/images/headers/principe.jpg);
}

.hotel-header {
    background-image: url(/images/headers/ohotel.jpg);
}

.manifesto-header {
    background-image: url(/images/headers/manifesto.jpg);
}

.imprensa-header {
    background-image: url(/images/headers/imprensa.jpg);
}

.dicas-header {
    background-image: url(/images/headers/dicas.jpg);
}

.contacts-header {
    background-image: url(/images/headers/contacts.jpg);
}

.experiences-header {
    background-image: url(/images/headers/experiences.jpg);
}

.bird-header {
    background-image: url(/images/bg/wildlife.jpg);
}

.boat_trips-header {
    background-image: url(/images/bg/boattrips.jpg);
}

.sportfishing-header {
    background-image: url(/images/bg/sportfishing.jpg);
}

.back-top-wrapper {
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    background: url(/images/top_bg.png) center bottom no-repeat;
    padding-bottom: 15px;
}

.back-top-wrapper.showing a:before {
    top: 20px;
}

.back-top-wrapper a {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    width: 78px;
    height: 58px;
    display: inline-block;
}

.back-top-wrapper a:before {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: ' ';
    display: block;
    height: 78px;
    width: 78px;
    background: #b3b3b3 url(/images/back_top_bg.png) center 10px no-repeat;
    top: 78px;
    position: absolute;
    border-radius: 50%;
}

.back-top-wrapper a:hover:before {
    background-color: #32191a;
}

footer {
    background: #ebeceb url(/images/footer_bg.png);
    position: relative;
    padding-top: 156px;
    font-size: 16px;
}

footer .container {
    padding: 0;
}

footer:before {
    content: ' ';
    position: absolute;
    display: block;
    width: 100%;
    height: 156px;
    top: 0;
    left: 0;
    background: #ebeceb url(/images/mask-3-top.png) center top;
}

footer h4 {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 40px 0;
}

footer p {
    color: #32191a;
    font-size: 16px;
}

footer p a {
    color: inherit;
}

footer .note {
    margin-top: 60px;
    font-size: 12px;
}

footer .center-me {
    width: 276px;
    text-align: center;
}

footer .center-me:before,
footer .center-me:after {
    content: " ";
    display: table;
}

footer .center-me:after {
    clear: both;
}

footer .center-me > span {
    display: block;
    font-family: sans-serif;
    font-size: 12px;
}

footer .seal {
    margin-bottom: 20px;
    display: inline-block;
    max-width: 50px;
}

footer .seal a {
    display: block;
}

footer .seal span {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

footer .seal + .seal {
    margin-left: 10px;
}

footer .seal img {
    display: block;
    max-width: 100%;
    height: auto;
}

footer .seal.tripadvisor {
    max-width: 230px;
}

#also-visit {
    background-color: #32191a;
    color: white;
    display: inline-block;
    padding: 16px 50px;
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: 1px;
}

#also-visit:hover,
#also-visit:focus {
    text-decoration: none;
}

.text-center {
    position: relative;
}

.cross-hotel {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #d29f13;
    text-align: center;
    color: white;
    height: 0;
    opacity: 0;
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
}

#also-visit:hover + .cross-hotel, .cross-hotel:hover {
    height: 120px;
    opacity: 1;
}

.cross-hotel a {
    display: block;
    text-align: center;
    padding: 25px 0 20px 0;
}

.cross-hotel a img {
    margin: 0 auto;
}

.cross-hotel a span {
    display: none;
}

.social-nav {
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
}

.social-nav li {
    display: inline-block;
}

.social-nav a {
    color: #32191a;
    font-size: 20px;
    border-radius: 50%;
    border: 1px solid #32191a;
    text-align: center;
    font-size: 26px;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 46px;
    margin-right: 6px;
}

.social-nav a span {
    display: none;
}

.footer-menu ul {
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
}

.footer-menu ul li:first-child {
    display: none;
}

.footer-menu ul a {
    font-size: 16px;
    font-weight: bold;
    color: #32191a;
    text-transform: uppercase;
    padding: 2px 0;
    display: inline-block;
}

.footer-menu ul .smaller {
    font-weight: normal;
    padding-top: 30px;
}

.footer-menu ul .smaller a {
    text-transform: none;
}

.langLink {
    position: absolute;
    text-align: right;
    right: 11px;
    top: -62px;
    color: white;
}

.menu-toogle {
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    position: absolute;
    cursor: pointer;
    z-index: 10;
    padding-left: 50px;
    top: 50px;
    left: 50px;
    position: fixed;
}

.menu-toogle i {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-style: normal;
    display: inline-block;
    overflow: hidden;
    width: 100px;
    position: relative;
}

.menu-toogle.fixed i {
    width: 0;
    color: white;
}

.menu-toogle:hover,
.menu-toogle.fixed:hover {
    text-decoration: none;
    color: white;
}

.menu-toogle:hover i,
.menu-toogle.fixed:hover i {
    width: 100px;
}

.menu-toogle:focus {
    color: white;
    outline: none;
}

.menu-toogle span {
    top: 12px;
    left: 0;
}

.menu-toogle span,
.menu-toogle span:before,
.menu-toogle span:after {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
}

.menu-toogle span:before {
    top: -13px;
}

.menu-toogle span:after {
    bottom: -13px;
}

.menu-toogle.brown {
    color: #32191a;
}

.menu-toogle.brown i {
    color: #32191a;
}

.menu-toogle.brown span,
.menu-toogle.brown span:before,
.menu-toogle.brown span:after {
    background-color: #32191a;
}

.menu-toogle.active span {
    background-color: transparent;
}

.menu-toogle.active span:before,
.menu-toogle.active span:after {
    top: 0;
}

.menu-toogle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-toogle.active span:after {
    top: 10px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}

.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 118, 115, 0.9);
    z-index: 9;
}

.main-nav nav {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: relative;
    top: 50%;
    height: 60%;
    text-align: center;
    font-size: 54px;
}

.main-nav nav ul {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
}

.main-nav nav ul li {
    padding: 0;
    margin: 0;
}

.main-nav nav ul a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    color: #32191a;
    font-size: 20px;
    display: block;
    padding: 4px 20px;
    margin: 0 0 5px 0;
    position: relative;
}

.main-nav nav ul a:before {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -50%;
    background-color: white;
}

.main-nav nav ul a:hover {
    text-decoration: none;
    color: white;
}

.main-nav nav ul a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.main-nav nav ul .smaller a {
    text-transform: none;
    margin-top: 20px;
}

.main-nav nav .lang-nav {
    display: block;
}

.main-nav nav .lang-nav li {
    display: inline-block;
}

/* Effects */
.main-nav {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    -o-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.main-nav.open {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.main-nav.open nav ul:first-child li:first-child {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.main-nav.open nav ul:first-child li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.main-nav.open nav ul:first-child li:nth-child(3) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.main-nav.open nav ul:first-child li:nth-child(4) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.main-nav.open nav ul:first-child li:nth-child(5) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.main-nav.open nav ul:first-child li:nth-child(6) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.main-nav.open nav ul:first-child li:nth-child(7) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.main-nav.open nav ul:first-child li:nth-child(8) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.main-nav.open nav ul:first-child li:nth-child(9) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.main-nav.open nav ul li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
}

.main-nav nav ul li {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
    -webkit-transition: transform 0.5s, opacity 0.5s;
    -o-transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.promotion-wrapper {
    margin: 60px auto;
}

.promotion-banner {
    text-align: center;
    color: white;
    padding: 20px;
    height: 330px;
}

.promotion-banner a {
    min-width: 190px;
}

.promotion-banner a + a {
    margin-left: 10px;
}

.banner-wrapper {
    margin: 60px auto;
}

.banner-wrapper.bordered {
    border: 10px solid white;
}

.banner {
    text-align: center;
    color: white;
    padding: 20px;
    height: 330px;
}

.banner a {
    min-width: 190px;
}

.banner a + a {
    margin-left: 10px;
}

.banner .button-bordered {
    text-transform: uppercase;
}

.double-banner-wrapper {
    margin-top: 100px;
}

.double-banner-wrapper .col-sm-6 {
    height: 406px;
    padding: 15px;
}

.home-patch {
    margin-bottom: 170px;
}

.home-patch .patch-1-2 > div:first-child {
    height: 660px;
    padding: 20px;
}

.home-patch .patch-1-2 > div:first-child + div > div {
    height: 330px;
    padding: 20px;
}

.home-patch .patch-1 > div {
    height: 330px;
    padding: 20px;
}

.home-patch .patch-1-1 > div {
    height: 330px;
    padding: 20px;
}


.home-patch .patch-2-1 > div:first-child > div {
    height: 330px;
    padding: 20px;
}

.home-patch .patch-2-1 > div:first-child + div {
    height: 660px;
    padding: 20px;
}


.home-patch .patch-2-2 > div > div{
    height: 330px;
    padding: 20px;
}

@media (max-width: 767px) {
    .home-patch .patch-1-2 div,
    .home-patch .patch-1 div,
    .home-patch .patch-1-1 div,
    .home-patch .patch-2-1 div,.home-patch .patch-2-2 div {
        height: 330px !important;
    }
}

.home-patch .wildlife {
    background-image: url(/images/bg/wildlife.jpg);
}

.home-patch .sport-fishing {
    background-image: url(/images/bg/sportfishing.jpg);
}

.home-patch .explorer {
    background-image: url(/images/bg/explorer.jpg);
}

.home-patch .island {
    background-image: url(/images/bg/island.jpg);
}

.home-patch .boattrips {
    background-image: url(/images/bg/boattrips.jpg);
}

.home-patch .guidedwalktroughs {
    background-image: url(/images/bg/guidedwalktroughs.jpg);
}

.home-patch .hotel {
    background-image: url(/images/bg/hotel.jpg);
}

.home-patch .cofee {
    background-image: url(/images/bg/cofee.jpg);
}

.home-patch .tropical {
    background-image: url(/images/bg/tropical.jpg);
}

.home-patch .wildlife:before {
    background-image: url(/images/bg/wildlife.jpg);
}

.home-patch .sport-fishing:before {
    background-image: url(/images/bg/sportfishing.jpg);
}

.home-patch .explorer:before {
    background-image: url(/images/bg/explorer.jpg);
}

.home-patch .island:before {
    background-image: url(/images/bg/island.jpg);
}

.home-patch .boattrips:before {
    background-image: url(/images/bg/boattrips.jpg);
}

.home-patch .guidedwalktroughs:before {
    background-image: url(/images/bg/guidedwalktroughs.jpg);
}

.home-patch .hotel:before {
    background-image: url(/images/bg/hotel.jpg);
}

.home-patch .cofee:before {
    background-image: url(/images/bg/cofee.jpg);
}

.home-patch .tropical:before {
    background-image: url(/images/bg/tropical.jpg);
}

.home-patch .bgi {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-position: center center;
}

.home-patch .bgi:before {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    content: " ";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: 50% 50%;
    top: 0;
    left: 0;
}

.home-patch .bgi:hover:before {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

.home-patch .green-curtain.reveal-text .button-bordered:hover,
.home-patch .button-bordered:hover {
    background-color: transparent;
    color: white;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.fall-in-love {
    background-color: #4d2f31;
    position: relative;
    text-align: center;
    color: white;
    padding: 60px 0 40px 0;
    min-height: 1150px;
}

.fall-in-love:before,
.fall-in-love:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
}

.fall-in-love:before {
    top: 0;
    height: 57px;
    background-image: url(/images/mask-1-top.png);
    background-position: center top;
    background-repeat: no-repeat;
}

.fall-in-love:after {
    bottom: 0;
    height: 33px;
    background-image: url(/images/mask-1-bottom.png);
    background-position: center top;
    background-repeat: no-repeat;
}

.fall-in-love h3 {
    margin-top: 130px;
    margin-bottom: 70px;
    text-transform: uppercase;
    font-size: 90px;
    font-family: 'aracne', sans-serif;
}

.fall-in-love p {
    color: white;
    font-size: 26px;
}

.fall-in-love .quote-autor {
    font-size: 16px;
}

.fall-in-love .sub-title {
    margin-top: 100px;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.owl-carousel {
    position: relative;
}

.owl-wrapper-outer {
    overflow: hidden;
}

.owl-pagination {
    display: block;
    text-align: center;
}

.owl-pagination .owl-page {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: transparent;
    width: 14px;
    height: 14px;
    border: 2px solid white;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

.owl-pagination .owl-page.active {
    background-color: white;
}

.press-carousel blockquote,
.press-carousel .quote-autor {
    text-align: center;
    color: #8c9398;
}

.press-carousel .owl-page {
    border-color: #8c9398;
}

.press-carousel .owl-page.active {
    background-color: #8c9398;
}

.magazine-carousel .owl-page {
    bottom: 40px;
    position: relative;
}

.reveal {
    margin-bottom: 90px;
}

.reveal-image {
    margin-bottom: 30px;
    width: 100%;
}

.item .page-title {
    text-shadow: 0 0 5px black;
}

.reveal-content {
    display: none;
    overflow: hidden;
}

.reveal-content:before,
.reveal-content:after {
    content: " ";
    display: table;
}

.reveal-content:after {
    clear: both;
}

.reveal-nature {
    padding-top: 281px;
}

@media (max-width: 767px) {
    .reveal-nature {
        padding-top: 40px;
    }
}

.reveal-nature .owl-carousel .button-bordered {
    margin-bottom: 20px;
}

.reveal-nature .owl-carousel .item {
    min-height: 370px;
}

@media (max-width: 767px) {
    .reveal-nature .owl-carousel .item {
        min-height: initial;
        min-height: auto;
    }
}

.reveal-nature .owl-carousel .page-title {
    font-size: 38px;
}

.reveal-nature + .reveal-content .col-sm-4 {
    padding-right: 68px;
}

.reveal-nature + .reveal-content .col-sm-8 {
    padding-left: 78px;
}

.reveal-food {
    padding-top: 281px;
}

@media (max-width: 767px) {
    .reveal-food {
        padding-top: 40px;
    }
}

.reveal-food .owl-carousel .button-bordered {
    margin-bottom: 20px;
}

.reveal-food .owl-carousel .item {
    min-height: 370px;
}

@media (max-width: 767px) {
    .reveal-food .owl-carousel .item {
        min-height: initial;
        min-height: auto;
    }
}

.reveal-food .owl-carousel .page-title {
    font-size: 38px;
}

.reveal-food + .reveal-content .col-sm-4 {
    padding-left: 68px;
}

.reveal-food + .reveal-content .col-sm-8 {
    padding-right: 78px;
}

.reveal-comunity {
    padding-top: 281px;
}

@media (max-width: 767px) {
    .reveal-comunity {
        padding-top: 40px;
    }
}

.reveal-comunity .owl-carousel .button-bordered {
    margin-bottom: 20px;
}

.reveal-comunity .owl-carousel .item {
    min-height: 370px;
}

@media (max-width: 767px) {
    .reveal-comunity .owl-carousel .item {
        min-height: initial;
        min-height: auto;
    }
}

.reveal-comunity .owl-carousel .page-title {
    font-size: 38px;
}

.translate {
    background-color: #32191a;
    text-align: center;
    max-height: 870px;
}

@media (max-width: 767px) {
    .translate {
        max-height: none;
        max-height: initial;
    }

    .translate .sub-title {
        margin-bottom: 15px;
    }

    .translate p {
        margin-bottom: 20px;
    }
}

.translate .translate-large,
.translate .translate-small {
    color: white;
    font-family: "brushup", sans-serif;
}

.translate .translate-large {
    font-size: 160px;
}

.translate .translate-small {
    font-size: 50px;
}

@media (min-width: 768px) {
    .translate .translate-small {
        margin-bottom: 40px;
    }
}

.translate .translate-fase1,
.translate .translate-fase2 {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    height: 256px;
}

.translate .translate-fase2 {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition-delay: 0;
    transition-delay: 0;
    position: relative;
    top: -246px;
}

@media (max-width: 767px) {
    .translate .translate-fase1 {
        display: none;
    }

    .translate .translate-fase2 {
        opacity: 1;
        filter: alpha(opacity=100);
        top: auto;
        height: none;
        height: initial;
    }
}

.translate .container {
    padding: 200px 0;
    min-height: 658px;
}

@media (max-width: 767px) {
    .translate .container {
        padding: 20px 0;
        min-height: none;
        min-height: initial;
    }
}

@media (min-width: 768px) {
    .translate .row:hover .translate-fase1 {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .translate .row:hover .translate-fase2 {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
        top: -256px;
    }
}

.location {
    position: relative;
    min-height: 2100px;
    padding-top: 100px;
}

@media (max-width: 767px) {
    .location {
        display: none;
    }
}

.location h4 {
    text-transform: uppercase;
}

.location strong {
    color: #32191a;
}

.location .container {
    z-index: 4;
}

.location .location-i {
    background-attachment: fixed;
    background-position: 50% top;
    height: 700px;
    width: 100%;
    position: absolute;
    top: 0;
}

.location .location-i + .location-i {
    top: 700px;
}

.location .location-i + .location-i + .location-i {
    top: 1400px;
}

.partners h4 {
    text-align: center;
    text-transform: uppercase;
    color: #c8c8c8;
    padding-bottom: 30px;
    margin-bottom: 10px;
    background: url(/images/title-shadow.png) center bottom no-repeat;
}

.partners ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.partners a {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}

.partners a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.partners li:nth-child(4) a {
    padding-top: 40px;
}

.jumbotron {
    padding: 0;
}

.jumbotron.enjoy {
    background-image: url(/images/bg/enjoy.jpg);
}

.jumbotron.enjoy .page-title {
    margin: 320px 0;
}

.room-selection {
    background-image: url(/images/bg/room.jpg);
    text-align: center;
    padding: 150px 15px 0 15px;
}

.room-selection ul.types {
    padding: 30px 0 140px 0;
    margin: 0;
    list-style: none;
    color: #007673;
}

.room-selection ul.types a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #007673;
    font-size: 20px;
}

.room-selection ul.types a span {
    display: block;
    font-family: 'brushup', sans-serif;
    font-size: 40px;
}

.room-selection ul.types a i {
    display: block;
    margin: 0 auto 30px auto;
    font-size: 50px;
}

.room-selection ul.types .sea i {
    font-size: 40px;
    margin-bottom: 40px;
}

.room-selection ul.types .active a,
.room-selection ul.types a:hover,
.room-selection ul.types a:active,
.room-selection ul.types a:focus {
    text-decoration: none;
    color: white;
}

.room-details {
    background-color: #32191a;
    color: white;
    text-align: left;
}

.room-details p {
    color: white;
}

.room-details a {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}

.room-details .room-beach,
.room-details .room-sea,
.room-details .room-garden,
.room-details .room-pool {
    min-height: 557px;
}

.room-details .room-beach {
    background-image: url(/images/bg/room-beach.jpg);
}

.room-details .room-sea {
    background-image: url(/images/bg/room-sea.jpg);
}

.room-details .room-garden {
    background-image: url(/images/bg/room-garden.jpg);
}

.room-details .room-pool {
    background-image: url(/images/bg/room-pool.jpg);
}

.room-details > div {
    padding: 0;
}

.room-details .room-info {
    padding: 70px 0 0 0;
    font-size: 18px;
    text-align: center;
}

.room-details .room-info .room-title {
    line-height: 31px;
}

.room-details .room-info .room-title:before,
.room-details .room-info .room-title:after {
    content: " ";
    display: table;
}

.room-details .room-info .room-title:after {
    clear: both;
}

.room-details .room-info .room-title i {
    float: left;
    margin-right: 30px;
}

.room-details .room-info .room-title span {
    display: block;
    font-family: 'brushup', sans-serif;
    font-size: 40px;
}

.room-details .room-info > div {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}

.room-details .room-info ul {
    margin-bottom: 40px;
}

.room-details .room-info i {
    color: white;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    text-align: center;
    display: block;
    font-size: 16px;
    width: 70px;
    height: 70px;
    padding-top: 27px;
    margin-bottom: 20px;
}

.room-details .room-info i.icon-praia,
.room-details .room-info i.icon-piscina {
    font-size: 24px;
    padding-top: 22px;
}

.room-details .room-info i.icon-jardim {
    font-size: 28px;
    padding-top: 22px;
}

.room-details-small-menu {
    text-align: center;
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.room-details-small-menu li {
    display: inline;
}

.room-details-small-menu a {
    font-family: 'brushup', sans-serif;
    color: #8c9398;
    text-transform: uppercase;
    font-size: 26px;
    display: inline-block;
    padding: 10px 30px;
}

.room-details-small-menu a:hover {
    color: #32191a;
    text-decoration: none;
}

.room-details-small-menu .active a,
.room-details-small-menu a:hover {
    color: #32191a;
    text-decoration: none;
}

.whale {
    background-image: url(/images/bg/whale.jpg);
    padding-top: 190px;
}

.whale .button-bordered {
    text-align: center;
    margin: 0 auto;
}

.whale .experience-button {
    margin-bottom: 190px;
}

.whale .sub-menu-wrapper {
    background: white;
    text-align: center;
}

.sub-menu {
    padding: 0;
    margin: 60px 0 0 0;
    list-style: none;
}

.sub-menu li {
    display: inline-block;
    text-transform: uppercase;
}

.sub-menu li a {
    color: #32191a;
    position: relative;
    padding: 0 20px 20px 20px;
    display: inline-block;
    text-align: center;
}

.sub-menu li a:hover,
.sub-menu li a:active,
.sub-menu li a:focus {
    text-decoration: none;
}

.sub-menu li a:hover i,
.sub-menu li a:active i,
.sub-menu li a:focus i {
    background-color: #32191a;
    color: white;
}

.sub-menu li a i {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 25px;
    line-height: 47px;
    text-align: center;
    border: 1px solid #32191a;
    background-color: rgba(50, 25, 26, 0);
    border-radius: 50%;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 10px auto;
}

.print {
    background-image: url(/images/imprensa-banner.jpg);
    height: 400px;
}

.print-article {
    text-align: center;
    padding: 60px 0 20px 0;
}

.print-article img {
    margin: 0 0 20px 0;
}

.print-article h3 {
    color: #32191a;
    text-transform: uppercase;
    margin: 30px;
}

.print-article p {
    text-align: left;
    color: #32191a;
}

.print-article .publisher {
    color: #007673;
    font-size: 16px;
    text-align: center;
    padding: 30px 0;
}

.print-article .button-bordered {
    margin-right: 10px;
}

.magazine-item {
    text-align: center;
}

.magazine-item img {
    margin: 0 auto;
    max-width: 920px;
}

.magazine-item .magazine {
    color: white;
}

.magazine-item .button-bordered {
    margin-right: 10px;
    margin-top: 20px;
}

.magazine-item .magazine-info {
    background: url(/images/magazine_brush.png) center bottom no-repeat;
    height: 270px;
    margin-top: -210px;
    position: relative;
}

.magazine-item .magazine-info .details-magazine {
    position: absolute;
    left: 42%;
}

.tips-list {
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.tips-list a {
    color: #32191a;
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    position: relative;
    padding: 20px 40px;
}

.tips-list a:hover {
    text-decoration: none;
}

.tips-list a:hover:before {
    border-color: #32191a;
}

.tips-list a:after {
    position: absolute;
    display: block;
    content: " ";
    bottom: 0px;
    width: 160px;
    height: 2px;
    left: 50%;
    margin-left: -80px;
    background-color: #32191a;
}

.tips-list a:before {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    display: block;
    content: " ";
    bottom: 0px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px solid transparent;
}

.tips-list li {
    position: relative;
}

.tips-list li + li {
    top: -2px;
}

.tips-list li + li + li {
    top: -4px;
}

.tips-list li + li + li + li {
    top: -6px;
}

.tips-list li + li + li + li + li {
    top: -8px;
}

.tips-list li + li + li + li + li + li {
    top: -10px;
}

.tips-list li + li + li + li + li + li + li {
    top: -12px;
}

.fishing {
    background-image: url(/images/dicas_fishing.jpg);
    height: 400px;
}

.tip {
    margin-top: 100px;
}

.tip img + .sub-title {
    margin-top: 20px;
}

.info {
    background: url(/images/bg-info.png) no-repeat center top;
    height: 164px;
    margin-top: -154px;
}

.details_info .page-title {
    margin-bottom: 10px;
    text-transform: none;
    margin-top: 80px;
}

.details_info a {
    text-decoration: none !important;
}

.details_info p {
    margin-bottom: 50px;
}

.details_info p span {
    text-decoration: underline;
}

.details_info .vist {
    margin-bottom: 20px;
}

.details_info .arrive .dark {
    color: #32191a;
    text-align: left;
}

.details_info .arrive .dark span {
    text-decoration: underline;
}

.contacts {
    text-align: center;
    color: #007673;
}

.contacts p {
    margin-bottom: 0;
    color: #007673;
}

.contacts a {
    margin: 30px auto;
}

.contacts .fa-envelope-o {
    font-size: 28px;
}

.contacts .fa-mobile {
    font-size: 40px;
}

.contacts .fa-envelope-o + p {
    font-size: 18px;
    margin-bottom: 10px;
}

.contacts .fa-mobile + p {
    font-size: 22px;
}

.island-principe {
    background-image: url(/images/contactos.jpg);
    height: 752px;
    background-size: contain;
}

@media (max-width: 767px) {
    .island-principe {
        height: 342px;
    }
}

.get-involved {
    background-color: #4d2f31;
    position: relative;
    text-align: center;
    color: white;
    padding: 60px 0 40px 0;
    min-height: 1100px;
    margin-top: 100px;
}

.get-involved h3 {
    margin-top: 330px;
    margin-bottom: 70px;
    text-transform: uppercase;
    font-size: 90px;
    font-family: 'aracne', sans-serif;
}

.get-involved p {
    text-transform: uppercase;
    color: white;
    font-size: 23px;
}

.get-involved .quote-autor {
    color: #32191a;
    font-size: 16px;
    font-weight: bold;
}

.get-involved .get_seta {
    bottom: 0;
    height: 95px;
    width: 142px;
    content: ' ';
    display: inline-block;
    position: relative;
    background: url(/images/get_seta.png) center top;
}

#get-conservation {
    padding-top: 100px;
}

#get-conservation p {
    text-align: left;
}

#get-conservation .get_ninhos {
    background: url(/images/egg_turtle.jpg) center top no-repeat;
    padding-top: 30px;
    padding-bottom: 56px;
    color: #007673;
}

#get-conservation .get_ninhos h3 span {
    font-size: 39px;
}

#get-conservation .get_ninhos h4 {
    text-transform: uppercase;
}

#get-conservation .get_ninhos a {
    color: #007673;
    text-decoration: underline;
}

.water-reciclage {
    background-color: #f2f2f2;
    padding-top: 100px;
}

.water-reciclage p {
    text-align: left;
}

.water-reciclage .bottle {
    max-width: 660px;
}

.water-reciclage .get_fontes {
    background: url(/images/gota.png) center top no-repeat;
    padding-top: 20px;
    color: #007673;
    top: -50px;
    overflow: visible;
    position: relative;
    width: 200px;
    left: -30px;
}

.water-reciclage .get_fontes h3 {
    color: white;
    text-transform: uppercase;
}

.water-reciclage .get_fontes h3 span {
    font-size: 53px;
}

.water-reciclage .get_fontes h4 {
    text-transform: uppercase;
}

.water-reciclage .get_fontes a {
    margin-top: 45px;
    display: block;
    color: #007673;
    text-transform: uppercase;
    text-decoration: underline;
}

.water-reciclage .get_fontes .data2 h3,
.water-reciclage .get_fontes .data2 h4 {
    color: #007673;
}

.water-reciclage .get_fontes .data2 h3 {
    font-size: 15px;
}

.water-reciclage .get_fontes .data2 a {
    margin-top: 0;
    font-weight: bold;
}

.scroll-wrapper {
    position: relative;
    overflow: hidden;
    height: 610px;
}

.scroll-wrapper img {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.scroll-wrapper #scroll-me {
    position: absolute;
    top: 0;
    height: 120px;
    width: 100%;
}

.scroll-wrapper #scroll-me .a {
    position: absolute;
    bottom: 120px;
}

.scroll-wrapper .handle {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 60px;
    left: 50%;
    margin-left: -25px;
    cursor: pointer;
}

.social-actions p {
    color: #007673;
    line-height: 23px;
    font-weight: bold;
    letter-spacing: 2px;
}

.social-actions div {
    text-align: left;
    color: #32191a;
}

.social-actions div a {
    color: #32191a;
    text-decoration: underline;
}

.other-experiences .row > div + div {
    margin-top: 90px;
}

.other-experiences .icon-round {
    font-size: 90px;
    padding-top: 4px;
    margin-bottom: 10px;
}

.other-experiences .row .renting-list div {
    margin-top: 0;
}

.other-experiences .row .renting-list p.dark + p {
    margin-bottom: 0;
}

.other-experiences .row .renting-list p.dark ~ p {
    font-size: 17px;
}

.block-title {
    padding: 0;
}

.block-title h3 {
    background: transparent url(/images/block-title-shadow.png) center bottom no-repeat;
    padding-bottom: 30px;
    text-transform: uppercase;
}

.small-activities {
    margin-bottom: 80px;
}

.small-activities .bgi {
    height: 180px;
    padding: 20px;

}

.small-activities a,
.small-activities a:hover,
.small-activities a:focus,
.small-activities a:active {
    color: white;
    text-decoration: none;
}

.small-activities h3 {
    font-size: 20px;
}

.small-activities .col-sm-3 {
    padding: 0 5px;
}

.calendar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #32191a url(/images/calendar-bg.jpg) 50% 50%;
    background-size: cover;
    z-index: 10;
    text-transform: uppercase;
    color: white;
    font-size: 18px;
}

.calendar .block {
    display: inline-block;
    position: relative;
}

.calendar .calendar-map small {
    text-transform: none;
    display: block;
    color: #32191a;
}

.calendar > div {
    position: relative;
    padding-top: 100px;
    text-align: center;
    font-size: 20px;
}

.calendar .h-100 {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    filter: alpha(opacity=100);
    min-height: 100px;
}

.calendar .h-100 h5 {
    font-size: 18px;
    top: 22px;
    position: relative;
}

.calendar .h-100 i {
    font-size: 54px;
    top: 20px;
    position: relative;
}

.calendar .h-100 i.icon-whale {
    font-size: 60px;
}

.calendar .h-100 i.icon-shark {
    font-size: 58px;
}

.calendar .h-100 i.icon-sailfish {
    font-size: 64px;
}

.calendar .h-100 i + h5 {
    display: inline-block;
    margin-left: 20px;
    top: 10px;
}

.calendar .h-50 {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    filter: alpha(opacity=100);
    min-height: 50px;
}

.calendar .h-50 i {
    font-size: 38px;
    top: 4px;
    position: relative;
}

.calendar .h-50 h5 {
    top: 10px;
    position: relative;
}

.calendar .bordered-white {
    border: 1px solid #cbc4c4;
    color: white;
}

.calendar .bordered-green {
    border: 1px solid #007673;
    color: #007673;
}

.calendar .colored-green {
    border: 1px solid #007673;
    background-color: #007673;
    color: #32191a;
}

.calendar .colored-white {
    border: 1px solid #dcd6d6;
    background-color: #dcd6d6;
    color: #32191a;
}

.calendar .colored-faded-white {
    border: 1px solid #9f8f90;
    background-color: #9f8f90;
    color: #32191a;
}

.calendar .colored-faded-green {
    border: 1px solid #7fcac6;
    background-color: #7fcac6;
    color: #32191a;
}

.calendar .text-white {
    color: white;
}

.calendar .text-green {
    color: #007673;
}

.calendar i.cultural-icon {
    border: 2px solid white;
    border-radius: 50%;
    padding: 0;
    display: inline-block;
    margin: 0 auto;
    font-size: 30px;
    line-height: 36px;
    height: 38px;
    width: 38px;
    font-style: normal;
}

.calendar .month {
    border: 1px solid #5e4647;
    color: white;
    text-align: center;
    font-size: 14px;
    line-height: 48px;
}

.calendar .calendar-map {
    position: relative;
    z-index: 2;
}

.calendar .calendar-map .faded {
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.calendar .season {
    position: relative;
    z-index: 1;
    font-size: 14px;
    text-transform: uppercase;
    color: #654c4d;
    margin-top: 30px;
}

.calendar .season:before,
.calendar .season:after {
    content: " ";
    position: absolute;
    border-left: 1px solid #654c4d;
    height: 15px;
    width: 1px;
    top: -15px;
    left: 0;
    display: block;
}

.calendar .season:after {
    left: auto;
    right: 0;
}

.calendar .season > div {
    -webkit-transition: all 0.5 ease-in-out;
    -o-transition: all 0.5 ease-in-out;
    transition: all 0.5 ease-in-out;
    position: relative;
    padding: 15px 0 0 0;
    border-top: 1px solid #654c4d;
}

.calendar .season > div:before,
.calendar .season > div:after {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0);
    content: " ";
    position: absolute;
    border-radius: 4px;
    height: 3px;
    width: 100%;
    background-color: white;
    top: -1px;
    left: 0;
    display: block;
}

.calendar .season > div:before {
    z-index: 1;
}

.calendar .season > div:after {
    height: 0;
    background: transparent url(/images/calendar-hover.png) 50% top;
    top: auto;
    bottom: 45px;
}

.calendar .season > div.active:before,
.calendar .season > div.active:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.calendar .season > div.active:after {
    height: 570px;
}

.calendar .wildlife-menu i {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    border: 1px solid #dcd6d6;
    color: #dcd6d6;
    border-radius: 50%;
    padding: 10px 0;
    display: inline-block;
    margin: 0 40px 10px 40px;
    font-size: 30px;
    line-height: 36px;
    height: 54px;
    width: 54px;
    font-style: normal;
    position: relative;
}

.calendar .wildlife-menu i.icon-turtle:before {
    padding-left: 6px;
}

.calendar .wildlife-menu i.icon-shark {
    font-size: 45px;
}

.calendar .wildlife-menu i.icon-shark:before {
    top: 2px;
    position: relative;
}

.calendar .wildlife-menu i.icon-sailfish {
    font-size: 45px;
}

.calendar .wildlife-menu i.icon-whale {
    font-size: 45px;
}

.calendar .wildlife-menu i.icon-bird {
    font-size: 36px;
}

.calendar .wildlife-menu i:hover,
.calendar .wildlife-menu i.active,
.calendar .wildlife-menu i:focus {
    background-color: #dcd6d6;
    color: #32191a;
}

.calendar .season-menu a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #dcd6d6;
    text-align: center;
    display: inline-block;
    padding: 10px 30px;
    margin: 0 10px;
    border: 2px solid transparent;
}

.calendar .season-menu a:hover,
.calendar .season-menu a.active,
.calendar .season-menu a:focus {
    text-decoration: none;
    border-color: #dcd6d6;
}

.calendar .season-menu a i {
    display: block;
    font-size: 30px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.calendar .season-menu a i.icon-rain {
    font-size: 40px;
}

.calendar .season-menu a i.icon-rain_sunshine {
    font-size: 50px;
}

.calendar .season-menu a i:after {
    content: " ";
    width: 50px;
    height: 4px;
    background-color: #dcd6d6;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    border-radius: 4px;
}

.calendar .season-menu a small {
    display: block;
    font-size: 14px;
    text-transform: none;
}

.calendar .bottom {
    position: absolute;
    bottom: -590px;
}

.calendar {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    -o-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.calendar.open {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.bounce,
.flash,
.pulse,
.rubberBand,
.shake,
.swing,
.tada,
.wobble,
.jello,
.bounceIn,
.bounceInDown,
.bounceInLeft,
.bounceInRight,
.bounceInUp,
.bounceOut,
.bounceOutDown,
.bounceOutLeft,
.bounceOutRight,
.bounceOutUp,
.fadeIn,
.fadeInDown,
.fadeInDownBig,
.fadeInLeft,
.fadeInLeftBig,
.fadeInRight,
.fadeInRightBig,
.fadeInUp,
.fadeInUpBig,
.fadeOut,
.fadeOutDown,
.fadeOutDownBig,
.fadeOutLeft,
.fadeOutLeftBig,
.fadeOutRight,
.fadeOutRightBig,
.fadeOutUp,
.fadeOutUpBig,
.flipInX,
.flipInY,
.flipOutX,
.flipOutY,
.lightSpeedIn,
.lightSpeedOut,
.rotateIn,
.rotateInDownLeft,
.rotateInDownRight,
.rotateInUpLeft,
.rotateInUpRight,
.rotateOut,
.rotateOutDownLeft,
.rotateOutDownRight,
.rotateOutUpLeft,
.rotateOutUpRight,
.hinge,
.rollIn,
.rollOut,
.zoomIn,
.zoomInDown,
.zoomInLeft,
.zoomInRight,
.zoomInUp,
.zoomOut,
.zoomOutDown,
.zoomOutLeft,
.zoomOutRight,
.zoomOutUp,
.slideInDown,
.slideInLeft,
.slideInRight,
.slideInUp,
.slideOutDown,
.slideOutLeft,
.slideOutRight,
.slideOutUp {
    visibility: hidden;
}

.animated.bounce,
.animated.flash,
.animated.pulse,
.animated.rubberBand,
.animated.shake,
.animated.swing,
.animated.tada,
.animated.wobble,
.animated.jello,
.animated.bounceIn,
.animated.bounceInDown,
.animated.bounceInLeft,
.animated.bounceInRight,
.animated.bounceInUp,
.animated.bounceOut,
.animated.bounceOutDown,
.animated.bounceOutLeft,
.animated.bounceOutRight,
.animated.bounceOutUp,
.animated.fadeIn,
.animated.fadeInDown,
.animated.fadeInDownBig,
.animated.fadeInLeft,
.animated.fadeInLeftBig,
.animated.fadeInRight,
.animated.fadeInRightBig,
.animated.fadeInUp,
.animated.fadeInUpBig,
.animated.fadeOut,
.animated.fadeOutDown,
.animated.fadeOutDownBig,
.animated.fadeOutLeft,
.animated.fadeOutLeftBig,
.animated.fadeOutRight,
.animated.fadeOutRightBig,
.animated.fadeOutUp,
.animated.fadeOutUpBig,
.animated.flipInX,
.animated.flipInY,
.animated.flipOutX,
.animated.flipOutY,
.animated.lightSpeedIn,
.animated.lightSpeedOut,
.animated.rotateIn,
.animated.rotateInDownLeft,
.animated.rotateInDownRight,
.animated.rotateInUpLeft,
.animated.rotateInUpRight,
.animated.rotateOut,
.animated.rotateOutDownLeft,
.animated.rotateOutDownRight,
.animated.rotateOutUpLeft,
.animated.rotateOutUpRight,
.animated.hinge,
.animated.rollIn,
.animated.rollOut,
.animated.zoomIn,
.animated.zoomInDown,
.animated.zoomInLeft,
.animated.zoomInRight,
.animated.zoomInUp,
.animated.zoomOut,
.animated.zoomOutDown,
.animated.zoomOutLeft,
.animated.zoomOutRight,
.animated.zoomOutUp,
.animated.slideInDown,
.animated.slideInLeft,
.animated.slideInRight,
.animated.slideInUp,
.animated.slideOutDown,
.animated.slideOutLeft,
.animated.slideOutRight,
.animated.slideOutUp {
    visibility: visible;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
    from {
        -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);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    from {
        -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);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) 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;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -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;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

em span {
    display: none;
}

.img-rounded {
    border-radius: 100%;
}

.tip p em {
    color: #333333;
}

.details_info .arrive .dark a {
    text-decoration: underline !important;
}

p.dark a {
    text-decoration: underline !important;
}

.collections {
    position: relative;
}

.collections h3 {
    position: absolute;
    top: 80px;
    left: 60px;
    font-size: 40px;
}

.install {
    position: relative;
}

.install h3 {
    position: absolute;
    top: 41px;
    left: 104px;
    color: white;
    font-size: 42px;
}

.music {
    position: relative;
}

.music h3 {
    position: absolute;
    top: 35px;
    left: 71px;
    font-size: 50px;
}

.turtles img {
    margin-top: 10px;
}

.turtles_2 img {
    margin-top: 20px;
}

.turtles, .turtles_2 {
    position: relative;
}

.turtles h3, .turtles_2 h3 {
    position: absolute;
}

.turtles h3 {
    top: 50px;
    left: 78px;
    font-size: 45px;
}

.turtles_2 h3 {
    top: 0;
    left: 63px;
    font-size: 48px;
}

.school {
    position: relative;
}

.school .books {
    position: absolute;
    top: 130px;
    left: 72px;
}

.school h3 {
    position: absolute;
    bottom: 60px;
    left: 72px;
    font-size: 44px;
}

@media (min-width: 768px) {
    .center-me {
        width: 100% !important;
        display: inline-block;
    }

    .logo-group.logo-brown {
        margin-bottom: 0;
    }

    .seal {
        margin-bottom: 10px;
    }

    .center-me > span {
        padding-bottom: 10px;
    }

    .print-article .button-bordered {
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .print-article .button-bordered {
        margin-bottom: 5px;
    }

    .magazine-item .magazine-info .details-magazine {
        left: 25%;
        top: 30px;
    }

    .homepage .banner .curtain-container h3 {
        width: auto !important;
    }

    .row {
        margin: 0 !important;
    }

    .partners .img-responsive {
        margin: 0 auto;
    }

    .full-width {
        width: 100%;
        margin-bottom: 10px;
    }

    .get-involved h3 {
        font-size: 89px;
    }
}

@media (max-width: 767px) {
    .home-patch .patch-1-2 div, .home-patch .patch-1 div, .home-patch .patch-1-1 div, .home-patch .patch-2-1 div {
        margin-bottom: 5px;
    }

    .home-patch {
        margin-bottom: 30px;
    }

    .home-patch .row {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .promotion-banner a + a {
        margin-left: 2px;
        margin-top: 5px;
    }

    .logo-group h3 {
        font-size: 40px !important;
    }

    .tips-info .info {
        margin-top: -24px;
    }

    .menu-toogle {
        left: 20px;
        top: 40px;
    }

    .main-nav.open nav ul li:first-child {
        display: none;
    }

    .main-nav.open nav ul li:nth-child(3) {
        display: none;
    }

    .main-nav.open nav ul li:nth-child(5) {
        display: none;
    }

    .main-nav.open nav ul li:nth-child(6) {
        display: none;
    }

    .main-nav.open nav ul .smaller {
        display: none;
    }

    .lang-nav li:first-child {
        display: inline-block !important;
    }

    .main-nav nav {
        top: 40%;
    }
}

@media only screen and (device-width: 768px) {
    /* For general iPad layouts */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* For portrait layouts only */
    .page-header, .bgi.big-fixed, .bgi.bgi-fixed {
        background-attachment: initial;
    }

    .reveal-nature + .reveal-content .col-sm-4 {
        padding-right: 0;
    }

    .room-selection ul.types {
        margin-left: 80px;
    }

    .logo-group h3 {
        font-size: 150px;
    }

    .mask-1:before,
    .mask-2:before,
    .mask-3:before {
        background-size: contain;
    }

    .mask-1:after,
    .mask-2:after,
    .mask-3:after {
        background-size: contain;
        bottom: -25px;
    }

    .mask-3:after {
        bottom: -68px;
    }

    .fall-in-love:before {
        background-size: contain;
    }

    .reveal:before {
        background-size: contain;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* For landscape layouts only */
    .page-header, .bgi.big-fixed, .bgi.bgi-fixed {
        background-attachment: initial;
    }

    .reveal:before {
        background-size: contain;
    }

    .mask-1:before,
    .mask-2:before,
    .mask-3:before {
        background-size: contain;
        bottom: -25px;
    }

    .mask-3:after {
        bottom: -68px;
    }

    .mask-1:after,
    .mask-2:after,
    .mask-3:after {
        background-size: contain;
    }

    .fall-in-love:before {
        background-size: contain;
    }
}

.exp-img-1 {
    padding: 0 !important;
}

.exp-img-1 > div {
    max-height: 660px;
    height: 660px;
    padding: 20px;
}

.exp-img-2-3 {
    padding: 0;
}

.home-patch .patch-1 > div > div {
    height: 330px;
    padding: 20px;
}

.exp-img-4 {
    padding: 0 !important;
}

.exp-img-8, .exp-img-9 {
    padding: 0 !important;
}

.home-patch .patch-1-1 > div > div {
    height: 330px;
    padding: 20px;
}

.exp-img-5-6 {
    padding-left: 0;
    padding-right: 0;
}

.mask-3:before, .mask-3:after {
    background-repeat: repeat-x;
}

/*Rework experiencies*/

.article-img-single {
    height: 500px;
}

.article-experiences {
    position: relative;
    min-height: 370px;
}

.article-experiences--block p {
    font-size: 16px;
    margin-top: 1.2222222222rem;
}

.article-experiences-subtitle {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 0;
    line-height: 1.2;
}

.article-experiences-title {
    font-size: 21px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.cookienotice-container {
    padding: 15px 16px;
    background-color: #32191a;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1030;
}

.cookienotice-container .button-bordered {
    float: right;
}

.cookienotice-message {
    padding-top: 10px;
    color: white;
}

.cookienotice-container .a_button {
    color: white;
    text-decoration: underline;
    margin-left: 20px;
}

#contact-form a {
    color: #007673;
    font-weight: normal;
}

.network-links {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-bottom: 30px;
}

.network-links li {
    -ms-flex-item-align: center !important;
    align-self: center !important;
    padding-right: 30px;
    padding-left: 30px;
}

.network-links li img {
    max-height: 100px;
}