/* modifica allo stile di default per la citazione */
#citation blockquote{ font-size:2.8rem; border-left: none;}
#content {
	 padding:30px;
}

#myNavbar {
	color:#fff;
	background-color:#222;
}
/* offset verticali */
.voffset  { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 15px; }
.voffset4 { margin-top: 30px; }
.voffset5 { margin-top: 40px; }
.voffset6 { margin-top: 60px; }
.voffset7 { margin-top: 80px; }
.voffset8 { margin-top: 100px; }
.voffset9 { margin-top: 150px; }

/* stile per il footer e il suo wrapper */
#footerWrap { background-color:#222222; padding:40px 0;}
#footerWrap p { color:#fff;}
.txtright {text-align: right;}
.txttop {vertical-align:middle;}
.hideel {visibility:hidden;}
.bg-priv { background-color:#FFCCCC;padding:20px 10px;}
.bg-pubb { background-color:#88CCCC;padding:20px 10px;}
#admlist {height:180px;border-bottom: 1px solid lightgrey;}
#foottxt{color:#CCCCCC;font-size:14px;}
#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}
#logo-style {
	margin:20px;
}
#logo-container {
	/*margin-top:50px;*/
	background-color: #000;
	/*background-image: url('../img/logo-agenzia.png');*/
	/*background-position-x: center;*/
    /*background-position-y: center;*/
    /*background-repeat-x: no-repeat;*/
    /*background-repeat-y: no-repeat;*/
    /*background-size: cover;*/
   /*width: 100%;*/
   /*height: 430px;*/
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    
    z-index:1032;
}
body {
/*height:2024px;*/
/*background-color:#444;*/
/*background-image:linear-gradient(#555, #111, #555);*/
background: rgba(102,96,102,0.5);
background: -moz-linear-gradient(top, rgba(102,96,102,1) 0%, rgba(89,83,89,1) 29%, rgba(61,57,61,1) 69%, rgba(112,112,112,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102,96,102,1)), color-stop(29%, rgba(89,83,89,1)), color-stop(69%, rgba(61,57,61,1)), color-stop(100%, rgba(112,112,112,1)));
background: -webkit-linear-gradient(top, rgba(102,96,102,1) 0%, rgba(89,83,89,1) 29%, rgba(61,57,61,1) 69%, rgba(112,112,112,1) 100%);
background: -o-linear-gradient(top, rgba(102,96,102,1) 0%, rgba(89,83,89,1) 29%, rgba(61,57,61,1) 69%, rgba(112,112,112,1) 100%);
background: -ms-linear-gradient(top, rgba(102,96,102,1) 0%, rgba(89,83,89,1) 29%, rgba(61,57,61,1) 69%, rgba(112,112,112,1) 100%);
background: linear-gradient(to bottom, rgba(102,96,102,1) 0%, rgba(89,83,89,1) 29%, rgba(61,57,61,1) 69%, rgba(112,112,112,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666066', endColorstr='#707070', GradientType=0 );
}