.navbar-default {
  background-color: #222222;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #fed136;
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
  padding:0 0 0 0;
  margin:0 0 0 0;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
  color: #d50300;
}
.navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-default .navbar-toggle {
  background-color: #d50300;
  border-color: #d50300;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #d50300;
}
.navbar-default .nav li a {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0px;
  color: white;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
  color: #d50300;
  outline: none;
}
.navbar-default .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #d50300;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: white;
  background-color: #d50300;
}

.nav-tabs {
	background-color:#FFF;
}

.nav-tabs li a {
	color:#666 !important;
}

.nav-tabs li.active a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	border-bottom:1px solid #ff0000;
	background-color:#FFF;
	color:#ff0000 !important;
	border-radius: 0 0 0 0;
}

/* hover tab color */
.nav-tabs>li>a:hover {
	border-bottom:1px solid #97a4b0;
	background-color:#FFF;
	color:#97a4b0;
	border-radius: 0 0 0 0;
}

@media (min-width: 768px) {

.navbar-default {
    background-color: transparent;
	background-image:url(//img/sfnav.png);
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
}

.navbar-default .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-default .navbar-nav > .active > a {
    border-radius: 3px;
  }
  .navbar-shrink, .navbar-interne {
    background-color: #222222;
    padding: 10px 0;
	background-image:none;
  }
  .navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}