@import url("//hello.myfonts.net/count/30a1d5");
@font-face {
	font-family: 'GoodEatinAOE-Regular';
	src: url('../fonts/30A1D5_0_0.eot');
	src: url('../fonts/30A1D5_0_0.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/30A1D5_0_0.woff2') format('woff2'),
		 url('../fonts/30A1D5_0_0.woff') format('woff'),
		 url('../fonts/30A1D5_0_0.ttf') format('truetype');
}
@font-face {
	font-family: 'baveuseregular';
	src: url('../fonts/baveuse-webfont.eot');
	src: url('../fonts/baveuse-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/baveuse-webfont.woff2') format('woff2'),
		 url('../fonts/baveuse-webfont.woff') format('woff'),
		 url('../fonts/baveuse-webfont.ttf') format('truetype'),
		 url('../fonts/baveuse-webfont.svg#baveuseregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Resets */
*{
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
html,body
{
	width: 100%;
	height: 100%;
	position:relative;
}
body{
	font-family: Arial,Lucida,sans-serif;
	font-size: 16px;
	background-color: #2c358a;
	-webkit-text-size-adjust: 100%
}
img{
	vertical-align: top;
}
a:link, a:visited,a:active{
	color: #000;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:hover{
	text-decoration: underline;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	font-family: 'GoodEatinAOE-Regular',Arial,Lucida,sans-serif;
}
p{
	padding-bottom: 16px;
	font-size: 16px;
	line-height: 20px;
}
ul{
	margin: 0;
	padding: 0;
}
ul li{
	list-style: inside disc;
}
p.email{
	line-height: 16px;
}
.hidden-mobile{
	display: none;
}
.hidden-desktop{
	display: inline-block;
}
.left{
	float: left;
}
.right{
	float: right;
}

#main{
	width: 100%;
	min-height: 100%;
	position: relative;
	background-color: #fff;
}

#header{
	background: url('images/mobile-bg-header.png') no-repeat center 0 / 100% 32px;
	min-height: 32px;
	position: fixed;
	width: 100%;
	z-index: 9;
}
#header:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 0;
	background: rgba(0,0,0,0.5);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 90%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.5)), color-stop(50%, rgba(0,0,0,0.1)), color-stop(90%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 90%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 90%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 90%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 90%);
}
.header-inner{
	position: relative;
	width: 100%;
}
#header .mobile-nav{
	position: absolute;
	width: 41px;
	height: 37px;
	top:10px;
	left: 2.5%;
	padding: 2px;
	background: url('images/mobile-around-menu.png') no-repeat 0 0;
	background-size: 97% auto;
}
#header .mobile-nav a{
	display: block;
	width: 100%;
	height: 100%;
	background: url('images/mobile-icon-menu.png') no-repeat center 0;
	background-size: 37px 33px;
	text-indent: -90000px;
}
#header .mobile-logo{
	position: absolute;
	width: 74px;
	height: 74px;
	top: 8px;
	left: 50%;
	margin-left: -33px;
	padding: 2px;
	background: url('images/mobile-around-logo.png') no-repeat 0 0;
	background-size: 92% auto;
}
#header .mobile-logo a{
	display: block;
}
#header .mobile-logo a img{
	width: 100%;
	height: auto;
}
#header .dropdown-languages{
	position: absolute;
	width: 43px;
	top:10px;
	right: 2.5%;
	padding: 3px 2px 1px ;
	background: url('images/mobile-around-lang.png') no-repeat 0 0;
	background-size: 100% auto;
}
#header .dropdown-languages > a{
	display: block;
	position: relative;
	z-index: 2;
}
#header .dropdown-languages a img{
	width: 100%;
	height: auto;
}
#header .dropdown-languages a span{
	position: absolute;
	display: inline-block;
	width: 100%;
	color: #fff;
	left: 0;
	top: 50%;
	margin-top: -8px;
	font-family: 'baveuseregular',Arial,Lucida,sans-serif;
	text-shadow: 1px 0px #4c090a;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	z-index: 2;
	font-size: 15px;
	line-height: 16px;
	letter-spacing: 1px;
}
#header .dropdown-languages ul{
	width: 140px;
	margin-left: -100px;
	padding: 0;
	z-index: 1;
	background: url('images/bg-dropdown-lagu.png') no-repeat 0 0 / 100% auto;
	overflow:hidden;
	/* Set our transitions up. */
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	height: 0;
}
#header .dropdown-languages .active ul {
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	transform: translate(0,0);
	height: auto;
	padding: 26% 0;
}
#header .dropdown-languages ul li{
	margin: 0;
	padding: 0 10px;
	list-style: none;
	font-family: 'baveuseregular',Arial,Lucida,sans-serif;
	color: #511211;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 1px;
	text-align: left;
	text-shadow: 1px 0px #4c090a;
}
html[lang='de'] #header .dropdown-languages ul li{
	font-size: 11px;
}
#header .dropdown-languages ul li a{
	color: #511211;
	text-decoration: none;
}
#header .dropdown-languages a:hover span,
#header .dropdown-languages ul li a:hover,
#header .dropdown-languages ul li.active a{
	color: #fdc330;
}
#header .dropdown-languages ul li.active{
	display: block;
}

/* Menu Left Moble */
#sidebar{
	position: fixed;
	top: 0;
	overflow: hidden;
	bottom: 0;
	width: 280px;
	cursor: default;
	z-index: 999;
	left: -280px;
	border-right: 1px solid #ac0e17;
	transition: left 0.3s linear;
}
#sidebar.visible {
	left: 0;
	-webkit-transition: left 0.3s linear;
	-moz-transition: left 0.3s linear;
	-ms-transition: left 0.3s linear;
	-o-transition: left 0.3s linear;
	transition: left 0.3s linear;
}
#sidebar .sidebar-inner{
	position: absolute;
	width: 300px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	left: 0;
	background: url('images/mobile-bg-menu-left.png') repeat 0 0;
}
#sidebar .sidebar-inner ul{
	margin: 0;
	padding: 10px;
	position: relative;
}
#sidebar .sidebar-inner ul ul{
	padding: 0;
	display: none;
}
#sidebar .sidebar-inner ul li{
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: 'baveuseregular',Arial,Lucida,sans-serif;
	color: #fdc330;
	font-size: 40px;
	text-shadow: -1px 0px 1px #941307, 0 1px 1px #941307, 1px 0 1px #941307, 0 -1px 1px #941307;
}
#sidebar .sidebar-inner ul li a span{
	display: inline-block;
	padding: 0 15px;
}
#sidebar .sidebar-inner ul li a span:before{
	content: '>';
	display: inline-block;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#sidebar .sidebar-inner ul li a span.active:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
#sidebar .sidebar-inner ul li a{
	color: #fdc330;
	text-decoration: none;
}
#sidebar .sidebar-inner ul ul li,
#sidebar .sidebar-inner ul ul li a{
	color: #ffe0a3;
	font-size: 20px;
	line-height: 30px;
}
#sidebar .sidebar-inner ul ul li a.active,
#sidebar .sidebar-inner ul ul li a:hover{
	color: #870008;
}
#sidebar a.btn-close-slidebar{
	position: absolute;
	width: 41px;
	height: 37px;
	top: 12px;
	left: 230px;
	text-indent: -90000px;
	background: url('images/btn-nav-close.png') no-repeat 0 0 / 37px 33px;
}
#sidebar .sidebar-inner > ul{
	min-height: 100%;
}
#sidebar .sidebar-inner > ul:after{
	content: '';
	position: absolute;
	width: 85px;
	height: 90px;
	left: 195px;
	bottom: 0;
	background: url('images/gobsmax-menu.png') repeat 0 0 / 85px 90px;
}

/* Menu */
#menu{
	width: 100%;
}
#menu ul{
	text-align: center;
}
#menu ul li{
	list-style: none;
	margin: 8px 0 0 0;
	padding: 0;
	min-height: 40px;
	display: inline-block;
	vertical-align: top;
}
#menu ul li a{
	display: block;
	position: relative;
	z-index: 2;
}
#menu ul li a img{
	width: 100%;
	height: auto;
}
#menu ul li.menu-home,
#menu ul li.menu-news{
	width: 9%;
	margin-top: 30px;
}
#menu ul li.menu-about{
	width: 11%;
	margin-top: 30px;
}
#menu ul li.menu-activities{
	width: 12%;
	margin-top: 30px;
}
#menu ul li.menu-products{
	width: 11%;
	margin-top: 30px;
}
#menu ul li.menu-teams{
	width: 10%;
	margin-top: 30px;
}
#menu ul li.menu-logo{
	width: 11%;
	margin-top: 10px;
}
#menu ul li > a:before{
	opacity: 0;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 4;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#menu ul li.menu-home > a:before{
	background: url('images/menu-home-active.png') no-repeat center 0 / 100% auto;
}
#menu ul li.menu-teams > a:before{
	background: url('images/menu-teams-active.png') no-repeat center 0 / 100% auto;
}
#menu ul li.menu-products > a:before{
	background: url('images/menu-products-active.png') no-repeat center 0 / 100% auto;
}
#menu ul li.menu-activities > a:before{
	background: url('images/menu-activities-active.png') no-repeat center 0 / 100% auto;
}
#menu ul li.menu-about > a:before{
	background: url('images/menu-about-active.png') no-repeat center 0 / 100% auto;
}
#menu ul li.menu-news > a:before{
	background: url('images/menu-news-active.png') no-repeat center 0 / 100% auto;
}
#menu ul li.menu-home.active > a:before,
#menu ul li.menu-home > a:hover:before,
#menu ul li.menu-teams.active > a:before,
#menu ul li.menu-teams > a:hover:before,
#menu ul li.menu-products.active > a:before,
#menu ul li.menu-products > a:hover:before,
#menu ul li.menu-activities.active > a:before,
#menu ul li.menu-activities > a:hover:before,
#menu ul li.menu-about.active > a:before,
#menu ul li.menu-about > a:hover:before,
#menu ul li.menu-news.active > a:before,
#menu ul li.menu-news > a:hover:before{
	opacity: 1;
}
#menu ul li.menu-teams .sub-menu {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	padding: 12% 5% 0;
	text-align: center;
	display: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#menu ul li.menu-teams:hover .sub-menu {
	display: block;
}
#menu ul li.menu-teams .sub-menu li{
	display: inline-block;
	width: 10%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#menu ul li.menu-teams .sub-menu li a{
	font-family: 'baveuseregular',Arial,Lucida,sans-serif;
	color: #cacaca;
	font-size: 1.3vw;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	-ms-transform: scale(0.75);
	-o-transform: scale(0.75);
	transform: scale(0.75);
}
#menu ul li.menu-teams .sub-menu li a img{
	margin-bottom: 5px;
}
#menu ul li.menu-teams .sub-menu li a:before{
	opacity: 0;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 4;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
#menu ul li.menu-teams .sub-menu li.active a.teams-space-jump,
#menu ul li.menu-teams .sub-menu li a.teams-space-jump:before{
	background: url('images/teams-space-jump.png') no-repeat center 0 / 100% auto;
}
#menu ul li.menu-teams .sub-menu li.active a.teams-motor-mouths,
#menu ul li.menu-teams .sub-menu li a.teams-motor-mouths:before{
	background: url('images/teams-motor-mouths.png') no-repeat center 0 / 100% auto;
}
#menu ul li.menu-teams .sub-menu li.active a.teams-dino-run,
#menu ul li.menu-teams .sub-menu li a.teams-dino-run:before{
	background: url('images/teams-dino-run.png') no-repeat center 0 / 100% auto;
}
#menu ul li.menu-teams .sub-menu li.active a.teams-max,
#menu ul li.menu-teams .sub-menu li a.teams-max:before{
	background: url('images/teams-max.png') no-repeat center 0 / 100% auto;
}
#menu ul li.menu-teams .sub-menu li.active a.teams-xtreme-sports,
#menu ul li.menu-teams .sub-menu li a.teams-xtreme-sports:before{
	background: url('images/teams-xtreme-sports.png') no-repeat center 0 / 100% auto;
}
#menu ul li.menu-teams .sub-menu li.active a.teams-crunchin-critters,
#menu ul li.menu-teams .sub-menu li a.teams-crunchin-critters:before{
	background: url('images/teams-crunchin-critters.png') no-repeat center 0 / 100% auto;
}
#menu ul li.menu-teams .sub-menu li.active a.teams-rockin-rollers,
#menu ul li.menu-teams .sub-menu li a.teams-rockin-rollers:before{
	background: url('images/teams-rockin-rollers.png') no-repeat center 0 / 100% auto;
}
#menu ul li.menu-teams .sub-menu li.active a:before,
#menu ul li.menu-teams .sub-menu li a:hover:before{
	opacity: 1;
}
#menu ul li.menu-teams .sub-menu li.active a.teams-space-jump,
#menu ul li.menu-teams .sub-menu li a.teams-space-jump:hover{
	color: #00a0e0;
}
#menu ul li.menu-teams .sub-menu li.active a.teams-motor-mouths,
#menu ul li.menu-teams .sub-menu li a.teams-motor-mouths:hover{
	color: #e3241b;
}
#menu ul li.menu-teams .sub-menu li.active a.teams-dino-run,
#menu ul li.menu-teams .sub-menu li a.teams-dino-run:hover{
	color: #94d501;
}
#menu ul li.menu-teams .sub-menu li.active a.teams-max,
#menu ul li.menu-teams .sub-menu li a.teams-max:hover{
	color: #c2002f;
}
#menu ul li.menu-teams .sub-menu li.active a.teams-xtreme-sports,
#menu ul li.menu-teams .sub-menu li a.teams-xtreme-sports:hover{
	color: #ff9f16;
}
#menu ul li.menu-teams .sub-menu li.active a.teams-crunchin-critters,
#menu ul li.menu-teams .sub-menu li a.teams-crunchin-critters:hover{
	color: #77871d;
}
#menu ul li.menu-teams .sub-menu li.active a.teams-rockin-rollers,
#menu ul li.menu-teams .sub-menu li a.teams-rockin-rollers:hover{
	color: #000;
}
#menu ul li.menu-teams .sub-menu li.active a,
#menu ul li.menu-teams .sub-menu li a:hover{
	font-size: 1.6vw;
	text-decoration: none;
}

/* Content Page */
#container{
	width: 100%;
	min-height: 440px;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
}
#container .content{
	width: 100%;
	padding: 90px 3% 40px;
	margin: 0 auto;
}
#container .content ul li{
	padding-bottom: 10px;
}
#container .content h1{
	font-family: 'baveuseregular',Arial,Lucida,sans-serif;
	color: #ff6000;
	font-size: 30px;
	padding-bottom: 16px;
}

/* Home Page */

.section-galaxy-game{
	position: relative;
	padding-top: 32px;
	background-color: #2c358a;
}
.section-galaxy-game img{
	width: 100%;
	height: auto;
}

.section-home-video{
	position: relative;
	padding-top: 32px;
	background-color: #2c358a;
}
.section-home-video img{
	width: 100%;
	height: auto;
}
.section-home-video .btn-play-video{
	position: absolute;
	width: 76px;
	height: 92px;
	top:50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -37px;
}
.section-home-video .btn-play-video a{
	width: 100%;
	height: 100%;
	background: url('images/btn-play.png') no-repeat center 0;
	background-size: 76px auto;
	text-indent: -90000px;
	display: block;
}
.section-welcome{
	background-color: #2c358a;
	padding: 20px 3%;
}
.section-welcome h1{
	font-family: 'baveuseregular',Arial,Lucida,sans-serif;
	color: #fdc330;
	font-size: 5vw;
	text-align: center;
	padding-bottom: 10px;
}
.section-welcome h2{
	font-family: 'GoodEatinAOE-Regular',Arial,Lucida,sans-serif;
	color: #6dd0f6;
	font-size: 2.5vw;
	line-height: 4vw;
	text-align: center;
	text-transform: uppercase;
}
.section-over100{
	position: relative;
}
.section-over100:before,
.section-over100:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 10px;
	background: url('images/line-red.png') repeat-x center 0 / auto 10px;;
	display: none;
}
.section-over100:before{
	top: -5px;
}
.section-over100:after{
	bottom: -5px;
}
.section-over100 img{
	width: 100%;
	height: auto;
}
.section-home-news{
	background-color: #e8222e;
	padding: 10% 0 12%;
	position: relative;
}
.section-home-news > a > img{
	width: 44%;
	margin-left: 54%;
}
.section-home-news .news-gobsmax{
	position: absolute;
	width: 68%;
	left: -15%;
	top: -21%;
}
.section-home-news .news-gobsmax img{
	width: 100%;
	height: auto;
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

/* Teams Slider */
.bx-wrapper .bx-viewport{
	box-shadow: none;
	border: none;
	left: initial;
	background: transparent none;
}
.bx-wrapper img{
	margin: auto;
}

/* Teams Page */
#section-bg-teams{
	position: absolute;
	width: 100%;
	overflow: hidden;
	z-index: 0;
}
#section-bg-teams .bg-teams{
	position: relative;
}
#section-bg-teams .bg-teams .slide img{
	width: auto;
	max-width: none;
	height: 525px;
}
#section-teams{
	padding: 125px 0 0;
	width: 100%;
	position: relative;
}
#section-teams .teams-inner{
	width: 220px;
	margin-top: 15%;
	margin-bottom: 15%;
	margin-left: calc(50% - 104px);
	margin-right: calc(50% - 104px);
	position: relative;
	z-index: 2;
}
#section-teams .slider-teams a{
	font-family: 'GoodEatinAOE-Regular',Arial,Lucida,sans-serif;
	text-align: center;
	width: 220px;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	color: #c20030;
	display: block;
	text-transform: uppercase;
	text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
}
#section-teams .slider-teams a.teams-space-jump{
	color: #1aa1dd;
}
#section-teams .slider-teams a.teams-motor-mouths{
	color: #df2625;
}
#section-teams .slider-teams a.teams-dino-run{
	color: #96d329;
}
#section-teams .slider-teams a.teams-xtreme-sports{
	color: #fd9e2e;
}
#section-teams .slider-teams a.teams-crunchin-critters{
	color: #778626;
}
#section-teams .slider-teams a.teams-rockin-rollers{
	color: #000;
}
#section-teams .slider-teams a img{
	width: 80px;
	margin: auto;
}
#section-teams .slider-teams a span {
	margin-top: 10px;
	display: block;
}
#section-teams .controls-slider-teams{
	position: absolute;
	z-index: 1;
	bottom: 55px;
	margin-top: -13px;
	padding: 0 3.5%;
	width: 100%;
}
.bx-wrapper .bx-controls-direction a,
#section-teams .controls-slider-teams #slider-teams-next,
#section-teams .controls-slider-teams #slider-teams-prev{
	float: left;
	width: 26px;
	height: 36px;
	display: block;
}
.bx-wrapper .bx-next,
#section-teams .controls-slider-teams #slider-teams-next{
	float: right;
}
#section-teams .controls-slider-teams #slider-teams-next a,
#section-teams .controls-slider-teams #slider-teams-prev a{
	display: block;
	width: 100%;
	height: 100%;
}
.bx-wrapper .bx-next,
#section-teams .controls-slider-teams #slider-teams-next a{
	background: url('images/arrow-next.png') no-repeat center center / 100% auto;
}
.bx-wrapper .bx-prev,
#section-teams .controls-slider-teams #slider-teams-prev a{
	background: url('images/arrow-prev.png') no-repeat center center / 100% auto;
}
.bx-wrapper .bx-controls-direction a{
	top: 32%;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover{
	background-position: center center;
}
.bx-wrapper .bx-prev{
	left: 3.5%;
}
.bx-wrapper .bx-next{
	right: 3.5%;
}
#section-characters{
	padding-top: 0;
	padding-bottom: 50px;
}
#section-characters .section-characters-inner{
	opacity: 0;
	width: 100%;
}
#section-characters .slider-characters-wrapper{
	width: 100%;
	position: relative;
	margin: auto;
}
#section-characters .team-commander{
	text-align: center;
}
#section-characters .team-commander img{
	width: 200px;
	height: auto;
	position: relative;
	z-index: 2;
}
#section-characters .slider-characters li .teams-characters,
#section-characters .team-commander .teams-characters{
	position: relative;
}
#section-characters .slider-characters li .teams-characters:before,
#section-characters .team-commander .teams-characters:before{
	content: '';
	width: 280px;
	height: 36px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -140px;
	z-index: 1;
	background: radial-gradient(ellipse , rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0) 50%);
	background: -moz-radial-gradient( ellipse cover, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0) 50%);
	background: -webkit-gradient(radial, 0px, center center, 50%, color-stop(0%, rgba(0,0,0,0.9)), color-stop(40%, rgba(0,0,0,0.1)), color-stop(50%, rgba(0,0,0,0)));
	background: -o-radial-gradient( ellipse cover, rgba(0,0,0,1), rgba(0,0,0,0.1) 40%, rgba(0,0,0,0) 50%);
	background: -ms-radial-gradient( ellipse cover, rgba(0,0,0,1), rgba(0,0,0,0.1) 40%, rgba(0,0,0,0) 50%);
}
#section-characters .slider-characters li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#section-characters .slider-characters li img{
	width: 200px;
	height: auto;
	position: relative;
	z-index: 2;
}
#section-characters .team-commander h3,
#section-characters .team-commander h4,
#section-characters .slider-characters li h3,
#section-characters .slider-characters li h4{
	font-family: 'GoodEatinAOE-Regular',Arial,Lucida,sans-serif;
	color: #000;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#section-characters .team-commander h3,
#section-characters .slider-characters li h3{
	font-size: 23px;
	line-height: 23px;
	padding-top: 20px;
}
#section-characters .team-commander h4,
#section-characters .slider-characters li h4{
	font-size: 13px;
	line-height: 16px;
}
#section-characters .slider-character-pager{
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
	display: none;
	font-size: 0;
	overflow: hidden;
}
#section-characters .slider-character-pager a{
	width: 8%;
	text-align: center;
	position: relative;
	display: inline-block;
}
#section-characters .slider-character-pager a:before{
	content: '';
	width: 140%;
	height: 30%;
	position: absolute;
	bottom: -12%;
	left: 50%;
	margin-left: -70%;
	z-index: 1;
	color: #000;
	background: radial-gradient(ellipse , rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5) 20%,rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0) 50%);
	background: -moz-radial-gradient(ellipse cover, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5) 20%,rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0) 50%);
	background: -webkit-gradient(radial, 0px, 50%, color-stop(rgba(0,0,0,0.9)), color-stop(20%, rgba(0,0,0,0.5)),color-stop(40%, rgba(0,0,0,0.1)), color-stop(50%, rgba(0,0,0,0)));
	background: -o-radial-gradient(ellipse cover, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5) 20%,rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0) 50%);
	background: -ms-radial-gradient(ellipse cover, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5) 20%,rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0) 50%);
}
#section-characters .slider-character-pager a img{
	width: 90%;
	height: auto;
	position: relative;
	z-index: 2;
}

/* Products Page */
.section-products{

}
#container .content.section-products h1,
#container .content.section-products h2{
	color: #dd161c;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'GoodEatinAOE-Regular',Arial,Lucida,sans-serif;
}
#container .content.section-products h2{
	padding-bottom: 20px;
}
.section-products ul.list-products{
	margin: 0 -2%;
	padding: 0;
	font-size: 0;
}
.section-products ul.list-products li{
	display: inline-block;
	padding: 15px 0;
	width: 48%;
	margin: 0 1% 2% 1%;
	background-color: #f2f2f2 ;
	font-size: 10px;
	color: #282e8b;
	text-transform: uppercase;
	font-family: 'GoodEatinAOE-Regular',Arial,Lucida,sans-serif;
}
.section-products ul.list-products li a {
	color: #282e8b;
	display: block;
	text-align: center;
}
.section-products ul.list-products li a:hover{
	color: #dd161c;
	text-decoration: none;
}
.section-products ul.list-products li a img{
	width: auto;
	height: 102px;
}
.section-products ul.list-products li a span{
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px;
}
.section-products .products-items{
	position: relative;
}
.section-products .product-item{
	text-align: center;
	display: none;
	padding-bottom: 20px;
	position: absolute;
	top:0;
	left: 0;
}
.section-products .product-item img{
	width: 80%;
}
.section-products .products-detail{
	width: 300px;
	width: calc(320px - 6%);
	margin: 0 auto;
}
.section-products .products-detail .product-thumbnail{
	width: 250px;
	margin: 10px auto 20px;
}
.section-products .products-detail .product-thumbnail img{
	width: 100%;
	height: auto;
}
.section-products .products-detail ul{
	padding-bottom: 16px;
}
.section-products .products-detail ul li{
	list-style: none;
}
.section-products .products-detail ul li:before{
	content: '-';
	font-size: 16px;
	padding-right: 10px;
}
a.btn-voltar{
	color: #fff;
	font-size: 20px;
	display: inline-block;
	padding: 10px 30px;
	margin-top: 9px;
	text-shadow: 1px 0px #4c090a;
	font-family: 'baveuseregular',Arial,Lucida,sans-serif;
	background: url('images/btn-voltar.png') no-repeat 0 0 / auto 100%;
}
a.btn-voltar:hover{
	text-decoration: none;
	color: #fdc330;
}

/* Activities Page */
.section-activity .section-activity-inner {
	text-align: center;
}
.header-logo-m {
	margin: 0 auto;
	display: inline-block;
}
.logo-m {
	width: 101px;
	float: left;
}
.logo-m img {
	width: 100%;
}
.title-m {
	width: auto;
	float: left;
	line-height: 27px;
	padding-top: 13%;
	text-align: left;
}
.title-m h2 {
	font-family: 'GoodEatinAOE-Regular',Arial,Lucida,sans-serif;
	font-size: 20px;
}
#container .content .title-m h1 {
	font-size: 33px;
	color: #0b429e;
}
.body-section-m {
	margin-bottom: 5%;
	display: inline-block;
}
.body-section-m img{
	width: 100%;
}
.block-contents {
	width: 100%;
	float: left;
	margin-bottom: 10%;
}
.activity-games img {
	width: 100%;
}
#container .activity-games.content h1 {
	font-size: 3.5vw;
	text-align: center;
}
#container .section-activity .activity-sheets h1{
	font-size: 20px;
}
.sheet-quest {
	position: relative;
	overflow: hidden;
}
.sheet-answer {
	display: none;
}
.cls-hidden {
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
}
#container .activity-games.content img {
	width: 100%;
}
#container .activity-games.content img.right{
	margin-top: 16px;
}
#container .activity-sheets .block-contents h2,
#container .activity-screensaver .block-contents h2{
	color: #c21f31;
	font-size: 17px;
	line-height: 20px;
	padding: 0 5% 16px;
	text-transform: uppercase;
}
#container .activity-screensaver .block-contents {
    padding: 0 5%;
}
#container .content .activity-screensaver .title-m h1{
	font-size: 20px;
}

/* News Page */
#container .content.section-news {
	position: relative;
	padding-top: 50px;
}
.section-news .section-news-inner{
	text-align: center;
}
#container .content.section-news .logo-m{
	width: 101px;
	height: auto;
}
#container .content.section-news .title-m{
	width: auto;
	padding-top: 50px;
	text-align: left;
}
#container .content.section-news .title-m h1 {
	font-size: 60px;
	line-height: 48px;
	color: #e71011;
	padding: 0;
}
#container .content.section-news .header-logo-m{
	margin: 0 auto;
}
#container .content.section-news .title-m h2 {
	font-size: 22px;
	line-height: 22px;
}
.section-news .section-news-inner .news{
	text-align: left;
}
.section-news .news-block{
	width: 100%;
	position: relative;
	vertical-align: top;
}
.section-news .news-block .news-block-inner{
	width: 100%;
	position: relative;
}
.section-news .news-block .news-block-inner .news-info {
	padding: 20px 0 10px 0;
}
.section-news .news-block .news-block-inner:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: url('images/line-red-news.png') no-repeat 0 0 / 100% auto;
}
.section-news .news-block .news{
	width: 100%;
}
.section-news .news-block .news-thumbnail img{
	width: 100%;
	height: auto;
}
.section-news .news-block h2{
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.section-news .news-block h3{
	font-size: 16px;
	padding-top: 5px;
}
html[lang='pt'] #container .content.section-about h1{
	font-size: 26px;
}
.content.section-about p{
	font-family: Arial,Lucida,sans-serif;
}
#container .content.section-privacy h1 {
	font-size: 30px;
	padding-bottom: 0;
}
#container .content.section-privacy h2 {
	font-size: 18px;
	line-height: normal;
	padding-bottom: 16px;
}
#container .content.section-privacy h3 {
	font-size: 16px;
	line-height: normal;
	padding-bottom: 16px;
}

/* Footer */
#footer{
	min-height: 20px;
	border-top: 1px solid #000;
	position: absolute;
	bottom: 0;
	width: 100%;
}
#footer .footer-logo{
	position: absolute;
	left: 16.5%;
	width: 40px;
	max-width: 90px;
	top: -17px;
}
#footer .footer-logo img{
	width: 100%;
	height: auto;
}
#footer .footer-menu{
	position: relative;
}
#footer .footer-menu, #footer .footer-menu a{
	font-family: Arial,Lucida,sans-serif;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	font-size: 8px;
}
#footer .footer-menu a {
	text-decoration: none;
	line-height: 20px;
}
#footer .footer-menu a:hover {
	text-decoration: underline;
}
#footer .footer-menu .footr-left,
#footer .footer-menu .footr-right{
	position: absolute;
	line-height: 0;
	bottom: 4px;
}
#footer .footer-menu .footr-left{
	left: 2.5%;
}
#footer .footer-menu .footr-right{
	right: 2.5%;
}
#footer .footer-menu .footr-left img,
#footer .footer-menu .footr-right img{
	width: 36px;
	height: auto;
}

/*** Style for Language  ***/
html[lang='fr'] #menu ul li.menu-home > a:before{
	background: url('images/fr/menu-home-mouse-over.png') no-repeat center 0 / 100% auto;
}
html[lang='fr'] #menu ul li.menu-teams > a:before{
	background: url('images/fr/menu-teams-mouse-over.png') no-repeat center 0 / 100% auto;
}
html[lang='fr'] #menu ul li.menu-products > a:before{
	background: url('images/fr/menu-products-mouse-over.png') no-repeat center 0 / 100% auto;
}
html[lang='fr'] #menu ul li.menu-activities > a:before{
	background: url('images/fr/menu-activities-mouse-over.png') no-repeat center 0 / 100% auto;
}
html[lang='fr'] #menu ul li.menu-about > a:before{
	background: url('images/fr/menu-about-mouse-over.png') no-repeat center 0 / 100% auto;
}
html[lang='fr'] #menu ul li.menu-news > a:before{
	background: url('images/fr/menu-news-mouse-over.png') no-repeat center 0 / 100% auto;
}

html[lang='de'] #menu ul li.menu-home > a:before{
	background: url('images/de/menu-home-mouse-over.png') no-repeat center 0 / 100% auto;
}
html[lang='de'] #menu ul li.menu-teams > a:before{
	background: url('images/de/menu-teams-mouse-over.png') no-repeat center 0 / 100% auto;
}
html[lang='de'] #menu ul li.menu-products > a:before{
	background: url('images/de/menu-products-mouse-over.png') no-repeat center 0 / 100% auto;
}
html[lang='de'] #menu ul li.menu-activities > a:before{
	background: url('images/de/menu-activities-mouse-over.png') no-repeat center 0 / 100% auto;
}
html[lang='de'] #menu ul li.menu-about > a:before{
	background: url('images/de/menu-about-mouse-over.png') no-repeat center 0 / 100% auto;
}
html[lang='de'] #menu ul li.menu-news > a:before{
	background: url('images/de/menu-news-mouse-over.png') no-repeat center 0 / 100% auto;
}

html[lang='es'] #menu ul li.menu-home > a:before{
	background: url('images/es/menu-home-mouse-over.png') no-repeat center 0 / 100% auto;
}
html[lang='es'] #menu ul li.menu-teams > a:before{
	background: url('images/es/menu-teams-mouse-over.png') no-repeat center 0 / 100% auto;
}
html[lang='es'] #menu ul li.menu-products > a:before{
	background: url('images/es/menu-products-mouse-over.png') no-repeat center 0 / 100% auto;
}
html[lang='es'] #menu ul li.menu-activities > a:before{
	background: url('images/es/menu-activities-mouse-over.png') no-repeat center 0 / 100% auto;
}
html[lang='es'] #menu ul li.menu-about > a:before{
	background: url('images/es/menu-about-mouse-over.png') no-repeat center 0 / 100% auto;
}
html[lang='es'] #menu ul li.menu-news > a:before{
	background: url('images/es/menu-news-mouse-over.png') no-repeat center 0 / 100% auto;
}

html[lang='nl'] #menu ul li.menu-home > a:before{
	background: url('images/nl/menu-home-mouse-over.png') no-repeat center 0 / 100% auto;
}
html[lang='nl'] #menu ul li.menu-teams > a:before{
	background: url('images/nl/menu-teams-mouse-over.png') no-repeat center 0 / 100% auto;
}
html[lang='nl'] #menu ul li.menu-products > a:before{
	background: url('images/nl/menu-products-mouse-over.png') no-repeat center 0 / 100% auto;
}
html[lang='nl'] #menu ul li.menu-activities > a:before{
	background: url('images/nl/menu-activities-mouse-over.png') no-repeat center 0 / 100% auto;
}
html[lang='nl'] #menu ul li.menu-about > a:before{
	background: url('images/nl/menu-about-mouse-over.png') no-repeat center 0 / 100% auto;
}
html[lang='nl'] #menu ul li.menu-news > a:before{
	background: url('images/nl/menu-news-mouse-over.png') no-repeat center 0 / 100% auto;
}

html[lang='pt'] #menu ul li.menu-home > a:before{
	background: url('images/pt/menu-home-mouse-over.png') no-repeat center 0 / 100% auto;
}
html[lang='pt'] #menu ul li.menu-teams > a:before{
	background: url('images/pt/menu-teams-mouse-over.png') no-repeat center 0 / 100% auto;
}
html[lang='pt'] #menu ul li.menu-products > a:before{
	background: url('images/pt/menu-products-mouse-over.png') no-repeat center 0 / 100% auto;
}
html[lang='pt'] #menu ul li.menu-activities > a:before{
	background: url('images/pt/menu-activities-mouse-over.png') no-repeat center 0 / 100% auto;
}
html[lang='pt'] #menu ul li.menu-about > a:before{
	background: url('images/pt/menu-about-mouse-over.png') no-repeat center 0 / 100% auto;
}
html[lang='pt'] #menu ul li.menu-news > a:before{
	background: url('images/pt/menu-news-mouse-over.png') no-repeat center 0 / 100% auto;
}

@media (min-width: 500px) {
	#container{
		padding-bottom: 40px;
	}
	/* Products Page */
	.section-products ul.list-products li{
		font-size: 14px;
	}
	.section-products ul.list-products li a img {
		height: 170px;
	}

	/* Footer */
	#footer .footer-logo{
		left: 17%;
	}
	#footer .footer-menu,
	#footer .footer-menu a {
		font-size: 12px;
		line-height: 40px
	}
	#container .content.section-news .title-m{
		line-height: normal;
	}
}

@media (min-width: 768px) {
	.hidden-mobile{
		display: inline-block;
	}
	.hidden-desktop{
		display: none;
	}
	.mobile-nav{
		display: none;
	}
	#header{
		background: none;
	}
	#header.sticky-header{
		height: 90px!important;
	}
	#header ul{
		width: 100%;
		margin: 0 auto;
		transition: all 0.4s ease;
	}
	#header:before{
		display: none;
	}
	#header:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: -1;
		top: 0;
		left: 0;
		background: url('images/bg-header.png') no-repeat center 0 / 100% auto;
	}
	#header.sticky-header:after{
		content: '';
		background: url('images/bg-header-sticky.png') no-repeat center 0 / 100% auto;
	}
	#header.sticky-header ul{
		width: 90%;
	}
	#header .header-inner .bg-submenu{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: -1;
		display: none;
	}
	#header .mobile-logo {
		width: 11%;
		top: 10px;
		left: 50%;
		margin-left: -5%;
		padding: 0;
		background: none;
		z-index: 3;
		transition: all 0.4s ease;
	}
	#header.sticky-header  #menu ul li.menu-logo{
		width: 6%;
	}
	#header.sticky-header .mobile-logo{
		width: 5%;
		margin-left: -2.5%;
	}
	#header .dropdown-languages{
		width: 4%;
		right: 8%;
		top: 24px;
		transition: all 0.4s ease;
	}
	#header.sticky-header .dropdown-languages{
		right: 14%;
	}
	#header .dropdown-languages > a{
		margin-bottom: 3px;
	}
	#header .dropdown-languages ul {
		width: 320%;
		padding: 26% 0;
		margin-left: -20%;
	}
	#header .dropdown-languages a span{
		margin-top: -0.75vw;
	}
	#header .dropdown-languages a span,
	#header .dropdown-languages ul li{
		font-size: 1.1vw;
		line-height: 1.7vw;
	}
	#header .dropdown-languages ul li{
		padding: 0 8%;
	}
	#container{
		overflow: initial;
		padding-bottom: 41px;
	}
	#container .content{
		width: 100%;
		padding: 14% 25% 50px;
		margin: 0 auto;
	}
	#container .content h1 {
		font-size: 6.5vw;
	}
	#container .content.section-privacy h1 {
		font-size: 3vw;
	}

	/* Home Page */
	.section-galaxy-game {
		padding-top: 0;
	}
	
	.section-home-video {
		padding-top: 0;
	}
	
	.section-home-video .gobsmax-overlay-video{
		position: absolute;
		left: 0;
		bottom: -20px;
		width: 24%;
		height: auto;
	}
	.section-home-video .btn-play-video{
		width: 100px;
		height: 120px;
		margin-top: -50px;
		margin-left: -50px;
	}
	.section-home-video .btn-play-video a {
		background-size: 100px auto;
	}
	.section-welcome{
		padding: 30px 23% 45px 23%;
	}
	.section-welcome h1{
		font-size: 3.4vw;
	}
	.section-welcome h2{
		font-size: 1.5vw;
		line-height: 2.2vw;
	}
	.section-over100{
		padding-bottom: 17px;
	}
	.section-over100:before,
	.section-over100:after {
		display: block;
	}
	.section-over100 img{
		width: 100%;
		margin-left: 0;
	}
	.section-home-news{
		padding: 4% 0 7%;
	}
	.section-home-news > a > img {
		width: 41%;
		margin-left: 54%;
	}
	.section-home-news .news-gobsmax {
		position: absolute;
		width: 44%;
		left: 11%;
		top: -18%;
	}
	.section-home-news .news-gobsmax img{
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	/* Teams Page */
	#section-bg-teams .bg-teams .slide img{
		width: 100%;
		max-width: none;
		height: auto;
	}
	#section-teams{
		width: 100%;
		padding: 12% 0 0;
		position: relative;
	}
	#section-teams .teams-inner{
		width: 100%;
		padding: 0 28%;
		margin: 0;
	}
	#section-teams .slider-teams a{
		width: 9%;
		text-align: center;
		display: inline-block;
	}
	#section-teams .slider-teams a img{
		width: 100%;
		margin: auto;
	}
	#section-teams .slider-teams a span {
		margin-top: 10px;
		display: block;
		width: 370%;
		margin-left: -135%;
		font-size: 2vw;
		opacity: 0;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	#section-teams .slider-teams a.active span{
		opacity: 1;
	}
	#section-teams .controls-slider-teams{
		display: none;
	}
	#section-teams .slider-teams a img{
		-moz-transform:scale(0.8);
		-webkit-transform:scale(0.8);
		-o-transform:scale(0.8);
		transform:scale(0.8);
		-webkit-transition: all 0.3s ease-in;
		-moz-transition:	all 0.3s ease-in;
		-o-transition:	  all 0.3s ease-in;
		-ms-transition:	 all 0.3s ease-in;
		}
	#section-teams .slider-teams a.active img {
		-moz-transform:scale(1);
		-webkit-transform:scale(1);
		-o-transform:scale(1);
		transform:scale(1);
		-webkit-transition: all 0.5s ease-out;
		-moz-transition:	all 0.5s ease-out;
		-o-transition:	  all 0.5s ease-out;
		-ms-transition:	 all 0.5s ease-out;
	}
	#section-characters{
		padding-top: 10px;
	}
	#section-characters .team-commander img{
		width: 20%;
	}
	#section-characters .team-commander h3,
	#section-characters .slider-characters li h3{
		font-size: 2.7vw;
		line-height: 3vw;
	}
	#section-characters .team-commander h4,
	#section-characters .slider-characters li h4{
		font-size: 1.7vw;
		line-height: 2vw;
	}
	#section-characters .slider-character-pager{
		display: block;
		padding-left: 10%;
		padding-right: 10%;
	}
	.bx-wrapper .bx-prev{
		left: 26.5%;
	}
	.bx-wrapper .bx-next{
		right: 26.5%;
	}
	#section-characters .slider-characters li img{
		width: 20%;
	}
	.bx-wrapper .bx-controls-direction a{
		top: 40%;
	}
	#section-characters .slider-characters li .teams-characters:before,
	#section-characters .team-commander .teams-characters:before{
		width: 30%;
		height: 20%;
		bottom: -10%;
		margin-left: -15%;
	}

	/* Products Page */
	.section-products ul.list-products li a img {
		height: 130px;
	}
	.section-products ul.list-products li {
		font-size: 1.5vw;
		padding: 25px 0;
	}
	.section-products .products-detail .product-thumbnail {
		width: 100%;
		text-align: center;
	}
	.section-products .products-detail .product-thumbnail img{
		max-width: 400px;
	}
	#container .content.section-products h1,
	#container .content.section-products h2{
		font-size: 2.8vw;
	}
	.section-products .products-detail{
		width: 100%;
	}
	.section-products .product-item img{
		width: 50%;
	}

	/* News Page */
	#container .content.section-news {
		padding-top: 14%;
	}
	#container .content.section-news .header-logo-m{
		width: 52%;
	}
	#container .content.section-news .logo-m{
		width: 28%;
	}
	#container .content.section-news .title-m {
		padding-top: 8%;
		float: none;
	}
	#container .content.section-news .title-m h1 {
		font-size: 5.6vw;
		line-height: 5.6vw;
	}
	#container .content.section-news .title-m h2 {
		font-size: 1.9vw;
		line-height: 1.2vw;
	}
	/*.section-news .section-news-inner .news{
		margin-left: -1.5%;
		margin-right: -1.5%;
		font-size: 0;
	}*/
	.section-news .news-block h2 {
		font-size: 1.6vw;
		line-height: 1.7vw;
	}
	.section-news .news-block h3 {
		font-size: 1.3vw;
	}
	/*.section-news .section-news-inner .news .news-block{
		padding-left: 1.5%;
		padding-right: 1.5%;
		width: 50%;
		display: inline-block;
	}*/

	/* Footer */
	#footer .footer-logo{
		left: 27%;
		width: 4.5%;
		min-width: 50px;
		max-width: 80px;
	}
	#footer .footer-menu{
		width: 73%;
		margin: 0 auto;
	}
	#footer .footer-menu a {
		font-size: 12px;
		line-height: 40px;
	}
	.title-m {
		line-height: 16px;
	}
	#container .content .title-m h1 {
		font-size: 26px;
		line-height: 28px;
	}
	.title-m h2 {
		font-size: 12px;
	}
	.block-contents {
		width: 33.33%;
	}
	.block-contents {
		margin: 0;
	}
	.header-logo-m {
		width: auto;
	}
	#container .activity-games.content {
		padding: 14% 5% 50px;
	}
	#container .activity-games.content img.left,
	#container .activity-games.content img.right {
		width: 49%;
		margin-top: 0;
	}
	#container .activity-games.content h1 {
		font-size: 3.5vw;
		text-align: center;
	}
	.sheet-quest {
		position: relative;
	}
	.sheet-answer {
		display: none;
	}
	.section-activity-inner .header-logo-m .logo-m {
		width: 28%;
		max-width: 110px;
	}
	#container .activity-screensaver .block-contents h2{
		font-size: 1.4vw;
		line-height: 1.6vw;
		padding: 0 0 16px;
	}
	#container .activity-screensaver .block-contents {
		padding: 0 2% 16px;
	}
	#container .content .activity-screensaver .title-m h1{
		font-size: 3.5vw;
	}
	#container .activity-sheets .block-contents h2{
		font-size: 1.5vw;
		line-height: 1.6vw;
		padding: 0 3% 16px;
	}
	html[lang='de'] #header .dropdown-languages ul li{
		font-size: 0.8vw;
	}
	html[lang='pt'] #container .content.section-about h1{
		font-size: 4.5vw;
	}
}
@media (min-width: 1091px) {
	#header .dropdown-languages ul {
		width: 300%;
		padding: 0;
	}
	#section-characters{
		padding-top: 30px;
	}
	#section-characters .slider-character-pager{
		padding-left: 15%;
		padding-right: 15%;
	}
	.section-products ul.list-products li a img {
		height: 180px;
	}
	.title-m {
		line-height: 2.5vw;
		padding-top: 10%;
	}
	#container .content .title-m h1 {
		font-size: 3.5vw;
	}
	.title-m h2 {
		font-size: 1.5vw;
	}
	.header-logo-m {
		margin-bottom: 5%;
	}
	.content.section-about {
		min-height: 623px;
	}
}
span.uppercase {
    text-transform: uppercase;
}
.no-uppercase {
	text-transform: lowercase !important;
}