@charset "UTF-8";
/* CSS Document */
html {
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	min-height: 100%;
	padding: 0;
	margin: 0;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
body{
    background: url("bgtile_classic.png") repeat;
    -webkit-animation: scrolling 25s linear infinite;
    -moz-animation: scrolling 25s linear infinite;
    -o-animation: scrolling 25s linear infinite;
    animation: scrolling 25s linear infinite;
	width: 100%;
	height: 100%;
}

#menu_buttons {
	width: 100%;
	height: 80%;
	padding: 0;
	margin: 0;
}

#social_fb {
	width: 24px;
	height: 24px;
	display: inline-block;
	float: left;
	background-position: center center;
	background-size: 120%;
	background-repeat: no-repeat;
	background-image: url(icon_social_facebook.png);
	cursor: pointer;
}

#copyright_div {
	width:calc(50% - 12px); 
	height:20px;
	float: right;
	display: inline-block;
	color: #fff;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-align: right;
	padding: 6px;
	cursor: default;
}


#social_div {
	width:calc(50% - 8px);
	height:24px;
	float: left;
	display: inline-block;
	color: #fff;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-align: left;
	padding: 4px;
}

#about_page {

	width: calc(100% - 32px);
	height: 73%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;	
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
/*	background-image: url(container_classic.png); */
	background-color: #2AA3E2;
	border-radius: 16px;
	border-color: black;
	border-width: 2px;
	border-style: solid;
}

@-webkit-keyframes scrolling {
  from{
      background-position: 0 0;
  }
  to{
      background-position: 100% 0;
  }
}

#spacer {
	width: 100%;
	height: 16px;
}

#image_container {
	width: calc(100% - 48px);
	height: calc(100% - 64px);
	margin-left:auto;
	margin-right:auto;
}

#about_image {
	width: 100%;
	height: 100%;
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(help_1.png);	
}

#subtitle_button {
	/*background-image: url(menu_btn_subtitle.png);	*/
	cursor: default;
	
	margin-top:-16px;
		width: 320px;
	margin-left:auto;
	margin-right:auto;
	height: 13%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: default;	
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: x-large;
	line-height: 100%;
	display: block;
	margin-bottom: 16px;
	color: white;
}

#google_play_button {
	background-image: url(menu_btn_play_store.png);	
}

#app_store_button {
	background-image: url(menu_btn_app_store.png);	
}


#play_button {
	background-image: url(menu_btn_play_now.png);
}

#about_button {
	background-image: url(menu_btn_about.png);
}

#juranka_button {
	background-image: url(logo_jur.png);
}

#about_left_arrow {
	width: 48px;
	height: 48px;
	display: inline-block;
	float: left;
	text-align: left;
	color: white;
	background-position: center center;
	background-size: 80%;
	background-repeat: no-repeat;
	background-image: url(left_arrow.png);
	cursor:pointer;
	margin-left: 24px;
}


#about_right_arrow {
	width: 48px;
	height: 48px;	
	display: inline-block;
	float: right;
	text-align: right;
	color: white;
	background-position: center center;
	background-size: 80%;
	background-repeat: no-repeat;
	background-image: url(right_arrow.png);	
	cursor:pointer;
	margin-right: 24px;
}

.menu_button {
	width: 100%;
	height: 13%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;	
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 100%;
	line-height: 100%;
	display: block;
	margin-top: 16px;
	margin-bottom: 16px;	
	opacity: 1;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

.menu_button:hover {
    opacity: .5;
}

#logo_subtext {
	cursor: default;
	width: 100%;
	height: 10%;
	color: #fff;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
}

#footer {
	width: 100%;
	height: 32px;
	position:fixed; 
	bottom:0px;
	background-color: #2AA3E2;
	border-top: solid;
	border-color: black;
	border-width: 2px;
}

#logo_div {
	width: 100%;
	height: calc(25% - 32px);
	background-image: url(logo_classic.png);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}