

/*¿ÞÂÊ¸Þ´º  */

button {
  background: none;
  border: none;
}
 button::-moz-focus-inner {
 border: 0;
}

:focus { outline: none; }

 ::-moz-focus-inner {
 border: 0;
}

.btn-nav .button_logo{
	color: #fff;
    position: absolute;
    top: 0;
    left: 98px;
    width: 236px;
    height: 100%;
    background: url(/img/menu_logo_button.png) no-repeat center;
}

.btn-nav:hover { cursor: pointer; }

.btn-nav:hover .bar { background: #FFEE00; }

.bar {
  display: block;
  height: 5px;
  width: 50px;
  background: #fff;
  margin: 10px 7px;
}


.animated .bar {
  margin: 10px 2px;
}

.btn-nav {
  z-index:100;
  position: fixed;
  left: 250px;
  top:20px;
  margin: 0 auto;
  padding:0px 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
    width: 65px;
	padding:2.5px 0;
	background-color:rgba(62,86,30,0.8);
	box-shadow: 10px 10px rgba(0,0,0,0.3);
}




.btn-nav:focus { outline: none; }

.middle { margin: 0 auto; }

.bar {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.animated { z-index: 999; }

.animated .arrow-top-r {
  -webkit-transform: rotateZ(-45deg) translateY(11px);
  -moz-transform: rotateZ(-45deg) translateY(11px);
  -ms-transform: rotateZ(-45deg) translateY(11px);
  -o-transform: rotateZ(-45deg) translateY(11px);
  transform: rotateZ(-45deg) translateY(11px);
  width: 25px;
}

.animated .arrow-middle-r {
  -webkit-transform: translateX(8px) scale(0.7,1);
  -moz-transform: translateX(8px) scale(0.7,1);
  -ms-transform: translateX(8px) scale(0.7,1);
  -o-transform: translateX(8px) scale(0.7,1);
  transform: translateX(8px) scale(0.7,1);
}

.animated .arrow-bottom-r {
  -webkit-transform: rotateZ(45deg) translateY(-11px);
  -moz-transform: rotateZ(45deg) translateY(-11px);
  -ms-transform: rotateZ(45deg) translateY(-11px);
  -o-transform: rotateZ(45deg) translateY(-11px);
  transform: rotateZ(45deg) translateY(-11px);
  width: 25px;
}

.nav-container {
	z-index: 100;
left:-150px;
  position: absolute;
  top: 0;
  background-color:rgba(62,86,30,0.8);
  height: 100%;
  width: 200px;
   box-shadow: 10px 0px rgba(0,0,0,0.3);

}

.nav-container .logo{display:inline-block; padding:10px; background:rgba(22,40,0,0.4);}
.nav-container .logo img{width:162px;}

.nav-list {
  list-style-type: none;
  text-align: center;
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: 30px;

}

.list-item {
  margin: 20px auto;
  border: 2px solid #fff;
  width: 50px;
  padding: 15px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.list-item:hover {
  border: 2px solid #17BEBB;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.list-item:hover .fa {
  color: #17BEBB;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.list-item a {
  color: #fff;
  font-size: 1.7em;
  display: block;
  width: 100%;
}

.fa {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
 @keyframes
showNav { from {
 left: -200px;
}

to { left: 0; }
}
 @-webkit-keyframes
showNav { from {
 left: -200px;
}

to { left: 0; }
}
 @-moz-keyframes
showNav { from {
 left: -200px;
}

to { left: 0; }
}
 @-o-keyframes
showNav { from {
 left: -200px;
}

to { left: 0; }
}

.showNav {
  -webkit-animation: showNav 1s ease forwards;
  -moz-animation: showNav 1s ease forwards;
  -o-animation: showNav 1s ease forwards;
  animation: showNav 1s ease forwards;
}
 @keyframes
hideNav { from {
 left: 0;
}

to { left: -200px; }
}
 @-webkit-keyframes
hideNav { from {
 left: 0;
}

to { left: -200px; }
}
 @-moz-keyframes
hideNav { from {
 left: 0;
}

to { left: -200px; }
}
 @-o-keyframes
hideNav { from {
 left: 0;
}

to { left: -200px; }
}

.hideNav {
  -webkit-animation: hideNav 1s ease forwards;
  -moz-animation: hideNav 1s ease forwards;
  -o-animation: hideNav 1s ease forwards;
  animation: hideNav 1s ease forwards;
}
.hidden { display: none; }

.nav-list a:hover{color:#ffee00!important;}
.nav-list .mb_box{margin: 30px 0 50px;}
.nav-list .login_box { position:static; width:inherit; margin-bottom:20px;  text-align:center; font-size:12px; }
.nav-list .login_box a { color:#fff; display:inline-block; margin-right:5px;}
.nav-list .login_box a:hover{ color:#fff;}
.nav-list .login_box .login_box_01{display:block; margin-top:10px;}

.nav-list .mb-t01 {position:relative;  display:block;  font-size:18px; color:#fff; height: 55px; line-height: 55px;  text-align: center; box-sizing:border-box;}
.nav-list .mb-t01:hover{border-top:1px solid rgba(255,255,255,0.2); border-bottom:1px solid rgba(255,255,255,0.2); line-height: 54px; }
.nav-list .mb-t01 > a {color:#fff;}
.nav-list .mb-t01:hover .mb-t02 {display:block;}
.nav-list .mb-t02 {position:absolute; width:200px; top:0px; left:200px;  display:none; background-color:rgba(62,86,30,1); text-align: left;}
.nav-list .mb-t02 { margin:0px; }
.nav-list .mb-t02 > li {min-height: 55px; line-height: 55px; padding-left: 22px;}
.nav-list .mb-t02 a { color:#fff;  font-size:15px; display:block; }




.nav-container .call {
 padding:5px 0 5px 30px;
 background: url(/img/icon02.png) 15px center no-repeat;
 background-size:26px;
 margin-bottom:20px;
}

.nav-container .call > a {
 display: inline-block;
 color: #fff;
 vertical-align: middle;
 font-family: NotoSans;
 font-weight: 700;
 font-size: 22px;
 line-height: 100%;
}

.nav-container .call > a:hover {
 color: #d45713;
}



.go_up{margin-top:40px;}
.go_up img{vertical-align:top;}


.login_form .uname {
	 font-size: 14px;
	 display:block;
	 padding:5px;
	 margin-bottom:5px;
}

/* //¿ÞÂÊ¸Þ´º  */



@media (max-width:1199px) {
	.btn-nav, .nav-container{display:none;}

}
