@charset "UTF-8";

@font-face {
    font-family: magnolia;
	src: url('webfont.eot'); /* IE9 Compat Modes */
	src: url('webfont.eot?#iefix') format('embedded-opentype'),
		url('webfont.woff2') format('woff2'),
		url('webfont.woff') format('woff'),
		url('webfont.ttf')  format('truetype'),
		url('webfont.svg#svgFontName') format('svg');
    src: url(../fonts/magnolia/magnolia.ttf);
}

@font-face {
    font-family: helveticaneue;
	src: url('helvetica.eot'); /* IE9 Compat Modes */
	src: url('helvetica.eot?#iefix') format('embedded-opentype'),
		url('helvetica.woff2') format('woff2'),
		url('helvetica.woff') format('woff'),
		url('helveticat.ttf')  format('truetype'),
		url('helvetica.svg#svgFontName') format('svg');
    src: url(../fonts/helvetica/helvetica.ttf);
}

*{
	margin: 0;
	padding: 0;
}

body{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 20px;
	background: #3fa9f5;
	color: #ffffff;
}


a{
	text-decoration: none;
	-webkit-transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
	-moz-transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
	-o-transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
	transition:all 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
}

h1{
	font-size: 70px;
	font-weight: 300;
}

h2{
	font-size: 24px;
	font-weight: 300;
}

a img{
	border: none!important
}

img{
	border: none!important;
	border-style: none;
}

/*
########     ###    ########  ########       ##   
##     ##   ## ##   ##     ##    ##        ####   
##     ##  ##   ##  ##     ##    ##          ##   
########  ##     ## ########     ##          ##   
##        ######### ##   ##      ##          ##   
##        ##     ## ##    ##     ##          ##   
##        ##     ## ##     ##    ##        ###### 
*/

/* ================= INNER ================= */

body{
	background: #00d8b2;
}

/* ================= HEADER ================= */

.header{
	background-color: #8d6fc8;
	border-bottom: 10px solid #ffffff;
	width: 100%;
}

.header-in,
.info-in,
.card-in,
.footer-in{
	margin: 0 auto;
	width: 970px;
	overflow: hidden;
}

.header-title{
	float: left;
	width: 400px;
	position: relative;
	height: 320px;
}

.header-title img{
	width: 100%;
	max-width: 100%;
	margin-top: 30px;
}

.header-description{
	float: right;
	width: 490px;
	text-align: center;
	padding: 100px 0 80px 0;
	font-size: 21px;
}

.header-description p{
	padding-bottom: 15px;
}

.bold-font{
	font-weight: 600;
}

.green-f{
	color: #00d8b2;
}

.purple-f{
	color: #ff66ff;
}

h1{
	font-family: 'magnolia', cursive;
	font-size: 75px;
}

.word-1{
	position: absolute;
	left: 60px;
	top: 70px;
	z-index: 10;
}

.word-2{
	position: absolute;
	left: 48px;
	top: 200px;
	z-index: 10;
}

.word-3{
	position: absolute;
	right: 78px;
	top: 171px;
	z-index: 10;
}

.word-4{
	position: absolute;
	right: 44px;
	top: 129px;
	z-index: 10;
}

/* ================= FRASE ================= */

.frase{
	width: 100%;
}

.frase-in{
	padding: 60px 0 0 0;
}

.frase-in h2{
	font-weight: 600;
	text-align: center;
	font-size: 30px;
	padding-bottom: 40px;
}

.frase-in h2 span{
	display: block;
}

/* ================= INFOGRAPHIC ================= */

.infographic{
	width: 100%;
}

.info-in{
	padding: 10px 0 0 0;
}

/* ======== BOXES ======== */

h3{
	background-color: #8d6fc8;
	padding: 10px 20px;
	font-weight: 300;
	font-size: 19px;
	position: relative;
	text-align: center;
	display:inline-block;
	height: 27px;
}

h3:before{
	content: ' ';
	position: absolute;
	width: 10px;
	height: 1px;
	left: -10px;
	top: 0px;
	border-width: 23px 10px;
	border-style: solid;
	border-color: #8d6fc8 #8d6fc8 #8d6fc8 transparent;
}

h3:after{
	content: ' ';
	position: absolute;
	width: 10px;
	height: 1px;
	right: -10px;
	top: 0px;
	border-width: 23px 10px;
	border-style: solid;
	border-color: #8d6fc8 transparent #8d6fc8 #8d6fc8;
}

.fact-title{
	margin-bottom: 20px;
	text-align: center;
}

.fact-boxes{
	text-align: center;
}

.box{
	text-align: center;
	display: inline-block;
	width: 144px;
	height: auto;
	vertical-align: bottom;
	margin-right: 10px;
	padding-bottom: 5px;
}

.box-name{
	font-size: 18px;
}

.box-percentage{
	font-size: 22px;
	font-weight: 700;
}

.sign{
	font-weight: 300;
}

.checked{
	border: 1px solid #ffffff;
}

.box-image{
	width: 130px;
	height: 100px;
	display: block;
	margin: 7px auto 0 auto;
}

/* ================= BOX INSIDE ================= */

.fact-1 img{
	height: 100%;
	max-height: 100%;
}

.fact-2 img{
	height: 100%;
	max-height: 100%;
}

.fact-3 img{
	width: 70%;
	max-width: 70%;
}

.fact-4 img{
	height: 100%;
	max-height: 100%;
}

.fact-5 img{
	height: 100%;
	max-height: 100%;
}

.fact-6 img{
	height: 100%;
	max-height: 100%;
}

.fact-7 img{
	width: 100%;
	max-width: 100%;
}

/* ================= CARD ================= */


.card-title-box{
	display: inline-block;
	width: 436px;
	height: 308px;
	vertical-align: top;
	position: relative;
}

.card-title-box .word-2{
	top: 182px;
	left: 50px;
}

.card-title-box .word-3{
	top: 158px;
	right: 107px;
}

.card-title-box .word-4{
	top: 111px;
	right: 71px;
}

.card-title-box img{
	width: 90%;
	max-width: 90%;
	position: absolute;
	z-index: 1;
	bottom: 50px;
}

.card{
	background-color: #8d6fc8;
	border-bottom: 10px solid #ffffff;
	width: 100%;
	padding: 30px 0px 50px 0px;
	vertical-align: top;
}

.main-card{
	background-color: #d9e0f0;
	width: 527px;
	margin: 0 auto;
	border-radius: 20px;
	display: inline-block;
}

.main-card-p1{
	float: left;
	width: 180px;
}

.main-card-p2{
	background-color: #addee3;
	float: right;
	width: 327px;
	padding-bottom: 33px;
	margin-right: 20px;
}

.main-card-p2 p{
	color: #808080;
	font-size: 17px;
	line-height: 35px;
	padding-left: 20px;
}

p.title-card{
	text-transform: uppercase;
	color: #addee3;
	font-weight: 700;
	font-size: 23px;
	margin-right: 10px;
}

.text-card{
	color: #5e2d91;
	font-weight: bold;
}

.card-bar{
	display: inline-block;
	background-color: #a6b9d8;
	height: 25px;
	margin-top: 10px;
	width: 307px;
	margin-bottom: 30px;
	text-align: right;
}

.card-bar img{
	height: 100%;
	max-height: 100%;
	display: inline-block;
}

.mid-bar{
	width: 80%;
	background-color: #c0bcd0;
	display: inline-block;
	height: 25px;
}

.edad,
.nacionalidad{
	display: inline-block;
}

.card-bar-left{
	display: block;
	background-color: #bad4f1;
	height: 25px;
	margin-top: 10px;
	width: 160px;
	float: right;
}

.id-pic{
	display: block;
	width: 138px;
	height: 115px;
	background-color: #ffffff;
	margin: 0 auto;
	text-align: center;
}

.usa-shield{
	display: block;
	width: 138px;
	height: 138px;
	margin: 0 auto;
	padding: 10px 0;
}

.usa-shield img{
	width: 100%;
	max-width: 100%;
	opacity: 0.5;
}

.id-pic img{
	height: 95%;
	max-height: 95%;
	padding-top: 2%;
}

.wave{
	background: url(../images/wave.png) repeat-x center bottom #00d8b2;
	width: 100%;
	height: 100px;
}

/* ================= FOOTER ================= */

.footer-in{
	font-size: 15px;
	padding: 50px 0;
}

.footer-phrase{
	text-align: center;
	margin-bottom: 30px;
}

.footer-phrase-big{
	text-align: center;
	margin-bottom: 30px;
	font-size: 30px;
}

.f-box{
	display: inline-block;
	width: 280px;
	vertical-align: top;
	padding: 0px 20px;
}

.footer-box{
	margin-bottom: 30px;
}

.f-box p{
	margin-bottom: 10px;
}

.highlight{
	color: #8d6fc8;
	font-weight: 600;
}

.footer-phrase-big .highlight{
	font-weight: 700;
}

.footer ul{
	list-style: none;
}

.lil_flag{
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 15px;
	width: 34px;
}

.lil_flag_mid{
	margin: 15px auto 0 auto;
	text-align: center;
	display: block;
	width: 34px;
}

.logocam{
	color: #ffffff;
	font-family: 'helveticaneue', sans-serif;
	letter-spacing: -3px;
}

.logocam span{
	color: #fc531d;
}

.footer-box img{
	width: 100%;
	max-width: 100%;
}

.f-b-1 p{
	margin-bottom: 30px;
}

/* ======== GIRL INFOGRAPHIC ======== */

.main-info-container{
	position: relative;
	width: 100%;
	height: 1238px;
}

/* ==== GIRL  ==== */

.girl{
	position: absolute;
	width: 430px;
	right: 234px;
	top: 207px;
	height: 962px;
}

.inside-girl{
	position: relative;
}

.dot{
	display: block;
	position: absolute;
	background: #ffffff;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	z-index: 10;
}

.dot-one{
	top: 63px;
	right: 215px;
}

.dot-two{
	top: 400px;
	right: 166px;
}

.dot-three{
	top: 254px;
	left: 168px;
}

.dot-four{
	top: 475px;
	left: 226px;
}

.dot-five{
	top: 394px;
	right: 7px;
}

.dot-six{
	top: 500px;
	left: 279px;
}

.dot-seven{
	top: 804px;
	left: 118px;
}

/* ==== LINES  ==== */

.line{
	border: 0; 
    height: 1px;
    background-color: #ffffff;
    position: absolute;
}

.line-one{
	width: 215px;
	top: 256px;
	left: 302px;
	z-index: 10;
	-webkit-transform: rotate(12deg);
	-ms-transform: rotate(12deg);
	-o-transform: rotate(12deg);
	transform: rotate(12deg);
}

.line-two{
	width: 249px;
	top: 423px;
	left: 242px;
	z-index: 10;
	-webkit-transform: rotate(21deg);
	-ms-transform: rotate(21deg);
	-o-transform: rotate(21deg);
	transform: rotate(21deg);
}

.line-three{
	width: 482px;
	top: 396px;
	right: 63px;
	z-index: 10;
	-webkit-transform: rotate(-65deg);
	-ms-transform: rotate(-65deg);
	-o-transform: rotate(-65deg);
	transform: rotate(-65deg);
}

.line-four{
	width: 62px;
	top: 629px;
	right: 189px;
	z-index: 10;
	-webkit-transform: rotate(32deg);
	-ms-transform: rotate(32deg);
	-o-transform: rotate(32deg);
	transform: rotate(32deg);
}

.line-five{
	width: 233px;
	top: 762px;
	right: 412px;
	z-index: 10;
	-webkit-transform: rotate(-38deg);
	-ms-transform: rotate(-38deg);
	-o-transform: rotate(-38deg);
	transform: rotate(-38deg);
}

.line-six{
	width: 210px;
	top: 821px;
	right: 258px;
	z-index: 10;
	-webkit-transform: rotate(83deg);
	-ms-transform: rotate(83deg);
	-o-transform: rotate(83deg);
	transform: rotate(83deg);
}

.line-seven{
	width: 345px;
	top: 1063px;
	right: 533px;
	z-index: 10;
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

/* ==== FACTS  ==== */

.fact-1{
	position: absolute;
	width: 316px;
	top: 0;
	left: 0;
}

.fact-1 .fact-title{
	text-align: right;
}

.fact-2{
	position: absolute;
	width: 204px;
	top: 0;
	right: 0;
}

.fact-2 .box{
	width: 200px;
	height: 101px;
	margin-bottom: 10px;
	clear: both;
	margin-right: 0px;
	padding: 5px 0;
}

.fact-2 .box-image{
	display: inline-block;
	width: 40px;
	float: left;
	margin: 0 10px;
}

.fact-2 .box-percentage,
.fact-2 .box-name{
	text-align: left;
}

.fact-2 .box-percentage{
	padding-top: 20px;
}

.fact-3{
	position: absolute;
	width: 252px;
	top: 271px;
	left: 0;
}

.fact-3 .box{
	width: 250px;
	height: 35px;
	text-align: left;
	text-indent: 11px;
	margin-bottom: 10px;
}

.fact-3 .box-percentage,
.fact-3 .box-name{
	display: inline-block;
}

.fact-3 .box-image{
	display: inline-block;
	width: 50px;
	height: 21px;
}

.fact-4{
	position: absolute;
	width: 440px;
	top: 766px;
	left: 0;
}

.fact-4 .fact-title{
	text-align: right;
	margin-right: 73px;
}

.fact-4 .box-image{
	width: 100%;
	height: 70px;
}

.fact-4 .box{
	width: 83px;
	margin-right: 0;
	vertical-align: top;
}

.fact-5{
	position: absolute;
	width: 295px;
	top: 578px;
	right: 0;
}

.fact-5 .fact-title{
	text-align: right;
	margin-right: 50px;
}

.fact-5 .box-image{
	width: 100%;
	height: 70px;
}

.fact-5 .box{
	width: 83px;
	height: 
}

.fact-6{
	position: absolute;
	width: 353px;
	top: 859px;
	right: 0;
}

.fact-6 .fact-title{
	text-align: right;
	margin-right: 10px;
}

.fact-6 .box-image{
	width: 100%;
	height: 70px;
}

.fact-6 .box{
	width: 112px;
	margin-right: 0;
}

.fact-7{
	position: absolute;
	width: 403px;
	top: 1040px;
	left: 0;
}

.fact-7 .fact-title{
	text-align: left;
	margin-left: 15px;
}

.fact-7 .box-image{
	width: 90%;
	height: 60px;
}

.fact-7 .box{
	width: 96px;
	margin-right: 0;
}

.header-arrow{
	display: none;
}

.logocam a{
	color: #ffffff;
}

.logocam a:hover{
	text-decoration: underline;
}

/* ======== LANGUAGES ======== */

/* ==== FRENCH ==== */

.fr_body .line-three{
	width: 467px;
	top: 403px;
	right: 71px;
	-webkit-transform: rotate(-64deg);
	-ms-transform: rotate(-64deg);
	-o-transform: rotate(-64deg);
	transform: rotate(-64deg);
}

.fr_body .word-1{
	top: 118px;
}

.fr_body .card-title-box .word-1{
	top: 100px;
}

.fr_body .fact-2 .fact-title{
	width: 193px;
}

.fr_body .fact-2 .fact-title h3{
	line-height: 20px;
	height: 41px;
}

.fr_body .fact-2 .fact-title h3:before{
	border-width: 30px 10px;
}

.fr_body .fact-2 .fact-title h3:after{
	border-width: 30px 10px;
}

p.i-m-c{
	letter-spacing: -1px;
}

.fr_body .footer ul{
	width: 250px;
}

/* ==== SPANISH ==== */

.es_body .word-2{
	left: 61px;
	top: 172px;
}

.es_body .word-3{
	right: 35px;
	top: 222px;
}

.es_body .word-4{
	right: 4px;
	top: 177px;
}

.es_body .line-one{
	top: 259px; 
}

.es_body .dot-one{
	top: 67px;
}

.es_body .line-three{
	top: 409px;
}

.es_body .dot-two{
	top: 414px;
}

.es_body .line-seven{
	bottom: 171px;
}

.es_body .dot-seven{
	bottom: 140px;
}

.es_body .fact-2 .fact-title{
	width: 193px;
}

.es_body .fact-2 .fact-title h3{
	line-height: 20px;
	height: 41px;
}

.es_body .fact-2 .fact-title h3:before{
	border-width: 30px 10px;
}

.es_body .fact-2 .fact-title h3:after{
	border-width: 30px 10px;
}

.es_body .card-in .main-card-p2 .mid-bar p{
	padding-left: 0px;
	margin-right: 8px;
}

.es_body .card-in .word-2{
	left: 43px;
}

.es_body .card-in .word-3{
	top: 199px;
	right: 50px;
}

.es_body .card-in .word-4{
	right: 19px;
	top: 155px;
}

/* ==== ITALIAN ==== */


.it_body  .header .word-1{
	top: 109px;
}

.it_body  .header .word-3{
	top: 196px;
	right: 50px;
}

.it_body  .header .word-4{
	top: 152px;
	right: 16px;
}

.it_body .fact-2 .fact-title{
	width: 193px;
}

.it_body .fact-2 .fact-title h3{
	line-height: 20px;
	height: 41px;
}

.it_body .fact-2 .fact-title h3:before{
	border-width: 30px 10px;
}

.it_body .fact-2 .fact-title h3:after{
	border-width: 30px 10px;
}

.it_body .line-three{
	top: 409px;
}

.it_body .dot-two{
	top: 414px;
}

/* ==== GERMAN ==== */

.de_body .line-five{
	top: 791px;
	right: 364px;
	-webkit-transform: rotate(-64deg);
	-ms-transform: rotate(-64deg);
	-o-transform: rotate(-64deg);
	transform: rotate(-64deg);
}

.de_body .header .word-1{
	top: 87px;
	left: 32px;
}

.de_body .header .word-2{
	top: 171px;
	left: 119px;
}

.de_body .header .word-3{
	top: 230px;
	right: 199px;
}

.de_body .header .word-4{
	top: 262px;
	right: 145px;
}

.de_body .card-title-box .word-1{
	top: 40px;
	left: 60px;
}

.de_body .card-title-box .word-2{
	top: 123px;
	left: 112px;
}

.de_body .card-title-box .word-3{
	top: 191px;
	right: 265px;
}

.de_body .card-title-box .word-4{
	top: 207px;
	right: 205px;
}

.de_body .main-card-p2 .mid-bar p{
	padding-left: 0;
}

.vk{
	letter-spacing: -1.2px;
}

.gb{
	letter-spacing: -1.3px;
}

.de_body .fact-6{
	top: 835px;
}

.de_body .main-card-p2 p.nacionalidad{
	letter-spacing: -0.7px;
}


.de_body .fact-4 .box{
	width: 216px;
}

.de_body .fact-4 .box-image{
	width: 41px;
	height: 50px;
	float: left;
	margin-left: 10px;
}

.de_body .fact-4 img{
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: auto;
}

.de_body .fact-4 .box-percentage{
	text-indent: 15px;
	text-align: left;
}

.de_body .fact-4 .box-name{
	word-break: break-all;
	-moz-word-break: break-all;
	-o-word-break: break-all;
	-webkit-word-break: break-all;
	letter-spacing: -1px;
	text-indent: 15px;
	text-align: left;
}

/* ==== DUTCH ==== */


.nl_body .word-1{
	top: 40px;
	left: 60px;
}

.nl_body .word-2{
	top: 131px;
	left: 48px;
}

.nl_body .word-3{
	top: 222px;
	right: 115px;
}

.nl_body .word-4{
	top: 238px;
	right: 66px;
}

.nl_body .card .word-3{
	right: 151px;
}

.nl_body .card .word-4{
	right: 100px;
	top: 220px;
}

.nl_body .fact-3{
	top: 295px;
}

.nl_body .fact-4{
	top: 793px;
}

.nl_body .fact-4 .box{
	width: 120px;
}

.nl_body .fact-7{
	top: 1122px;
}

.nl_body .main-info-container{
	height: 1340px;
}

.nl_body .fact-5 .fact-title{
	margin-right: 16px;
}

.nl_body .line-two{
	width: 242px;
	top: 436px;
	left: 245px;
	-webkit-transform: rotate(16deg);
	-ms-transform: rotate(16deg);
	-o-transform: rotate(16deg);
	transform: rotate(16deg);
}

.nl_body .line-four{
	width: 84px;
	top: 637px;
	right: 180px;
	-webkit-transform: rotate(47deg);
	-ms-transform: rotate(47deg);
	-o-transform: rotate(47deg);
	transform: rotate(47deg);
}

.nl_body .line-five{
	top: 774px;
	right: 388px;
	width: 218px;
	-webkit-transform: rotate(-52deg);
	-ms-transform: rotate(-52deg);
	-o-transform: rotate(-52deg);
	transform: rotate(-52deg);
}

.nl_body .line-seven{
	width: 180px;
	top: 1108px;
	right: 414px;
	-webkit-transform: rotate(66deg);
	-ms-transform: rotate(66deg);
	-o-transform: rotate(66deg);
	transform: rotate(66deg);
}

.nl_body .dot-seven{
	top: 805px;
	left: 113px;
}

.nl_body .fact-7{
	left: 500px;
}

.nl_body .fact-7 .fact-title{
	text-align: right;
	margin-right: 15px;
}

.nl_body .card-in .mid-bar p.title-card{
	font-size: 20px;
	letter-spacing: -2px;
}

a.orange{
	color: #fc531d;
}

a.orange:hover{
	color: #E83C00;
}

/* ======== EXPLORER ======== */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	/* ENGLISH */
	.word-3{
		top:154px;
	}

	.word-4{
		top:110px;
	}

	.card-title-box .word-1{
		top:1px;
	}

	.card-title-box .word-2{
		top:130px;
	}

	.card-title-box .word-3{
		top:93px;
		right:83px;
	}

	.card-title-box .word-4{
		top:67px;
		right: 26px;
	}

	/* FRENCH */
	
	.fr_body .word-1{
		top: 75px;
	}

	.fr_body .word-2{
		top: 168px;
	}

	.fr_body .card-title-box .word-1{
		top: 55px;
	}

	.fr_body .card-title-box .word-2{
		top: 140px;
	}

	/* SPANISH */

	.es_body .header .word-2{
		left: 42px;
	}

	.es_body .card-title-box .word-2{
		top: 101px;
	}

	.es_body .card-title-box .word-3{
		top: 146px;
	}

	/* GERMAN */

	.de_body .card-title-box .word-1{
		top: 0px;
	}

	.de_body .card-title-box .word-1{
		top: 90px;
	}

	.de_body .card-title-box .word-3{
		top: 165px;
	}

	.de_body .card-title-box .word-4{
		top: 202px;
	}

	/* DUTCH */

	.nl_body .header .word-1{
		top: 15px;
	}

	.nl_body .header .word-2{
		top: 101px;
		left: 26px;
	}

	.nl_body .header .word-3{
		top: 207px;
	}

	.nl_body .header .word-4{
		top: 184px;
	}

	.nl_body .card-title-box .word-2{
		top: 84px;
		left: 25px;
	}

	.nl_body .card-title-box .word-3{
		top: 176px;
		right: 151px;
	}

	.nl_body .card-title-box .word-4{
		top: 161px;
	}


}


/*
########     ###    ########  ########     #######  
##     ##   ## ##   ##     ##    ##       ##     ## 
##     ##  ##   ##  ##     ##    ##              ## 
########  ##     ## ########     ##        #######  
##        ######### ##   ##      ##       ##        
##        ##     ## ##    ##     ##       ##        
##        ##     ## ##     ##    ##       ######### 
*/

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

	/* ==== HEADER  ==== */

	.info-in,
	.card-in,
	.footer-in{
		width: 100%
	}

	.header-in{
		width: 90%;
	}

	.header-title{
		width: 100%;
		height: auto;
		text-align: center;
		padding-top: 60px;
	}

	.header-title h1{
		font-size: 50px;
		background-color: #ff597e;
		line-height: 80px;
	}

	.header-title img{
		display: none;
	}

	.header-title,
	.header-description{
		float: none;
		display: block;
		margin: 0 auto;
	}

	.header-description{
		width: 100%;
		padding-bottom: 25px;
		padding-top: 40px;
	}

	/* ==== FRASE  ==== */

	.frase-in{
		padding-top: 30px;
	}

	.frase-in h2{
		width: 90%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	/* ==== INFOGRAPHIC  ==== */

	.info-in{
		padding-top: 30px;
	}

	.girl,
	.line{
		display: none;
	}

	.main-info-container{
		height: auto;
		position: static;
	}

	.box{
		vertical-align: top;
	}

	.fact-1,
	.fact-2,
	.fact-3,
	.fact-4,
	.fact-5,
	.fact-6,
	.fact-7{
		position: static;
		width: 100%;
		height: auto;
		margin:0 auto 50px auto;
	}

	.fact-1 .fact-title,
	.fact-4 .fact-title,
	.fact-5 .fact-title,
	.fact-6 .fact-title,
	.fact-7 .fact-title{
		text-align: center;
		margin-right: 0;
		margin-left: 0;
	}

	.fact-2{
		margin-bottom: 45px;
	}

	.fact-2 .box-percentage,
	.fact-2 .box-name{
		text-align: center;
	}

	.fact-2 .box{
		height: auto;
		width: 137px;
		margin-bottom: 0px;
	}

	.fact-2 .box-image{
		float: none;
	}

	.fact-2 .box-percentage{
		padding-top: 0;
	}

	.fact-3 .fact-boxes{
		margin: 0 auto;
		width: 90%;
	}

	.fact-3{
		margin-bottom: 40px;
	}

	.fact-7{
		margin-bottom: 0;
	}


	/* ==== CARD  ==== */

	.main-card{
		display: block;
	}

	.card-title-box{
		display: block;
		margin: 0 auto;
		width: 100%;
		text-align: center;
		height: auto;
		padding: 0px 0px 20px 0px;
	}

	.card-title-box img{
		display: none;
	}

	.word-1,
	.word-2,
	.word-3,
	.word-4{
		position: static;
	}

	.card-title-box h1{
		font-size: 40px;
		line-height: 100px;
	}

	.card{
		padding-top: 20px;
	}

	/* ==== FOOTER  ==== */

	.footer-in{
		padding: 30px 0 0;
		width: 90%;
		text-align: center;
	}

	.f-box{
		width: 100%;
		display: block;
		margin-bottom: 30px;
		padding: 0;
	}

	.footer ul{
		margin: 0 auto;
		width: 230px;
		text-align: left;
	}

	.mid_spacer{
		text-align: center;
	}

	.f-box.f-b-1{
		margin-bottom: 15px;
	}

	/* ======== LANGUAGES ======== */

	/* ==== FRENCH ==== */

	.fr_body .fact-2 .fact-title{
		width: 100%;
	}

	.fr_body .fact-2 .fact-title h3{
		height: 27px;
		line-height:auto;
	}

	.fr_body .fact-2 .fact-title h3::before{
		border-width: 23px 10px;
	}

	.fr_body .fact-2 .fact-title h3::after{
		border-width: 23px 10px;
	}

	/* ==== SPANISH ==== */


	.es_body .fact-2 .fact-title{
		width: 100%;
	}

	.es_body .fact-2 .fact-title h3{
		height: 27px;
		line-height:auto;
	}

	.es_body .fact-2 .fact-title h3::before{
		border-width: 23px 10px;
	}

	.es_body .fact-2 .fact-title h3::after{
		border-width: 23px 10px;
	}

	/* ==== ITALIAN ==== */

	.it_body .fact-2 .fact-title{
		width: 100%;
	}

	.it_body .fact-2 .fact-title h3{
		height: 27px;
		line-height:auto;
	}

	.it_body .fact-2 .fact-title h3::before{
		border-width: 23px 10px;
	}

	.it_body .fact-2 .fact-title h3::after{
		border-width: 23px 10px;
	}

	/* ==== GERMAN ==== */
	.de_body .footer ul {
		width: 295px;
	}

	.vk{
		letter-spacing: 0px;
	}

	.de_body .fact-3 .box{
		width: 270px;
	}

	.de_body .fact-4 .box{
		width: 220px;
		margin-bottom: 10px;
	}

	/* ==== DUTCH ==== */

	.nl_body .main-info-container{
		height: auto;
	}

	.nl_body .fact-7 .fact-title{
		text-align: center;
	}

}

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

	.header{
		border: none;
	}

	.header-arrow{
		display: block;
		width: 100%;
		background-color: #ffffff;
		height: 100px;
		display: block;
	}

	.header-arrow img{
		width: 100%;
		max-width: 100%;
	}

	.header-description{
		padding-bottom: 0;
	}

	.frase{
		background-color: #ffffff;
	}

	.frase-in{
		padding-top: 0;
	}

	.frase-in h2{
		color: #8d6fc8;
		padding-bottom: 10px;
	}

	.header-arrow.second-arrow{
		background-color: #00d8b2;
	}

	.main-card{
		width: 100%;
		background-color: transparent;
	}

	.id-pic,
	.card-bar-left,
	.usa-shield{
		display: none;
	}

	.card-bar{
		width: 100%;
		margin-top: 20px;
	}

	.main-card-p2{
		margin: 0 auto;
		width: 93%;
		float: none;
		border-radius: 20px;
	}

	.card-bar img{
		vertical-align: top;
	}

	.card-title-box h1{
		width: 90%;
		margin: 0 auto;
		font-size: 33px;
	}

	.card-title-box{
		padding-bottom: 0;
	}

	.card{
		padding-top: 10px;
		display: none;
	}

	.wave{
		display: none;
	}

	.header-arrow.third-arrow{
		background-color: #8d6fc8;
	}

	.footer{
		background-color: #8d6fc8;
		border-top: 0;
		padding-top: 0px;
	}

	.footer-in{
		padding-top: 0px;
	}

	.footer-phrase{
		margin-bottom: 0;
		padding-bottom: 30px;
	}

	.footer .highlight{
		color: #00d8b2;
	}

	/* ======== LANGUAGES ======== */

	/* ==== GERMAN ==== */

	.de_body .fact-4 .box{
		width: 220px;
		display: block;
		margin: 0 auto 10px;
	}

	.de_body .footer ul{
		width: 100%;
	}

	.de_body .vk{
		letter-spacing: 0px;
	}

	.de_body .lil_flag{
		margin: 0 auto;
		display: block;
	}

	.de_body  .footer li{
		margin-bottom: 20px;
		text-align: center;
	}


}





































