* {
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
}

body,html {
	height:100%;
	margin:0;
	padding:0;
}

body {
	background:#1A171B;
	font: normal normal normal 14px/120% Verdana,Geneva,sans-serif;
}

#wrapper {
	min-height:100%;
	position:relative;
}

.wrapper {
	width:90%;
	max-width:930px;
	margin:0 auto;
}

/* ============================================================================== (Header) */

#head {
	width:90%;
	max-width:930px;
	margin:0 auto 8px auto;
	position:relative;
	text-align:left;
}

#head .logo {
	float:right;
	width:52px;
	height:52px;
	position:absolute;
	right:0;
	bottom:15px;
	background:url('../images/redirect/gfx-logo-3acomposites.png');
}

#head .language {
	position:absolute;
	top:0;
	right:0;
}

#language {cursor:pointer;position:relative;float:left;width:134px;height:25px;background:url('../_gfx/language-bg.png') no-repeat #1a171b;z-index:99}
#language a {display:block;margin:3px;color:#fff;text-decoration:none}
#language .select {display:none;position:absolute;top:25px;width:108px;border:1px solid #676767;border-width:0 1px 1px 1px;background:#1a171b}
#language:hover .select { display:block;}
#language  img {width:134px;height:21px;background:url('../images/redirect/gfx-languages.png') no-repeat}
#language .active img {margin:2px 0 0 2px}
#language .select a:hover img {background-position:-134px 0}
#language .select a:hover img.en,#language .active img.en  {background-position:-134px 0}
#language .select img.de {background-position:0 -20px}
#language .select a:hover img.de,#language .active img.de {background-position:-134px -20px}
#language .select img.fr {background-position:0 -40px}
#language .select a:hover img.fr,#language .active img.fr {background-position:-134px -40px}
#language .select img.it {background-position:0 -60px}
#language .select a:hover img.it,#language .active img.it {background-position:-134px -60px}
#language .select img.es {background-position:0 -80px}
#language .select a:hover img.es,#language .active img.es {background-position:-134px -80px}
#language .select img.ru {background-position:0 -100px}
#language .select a:hover img.ru,#language .active img.ru {background-position:-134px -100px}
#language .select img.pt {background-position:0 -120px}
#language .select a:hover img.pt,#language .active img.pt {background-position:-134px -120px}
#language .select img.pl {background-position:0 -140px}
#language .select a:hover img.pl,#language .active img.pl {background-position:-134px -140px}
#language .select img.cn {background-position:0 -160px}
#language .select a:hover img.cn,#language .active img.cn {background-position:-134px -160px}	


/* ============================================================================== (Map Content) */

#content {
	width:90%;
	max-width:930px;
	margin:0 auto;
	padding-bottom:80px;
	text-align:center;
}
.outer {
	background:#4b4b4d;
	position:relative;
}
.map { 
	background:#1A171B;
	width:100%;
	height:auto;
	}
	
.slogan {
	text-transform:uppercase;
	color:#fffefe;
	font-size:24px;
	padding:20px 0;
	cursor:default;
}

.regions {
	display:inline-block;
	width:25%;
	position:absolute;
	top:45%;
	left:0;
	width:100%;
}

.region {
	display:inline-block;
	width:24%;
	margin:0 2%;
	position:relative;
	cursor:pointer;
}

.region#r01 {
	margin-left:0;
	width:26%;
}

.region#r02 {
	width:28%;
	margin:0 3% 0 4%;
}

.region#r03,
.region#r04 {
	width:12%;
	margin:0 1%;
}

.region#r04 {
	width:16%;
	margin:0;
}

.region .btn {
	background:#7eb61c;
	background:rgba(126,182,28,0.8);
	width:100%;
	color:#fff;
	padding:0.9em 0 1em 0;
}

.region .btn a{
	color:#fff;
}

.region .btn span:before {
	content:url('../images/redirect/ico-arrow-0.png')
}
.region#r02:hover .btn span:before {
	content:url('../images/redirect/ico-arrow-1.png')
}

.links {
	display:none;
	color:#a5a5a5;
	position:absolute;
	background:#4b4b4d;	
	border:1px solid #7eb61c;
	border-color:rgba(126,182,28,0.8);
	border-top:0;
	width:100%;
	box-sizing:border-box;
	text-align:left;
	cursor:default;
}


.links p {
	font-size:11px;
	margin:0.5em 0 0 14px;
}

.links a {
	display:block;
	color:#fff;
	padding:2px 0;
	margin:0.5em 0;
	font-size:13px;
}
.links a:hover {
	background:#1a171b;
	}
	
.links a span {
	padding-left:30px;
}	

.region:hover .links {
	display:block;
}


#showChoice {
	border-radius: 20px;
	background:#060606;
	color:#4b4b4d;
	text-transform:uppercase;
	width:auto;
	display:inline-block;
	font-size:13px;
	padding:2px 15px;
	margin:2em auto;
	cursor:default;
}

/* ============================================================================== (Footer) */

#footer {
	width:100%;
	max-height:80px;
	position:absolute;
	bottom:0;
	left:0;
	background:#060606;
	color:#444445;
	font-size:11px;
	padding:13px 0 10px 0;
}
#footer p {
	float:left;
	cursor:default;
}
#footer p:last-child {
	float:right;
}

#footer a {
	color:#444445;
	margin:0 0 0 2em;
}
#footer a:hover {
	color:#fff;
}

/* ========================================================================================= */
/* ============================================================================== RESPONSIVE */
/* ========================================================================================= */

@media (max-width:925px ) {
	.region#r01,
	.region#r02,
	.region#r03,
	.region#r04 {
	width:14%;
	margin:0 1%;
	font-size:12px;
	}
	.region#r02 {
	width:35%;
	}
	.slogan {
	font-size:20px;
	}
	
	.region#r01 .links {
	min-width:220px;
	}
}

@media (max-width:700px ) {
	.slogan {
	font-size:17px;
	}
	.region#r02 .links {
	min-width:220px;
	}
}

@media (max-width:660px) {
	.regions  {
		top:auto;
		width:98%;
	}
	.region {
		width:100%!important;
		display:block;
		padding:1% 0 2% 0!important;
	}
	.region .btn{
		width:100%;
	}
	.region .links {
		position:static;
		margin-top:-6px;
	}
	#footer p {
		float:none!important;
		text-align:center;
		margin:1em 0;
	}
}