/* -- HEADER -- */

.head-section .navbar {
  margin-bottom: 0px;
}
.navbar-default { 
  border: none ;
}
.navbar-header{
  height: 95px;
}
.navbar-toggle{
	margin-top: 0;
	margin-bottom: 0;
}
.navbar-brand, .navbar-toggle{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.navbar-brand {
  color: #8bc308!important;
  font-size: 37px;
  font-weight: initial;
  font-family: 'Signika';
  line-height: 30px;
  margin-top: auto;
	margin-bottom: auto;
  padding: 0;
}
.navbar-brand img{
  width: 40px;
  height: 40px;
  margin-bottom: 7px;
  margin-right: 7px;
  display: inline-block;
}
.navbar-brand span { 
  color: #0083b2;
}
.navbar-brand span + span { 
  font-size: 23px;
	color: #b9b9b9;
  position: absolute;
  min-width: max-content;
  padding: 10px;
}
.head-section .navbar-collapse  ul.navbar-nav {
  float: right;
  margin-right: 0;
  z-index: 199;
}
.head-section .navbar-default { 
  background-color: #fff;
}
.head-section .nav li a,
.head-section .nav li.active ul.dropdown-menu li a {
  font-size: 16px;
	font-family: 'Open Sans', 'Lato', 'Calibri', 'Myriad', Arial, sans-serif;
	font-weight: 300;
	color: rgb(153, 153, 153);
  background: none;
}
ul.dropdown-menu { 
	border: none;
	box-shadow: 1px 1px 5px #BBB;
}
.head-section .nav li a:hover,
.head-section .nav li a:focus,
.head-section .nav li.active a,
.head-section .nav li.active a:hover,
.head-section .nav li a.dropdown-toggle:hover,
.head-section .nav li a.dropdown-toggle:focus,
.head-section .nav li.active ul.dropdown-menu li a:hover,
.head-section .nav li.active ul.dropdown-menu li.active a {
  color: #fff;
  background-color: #0083b2;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.head-section .navbar-default .navbar-nav > .open > a,
.head-section .navbar-default .navbar-nav > .open > a:hover,
.head-section .navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #0083b2;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.head-section .navbar { 
  min-height: 85px ;
}
.head-section .navbar-nav > li {
  padding-bottom: 25px;
  padding-top: 25px;
}
.head-section ul.navbar-nav li:last-child() { margin-left: 10px !important }
.head-section  .navbar-nav > li > a {
  font-family: 'Open Sans', 'Lato', 'Calibri', 'Myriad', Arial, sans-serif;
  font-size: 16px;
  color: rgb(153, 153, 153);
  padding-bottom: 5px;
  padding-top: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-left: 2px;
  line-height: 30px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.dropdown-menu li a:hover { color: #fff !important }
.head-section .navbar-default .navbar-nav > .open > a .caret,
.navbar-default .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #fff;
}
.dropdown-menu { box-shadow: none }
.head-section .nav li .dropdown-menu {
  margin-top: -5px;
  padding: 0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.head-section .nav li .dropdown-menu li a {
  line-height: 30px;
  padding: 3px 12px;
  border-bottom: 1px solid #F3E8E8;
}
.flag-menu {
  width: 40px;
  float: right;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-brand{
		font-size: 32px;
	}

	.head-section  .navbar-nav > li > a {
		font-size: 13.5px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none!important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
	}
	.head-section  .navbar-nav > li > a {
		font-size: 15px;
	}
	.collapse.in{
		display: block!important;
	}
}

@media (min-width: 401px) and (max-width: 767px) {		
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.head-section .navbar-nav > li{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.head-section .dropdown-menu li a{
		font-size: 14px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
}

@media (max-width: 550px) {
	.navbar-brand span + span { 
    margin-top: 28px;
    margin-left: -235px;
	}
}
@media (max-width: 400px) {
	.navbar-header {
		float: none;
	}
	.navbar-brand{
		font-size: 25px;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.head-section .navbar-nav > li{
		font-size: 14px;
		padding-top: 5px;
		padding-bottom: 5px;	
	}	
	.head-section .dropdown-menu li a{
		font-size: 12px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
}