﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body{ font-size:16px; font-family: 'Manrope', sans-serif !important; color:#000;}

::selection{ background:#000; color:#fff; -webkit-background-clip: unset; -webkit-text-fill-color:#fff;}
::-moz-selection{ background:#000; color:#fff; -webkit-background-clip: unset; -webkit-text-fill-color:#fff;}
h1, h2, h3, h4, h5, h6, span.h2{ font-family: 'Manrope', sans-serif; font-weight:700; margin-top:0px;}
a{ color:#cd140a; font-weight:400; transition: all .3s ease-in-out;}
a:hover, a:focus{ color:#000;}
p, li{ color:#000; font-size:17px; line-height:1.5; font-weight:400;}
p{ margin-bottom:10px;}
p strong{ font-weight:700;}
strong{ font-weight:700;}
.container-max{}
.container-fluid{ padding:0 60px;}
.container-fluid.container0{ padding:0px;}
.row{ margin:0 -20px;}
.row [class*="col-"]{ padding:0 20px;}
.row.row0{ margin:0px;}
.row.row0 > [class*="col-"]{ padding:0;}
.row.row01{ margin-left:-1px; margin-right:-1px;}
.row.row01 > [class*="col-"]{ padding:0 1px;}
.row.row05{ margin-left:-5px; margin-right:-5px;}
.row.row05 > [class*="col-"]{ padding:0 5px;}
.row.row10{ margin-left:-10px; margin-right:-10px;}
.row.row10 > [class*="col-"]{ padding:0 10px;}
.row.row15{ margin-left:-15px; margin-right:-15px;}
.row.row15 > [class*="col-"]{ padding:0 15px;}
.row.row40{ margin-left:-40px; margin-right:-40px;}
.row.row40 > [class*="col-"]{ padding:0 40px;}
.row.row30{ margin-left:-30px; margin-right:-30px;}
.row.row30 > [class*="col-"]{ padding:0 30px;}
.row.row60{ margin-left:-60px; margin-right:-60px;}
.row.row60 > [class*="col-"]{ padding:0 60px;}
.row.flex{ display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.row.flex > [class*="col-"]{ display:-webkit-box; display:-ms-flexbox; display:flex; }
.row.flex:before, .row.flex:after{ content:none;}
.row.center{ align-items: center;}
.row.bottom{ align-items: end;}
.row.flex [class*="col-"].pull-right{ order:2;}
.mt0{ margin-top:0px !important;}
.countup{ display:inline; font-size:inherit; font-weight:inherit; margin:0px; white-space:normal; color:inherit;}
.countup > *{ float:left; font-size:inherit; font-weight:inherit;}
.text-right{ text-align:right;}
hr{ max-width:100%; margin:20px auto;}
hr.site{ width:100%; max-width:100%; height:1px; margin:0px; border:0px; background:#e1e1e1;}
input[type=text], input[type=email], input[type=password], input[type=search], input[type=file], input[type=tel], textarea{ font-family:'Manrope', sans-serif; height:45px; float:left; font-size:17px; font-weight:400; background:#fff; border-radius:5px; -webkit-appearance:none; -moz-appearance:none; appearance:none; border:1px solid #e1e1e1;}
input[type=file]{ width:100%; height:auto; padding:12px 20px; font-size:14px;}
select{ width:100%; padding:10px; background:#fff; border:1px solid #e1e1e1; color:#000; -webkit-appearance:none;}
textarea{ -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.form-group > label{ font-size:14px; text-align:left; font-weight:400; color:#000; position:relative; z-index:10;}
.form-group > label span{ color:#cd140a; font-size:16px; line-height:24px; float:right; margin-left:5px;}
.chosen-container{ border-radius:0px; font-size:15px; background:#fff;}
.chosen-container-single .chosen-single{ height:43px; line-height:43px;}
.chosen-container-single .chosen-single span{ font-size:17px; font-weight:300; margin-right:35px;}
.chosen-container .chosen-drop{ border-radius:0px;}
.chosen-container .chosen-results{ border-radius:0px; padding:10px;}
.chosen-container .chosen-results li{ font-size:17px; line-height:30px; font-weight:300; border-radius:0px; color:#000;}
.chosen-container .chosen-results li:hover{ background:#000; color:#fff; border-radius:0px;}
.chosen-container-single .chosen-single div:after{ line-height:43px; font-size:15px;}
.widget .chosen-single{ font-weight:300; background:#f7f7f7;}
.widget .chosen-drop{ background:#f7f7f7;}
textarea{ height:110px;}
input[type="submit"].btn{ height:50px;}
.form-group{ margin-bottom:25px;}

.btn{ font-family: 'Manrope', sans-serif; font-size:15px; height:auto; padding:15px 20px; line-height:20px; font-weight:700; text-transform:none; text-transform:uppercase; border-radius:5px;}
.btn.btn-input{ height:50px;}
.btn.btn-default{ background:#3e3e3e; border:1px solid #3e3e3e; color:#fff; vertical-align:top;}
.btn.btn-default:hover, .btn.btn-default:focus{ background:#3e3e3e; border-color:#3e3e3e; color:#fff;}
.btn.btn-primary{ background:#cd140a; border:1px solid #cd140a; vertical-align:top;}
.btn.btn-primary:hover, .btn.btn-primary:focus{ background:#3e3e3e; border-color:#3e3e3e; color:#fff;}

a.readmore{ display:inline-block; font-size:16px; line-height:20px; position:relative; font-weight:700; padding-right:15px; color:#cd140a; text-transform:none;}
a.readmore span{ position:relative;}
a.readmore span:before{ content:""; width:0px; height:1px; position:absolute; right:0px; bottom:-5px; background:#cd140a; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
a.readmore:after{ content:"\f0da"; font-family: 'FontAwesome'; position:absolute; top:1px; right:0px; text-align:right; color:#cd140a; font-size:14px; }
a.readmore:hover span:before{ width:100%;}
a.readmore.white{ color:#fff;}
a.readmore.white span:before{ background:#fff;}
a.readmore.white:after{ color:#fff;}

a.backpage{ display:inline-block; font-size:16px; line-height:20px; position:relative; font-weight:300; padding-left:15px; color:#000; text-transform:none;}
a.backpage span{ position:relative;}
a.backpage span:before{ content:""; width:0px; height:1px; position:absolute; right:0px; bottom:-5px; background:#000; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
a.backpage:after{ content:"\f111"; font-family: 'FontAwesome'; position:absolute; top:1px; left:0px; text-align:left; font-size:11px; }
a.backpage:hover span:before{ width:100%;}

.content .form .row{ margin:0 -15px;}
.content .form .row + .row{ margin-top:0px;}
.content .form .row [class*="col-"]{ padding:0 15px;}

.check{ width:100%; float:left;}
.check input[type=checkbox] {display: none;}
.check label{float:left; width:100%; position:relative; font-weight:300; color:#000; vertical-align:top;}
.check label:before{ width:24px; height:24px; left:0px; background:#fff; border:1px solid #e1e1e1; content:""; position:absolute; margin-right:10px; cursor:pointer; border-radius:3px;}
.check input[type=checkbox]:checked + label:before { font-family: 'FontAwesome'; content:"\f00c"; text-align:center; line-height:24px; font-size:14px; color:#000;}
.check label span{ display:inline-block; padding-left:34px; font-size:14px; text-align:left; color:#000; line-height:24px; float:left;}
.check label span a{ font-weight:700;}
.check + .check{ margin-top:5px;}

.navbar-toggle{ width:50px; height:50px; background:none; line-height:50px; position:absolute; right:25px; top:25px; background-color:#cd140a; border-radius:50%;}
.navbar-toggle i{ font-size:16px; color:#fff; line-height:50px;}
.navbar-toggle:hover{ background:#000;}
.navbar-toggle:hover i{ color:#fff;}

.check + input[type="submit"]{ margin-top:20px;}

ul.pagination{text-align:center;}
ul.pagination li{ margin:0 5px; }
ul.pagination li a{ width:40px; height:40px; font-size:18px; line-height:40px; border:0px; border-radius:5px; font-weight:400; background:#e1e1e1;}
ul.pagination li a:hover, ul.pagination li a:focus{ background:#cd140a; color:#fff;}
ul.pagination li.active a, ul.pagination li.active a:hover,  ul.pagination li.active a:focus{ background:#cd140a; color:#fff;}
ul.pagination li a.prev{ width:40px; height:40px; border-radius:5px; background-color:#e1e1e1; margin-right:10px;}
ul.pagination li a.prev:before{ content:"\f0d9"; width:100%; height:100%; position:absolute; left:0px; top:0px; font-family:FontAwesome; font-size:20px; line-height:40px;}
ul.pagination li a.prev:hover{ background-color:#999;}
ul.pagination li a.prev:hover:before{ color:#fff;}
ul.pagination li.disabled a.prev:hover{ background-color:#999;}
ul.pagination li.disabled a.next:hover{ background-color:#999;}
ul.pagination li a.next{ width:40px; height:40px; border-radius:5px; margin-left:10px;}
ul.pagination li a.next:before{ content:"\f0da"; width:100%; height:100%; position:absolute; left:0px; top:0px; font-family:FontAwesome; font-size:20px; line-height:40px;}
ul.pagination li a.next:hover{ background-color:#999;}
ul.pagination li a.next:hover:before{ color:#fff;}
ul.pagination li.disabled a{ opacity:0.5; cursor:auto; background-color:#e1e1e1 !important;}
ul.pagination li.disabled a:hover:before{ color:#808080 !important;}

/* header */

.header{ width:100%; background:#fff; z-index:9999; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}

.header .navbar{ position:relative;}
.header a.navbar-brand{ width:auto; text-align:center; font-size:0px; letter-spacing:0px; line-height:120px;}
.header a.navbar-brand img{ height:75px; margin:0px; }
.header .navbar-collapse{ float:right; margin-right:0px;}
.header .navbar .navbar-nav{ margin-top:40px;}
.header .navbar .navbar-nav > li{ float:left; padding-right:5px;}
.header .navbar .navbar-nav > li:after{ content:""; width:1px; height:20px; position:absolute; top:15px; right:0px; background:#e1e1e1;}
.header .navbar .navbar-nav > li > a{ font-family: 'Manrope', sans-serif; font-size:17px; color:#000; font-weight:500; padding:15px 0 25px 0; margin:0 7px; border:0px; text-transform:none; line-height:20px;}
.header .navbar .navbar-nav > li > a span{ position:relative;}
.header .navbar .navbar-nav > li > a span:before{ content:""; width:0px; height:1px; position:absolute; right:0px; bottom:-10px; background:#cd140a; transition: all .3s ease-in-out;}
.header .navbar .navbar-nav > li:last-child:after{ display:none;}
.header .navbar .navbar-nav > li:nth-last-child(2):after{ display:none;}
.header .navbar .navbar-nav > li:last-child > a{ margin-right:0px;}
.header .navbar .navbar-nav > li:nth-last-child(2){ padding-right:0px;}
.header .navbar .navbar-nav > li:nth-last-child(2) > a{ margin-right:0px;}
.header .navbar .navbar-nav > li.dropdown > a:after{ display:none;}
.header .navbar .navbar-nav > li > a:hover{ color:#cd140a;}
.header .navbar .navbar-nav > li > a:hover span:before{ width:100%;}
.header .navbar .navbar-nav > li.sfHover > a span:before{ width:100%;}
.header .navbar .navbar-nav > li.active > a span{ font-weight:700; color:#cd140a;}
.header .navbar .navbar-nav > li.active > a span:before{ width:100%;}
.header .navbar .navbar-nav > li.quote{ margin-left:15px; padding-right:0px;}
.header .navbar .navbar-nav > li.quote a{ font-size:15px; padding:15px 20px; text-transform:uppercase; background:#cd140a; font-weight:700; border-radius:5px; color:#fff;}
.header .navbar .navbar-nav > li.quote a:hover{ background:#3e3e3e; color:#fff;}

/* dropdown */

.header .dropdown-menu { width:auto; min-width:250px; max-width:250px; background:#cd140a; border-left:10px solid #3e3e3e; border-radius:5px !important; padding:20px 30px; padding-left:20px; left:10px;}
.header .navbar-nav > li.dropdown.dropdown-static{ position:relative;}
.header .navbar-nav > li > a:after { display: none; }
.header .dropdown-menu > li { padding:0px; text-align:left; border-bottom:1px solid rgba(256,256,256,0.3); }
.header .dropdown-menu li:focus > a, .header .dropdown-menu li:hover > a { background: none; }
.header .dropdown-menu > li:first-child { padding-top: 0px; }
.header .dropdown-menu > li:last-child { padding-bottom: 0px; border: 0px; }
.header .dropdown-menu > li > a { min-width:auto; font-size:15px; color:#fff; line-height:1.3; padding:3px 0; text-align:left; white-space:normal; border-radius:0px; font-weight:300; }
.header .dropdown-menu > li.active > a, .header .dropdown-menu > li.active > a:hover{ color:#3e3e3e;}
.header .dropdown-menu > li:last-child > a { border: 0px; }
.header .dropdown-menu > li > a:hover, .header .dropdown-menu > li > a:focus{ color:#fff;}


.wrapper{ width:100%; float:left; overflow:unset;}
.content{ overflow:hidden; }
.content .row + .row{ margin-top:60px;}

/* visual home page */

.visual{ position:relative; background:#e1e1e1; }
.visual .background-video{ position:absolute; min-width:100%; min-height:100%; width:auto; height:auto; z-index:0; overflow:hidden; opacity:1;}
.visual .background-video:before{ content:""; width:75%; height:100%; position:absolute; left:0px; top:0px; z-index:2;}
.visual .background-video video{ width:100%; height:100%; object-fit:cover; position:absolute; left:0px; top:0px;}
.visual-image{ width:60%; height:100%; position:absolute; right:-40px; top:0px; padding:140px 0 60px 0;}
.visual-image video{ height:100%; float:right;}
.visual-image img{ display:none;}
.visual-content{ width:100%; height:100vh; min-height:800px; display:flex; flex-wrap:nowrap; align-items:center; justify-content:center; position:relative; background-size:cover; background-position: center center; z-index:10;}
.visual-content:before{ content:""; width:100%; height:300px; position:absolute; left:0px; top:0px; background: rgb(225,225,225); background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); z-index:2;}
.visual-content:after{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background: rgb(255,255,255); background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); z-index:5;}
.visual-content .inner{ width:100%;}
.visual-content .container-fluid{ width:100%;}
.visual-content .box{ width:100%; max-width:700px; float:left; text-align:left; position:relative; z-index:100;}
.visual-content .box h1{ font-family: "Manrope", serif; color:#000; font-size:55px; letter-spacing:-1px; position:relative; z-index:2; margin-bottom:20px;}
.visual-content .box h1 strong{ color:#cd140a;}
.visual-content .box h2{ font-size:22px; line-height:1.6; color:#000; font-weight:300; position:relative; z-index:2; margin-bottom:40px;}
.visual-content .box h3{ font-size:20px; text-transform:uppercase; font-weight:700; color:#cd140a; margin:0px; margin-bottom:10px;}
.visual-content .box .actions{ display:flex; align-items:center; justify-content:left; margin:0px; padding:0px;}
.visual-content .box .actions li{ margin-right:30px;}
.visual-content .box .actions li:last-child{ margin-right:0px;}

.visual .down{ width:48px; height:48px; position:absolute; z-index:2; left:50%; margin-left:-24px; bottom:40px; border-radius:50%; background:#cd140a; z-index:10;}
.visual .down:before{ content:"\f078"; font-family:FontAwesome; font-size:15px; width:100%; height:100%; position:absolute; left:0px; top:0px; text-align:center; line-height:48px; color:#fff; z-index:999;}
.visual .down:hover{ background-color:#3e3e3e;}
.visual .down:hover:before{ color:#cd140a;}

/* titolo pagina */

.title{ padding:20px 0 0 0; position:relative; text-align:center;}
.title:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background: rgb(225,225,225); background: linear-gradient(0deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,1) 100%); z-index:2;}
.title .text h1, .title .text h2{ font-family: "Manrope", serif; color:#cd140a; font-size:50px; line-height:1; letter-spacing:-1px; font-weight:700; position:relative; z-index:2; margin-bottom:0px;}
.title .breadcrumb{ width:auto; display:inline-block; min-height:18px; position:relative; z-index:2; text-transform:none; margin-top:0px;}
.title .breadcrumb .box{ width:auto; display:inline-block;}
.title .breadcrumb ul{ float:left; margin:0px; padding:0px;}
.title .breadcrumb li{ width:auto; float:left; display:inline-block; position:relative; font-size:14px; line-height:18px; padding:0px;}
.title .breadcrumb a{ color:#000; float:left; line-height:18px; position:relative;}
.title .breadcrumb a:hover{ color:#cd140a;}
.title .breadcrumb li:after{ float:right; margin:0 10px; content:"|"; margin-top:1px; font-size:14px; font-weight:300; color:#e1e1e1;}
.title .breadcrumb li:last-child:after{ display:none;}
.title hr.site{ margin-top:40px;}

.title + .block.presentation{ padding-top:60px;}


/* blocchi generale */

.block{ padding:80px 0;}
.block.small{ padding:60px 0;}
.block.gray{ background:#bfbfbf;}
.block.lightgray{ background: rgb(255,255,255); background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(227,227,227,1) 100%);}
.block.lightblue{ background: rgb(255,255,255); background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(43,53,121,0.15) 100%);}
.block.pt0{ padding-top:0px !important;}
.block.pb0{ padding-bottom:0px;}
.block h1, .block h2{ font-family: "Manrope", serif; font-size:50px; line-height:1; color:#cd140a; margin-bottom:0px; font-weight:300;}
.block h1:last-child, .block h2:last-child, .block span.h2:last-child{ margin-bottom:0px;}
.block h3{ font-size:22px; line-height:1.4; color:#000; margin-bottom:15px; text-transform:none; font-weight:400;}
.block h3:last-child{ margin-bottom:0px;}
.block ul, .block ol{ margin:0px; padding:0px; margin-bottom:25px;}
.block ul:last-child, .block ol:last-child{ margin-bottom:0px;}
.block ul li{ position:relative; margin-bottom:0px; padding-left:20px;}
.block ul li:last-child{ margin-bottom:0px;}
.block ul li:before{ content:"\f111"; font-family:FontAwesome;; position:absolute; left:0px; top:8px; font-size:6px; color:#cd140a;}
.block h3 + a.readmore{ margin-top:30px;}

.block.presentation h2{ margin-bottom:0px;}
.block.presentation h3{ margin-bottom:0px;}
.block.presentation h2 + h3{ margin-top:20px;}
.block.presentation h2 + p, .block.presentation span.h2 + p{ margin-top:15px;}
.block.presentation h3 + p{ margin-top:15px;}
.block.presentation h3 + ul{ margin-top:15px;}
.block.presentation h3 + .btn{ margin-top:30px;}
.block.presentation h3 + h2{ margin-top:30px;}
.block.presentation h3 + h3{ margin-top:10px;}
.block.presentation p{ }
.block.presentation h2 + ul{ margin-top:20px;}
.block.presentation p + h2, .block.presentation p + span.h2{ margin-top:20px;}
.block.presentation p + h3{ margin-top:15px;}
.block.presentation p + .readmore{ margin-top:20px;}
.block.presentation p + .btn{ margin-top:20px;}
.block.presentation span.sector-page{ width:100%; float:left; font-size:18px; font-weight:700; line-height:1; text-transform:uppercase; margin:0px; margin-bottom:5px;}

.block.presentation .top-title{ text-align:center;}
.block.presentation .top-title h2{ font-size:50px; line-height:1; margin:0px; color:#000; font-weight:300;}
.block.presentation .top-title h2 strong{ color:#cd140a;}
.block.presentation .top-title h2 + .readmore{ margin-top:5px;}
.block.presentation .top-title h2 + h3{ margin-top:20px;}
.block.presentation .top-title h3{ padding:0 10%;}

/* carousel visual */

.block.carousel-visual{ padding:0px;}
.block.carousel-visual .container{ width:1400px; position:relative;}
.block.carousel-visual .prev-carousel{ width:44px; height:44px; position:absolute; color:#fff; background:#cd140a; border:1px solid #cd140a; border-radius:5px; left:-60px; top:50%; text-align:center; margin-top:-22px; z-index:10; transition: all .3s ease-in-out;}
.block.carousel-visual .prev-carousel:before{ content:"\f0d9"; font-family:FontAwesome; font-size:20px; line-height:44px;}
.block.carousel-visual .prev-carousel:hover{ background:#999; border-color:#999; color:#fff;}
.block.carousel-visual .next-carousel{ width:44px; height:44px; position:absolute; color:#fff; background:#cd140a; border:1px solid #cd140a; border-radius:5px; right:-60px; top:50%; text-align:center; margin-top:-22px; z-index:10; transition: all .3s ease-in-out;}
.block.carousel-visual .next-carousel:before{ content:"\f0da"; font-family:FontAwesome; font-size:20px; line-height:44px;}
.block.carousel-visual .next-carousel:hover{ background:#999; border-color:#999; color:#fff;}
.block.carousel-visual .box{ width:100%; height:0px; padding-bottom:50%; border-radius:10px; position:relative; background-size:cover; background-position:center center; overflow:hidden;}
.block.carousel-visual .box:before{ content:""; width:75%; height:100%; position:absolute; left:0px; top:0px; background: #CD140A; background: linear-gradient(90deg, rgba(205, 20, 10, 0.75) 0%, rgba(205, 20, 10, 0) 100%);}
.block.carousel-visual .box .link a{ width:100%; height:100%; position:absolute; left:0px; top:0px; z-index:10;}
.block.carousel-visual .box .text-wrap{ width:100%; height:100%; position:absolute; left:0px; top:0px; display:flex; flex-wrap:nowrap; align-items:center;}
.block.carousel-visual .box .text-wrap .text{ width:100%; max-width:50%; float:left; padding:80px; padding-right:0px;}
.block.carousel-visual .box .text-wrap .text h1{ max-width:90%; color:#fff; font-weight:700; margin-bottom:20px;}
.block.carousel-visual .box .text-wrap .text p{ color:#fff; font-size:20px; line-height:1.4; font-weight:500; margin-bottom:20px;}
.block.carousel-visual .box .text-wrap .text .btn{ margin:0px;}

/* valori */

.block.values{ padding-bottom:60px;}
.block.values .row.list > [class*="col-"]{ margin-bottom:40px; border-right:1px solid #e1e1e1;}
.block.values .row.list > [class*="col-"]:nth-child(3n){ border:0px;}
.block.values .item{ text-align:center;}
.block.values .item h2{ font-size:32px; line-height:1.2; font-weight:700; margin-top:0px; margin-bottom:20px;}
.block.values .item p{ margin:0px;}

.block.values.services-list .item img{ margin-bottom:40px;}

/* pages */

.block.pages{ padding-bottom:60px; position:relative;}
.block.pages.home{ padding-bottom:0px;}
.block.pages .container-fluid{ padding:0px;}
.block.pages .box{ width:100%; overflow:hidden; position:relative;}
.block.pages .box > .row{ position:relative; z-index:10;}
.block.pages .item-wrap{ display:flex; flex-wrap:wrap; margin:0 -10px;}
.block.pages .item-wrap .col{ width:33.33%; height:auto; float:left; padding:0 10px;}
.block.pages .item{ position:relative; height:0px; padding-bottom:75%; overflow:hidden; background:#e1e1e1; border-radius:5px; margin-bottom:20px;}
.block.pages .item .background{ width:100%; height:100%; position:absolute; left:0px; top:0px;  background-size:cover; background-position:center center; z-index:10; transition: all .5s ease-in-out;}
.block.pages .item .texture{ width:100%; height:100%; position:absolute; left:0px; top:0px;  background-size:cover; background-position:center center; z-index:5; transition: all .5s ease-in-out; opacity:0.1;}
.block.pages .item .link a{ width:100%; height:100%; position:absolute; left:0px; top:0px; z-index:10;}
.block.pages .item .intro{ width:auto; max-width:60%; padding:30px; position:absolute; left:0px; bottom:0px; font-size:36px; line-height:1.2; color:#fff; font-weight:600; margin:0px; z-index:15; text-align:left; transition: all .25s ease-in-out;}
.block.pages .item .text{ width:100%; max-width:80%; position:absolute; left:0px; bottom:-200%; padding:30px; z-index:15; transition: all .5s ease-in-out; overflow:hidden;}
.block.pages .item .text h2{ font-size:30px; color:#fff; line-height:1.2; font-weight:600; margin:0px;}
.block.pages .item .text p{ margin:0px; margin-top:10px; font-size:15px; line-height:1.3; color:#fff; margin-bottom:0px;}
.block.pages .item .text .readmore{ margin-top:10px;}

.block.pages .item.one{ background-color:#cd140a;}
.block.pages .item.two{ background-color:#838383;}
.block.pages .item.three{ background-color:#545454;}
.block.pages .item.four{ background-color:#545454;}
.block.pages .item.five{ background-color:#cd140a;}
.block.pages .item.six{ background-color:#838383;}

.block.pages .item.one .texture, .block.pages .item.five .texture{ opacity:0.2;}

.block.pages .item:hover .intro{ opacity:0;}
.block.pages .item:hover .text{ opacity:1; bottom:0;}
.block.pages .item:hover .texture{ opacity:0.05;}
.block.pages .item:hover .background{ opacity:0.15; filter:grayscale(1);}

/* fullwidth */

.block.fullwidth{ position:relative; padding:140px 0;}
.block.fullwidth.gray{ background:#f7f7f7}
.block.fullwidth.lightblue{ background:#dfe1eb;}
.block.fullwidth .slideshow .swiper-container{ width:100%; height:100%;}
.block.fullwidth .slideshow .item{ width:100%; height:100%; position:absolute; left:0px; top:0px; background-size:cover; background-position:center center;}
.block.fullwidth .image{ width:50%; height:100%; position:absolute; top:0px; background-size:cover; background-position:center center; background-repeat:no-repeat;}
.block.fullwidth .image img{ display:none;}
.block.fullwidth.left .image{ top:0px; left:0px;}
.block.fullwidth.right .image{ top:0px; right:0px;}
.block.fullwidth.gradient .image:before{ content:""; width:40%; height:100%; position:absolute;}
.block.fullwidth.gradient.right .image:before{ left:0px; top:0px; background: rgb(255,255,255); background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);}
.block.fullwidth.gradient.left .image:before{ right:0px; top:0px;  background: rgb(255,255,255); background: linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);}
.block.fullwidth.gradient.right.gray .image:before{ background: rgb(247,247,247); background: linear-gradient(90deg, rgba(247,247,247,1) 0%, rgba(247,247,247,0) 100%);}
.block.fullwidth.gradient.left.gray .image:before{ background: rgb(247,247,247); background: linear-gradient(-90deg, rgba(247,247,247,1) 0%, rgba(247,247,247,0) 100%);}
.block.fullwidth.gradient.right.lightblue .image:before{ background: rgb(255,255,255); background: linear-gradient(-90deg, rgba(255,255,255,0) 0%, rgba(223,225,235,1) 100%);}
.block.fullwidth.gradient.left.lightblue .image:before{ background: rgb(255,255,255); background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(223,225,235,1) 100%);}

.block.fullwidth.homepage01:before{ content:""; width:800px; height:800px; position:absolute; left:-200px; top:0px; background:url(../images/symbol-black.png); background-size:100% auto; opacity:0.05;}

/* storia  */

.block.history .image{ max-width:600px; float:right; border-radius:5px; overflow:hidden; margin:5px 0 60px 60px;}
.block.history .text p{ text-align:justify;}

/* subpages */

.block.subpages{ padding-bottom:60px;}
.block.subpages .item{ text-align:center; margin-bottom:40px;}
.block.subpages .item .image{ border-radius:5px; margin-bottom:40px; overflow:hidden;}
.block.subpages .item .text h2{ font-size:32px; line-height:1.2; font-weight:700; margin-top:0px; margin-bottom:20px;}
.block.subpages .item .text p{ margin:0px;}

/* attivita */

.block.attivita .image{ border-radius:5px; overflow:hidden;}

/* archive */

.block.archive{ position:relative;}
.block.archive.home{ padding-bottom:60px;}
.block.archive.related{ padding-bottom:60px;}
.block.archive .row{ margin-left:-20px; margin-right:-20px;}
.block.archive .text{}
.block.archive .item{ width:100%; float:left; position:relative; margin-bottom:40px; text-align:left;}
.block.archive .item .image{ width:100%; float:left; position:relative;}
.block.archive .item .image img{ width:100%; float:left;}
.block.archive .item .image a{ width:100%; float:left; border-radius:5px; overflow:hidden;}
.block.archive .item .image a:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background:rgba(0,0,0,0.0); -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.block.archive .item span.date{ width:64px; height:64px; position:absolute; bottom:10px; left:10px; z-index:2; background:#cd140a; z-index:1; border-radius:5px;}
.block.archive .item span.date span.day{ width:100%; float:left; text-align:center; font-size:30px; line-height:1; margin-top:10px; color:#fff; font-weight:700;}
.block.archive .item span.date span.month{ width:100%; float:left; text-align:center; font-size:14px; line-height:1; color:#fff; font-weight:300;}
.block.archive .item .bottom{ width:100%; float:left; padding:0px; margin-top:20px;}
.block.archive .item .bottom h2{ display:inline-block; font-size:26px; line-height:1.2; text-transform:none; font-weight:700; margin-bottom:0px;}
.block.archive .item .bottom h2 a{ font-weight:inherit; color:inherit;}
.block.archive .item .bottom p + h2{ margin-top:0px;}

/* singola news */

.block.single-post{}
.block.single-post .info{ text-align:center; margin-bottom:40px;}
.block.single-post .info span.date{ width:64px; height:64px; display:inline-block; z-index:2; background:#cd140a; z-index:1; border-radius:5px;}
.block.single-post .info span.date span.day{ width:100%; float:left; text-align:center; font-size:30px; line-height:1; margin-top:10px; color:#fff; font-weight:700;}
.block.single-post .info span.date span.month{ width:100%; float:left; text-align:center; font-size:14px; line-height:1; color:#fff; font-weight:300;}
.block.single-post .info h1{ margin:0 10%; color:#000; font-weight:700;}
.block.single-post .body{ margin-bottom:40px;}
.block.single-post .body .text{ margin-bottom:20px;}
.block.single-post .body .text h3 + p{ margin-top:20px;}
.block.single-post .media-images{ margin-bottom:40px;}
.block.single-post .main-image{ margin-bottom:20px;}
.block.single-post .main-image img{ width:100%; height:auto; border-radius:10px;}
.block.single-post .actions{ text-align:left;}

/* galleria */

.block.gallery-page{ padding-bottom:40px;}
.block.gallery-page .gallery{ display:flex; flex-wrap:wrap; margin:0 -20px;}
.block.gallery-page .gallery .image{ width:33.33%; padding:0 20px; margin-bottom:40px;}
.block.gallery-page .gallery .image a{ float:left; border-radius:5px; overflow:hidden;}

/* contatti */

.block.contacts{ position:relative;}
.block.contacts .item{ width:100%; border-left:1px solid #e1e1e1; text-align:center; border-radius:5px;}
.block.contacts .item h2{ font-size:32px; font-weight:700;}
.block.contacts .item h3{ font-weight:700;}
.block.contacts .item h3 + p{ margin-top:5px;}
.block.contacts .item p + h3{ margin-top:20px;}
.block.contacts .item a{ color:#cd140a; font-weight:700;}
.block.contacts .item a:hover{ color:#000;}
.block.contacts .item .social{width:auto; margin:0px; display:inline-block; position:relative; margin-top:10px; z-index:2;}
.block.contacts .item .social ul{margin:0;width:auto; float:left;}
.block.contacts .item .social li{ width:auto;float:left; padding-left:0px; margin:0 5px 0 0;}
.block.contacts .item .social li:last-child{ margin-right:0px;}
.block.contacts .item .social li:before{ display:none;}
.block.contacts .item .social li a{width:48px;height:48px; background:#333;float:left;color:#fff;text-align:center; border-radius:50%;}
.block.contacts .item .social li a i{font-size:18px;line-height:48px;vertical-align:top;}
.block.contacts .item .social li.facebook a{background:#3b5999}
.block.contacts .item .social li.instagram a{background:#e4405f}
.block.contacts .item .social li a:hover{ background:#000 !important;}
.block.contacts .module{ width:100%;}
.block.contacts .module .form{ width:100%; margin-top:40px;}
.block.contacts .module .form .form-group{ position:relative; margin-bottom:15px;}
.block.contacts .module .form .form-group > label{ width:auto; float:left; padding-left:3px; z-index:2;}

/* professionisti */

.block.consiglio{ padding-bottom:40px; }
.block.consiglio .item{ width:100%; float:left; position:relative; margin-bottom:40px; height:auto; z-index:2;}
.block.consiglio .item{ width:100%; display:flex; flex-wrap:nowrap; align-items:center;}
.block.consiglio .item .icon{ width:350px; text-align:center; margin-bottom:0px; border:0px; border-radius:5px; overflow:hidden;}
.block.consiglio .item .text{ width:calc(100% - 350px); padding-left:40px;}
.block.consiglio .item .text h2{ font-size:32px; line-height:1.2; font-weight:700; color:#cd140a; margin:0px; margin-bottom:0px;}
.block.consiglio .item .text h3{ margin:0px;}
.block.consiglio .item .text h3 + p{ margin-top:20px;}
.block.consiglio .item .text p{ max-width:90%; margin:0px;}
.block.consiglio .item .text p:last-child{ margin-bottom:0px;}
.block.consiglio .button{ width:100%; text-align:center;}

.block.single-consiglio .image{border-radius:5px; overflow:hidden;}

/* sostienici */

.block.donate .image{ border-radius:5px; overflow:hidden;}
.block.donate02 .text{ text-align:center;}
.block.donate02 .text h2{ font-size:32px; color:#000;}
.block.donate02 .text h2 + p{ margin-top:10px;}
.block.donate02 .text h2 + .btn{ margin-top:15px;}
.block.donate02 .text .btn + h2{ margin-top:40px;}

/* volontario */

.block.volontario .image{ border-radius:5px; overflow:hidden;}

/* attivita */

.block.subpages-list{ position:relative;}
.block.subpages-list .item{ display:flex; flex-wrap:wrap; background:#fff; margin-bottom:40px; margin-bottom:40px;}
.block.subpages-list .item .image{ width:55%; border-radius:5px; overflow:hidden; display: flex; align-items:start;  justify-content: center;}
.block.subpages-list .item .text{ width:45%; display: flex; flex-direction: column; justify-content: center; text-align:left; padding-left:60px; }
.block.subpages-list .item .text h2{ font-weight:700; margin:0px;}
.block.subpages-list .item .text .readmore{ margin:0px; margin-top:10px;}

.block.subpages-list.page{ padding-bottom:60px;}

.block.subpages-list .item:nth-child(even) .image{ order:2;}
.block.subpages-list .item:nth-child(even) .text{ padding:0px; text-align:right; padding-right:60px;}

/* bilancio */

.block.bilancio .table-bilancio .info-name{ margin-bottom:40px; text-align:center;}
.block.bilancio .table-bilancio .info-name h2{ font-size:50px;}
.block.bilancio .table-bilancio .info-table{ border-radius:5px; border:1px solid #e1e1e1; border-bottom-width:0px; overflow:hidden;}
.block.bilancio .table-bilancio .info-table .table{ font-size:16px; border:1px solid #e1e1e1; margin:0px; border:0px;}
.block.bilancio .table-bilancio .info-table .table thead tr th{ background:#cd140a; color:#fff; padding:10px 20px; font-size:18px; border-bottom:1px solid #e1e1e1; font-weight:700 !important;}
.block.bilancio .table-bilancio .info-table .table .nome{  width:25%; text-align:left;}
.block.bilancio .table-bilancio .info-table .table .descrizione{width:50%; text-align:left;}
.block.bilancio .table-bilancio .info-table .table .download{ width:25%; text-align:center;}
.block.bilancio .table-bilancio .info-table .table tbody tr td{ padding:10px 20px; font-weight:400; border-bottom:1px solid #e1e1e1;}
.block.bilancio .table-bilancio .info-table .table tbody tr:nth-child(odd) td{ background:#f7f7f7;}

/* footer */

.footer{ width:100%; position:relative; display:inline-block; font-family: 'Manrope', sans-serif; width:100%; float:left; background:none; overflow:hidden;}
.footer .footer-row{ padding:60px 0; background:#222; text-align:center; position:relative; z-index:20;}
.footer .footer-row .row-footer{ display:flex; flex-wrap:nowrap;}
.footer .footer-row .row-footer .col-footer{ width:auto; max-width:300px;}
.footer .footer-row .row-footer .col-footer01{ max-width:300px;}
.footer .footer-row .row-footer .col-footer05{ width:auto; max-width:none; margin-left:auto;}
.footer .footer-row .widget{ position:relative; z-index:10; text-align:left;}
.footer .footer-row .widget p + h3{ margin-top:20px;}
.footer .footer-row .widget h4{ font-size:20px; line-height:1.2; color:#cd140a; font-weight:600; margin-bottom:10px;}
.footer .footer-row .widget strong{ font-weight:700;}
.footer .footer-row .widget p{ font-family: 'Manrope', sans-serif; font-weight:300; font-size:14px; line-height:22px; margin-bottom:10px; color:#fff;}
.footer .footer-row .widget a{ color:#ff6500; font-weight:300;}
.footer .footer-row .widget ul + h4{ margin-top:35px;}
.footer .footer-row .widget .btn{ margin-top:10px;}
.footer .footer-row .widget.widget-company img{ width:100%; max-width:210px; margin-bottom:20px;}
.footer .footer-row .widget.widget-company p{ font-size:12px; line-height:20px; font-weight:300; color:#e1e1e1;}
.footer .footer-row .widget.widget-company a{ color:#fff; font-weight:inherit;}
.footer .footer-row .widget.widget-services a{ color:#fff;}
.footer .footer-row .widget.widget-services a:hover{ color:#da3636;}
.footer .footer-row .widget.widget-services ul{ margin:0px;}
.footer .footer-row .widget.widget-services li{ font-size:15px; line-height:22px; position:relative; margin-bottom:0px; padding-left:20px; font-weight:300;}
.footer .footer-row .widget.widget-services li:before{ content:"\f0da"; font-family:FontAwesome; position:absolute; left:0px; top:1px; font-size:12px; color:#666;}
.footer .footer-row .widget.widget-services li a{ color:#fff; font-weight:400;}
.footer .footer-row .widget.widget-services li a:hover{ color:#cd140a;}
.footer .footer-row .widget.widget-social{ text-align:right;}
.footer .footer-row .social{width:100%; margin:0px; padding:0px; margin-top:20px;}
.footer .footer-row .social ul{margin:0;width:auto;float:right}
.footer .footer-row .social li{ width:auto;float:left; margin-left:10px;}
.footer .footer-row .social li:first-child{ margin:0px;}
.footer .footer-row .social li a{float:left;position:relative;border-radius:50%;}
.footer .footer-row .social li a span.circle{width:48px;height:48px;float:left;color:#fff;text-align:center;}
.footer .footer-row .social li a span.circle i{font-size:22px;line-height:48px;vertical-align:top;}
.footer .footer-row .social li.facebook a{background:#3b5999}
.footer .footer-row .social li.instagram a{background:#e4405f}
.footer .footer-row .social li a:hover{ background:#000 !important;}


/* modal */

body.modal-open .header{ filter: blur(4px);}
body.modal-open .wrapper{ filter: blur(4px);}
body.modal-open .footer{ filter: blur(4px);}

.modal{ z-index:999999; border-radius:0px; display:none !important;}
.modal.in { display:flex !important; align-items:center; flex-direction: column; justify-content:center;}
.modal-open .modal{ overflow:auto;}
.modal-backdrop{ z-index:99999; background:#f7f7f7;}
.modal-backdrop.in{ opacity:0.75;}
.modal .modal-dialog{ width:100%; max-width:1000px; margin:0px; overflow:auto !important; box-shadow:0px 0px 100px rgba(0,0,0,0.2);}
.modal.in .modal-dialog{ top:auto; transform:none;}
.modal-body{ padding:30px;}
.modal .modal-content{ border-radius:0px; border:0px;}
.modal .close{ width:40px; height:40px; position:absolute; background-color:#fff; background-image:url(../images/icon-close.png); background-size:30px 30px; background-repeat:no-repeat; background-position:center center; top:0px; right:0px; opacity:1; z-index:9999;}
.modal .modal-body{ border-radius:0px; padding:0px;}
.modal .modal-body .image{ width:100%; background-size:cover; background-position:center center;}
.modal .modal-body .image img{ display:none;}
.modal .modal-body .text{ padding:60px 40px;}
.modal .modal-body .text h3{ font-size:22px; line-height:28px; color:#000; font-weight:300; margin-bottom:10px;}
.modal .modal-body .text h2{ font-size:34px; line-height:34px; color:#000; margin-bottom:10px;}
.modal .modal-body .text h3 + h2{ margin-top:0px;}
.modal .modal-body .text p + .btn{ margin-top:20px;}
.modal .modal-body .text .btn{ width:100%; padding:15px 20px; font-size:20px;}

#scrolltop{ width:48px; height:48px; position:fixed; z-index:999; right:20px; bottom:20px; opacity:0; visibility:hidden; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
#scrolltop.show{ opacity:1; visibility:visible;}
#scrolltop a{ width:48px; height:48px; float:left; background:#cd140a; border-radius:50%; text-align:center;}
#scrolltop a:before{ content:"\f106"; width:50px; height:50px; font-family:FontAwesome; font-size:16px; color:#fff; line-height:50px;}
#scrolltop a:hover{ background:#000;}

.carousel-prev a, .carousel-next a{ width:60px; height:60px; position:absolute; top:50%; margin-top:-30px; background-size:100% auto; z-index:10; cursor:pointer;}
.carousel-prev a{ background-image:url(../images/icon-prev.png); left:-60px;}
.carousel-next a{ background-image:url(../images/icon-next.png); right:-60px;}

.captchaField > div {	margin-bottom: 15px;}

@media (min-width: 1700px) {
	
	.container{ width:1300px;}
	.block.carousel-visual .container{ width:1300px; padding:0px 30px;}
	

}

@media (max-width: 1499px) {
	
	.row.row40{ margin-left:-30px; margin-right:-30px;}
	.row.row40 > [class*="col-"]{ padding:0 30px;}
	
	.block.carousel-visual .prev-carousel{ left:0px;}
	.block.carousel-visual .next-carousel{ right:0px;}
	
	.container{ width:1170px;}
	.block.carousel-visual .container{ width:1170px; padding:0 30px;}
	
	.block.fullwidth{ padding:120px 0;}
	.block.fullwidth.gradient .image:before{ width:60%;}
	
	.block.carousel-visual .box .text-wrap .text h1{ font-size:46px;}
	.block h1, .block h2{ font-size:46px;}
	.title .text h1, .title .text h2{ font-size:46px;}
	.block.presentation .top-title h2{ font-size:46px;}
	.block.pages .item .intro{ font-size:30px;}
	.block.donate02 .text h2{ font-size:30px;}
	.block.consiglio .item .text h2{ font-size:30px;}
	.block.values .item h2{ font-size:30px;}
	.block.archive .item .bottom h2{ font-size:24px;}
	.block h3{ font-size:20px;}
	.block.bilancio .table-bilancio .info-table .table thead tr th{ font-size:17px;}
	p, li{ font-size:16px;}
	
	.block.consiglio .item .icon{ width:250px;}
	.block.consiglio .item .text{ width:calc(100% - 250px);}
	
	
	.block.presentation .top-title h3{ padding:0 5%;}
	.block.single-post .info h1{ padding:0 5%;}
	.block.presentation h2 + h3{ margin-top:15px;}
	.block.presentation h3 + .btn{ margin-top:20px;}
	
	
	
}

@media (max-width: 1199px){
	
	.row.row40{ margin-left:-20px; margin-right:-20px;}
	.row.row40 > [class*="col-"]{ padding:0 20px;}
	
	.header a.navbar-brand img{ height:55px}
	.header .navbar .navbar-nav > li.home{ display:none;}
	.header .navbar .navbar-nav > li > a{ font-size:16px; margin:0 4px;}
	.header .navbar .navbar-nav > li.quote{ margin-left:15px;}
	.header .navbar .navbar-nav > li.quote a{ margin:0px;}
	
	.block.carousel-visual .prev-carousel{ left:0px;}
	.block.carousel-visual .next-carousel{ right:0px;}
	

	.container{ width:970px;}
	.block.carousel-visual .container{ width:970px;}
	
	
	.footer .footer-row .row-footer .col-footer{ max-width:250px;}
	.footer .footer-row .row-footer .col-footer01{ max-width:250px;}
	.footer .footer-row .social li a span.circle{ width:40px; height:40px;}
	.footer .footer-row .social li a span.circle i{ font-size:18px; line-height:40px;}
	.footer .footer-row .widget.widget-company img{ max-width:170px;}
	.footer .footer-row .widget.widget-company p{ font-size:11px; line-height:18px;}
	.footer .footer-row .widget p{ font-size:13px; line-height:20px;}
	.footer .footer-row .widget.widget-services li{ font-size:13px; line-height:20px;}
	.footer .footer-row .widget h4{ font-size:18px;}
	
	.block.history .image{ max-width:400px;}
	
	.block.carousel-visual .box .text-wrap .text h1{ max-width:100%;}
	
	.block.carousel-visual .box .text-wrap .text h1{ font-size:40px;}
	.block h1, .block h2{ font-size:40px;}
	.title .text h1, .title .text h2{ font-size:40px;}
	.block.presentation .top-title h2{ font-size:40px;}
	.block.pages .item .intro{ font-size:28px;}
	.block.donate02 .text h2{ font-size:28px;}
	.block.consiglio .item .text h2{ font-size:28px;}
	.block.values .item h2{ font-size:28px;}
	.block.carousel-visual .box .text-wrap .text p{ font-size:18px;}
	
	.title .breadcrumb li{ font-size:13px;}
	.title .breadcrumb li:after{ margin:0 5px;}
	
	

}

@media (max-width: 1008px) {
	
	
		
}

@media (min-width: 992px) {
	
	.header .navbar-collapse{ display:block;}

}

@media (max-width: 992px) {
	
	.navbar-nav{ padding-bottom:0px;}	
	.footer-row [class*=col-]{ margin:0px;}
	
}

@media (max-width: 991px) {
	
	.navbar-toggle{ display:block;}

	.container{ width:750px;}
	.block.carousel-visual .container{ width:100%;}
	
	.header{}
	.header .navbar{ position:relative;}
	.header .navbar a.navbar-brand{ position:relative; z-index:10; line-height:100px;}
	.header .navbar a.navbar-brand img{ height:55px;}
	.header .navbar .menu-wrap{ width:100%; display:block; flex-wrap:unset; float:left; margin:0px;}
	.header .navbar-collapse{ background:#fff; padding:0px; float:none !important; clear: both; width: 100%; margin: 0 !important;}
	.header .navbar-collapse.in{ }
	.header .navbar .navbar-nav{ width:100%; float:left; margin:0px; padding-bottom:0px; display:inherit; vertical-align:inherit; margin-bottom:0px; padding-bottom:20px; overflow:hidden;}
	.header .navbar .navbar-nav + .navbar-nav{ padding-top:0px;}
	.header .navbar .navbar-nav > li{ clear:both; width:100%; padding:0px; text-align:center; border-bottom:1px solid #e1e1e1;}
	.header .navbar .navbar-nav.right > li:last-child{ border:0px;}
	.header .navbar .navbar-nav > li:after{ display:none;}
	.header .navbar .navbar-nav > li > a:after{ display:none;}
	.header .navbar .navbar-nav > li > a{ line-height:1 !important; font-size:16px; color:#000; padding:7px 0; border-left:0px !important; margin:0px; border:0px;}
	.header .navbar .navbar-nav > li > a span:before, .header .navbar-nav > li.active > a span:before{ display:none;}
	.header .navbar .navbar-nav > li.active > a{ color:#cd140a; border:0px;}
	.header .navbar .navbar-nav > li > a:hover{ color:#cd140a; border:0px;}
	.header .navbar .navbar-nav > li > span.aprisottomenu{ display:inline-block;}
	.header .navbar .navbar-nav > li > a:before{ opacity:0.5;}
	.header .navbar .navbar-nav > li.quote{ margin:0px; margin-top:10px;}
	.header .navbar .navbar-nav > li.quote a{ font-size:18px; text-align:center;}
	.header .navbar .navbar-nav > li > span.aprisottomenu{ display:inline-block;}
	
	.block.pages .item-wrap .col{ width:50%;}
	
	.title{ padding-top:0px;}
	
	.title + .block.presentation{ padding-top:40px;}
	
	.block{ padding:60px 0;}
	.block.gallery-page .gallery{ margin:0 -10px;}
	.block.gallery-page .gallery .image{ width:50%; padding:0 10px; margin-bottom:20px;}
	.block.single-post .body{ margin-bottom:0px;}
	
	.block.contacts .item{ border:0px; margin-top:40px;}
	
	.block.donate .image{ margin-bottom:20px;}
	.block.donate02 .text{ margin-bottom:20px;}
	.block.subpages .item .image{ margin-bottom:20px;}
	.block.volontario .image{ margin-bottom:20px;}
	
	.block.history .image{ width:100%; max-width:100%; margin:0px; margin-bottom:20px;}
	
	.block.subpages-list .item .text{ padding-left:40px;}
	.block.subpages-list .item:nth-child(even) .text{ padding-right:40px;}
	
	.block.attivita .image{ margin-top:20px;}
	
	.block.values{ padding-bottom:40px;}
	.block.values .row.list > [class*="col-"]{ border:0px;}
	
	.block.archive.home{ padding-bottom:40px;}
	
	.block.fullwidth{ overflow:hidden;}
	
	.footer .footer-row .row-footer{ flex-wrap:wrap; justify-content:center;}
	.footer .footer-row .widget{ text-align:center;}
	.footer .footer-row .row-footer .col-footer01{ width:50%;}
	.footer .footer-row .row-footer .col-footer02{ width:50%;}
	.footer .footer-row .row-footer .col-footer03{ width:50%;}
	.footer .footer-row .row-footer .col-footer04{ width:50%;}
	.footer .footer-row .row-footer .col-footer05{ width:100%; margin:0px;}
	.footer .footer-row .widget.widget-social{ text-align:center;}
	.footer .footer-row .social ul{ float:none; display:flex; flex-wrap:nowrap;justify-content:center;}
	.footer .footer-row .widget.widget-services li{ padding:0px;}
	.footer .footer-row .widget.widget-services li:before{ display:none;}
	.footer .footer-row .widget.widget-company img{ margin:0 auto; margin-bottom:20px;}
	
	.block.carousel-visual .box .text-wrap .text h1{ font-size:36px;}
	.block h1, .block h2{ font-size:36px;}
	.title .text h1, .title .text h2{ font-size:36px;}
	.block.presentation .top-title h2{ font-size:36px;}
	
	.block h3{ font-size:18px;}
	
		
}


@media (max-width: 768px){
	
	.container{ width:100%;}
	.block.carousel-visual .container{ width:100%;}
	
	.content .row + .row{ margin-top:20px;}
		
	.container{ padding:0 25px;}
	.container-fluid{ padding:0 25px;}
	
	.footer .footer-row{ padding:40px 0;}
	
	.block.pages .item-wrap .col{ width:100%;}
	.block.pages .item .intro{ padding:20px;}
	
	.block.carousel-visual .box{ padding-bottom:180%;}
	.block.carousel-visual .box .text-wrap .text{ max-width:100%; padding:0 40px; text-align:center;}
	
	.block.subpages-list .item{ flex-wrap:wrap;}
	.block.subpages-list .item .image{ width:100%; margin-bottom:20px;}
	.block.subpages-list .item .text{ width:100%; padding:0px !important; text-align:center !important;}
	.block.subpages-list .item:nth-child(even) .image{ order:0;}
	
	.block.contacts .module .form .form-group{ margin-bottom:10px;}
	
	.block.fullwidth{ padding-top:0px !important; padding-bottom:60px;}
	.block.fullwidth .image:before{ display:none;}
	.block.fullwidth .image{ width:100%; position:static; left:auto; top:auto; right:auto; margin-bottom:40px; }
	.block.fullwidth .image img{ display:block;}
	
	.block.consiglio .item{ flex-wrap:wrap;}
	.block.consiglio .item .icon{ width:100%; margin-bottom:20px;}
	.block.consiglio .item .text{ width:100%; float:left; padding:0px;}
	
	
	.block.carousel-visual .box .text-wrap .text h1{ font-size:34px;}
	.block h1, .block h2{ font-size:34px;}
	.title .text h1, .title .text h2{ font-size:34px;}
	.block.presentation .top-title h2{ font-size:34px;}
	.block.pages .item .intro{ font-size:26px;}
	.block.donate02 .text h2{ font-size:26px;}
	.block.consiglio .item .text h2{ font-size:26px;}
	.block.values .item h2{ font-size:26px;}
	.block.archive .item .bottom h2{ font-size:21px;}
	.block h3{ font-size:17px;}
	.block.bilancio .table-bilancio .info-table .table thead tr th{ font-size:16px;}
	p, li{ font-size:15px;}
	
	
}

@media (max-width: 640px){
	
	
}

@media (max-width: 479px) {
	
	[class*=col-xs-]{ text-align:inherit;}	
	.footer [class*=col-]{ text-align:inherit;}	

}