@media only screen and (min-width : 641px) {
	/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;

}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Bounce To Bottom 02 */
.hvr-bounce-to-bottom02 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom02:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom02:hover, .hvr-bounce-to-bottom02:focus, .hvr-bounce-to-bottom02:active {
  color: black;
}
.hvr-bounce-to-bottom02:hover:before, .hvr-bounce-to-bottom02:focus:before, .hvr-bounce-to-bottom02:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
}


nav{ float: right;margin-top: 30px;}



/* all nav */
.stellarnav { position: relative; width: 100%; z-index: 990; line-height: normal;}
.stellarnav ul { margin:0px; padding: 0; text-align: center;font-size: 0; }
.stellarnav li { list-style: none; display: block; margin: 0; padding: 0; position: relative; line-height: 22px; vertical-align: middle; font-size: 14px; font-size: 1.4rem; border-left: 1px solid #acaca1; width: 113px; height: 22px; box-sizing: border-box; margin:0px; padding: 0;}
.stellarnav li:first-child { border-left: none;}
.stellarnav li a { padding: 0; display: block; text-decoration: none; color: #fff; font-size: inherit; font-family: inherit; box-sizing: border-box; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out; }

.stellarnav li.siryo {
	border-left: none;
	width: 94px;
	background-color: #FCCF00;
}
.stellarnav li.siryo a {
	color: #353535!important;
}
.stellarnav li.siryo a:hover {
	color: #353535;
}




/* main level */
.stellarnav > ul > li { display: inline-block;  }
.stellarnav > ul > li > a { padding: 0; }

/* first level dd */
.stellarnav ul ul { top: auto; width: 220px!important; position: absolute; z-index: 9900; text-align: left; display: none; background: #a6a6a2; }
.stellarnav li li { display: block; padding: 10px;border-left: none;width: 220px!important; border-bottom: 1px solid #000;box-sizing: border-box; height: 44px;}
.stellarnav li li a { color: #000;}

/* second level dd */
.stellarnav ul ul ul { top: 0; /* dd animtion - change to auto to remove */ left: 220px; }
.stellarnav > ul > li:hover > ul > li:hover > ul { opacity: 1; visibility: visible; top: 0; }

/* .drop-left */
.stellarnav > ul > li.drop-left > ul { right: 0; }
.stellarnav li.drop-left ul ul { left: auto; right: 220px; }

/* light theme */
.stellarnav.light { background: rgba(255, 255, 255, 1); }
.stellarnav.light ul ul { background: rgba(255, 255, 255, 1); }
.stellarnav.light li a { color: #000; }
.stellarnav.light .menu-toggle { color: rgba(0, 0, 0, 1); }

/* dark theme */
.stellarnav.dark { background: rgba(53, 53, 53, 0); }
.stellarnav.dark ul ul { background: rgba(166, 166, 162, 1); }
.stellarnav.dark li a { color: #fff; }
.stellarnav.dark li li a { color: #000; }
.stellarnav.dark .menu-toggle { color: rgba(0, 0, 0, 1); }
/* sticky nav */ 
.stellarnav.fixed { position: fixed; width: 100%; top: 0; left: 0; z-index: 9999; }

/* only used when 'scrollbarFix' is set to true in the js. This fixes horizontal scrollbar caused by the dd menus that are very long.*/
body.stellarnav-noscroll-x { overflow-x: hidden; }

/* general styling */
.stellarnav li.has-sub > a:after {/* content: '\f0d7'; font-family: 'FontAwesome'; margin-left: 10px; */}
.stellarnav li li.has-sub > a:after {/* content: '\f0da'; font-family: 'FontAwesome'; margin-left: 10px; */}
.stellarnav li.drop-left li.has-sub > a:after { /*float: left; content: '\f0d9'; font-family: 'FontAwesome'; margin-right: 10px; */}
.stellarnav.hide-arrows li.has-sub > a:after, .stellarnav.hide-arrows li li.has-sub > a:after, .stellarnav.hide-arrows li.drop-left li.has-sub > a:after { display: none; }
.stellarnav .menu-toggle, .stellarnav .close-menu { display: none; text-transform: uppercase; text-decoration: none; }
.stellarnav .call-btn-mobile { display: none; }
.stellarnav .dd-toggle { display: none; position: absolute; top: 0; right: 0; padding: 0; width: 48px; height: 48px; text-align: center; z-index: 9999; border: 0; }
.stellarnav .dd-toggle i { position: absolute; margin: auto; top: 33%; left: 0; right: 0; -webkit-transition: transform .3s ease-out; -moz-transition: transform .3s ease-out; transition: transform .3s ease-out; }
.stellarnav.mobile > ul > li > a.dd-toggle { padding: 0; }
.stellarnav li.call-btn-mobile, .stellarnav li.call-btn-location { display: none; }
.stellarnav li.open > a.dd-toggle i { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }




/* Fallback for slow javascript */
@media only screen and (max-width : 640px) {
	.stellarnav { overflow: hidden; display: block; }
	.stellarnav ul { position: relative; display: none; }
nav{ float: right;margin-top: -45px;}
}

/* mobile nav */
.stellarnav .menu-toggle {
	color: #fff;
	padding: 15px;
	text-align: right;
}
.stellarnav.mobile { position: static; }
.stellarnav.mobile.fixed { position: static; }
.stellarnav.mobile ul { position: relative; display: none; }
.stellarnav.mobile.active { padding-bottom: 0; }
.stellarnav.mobile.active > ul { display: block;width:100%;height: auto; text-align: left;}
.stellarnav.mobile ul { text-align: left; }
.stellarnav.mobile > ul > li { display: block; border-left: none;  width: 100%;}
.stellarnav.mobile > ul > li > a { padding: 15px 50px 15px 15px;  }
.stellarnav.mobile > ul > li >  ul > li > a { padding-right: 0;  }
.stellarnav.mobile ul { background: rgba(0, 0, 0, 1); }
.stellarnav.mobile ul ul { position: relative; opacity: 1; visibility: visible; width: auto; display: none; -moz-transition: none; -webkit-transition: none; -o-transition: color 0 ease-in; transition: none; }
.stellarnav.mobile ul ul ul { left: auto; top: auto; }
.stellarnav.mobile li.drop-left ul ul { right: auto; }


.stellarnav.mobile li  .sub-menu li a {
 border-bottom: 1px solid rgba(255, 255, 255, .15);
 display: block;
color: #fff;
white-space: nowrap;
}
.stellarnav.mobile li a {
	padding: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, .15);
	 display: block;
}
.stellarnav.mobile ul li.has-sub a {
	padding: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, .15);
	 display: block;
}
.stellarnav.mobile li {height: auto;
display: block; 
	padding: 0;
}

.stellarnav.mobile .sub-menu li {height: auto;
display: block;
	padding-left:15px;
	padding-right:0;
} 
.stellarnav.mobile .sub-menu li a {color: #fff;
	padding-right:0;

} 
.stellarnav.mobile li.siryo {
	border-left: none;
	width: auton;
	background-color: none;
}
.stellarnav.mobile li.siryo a {
	color: #ffffff!important;
}
.stellarnav.mobile li.siryo a:hover {
	color: #ffffff!important;
}



.stellarnav.mobile li a.dd-toggle { border-bottom: none!important; } 
.stellarnav.mobile .menu-toggle, .stellarnav.mobile .dd-toggle, .stellarnav.mobile .close-menu  { display: block; }
.stellarnav.mobile li.call-btn-mobile { border-right: 1px solid rgba(255, 255, 255, .1); box-sizing: border-box; }
.stellarnav.mobile li.call-btn-mobile, .stellarnav.mobile li.call-btn-location { display: inline-block; width: 50%; text-transform: uppercase; text-align: center; }
.stellarnav.mobile li.call-btn-mobile.full, .stellarnav.mobile li.call-btn-location.full { display: block; width: 100%; text-transform: uppercase; border-right: 0; text-align: left; }
.stellarnav.mobile li.call-btn-mobile i, .stellarnav.mobile li.call-btn-location i { margin-right: 5px; }
.stellarnav.mobile.top { position: absolute; width: 100%; top: 0; left: 0; z-index: 9999; }
.stellarnav.mobile li.has-sub  { height:auto; }
.stellarnav.mobile li.has-sub > a:after, .stellarnav.mobile li li.has-sub > a:after, .stellarnav.mobile li.drop-left li.has-sub > a:after { display: none; }

	/* Bounce To Bottom */
.hvr-bounce-to-bottom,
.hvr-bounce-to-bottom:before,
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active,
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before{
	width: 100%;
}

/* Bounce To Bottom 02 */
.stellarnav.mobile li .hvr-bounce-to-bottom02,
.stellarnav.mobile li .hvr-bounce-to-bottom02:before,
.stellarnav.mobile li .hvr-bounce-to-bottom02:hover, .hvr-bounce-to-bottom02:focus, .hvr-bounce-to-bottom02:active,
.stellarnav.mobile li .hvr-bounce-to-bottom02:hover:before, .hvr-bounce-to-bottom02:focus:before, .hvr-bounce-to-bottom02:active:before{
background: rgba(0, 0, 0, 1);
color: #fff!important;
margin-bottom: 15px;
}



.stellarnav.mobile.light li a { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.stellarnav.mobile.light li a.dd-toggle { border: 0; }
.stellarnav.mobile.light ul { background: rgba(255, 255, 255, 1); }
.stellarnav.mobile.dark ul { background: rgba(0, 0, 0, 1); }
.stellarnav.mobile.dark ul ul { background: rgba(255, 255, 255, .08); }
.stellarnav.mobile.light li.call-btn-mobile { border-right: 1px solid rgba(0, 0, 0, .1); }
/* mobile nav */
