/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : June 15, 2021, 09:45:45 PM
    Author     : maticm
*/

/*html{
    -ms-overflow-style: -ms-autohiding-scrollbar;
}*/

html {
    overflow-x: hidden;
}

body{
    font-family: 'Red Hat Display', sans-serif;
    font-size: 16px;
    color: #555555;
    background-color: #ffffff;
    overflow-x: hidden !important;
}

h1, h2, h3, p{
    margin: 0;
    padding: 0;
}

*:focus {
    outline: 0;
    outline: none;
}

a:focus {
    outline:none !important;
}

button:focus {
    outline:0;
}

img:focus {
    outline:0;
}

button{
    border: none;
}

a:hover{
    text-decoration: none;
}
a:focus{
    text-decoration: none;
}

img:focus {
    outline:none !important;
}

label{
    font-weight: normal;
    font-size: 13px;
}
.is-visible {
    display: block;
}
.topNav{
    height: 35px;
    width: 100%;
    max-width: 100%!important;
    background-color: #f2f2f2;
}
.social_icons{
    padding-top: 5px;
    padding-left: 5px;
}
.social_icons span{
    margin-left: 20px;
}
.social_icons span a img{
    height: 16px;
    width: 16px;
    margin-right: 10px;
    margin-top: -2px;
}
.social_icons a{
    color: #555555;
    line-height: 1.3;
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
}

.loginIcons{
    padding-top: 5px;
    padding-right: 40px;
    text-align: right;
}
.loginIcons span{
    margin-left: 20px;
}
.loginIcons span a img{
    height: 16px;
    width: 16px;
    margin-right: 10px;
    margin-top: -2px;
}
.loginIcons a{
    color: #555555;
    line-height: 1.3;
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    transition: all .3s;
}
.loginIcons a:hover{
    color: #e2b07d;
    transition: all .3s;
    opacity: 0.6;
}
.navbar.main-navbar{
    background-color: #ffffff;
    padding-bottom: 20px;
}
.main-navbar .nav>li>a {
    color: #555555;
    font-size: 12px;
    margin-right: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 2px;
    font-family: 'Mulish', sans-serif;
    font-weight: 800;
    transition: all .2s;
}
.main-navbar .nav>li:last-child>a{
    margin-right: 40px;
    background-color: #91b744;
    border: 1px solid #91b744;
    padding-left: 40px;
    padding-right: 40px;
    transition: all .2s;
    padding-bottom: 8px;
    color: #ffffff;
}
.main-navbar .nav>li:last-child>a:hover{
    background-color: #fff;
    color: #91b744;
}
.main-navbar .nav.navbar-right{
    margin-top: 20px;
}
.nav>li>a:hover, .nav>li>a:focus{
    color: #bebebe;
    background: none;
}
.navbar-brand>img {
    display: block;
    margin-top: 0px;
    margin-left: 25px;
    width: 250px;
    height: auto;
    transition: all .3s;
}
.main-navbar.navbar-shrink .nav>li>a {
    color: #555555;
    font-size: 12px;
    margin-right: 50px;
    padding-top: 8px;
    padding-bottom: 7px;
    font-family: 'Mulish', sans-serif;
    font-weight: 800;
    transition: all .2s;
}
.main-navbar.pageNav .nav>li>a {
    color: #242021;
}
.main-navbar.pageNav .nav>li:last-child>a{
    color: #fff;
}
.main-navbar.pageNav .nav>li:last-child>a:hover{
    color: #91b744;
}
.pageNav .dropdownLi li a{
    color: #000000;
}
.main-navbar.navbar-shrink .nav>li:last-child>a{
    margin-right: 30px;
    padding-bottom: 6px;
    padding-top: 7px;
    color: #fff;
}
.main-navbar.navbar-shrink .nav>li:last-child>a:hover{
    color: #91b744;
}
.navbar-shrink .navbar-nav>li>.dropdown-menu{
    margin-top: 15px;
}
.navbar-nav>li>.dropdown-menu{
    left: 10px;
}
.dropdown-menu{
    min-width: 200px;
    padding: 5px 10px;
}
.navbar.main-navbar.navbar-shrink{
    margin-top: 0px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    transition: all .3s;
    padding-bottom: 0;
}
.navbar-shrink .navbar-brand{
    padding-top: 5px;
    padding-bottom: 35px;
    margin-top: 20px;
    padding-left: 25px;
}
.navbar-shrink .navbar-brand>img{
    width: 180px;
}
.navbar.main-navbar .navbar-nav > li > a:focus{
    background-color: transparent;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
    background-color: transparent;
}
.main-navbar.navbar-shrink .nav>li>a:hover{
    color: #888888;
}
.dropdown-menu{
    background-color: #fff;
    box-shadow: none;
    border: none;
    left: 5px;
    padding-top: 10px;
}
.dropdownLi li{
    padding-bottom: 12px;
}
.dropdownLi{
    list-style: none;
    padding-left: 0px;
}
.dropdownLi li a{
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    color: #555555;
    transition: all .3s;
    font-size: 13px;
    letter-spacing: 1.5px;
}
.dropdownLi li a:hover{
    color: #bebebe;
}
.caret{
    padding-bottom: 2px;
}
.navbar-shrink .dropdown-menu{
    background-color: #fff;
    -webkit-box-shadow:0px 13px 8px rgb(0 0 0 / 10%)
        box-shadow: 0px 13px 8px rgb(0 0 0 / 10%)
        padding-top: 15px;
}
.navbar-shrink .dropdownLi li{
    padding-bottom: 8px;
}
.navbar-shrink .dropdownLi li a{
    color: #555555;
    transition: all .2s;
}
.navbar-shrink .dropdownLi li a:hover{
    color: #bebebe;
}
.navbar-mobile__content{
    display: none;
}

.btn-landing{
    background: #91b744;
    font-family: "Mulish", sans-serif;
    border: none;
    height: 52px;
    width: 100%;
    border-radius: 2px;
    border: solid 2px #91b744;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    transition: .3s;
    float:right;
    line-height: 3;
    letter-spacing: 1px;
}

.btn-landing:hover{
    color: #91b744;
    background: none;
}

.header{
    height: 95vh;
    position: relative;
    margin-left: 40px;
    margin-right: 40px;
}
.headerImage{
    background-image: url(../images/header-min.png);
    height: 95vh;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0px;
    top: 0;
    width: 100%;
}

.headerBox{
    position: absolute;
    left: 0;
    width: 40%;
    background-color: #f6f6f6;
    bottom: 0%;
    padding-top: 40px;
    padding-left: 45px;
    padding-bottom: 40px;
    padding-right: 45px;
}
.headerBox .title{
    color: #555555;
    font-size: 48px;
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 20px;
}
.headerBox .subtitle{
    color: #555555;
    font-size: 16px;
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.headerBox .paragraph{
    color: #0d1e33;
    font-size: 24px;
}
.libre{
    font-family: "Libre Baskerville", sans-serif;
    font-style: italic;
    font-weight: 400;
}

.about{
    background-color: #ffffff;
}
.aboutImageBox{
    margin-left: -120px;
    margin-top: 80px;
    margin-right: 20px;
}
.aboutImageBox img{
    width: 100%;
    height: auto;
}
.aboutBody{
    margin-top: 130px;
    margin-bottom: 150px;
}
.aboutBody .subtitle{
    font-size: 14px;
    font-family: "Mulish", sans-serif;
    letter-spacing: 0.88px;
    color: #91b744;
    margin-bottom: 10px;
    font-weight: 800;
}
.aboutBody .title{
    font-family: "Libre Baskerville", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 36px;
    color: #555555;
    margin-bottom: 10px;
}
.aboutBody .body{
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #545454;
    line-height: 1.63;
}
.sweetLine{
    width: 25px;
    border-bottom: solid 1px #979797;
    margin-bottom: 20px;
}
.services{
    margin-top: 70px;
    margin-bottom: 50px;
}
.serviceImageBox{
    margin-right: -120px;
    margin-top: 80px;
    margin-left: 20px;
}
.serviceImageBox img{
    width: 100%;
    height: auto;
}
.serviceBody{
    margin-top: 200px;
    margin-bottom: 150px;
}
.serviceBody .subtitle{
    font-size: 14px;
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    letter-spacing: 0.88px;
    color: #91b744;
    margin-bottom: 10px;
}
.serviceBody .title{
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    font-size: 36px;
    color: #555555;
    margin-bottom: 10px;
}
.serviceBody .body{
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #545454;
    line-height: 1.63;
}
.serviceImageBox2{
    margin-left: -120px;
    margin-top: 30px;
    margin-right: 20px;
}
.serviceImageBox2 img{
    width: 100%;
    height: auto;
}
.serviceBody2{
    margin-top: 150px;
    margin-bottom: 180px;
}
.serviceBody2 .subtitle{
    font-size: 14px;
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    letter-spacing: 0.88px;
    color: #91b744;
    margin-bottom: 10px;
}
.serviceBody2 .title{
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    font-size: 36px;
    color: #555555;
    margin-bottom: 10px;
}
.serviceBody2 .body{
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #545454;
    line-height: 1.63;
}
.serviceBody2 ul{
    padding-left: 20px;
}

.serviceCards{
    margin-top: 80px;
    margin-bottom: 120px;
}
.serviceCard{
    padding-bottom: 20px;
}
.serviceCard .serviceIcon{
    margin-bottom: 10px;
}
.serviceCard .serviceIcon img{
    height: 30px;
    width: 30px;
}
.serviceCard .title{
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    color: #555555;
    margin-bottom: 5px;
}
.serviceCard .text{
    font-weight: 400;
    font-family: "Mulish", sans-serif;
}

.footer{
    background-color: #dfdfdf;
    padding-top: 120px;
    padding-bottom: 10px;
}
.footerLogo{
    height: 100%;
    width: 100%;
    margin-bottom: 20px;
}
.subpageLinks{
    margin-top: 0px;
    list-style: none;
    padding-left: 0;
}
.subpageLinks li a{
    color: #555555;
    font-size: 14px;
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    transition: all .3s;
}
.subpageLinks li a:hover{
    color: #888888;
}
.footer .payments{
    margin-top: 5px;
}
.footer .payments img{
    margin-right: 10px;
}

.footerLogo img{
    height: 100%;
    width: auto;
}
.footer .copyright{
    color: #838383;
    font-size: 12px;
    line-height: 1.5;
}
.footerText .title{
    line-height: 1.58;
    color: #555555;
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 25px;
}
.footerAdd{
    padding-top: 40px;
}
.footerAdd img{
    max-width: 100%;
    height: auto;
    width: 100%;
}
.fundText{
    color: #555555;
    font-size: 13px;
    padding-bottom: 10px;
}
.footerB{
    font-size: 12px;
    background-color: #b7b7b7;
    color: #ffffff;
    padding-top: 6px;
    padding-bottom: 6px;
}
.footerB a{
    color: #ffffff;
    transition: all .3s;
}
.footerB a:hover{
    color: #ffffff54;
}
.question .title{
    color: #555555;
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    margin-bottom: 15px;
}
.question .body{
    color: #555555;
}
.question .body p{
    color: #555555;
    text-decoration: underline;
}
.question .body a{
    color: #555555;
}
.question .icons img{
    margin-right: 30px;
}


.customPageBody{
    margin-top: 20vh;
}
.card{
    padding-bottom: 100px;
}
.card h1{
    font-size: 36px;
    margin-bottom: 40px;
    font-family: 'Mulish', sans-serif;
    font-weight: 800;
    color: #555555;
}
.card h2{
    font-size: 24px;
    margin-bottom: 50px;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
}
.card p{
    font-size: 14px;
}
.card ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 40px;
}
.card ul li{
    display: inline-block;
}
.card ul li a{
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    display: block;
    transition: all .3s;
    display: block;
    text-align: center;
    max-width: 100%;
    font-size: 16px;
    color: #555555;
}
.card ul li a:hover{
    color: #91b744;
}
.cta-home img{
    height: 50px;
    margin-bottom: 60px;
}

.serviceHeader{
    min-height: 95vh;
    position: relative;
    margin-bottom: 50px;
    margin-right: 40px;
}
.serviceText{
    margin-top: 35vh;
    background-color: #ffffff;
    margin-right: -150px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.serviceText h2{
    color: #555555;
    font-size: 16px; 
    margin-bottom: 10px;
    font-family: "Mulish", sans-serif;
}
.serviceText h1{
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    font-size: 45px;
    color: #555555;
    margin-bottom: 60px;
}
.serviceText p{
    font-family: "GilroyLight", sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 1.9;
    margin-bottom: 10px;
}
.serviceImage{
    height: 90vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0px;
    top: 0;
    width: 55%;
    z-index: -1;
}
.servicePageBody{
    margin-top: 80px;
}

.servicePageBody .subtitle{
    font-size: 14px;
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    letter-spacing: 0.88px;
    color: #91b744;
    margin-bottom: 10px;
}
.servicePageBody .title{
    font-family: "Libre Baskerville", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 36px;
    color: #555555;
    margin-bottom: 10px;
}
.servicePageBody .body{
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #545454;
    line-height: 1.63;
}
.steps{
    margin-top: 100px;
    margin-bottom: 20px;
}
.steps h2{
    color: #555555;
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 70px;
}
.icon{
    text-align: center;
}
.icon .text{
    color: #555555;
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    font-size: 16px;
    margin-top: 30px;
}
.arrow{
    text-align: center;
}
.arrow img{
    height: 25px;
    margin-top: -100px;
}
.rotatedArrow img{
    height: 80px;
    margin-top: -115px;
}
.double{
    width: 18%;
    display: inline-block;
}
.single{
    width: 8%;
    display: inline-block;
}
.stepsIcons{
    margin-bottom: 60px;
}

.pageBody{
    margin-top: 180px;
    margin-bottom: 100px;
}
.pageBody h1{
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    color: #555555;
    font-size: 36px;
    margin-top: 30px;
    margin-bottom: 70px;
}
.pageBody .body{
    line-height: 1.69;
    color: #555555;
    margin-top: 35px;
}
.pageBody .body a{
    color: #91b744;
    transition: all .3s;
}
.pageBody .body a:hover{
    color: #888888;
}
.formTitle{
    margin-bottom: 15px;
    font-family: 'Mulish', sans-serif;
    font-weight: 800;
    font-size: 18px;
}
.form-control{
    max-width: 100%;
}
.requiredCheckbox{
    background-color: #ffe5e5;
}
.successMessage{
    font-size: 16px;
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ecf3df;
    margin-bottom: 10px;
}
#gdpr-cookie-message {
    display: block;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #051824;
    padding: 10px 20px;
    text-align: center;
}
#gdpr-cookie-message h4,
#gdpr-cookie-message p {
    color: #ffffff;
    display: inline-block;
    margin: 0;
    font-size: 13px;
    padding-right: 15px;
}
#gdpr-cookie-message h4 {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
}
#gdpr-cookie-message p a {
    color: #0064a7;
    text-decoration: underline;
    padding-left: 5px;
}
#gdpr-cookie-message button {
    margin: 0 10px;
    background-color: #FFFFFF;
    border: none;
    padding: 5px 10px;
    color: #000;
    font-size: 13px;
}
#gdpr-cookie-message button#gdpr-cookie-advanced {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}
#gdpr-cookie-message button:hover {
    opacity: 0.7;
}
#gdpr-cookie-message button#gdpr-cookie-advanced:hover {
    opacity: 0.7;
}
#gdpr-cookie-types h5 {
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
}
#gdpr-cookie-types ul li {
    list-style: none;
    color: #fff;
    display: inline-block;
    padding: 5px;
    font-size: 13px;
}

/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
    0% {transform: scale(1);}
    50% {transform: scale(1.5);}
    100% {transform: scale(1);}
}
@keyframes zoomin {
    0% {transform: scale(1);}
    50% {transform: scale(1.5);}
    100% {transform: scale(1);}
} /*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
    0% {transform: scale(1);}
    50% {transform: scale(0.67);}
    100% {transform: scale(1);}
}
@keyframes zoomout {
    0% {transform: scale(1);}
    50% {transform: scale(0.67);}
    100% {transform: scale(1);}
}/*End of Zoom out Keyframes */
@keyframes beat{
    to { transform: scale(1.2); }
}

.grid {
    max-width: 69em;
    list-style: none;
    margin: 30px auto;
    padding: 0;
}

.grid li {
    display: block;
    float: left;
    padding: 7px;
    width: 33%;
    opacity: 0;
}

.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
    opacity: 1;
}

.grid li a,
.grid li img {
    outline: none;
    border: none;
    display: block;
    max-width: 100%;
}

/* Effect 1: opacity */
.grid.effect-1 li.animate {
    -webkit-animation: fadeIn 0.65s ease forwards;
    animation: fadeIn 0.65s ease forwards;
}

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

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

/* Effect 2: Move Up */
.grid.effect-2 li.animate {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
    0% { }
    100% { -webkit-transform: translateY(0); opacity: 1; }
}

@keyframes moveUp {
    0% { }
    100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}

/* Effect 3: Scale up */
.grid.effect-3 li.animate {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: scaleUp 0.65s ease-in-out forwards;
    animation: scaleUp 0.65s ease-in-out forwards;
}

@-webkit-keyframes scaleUp {
    0% { }
    100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes scaleUp {
    0% { }
    100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}

/* Effect 4: fall perspective */
.grid.effect-4 {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.grid.effect-4 li.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    -webkit-animation: fallPerspective .8s ease-in-out forwards;
    animation: fallPerspective .8s ease-in-out forwards;
}

@-webkit-keyframes fallPerspective {
    0% { }
    100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

@keyframes fallPerspective {
    0% { }
    100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

/* Effect 5: fly (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-5 {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.grid.effect-5 li.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50% -300px;
    transform-origin: 50% 50% -300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-animation: fly .8s ease-in-out forwards;
    animation: fly .8s ease-in-out forwards;
}

@-webkit-keyframes fly {
    0% { }
    100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}

@keyframes fly {
    0% { }
    100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
}

/* Effect 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-6 {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.grid.effect-6 li.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: rotateX(-80deg);
    transform: rotateX(-80deg);
    -webkit-animation: flip .8s ease-in-out forwards;
    animation: flip .8s ease-in-out forwards;
}

@-webkit-keyframes flip {
    0% { }
    100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}

@keyframes flip {
    0% { }
    100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
}

/* Effect 7: helix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-7 {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.grid.effect-7 li.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-animation: helix .8s ease-in-out forwards;
    animation: helix .8s ease-in-out forwards;
}

@-webkit-keyframes helix {
    0% { }
    100% { -webkit-transform: rotateY(0deg); opacity: 1; }
}

@keyframes helix {
    0% { }
    100% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); opacity: 1; }
}

/* Effect 8:  */
.grid.effect-8 {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.grid.effect-8 li.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-animation: popUp .8s ease-in forwards;
    animation: popUp .8s ease-in forwards;
}

@-webkit-keyframes popUp {
    0% { }
    70% { -webkit-transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; }
    100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes popUp {
    0% { }
    70% { -webkit-transform: scale(1.1); transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
    100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}

@media screen and (max-width: 900px) {
    .grid li {
        width: 50%;
    }
}

@media screen and (max-width: 400px) {
    .grid li {
        width: 100%;
    }
}