/* ------------------------------ CLASSI DI USO COMUNE --------------------------------- */
body {
    font-family: 'montserratlight', Arial, sans-serif;
    font-size: 12px;
    color: #555;
}

strong {
    font-weight: normal;
    font-family: 'montserratregular', Arial, sans-serif;
}

a {
    color: #000;
}

    a:hover {
        text-decoration: none;
        color: #00aebc;
    }

    a:focus {
        outline: none;
        text-decoration: none;
    }

img {
    max-width: 100%;
    height: auto;
}

/*input, select {
	-moz-appearance: none; -webkit-appearance: none; appearance: none;
}*/

/* titoli */
.title, .subtitle {
    font-family: 'montserratlight', Arial, sans-serif;
}

.title-box {
    text-align: center;
    background: url("../images/line.gif") repeat-x center left;
    margin: 0 0 30px 0;
    position: relative;
}

    .title-box .title {
        position: relative;
        color: #00aebc;
        font-size: 24px;
        line-height: 24px;
        margin: -20px 0 0 0;
        padding: 15px;
        background: #FFF;
        text-transform: uppercase;
        display: inline-block;
        width: auto;
        font-family: 'montserratlight', Arial, sans-serif;
    }

/* form */
.form-control {
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #555;
    padding: 11px 15px;
    height: auto;
}

select.form-control {
    background: #bbbbbb url('../images/icon-arrow-down-b-16.png') no-repeat 100% 50%;
    color: #FFF;
}

.form-control.error {
    border-bottom: 1px solid red;
}

.form-inline .form-group {
    margin-right: 15px;
}

.form-inline .form-control {
    min-width: 250px;
}

.form-control:focus {
    box-shadow: none;
}

.checkbox label, .radio label #privacy {
    text-transform: lowercase;
    font-size: 12px;
}

.form-inline .checkbox {
    display: block;
}

label.error {
    color: red;
    padding: 5px 0;
}

/* buttons */
.btn {
    margin-top: 20px;
}

    .btn.focus,
    .btn:focus,
    .btn:hover {
        color: #FFF;
    }

.btn-default {
    background-color: #00aebc;
    border: none;
    border-radius: 0;
    padding: 12px 25px;
    color: #FFF;
    text-transform: uppercase;
}

    .btn-default:hover {
        background-color: #000;
        color: #FFF;
    }

    .btn-default span.glyphicon {
        display: block;
        padding-bottom: 5px;
    }

.btn-inverse {
    background-color: #000;
    border: none;
    border-radius: 0;
    padding: 12px 25px;
    color: #FFF;
    text-transform: uppercase;
}

    .btn-inverse:hover {
        background-color: #00aebc;
        color: #FFF;
    }

.btn-more {
    padding: 10px 25px 10px 15px;
    background-image: url('../images/arrow_white.png');
    background-repeat: no-repeat;
    background-position: center right;
}

.btn-default.focus, .btn-default:focus {
    background-color: #00aebc;
    color: #ffffff;
}

/* breadcrumbs */
.breadcrumb {
    background: none;
    border-radius: 0;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
    font-size: 11px;
}

    .breadcrumb li.label {
        color: #555;
        font-size: 11px;
        font-weight: normal;
        padding-right: 0;
    }

    .breadcrumb > li.label + li::before {
        color: #555;
        content: ": ";
        padding: 0 5px 0 0;
    }

/* line */
.row.line {
    padding-bottom: 30px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 30px;
}



/* ------------------------------ STRUTTURA --------------------------------- */

/* menu top */
.navbar-top {
    background: #FFF;
    border-top: 6px solid #00aebc;
    color: #949494;
    font-size: 12px;
    border-bottom: 1px solid #eee;
    font-family: 'montserratregular', Arial, sans-serif;
}

    .navbar-top .navbar-collapse {
        padding: 0;
    }

    .navbar-top .nav > li > a {
        color: #949494;
        text-transform: uppercase;
    }

        .navbar-top .nav > li > a:focus,
        .navbar-top .nav > li > a:hover {
            background: none;
            color: #111;
        }

        .navbar-top .nav > li > a.active {
            background: none;
            color: #00aebc;
        }

    .navbar-top .navbar-languages {
        margin-right: 15px;
    }

        .navbar-top .navbar-languages > li > a {
            padding-left: 2px;
            padding-right: 2px;
        }

    .navbar-top .linkedin {
        float: right;
        padding: 17px 0 0;
    }
/* menu principale */
.navbar-main .navbar-brand,
.navbar-main .navbar-brand h1 {
    margin: 0;
    padding: 0;
}

.navbar-main > .container .navbar-brand,
.navbar-main > .container-fluid .navbar-brand {
    display: block;
    margin: 10px 0 20px 15px;
    padding: 0;
    width: 255px;
    height: 40px;
    background: url('../images/eurocolori_logo.png') no-repeat 0 0;
}

.navbar-main .nav {
    margin-top: 13px;
}

    .navbar-main .nav > li > a {
        color: #1d1d1b;
        text-transform: uppercase;
        font-weight: normal;
        padding: 10px 15px;
        font-size: 12px;
        font-family: 'montserratregular', Arial, sans-serif;
    }

        .navbar-main .nav > li > a:focus,
        .navbar-main .nav > li > a:hover,
        .navbar-main .nav .open > a,
        .navbar-main .nav .open > a:focus,
        .navbar-main .nav .open > a:hover {
            background: #00aebc;
            color: #FFF;
        }

        .navbar-main .nav > li > a.active {
            color: #00aebc;
            background: none;
        }

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

ul.nav li.dropdown:hover a {
    background: #00aebc;
    color: #FFF;
}

ul.dropdown-menu.open {
    border: 0 none;
    box-shadow: none;
    float: none;
    margin-top: 0;
    position: static;
    width: auto;
    display: block;
    border-radius: 0;
}

.navbar-main .dropdown-menu {
    min-width: 200px;
    background: #00aebc;
    color: #FFF;
    border-radius: 0;
    border: none;
    padding: 0;
}

    .navbar-main .dropdown-menu > li.dropdown-header {
        color: #FFF;
        text-transform: uppercase;
        font-size: 13px;
    }

    .navbar-main .dropdown-menu > li > a {
        color: #FFF;
        font-size: 12px;
        padding: 10px 15px;
        display: block;
    }

        .navbar-main .dropdown-menu > li > a:focus,
        .navbar-main .dropdown-menu > li > a:hover {
            color: #FFF;
            background: #11949f;
        }

    .navbar-main .dropdown-menu .divider {
        background-color: #33bec9;
        margin: 5px 15px;
    }


/* slider principale */
#slider {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

    #slider .carousel-img {
        position: relative;
        width: 100%;
        z-index: 0;
    }

    #slider .carousel-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 1;
    }

    #slider .carousel-control {
        background: #000;
        top: auto;
        bottom: 0;
        width: 40px;
        height: 40px;
        color: #fff;
        font-size: 18px;
        left: 50%;
        margin-left: -42px;
        opacity: 1;
        position: absolute;
        text-align: center;
        text-shadow: none;
    }

        #slider .carousel-control.right {
            margin-left: 2px;
        }

    #slider .carousel-caption {
        position: static;
        float: right;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 65%;
        text-align: right;
        text-shadow: none;
        color: #1d1d1b;
        font-size: 15px;
        margin-top: 100px;
    }

        #slider .carousel-caption .title-group {
            padding-bottom: 10px;
        }

        #slider .carousel-caption .title {
            color: #00aebc;
            font-size: 57px;
            text-transform: uppercase;
            margin: 0;
            padding: 0;
            font-weight: 400;
        }

        #slider .carousel-caption .title-smaller {
            font-size: 30px;
        }

        #slider .carousel-caption .more {
            margin: 30px 0 0 0;
        }

            #slider .carousel-caption .more a {
                color: #FFF;
                text-transform: uppercase;
                padding: 10px 25px 10px 15px;
                background: #00aebc url('../images/arrow_white.png') no-repeat center right;
            }

                #slider .carousel-caption .more a:hover {
                    background: #000 url('../images/arrow_white.png') no-repeat center right;
                }

    #slider .carousel-caption-inverse {
        color: #FFF;
    }

        #slider .carousel-caption-inverse .title {
            color: #FFF;
            font-size: 57px;
            text-transform: uppercase;
        }

        #slider .carousel-caption-inverse .title-smaller {
            font-size: 30px;
        }

        #slider .carousel-caption-inverse .more a {
            color: #FFF;
            background: #000 url('../images/arrow_white.png') no-repeat center right;
        }

/* contenuto */
#content {
    padding-top: 70px;
    background: url("../images/separator.png") no-repeat top center;
    margin: 40px 0;
}

    #content.products-page {
        padding-top: 0;
        margin-top: 0;
        background: none;
    }

/* newsletter */

.modal-body > iframe {
    display: block;
    width: 100vw;
    height: 50vh;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0 none;
    box-sizing: border-box;
}

#newsletter {
    background: #eee;
    padding-top: 50px;
    padding-bottom: 50px;
}

    #newsletter .title {
        margin: 0;
        padding: 20px 0;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 30px;
        color: #444;
        font-family: 'montserratlight', Arial, sans-serif;
    }

    #newsletter label {
        display: none;
    }

    #newsletter input[type="text"],
    #newsletter input[type="email"],
    #newsletter select {
        width: 100%;
    }

    #newsletter .form-group {
        margin-bottom: 10px;
        width: 100%;
    }

    #newsletter .btn {
        margin-top: 13px;
        width: 100%;
    }

/* footer */
#footer p {
    margin: 0;
}

#footer a {
    color: #FFF;
}

#topfooter {
    background: #333;
    color: #FFF;
    padding-top: 48px;
    padding-bottom: 48px;
}

    #topfooter > .container > .row {
        background: url(../images/eurocolori_logo_footer.png) no-repeat 15px 0;
    }

    #topfooter .col .title {
        margin: 0;
        padding: 0 0 30px 0;
        font-size: 13px;
        color: #FFF;
        text-transform: uppercase;
        background: url(../images/miniline.png) no-repeat bottom left;
        font-family: 'montserratregular', Arial, sans-serif;
    }

    #topfooter .col ul {
        list-style: none;
        margin: 0;
        padding: 0;
        color: #8a8a8a;
        font-size: 12px;
    }

        #topfooter .col ul > li > a {
            color: #8a8a8a;
        }

            #topfooter .col ul > li > a:hover {
                color: #FFF;
            }

#bottomfooter {
    background: #00aebc;
    color: #FFF;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 12px;
}

    #bottomfooter a:hover {
        color: #333;
    }


/* ------------------------------ ELEMENTI HOME --------------------------------- */

/* payoff */
#payoff {
    text-align: center;
    padding-top: 60px;
    background: url("../images/separator.png") no-repeat top center;
    font-weight: 300;
    margin: 30px 0;
}

    #payoff blockquote {
        color: #000;
        font-size: 25px;
        font-style: italic;
        border: none;
        margin: 0;
        padding: 15px 0;
        font-weight: 300;
    }

        #payoff blockquote:before {
            content: "“";
        }

        #payoff blockquote:after {
            content: "”";
        }

/* in evidenza */
#highlights {
    margin: 0;
}

    #highlights .item .item-img {
        height: 260px;
    }

    #highlights .item .item-txt {
        text-align: center;
        font-size: 13px;
        color: #555;
        padding-top: 15px;
    }

        #highlights .item .item-txt .title {
            color: #333;
            font-size: 14px;
            text-transform: uppercase;
        }

            #highlights .item .item-txt .title a {
                color: #333;
                font-family: 'montserratbold', Arial, sans-serif;
            }

                #highlights .item .item-txt .title a:hover {
                    color: #00aebc;
                }

/* banner 35 anni */
#banner {
    text-align: center;
    margin: 100px 0;
    background: #00a9b7 url('../images/35anni.jpg') no-repeat top center;
    padding-top: 240px;
    min-height: 310px;
}

    #banner a {
        color: #FFF;
        font-size: 22px;
        line-height: 28px;
        font-family: 'montserratregular', Arial, sans-serif;
        font-style: italic;
    }

    #banner span {
        display: block;
    }

/* news */
#news {
    margin: 50px 0;
}

.news {
    padding-bottom: 15px;
}

.news-date {
    padding-right: 0;
}

    .news-date a {
        display: block;
        color: #FFF;
        background: #111;
        text-align: center;
        padding: 15px 10px;
    }

        .news-date a:hover,
        .news-date a:focus {
            background: #00aebc;
            text-decoration: none;
        }

    .news-date .day {
        display: block;
        font-size: 35px;
        line-height: 35px;
    }

.news-txt {
    color: #555;
    font-size: 11px;
}

    .news-txt .txt-group {
        height: 90px;
    }

    .news-txt .title,
    .news-txt .title a {
        color: #000;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 16px;
        font-family: 'montserratregular', Arial, sans-serif;
        margin: 0;
        padding: 0;
    }

    .news-txt .title {
        height: 36px;
        padding: 0 0 10px 0;
    }

        .news-txt .title a:hover {
            color: #00aebc;
        }

    .news-txt .more {
        margin: 0;
    }

        .news-txt .more a {
            color: #000;
            font-style: italic;
            letter-spacing: -0.5px;
            padding: 0 13px 0 0;
            font-family: 'montserratregular', Arial, sans-serif;
            background: url('../images/arrow.png') no-repeat center right;
        }

            .news-txt .more a:hover {
                color: #00aebc;
            }

            .news-txt .more a:after {
            }

#news .archive {
    text-align: right;
    margin: 0;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #eee;
}

    #news .archive p {
        margin: 0;
    }

    #news .archive a {
        color: #00aebc;
        text-transform: uppercase;
        padding: 4px 12px 3px 5px;
        background: #FFF url('../images/arrow.png') no-repeat center right;
    }

        #news .archive a:hover {
            color: #333;
        }


/* focus */
#focus {
    padding: 80px 0;
    min-height: 320px;
    margin-bottom: 55px;
    background: #FFF url('../images/colorpalette.jpg') no-repeat center center;
}

    #focus .col {
        text-align: center;
        font-size: 13px;
        color: #333;
    }

        #focus .col .title {
            margin: 0;
            padding: 0 0 15px 0;
            color: #00aebc;
            text-transform: uppercase;
            font-size: 24px;
        }

            #focus .col .title a {
                color: #00aebc;
                text-transform: uppercase;
                font-size: 24px;
            }

/* download */
#download .container {
    background: url('../images/download_book.jpg') no-repeat center right;
    min-height: 400px;
}

#download .row {
    border-top: 1px solid #eee;
}

#download .col {
    padding: 150px 20px;
}

    #download .col .title {
        margin: 0;
        padding: 0 0 15px 0;
        color: #00aebc;
        text-transform: uppercase;
        font-size: 20px;
    }

        #download .col .title a {
            color: #00aebc;
            text-transform: uppercase;
            font-size: 24px;
        }

    #download .col .desc {
        color: #868686;
        font-size: 13px;
    }


/* ------------------------------ ELEMENTI PAGINE INTERNE --------------------------------- */


/* titolo pagina */
#page-title {
    padding-top: 30px;
}

    #page-title .title-box {
        text-align: left;
    }

        #page-title .title-box .title {
            text-align: left;
            padding-left: 0;
        }

        #page-title .title-box .breadcrumbs-box {
            position: absolute;
            top: 20px;
            right: 0;
            background: none;
        }

/* testo */
.text {
    font-size: 15px;
    color: #000;
    padding-bottom: 40px;
}

    .text p {
        margin-bottom: 20px;
    }

    .text a {
        color: #666;
    }

        .text a:hover {
            color: #00aebc;
        }

    .text .title {
        color: #00aebc;
        font-size: 24px;
        line-height: 30px;
        text-transform: uppercase;
        margin: 0 0 0 0;
        padding: 0 0 20px 0;
    }

    .text .title-link {
        color: #009943;
        text-align: center;
        padding: 40px 0 5px 0;
        background: url('../images/ico-link.png') no-repeat top center;
    }

    .text .title-shape {
        color: #009943;
        text-align: center;
        padding: 40px 0 5px 0;
        background: url('../images/ico-shape.png') no-repeat top center;
    }

    .text .title-send {
        color: #009943;
        text-align: center;
        padding: 40px 0 5px 0;
        background: url('../images/ico-send.png') no-repeat top center;
    }

    .text .subtitle {
        color: #00aebc;
        font-size: 15px;
        display: block;
        font-weight: normal;
    }

.sidebar-title {
    padding: 0 0 20px 0;
}

    .sidebar-title .title {
        color: #111;
        font-size: 18px;
        line-height: 22px;
        text-transform: uppercase;
    }

/* call to action */
#calltoaction {
    padding-bottom: 50px;
    padding-top: 90px;
    background: #f7f7f7 url("../images/separator.png") no-repeat center 40px;
    text-align: center;
    color: #070707;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
}

    #calltoaction .container {
        max-width: 60%;
    }

    #calltoaction .title {
        font-family: 'montserratlight', Arial, sans-serif;
        color: #00aebc;
        font-size: 30px;
        line-height: 35px;
    }

    #calltoaction .btn-default {
        font-family: 'montserratregular', Arial, sans-serif;
        font-size: 28px;
        line-height: 35px;
        margin-top: 20px;
        padding: 15px 50px;
    }

        #calltoaction .btn-default span.glyphicon {
            font-size: 21px;
        }

        #calltoaction .btn-default:hover {
            color: #FFF;
            background: #000;
        }

/* contact sidebar */
#contact {
    background: #EAEAEA;
    margin-bottom: 50px;
}

    #contact form {
        padding: 15px 30px 30px 30px;
    }

    #contact .contact-title {
        font-size: 12px;
        padding: 30px 30px 0 30px;
    }

    #contact .title {
        margin: 0;
        padding: 0 0 10px 0;
        text-transform: uppercase;
        font-size: 23px;
        line-height: 30px;
        font-family: 'montserratlight', Arial, sans-serif;
        color: #444;
    }

    #contact label {
        display: none;
    }

    #contact .checkbox label {
        display: block;
    }

    #contact .form-group {
        margin-bottom: 15px;
        width: 100%;
    }

    #contact .form-inline .form-control {
        width: 100%;
    }

    #contact textarea.form-control {
        height: 162px;
    }

    #contact #captcha {
        width: 100%;
        height: auto;
        margin-bottom: 5px;
    }

/* modal */
#contactPopup, #downloadPopup, #demoPopup, #newsletterPopup {
    text-align: center;
}

    #contactPopup .form-group label,
    #downloadPopup .form-group label,
    #demoPopup .form-group label,
    #newsletterPopup .form-group label,
    #contactForm .form-group label {
        display: none;
    }

    #contactPopup .form-group input,
    #downloadPopup .form-group input,
    #demoPopup .form-group input,
    #newsletterPopup .form-group input,
    #contactForm .form-group input {
        background: #f2f2f2;
    }

    #contactPopup .form-group textarea,
    #downloadPopup .form-group textarea,
    #demoPopup .form-group textarea,
    #newsletterPopup .form-group textarea,
    #contactForm .form-group textarea {
        background: #f2f2f2;
        height: 162px;
    }


#return-ajax, #return-ajax-help, #return-ajax-scheda, #return-ajax-campione, #msg-newsletter, #msg-newsletter-popup, #return-ajax-demo {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #00aebc;
    padding: 15px;
}



/* ------------------------------ PAGINA AZIENDA --------------------------------- */
/* pannelli sottopagine */
.panels {
    list-style: none;
    margin: 0;
    padding: 0 0 50px 0;
    position: relative;
}

.panel {
    list-style: none;
    margin: 0 0 0 2%;
    padding: 0 0;
    border: 10px solid #000;
    border-radius: 0;
    width: 32%;
    float: left;
    overflow: hidden;
    position: relative;
    top: auto;
    left: auto;
    z-index: 0;
}

.panels.clearfix > li {
    clear: both;
    overflow: hidden;
}

.panels .panel:first-child {
    margin-left: 0;
}

.panel-cover {
    position: relative;
    width: 100%;
    float: none;
    background: #000;
    cursor: pointer;
}

.panel-cover-img {
    position: relative;
    z-index: 0;
    width: auto;
    opacity: 1;
}

.panel-cover-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    text-align: center;
}

    .panel-cover-title .title {
        color: #FFF;
        text-transform: uppercase;
        font-size: 28px;
        line-height: 30px;
        font-family: 'montserratregular', Arial, sans-serif;
        text-shadow: 0 0 5px #333;
        height: 121px;
        width: 100%;
        margin: 150px auto;
        text-align: center;
        padding: 50px;
        background: url('../images/back-title-page.png') no-repeat center center;
    }

.panel-cover:hover .panel-cover-img {
    opacity: 0.7;
}

.panel-content {
    display: none;
    float: left;
    width: 68%;
    padding: 20px 15px;
    font-size: 13px;
    line-height: 19px;
    position: relative;
}

    .panel-content .title {
        font-family: 'montserratlight', Arial, sans-serif;
        font-size: 25px;
        line-height: 27px;
        color: #000;
        padding: 0 40px 10px 0;
        margin: 0;
    }

    .panel-content .panel-close {
        position: absolute;
        top: 5px;
        right: 5px;
        padding: 3px;
        font-size: 30px;
        line-height: 30px;
        height: 30px;
        width: 30px;
        text-align: center;
        color: #000;
        background: #e6e6e6 url('../images/close.png') no-repeat center center;
        opacity: 1;
        cursor: pointer;
    }

.panel-1 {
    border-color: #fff02a;
}

.panel-2 {
    border-color: #00afec;
}

.panel-3 {
    border-color: #8ec549;
}

.panel.closed {
    width: 30%;
    float: left;
    overflow: hidden;
    position: relative;
    top: auto;
    left: auto;
    z-index: 0;
}

    .panel.closed .panel-cover {
        width: 100%;
    }

    .panel.closed .panel-content {
        display: none;
    }

.panel.open {
    width: 100%;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 0;
}

    .panel.open .panel-cover {
        width: 32%;
        border-right: 13px solid #FFF;
        float: left;
    }

    .panel.open .panel-content {
        display: block;
    }

.panel-text {
    font-size: 14px;
}

.text-row {
    margin-bottom: 20px;
}

    .text-row .title {
        font-size: 21px;
    }


/* ------------------------------ PAGINA NEWS --------------------------------- */

/* dettaglio news */
#latestnews .news-item {
    padding-bottom: 30px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 30px;
}





/* ------------------------------ PAGINA PRODOTTO --------------------------------- */
/* prodotti */
ul.categories-nav {
    list-style: none;
    margin: 0 0 100px 0;
    padding: 0;
    background: #eee;
}

    ul.categories-nav li {
        list-style: none;
        margin: 0;
        float: left;
        width: 25%;
        text-align: left;
        padding: 0;
        /*background: url('../images/category.png') no-repeat center center;
    text-transform: uppercase;*/
        font-family: 'montserratregular', Arial, sans-serif;
        color: #444;
        /*height:210px;*/
        border: 1px solid #FFF;
        font-size: 12px;
        height: 161px;
    }

    ul.categories-nav .category-title {
        color: #000;
        font-size: 12px;
        text-transform: uppercase;
        margin: 0 0 5px 0;
        padding: 0 0 5px 0;
        border-bottom: 1px solid #DDD;
    }

    ul.categories-nav .category-img {
        width: auto;
        min-width: 0;
        max-width: 100%;
        height: auto;
    }

    ul.categories-nav .category-desc {
        color: #222;
        font-size: 11px;
        padding: 0;
        margin: 0;
    }

    ul.categories-nav li a {
        display: block;
        padding: 20px 15px;
        height: 160px;
    }

        ul.categories-nav li a:hover,
        ul.categories-nav li a.active {
            background-color: #00aebc;
            color: #FFF;
        }

            ul.categories-nav li a:hover .category-title,
            ul.categories-nav li a:hover .category-desc,
            ul.categories-nav li a.active .category-title,
            ul.categories-nav li a.active .category-desc {
                color: #FFF;
            }



/* azioni */
.actions ul,
.actions ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.downloads li a {
    display: block;
    position: relative;
    text-align: left;
}

    .downloads li a img {
        position: relative;
        z-index: 0;
    }

    .downloads li a span {
        display: block;
        position: absolute;
        z-index: 1;
        top: 60px;
        left: 50px;
        background: rgba(0,0,0,0.7);
        color: #FFF;
        text-transform: uppercase;
        padding: 5px;
        width: 150px;
        text-align: center;
    }


/* correlati */
.related {
    padding: 50px 0;
}

    .related .title {
        margin: 0;
        padding: 0 0 30px 0;
        font-size: 13px;
        color: #000;
        text-transform: uppercase;
        font-family: 'montserratregular', Arial, sans-serif;
        background: url(../images/miniline.png) no-repeat bottom left;
    }

    .related ul.nav li {
        float: left;
        background: #f8f8f8;
        color: #696969;
        margin-right: 2px;
        margin-bottom: 2px;
        padding: 10px;
    }


/* ------------------------------ PAGINA DOWNLOADS --------------------------------- */
ul.downloads {
    margin-bottom: 50px;
}

.downloads .item {
    padding-bottom: 15px;
}

.downloads .download-item {
    text-align: center;
    border: 1px solid #eee;
}

.downloads .title-box {
    clear: both;
}

.downloads .download-item .title {
    text-transform: uppercase;
    font-family: 'montserratlight', Arial, sans-serif;
    color: #00aebc;
}

/* ------------------------------ PAGINA DISTRIBUTORI --------------------------------- */
#distributori p {
    cursor: pointer;
}

#gallery-software .col-sm-4 {
    margin-bottom: 10px;
}


/* ------------------------------ AREA RISERVATA --------------------------------- */

#area-riservata ul {
    list-style: none;
}

    #area-riservata ul li {
        clear: both;
        overflow: hidden;
    }

#area-riservata #htmlContent2 {
    text-align: center;
    font-size: 28px;
}

    #area-riservata #htmlContent2 img {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    #area-riservata #htmlContent2 a {
        background-color: #00aebc;
        border: medium none;
        border-radius: 0;
        color: #fff;
        padding: 12px 25px;
        text-transform: uppercase;
        font-family: "montserratregular",Arial,sans-serif;
        font-size: 28px;
        line-height: 90px;
        padding: 15px 50px;
    }
/* -------------------------------------------- MEDIA QUERIES ----------------------------------------------- */
@media screen and (max-width: 1024px) {

    .navbar-main .navbar-toggle .icon-bar {
        background: #333;
    }

    .navbar-main .navbar-header {
        width: 100%;
        float: none;
    }

        .navbar-main .navbar-header .navbar-toggle {
            display: block;
            float: right;
        }

    .navbar-main .navbar-collapse.collapse {
        display: none !important;
    }

        .navbar-main .navbar-collapse.collapse.in {
            display: block !important;
        }

    #slider .carousel-caption {
        margin-top: 40px;
        font-size: 14px;
    }

        #slider .carousel-caption .title {
            font-size: 30px;
            line-height: 35px;
        }

    .news-txt .txt-group {
        height: 120px;
    }

    .news-txt .title {
        height: 50px;
    }

    #newsletter input[type="text"], #newsletter input[type="email"], #newsletter select {
        min-width: 0;
    }

    #newsletter .checkbox span {
        font-size: 11px;
    }
}

@media screen and (max-width:1023px) {

    .navbar-main .dropdown-menu > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #page-title .title-box .breadcrumbs-box {
        top: 0;
    }

    #highlights .item .item-img {
        height: auto;
    }

    #slider .carousel-content {
        position: relative;
        top: auto;
        background: #f2f2f2;
    }

    #slider .carousel-caption {
        margin-top: 5px;
        font-size: 12px;
        width: 100%;
        text-align: center;
        height: 200px;
    }

        #slider .carousel-caption .title-group {
            text-align: left;
        }

        #slider .carousel-caption .title {
            font-size: 21px;
        }

        #slider .carousel-caption .subtitle {
            font-size: 16px;
        }

        #slider .carousel-caption .desc {
            padding-left: 0;
            text-align: left;
        }

        #slider .carousel-caption .more {
            margin-top: 15px;
        }

        #slider .carousel-caption br {
            display: none;
        }

    #slider .carousel-control {
        display: none;
    }

    #slider .carousel-caption-inverse {
        color: #1d1d1b;
    }

        #slider .carousel-caption-inverse .title,
        #slider .carousel-caption-inverse .subtitle {
            color: #00aebc;
        }

        #slider .carousel-caption-inverse .desc {
            color: #1d1d1b;
        }

    #banner {
        margin: 40px 0;
    }

        #banner a {
            font-size: 21px;
            line-height: 24px;
        }

    #highlights .item .item-txt .title {
        height: 55px;
    }

    .news .news-item {
        margin-bottom: 20px;
    }

        .news .news-item .news-txt .txt-group {
            height: auto;
            min-height: 60px;
        }

    .news-txt .title {
        height: auto;
    }

    #focus {
        padding: 40px 0;
    }

        #focus .desc {
            height: 150px;
        }

    #download .col {
        padding: 50px 0 50px 15px;
    }

        #download .col .desc {
            font-size: 12px;
        }

        #download .col .more {
            font-size: 13px;
        }

    #newsletter {
        padding-top: 30px;
        padding-bottom: 30px;
    }

        #newsletter .title {
            text-align: center;
            padding-bottom: 15px;
        }

        #newsletter .text-right {
            text-align: center;
        }

    #topfooter > .container > .row {
        padding-top: 30px;
        background: url("../images/eurocolori_logo_footer.png") no-repeat scroll center top;
    }

    #topfooter .col {
        padding-top: 30px;
    }

    #bottomfooter {
        text-align: center;
    }

        #bottomfooter .text-right {
            text-align: center;
            padding-top: 20px;
        }


    .panel-cover-title .title {
        font-size: 24px;
        margin: 60px auto;
        padding: 50px 0;
    }

    .panel.open .panel-cover {
        display: none;
    }

    .panel.open .panel-content {
        width: 100%;
    }

    .row.line {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0;
    }

    #map_canvas {
        height: 400px;
    }

    ul.categories-nav li,
    ul.categories-nav li a {
        height: 180px;
    }

    ul.categories-nav .category-title {
        height: 70px;
    }
}

@media screen and (max-width:767px) {

    .form-inline .form-control {
        min-width: 0;
    }

    .navbar-top {
        border-top: 2px solid #00aebc;
    }

        .navbar-top .navbar-toggle {
            float: left;
        }

            .navbar-top .navbar-toggle .icon-bar {
                background: #999;
            }

        .navbar-top .navbar-collapse {
            padding-left: 15px;
            padding-right: 15px;
        }

        .navbar-top .navbar-languages {
            margin: 7.5px -15px;
        }

            .navbar-top .navbar-languages > li {
                float: left;
                margin-left: 15px;
            }

        .navbar-top .linkedin {
            float: left;
            padding: 2px 0 15px;
        }


    .navbar-main .navbar-header {
        margin: 0;
    }

        .navbar-main .navbar-header .navbar-toggle {
            margin: 0;
        }

    .navbar-main > .container .navbar-brand, .navbar-main > .container-fluid .navbar-brand {
        margin: 0;
        display: block;
        padding: 0;
        width: 230px;
        height: 36px;
        background: url('../images/eurocolori_logo_sm.png') no-repeat 0 0;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
    }

    #slider {
        max-width: 100%;
        overflow: hidden;
    }

        #slider .carousel-img {
            max-width: none;
            height: 250px;
            width: auto;
            margin-left: -125px;
        }

        #slider .carousel-caption {
            margin-top: 10px;
            width: 100%;
            font-size: 11px;
            height: 250px;
        }

            #slider .carousel-caption .title {
                font-size: 18px;
            }

            #slider .carousel-caption .subtitle {
                font-size: 14px;
            }

            #slider .carousel-caption .desc {
                padding-left: 0;
            }

            #slider .carousel-caption .more {
                margin-top: 15px;
            }

        #slider .carousel-control {
            width: 30px;
            height: 30px;
            font-size: 18px;
            line-height: 18px;
            padding: 0;
            bottom: 5px;
            margin-left: -32px;
        }

            #slider .carousel-control .glyphicon-chevron-left,
            #slider .carousel-control .glyphicon-chevron-right,
            #slider .carousel-control .icon-next, .carousel-control .icon-prev {
                top: 20%;
            }

        #slider iframe {
            height: 300px !important;
        }

    #highlights {
        margin: 0;
    }

        #highlights .item {
            margin-bottom: 30px;
        }

            #highlights .item .item-txt {
                font-size: 11px;
            }

                #highlights .item .item-txt .title {
                    font-size: 12px;
                    height: auto;
                }

    #banner a {
        font-size: 14px;
        line-height: 15px;
        padding: 0 30px;
    }

    #banner span {
        display: inline;
    }


    .news .news-date {
        font-size: 12px;
    }

    .news .news-txt .desc {
        display: none;
    }

    .news .news-txt .title, .news .news-txt .title a {
        font-size: 16px;
    }

    .news .news-txt .txt-group {
        height: auto;
    }

    .news-txt .txt-group {
        height: auto;
    }

    #focus {
        padding: 0;
        background: none;
    }

        #focus .col {
            padding: 30px 0;
        }

        #focus .desc {
            height: auto;
        }

    #download {
        display: none;
    }

    #newsletter .title {
        font-size: 16px;
        text-align: center;
    }

    #newsletter form {
        padding: 10px 30px;
    }

    #newsletter .form-inline .form-group {
        margin-right: 0;
    }


    .panel-title {
        display: none;
    }

    #calltoaction .container {
        max-width: 95%;
    }

    #page-title .title-box {
        padding-top: 40px;
        background: url("../images/line.gif") repeat-x scroll left bottom rgba(0, 0, 0, 0);
    }

        #page-title .title-box .title {
            padding: 5px 5px 5px 0;
        }

    #content {
        margin: 30px 0 50px 0;
        padding-top: 70px;
    }


    ul.categories-nav li {
        width: 100%;
        float: none;
    }



    ul.downloads {
        margin-bottom: 0;
    }

    .request {
        text-align: left !important;
        padding: 30px 0 !important;
    }

        .request button {
            width: 100%;
        }

    .downloads .item {
        margin-bottom: 50px;
    }


    #latestnews {
        padding-top: 30px;
    }

    #page-title .title-box .breadcrumbs-box {
        top: auto;
        bottom: 70px;
    }

    .breadcrumb li.label {
        display: none;
    }

    .breadcrumb > li.label + li::before {
        display: none;
    }

    .breadcrumb > li {
        display: block;
        float: none;
        text-align: right;
    }

        .breadcrumb > li + li::before {
            display: none;
        }

    #captcha {
        width: 100%;
        height: auto;
        margin-bottom: 5px;
    }

    ul.categories-nav li,
    ul.categories-nav li a {
        height: auto;
    }

    ul.categories-nav .category-title {
        height: auto;
    }
}
