@charset "UTF-8";
:root{
    --verde: #1ab0a5;
	--verdino:#d5efde;
	--bianco: #fff;
	--nero: #222;
	--grigino: #b3b3b3;
	--grigio: grey;
	--font-family-title: 'Bakso Sapi';
	--font-family-paragraph: 'Raleway', sans-serif;
	--arancione: #f8b151;
	--rosa: #faa286;
	--rosino:#ffe0d5;
	--marrone:#352719;
	--marroncino:#56442e;
}


/*** clearfix ***/
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, b, 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 { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }
html { line-height: 1; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }
a img { border: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; height: 100%; }
*, *:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }
body { background-color: var(--bianco); color: var(--nero); font-size: 16px; font-family: var(--font-family-paragraph); font-weight: 400; line-height: 1.4; width: 100%; height: 100%; max-width: 100%;  }
.screen-reader-text, .hidden, .visuallyhidden { display: none !important; }
img { max-width: 100%; height: auto; position: relative; z-index: 1; }
*:focus { outline: none; }
.divider { float: left; position: relative; margin: 0; padding: 0; width: 100%; display: block; height: 10px; background: transparent; }

/* custom font */
@font-face {
    font-family: 'Bakso Sapi';
    src: url('../fonts/BaksoSapi.eot');
    src: url('../fonts/BaksoSapi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BaksoSapi.woff2') format('woff2'),
        url('../fonts/BaksoSapi.woff') format('woff'),
        url('../fonts/BaksoSapi.ttf') format('truetype'),
        url('../fonts/BaksoSapi.svg#BaksoSapi') format('svg');
    font-weight: normal;
    font-style: normal;
}



/*** typography ***/
h1, h2, h3, h4, h5, h6 { float: left; position: relative; margin: 0; padding: 0; width: 100%; display: block; font-family: var(--font-family-title); font-weight: 400; line-height: 1.1; color: var(--nero); background-color: transparent; clear: both; margin-bottom: 20px; text-align: left; z-index: 2; }
/*h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6  span{color: var(--verde); }*/
h1{ font-size: 1.5em;margin-bottom: 30px; }
h2{ font-size: 1.5em; }
h3{ font-size: 1.5em; }
h4{ font-size: 2em; }
h5 { font-size: 1em; }
h6{ font-size: 0.8em; }
h1.alignCenter, h2.alignCenter, h3.alignCenter, h4.alignCenter, h5.alignCenter, h6.alignCenter { text-align: center; }
p, ul, ol, blockquote { float: left; position: relative; margin: 0; padding: 0; width: 100%; display: block; margin-bottom: 20px;font-family: var(--font-family-paragraph); font-size: 1em; line-height: 1.4; text-align: left; color: var(--nero); z-index: 2; }
ul, ol{margin:0 0 20px 20px;}
p strong, ul strong, ol strong { font-weight: 700; }
sup { vertical-align: super; font-size: smaller; }
.alignCenter { text-align: center; }
.alignRight { text-align: right; }
p.comment{background-color:var(--grigino); color:grey;font-size:80%;border:1px dotted grey; padding:.3em;}
p.copy{position:absolute; bottom:0;right:0;padding:5px;width:100%;text-align:center;background:transparent; font-size:11px;margin:0;z-index:2;height:25px; overflow:hidden;}
p.copy a,p.copy a:hover{color: var(--nero);}

/*** links ***/
a { text-decoration: none; color: inherit; color: var(--verde); text-decoration: none; cursor: pointer; transition-property: color; transition-duration: 0.3s; }
a:active, a:focus { outline: none; }
a:hover { color: var(--nero); text-decoration: none; }
a:focus { outline: none; }
a.button{display:inline-block;text-decoration:none; width: auto; float: none; clear: both; margin: 0 auto; font-family: var(--font-family-title); font-size: 1em; line-height: 1.1; background: transparent; color: var(--nero); -webkit-appearance: none !important; font-weight: 400; transition: all .5s ease;  -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; border: 3px solid var(--nero); padding: 10px 20px;text-transform:uppercase; }
a.button:focus, a.button:hover, a.button:active{ cursor: pointer; text-decoration:none;}
a.button:hover { color: var(--marrone)!important; border-color: var(--marrone)!important; }
a.button.pieno{background-color: var(--nero); color: var(--bianco);border-color: var(--nero);}
a.button.pieno:hover{background-color: var(--marrone)!important; color: var(--bianco)!important;border-color: var(--marrone)!important;}


/*** header ***/
.site-header{ position: fixed; top:0;left:0; margin: 0; padding:2em 0; width: 100%; display: block; background-color: var(--grigino); z-index: 2; border-bottom:1px solid var(--nero);}
.site-header .site-header__logo{float: left; position: relative; margin: 0; padding: 0; width: 100%; display: block; background: transparent; z-index: 1;text-align:center;}
.site-header .site-header__logo img{float:none;margin:0 auto; max-width:200px;}


/*** footer ***/
.site-footer{  position: fixed; bottom:0;left:0;  margin: 0; padding:0.5em 0; width: 100%;height:33px; overflow:hidden; display: block; background-color: transparent; z-index: 2; }
body.quiz .site-footer{position: relative;}
.site-footer p{font-size:11px;margin:0;color: var(--nero);}
.site-footer p a, .site-footer p a:hover{color: var(--nero);}



/*** form ***/
form, form label, form legend, form fieldset { float: left; position: relative; margin: 0; padding: 0; width: 100%; display: block; font-family: var(--font-family-paragraph); font-size:1em;color: var(--nero); text-align: center; margin-bottom: 10px; }
form a, form label a, form legend a, form fieldset a { color: var(--verde); text-decoration: underline; }
form a:hover, form label a:hover, form legend a:hover, form fieldset a:hover { color: var(--verde); text-decoration: none; }
form input, form textarea, form select { float: left; position: relative; margin: 0; padding: 0; width: 100%; display: block; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; font-family: var(--font-family-paragraph); font-size:1em;color: var(--nero); background-color: var(--bianco); border: 0; border: 3px solid var(--verde); padding: 10px; cursor: text; font-weight: 400; line-height: 1.2;-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;}
form textarea { resize: vertical; height: 150px; }
form input.error, form textarea.error, form select.error{border-color:red;}
form label.error{color:red;margin:0;font-size:.9em;margin:5px 0;}
form input[type=checkbox] { width: auto; margin: 5px 10px 10px 0; margin-left: 0; background-color: transparent; color: var(--nero); border: 1px solid var(--verde); -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance: none; }
form input[type=checkbox]:focus, form input[type=checkbox]:active, form input:focus, form textarea:focus, form input:active, form textarea:active { outline: none; }
form input[type="checkbox"] + label { width: auto; text-transform: none !important; }
form input[type=submit], form input.submit { width: auto; float: none; clear: both; border: 0; margin: 0 auto; font-family: var(--font-family-title); font-size: 1em; line-height: 1.1; background: transparent; color: var(--nero); -webkit-appearance: none !important; font-weight: 400; transition: all .5s ease; /* additional styles */ -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; border: 3px solid var(--nero); padding: 10px 20px;text-transform:uppercase; }
form input[type=submit]:focus, form input[type=submit]:hover, form input[type=submit]:active, form input.submit:focus, form input.submit:hover, form input.submit:active { cursor: pointer; }
form input[type=submit]:hover, form input.submit:hover { color: var(--marrone); border-color: var(--marrone); }
form input[type=submit].pieno, form input.submit.pieno{background-color: var(--nero); color: var(--bianco);border-color: var(--nero);}
form input[type=submit].pieno:hover, form input.submit.pieno:hover{background-color: var(--marrone)!important; color: var(--bianco)!important;border-color: var(--marrone)!important;}
form input[type="checkbox"]:not(:checked), form input[type="checkbox"]:checked { position: absolute; left: -9999px; }
form input[type="checkbox"]:not(:checked) + label, form input[type="checkbox"]:checked + label { position: relative; cursor: pointer; padding: 10px 0px 10px 35px; margin: 0; font-size: 0.9em; line-height: 1.2;text-align: left; }
form input[type="checkbox"]:not(:checked) + label a, form input[type="checkbox"]:checked + label a,form input[type="checkbox"]:not(:checked) + label a:hover, form input[type="checkbox"]:checked + label a:hover{color:var(--nero);}
form input[type="checkbox"]:not(:checked) + label:before, form input[type="checkbox"]:checked + label:before { content: ''; position: absolute; left: 0; top: 8px; width: 25px; height: 25px; border: 2px solid var(--nero); background: transparent; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; box-shadow: none; }
form input[type="checkbox"]:not(:checked) + label:after, form input[type="checkbox"]:checked + label:after { content: '\2713'; position: absolute; top: -13px; left: 2px; font-size: 3em; line-height: 1; color: var(--nero); }
form input[type="checkbox"]:checked + label:before { border-color:var(--nero); }
form input[type="checkbox"]:not(:checked) + label:after { opacity: 0; }
form input[type="checkbox"]:checked + label:after { opacity: 1; }
form input[type="checkbox"]:checked:focus + label:before, form input[type="checkbox"]:not(:checked):focus + label:before { border-color:var(--nero); }
form input:disabled{background-color: var(--grigino);color:var(--grigio); border:0;padding:5px; margin:0 0 5px 0;}
form input[type=radio] { width: auto; margin: 5px 10px 10px 0; margin-left: 0; background-color: transparent; color: var(--nero); border: 1px solid var(--verde); -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance: none; }
.radio-container {background:transparent;min-height:30px;display: block;position: relative;padding-left: 45px; margin-bottom: 20px; cursor: pointer;font-size: 1em;text-align:left; -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.radio-container input {position: absolute;opacity: 0;cursor: pointer;}
.checkmark {position: absolute;top: -4px;left: 0;height: 30px;width: 30px;background-color:var(--bianco);border-radius: 50%;}
.radio-container:hover input ~ .checkmark {background-color: var(--bianco);}
.radio-container input:checked ~ .checkmark {background-color: var(--bianco);}
.checkmark:after {content: "";position: absolute;display: none;}
.radio-container input:checked ~ .checkmark:after {display: block;}
.radio-container .checkmark:after {top: 8px;left: 8px;width: 14px;height: 14px;border-radius: 50%;background: var(--nero);}


/*** contents ***/
.site-content { float: left; position: relative; margin:0; padding:0; width: 100%; height:auto;display: block; background-color: transparent; z-index: 1; }
.one, .one-half, .two-third, .one-third, .one-fourth { float: left; position: relative; margin: 0 0 10px 0; padding: 0; width: 100%; display: block; z-index: 1; }
.content-wrapper { width: 90%; max-width: 800px; margin: 0 auto; padding: 0; background: transparent; position: relative; }
.col-1,.col-2{float: left; position: relative; margin: 0; padding: 0; width: 100%; display: block; z-index: 1;background-color: transparent;}


.col-1{
	 background-color: var(--grigino);
	 background-size:cover;
	 background-position:center;
	 background-repeat: no-repeat;
	 text-align:center;
	 overflow:hidden;
}


.col-wrapper{
	display: block;
	width: 100%;
	margin: 0;
	padding:2em; 
	position: relative;
	float: left;
	top: 0;
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.col-1 .col-wrapper{
	padding:1em; 
	text-align:center;
}

body.quiz.final .col-1 .col-wrapper{
	padding:5em 1em; 
}

body.quiz.final .col-1 .col-wrapper h1{
	margin:0;
}

.col-1 img{
	max-width: 100%; 
	height: auto; 
	position: relative; 
	float:none;
	margin:0;
	z-index: 1; 
}

.col-1 img.mobile{
	display:block;
}

.col-1 img.desktop{
	display:none;
}

.col-1.full,.col-2.full{
	width: 100%;
	height:auto;
}

.col-1.full.home{min-height:200px;}

.col-2.full .col-wrapper{
	display: block;
	width: 100%;
	margin: 0;
	padding:3em; 
	position: relative;
	float: left;
	top: 0;
	-ms-transform: translateY(0);
	transform: translateY(0);
}


.animated-images{float: left; position: relative; margin:0; padding:0; width: 100%; height:auto;display: block; background: transparent; z-index: 1;}
.animated-images > img{position: relative;width:auto;max-width:100%;height:auto;margin:0;z-index:1;}
.animated-images > img.absolute{position: absolute;top:0; left:0;}
.animated-images > img.right{left:auto;right:0;}
.animated-images > img.bottom{top:auto;bottom:0;}
.animated-images > img.zIndex2{z-index:2;}
.animated-images > img.zIndex3{z-index:3;}
.animated-images > img.zIndex4{z-index:4;}


.backgroundWhite{background-color:var(--bianco);}
.backgroundOrange{background-color:var(--arancione);}
.backgroundGreen{background-color:var(--verde);}
.backgroundLightGreen{background-color:var(--verdino);}
.backgroundPink{background-color:var(--rosa);}
.backgroundLightPink{background-color:var(--rosino);}
.backgroundBrown{background-color:var(--marroncino);}


body.home{
	background-image:url(../images/copertina-mobile.jpg);
	background-repeat:no-repeat; 
	background-position:center center;
	background-size:cover;
	background-attachment:fixed;
}

body.page{
	background-image:url(../images/copertina-mobile.jpg);
	background-repeat:no-repeat; 
	background-position:center center;
	background-size:cover;
	background-attachment:fixed;

}


body.quiz.final .col-1{
	background-image:url(../images/copertina-finale.jpg);
	background-repeat:no-repeat; 
	background-position:center center;
	background-size:cover;

}

body.home .site-content,body.page .site-content{height:100%!important;height:100vh!important;}

body.page .site-content .col-wrapper{padding:5em 2em;}

body.home .site-content .col-wrapper {
		display: block;
		width: 100%;
		margin: 0;
		padding: 3em; 
		position: absolute;
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
 }


body.home .site-content .col-wrapper:not(.small)  h1{font-size:3em;}
body.home .site-content .col-wrapper:not(.small)  h2{margin-bottom:30px;}
body.quiz.final .col-1 .col-wrapper h1{font-size:2em;}

body.home .site-content .col-wrapper.small > .one{max-width:800px;margin:0 auto; float:none;}


.one.buttons a.button{
	margin-top:60px;
}

p.share > a{
	display:inline-block; 
	padding:10px 15px; 
	margin:5px; 
	background:transparent;
    color: var(--nero);
	border:0;
	transition: all .5s ease;
}

p.share > a:hover{color: var(--marrone);}

/** media queris ***/

@media (min-width: 480px){
	.col-1 .col-wrapper{
		padding: 2em 4em; 
	}
	
	body.quiz.final .site-footer{position: fixed;}
}


@media (min-width: 768px){
	.col-1 .col-wrapper{
		padding: 2em 6em; 
	}
	
	h1{
		font-size:2em;
		
	}
	
	body.home .site-content .col-wrapper:not(.small)  h1,body.quiz.final .col-1 .col-wrapper h1{font-size:4em;}
	body.home .site-content .col-wrapper:not(.small)  h2{font-size:2em;}
	
	body.page .site-content .col-wrapper {
		display: block;
		width: 100%;
		margin: 0;
		padding: 3em; 
		position: absolute;
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
   }
   
   body.home,body.page{
		background-image:url(../images/copertina.jpg);
	}
	
	body.quiz.final .col-1 .col-wrapper{
		padding:6em;
	}
	
	body.quiz.final .col-2 .col-wrapper p{font-size:1.3em;}
	body.quiz.final .col-2 .col-wrapper p a{font-size: 16px;}
   
}

@media (min-width: 980px) { 

	.site-content {height:100%; height:100vh;}
	

	
   .one, .one-half, .two-third, .one-third { float: left; position: relative; margin: 0 0 10px 0; }
  .one { width: 100%; }
  .one-half { width: 50%; }
  .two-third { width: 66.67%; }
  .one-third { width: 33.33%; }
  .one-fourth { width: 25%; }
  
  .checkmark{top:0}
  
  .col-1,.col-2{
	  width: 50%;
	  height:100%; 
	  height:100vh;
  }
  
  .site-footer.white p,.site-footer.white p a, .site-footer.white p a:hover{color: var(--bianco);}
  
  .col-wrapper{
		display: block;
		width: 100%;
		margin: 0;
		padding: 3em; 
		position: absolute;
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
   }

   
   body.page .site-content .col-wrapper{padding: 3em; }
   
   .col-1 .col-wrapper,body.quiz.final .col-1 .col-wrapper{
		padding:2em; 
	}
   
   .col-2.full .col-wrapper{
	   padding:3em; 
   }
   
   .col-1 img.mobile{
	display:none;
	}

	.col-1 img.desktop{
		display:block;
	}
	
  
	.divider {height:20px;}
	
	/*.animated-images{display:block;}*/
  
	body.quiz .site-footer{position: fixed;}
	
	.one.buttons {
		text-align:center;
	}
		
	.one.buttons a.button,.one.buttons input[type="submit"]{
		clear:none;
		margin:0;
		float:right;
	}
	
	.one.buttons a.button{
		float:left;
	}
}


@media (min-width: 1200px) { 
	.col-wrapper{
		padding:5em; 
	}
	
	body.page .site-content .col-wrapper{padding: 5em; }
}


@media (min-width: 1400px) { 
	.col-1 .col-wrapper,body.quiz.final .col-1 .col-wrapper{
		padding:5em; 
	}
	
	h1{
		font-size:2.5em;
		
	}
	
	.radio-container{
		font-size:1.2em;
		
	}
	
	body.home .site-content .col-wrapper:not(.small)  h1,body.quiz.final .col-1 .col-wrapper h1{font-size:5em;}
	
	body.quiz.final .col-2 .col-wrapper p{font-size:1.5em;}
	body.quiz.final .col-2 .col-wrapper p a{font-size: 16px;}
}


/*@media (max-width: 1023px) and (orientation: landscape) {
	.site-footer{display:none}
}*/