#home {
    background: url(../images/logo_catalyst_AlignBot.png) no-repeat center center;
    -webkit-background-attachment: fixed;
    background-attachment: fixed;
    background-color: white;
    background-size: contain;
    background-position: center;
    padding: 0;
    position: relative;
}
#home:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#illustration {
    background: url(../images/illustration_1.jpg) no-repeat center center;
    -webkit-background-attachment: fixed;
    background-attachment: fixed;
    background-color: #222;
    background-size: cover;
    padding: 0;
    position: relative;
}
#illustration:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#illustration2 {
    background: url(../images/illustration_2.jpg) no-repeat center center;
    -webkit-background-attachment: fixed;
    background-attachment: fixed;
    background-color: #222;
    background-size: cover;
    padding: 0;
    position: relative;
}
#illustration2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#illustration4 {
    background: url(../images/illustration_4_proteger.jpg) no-repeat center center;
    -webkit-background-attachment: fixed;
    background-attachment: fixed;
    background-color: #222;
    background-size: cover;
    padding: 0;
    position: relative;
}
#illustration4:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Shuffle Filter*/
#filter {
    margin: 0 0 35px;
    text-align: center;
}


#filter li a {
    color: #2f93a5;
    display: block;
    text-transform: uppercase;
    padding: 0 15px;
    border-radius: 4px;
    transition: inherit;
}
#filter li a.active,
#filter li a:hover {
    position: relative;
    background: #2f93a5;
    color: #fff;
    border-bottom: 3px solid rgba(0, 0, 0, 0.15);
}

#filter li a.active::after,
#filter li a:hover::after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #2f93a5;
    bottom: -9px;
    left: 50%;
    margin-left: -8px;
}
#tt-preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#pre-status,
.preload-placeholder {
    background-image: url(../images/preloader/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}




/*HOMEPAGE TWO*/
#homeTwo{
    position: relative;
}

#homeTwo:before {
    content: "";
    background-color: rgba(26, 30, 35, 0.90);
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}
