html {
    height: 100%;
}

body {
    min-height: 100%;
    position: relative;
    padding-bottom: [footer-height]
}

#footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: [footer-height]
}

@media screen and (orientation:portrait) {
    body {
        padding-top: 50px;
    }
}

@media screen and (max-width:1100px) {
    body {
        padding-top: 50px;
    }
}

.container-fluid.main {
    padding-bottom: 80px;
    min-height: 71vh;
}
/*Header*/

/*.navbar-contact-dsk {
    float: right;
    width: 35%;
    padding-top: 12px;
}

    .navbar-contact-dsk input[type='button'] {
        padding: 12px;
        float: left;
        width: 46%;
        margin-left: 2%;
        margin-right: 2%;
        font-size: 11px;
        border: 0;
        font-family: 'FontAwesome','Poppins', sans-serif;
    }*/

.navbar-contact {
    float: right;
    width: 35%;
    /*padding-top: 12px;*/
}

    .navbar-contact input[type='button'] {
        padding: 12px;
        float: left;
        width: 46%;
        margin-left: 2%;
        margin-right: 2%;
        font-size: 11px;
        border: 0;
        font-family: 'FontAwesome','Poppins', sans-serif;
        margin-top:20px !important;
        margin-bottom:20px !important;
    }

#call-mobile {
    background: #5cb85c !important;
    border-color: #5cb85c !important;
}


@media screen and (orientation:portrait) {


    .navbar-contact {
        display: block;
        position: fixed;
        bottom: 0px;
        width: 100%;
        left: 0;
        overflow: hidden;
        padding-bottom: 16px;
        background: rgba(255,255,255,0.9);
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 0;
    }

        .navbar-contact input[type='button'] {
            padding: 12px;
            float: left;
            width: 46%;
            margin-left: 2%;
            margin-right: 2%;
            font-size: 11px;
            border: 0;
            font-family: 'FontAwesome','Poppins', sans-serif;
        }
}

@media screen and (orientation:landscape) and (max-width:1100px) {

    .navbar-contact {
        display: block;
        position: fixed;
        bottom: 0px;
        width: 100%;
        left: 0;
        overflow: hidden;
        padding-bottom: 16px;
        background: rgba(255,255,255,0.9);
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 0;
    }

        .navbar-contact input[type='button'] {
            padding: 12px;
            float: left;
            width: 46%;
            margin-left: 2%;
            margin-right: 2%;
            font-size: 11px;
            border: 0;
            font-family: 'FontAwesome','Poppins', sans-serif;
        }
}

.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    transition: ease all 0.4s;
    background: #f8f8f8;
    box-shadow: 0px 2px 12px rgba(0,0,0,0.08);
    width: 100%;
}

@media screen and (orientation:portrait) {
    .fixed-nav {
        position: relative;
        top: auto;
        left: auto;
        transition: ease all 0.4s;
        background: #f8f8f8;
        box-shadow: none;
        width: auto;
    }
}

@media screen and (orientation:landscape) and (max-width:1100px) {
    .fixed-nav {
        position: relative;
        top: auto;
        left: auto;
        transition: ease all 0.4s;
        background: #f8f8f8;
        box-shadow: none;
        width: auto;
    }
}
/*.navbar-contact {
    float: right;
    margin-right: 73px;
    font-size: 11.5px;
    margin-top: 4px;
     font-weight: 300;
}

    /*  .navbar-contact:nth-child(3) {
        margin-top: 24px;
       font-weight: 300;
    }
*/
/*.navbar-contact:nth-child(4) {
        margin-top: 24px;
         font-weight: 300;
    }


@media screen and (orientation:portrait) {
    .navbar-contact {
        display: none;
    }
}

@media screen and (max-width:1100px) {
    .navbar-contact {
        display: none;
    }
}

@media screen and (max-width:1200px) {
    .navbar-contact {
        float: right;
        margin-right: 55px;
        font-size: 11.5px;
        margin-top: 4px;
        font-weight: 300;
    }
}*/
/*Nivo Slider*/
@media (max-width: 1000px) {
    .theme-custom {
        margin-top: 0 !important;
        overflow: hidden;
    }
}

/*Dropdown*/
.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    .mega-dropdown-menu > li > ul {
        padding: 0;
        margin: 0;
    }

        .mega-dropdown-menu > li > ul > li {
            list-style: none;
        }

            .mega-dropdown-menu > li > ul > li > a {
                display: block;
                color: #222;
                padding: 3px 5px;
            }

    .mega-dropdown-menu > li ul > li > a:hover,
    .mega-dropdown-menu > li ul > li > a:focus {
        text-decoration: none;
    }

    .mega-dropdown-menu .dropdown-header {
        font-size: 18px;
        color: #ff3546;
        padding: 5px 60px 5px 5px;
        line-height: 30px;
    }

/*Home*/
.popup {
    position: fixed;
    top: 90px;
    right: 32px;
    background: #fff;
    padding: 24px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.12);
    z-index: 999999;
    width: 22vw;
}

    .popup .close {
        color: #F00;
        transition: ease all 0.4s;
        margin-top: -14px;
    }

    .popup p {
        font-size: 0.9vw;
        padding: 24px 4px 0;
    }

@media screen and (orientation:portrait) {
    .popup {
        position: fixed;
        top: 70px;
        right: 32px;
        background: #fff;
        padding: 24px;
        box-shadow: 0px 8px 16px rgba(0,0,0,0.12);
        z-index: 999999;
        left: 32px;
        width: auto;
    }

        .popup p {
            font-size: 3.1vw;
            padding: 24px 4px 0;
        }
}

.cycle-slideshow img {
    width: 100%;
}

.rd-box-shadow {
    box-shadow: 4px -1px 12px 0px #bfbfbf;
}

.rd-box-shadow-gray {
    box-shadow: 4px -1px 12px 0px #989898;
}



.motto {
    width: 100%;
    background: #fff;
    padding: 24px 4%;
    font-size: 20px;
    font-weight: 300;
    color: #222;
    text-align: center;
    box-shadow: 0px 8px 24px rgba(0,0,0,0.1);
}

.company {
}

    .company .companysection {
        padding: 35px 0px 0px;
        background-size: cover;
        transition: ease all 0.4s;
        margin-top: 32px;
        box-shadow: 4px -1px 12px 0px #4b4b4b;
    }

        .company .companysection:hover {
            opacity: .8;
            cursor: pointer;
        }

    .company img {
        /*width: 100%;*/
        /*position: ABSOLUTE;
        top: 46px;
        right: 35px;*/
        height: 40px;
    }

    .company:hover img {
        opacity: 1;
    }

    .company .companysection h2 {
        position: absolute;
        top: 44px;
        right: 32px;
        left: 32px;
        text-transform: uppercase;
        text-align: right;
        color: #fff;
        font-size: 0.6vw;
        line-height: 0.8vw;
        font-weight: 300;
        letter-spacing: 0.8px;
        font-family: 'Michroma', sans-serif;
    }

        .company .companysection h2 span:nth-child(1) {
            background: #194084;
            padding: 0 4px;
            font-size: 1.9vw;
            display: inline;
            font-weight: bold;
            font-family: 'Poppins', sans-serif;
            line-height: 3.2vw;
        }

        .company .companysection h2 span:nth-child(2) {
            background: #c6374c;
            padding: 0px 4px;
            display: inline;
            font-size: 1.9vw;
            font-weight: bold;
            font-family: 'Poppins', sans-serif;
            line-height: 3.2vw;
        }

        .company .companysection h2 span.yellow:nth-child(2) {
            background: #eed247 !important;
            color: #052090 !important;
        }

        .company .companysection h2 span.green:nth-child(2) {
            background: #46904f !important;
        }

        .company .companysection h2 span.orange:nth-child(2) {
            background: #e79048 !important;
        }

    .company .companysection:hover div:after {
        margin-right: -10px;
    }

    .company .companysection:hover div:before {
        width: 100px;
    }

    .company .companysection div {
        width: 100%;
        padding: 88px 24px 24px;
        font-size: 25px;
        line-height: 1.8vw;
        font-weight: 400;
        color: #fff;
        background: linear-gradient(transparent, rgba(0,0,0,0.9));
        letter-spacing: 1px;
    }

        .company .companysection div:after {
            content: '>';
            font-size: 2vw;
            font-weight: bold;
            color: #ffc716;
            float: right;
            transition: ease all 0.4s;
        }

        .company .companysection div:before {
            content: '';
            position: absolute;
            left: 40px;
            bottom: 12px;
            width: 0px;
            height: 5px;
            background: #ffc716;
            transition: ease all 0.4s;
        }

@media screen and (orientation:portrait) and (max-width:991px) {
    .company img {
        width: unset;
        height: 23px;
        margin-top: -74px;
    }

    .company .companysection {
        padding: 110px 0px 0px;
    }

        .company .companysection div {
            padding: 88px 12px 24px;
            font-size: 5vw;
            line-height: 6vw;
        }

            .company .companysection div:after {
                font-size: 5vw;
            }

            .company .companysection div:before {
                left: 12px;
            }

        .company .companysection h2 {
            position: absolute;
            top: 46px;
            right: 24px;
            text-transform: uppercase;
            text-align: right;
            color: #fff;
            font-size: 1.8vw;
            font-weight: 300;
            line-height: 2.4vw;
            letter-spacing: 0.8px;
        }

            .company .companysection h2 span:nth-child(1) {
                line-height: 10vw;
                padding: 0 4px;
                font-size: 5vw;
            }

            .company .companysection h2 span:nth-child(2) {
                padding: 0px 4px;
                font-size: 5vw;
            }
}
/*
        .company .companysection div span {
            background: #ffcb00;
            padding: 2px 38px;
            font-size: 0px;
            display: block;
            width: 50px;
        }

        .company .companysection div .innerMotto {
            width: 70% !important;
            padding: 0px;
            background: rgba(255,255,255, 0);
            margin-top: 0px !important;
            font-size: 0px;
            text-transform: uppercase;
            font-weight: 400;
            float: right;
            transition: ease all 0.4s;
            opacity: .0;
        }

        .company .companysection:hover .innerMotto {
            font-size: 14px;
            opacity: 1;
        }*/

.company .intervento {
    background: url(../images/bg-intervento-400.jpg);
    background-size: cover;
}

.company .ricambi {
    background: url(../images/bg-parts.jpg);
    background-size: cover;
}

.company .usato {
    background: url(../images/bg-usato.jpg);
    background-size: cover;
}

.company .noleggio {
    background: url(../images/bg-noleggio-2.jpg);
    background-size: cover;
}
/*
@media screen and (orientation:portrait) {
    .company .col-md-6:nth-child(3) {
        background: url(../images/home/bg-usato.jpg);
        background-size: cover;
    }
}
*/

.image-box {
    padding-top: 30%;
    transition: ease all 0.4s;
}
.image-box.wide {
    padding-top: 22%;
    transition: ease all 0.4s;
    margin-top:15px;
}
@media screen and (orientation:portrait){
    .image-box.wide {
        padding-top: 30%;
    }
}

    .image-box:hover img {
        opacity: .8;
    }

    .image-box:hover .image-box-title h2:before {
        width: 100px;
    }

    .image-box:hover .image-box-title h2:after {
        margin-right: -10px;
    }

    .image-box img {
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        width: calc(100% - 30px);
        height: 100%;
        object-fit: cover;
        z-index: 0;
        transition: ease all 0.6s;
    }

.image-box-title {
    position: absolute;
    width: calc(100% - 30px);
    padding: 80px 24px 24px;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    bottom: 0;
    left: 15px;
    right: 15px;
    transition: ease all 0.6s;
}

    .image-box-title h2 {
        font-size: 1.3vw;
        line-height: 1.8vw;
        font-weight: 400;
        color: #fff;
        padding: 0;
    }

        .image-box-title h2:before {
            content: '';
            position: absolute;
            left: 24px;
            bottom: 14px;
            width: 0px;
            height: 5px;
            background: #ffc716;
            transition: ease all 0.4s;
        }

        .image-box-title h2:after {
            content: '>';
            float: right;
            font-size: 2vw;
            line-height: 2vw;
            font-weight: 600;
            color: #ffc716;
            transition: ease all 0.6s;
        }

@media screen and (orientation:portrait) and (max-width:991px) {

    .image-box {
        padding-top: 40%;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .image-box-title h2 {
        font-size: 5vw;
        line-height: 6vw;
    }

        .image-box-title h2:after {
            font-size: 6vw;
        }
}

/*Promotion*/
.promotionInner {
    margin-top: 64px;
    margin-bottom: 64px;
}

.promotion .element {
    text-align: left;
    background: #f4f4f4;
    margin-bottom: 32px;
    overflow: hidden;
}

.promotion .topAlert {
    background: #ffcb00;
    color: #222;
    padding: 8px;
    font-weight: 800;
}

.promotion .element .img {
    /*height: 200px;*/
    overflow: hidden;
}


    .promotion .element .img img {
        width: 100%;
    }

.promotion .type {
    color: #222;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 8px;
    padding-left: 8px;
}

.promotion .title {
    color: #222;
    font-size: 20px;
    font-weight: bold;
    padding: 8px;
}

.promotion .details {
    color: #222;
    font-size: 16px;
    padding-left: 8px;
}

.promotion p {
    padding-left: 8px;
}

.promotion .element .features {
    color: #222;
    font-size: 14px;
    padding-left: 8px;
    float: left;
    width: 32%;
    margin-top: 8px;
}

    .promotion .element .features i {
        color: #024795;
    }

.promotion .featuresInner {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #222;
    float: left;
    font-size: 14px;
    margin-left: 8px;
    margin-top: 8px;
    padding: 4px;
    text-align: center;
    width: 23%;
}

    .promotion .featuresInner i {
        color: #024795;
    }

@media screen and (orientation:portrait) {
    .promotion .featuresInner {
        background: #f4f4f4 none repeat scroll 0 0;
        color: #222;
        font-size: 14px;
        margin-top: 8px;
        padding: 4px;
        text-align: center;
        width: 100%;
    }
}

@media screen and (orientation:landscape) and (max-width:1100px) {
    .promotion .featuresInner {
        background: #f4f4f4 none repeat scroll 0 0;
        color: #222;
        font-size: 14px;
        margin-top: 8px;
        padding: 4px;
        text-align: center;
        width: 100%;
    }
}



.promotion .element .bott {
    color: #f4f4f4;
    font-size: 32px;
    padding: 8px;
    float: right;
    font-weight: bold;
    /*margin-top: 32px;*/
    text-align: right;
    line-height: 0.9em;
    width: 100%;
    background-color: #ffcb00;
    /*background: #cccccc;*/
}

.promotion .bott {
    color: #222;
    font-size: 32px;
    padding: 8px 8px 0;
    float: right;
    font-weight: bold;
    /*margin-top: 32px;*/
    text-align: right;
    line-height: 0.9em;
}

.title h2 {
    font-weight: bold;
    padding-bottom: 12px;
}

.subtitle h4 {
    padding-bottom: 24px;
    font-size: 20px;
}

.description {
    padding-top: 24px;
}

.conditions {
    padding-top: 16px;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}

.promotionbox .element .img {
    height: 200px;
}

.promotionbox .title {
    text-transform: uppercase;
    height: 100px;
}

.promotionbox .details {
    height: 80px;
    font-size: 13px !important;
    text-transform: lowercase;
}

.box:hover {
    opacity: .8;
    cursor: pointer;
}

.box div {
    background: #f5f5f5;
    padding: 0px;
    box-shadow: 0px;
    height: 200px;
    overflow: hidden;
}

    .box div img {
        width: 100%;
    }

.box h2 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 8px;
    padding-bottom: 20px;
}

.box p {
    color: #616161;
    font-size: 13px;
    font-weight: 300;
}

.box h3 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}

.box .promotions {
    position: absolute;
    opacity: 0.7;
    background: #616161;
    padding: 4px;
    font-size: 11px;
    color: #fff;
    width: 100%;
    text-align: center;
    height: 30px;
    top: -17px;
    width: 200px;
    right: 27px;
}

.box btn-primary {
    margin-top: 12px;
}

.box-price {
    background: #006c05 !important;
    bottom: 0;
    color: #fff !important;
    font-size: 16px;
    height: 45px;
    left: 0;
    padding-right: 16px !important;
    position: absolute;
    text-align: right;
    width: 100%;
    height: 44px !important;
    padding-top: 2px !important;
}

    .box-price span {
        font-size: 30px !important;
        color: #fff !important;
    }


.clients {
    background: #ededed padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: -20px;
}

    .clients img {
        width: 5.3%;
        float: left;
        margin-left: 3%;
    }

@media screen and (orientation:portrait) {
    .clients img {
        width: 5.5%;
        float: left;
        margin-left: 2.5%;
    }
}

@media screen and (max-width:1100px) {
    .clients img {
        width: 5.5%;
        float: left;
        margin-left: 2.5%;
    }
}

.bottom-bar {
    color: #e0e0e0;
    background: #212121;
    padding-top: 24px;
    padding-bottom: 24px;
    color: #cccccc;
    font-weight: 300;
    /*margin-top: 20px;*/
}

    .bottom-bar a {
        color: #e0e0e0;
    }

        .bottom-bar a:hover {
            color: #eeeeee;
        }

    .bottom-bar i {
        font-size: 40px;
        margin-right: 12px;
    }

    .bottom-bar input {
        padding: 8px;
        margin-left: 12px;
        width: 220px;
        margin-top: 0;
    }

@media screen and (orientation:portrait) {
    .bottom-bar {
        text-align: center;
    }

        .bottom-bar i {
            font-size: 40px;
            margin-right: 12px;
            margin-top: 32px;
        }

        .bottom-bar input {
            padding: 8px;
            margin-top: 8px;
        }
}

@media screen and (max-width:1100px) {
    .bottom-bar {
        text-align: center;
    }

        .bottom-bar i {
            font-size: 40px;
            margin-right: 12px;
            margin-top: 32px;
        }
}

.bottom-bar .btn {
    margin-top: 0;
}

/*Azienda*/
.row-grey {
    background: #fafafa;
    padding-top: 48px;
    padding-bottom: 48px;
    margin-top: 64px;
}

/*Storia*/
.story .col-md-4 {
    text-align: center;
}

.story .row {
    padding-top: 48px;
    padding-bottom: 48px;
}

    .story .row:nth-child(2n + 1) {
        background: #fafafa;
    }

.story .col-md-8 h1 {
    text-align: left;
    padding-top: 0;
    padding-bottom: 12px;
}

.story img {
    width: 100%;
    margin-top: 32px;
}

.date {
    padding: 8px 24px;
    background: #1e3b86;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    letter-spacing: 2px;
}

.dotted-vertical {
    width: 1px;
    height: 240px;
    margin: 32px auto;
    border-left: 1px dotted #CCC;
}

@media screen and (orientation:portrait) {
    .story img {
        width: 100%;
        margin-top: 32px;
    }

    .dotted-vertical {
        width: 1px;
        height: 160px;
        margin: 32px auto;
        border-left: 1px dotted #CCC;
    }
}

@media screen and (max-width:1100px) {
    .story img {
        width: 100%;
        margin-top: 32px;
    }

    .dotted-vertical {
        width: 1px;
        height: 160px;
        margin: 32px auto;
        border-left: 1px dotted #CCC;
    }
}

/*Commercial*/
.left-menu {
    margin-bottom: 32px;
}

    .left-menu img {
        width: 32px;
        margin-right: 24px;
    }

    .left-menu div {
        padding: 12px 24px;
        /*width: 90%;*/
        background: #eeeeee;
        transition: ease all 0.4s;
        margin-top: 1px;
        color: #616161;
        font-size: 16px;
        font-weight: 300;
    }

        .left-menu div:hover {
            background: #f5f5f5;
            box-shadow: 4px 0px 0px 0px #ffcb00 inset;
            cursor: pointer;
        }

        .left-menu div.selected {
            background: #f5f5f5;
            box-shadow: 4px 0px 0px 0px #ffcb00 inset;
            cursor: pointer;
        }

.product-list {
    /*margin-bottom: 80px;*/
    min-height: 500px;
}

    .product-list li {
        padding-bottom: 12px;
        text-align: left;
    }

        .product-list li div {
            color: #222;
            font-weight: 300;
            font-size: 14px;
        }

            .product-list li div:hover {
                color: #222;
                font-weight: 400;
                cursor: pointer;
            }

            .product-list li div.selected {
                color: #222;
                font-weight: 800;
            }

            .product-list li div:before {
                content: "> ";
                color: #17588f !important;
            }

    .product-list img {
        width: 100%;
    }

@media screen and (orientation:portrait) {
    .left-menu div {
        padding: 12px 24px;
        width: 100%;
        background: #eeeeee;
        transition: ease all 0.4s;
        margin-top: 1px;
        color: #616161;
        font-size: 16px;
        font-weight: 300;
    }
}

@media screen and (max-width:1100px) {
    .left-menu div {
        padding: 12px 24px;
        width: 100%;
        background: #eeeeee;
        transition: ease all 0.4s;
        margin-top: 1px;
        color: #616161;
        font-size: 16px;
        font-weight: 300;
    }
}

.templateProducts .col-md-9 p {
    text-align: justify;
    margin-top: 8px;
}

.templateProducts .col-md-9 button {
    float: left;
    margin-right: 12px;
}

.popup-form {
    position: fixed;
    right: 0;
    top: 20%;
    width: 600px;
    overflow: hidden;
    padding: 20px;
    background: rgba(238,238,238,0.8);
    text-align: left;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

@media screen and (orientation:portrait) {
    .popup-form {
        position: fixed;
        right: 0;
        top: 10%;
        width: 90%;
        overflow: hidden;
        padding: 20px;
        background: rgba(238,238,238,0.8);
        text-align: left;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }
}

@media screen and (max-width:1100px) {
    .left-menu div {
        padding: 12px 24px;
        width: 100%;
        background: #eeeeee;
        transition: ease all 0.4s;
        margin-top: 1px;
        color: #616161;
        font-size: 16px;
        font-weight: 300;
    }
}

.popup-form .close {
    top: 0;
    left: 0;
    font-size: 18px;
}

.popup-form label {
    font-size: 14px;
    text-align: left;
}

.popup-form input, .popup-form span, .popup-form textarea {
    font-size: 14px;
}

.popup-form textarea {
    margin-top: 0;
}


/*Usato*/

.reserved {
    font-size: 25px;
    font-weight: bold;
    color: #616161;
    padding-top: 20px;
    padding-bottom: 20px;
}

.price {
    font-size: 20px;
    font-weight: bold;
    color: #616161;
}

.sku {
    margin-top: 10px;
}

.search {
    margin-bottom: 64px;
}

    .search label {
        margin-top: 20px;
    }

    .search a, .search img {
        transition: ease all 0.3s;
    }

        .search a:hover {
            opacity: .8;
        }

            .search a:hover img.icon-category {
                border-radius: 50%;
            }


    .search img {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .search h4 {
        text-align: center;
        color: #102f72;
        padding-top: 8px;
        font-size: 16px;
    }

    .search .col-md-3 {
        text-align: center;
    }

    .search .btn-primary {
        margin-right: 9px;
    }

    .search .col-md-4 {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 10px;
    }

@media screen and (orientation:portrait) {
    .search .col-md-4 {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 10px;
    }

    .search h4 {
        text-align: center;
        color: #102f72;
        padding-top: 8px;
        font-size: 12px;
        padding-bottom: 12px;
        height: 32px;
    }
}

@media screen and (max-width:1100px) {
    .search .col-md-4 {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 10px;
    }

    .search h4 {
        text-align: center;
        color: #102f72;
        padding-top: 8px;
        font-size: 12px;
        padding-bottom: 12px;
        height: 32px;
    }
}

.search-inner label {
    margin-top: 15px;
}

.searchMiddle .col-md-3:nth-child(1) a {
    color: #024795;
    padding: 60px 37px;
    border-radius: 50%;
    background-color: #fff;
    border: solid 5px #ffcb00;
}

.searchMiddle .col-md-3:nth-child(2) a {
    color: #024795;
    padding: 60px 55px;
    border-radius: 50%;
    background-color: #fff;
    border: solid 5px #ffcb00;
}

.searchMiddle .col-md-3:nth-child(3) a {
    color: #024795;
    padding: 60px 48px;
    border-radius: 50%;
    background-color: #fff;
    border: solid 5px #ffcb00;
}

.searchMiddle .col-md-3:nth-child(4) a {
    color: #024795;
    padding: 60px 43px;
    border-radius: 50%;
    background-color: #fff;
    border: solid 5px #ffcb00;
}

.searchMiddle .col-md-3 a:hover {
    background-color: #ffcb00;
    border: solid 5px #ffcb00;
}



/*.searchMiddle .col-md-3 a {
    height: 45px;
    font-weight: 300;
    margin-top: 24px;
    display: inline;
    width: 148px;
}*/



.searchMiddle a i {
    font-size: 40px;
    margin-bottom: 12px;
}

.middleUsato {
    margin-bottom: 64px;
}



.product-details-page {
    padding-bottom: 32px;
}

    .product-details-page .overview, .product-details-page .gallery, .product-details-page .product-essential {
        padding-top: 32px;
    }

/*.thumb-img {
    display: block;
    max-width: 250px;
    max-height: 250px;
    width: auto;
    height: auto;
}*/

.rollover_img {
    padding-top: 30px;
    margin-top: 30px;
    border-top: solid 1px #d6d6d6;
}


.product-selectors {
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: left;
}

    .product-selectors div {
        margin-bottom: 12px;
    }

    .product-selectors i {
        font-size: 24px;
        margin-left: 8px;
    }

@media screen and (orientation:portrait) {
    .product-selectors {
        display: none;
    }
}

@media screen and (max-width:1100px) {
    .product-selectors {
        display: none;
    }
}

.product-viewmode {
    padding-top: 8px;
}

.product-list .product-item {
    padding-top: 24px;
    padding-bottom: 24px;
    background: #fafafa;
    width: 100%;
    float: left;
    margin-top: 8px;
    border-bottom: 10px solid #cccccc;
}

.product-list .gallery .picture img {
    width: 100%;
}




/*.product-list .details {
    margin-left: 4%;
    width: 70%;
    float: left;
}*/

.product-list .item-box {
    margin-bottom: 24px;
}

.product-list .picture img {
    width: 100%;
    margin-bottom: 12px;
}

.product-list .details h2 {
    padding-bottom: 10px;
}

.product-grid .item-box {
    background: #fafafa none repeat scroll 0 0;
    float: left;
    margin-bottom: 24px;
    /*  margin-left: 3%;
    padding: 12px;*/
    transition: all 0.4s ease 0s;
    width: 33%;
    margin: 2px;
}

.product-grid .product-item span.fa-stack {
    position: relative;
    z-index: 999999;
    margin-bottom: -32px;
}

.product-grid .product-item i {
    color: #fff;
}

.usedproductbox .btn {

    width:100%!important;
}

.icon-bg {
    color: #43a047 !important;
}

.product-grid .picture {
    width: 100%;
    float: left;
    height: 250px;
    overflow: hidden;
}

    .product-grid .picture img {
        width: 100%;
        object-fit:cover;
        width:100%;
        height:100%;
    }

.product-grid .details {
    /* margin-top: 32px;*/
    width: 100%;
    min-height: 300px;
    /*float: left;*/
    /*min-height: 250px;
    position: relative;*/
}

    .product-grid .details h2 {
        padding-bottom: 4px;
    }

.product-grid .btnDetails {
    /*position: absolute;*/
    /* bottom: 0;*/
}

@media screen and (orientation:portrait) {
    .product-grid .item-box {
        padding-top: 24px;
        padding-bottom: 24px;
        width: 100%;
        float: left;
        margin-left: 0;
    }
}

@media screen and (max-width:991px) and (orientation:landscape) {
    .product-grid .item-box {
        padding-top: 24px;
        padding-bottom: 24px;
        width: 48%;
        float: left;
        margin-left: 2%;
    }
}

.product-details-page .overview h1 {
    text-align: left;
    padding-top: 0;
}

.product-details-page .overview span {
    margin-left: 0;
}

.product-details-page .overview .manufacturers .label {
    color: #000;
    font-weight: bold;
}

.product-details-page .overview .prices {
    font-size: 26px;
    padding-top: 12px;
    font-weight: bold;
}

.product-details-page .overview .product-share-button {
    margin-top: 8px;
}

.product-details-page .overview .download-pdf {
    border-top: 1px solid #eee;
    margin-top: 8px;
    padding-top: 16px;
}

.product-details-page .gallery .picture img {
    width: 100%;
}



.manufacturers .label {
    padding: 0;
    font-size: 100%;
    color: #333 !important;
}

.email-a-friend input {
    margin-bottom: 16px;
    background: #024795;
    color: #fff;
}

    .email-a-friend input:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

.referente {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    padding: 12px;
    background-color: #fcfcfc;
}

    .referente img {
        margin-top: 8px;
    }

#contact-us-tab {
    padding-top: 16px;
}

    #contact-us-tab label {
        font-weight: 400;
        /*padding-top: 16px;*/
    }

    #contact-us-tab input {
        margin-top: 4px !important;
    }

    #contact-us-tab textarea {
        margin-top: 4px !important;
    }

/*Rent*/


.rentInner {
    margin-top: 64px;
    margin-bottom: 64px;
}

.rent .element {
    text-align: left;
    background: #f4f4f4;
    margin-bottom: 32px;
    overflow: hidden;
}

.rent .topAlert {
    background: #f26f00;
    color: #fff;
    padding: 8px;
}

.rent .element .img {
    height: 200px;
    overflow: hidden;
}

    .rent .element .img img {
        width: 100%;
    }

.rent .type {
    color: #222;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 14px;
    /*padding-left: 8px;*/
}

.rent .title {
    color: #f26f00;
    font-size: 28px;
    font-weight: bold;
    padding: 8px 8px 0px 0px;
}

.rent .details {
    color: #222;
    font-size: 14px;
    padding-left: 8px;
    padding-top: 12px;
}

.rent .fulldescription {
    color: #222;
    font-size: 12px;
    padding-left: 22px;
    padding-top: 12px;
}

    .rent .fulldescription li::before {
        font-family: 'FontAwesome';
        content: '\f18e';
        margin: 0 5px 0 -15px;
        color: #17588f;
    }

.rent .allestimento {
    color: #616161;
    font-size: 18px;
    font-weight: bold;
    /*padding-left: 8px;*/
    text-transform: uppercase;
}

.rent p {
    padding-left: 8px;
}

.rent .element .features {
    color: #222;
    font-size: 14px;
    padding-left: 8px;
    float: left;
    width: 32%;
    margin-top: 8px;
}

    .rent .element .features i {
        color: #024795;
    }

.rent .featuresInner {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #222;
    float: left;
    font-size: 14px;
    margin-right: 8px;
    margin-top: 8px;
    padding: 4px;
    text-align: center;
    width: 23%;
}

    .rent .featuresInner i {
        color: #024795;
    }

@media screen and (orientation:portrait) {
    .rent .featuresInner {
        background: #f4f4f4 none repeat scroll 0 0;
        color: #222;
        font-size: 14px;
        margin-top: 8px;
        padding: 4px;
        text-align: center;
        width: 100%;
    }
}

@media screen and (orientation:landscape) and (max-width:1100px) {
    .rent .featuresInner {
        background: #f4f4f4 none repeat scroll 0 0;
        color: #222;
        font-size: 14px;
        margin-top: 8px;
        padding: 4px;
        text-align: center;
        width: 100%;
    }
}



.rent .element .price {
    color: #f4f4f4;
    font-size: 32px;
    padding: 8px;
    float: right;
    font-weight: bold;
    margin-top: 32px;
    text-align: right;
    line-height: 0.9em;
    width: 100%;
    background: #024795;
}

.rent .price {
    color: #004c97;
    font-size: 32px;
    padding: 8px 8px 0;
    float: right;
    font-weight: bold;
    margin-top: 32px;
    text-align: right;
    line-height: 0.9em;
}

    .rent .price span {
        color: #222;
        font-size: 18px;
        font-weight: 300;
    }

.rent .social {
    padding-top: 20px;
}



.rent .element .promotions {
    position: absolute;
    top: 0;
    right: 20px;
    background: #006c05;
    padding: 20px 10px;
    font-size: 18px;
    color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.box-evidence .promotions {
    background: #006c05;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    color: #fff;
    font-size: 18px;
    height: 50px;
    opacity: 0.94;
    padding: 15px 10px;
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 99;
}
/**News*/
#ulYears li {
    text-align: center;
    font: bold 18px;
    padding-top: 16px;
}

#news-grid .day {
    font-size: 16px;
    padding-top: 16px;
}

#news-grid h2 {
    padding-bottom: 16px;
}

#news-grid .text {
    font-size: 14px;
}

.news-list-page .row:nth-child(2n) {
    background: #fafafa none repeat scroll 0 0;
}

.news-list-page .row {
    padding-bottom: 48px;
    padding-top: 48px;
}

.news-title h2 {
    padding-bottom: 16px;
}

.news-list-page .buttons {
    margin-top: 16px;
}

.link-rss {
    background: #ff8130;
    color: #fff;
    padding: 8px 60px 8px 16px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 235px;
    font-size: 18px;
    transition: ease all 0.4s;
    z-index: 9999;
}

    .link-rss:hover {
        opacity: .8;
    }

    .link-rss:before {
        font-family: FontAwesome;
        content: "\f09e ";
        padding-right: 8px;
    }

@media screen and (orientation:portrait) {
    .link-rss {
        background: #ff8130;
        color: #fff;
        padding: 8px 17px 8px 16px;
        /*text-align: center;
        position: absolute;
        right: 0px;
        top: 136px;
        font-size: 18px;*/
    }
}

@media screen and (orientation:landscape) and (max-width:1100px) {
    .link-rss {
        background: #ff8130;
        color: #fff;
        padding: 8px 17px 8px 16px;
        text-align: center;
        position: absolute;
        right: 0px;
        top: 136px;
        font-size: 18px;
    }
}

/*Press Release*/
.tags {
    display: inline;
}

    .tags li {
        display: inline;
        padding-right: 8px;
    }

.blog-posts .post {
    padding: 12px;
    background: #fafafa;
    margin-bottom: 48px;
}

    .blog-posts .post .post-head {
        padding-bottom: 12px;
    }

        .blog-posts .post .post-head a {
            font-size: 24px;
        }

        .blog-posts .post .post-head span {
            font-size: 13px;
            display: block;
            background: #ffcb00;
            color: #222;
            font-weight: 900;
            letter-spacing: 1px;
            padding: 8px;
            display: table;
            margin-top: 8px;
        }

.block-blog-archive {
    padding: 12px;
}

.block-popular-blogtags {
    padding: 12px;
    margin-top: 12px;
    margin-bottom: 24px;
}

.post-body {
    padding-top: 12px;
}

.blog-details {
    padding-top: 12px;
}
/*Magazine*/
.magazine .img {
}

    .magazine .img img {
        width: 100%;
    }

.magazine h3 {
    padding: 24px 0px 16px 0px;
    font-weight: bold;
}

.magazine h2 {
    font-size: 24px;
    padding: 16px 0px 32px 0px;
}
/*Contacts*/
.contacts {
    padding-bottom: 64px;
}

    .contacts .col-md-6 {
        padding-top: 24px;
    }

    .contacts img {
        width: 100%;
        z-index: 0;
    }

    .contacts .overlay {
        position: absolute;
        z-index: 1;
        left: 15px;
        top: 24px;
        width: calc(100% - 30px);
        height: calc(100% - 24px);
        background: linear-gradient(transparent 24%, rgba(0,0,0,0.82) );
        transition: ease all 0.6s;
    }

        .contacts .overlay:hover {
            cursor: pointer;
            opacity: .9;
        }

            .contacts .overlay:hover i {
                color: #ffcb00;
            }

            .contacts .overlay:hover:after {
                width: calc(100% - 48px);
            }

    .contacts h1 {
        position: absolute;
        color: #fff;
        text-align: left;
        left: 24px;
        bottom: 32px;
        padding-top: 0;
        padding-bottom: 0;
        font-weight: 800;
        font-size: 3.2vh;
        line-height: 1em;
    }

    .contacts .overlay:after {
        content: '';
        position: absolute;
        height: 4px;
        bottom: 18px;
        width: 0;
        background: #ffcb00;
        transition: ease all 0.6s;
        left: 24px;
    }

    .contacts i {
        margin-right: 8px;
        transition: ease all 0.6s;
        color: #17588f;
    }

    .contacts small {
        color: #fff;
        text-transform: none;
        font-size: 55%;
    }

    .contacts form {
        padding: 24px;
        background: #f6f6f6;
        /*width: 28%;*/
        border: 4px solid #ffcb00;
        /*position: absolute;*/
        top: 64px;
        /*right: 7 %;*/
        overflow: hidden;
        box-shadow: 0px 12px 32px rgba(0,0,0,0.1);
    }

    .contacts iframe {
        height: 85vh;
        border: 0;
        width: 100%;
    }

    .contacts textarea {
        margin-top: 0;
    }

@media screen and (orientation:portrait) {
    .contacts iframe {
        height: 58vh;
        border: 0;
        width: 100%;
    }

    .contacts form {
        padding: 24px;
        background: #f6f6f6;
        width: 100%;
        border: 4px solid #ffcb00;
        position: relative;
        margin-top: 24px;
        overflow: hidden;
        top: auto;
        right: auto;
    }
}

.contacts h3 {
    padding-top: 16px;
    padding-bottom: 12px;
}
/*Thank you page*/
.thankyou h1 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    margin: 0;
    padding: 0px;
    color: #175892;
}

.thankyou .col-md-12 div {
    padding: 32px;
    box-shadow: 0px 12px 32px rgba(0,0,0,0.1);
    display: table;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
}
/*Footer*/
.backTop {
    position: fixed;
    right: 12px;
    bottom: 12px;
    background: #286090;
    color: #fff;
    padding: 0;
    border-radius: 50%;
    opacity: 0;
    transition: ease all 0.4s;
    cursor: pointer;
}

    .backTop:hover {
        opacity: 1;
    }

    .backTop.active {
        padding: 18px 21px;
        opacity: .9;
    }

@media screen and (orientation:portrait) {
    .backTop {
        position: fixed;
        right: 12px;
        bottom: 88px;
        background: #286090;
        color: #fff;
        padding: 0;
        border-radius: 50%;
        opacity: 0;
        transition: ease all 0.4s;
        cursor: pointer;
    }

        .backTop.active {
            padding: 12px 16px;
            opacity: .9;
        }
}

footer {
    background: #222222;
    border-top: 1px solid #424242;
    padding-top: 11px;
    color: #e0e0e0;
}

    footer p {
        color: #e0e0e0;
    }

    footer h3 {
        font-weight: 300 !important;
        font-size: 20px;
        margin-top: 0;
        padding-bottom: 27px;
    }

    footer ul, footer li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    footer a {
        color: #e0e0e0;
        padding-bottom: 4px;
    }

        footer a:hover {
            color: #fff;
        }

    footer small {
    }

@media screen and (orientation:portrait) {
    footer {
        text-align: center;
    }

        footer p {
            text-align: center;
        }

        footer h1, footer h2, footer h3 {
            text-align: center;
        }

        footer .col-md-3 {
            padding-top: 32px;
        }
}

@media screen and (max-width:1100px) {
    footer {
        text-align: center;
    }

        footer .col-md-3 {
            padding-top: 32px;
        }
}

.copyright {
}

/*Boostrap override*/
.navbar-header {
    background: #fafafa !important;
}

@media screen and (max-width:1100px) {
    .navbar-header {
        background: #fafafa !important;
    }
}

.navbar-brand {
    width: 60%;
}

    .navbar-brand img {
        width: 50%;
    }

    .navbar-brand .telethon {
        width: 14%;
        float: left;
        margin-right: 10px;
    }


@media screen and (max-width:1100px) {
    .navbar-brand {
        width: 73%;
        padding: 15px 0px;
    }

    .navbar-brand img {
        width: 250px;
    }

    .navbar-brand .telethon {
        width: 18%;
        float: left;
        margin-right: 0px;
    }
}

.navbar-nav {
    width: 100%;
}

.navbar-nav > li {
    width: 10.0%;
    text-align: center;
}

@media screen and (orientation:portrait) {
    .navbar-nav > li {
        width: 80%;
        text-align: left;
    }
}

@media screen and (max-width:1100px) {
    .navbar-nav > li {
        width: 80%;
        text-align: left;
    }
}

.navbar-collapse {
    background: #ececec;
    z-index: 9999; /*position: absolute;*/
    width: 100%;
    border-top: solid 1px #eeeeee !important;
}

@media (min-width: 1101px) /* @grid-float-breakpoint -1 */
{
    .navbar-fixed-top {
        position: relative !important;
        top: auto;
    }
}

.breadcrumb p {
    margin: 0;
    font-size:13px!important;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.pager {
    background-color: #cccccc;
    margin: 0px !important;
}


    .pager li > a {
        background-color: #fff;
        border: 0;
        display: inline-block;
        padding: 8px 16px;
        margin: 5px;
    }

    .pager li > span {
        background-color: #024795 !important;
        color: #fff;
        border-radius: 50%;
        border: 0;
        display: inline-block;
        padding: 8px 16px;
        margin: 5px;
    }

/**Parts*/
.parts.logos .col-md-3 div {
    padding: 12px;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
}

    .parts.logos .col-md-3 div img {
        width: 100%;
    }

.part_box_item_description {
    padding: 4px;
    background: #eee;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.parts .col-md-2 {
    padding-left: 8px;
    padding-right: 8px;
    width: 20%;
}

@media screen and (orientation:portrait) {
    .parts .col-md-2 {
        padding-left: 8px;
        padding-right: 8px;
        width: 50%;
    }

    part_box_item_description {
        padding: 6px;
        background: #eee;
        color: #888;
        text-transform: uppercase;
        margin-bottom: 12px;
    }
}
/*adjustments*/
.clear-float {
    float: none !important;
    overflow: hidden;
}

.clear-pad {
    padding: 0 !important;
}

@media screen and (orientation:portrait) {
    .clear-pad {
        padding: 0 !important;
    }

    .over-h {
        overflow: hidden;
    }
}



.space16 {
    width: 100%;
    height: 16px;
}

.space32 {
    width: 100%;
    height: 32px;
}

.space64 {
    width: 100%;
    height: 64px;
}

.desktop {
    display: inherit;
}

.mobile {
    display: none;
}

@media screen and (orientation:portrait) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }
}

@media screen and (max-width:1100px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }
}

/*select*/
.form-select {
}

@media screen and (orientation:portrait) {
    .form-select {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width:1100px) {
    .form-select {
        margin-left: auto;
        margin-right: auto;
    }
}

.form-select select {
    width: 100%;
    height: 45px;
    border: 1px solid #ccc;
    background: #fff url('../images/select-arrow.png') no-repeat;
    background-size: 20px;
    background-position: right 10px center;
    padding-left: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: 300;
    margin-bottom: 8px;
    color: #757575;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .form-select select {
        width: 100%;
        height: 45px;
        border: 1px solid #ccc;
        background: none;
        background-size: 20px;
        background-position: right 10px center;
        padding-left: 12px;
        -webkit-appearance: none;
        -moz-appearance: none;
        font-weight: 300;
        margin-bottom: 8px;
        color: #757575;
    }
}

.used-select select {
    margin-top: 8px !important;
}

.filter-selected select {
    font-weight: bold;
}

.search-select select {
    width: 62% !important;
    margin-top: 0 !important;
    height: 36px;
}

.form-select select.dark {
    width: 100%;
    height: 45px;
    border: 1px solid #b3b3b3;
    background: #222 url('../images/select-arrow.png') no-repeat;
    background-size: 20px;
    background-position: right 10px center;
    padding-left: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: 300;
}




.fleft {
    float: left;
}

.rowGrey {
    background: #eee;
    padding-top: 42px;
    padding-bottom: 42px;
}

    .rowGrey.row {
        margin-left: auto;
        margin-right: auto;
    }

.padBot_24 {
    padding-bottom: 24px;
}

.padBot_64 {
    padding-bottom: 64px;
}

.padTop_0 {
    padding-top: 0 !important;
}

.padTop_24 {
    padding-top: 24px;
}

.padTop_64 {
    padding-top: 64px;
}

.padHNone {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.padRow {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .padRow h1 {
        padding-top: 0px !important;
    }

@media screen and (orientation:portrait) {
    .padRow {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.blue {
    color: #024795;
}

.bgGrey {
    background: #f5f5f5;
}
/*Typo*/
h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 50px 0px;
}

    h1 span {
        /*background: #144281;*/
        background: #ffcb00;
        padding: 3px 38px;
        font-size: 0px;
        display: block;
        width: 50px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 12px;
    }

h2 {
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    margin: 0;
    padding: 0px 0px 44px 0px;
    text-align: left;
}

    h2 span {
        background: #ffcb00;
        padding: 2px 38px;
        font-size: 0px;
        display: block;
        margin-top: 12px;
    }

.parts h2 span {
    background: #a2232c none repeat scroll 0 0;
    display: block;
    font-size: 0;
    margin-top: 12px;
    padding: 2px 38px !important;
}

h3 {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    margin: 0;
    padding: 8px 0px 32px 0px;
}

    h3 span {
        background: #144281;
        padding: 2px 38px;
        font-size: 0px;
        display: block;
        width: 50px;
        margin-top: 12px;
    }

p {
    font-size: 16px;
    font-weight: 300;
    line-height: 2em;
    /*padding-bottom:12px;*/
}

a, a:hover {
    cursor: pointer;
    text-decoration: none;
}

ul, li {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
}

input {
    padding-left: 12px;
    padding-right: 24px;
    border: 1px solid #b3b3b3;
    background: #fff;
    height: 45px;
    font-weight: 300;
    width: 100%;
    margin-bottom: 8px;
    transition: ease all 0.4s;
    color: #757575;
}

    input.small {
        padding-left: 12px;
        border: 1px solid #b3b3b3;
        background: #fff;
        height: 45px;
        font-weight: 300;
        width: 240px;
        margin-bottom: 8px;
        transition: ease all 0.4s;
        color: #757575;
    }

textarea {
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid #b3b3b3;
    background: #fff;
    height: 45px;
    font-weight: 300;
    width: 100%;
    padding-top: 12px;
    min-height: 100px;
    color: #757575;
}

input[type=submit] {
    padding: 12px 24px;
    color: #fff;
    text-align: center;
    border: 1px solid #b3b3b3;
    background: #17588f;
    height: 45px;
    font-weight: 300;
    margin-top: 24px;
    display: inline;
    min-width: 168px;
    max-width: 240px;
    line-height: 1em;
}

    input[type=submit]:hover {
        opacity: .8;
    }

input[type=button] {
    padding: 12px 24px;
    color: #fff;
    text-align: center;
    border: 1px solid #b3b3b3;
    background: #17588f;
    height: 45px;
    font-weight: 300;
    margin-top: 24px;
    display: inline;
    width: 170px;
}

    input[type=button]:hover {
        opacity: .8;
    }

input[type=file] {
    padding-left: 12px;
    padding-right: 24px;
    border: 0;
    background: #fff;
    height: 45px;
    font-weight: 300;
    width: 100%;
    margin-bottom: 8px;
    transition: ease all 0.4s;
    color: #757575;
}

input[type=checkbox] {
    border: 0;
    background: #fff;
    font-weight: 300;
    width: 100%;
    margin-bottom: 8px;
    transition: ease all 0.4s;
    color: #757575;
    width: 13px;
    height: 13px;
    margin-right: 12px;
}


/*Slider promo ovverride**/
.bx-wrapper {
    border: 0 !important;
}

    .bx-wrapper .bx-prev {
        left: 40px !important;
    }

    .bx-wrapper .bx-next {
        right: 40px !important;
    }

/*Jquery fade transition*/
.init {
    opacity: 0;
    /*width:0px;*/
    font-size: 21px;
    margin-top: 25px;
    text-align: center;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -ms-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}


.tran {
    opacity: 1;
    /*width:100%;*/
}

    .tran.row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

.mbl {
    display: none !important;
}

@media screen and (max-width:1100px) {
    .mbl {
        display: block !important;
    }

    .dsk {
        display: none !important;
    }
}
/****Bootstrap override*****/
.breadcrumb {
    margin-bottom: 0px !important;
    padding: 3px 15px !important;
}

breadcrumb p {
    font-size: 13px!important;
    line-height:1em!important;
}

.breadcrumb-h1 {
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    padding: 0px;
}

.breadcrumb .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 32px;
}

@media screen and (orientation:portrait) {
    .row-eq-height {
        display: unset;
    }
}

@media screen and (max-width:1100px) {
    .row-eq-height {
        display: unset;
    }
}

label {
    font-weight: 400 !important;
}

.form-parts .form-control {
    width: 96% !important;
    display: unset !important;
}

.dropdown-menu > li > a {
    padding: 6px 20px !important;
}

label {
    font-weight: 400 !important;
}

.form-parts .form-control {
    width: 96% !important;
    display: unset !important;
}

.dropdown-menu > li > a {
    padding: 6px 20px !important;
}

.btn-lg {
    border-radius: 0px;
}


/*Animations*/

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

    .animated.infinite {
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        animation-duration: 2s;
    }

    .animated.flipOutX,
    .animated.flipOutY,
    .animated.bounceIn,
    .animated.bounceOut {
        animation-duration: .75s;
    }

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        transform: translate3d(0,-4px,0);
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    animation-name: pulse;
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, .95, 1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    animation-name: rubberBand;
}

@keyframes shake {
    from, to {
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    animation-name: shake;
}

@keyframes headShake {
    0% {
        transform: translateX(0);
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        transform: translateX(0);
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake;
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing;
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
    from {
        transform: none;
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        transform: none;
    }
}

.wobble {
    animation-name: wobble;
}

@keyframes jello {
    from, 11.1%, to {
        transform: none;
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    animation-name: jello;
    transform-origin: center;
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    animation-name: bounceIn;
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }

    75% {
        transform: translate3d(0, -10px, 0);
    }

    90% {
        transform: translate3d(0, 5px, 0);
    }

    to {
        transform: none;
    }
}

.bounceInDown {
    animation-name: bounceInDown;
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }

    75% {
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        transform: translate3d(5px, 0, 0);
    }

    to {
        transform: none;
    }
}

.bounceInLeft {
    animation-name: bounceInLeft;
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        transform: translate3d(10px, 0, 0);
    }

    90% {
        transform: translate3d(-5px, 0, 0);
    }

    to {
        transform: none;
    }
}

.bounceInRight {
    animation-name: bounceInRight;
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    75% {
        transform: translate3d(0, 10px, 0);
    }

    90% {
        transform: translate3d(0, -5px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    animation-name: bounceInUp;
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    animation-name: bounceOut;
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    animation-name: bounceOutUp;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in;
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@keyframes flipOutX {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@keyframes flipOutY {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight;
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1;
    }

    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    animation-name: hinge;
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom;
    }

    50% {
        transform: rotate(-10deg);
    }

    70% {
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.jackInTheBox {
    animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.rollIn {
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    animation-name: rollOut;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInDown {
    animation-name: zoomInDown;
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInLeft {
    animation-name: zoomInLeft;
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInRight {
    animation-name: zoomInRight;
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInUp {
    animation-name: zoomInUp;
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    animation-name: zoomOut;
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutDown {
    animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}

.zoomOutRight {
    animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutUp {
    animation-name: zoomOutUp;
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    animation-name: slideInDown;
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    animation-name: slideInLeft;
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    animation-name: slideInRight;
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    animation-name: slideInUp;
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    animation-name: slideOutDown;
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    animation-name: slideOutLeft;
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    animation-name: slideOutRight;
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    animation-name: slideOutUp;
}
/**********Privacy**********/
.eu-cookie-bar-notification {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10000;
    width: 100%;
    /*margin: -90px 0 0 -160px;*/
    border-top: 1px solid #ccc;
    box-shadow: 0 0 2px rgba(0,0,0,0.15);
    background-color: #222;
    padding: 10px;
    text-align: left;
    color: #ffffff;
    font-size: 11px;
    opacity: 0.95;
}

    .eu-cookie-bar-notification .text {
        /*margin-bottom: 20px;*/
        line-height: 20px;
        float: right;
    }

    .eu-cookie-bar-notification button {
        min-width: 60px;
        margin: 5px 0 10px;
        border: none;
        background-color: #4ab2f1;
        padding: 8px 12px;
        font-size: 11px;
        color: #fff;
    }

        .eu-cookie-bar-notification button:hover {
            background-color: #248ece;
        }

    .eu-cookie-bar-notification a {
        display: block;
        color: #4ab2f1;
    }

        .eu-cookie-bar-notification a:hover {
            text-decoration: underline;
        }


.contactus-col {
    border: 5px #ffcb00;
    border-style: solid;
    padding: 15px;
    background: #f2f2f2;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.2);
    margin-bottom: 24px;
}
/**Modifiche matteo*/

/*.product-details-page .row .col-md-8 .btn:nth-child(1)::before {
        content: "\f00e";
        font-family: FontAwesome;
        padding-right: 4px;
    }
    .product-details-page .row .col-md-8 .btn:nth-child(2)::before {
        content: "\f095";
        font-family: FontAwesome;
        padding-right: 4px;
    }
    .product-details-page .row .col-md-8 .btn:nth-child(3)::before {
        content: "\f1b9";
        font-family: FontAwesome;
        padding-right: 4px;
    }*/

.thumb-img {
    width: 150px;
}

.gallery .is-flex .col-xs-3 {
    background: #f2f2f2;
    border: 2px solid #fff;
}

.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .row.is-flex > [class*='col-'] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }




/* position dots in carousel - CAROSELLO */
.carousel {
    background: #EEE;
}

.carousel-cell {
    width: 100%;
    height: 34vw;
    margin-right: 10px;
    background: #fff;
    counter-increment: gallery-cell;
}



    /* cell number */
    .carousel-cell:before {
        display: block;
        text-align: center;
        line-height: 200px;
        font-size: 80px;
        color: white;
    }

.carousel-item {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    /*background-position: center;*/
    background-size: cover;
}

/*Home slider override*/
.flickity-viewport {
    transition: ease all 0.4s;
    width: 100%;
}

/*@media screen and (orientation:portrait) and (max-width:512px) {
    .flickity-viewport {
        height: 82vw !important;
        background: #fff;
    }
}

@media screen and (orientation:portrait) and (max-width:839px) and (min-width:511px) {
    .flickity-viewport {
        height: 60vw !important;
        background: #fff;
    }
}*/

/****TODO Da rimettere dopo modifica carosello***/



.carousel-html {
    top: 4rem;
    position: absolute;
    right: 4rem;
    max-width: 100%;
    background-color: gray;
    padding: 5px;
    background: linear-gradient(180deg,#000,transparent);
    color: #fff;
}

.carousel-html-title {
    font-size: 55px;
}

.carousel-html-subtitle {
    font-size: 25px;
}

.carousel-text {
    padding-top: 5%;
    transition: ease all 0.6s;
    display: block;
    position: absolute;
    top: 50px;
    width: 100%;
}

    .carousel-text h1, .carousel-text h2 {
        position: relative;
        z-index: 9;
        text-align: center;
    }

    .carousel-text h1 {
        color: #fff;
        background: rgba(0,0,0,0.7);
        display: table;
        padding: 12px 24px;
        margin: 0px 0 0 10%;
        font-size: 4vh;
    }

    .carousel-text h2 {
        background: #ffc716;
        display: table;
        padding: 12px 24px;
        margin: 12px 0 0 10%;
        font-size: 3vh;
        color: #292929;
        font-weight: bold;
        text-transform: uppercase;
        width:22%;
    }

@media screen and (orientation:portrait) {


    .carousel {
        height: 100%;
    }

    .carousel-item {
        /*height: 72vh;*/
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        /*margin-top: 15px;*/
    }

    .carousel-cell {
        width: 100%;
        /*height: 250px;*/
        margin-right: 10px;
        background: #fff;
        counter-increment: gallery-cell;
    }

    .flickity-page-dots {
        display: none !important;
    }

    .flickity-viewport {
        height: 97vw !important;
    }

    .flickity-prev-next-button {
        width: 32px !important;
        height: 32px !important;
        top: 78px !important;
    }

    .carousel-text {
        padding-top: 0%;
        position: relative;
        top: 0px;
    }

        .carousel-text h1, .carousel-text h2 {
            position: relative;
            z-index: 9;
            text-align: center;
        }

        .carousel-text h1 {
            color: #fff;
            background: rgba(0,0,0,0.7);
            display: table;
            padding: 55px 24px;
            margin: 0px auto 0;
            font-size: 5vW;
            width: 100%;
        }

        .carousel-text h2 {
            background: #ffc716;
            display: table;
            padding: 40px 24px;
            margin: 0px 0px 0px 0px;
            font-size: 2.0vh;
            font-weight: 500;
            width: 100%;
            height: 120px;
            color: #292929;
            font-weight: bold;
            text-transform:uppercase;
        }

    /*Versione mobile*/

    /*.carousel-cell {
        width: 100%;
        height: 35vw;
        margin-right: 10px;
        background: #fff;
        counter-increment: gallery-cell;
    }*/

    .mobile-picture .carousel-item {
        height: 97vw !important;
    }
}

.flickity-page-dots {
    bottom: 25px !important;
}

    /* white circles */
    .flickity-page-dots .dot {
        width: 14px !important;
        height: 14px !important;
        opacity: 1;
        background: transparent;
        border: 2px solid white !important;
    }

        /* fill-in selected dot */
        .flickity-page-dots .dot.is-selected {
            background: gray !important;
        }

/****************** Fine Carosello**************************/




.hero-illustration {
    width: 1280px;
    /*min-width: 600px;*/
    height: 440px;
}




.old-product-price {
    left: -605px;
    top: 25px;
    position: absolute;
    font-size: 16px;
    background-color: #ffcb00;
    font-weight: bolder;
    color: #000000;
    padding: 10px;
    opacity: 0.8;
}

    .old-product-price label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 700;
    }


/*****Stili aggiunti in attesa di pubblicare nuova versione di parts*******/
@media screen and (orientation:portrait) {
    .company {
        padding-top: 0px !important;
    }

        .company .companysection div {
            padding: 0px 12px 24px;
            font-size: 5vw;
            line-height: 6vw;
        }

        .company .companysection {
            padding: 50px 0px 0px;
        }
}

/****Nuovi CSS****/
.used-home-section {
    background-color: #00953e;
}

    .used-home-section h1 {
        color:white;
    }



