@charset "utf-8";

@media screen and (max-height: 640px) {
	/*body {
		padding: 60px 0 0;
		overflow: auto;
	}
	
	section#main {
		position: relative;
		top: 0px;
		height: 600px;
	}
	
	footer {
		position: relative;
	}*/
}

@media screen and (min-width: 769px) {
	nav ul { display: block !important; }
}

@media screen and (min-width: 1200px) {
	div#social div#social-content { display: block !important; }
}

@media screen and (max-width: 768px) {
	body { padding: 60px 0 0 !important; overflow: auto !important; min-height: 0px !important; }

	header { padding: 0px; background: none;}
	nav { width: 100%; margin: 0;  }
	
	nav div#menu-opener { margin: 14px 20px !important; display: block !important; }
	
	nav ul {
		position: relative;
		clear: both;
		padding: 0 0 5px;
		display: none;
	}
	
	nav ul li {
		position: relative;
		float: none !important;
		margin: 0 15px !important;
		padding: 0 10px !important;
		height: 30px !important;
		line-height: 30px !important;
		border-bottom: 1px solid #fff;
	}
	
	nav ul li a {
		position: relative;
		padding: 0 !important;
		width: 100% !important;
		height: 100% !important;
	}
	
	article#poster div#poster-wrapper div div.btn { display: none !important; }
	
	section#main {
		position: relative !important; 
		top: 0px !important;
		height: auto !important;
		min-height: 400px;
	}
	
	article#twitter {
		display: none;
	}
	
	article#twitter header {
		height: 30px;
		overflow: hidden;
	}
	
	article#twitter header a#expand {
		display: none;
	}
	
	article#video.multiple {
		position: relative !important;
		top: 20px !important;
		width: 80% !important;
	}
	
	article#video.multiple div.video-select {
		position: relative !important;
		height: auto !important;
	}
	
	article#video.multiple iframe {
		height: 300px !important;
	}
	
	article#video.multiple div.video-select ul li {
		width: 45% !important;
		vertical-align: top !important;
	}
	
	article#video.multiple div.video-select ul li span {
		position: relative !important;
		bottom: auto !important;
	}
	
	article.content div.wrapper.about {
		top: 0;
	}
	
	article.content#about a#close {
		top: 20px !important;
	}

    footer {
		position: relative !important;
		height: auto !important;
		bottom: 0px;
	}

	a.product-item {
		display: block !important;
		margin: 0 auto;
		width: 100% !important;
	}
	
	a.games-item {
		display: block !important;
		margin: 0 auto;
		width: 100% !important;
	}
}

@media screen and (max-width: 640px) {
	
}

@media screen and (max-width: 500px) {
	article#video.multiple div.video-select ul li {
		width: 90% !important;
	}
	
	div#title {
	width: 90%;
	}
}

	
@media screen and (max-width: 1200px) {
	div#social div#social-content {
		position: absolute;
		top: 63px;
		width: 320px;
		height: auto;
		padding: 10px 10px 10px 10px;
		right: -20px;
		background: #000;
		display: none;
		box-sizing: border-box;
		text-align: center;
		border: 1px solid #83878d;
	}
	
	div#social div#social-opener {
		display: block;
	}

    div#social div.clear-mobile {
        clear: both;
    }

    footer {
		height: auto !important;
	}

	footer > div {
		width: 100% !important;
		height: auto !important;
		max-height: 500px !important;
		float: none !important;
	}

	div.scroller { height: auto !important; overflow: hidden; padding-bottom: 10px;}

}