/**
 * Biciwatt
 * CSS file
 *
 * @author: Digital Dosis design studio.
 * @version: 0.1
 *
**/

/** RESET CSS **/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
 u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, label, textarea, button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* FONTS */
@font-face {
			font-family: 'Hero';
			src: url('../fonts/hero-webfont.eot');
			src: url('../fonts/hero-webfont.eot?#iefix') format('embedded-opentype'),
					 url('../fonts/hero-webfont.woff') format('woff'),
					 url('../fonts/hero-webfont.ttf') format('truetype'),
					 url('../fonts/hero-webfont.svg#heroregular') format('svg');
			font-weight: normal;
			font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /*solo chrome*/
	@font-face {
			font-family: 'Hero';
			src: url('../fonts/hero-webfont.svg#heroregular') format('svg');
			font-weight: normal;
			font-style: normal;
	}
}
@font-face{
	font-family: 'Chanewei';
	src: url('../fonts/Chanewei.ttf') format('truetype');
}

p, h1, h2, h3, h4, h5, h6, a, label {font-family: 'Hero';}

/*Border 0 imagenes (ie)*/
img{border: 0px;}

/* GENERICO */
.salto_linea{margin-bottom: 30px;} /*para hacer saltos de linea sin br*/
.negrita{font-family: 'Chanewei', 'Hero';}
.flecha_titulos{margin-right: 10px;} /*margin para la flechecita foja de los tituos*/
a {text-decoration: none; color: inherit;}
.min_width {min-width: 1024px;}
body{overflow: hidden;}

/* CORTINILLA */
#preloader {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:black;
  z-index:999;
}
#logo-loading{
	position: relative;
	display: block;
	margin: 0 auto;
	width: 500px;
	height: 110px;
	top: 50%;
	margin-top: -55px;
}
#loading-gif {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: 20px;
}
/* CABECERAS */
.formato_titulo_cabecera {
	display: block;
	text-align: center;
	color: #514f50;
	line-height: 100px;
	font-size: 60px;
}
/* MINI HEADER */
#header_mini {
	position: fixed;
	background-color: black;
	display: none;
	min-width: 1024px;
	height: 75px;
	z-index: 3;
	width: 100%;
	top: 0px;
}
#header_mini ul {
	position: relative;
	float: right;
	line-height: 75px;
	right: 35px;
}

#header_mini ul li {
	display: inline-block;
	color: white;
	text-align: center;
	font-size: 21px;
	height: 50px;
	line-height: 50px;
}
#header_mini ul li a{display: block; color: white;}
#header_mini ul li a:hover{
	filter: alpha(opacity=80); /* internet explorer */
		-khtml-opacity: 0.8;      /* khtml, version anterior de safari */
		-moz-opacity: 0.8;       /* firefox, mozilla, netscape */
		opacity: 0.8;           /* safari, chrome, opera */
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*internet explorer 8 */
}
#header_mini img {
	display: block;
	position: relative;
	float: left;
	margin-left: 2%;
	top: 17px;
}

/* HEADER */
#sobre_header {
	position: relative;
	margin: 0 auto;
	height: 100px;
	background-image: url('../img/arriba_header.png');
	background-position: center;
}
#message_sent{
	position: relative;
	margin: 0 auto;
	width: 700px;
	height: 65px;
	background-color: black;
	top: 18px;
	border-left: solid 12px #BD0926;
}
#formato_message_sent {
	text-align: center;
	color: white;
	font-size: 18px;
	line-height: 65px;
}
.formato_idiomas{
	text-align: center;
	color: white;
	float: right;
	background-color: black;
	cursor: pointer;
	display: none;
	font-size: 12px;
	line-height: 25px;
	width: 50px;
	height: 25px;
}
#idioma_izq {margin-right: 1px;}
#idioma_der {margin-right: 22px;}
.borde_rojo {
	width: 1.6%;
	height: 100%;
	float: right;
	background-color: #bd0926;
}

header {
	display: block;
	position: relative;
	background-color: black;
	min-width: 1024px;
	height: 150px;
}
header ul {
	position: relative;
	float: right;
	line-height: 150px;
	right: 35px;
}

header ul li {
	display: inline-block;
	color: white;
	text-align: center;
	font-size: 21px;
	height: 50px;
	line-height: 50px;
}
header ul li a{display: block; color: white;}
header ul li a:hover{
	filter: alpha(opacity=80); /* internet explorer */
		-khtml-opacity: 0.8;      /* khtml, version anterior de safari */
		-moz-opacity: 0.8;       /* firefox, mozilla, netscape */
		opacity: 0.8;           /* safari, chrome, opera */
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*internet explorer 8 */
}
.margin_menu{margin-right: 30px;}

header img {
	display: block;
	position: relative;
	float: left;
	margin-left: 2%;
}

/* FRASES */

#fondo_frases {
	position: relative;
	margin: 0 auto;
	height: 515px;
	background-image: url('../img/fondo_home_frases.jpg');
	background-position: center;
}

#cuadro_frases{
	position: relative;
	margin: 0 auto;
	background-color: white;
	top: 126px;
	width: 864px;
	height: 305px;
	filter: alpha(opacity=80); /* internet explorer */
		-khtml-opacity: 0.8;      /* khtml, version anterior de safari */
		-moz-opacity: 0.8;       /* firefox, mozilla, netscape */
		opacity: 0.8;           /* safari, chrome, opera */
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*internet explorer 8 */
}

#frase {
	display: block;
	position: relative;
	font-size: 20px;
	width: 725px;
	height: 120px;
	top: 66px;
	left: 58px;
}
#autor {
	position: relative;
	text-align: right;
	font-size: 24px;
	margin-right: 90px;
	height: 33px;
	top: 80px;
}
#subtitulo1 {
	position: relative;
	text-align: right;
	font-size: 18px;
	margin-right: 90px;
	top: 75px;
}
#subtitulo2 {
	position: relative;
	text-align: right;
	font-size: 18px;
	height: 20px;
	top: 77px;
	margin-right: 90px;
}

/* HOME */
#home{
	position: relative;
	height: 1174px;
}

#bloque_texto_home {
	position: relative;
	margin: 0 auto;
	height: 647px;
	width: 944px;
}

#bloque_texto_home h1 {
	position: relative;
	top: 85px;
	font-size: 36px;
}

#bloque_texto_home div {
	position: relative;
	text-align: justify;
	height: 480px;
	top: 125px;
	font-size: 18px;
}

/* SOLUTIONS */

#solutions{
	position: relative;
	margin: 0 auto;
	height: 100px;
	background-image: url('../img/solutions.png');
	background-position: center;	
}

#bloque_solutions {
	position: relative;
	margin: 0 auto;
	background: url('../img/textura_bg_solutions.png') center;
	height: 1492px;
}

#bloque_solutions_img {
	position: relative;
	margin: 0 auto;
	width: 958px;
	height: 455px;
	top: 70px;
	border-bottom: solid;
	border-bottom-color: #545454;
	border-bottom-width: 1px;
}
.img_secciones_solutions {
	display: inline-block;
	}
.img_secciones_solutions:hover{
	cursor: pointer;
	filter: alpha(opacity=80); /* internet explorer */
		-khtml-opacity: 0.8;      /* khtml, version anterior de safari */
		-moz-opacity: 0.8;       /* firefox, mozilla, netscape */
		opacity: 0.8;           /* safari, chrome, opera */
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*internet explorer 8 */
}
.formato_titulo_solutions{
	display: inline-block;
	color: #514f50;
	text-align: center;
	cursor: pointer;
	font-family: 'Hero';
	line-height: 34px;
	font-size: 36px;
}
#titulo_training{
  margin-left: 74px;
}
#titulo_consulting{
	margin-left: 128px;
}
#titulo_special_programmes{
	margin-left: 74px;
	position: relative;
	top: 20px;
}
#triangulo {
	position: relative;
	border-color:transparent transparent #323232;
	border-style:solid;
	top: 32px;
	left: 112px;
	border-width:0 35px 35px;
	width:0;
}

.bloque_parrafo_solutions {
	position: relative;
	margin: 0 auto;
	width: 950px;
	height: 985px;
}
.bloque_parrafo_solutions h1 {font-size: 28px; text-align: center; margin-bottom: 40px;}
.bloque_parrafo_solutions p {font-size: 18px; text-align: justify;}

/*TRAINING*/
.parrafo_solutions1{
	display: inline-block;
	width: 453px;
}
/*CONSULTING*/
.parrafo_solutions2{
	display: inline-block;
	vertical-align: top;
	margin-left: 31px;
	width: 456px;
}
/*SPECIAL_PROGRAMMES*/
.parrafo_solutions3{
	position: relative;
	width: 944px;
	top: 75px;
}
#cortina_solutions{
	position: relative;
	margin: 0 auto;
	width: 944px;
	height: 936px;
	top: 70px;
	overflow: hidden;
	border-bottom: solid 1px #535353;
}
#seccion_solutions1{
	margin-top: 78px;
	position: relative;
	top: 0px;
	left: 0px;
}
#seccion_solutions2{
	margin-top: 78px;
	position: relative;
	top: -1063px;
	left: 944px;
}
#seccion_solutions3{
	margin-top: 78px;
	position: relative;
	top: -2126px;
	left: 1888px;
}

/*ABOUT_US*/
	/* WHO WE ARE */
#about_us{
	position: relative;
	margin: 0 auto;
	height: 100px;
	background-image: url('../img/about_us.png');
	background-position: center;	
}

#bloque_about_us{
	position: relative;
	background: url('../img/textura_bg_about_us.jpg') center;
	margin-top: -40px;
	height: 1630px;
}

#who_we_are {
	position: relative;
	margin: 0 auto;
	width: 944px;
	height: 619px;
	top: 114px;
}

.titulo_about_us {
	font-size: 36px;
	margin-top: 40px;
}

#img_who_we_are_senyora{
	position: relative;
	margin-top: 45px;
	margin-right: 25px;
}
.formato_texto_who_we_are {
	text-align: justify;
	font-size: 18px;
}
#parrafo_who_we_are{
	width: 660px;
	height: 320px;
	display: inline-block;
}
#member_of{display: inline-block;}
#alliances{
	display: inline-block;
	margin-left: 318px;
	width: 45%;
	margin-bottom: 22px;
}
.formato_img_allinces_members{display: inline-block;}
#member_of_edipe{
	margin-right: 25px;
	position: relative;
	height: 78px;
	overflow: hidden;
}
#member_of_edipe a img{
	position: relative;
	top: -78px;
}
#member_of_edipe a img:hover{
	position: relative;
	top: 0px;
}
#member_of_sietarespanya{
	position: relative;
	margin-right: 57px;
	height: 78px;
	overflow: hidden;
}
#member_of_sietarespanya a img {
	position: relative;
	top: -78px;
}
#member_of_sietarespanya a img:hover{
	position: relative;
	top: 0px;
}
#alliances_bernadette_steinmeyer{
	margin-right: 25px;
	position: relative;
	height: 50px;
	overflow: hidden;
	top: -14px;
}
#alliances_bernadette_steinmeyer a img {
	position: relative;
	top: -50px;
}
#alliances_bernadette_steinmeyer a img:hover{
	position: relative;
	top: 0px;
}
#alliances_of_intercultural_maze {
	position: relative;
	overflow: hidden;
	height: 87px;
	top: 4px;
}
#alliances_of_intercultural_maze a img {
	position: relative;
	top: -87px;
}
#alliances_of_intercultural_maze a img:hover {
	position: relative;
	top: 0px;
}

	/* TESTIMONIALS */
	
#testimonials{
	position: relative;
	margin: 0 auto;
	width: 944px;
	height: 800px;
	top: 114px;
	border-bottom: solid;
	border-bottom-color: #545454;
	border-bottom-width: 1px;
}

.formato_bloques_testimonials {
	border-left-style: solid;
	border-left-color: #bd0926;
	border-left-width: 12px;
	background-color: white;
	margin-bottom: 40px
}
.formato_bloques_testimonials p {
	display: block;
	color: #575757;
	text-align: justify;
	font-size: 18px;
	padding: 20px;
}
#bloque_testimonial1 {
	margin-top: 60px;
	height: 130px;
}
#bloque_testimonial2 {height: 106px;}
#bloque_testimonial3 {height: 154px;}
#bloque_testimonial4 {height: 106px;}

/* CONTACT */
#contact{
	position: relative;
	margin: 0 auto;
	height: 100px;
	background-image: url('../img/contact.png');
	background-position: center;	
}

#bloque_contact{
	position: relative;
	margin: 0 auto;
	height: 724px;
	background-image: url('../img/bg_contact.jpg');
	background-position: center;	
}

#bloque_contenido_contact {
	position: relative;
	margin: 0 auto;
	height: 724px;
	width: 944px;
	visibility: hidden;
}

.formato_bloque_contact {
	position: relative;
	visibility: visible;
	color: #bcbcbc;
	text-align: justify;
	background-color: #191919;
	border-left-style: solid;
	border-left-color: #bd0926;
	border-left-width: 8px;
	top: 170px;
	font-size: 18px;
}
.formato_bloque_contact p {padding-left: 15px;}
#reach_us_berlin {
	width: 275px;
	height: 105px;
}
#info_glocaltalent {
	top: 171px;
	width: 275px;
	height: 141px;
}
#reach_us_barcelona {
	top: 172px;
	width: 275px;
	height: 142px;
}
.margen_superior{padding-top: 25px;}
.espaciado_bottom{padding-bottom: 5px;}

#bloque_formulario {
	width: 644px;
	height: 390px;
	top: -218px;
	left: 308px;
}
#bloque_formulario h3{
	display: block;
	background-color: black;
	color: white;
	line-height: 50px;
	width: 624px;
	height: 50px;
	padding-left: 20px;
}

.formato_formulario_label {
	float: left;
	clear: left;
	height: 21px;
	width: 117px;
	margin-left: 22px;
}
.margin_top_name{margin-top: 12px;}
.formato_formulario_input {
	background-color: #252525;
	color: #BCBCBC;
	float: right;
	clear: right;
	font-family: 'Hero';
	padding-left: 5px;
	font-size: 14px;
	height: 21px;
	border: 0px;
	width: 470px;
	margin-right: 15px;
}
#idmessage{
	resize: none;
	border: 0px;
	width: 470px;
	height: 188px;
	overflow: auto;
}

#important-field {
	display: none;
	visibility: hidden;
}

.alineamiento_superior{vertical-align: top;}
.margin_top_formulario{margin-top: 1px}

#button_formulario{
	background-color: #bd0926;
	height: 36px;
	font-size: 20px;
	width: 475px;
	font-family:'Hero';
}
#button_formulario:hover {
	filter: alpha(opacity=80); /* internet explorer */
		-khtml-opacity: 0.8;      /* khtml, version anterior de safari */
		-moz-opacity: 0.8;       /* firefox, mozilla, netscape */
		opacity: 0.8;           /* safari, chrome, opera */
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*internet explorer 8 */
}
#imprint_info {
	position: absolute;
	background-color: black;
	visibility: visible;
	display: none;
	margin: 0 auto;
	z-index: 2;
	width: 960px;
	height: 670px;
	top: 35px;
}
#button_close_imprint {
	display: block;
	float: right;
	cursor: pointer;
	width: 30px;
	height: 30px;
}
#button_close_imprint:hover {
	filter: alpha(opacity=80); /* internet explorer */
		-khtml-opacity: 0.8;      /* khtml, version anterior de safari */
		-moz-opacity: 0.8;       /* firefox, mozilla, netscape */
		opacity: 0.8;           /* safari, chrome, opera */
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*internet explorer 8 */
}
.formato_secciones_imprint {
	color: #BCBCBC;
	text-align: justify;
	font-size: 14px;
}
#imprint_seccion1{
	width: 197px;
	height: 500px;
	float: left;
	margin-top: 30px;
	margin-left: 40px;
	padding-left: 12px;
	line-height: 18px;
}
#imprint_seccion2{
	width: 650px;
	height: 583px;
	float: right;
	margin-right: 33px;
}
/* FOOTER */
footer{
	height: 155px;
	background-color: black;
	color: #575757;
}

#bloque_info_footer {
	position: relative;
	margin: 0 auto;
	text-align: center;
	height: 105px;
	width: 500px;
	font-size: 14px;
}
#imprint_button{cursor: pointer;}
.margen_superior_footer {padding-top: 30px;}