@charset "UTF-8";
/********************************

@ RESET STYLES

********************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    line-height: 1;
    font: normal 16px "Lato", "Helvetica", sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #555;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

:focus {
    outline: none;
}

::-moz-selection {
    background: #40693B;
    color: #fff;
}

::selection {
    background: #40693B;
    color: #fff;
}



/********************************

@ GRID

********************************/

.container {
    position: relative;
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width: 1200px) {
    .container-fluid {
        padding-left: 100px;
        padding-right: 100px;
    }
}

[class*="col-"] {
    font-family: "Lato", "Helvetica", sans-serif;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
}

.row {
    font-family: monospace;
    letter-spacing: -.65em;
}

@media (min-width: 1200px) {
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (max-width: 767px) {
    .col-xs-1 {
        width: 8.33333%;
    }
    .col-xs-2 {
        width: 16.66667%;
    }
    .col-xs-3 {
        width: 25%;
    }
    .col-xs-4 {
        width: 33.33333%;
    }
    .col-xs-5 {
        width: 41.66667%;
    }
    .col-xs-6 {
        width: 50%;
    }
    .col-xs-7 {
        width: 58.33333%;
    }
    .col-xs-8 {
        width: 66.66667%;
    }
    .col-xs-9 {
        width: 75%;
    }
    .col-xs-10 {
        width: 83.33333%;
    }
    .col-xs-11 {
        width: 91.66667%;
    }
    .col-xs-12 {
        width: 100%;
    }
    .col-xs-5col {
        width: 20%;
    }
    h6.search-help {
        display: none;
    }
}

@media (min-width: 768px) {
    .col-sm-1 {
        width: 8.33333%;
    }
    .col-sm-2 {
        width: 16.66667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333%;
    }
    .col-sm-5 {
        width: 41.66667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333%;
    }
    .col-sm-8 {
        width: 66.66667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333%;
    }
    .col-sm-11 {
        width: 91.66667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-5col {
        width: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-1 {
        width: 8.33333%;
    }
    .col-md-2 {
        width: 16.66667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333%;
    }
    .col-md-5 {
        width: 41.66667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333%;
    }
    .col-md-8 {
        width: 66.66667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333%;
    }
    .col-md-11 {
        width: 91.66667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-5col {
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1 {
        width: 8.33333%;
    }
    .col-lg-2 {
        width: 16.66667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333%;
    }
    .col-lg-5 {
        width: 41.66667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33333%;
    }
    .col-lg-8 {
        width: 66.66667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333%;
    }
    .col-lg-11 {
        width: 91.66667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-5col {
        width: 20%;
    }
}

/********************************

@    OFFSETS

********************************/

@media (max-width: 767px) {
    .col-xs-offset-left-1 {
        margin-left: 8.33333%;
    }
    .col-xs-offset-right-1 {
        margin-right: 8.33333%;
    }
    .col-xs-offset-left-2 {
        margin-left: 16.66667%;
    }
    .col-xs-offset-right-2 {
        margin-right: 16.66667%;
    }
    .col-xs-offset-left-3 {
        margin-left: 25%;
    }
    .col-xs-offset-right-3 {
        margin-right: 25%;
    }
    .col-xs-offset-left-4 {
        margin-left: 33.33333%;
    }
    .col-xs-offset-right-4 {
        margin-right: 33.33333%;
    }
    .col-xs-offset-left-5 {
        margin-left: 41.66667%;
    }
    .col-xs-offset-right-5 {
        margin-right: 41.66667%;
    }
    .col-xs-offset-left-6 {
        margin-left: 50%;
    }
    .col-xs-offset-right-6 {
        margin-right: 50%;
    }
    .col-xs-offset-left-7 {
        margin-left: 58.33333%;
    }
    .col-xs-offset-right-7 {
        margin-right: 58.33333%;
    }
    .col-xs-offset-left-8 {
        margin-left: 66.66667%;
    }
    .col-xs-offset-right-8 {
        margin-right: 66.66667%;
    }
    .col-xs-offset-left-9 {
        margin-left: 75%;
    }
    .col-xs-offset-right-9 {
        margin-right: 75%;
    }
    .col-xs-offset-left-10 {
        margin-left: 83.33333%;
    }
    .col-xs-offset-right-10 {
        margin-right: 83.33333%;
    }
    .col-xs-offset-left-11 {
        margin-left: 91.66667%;
    }
    .col-xs-offset-right-11 {
        margin-right: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-sm-offset-left-1 {
        margin-left: 8.33333%;
    }
    .col-sm-offset-right-1 {
        margin-right: 8.33333%;
    }
    .col-sm-offset-left-2 {
        margin-left: 16.66667%;
    }
    .col-sm-offset-right-2 {
        margin-right: 16.66667%;
    }
    .col-sm-offset-left-3 {
        margin-left: 25%;
    }
    .col-sm-offset-right-3 {
        margin-right: 25%;
    }
    .col-sm-offset-left-4 {
        margin-left: 33.33333%;
    }
    .col-sm-offset-right-4 {
        margin-right: 33.33333%;
    }
    .col-sm-offset-left-5 {
        margin-left: 41.66667%;
    }
    .col-sm-offset-right-5 {
        margin-right: 41.66667%;
    }
    .col-sm-offset-left-6 {
        margin-left: 50%;
    }
    .col-sm-offset-right-6 {
        margin-right: 50%;
    }
    .col-sm-offset-left-7 {
        margin-left: 58.33333%;
    }
    .col-sm-offset-right-7 {
        margin-right: 58.33333%;
    }
    .col-sm-offset-left-8 {
        margin-left: 66.66667%;
    }
    .col-sm-offset-right-8 {
        margin-right: 66.66667%;
    }
    .col-sm-offset-left-9 {
        margin-left: 75%;
    }
    .col-sm-offset-right-9 {
        margin-right: 75%;
    }
    .col-sm-offset-left-10 {
        margin-left: 83.33333%;
    }
    .col-sm-offset-right-10 {
        margin-right: 83.33333%;
    }
    .col-sm-offset-left-11 {
        margin-left: 91.66667%;
    }
    .col-sm-offset-right-11 {
        margin-right: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-md-offset-left-1 {
        margin-left: 8.33333%;
    }
    .col-md-offset-right-1 {
        margin-right: 8.33333%;
    }
    .col-md-offset-left-2 {
        margin-left: 16.66667%;
    }
    .col-md-offset-right-2 {
        margin-right: 16.66667%;
    }
    .col-md-offset-left-3 {
        margin-left: 25%;
    }
    .col-md-offset-right-3 {
        margin-right: 25%;
    }
    .col-md-offset-left-4 {
        margin-left: 33.33333%;
    }
    .col-md-offset-right-4 {
        margin-right: 33.33333%;
    }
    .col-md-offset-left-5 {
        margin-left: 41.66667%;
    }
    .col-md-offset-right-5 {
        margin-right: 41.66667%;
    }
    .col-md-offset-left-6 {
        margin-left: 50%;
    }
    .col-md-offset-right-6 {
        margin-right: 50%;
    }
    .col-md-offset-left-7 {
        margin-left: 58.33333%;
    }
    .col-md-offset-right-7 {
        margin-right: 58.33333%;
    }
    .col-md-offset-left-8 {
        margin-left: 66.66667%;
    }
    .col-md-offset-right-8 {
        margin-right: 66.66667%;
    }
    .col-md-offset-left-9 {
        margin-left: 75%;
    }
    .col-md-offset-right-9 {
        margin-right: 75%;
    }
    .col-md-offset-left-10 {
        margin-left: 83.33333%;
    }
    .col-md-offset-right-10 {
        margin-right: 83.33333%;
    }
    .col-md-offset-left-11 {
        margin-left: 91.66667%;
    }
    .col-md-offset-right-11 {
        margin-right: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-lg-offset-left-1 {
        margin-left: 8.33333%;
    }
    .col-lg-offset-right-1 {
        margin-right: 8.33333%;
    }
    .col-lg-offset-left-2 {
        margin-left: 16.66667%;
    }
    .col-lg-offset-right-2 {
        margin-right: 16.66667%;
    }
    .col-lg-offset-left-3 {
        margin-left: 25%;
    }
    .col-lg-offset-right-3 {
        margin-right: 25%;
    }
    .col-lg-offset-left-4 {
        margin-left: 33.33333%;
    }
    .col-lg-offset-right-4 {
        margin-right: 33.33333%;
    }
    .col-lg-offset-left-5 {
        margin-left: 41.66667%;
    }
    .col-lg-offset-right-5 {
        margin-right: 41.66667%;
    }
    .col-lg-offset-left-6 {
        margin-left: 50%;
    }
    .col-lg-offset-right-6 {
        margin-right: 50%;
    }
    .col-lg-offset-left-7 {
        margin-left: 58.33333%;
    }
    .col-lg-offset-right-7 {
        margin-right: 58.33333%;
    }
    .col-lg-offset-left-8 {
        margin-left: 66.66667%;
    }
    .col-lg-offset-right-8 {
        margin-right: 66.66667%;
    }
    .col-lg-offset-left-9 {
        margin-left: 75%;
    }
    .col-lg-offset-right-9 {
        margin-right: 75%;
    }
    .col-lg-offset-left-10 {
        margin-left: 83.33333%;
    }
    .col-lg-offset-right-10 {
        margin-right: 83.33333%;
    }
    .col-lg-offset-left-11 {
        margin-left: 91.66667%;
    }
    .col-lg-offset-right-11 {
        margin-right: 91.66667%;
    }
}


/********************************

@    RESPONSIVE HIDDEN

********************************/

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}


/********************************

@    HELPER CLASSES

********************************/

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.align-center {
    text-align: center !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-top {
    vertical-align: top !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.header-logo {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-arrow:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.section-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    cursor: pointer;
    z-index: 1;
    bottom: 50px;
    left: 0;
    right: 0;
}

.section-arrow:before {
    font-size: 60px !important;
    color: #55C594;
    -webkit-animation: 2s pulse-down infinite alternate;
    animation: 2s pulse-down infinite alternate;
    color: #40693B;
}


/********************************

@ FONTS

********************************/

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 200;
    src: local("Lato Thin"), local("Lato-Thin"), url(../fonts/Lato-Thin.woff) format("woff"), url(../fonts/Lato-Thin.woff2) format("woff2"), url(../fonts/Lato-Thin.ttf) format("truetype");
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: local("Lato Light"), local("Lato-Light"), url(../fonts/Lato-Light.woff) format("woff"), url(../fonts/Lato-Light.woff2) format("woff2"), url(../fonts/Lato-Light.ttf) format("truetype");
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local("Lato Regular"), local("Lato-Regular"), local("Lato"), url(../fonts/Lato-Regular.woff) format("woff"), url(../fonts/Lato-Regular.woff2) format("woff2"), url(../fonts/Lato-Regular.ttf) format("truetype"), url(../fonts/Lato-Regular.eot?#iefix) format("embedded-opentype");
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local("Lato Bold"), local("Lato-Bold"), url(../fonts/Lato-Bold.woff) format("woff"), url(../fonts/Lato-Bold.woff2) format("woff2"), url(../fonts/Lato-Bold.ttf) format("truetype");
}

/********************************

@ ANIMATIONS

********************************/

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    60% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    60% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
}

@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        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);
    }
}

@-webkit-keyframes swing {
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transform-origin: top center;
        transform-origin: top center;
    }
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transform-origin: top center;
        transform-origin: top center;
    }
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1) rotate(0);
        transform: scale3d(1, 1, 1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1) rotate(0);
        transform: scale3d(1, 1, 1) rotate(0);
    }
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
    100% {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
    100% {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    70% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    70% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }
    80% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }
    80% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0);
    }
    80% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0);
    }
    80% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0);
    }
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0);
    }
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    25% {
        -webkit-transform: scale3d(0.95, 0.95, 0.95);
        transform: scale3d(0.95, 0.95, 0.95);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    25% {
        -webkit-transform: scale3d(0.95, 0.95, 0.95);
        transform: scale3d(0.95, 0.95, 0.95);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@-webkit-keyframes flipInX {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
    }
}

@keyframes flipInX {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
    }
}

@-webkit-keyframes flipInY {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
    }
}

@-webkit-keyframes flipOutX {
    0% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
    }
}

@keyframes flipOutX {
    0% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
    }
}

@-webkit-keyframes flipOutY {
    0% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
    }
}

@keyframes flipOutY {
    0% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
    }
}

@-webkit-keyframes lightSpeedIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-20%, 0, 0) skewX(30deg);
        transform: translate3d(-20%, 0, 0) skewX(30deg);
    }
    80% {
        opacity: 1;
        -webkit-transform: translate3d(0%, 0, 0) skewX(-15deg);
        transform: translate3d(0%, 0, 0) skewX(-15deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0%, 0, 0) skewX(0deg);
        transform: translate3d(0%, 0, 0) skewX(0deg);
    }
}

@keyframes lightSpeedIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-20%, 0, 0) skewX(30deg);
        transform: translate3d(-20%, 0, 0) skewX(30deg);
    }
    80% {
        opacity: 1;
        -webkit-transform: translate3d(0%, 0, 0) skewX(-15deg);
        transform: translate3d(0%, 0, 0) skewX(-15deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0%, 0, 0) skewX(0deg);
        transform: translate3d(0%, 0, 0) skewX(0deg);
    }
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0%, 0, 0) skewX(0deg);
        transform: translate3d(0%, 0, 0) skewX(0deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0%, 0, 0) skewX(0deg);
        transform: translate3d(0%, 0, 0) skewX(0deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
    }
}

@-webkit-keyframes rotateIn {
    0% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate3d(0);
        transform: rotate3d(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}

@keyframes rotateIn {
    0% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate3d(0);
        transform: rotate3d(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate3d(0);
        transform: rotate3d(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    }
}

@keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate3d(0);
        transform: rotate3d(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    }
}

@-webkit-keyframes rotateInDownRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate3d(0);
        transform: rotate3d(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
}

@keyframes rotateInDownRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate3d(0);
        transform: rotate3d(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate3d(0);
        transform: rotate3d(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    }
}

@keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate3d(0);
        transform: rotate3d(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    }
}

@-webkit-keyframes rotateInUpRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate3d(0);
        transform: rotate3d(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
}

@keyframes rotateInUpRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate3d(0);
        transform: rotate3d(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        opacity: 1;
        -webkit-transform: rotate3d(0);
        transform: rotate3d(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        opacity: 1;
        -webkit-transform: rotate3d(0);
        transform: rotate3d(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    }
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        opacity: 1;
        -webkit-transform: rotate3d(0);
        transform: rotate3d(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
}

@keyframes rotateOutDownRight {
    0% {
        opacity: 1;
        -webkit-transform: rotate3d(0);
        transform: rotate3d(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        opacity: 1;
        -webkit-transform: rotate3d(0);
        transform: rotate3d(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        opacity: 1;
        -webkit-transform: rotate3d(0);
        transform: rotate3d(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    }
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        opacity: 1;
        -webkit-transform: rotate3d(0);
        transform: rotate3d(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
}

@keyframes rotateOutUpRight {
    0% {
        opacity: 1;
        -webkit-transform: rotate3d(0);
        transform: rotate3d(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate3d(0);
        transform: rotate3d(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }
    20%,
    60% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }
    40% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }
    80% {
        opacity: 1;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate3d(0, 0, 1, 70deg) translate3d(0, 0, 0);
        transform: rotate3d(0, 0, 1, 70deg) translate3d(0, 0, 0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }
    100% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate3d(0, 0, 1, 75deg) translate3d(0, 0, 0);
        transform: rotate3d(0, 0, 1, 75deg) translate3d(0, 0, 0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }
}

@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate3d(0);
        transform: rotate3d(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }
    20%,
    60% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }
    40% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }
    80% {
        opacity: 1;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate3d(0, 0, 1, 70deg) translate3d(0, 0, 0);
        transform: rotate3d(0, 0, 1, 70deg) translate3d(0, 0, 0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }
    100% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate3d(0, 0, 1, 75deg) translate3d(0, 0, 0);
        transform: rotate3d(0, 0, 1, 75deg) translate3d(0, 0, 0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0px, 0, 0) rotate(0deg);
        transform: translate3d(0px, 0, 0) rotate(0deg);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0px, 0, 0) rotate(0deg);
        transform: translate3d(0px, 0, 0) rotate(0deg);
    }
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0px, 0, 0) rotate(0deg);
        transform: translate3d(0px, 0, 0) rotate(0deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0px, 0, 0) rotate(0deg);
        transform: translate3d(0px, 0, 0) rotate(0deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@-webkit-keyframes zoomInDown {
    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);
        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);
    }
    60% {
        -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);
        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);
    }
}

@keyframes zoomInDown {
    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);
        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);
    }
    60% {
        -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);
        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-keyframes zoomInLeft {
    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);
        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);
    }
    60% {
        -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);
        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);
    }
}

@keyframes zoomInLeft {
    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);
        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);
    }
    60% {
        -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);
        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-keyframes zoomInRight {
    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);
        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);
    }
    60% {
        -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);
        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);
    }
}

@keyframes zoomInRight {
    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);
        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);
    }
    60% {
        -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);
        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-keyframes zoomInUp {
    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);
        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);
    }
    60% {
        -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);
        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);
    }
}

@keyframes zoomInUp {
    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);
        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);
    }
    60% {
        -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);
        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-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes zoomOutDown {
    40% {
        -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);
        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);
    }
    100% {
        -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);
        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;
    }
}

@keyframes zoomOutDown {
    40% {
        -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);
        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);
    }
    100% {
        -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);
        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-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@-webkit-keyframes zoomOutUp {
    40% {
        -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);
        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);
    }
    100% {
        -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);
        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;
    }
}

@keyframes zoomOutUp {
    40% {
        -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);
        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);
    }
    100% {
        -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);
        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-keyframes pulse-down {
    0% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 0.2;
    }
    30% {
        -webkit-transform: translate3d(0, 16px, 0);
        transform: translate3d(0, 16px, 0);
        opacity: 0.7;
    }
    85% {
        -webkit-transform: translate3d(0, 17px, 0);
        transform: translate3d(0, 17px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 22px, 0);
        transform: translate3d(0, 22px, 0);
    }
    95% {
        -webkit-transform: translate3d(0, 17px, 0);
        transform: translate3d(0, 17px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 22px, 0);
        transform: translate3d(0, 22px, 0);
        opacity: 0.8;
    }
}

@keyframes pulse-down {
    0% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 0.2;
    }
    30% {
        -webkit-transform: translate3d(0, 16px, 0);
        transform: translate3d(0, 16px, 0);
        opacity: 0.7;
    }
    85% {
        -webkit-transform: translate3d(0, 17px, 0);
        transform: translate3d(0, 17px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 22px, 0);
        transform: translate3d(0, 22px, 0);
    }
    95% {
        -webkit-transform: translate3d(0, 17px, 0);
        transform: translate3d(0, 17px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 22px, 0);
        transform: translate3d(0, 22px, 0);
        opacity: 0.8;
    }
}

@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes pulsate {
    from {
        opacity: 1;
        -webkit-transform: scale(0.25);
        transform: scale(0.25);
    }
    95% {
        opacity: 0;
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
}

@keyframes pulsate {
    from {
        opacity: 1;
        -webkit-transform: scale(0.25);
        transform: scale(0.25);
    }
    95% {
        opacity: 0;
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
}

.fx {
    opacity: 0;
}

.animated {
    opacity: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.parallax {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    will-change: transform;
    z-index: -1;
}


.parallax-wrapper {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

/********************************

@ BASIC & HELP RULES

********************************/

body {
    color: #222;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-weight: 300;
    line-height: 1.4;
}

header,
section {
    width: 100%;
}

.theme-color {
    color: #40693B;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

.wrapper-content {
    position: relative;
    left: 0;
    -webkit-transition: 0.4s left cubic-bezier(1, 0, 0.95, 1);
    transition: 0.4s left cubic-bezier(1, 0, 0.95, 1);
}

.hidden {
    opacity: 0;
    display: none !important;
}


/********************************

@ MENU

********************************/


/********************************

@    MENU DESKTOP

********************************/

.header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: 0.4s top, 0.4s background;
    transition: 0.4s top, 0.4s background;
    white-space: nowrap;
    background: #fff;
}

.header-logo {
    padding-bottom: 0;
}

.header-dark {
    background: #fff;
}

#navigationWrapper {
    line-height: 80px;
}

.header-logo {
    display: none !important;
}

.header-sticky .header-logo {
    display: inline-block !important;
}

.header-sticky {
    position: fixed;
    top: 120px;
    -webkit-transform: translateY(-120px) !important;
    transform: translateY(-120px) !important;
    background: #f9f9f9;
}

.menu-desktop .header-sticky .submenu {
    background: #fafafa;
}

.menu {
    display: none;
}

.menu-desktop .menu-mobile-logo {
    display: none !important;
}

.menu-desktop .menu {
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
}

.menu-desktop .menu__item {
    display: inline-block;
    margin-right: 25px;
}

.menu-desktop .menu__item:last-child {
    margin-right: 0;
}

@media (min-width: 768px) {
    .menu-desktop .menu__item > .submenu {
        opacity: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        transition-delay: .5s;
    }
    .menu-desktop .menu__item > .submenu .submenu {
        opacity: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    .menu-desktop .menu__item > .submenu .submenu__item:hover > .submenu {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .menu-desktop .menu__item:hover > .submenu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        transition-delay: .1s;
    }
}

.menu-desktop .menu__link,
.footer .menu__link {
    position: relative;
    display: inline-block;
    color: #8A8C8F;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 1.37em;
}

.menu-desktop .menu__link:hover,
.footer .menu__link:hover {
    color: #40693B;
    cursor: pointer;
}

.menu-desktop .menu__link:after,
.footer .menu__link:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 1px;
    top: 50%;
    margin-top: 18px;
    background: transparent;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.menu-desktop .menu__link:hover:after,
.footer .menu__link:hover:after {
    background: #40693B;
    width: 50%;
}

.menu-desktop .menu__link.menu__link_active {
    background: #40693B;
    border-radius: 3px;
    color: rgba(255,255,255,0.75);
    display: inline;
    padding: 10px;
}

.menu-desktop .submenu__link.menu__link_active {
    background: #40693B !important;
    border-radius: 3px;
    color: rgba(255,255,255,0.75) !important;
    display: inline-block;
    padding: 0px 10px !important;
}

.menu-desktop .submenu__item.noTiret:after, .menu-desktop .submenu__item.noTiret:before {
    display: none !important;
}

.menu-desktop .submenu {
    background: #fff;
    opacity: 1;
    visibility: hidden;
    position: absolute;
    min-width: 120px;
    text-align: left;
    font-size: 1em;
    top: 65px;
}

.menu-desktop .submenu__item,
.footer .submenu__item {
    position: relative;
    display: block;
    margin: 0;
    line-height: 40px;
    font-size: 1em;
}

.menu-desktop .submenu__item.wrapped,
.footer .submenu__item.wrapped {
    position: relative;
    display: block;
    margin: 0;
    line-height: 1.4;
    font-weight: 300;
    white-space: normal;
    color: rgba(0, 0, 0, 0.6);
    text-transform: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
    font-size: 1.2em;
}

.menu-mobile .submenu__item.wrapped {
    display: none;
}

.menu-desktop .submenu__item:hover > .submenu {
    visibility: visible;
}

.menu-desktop .submenu__link,
.footer .submenu__link {
    display: block;
    padding: 0 25px 0 15px;
    white-space: nowrap;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.menu-desktop .submenu__link:hover,
.footer .submenu__link:hover {
    color: #fff;
    background: #40693B;
}

.menu-desktop .submenu__link.ico-112:before {
    position: absolute;
    top: 14px;
    right: 5px;
}

.menu-desktop .submenu .submenu {
    top: 0;
    left: 100%;
}

.menu-desktop .submenu.container {
    width: 100%;
    left: 0;
}

.menu-desktop .submenu-mega {
    padding: 15px 45px 45px;
}

.menu-desktop .submenu-mega > .submenu__item:first-child,
.menu-desktop .submenu-mega > .submenu__item.main__item {
    padding: 0;
    font-weight: 300;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.menu-desktop .submenu-mega > .submenu__item:first-child:before,
.menu-desktop .submenu-mega > .submenu__item.main__item:before {
    content: '';
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,.1);
}

.menu-desktop .submenu-mega > .submenu__item:first-child:after,
.menu-desktop .submenu-mega > .submenu__item.main__item:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    width: 20px;
    height: 1px;
    background: #40693B;
    -webkit-transition: 0.6s width;
    transition: 0.6s width;
}

.menu-desktop .submenu-mega > .submenu__item:hover:first-child:after,
.menu-desktop .submenu-mega > .submenu__item:hover.main__item:after {
    width: 50%;
}

.menu-desktop .submenu-mega .submenu__link {
    padding: 0;
    color: #40693B;
    font-size: 1.2em;
}

.menu-desktop .submenu-mega .submenu__link:hover {
    background: none;
    color: rgba(0,0,0,0.8);
}

.menu-desktop .submenu-mega:hover .submenu__item + .submenu__item.wrapped,
.footer ul div:hover .submenu__item.wrapped {
    color: rgba(0, 0, 0, 0.8);
}

.linker a {
    background: #fcfcfc;
    padding-left: 25px !important;
    border-radius: 2px 2px 0 0;
    position: relative;
}

.linker a:after {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    content: "\32";
    font-family: "lp-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(0, 0, 0, 0.5);
} 

@media (min-width: 768px) and (max-width: 1088px) {
    .menu-desktop .menu__item {
        margin-right: 6px;
    }

    .menu-desktop .menu__item a {
        font-size: 1.15em;
    }
}

.footer ul div {
    margin-bottom: 28px;
}

.footer .submenu__item a {
    position: relative;
    color: #40693B;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0 !important;
    top: -11px;
}

.footer ul div:hover .submenu__item a {
    position: relative;
    color: #40693B;
    background: none;
}

.footer .submenu__item a:before {
    content: '';
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,.1);
}

.footer .submenu__item a:after {
    content: '';
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 20px;
    height: 1px;
    background: #40693B;
    -webkit-transition: 0.6s width;
    transition: 0.6s width;
}

.footer ul div:hover .submenu__item a:after {
    width: 50%;
}

.footer .submenu__item.wrapped {
    font-size: .9em;
}


/********************************

@    MENU MOBILE

********************************/

.menu-mobile-logo {
    padding: 0;
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 60px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.menu-mobile-logo a {
    color: #40693B;
}

@media (max-width: 767px) {
    .menu-mobile-logo {
        padding: 0 30px 0;
    }
}

.menu-mobile .header {
    white-space: normal;
    -webkit-transition: 0.4s cubic-bezier(1, 0, 0.95, 1);
    transition: 0.4s cubic-bezier(1, 0, 0.95, 1);
    opacity: 1;
}

.menu-mobile .menu {
    display: block;
    position: absolute;
    top: 0;
    display: block;
    height: 990px;
    height: 100vh;
    background: #0C1317;
    text-transform: uppercase;
    overflow-y: auto;
}

.menu-mobile .menu__item {
    line-height: 36px;
}

.menu-mobile .menu__link {
    display: block;
    color: #ddd;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.menu-mobile .menu__link:hover {
    color: #fff;
    background: #40693B;
}

.menu-mobile .menu__link_pressed {
    color: #40693B;
    background: #090f12;
}

.menu-mobile .menu__link_pressed:hover {
    color: #fff;
}

.menu-mobile .menu__link:not(:only-child):before {
    position: absolute;
    line-height: inherit;
    font-size: 20px;
    -webkit-transition: 0.4s transform;
    -webkit-transition: 0.4s -webkit-transform;
    transition: 0.4s -webkit-transform;
    transition: 0.4s transform;
    transition: 0.4s transform, 0.4s -webkit-transform;
}

.menu-mobile .submenu {
    display: none;
    visibility: visible;
    background: #090f12;
}

.menu-mobile .submenu__link {
    display: block;
    color: #40693B;
    font-size: 12px;
}

.menu-mobile .submenu__link:hover {
    color: #fff;
    background: #40693B;
}

.menu-mobile .submenu__link:not(:only-child):before {
    position: absolute;
    line-height: inherit;
    font-size: 20px;
    -webkit-transition: 0.4s transform;
    -webkit-transition: 0.4s -webkit-transform;
    transition: 0.4s -webkit-transform;
    transition: 0.4s transform;
    transition: 0.4s transform, 0.4s -webkit-transform;
}

.menu-mobile .submenu-mega[class*="col-"],
.menu-mobile .submenu-mega [class*="col-"] {
    padding: 0;
    width: 100%;
}

.menu-mobile .submenu-mega > .submenu__item:first-child {
    color: #40693B;
    font-size: 13px;
}

.menu-mobile.menu-mobile-left .header-logo {
    float: right;
    text-align: right;
}

.menu-mobile.menu-mobile-left .menu-nav {
    text-align: left;
}

.menu-mobile.menu-mobile-left.menu-mobile-opened .header {
    left: 70%;
}

.menu-mobile.menu-mobile-left.menu-mobile-opened .wrapper-content {
    left: 70%;
}

.menu-mobile.menu-mobile-left .menu {
    left: auto;
    right: 100%;
    width: 70%;
    text-align: left;
    direction: rtl;
}

.menu-mobile.menu-mobile-left .menu__link {
    padding: 0 0 0 30px;
}

.menu-mobile.menu-mobile-left .menu__link:not(:only-child):before {
    left: auto;
    right: 15px;
}

.menu-mobile.menu-mobile-left .menu .submenu__link {
    padding: 0 15px 0 45px;
}

.menu-mobile.menu-mobile-left .menu .submenu__link:not(:only-child) {
    padding-left: 30px;
}

.menu-mobile.menu-mobile-left .menu .submenu__link:not(:only-child):before {
    left: auto;
    right: 15px;
}

.menu-mobile.menu-mobile-left .menu .submenu-mega > .submenu__item:first-child {
    padding-left: 30px;
}

.menu-mobile.menu-mobile-left .menu .submenu-mega .submenu__link {
    padding-left: 45px;
}

.menu-mobile.menu-mobile-left .menu__link:before,
.menu-mobile.menu-mobile-left .submenu__link:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.menu-mobile.menu-mobile-left .menu__link_pressed:before {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.menu-mobile.menu-mobile-right .menu-nav {
    text-align: right;
}

.menu-mobile.menu-mobile-right .menu-toggle {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.menu-mobile.menu-mobile-right.menu-mobile-opened .header {
    left: -70%;
}

.menu-mobile.menu-mobile-right.menu-mobile-opened .wrapper-content {
    left: -70%;
}

.menu-mobile.menu-mobile-right .menu {
    left: 100%;
    width: 70%;
    text-align: right;
}

.menu-mobile.menu-mobile-right .menu__link {
    padding: 0 30px 0 0;
}

.menu-mobile.menu-mobile-right .menu__link_pressed:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.menu-mobile.menu-mobile-right .menu__link:not(:only-child):before {
    left: 15px;
}

.menu-mobile.menu-mobile-right .menu .submenu__link {
    padding: 0 45px 0 15px;
}

.menu-mobile.menu-mobile-right .menu .submenu__link:not(:only-child) {
    padding-right: 30px;
}

.menu-mobile.menu-mobile-right .menu .submenu__link:not(:only-child):before {
    left: 15px;
}

.menu-mobile.menu-mobile-right .menu .submenu-mega > .submenu__item:first-child {}

.menu-mobile.menu-mobile-right .menu .submenu-mega .submenu__link {
    padding-right: 30px;
}

.menu-nav {
    padding-bottom: 0;
}

.menu-desktop .menu-nav {
    width: 100% !important;
}

.menu-desktop .header-sticky .menu-nav {
    width: 75% !important;
}

.menu-toggle {
    display: none;
    padding: 8px 7px 8px 0;
    cursor: pointer;
    vertical-align: middle;
}

.menu-toggle__inner {
    position: relative;
    width: 21px;
    height: 2px;
    background: #8A8C8F;
    -webkit-transition: 0.4s background-color;
    transition: 0.4s background-color;
}

.menu-toggle__inner:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    background: #8A8C8F;
    width: 26px;
    height: 2px;
    -webkit-transition: 0.4s background-color;
    transition: 0.4s background-color;
}

.menu-toggle__inner:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    background: #8A8C8F;
    width: 28px;
    height: 2px;
    -webkit-transition: 0.4s background-color;
    transition: 0.4s background-color;
}

.menu-toggle:hover .menu-toggle__inner,
.menu-toggle:hover .menu-toggle__inner:before,
.menu-toggle:hover .menu-toggle__inner:after {
    background-color: #40693B;
}

@media (max-width: 767px) {
    .menu-toggle {
        display: inline-block;
    }
}


/********************************

@ MAIN SECTION

********************************/

.s-main {
    position: relative;
    height: 990px;
    height: 100vh;
    overflow: hidden;
}


/********************************

@    MAIN 01 SECTION (INNER PAGE)

********************************/

#slider {
    position: relative;
    overflow: hidden;
}

.main-1-slider {
    height: 400px;
    background: #fff;
}

.main-1-slider__item {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.main-1-slider + .container {
    position: absolute;
    top: 60%;
    left: 5%;
    right: 5%;
    width: 90%;
    text-align: center;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#slider .main-1-slider:before {
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0.01) 99%, rgba(255,255,255,0) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0.01) 99%,rgba(255,255,255,0) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0.01) 99%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/********************************

@    MAIN 05 SECTION (SLIDER)

********************************/

.main-5-slider {
    height: 990px;
    height: 100vh;
    background: #fff;
}

.main-5-slider + .container {
    position: absolute;
    top: 50%;
    left: 5%;
    right: 5%;
    width: 90%;
    text-align: center;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-5-slider__item {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.main-5-slider-controls {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-5-slider-dots__dot {
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 18px;
    background: rgba(74, 114, 74, 0.5);
    cursor: pointer;
}

.main-5-slider-dots__dot:after {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    -webkit-transition: 0.4s border-color;
    transition: 0.4s border-color;
    border: 12px solid transparent;
    border-radius: 50%;
    margin-left: -6px;
    margin-top: -6px;
}

.main-5-slider-dots__dot:hover:after {
    border-color: rgba(74, 114, 74, 0.2);
}

.main-5-slider-dots__dot.active {
    background: rgba(74, 114, 74, 0.9);
}

.main-5-slider-content {
    display: inline-block;
    overflow: hidden;
}

.main-5-slider-text__title {
    position: relative;
    margin: 10px 0 0 0;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: 0.7s opacity;
    transition: 0.7s opacity;
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

@media (max-width: 767px) {
    .main-5-slider-text__title {
        letter-spacing: normal;
        font-size: 36px;
    }
}

.main-5-slider-text__title_before {
    position: relative;
}

.main-5-slider-text__title_before:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: #40693B;
    -webkit-transition: 1s width;
    transition: 1s width;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.main-5-slider-text__title_before.animated:before {
    width: 100%;
}

.main-5-slider-text__title_after {
    position: relative;
}

.main-5-slider-text__title_after:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #40693B;
    -webkit-transition: 1s width;
    transition: 1s width;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.main-5-slider-text__title_after.animated:after {
    width: 100%;
}

.main-5-slider-text__pretitle {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 300;
    color: #8A8C8F;
    letter-spacing: 4px;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.main-5-slider-text__pretitle.animated {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.main-5-slider-text__subtitle {
    display: inline-block;
    width: 0;
    font: 300 16px "Lato", "Helvetica", sans-serif;
    color: #8A8C8F;
    white-space: nowrap;
    letter-spacing: 4px;
    margin-top: 30px;
    text-transform: uppercase;
    overflow: hidden;
}

.main-5-slider-text__subtitle:not(.hidden):after {
    content: '|';
    -webkit-animation: 0.5s fadeOut infinite 1.2s alternate;
    animation: 0.5s fadeOut infinite 1.2s alternate;
}


/********************************

@ FEATURES SECTION

********************************/


/********************************

@    FEATURES STYLE 2

********************************/

.features-2 {
    padding: 0;
}

.features-2 :nth-child(1) .features-item {
    background: #40693B;
}

.features-2 :nth-child(2) .features-item {
    background: #4dbd8c;
}

.features-2 :nth-child(3) .features-item {
    background:#47b484;
}

.features-2 :nth-child(4) .features-item {
    background: #47a57c;
}

.features-2 .features {
    margin: 0;
    text-align: left;
    min-width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.features-2 .features .no-padding {
    margin: 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.features-2 .features-item {
    color: #fff;
    padding: 40px;
    -webkit-transition: 0.3s background-color;
    transition: 0.3s background-color;
    width: 100%;
}

.features-2 .features-item:hover {
    background: #fff !important;
}

.features-2 .features-item__icon {
    font-size: 40px;
    float: left;
    margin-right: 12px;
}

.features-2 .features-item__title {
    line-height: 40px;
    font-size: 24px;
    font-weight: 300;
    float: left;
    text-transform: uppercase;
}

.features-2 .features-item__text {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: .9em;
    display: none;
}

.features-2 .features-item a.btn-a {
    clear: both;
    float: left;
    margin-top: 10px;
}

@media (max-width: 1392px) {
    .features-2 .features-item {
        padding: 30px 20px;
    }

    .features-2 .features-item__title {
        font-size: 20px;
    }
}



/********************************

@ GET iT SECTION

********************************/

.s-get-it {
    position: relative;
    padding: 30px 0;
    color: #fff;
    text-align: center;
    overflow: hidden;
    background: #40693B;
}

.s-get-it__bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.s-get-it__title {
    font-size: 30px;
    text-transform: uppercase;
    text-align:center;
    font-weight: 400;
    letter-spacing: 1px;
}


/********************************

@ GET iT 2 SECTION

********************************/

.s-get-it-2 {
    position: relative;
    padding: 30px 0 20px;
    background: #40693B;
}

.s-get-it-2__title {
    font-size: 28px;
    font-weight: 300;
    color: #fff;
}

@media (max-width: 991px) {
    .s-get-it-2 {
        text-align: center;
    }
}

.s-get-it-2-triangle:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    margin: auto;
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #40693B;
    z-index: 1;
}

.s-get-it-2-uppercase .s-get-it-2__title {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 400;
}


/********************************

@ OFFER SECTION

********************************/


/********************************

@    OFFER STYLE 2 (DARK)

********************************/

.offer-2 :nth-child(odd) .offer-2-item {
    background: #fff;
}

.offer-2 :nth-child(even) .offer-2-item {
    background: #40693B;
}

.offer-2__title {
    position: relative;
    font-size: 32px;
    color: #fff;
    margin-bottom: 40px;
}

.offer-2__title:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 80px;
    height: 2px;
    background: #fff;
}

.offer-2__description {
    margin-bottom: 30px;
    font-weight: 300;
    line-height: 1.4;
    color: #fff;
}

.offer-2-item {
    position: relative;
    overflow: hidden;
    height: 600px;
    text-align: left;
}

.offer-2-item__inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 70%;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.offer-1-item__inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 70%;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.offer-2-item__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.offer-2-subitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.offer-2-subitem__ico {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 300;
    margin-left: 55px;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
    display: block;
}

.offer-2-subitem__ico:before {
    position: absolute;
    left: 0;
    font-size: 32px;
    color: #40693B;
    top: 4px;
}

.offer-2-subitem__description {
    margin: 10px 0 10px 55px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

.offer-2-subitem {
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0) inset;
    padding-bottom: 4px;
}

.offer-2-subitem a {
    position: relative;
    display: block;
    width: 100%;
}

.offer-2-subitem a:before {
    position: absolute;
    content: "\e011";
    font-family: "lp-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(255, 255, 255, 0.5);
    top: 50%;
    right: -15px;
    font-size: 1.6em;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.offer-2-subitem:hover {
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.04) inset;
}

.offer-2-subitem:hover a:before {
    color: rgba(255, 255, 255, 1);
    right: -20px;
}

.offer-2-subitem:hover .offer-2-subitem__ico,
.offer-2-subitem:hover .offer-2-subitem__description {
    color: rgba(255, 255, 255, 1);
}

.offer-2-subitem:not(:last-child) {
    margin-bottom: 20px;
}

.offer-2 .sol_tradenet .offer-2-subitem__description {
    margin: 0;
}


@media (max-width: 1388px) {
    .offer-2-item__inner,
    .offer-1-item__inner {
        width: 84%;
    }
    .offer-2-subitem__ico {
        font-size: 17px;
    }
}

/********************************

@ FOOTER

********************************/

.footer-top {
    background: #fff;
    padding: 20px 0 0 0;
    font-weight: 300;
    color: #40693B;
}


.footer__title {
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
    background-color: #40693B;
    color: rgba(255,255,255,0.75);
    font-size: 20px;
    font-weight: 300;
    line-height: 2;
    padding: 4px 12px;
    text-transform: uppercase;
    position: relative;
    border-radius: 3px;
}

.footer__title:after {
    content: '';
    position: absolute;
    left: 20px;
    transform: translateX(-50%);
    top: 100%;
    margin: auto;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #40693B;
    z-index: 1;
}
.footer__about {
    line-height: 1.4;
    font-size: .9em;
}

.footer-contacts__item {
    line-height: 1.7;
    color: rgba(0,0,0,.6);
}

.footer-contacts__item.title {
    color: #40693B;
    font-size: 1.4em;
    line-height: 1;
    margin-bottom: 10px;
}

hr {
    border: 0;
    height: 1px;
    line-height: 1px;
    background: rgba(0, 0, 0, 0.1);
}

.footer-contacts__link {
    color: #40693B;
    -webkit-transition: 0.3s color;
    transition: 0.3s color;
}

.footer-contacts__link:hover {
    color: rgba(0,0,0,0.8);
}

.tabulator-table i[class*="ico"] {
    font-size: 1.3em;
    line-height: 1;
    top: 1px;
    position: relative;
}

.footer-bottom {
    background: #f0f0f0;
    padding: 30px 0;
    font-size: 14px;
    color: rgba(0,0,0,0.6);
}

.footer-copy {
    padding-bottom: 0;
}

.footer-copy li {
    font-size: .9em;
    color: rgba(0,0,0,0.6);
}

.footer-copy a {
    color: #40693B;
}

@media (max-width: 767px) {
    .footer-copy {
        text-align: center;
    }
}
/********************************

@ 404 SECTION

********************************/

.full_height {
    height: 100vh;
    min-height: 400px;
    position: relative
}

.full_height > .container,
.full_height .s-get-it-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.full_height .s-get-it-2 {
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    -webkit-transform: none;
    transform: none;
}

.four04-text {
    margin-bottom: 100px;
    font-size: 54px;
    font-weight: 200;
    color: #8A8C8F;
}

.four04-text span {
    font-weight: 700;
    font-size: 100px;
    display: block;
    color: #bbb;
    letter-spacing: 4px;
}

/********************************

@ SECTIONS

********************************/


/********************************

@    SECTION STYLE 1

********************************/

.section {
    padding: 100px 0;
    text-align: center;
    overflow: hidden;
}

.section__title {
    padding: 15px 0 20px;
    font-size: 36px;
    font-weight: 300;
}

.section__title:after {
    content: '';
    display: block;
    margin: 25px auto 0;
    width: 0;
    height: 1px;
    -webkit-transition: 0.4s width;
    transition: 0.4s width;
}

.section__subtitle {
    font-size: 9px;
    letter-spacing: .66em;
    word-spacing: 0.1em;
    text-transform: uppercase;
}

.section:hover .section__title:after {
    width: 80px;
}

/********************************

@    WHITE SECTION

********************************/

.section-white .section__title {
    color: #333;
}

.section-white .section__title:after {
    background: #000;
}

.section-white .section__subtitle {
    color: #000;
}

/********************************

@    LIGHTGRAY SECTION

********************************/

.section-lightgray {
    background: #F6F6F6;
}

.section-lightgray .section__title {
    color: #333;
}

.section-lightgray .section__title:after {
    background: #000;
}

.section-lightgray .section__subtitle {
    color: #000;
}

/********************************

@    DARK SECTION

********************************/

.section-dark {
    background: #fff;
}

.section-dark .section__title {
    color: #fff;
}

.section-dark .section__title:after {
    background: #fff;
}

.section-dark .section__subtitle {
    color: #fff;
}

.section-dark .features-item__title {
    color: #fff;
}

.section-dark .features-item__text {
    color: #40693B;
}


.section-dark .about-item__text {
    color: #40693B;
}

.section-dark .faq {
    color: #40693B;
}

.section-dark .contact-info__title {
    color: #fff;
}

.section-dark .contact-info__item,
.section-dark .contact-info__link {
    color: #40693B;
}

.section-dark .contact-form__input,
.section-dark .contact-form__textarea {
    color: #40693B;
    background: #fff;
    border-color: rgba(0,0,0,.1);
}

/********************************

@    DARKGRAY SECTION

********************************/

.section-darkgray {
    background: #222;
}

.section-darkgray .section__title {
    color: #fff;
}

.section-darkgray .section__title:after {
    background: #fff;
}

.section-darkgray .section__subtitle {
    color: #fff;
}

.section-darkgray .features-item__title {
    color: #fff;
}

.section-darkgray .features-item__text {
    color: #40693B;
}

.section-darkgray .skills__text,
.section-darkgray .skills__title {
    color: #40693B;
}

.section-darkgray .skills__subtitle {
    color: #fff;
}

.section-darkgray .offer-1-features-item__title {
    color: #fff;
}

.section-darkgray .offer-3__description {
    color: #40693B;
}

.section-darkgray .about-item__text {
    color: #40693B;
}

.section-darkgray .faq {
    color: #40693B;
}

.section-darkgray .contact-info__title {
    color: #fff;
}

.section-darkgray .contact-info__item,
.section-darkgray .contact-info__link {
    color: #40693B;
}

.section-darkgray .contact-form__input,
.section-darkgray .contact-form__textarea {
    color: #40693B;
    background: #222;
    border-color: rgba(0,0,0,.1);
}

/********************************

@    SECTION STYLE 2

********************************/

.section-2 {
    padding: 100px 0;
    text-align: left;
    overflow: hidden;
}

.section-2 .section__title {
    padding: 15px 0 20px;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-2 .section__title:after {
    content: '';
    margin-left: 0;
    width: 0;
    height: 3px;
    background: #40693B;
    -webkit-transition: 0.4s width;
    transition: 0.4s width;
}

.section-2 .section__subtitle {
    font-size: 10px;
    letter-spacing: .66em;
    word-spacing: 0.1em;
    text-transform: uppercase;
}

.section-2:hover .section__title:after {
    width: 140px;
}

/********************************

@ GOOGLE MAPS

*********************************/

#gmap_modal .container {
    height: 500px;
    position: relative;
}

#map {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#gmaps {
    background: url(../../assets/images/parallax/mnsfront.jpg) center center no-repeat;
    min-height: 240px;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

#gmaps:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.64);
    position: absolute;
    top: 0;
    left: 0;
}

/********************************

@ BUTTONS

********************************/

.btn-a {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    min-width: 120px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    border: 1px solid #fff;
    color: #fff;
    font-family: "Lato", "Helvetica", sans-serif;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 0;
    -webkit-transition: 0.4s color;
    transition: 0.4s color;
}

@media (max-width: 767px) {
    .btn-a {
        min-width: 100px;
        height: 36px;
        line-height: 36px;
    }
}

.btn-a:before {
    padding-right: 10px;
    vertical-align: text-bottom;
}

.btn-a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: -1;
    -webkit-transition: 0.4s background, 0.4s width;
    transition: 0.4s background, 0.4s width;
}

.btn-a:hover {
    color: #000;
}

.btn-a:hover:after {
    background: #fff;
}

.btn-a_size_small {
    min-width: 80px;
    height: 36px;
    line-height: 36px;
}

@media (max-width: 767px) {
    .btn-a_size_small {
        min-width: 70px;
        height: 32px;
        line-height: 32px;
        font-size: 12px;
    }
}

.btn-a_size_large {
    min-width: 200px;
    height: 64px;
    line-height: 64px;
    font-size: 18px;
}

@media (max-width: 767px) {
    .btn-a_size_large {
        min-width: 160px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}

.btn-a_weight_bold {
    border-width: 2px;
    font-weight: 400;
}

.btn-a_color_black {
    color: #000;
    border-color: #000;
}

.btn-a_color_black:hover {
    color: #fff;
}

.btn-a_color_black:hover:after {
    background: #000;
}

.btn-a_color_theme {
    color: #40693B;
    border-color: #40693B;
}

.btn-a_color_theme:hover {
    color: #fff;
}

.btn-a_color_theme:hover:after {
    background: #40693B;
}

.btn-a_fill_theme {
    color: #fff;
    border-color: #40693B;
}

.btn-a_fill_theme:after {
    background: #40693B;
}

.btn-a_fill_theme:hover {
    color: #40693B;
}

.btn-a_fill_theme:hover:after {
    background: transparent;
}

.btn-a.btn-a_hover_2:after {
    width: 0;
}

.btn-a.btn-a_hover_2:hover:after {
    width: 100%;
}

.btn-a.btn-a_hover_2.btn-a_fill_theme:after {
    width: 100%;
}

.btn-a.btn-a_hover_2.btn-a_fill_theme:hover:after {
    width: 0;
}

/********************************

@ ELEMENTS (CAN BE REMOVED)

********************************/

.grid {
    font-weight: 300;
    color: #888;
}

.grid__title {
    font-weight: 400;
}

.height-500 {
    height: 500px;
}

.icons {
    color: #555;
    font-size: 20px;
}

.icons__ico {
    font-size: 42px;
}

.btn-a.ico-61:before,
.btn-a.ico-152:before,
.btn-a.ico-23:before,
.btn-a.ico-147:before,
.btn-a.ico-60:before,
.btn-a.ico-55:before,
.btn-a.ico-150:before {
    font-size: 1.3em;
    top: 1px;
    position: relative;
}

.s-animations .features-item {
    background: #F6F6F6;
}

.s-animations .features-item__title {
    font-weight: 300;
    text-transform: none;
}

/********************************

@ PRELOADER

********************************/

.p-preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.p-preloader__top,
.p-preloader__bottom {
    content: '';
    position: absolute;
    background: #0d0d0d;
    height: 50%;
    width: 100%;
}

.p-preloader__top {
    top: 0;
}

.p-preloader__bottom {
    bottom: 0;
}

.p-preloader__progressbar {
    position: absolute;
    background: #fff;
    top: 50%;
    left: 0;
    width: 0;
    height: 2px;
}

.p-preloader__percentage {
    color: #fff;
    position: relative;
    top: 50%;
    width: 50px;
    margin: auto;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    padding-top: 30px;
}

.p-preloader__percentage:after {
    content: '%';
}

.preloader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}

.preloader:before {
    content: '';
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-top: 2px solid #40693B;
    border-left: 2px solid #40693B;
    border-right: 2px solid #40693B;
    border-bottom: 2px solid transparent;
    -webkit-animation: 0.8s rotate infinite linear normal;
    animation: 0.8s rotate infinite linear normal;
}


/********************************

@ CERTS TABS

********************************/

#certs .tabs,
#pdfs .tabs {
    background: #fff;
    overflow: hidden;
    position: relative;
}

#certs .tabs__header,
#pdfs .tabs__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#certs .tabs__header span,
#pdfs .tabs__header span {
    display: block;
}

#certs .tabs__header--title,
#pdfs .tabs__header--title {
    background: #fff;
    color: #555;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 1.2em;
    font-weight: 300;
}

#certs .tabs__header--title a,
#pdfs .tabs__header--title a {
    color: #555;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    display: block;
    padding: 25px 10px;
}

#certs .tabs__header--title.active,
#pdfs .tabs__header--title.active {
    background: #f0f0f0;
}

#certs .tabs__content,
#pdfs .tabs__content {
    background: #fff;
    display: none;
    padding: 25px 40px;
    color: #555;
}

.tabs__content p a {
    color: #40693B;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding: 4px 0;
}

.tabs__content p a:after {
    content: '';
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 20px;
    height: 1px;
    background: #40693B;
    -webkit-transition: 0.6s width;
    transition: 0.6s width;
}

.tabs__content p a:before {
    content: '';
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,.1);
}

.tabs__content p a:hover:after {
    width: 50%;
}

.tabs__content a:hover {
    color: #666;
    text-decoration: none;
}

.offer-2 {
    display: none;
}

#certs .tabs__content.active,
#pdfs .tabs__content.active,
.offer-2.active {
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    display: block;
}

#certs .tabs__content.active .tabs__content--title,
#pdfs .tabs__content.active .tabs__content--title,
#certs .tabs__content.active .tabs__content--form {
    -webkit-animation: fadeInUp 0.4s forwards;
    animation: fadeInUp 0.4s forwards;
}

#certs .tabs__content.active .tabs__content--form {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#certs .tabs__content--title,
#pdfs .tabs__content--title {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #40693B;
    font-weight: 300;
}

#certs .tabs__content--form {
    line-height: 1.4;
    opacity: 0;
}

@media only screen and (min-width: 769px) {
    #certs .tabs__header--title:hover,
    #certs .tabs__header--title:hover a,
    #certs .tabs__header--title.active a #pdfs .tabs__header--title:hover,
    #pdfs .tabs__header--title:hover a,
    #pdfs .tabs__header--title.active a {
        color: #40693B;
    }
    #certs .tabs__header--title:not(:last-of-type),
    #pdfs .tabs__header--title:not(:last-of-type) {
        border-right: 1px solid #fff;
    }
}

@media only screen and (max-width: 768px) {
    #certs .tabs__header,
    #pdfs .tabs__header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #certs .tabs__header--title,
    #pdfs .tabs__header--title {
        border-bottom: 1px solid #fff;
        width: 100%;
    }

    #certs .tabs__header--title a,
    #pdfs .tabs__header--title a {
        padding: 12px;
    }
    #certs .tabs__header--title::after,
    #pdfs .tabs__header--title::after {
        display: block;
    }
    #certs .tabs__content,
    #pdfs .tabs__content {
        padding: 12px;
    }
}

/********************************

@ FORM STYLING

********************************/

form {
    font-size: 1rem;
    text-align: center;
    border: 1px solid #ccc;
    padding: 30px 30px 0 30px;
    margin-bottom: 30px;
}

.tableSearch {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 30px;
}


fieldset {
    position: relative;
    padding: 0;
    margin: .5em;
    border: none;
    border-bottom: 2px solid #eee;
}

.last {
    border-bottom: none;
    float: right;
}

label {
    display: block;
    position: absolute;
    top: 0;
    color: #666;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

input,
select {
    width: 100%;
    margin: 1.5em 0 0 auto;
    font-size: 1em;
    line-height: 2em;
    border: none;
    background: #fff;
}

input:focus,
select:focus {
    outline: none;
}

input:focus ~ .active,
select:focus ~ .active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

input:focus ~ label,
select:focus ~ label {
    color: #40693B;
}


form .active {
    height: .125em;
    background: #40693B;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

/********************************

@ BACK TO TOP

********************************/

.fab-container {
    margin: 1em;
    position: fixed;
    bottom: -80px;
    right: 0;
}

.fab {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
    position: relative;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.fab:before {
    content: attr(tooltip);
    background: #595959;
    padding: 4px 8px;
    border-radius: 2px;
    position: absolute;
    top: 10px;
    right: 100%;
    color: white;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: Lato, Arial, sans-serif;
    font-size: 0.8em;
    font-weight: 300;
}

.fab:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24), 0 4px 8px rgba(0, 0, 0, 0.12);
}

.fab:hover:before {
    right: 110%;
    opacity: 1;
    visibility: visible;
}

.fab i {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    line-height: 46px;
    text-align: center;
    position: relative;
    left: -1px;
}

.fab:hover i {
    color: #fff;
}

.top {
    background: #40693B;
}

/********************************

@    INNER PAGE CONTENT

********************************/

#pdfs article {}

#pdfs article p {
    margin-bottom: 12px;
}


#pdfs article ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    padding: 0;
    margin: 30px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#pdfs article ul li {
    margin: 5px 30px 5px 0;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-left: 4px solid #40693B;
    padding: 15px;
    border-radius: 3px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background: #fefefe;
    width: 30%;
    min-width: 240px;
    position: relative;
    cursor: pointer;
    counter-increment: step-counter;
}
#pdfs article ul li:after {
  content: counter(step-counter);
  font-size: 4em;
  color: rgba(0,0,0,0.08);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 48px;
  line-height: 1;
  font-family: Arial, Lato, sans-serif;
}
#pdfs article ul li:before {
    position: absolute;
    content: "\e011";
    font-family: "lp-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(0, 0, 0, 0.1);
    top: 50%;
    right: 8px;
    font-size: 1.6em;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#pdfs article ul li a {
    color: #40693B;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: center;
    align-content: center;
    font-weight: 300;
    font-size: 16px;
}

#pdfs article ul li a span {
    margin-right: 12px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#pdfs article ul li a b {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-top: 6px;
    color: #b71c1c;
}


#pdfs article ul li a span span.new {
    position: absolute;
    top: -8px;
    right: -20px;
    border-radius: 50%;
    background: #b71c1c;
    color: #fff;
    width: 32px;
    height: 32px;
    font-size: 10px;
    line-height: 32px;
    text-align: center;
    transform: rotate(20deg);
    transition: all 0.25s ease;
}
#pdfs article ul li a:hover span span.new {
    transform: rotate(0);
}

#pdfs article ul li:hover {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 8px solid #40693B;
}

#pdfs article ul li:hover:before {
    right: 4px;
    color: rgba(0, 0, 0, 0.24);
}

#pdfs article ul li:hover a {
    color: #555;
}


#pdfs article p.notice {
    width: 100%;
    color: #b71c1c;
    font-weight: 300;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
}

#pdfs article p.notice.icon:before {
    position: absolute;
    content: "\e032";
    font-family: "lp-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 50%;
    left: 0px;
    font-size: 1.25em;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#pdfs .offer-2-item__inner h2 {
    color: #40693B;
    margin: 0;
    font-size: 2rem;
    margin-bottom: 20px;
    color: #40693B;
    font-weight: 300;
    width: 100%;
}

#pdfs .offer-2-item__inner h3 {
    color: #40693B;
    margin: 0;
    font-size: 1.5rem;
    margin: 0 0 20px 0;
    padding: 4px 0;
    color: #40693B;
    font-weight: 300;
    width: 100%;
    border-bottom: 1px solid #40693B;
    position: relative;
}

#pdfs .offer-2-item__inner h3:before {
    content: '';
    position: absolute;
    left: 4px;
    width: 0;
    height: 0;
    top: 100%;
    border: 8px solid transparent;
    border-top: 8px solid #40693B;
    z-index: 1;
    margin-top: 1px;
}

#pdfs .offer-2-item__inner p {
    font-weight: 300;
    margin-bottom: 12px;
    color: #555;
}

#pdfs .offer-2-item__inner ul li {
    font-weight: 300;
    margin-bottom: 8px;
    color: #555;
    position: relative;
    padding-left: 30px;
    line-height: 22px;
}

#pdfs .offer-2-item__inner ul li:before {
    position: absolute;
    font-family: "lp-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #40693B;
    top: 50%;
    left: 0px;
    font-size: 1.4em;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\e035";
}

#pdfs .offer-1-item__inner article ul li:before {
    position: absolute;
    content: "\e011";
    font-family: "lp-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(0, 0, 0, 0.1);
    top: 50%;
    right: 8px;
    font-size: 1.6em;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#pdfs .offer-1-item__inner article ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: columns;
    flex-direction: columns;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#pdfs .offer-1-item__inner ul li {
    width: 100%;
}

#pdfs .offer-2-item__inner ol {
    counter-reset: li;
}

#pdfs .offer-2-item__inner ol li {
    font-weight: 300;
    margin-bottom: 8px;
    color: #555;
    position: relative;
    padding-left: 30px;
    line-height: 22px;
}

#pdfs .offer-2-item__inner ol li:before {
    content: counter(li);
    counter-increment: li;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    font-weight: 300;
    font-size: .9em;
    border-radius: 100%;
    font-family: Lato, Arial, sans-serif;
    color: #FFF;
    background: #40693B;
}

.greyed {
    background: #eee;
}

ul.half li {
    float: left;
    width: 48%;
    margin-right: 2%;
}

@media (max-width: 1024px) {
    #pdfs article ul li {
        width: 45%;
    }
}

@media (max-width: 768px) {
    #pdfs article ul li {
        width: 100%;
        margin: 5px 0
    }
}
.menu__item.certs a:hover span {
    color: rgba(255,255,255,0.92);
}
.menu__item.certs a span{
    background: #40693B;
    color: rgba(255,255,255,0.64);
    border-radius: 4px;
    padding: 10px;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
}


/********************************

@    SEARCH BAR FOR INNER PAGES

*******************************/
#searchWrapper {
    position: relative;
    z-index: 888;
}

#searchWrapper h3 {
    font-weight: 300;
    padding-left: 40px;
    padding-top: 40px;
    color: #999;
    position: absolute;
    z-index: 1;
    font-size: 2em;
    width: calc(100vw - 100px);
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}
.searcher {
    position: relative;
    border: 0;
    padding: 0;
    margin: 0;
    padding: 20px;
    background: #f0f0f0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    overflow: hidden;
}

.searcher  input[type="text"] {
    height: 80px;
    font-size: 30px;
    display: inline-block;
    font-family: "Lato";
    font-weight: 100;
    border: none !important;
    outline: none;
    color: #555;
    margin-top: 10px;
    margin-right: 100px;
    width: 0px;
    position: absolute;
    top:0;
    right: 0;
    background: none;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
    background: #f0f0f0;
}

.searcher  input[type="text"]:focus:hover {
    border-bottom: 1px solid #ccc !important;
}

.searcher  input[type="text"]:focus {
    width: calc(100vw - 150px);
    z-index: 1;
    border-bottom: 1px solid #BBB !important;
    cursor: text;
}
.searcher  input[type="submit"] {
    height: 67px;
    width: 63px;
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFU1NT9fX1lJSUXl5e1dXVfn5+c3Nz6urqv7+/tLS0iYmJqampn5+fysrK39/faWlp////Vi4ZywAAABF0Uk5T/////////////////////wAlrZliAAABLklEQVR42rSWWRbDIAhFHeOUtN3/ags1zaA4cHrKZ8JFRHwoXkwTvwGP1Qo0bYObAPwiLmbNAHBWFBZlD9j0JxflDViIObNHG/Do8PRHTJk0TezAhv7qloK0JJEBh+F8+U/hopIELOWfiZUCDOZD1RADOQKA75oq4cvVkcT+OdHnqqpQCITWAjnWVgGQUWz12lJuGwGoaWgBKzRVBcCypgUkOAoWgBX/L0CmxN40u6xwcIJ1cOzWYDffp3axsQOyvdkXiH9FKRFwPRHYZUaXMgPLeiW7QhbDRciyLXJaKheCuLbiVoqx1DVRyH26yb0hsuoOFEPsoz+BVE0MRlZNjGZcRQyHYkmMp2hBTIzdkzCTc/pLqOnBrk7/yZdAOq/q5NPBH1f7x7fGP4C3AAMAQrhzX9zhcGsAAAAASUVORK5CYII=) center center no-repeat;
    text-indent: -10000px;
    border: none;
    z-index: 2;
    cursor: auto;
    opacity: 0.4;
    transition: opacity .4s ease;
    animation: wrench 5.875s ease infinite; transform-origin: 90% 35%;
}

.searcher  input[type="submit"]:hover {
    opacity: 0.8;
}

@-webkit-keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    2.90909% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }
    3.63636% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    6.54545% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    7.27273% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    10.18182% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    10.90909% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    13.81818% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    14.54545% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    17.45455% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    18.18182% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    21.09091% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    21.81818% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    24.72727% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    27.27273% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    2.90909% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }
    3.63636% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    6.54545% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    7.27273% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    10.18182% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    10.90909% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    13.81818% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    14.54545% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    17.45455% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    18.18182% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    21.09091% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    21.81818% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    24.72727% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    27.27273% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.offer-direct {
    padding: 40px;
}

/******************************************
NEW STYLE FULL SCREEN DIAPO
*****************************************/

svg {
    display: block;
    overflow: visible;
}

.slider-container {
    position: relative;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: all-scroll;
    z-index: 1;
}

.slider-control {
    display: none;
}

.slider-pagi {
    position: absolute;
    z-index: 3;
    left: 1%;
    top: 50%;
    width: 3em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    list-style-type: none;
}
.slider-pagi__elem {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 1rem;
    height: 1rem;
    margin: .5rem;
    border-radius: 50%;
    border: 1px solid #fff;
    cursor: pointer;
}
.slider-pagi__elem:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.5rem;
    height: 0.5rem;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}
.slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.slider {
    z-index: 1;
    position: relative;
    height: 100%;
}
.slider.animating {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    will-change: transform;
}
.slider.animating .slide__bg {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    will-change: transform;
}

.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slide.active .slide__overlay,
.slide.active .slide__text {
    opacity: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slide__bg {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-size: cover;
    will-change: transform;
}

.slide__bg:before {
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0.01) 99%, rgba(255,255,255,0) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0.01) 99%,rgba(255,255,255,0) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0.01) 99%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.slide:nth-child(1) {
    left: 0;
}
.slide:nth-child(1) .slide__bg {
    left: 0;
    background-image: url("../images/header/trade.jpg");
}
.slide .slide__overlay-path {
    fill: #000;
}

.slide:nth-child(2) {
    left: 100%;
}
.slide:nth-child(2) .slide__bg {
    left: -50%;
    background-image: url("../images/header/tax.jpg");
}

.slide:nth-child(3) {
    left: 200%;
}
.slide:nth-child(3) .slide__bg {
    left: -100%;
    background-image: url("../images/header/business.jpg");
}

.slide:nth-child(4) {
    left: 300%;
}
.slide:nth-child(4) .slide__bg {
    left: -150%;
    background-image: url("../images/header/finance.jpg");
}

.slide__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slide__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    min-height: 100vh;
    -webkit-transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
    will-change: transform, opacity;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
}
@media (max-width: 991px) {
    .slide__overlay {
        display: none;
    }
}
.slide__overlay path {
    opacity: 0.5;
}
.slide__text {
    position: absolute;
    bottom: 25%;
    left: 50%;
    color: #40693b;
    text-shadow: 0px 4px 5px rgba(0,0,0,0.4), 0px 8px 10px rgba(0,0,0,0.2), 0px 10px 20px rgba(0,0,0,0.1);
    -webkit-transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
    transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
    will-change: transform, opacity;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    text-align: center;
}
@media (max-width: 767px) {
    .slide__text {
        display: none;
    }
}
.slide__text-heading {
    font-family: "Lato", Arial, Helvetica, Arial, sans-serif;
    font-size: 3.6rem;
    font-weight: 300;
}
@media (max-width: 1400px) {
    .slide__text-heading {
        font-size: 2.8rem;
    }
}

.tabs__content ul h3 {
    font-size: 1.4rem;
    margin-bottom: 0;
    margin-top: 8px;
    color: #40693B;
    font-weight: 300;
    width: 100%;
}

.banner-wrapper {
  width: 100%;
  position: relative;
}

.banner-wrapper .banner {
  width: 100%;
  height: 100%;
  background-image: url("../../assets/images/parallax/Freeport-Cropped-2.jpg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}

.banner-wrapper .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(29, 134, 239, 0.8);
}

footer {
  padding: 16px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(29, 134, 239, 0.8);
}

footer .footer-text {
  font-size: 14px;
  color: white;
  line-height: 1.4;
}

.text-center {
  text-align: center !important;
}

.pix-dark .text-heading-default, .pix-dark #pix-vertical-nav .pix-label, #pix-vertical-nav .pix-dark .pix-label, .pix-dark.text-heading-default, #pix-vertical-nav .pix-dark.pix-label, .pix-dark-hover:hover .text-heading-default, .pix-dark-hover:hover #pix-vertical-nav .pix-label, #pix-vertical-nav .pix-dark-hover:hover .pix-label, .pix-dark-hover:hover.text-heading-default, #pix-vertical-nav .pix-dark-hover.pix-label:hover {
  color: #fff !important;
}

h3, .h3 {
  font-size: 2.25rem;
  color: white;  
}

.pix-sliding-headline.pix-ready {
  opacity: 1;
}

.font-weight-bold {
  font-weight: 600 !important;
}

.text-center {
  text-align: center !important;
}

.pix-main-intro .pix-sliding-headline span, .pix-post-title span, .pix-main-intro h1 span {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  max-width: 100%;
}

.pix-sliding-headline .slide-in-container {
  -webkit-clip-path: polygon(0 -20%, 100% -20%, 120% 120%, 0% 120%);
  clip-path: polygon(0 -20%, 100% -20%, 120% 120%, 0% 120%);
}

.slide-in-container {
  overflow-y: hidden;
  display: inline-block !important;
  vertical-align: middle;
  position: relative;
  padding: 0.1em;
  margin: -0.1em;
}

.d-inline-block {
  display: inline-block !important;
  color: white;
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.02em;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}

#certs {
    margin:0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}


#certs #content{
    width: 100%;
    max-width: 1080px;
    margin: auto;
    padding: 20px;
    margin-bottom: 50px;
}

#certs header {
    
}

#certs footer {
    position: fixed;
    clear: both;
    bottom:0;
    left: 0;
    right:0;
    height: 50px;
}

#certs .certs-h1 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding: 50px 0;
    color: rgba(255,255,255,0.9);
    position: relative;
    z-index:1;
    margin:0;
}

#certs .sl {
}
#certs .links h2 {
    font-size: 24px;
    font-weight: normal;
    margin:0;
    display: block;
    margin-bottom: 20px;
    color: #1771c9;
}
#certs .links ul li {
    display: inline-block;
    padding: 15px;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 4px;
    float: left;
    width: 31%;
    margin-right: 10px;
    margin-bottom: 10px;
}

#certs .links ul li a{
    line-height: 1.5;
    margin: 0;
    padding: 0;
    display: block;
}