/*Sie menu toggle*/
nav > li > a:hover{
    clear: both;
}
.banner-box-menu{
	width: 100%;
    height: 150px;
    background-color: #FFFFFF;
    padding: 2em;
}
/*.banner-box-menu .nav{
    border-bottom: 2px solid transparent;
    color: rgba(55, 55, 55, 0.75);
    font-size: 18px;
    font-weight: bold;
    padding-left: 85px;
    padding-right: 0;
    z-index: 1000;
}*/
.banner-box-menu .nav{
    position: absolute;
    color: rgba(55, 55, 55, 0.75);
    font-size: 18px;
    font-weight: bold;
    left: 85px;
    padding-right: 0;
    z-index: 1000;
}
.banner-box-menu .nav ul{

}
.banner-box-menu .nav li{
	display: inline-block;
	float: left;
}
.banner-box-menu .nav > li > a {
    padding: 10px 35px;
    text-transform: uppercase;
    color: #2B2B2B;
}

/*Nav menu toggle*/
.toggle-box-menu{
    z-index: 8000;
	width: 100%;
    height: 200px;
    padding: 0em;
    left: 100px;
    background-color: #f3f3f3;
}
/*.toggle-box-menu .nav{
    border-bottom: 2px solid transparent;
    color: rgba(55, 55, 55, 0.75);
    font-size: 18px;
    font-weight: bold;
    padding-left: 85px;
    padding-right: 0;
    z-index: 8000;
}*/
.toggle-box-menu .nav{
    position: absolute;
    color: rgba(55, 55, 55, 0.75);
    font-size: 18px;
    left: 85px;
    top: 20px;
    padding-right: 0;
    z-index: 8000;
}
.toggle-box-menu .nav ul{

}
.toggle-box-menu .nav li{
	display: inline-block;
	float: right;
}
.toggle-box-menu .nav > li > a {
    color: rgb(66, 66, 52);
    padding: 10px 35px;
    text-transform: uppercase;
}

/*Nav*/
nav {
    background-color: rgba(80, 80, 80, 1);
    height: 100%;
    left: -51%;
    position: fixed;
    top: 0;
    transition: left 0.2s linear 0s;
    width: 51%;
    z-index: 9001;
    overflow: hidden;
    padding-bottom: 210px;
}
#sidebar #scroller{
    width: 103%;
    height: 103%;
    padding-bottom: 15px;
    overflow: scroll;
}

nav a:nth-child(2) {
    margin-top: 5em;
}
nav a:nth-child(n+2) {
    color: white;
    display: block;
    font-size: 1.3em;
    margin: 30px 55px 30px 30px;
}
nav.open a:nth-child(n+2)::after {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin-top: 0.2em;
    transition: width 0.5s ease 0s;
    width: 0;
}
nav.open a:nth-child(n+2):hover::after, nav.open a.active:nth-child(n+2)::after {
    width: 100%;
}

/*nav #menuToggle {
    display: block;
    height: 29px;
    left: 105%;
    position: relative;
    top: 35px;
    width: 37px;
    background: #F3F3F3;
    padding: 18px;
}*/
nav #menuToggle {
    background: rgb(66, 66, 52) none repeat scroll 0 0;
    display: block;
    height: 29px;
    left: 20px;
    padding: 18px;
    position: fixed;
    top: 35px;
    width: 37px;
    z-index: 9999;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 5px;
}

nav #menuToggle span {
    background: #F3F3F3; none repeat scroll 0 0;
    display: block;
    height: 10%;
    left: 20%;
    position: absolute;
    top: 45%;
    width: 60%;
}
nav #menuToggle span::before, nav #menuToggle span::after {
    background: #F3F3F3; none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: -250%;
    transform: rotate(0deg);
    width: 100%;
}
.open a#menuToggle {
    left: 20px;
    z-index: 9998;
}
nav #menuToggle span::after {
    top: 250%;
}
.open {
    left: 0;
}
.open #menuToggle span {
    background: transparent none repeat scroll 0 0;
    left: 20%;
    top: 45%;
}
.open #menuToggle span::before, .open #menuToggle span::after {
    background: #F3F3F3 none repeat scroll 0 0;
    top: 0;
    transform: rotate(45deg);
}
.open #menuToggle span::after {
    transform: rotate(-45deg);
}
#menuToggle .navClosed {
    transition: background 0.1s linear 0s;
}
#menuToggle .navClosed::before, #menuToggle .navClosed::after {
    transition: top 0.2s linear 0.1s, transform 0.2s linear 0.1s;
}
#menuToggle .navOpen {
    transition: background 0.1s linear 0.2s;
}
#menuToggle .navOpen::before, #menuToggle .navOpen::after {
    transition: top 0.2s linear 0s, transform 0.2s linear 0s;
}

#overlay {
    background-color: #2b2b2b;
    height: 100%;
    left: 0;
    opacity: 0.98;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 700;
}

.overlay {
    display: block;
    position: absolute;
    z-index: 2000;
    background: rgba(240, 240, 240, .5);
    overflow: hidden;
    transition: all 0.5s;
}
/*a.close-overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}*/
a.close-overlay.hidden {
  display: none;
}

a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
}

#sidebar .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
#sidebar .overlay a.expand {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /*z-index: 2000;*/
}
#sidebar .side_menu_item.hover .overlay {
  opacity: 1;
}
#sidebar .side_menu_item.hover .overlay a.expand {
  width: 100%;
  height: 100%;
/*
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
*/
}
#sidebar .side_menu_item > img{
    width: 100%;
}
/*#sidebar #sidebar_scroll{
    width: 99.9%;
    height: 100%;
    border: 1px solid #000;
    overflow: hidden;
}*/
@media(min-width: 1024px){
    .toggle-box-menu .nav {
        color: rgba(55, 55, 55, 0.75);
        font-size: 18px;
        left: 85px;
        padding-right: 0;
        position: absolute;
        top: 35px;
        z-index: 8000;
    }
}
@media(max-width: 1024px){
    .banner-right img {
        width: 45%;
    }
}
