/*         INFORMAZIONI VARIE
color
 orange  #e67e22         dark orange   #
 blue  #2980b9        dark blue   #005892
*/

/* 
-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out;  transition: 0.3s ease-in-out; 
*/

/* 
-webkit-
-moz-
-o- 
*/

/* CLASSI GENERICHE START */
html{
    font-size: 15px;
}
html, body, h1, h2, h3, h4, h5, h6 p, a{
    font-family: 'Open Sans', sans-serif;
}


/*SHORTCODE START*/
.servizio-clienti, .servizio-clienti-fest {
    font-size: 11px;
    font-weight: bold;
}
.servizio-clienti {
    margin-bottom: 5px
}

/*
sostituisci l'orario su Content
*/
.servizio-clienti::after {
    content: " 9.00 alle 13.00, e dalle 14.00 alle 17.30";
   }


/* FESTE*/
/*  riumuovi da slash-asterisco-asterisco-slash per il periodo festivo  */


/* ORARIO RIDOTTO 

 .servizio-clienti-fest::before {
    content: "*Uffici chiusi dal 14/08 al 18/08";
 color: red
 }
*/


 /* UFFICI CHIUSI  */

 .servizio-clienti-fest::after {
    content: "Compilate il form per essere ricontattati!";
    display: block;
    color: #2980b9;
 margin-top: 3px
 }  


/*SHORTCODE CLOSE*/


h1, h2, h3{ color: #2980b9;}
h1{font-size: 35px ; font-weight: bold;}
h2{font-size: 23px;}
h3{font-size: 18px;}

h4, h5, h6 { color: #e67e22;}
h4{font-size: 30px;}
h5{font-size: 18px;}
h6{font-size: 11px;}

/* CLASSI GENERICHE CLOSE */

/* CLASSI VARIE START */
#contactnumb {
    width: 100%;
}
#contactnumb a, #contactnumb > a.uk-button.uk-button-text {
    font-size: .9rem
}

#contactnumb svg {
    width: 27px;
}

.uk-input, .uk-select, .uk-textarea {
    border-radius: 3px;
}

.uk-divider-small-mod::after {
    /* color: #2980b9; */
    content: "";
    display: inline-block;
    width: 350px;
    max-width: 100%;
    border-top: 1px solid #2980b9;
    vertical-align: top;
}
.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked, .uk-checkbox:checked:focus {
    background-color: #2980b9;
}


._5aree button{ margin-bottom: 10px; width: 200px
    
}

iframe#twitter-widget-0 {
    vertical-align: bottom;
}

.uk-tooltip {
    
    padding: 4px 7px;
    background: #2980b9;
    border-radius: 3px;
    font-size: 14px
}
.iva p {
    font-size: 11px;
}

.promo-tag{
  padding: 3px 6px;
    background-color: #2980b9;
    font-size: 10px;
    margin: 0 1px 0 15px;
    font-weight: bold;
    color:dimgray;
    color: white;
    border-radius: 6px;
}

.promo-price{
    color: #2980b9;
}

/* CLASSI VARIE CLOSE */


/* LINK LINEA SCROLL start */
a.uk-button.uk-button-text {
    text-transform: none;
    line-height: inherit;
    color: #2980b9;
}
a.uk-button.uk-button-text::before{
       border-bottom: 1px solid #2980b9;
}

.uk-button-text:focus, .uk-button-text:hover {
   color:#005892; 
}
/* LINK LINEA SCROLL close */

/* CONTACT ME bg color mod start */

form.contactMe.auto.theme-minimal.small-version.bg-solid-vers section, form.contactMe.auto.theme-minimal.small-version.bg-solid-vers button {
    border-radius: 9px;
    border: none;
    color: white;
}

form.contactMe.auto.theme-minimal.small-version.bg-solid-vers section {
    background-color: #2980b9;
    padding: 15px;
}

form.contactMe.auto.theme-minimal.small-version.bg-solid-vers button {
    background-color: #2980b9;
    padding: 0 0 0 30px;
    box-sizing: content-box;
    margin-right: -15px;
    margin-top: 30px;
}
form.contactMe.auto.theme-minimal.small-version.bg-solid-vers section > h2,
.contactMe.theme-minimal.bg-solid-vers .form-row.file.boxed label,
.contactMe.theme-minimal.bg-solid-vers .checkbox-radio label>span,
.contactMe.theme-minimal.bg-solid-vers a.uk-button.uk-button-text{
    color: white;
}
.contactMe.theme-minimal.bg-solid-vers a.uk-button.uk-button-text::before{
        border-bottom: 1px solid white;
}
.contactMe.theme-minimal.bg-solid-vers .form-row.file.boxed label i{
background-color: #005892;
}
.contactMe.theme-minimal.bg-solid-vers textarea.field:active,
.contactMe.theme-minimal.bg-solid-vers textarea.field:focus,
.contactMe.theme-minimal.bg-solid-vers input.field:active, .contactMe.theme-minimal.bg-solid-vers input.field:focus
{
    border: solid 1px #e78434;
    border-width: 0 0 2px 0;
}
form.contactMe.auto.theme-minimal.small-version.bg-solid-vers button{
          -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #2980b9;
}

form.contactMe.auto.theme-minimal.small-version.bg-solid-vers button:hover{
    background-color: white;
    border: 1px solid #2980b9;
    color: #2980b9;
}


/* CONTACT ME bg color mod close */

/* CARD START */
.uk-card-default.uk-card-hover:hover{
    transform: scale(0.98);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.32);
    }

.uk-card-hover{
-webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out;  transition: 0.3s ease-in-out;
}


.uk-card-small{
 font-size: 15px;
    border-radius: 20px; 
      text-align: center
}

.uk-card-default {border-radius: 20px; }

/* CARD CLOSE */

/* BUTTON DELTA START */
.uk-button {    vertical-align: initial;}
.button-delta{
    border-radius: 3px;
    background-color: #2980b9;
    border: 1px solid #2980b9;
    color: white
}
.button-delta:hover{
    background-color: white;
    border: 1px solid #2980b9;
    color: #2980b9
}


a.uk-button.button-delta.uk-align-right {
    margin-left:  10px;
}
a.uk-button.button-delta.uk-align-left {
    margin-right: 10px
}

/* BUTTON DELTA CLOSE */


/* HAMBURGER MENU start */

.hamburger {
    z-index: 1001;
  padding: 15px 30px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
      margin-top: -2px;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #2980b9; }

.hamburger-box {
  width: 35px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 35px;
    height: 3px;
    background-color: #2980b9;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

   /* spring    */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/* HAMBUERGER MENU close */

/* CONTACT BLOCK START */

.contact-block{
    margin-top: 50px
}

.contact-block h2, .contact-block h5, .contact-block p, .contact-block img{
    margin: 10px
}

/* CONTACT BLOCK CLOSE */

/* SCONTO START */
.sconto {color: #2980b9;}


h3.sconto {color: inherit;text-align: center; margin: 10px 0}
h3.sconto-80 {color: inherit; text-align: center; margin: 5px 0 }

/* SCONTO CLOSE */

/* OTHER PAGE LINK START */
.oth-page-link{
    margin-top: 50px;
}
.oth-page-link-cont-page {
    font-weight: bold
}
/* OTHER PAGE LINK CLOSE */

/* CONTENT 1 START */
.content1{
    line-height: 1.7;
    }

.content1 h1 {
    margin-bottom: 50px;
}

.content1 .sub-content h1 {margin-bottom: 50px;
}

/* CONTENT 1 CLOSE */

/* ICONS START */
.icon-servizi img{
    width: 100px;
    padding: 10px;
    box-sizing: content-box
}

.icon-page{
    width: 100px;
    margin-top: -30px;
}
.icon-sub-page{
    width: 90px;
    margin-top: -50px
}
/* ICONS CLOSE */

/* LINK UNDER BUTTON START */

.link-under-button {
    color: #2980b9;
    font-size: .9rem;

}
.link-under-button img{
        -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.link-under-button:hover{
text-decoration: none;
     color:#005892; 
}
.link-under-button:hover img{
     -webkit-filter: brightness(110%);
    filter: brightness(110%);
}

/* LINK UNDER BUTTON CLOSE */

/* INPUT BRIGHT START */
input.BRIGHT {
        -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
input.BRIGHT:hover {
     -webkit-filter: brightness(80%);
    filter: brightness(80%);
}
/* INPUT BRIGHT CLOSE */

/* LISTA SENZA ICONE START*/
.list-service h3{
    margin:15px
}

.list-hor-service{
    line-height: 3
}
.list-hor-service .uk-icon{
 margin-right: 5px;
    margin-left: 10px
}
/* LISTA SENZA ICONE CLOSE*/

/* LISTA CON ICONE START*/
.list-service-icon {
list-style: none;
padding-left: 0
}

.list-service-icon li {
padding: 10px;
}

.list-service-icon span {
color: #2980b9;
}
/* LISTA CON ICONE CLOSE*/

/* PRIVACY PAGE START */
.privacy-page h2 {
    margin: 5px 0;
}
.privacy-page h3{
    margin: 0 0 10px 0
}

.privacy p {
    font-size: 13px;
}
.privacy h1 {
    font-size: 15px;
    color: inherit;
}

/* PRIVACY PAGE CLOSE */


/* SUBNAV PILL START */
.uk-subnav.uk-subnav-pill li:not(.uk-active) {
    opacity: .3;
}

.uk-subnav-pill > .uk-active > a {
    background: none;
    opacity: 1;

    }

.sub-panel {
    border-radius: 3px;
    background-color: #f7f7f7;
    padding: 20px;
    box-shadow: 0px -2px 9px 5px rgba(0, 0, 0, 0.11);
}
.uk-subnav-pill > .uk-active > a img{
 border: 4px solid #2980b9;
    border-radius: 100%;

    }


ul.uk-subnav.uk-subnav-pill li > p {
    margin-top: -20px;
    text-align: center;
    font-size: 15px
}

.uk-subnav-pill > * > a:focus, .uk-subnav-pill > * > a:hover {
    background: none;
}

/* SUBNAV PILL CLOSE */



/* IMMAGINI PAGINE START */
.img-invio-postale {
    width: 90px;
    float: right;
    margin-left: 40px;
}

   .img-invio-email{
    width: 170px;
    float: right;
    margin-left: 70px;
    margin-bottom: 40px;
    }

   .img-invio-sms{
      float: right;
    width: 170px;
    margin-left: 40px;
    margin-bottom: 40px;
    }
 .img-internet-adv {
    float: right;
    width: 200px;
    margin-left: 30px;
    margin-bottom: 10px;
}  

img.smile-feedback {
    padding: 0 8px;
    width: 40px;
    box-sizing: content-box;
}

/* IMMAGINI PAGINE CLOSE */




/* TABELLE START */

.delta-table {
    width: auto;
    margin: auto;
    -webkit-font-smoothing: antialiased;
    overflow: auto;
    border: 0px solid white;
    border-collapse: separate;
    border-spacing: 3px;
}

.delta-table th {
    background-color: #2980b9;
    font-weight: bold;
    color: white;
/*     border: 0px solid white; */
    padding: 10px 10px;
    text-align: center;
}
.delta-table td {
    background-color: rgb(238, 238, 238);
    padding: 10px 10px;
/*     border: 0px solid white; */
    color: rgb(111, 111, 111);
    
}
.delta-table td:nth-last-child(1){
text-align: right}

/* TABELLE CLOSE */
/* EXCEL ICON START */

#xlsgw {
  position:relative;
    width:450px;
  margin:0 auto;
}

#xlsgw img {
  position:absolute;
  left:0;
top:0;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
}

#xlsgw img.icongreen:hover {
  opacity:0;
}
/* EXCEL ICON CLOSE */
/* MENU START */

li.uk-parent.mother.uk-open > a {
    /* font-weight: 100!important; */
    /* font-size: 1rem!important; */
    opacity: .5;
    color: gray!important;
    margin-bottom: -10px
}

.menu-padding-bottom{
    padding-bottom: 150px
}

.uk-offcanvas-overlay::before {

    background: rgba(89, 159, 216, 0.42);
}

.uk-navbar-nav li a.uk-active {
    color: #2980b9;
}
ul.uk-nav.uk-nav-default.uk-nav-parent-icon li a.uk-active {
    color: black
}

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a.uk-open, .uk-navbar-nav > li > a:focus {
    color: #2980b9;}

.uk-navbar-dropdown-nav > li > a:focus, .uk-navbar-dropdown-nav > li > a:hover {
    color: #2980b9;
}

.uk-sticky.uk-active.uk-sticky-below.uk-sticky-fixed img.logo {
    width: 120px;
}


.uk-sticky.uk-active.uk-sticky-below.uk-sticky-fixed .uk-navbar-item, .uk-sticky.uk-active.uk-sticky-below.uk-sticky-fixed .uk-navbar-toggle {
    height: 70px;
    
}

a.uk-navbar-item.uk-logo {
    padding-left: 0;
}

.uk-button-default {
    background-color: white;
    color: #333;
    border: none;
}
.uk-button-default:hover {
    background-color: #2980b9;
    color: white;
    border: none;
}

.logo {
    width: 120px;
    padding: 5px
}

.uk-sticky.uk-active.uk-sticky-below.uk-sticky-fixed {
    background-color: rgba(255, 255, 255);
    box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.08);
}

.uk-navbar-nav li a{
    color: black;
    font-size: 13px;
    padding: 5px 10px;
    text-transform: capitalize;
    font-weight: bold;
    margin-top: -10px;
}

.uk-button-default {
    color:#2980b9 
}

.uk-navbar-nav {
    padding-left: 50px
}

.uk-navbar-dropdown-nav li a {
    font-size: 0.8rem;
    padding: 10px 0;
    
}

.uk-navbar-dropdown {
    border-radius: 3px;
    width: 200px;
    width: auto;
    padding: 28px 18px 18px 18px;
    margin-top: -10px
}
.uk-sticky.uk-active.uk-sticky-below.uk-sticky-fixed > .uk-navbar-transparent .uk-navbar-dropdown.uk-navbar-dropdown-bottom-left {
    margin-top: auto;
}

.uk-offcanvas-bar {
    background: #dedede;
    background: #ffffff;
    box-shadow: 4px 0px 14px 0px #00000036;
    
   /* offcanvas full-center */
    opacity: .85;
    text-align: center;
    width: 75%;
}
.uk-offcanvas-bar-animation {
    
     /* offcanvas full-center */
    transition: transform 1s cubic-bezier(0.4, 0, 0, 0.66);
}
ul.uk-nav.uk-nav-default.uk-nav-parent-icon li a {
    color: #2980b9;
    font-weight: bold;
    
     /* offcanvas full-center */
    font-size: 1.2rem;
    padding: 13px 0
}
ul.uk-nav-sub {
    padding: 5px 0 5px 15px;
    border-top: 1px solid #3e8dc185;
    border-bottom: 1px solid #3e8dc185;
    
    /* offcanvas full-center */
    padding: 0
}

ul.uk-nav.uk-nav-default.uk-nav-parent-icon li a:hover {
    color: #005892;
    font-weight: bold;
}

ul.uk-nav.uk-nav-default.uk-nav-parent-icon ul.uk-nav-sub li a
{ font-weight: normal;
  
}
button.uk-offcanvas-close.uk-close.uk-icon {
    color: #2980b9;
}

ul.uk-nav.uk-nav-default.uk-nav-parent-icon li a::after{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%232980b9%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
    
     /* offcanvas full-center */
    position: absolute;
    margin-left: 15px
}

ul.uk-nav.uk-nav-default.uk-nav-parent-icon li.uk-parent.uk-open a::after{
        background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%2841,%20128,%20185,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
    /* offcanvas full-center */
    position: absolute;
    margin-left: 15px
}

@media only screen and (min-width: 1260px) {
.uk-navbar-nav li a {
    font-size: 14px;
}
}
/* MENU CLOSE */

/* SLIDER START */

.uk-slideshow-items > li > .uk-position-center.uk-position-small.uk-text-center {
    width: 80%;
}
.uk-slideshow-items, .uk-slideshow-items h2, .uk-slideshow-items .uk-button{
    color: black;
    }
.uk-slideshow-items .white-text{
    color: white;
    }
.uk-slideshow-items h2{
    font-weight: bolder;
    font-size: 35px;
}

#slider-home   .button-delta {
    margin-bottom: -100px;
    }

#slider-home .uk-button{
    border-radius: 3px;
    margin-bottom: -100px;
    background-color: #2980b9;
    border: 1px solid #2980b9;
    color: white
}
#slider-home .uk-button:hover{
    background-color: white;
    border: 1px solid #2980b9;
    color: #2980b9
}

/* SLIDER CLOSE */

/* HOME BLOCS START */

#home-blocs img{
   border-radius: 20px; 
    }

#home-blocs a{text-decoration: none; color: #666}
#home-blocs a:hover{color: #666}

/* HOME BLOCS CLOSE */
   
/* LANDING START */
#land{
        padding-top: 60px;
}

.land-first{
    padding-top: 100px!important;
    
}
#land form .uk-inline {display: block;}

#pencil_mod {
    align-items: end;
    top: 6px;
}

textarea#messaggio {
    padding-left: 40px;
    padding-left: 40px;
    min-width: 100%;
    min-height: 130px;
}


/* SLIDER LANDING START */

#slider-partner{
    padding-top: 40px
}

#slider-partner .uk-panel {
    min-height: 330px;
    min-width: 100%;
}

.titolo-partner, .testo-partner{text-align: center}

.titolo-partner {
    font-size: 22px
}
.testo-partner {
    font-size: 15px;
    line-height: 1.4;
}
.testo-partner .long-txt{
    font-size: .95em;
    line-height: 1.4;
}
.img-land-sx {
    width: 140px;
    float: left;
    margin-right: 10%;
}

.img-land-dx {
    width: 140px;
    float: right;
    margin-left: 10%;
}

.accord-mod::after {
    vertical-align: bottom;
    display: inline-block;
    margin-left: 20px;
    float: none;
}
.accord-mod{
    text-transform: uppercase;
}

.accord-card.uk-open{
        background: #fff;
    color: #666;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
padding: 30px
}


#land h2, #land h5 {margin: 0 0 15px 0}

.promo-block img{
    width: 70px;
}

.seguici-icon{
    /* border-bottom: 6px solid #2980b9; */
       /* padding: 0 0 15px 0; */
    border: none;        
}

.seguici-icon img {
    width: 300px;
}
.seguici-icon a:hover img{
    -webkit-filter: brightness(80%);
    -moz-filter: brightness(80%);
    -o- filter: brightness(80%);
    filter: brightness(80%);
}

.seguici-icon img{
-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out;  transition: 0.3s ease-in-out; 
    }


/* PARTE FORM PHP start*/

uk-alert-success {
    color: #017b4e;
}
label.error { 
        position: absolute;
    font-size: 0.75em;
    margin: -17px 0px 0 1px;
 
}
.required {color: #F67E8F;}

/* input, textarea, select{display:block; border: 1px solid #ccc; padding: 2px; font-size: 14px; border-radius: 3px; } */

input.error, textarea.error, input.error:focus, textarea.error:focus {border: 2px solid #F67E8F;}

p.error{background-color: #F67E8F;border:2px solid #F00;color:#660D1E;font-size:105%;margin:3em auto;padding:1em 4em;width:25%;}

p.validate{background-color: #7EF68F;border:2px solid #0F0;color:#0D661E;font-size:105%;margin:3em auto;padding:1em 4em;width: 100%;}

/* PARTE FORM PHP close*/



.privacy-land{
    font-size: 13px;
}
/* SLIDER LANDING CLOSE */

/* LANDING CLOSE */

/* PARTNERT TILES START */

.partner-tiles  img{
    -webkit-backface-visibility: hidden;
    padding: 9px;
    opacity: 0.5;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.partner-tiles img:hover {
    opacity: 1;
    transform: scale(1.075);
}
/* PARTNERT TILES CLOSE */


/* FOOTER START */
#footer { margin-top: 100px;
    background-color: #232323;
}

#footer h3 {
    color: white;font-size: 14px;

}

#footer a, #footer p{
    font-size: 11px;
    color: #868686
        
}
#footer a:hover{
    color: white;
}
#footer li {
    margin-top: 2px;
}

#footer h3, #footer ul {
    margin: 0;
}

#footer .uk-button-text::before{
       border-bottom: 1px solid white;
}


#bx-social img {
    -webkit-filter: brightness(70%);
    padding: 5px;
    margin: 2px;
    height: 37px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

#bx-social img:HOVER {
    /* -webkit-filter: blur(2px); */
    -webkit-filter: brightness(120%);
}
#footer-ending {
    text-align: center;
    padding: 20px;
    font-size: 13px;
       /*  background-color: #1b1b1b; */
}

    #footer [class*=uk-column-] {
    column-gap: 30px;
}

 .fb-like.fb_iframe_widget {
    top: 8px!important;
}
/* FOOTER CLOSE */


/* LOADING SCREEN START */
#loading_screen {
    z-index: 1000;
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: white;
    color: white;
    text-align: center;
    padding-top: 100px;
    opacity: 0.5;
    opacity: 1;
    filter: alpha(opacity=50);
    transition: opacity ease 1s;
}
#loading_screen img{width: 100px;height: 100px;}

/* LOADING SCREEN CLOSE */


/* PROGRESS BAR START*/
/* The progress container (grey background) */

.uk-sticky.uk-active.uk-sticky-below.uk-sticky-fixed > .header-bar {
    top:70px;
}
.uk-sticky.uk-active.uk-sticky-below.uk-sticky-fixed > .header-bar .progress-bar {

  background-color: rgba(41, 128, 185, 0.42);

}
.progress-container {
  width: 100%;
  height: 2.3px;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 2.3px;
  background-color: rgb(41, 128, 185);
  width: 0%;
}
.header-bar {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  
}
/* PROGRESS BAR CLOSE*/


/*SCROLL TO TOP start */
.cd-top {
  
  display: inline-block;
  height: 35px;
  width: 35px;
  position: fixed;
  bottom: 20px;
  right: 20px;
/*   box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); */
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
   background: gainsboro  url(../images/arrow.svg) no-repeat center 50%; 
        box-shadow: 0 -4px 5px 0 rgba(0,0,0,0.14), 0 -1px 10px 0 rgba(0,0,0,0.12), 0 -2px 4px -1px rgba(0,0,0,0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  background-color:  #2980b9;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
/*   opacity: .5; */opacity: 1;
}

.cd-top:hover {
  background-color: #2980b9;
  opacity: 1;
}
     
.no-touch .cd-top:hover {
  background-color: #005892;
  opacity: 1;
}
        /* MEDIA QUERIES CD TOP*/
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 30px;
  }
}

/*SCROLL TO TOP close */


/* COOKIE start*/

#okCookie{
  background-color:#F2F2F2;
  color:black;
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  padding:5px 5px 10px 5px;
   -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
  border-top:1px solid #ccc;
  z-index:10;
}

#okCookie p{font-size: .8em;
    margin: 0 0 0px 0;
    float: left;
padding: 5px 0px;
display: block;
}

#okCookie #okClose, #okCookie #okCprivacy{
      padding: 3px 15px;
    font-size: .9em;
  float:right;
  margin-left:10px;
  text-decoration:none;
  border-radius:3px; 
  color:white;
    margin-top: 10px;

}

#okCookie #okClose{
  background-color: #2980b9;
/*   text-shadow:0px 1px 1px #507F2B;
  box-shadow:inset 0px -1px 1px #507F2B; */
}

#okCookie #okClose:hover{background-color:#005892}

#okCookie #okCprivacy{
  background-color: #8D9499;
  /* text-shadow:0px 1px 1px #63666B;
  box-shadow:inset 0px -1px 1px #63666B; */
}

#okCookie #okCprivacy:hover{background-color:#a0a8ae}

.okcBeginAnimate{
    -webkit-animation: myfirst 2s; 
    animation: myfirst 2s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst {
    from {opacity: 0;}
    to {opacity: 1;}
}

/* Standard syntax */
@keyframes myfirst {
    from {opacity: 0;}
    to {opacity: 1;}
} 

/* COOKIE close*/

/* NEWSLETTER BUTTON START */

.newsletter-button {/* 
    border-radius: 0 3px 0 0;
    background-color: #2980b9;
    border: 1px solid #2980b9;
    color: white;
    position: fixed;
    bottom: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    padding: 4px 10px;
     text-decoration: none;
    font-size: 13px;
    text-transform: uppercase; */

}

.newsletter-button:hover{
    background-color: white;
    border: 1px solid #2980b9;
    color: #2980b9;
     text-decoration: none
}
.newsletter-button{
    box-sizing: border-box;
    padding: 5px;
    height: 35px;
    bottom: 20px;
    left: 0px;
    white-space: inherit;
    box-shadow: 0 -4px 5px 0 rgba(0,0,0,0.14), 0 -1px 10px 0 rgba(0,0,0,0.12), 0 -2px 4px -1px rgba(0,0,0,0.2);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    border-radius: 0 3px 3px 0;
    background-color: #2980b9;
    border: 1px solid #2980b9;
    color: white;
    position: fixed;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    width: 75px;
    opacity: 1;
}

.newsletter-button span.uk-icon {
    display: none
}

.newsletter-button.newsletter-button-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
/*   opacity: .5; */opacity: .5;
}
.newsletter-button.newsletter-button-is-invisible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 0;
  
}
.newsletter-button.hidden {
  /* transform: translate(0, 120px) */
     opacity: 0;
}

        /* MEDIA QUERIES NEWSLETTER BUTTON*/
@media only screen and (min-width: 768px) {
  .newsletter-button {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
    
    #okCookie p{
        display: contents;
    }
  .newsletter-button {
      padding: 8px;
    height: 40px;
    width: 80px;
    right: 30px;
    bottom: 30px;
    }
}
/* NEWSLETTER BUTTON CLOSE */


/* MEDIA QUERIES start*/

/* DISPOSITIVI TOUCH */
@media (pointer:coarse)  {
}

/* LANDSCAPE <415px HEIGHT */
@media (max-height:415px){

}







/* EXTRA SMALL >440px */
@media (min-width:440px) {
    
    .logo {
        width: 160px;
    }
    
    .uk-sticky.uk-active.uk-sticky-below.uk-sticky-fixed img.logo {
    width: 130px;
}
    
    a.uk-navbar-item.uk-logo {
        padding: 0 15px;
    }
    
    #footer a, #footer p {
        font-size: 12px;
    } 
    
    img.smile-feedback {
        padding: 0 15px;
    }
    
   #contactnumb {
    width: auto;
}
#contactnumb a, #contactnumb > a.uk-button.uk-button-text {
    font-size: 1rem
}
   #contactnumb svg {
    width: 40px;
} 
    #slider-partner .uk-panel {
    min-height: 250px;
}
    
    
    
    
  }

/* SMALL >640px */
@media (min-width:640px) {

    .uk-slideshow-items h2{
    font-weight: bolder;
    font-size: 45px;
}
    
   }

/* MEDIUM >960px */
@media (min-width:960px) {
    
    #footer [class*=uk-column-] {
    column-gap: 30px;
}
#footer .uk-margin-small-top{
        margin-top: 40px!important;
    }
    
    #footer .uk-margin-small{
        margin: 40px 0!important;
    }
    
    #slider-partner{
    padding-top: 40px
}

    #slider-partner .uk-panel {
        min-height: 150px;}
    
    .img-invio-postale {
        width: 150px;
    float: right;
    margin-left: 40px;
    margin-top: -100px;
    }
   
    .img-invio-email{
        width: 250px;
    float: right;
    margin-left: 40px;
    margin-top: -30px;
    }
    .img-invio-sms {
            width: 300px;
    float: right;
    margin-left: 40px;
 
    }
    
    .img-internet-adv {
    width: 380px;
    float: right;
    margin-left: 40px;
    margin-bottom: 0;
}
    
    .icon-page{
    width: 150px;
    margin-top: -50px
}
    
    .content1 h1 {
    margin-bottom: 90px;
}
    
    .icon-sub-page{
    width: 100px;
    margin-top: -50px
}
ul.uk-subnav.uk-subnav-pill li > p {
    margin-top: -20px;
    text-align: center;
    font-size: 20px
}
.uk-subnav-pill > .uk-active > a img{
 border: 4px solid #2980b9;
    border-radius: 100%;
    }
    
}


/* LARGE >1200px */
@media (min-width:1200px){
    }



/* EXTRA LARGE >1600px */
@media (min-width:1600px){

}
/* MEDIA QUERIES close*/

