@charset "utf-8";
/* CSS Document */

header .main {
  z-index: 99;
  position: relative;
  height: 100%;
  background: url(../images/nav_bg.png) center center no-repeat;
  width:42px; 
  height:42px;
  float:right;
  margin: 80px 70px 0 0;
  -webkit-transition: transform .7s ease-in-out;
  -moz-transition: transform .7s ease-in-out;
  -ms-transition: transform .7s ease-in-out;
  -o-transition: transform .7s ease-in-out;
  transition: transform .7s ease-in-out;
}

header .sidebar {
  height: 100%;
  width: 300px;
  position: absolute;
  top: 0;
  z-index: 1;
  right:-220px;
  background-color: #2c2c2c;
    -webkit-transition: transform .7s ease-in-out;
  -moz-transition: transform .7s ease-in-out;
  -ms-transition: transform .7s ease-in-out;
  -o-transition: transform .7s ease-in-out;
  transition: transform .7s ease-in-out;
}

header .bar {
  display: block;
  height: 2px;
  width: 20px;
  background-color: #fff;
  margin: 3px auto;
}

header .button {
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

header .nav-right {
  position: absolute;
  right: 10px;
  top: 12px;
}

header .nav-right.visible-xs1 { z-index: 3; }

header .hidden-xs1 { display: block; }

.middle { margin: 0 auto; }

header .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;
}

header .nav-right.visible-xs .active .bar {
  background-color: #FFF;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

header .button.active .top {
	top:10px;
  -webkit-transform: translateY(5px) rotateZ(45deg);
  -moz-transform: translateY(5px) rotateZ(45deg);
  -ms-transform: translateY(5px) rotateZ(45deg);
  -o-transform: translateY(5px) rotateZ(45deg);
  transform: translateY(5px) rotateZ(45deg);
}

header .button.active .bottom {
  -webkit-transform: translateY(-5px) rotateZ(-45deg);
  -moz-transform: translateY(-5px) rotateZ(-45deg);
  -ms-transform: translateY(-5px) rotateZ(-45deg);
  -o-transform: translateY(-5px) rotateZ(-45deg);
  transform: translateY(-5px) rotateZ(-45deg);
}

header .button.active .middle { width: 0; }

header .move-to-left {
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  -o-transform: translateX(-400px);
  transform: translateX(-400px);
}



header .sidebar-list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  margin-top: 150px;
  text-align: center;
}

header .sidebar-item {
  margin: 15px 0;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}

header .sidebar-item:first-child {
  -webkit-transition: all .7s .2s ease-in-out;
  -moz-transition: all .7s .2s ease-in-out;
  -ms-transition: all .7s .2s ease-in-out;
  -o-transition: all .7s .2s ease-in-out;
  transition: all .7s .2s ease-in-out;
}

header .sidebar-item:nth-child(2) {
  -webkit-transition: all .7s .4s ease-in-out;
  -moz-transition: all .7s .4s ease-in-out;
  -ms-transition: all .7s .4s ease-in-out;
  -o-transition: all .7s .4s ease-in-out;
  transition: all .7s .4s ease-in-out;
}

header .sidebar-item:nth-child(3) {
  -webkit-transition: all .7s .6s ease-in-out;
  -moz-transition: all .7s .6s ease-in-out;
  -ms-transition: all .7s .6s ease-in-out;
  -o-transition: all .7s .6s ease-in-out;
  transition: all .7s .6s ease-in-out;
}
header .sidebar-item:nth-child(4) {
    -webkit-transition: all .7s .6s ease-in-out;
    -moz-transition: all .7s .6s ease-in-out;
    -ms-transition: all .7s .6s ease-in-out;
    -o-transition: all .7s .6s ease-in-out;
    transition: all .7s .6s ease-in-out;
}

header .sidebar-item:nth-child(5) {
    -webkit-transition: all .7s .6s ease-in-out;
    -moz-transition: all .7s .6s ease-in-out;
    -ms-transition: all .7s .6s ease-in-out;
    -o-transition: all .7s .6s ease-in-out;
    transition: all .7s .6s ease-in-out;
}

header .sidebar-item:nth-child(6) {
    -webkit-transition: all .7s .6s ease-in-out;
    -moz-transition: all .7s .6s ease-in-out;
    -ms-transition: all .7s .6s ease-in-out;
    -o-transition: all .7s .6s ease-in-out;
    transition: all .7s .6s ease-in-out;
}
header .sidebar-item:last-child {
  -webkit-transition: all .7s .8s ease-in-out;
  -moz-transition: all .7s .8s ease-in-out;
  -ms-transition: all .7s .8s ease-in-out;
  -o-transition: all .7s .8s ease-in-out;
  transition: all .7s .6s ease-in-out;
}

header .sidebar-item.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

header .sidebar-anchor {
  color: #c1c1c1 !important;
  text-decoration: none !important;
  font-size:16px;
  text-transform: uppercase;
  position: relative;
}

header .sidebar-anchor:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #c1c1c1;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}

header .sidebar-anchor:hover:before { width: 100%; }

@media (max-width: 1400px) {
	header .main{margin:50px 45px 0 0}
	header .sidebar{right:-270px;}
}

@media (max-width: 1200px) {
	
		header .main {margin: 50px 25px 0 0;}
		header .bar{width:15px;}
		header .nav-right{right:14px;}
		header .sidebar{right:-310px;}
		.padbtm{padding-bottom:50px;}
		
}

@media (max-width: 990px) {
	header .main {
  z-index: 99;
  position: relative;
  height: 100%;
  background: url(../images/nav_bg.png) center center no-repeat;
  width:42px; 
  height:42px;
  float:right;
  margin: 20px 30px 0 0;
}
  header .nav-right { 
  right: 13px;
  top: 12px;
	
}



  header .sidebar{right:-300px;}
  .right-blk .dropdown-content{right:100px;}




}



@media (max-width: 768px) {


  header .hidden-xs1 { display: block !important; }
  header .visible-xs1 { display: block !important; }
  header .sidebar{width:250px;}
  header .sidebar-list{margin-top:70px;}

}

@media (max-width: 600px) {

	header .main-section{width:70px;}
	header .main{margin: 30px 13px 0 0 ;}
	header .nav-right{right:14px;}
	header .sidebar{right:-330px;}
	.right-blk .dropdown-content{right:70px;min-width:160px;}



}
