html {
	font-family: sans-serif;
	/* 2 */
	-ms-text-size-adjust: 100%;
	/* 3 */
	-webkit-text-size-adjust: 100%;
	/* 3 */
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
}
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,font,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,figure {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	color: #333333;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.25em;
	display: block;
	width: 100%;
	box-sizing: border-box;
	overflow-x:hidden;
}
.cookieBar {
	background-color: rgba(22, 158, 236, 0.92);
	color: white;
	line-height: 33px;
	position: fixed;
	text-align: center;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	width: 100%;
	z-index: 1001;
}
@media (max-width: 991px) {
	.cookieBar {
    	padding: 0.75rem;
	}
}
div {
	box-sizing: border-box;
}
.cookieBar button {
    -webkit-appearance: button;
    color: #fff;
    background-color: #007bff;
    border: 1px solid #007bff;
    border-radius: .25rem;
	cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
	margin: .75rem;
    padding: .375rem .75rem;
    text-align: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}
img {
	border: none;
	width: 100%;
	max-width: 100%;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
fieldset {
	border: none;
	padding: 10px;
}
hr {
	border: none;
	border-bottom: 1px solid #ccc;
	width: 90%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', sans-serif;
}
h1 {
	color: #005A85;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 0.005em;
	margin: 3px 0 0 0;
}
h2 {
	color: #005A85;
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: -0.02em;
	line-height: 1.1em;
	margin: 2px 0 0 0;
}
h3 {
	color: #363636;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.003em;
	margin: 0 0 6px 0;
	padding: 0;
}
h4 {
	color: #005A85;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.045em;
	margin: 0;
	padding: 0;
}
h5 {
	color: #0a0a0a;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.003em;
	margin: 0;
	padding: 0;
}
h6 {
	color: #005A85;
	font-size: 0.85em;
	font-weight: bold;
	letter-spacing: 0.02em;
	margin: 0;
	padding: 0;
}
ul,
ol {
	padding-left: 15px;
}
li {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
ul ul,
ul ol,
ol ol,
ol ul {
	margin-left: 1em;
	padding-left: 0;
}
ul li,
ol li {
	margin-left: 1em;
}
li li {
	margin-left: 1em;
}
pre {
	background: #f2f2f2;
	border-color: #d8dfea;
	border-style: solid;
	border-width: 1px 1px 1px 3px;
	color: #060;
	font-family: monospace;
	font-size: 13px;
	margin: 18px;
	overflow: auto;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-top: 7px;
}
/* cms */

#central {
	background: #fff;
}
#central::after {
	content: '';
	clear: both;
	display: block;
	width: 100%;
}
.sectiontableheader {
	font-weight: bold;
	padding: 3px;
	line-height: 25px;
	text-align: left;
}
.componentheading {
	border-bottom: 1px solid #ccc;
	color: #596072;
	font-family: "Oswald", sans-serif;
	font-size: 2em;
	font-weight: 100;
	letter-spacing: -0.01em;
	line-height: 1.3em;
	margin: 3px 0 10px 0;
	text-transform: uppercase;
}
.contentheading {
	color: #596072;
	display: block;
	font-size: 2rem;
	letter-spacing: -0.01em;
	line-height: 1.25;
	margin: 1rem 0 .25rem 0;
}
footer a {
	color: #169eec;
}
.contentheading a {
	color: #005a85;
}
.contentpaneopen {
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 4px 0;
}
.column_separator {
	padding-left: 20px;
}
#gallery img {
	max-width: inherit !important;
	width: inherit !important;
}
.article_separator {
	line-height: 20px;
}
a.readon {
	background: url("../images/readon-spaced.png") right center no-repeat;
	background-color: #008ce1;
	color: #fff;
	float: right;
	font-size: 0.8em;
	line-height: 19px;
	margin-bottom: 15px;
	padding: 2px 17px 2px 8px;
}
.author,
.createdate,
.modifydate small,
.small,
.smalldark {
	color: #999;
	font-size: 0.7em;
}
.sectiontablefooter {
	padding-bottom: 8px;
}
tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td,
td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
	padding: 6px 5px;
	text-align: left;
	vertical-align: middle;
}
tr.sectiontableentry0 td,
td.sectiontableentry0,
tr.sectiontableentry1 td,
td.sectiontableentry1,
tr.sectiontableentry2 td,
td.sectiontableentry2 {
	height: 30px;
}
.moduletable.round,
.moduletable-dark.round,
.moduletable-blue.round,
.moduletable-green.round,
.moduletable-red.round {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.moduletable {
	margin-top: 10px;
	padding: .865rem;
	background: #fefefe;
	border: 1px solid #f0f0f0;
}
.moduletable-dark,
.moduletable-blue,
.moduletable-green,
.moduletable-red {
	margin: 0 0 10px;
	padding: 0;
}
.moduletable-frame,
.moduletable-noframe {
	color: #666;
	margin-top: 10px;
	overflow: visible;
	padding: 0;
	position: relative;
}
.moduletable h3,
.moduletable-blue h3,
.moduletable-dark h3,
.moduletable-frame h3,
.moduletable-green h3,
.moduletable-noframe h3,
.moduletable-red h3 {
	color: #596072;
	font-size: 1rem;
	font-weight: bold;
	padding-bottom: .5rem;
	text-transform: uppercase;
	margin: 0 0 10px;
	border-bottom: 1px solid #596072;
	font-family: 'Oswald', sans-serif;
}
.moduletable-red h3 {
	color: #a6b6dd;
	border-bottom: 1px solid #a6b6dd;
	padding: .5rem;
}
.moduletable-green h3 {
	color: #484;
	text-shadow: 0 1px 0 #7B7;
}
.moduletable-blue h3 {
	color: #448;
	text-shadow: 0 1px 0 #77B;
}
.moduletable .small,
.moduletable-blue .small,
.moduletable-dark .small,
.moduletable-frame .small,
.moduletable-green .small,
.moduletable-noframe .small,
.moduletable-red .small {
	color: #aaa;
	font-size: 0.8em;
}
.moduletable-noframe h3 {
	margin: 0;
}
.moduletable-dark {
	background: #666;
	color: #ccc;
}
.moduletable-dark h3 {
	background: url("../images/module-title-dark-bg.png") repeat-x 50% bottom;
	color: #fff;
}
.moduletable a {
	color: #596072;
}
.moduletable-dark a {
	color: #9cf;
}
.moduletable-dark .small {
	color: #ddd;
}
.moduletable-blue {
	color: #333;
	background: #f0f0f0;
	border: 1px solid #d0d0d0;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}
.moduletable-green {
	background-color: #6A6;
	border: 1px solid #61A661;
	color: #ccc;
}
.moduletable-red {
	background-color: #596072;
	border: 1px solid #596072;
	color: #fff;
	padding: 0;
}
.moduletable-blue a,
.moduletable-green a {
	color: #333;
}
.moduletable-red a {
	color: #a6b6dd;
}
.moduletable-blue .small {
	color: #fff;
}
.moduletable-green .small {
	color: #fff;
}
.moduletable-red .small {
	color: #fff;
}
.inputbox {
	background: #FFF url("../images/input-bg.png") repeat-x left top;
	border: 2px solid #bbb;
	color: #5a5a5a;
	padding: 3px 5px;
}
.inputbox.error {
	border: 2px solid #b00;
}
.search-frame,
.search {
	height: 27px;
	overflow: hidden;
	width: 100%;
}
.search-frame input.button-frame,
.search input.button {
	border: none;
	float: right;
	height: 27px;
	width: 4.5rem;
	display: block;
}
#mod_search_searchword {
	background: white url(../images/search-lens.png) 7px center no-repeat;
	border: 2px solid #ccc;
	color: #777;
	float: left;
	font-size: 0.9em;
	height: 19px;
	line-height: 19px;
	padding: 2px 5px 2px 25px;
	width: calc(100% - 7.25rem);
	display: block;
}
#mod_search_searchword.loading {
	background: white url("../images/loading-13.gif") 7px center no-repeat;
}
#searchForm {
	margin-bottom: 20px;
}
.searchintro {
	color: #555;
	font-size: 0.85em;
}
div.searchResultPaginationHead {
	color: #777;
	font-size: 0.8em;
}
table.searchResultList {
	width: 100%;
}
a.searchResultTitle {
	font-size: 1.5rem;
	line-height: 1.25
}
div.searchResultText {
	color: #333;
	font-size: .865rem;
	line-height: 1.25;
	margin-top: .55rem;
	margin-bottom: .75rem;
}
.searchResultItem .small {
	text-transform: uppercase;
	font-size: .75rem;
}
#system-debug {
	background-color: #fff;
	overflow: hidden;
	padding: 18px;
}
#system-debug h4 {
	margin: 18px 0;
}
#system-message {
	background: #000;
	border-left: 10px solid #006FC6;
	border-right: 10px solid #006FC6;
	margin-bottom: 15px;
	padding: 20px;
	z-index: 10;
}
#system-message div,
#system-message dt,
#system-message dd,
#system-message ul,
#system-message dd ul,
#system-message dt ul {
	color: #fff;
	background: none;
	border: none;
	font-family: Arial, Tahoma, Calibri, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 5px;
	text-align: center;
}
#system-message ul,
#system-message li {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}
#system-message dt.error,
#system-message dt.notice,
#system-message dt.message {
	font-weight: bold;
}
#system-message li {
	color: #ddd;
	list-style: none;
	text-align: left;
}
#system-message dd.error ul {
	background: none;
	border: none;
	color: #fff;
}
.hastip {
	background: #333;
}
.tool-tip {
	background: #212121;
	border: 1px solid #111;
	float: left;
	max-width: 200px;
	padding: 5px;
}
.tool-title {
	border-bottom: 1px solid #666;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	margin-top: -15px;
	padding-bottom: 5px;
	padding-top: 15px;
	text-align: right;
}
.tool-text {
	color: #fff;
	font-size: 0.9em;
	line-height: normal;
	padding: 10px;
}
/* page parts */

#head {
	height: 84px;
	left: 0;
	padding-bottom: 9px;
	position: absolute;
	top: 0;
	width: 100%;
}
#page {
	margin: 0 auto;
	position: relative;
	width: 100%;
}
#top {
	color: #fff;
	height: 2rem;
	line-height: 1rem;
	padding: .25rem 7rem .25rem .25rem;
	background: #fff;
	width: 100%;
	max-width: 64rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-right: 7rem;
}
#central {
	width: 100%;
	max-width: 64rem;
	margin-left: auto;
	margin-right: auto;
}
#top ul.menu {
	float: right;
	font-size: 0.77em;
	list-style-type: none;
	margin: 0 .75rem 0 0;
	padding: 0;
}
#top ul.menu li {
	border-left: 1px solid #596072;
	float: left;
	font-family: 'Lato', sans-serif;
	padding-left: .5rem;
	padding-top: .125rem;
	font-size: .75rem;
	text-transform: uppercase;
}
#top ul.menu li:FIRST-CHILD {
	border: none;
}
#top ul.menu li a:link,
#top ul.menu li a:visited,
#top ul.menu li a:active {
	color: #169eec;
}
#top ul.menu li a:hover {
	color: #333;
}
#menu {
	height: 2rem;
	margin-bottom: 10px;
	/*overflow: hidden;*/
	width: 100%;
	max-width: 64rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#menu > ul.menu {
	font-size: 0.8em;
	list-style-type: none;
	margin: 0;
	margin-left: 0;
	padding: 0;
	position: static;
}
#menu > ul.menu > li {
	background: url('../images/menu-sep.png') left center no-repeat;
	display: inline;
	float: left;
	height: 2rem;
	margin: 0;
	padding: 0 0 0 2px;
}
#menu > ul.menu > li:FIRST-CHILD {
	background: none;
}
#menu > ul.menu > li > a {
	color: #fff;
	display: block;
	font-family: "Lato", sans-serif;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	padding: 10px 16px 8px 16px;
	text-transform: uppercase;
}
.logo-space {
	width: 20rem;
	float: left;
	position: relative;
	display: table;
	align-self: center;
}
#menu > ul.menu > li.active > a {
	background: #fff;
	color: #333;
}
#menu > ul.menu > li > a:HOVER {
	text-decoration: none;
}
#menu > ul.menu > li.parent > a > span {
	background: url("../icons/arrowExpand.png") right 5px no-repeat;
	padding-right: 11px;
}
#menu > ul.menu > li.parent > ul {
	display: none;
	/*filter: alpha(opacity = 95);*/
	list-style-type: none;
	margin: 0;
	/*opacity: 0.95;*/
	position: absolute;
	width: auto;
	width: 20rem;
	z-index: 50;
	top: 32px;
	right: 0;
	text-transform: uppercase;
	background: #596072;
}
#menu > ul.menu > li.parent > ul > li {
	background-color: #596072;
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: .5rem;
}
#menu > ul.menu > li.parent > ul > li:not(:last-child) {
	border-bottom: 1px solid #4c5363;
}
#menu > ul.menu > li.parent > ul > li a {
	color: #fff;
}
#menu > ul.menu > li.parent > ul > li.active {
	background-color: #00ACFE;
	border-color: #11BCFF #00ACFE #009CEE;
}
#logo {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
@media all and (min-width: 769px) {
	#logoLink-desktop {
		left: 0;
		top: 0;
		width: calc(100% - 10rem);
		height: 100%;
		right: 0;
		position: absolute;
		display: table-cell;
	}
	.link-header {
		width: 9.5rem;
		float: right;
		padding: 0 1rem 0 .5rem;
		display: table-cell;
		border-left: 1px solid #999;
	}
}
@media all and (max-width: 767px) {
	#logoLink-desktop {
		left: 0;
		top: 0;
		width: calc(100% - 9rem);
		height: 100%;
		right: 0;
		position: absolute;
		display: table-cell;
	}
	.logo-space {
		display: none !important;
	}
	.link-header {
		width: 8rem;
		float: right;
		padding: .25rem 1rem 0 .5rem;
		display: table-cell;
		vertical-align: middle;
	}
	#logoLink-desktop #logo {
		height: 4rem !important;
	}
}
.social-link-header {
	font-size: 1.25rem;
}
.social-link-header a {
	color: #fff;
	margin-right: .25rem;
	background: #169eec;
	font-size: .75rem;
	width: 1.25rem;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 10px;
}
.social-link-header a:last-child {
	margin-right: 0 !important;
}
.direttore-header {
	color: #596072;
	font-size: .7rem;
	line-height: 1.25;
	margin-top: .5rem;
	font-family: 'Oswald', sans-serif;
}
.direttore-header strong {
	font-family: 'Lato', sans-serif
}
#logoLink-mobile {
	width: 6rem !important;
	position: relative;
	height: 3rem;
	display: block;
	float: left;
	top: -.75rem;
	left: .5rem;
}
#logoLabel {
	cursor: help;
	height: 24px;
	left: 165px;
	position: absolute;
	top: 21px;
	width: 33px;
}
#logoDialog {
	display: none;
	font-size: 0.75em;
}
.ui-dialog-title {
	font-family: "Avant Garde", "Century Gothic", sans-serif;
	font-size: 16px;
	font-weight: 100;
	text-transform: uppercase;
}
#printLogo {
	display: none;
}
#upperModules {
	overflow: hidden;
	padding: .25rem .5rem;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	max-width: 64rem;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: .5rem !important;
}
#latest {
	border: 1px solid #596072;
}
#logoLink-mobile #logo {
	background-image: url('../images/logo-cn24-mobile.png?1');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}
#logoLink-desktop #logo {
	background-image: url('../images/logo-cn24.png?1');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}
#menu > ul.menu > li.active > a > img {
	filter: brightness(100%) !important;
}
#menu > ul.menu > li > a > img {
	filter: brightness(1000%);
}
@media all and (max-width: 767px) {
	#leaderboard {
		height: auto;
		width: 100%;
	}
}
@media all and (min-width: 768px) {
	#leaderboard {
		float: right;
		height: auto;
		width: calc(100% - 20rem);
	}
}
@media all and (min-width: 768px) and (max-width: 832px) {
	#latest {
		width: 100%;
		padding-right: 0;
		margin-bottom: .5rem;
		height: 4.25rem;
	}
}
@media all and (min-width: 833px) {
	#latest {
		clear: both;
		float: left;
		width: calc(33.333% - .5rem);
		margin-right: .5rem;
	}
}
#leaderboard {
	align-self: center;
}
#leaderboard .modPubblicita {
	width: 100% !important;
	height: auto !important;
}
#leaderboard .modPubblicita img {
	width: 100%;
	height: auto;
	max-width: 100%;
}
#user1 {
	padding-left: .5rem;
	padding-right: .5rem;
}
#user2 {
	overflow: hidden;
}
#component {
	color: #333;
}
#component a {
	color: #596072;
}
#banner_top_bottom {
	width: 100%;
	max-width: 18.75rem;
}
.moduletable-noframe div,
.moduletable-noframe ins,
.moduletable-noframe iframe {
	margin:0 auto !important;
}
@media all and (max-width: 879px) {
	.moduletable-noframe ins,
	.moduletable-noframe iframe {
    	display:block !important;
	}
	#component.withRight {
		width: 100%;
	}
	#slim {
		width: 100%;
	}
	#banner_top_bottom {
		float: none;
		margin-left: auto;
		margin-right: auto;
		max-width:100% !important;
	}
	#banner_top_bottom .moduletable li {
		width:100% !important;
		}
}
@media all and (min-width: 880px) {
	#component.withRight {
		float: left;
		width: calc(100% - 18.75rem);
		max-width: calc(100% - 18.75rem);
		padding-right: 1.5rem;
	}
	#slim {
		overflow: 100%;
	}
	#banner_top_bottom {
		float: left;
	}
}
@media all and (min-width: 640px) {
	#central {
		padding: 1.5rem;
		background: #fff;
	}
	#upperModules,
	nav {
		padding: 0 1.5rem;
	}
   #slim .modPubblicita {
        height: auto !important;
        width: 100% !important;
    }
}
@media all and (max-width: 639px) {
	#central {
		padding: 1rem;
		background: #fff;
	}
	#upperModules,
	nav {
		padding: 0 1rem;
	}
}
.pagination {
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	background-color: #EEE;
	border-color: #E6E6E6 #EEE white;
	border-radius: 3px 3px 3px 3px;
	border-style: solid;
	border-width: 1px;
	float: right;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: 100;
	margin: 20px 0;
	overflow: hidden;
	padding: 10px;
}
.pagination span,
.pagination a {
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	background-color: #FFF;
	border-bottom: 1px solid #DDD;
	border-radius: 3px 3px 3px 3px;
	border-top: 1px solid #EEE;
	display: block;
	float: left;
	margin: 0.25rem;
	padding: 0.4rem;
	text-align: center;
	text-transform: uppercase;
	width: 1.2rem;
}
.pagination span {
	background-color: #00ACFD;
	color: white;
}
.pagination a {
	color: #47d;
}
@media all and (max-width: 879px) {
	.pagination {
		display: block;
		float: none;
		margin: 1.5rem auto;
	}
	.pagination span, .pagination a {
		padding: 0.6rem;
	}
}
@media all and (max-width: 639px) {
	.pagination {
	    -webkit-justify-content: space-around !important;
	    -ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	    display: -webkit-box !important;
	    display: -webkit-flex !important;
	    display: -ms-flexbox !important;
	    display: flex !important;
	}
}
@media (max-width: 575px) {
	.pagination span, .pagination a {
		margin: 0.1rem;
		padding: 0.3rem;
	}
}
#user4 {
	margin-top: 1rem;
	width: 100%;
	display: block;
	float: left;
}
#user5 {
	clear: both;
	overflow: hidden;
	width: 100%;
}
#user5 > div {
	margin-bottom: 0;
	margin-top: 20px;
}
#banner-ftr {
	clear: both;
	overflow: hidden;
	padding-top: 20px;
}
footer {
	background: #596072;
	color: #fff;
	display: block;
	width: 100%;
}
#footerSep {
	background: #fff;
	display: block;
	width: 100%;
	color: #596072
}
.sub-footer {
	width: 100%;
	max-width: 64rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: .75rem;
	line-height: 1.25;
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.sub-footer::after {
	content: '';
	clear: both;
	display: block;
	width: 100%;
}
footer::after,
.subcolonna-credits::after {
	content: '';
	clear: both;
	display: block;
	width: 100%;
}
.menu-footer {
	list-style: none;
	margin: 0;
	padding: 0 .5rem;
	text-transform: uppercase;
	font-size: .6rem;
}
.menu-footer li {
	margin-left: 0;
	display: inline-block;
}
.menu-footer li:not(:last-child) {
	padding-right: .25rem;
	border-right: 1px solid #596072;
}
.menu-footer li:not(:first-child) {
	padding-left: .25rem;
}
.menu-footer li a {
	color: #596072;
}
.logo-footer {
	width: 8rem;
	height: 3rem;
	background-image: url('../images/logo-cn24-mobile.png?1');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}
.colonna-logo-footer {
	display: block;
	width: 8rem;
	float: left;
	margin-right: 1rem;
	padding-left: .5rem;
}
.subcolonna-credits {
	display: block;
	width: calc(100% - 9rem);
	float: left;
}
.subcolonna-credits .moduletable > * {
	color: #C9D0E2;
    display: block;
    float: left;
    padding-left: .5rem;
    padding-right: .5rem;
    width: 33.333%;
}
.subcolonna-credits a,
.subcolonna-credits a:HOVER {
	color: white;
}
footer .moduletable {
	background-color: transparent;
	border: none;
	margin-top: 0;
	padding-top: 0;
}
@media all and (max-width: 647px) {
	footer div {
		width: 100% !important;
		text-align: center;
		float: none !important;
	}
	footer .subcolonna-credits .moduletable > * {
	    margin-top: .5rem;
	}
	.logo-footer {
		background-position: center !important;
	}
	.colonna-logo-footer {
		margin-right: 0 !important;
		padding-left: 0 !important
	}
	#footerSep {
		text-align: center;
	}
}
footer p {
	line-height: 12px;
	margin-top: 11px;
}
footer p:FIRST-CHILD {
	margin-top: 0;
}
footer b,
footer strong {
	color: #BFBFBF;
	font-weight: normal;
}
footer span {
	margin-right: 12px;
}
/* custom */

p.caution {
	border-color: #FFCC33;
}
p.warning {
	background-color: #efefef;
	border-bottom: 1px solid;
	border-top: 1px solid;
	margin: 1em 0 0;
	padding: 0.2em 0.5em 0.2em 0.9em;
}
.caution,
.note {
	font-size: 13px;
	font-style: italic;
	margin: 20px 0;
	padding: 10px;
}
.note {
	background: #EFEFEF;
	border: 1px solid #DFDFDF;
	color: #999;
}
.caution {
	background: #FFD;
	border: 1px solid #EEC;
	color: #999;
}
fieldset.searchResultItem {
	background-color: #fcfcfc;
	margin: 1em 0;
	padding: .75rem;
}
.content {
	overflow: hidden;
}
.play-big,
.play-mid,
.play,
.play-small,
.play-micro {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.play-big {
	background: url("../images/play-big.png") no-repeat center center;
}
.play-mid {
	background: url("../images/play-mid.png") no-repeat center center;
}
.play {
	background: url("../images/play.png") no-repeat center center;
}
.play-small {
	background: url("../images/play-small.png") no-repeat center center;
}
.play-micro {
	background: url("../images/play-micro.png") no-repeat center center;
}
div.cnButtonLeft,
span.cnButtonLeft {
	float: left;
	margin-top: 10px;
}
a.cnButton {
	color: #fff;
	text-decoration: none;
}
a.cnButton:HOVER {
	text-decoration: none;
}
span.cnButton,
span.cnButtonRed {
	background-image: url("../images/btnR.png");
	background-repeat: no-repeat;
	background-position: right center;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 16px;
	height: 38px;
	margin: 0;
	padding: 10px 4px 11px 0;
	text-shadow: 0 2px 2px #003863;
	text-transform: uppercase;
}
span.cnButton span,
span.cnButtonRed span {
	background-image: url("../images/btnL.png");
	background-repeat: no-repeat;
	background-position: left center;
	border: none;
	height: 38px;
	line-height: 38px;
	margin: 0;
	padding: 10px 20px 11px 24px;
}
span.cnButtonRed {
	background: url("../images/btnRedR.png") no-repeat right center;
}
span.cnButtonRed span {
	background-image: url("../images/btnRedL.png");
}
div.cnInput {
	background-image: url("../images/btnR.png");
	background-repeat: no-repeat;
	background-position: right center;
	border: none;
	cursor: pointer;
	float: left;
	margin: 15px 0 0;
	padding: 0 4px 0 0;
	text-shadow: 0 2px 2px #003863;
	text-transform: uppercase;
}
div.cnInput input {
	background-image: url("../images/btnL.png");
	background-repeat: no-repeat;
	background-position: left center;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 10px 20px 10px 24px;
}
#popupOverlay {
	background-image: url("../images/opaque-bg.png");
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 12;
}
.validationError {
	color: #900;
	display: none;
	font-size: 0.7em;
	line-height: 1.2em;
	text-align: left;
}
table.bea {
	border-collapse: collapse;
	font-size: 0.9em;
	width: 100%;
}
table.bea td {
	border: 1px solid #ddd;
	padding: 8px;
}
table.bea th {
	background-color: #444;
	border-color: #444 #444 #00ACFD;
	border-style: solid;
	border-width: 1px 1px 4px;
	color: white;
	font-family: 'Lucida Grande', Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	padding: 2px 10px;
	text-align: center;
	text-transform: uppercase;
}
table.bea td.left {
	text-align: left;
}
table.bea td.right {
	text-align: right;
}
table.bea td.small {
	color: #777;
	font-size: 0.85em;
}
#docs {
	border: 1px solid #bcd;
	background-color: #f0f3f6;
	margin: 0 0 16px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.document {
	color: #444;
	font-family: 'Courier New', Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin: 12px;
	padding-left: 24px;
}
.audioPlayer {
	height: 20px;
	margin: 0 12px 12px;
	padding-left: 24px;
}
.audioFile {
	background: url("../icons/audio.png") left center no-repeat;
}
.pdfFile {
	background: url("../icons/pdf.gif") left center no-repeat;
}
.docFile {
	background: url("../icons/doc.gif") left center no-repeat;
}
.xlsFile {
	background: url("../icons/xls.gif") left center no-repeat;
}
.unknownFile {
	background: url("../icons/unknown.gif") left center no-repeat;
}
.facebook {
	color: #333;
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
}
a.facebook {
	color: #3B5998;
	text-decoration: none;
}
img.hidden {
	display: none;
}
.thumb80 .image, .thumb120 .image {
	padding: 0;
	border: 1px solid #f0f0f0;
}
.thumb80 .movie {
	position: relative;
}
.thumb80 .movie .efx {
	background: url("../images/sprites-thumb.png?1") no-repeat -45px -107px;
	display: block;
	height: 49px;
	position: absolute;
	right: 0;
	top: 0;
	width: 41px;
}
/*
.thumb80 .movie .fxPlay {
    background: url("../images/sprites-thumb.png?1") no-repeat -1px -156px;
    display: block;
    height: 38px;
    position: absolute;
    right: 0;
    top: -10px;
    width: 71px;
}
*/
.thumb80 .movie .fxPlay::before {
    color: white;
    content: '\f144';
    font-family: FontAwesome;
    font-size: 1rem;
    margin-left: 0.25rem;
    margin-top: 0.15rem;
	opacity: 0.9;
    position: absolute;
	text-shadow: 0 1px 0 black;
}
.thumb80 .window, .thumb120 .window {
	display: block;
	width: 100%;
	height: auto;
}
.thumb80 img, .thumb120 img {
	display: block;
	height: auto !important;
	width: 100% !important;
	margin: 0 !important;
}
.thumb120 .movie {
	background: url("../images/sprites-thumb.png?1") no-repeat -86px top;
	height: 67px;
	padding: 3px 4px 7px;
	position: relative;
	width: 120px;
}
.thumb120 .movie .efx {
	background: url("../images/sprites-thumb.png?1") no-repeat -155px -158px;
	display: block;
	height: 73px;
	position: absolute;
	right: 0;
	top: 0;
	width: 59px;
}
.thumb120 .movie .fxPlay {
	background: url("../images/sprites-thumb.png?1") no-repeat -87px -231px;
	display: block;
	height: 73px;
	position: absolute;
	right: 0;
	top: 0;
	width: 127px;
}
.thumb160 .image {
	padding: 0;
	border: 1px solid #f0f0f0;
}
.thumb160 .movie {
	height: auto;
	padding: 0;
	width: 100%;
}
.thumb160 .movie .efx {
	background: url("../images/sprites-thumb.png?1") no-repeat -304px -214px;
	display: block;
	height: 98px;
	position: absolute;
	right: 0;
	top: 0;
	width: 82px;
}
.thumb160 .movie .fxPlay {
	background: url(../images/icona-video.png?1);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(89, 96, 114, .3);
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	left: 0;
	bottom: 0;
}
.thumb160 .window {
	height: auto;
	width: 100%;
	position: relative;
}
#comHome #topVideo .notizia {
	margin-bottom: .865rem;
	border-bottom: 1px solid #ccc;
	padding-bottom: .5rem;
}
.thumb160 img {
	display: block;
	height: auto !important;
	width: 100% !important;
	margin: 0 !important;
}
.thumb240 .image {
	padding: 0;
	border: 1px solid #ccc;
}
.thumb240 .movie {
	height: auto;
	padding: 0;
	position: relative;
	width: 100%;
}
.thumb240 .movie .fxPlay {
	background: url(../images/icona-video.png?1);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(89, 96, 114, .3);
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	left: 0;
	bottom: 0;
}
.thumb240 .window {
	height: auto;
	width: 100%;
}
.thumb240 img {
	display: block;
	height: auto !important;
	width: 100% !important;
	margin: 0 !important;
}
.thumb640 .fxPlay {
	background: url("../images/fxplay640.png") no-repeat center top;
	display: block;
	height: 320px;
	position: absolute;
	left: 0;
	top: 0;
	width: 640px;
}
.mobile {
	background: url("../icons/mobile12w.png") no-repeat;
	height: 12px;
	margin: 3px 0 0 0;
	width: 8px;
}
.videoLabel {
	background-image: url(../icons/video-label.png?2);
	background-repeat: no-repeat;
	background-position: right;
	height: 1.25rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 4rem;
}
.videoLabel.hover {
	background-position: left;
}
a.ext {
	margin-right: 4px;
}
#comHome::after {
	content: '';
	clear: both;
	display: block;
	width: 100%;
}
#top::after {
	content: '';
	clear: both;
	display: block;
	width: 100%;
}
#banner_top_bottom::after,
#upperModules::after {
	content: '';
	clear: both;
	display: block;
	width: 100%;
}
header {
	background: #fff;
	border-bottom: 1px solid #ccc;
}
#user5 .modPubblicita {
	width: 100% !important;
}
nav {
	background: #596072;
}
.Movie {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 2rem;
	height: 0;
	overflow: hidden;
	display: block;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.youtubeMovie,
#videoPlayers {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 2rem;
	height: 0;
	overflow: hidden;
	display: block;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.pagina h2 {
	font-family: 'Lato', sans-serif;
	line-height: 1.35;
}
.youtubeMovie iframe,
.youtubeMovie object,
.youtubeMovie embed,
#videoPlayers video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media all and (max-width: 767px) {
	#upperModules {
		padding-top: .5rem;
	}
	#top {
		display: none;
	}
	.desktop-menu {
		display: none;
	}
	.mobile-menu {
		display: block;
		padding-top: .75rem;
		padding-bottom: .75rem;
		text-align: right;
		padding-right: 1rem;
		position: relative;
		z-index: 999;
		padding-left: 1rem;
	}
	#logo {
		height: 4.75rem;
	}
}
.mobile-menu-button {
	color: #fff;
	margin-right: .75rem;
	font-size: 1.5rem !important;
	cursor: pointer;
}
#logo {
	width: 100%;
	height: 100%;
}
@media all and (min-width: 768px) {
	.desktop-menu {
		display: block;
	}
	.mobile-menu {
		display: none;
	}
}
.off-canvas-mobile-menu {
	left: 0;
	width: calc(100% - 12px);
	background: #596072;
	top: 3rem;
	border: 4px solid #fff;
	position: absolute;
	z-index: 999;
	transition: all 500ms ease-in-out;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
}
.main-link a,
.secondary-link a {
	display: block;
	padding: .5rem;
	text-transform: uppercase;
	line-height: 1;
	text-decoration: none;
}
.main-link a:hover,
.secondary-link a:hover {
	background: #333;
}
.main-link a:not(:last-child),
.secondary-link a:not(:last-child) {
	border-bottom: 1px solid #333;
}
.main-link a {
	font-size: 1rem;
	color: #fff;
}
.secondary-link {
	margin-top: 1rem;
}
.secondary-link a {
	font-size: .865rem;
	color: #fff;
}
.mobile-menu-chiuso {
	margin-left: -100%;
}
.thumb80 {
	width: 4rem;
}
#component.withRight {
	margin-top: 10px;
}
/* Sfondi categorie */

.sfondo-attualita {
	background: #d28501 !important;
}
.sfondo-cronaca {
	background: #016b9d !important;
}
.sfondo-politica {
	background: #4d2f09 !important;
}
.sfondo-spettacolo {
	background: #e9014b !important;
}
.sfondo-sanita {
	background: #257300 !important;
}
.sfondo-trasporti {
	background: #066 !important;
}
.sfondo-sport {
	background: #60F !important;
}
.colore-attualita {
	color: #d28501 !important;
}
.colore-cronaca {
	color: #016b9d !important;
}
.colore-politica {
	color: #4d2f09 !important;
}
.colore-spettacolo {
	color: #e9014b !important;
}
.colore-sanita {
	color: #257300 !important;
}
.colore-trasporti {
	color: #066 !important;
}
.colore-sport {
	color: #60F !important;
}
#comLetter img {
	width: inherit !important;
	max-width: inherit !important;
}
/* bs */
.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}