html {
    background-image: url(../images/bgd-site.png);
    background-repeat: no-repeat;
    background-position: center top;
	background-size: cover;
}

#main-wrapper {
    -webkit-box-shadow: 0px 3px 5px 4px rgba(29, 49, 64, 0.5);
    -moz-box-shadow: 0px 3px 5px 4px rgba(29, 49, 64, 0.5);
    box-shadow: 0px 3px 5px 4px rgba(29, 49, 64, 0.5);
}

.bgdCar {
    background: transparent url("../../images/bgd/bgd-cad.jpg") no-repeat center top;
    min-height: 1040px;
}

.homepage-two .topbar {
    background-color: #031A2A;
    color: #dedede;
}

.homepage-two #date-time,
#weather {
    color: #dedede;
    padding-left: 5px;
    border-left: 1px solid #333333;
}

.navbar-brand {
    padding: 0px 15px;
}

.bgdLogoArea {
    background: #081B2D;
    color: #f7f7f7;
}

.navbar-right {
    margin-right: 0px;
}

#menubar {
    background: #003275;
    background: -moz-linear-gradient(top, #003275 0%, #00295b 100%);
    background: -webkit-linear-gradient(top, #003275 0%, #00295b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #003275 0%, #00295b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003275', endColorstr='#00295b', GradientType=0);
    /* IE6-9 */
}

#menubar a {
    color: #ffffff;
}

#menubar a.active {
    background-color: #499bea;
    color: #ffffff;
}

.section-title:after {
    background-color: #181818;
}

.section-title {
    color: #499bea;
}

.flexslider {
    border: 4px solid #000;
}

.footer-bottom {
    background-color: #081B2D;
}
