/* Add here all your CSS customizations */
body {
	font-family: 'Rokkitt', serif-serif;
	background-image:url(../img/Fondo.jpg);
	background-repeat: repeat;
	background-position:center;
	background-attachment:fixed;
	font-size:18px;
	color:#444;
}
body > .body {
	/*background-color: rgba(255,255,255,0.85);*/
}
#menu {
	position: relative;
	z-index: 999;
}
@keyframes colorchange
{
	0%   {background-color: #75acdd;}
	20%  {background-color: #cb618a;}
	40%  {background-color: #e73b3a;}
	60%  {background-color: #fbbe00;}
	80%  {background-color: #ccd623;}
	100% {background-color: #75acdd;}
}

@-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
{
	0%   {background-color: #75acdd;}
	20%  {background-color: #cb618a;}
	40%  {background-color: #e73b3a;}
	60%  {background-color: #fbbe00;}
	80%  {background-color: #ccd623;}
	100% {background-color: #75acdd;}
}
#header {
    background: transparent;
	position: relative;
	z-index: 9999;
}

hr {
	background-image:url(/img/Filetto.png);
	background-repeat: repeat-x;
	background-position:left;
    border: 0;
    height: 6px;
    margin: 22px 0 22px 0;
}
hr.light {
	background-image:url(/img/Filetto-light.png);
	background-repeat: repeat-x;
	background-position:left;
    border: 0;
    height: 6px;
    margin: 22px 0 22px 0;
}

.sticky-menu-active #header {
    background: #FFF !important;
}
.buttonOE {
	display: block;
    overflow: hidden;
}
.buttonOE img {
    top: 4rem;
    position: relative;
	-webkit-animation:bounce-out 0.6s ease-in-out 0s 1 normal;
	-moz-animation:bounce-out 0.6s ease-in-out 0s 1 normal;
	-ms-animation:bounce-out 0.6s ease-in-out 0s 1 normal;
	animation:bounce-out 0.6s ease-in-out 0s 1 normal;
}
.buttonOE img:hover {
    top: 1rem;
    position: relative;
	-webkit-animation:bounce-in 0.2s ease-in-out 0s 1 normal;
	-moz-animation:bounce-in 0.2s ease-in-out 0s 1 normal;
	-ms-animation:bounce-in 0.2s ease-in-out 0s 1 normal;
	animation:bounce-in 0.2s ease-in-out 0s 1 normal;
}
@-webkit-keyframes bounce-in {
	0%{ top: 4rem; }
	60%{ top: 0rem; }
	90%{ top: 1.5rem; }
	100%{ top: 1rem; }
}
@keyframes bounce-in {
	0%{ top: 4rem; }
	60%{ top: 0rem; }
	90%{ top: 1.5rem; }
	100%{ top: 1rem; }
}
@-webkit-keyframes bounce-out {
	0%{ top: 0rem; }
	100%{ top: 4rem; }
}
@keyframes bounce-out {
	0%{ top: 0rem; }
	100%{ top: 4rem; }
}
#logoOEruota {
	position: absolute;
    width: 29%;
    left: 25.5%;
    top: 46%;
	-webkit-animation: rotation 60s infinite linear;
}
@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
/*
body:before {
	display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(250deg, #00c3aa, #0064d9, #00c4d9);
    background-size: 600% 600%;
    z-index: 10;
    opacity: 0.75;
    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite;
}
*/
#container-home,
#container-page,
#container-page2 {
	/*    
	background-color: rgba(255,255,255,0.90);
    box-shadow: 30px 0 100px rgba(255, 255, 255, 0.90), -50px 0 100px rgba(255, 255, 255, 0.90);
	*/
	background-color: #fff;
}
.containerx {
	margin-bottom: 50px;
}
.containerxx {
	margin-bottom: 140px;
}
#footer.color {
    background-color: transparent;
    border-top-color: rgba(255,255,255,0.4);
	background-image:url(/img/FondoFooter.jpg);
	background-repeat:repeat;
	background-position:center;
	background-attachment:fixed;

}
footer .edizioni-box {
	background-color:rgba(0,0,0,0.1);
	text-align:center;
}
footer .edizioni-box table {
    display: inline-block;
    width: 180px;
    height: 180px;
    background-color: #fff;
    border-radius: 90px;
    overflow: hidden;
    /* float: left; */
    margin: 0 20px 20px 0;
    padding: 10px;
    position: relative;
}
.pubblicita-box {
	text-align:center;
}
.pubblicita-box table {
    display: inline-block;
    width: 220px;
    height: 220px;
    overflow: hidden;
	background-image:url(/img/Fondo-box.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
    /* float: left; */
    margin: 0 20px 20px 0;
    padding: 10px;
    position: relative;
}
.pubblicita-box table td {
	line-height:200px;
}
.pubblicita-box table td img {
	display:inline-block;
    width: 200px;
    /*height: 200px;*/
}
a {
    color: #e76e00
}
a:hover {
    color: #C32521;
    text-decoration: none;
}
.rokkitt{
	font-family: 'Rokkitt', serif-serif !important;
}
.baby-kruffy,
h1, h2 {
	font-family: 'Baby Kruffy', serif-serif !important;
	text-shadow: 
		-2px -2px 1px  #000, 
		-2px 0 1px  #000, 
		-2px 2px 1px  #000, 
		0 -2px 1px  #000, 
		0 2px 1px  #000,
		2px -2px 1px  #000, 
		2px 0 1px  #000, 
		2px 2px 1px  #000;
	
	color:#f9bd14;
	letter-spacing:0.07em;
	line-height: 1.2em !important;
}
.fifties-movies,
h3, h4, h5, h6 {
	font-family: 'Fifties Movies', sans-serif !important;
	line-height: 1.2em !important;
}
h1.heading-primary {
    font-size: 3em;
	line-height:1em;
}
h3, h4, h5, h6 {
	/* color: #ED8500; */
}
.text-default {
	color:#444;
}
h4.Sottotitolo {
	font-size:2em;
	margin-bottom:2em;
	font-weight:normal;
}
h5 {
    font-size: 1em;
    line-height: initial;
}
#header {
    padding-bottom: 0;
}
#header .header-top {
    margin-bottom: 0;
}
.header-body .header-top {
	background: #f9bd14;
	margin-bottom: 14px;
}
#header > .container {
	background-color: #fff;
    height: inherit;
	margin-bottom: 0px;
}
#menu {
	background-color:#fff;
}
#header nav {
	text-align:center;
	float:none;
}
.nav-pills > li {
    float: none;
    display: inline-block;
}

.personaggi-box {
	background-color:#fff !important;
}
.personaggi-box img {
	max-height:200px;
	max-width:150px;
}
@media (min-width: 992px) {
	#header.single-menu nav ul.nav-main li.active > a {
		border-top: 5px solid rgba(200, 30, 0, 1.0) ;
	}
}
.header-body p {
	color:rgba(255,255,255,0.6);
}
.header-body p strong {
	color:rgba(255,255,255,1.0);
}
.header-body .fa-user {
	font-size:1.5em;
}
.header-body .fa-user {
	font-size:1.5em;
}
#btn-exit {
	padding:1px;
}
#btn-search {
	padding:4px 4px 5px;
}
#btn-exit .fa-sign-out {
	font-size:1.0em;
}
.header-body .social-icons {
	margin-top: 5px !important;
}
.recent-posts h4 {
	font-size:2em;
	font-weight:bold;
	line-height:1em;
}
.post-list li {
    list-style: none;
    margin-top: 1em;
}
.post-list h5 {
	font-size:2.4em;
	font-weight:bold;
	line-height:1em;
}
.post-list .post-image {
    float: left;
    margin-right: 1em;
}
.post-list .img-thumbnail img {
    width: 120px;
}
.home-intro {
    background-color: rgba(0,0,0,0.2);
}
#header .logo a {
    position: inherit;
}
#header .logo img {
    /*position: absolute !important;*/
	left:0 !important;
}
.sticky-menu-active #logo-oe {
	opacity:0;
	-webkit-transition: opacity 0s; /* Safari */
    transition: opacity 0s;
}
#logo-oe {
	-webkit-transition: opacity 1s; /* Safari */
    transition: opacity 1s;
	opacity:1;
}

#header .logo.logo-sticky-active img {
    position: relative !important;
	left: auto !important;
}

/* Spacements */
/* spacement top & bottom */
.m-none {
	margin: 0 !important;
}

.m-auto {
	margin: 0 auto !important;
}

.m-xs {
	margin: 5px !important;
}

.m-sm {
	margin: 10px !important;
}

.m-md {
	margin: 15px !important;
}

.m-lg {
	margin: 20px !important;
}

.m-xl {
	margin: 25px !important;
}

.m-xlg {
	margin: 30px !important;
}

/* spacement top	*/
.mt-none {
	margin-top: 0 !important;
}

.mt-xs {
	margin-top: 5px !important;
}

.mt-sm {
	margin-top: 10px !important;
}

.mt-md {
	margin-top: 15px !important;
}

.mt-lg {
	margin-top: 20px !important;
}

.mt-xl {
	margin-top: 25px !important;
}

.mt-xlg {
	margin-top: 30px !important;
}

/* spacement bottom	*/
.mb-none {
	margin-bottom: 0 !important;
}

.mb-xs {
	margin-bottom: 5px !important;
}

.mb-sm {
	margin-bottom: 10px !important;
}

.mb-md {
	margin-bottom: 15px !important;
}

.mb-lg {
	margin-bottom: 20px !important;
}

.mb-xl {
	margin-bottom: 25px !important;
}

.mb-xlg {
	margin-bottom: 30px !important;
}

/* spacement left	*/
.ml-none {
	margin-left: 0 !important;
}

.ml-xs {
	margin-left: 5px !important;
}

.ml-sm {
	margin-left: 10px !important;
}

.ml-md {
	margin-left: 15px !important;
}

.ml-lg {
	margin-left: 20px !important;
}

.ml-xl {
	margin-left: 25px !important;
}

.ml-xlg {
	margin-left: 30px !important;
}

/* spacement right	*/
.mr-none {
	margin-right: 0 !important;
}

.mr-xs {
	margin-right: 5px !important;
}

.mr-sm {
	margin-right: 10px !important;
}

.mr-md {
	margin-right: 15px !important;
}

.mr-lg {
	margin-right: 20px !important;
}

.mr-xl {
	margin-right: 25px !important;
}

.mr-xlg {
	margin-right: 30px !important;
}

/* Spacement Padding */
.p-none {
	padding: 0 !important;
}

.p-xs {
	padding: 5px !important;
}

.p-sm {
	padding: 10px !important;
}

.p-md {
	padding: 15px !important;
}

.p-lg {
	padding: 20px !important;
}

.p-xl {
	padding: 25px !important;
}

.p-xlg {
	padding: 30px !important;
}

/* spacement top	*/
.pt-none {
	padding-top: 0 !important;
}

.pt-xs {
	padding-top: 5px !important;
}

.pt-sm {
	padding-top: 10px !important;
}

.pt-md {
	padding-top: 15px !important;
}

.pt-lg {
	padding-top: 20px !important;
}

.pt-xl {
	padding-top: 25px !important;
}

.pt-xlg {
	padding-top: 30px !important;
}

/* spacement bottom	*/
.pb-none {
	padding-bottom: 0 !important;
}

.pb-xs {
	padding-bottom: 5px !important;
}

.pb-sm {
	padding-bottom: 10px !important;
}

.pb-md {
	padding-bottom: 15px !important;
}

.pb-lg {
	padding-bottom: 20px !important;
}

.pb-xl {
	padding-bottom: 25px !important;
}

.pb-xlg {
	padding-bottom: 30px !important;
}

/* spacement left	*/
.pr-none {
	padding-left: 0 !important;
}

.pl-xs {
	padding-left: 5px !important;
}

.pl-sm {
	padding-left: 10px !important;
}

.pl-md {
	padding-left: 15px !important;
}

.pl-lg {
	padding-left: 20px !important;
}

.pl-xl {
	padding-left: 25px !important;
}

.pl-xlg {
	padding-left: 30px !important;
}

/* spacement right	*/
.pr-none {
	padding-right: 0 !important;
}

.pr-xs {
	padding-right: 5px !important;
}

.pr-sm {
	padding-right: 10px !important;
}

.pr-md {
	padding-right: 15px !important;
}

.pr-lg {
	padding-right: 20px !important;
}

.pr-xl {
	padding-right: 25px !important;
}

.pr-xlg {
	padding-right: 30px !important;
}

.ib {
	display: inline-block;
	vertical-align: top;
}

.va-middle {
	vertical-align: middle;
}

.ws-nowrap {
	white-space: nowrap;
}

.ws-normal {
	white-space: normal;
}

.spacer3-3 {
	clear:both;
}
.oratori-web .spacer3-3 {
	clear:none;
}
.oratori-web .spacer2-2 {
	clear:both;
}

@media (max-width: 991px) {
}

@media (max-width: 768px) {
}

.sommario table {
	width:inherit !important;
}
.btn-primary, .pagination > .active > a, body.dark .pagination > .active > a, .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    border-color: #e37700 !important;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #e76e00;
    border-color: #FF8600;
}
.btn-primary:hover, .pagination > .active > a:hover, body.dark .pagination > .active > a:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    border-color: #d87500;
    background-color: #e77d00;
}
.btn-primary:active, .pagination > .active > a:active, body.dark .pagination > .active > a:active, .owl-theme .owl-controls .owl-nav [class*="owl-"]:active, .btn-primary:focus, .pagination > .active > a:focus, body.dark .pagination > .active > a:focus, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
    border-color: #d87500;
    background-color: 	;
}
.Sezione { font-size: 28px; font-weight: bold; color: #FFFFFF}
.Titolo { font-size: 20px; font-weight: bold; color: #FF9E00}
.Titolo2 { font-size: 18px; font-weight: bold; color: #FF9E00}
.Sottotitolo {  font-size: 25px; font-weight: bold; color: #da2429;}
.Sottotitolo2 { font-size: 14px; font-weight: normal; color: #000}/*#666*/
.Fondo1 { font-size: 12px; font-weight: normal; color: #777; text-decoration: none ; background-color: rgba(0,0,0,0.025); line-height:160%;}
.Fondo2 { font-size: 12px; font-weight: bold; color: #777; text-decoration: none ; background-color: rgba(0,0,0,0.025)}
.Fondo3 { font-size: 10px; font-weight: bold; color: #FFFFFF; text-decoration: none; background-color: rgba(0,0,0,0.025); background-image: url(../Graphics/Fnd0106.gif); background-repeat: repeat-y; background-position: left;}
.Fondo4 { font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none; background-color: #FF9E00}
.Fondo5 { font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none; background-color: #FFBE00}
.Fondo6 { font-size: 13px; font-weight: bold; color: #FFFFFF; text-decoration: none; background-color: #961e00; background-image: url(../Graphics/Spaziatore.gif)}
.Fondo7 { font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none; background-color: #B8BEC1}
.Form { }
.FormS { width: 90px; }
.FormM { width: 200px; }
.FormB { width: 285px; }
td img { display:block;}
.Fondo1 .Segui { display:inline-block !important; float:none !important;}
.Fondo1 img, 
.Fondo2 img, 
.Fondo5 img { display: block; float:left;}
#Testo table { width:100% !important }
.Fondo5 .Titolo { margin-left:8px;}
#Testo table td {}
#Testo u {
	text-decoration: none;
	color: rgb(137,22,19);
}
#Testo strike {
	text-decoration: none;
	color: rgb(185,59,56);
}

#SommarioPager img {
	display:inline-block;
}
.Mod_02_Titolo td img,
table.Mod_02 td img {
	display:inline-block;
}
table.Mod_02 td img[hspace="3"],
.Mod_02_Titolo td img[hspace="3"] {
	display:inline-block !important;
}
table.Mod_02 td img[src*="Spaziatore"],
.Mod_02_Titolo td img[src*="Spaziatore"] {
    display:block;
}


#fondo01, 
#fondo02,
#fondo03,
#fondo04 {
	background-size:cover;
	padding:0;
}
#fondo01 h3, 
#fondo02 h3,
#fondo03 h3,
#fondo04 h3 {
	font-family: 'Rokkitt', serif-serif;
	text-transform:none;
}
#fondo01 h2, 
#fondo02 h2,
#fondo03 h2,
#fondo04 h2 {
	font-size: 3.2em;
	line-height: 60px;
}

#fondo01 .texture {
	display:block;
	background: -moz-linear-gradient(top, rgba(166,76,0,0) 0%, rgba(166,76,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(166,76,0,0) 0%,rgba(166,76,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(166,76,0,0) 0%,rgba(166,76,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
#fondo02 .texture {
	display:block;
	background: -moz-linear-gradient(top, rgba(166,0,8,0) 0%, rgba(166,0,8,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(166,0,8,0) 0%,rgba(166,0,8,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(166,0,8,0) 0%,rgba(166,0,8,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
#fondo03 .texture {
	display:block;
	background: -moz-linear-gradient(top, rgba(150,166,0,0) 0%, rgba(150,166,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(150,166,0,0) 0%,rgba(150,166,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(150,166,0,0) 0%,rgba(150,166,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
#fondo04 .texture {
	display:block;
	background: -moz-linear-gradient(top, rgba(0,116,165,0) 0%, rgba(0,116,165,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,116,165,0) 0%,rgba(0,116,165,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,116,165,0) 0%,rgba(0,116,165,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
/*
#fondo03 .texture {
	padding:170px 0 40px;
}
*/
#fondo01 .texture,
#fondo02 .texture,
#fondo03 .texture,
#fondo04 .texture {
	padding:40px 0;
}
#header {
	border-top:0 none !important;
	padding-top:0 !important;
}
body.sticky-menu-active #header {
	display:none;
}
body.sticky-menu-active #header #containerLogo {
	display:none;
}

#header.transparent.semi-transparent {
    /*background: rgba(1, 90, 156, 0.8) !important;*/
	/*background: linear-gradient(rgba(1, 90, 156, 0.8), rgba(1, 90, 156, 0.8), rgba(1, 90, 156, 0.0));*/
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0));
}
#box-menu-pagine {
	display: grid;
	grid-template-columns: auto auto auto;
	margin-right: -12px;
    margin-left: -12px;
}
@media (max-width: 992px) {
	#menu {
		background-color: inherit; 
	}
	#box-menu-pagine {
		grid-template-columns: auto auto;
	}
}
@media (max-width: 768px) {
	#box-menu-pagine {
		grid-template-columns: auto;
	}
}

#box-menu-pagine .col {
	padding-right: 8px;
    padding-left: 8px;
	align-self: end;
}
#box-menu-pagine:before,
#box-menu-pagine:after {
	display:none !important;
}

body.sticky-menu-active #header.transparent.semi-transparent {
    /*background: rgba(1, 90, 156, 0.8);*/
    background: rgba(150, 30, 0, 0.8);
}
.page-top {
	/*background-color: #961e00 !important;*/
	border-top: 5px solid #DB5100 !important;
	background-image:url(/img/FondoTitolo2.jpg);
	background-repeat:repeat-x;
	background-size:cover;
}
.page-top.page-top-opera {
	border-top: 5px solid #783EB8 !important;
	background-image:url(/img/FondoTitolo.jpg);
	background-position:bottom;
}
section.page-top h1 {
    border-bottom-color: #ffbd00 !important;
}
section.page-top h1 a {
	color:rgba(255,255,255,0.8);
	-webkit-transition: color 1s; /* Safari */
    transition: color 1s;
}
section.page-top h1 a:hover {
	color:rgba(255,255,255,1.0);
	-webkit-transition: color 0.3s; /* Safari */
    transition: color 0.3s;
}
.page-top h1 {
    font-size: 4em;
}
.container-page2-opera .post-list .img-thumbnail img {
    width: 200px;
}
#footer h4 {
    font-size: 2.4em;
	line-height:2em;
}
#footer h5 {
    color: rgba(255,255,255,0.8) !important;
}
.post-image.img-thumbnail {
	width:100%;
}
.post-image .img-thumbnail {
	width:100%;
	background-size:cover;
	background-position:center;
}
.page-header {
	background-color:#000;
}

.page-header .fondo {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
	opacity:1.00;
	padding-top:190px;
}

.page-header .fondo h1 {
	color:rgba(0,0,0,0);
	text-shadow:1px 1px 10px rgba(255,255,255,1);
	margin-bottom:0;
}

.page-header h1 {
    color: #000;
	margin-bottom:0;
	text-shadow: 0 0 1px #000;
}

.page-header .text-page-header {
	position:absolute;
	width:100%;
	z-index:1;
	padding-top:190px;
	background-color: rgba(255, 255, 255, 0.35);
}

@media (min-width: 992px) {
	.body #header.flat-menu nav ul.nav-main li > a:hover,
	.body #header.flat-menu nav ul.nav-main li.dropdown:hover a {
		background-color: #ef7f1a !important;
	}
}
#header nav ul.nav-main ul.dropdown-menu,
#header nav ul.nav-main li.dropdown.open .dropdown-toggle,
#header nav ul.nav-main li.active a,
#header nav ul.nav-main li > a:hover,
#header nav ul.nav-main li.dropdown:hover a {
	color: #FFF;
	background-color: #ef7f1a !important;
}

#header nav ul.nav-main ul.dropdown-menu {
	text-shadow: none;
	border-color: #ef7f1a;
}
#header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li > a:hover {
	background: #81110f !important;
}
i.icon-featured {
    background-color: #81110f;
}
#footer form {
    filter: alpha(opacity=100);
    opacity: 1;
}

@media (min-width: 768px) {
	.spot-news {
		display:flex;
	}
	#container-page .spot-news {
		display: inline-block;
	}
}

.spot-news-big {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 15px;
	border-radius: 4px;
}

.spot-news-big h3 {
    font-size: 2.4em;
    color: #fff;
    text-shadow: -2px -2px 1px #000, -2px 0 1px #000, -2px 2px 1px #000, 0 -2px 1px #000, 0 2px 1px #000, 2px -2px 1px #000, 2px 0 1px #000, 2px 2px 1px #000;
}

.spot-news-small {
	border-style: solid;
	border-width: 30px 21px;
	border-image: url(/img/Fondo-news.png) 37 27 44 23 repeat stretch;
}

.spot-news-horizontal {
    border-style: solid;
    border-width: 14px 28px;
    border-image: url(/img/Fondo-news-h.png) 20 45 20 45 repeat stretch;
}

.spot-news-sommario .spacer2-1 {
	display:none;
}
.spot-news-sommario .spacer2-2 {
	display:none;
}
@media (min-width: 768px) {
	.spot-news-sommario .spacer2-2 {
		display: block !important;
		clear: both;
		width: 100%;
	}
	.spot-news-sommario .spacer3-3 {
		display:none !important;
	}
}
@media (min-width: 992px) {
	.spot-news-sommario .spacer2-2 {
		display:none !important;
	}
	.spot-news-sommario .spacer3-3 {
		display: block !important;
		clear: both;
		width: 100%;
	}
}
.SponsorLarge2 img {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	width:100%;
	display:block;
	height:auto;	
}
.icon-featured {
    width: 130px !important;
    height: 120px !important;
	background-color: transparent !important;
}
#header nav ul.nav-main li a {
	font-size:17px;
	font-weight: normal;
	max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 5px;
    margin-left: 1px;
    margin-right: 1px;
}
.dropdown-menu {
	font-size:18px;
}
.btn {
	font-size:18px;
}
@media (max-width: 991px) {
	#header .nav-main-collapse {
		background: #75acdd;
	}
	#logo-oe {
		margin-top:55px;
		margin-left: 0 !important;
		margin-right: 50px !important;
	}
	.btn-responsive-nav {
		top: 60px;
	}
	.sticky-menu-active .btn-responsive-nav {
		top: 60px;
	}
	body.sticky-menu-active #header #containerLogo {
		display: block;
	}
	.sticky-menu-active #logo-oe  {
		opacity: 1;
		margin-left: 0 !important;
		margin-right: 50px !important;
	}
	.sticky-menu-active #logo-oe img {
		max-height: 50px;
	}
	.sticky-menu-active  #header > .container {
		height: 110px;
	}
	#header .nav-main ul li {
		border-bottom: 1px solid #5c98ce;
	}
}
#quick-contact-form label.error {
	position: absolute;
    left: 0;
    top: 35px;
    font-size: 0.7em;
}
.newsLetterNomeAuthentiCode {
	height:45px;
}
.newsLetterNomeAuthentiCode input {
	border:0 none;
	width:120px;
	background-color: transparent;
}
.newsLetterNomeAuthentiCode > div {
	width:100px !important;
	height:32px !important;
	border:0 none !important;
	float:right !important;
	background-size:100px 35px !important;
	background-repeat:no-repeat !important;
	background-position: center;
}
.newsLetterNomeAuthentiCode > div > img {
	width:100px !important;
	height:35px !important;
}
.lapbook {
	position: relative;
}
.lapbook a {
	position: absolute;
	border-width:3px;
	border-style:dashed;
	border-color: transparent;
	border-radius:10px;
	animation: blink 1.5s infinite;
	background-color: rgba(255,0,0,0.0);
	-webkit-transition: background-color 1s; /* Safari */
    transition: background-color 1s;
}
.lapbook a:hover {
	background-color: rgba(255,0,0,0.4);
	animation:none;
	-webkit-transition: background-color 0.2s; /* Safari */
    transition: background-color 0.2s;
}
@keyframes blink { 
   0% { border-color: rgba(255,0,0,0); } 
   50% { border-color: rgba(255,0,0,1); } 
   100% { border-color: rgba(255,0,0,0); } 
}
#stemmaHome {
	background-image: url('/img/stemma.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.poster-box {
	position: relative;
	text-align: center;
}
.poster-box img {
	margin: 0 auto;
}

html .col-md-12.no-image {
	display: none !important;
}
.personaggi:hover img {
	opacity: 0.75;
}

.mod_04 .ModDLSottotitolo {
    padding: 5px 0px;
    background-color: #f9bd14;
    color: #fff;
    padding-left: 1em !important;
}

.mod_04 .ModDLSottotitolo .Sottotitolo {
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
}

.mod_04 td.Testo {
    padding-top: 10px;
    padding: 10px 0px;
    font-weight: bold;
}

.mod_04_titolo .Fondo6 {
	font-family: 'Roboto Slab', serif;
	font-size: 1.2em;
    font-weight: 600;
    line-height: 27px;
	color: rgb(150, 42, 63);
	background-color:transparent;
}
.mod_04 .Fondo6 {
	background-color:transparent;
}
.mod_04_titolo td,
.mod_04 td {
	padding-top:2px;
	padding-bottom:2px;
}

.mod_04 .Sottotitolo {
	font-family: 'Roboto Slab', serif;
	font-size: 1.2em;
    font-weight: normal;
    line-height: 27px;
}
