@import url(../fonts/fontface.css);
html, body {
  width: 100%;
  overflow: hidden;
}

body {
  margin-top: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.introduction {
  background-color: #1C68CE;
}
body.life {
  background-color: #ff5954;
}
body.livingconditions {
  background-color: #ffb364;
}
body.work {
  background-color: #3dccb9;
}

textarea {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:link {
  text-decoration: none;
}
a.effect {
  cursor: pointer;
  opacity: 0.4;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
a.effect:hover {
  opacity: 1;
}
a.nopointer {
  cursor: initial;
}

.table {
  display: table;
}

.tablecell {
  display: table-cell;
  vertical-align: middle;
}

/* ---------- Footer/Error/Loader/Popups ---------- */
#footer {
  display: none;
  position: absolute;
  margin-top: -70px;
  right: 0;
}

#error, #cssload-wrapper, #popup-container {
  width: 100%;
  height: 100%;
  position: absolute;
  display: table;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

#error .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: 'florence_regularregular';
  font-size: 2em;
}
#error .inner a {
  font-family: 'goboldregular';
  font-size: 0.7em;
}

.popup-frame {
  position: absolute;
  z-index: 9999;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #1C68CE;
}
.popup-frame .popup-content {
  margin: 40px 10px 10px;
  font-family: 'florence_regularregular';
  font-size: 1.7em;
}
.popup-frame .popup-content div {
  display: none;
}
.popup-frame .popup-content .pop-embed {
  width: 400px;
  color: white;
}
.popup-frame .popup-content .pop-embed textarea {
  width: 100%;
  height: 150px;
  font-family: 'Courier New', monospace;
  font-size: 14px;
  border: 2px solid white;
  padding: 5px;
  outline: none;
  color: white;
}
.popup-frame .popup-content .pop-share {
  margin: 45px 20px;
}
.popup-frame .popup-content .pop-share a {
  display: inline-block;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.popup-frame .popup-content .pop-share a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.popup-frame .popup-content .pop-share a img {
  width: 50px;
  height: 50px;
}
.popup-frame .popup-content .pop-source p {
  color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  line-height: 2.5em;
}
.popup-frame .popup-content .pop-source a {
  color: white;
  padding: 10px;
  line-height: 2.5em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.popup-frame .popup-content .pop-source a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.life .popup-frame {
  background-color: #a42320;
}
.life .popup-frame textarea {
  color: #a42320;
}

.livingconditions .popup-frame {
  background-color: #e47500;
}
.livingconditions .popup-frame textarea {
  color: #e47500;
}

.work .popup-frame {
  background-color: #006356;
}
.work .popup-frame textarea {
  color: #006356;
}

.introduction .popup-content textarea {
  background-color: #1C68CE;
}

.life .popup-content textarea {
  background-color: #ff5954;
}

.livingconditions .popup-content textarea {
  background-color: #ffb364;
}

.work .popup-content textarea {
  background-color: #3dccb9;
}

/* ---------- Miscelaneous/Global ---------- */
.wrapper {
  width: 95%;
  max-width: 1024px;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.logo a {
  display: block;
  background: url(../img/svg/logo.svg) no-repeat center center;
  width: 200px;
  height: 50px;
  float: right;
}

.screen .logo a {
  margin-top: 590px;
}

#tip {
  display: none;
  position: absolute;
  right: 30px;
  top: 100px;
  min-width: 120px;
  max-width: 150px;
  font-family: 'robotoslabregular';
  font-size: 1.2em;
  color: #1C68CE;
  background: #444;
  line-height: 1.5em;
}
#tip .overbox {
  position: relative;
  background: #fff;
  left: -4px;
  top: -4px;
  padding: 5px;
}
#tip .overbox .value {
  color: #ffcc00;
  font-family: 'robotoslabbold';
  font-size: 2em;
}

.ui-slider {
  background: rgba(0, 0, 0, 0.2);
  border: none;
}

.ui-corner-all {
  border-radius: 6px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: 0;
  margin: 0;
  height: 0.8em;
  width: 2.5em;
  background: #ffcc00;
  border: none;
  outline: none;
}

.feedback a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding-left: 50px;
  background-image: url(../img/svg/feedback.svg);
  background-size: 50px 30px;
  background-position: top left;
  background-repeat: no-repeat;
  font-family: 'florence_regularregular';
  font-size: 1.5em;
  color: #FFF;
  margin-top: 15px;
}

.introduction #footer {
  width: 100%;
}

.relatedlinks {
  margin-top: 5px;
  width: 360px;
}
.relatedlinks a {
  display: inline-block;
  background: url(../img/svg/icon-embed.svg) no-repeat center center;
  background-size: 50px;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  cursor: pointer;
}
.relatedlinks a.embed {
  background-image: url(../img/svg/icon-embed.svg);
}
.relatedlinks a.share {
  background-image: url(../img/svg/icon-share.svg);
}
.relatedlinks a.source {
  background-image: url(../img/svg/icon-data.svg);
}

/* ---------- Infos ---------- */
#infos {
  position: absolute;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  overflow: scroll;
  padding: 20px;
}
#infos h2 {
  margin-top: 0px;
}

a.close {
  display: block;
  float: right;
  margin: 8px;
  width: 20px;
  height: 20px;
  background: url(../img/svg/close.svg) no-repeat;
  background-size: 20px;
  cursor: pointer;
  opacity: 1;
}

/* ---------- Introduction ---------- */
.intro {
  display: none;
}
.intro h1 {
  font-family: 'robotoslabbold';
  font-size: 4em;
  color: #FFF;
  text-align: center;
  margin: 0;
}
.intro h3 {
  font-family: 'florence_regularregular';
  text-align: center;
  font-size: 2em;
  color: #fff;
  opacity: 0.7;
  margin: 15px;
}
.intro .illus {
  background: url(../img/intro-bg.png) no-repeat top center;
  background-size: 450px;
  margin: auto;
  height: 260px;
}
.intro .logoYIE {
  background-size: 200px;
  margin: auto;
  height: 200px;
}
.intro .infos, .intro .embed, .intro .share {
  width: 50px;
  background: url(../img/svg/info.svg) no-repeat center center;
  display: inline-block;
  height: 50px;
  margin-right: 5px;
}
.intro .embed {
  background-image: url(../img/svg/icon-embed.svg);
}
.intro .share {
  background-image: url(../img/svg/icon-share.svg);
}

.wrapper.en .intro .logoYIE {
  background: url(../img/svg/logo-en.svg) no-repeat top center;
}

.wrapper.en #introResults .logointro {
  background: url(../img/svg/logo-en.svg) no-repeat top center;
}

.wrapper.fr .intro .logoYIE {
  background: url(../img/svg/logo-fr.svg) no-repeat top center;
}

.wrapper.fr #introResults .logointro {
  background: url(../img/svg/logo-fr.svg) no-repeat top center;
}

.wrapper.de .intro .logoYIE {
  background: url(../img/svg/logo-de.svg) no-repeat top center;
}

.wrapper.de #introResults .logointro {
  background: url(../img/svg/logo-de.svg) no-repeat top center;
}

.wrapper.es .intro .logoYIE {
  background: url(../img/svg/logo-es.svg) no-repeat top center;
}

.wrapper.es #introResults .logointro {
  background: url(../img/svg/logo-es.svg) no-repeat top center;
}

.wrapper.bg .intro .logoYIE {
  background: url(../img/svg/logo-bg.svg) no-repeat top center;
}

.wrapper.bg #introResults .logointro {
  background: url(../img/svg/logo-bg.svg) no-repeat top center;
  background-size: 150px 150px;
}

#introResults .map {
  height: 500px;
  width: 584px;
}
#introResults .infotext {
  margin: 100px 0 0 10px;
  font-family: 'robotoslabregular';
  font-size: 1.6em;
  line-height: 1em;
  color: #fff;
  line-height: 1.5em;
}
#introResults .value {
  font-family: 'robotoslabbold';
  font-size: 1.5em;
  color: #ffcc00;
}
#introResults .logointro {
  position: absolute;
  right: 0;
  height: 150px;
  width: 150px;
}
#introResults .content {
  margin-top: 100px;
  margin-bottom: 70px;
}
#introResults .dottedline {
  background: url(../img/dot.png) no-repeat top right;
  position: absolute;
  right: 0;
  width: 10px;
  height: 100%;
}
#introResults img {
  margin: 0 0 20px 30px;
}
#introResults #gladanimation {
  font-size: 0.8em;
  line-height: 1.3em;
  color: #fff;
  opacity: 0.8;
}
#introResults .startbtn {
  text-align: center;
  margin-top: 40px;
}
#introResults .startbtn a.validate {
  background: white url(../img/svg/start.svg) no-repeat center right;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  color: #ffcc00;
  font-size: 1.5em;
  font-family: 'robotoslabbold';
  padding: 2px 55px 3px 15px;
}

/* ---------- Intro-Country ---------- */
#country p.countryname {
  font-family: 'robotoslabregular';
  font-size: 2.4em;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin-left: -10px;
}
#country .slider {
  margin-left: -10px;
  margin-top: 5px;
}
#country .countries_list {
  margin: auto;
  width: 340px;
}
#country .countries_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#country .countries_list ul li {
  margin: 0;
  padding: 0;
  text-indent: -10000px;
  float: left;
  height: 90px;
}
#country .countries_list ul li.active {
  width: 320px;
  background-position: 125px 5px;
  background-repeat: no-repeat;
  background-size: 80px 80px;
  cursor: pointer;
}
#country .countries_list ul li.far {
  opacity: 0.5;
  width: 50px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: 5px 25px;
  position: absolute;
}
#country .countries_list ul li.far.right {
  margin-left: 280px;
}
#country .countries_list ul li.near {
  opacity: 0.7;
  width: 70px;
  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: 5px 15px;
  position: absolute;
}
#country .countries_list ul li.near.left {
  margin-left: 50px;
}
#country .countries_list ul li.near.right {
  margin-left: 210px;
}
#country .countries_list_nav {
  margin: auto;
  width: 320px;
}
#country .countries_list_nav a {
  display: block;
  height: 80px;
  position: absolute;
  width: 80px;
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-position: center center;
  margin-top: -90px;
}
#country .countries_list_nav a.left {
  background-image: url(../img/svg/left.svg);
  margin-left: -70px;
}
#country .countries_list_nav a.right {
  background-image: url(../img/svg/right.svg);
  margin-left: 300px;
}

/* ---------- Intro-Sex ---------- */
#sex .illus {
  margin-bottom: 0;
}
#sex .gender a {
  display: block;
  float: left;
  width: 160px;
  height: 160px;
  cursor: pointer;
  background-size: 85px 160px;
  background-position: center center;
  background-repeat: no-repeat;
}
#sex .gender a.girl {
  background-image: url(../img/svg/woman2.svg);
}
#sex .gender a.boy {
  background-image: url(../img/svg/man2.svg);
  float: right;
}

/* ---------- Intro-Age ---------- */
#age .slider {
  margin-left: -10px;
  margin-top: 5px;
}
#age .agegroups_list {
  margin: auto;
  width: 510px;
  display: table;
}
#age .agegroups_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#age .agegroups_list ul li {
  margin: 0;
  padding: 0;
  text-indent: -10000px;
  float: left;
  width: 150px;
  height: 75px;
  background-repeat: no-repeat;
}
#age .agegroups_list ul li.active {
  width: 150px;
  background-size: 140px 70px;
  background-position: 5px 2.5px;
  cursor: pointer;
  margin-left: 180px;
}
#age .agegroups_list ul li.near {
  width: 110px;
  opacity: 0.5;
  background-size: 100px 50px;
  background-position: 5px 12.5px;
  position: absolute;
}
#age .agegroups_list ul li.near.left {
  margin-left: 70px;
}
#age .agegroups_list ul li.near.right {
  margin-left: 330px;
}
#age .agegroups_list ul li.far {
  width: 70px;
  opacity: 0.35;
  background-size: 60px 30px;
  background-position: 5px 22.5px;
  position: absolute;
}
#age .agegroups_list ul li.far.right {
  margin-left: 440px;
}
#age .agegroups_list_nav {
  margin: auto;
  width: 510px;
}
#age .agegroups_list_nav a {
  display: block;
  height: 80px;
  position: absolute;
  width: 80px;
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-position: center center;
  margin-top: -82.5px;
}
#age .agegroups_list_nav a.left {
  background-image: url(../img/svg/left.svg);
  margin-left: -60px;
}
#age .agegroups_list_nav a.right {
  background-image: url(../img/svg/right.svg);
  margin-left: 490px;
}

/* ---------- Menu ---------- */
#menu .illus {
  width: 300px;
  height: auto;
  margin-top: 30px;
  margin-bottom: 0;
  background: no-repeat top center;
  background-size: 300px 300px;
}
#menu .illus h3 {
  font-family: 'robotoslabregular';
  font-size: 2.7em;
  color: #fff;
  text-align: center;
  opacity: 1;
}
#menu .illus h3 a {
  color: #fff;
  display: block;
  padding-top: 320px;
}
#menu .illus h3.chooseuniverse {
  font-family: 'florence_regularregular';
}
#menu .introduction {
  background-image: url(../img/svg/illus-introduction.svg);
}
#menu .life {
  background-image: url(../img/svg/illus-life.svg);
}
#menu .livingconditions {
  background-image: url(../img/svg/illus-livingconditions.svg);
}
#menu .work {
  background-image: url(../img/svg/illus-work.svg);
}
#menu .changecriteria {
  text-align: center;
}
#menu .changecriteria a {
  color: #FFF;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #1c59a9;
  font-family: 'florence_regularregular';
  font-size: 1.5em;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
#menu .illustrations {
  margin-bottom: 60px;
}

/* ---------- Screen ---------- */
.screen {
  display: none;
}
.screen h1 {
  font-family: 'florence_regularregular';
  font-size: 3em;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  color: #fff;
}
.screen .introduction {
  background-image: url(../img/svg/illus-introduction.svg);
}
.screen .life {
  background-image: url(../img/svg/illus-life.svg);
}
.screen .livingconditions {
  background-image: url(../img/svg/illus-livingconditions.svg);
}
.screen .work {
  background-image: url(../img/svg/illus-work.svg);
}
.screen h2 {
  font-family: 'robotoslabbold';
  font-size: 4em;
  text-align: center;
  width: 580px;
}
.screen.life h2 {
  color: #a42320;
}
.screen.livingconditions h2 {
  color: #e47500;
}
.screen.work h2 {
  color: #006356;
}

/* ---------- Question ---------- */
.panelquiz {
  height: 580px;
  position: relative;
}
.panelquiz .datasource {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
}
.panelquiz .datasource a.source {
  width: 40px;
  height: 40px;
  background: url(../img/svg/icon-data.svg) no-repeat center center;
  display: block;
}

.life .panelquiz a.source {
  background-image: url(../img/svg/icon-data-life.svg);
}

.livingconditions .panelquiz a.source {
  background-image: url(../img/svg/icon-data-livingconditions.svg);
}

.work .panelquiz a.source {
  background-image: url(../img/svg/icon-data-work.svg);
}

.screen.life .panelquiz {
  background-color: #d2443e;
}
.screen.livingconditions .panelquiz {
  background-color: #ffa13e;
}
.screen.work .panelquiz {
  background-color: #00a891;
}
.screen.life .quiz.input button:hover {
  background-color: #f5b4b3;
}
.screen.life .answer button:hover {
  background-color: #f5b4b3;
}
.screen.livingconditions .quiz.input button:hover {
  background-color: #ffb567;
}
.screen.livingconditions .answer button:hover {
  background-color: #ffb567;
}
.screen.work .quiz.input button:hover {
  background-color: #1cb9a3;
}
.screen.work .answer button:hover {
  background-color: #1cb9a3;
}
.screen.life .answer button {
  background-color: #a42320;
}
.screen.life .answer button:hover {
  color: #a42320;
  border-color: #a42320;
}
.screen.life .quiz button {
  background-color: #a42320;
}
.screen.life .quiz button:hover {
  color: #a42320;
  border-color: #a42320;
}
.screen.livingconditions .answer button {
  background-color: #e47500;
}
.screen.livingconditions .answer button:hover {
  color: #e47500;
  border-color: #e47500;
}
.screen.livingconditions .quiz button {
  background-color: #e47500;
}
.screen.livingconditions .quiz button:hover {
  color: #e47500;
  border-color: #e47500;
}
.screen.work .answer button {
  background-color: #006356;
}
.screen.work .answer button:hover {
  color: #006356;
  border-color: #006356;
}
.screen.work .quiz button {
  background-color: #006356;
}
.screen.work .quiz button:hover {
  color: #006356;
  border-color: #006356;
}
.screen.life .quiz .radial-progress .circle .mask .fill {
  background-color: #ffb7b5;
}
.screen.life .quiz .response .avg_title span {
  border: 2px solid #ffb7b5;
}
.screen.life .quiz .response .min .value, .screen.life .quiz .response .max .value {
  color: #ffb7b5;
}
.screen.life .quiz .response .txt .value {
  color: #ffb7b5;
}
.screen.life .quiz .response .other_sex .valueage, .screen.life .quiz .response .other_sex .value {
  color: #ffb7b5;
}
.screen.livingconditions .quiz .radial-progress .circle .mask .fill {
  background-color: #ffe4c8;
}
.screen.livingconditions .quiz .response .avg_title span {
  border: 2px solid #ffe4c8;
}
.screen.livingconditions .quiz .response .min .value, .screen.livingconditions .quiz .response .max .value {
  color: #ffe4c8;
}
.screen.livingconditions .quiz .response .txt .value {
  color: #ffe4c8;
}
.screen.livingconditions .quiz .response .other_sex .valueage, .screen.livingconditions .quiz .response .other_sex .value {
  color: #ffe4c8;
}
.screen.work .quiz .radial-progress .circle .mask .fill {
  background-color: #48dec9;
}
.screen.work .quiz .response .avg_title span {
  border: 2px solid #48dec9;
}
.screen.work .quiz .response .min .value, .screen.work .quiz .response .max .value {
  color: #48dec9;
}
.screen.work .quiz .response .txt .value {
  color: #48dec9;
}
.screen.work .quiz .response .other_sex .valueage, .screen.work .quiz .response .other_sex .value {
  color: #48dec9;
}
.screen.life .quiz .radial-progress .inset {
  background-color: #a42320;
}
.screen.life .quiz .response .avg_title span {
  background-color: #a42320;
}
.screen.life .quiz .response .other_sex .value {
  text-shadow: 2px 2px 2px #a42320;
}
.screen.livingconditions .quiz .radial-progress .inset {
  background-color: #e47500;
}
.screen.livingconditions .quiz .response .avg_title span {
  background-color: #e47500;
}
.screen.livingconditions .quiz .response .other_sex .value {
  text-shadow: 2px 2px 2px #e47500;
}
.screen.work .quiz .radial-progress .inset {
  background-color: #006356;
}
.screen.work .quiz .response .avg_title span {
  background-color: #006356;
}
.screen.work .quiz .response .other_sex .value {
  text-shadow: 2px 2px 2px #006356;
}
.screen.life .quiz .response .avg_value span {
  color: #7b0805;
}
.screen.life .quiz .response .txt {
  color: #7b0805;
}
.screen.life .quiz .response .other_sex .sexage {
  color: #7b0805;
}
.screen.life .quiz .response .other_sex .sex {
  color: #7b0805;
}
.screen.livingconditions .quiz .response .avg_value span {
  color: #c56500;
}
.screen.livingconditions .quiz .response .txt {
  color: #c56500;
}
.screen.livingconditions .quiz .response .other_sex .sexage {
  color: #c56500;
}
.screen.livingconditions .quiz .response .other_sex .sex {
  color: #c56500;
}
.screen.work .quiz .response .avg_value span {
  color: #00453b;
}
.screen.work .quiz .response .txt {
  color: #00453b;
}
.screen.work .quiz .response .other_sex .sexage {
  color: #00453b;
}
.screen.work .quiz .response .other_sex .sex {
  color: #00453b;
}
.screen.life .illus {
  background: url(../img/svg/illus-life.svg) no-repeat bottom center;
  background-size: 450px;
  height: 550px;
}
.screen.life .quiz .response {
  background-image: url(../img/svg/bg-results-life.svg);
  background-repeat: no-repeat;
  background-position: top center;
}
.screen.life .quiz.input .inputs .cursor {
  background: url(../img/svg/cursor-life.svg) no-repeat center center;
}
.screen.livingconditions .illus {
  background: url(../img/svg/illus-livingconditions.svg) no-repeat bottom center;
  background-size: 450px;
  height: 550px;
}
.screen.livingconditions .quiz .response {
  background-image: url(../img/svg/bg-results-livingconditions.svg);
  background-repeat: no-repeat;
  background-position: top center;
}
.screen.livingconditions .quiz.input .inputs .cursor {
  background: url(../img/svg/cursor-livingconditions.svg) no-repeat center center;
}
.screen.work .illus {
  background: url(../img/svg/illus-work.svg) no-repeat bottom center;
  background-size: 450px;
  height: 550px;
}
.screen.work .quiz .response {
  background-image: url(../img/svg/bg-results-work.svg);
  background-repeat: no-repeat;
  background-position: top center;
}
.screen.work .quiz.input .inputs .cursor {
  background: url(../img/svg/cursor-work.svg) no-repeat center center;
}

.quiz {
  max-width: 500px;
  margin: auto;
}
.quiz .answer button {
  font-family: 'florence_regularregular';
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
}
.quiz.input .answer {
  padding-top: 60px;
}
.quiz.input .inputs {
  text-align: center;
}
.quiz.input .inputs .slide {
  width: 350px;
  margin: auto;
  background: url(../img/svg/rules.svg) no-repeat center bottom;
  background-size: 350px 40px;
  height: 112px;
}
.quiz.input .inputs .slide .min, .quiz.input .inputs .slide .max {
  font-family: 'goboldregular';
  font-size: 1.8em;
  margin-top: 15px;
  color: #000;
  opacity: 0.3;
}
.quiz.input .inputs .slide .min {
  float: left;
  margin-left: 15px;
  margin-top: 30px;
}
.quiz.input .inputs .slide .max {
  float: right;
  margin-right: 15px;
  margin-top: 30px;
}
.quiz.input .inputs .slide .cursorWrapper {
  height: 70px;
  width: 450px;
  margin-left: -48px;
  text-align: center;
  position: relative;
}
.quiz.input .inputs .slide .cursor {
  position: absolute;
  width: 150px;
  height: 70px;
  line-height: 60px;
  font-family: 'goboldregular';
  font-size: 1.8em;
  text-align: center;
  cursor: pointer;
}
.quiz.input .inputs .slide .cursor span {
  color: #000;
  opacity: 0.5;
  text-align: center;
}
.quiz.input button.validate {
  margin-top: 20px;
  font-family: 'goboldregular';
  font-size: 2.2em;
  text-align: center;
  color: #fff;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  border: 2px solid #fff;
  padding-left: 30px;
  padding-right: 30px;
}
.quiz.input button.undefined {
  margin-top: 10px;
  font-family: 'florence_regularregular';
  font-size: 2em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-left: 30px;
  padding-right: 30px;
  border: none;
}
.quiz.choice .answer {
  padding-top: 10px;
  text-align: center;
}
.quiz.choice .answer button {
	line-height: 1.1em;
	max-width:390px;
  font-size: 1.8em;
  padding: 3px 20px;
  display: block;
  margin: auto;
  margin-top: 10px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.quiz.choice.yn .answer, .quiz.true_false .answer {
  padding-top: 80px;
}
.quiz.choice.yn .answer .inputs, .quiz.true_false .answer .inputs {
  text-align: center;
}
.quiz.choice.yn .answer button, .quiz.true_false .answer button {
  font-size: 3.3em;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 20px;
  padding: 5px 14px;
  min-width: 80px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.quiz.choice.yn .answer button.undefined, .quiz.true_false .answer button.undefined {
  font-size: 2.6em;
}

.quiz.true_false .response .other_sex, .quiz.choice .response .other_sex {
  width: 70px;
  margin: auto;
  margin-top: 20px;
}
.quiz .response {
  display: none;
  margin-top: 40px;
  background-size: 415px 214px;
  min-height: 500px;
  text-align: center;
  background-position-y: 14px !important;
}
.quiz .response .avg_title span {
  font-family: 'florence_regularregular';
  font-size: 1.8em;
  text-align: center;
  color: #fff;
  padding: 0px 10px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  width: auto;
}
.quiz .response .avg_value {
  margin-top: 10px;
}
.quiz .response .avg_value span {
  font-family: 'goboldregular';
  font-size: 1.8em;
}
.quiz .response .avg_value span.notavailable {
  font-size: 0.8em;
}
.quiz .response .flag img {
  width: 45px;
  height: 45px;
  float: left;
}
.quiz .response .country {
  font-family: 'florence_regularregular';
  font-size: 1.2em;
  color: #000;
  float: left;
  max-width: 135px;
  min-width: 65px;
  overflow: hidden;
}
.quiz .response .min, .quiz .response .max {
  max-width: 171px;
  height: 65px;
}
.quiz .response .min .value, .quiz .response .max .value {
  font-family: 'goboldregular';
  font-size: 1.6em;
  float: left;
  max-width: 125px;
  min-width: 66px;
  overflow: hidden;
}
.quiz .response .min {
  float: left;
  margin-left: 21px;
  margin-top: 18px;
}
.quiz .response .min .value {
  text-align: left;
  margin-left: 3px;
}
.quiz .response .min .country {
  text-align: left;
  margin-left: 3px;
  overflow: hidden;
  height: 30px;
}
.quiz .response .max {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
}
.quiz .response .max .flag img {
  float: right;
}
.quiz .response .max .value {
  text-align: right;
  margin-right: 3px;
  float: right;
  padding-right: 5px;
}
.quiz .response .max .country {
  text-align: right;
  margin-right: 3px;
  overflow: hidden;
  height: 30px;
  float: right;
  padding-right: 5px;
}
.quiz .response .my_country {
  clear: both;
  padding-top: 10px;
}
.quiz .response .my_country img {
  width: 65px;
  height: 65px;
}
.quiz .response .txt {
  display: none;
  margin: 10px;
  font-family: 'florence_regularregular';
  font-size: 1.8em;
  line-height: 1.2em;
}
.quiz .response .txt .notavailable {
  font-size: 0.6em;
}
.quiz .response .txt .notavailabledatas {
  display: none;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #000;
  opacity: 0.4;
}
.quiz .response .txt .value {
  font-family: 'goboldregular';
  font-size: 1em;
}
.quiz .response .txt .value .textYear {
  font-size: 0.8em;
}
.quiz .response .other_sex {
  display: none;
  margin-top: 20px;
}
.quiz .response .other_sex .valueage, .quiz .response .other_sex .value {
  font-family: 'goboldregular';
  font-size: 1.8em;
}
.quiz .response .other_sex .value {
  position: absolute;
  margin-left: -88px;
  margin-top: 15px;
  text-align: right;
  width: 84px;
}
.quiz .response .other_sex .value .notavailable {
  font-size: 0.6em;
}
.quiz .response .other_sex .sexage {
  font-family: 'florence_regularregular';
  font-size: 1.8em;
}
.quiz .response .other_sex .sex {
  font-family: 'florence_regularregular';
  font-size: 1.8em;
  padding-top: 13px;
  padding-left: 78px;
  width: 224px;
  text-align: left;
}
.quiz .response .radial-progress {
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: transparent;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.quiz .response .radial-progress .circle .mask, .quiz .response .radial-progress .circle .fill, .quiz .response .radial-progress .circle .shadow {
  width: 70px;
  height: 70px;
  position: absolute;
  border-radius: 50%;
}
.quiz .response .radial-progress .circle .shadow {
  box-shadow: 6px 6px 10px transparent inset;
}
.quiz .response .radial-progress .circle .mask, .quiz .response .radial-progress .circle .fill {
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 1s;
  transition: -ms-transform 1s;
  transition: transform 1s;
}
.quiz .response .radial-progress .circle .mask {
  clip: rect(0px, 70px, 70px, 35px);
}
.quiz .response .radial-progress .circle .mask .fill {
  clip: rect(0px, 35px, 70px, 0px);
}
.quiz .response .radial-progress .inset {
  width: 58px;
  height: 58px;
  position: absolute;
  margin-left: 6px;
  margin-top: 6px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 6px 6px 10px transparent;
}

/* ---------- Illustration ---------- */
.illus img {
  margin-top: 80px;
  width: 100%;
}
.illus h2 {
  font-family: 'robotoslabbold';
  font-size: 4em;
  text-align: center;
  width: 580px;
  margin-top: 10px;
}
.illus .absolute {
  position: absolute;
}
.illus .labels span {
  font-family: 'simplificasimplifica';
  font-size: 1.4em;
  color: #e85a27;
  text-transform: uppercase;
  padding: 5px;
}

.screen.life .illus .labels span {
  background-color: #a42320;
}
.screen.livingconditions .illus .labels span {
  background-color: #e47500;
}
.screen.work .illus .labels span {
  background-color: #006356;
}

/* ---------- Bullets ---------- */
.bullets {
  text-align: center;
  padding-top: 10px;
}
.bullets span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: none;
  margin-left: 2px;
  margin-right: 2px;
  border: 1px solid #fff;
  opacity: 0.4;
}
.bullets span.active {
  background: #fff;
}

/* ---------- Nav ---------- */
nav {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}
nav a, nav a:active, nav a:link, nav a:visited {
  color: #fff;
  text-decoration: none;
}
nav a {
  font-family: 'florence_regularregular';
  font-size: 1.9em;
  height: 46px;
  display: inline-block;
  line-height: 46px;
  margin: 0;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 10px;
  padding-right: 10px;
}
nav a:hover {
  text-decoration: none;
  color: #fff;
}
nav .home {
  background: url(../img/svg/home.svg) no-repeat center center;
  width: 60px;
  background-size: 40px 37px;
}
nav .previous {
  background: url(../img/svg/previous.svg) no-repeat;
  padding-left: 40px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-position: 6px 6px;
  background-size: 30px 30px;
}
nav .next {
  background: url(../img/svg/next.svg) no-repeat;
  padding-right: 40px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-position: 115px 6px;
  background-size: 30px 30px;
  min-width: 106px;
}

.screen.life nav a {
  background-color: #d2443e;
}
.screen.livingconditions nav a {
  background-color: #ffa13e;
}
.screen.work nav a {
  background-color: #00a891;
}

/* ---------- SocialNav ---------- */
body .tab .content {
  display: none;
}

.socialnav {
  display: none;
  text-align: center;
}
.socialnav .tab {
  font-family: 'florence_regularregular';
  font-size: 1.5em;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  margin: 0;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: -300px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
}
.socialnav .tab a {
  color: #fff;
  display: block;
  margin-left: 20px;
  margin-right: 20px;
}
.socialnav .share .content {
  width: 90px;
  line-height: 11px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.socialnav .share .content a img {
  width: 30px;
}
.socialnav .sources .content {
  width: 180px;
  line-height: 1em;
  padding: 5px;
}
.socialnav .embed .content {
  padding: 5px;
  width: 165px;
  line-height: 1em;
}
.socialnav .embed .content textarea {
  width: 145px;
  margin: 5px;
  height: 90px;
  line-height: 1em;
  font-size: 1em;
}

body.life .socialnav .tab {
  background-color: #f5b4b3;
}
body.livingconditions .socialnav .tab {
  background-color: #ffb567;
}
body.work .socialnav .tab {
  background-color: #1cb9a3;
}
body.life .tab .content, body.life .embed .content {
  background-color: #e56966;
}
body.livingconditions .tab .content, body.livingconditions .embed .content {
  background-color: #ff8a0f;
}
body.work .tab .content, body.work .embed .content {
  background-color: #01806e;
}

body.introduction .socialnav .tab {
  background-color: #ff0000;
}
body.introduction .tab .content, body.introduction .embed .content textarea {
  background-color: #00ff00;
}

/* ---------- Mobile devices / Others---------- */
@media only screen and (max-width: 320px) {
  .quiz .response .min {
    margin-left: 0px;
  }
  .quiz .response .max {
    margin-right: 0px;
  }
  .quiz .response .other_sex {
    width: 214px;
    margin-left: 96px;
  }
}
@-moz-document url-prefix() {
  .countries_list {
    margin: auto;
  }

  .quiz .response .my_country {
    padding-top: 5px;
  }
  .quiz .response .avg_title span {
    display: inline-block;
    margin-top: -30px;
  }
}
