* {
     outline: none;
     margin: 0px;
     padding: 0px;
     border: none;
     text-decoration: none;
}
 body {
     text-decoration: none;
     background:#fff;
     font-size:16px;
     font-family: 'geomanistregular';
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'geomanistregular';
     src: url('../fonts/geomanist-regular-webfont.eot');
     src: url('../fonts/geomanist-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/geomanist-regular-webfont.woff2') format('woff2'), url('../fonts/geomanist-regular-webfont.woff') format('woff'), url('../fonts/geomanist-regular-webfont.ttf') format('truetype'), url('../fonts/geomanist-regular-webfont.svg#geomanistregular') format('svg');
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'geomanist-black';
     src: url('../fonts/geomanist-black-webfont.eot');
     src: url('../fonts/geomanist-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/geomanist-black-webfont.woff2') format('woff2'), url('../fonts/geomanist-black-webfont.woff') format('woff'), url('../fonts/geomanist-black-webfont.ttf') format('truetype'), url('../fonts/geomanist-black-webfont.svg#geomanistregular') format('svg');
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family:'geomanist-bold';
     src: url('../fonts/geomanist-bold-webfont.eot');
     src: url('../fonts/geomanist-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/geomanist-bold-webfont.woff2') format('woff2'), url('../fonts/geomanist-bold-webfont.woff') format('woff'), url('../fonts/geomanist-bold-webfont.ttf') format('truetype'), url('../fonts/geomanist-bold-webfont.svg#geomanistregular') format('svg');
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'geomanist-extralight';
     src: url('../fonts/geomanist-extralight-webfont.eot');
     src: url('../fonts/geomanist-extralight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/geomanist-extralight-webfont.woff2') format('woff2'), url('../fonts/geomanist-extralight-webfont.woff') format('woff'), url('../fonts/geomanist-extralight-webfont.ttf') format('truetype'), url('../fonts/geomanist-extralight-webfont.svg#geomanistregular') format('svg');
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'geomanist-light';
     src: url('../fonts/geomanist-light-webfont.eot');
     src: url('../fonts/geomanist-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/geomanist-light-webfont.woff2') format('woff2'), url('../fonts/geomanist-light-webfont.woff') format('woff'), url('../fonts/geomanist-light-webfont.ttf') format('truetype'), url('../fonts/geomanist-light-webfont.svg#geomanistregular') format('svg');
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'geomanist-medium';
     src: url('../fonts/geomanist-medium-webfont.eot');
     src: url('../fonts/geomanist-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/geomanist-medium-webfont.woff2') format('woff2'), url('../fonts/geomanist-medium-webfont.woff') format('woff'), url('../fonts/geomanist-medium-webfont.ttf') format('truetype'), url('../fonts/geomanist-medium-webfont.svg#geomanistregular') format('svg');
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'geomanist-thin';
     src: url('../fonts/geomanist-thin-webfont.eot');
     src: url('../fonts/geomanist-thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/geomanist-thin-webfont.woff2') format('woff2'), url('../fonts/geomanist-thin-webfont.woff') format('woff'), url('../fonts/geomanist-thin-webfont.ttf') format('truetype'), url('../fonts/geomanist-thin-webfont.svg#geomanistregular') format('svg');
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'geomanist-book';
     src: url('../fonts/geomanist-book-webfont.eot');
     src: url('../fonts/geomanist-book-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/geomanist-book-webfont.woff2') format('woff2'), url('../fonts/geomanist-book-webfont.woff') format('woff'), url('../fonts/geomanist-book-webfont.ttf') format('truetype'), url('../fonts/geomanist-book-webfont.svg#geomanistregular') format('svg');
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'geomanist-ultra';
     src: url('../fonts/geomanist-ultra-webfont.eot');
     src: url('../fonts/geomanist-ultra-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/geomanist-ultra-webfont.woff2') format('woff2'), url('../fonts/geomanist-ultra-webfont.woff') format('woff'), url('../fonts/geomanist-ultra-webfont.ttf') format('truetype'), url('../fonts/geomanist-ultra-webfont.svg#geomanistregular') format('svg');
     font-weight: normal;
     font-style: normal;
}
 a {
     text-decoration: none;
}
 .toggleMenu {
     display: none;
     padding: 2px 2px;
     color:rgba(255,255,255,0.8);
     font-size: 1em;
     font-weight: 700;
     font-family: 'geomanistregular';
     position: absolute;
     right: 5%;
     top:20px;
}
 .menuSeven{
     width: 35px;
     height: 30px;
     margin:8px 8px 3px 8px;
     position: relative;
     cursor: pointer;
     display: inline-block;
}
 .menuSeven span{
     background-color:rgba(255,255,255,0.8);
     position: absolute;
     border-radius: 2px;
     transition: .3s cubic-bezier(.8, .5, .2, 1.4);
     width:100%;
     height: 4px;
}
 .menuSeven span:nth-child(1){
     top:0px;
     left: 0px;
}
 .menuSeven span:nth-child(2){
     top:13px;
     left: 0px;
}
 .menuSeven span:nth-child(3){
     bottom:0px;
     left: 0px;
}
 .menuSeven:not(.clickMenuSeven):hover span:nth-child(1){
     transform: scaleX(.8);
}
 .menuSeven:not(.clickMenuSeven):hover span:nth-child(2){
     transform: scaleX(.5);
}
 .menuSeven:not(.clickMenuSeven):hover span:nth-child(3){
     transform: scaleX(.8);
}
 .clickMenuSeven span:nth-child(1){
     transform: rotate(90deg);
     top: 13PX;
}
 .clickMenuSeven span:nth-child(2){
     transform: scale(0);
     transition-duration: 50ms 
}
 .clickMenuSeven span:nth-child(3){
     top: 13PX;
}
 .nav {
     list-style: none;
     *zoom: 1;
     background: none;
}
 .nav:before, .nav:after {
     content: " ";
     display: table;
}
 .nav:after {
     clear: both;
}
 .nav ul {
     list-style: none;
}
 .nav a {
     margin:0px 15px;
     color:rgba(255,255,255,1);
     font-size:1.188em;
     font-weight: normal;
     font-family: 'geomanist-book';
     line-height:40px;
     letter-spacing:0px;
	 display:inline-block;
}
 .nav li {
     position: relative;
}
 .nav > li {
     float: left;
}
 .nav > li > a:hover {
     display: block;
     color:#fff;
	 
}



.nav > li > a:after {
  display:block;
  content: '';
 border-bottom:2px solid #fff;
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}
.nav > li > a:hover:after { transform: scaleX(1); }
 .nav > li > a {
     display: block;
}
 .nav li ul {
     position: absolute;
     left: -9999px;
     width: auto;
}
.nav > li.hover > ul {
     left: 0;
}
.nav li li.hover ul {
     left: 100%;
     top: 0;
}
.nav li li a {
     display: inline-block;
     background:#ffc000;
     position: relative;
     z-index:100;
     line-height:40px;
     width:auto;
     padding-left:5%;
     padding-right:5%;
     color:#fff;
     font-size:1em;
     font-weight: normal;
     font-family: 'geomanist-book';
     float:left;
	 min-width:10em;
	 margin-top:1px;
}

.nav li li a:hover{
     background-color:#0082c8;
     color:#fff
}
.nav li li li a {
     background:#fcd307;
     z-index:200;
     border-top: 1px solid #fff;
     font-size:1em;
     font-weight: normal;
     font-family: 'geomanist-book';
     padding-left:20px;
     border-left:1px solid #fff;
}
.nav li li li a:hover{
     background-color:#fff;
     color:#fcd307;
}
@media screen and (max-width: 768px) {
     .active {
         display: block;
    }
     .nav > li {
         float: none;
    }
     .nav > li > .parent {
         background-position: 95% 50%;
    }
     .nav li li .parent {
         background-repeat: no-repeat;
         background-position: 95% 50%;
    }
     .nav ul {
         display: block;
         width: 100%;
    }
     .nav > li.hover > ul , .nav li li.hover ul {
         position: static;
    }
}
