/* HEADER */
header {
	margin-bottom: 40px;
	min-width: 320px;
	
	background: -webkit-linear-gradient(#4b5f46, #3a4936);
	background: -o-linear-gradient(#4b5f46, #3a4936);
	background: -moz-linear-gradient(#4b5f46, #3a4936);
	background: linear-gradient(#4b5f46, #3a4936);
}

.header-nav {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	margin: 0;
}

.header-nav a.navbar-brand {
	background: url('../images/logo_small.png') center center no-repeat;
	display: block;
	height: 74px;
	outline: 0;
	padding: 0;
	text-indent: -10000px;
	width: 240px;
}

.header-nav .navbar-text {
	color: yellow;
}
.header-nav .navbar-nav>li>a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.header-nav .navbar-nav>li>a:focus {
	color: #fff;
}
.header-nav .navbar-nav>li>a:hover {
	color: #9ab584;
}
.header-nav .navbar-nav>.active>a, .header-nav .navbar-nav>.active>a:focus {
	background-color: transparent;
	color: #fff;
}
.header-nav .navbar-nav>.active>a:hover {
	background-color: transparent;
	color: #9ab584;
}
.header-nav .navbar-nav>.open>a, .header-nav .navbar-nav>.open>a:hover, .header-nav .navbar-nav>.open>a:focus {
	background-color: transparent;
	color: #9ab584;
}

.header-nav .navbar-nav>li>.dropdown-menu {
	width: 300px;
}
.header-nav .dropdown-menu>li>a {
	color: #494949;
	font-size: 16px;
}

.header-nav .dropdown-menu>li>a:hover, .header-nav .dropdown-menu>li>a:focus {
	background-color: #f2f2f2;
}

.header-nav .dropdown-menu>.active>a, .header-nav .dropdown-menu>.active>a:hover, .header-nav .dropdown-menu>.active>a:focus {
	background-color: red;
}

.header-nav-search {
	position: relative;
	margin-bottom: 20px;
}
.header-nav-search label {
	display: none;
}
.header-nav-search .search-q {
	border-color: red;
	border: 0;
	color: #494949;
	font-family: 'Open Sans';
	font-size: 16px;
	height: 50px;
	line-height: 34px;
	padding: 8px 12px;
	width: 100%;
}
.header-nav-search .btn-go {
	position: absolute;
	top: 14px;
	right: 12px;
	
	background: transparent url('../images/icon_search.png') no-repeat right top;
	border: 0;
	height: 24px;
	text-indent: -9999px;
	width: 30px;
}
.header-nav-search .btn-go:hover, .header-nav-search .btn-go:focus, .header-nav-search .btn-go.active {
	background-position: right bottom;
}

@media only screen and (max-width : 767px) {
	.header-nav .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
	}
	.header-nav .navbar-nav .open .dropdown-menu>li>a:hover, .header-nav .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #9ab584;
	}
}

@media only screen and (min-width : 768px) {
	.header-nav>.container {
		position: relative;
	}
	
	.header-nav>.container a.navbar-brand {
		background: url('../images/logo_medium.png') center center no-repeat;
		height: 178px;
		margin: 0;
		width: 210px;
	}
	
	.header-nav .header-nav-search {
		position: absolute;
		top: 0;
		right: 0;
		
		margin-bottom: 0;
		width: 333px;
	}
	
	.header-nav .header-nav-items {
		position: absolute;
		bottom: 0;
		right: 15px;
		padding: 0;
		padding-top: 32px;
	}
	
	.header-nav .navbar-nav {
		margin-right: -5px;
	}
	
	.header-nav .navbar-nav>li>a {
		/*background-color: rgba(255, 204, 153, 0.25);*/
		line-height: 110px;
		padding: 0 5px;
	}
	.header-nav .navbar-nav>li>.dropdown-menu {
		/*background-color: rgba(255, 204, 153, 0.5);*/
		border-color: #cecece;
		border-radius: 0;
		padding: 15px 30px;
	}
	.header-nav .dropdown-menu>li>a {
		border-bottom: 1px solid #cecece;
		padding: 15px 20px;
	}
	.header-nav .dropdown-menu>li:first-child>a {}
	.header-nav .dropdown-menu>li:last-child>a {
		border: 0;
	}
	
	.navbar-nav li.open:before {
		content: " ";
		position: absolute;
		bottom: 0%;
		left: 50%;
		border: solid transparent;
		border-bottom-color: white;
		border-width: 12px;
		height: 0;
		margin-bottom: -2px;
		margin-left: -12px;
		pointer-events: none;
		width: 0;
		z-index: 1001;
	}
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
}

@media only screen and (min-width : 992px) {
	.header-nav a.navbar-brand {
		background: url('../images/logo_large.png') center center no-repeat;
		height: 178px;
		width: 274px;
	}
	.header-nav .navbar-nav {
		margin-right: -10px;
	}
	.header-nav .navbar-nav>li>a {
		font-size: 20px;
		padding: 0 10px;
	}
}

@media only screen and (min-width : 1200px) {
	.header-nav .navbar-nav {
		margin-right: -20px;
	}
	.header-nav .navbar-nav>li>a {
		padding: 0 20px;
	}
}
