/*-----------------------
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: rgb(115, 175, 222);
}

div#flashmessage {
    background: #ff0000;
    color: #fff;
    border-color: #ff0000;
    margin: 0;
    width: 100%;
    border: none;
    padding: 10px;
    text-align: center;
}
#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;
}

a:focus {
    text-decoration: none;
}

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

.btn {
    font-family: 'Roboto Condensed', sans-serif;
    /*margin-bottom:5px;*/
}

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

#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;
}

h2.sottotitolo, h1.sottotitolo  {
    font-weight: 700;
    color: #333;
    font-size: 28px;
    padding: 5px;
    text-align: left;
    margin-top: 0;
    border-bottom: 1px solid;
    border-bottom-color: #ccc;
}


.titolo-sezione h1 {
    color: #223C7E;
    font-size: 37px;
    margin: 25px 0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

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

@media screen and (max-width: 767px) {
    .titolo-sezione h1 {
        margin-top: 0;
    }

}

/*-----------------------
HEADER ORTHOGETHER
-----------------------*/

.container-fluid.topmenu {
    background: #223C7E;
    padding: 5px;
    height: 40px;
}

.logo_otg a {
    display: block;

}

.logo_otg svg {
    width: 120px;
    cursor: pointer;
    height: 30px;
}

.logo_otg svg path {
    fill: #fff !important;
}

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


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

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

.areautente-menu a>i {
    font-size: 25px;
    margin-left: 30px;
    color: #FFF;
}

.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 a.login:hover {
    text-decoration: none;
}

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

.comparsa-user {
    display: none;
}



@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;
        background: #223C7E;
        color: #fff;
        font-size: 25px;
        margin-left: 18px;
    }

    .comparsa-user .navbar-right {
        width: 350px;
        background: #223C7E;
        padding: 20px;
        position: absolute;
        z-index: 9999;
        top: 24px;
        right: 30px;
    }

    .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;
    }

}


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

.testata {
    padding: 15px 15px;
}

.testata .logo_negozio a {
    display: block;
    float: left;
}

.testata .logo_negozio a h2.logoreplace {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    margin-top: 9px;
}

.testata .logo_negozio a img {
    max-width: 400px;
    max-height: 110px;
}

.testata .apri_ricerca {
    text-align: right;
    display: none;
    margin-top: 20px;
    background: #D5D5D5;
    width: 37px;
    float: right;
    padding: 6px 10px;
    border-radius: 30px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.testata .chiudi_ricerca {
    text-align: right;
    display: none;
    margin-top: 20px;
    background: #D5D5D5;
    width: 37px;
    float: right;
    padding: 6px 10px;
    border-radius: 30px;
    -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 .icon-bar {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.testata .apri_ricerca:hover {
    background: #333;
}

.testata .chiudi_ricerca:hover {
    background: #333;
}

.testata .apri_ricerca:hover a{
    color: #D5D5D5;
}

.testata .apri_ricerca a {
    font-size: 18px;
    color: #333;
}


.testata .chiudi_ricerca:hover a{
    color: #D5D5D5;
}

.testata .chiudi_ricerca a {
    font-size: 18px;
    color: #333;
    padding-right: 2px;
    display: block;
}

.testata .main-search {
    margin-top: 20px;
}

.testata .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #333;
}

.testata .navbar-toggle {
    margin-right: 4px;
}


.testata .navbar-header {
    float: left;
}

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

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

    .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;
    }

    .testata .apri_ricerca {
        display: block;
        margin-right: 10px;
    }

    .testata .main-search {
        display: none;
    }

    .testata .chiudi_ricerca {
        margin-right: 10px;
    }

    .testata .main-search {
        width: calc(100% - 60px);
        margin-top: 0;
    }

    .testata .logo_negozio a img {
        max-width: 100%;
    }

}

.navbar-collapse.in {
    overflow-y: inherit;
}

@media screen and (max-width:991px) {
    .main-menu {
        display: none;
    }
    .navbar-toggle {
        display: block;
    }

    .navbar-default {
        background-color: #f8f8f8;
        border-color: #e7e7e7;
        margin-bottom: 0;
    }

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

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

    .chiudi-menu .navbar-toggle .icon-bar:nth-child(4) {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }



    .testata {
        border-bottom: none;
    }

    .navbar-collapse {
        display: none;
    }

    .main-menu {
        height: auto;
    }

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

    .navbar {
        min-height: 0;
    }

}


@media screen and (max-width:600px) {
    .testata .logo_negozio a {
        width: calc(100% - 60px);
    }
    .testata .apri_ricerca {
        margin-top: 0;
    }
    .testata .chiudi_ricerca {
        margin-top: 0;
    }

}

/*-----------------------
MAIN MENU
-----------------------*/

.container-full.main-menu {
    background: #73AFDE;
    display: block;
}

.main-menu nav.navbar.navbar-default.row {
    background: #73AFDE;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.main-menu .navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    padding: 15px 20px;
}

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

li.menunav.current {
    background: #223C7E;
    color: #fff;
    opacity: 1;
}

.main-menu ul.nav.navbar-nav {
    float: none;
    display: block;
    text-align: center;
}

.main-menu .navbar-nav>li {
    float: none;
    display: inline-block;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .main-menu .navbar-default .navbar-nav > li > a {
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
        padding: 15px 8px;
    }
}

@media screen and (max-width:767px) {
    .container-full.main-menu {
        display: none;
    }
    .main-menu .navbar-nav>li {
        display: block;
        width: 100%;
    }
    .main-menu .container {
        padding: 0;
    }
}

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;
}

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

.footer_negozio {
    background: #D5D5D5;
    padding: 7px 0;
}

.footer_negozio ul {
    margin-bottom: 0;
    text-align: center;
}

.footer_negozio ul li {
    display: inline-block;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    border-right: solid 1px #333;
    padding: 0 5px;
}

.footer_negozio .footer-img-negozio {
    display: none;
}

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

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;
    }
}


/*-----------------------
NOLEGGIO MINISITO
-----------------------*/

.noleggiominisito .hideside {
    display: none;
}

.noleggiominisito .listato-prodotti .blocco-singolo-prodotto {
    width: 22%;
}

.noleggiominisito .listato-prodotti .blocco-singolo-prodotto:nth-child(3n+0) {
    margin-right: 3%;
}

.noleggiominisito .listato-prodotti .blocco-singolo-prodotto:nth-child(4n+0) {
    margin-right: 0;
}


@media screen and (max-width: 1199px) {
    .noleggiominisito .listato-prodotti .blocco-singolo-prodotto {
        width: 31%;
    }

    .noleggiominisito .listato-prodotti .blocco-singolo-prodotto:nth-child(4n+0) {
        margin-right: 3%;
    }

    .noleggiominisito .listato-prodotti .blocco-singolo-prodotto:nth-child(3n+0) {
        margin-right: 0;
    }

    .noleggiominisito .hideside {
        display: block;
    }

}

@media screen and (max-width: 767px) {
    .noleggiominisito .listato-prodotti .blocco-singolo-prodotto:nth-child(2n+0) {
        margin-right: 0;
    }
    .noleggiominisito .listato-prodotti .blocco-singolo-prodotto {
        width: 48%;
    }

}

@media screen and (max-width: 500px) {
    .noleggiominisito .listato-prodotti .blocco-singolo-prodotto {
        width: 100%;
    }
}

.testoabout{
    font-size: 17px;
}

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

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


.iconaheader{
    color: #223C7E;
}

.scheda-prodotto-sumisura .dettaglio-prodotto {
    width: 70%;
    display: inline-block;
    float: left;
    margin-right: 1%;
}

.scheda-prodotto-sumisura .contenitore-img {
    display: inline-block;
    width: 29%;
}


.descrizione_negozio ul {
    list-style-type: inherit;
}



.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);
}




.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;
}

@keyframes glow {
    0%, 100% { box-shadow: 0 0 5px rgba(255, 0, 0, 0.5); }
    50% { box-shadow: 0 0 15px rgba(255, 0, 0, 0.8); }
}

.highlight-select {
    animation: glow 0.5s ease-in-out 3; /* 3 lampeggi */
    border: 2px solid red;
    border-radius: 5px;
}
 .btn-wrapper{
    display: inline-block;
    position: relative;
}
