/*

Pixel pusher, exploring creativity as a tool
full names: tshidiso brandon sibiya
alies: @stbrandon
handler :@stbrandondoncanvas
phone: +27 (0) 65 848 7526
email: tshidisosibiya@gmail.com
website : www.tiltdigitalstudio.com
email hello@tiltdigitalstudi.com
handler :@tiltds
*/


.heading{
    background: none;
}
.heading #nav-list li a{
    color:  rgba(255,255,255,.8);
}
.heading #nav-logo{
    background-image: url(../images/rbelogowhite.png);
}
.heading #nav-list li a:hover{
    color: #25ddcf;
}
.coverPage{
    position: relative;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;  
    max-height: 800px;
}
#nav-left{
    right: 14em;
    /*    width: 8em;
        height: 6em;*/
}
#nav-right{
    right: 6em;
    /*    width: 8em;
        height: 6em;*/
}
.snav{
    z-index: 99;
    width: 8em;
    height: 6em;
    bottom: 4em;
    position: absolute; 

    color:  black;
    cursor: pointer;
}
#nav-right img,#nav-left img{
    width: 100%;
    height: 100%;

    opacity: 0.6;

    -webkit-transition: all 0.4s  ease-in-out;
    -moz-transition: all 0.4s  ease-in-out;
    -o-transition: all 0.4s  ease-in-out;
    transition: all 0.4s ease-in-out;
}
#nav-right:hover img,#nav-left:hover img{ 
    opacity: 0.9;

    -webkit-transition: all 0.4s  ease-in-out;
    -moz-transition: all 0.4s  ease-in-out;
    -o-transition: all 0.4s  ease-in-out;
    transition: all 0.4s ease-in-out;
}
/**/
.slide{
    z-index: 97;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%; 
    background-color: #000;
}
#slideshow { 
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;  
    width: 100%; 
    height: 100%; 
    overflow:hidden;
    -webkit-transition: all 0.8s  ease-in-out;
    -moz-transition: all 0.8s  ease-in-out;
    -o-transition: all 0.8s  ease-in-out;
    transition:all .8s ease-in-out;
    border-style: none ; 
}
#slideshow:hover{
    opacity:1;
}
.scroll{ 
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}
#slideshow a{ 
    z-index: 20;
    width: auto;
    height: auto;
    display: inline-block;
}
.imegs{
    position: absolute; 
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: auto;
}
.imegs img{
    z-index: 10;
    min-width: 100%;
    height: auto;
}
.imegs::after { 
    z-index: 100;
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(127, 95, 101,.3);
}
.scont{
    z-index: 15;
    width: 80%;
    height: auto;
    position: absolute; 
    top: 80%;
    left: 10%;    
    transform: translateY(-70%);
}
.slide_text h1{ 
    z-index: 15;
    width: auto;
    height: auto;
    position: absolute;
    bottom: .1em;
    left: 0;
    font-weight:900;
    font-size: 8em;
    color: #fff;
    transition: all 1s ease-in-out;
}
.slide_text h1::after{
    position: absolute;
    content: " ";
    top: 2px;
    left: -2px;
    width: 60px;
    height: 4px; 
    background-color: #25ddcf;
}
.slide_text p{ 
    z-index: 15;
    width: auto;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight:300;
    font-size: 3em;
    transition: all 1s ease-in-out;
    color: #fff;
}
@media only screen and (max-width : 1090px) {
    .slide_text h1{   
        font-size: 6em;
    }
    .slide_text p{   
        font-size: 2.6em;
    }
}
@media only screen and (max-width : 900px) {
    .scont{ 
        top: 70%;
    }
    .slide_text h1{   
        font-size: 5.4em;
    }
    .slide_text p{   
        font-size: 2.4em;
    }
}
@media only screen and (max-width : 800px) {
    .slide_text h1{   
        font-size: 5em;
    }
    .slide_text p{   
        font-size: 2em;
    }
}
@media only screen and (max-width : 700px) {
    .scont{
        left: 5%;
        width: 90%; 
        top: 70%;
    }
    .slide_text h1{   
        font-size: 4em;
    }
    .slide_text p{   
        font-size: 1.8em;
    }
    #nav-left{
        right: 8em; 
    }
    #nav-right{
        right: 3em; 
    }
    .snav{
        z-index: 99;
        width: 6em;
        height: 4em;
        bottom: 2em;
    }
}
@media only screen and (max-width : 500px) {
    .scont{
        left: 5%;
        width: 90%; 
        top: 70%;
    }
    .slide_text h1::after{
    position: absolute;
    content: " ";
    top: -.4em;
    }
    .slide_text h1{  
        text-align: left; 
        bottom: .4em;
        font-size: 4em;
        line-height: 80%;
    }
    .slide_text p{   
        font-size: 1.2em;
    }
}
@media only screen and (max-width : 400px) {
    .scont{
        left: 2%;
        width: 96%; 
        top: 70%;
    }
    .slide_text h1{  
        bottom: .4em;
        font-size: 3.2em;
    }
    .slide_text p{   
        font-size: 1.2em;
    }
}
/*start loading*/
#gig_loading{
    z-index: 599;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%; 
    background-color: #202040;
    transition: all 0.8s ease-in-out;
}
#gig_loading_slide1{
    z-index: 201;
    position: absolute;
    top:-100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.8s ease-in-out;
    background: #202040;
}
#gig_loading_slide{
    z-index: 200;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.8s ease-in-out;
    background: #fff;
}
.loadP{
    position: absolute;
    top: calc(100% - 4em);
    left: calc(100% - 300px);
    font-size: 1.2em;
    color: #202040;
}
/*end loading*/
/*start footer*/
footer{
    padding-top: 1em;
    padding-bottom: 1em;
}
.coverSocial{
    overflow: hidden;
    position: relative; 
    top:0;
    left: 0;
    width:100%; 
    height: auto;
} 
.cover-socialnet{
    z-index: 5;
    display: inline-block; 
    position: relative; 
    top:0;
    left: 0;
    width: auto;
    height: auto; 
    margin-left: 8em; 
}
.cover-socialnet li{
    display: inline-block; 
    position: relative; 
    top:0;
    left: 0;
    top: 0;
    width: 3em;
    height: 2.9em;
    margin: .2em;
}
.cover-socialnet li a{
    position: absolute;
    top:0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.cover-socialnet li:nth-child(1){
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../imgs/tiltdigitalstudio_facebook.png);
}
.cover-socialnet li:nth-child(2){
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../imgs/tiltdigitalstudio_instagram.png);
}
.cover-socialnet li:nth-child(3){
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../imgs/tiltdigitalstudio_twitter.png);
}
.cover-socialnet li:nth-child(4){
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../imgs/tiltdigitalstudio_googleplus.png);
}
.cover-design{
    float: right;
    display: inline-block; 
    position: relative; 
    top:0;
    left: 0;
    width: auto;
    height: auto; 
    padding-top: 1em;
    margin-right: 2em;
}
.cover-design p{
    display: inline-block; 
}
.cover-copyright{
    display: inline-block; 
    position: relative; 
    top:0;
    left: 0;
    margin-right: 10em;
}
@media only screen and (max-width : 1023px) {
    .cover-socialnet{
        margin-left: 6em;
    }
    .cover-copyright{
        margin-right: 4em;
    }
}
@media only screen and (max-width : 900px) {
    .cover-socialnet{
        margin-left: 4em;
    }
    .cover-copyright{
        margin-right: 2em;
    }
}
@media only screen and (max-width : 800px) {
    .cover-socialnet{
        width: 100%;
        margin-bottom:.4em; 
    }
    .cover-design{
        margin: 0;
        right: 5%;
        width: 96%; 
    } 
}
/*end footer*/
/*contact page*/
.contactSec{
    margin-top: 10em;
    position: relative;
    top:0;
    left: 0;
    width: 100%;
    height: auto; 
    text-align: center;
}
.map{
    position: relative;
    top: 0;
    right: 0; 
    height: 30em; 
    margin-top: 2em;
}
.details-ul   h3{
    margin-top: .8em;
    margin-bottom: .6em;
    margin-left: 1em;

    font-size: 1.3em;
}
.details-ul   h4{
    margin-top: .8em; 
    margin-left: 1em;
    font-size: 1.2em;
}
.details-ul    p{
    margin-top: .1em;
    margin-bottom: .1em;
    margin-left: 1em;
    font-size: 1.1em;
}
.the--kontact{
    display: inline-block;
    position: relative;
    top: 0;
    right: 0; 
    height: auto;
    width: calc(50% - 5em);
    margin: 2em;
    text-align: left;
}
/*contact page*/
.contact--form{ 
    position: relative; 
    top:0;
    left: 0;
    text-align: center;
}
.contact--form form{ 
    position: relative; 
    top:0;
    left: 0;}
.contact--form h1{
    margin: 1em;
    text-align: left;
    font-size: 2em;
}
.ftext{ 
    position: relative; 
    top:0;
    left: 0;
    width: 90%;
    height: 3em;  
    color: #000; 
    background-color: #eeeeee;
    margin-left: .2em;
    margin-bottom: 1em;
    border-radius: .3em;
    padding: .2em;
} 
.farea{  
    width: 90%; 
    height: 5em;
    border-radius: .3em;
    padding: .2em;
}
.fbutton{
    margin: .4em auto;
    position: relative;
    top: 0;
    left: 0;
    width: 8em;
    height: 2em;
    padding: 1em;
    background-color: #eeeeee;
    line-height: 2em;
    border-radius: .3em;
}
.fbutt{
    cursor: pointer;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-weight: 900; 
}
.contact--form  form .xmsg{
    margin: .3em auto;
    color: #fff;
    width: 100%;
    height: auto;
    min-height: 2em;
}
.contact--form  form .xmsg p{
    position: relative;
    left: 2em;
    width: 90%;
    text-align: left;
    margin: 0.5em auto;
    color:  #000;
    font-size: 1em;
}
#ixshow_load{
    display: none;
    position: absolute;
    top: -1em;
    left: 1em;
    width: 1.5em;
    height: 1.5em;
    border-bottom: #25ddcf 0.2em solid;
    border-radius: 100%;
    transform:rotate(0deg);
    -webkit-animation: rotating_load 2s linear infinite;
    transition: all 0.4s ease-in-out;
}
#show_load{
    z-index: 10;
    position:absolute;
    top:5%;
    left: -.5em;
    width: 60%;
    height:auto;
    min-height: 90%;
    max-height: 90%;
    overflow: auto;
    background: #25ddcf;
    border-radius: 0.3em;
    transition: all 0.2s ease-in-out;
}
#show_load div{
    position:absolute;
    top:48%;
    left: 48%;
    width: 2em;
    height: 2em;
    border-bottom: 0.2em solid rgba(255,255,255,.8);
    transform:rotate(0deg);
    border-radius: 100%;
    -webkit-animation: rotating_load 2s linear infinite;
    transition: all 0.4s ease-in-out;
    transition: display 0.6s ease-in-out;
}
@-webkit-keyframes  rotating_load {
    25%{
        border-bottom:0.2em solid #25ddcf ;
    }
    50%{
        border-bottom:0.2em solid #25ddcf;
    }
    50%{
        border-bottom:0.2em solid #25ddcf;
    }
    75%{
        border-bottom:0.2em solid #25ddcf;
    }
    100%{
        border-bottom:0.2em solid #25ddcf;
        transform:rotate(360deg);
    }
}
.hide_load{

    transition: all 0.2s ease-in-out;
    animation: hide_load .6s linear;
    -webkit-animation: hide_load .6s linear;
    transform: scale(0);
}
@-webkit-keyframes  hide_load {
    from{
        transform: scale(1);
    }
    to{
        transform: scale(0);
    }}
.show_load{

    transition: all 0.4s ease-in-out;
    transform: scale(1);
    opacity: 1;
    animation: show_load 0.4s linear;
    -webkit-animation: show_load 0.4s linear;
}
@-webkit-keyframes  show_load {
    from{
        transform: scale(0);
    }
    to{
        transform: scale(1);
    }}
@media only screen and (max-width : 763px) {
    
    .contactSec{
    margin-top: 8em;
    }
    .the--kontact{  
        width: calc(100% - 2em);
        margin: 2em auto; 
    }
    .the--address{
        width: 80%;
        margin: 0 auto;
    }
}
@media only screen and (max-width : 600px) {
    .the--kontact{   
        margin: 0em auto; 
    }
    
}