@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/images/fonts/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/images/fonts/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  
  
  body{
      margin:0;
      background-color: #ffffff; 
      background-position: center top;
      background-repeat: repeat-x;
      line-height: 1.46;
      font-family: 'Roboto', sans-serif;
        font-size: 16px;
        color: #666;
  }
  img{width:auto;height:auto;}
  h1, h2, h3, .TitMod{
      font-family: 'Roboto', sans-serif;
        line-height: 1.2;
        color: #222;
  }
  
  .TitMod {
      text-align: center;
      text-transform: uppercase;
      font-size: 38px;
      margin: 20px 0 30px;
      font-weight: 500;
  }
  
  .tit, .slide_articoli .titolo a{
      color: #222;
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 10px;
      text-transform: uppercase;
      font-family: 'Roboto', sans-serif;
        transition: all 0.45s ease-in-out;
      -webkit-transition: all 0.45s ease 0s;
      -moz-transition: all 0.45s ease 0s;
      -o-transition: all 0.45s ease 0s;
  }
  
  a{text-decoration:none;color:#003366;}
  .clearfix,.cleared{clear:both;}
  ul{list-style-position:inside;}
  .moduletable{margin-bottom:20px;}
  .header{position:relative;z-index:100;}
  
  #logo p {
      margin: 0;
      font-size: 22px;
      font-weight: 500;
  }
  
  #logo p a {
      display: flex;
      align-items: center;
        color: #525252;
  }
  
  #logo{
      position:absolute;
      bottom:0px;
      position:relative;
      z-index:50; 
  }
  #logo img {
        padding: 10px 0;
      height: 110px;
      display: block;
      margin-right: 20px;
  }
  
  .navigator {
      margin: 0;
      padding: 0;
      list-style: none;
      position: sticky;
      bottom: 0px;
      top: 0;
      right: 0px;
      z-index: 110;
      background-color:#525252;
        text-align:center;
  }
  
  .navigator .menu {
      margin: 0;
      padding: 0;
      list-style: none;
  }
  .navigator .menu li
  {
      display:inline-block;
        position:relative;
      
  }
  .navigator .menu li a,
  .navigator .menu li span{
      padding: 0 15px;
      line-height: 60px;
      color: #fff;
      font-size: 15px;
      display: block;
      text-decoration: none;
        text-transform: uppercase;
      font-weight: bold;
        cursor:pointer;
        transition: all 0.1s ease-in-out;
  }
  
  .navigator .menu li a:hover, .navigator .menu li span:hover, .navigator .menu li.active > a {
      background-color: rgba(255,255,255,0.08);
  }
  
  .navigator .menu ul
  {
      display:none;
      padding: 12px 0;
      left:0;
      width:260px;
      padding:0;
      position: absolute;
        background: #fff;
        box-shadow: 0px 3px 18px 0px rgba(0,0,0,0.07);
  }
  
  .navigator .menu li:hover ul {
      display:block;
  }
  .navigator .menu ul li
  { 
      width: 100%;
      line-height:20x;
      float:none;
      display:block;
  }
  
  .navigator .menu ul li a, .navigator .menu ul li span {
      box-sizing: border-box;
      display: block;
      position: relative;
      text-align: left;
      color: #242424;
        text-transform: uppercase;
        border-bottom: 1px solid #f0f0f0;
      font-size: 13px;
      line-height: 20px;
      display: block;
      padding: 10px 20px !important;
      cursor: pointer;
      font-weight: 500;
  }
  
  
  .navigator .menu ul li a:hover{
      background-color: rgba(0,0,0,0.1);
  }
  
  #slider{
      overflow:hidden;
      text-align:center;
        position:relative;
  }
  #slider img{
      width:100%;
      margin:auto;
      height:auto;
  }
  
  
  #sopra,#sotto{
      padding-top:60px;
      padding-bottom:60px;
  }
  #mezzo{
      padding:20px 0;
      text-align:center;
      background-color: #202020;
      background-attachment:fixed;
      background-size:cover;
      background-position:center center;
      position:relative;
  }
  .footer {
      background-color:#202020;
      color:#efefef;
      padding-top:20px;
      padding-bottom:20px;
  }
  .footer h3 {
      color: #fff;
      text-transform: uppercase;
      font-size: 20px;
  }
  .footer .orari {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .footer .orari li {
    border-bottom: 1px dashed #eee;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #fff;
  }
  .footer .info {
    clear: both;
    margin-bottom: 8px;
  }
  .footer .info i {
    float: left;
    line-height: 21px;
    margin-right: 8px;
  }
  
  .footer .foots p{
      display:block; 
      clear:both;
      margin:0px 0;
  }
  
  .credit{
      background-color: #191919; 
      color: #999;
      text-align:center;
      padding:15px 0 10px;
      font-size:11px;
  }
  .credit a
  {
      color:#888;
  }
   
  .blog-featured .item .item-image,
  .blog .item .item-image
  {
      width:40%; 
      margin:0 10px 0 0;  
      float:left;
  }
  
  .contenuto{
      padding-top:30px;
      padding-bottom:30px;
  }
  
  
  
  .blog-featured .item .item-image img,
  .blog .item .item-image img
  {
      width:100%; 
  }
  
  .item-page .item-image img {
      width: 100%;
  }
  
  .laterale .moduletable h3
  {
      margin-top:0;
      padding:0 10px;
  }
  .laterale ul li
  {
      display:block;
      padding:2px 10px;
  } 
  .item-page .item-image
  {
      float:right;
      width:40%;
      margin:0 0 10px 10px;
  }
  .item-page .item-image img
  {
      width:100%;
  }
  .item-page img {
      width: 100%;
  }
  .serv.blog .item-image
  {
      width:20%; 
      margin:0 10px 10px 0;
  }
  .serv.blog .items-row:nth-child(2n+1) .item-image
  {
      float:right;
      margin:0 0 10px 10px;
  }
  .pagination .counter
  {
      display:none;
  }
  .pagination ul
  {
      padding:0;
      text-align:center;
  }
  .pagination ul li
  {
      display:inline;
      padding:0 2px;
  }
  .item-page h2
  {
      text-align:left;
      font-size:26px;
  }
  .gallery .itm{
      width:33.333333%;
      float:left;
      box-sizing:border-box;
      border:5px solid transparent;
      position:relative;
      overflow:hidden;
  }
  .gallery .itm:before{
      padding-top:66%;
      display:block;
      content:" ";
  }
  .gallery .itm img{
      position:absolute;
      top:0;
      left:0;
      right:0;
      bottom:0;
      width:100%;
  }
  
  .search .custom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .search .inf span {
    display: block;
  }
  
  .search .inf .big {
      font-size: 20px;
  }
  
  .search {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 85%;
    z-index:50;
  }
  
  .search .icon svg{
    padding:10px;
      margin: 0px 10px 0px 0px;
  }
  
  .search .icon i {
      padding: 10px;
      font-size: 24px;
      width: 34px;
      text-align: center;
      line-height: 34px;
      display: block;
      margin: 0px 10px 0px 0px;
      color: #525252;
  }
  
  .search .inf {
      display: flex;
      align-items: center;
      border-right: 1px solid #eee;
      padding-right: 25px;
      box-sizing: border-box;
  }
  
  
  .search .inf:last-child{
    border-right:none;
  }
  
  .search .inf .text strong {
      color: #525252;
  }
  .feature {
      display: flex;
      justify-content: center;
      margin-top: 40px;
        text-align: center;
  }
  
  .feature .item {
      flex-basis: 33.3333%;
      padding: 15px;
      box-sizing: border-box;
  }
  
  .feature .item p {
      font-size: 14px;
  }
  
  .feature .icon {
    background-color: #dcdcdc;
    padding: 20px;
    width: 60px;
    height: 60px;
    transform: rotate(45deg);
    border-radius: 10px;
    margin: 10px auto 40px;
    transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
  }
  
  .feature .icon svg{
    
   transition:all 0.45s ease-in-out;
   -webkit-transition:all 0.45s ease 0s;
   -moz-transition:all 0.45s ease 0s;
   -o-transition:all 0.45s ease 0s;
   transform:rotate(-45deg);
    
  }
  .feature .item:hover svg{
   transform:rotate(0deg);
    fill:#fff;
  }
  
  .feature .icon i {
    font-size: 42px;
    color: #525252;
    text-align: center;
    line-height: 60px;
    transform: rotate(-45deg);
      transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
  }
  
  .feature .item:hover .icon {
      background-color: #525252;
        transform: translateY(10px);
  }
  .feature .item:hover .icon i{
      color: #fff;
    transform: none;
  }
  
  .feature .item:hover .tit{
      color: #000;
      transform: translateY(-5px) scale(1.2);
  }
  
  #cta{
      padding:40px 0;
      background-image:url('../images/bg1.jpg');
      background-attachment:fixed;
      background-size:cover;
      background-position:center center;
      position:relative;
  }
  
  #cta:before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background-color: rgba(0,0,0,0.4);
  }
  
  #cta .container {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  
  #cta p, #mezzo p {
      text-transform: uppercase;
      font-size: 28px;
      color: #fff;
      max-width: 740px;
        position:relative;
  }
  
  #mezzo p{
    max-width:100%;
  }
  
  
  .item-page ul li {
    text-transform: lowercase;
    color: #222222;
  }
  
  .item-page ul li a {
    color: #222222;
  }
  
  .doc {
      display: flex;
      flex-wrap: wrap;
      padding: 10px 0;
  }
  
  .doc .item {
      padding: 15px;
      box-sizing: border-box;
      display: flex;
      align-items: center;
  }
  
  .doc .icon {
      width: 35px;
      margin: 0 10px 0px 0px;
  }
  
  .doc .item img {
      width: 100%;
      transition: all 0.3s ease-in-out;
  }
  
  .doc .item .tit {
      line-height: 19px;
      font-weight: 400;
      font-size: 16px;
      letter-spacing: -.03em;
        margin-bottom:0;
  }
  
  .doc .item .tit a{
    color: #444;
  }
  
  
  .doc .item:hover .tit a {
    color: #000;
  }
  .doc .item:hover img {
    transform: translateY(-5px);
  }
  
  
  .slide_articoli .owl-nav
  {
      position:relative;
      text-align:center;
  }
  .slide_articoli .owl-dots
  {
      display:none !important; 
  }
  .slide_articoli .owl-nav .owl-prev,
  .slide_articoli .owl-nav .owl-next
  {
      width:40px;
      height:40px;
      line-height:40px;
      background-color:#dcdcdc;
      color:#000;
      display:inline-block !important;
      left:0;
      margin:0 5px;
      right:0;
      top:0;
      bottom:0;
      position:relative;
      text-align:center;
      overflow:hidden;
      border-radius: 100%;
      font-size: 0;
  }
  .slide_articoli .owl-nav .owl-next:before
  {
    padding:10px 0;
    content: url('data:image/svg+xml,<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path d="M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z"/></svg>');
    
      display:block;
       
      color:#000;
      position:absolute;
      left:0;
      right:0;
      top:0;
      bottom:0;
      font-size:30px;
  }
  .slide_articoli .owl-nav .owl-prev:before
  {
    padding:10px 0;
      font-size:30px;
      position:absolute;
      left:0;
      right:0;
      top:0;
      bottom:0;
    content: url('data:image/svg+xml,<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path d="M231.293 473.899l19.799-19.799c4.686-4.686 4.686-12.284 0-16.971L70.393 256 251.092 74.87c4.686-4.686 4.686-12.284 0-16.971L231.293 38.1c-4.686-4.686-12.284-4.686-16.971 0L4.908 247.515c-4.686 4.686-4.686 12.284 0 16.971L214.322 473.9c4.687 4.686 12.285 4.686 16.971-.001z"/></svg>');
      display:block; 
      color:#000;
  }
  
  .slide_articoli .titolo {
      text-align: center;
  }
  
  
  .btn, .ui.button {
    padding: 15px 32px;
    display: inline-block;
    border-radius: 8px;
    background: #525252;
    font-size: 18px;
    color: #ffff;
    line-height: 24px;
    position: relative;
    border: 2px solid transparent;
  }
  #cta .btn {
    background: transparent;
    border-color: #fff;
  }
  
  #cta .btn:hover, #btn_slide:hover {
      background: #fff;
      color: #222;
  }
  
  #btn_slide a{
    color: #fff !important;
  }
  
  #btn_slide:hover a{
    color: #222 !important;
  }
  
  
  #sotto .semanticui-body {
    text-align:center;
  }
  
  .blocco img {
    width: 50%;
    float: right;
    margin: 0 0 30px 30px;
  }
  .blocco {
    clear: both;
    position: relative;
    padding: 40px 0;
  }
  .blocco:nth-child(2n) img {
    width: 50%;
    float: left;
    margin: 0 30px 50px 0px;
  }
  
  
  .social a{
      color: #fff;
  
  }
  .social a i {
    font-size: 20px;
    margin-right: 8px;
  }
  
  .social .fb:hover{
    color: #48649e;
  }
  
  .social .inst:hover{
    color: #d54e93;
  }
  
  .social .link:hover{
    color: #0073b0;
  }
  
  .social .skp:hover{
    color: #00a9e8;
  }
  
  .contact-info ul {
    padding-left: 0;
    margin: 0;
    list-style-position: inside;
  }
  .contact-info ul li {
    padding-left: 55px;
    position: relative;
    list-style-type: none;
    margin-bottom: 30px;
    text-transform: initial;
  }
  
  .contact-info ul li p {
      margin-left: 10px;
  }
  
  .contact-info .icon {
    background-color: #dcdcdc;
    width: 45px;
    height: 45px;
    line-height: 48px;
    font-size: 18px;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    transform: rotate(45deg);
    border-radius: 10px;
  }
  .contact-info .icon i {
    line-height: 43px;
    font-size: 18px;
    color: #525252;
    text-align: center;
    transform: rotate(-45deg);
  }
  .contact-info span {
    display: block;
    color: #525252;
  }
  
  .contatti .tit {
      font-size: 24px;
      margin-bottom: 30px;
      margin-top: 10px;
        font-weight: 500;
  }
  
  
  .indice {
      position: relative;
      box-sizing: border-box;
      padding: 30px 20px;
      background-color: #fff;
      box-shadow: 5px 5px 30px 0px rgba(9,6,24,.1);
      border-radius: 5px;
  }
  
  
  .indice ul {
    padding: 0;
  }
  .indice div {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    -o-transition: all 0.45s ease 0s;
  }
  .indice ul li {
    font-weight: 300;
    text-transform: inherit;
    font-style: italic;
  }
  .indice ul li a:hover {
    color: #666;
  }
  
  .dxt {
      width: calc(35% - 30px);
      float: right;
      position: sticky;
      top: 20px;
  }
  
  .contain {
      width: 65%;
  }
  
  .item-page .intro {
      font-size: 18px;
      margin-top: 30px;
      margin-bottom: 30px;
      font-style: italic;
  }
  
  
  
  .FotNegozi{
      width: 31%;
      float:left;
      margin:10px 0; 
      margin-left: 2.127659574%;
      overflow:hidden;
      box-sizing:border-box;
  }
  
  .FotNegozi .itm 
  {
      position:relative;
      width:100%;
      overflow:hidden; 
  }
  
  .FotNegozi .itm a:after{
      content:" "; 
      background-size:30px auto;
      background-position:bottom right;
      background-repeat:no-repeat;
      position:absolute; 
      left:0;
      right:0;
      bottom:0;
      top:0;
      transition:all 0.3s ease-in-out;
      -webkit-transition:all 0.3s ease-in-out;
      -moz-transition:all 0.3s ease-in-out;
      -o-transition:all 0.3s ease-in-out;
  }
  .FotNegozi .itm a:hover:after{
      background-position:center center;
      background-color:rgba(0,0,0,0.7);
  }
  .FotNegozi .itm a:before{
      content:" ";
      padding-top:66%;
      display:block;
  }
  .FotNegozi .itm a  {
      position:relative;
      left:0;
      right:0;
      top:0;
    width:100%;
    display:block;
    overflow:hidden;
  }
  
  .FotNegozi .itm img{	
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      object-fit: cover;
      height: 100%;
      width: 100%;
  }
  .FotNegozi .itm h3 {
      line-height: 1.2;
      height: auto;
      text-transform: uppercase;
      color: #525252;
      font-weight: normal;
      margin: 8px 0;
      font-size: 16px;
  }
  .FotNegozi .itm .inf{
      float:right;
      font-size:12px;
      color:#888;
      line-height:30px;
      color:#555;
  }
  .FotNegozi .itm .descr{
      margin:0;
      font-size:11px;
      color:#666;
      line-height:15px;
      height:30px;
      overflow:hidden;
  }
  
  .caption {
      font-size: 15px;
  }