.div-abilitaModifica {
    position: fixed;
    right: 0;
    top: 30%;
    border: 2px solid #CCC;
    border-right: 0;
    border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    z-index: 1000000000000;
}

.div-window {
    position: absolute;
    z-index: 99999999;
    padding: 0 5px 5px 5px;
    cursor: move;
    background-color: #B1C4EF;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

    .div-window .chiudi {
        text-align: right;
        padding: 15px 2px;
    }

.matita-window {
    width: 800px;
    height: 500px;
    border: 0;
}

body {
    text-align: justify;
}


.tp-header {
    padding: 0px;
    padding-bottom: 0;
    background-color: #FFFFFF;
}


    .tp-header h1 {
        font-size: 0.95em;
        text-align: right;
        margin-top: 8px;
        margin-bottom: 8px;
    }


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .tp-navbar .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: #007ab4;
    color: #FFF;
}

.tp-navbar .nav > li > a {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width:768px) {
    .tp-navbar .nav > li > a {
        padding-left: 45px;
        padding-right: 45px;
    }
}

.tp-navbar .dropdown-menu {
    width: 100%;
}



.navbar-brand {
    height: auto;
    padding: 15px 0px 15px 11px;
}

.tp-navbar .navbar-default {
    /*border-top: 2px solid #e2e6ed;
    border-bottom: 2px solid #e2e6ed;*/
}

.iosSlider {
    border-bottom: 1px solid #e2e6ed;
}

.tp-newsletter .newsletter a.tp-btn-orange {
    color: #fff;
    font-size: 15px;
    padding: 10px 30px 11px 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 0px;
    border: none;
}

.tp-motore .newsletter a.tp-btn-orange {
    color: #fff;
    font-size: 15px;
    padding: 10px 30px 10px 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 0px;
    border: none;
}

.tp-product-page.div-sottoCategorie .product-thumb .grey-box {
    padding: 5px;
}

    .tp-product-page.div-sottoCategorie .product-thumb .grey-box h3, .tp-product-page.div-sottoCategorie .product-thumb .grey-box p {
        margin-bottom: 0;
        height: 40px;
    }

    .tp-product-page.div-sottoCategorie .product-thumb .grey-box .div-link {
        margin-bottom: 0;
        height: 35px;
        font-size: 1.3em;
        margin-bottom: 30px;
        line-height: 36px;
        text-align: center;
        font-weight: 300;
    }

.tp-product-page .product-thumb {
    min-height: 0;
    margin-bottom: 20px;
}

.tp-blog-right {
    margin-top: 0;
}


.div-newsDettaglio .foto {
    float: left;
    margin-right: 5px;
    margin-bottom: 3px;
}

.div-newsDettaglio .descrizione {
    clear: both;
    overflow: hidden;
}

.div-newsDettaglio .data {
}

.div-newsDettaglio .indietro {
}


.table-news {
    width: 100%;
}

    .table-news .row {
        margin-bottom: 10px;
    }

    .table-news .titolo {
    }

    .table-news article {
    }

    .table-news .dettagli {
        text-align: right;
    }

    .table-news .pagination {
    }

.table-newsTop {
    width: 100%;
}

    .table-newsTop .row {
        margin-bottom: 10px;
    }

    .table-newsTop .foto {
    }

    .table-newsTop .titolo {
    }

    .table-newsTop .descrizione {
    }

    .table-newsTop .data {
    }

.iosSlider .item .caption {
    left: 15% !important;
    top: 15% !important;
    bottom: initial !important;
}


@media (max-width:768px) {
    h1 {
        font-size: 2em;
        margin-bottom: 10px;
    }
}


@media (min-width:768px) and (max-width:1400px) {

    .iosSlider .item .caption {
        top: 8% !important;
        width: 30% !important;
    }

        .iosSlider .item .caption .main_title {
            font-size: 29px !important;
            line-height: 35px !important;
            margin-bottom: 0px !important;
        }

        .iosSlider .item .caption.style1 .title_big {
            margin-bottom: 0 !important;
            line-height: 30px !important;
            font-size: 0.8em !important;
        }
}

@media (max-width:800px) {
    .iosSlider .item .caption {
        display: none;
    }
}


.tp-blog-left ul {
    padding-left: 40px;
    margin-bottom: 10px;
}

    .tp-blog-left ul li {
        list-style-type: disc;
    }

.tp-blog-left h1 {
    border-bottom: 1px solid rgba(44, 46, 131, 0.52);
}


@media (max-width:768px) {
    .navbar-nav {
        overflow: hidden;
    }
}

.tp-navbar .dropdown-menu {
    min-width: 250px;
    background-color: transparent;
    border: none;
}

    .tp-navbar .dropdown-menu > li > a {
        display: block;
        padding: 0 20px;
        line-height: 40px;
        background-color: #FFFFFF;
        border: 1px solid #e2e6ed;
    }


@media (max-width:768px) {
    .tp-navbar .dropdown-menu {
        min-width: 0;
    }

        .tp-navbar .dropdown-menu > li > a {
            display: block;
        }
}

#divMotore {
    border: 1px solid #d5dae2;
    height: 41px;
    padding: 10px;
    cursor: pointer;
    background: #FFFFFF;
    margin-bottom: 10px;
}

    #divMotore span {
        margin-top: -3px;
        display: block;
    }

    #divMotore.open {
        height: 300px;
        overflow-y: scroll;
        position: absolute;
        z-index: 1000;
        width: 95%;
    }


    #divMotore .selected {
        color: #ff7841;
    }

    #divMotore table {
        width: 100%;
    }

        #divMotore table tr td {
            width: 20px;
        }

            #divMotore table tr td:last-child {
                width: auto;
            }

    #divMotore > div > table {
        background-color: #f7f7f7;
    }

    #divMotore table:hover {
        background-color: #ff7841;
    }

        #divMotore table:hover tr td a {
            color: #FFF;
        }




@media (min-width:768px) and (max-width:992px) {
    .tp-product-page .product-thumb .grey-box h2 a {
        height: 70px;
        display: block;
    }
}


@media (min-width: 768px) {
    .navbar-nav {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li {
        width: 1%;
        text-align: center;
        display: table-cell;
        float: none;
        /*border-left: 1px solid #e2e6ed;
        padding: 10px 10px;*/
    }
}

@media (min-width: 768px) and (max-width:992px ) {
    .navbar-nav > li > a {
        height: 65px;
    }
}


table > tbody > tr > td.fatturato {
    background-color: #ffedb6;
    border: 0px;
    text-align: center;
}

td.massimale {
    background-color: #f9f9f9;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

td.premio {
    text-align: center;
    border-bottom: 1px solid #ddd;
}




#cookie-bar {
    background: #111111;
    height: auto;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
}

    #cookie-bar p {
        color: #FFF;
    }

    #cookie-bar.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10000000;
    }

        #cookie-bar.fixed.bottom {
            bottom: 0;
            top: auto;
        }

    #cookie-bar p {
        margin: 0;
        padding: 0;
    }

    #cookie-bar a {
        color: #ffffff;
        display: inline-block;
        border-radius: 3px;
        text-decoration: none;
        padding: 0 6px;
        margin-left: 8px;
    }

    #cookie-bar .cb-enable {
        background: #007700;
    }

        #cookie-bar .cb-enable:hover {
            background: #009900;
        }

    #cookie-bar .cb-disable {
        background: #990000;
    }

        #cookie-bar .cb-disable:hover {
            background: #bb0000;
        }

    #cookie-bar .cb-policy {
        background: none;
        text-decoration: underline;
        margin-left: 0;
    }

        #cookie-bar .cb-policy:hover {
            background: none;
        }


.tp-navbar .nav > li > a {
    border-left: 0;
}

.tp-navbar .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}


@media (max-width:460px) {

    .tp-header h1 {
        font-size: 12px;
    }
    .navbar-brand {
    
        padding: 10px 0px 0px 0px;
    }
}