* {
  -webkit-font-smoothing: antialiased;
}

html,
button,
input,
select,
textarea {
    color: #FFF;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: rgba(0,0,0,0.2);
    text-shadow: none;
}

::selection {
    background: rgba(0,0,0,0.2);
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

/* ==========================================================================
   Website
   ========================================================================== */

body, html { height: 100%; }

body {
  font: 16px/26px 'Oswald', Helvetica, Helvetica Neue, Arial;
  background: #000;
}

.concrete {
background: #000 url(../img/ialbg.jpg) repeat-x center -100px fixed;}

.leader {
	position: relative;
}

.leader:after {
	content: "";
	height: 3px;
	position: absolute;
	bottom: 14%;
	left: 0;
	right: 0;
	background: #000;
}

.leader img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
    max-height: 100%;
}

#wrapper {
	width: 700px;
  top: 50%;
  left: 50%;
	padding-left: 20px;
  padding-right: 20px;
  height: 200px;
  position: absolute;
  margin: 0 0 0 -370px;
  background-size: 100% auto;*/
  text-align: center;
  z-index: 100;
}

#logo {
  margin: 0 auto 50px !important;
  z-index: 100;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: fade;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-in-out;
}

#counter {
  color: #FFF;
  color: rgba(255,255,255,0.8);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px !important;
  margin-top: 30px;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: fade;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-in-out;
}

#newsletter {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #ddd;
	text-align: center;
	float: right;
}

#newsletter input {
  float: left;
  display: block;
  width: 140px;
	line-height: 17px;
	height: 20px;
	padding: 0 6px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  border-radius: 2px;
  background: #eee;
  color: #fff;
  border: 0;
}

#newsletter input:focus {
	outline: none;
	box-shadow: none;
	background: #000;
	color: #FFF;
}

#newsletter button {
  float: left;
  display: block;
  height: 20px;
  line-height: 17px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  margin-left: 4px;
  border-radius: 2px;
  background: #FFF;
  color: #000;
  border: none;
}

#newsletter button:hover {
  text-decoration: none;
  background: #BBB;
}

#newsletter button:active {
  text-decoration: none;
  background: #AAA;
}

#header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
  padding: 6px 6px 0;
	height: 26px;
	z-index: 100;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: fade;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-in-out;
}

.fb-like, .twitter-share-button {
	float: left;
  opacity: 0.5;
}

.fb-like:hover, .twitter-share-button:hover {
  opacity: 1;
}

.fb-like {
	margin-right: 6px;
}

@-webkit-keyframes fade {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}
@-moz-keyframes fade {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 740px) {

  #wrapper {
		width: 90%;
		padding: 0 5%;
		left: auto;
		position: fixed;
		margin: 0;
  }

	#logo {
		width: 100%;
		height: auto;
	}

  #counter {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 490px) {

	#wrapper {
		display: block;
		position: static;
	}

	.fb-like, .twitter-share-button {
		display: none !important;
	}
}

@media only screen and (max-height: 600px) and (min-width: 800px) {
  .leader img {
    max-width: 75%;
    height: auto;
    margin: 0 auto;
    display: block;
    max-height: 100%;
  }
}

@media only screen and (max-height: 500px) and (min-width: 800px) {
  .leader img {
    max-width: 60%;
    height: auto;
    margin: 0 auto;
    display: block;
    max-height: 100%;
  }
}

@media only screen and (max-height: 400px) and (min-width: 800px) {
  .leader img {
    max-width: 40%;
    height: auto;
    margin: 0 auto;
    display: block;
    max-height: 100%;
  }
}

.bandwrap {
width: 700px;
margin: 80px auto 20px;}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.left {
    float: left;
}
.right {
    float: right;
}

.nav {
  padding: 0;
  background: rgba(0,0,0,0.2); text-align: center; position: fixed;
  top: 0;
  left: 0;
  right: 0; margin: 0; text-transform: uppercase;
}

.nav li {
  display: inline-block;
}

.nav li a {
  line-height: 30px;
  display: block;
  padding: 10px;
  color: #FFF;
  text-decoration: none;
}

.nav li a:hover {
  text-decoration: none;
  background: #FFF;
  color: #333;
}
