﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

body{ font-size:16px; font-family: 'Mulish', sans-serif !important; color:#000;}

::selection{ background:#3d2e81; color:#fff; -webkit-background-clip: unset; -webkit-text-fill-color:#fff;}
::-moz-selection{ background:#3d2e81; color:#fff; -webkit-background-clip: unset; -webkit-text-fill-color:#fff;}
form{ margin:0px;}
h1, h2, h3, h4, h5, h6, span.h2{ font-family: 'Mulish', 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:#000; font-size:18px; line-height:1.5; font-weight:400;}
p{ margin-bottom:10px;}
p strong{ font-weight:900;}
strong{ font-weight:900;}
.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:'Mulish', 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:15px; text-align:left; font-weight:400; color:#000; position:relative; z-index:10;}
.form-group > label span{ color:#000; font-size:16px; line-height:24px; 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:17px; 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:17px; line-height:30px; font-weight:400; 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:400; background:#f7f7f7;}
.widget .chosen-drop{ background:#f7f7f7;}
textarea{ height:110px;}
input[type="submit"].btn{ height:50px;}
.form-group{ margin-bottom:25px;}

.btn{ font-family: 'Mulish', sans-serif; font-size:15px; height:auto; padding:10px 30px; line-height:20px; font-weight:400; text-transform:none; text-transform:uppercase; border-radius:20px;}
.btn.btn-input{ height:50px;}
.btn.btn-default{ background:#7065ad; border:1px solid #7065ad; color:#fff; vertical-align:top;}
.btn.btn-default:hover, .btn.btn-default:focus{ background:#3d2e81; border-color:#3d2e81; color:#fff;}
.btn.btn-primary{ background:#3d2e81; border:1px solid #3d2e81; vertical-align:top;}
.btn.btn-primary:hover, .btn.btn-primary:focus{ background:#7065ad; border-color:#7065ad; color:#fff;}

a.readmore{ display:inline-block; font-size:18px; line-height:20px; position:relative; font-weight:900; padding-right:15px; color:#3d2e81; text-transform:none;}
a.readmore.color{ color:#000;}
a.readmore span{ position:relative;}
a.readmore span:before{ content:""; width:0px; height:2px; position:absolute; right:0px; bottom:-5px; background:#7065ad; -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:"\f054"; font-family: 'FontAwesome'; position:absolute; top:1px; right:0px; text-align:right; font-size:11px; }
a.readmore:hover span:before{ width:100%;}
a.readmore.white{ color:#fff;}
a.readmore.white span:before{ background:#fff;}
a.readmore.color span:before{ background:#000;}

a.backpage{ display:inline-block; font-size:18px; line-height:20px; position:relative; font-weight:900; padding-left:15px; color:#3d2e81; text-transform:none;}
a.backpage span{ position:relative;}
a.backpage span:before{ content:""; width:0px; height:2px; position:absolute; left:0px; bottom:-5px; background:#7065ad; -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:"\f053"; font-family: 'FontAwesome'; position:absolute; top:1px; left:0px; text-align:right; 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: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:5px;}
.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:#3d2e81; border-radius:50%;}
.navbar-toggle i{ font-size:20px; line-height:50px; color:#fff;}
.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:20px;}
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:20px; line-height:20px; border:0px; border-radius:0px; font-weight:300; background:none; color:#000;}
ul.pagination.solid li a:hover, ul.pagination.solid li a:focus{ background:none; color:#7065ad;}
ul.pagination.solid li.active a, ul.pagination.solid li.active a:hover,  ul.pagination.solid li.active a:focus{ background:none; color:#7065ad; font-weight:900;}

/* header */

.sticky-wrapper{ width:100%; position:absolute;}

.header{ width:100%; position:absolute; float:left; 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 .navbar a.navbar-brand{ float:left; font-size:0px; line-height:120px; padding:0px;}
.header .navbar a.navbar-brand img{ max-height:95px; margin:0px;}
.header .navbar .menu-wrap{ display:flex; flex-wrap:wrap; float:right; margin-top:35px;}
.header .navbar .navbar-collapse{ padding:0px; margin:0px; margin-right:0px;}
.header .navbar .navbar-nav{}
.header .navbar .navbar-nav > li{ padding-right:1px;}
.header .navbar .navbar-nav > li:after{ content:""; width:1px; height:20px; position:absolute; font-size:15px; top:15px; right:0px; background:#999;}
.header .navbar .navbar-nav > li > a{ font-family: 'Mulish', sans-serif; font-size:16px; color:#000; font-weight:600; padding:15px 0; padding-right:0px; margin:0 10px; border:0px; text-transform:none; line-height:20px; text-transform:uppercase;}
.header .navbar .navbar-nav > li.quote{ margin-left:5px; margin-top:5px;}
.header .navbar .navbar-nav > li.quote > a{ padding:10px 30px; font-size:15px; color:#fff; background:#7065ad; text-transform:uppercase; border-radius:20px;}
.header .navbar .navbar-nav > li.quote > a:hover{ background:#3d2e81; color:#fff;}
.header .navbar .navbar-nav > li:last-child{ padding-right:0px; margin-right:0px;}
.header .navbar .navbar-nav > li:last-child: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; margin-right:0px;}
.header .navbar .navbar-nav > li:nth-last-child(2):after{ display:none;}
.header .navbar .navbar-nav > li.dropdown > a:after{ display:none;}
.header .navbar .navbar-nav > li > a:hover{ color:#3d2e81;}
.header .navbar .navbar-nav > li.active > a{ font-weight:700; color:#3d2e81;}
.header .navbar .sfHover .dropdown-toggle{ color:#000 !important;}
.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{ width:100%; min-width:200px; background:#fff; padding:20px; left:10px; border-radius:10px !important; box-shadow:0px 0px 50px rgba(0,0,0,0.1);}
.header .dropdown-menu:before{ display:none;}
.header .dropdown-menu li:focus > a, .header .dropdown-menu li:hover > a { background: none; }
.header .dropdown-menu > li{ position:relative; border-bottom:1px solid #e1e1e1;}
.header .dropdown-menu > li:last-child { padding-bottom: 0px; border: 0px; }
.header .dropdown-menu > li > a { font-size:16px; line-height:1.6; position:relative; padding:0px; font-weight:600; color:#000; white-space:normal; border-radius:0px;}
.header .dropdown-menu > li:last-child > a { border: 0px; }
.header .dropdown-menu > li > a:hover, .header .dropdown-menu > li > a:focus { background:none; color:#3d2e81;}

/* lingue */

.header .languages{ float:right; margin-top:15px; margin-left:40px;}
.header .languages ul{ margin: 0px; padding: 0px; float: left; position: relative;}
.header .languages li{ width:auto; float:left; line-height:20px; margin:0 10px 0 0;}
.header .languages li:last-child{ margin:0px;}
.header .languages li a{ float:left; font-size:16px; line-height:20px; font-weight:300;}
.header .languages li a:hover, .header .languages li.active a{ color:#3d2e81;}
.header .languages li.active a{ color:#3d2e81; font-weight:700;}

/* social */

.header .social{ width:auto; float:left; margin-top:8px; margin-left:20px;}
.header .social ul{ margin:0; width:auto; float:left;}
.header .social li{ width:auto; float:left; padding:0px; margin:0 5px 0 0;}
.header .social li:last-child{ margin:0px;}
.header .social li:before{ display:none;}
.header .social li a{ float:left; position:relative; border-radius:50%; background:#787878; color:#fff;}
.header .social li a span.circle{ width:32px; height:32px; float:left; text-align:center;}
.header .social li a span.circle i{ font-size:14px; line-height:32px; vertical-align:top;}
.header .social li.facebook a{ background:#1877F2; border-color:#1877F2; color:#fff;}
.header .social li.linkedin a{ background:#0A66C2; border-color:#0A66C2; color:#fff;}
.header .social li a:hover{ background:#000;}

.wrapper{ width:100%; float:left; overflow:unset;}
.content{ }
.content .row + .row{ margin-top:60px;}

/* visual home page */

.visual{ position:relative; overflow:hidden; background-size:cover; background-position:center center;}
.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:after{ 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%);}
.visual .background-video video{ width:100vw; height:100vh; object-fit:cover; position:absolute; left:0px; top:0px;}
.visual-content{ width:100%; height:60vh; min-height:750px; display:flex; flex-wrap:nowrap; align-items:center; justify-content:center; background-size:cover; background-position:bottom center; position:relative; z-index:10;}
.visual-content:after{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background: rgb(255,255,255); background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); z-index:20;}
.visual-content:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background:rgba(255,255,255,0.3); z-index:20;}
.visual-content .inner{ width:100%; padding-top:0px;}
.visual-content .container-fluid{ width:100%;}
.visual-content .box{ width:100%; max-width:1000px; text-align:center; position:relative; z-index:50; margin:0 auto;}
.visual-content .box span.page-name{ width:100%; float:left; font-weight:700; font-size:16px; color:#7065ad; text-transform:uppercase; margin-bottom:10px;}
.visual-content .box h1{ color:#3d2e81; font-size:55px; line-height:1.1; font-weight:300; position:relative; z-index:2; margin-bottom:20px;}
.visual-content .box h1 strong{ }
.visual-content .box h2{ padding:0 100px; font-size:26px; line-height:1.5; color:#000; font-weight:300; position:relative; z-index:2; margin-bottom:40px;}
.visual-content .box .actions{ display:flex; align-items:center; justify-content:center; 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:20px; border-radius:50%; background:#3d2e81; z-index:20;}
.visual .down:before{ content:"\f107"; font-family:FontAwesome; font-size:18px; 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:#000;}
.visual .down:hover:before{ color:#fff;}

/* titolo pagina */

.title{ padding:140px 0 40px 0; position:relative; text-align:center; 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; background: rgb(255,255,255); background: linear-gradient(-180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,0) 100%); z-index:2;}
.title .text{ position:relative; z-index:10;}
.title .text h1, .title .text h2{ color:#3d2e81; font-size:55px; line-height:1; font-weight:900; position:relative; z-index:2; margin-bottom:10px;}
.title .breadcrumb{ width:auto; display:inline-block; min-height:18px; position:relative; z-index:10; text-transform:none; margin: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; font-weight:500;}
.title .breadcrumb a:hover{ color:#7065ad;}
.title .breadcrumb li:after{ float:right; margin:0 5px; content:"|"; margin-top:0; font-weight:200; color:#666;}
.title .breadcrumb li:last-child:after{ display:none;}


/* 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.pt0{ padding-top:0px !important;}
.block.pb0{ padding-bottom:0px;}
.block h1, .block h2{ font-size:50px; line-height:1.1; color:#3d2e81; margin-bottom:0px; font-weight:300;}
.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:30px;}

.block.presentation h2{ margin-bottom:0px;}
.block.presentation h2 + h3{ margin-top:15px;}
.block.presentation h3{ margin-bottom:0px;}
.block.presentation h3 + h3{ margin-top:10px;}
.block.presentation 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:55px; line-height:1; margin:0px; font-weight:300;}
.block.presentation .top-title h2 strong{ color:#3d2e81;}
.block.presentation .top-title h2 + .readmore{ margin-top:5px;}
.block.presentation .top-title h2 + h3{ margin-top:20px;}

.block.presentation .top-title span.page-name{ margin-bottom:10px;}
.block.presentation span.page-name{ width:100%; float:left; font-size:16px; color:#7065ad; font-weight:700; text-transform:uppercase; margin-bottom:10px;}

/* valori */

.block.values{ padding:60px 0;}
.block.values .item{ text-align:left; margin-bottom:40px;}
.block.values .item span.page-name{ margin-bottom:10px;}
.block.values .item h3{ font-size:20px; margin:0px; color:#000; font-weight:700;}
.block.values .item h2{ font-size:32px; font-weight:700; margin-top:0px; color:#3d2e81; background: -webkit-linear-gradient(0deg,#3d2e81, #3d2e81);  -webkit-background-clip: text; -webkit-text-fill-color: transparent;}

/* lancio */

.block.launch{}
.block.launch.homepage{ margin-top:-40px; position:relative; z-index:10;}
.block.launch .box{ background:#eae8f3; position:relative; border-radius:10px;}
.block.launch .box:before{ content:""; width:200px; height:200px; position:absolute; right:-60px; top:-40px; background-image:url(../images/symbol2.png); background-size:100% auto;}
.block.launch.left .image:before{ content:""; width:50%; height:100%; position:absolute; top:0px; right:0px; background: rgb(234, 232, 243); background: linear-gradient(-90deg, rgba(234, 232, 243,1) 0%, rgba(234, 232, 243,0) 100%);}
.block.launch.right .image:before{ content:""; width:50%; height:100%; position:absolute; top:0px; left:0px; background: rgb(234, 232, 243); background: linear-gradient(90deg, rgba(234, 232, 243,1) 0%, rgba(234, 232, 243,0) 100%);}
.block.launch.left .text{ padding-top:0px; padding-bottom:0px; padding-right:80px;}
.block.launch.right .text{ padding-left:80px;}

.block.launch .image{ width:120%; height:0px; padding-bottom:60%; position:relative; border-top-left-radius:10px; border-bottom-left-radius:10px; position:relative; overflow:hidden; background-size:cover; margin-bottom:0px;}
.block.launch .image img{ display:none;}
.block.launch .text{ margin-bottom:0px;}
.block.launch .text h2{ margin-top:0px;}

/* servizi */

.block.services.homepage{ padding-bottom:40px;}
.block.services .item{ display:flex; align-items:center; border:1px solid #e1e1e1; background:#fff; border-radius:10px; overflow:hidden; margin-bottom:40px;}
.block.services .item .image{ width:50%; height:100%; position:relative; background-size:cover; background-repeat:no-repeat; background-position:center center;}
.block.services .image:before{ content:""; width:75%; height:100%; position:absolute; top:0px; right:0px; background: rgb(255,255,255); background: linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);}
.block.services .item .image img{ display:none; }
.block.services .item .text{ width:50%; padding:40px 30px; padding-left:0px; margin-left:-30px; position:relative; z-index:10;}
.block.services .item .text h2{ font-size:28px; line-height:1.2; font-weight:900;}
.block.services .item .text h2 a{ color:#3d2e81; font-weight:inherit;}
.block.services .item.all{ width:100%; background:#7065ad; border-color:#7065ad; display:flex; flex-wrap:nowrap; align-items:center; justify-content:center;}
.block.services .item.all .text{ width:100%; padding:0px 60px; text-align:center; margin:0px;}
.block.services .item.all .text h2 a{ color:#fff;}
.block.services .item.all .text p{ color:#fff;}

.block.services.page{ padding-bottom:40px;}

/* full width */

.block.fullwidth{ position:relative; padding:80px 0; background:#f7f7f7;}
.block.fullwidth .container{ position:relative;}
.block.fullwidth .main-image{ width:calc(50% - 20px); height:100%; position:absolute; background-size:cover; background-position:center center; filter:grayscale(1); opacity:0.25;}
.block.fullwidth .main-image img{ display:none;}
.block.fullwidth .video{ width:100%; height:100%; position:absolute; left:0px; top:0px; z-index:5; filter:grayscale(1); opacity:0.25;}
.block.fullwidth .video video{ width:100%; height:100%; object-fit:cover; position:absolute; left:0px; top:0px;}
.block.fullwidth.left .main-image{ top:0px; left:0px;}
.block.fullwidth.right .main-image{ top:0px; right:0px;}
.block.fullwidth .item{ width:calc(50% - 30px); position:absolute !important; top:50%; -ms-transform:translateY(-50%); transform:translateY(-50%); overflow:hidden; z-index:10;}
.block.fullwidth .item img{ border-radius:10px;}
.block.fullwidth .item .video video{ width:100%; height:100%;}
.block.fullwidth .item.right{ right:30px;}
.block.fullwidth .item.left{ left:30px;}
.block.fullwidth .text-column{ width:40%; position:relative; z-index:200;}
.block.fullwidth .image{ position:relative; z-index:20; border-radius:5px; overflow:hidden; box-shadow:0px 0px 20px rgba(0,0,0,0.05);}

/* subpage */

.block.subpage{ padding-bottom:40px;}
.block.subpage .columns{ display:flex; flex-wrap:wrap; margin:0 -20px;}
.block.subpage .column{ width:33.33%; padding:0 20px; transition: all .3s ease-in-out;}
.block.subpage .item{ height:0px; padding-bottom:75%; position:relative; overflow:hidden; background:#f7f7f7; border-radius:5px; margin-bottom:40px;}
.block.subpage .item:before{ content:""; width:100%; height:100%; position:absolute; left:0px; bottom:0px; background: rgb(0,0,0); background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%); z-index:3;}
.block.subpage .item .background{ width:100%; height:100%; position:absolute; left:0px; top:0px;  background-size:cover; background-position:center center; z-index:1; transition: all .5s ease-in-out;}
.block.subpage .item .link a{ width:100%; height:100%; position:absolute; left:0px; top:0px; z-index:10;}
.block.subpage .item .intro{ width:100%; padding:40px; position:absolute; left:0px; top:50%; transform: translateY(-50%); text-align:center; font-size:30px; line-height:1.2; color:#fff; font-weight:700; text-transform:uppercase; margin:0px; z-index:5; transition: all .25s ease-in-out;}
.block.subpage .item .text{ width:100%; position:absolute; left:0px; top:-100%; text-align:center; padding:40px; z-index:4; transition: all .5s ease-in-out; overflow:hidden;}
.block.subpage .item .text h2{ font-size:24px; line-height:1; text-transform:uppercase; color:#fff; font-weight:700; margin:0px; margin-bottom:10px;}
.block.subpage .item .text p{ margin:0px; margin-top:5px; margin-bottom:10px; color:#fff;}
.block.subpage .item .text .btn{ margin-top:20px;}
.block.subpage  .columns:hover .column:hover { opacity:1; }
.block.subpage  .columns:hover .column:hover .intro{ opacity:0;}
.block.subpage  .columns:hover .column:hover .text{ opacity:1; top:50%; transform: translateY(-50%); }
.block.subpage  .columns:hover .column:hover .background{ filter: grayscale(0);}

.block.subpage.lvl2 .column{ width:50%;}
.block.subpage.lvl2 .item{ padding-bottom:50%;}

/* produzione */

.block.produzione .main-image{ border-radius:5px; overflow:hidden;}

.block.fasciagallery{ padding-bottom:40px;}
.block.fasciagallery .gallery .image{ margin-bottom:40px;}
.block.fasciagallery .gallery .image a{ position:relative;}
.block.fasciagallery .gallery .image a img{ border-radius:5px; overflow:hidden}

/* about */

.block.about .main-image{ border-radius:5px; overflow:hidden;}

/* product-detail */

.block.product-detail .main-image{ border-radius:5px; overflow:hidden;}

/* archivio news */

.block.archive .item{ width:100%; float:left; margin-bottom:40px; position:relative; overflow:hidden; border-radius:10px; border:1px solid #e1e1e1; background:#fff;}
.block.archive .item .image{ width:100%; float:left;}
.block.archive .item .text{ width:100%; float:left; padding:30px; position:relative; z-index:2;}
.block.archive .item .text h2{ font-size:28px; line-height:1.2; font-weight:900;}
.block.archive .item .text h2 a{ font-weight:inherit; color:#7065ad;}
.block.archive .item .text h3{ font-size:16px; line-height:1.4; font-weight:600; margin-bottom:5px;}
.block.archive .item .text h3 + h2{ margin-top:0px;}
#swiper-button-next-news, #swiper-button-prev-news{ width:60px; height:60px; position:absolute; top:50%; margin-top:-30px; background-color:#000; border-radius:50%; background-size:24px 24px; background-repeat:no-repeat; z-index:10; cursor:poMulish; -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;}
#swiper-button-next-news:hover, #swiper-button-prev-news:hover{}
#swiper-button-prev-news{ background-image:url(../images/prev-black.png); left:-60px;}
#swiper-button-next-news{ background-image:url(../images/next-black.png); right:-60px;}

.block.archive .item.horizontal .image{ height:0px; padding-bottom:66.67%; background-size:cover; background-position:center center; position:relative;}
.block.archive .item.horizontal .image a{ width:100%; height:100%; position:absolute; left:0px; top:0px;}
.block.archive .item.horizontal .image img{ display:none;}
.block.archive .item.square .image{ height:0px; padding-bottom:100%; background-size:cover; background-position:center center;}
.block.archive .item.square .image img{ display:none;}

.block.archive.homepage{ padding-bottom:40px;}
.block.archive.page{}

/* singola news */

.block.single-post{ padding-bottom:40px;}
.block.single-post .info{ text-align:center;}
.block.single-post .info h3{ font-size:20px; line-height:1; color:#000; font-weight:600; margin-bottom:5px;}
.block.single-post .info h1{ max-width:85%; margin:0 7.5%; font-weight:900;}
.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 .main-image{ margin-top:5px; margin-bottom:40px;}
.block.single-post .main-image img{ border-radius:10px; overflow:hidden;}
.block.single-post .gallery .image{ margin-bottom:40px;}
.block.single-post .gallery .image a{ position:relative;}
.block.single-post .gallery .image a img{ border-radius:10px; overflow:hidden}

/* singolo servizio */

.block.single-service{ padding-bottom:40px;}
.block.single-service .body{ margin-bottom:40px;}
.block.single-service .body .text{ margin-bottom:20px;}
.block.single-service .body .text h3 + p{ margin-top:20px;}
.block.single-service .main-image{ margin-top:5px; margin-bottom:40px;}
.block.single-service .main-image img{ border-radius:10px; overflow:hidden;}

/* about */

.block.about .image{ margin-top:5px; margin-bottom:40px;}
.block.about .image img{ border-radius:10px; overflow:hidden;}

/* archivio corsi */

.block.archive.corsi.page{ padding-bottom:40px;}
.block.archive.corsi .item{ width:100%; float:left; margin-bottom:40px; position:relative; overflow:hidden; border-radius:10px; border:1px solid #e1e1e1; background:#fff;}
.block.archive.corsi .item .image{ padding-bottom:100%;}
.block.archive.corsi .item .text{ width:100%; float:left; padding:30px; position:relative; z-index:2;}
.block.archive.corsi .item .text h2{ font-size:28px; line-height:1.2; font-weight:900;}
.block.archive.corsi .item .text h2 a{ font-weight:inherit; color:#7065ad;}



/* testimonials */

.block.testimonials{ position:relative; padding-bottom:40px;}
.block.testimonials:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background-image:url(../images/bg1.jpg); background-size:cover; background-position:center center; opacity:0.15;}
.block.testimonials:after{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background: rgb(25,55,115); background: linear-gradient(90deg, rgba(25,55,115,1) 0%, rgba(207,44,65,1) 100%); opacity:0.2; mix-blend-mode: multiply;}
.block.testimonials .top-title{ position:relative; z-index:10;}
.block.testimonials .carousel{ margin-top:40px;}
.block.testimonials #swiper-button-prev-testimonials{ left:40px;}
.block.testimonials #swiper-button-next-testimonials{ right:40px;}
.block.testimonials #swiper-button-next-testimonials, .block.testimonials #swiper-button-prev-testimonials{ width:48px; height:48px; position:absolute; top:50%; margin-top:-24px; background:#3d2e81; border-radius:5px; z-index:10; cursor:poMulish;}
.block.testimonials #swiper-button-next-testimonials:before, .block.testimonials #swiper-button-prev-testimonials:before{ content:""; font-family: 'FontAwesome';  width:100%; height:100%; position:absolute; left:0px; top:0px; font-size:16px; line-height:48px; text-align:center; color:#fff;}
.block.testimonials #swiper-button-prev-testimonials:before{ content:"\f053";}
.block.testimonials #swiper-button-next-testimonials:before{ content:"\f054";}
.block.testimonials .row + .row{ margin-top:0px;}
.block.testimonials .item{ border-radius:5px; height:400px; display:flex; flex-wrap:nowrap; align-items:center; background:#fff; margin-bottom:40px; position:relative; overflow:hidden; box-shadow:0px 0px 20px rgba(0,0,0,0.05);}
.block.testimonials .item .inner{ width:100%; float:left; padding:40px 60px; text-align:center;}
.block.testimonials .item .text h2{ max-width:95%; font-size:30px; line-height:1.1; text-transform:uppercase; margin:0px;}
.block.testimonials .item .bottom{ margin-top:40px;}
.block.testimonials .item .bottom h2{ max-width:100%; font-size:22px; color:#7065ad; line-height:1.1; font-weight:700; text-transform:uppercase; margin:0px;}
.block.testimonials .item .bottom h3{ font-family: 'Mulish', sans-serif; font-size:20px; line-height:1; color:#000; margin:0px; font-weight:500; margin-top:5px;}

.block.testimonials.page{ padding-bottom:40px;}
.block.testimonials.page:before{ display:none;}
.block.testimonials.page:after{ display:none;}
.block.testimonials.page .item{ height:auto; background:#f7f7f7; box-shadow:none; margin-bottom:40px;}
.block.testimonials.page .item .inner{ padding:40px 80px;}
.block.testimonials.page .item .text p{ font-size:20px; line-height:1.4;}
.block.testimonials.page .item .bottom{ margin-top:20px;}
.block.testimonials.page .row + .row{ margin-top:60px;}

/* call to action */

.block.cta{ position:relative; overflow:hidden; padding:0px; background:none; z-index:100; background:none;}
.block.cta .text{ position:relative; z-index:3; text-align:center; padding:80px 0; padding-bottom:20px;}
.block.cta .text h2{ font-size:55px; line-height:1; color:#fff; margin-bottom:20px;}
.block.cta .text h2 strong{ color:#fff; background:none; -webkit-background-clip: unset; -webkit-text-fill-color: unset}
.block.cta .text h3{ color:#fff; text-align:center; margin-bottom:10px;}
.block.cta .actions{ display:flex; align-items:center; justify-content:center; margin:0px; padding:0px; margin-top:20px;}
.block.cta .actions li{ padding:0px; margin:0 15px;}
.block.cta .actions li:before{ display:none;}
.block.cta .actions li:last-child{ margin-right:0px;}

/* doppia cta */

.block.double-cta{ padding:0px; position:relative;}
.block.double-cta .box{ border-radius:10px; position:relative; overflow:hidden; margin-bottom:-40px;}
.block.double-cta .box:before{ content:""; width:200px; height:100%; position:absolute; margin-left:-100px; left:50%; top:0px; background:url(../images/divider.png); background-position:center center; background-repeat:no-repeat; background-size:auto 100%; z-index:100;}
.block.double-cta .cta{ width:100%; position:relative; text-align:center; padding:60px; position:relative; z-index:3;}
.block.double-cta .cta.cta01{ background:#3d2e81;}
.block.double-cta .cta.cta02{ background:#7065ad;}
.block.double-cta .cta h2{ font-size:45px; line-height:1; text-transform:none;}
.block.double-cta .cta .btn{ margin-top:20px;}
.block.double-cta .cta.cta01 h2{ color:#fff;}
.block.double-cta .cta.cta01 h2 strong{ color:#fff;}
.block.double-cta .cta.cta01 h3{ color:#fff;}
.block.double-cta .cta.cta02 h2{ color:#fff;}
.block.double-cta .cta.cta02 h2 strong{ color:#fff;}
.block.double-cta .cta.cta02 h3{ color:#fff;}

/* mission */

.block.mission{ /* background:#eae8f3; */}
.block.mission .item{ display:flex; flex-wrap:wrap; justify-content:start;}
.block.mission .item .image{ border-radius:10px; overflow:hidden;}
.block.mission .item.item02{ flex-direction: column-reverse;}
.block.mission .item.item01 .image{ margin-bottom:40px;}
.block.mission .item.item02 .text{ margin-bottom:40px;}
.block.mission .item.item02 .text h2{ color:#7065ad;}

/* 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 .section-title{ text-align:left; margin-bottom:20px;}
.block.contacts .box{ clear:both; width:100%; height:100%; float:left; text-align:left; position:relative; overflow:hidden; border-radius:3px;}
.block.contacts .main{ position:relative; z-index:3; margin-bottom:20px;}
.block.contacts .main h2{ margin:0px; color:#7065ad;}
.block.contacts .main h2 strong{ color:#7065ad;}
.block.contacts .main h2 + h3{ margin:0px; margin-top:20px;}
.block.contacts .main h3{ margin:0px;}
.block.contacts .main h3 + p{ margin-top:10px;}
.block.contacts .main p + h3{ margin-top:20px;}
.block.contacts .main a{ color:#3d2e81; font-weight:700;}
.block.contacts .main a:hover{ color:#7065ad;}
.block.contacts .social{width:auto; margin:0px; display:inline-block; position:relative; z-index:2;}
.block.contacts .social ul{margin:0;width:auto; float:left;}
.block.contacts .social li{ width:auto;float:left; padding-left:0px; margin:0 10px 0 0;}
.block.contacts .social li:last-child{ margin-right:0px;}
.block.contacts .social li:before{ display:none;}
.block.contacts .social li a{width:40px;height:40px; background:#333;float:left;color:#fff;text-align:center; border-radius:50%;}
.block.contacts .social li a i{font-size:16px;line-height:40px;vertical-align:top;}
.block.contacts .social li.facebook a{background:#1877F2}

/* mappa */

.block.map{ padding:0px;}
.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: 'Mulish', sans-serif; font-size:20px; line-height:1; color:#7065ad; font-weight:700; margin-bottom:10px;}
.block.map .iframe .map-content p{ font-family: 'Mulish', sans-serif; font-size:16px; line-height:24px; margin-bottom:0px;}

/* partners */

.block.partners{ padding-bottom:40px;}
.block.partners .item{ display:flex; flex-wrap:wrap; align-items:center; margin-bottom:40px;}
.block.partners .item .image{ width:40%; float:left; border-radius:10px; overflow:hidden; border:1px solid #e1e1e1;}
.block.partners .item .text{ width:60%; float:left; padding-left:60px;}
.block.partners .item .text h2{ font-size:40px; font-weight:900;}

/* footer */

.footer{ width:100%; background:#241a50; position:relative; display:inline-block; font-family: 'Mulish', sans-serif; width:100%; float:left;}
.footer:before{ content:""; width:30%; height:120%; position:absolute; left:-11%; top:-20%; background:url(../images/symbol.png); background-size:100% auto; background-repeat:no-repeat; }
.footer .footer-row{ padding:100px 0; background:none; padding-bottom:40px; text-align:center; position:relative; z-index:20;}
.footer .footer-row .row.rowfooter{ display:flex; flex-wrap:nowrap; justify-content:center;}
.footer .footer-row .row.rowfooter > .colfooter{ width:auto; max-width:400px;}
.footer .footer-row .widget{ position:relative; z-index:10; text-align:center;}
.footer .footer-row .widget p + h3{ margin-top:20px;}
.footer .footer-row .widget h4{ font-size:26px; line-height:1.1; color:#7065ad; font-weight:700; margin-bottom:15px;}
.footer .footer-row .widget strong{ font-weight:700; color:#fff;}
.footer .footer-row .widget p{ font-family: 'Mulish', sans-serif; font-weight:300; font-size:15px; line-height:24px; margin-bottom:5px; color:#e1e1e1;}
.footer .footer-row .widget a{ color:#fff; font-weight:700;}
.footer .footer-row .widget p + h4{ margin-top:20px;}
.footer .footer-row .widget .btn{ margin-top:10px;}
.footer .footer-row .widget.widget-company img{ width:auto; height:75px; display:inline-block; margin-bottom:15px;}
.footer .footer-row .widget.widget-company p{ font-size:12px; line-height:18px; 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 li{ font-size:15px; line-height:25px; position:relative; margin-bottom:0px; padding:0px; font-weight:300;}
.footer .footer-row .widget.widget-services li:before{ display:none;}
.footer .footer-row .widget.widget-services li a{ color:#e1e1e1; font-weight:inherit;}
.footer .footer-row .widget.widget-services li a:hover{ color:#fff;}
.footer .footer-row .widget.widget-certifications{ text-align:center;}
.footer .footer-row .widget.widget-certifications img{ float:right; max-width:80px; margin-top:10px;}
.footer .footer-row .social{width:100%; display:inline-block; margin:0px; margin-bottom:20px;}
.footer .footer-row .social ul{margin:0;width:auto; display:flex; flex-wrap:nowrap; justify-content:center;}
.footer .footer-row .social li{ width:auto;float:left;margin:0 3px}
.footer .footer-row .social li a{float:left;position:relative;border-radius:50%;}
.footer .footer-row .social li a span.circle{width:24px;height:24px;float:left;color:#fff;text-align:center;}
.footer .footer-row .social li a span.circle i{font-size:11px;line-height:24px;vertical-align:top;}
.footer .footer-row .social li.facebook a{background:#3b5999}
.footer .footer-row .social li.linkedin a{background:#0077B5}
.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:#7065ad; 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:#3d2e81;}

.captchaField > div {margin-bottom: 20px;}

@media (min-width: 1500px) {
	
	.container{ width:1400px;}
	.container-max{ width:1500px;}
	.visual .container{ width:1400px !important; padding:0px 30px !important;}
	
}

@media (max-width: 1499px) {
	
	.container{ width:1170px;}
	.visual .container{ width:1170px !important; padding:0 30px !important;}
	
	.block.launch .container{ padding:0 40px;}
	
	/*.header .navbar{ width:100%;}*/
	.header .navbar a.navbar-brand img{ max-height:70px;}
	.header .navbar .navbar-nav > li > a{ font-size:15px; margin:0 7px;}
	
	.block.presentation h3 + .btn{ margin-top:20px;}
	.block.presentation h2 + h3{ margin-top:10px;}
	
	.block.launch.left .text{ padding-right:40px;}
	.block.services .item .text{ padding:30px;}
	.block.double-cta .cta{}
	
	.block.double-cta .box{ margin-bottom:-20px;}
	
	.block.launch .box:before{ width:150px; height:150px;}
	
	.block.presentation span.page-name{ margin-bottom:5px;}
	
	.visual-content .box h1{ font-size:50px;}
	.block.presentation .top-title h2{ font-size:50px;}
	.title .text h1, .title .text h2{ font-size:50px;}
	.block h1, .block h2{ font-size:46px;}
	.block.double-cta .cta h2{ font-size:40px;}
	.block.services .item .text h2{ font-size:26px;}
	.block.archive.corsi .item .text h2{ font-size:26px;}
	.visual-content .box h2{ font-size:24px;}
	.footer .footer-row .widget h4{ font-size:22px;}
	.block h3{ font-size:20px;}
	p, li{ font-size:17px;}
	a.readmore{ font-size:17px;}
	a.backpage{ font-size:17px;}
	.block.presentation span.page-name{ font-size:15px;}
	.footer .footer-row .widget p{ font-size:14px; line-height:20px;}
	.footer .footer-row .widget.widget-services li{ font-size:14px; line-height:20px;}
	
	.footer .footer-row{ padding-top:60px;}
	.footer:before{ display:none;}
	
}


@media (max-width: 1199px) {
	
	.row.row60{ margin-left:-20px; margin-right:-20px;}
	.row.row60 > [class*="col-"]{ padding:0 20px;}
	.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 img{ max-height:60px;}
	.header .navbar .navbar-nav > li > a{ font-size:14px;}
	.header .navbar .navbar-nav > li.quote > a{ font-size:14px;}
	
	.visual-content .box h2{ margin-bottom:20px;}
	
	.block.launch .box{ overflow:hidden;}
	.block.launch .box:before{ display:none;}
	
	.block{ padding:60px 0;}
	.block.archive.corsi.page{ padding-bottom:20px}
	.block.single-post{ padding-bottom:20px}
	.block.services.page{ padding-bottom:20px}
	
	.block.services .item .text{ margin:0px;}
	
	.block.launch.homepage .row  > [class*="col-"]{ width:100%;}
	.block.launch.left .text{ padding:40px 30px; text-align:center;}
	
	.footer .footer-row .row.rowfooter > .colfooter{ padding:0 20px;}
	
	.visual-content .box h1{ font-size:46px;}
	.block.presentation .top-title h2{ font-size:46px;}
	.title .text h1, .title .text h2{ font-size:46px;}
	.block h1, .block h2{ font-size:42px;}
	.block.double-cta .cta h2{ font-size:38px;}
	.block.services .item .text h2{ font-size:24px;}
	.block.archive.corsi .item .text h2{ font-size:24px;}
	.visual-content .box h2{ font-size:22px;}
	.footer .footer-row .widget h4{ font-size:20px;}
	.block h3{ font-size:19px;}
	p, li{ font-size:16px;}
	a.readmore{ font-size:16px;}
	a.backpage{ 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;}

	.container{ width:750px;}
	.visual .container{ width:750px !important;}
	
	.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 .navbar-collapse{ background:#fff; padding:0px; padding:30px; border-radius:20px; float:none !important; box-shadow:0px 0px 20px rgba(0,0,0,0.05); clear: both; width: 100%; margin: 0 !important;}
	.header .navbar .navbar-collapse.in{ }
	.header .navbar .navbar-nav{ width:100%; float:left;padding-bottom:0px; display:inherit; vertical-align:inherit; margin-bottom:0px; padding-bottom:0px; 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 > 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:#3d2e81; border:0px;}
	.header .navbar .navbar-nav > li > a:hover{ color:#3d2e81; border:0px;}
	.header .navbar .navbar-nav > li.quote{ margin:0px; padding:0px; margin-top:20px;}
	.header .navbar .navbar-nav > li.quote a{ font-size:16px; padding:15px 20px; text-align:center;}
	.header .navbar .navbar-nav > li > span.aprisottomenu{ display:inline-block;}
	
	.title{ padding-top:120px;}
	
	.visual-content{ min-height:650px;}
	
	.block.contacts .main{ text-align:center;}
	.block.contacts .box-form-contacts{ text-align:center;}
	.block.contacts .check{ display:flex; justify-content:center;}
	
	.block.double-cta .box:before{ display:none;}
	.block.double-cta .cta{ padding:40px 30px;}
	
	.row.flex [class*="col-"].pull-right{ order:0;}
	
	.block.services .item.all .text{ padding:40px 30px;}
	
	.block.mission .item.item01{ margin-bottom:40px;}
	.block.mission .item.item02{ flex-direction:column;}
	.block.mission .item.item02 .text{ margin:0px; margin-top:40px;}
	
	.footer .footer-row .row.rowfooter{ flex-wrap:wrap;}
	.footer .footer-row .row.rowfooter > .colfooter{ width:50%;}
	
	
	.modal{ padding:20px;}
	.modal.in .modal-dialog{ max-width:400px;}
	.modal .modal-body{ width:100%; float:left; background:#fff;}
	.modal .modal-body .row.flex{ display:block; flex-wrap:unset;}
	.modal .modal-body .row.flex > [class*="col-"]{ display:block;}
	.modal .modal-body .image{ background:none;}
	.modal .modal-body .image img{ display:block;}
	.modal .modal-body .text{ width:100%; float:left; padding:40px;}
	.modal .modal-body .text h2{ font-size:30px; line-height:30px;}
	
	
}


@media (max-width: 768px){
	
	.container{ width:100%;}
	.visual .container{ width:100% !important;}
	
	.visual-content .container-fluid{ padding:0 30px;}
	.visual-content .box h2{ padding:0px;}
	
	.title .breadcrumb ul{ display:flex; flex-wrap:wrap; justify-content:center;}
	
	.block.launch.left .text{ padding:30px;}
	
	.block.services .item{ flex-wrap:wrap;}
	.block.services .image:before{ display:none;}
	.block.services .item .image{ width:100%; height:0px; padding-bottom:66.67%;}
	.block.services .item .text{ width:100%;}
	
	.visual-content .box .actions li{ margin-right:15px;}
	
	.footer .footer-row .row.rowfooter > .colfooter{ width:100%;}
	
	.block.double-cta .cta{ padding:30px;}
	
	.footer .footer-row .widget{ margin-bottom:20px;}
	
	.visual-content .box h1{ font-size:40px;}
	.block.presentation .top-title h2{ font-size:40px;}
	.title .text h1, .title .text h2{ font-size:40px;}
	.block h1, .block h2{ font-size:38px;}
	.block.double-cta .cta h2{ font-size:36px;}
	.block.services .item .text h2{ font-size:22px;}
	.block.archive.corsi .item .text h2{ font-size:22px;}
	.visual-content .box h2{ font-size:20px;}
	.footer .footer-row .widget h4{ font-size:19px;}
	
	
}

@media (max-width: 640px){
	
	
}

@media (max-width: 479px) {
	
	[class*=col-xs-]{ text-align:inherit;}
	

}