﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{ font-size:16px; font-family: 'Montserrat', sans-serif !important; color:#000;}
form{ margin:0px;}

::selection{ background:#000; color:#fff; -webkit-background-clip: unset; -webkit-text-fill-color:#fff;}
::-moz-selection{ background:#000; color:#fff; -webkit-background-clip: unset; -webkit-text-fill-color:#fff;}
h1, h2, h3, h4, h5, h6, span.h2{ font-family: 'Montserrat', sans-serif; font-weight:500; margin-top:0px;}
a{ color:#000000; font-weight:400; transition: all .3s ease-in-out;}
a:hover, a:focus{ color:#000;}
p, li{ color:#000; font-size:17px; line-height:1.5; font-weight:400;}
p{ margin-bottom:10px;}
p strong{ font-weight:600;}
strong{ font-weight:600;}
.container-max{}
.container-fluid{ padding:0 30px;}
.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:'Montserrat', sans-serif; height:50px; 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:#000000; font-size:16px; line-height:24px; float:right; margin-left:5px;}
.chosen-container{ border-radius:0px; font-size:15px; background:#fff;}
.chosen-container-single .chosen-single{ height:43px; line-height:43px;}
.chosen-container-single .chosen-single span{ font-size:17px; font-weight: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:42px;}
.form-group{ margin-bottom:25px;}

.btn{ font-family: 'Montserrat', sans-serif; font-size:15px; height:auto; padding:10px 25px; line-height:20px; font-weight:500; text-transform:none; text-transform:uppercase; border-radius:20px; vertical-align:top;}
.btn.btn-input{ height:50px;}
.btn.btn-default{ background:#222; border:1px solid #222; color:#fff;}
.btn.btn-default:hover, .btn.btn-default:focus{ background:#000; border-color:#000; color:#fff;}
.btn.btn-primary{ background:#666; border:1px solid #666; color:#fff;}
.btn.btn-primary:hover, .btn.btn-primary:focus{ background:#000; border-color:#000; color:#fff;}

a.readmore{ display:inline-block; font-size:15px; line-height:20px; position:relative; font-weight:600; padding-right:15px; color:#000000; text-transform:uppercase;}
a.readmore span{ position:relative;}
a.readmore span:before{ content:""; width:0px; height:2px; position:absolute; right:0px; bottom:-10px; border-radius:2px; background:#000000; -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:0px; right:0px; text-align:right; font-size:10px; }
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:16px; line-height:20px; position:relative; font-weight:400; padding-left:15px; color:#000; text-transform:none;}
a.backpage span{ position:relative;}
a.backpage span:before{ content:""; width:0px; height:1px; position:absolute; right:0px; bottom:-5px; background:#000; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
a.backpage:after{ content:"\f053"; font-family: 'FontAwesome'; position:absolute; top:1px; left:0px; text-align:left; font-size:11px; }
a.backpage:hover span:before{ width:100%;}

.content .form .row{ margin:0 -15px;}
.content .form .row + .row{ margin-top:0px;}
.content .form .row [class*="col-"]{ padding:0 15px;}

.check{ width:100%; float:left;}
.check input[type=checkbox] {display: none;}
.check label{float:left; width:100%; position:relative; font-weight: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:3px;}
.check input[type=checkbox]:checked + label:before { font-family: 'FontAwesome'; content:"\f00c"; text-align:center; line-height:24px; font-size:14px; color:#000;}
.check label span{ display:inline-block; padding-left:34px; font-size:14px; text-align:left; color:#333; line-height:24px; float:left;}
.check label span a{ font-weight:600;}
.check + .check{ margin-top:5px;}

.navbar-toggle{ width:50px; height:50px; background:none; line-height:50px; position:absolute; right:30px; top:25px; background-color:#000000; border-radius:50%; z-index:10;}
.navbar-toggle i{ line-height:50px; text-align:center; font-size:20px; color:#fff;}
.navbar-toggle:hover{ background:#000;}

.check + input[type="submit"]{ margin-top:20px;}

ul.pagination{text-align:center;}
ul.pagination li{ margin:0 5px; }
ul.pagination li a{ width:40px; height:40px; font-size:18px; line-height:40px; border:0px; border-radius:50%; font-weight:300; background:#f7f7f7;}
ul.pagination li a:hover, ul.pagination li a:focus{ background:#000000; color:#fff;}
ul.pagination li.active a, ul.pagination li.active a:hover,  ul.pagination li.active a:focus{ background:#000000; color:#fff;}
ul.pagination li a.prev{ width:40px; height:40px; border-radius:50%; background:#f7f7f7; background-image:url(../images/icon-prev.png); background-size:16px auto; background-position:center center; background-repeat:no-repeat}
ul.pagination li a.prev:hover{ background-color:#000000;}
ul.pagination li.disabled a.prev:hover{ background-color:#f7f7f7;}
ul.pagination li.disabled a.next:hover{ background-color:#f7f7f7;}
ul.pagination li a.next{ width:40px; height:40px; border-radius:50%; background-color:#f7f7f7; background-image:url(../images/icon-next.png); background-size:16px auto; background-position:center center; background-repeat:no-repeat;}
ul.pagination li a.next:hover{ background-color:#000000;}


/* header */

.header{ width:100%; min-height:120px; position:absolute; background:#fff; z-index:9999; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}

.header .topbar{ padding:7px 0; background: rgb(247,247,247); background: linear-gradient(90deg, rgba(217,217,217,1) 0%, rgba(247,247,247,0) 100%);}
.header .topbar .info{ display:flex; flex-wrap:nowrap; align-items:center; justify-content:center;}
.header .topbar p{ font-size:13px; line-height:1.2; color:#000; font-weight:400;}
.header .topbar strong{ font-weight:600;}
.header .topbar span.separator{ margin:0 5px; color:#6e6e6e; font-weight:300;}
.header .topbar .social{ width:auto; float:left;}
.header .topbar .social ul{margin:0;width:auto; float:left;}
.header .topbar .social li{ width:auto;float:left; padding-left:0px; margin:0 3px 0 0;}
.header .topbar .social li:last-child{ margin:0px;}
.header .topbar .social li:before{ display:none;}
.header .topbar .social li a{float:left;position:relative;border-radius:50%; background:#222;}
.header .topbar .social li a span.circle{width:18px;height:18px;float:left;color:#fff;text-align:center;}
.header .topbar .social li a span.circle i{font-size:9px;line-height:18px;vertical-align:top;}
.header .topbar .social li.facebook a{background:#3b5999}
.header .topbar .social li.instagram a{background:#E4405F}
.header .topbar .social li a:hover{ background:#000000;}
.header .topbar .contacts{ float:left; margin-left:20px;}
.header .topbar .contacts a{ color:#000000; font-weight:600;}
.header .topbar .contacts a:hover{ color:#333;}

.header .navbar{ position:relative;}
.header a.navbar-brand{ width:319px; position:absolute; left:50%; margin-left:-160px; text-align:center; font-size:0px; letter-spacing:0px; line-height:120px;}
.header a.navbar-brand img{ height:60px; margin:0px; }
.header .navbar-collapse{ clear:both; margin:30px 0 0 0;}
.header .navbar-nav{ width:50%; float:left; display:flex; flex-wrap:nowrap;}
.header .navbar-nav.left{ text-align:right; padding-right:200px; justify-content:right; text-align:center; justify-content:space-between;}
.header .navbar-nav.right{ text-align:left; padding-left:200px; justify-content:left; text-align:center; justify-content:space-between;}
.header .navbar .navbar-nav > li{ width:100%; display:flex; flex-wrap:nowrap; justify-content:center; text-align:center; white-space:nowrap; float:none; padding:0px;}
.header .navbar .navbar-nav > li:after{ content:""; width:1px; height:20px; position:absolute; top:20px; right:0px; background:#999;}
.header .navbar .navbar-nav > li > a{ width:auto; font-family: 'Montserrat', sans-serif; font-size:15px; color:#000; font-weight:600; padding:20px 0; margin:0 15px; border:0px; text-transform:uppercase; line-height:20px;}
.header .navbar .navbar-nav > li > a span:before{ content:""; width:100%; height:2px; position:absolute; left:0px; bottom:10px; background:#000; border-radius:2px; opacity:0;}
.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.dropdown > a:after{ display:none;}
.header .navbar .navbar-nav > li > a:hover span:before{  opacity:1;}
.header .navbar .navbar-nav > li.active > a span:before{ opacity:1;}
.header .navbar .sfHover a.sf-with-ul span:before{ opacity:1; }

.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;}

.header .navbar .navbar-nav > li > span.aprisottomenu{ display:none; width:30px; height:30px; float:right; position:absolute; right:0px; top:0px; cursor:pointer; text-align:center; vertical-align:middle;}
.header .navbar .navbar-nav > li > span.aprisottomenu:before{ content:"\f107"; font-family:FontAwesome; width:inherit; height:inherit; font-size:17px; line-height:30px; position:absolute; left:0px; top:0px; color:#152933; -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:#666;}

/* dropdown */

.header .dropdown-menu { width:auto; min-width:250px; max-width:250px; background:#fff; border-radius:0px; padding:15px; margin-left:5px; left:50%; transform: translateX(-50%); border-radius:10px !important; box-shadow:0px 0px 20px rgba(0,0,0,0.15)}
.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; }
.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:#000; line-height:1.2; padding:5px; text-align:center; white-space:normal; text-transform:uppercase; border-radius:5px; font-weight:400; }
.header .dropdown-menu > li.active > a, .header .dropdown-menu > li.active > a:hover{ background:rgba(0,0,0,0.2); color:#000;}
.header .dropdown-menu > li:last-child > a { border: 0px; }
.header .dropdown-menu > li > a:hover, .header .dropdown-menu > li > a:focus { background:rgba(0,0,0,0.2); color:#000;}

/* languages */

.languages-fixed{ position:fixed; right:0px; top:50%; transform: translateY(-50%); z-index:1000;}
.languages-fixed ul{ width:100%; float:left; margin:0px; padding:10px; background:#fff; box-shadow:0px 0px 60px rgba(0,0,0,0.15); border-top-left-radius:10px; border-bottom-left-radius:10px}
.languages-fixed ul li{ clear:both; width:24px; float:left; margin-bottom:10px;}
.languages-fixed ul li:last-child{ margin-bottom:0px;}
.languages-fixed ul li a{ opacity:0.3;}
.languages-fixed ul li a:hover, .languages-fixed ul li.active a{ opacity:1;}


.wrapper{ width:100%; float:left; overflow:unset;}
.content{ overflow:hidden; }
.content .row + .row{ margin-top:40px;}

/* visual home page */

.visual{ position:relative; background: rgb(255,255,255); background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(227,227,227,1) 100%);}
.visual .background-video{ position:absolute; min-width:100%; min-height:100%; width:auto; height:auto; z-index:0; overflow:hidden; opacity:1;}
.visual .background-video:before{ content:""; width:75%; height:100%; position:absolute; left:0px; top:0px; z-index:2;}
.visual .background-video video{ width:100%; height:100%; object-fit:cover; position:absolute; left:0px; top:0px;}
.visual-image{ width:60%; height:100%; position:absolute; right:-40px; top:0px; padding:140px 0 60px 0;}
.visual-image video{ height:100%; float:right;}
.visual-image img{ display:none;}
.visual-content{ width:100%; height:100vh; min-height:800px; position:relative; display:flex; flex-wrap:nowrap; align-items:center; justify-content:center; position:relative; background-size:cover; background-position: center center; z-index:10;}
.visual-content:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background-image:url(../images/bg1.jpg); opacity:0.03;}
.visual-content .inner{ width:100%; padding-top:120px;}
.visual-content .container-fluid{ width:100%;}
.visual-content .box{ width:100%; background:#fff; display:flex; flex-wrap:nowrap; align-items:center; position:relative; z-index:100; box-shadow:0px 0px 40px rgba(0,0,0,0.1); border-radius:20px;}
.visual-content .box .image{ width:50%; min-height:550px; background-size:cover; background-position:top center; border-radius:20px;}
.visual-content .box .image img{ display:none;}
.visual-content .box .text{ width:50%; padding:80px;}
.visual-content .box h1{ font-family: "Montserrat", serif; color:#000; font-size:46px; line-height:1.1; font-weight:300; position:relative; z-index:2; margin-bottom:20px;}
.visual-content .box h1 strong{ color:#000000;}
.visual-content .box h2{ max-width:100%; font-size:20px; line-height:1.6; color:#000; font-weight:300; position:relative; z-index:2; margin-bottom:40px;}
.visual-content .box .actions{ display:flex; align-items:center; justify-content:left; margin:0px; padding:0px;}
.visual-content .box .actions li{ margin-right:30px;}
.visual-content .box .actions li:last-child{ margin-right:0px;}

.visual .down{ width:40px; height:40px; position:absolute; z-index:2; left:50%; margin-left:-20px; bottom:-20px; border-radius:50%; background:#e1e1e1; z-index:10;}
.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:40px; color:#000; z-index:999;}
.visual .down:hover{ background-color:#000;}
.visual .down:hover:before{ color:#fff;}

/* titolo pagina */

.title{ padding:180px 0 60px 0; position:relative; text-align:center; overflow:hidden; background-repeat:no-repeat; background-position:center center; background-size:cover; overflow:hidden;  background: rgb(255,255,255); background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(227,227,227,1) 100%);}
.title:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background-image:url(../images/bg1.jpg); opacity:0.03;}
.title .text h1, .title .text h2{ font-family: "Montserrat", serif; color:#000000; font-size:60px; line-height:1.2; font-weight:600; position:relative; z-index:2; margin-bottom:0px;}
.title .breadcrumb{ width:auto; display:inline-block; min-height:18px; position:relative; z-index:2; text-transform:none; margin-top:5px;}
.title .breadcrumb .box{ width:auto; display:inline-block;}
.title .breadcrumb ul{ float:left; margin:0px; padding:0px;}
.title .breadcrumb li{ width:auto; float:left; display:inline-block; position:relative; font-size:14px; line-height:18px; padding:0px;}
.title .breadcrumb a{ color:#000; float:left; line-height:18px; position:relative;}
.title .breadcrumb a:hover{ color:#d2232a;}
.title .breadcrumb li:after{ float:right; margin:0 10px; content:"|"; margin-top:0; font-size:14px; font-weight:200; color:#999;}
.title .breadcrumb li:last-child:after{ display:none;}

/* blocchi generale */

.block{ padding:100px 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-family: "Montserrat", serif; font-size:46px; line-height:1.1; color:#000000; 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.6; color:#000; margin-bottom:15px; text-transform:none; font-weight:400;}
.block h3:last-child{ margin-bottom:0px;}
.block ul, .block ol{ margin:0px; padding:0px; margin-bottom:15px;}
.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 h3{ margin-bottom:0px;}
.block.presentation h2 + h3{ margin-top:20px;}
.block.presentation h2 + p, .block.presentation span.h2 + p{ margin-top:15px;}
.block.presentation h3 + p{ margin-top:15px;}
.block.presentation h3 + ul{ margin-top:15px;}
.block.presentation h3 + .btn{ margin-top:30px;}
.block.presentation h3 + h2{ margin-top:30px;}
.block.presentation p{ }
.block.presentation h2 + ul{ margin-top:20px;}
.block.presentation p + h2, .block.presentation p + span.h2{ margin-top:20px;}
.block.presentation p + h3{ margin-top:15px;}
.block.presentation p + .readmore{ margin-top:20px;}
.block.presentation p + .btn{ margin-top:20px;}

.block.presentation .top-title{ text-align:center;}
.block.presentation .top-title .title-icon{ display:flex; flex-wrap:nowrap; justify-content:center; text-align:center; margin-bottom:20px;}
.block.presentation .top-title .title-icon img{ height:80px;}
.block.presentation .top-title h2{ font-size:50px; line-height:1; margin:0px; font-weight:300; text-transform:uppercase;}
.block.presentation .top-title h2 strong{ color:#000000;}
.block.presentation .top-title h2 + .readmore{ margin-top:5px;}
.block.presentation .top-title h2 + h3{ margin-top:10px;}
.block.presentation span.sector-page{ width:100%; float:left; font-size:16px; line-height:1; text-transform:uppercase; margin:0px; margin-bottom:20px;}

/* valori */

.block.values{ padding-bottom:40px;}
.block.values span.sector-page{ margin-bottom:10px;}
.block.values .row.list > [class*="col-"]{ margin-bottom:60px; border-right:1px solid #ccc;}
.block.values .row.list > [class*="col-"]:nth-child(3n){ border:0px;}
.block.values .item{ text-align:center; width: 100%;}
.block.values .item h2{ font-size:32px; font-weight:600; margin-top:0px; margin-bottom:20px;}
.block.values .item p{ margin:0px;}

/* launch box */

.block.launch-box{ padding-bottom:40px;}
.block.launch-box .row + .row{ margin-top:0px;}
.block.launch-box .box{ width:100%; background:#fff; display:flex; flex-wrap:nowrap; align-items:center; position:relative; z-index:100; box-shadow:0px 0px 40px rgba(0,0,0,0.1); border-radius:20px; margin-bottom:60px;}
.block.launch-box .box.invert .image{ left:auto; right:0px;}
.block.launch-box .box .image{ width:50%; height:100%; position:absolute; left:0px; top:0px; background-size:cover; background-position:top center; border-radius:20px;}
.block.launch-box .box .image img{ display:none;}
.block.launch-box .box .text{ width:50%; padding:80px 60px; text-align:center; margin-left:50%;}
.block.launch-box .box.invert .text{ margin:0px;}
.block.launch-box .box .icon{ margin:0px; margin-bottom:20px;}
.block.launch-box .box .icon img{ height:48px;}
.block.launch-box .box .actions{ display:flex; align-items:center; justify-content:center; margin:0px; padding:0px; margin-top:40px;}
.block.launch-box .box .actions ul{ margin:0px; padding:0px;}
.block.launch-box .box .actions li{ margin-right:30px; padding:0px; list-style:none;}
.block.launch-box .box .actions li:before{ display:none;}
.block.launch-box .box .actions li:last-child{ margin-right:0px;}

/* text page */

.block.text-page .image{ width:100%; background:#fff; display:flex; flex-wrap:nowrap; align-items:center; position:relative; z-index:100; box-shadow:0px 0px 40px rgba(0,0,0,0.1); border-radius:20px;}
.block.text-page .image img{ border-radius:20px;}
.block.text-page .text h3 + h2{ margin-top:10px;}

/* experience page */

.block.experience-page .image{ width:100%; max-width:600px; float:right; margin:5px 0 40px 40px; background:#fff; position:relative; z-index:100; box-shadow:0px 0px 40px rgba(0,0,0,0.1); border-radius:20px;}
.block.experience-page .image img{ border-radius:20px;}
.block.experience-page .text h3 + h2{ margin-top:10px;}
.block.experience-page .text h3 + p{ margin-top:5px;}

/* testimonianze */

.block.testimonials{ position:relative;}
.block.testimonials .swiper-container{ z-index:9999;}
.block.testimonials .swiper-container:hover #swiper-button-next-testimonials, .block.testimonials .swiper-container:hover #swiper-button-prev-testimonials{ opacity:1;}
.block.testimonials .swiper-wrapper{ align-items:center;}
.block.testimonials .item{ text-align:center;}
.block.testimonials .item .text{ max-width:800px; display:inline-block; margin-bottom:40px; position:relative;}
.block.testimonials .item .text p{ font-size:20px; line-height:1.4; font-weight:400;}
.block.testimonials .item .text p + h2{ margin-top:20px;}
.block.testimonials .item .bottom{ text-align:center;}
.block.testimonials .item .bottom h2{ font-size:32px; line-height:1; font-weight:600; text-transform:none; text-transform:none; color:#000; margin:0px;}
.block.testimonials .item .bottom p{ font-size:16px; line-height:1; color:#000; font-weight:400; text-transform:uppercase; margin:0px; margin-top:5px;}
.block.testimonials .item .bottom p strong{ color:#333;}
.block.testimonials .item .bottom p + .gallery{ margin-top:20px;}

.block.testimonials #swiper-button-next-testimonials, .block.testimonials #swiper-button-prev-testimonials{ width:60px; height:60px; position:absolute; top:50%; margin-top:-30px; background-size:100% auto; z-index:10; cursor:pointer;}
.block.testimonials #swiper-button-prev-testimonials{ background-image:url(../images/icon-prev.png); left:30px;}
.block.testimonials #swiper-button-next-testimonials{ background-image:url(../images/icon-next.png); right:30px;}

/* blog */

.block.blog{ position:relative;}
.block.blog .swiper-container{}
.block.blog .item{ background:#fff; box-shadow:0px 0px 60px rgba(0,0,0,0.15); border-radius:20px; margin-bottom:40px;}
.block.blog .item .text{ text-align:center; padding:60px 40px;}
.block.blog .item .text h3{ font-size:16px; line-height:1; font-weight:400; text-transform:uppercase; color:#000; margin:0px; margin-bottom:10px;}
.block.blog .item .text h2{ font-size:28px; line-height:1.2; font-weight:600; color:#000; margin:0px;}
.block.blog .item .text .readmore{ margin:0px; margin-top:10px;}

.block.blog #swiper-button-next-blog, .block.blog #swiper-button-prev-blog{ width:60px; height:60px; position:absolute; top:50%; margin-top:-30px; background-size:100% auto; z-index:10; cursor:pointer;}
.block.blog #swiper-button-prev-blog{ background-image:url(../images/icon-prev.png); left:40px;}
.block.blog #swiper-button-next-blog{ background-image:url(../images/icon-next.png); right:40px;}

.block.blog.homepage{ padding-bottom:60px;}
.block.blog.page{}

/* corsi */

.block.courses{ position:relative;}
.block.courses .item{ background:#fff; box-shadow:0px 0px 60px rgba(0,0,0,0.15); border-radius:20px; margin-bottom:40px;}
.block.courses .item .image img{ border-radius:20px;}
.block.courses .item .text{ text-align:center; padding:60px 40px;}
.block.courses .item .text h3{ font-size:16px; line-height:1; font-weight:400; text-transform:uppercase; color:#000; margin:0px; margin-bottom:10px;}
.block.courses .item .text h2{ font-size:28px; line-height:1.2; font-weight:600; color:#000; margin:0px;}
.block.courses .item .text .readmore{ margin:0px; margin-top:10px;}

.block.courses.page{ padding-bottom:60px;}

/* subpages */

.block.subpages{ position:relative;}
.block.subpages .item{ background:#fff; box-shadow:0px 0px 60px rgba(0,0,0,0.15); border-radius:20px; margin-bottom:40px;}
.block.subpages .item .image img{ border-radius:20px;}
.block.subpages .item .text{ text-align:center; padding:60px 40px;}
.block.subpages .item .text h3{ font-size:16px; line-height:1; font-weight:400; text-transform:uppercase; color:#000; margin:0px; margin-bottom:10px;}
.block.subpages .item .text h2{ font-size:28px; line-height:1.2; font-weight:600; color:#000; margin:0px;}
.block.subpages .item .text .readmore{ margin:0px; margin-top:10px;}

.block.subpages.page{ padding-bottom:60px;}

/* press */

.block.press{ position:relative;}
.block.press .item{ background:#fff; box-shadow:0px 0px 60px rgba(0,0,0,0.15); border-radius:20px; margin-bottom:40px;}
.block.press .item .text{ text-align:left; padding:40px;}
.block.press .item .text h3{ font-size:16px; line-height:1; font-weight:400; text-transform:uppercase; color:#000; margin:0px; margin-bottom:10px;}
.block.press .item .text h2{ font-size:28px; line-height:1.2; font-weight:600; color:#000; margin:0px;}
.block.press .item .text .readmore{ margin:0px; margin-top:10px;}

.block.press.page{ padding-bottom:60px;}

/* press video */

.block.press-video{ position:relative;}
.block.press-video .item-wrap{ display:flex; flex-wrap:wrap; margin:0 -20px;}
.block.press-video .item{ width:50%; float:left; padding:0 20px; margin-bottom:40px;}
.block.press-video .item .video{ background:#fff; box-shadow:0px 0px 60px rgba(0,0,0,0.15); position: relative; padding-bottom: 56.25%; height: 0; border-radius:20px; overflow:hidden;}
.block.press-video .item .video iframe{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.block.press-video.page{ padding-bottom:60px;}

/* press gallery */

.block.press-gallery{ position:relative;}
.block.press-gallery .item-wrap{ display:flex; flex-wrap:wrap; margin:0 -10px;}
.block.press-gallery .item{ width:25%; float:left; padding:0 10px; margin-bottom:20px;}
.block.press-gallery .item .image a{ float:left;}
.block.press-gallery .item .image a img{ border-radius:20px; border:1px solid #e1e1e1; overflow:hidden;}

.block.press-gallery.page{ padding-bottom:80px;}


/* servizi */

.block.services{ position:relative;}
.block.services .item{ display:flex; flex-wrap:nowrap; align-items:center; background:#fff; box-shadow:0px 0px 60px rgba(0,0,0,0.15); border-radius:20px; margin-bottom:40px;}
.block.services .item .image{ width:50%;}
.block.services .item .image img{ border-radius:20px;}
.block.services .item .text{ width:50%; text-align:left; padding:40px;}
.block.services .item .text h3{ font-size:16px; line-height:1; font-weight:400; text-transform:uppercase; color:#000; margin:0px; margin-bottom:10px;}
.block.services .item .text h2{ font-size:28px; line-height:1.2; font-weight:600; color:#000; margin:0px;}
.block.services .item .text .readmore{ margin:0px; margin-top:10px;}

.block.services.page{ padding-bottom:60px;}

/* faq */

.block.faq{}
.block.faq .box h2{ color:#000;}
.block.faq [class*="col-"]:first-child h4{ margin-top:0px;}
.block.faq [class*="col-"] h4{ background:#000; margin-top:10px;}
.block.faq [class*="col-"]:nth-child(odd) h4{ }
.block.faq h4{ position:relative; text-align:left; font-size:22px; line-height:1.2; padding:15px 30px 15px 30px; padding-left:50px; border:0px; margin:0px; text-transform:none; color:#fff; font-weight:400; border-radius:0px; border-top-right-radius:10px; border-top-left-radius: 10px; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out;}
.block.faq h4:before{ content:"\f054"; font-family:FontAwesome; position:absolute; top:22px; left:25px; font-size:14px; line-height:1; font-weight:300; transform: rotate(45deg); -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; color:#fff;}
.block.faq h4.collapsed{ background:#e1e1e1; box-shadow:0px 0px 60px rgba(0,0,0,0.05); color:#000; border-radius:10px;}
.block.faq h4.collapsed:before{ transform: rotate(0deg); color:#000;}
.block.faq .panel-body{ padding:0px 60px 0px 50px; background:#f7f7f7; text-align:left; border-bottom-right-radius:10px; border-bottom-left-radius:10px; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out;}
.block.faq .panel-body p, .block.faq .panel-body li{ color:#fff;}
.block.faq .panel-body ul:last-child{ margin-bottom:30px;}
.block.faq .panel-body li:before{ color:#fff;}
.block.faq .panel-body p:last-child{ margin-bottom:30px;}
.block.faq .panel-body a{ color:#fff; text-decoration:underline; font-weight:700;}
.block.faq .panel-body{ background:#000;}

/* contatti */

.block.landing-contacts{ position:relative;}
.block.landing-contacts:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background-image:url(../images/bg2.jpg); opacity:0.02;}
.block.landing-contacts .square{ width:50px; height:50px; position: absolute; left:50%; transform:translateX(-50%) rotate(45deg); background:#fff; top:-25px; z-index:10;}
.block.landing-contacts .module{ width:100%; display:inline-block; padding:60px; display:inline-block; background:#fff; box-shadow:0px 0px 60px rgba(0,0,0,0.15); border-radius:10px;}
.block.landing-contacts .module .form{ width:100%; max-width:800px; margin:0 auto; text-align:center;}
.block.landing-contacts .module .form .top-title{ margin-bottom:60px;}
.block.landing-contacts .module .form .form-group{ position:relative;}
.block.landing-contacts .module .form .form-group > label{ position:absolute; top:0px; margin:0px; margin-top:-12px; background:#fff; padding:0 10px 0 0; z-index:2;}
.block.landing-contacts .module .form input[type="submit"]{ }
.block.landing-contacts .module .form .check{ display:flex; justify-content:center; text-align:center;}
.block.landing-contacts .module .form .check > span{}
.block.landing-contacts .module .form input.btn{ height:auto; font-size:18px; padding:20px 40px; border-radius:30px;}

/* footer */

.footer{ width:100%; background:#fff; position:relative; display:inline-block; font-family: 'Montserrat', sans-serif; width:100%; float:left; overflow:hidden;}
.footer:before{ content:""; width:1000px; height:1000px; position:absolute; left:50%; top:0px; margin-left:-500px; background:url(../images/bg-footer.png); background-size:100% auto; opacity:0.2;}
.footer .footer-row{ text-align:center; position:relative; z-index:20; padding-top:80px; padding-bottom:20px; overflow:hidden;}
.footer .footer-row .row{ display:flex; flex-wrap:nowrap; justify-content:center;}
.footer .footer-row .row .colfooter{ width:33.33%;}
.footer .footer-row .row .colfooter:last-child{ border:0px;}
.footer .footer-row .row.rowfooter01{ max-width:1200px; margin:0 auto;}
.footer .footer-row .widget{ width:100%; min-width:100px; float:left; text-align:center; padding:0 20px; margin-bottom:0px;}
.footer .footer-row .widget h4{ font-family: "Montserrat", serif; font-size:20px; line-height:1.2; color:#000; font-weight:600; text-transform:uppercase; margin-bottom:10px;}
.footer .footer-row .widget p + h4{ margin-top:20px;}
.footer .footer-row .widget p, .footer .footer-row .widget li{ font-family: 'Montserrat', sans-serif; font-weight:400; font-size:15px; line-height:1.5; margin-bottom:10px; color:#000;}
.footer .footer-row .widget p:last-child{ margin-bottom:0px;}
.footer .footer-row .widget p a{ color:#000; font-weight:600;}
.footer .footer-row .widget p a:hover{ color:#333;}
.footer .footer-row .widget.widget-company{background:none; text-align:center;}
.footer .footer-row .widget.widget-company img{ width:auto; height:50px; display:inline-block; margin-bottom:20px;}
.footer .footer-row .widget.widget-services ul{ margin-bottom:0px;}
.footer .footer-row .widget.widget-services li{ padding-left:0px; margin:0px;}
.footer .footer-row .widget.widget-services li:before{ display:none; content:"\f105"; font-family:FontAwesome; position:absolute; left:0px; font-size:14px; color:#000000;}
.footer .footer-row .widget.widget-services li a{ color:#000; font-weight:400;}
.footer .footer-row .widget.widget-services li a:hover{ color:#000;}
.footer .footer-row .book{ text-align:center; margin-bottom:0px;}
.footer .footer-row .book img{ display:inline-block; height:65px;}
.footer .footer-row .book .btn{ font-size:14px; padding:5px 15px; font-size:13px;}
.footer .footer-row .social{ width:100%; float:left; margin-bottom:40px;}
.footer .footer-row .social ul{margin:0; width:auto; display:flex; flex-wrap:nowrap; justify-content:center; margin-top:20px;}
.footer .footer-row .social li{ width:auto;float:left; padding-left:0px; margin:0 5px;}
.footer .footer-row .social li:before{ display:none;}
.footer .footer-row .social li a{float:left;position:relative;border-radius:50%; background:#000000;}
.footer .footer-row .social li a span.circle{width:40px;height:40px;float:left;color:#fff;text-align:center;}
.footer .footer-row .social li a span.circle i{font-size:18px;line-height:40px;vertical-align:top;}
.footer .footer-row .social li.facebook a{background:#1877F2}
.footer .footer-row .social li.instagram a{background:#E4405F}
.footer .footer-row .social li.linkedin a{background:#0A66C2}
.footer .footer-row .social li.youtube a{background:#CD201F}
.footer .footer-row .social li a:hover{ background:#000000;}

.footer .footer-extra{ padding:0px; padding-top:20px; padding-bottom:40px; text-align:center; background:none; position:relative; z-index:20;}
.footer .footer-extra .row{ padding:0px;}
.footer .footer-extra .row p{ font-size:13px; line-height:20px; color:#000; font-weight:400;}
.footer .footer-extra .row p span{ margin:0 5px;}
.footer .footer-extra .row a{ color:#000; font-weight:400;}
.footer .footer-extra .row a:hover{ color:#000;}

/* 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:#000000; border-radius:50%; text-align:center;}
#scrolltop a:before{ content:"\f106"; width:50px; height:50px; font-family:FontAwesome; font-size:16px; color:#fff; line-height:50px;}
#scrolltop a:hover{ background:#000;}

@media (min-width: 1500px) {
	
	.container{ width:1400px;}

}

@media (max-width: 1499px) {
	
	.container{ width:1250px;}
	
		
	.block.faq h4:before{ top:20px;}
	
	.title .breadcrumb li:after{ margin:0 5px;}
	
	.header{ min-height:100px;}
	.header a.navbar-brand{ width:265px; margin-left:-132.5px; line-height:100px;}
	.header a.navbar-brand img{ height:50px;}
	.header .navbar .navbar-nav > li > a{ margin:0px 10px;}
	.header .navbar-nav.left{ padding-right:175px;}
	.header .navbar-nav.right{ padding-left:175px;}
	.header .navbar-collapse{ margin-top:20px;}
	
	.block.blog .item .text{ padding:40px 30px;}
	.block.courses .item .text{ padding:40px 30px;}
	.block.subpages .item .text{ padding:40px 30px;}
	.block.press .item .text{ padding:40px 30px;}
	.block.services .item .text{ padding:30px;}
	
	.block.landing-contacts .module{ padding:40px;}
	.block.landing-contacts .module .form{ max-width:100%; width:100%;}
	
	.block.launch-box .box .text{ padding:60px;}
	
	.visual-content .box h2{ margin-bottom:20px;}
	.visual-content .box .text{ padding:60px;}
	.visual-content .box .actions li{ margin-right:20px;}
	
	.block.presentation .top-title h2{ font-size:46px;}
	.title .text h1, .title .text h2{ font-size:46px;}
	.visual-content .box h1{ font-size:40px;}
	.block h1, .block h2{ font-size:40px;}
	.block.values .item h2{ font-size:30px;}
	.block.testimonials .item .bottom h2{ font-size:30px;}
	.block.subpages .item .text h2{ font-size:26px;}
	.block.press .item .text h2{ font-size:26px;}
	.block.services .item .text h2{ font-size:26px;}
	.block.courses .item .text h2{ font-size:26px;}
	.block.blog .item .text h2{ font-size:26px;}
	.block h3{ font-size:20px;}
	.block.faq h4{ font-size:20px;}
	.visual-content .box h2{ font-size:19px;}
	.block.testimonials .item .text p{ font-size:19px;}
	.footer .footer-row .widget h4{ font-size:19px;}
	.block.testimonials .item .bottom p{ font-size:15px;}
	.block.blog .item .text h3{ font-size:15px;}
	.footer .footer-extra .row p{ font-size:12px; line-height:18px;}
	
	
}

@media (max-width: 1299px) {
	
	p, li{ font-size:16px;}
	
	.row.row30{ margin:0 -20px;}
	.row.row30 > [class*="col-"]{ padding:0 20px;}
	.row.row40{ margin:0 -20px;}
	.row.row40 > [class*="col-"]{ padding:0 20px;}
	
	.header .navbar{ padding:0px;}
	.header .navbar-nav.left{ padding-right:160px;}
	.header .navbar-nav.right{ padding-left:160px;}
	
	.container{ width:1170px;}
	
	.block.testimonials .item .text{ margin-bottom:20px;}
	
	.title{ padding:140px 0 40px 0;}
	
	.block{ padding:60px 0;}
	
	.block.launch-box{ padding-bottom:20px;}
	.block.launch-box .box{ margin-bottom:40px;}
	
	.block.press-gallery.page{ padding-bottom:50px;}
	
	.block.press.page{ padding-bottom:40px;}
	
	.block.press-video.page{ padding-bottom:40px;}
	
	.block.values{ padding-bottom:20px;}
	.block.values .row.list > [class*="col-"]{ margin-bottom:40px;}
	
	.block.landing-contacts .square{ width:40px; height:40px;}
	
	.block.testimonials #swiper-button-next-testimonials, .block.testimonials #swiper-button-prev-testimonials{ width:40px; height:40px;}
	
	.footer .footer-row{ padding-top:60px;}
	.footer .footer-extra{ padding-bottom:20px;}
	
	
	
	.block.presentation .top-title h2{ font-size:42px;}
	.title .text h1, .title .text h2{ font-size:42px;}
	.visual-content .box h1{ font-size:38px;}
	.block h1, .block h2{ font-size:38px;}
	.block.values .item h2{ font-size:28px;}
	.block.testimonials .item .bottom h2{ font-size:28px;}
	.block.subpages .item .text h2{ font-size:24px;}
	.block.press .item .text h2{ font-size:24px;}
	.block.services .item .text h2{ font-size:24px;}
	.block.courses .item .text h2{ font-size:24px;}
	.block.blog .item .text h2{ font-size:24px;}
	.block h3{ font-size:19px;}
	.block.faq h4{ font-size:19px;}
	.visual-content .box h2{ font-size:18px;}
	.block.testimonials .item .text p{ font-size:18px;}
	.footer .footer-row .widget h4{ font-size:18px;}
	
}


@media (max-width: 1199px) {

	.container{ width:970px;}
	.visual .container{ width:970px !important;}
	
	.visual-content .box .text{ padding:40px;}
	.visual-content .box .actions{ flex-wrap:wrap;}
	.visual-content .box .actions li{ width:100%;}
	.visual-content .box .actions li .readmore{ margin-top:20px;}
	
	.block.launch-box .box .text{ padding:40px;}
	
	
	.block.presentation .top-title h2{ font-size:40px;}
	.title .text h1, .title .text h2{ font-size:40px;}
	.visual-content .box h1{ font-size:36px;}
	.block h1, .block h2{ font-size:36px;}
	.block.values .item h2{ font-size:26px;}
	.block.testimonials .item .bottom h2{ font-size:26px;}
	.block.subpages .item .text h2{ font-size:22px;}
	.block.press .item .text h2{ font-size:22px;}
	.block.services .item .text h2{ font-size:22px;}
	.block.courses .item .text h2{ font-size:22px;}
	.block.blog .item .text h2{ font-size:22px;}
	

}

@media (max-width: 1008px) {
	
	.header a.navbar-brand{ width:186px; margin-left:-93px;}
	.header a.navbar-brand img{ height:35px;}
	
	.header .navbar-nav.left{ padding-right:115px;}
	.header .navbar-nav.right{ padding-left:115px;}
	.header .navbar .navbar-nav > li > a{ font-size:14px;}
	
	
		
}

@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) {
	
	.row.flex [class*="col-"].pull-right{ order:0;}
	
	.navbar-toggle{ display:block !important;}

	.container{ width:750px;}
	.visual .container{ width:750px !important;}
	
	.header{ position:relative;}
	.header .navbar{ position:relative;}
	.header .navbar a.navbar-brand{ position:relative; z-index:10; line-height:100px; margin-left:-132.5px;}
	.header .navbar a.navbar-brand img{ height:50px;}
	.header .navbar .menu-wrap{ width:100%; display:block; flex-wrap:unset; float:left; margin:0px;}
	.header .navbar-collapse{ display:none; background:#fff; padding:0px; padding:30px; padding-top:0px; float:none !important; box-shadow:none; clear: both; width: 100%; margin: 0 !important;}
	.header .navbar-collapse.in{ display:block; }
	.header .navbar .navbar-nav{ width:100%; float:left;padding-bottom:0px; display:inherit; vertical-align:inherit; margin-bottom:0px; padding-bottom:20px; overflow:hidden;}
	.header .navbar .navbar-nav + .navbar-nav{ padding-top:0px;}
	.header .navbar .navbar-nav > li{ clear:both; width:100%; padding:0px; display:block; flex-wrap:unset; justify-content:unset; border-bottom:1px solid #e1e1e1;}
	.header .navbar .navbar-nav.right > li:last-child{ border:0px;}
	.header .navbar .navbar-nav > li:after{ display:none;}
	.header .navbar .navbar-nav > li > a:after{ display:none;}
	.header .navbar .navbar-nav > li > a{ line-height:1 !important; font-size:16px; color:#000; padding:7px 0; border-left:0px !important; margin:0px; border:0px;}
	.header .navbar .navbar-nav > li > a span:before, .header .navbar-nav > li.active > a span:before{ display:none;}
	.header .navbar .navbar-nav > li.active > a{ color:#000; border:0px;}
	.header .navbar .navbar-nav > li > a:hover{ color:#000; border:0px;}
	.header .navbar .navbar-nav > li > span.aprisottomenu{ display:inline-block;}
	.header .navbar .navbar-nav > li > a:before{ opacity:0.5;}
	.header .navbar .navbar-nav > li.quote a{ font-size:18px; text-align:center; line-height:48px !important;}
	.header .navbar .navbar-nav > li > span.aprisottomenu{ display:inline-block;}
	
	.header .navbar-nav.right{ padding:0px; text-align:left;}
	.header .navbar-nav.left{ padding:0px; text-align:left;}
	
	.header .dropdown-menu{ display:none; clear:both; width:100%; min-width:100%; max-width:100%; float:left; transform:none; background:none; padding:15px 0; position: relative; top:0; left:0; margin:0px; box-shadow:none;}
	.header .dropdown-menu.open{ display:block;}
	.header .dropdown-menu:before{ display:none;}
	.header .dropdown-menu > li{ text-align:center; border:0px;}
	.header .dropdown-menu > li > a{ color:#000; font-size:13px; line-height:22px; padding:0px; text-align:center; font-weight:inherit;}
	.header .dropdown-menu > li > a:hover{ background:none; color:#000;}
	.header .dropdown-menu > li.active > a, .header .dropdown-menu > li.active > a:hover{ color:#000; font-weight:700; background:none;}
	

	.visual-content{ height:auto; min-height:unset; padding:60px 0;}
	.visual-content .inner{ padding-top:0px;}
	
	.visual-content .box{ flex-wrap:wrap;}
	.visual-content .box .image{ width:100%; height:0px; min-height:auto; position:relative; left:auto; top:auto; right:auto; padding-bottom:75%;}
	.visual-content .box  .text{ width:100%; margin:0px !important; text-align:center; padding:40px 30px;}
	.visual-content .box .actions{ justify-content:center;}

	.title{ padding:30px 0;}
	
	.block.subpages .item .image img{ width:100%; height:auto;}
	.block.courses .item .image img{ width:100%; height:auto;}
	.block.text-page .image img{ width:100%; height:auto;}
	
	.block.text-page .image{ margin-bottom:40px;}
	
	.block.experience-page .image{ width:100%; max-width:100%; margin:0px; margin-bottom:40px;}
	
	.block.values .row.list > [class*="col-"]{ padding-bottom:20px; margin-bottom:20px; border:0px; border-bottom:1px solid #ccc;  width:100%;}
	.block.values .row.list > [class*="col-"]:last-child{ border:0px;}
	
	.footer .footer-row{ padding-top:40px;}
	.footer .footer-row .row.rowfooter01{ flex-wrap:wrap;}
	.footer .footer-row .row .colfooter{ width:100%; text-align:center;}
	.footer .footer-row .widget{ margin-bottom:40px;}
	.footer .footer-extra{ padding-top:0px;}
	
	.block.testimonials #swiper-button-prev-testimonials{ left:10px;}
	.block.testimonials #swiper-button-next-testimonials{ right:10px;}
	
	.block.launch-box .box{ flex-wrap:wrap;}
	.block.launch-box .box .image{ width:100%; height:0px; position:relative; left:auto; top:auto; right:auto; padding-bottom:66.67%;}
	.block.launch-box .box .text{ width:100%; margin:0px !important; padding:40px 30px;}
	
	.block.press-gallery .item{ width:33.33%;}
	
	.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%; padding-left:20px; padding-right:20px;}
	.visual .container{ width:100% !important;}
	
	.check label span{ font-size:12px; line-height:16px; margin-top:4px;}
	
	.navbar-toggle{ right:20px;}
	
	.header .navbar a.navbar-brand{ left:0px; margin:0px; margin-left:20px;}
	.header .navbar a.navbar-brand img{ height:40px;}
	
	.block.presentation .top-title .title-icon img{ height:50px;}
	
	.title .breadcrumb{ margin-top:0px;}
	.title .breadcrumb ul{ display:flex; flex-wrap:wrap; justify-content:center;}
	.title .breadcrumb li{ font-size:12px;}
	
	.block.services .item{ flex-wrap:wrap;}
	.block.services .item .image{ width:100%; margin:0px;}
	.block.services .item .text{ width:100%; padding:30px; text-align:center;}
	
	.block.presentation .top-title h2{ font-size:38px;}
	.title .text h1, .title .text h2{ font-size:38px; line-height:1; margin-bottom:5px;}
	.visual-content .box h1{ font-size:34px;}
	.block h1, .block h2{ font-size:34px;}
	.block.values .item h2{ font-size:24px;}
	.block.testimonials .item .bottom h2{ font-size:24px;}
	.block.subpages .item .text h2{ font-size:20px;}
	.block.press .item .text h2{ font-size:20px;}
	.block.services .item .text h2{ font-size:20px;}
	.block.courses .item .text h2{ font-size:20px;}
	.block.blog .item .text h2{ font-size:20px;}
	.block h3{ font-size:18px;}
	.block.faq h4{ font-size:18px;}
	
	.block.landing-contacts .module{ padding:30px;}
	.block.courses .item .text{ padding:30px;}
	.block.subpages .item .text{ padding:30px;}
	.visual-content .box .text{ padding:30px;}
	
	
}

@media (max-width: 640px){
	
	.block.presentation .top-title h2{ font-size:36px;}
	.title .text h1, .title .text h2{ font-size:36px;}
	.visual-content .box h1{ font-size:32px;}
	.block h1, .block h2{ font-size:32px;}
	.block.values .item h2{ font-size:22px;}
	.block.testimonials .item .bottom h2{ font-size:22px;}
	
	.block.press-gallery .item{ width:50%;}
	.block.press-video .item{ width:100%; margin-bottom:20px;}
	
	[data-animate].animated{ opacity:1 !important; transform:none !important;}
	
}

@media (max-width: 479px) {
	
	[class*=col-xs-]{ text-align:inherit;}
	.footer [class*=col-]{ text-align:inherit;}
	
	.block.testimonials .item{ padding:0 40px;}

}