    .theme_border {border-color:#2e3337 !important;}
    .theme_background {background-color:#2e3337 !important;}
    .theme_color {color:#2e3337 !important;}
    .theme_gradient {
      background: -moz-linear-gradient(top, transparent 0%, #2e3337 60px);
      background: -webkit-linear-gradient(top, transparent 0%, #2e3337 60px);
      background: linear-gradient(top, transparent 0%, #2e3337 60px);
    }
    .btn_wrap .btn_theme, .btn_wrap .btn_theme_v2{background-color:#2e3337 !important;}
    .btn_wrap .btn_theme_v2 .theme_a{background-color:#fff !important;color:#2e3337 !important;}
    .main .btn_wrap .btn_theme {background-color:#fff !important;}