@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700,800,900,200,100);
@font-face {
    font-family: starfire;
    src: url(../font/starfire.woff);
}
@font-face {
    font-family: arkhip;
    src: url(../font/Arkhip_font.ttf);
}

body {
	background: #0F0F0F;
  font-family: 'Century Gothic', 'Apple Gothic', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #888;
	background-image: url(../img/overlay-noise.jpg);
  background-size: 100%;
  background-position: center top;
  background-repeat: repeat-y;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}
h2.fancy:after {
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 70px;
    content: " ";
    margin-left: -35px;
    position: absolute;
    background: #232323;
}
@media (min-width: 100px) and (max-width: 767px){
  h2.fancy:after {
    bottom: -20px;
  }
} 
/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}
h1 {
}
h2, h3, h4, h5, h6{
  font-family: 'Century Gothic', 'Apple Gothic', sans-serif;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: bold;
}
/* Links */
a {
    color: #f85c37;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/* Buttons */
.join {
    background-color: #101010;
    color: #555;
    border-radius: 3px;
    border: 1px solid #555;
}
.join:hover {
    background-color: #171717;
    color: #555;
}
.mail{
  margin-left: 20px;
}
input[type="email"]{
  padding-left: 5px;
  border-radius: 3px;
  background-color: #E8E8E8;
  color: #555;
  border: 1px solid #555;
}
::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color: #555;
}

:-moz-placeholder { /* Firefox 18- */
  color: #555;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #555;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #555;
}

::-ms-input-placeholder { /* Edge */
  color: #555;
}
:placeholder-shown{
  color: #555;
}
/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {

	padding-bottom: 70px;
	text-align: center; 
	background-image: url(../img/triffids-webcover.jpg);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}    
.arrow{
	text-align: center; 
	background-image: url(../img/arrow-down.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 83px;
  height: 180px;
  position: absolute;
  bottom: 46px;
  right: -180px;
  opacity: 0.59;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}
.arrow:hover{
  opacity: 1;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}
@media (min-width: 100px) and (max-width: 600px){
  .arrow {
  display: none;
  }
} 
#headerwrap h1 {
	margin-top: 150px;
	color: white;
	font-size: 70px;
	font-weight: 700;
}

#headerwrap h3 {
	color: white;
	font-size: 30px;
	font-weight: 100;
    font-style: oblique;
}

#headerwrap .logo {
	text-align: left;
	margin-left: 20px;
	margin-top: 15px;
}

.img-responsive.height{
  position: absolute;
  top: 0px;
  z-index: 8;
}
#f h3 {
	color: white;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;	
}

#f i {
	font-size: 8px;
	color: #fff;
    padding: 3px;
}

#f img {
	text-align: center;
}


/* MENU CONF*/

.menu {
	position: fixed;
	left: -200px;
	width: 260px;
	height: 100%;
	top: 0;
	z-index: 10;
	text-align: left;
}

.menu.menu-open {
	left: 0px;
}

#menuToggle {
	position: absolute;
	top: 20px;
	right: 0px;
	z-index: 11;
	display: block;
	text-align: center;
	font-size: 14px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	background: rgba(0,0,0,0.25);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

#menuToggle:hover {
	color: #ffffff;
	background: rgba(0,0,0,0.2);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

.menu-wrap {
	position: absolute;
	top: 0;
	right: 60px;
/*	background: #0F0F0F; */
	background: #0F0F0F;
	width: 200px;
	height: 100%;
}

.menu h1.logo a {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 40px;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 20px;
}

.menu h1.logo a:hover {
	color: #f85c37;
}

.menu img.logo {
	margin: 20px 0;
	max-width: 160px;
}

.menu .menu-wrap a {
	margin-left: 20px;
	color: #808080;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.menu .menu-wrap a:hover {
	color: #ffffff;
}

.menu .menu-wrap a:active {
	color: #ffffff;
}

.menu .menu-wrap a > i {
	float: left;
	display: inline-block;
	vertical-align: middle; 
	text-align: left;
	width: 25px;
	font-size: 14px;
	line-height: 40px;
	margin: 25px 2px;
}
.menu-close {
	cursor: pointer;
	display: block;
	position: absolute;
	font-size: 14px;
	color: #808080;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 10px;
	right: 10px;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

.menu-close:hover {
	color: #ffffff;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}



#arrowToggle {
	position: absolute;
	top: 70px;
	right: 0px;
	z-index: 11;
	display: block;
	text-align: center;
	font-size: 14px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	background: rgba(0,0,0,0.25);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

#arrowToggle:hover {
	color: #ffffff !important;
	background: rgba(0,0,0,0.2);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}
a #arrowToggle{
	color: #555;
}
/* Push the body after clicking the menu button */
.body-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.body-push-toright {
	left: 160px;
}

.body-push-toleft {
	left: -160px;
}

.menu,
.body-push {
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
}
.quote{
  position: relative;
  bottom: 0px;
  text-align: center;
  font-size: 16px;
  z-index: 10;
  max-height: 60px;
  margin-top: -120px;
}
@media (min-width: 100px) and (max-width: 990px){
  .quote {
  bottom: 100px;
  }
} 
@media (min-width: 1440px){
  .quote {
  bottom: 30px;
  }
} 
#countdown {
  font-size: 20px;
  text-align: center;
  min-height: 60px;
  font-family: starfire;
  position: absolute;
  bottom: 320px;
  width: 100%;
  z-index: 9;
  margin-top: -60px;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}
@media (min-width: 600px){
  #countdown {
   bottom: 300px;
  }
}
@media (min-width: 990px) {
  #countdown {
   bottom: 150px;
  }
}
@media (min-width: 1440px) {
  #countdown {
   bottom: 200px;
  }
}
.why{
  padding:  90px 0 20px 0;
}
.game{
  padding-top: 70px;
	background: #080808;
	padding-bottom: 70px;
	text-align: center; 
}
.org{
  padding-top: 70px;
	background: #0A0A0A;
	padding-bottom: 70px;
	text-align: center; 
}
.reg{
  padding-top: 70px;
	background: #080808;
	padding-bottom: 70px;
	text-align: center; 
}
.prolog{
  padding-top: 70px;
	background: #0A0A0A;
	padding-bottom: 70px;
	text-align: center; 
}
.member{
  width: 120px;
  height: 120px;
  background-color: #1F1F1F;
  border-radius: 60px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  margin-top: 60px;
}
.who small{
  font-size: 0.8em;
}  
.team {
  padding-top: 70px;
	background: #0A0A0A;
	padding-bottom: 70px;
	text-align: center; 
  
  font-family: 'Century Gothic', 'Apple Gothic', sans-serif;
}
.about{
  padding-top: 70px;
	background: #0C0C0C;
	padding-bottom: 70px;
	text-align: center; 
  box-shadow: inset 0 0px 2px 2px #0C0C0C;
  
  font-family: 'Century Gothic', 'Apple Gothic', sans-serif;
}
.who{
}
.news {
  padding-top: 70px;
	background: #080808;
	padding-bottom: 20px;
	text-align: center; 
  
  font-family: 'Century Gothic', 'Apple Gothic', sans-serif;
}

/* div.logo{
  z-index: 20;
  width: 322px;
  height: 108px;
  position: absolute;
  right: 80px;
  top: 80px;

	background-image: url(../img/den-trifidu-logo.png);
  mix-blend-mode: overlay; 
  background-size: auto;
  background-position: center top;
  background-repeat: none;  
} */