.first-color {
    color: #E2231A;
}

.first-color--dark {
    color: #b41c15;
}

.first-color--light {
    color: #f3a7a3;
}

.second-color {
    color: #3498DB;
}

.second-color--dark {
    color: #217dbb;
}

.second-color--light {
    color: #aed6f1;
}

.third-color {
    color: #B8E986;
}

.third-color--dark {
    color: #9fe15b;
}

.third-color--light {
    color: #e3f6cf;
}

.light {
    color: #cacaca !important;
}

.dark {
    color: #2E2A25 !important;
}

.grey {
    color: #777777 !important;
}

.imgResponsive {
    max-width: 100%;
    /*background-position:center;
    background-repeat:no-repeat;
    background-clip:content-box;*/
}

.full-width {
    width: 100%;
}

.wrapper {
    background: transparent;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.text-color {
    color: #444444;
}

.text-color--dark {
    color: black;
}

.text-color--light {
    color: #b4b4b4;
}

.link-color {
    color: #E2231A;
}

a {
    color: #E2231A;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    a:hover, a:active, a:focus {
        color: #E2231A;
        text-decoration: none;
    }

/* range */
/* specifiche */
@font-face {
    /*font-family: 'Material Icons';
    src: url("../fonts/MaterialIcons-Regular.eot");
    src: url("../fonts/MaterialIcons-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MaterialIcons-Regular.woff2") format("woff2"), url("../fonts/MaterialIcons-Regular.woff") format("woff"), url("../fonts/MaterialIcons-Regular.ttf") format("truetype"), url("../fonts/MaterialIcons-Regular.svg#material_icons") format("svg");
    font-weight: 400;
    font-style: normal;*/
}

.material-icons {
    vertical-align: middle;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    font-size: 24px;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

@media (min-width: 1200px) {
    p,
    ul,
    ol,
    pre {
        font-size: 14px;
        font-family: "Roboto", sans-serif;
        font-weight: normal;
        /* line-height: 14px;*/
    }
}

@media (max-width: 1200px) {
    p,
    ul,
    ol,
    pre {
        font-size: 12px;
        font-family: "Roboto", sans-serif;
        font-weight: normal;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
}

@media (min-width: 1200px) {
    .h1 {
        font-size: 42px;
    }
}

@media (max-width: 1200px) {
    .h1 {
        font-size: 36px !important;
    }
}

@media (min-width: 1200px) {
    .h2 {
        font-size: 36px;
    }
}

@media (max-width: 1200px) {
    .h2 {
        font-size: 31px !important;
    }
}

@media (min-width: 1200px) {
    .h3 {
        font-size: 30px;
    }
}

@media (max-width: 1200px) {
    .h3 {
        font-size: 25px !important;
    }
}

@media (min-width: 1200px) {
    .h4 {
        font-size: 24px;
    }
}

@media (max-width: 1200px) {
    .h4 {
        font-size: 21px !important;
    }
}

@media (min-width: 1200px) {
    .h5 {
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    .h5 {
        font-size: 15px !important;
    }
}

@media (min-width: 1200px) {
    .h6 {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .h6 {
        font-size: 12px !important;
    }
}

.heading-font {
    font-family: "Roboto", sans-serif;
}

.fixed-font {
    font-family: "Roboto", sans-serif;
}

.regular {
    font-weight: 400 !important;
}

.medium {
    font-weight: 500 !important;
}

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

.uppercase {
    text-transform: uppercase;
}

input, button, select, textarea {
    font-family: "Roboto", sans-serif;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: 600;
}

.block-margins {
    margin: 1em 0;
}

del {
    color: #444 !important;
}

.block {
    display: block !important;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

.btn {
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    border-radius: 3px;
    border: none;
    font-weight: 400;
    text-transform: uppercase;
    padding: 12px 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /*    &:hover{
            box-shadow: 0 0 2px 0 rgba(0,0,0,0.10), 0 2px 2px 0 rgba(0,0,0,0.20);
    }*/
}

.btn-infobar {
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    color: #2E2A25;
}

    .btn-infobar:hover {
        color: white;
        background: #E2231A;
    }

    .btn-infobar .ion, .btn-infobar > .material-icons {
        font-size: 16px;
        margin-right: 3%;
        vertical-align: middle;
        line-height: 14px;
    }

.btn-default {
    border-radius: 3px;
    background: white;
    color: #2E2A25;
    border: 1px solid #2E2A25;
}

    .btn-default:visited, .btn-default:focus, .btn-default:active {
        background: white;
        color: #E2231A;
    }

    .btn-default:hover {
        background: white;
        color: #E2231A;
    }

.btn-dark {
    background: #2E2A25;
    color: white;
}

    .btn-dark:visited, .btn-dark:focus, .btn-dark:active {
        background: #2E2A25;
        color: white;
    }

    .btn-dark:hover {
        background: #2E2A25;
        color: white;
    }

.btn-dark--block {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.btn-first-color {
    background: #E2231A;
    color: white;
}

    .btn-first-color:visited, .btn-first-color:focus, .btn-first-color:active {
        background: #E2231A;
        color: white;
    }

    .btn-first-color:hover {
        background: #E2231A;
        color: white;
    }

.btn-first-color--block {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.btn-slider {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 12px;
    max-width: 200px;
    border-radius: 3px;
    background: #E2231A;
    color: white;
}

    .btn-slider:hover, .btn-slider:focus, .btn-slider:active {
        background: white;
        color: #E2231A;
    }

.btn-dark-inverted {
    border: 1px solid #2E2A25;
    background: transparent;
    color: #2E2A25;
}

    .btn-dark-inverted:visited, .btn-dark-inverted:focus, .btn-dark-inverted:active {
        background: transparent;
        color: #2E2A25;
    }

    .btn-dark-inverted:hover {
        background: transparent;
        color: #2E2A25;
    }

.btn-dark-inverted--block {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.btn-dark-inverted .ion, .btn-dark-inverted > .material-icons {
    font-size: 20px;
    margin-right: 3%;
    vertical-align: middle;
    line-height: 14px;
}

.btn-google {
    background: white;
    border: 1px solid #BBD4DC;
    color: #2E2A25;
}

@media (max-width: 992px) {
    .btn-google {
        margin-bottom: 10px;
        display: block;
    }
}

.btn-google:hover {
    background-color: #BBD4DC;
    color: #2E2A25;
}

.btn-facebook {
    background-color: #3b5998;
    border: 1px solid #3b5998;
    color: white;
}

@media (max-width: 992px) {
    .btn-facebook {
        display: block;
    }
}

.btn-facebook:hover {
    background-color: white;
    border-color: white;
    color: #3b5998;
}

html, body, form {
    height: 100%;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    /*background: #2E2A25;*/
    color: #444444;
}

    body::-webkit-scrollbar {
        display: none;
    }

* {
    margin: 0;
    padding: 0;
}

    * ::-moz-selection {
        background-color: #E2231A;
        color: #cacaca;
    }

    * ::selection {
        background-color: #E2231A;
        color: #cacaca;
    }

:focus, :active {
    outline: 0;
}

.opaque {
    opacity: .5;
}

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2E2A25;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

#status {
    width: 160px;
    height: 90px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 45%;
    /* centers the loading animation vertically one the screen */
    background-image: url("../images/status.gif");
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /* is width and height divided by two */
}

.preload1 {
    max-width: 180px;
    stroke: none;
    fill: #E61D72;
    opacity: 0;
    -webkit-animation: dash2 2s linear infinite;
    -moz-animation: dash2 2s linear infinite;
    animation: dash2 2s linear infinite;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes dash2 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes dash2 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.preload2 {
    max-width: 180px;
    stroke: none;
    fill: #020304;
    opacity: 0;
    -webkit-animation: dash 2s linear infinite;
    -moz-animation: dash 2s linear infinite;
    animation: dash 2s linear infinite;
}

@-webkit-keyframes dash {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes dash {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*============scroll down animation=========================*/
@-webkit-keyframes updown {
    0% {
        -webkit-transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 10px);
    }

    to {
        -webkit-transform: translate(0, 0);
    }
}

@-moz-keyframes updown {
    0% {
        -moz-transform: translate(0, 0);
    }

    50% {
        -moz-transform: translate(0, 10px);
    }

    to {
        -moz-transform: translate(0, 0);
    }
}

@keyframes updown {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 10px);
        -moz-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        -o-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    to {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

#cookiescript_injected {
    background-color: rgba(226, 35, 26, 0.5) !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    #cookiescript_injected:hover {
        background-color: #e2231a !important;
    }

@media (min-width: 992px) {
    #cookiescript_injected {
        position: fixed !important;
        bottom: 20px !important;
        left: auto !important;
        width: 300px !important;
        height: auto !important;
        right: 20px !important;
        float: none !important;
    }
}

.no-padding {
    padding: 0;
}

.no-padding-r {
    padding-right: 0;
}

.no-padding-l {
    padding-left: 0;
}

@media (max-width: 992px) {
    .reset-mobile .container {
        padding: 0 !important;
        margin: 0 !important;
        width: 100%;
    }

    .reset-padding {
        padding: 0 !important;
    }

    .reset-margin {
        margin: 0 !important;
    }
}

@media (min-width: 992px) {
    .no-margin {
        margin: 0 !important;
    }

    .no-margin-r {
        margin-right: 0 !important;
    }

    .no-margin-l {
        margin-left: 0 !important;
    }

    .no-margin-t {
        margin-t: 0 !important;
    }

    .no-margin-b {
        margin-bottom: 0 !important;
    }
}

.hide-bg {
    background: none !important;
}

.img-block {
    width: 100%;
}

@media (min-width: 992px) {
    .h-align-center {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
    }

    .h-align-left {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
    }

    .h-align-right {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: end;
    }

    .h-align-space {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
    }

    .v-align-left {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
    }
}

/*==================================COMMONS==================================*/
.module {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 768px) {
    .module {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.module__short {
    padding-top: 15px;
    padding-bottom: 15px;
}

.module__large {
    padding-top: 45px;
    padding-bottom: 45px;
}

.module--grey {
    background: #f8f8fa;
}

.module--minimal {
    padding-top: 15px;
    padding-bottom: 15px;
}

.module-azure {
    background: #EFF8FA;
}

.module__last {
    padding-bottom: 0;
}

@media (max-width: 992px) {
    .first-item {
        margin-top: 35px;
    }
}

@media (min-width: 992px) {
    .first-item {
        margin-top: 125px;
    }
}

/*==================================ANIMATIONS==================================*/
.bouncing {
    -webkit-animation: bouncing 1s cubic-bezier(0.89, 0.37, 0.18, 0.71);
    -moz-animation: bouncing 1s cubic-bezier(0.89, 0.37, 0.18, 0.71);
    animation: bouncing 1s cubic-bezier(0.89, 0.37, 0.18, 0.71);
}

@-webkit-keyframes bouncing {
    0% {
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-7px);
    }

    70% {
        -webkit-transform: translateY(0);
    }

    85% {
        -webkit-transform: translateY(-4px);
    }

    100% {
        -webkit-transform: translateY(0px);
    }
}

@-moz-keyframes bouncing {
    0% {
        -moz-transform: translateY(0);
    }

    50% {
        -moz-transform: translateY(-7px);
    }

    70% {
        -moz-transform: translateY(0);
    }

    85% {
        -moz-transform: translateY(-4px);
    }

    100% {
        -moz-transform: translateY(0px);
    }
}

@keyframes bouncing {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px);
    }

    70% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    85% {
        -webkit-transform: translateY(-4px);
        -moz-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        -o-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.fadeIn {
    -webkit-animation: fadeIn 0.4s cubic-bezier(0.89, 0.37, 0.18, 0.71) 1;
    -moz-animation: fadeIn 0.4s cubic-bezier(0.89, 0.37, 0.18, 0.71) 1;
    animation: fadeIn 0.4s cubic-bezier(0.89, 0.37, 0.18, 0.71) 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeOut {
    -webkit-animation: fadeOut 0.4s cubic-bezier(0.89, 0.37, 0.18, 0.71) 1;
    -moz-animation: fadeOut 0.4s cubic-bezier(0.89, 0.37, 0.18, 0.71) 1;
    animation: fadeOut 0.4s cubic-bezier(0.89, 0.37, 0.18, 0.71) 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeInLeft {
    -webkit-animation: fadeInLeft 0.4s cubic-bezier(0.89, 0.37, 0.18, 0.71) 1;
    -moz-animation: fadeInLeft 0.4s cubic-bezier(0.89, 0.37, 0.18, 0.71) 1;
    animation: fadeInLeft 0.4s cubic-bezier(0.89, 0.37, 0.18, 0.71) 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-50%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.fadeInRight {
    -webkit-animation: fadeInRight 0.4s cubic-bezier(0.89, 0.37, 0.18, 0.71) 1;
    -moz-animation: fadeInRight 0.4s cubic-bezier(0.89, 0.37, 0.18, 0.71) 1;
    animation: fadeInRight 0.4s cubic-bezier(0.89, 0.37, 0.18, 0.71) 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(50%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.fadeInUp {
    -webkit-animation: fadeInUp 1s cubic-bezier(0.89, 0.37, 0.18, 0.71) 1;
    -moz-animation: fadeInUp 1s cubic-bezier(0.89, 0.37, 0.18, 0.71) 1;
    animation: fadeInUp 1s cubic-bezier(0.89, 0.37, 0.18, 0.71) 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(50%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

/*==================================HEADER==================================*/
.modal {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

    .modal .panel {
        margin: 0;
    }

    .modal.in {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

.modal--bg {
    background: url(../img/modal-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 15px;
    height: 100%;
}

@media (min-width: 992px) {
    .modal .row {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 15;
}

@media (max-width: 1200px) {
    header {
        width: 100%;
    }
}

@media (max-width: 992px) {
    header {
        background: #2E2A25;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    header {
        width: 100%;
    }
}

header .topbar {
    background: transparent;
    line-height: 45px;
    height: 80px;
    -webkit-transition: background 0.35s ease-out;
    -moz-transition: background 0.35s ease-out;
    -o-transition: background 0.35s ease-out;
    transition: background 0.35s ease-out;
}

    header .topbar.shrink {
        background: #2E2A25;
    }

    header .topbar a {
        color: white;
    }

    header .topbar .dropdown-menu a {
        color: #2E2A25;
    }

    header .topbar h1 {
        margin: 0;
    }

header .topbar--controls {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    width: 260px;
    float: right;
    position: relative;
    top: 15px;
}

    header .topbar--controls.not-logged-in {
        width: auto;
    }

@media (max-width: 992px) {
    header .topbar--controls {
        width: 30px;
    }
}

header .topbar--controls .account span {
    color: white;
    display: inline-block;
}

    header .topbar--controls .account span a {
        color: #E2231A;
        display: inline-block;
    }

header .topbar--controls .account .dropdown-menu {
    left: -50px;
}

    header .topbar--controls .account .dropdown-menu a:hover {
        color: #2E2A25;
    }

header .topbar--controls .account .ion {
    font-size: 12px;
    margin-left: 5px;
}

header .topbar--controls .menu-inside {
    border-right: 1px solid #333;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 992px) {
    header .topbar--controls .menu-inside {
        display: none;
    }
}

header .topbar--controls .cart-badge {
    padding-right: 15px;
    position: relative;
    top: -4px;
}

@media (max-width: 992px) {
    header .topbar--controls .cart-badge {
        top: 4px;
    }
}

header .topbar--controls ul {
    margin-bottom: 0;
}

    header .topbar--controls ul li ul li a {
        font-size: 12px;
    }

    header .topbar--controls ul li .ion {
        font-size: 24px;
    }

    header .topbar--controls ul li:last-child {
        border: none;
        padding-right: 0;
    }

header .topbar--controls a {
    position: relative;
    display: block;
    color: white;
}

    header .topbar--controls a:hover {
        color: white;
    }

    header .topbar--controls a .ion {
        font-size: 24px;
        padding-top: 9px;
    }

header .topbar--controls .badge {
    position: absolute;
    top: 0;
    right: -6px;
    padding: 5px;
    width: 18px;
    height: 18px;
    font-size: 10px;
    color: white;
    background: #E2231A;
    color: white;
}

header .topbar .menu-trigger {
    border-right: 1px solid #333;
    float: left;
    margin-right: 15px;
    padding-top: 15px;
}

@media (max-width: 992px) {
    header .topbar .menu-trigger {
        padding-top: 17px;
    }
}

header .topbar .menu-trigger .mobile-menu {
    display: block;
    padding-right: 15px;
}

@media (max-width: 992px) {
    header .topbar .menu-trigger .mobile-menu span {
        display: none;
    }
}

header .topbar .language-top {
    float: left;
    padding-top: 15px;
}

@media (max-width: 992px) {
    header .topbar .language-top {
        padding-top: 17px;
    }
}

header .topbar .main-logo {
    margin-top: 7px;
}

@media (min-width: 320px) and (max-width: 479px) {
    header .topbar .main-logo {
        margin-top: 20px;
        width: 77px;
    }
}

header .topbar .search .form-control {
    height: 44px;
    border-radius: 100px 0 0 100px;
    padding-left: 15px;
}

header .topbar .search .input-group-addon:last-child {
    border-radius: 0 100px 100px 0;
    background: #3498DB;
    color: white;
    font-size: 12px;
    padding-right: 15px;
}

    header .topbar .search .input-group-addon:last-child:hover, header .topbar .search .input-group-addon:last-child:focus {
        background: #E2231A;
        color: white;
    }

#mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 350px;
    background: #E2231A;
    height: 100%;
    z-index: 9999;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
}

    #mobile-menu .mobile-menu {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        padding: 15px;
        background: #E2231A;
        color: white;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        min-height: 50px;
    }

    #mobile-menu .user-control {
        display: block;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        list-style: none;
        margin: 0;
        min-height: 50px;
    }

@media (min-width: 992px) {
    #mobile-menu .user-control {
        display: none;
    }
}

#mobile-menu .user-control li {
    background: #b41c15;
    color: white;
    width: 100%;
    padding: 15px;
}

    #mobile-menu .user-control li:last-child {
        border-left: 1px solid #E2231A;
    }

    #mobile-menu .user-control li .material-icons {
        margin-right: 5px;
    }

    #mobile-menu .user-control li a {
        color: #fff;
    }

    #mobile-menu .user-control li .ion {
        margin-right: 5px;
    }

#mobile-menu.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

#mobile-menu a {
    color: #2E2A25;
}

@media (max-width: 768px) {
    #mobile-menu {
        width: 100%;
    }
}

#mobile-menu .header {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
}

    #mobile-menu .header .material-icons {
        font-size: 32px;
    }

    #mobile-menu .header a {
        color: white;
        text-transform: uppercase;
    }

    #mobile-menu .header .body {
        overflow-y: scroll;
        overflow-x: hidden;
        height: auto;
        width: 100%;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -moz-box-align: start;
        box-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
    }

@media (min-width: 768px) {
    #mobile-menu .header .body .full-width {
        display: none;
    }
}

#mobile-menu .header .body .h6 {
    text-transform: uppercase;
    padding-left: 30px;
    letter-spacing: 5px;
    color: black;
    margin-bottom: 30px;
}

#mobile-menu .header .body::-webkit-scrollbar {
    display: none;
}

#mobile-menu .header .body__top {
    list-style: none;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
}

    #mobile-menu .header .body__top .ciao {
        background: #b41c15;
        color: white;
        overflow: hidden;
        padding-left: 30px;
        padding-right: 30px;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
    }

        #mobile-menu .header .body__top .ciao span {
            padding-top: 10px;
        }

        #mobile-menu .header .body__top .ciao.not-loggedIn {
            padding-left: 30px;
            padding-right: 30px;
            padding-bottom: 10px;
        }

            #mobile-menu .header .body__top .ciao.not-loggedIn .ion {
                position: relative;
                top: 0;
            }

    #mobile-menu .header .body__top li {
        margin-bottom: 15px;
        padding-left: 30px;
        padding-right: 30px;
    }

        #mobile-menu .header .body__top li.first {
            padding-left: 0;
            padding-right: 0;
        }

        #mobile-menu .header .body__top li.marginedBtm {
            margin-bottom: 30px;
        }

            #mobile-menu .header .body__top li.marginedBtm ul li a {
                padding: 10px;
                border-bottom: 1px solid #E2231A;
            }

            #mobile-menu .header .body__top li.marginedBtm a {
                padding: 0 0 15px;
            }

#mobile-menu .header .body__top--submenu {
    list-style: none;
    overflow: hidden;
    max-height: 0px;
    background: #b41c15;
    -webkit-transition: max-height 0.5s ease;
    -moz-transition: max-height 0.5s ease;
    -o-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
}

    #mobile-menu .header .body__top--submenu li {
        padding: 0;
        margin-bottom: 0;
    }

        #mobile-menu .header .body__top--submenu li.box {
            background: #E2231A;
            padding: 30px;
        }

            #mobile-menu .header .body__top--submenu li.box label {
                color: white;
            }

    #mobile-menu .header .body__top--submenu a {
        padding: 15px;
        display: block;
        font-size: 14px;
        color: white;
        border-bottom: 1px solid #ddd;
    }

#mobile-menu .header .body__top li .material-icons, #mobile-menu .header .body__top li .ion {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#mobile-menu .header .body__top li a {
    display: block;
    color: white;
}

#mobile-menu .header .body__top li .ion {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    float: right;
}

    #mobile-menu .header .body__top li .ion.ion-moving {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

#mobile-menu .header .body__top li .first-level {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    background: #333;
    color: white;
    padding: 15px;
    border-bottom: 1px solid #000;
    padding: 10px;
    font-size: 14px;
}

    #mobile-menu .header .body__top li .first-level .material-icons {
        font-size: 20px;
        border-radius: 100px;
        color: #cacaca;
        border: 1px solid #000;
        padding: 5px;
    }

    #mobile-menu .header .body__top li .first-level a {
        display: block;
    }

#mobile-menu .header .body__top li.expanded .body__top--submenu {
    max-height: 1000px;
}

#mobile-menu .header .body__top li.expanded .material-icons {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

    #mobile-menu .header .body__top li.expanded .material-icons.not-moving {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

#cart-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 350px;
    background: #E2231A;
    height: 100%;
    z-index: 9999;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

    #cart-menu .cart-menu {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        padding: 15px;
        background: #E2231A;
        color: white;
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        min-height: 50px;
    }

    #cart-menu .col-height_left {
        height: 110px;
    }

        #cart-menu .col-height_left img {
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

    #cart-menu .accept-control {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        list-style: none;
        margin: 0;
        min-height: 50px;
    }

        #cart-menu .accept-control li {
            background: #333333;
            color: #cacaca;
            width: 100%;
        }

            #cart-menu .accept-control li:last-child {
                border-left: 1px solid #555555;
            }

            #cart-menu .accept-control li .material-icons {
                margin-right: 5px;
            }

            #cart-menu .accept-control li a {
                padding: 15px;
                display: -webkit-box;
                display: -moz-box;
                display: box;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -moz-box-align: center;
                box-align: center;
                -webkit-align-items: center;
                -moz-align-items: center;
                -ms-align-items: center;
                -o-align-items: center;
                align-items: center;
                -ms-flex-align: center;
                -webkit-box-pack: center;
                -moz-box-pack: center;
                box-pack: center;
                -webkit-justify-content: center;
                -moz-justify-content: center;
                -ms-justify-content: center;
                -o-justify-content: center;
                justify-content: center;
                -ms-flex-pack: center;
                color: #fff;
            }

    #cart-menu.open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    #cart-menu a {
        color: white;
    }

@media (max-width: 768px) {
    #cart-menu {
        width: 100%;
    }
}

#cart-menu .header {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    height: 100%;
}

    #cart-menu .header .material-icons {
        font-size: 32px;
    }

    #cart-menu .header a {
        color: #2E2A25;
    }

    #cart-menu .header .body {
        overflow-y: scroll;
        overflow-x: hidden;
        height: auto;
        width: 100%;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -moz-box-align: start;
        box-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
    }

        #cart-menu .header .body::-webkit-scrollbar {
            display: none;
        }

        #cart-menu .header .body p {
            color: white;
            font-size: 12px;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            line-height: 15px;
            max-height: 40px;
        }

            #cart-menu .header .body p.h5, #cart-menu .header .body p.price {
                margin-top: 0;
                color: #2E2A25;
                font-size: 21px;
                line-height: 20px;
                font-weight: 600;
            }

        #cart-menu .header .body .bottom {
            display: -webkit-box;
            display: -moz-box;
            display: box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -moz-box-align: end;
            box-align: end;
            -webkit-align-items: flex-end;
            -moz-align-items: flex-end;
            -ms-align-items: flex-end;
            -o-align-items: flex-end;
            align-items: flex-end;
            -ms-flex-align: end;
            -webkit-box-orient: vertical;
            -moz-box-orient: vertical;
            box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-direction: normal;
            box-direction: normal;
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            flex-direction: column;
            -ms-flex-direction: column;
            -webkit-box-pack: justify;
            -moz-box-pack: justify;
            box-pack: justify;
            -webkit-justify-content: space-between;
            -moz-justify-content: space-between;
            -ms-justify-content: space-between;
            -o-justify-content: space-between;
            justify-content: space-between;
            -ms-flex-pack: justify;
            padding: 15px;
        }

    #cart-menu .header .body__top {
        list-style: none;
        width: 100%;
        font-size: 18px;
        font-weight: 500;
    }

    #cart-menu .header .body__top--submenu {
        list-style: none;
        overflow: hidden;
        max-height: 0px;
        background: #E2231A;
        -webkit-transition: max-height 0.5s ease;
        -moz-transition: max-height 0.5s ease;
        -o-transition: max-height 0.5s ease;
        transition: max-height 0.5s ease;
    }

        #cart-menu .header .body__top--submenu li {
            padding: 0;
        }

        #cart-menu .header .body__top--submenu a {
            padding: 15px;
            display: -webkit-box;
            display: -moz-box;
            display: box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -moz-box-pack: justify;
            box-pack: justify;
            -webkit-justify-content: space-between;
            -moz-justify-content: space-between;
            -ms-justify-content: space-between;
            -o-justify-content: space-between;
            justify-content: space-between;
            -ms-flex-pack: justify;
            font-size: 14px;
            color: white;
            border-bottom: 1px solid #ddd;
            font-weight: bold;
        }

    #cart-menu .header .body__top .cart_submenu {
        overflow: hidden;
        margin-bottom: 15px;
    }

    #cart-menu .header .body__top li .cart-menu__close {
        text-align: right;
    }

        #cart-menu .header .body__top li .cart-menu__close .cart-menu__close__link {
            background: #b41c15;
            border-radius: 100px;
            padding: 0 5px 3px;
            text-align: right;
        }

            #cart-menu .header .body__top li .cart-menu__close .cart-menu__close__link .material-icons {
                font-size: 16px;
                color: white;
            }

    #cart-menu .header .body__top li .material-icons {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #cart-menu .header .body__top li .first-level {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        background: #EEEEEE;
        color: #2E2A25;
        padding: 15px;
        border-bottom: 1px solid #dddddd;
        padding: 10px;
        font-size: 14px;
    }

        #cart-menu .header .body__top li .first-level .material-icons {
            font-size: 20px;
            border-radius: 100px;
            color: #2E2A25;
            border: 1px solid #dddddd;
            padding: 5px;
        }

        #cart-menu .header .body__top li .first-level a {
            display: block;
        }

    #cart-menu .header .body__top li.expanded .body__top--submenu {
        max-height: 1000px;
    }

    #cart-menu .header .body__top li.expanded .material-icons {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

#filter-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 350px;
    background: #eeeeee;
    height: 100%;
    z-index: 9999;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

    #filter-menu .filter-menu {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        padding: 15px;
        background: #2E2A25;
        color: white;
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        min-height: 50px;
    }

    #filter-menu .accept-control {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        list-style: none;
        margin: 0;
        min-height: 50px;
    }

        #filter-menu .accept-control li {
            background: #333333;
            color: #cacaca;
            width: 100%;
        }

            #filter-menu .accept-control li:last-child {
                border-left: 1px solid #555555;
            }

            #filter-menu .accept-control li .material-icons {
                margin-right: 5px;
            }

            #filter-menu .accept-control li a {
                padding: 15px;
                display: -webkit-box;
                display: -moz-box;
                display: box;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -moz-box-align: center;
                box-align: center;
                -webkit-align-items: center;
                -moz-align-items: center;
                -ms-align-items: center;
                -o-align-items: center;
                align-items: center;
                -ms-flex-align: center;
                -webkit-box-pack: center;
                -moz-box-pack: center;
                box-pack: center;
                -webkit-justify-content: center;
                -moz-justify-content: center;
                -ms-justify-content: center;
                -o-justify-content: center;
                justify-content: center;
                -ms-flex-pack: center;
                color: #fff;
            }

    #filter-menu.open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    #filter-menu a {
        color: #2E2A25;
    }

@media (max-width: 768px) {
    #filter-menu {
        width: 100%;
    }
}

#filter-menu .header {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    height: 100%;
}

    #filter-menu .header .material-icons {
        font-size: 32px;
    }

    #filter-menu .header a {
        color: #2E2A25;
    }

    #filter-menu .header .body {
        overflow-y: scroll;
        overflow-x: hidden;
        height: auto;
        width: 100%;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -moz-box-align: start;
        box-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
    }

        #filter-menu .header .body::-webkit-scrollbar {
            display: none;
        }

    #filter-menu .header .body__top {
        list-style: none;
        width: 100%;
        font-size: 18px;
        font-weight: 500;
    }

    #filter-menu .header .body__top--submenu {
        list-style: none;
        overflow: hidden;
        max-height: 0px;
        background: #3498DB;
        -webkit-transition: max-height 0.5s ease;
        -moz-transition: max-height 0.5s ease;
        -o-transition: max-height 0.5s ease;
        transition: max-height 0.5s ease;
    }

        #filter-menu .header .body__top--submenu li {
            padding: 0;
        }

        #filter-menu .header .body__top--submenu a {
            padding: 15px;
            display: -webkit-box;
            display: -moz-box;
            display: box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -moz-box-pack: justify;
            box-pack: justify;
            -webkit-justify-content: space-between;
            -moz-justify-content: space-between;
            -ms-justify-content: space-between;
            -o-justify-content: space-between;
            justify-content: space-between;
            -ms-flex-pack: justify;
            font-size: 14px;
            color: white;
            border-bottom: 1px solid #ddd;
            font-weight: bold;
        }

    #filter-menu .header .body__top li .material-icons {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #filter-menu .header .body__top li .first-level {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        background: #EEEEEE;
        color: #2E2A25;
        padding: 15px;
        border-bottom: 1px solid #dddddd;
        padding: 10px;
        font-size: 14px;
    }

        #filter-menu .header .body__top li .first-level .material-icons {
            font-size: 20px;
            border-radius: 100px;
            color: #2E2A25;
            border: 1px solid #dddddd;
            padding: 5px;
        }

        #filter-menu .header .body__top li .first-level a {
            display: block;
        }

    #filter-menu .header .body__top li.expanded .body__top--submenu {
        max-height: 1000px;
    }

    #filter-menu .header .body__top li.expanded .material-icons {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.wrapper {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

    .wrapper::after {
        visibility: hidden;
        opacity: 0;
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 1050;
        -webkit-transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
        -o-transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
        transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
    }

    .wrapper.closed-menus::after {
        visibility: hidden;
        opacity: 0;
    }

    .wrapper.opened-menus::after {
        visibility: visible;
        opacity: 1;
    }

.path .breadcrumb {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
    padding-left: 0;
}

    .path .breadcrumb .material-icons {
        font-size: 14px;
        line-height: 14px;
        vertical-align: middle;
    }

@media (max-width: 992px) {
    .path {
        background: #EEF7FA;
    }

        .path .h4 {
            margin: 0;
        }
}

.wrapper.full-height {
    height: 100% !important;
}

li.lslide a {
    height: 100%;
    display: block;
}

.wrapper.z-index_up {
    position: relative;
    z-index: 14;
}

.intro {
    width: 100%;
    height: 100%;
    position: relative;
}

    .intro #block {
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: url("../images/intro.png") no-repeat center center;
        background: cover;
    }

    .intro svg {
        vertical-align: middle;
    }

    .intro .scroll-down {
        position: absolute;
        left: 50%;
        margin-left: -20px;
        width: 40px;
        height: 40px;
        bottom: 35px;
        padding-left: 7px;
        cursor: pointer;
        z-index: 2;
        color: #ffffff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .intro .scroll-down.svg svg {
            width: 25px;
            opacity: 1;
            -webkit-transition: opacity 0.5s;
            -moz-transition: opacity 0.5s;
            -o-transition: opacity 0.5s;
            transition: opacity 0.5s;
        }

        .intro .scroll-down.svg .scroller {
            fill: #ffffff;
            -webkit-animation: updown 2s infinite;
            -moz-animation: updown 2s infinite;
            animation: updown 2s infinite;
        }

    .intro .absolute-scroll {
        position: absolute;
        bottom: 45px;
        left: 50%;
        z-index: 13;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
        border-radius: 100px;
        border: 2px solid white;
        padding: 10px 0;
    }

        .intro .absolute-scroll a {
            text-transform: uppercase;
            font-family: "Roboto", sans-serif;
            color: white;
            position: relative;
        }

            .intro .absolute-scroll a.page-scroll {
                padding: 5px 7px;
                height: 0;
                top: -11px;
                font-size: 10px;
                line-height: 10px;
                display: block;
                -webkit-transition: top 0.5s ease-in-out;
                -moz-transition: top 0.5s ease-in-out;
                -o-transition: top 0.5s ease-in-out;
                transition: top 0.5s ease-in-out;
            }

                .intro .absolute-scroll a.page-scroll.hover-mouse {
                    top: 0;
                }

/*==================================HOME==================================*/
.slider-home {
    position: relative;
    margin: 0 auto;
    text-align: center;
    height: 100% !important;
}

    .slider-home .lSSlideOuter, .slider-home .lSSlideWrapper, .slider-home ul#lightSlider-home, .slider-home li.lslide {
        height: 100% !important;
    }

    .slider-home img {
        width: 100%;
    }

    .slider-home .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #181815;
        background-image: -webkit-linear-gradient(top, #181815 0%, #181815 49%, #181815 100%);
        background-image: -webkit-gradient(linear,left top, left bottom,from(#181815), color-stop(49%, #181815), to(#181815));
        background-image: -webkit-linear-gradient(top,#181815 0%, #181815 49%, #181815 100%);
        background-image: -o-linear-gradient(top,#181815 0%, #181815 49%, #181815 100%);
        background-image: linear-gradient(to bottom,#181815 0%, #181815 49%, #181815 100%);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0.8;
        z-index: 10;
    }

    .slider-home .slider-navigation {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        z-index: 12;
    }

        .slider-home .slider-navigation .material-icons {
            font-size: 24px;
            color: white;
            border: 1px solid #777777;
            border-radius: 30px;
            padding: 10px;
        }

        .slider-home .slider-navigation #goToPrevSlide .material-icons {
            float: left;
            margin-left: 10px;
        }

        .slider-home .slider-navigation #goToNextSlide .material-icons {
            float: right;
            margin-right: 10px;
        }

    .slider-home .caption {
        position: absolute;
        top: 50%;
        z-index: 12;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

@media (max-width: 768px) {
    .slider-home .caption {
        display: none;
    }
}

.slider-home .caption .h4 {
    font-size: 21px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    letter-spacing: 4px;
    color: white;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .slider-home .caption .h4 {
        font-size: inherit;
    }
}

.slider-home .caption .h1 {
    font-weight: 600;
    margin-top: 0;
    font-size: 48px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    letter-spacing: 4px;
    color: #E2231A;
}

@media (max-width: 992px) {
    .slider-home .caption .h1 {
        font-size: inherit;
    }
}

.slider-home .caption p {
    color: white;
}

.slider-home .absolute-scroll {
    position: absolute;
    bottom: 45px;
    left: 50%;
    z-index: 13;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    border-radius: 100px;
    border: 2px solid white;
    padding: 10px 0;
}

    .slider-home .absolute-scroll a {
        text-transform: uppercase;
        font-family: "Roboto", sans-serif;
        color: white;
        position: relative;
    }

        .slider-home .absolute-scroll a.page-scroll {
            padding: 5px 7px;
            height: 0;
            top: -11px;
            font-size: 10px;
            line-height: 10px;
            display: block;
            -webkit-transition: top 0.5s ease-in-out;
            -moz-transition: top 0.5s ease-in-out;
            -o-transition: top 0.5s ease-in-out;
            transition: top 0.5s ease-in-out;
        }

            .slider-home .absolute-scroll a.page-scroll.hover-mouse {
                top: 0;
            }

.section-on-slider {
    background: #181815;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .section-on-slider .relativeUP {
        position: relative;
        top: -50px;
        z-index: 14;
    }

    .section-on-slider .box {
        background: #2E2A25;
        padding: 12px 22px 22px;
        border-radius: 3px;
        border: 6px solid #2E2A25;
        -webkit-transition: border 0.5s ease-out;
        -moz-transition: border 0.5s ease-out;
        -o-transition: border 0.5s ease-out;
        transition: border 0.5s ease-out;
    }

@media (max-width: 992px) {
    .section-on-slider .box {
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-on-slider .box--desktopSize {
        padding-bottom: 31px;
    }
}

.section-on-slider .box:hover {
    border: 6px solid #E2231A;
}

.section-on-slider .box p {
    color: white;
}

.section-on-slider .box .h5 {
    margin-bottom: 30px;
    margin-top: 0;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}

.section-on-slider .box label {
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 15px;
}

.section-on-slider .box .form-control {
    border-color: #2E2A25;
    background: #444;
    height: 44px;
    margin-bottom: 30px;
    color: white;
}

.section-on-slider .box .has-feedback label ~ .form-control-feedback {
    top: 49px;
    color: white;
}

    .section-on-slider .box .has-feedback label ~ .form-control-feedback.ion-more-top {
        top: 52px;
    }

.section-on-slider .box .marginTOP {
    margin-top: 45px;
}

.section-on-slider .box .diffMargin {
    margin-bottom: 20px;
}

.section-on-slider .box .marginedBtm {
    margin-bottom: 40px;
}

.section-prodotti-home {
    padding-top: 150px;
}
@media only screen and (max-width: 600px) {
    .section-prodotti-home {
        padding-top: 150px;
    }
}


    .section-prodotti-home .title {
        margin-bottom: 90px;
    }

    .section-prodotti-home .h6 {
        color: white;
        text-transform: uppercase;
        margin-bottom: 0;
        letter-spacing: 6px;
    }

    .section-prodotti-home h2 {
        color: #E2231A;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .section-prodotti-home h3 {
        color: white;
        text-transform: uppercase;
    }

    .section-prodotti-home .hover-box {
        border-radius: 3px;
        position: relative;
        top: -240px;
        opacity: 0;
        z-index: 9;
        background: #E2231A;
        padding: 150px 30px 30px;
        -webkit-transition: opacity 0.5s ease-out;
        -moz-transition: opacity 0.5s ease-out;
        -o-transition: opacity 0.5s ease-out;
        transition: opacity 0.5s ease-out;
    }

        .section-prodotti-home .hover-box p {
            color: white;
        }

        .section-prodotti-home .hover-box .h6 {
            margin-bottom: 0;
        }

        .section-prodotti-home .hover-box h3 {
            margin-top: 10px;
            margin-bottom: 30px;
            letter-spacing: 2px;
            font-size: 18px;
        }

    .section-prodotti-home .simple-view {
        position: relative;
        z-index: 10;
    }

        .section-prodotti-home .simple-view::after {
            content: "";
            text-align: center;
            width: 2px;
            height: 80px;
            border: 2px solid #444;
        }

    .section-prodotti-home .owl-item {
        opacity: .4;
    }

        .section-prodotti-home .owl-item .item img {
            -webkit-transition: all 0.5s ease-out;
            -moz-transition: all 0.5s ease-out;
            -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
            position: relative;
            -webkit-backface-visibility: hidden;
            /* Chrome, Safari, Opera */
            backface-visibility: hidden;
            width: 243px;
            display: inline;
        }

        .section-prodotti-home .owl-item.cloned {
            opacity: .4;
        }

        .section-prodotti-home .owl-item.active.center {
            opacity: 1;
            position: relative;
        }

            .section-prodotti-home .owl-item.active.center .simple-view::after {
                border: none;
            }

            .section-prodotti-home .owl-item.active.center:hover img {
                z-index: 12;
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
                transform: scale(1.1);
            }

            .section-prodotti-home .owl-item.active.center:hover .hover-box {
                z-index: 10;
                opacity: 1;
            }

            .section-prodotti-home .owl-item.active.center:hover .simple-view {
                z-index: 9;
            }

    .section-prodotti-home .material-icons {
        background: white;
        font-size: 24px;
        color: #2E2A25;
        border: 1px solid #777777;
        border-radius: 30px;
        padding: 10px;
    }

    .section-prodotti-home .owl-nav .owl-prev {
        position: absolute;
        top: 30%;
        left: 39%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    @media (max-width: 992px) {
        .section-prodotti-home .owl-nav .owl-prev {
            left: 30%;
        }
    }

    @media (min-width: 320px) and (max-width: 479px) {
        .section-prodotti-home .owl-nav .owl-prev {
            left: 15%;
        }
    }

    .section-prodotti-home .owl-nav .owl-next {
        position: absolute;
        top: 30%;
        right: 39%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    @media (max-width: 992px) {
        .section-prodotti-home .owl-nav .owl-next {
            right: 30%;
        }
    }

    @media (min-width: 320px) and (max-width: 479px) {
        .section-prodotti-home .owl-nav .owl-next {
            right: 15%;
        }
    }

    .section-prodotti-home .owl-carousel .owl-dots.disabled, .section-prodotti-home .owl-carousel .owl-nav.disabled {
        display: block;
    }

    .section-prodotti-home .item {
        max-height: 590px;
    }

    .section-full-width-home {
        background: rgba(0, 0, 0, 0.4);
    }

        .section-full-width-home figure {
            position: relative;
        }

            .section-full-width-home figure img {
                -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
                transition: opacity 0.35s, -webkit-transform 0.35s;
                -o-transition: opacity 0.35s, transform 0.35s;
                transition: opacity 0.35s, transform 0.35s;
                transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
                -webkit-transform: scale(1.12);
                -ms-transform: scale(1.12);
                transform: scale(1.12);
            }

            .section-full-width-home figure:hover img {
                opacity: 0.5;
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
            }

            .section-full-width-home figure figcaption {
                padding: 3em;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                text-align: center;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
            }

                .section-full-width-home figure figcaption::before {
                    position: absolute;
                    top: 30px;
                    right: 30px;
                    bottom: 30px;
                    left: 30px;
                    border: 6px solid #E2231A;
                    content: '';
                    -webkit-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    transform: scale(1.1);
                }

                .section-full-width-home figure figcaption p {
                    position: absolute;
                    top: 60%;
                    right: 30px;
                    bottom: 30px;
                    left: 30px;
                    margin: 0 auto;
                    max-width: 70%;
                    color: white;
                }

    @media (min-width: 992px) and (max-width: 1199px) {
        .section-full-width-home figure figcaption p {
            top: 70%;
        }
    }

    @media (min-width: 320px) and (max-width: 479px) {
        .section-full-width-home figure figcaption p {
            display: none;
        }
    }

    .section-full-width-home figure figcaption::before, .section-full-width-home figcaption p {
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, -webkit-transform 0.35s;
        -o-transition: opacity 0.35s, transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    }

    .section-full-width-home .box {
        position: relative;
        overflow: hidden;
    }

        .section-full-width-home .box:hover p {
            opacity: 1;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

    @media (max-width: 768px) {
        .section-full-width-home .box {
            margin-bottom: 30px;
        }
    }

    .section-full-width-home figure:hover figcaption::before, .section-full-width-home figcaption:hover p {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .section-full-width-home a {
        display: block;
    }

    .section-full-width-home .h6 {
        color: white;
        text-transform: uppercase;
        margin-bottom: 0;
        letter-spacing: 6px;
    }

    .section-full-width-home .h2 {
        color: #E2231A;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 2px;
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .section-full-width-home .h2 {
            margin-top: 10px;
            font-size: 18px !important;
        }
    }

    .section-full-width-home .caption {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .section-prodotti-home .item .simple-view::after {
        content: "";
        text-align: center;
        width: 2px;
        height: 80px;
        border: 2px solid #444;
    }

    .news {
        padding-top: 150px;
        padding-bottom: 150px;
    }

        .news.eventi {
            background: transparent;
            padding: 45px 0 0;
        }

            .news.eventi .date {
                text-transform: uppercase;
                color: #908F88;
                padding: 15px 0;
                font-size: 12px;
            }

    @media (min-width: 320px) and (max-width: 479px) {
        .news.eventi .date {
            padding: 10px 0;
        }
    }

    .news.eventi .title-news {
        color: #2E2A25;
    }

    .news.eventi span {
        font-weight: 600;
    }

    .news .listed-article {
        margin-bottom: 45px;
    }

    .news .title {
        margin-bottom: 75px;
    }

        .news .title .h6 {
            color: white;
            text-transform: uppercase;
            margin-bottom: 0;
            letter-spacing: 6px;
        }

        .news .title .h2 {
            color: #E2231A;
            text-transform: uppercase;
            font-weight: 600;
            letter-spacing: 2px;
        }

    .news .news-listed {
        margin-bottom: 45px;
    }

    .news .date {
        text-transform: uppercase;
        color: #908F88;
        padding: 15px 0;
        font-size: 12px;
    }

    @media (min-width: 320px) and (max-width: 479px) {
        .news .date {
            padding: 10px 0;
        }
    }

    .news .title-news {
        color: white;
        margin-top: 20px;
        font-size: 16px;
        font-weight: 600;
        margin-top: 0;
        height: 100px;
    }

    @media (min-width: 320px) and (max-width: 479px) {
        .news .title-news {
            height: 150px;
        }
    }

    .news p {
        color: #888;
    }

    .news span {
        margin-top: 15px;
        text-transform: uppercase;
        font-size: 12px;
    }

        .news span:hover .ion {
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            margin-left: 10px;
        }

    .news .ion {
        margin-left: 5px;
    }

    .news .article {
        padding-bottom: 30px;
    }

        .news .article h1 {
            margin-top: 0;
        }

        .news .article img {
            margin: 60px 0 45px;
        }

        .news .article h3 {
            color: #E2231A;
            margin: 45px 0;
            font-size: 18px;
        }

    .news .sidebar-article .panel-body {
        padding: 30px 20px 15px;
    }

        .news .sidebar-article .panel-body ul {
            list-style: none;
        }

            .news .sidebar-article .panel-body ul li {
                margin-bottom: 20px;
            }

                .news .sidebar-article .panel-body ul li a {
                    color: #2E2A25;
                }

                    .news .sidebar-article .panel-body ul li a:hover {
                        text-decoration: underline;
                    }

    .news .sidebar-article .panel-default {
        border-color: transparent;
        background: #eee;
        margin-bottom: 20px;
    }

        .news .sidebar-article .panel-default > .panel-heading {
            background-color: #eee;
            border-color: #eee;
            padding: 20px;
        }

    .news .sidebar-article .panel-title a .ion {
        margin: 0 5px 0 0;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .news .sidebar-article .panel-title a .ion.animIcon {
            -webkit-transform: scale(0.9) rotate(90deg);
            -moz-transform: scale(0.9) rotate(90deg);
            -ms-transform: scale(0.9) rotate(90deg);
            -o-transform: scale(0.9) rotate(90deg);
            transform: scale(0.9) rotate(90deg);
        }

    .section-home-brands {
        background: white;
        padding-top: 30px;
        padding-bottom: 30px;
    }

        .section-home-brands .section-home-brands__cont {
            position: relative;
        }

        .section-home-brands .lSSlideOuter {
            padding-left: 120px;
            padding-right: 120px;
        }

    @media (max-width: 992px) {
        .section-home-brands .lSSlideOuter {
            padding-left: 60px;
            padding-right: 60px;
        }
    }

    .section-home-brands .slider-navigation {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        z-index: 12;
    }

        .section-home-brands .slider-navigation .material-icons {
            font-size: 24px;
            color: #2E2A25;
            border: 1px solid #cacaca;
            border-radius: 30px;
            padding: 10px;
        }

        .section-home-brands .slider-navigation #goToPrevSlide_brands .material-icons {
            float: left;
            margin-left: 10px;
        }

        .section-home-brands .slider-navigation #goToNextSlide_brands .material-icons {
            float: right;
            margin-right: 10px;
        }

    /*===========================RICERCA E-COMMERCE=====================================================================*/
    .content-page {
        background: white;
        padding-top: 45px;
    }

    .slide-top .slide-top__flex {
        -webkit-box-align: start;
        -moz-box-align: start;
        box-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        height: 390px;
    }

        .slide-top .slide-top__flex.bg-top-generico {
            background: url("../images/slide-top-generico.jpg") no-repeat 0 0;
            background-size: cover;
            background-position:center;
        }

        .slide-top .slide-top__flex h1 {
            color: #E2231A;
            letter-spacing: 2px;
            font-weight: 600;
        }
    
    @media (max-width:768px) {
        .slide-top .slide-top__flex {
        height:240px;
        }
    }

    @media (min-width: 320px) and (max-width: 479px) {
        .slide-top .slide-top__flex h1 {
            font-size: 18px;
        }
    }

    .slide-top .slide-top__flex .h6 {
        letter-spacing: 6px;
    }

    .slide-top .slide-top__flex p {
        color: white;
    }

    @media (max-width: 992px) {
        .slide-top .slide-top__flex p {
            display: none;
        }
    }

    .slide-top .slide-top__flex .fixed-width {
        width: 100%;
    }

    .ricerca-e-commerce .relativeUP {
        margin-top: -150px;
        z-index: 14;
    }

    @media (max-width: 768px) {
        .ricerca-e-commerce .relativeUP {
            margin-bottom: 45px;
        }
    }

    .ricerca-e-commerce .box {
        background: #2E2A25;
        padding: 12px 22px 22px;
        border-radius: 3px;
        border: 6px solid #2E2A25;
        -webkit-transition: border 0.5s ease-out;
        -moz-transition: border 0.5s ease-out;
        -o-transition: border 0.5s ease-out;
        transition: border 0.5s ease-out;
    }

    @media (max-width: 992px) {
        .ricerca-e-commerce .box .no-padding-l {
            padding-left: 15px;
            margin-top: 5px;
        }
    }

    .ricerca-e-commerce .box:hover {
        border: 6px solid #E2231A;
    }

    .ricerca-e-commerce .box .row-text {
        margin-bottom: 30px;
    }

    .ricerca-e-commerce .box p {
        color: white;
    }

    .ricerca-e-commerce .box .h5 {
        color: white;
        text-transform: uppercase;
        font-weight: 600;
    }

    .ricerca-e-commerce .box .btn {
        height: 44px;
        color: white;
    }

    @media (max-width: 992px) {
        .ricerca-e-commerce .box .btn {
            width: 100%;
        }
    }

    @media (min-width: 320px) and (max-width: 479px) {
        .ricerca-e-commerce .box .btn {
            display: block;
        }
    }

    .ricerca-e-commerce .box .btn:visited, .ricerca-e-commerce .box .btn:focus, .ricerca-e-commerce .box .btn:active {
        color: white;
    }

    .ricerca-e-commerce .box .btn:hover {
        color: white;
        background: #111;
    }

    .ricerca-e-commerce .box .btn .ion {
        margin-left: 5px;
    }

    .ricerca-e-commerce .box .form-control {
        height: 44px;
    }

    @media (min-width: 768px) {
        .ricerca-e-commerce .box .flex {
            display: -webkit-box;
            display: -moz-box;
            display: box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -moz-box-align: end;
            box-align: end;
            -webkit-align-items: flex-end;
            -moz-align-items: flex-end;
            -ms-align-items: flex-end;
            -o-align-items: flex-end;
            align-items: flex-end;
            -ms-flex-align: end;
            -webkit-box-pack: end;
            -moz-box-pack: end;
            box-pack: end;
            -webkit-justify-content: flex-end;
            -moz-justify-content: flex-end;
            -ms-justify-content: flex-end;
            -o-justify-content: flex-end;
            justify-content: flex-end;
            -ms-flex-pack: end;
        }
    }

    .ricerca-e-commerce .box .flex .btn {
        border-radius: 0;
        color: white;
        border: 2px solid #111;
    }

        .ricerca-e-commerce .box .flex .btn:visited, .ricerca-e-commerce .box .flex .btn:focus, .ricerca-e-commerce .box .flex .btn:active {
            color: white;
        }

        .ricerca-e-commerce .box .flex .btn:hover {
            color: white;
            background: #111;
        }

    .empty-search {
        padding-bottom: 100px;
    }

        .empty-search .box-bordered {
            padding-top: 100px;
            padding-bottom: 100px;
            border: 2px solid #ddd;
        }

        .empty-search .h6 {
            color: #2E2A25;
            text-transform: uppercase;
            margin-bottom: 0;
            letter-spacing: 6px;
        }

        .empty-search .h2 {
            margin-top: 10px;
            color: #E2231A;
            text-transform: uppercase;
            font-weight: 600;
            letter-spacing: 2px;
        }

        .empty-search .alert {
            padding: 30px;
        }

        .empty-search .alert-dismissable .close, .empty-search .alert-dismissible .close {
            right: 0;
            color: #E2231A;
            opacity: 1;
        }

    /*=====breads=============*/
    .breads {
        height: 80px;
        line-height: 80px;
        background: white;
    }

    @media (max-width: 768px) {
        .breads {
            display: none;
        }
    }

    .breads .breadcrumb {
        background: transparent;
        margin-bottom: 0;
        padding: 0;
        font-size: 12px;
    }

        .breads .breadcrumb li a {
            color: #2E2A25;
        }

        .breads .breadcrumb > li + li:before {
            color: #2E2A25;
        }

    .section-prodotti-ricerca .filtri-selezione {
        padding: 30px;
        background: #eee;
    }

        .section-prodotti-ricerca .filtri-selezione p {
            margin-bottom: 20px;
        }

        .section-prodotti-ricerca .filtri-selezione .div_flexible_1, .section-prodotti-ricerca .filtri-selezione .div_flexible_2 {
            max-height: 122px;
            overflow-y: hidden;
            -webkit-transition: all 0.5s ease-out;
            -moz-transition: all 0.5s ease-out;
            -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

            .section-prodotti-ricerca .filtri-selezione .div_flexible_1.fixedHeight, .section-prodotti-ricerca .filtri-selezione .div_flexible_2.fixedHeight {
                overflow-y: hidden;
                max-height: 1000px;
            }

    .section-prodotti-ricerca .filtri_selezione__cont {
        margin-bottom: 60px;
    }

    .section-prodotti-ricerca #toggle_leggi_1, .section-prodotti-ricerca #toggle_leggi_2 {
        color: #3498DB;
        margin-top: 15px;
        display: block;
    }

    @media (max-width: 768px) {
        .section-prodotti-ricerca .sidebar-filters {
            margin-top: 45px;
        }
    }

    .section-prodotti-ricerca .title-sec {
        margin-bottom: 60px;
    }

    .section-prodotti-ricerca .col-height {
        text-align: center;
        height: 200px;
    }

    @media (max-width: 768px) {
        .section-prodotti-ricerca .col-height {
            height: 160px;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .section-prodotti-ricerca .col-height {
            height: 160px;
        }
    }

    .section-prodotti-ricerca .col-height img {
        max-height: 200px;
    }

    @media (max-width: 768px) {
        .section-prodotti-ricerca .col-height img {
            max-height: 160px;
        }
    }

    @media (min-width: 320px) and (max-width: 479px) {
        .section-prodotti-ricerca .col-height img {
            max-height: 160px;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .section-prodotti-ricerca .col-height img {
            max-height: 160px;
        }
    }

    .section-prodotti-ricerca p.title {
        font-size: 16px;
    }

    .section-prodotti-ricerca p.h5 {
        font-size: 18px;
        font-weight: 600;
        height: 60px;
    }

    .section-prodotti-ricerca p.desc-prod {
        font-size: 12px;
        font-weight: 600;
        color: #777777;
    }

    .section-prodotti-ricerca p.price {
        font-size: 24px;
        font-weight: 600;
    }

    .section-prodotti-ricerca a {
        color: #2E2A25;
    }

    .section-prodotti-ricerca .box-hover {
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-bottom: 60px;
    }

        .section-prodotti-ricerca .box-hover:hover {
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            -webkit-transform: translate(0, -15px);
            -moz-transform: translate(0, -15px);
            -ms-transform: translate(0, -15px);
            -o-transform: translate(0, -15px);
            transform: translate(0, -15px);
            -webkit-box-shadow: 0px 3px 0px 0px #E2231A;
            -moz-box-shadow: 0px 3px 0px 0px #E2231A;
            box-shadow: 0px 3px 0px 0px #E2231A;
        }

    .section-prodotti-ricerca .label-default {
        background: #eee;
        border-radius: 30px;
        color: #2E2A25;
        padding: 10px 15px;
        margin-right: 10px;
        display: inline-block;
        margin-bottom: 5px;
    }

        .section-prodotti-ricerca .label-default:hover {
            color: #2E2A25;
            background: #eee;
        }

        .section-prodotti-ricerca .label-default span {
            font-size: 14px;
            margin-left: 10px;
        }

    @media (min-width: 320px) and (max-width: 479px) {
        .section-prodotti-ricerca .label-default {
            display: block;
            margin-bottom: 5px;
        }
    }

    .section-prodotti-ricerca .row--margin {
        margin-top: 60px;
    }

    /*========SCHEDA PRODOTTO=========*/
    .scheda-prodotto {
        margin-top: 60px;
        padding-bottom: 50px;
    }

        .scheda-prodotto .lSSlideOuter.vertical .lSGallery {
            left: 0 !important;
            right: auto !important;
        }

        .scheda-prodotto .lSSlideOuter .lSPager.lSGallery {
            margin-left: 0 !important;
        }

            .scheda-prodotto .lSSlideOuter .lSPager.lSGallery li {
                border: 1px solid #D2DCE7;
                text-align: center;
            }

    @media (max-width: 992px) {
        .scheda-prodotto .lSSlideOuter .lSPager.lSGallery li {
            height: 60px;
        }
    }

    @media (max-width: 768px) {
        .scheda-prodotto .lSSlideOuter .lSPager.lSGallery li {
            height: 30px;
        }
    }

    .scheda-prodotto .lSSlideWrapper {
        position: relative;
    }

    @media (max-width: 992px) {
        .scheda-prodotto .lSSlideWrapper {
            border: 1px solid #D2DCE7;
        }
    }

    .scheda-prodotto .lSSlideWrapper img {
        max-width: 100%;
    }

    @media (min-width: 992px) {
        .scheda-prodotto .lSSlideWrapper img {
            border: 1px solid #D2DCE7;
        }
    }

    .scheda-prodotto .lSSlideOuter.vertical {
        padding-right: 0 !important;
        padding-left: 105px !important;
        position: relative;
    }

    .scheda-prodotto .lSSlideOuter .lSPager.lSGallery img {
        display: inline-block;
        max-height: 100%;
    }

    @media (max-width: 768px) {
        .scheda-prodotto .lSSlideOuter.vertical .lSGallery {
            position: static !important;
        }
    }

    .scheda-prodotto .lSSlideOuter .lSPager.lSGallery li.active {
        border-radius: 0 !important;
        border-color: #E2231A;
    }

    @media (max-width: 992px) {
        .scheda-prodotto li.lslide.active {
            float: left;
            text-align: center;
        }
    }

    .scheda-prodotto .bordered-nav {
        padding-left: 87px;
        position: absolute;
        top: 55%;
        width: 95%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    @media (max-width: 992px) {
        .scheda-prodotto .bordered-nav {
            display: none;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .scheda-prodotto .bordered-nav {
            top: 61%;
        }
    }

    .scheda-prodotto .bordered-nav a {
        cursor: pointer;
    }

        .scheda-prodotto .bordered-nav a#goToPrevSlide .ion, .scheda-prodotto .bordered-nav a#goToPrevSlide_alt .ion {
            float: left;
            margin-left: 25px;
        }

        .scheda-prodotto .bordered-nav a#goToNextSlide .ion, .scheda-prodotto .bordered-nav a#goToNextSlide_alt .ion {
            float: right;
            margin-right: 25px;
        }

        .scheda-prodotto .bordered-nav a .ion {
            color: #2E2A25;
            font-size: 24px;
        }

    .scheda-prodotto h1 {
        font-size: 16px;
        color: #777777;
        font-weight: 600;
    }

    .scheda-prodotto h2 {
        margin-top: 0;
        font-size: 30px;
        color: #2E2A25;
        font-weight: 600;
    }

    .scheda-prodotto .cont-text-links {
        float: right;
        overflow: hidden;
    }

    @media (max-width: 992px) {
        .scheda-prodotto .cont-text-links {
            float: left;
        }
    }

    .scheda-prodotto .cont-text-links ul {
        list-style: none;
        padding-left: 0;
    }

        .scheda-prodotto .cont-text-links ul li {
            float: left;
            margin-right: 10px;
        }

            .scheda-prodotto .cont-text-links ul li:last-child {
                margin-right: 0;
            }

            .scheda-prodotto .cont-text-links ul li a.text-link {
                text-decoration: underline;
            }

    .scheda-prodotto .price {
        color: #2E2A25;
        font-size: 30px;
        font-weight: 600;
        margin: 30px 0 0;
        text-align: right;
    }

    @media (max-width: 992px) {
        .scheda-prodotto .price {
            text-align: left;
        }
    }

    .scheda-prodotto .price-overlined {
        font-size: 18px;
    }

    .scheda-prodotto .cont-labels {
        margin: 30px 0 20px;
    }

        .scheda-prodotto .cont-labels label.borderRadius {
            border-radius: 30px;
            border: 1px solid #777777;
            padding: 3px 18px;
            color: #2E2A25;
        }

    .scheda-prodotto .btns {
        margin-top: 82px;
    }

        .scheda-prodotto .btns .btn {
            margin-bottom: 15px;
        }

    @media (min-width: 992px) and (max-width: 1199px) {
        .scheda-prodotto .btns .btn {
            font-size: 10px;
        }
    }

    .scheda-prodotto .btns .btn .ion {
        color: white;
        font-size: 24px;
        margin-right: 5px;
    }

    .scheda-prodotto .btns .btn .material-icons {
        color: #2E2A25;
        font-size: 24px;
        margin-right: 5px;
    }

        .scheda-prodotto .btns .btn .material-icons.picture_as_pdf {
            color: white;
        }

    .scheda-prodotto .reference-table .panel-default > .panel-heading {
        background-color: #2E2A25;
        padding: 20px;
    }

    .scheda-prodotto .reference-table .panel-title > a {
        display: block;
        color: white;
    }

    .scheda-prodotto .reference-table .panel-body {
        padding: 0;
    }

    .scheda-prodotto .reference-table .ion {
        font-size: 22px;
        color: white;
        float: right;
    }

    .scheda-prodotto .reference-table .table-striped td {
        padding: 7px 30px;
    }

    .scheda-prodotto .dettagli_table {
        font-weight: 500;
    }

    @media (min-width: 992px) {
        .scheda-prodotto .dettagli_table {
            margin-top: 60px;
        }
    }

    .scheda-prodotto .dettagli_table .well {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .scheda-prodotto .dettagli_table table {
        background: white;
    }

    .scheda-prodotto .dettagli_table thead {
        border-collapse: separate;
        border: solid #ccc 1px;
        background: #ddd;
    }

        .scheda-prodotto .dettagli_table thead td {
            padding: 10px 20px;
            color: #2E2A25;
        }

    .scheda-prodotto .dettagli_table .tableDettagli {
        font-size: 12px;
    }

        .scheda-prodotto .dettagli_table .tableDettagli tbody td {
            padding: 10px 20px;
        }

    .scheda-prodotto .alt-prod .h5 {
        margin-top: 10px;
        margin-bottom: 10px;
        color: #2E2A25;
    }

    .scheda-prodotto .form-control {
        border-color: #cacaca;
        height: 46px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    @-moz-document url-prefix() {
        .scheda-prodotto .form-control {
            padding: 13px 12px;
        }
    }

    @media (max-width: 992px) {
        .scheda-prodotto .form-control {
            margin-top: 5px;
        }
    }

    .scheda-prodotto .cont-btns {
        margin: 27px 0;
    }

    .scheda-prodotto ul {
        padding-left: 15px;
    }

    .scheda-prodotto .margin-login-scheda-prod {
        margin: 30px 0;
    }

    /*========================CATALOGO===========================================*/
    .section-prodotti-catalogo {
        padding-top: 75px;
        padding-bottom: 120px;
    }

        .section-prodotti-catalogo .row--relative {
            position: relative;
            z-index: 4;
        }

        .section-prodotti-catalogo .row--relative_second {
            z-index: 3;
        }

        .section-prodotti-catalogo .row--relative_third {
            z-index: 2;
        }

        .section-prodotti-catalogo .hover-box {
            border-radius: 3px;
            position: relative;
            left: 80px;
            width: 70%;
            -webkit-transform: translateY(-240px);
            -moz-transform: translateY(-240px);
            -ms-transform: translateY(-240px);
            -o-transform: translateY(-240px);
            transform: translateY(-240px);
            opacity: 0;
            z-index: 9;
            background: #E2231A;
            padding: 150px 30px 30px;
            -webkit-transition: opacity 0.5s ease-out;
            -moz-transition: opacity 0.5s ease-out;
            -o-transition: opacity 0.5s ease-out;
            transition: opacity 0.5s ease-out;
        }

    @media (max-width: 992px) {
        .section-prodotti-catalogo .hover-box {
            width: 100%;
            left: 0;
        }
    }

    .section-prodotti-catalogo .hover-box p {
        color: white;
    }

    .section-prodotti-catalogo .hover-box .h6 {
        margin-bottom: 0;
    }

    .section-prodotti-catalogo .hover-box h3 {
        margin-top: 10px;
        margin-bottom: 30px;
        letter-spacing: 2px;
        font-size: 18px;
    }

    .section-prodotti-catalogo .simple-view {
        position: relative;
        z-index: 10;
    }

        .section-prodotti-catalogo .simple-view::after {
            content: "";
            text-align: center;
            width: 2px;
            height: 80px;
            border: 2px solid #444;
        }

    .section-prodotti-catalogo .item {
        opacity: 1;
        position: relative;
        margin-bottom: 100px;
        height: 350px;
        display: block;
    }

    @media (max-width: 768px) {
        .section-prodotti-catalogo .item {
            height: 500px;
        }
    }

    .section-prodotti-catalogo .item--dx {
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
        transform: translateY(20%);
    }

    @media (max-width: 768px) {
        .section-prodotti-catalogo .item--dx {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }
    }

    .section-prodotti-catalogo .item .simple-view::after {
        border: none;
    }

    @media (max-width: 768px) {
        .section-prodotti-catalogo .item img {
            z-index: 12;
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);
        }

        .section-prodotti-catalogo .item .hover-box {
            z-index: 10;
            opacity: 1;
        }

        .section-prodotti-catalogo .item .simple-view {
            z-index: 9;
        }
    }

    .section-prodotti-catalogo .item:hover img, .section-prodotti-catalogo .item:active img, .section-prodotti-catalogo .item:focus img {
        z-index: 12;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .section-prodotti-catalogo .item:hover .hover-box, .section-prodotti-catalogo .item:active .hover-box, .section-prodotti-catalogo .item:focus .hover-box {
        z-index: 10;
        opacity: 1;
    }

    .section-prodotti-catalogo .item:hover .simple-view, .section-prodotti-catalogo .item:active .simple-view, .section-prodotti-catalogo .item:focus .simple-view {
        z-index: 9;
    }

    .section-prodotti-catalogo .item .h6 {
        color: white;
        text-transform: uppercase;
        margin-bottom: 0;
        letter-spacing: 6px;
    }

    .section-prodotti-catalogo .item h2 {
        color: #E2231A;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .section-prodotti-catalogo .item h3 {
        color: white;
        text-transform: uppercase;
    }

    .section-prodotti-catalogo .item img {
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        position: relative;
        -webkit-backface-visibility: hidden;
        /* Chrome, Safari, Opera */
        backface-visibility: hidden;
        width: 243px;
        display: inline;
    }

    .section-scheda-catalogo {
        padding-top: 75px;
        padding-bottom: 100px;
    }

    @media (min-width: 992px) {
        .section-scheda-catalogo .flex {
            -webkit-box-align: center;
            -moz-box-align: center;
            box-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            align-items: center;
            -ms-flex-align: center;
            display: -webkit-box;
            display: -moz-box;
            display: box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -moz-box-orient: horizontal;
            box-orient: horizontal;
            -webkit-box-direction: normal;
            -moz-box-direction: normal;
            box-direction: normal;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            flex-direction: row;
            -ms-flex-direction: row;
            -webkit-box-pack: center;
            -moz-box-pack: center;
            box-pack: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            -o-justify-content: center;
            justify-content: center;
            -ms-flex-pack: center;
        }

        .section-scheda-catalogo .flex__inside {
            -webkit-box-align: center;
            -moz-box-align: center;
            box-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            align-items: center;
            -ms-flex-align: center;
            display: -webkit-box;
            display: -moz-box;
            display: box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -moz-box-orient: horizontal;
            box-orient: horizontal;
            -webkit-box-direction: normal;
            -moz-box-direction: normal;
            box-direction: normal;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            flex-direction: row;
            -ms-flex-direction: row;
            -webkit-box-pack: center;
            -moz-box-pack: center;
            box-pack: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            -o-justify-content: center;
            justify-content: center;
            -ms-flex-pack: center;
        }

        .section-scheda-catalogo .textRight {
            text-align: right;
        }
    }

    .section-scheda-catalogo p {
        color: white;
    }

    .section-scheda-catalogo .h6 {
        text-transform: uppercase;
        margin-bottom: 0;
        letter-spacing: 6px;
    }

    .section-scheda-catalogo h2 {
        color: #E2231A;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .section-scheda-catalogo .bg-row_01 {
        background: url("../images/catalogo/01-big-number.png") no-repeat left center;
        height: 500px;
        margin-bottom: 30px;
    }

    @media (max-width: 768px) {
        .section-scheda-catalogo .bg-row_01 {
            height: auto;
            background: transparent;
            text-align: center;
            margin-bottom: 0;
        }
    }

    .section-scheda-catalogo .bg-row_02 {
        background: url("../images/catalogo/02-big-number.png") no-repeat right center;
        height: 500px;
        margin-bottom: 30px;
    }

    @media (max-width: 768px) {
        .section-scheda-catalogo .bg-row_02 {
            height: auto;
            background: transparent;
            text-align: center;
            margin-bottom: 0;
        }
    }

    .section-scheda-catalogo .bg-row_03 {
        background: url("../images/catalogo/03-big-number.png") no-repeat left center;
        height: 500px;
        margin-bottom: 30px;
    }

    @media (max-width: 768px) {
        .section-scheda-catalogo .bg-row_03 {
            height: auto;
            background: transparent;
            text-align: center;
            margin-bottom: 0;
        }
    }

    .section-scheda-catalogo .bg-row_04 {
        background: url("../images/catalogo/04-big-number.png") no-repeat right center;
        height: 500px;
        margin-bottom: 30px;
    }

    @media (max-width: 768px) {
        .section-scheda-catalogo .bg-row_04 {
            height: auto;
            background: transparent;
            text-align: center;
            margin-bottom: 0;
        }
    }

    .section-scheda-catalogo .bg-row_05 {
        background: url("../images/catalogo/05-big-number.png") no-repeat left center;
        height: 500px;
        margin-bottom: 30px;
    }

    @media (max-width: 768px) {
        .section-scheda-catalogo .bg-row_05 {
            height: auto;
            background: transparent;
            text-align: center;
            margin-bottom: 0;
        }
    }

    .section-scheda-catalogo .bg-row_06 {
        background: url("../images/catalogo/06-big-number.png") no-repeat right center;
        height: 500px;
        margin-bottom: 30px;
    }

    @media (max-width: 768px) {
        .section-scheda-catalogo .bg-row_06 {
            height: auto;
            background: transparent;
            text-align: center;
            margin-bottom: 0;
        }
    }

    .section-scheda-catalogo .bg-row_07 {
        background: url("../images/catalogo/07-big-number.png") no-repeat left center;
        height: 500px;
        margin-bottom: 30px;
    }

    @media (max-width: 768px) {
        .section-scheda-catalogo .bg-row_07 {
            height: auto;
            background: transparent;
            text-align: center;
            margin-bottom: 0;
        }
    }

    .section-scheda-catalogo .bg-row_08 {
        background: url("../images/catalogo/08-big-number.png") no-repeat right center;
        height: 500px;
    }

    @media (max-width: 768px) {
        .section-scheda-catalogo .bg-row_08 {
            height: auto;
            background: transparent;
            text-align: center;
        }
    }

    .section-contatti {
        padding-top: 60px;
        padding-bottom: 100px;
    }

        .section-contatti .h4 {
            margin-bottom: 30px;
        }

        .section-contatti .btn:hover .ion {
            -webkit-transition: all 0.5s ease-out;
            -moz-transition: all 0.5s ease-out;
            -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
            -webkit-transform: translateX(5px);
            -moz-transform: translateX(5px);
            -ms-transform: translateX(5px);
            -o-transform: translateX(5px);
            transform: translateX(5px);
        }

        .section-contatti .cont-addresses {
            margin-top: 45px;
        }

            .section-contatti .cont-addresses .addresses {
                padding: 20px 0 15px;
                border-bottom: 1px solid #D8D8D8;
            }

                .section-contatti .cont-addresses .addresses p {
                    margin-left: 42px;
                }

                .section-contatti .cont-addresses .addresses span {
                    margin-right: 15px;
                }

                .section-contatti .cont-addresses .addresses .ion {
                    font-size: 24px;
                    position: relative;
                    top: 10px;
                }

                .section-contatti .cont-addresses .addresses i.material-icons {
                    position: relative;
                    top: 10px;
                }

        .section-contatti .form {
            margin-top: 45px;
        }

        .section-contatti .form-group {
            margin-bottom: 30px;
        }

        .section-contatti .form-control {
            height: 44px;
        }

            .section-contatti .form-control.diffHeight {
                height: auto;
            }

        .section-contatti label {
            margin-bottom: 15px;
        }

        .section-contatti .ion {
            margin-left: 5px;
        }

    @media (max-width: 992px) {
        .section-contatti .marginMobile {
            margin-top: 60px;
        }
    }

    .section-contatti .row--margined {
        margin-top: 45px;
    }

    .ordine-veloce {
        padding-bottom: 100px;
    }

        .ordine-veloce .title-sec {
            margin-bottom: 60px;
        }

            .ordine-veloce .title-sec .title {
                font-size: 16px;
            }

        .ordine-veloce .form-control {
            height: 44px;
        }

        .ordine-veloce .row--margined {
            margin-bottom: 15px;
        }

        .ordine-veloce .textRight {
            text-align: right;
        }

        .ordine-veloce .call-to-action {
            margin-top: 30px;
        }

            .ordine-veloce .call-to-action .btn:hover {
                -webkit-transform: translateX(5px);
                -moz-transform: translateX(5px);
                -ms-transform: translateX(5px);
                -o-transform: translateX(5px);
                transform: translateX(5px);
            }

            .ordine-veloce .call-to-action .ion {
                -webkit-transition: all 0.5s ease-out;
                -moz-transition: all 0.5s ease-out;
                -o-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out;
                margin-left: 5px;
            }

    /*FAQ*/
    .faq, .area-download {
        padding-bottom: 100px;
    }

        .faq .title-sec, .area-download .title-sec {
            margin-bottom: 60px;
        }

            .faq .title-sec .title, .area-download .title-sec .title {
                font-size: 16px;
            }

        .faq .accordions .h4, .area-download .accordions .h4 {
            margin-bottom: 45px;
        }

        .faq ul, .area-download ul {
            margin-left: 20px;
        }

        .faq .panel-default, .area-download .panel-default {
            border-color: transparent;
        }

        .faq .panel-default--bordered, .area-download .panel-default--bordered {
            border: 1px solid #ccc;
        }

            .faq .panel-default--bordered a, .area-download .panel-default--bordered a {
                color: #2E2A25;
                font-weight: 500;
                font-size: 18px;
                -webkit-box-align: center;
                -moz-box-align: center;
                box-align: center;
                -webkit-align-items: center;
                -moz-align-items: center;
                -ms-align-items: center;
                -o-align-items: center;
                align-items: center;
                -ms-flex-align: center;
                display: -webkit-box;
                display: -moz-box;
                display: box;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -moz-box-orient: horizontal;
                box-orient: horizontal;
                -webkit-box-direction: normal;
                -moz-box-direction: normal;
                box-direction: normal;
                -webkit-flex-direction: row;
                -moz-flex-direction: row;
                flex-direction: row;
                -ms-flex-direction: row;
                -webkit-box-pack: justify;
                -moz-box-pack: justify;
                box-pack: justify;
                -webkit-justify-content: space-between;
                -moz-justify-content: space-between;
                -ms-justify-content: space-between;
                -o-justify-content: space-between;
                justify-content: space-between;
                -ms-flex-pack: justify;
                line-height: 20px;
            }

    @media (max-width: 768px) {
        .faq .panel-default--bordered a, .area-download .panel-default--bordered a {
            font-size: 14px;
        }
    }

    .faq .panel-heading, .area-download .panel-heading {
        padding: 30px;
        background-color: white;
        border: 1px solid #ccc;
    }

    .faq .panel-title > a, .area-download .panel-title > a {
        display: block;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        line-height: 20px;
    }

    @media (max-width: 768px) {
        .faq .panel-title > a, .area-download .panel-title > a {
            font-size: 14px;
        }
    }

    .faq .panel-body, .area-download .panel-body {
        padding: 30px;
    }

    @media (max-width: 768px) {
        .faq .panel-body, .area-download .panel-body {
            padding: 20px;
        }
    }

    .faq .ion, .faq .material-icons, .area-download .ion, .area-download .material-icons {
        color: #E2231A;
        float: right;
        font-size: 30px;
        position: relative;
    }

    /*=============================AZIENDA====================================*/
    .section-azienda {
        padding-bottom: 100px;
    }

        .section-azienda blockquote {
            margin-top: 75px;
            border-left: 3px solid #2E2A25;
            font-style: italic;
        }

        .section-azienda .logos {
            margin-top: 45px;
        }

    @media (max-width: 992px) {
        .section-azienda .logos [class*="col-"] {
            text-align: center;
        }
    }

    @media (max-width: 992px) {
        .section-azienda .logos {
            margin-bottom: 45px;
        }
    }

    .section-azienda .logos--flex {
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
    }

    .section-azienda .h6 {
        color: #2E2A25;
        text-transform: uppercase;
        margin-bottom: 0;
        letter-spacing: 5px;
    }

    .section-azienda p.h3 {
        color: #E2231A;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 2px;
        margin-bottom: 30px;
        font-weight: 900;
    }

    .section-azienda p.h3--smaller {
        text-transform: initial;
        font-size: 18px !important;
        color: #2E2A25;
        font-weight: 400 !important;
        font-style: italic;
        letter-spacing: normal;
    }

    .section-azienda .h5 {
        color: #E2231A;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }

    .section-azienda .row--margined {
        margin-top: 75px;
    }

    @media (max-width: 992px) {
        .section-azienda .row--margined {
            margin-top: 45px;
        }
    }

    @media (max-width: 992px) {
        .section-azienda .row--margined--minus {
            margin-top: 0;
        }
    }

    .section-azienda .margin-desktop {
        margin-top: 90px;
    }

    @media (max-width: 992px) {
        .section-azienda .margin-desktop {
            margin-top: 30px;
        }
    }

    @media (max-width: 992px) {
        .section-azienda .marginMobile {
            margin-top: 45px;
        }
    }

    .section-azienda ul {
        padding-left: 20px;
        margin-bottom: 30px;
    }

    .section-azienda .col--margined {
        margin-top: 45px;
    }

    /*=============================BOTTOM=============================================*/
    .pre-footer {
        padding-top: 100px;
        padding-bottom: 60px;
        background: #111;
    }

        .pre-footer h4 {
            margin: 15px 0 45px;
            color: white;
            letter-spacing: 3px;
        }

    @media (max-width: 992px) {
        .pre-footer h4 {
            margin-top: 45px;
        }
    }

    .pre-footer p {
        color: white;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 12px;
        margin-bottom: 20px;
    }

    @media (max-width: 992px) {
        .pre-footer p.uppercase {
            display: block;
        }
    }

    .pre-footer span {
        color: white;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 12px;
        margin-bottom: 20px;
    }

    @media (max-width: 992px) {
        .pre-footer span {
            display: block;
        }
    }

    .pre-footer span span {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .pre-footer .ion, .pre-footer .material-icons, .pre-footer .fa {
        font-size: 24px;
        color: white;
        padding: 0 20px 0 0;
        -webkit-transition: color 0.35s ease-out;
        -moz-transition: color 0.35s ease-out;
        -o-transition: color 0.35s ease-out;
        transition: color 0.35s ease-out;
    }

    .pre-footer .social ul li {
        float: left;
        margin-top: -5px;
    }

        .pre-footer .social ul li a {
            color: white;
        }

            .pre-footer .social ul li a:active .fa, .pre-footer .social ul li a:visited .fa, .pre-footer .social ul li a:focus .fa {
                color: white;
            }

            .pre-footer .social ul li a:hover .fa {
                color: #E2231A;
            }

    .pre-footer ul {
        list-style: none;
    }

        .pre-footer ul.margined-ul {
            margin-top: -11px;
        }

        .pre-footer ul li a {
            color: white;
            text-transform: uppercase;
            line-height: 40px;
            font-size: 12px;
            display: block;
        }

            .pre-footer ul li a:active, .pre-footer ul li a:visited, .pre-footer ul li a:focus {
                color: white;
            }

            .pre-footer ul li a:hover {
                color: #E2231A;
            }

    footer {
        height: 50px;
        line-height: 50px;
    }

    @media (max-width: 992px) {
        footer {
            line-height: 20px;
            height: auto;
        }
    }

    footer p {
        color: white;
    }

    footer a {
        color: #777777;
    }

        footer a:active, footer a:visited, footer a:focus {
            color: #777777;
        }

        footer a:hover {
            color: #777777;
        }

    @media (max-width: 992px) {
        footer .info {
            text-align: center;
            padding: 15px;
        }
    }

    footer .info p {
        margin-bottom: 0;
    }

    footer .credits {
        text-align: right;
    }

        footer .credits a {
            color: #E2231A;
        }

    @media (max-width: 992px) {
        footer .credits {
            text-align: center;
            padding: 5px 0 25px 0;
        }
    }

    #map {
        width: 100%;
        height: 300px;
    }

    /*==================================BROWSER FIX==================================*/
    @media (max-width: 768px) {
        .nav-tabs > li.active {
            display: block !important;
            border: 1px solid #eee;
        }

            .nav-tabs > li.active span {
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

            .nav-tabs > li.active > a,
            .nav-tabs > li.active > a:hover,
            .nav-tabs > li.active > a:focus {
                border: none;
            }

                .nav-tabs > li.active > a span,
                .nav-tabs > li.active > a:hover span,
                .nav-tabs > li.active > a:focus span {
                    -webkit-transform: rotate(45deg);
                    -moz-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    -o-transform: rotate(45deg);
                    transform: rotate(45deg);
                }

        .nav-tabs > li {
            width: 100%;
            display: none;
        }

            .nav-tabs > li > a,
            .nav-tabs > li > a:hover,
            .nav-tabs > li > a:focus {
                margin-right: 0;
                border: none;
            }

            .nav-tabs > li span {
                float: left;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }
    }

    /*==============colored checkboxes========================*/
    input[type="checkbox"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        position: relative;
        border: none;
        margin-bottom: -4px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
    }

        input[type="checkbox"]:after, .checkbox input[type="checkbox"]:after, .checkbox-inline input[type="checkbox"]:after {
            content: "";
            display: block;
            width: 18px;
            height: 18px;
            margin-top: -2px;
            margin-right: 5px;
            border: 2px solid #3498DB;
            border-radius: 2px;
            -webkit-transition: 240ms;
            -o-transition: 240ms;
            transition: 240ms;
        }

        input[type="checkbox"]:checked:before, .checkbox input[type="checkbox"]:checked:before, .checkbox-inline input[type="checkbox"]:checked:before {
            content: "";
            position: absolute;
            top: 0;
            left: 6px;
            display: table;
            width: 6px;
            height: 12px;
            border: 2px solid #fff;
            border-top-width: 0;
            border-left-width: 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        input[type="checkbox"]:checked:after, .checkbox input[type="checkbox"]:checked:after, .checkbox-inline input[type="checkbox"]:checked:after {
            background-color: #3498DB;
            border-color: #3498DB;
        }

        input[type="checkbox"]:focus {
            outline: 0;
        }
