/**************************************************
 * P A C M A N    S T Y L E
 **************************************************/


/**************************************************
 * I M P O R T S
 **************************************************/

@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=latin,greek);
@import url(//fonts.googleapis.com/css?family=Comfortaa:700,400&subset=latin,greek);
@import url(//fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic&subset=latin,greek);
/* font-family: 'Arimo', sans-serif; */




/**************************************************
 * W E B    F O N T S
 **************************************************/

@font-face {
	font-family: 'Press Start 2P';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/PressStart2Play.eot');
	src: url('/fonts/PressStart2Play.eot?iefix') format('eot'),
	/* url('/fonts/pacfont/PAC-FONT.TTF') format('truetype'), */ /* PAC MAN FONT */
	url('/fonts/PressStart2Play.woff') format('woff'),
	url('/fonts/PressStart2Play.ttf') format('truetype');
}



body {
	background-color: #000;
}


* { box-shadow: none !important; }

.container {
	/* display: none; */
}

.content, h1, h2, h3, p, div {
	/* font-family: 'Press Start 2P', cursive; */
	font-weight: normal;
}
.content[id*=-content]:not(#game-content) {
	display: none;
	overflow-y: auto;
	overflow-x: hidden;
}
.button {
	background: #c80a0a;
	cursor: pointer;
	padding: 8px;
}
#menu-buttons .button { background: rgba(0,0,0,0.4); }
#menu-buttons .button:hover, .button:hover {	background: rgba(255,255,255,0.2); }
.button#back {
	position: relative;
	top: -25px;
	display: inline-block;
}
.button#score-submit {
	vertical-align: middle;
}

#highscore-form { margin-top: 8px; }
input[type="text"]:hover, input[type="text"]:focus, input[type="password"]:hover, input[type="password"]:focus, textarea:hover, textarea:focus {
	border: 1px #c80a0a solid;
}
#highscore-list {}
#score { float: right; }

#myCanvas { border: none; display: block; background: rgb(0,0,0); width: 100%;  height: auto;}
#canvas-container { position: relative; }
#canvas-overlay-container {
	position: absolute;
	background: rgba(0,0,0,0.7);
	/* border: 2px solid yellow; */
	height: 100%;
	width: 640px;
	max-width: 100%;
}
#canvas-overlay-content {
	position: absolute;
	top: 33%;
	left: 0;
	margin-top: 0;
	max-width: 100%;
	text-align: center;
	width: 640px;
	max-width: 100%;
}
#canvas-overlay-content #title {
	text-transform: uppercase;
	font-size: 150%;
}

#canvas-overlay-content #title, #canvas-overlay-content #text {
	font-family: 'Press Start 2P', cursive;
}

.canvas { position:absolute; padding-top: 20px;}
.main {width: 100%; max-width: 760px; /* itan 660 kai ola ta 640 itan 540 */ margin: 0 auto; position: static; left: auto;}
.content { width: 100%; max-width: 640px; text-align: left; margin: 0;}
.container {text-align: center; margin:0; padding: 0;}
.wrapper { padding:0; }
.game  { max-width: 640px; margin: auto; }

.about { font-size: 10px; margin-top: 20px; text-align: center; display: none;}


div.audio {}
audio {display: block; }

.score { 
	width: 180px; 
}

.lives img {
	width: 24px;
	height: auto;
}

.score, .lives { 
	display: inline-block;
	font-family: 'Press Start 2P', cursive; 
}

/* ---------- Controls ------------------------*/

.controls { text-align: center; margin-top: 15px;}
.controls-section {
	height: auto;
	width: 47%;
	display: inline-block;
	margin: 0;
	text-align: left;
}
.controls-left { }
.controls-right .controlButton { position: relative; right: -65%; }

/* Arrow Keys - only displayed when game isn't paused */
#game-buttons { display: none; }

/* Game Menu - displayed when game is paused */
#menu-buttons ul, .controls#menu-buttons ul li{ list-style: none; padding: 0;}
#menu-buttons ul li {
	/* width: 100px; */
	height: 40px;
	line-height: 40px;
	font-size: 120%;
	border: 1px solid red;
}

.controlSound {
	background: url('/img/audio-icon.png');
	width: 73px;
	height: 50px;
	position: relative;
	bottom: 5px;
	background-size: 100%;
	height: 25px;
	width: 36px;
	float: right;
}

#mute {
	/* display: none;  */
	width: 36px;
	height: 25px;
}

.controlButton {
	display: inline-block;
	width: 90px;
	height: 90px;
	margin: 5px;
	background: none repeat scroll 0% 0% #C80A0A;
	line-height: 70px;
	border-radius: 50%;
	font-weight: bold;
	font-size: 60px;
	cursor: pointer;
}
.controlButton:hover, .controlButton:active {
	background: #c00202;
}

.description { display: none; }

@media screen and (max-width: 1050px) {
	html, body { background: rgb(0,0,0);}
}
@media screen and (max-width: 650px) {
	.game { width: 93%;}
	.content { max-width: none; }
	#menu-buttons .button { background: rgba(255,255,255,0.1); }
	.button:hover { background: rgba(255,255,255,0.3); }
	.button#back { top: 0; }
}

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

	.nomobile {display: none; }
	.mobile {display: block; }

	html, body {
		overflow-x: hidden;
		height: 100%;
	}

	.main { margin: 10px auto; }
	.content { min-height: 600px; }

	.controlButton {
		width: 60px;
		height: 60px;
		line-height: 40px;
		font-size: 40px;
	}
	.controls-right .controlButton { right: -55%; }
	/*canvas#myCanvas { margin: 5px auto; }	*/
}



.vagman-banner-container {
	position: relative;
	width: 100%;
	height: auto;
	/* margin: 20px auto 60px auto; */
	margin: 0 auto;
	/* border: 1px solid yellow; */
}

.vagman-banner {
	position:relative;
	width: 100%;
	height auto;
	margin: 0 auto 0 auto;
	/* border: 1px solid red; */
	text-align: center;
	z-index: 1;
}

.vagman-banner img {
	max-width: 100%;
	height: auto;
}

.vagman-banner-description {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.vagman-banner-description p {
	font-size: 23px;
	font-weight: 300;
	color: #ecf0f1;
}

.vagman-banner-btn {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.play-btn {
	display: inline-block;
    width: 200px;
    height: 50px;
    /* margin: 0 10px; */
    background-color: transparent;
    border: 2px solid #ecf0f1;
    /* font-family: 'Open Sans Condensed', sans-serif; */
   	font-family: 'Press Start 2P', cursive; 
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
    color: #ecf0f1;
    cursor: pointer;
    -webkit-transition: all 1s ease, all 1s ease;
    -moz-transition: all 1s ease, all 1s ease;
    -o-transition: all 1s ease, all 1s ease;
    transition: all 1s ease, all 1s ease;
}

.play-btn:hover {
	color: blue;
	border: 2px solid blue; 
}

.play-btn-2 {
    background-color: transparent;
    font-family: 'Open Sans Condensed', sans-serif;
   	/* font-family: 'Press Start 2P', cursive; */ 
    font-size: 19px;
    font-weight: 300;
    line-height: 50px;
    color: #ecf0f1;
    cursor: pointer;
    -webkit-transition: all 1s ease, all 1s ease;
    -moz-transition: all 1s ease, all 1s ease;
    -o-transition: all 1s ease, all 1s ease;
    transition: all 1s ease, all 1s ease;
}

.play-btn-2:hover {
	color: blue;
}

.vagman-banner, .vagman-banner-description, .vagman-banner-btn {
	margin-bottom: 50px;
}

@media screen and (max-width: 600px) {
	
	.play-btn {
		display: none;
	}
	
}

/**************
 * POP UPS
 *************/

.message-pop-up {
	display: none;
	position: relative;
	width: 100%;
	height: auto;
}

.message-pop-up-container {
	position: relative;
	width: 600px;
	height: auto;
	margin: 60px auto;
	/* border: 1px solid yellow; */
}

.message-pop-up-image-wrapper, .message-pop-up-description-wrapper, .message-pop-up-image-wrapper {
	position: relative;
	widht: 100%;
	height: auto;
	margin: 0 0 60px 0;
}

.message-pop-up-image-wrapper {
	text-align: center;
}

.message-pop-up-image-wrapper img {
	
}

.message-pop-up-description-wrapper {
	text-align: center
}

.message-pop-up-description-wrapper p {
	font-size: 24px;
	font-weight: 300;
	color: #ecf0f1;
}

.message-pop-up-btns-wrapper {
	text-align: center;
}

.message-pop-up-btns-wrapper ul li {
	display: inline-block;
}

.m-play-btn {
	display: inline-block;
    width: 200px;
    height: 50px;
    margin: 0 10px;
    background-color: transparent;
    border: 2px solid #ecf0f1;
    font-family: 'Open Sans Condensed', sans-serif; 
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
    color: #ecf0f1;
    cursor: pointer;
    -webkit-transition: all 1s ease, all 1s ease;
    -moz-transition: all 1s ease, all 1s ease;
    -o-transition: all 1s ease, all 1s ease;
    transition: all 1s ease, all 1s ease;	
}