@import url('https://fonts.googleapis.com/css2?family=Noticia+Text:wght@400;700&display=swap');
/* CSS Document */

body {
	font-family: 'Noticia Text', sans-serif;
	background-color: #fff;	
}

/* -------- classi globali ---------- */

.navbar-collapse {
	clear: both;
    display: none;
    float: none;
    overflow: hidden;
    position: relative;
    margin: 4px 0 0;
    padding-left: 90px;
    width: 100%;
}

/* COLORI SFONDO PER CANALE */

/* -------- Header ---------- */

#header .container {
    max-width: 1170px;
    background-color: #000;
    box-shadow: 0px 10px 10px;
	position: relative;
}

#header .navbar-default {
	background-color: #fff;	
	border: 0;
}

.navbar-brand {
	color: #777;
	padding: 0px;
	margin-left: 100px !important;
}
.navbar-brand img {
	display: block;
	top: 10px;
	position: relative;
	z-index: 100;
	max-width: 190px;
}
.navbar {
	padding: 0;
	margin-bottom: 0;
	min-height: 140px;
}

.navbar-header {
	padding: 0;
	width: 300px;
}

.navbar-header:before {
    display: block;
	position: absolute;
	left: -30px;
    top: 8px;
    height: 125px;
    width: 125px;
    background: url("/stili/locali/logo_ico.png") no-repeat center center;
    background-size: cover;
    pointer-events: none;
	z-index: 10;
}

.navbar-default .navbar-nav {
	text-transform: uppercase;
	font-size: 14px;
	padding: 0;
}
.navbar-default .navbar-right {
	position: absolute;
	right: 15px;
    top: 25px;
	z-index: 10;
}
.navbar-nav.centrale {
	display: flex;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    align-items: baseline;
    margin: 10px 0 0 0;
    border-radius: 0;
    float: left;
    font-family: 'Noticia Text', sans-serif;
}
.navbar-default .navbar-nav.centrale:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 4px;
    border-bottom: 4px solid #ff42c4;
}


.navbar-default .navbar-nav>li>a {
	display: block;
	padding: 4px 10px;
	border-bottom: 4px solid #ff42c4;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #fff !important;
}

/* colori menu */
.navbar-default .navbar-nav>li>a.Games {
    border-color: #f50ede !important;
}
.navbar-default .navbar-nav>li>a.Cinema {
    border-color: #0eaaf5 !important;
}
.navbar-default .navbar-nav>li>a.Music {
    border-color: #fe5f00 !important;
}
.navbar-default .navbar-nav>li>a.Sport {
    border-color: #ae6c39 !important;
}
.navbar-default .navbar-nav>li>a.Nerd {
    border-color: #e9cc07 !important;
}
.navbar-default .navbar-nav>li>a.Logic {
    border-color: #00a03f !important;
}
.navbar-default .navbar-nav>li>a.Quiz {
    border-color: #53c8ff !important;
}
.navbar-default .navbar-nav>li>a.Mixed {
    border-color: #ff42c4 !important;
}

.navbar-default .navbar-nav>li>a.Games:hover {
    border-color: #f50ede !important;
}
.navbar-default .navbar-nav>li>a.Cinema:hover {
    border-color: #0eaaf5 !important;
}
.navbar-default .navbar-nav>li>a.Music:hover {
    border-color: #fe5f00 !important;
}
.navbar-default .navbar-nav>li>a.Sport:hover {
    border-color: #ae6c39 !important;
}
.navbar-default .navbar-nav>li>a.Nerd:hover {
    border-color: #e9cc07 !important;
}
.navbar-default .navbar-nav>li>a.Logic:hover {
    border-color: #00a03f !important;
}
.navbar-default .navbar-nav>li>a.Quiz:hover {
    border-color: #53c8ff !important;
}
.navbar-default .navbar-nav>li>a.Mixed:hover {
    border-color: #ff42c4 !important;
}

/* intro sezioni */
.articolo-page .intro-sezione, .archivio-page .intro-sezione {
    display: none;
}
.interne {
	padding: 0 15px;
}
.intro-sezione {
    padding-bottom: 20px;
	text-align: justify;
}
.intro-sezione::before {
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
}
.intro-sezione.Games::before {
	content: "If you enjoy games, gaming, and everything about playing, if you love spending hours immersed in virtual worlds or challenging yourself with puzzles and adventures: in this section, you’ll find quizzes galore.";
	color: #f50ede !important;
}
.intro-sezione.Cinema::before {
	content: "If you like movies, cinema, and TV series, if you love movies or just spending hours in front of the TV: in this section, you'll find quizzes galore.";
	color: #0eaaf5 !important;
}
.intro-sezione.Music::before {
	content: "From trap to classical music, from the 80s to musicals, in this section you will find many quizzes and questions about artists, singers, and songs that have made history.";
	color: #fe5f00 !important;
}
.intro-sezione.Sport::before {
	content: "Football, players, teams, as well as basketball, Formula 1, MotoGP, tennis, and their champions.";
	color: #ae6c39 !important;
}
.intro-sezione.Logic::before {
	content: "Do you have a scientific mind? In this category, you'll find quizzes about logic, science, and lateral thinking.";
	color: #00a03f !important;
}
.intro-sezione.Nerd::before {
	content: "Comic books, cartoons, movies, TV series: show "The Big Bang Theory" crew that you're not jealous of Sheldon Cooper at all!";
	color: #e9cc07 !important;
}
.intro-sezione.Quiz	::before {
	content: "Personality and lifestyle tests. Who are you really?";
	color: #53c8ff !important;
}
.intro-sezione.Mixed::before {
	content: "General knowledge quizzes, art, geography, science, logic, driving license tests: you can find everything and then some here.";
	color: #ff42c4 !important;
}


.navbar-default .navbar-nav>li>a.login, .navbar-default .navbar-nav>li>a.login:hover {
    background-image: url(logout.svg);
    background-color: #000;
    opacity: 1;
    transition: 0.5s;
    text-indent: -10000px;
    width: 50px;
    height: 50px;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: 0;
}

.navbar-default .navbar-nav>li>a.login:hover {
    background-image: url(logout-on.svg);
}

/* -------- Header SEZIONE ---------- */

#header-sezione, .nocciolo {
	padding: 0 15px;
}
#header-sezione .gradiente {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0
}

#header-sezione .container {
	position: relative;
	z-index: 10
}

#header-sezione .titolo-header {
	font-size: 42px;
    font-weight: bold;
    border-bottom: 8px solid #000;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
}

/* colori header */
.titolo-header.container.Cinema {
    border-color: #0eaaf5 !important;
}
.titolo-header.container.Music {
    border-color: #fe5f00 !important;
}
.titolo-header.container.Sport {
    border-color: #ae6c39 !important;
}
.titolo-header.container.Nerd {
    border-color: #e9cc07 !important;
}
.titolo-header.container.Logic {
    border-color: #00a03f !important;
}
.titolo-header.container.Quiz {
    border-color: #53c8ff !important;
}
.titolo-header.container.Mixed {
    border-color: #ff42c4 !important;
}


#header-sezione .border-oblique:before {
	content: '';
	position: absolute;
	bottom: 0;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0vw 36vw 4vw;
	border-color: transparent transparent rgba(53, 55, 56, 0.8) transparent;
	right: 35%;
}

/* -------- SLIDESHOW ------------ */

#intro {
	height: 40vh !important
}

.slides-container li div p, .slides-container li div .intro_button {
	padding-left: 0;
	text-align: center;
}

.slides-container li div {
	text-align: left
}

/* ----- HOME PAGE VARI ---- */

.canale-page .titolo {
	font-size: 3vw;
	font-weight: 300;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

/* ---- BOX ARTICOLO/SEZIONE ---- */

/* ====== BOX HOME PAGE ======= */

.box-wrap.root .box-element {
	margin-bottom: 50px;
    height: 50vh;
    font-size: 7em;
    overflow: hidden;
    text-align: center;
    padding: 0;
    width: 50%;
}

.box-wrap.root .box-element:last-child {
	margin-bottom: -50px;
}

.box-wrap.root .box-element a {
    display: flex;
    height: inherit;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}

.box-wrap.root .box-element a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0.5;
}

.box-wrap.root .box-element a:hover::before {
	height: 100%;
}

.box-wrap.root .box-element:nth-child(odd) table.titolo-box-sezione span {
	color: #666;
}

.box-wrap.root .box-element:nth-child(even) table.titolo-box-sezione span {
	color: #666;
}

.box-wrap.root .titolo-wrap {
	height: inherit;
	z-index: 10
}

.box-wrap.root table.titolo-box-sezione {
	background: none;
	position: relative;
	bottom: auto;
	left: auto;
	height: inherit
}

.box-wrap.root table.titolo-box-sezione span {
	font-weight: 700;
	text-transform: none;
	color: #3b5998;
	font-size: inherit !important
}

.box-wrap.root .box-element a:hover .title-section {
	color: #fff;
}

.box-wrap.root .box-element:nth-child(odd) table.titolo-box-sezione td {
	text-align: right;
	padding-right: 25px
}

.box-wrap.root .box-element:nth-child(even) table.titolo-box-sezione td {
	text-align: left;
	padding-left: 25px
}

.box-wrap.root .immagine-wrap {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.box-wrap.root .box-element:nth-child(even) .titolo-wrap {
	float: right
}

.box-wrap.root .box-element:nth-child(odd) .immagine-wrap {
	float: left
}

.box-wrap.root .titolo-wrap .separatore {
	position: absolute;
	top: 0
}

.box-wrap.root .box-element:nth-child(even) .titolo-wrap .separatore {
	left: -30px
}

.box-wrap.root .box-element:nth-child(odd) .titolo-wrap .separatore {
	right: -30px
}

/* ====== BOX SEZIONE ======= */

.box-wrap {
    margin-bottom: 0;
    max-width: 1170px;
    margin: 0 auto;
}

.box-wrap .box-element {
	background-size: 100% auto;
	background-position: center center;
	height: 280px;
	position: relative;
	display: block;
	background-repeat: no-repeat;
}
.img-responsive {
    width: 100%;
}
.box-wrap table.titolo {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #999;
	text-align: center;
	z-index: 10
}

.box-wrap table.titolo span {
	color: white;
	font-size: 32px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 30px
}

.box-wrap .immagine-box {
	display: flex;
    align-items: flex-start;
    position: absolute;
	width: 100%;
}
.box-wrap .immagine-box:hover {
    text-decoration: none;
}

.immagine-box span {
    margin: 0;
    padding: 15px;
    font-family: "Noticia Text", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #000;
    background: rgba(238,238,238,0.8);
    width: 100%;
}

.box-wrap a.immagine-box:hover span {
	background-color: #e0352f;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #fff;
}

.box-wrap .positioner {
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
	/*max-height: 330px;*/
}
.box-wrap.articoli {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
	flex-wrap: wrap;
	padding: 20px;
}


.box-wrap.articoli table.titolo {
	text-align: left;
	table-layout: fixed
}

.box-wrap.articoli table.titolo span {
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	display: block;
	max-height: 44px;
	text-align: left;
	padding: 0 5%;
	overflow: hidden;
}

.box-element-generico {
	width: 100%;
    margin: 15px 0;
    padding: 0;
}

.box-element-generico .positioner {
	height: inherit;
}
.box-element-generico .etichetta-sezione {
	position: absolute;
    z-index: 1;
    padding: 4px 15px 5px;
    left: -10px;
    top: -10px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
}

/* colori etichette */
/* colori header */
.box-element-generico .etichetta-sezione.Games {
    background-color: #f50ede !important;
}
.box-element-generico .etichetta-sezione.Cinema {
    background-color: #0eaaf5 !important;
}
.box-element-generico .etichetta-sezione.Music {
    background-color: #fe5f00 !important;
}
.box-element-generico .etichetta-sezione.Sport {
    background-color: #ae6c39 !important;
}
.box-element-generico .etichetta-sezione.Nerd {
    background-color: #e9cc07 !important;
}
.box-element-generico .etichetta-sezione.Logic {
    background-color: #00a03f !important;
}
.box-element-generico .etichetta-sezione.Quiz {
    background-color: #53c8ff !important;
}
.box-element-generico .etichetta-sezione.Mixed {
    background-color: #ff42c4 !important;
}


.box-element-generico table.titolo {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 52px;
}

.box-element-generico table.titolo span {
	color: black
}

.box-element-generico:nth-child(odd) table.titolo span {
	color: #fff
}

.box-element-generico:hover table.titolo {
	background: #403e38
}

.box-element-generico:hover table.titolo span.title-section {
	color: #fff;
}

/* box quiz */

.box-element-quiz {
	margin-bottom: 15px
}

.box-element-quiz table.titolo {
	position: initial;
	bottom: initial;
	left: initial;
	margin-bottom: 15px;
	height: 52px;
}

.login-page .titolo {
	border-bottom: 8px solid #0eaaf5;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 25px;
	padding: 4px 0;
	font-family: "Noticia Text", sans-serif;
	font-size: 42px;
	color: #000;
}

.login-page .nocciolo {
	padding: 0 5%;
}

/*canale*/

/* --------- PAGINA INTERNA --------- */

.articolo-page .nocciolo .main.img-responsive {
	display: none !important;
}

.articolo-page .nocciolo .immagine-articolo {
	height: 350px;
	background-size: 100% auto;
	background-position: center -120px;
	background-repeat: no-repeat;
	margin-bottom: 25px
}

.articolo-page .nocciolo .wp-caption img {
	display: block;
	width: 100%;
	height: auto
}

.articolo-page .titolo {
    margin-bottom: 25px;
    padding: 4px 0;
    font-family: "Noticia Text", sans-serif;
    font-size: 42px;
    font-weight: 900;
    color: #000;
	text-align: center;
}

.app-android .testo .linkapk {
	font-weight: 700;
	font-size: 120%;
	padding-left: 1%
}


/* COLORI TESTO */

/* ---- calcio ---- */

.articolo-page.calcio .nocciolo strong, .articolo-page.calcio .nocciolo .testo-grassetto, .articolo-page.calcio .nocciolo a, .articolo-page.calcio .titolo {
	color: #fa8d00 !important
}

/* ---- cucina ---- */

.articolo-page.cucina .nocciolo strong, .articolo-page.cucina .nocciolo .testo-grassetto, .articolo-page.cucina .nocciolo a, .articolo-page.cucina .titolo {
	color: #89c702 !important
}

/* ---- lyfestyle e gossip ---- */

.articolo-page.lifestyle-gossip .nocciolo strong, .articolo-page.lifestyle-gossip .nocciolo .testo-grassetto, .articolo-page.lifestyle-gossip .nocciolo a, .articolo-page.lifestyle-gossip .titolo {
	color: #ec008c !important
}

/* ---- news ---- */

.articolo-page.news .nocciolo strong, .articolo-page.news .nocciolo .testo-grassetto, .articolo-page.news .nocciolo a, .articolo-page.news .titolo {
	color: #cb4031 !important
}

/* ---- quiz & games ---- */

.articolo-page.quiz-games .nocciolo strong, .articolo-page.quiz-games .nocciolo .testo-grassetto, .articolo-page.quiz-games .nocciolo a, .articolo-page.quiz-games .titolo {
	color: #00aeef !important
}

.testo p, .sign-description, .sign-title {
	font-size: 18px;
	text-align: justify;
}

.testo p a, .sign-description a, .sign-title a {
	color: #d70056;
}

.sign-title {
	font-weight: bold;
	text-transform: uppercase;
}

/* -------- TEST QUIZ ------------ */

.articolo-page.test-estensione .testo {
	margin: 0 0 15px 0;
}

.articolo-page.test-estensione .larghezza-test {
	/*max-width: 640px; margin-left: auto; margin-right: auto; margin-top: 15px*/
	width: 100%;
	padding: 5% 10% 2% 10%;
}

.articolo-page.test-estensione .titolo {
	text-align: center;
	font-size: 36px;
	color: #49c1b8 !important;
}

.articolo-page.test-estensione .immagine-articolo {
	/*height: initial; margin-bottom: 0*/
	height: initial;
	margin-bottom: 0;
	/*min-height: 33vh;*/
	background-size: cover;
	background-position: center top;
}

.articolo-page.test-estensione .nocciolo .main.img-responsive {
	display: block !important;
	width: 100% !important;
}

.articolo-page.test-estensione #header-sezione .container .header {
	max-width: 640px;
	margin: auto
}

.articolo-page.test-estensione #header-sezione {
	margin-bottom: 0
}

.articolo-page.test-estensione #header-sezione .nocciolo .immagine-articolo {
	margin-bottom: 15px
}

/* DOMANDE */

.domanda {
	margin-bottom: 15px
}

.domanda table {
	width: 100%
}

.domanda table tr td {
	vertical-align: middle;
}

.domanda table tr td.span-domanda {
	background-color: #49c1b8;
	border-bottom: 1px solid #fff;
	color: white
}

.domanda table tr td.span-domanda span {
	padding: 10px;
	line-height: 20px;
	display: block
}

.domanda fieldset {
	display: block;
	border: none;
	padding: 0;
	margin: 0
}

.domanda .risposte td {
	border-bottom: 1px solid #fff;
	position: relative;
}

.domanda .risposte input:checked~label, .domanda .risposte input:active~label, .domanda .risposte input:hover~label {
	background-color: #d3d3d3;
}

.domanda .risposte label {
	display: block;
	padding: 10px 30px 10px 10px;
	line-height: 20px;
	background-color: #eaeaea;
	margin-bottom: 0
}

.domanda .risposte input {
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7px;
	height: 14px
}

/* ESITO */

.immagine-esito {
	margin: 0;
	padding: 0
}

.esiti {
	margin-top: 15px;
}

.esiti h3 {
	font-size: 20px;
	margin: 10px 0
}

#test .buttons {
	padding: 25px 15px;
}

#test div.button.standard {
	text-align: center;
	font-size: 12px;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 5px 10px
}

#test button {
	display: block;
	margin: auto;
	border-radius: 7px;
	color: white;
	cursor: pointer;
	font-size: 19px;
	text-transform: uppercase;
	height: 48px;
	min-width: 160px;
	width: 70%;
	font-weight: 400;
	font-family: 'Dosis', sans-serif;
	line-height: 48px;
	border: none;
	background: #2370a9;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#2385b5, #22599c);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#2385b5, #22599c);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#2385b5, #22599c);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(#2385b5, #22599c);
	/* Standard syntax */
}

/* ASPECT RATIO IFRAME */

.video-virali .testo, .giochi-html-5 .testo {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.video-virali .testo iframe, .giochi-html-5 .testo iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

/* IFRAME RADIO */

.radio .testo iframe {
	max-width: 500px;
	display: block;
	width: 100%;
	height: 600px;
	margin: auto;
	border: 0
}

.meteo .testo iframe {
	display: block;
	width: 100%;
	height: 650px;
	margin: auto;
	border: 0
}

/* DIALOG */

.dialog {
	display: none;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 15000;
	background: white;
	padding: 40px 5px 5px 5px
}

.dialog .close {
	text-align: center;
	margin: 0 auto;
	width: 200px;
	padding: 8px 8px;
	background: #E6E6E6;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	font-size: 16px;
	display: block;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -108px;
	opacity: 1;
	filter: alpha(opacity=100);
}

/* --------- PAGINA LOG IN --------- */


.login-page input[type=button] {
	background-color: #ff42c4;
	box-shadow: 3px 3px 0px 0px #fafafa;
	padding: 10px 16px !important;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 6px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	border: 0;
    border-radius: 0;
    margin: 20px 0;
	width: fit-content;
	white-space: break-spaces;
}

.login-page input[type=button]:hover {
	background: #939393;
	color: #fff
}

.login-page table {
	width: 100%
}

.login-page table td {
	padding: 0;
	font-size: 18px;
	margin-bottom: 20px;
	float: left;
	line-height: 40px;
	width: 100%;
}

.login-page #form-login a {
	color: #d70056;
}

/* --------- PAGINA RICERCA TAG --------- */

#pagina-ricerca-tag {
	padding: 0.5%;
	border: 2px solid #666666;
	background: #D8D8D8;
	width: 72.6% !important;
	width: 72.2%;
	margin: 6px 25.5% 6px 0.5%
}

.elenco-tag-ricerca {
	float: left;
	width: 200px
}

.box-articolo-square {
	padding: 4px;
	background: white;
	margin: 2px 0;
	min-height: 82px
}

.box-articolo-square .img {
	float: left;
	margin: 0 4px 4px 0
}

#pagina-ricerca-tag .elenco-articoli {
	margin-left: 200px
}

/* -------- nav ---------- */

#nav ul.menu-nav {
	margin: 6px 0;
	padding: 4px;
	background: #FFFFFF;
	border: 1px solid #666666;
}

#nav ul.menu-nav li {
	margin: 0px;
	padding: 2px 4px;
	list-style-type: circle;
	list-style-position: inside
}

#nav ul.menu-nav a {
	color: #000033;
	font-weight: bold
}

#nav ul.menu-nav a:hover {
	text-decoration: underline;
	color: #000033;
	font-weight: bold
}

/* -------- extra ---------- */

#extra .box {
	background: #eee;
	padding: 3px
}

#extra .titolo {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 4px 2px 4px;
	margin: 0
}

.tag-elenco {
	float: left;
	padding: 2px 10px 2px 0;
	white-space: nowrap
}

.tag-elenco:last-child {
	padding: 2px 0;
}

#extra ul.menu-extra {
	margin: 0;
}

#extra ul.menu-extra li {
	margin: 0px;
	padding: 2px 4px;
	list-style-type: circle;
	list-style-position: inside
}

#extra ul.menu-extra a {
	color: #000033;
	font-weight: bold
}

#extra ul.menu-extra a:hover {
	text-decoration: underline;
	color: #000033;
	font-weight: bold
}

/* ---------- Briciole di Pane ---------- */

#briciole {
	padding: 4px 6px;
	background: #FFFFFF;
	border: 1px solid #ccc;
}

#briciole #benvenuto {
	font-size: 14px;
	font-weight: bold
}

/* ---------- Menu di Navigazione Home ---------- */

#navigazione {
	border: 1px solid #666666;
	margin: 5px;
	background: #FFFFFF;
	padding: 4px
}

#navigazione h1 {
	margin: 2px 0;
	font-size: 14px;
	color: #333333;
	text-align: left;
}

#navigazione .canale {
	margin-bottom: 4px;
	border: 1px dotted #FAA3A3;
	padding: 2px
}

#navigazione .canale .titolo {
	color: #666666;
	font-weight: bold
}

#navigazione .canale .titolo a {
	color: #666666;
}

#navigazione .canale .sezioni {
	color: #666666;
}

#navigazione .canale .sezioni {
	margin: 0;
	padding: 0
}

#navigazione .canale .sezioni li {
	margin: 0;
	padding: 0;
	list-style-type: none
}

/* ---------- Box Articolo ---------- */

.box-articolo {
	padding: 0;
	border: 0;
	background: #FFFFFF;
	margin-top: 6px;
}


.box-articolo .contenuto-articolo {
	position: absolute;
	top: 32px;
	width: 187px
}

.box-articolo h1 {
	color: #666666;
	font-size: 12px;
	margin: 0;
	padding: 4px 0
}

.box-articolo h1 a {
	color: #666666;
	text-decoration: none
}

.box-articolo h1 a:hover {
	color: #666666;
	text-decoration: underline
}

.box-articolo p {
	margin: 4px 0;
	padding: 0
}

.box-articolo p a {
	color: #333333
}


/* ---- Contenuto Articolo ---- */

.nocciolo iframe {
	width: 100%;
	border: antiquewhite;
	min-height: 100vh;
}

.nocciolo .testo img {
	width: 100%;
	height: auto;
}

/* -------- Box di segnalazione -------- */

#segnala-errori {
	margin: 12px 10px;
	width: 290px;
	height: 350px;
	overflow: hidden
}

/*dimensioni box: LxH : 334x360 px*/

#segnala-errori .intro {
	font-size: 16px;
	line-height: 18px;
	height: 36px;
	text-align: center;
	margin: -2px 0 6px 0;
}

#segnala-errori select {
	width: 289px;
	margin: 0;
	padding: 2px;
	border: 1px solid #CCC;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	height: 25px;
	line-height: 25px
}

#segnala-errori .label {
	padding: 6px 0 2px 0;
	font-size: 14px;
	font-weight: bold
}

#segnala-errori .invio-btn {
	height: 30px;
	line-height: 30px;
	padding-top: 10px;
}

#segnala-errori .invio-btn input {
	margin: 0;
	padding: 2px 15px;
	height: 23px;
	background: #272727;
	display: block;
	border-radius: 4px;
	color: #FFFFFF;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	border: none;
	text-transform: uppercase;
	font-size: 14px;
	float: right;
	cursor: pointer
}

#segnala-errori .campo-testo {
	width: 284px;
	margin: 0;
	padding: 2px;
	border: 1px solid #CCC;
	height: 20px;
	line-height: 20px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px
}

#segnala-errori textarea.campo-testo {
	height: 120px;
	margin: 0;
	padding: 2px;
	border: 1px solid #CCC;
}

/* ------- Box Archivo Articoli Sezione -------- */

.box-archivio {
	border: 1px solid #666666;
	margin: 5px;
	background: #FFFFFF;
	padding: 4px
}

.box-archivio h3, .box-archivio p {
	margin: 0;
	padding: 0
}

.banner-txt {
	background: #DFF4FF;
	border: 2px dashed #C7E1E7;
	margin: 4px 8px;
	padding: 4px;
	text-align: center
}

/* ---- Box Approfondimenti ---- */

.approfondimenti {
	/*text-align: center;*/
	margin-bottom: 10px;
	padding-left: 10px
}

.approfondimenti a {
	color: #003366;
	text-decoration: underline
}

.approfondimenti a:hover {
	color: #003366;
	text-decoration: none
}

/* ---------- Menu di navigazione Articoli Archivio --------- */

#archive-navigation {
	border-top: #00236f 1px solid;
	height: 32px;
	line-height: 32px;
	margin: 0px auto;
	font-family: "Trebuchet MS", sans-serif;
	clear: left
}

#archive-navigation #prev {
	float: left;
	margin-left: 12px
}

#archive-navigation #next {
	float: right;
	margin-right: 12px
}

#archive-navigation a {
	color: #104583;
	text-decoration: none;
	font-weight: bold
}

#archive-navigation a:hover {
	text-decoration: underline
}

/* ----------- Box Gallery ----------- */

.img-responsive {
    width: 100%;
}
.box-classic-gallery img, .box-full-gallery img {
	padding: 1px;
	background: none;
	border: none;
	float: left;
	margin: 0 6px 5px 6px;
	border: 1px solid #CCCCCC
}

.box-classic-gallery img.bestclear, .box-full-gallery img.bestclear {
	padding: 0;
	background: none;
	border: none;
	float: none;
	margin: 0;
	border: none
}

.box-classic-gallery, .box-full-gallery {
	margin: 3px auto
}

.box-classic-gallery h3, .box-full-gallery h3 {
	margin: 2px auto;
	padding: 0;
}

.box-full-gallery .divisorio {
	margin: 0;
	padding: 0;
	height: 0;
	width: auto
}

/* ----------- Box Gioco ------------- */

img.imgbig {
	display: block;
	float: none
}

.opzioni ul li {
	width: 100%
}

/* ---- Div Overlayer per privacy e gallery ---- */

#grigino-popup {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #000000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 100;
	cursor: pointer
}

#box-privacy, .box-overlayer {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 2000;
	background: #FFFFFF;
	border: 4px solid #999999;
	border-radius: 4px;
}

#box-privacy span, .box-overlayer span {
	overflow: auto;
	display: block;
	height: 100%;
	padding: 0 8px;
}

#box-privacy span p, .box-overlayer span p {
	margin: 0;
	padding: 6px
}

#close-button, .box-overlayer .close-button {
	position: absolute;
	top: -12px;
	left: -12px;
	display: block;
	z-index: 3000;
	cursor: pointer
}

/* ---- Box Gallery ---- */

#box-content-gallery {
	z-index: 1000;
	padding: 8px 25px;
	border: 4px solid #999999;
	border-radius: 4px;
	position: absolute;
	top: 25px;
	left: 50%;
	width: 590px;
	margin-left: -307px;
	background: white;
}

#thumbs {
	float: right;
	width: 70px
}

#foto {
	width: 500px
}

#close-button-gallery {
	position: absolute;
	top: -12px;
	right: -12px;
	display: block;
	z-index: 3000;
	cursor: pointer
}

.selectedLink {
	text-decoration: underline
}

/* ==========================================================================

   22. FOOTER

   ========================================================================== */

#footer {
	padding-top: 40px !important;
	width: 100%;
	float: left;
	bottom: 0;
	position: relative;
	overflow: hidden;
}
#footer:before {
    content: " ";
    display: block;
    opacity: 0.3;
    position: absolute;
    z-index: 0;
    height: 250px;
    width: 253px;
    right: -70px;
    top: -10px;
    background: url("/stili/locali/logo_ico.png") no-repeat center center;
    background-size: cover;
    pointer-events: none;
}
#footer .container {
	padding: 30px 0;
	background-color: #000;
	width: 100%;
}

#footer .container::before {
    display: block;
    height: 50px;
    width: 172px;
    margin: auto;
	content: "";
	background-image: url("/stili/locali/logo.png") ;
    background-size: contain;
    background-repeat: no-repeat;
}
/*------------------------------------------*/

/*	 FOOTER COPYRIGHT

/*------------------------------------------*/

#footer_copyright p {
	color: #666;
	line-height: 26px;
	margin-bottom: 0;
	margin-left: 7px;
	text-align: center;
}

#footer_copyright p span {
	color: white;
	font-weight: 700;
}

/*------------------------------------------*/

/*	 FOOTER LINKS

/*------------------------------------------*/

.contact-socials {
	display: inline-block;
	padding-left: 0;
	width: 100%;
	text-align: center;
}

.contact-socials li {
	width: auto !important;
	display: inline-block !important;
	vertical-align: top;
	clear: none !important;
	padding: 0;
}

.foo_link {
	display: inline-block;
    margin: 16px 16px 0;
    padding: 6px 10px;
    font: 600 16px "Noticia Text", sans-serif;
    text-transform: uppercase;
    color: #fff;
    background: #e0352f;
	transition: 0.5s;
}

.foo_link:hover {
	color: #fff;
	opacity: 1;
	transition: 0.5s;
}

/* --------- elementi comuni ----------- */

/* FORM */

.wrap-campo {
	border: 0;
	border-radius: 0;
	color: #606366;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	position: relative;
	border-radius: 0;
	margin-bottom: 10px;
	background-color: #fff;
}

.wrap-campo .campo-testo {
	background-color: #fff;
	border: 0 none;
	color: #606366;
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	width: 100%;
}

/* Menu di navigazione commenti o articoli archivio */

/* ---------- Menu di navigazione Articoli Archivio --------- */

#navigazione-pagine {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    margin: 15px !important;
    padding: 0 !important;
    background-color: #eee;
    max-width: 1170px;
}


#navigazione-pagine #next, #navigazione-pagine #prev  {
	display: flex;
    margin: 0;
    padding: 8px 16px;
    font: 900 22px "Noticia Text", sans-serif;
    text-transform: uppercase;
    color: #fff;
    background: #e0352f;
    justify-content: center;
    align-items: center;
    color: #fff;
}
#navigazione-pagine #next a, #navigazione-pagine #prev a {
	color: #fff;
} 

#navigazione-pagine a.n-pagina {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	height: 26px;
	width: 34px;
	text-align: center;
	line-height: 26px;
	margin-top: 5px
}

#navigazione-pagine a.n-pagina:hover {
	text-decoration: underline
}

#navigazione-pagine .selezionata {
	height: 26px;
	width: 26px;
	background: #333;
	color: white;
	line-height: 26px;
	text-align: center;
	margin-top: 5px;
	display: none !important;
}

#navigazione-pagine.archivio {
	display: flex;
    justify-content: space-between;
    margin: 0 !important;
}

.navigation {
	text-transform: uppercase;
	height: 28px;
	line-height: 28px
}

.archivio .navigation {
	text-transform: uppercase;
	font-size: 14px
}

.navigation .prev {
	float: left;
}

.navigation .prev * {
	float: left;
	display: block;
	margin-right: 6px
}

.navigation .next {
	float: right;
}

.navigation .next * {
	float: right;
	display: block;
	margin-left: 6px
}

.navigation a {
	color: #333333;
	text-decoration: none;
	font-weight: bold
}

.navigation a:hover {
	text-decoration: underline
}

a img {
	border: none
}

.carousel-indicators {
	bottom: -12px;
}

.carousel-indicators li {
	border-radius: 0;
	height: 5px;
	background-color: 1px solid #ccc !important;
}

.carousel-indicators .active {
	height: 5px;
	background-color: #d70056;
}

/* HACK RESTYLING */



.bg-img {
	background-color: #d70056;
	position: absolute;
	top: 0px;
	right: -20%;
	width: 100%;
	height: 100%;
	-webkit-transform: skewX(-7deg);
	-moz-transform: skewX(-7deg);
	-ms-transform: skewX(-7deg);
	-o-transform: skewX(-7deg);
	transform: skewX(-7deg);
}

#content.category-list .container, .sezione-page .article-list .container, .archivio-page .article-list .container {
	float: left;
	width: 100%;
	position: relative;
	padding: 20px;
	overflow: hidden;
}

.login-page #content.login {
	float: left;
	width: 100%;
	position: relative;
	padding: 50px 0 50px;
	overflow: hidden;
}

.sezione-page .article-list .container, .archivio-page .article-list .container, .articolo-page .article-content .container {
	padding: 20px;
}


.container.full-content {
	width: 100%;
	padding: 0;
}

.title-section {
	position: absolute;
}

#content.category-list h2, #content.category-list h1 {
	text-align: center;
	color: #666;
}

#content.category-list h2 {
	padding-bottom: 25px;
}

.sezione-page .container {
	position: relative;
}

.articles {
    max-width: 70%;
	display: flex;
    flex-direction: column;
}

.ultime-news {
    max-width: 30%;
	margin: 0;
}
.ultime-news .box-articolo-wrap {
	display: flex;
    flex-direction: column;
    width: 100%;
    padding-right: 0;
}
.ultime-news .immagine {
	display: block;
	background-position: center;
}
.ultime-news .box-articolo {
	display: block;
    position: relative;
    margin: 15px 0;
    padding: 15px;
    background-color: #eee;
}
.ultime-news .box-articolo .link-articolo {
	padding: 1rem 1rem 2.5rem;
	border-bottom: 2px solid #aaa;
	font: 700 24px/30px "Noticia Text", sans-serif;
	text-align: center;
	color: #000 !important;
}
.ultime-news .box-articolo-wrap::before {
    position: absolute;
    padding: 4px;
    right: 4px;
    top: -4px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    background-color: #e0352f;
    content: "Top content";
    z-index: 1;
}
.carousel-control {
	display: none;
}



a.immagine {
	height: 25vh;
	display: block;
}

.articolo-page .carousel {
	position: relative;
	min-height: 30vh;
}

.box-articolo table {
	width: 100%;
}

.box-articolo h4 a, .box-articolo a {
	color: #000 !important;
	text-align: center;
	width: 100%;
	display: block;
}

.box-articolo a {
	color: #d70056 !important;
	background-size: cover;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	padding: 0 10px;
}


.title-section {
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    text-shadow: 0 0px 24px rgba(0, 0, 0, 0.8);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 41px;
    letter-spacing: -2px;
}

#navigazione-pagine .selezionata, #navigazione-pagine a.n-pagina, #navigazione-pagine a.n-pagina:hover {
	height: 37px !important;
    width: 37px !important;
    background: #e0352f;
    color: white;
    margin: 5px;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

#navigazione-pagine a.n-pagina {
	background-color: #fff;
	color: #606060;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	display: none;
}

.login-page #content {
	min-height: calc(100vh - 185px);
}

#recupera-password {
	margin-top: 30px;
	float: left;
    width: 100%;
}

#form-login, .recupera-password, #login {
	background-color: #000;
	float: left;
	width: 100%;
	padding: 20px;
	color: #fff;
	-webkit-box-shadow: 0 3px 7px 2px rgba(0,0,0,0.4);
    box-shadow: 0 3px 7px 2px rgba(0,0,0,0.4);
}
#login .h3 {
	color: #0eaaf5;
	font-size: 36px;
}
#footer_socials {
	float: right;
}

.messaggio-thankyou, .messaggio-prefisso {
	color: #fff !important;
	font-weight: normal;
	display: none;
	font-size: 18px;
	float: left;
	width: 100%;
	background-color: #7cc83f;
	border-radius: 0;
	padding: 5px 20px;
	margin: 20px 0;
}
.messaggio-thankyou a, .messaggio-prefisso a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
.messaggio-prefisso, .messaggio-password-empty, .messaggio-errore-empty {
	color: #fff;
	float: left;
	width: 100%;
	padding: 5px 20px;
	margin: 20px 0;
	background-color: #ff0000;
}

.testo {
	font-size: 18px;
}

span.glyphicon.glyphicon-chevron-down {
	position: fixed;
	top: 90vh;
	width: 100%;
	height: auto;
	z-index: 100;
	text-align: center;
}

.glyphicon-chevron-down:before {
	content: "\e114";
	font-size: 49px;
	text-shadow: 0px 10px 20px;
	color: #353738;
}

input.new-user {
	float: left;
	margin-top: 20px !important;
	padding: 20px 0 15px 0 !important;
	width: 290px;
	color: #fff;
}

/* sezione ricompense */
.recompensas-box {
    background-color: #050505;
    color: #fafafa;
	margin-bottom: 20px;
    -webkit-box-shadow: 0 3px 7px 2px rgba(0,0,0,0.4);
    box-shadow: 0 3px 7px 2px rgba(0,0,0,0.4);
	padding: 15px;
}
.recompensas-box h1	{
	color: #0eaaf5;
}
.recompensas-box h2	{
	font-size: 32px;
	color: #ff42c4;
	font-weight: bold;
}

.recompensas-list {
    display: flex;
    justify-content: center;
}
.recompensas-price {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}
.recompensas-price h1	{

	font-size: 32px;
	color: #ff42c4;
	font-weight: bold;
	display: block;
	margin: 10px auto 5px;
	padding: 10px;
	width: calc(100% - 20px);
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.recompensas-single-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px auto;
    align-items: center;
}
.recompensas-single-price h3 {
	text-align: center;
    font-size: 21px;
}
.recompensas-single-price span {
	background-color: #ff42c4;
    box-shadow: 3px 3px 0px 0px #fafafa;
	padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

a.get_prize {
    display: inline-block;
    margin: 16px 16px 0;
    padding: 6px 10px;
    font: 600 16px "Noticia Text", sans-serif;
    text-transform: uppercase;
    color: #fff;
    background: #e0352f;
	cursor: pointer;
	text-align: center;
}
.prize-images {
    width: 100%;
    height: auto;
	padding: 10px;
	margin: 10px;
}

/* stilizzazione quiz */
#start_step, #questions {
    background-color: #fdfdfd;
    text-align: center;
}
#start_step img {
	max-width: 640px;
}

#start_step div p {
    text-align: center;
    margin: 20px auto;
    padding: 0 16px;
    font: 600 2rem "Noticia Text", sans-serif;
}

#questions {
	max-width: 640px;
	margin: 0 auto;
}
#questions > div {
    padding: 0;
}
#progress {
    display: flex;
    justify-content: space-between;
	font-size: 28px;
    font-weight: 900;
}
#points {
	color: #e0352f;
}

#end_game_text {
	padding: 16px;
    font-size: 30px;
    line-height: 1.2;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    text-align: left;
    font-weight: bold;
}
.answer {
	height: 6em !important;
    background: #e0352f;
    margin-bottom: 4px !important;
    display: flex;
    border: 5px solid #fff;
    justify-content: left;
    align-items: center;
    flex-direction: row;
    color: #fff;
    font-size: 18px !important;
    font-weight: bold;
	float: left;
    width: 50%;
	padding: 20px;
	position: relative;
	min-height: 80px !important;
}
.answer:hover {
    background-color: #000;
}
.wrong-answer {
    background-color: #000;
}
.wrong-answer::before, .right-answer::before {
	font-family: "FontAwesome";
    font-size: 28px !important;
    right: 5px !important;
    font-weight: normal !important;
    position: absolute !important;
    top: 0px !important;
}
.wrong-answer::before {
	content: "\f00d" !important;
}
.right-answer {
    background-color: green !important;
}
.right-answer::before {
	content: "\f00c" !important;
}
#form-disiscrizione {
	text-align: center;
}
#form-disiscrizione li {
    list-style: none;
    padding: 10px 0;
}

.comecar, #reload, .btn-primary, #form-disiscrizione input {
	display: inline-block;
	margin: 0;
	padding: 8px;
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 2px;
	font: 900 18px "Noticia Text", sans-serif;
	color: #fff;
	background: #e0352f;
	width: fit-content;
    margin: 20px auto;
}
.btn-primary {
    border-radius: 0;
    border: 0;
	margin: 0;
	width: fit-content !important;
	min-width: 25%;
}

#results {
    display: flex;
    flex-direction: column;
	position: relative;
}
#end_game {
	position: relative;
    max-width: 640px;
    margin: 0 auto;
}
#end_game_text {
    width: 100%;
}
#result_points, #result_media, #result_answers, #result_grade {
	font: 900 27px "Noticia Text", sans-serif;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    text-align: center;
}
#result_grade {
	color: #e0352f;
	font-size: 40px;
}
#result_text {
    padding: 50px 20px;
    text-align: justify;
}

/* open quiz*/
.answer-openquiz {
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
}
.answer-openquiz .answer_text {
    border-top-left-radius: 5px;
    border: 1px solid #999;
    border-bottom-left-radius: 5px;
	width: 100%;
	padding: 0 10px;
	color: #000;
}
.answer-openquiz .answer_text:focus {
    border: 1px solid #008BF5;
    outline: none;
}
.answer-openquiz .send {
	color: #fff;
    background-color: #008BF5;
    border-top-right-radius: 5px;
    border: 0;
    border-bottom-right-radius: 5px;
}

.answer-bottom-openquiz .hint {
	background-color: transparent;
    border-color: #999;
    color: #000;
    border-radius: 5px;
    border: 1px solid;
    margin: 10px;
}
.answer-bottom-openquiz .hint:hover {
	background-color: #e0352f;
	border-color: #e0352f;
	color: #fff;
}

.answer-bottom-openquiz .skip {
    background-color: transparent;
    border-color: #008BF5;
    color: #008BF5;
	border-radius: 5px;
	border: 1px solid;
	margin: 10px;
}
.answer-bottom-openquiz .skip:hover {
	background-color: #e0352f;
	border-color: #e0352f;
    color: #fff;
}

/* risposta openquiz */
.answer-image {
	display: flex;
    flex-direction: column;
	position: relative;
}
.answer-correct {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 16px;
    font-size: 30px;
    line-height: 1.2;
    background: rgba(0,0,0,0.5);
    width: 100%;
    justify-content: left;
    text-align: left;
	font-weight: bold;
}
.saltaste-pregunta {
	color: #000;
    padding: 16px 0 8px;
    font-size: 28px;
    display: flex;
    flex-direction: column;
    margin: 20px auto;
	font-weight: bold;
}
.saltaste-pregunta button {
	margin: 20px auto;
}

.show-hint {
    color: #008BF5;
    font-size: 32px;
    padding: 40px;
    flex-direction: column;
}
.canale-page .titles {
    display: none;
}
.canale-page .ultime-news {
    display: none;
}
.login-page #content.login, .profilo-utente #content {
	background-color: #fff;
	float: left;
	width: 100%;
	position: relative;
	padding: 0;
	padding-bottom: 20px;
	overflow: hidden;
  }
  
  .profilo-utente .container {
	padding: 0;
  }
  .profilo-utente .panel-default {
	border: 0;
	box-shadow: none;
	padding: 20px 0px 10px 0px;
	border-radius: 0;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	background-color: transparent;
  }
  
  .profilo-utente .panel-heading {
	border-radius: 0;
	padding: 0;
	line-height: 40px;
  }
  
  .profilo-utente .panel-body, .profilo-utente #form-login {
	padding: 0;
  }
  
  .profilo-utente .input-group-addon {
	background-color: transparent;
	border: 0;
	text-align: left;
	padding: 0;
	font-size: 18px;
	margin-bottom: 20px;
	float: left;
	line-height: 40px;
	color: #fff;
  }
  
  .profilo-utente .input-group {
	display: block;
  }
  
  .profilo-utente .input-group .form-control {
	border: 1px solid #000;
	border-radius: 0;
	height: 40px;
	line-height: 40px;
	color: #000;
  }
  
  .profilo-utente .post-form {
	padding-top: 20px;
  }
  
  .profilo-utente .form-group {
	margin-bottom: 15px;
	float: left;
	width: 100%;
  }

  #disiscrizione .messaggio-errore-empty {
    color: #fff;
	}
.foto-articolo {
	width: 50%;
	display: flex;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.recompensas-list {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	#navigazione-pagine #next a, #navigazione-pagine #prev a {
		font-size: 18px;
		letter-spacing: -1px;
	}
	.box-wrap.articoli {
		padding: 0;
	}
	.immagine-box span {
		padding: 10px;
		font-size: 22px;
	}
	#end_game_text {
		font-size: 18px;
	}
	.answer {
		width: 100%;
		height: auto !important;
	}
	.box-element-generico {
		width: 100%;
	}
	.navbar-header {
		width: 100%;
		padding: 0;
		min-height: 110px;
	}
	.navbar-default .navbar-toggle {
		border-color: #ddd;
		margin: 20px 0;
		background-color: #e0352f;
		border: 0;
		border-radius: 0;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	
	}
	.navbar-collapse {
		margin: 20px !important;
		width: calc(100% - 40px);
		padding: 0;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	
	}
	
	.nav.navbar-nav.centrale {
		display: flex;
		flex-direction: column;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	
	}
	.nav.navbar-nav.centrale li {
		position: relative;
		display: block;
		width: 100%;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	
	}
	.navbar-default .navbar-right {
		top: 55px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	#content.category-list .container, .sezione-page .article-list .container, .archivio-page .article-list .container {
		padding: 20px;
	}
	#footer {
		padding-top: 0;
	}
	.title-section {
		font-size: 18px;
	}
	.box-wrap.root .box-element {
		height: 30vh;
		font-size: 7em;
		overflow: hidden;
		text-align: center;
		padding: 0;
		width: 50%;
	}
	.navbar-default .navbar-nav>li>a.login, .navbar-default .navbar-nav>li>a.login:hover {
		top: -10px;
		right: 10px;
	}
	.navbar-brand img {
		top: 35px;
		left: 50%;
		margin-left: -95px;
		position: absolute;
	}
}
@media only screen and (max-width: 992px) {
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-collapse.collapse.in {
		display: block !important;
	}
	.box-wrap.root .box-element {
		height: 30vh;
		font-size: 7em;
		overflow: hidden;
		text-align: center;
		padding: 0;
		width: 50%;
	}
	.navbar-header {
		width: 100%;
		padding: 0;
		min-height: 110px;
	}
	.navbar-default .navbar-toggle {
		border-color: #ddd;
		background-color: #e0352f;
		border: 0;
		border-radius: 0;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
		display: block;
		z-index: 10000;
		margin-top: 15px;
	}

	.navbar-collapse {
		margin: 20px !important;
		width: calc(100% - 40px);
		padding: 0;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	
	}
	
	.nav.navbar-nav.centrale {
		display: flex;
		flex-direction: column;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	
	}
	.nav.navbar-nav.centrale li {
		position: relative;
		display: block;
		width: 100%;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	
	}
	.navbar-default .navbar-right {
		top: 55px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}

	.navbar-default .navbar-nav>li>a.login, .navbar-default .navbar-nav>li>a.login:hover {
		top: -10px;
		right: 10px;
	}
	.navbar-brand img {
		top: 35px;
		left: 50%;
		margin-left: -95px;
		position: absolute;
	}

	.ultime-news {
		display: none;
	}
	.articles {
		max-width: 100%;
		margin: 0 15px;
	}
}

.contact-socials li:nth-child(4) {
    display: none !important;
}

#result_media {
    display: none;
}

a.play {
	background-color: chartreuse;
	border-radius: 10px;
	margin: 0 auto;
	display: flex;
	color: #000;
	font-weight: bold;
	font-family: 'Noticia Text', sans-serif;
	font-size: 40px;
	justify-content: center;
	max-width: 290px;
}