@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Oswald', sans-serif;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #000000;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a, a:hover, a:active, a:focus {
	border: none;
	outline: none;
	text-decoration: none;
	color: #FFFFFF;
}
.bg-div {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url(../images/bg_desktop.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.rpo-logo {
	padding: 2% 0;
}
.main {
	position: relative;
	display: inline-block;
}
.game-title {
	margin-bottom: 1%;
	position: relative;
	z-index: 1;
}
.game-container {
	display: inline-block;
	padding-bottom: 2%;
}
.game-border {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}/*.game-border{
	position: absolute;
	left: 3%;
	top: 8%;
	width: 94%;
	height: 100%;
	z-index: -1;
}*/
.game-logo {
	position: relative;
	z-index: 1;
}
.game-box {
	float: left;
	margin-left: -7px;
	margin-right: -7px;
}
.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	background: rgba(0,0,0,0.7);
	z-index: 10;
}
.foot-links {
	text-align: left;
}
.copyright {
	text-align: right;
}
.credits:before {
	content: "^";
	font-size: 16px;
	-webkit-transform: translateY(5px) scaleX(1.6);
	-ms-transform: translateY(5px) scaleX(1.6);
	transform: translateY(5px) scaleX(1.6);
	position: relative;
	line-height: 10px;
	display: inline-block;
	margin-right: 4px;
}
.credit-box {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #000000;
	padding-top: 0.5%;
	z-index: 20;
}
.close-btn {
	float: right;
	margin-right: 15px;
	cursor: pointer;
}

@media screen and (max-width:1600px) {
.rpo-logo {
	width: 16%;
}
}

@media screen and (max-width:1440px) {
.game-box {
	width: 220px;
}
}

@media screen and (max-width:1366px) {
.game-title {
	width: 250px;
}
.game-box {
	width: 200px;
}
}

@media screen and (max-width:1024px) {
.rpo-logo {
	width: 25%;
	padding: 5% 0 3%;
}
.game-box {
	width: 170px;
}
}

@media screen and (max-width:800px) {
.rpo-logo {
	width: 50%;
	padding: 5% 0;
}
.game-box {
	width: 136px;
}
.footer {
	padding: 2px 0 2px;
}
.foot-links, .copyright {
	text-align: center;
}
.game-box1 {
	width: 250px;
}
}

@media screen and (max-width:767px) {
.rpo-logo {
	width: 65%;
	padding: 15% 0 10%;
}
.game-title {
	width: 140px;
}
.game-box {
	width: 70px;
	margin-left: -3px;
	margin-right: -3px;
}
.game-box1 {
	width: 150px;
}
.bg-div {
	background-size: cover;
}
}

@media screen and (max-width:375px) {
.rpo-logo {
	width: 65%;
	padding: 15% 0 10%;
}
.game-box {
	width: 65px;
}
.game-box1 {
	width: 150px;
}
}

@media screen and (max-width:360px) {
.game-box {
	width: 60px;
}
.game-box1 {
	width: 150px;
}
}

@media screen and (max-width:320px) {
.game-box {
	width: 55px;
}
.game-title {
	width: 120px;
}
.game-box1 {
	width: 130px;
}
}

@media screen and (max-width:767px) and (orientation:landscape) {
.rpo-logo {
	width: 25%;
	padding: 1% 0;
}
.game-title {
	width: 160px;
}
.game-box {
	width: 85px;
	margin-left: -3px;
	margin-right: -3px;
}
.foot-links a {
	font-size: 10px;
}
}

@media only screen and (min-device-width: 740px) and (max-device-width: 750px) and (orientation: landscape) {
.rpo-logo {
	padding: 1% 0 0.5%;
	width: 17%;
}
.game-box {
	width: 80px;
}
}

@media screen and (device-width: 640px) and (device-height: 360px) and (orientation: landscape) {
.rpo-logo {
	padding: 1% 0 0.5%;
	width: 17%;
}
}
#IEblock {
	background-color: #000;
	color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;
	display: none;
}
#IEblock h4, #IEblock p {
	text-align: center;
	position: relative;
	top: 25%;
}
