
* {
  box-sizing: border-box;
}



nav#path_menu {
  padding: 0px;
  position: relative;
  height: auto;
  width: 120px;
  margin: 0px!important;
  margin-top:70px!important;
 margin-left:120px!important;
 right:15px;
  z-index: 3;
  -webkit-transform:rotate(90deg);
  -moz-transform:rotate(90deg);
  -transform:rotate(90deg);
}
nav#path_menu .wrapper {
  padding: 0;
  width: 785px;
}
nav#path_menu .wrapper, nav svg {
  height: 100%;
}
nav#path_menu svg {
  margin-right: 15px;
  cursor: pointer;
  height: 20px;
  width: 30px;
  float: left;
}
nav#path_menu svg path, nav#path_menu svg rect {
  fill: #fff;
}
nav#path_menu .nodes {
  position: relative;
  margin: 0px;
 
  float: left;
}

.line {
  position: absolute;
  height: 2px;
  top: 14px;
}
.line .red, .line .blue {
  width: 100%;
  height: 2px;
}
.line .red-container {
  overflow: hidden;
  height: 2px;
  width: 0px;
}
.line .red {
  background-color: #36845b;
  *zoom: 1;

}
.line .blue {
  background-color: #ccc;
  *zoom: 1;
}

.node {
  margin-left: 35px;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  float: left;
  margin-right: -10px;
  position: relative;
}
.node.active .active-circle .white{
	background:#36845b;
	border: 2px solid #fff;
}
.node .splash {
  box-shadow: 0px 0px 8px 2px rgba(0, 146, 69, 1);
  transform: translateZ(0px) scale(1);
  -webkit-transform: translateZ(0px) scale(1);
  -moz-transform: translateZ(0px) scale(1);
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  pointer-events: none;
  opacity: 1;
}
.node.active .active-circle {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  opacity: 1;
  
}
.node.active .splash {
  -webkit-transition: transform 1200ms, opacity 1500ms;
  -moz-transition: transform 1200ms, opacity 1500ms;
  transition: transform 1200ms, opacity 1500ms;
  
  -webkit-transform: translateZ(0px) scale(2.5);
  -moz-transform: translateZ(0px) scale(2.5);
  transform: translateZ(0px) scale(2.5);
  opacity: 0 !important;
}
.node.active .inactive-circle {
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  transition: opacity 200ms;
  opacity: 0;
  
}
.node .active-circle {
  -webkit-transition: all 300ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  -moz-transition: all 300ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  transition: all 300ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  transform: scale(0.7);
  
  position: absolute;
  opacity: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #36845b;
  *zoom: 1;
  
}
.node .active-circle .cover {
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  transform: translateZ(0px);
  
  width: 16px;
  height: 16px;
  background: transparent;
  border-radius: 100%;
  position: absolute;
  top: 2px;
  left: 2px;
}
.node .active-circle .white {
  -webkit-transition: all 300ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  -moz-transition: all 300ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  transition: all 300ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: -5px;
  right:5px;
  -webkit-transform: translateX(5px) translateY(5px) scale(1);
  -moz-transform: translateX(5px) translateY(5px) scale(1);
  transform: translateX(5px) translateY(5px) scale(1);
}
.node .inactive-circle {
  -webkit-transition: all 300ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  -moz-transition: all 300ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  transition: all 300ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  
  width: 14px;
  height: 14px;
  display: block;
  background: #fff;
  position: absolute;
  border-radius: 100%;
  border: 2px solid #ccc;
  top: 3px;
  left: 3px;
}
.node:hover {
  cursor: pointer;
}
.node:hover span {
  cursor: pointer;
  color: #36845b!important;
}
.node:hover .active-circle {
  -webkit-transition: all 200ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  -moz-transition: all 200ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  transition: all 200ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  
  -webkit-transform: scale(0.84);
  -moz-transform: scale(0.84);
  transform: scale(0.84);
  
 
  
}
.node:hover .active-circle .white {
  -webkit-transition: all 200ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  -moz-transition: all 200ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  transition: all 200ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  background:#36845b!important;
  -webkit-transform: translateX(4.7px) translateY(5px) scale(1.42);
  -moz-transform: translateX(4.7px) translateY(5px) scale(1.42);
  transform: translateX(4.7px) translateY(5px) scale(1.42);
  
}
.node:hover .inactive-circle {
  -webkit-transition: all 200ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  -moztransition: all 200ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  transition: all 200ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  transform: scale(0.85);
   border-color: #36845b!important;
}

.items {
  position: relative;
}
.items .item {
  position: relative;
  width: 100%;
  height: 100%;
  z-index:4;
}

