/*
Theme Name: Metasalute
Author: Lyme Agency
Description: Description
Version: 1.0.0
Text Domain: metasalute
Tags: custom-background, custom-logo, custom-menu, featured-img, threaded-comments, translation-ready

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body{
    color: #727272;
    font-family: 'Ubuntu', sans-serif;
    background: #fff;
}

h1, h2, h3, .h2, .h3, .font-alt{
    font-family: 'Comfortaa', cursive;
}
h5,h6{
    font-weight: 400;
}

a{
    outline:0;
    text-decoration: none;
    color: #3179b9;
}

@media (min-width: 1170px){
    .container {
        max-width: 1140px;
    }
}

/*.row{
    margin-left: -22px;
    margin-right: -22px;
}
.container,
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding-left: 22px;
    padding-right: 22px;
}*/

header{
    background: #fff;
    padding:20px 0;
    position: fixed;
    z-index: 10;
    width: 100%;
    transition:padding linear .4s
}



header.sticky {
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 99;
    border-bottom: 1px solid #f3f3f3;
}

header.sticky #main-menu,
header.sticky nav{
    display: none;
}
header.sticky .search-form{
    padding-bottom: 0;
    margin-bottom: 0;
    border:0;
    margin-right: 20px;
}
header.sticky .search-submit{
    color: #123A6C;
}
header.sticky ::-moz-placeholder {
    color: #123A6C;
}
header.sticky ::-webkit-input-placeholder {
    color: #123A6C;
}

header.sticky #logo{
    width: 216px;
    height: 56px;
    background-image:url(img/logo-sticky.png);
}

#main{
    padding: 165px 0 0px;
    overflow: hidden;
    position: relative;
}

#logo{
    width: 320px;
    height: 71px;
    overflow: hidden;
    background:url(img/logo.png) no-repeat center top;
    -webkit-background-size: 100%;
    background-size: 100%;
    display: block;
    margin-right: 50px;
}

#menu-toggle{
    font-size: 48px;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    font-weight: 700;
    color: #123A6C;
    vertical-align: middle;
    position: relative;
    text-decoration: none;
}

#menu-toggle:before{
    font-family: 'elegant-icons';
    content: "\61";
}

.menu-button {
    display: block;
    width: 15px;
    height: 2px;
    background: #000;
    margin: 20px 0 0 20px;
    position: relative;
    top: -1px;
    left: -10px;
}

.menu-button:before {
    display: block;
    content: "";
    width: 30px;
    height: 2px;
    box-shadow:
    0 -10px 0 0 #000,
    0 -20px 0 0 #000;
}

#secondary-nav{
    flex-grow:1;
    text-align: right;
    font-family: "Comfortaa";
}

#main-menu{
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
}
#main-menu li{
    display: inline-block;
    margin-right: 35px;
}
#main-menu li:last-child{
    margin-right: 0;
}
#main-menu a{
    font-family: "Comfortaa";
    font-size: 16px;
    line-height: 34px;
    font-weight: 700;
    color: #123A6C;
    display: block;
    position: relative;
    text-decoration: none;
    border-bottom:5px solid #fff;
}
#main-menu li.current-menu-item a{
    border-color:#00734E;
}
/*#main-menu a:after{
    font-family: 'FontAwesome';
    content:"\f107";
    position: absolute;
    right: -20px;
    top:-1px;
    color: #CECECE;
}*/


.search-form{
    padding-bottom: 5px;
    display: inline-block;
    transition: all linear .2s;
}



header hr{
    border:0;
    border-bottom:1px solid #d9d9d9;
    height: 1px;
    margin-top: 4px;
    margin-bottom: 30px;
}
header.sticky hr{
    display: none;
}

.search-form form{
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
}

input[type=search]{
    border:0;
    font-size: 16px;
    outline:0;
    font-weight: 300;
    text-align: right;
}
.search-submit{
    font-size: 25px;
    line-height: 1;
    color: #CECECE;
    background: none;
    border:0;
    padding-left: 0;
    vertical-align: middle;
    position: relative;
    margin-left: 10px;
}
.search-submit:before{
    font-family: 'elegant-icons';
    content: "\55";
    font-weight: 700;
    display: block;
    transform: scaleX(-1);
}

#ajax-load-more .alm-load-more-btn,
#sidebar .btn.area-riservata a,
a.btn.area-riservata{
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background: #00734E;
    padding: 8px 30px;
    border-radius: 22px;
    display: inline-block;
}
#sidebar .btn.area-riservata{
    margin-top: 20px;
    display: block;
}

#ajax-load-more .alm-load-more-btn{
    font-weight: 700;
    text-transform: none;
    font-family: 'Comfortaa';
    line-height: 1.5;
    padding: 0;
    outline:0;
    width: 200px;
    text-align: center;
}
#ajax-load-more .alm-load-more-btn:hover,
a.btn.area-riservata:hover{
    background: #123A6C;
}

#ajax-load-more .alm-btn-wrap .alm-load-more-btn.loading:before{
    background: none;
}
.alm-is-filtering .alm-listing{
    height: 0px !important;
}

.lang-switcher ul{
    padding: 0;
    margin: 0 0 0 10px;
    list-style-type: none;
}
.lang-switcher ul li{
    display: inline-block;
    line-height: 1.2;
}
.lang-switcher ul li{
    margin-left: 8px;
    border-left:2px solid #000;
    padding-left: 8px;
}
.lang-switcher ul li:first-child{
    border-left:0;
}
.lang-switcher ul li a{
    color: #000;
    font-weight: 500;
}

.button,
#wpsl-search-btn{
    display: inline-block;
    padding: 17px 64px;
    text-transform: uppercase;
    border:0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    background: #039699;
}
.button:hover{
    text-decoration: none;
    color: #fff;
}
.button-alt{
    display: inline-block;
    padding: 17px 64px;
    text-transform: uppercase;
    border:1px solid #000;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    background: none;
}
.button-alt:hover{
    text-decoration: none;
    color: #000;
}

.wpsl-search-btn{
    background: #039699;
    border:0;
}


.logo-footer{
   width: 100%;
   text-align: center;
   border-bottom: 1px solid #000;
   margin: 10px 0 20px;
}
.logo-footer span {
    background: #fff;
    padding: 0 80px;
    display: inline-block;
    position: relative;
    top: 23px;
}

footer{
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
    margin-top: 0px;
    padding: 0px 0 40px;
    color: #fff;
    background: #123A6C url(img/footer-s.png) no-repeat 10% 50%;
}

footer .credits{
    margin-top: 60px;
    border-top:1px solid #516d94;
    padding-top: 20px;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
}
footer .credits p{
    opacity: .6;
}
footer .credits img{
    width: 300px;
}

footer .info{
    margin-top: 80px;
}
footer .info p{
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    opacity: .6;
}

footer .widget{
    margin-top: 25px;
}

footer .socials{
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}
footer .socials p{
    display:flex;
    justify-content: space-between;
}

footer .menu{
    list-style-type: none;
    margin: 0;
    flex-basis: 0;
    flex-grow: 1;
    border-right:1px solid #516d94;
    padding: 30px 0 10px;
}
footer .menu:last-child{
    border-right:0;
}
footer .menu li{
    margin-bottom: 15px;
    line-height: 1.2;
}
footer .menu > li{
    margin-left: 8px;
    margin-right: 10px;
}
footer .menu li.menu-item-has-children{
    margin-bottom: 20px;
}
footer .menu .sub-menu{
    margin-top: 15px;
    margin-bottom: 25px;
}
footer .menu a{
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
}
footer .menu li .sub-menu li{
    /*margin-bottom: 10px;*/
}
footer .menu.last li a,
footer .menu .sub-menu a{
    font-weight: 300;
    text-transform: none;
    font-size: 13px;
    opacity: .6;
}

footer .menu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
footer .menu.last{
    margin-left: 15px;
}
footer .lang-switcher{
    margin-top: 20px;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 14px;
    text-transform: uppercase;
}
footer .lang-switcher strong{
    font-weight: 700;
}
footer .lang-switcher a{
    opacity: .6;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
}

footer a.btn.area-riservata{
    margin-top: 0px;
    text-transform: none;
    font-weight: 300;
    padding-left: 35px;
    padding-right: 35px;
}




span.wpcf7-not-valid-tip{
    font-size: 10px;
}
div.wpcf7-response-output{
    font-size: 12px;
    padding: 15px;
}


input[type=checkbox] {
    -moz-appearance:none;
    -webkit-appearance:none;
    -o-appearance:none;
    outline: none;
    content: none;
}
input[type=checkbox]:before {
    content: "\2713";
    font-size: 15px;
    color: transparent !important;
    background: #fff;
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid black;
    margin-right: 7px;
    line-height: 1;
}
input[type=checkbox]:checked:before {
    color: black !important;
}


#breadcrumb{
    font-size: 16px;
    color: #fff;
}
#breadcrumb ul{
    list-style:none;
    padding: 0;
    margin: 0;
}
#breadcrumb ul li{
    display: inline;
}
#breadcrumb > span{
    margin-left: 3px;
    margin-right: 3px;
}
#breadcrumb > span:first-child{
    margin-left: 0px;
    margin-right: 3px;
}
#breadcrumb a{
    color: #fff;
}

.loadmore,
#loadmore{
    color: #fff;
    margin: 50px auto;
    width: 180px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    text-align: center;
}

body.menu-open {
    overflow-y: hidden;
}

.menu-primary-container{
    visibility: hidden;
    opacity: 0;
    background: #fff;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 8;
    overflow: hidden;
    transition: visibility 0s, opacity 0.2s linear;
}
header #menu-close{
    color: #fff;
}
.menu-primary-container.on{
    visibility: visible;
    opacity: 1;
}
#primary-menu > li{
    display: inline;
    margin-bottom: 25px;
    float: left;
    clear: left;
}
#primary-menu > li > a{
    font-size: 40px;
    line-height: 1;
    font-weight: 800;
    color: #000;
    background: none;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    transition:color linear .2s;
}
#primary-menu > li > a:before,
#primary-menu > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0px;
  height: 2px;
  margin: 3px 0 0;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.2s;
  opacity: 0;
  background-color: #039699;
}
#primary-menu > li:hover a:before,
#primary-menu > li:hover a:after {
  width: 100%;
  opacity: 1;
}


#primary-menu > li > a:hover{
    background: none;
    color: #039699;
}
.wpbsearchform{
    width: 90%;
    margin: 0 auto;
}
#primary-menu{
    margin-top: 50px;
    text-align: left;
    margin-left: 0px;
}






/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */




table {
  width: 100%;
  max-width: 100%;
  border-bottom: 1px solid #333;
  margin-bottom: 1rem;
}
table th,
table td {
  padding: 20px 10px;
  vertical-align: top;
  border-top: 1px solid #333;
}
table thead th {
	border-top: 0;
  vertical-align: bottom;
  border-bottom: 1px solid #333;
  font-weight: 400;
  font-size: 24px;
}
table tbody + tbody {
  border-top: 2px solid #333;
}
table table {
  background-color: #fff;
}
table-sm th,
table-sm td {
  padding: 0.3rem;
}
.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}

table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

table-responsivetable-bordered {
  border: 0;
}

/*
.corsi.blocks_t1.blocks_t1.middle_up,
.corsi.blocks_t1.middle_up .row{
	margin-top: 30px;
}

*/



.featherlight-iframe .featherlight-content{
	background: #000;
}



#wpsl-search-wrap input[type="text"],
.contact .wpcf7 textarea,
.contact .wpcf7 input[type="text"],
.contact .wpcf7 input[type="email"],
.contact .wpcf7 input[type="phone"]{
    border:0;
    border-bottom:1px solid #333;
    padding:10px 20px;
    text-shadow: none;
    box-shadow:none;
    margin-right: 30px;
    width: 100%;
}
.contact .wpcf7 ::-moz-placeholder {
    color: #333;
}
.contact .wpcf7 ::-webkit-input-placeholder {
    color: #333;
}
.contact .wpcf7 textarea{
    margin-bottom: 50px;
}
.contact .wpcf7 .col-sm-4{
    background:#f1f1f1;
    padding:30px;
    font-size: 16px;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
}
.contact .wpcf7 .col-sm-4 .wpcf7-list-item-label{
    font-size: 14px;
}
.contact .wpcf7 input[type="radio"]{
    -webkit-appearance:none;
    width:20px;
    height:20px;
    border:1px solid darkgray;
    outline:none;
    position: relative;
    top: 5px;
}
.contact .wpcf7 input[type='radio']:before {
    content:'';
    display:block;
    width:100%;
    height:100%;
    /*margin: 20% auto;    */
}
.contact .wpcf7 input[type='radio']:checked:before {
    background:#3190c4;
}
.contact .wpcf7 .submit{
    margin-top: 50px;

}
.contact .wpcf7 a{
    color: #333;
}
a.subscribe,
.subscribe, .subscribe:hover, .subscribe:visited,
.contact .wpcf7 .wpcf7-submit {
    background:#039699;
    color: #fff;
    padding:20px;
    width: 200px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.contact .col-sm-6 label{
    color:#929292;
    font-weight: 300;
    font-size: 20px;
    padding-left: 20px;
    margin: 0;
}
.contact .wpcf7 .col-sm-6{
    margin-bottom: 30px;
}

.contact .scelte{
    margin: 60px 0;
}

.map img{
    width: 100%;
}

#map {
  height: 580px;
}

.row-narrow{
    max-width: 60%;
}

.contact .layoutArea{
    margin: 50px 0;
    font-size: 20px;
    line-height: 1.6;
}
.contact .layoutArea a{
    color: #000;
}

.contact .layoutArea strong{
    font-weight: 700;
}



.wpsl-search{
    background: none;
}
.wpsl-store-location p strong{
    font-weight: 700;
    text-transform: uppercase;
}
#wpsl-result-list li p{
    margin-bottom: 0;
    line-height: 1.5;
}
#wpsl-wrap #wpsl-result-list li{
    padding-top: 100px;
    padding-bottom: 20px;
    border-bottom:1px solid #333;
}
#wpsl-result-list{
    width: 28%;
}
.wpsl-contact-details strong{
    font-weight: normal;
    text-transform: none;
}
#wpsl-search-wrap .wpsl-input, #wpsl-search-wrap .wpsl-select-wrap{
    display: block;
    max-width: 65%;
}
#wpsl-search-btn, #wpsl-search-wrap #wpsl-radius, #wpsl-search-wrap #wpsl-results, #wpsl-search-wrap .wpsl-input input, #wpsl-search-wrap .wpsl-input label{
    width: 100%;
}
#wpsl-wrap #wpsl-result-list li,
.wpsl-search{
    padding-left: 0;
    padding-right: 0;
}
#wpsl-search-btn, #wpsl-search-wrap div{
    margin-right: 0;
}
#wpsl-search-btn, #wpsl-search-wrap input{
    border:0;
    border-radius:0;
    box-shadow:none;
    border-bottom:1px solid #000;
    outline:0;
}
#wpsl-search-btn{
    padding: 13px 30px 14px;
    text-transform: uppercase !important;

}
#wpsl-search-wrap input[type="text"]{

}


.search-wpb .fa-search:hover,
.search-wpb .fa-search:focus {
    color: #999999;
    text-decoration: none;
}


::-moz-placeholder {
    color: #CECECE;
    font-weight: 500;
    opacity: 1;
}
::-webkit-input-placeholder {
    color: #CECECE;
    font-weight: 500;
}



.search-form .container{
    width: 600px;
}


.wpbsearchform .close-button{
    position: absolute;
    right: 40px;
    top: 40px;
    width: 25px;
    height: 25px;
    padding: 30px;
}
.wpbsearchform.on{
    visibility: visible;
    display: flex !important;
}
.wpbsearchform h2{
    color: #fff;
}

/* Close Button */
.close-button {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 8%;
    top: 5%;
    overflow: hidden;
    text-indent: 1em;
    font-size: 1.5em;
    border: none;
    background: transparent;
    color: transparent;
    cursor: pointer;
    outline: none;
}

.close-button::before,
.close-button::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #fff;
}

.close-button::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-button::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.wpbsearchform .close-button::before,
.wpbsearchform .close-button::after{
    height: 40%;
    top: 28%;
    left: 48%;
}

.search .intro .content{
    margin: 30px 0px;
}

.search h3 a{
    color: #000;
    text-decoration: none;
}


/*


*/
#primary-menu{ width: fit-content; }
#primary-menu > li{ width: 100%; position: relative; }
#primary-menu ul.sub-menu {
    opacity:0;
    transition:all .2s linear;
    position: absolute;
    text-align: left;
    margin: 0;
    left: 100%;
    top: 0%;
    width: 150%;
}
#primary-menu ul.sub-menu li{
    float: none;
}
#primary-menu ul.sub-menu li a{
    font-size: 27px;
    color: #000;
    text-decoration: none;
    font-weight: 400;
}

#primary-menu .sub-menu {
    padding:0px;
    padding-left: 20%;
}

#primary-menu > li:hover > a{
    background:#fff;
}

#primary-menu > li:hover .sub-menu,
#primary-menu > li .sub-menu:hover {
    display: block;
    opacity: 1;
    height: auto;
    z-index: 10;
}
#primary-menu ul.sub-menu li{
    display: block;
    line-height: 1.5;
    margin-bottom: 10px;
}
#primary-menu ul ul li{
    margin: 20px 0;
}
#primary-menu ul ul li a{
    font-size: 46px;
    font-weight:300;
    padding-left: 30px;
}

/*#primary-menu ul li#primary-menu-item-has-children > h2 > a:after,
#primary-menu ul li a.has-submenu:after {
    content: "\f0d7";
    font-family: FontAwesome;
    right:-20px;
    position:relative;
    font-weight: 300;
 }
#primary-menu ul li#primary-menu-item-has-children.open > h2 > a:after {
    content: "\f0d8";
}*/
#primary-menu ul li.open a{
    color: #eee;
}

.readmore{
    padding-left: 25px !important;
    position: relative;
    color: #123A6C;
    cursor: pointer;
/*    display: inline-block;
    max-width: 270px;*/
    /*background:url(img/arrow.png) no-repeat left center / 12px 16px;*/
}
.readmore:before{
    font-family: 'elegant-icons';
    content: "\35";
    position: absolute;
    left: -7px;
    color: #CECECE;
    font-size: 30px;
    font-weight: 900;
    line-height: 24px;
}
#layerslider_1 .readmore:before{
    color: #00734E;
}
#layerslider_1 .readmore:hover:before{
    color: #123A6C;
}
.readmore:hover{
    text-decoration: none;
    color: #00734E;
}
.readmore:hover:before{
    color: #123A6C;
}



.news-ticker{
    height: 130px;
    background: #123A6C;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}
.news-ticker *{ line-height: 1.2; white-space: normal; font-weight: 300; font-size: 13px; }
.news-ticker a{ color: #fff; text-decoration: none; }
.news-ticker .news{ max-width: 600px; margin: 0 20px;}
.news-ticker ul{ list-style-type: none; margin: 0; padding: 0; }
.news-ticker .h5{ margin-top: 20px; color: #3179b9; font-weight: 700; }
.news-ticker .h5 a{ color: #3179b9; font-size: 16px; font-weight: 700; }
.news-ticker h2{ margin: 0 0 5px; }
.news-ticker li:hover *{ opacity: .7; }
.news-ticker p{ font-family: 'Ubuntu'; }


/*
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.news-ticker-container{
    background: #123A6C;
}
.news-ticker {
  display: inline-block;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 120s;
  animation-duration: 120s;
}
.news-ticker .news {
    white-space: normal;
  display: inline-block;
  width: 33%;
}*/


#faq{ padding: 50px 0; }

#faq {  }

.nav-tabs .nav-link,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: transparent;
    border:0;
    border-bottom:1px solid #6f6f6f;
    font-size: 18px;
    color: #6f6f6f;
    width: auto;
    text-align: center;
    padding: 0;
    padding-bottom: 20px;
    font-family: "Comfortaa";
    font-weight: 700;
    line-height: 1.3;
}

.home .nav-tabs .nav-link,
.home .nav-tabs .nav-item.show .nav-link,
.home .nav-tabs .nav-link.active{
    width: 50%;
}


.nav-tabs .nav-link.active{
    border-color:#123A6C;
    border-width:2px;
    color: #123A6C;
}
.per-chi{
    margin-top: 30px;
    background: #fff;
    height: 290px;
    width: 290px;
    border-radius:50%;
    text-align: center;
    font-size: 18px;
}
.per-chi h2{
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #123A6C;
    font-family: "Comfortaa";
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.per-chi img{ height: 110px; }


.faq-box{
    margin-bottom: 30px;
    color: #999;
    font-size: 14px;
    line-height: 1.3;
    position: relative;
}
.faq-box a{
    min-height: 148px;
    background: #fff;
    transition:background-color linear .5s;
    border-radius: 15px;
    box-shadow: 0px 5px 8px #00000040;
    display: block;
    padding: 30px 10px 30px 30px;
    text-decoration: none;
}
.faq-box a:hover{
    background: #00734E;
}
.faq-box a:hover .h6,
.faq-box a:hover h6,
.faq-box a:hover p{
    color: #fff;
}
.faq-box a:hover .angle-right{
    background: #fff;
    color: #00734E;
}
.faq-box a p{
    color: #999;
}
.faq-box img{
    width: 60px;
    height: auto;
    margin: 0 auto;
    display: block;
}
.faq-box p{
    margin: 10px 0 0;
}
.faq-box h6,
.faq-box .h6{
    font-weight: 700;
    font-family: "Ubuntu";
    font-size: 16px;
    line-height: 1.4;
    color: #123A6C;
    margin: 0;
}
.faq-box .angle-right{
    display: block;
    font-family: 'elegant-icons';
    position: absolute;
    width: 44px;
    height: 44px;
    line-height: 43px;
    margin-top: -22px;
    background: #00734E;
    color: #fff;
    right: -18px;
    top:50%;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    border-radius:50%;
    text-align: center;
    display: block;
}
.faq-box .angle-right:before{
    font-family: 'elegant-icons';
    content: "\35";
}
.faq-box a .col-md-12 .h6{
    line-height: 1.6;
}
.faq-slide{
    padding: 0 18px;
}
.faq-slide > .row > .col-md-6:nth-child(odd){
    padding-left: 5px;
}

.topic-slider{
/*    overflow: hidden;
    height: 360px;*/
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap:20px;
}

.faq-boxes-slider{
    padding: 0;
    margin: 0;
}
.topic-slider .slick-slide,
.faq-boxes-slider .slick-slide {
  margin: 0 18px;
}
#faq .tab-pane > .row > .col-md-8{ padding-left: 0px; padding-right: 0px; }

.slick-initialized .slick-slide{
    outline:0;
}

.slick-arrow{
position: absolute;
background-repeat:no-repeat;
background-position: center center;
background-color: transparent;
width: 30px;
height: 25px;
border:0;
font-size: 0;
z-index: 100;
top: 37%;
font-weight: 700;
outline:0 !important;
}

.slick-arrow:hover{
background-color: transparent;
border:0;
}
.slick-prev{
    left:-30px;
}
.slick-prev:before{
    font-family: 'elegant-icons';
    content:"\34";
    position: absolute;
    left: -30%;
    top:0px;
    color: #CECECE;
    font-size: 45px;
    line-height: .7;
}
.slick-next{
    right: -30px;
}
.slick-next:before{
    font-family: 'elegant-icons';
    content:"\35";
    position: absolute;
    left: -30%;
    top:0px;
    color: #CECECE;
    font-size: 45px;
    line-height: .7;
}
.slick-disabled{
    opacity: .5;
}


.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 3px;
}
.slick-dots button {
  display: block;
  width: 9px;
  height: 9px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #CECECE;
  text-indent: -9999px;
  outline:0;
}
.slick-dots button:focus{
    outline: 0;
}
.slick-dots li.slick-active button {
  background-color: #00734E;
}

h2{
    font-size: 34px;
}
h3{
    font-size: 24px;
    line-height: 1.3;
}
section{
    padding-top: 120px;
}
.home section h2,
.home section h3,
.home section .h3
{
    color: #123A6C;
    text-align: center;
    margin-bottom: 30px;
}
.home section h3,
.home section .h3{
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 1.3;
}


.box_bg{
    padding: 0 30px;
    border-radius:15px;
    color: #fff;
    background-color: #123A6C;
    text-align: center;
    height: 255px;
    background-size: auto 70%;
    background-position: center center;
    background-repeat: no-repeat;
    transition: background-color linear .2s;
}
.col-lg-3:nth-of-type(even) .box_bg,
.col-md-3:nth-of-type(even) .box_bg{
    background-color:#3179b9;
}
.box_bg h4{
    font-size: 22px;
    font-weight: 700;
    padding: 0 10%;
}
.box_bg p{
    margin: 20px 0 0;
    font-size: 14px;
}
.box_bg a{
    color: #fff;
    text-decoration: none;
    display: block;
}
.col-lg-3 a.box_bg:hover,
.col-md-3 a.box_bg:hover{
    text-decoration: none;
    color: #fff;
    background-color: #00734E;
}

.box_bgf{
    padding: 40px 40px;
    text-align: left;
    border-radius:15px;
    background-size: cover;
    color: #123A6C;
}
.home .box_bgf h3{
    font-size: 34px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 10px;
}
.home .box_bgf h3 a{
    color: #123A6C;
    text-decoration: none;
}
.box_bgf p{
    margin: 0;
    max-width: 350px;
}
.box_bgf a.readmore{
    display: block;
    margin-top: 50px;
    color: #123A6C;
    font-weight: 700;
}
.box_bgf .readmore:hover{
    color: #00734E;
}

.mt-0{
    margin-top: 0 !important;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-40{
    margin-top: 40px !important;
}
.mt-50{
    margin-top: 50px !important;
}
.mt-80{
    margin-top: 80px !important;
}
.mt-100{
    margin-top: 100px !important;
}
.mt-150{
    margin-top: 150px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.mb-50{
    margin-bottom: 50px !important;
}
.mb-100{
    margin-bottom: 100px !important;
}
.mb-200{
    margin-bottom: 200px;
}
.pr-0{
    padding-right: 0;
}
.p-50{
    padding: 50px 0;
}

.pt-90{
    padding-top: 90px;
}

.box_bg_6{
    padding: 40px 40px;
    text-align: left;
    background-size: cover;
}
.box_bg_6 h4{
    padding: 0;
    font-size: 26px;
}
.box_bg_6 img{
    max-width: 100%;
}
.box_bg_6 p{
    line-height: 1.3;
}

#piani-sanitari{
    padding-bottom: 150px;
}


.bg-light-gray{
    background: #F3F6F8;
}
.bg-white{
    background: #fff;
}
.inside-offset{
    margin: 0 2%;
    position: relative;
    z-index: 2;
}

.parallax-banner{
    position: relative;
    z-index: 1;
    top:-60px;
    padding-top: 100px;
    margin-bottom: -60px;
}

.parallax-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(img/faces@2x.jpg);
    height: 650px;
    text-align: center;
}

.parallax-banner img{
    width: 300px;
    margin-bottom: 40px;
}
.parallax-banner .h2{
    font-size: 42px;
    font-weight: 300;
    font-family: "Ubuntu";
    line-height: 1.3;
    color: #fff;
    margin-bottom: 30px;
    margin-left: 7%;
    margin-right: 7%;
}
.parallax-banner .h2 strong{
    font-weight: 500;
}
.parallax-banner a{
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}
.parallax-banner a:before{
    color: #24A37A;
}
.parallax-banner a:hover{
    color: #24A37A;
}
.parallax-banner a:hover:before{
    color: #fff;
}

#strutture{
    background: #123A6C url('img/Group583.jpg') no-repeat center center;
    color: #fff;
    padding: 100px 0;
}
#strutture p{
    margin: 30px 0 0;
}
a.cerca{
    text-transform: uppercase;
    background: #24A37A;
    color: #fff;
    text-align: center;
    font-family: 'Comfortaa';
    font-weight: 300;
    font-size: 20px;
    border-radius:12px;
    display: block;
    margin: 0 auto;
    line-height: 56px;
    max-width: 250px;
    font-weight: 700;
    outline:0;
}
a.cerca:hover{
    color: #fff;
}

.cerca_text{
    font-size: 24px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    max-width: 260px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.news-link {
    min-height: 410px;
    display: block;
    border-radius:12px;
    background: #F7F7F7;
    color: #123A6C;
    text-decoration: none;
    border-radius:20px 12px 12px 20px;
}
.news-link img{
    width: 100%;
    border-radius:12px 0 0 12px;
}
.news-link:hover{
    background: #E2F0FA;
    text-decoration: none;
}

.news-link:hover .readmore{
    color: #123A6C;
}
.news-link:hover .readmore:before{
    color: #fff;
}
.news-fields{
    padding: 20px 25px;
}
.news-fields .cats{
    color: #123A6C;
    font-weight: 700;
}
.news-fields h6{
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.4;
    color: #123A6C;
}
.news-fields p{
    margin: 23px 0;
    color: #727272;
    font-size: 15px;
}
.news-fields .date{
    color: #00734E;
    font-size: 13px;
}
.news-fields .readmore{
    font-weight: 700;
}

#news-slider {
    margin: 0;
    padding: 0;
}
#news-slider .slick-slide {
    margin: 0 15px;
}
#news-slider .slick-dots{
    margin-top: 50px;
    margin-bottom: 0;
}
#news-slider .slick-dots li{
    margin: 0 5px;
}

#account{
    padding-top: 80px;
}
#account h2{
    text-align: left;
    max-width: 420px;
}
.account-links{
    list-style-type: none;
    margin: 40px 0 0;
    padding: 0;
}
.account-links{
    position: relative;
    margin-bottom: 20px;
    padding-left: 50px;
}
.account-links{
    color: #999999;
    line-height: 1.7;
    text-decoration: none;
    display: block;
}
.account-links a.check{
    color: #123A6C;
    font-weight: 500;
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}
.account-links a.check:hover{
    color: #00734E;
    text-decoration: none;
}
.account-links a.check:before{
    left: 0;
    position: absolute;
    content:"\4e";
    color: #123A6C;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    font-family: "elegant-icons";
}
.account-links a.check:hover:before{
    color: #cecece;
}
.account-links a.readmore{
    font-weight: 700;
    color: #123A6C;
    margin-bottom: 0px;
    display: block;
    margin-bottom: 10px;
}
.account-links a.check ~ p{ margin-bottom: 30px; }

.bg-img{
    background: #E2F0FA;
    padding: 0px 0;
    position: relative;
    height: 100%;
    border-radius: 15px;
}
.move {
    position: relative;
    height: 100%;
}
.move img{
    border-radius: 15px;
    position: absolute;
    top: 20%;
    right: 40px;
    max-width: 490px;
}

#loghi ul{
    margin: 0;
    padding: 0;
}
#loghi ul li{
    display: inline-block;
    text-align: center;
    flex-grow: 1;
    flex-basis: 0;
    margin: 0 20px 20px;
}
#loghi ul li img{
    max-width: 100%;
    max-height: 90px;
}

.green-red-border{
    position: relative;
    height: 4px;
    width: 100%;
}
.green-red-border:before{
    content:"";
    position: absolute;
    height: 5px;
    background:#178B66;
    left: 0;
    width: 50%;
    z-index: 5;
}
.green-red-border:after{
    content:"";
    position: absolute;
    height: 5px;
    background: #CC3B2C;
    right: 0;
    width: 50%;
    z-index: 5;
}
#menu-footer-3{
    position: relative;
}
#menu-footer-3:before{
    content: "";
    position: absolute;
    height: 5px;
    background: #00734E;
    top: -4px;
    z-index: 10;
    width: 100%;
}

.color-green{
    color: #00734E;
}
.color-white{
    color: white;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.page-content{
    font-size: 16px;
    line-height: 1.7;
    color: #123A6C;
    margin:90px 0 0px;
}
.page-title{
    color: #123A6C;
    margin-bottom: 40px;
}
.page-content h3{
    font-family: 'Ubuntu';
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #00734E;
}
.page-content img{
    max-width: 100%;
}
.page-content p{
    margin-bottom: 30px;
}

.cover{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 520px;
}
.cover .titolo{
    height: 100%;
}
.cover h1{
    font-weight: 700;
    color: #fff;
    font-size: 50px;
    /*max-width: 800px;*/
}
.cover .container{
    position: relative;
}
.cover #breadcrumb{
    position: absolute;
    right: 0;
    top: 30px;
    color: #fff;
    font-weight: 500;
}

.page-template-page-documenti-e-circolari .cover h2{
    margin-top: 10px;
}


.counters{
    margin-top: 80px;
    background: #123A6C;
    color: #fff;
    text-align: center;
}
.counters .container{
    padding: 50px 0 70px;
    background: url(img/ss@2x.png) no-repeat right center / 47%;
}
.counters h2{
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 50px;
}
.counters .counter{
    font-size: 54px;
    line-height: 1;
    font-weight: 700;
}
.counters .counter span{
    color: #CECECE;
}
.counters .l{
    height: 5px;
    width: 110px;
    margin: 25px auto;
    background: #24A37A;
}
.counters p{
    max-width: 200px;
    margin: 0 auto;
    font-size: 18px;
}

.subpage-links{
    margin-top: 100px;
    list-style-type: none;
    padding: 0;
}
.subpage-row-link{
    background: #E2F0FA;
    color: #123A6C;
    padding: 40px 60px;
    margin-bottom: 15px;
}
.subpage-row-link h4{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}
.subpage-row-link h4 a{
    color: #123A6C;
    text-decoration: none;
}
.subpage-row-link p{
    line-height: 1.7;
}
.subpage-row-link img{
    height: 110px;
}
.bg-rnd{
    margin-top: 10px;
    background: #fff;
    border-radius:15px;
    display: inline-block;
    padding: 10px;
    min-width: 125px;
    text-align: right;
}
.subpage-row-link .bg-rnd img{
    position: relative;
    right: -20px;
    top:10px;
}
.subpage-row-link .bg-rnd.thin img{
    right: 0px;
    top: 30px;
}
.subpage-row-link .readmore{
    font-weight: 700;
}

.subpage-row-link.box{
    text-align: center;
    padding: 0;
    border-radius:0px;
    height: 100%;
}
.subpage-row-link.box .bg-rnd{
    margin-top: 0;
    margin-bottom: 20px;
}
.subpage-row-link.box a{
    background: #f7f7f7;
    border-radius:0px;
    display: block;
    text-decoration: none;
    padding: 40px 65px 15px;
    color: #123A6C;
    box-shadow: 0px 5px 8px #ffffff;
    transition:background linear .2s;
    height: 100%;
}
.subpage-row-link.box a:hover{
    background: #E2F0FA;
    box-shadow: 0px 5px 8px #00000040;
}
.subpage-row-link.box .text{
}
.subpage-row-link.box .text p{
    line-height: 1.5;
    margin-bottom: 0;
}
.subpage-row-link.box-large{
    border-radius:12px;
}
.subpage-row-link.box-large a{
    padding: 60px 60px 30px;
    border-radius:12px;
}
.subpage-row-link.box-large h4{
    margin-bottom: 30px;
}
.subpage-row-link.box-large .bg-rnd{
    margin-bottom: 40px;
}
.subpage-row-link.box-large .text p{
    line-height: 1.7;
    margin-bottom: 40px;
}
.subpage-row-link.box .text{
    max-width: none;
}

.srl2{
    margin-top: 150px;
    background: #f7f7f7;
}
.bg-blue{
    background: #123A6C;
    color: #fff;
}
.bg-blue.subpage-row-link h4 a{
    color: #fff;
}
.bg-blue.subpage-row-link .readmore{
    color: #fff;
}
.bg-blue.subpage-row-link .readmore:before{
    color: #00734E;
}
.bg-blue.subpage-row-link .readmore:hover{
    color: #00734E;
}
.srl2.subpage-row-link img{
    float: none;
    height: 260px;
    position: absolute;
    bottom: -20px;
}
.bg-blue.srl2.subpage-row-link img{
    float: right;
    height: 260px;
    position: absolute;
    right: 20px;
    bottom:auto;
}


.page-navigation{
    border-bottom:1px solid #c3c3c3;
    font-size: 18px;
    overflow: hidden;
    width: 100%;
    padding: 25px 0;
}
.page-navigation div.current{
    font-size: 20px;
    font-weight: 300;
    color: #00734E;
    float: left;
}
.page-navigation ul{
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.page-navigation ul li{
    float: left;
    margin-left: 50px;
}
.page-navigation ul li a{
    color: #123A6C;
    text-decoration: none;
}
.page-navigation ul li a:hover{
    color: #00734E;
}

.page-id-349 .li-349 .a,
.parent-pageid-349 .li-349 a,
.page-id-377 .li-377 a,
.parent-pageid-377 .li-377 a,
.page-navigation .current a{
    color: #00734E;
    text-decoration: none;
}

.page-navigation + .page-content{
    margin-top: 80px;
}

.page-navigation a br{
    display: none;
}

.box-piano h4 a{
    color: #123A6C;
    text-decoration: none;
}
.box-piano .col-md-4 img{
    max-width: 100%;
    max-height:420px;
    border-radius:12px 0 0 12px;
}
.box-piano .text{
    padding: 30px;
}
.box-piano{
    background: #F7F7F7;
    border-radius:12px;
    color: #808080;
}
.box-piano h4{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}
.box-piano h4{
    color: #123A6C;
    text-decoration: none;
}
.box-piano p{
    line-height: 1.8;
}

ul.docs{
    list-style-type: none;
    margin: 50px 0 0;
    padding: 0;
}
ul.docs li{
    margin-bottom: 20px;
}
ul.docs li a{
    color: #123A6C;
    text-decoration: none;
}
.docs .download img,
ul.docs li img{
    width: 15px;
    margin-right: 10px;
    display:inline-block;
}

ul.docs .filetype,
ul.docs .filesize{
    color: #707070;
}

.documenti{
    margin-left: 20px;
    margin-right: 20px;
}

.documenti a.toggle{
    margin: 40px 0px 0;
    background: #E2F0FA;
    color: #123A6C;
    font-size: 24px;
    font-weight: 300;
    text-decoration: none;
    padding: 35px;
    display: block;
    position: relative;
}

.documenti a.toggle:before{
    font-family: 'elegant-icons';
    content: "\33";
    font-size: 40px;
    margin-right: 10px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform:translate(0,-50%);
}
.documenti a.toggle.open:before{
    content: "\32";
}



.documenti ul{
    margin-top: 30px;
    margin-left: 40px;
}

.piano-sanitario:last-child{
    margin-bottom: 0;
}
.piano-sanitario .documenti ul.docs{
    display: none;
}
.piano-sanitario .documenti ul.docs.open{
    display: block;
}


.prestazioni{
    margin-top: 30px;
}
.nav-tabs.default .nav-link,
.nav-tabs.default .nav-item.show .nav-link,
.nav-tabs.default .nav-link.active{
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.nav-tabs.default{
    border-width:0px;
}
.nav-tabs.default .nav-link{
    border-bottom-width:2px;
}
.nav-tabs.default .nav-link.active{
    border-bottom-width:2px;
}

.prestazioni .tab-content{
    margin-top: 60px;
}
.prestazioni .tipo{
    margin: 0 0 25px;
}
.prestazioni .tipo > a{
    background: #F7F7F7;
    padding: 25px;
    border-radius:12px;
    color: #123A6C;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    line-height: 26px;
    display: block;
    position: relative;
    overflow: hidden;
}
.prestazioni .tipo > a:after{
    color: #123A6C;
    font-family: 'elegant-icons';
    font-weight: 900;
    content: "\4c";
    font-size: 30px;
    margin-right: 10px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform:translate(0,-50%);

}
.prestazioni .tipo > a.open:after{
    content:"\4d";
    color: #CECECE;
}
.prestazioni .tipo > a .codice{
    background-image:url(img/s.png);
    background-position: center center;
    background-size: 50%;
    background-repeat: no-repeat;
    background-color:#3179b9;
    border-radius:50%;
    height: 60px;
    line-height: 60px;
    width: 60px;
    min-width: 60px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-right: 15px;
    float: left;
}
.prestazioni .tipo .tipo-content{
    margin: 30px 100px;
    color: #808080;
    line-height: 1.7;
    display: none;
    margin-bottom: 100px;
}
.prestazioni .tipo:nth-child(even) > a .codice{
    background-color: #00734E;
}

.prestazioni .tipo .tipo-content.open{
    display: block;
}

.prestazioni-elenco{
    margin-top: 30px;
    list-style-type: none;
    padding-left: 20px;
}
.prestazioni-elenco li{
    margin-bottom: 10px;
    position: relative;
}
.prestazioni-elenco li:before{
    content:"\2022";
    position: relative;
    left: -16px;
    top: 13px;
    color: #CFE9EF;
    display: inline-block;
    font-size: 53px;
    line-height: 20px;
}

.prestazioni-elenco a{
    font-size: 18px;
    font-weight: 400;
    color: #123A6C;
    transition:color linear .2s;
}
.prestazioni-elenco a:hover{
    color: #CECECE;
}

.single-post .cover,
.single-prestazione .cover{
    height: 320px;
    background: #123A6C url(img/prestazione.jpg) no-repeat center center;
    background-size: cover;
}
.short.cover{
    height: 320px;
}

.cover h1.codice{
    font-size: 50px;
    color: #fff;
    margin-bottom: 0px;
}
.cover h2{
    margin-top: 30px;
    font-size: 24px;
    color: #fff;
    font-family: 'Ubuntu';
    font-weight: 300;
    margin-bottom: 0;
}

.title-xlarge{
    font-size: 50px;
    line-height: 1;
}
.title-large{
    font-size: 34px;
    line-height: 1;
}
.color-blue{
    color: #123A6C;
}
.weight-300{
    font-weight: 300;
}
.weight-700{
    font-weight: 700;
}

.single .page-content h3{

}
.single .page-content ul{
    padding-left: 20px;
}
.single .page-content h4{
    color: #123A6C;
    font-size: 22px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
}
.single .page-content blockquote{
    border-left:1px solid #cecece;
    padding-left: 40px;
    margin-bottom: 30px;
    max-width: 750px;
}

.nav-prestazioni .link-box{
    background: #F7F7F7;
    height: 110px;
    border-radius:12px;
    position: relative;
}
.nav-prestazioni a{
    display: block;
    font-size: 15px;
    color: #00734E;
    text-decoration: none;
}
.nav-prestazioni a div{
    position: relative;
    width: 75%;
}
.nav-prestazioni a i{
    font-size: 30px;
    margin-left: 10px;
    margin-right: 10px;
    color: #123A6C;
    position: absolute;
    top:50%;
    transform:translate(0,-50%);
}
.nav-prestazioni a:hover i{
    color: #00734E;
}
.nav-prestazioni .col-md-6:first-child a div{
    left:18%;
}
.nav-prestazioni .col-md-6:last-child a div{
    left: 7%;
}
.nav-prestazioni .col-md-6:first-child i{
    left:0%;
}
.nav-prestazioni .col-md-6:last-child i{
    right:10%;
}

.border-radius{
    border-radius:12px;
}

.single-prestazione .srl2{
    padding: 30px 40px;
}
.single-prestazione .bg-blue.srl2.subpage-row-link img{
    position: static;
    height: 125px;
}


.single-prestazione #breadcrumb .current-item{
    color: #CC3B2C;
    width: 213px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 0.8;
}

.sezione:last-child{
    margin-bottom: 100px;
}
.sezione .page-title{
    margin-bottom: 10px;
}

.subpage-box{
    margin-top: 30px;
    color: #999;
}
.subpage-box > a{
    background-color: #fff;
    transition: background-color linear .2s;
    border-radius: 15px;
    box-shadow: 0px 5px 8px #00000040;
    display: block;
    padding: 25px 10px 20px 10px;
    text-decoration: none;
    color: #808080;
}
.subpage-box > a:hover{
    background-color: #E2F0FA;
}
.subpage-box p a{
    text-decoration: underline;
}
.subpage-box h5{
    color: #123A6C;
    font-weight: 700;
}
.subpage-box .bg-rnd{
    margin-top: 0;
    background-color: #F7F7F7;
    height: 120px;
    width: 120px;
}
.subpage-box img{
    max-width: 100%;
}
.subpage-box .bg-rnd img{
    width: 110px;
    height: auto;
    position: relative;
    top: -5px;
    right: -30px;
}
.subpage-box p{
    margin-bottom: 10px;
}
.subpage-box .readmore{
    font-weight: 700;
}
.readmore.green-arrow:hover,
.subpage-box .readmore:hover{
    color: #123A6C;
}
.readmore.green-arrow:before,
.subpage-box .readmore:before{
    color: #00734E;
}
.readmore.green-arrow:hover:before,
.subpage-box .readmore:hover:before{
    color: #ccc;
}

.new{
    color: #CC3B2C;
}
.new span{
    color: #123A6C;
}
ul.docs li img.new{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
}

.docs .file,
.manuali a{
    display: block;
    background: #f7f7f7;
    font-weight: 400;
    color: #123A6C;
    font-size: 20px;
    line-height: 1.2;
    padding: 30px;
}
ul.docs .filename{
    display: inline-block;
    line-height: 1.2;
}
ul.docs img.new ~ .filename{
    margin-left: 60px;
}
.download a,
.download{
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #123A6C;
    text-decoration: none;
}
.file .filetype,
ul.docs.manuali .filetype{
    margin-left: 20px;
    font-size: 14px;
    color: #545454;
}
.file .filetype{
    margin-left: 0;
}
.docs .download a img{
    margin-right: 5px;
}

.page-template-page-elenco-manuali .sezione:last-child{
    margin-bottom: 0;
}

.page-template-page-news .page-title{
    margin-bottom: 20px;
}

.alm-0 .news-item{
    width: 30%;
    margin: 1.5%;
}
.alm-0 .news-fields .cats{
    color: #00734E;
}
.alm-0 .news-fields h6{
    margin-top: 15px;
    font-size: 18px;
}
.alm-0 .news-fields .date{
    font-size: 14px;
}
.alm-0 .news-link img{
    border-radius: 12px 12px 0 0;
}
.alm-0 .news-fields p{
    margin: 10px 0 20px;
}
.alm-0 .news-link{
    min-height: auto;
}

.single-post h1.page-title{
    font-size: 34px;
    margin-bottom: 20px;
}
.single-post .date{
    font-size: 24px;
    color: #00734E;
    margin-bottom: 20px;
    font-weight: 300;
}
.single-post .cats{
    font-size: 18px;
    color: #00734E;
    margin-bottom: 30px;
    font-weight: 700;
}

.single-post .the_post_thumbnail{
    margin-bottom: 50px;
}
.single-post .the_post_thumbnail img{
    height: auto;
}
.single-post .page-content a{
    color: #00734E;
    text-decoration: underline;
}

#faq-intro .faq-box{
    width: 120%;
    position: relative;
    z-index: 1;
}
#faq-intro .faq-box a{
    padding: 20px 10px 20px 30px;
}
.faq-box a h4{
    font-size: 22px;
    font-weight: 700;
    color: #123A6C;
    margin-bottom: 10px;
}
.faq-box a:hover h4{
    color: #fff;
}
#faq-intro .faq-box p{
    font-size: 16px;
    line-height: 1.5;
}
#faq-intro .faq-box img{
    max-height: 110px;
    width: auto;
}
.faq-box a:hover  img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
#faq-intro .img-intro{
    max-width: 100%;
    position: relative;
    z-index: 0;
}

#faq-index{
    background: #F3F6F8;
    padding: 50px 0;
}

#faq-index .faq-box a{
    padding: 30px 30px 30px 30px;
}

#faq-index .nav-item{
    max-width: 200px;
}

.faqs{
    list-style-type: none;
    margin: 50px 0 0;
    padding: 0;
}
.faqs li{
    padding: 40px 30px 40px 30px;
    border-bottom:1px solid #cecece;
    background: #fff;
    transition:background linear .2s;
    position: relative;
}
.faqs a.question{
    display: block;
    color: #123A6C;
    text-decoration: none;
    position: relative;
}
.faqs .answer{
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
}
.faqs li.open{
    background: #f2f8fd;
}
.faqs li.open .answer{
    display: block;
}

.faqs li.open .answer b{
    margin: 0 2px;
}

a.question:before{
    font-family: 'elegant-icons';
    content: "\4c";
    font-size: 30px;
    font-weight: 700;
    margin-right: 10px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform:translate(0,-50%);
}
.open a.question:before{
    content: "\4d";
    color: #CECECE;
}

.faqs .answer,
.faqs .question{
    padding-right: 100px;
}


#faq-search{
    position: relative;
    top: -50px;
}
#faq-index{
    padding-top: 100px;
}
body #ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input{
    font-size: 22px;
    font-weight: 300;
    padding: 0px 7% !important;
    height: 97px;
    border-radius:12px;
}
body #ajaxsearchlite1 .probox,
body div.asl_w .probox{
    height: 97px;
    border-radius:12px;
    box-shadow: none;
    position: relative;
}
body div.asl_w{
    border-radius:12px;
    box-shadow: 0px 5px 8px #00000040;
}

#ajaxsearchlite1 ::-moz-placeholder {
    font-weight: 300;
    color: #aaa;
}
#ajaxsearchlite1 ::-webkit-input-placeholder {
    font-weight: 300;
    color: #aaa;
}

body div.asl_r.vertical{
    border-radius:0 0 12px 12px;
    margin-top: -18px;
    box-shadow: 0px 5px 8px #00000040;

}

body div.asl_w .probox .promagnifier{
    position: absolute;
    left: 25px;
    top: 50%;
    transform:translate(0,-50%);
}
body div.asl_w .probox .promagnifier .innericon svg{
    width: 30px;
    height: 30px;
    fill:#CECECE;
    font-weight:700;
}

body div.asl_w .probox .proclose,
body div.asl_w .probox .proloading{
    position: absolute;
    right: 25px;
    top: 50%;
    transform:translate(0,-50%);
}
body div.asl_w .probox .proclose .innericon svg,
body div.asl_w .probox .proloading .innericon svg{
    width: 30px;
    height: 30px;
    fill:#CECECE;
    font-weight:700;
}
body div.asl_m{
    z-index: 98;
}
body div.asl_m .probox .proclose svg{
    background: #CECECE;
}
body div.asl_w .probox div.asl_simple-circle{
    border-color:#cecece;
}

.lh-md{
    line-height: 1.8;
}

.orari{
    color: #123A6C;
/*    font-size: 18px;
    font-weight: 700;
    font-family: 'Comfortaa';*/
}

.green-links a{
    color: #00734E;
    text-decoration: underline;
}


.privacy-docs .filename{
    color: #00734E;
    font-weight: 700;
    font-size: 16px;
}
.docs .caption{
    margin-top: 5px;
    display: block;
    font-size: 16px;
}
#circolari-slider{
    margin-top: 40px;
}
.circolari a,
#circolari-slider a{
    font-size: 16px;
}
#circolari-slider .slick-slide{
    margin:15px;
}
#circolari-slider .post-type{
    color: #00734E;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.7;
}
#circolari-slider .cats{}
#circolari-slider .caption{
    line-height: 1.5;
    min-height: 48px;
}

.docs .file{
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 60px;
    font-size: 16px;
}
.docs .filetype,
.docs .filesize{
    font-size: 14px;
}
.docs .cats a{
    color: #00734E;
    text-decoration: none;
}

aside{
    padding-left: 30px;
}
#main .col-content{
    padding-right: 30px;
    border-right:1px solid #F3F3F3;
}
aside ul{
    list-style-type: none;
    margin: 50px 0 0;
    padding: 0;
}
aside ul li{
    margin-bottom: 20px;
    position: relative;
}
aside ul li a{
    color: #123a6c;
    font-size: 14px;
    display: block;
}
aside ul li a:hover{
    color: #999;
    text-decoration: none;
}
aside ul li.current a{
    color: #00734E;
}
aside ul li.current:before{
    content:"";
    width: 3px;
    height: 50px;
    position: absolute;
    display: block;
    left: -32px;
    top:50%;
    transform: translate(0,-50%);
    background: #00734E;
}


.wrapper {
    display: flex;
    width: 100%;
    position: relative;
}
#sidebar {
    margin-right: -250px;
    width: 250px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 999;
    background: #0D2D55;
    color: #fff;
    transition: all 0.3s;
    /* overflow-y:scroll;
    overflow-x:hidden; */
    box-shadow: 0px 5px 8px #000000bd;
    visibility: hidden;
}
.sidebar-wrapper{
    /*overflow-y:scroll;*/
    height:100%;
}
#second-level{
    margin-right: -250px;
    width: 250px;
    height: 100vh;
    position: fixed;
    background: #3A5A83;
    top: 0;
    right: 0;
    z-index: 998;
    /*transition: all 0.3s;*/
}
#second-level.on{
    margin-right:250px;
}

#sidebar.active {
    margin-right: 0px;
    visibility: visible;
}
a[data-toggle="collapse"] {
    position: relative;
}
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
#sidebar .sidebar-header {
    margin: 40px 10px 20px 40px;
    position: relative;
}
#sidebar ul.components {
    padding: 20px 0;
}
#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li a {
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: block;
    text-align: right;
    text-decoration: none;
    position: relative;
}

#sidebar #menu-side > .menu-item-has-children > a:before{
    font-family: 'elegant-icons';
    content: "\34";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0%,-50%);
    font-size: 20px;
    font-weight: 700;
}


#sidebar ul li.on,
#sidebar ul li a:hover {
    background: #436284;
    position: relative;
}
#sidebar ul li.active > a, 
li.active a[aria-expanded="true"] {
    color: #fff;
    background: #436284;
}
#sidebar .sidebar-header img{
    height: 77px;
}
.overlay {
    display: none;
    position: fixed;
    /* full screen */
    width: 100vw;
    height: 100vh;
    /* transparent black */
    background: rgba(0, 0, 0, 0.7);
    /* middle layer, i.e. appears below the sidebar */
    z-index: 997;
    opacity: 0;
    /* animate the transition */
    transition: all 0.5s ease-in-out;
}
/* display .overlay when it has the .active class */
.overlay.active {
    display: block;
    opacity: 1;
}

#dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    /* top right corner of the sidebar */
    top: 10px;
    right: 10px;
}
#menu-close{
    font-size: 40px;
    line-height: 1;
    z-index: 9;
    top: 0px;
    right: 0px;
    color: #cecece;
    position: absolute;
    text-decoration: none;
}
#menu-close:before{
    font-family: 'elegant-icons';
    content: "\4d";
}
#menu-close:hover{
    color: #fff;
}

.sidebar-footer{
    margin-top: 40px;
    margin-right: 20px;
    margin-bottom: 40px;
    font-size: 12px;
    color: #647E9F;
    /* position: absolute; */
    right: 20px;
    bottom: 20px;
    text-align: right;
}
.sidebar-footer p{
    margin: 0;
}
.sidebar-footer a{
    color: #647E9F;
    text-decoration: underline;
}

#sidebar .menu{
    list-style-type: none;
    padding: 0;
    /*overflow: hidden;*/
}
#sidebar .sub-menu{
    display: none;
    list-style-type: none;
    padding: 0;
    position: absolute;
    right: -100%;
    top: 70px;
    z-index: 2;
    width: 100%;
    transition: all 1s ease-in-out;
/*    background: #3A5A83;
    top: 0;
    padding-top: 70px;
    height: 100%;
    z-index: 1;
    transition: all 0.5s ease-in-out;*/
}
#sidebar li.on .sub-menu{
    right: 100%;
    display: block;
    z-index: 999;
    top: 0;
}
.sub-menu-title{
    border-bottom:1px solid #506B8E;
    margin-bottom: 5px;
}
#sidebar ul .sub-menu-title a{
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
}

.team-lists h4{
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 15px;
}
.team-lists ul{
    background: #F7F7F7;
    padding: 5px 30px;
    margin: 0;
    font-size: 18px;
    list-style-type: none;
}
.team-lists li{
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom:1px solid #E5E5E5;
}
.team-lists li:last-child{
    border-bottom:0;
}

.page-template-page-anagrafe-dei-fondi ul.docs{
    margin-top: 30px;
    max-width: 100%;
    margin-bottom: 0 !important;
}
.page-template-page-anagrafe-dei-fondi ul.docs a{
    padding: 20px 30px;
}
.page-template-page-anagrafe-dei-fondi ul.docs .filename{
    color: #123A6C;
    font-size: 20px;
    font-weight: normal;
}

.box-green,
#voucher-salute{
    margin-top: 60px;
    background: url(img/voucher-bg.jpg) no-repeat 0 0;
    background-size: cover;
    color: #fff;
    border-radius:12px;
    padding: 50px 0;
}
.box-green img,
#voucher-salute img{
    max-height: 123px;
}
.box-green h4 a,
#voucher-salute h4 a{
    color: #fff;
    font-size: 26px;
    font-weight: 700;
}


.bg-blue.img-200.subpage-row-link img{
    height: 200px;
    border-radius:15px;
}
.srl2.img-200{
    padding: 30px 40px;
}

#strutture-banner{
    background: #123A6C url(img/Group583.jpg) no-repeat center center;
    padding: 50px;
}
 #strutture-banner .cerca{
    margin-left: 0;
 }

#subpages ol{
    padding: 0;
    margin: 0;
    counter-reset: listStyle;
    list-style-type: none;
}
#subpages li{
    position: relative;
    line-height:1;
    padding: 40px 60px 40px 80px;
    border-radius:12px;
    margin-bottom: 20px;
    counter-increment: listStyle;
    background: #F7F7F7 url(img/subpage.png) no-repeat 50px center;
}
#subpages li:before{
    position: absolute;
    top: 50%;
    transform: translate(-30px, -50%);
    font-size: 22px;
    color: #123A6C;
    content: counter(listStyle, upper-alpha) ".";
}
#subpages a.title{
    font-size: 22px;
    line-height: 1.3;
    color: #123A6C;
    text-decoration: none;
    display: inline-block;
    max-width: 530px;
}
#subpages a.readmore{
    margin-left: auto;
    line-height: 1.5;
}
#subpages li.current{
    opacity: .5;
}

.nb{
    border:2px solid #CC3B2C;
    padding: 30px;
}

.vs-faqs{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.vs-faqs li a.question{
    position: relative;
    line-height:1;
    padding: 50px 60px 50px 40px;
    border-radius:12px;
    margin-bottom: 20px;
    background: #F7F7F7;
    color: #123A6C;
    font-size: 20px;
    display: block;
    text-decoration: none;
    text-align: left;
}
.vs-faqs li .answer{
    color: #808080;
    line-height: 1.7;
    margin: 40px 70px;
    display: none;
}
.vs-faqs li.open .answer{
    display: block;
}
.vs-faqs li a.question:before{
    content: "\35";
    font-size: 40px;
}

.vs-faqs li.open a.question:before{
    content: "\33";
    color: #123A6C;
}

.alignleft{
    float: left;
    margin-right: 20px;
}

li.p-352 a{
    font-weight: 700;
}

.h4-mod h4{
    margin-top: 80px;
    font-weight: 700;
    color: #123A6C;å
}


.page-content img.size-full{
    margin-top: 20px;
    height: auto;
}

.sezione .subpage-box img.size-full{
    margin-top: 0;
}

#news-blocks .news-item{
    margin-bottom: 20px;
}
#news-blocks .news-item .news-link{
    min-height:auto;
}

#faq-blocks .faqs{
    margin-top: 0px;
}
#faq-blocks .faqs li{
    padding-left: 10px;
    padding-right: 10px;
}
#faq-blocks .faqs li a{
    font-size: 18px;
}
#faq-blocks .faqs li a.question:before{
    font-size: 35px;
    font-weight: 700;
    right: 20px;
}
#faq-blocks .faqs .answer,
#faq-blocks .faqs .question{
    padding-right: 50px;
}


.single-prestazione .page-content p{
    margin-bottom: 15px;
}




table {
  width: 100%;
  max-width: 100%;
  border-bottom: 1px solid #33333317;
  margin-bottom: 1rem;
}
table th,
table td {
  padding: 5px 10px;
  vertical-align: top;
  border: 1px solid #33333317;
  vertical-align: middle;
}
table thead th {
    border-top: 0;
  vertical-align: bottom;
  border-bottom: 1px solid #33333317;
  font-weight: 400;
  font-size: 24px;
}
table tbody + tbody {
  border-top: 2px solid #33333317;
}
table {
  background-color: #fff;
}


.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsivetable-bordered {
  border: 0;
}

.single-prestazione table{
    max-width: 800px;
    font-size: 14px;
}


.page-template-page-elenco-manuali .cover h2{ display: none; }

.search .intro{
    margin-top: 100px;
}
.search h2{
    color: #123A6C;
    font-family: 'Ubuntu';
    font-weight: 300;
    font-size: 22px;
}
.search .results ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.search .results ul li{
    margin-top: 50px;
}
.search .results h3 a{
    color: #123A6C;
}
.search .results p{
    margin-bottom: 0;
}
.search #breadcrumb a{
    color: #00734E;
}
.search .breadcrumb{
    background: none;
    font-size: 16px;
    color: #00734E;
    padding-left: 0;
}
.search .breadcrumb > span:first-child{
    margin-left: 0;
}
.search .breadcrumb > span{
    margin-left: 5px;
    margin-right: 5px;
}
.search .intro h2{
    padding-bottom: 30px;
    border-bottom: 1px solid #cecece52;
}

.nav-next a{
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    display: block;
}
.search .cover{
    height: 125px;
}
.link-box .angle-left,
.link-box .angle-right{
    display: block;
    position: absolute;
    width: 44px;
    height: 44px;
    line-height: 43px;
    color: #00734E;
    right: -18px;
    top:50%;
    font-size: 30px;
    font-weight: 700;
    border-radius:50%;
    text-align: center;
    font-style: normal;
}
.link-box .angle-left:before{
    font-family: 'elegant-icons';
    content: "\34";
}
.link-box .angle-right:before{
    font-family: 'elegant-icons';
    content: "\35";
}

.home .box_bgf{
    min-height: 276px;
}

.space{ display: inline-block; margin: 0 0 0 60px; }
.space .letter{ position: absolute; left: 50px;  }


.privacy-policy .page-title{
    display: none;
}


a.readmore.color-white:hover{
    color: #fff;
}

ul.row{ padding: 0; list-style-type: none; }

.visually-hidden { 
    position: absolute !important;
    height: 1px; 
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap; /* added line */
}

#main .ls-defaultskin{
    padding: 0;
}

table.dotted,
table.dotted td
{
    border-color:#33333357;
    border-style:dotted;
    border-width:2px;
}


#home-search{
    padding-top: 50px;
}

.home .search-form form{
    display: none;
}