/*--------------------------------------------------------------
	Navbar
--------------------------------------------------------------*/

/* works */
.navbar-custom {
  background-color: rgba(10, 10, 10, 0.9);
  border-radius: 0;
  z-index: 1000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-size: 14px;
  margin-bottom: 0;
  padding-top: 0;
  margin-top: 0;
  transition: background, padding 0.4s ease-in-out 0s;
  -webkit-transition: background, padding 0.4s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
}

/* works */
.navbar .navbar-brand {
  font-family: "Press";
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  color: #fff;
  margin-right: 50px;
  margin-left: 10%;
}

.navbar-custom .navbar-nav > li > a {
  font-family: "Montserrat";
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.navbar-custom .navbar-nav > li > a:hover {
  font-family: "Montserrat";
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255);
  background-color: rgb(255, 255, 255, 0.2);
}


/*
.navbar-custom .dropdown-menu {
  background: #ddd;
  border-radius: 0;
  border: 0;
  padding: 0;
  box-shadow: none;
}

.navbar-custom .navbar-nav li > a {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
}

.navbar-custom .dropdown-menu > li > a {
  border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  padding: 26px 30px;
  letter-spacing: 2px;
  color: #999;
}

/*
.navbar-custom .dropdown-menu .dropdown-menu {
  border-left: 1px solid rgba(73, 71, 71, 0.15);
  left: 100%;
  right: auto;
  top: 0;
  margin-top: 0;
}

.navbar-custom .dropdown-menu.left-side .dropdown-menu {
  border: 0;
  border-right: 1px solid rgba(73, 71, 71, 0.15);
  right: 100%;
  left: auto;
}
*/

/* works: hover
.navbar-custom .navbar-nav > li > a:focus,
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav .open > a,
.navbar-custom .navbar-nav .open > a:focus,
.navbar-custom .navbar-nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
  background: none;
  color: #fff;
  border-bottom: 2px #800 solid;
}
*/

/* works: no
.navbar-custom .dropdown-menu > li > a:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-bottom: 2px #800 solid;
}
*/

/*
.navbar-custom .dropdown-toggle:after {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  margin-top: -6px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  content: "\f107";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar-custom .navbar-toggle .icon-bar {
  background: #fff;
}

.dropdown-menu {
  min-width: 180px;
  font-size: 14px;
}

*/

/* Navbar search

.dropdown-search {
	position: relative;
	padding: 5px;
}

.dropdown-search .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

.search-btn {
	position: absolute;
	background: transparent;
	border: none;
	overflow: hidden;
	top: 50%;
	right: 1px;
	width: 42px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	outline: none;
	color: #999;
	margin-top: -20px;
}*/
