/*
	[Table of contents]

	## Site Loader
*/

/* ## Site Loader */
.load-complete .ball-clip-rotate > div {
    border-color: #FFCB08 #FFCB08 transparent;
    background-color: #FFCB08;
    margin: 0 auto;
    display: block;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
}
.load-complete {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1031;
}
.load-complete.black-bg {
    background: rgba(0, 0, 0, 0.5);
}
.load-complete .logo {
    color: #4C4C4C;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
}
.load-complete .loading {
    position: absolute;
    width: 100%;
    height: 1px;
    margin: 20px auto;
    left: 0;
    right: 0;
}
@keyframes loading {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-moz-keyframes loading {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-webkit-keyframes loading {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-ms-keyframes loading {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-o-keyframes loading {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}