@media only screen and (max-width: 801px) {

#navigation {
    display: none;
}
}


#Nav {
    float: left;
    padding: 5px 0;
}

ul.menu {
    margin-left: 0;
}

ul.menu li {
    position: relative;
    display: block;
    background: none repeat scroll 0 0 transparent;
    float: left;
    list-style: none outside none;
    margin: 0px 0px 0 0px;
    padding: 0 0px;
}

ul.menu a, span.separator {
    font-family: inherit;
    color: #636362;
    font-size: 1.2em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    padding: 7px 20px 7px 20px;
    transition: all ease .5s;
}




ul.menu a:hover, span.separator:hover {
    text-decoration: none;
    color: #4a4644;
}

ul.menu li.active {
    text-decoration: none;
	color: red;
}


ul.nav-child.unstyled.small:hover {
    display: block!important;
}


ul.nav-child.unstyled.small {
    display: none;
    position: absolute;
    font-size: 0.8em;
}


ul.nav.menu.navbar li:hover ul.nav-child.unstyled.small {
    display: block;
    padding-top: 2vw;

	-webkit-animation: scale-in-tl 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-tl 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;

  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}

@keyframes scale-in-tl {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}


ul.nav.menu.navbar li:hover ul.nav-child.unstyled.small ul {
    padding-top: 0vw;
}

ul.menu li ul.nav-child.unstyled.small li {
    float: none;
    width: auto;
    margin: 0px 0px 0px 0px;
    border-bottom: solid 1px #e4e4e4;
    white-space: nowrap;
}


ul.menu li ul.nav-child.unstyled.small li a {
    display: block;
    float: none;
    width: auto;
    color: #167969;
    margin: 0px 0px 0px 0px;
    background: #f6f6f6;
    padding: 20px;
    border-right: 0px;
    white-space: nowrap;
}

ul.menu li ul.nav-child.unstyled.small li a:hover {
    background: #4a4644;
    color: #ffffff;
}

ul.menu li ul.nav-child.unstyled.small li.current.active a {
    background: #167969;
    color: #ffffff;
}

ul.menu li ul.nav-child.unstyled.small li.deeper.parent.active ul li a {
    background: #f6f6f6;
    color: #167969;
}

ul.menu li ul.nav-child.unstyled.small li.deeper.parent.active ul li a:hover {
    background: #4a4644;
    color: #ffffff;
}

ul.menu li.deeper.parent.active a {
    color: #4a4644;
}

ul.menu li ul.nav-child.unstyled.small li.deeper.parent.active a {
    background: #167969;
    color: #ffffff;
}

ul.menu li ul.nav-child.unstyled.small li.deeper.parent.active ul li.current.active a {
    background: #167969;
    color: #ffffff;
}


ul.menu li ul.nav-child.unstyled.small li a:hover {
    color: #ffffff;
}

span.separator:before {
    top: 10px;
    right: 0;
    margin-left: 0px !important;
    content: "";
    height: 6px;
    width: 11px;
    position: absolute;
    background-image: url(../images/menu-arrow.svg);
    background-repeat: no-repeat;
    pointer-events: none;
}


ul.nav.menu.navbar li {
    color: #000;
    transition: all ease 0.5s;
}

ul.nav.menu.navbar li:hover {
    color: #e75d17;
}

li.default.current.active {
    color: #007A9F!important;
}


/* ///// SUB SUB MENU ///// */

ul.menu li ul.nav-child.unstyled.small li ul li {
display: none;
}

ul.menu li ul.nav-child.unstyled.small li:hover ul li {
    display: block;
}

ul.menu li ul.nav-child.unstyled.small li ul {
    left:100%;
    top:0;
    margin-left: 0px;
    width: 100%;
}

