#slider {
    margin-top: 8px;
    height: 900px;
    overflow: hidden;
    width: 100%;
}

#slider ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#slider #top-shadow {
    position: absolute;
    width: 100%;
    z-index: 5;
}


#slider #top-shadow img {
    width: 100%;
}

#slider #bottom-shadow img {
    width: 100%;
}

#highlights {
    margin-top: 30px;
}

#highlights ul {
    width: 100%;
    display: table;
    margin-bottom: 50px;
}

#highlights li {
    margin-left: 20px;
    width: 33%;
    display: table-cell;
    border-right: 1px solid #333;
    margin-bottom: 30px;
    height: 150px;
    padding-left: 20px;
    padding-right: 10px;
    vertical-align: top;
}

#highlights li p {
    font-size: 0.9em;
}

#highlights li h4 {
    color:#b3a439;
    font-size: 1em;
}

#highlights li:nth-child(3), #highlights li:nth-child(6) {
    border-right: none;
}

#highlights h2 {
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 !important;
    margin-bottom: 15px !important;
}

#highlights #realState h2, #highlights #properties h2, #highlights #attendance h2 {
    font-size: 1.4em !important;
    color:#b3a439;
    padding-top: 3px;
    background-repeat: no-repeat;
    padding-left: 60px;
}

#highlights #realState h2 {
    background-image: url("../images/home/ic_real_state.png");
}

#highlights #properties h2 {
    background-image: url("../images/home/ic_properties.png");
}

#highlights #attendance h2 {
    background-image: url("../images/home/ic_attendance.png");
}

#news h2 {
    color: #fff;
    font-size: 1.4em;
    margin: 0;
    padding: 0;
}

#headline h2 {
    color:#b3a439;
    font-size: 1.4em;
    line-height: normal;
    font-weight: 600;
}

#highlights #attendance strong {
    color:#999;
    font-size: 1.2em;
}

#news a {
    color:#999 !important;
}

#highlights strong {
    color: #BBB;
}