body {
	background: url(img/butcher-bg.jpg) top center no-repeat black;
	color: #a0a0a0;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.5em;

	overflow-x: hidden;

	margin: 0;
	padding: 0;
}

strong, a {
	color: #ff0000;
	text-decoration: none;
}

a {
	border: 0;
}

a:hover {
	color: white;	
}

#header,
#description {
	position: relative;
	width: 670px;
	margin: auto;
  text-align: center !important;
}

p {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}

.screen {
	width: 320px;
	height: 180px;
	border: 4px black solid;
	margin: 1px;
	display: inline-block;
}

.screen > img {
	width: 100%;
	height: 100%;
}

.embed {
	border: 0;
	margin: 10px auto;
	display: block;
	text-align: center;
}

footer {
	text-align: center;
}

#title,
#slogan,
#features,
#call,
#undecided-demo,
#soundtrack,
#community {
	margin: auto;

	display: inline-block;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -6000px;
	overflow: hidden;
}

#title {
	background-image: url(img/butcher-hd.png);
	margin-top: 10px;
	height: 114px;
}

#slogan {
	background-image: url(img/easiest.png);
	height: 42px;
}

#features {
	background-image: url(img/features.png);
	height: 42px;
}

#call {
	background-image: url(img/terminate.png);
	height: 69px;
}

#undecided-demo {
	background-image: url(img/undecided.png);
	height: 42px;
}

#soundtrack {
	background-image: url(img/soundtrack.png);
	height: 125px;
}

#community {
	background-image: url(img/community.png);
	height: 47px;
}

hr {
	background: url(img/separator.png);
	width: 900px;
	height: 2px;

	margin-top: 64px;
  margin-bottom: 16px;
	position: relative;
	left: -115px;

	display: block;

	border: 0;
}

.alarm {
	background: url(img/alarm.png);
	width: 737px;
	height: 737px;

	left: 0;
	top: 0;
	top: 0;

	position: absolute;

	animation: animationFrames linear 0.7s;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%;
	-webkit-animation: animationFrames linear 0.7s;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: animationFrames linear 0.7s;
	-moz-animation-iteration-count: infinite;
	-moz-transform-origin: 50% 50%;
	-o-animation: animationFrames linear 0.7s;
	-o-animation-iteration-count: infinite;
	-o-transform-origin: 50% 50%;
	-ms-animation: animationFrames linear 0.7s;
	-ms-animation-iteration-count: infinite;
	-ms-transform-origin: 50% 50%;
}

@keyframes animationFrames{
  0% {
    opacity:0;
    transform:  translate(-600px,0px)  scaleX(2.00) ;
  }
  31% {
    opacity:1;
    transform:  translate(-200px,0px)  scaleX(1.00) ;
  }
  31% {
    opacity:1;
    transform:  translate(-200px,0px)  scaleX(1.00) ;
  }
  68% {
    opacity:1;
    transform:  translate(200px,0px)  scaleX(1.00) ;
  }
  100% {
    opacity:0;
    transform:  translate(600px,0px)  scaleX(2.00) ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    opacity:0;
    -moz-transform:  translate(-600px,0px)  scaleX(2.00) ;
  }
  31% {
    opacity:1;
    -moz-transform:  translate(-200px,0px)  scaleX(1.00) ;
  }
  31% {
    opacity:1;
    -moz-transform:  translate(-200px,0px)  scaleX(1.00) ;
  }
  68% {
    opacity:1;
    -moz-transform:  translate(200px,0px)  scaleX(1.00) ;
  }
  100% {
    opacity:0;
    -moz-transform:  translate(600px,0px)  scaleX(2.00) ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    opacity:0;
    -webkit-transform:  translate(-600px,0px)  scaleX(2.00) ;
  }
  31% {
    opacity:1;
    -webkit-transform:  translate(-200px,0px)  scaleX(1.00) ;
  }
  31% {
    opacity:1;
    -webkit-transform:  translate(-200px,0px)  scaleX(1.00) ;
  }
  68% {
    opacity:1;
    -webkit-transform:  translate(200px,0px)  scaleX(1.00) ;
  }
  100% {
    opacity:0;
    -webkit-transform:  translate(600px,0px)  scaleX(2.00) ;
  }
}

@-o-keyframes animationFrames {
  0% {
    opacity:0;
    -o-transform:  translate(-600px,0px)  scaleX(2.00) ;
  }
  31% {
    opacity:1;
    -o-transform:  translate(-200px,0px)  scaleX(1.00) ;
  }
  31% {
    opacity:1;
    -o-transform:  translate(-200px,0px)  scaleX(1.00) ;
  }
  68% {
    opacity:1;
    -o-transform:  translate(200px,0px)  scaleX(1.00) ;
  }
  100% {
    opacity:0;
    -o-transform:  translate(600px,0px)  scaleX(2.00) ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    opacity:0;
    -ms-transform:  translate(-600px,0px)  scaleX(2.00) ;
  }
  31% {
    opacity:1;
    -ms-transform:  translate(-200px,0px)  scaleX(1.00) ;
  }
  31% {
    opacity:1;
    -ms-transform:  translate(-200px,0px)  scaleX(1.00) ;
  }
  68% {
    opacity:1;
    -ms-transform:  translate(200px,0px)  scaleX(1.00) ;
  }
  100% {
    opacity:0;
    -ms-transform:  translate(600px,0px)  scaleX(2.00) ;
  }
}

/*PLAYER*/
#player {
  width: 646px;
  height: 250px;
  position: relative;
  text-align: center;
  
  margin: auto;
  
  color: #f4f4f4;

  font-size: 1em;

  display: none;
}

#player.ready {
  display: block;
}

.details,
.playlist {
  position: absolute;
}

.details .tracks-header {
  margin: 0 0 4px 0;
}

.details .tracks-play-all {
  line-height: 24px;
  margin-bottom: 8px;
  font-size: 1em;
  background: #101010;
  width: 100%;
  display: inline-block;
  color: #db0000;
  font-weight: bold;
}

.tracks li.in-playlist {
  opacity: 0.5;
}

.details .tracks-play-all:hover {
  color: white;
}

.details .tracks {
  margin: 16px;
}

.details .tracks li {
  background: #101010;
  text-align: left;
}

.details .tracks ul,
.playlist ul {
  list-style: none;
  
  padding: 0;
  margin: 0;
}

.playlist {
  overflow: hidden;
}

.details .tracks ul > li,
.playlist ul > li {
  line-height: 24px;
  margin-bottom: 4px;
  
  font-size: 0.8em;
}

.playlist ul > li {
  background: #101010;
  text-align: left;
  width: 285px;
  margin-left: auto;
  margin-right: auto;
}

.playlist ul > .active:before,
.playlist ul > .selected:before {
  color: #db0000;
  content: "[ ";
}

.playlist ul > .active:after,
.playlist ul > .selected:after {
  color: #db0000;
  content: " ]";
}

.scroll-panel {
  overflow-y: auto;
}

.details .tracks .add-button,
.playlist .scroll-panel .play-button, 
.playlist .scroll-panel .pause-button,
.playlist .scroll-panel .remove-button {
  background: url(img/player/sprite.png) -117px 0;
  
  width: 24px;
  height: 24px;
  
  margin-right: 6px;
  
  display: inline-block;
  
  text-indent: -6666px;
  overflow: hidden;

  float: left;
}

.details .tracks .in-playlist .add-button {
  opacity: 0;
}

.details .tracks .add-button:hover {
  background-position: -117px -27px;
}

.playlist .scroll-panel .play-button {
  background-position: -45px 0;
}

.playlist .scroll-panel .play-button:hover {
  background-position: -45px -27px;
}

.playlist .scroll-panel .pause-button {
  background-position: -69px 0;
  display: none;
}

.playlist .scroll-panel .pause-button:hover {
  background-position: -69px -27px;
}

.playlist .scroll-panel .active .play-button {
  display: none;
}

.playlist .scroll-panel .active .pause-button {
  display: inline-block;
}

.playlist .scroll-panel .remove-button {
  background-position: -93px 0;
}

.playlist .scroll-panel .remove-button:hover {
  background-position: -93px -27px;
}

.details {
  width: 317px;
  height: 245px;
  
  left: 0;
  top: 0;
}

.playlist {
  width: 317px;
  height: 245px;

  left: 329px;
  top: 0;
}

.playlist .scroll-panel {
  width: 317px;
  height: 148px;
  
  outline: 0;
}

.playlist .scroll-panel li {
  cursor: pointer;
}


.player-display {
  background: #101010;
  position: absolute;

  width: 116px;
  height: 24px;
  padding: 0;
  border-left: 4px solid #101010;
  border-right: 4px solid #101010;

  overflow: hidden;
  color: #db0000;

  line-height: 24px;

  left: 108px;
  top: 20px;
}

.player-display .track-title {
  position: absolute;
  white-space: nowrap;;
}

.audio-player {
  width: 283px;
  height: 52px;
  
  margin-left: auto;
  margin-right: auto;
  margin-top: 21px;
  text-align: center;
  
  position: relative;
}

.audio-player .play-button,
.audio-player .pause-button,
.audio-player .loop-button,
.audio-player .stop-button {
  background: url(img/player/sprite.png) 0 -57px;
      
  width: 32px;
  height: 24px;
  
  position: absolute;
  
  top: 20px;
  left: 0;
  
  float: left;
  
  display: block;
  
  text-indent: -6666px;
  overflow: hidden;
}

.audio-player .play-button:hover {
  background-position: -32px -57px;
}

.audio-player .pause-button {
  background-position: -64px -57px;
  
  display: none;
}

.audio-player .pause-button:hover {
  background-position: -96px -57px;
}

.audio-player .loop-button.checked {
  background-position: -64px -89px;
  left: 36px;
}

.audio-player .loop-button.checked:hover {
  background-position: -96px -89px;
}

.audio-player .loop-button {
  background-position: -64px -121px;
  left: 36px;
}

.audio-player .loop-button:hover {
  background-position: -96px -121px;
}

.audio-player .stop-button {
  background-position: 0px -122px;
  left: 72px;
}

.audio-player .stop-button:hover {
  background-position: -32px -122px;
}

.audio-player .progress-bar {
  width: 232px;
  height: 16px;
  position: absolute;
  
  top: 0;
  left: 0;
  
  background: #101010;
  
  cursor: pointer;
}

.audio-player .progress-bar .inner {
  width: 0;
  height: 16px;
  
  background: #db0000;
}

.audio-player .time-bar {
  width: 47px;
  height: 16px;
  line-height: 16px;
  
  text-align: center;
  color: #db0000;
  
  position: absolute;
  
  top: 0;
  right: 0;
  
  background: #101010;
  float: left;
}

.audio-player .volume-bar {
  width: 32px;
  height: 24px;
  
  padding: 0 7px 0 8px;
  
  position: absolute;
  
  top: 20px;
  right: 0;

  background: #101010;
  float: left;
  
  cursor: pointer;
}

.audio-player .volume-bar .inner {
  width: 0;
  height: 24px;
  background: url(img/player/sprite.png) 0 -91px;
}

.audio-player .volume-bar:hover .inner {
  background-position: -32px -91px;
}

.audio-player .message {
  width: 100%;
  height: 200px;
  display: block;
  background: url(img/player/message.png) center no-repeat;
}

.audio-player .wrapper {
  display: none;
}

#community  {
  margin-bottom: 40px;
}

.fb-page {
  margin-bottom: 30px;
}

.community-button, .credits-button {
  width: 300px;
  height: 85px;
  display: inline-block;
  overflow: hidden;
}

.community-button {
  background: center top no-repeat;
  padding: 0 5px;
  margin: 10px 5px;
  text-indent: -6000px;
}

.credits-button {
  position: relative;
  display: inline-block;
  background: left top no-repeat;
  
  padding: 0 5px 2em 5px;
  margin: 10px 15px 0.5em 15px;

  text-align: center;

  color: white;
}

.credits-button:hover {
  background-position: right top;
  color: #db0000;
}

.credits-button > .caption {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.community-button:hover {
  background-position: center bottom;
 
}

.discord {
  background-image: url(img/discord.png);
}

.steam-workshop {
  background-image: url(img/steam-workshop.png);
  width: 400px;
  height: 113px;
}

.nexus-mods {
  background-image: url(img/nexus-mods.png);
}

.fmod-logo {
  background-image: url(img/fmod.png);
  width: 190px;
  height: 53px;
}

.unity-logo {
  background-image: url(img/unity.png);
  width: 190px;
  height: 72px;
}

#technology, #support {
  color: white;
  font-weight: bold;
  font-size: 1.9em;
}

.section-footer {
  clear: both;
  margin-bottom: 100px;
}

.contact > p {
  width: 100%;
  margin: 0 0 1.5em 0;
  padding: 0;
  text-align: center;
}

.contact .contact-label {
  font-weight: bold;
  color: white;
  margin-bottom: 0.5em;
  display: inline-block;
}