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

	
	/* 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: 99.5%;
	  height: 1px;
	  border-bottom: 1px solid transparent;
	  border-left: 1px solid transparent;
	  border-radius:3px;
	}
	nav .nav-li a:after {
	  box-sizing: border-box;
	  transform: translateX(-100%);
	  content: '';
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 99.5%;
	  height: 1px;
	  border-top: 1px solid transparent;
	  border-right: 1px solid transparent;
	  border-radius:3px;
	}


 
 /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
 
 
 
 .sm { height: 20px; margin:0px 10px -16px; opacity:1; filter:invert(0.5);
	  -webkit-transition:all 0ms cubic-bezier(.69,.19,.6,.87) 0ms;  				
	-moz-transition: all 0ms cubic-bezier(.69,.19,.6,.87) 0ms;  				
	-o-transition: all 0ms cubic-bezier(.69,.19,.6,.87) 0ms; 				
	-transition: all 0ms 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 100ms 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(210, 210, 210, 1);
		font-size: 12.1px;
		text-transform: uppercase;
		letter-spacing: .2em;
		font-weight: 300;
		margin:0px 0 -20px 0;	
	}

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


#menu:hover {
    width: 100%;
    right: 0px;
    top: 0px;
    position: fixed;
    background: rgba(255,255, 255, 0.95);
    -webkit-transition: all 70ms cubic-bezier(.69,.19,.6,.87);
    -moz-transition: all 70ms cubic-bezier(.69,.19,.6,.87);
    -o-transition: all 70ms cubic-bezier(.69,.19,.6,.87);
    -transition: all 70ms cubic-bezier(.69,.19,.6,.87);
}
		 
		 
		 
	/*	 ********************************************************************************

.underline {
    display: block;
    width: 0px;
    height: 1px;
    background: rgba(100,100,100,0);
    margin: 10px auto;
    padding: 0 0 0 0;
	  -webkit-transition:all 50ms cubic-bezier(.69,.19,.6,.87) 100ms;  				
	-moz-transition: all 50ms cubic-bezier(.69,.19,.6,.87) 100ms;  				
	-o-transition: all 50ms cubic-bezier(.69,.19,.6,.87) 100ms; 				
	-transition: all 50ms cubic-bezier(.69,.19,.6,.87) 100ms;
	}
	
	
.menu ul li:active > .underline  {
    width: 80px;
    background: rgba(255,255,255,1);
	  -webkit-transition:all 50ms cubic-bezier(.69,.19,.6,.87) 0ms;  				
	-moz-transition: all 50ms cubic-bezier(.69,.19,.6,.87) 0ms;  				
	-o-transition: all 50ms cubic-bezier(.69,.19,.6,.87) 0ms; 				
	-transition: all 50ms cubic-bezier(.69,.19,.6,.87) 0ms;
	}

*/








	.mobile {margin-top:5vh;width: 100%;
    text-align: center;}
		
	.menu ul li > a { padding: 3px 15px 0; }
	
	.example-header .container { width: 100%; }
		
	.spinner-master * {
	  transition: all 0.3s;
	  box-sizing: border-box;
	}
	
	.spinner-master {
	  position: relative;
	  margin: 15px;
	  height: 30px;
	  width: 30px;
	  float: right;
	  z-index: 30003;

	}
	
	.spinner-master label {
	  cursor: pointer;
	  position: absolute;
	  z-index: 20003;
	  height: 100%;
	  width: 100%;
	  top: 5px;
	  left: 0;
	}
	
	.spinner-master .spinner {
	  position: absolute;
	  height: 4px;
	  width: 100%;
	  padding: 0;
	  background-color: #fff;
	}
	
	.spinner-master .diagonal.part-1 {
	  position: relative;
	  float: left;
	}
	
	.spinner-master .horizontal {
	  position: relative;
	  float: left;
	  margin-top: 4px;
	}
	
	.spinner-master .diagonal.part-2 {
	  position: relative;
	  float: left;
	  margin-top: 4px;
	}
	
	.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .horizontal { opacity: 0; }
	
	.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-1 {
	  transform: rotate(135deg);
	  -webkit-transform: rotate(135deg);
	  margin-top: 10px;
	}
	
	.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-2 {
	  transform: rotate(-135deg);
	  -webkit-transform: rotate(-135deg);
	  margin-top: -12px;
	}
	
	a.menu-link {
	  display: block;
	  color: #000;
	  float: left;
	  text-decoration: none;
	  padding: 10px 16px;
	  font-size: 1.5em;
	}
	

	a.menu-link.active:after { content: "\2715"; }
	
	.menu {
	  clear: both;
	  min-width: inherit;
	  float: none;
	}
	
	.menu,
	.menu > ul ul {
	  overflow: hidden;
	  max-height: 0;
	  background-color: #39484d;
	}
	
	.menu > li > ul.sub-menu {
	  padding: 0px;
	  border: none;
	}
	
	.menu.active,
	.menu > ul ul.active { max-height: 55em; }
	
	.menu ul { display: inline; }
	
	.menu li,
	.menu > ul > li { display: block; }
	
	.menu > ul > li:last-of-type a { border: none; }
	
	.menu li a {
	  color: #000;
	  display: block;
	  padding: 0.8em;
	  position: relative;
	}

	.menu ul ul > li a {
	  background-color: #000;
	  padding: 10px 18px 10px 30px;
	}

	.menu ul ul,
	.menu ul ul ul {
	  display: inherit;
	  position: relative;
	  left: auto;
	  top: auto;
	  border: none;
	}
	
	
	
.sm {
    height: 32px;
    margin: -7px 0px 12px;
    -webkit-transition: all 0ms cubic-bezier(.69,.19,.6,.87) 0ms;
    -moz-transition: all 0ms cubic-bezier(.69,.19,.6,.87) 0ms;
    -o-transition: all 0ms cubic-bezier(.69,.19,.6,.87) 0ms;
}
	
		.box { 
	  position:absolute;
	  opacity: 0;
	}
	
	
	#menu {
	  width: 100%;
	  padding-bottom:0;
	  right:0;
	  top:0px;
	  position:fixed;
	  z-index:30001;
	  height: 100vh;
	  background: rgba(0,0, 0, 0.95);
	  transition: all 2.3s ease;
	  -webkit-transition:all 700ms cubic-bezier(.69,.19,.6,.87);  				
	-moz-transition: all 700ms cubic-bezier(.69,.19,.6,.87);  				
	-o-transition: all 700ms cubic-bezier(.69,.19,.6,.87); 				
	-transition: all 700ms cubic-bezier(.69,.19,.6,.87);
	}
		 
#menu:hover {
    width: 100%;
    right: 0px;
    top: 0px;
    position: fixed;
	  background: rgba(0,0, 0, 0.95);
    -webkit-transition: all 70ms cubic-bezier(.69,.19,.6,.87);
    -moz-transition: all 70ms cubic-bezier(.69,.19,.6,.87);
    -o-transition: all 70ms cubic-bezier(.69,.19,.6,.87);
    -transition: all 70ms cubic-bezier(.69,.19,.6,.87);
}

	.first {margin-top:4vh;}

	 

	.menu ul li a {
	  font-size: 20px;
	  text-align:center;
	}
	
		 
	/* ********************************************************************************
 .underline {
    margin: 0px auto 10px;
}
	*/
		 

		
	/*Navigation Li Tweak*/
	.menu ul li > a {
		padding: 0px 1px 0px;
		margin:0 0px 0px 0px;
	}
	
	
	.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: none;
	  font-size: 1em;
	}
	nav .nav-li a {
	  position: relative;
	  overflow: hidden;
	}
	nav .nav-li a:before {
	  box-sizing: border-box;
	  transform: translateX(100%);
	  content: '';
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  width: 99.5%;
	  height: 0px;
	  border-bottom: 0px solid transparent;
	  border-left: 0px solid transparent;
	  border-radius:0px;
	}
	nav .nav-li a:after {
	  box-sizing: border-box;
	  transform: translateX(-100%);
	  content: '';
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 99.5%;
	  height:0px;
	  border-top: 0px solid transparent;
	  border-right: 0px solid transparent;
	  border-radius:0px;
	}

	
 }
 
 
 	 

	 
@media screen and (max-width : 1024px) and (orientation : portrait)  { 	
	.menu ul li a {
	  font-size: 20px !important; letter-spacing:.11em; padding-bottom: 0vh;
	}
}	 
@media screen and (max-width : 1024px) and (orientation : landscape)  { 	
	.menu ul li a {
	  font-size: 15px !important; letter-spacing:.11em; padding-bottom: 0vh;
	}
}
	
	
	

	
	

