﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Kiona';
    src: url('../fonts/Kiona-Itallic.woff2') format('woff2'),
        url('../fonts/Kiona-Itallic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Kiona';
    src: url('../fonts/Kiona-Regular.woff2') format('woff2'),
        url('../fonts/Kiona-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{ font-size:16px; font-family: 'Montserrat', sans-serif !important; color:#000;}

::selection{ background:#000; color:#fff; -webkit-background-clip: unset; -webkit-text-fill-color:#fff;}
::-moz-selection{ background:#000; color:#fff; -webkit-background-clip: unset; -webkit-text-fill-color:#fff;}
h1, h2, h3, h4, h5, h6, span.h2{ font-family: 'Montserrat', sans-serif; font-weight:500; margin-top:0px;}
a{ color:#238d8c; 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 60px;}
.container-fluid.container0{ padding:0px;}
.row{ margin:0 -20px;}
.row [class*="col-"]{ padding:0 20px;}
.row.row0{ margin:0px;}
.row.row0 > [class*="col-"]{ padding:0;}
.row.row01{ margin-left:-1px; margin-right:-1px;}
.row.row01 > [class*="col-"]{ padding:0 1px;}
.row.row05{ margin-left:-5px; margin-right:-5px;}
.row.row05 > [class*="col-"]{ padding:0 5px;}
.row.row10{ margin-left:-10px; margin-right:-10px;}
.row.row10 > [class*="col-"]{ padding:0 10px;}
.row.row15{ margin-left:-15px; margin-right:-15px;}
.row.row15 > [class*="col-"]{ padding:0 15px;}
.row.row40{ margin-left:-40px; margin-right:-40px;}
.row.row40 > [class*="col-"]{ padding:0 40px;}
.row.row30{ margin-left:-30px; margin-right:-30px;}
.row.row30 > [class*="col-"]{ padding:0 30px;}
.row.row60{ margin-left:-60px; margin-right:-60px;}
.row.row60 > [class*="col-"]{ padding:0 60px;}
.row.flex{ display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.row.flex > [class*="col-"]{ display:-webkit-box; display:-ms-flexbox; display:flex; }
.row.flex:before, .row.flex:after{ content:none;}
.row.center{ align-items: center;}
.row.bottom{ align-items: end;}
.row.flex [class*="col-"].pull-right{ order:2;}
.mt0{ margin-top:0px !important;}
.countup{ display:inline; font-size:inherit; font-weight:inherit; margin:0px; white-space:normal; color:inherit;}
.countup > *{ float:left; font-size:inherit; font-weight:inherit;}
.text-right{ text-align:right;}
hr{ max-width:100%; margin:20px auto;}
hr.site{ width:100%; max-width:100%; height:1px; margin:0px; border:0px; background:#e1e1e1;}
input[type=text], input[type=email], input[type=password], input[type=search], input[type=file], input[type=tel], textarea{ font-family:'Montserrat', 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 #c7c7c7;}
input[type=file]{ width:100%; height:auto; padding:15px 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:#238d8c; 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:50px;}
.form-group{ margin-bottom:25px;}

.btn{ font-family: 'Montserrat', sans-serif; font-size:15px; height:auto; padding:15px 20px; line-height:20px; font-weight:500; text-transform:none; text-transform:uppercase; border-radius:5px;}
.btn.btn-input{ height:50px;}
.btn.btn-default{ background:#1d6e6d; border:1px solid #1d6e6d; color:#fff; vertical-align:top;}
.btn.btn-default:hover, .btn.btn-default:focus{ background:#238d8c; border-color:#238d8c; color:#fff;}
.btn.btn-primary{ background:#2ab2b0; border:1px solid #2ab2b0; vertical-align:top;}
.btn.btn-primary:hover, .btn.btn-primary:focus{ background:#000; border-color:#000; color:#fff;}

a.readmore{ display:inline-block; font-size:16px; line-height:20px; position:relative; font-weight:600; padding-right:15px; color:#1d6e6d; text-transform:none;}
a.readmore span{ position:relative;}
a.readmore span:before{ content:""; width:0px; height:1px; position:absolute; right:0px; bottom:-5px; background:#1d6e6d; -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:12px; }
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:600; padding-left:15px; color:#1d6e6d; text-transform:none;}
a.backpage span{ position:relative;}
a.backpage span:before{ content:""; width:0px; height:1px; position:absolute; right:0px; bottom:-5px; background:#1d6e6d; -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:0px; left:0px; text-align:right; font-size:12px; }
a.backpage:hover span:before{ width:100%;}
a.backpage.white{ color:#fff;}
a.backpage.white span:before{ background:#fff;}
a.backpage.color span:before{ background:#000;}

.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 #c7c7c7; content:""; position:absolute; margin-right:10px; cursor:pointer; border-radius:3px;}
.check input[type=checkbox]:checked + label:before { font-family: 'FontAwesome'; content:"\f00c"; text-align:center; line-height:24px; font-size:14px; color:#000;}
.check label span{ display:inline-block; padding-left:34px; font-size:14px; text-align:left; color:#000; line-height:24px; float:left;}
.check label span a{ font-weight:600;}
.check + .check{ margin-top:5px;}

.navbar-toggle{ width:50px; height:50px; background:none; line-height:50px; position:absolute; right:25px; top:25px; background-color:#238d8c; border-radius:50%; z-index:100;}
.navbar-toggle i{ font-size:16px; color:#fff; line-height:50px;}
.navbar-toggle:hover{ background:#000;}
.navbar-toggle:hover i{ color:#fff;}

.check + input[type="submit"]{ margin-top:20px;}

ul.pagination.solid{ font-family:"Kiona", serif; text-align:center; margin-top:20px;}
ul.pagination.solid li{ padding:0px 10px !important; margin:0px; border-right:1px solid #c7c7c7;}
ul.pagination.solid li:first-child{ padding-left:0px;}
ul.pagination.solid li:last-child{ padding-right:0px; border:0px;}
ul.pagination.solid li a{ width:40px; height:20px; font-size:22px; line-height:20px; border:0px; border-radius:0px; font-weight:600; background:none; color:#000;}
ul.pagination.solid li a:hover, ul.pagination.solid li a:focus{ background:none; color:#2ab2b0;}
ul.pagination.solid li.active a, ul.pagination.solid li.active a:hover,  ul.pagination.solid li.active a:focus{ background:none; color:#238d8c; font-weight:700;}

/* header */

.header{ width:100%; position:absolute; 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{ position:absolute; right:30px; top:15px;}
.header .topbar .info{ width:100%; 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 3px; color:#999; font-weight:300;}
.header .topbar .social{ width:auto; float:left; display:flex; flex-wrap:nowrap; align-items:center; margin-left:auto;}
.header .topbar .social span.text{ float:left; font-size:13px; line-height:1.2; font-weight:400; margin-right:10px;}
.header .topbar .social ul{margin:0;width:auto; float:left; margin-left:20px;}
.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:24px;height:24px;float:left;color:#fff;text-align:center;}
.header .topbar .social li a span.circle i{font-size:12px;line-height:24px;vertical-align:top;}
.header .topbar .social li.facebook a{background:#3b5999}
.header .topbar .social li.instagram a{background:#E4405F}
.header .topbar .social li.linkedin a{background:#0A66C2}
.header .topbar .social li a:hover{ background:#238d8c;}
.header .topbar .contacts{ float:left;}
.header .topbar .contacts a{ color:#238d8c; font-weight:600;}
.header .topbar .contacts a:hover{ color:#000;}

.header .navbar{ display:flex; flex-wrap:nowrap; justify-content:space-between; align-items:center; position:relative;}
.header a.navbar-brand{ text-align:center; font-size:0px; letter-spacing:0px; position:relative; z-index:10; margin-right:auto; overflow:visible; line-height:160px;}
.header a.navbar-brand img{ height:120px; margin:0px; }
.header .navbar-collapse{ width:100%; display:flex; justify-content:center; padding:0px; margin:0px; margin-right:0px;}
.header .navbar .navbar-nav{ float:none; margin:0 auto;}
.header .navbar .navbar-nav > li{ float:left; padding-right:5px;}
.header .navbar .navbar-nav > li:after{ content:""; width:1px; height:20px; position:absolute; top:15px; right:0px; background:#c7c7c7;}
.header .navbar .navbar-nav > li > a{ font-family: 'Montserrat', sans-serif; font-size:17px; color:#000; font-weight:400; padding:15px 0; margin:0 10px; border:0px; text-transform:none; line-height:20px;}
.header .navbar .navbar-nav > li > a:before{ content:""; width:0px; height:1px; position:absolute; right:0px; bottom:5px; background:#238d8c; transition: all .3s ease-in-out;}
.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{ color:#238d8c;}
.header .navbar .navbar-nav > li > a:hover:before{ width:100%;}
.header .navbar .navbar-nav > li.active > a{ font-weight:600; color:#238d8c;}
.header .navbar .navbar-nav > li.active > a:before{ width:100%;}
.header .navbar .navbar-nav > li.quote{ margin-left:20px; padding-right:0px;}
.header .navbar .navbar-nav > li.quote a{ font-size:15px; padding:15px 20px; text-transform:uppercase; background:#238d8c; border-radius:5px; color:#fff;}
.header .request{ margin:0px;}

.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:#222222;}

.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:#f58220;}

/* dropdown */

.header .dropdown-menu { width:auto; min-width:180px; max-width:180px; background:#238d8c; border-radius:0px; padding:15px; margin-left:15px; left:50%; transform: translateX(-50%); }
.header .navbar-nav > li.dropdown.dropdown-static{ position:relative;}
.header .navbar-nav > li > a:after { display: none; }
.header .dropdown-menu > li { padding:0px; text-align:center; border-bottom:1px solid rgba(256,256,256,0.3); }
.header .dropdown-menu li:focus > a, .header .dropdown-menu li:hover > a { background: none; }
.header .dropdown-menu > li:first-child { padding-top: 0px; }
.header .dropdown-menu > li:last-child { padding-bottom: 0px; border: 0px; }
.header .dropdown-menu > li > a { min-width:auto; font-size:15px; color:#fff; line-height:1.3; padding:3px 0; text-align:center; white-space:normal; border-radius:0px; font-weight:400; }
.header .dropdown-menu > li.active > a, .header .dropdown-menu > li.active > a:hover{ background:rgba(256,256,256,0.3); color:#fff;}
.header .dropdown-menu > li:last-child > a { border: 0px; }
.header .dropdown-menu > li > a:hover, .header .dropdown-menu > li > a:focus { background:rgba(256,256,256,0.3); color:#fff;}


.wrapper{ width:100%; float:left; overflow:unset;}
.content{ overflow:hidden; }
.content .row + .row{ margin-top:60px;}

/* visual home page */

.visual{ position:relative; background:#e1e1e1; }
.visual .background-video{ position:absolute; min-width:100%; min-height:100%; width:auto; height:auto; z-index:0; overflow:hidden; opacity:1;}
.visual .background-video:before{ content:""; width:75%; height:100%; position:absolute; left:0px; top:0px; z-index:2;}
.visual .background-video video{ width:100%; height:100%; object-fit:cover; position:absolute; left:0px; top:0px;}
.visual-image{ width:60%; height:100%; position:absolute; right:-40px; top:0px; padding:140px 0 60px 0;}
.visual-image video{ height:100%; float:right;}
.visual-image img{ display:none;}
.visual-content{ width:100%; height:100vh; min-height:800px; display:flex; flex-wrap:nowrap; align-items:center; justify-content:center; position:relative; background-size:cover; background-position: center center; z-index:10;}
.visual-content:before{ content:""; width:100%; height:300px; position:absolute; left:0px; top:0px; background: rgb(225,225,225); background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); z-index:2;}
.visual-content:after{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background: rgb(255,255,255); background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); z-index:5;}
.visual-content .inner{ width:100%;}
.visual-content .container-fluid{ width:100%;}
.visual-content .box{ width:100%; max-width:500px; float:left; text-align:left; position:relative; z-index:100;}
.visual-content .box h1{ font-family: "Kiona", serif; color:#000; font-size:55px; line-height:1.1; letter-spacing:-1px; position:relative; z-index:2; margin-bottom:20px;}
.visual-content .box h1 strong{ color:#238d8c;}
.visual-content .box h2{ font-size:22px; line-height:1.6; color:#000; font-weight:400; position:relative; z-index:2; margin-bottom:40px;}
.visual-content .box h3{ font-size:20px; text-transform:uppercase; font-weight:600; color:#238d8c; margin:0px; margin-bottom:10px;}
.visual-content .box .actions{ display:flex; align-items:center; justify-content:left; margin:0px; padding:0px;}
.visual-content .box .actions li{ margin-right:30px;}
.visual-content .box .actions li:last-child{ margin-right:0px;}

.visual .down{ width:48px; height:48px; position:absolute; z-index:2; left:50%; margin-left:-24px; bottom:40px; border-radius:50%; background:#238d8c; z-index:10;}
.visual .down:before{ content:"\f078"; 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:160px 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:rgba(255,255,255,0.9);}
.title:after{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background: #ffffff; background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);}
.title .text h1, .title .text h2{ font-family: "Kiona", serif; color:#238d8c; font-size:55px; 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:0px;}
.title .breadcrumb .box{ width:auto; display:inline-block;}
.title .breadcrumb ul{ float:left; margin:0px; padding:0px;}
.title .breadcrumb li{ width:auto; float:left; display:inline-block; position:relative; font-size:14px; line-height:18px; padding:0px;}
.title .breadcrumb a{ color:#000; float:left; line-height:18px; position:relative;}
.title .breadcrumb a:hover{ color:#238d8c;}
.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:#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-family: "Kiona", serif; font-size:50px; line-height:1.1; color:#000; letter-spacing:-1px; margin-bottom:0px; font-weight:300;}
.block h1 strong, .block h2 strong{ color:#1d6e6d;}
.block h1:last-child, .block h2:last-child, .block span.h2:last-child{ margin-bottom:0px;}
.block h3{ font-size:20px; line-height:1.5; color:#000; margin-bottom:15px; text-transform:none; font-weight:400;}
.block h3:last-child{ margin-bottom:0px;}
.block ul, .block ol{ margin:0px; padding:0px; margin-bottom:25px;}
.block ul:last-child, .block ol:last-child{ margin-bottom:0px;}
.block 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:#000;}
.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 h2{ font-size:55px; letter-spacing:-1px; line-height:1; margin:0px; color:#000; font-weight:300;}
.block.presentation .top-title h2 strong{ color:#1d6e6d;}
.block.presentation .top-title h2 + .readmore{ margin-top:5px;}
.block.presentation .top-title h2 + h3{ margin-top:20px;}
.block.presentation .top-title h3{ padding:0 10%;}

/* stili articoli */

.block.presentation .item-article{ width:100%;}
.block.presentation .item-article .data{ color:#000; font-weight:400; font-size:16px; line-height:1; margin-bottom:10px;}
.block.presentation .item-article .text h2{ text-transform:none; font-weight:600;}
.block.presentation .item-article .text h2 a{ color:#000;}
.block.presentation .item-article .text h2 a:hover{ color:#238d8c; font-weight:inherit;}
.block.presentation .item-article .text p + .readmore{ margin-top:10px;}

.block.presentation .item-article.item-big-vertical .image{ margin-bottom:20px;}
.block.presentation .item-article.item-big-vertical .image img{ border-radius:10px; overflow:hidden;}
.block.presentation .item-article.item-big-vertical .text h2{ max-width:90%; font-size:36px; font-weight:600; line-height:1.2; margin-bottom:10px; }
.block.presentation .item-article.item-big-vertical .text h2 a{ font-weight:inherit;}
.block.presentation .item-article.item-big-vertical .text a.readmore{ margin-top:0px;}
.block.presentation .item-article.item-big-vertical .text h2 a:hover{ color:#000;}
.block.presentation .item-article.item-big-vertical .text p{ display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }

.block.presentation .item-article.item-small-vertical .image{ margin-bottom:20px;}
.block.presentation .item-article.item-small-vertical .image img{ border-radius:10px; overflow:hidden;}
.block.presentation .item-article.item-small-vertical .text h2{ max-width:100%; font-size:30px; font-weight:600; line-height:1.2; margin-bottom:10px; }
.block.presentation .item-article.item-small-vertical .text h2 a{ font-weight:inherit;}
.block.presentation .item-article.item-small-vertical .text a.readmore{ margin-top:0px;}
.block.presentation .item-article.item-small-vertical .text h2 a:hover{ color:#000;}
.block.presentation .item-article.item-small-vertical .text p{ display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; }

.block.presentation .item-article.item-big-horizontal{ width:100%; float:left; display:flex; flex-wrap:nowrap; align-items:center;}
.block.presentation .item-article.item-big-horizontal .image{ width:50%; float:left;}
.block.presentation .item-article.item-big-horizontal .image img{ border-radius:10px; overflow:hidden;}
.block.presentation .item-article.item-big-horizontal .text{ width:50%; float:left; padding:0px; padding-left:40px;}
.block.presentation .item-article.item-big-horizontal .text h2{ font-size:28px; line-height:1.2; margin-bottom:10px; }
.block.presentation .item-article.item-big-horizontal .text h2 a{ font-weight:inherit; color:#238d8c;}
.block.presentation .item-article.item-big-horizontal .text p{ display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }

.block.presentation .item-article.item-small-horizontal{ width:100%; float:left; display:flex; flex-wrap:nowrap; align-items:center; margin-bottom:40px;}
.block.presentation .item-article.item-small-horizontal .image{ width:45%; float:left;}
.block.presentation .item-article.item-small-horizontal .image img{ border-radius:10px; overflow:hidden;}
.block.presentation .item-article.item-small-horizontal .text{ width:55%; float:left; padding:0px; padding-left:40px;}
.block.presentation .item-article.item-small-horizontal .text h2{ font-size:26px; line-height:1.2; margin-bottom:0px; }
.block.presentation .item-article.item-small-horizontal .text h2 a{ font-weight:inherit; color:#000;}
.block.presentation .item-article.item-small-horizontal .text p{ display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; display:none; }

/* valori */

.block.values{ padding-bottom:40px;}
.block.values .row.list > [class*="col-"]{ margin-bottom:60px; border-right:1px solid #c7c7c7;}
.block.values .row.list > [class*="col-"]:nth-child(3n){ border:0px;}
.block.values .item{ text-align:center;}
.block.values .item h2{ font-size:35px; font-weight:600; margin-top:0px; margin-bottom:20px;}
.block.values .item p{ margin:0px;}

.block.values.services-list .item img{ margin-bottom:40px;}

/* about */

.block.about .image{ border-radius:10px; overflow:hidden;}


/* professionisti */

.block.doctors{ }
.block.doctors .item{ width:100%; float:left; position:relative; margin-bottom:60px; height:auto; z-index:2;}
.block.doctors .item{ width:100%;}
.block.doctors .item .icon{ width:100%; text-align:center; margin-bottom:0px; border:0px; border-radius:10px; overflow:hidden;}
.block.doctors .item .icon img{ float:left;}
.block.doctors .item .text{ width:100%; text-align:center; margin-top:20px;}
.block.doctors .item .text h2{ font-size:30px; line-height:1.2; font-weight:600; color:#238d8c; margin:0px; margin-bottom:0px;}
.block.doctors .item .text h2 a{ font-weight:700;}
.block.doctors .item .text h3{ font-size:17px; line-height:26px; color:#000; font-weight:400; text-transform:uppercase; margin:0px;}
.block.doctors .item .text h3 + p{ margin-top:20px;}
.block.doctors .item .text p{ max-width:90%; margin:0px;}
.block.doctors .item .text p:last-child{ margin-bottom:0px;}
.block.doctors .item .text .readmore{ margin-top:15px;}
.block.doctors .button{ width:100%; text-align:center;}

.block.doctors.home{ padding-bottom:40px;}
.block.doctors.page{ padding-bottom:40px;}

/* singolo dottore */

.block.single-doctor .top{ width:100%; margin-bottom:0px; text-align:center;}
.block.single-doctor .top h2{ font-size:50px; line-height:1;}
.block.single-doctor .top h3{ font-family:"Kiona", serif; font-size:36px; line-height:1; color:#2ab2b0; font-weight:600;}
.block.single-doctor .top h2 + h3{ margin:0px; margin-top:5px;}
.block.single-doctor .intro{ display:flex; flex-wrap:nowrap; align-items:center; margin-bottom:40px; background:#f7f7f7; border-radius:10px;}
.block.single-doctor .intro .image{ width:35%; float:left; border-radius:10px; overflow:hidden;}
.block.single-doctor .intro .description{ width:65%; float:left; padding:0 40px;}
.block.single-doctor .intro .description i{ font-size:50px; margin:0px; margin-bottom:10px; color:#e1e1e1;}
.block.single-doctor .intro .description p{ font-size:20px; margin:0px;}
.block.single-doctor .text h2{ font-size:40px; line-height:1; font-weight:700; color:#1d6e6d;}
.block.single-doctor .action{ margin-top:40px;}
.block.single-doctor .side{ padding:40px; position:relative; background:#dbf2f2; border-radius:10px; padding-bottom:140px; width:100%;}
.block.single-doctor .side h2{ font-size:40px; line-height:1; color:#1d6e6d; font-weight:600; margin-bottom:20px;}
.block.single-doctor .side ul{ margin:0px;}
.block.single-doctor .side ul li:before{ color:#1d6e6d;}
.block.single-doctor .side ul li{ line-height:1.4; margin-bottom:7px;}
.block.single-doctor .side ul li a{ font-weight:500; color:#2ab2b0;}
.block.single-doctor .side ul li:last-child{ margin-bottom:0px;}
.block.single-doctor .side .bottom{ width:100%; position:absolute; padding:40px; left:0px; bottom:0px;}
.block.single-doctor .side .bottom a.btn{ width:100%; text-align:center;}

.block.single-doctor + .block.doctors.home{ padding-top:0px;}

/* lista servizi */

.block.services-list{ padding-bottom:60px;}
.block.services-list .item{ width:100%; overflow:hidden; position:relative; padding:40px; background:#000; border-radius:10px; margin-bottom:40px;}
.block.services-list .item:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background-image:url(../images/bgcat1.png);  background-size:cover; background-position:center center; z-index:10; opacity:0.5; transition: all .5s ease-in-out;}
.block.services-list .item .text{ padding-bottom:60px;}
.block.services-list .item .text h3{ font-size:14px; line-height:1; color:#fff; font-weight:400; margin-bottom:5px; text-transform:uppercase;}
.block.services-list .item .text h2{ font-size:28px; letter-spacing:-0.5px; color:#fff; font-weight:600; margin:0px; margin-bottom:15px;}
.block.services-list .item .text p{ margin:0px; color:#fff; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;}
.block.services-list .item .text .bottom{ width:100%; height:auto; position:absolute; z-index:10; left:0px; bottom:0px; padding:40px;}
.block.services-list .item.one{ background:#2ab2b0;}
.block.services-list .item.two{ background:#8d2347;}
.block.services-list .item.three{ background:#6f313b;}
.block.services-list .item.four{ background:#1d6e6d;}
.block.services-list .item.five{ background:#1d6e6d;}

/* ambulatori */

.block.ambulatori-list{ padding-bottom:60px;}
.block.ambulatori-list .item{ width:100%; overflow:hidden; background:#f7f7f7; border-radius:10px; padding:40px; position:relative; margin-bottom:40px;}
.block.ambulatori-list .item .text{ padding-bottom:40px;}
.block.ambulatori-list .item .text h2{ font-size:30px; line-height:1.2; letter-spacing:-0.5px; color:#2ab2b0; font-weight:600; margin:0px; margin-bottom:15px;}
.block.ambulatori-list .item .text p{ margin:0px; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;}
.block.ambulatori-list .item .text .bottom{ width:100%; height:auto; position:absolute; z-index:10; left:0px; bottom:0px; padding:40px;}

/* categorie servizi */

.block.categories-services{ }
.block.categories-services .item{ width:100%; float:left; position:relative; margin-bottom:60px; height:auto; z-index:2;}
.block.categories-services .item{ width:100%; display:flex; flex-wrap:nowrap; align-items:start;}
.block.categories-services .item .icon{ width:250px; text-align:center; margin-top:5px; margin-bottom:0px; border:0px;}
.block.categories-services .item .text{ width:calc(100% - 250px); padding-left:40px;}
.block.categories-services .item .text h2{ font-size:35px; line-height:1.2; font-weight:600; color:#238d8c; margin:0px; margin-bottom:10px;}
.block.categories-services .item .text h2 a{ font-weight:inherit; color:#238d8c;}
.block.categories-services .item .text h2 a:hover{ color:#000;}
.block.categories-services .item .text p{ max-width:90%; margin:0px;}
.block.categories-services .item .text p:last-child{ margin-bottom:0px;}

.block.categories-services.page{ padding-bottom:40px;}

/* singolo servizio */

.block.single-service .text h2{ font-size:40px; line-height:1; font-weight:700; color:#1d6e6d;}
.block.single-service .action{ margin-top:40px;}
.block.single-service .side{ padding:40px; position:relative; background:#dbf2f2; border-radius:10px; padding-bottom:140px; width: 100%;}
.block.single-service .side h2{ font-size:40px; line-height:1; color:#1d6e6d; font-weight:600; margin-bottom:20px;}
.block.single-service .side ul{ margin:0px;}
.block.single-service .side ul li:before{ color:#1d6e6d;}
.block.single-service .side ul li{ line-height:1.1; margin-bottom:7px;}
.block.single-service .side ul li a{ font-weight:500; color:#2ab2b0;}
.block.single-service .side ul li:last-child{ margin-bottom:0px;}
.block.single-service .side .bottom{ width:100%; position:absolute; padding:40px; left:0px; bottom:0px;}
.block.single-service .side .bottom a.btn{ width:100%; text-align:center;}

/* servizi intro */

.block.service-intro .image-wrap{ width:100%; height:0px; padding-bottom:100%; position:relative; overflow:hidden; background:#e1e1e1; border-radius:10px;}
.block.service-intro .image-wrap .background{ width:100%; height:100%; position:absolute; left:0px; top:0px;  background-size:cover; background-position:center center; z-index:10; transition: all .5s ease-in-out;}
.block.service-intro .image-wrap .texture{ width:100%; height:100%; position:absolute; left:0px; top:0px;  background-size:cover; background-position:center center; z-index:5; transition: all .5s ease-in-out;}

.block.service-intro .image-wrap.one{ background:#2ab2b0;}
.block.service-intro .image-wrap.two{ background:#742d13;}
.block.service-intro .image-wrap.three{ background:#8c7e6f;}
.block.service-intro .image-wrap.four{ background:#1d6e6d;}

.block.service-intro.flash .image-wrap{ padding-bottom:66.67%;}

.block.service-intro.training .image-wrap{ padding-bottom:66.67%; margin-bottom:40px;}
.block.service-intro.training .text span.subtitle{ font-size:18px; line-height:1; text-transform:uppercase; }
.block.service-intro.training .text ul{ margin-top:20px;}
.block.service-intro.training .text ul li:before{ color:#1d6e6d;}
.block.service-intro.training .text ul li{ line-height:1.1; margin-bottom:7px;}
.block.service-intro.training .text ul li a{ font-weight:500; color:#2ab2b0;}
.block.service-intro.training .text ul li:last-child{ margin-bottom:0px;}

.block.service-intro.training.related .box{ background:#f7f7f7; border-radius:10px;}
.block.service-intro.training.related .image-wrap{ padding-bottom:100%; margin-bottom:0px;}
.block.service-intro.training.related .text{ padding:40px 60px; margin-bottom:0px;}
.block.service-intro.training.related .text ul{ column-count:2; column-gap:40px;}

/* singolo corso*/

.block.single-course .image{ float:right; max-width:500px; margin:0 0 40px 40px;}
.block.single-course .image img{ border-radius:10px; overflow:hidden;}
.block.single-course .text h2{ font-size:40px; line-height:1; font-weight:700; color:#1d6e6d;}
.block.single-course .action{ margin-top:40px;}


/* fullwidth */

.block.fullwidth{ position:relative; padding:120px 0;}
.block.fullwidth.gray{ background:#e9e9e9}
.block.fullwidth .slideshow .swiper-container{ width:100%; height:100%;}
.block.fullwidth .slideshow .item{ width:100%; height:100%; position:absolute; left:0px; top:0px; background-size:cover; background-position:center center;}
.block.fullwidth .image{ width:50%; height:100%; position:absolute; top:0px; background-size:cover; background-position:center center; background-repeat:no-repeat;}
.block.fullwidth .image img{ display:none;}
.block.fullwidth.left .image{ top:0px; left:0px;}
.block.fullwidth.right .image{ top:0px; right:0px;}
.block.fullwidth.gradient .image:before{ content:""; width:50%; height:100%; position:absolute;}
.block.fullwidth.gradient.right .image:before{ left:0px; top:0px; background: rgb(255,255,255); background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);}
.block.fullwidth.gradient.left .image:before{ right:0px; top:0px;  background: rgb(255,255,255); background: linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);}
.block.fullwidth.gradient.right.gray .image:before{ background: rgb(247,247,247); background: linear-gradient(90deg, rgba(233,233,233,1) 0%, rgba(233,233,233,0) 100%);}
.block.fullwidth.gradient.left.gray .image:before{ background: rgb(247,247,247); background: linear-gradient(-90deg, rgba(233,233,233,1) 0%, rgba(233,233,233,0) 100%);}

.block.fullwidth.homepage01 .image{ width:70%;}
.block.fullwidth.homepage02 .image{ width:70%;}


/* testimonianze */

.block.testimonials{ position:relative;}
.block.testimonials:before{ content:""; width:50%; height:100%; position:absolute; right:0px; top:0px; background-image:url(../images/virgolette.png); background-position:center -200px; background-size:100% auto; background-repeat:no-repeat; opacity:0.03;}
.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:22px; line-height:1.4; font-weight:300;}
.block.testimonials .item .text p + h2{ margin-top:20px;}
.block.testimonials .item .bottom{ text-align:center;}
.block.testimonials .item .bottom h2{ font-size:35px; line-height:1; font-weight:600; text-transform:none; color:#238d8c; margin:0px;}
.block.testimonials .item .bottom p{ font-size:18px; line-height:1; color:#000; font-weight:600; margin:0px; margin-top:10px;}
.block.testimonials .item .bottom p strong{ color:#000;}
.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:0px;}
.block.testimonials #swiper-button-next-testimonials{ background-image:url(../images/icon-next.png); right:0px;}

/* news home page*/

.block.four-news .main-item-wrap{ display:flex; flex-wrap:nowrap;}
.block.four-news .main-item-wrap .main-item{ width:50%; float:left; padding-right:40px;}
.block.four-news .main-item-wrap .side-item{ width:50%; float:left; padding-left:40px;}
.block.four-news .main-item-wrap .side-item .item-wrap .item-article{ display:flex; flex-wrap:nowrap; margin-bottom:40px;}
.block.four-news .main-item-wrap .side-item .item-wrap .item-article:last-child{ margin-bottom:0px;}

/* archive */

.block.archive{ padding-bottom:60px;}
.block.archive .item-article{ margin-bottom:40px;}

/* singola news */

.block.single-post{ padding-bottom:40px;}
.block.single-post .info{ text-align:center;}
.block.single-post .info .data{ color:#000; font-weight:400; font-size:16px; line-height:1; margin-bottom:10px;}
.block.single-post .info h1{ max-width:85%; color:#238d8c; margin:0 7.5%; font-weight:700;}
.block.single-post .body{ margin-bottom:40px;}
.block.single-post .body .text{ margin-bottom:20px;}
.block.single-post .body .text h3 + p{ margin-top:20px;}
.block.single-post .main-image{ border-radius:10px; overflow:hidden; margin-bottom:40px;}


/* settori */

.block.sectors{ padding-bottom:60px; position:relative;}
.block.sectors.home{ padding-bottom:0px;}
.block.sectors .container-fluid{ padding:0px;}
.block.sectors .box{ width:100%; position:relative; overflow:hidden;}
.block.sectors .box > .row{ position:relative; z-index:10;}
.block.sectors .item-wrap{ display:flex; flex-wrap:wrap; margin:0 -20px;}
.block.sectors .item-wrap .col{ width:50%; height:auto; float:left; padding:0 20px;}
.block.sectors .item{ position:relative; background:#e1e1e1; border-radius:10px;  overflow:hidden; margin-bottom:40px;}
.block.sectors .item .background{ width:100%; height:100%; position:absolute; left:0px; top:0px;  background-size:cover; background-position:center center; z-index:10; transition: all .5s ease-in-out;}
.block.sectors .item .texture{ width:100%; height:100%; position:absolute; left:0px; top:0px;  background-size:cover; background-position:center center; z-index:5; transition: all .5s ease-in-out;}
.block.sectors .item .link a{ width:100%; height:100%; position:absolute; left:0px; top:0px; z-index:10;}
.block.sectors .item .intro{ width:auto; padding:40px; font-family:"Kiona", serif; position:absolute; bottom:0px; left:0px; transform: rotate(-90deg) translateY(100%); transform-origin: bottom left; font-size:32px; letter-spacing:-1px; line-height:1.2; color:#fff; font-weight:600; margin:0px; margin-bottom:0px; z-index:15; text-align:left; transition: all .25s ease-in-out;}
.block.sectors .item .text{ width:100%; max-width:80%; position:absolute; left:0px; bottom:-200%; padding:40px; z-index:15; transition: all .5s ease-in-out; overflow:hidden;}
.block.sectors .item .text h2{ font-size:32px; color:#fff; line-height:1.2; font-weight:600; margin:0px;}
.block.sectors .item .text p{ margin:0px; margin-top:15px; color:#fff; margin-bottom:0px;}
.block.sectors .item .text .btn{ margin-top:5px;}

.block.sectors .item.two, .block.sectors .item.three{ height:0px; padding-bottom:60%;}
.block.sectors .item.one, .block.sectors .item.four{ height:0px; padding-bottom:80%;}
.block.sectors .item.one{ background-color:#2ab2b0;}
.block.sectors .item.two{ background-color:#1d6e6d;}
.block.sectors .item.three{ background-color:#742d13;}
.block.sectors .item.four{ background-color:#8c7e6f;}

.block.sectors .item:hover .intro{ opacity:0;}
.block.sectors .item:hover .text{ opacity:1; bottom:0;}
.block.sectors .item:hover .texture{ opacity:0.25;}
.block.sectors .item:hover .background{ opacity:0;}


/* punti di forza */

.block.why{ position:relative; padding-bottom:80px;}
.block.why .text{ position:relative; z-index:3; margin-bottom:20px;}
.block.why .text h2{ color:#000;}
.block.why .text h2 strong{ color:#238d8c;}
.block.why .item{ width:100%; position:relative; z-index:3; margin-bottom:20px;}
.block.why .item .top{ display:flex; flex-wrap:nowrap; align-items:start; margin:0 0 10px 0;}
.block.why .item .top .number{ width:60px; height:60px; float:left; background:#d51643; color:#fff; line-height:60px; text-align:center; font-size:20px; font-weight:400; border-radius:10px; margin-top:5px;}
.block.why .item .top .number.one{ background:#1d6e6d;}
.block.why .item .top .number.two{ background:#238d8c;}
.block.why .item .top .number.three{ background:#742d13;}
.block.why .item .top .number.four{ background:#8c7e6f;}
.block.why .item .top .desc{ width:calc(100% - 60px); float:left; padding-left:30px;}
.block.why .item .top .desc h2{ font-family:'Montserrat', sans-serif; font-size:24px; line-height:1.4; font-weight:600; color:#000; margin-bottom:5px;}
.block.why .item .top .desc p{  margin:0px;}
.block.why .item .top .desc p:last-child{ margin-bottom:0px;}

/* contacts link */

.block.contacts-link{ position:relative; background:url(../images/bg01.jpg);  background-size:cover;}
.block.contacts-link:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background:rgba(255,255,255,0.9);}
.block.contacts-link .item{ display:flex; flex-wrap:wrap; justify-content:start;}
.block.contacts-link .item .image{ position:relative; overflow:hidden; border-radius:10px;}
.block.contacts-link .item .text{ text-align:center; padding:0px;}
.block.contacts-link .item.item02{ flex-direction: column;}
.block.contacts-link .item.item01{ flex-direction: column-reverse;}
.block.contacts-link .item.item02 .image{ margin-bottom:40px;}
.block.contacts-link .item.item01 .text{ margin-top:0px; margin-bottom:40px;}
.block.contacts-link .item .text h2{ font-size:32px; font-weight:600;}
.block.contacts-link .item .text h2 + h3{ margin-top:20px;}

/* cta */

.block.cta{ position:relative; background:url(../images/bg01.jpg); background-size:cover; background-position:center center;}
.block.cta:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background:rgba(255,255,255,0.9);}

/* cta micro */

.block.cta-micro{ padding:0px;}
.block.cta-micro .text{ border-radius:10px; padding:40px 60px; display:flex; flex-wrap:nowrap; align-items:center; position:relative; background:url(../images/bg01.jpg); background-size:cover; background-position:center center; overflow:hidden;}
.block.cta-micro .text:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px;  background: rgb(29,110,109); background: linear-gradient(90deg, rgba(140, 126, 111, 1) 0%, rgba(42,178,176,1) 100%); opacity:0.85;}
.block.cta-micro .text .left{ position:relative; z-index:10; padding-right:60px;}
.block.cta-micro .text .left h2{ margin:0px; font-size:45px; color:#fff;}
.block.cta-micro .text .left h2 strong{ color:#fff;}
.block.cta-micro .text .left h3{ margin:0px; color:#fff;}
.block.cta-micro .text .right{ position:relative; z-index:10; margin-left:auto;}

/* contatti */

.block.contacts{ position:relative;}
.block.contacts .row-main > [class*="col-"]{ border-right:1px solid #c7c7c7;}
.block.contacts .row-main > [class*="col-"]:last-child{ border:0px;}
.block.contacts .item{ text-align:center; margin-bottom:0px;}
.block.contacts .item img.company{ height:270px; display:inline-block; margin-bottom:20px;}
.block.contacts .item h2{ font-size:36px; color:#1d6e6d; font-weight:600;}
.block.contacts .item h3{ font-family:"Kiona", serif; font-size:26px; color:#2ab2b0; font-weight:600;}
.block.contacts .item h2 + h3{ margin:0px;}
.block.contacts .item h3 + p{ margin-top:10px;}
.block.contacts .item p + h3{ margin-top:20px;}
.block.contacts .item p{ font-size:20px;}
.block.contacts .item a{ color:#238d8c; font-weight:600;}
.block.contacts .item a:hover{ color:#000;}
.block.contacts .item .social{width:auto; margin:0px; display:inline-block; position:relative; margin-top:20px; z-index:2;}
.block.contacts .item .social ul{margin:0;width:auto; float:left;}
.block.contacts .item .social li{ width:auto;float:left; padding-left:0px; margin:0 10px 0 0;}
.block.contacts .item .social li:last-child{ margin-right:0px;}
.block.contacts .item .social li:before{ display:none;}
.block.contacts .item .social li a{width:40px;height:40px; background:#000;float:left;color:#fff;text-align:center; border-radius:50%;}
.block.contacts .item .social li a i{font-size:16px;line-height:40px;vertical-align:top;}
.block.contacts .item .social li.facebook a{background:#1877F2}
.block.contacts .item .social li.instagram a{background:#E4405F}
.block.contacts .item .social li a:hover{ background:#238d8c;}
.block.contacts .module{ }
.block.contacts .module .form{ margin-top:40px;}
.block.contacts .module .form .form-group{ position:relative;}
.block.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.contacts .row-info{ margin-top:60px;}
.block.contacts .box{ padding:60px 40px; background:#f7f7f7; border-radius:10px;}
.block.contacts .box .row > [class*="col-"]{ border-right:1px solid #c7c7c7;}
.block.contacts .box .row > [class*="col-"]:last-child{ border:0px;}
.block.contacts .box .element-wrap .element{ margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #c7c7c7;}
.block.contacts .box .element-wrap .element h2{ font-size:36px; color:#2ab2b0; font-weight:600;}
.block.contacts .box .element-wrap .element:last-child{ margin-bottom:0px; padding-bottom:0px; border:0px;}
.block.contacts .box .element-wrap .element a{ font-weight:700;}
.block.contacts .direct{ margin-top:40px; padding-top:40px; border-top:1px solid #e1e1e1;}
.block.contacts .direct p{ font-size:20px;}
.block.contacts .direct a{ font-weight:700;}

.block.contacts.workwithus .row-main{ display:flex; flex-wrap:nowrap;}
.block.contacts.workwithus .row-main:before,
.block.contacts.workwithus .row-main:after{ display:none;}
.block.contacts.workwithus .positions .element-wrap{ display:flex; flex-wrap:wrap; margin:0 -20px; margin-top:40px;}
.block.contacts.workwithus .positions .element-wrap .element{ width:50%; text-align:left; padding:0 20px; margin-bottom:20px;}
.block.contacts.workwithus .positions .element-wrap .element .name{ display:flex; flex-wrap:nowrap; align-items:start; margin-bottom:10px; position:relative;}
.block.contacts.workwithus .positions .element-wrap .element .name .number{ width:40px; height:40px; float:left; background:#2ab2b0; color:#fff; line-height:40px; text-align:center; font-size:16px; font-weight:300; border-radius:10px; margin-top:5px; }
.block.contacts.workwithus .positions .element-wrap .element .name h2{ max-width:calc(100% - 40px); padding-left:15px; padding-top:8px; font-size:28px; color:#1d6e6d; font-weight:600;}
.block.contacts.workwithus .positions .element-wrap .element .description p{ font-size:16px;}

/* mappa */

.block.map{ padding:0px;}
.block.map .iframe-wrap{}
.block.map .iframe{ width:100%; height:450px;}
.block.map .iframe .map-content{ padding:15px; text-align:center;}
.block.map .iframe .map-content h2{ font-family: 'Montserrat', sans-serif; font-size:22px; line-height:1; color:#238d8c; font-weight:600; text-transform:none; margin-bottom:5px;}
.block.map .iframe .map-content p{ font-family: 'Montserrat', sans-serif; font-size:16px; line-height:1.5; margin:0px; margin-bottom:0px;}

/* ai */

.block.single-ai{ padding-bottom:60px;}
.block.single-ai .body{ margin-bottom:40px;}
.block.single-ai .gallery{ display:flex; flex-wrap:wrap; margin:0 -10px; margin-bottom:20px;}
.block.single-ai .gallery .image{ width:50%; float:left; padding:0 10px; margin-bottom:20px;}
.block.single-ai .gallery .image a{ width:100%; float:left; border-radius:10px; overflow:hidden;}

/* footer */

.footer{ width:100%; background:#e1e1e1; position:relative; display:inline-block; font-family: 'Montserrat', sans-serif; width:100%; float:left; overflow:hidden; background: rgb(29,110,109); background: linear-gradient(90deg, rgba(29,110,109,1) 0%, rgba(42,178,176,1) 100%);}
.footer:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background-image:url(../images/bg01.jpg); background-size:cover; background-position:center center; opacity:0.5;}
.footer:after{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px;  background: rgb(29,110,109); background: linear-gradient(90deg, rgba(29,110,109,1) 0%, rgba(42,178,176,1) 100%); opacity:0.85;}
.footer .footer-row{ text-align:center; position:relative; z-index:20; padding:60px 0; overflow:hidden;}
.footer .footer-row .row{ display:flex; flex-wrap:nowrap; justify-content:center;}
.footer .footer-row .row .colfooter{ width:33.33%; border-right:1px solid rgba(255,255,255,0.25);}
.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: "Kiona", serif; font-size:24px; line-height:1.2; color:#fff; font-weight:600; text-transform:none; 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:#fff;}
.footer .footer-row .widget p:last-child{ margin-bottom:0px;}
.footer .footer-row .widget p a{ color:#fff; font-weight:600;}
.footer .footer-row .widget p a:hover{ color:#000;}
.footer .footer-row .widget.widget-company{background:none; text-align:center;}
.footer .footer-row .widget.widget-company img{ width:auto; height:120px; 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:#fff; font-weight:400;}
.footer .footer-row .widget.widget-services li a:hover{ color:#fff;}
.footer .footer-row .book{ margin-bottom:20px;}
.footer .footer-row .book p{ margin-bottom:5px;}
.footer .footer-row .book p:last-child{ margin-bottom:0px;}
.footer .footer-row .book .btn{ margin-top:15px; padding-left:30px; padding-right:30px;}
.footer .footer-row .work{ margin-top:20px;}
.footer .footer-row .work h4{}
.footer .footer-row .work .btn{ font-size:14px; padding:7px 15px; font-size:13px;}
.footer .footer-row .copy{ margin-top:40px;}
.footer .footer-row .copy p{ font-size:13px; line-height:18px; color:#fff; font-weight:400; margin:0px;}
.footer .footer-row .copy span{ margin:0 3px;}
.footer .footer-row .social{ width:100%; float:left; margin:0px; margin-top:20px;}
.footer .footer-row .social ul{ margin:0 -5px; width:auto; display:flex; flex-wrap:nowrap; justify-content:center;}
.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:#238d8c;}
.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 a:hover{ background:#238d8c;}

.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:#fff; font-weight:400; margin:0px;}
.footer .footer-extra .row p span{ margin:0 5px;}
.footer .footer-extra .row a{ color:#fff; font-weight:400;}
.footer .footer-extra .row a:hover{ color:#fff;}

/* 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:#238d8c; 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;}

form{ margin-bottom:0px !important;}

.captchaField > div {margin-bottom: 20px;}

@media (min-width: 1500px) {
	
	.container{ width:1400px;}
	.visual .container{ width:1400px; padding:0px 30px;}

}

@media (max-width: 1499px) {
	
	.row.row60{ margin-left:-40px; margin-right:-40px;}
	.row.row60 > [class*="col-"]{ padding:0 40px;}
	.row.row40{ margin-left:-20px; margin-right:-20px;}
	.row.row40 > [class*="col-"]{ padding:0 20px;}
	
	.container{ width:1170px;}
	
	.header a.navbar-brand img{ height:100px;}
	
	.content .row + .row{ margin-top:40px;}
	
	.block.presentation h2 + h3{ margin-top:15px;}
	.block.presentation h3 + .btn{ margin-top:20px;}
	.block.presentation h2 + p{ margin-top:15px;}
	
	.block.presentation .item-article.item-big-vertical .text h2{ max-width:100%; }
	
	.title{ padding-top:140px;}
	
	.block{ padding:80px 0;}
	.block.fullwidth{ padding:100px 0;}
	.block.why{ padding-bottom:60px;}
	.block.services-list{ padding-bottom:40px;}
	.block.ambulatori-list{ padding-bottom:40px;}
	
	.block.doctors .item{ margin-bottom:40px;}
	.block.why .item .top{ margin-bottom:0px;}
	
	
	.block.contacts .item img.company{ height:200px;}
	.block.single-doctor .intro .description i{ font-size:30px;}
	.block.why .item .top .desc{ padding-left:20px;}
	.block.single-post .info h1{ max-width:100%;}
	.footer .footer-row .copy{ margin-top:20px;}

	
	.block.contacts .box{ padding:40px 30px;}
	.block.ambulatori-list .item{ padding:30px;}
	.block.ambulatori-list .item .text .bottom{ padding:30px;}
	.block.single-doctor .side{ padding:30px; padding-bottom:120px;}
	.block.single-doctor .side .bottom{ padding:30px;}
	.block.services-list .item{ padding:30px;}
	.block.services-list .item .text .bottom{ padding:30px;}
	.block.single-service .side{ padding:30px; padding-bottom:120px;}
	.block.single-service .side .bottom{ padding:30px;}
	.block.service-intro.training.related .text{ padding:40px 30px;}
	.block.single-doctor .intro .description{ padding:0 30px;}
	.block.sectors .item .intro{ padding:30px;}
	.block.sectors .item .text{ padding:30px;}
	
	
	.visual-content .box h1{ font-size:45px;}
	.block h1, .block h2{ font-size:45px;}
	.block.presentation .top-title h2{ font-size:45px;}
	.title .text h1, .title .text h2{ font-size:45px;}
	.block.cta-micro .text .left h2{ font-size:40px;}
	.block.single-doctor .top h2{ font-size:40px;}
	.block.single-service .text h2{ font-size:36px;}
	.block.single-service .side h2{ font-size:36px;}
	.block.single-doctor .side h2{ font-size:34px;}
	.block.presentation .item-article.item-big-vertical .text h2{ font-size:32px;}
	.block.contacts .item h2{ font-size:32px;}
	.block.contacts .box .element-wrap .element h2{ font-size:32px;}
	.block.contacts-link .item .text h2{ font-size:28px;}
	.block.doctors .item .text h2{ font-size:26px;}
	.block.services-list .item .text h2{ font-size:26px;}
	.block.ambulatori-list .item .text h2{ font-size:26px;}
	.block.presentation .item-article.item-small-vertical .text h2{ font-size:26px;}
	.block.why .item .top .desc h2{ font-size:22px;}
	.footer .footer-row .widget h4{ font-size:22px;}
	.block.contacts.workwithus .positions .element-wrap .element .name h2{ font-size:22px;}
	.block.contacts .item h3{ font-size:20px;}
	.visual-content .box h2{ font-size:20px;}
	.block h3{ font-size:18px;}
	.visual-content .box h3{ font-size:18px;}
	.block.single-doctor .intro .description p{ font-size:18px;}
	.block.contacts .item p{ font-size:18px;}
	.header .navbar .navbar-nav > li > a{ font-size:16px;}
	.block.doctors .item .text h3{ font-size:16px;}
	.block.service-intro.training .text span.subtitle{ font-size:16px;}
	p, li{ font-size:16px;}
	.block.presentation .item-article .data{ font-size:15px;}
	a.backpage{ font-size:15px;}
	.btn{ font-size:14px;}
	.block.services-list .item .text h3{ font-size:13px;}
	.title .breadcrumb li{ font-size:13px;}
	.footer .footer-row .copy p{ font-size:11px;}
	
	
	
}

@media (max-width: 1199px){
	
	p, li{ font-size:15px;}
	
	.container{ width:970px;}
	
	.btn{ padding:12px 15px;}
	
	.block.service-intro.training.related .text ul{ column-count:1;}
	
	.header a.navbar-brand img{ height:90px;}
	.header .navbar .navbar-nav > li{ padding:0px;}
	.header .navbar .navbar-nav > li > a{ margin:0 7px;}
	
	.header .topbar p{ font-size:12px;}
	
	.block.sectors .item-wrap{ margin:0 -10px;}
	.block.sectors .item-wrap .col{ padding:0 10px;}
	.block.sectors .item{ margin-bottom:20px;}
	
	.block.sectors .item .intro{ font-size:24px;}
	.block.sectors .item .text h2{ font-size:20px;}
	.block.sectors .item .text p{ font-size:14px; line-height:1.4;}
	
	.content .form .row{ margin:0 -10px;}
	.content .form .row [class*="col-"]{ padding:0 10px;}
	
	.title{ padding-bottom:20px;}
	
	.block{ padding:60px 0;}
	
	.block.contacts .direct{ margin-top:20px; padding-top:20px;}
	.header .navbar .navbar-nav > li > a{ font-size:15px;}
	
	.block.contacts.workwithus .positions .element-wrap .element{ width:100%;}
	
	.block.contacts .item img.company{ height:140px;}
	
	.block.map .iframe{ height:400px;}
	
	.block.ambulatori-list{ padding-bottom:20px;}
	.block.doctors.home{ padding-bottom:20px;}
	.block.services-list{ padding-bottom:20px;}
	
	.block.service-intro.training .image-wrap{ margin-bottom:20px;}
	
	.block.single-course .image{ max-width:400px;}
	
	.block.single-doctor .intro{ padding:30px; align-items:start;}
	
	.block.four-news .main-item-wrap .side-item .item-wrap .item-article{ align-items:start;}
	.block.four-news .main-item-wrap .side-item .item-wrap .item-article .image{ width:30%;}
	.block.four-news .main-item-wrap .side-item .item-wrap .item-article .text{ width:70%; padding-left:20px;}
	
	.visual-content .box h1{ font-size:40px;}
	.block h1, .block h2{ font-size:40px;}
	.block.presentation .top-title h2{ font-size:40px;}
	.title .text h1, .title .text h2{ font-size:40px;}
	.block.cta-micro .text .left h2{ font-size:38px;}
	.block.single-doctor .top h2{ font-size:38px;}
	.block.single-service .text h2{ font-size:34px;}
	.block.single-service .side h2{ font-size:34px;}
	.block.single-doctor .side h2{ font-size:34px;}
	.block.presentation .item-article.item-big-vertical .text h2{ font-size:30px;}
	.block.contacts .item h2{ font-size:30px; margin-bottom:5px;}
	.block.contacts .box .element-wrap .element h2{ font-size:30px;}
	.block.contacts-link .item .text h2{ font-size:26px;}
	.block.doctors .item .text h2{ font-size:24px;}
	.block.services-list .item .text h2{ font-size:24px;}
	.block.ambulatori-list .item .text h2{ font-size:24px;}
	.block.presentation .item-article.item-small-vertical .text h2{ font-size:24px;}
	.block.why .item .top .desc h2{ font-size:20px;}
	.footer .footer-row .widget h4{ font-size:20px;}
	.block.contacts.workwithus .positions .element-wrap .element .name h2{ font-size:20px;}
	.block.contacts .item h3{ font-size:19px; line-height:1.2;}
	.visual-content .box h2{ font-size:19px;}
	.block h3{ font-size:17px;}
	.visual-content .box h3{ font-size:17px;}
	.block.single-doctor .intro .description p{ font-size:17px;}
	.block.contacts .item p{ font-size:17px;}
	.block.single-doctor .intro .description p{ font-size:16px;}

}

@media (max-width: 1008px) {
	
	
		
}

@media (min-width: 992px) {
	

}

@media (max-width: 992px) {
	
	.navbar-nav{ padding-bottom:0px;}	
	.footer-row [class*=col-]{ margin:0px;}
	
}

@media (max-width: 991px) {
	
	.navbar-toggle{ display:block;}
	
	.btn{ font-size:13px; padding:8px 10px; line-height:20px;}
	input[type="submit"].btn{ height:38px;}

	.container{ width:750px;}
	
	.header{}
	.header .navbar{ display:block; flex-wrap:unset; align-items:unset; position:relative;}
	.header .navbar a.navbar-brand{ position:relative; z-index:10; line-height:100px;}
	.header .navbar a.navbar-brand img{ height:70px;}
	.header .navbar .menu-wrap{ width:100%; display:block; flex-wrap:unset; float:left; margin:0px;}
	.header .navbar-collapse{ width:100%; display:block; position:absolute; left:0px; top:0px; background:#fff; padding:0px; padding:30px; padding-top:100px; float:none !important; box-shadow:0px 0px 40px rgba(0,0,0,0.2); clear: both; width: 100%; margin: 0 !important;}
	.header .navbar-collapse.collapse{ display:none;}
	.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:0px; overflow:hidden;}
	.header .navbar .navbar-nav > li{ clear:both; width:100%; float:left; padding:0px; 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:#238d8c; border:0px;}
	.header .navbar .navbar-nav > li > a:hover{ color:#238d8c; border:0px;}
	.header .navbar .navbar-nav > li > a:before{ display:none;}
	
	.header .request{ display:block; position:absolute; top:32px; right:90px;}
	.header .topbar .contacts{ display:none;}
	.header .topbar .social{ display:none;}
	
	.title{ padding-top:100px;}
	
	.block li:before{ top:2px; font-size:11px;}
	.block.contacts .box{ padding:20px; padding-bottom:0px;}
	
	.check{ min-height:24px; margin-bottom:5px;}
	.check label span{ font-size:13px; line-height:18px; padding-top:3px;}
	
	.form-group{ margin-bottom:20px;}
	
	.block.contacts .row-main > [class*="col-"]{ border:0px;}
	.block.contacts .module{ margin-top:40px;}
	
	.block.contacts.workwithus .row-main{ flex-wrap:wrap;}
	.block.contacts.workwithus .positions .element-wrap{ margin-top:20px;}
	
	.block.single-post .info h1{ margin:0px;}
	
	.block.ambulatori-list{ padding-bottom:40px;}
	.block.ambulatori-list .item{ padding:20px; margin-bottom:20px;}
	.block.ambulatori-list .item .text .bottom{ padding:20px;}
	
	.block.single-service .side{ margin-top:40px; padding:20px; padding-bottom:80px;}
	.block.single-service .side .bottom{ padding:20px;}
	
	.title .text h1, .title .text h2{ line-height:1;}
	
	.block.single-doctor .side{ margin-top:40px; padding:20px; padding-bottom:80px;}
	.block.single-doctor .side .bottom{ padding:20px;}
	
	.block.service-intro.training{ padding-bottom:20px;}
	.block.service-intro.training .item{ margin-bottom:40px;}
	
	.block.single-course .image{ max-width:300px;}
	
	.block.service-intro.training.related .item{ margin-bottom:0px;}
	
	.block.service-intro .image-wrap{ margin-bottom:20px;}
	.block.service-intro .row.flex [class*="col-"].pull-right{ order:0;}
	
	.block.services-list{ padding-bottom:40px;}
	.block.services-list .item{ padding:20px; margin-bottom:20px;}
	
	.block.about .image{ margin-bottom:20px;}
	.block.about .row.flex [class*="col-"].pull-right{ order:0;}
	
	.block.contacts-link{ padding-bottom:20px;}
	.block.contacts-link .item{ margin-bottom:40px; align-items:unset;}
	.block.contacts-link .item .image{ margin-bottom:20px;}
	.block.contacts-link .item.item01{ flex-direction:column;}
	.block.contacts-link .item.item01 .text{ margin:0px;}
	
	.block.sectors .item-wrap .col{ width:100%;}
	
	.block.cta-micro .text{ padding:30px;}
	
	.block.contacts .box .row > [class*="col-"]{ border:0px;}
	.block.contacts .box{ padding:20px; padding-bottom:10px;}
	.block.contacts .box .element-wrap .element{ margin-bottom:20px; padding-bottom:0px; border:0px;}
	.block.contacts .box .element-wrap .element:last-child{ margin-bottom:20px; padding-bottom:0px; border:0px;}
	
	.block.fullwidth{ padding:60px 0; padding-top:0px;}
	.block.fullwidth .image{ width:100% !important; position:static; left:auto; top:0px; background:none; margin-bottom:40px;}
	.block.fullwidth .image img{ display:block;}
	
	.footer .footer-row{ padding:40px 0;}
	.footer .footer-row .row.rowfooter01{ flex-wrap:wrap;}
	.footer .footer-row .row .colfooter{ width:100%; margin-bottom:20px; padding-bottom:20px; border:0px; border-bottom:1px solid rgba(255,255,255,0.25);}
	.footer .footer-row .row .colfooter:last-child{ padding-bottom:0px; margin-bottom:0px; border:0px;}
	.footer .footer-row .copy p{ font-size:12px;}
	.footer .footer-row .widget{ padding:0px;}
	
	.block.four-news .main-item-wrap{ flex-wrap:wrap;}
	.block.four-news .main-item-wrap .main-item{ width:100%; padding:0px; margin-bottom:40px;}
	.block.four-news .main-item-wrap .side-item{ width:100%; padding:0px;}
	
	.block.sectors .item .intro{ padding:20px; font-size:20px;}

	.visual-content .box h1{ font-size:36px;}
	.block h1, .block h2{ font-size:36px;}
	.block.presentation .top-title h2{ font-size:36px;}
	.title .text h1, .title .text h2{ font-size:36px;}
	.block.cta-micro .text .left h2{ font-size:34px;}
	.block.single-doctor .top h2{ font-size:34px;}
	.block.single-service .text h2{ font-size:32px;}
	.block.single-service .side h2{ font-size:32px;}
	.block.single-doctor .side h2{ font-size:32px;}

}


@media (max-width: 768px){
	
	.container{ width:100%;}
		
	.container{ padding:0 25px;}
	.container-fluid{ padding:0 25px;}
	
	.visual-content{ height:70vh;}
	.visual-content .box h2{ margin-bottom:20px;}
	
	.title .breadcrumb{ margin-top:10px;}
	.title .breadcrumb ul{ display:flex; flex-wrap:wrap; justify-content:center;}
	
	.block.presentation .top-title h3{ padding:0px;}
	
	.block.sectors .item{ padding-bottom:80% !important;}
	
	.block.single-doctor .intro{ padding:20px;}
	.block.single-doctor .intro .description{ padding:0px; padding-left:20px;}
	
	.block.cta-micro .text{ flex-wrap:wrap; text-align:center;}
	.block.cta-micro .text .left{ width:100%; text-align:center; padding:0px;}
	.block.cta-micro .text .right{ width:100%; text-align:center; margin-top:20px;}
	
	.block.four-news .main-item-wrap .side-item .item-wrap .item-article{ flex-wrap:wrap;}
	.block.four-news .main-item-wrap .side-item .item-wrap .item-article .image{ width:100%; float:left;}
	.block.four-news .main-item-wrap .side-item .item-wrap .item-article .text{ width:100%; text-align:left; padding:0px; margin-top:20px;}
	
	
}

@media (max-width: 640px){
	
	.block.single-course .image{ max-width:100%; width:100%; margin:0px; margin-bottom:20px;}
	
	.title .breadcrumb li:after{ margin:0 5px;}
	
}

@media (max-width: 479px) {
	
	[class*=col-xs-]{ text-align:inherit;}	
	.footer [class*=col-]{ text-align:inherit;}	

}


/* Accessibilità */

.chosen-container{ display:none !important;}
select{ display:block !important;}

a:focus-visible{ outline:#238d8c solid 2px; outline-offset:4px;}
.header a.navbar-brand:focus-visible{ outline:unset; outline-offset:0px;}
.header a.navbar-brand:focus-visible img{ outline:#238d8c solid 2px; outline-offset:4px; border-radius:50%;}
.btn:focus{ outline:#238d8c solid 2px !important; outline-offset:4px;}
.modal .close:focus{ outline:#238d8c solid 2px; outline-offset:4px;}

.header .navbar-nav > li > a:focus-visible{ outline:#238d8c solid 2px;}
.header .search button:focus-visible{ outline:#238d8c solid 2px;}
.skip-link{ position: absolute; top: -40px; left:20px; background:#238d8c; color:#fff; padding:10px 20px; z-index:9999999; transition: top 0.3s ease; text-transform:uppercase; font-weight:400; font-size:14px; line-height:20px; border-radius:5px;}
.skip-link:focus-visible{ top:20px; color:#fff;}

#scrolltop a:focus{outline:#238d8c solid 2px;}

input[type=text]:focus, input[type=email]:focus-visible, input[type=password]:focus-visible, input[type=search]:focus-visible, input[type=tel]:focus-visible, textarea:focus-visible, select:focus-visible{border:2px solid #238d8c;}

.check input[type=checkbox]{ display: block !important; position: absolute; opacity:0; pointer-events:none; width:1px; height:1px; margin:0px; padding:0px; border:0px;}
.check input[type=checkbox]:focus-visible + label:before{ outline:#238d8c solid 2px;}

.block.sectors .item:focus-visible{ outline:#238d8c solid 2px; outline-offset:4px;}

.block.doctors .item .icon{ overflow:visible;}
.block.doctors .item .icon img{ border-radius:10px;}
.block.doctors .item .icon a{ border-radius:10px;}
.block.doctors .item .icon a:focus-visible{ outline:#238d8c solid 2px; outline-offset:4px;}

.block.presentation .item-article.item-big-vertical .image a{ border-radius:10px;}
.block.presentation .item-article.item-big-vertical .image a:focus-visible img{ outline:#238d8c solid 2px; outline-offset:4px;}
.block.presentation .item-article.item-small-horizontal .image a:focus-visible img{ outline:#238d8c solid 2px; outline-offset:4px;}
.block.presentation .item-article.item-small-vertical .image a:focus-visible img{ outline:#238d8c solid 2px; outline-offset:4px;}

.footer a:focus-visible, .footer a.btn:focus-visible{ outline:#fff solid 2px !important; outline-offset:2px;}

.block.sectors .item:has(.link a:focus-visible){ outline:4px solid #238d8c; outline-offset:-4px; border-radius:10px;}
.block.sectors .item .link a:focus-visible{ outline:unset; outline-offset:0px;}
