#load_site{
    z-index: 999;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: #303131;
    /*    background-attachment: fixed;*/
    background-size: 4em 4em;
    margin: 0;
    padding: 0;
    transition: all 0.8s ease-in-out;

}

#load_bg{

    z-index: 50;
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    height: 100%;
    background-color: #f1f1f1; 
    transition: all 0.8s ease-in-out;  
}
#load_spinner{
    z-index: 50;
    overflow: hidden;
    position: relative;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align: center;

}
#load_spinner ul{
    position: absolute;
    bottom: 1em;
    right: 2em;
    height: 4em;
    margin: 1em;
    display: block;
}
#load_spinner ul li{
     position: relative;
    top:0;
    left: 0;
    font-weight: 900;
    margin: 0.1em;
    display: inline-block;
      font-size: 2em;    
    transition: all 0.8s ease-in-out;  
    color:#f1f1f1;
}

@media all and (max-width: 600px) {
    #load_spinner ul li{
        font-size: 1.6em;  
    }
}
@media all and (max-width: 360px) {
    #load_spinner ul li{
        font-size: 1.2em;  
    }
}
#load_spinner .load_a div{
    position: relative;
    top:0;
    left: 0;
    width: 2em;
    height: 2em;
    background:#f1f1f1;
    border-radius: 100%;
    margin-top: 4em;
    margin-left: 4em;
    animation: spina 2s linear infinite;
    transition: all 0.6s  ease-in-out;
    transform: scale(0);
}
#load_spinner .load_b div{
    position: relative;
    top:0;
    left: 0;
    width: 2em;
    height: 2em;
    background:#f1f1f1;
    border-radius: 100%;

    margin-left: 4em;
    animation: spinb 2s linear infinite;
    transition: all 0.6s  ease-in-out;
    transform: scale(0);
}
#load_spinner .load_c div{
    position: relative;
    top:0;
    left: 0;
    width: 2em;
    height: 2em;
    background:#f1f1f1;
    border-radius: 100%;
    margin-left: 4em;
    animation: spinc 2s linear infinite;
    transition: all 0.6s  ease-in-out;
    transform: scale(0);
}
@keyframes spina{
    15%{ 
        transform: scale(.5);
    }
    45%{ 
        transform: scale(0);
    }
}
@keyframes spinb{
    20%{ transform: scale(0);

    }
    40%{ 
        transform: scale(.9);
    }
    75%{ transform: scale(0);

    }
}
@keyframes spinc{
    50%{ transform: scale(0);

    }
    70%{ 
        transform: scale(1.2);
    }
    100%{ 
        transform: scale(0);
    }
}

.ccL{
    z-index: 4;
    position: absolute;
    background-color: #9d216a;
    transform-style: preserve-3d;
    transition: initial;
border-radius: 3px;
}
.lA {
    top: 55px;
    left: 20px;
    width: 70px;
    height: 4px;
    -webkit-transform: rotate(25deg) translate3d(-2px,-4px,0);
    -moz-transform: rotate(25deg) translate3d(-2px,-4px,0);
    transform: rotate(25deg) translate3d(-2px,-4px,0);
}
.lB {
    top: 110px;
    left: 40px;
    width: 90px;
    height: 4px;
    transform: rotate(96deg) translate3d(0,0,0);
}
.lC {
    top: 55px;
    left: 90px;
    width: 85px;
    height: 7px;
  background-color: #303131;
   transform: rotate(-10deg) translate3d(0,-4px,0);
}
.lD{
    top: 125px;
    left: 150px;
    width: 70px;
    height: 7px;
    
  background-color:  #303131;
    transform: rotate(105deg) translate3d(-15px,0,0);
}
.lE{
    top: 95px;
    left: 230px;
    width: 85px;
    height: 7px;
    
  background-color: #303131;
    transform: rotate(35deg) translate3d(0,0,0);
}
.lF{
  top: 135px;
    left:280px;
    width: 50px;
    height: 4px;
    transform: rotate(-60deg) translate3d(0,0,0);
}
.lG{
    top: 80px;
    left:310px;
    width: 105px;
    height: 4px;
    transform: rotate(-43deg) translate3d(0,0,0);
}
.ccI{
    z-index: 5;
    position: absolute;
    background: rgba(0,0,0,.8);
    border-radius: 100%;
    background-color:  #303131;
    transform-style: preserve-3d;
    transition: initial;

}
.cA {
    top: 20px;
    left: 5px;
    width: 30px;
    height: 30px;

    transform: translate3d(1px,2px,0);
}
.cB {
    top: 50px;
    left: 80px;
    width: 35px;
    height: 35px;
    transform: translate3d(-5px,-15px,0);
    background-color: #9d216a;
}
.cC {
    top: 145px;
    left: 75px;
    width: 30px;
    height: 30px;
    transform: translate3d(-10px,2px,0);


}
.cD {
    top: 5px;
    left: 170px;
    width: 105px;
    height: 105px;
    transform: translate3d(1px,2px,0);


}
.cE {
    top: 140px;
    left: 170px;
    width: 35px;
    height: 35px;
    transform: translate3d(-5px,-15px,0);
    background-color: #9d216a;
}
.cF {
    top: 160px;
    left: 280px;
    width: 25px;
    height: 25px;
    transform: translate3d(-5px,-15px,0);

}
.cG {
    top: 105px;
    left: 295px;
    width: 35px;
    height: 35px;
    transform: translate3d(1px,-5px,0);
    background-color: #9d216a;
}
.cH {
    top: 40px;
    left: 385px;
    width: 30px;
    height: 30px;
    transform: translate3d(-5px,-15px,0);

}
