body {
	background-color: #000000;
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/ev_support_background.jpg');    
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	color: #ccc !important;
}

@media (min-width: 767px) {
  #navbar {
    border-bottom: none !important;
  }
}
#navbar .nav > li > a {

  border-bottom: 2px solid #cccccc !important;
}
#navbar .nav > li > a:hover {
  border-bottom: 2px solid #286090 !important;
  background-color: transparent;
}
.head-menu > li > a:hover {
  color: #fff !important;
}
.container {
  padding-right: 25px !important;
  padding-left: 25px !important;
  margin-right: auto;
  margin-left: auto;
}