.second-nav .bg {
    background: #dec17e;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%) !important;
    /* -webkit-border-top-left-radius: 5px; */
    /* -webkit-border-top-right-radius: 5px; */
    /* border-top-left-radius: 5px; */
    /* border-top-right-radius: 5px; */
}
.footerNav2 {
    position: relative;
    width: 100%;
    background-color: #dec17e;
    color: #dcdcdc;
}
.res-logo-area {
    background: #dec17e none repeat scroll 0 0;
    float: left;
    line-height: 36px;
    min-height: 50px;
    width: 100%;
    z-index: 1000;
    position: relative;
    -webkit-box-shadow: 0 0 3px #808080;
    -moz-box-shadow: 0 0 3px #808080;
    -ms-box-shadow: 0 0 3px #808080;
    -o-box-shadow: 0 0 3px #808080;
    box-shadow: 0 0 3px #808080;
}