.menu {
	position: absolute;
	z-index: 12;
	top: 100;
	width: 100%;
	height: 40px;
	background: url("/themes/kokakotrust/images/motif.png");
	background-repeat: repeat-x;
	background-color: #fff;
}

.nav-main {
  		text-transform: uppercase;
		font-weight: 800;
		  width: 100%;
		  max-width: 1200px;
		  margin: 0 auto 100px auto;
		  max-height: 0;
		  overflow: hidden;
		  -webkit-transition: all .5s;
		  transition: all .5s;
}

.nav-main-list {
  list-style: none;
  padding: 0;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

.nav-main-item {
  display: block;
  width: auto;
	background: transparent;

}

.nav-main-item a {
	font-size: 100%;
	color: darkolivegreen;
  display: block;
  text-decoration: none;
  padding: 12px 10px 10px 10px;
	background: transparent;
line-height: 1;
}

.nav-main-item a:hover {
  color: #fff;
	background: darkolivegreen;
}

.nav-main-item a:active {
  color: #fff;
	background: darkolivegreen;
}

.nav-checkbox {
  	display: none;
}


.nav-checkbox:checked + .nav-main {
  	max-height: 500px;
}

ul.submenu {
  	display: none;
  	position: absolute;
	margin:  0 0 100px -93px;
	list-style-type: none;
	text-align: center;
}

ul.submenu a {
  	background: #fff;
	color: olive;
	font-weight: 300;
	font-size: 90%;
	padding: 20px 16px;
}

ul.submenu a:hover {
  	background: olive;
	color: #fff;
}

li:hover > ul.submenu {
  	display: inherit;
}

.spacer {
	margin-top: 0;
}


/***************** MENU BUTTON **************/
.nav-handle {
  	cursor: pointer;
  	position: absolute;
  	left: 50%;
  	top: 18px;
  	background: darkolivegreen;
  	font-size: 100%;
	color: white;
  	padding: 8px 10px;
	text-transform: uppercase;
	transform: translate(-50%, -50%);
}

.nav-handle:hover {
  	background: olive;
}

@media screen and (min-width: 1024px) {
  .nav-main {
    max-height: 100%;
    overflow: visible;
    margin-top: 0;
  }

  .nav-main-list {
    text-align: center;
    text-justify: distribute;
    display: block;
    font-size: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .nav-main-list:after {
    content: '';
    width: 100%;
    display: inline-block;
  }

  .nav-main-item {
    display: inline-block;
    width: auto;
    margin-top: -8px;
    font-size: 14px;
  }

  .nav-handle {
    display: none;
  }
}

@media screen and (max-width: 768px) {

	.nav-main-list {
		  	background: #fff;
  			padding-top: 40px;
}

	.nav-main-item a {
			background: #fff;
			padding: 15px;
			border-bottom: thin solid #444;
}

	.nav-main-item a:hover {
  		color: #fff;
		background: darkolivegreen;
}

	ul.submenu {
		display: block;
		margin:  0 0 0 -40px;
		position: relative;
		text-align: center;
}

	ul.submenu ul li a {
  	background: darkolivegreen;
	color: #fff;
}


.spacer {
	margin-top: 112px;
}
}
