/*
 * style.css
 *
 * Versione: 0.1.0
 * Data: 21.05.2020
 *
 * https://
 * Saraceni Andrea
 */

 /* FONT */

 @font-face {
  font-family: "Corbel Regular";
  src: url("font/corbel-regular.eot");
  src: url("font/corbel-regular.eot?#iefix") format("embedded-opentype"),
      url("font/corbel-regular.woff2") format("woff2"),
      url("font/corbel-regular.woff") format("woff"),
      url("font/corbel-regular.ttf") format("truetype"),
      url("font/corbel-regular.svg#corbel-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Corbel Bold";
  src: url("font/corbel-bold.eot");
  src: url("font/corbel-bold.eot?#iefix") format("embedded-opentype"),
      url("font/corbel-bold.woff2") format("woff2"),
      url("font/corbel-bold.woff") format("woff"),
      url("font/corbel-bold-regular.ttf") format("truetype"),
      url("font/corbel-bold.svg#corbel-bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline
}

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

html {
  overflow: -moz-scrollbars-vertical; 
  overflow-y: scroll;
}

body, html {
  height: 100%;
}

body {
  background-color: #31488b;
  line-height: 1
}

h1, h2, h3 {font-weight: normal}

a, button, span, table {
  -webkit-tap-highlight-color: transparent;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
}

table,
thead,
tbody,
tfoot,
tr,
th,
td {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: inherit;
    border-spacing: 0;
    border-color: inherit;
    vertical-align: inherit;
    text-align: left;
    font-weight: inherit;
    -webkit-border-horizontal-spacing: 0;
    -webkit-border-vertical-spacing: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.visibile {display: block !important;}
.nascosto {display: none !important;}

.in-linea {
  display: inline-block !important;
}

.fl-le {
  float: left;
}

.fl-ri {
  float: right;
}

.bra-3 {
  -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
  border-radius: 3px;
}

.pt-10 {
  padding-top: 10px;
}

.ptb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ptb-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.m0-auto {
  margin: 0 auto;
}

.mlr-auto {
  margin-left: auto;
  margin-right: auto;
}

.mlr-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.w-10 {
  width: 10%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-96 {
  width: 96%;
}

.w-100 {
  width: 100%;
}

.bg-01 {
  background-color: #283868;
}

.bg-02 {
  background-color: #31488b;
}

.link-01 {
	color: #fff;
	text-decoration: underline;
}

#wall {
  display: none;
}

#main {
  background-color: #2b4080;
  width: 100%;
  min-width: 370px; /* 660px; */
  margin: 0 auto;
  /*position: absolute;*/
  padding: 50px 0;
}

#main.start,
#main.quiz-start {
  background: transparent url("../img/cover-1.jpg") no-repeat center bottom;
  /* background-size: contain; */
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  padding: 40px 0 0;
  height: 100%;
}

#main.quiz-intro,
#main.quiz-share,
#main.box-level-0,
#main.box-level-6,
#main.box-level-12,
#main.box-level-18,
#main.box-level-24,
#main.level {
  background: transparent url("../img/cover-2.jpg") no-repeat center bottom;
  /* background-size: contain; */
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}

.img-line {
  position: relative;
  margin: 0 auto;
  -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
  border-radius: 3px;
}

.logo-1 {
  width: 200px;
  height: 50px;
}

.logo-2 {
  width: 150px;
  height: 37px;
  padding: 25px 0 0 0;
}

/* #quiz-start, */
#quiz-intro,
#quiz-end .box-01,
#quiz-mob .box-01,
#quiz-share .box-01 {
  background-color: rgba(25, 41, 87, 0.8);
  padding: 30px 0;
}

#quiz-intro .img-line,
#quiz-end .img-line,
#quiz-mob .img-line,
#quiz-share .img-line {
  top: -60px;
}

/* #box-level-0,
.box-level, */
.box-01 {
  padding: 90px 0;
}

#quiz-results .box-01 {
  padding: 30px 0 90px 0;
}

#box-level-0 .img-line,
.box-level .img-line {
  top: -120px;
}

/* #quiz-intro *:not(.img-line) {
  padding: 0 30px;
} */

#quiz-start,
#quiz-intro,
#quiz-share,
.pannello,
.box-level {
  margin: 0 auto;
}

body,
#main.quiz-0,
#main.progress,
#main.end,
#main.quiz-end,
#main.quiz-results {
  background: transparent url("../img/cover-2.jpg") no-repeat center bottom;
  /* background-size: contain; */
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}

#main.quiz-0,
#main.box-level-0,
#main.box-level-6,
#main.box-level-12,
#main.box-level-18,
#main.box-level-24,
#main.level,
#main.progress,
#main.quiz-end,
#main.quiz-results {
  padding: 20px 0 0;
}

/* #box-results-6, */
#box-level-0 .box-01,
.quiz-c1 {
  background-color: #5071d8;
}

/* #box-results-12, */
#box-level-6 .box-01,
.quiz-c2 {
  background-color: #d98232;
}

/* #box-results-18, */
#box-level-12 .box-01,
.quiz-c3 {
  background-color: #31954f;
}

/* #box-results-24, */
#box-level-18 .box-01,
.quiz-c4 {
  background-color: #2da6df;
}

/* #box-results-30, */
#box-level-24 .box-01,
.quiz-c5 {
  background-color: #ad9e29;
}

.box-level,
.quiz,
.pannello .box-01,
.box-level .box-01 {
  -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 24px 16px -16px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 24px 16px -16px rgba(0, 0, 0, 0.2);
  box-shadow: 0 24px 16px -16px rgba(0, 0, 0, 0.2);
}

.box-level,
.quiz {
  width: 90%;
  min-width: 320px;
  max-width: 920px;
}

.quiz {
  margin: 0 auto;
  padding: 0 0 20px 0;
}

.pannello {
  width: 96%;
  min-width: 320px;
  max-width: 920px;
  /* height: 100%; */
}

#quiz-results.pannello {
	width: 98%;
  max-width: 920px;
  /* min-width: 540px; */
}

#box-results-6,
#box-results-12,
#box-results-18,
#box-results-24,
#box-results-30 {
  margin: 0 auto 30px auto;
}

#quiz-start.pannello,
#quiz-results.pannello,
#quiz-results .box-01 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.pannello .box-01,
.box-level .box-01,
table,
table tbody {
  width: 100%;
}

.progress-bar-holder,
.progress-bar {
  color: #283868;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
  border-radius: 3px;
}

.progress-bar-holder,
.progress-txt {
  margin: 30px 0 0 0;
}

.progress-bar-holder {
	width: 120px;
	background-color: #fff;
	padding: 0 2px 0 0;
}

.progress-bar {
	height: 20px;
	background-color: #283868;
	vertical-align: middle;
	float: left;
  margin: 1px;
  -webkit-transition: width 0.4s ease-out;
	-moz-transition: width 0.4s ease-out;
	-ms-transition: width 0.4s ease-out;
	transition: width 0.4s ease-out
}

.progress-txt {
	color: #fff;
	vertical-align: middle;
	float: right;
	font: 15px/20px Arial, sans-serif;
	/* text-align: center; */
	padding: 0 10px 0 0;
}

.questions-dots {
  margin: 40px auto 0 auto;
}

.social-icons-01 {
	margin: 15px auto;
}

.social-icons-01 li {
  margin: 0 12px;
}

.social-icons-01 li,
.social-icons-01 a,
.social-icons-01 img {
  display: inline-block;
  width: 64px;
  height: 64px;
}

.social-icons-02 {
	float: right;
  margin: 0 5px 5px;
  display: none;
}

.social-icons-02 li,
.social-icons-02 a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 5px;
}

.social-icons-02-twitter,
.social-icons-02-facebook,
.social-icons-02-linkedin {
  opacity: 0.6;
  -webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out
}

.social-icons-02-twitter {
  background: transparent url("../img/social-twitter-1.svg") no-repeat center center;
}

.social-icons-02-facebook {
  background: transparent url("../img/social-facebook-1.svg") no-repeat center center;
}

.social-icons-02-linkedin {
  background: transparent url("../img/social-linkedin-1.svg") no-repeat center center;
}

.question-dot-1.question-dot-a {
  background: transparent url("../img/question-1a.png") no-repeat center center;
}

.question-dot-1.question-dot-b {
  background: transparent url("../img/question-1b.png") no-repeat center center;
}

.question-dot-1.question-dot-c {
  background: transparent url("../img/question-1c.png") no-repeat center center;
}

.question-dot-1.question-dot-d {
  background: transparent url("../img/question-1d.png") no-repeat center center;
}

.question-dot-2.question-dot-a {
  background: transparent url("../img/question-2a.png") no-repeat center center;
}

.question-dot-2.question-dot-b {
  background: transparent url("../img/question-2b.png") no-repeat center center;
}

.question-dot-2.question-dot-c {
  background: transparent url("../img/question-2c.png") no-repeat center center;
}

.question-dot-2.question-dot-d {
  background: transparent url("../img/question-2d.png") no-repeat center center;
}

.question-dot-3.question-dot-a {
  background: transparent url("../img/question-3a.png") no-repeat center center;
}

.question-dot-3.question-dot-b {
  background: transparent url("../img/question-3b.png") no-repeat center center;
}

.question-dot-3.question-dot-c {
  background: transparent url("../img/question-3c.png") no-repeat center center;
}

.question-dot-3.question-dot-d {
  background: transparent url("../img/question-3d.png") no-repeat center center;
}

.question-dot-4.question-dot-a {
  background: transparent url("../img/question-4a.png") no-repeat center center;
}

.question-dot-4.question-dot-b {
  background: transparent url("../img/question-4b.png") no-repeat center center;
}

.question-dot-4.question-dot-c {
  background: transparent url("../img/question-4c.png") no-repeat center center;
}

.question-dot-4.question-dot-d {
  background: transparent url("../img/question-4d.png") no-repeat center center;
}

.question-dot-5.question-dot-a {
  background: transparent url("../img/question-5a.png") no-repeat center center;
}

.question-dot-5.question-dot-b {
  background: transparent url("../img/question-5b.png") no-repeat center center;
}

.question-dot-5.question-dot-c {
  background: transparent url("../img/question-5c.png") no-repeat center center;
}

.question-dot-5.question-dot-d {
  background: transparent url("../img/question-5d.png") no-repeat center center;
}

.question-dot-6.question-dot-a {
  background: transparent url("../img/question-6a.png") no-repeat center center;
}

.question-dot-6.question-dot-b {
  background: transparent url("../img/question-6b.png") no-repeat center center;
}

.question-dot-6.question-dot-c {
  background: transparent url("../img/question-6c.png") no-repeat center center;
}

.question-dot-6.question-dot-d {
  background: transparent url("../img/question-6d.png") no-repeat center center;
}

.questions-dots li {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain !important;
}

.table-03 {
  width: 100%;
	margin: 0 auto 15px auto;
}

.table-04 {
  width: 99%;
	margin: 0 auto 15px auto;
}

.table-tr-01,
.table-tr-02,
.table-tr-04 {
	display: block;
}

.table-tr-04 {
	font: 18px/24px "Corbel Regular", Arial, sans-serif;
  color: #fff;
  text-align: right;
}

.table-tr-02 {
  background-color: #283868;
  margin: 10px 0;
}

.table-tr-03 {
  margin: 10px 0;
  text-transform: uppercase;
}

.table-01 td,
.table-02 td,
.table-03 td,
.table-04 td,
.table-td-03 img,
.table-td-05 img,
#res-score img,
#res-score strong {
  vertical-align: middle;
}

#res-score img {
  width: 50%;
  max-width: 200px;
	height: auto;
	margin: 0 5px 0 0;
}

.table-td-01,
.table-td-03 {
  text-align: center;
}

.table-td-01 {
  padding: 15px 20px;
}

.quiz .table-td-03 {
  padding: 15px 20px;
}

.table-td-05 {
  text-align: center;
  display: inline-block;
  min-width: 140px;
	padding: 0 5px 0 0;
}

.table-tr-03 {
	display: none;
}

.h-score-01,
.score-01 {
  display: none !important;
  /* width: 30%; */
}

.h-score-02,
.score-02 {
  /* width: 70%; */
  display: inline-block;
}

.table-td-02,
.table-td-04 {
  text-align: left;
  padding: 10px 15px 10px 0;
}

.table-04 .table-td-03,
.table-04 .table-td-04 {
  display: inline-block;
  vertical-align: middle;
}

.table-04 .table-td-03.par-00 img {
  width: 30px;
  height: 30px;
}

.table-04 .table-td-04 {
  width: 78%;
  margin: 3px 0 3px 10px;
}

.table-tr-04a {
  background-color: #283868;
  margin: 0 auto 10px auto;
}

.table-tr-04b {
  margin: 0 auto 25px auto;
}

.table-td-04.par-02,
.table-td-04.par-03 {
  padding: 10px 15px;
}

.table-04 .table-td-04.par-03 {
  background-color: #393;
}

.bottone-01 {
  display: block;
  margin: 0 0 10px 0;
  padding: 5px 0;
  background-color: #fff;
  -webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out
}

.bottone-01.selezionato-ok,
.bottone-01.selezionato-ok:hover {
  color: #000 !important;
  background-color: #87d38b !important;
  cursor: default !important;
}

.bottone-01.selezionato-ok .risposta-txt,
.bottone-01.selezionato-ko .risposta-txt,
.risposta-info {
  color: #000 !important;
}

.bottone-01.selezionato-ko,
.bottone-01.selezionato-ko:hover {
  background-color: #d38787 !important;
  cursor: default !important;
}

.domanda-txt {
	display: block;
	width: 100%;
	padding: 20px 0;
  color: #fff;
  background-color: #283868;
}


.parziale-txt {
	font: 18px/20px "Corbel Bold", Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	margin: 25px 0 0 15px;
	width: 45%;
}

.parziale-txt strong {
  padding: 0 0 0 10px;
}

.parziale-img {
  width: 300px;
  height: auto;
  padding: 15px 0;
}

.complete-img {
  width: 300px;
  height: auto;
  margin: 30px auto 20px auto;
}

.level-img {
  max-width: 200px;
  height: auto;
  margin: 0 auto 40px auto;
}

.quesito-num {
  font: 20px/20px Arial, sans-serif;
  padding: 0 0 0 17px; /* 0 15px 0 17px */
}

.quesito-tot {
  font: 20px/20px Arial, sans-serif;
}

.quesito-txt {
  font: 18px/22px "Corbel Bold", Arial, sans-serif;
}

.risposta-num {
	font: 20px/20px Arial, sans-serif;
	color: #fff;
	background-color: #283868;
  padding: 10px 15px;
  vertical-align: middle;
}

.show-info {
  display: inline-block;
  width: 0;
  height: 0;
  background: transparent url("../img/bottone-info.png") no-repeat center center;
  background-size: cover;
  vertical-align: middle;
  visibility: hidden;
}

.selezionato-ok .show-info {
  width: 30px;
  height: 30px;
  margin: 0 0 0 5px;
	visibility: visible;
}

.risposta-info {
  display: none;
  font: 14px/18px "Corbel Regular", Arial, sans-serif;
  margin: 5px 0 0 0;
}

.selezionato-ok .risposta-num {
	color: transparent !important;
  background: transparent url("../img/result-ok.png") no-repeat center center;
  background-size: contain;
}

.selezionato-ko .risposta-num {
	color: transparent !important;
  background: transparent url("../img/result-ko.png") no-repeat center center;
  background-size: contain;
}

.risposta-txt {
  font: 16px/22px "Corbel Regular", Arial, sans-serif;
  color: #000;
}

.img-tab {
  margin: 0 0 30px 0;
}

.bottone {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

.bottone-03 {
  display: inline-block;
  position: relative;
  width: 106px;
  height: 60px;
  text-align: left;
  text-indent: 10px;
  font: 20px/20px "Corbel Regular", Arial, sans-serif;
  background: transparent url("../img/bottone-2.png") no-repeat 98% center;
  float: right;
}

.bottone-05 {
  display: inline-block;
  position: relative;
  width: 167px;
  height: 60px;
  text-align: center;
  font: 20px/20px "Corbel Regular", Arial, sans-serif;
  background: transparent url("../img/bottone-3.png") no-repeat 2% center;
  float: left;
}

.bottone-06 {
  display: inline-block;
  position: relative;
  width: 185px;
  height: 60px;
  text-align: center;
  font: 20px/20px "Corbel Regular", Arial, sans-serif;
  background: transparent url("../img/bottone-1.png") no-repeat center center;
}

.bottone-07 {
  display: inline-block;
  position: relative;
  width: 140px;
  height: 60px;
  text-align: center;
  font: 20px/20px "Corbel Regular", Arial, sans-serif;
  background: transparent url("../img/bottone-2.png") no-repeat 98% center;
  float: right;
}

.bottone-en,
.bottone-et,
.bottone-fr {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 32px;
  margin: 0 5px;
  text-align: center;
  font: 14px/14px "Corbel Regular", Arial, sans-serif;
  background: transparent url("../img/bottone-4.png") no-repeat center center;
}

.bottone-01,
.bottone-02,
.bottone-03,
.bottone-05,
.bottone-06,
.bottone-07,
.show-info {
  cursor: pointer;
}

.bottone-en,
.bottone-et,
.bottone-fr,
.bottone-02,
.bottone-03,
.bottone-05,
.bottone-06,
.bottone-07,
.social-icons-01 a {
  padding: 6px; /* padding: 12px 18px; */
  -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid transparent;
}

.social-icons-01 a {
  padding: 0;
}

.bottone-03 {
  padding: 6px 10px;
  margin: 0 10px 0 0;
}

.quiz .bottone-03 {
  margin: 15px 10px 0 0;
}



.txt-01 {
  font: 24px/28px "Corbel Regular", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.txt-02 {
  font: 18px/23px "Corbel Regular", Arial, sans-serif;
  color: #fff;
}

.txt-03 {
  font: 30px/35px "Corbel Regular", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.txt-04 {
  font: 30px/30px "Corbel Regular", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.txt-05 {
  font: 35px/35px "Corbel Regular", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.bottone-en:hover,
.bottone-et:hover,
.bottone-fr:hover,
.bottone-02:hover,
.bottone-03:hover,
.bottone-05:hover,
.bottone-06:hover,
.bottone-07:hover,
.social-icons-01 a:hover {
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.pressione,
.bottone-en:active,
.bottone-et:active,
.bottone-fr:active,
.bottone-02:active,
.bottone-03:active,
.bottone-05:active,
.bottone-06:active,
.bottone-07:active,
.social-icons-01 a:active {
  -webkit-transform: scale(0.90, 0.90);
  -ms-transform: scale(0.90, 0.90);
	transform: scale(0.90, 0.90);
}

.lista-01 {
	/* list-style-type: none; */
  width: 100%;
	margin: 30px auto 0;
}

/* .risultati{
	display: block;
	width: 90%;
	margin: 0 auto 60px;
  max-width: 900px;
} */

.risultato {
  display: inline-block;
  margin: 0 1px;
}

.res-03 {
	display: block;
  width: 30px;
  height: 30px;
}

.par-01 {
  width: 30px;
  height: 30px;
}

.res-02 {
  background-color: #87d38b;
  color: #fff;
}

.par-01.errata,
.res-03.errata {
  /* background-color: #d38787; */
  background: transparent url("../img/result-ko.png") no-repeat center center;
  background-size: contain;
}

.par-01.giusta,
.res-03.giusta {
  /* background-color: #87d38b; */
  background: transparent url("../img/result-ok.png") no-repeat center center;
  background-size: contain;
}

#wrapper {
  min-height: calc(100vh - 260px);
  padding-bottom: 40px;
}

footer {
  text-align: center;
  font-family: 'Corbel Regular';
}

footer .pre-footer {
  margin: 0 auto;
  display: block;
  width: fit-content;
  box-sizing: border-box;
  padding: 15px 0;
  background-color: #FFFFFF;
  width:100%;
}

footer .pre-footer p {
  color: #004494;
  display:inline-block;
  margin-right:10px;
}

footer .pre-footer img {
  height:13px;
  display:inline-block;
  vertical-align: middle;
}

footer .bottom-bar {
  background-color: #004494;
  padding: 20px;
  box-sizing: border-box;
}

footer .bottom-bar p {
  color: #FFFFFF;
  margin-bottom:15px;
}

footer .bottom-bar img {
  width: 128px;
  margin-bottom:15px;
}

footer .bottom-bar a {
  color:#FFFFFF;
  text-align:center;
  display: block;
}

/* MEDIA QUERY */

@media (hover: hover) {
  
  .social-icons-02-twitter:hover,
  .social-icons-02-facebook:hover,
  .social-icons-02-linkedin:hover {
    opacity: 1;
  }

  .bottone-01:hover {
    background-color: #283868;
  }

  .bottone-01:hover div {
    color: #fff;
  }

}

@media (min-width : 320px) {}

@media (min-width : 375px) {}

@media (min-width : 414px) {}

@media (min-width : 480px) {

  /* #main.start,
  #main.quiz-start {
    height: 100%;
  } */

}

@media (min-width: 576px) {

  .parziale-txt {
    font: 20px/25px "Corbel Bold", Arial, sans-serif;
    text-indent: 50px;
    margin: 25px 0 0 0;
    width: 50%;
  }

  .risposta-txt {
    font: 18px/24px "Corbel Regular", Arial, sans-serif;
  }

}

@media (min-width: 610px) {

  .logo-2 {
    width: 250px;
    height: 55px;
    padding: 10px 0 0 0;
  }

  .pannello {
    width: 90%;
  }

  .social-icons-02 {
    display: block;
  }

  .progress-bar-holder {
    width: 185px;
  }

  .progress-bar-holder,
  .progress-txt {
    margin: 0;
  }

  #main.quiz-0,
  #main.box-level-0,
  #main.box-level-6,
  #main.box-level-12,
  #main.box-level-18,
  #main.box-level-24,
  #main.level,
  #main.progress,
  #main.quiz-end,
  #main.quiz-results {
    padding: 50px 0 0 0;
  }

  .tli {
    text-align: left;
    text-indent: 30px;
  }

  .table-01,
  .table-02 {
	  margin: 0 0 10px 0;
  }

  .questions-dots {
    margin: 20px auto;
  }

  .questions-dots li {
    width: 32px;
    height: 32px;
    margin: 0 2px;
  }

  .quiz .bottone-03 {
    margin: 0 10px 0 0;
  }

  .img-tab {
    margin: 0 0 60px 0;
  }

  .quesito-txt {
    font: 20px/26px "Corbel Bold", Arial, sans-serif;
  }

  .txt-02 {
    font: 20px/25px "Corbel Regular", Arial, sans-serif;
  }

  .table-tr-03 {
    display: block;
  }

  .risultato {
    margin: 0 3px;
  }

  .score-01,
  .score-02 {
    margin: 0 5px;
  }

  .h-score-01,
  .score-01 {
    display: inline-block !important;
  }

  .h-score-02,
  .score-02 {
    width: 40%;
  }

  .quesito-num {
    font: 30px/30px Arial, sans-serif;
  }

  .risposta-num {
    font: 30px/30px Arial, sans-serif;
  }

}

@media (min-width: 768px) {

  .table-04 .table-td-04 {
    width: 88%;
  }

}

@media (min-width: 850px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}