/*
* Animated on #menu-icon click #nav-icon1 toggle
* ankrommoisan-menu.js line 436
* {
  margin: 0;
  padding: 0; 
}

/* Icon 1 */

#nav-icon1, #nav-icon2 {
  padding: 0;
  width: 33px;
  height: 33px;
  position: relative;
  margin: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon2:not(.open){
  display: none;
}
#nav-icon2.open{
  display: block;
}
.block{
	display: block;
}

#nav-icon1 span, #nav-icon2 span {
  display: block;
  position: absolute;
  /*height: 2px;*/
  height: 33px;
  width: 33px;
  background-repeat: no-repeat;
  /*background: #2125299c;
  border-radius: 2px;
  opacity: 1;*/
  left: -10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


#nav-icon1 span:nth-child(1), #nav-icon2 span:nth-child(1) {
  top: 0px;  
  background-repeat: no-repeat;
  height: 33px;
  width: 33px;
}
#nav-icon1.open span:nth-child(1), #nav-icon2.open span:nth-child(1) {
  top: 8px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: translate(-3px, 0px) rotate(45deg) scale(1.3, 1.3)
}
.firstClean{
  background-image: url(../images/SVG/navtopbottomline.svg);
  top: -6px !important;
  left: -10px !important;
}
.open .firstClean{
  background-image: url(../images/SVG/navtopbottomline.svg);
  top: -1px !important;
  left: -15px !important;
}
.firstDirty{
  transform: rotate(180deg) !important;
  background-image: url(../images/SVG/navwdot.svg);
  top: -8px !important;
  left: -9px !important;
}
.open .firstDirty{
  transform: rotate(180deg) !important;
  background-image: url(../images/SVG/closewdot.svg);
  top: -8px !important;
  left: -9px !important;
}


#nav-icon1 span:nth-child(2), #nav-icon2 span:nth-child(2) {
  top: 8px;
}
#nav-icon1.open span:nth-child(2), #nav-icon2.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.middleClean{
  background-image: url('../images/SVG/navmiddleline.svg');
}


#nav-icon1 span:nth-child(3), #nav-icon2 span:nth-child(3) {
  top: 16px;
  background-repeat: no-repeat;
  width: 33px;
  height: 18px;
  margin: -4px 0px;
}
#nav-icon1.open span:nth-child(3), #nav-icon2.open span:nth-child(3) {
  top: 8px;
  margin-left: -5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: translate(7px, -4px) rotate(-45deg) scale(1.3, 1.3)
}
.lastClean{
  background-image: url(../images/SVG/navtopbottomline.svg);
}
.lastDirty{
  background-image: none;
}
