/*-----------------------
LEGENDA STILE

blu: #223C7E
azzurro: #73AFDE
font condensed: font-family: 'Roboto Condensed', sans-serif;  (300,400,700)
font standard: font-family: 'Roboto', sans-serif  (400,700)
grigi: #D5D5D5

-----------------------*/


/*-----------------------
GLOBAL
-----------------------*/

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}


::-webkit-scrollbar
{
    width: 10px;  /* for vertical scrollbars */
    height: 10px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
    background: rgba(213, 213, 213, 1);
}

::-webkit-scrollbar-thumb
{
    background: rgba(34, 60, 126, 1);
}

div#flashmessage {
    background: #ff0000;
    color: #fff;
    border-color: #ff0000;
    margin: 0;
    width: 100%;
    border: none;
    padding: 10px;
    text-align: center;
    z-index: 999;
}
#flashmessage font {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.scheletro {
    overflow: hidden;
}

h1, h2, h3, h4 {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

a {
    color: #223C7E;
    text-decoration: none;
}

a:hover {
    opacity: 0.85;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.btn {
    font-family: 'Roboto Condensed', sans-serif;
}


.font-weight-300{
    font-weight: 300 !important;
}

.font-weight-700{
    font-weight: 700 !important;
}

.btn.btn-primary {
    background: #223C7E;
    border: solid 1px #223C7E;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 20px;
}

.btn.btn-primary:hover {
    background: #FFF;
    border: solid 1px #223C7E;
    color: #223C7E;
    text-transform: uppercase;
    font-weight: 700;
    /*padding: 8px 30px;*/
}

.btn.btn-primary-regular {
    background: #223C7E;
    border: solid 1px #223C7E;
    color: #fff;

}

.btn.btn-primary-regular:hover {
    background: #FFF;
    border: solid 1px #223C7E;
    color: #223C7E;
    /*padding: 8px 30px;*/
}

.btn-secondary {
    font-size: 15px;
    color: #fff;
    background-color: #5AA1D8;
    border-color: #5AA1D8;
    padding: 8px 20px;
}

.btn-secondary:hover, .btn-secondary:focus {
    color: #fff;
    text-decoration: none;
}


.btn-secondary-regular {
    /*font-size: inherit;*/
    color: #fff;
    background-color: #5AA1D8;
    border-color: #5AA1D8;
    /*padding: inherit;*/
}

.btn-secondary-regular:hover, .btn-secondary-regular:focus {
    color: #fff;
    text-decoration: none;
}


.btn-tertiary {
    font-size: 15px;
    color: #fff;
    background-color: #F9B303;
    border-color: #F9B303;
    padding: 8px 20px;
}

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

#flashmessage {
    display: none;
    margin-top: 13px;
    margin-bottom: 0px;
    padding: 6px 15px;
}

div.ajaxloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.85);
    z-index: 9999;
    top: 0;
    left: 0;
    text-align: center;
}

.show-msg-after-load {
    display: none;
}

.dixtextarea {
    width: 100%;
    max-height: 200px;
    overflow-y: scroll;
    border: solid 1px #333;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
    background: #eee;
    cursor: not-allowed;
}

.label-info {
    background-color: #5AA1D8;
}

.nav-pills li{
    border-left-color: rgb(41, 64, 86);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(41, 64, 86);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(41, 64, 86);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgb(228, 237, 246) 0px 0px 0px 1px inset;
    background-color: rgb(255, 255, 255);
    border-bottom-color: rgb(41, 64, 86);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    margin-bottom: 6px;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 7px;
    padding-block-end: 4px;
    padding-block-start: 4px;
    padding-bottom: 0px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
}

.nav-pills li a {
    position: relative;
    display: block;
    padding: 6px 6px;
}


.nav-pills li:hover, .nav-pills li a:hover{
background-color: #7fa3d2;
    color: #fff;
}



/*-----------------------
TOPMENU
-----------------------*/

header {
    position: relative;
    background: #fff;
    width: 100%;
    z-index: 999;
}

header.menuaperto {
    position: fixed;
    top:0;
}

.navbar-collapse.fullscreenmenu {
    width: 100%;
    position: fixed;
    top: 0;
}
.navbar-collapse.fullscreenmenu a {
    text-align: center;
}

.navbar-collapse.fullscreenmenu .nav li a {
    text-align: center;
}

h5.menutitlemob {
    text-align: center;
    color: #fff;
    font-weight: 700;
    border-bottom: solid 3px #fff;
    padding-bottom: 15px;
    height: 50px;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}

span.chiudimenumob {
    position: absolute;
    border-left: solid;
    padding: 18px;
    top: 0;
    right: 15px;
    cursor: pointer;
}

.panel-group {
    margin-bottom: 10px;
}

.leaderboard {
    text-align: center;
    padding: 10px 0;
}

.leaderboard img {
    width: 100%;
    max-width: 940px;
}

.topmenu {
    background: #223C7E;
    padding: 7px 0 4px
}

.topmenu > .row {
    max-width: 1170px;
    margin: 0 auto;
}

.topmenu .socialmenu {
    margin: 0;
}

.topmenu .socialmenu i {
    font-size: 20px;
    margin-right: 15px;
    color: #fff;
}

.topmenu .iscriviti-cta {
    text-align: right;
}

.topmenu .iscriviti-cta a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: underline;
    font-size: 18px;
}

@media screen and (max-width: 991px) {
    .topmenu {display: none}
}


.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #E4EDF6;
    border: 1px solid #cddfef;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}


/*-----------------------
TESTATA
-----------------------*/

.testata {
    padding: 15px 0 10px;
    /*border-bottom: solid 1px #ccc;*/
}

.logo>a:hover {
   opacity: 1;
}

.logo svg {
    width: 240px;
    height: 50px;
}

.main-search {
    margin-top: 3px;
}

.main-search .btn {
    padding: 8px 17px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 400;
    height: 46px;
}

.main-search .dropdown-menu>li>a {
    padding: 8px 17px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.main-search .form-control {
    height: 46px;
    font-size: 19px;
}

.main-search .form-control.codice {
    display: none;
}

.main-menu {
    background: #223C7E;
    box-shadow: 0 1px 3px rgba(0,0,0,.16), 0 1px 3px rgba(0,0,0,.23);
    height: 52px;
    color: #fff;
}

.main-menu nav.navbar {
    background: none;
    border: none;
    padding: 10px 0 0;
    margin: 0 auto;
    max-width: 1170px;
}

.main-menu .navbar-collapse {
    padding:0;
}

.main-menu .navbar-nav {
    float: none;
}

 .navbar-nav>li {
    display: inline-block;
    float: none;
    margin-right: 20px;
    padding-bottom: 11px;
    border-bottom: solid 5px transparent;
}

.main-menu .navbar-nav>li a {
    padding: 0;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
}

.main-menu .navbar-nav>li:hover {
    border-bottom: solid 5px #fff !important;
}

.main-menu .navbar-nav>li a:hover {
    opacity:1;
    color: #fff;
}


.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
}


.main-menu .navbar-nav>li.separatore-menu {
    font-size: 20px;
    vertical-align: middle;
    border: none;
}

.main-menu .navbar-nav>li.separatore-menu:hover {
    border: none !important;
}

.areautente-menu {
    text-align: right;
    float: none;
    display: inline-block;
    margin-top: -3px;
}

.areautente-menu .blocco-log {
    display: inline-block;
}

.areautente-menu a>i {
    margin-left: 20px;
    color: #fff;
    padding: 5px 8px 15px;
    font-size: 30px;
}

.areautente-menu a:hover {
    opacity: 1;
}

.areautente-menu a.carrello {
    position: relative;
}

.areautente-menu span.prod-in-cart {
    background: #73AFDE;
    color: #fff;
    padding: 2px 6px 1px;
    border-radius: 50px;
    font-size: 11px;
    font-family: 'Roboto Condensed', sans-serif;
    position: absolute;
    bottom: 0;
    right: -9px;
}

.blocco-log span.iniziale-utente {
    font-size: 23px;
    margin-left: 30px;
    color: #223C7E;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    border: solid 2px #fff;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    background: #fff;
    cursor: default;
}

.comparsa-user {
    display: none;
}

@media screen and (min-width: 991px) {
    .menupersonale .logoutlink  {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .main-menu nav.navbar {
        max-width: 970px;
    }
    .main-menu .navbar-nav>li a {
        font-size: 19px;
    }

    .navbar-nav>li {
        margin-right: 7px;
    }

    .areautente-menu a>i {
        color: #fff;

    }
}

@media screen and (max-width: 991px) {

    .main-menu nav.navbar {
        max-width: 100%;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-toggle .icon-bar {
        background: #223C7E;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .navbar-toggle.sbloccabody .icon-bar:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        padding-top: 4px;
        top: 13px;
        position: absolute;
    }

    .navbar-toggle.sbloccabody .icon-bar:nth-child(3) {
        display: none;
    }

    .navbar-toggle.sbloccabody .icon-bar:nth-child(4) {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        padding-top: 4px;
    }

    .logo>a {
        display: block;
        margin-bottom: 10px;
        float: left;
    }

    .testata {
        border-bottom: none;
    }

   .navbar-collapse {
        display: none;
    }


    .navbar-collapse {
        overflow: hidden;
        max-height: none;
        position: absolute;
        z-index: 990;
        background: rgba(34, 60, 126, 0.98);
        padding: 30px;
        width: 50%;
        -webkit-box-shadow: 10px 2px 14px -8px rgba(0,0,0,0.75);
        -moz-box-shadow: 10px 2px 14px -8px rgba(0,0,0,0.75);
        box-shadow: 10px 2px 14px -8px rgba(0,0,0,0.75);
    }

   .areautente-menu {
       float: right;
       width: 165px;
       margin-top: 10px;
   }

   .main-menu {
       height: 0;
   }

   .main-search{
       padding-left: 25px;
       padding-right: 25px;
   }

   .navbar {
       min-height: 0;
   }

   .blocco-log span.iniziale-utente {
       cursor: pointer;
   }

   .main-menu .navbar-nav {
       margin: 0;
   }

   .main-menu .pre-nav {
       width: 100%;
       float: none;
       display: block;
       margin: 0;
       overflow: hidden;
   }

   .navbar-nav>li {
       margin: 0;
       width: 100%;
       display: block;
       text-align: center;
       padding: 10px 0;
       border-bottom: solid 1px #D5D5D5;
   }

    .main-menu .nav.navbar-nav>li.compra-menu {
        border-bottom: solid 1px #D5D5D5;
    }

    .navbar-nav>li.vicino-menu,
    .main-menu .navbar-nav>li.vicino-menu:hover {
        border-bottom: solid 5px #D5D5D5;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
    }

   .navbar-nav>li.separatore-menu {
       display: none;
   }

   .main-menu .navbar-nav>li a {
       font-weight: 400;
       color: #fff;
       text-align: left;
       padding: 2px 0 2px 12px;
   }

    .main-menu .navbar-nav>li a:hover {
        color: #fff;
    }

   .main-menu .navbar-nav>li:hover {
       border-bottom: solid 1px #D5D5D5;
   }

   .main-search .btn {
       font-size: 15px;
       height: 39px;
   }

   .main-search .form-control {
       height: 39px;
       font-size: 16px;
   }

    .areautente-menu a>i {
        color: #223C7E;
        padding: 0;
    }


}

@media screen and (max-width: 767px) {
   .navbar-header {
       float: left;
   }

   .main-search .btn {
       font-size: 12px;
       padding: 10px 8px;
       height: 39px;
   }

   .main-search .form-control {
       height: 39px;
       font-size: 13px;
       padding: 5px;
   }


}

@media screen and (max-width: 500px) {
   .navbar-header {
       float: left;
   }

   .logo svg {
       width: 170px;
   }

   .areautente-menu a>i {
       margin-left: 25px;
   }

   .areautente-menu a>i.fa-shopping-cart {
       margin-left: 0;
   }

   .areautente-menu {
       width: 120px;
   }

   .blocco-log span.iniziale-utente {
       font-size: 21px;
       margin-left: 25px;
       width: 32px;
       height: 32px;
   }

   .testata {
       padding:0;
   }

   .main-menu nav.navbar {
       padding-top: 0;
   }

   .logo>a {
       margin-bottom: 0;
   }

}

@media screen and (max-width: 350px) {
   .logo svg {
       width: 130px;
   }

   .areautente-menu a>i {
       font-size: 20px;
   }

   .areautente-menu {
       width: 105px;
       margin-top: 15px;
   }

   .blocco-log span.iniziale-utente {
       font-size: 16px;
       width: 26px;
       height: 26px;
   }


}



/*-----------------------
HOVER LOGIN/USER
-----------------------*/

@media screen and (min-width: 992px) {

    .areautente-menu .blocco-log:hover .comparsa-user {
        /*display: block;*/
    }

    .areautente-menu .blocco-log:hover a > i {
        padding: 5px 8px 15px;
        color: #fff;
        font-size: 30px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background-color: rgb(255 255 255 / 40%);
    }

    .comparsa-user .navbar-right {
        width: 350px;
        background: #5AA1D8;
        padding: 20px;
        position: absolute;
        z-index: 9999;
        top: 35px;
        right: 30px;
        box-shadow: 0 3px 6px -4px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
    }

    .comparsa-user .input-group-btn {
        display: block;
        width: 100%;
    }

    .comparsa-user .input-group {
        display: block;
        width: 100%;
    }

    .comparsa-user .input-group input {
        display: block;
        width: 100%;
        border-radius: 0;
        margin: 0;
    }

    .comparsa-user .input-group-btn button.btn.btn-default,
    .comparsa-user a {
        display: block;
        background: #fff;
        border-radius: 0;
        width: 100%;
        text-transform: uppercase;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 16px;
        color: #223C7E;
        font-weight: 300;
        margin-top: 10px;
        border: solid 2px #fff;
        margin-left: 0;
    }

    .comparsa-user .input-group-btn button.btn.btn-default:hover,
    .comparsa-user a:hover {
        background: #223C7E;
        color: #fff;
        border: solid 2px #fff;
        font-weight: 700;
    }

    .blocco-log a.login:hover {
        text-decoration: none;
    }

    .blocco-log:hover span.iniziale-utente {
        padding-bottom: 8px;
        text-decoration: none;
        background: #223C7E;
        color: #fff;
        text-decoration: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        height: auto;
    }

    .blocco-log h3.user-nome {
        color: #fff;
        text-align: center;
        margin: 0;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .comparsa-user .chiudi-user {
        display: none;
    }

    .comparsa-user a.pass-recovery {
        background: none;
        border: none;
        color: #fff;
        text-transform: lowercase;
        text-decoration: underline;
        margin-bottom: 25px;
    }

    .comparsa-user a.pass-recovery:hover {
        font-weight: 100;
        opacity: 0.8;
    }

}

@media screen and (max-width: 991px) {

    .comparsa-user {
        display: none;
        position: fixed;
        z-index: 999;
        height: 100%;
        width: 100%;
        background: rgba(34, 60, 126, 0.95);
        padding: 30px;
    }

    .comparsa-user .input-group input {
        display: block;
        width: 100%;
        border-radius: 0;
        margin: 0;
    }

    .comparsa-user .input-group-btn {
        display: block;
        width: 100%;
    }

    .comparsa-user .input-group-btn button.btn.btn-default,
    .comparsa-user a {
        display: block;
        background: #fff;
        border-radius: 0;
        width: 100%;
        text-transform: uppercase;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 16px;
        color: #223C7E;
        font-weight: 300;
        margin-top: 10px;
        border: solid 2px #fff;
        margin-left: 0;
    }

    .comparsa-user .input-group-btn button.btn.btn-default:hover,
    .comparsa-user a:hover {
        background: #223C7E;
        color: #fff;
        border: solid 2px #fff;
        font-weight: 700;
    }

    .comparsa-user .navbar-form.navbar-right {
        margin: auto;
        width: 100%;
        text-align: center;
    }

    .comparsa-user .input-group {
        position: relative;
        display: table;
        border-collapse: separate;
        margin: auto;
    }

    .comparsa-user .chiudi-user {
        text-align: right;
        margin-bottom: 20px;
        margin-right: -30px;
    }

    .comparsa-user .chiudi-user i {
        font-size: 30px;
        color: #fff;
        cursor: pointer;
    }

    .comparsa-user a.pass-recovery {
        background: none;
        border: none;
        color: #fff;
        text-transform: lowercase;
        text-decoration: underline;
        margin-bottom: 25px;
        text-align: right;
    }

    .comparsa-user a.pass-recovery:hover {
        font-weight: 100;
        opacity: 0.8;
    }

}


/*-----------------------
MAIN CONTENT
-----------------------*/

h3.titoletto {
    background: #f5f5f5;
    padding: 7px 7px 5px;
    font-weight: 700;
    font-size: 22px;
    color: #333;
}

section > .row {
    margin-left: 0;
}

.breadcrumb {
    background: none;
    margin-bottom: 0;
    padding-left:0;
    padding-bottom:0;

}

.breadcrumb a {
    color: #000;
}

.boxsidebar {
    margin-top: 30px;
}

.titolo-sezione {
    /*background: #223C7E;
    box-shadow: 0 1px 3px rgba(0,0,0,.16), 0 1px 3px rgba(0,0,0,.23)*/
}

.titolo-sezione h1, .titolo-sezione h3.emulatitolo {
    font-size: 25px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #223C7E;
    font-family: 'Roboto', sans-serif;
    /*text-transform: inherit;*/
}

.breadcrumb p{
    margin: 0;
}

.content-wt {
    margin-top: 10px;
}

.menu-sezione {
    position: absolute;
    left: 0;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    top: 20px;
    cursor:pointer;
    display: none;
}

.menu-sezione:after {
    content: "\f0dd";
    font-family: FontAwesome;
    right: -19px;
    position: absolute;
    top: -3px;
    font-size: 14px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.menu-sezione.ruota:after {
    top: 3px;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}



section .intestazione {
    background: #D5D5D5;
    position: relative;
    padding: 0 10px;
}

section h1.sottotitolo, section h2.sottotitolo {
    margin: 0;
    padding: 7px 7px 5px;
    font-weight: 700;
    font-size: 22px;
    color: #333;
}

section h1.sottotitolo a{
    color: #333;
}



@media screen and (max-width: 991px) {
    .menu-sezione {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    section > .row {
        margin-right: 0;
    }

    .breadcrumb {
        display: none;
    }

    section .intestazione {
        margin-top: 10px;
    }

}

/*-----------------------
SIDEBAR - BLOCCO BENEFICO
-----------------------*/

.blocco-benefico h3 {
    font-size: 17px;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    background: #223C7E;
    color: #fff;
    font-weight: 700;
}

.filtrapercat {
    display: inline-block;
}

.boxsidebar.blocco-benefico {
    border: solid 3px #223C7E;
    border-radius: 8px;
    clear: both;
}

.blocco-benefico img {
    width: 100%;
}

.blocco-benefico h4 {
    margin: 5px 0;
}

.blocco-benefico h4 a {
    padding: 0 7px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #223C7E;
}

.blocco-benefico h4 a:hover {
    text-decoration: none;
}

.blocco-benefico p {
    padding: 0 7px;
    font-size: 17px;
    line-height: 18px;
}

.blocco-benefico p a {
    color: #223C7E;
    text-decoration: underline;
}

.blocco-benefico .cta a {
    text-transform: uppercase;
    text-align: center;
    color: #223C7E;
    width: 100%;
    display: block;
    margin-top: 17px;
    text-decoration: underline;
    font-size: 22px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 10px;
}

.blocco-benefico .footer-bene {
    background: #223C7E;
    position: relative;
}

.footer-bene p {
    display: inline-block;
    color: #fff;
    padding: 10px 7px 0;
    margin-bottom: 0px;
}

.footer-bene p span {
    font-weight: 700;
    font-size: 20px;
}

.footer-bene .btn-default {
    color: #223C7E;
    background-color: #fff;
    border-color: #ccc;
    position: absolute;
    right: 7px;
    padding: 0 9px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    top: 3px;
    font-size: 18px;
}

@media screen and (max-width: 1199px) {
    .footer-bene .btn-default {
        display: block;
        float: none;
        position: relative;
        margin: 10px auto;
        width: 95%;
        clear: both;
        right: initial;
    }

    .blocco-benefico .footer-bene {
        background: #223C7E;
        position: relative;
        height: 77px;
    }

    .blocco-benefico h3 {
        font-size: 20px;
    }
}

.halfpage img {
    width: 100%;
}



/*-----------------------
GALLERY LIGHTBOX
-----------------------*/

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    padding: 30px;
}

a.right.carousel-control,
.carousel-control.left{
    background-image: none;
}

.carousel-control .icon-prev:before {
    content: '\f104';
    font-size: 55px;
    color: #333;
    text-shadow: none;
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f105';
    font-size: 55px;
    color: #333;
    text-shadow: none;
    font-family: FontAwesome;
}

.carousel-indicators li {
    border: 1px solid #333;
    background-color: #333;
}



/*-----------------------
FOOTER
-----------------------*/

footer.footer {
    margin-top:50px;
}

.footer .nl_form {
    max-width: 230px;
}

footer .back-to-top {
    background: #333;
    padding: 10px;
    font-family: 'Roboto Condensed', sans-serif;
}

footer .back-to-top a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 18px;
}

footer .footer-nav {
    background: #223C7E;
    padding: 20px;
}

footer .footer-nav .nomenclatura .logo svg path {
    fill: #fff !important;
}

footer .footer-nav .nomenclatura  .socialmenu i {
    font-size: 20px;
    margin-right: 15px;
    color: #fff;
    margin-top: 20px;
}

footer .footer-nav li, footer .footer-nav li a {
    color: #fff;
}

footer .footer-nav li.titolo-menu-footer {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 21px;
}

footer .footer-nav li a {
    font-size: 16px;
}

footer .footer-nav li a:hover {
    color: #fff;
}

footer .copy {
    background: #73AFDE;
    color: #fff;
    font-size: 13px;
    padding: 10px 20px;
    text-align: center;
}

footer .copy span.bold {
    font-weight: 700;
    font-size: 14px;
}

footer #metodi_pagamento_svg {
    width: 120px;
    display: block;
    margin-top: 15px;
}

footer .container-fluid.footer-disclaimer {
    background: #f0f0f0;
    padding: 12px;
}




@media screen and (max-width: 1199px) {

    footer .footer-nav .logo svg {
        width: 200px;
    }

}

@media screen and (max-width: 991px) {

    footer .footer-nav .socialmenu,
    footer .footer-nav .logo {
        display: block;
        clear: both;
        float: none;
    }

    footer .footer-nav .nomenclatura  .socialmenu {
        margin-bottom:35px;
    }

    footer .footer-nav .nomenclatura  .socialmenu i {
        margin-top: 0;
    }

    footer .footer-nav .logo svg {
        width: 250px;
    }

    footer .footer-nav .logo>a {
        float: none;
    }

    footer .footer-nav .nomenclatura {
        text-align: center;
    }

    footer #metodi_pagamento_svg {
        margin: auto;
        margin-top: 15px;
    }


}


@media screen and (max-width: 767px) {
    footer .footer-nav .blocco-menu {
        text-align: center;
        margin-bottom: 30px;
    }

    footer .footer-nav .blocco-menu.blocco-sitemap {
        display: none;
    }

    .footer .nl_form {
        margin: auto;
    }

}

.edit-prodotto {
    display: none;
}


.badge {
    background-color: #428bca;
}


.badge-secondary {
    background-color: #f9b303;
}

.badge-soft {
    background-color: #ffffff;
    border-color: #428bca;
    border: 1px solid;
    color: #428bca;
}

.inlineblock{
    display: inline-block !important;
}

.btn-lg, .btn-group-lg>.btn {
    font-size: 17px !important;
}

.certified{
    font-weight: 400;
    line-height: 1;
    font-size: 65%

}






/* select2 */

.select2{
    /*font-family: 'Roboto Condensed', sans-serif;*/
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    /*color: #999;*/
    font-size: 17px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
}

.select2-selection__rendered {
    line-height: 35px !important;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}

.select2-container .select2-selection--multiple {
    height: 35px !important;
}

.select2-selection__arrow {
    height: 34px !important;
}

.select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 42%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e5e5e5;
    border: 1px solid #b1b1b1;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
    padding: 0 4px;
}


.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 1px;
    margin-right: 19px;
    padding: 1px;
    color: #6b6b6b;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #73AFDE;
    color: white;
}


.l1 {
  font-weight: 600;
}

.l2 {
  padding-left: 1em;
}


.tooltip-inner {
    color: #fff;
    font-size: 1.2em;
}

.g-recaptcha {
    display: inline-block;
}
