hr { color: #0f0; background: #0f0; height: 1px; border: 0; }
.clear { clear: both; }


#block-head { height: 171px; }
#block-head .back { position: absolute; z-index: 101; top: 0; left: 0; height: 171px; width: 100%; background: url(http://d1.endata.cx/images/personal/510579/pan3.jpg) #000; }
#block-head .logo { position: absolute; z-index: 1001; top: 0; left: 0; }
#block-head .logo-over { position: absolute; z-index: 1003; top: 0; left: 0; }
#block-head .star { position: absolute; z-index: 1002; top: 15px; left: 34px; width: 210px; background: url(http://d1.endata.cx/images/personal/510579/image-head-stardark.png) top left no-repeat; }
#block-head .star .front { float: left; width: 0px; overflow: hidden; }
#block-head .orden { position: absolute; z-index: 2003; top: 0; left: 255px; }
#block-head .orden img { display: block; float: left; }

#DivBottomDesign { background: url(http://d1.endata.cx/images/en016.gif) top left; background-repeat: repeat; padding: 15px; }


BODY 
{	
background-color: #062400;
background-repeat: no-repeat;
background-attachment: fixed;
}
/*-------------------------------------*/

.accordion__item {
	margin: 1px auto;
}
.accordion__item .accordion__title {
	position: relative;
	display: block;
	padding: 13px 50px 15px 13px;
	margin-bottom: 1px;
	color: #202020;
	font-size: 18px;
	text-decoration: none;
	background-color: #167d04;
	border-radius: 3px;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
  cursor: pointer;
}
.accordion__item .accordion__title:hover {
	background-color: #467334;
	transition: all 0.5s ease-out;
}
.accordion__item .accordion-active {
	background-color: #283b09;
}
.accordion__item .accordion__title .accordion__arrow {
	position: absolute;
	top: 10px; right: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	font-size: 10px;
	font-weight: 300;
	margin-right: 5px;
	background-color: #063014;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.accordion__item .accordion__rotate {
	transform: rotate(225deg);
}
.accordion__item .accordion__content {
	padding: 30px;
	margin-bottom: 2px;
	font-size: 14px;
	display: none;
	background-color: #0e3b00;
}
.accordion__item .accordion__arrow-item {
	font-weight: 700;
}
/*-------------------------------------*/
.container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 1%;
  top: 55%;
}

#trav {
  -webkit-animation: blink 0.01s infinite alternate;
  -moz-animation: blink 0.01s infinite alternate;
  -o-animation: blink 0.01s infinite alternate;
  animation: blink 0.01s infinite alternate;
}

#fade {
  opacity: 0.8;
  color: #ebffff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3), 0 0px 15px #fff, 0 0 10px #38eeff, 0 0 50px #38eeff;
  -webkit-animation: fade 3s infinite alternate;
  -moz-animation: fade 3s infinite alternate;
  -o-animation: fade 3s infinite alternate;
  animation: fade 3s infinite alternate;
}

.neon-blue {
  margin: 0 auto;
  text-align: center;
  color: #ebffff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3), 0 0px 15px #fff, 0 0 10px #38eeff, 0 0 50px #38eeff;
}

@-moz-keyframes blink {
  70% {
    opacity: 0.7;
  }
}

@-webkit-keyframes blink {
  45% {
    opacity: 0.5;
  }
}

@-o-keyframes blink {
  70% {
    opacity: 0.7;
  }
}

@keyframes blink {
  70% {
    opacity: 0.7;
  }
}

@-moz-keyframes fade {
  40% {
    opacity: 0.8;
  }
  42% {
    opacity: 0.1;
  }
  43% {
    opacity: 0.8;
  }
  45% {
    opacity: 0.1;
  }
  46% {
    opacity: 0.8;
  }
}

@-webkit-keyframes fade {
  40% {
    opacity: 0.8;
  }
  42% {
    opacity: 0.1;
  }
  43% {
    opacity: 0.8;
  }
  45% {
    opacity: 0.1;
  }
  46% {
    opacity: 0.8;
  }
}

@-o-keyframes fade {
  40% {
    opacity: 0.8;
  }
  42% {
    opacity: 0.1;
  }
  43% {
    opacity: 0.8;
  }
  45% {
    opacity: 0.1;
  }
  46% {
    opacity: 0.8;
  }
}

@keyframes fade {
  40% {
    opacity: 0.8;
  }
  42% {
    opacity: 0.1;
  }
  43% {
    opacity: 0.8;
  }
  45% {
    opacity: 0.1;
  }
  46% {
    opacity: 0.8;
  }
}