body {
    /*background: url("images/subtle_white_feathers.png") 0px 170px repeat;*/
    background-color: #fcfcfc;
}

#wrapper {
    width: 100%;
}

#container {
    float: left;
    width: 100%;
}

/*
HEADER
*/

#mainheader {
    float: left;
    width: 100%;
    background-color: #fff;
    border-top: 5px solid #ff9c00;
}

#logo {
    float: left;
    width: 30%;
    height: 150px;
    margin-left: 2%;
    color: #0063b9;
}

#logo h1 {
    float: left;
    width: 360px;
    height: 150px;
    background: url("images/logo-alca-rgb.png") 0px 25px no-repeat;
    background-size: 240px;
}

    #logo h1 span {
        display: none;
    }

#logo h2 {
    display: none;
}
    
    /*
    SOCIAL NAV
    */
    
    #social-nav {
        float: right;
        width: 58%;
        margin-right: 2%;
        height: 60px;
    }
    
    #social-nav section#client-area {
        float: right;
    }
    
    #social-nav section#client-area a {
        float: left;
        margin-left: 15px;
    }
    
    #social-nav section#social-area {
        float: right;
    }
    
    #social-nav a {
        float: left;
        padding: 5px 25px 7px 25px;
        font: normal normal 11px "asapregular", Tahoma, Verdana;
        letter-spacing: 1px;
        text-decoration: none;
        color: #fff;
        border-radius: 0 0 2px 2px;
        background: linear-gradient(#ff9c00,#b26e00);
        background: -webkit-linear-gradient(#ff9c00,#b26e00);
        background: -moz-linear-gradient(#ff9c00,#b26e00);
        background: -o-linear-gradient(#ff9c00,#b26e00);
    }
    
@media screen and (max-width: 920px) {
    
    #social-nav {
        float: right;
        width: 40%;
        margin-right: 2%;
        margin-top: 10px;
    }
    
    #social-nav section#client-area {
        float: left;
        width: 100%;
    }
    
    #social-nav section#client-area a {
        float: left;
        width: 80%;
        padding: 7px 5% 7px 5%;
        margin-left: 10%;
        margin-bottom: 4px;
        text-align: center;
        border-radius: 2px;
        background: #ff9c00;
    }
    
    #social-nav section#social-area {
        float: left;
        width: 100%;
    }
    
    #social-nav section#social-area a {
        float: left;
        width: 80%;
        padding: 7px 5% 7px 5%;
        margin-left: 10%;
        text-align: center;
        border-radius: 2px;
        background: #ff9c00;
    }
    
}

/*
CONTENTS
*/

#contents {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}


/*
FOOTER
*/

#mainfooter {
    float: left;
    width: 100%;
    padding: 30px 0;
    background-color: #0063b9;
    /*box-shadow: 0px -3px 1px 1px #8dacdc;*/
    border-top: 5px solid #ff9c00;
}

#contact-footer {
    float: left;
    width: 48%;
    margin-left: 2%;
}

#contact-footer h5 {
    margin-bottom: 15px;
    font: normal normal 13px 'asapitalic', Arial, Tahoma, Verdana, sans-serif;
    letter-spacing: 1px;
    font-variant: small-caps;
    text-decoration: underline;
    color: #fff;
}

#contact-footer p {
    margin-bottom: 4px;
    margin-left: 5%;
    font: normal normal 13px 'asapitalic', Arial, Tahoma, Verdana, sans-serif;
    letter-spacing: 1px;
    color: #fff;
}

    #contact-footer p.tfno {
        margin-top: 12px;
        font-size: 14px;
    }

#contact-footer a {
    margin-left: 5%;
    font: normal normal 14px 'asapitalic', Arial, Tahoma, Verdana, sans-serif;
    letter-spacing: 1px;
    color: #fff;
}

/*
DECO
*/

#deco-header {
    position: relative;
    width: 100%;
    height: 170px;
    background-color: #fff;
    z-index: -9999;
}

#deco-nav {
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #0063b9;
    z-index: -9999;
}

#deco-slide {
    position: relative;
    width: 100%;
    height: 460px;
    margin-top: 0px;
    /*background-color: rgba(140,174,220,0.3);*/
    background-color: rgba(140,174,220,0.8);
    display: none;
}