#navToggle.active span:first-of-type{top:12px;transform:rotate(135deg)}#navToggle.active span:nth-of-type(2){display:none}#navToggle.active span:nth-of-type(3){top:12px;transform:rotate(-135deg)}#nav.active{opacity:1;transform:translateY(0);display:block!important}nav>ul>li{font-size:18px;font-weight:700;margin-bottom:20px;position:relative}nav>ul>li:before{content:"";position:absolute;right:0;top:5px;width:13px;height:13px;background:url(/assets/img/arrow.png) no-repeat;background-size:13px 13px}nav>ul>li:nth-last-of-type(2){cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}nav>ul>li.active:before{background:url(/assets/img/arrow2.png) no-repeat;background-size:13px 13px}nav>ul>li a{color:#707070}ul.subNav{margin-left:5px;padding:14px 0 8px;display:none}@-webkit-keyframes subShow{0%{opacity:0}to{opacity:1}}@keyframes subShow{0%{opacity:0}to{opacity:1}}ul.subNav.active{display:block;-webkit-animation:subShow .5s;animation:subShow .5s}ul.subNav li{margin-bottom:10px}ul.subNav li:before{content:"\30FB"}ul.subNav li:last-of-type{margin-bottom:0}ul.subNav li a{font-size:16px;font-weight:400;text-decoration:underline}