/*start loader*/
.loader{
    z-index: 999;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #000;
    overflow: hidden;
}
.blinder {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    flex: 1;
    transform-origin: top;
}
#xload{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50px;    
}
.cube{
    fill: #000;
    opacity: 0;
}
.tee{ 
    fill: #000;
}
.solution{
    fill: #fff;
}
.solutionLeft{
    fill: #0862a0;
}
.solutionRight{
    fill: #0f8ac3;
}
.solutionTop{
    fill: #111d5e;
}
/*end loader*/
/*start mouse*/
#cursor{overflow: hidden;
        z-index: 500;
        position: fixed;


}
.cursor{

    top:30px;
    left: 10px;
    width:30px;
    height: 30px;
    border: #53b8bb 2px solid;
    border-radius: 50%; 
    transition: all 200ms ease-out;
    pointer-events: none;
    animation: curAn .8s infinite alternate;
}
.cursorBtn{ 
    opacity: 0;
    z-index: 500;
    position: fixed;
    top:0;
    left: 10px;
    width: 8em;
    height: 8em;
    transform: rotate(-90deg);  
    background-image: url(../tiltdigitalstudio-img/mahodiscrolldown.png);
    background-size: 100% 100%;
    pointer-events: none;
}
.c--circle{
    overflow: hidden;
    z-index: 500;
    position: fixed; 
    top:30px;
    left: 10px;
    width:3px;
    height: 3px;
    background-color: #111d5e;
    pointer-events: none;
    transition: all 100ms ease-out;
    animation: curAn .8s infinite alternate;
}
#bgDark .c--circle{
    background-color: #fff;
}
@media only screen and (max-width: 900px) {
    .cursor{
        display: none;
    }
    .cursorBtn , .c--circle{

        display: none;
    }
}
/*end mouse*/
/*start footer*/
footer{
    padding-top: 6em;
}
footer h1{
    font-size: 12em;
    margin: .5em;
}
.ooter{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; 
    padding-bottom: 18em;
}
.cooter{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; 
    padding-top: 8em;
    padding-bottom: 8em;
}
.ootLink{
    margin-left: 75px;
    position: relative;
    top: 0;
    left: 0;
    width: auto; 
}
.ootLink h4{
    font-size: 10em;
    display: inline-block;
    color: #313131;
    text-shadow: 0px 0px 1px #313131;
    font-family: 'Outfit', sans-serif;
    font-weight: 500; 
}
.ootLink div{
    overflow: hidden; 
    width: auto; 

} 
.ootLink img{
    margin-top: 0;
    margin-left: 0em;
    display: inline-block;
    width: 100px;
    height: 100px; 
    transform: rotate(-40deg);
    transition: all .4s ease-in-out;
}
.ootLink:hover img{
    transition: all .4s ease-in-out;
    margin-left: .6em;
    transform:  rotate(-40deg) translateY(1em);
}
.ootCopy{
    margin-left: 45px;
    position: absolute;
    top:calc(100% - 4em);
    left: 0;
    height: auto;
    width: 300px; 
}
.enCopy p{ 
    margin: .1em;
    font-size:  1em;
}
#bgDark  p{ 
    color: #fff;
}
.ootAddress{
    margin-left: 45px;
    position: absolute;
    top:calc(100% - 14em);
    right: 0;
    height: auto;
    width: 300px;
}
.ootAddress h3{
    margin-left: 50px;
    width: 200px;
    font-size: 1em;
    margin-bottom: 1em;
    font-weight: 400;

    color: #212A3E;
    text-shadow: 0px 0px 1px #212A3E;
}
.ootAddress p{
    font-family: 'Outfit', sans-serif; 
    font-size: 1.1em;
    font-weight: 300;
}
.ootAddress ul{
    margin-top: 1.2em;
    margin-left: 50px;
    width: 200px;
    font-weight: 300;
}
.ootAddress  li{
    margin-top: .2em;
}
.ootAddress  a{
    margin-top: .3em;
    font-size: 1.1em;
    color: #212A3E; 
    font-weight: 300;

    transition: all .3s ease-in-out;
}

.ootAddress  a:hover{
    color: #999999;

    transition: all .3s ease-in-out;
}
#bgDark  .ootAddress  a{
    color: #fff;
}
#bgDark  .ootAddress  a:hover{
    color: red;
    transition: all .3s ease-in-out;
}
@media only screen and (max-width: 900px){
    .ootLink h4{
        font-size: 8em;
    }
    .ootLink img{ 
        width: 75px;
        height: 75px; 
    }
}
@media only screen and (max-width: 700px){
    .ootLink h4{
        font-size: 6em;
    }
    .ootLink img{ 
        width: 55px;
        height: 55px; 
    }
}
@media only screen and (max-width: 600px){
    .ootLink h4{
        font-size: 4em;
    }
    .ootLink img{ 
        width: 45px;
        height: 45px; 
    }
}
@media only screen and (max-width: 414px){

    .ootLink {
        margin-left: 25px;
    }
    .ootLink div{
        overflow: hidden;
        width: 100%;
    }
    .ootLink h4{
        font-size: 3.4em;
    }
}
.theNav{
    z-index: 100;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #c8ff00;
    background-image: url(../imgs/box.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom right;
    transition: all 0.4s ease-in-out;
}
#theMix{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    opacity: 0;
} 
.theNavshow{
    transition: all .25s linear;
    left: 0;
}
.theNavhide{ 
    transition: all .4s linear;
    left: 100%;
}
.nav_header{
    overflow: hidden;
    z-index: 50;
    position: absolute;
    top:0;
    height: 4em;
    width: 100%;
    padding-top: 25px; 
}
.navItem{
    z-index: 59;
    overflow: hidden;
    display: inline-block;
    position: relative;
    top:25%;
    left: 0;
    height: auto;
    width: auto;
    transform: translate(5em,-25%);
}
.navItem li {
    box-sizing: border-box;
    position: relative;
    top:0;
    left: 0;
    width: auto;
    height: auto;
}
.navItem li a{
    box-sizing: border-box;
    position: relative;
    top:0;
    left: 0;
    font-size: 6em; 
    font-weight: 700;
    color: #212A3E;
    line-height: 100%;
    font-family: 'Outfit', sans-serif;
    transition: all .6s linear;
}
.navItem li a:after
{
    opacity: .8;
    position: absolute;
    top:10%;
    left: 0%;   
    content: "";
    width: 100%;
    height: 80%;
    background-color: #c8ff00;
    transition: all .3s linear;
}
.navItem li a:before
{
    /*opacity: .8;*/
    position: absolute;
    top:calc(90% - 4px);
    left: -150px;   
    content: "";
    width: 150px;
    height: 2px;
    background-color: #212A3E;
    transition: all .3s linear;
}
.navItem:hover  a:after{
    transition: all .6s linear;
    opacity: .8;
}
.navItem li:hover  a:after{

    transition: all .4s ease-in-out; 
    opacity: 0;
}
.navItem li:hover  a:before{
    top:calc(90% - 4px);
    left: 0;   
    transition: all .4s ease-in-out;
}
.navSocial{
    overflow: hidden;
    display: inline-block;
    position: relative;
    top:-10%;
    left: 0;
    height: auto;
    width: auto;
    transform: translate(10em,10%);
}
.navSocial li a{
    position: relative;
    top:0;
    left: 0;
    font-size: 3em; 
    font-weight: 700;
    line-height: 120%;
    font-family: 'Outfit', sans-serif;
    color: #212A3E;
    padding-right: 35px;
}
.navSocial div{ 
    margin-top: 4em;
}
.navSocial div a{
    text-align: right;
    display: block;

    position: relative;
    top:0;
    left: 0;
    font-size: 1.3em; 
    font-weight: 700;
    line-height: 120%;
    font-family: 'Outfit', sans-serif;
    color: #212A3E;
    transition: all .2s ease-in-out;
}
.navSocial div a:hover{

    transition: all .2s ease-in-out;
    color:  #333333;
}
.navSocial li a:after
{
    overflow: hidden;
    opacity: .8;
    position: absolute;
    top:10px;
    right: 0;
    content: "";
    width: 35px;
    height: 35px;
    background-image: url(../imgs/teecubesolution-arrow-nav.png);
    background-size: cover;
    transition: all linear .2s;

}
.navSocial li:hover a:after{
    transition: all linear .2s;
    top:5px;
    right: -5px;
}
.navSocial li a:before
{
    /*opacity: .8;*/
    position: absolute;
    top:calc(94% - 4px);
    left: -100px;   
    content: "";
    width: 100px;
    height: 2px;
    background-color: #212A3E;
    transition: all .3s ease-in-out;
}
.navSocial li:hover  a:before{
    left: 0;   
    transition: all .3s ease-in-out;
}
/*BG Dark*/
#bgDark{
    background-color: #000;
}
.navRights{
    display: none;
}
@media only screen and (max-width: 1023px){
    .navItem li a{
        position: relative;
        top:0;
        left: 0;
        font-size: 4em; 
    }

    .navSocial{ 
        top:15%;
        left: 0; 
        transform: translate(10em,15%);

    }
    .navSocial li a{ 
        font-size: 2em; 
        font-weight: 300;
        line-height: 120%; 
        padding-right: 25px;
    }
    .navSocial li a:after
    { 
        top:10px; 
        width: 25px;
        height: 25px;
    }
    .navSocial div{ 
        margin-top: 2em;
    }
    .navSocial div a{
        margin-bottom: .2em;
        text-align: right;
        display: block; 
        font-size: 1em; 
        font-weight: 700;
    }

}
@media only screen and (max-width: 800px){
    .navItem li a{
        font-size: 3em; 
    }
}
@media only screen and (max-width: 600px){
    .navItem{
        top:5%; 
        transform: translate(2em,-5%);
    }
    .navItem li a{  
        font-size: 2.4em; 
    }
    .navSocial{
        display: block;
        top:15%;
        left: 0; 
        width: 80%;
        transform: translate(2em,-15%);
    }
} 
@media only screen and (min-width: 700px) and (max-height: 500px){
    .navItem{
        top:5%; 
        transform: translate(2em,-5%);
    }
    .navItem li a{ 
        font-size: 2em; 
    } 
    .navSocial{
        transform: translate(8em,10%);
    }
}
@media only screen and (min-width: 500px) and (max-height: 500px){
    .navItem{
        top: 0%; 
        transform: translate(2em,0); 
    }   
    .navItem li a{ 
        font-size: 2.4em; 
    } 
    .navSocial{ 
        top:15%;
        left: -10%; 
        transform: translate(10em,15%);
        overflow: hidden;
        display: inline-block;
        position: relative;
        height: auto;
        width: auto;
    }
}