@font-face {
    font-family: EditUndo;
    src: url("../fonts/EditUndo-50em_300Space.otf") format("opentype");
}

@font-face {
    font-family: MumboSSK;
    src: url("../fonts/mumbossk_bold.ttf") format("truetype");
}

*  {
  -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, Opera and Firefox */
}

html, body {
	padding: 0;
	margin: 0;
	background: #000;
	color: white;
	font-size: 1em;
}

body {
	background-image: url('../images/main-bg.jpg');
}

.centerMe {
	display: block;
	margin: 0 auto;
}

h1 {
	font-family: MumboSSK !important;
	text-transform: uppercase;
	text-align: center;
	background: #01ffe5;
	padding: 20px;
	color: #000 !important;
	margin: 10px auto;
	border-radius: 3px !important;
}

.boxart {
	margin-top: -150px;

}

.w-iconbox-icon {
	box-shadow: none !important;
	line-height: 0px !important;
}

.w-iconbox-text p {
	text-transform: uppercase;
	font-family: EditUndo !important;
	font-size: 30px;
	color: #FFF;
}

.w-iconbox.iconpos_left.with_circle .w-iconbox-text {
	margin-left: 60px;
}

.l-submain-bg {
	background-attachment: fixed !important;
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #000;
}

@media only screen and (max-width: 1023px)
.l-submain.parallax_ver .l-submain-bg {
	background-position: top center;
	background-attachment: fixed !important;
}

.l-subfooter {
	font-family: MumboSSK;
	background: #ff038e;
	padding: 5px;
	color: #000;
	text-align: center;
	font-size: 20px !important;
}

.l-subfooter.at_bottom {
	padding: 15px;
}

.w-video {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border: 5px solid #ff009e;
	border-radius: 3px !important;
	overflow: hidden;
}

#steamWidget {
	margin-top: 10px;
	width: 1100px;
	height: 190px;
	overflow: hidden;
}

#widget {
	background-color: #F00 !important;
}

#siteLogo {
	margin: 50px auto;
}