/*-----------------------------------------------------------------------------------
	    Datastorica
        Built with Blocs
-----------------------------------------------------------------------------------*/
 
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow-x:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-xxl{
	padding:200px 50px;
}
.bloc-lg{
	padding:50px 50px; /* era 100 */
}
.bloc-md{
	padding:15px; /* era 50 */
}
.bloc-sm{
	padding:20px 50px;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-center{
	-webkit-background-size: auto;
}


/* Background Effects */

.b-parallax{
	background-attachment:fixed;
}

/* Disable Parallax on Mobile Touch Devices */
@media (hover: none) {
	.b-parallax{
	background-attachment:scroll;
}
}

/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset-md{
	margin-top:50px;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}



/* = Text & Icon Styles
-------------------------------------------------------------- */
.blockquote{
	padding:0 20px;
	border-left:2px solid;
}
.blockquote.text-right{
	border-left:0;
	border-right:2px solid;
}


/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	/* padding:20px 0; */
	width:100%;
	display:inline-block;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding:0;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}



/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.headline{
	font-family:"Oswald";
	font-weight:700;
	font-size:100px;
	text-align:center;
	/* margin-bottom: 12px; /* modificato */
	color:#000000!important;
	border-style:solid;
	line-height:120px; /* modificato */
	border-width:12px 0px 0px 0px; /* modificato */
}
.titoli{
	font-family:"Oswald";
	font-weight:500;
	color:#020000!important;
	font-size:22px;
	border-style:solid;
	padding:6px 6px 6px 6px;
	border-width:0px 0px 2px 0px;
}
.box-titoli{
	font-family:"Oswald";
	font-weight:500;
	color:#FEFFFF!important;
	background-color:#009999;
	font-size:18px;
	text-align:center;
	padding:5px 5px 5px 5px;
}
.navbar-brand img{
	width:280px;
}
.p-margin-top{
	margin-top:20px;
	margin-bottom:34px;
}
.img-margin-bottom{
	margin-bottom:20px;
}
.btn-margin-top{
	margin-top:30px;
}
.h3-margin-bottom{
	margin-bottom:27px;
}
.bloc-margin-top{
	margin-top:44px;
	margin-bottom:37px;
}
.h3-margin-top{
	margin-top:48px;
}
.box-form{
	border-style:dashed;
	border-color:#797979!important;
	margin:1px 1px 1px 1px;
	padding:5px 5px 5px 5px;
	border-width:1px 1px 1px 1px;
}
.row-margin-bottom{
	margin-bottom:38px;
}
.img-style{
	width:102px;
	margin-right:14px;
}
.p-margin-left{
	margin-left:-70px;
}
.box-post{
	border-style:dashed;
	padding-top:16px;
	border-color:#797979!important;
	border-width:1px 0px 0px 0px;
}
.titoletti{
	font-family:"Oswald";
	font-weight:500;
	font-size:20px;
	color:#020000!important;
}
.tags{
	font-family:"Oswald";
	font-weight:500;
	font-size:16px;
	border-style:dashed;
	padding-bottom:8px;
	border-color:#020000!important;
	border-width:0px 0px 1px 0px;
}
.p-style{
	font-size:15px;
}
.titolo-puro{
	font-family:"Oswald";
	font-weight:400;
	color:#020000!important;
	font-size:26px;
}
.headline-sub{
	font-family:"Oswald";
	font-weight:700;
	font-size:125px;
	text-align:center;
	color:#000000!important;
	border-style:solid;
	line-height:130px;
	padding:6px 6px 6px 6px;
	border-width:0px 0px 14px 0px;
}
.cloud{
	background-color:#EAEAEA;
	font-size:13px;
	background-position:left center;
	background-repeat:repeat;
	display:inline;
	float:left;
	text-align:center;
	font-weight:400;
	font-family:"Oswald";
	margin:4px 4px 4px 4px;
	padding:5px 5px 5px 5px;
}
.cloud:hover{
	background-color:#020000;
	color:#FEFFFF!important;
}
.tags:hover{
	border-color:#000000!important;
}
.p-14-style{
	margin-left:284px;
	width:51.4%;
}
.capitoli{
	font-family:"Oswald";
	font-weight:500;
	font-size:36px;
	color:#000000!important;
	border-style:solid;
	padding-bottom:10px;
	border-width:0px 0px 2px 0px;
}
.img-18-style{
	;
}
.cont-login{
	border-style:solid;
	border-color:#020000!important;
	border-width:2px 2px 2px 2px;
}
.btn-login-margin-top{
	margin-top:39px;
}
.btn-submit-margin-top{
	margin-top:39px;
}
.btn-3-margin-top{
	margin-top:29px;
}
.row-margin-top{
	margin-top:-30px;
	margin-bottom:30px;
}
.row-style{
	width:100%;
}
.row-bloc-4-margin-top{
	margin-top:24px;
}
.link-style{
	font-weight:bold;
}
.link-bloc-4-style{
	font-weight:bold;
}
.link-26-aprile-2004-style{
	font-weight:bold;
}
.link-0-style{
	font-weight:bold;
}
.link-30-giugbo-2004-style{
	font-weight:bold;
}
.link-0-bloc-4-style{
	font-weight:bold;
}
.link-27-marzo-2006-style{
	font-weight:bold;
}
.link-11061-style{
	font-weight:bold;
}
.link-18-luglio-2008-style{
	font-weight:bold;
}
.link-13146-style{
	font-weight:bold;
}
.link-40592-style{
	font-weight:bold;
}
.link-16-luglio-2011-style{
	font-weight:bold;
}
.link-24-maggio-2011-style{
	font-weight:bold;
}
.link-10-maggio-2019-style{
	font-weight:bold;
}
.link-16-giugno-2011-style{
	font-weight:bold;
}
.h2-style{
	font-family:"Droid Serif";
	margin-left:30px;
	width:83.87%;
}
.p-bloc-1-margin-left{
	margin-left:39px;
	width:25.47%;
}
.p-bloc-6-margin-top{
	margin-top:-15px;
	margin-left:23px;
}
.p-32-margin-top{
	margin-top:-9px;
	margin-left:25px;
}
.p-33-margin-top{
	margin-top:-15px;
	margin-left:29px;
}
.h5-margin-top{
	margin-top:200px;
}
.h3-style{
	width:9.58%;
}
.bloc-margin-bottom{
	margin-bottom:236px;
}
.link-top-del-giorno-style{
	font-weight:bold;
}
.link-39027-style{
	font-weight:bold;
}
.h5-argomenti-margin-top{
	margin-top:23px;
}
.link-progetti-style{
	font-weight:bold;
}
.h3-datastorica-margin-top{
	margin-top:1px;
}
.riga-nera{
	border-style:solid;
	border-color:#020000!important;
	border-width:1px 0px 0px 0px;
}
.img-consu-style{
	width:263px;
}
.link-2-giugno-1990-style{
	font-weight:bold;
}
.link-9761-style{
	font-weight:bold;
}
.link-7210-style{
	font-weight:bold;
}
.link-30-giugno-2004-style{
	font-weight:bold;
}
.link-bloc-8-style{
	font-weight:bold;
}
.link-0-27-marzo-2006-style{
	font-weight:bold;
}
.link-0-bloc-8-style{
	font-weight:bold;
}
.link-0-18-luglio-2008-style{
	font-weight:bold;
}
.link-48248-style{
	font-weight:bold;
}
.link-18035-style{
	font-weight:bold;
}
.link-0-24-maggio-2011-style{
	font-weight:bold;
}
.link-0-16-giugno-2011-style{
	font-weight:bold;
}
.link-0-10-maggio-2019-style{
	font-weight:bold;
}
.link-bloc-28-style{
	font-weight:bold;
}
.link-data-storica-style{
	font-weight:bold;
}
.link-35688-style{
	font-weight:bold;
}
.link-9055-style{
	font-weight:bold;
}
.link-eccetera--style{
	font-weight:bold;
}
.link-0-eccetera--style{
	font-weight:bold;
}
.link-datastorica-style{
	font-weight:normal;
}
.link-43979-style{
	font-weight:bold;
}
.link-altri-servizi-style{
	font-weight:bold;
}
.link-0-bloc-28-style{
	font-weight:bold;
}
.link-clienti-style{
	font-weight:bold;
}
.link-0-servizi-style{
	font-weight:bold;
}
.link-0-progetti-style{
	font-weight:bold;
}
.link-top-ten-eventi-style{
	font-weight:bold;
	background-color:#EAEAEA;
}
.link-49714-style{
	font-weight:bold;
}
.link-personalizzati-style{
	font-weight:bold;
}
.link-4887-style{
	font-weight:bold;
}
.link-11524-style{
	font-weight:bold;
}
.link-47084-style{
	font-weight:bold;
}
.link-21032-style{
	font-weight:bold;
}
.link-47898-style{
	font-weight:bold;
}
.link-10271-style{
	font-weight:bold;
}
.link-43419-style{
	font-weight:bold;
}
.link-36413-style{
	font-weight:bold;
}
.link-13006-style{
	font-weight:bold;
}
.link-servizi-style{
	font-weight:bold;
}
.link-7328-style{
	font-weight:bold;
}
.container-div-margin-top{
	margin-top:40px;
}
.p-bloc-42-margin-top{
	margin-top:40px;
}
.p-125-margin-top{
	margin-top:40px;
}
.p-126-margin-top{
	margin-top:39px;
}
.link-bloc-39-style{
	font-weight:bold;
}
.link-0-bloc-39-style{
	font-weight:bold;
}
.link-0-altri-servizi-style{
	font-weight:bold;
}
.link-0-clienti-style{
	font-weight:bold;
}
.link-bloc-42-style{
	font-weight:bold;
}
.link-0-bloc-42-style{
	font-weight:bold;
}
.link-content-1-style{
	font-weight:bold;
}
.link-content-2-style{
	font-weight:bold;
}
.link-42564-style{
	font-weight:bold;
}
.link-content-area-1-style{
	font-weight:bold;
}
.link-0-content-area-1-style{
	font-weight:bold;
}
.link-0-content-1-style{
	font-weight:bold;
}
.link-20140-style{
	font-weight:bold;
}
.link-21481-style{
	font-weight:bold;
}
.link-28674-style{
	font-weight:bold;
}
.link-11268-style{
	font-weight:bold;
}
.link-27162-style{
	font-weight:bold;
}
.h6-margin-top{
	margin-top:35px;
}
.menu-nav{
	font-family:"Oswald";
	font-weight:500;
	color:#919191!important;
	text-transform:uppercase;
}
.menu-nav:hover{
	color:#020000!important;
}
.bold{
	font-weight:bold;
	font-size:18px;
}
.p-bloc-49-style{
	width:81.05%;
}
.p-44452-margin-top{
	margin-top:27px;
}
.box-dimenticata{
	border-style:dashed;
	border-color:#959595!important;
	padding:24px 24px 24px 24px;
	border-radius:4px 4px 4px 4px;
	border-width:1px 1px 1px 1px;
}
.h4-margin-top{
	margin-top:38px;
}
.btn-23-margin-top{
	margin-top:20px;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-white{
	background-color:#FFFFFF;
}
.bgc-isabelline{
	background-color:rgba(235,235,235,0.60);
}
.bgc-persian-green{
	background-color:rgba(0,153,153,0.70);
}

/* Text colour styles */

.tc-black{
	color:#000000!important;
}
.tc-white{
	color:#FFFFFF!important;
}

/* Button colour styles */

.btn-black{
	background:#000000;
	color:#FFFFFF!important;
}
.btn-black:hover{
	background:#000000!important;
	color:#FFFFFF!important;
}
.btn-persian-green{
	background:#009999;
	color:#FFFFFF!important;
}
.btn-persian-green:hover{
	background:#007a7a!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-black{
	color:#000000!important;
}
.ltc-black:hover{
	color:#000000!important;
}
.ltc-white{
	color:#FFFFFF!important;
}
.ltc-white:hover{
	color:#cccccc!important;
}

/* Bloc image backgrounds */

.bg-slide3{
	background-image:url("img/slide3.jpg");
}
.bg-city-overlay{
	background-image:url("img/city-overlay.png");
}

/* = Custom Bric Data
-------------------------------------------------------------- */

.edit-mode  {
	    display: grid;
	      grid-template-columns: repeat(4, 1fr);
	      grid-gap: 10px;
}
	.edit-mode img{
	 width: 100%;
	 padding: 7px 0;
}
.owl-carousel a[data-lightbox]:hover::before{
	left: 50%;
}
@media (max-width: 500px){
	.edit-mode {
	-webkit-column-count: 1;
	 -moz-column-count: 1;
	column-count: 1;
}
}

/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .page-container{
        overflow-x: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
}

@media (max-width: 767px){
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	
}

