html {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
*, *:before, *:after {
  -moz-box-sizing: inherit; -webkit-box-sizing: inherit; box-sizing: inherit;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  font-weight: 100;
  vertical-align: baseline;
}
h7 {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 125%;
	font-weight: 400;
	vertical-align: baseline;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap:   break-word;
}

body {
	background-color: #030104;
	color: #E9E2F3;
    font-family: 'Lato', sans-serif;
    letter-spacing: 2px;
    font-size: 25px;
    padding-top: 55px;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: #0e95ff;
}

hr {
	width: 80%;
    max-width: 1024px;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(113, 95, 155, 0.83);
    margin: 0.5em auto;
    padding: 0; 
}
#page-header {
    width: 100%;
    height: 700px;
    position: relative;
    overflow: hidden;
}

#menu-wrap {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: inherit;
	z-index: 99995;
	border-bottom: solid 1px rgba(113, 95, 155, 0.83);
}

#menu-wrap div {
	width: calc(100% - 20px);
	max-width: 1200px;
	margin: 10px auto;
	position: relative;
	height: 35px;

}

#menu-wrap nav {
	position: absolute;
	top: 0px;
	right: 0px;
}

#menu-wrap nav ul{
	float: right;
}

#menu-wrap nav ul li {
	list-style: none;
	float: left;
	position: relative;
	margin-left: 15px;
	margin-top: 5px;
	font-size: 20px;
}

#menu-wrap nav ul li a {
	-webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

#menu-wrap nav ul li:first-child a {
	border-bottom: 1px solid rgb(233, 226, 243);
	padding-bottom: 0;
}

#menu-wrap nav ul li .fa {
    font-size: 32px;
    position: relative;
    top: -2px;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
}

#logo img {
	height: 100%;
	width: auto;
}

#logo img.small-img {
	display: none;
}

#header-video { 
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    min-width: 100%;
    z-index: -100;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

}

#yt-play {
	position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    color: #fff;
    font-size: 45px;
	font-weight: 300;
    line-height: 1;
    cursor: pointer;

    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;

    text-align: center;
}

#watch {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 6px;
}

#yt-play:hover {
	color: #0e95ff;
}

#yt-box {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform:  translate(-50%,-50%);
	-ms-transform:  translate(-50%,-50%);
	transform:  translate(-50%,-50%);
	width: 80%;
	max-height: 90vh;
	max-width: 1024px;
	z-index: 99999;
	list-style: none;

	display: none;
}

#yt-box-height {
	padding-bottom: 56.25%;
}

#yt-video{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#game-logo {
	position: absolute;
    top: 20px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 150px;
}

#gradient {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7%;
	z-index: -99;
	background: transparent;
	background: -webkit-linear-gradient(transparent, #030104);
	background: -moz-linear-gradient(transparent, #030104);
	background: -ms-linear-gradient(transparent, #030104);
	background: -o-linear-gradient(transparent, #030104);
	background: linear-gradient(transparent, #030104);
}

#game-logo img {
	max-height: 120%;
    width: auto;
}

#buy {
	position: absolute;
    bottom: 12%;
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 70px;
    width: 100%;
    text-align: center;
}

#buy img {
	height: 100%;
    width: auto;
    display: inline-block;
    text-align: center;
}

#buy a {
    margin-right: 40px;
}

#buy a:last-child{
	margin-right: 0;
}

#overlay {
  position: fixed;
  overflow: hidden;
  background-color: rgba(0,0,0,0.85);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  content: '';
  z-index: 99998;
  display: none;
}

#content {
	width: 100%;
	position: relative;
}

#content section{
	width: 100%;
	max-width: 1200px;
	margin: 80px auto;
	padding: 0 20px;
}

#desc {
	line-height: 1.25;
	text-align: center;
}


#pp1 {
	 
	line-height: 1.0;
	text-align: left;
	
	color: #E9E2F3;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}
#ppcontent section{
	
	width: 100%;
	max-width: 1200px;
	margin:  auto;
	padding: 0 20px;
	padding-top: 20px;
}
#ppfooter {
	padding: 40px 10px 10px 10px;
	text-align: center;
}
#ppmail {
	font-weight: 400;
}

#images {
	max-width: 100%
}
#images ul{
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

#images:after {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	content: '';
}

#images ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	float: left;
    margin: 10px;
    width: calc(25% - 20px);
	overflow: hidden;
}

#images ul li div.thumbnail {
	padding-bottom: 100%;
	width: 100%;
	background-size: cover; 
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;

	-webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#images ul li div.thumbnail:hover {
	transform: scale(1.03);
}


#images ul li div.thumbnail img {
	display: none;
}

#images ul li.active div.thumbnail:hover {
	transform: none;
	cursor: auto;
}

#images ul li.active {
	transform: none;
}

#images ul li.active div.thumbnail img {
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform:  translate(-50%,-50%);
	-ms-transform:  translate(-50%,-50%);
	transform:  translate(-50%,-50%);
	max-height: 80vh;
    max-width: 80%;
	width: auto;
	z-index: 99999;
	list-style: none;
	background-image: none;

}

#nextImg {
	display: none;
    font-size: 50px;
    line-height: 1;
    position: fixed;
    z-index: 100000;
    top: 50%;
    right: 20px;
    margin-top: -25px;
	cursor: pointer;
}

#prevImg {
    display: none;
    font-size: 50px;
    line-height: 1;
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 20px;
    margin-top: -25px;
	cursor: pointer;
}

#prevImg:hover, #nextImg:hover {
	color: #0e95ff;
	-webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#featuers {
	margin: 70px 0;
}

#featuers:after {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	content: '';
}

#featuers ul li {
	text-align: center;
	position: relative;
	list-style: none;
	display: inline-block;
	float: left;
	margin: 6px;
	width: calc(33.33% - 12px);
	line-height: 2;
}

#featuers ul li .fa{
	font-size: 85px;
	margin-bottom: 20px;
}

#featuers ul li h4{
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-size: inherit; 
}

#featuers ul li p{
	margin-top: 20px;
	line-height: 1.2;
	font-size: 18px; 
}

#featuers ul li:nth-child(1) .fa{
	color: #8976B7;
}
#featuers ul li:nth-child(2) .fa{
	color: #64C1D4;
}
#featuers ul li:nth-child(3) .fa{
	color: #F98181;
}

#newsletter {
	margin: 70px 0;
	text-align: center;
}
#newsletter input.button{
    font-family: FontAwesome;
    font-size: 43px;
    padding: 1px 6px 4px 6px;
    line-height: 1;
    position: relative;
    top: 6px;
}

#newsletter:after {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	content: '';
}

#newsletter input {
    display: inline-block;
    width: 50%;
    padding: .375rem .75rem;
    font-size: inherit;
    line-height: 1.5;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: .25rem;
    color: inherit;
    text-align: center;
    height: 50px;
    
}
#newsletter input[type=submit] {
	width: auto;
}
#newsletter .clear {
	display: inline-block;
}


#newsletter input::-webkit-input-placeholder {
   color: rgba(191, 172, 218, 0.4);
}

#newsletter input:-moz-placeholder { /* Firefox 18- */
   color: rgba(191, 172, 218, 0.4);
}

#newsletter input::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(191, 172, 218, 0.4);
}

#newsletter input:-ms-input-placeholder {  
   color: rgba(191, 172, 218, 0.4);
}
#newsletter label {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
#newsletter input:focus {
    outline: none;
    border-color: #8976B7;
    box-shadow: 0 0px 5px #8976B7;
}

#motto, #coming-soon {
	width: 100%;
	margin: 60px auto;
	max-width: 1200px;
	font-size: 26px;
    text-align: center;
    
    font-weight: 700;
    letter-spacing: 2px;
}

#coming-soon h4 {
	padding-bottom: 13px;
	font-size: 33px;
	font-weight: 300;
}

#coming-soon .fa{
	font-size: 63px;
    margin-right: 15px;
    position: relative;
    top: -7px;
    color: white;
}
#coming-soon img {
    height: 52px;
	display: inline-block;
	margin-left: 15px;
}

#motto+section, #coming-soon+section {
    margin-top: 0;
}

#contact {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

#contact p {
	text-align: center;
}

#contact p a {
	margin: 20px;
}
#contact p a.logo-footer {
	display: inline-block;
    margin: 10px 0 0 0;
}
#contact p a.logo-footer img{
	height: 35px;
}
#contact ul {
	text-align: center;
    font-size: 35px;
    margin: 0 0 35px 0;
}
#contact ul li {
	list-style: none;
	display: inline-block;
}
#credit {

	font-size: 16px;
	text-align: center;
}

#x-close {
	position: fixed;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-size: 30px;
}
#x-close:hover {
	color: #0e95ff;
}


/*CONF*/
/*font*/
body {
    font-family: 'Lato', sans-serif;
	font-weight: 300; 
}

/*kolor el. aktywnych*/
a:hover, #yt-play:hover, #prevImg:hover, #nextImg:hover, #x-close:hover  {
	color: #1bf6ff;
}

/*bazowa wysokość video*/
#page-header {
    height: 600px;
}

/*wysokość belki menu = 35px + 2x10px (odstępy górny i dolny) */
#menu-wrap div {
	height: 35px;
    margin: 10px auto;
}
/*Jeżeli zmienisz weysokość, pamiętaj żeby przesunąć o tyle samo (co nowa wysokość) zawartość strony (żeby belka jej nie przysłaniała) */
body {
    padding-top: 55px;
}

/*wysokość logo gry, szerokość się dostosuje sama*/
#game-logo { 
    height: 150px;
}

/*powierzchnia kafli galeri*/
#images ul{
	width: 85% !important;
}
/*te ustawienia determinują ile będzie kafli w jednym rzędzie*/
#images ul li {
    width: calc(25% - 20px);
    /*width: calc(20% - 20px);*/ /*przykładowe ustawienie dla pięciu*/
}

/*box-shadow kafli galerii*/
#images ul li {
	/*box-shadow: 0px 1px 2px rgba(113, 95, 155, 0.83);*/ /*fioletowy*/
	/*box-shadow: 0px 1px 2px rgba(255, 255, 255, 0.83);*/ /*biały*/
}
/*END CONF*/


/*CONF*/
/*Zmiany dla coraz mniejszych szerokości urządzeń*/
@media screen and (max-width: 1366px) {

	/*wysokość video, odkomentuj i modyfikuj jeżeli zdecydujesz się dodać dodatkowe ścieżki do video w index.html*/
/*
	#page-header {
	    height: 512px;
	}
*/
}
/*END CONF*/

@media screen and (max-width: 1024px) {
    #watch {
    	font-size: 26px;
    }
}
@media screen and (max-width: 800px) {
	#watch {
	    font-size: 26px;
	}
	body {
		padding-top: 56px;
	}
    #header-video {
        display: none;
    }
    #gradient {
    	z-index: 0;
    }
    #page-header {
    	background: url('../img/header_video.jpg') no-repeat;
    	background-size: cover; 
    	background-position: 50% 50%;
    	height: 400px;
    }
    #buy{
    	height: 50px;
    }
    #buy a {
	    margin-right: 20px;
	}
	body {
	    font-size: 20px;
	}
	#motto, #coming-soon {
		font-size: 29px;
		margin: 30px auto;
	}

	#coming-soon h4 {
		font-size: 29px;
		
	}
	#coming-soon .fa {
	    font-size: 50px;
	    top: -3px;
	}
	#coming-soon img {
	    height: 40px;
	}
	#newsletter input {
    	height: 44px;
    }
    #newsletter input.button {
	    font-size: 40px;
	    padding: 0px 6px 4px 6px;
	    top: 7px;
	}

}

/*CONF*/
@media screen and (max-width: 800px) {
	/*ścieżka do grafiki zastępującej ukryte video oraz wysokość jaką ma mieć*/
	#page-header {
    	background: url('../img/header_video.jpg') no-repeat;
    	height: 400px;
    }
}
/*END CONF*/

@media screen and (max-width: 512px) {
	#watch {
	    font-size: 18px;
	    letter-spacing: 3px;
	}
    #page-header {
	    height: 325px;
	}
    #buy{
    	height: 30px;
    }
    #buy a {
	    margin-right: 5px;
	}
	body {
	    font-size: 16px;
	}

	#content section {
		margin: 40px 0;
	}

	#featuers ul li .fa {
    	font-size: 50px;
	}
	#featuers ul li p{
		display: none;
	}

	#featuers ul li h4{
		font-size: 15px;
	}
	#images ul li {
		margin: 5px;
    	width: calc(50% - 10px);
	}
	#motto, #coming-soon {
    	font-size: 22px;
    	margin: 23px auto;
    	padding: 0 10px;
	}
	#coming-soon h4{
		font-size: 22px;
	}

	#menu-wrap nav ul li {
	    margin-left: 7px;
	    font-size: 15px;
	    margin-top: 7px;
	}

	#menu-wrap nav ul li .fa {
	    font-size: 24px;
	    top: -2px;
	}
	#menu-wrap div {
	    height: 35px;
	}
	#game-logo {
    	width: 60%;
    }
    #yt-play {
    	font-size: 45px;
    }
    #logo img.small-img {
		display: block;
	}
	#logo img.big-img {
		display: none;
	}

	#newsletter input {
    	height: 44px;
    }
	#newsletter input.button {
	    font-size: 33px;
	    padding: 0px 5px 2px 4px;
	    line-height: 0.9;
	    top: 6px;
	}
}
/*CONF*/
@media screen and (max-width: 512px) {
	/*wysokość grafiki zastępującej ukryte video*/
    #page-header {
	    height: 325px;
	}

	/*powierzchnia kafli galeri*/
	#images ul{
		width: 85% !important;
	}

	/*Zmiana rozmiaru logo i wysokości belki o których pisałeś. Odkomentuj, żeby zobaczyć efekt*/
/*
	#logo {
    	height: 22px;
    	margin-top: 7px;
	}

	#menu-wrap div {
    	height: 35px;
	}

	#menu-wrap div {
	    margin: 0px auto;
	}
*/

}
/*END CONF