

@media screen and (max-width: 640px) {
    header .navbar-default .navbar-toggle:hover,
    header .navbar-default .navbar-toggle:focus {
        background: none;
    }
    header .navbar-default ul.navbar-nav li a {
        color: #ffffff;
        border-bottom: 1px solid #55a97f;
    }
    header .navbar-default ul.navbar-nav li a.getApp {
        color: #ffffff;
    }
    header .navbar-default ul.navbar-nav li a:after {
        display: none;
    }
    header .navbar-default ul.navbar-nav li a:hover {
        color: #66cc99;
    }
    header .navbar-default .navbar-collapse {
        background: #339999;
    }
    header .navbar-default.plain {
        background: #339999;
    }
    header .navbar-default.plain ul.navbar-nav li a {
        color: #ffffff;
    }
    header .navbar-default.plain ul.navbar-nav li a:hover {
        color: #66cc99;
    }
}

.bvm.navbar-default ul.navbar-nav li a {
    color: #339999;
    background: none;
}

.bvm.navbar-default.plain {
    border-bottom: 3px solid #339999;
}

.bvm.navbar-default.plain .navbar-brand {
    background: #339999;
}

.bvm.navbar-default ul.navbar-nav li a:hover {
    color: #66cc99;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

section#bid .media i.fa {
  border: 2px solid #66cc99;
  color: #66cc99;
  padding: 30px;
}
section#bid .media:hover i.fa {
  color: #ffffff;
  background: #66cc99;
}
section#bid .media:hover h3 {
  color: #66cc99;
}
section#bid .media.active i.fa {
  color: #ffffff;
  background: #66cc99;
}
section#bid .media.active .media-heading {
  color: #66cc99;
}

label.btn.btn-primary.active {
    
    background-color: #66cc99;
    color: white;
    font-size: 1.5em;
    
}
