html,
body {
    height: 100%;
	font-family: "Source Sans Pro",sans-serif;
}
pre {
	background-color:#fff;
	padding:20px;
}
a{
	color:#337ab7;
	text-decoration: none;
}
a:hover{
	color:#3c3c3c;
	text-decoration: none;
}
a.disabled{
	pointer-events: none;
	color: #6E7073;
}
.bd-clipboard{
	text-align: right;
	padding: 7px 0px;
}

.box.mobile{
	display:none;
	text-align:center;
}
.ico{
	width:40px;
	height:36px;
}

.help-block-error {
    color: red;
    padding: 0.5em 0em;
    font-weight: bolder;
}

.box{
	position:relative;
	display:block;
}

.box .adsbygoogle{
	margin:0px auto;
}
.badge{
	/*background-color: #3c3c3c;*/
	background-color: orangered;
	transition: all ease .3s;
}
a.badge{
	color:#fff;
}
.boxArticolo
{
	position:relative;
	border: 1px solid #d8d8d8;
	padding: 20px;
}
.boxArticolo::before{
	position: absolute;
	top: -1px;
	right: -1px;
	content: "";
	display: block;
	width: 70%;
	height: 25px;
	border-top: 5px solid;
	border-right: 5px solid;
}
.boxArticolo::after{
	position: absolute;
	bottom: -1px;
	left: -1px;
	content: "";
	display: block;
	width: 70%;
	height: 25px;
	border-left: 5px solid;
	border-bottom: 5px solid;	
}
.boxArticolo img{
	max-width:100%;
}
.blink {
  animation:1s blinker linear infinite;
  -webkit-animation:1s blinker linear infinite;
  -moz-animation:1s blinker linear infinite;
}
@-moz-keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}
#advBackground, #messaggio{
	display:none;
}
#messaggio{
	text-align:center;
}
#messaggio h1{
	color:red;
}
#messaggio img{
	width:400px;
	margin-top:40px;
}

#bannerRight{
	/*width:25%;
	min-width:210px;*/
}

#sectionTop .articolo {
	height: 220px;
}

#bannerPage{
	display:none;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index:10000;
}

#bannerPage .banner{
    position: relative;
	width: 320px;
	height: 250px;
	margin: 22px auto 0px;
}

#bannerPage .banner .close {

    position: absolute;
    font-size: 30px;
    left: 0px;
    top: 0px;
    z-index: 10000;
    opacity: 1;

}

#bannerPage .banner .cover {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: -1;
    opacity: 1;
	height: 100%;
	width: 100%;
	border: 5px solid orange;
	text-align: center;
	background-color:rgba(0,0,0,1);
	background-image: url('/img/logo.svg');
	background-size: 400px 400px;
	background-repeat: no-repeat;
	background-position: center center;
}

#bannerPage h2{
	background-color: orange;
	color: #fff;
	font-weight: bold;
	position:absolute;
	bottom:30px;
	width:100%;
}

#boxSelectRicerca{
	/*margin:0px auto;*/
}

#boxSelectRicerca .dropdown, #boxSelectRicerca .btn.dropdown-toggle{
	height:32px;
	font-size:14px;
}

#page header .navbar .container{
	background: linear-gradient(90deg,#EE5B32,#FB7928,#EE5B32) !important;
	position:relative;
}
#page header .navbar-brand img {
	height:88px;
	background-color:#fff;
	border-radius:8px;
	border:2px solid #EE5B32;
}
.icon-bar{
	border:1px solid #fff;
}
.navbar-nav > li > a{
	color:#fff;
}
.nav > li > a:hover, .nav > li > a:focus
{
	color:#EE5B32;
}

#page header .navbar{
	padding-top: 30px;
}

#page header .navbar-brand{
	position: absolute;
	top: -35px;
	left: 0px;
}

#page header .navbar li{
	border-top:2px solid #EE5B32;
	border-bottom:2px solid #EE5B32;
}

#page header .navbar .social{
	background-color:#fff;
}

#page header .navbar .social a{
	font-size:20px;
	/*margin:0px 7px;*/
}

#page header .navbar .fb{
	color:#3b5998;
}

#page header .navbar .instagram{
	color:#9736a7;
}

#page header .navbar .twitter{
	color:#006dbf;
}

#page footer{
	position:relative;
	height:100px;
}

#page footer .box{
	position: fixed;
	bottom: 60px;
	width: 100%;
}

.scrollLeft{
	position:absolute;
	left:0px;
	/*top: 22px;*/
}

.scrollRight{
	position:absolute;
	right:0px;
	/*top: 22px;*/
}

.nextLink .link
 {
	text-align:center;
	text-transform: uppercase;
 }

#menuFooter{
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: #f2f2f2;
	margin-bottom: 0px;
	color: rgba(0,0,0,.54);
	font-size: 13px;
	border-top: 1px solid #e4e4e4;
	padding: 0px;
}

#menuFooter .navbar{
	margin-bottom:0px;
	border:none;
}

#menuFooter .nav-link{
	color: rgba(0,0,0,.54);	
}

#menuFooter .navbar.navbar-default.navbar-static-bottom{
	min-height:auto;
}

#menuFooter .nav-item{
	display:inline-block;
}

#content .breadcrumb{
	margin-top:20px;
}

#content .boxPage{
	margin: 20px 0px;
}

@media (max-width: 767.98px) {
	#bannerPage{
		display:block;
	}
	.box.desktop{
		display:none;
	}
	.box.mobile{
		display:block;
	}
	
	#page footer{
		height:50px;
	}
}
