body {
	background-image: url("../images/company-background-portrait.jpg?v=1");
	background-repeat: no-repeat;
	background-color: #316386;
	background-position: center top;
	background-size: cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	color: white;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	padding: 32px 8px 24px 8px;
}

@media only screen and (min-width : 850px) {
	body {
		background-image: url("../images/company-background-landscape.jpg?v=1");
		padding: 32px 16px 32px 16px;
	}
}

img.logo {
	width: 400px;
	height: 321px;
}

@media only screen and (max-width : 464px) {
	img.logo {
		width: 250px;
		height: 185px;
	}
}

h1 {
    overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.5em;
	margin: 2em 0 0.5em 0;
	color: #fed86f;
}
h1:before,
h1:after {
	background-color: rgba(255, 255, 255, 0.7);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
h1:before {
    right: 0.5em;
    margin-left: -50%;
}
h1:after {
    left: 0.5em;
    margin-right: -50%;
}

sup { font-size: 60%; }

p {
	color: #def;
}

a {
	/*color: #c17ca0;#71a9da;*/
	color:#4cd0ff
}

a:hover {
	color: #4cd892;
}

.game {
	display: inline-block;
	width: 240px;
	margin: 20px 0 0 0;
}

.game>a>img {
	width: 180px;
	height: 180px;
}

.game div {
	font-size: 1.25em;
}

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

	.game {
		width: 130px;
	}

	.game>a>img {
		width: 100px;
		height: 100px;
	}

	.game>a>div>img {
		height: 24px;
	}
}

#team .member {
	font-size: 1em;
	display: inline-block;
	width: 160px;
	margin: 20px 0 0 0;
}

@media only screen and (max-width : 464px) {
	#team .member {
		width: 120px;
	}
}

.so_icon_tw, .so_icon_fb, .so_icon_br, .so_icon_li, .so_icon_yt, .so_icon_di, .so_icon_st, .so_icon_ig, .so_icon_em, .so_icon_ec
{
	display: inline-block;
	width: 20px;
	height: 20px;
	min-width: 20px;
	min-height: 20px;
	margin: 0px 8px 4px 0;
	background-image: url("../images/social_round.png?v=3");
	vertical-align: middle;
}

.so_icon_fb {
	background-position: -1px 0;
}

.so_icon_tw {
	background-position: -23px 0;
}

.so_icon_yt {
	background-position: -45px 0;
}

.so_icon_li {
	background-position: -67px 0;
}

.so_icon_br {
	background-position: -89px 0;
}

.so_icon_di {
	background-position: -111px 0;
}

.so_icon_st {
	background-position: -133px 0;
}

.so_icon_ig {
	background-position: -155px 0;
}

.so_icon_em {
	background-position: -177px 0;
}

.so_icon_ec {
	background-position: -199px 0;
}


.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}


.footer {
	margin-top: 0px;
}

ul.links {
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px;
	line-height: 2.2em;
	max-width: 600px;
}

.social li {
	width: 120px;
	text-align: left;
}

ul.links li {
	display: inline-block;
	padding: 0px 10px;
}

.footer ul {
	text-transform: uppercase;
}


.footer div.copyright {
	color: rgba(255, 255, 255, 0.7) !important;
	line-height: 1.5em;
	font-size: 0.9em;
}

