@charset "UTF-8";
/*
.navigation {
	
	height: 90px;
	
}


.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}
*/

.nav-height {height:75px;}

.nav-containern {
  width: 100%;
  margin: 0 auto;
}

nav {	
	float: right;
	margin-top:20px;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	
}

nav ul li {
  float: left;
  position: relative;
	margin-right:5px;
	font-family: 'Product Sans Regular';
    font-style: normal;
    font-weight: bold;
    src: local('Product Sans Regular'), url('ProductSans-Regular.woff') format('woff');
	letter-spacing: 1px;
	margin: 0px;
	font-size:18px;
	
	/* text-shadow: 0px 2px 2px rgb(0,0,0,0.5); */
	
}
nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 12px;
  line-height: 40px;
 /* background: #ed5a24; */
  color: #333;
  text-decoration: none;
}
nav ul li a:hover,
nav ul li a:visited:hover {
  color: #333;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
	
}
nav ul li ul li {
  min-width: 200px;

	
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
	
  /* box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15); */
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0px;
  right: 0;
 
  height: 70px;
  width: 70px;
}

.nav-mobile-flip {
  display: none;
  position: absolute;
  top: 25px;
  right: 0;
  background: #999;
  height: 70px;
  width: 70px;
	text-align: center;
	vertical-align: middle;
}

.mlogo {float:left;
	display: inline-block;
	margin:10px 0px 0px 20px;
	width:600px;}


.mlogo_c {width:200px;}


@media screen and (min-width: 1000px) {
  .nav-list {
    display: block !important;

  }
}

@media (max-width: 1260px){
	.navigation{
		height: 70px;
  		background: #fff;
		font-size:20px;
	}
	
	.mlogo {float:left;
	display: inline-block;
	margin:20px 0px 0px 20px;
	width:300px;
	}
	
	.mlogo_c {width:180px;}
	
	
	
}


@media (max-width: 921px){
	.nav-list {padding-top:40px;}
}


@media (max-width: 769px){
	.navigation{
		height: 70px;
  		background: #fff;
		font-size:15px;
	}
	
	.mlogo_c {width:120px;}
	.nav-height {height:95px;}
}

@media only screen and (max-width: 768px) {
  .nav-mobile {
    display: block;
  }

	.nav-mobile-flip {
    display: block;
  }
	
	.navigation{
		height: 70px;
  		background: #fff;
		font-size:20px;
	}
	
  nav {
    width: 100%;
	margin-top:0px;
    padding: 0px 0px 0px 0px;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
	  margin-right:0px;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }
}


#nav-toggle {
  position: relative;
  left: 18px;
  top: 65px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #000;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

/*
article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}
*/