

#banner {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/banner/banner.jpg) no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    vertical-align: middle;
    padding: 90px 0 50px;
}
#banner h1 {
    color: #EBEBEB;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 33px;
    word-spacing: 5px;
    line-height: 50px;
}
#banner h3 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    line-height: 30px;
    font-weight: 400;
    margin: 20px 0 25px;
}
#banner h3 .span {
    color: #FF66FF;
    font-weight: 600;
}

