@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400');
@font-face {
	font-family: 'Xolonium';
	src: url('../fonts/xolonium-Regular.otf'),
		 url("../fonts/xolonium-Regular.ttf"),
		 url("../fonts/xolonium-regular.eot");
	font-weight: normal;
}
@font-face {
	font-family: 'Xolonium';
	src: url('../fonts/Xolonium-Bold.otf'),
		 url("../fonts/Xolonium-Bold.ttf");
	font-weight: bold;
}
/*-----RESET-----*/
	html,
	body{
		margin: 0;
		background-color: #000;
		color: #FFF;
	}
	#hd {
		background: black;
	}
	::selection {
		background: #1d2124;
		color: #CE0000;
	}
	::-moz-selection {
		background: #1d2124;
		color: #ffffff;
	}
	#hd * {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		word-wrap: break-word;
		word-break: break-word;
	}

	#overview #hd img {
		max-width: 100%;
	}
	#hd img {
		max-width: 100%;
		height: auto;
		border: none;
	}
	#hd a {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 1.05rem;
		text-decoration: none;
		color: #920000;
		font-weight: 600;
		transition: all 0.8s ease 0s;
		-webkit-transition: all 0.8s ease 0s;
		-moz-transition: all 0.8s ease 0s;
		-ms-transition: all 0.8s ease 0s;
		-o-transition: all 0.8s ease 0s;
	}
	#hd a:hover {
		text-decoration: none;
		color: #d30000;
	}
	#hd h1,
	#hd h2,
	#hd h3,
	#hd h4,
	#hd h5,
	#hd h6 {
		font-family: 'xolonium', sans-serif;
		color: #FFF;
		line-height: 1.4rem;
		margin: 0;
		font-weight: normal;
	}
	#hd p {
	  font-family: 'Roboto Condensed', sans-serif;
	  font-size: 1rem;
	  font-weight: 300;
	  letter-spacing: .5px;
	  line-height: 1.5rem;
	  margin: 0;
	  padding-bottom: 30px;
	  color: #FFF;
	}
	#hd b {
	  display: block;
	  font-size: 1.05rem;
	  font-weight: 400;
	  letter-spacing: 0.5px;
	}
	#hd small {
	  font-family: 'Roboto Condensed', sans-serif;
	  font-size: 12px;
	  line-height: 20px;
	  font-weight: 300;
	  letter-spacing: 1px;
	}
	#hd ul {
	  font-family: 'Roboto Condensed', sans-serif;
	  margin: 0;
	  padding: 0;
	  list-style: none;
	}
	#hd ul li {
	  font-family: 'Roboto Condensed', sans-serif;
	  font-size: 1rem;
	  color: #FFF;
	}

	#hd a.hd-link {
	  color: #c60012;
	  font-size: inherit;
	  text-decoration: underline;
	  font-weight: 400;
	}
	#hd a.hd-link:hover {
	  color: white;
	  opacity: 1;
	}
/*-----TXT-----*/
	#hd h2{
		font-family: 'xolonium', sans-serif;
		font-weight: 300;
		letter-spacing: 0;
		font-size: 3.75rem;
		line-height: 3.75rem;
		padding-bottom:50px;
		color:#c60012 !important;
	}

	#hd h3{
		font-family: 'xolonium', sans-serif;
		font-size: 1.85rem;
		line-height: 2.125rem;
		letter-spacing: 0;
		margin-bottom: 30px;
	}
	#hd h4{
		font-family: 'xolonium', sans-serif;
		text-transform: uppercase;
		font-size: 2.25rem;
		line-height: 2.125rem;
		letter-spacing: 0;
		margin-top: 0;
		margin-bottom: 5px;
	}
	#hd .align-center{
		text-align: center;
	}
	#hd .txt-red{
		color:#c60012;
		font-weight: 400;
	}
	#hd .txt-grey{
		color:#808080;
		font-weight: 400;
	}
	#hd .txt-smalltitle{
		font-family: 'xolonium', sans-serif;
		font-weight: 300;
		text-transform: uppercase;
		font-size: 1.1rem;
		line-height: 1.25rem;
	}
	#hd .txt-italic{
		font-style: italic;
	}
/*-----BLOCK-----*/
	#hd .w95{
		width: 94%;
		margin:0 auto;
	    position: relative;
	}
	#hd .w1100,
	#hd .w1200,
	#hd .w1300{
	    width: 90%;
	    max-width: 1200px;
	    margin: 0 auto;
	    position: relative;
	}
	#hd .w1100 {
	    max-width: 1100px;
	}
	#hd .w1300 {
	    max-width: 1300px;
	}
	#hd .col25,
	#hd .col40,
	#hd .col45,
	#hd .col50,
	#hd .col55,
	#hd .col60{
		display: inline-block;
		margin-left: -5px;
		vertical-align: middle;
	}
	#hd .col25{
		width: 25%;
	}
	#hd .col45{
		width: 45%;
	}
	#hd .col50{
		width: 50%;
	}
	#hd .col55{
		width: 55%;
	}
	#hd .col60{
		width: 60%;
	}
	#hd .col40{
		width: 40%;
	}

	#hd .fleft {
	    float: left;
	}
	#hd .fright {
	    float: right;
	}

	#hd .hd-rtl{
		direction: rtl;
	}
	#hd .mobile-on,
	#hd .hd-1024-on{
		display: none;
	}
/*-----SCROLL UP-----*/
	#hd #scrollUp {
	    position: fixed;
	    right: 30px;
	    bottom: 30px;
	    width: 45px;
	    height: 45px;
	    text-align: center;
	    cursor: pointer;
	    border-radius: 50%;
	    -webkit-border-radius: 50%;
	    -moz-border-radius: 50%;
	    border: 2px solid #8D0000;
	    z-index: 999;
	    opacity: 0;
	}

	#hd #scrollUp.hd-show {
	    opacity: 1;
	}

	#hd #scrollUp:hover {
	    background-color: #8D0000;
	}

	#hd #scrollUp:hover svg {
	    fill: #FFF;
	}

	#hd #scrollUp svg {
	    display: block;
	    position: absolute;
	    margin: auto;
	    top: 0;
	    right: 0;
	    bottom: 5px;
	    left: 0;
	    fill: #8D0000;
	    -webkit-transform: rotateZ(270deg);
	    -moz-transform: rotateZ(270deg);
	    -ms-transform: rotateZ(270deg);
	    -o-transform: rotateZ(270deg);
	    transform: rotateZ(270deg);
	}
/*-----kv-----*/
	#hd #kv{
		position: relative;
		padding: 5% 0;
	}
	#hd #kv img{
		display: block;
		margin:0 auto;
	}
	#hd #kv p{
		padding:0 50px;
		margin:-7.5% auto 0;
		position: relative;
		z-index: 2;
	}
/*-----sidebtn-----*/
	#hd #sidebtn{
		padding:100px 0 185px;
		position: relative;
	}
	#hd #sidebtn .bg-aura{
		width: 100%;
		height: 100%;
		background:url(../img/sidebtn/pugio-01-bg.jpg) left bottom no-repeat;
		background-size: 1920px;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
		pointer-events: none;
	}
	#hd #sidebtn p{
		max-width: 705px;
	}

	#hd #sidebtn .left{
		display: inline-block;
		vertical-align: top;
		width: 35%;
		margin-top: 7%;
		position: relative;
		text-align: center;
	}
	#hd #sidebtn .right {
		display: inline-block;
		vertical-align: top;
		width: 70%;
		margin-left: -5px;
		margin-right: -10%;
		position: relative;
	}

	#hd #sidebtn #sidebtn-toggle{
		display: inline-block;
		position: relative;
	}
	#hd #sidebtn #sidebtn-toggle img{
		display: block;
		margin:0 auto;
	}
	#hd #sidebtn #sidebtn-toggle img.toggle{
		width: 18.5%;
		position: absolute;
		top: 50.1%;
		left: -18%;
		right: 0;
		margin: 0 auto;
		cursor: pointer;
	}
	#hd #sidebtn #sidebtn-toggle img.toggle.hide{
		opacity: 0;
	}

	#hd #sidebtn .hint{
		width: 29%;
		position: absolute;
		bottom: 5%;
		left: 8%;
		-webkit-animation: prompt .8s infinite;
		-o-animation: prompt .8s infinite;
		animation: prompt .8s infinite;
	}
	#hd #sidebtn .hint p{
		height: 4rem;
		padding-left: 15px;
		position: absolute;
		padding-bottom: 0;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	#hd #sidebtn .description{
		position: absolute;
		width: 375px;
		text-align: left;
		padding-bottom: 0;
		left: 80%;
		bottom: 10%;
	}

	#hd #sidebtn .right img{
		display: block;
		margin:0 auto;
	}
	#hd #sidebtn .right img.toggle{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin:0 auto;
		pointer-events: none;
	}
	#hd #sidebtn .right img.toggle.putin{
		-webkit-animation: bigIn 1s forwards,
							 fadeIn .8s forwards;
		-o-animation: bigIn 1s forwards,
						fadeIn .8s forwards;
		animation: bigIn 1s forwards,
					 fadeIn .8s forwards;
	}
	#hd #sidebtn .right img.toggle.putout{
		/*opacity: 0;*/
		-webkit-animation: bigOut .5s forwards,fadeOut .8s forwards;
		-o-animation: bigOut .5s forwards,fadeOut .8s forwards;
		animation: bigOut .5s forwards,fadeOut .8s forwards;
	}
/*-----switchsocket-----*/
	#hd #switchsocket {
		padding:7% 0 0;
	}
	#hd #switchsocket h2{
		max-width: 870px;
	}
	#hd #switchsocket p{
		max-width: 520px;
	}
	#hd #switchsocket img{
		display: block;
		margin-left: auto;
		margin-right: -5%;
		margin-top: -27%;
		position: relative;
		z-index: -1;
	}
/*-----features-----*/
	#hd #features{
		background: url(../img/features/pugio-03-bg.jpg) 0 0 no-repeat;
		background-size: cover;
		padding-top: 60px;
		margin-top: 0;
	}
	#hd #features > ul > li{
		width: 33.333%;
		padding: 0 2%;
		float: left;
	}
	#hd #features > ul > li > h3{
		max-width: 400px;
		display: inline-block;
	}
	#hd #features > ul:after{
		content:'';
		display: block;
		width: 0;
		height: 0;
		clear:both;
	}
	#hd #features > ul > li:nth-child(2){
		/*padding: 0 4%;*/
		position: relative;
	}
	#hd #features > ul > li:nth-child(2):before,
	#hd #features > ul > li:nth-child(2):after{
		content:'';
		display: block;
		position: absolute;
		height: 80%;
		width: 2px;
		background:url(../img/features/bar.png) center center no-repeat;
		background-size: contain;
		top: 0;
		bottom: 0;
		margin:auto 0;
	}
	#hd #features > ul > li:nth-child(2):before{
		left: 0;
	}
	#hd #features > ul > li:nth-child(2):after{
		right: 0;
	}


	#hd #features > ul > li:nth-child(2) img{
		margin-top: 50px;
		max-width: 90%;
	}

	#hd #features .steps{
		width: 100%;
		height: 330px;
		margin:0 auto;
		overflow: hidden;
		position: relative;
	}
	#hd #features .steps ul{
		width: 300%;
		position: absolute;
		top: 0;
		left: 0;
	}
	#hd #features .steps li{
		width: 33.3333%;
		float:left;
	}

	#hd #features .dots li{
		display: inline-block;
		width: 14px;
		height: 14px;
		border-radius: 8px;
		background-color: #c60012;
		margin: 30px 7px;
		cursor: pointer;
		opacity: .3;
		-webkit-transition: opacity .25s ease;
		   -moz-transition: opacity .25s ease;
		    -ms-transition: opacity .25s ease;
		     -o-transition: opacity .25s ease;
		        transition: opacity .25s ease;
	}
	#hd #features .dots li.active{
		opacity: 1;
	}
/*-----lighting-----*/
	#hd #lighting{
		padding-top: 120px;
		position: relative;
		z-index: 2;
		text-align: center;
	}
	#hd #lighting h2{
		padding: 0 20px 50px;
	}
	#hd #lighting .w1100{
		padding:0 60px;
	}

	#hd #lighting .w1100 > p{
		padding:0 55px;
		margin-bottom: 90px;
	}

	#hd #lighting .hd-lighting{
		text-align: center;
		max-width: 1920px;
		margin: -25% auto 0;
		position: relative;
		overflow:hidden;
		z-index: -1;
	}
	#hd #lighting .hd-controls{
		max-width: 350px;
		position: relative;
	}
	#hd #lighting .hd-controls li{
		display: inline-block;
		vertical-align: top;
		width: 33.333%;
		margin-left: -5px;
		margin-bottom: 30px;
		opacity: .6;
		cursor: pointer;
	}
	#hd #lighting .hd-controls li img{
		display: block;
		max-width: 58px;
		max-height: 58px;
		margin:0 auto 10px;
	}
	#hd #lighting .hd-controls li.hd-active{
		opacity: 1;
	}

	#hd #color,
	#hd #greybg{
		position: absolute;
		width: 60%;
		height: 88%;
		top:2px;
		left: 40%;
		right: 0;
		margin:0 auto;
		z-index: -2;
		-webkit-transition: opacity .4s ease;
		   -moz-transition: opacity .4s ease;
		    -ms-transition: opacity .4s ease;
		     -o-transition: opacity .4s ease;
		        transition: opacity .4s ease;
	}
	#hd #greybg {
		background-color: #02112a;
		z-index: -3;
	}
	#hd #greybg.hd-zindex{
		z-index: -1;
	}

	#hd #colorpicker {
		width: 140px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -150px;
		margin: 0 auto;
	}
	#hd #colorpicker .farbtastic-mask,
	#hd #colorpicker .farbtastic-overlay{
		top: 0;
		left: 0;
	}
	#hd #reactive {
	  position: absolute;
	  width: 90px;
	  height: 90px;
	  top: 553px;
	  left: 45%;
	  background: url(../img/icon/click.png) center center no-repeat;
	  z-index: 1;
	  cursor: pointer;
	}
	#hd #color.reactive{
		opacity: 0;
		-webkit-transition: opacity .4s ease;
		   -moz-transition: opacity .4s ease;
		    -ms-transition: opacity .4s ease;
		     -o-transition: opacity .4s ease;
		        transition: opacity .4s ease;
	}
/*-----aura-----*/
	#hd #aura .bg-aura{
		width: 100%;
		padding-bottom: 70%;
		background: url(../img/aura/pugio-05-bg-1.png) 0 0 no-repeat;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
		pointer-events: none;
	}
	#hd #aura{
		padding-top: 19%;
		margin-top: -19%;
		background-size: cover;
		position: relative;
	}
	#hd #aura h2{
		position: relative;
		z-index: 4;
	}
	#hd #aura p{
		max-width: 930px;
		position: relative;
		z-index: 4;
	}
	#hd #aura small{
		display: block;
		max-width: 850px;
		position: relative;
		z-index: 4;
	}
	#hd #aura img{
		display: block;
		width: 100%;
		margin-top: -23%;
		position: relative;
		z-index: -1;
	}
/*-----switches-----*/
	#hd #switches {
		padding-bottom: 7%;
	}
	#hd #switches h2+p{
		max-width: 500px;
		padding-bottom: 0;
	}
	#hd #switches .left{
		vertical-align: top;
		padding:10% 6% 0;
	}
	#hd #switches .left img{
		display: block;
		margin-bottom: 30px;
	}
	#hd #switches .left p{
		padding-right: 5%;
	}
	#hd #switches .right{
		vertical-align: top;
		width: 70%;
		margin-left: -3%;
		margin-right: -10%;
		position: relative;
	}
	#hd #switches .right .tag{
		display: inline-block;
		text-align: center;
		width: 270px;
		padding:10px 0;
		border-top: 3px solid #c60012;
		border-bottom: 1px solid #c60012;
		position: absolute;
		bottom: 20%;
		left: 0;
		right: 25%;
		margin:0 auto;
	}
	#hd #switches .right .tag p{
		padding-bottom: 0;
	}
/*-----opticalsensor-----*/
	#hd #opticalsensor .w1100{
		direction: rtl;
	}
	#hd #opticalsensor .right{
		direction: ltr;
		vertical-align: top;
		padding-top: 3%;
		position: relative;
		z-index: -1;
	}
	#hd #opticalsensor .left{
		direction: ltr;
		vertical-align: top;
	}
	#hd #opticalsensor h2{
		padding-bottom: 30px;
	}

	#hd #opticalsensor ul{
		margin-top: 40px;
		text-align: center;
	}
	#hd #opticalsensor li{
		display: inline-block;
		text-align: center;
		padding:5px 0 5px;
		margin-bottom: 10px;
		border-top: 3px solid #c60012;
		border-bottom: 1px solid #c60012;
	}
	#hd #opticalsensor li:nth-child(2){
		margin:0 2% 10px;
	}
	#hd #opticalsensor h3{
		margin-bottom: 5px;
	}
	#hd #opticalsensor li p{
		font-size: 15px;
		font-weight: bold;
		padding-bottom: 0;
	}
/*-----separate-----*/
	#hd #separate{
		padding:6% 0 185px;
		margin-top: -7%;
		background-size: 1920px;
		position: relative;
		z-index: 3;
	}
	#hd #separate .bg-aura{
		width: 100%;
		height: 100%;
		background:url(../img/separate/pugio-08-bg.png) center top no-repeat;
		background-size: 1920px;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
		pointer-events: none;
	}
	#hd #separate p{
		padding-right: 12%;
	}
	#hd #separate .right{
		text-align: right;
	}
/*-----armoury-----*/
	#hd #armoury{
		text-align: center;
		padding-bottom: 7%;
	}
	#hd #armoury p{
		max-width: 740px;
		margin:0 auto 60px;
	}
	#hd #armoury .ui li:first-child{
		margin-right: -2.5%;
	}
	#hd #armoury .ui li:last-child{
		margin-left: -2.5%;
	}
	#hd #armoury .ui li:first-child img{
		display: block;
		-webkit-transform:  perspective(800px) rotateY(25deg);
		   -moz-transform:  perspective(800px) rotateY(25deg);
		    -ms-transform:  perspective(800px) rotateY(25deg);
		     -o-transform:  perspective(800px) rotateY(25deg);
		        transform:  perspective(800px) rotateY(25deg);
	}
	#hd #armoury .ui li:last-child img{
		display: block;
		-webkit-transform:  perspective(800px) rotateY(-25deg);
		   -moz-transform:  perspective(800px) rotateY(-25deg);
		    -ms-transform:  perspective(800px) rotateY(-25deg);
		     -o-transform:  perspective(800px) rotateY(-25deg);
		        transform:  perspective(800px) rotateY(-25deg);
	}
/* ---------- ANIMATIONS ---------- */
	#hd .colorrun{
		-webkit-animation: colorrun 5s infinite;
		-o-animation: colorrun 5s infinite;
		animation: colorrun 5s infinite;
	}
	@keyframes colorrun {
		from {
			-webkit-filter: hue-rotate(0deg);
			filter: hue-rotate(0deg);
		}
		to {
			-webkit-filter: hue-rotate(359deg);
			filter: hue-rotate(359deg);
		}
	}
	@-webkit-keyframes colorrun {
		from {-webkit-filter: hue-rotate(0deg);}
		to {-webkit-filter: hue-rotate(359deg);}
	}

	@-webkit-keyframes prompt{
		0%{
			-webkit-transform: scale(.9);
			        transform: scale(.9);
		}
		90%{
			-webkit-transform: scale(1);
			        transform: scale(1);
		}
		100%{
			-webkit-transform: scale(.9);
			        transform: scale(.9);
		}
	}
	@keyframes prompt{
		0%{
			-webkit-transform: scale(.9);
			        transform: scale(.9);
		}
		90%{
			-webkit-transform: scale(1);
			        transform: scale(1);
		}
		100%{
			-webkit-transform: scale(.9);
			        transform: scale(.9);
		}
	}

	.animated-fadeIn{
		-webkit-animation: fadeIn .5s forwards;
		-o-animation: fadeIn .5s forwards;
		animation: fadeIn .5s forwards;
	}

	@-webkit-keyframes bigIn{
		0%	{
			-webkit-transform: scale(2) translateY(-20px);
				 -moz-transform: scale(2) translateY(-20px);
					-ms-transform: scale(2) translateY(-20px);
					 -o-transform: scale(2) translateY(-20px);
							transform: scale(2) translateY(-20px);
		}
		50%	{
			-webkit-transform: scale(2) translateY(-20px);
			   -moz-transform: scale(2) translateY(-20px);
			    -ms-transform: scale(2) translateY(-20px);
			     -o-transform: scale(2) translateY(-20px);
			        transform: scale(2) translateY(-20px);
		}
		100%	{
			-webkit-transform: scale(1) translateY(0);
			   -moz-transform: scale(1) translateY(0);
			    -ms-transform: scale(1) translateY(0);
			     -o-transform: scale(1) translateY(0);
			        transform: scale(1) translateY(0);
		}
	}
	@keyframes bigIn{
		0%	{
			-webkit-transform: scale(2) translateY(-20px);
			   -moz-transform: scale(2) translateY(-20px);
			    -ms-transform: scale(2) translateY(-20px);
			     -o-transform: scale(2) translateY(-20px);
			        transform: scale(2) translateY(-20px);
		}
		50%	{
			-webkit-transform: scale(2) translateY(-20px);
			   -moz-transform: scale(2) translateY(-20px);
			    -ms-transform: scale(2) translateY(-20px);
			     -o-transform: scale(2) translateY(-20px);
			        transform: scale(2) translateY(-20px);
		}
		100%	{
			-webkit-transform: scale(1) translateY(0);
			   -moz-transform: scale(1) translateY(0);
			    -ms-transform: scale(1) translateY(0);
			     -o-transform: scale(1) translateY(0);
			        transform: scale(1) translateY(0);
		}
	}

	@-webkit-keyframes bigOut{
		0%	{
			-webkit-transform: scale(1) translateY(0);
				 -moz-transform: scale(1) translateY(0);
					-ms-transform: scale(1) translateY(0);
					 -o-transform: scale(1) translateY(0);
							transform: scale(1) translateY(0);
		}
		30%	{
			-webkit-transform: scale(2) translateY(-20px);
				 -moz-transform: scale(2) translateY(-20px);
					-ms-transform: scale(2) translateY(-20px);
					 -o-transform: scale(2) translateY(-20px);
							transform: scale(2) translateY(-20px);
		}
		100%	{
			-webkit-transform: scale(2) translateY(-20px);
				 -moz-transform: scale(2) translateY(-20px);
					-ms-transform: scale(2) translateY(-20px);
					 -o-transform: scale(2) translateY(-20px);
							transform: scale(2) translateY(-20px);
		}
	}
	@keyframes bigOut{
		0%	{
			-webkit-transform: scale(1) translateY(0);
				 -moz-transform: scale(1) translateY(0);
					-ms-transform: scale(1) translateY(0);
					 -o-transform: scale(1) translateY(0);
							transform: scale(1) translateY(0);
		}
		30%	{
			-webkit-transform: scale(2) translateY(-20px);
				 -moz-transform: scale(2) translateY(-20px);
					-ms-transform: scale(2) translateY(-20px);
					 -o-transform: scale(2) translateY(-20px);
							transform: scale(2) translateY(-20px);
		}
		100%	{
			-webkit-transform: scale(2) translateY(-20px);
				 -moz-transform: scale(2) translateY(-20px);
					-ms-transform: scale(2) translateY(-20px);
					 -o-transform: scale(2) translateY(-20px);
							transform: scale(2) translateY(-20px);
		}
	}

	@-webkit-keyframes fadeIn{
		0%	{opacity: 0;}
		50%	{opacity: 0;}
		100%	{opacity: 1;}
	}
	@keyframes fadeIn{
		0%	{opacity: 0;}
		50%	{opacity: 0;}
		100%	{opacity: 1;}
	}

	@-webkit-keyframes fadeOut{
		0%	{opacity: 1;}
		30%	{opacity: 0;}
		100%	{opacity: 0;}
	}
	@keyframes fadeOut{
		0%	{opacity: 1;}
		30%	{opacity: 0;}
		100%	{opacity: 0;}
	}
/* ---------- color effect ---------- */
	.hd-rainbow{
		background: url(../img/lighting/lighting-wave.png) 0 0 repeat;
		background-size: 150%;
	}
	.hd-comet{
		background: url(../img/lighting/lighting-comet.png) 0 0 no-repeat;
		background-size: cover;
	}

	@keyframes comet {
	    0% {
	         background-position: -1000px 0;
	    }
	    100% {
	        background-position: 50px 0;
	    }
	}
	@-webkit-keyframes comet {
	    0% {
	         background-position: -1000px 0;
	    }
	    100% {
	        background-position: 50px 0;
	    }
	}

	@-webkit-keyframes static {
	  0%	{opacity: 1}
	  50%	{opacity: 1}
	}
	@keyframes static {
	  0%	{opacity: 1}
	  50%	{opacity: 1}
	}
	@-webkit-keyframes breathing {
	  0%	{opacity: 1}
	  50%	{opacity: 0}
	}
	@keyframes breathing {
	  0%	{opacity: 1}
	  50%	{opacity: 0}
	}
	@-webkit-keyframes music {
	  0%	{opacity: 1}
	  10%	{opacity: .3}
	  40%	{opacity: 1}
	  60%	{opacity: .3}
	  70%	{opacity: 1}
	  95%	{opacity: .3}
	  100%	{opacity: 1}
	}
	@keyframes music {
	  0%	{opacity: 1}
	  10%	{opacity: .3}
	  40%	{opacity: 1}
	  60%	{opacity: .3}
	  70%	{opacity: 1}
	  95%	{opacity: .3}
	  100%	{opacity: 1}
	}
	@-webkit-keyframes cycle {
	  0%	{background-color: red;}
	  2%	{background-color: red;}
	  10.3%	{background-color: orange;}
	  18.6%	{background-color: yellow;}
	  26.9%	{background-color: #b0ff00;}
	  35.2%	{background-color: #00db4a;}
	  43.5%	{background-color: #00ffd9;}
	  51.8%	{background-color: #00deff;}
	  60.1%	{background-color: #0093ff;}
	  68.4%	{background-color: #0023ff;}
	  76.7%	{background-color: #8e00ff;}
	  85%	{background-color: #e100ff;}
	  93.3%	{background-color: #ff008b;}
	  100%	{background-color: red;}
	}
	@keyframes cycle {
	  0%	{background-color: red;}
	  2%	{background-color: red;}
	  10.3%	{background-color: orange;}
	  18.6%	{background-color: yellow;}
	  26.9%	{background-color: #b0ff00;}
	  35.2%	{background-color: #00db4a;}
	  43.5%	{background-color: #00ffd9;}
	  51.8%	{background-color: #00deff;}
	  60.1%	{background-color: #0093ff;}
	  68.4%	{background-color: #0023ff;}
	  76.7%	{background-color: #8e00ff;}
	  85%	{background-color: #e100ff;}
	  93.3%	{background-color: #ff008b;}
	  100%	{background-color: red;}
	}
