.menu_cont {
    background-color: #644c51;
}
.gradient {
    background: #644c51;
    background: -moz-linear-gradient(top, #897278 0%, #644c51 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#897278), color-stop(100%,#644c51));
    background: -webkit-linear-gradient(top, #897278 0%,#644c51 100%);
    background: -o-linear-gradient(top, #897278 0%,#644c51 100%);
    background: -ms-linear-gradient(top, #897278 0%,#644c51 100%);
    background: linear-gradient(to bottom, #897278 0%,#644c51 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#897278', endColorstr='#644c51',GradientType=0 );
}
.slider_cont .slider .text {
    background-color: #644c51;
}
.dropdown-menu {
    background: #897278;
}
.slider_cont .slider .text .title:hover {
    color: #ea7200;
    border-bottom: 1px solid #d96a00;
}