/* Enter Your Custom CSS Here */

/* MENU STYLING */

.home #top-bar {
    background-color: #000;
  	color: #fff;
}

.home #top-bar a {
    color: #ffffff;
}

#dt-topbar-menu-left > ul {
    font-weight: 600;
}

#dt-topbar-menu-left .sub-nav li a {
    background: #000000;
}

#dt-topbar-menu-left .sub-nav {
    font-size: 13px;
}

#dt-topbar-menu-left .sub-nav li {
    border: 0px solid #bdc3c7;
    border-bottom: 0px solid #bdc3c7 !important;
}

body.dt_custom_body {
    color: #ff0b0b !important;
}