﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&family=Oranienbaum&display=swap');

body{ font-size:18px; font-family: 'Gabarito', sans-serif !important; color:#777;}

::selection{ background:#82181c; color:#fff; -webkit-background-clip: unset; -webkit-text-fill-color:#fff;}
::-moz-selection{ background:#82181c; color:#fff; -webkit-background-clip: unset; -webkit-text-fill-color:#fff;}
h1, h2, h3, h4, h5, h6, span.h2{ font-family: 'Oranienbaum', sans-serif; font-weight:500; margin-top:0px;}
a{ color:#000; font-weight:400; transition: all .3s ease-in-out;}
a:hover, a:focus{ color:#000;}
p, li{ color:#777; font-size:18px; 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 80px;}
.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:'Gabarito', sans-serif; height:50px; float:left; font-size:16px; font-weight:300; background:#fff; border-radius:0px; -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{ height:150px; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.form-group > label{ font-size:16px; text-align:left; font-weight:400; color:#000;}
.form-group > label span{ color:#82181c; font-size:16px; line-height:24px; margin-left:5px; float:right;}
.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:15px; font-weight:400; 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:15px; line-height:30px; border-radius:0px; color:#1a1a1a;}
.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:20px;}
.widget .chosen-single{ font-weight:400; background:#f7f7f7;}
.widget .chosen-drop{ background:#f7f7f7;}
input[type="submit"].btn{ height:50px;}
.form-group{ margin-bottom:25px;}

.btn{ font-family: 'Gabarito', sans-serif; font-size:15px; height:auto; padding:10px 20px; line-height:20px; font-weight:400; text-transform:none; text-transform:uppercase; border-radius:0px;}
.btn.btn-input{ height:50px;}
.btn.btn-default{ background:#82181c; border:1px solid #82181c; color:#fff; vertical-align:top;}
.btn.btn-default:hover, .btn.btn-default:focus{ background:#000; border-color:#000; color:#fff;}
.btn.btn-primary{ background:#000; border:1px solid #000; vertical-align:top;}
.btn.btn-primary:hover, .btn.btn-primary:focus{ background:#82181c; border-color:#82181c; color:#fff;}

a.readmore{ font-family: 'Gabarito', sans-serif; position:relative; background:#82181c; display:inline-block; letter-spacing:1px; padding-right:50px; text-transform:uppercase; color:#fff;}
a.readmore span{ position:relative; padding:0 20px; line-height:48px; font-size:12px; font-weight:500;}
a.readmore:after{ content:"\f054"; width:48px; height:48px; position:absolute; right:0px; font-family: 'FontAwesome'; position:absolute; background:#b95a5e; text-align:center; text-align:center; font-size:11px; line-height:48px; transition: all .3s ease-in-out;}
a.readmore:hover:after{ background:#82181c;}

a.readmore.small{ padding-right:40px;}
a.readmore.small span{ line-height:40px;padding:0 15px; font-size:11px;}
a.readmore.small:after{ width:40px; height:40px; line-height:40px; font-size:10px;}

.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:400; color:#5c5c5c; 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:0px;}
.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:#333; 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:30px; top:25px; background-color:#82181c;}
.navbar-toggle i{ font-size:16px; color:#fff; line-height:50px;}
.navbar-toggle span{ font-size:25px; line-height:50px; color:#fff;}
.navbar-toggle:hover{ background:#000;}
.navbar-toggle:hover i{ color:#fff;}
.check + input[type="submit"]{ margin-top:20px;}
.row.row-eq-height{display:flex}

ul.pagination.solid{ text-align:center; margin-top:60px;}
ul.pagination.solid li{ padding:0px 10px !important; margin:0px; border-right:1px solid #e1e1e1;}
ul.pagination.solid li:first-child{ padding-left:0px;}
ul.pagination.solid li:last-child{ padding-right:0px; border:0px;}
ul.pagination.solid li a{ width:40px; height:20px; font-size:22px; line-height:20px; border:0px; border-radius:0px; font-weight:400; background:none; color:#000;}
ul.pagination.solid li a:hover, ul.pagination.solid li a:focus{ background:none; color:#82181c;}
ul.pagination.solid li.active a, ul.pagination.solid li.active a:hover,  ul.pagination.solid li.active a:focus{ background:none; color:#82181c; font-weight:700;}

.container + .container-fluid{ margin-top:0px;}

.divider-line{ width:200px; height:5px; background:#82181c; margin-top:60px;}

/* header */

.sticky-wrapper{ width:100%; position:absolute;}

.header{ width:100%; position:absolute; float:left; z-index:9999; background:#fff; -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 .navbar a.navbar-brand{ float:left; font-size:0px; line-height:160px; padding:0px;}
.header .navbar a.navbar-brand img{ max-height:130px; margin:0px;}
.header .navbar .menu-wrap{ width:auto; float:right;}

.header .navbar .social{width:auto; float:right; margin-top:30px; margin-bottom:20px;}
.header .navbar .social ul{margin:0;width:auto;}
.header .navbar .social li{ width:auto; float:left; padding:0px; margin-right:5px;}
.header .navbar .social li:last-child{ margin-right:0px;}
.header .navbar .social li:before{ display:none;}
.header .navbar .social li a{float:left;position:relative;border-radius:0px;}
.header .navbar .social li a span.circle{width:40px;height:40px;float:left;color:#fff;text-align:center;}
.header .navbar .social li a span.circle i{font-size:20px;line-height:40px;vertical-align:top;}
.header .navbar .social li.facebook a{background:#0b84ee}
.header .navbar .social li.youtube a{background:#ff0000}
.header .navbar .social li.instagram a{background:#b7289a}
.header .navbar .social li a:hover{ background:#82181c !important;}

.header .navbar .navbar-collapse{ padding:0px; margin:0px; margin-right:0px;}
.header .navbar .navbar-nav{ clear:both; float:right; border-top:1px solid #d8d8d8;}
.header .navbar .navbar-nav > li{ display:flex; align-items:center; margin:0px; padding:0px;}
.header .navbar .navbar-nav > li > a{ font-family: 'Gabarito', sans-serif; font-size:14px; color:#646464; font-weight:500; letter-spacing:1px; padding:15px 10px 30px 10px; margin:0px 20px; border:0px; text-transform:uppercase; line-height:20px; border-top:5px solid transparent;}
.header .navbar .navbar-nav > li:first-child > a{ margin-left:0px;}
.header .navbar .navbar-nav > li:last-child > a{ margin-right:0px;}
.header .navbar .navbar-nav > li.dropdown > a:after{ display:none;}
.header .navbar .navbar-nav > li > a:hover{ color:#82181c;}
.header .navbar .navbar-nav > li.active > a{ font-weight:700; color:#82181c; border-color:#82181c;}
.header .navbar .sfHover .dropdown-toggle{ color:#82181c !important;}
.header .navbar .navbar-nav > li.quote a{ padding:10px 20px; margin-top:25px; font-size:15px; text-transform:uppercase; font-weight:400; background:#82181c; color:#fff; border-radius:20px;}
.header .navbar .navbar-nav > li.quote a:hover{ background:#000;}

.header .navbar .navbar-nav > li > span.aprisottomenu{ display:none; width:22px; height:22px; float:right; position:absolute; right:0px; top:7px; cursor:pointer; text-align:center; vertical-align:middle;}
.header .navbar .navbar-nav > li > span.aprisottomenu:before{ content:"\f107"; font-family: 'Material Symbols Outlined'; width:inherit; height:inherit; font-size:22px; line-height:19px; position:absolute; left:0px; top:0px; color:#000; -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 .navbar-nav > li > span.aprisottomenu.aperto:before{ transform: rotate(180deg); color:#000; margin-top:-3px;}

.header .dropdown-menu:before{ content:""; width:100px; height:5px; background:#82181c; position:absolute; top:-5px; left:50%; margin-left:-50px;}
.header .dropdown-menu:after{ content:""; width:0px; height:0px; position:absolute; left:50%; top:0px; margin-left:-10px; border-left:10px solid transparent; border-right:10px solid transparent; border-top:10px solid #82181c;}
.header .dropdown-menu { width:auto; min-width:180px; max-width:180px; background:#fff; border-radius:0px; padding:15px; left:50%; transform: translateX(-50%); }
.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:center; border-bottom:1px solid #d9d9d9;}
.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:14px; color:#999; line-height:1.3; letter-spacing:1px; padding:15px 0; text-align:center; white-space:normal; border-radius:0px; font-weight:500; text-transform:uppercase; }
.header .dropdown-menu > li.active > a, .header .dropdown-menu > li.active > a:hover{ background:rgba(256,256,256,0.3); color:#82181c;}
.header .dropdown-menu > li:last-child > a { border: 0px; }
.header .dropdown-menu > li > a:hover, .header .dropdown-menu > li > a:focus { background:rgba(256,256,256,0.3); color:#82181c;}


.wrapper{ width:100%; float:left; overflow:unset;}
.content{ overflow:hidden; }
.content .row + .row{ margin-top:60px;}

/* visual home page */

.visual-wrap{ width:100%; position:relative; overflow:hidden;}
.visual{ width:100%; height:100vh; min-height:750px; position:relative; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.visual:after{ content:""; width:100%; height:50%; position:absolute; left:0px; bottom:0px; z-index:1; background: rgb(0,0,0); background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);}
.visual:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; z-index:2; background:rgba(0,0,0,0.3);}
.visual .image{ width:50%; height:100%; position:absolute; background-size:cover; background-repeat:no-repeat; z-index:10;}
.visual .image.left{ top:140px; left:0px; background-position:right top;}
.visual .image.right{ top:140px; right:0px; background-position:left top;}
.visual .image img{ display:none;}
.visual .row{ margin:0px -30px;}
.visual [class*="col-"]{ position:inherit; padding:0px 30px; text-align:left;}
.visual .slide-wrap{ width:100%; height:100%; left:0px; position:absolute; display:table; z-index:3;}
.visual .slide{ display:table-cell; vertical-align:bottom; text-align:left; padding-bottom:100px;}
.visual .slide span.page-name{ width:100%; float:left; font-weight:400; font-size:16px; letter-spacing:4px; margin-bottom:15px; text-transform:uppercase;}
.visual .slide h1{ font-family: 'Oranienbaum', sans-serif; color:#fff; font-size:80px; line-height:1; font-weight:300; position:relative; z-index:2; margin-bottom:20px;}
.visual .slide h1 strong{ font-weight:700;}
.visual .slide h2{ font-family: 'Oranienbaum', sans-serif; color:#fff; font-size:38px; line-height:1.4; font-weight:300; position:relative; z-index:2; margin-bottom:30px; text-transform:none;}
.visual .slide h2 strong{ font-weight:700;}
.visual .slide p{ font-size:20px; line-height:28px; color:#000; position:relative; z-index:2; margin-bottom:20px;}

.visual-wrap .next, .visual-wrap .prev{ width:48px; height:48px; position:absolute; top:50%; margin-top:-24px; background-color:rgba(255,255,255,0.5); z-index:10; text-align:center; line-height:48px; cursor:pointer; -webkit-transition: all .1s ease-in-out; -moz-transition: all .1s ease-in-out; -o-transition: all .1s ease-in-out; transition: all .1s ease-in-out;}
.visual-wrap .next:hover, .visual-wrap .prev:hover{ background-color:rgba(255,255,255,0.75);}
.visual-wrap .prev{ left:0px;}
.visual-wrap .prev:before{ content:"\f053"; font-family: 'FontAwesome'; font-size:14px; line-height:48px;}
.visual-wrap .next{ right:0px;}
.visual-wrap .next:before{ content:"\f054"; font-family: 'FontAwesome'; font-size:14px; line-height:48px;}

/* titolo pagina */

.title{ padding:220px 0 60px 0; position:relative; overflow:hidden; background-repeat:no-repeat; background-position:center center; background-size:cover; overflow:hidden;}
.title:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; z-index:2; background:rgba(0,0,0,0.3);}
.title .box{ width:100%; min-height:300px; background:rgba(43, 47, 49, 0.75); display:flex; flex-wrap:nowrap; align-items:center; padding:60px;}
.title .text{ width:100%; display:flex; flex-wrap:nowrap; align-items:center;}
.title .text span.data{ color:#fff; font-size:20px; line-height:1; position:relative; z-index:2; margin:0px;}
.title .text span.data + h1{ margin-top:10px;}
.title .text h1{ color:#fff; width:100%; font-size:90px; display:inline-block; line-height:1; position:relative; z-index:2; margin:0px;}
.title .text h2{ color:#fff; width:100%; font-size:40px; display:inline-block; line-height:1; position:relative; z-index:2; margin:0px;}
.title .text .col1{ width:100%;}
.title .text .col2{ width:100%; display:flex; justify-content:right; margin-left:auto;}
.title .text .image img{ height:200px;}

/* blocchi generale */

.block{ padding:80px 0;}
.block.small{ padding:60px 0;}
.block.gray{ background:#f7f7f7;}
.block.lightgray{ background: rgb(255,255,255); background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(227,227,227,1) 100%);}
.block.pt0{ padding-top:0px !important;}
.block.pb0{ padding-bottom:0px;}
.block h1, .block h2{ font-size:50px; line-height:1; color:#82181c; margin-bottom:0px; font-weight:300;}
.block h1 strong, .block h2 strong{ color:#82181c;}
.block span.h2{ display:block;}
.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:300;}
.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 li{ position:relative; margin-bottom:0px; padding-left:20px;}
.block li:last-child{ margin-bottom:0px;}
.block li:before{ content:"\f105"; font-family:FontAwesome; position:absolute; left:0px; top:4px; font-size:12px; color:#333;}
.block h3 + a.readmore{ margin-top:20px;}

.block.presentation h2, .block.presentation span.h2{ margin-bottom:10px;}
.block.presentation h3{ margin-bottom:0px;}
.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 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:10px;}
.block.presentation p + .btn{ margin-top:20px;}

.block.presentation .top-title{ text-align:center;}
.block.presentation .top-title h2{ font-size:90px; line-height:1; margin:0px; color:#474747;}
.block.presentation .top-title h2 + h3{ margin-top:0px;}
.block.presentation .top-title h3{ font-size:38px; line-height:1; color:#888888;}
.block.presentation .top-title h3 + .readmore{ margin-top:40px;}

.block.presentation .line-title{ text-align:left; display:flex; flex-wrap:nowrap;}
.block.presentation .line-title h2{ font-size:60px; line-height:1; margin:0px; color:#313131; text-transform:uppercase;}
.block.presentation .line-title .col2{ margin-left:auto;}

/* valori */

.block.values .item{ text-align:left; position:relative;}
.block.values .item h2{ font-family: 'Oranienbaum', sans-serif; font-size:50px; line-height:1; text-transform:uppercase; margin-top:0px; margin-bottom:20px;}
.block.values .item p{ font-family: 'Oranienbaum', sans-serif; font-size:26px; line-height:1.2; color:#888888; margin:0px;}
.block.values .item p strong{ font-weight:inherit; color:#191919;}
.block.values .item .readmore{ margin-top:30px;}
.block.values .bottom{ margin-top:40px;}

/* maf home */

.block.maf-home{ padding:160px 0; background-size:cover; background-position:center center;}
.block.maf-home .box{ width:100%; max-width:1200px; background:rgba(43, 47, 49, 0.75); padding:60px;}
.block.maf-home .box .text h2{ font-family: 'Oranienbaum', sans-serif; font-size:80px; line-height:1; color:#fff; text-transform:uppercase; margin:0px;}
.block.maf-home .box .text h3{ font-family: 'Oranienbaum', sans-serif; font-size:30px; line-height:1.2; color:#fff; margin:0px;}
.block.maf-home .box .text h4{ max-width:400px; font-family: 'Oranienbaum', sans-serif; font-size:20px; line-height:1.2; color:#fff; margin:0px; margin-top:10px;}
.block.maf-home .box .text p{ color:#fff; margin:0px; margin-top:20px;}
.block.maf-home .box .text .readmore{ margin-top:30px;}
.block.maf-home .box .image{ max-width:400px;}

/* download */

.block.download .text h2{ font-size:38px; color:#313131;}
.block.download .text ul li{ padding:0px; padding:15px 0; position:relative; border-bottom:1px solid #b2b2b2; padding-right:50px;}
.block.download .text ul li:after{ content:""; width:32px; height:32px; position:absolute; right:0px; background:url(../images/icon-download.png); background-size:100% auto;}
.block.download .text ul li:last-child{ padding-bottom:0px; border:0px;}
.block.download .text ul li:before{ display:none;}
.block.download .text ul li a{ width:100%; color:#82181c; position:relative;}
.block.download .text ul li a:hover{ color:#313131;}

/* archive */

.block.archive{ position:relative; background:url(../images/bgarchive.jpg); background-size:cover; background-position:center center; background-repeat:no-repeat;}
.block.archive:before{ content:""; width:100%; height:50%; position:absolute; left:0px; bottom:0px; background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); }
.block.archive .image.image02{ margin-top:100px;}

/* format */

.block.format.home{ padding-bottom:10px;}
.block.format .container-fluid{ padding:0px;}
.block.format .item{ width:100%; position:relative; height:0px; padding-bottom:100%; overflow:hidden;}
.block.format .item .link a{ width:100%; height:100%; position:absolute; left:0px; top:0px; z-index:100;}
.block.format .item + .item{ margin-top:10px;}
.block.format .item .background{ width:100%; height:100%; position:absolute; left:0px; top:0px; background-size:cover; background-position:center center; filter: grayscale(0.25); transition: all .3s ease-in-out;}
.block.format .item .background:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background:#000; opacity:0.25; transition: all .3s ease-in-out;}
.block.format .item .background:after{ content:""; width:100%; height:75%; position:absolute; left:0px; bottom:0px; z-index:1; background: rgb(0,0,0); background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);}
.block.format .item .text{ width:100%; position:absolute; left:0px; bottom:0px; padding:40px; z-index:10;}
.block.format .item .text h2{ font-size:32px; line-height:1.1; color:#fff; margin:0px; margin-top:10px;}
.block.format .item .text h2 a{ font-weight:inherit; color:#fff;}
.block.format .item .text span.data{ font-size:16px; color:#fff; margin-top:20px; display:inline-block;}
.block.format .item .text h2 + .readmore{ margin-top:20px;}
.block.format .item .text .readmore{ position:absolute; right:0px; bottom:0px;}
.block.format .item:hover .background{ transform:scale(1.1);}

.block.format.page .item{ padding-bottom:66.67%; margin-bottom:10px;}
.block.format.page .item + .item{ margin:0px;}

/* last news */

.block.last-news{}
.block.last-news .container-fluid{ padding:0px;}
.block.last-news .item{ width:100%; position:relative; height:0px; padding-bottom:66.67%; overflow:hidden;}
.block.last-news .item .link a{ width:100%; height:100%; position:absolute; left:0px; top:0px; z-index:100;}
.block.last-news .item + .item{ margin-top:10px;}
.block.last-news .item .background{ width:100%; height:100%; position:absolute; left:0px; top:0px; background-size:cover; background-position:center center; filter: grayscale(0.25); transition: all .3s ease-in-out;}
.block.last-news .item .background:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background:#000; opacity:0.25; transition: all .3s ease-in-out;}
.block.last-news .item .background:after{ content:""; width:100%; height:75%; position:absolute; left:0px; bottom:0px; z-index:1; background: rgb(0,0,0); background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);}
.block.last-news .item .text{ width:100%; position:absolute; left:0px; bottom:0px; padding:40px; z-index:10;}
.block.last-news .item .text h2{ font-size:32px; line-height:1.1; color:#fff; margin:0px; margin-top:10px;}
.block.last-news .item .text h2 a{ font-weight:inherit; color:#fff;}
.block.last-news .item .text span.data{ font-size:16px; color:#fff; margin-top:20px; display:inline-block;}
.block.last-news .item .text h2 + .readmore{ margin-top:20px;}
.block.last-news .item .text .readmore{ position:absolute; right:0px; bottom:0px;}
.block.last-news .item:hover .background{ transform:scale(1.1);}

.block.last-news.page .item{ padding-bottom:66.67%; margin-bottom:10px;}
.block.last-news.page .item + .item{ margin:0px;}

/* single maf */

.block.single-maf .top{ margin-bottom:40px;}
.block.single-maf .top h2{ font-size:50px;}
.block.single-maf .top h3{ font-size:30px; line-height:1.1; color:#888;}
.block.single-maf .top h2 + h3{ margin-top:20px;}
.block.single-maf .top .divider-line{ margin-top:40px;}


/* single event */

.block.single-event .download{ margin-top:40px;}
.block.single-event .download h2{ font-size:38px; color:#313131; margin-bottom:20px;}
.block.single-event .download ul{ margin:0px; padding:0px;}
.block.single-event .download ul li{ padding:0px; padding:15px 0; position:relative; border-bottom:1px solid #b2b2b2; padding-right:50px;}
.block.single-event .download ul li:first-child{ padding-top:0px;}
.block.single-event .download ul li:after{ content:""; width:32px; height:32px; position:absolute; right:0px; background:url(../images/icon-download.png); background-size:100% auto;}
.block.single-event .download ul li:last-child{ padding-bottom:0px; border:0px;}
.block.single-event .download ul li:before{ display:none;}
.block.single-event .download ul li a{ width:100%; color:#82181c; position:relative;}
.block.single-event .download ul li a:hover{ color:#313131;}

.block.single-event .gallery{ margin-top:40px;}
.block.single-event .gallery h2{ font-size:38px; color:#313131; margin-bottom:20px;}
.block.single-event .gallery ul{ margin:0 -10px;}
.block.single-event .gallery ul li{ float:left; padding:0 10px; margin-bottom:20px;}
.block.single-event .gallery ul li:before{ display:none;}

/* galleria */

.block.gallery{ padding-bottom:0px;}
.block.gallery .line-title h2{ font-size:38px; text-transform:none;}
.block.gallery .container-fluid{ padding:0px; margin-top:40px;}
.block.gallery .image{ margin-bottom:10px;}

/* embed video */

.block.embed-video{ padding:0px;}
.block.embed-video .video{ width:100%; position:relative; height:0px; padding-bottom:40%; overflow:hidden; background-size:cover; background-position:center center;}
.block.embed-video .video .link a{ width:100%; height:100%; position:absolute; left:0px; top:0px; z-index:100;}
.block.embed-video .video .inner-wrap{ width:100%; height:100%; position:absolute; fle left:0px; top:0px;}
.block.embed-video .video .inner-wrap .inner{ width:100%; height:100%; display:flex; flex-wrap:nowrap; align-items:center; flex-direction:column; justify-content:center;}
.block.embed-video .video .inner-wrap .inner i{ font-size:70px; color:#fff;}
.block.embed-video .video .inner-wrap .inner span{ font-family: 'Oranienbaum', sans-serif; font-size:26px; line-height:1; margin-top:10px; color:#fff;}

/* lista team */

.block.team-list{ padding-bottom:40px; position:relative;}
.block.team-list .item{ display:flex; flex-wrap:nowrap; align-items:start; margin-bottom:40px;}
.block.team-list .item .text{ width:100%; float:left; padding-left:40px;}
.block.team-list .item .text .user{ margin-bottom:20px;}
.block.team-list .item .text .user h3{ font-size:32px; line-height:1.1; margin:0px; margin-bottom:5px; color:#313131;}
.block.team-list .item .text .user h4{ margin:0px; font-size:20px; line-height:1; font-weight:700; color:#f59f2c; }

/* archivio eventi */

.block.events-archive .item-wrap{ width:100%; float:left;}
.block.events-archive .item-wrap .item{ display:flex; flex-wrap:nowrap; padding-bottom:40px; margin-bottom:20px; border-bottom:1px solid #b2b2b2;}
.block.events-archive .item-wrap .item:last-child{ margin-bottom:0px; padding-bottom:0px; border:0px;}
.block.events-archive .item-wrap .item .image{ width:100px; height:100px; border:1px solid #e1e1e1;} 
.block.events-archive .item-wrap .item .text{ width:calc(100% - 100px); float:left; padding-left:40px;}
.block.events-archive .item-wrap .item .text h2{ font-size:32px; color:#313131;}
.block.events-archive .item-wrap .item .text span.data{ font-size:16px; color:#313131; margin:0px; margin-bottom:5px; display:inline-block;}
.block.events-archive .item-wrap .item .text .container-readmore{ margin-top: 20px;}

/* sidebar years*/

.years-sidebar h2{ color:#313131;}
.years-sidebar ul li{ padding:0px; padding:10px 0; position:relative; border-bottom:1px solid #b2b2b2;}
.years-sidebar ul li:last-child{ padding-bottom:0px; border:0px;}
.years-sidebar ul li:before{ display:none;}
.years-sidebar ul li a{ width:100%; color:#82181c; position:relative;}
.years-sidebar ul li a:hover{ color:#313131;}


/* contatti */

.block.contacts{ position:relative;}
.block.contacts .item{ width:100%;}
.block.contacts .item h2{ color:#58585a;}
.block.contacts .form{ margin-top:40px;}
.block.contacts .form .form-group{ position:relative;}
.block.contacts .form .form-group > label{ position:absolute; top:0px; margin:0px; margin-top:-12px; background:#fff; padding:0 10px 0 0; z-index:2;}
.block.contacts .box-wrap{ width:100%; float:left;}
.block.contacts .box{ clear:both; width:100%; height:100%; float:left; text-align:left; position:relative; overflow:hidden; border-radius:3px;}
.block.contacts .box h2{ text-transform:uppercase;}
.block.contacts .main{ position:relative; z-index:3; margin-bottom:20px;}
.block.contacts .main h2{ font-size:38px; text-transform:none; color:#313131;}
.block.contacts .main h3{}
.block.contacts .main a{ color:#82181c;}
.block.contacts .social{width:auto; margin-left:auto;}
.block.contacts .social ul{margin:0;width:auto;}
.block.contacts .social li{ width:auto; float:left; padding:0px; margin-right:5px;}
.block.contacts .social li:last-child{ margin-right:0px;}
.block.contacts .social li:before{ display:none;}
.block.contacts .social li a{float:left;position:relative;border-radius:0px;}
.block.contacts .social li a span.circle{width:40px;height:40px;float:left;color:#fff;text-align:center;}
.block.contacts .social li a span.circle i{font-size:20px;line-height:40px;vertical-align:top;}
.block.contacts .social li.facebook a{background:#0b84ee}
.block.contacts .social li.youtube a{background:#ff0000}
.block.contacts .social li.instagram a{background:#b7289a}
.block.contacts .social li a:hover{ background:#82181c !important;}

/* mappa */

.block.map{ padding:0px; position:relative; z-index:2;}
.block.map .iframe-wrap{}
.block.map .iframe{ width:100%; height:450px;}
.block.map .iframe .map-content{ padding:15px;}
.block.map .iframe .map-content h2{ font-family: 'Oranienbaum', sans-serif; font-size:26px; line-height:1; color:#82181c; margin-bottom:10px;}
.block.map .iframe .map-content p{ font-family: 'Gabarito', sans-serif; font-size:16px; line-height:1.4; margin-bottom:0px;}

/* footer */

.footer{ width:100%; position:relative; padding:40px 0 20px 0; overflow:hidden; background:#f4f4f4;}
.footer .footer-extra{ padding:0px; background:none; position:relative; z-index:2; text-align:center;}
.footer .footer-extra .row{ padding:0px;}
.footer .footer-extra .top .brands{ margin-bottom:20px;}
.footer .footer-extra .top .brands ul{ display:flex; flex-wrap:nowrap; margin:0 -20px; justify-content:center; align-items:center;}
.footer .footer-extra .top .brands ul li{ padding:0 20px;}
.footer .footer-extra .top .brands ul li.artedamangiare img{ height:120px;}
.footer .footer-extra .top .brands ul li.maf img{ height:70px;}
.footer .footer-extra .top .description p{ font-size:18px; line-height:1.4; color:#777;}
.footer .footer-extra .top .description a{ color:#777;}
.footer .footer-extra .top .description a:hover{ color:#82181c;}
.footer .footer-extra .bottom{ width:100%; display:flex; flex-wrap:nowrap; align-items:center; padding-top:10px; margin-top:30px; border-top:1px solid #bdbdbd;}
.footer .footer-extra .bottom .copyright p{ font-size:13px; line-height:1.4; color:#777;}
.footer .footer-extra .bottom .copyright a{ color:#777;}
.footer .footer-extra .bottom .copyright a:hover{ color:#82181c;}
.footer .footer-extra .bottom .social{width:auto; margin-left:auto;}
.footer .footer-extra .bottom .social ul{margin:0;width:auto;}
.footer .footer-extra .bottom .social li{ width:auto; float:left; padding:0px; margin-right:5px;}
.footer .footer-extra .bottom .social li:last-child{ margin-right:0px;}
.footer .footer-extra .bottom .social li:before{ display:none;}
.footer .footer-extra .bottom .social li a{float:left;position:relative;border-radius:0px;}
.footer .footer-extra .bottom .social li a span.circle{width:40px;height:40px;float:left;color:#fff;text-align:center;}
.footer .footer-extra .bottom .social li a span.circle i{font-size:20px;line-height:40px;vertical-align:top;}
.footer .footer-extra .bottom .social li.facebook a{background:#0b84ee}
.footer .footer-extra .bottom .social li.youtube a{background:#ff0000}
.footer .footer-extra .bottom .social li.instagram a{background:#b7289a}
.footer .footer-extra .bottom .social li a:hover{ background:#82181c !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;}

form {	margin-bottom: 0px !important;}

.captchaField > div {margin-bottom: 20px;}

@media (min-width: 1400px) {
	.container{ width:1400px;}
	.visual .container{ width:1400px;}
	
}

@media (max-width: 1399px) {
	
	.container{ width:1170px;}
	.visual .container{ width:1170px;}
	
	.header .navbar .navbar-nav > li > a{ padding-left:5px; padding-right:5px; margin-left:10px; margin-right:10px;}
	
	.title .box{ min-height:250px; padding:40px;}
	
	.footer .footer-extra .top .brands ul li.artedamangiare img{ height:100px;}
	.footer .footer-extra .top .brands ul li.maf img{ height:60px;}
	
	.block.maf-home{ padding:120px 0;}
	
	.years-sidebar ul li{ padding:7px 0;}
	
	ul.pagination.solid li a{ width:30px;}
	
	.title .text .image img{ height:150px;}
	
	.block.format .item .text span.data{ margin-top:10px;}
	.block.last-news .item .text span.data{ margin-top:10px;}
	
	.block.archive .image.image02{ margin-top:50px;}
	
	
	.title .text h1{ font-size:70px;}
	.visual .slide h1{ font-size:70px;}
	.block.presentation .top-title h2{ font-size:70px;}
	.block.maf-home .box .text h2{ font-size:70px;}
	.block.presentation .line-title h2{ font-size:50px;}
	.block h1, .block h2{ font-size:40px;}
	.block.values .item h2{ font-size:40px;}
	.block.single-maf .top h2{ font-size:40px;}
	.block.presentation .line-title h2{ font-size:40px;}
	.title .text h2{ font-size:34px;}
	.visual .slide h2{ font-size:34px;}
	.block.presentation .top-title h3{ font-size:34px;}
	.block.contacts .main h2{ font-size:34px;}
	.block.download .text h2{ font-size:34px;}
	.block.format .item .text h2{ font-size:28px;}
	.block.last-news .item .text h2{ font-size:28px;}
	.block.team-list .item .text .user h3{ font-size:28px;}
	.block.single-maf .top h3{ font-size:28px;}
	.block.events-archive .item-wrap .item .text h2{ font-size:28px;}
	.block.values .item p{ font-size:24px;}
	p, li{ font-size:17px;}
	.footer .footer-extra .top .description p{ font-size:17px;}
	.block.format .item .text span.data{ font-size:14px;}
	.block.last-news .item .text span.data{ font-size:14px;}
	.header .navbar .navbar-nav > li > a{ font-size:13px;}
	.header .dropdown-menu > li > a{ font-size:13px;}
	.footer .footer-extra .bottom .copyright p{ font-size:12px;}
}


@media (max-width: 1199px) {
	
	.row.row40{ margin-left:-20px; margin-right:-20px;}
	.row.row40 > [class*="col-"]{ padding:0 20px;}
	.row.row30{ margin-left:-20px; margin-right:-20px;}
	.row.row30 > [class*="col-"]{ padding:0 20px;}

	.container{ width:970px;}
	.visual .container{ width:970px !important;}
	
	.header .navbar a.navbar-brand{ line-height:140px;}
	.header .navbar a.navbar-brand img{ height:110px;}
	
	.header .navbar .social{ margin-top:20px;}
	.header .navbar .social li a span.circle{ width:32px; height:32px; line-height:32px;}
	.header .navbar .social li a span.circle i{ font-size:16px; line-height:32px;}
	
	.header .navbar .navbar-nav > li > a{ padding-left:0px; padding-right:0px; margin-left:7px; margin-right:7px; padding-bottom:20px;}
	
	.block{ padding:60px 0;}
	
	.title{ padding:200px 0 40px 0;}
	
	.visual .slide{ padding-bottom:60px;}
	
	.block.maf-home{ padding:100px 0;}

	.block.events-archive .colsidebar{ width:25%;}
	.block.events-archive .colmain{ width:75%;}
	
	.footer .footer-extra .bottom .social li a span.circle{ width:32px; height:32px; line-height:32px;}
	.footer .footer-extra .bottom .social li a span.circle i{ font-size:16px; line-height:32px;}

	.title .box{ min-height:200px; padding:30px;}
	
	.block.last-news .item .text{ padding:30px;}
	.block.format .item .text{ padding:30px;}

	.content .form .row{ margin:0 -10px;}
	.content .form .row + .row{ margin-top:0px;}
	.content .form .row [class*="col-"]{ padding:0 10px;}
	
	.visual .slide h1{ margin-bottom:10px;}

	.title .text h1{ font-size:55px;}
	.visual .slide h1{ font-size:55px;}
	.block.presentation .top-title h2{ font-size:55px;}
	.block.maf-home .box .text h2{ font-size:55px;}
	.block.presentation .line-title h2{ font-size:40px;}
	.block h1, .block h2{ font-size:36px;}
	.block.values .item h2{ font-size:36px;}
	.block.single-maf .top h2{ font-size:36px;}
	.block.presentation .line-title h2{ font-size:36px;}
	.title .text h2{ font-size:32px;}
	.visual .slide h2{ font-size:32px;}
	.block.presentation .top-title h3{ font-size:32px;}
	.block.contacts .main h2{ font-size:32px;}
	.block.download .text h2{ font-size:32px;}
	.block.format .item .text h2{ font-size:26px;}
	.block.last-news .item .text h2{ font-size:26px;}
	.block.team-list .item .text .user h3{ font-size:26px;}
	.block.single-maf .top h3{ font-size:26px;}
	.block.events-archive .item-wrap .item .text h2{ font-size:26px;}
	.block.values .item p{ font-size:22px;}
	p, li{ font-size:16px;}
	.footer .footer-extra .top .description p{ font-size:16px;}


}

@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 !important;}
	
	.content .row + .row{ margin-top:40px;}
	.content [class*=container] + [class*=container]{ margin-top:40px;}
	
	.header{ border-bottom:1px solid #e1e1e1;}
	.header .navbar{ position:relative;}
	.header .navbar a.navbar-brand{ position:relative; z-index:10; line-height:100px;}
	.header .navbar a.navbar-brand img{ height:80px;}
	.header .navbar .menu-wrap{ width:100%; display:block; flex-wrap:unset; float:left; margin:0px;}
	.header .navbar-collapse{ background:#fff; padding:0px; padding:30px; float:none !important; clear: both; width: 100%; margin: 0 !important;}
	.header .navbar-collapse.in{ }
	.header .navbar .navbar-nav{ width:100%; float:left;padding-bottom:0px; display:inherit; vertical-align:inherit; margin-bottom:0px; padding-bottom:20px; overflow:hidden; border:0px;}
	.header .navbar .navbar-nav > li{ clear:both; width:100%; display:block; flex-wrap:inherit; padding:0px; border-top:1px solid #e1e1e1;}
	.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:#82181c; border:0px;}
	.header .navbar .navbar-nav > li > a:hover{ color:#82181c; border:0px;}
	
	.header .dropdown-menu{ display:block; width:100%; min-width:100%; max-width:100%; transform:none; background:none; padding:15px 0; padding-top:5px; position: relative; top:0; left:0; margin:0px;}
	.header .dropdown-menu:after{ display:none;}
	.header .dropdown-menu.open{ display:block;}
	.header .dropdown-menu:before{ display:none;}
	.header .dropdown-menu > li{ width:100%; text-align:left; border:0px;}
	.header .dropdown-menu > li > a{ color:#000; font-size:15px; line-height:22px; padding:0px; text-align:left; font-weight:inherit;}
	.header .dropdown-menu > li > a:hover{ color:#82181c;}
	
	.header .navbar .social{ position:absolute; right:100px; top:34px; margin:0px; padding:0px;}

	.container{ width:750px;}
	.visual .container{ width:750px !important;}
	
	.block.values{ padding-bottom:20px;}
	.block.values .item{ margin-bottom:40px;}
	
	.block.format.home .item{ margin-top:10px;}
	
	ul.pagination.solid{ margin-top:40px;}
	
	.block.maf-home .box .text{ width:100%; text-align:center; margin-bottom:20px;}
	.block.maf-home .box .text h4{ max-width:100%;}
	
	.block.maf-home .box .image{ max-width:100%;}

	.title{ padding-top:120px; padding-bottom:10px;}
	
	.block.contacts .box-wrap{ margin-bottom:40px;}
	
	ul.pagination.solid li a{ width:20px; font-size:16px;}
	
	.block.gallery .image{ width:100%; float:left;}
	.block.gallery .image img{ width:100%; height:auto;}
	
	.block.download .text.text01{ margin-bottom:40px;}
	
	.block.team-list .item{ margin-bottom:20px;}
	.block.team-list .item .text .user{ margin-bottom:0px;}
	.block.team-list .item .text{ padding-left:0px;}
	
	.title .text .image img{ height:120px;}
	
	a.readmore{ padding-right:40px;}
	a.readmore span{ line-height:40px; font-size:14px; padding:0 15px;}
	a.readmore:after{ width:40px; height:40px; line-height:40px; font-size:13px;}
	
	a.readmore.small{ padding-right:30px;}	
	a.readmore.small span{ line-height:30px; font-size:10px; padding:0 10px;}
	a.readmore.small:after{ width:30px; height:30px; line-height:30px; font-size:10px;}

	.title .text h1{ font-size:50px;}
	.visual .slide h1{ font-size:50px;}
	.block.presentation .top-title h2{ font-size:50px;}
	.block.maf-home .box .text h2{ font-size:50px;}
	.block.presentation .line-title h2{ font-size:38px;}
	.block h1, .block h2{ font-size:34px;}
	.block.values .item h2{ font-size:34px;}
	.block.single-maf .top h2{ font-size:34px;}
	.block.presentation .line-title h2{ font-size:34px;}
	.title .text h2{ font-size:30px;}
	.visual .slide h2{ font-size:30px;}
	.block.presentation .top-title h3{ font-size:30px;}
	.block.contacts .main h2{ font-size:30px;}
	.block.download .text h2{ font-size:30px;}
	.block.format .item .text h2{ font-size:24px;}
	.block.last-news .item .text h2{ font-size:24px;}
	.block.team-list .item .text .user h3{ font-size:24px;}
	.block.single-maf .top h3{ font-size:24px;}
	.block.events-archive .item-wrap .item .text h2{ font-size:24px;}
	.block.values .item p{ font-size:20px;}
	
	
}


@media (max-width: 768px){
	
	.container{ width:100%;}
	.visual .container{ width:100% !important;}
	
	.block{ padding:40px 0;}
	
	.block.archive .image.image02{ margin:0px;}
	
	.title .box{ min-height:150px;}
	
	.block.presentation .line-title{ flex-wrap:wrap;}
	.block.presentation .line-title .col1{ width:100%; text-align:center;}
	.block.presentation .line-title .col2{ width:100%; text-align:center;}
	.block.presentation .line-title .col1 + .col2{ margin-top:20px;}
	
	.footer .footer-extra .bottom{ flex-wrap:wrap; justify-content:center;}
	.footer .footer-extra .bottom .social{ margin:0 auto; margin-top:10px;}
	
	.title .text .image img{ height:60px;}
	
	.block.events-archive .main-row{ display:flex; flex-wrap:wrap;}
	.block.events-archive .colsidebar{ width:100%; order:2; margin-top:40px;}
	.block.events-archive .colmain{ width:100%; order:1;}
	
	.block.events-archive .item-wrap .item .image{ width:70px; height:70px;}
	.block.events-archive .item-wrap .item .text{ width:calc(100% - 70px); padding-left:20px;}
	
	.block.presentation h2 + ul{ margin-top:15px;}
	
	.years-sidebar ul li{ width:auto; border:0px; float:left; padding:0px; margin:0 10px 10px 0;}
	
	.block.embed-video .video .inner-wrap .inner i{ font-size:40px;}
	
	.visual{ height:80vh;}
	
	.title .text h1{ font-size:46px;}
	.visual .slide h1{ font-size:46px;}
	.block.presentation .top-title h2{ font-size:46px;}
	.block.maf-home .box .text h2{ font-size:46px;}
	.block.presentation .line-title h2{ font-size:34px;}
	.block h1, .block h2{ font-size:32px;}
	.block.values .item h2{ font-size:32px;}
	.block.single-maf .top h2{ font-size:32px;}
	.block.presentation .line-title h2{ font-size:32px;}
	.title .text h2{ font-size:28px;}
	.visual .slide h2{ font-size:28px;}
	.block.presentation .top-title h3{ font-size:28px;}
	.block.contacts .main h2{ font-size:28px;}
	.block.download .text h2{ font-size:28px;}
	.block.format .item .text h2{ font-size:24px;}
	.block.last-news .item .text h2{ font-size:24px;}
	.block.team-list .item .text .user h3{ font-size:22px;}
	.block.single-maf .top h3{ font-size:22px;}
	.block.events-archive .item-wrap .item .text h2{ font-size:24px;}
	.block.values .item p{ font-size:19px;}
	
	
	
}

@media (max-width: 640px){
	
	
}

@media (max-width: 479px) {
	
	.title .text h1{ font-size:40px;}
	.visual .slide h1{ font-size:40px;}
	.block.presentation .top-title h2{ font-size:40px;}
	.block.maf-home .box .text h2{ font-size:40px;}
	
	[class*=col-xs-]{ text-align:inherit;}
	.footer [class*=col-]{ text-align:inherit;}
	

}