
header{
   	 border-bottom:1px solid #000000;
  padding-left:2.5%;
	 padding-right:2.5%;
	 box-sizing: border-box;
 text-align:left;
 width:100%;
 height:96px;
	font-size:18px;
	font-weight:400;
	width:100%;
 background-color:#FFFFFF !important; 
color: #565656;
position:relative;
	z-index:1;
}
.logo {
  margin-left: 0px;
  text-align: left;
  font-size: 42px;
  font-weight: 600;
  width: 256px;
  display: inline-block;
  font-family: "Arial Black", Gadget, sans-serif;
  color: #f4511e;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.3), 0 10px 10px rgba(0,0,0,.3), 0 20px 20px rgba(0,0,0,.3);
}
.logo  .motto {
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 15px;
  font-weight: 900;
  margin-top: 0px;
  color: #565656;
  text-shadow: none;
}
.logo:hover,.logo:active{
	color: #f4511e;
}
.navbar {
	float:right;
	margin-top:25px;
	display:inline-block;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

.navbar-oc {
	width:128px;
	margin-top:10px;
  overflow: hidden;
  background-color: #f4511e;
  font-family: Arial, Helvetica, sans-serif;
}

.navbar a{
	text-transform:uppercase;
  float: left;
  font-size: 18px;
  font-weight:400;
  color: #565656;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.navbar-oc a{
  font-size: 16px;
  font-weight:900;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
	text-transform:uppercase;
  font-size: 18px;  
  font-weight:400;
  border: none;
  outline: none;
  color: #565656;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  cursor:pointer;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  /*background-color: #ffaaa7;*/
  color:#f4511e;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 2 !important;
}
.override-dc{
	width:128px;
	min-width: 128px;
	max-width: 128px;
}
.dropdown-content a {
	font-size:16px;
  float: none;
  color: #565656;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #f4511e;
  color:#FFFFFF;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.noc .dropdown {
  float: left;
  overflow: hidden;
}

.noc .dropdown .dropbtn {
	text-transform:uppercase;
  font-size: 18px;  
  font-weight:600;
  border: none;
  outline: none;
  color: #FFFFFF;
  padding: 14px 16px;
  background-color: #f4511e;
  font-family: inherit;
  margin: 0;
  cursor:pointer;
}

.scrollup {
	display:none;
  width: 32px;
  height: 32px;
  border-radius: 15px;
  opacity: .3;
  position: fixed;
  bottom: 64px;
  right: 32px;
  color: #fff;
  cursor: pointer;
  background-color: #f4511e;
  z-index: 1000;
  transition: opacity .5s, background-color .5s;
  -moz-transition: opacity .5s, background-color .5s;
  -webkit-transition: opacity .5s, background-color .5s;
}
.scrollup:hover,.scrollup:active{
	  opacity: 1;
}
.scrollup i {
  font-size: 14px;
  position: absolute;
  opacity: 1;
  color: #fff;
  left: 48%;
  top: 50%;
  margin-top: -7px;
  margin-left: -6px;
  text-decoration: none;
}

