@charset "utf-8";

/* livelli */
.navbar-fixed-bottom, .navbar-fixed-top, .header-with-topbar .top-header-area  { z-index: 99 !important;}
.modal { z-index: 10000 !important; }
.navbar-fixed-top { z-index: 98!important;  }
.dropdown-style-1 .dropdown-menu { background-color: #f0f0f0; margin-top: 5px;  }

body {  background-color:#003c85; color: #222; letter-spacing: 0px; /*background-image: url('/assets/img/bg.jpg');*/
background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;  }
.bg-body {background-color:#ece0d0;}
body, .text-base { font-size: 18px; line-height: 28px; font-family: 'Open Sans', sans-serif; font-weight: 300;}

.font-base, .btn { font-family: 'Open Sans', sans-serif; font-weight: 400; }
.alt-font { font-family: 'Grandstander', cursive; font-weight: 800; }

h1, .h1, h2, .h2, h3, .h3 { letter-spacing: 0px; font-weight: 400 !important;  }

h1, .h1 { font-size: 55px; line-height: 60px; font-family: 'Grandstander', cursive; font-weight: 400 !important;  }
h2, .h2 { font-size: 36px; line-height: 45px; font-family: 'Grandstander', cursive; font-weight: 400 !important;  }
h3, .h3 { font-size: 24px; line-height: 34px;  }
h4, .h4 { font-size: 22px; line-height: 30px; }
h5, .h5 { font-size: 18px; line-height: 26px; }
h6, .h6 { font-size: 16px; line-height: 24px; }

.text-dark { color: #222 !important;}

a, a:active, a:focus {
    color: #6f6f6f;
    text-decoration: none;
}

p { margin: 0 0 10px; }

.box-layout { padding: 0 60px; max-width: 1920px; }
.container { max-width: 1400px; }


section, section.half-section, .half-section  { padding: 100px 0; }
.medium-section { padding-top: 30px;  padding-bottom: 30px;}
.bg-title { padding-bottom:40px; padding-top:30px; }

@media (max-width: 1300px) { 
    section { padding:70px 0; }
    .box-layout { padding: 0 30px; }
    section, section.half-section, .half-section { padding: 70px 0; }
    .medium-section { padding-top: 50px;  padding-bottom: 30px;}
}  
@media (max-width: 991px) { 
    section { padding:40px 0; }
    .box-layout { padding: 0 30px; }
    section, section.half-section, .half-section  { padding: 40px 0; }
    .medium-section { padding-top: 20px;  padding-bottom: 20px;}
    .bg-title { margin-top:0px; padding-bottom:40px; padding-top:40px; }
}  
@media (max-width: 560px) { 
    section { padding:30px 0; }
    .box-layout { padding: 0 30px; }
    section, section.half-section, .half-section  { padding: 40px 0; }
    .medium-section { padding-top: 20px;  padding-bottom: 20px;}
    .bg-title { margin-top:0px; padding-bottom:30px; padding-top:30px; }
}




.bold, .font-weight-800, .font-weight-700, strong, b, .font-weight-500 { font-weight: 600 !important; letter-spacing: 0px; }

/* text size */
.text-extra-small {font-size:14px; line-height:14px}
.text-small {font-size:14px; line-height:20px}
.text-medium {font-size:16px; line-height:26px}
.text-large {font-size:18px; line-height:26px}
.text-extra-large {font-size: 20px; line-height:26px}
.title-large {font-size: 100px; line-height:95px}
.title-extra-large {font-size: 130px; line-height:120px}

.text-underline { text-decoration: underline !important }
.text-download { text-decoration: underline !important; text-transform: uppercase; letter-spacing: 0.5; font-size: 14px; }

@media (max-width: 1024px) { 
    h1, .h1 { font-size: 38px; line-height: 42px; }
    h2, .h2 { font-size: 30px; line-height: 34px; }
    h3, .h3 { font-size: 26px; line-height: 32px; }
    h4, .h4, .h5, h5 { font-size: 18px; line-height: 24px; }
    .text-extra { font-size: 55px; line-height: 60px; }
    body, .text-medium, .h5, h5 { font-size: 16px; line-height: 24px; }
}
@media (max-width: 991px) { 
    h1, .h1 { font-size: 30px; line-height: 38px; }
    h2, .h2 { font-size: 24px; line-height: 27px; }
    h3, .h3 { font-size: 22px; line-height: 28px; }
    h4, .h4, .h5, h5 { font-size: 18px; line-height: 24px; }
    .text-extra { font-size: 45px; line-height: 50px; }
    body, .text-medium, { font-size: 18px; line-height: 28px; }
}
@media (max-width: 767px) { 
    h1, .h1 { font-size: 26px; line-height: 30px; }
    h2, .h2 { font-size: 23px; line-height: 28px; }
    h3, .h3 { font-size: 20px; line-height: 26px; }
    h4, .h4 { font-size: 18px; line-height: 22px; }
    .text-extra { font-size: 30px; line-height: 34px; }
    body, .text-medium, .h5, h5 { font-size: 16px; line-height: 26px; }
}


.bg-dark-opacity { background-color: rgba(0, 0, 0, 0.30); }
.border-blur { text-shadow: 0 0 7px rgba(0,0,0,0.8);}
.text-decoration-underline {text-decoration: underline;}

/* color */
.bg-template-light {  background-color:#ededed !important;  }
.bg-template-very-light {  background-color:#f0f0f0 !important;  }
.bg-template-extra-light {  background-color:#f7f7f7 !important;  }

.bg-white-opacity { background-color: rgba(255, 255, 255, 0.85); }
.bg-white-opacity-medium { background-color: rgba(255, 255, 255, 0.6); }
.bg-white-opacity-light { background-color: rgba(255, 255, 255, 0.5); }
.bg-white-opacity-very-light { background-color: rgba(255, 255, 255, 0.2); }

.bg-black-opacity { background-color: rgba(0, 0, 0, 0.85); }
.bg-black-opacity-medium { background-color: rgba(0, 0, 0, 0.6); }
.bg-black-opacity-light { background-color: rgba(0, 0, 0, 0.5); }
.bg-black-opacity-very-light { background-color: rgba(0, 0, 0, 0.2); }

.bg-black { background-color: #282828; }
.bg-medium-gray {background-color:#cecece;}
.bg-template-light { background-color: #efebe6; }

.btn { 
    font-size: 14px; line-height: 25px; padding: 10px 25px; margin:0;
    border:0; white-space: normal; text-align: left; letter-spacing: 1px !important;
    border-radius:50px !important;  
}
.btn span, .btn.btn-large span { font-size: 12px; line-height: 18px; margin-left:4px; letter-spacing: 1px; }
.btn.btn-large { font-size: 14px; line-height: 18px; padding: 14px 30px !important; }
.btn.btn-small {
    font-size: 11px;
    padding: 0px 15px;
}
@media (max-width: 991px) {
    .btn { font-size: 12px; line-height: 18px; padding: 8px 15px 7px 15px; margin:3px !important; }
}
.btn.btn-black, .btn.btn-black:hover {  background: #000000; border-color: #000000; color: #fff; }

/* THEME azzurro*/
.text-theme { color: #2a3b5f;  }
.btn-theme, .btn-theme:hover { color: #fff !important; background-color: #2a3b5f; border-color: #2a3b5f; }
.btn.btn-theme-outline, .btn.btn-theme-outline:hover { background: #fff; border: 2px solid #2a3b5f; color: #2a3b5f; }
.btn.btn-theme-outline span { color: #2a3b5f !important; }
.bg-theme { background-color: #2a3b5f;  }
.bg-theme-opacity { background-color: rgba(0, 130, 214, 0.7); }
.bg-theme-opacity-light { background-color: rgba(0, 130, 214, 0.3); }
.bg-theme-light { background-color: #faf49b; } 
.bg-theme-dark { background-color: #f4e405; }
.border-color-theme { border-color: #2a3b5f !important; }

.border-2px-left-theme { border-left: 2px solid #2a3b5f; padding-left:15px; }
.border-2px-right-theme { border-right: 2px solid #2a3b5f; padding-left:15px; }
.border-left { border-color: #999; }

/* TEMPLATE blu */
.text-template { color: #ff0000;  } /* colore originale logo */
.btn-template, .btn-template:hover { color: #fff !important; background-color: #ff0000; border-color: #ff0000; }
.btn.btn-template-outline, .btn.btn-template-outline:hover { background: transparent; border-color: #ff0000; color: #000; }
.btn.btn-template-outline span { color: #ff0000 !important; }
.bg-template  { background-color: #ff0000;  }
.bg-template-opacity { background-color: rgba(249, 235, 84, 0.7); }
.bg-template-light { background-color: #36459a; }
.bg-template-dark { background-color: #23305d; }
.border-color-template { border-color: #ff0000 !important; }

header nav.navbar.white-link .navbar-nav > li > a.active, nav.navbar.bootsnav.white-link ul.nav > li > a.active {
    color: rgba(255,255,255,0.6); color: #fff; border-bottom:3px solid  #ff0000;
}

.border-2px-left-template { border-left: 2px solid #ff0000 ; padding-left:10px; }
.border-2px-right-template { border-right: 2px solid #ff0000 ; padding-left:10px; }

.text-medium-gray {color:#939393}

.btn.btn-transparent-black, .btn.btn-transparent-black:hover, .btn.btn-transparent-dark, .btn.btn-transparent-dark:hover { 
    background: transparent !important; border: 2px solid #000000 !important; color: #000000;
}
.btn.btn-transparent-white, .btn.btn-transparent-white:hover { 
    background: transparent !important; border: 2px solid #fff !important; color: #fff;
}

input, select, textarea {
    border: 1px solid #d1d1d1;
    font-size: 16px;
    padding: 15px 0 5px;
    width: 100%;
    margin: 0 0 10px;
    max-width: 100%;
    resize: none;
    background-color: transparent;
}

/* lightgallery bordo foto */
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover { border-color: #2a3b5f!important;}
.lg-autoplay-button.lg-icon { display: none; }
.lg-backdrop.in {
    opacity: 0.8;
}

.background-image { background-size: cover !important; background-position: top center !important; overflow: hidden; width: 100%; }
.background-image-contain { background-size: contain !important; background-repeat:no-repeat !important; }
.background-image-cover { background-size: cover !important; background-repeat:no-repeat !important;  }

.background-image-auto-bl { background-size: auto !important; background-repeat:no-repeat !important;background-position: bottom left !important; overflow: hidden;  }
.background-image-auto-tr { background-size: auto !important; background-repeat:no-repeat !important;background-position: top right !important; overflow: hidden;  }

.background-position-t-c { background-position: top center !important; overflow: hidden;}
.background-position-c-c { background-position: center center !important; overflow: hidden;}
.background-position-b-c { background-position: bottom center !important; overflow: hidden; }
.background-position-c-r { background-position: center right !important; overflow: hidden;}

.ratio-16_9.video:before { content:""; position: absolute; top:0; left:0; z-index: 2;  background: url(/assets/img/play.png) no-repeat center center; }


/* line separator list */
.list-inline { padding-left: 0; list-style: none; margin-left: -5px;}
.list-inline>li { display: inline-block; padding: 5px 10px 5px 10px; }
.list-separator-line li:after { content: "|"; padding: 0 0px 0 20px; color:#999; display: inline-block; vertical-align: middle; font-size: 8px; opacity: 1; letter-spacing: 1;  font-size: 18px; }
.list-separator-line li:last-child:after { display: none; }

.breadcrumb  { padding: 0; margin: 0; }
.breadcrumb ol { list-style: none; padding: 0; margin: 0; }
.breadcrumb ol li {display: inline-block; }
.breadcrumb ol li, .breadcrumb ol li a { font-size: 13px; padding: 5px 5px 5px 0px; list-style: none; text-transform: uppercase; letter-spacing: 0.5px; }
.breadcrumb ol > li:after { content: "|"; padding: 0 0px 0 5px; margin-top:-5px; display: inline-block; vertical-align: middle; font-size: 10px; opacity: .6;}
.breadcrumb ol > li:last-child:after {border-right: 0; content: ""; padding: 0}
.breadcrumb ol li.current { }

@media (max-width: 991px) { 
    .bg-title .breadcrumb { margin-top:60px !important; }
}

/* gallery */
.video:before { background: url(/assets/img/icon-play.png) no-repeat center center; }

.btn.btn-transparent-black{ margin: 5px;}
.btn.btn-transparent-black:hover {  background: #ddd;  border-color: #000000; color: #000000;}


/* livelli */
.modal-dialog {
    max-width: 80%; min-width: 80%;
    margin: 1.75rem auto;
}
.modal-content .modal-header { padding: 1.8rem 1.8rem 0 0; margin-right:20px; }
.modal-content .modal-body { padding: 0rem 1.8rem 2.5rem 1.8rem ; }
.modal-content.bg-black-opacity   { border: 0px !important; border-radius: 0 !important; background-color: rgba(0,0,0,.8) !important;}
.modal-content.bg-black-opacity .modal-header {  border-bottom: 0px solid #dee2e6;border-top-left-radius: 0 !important; border-top-right-radius: 0 !important;}
.modal-content.bg-black-opacity .close { color: #fff  !important; text-shadow: 0 0px 0 #fff  !important; opacity: 1; }
@media (max-width: 991px) { 
    .modal-dialog { width: 90%; }
}


/* image */
.img-fluid { max-width: 100%; height: auto;}
.h-100 { height: 100% !important;}
.m-0 { margin: 0 !important;}
.ratio { position: relative; overflow: hidden; }
.ratio:before { content: ""; display: block; }
.ratio>a, .ratio>div {  position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100% !important; height: 100% !important; }
.ratio>img, .ratio>div>img, .ratio>a>img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100% !important;
display: block;
font-family: "blur-up: always", "object-fit: cover";
object-fit: cover;
}

.ratio{position:relative;overflow:hidden}.ratio>a,.ratio>div{position:absolute;top:0;left:0;bottom:0;right:0;width:100% !important;height:100% !important}.ratio:before{content:"";display:block}.ratio>img,.ratio>div>img,.ratio>a>img{position:absolute;top:0;left:0;width:100%;height:100% !important;display:block;font-family:"blur-up: always", "object-fit: cover";object-fit:cover}.ratio.object-fit-contain>img{font-family:"blur-up: always", "object-fit: contain";object-fit:contain}.ratio.object-pos-bottom>img{object-position:50% 100%}.ratio .ls-blur-up-img{filter:blur(10px);-webkit-filter:blur(10px);-moz-filter:blur(10px);-ms-filter:blur(10px);-o-filter:blur(10px);opacity:1 !important;filter:alpha(opacity=100) !important;transition:opacity 1000ms,filter 1500ms}@media (prefers-reduced-motion: reduce){.ratio .ls-blur-up-img{transition:none}}.ratio .ls-blur-up-img.ls-inview.ls-original-loaded{filter:blur(5px);-webkit-filter:blur(5px);-moz-filter:blur(5px);-ms-filter:blur(5px);-o-filter:blur(5px);opacity:0 !important;filter:alpha(opacity=0) !important}.ratio-1_1{padding-bottom:100% !important}.ratio-16_9{padding-bottom:56.25% !important}.ratio-4_3{padding-bottom:75% !important}.ratio-3_4{padding-bottom:133.3333333333% !important}.ratio-3_2{padding-bottom:66.6666666667% !important}.ratio-3_1{padding-bottom:33.3333333333% !important}.ratio-2_1{padding-bottom:50% !important}.ratio-2_3{padding-bottom:150% !important}.ratio-1_2{padding-bottom:200% !important}
@media (min-width: 576px){.ratio-sm-1_1{padding-bottom:100% !important}.ratio-sm-16_9{padding-bottom:56.25% !important}.ratio-sm-4_3{padding-bottom:75% !important}.ratio-sm-3_4{padding-bottom:133.3333333333% !important}.ratio-sm-3_2{padding-bottom:66.6666666667% !important}.ratio-sm-3_1{padding-bottom:33.3333333333% !important}.ratio-sm-2_1{padding-bottom:50% !important}.ratio-sm-2_3{padding-bottom:150% !important}.ratio-sm-1_2{padding-bottom:200% !important}}
@media (min-width: 768px){.ratio-md-1_1{padding-bottom:100% !important}.ratio-md-16_9{padding-bottom:56.25% !important}.ratio-md-4_3{padding-bottom:75% !important}.ratio-md-3_4{padding-bottom:133.3333333333% !important}.ratio-md-3_2{padding-bottom:66.6666666667% !important}.ratio-md-3_1{padding-bottom:33.3333333333% !important}.ratio-md-2_1{padding-bottom:50% !important}.ratio-md-2_3{padding-bottom:150% !important}.ratio-md-1_2{padding-bottom:200% !important}.ratio-md-7_1 { padding-bottom: 14.28571% !important;}.ratio-md-6_1 { padding-bottom: 16.66666% !important;}.ratio-md-5_1  { padding-bottom: 20% !important;}.ratio-md-4_1  { padding-bottom: 25% !important;}}
@media (min-width: 992px){.ratio-lg-1_1{padding-bottom:100% !important}.ratio-lg-16_9{padding-bottom:56.25% !important}.ratio-lg-4_3{padding-bottom:75% !important}.ratio-lg-3_4{padding-bottom:133.3333333333% !important}.ratio-lg-3_2{padding-bottom:66.6666666667% !important}.ratio-lg-3_1{padding-bottom:33.3333333333% !important}.ratio-lg-2_1{padding-bottom:50% !important}.ratio-lg-2_3{padding-bottom:150% !important}.ratio-lg-1_2{padding-bottom:200% !important}.ratio-lg-7_1 { padding-bottom: 14.28571% !important;}.ratio-lg-6_1 { padding-bottom: 16.66666% !important;}.ratio-lg-5_1  { padding-bottom: 20% !important;}.ratio-lg-4_1  { padding-bottom: 25% !important;}.ratio-lg-3_1  {  padding-bottom: 33,333333333% !important;}}
@media (min-width: 1200px){.ratio-xl-1_1{padding-bottom:100% !important}.ratio-xl-16_9{padding-bottom:56.25% !important}.ratio-xl-4_3{padding-bottom:75% !important}.ratio-xl-3_4{padding-bottom:133.3333333333% !important}.ratio-xl-3_2{padding-bottom:66.6666666667% !important}.ratio-xl-3_1{padding-bottom:33.3333333333% !important}.ratio-xl-2_1{padding-bottom:50% !important}.ratio-xl-2_3{padding-bottom:150% !important}.ratio-xl-1_2{padding-bottom:200% !important}.ratio-xl-7_1 { padding-bottom: 14.28571% !important;}.ratio-xl-6_1 { padding-bottom: 16.66666% !important;}.ratio-xl-5_1  { padding-bottom: 20% !important;}.ratio-xl-4_1  { padding-bottom: 25% !important;}.ratio-xl-3_1  { padding-bottom: 33,333333333% !important;}}
@media (min-width: 1440px){.ratio-xxl-1_1{padding-bottom:100% !important}.ratio-xxl-16_9{padding-bottom:56.25% !important}.ratio-xxl-4_3{padding-bottom:75% !important}.ratio-xxl-3_4{padding-bottom:133.3333333333% !important}.ratio-xxl-3_2{padding-bottom:66.6666666667% !important}.ratio-xxl-3_1{padding-bottom:33.3333333333% !important}.ratio-xxl-2_1{padding-bottom:50% !important}.ratio-xxl-2_3{padding-bottom:150% !important}.ratio-xxl-1_2{padding-bottom:200% !important}}.ratio_auto{max-width:100%;max-height:100%;width:auto;height:auto;.ratio-xxl-7_1 { padding-bottom: 14.28571%  !important;}.ratio-xxl-6_1 { padding-bottom: 16.66666% !important;}.ratio-xxl-5_1  { padding-bottom: 20% !important;}.ratio-xxl-4_1  { padding-bottom: 25% !important;}.ratio-xxl-3_1  { padding-bottom: 33,333333333% !important;}}


@media (min-width: 1681px) and (max-width: 10000px) {
  
    .ratio-xxl-7_1 {
        padding-bottom: 12%  !important;
    }
    .ratio-xxl-6_1 {
        padding-bottom: 16.66666% !important;
    }
    .ratio-xxl-5_1  {
        padding-bottom: 20% !important;
    }
    .ratio-xxl-4_1  {
        padding-bottom: 25% !important;
    }
    .ratio-xxl-3_1  {
        padding-bottom: 33,333333333% !important;
    }
}
@media (min-width: 1441px) and (max-width: 1680px) {

    .ratio-xl-7_1 {
        padding-bottom: 12% !important;
    }
    .ratio-xl-6_1 {
        padding-bottom: 16.66666% !important;
    }
    .ratio-xl-5_1  {
        padding-bottom: 20% !important;
    }
    .ratio-xl-4_1  {
        padding-bottom: 25% !important;
    }
    .ratio-xl-3_1  {
        padding-bottom: 33,333333333% !important;
    }
}
@media (min-width: 1201px) and (max-width: 1440px) {
    .ratio-lg-7_1 {
        padding-bottom: 13% !important;
    }
    .ratio-lg-6_1 {
        padding-bottom: 16.66666% !important;
    }
    .ratio-lg-5_1  {
        padding-bottom: 20% !important;
    }
    .ratio-lg-4_1  {
        padding-bottom: 25% !important;
    }
    .ratio-lg-3_1  {
        padding-bottom: 33,333333333% !important;
    }
}
@media (min-width: 1200px) and (max-width: 1200px) { /* md */
    .ratio-md-7_1 {
        padding-bottom: 14.28571% !important;
    }
    .ratio-md-6_1 {
        padding-bottom: 16.66666% !important;
    }
    .ratio-md-5_1  {
        padding-bottom: 20% !important;
    }
    .ratio-md-4_1  {
        padding-bottom: 25% !important;
    }
}



.formattazione-testi { padding: 0px; margin:0; }
.formattazione-testi p { margin-bottom: 20px; }
.formattazione-testi ol { margin: 10px 0 20px 0; }
.formattazione-testi ol li { text-align: left; margin: 0; padding: 6px 12px; border-bottom: 1px solid #eee; }
.formattazione-testi b, .formattazione-testi strong { font-weight: bold !important; }
.formattazione-testi a { text-decoration: underline !important; color: #333; }
.formattazione-testi a:hover {  text-decoration:underline  !important; color: #333; }
.formattazione-testi h1, .formattazione-testi h2, .formattazione-testi h3, .formattazione-testi h4 { padding: 0 !important;  }
.formattazione-testi h5, .formattazione-testi h6 { padding: 10px 0 5px 0 !important;  }
.formattazione-testi blockquote { padding: 15px 20px;  margin: 20px 0 !important; 
    border-left: 4px solid #ff0000; background-color: #f9f9f9; display: block; }
.formattazione-testi ul { list-style: none; margin: 0px 0 20px 0; padding: 0;}
.formattazione-testi ul li { position: relative; padding: 6px 0 6px 0px; margin: 0 0 0px 0; border-top: 0px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.formattazione-testi ul li:before { content: ""; width: 15px; height: 2px; background-color: #ff0000; position: absolute; bottom: -1px; left: 0; }



/* HEADER LOGO */
.premio-ghirlandina-logo-home { margin-top:-200px; z-index: 10;  }
.premio-ghirlandina-logo-home .logo-top { max-height: 250px; }
@media (max-width: 1200px) { 
    .premio-ghirlandina-logo-home { margin-top:-140px;  }
    .premio-ghirlandina-logo-home .logo-top { max-height: 160px; }
}
@media (max-width: 991px) { 
    .premio-ghirlandina-logo-home { margin-top:-100px;  }
    .premio-ghirlandina-logo-home .logo-top { max-height: 150px; }
}
@media (max-width: 768px) { 
    .premio-ghirlandina-logo-home { margin-top:-170px;  }
    .premio-ghirlandina-logo-home .logo-top { max-height: 180px; }
}
@media (max-width: 560px) { 
    .premio-ghirlandina-logo-home { margin-top:-100px;  }
    .premio-ghirlandina-logo-home .logo-top { max-height: 120px; }
}

/* HEADER */
header.sticky nav.navbar-fixed-top.header-dark { background-color: #2a3b5f;}
.background-header {  background-color: rgba(42,59,95, 0.6);}
header nav .navbar-nav > li > a {
    color: #232323;
    font-size: 17px;
    font-weight: 800 ;
    margin: 0 25px;
    padding: 5px 0px 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

header a.logo img { max-height: 70px; margin-top:10px; }
header.sticky a.logo img {  max-height: 50px; margin-top:0px; }
nav.navbar.navbar-default ul.nav > li > a { padding: 36px 0; }
header.sticky nav.navbar.navbar-default.navbar-fixed-top ul.nav > li > a, 
header.sticky nav.navbar.navbar-default.navbar-top ul.nav > li > a {
    padding: 20px 0 20px;
}
header.sticky nav.header-light-transparent .logo .logo-dark, header.sticky nav.header-light .logo .logo-dark {
    visibility: visible;
    opacity: 1;
    width: auto;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
@media (max-width: 1600px) { 
    header a.logo img { max-height: 50px;}
    header nav.nav-box-width {  padding: 0 0px; }
    header nav .navbar-nav > li > a { font-size: 15px; margin: 0 20px; }
}
@media (max-width: 1400px) { 
    header a.logo img { max-height: 50px;}
    header nav.nav-box-width {  padding: 0 0px; }
    header nav .navbar-nav > li > a { font-size: 12px; margin: 0 10px; letter-spacing: 0px; }
}
@media (max-width: 1200px) { 
    header a.logo img { max-height: 50px;}
    header nav.nav-box-width {  padding: 0 0px; }
    header nav .navbar-nav > li > a { font-size: 11px; margin: 0 10px; letter-spacing: 0px;  }
}
@media (max-width: 1100px) { 
    header a.logo img { max-height: 50px;}
    header nav.nav-box-width {  padding: 0 0px; }
    header nav .navbar-nav > li > a { font-size: 10px; margin: 0 10px; letter-spacing: 0px;  }
}
@media (max-width: 991px) { 
    header a.logo img {max-height: 50px; margin-top:0px; }
    nav.navbar.bootsnav .navbar-toggler {display: inline-block; }
    nav.navbar.bootsnav ul.nav li.dropdown.simple-dropdown > .dropdown-menu, nav.navbar.bootsnav .navbar-nav li ul li {  background-color: rgba(255, 255, 255, 1); }
    nav.navbar.bootsnav .navbar-nav { background-color: rgba(42,59,95, 0.8); padding-top:15px; padding-bottom:15px; }
    .background-header { background-color: rgba(42,59,95, 1); }
    nav.navbar.navbar-default ul.nav > li > a { padding: 13px 20px !important; }
    header nav .navbar-nav > li > a { font-size: 14px; margin: 0 0px; letter-spacing: 0px; text-align: center;  }
    header.sticky nav.navbar.navbar-default.navbar-fixed-top ul.nav > li > a { color: #fff; }
}


.hover-option8 .grid-item figure:hover figcaption .portfolio-hover-main { background-color: rgba(255, 255, 255, 0.65) !important; }


@media (max-width: 991px) { 
   .first-letter { margin: 0 13px 0 0; }
}


/* gallery effetto hover */
.hover-gallery { list-style: none; padding: 0; margin: 0;}
.hover-gallery .hover-gallery-item figure {margin: 0; position: relative; overflow: hidden}
.hover-gallery .hover-gallery-item figure img {display: block; width: 100%; cursor: pointer; }
.hover-gallery .hover-gallery-item {opacity: 1;overflow: hidden;}
.hover-gallery .hover-gallery-item figure img {cursor: pointer; display: block; opacity: 1; width: 100%; transition: all 0.3s ease 0s;}
.hover-gallery .hover-gallery-item figcaption {bottom:0; left:0; opacity: 0; position: absolute; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; width: 100%; height: 100%; padding:45px; z-index: 1; text-align: center}
.hover-gallery .hover-gallery-item figure:hover .portfolio-img {transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.hover-gallery .hover-gallery-item figure .portfolio-img { transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.hover-gallery .hover-gallery-item figure:hover img { opacity: 0.15; transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.hover-gallery .hover-gallery-item figure:hover figcaption {opacity: 1; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.hover-gallery .hover-gallery-item .portfolio-hover-box { display: table-cell; height: 100%;}
.hover-gallery .hover-gallery-item figure figcaption {opacity: 0; padding: 0; transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s;} 
.hover-gallery .hover-gallery-item figure:hover figcaption {opacity: 0.6; cursor: pointer} 
.hover-gallery .hover-gallery-item .portfolio-hover-main { display: table; height: 100%; top: 0; transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; width: 100%;} 
.hover-gallery .hover-gallery-item .portfolio-icon { position: absolute; right: 55px; top: 51px; transition: all 0.1s ease 0s; -webkit-transition: all 0.1s ease 0s; -moz-transition: all 0.1s ease 0s; -ms-transition: all 0.1s ease 0s; -o-transition: all 0.1s ease 0s;}
.hover-gallery .hover-gallery-item figure:hover figcaption {padding:25px; transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; box-shadow: 0 0 4px rgba(0,0,0,.4);}
.hover-gallery .hover-gallery-item figure:hover figcaption .portfolio-hover-main {background: #fff}
.hover-gallery .hover-gallery-item figure:hover img {opacity: 1; filter: blur(4px);-webkit-filter: blur(4px); -moz-filter: blur(4px); -ms-filter: blur(4px); -o-filter: blur(4px);}
.hover-gallery .hover-gallery-item figure:hover figcaption {padding: 20px;}
.hover-gallery .hover-gallery-item .portfolio-icon {top: 30px; right: 35px;}



.modal-dialog {
    max-width: 900px;
    margin: 1.75rem auto;
}
.modal-footer, .modal-header {
    border: 0px;
}

input[type=checkbox], input[type=radio] {
    float: left;
    margin-top: 1px \9;
    margin-right: 5px;
    width: 22px;
    height: 22px;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out,color .15s ease-in-out;
    -o-transition: border .15s ease-in-out,color .15s ease-in-out;
    transition: border .15s ease-in-out,color .15s ease-in-out;
}




@media (min-width: 991px) and (max-width: 6000px) {
    
    
}
@media (max-width: 991px) { 
   .io-sono-togo-tophome-desktop  { margin-top:60px !important; }
   .margin-negative-desktop { margin-top:0px; padding-top:20px  !important; }
   nav.navbar.bootsnav .navbar-nav { background-color: rgba(42,59,95, 1); }
}
