header{
    position: fixed;
    width: 100%;
    z-index: 99;
}
.header-bar{
    position: relative;
}
header .bg.no_menu{
    height: 100px;
    transition: all 0.2s linear;
}
.no_menu .brand a img{
    height:40px;
    margin-top: -10px;
    margin-left: 115px;
    transition: all 0.3s linear;

}
.no_menu .header-info{
    position: relative;
    background: #fff;
    z-index: 999999999;
    height: 56px;
}

.no_menu #topNavBG{
    margin-top: -53px;
    z-index: 990;
    transition: all 0.2s linear;
}


.have_menu .brand a img{
    height: 70px;
    margin-left: 125x;
    transition: all 0.3s linear;
}

.have_menu #topNavBG{
    transition: all 0.3s linear;
}
.have_menu .header-info{
    height: 116px;
    transition: all 0.3s linear;
}

#content{
}
.feature_home{
    padding-top: 20px;
}
footer {
    width: 100%;
    min-width: 980px;
    color: #fff;
    background: #424242;
    padding: 60px 0;
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-weight: 300;

}
footer .span4{
    font-size: 13px;
}
footer a{
    color: #E4473F
}
footer h3{
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    color: #E4473F;
    line-height: 20px;
    text-align: center;
}

/* ---  Business Card --- */
#content .image{
    position: relative;
    pointer-events: auto;
}
#content .image #information{
    pointer-events: none;
    color: #8C9092;
    position: absolute;
    top: 235px;
    left: 40px;
    text-align: left;
    height: 125px;
    width: 240px;
}
#content .image #information #name{
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}
#content .image #information #i-title-line-1,#content .image #information #i-title-line-2, #content .image #information #i-title-line-3{
    font-size: 8px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 10px;
}
#content .image #information #contact{
    position: absolute;
    top: 50px;
}
#content .image #information #contact #i-address-line-1,
#content .image #information #contact #i-address-line-2,
#content .image #information #contact #i-address-line-3,
#content .image #information #contact #i-email,
#content .image #information #contact #i-phone,
#content .image #information #contact #i-fax,
#content .image #information #contact #i-cell
{
    font-size: 10px;
    line-height: 14px;
}
#content .image #information #contact #i-email,
#content .image #information #contact #i-fax
{
    width: 120px;
}
#content .image #information #contact #i-phone,
#content .image #information #contact #i-cell
{
    
    width: 120px;
    
}
@media (min-width: 1200px){
    .offset4 {
        margin-left: 225px;
    }
    .brand a img{
        margin-left: 0;
    }
}


