/* LAYOUT */
.container {
        margin-left:auto;
        margin-right:auto;
        overflow:hidden;
        width:100%;
        }



/* CONTENT SLIDER */
#content-slider {
        width:100%;
        height:auto;
        /*margin:0 0 0 0;*/
        }



/* SLIDER */
#slider {
        background:#FFF;
        height:auto;
        width:100%;
        margin: 0 0 0 0;
        overflow:visible;
        position:relative;
        }


#mask {
        overflow:hidden;
        height:280px;
        }

#slider ul {
        margin:0;
        padding:0;
        position:relative;
        }


#slider li {
        width:100%;
        height:auto;
        position:absolute;
        list-style:none;
        }
        



.cgeneral {
        position:absolute; top:0px; left:4%;
        width: 20%;
        height: 180px;
        background-color: #ECD384;
        color: #0D3C75;
        font-family: 'Raleway', Verdana, Arial, sans-serif;
        font-size: 40px;
        padding: 20px 20px 20px 20px;
        z-index:200;
        opacity:0.85;
        }
        

