@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700');
	.icon-nav {display:inline-block;}

	.no-hover, .no-hover:active, .no-hover:focus {
    background: rgba(0, 0, 0, 0) !important;
	}
	
	/* Navigation Li Tweak */
	.menu ul li > a {
		padding: 8px 13px 6px;
    	margin: 0 0px 10px 3px;
	    font-family: 'Nunito Sans', sans-serif !important;
	}
	
	
	.list-unstyled {
	  padding: 0;
	  margin: 0;
	  list-style: none;
	}
	* {
	  box-sizing: border-box;
	}
	
	nav .nav-ul {
	  padding: 0;
	  margin: 0;
	  list-style: none;
	  margin: 2.9375rem 2.3125rem 0;
	  text-align: center;
	}
	nav .nav-li {
	/*  display: inline-block;*/
	  font-size: 1em;
	}
	nav .nav-li a {
	  position: relative;
	  overflow: hidden;
	 /* display:inline-block;*/
	}


	nav .nav-li a:before {
	  box-sizing: border-box;
	  transform: translateX(100%);
	  content: '';
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  height: 1px;
	  border-bottom: 1px solid transparent;
	  border-left: 1px solid transparent;
	  -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      -khtml-border-radius: 3px;	  
	}
	nav .nav-li a:after {
	  box-sizing: border-box;
	  transform: translateX(-100%);
	  content: '';
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 1px;
	  border-top: 1px solid transparent;
	  border-right: 1px solid transparent;
	  -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      -khtml-border-radius: 3px;	  
	}
	nav .nav-li a:hover {
	  color: inherit;
	  text-decoration: none;
	}
	nav .nav-li a:hover:before {
	  transition: .1s transform linear, .1s height linear .1s;
	  transform: translateX(0);
	  height: 100%;
	  border-color: #000;
	}
	nav .nav-li a:hover:after {
	  transition: .1s transform linear .2s, .1s height linear .3s;
	  transform: translateX(0);
	  height: 100%;
	  border-color: #000;
	}

 
 /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
 
 
 
 .sm { height: 20px; margin:0px 10px -16px; opacity:1; filter:invert(0.5);
	  -webkit-transition:all 10ms cubic-bezier(.69,.19,.6,.87) 0ms;  				
	-moz-transition: all 10ms cubic-bezier(.69,.19,.6,.87) 0ms;  				
	-o-transition: all 10ms cubic-bezier(.69,.19,.6,.87) 0ms; 				
	-transition: all 10ms cubic-bezier(.69,.19,.6,.87) 0ms;
}
.sm:hover { opacity:1; filter:invert(0);
	  -webkit-transition:all 20ms cubic-bezier(.69,.19,.6,.87) 0ms;  				
	-moz-transition: all 20ms cubic-bezier(.69,.19,.6,.87) 0ms;  				
	-o-transition: all 20ms cubic-bezier(.69,.19,.6,.87) 0ms; 				
	-transition: all 20ms cubic-bezier(.69,.19,.6,.87) 0ms;
}

.mobile {display: inline-block;}


#logo-nav img {width:100%;}

#logo-nav { width:130px;position:absolute; margin:0 0 0 0; left:20px; top:-30px; opacity:.0;  				}

#menu > #logo-nav {
	  opacity: 0; left:20px; top:7px;
	  -webkit-transition:all 1000ms cubic-bezier(.69,.19,.6,.87);  				
	-moz-transition: all 1000ms cubic-bezier(.69,.19,.6,.87);  				
	-o-transition: all 1000ms cubic-bezier(.69,.19,.6,.87); 				
	-transition: all 1000ms cubic-bezier(.69,.19,.6,.87);
	}	
	
#menu:hover > #logo-nav {
	  opacity: 1; left:20px; top:7px;
	  -webkit-transition:all 1000ms cubic-bezier(.69,.19,.6,.87);  				
	-moz-transition: all 1000ms cubic-bezier(.69,.19,.6,.87);  				
	-o-transition: all 1000ms cubic-bezier(.69,.19,.6,.87); 				
	-transition: all 1000ms cubic-bezier(.69,.19,.6,.87);
	}	
	

	

.underline {
    display: none;
	}
	



		
	.box { 
	  margin-top:65px;
	  right:20px;
	  width: 60px;
	  height: 60px;
	  position:absolute;
	  z-index:20003;
	  opacity: 1;
	  background-image:url(img/spinner-black.png);
	  background-size:80% 80%;
	  background-repeat:no-repeat;
	  background-position:right top;
	  -webkit-transition:all 500ms cubic-bezier(.69,.19,.6,.87) 200ms;  				
	-moz-transition: all 500ms cubic-bezier(.69,.19,.6,.87) 200ms;  				
	-o-transition: all 500ms cubic-bezier(.69,.19,.6,.87) 200ms; 				
	-transition: all 500ms cubic-bezier(.69,.19,.6,.87) 200ms;
	}
	
	#menu:hover > .box {
	  opacity: 0;
	  -webkit-transition:all 100ms cubic-bezier(.69,.19,.6,.87);  				
	-moz-transition: all 100ms cubic-bezier(.69,.19,.6,.87);  				
	-o-transition: all 100ms cubic-bezier(.69,.19,.6,.87); 				
	-transition: all 100ms cubic-bezier(.69,.19,.6,.87);
	}	
	
	#menu {
	  width: 100%;
	  right:0px;
	  padding-bottom:60px;
	  top:-50px;
	  position:absolute;
	  z-index:20002;
	  height: auto;
	  background: rgba(0,0,0,0.0);
	  transition: all 0.3s ease;
	  text-align:right;
	  -webkit-transition:all 300ms cubic-bezier(.69,.19,.6,.87) 100ms;  				
	-moz-transition: all 300ms cubic-bezier(.69,.19,.6,.87) 100ms;  				
	-o-transition: all 300ms cubic-bezier(.69,.19,.6,.87) 100ms; 				
	-transition: all 300ms cubic-bezier(.69,.19,.6,.87) 100ms;
	}
	
	 #menu:hover {
	  width: 100%;
	  right:0px;
	  padding-bottom:0px;
	  top:0px;
	  position:absolute;
	  background: rgba(0, 0, 0, 0.0);
	  -webkit-transition:	all 400ms cubic-bezier(.51,-0.44,.42,1.01);  				
	-moz-transition: 		all 400ms cubic-bezier(.51,-0.44,.42,1.01);  				
	-o-transition: 			all 400ms cubic-bezier(.51,-0.44,.42,1.01); 				
	-transition: 			all 400ms cubic-bezier(.51,-0.44,.42,1.01);
	}



	
	.menu-link { display: none; }
	
	.spinner-master input[type=checkbox] { display: none; }
	

	.menu ul {
	  padding: 0;
	  margin: 15px 15px 0 0;
	  list-style: none;
	  position: relative;
	  display: inline-block;
	}
	
	.menu > li > ul.sub_menu {
	  min-width: 10em;
	  padding: 4px 0;
	  background-color: #f4f4f4;
	  border: 1px solid #000;
	}
	
	.menu ul li { padding:0px; margin:0 -2px;    display: inline-block; }
	
	.menu > ul > li { display: inline-block; }
	
	.menu ul li a {
		display: inline-block !important;
		text-decoration: none;
		color: rgba(120, 120, 120, 1);
		font-size: 12.1px;
		text-transform: uppercase;
		letter-spacing: .2em;
		font-weight: 300;
		margin:0px 0 -20px 0;	
	}
	
	.menu ul li a:hover, .current {
    background: rgba(235, 235, 235, 0.0);
    color: #000;
    border-bottom: 0px black solid;
	border-radius:3px !important;		
	}
	
	.menu ul li a:active, .menu ul li a:focus {
    color: #fff;
    background: rgba(0, 0, 0, 1);
	border-radius:3px !important;
	}


	
	
	.menu ul li.hover > a {
	  background: #fff;
	  color: #000;
	}
		
	.menu ul ul {
	  display: none;
	  position: absolute;
	  top: 100%;
	  min-width: 160px;
	  background: #fff;
	}
	
	.menu ul li:hover > ul { display: block; }
	
	.menu ul ul > li { position: relative; }
	
	.menu ul ul > li a {
	  padding: 10px 15px;
	  height: auto;
	  background: #39484d;
	}
	
	.menu ul ul > li a:hover {
	  background: #fff;
	  color: #000;
	}
	
	.menu ul ul ul {
	  position: absolute;
	  left: 100%;
	  top: 0;
	}
	
	
	
	
.spinner-master .spinner {	
	box-shadow: 0 0 1px rgba(39, 39, 39, 0.75);
}
	

	

	
	

