/* --- Header Background full width --- */
.header_bg {
	width: 100%;
	min-height: 100px;
	background-color: #231F20;
	border-bottom: 1px solid #bfbfbf;
}
.nav_bg {
	width: 100%;
	position: relative;
	background: #443a3d;
	background: -moz-linear-gradient(top,  #443a3d  0%, #231F20  100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#443a3d ), color-stop(100%,#231F20 ));
	background: -webkit-linear-gradient(top,  #443a3d  0%,#231F20  100%);
	background: -o-linear-gradient(top,  #443a3d  0%,#231F20  100%);
	background: -ms-linear-gradient(top,  #443a3d  0%,#231F20  100%);
	background: linear-gradient(to bottom,  #443a3d  0%,#231F20  100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#443a3d ', endColorstr='#231F20 ',GradientType=0 );
}

/* --- Small Devices - Mobile first styles - set at Bootstrap Tablet breakpoint --- */
@media only screen and (max-width: 770px)  {

	/* --- Navigation Global hide & show options --- */
	.hide_sml {
		display: none !important;
	}
	.navbar-brand img {
		width: 280px;
		height: 100px;
	}

	.navbar-default .navbar-nav>li>a {
		font-size: 18px;
	}
}

/* --- Large Device specific - set at Bootstrap Tablet breakpoint --- */
@media only screen and (min-width: 770px)  {
	
	/* --- Navigation Global hide & show options --- */
	.hide_lge {
		display: none !important;
	}

	.navbar-default .navbar-nav>li>a {
		font-size: 11px;
	}
}

/* --- Reset --- */
.navbar-default {
	background: none;
	border: none;
	width: 100%;
}
.navbar {
	margin-bottom: 0;
}
.navbar-toggle {
	background-color: transparent;
	outline-color: transparent;
}

/* --- Navigation global --- */
.navbar-default .navbar-nav>li>a {
	color: #ffffff;
	display: block;
/*	font-size: 11px;*/
	text-decoration: none;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #C1D82F;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #C1D82F;
	border-color: #ffffff;
}
.navbar-nav>li>a {
	padding-top: 9px;
	padding-bottom: 9px;
}
.nav>li>a {
	padding-left: 5px;
	padding-right: 5px;
}

.navbar-form {
	margin-left: -6px;
}

.nav_global input {
	padding: 2px;
}
.nav_global form {
	font-weight: bold;
}
.nav_global button {
	font-weight: bold;
}
.nav_global .form-control {
	height: 28px;
}
.nav_global .btn {
	padding: 3px 12px;
}
.nav_global ul{
	margin: 0;
	list-style: none;
	margin-bottom: 0;
}
.nav_global ul li {
	display: inline-block;
	padding-left: 6px;
	padding-right: 6px;
}
.nav_global ul li:last-child {
	padding-right: 1px;
}
.social {
	width: 82px;
	height: 24px;
	margin-top: 4px;
}
.social_FB {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	background: url(../img/sprite_social.png) no-repeat 0px -24px;
	margin-right: 5px;
}
.social_TW {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	background: url(../img/sprite_social.png) no-repeat 0px 3px;
}

/* --- Header Brand --- */
.navbar-brand {
	display: block;
}
.navbar-brand img {
	width: 280px;
	height: 100px;
}

/* --- Navigation Primary --- */
.navigation_wrapper {
	background-color: #e5e6d1;
	overflow: auto;
	left: 0;
	right: 0;
	height: 220px;
	z-index: 5000;
	position: absolute;
    /* only transition on transform properties which are hardware accelerated = way better performances */
	-webkit-transition:-webkit-transform .3s ease;
       -moz-transition:   -moz-transform .3s ease;
        -ms-transition:    -ms-transform .3s ease;
            transition:        transform .3s ease;
    /* Full screen width secondary navigation */
    margin-left: -500px;
	margin-right: -500px;
	display: none;
}
ul.nav_primary {
	margin: 0;
	width: 100%;
	text-align: center;
	/* --- fix random user agent padding --- */
	-webkit-padding-start: 0px;
}
ul.nav_primary li {
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0 50px;
	text-align: center;
}
ul.nav_primary li:nth-child(1) {
	padding: 0 50px 0 18px;
}
ul.nav_primary li a{
	display: block;
	width: 100%;
	height: height;
	text-align: center;
	font-size: 18px;
	color: #DBDBDB;
	text-decoration: none;
	line-height: 36px;
}
ul.nav_primary li  a:hover{
	color: #829D25;
	text-decoration: none;
}

/* --- Navigation Secondary --- */
/* --- VERSION 1 --- */
/*.nav_secondary {
	max-width: 1000px;
	margin: auto;
	display; none;
	clear: both;
	overflow: auto;
}
.nav_secondary div {
	float: left;
	min-width: 160px;
	width: 16%;
}
.nav_secondary ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav_secondary h3 {
	color: #000000;
	font-weight: bold;
	font-size: 1.15em;
	line-height: 2em;
	border-bottom: 1px solid #ffffff;
	margin-right: 20px;
}
.nav_secondary a {
	color: #000000;
	display: block;
}
.nav_secondary a:hover {
	color: #3B6E8F;
}
.nav_secondary a:hover>h3 {
	border-bottom: 1px solid #3B6E8F;
	color: #3B6E8F;
	text-decoration: none;
}
.nav_secondary ul li:nth-child(1) a {
	text-decoration: none;
}*/
/* ---- Version 2 ---- */
.nav_secondary {
	max-width: 1000px;
	margin: auto;
	display; none;
	clear: both;
	overflow: auto;
}
.nav_secondary div {
	float: left;
	min-width: 160px;
	width: 16%;
}
.nav_secondary ul {
	list-style-type: none;
	margin: 0 9px 0 9px;
	padding: 0;
	min-height: 160px;
}
.nav_secondary h3 {
	color: #000000;
	font-weight: bold;
	font-size: 1.15em;
	line-height: 2em;
	border-bottom: 1px solid #ffffff;
/*	margin-right: 20px;*/
}
.nav_secondary a {
	color: #000000;
	display: block;
}
.nav_secondary a:hover {
	color: #ffffff;
	background-color: #829D25;
	text-decoration: none;
}
.nav_secondary a:hover>h3 {
	border-bottom: 1px solid #3B6E8F;
	color: #3B6E8F;
	text-decoration: none;
}
.nav_secondary ul li:nth-child(1) a {
	text-decoration: none;
}
/* ------------------ */
.navigation_wrapper a.glyphicon {
	color: #829D25;
}
.navigation_wrapper a:hover.glyphicon {
	color: #000000;
	text-decoration: none;
}

/* --- Model - Contact --- */
.modal-content {
	background-color: #2e3236;
}
.modal-header {
	border-bottom: 1px solid #272b30;
	letter-spacing: 0.1em;
}
.modal-body {
	border-bottom: 1px solid #1c1e22;
}
.modal-footer {
	border-top: 0;
	background-color: #272b30;
	margin-top: 0;
}
.modal-content .close {
	color: #ffffff;
}

#header_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 4999;
}
/* --- Contact Map BG --- */
.bg-map {
	background: url(../img/bg_srssMap.png) no-repeat right 0;
}

a#closemenu {
  color: #829D25 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}