@font-face
{
	font-family: 'sourcesanspro';
	src: url('font.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
html
{
}
body
{
	position: relative;
	background-color: #1b2c91;
	background-image: url('tex3.png');
	min-width: 1000px;
	margin: 0 auto 10px;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
body.map
{
    min-width: 1300px;
}
div.dock
{
	width: 960px;
	/*border: 10px solid #2562b3;*/
	padding: 10px;
	padding-top: 32px;
	background-color: #246dcd;
	background-image: url('tex2.png');
	/*margin-top: 64px;*/
	margin-left: auto;
	margin-right: auto;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	box-shadow: 5px 5px;
	text-align: center;
}
div.map
{
	width: 1260px;
}
div.game
{
	width: 900px;
	height: 402px;
	/*border: 5px solid black;*/
	padding: 10px;
	background-color: #1193dd;
	background-image: url('tex.png');
	margin: 35px auto;
	border-radius: 15px;
	text-align: left;
}
div.content
{
	background-color: #1193dd;
	background-image: url('tex.png');
	border-radius: 15px;
	padding-bottom: 10px;
}
div.blog
{
	width: 920px;
	border: 10px solid #1193dd;
	background-color: #1193dd;
	margin: 0 auto;
	border-radius: 30px;
    text-align: left;
}
input::-moz-selection,select::-moz-selection,textarea::-moz-selection
{
	color: white;
	background: black;
}
input::selection,select::selection,textarea::selection
{
	color: white;
	background: black;
}
p::-moz-selection,a::-moz-selection,select.vq::-moz-selection,select.tc::-moz-selection,img::-moz-selection
{
	color: black;
	background: white;
}
p::selection,a::selection,select.vq::selection,select.tc::selection,img::selection
{
	color: black;
	background: white;
}
div.menubar
{
	background-color: black;
}
div.top
{
	width: 968px;
	height: 64px;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
}
div.left
{
	margin-left: 64 px;
	align-items: center;
}
div.right
{
	margin-right: 64 px;
}
img.profile
{
	border: 5px solid black;
	border-radius: 15px;
	margin-top: 32px;
	margin-left: 16px;
	margin-right: 16px;
	height: 200px;
	width: 200px;
	-webkit-transition-duration: 0.3;
	transition-duration: 0.3s;
	position: absolute;
}
img.promo
{
	border: 5px solid black;
	border-radius: 15px;
	margin: 35px;
	margin-top: 8px;
	align-items: center;
}
img.games
{
	border: 5px solid black;
	border-radius: 15px;
	-webkit-transition-duration: 0.3;
	transition-duration: 0.3s;
	height: 360px;
	margin: 16px;
	float: left;
}
a.games
{
	width: 464px;
	margin: 16px;
	float: left;
}
img.screenshot
{
	border: 5px solid black;
	border-radius: 15px;
	-webkit-transition-duration: 0.3;
	transition-duration: 0.3s;
	width: 220px;
	margin: 5px;
	text-align: left;
}
.menu:hover
{
	-moz-box-shadow: 0 12px 32px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 12px 32px rgba(0,0,0,0.6);
	box-shadow: 0 12px 32px rgba(0,0,0,0.6);
}
.menu:active
{
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.6);
	box-shadow: 0 0px 0px rgba(0,0,0,0.6);
}
.menuw:hover
{
	-moz-box-shadow: 0 4px 16px rgba(255,255,255,0.6);
	-webkit-box-shadow: 0 4px 16px rgba(255,255,255,0.6);
	box-shadow: 0 4px 16px rgba(255,255,255,0.6);
}
.menuw:active
{
	-moz-box-shadow: 0 0px 0px rgba(255,255,255,0.6);
	-webkit-box-shadow: 0 0px 0px rgba(255,255,255,0.6);
	box-shadow: 0 0px 0px rgba(255,255,255,0.6);
}
.menu
{
	-moz-transition-duration: 0.3;
	-webkit-transition-duration: 0.3;
	transition-duration: 0.3s;
}
p.top
{
	font-family: 'sourcesanspro', Arial;
	text-align: center;
	font-size: 20px;
	color: white;
	/*background-color: black;
	border: 5px solid black;
	border-radius: 15px;*/
	height: 32px;
	/*width: 200px;*/
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: auto;
	margin-right: auto;
}
p.top:hover,a.topmenu:hover
{
	color: #1193dd;
}
p.top:active,a.topmenu:active
{
	color: white;
}
a.topmenu
{
	color: white;
	-moz-transition-duration: 0.3;
	-webkit-transition-duration: 0.3;
	transition-duration: 0.3s;
}
p.topmax
{
	height: 200px;
	margin-top: 32px;
	float: right;
	margin-left: 16px;
	margin-right: 16px;
	text-align: center
}
p.main
{
	font-family: 'sourcesanspro', Arial;
	text-align: center;
	color: black;
	margin: 16px auto;
}
p
{
	font-weight: normal;
	font-style: normal;
}
a.top:link,a.top:visited,a.top:active
{
	color: white;
	background-color: black;
}
a.top,input[type=submit]
{
	font-family: 'sourcesanspro', Arial;
	text-align: center;
	font-size: 16px;
	color: white;
	-moz-transition-duration: 0.3;
	-webkit-transition-duration: 0.3;
	transition-duration: 0.3s;
	background-color: black;
	border: 5px solid black;
	border-radius: 10px;
	margin-top: 16px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 8px;
	padding-right: 8px;
	height: 32px;
}
a:link, a:visited, a:active
{
	text-decoration: none;
}
a,input[type=submit]
{
	cursor: pointer;
	outline: none;
}
div.box
{
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #001d5c;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
}
.boxoff
{
	height: 0;
	opacity: 0;
	padding-top: 0;
	padding-bottom: 0;
	/*transition: height 0s ease;*/
	-moz-transition: all 0s ease 0.2s, opacity 0.2s ease;
	-webkit-transition: all 0s ease 0.2s, opacity 0.2s ease;
	transition: all 0s ease 0.2s, opacity 0.2s ease;
}
.boxactive
{
	height: 100%;
	opacity: 1;
	padding-top: 0;
	padding-bottom: 11px;
	/*transition: height 2s ease 2s;*/
	-moz-transition: all 0s ease, opacity 0.2s ease;
	-webkit-transition: all 0s ease, opacity 0.2s ease;
	transition: all 0s ease, opacity 0.2s ease;
}
img.hover
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1280px;
	border: 5px solid black;
	border-radius: 15px;
}
p.hover
{
	display: table;
	margin-left: auto;
	margin-right: auto;
}
input[type=email],input[type=text],input[type=number],textarea,select
{
	/*height: 32px;*/
	height: 20px;
	width: 560px;
	background-color: white;
	border: 5px solid black;
	border-radius: 10px;
	padding: 8px;
	font-size: 18px;
	font-family: 'sourcesanspro', Arial;
	outline:none;
	resize: none;
}
input.fuel
{
	width: 400px;
}
input[disabled=disabled]
{
	background-color: grey;
	color: black;
}
select
{
	width: 426px;
	height: 46px;
	padding: 0;
	padding-left: 4px;
}
select.vq
{
	width: auto;
	text-align: center;
	background-color: black;
	color: white;
	margin-top: 16px;
	padding: 0;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 28px;
}
select.tc
{
	width: auto;
	text-align: center;
	background-color: black;
	color: white;
	margin-bottom: 24px;
	padding: 0;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 22px;
}
input[type=reset]
{
	font-size: 40px;
	font-family: 'other', 'he', 'main', Arial;
	width: calc(50% - 10px);
	border: 2px solid black;
	background-color: white;
  cursor: pointer;
	box-sizing: border-box;
}
th
{
	padding: 0;
}
p.rdtitle
{
	font-size: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	overflow: hidden;
}
p.rdbutton
{
	font-size: 25px;
	text-align: center;
	display: inherit
}
