#bg-overlay{
    background-image: url(../img/bg-overlay-line.png);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

#bg-slideshow{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

#main-container{
    position: relative;
    display: block;
    margin: 100px auto;
    z-index: 5;
    background: rgba(255, 255, 255, 0.85);
    width: 450px;
    box-shadow: 1px 1px 20px #000;
    border-radius: 10px;
    overflow: hidden;
}

#content-header{
    background: #fff;
    text-align: center;
    padding: 10px;
}

#content-header a{
    display: inline-block;
}

#content-header a img{
    max-height: 70px;
}

#content-content{
    text-align: center;
    padding: 10px 20px;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}

#content-content h1{
    margin: 10px 0 0 0;
    font-size: 120px;
    font-weight: normal;
    color: #2c82c9;
}

#content-content h2{
    margin: 0 0 10px 0;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 25px;
}

#content-content h3{
    margin: 5px 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

#content-footer{
    background: #fff;
    text-align: center;
    padding: 10px;
}

#content-footer a{
    font-weight: bold;
    display: inline-block;
    margin: 5px 0;
    cursor: pointer;
}

#content-contact{
    font-size: 12px;
    color: #676767;
    line-height: 20px;
}

#content-contact div{

}

#content-contact div .fa{
    margin-right: 3px;
    color: #2d82c8;
}

#content-contact div span{

}