/* TOP MENU */
.navtop {
  display: inline-block;
  background: transparent;
 /* border-radius: 3px;
  border-top: 2px solid #ffce54; 
  height: 60px;*/

}
.navtop ul {
  list-style: none;
  margin: 0;
  padding: 0;

  }
  
.navtop ul li {
  position: relative;
  display: inline-block;
  /*height: 60px;*/
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  vertical-align: middle;
  float: left;

}
.navtop ul li:first-child,
.navtop ul li:nth-child(2),
.navtop ul li:last-child {
  border-left: 0;
}
.navtop ul li:nth-child(2) a:before,
.navtop ul li:nth-last-child(2) a:before,
.navtop ul li:nth-child(2) a:after,
.navtop ul li:nth-last-child(2) a:after {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
/*
.navtop ul li:nth-child(2) > a:before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: -15px;
  content: '';
  width: 0;
  height: 0;
  display: block;
  border-right: 15px solid #FFFFFF;
  border-top: 60px solid transparent;
}
.navtop ul li:nth-last-child(2) a:after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: -15px;
  content: '';
  width: 0;
  height: 0;
  display: block;
  border-left: 15px solid #FFFFFF;
  border-bottom: 60px solid transparent;
}
.navtop ul li:last-child a {
  background: #ffce54;
  padding: 0 25px 0 300px;
  color: #FFFFFF;
}
.navtop ul li:last-child a:hover {
  background: #ffce54;
}
*/
.navtop ul li a {
  position: relative;
  display: block;
  padding: 0 21px;
  color: white;
  font-size: 14px;
  line-height: 45px;
  text-decoration: none;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.navtop ul li a:hover {
  background: #f2f2f2;
  color:#799B28;
}
.navtop ul li a:hover:before {
  border-right: 15px solid #f2f2f2;
}
.navtop ul li a:hover:after {
  border-left: 15px solid #f2f2f2;
}
.navtop ul li a.logo {
  background: #799B28;
  width: 30px;
  height: 30px;
  padding: 15px 30px 15px 15px;
  line-height: 1;
  vertical-align: middle;
}
.navtop ul li a.logo:hover {
  background: #799B28;
}
.navtop ul li a.logo img {
  width: 100%;
}
.navtop ul li a i {
  margin: 0 0 0 6px;
}
.navtop ul li .menu {
  display: none;
  position: absolute;
  background: #799B28;
  top: 100%;
  width: 240px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #799B28;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
}
.navtop ul li .menu li {
  display: block;
  width: 100%;
  height: 45px;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.navtop ul li .menu li:nth-child(2),
.nav ul li .menu li:nth-last-child(2) {
  height: 45px;
}
.navtop ul li .menu li:nth-child(2) a:before,
.navtop ul li .menu li:nth-last-child(2) a:before,
.navtop ul li .menu li:nth-child(2) a:after,
.navtop ul li .menu li:nth-last-child(2) a:after {
  content: '';
  display: none;
}
.navtop ul li .menu li a {
  background: #799B28;
  padding: 0 15px 0 30px;
  color: #f2f2f2;
  line-height: 45px;
  text-align: left;
}
.navtop ul li .menu li a:hover {
  background: #f2f2f2;
  color: #799B28;
  }
.info {
  width: 300px;
  margin: 50px auto;
  text-align: center;
}
.info h1 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
}
.info span {
  color: #666666;
  font-size: 12px;
}
.info span a {
  color: #000000;
  text-decoration: none;
}
.info span .fa {
  color: #799B28;
}
.info span .spoilers {
  color: #999999;
  margin-top: 5px;
  font-size: 10px;
}


/* ------------------------ SIDE MENU ----------------------------*/

nav {

}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  /* Sub Menu */
}
nav ul li a {
  display: block;
/*  background: #3498db;*/
  background: white;  
  padding: 10px 15px;
  color: #777;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  
  		border-top: 1px solid #cfcfcf;
		border-left: 1px solid #cfcfcf;
		border-right: 1px solid #cfcfcf;
  
  
}


nav ul li:last-of-type  {
		border-bottom: 1px solid #cfcfcf;	
	
}

nav ul li a:hover {
  background: #799B28;
  color:#f2f2f2;
}
nav ul li a .fa {
  width: 16px;
  text-align: center;
  margin-right: 5px;
}
nav ul li a .badge {
  display: inline-block;
  background: #fff;
  /* IE Fallback */
  background: rgba(255, 255, 255, 0.2);
  padding: 3px 7px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
nav ul li ul li a {
  background: #799B28;
  background: #f2f2f2;  
  border-left: 4px solid transparent;
  padding: 10px 20px;
  color:#777;
  }
nav ul li ul li a:hover {
  background: #799B28;
  color:white;
  border-left: 4px solid #f2f2f2;

}
/* Float Right/Left */
.right {
  float: right;
}
.left {
  float: left;
}