.logo {
  line-height: 32px;
  text-decoration: none;
  float: none;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  max-width: 300px;
  display: block;
  margin: 20px auto 0;
  width: 50%;
  transition: all 0.3s cubic-bezier(.17,.84,.44,1);
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
}

.logo::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%,0);
  background-image: url("../img/logo-leaf1.png");
  width: 100%;
  height: 100%;
  display: block;
    transition: all 0.2s ease-out;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}

.is-sticky .logo::before {
  top: -20px;
}

.logo:after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  top: -15px;
  background-image: url("../img/head1.png");
  height: 100%;
  width: 100%;
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transform: translate(-50%, 0);
  transition: all 0.2s ease-out;
  max-width: 240px;
}

/*.logo:after {
  position: absolute;
	content: "";
	display: block;
	left: 50%;
	top: 0;
	background-image: url("../img/frontir1_anim.svg");
	height: 110px;
	width: 80px;
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	transform: translate(-53%, -24px) scale(1.34);
	transition: all 0.2s ease-out;
}*/

.logo img {
	position: relative;
  max-height: 120px;
  margin: 0 auto;
  display: block;
}

.logo:hover {
	opacity: 1;
	transform: translate(-50%,0) scale(1.05);
}

.logo:hover:after {
	opacity: 1;
	transform: translate(-50%,15%) scale(1.3);
}

/*.logo:hover:after {
	opacity: 0;
}*/

.is-sticky .logo {
  transform: translate(-50%,-40px) scale(0.5);
}

.navbar-inner .sublinks {
    display: block;
    float: left;
    margin: 35px 10px 0 0;
}

.navbar-inner .sublinks a {
    color: #fff;
    font-size: 14px;
    margin-right: 2px;
	white-space:nowrap;
}

.navbar-inner .accent {
    font-weight: 600;
    font-size: 17px !important;
	line-height: 1.1em;
}

.cycle-counter {
  display: flex;
  position: absolute;
  top: -45px;
  left: 0;
  transform: translate(0,0);
  transition: all 400ms ease-out;
  /*background: url("../img/cycle1.png") no-repeat top left;*/
  width: 240px;
  height: 140px;
  background-size: 100% auto;
}

.cycle-counter:before {
  content: "";
  /*background: url("../img/cycle1.png") no-repeat bottom left;*/
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 480px;
}

.cycle-counter.inactive {
  transform: translate(-150%,0);
	/*top:0;*/
}

.cycle-countdown {
  color: #fff;
  width: auto;
  height: auto;
  display: inline-block;
  position: absolute;
  font-size: 24px;
  line-height: 24px;
  top: 80px;
  left: 92px;
  font-weight: 600;
  text-shadow: 0px 0px 7px rgb(53, 242, 0);
	font-family: Panton;
}

.cycleloaderbox {
  display: block;
  position: absolute;
  width: 170px;
  left: 68px;
  top: 91px;
}

.cycleloader {
  width: 0;
  height: 4px;
  margin: 0;
  display: inline-block;
  position: relative;
  /*background: linear-gradient(270deg, rgb(198, 255, 157) 0%, rgb(150, 251, 74) 100px);*/
	background: linear-gradient(270deg, rgb(198, 255, 157) 0%, rgba(150, 251, 74, 0.61) 100px);
  box-shadow: 0 0 5px rgb(104, 255, 0);
  border-radius: 6px;
	/*transform: scaleX(-1);*/
}

.cycleloader:after, .cycleloader:before {
        content: '';
        width: 10px;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 9px;
        right: -2px;
        opacity: 0;
        transform: rotate(-45deg)  translateX(0px);
        animation: coli1 0.3s linear infinite;
}

.cycleloader:before {
        top: -4px;
        transform: rotate(45deg);
        animation: coli2 0.3s linear infinite;
}

@keyframes animRw {
  0% { width: 100%}
  100% { width:0}
 }

.cyclenamebox {
  background: url("../img/menu-button.png") no-repeat center center;
  display: flex;
  position: absolute;
  width: 48px;
  height: 48px;
  left: 20px;
  top: 80px;
  background-size: 64px;
  border-radius: 50%;
  box-shadow: 0px 0px 5px 2px rgba(98, 206, 18, 0.69);
  color: #fff;
  font-family: Panton;
  font-weight: 600;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  align-items: center;
	font-size: 34px;
  text-shadow: 0px 0px 10px rgb(53, 242, 0);
}

.cyclenamebox:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0px 0px 5px 5px rgb(98, 206, 18) inset;
}
	
#navigation-sticky-wrapper {
	/*height:45px !important;*/
	/*height:45px !important;
	height:0 !important;*/
	/*margin-top: -46px;*/
	margin: 0;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  /*transform: translate(-50%,0);*/
  width: 100%;
}

.navbar-fixed-top {
    margin-bottom: 0;
}

.navbar-inner {
	background: transparent none;
    /*box-shadow: 0 1px 5px rgba(0, 0, 0, 0.9) !important;*/
    line-height: 20px !important;
    /*min-height: 45px;
    padding-left: 20px !important;
    padding-right: 20px !important;
	padding-top: 0;*/
    transition: all 0.3s ease-out 0s;
    z-index: 10;
    position: relative;
	border:none;
}

.navbar {
	position: absolute;
	background: rgba(0,0,0,0) linear-gradient(to bottom, var(--color-menu-tint2) 0%,rgba(133, 50, 255, 0) 100%) no-repeat scroll 0 0;
	left: 0;
	right: 0;
}
	
/*.navbar .nav {
    height: 45px;
    text-align: center;
}*/

.navbar .nav > li {
	/*float:none;
	display:inline-block;*/
	margin-bottom: 0;		
	position:static;
	/*line-height:45px;
	width: auto;*/
}
	
.navbar .nav .logo {	
    display: inline-block;
    height: 45px;
    width: 160px;
    z-index: 100;
}

.navbar .nav .logo a{
	height: 25px;
    left: 0;
    padding: 10px 0;
    position: relative;
    top: 0;
    width: 100%;
}

.navbar .nav > li > a, .navbar .nav > li > span {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    height: 60px;
    transition: all 0.3s ease-out 0s;
    line-height: 60px;
    text-shadow: none;
    position: relative;
}

.navbar .nav > li a {
	text-decoration: none;
    position: relative;
}

.navbar .nav > li a:hover:before,
.navbar .nav > li a:hover:after {
   display: block;
   content: attr(data-text);
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0.2;
}

.navbar .nav > li a:hover:before {
   animation: glitch-it 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
   color: var(--color-blue1);
   z-index: -1;
}

.navbar .nav > li a:hover:after {
   animation: glitch-it 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both infinite;
   color: var(--color-pink1);
   z-index: -2;
}

.navbar .nav > .social {
    text-align:center;
}

.navbar .nav > .social > a {
    width: auto;
}
	
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	background: none;
	box-shadow: none;
	color: #fff;
	transition: all 0.3s ease-out 0s;
	text-shadow: 0px 0px 7px rgb(182, 255, 0);
}
	
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
	color: #dbff86;
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
	/*opacity:0.7;*/
}	
	
.navbar .show-menu {
  cursor: pointer;
  display: none;
  float: none;
  height: 64px;
  margin: 0;
  opacity: 1;
  padding: 0;
  width: 64px;
  outline: none;
  /*background: rgba(0,0,0,0) linear-gradient(to top,var(--color-blue1),var(--color-blue2) 100%) no-repeat scroll 0 0;*/
  background: var(--color-blue2);
  background-size: 100% auto;
  position: relative;
  z-index: 3002;
  border-radius: 12px;
  position: absolute;
  right: 20px;
  top: 20px;
  box-shadow: 0 0 15px #0200403d;
  border: 1px solid #2e14ab2b;
}

.navbar .show-menu:hover {
	opacity:1;
}

/*----Animated burger----*/
.show-menu-bar {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  margin: 0;
  outline: none;
    transition: all 0.35s cubic-bezier(0.75, 0, 0.25, 1);
}

.navbar .show-menu:hover .show-menu-bar {
    transform: scale(1.1);
}

.show-menu .menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  outline: none;
    position: relative;
}

.show-menu .line {
  fill: none;
  stroke: white;
  stroke-width: 4;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.show-menu .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 4;
}
.show-menu .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 4;
}
.show-menu .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 4;
}
.show-menu .opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 4;
}
.show-menu .opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 4;
}
.show-menu .opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 4;
}
/*----Animated burger----*/



/*-----------------------*/
		
.dropup, .dropdown {
    position: relative;
}

.dropdown-menu {
	background: #f2f2f2;
    /*background-clip: padding-box;*/    
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.4) inset;
    display: none;
    float: left;
    left: 0;
	right: 0;
    list-style: outside none none;
    margin-top: 0;
    min-width: 160px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
	border-bottom: 3px solid #c31400;
    border-top: 3px solid #c31400;
}

.open >.dropdown-menu{display:block;}

.dropline-box {
	display:none;
}

.navbar .search-box {
    /*display: block;
    top: 20px;
    z-index: 1;*/
}

.menusearch {
  position: relative;
  display: flex;
  padding: 20px;
  width: 100%;
}

.navbar .search-box > input {
  border-bottom: 1px solid var(--color-pink2);
  border-radius: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  height: 12px;
  width: 100%;
  margin-bottom: 0;
  padding-left: 30px;
  padding-bottom: 10px;
}

.navbar .search-box .fa-search {
    color: #fff;
    position: absolute;
    left: 0;
    top: 2px;
    opacity: 0.3;
}

#up {
    border-radius: 0;
    bottom: 50%;
    cursor: pointer;
    display: none;
    height: 48px;
    margin-bottom: -24px !important;
    position: fixed;
    right: 20px;    
    width: 48px;
    z-index: 2000;	   
}

#menu_top_inside, #menu_close_inside {
    height: 48px;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;    
    width: 48px;
	text-align: center;
	-webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
	transform: rotate(90deg);    
    transition: background-position 0.3s linear 0s;    
}

.navbar .container {
    max-width: 100% !important;
    width: auto !important;
}

.nav-container {
	display: block;
	position: relative;
	max-height: 100vh;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
	
.navbar-inner {
	min-height: 45px!important;
	padding:0!important;
}
	
.blend, #logo:before {
	display:none;
}
	
.nav-collapse {
  background: rgba(0, 0, 0, 0) linear-gradient(to top, var(--color-menu-tint1), var(--color-menu-tint3) 100%) no-repeat scroll 0 0;
  padding: 0;
  z-index: 2;
  position: absolute;
  width: 100%;
  background-position: left center, right center;
  background-repeat: repeat-y, repeat-y;
  left: 0;
    
    backdrop-filter: blur(20px);
}
	
.navbar .nav > li {
    /*display: inline-block;
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    line-height: 1;
    padding: 0 20px;
	border-left: none;
	margin-left: 0;
    */
    border: none;
}

.navbar .nav .mainmenu > li:after {
  /*content: "";
  position: relative;
  width: 100%;
  height: 1px;
  display: block;
  background: linear-gradient(90deg, rgba(0,175,242,0) 0%, rgb(108, 150, 6) 50%, rgba(0,175,242,0) 100%);*/
}
	
	.navbar .nav > li:last-child {
		border-bottom:none;
	}

.navbar .nav > li.active {
  background: linear-gradient(90deg, rgba(0,175,242,0) 0%, rgba(99, 181, 69, 0.47) 50%, rgba(0,175,242,0) 100%);
}
	
.navbar .nav {
    text-align: left;
    width: 100%;
    height: auto;
	/*max-height: 100%;*/
}
	
.navbar .nav > li > a, .navbar .nav > li > span {
  padding: 0;
  font-size: 18px;
  width: 100%;
  text-align: center;
  font-weight: 500;
	
	display: block;
  position: relative;
}
	
	.navbar .show-menu {
		display:block;
	}
	
	.navbar .nav-collapse .nav.pull-right {
		float: left;
		margin:10px 0;
	}
	
.dropdown-menu {
	background: transparent none;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

	.navbar .container {
   		border: none !important;
	}
	.navbar-fixed-top .navbar-inner {
    	box-shadow: none !important;
	}
	
/*#logo {
	padding-left:0;
	padding-right:0;
}

	#logo a {
		background-color:transparent;
		width: 64px;
	}*/
	
.navbar .search-box {
    /*margin-right: 20px;
    position: relative;
    float: left;
    margin-top: 12px;*/
}

/*#logo a:after {
    content: "`";
    font-size: 48px;
}*/

.nav-collapse {
  background: rgba(0, 0, 0, 0) linear-gradient(to top, #1f002d00, #0a0018 100%) no-repeat scroll 0 0;
  backdrop-filter: blur(0);
}

@media only screen and (max-width: 767px) {
	
    .navbar .show-menu {
        margin: 0 auto;
    }

    .navbar .show-menu:before {
    }
    
#navigation-sticky-wrapper {
    margin: 0;
    z-index: 200;
}
	
.navbar {
    left: 0;
	right: 0;
}

.navbar-inner .sublinks {
    margin: 48px 0 0;
	text-align: center;
	padding:0 10px;
	width:100%;
}

.navbar {
    /*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 1)) repeat scroll 0 0;
	background: transparent no-repeat;*/
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
}

.navbar:after {
    content: "";
    /*background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgb(0, 0, 0) 100%);*/
	background: transparent none;
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
}
	
	 .logo {
    margin: 0;
  }
	
	.logo:before {
  		/*width: 60px;*/
        top: 0;
	}
	
	.logo:after {
  		top: 10px;
        transform: translate(-50%, 28px) scale(1.5);
	}
	
	 .is-sticky .logo {
    transform: translate(-50%,-12px) scale(0.8);
  }
    
    .is-sticky .logo img {
        max-height: 100px;
    }
	
	.cycle-counter {
  		top: -64px;
  		left: -20px;
  		width: 200px;
  		height: 120px;
  }
	
	.cycle-counter::before {
  		width: 58px;
  		height: 400px;
  		background-size: auto 100%;
	}
	
	.cycle-countdown {
  		font-size: 22px;
  		line-height: 24px;
  		top: 75px;
  		left: 70px;
	}
	
	.cycleloaderbox {
  		width: 132px;
  		left: 68px;
  		top: 74px;
	}	
	
	.cycleloader {
  		height: 3px;
	}
	
	.logo.counted {
		transform: translate(-10%,0);
	}
	
	.is-sticky .logo.counted {
		transform: translate(-10%,-5px) scale(0.8);
	}
	
	.is-sticky .cycle-counter {
    top: -68px;
	}
	
	.cyclenamebox {
  width: 32px;
  height: 32px;
  left: 28px;
  top: 70px;
  font-size: 32px;
}
	
}

@media only screen and (max-width: 575px) {
  .cycle-countdown {
    left: 98px;
  }

  .navbar .show-menu {
  }

  .show-menu .menu {
  }

  .nav-collapse {
  background: rgba(0, 0, 0, 0) linear-gradient(to top, var(--color-menu-tint1), var(--color-menu-tint4) 100%) no-repeat scroll 0 0;
}

}

@media only screen and (max-width: 480px) {
	
	.cycle-counter {
  		left: -48px;
	}
	
	.cyclenamebox {
  		left: 52px;
	}
	
	.cycle-countdown {
  		left: 90px;
	}
    
    .is-sticky .logo img {
        max-height: 70px;
    }
	
	/*.actor2 {
  		transform: translate(-29%, 9%) scale(1.25) !important;
	}
	
	.actor3 {
  		transform: translate(26%, 2%) scale(0.95) !important;
	}*/
	
	.navbar .nav > li > a {
  font-size: 16px;
}
	
	.collapse.in {
  height: auto;
  height: 100vh !important;
  width: 100%;
  left: 0;
  /*background: rgba(0, 0, 0, 0) linear-gradient(90deg, rgb(19, 28, 12) 0%, rgba(43, 64, 25, 0.85) 100%) repeat scroll 0 0;*/
}
	
	.collapse.in:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: url("../img/led1r.png") repeat-y left center;*/
  display: block;
  background-size: 100% auto;
    opacity: 0.2;
}
	
.collapse.in .nav {
  /*top: 50%;
  transform: translate(0,-50%);*/
}
	
	.logo {
    max-width: 120px;
  }

/*#navigation-sticky-wrapper {
    margin: 0;
}

.navbar {
    right: 0;
}

.navbar-inner .sublinks {
    margin: 40px 0 0;
}

.navbar .show-menu {
    height: 40px;
    margin: 0 0 0 0;
    width: 40px;
}

.show-menu .menu svg {
    width: 40px !important;
    height: 40px !important;
}
	
	.logo {
  		transform: translate(-50%,0) scale(0.8);
	}*/

}