.nav {
  position: absolute;
  top: 70px;
  left: -370px;
  width: 370px;
  z-index: 99999 !important;
  
}
.close-nav {
	display: block; 
	padding-top: 15%; 
	width: 100%; 
	text-align: center; 
	font-size: 55px; 
	line-height: 55px;
}
.nav .social-icon {
  width: auto;
  height: 32px;
  margin: 0px 5px;
  cursor: pointer;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
	opacity: 0.6;
}
.nav .social-icon:hover {
	opacity: 1;
}
.nav .social-icon.home:hover {
	-webkit-filter: none;
    filter: none;
}
.nav-footer i {
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.nav-footer i:hover {
	margin-top: 5px;
}
.box-nav {
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
	z-index: 1000000;
}

.btn-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  cursor: pointer;
}

.box-nav .btn-nav span {
  display: block;
  width: 100%;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
  border-radius: 3px;
  height: 3px;
  background: #fff;
  transition: all .3s;
  position: relative;
    opacity: 0.6;
}
.box-nav:hover .btn-nav span {
	opacity: 1;
}
.box-nav .btn-nav span + span {
  margin-top: 8px;
}

.active span:nth-child(1) {
  animation: ease .7s top forwards;
}

.not-active span:nth-child(1) {
  animation: ease .7s top-2 forwards;
}

.active span:nth-child(2) {
  animation: ease .7s scaled forwards;
}

.not-active span:nth-child(2) {
  animation: ease .7s scaled-2 forwards;
}

.active span:nth-child(3) {
  animation: ease .7s bottom forwards;
}

.not-active span:nth-child(3) {
  animation: ease .7s bottom-2 forwards;
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 13px;
    transform: rotate(0);
  }
  100% {
    top: 13px;
    transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
    top: 12px;
    transform: rotate(45deg);
  }
  50% {
    top: 12px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 10px;
    transform: rotate(0);
  }
  100% {
    bottom: 10px;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 12px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 12px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.nav a {
  color: black;
  font-weight: 500;
	padding-top: 7px;
}
.nav a.home_nav {
	margin-right: 14px;
}
.nav .item {
  display: flex;
  height: 80px;
  align-items: center;
  cursor: pointer;
  padding: 5px 10px;
}

.nav .item img {
  width: 100px;
  height: auto;
  margin-left: 10px;
}

.nav .item span {
  flex: 1;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
    color: #ffffff !important;
	padding-left: 10%;
}

.nav .item:hover {
  background-color: rgba(255,255,255,0.1);
}

.nav .item:hover span {
  font-weight: bold;
}

.nav-header {
  height: 60px;
  background-color: #000000;
      display: block;
    align-items: center;
    text-align: right;
	padding: 15px 7px 15px 60px;
}

.nav-header i {
  margin-right: 10px;
}

.nav-footer {
  height: 70px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
	color: #cccccc;
	font-size: 20px;
	
}

.nav-footer i {
  font-size: 30px;
  margin-left: 10px;
}
.nav-footer img {
	height: 40px;
	margin-left: 10px;
	opacity: 0.6;
}
.nav-footer:hover {
    background-color: rgba(0,0,0,0.1);
	color: #ffffff;
}
.nav-footer:hover img {
	opacity: 1;
}
.nav i, .nav-icon i {
  font-size: 45px;
	padding-top: 4px;
}
.nav i:hover, .nav-icon i:hover {
	
}
.home-icon {
  position: absolute;
  top: 0px;
  width: 60px;
  height: 60px;
  background-color: #000000;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
	padding: 10px 10px 7px 10px;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}
.home-icon img {
	opacity: 0.6;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}
.home-icon:hover img {
	opacity: 1;
}
.nav-icon {
  position: absolute;
  top: 75px;
  width: 60px;
  height: 60px;
  background-color: #000000;
  z-index: 100000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 1500px) {
.nav .item {
  height: 60px;
  padding: 5px 10px;
}

.nav .item img {
  width: 100px;
}
}


@media (max-width: 1366px) and (min-height: 900px) {

}
@media (max-height: 700px) {
.nav .item {
    height: 55px;
}
    .nav .item img {
    width: 90px;
}
}
@media screen and (max-width: 767px) {
  .home-icon {
	  width: 35px;
	  height: 35px;
	  padding: 8px 8px 5px;
  }
	.nav-icon {
	  width: 35px;
	  height: 35px;
		top: 45px;
  }
	.prism-create .nav {
    top: 45px;
	}
	.box-nav {
    width: 35px;
    height: 35px;
}
	.btn-nav {
    width: 20px;
}
	.box-nav .btn-nav span {
    height: 2px;
}
	.box-nav .btn-nav span + span {
  margin-top: 4px;
}
	
	@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 7px;
    transform: rotate(0);
  }
  100% {
    top: 7px;
    transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
    top: 7px;
    transform: rotate(45deg);
  }
  50% {
    top: 7px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 6px;
    transform: rotate(0);
  }
  100% {
    bottom: 6px;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 6px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 6px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
	
	
	.prism-create .nav {
		width: 280px;
		left: -280px;
}
	.nav i, .nav-icon i {
    font-size: 22px;
}
	.nav .item span {
    font-size: 12px;
		padding-left: 4%;
}
.nav .item img {
    width: 110px;
}
	.nav-header {
    height: 35px;
		text-align: right;
		display: block;
		padding: 6px 5px 6px 50px;
}
	.nav .social-icon {
    height: 22px;
}
	.nav-footer {
         font-size: 14px;
    height: 40px;
}
    .nav-footer img {
    height: 21px;
}
	.nav-footer i {
    margin-top: 2px;
}
.close-nav {
    font-size: 30px;
    line-height: 30px;
}	
}

@media screen and (max-height: 650px) {
    	.prism-create .nav {
		width: 370px;
		left: -370px;
		max-height: 500px;
		overflow: auto;
}
    .nav .item span {
    padding-left: 16%;
}
    
.nav-footer {
    height: 60px;
    font-size: 18px;
    }
    .nav-footer img {
    height: 30px;
}
}


@media screen and (max-height: 480px) {
  .home-icon {
	  width: 35px;
	  height: 35px;
	  padding: 8px 8px 5px;
  }
	.nav-icon {
	  width: 35px;
	  height: 35px;
		top: 45px;
  }
	.prism-create .nav {
    top: 45px;
	}
	.box-nav {
    width: 35px;
    height: 35px;
}
	.btn-nav {
    width: 20px;
}
	.box-nav .btn-nav span {
    height: 2px;
}
	.box-nav .btn-nav span + span {
  margin-top: 4px;
}
	
	@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 7px;
    transform: rotate(0);
  }
  100% {
    top: 7px;
    transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
    top: 7px;
    transform: rotate(45deg);
  }
  50% {
    top: 7px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 6px;
    transform: rotate(0);
  }
  100% {
    bottom: 6px;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 6px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 6px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
	
	.prism-create .nav {
		width: 260px;
		left: -260px;
		max-height: 300px;
		overflow: auto;
}
	.nav i, .nav-icon i {
    font-size: 22px;
}
	.nav .item span {
    font-size: 12px;
}
	.nav .item img {
    width: 70px;
}
	.nav .item {
    height: 50px;
    padding: 8px;
}
	.nav-header {
    height: 35px;
		text-align: right;
		display: block;
		padding: 6px 5px 6px 50px;
}
	.nav .social-icon {
    height: 22px;
}
	.nav-footer {
    height: 40px;
		font-size: 15px;
}
	.nav-footer img {
    height: 30px;
}
	.nav-footer i {
    margin-top: 2px;
}
}