@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
    line-height: 18px;
}



html {
    box-sizing: border-box;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
:after,
:before {
    box-sizing: inherit;
}

a:focus {
    outline: 0;
    outline: 0 -webkit-focus-ring-color;
    outline-offset: -2px;
}

a,
a:active,
a:hover,
input,
select {
    outline: 0;
}


a {
    text-decoration: none;
}

/***** TITLE  ***/
.loader {
    color: #fff;
    font-family: Consolas, Menlo, Monaco, monospace;
    font-weight: normal;
    font-size: 14px;
    opacity: 0.8;
    text-align: center;
    margin-top: 20vh;
}

.loader span {
    display: inline-block;
    -webkit-animation: pulse .6s alternate infinite ease-in-out;
    animation: pulse 0.4s alternate infinite ease-in-out;
}

.loader span:nth-child(odd) {
    -webkit-animation-delay: 0.4s;
    animation-delay: .6s;
}

@-webkit-keyframes pulse {
    to {
        transform: scale(0.8);
        opacity: 0.5;
    }
}

@keyframes pulse {
    to {
        transform: scale(0.8);
        opacity: 0.5;
    }
}

/***AMIM LOGO   ****/

body {
    background-color: #383838;
    overflow: hidden;
}

.container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 300px;
    margin: -175px 0 0 -100px;
    transform: rotateX(50deg) rotateZ(45deg);
}

.lego {
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    width: 100px;
    -webkit-animation: legoMoves 6s cubic-bezier(0.54, 0.09, 0.86, 0.36) infinite;
    animation: legoMoves 6s cubic-bezier(0.54, 0.09, 0.86, 0.36) infinite;
}

.lego:before,
.lego:after {
    content: "";
    position: absolute;
}

.lego:before {
    top: 100%;
    left: 0;
    height: 60px;
    width: 100px;
    transform: skewX(45deg) translate(30px, 0);
}

.lego:after {
    height: 100px;
    width: 60px;
    top: 0;
    right: 0;
    transform: skewY(45deg) translate(60px, -30px);
}

.lego .circles {
    position: absolute;
    left: 50%;
    height: 30px;
    width: 30px;
    margin: -22.22222222px 0 0 -22.22222222px;
}

.lego .circles:before,
.lego .circles:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.lego .circles:before {
    left: -24.33px;
}

.lego .circles:after {
    right: -24.33px;
}

.lego .circles-1 {
    top: 25%;
}

.lego .circles-2 {
    top: 75%;
}

.lego-4 {
    background-color: #f9eb2f;
    -webkit-animation-delay: 4.8s;
    animation-delay: 4.8s;
}

.lego-4:before {
    background-color: #eede07;
}

.lego-4:after {
    background-color: #bdb005;
}

.lego-4 .circles:before,
.lego-4 .circles:after {
    background-color: #f9eb2f;
    box-shadow: 6px 6px 0px 1px #bdb005;
}

.lego-3 {
    background-color: #63d2f3;
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s;
}

.lego-3:before {
    background-color: #34c4ef;
}

.lego-3:after {
    background-color: #11b0df;
}

.lego-3 .circles:before,
.lego-3 .circles:after {
    background-color: #63d2f3;
    box-shadow: 6px 6px 0px 1px #11b0df;
}

.lego-2 {
    background-color: #9ed027;
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.lego-2:before {
    background-color: #7da51f;
}

.lego-2:after {
    background-color: #5d7a17;
}

.lego-2 .circles:before,
.lego-2 .circles:after {
    background-color: #9ed027;
    box-shadow: 6px 6px 0px 1px #5d7a17;
}

.lego-1 {
    background-color: #eb413b;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.lego-1:before {
    background-color: #dc1d17;
}

.lego-1:after {
    background-color: #ae1712;
}

.lego-1 .circles:before,
.lego-1 .circles:after {
    background-color: #eb413b;
    box-shadow: 6px 6px 0px 1px #ae1712;
}

.lego-0 {
    background-color: #ff9d52;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.lego-0:before {
    background-color: #ff801f;
}

.lego-0:after {
    background-color: #eb6600;
}

.lego-0 .circles:before,
.lego-0 .circles:after {
    background-color: #ff9d52;
    box-shadow: 6px 6px 0px 1px #eb6600;
}

@-webkit-keyframes legoMoves {

    0%,
    4.166%,
    95.795%,
    100% {
        transform: translate(0, 0);
        z-index: 10;
    }

    8.33% {
        transform: translate(100px, 0);
        z-index: 10;
    }

    23.3% {
        transform: translate(100px, 0);
        z-index: 40;
    }

    24.99% {
        transform: translate(100px, 100px);
        z-index: 50;
    }

    41.66% {
        transform: translate(100px, 100px);
        z-index: 60;
    }

    45.815%,
    54.145% {
        transform: translate(100px, 200px);
        z-index: 60;
    }

    58.31% {
        transform: translate(0, 200px);
        z-index: 60;
    }

    72.9025% {
        transform: translate(0, 200px);
        z-index: 30;
    }

    74.97% {
        transform: translate(0, 100px);
        z-index: 20;
    }

    91.63% {
        transform: translate(0, 100px);
        z-index: 10;
    }
}

@keyframes legoMoves {

    0%,
    4.166%,
    95.795%,
    100% {
        transform: translate(0, 0);
        z-index: 10;
    }

    8.33% {
        transform: translate(100px, 0);
        z-index: 10;
    }

    23.3% {
        transform: translate(100px, 0);
        z-index: 40;
    }

    24.99% {
        transform: translate(100px, 100px);
        z-index: 50;
    }

    41.66% {
        transform: translate(100px, 100px);
        z-index: 60;
    }

    45.815%,
    54.145% {
        transform: translate(100px, 200px);
        z-index: 60;
    }

    58.31% {
        transform: translate(0, 200px);
        z-index: 60;
    }

    72.9025% {
        transform: translate(0, 200px);
        z-index: 30;
    }

    74.97% {
        transform: translate(0, 100px);
        z-index: 20;
    }

    91.63% {
        transform: translate(0, 100px);
        z-index: 10;
    }
}

.footer-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;

}

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

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

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



p {
    margin: 0 0 5px 0;
    padding: 0;
}




/* @import "menu";*/
body {
    overflow-x: hidden;
    color: #000;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.theme-color {
    color: #FF634B !important;
}


.footer {
    text-align: center;
    position: relative;
    margin-top: 60vh;
}

.footer .logo {
    padding-top: 10px;
    text-align: center;
    color: white;
    font-family: 'Vibes', sans-serif;
    font-size: 30px;
}

.footer .baseline {
    color: lightgray;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 10px;
}

.footer nav {
    padding-bottom: 20px;
    text-align: center;
}

.footer a {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
}

.footer a:not(:last-child) {
    display: inline-block;
    padding: 0 16px 0 0;
    margin: 0;
}

/* white animated link*/
.animated-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: white;
    transition: width .3s;
}

.animated-link:hover::after {
    width: 100%;
}