/* IMPACT - By DistinctiveThemes */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Display&display=swap');

/*
    Rosso Turra: #e30613

*/


.clearfix {
    zoom: 1;
}

    .clearfix:before,
    .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .clearfix:after {
        clear: both;
    }

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #222;
    background: #f5f5f5;
    font-family: 'Noto Sans Display', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Sans Display', sans-serif;
    font-weight: 700;
}

a {
    color: #222;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

.btn {
    font-weight: 400;
}

.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}

    .btn-transparent:hover {
        border-color: rgba(255, 255, 255, 0.5);
    }


.lnkbtn {
    font-size: 16px;
    border-radius: 5px;
    width: 100%;
    max-width: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #f0f0f0 !important;
    border: 2px solid #e30613;
    background-color: #e30613;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 15px 15px 15px 15px;
}

    .lnkbtn:hover {
        border: 2px solid #e30613;
        background-color: transparent;
        color: #222 !important;
    }

a:hover,
a:focus {
    color: #e30613;
    text-decoration: none;
    outline: none;
}

.rosso:hover {
    color: #df1f27;
    text-decoration: none;
    outline: none;
}

.dropdown-menu {
    margin-top: -1px;
    min-width: 180px;
}

body > section {
    padding: 50px 0;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16/9 ratio */
    padding-top: 30px;
    /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

blockquote {
    background-color: #fff;
}

.prodotto {
    min-height: 450px;
}

.app {
    min-height: 450px;
}

.sito {
    min-height: 360px;
}

/*-----------------------------------------------------------------------------------*/


/*  Slider
/*-----------------------------------------------------------------------------------*/

#main-slider {
    position: relative;
    z-index: 5;
    color: #fff;
}


    #main-slider .carousel-inner {
        overflow: visible;
    }

.backstretch:before {
    content: '';
    min-width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: -1;
}

.overlay {
    display: none;
}

#main-slider .carousel h2 {
    font-size: 70px;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.4) 0 3px 3px;
    letter-spacing: 0px;
    margin-top: 280px;
}

#main-slider .carousel h3 {
    font-size: 90px;
    color: #fff;
    text-shadow: rgb(0 0 0 / 40%) 0 3px 3px;
    letter-spacing: 0px;
    margin-top: 235px;
    font-weight: lighter;
}

#main-slider .carousel .btn {
    border: 5px solid rgba(255, 255, 255, 0.9);
    color: #fff;
    border-radius: 0;
    margin-top: 35px;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 15px;
    text-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px;
    z-index: 10;
}

    #main-slider .carousel .btn:hover {
        background-color: rgba(255, 255, 255, 0.9);
        color: #202020;
    }

#main-slider .carousel .boxed {
    padding: 10px 15px;
    /*background-color: rgba(0, 0, 0, 0.4);*/
    display: inline-block;
}

#main-slider .carousel .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 850px;      /* slider height */
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
}

    #main-slider .carousel .item:first-child {
        top: auto;
        position: relative;
    }

    #main-slider .carousel .item.active {
        opacity: 1;
        -webkit-transition: opacity ease-in-out 500ms;
        -moz-transition: opacity ease-in-out 500ms;
        -o-transition: opacity ease-in-out 500ms;
        transition: opacity ease-in-out 500ms;
        z-index: 1;
    }

.home-icon {
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.2);
    clear: both;
    display: block;
    font-size: 78px;
    margin: 100px auto 0;
    position: relative;
    width: 80px;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}

#imgBg {
    height: 650px; /* slider height */
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
}

.std {
    height: 650px; /* slider height */
}

#imgBgMini {
    height: 500px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
}

.mini {
    height: 500px;
}


/*  Slider
/*-----------------------------------------------------------------------------------*/

#main-slider-page {
    min-height: 350px;
    z-index: 2 !important;
}

#services .media:hover .fa-md {
}

#services .media:hover .fa-md-rosso {
}

#recent-works {
    padding: 90px 0;
}

    #recent-works .item-inner {
        position: relative;
        margin: 0;
    }

.portfolio-items,
.portfolio-filter {
    list-style: none;
    padding: 0;
    margin: 0 -20px 20px 0;
}

    .portfolio-filter > li {
        display: inline-block;
    }

        .portfolio-filter > li a.active {
            color: #FFF;
            background: #e30613;
            border: 2px solid #e30613;
        }

    .portfolio-items > li {
        float: left;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .portfolio-items.col-2 > li {
        width: 50%;
    }

    .portfolio-items.col-3 > li {
        width: 33%;
    }

    .portfolio-items.col-4 > li {
        width: 25%;
    }

    .portfolio-items.col-5 > li {
        width: 20%;
    }

    .portfolio-items.col-6 > li {
        width: 16%;
    }

.portfolio-item {
    padding: 0;
    margin: 0;
}

    .portfolio-item .item-inner {
        background: #fff;
        padding: 0;
        margin: 0 20px 20px 0;
        position: relative;
    }

    .portfolio-item img {
        width: 100%;
    }

    .portfolio-item h5 {
        background: #fff;
        margin: 0;
        padding: 15px;
        font-weight: 700;
        font-size: 16px;
        white-space: nowrap;
        text-overflow: ellipsis;
        position: relative;
        /*border-bottom: 4px solid #f0f0f0;*/
        text-transform: uppercase;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .portfolio-item:hover h5,
    .team-member:hover .team-content,
    .post:hover .content {
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        /*border-bottom: 4px solid #e30613;*/
    }

    .portfolio-item h5:after {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 15px;
        margin-left: -15px;
    }

    .portfolio-item .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background: rgba(255, 255, 255, 0.9);
        text-align: center;
        vertical-align: middle;
        -webkit-transition: opacity 300ms;
        -moz-transition: opacity 300ms;
        -o-transition: opacity 300ms;
        transition: opacity 300ms;
    }

        .portfolio-item .overlay .preview {
            position: relative;
            top: 50%;
            display: inline-block;
            margin-top: -20px;
        }

    .portfolio-item:hover .overlay {
        opacity: 1;
    }


/* Start: Recommended Isotope styles */


/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}


/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -ms-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: transform, opacity;
    }


        /**** disabling Isotope CSS3 transitions ****/

        .isotope.no-transition,
        .isotope.no-transition .isotope-item,
        .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0;
            -moz-transition-duration: 0;
            -ms-transition-duration: 0;
            -o-transition-duration: 0;
            transition-duration: 0;
        }

    .isotope.infinite-scrolling {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

.project-controls {
    position: absolute;
    bottom: 0;
    left: 0;
}

    .project-controls span {
        position: relative;
        bottom: 70px;
        font-size: 60px;
        display: block;
    }

        .project-controls span:hover {
            cursor: pointer;
        }

div.pp_overlay {
    z-index: 9999 !important;
}


/*-----------------------------------------------------------------------------------*/
/*  PRICING
/*-----------------------------------------------------------------------------------*/

#title h1 {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
}

.center {
    text-align: center;
}

#meet-the-team .role {
    margin-top: 10px;
    display: block;
    font-size: 14px;
}

.img-thumbnail {
    border: 0;
    margin-top: 10px;
}

.progress,
.progress .bar {
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 30px;
    line-height: 30px;
}

.well {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
}

ul.breadcrumb {
    margin: 20px 0 0;
    background: transparent;
}

    ul.breadcrumb > li {
        text-shadow: none;
    }

        ul.breadcrumb > li > a,
        ul.breadcrumb > li .divider {
            color: #fff;
        }

        ul.breadcrumb > li.active {
            color: rgba(255, 255, 255, 0.7);
        }

ul.tag-cloud {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.tag-cloud li {
        display: inline-block;
        margin: 0 0 2px;
    }

.btn-social {
    border: 0;
    color: #fff;
    border-radius: 0;
    display: inline-block;
    width: 30px;
    height: 33px;
    line-height: 30px;
    text-align: center;
    padding: 0;
}

    .btn-social.btn-facebook {
        border: 2px solid #4f7dd4;
        color: #4f7dd4;
    }

        .btn-social.btn-facebook:hover {
            background: #4f7dd4;
        }

    .btn-social.btn-twitter {
        border: 2px solid #5bceff;
        color: #5bceff;
    }

        .btn-social.btn-twitter:hover {
            background: #8eddff;
        }

    .btn-social.btn-linkedin {
        border: 2px solid #21a6d8;
        color: #21a6d8;
    }

        .btn-social.btn-linkedin:hover {
            background: #21a6d8;
        }

    .btn-social.btn-google-plus {
        border: 2px solid #dc422b;
        color: #dc422b;
    }

        .btn-social.btn-google-plus:hover {
            background: #dc422b;
        }

    .btn-social:hover {
        color: #fff;
    }


/*-----------------------------------------------------------------------------------*/


/*  Navigation
/*-----------------------------------------------------------------------------------*/

.navbar-inverse {
    background-color: #202020;
    border: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 0px 0 0px 0;
}

    .navbar-inverse .navbar-toggle {
        background-color: transparent;
        color: #fff;
    }

.navbar-fixed-top {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.navbar-inverse .navbar-brand {
    font-family: 'Noto Sans Display', sans-serif;
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 15px;
}

.navbar-inverse .navbar-nav {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .navbar-inverse .navbar-nav > li > a {
        position: relative;
        display: inline-block;
        outline: none;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0;
        font-size: 15px;
        padding: 10px;
        color: #f5f5f5;
        font-weight: 700;
        text-shadow: none;
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        transition: color .3s;
    }

        .navbar-inverse .navbar-nav > li > a::before,
        .navbar-inverse .navbar-nav > li > a::after {
            position: absolute;
            left: 0;
            width: 100%;
            height: 2px;
            background: #fff;
            content: '';
            opacity: 0;
            -webkit-transition: opacity .3s 0 .3s;
            -moz-transition: opacity .3s 0 .3s;
            transition: opacity .3s transform .3s;
            -webkit-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            transform: translateY(-10px);
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

        .navbar-inverse .navbar-nav > li > a:hover::before,
        .navbar-inverse .navbar-nav > li > a:focus::before,
        .navbar-inverse .navbar-nav > li > a:hover::after,
        .navbar-inverse .navbar-nav > li > a:focus::after {
            opacity: 1;
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            transform: translateY(0px);
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

        .navbar-inverse .navbar-nav > li > a::before {
            top: 0;
            -webkit-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            transform: translateY(-10px);
            display: none;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

        .navbar-inverse .navbar-nav > li > a::after {
            bottom: 0;
            -webkit-transform: translateY(10px);
            -moz-transform: translateY(10px);
            transform: translateY(10px);
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

        .navbar-inverse .navbar-nav > li > a::before,
        .navbar-inverse .navbar-nav > li > a::after {
            position: absolute;
            left: 0;
            width: 100%;
            height: 2px;
            background: #fff;
            content: '';
            opacity: 0;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            -webkit-transition: opacity .3s 0 .3s;
            -moz-transition: opacity .3s 0 .3s;
            transition: opacity .3s transform .3s;
            -webkit-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            transform: translateY(-10px);
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus,
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        background-color: #202020;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 0;
        padding: 0;
        margin-top: 15px;
    }

.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    padding: 8px 15px;
    color: #efefef;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
    background-color: rgba(0, 0, 0, 0.3);
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
    border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
    background-color: rgba(0, 0, 0, 0.1);
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: 0;
}

.opaqued {
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px;
}


    .opaqued .navbar-brand IMG {
        height: 80px;
        margin-top: 0px;
        margin-bottom: 10px;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }


    .opaqued .navbar-logoaggiuntivo {
        display: block;
        height: 55px;
        padding-left: 15px;
        margin-top: 0px;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

@media screen and (max-width:1100px) {
    .navbar-toggle {
    }

    .opaqued {
        padding: 0px 0px 0px 0px;
    }

        .opaqued .navbar-brand IMG {
            height: 40px;
            margin-left: 5px;
            margin-top: 10px;
        }

        .opaqued .navbar-logoaggiuntivo {
            display: none;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

    .navbar-inverse .navbar-brand IMG {
        height: 40px;
        margin-left: 5px;
        margin-top: 10px;
    }


    #main-slider .carousel h2 {
        font-size: 35px;
        margin-top: 90px;
    }

    #main-slider .carousel h3 {
        font-size: 42px;
        margin-top: 90px;
    }

    #main-slider .carousel .btn {
        font-size: 20px;
        display: none;
    }

    #imgBg {
        height: 200px;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .std {
        height: 200px;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    #imgBgMini {
        height: 200px;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .mini {
        height: 200px;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
}



.navbar-inverse.opaqued .navbar-nav .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.navbar-brand {
    padding: 0px;
}


    .navbar-brand IMG {
        height: 50px;
        margin-top: 10px;
        margin-bottom: 10px;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .navbar-brand h1 {
        margin: 0;
        font-weight: 700;
        font-size: 30px;
        margin-top: 4px;
    }


.navbar-logoaggiuntivo {
    display: block;
    height: 45px;
    padding-left: 10px;
    margin-top: 10px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

@media screen and (max-width:1100px) {

    .navbar-logoaggiuntivo {
        display: none;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }


    .navbar-brand IMG {
        height: 40px;
        margin-left: 5px;
        margin-top: 10px;
    }
}

#main-content {
    padding-bottom: 100px;
    /*background-color: #f4f4f4;*/
    background: #f8f8f8;
    background-image: url(../images/txtrMetal.jpg);
}

#other-content {
    padding-bottom: 100px;
    background-color: rgba(0, 0, 0, 0.85);
    background-image: url(../images/bg/bgNeutra.jpg);
    background-position: center center;
}

#other2-content {
    padding-bottom: 100px;
    background-color: rgba(0, 0, 0, 0.85);
    background-image: url(../images/bg/bgNeutra.jpg);
    background-position: center center;
}


#form-content {
    padding-bottom: 100px;
    background-color: rgba(0, 0, 0, 0.85);
    background-image: url(../images/bg/bgNeutra.jpg);
    background-position: center center;
}

#form2-content {
    padding-bottom: 100px;
    background-color: rgb(179, 96, 112);
    background-position: center center;
}

.p-content {
    padding: 15px;
    font-size: 22px;
    text-align: justify;
}

    .p-content.left {
        text-align: left;
    }

    .p-content a {
        color: #e30613;
    }

        .p-content a:link {
            color: #e30613;
        }

        .p-content a:visited {
            color: #e30613;
        }

        .p-content a:hover {
            color: #3d3d3d;
        }


    .p-content h1 {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .p-content h5 {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .p-content h6 {
        font-size: 20px;
        margin-bottom: 40px;
    }


.img-content {
    font-size: 20px;
    text-align: center;
    margin-top: 98px;
}

    .img-content IMG {
        border-radius: 5px;
        max-width: 90vw;
    }

    .img-content-home IMG {
        border-radius: 5px;
        width: 95%;
    }

.img-tires {
    margin-top: 98px;
    text-align: center;
}

.img-tires img {
    border-radius: 0px;
    width: 145px;
    margin-left: 17px;
    margin-right: 17px;
    margin-top: 7px;
    margin-bottom: 7px;
}

@media screen and (max-width:1199px) {

    .p-content h1 {
        font-size: 25px;
        margin-bottom: 40px;
    }

    .p-content h5 {
        font-size: 25px;
        margin-bottom: 40px;
    }

}
/*-----------------------------------------------------------------------------------*/
/*  TEAM
/*-----------------------------------------------------------------------------------*/
.team-member {
    background-color: #fff;
    /*border-radius: 5px;*/
    overflow: hidden;
    border: 5px solid #efefef;
}
    .team-member:hover {
        cursor: pointer;
        border: 5px solid #e6e6e6;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
    }

    .team-member .team-image {
        transition: all 0.3s ease;
        transform: scale(0.8);
    }

        .team-member:hover .team-image {
            transform: scale(1) rotate(5deg);
        }

        .team-member:hover .img-thumbnail {
            background: transparent;
            background-color: #fff;
        }

    .team-member .img-thumbnail {
        padding: 0;
        border-radius: 0;
        margin-bottom: 0;
        overflow: hidden;
        -webkit-transition: background .3s color .3s box-shadow .3s;
        -moz-transition: background .3s color .3s box-shadow .3s;
        transition: background .3s color .3s box-shadow .3s;
        transition: all 0.3s ease;
    }

.team-content {
    background: #fff;
    padding: 15px;
    /*border-bottom: 4px solid #f0f0f0;*/
    height: 180px;
}
    .team-content h5 {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 2px;
    }
/*
    .team-content:after {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 15px;
        margin-left: -15px;
    }
    */
.team-member .btn {
    margin-top: 10px;
    margin-bottom: 5px;
}

.team-image {
    position: relative;
    padding: 0;
    background-color: #fff;
    padding-top: 10px;
}

    .team-image .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background: rgba(255, 255, 255, 0.9);
        text-align: center;
        vertical-align: middle;
        -webkit-transition: opacity 300ms;
        -moz-transition: opacity 300ms;
        -o-transition: opacity 300ms;
        transition: opacity 300ms;
    }

        .team-image .overlay .preview {
            position: relative;
            top: 50%;
            display: inline-block;
            margin-top: -20px;
        }

    .team-image:hover .overlay {
        opacity: 1;
    }


@media screen and (max-width:991px) {

    .team-content {
        font-size: 18px;
    }

        .team-content h5 {
            font-size: 20px;
        }
}

@media screen and (max-width:500px) {

    .team-content {
        font-size: 15px;
    }

        .team-content h5 {
            font-size: 17px;
        }
}


/*-----------------------------------------------------------------------------------*/
/*  CARS
/*-----------------------------------------------------------------------------------*/
.car-member {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    
}

    .car-member:hover .img-thumbnail {
        background: transparent;
        background-color: #fff;
    }

    .car-member .img-thumbnail {
        padding: 0;
        border-radius: 0;
        margin: auto;
        overflow: hidden;
        -webkit-transition: background .3s color .3s box-shadow .3s;
        -moz-transition: background .3s color .3s box-shadow .3s;
        transition: background .3s color .3s box-shadow .3s;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

.car-content {
    background: #fff;
    padding: 0px;
    margin: 0px;
    border-bottom: 4px solid #f0f0f0;
    min-height: 265px;
}

    .car-content h1 {
        font-size: 25px;
        font-weight: bold;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 2px;
    }

    .car-content h2 {
        font-size: 12px;
        margin-top: -8px;
        font-weight: normal;
    }

    .car-content h3 {
        font-size: 18px;
        font-weight: normal;
    }

    .car-content h4 {
        font-size: 16px;
        font-weight: normal;
    }

    .car-content h5 {
        font-size: 25px;
    }

    .car-content h6 {
        font-size: 18px;
    }

    .car-content .btn {
        font-size: 16px;
        border-radius: 5px;
        width: 75%;
        margin-top: 10px;
        margin-bottom: 20px;
        color: #f0f0f0;
        border: 2px solid #e30613;
        background-color: #e30613;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

        .car-content .btn:hover {
            border: 2px solid #e30613;
            background-color: transparent;
            color: #222;
        }

.car-noleggio .car-image {
    height: 245px;
}

.car-noleggio .car-content h2 {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 30px;
    font-weight: normal;
}

.car-noleggio .car-content h6 {
    font-size: 18px;
    margin-bottom: 30px;
}

.tblNoleggio {
    width: 345px;
}

    .tblNoleggio TR:first-of-type td {
        text-align: center;
    }

    .tblNoleggio td {
        padding: 5px 15px 5px 15px;
        text-align: left;
    }

        .tblNoleggio td i {
            font-size: 0.8em;
            margin-right: 5px;
        }


.car-image {
    position: relative;
    padding: 0;
    margin: 0;
    background-color: #fff;
    height: 300px;
    overflow: hidden;
    vertical-align: middle;
}

    .car-image .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background: rgba(255, 255, 255, 0.9);
        text-align: center;
        vertical-align: middle;
        -webkit-transition: opacity 300ms;
        -moz-transition: opacity 300ms;
        -o-transition: opacity 300ms;
        transition: opacity 300ms;
    }

        .car-image .overlay .preview {
            position: relative;
            top: 50%;
            display: inline-block;
            margin-top: -20px;
        }

    .car-image:hover .overlay {
        opacity: 1;
    }

    .car-image:hover {
        cursor: pointer;
    }


#automobili .alert {
    text-align: center;
    font-size: 19px;
    margin-bottom: 55px;
    margin-top: -20px;
}


@media screen and (max-width: 1599px) {
    .car-noleggio .car-content h1 {
        font-size: 22px;
    }
    .car-noleggio .car-image {
        height: 205px;
    }
    .car-image {
        height: 275px;
    }
}


@media screen and (max-width: 1299px) {
    .car-noleggio .car-image {
        height: 200px;
    }
    .car-image {
        height: 255px;
    }
}

@media screen and (max-width: 1199px) {
    .car-noleggio .car-image {
        height: 160px;
    }
    .car-image {
        height: 205px;
    }
}

@media screen and (max-width: 991px) {
    .car-noleggio .car-image {
        height: 185px;
    }
    .car-image {
        height: 225px;
    }
}

@media screen and (max-width: 767px) {
    .car-noleggio .car-image {
        height: 245px;
    }
    .car-image {
        height: 325px;
    }
}


    /*-----------------------------------------------------------------------------------*/
    /*  CAR DETAIL
/*-----------------------------------------------------------------------------------*/
    .car-detail {
    }

        .car-detail a {
            color: #e30613;
        }

    .car-detail-member {
        margin-bottom: 20px;
        width: 100%;
        background-color: #fff;
        border-radius: 5px;
    }

    .car-detail-content {
        padding: 0px;
        margin: 0px;
        margin-left: 50px;
        float: left;
        font-size: 20px;
    }

        .car-detail-content h1 {
            font-size: 1.2em;
            font-weight: bold;
            text-transform: uppercase;
            font-weight: 400;
            letter-spacing: 2px;
            margin-top: 0px;
        }

        .car-detail-content h2 {
            font-size: 0.8em;
            margin-top: -8px;
            font-weight: normal;
        }

        .car-detail-content h3 {
            font-size: 1.1em;
            font-weight: normal;
        }

        .car-detail-content h4 {
            font-size: 1.2em;
            font-weight: normal;
        }

        .car-detail-content h5 {
            font-size: 1.8em;
            margin-bottom: 40px;
        }

        .car-detail-content ul {
            margin-left: -18px;
        }


    .car-detail-slider {
        width: 330px;
        position: relative;
        padding: 0;
        margin: 0;
        background-color: #fff;
        vertical-align: top;
        float: left;
    }

    .car-detail-slider-more {
        display: block;
    }

    .car-detail-slider IMG {
        width: 100%;
        border: 1px solid #efefef;
    }


    .car-detail-form {
        background-color: #fff;
        border-radius: 5px;
        margin-bottom: 20px;
        padding: 20px;
        font-size: 14px;
        font-weight: normal;
        height: 500px;
        position: relative;
        float: left;
        min-width: 300px;
    }

        .car-detail-form h1 {
            font-size: 20px;
            font-weight: bold;
            text-transform: uppercase;
            font-weight: 400;
            letter-spacing: 2px;
            margin-top: 0px;
            margin-bottom: 20px;
            text-align: center;
        }

        .car-detail-form input[type=text] {
            padding: 5px;
            font-size: 13px;
            letter-spacing: 2px;
            width: 100%;
            height: 40px;
            margin-bottom: 10px;
        }

        .car-detail-form textarea {
            padding: 5px;
            font-size: 13px;
            letter-spacing: 2px;
            width: 100%;
            height: 60px;
            margin-bottom: 10px;
        }

        .car-detail-form label {
            font-size: 14px;
            font-weight: normal;
        }

        .car-detail-form .formSent {
            text-align: center;
            display: none;
        }

        .car-detail-form .formError {
            color: red;
            display: none;
            text-align: center;
        }


        .car-detail-form .btn {
            font-size: 16px;
            border-radius: 5px;
            width: 100%;
            margin-top: 10px;
            margin-bottom: 20px;
            color: #f0f0f0;
            border: 2px solid #e30613;
            background-color: #e30613;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

            .car-detail-form .btn:hover {
                border: 2px solid #e30613;
                background-color: transparent;
                color: #222;
            }


    @media screen and (max-width: 1399px) {
        .car-detail-slider {
            width: 300px;
        }

        .car-detail-content {
            font-size: 18px;
        }
    }

    @media screen and (max-width: 1299px) {
        .car-detail-slider {
            width: 300px;
        }

        .car-detail-content {
            font-size: 18px;
        }
    }

    @media screen and (max-width: 1199px) {
        .car-detail-slider {
            width: 300px;
        }

        .car-detail-form {
            margin-top: 25px;
        }

        .car-detail-content {
            font-size: 20px;
        }
    }

    @media screen and (max-width: 991px) {
        .car-detail-slider {
            width: 100%;
            max-width: 95vw;
            background-color: transparent;
            text-align: center;
            margin-bottom: 40px;
        }


        .car-detail-slider-more {
            display: none;
        }

        .car-detail-content {
            font-size: 16px;
            margin-left: 0px;
            margin-bottom: 40px;
            text-align: center;
            width: 100%;
        }

            .car-detail-content ul li {
                list-style-type: none;
            }
    }

    /*-----------------------------------------------------------------------------------*/
    /*  Form revisione e richiesta generica
/*-----------------------------------------------------------------------------------*/

.car-richiesta-form {
    background-color: transparent!important;
}

    .car-revisione-form {
        background-color: #fff;
        border-radius: 5px;
        margin-bottom: 20px;
        padding: 20px;
        font-size: 14px;
        font-weight: normal;
        position: relative;
        min-width: 300px;
    }

        .car-revisione-form h1 {
            font-size: 16px;
            font-weight: bold;
            font-weight: 400;
            letter-spacing: 1px;
            margin-top: 20px;
            margin-bottom: 30px;
            text-align: center;
        }

        .car-revisione-form h1 {
            font-size: 25px;
            font-weight: bold;
            margin-top: 20px;
            margin-bottom: 15px;
            text-align: center;
        }


        .car-revisione-form h2 {
            font-size: 20px;
            margin-top: 20px;
            margin-bottom: 30px;
            text-align: center;
        }


        .car-revisione-form p {
            text-align: center;
            font-size: 17px;
            margin-bottom: 30px;
        }

        .car-revisione-form input[type=text] {
            padding: 5px;
            font-size: 13px;
            letter-spacing: 2px;
            width: 46%;
            height: 40px;
            margin-bottom: 10px;
            margin-right: 2%;
        }

        .car-revisione-form select {
            padding: 5px;
            font-size: 13px;
            letter-spacing: 2px;
            width: 46%;
            height: 40px;
            margin-bottom: 10px;
            margin-right: 2%;
        }

        .car-revisione-form textarea {
            padding: 5px;
            font-size: 13px;
            letter-spacing: 2px;
            width: 94%;
            height: 100px;
            margin-bottom: 10px;
        }

        .car-revisione-form input[type=checkbox] {
            font-size: 14px;
            font-weight: normal;
            text-align: left;
            margin-left: 25px;
        }

        .car-revisione-form label {
            font-size: 14px;
            font-weight: normal;
            text-align: left;
            margin-right: 25px;
        }

        .car-revisione-form .formSent {
            text-align: center;
            display: none;
        }

        .car-revisione-form .formError {
            color: red;
            display: none;
            text-align: center;
        }


        .car-revisione-form .btn {
            font-size: 16px;
            border-radius: 5px;
            width: 100%;
            max-width: 250px;
            margin-top: 10px;
            margin-bottom: 20px;
            color: #f0f0f0;
            border: 2px solid #e30613;
            background-color: #e30613;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

            .car-revisione-form .btn:hover {
                border: 2px solid #e30613;
                background-color: transparent;
                color: #222;
            }


    @media screen and (max-width: 991px) {

        .car-revisione-form input[type=text] {
            width: 100%;
        }

        .car-revisione-form select {
            width: 100%;
        }

        .car-revisione-form textarea {
            width: 100%;
        }
    }

    /*-----------------------------------------------------------------------------------*/
    /*  Social
/*-----------------------------------------------------------------------------------*/
    #social-media .fa-facebook {
        background-color: #3c5899;
    }

        #social-media .fa-facebook:hover {
            background-color: #4e6fba;
        }

    #social-media .fa-twitter {
        background-color: #29c5f6;
    }

        #social-media .fa-twitter:hover {
            background-color: #5ad2f8;
        }

    #social-media .fa-google-plus {
        background-color: #d13d2f;
    }

        #social-media .fa-google-plus:hover {
            background-color: #da6459;
        }

    #social-media .fa-pinterest {
        background-color: #c61118;
    }

        #social-media .fa-pinterest:hover {
            background-color: #ec1e26;
        }

    .fa-lg {
        font-size: 48px;
        height: 108px;
        width: 108px;
        line-height: 108px;
        color: #fff;
        margin: 10px;
        background-color: rgba(0, 0, 0, 0.4);
        text-align: center;
        display: inline-block !important;
        border-radius: 100%;
    }

.fa-md {
    font-size: 36px;
    height: 68px;
    width: 68px;
    line-height: 68px;
    color: #fff;
    margin-right: 15px;
    background-color: #e30613;
    text-align: center;
    display: block;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 1);
    overflow: hidden;
    -webkit-transition: background .3s color .3s box-shadow .3s;
    -moz-transition: background .3s color .3s box-shadow .3s;
    transition: background .3s color .3s box-shadow .3s;
}

    .fa-md-rosso {
        font-size: 36px;
        height: 68px;
        width: 68px;
        line-height: 68px;
        color: #fff;
        margin-right: 15px;
        background-color: #df1f27;
        text-align: center;
        display: block;
        box-shadow: 0 0 0 4px rgba(255, 255, 255, 1);
        overflow: hidden;
        -webkit-transition: background .3s color .3s box-shadow .3s;
        -moz-transition: background .3s color .3s box-shadow .3s;
        transition: background .3s color .3s box-shadow .3s;
    }

.service-block:hover .fa-md {
    background: transparent;
    color: #e30613;
    box-shadow: 0 0 0 4px #e30613;
}

    .service-block:hover .fa-md-rosso {
        background: transparent;
        color: #df1f27;
        box-shadow: 0 0 0 4px #df1f27;
    }

    .service-block .media-heading {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .section-heading hr {
        margin: 5px auto;
        max-width: 600px;
    }

    .modal {
        border: 0;
    }

        .modal#loginForm {
            width: 600px;
            margin-left: -300px;
        }

        .modal .modal-header {
            border: 0;
            padding: 20px 20px 0;
        }

            .modal .modal-header > h4 {
                font-weight: 300;
                font-size: 14px;
                color: #848484;
                text-transform: uppercase;
                margin: 0;
            }

        .modal .modal-body {
            padding: 20px;
        }

        .modal input[type=text],
        .modal input[type=password] {
            padding: 5px 10px;
            min-height: 30px;
            width: 130px;
            margin-right: 10px;
        }

        .modal .fa-remove {
            color: #848484;
            position: absolute;
            right: -5px;
            top: -5px;
            width: 16px;
            height: 16px;
            line-height: 16px;
            text-align: center;
            display: block;
            background: #ebebeb;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            cursor: pointer;
        }

        .modal button {
            margin-left: 10px;
            border: 0;
        }

    .gap {
        margin-bottom: 50px;
    }

    .big-gap {
        margin-bottom: 100px;
    }

    .no-margin {
        margin: 0;
        padding: 0;
    }

    .registration-form {
        border: 0;
        background-color: #fff;
        padding: 20px;
        display: inline-block;
    }

    #bottom {
        color: #bdc3c7;
    }

        #bottom h4 {
            margin-top: 0;
            margin-bottom: 15px;
        }

        #bottom .media-heading {
            display: block;
            font-weight: 400;
        }

    .row > div {
        margin-bottom: 10px;
    }

    ul.unstyled {
        list-style: none;
        padding: 0;
        margin: 0;
    }


    /*Unordered Lists*/

    ul.arrow,
    ul.arrow-double,
    ul.tick,
    ul.cross,
    ul.star,
    ul.rss {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        ul.arrow li::before,
        ul.arrow-double li::before,
        ul.tick li::before,
        ul.cross li::before,
        ul.star li::before,
        ul.rss li::before,
        ul.arrow li::after,
        ul.arrow-double li::after,
        ul.tick li::after,
        ul.cross li::after,
        ul.star li::after,
        ul.rss li::after {
            font-family: FontAwesome;
            font-size: 10px;
        }

        ul.arrow li::before,
        ul.arrow-double li::before,
        ul.tick li::before,
        ul.cross li::before,
        ul.star li::before,
        ul.rss li::before {
            margin-right: 6px;
        }

        ul.arrow li::before {
            content: "\f105";
        }

        ul.arrow-double li::before {
            content: "\f101";
        }

        ul.tick li::before {
            content: "\f00c";
        }

        ul.cross li::before {
            content: "\f00d";
        }

        ul.star li::before {
            content: "\f006";
        }

        ul.rss li::before {
            content: "\f09e";
        }

    #footer {
        padding-top: 40px;
        background-color: #101010;
        padding-top: 30px;
        padding-bottom: 30px;
        color: #eee;
        border-top: 1px solid #333;
    }

        #footer a,
        #footer-wrapper a {
            color: #bdc3c7;
        }

            #footer a:hover,
            #footer-wrapper a:hover {
                color: #e30613;
            }

        #footer ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            #footer ul > li {
                display: inline-block;
                margin-left: 15px;
            }

    .arrowtop {
        position: fixed;
        right: 40px;
        bottom: 40px;
        z-index: 1000;
        display: block;
        cursor: pointer;
    }

    ul.social {
        list-style: none;
        margin: 10px 0 0;
        padding: 0;
        display: inline-block;
    }

        ul.social > li {
            display: inline-block;
            margin: 0 5px;
        }

            ul.social > li > a {
                font-size: 24px;
                color: #666;
            }

                ul.social > li > a:hover {
                    color: #999;
                }

    .box-border {
        padding: 15px;
    }

    .accordion-group {
        background-color: #fff;
        border-top: 1px solid #f0f0f0;
    }

    .accordion-heading .accordion-toggle {
        color: #666;
        font-weight: 700;
    }

    .accordion-inner {
        border-top: 0;
    }


    ul.pagination > li > a {
        border: 0;
    }

    ul.pagination > li.active > a,
    ul.pagination > li:hover > a {
        background-color: #222;
        color: #fff;
    }

    textarea#message {
        padding: 10px 15px;
        height: 219px;
    }

    .widget {
        margin-bottom: 30px;
    }

    ul.gallery {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        ul.gallery li {
            display: block;
            width: 60px;
            padding: 0;
            margin: 0 4px 4px 0;
            float: left;
        }

    ul.faq {
        list-style: none;
        margin: 0;
    }

        ul.faq li {
            margin-top: 30px;
        }

            ul.faq li:first-child {
                margin-top: 0;
            }

            ul.faq li span.number {
                display: block;
                float: left;
                width: 50px;
                height: 50px;
                line-height: 50px;
                text-align: center;
                background: #222;
                color: #fff;
                font-size: 24px;
            }

            ul.faq li > div {
                margin-left: 70px;
            }

                ul.faq li > div h3 {
                    margin-top: 0;
                }

    #error {
        text-align: center;
        margin-top: 150px;
        margin-bottom: 150px;
    }


    /*-----------------------------------------------------------------------------------*/


    /*  Conmments
/*-----------------------------------------------------------------------------------*/

    img.comment-avatar {
        max-width: 80px;
        height: auto;
    }

    img.author-box-image {
        max-width: 110px;
        height: auto;
    }

    #comments-list .well {
        position: relative;
        overflow: hidden;
    }

        #comments-list .well:after {
            right: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(245, 245, 245, 0);
            border-right-color: #f5f5f5;
            border-width: 10px;
            margin-top: -10px;
        }


    /*-----------------------------------------------------------------------------------*/


    /*  Content
/*-----------------------------------------------------------------------------------*/

    #content-wrapper {
        padding: 0;
        z-index: 5;
        position: relative;
        box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.4);
    }

.white {
    background: #f8f8f8;
    background-image: url(../images/txtrMetal.jpg);
    padding: 20px 0;
}

    #content-wrapper section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    /*-----------------------------------------------------------------------------------*/


    /*  Footer
/*-----------------------------------------------------------------------------------*/

    #footer-wrapper {
        z-index: 1;
        padding-top: 60px;
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #202020;
    }


    /*-----------------------------------------------------------------------------------*/


    /*  Search
/*-----------------------------------------------------------------------------------*/

    #search-wrapper input#search-box {
        margin-top: 15px;
        margin-bottom: 15px;
        width: 100%;
        background-color: #555;
        border-bottom: 2px solid #555;
        border-top: none;
        border-left: none;
        border-right: none;
        color: #eee;
        font-size: 14px;
        padding: 8px 5px;
    }

    .opaqued #search-wrapper input#search-box {
        background-color: rgba(0, 0, 0, 0.4);
        border-bottom: 2px solid transparent;
    }

    .search-trigger {
        color: #fff;
        padding: 10px;
        display: block;
    }

        .search-trigger:hover {
            cursor: pointer;
        }


    /*-----------------------------------------------------------------------------------*/


    /*  PARALLAX
/*-----------------------------------------------------------------------------------*/

.divider-section {
    /*background-color: #3d3d3d;*/
    background-image: url(../images/txtrDrops.jpg);
    background-repeat: repeat-x;
    background-position-x: center;
    position: relative;
    overflow: hidden;
    display: block;
    color: #f5f5f5;
}

        .divider-section a {
            color: #f5f5f5;
        }


    .divider-section .btn {
        background-color: rgba(255, 255, 255, 0.9);
        color: #202020;
        border-radius: 0;
        margin-top: 30px;
        margin-bottom: 40px;
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 10px 15px;
        text-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px;
        z-index: 10;
    }

        .divider-section .btn:hover {
            /*border: 3px solid rgba(255, 255, 255, 0.9);*/
            color: #fff;
            background-color: transparent;
        }


    /*-----------------------------------------------------------------------------------*/


    /*  BUTTONS
/*-----------------------------------------------------------------------------------*/

    .btn-outlined {
        border-radius: 0;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        font-weight: 700;
        text-transform: uppercase;
        -webkit-box-shadow: none;
        box-shadow: none !important;
    }

        .btn-outlined.btn-primary {
            background: none;
            border: 2px solid #e30613;
            color: #e30613;
        }

            .btn-outlined.btn-primary:hover,
            .btn-outlined.btn-primary:active {
                color: #FFF;
                background: #e30613;
                border-color: #e30613;
            }

        .btn-outlined.btn-success {
            background: none;
            border: 2px solid #5cb85c;
            color: #5cb85c;
        }

            .btn-outlined.btn-success:hover,
            .btn-outlined.btn-success:active {
                color: #FFF;
                background: #47a447;
            }

        .btn-outlined.btn-info {
            background: none;
            border: 2px solid #5bc0de;
            color: #5bc0de;
        }

            .btn-outlined.btn-info:hover,
            .btn-outlined.btn-info:active {
                color: #FFF;
                background: #39b3d7;
            }

        .btn-outlined.btn-warning {
            background: none;
            border: 2px solid #f0ad4e;
            color: #f0ad4e;
        }

            .btn-outlined.btn-warning:hover,
            .btn-outlined.btn-warning:active {
                color: #FFF;
                background: #ed9c28;
            }

        .btn-outlined.btn-danger {
            background: none;
            border: 2px solid #d9534f;
            color: #d9534f;
        }

            .btn-outlined.btn-danger:hover,
            .btn-outlined.btn-danger:active {
                color: #FFF;
                background: #d2322d;
            }

        .btn-outlined.btn-white {
            background: none;
            border: 2px solid #fff;
            color: #fff;
        }

            .btn-outlined.btn-white:hover,
            .btn-outlined.btn-white:active {
                color: #e30613;
                background: #fff;
            }


    /*-----------------------------------------------------------------------------------*/


    /*  ANIMATE
/*-----------------------------------------------------------------------------------*/

    .no-display {
        opacity: 0;
    }

    .appear {
        opacity: 1;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }


    /*-----------------------------------------------------------------------------------*/


    /*  Posts
/*-----------------------------------------------------------------------------------*/

    .post {
        background-color: #fff;
        overflow: hidden;
    }

        .post .content {
            padding: 15px;
            position: relative;
            border-bottom: 4px solid #f0f0f0;
        }

            .post .content:after {
                bottom: 100%;
                left: 50%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-color: rgba(255, 255, 255, 0);
                border-bottom-color: #fff;
                border-width: 15px;
                margin-left: -15px;
            }

        .post .author {
            text-transform: uppercase;
            font-size: 12px;
            color: #737373;
            padding: 10px 0 8px;
        }

        .post .post-img-content {
            position: relative;
            padding: 0;
            text-align: center;
        }

            .post .post-img-content .overlay {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                opacity: 0;
                background: rgba(255, 255, 255, 0.9);
                text-align: center;
                vertical-align: middle;
                -webkit-transition: opacity 300ms;
                -moz-transition: opacity 300ms;
                -o-transition: opacity 300ms;
                transition: opacity 300ms;
            }

                .post .post-img-content .overlay .preview {
                    position: relative;
                    top: 50%;
                    display: inline-block;
                    margin-top: -20px;
                }

            .post .post-img-content:hover .overlay {
                opacity: 1;
            }

        .post .post-title {
            font-size: 18px;
            margin: 0 0 10px;
            display: table-cell;
            vertical-align: bottom;
            z-index: 2;
            position: relative;
        }

            .post .post-title b {
                background-color: rgba(51, 51, 51, 0.58);
                display: inline-block;
                margin-bottom: 5px;
                color: #FFF;
                padding: 10px 15px;
                margin-top: 5px;
                min-width: 360px;
            }

    .read-more-wrapper {
        margin: 25px 0 5px;
        text-align: right;
    }


    /*-----------------------------------------------------------------------------------*/


    /*  STATS
/*-----------------------------------------------------------------------------------*/

    .stat-icon {
        font-size: 44px;
    }

    #stats h1 {
        margin: 10px 0;
        font-size: 32px;
    }

    #stats h3 {
        margin: 0;
        font-size: 16px;
        text-transform: uppercase;
    }


    /*-----------------------------------------------------------------------------------*/


    /*  SKILLS
/*-----------------------------------------------------------------------------------*/

    .tile-progress {
        background-color: #303641;
        color: #fff;
    }

    .tile-progress {
        background: #00a65b;
        color: #fff;
        margin-bottom: 20px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .tile-progress .tile-header {
            padding: 15px 20px;
            padding-bottom: 40px;
        }

        .tile-progress .tile-progressbar {
            height: 4px;
            background: rgba(0, 0, 0, 0.18);
            margin: 0;
        }

            .tile-progress .tile-progressbar span {
                background: #fff;
            }

            .tile-progress .tile-progressbar span {
                display: block;
                background: #fff;
                width: 0;
                height: 100%;
                -webkit-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
                -moz-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
                -o-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
                transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
            }

        .tile-progress .tile-footer {
            padding: 10px 20px;
            text-align: left;
            -moz-background-clip: padding;
            border-radius: 0 0 3px 3px;
            background-clip: padding-box;
            -webkit-border-radius: 0 0 3px 3px;
            -moz-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
            float: left;
            position: relative;
            margin-top: -30px;
        }

        .tile-progress.tile-red {
            background-color: #fff;
            color: #202020;
        }

        .tile-progress .tile-progressbar span {
            background: #202020;
        }

        .tile-progress.tile-red .tile-footer {
            background: #f56954;
            color: #fff;
        }

        .tile-progress.tile-cyan {
            background-color: #fff;
            color: #202020;
        }

            .tile-progress.tile-cyan .tile-progressbar span {
                background: #202020;
            }

            .tile-progress.tile-cyan .tile-footer {
                background: #e30613;
                color: #fff;
            }

    .tile-progress {
        background-color: #fff;
        color: #202020;
    }

        .tile-progress .tile-progressbar span {
            background: #202020;
        }

        .tile-progress .tile-footer {
            background: #303641;
            color: #fff;
        }

        .tile-progress.tile-pink {
            background-color: #fff;
            color: #202020;
        }

            .tile-progress.tile-pink .tile-progressbar span {
                background: #202020;
            }

            .tile-progress.tile-pink .tile-footer {
                background: #ec3b83;
                color: #fff;
            }


    /*-----------------------------------------------------------------------------------*/


    /*  BACKGROUNDS
/*-----------------------------------------------------------------------------------*/

    .backstretch {
        z-index: 3 !important;
    }


    /*-----------------------------------------------------------------------------------*/


    /*  TESTIMONIALS
/*-----------------------------------------------------------------------------------*/

    #quote-carousel .carousel-indicators {
        right: 50%;
        top: auto;
        bottom: 0;
        margin-right: -19px;
    }

        #quote-carousel .carousel-indicators li {
            background: silver;
        }

        #quote-carousel .carousel-indicators .active {
            background: #333;
        }

    #quote-carousel img {
        width: 250px;
        height: 100px;
    }

    .item blockquote {
        border-left: none;
        margin: 0;
        background-color: transparent;
    }

        .item blockquote img {
            margin-bottom: 10px;
        }

        .item blockquote p:before {
            /*content: "\f10d";*/
            font-family: Fontawesome;
            float: left;
            margin-right: 10px;
        }

.testimonial-list-item:hover blockquote {
    border-left: 4px solid #e30613;
}

    .quote-author-list {
        max-width: 95px;
        height: auto;
        padding: 10px 0 10px 15px;
        margin-right: 19px;
        position: relative;
    }

    @media screen and (min-width:768px) {
        #quote-carouse {
            margin-bottom: 0;
            padding: 0 40px 30px;
            margin-top: 30px;
        }

        #main-slider .carousel,
        #main-slider .carousel-inner,
        #main-slider .carousel-inner .item,
        #main-slider .carousel-inner .item .container,
        #main-slider .carousel-inner .item .row,
        #main-slider .carousel-inner .item .row .col-sm-12 {
            /*height: 100vh;*/
        }
    }

    @media screen and (max-width:769px) {
        #quote-carousel .carousel-indicators {
            bottom: -20px !important;
        }

            #quote-carousel .carousel-indicators li {
                list-style-type: none;
                display: inline-block;
                margin: 0 5px;
                width: 15px;
                height: 15px;
            }

                #quote-carousel .carousel-indicators li.active {
                    margin: 0 5px;
                    width: 20px;
                    height: 20px;
                }
    }


    /* ==========================================================================
   CONTACT
   ========================================================================== */

    #contactform input#name,
    #contactform input#email,
    #contactform input#website,
    #contactform textarea#comments {
        width: 100%;
        padding: 10px 5px;
        margin-bottom: 15px;
        background-color: rgba(0, 0, 0, 0.1);
        color: #202020;
        border: none;
    }

    #contactform textarea#comments {
        min-height: 150px;
    }

    #contact h3 {
        text-transform: uppercase;
    }

    #mapwrapper {
        width: 100%;
        height: 420px;
        overflow: hidden;
    }

        #mapwrapper #map {
            overflow: hidden;
            margin-top: -54px;
            height: 475px;
        }

    .form-horizontal .control-label {
        display: none;
    }

    #message {
        padding: 0;
    }

    .form-control {
        padding: 10px 5px;
        background-color: rgba(0, 0, 0, 0.1);
        color: #202020;
        border: none;
        border-radius: 0;
    }


    /* PRELOADER */

    #preloader {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999999;
        width: 100%;
        height: 100%;
        overflow: visible;
        background: #f5f5f5 url('../HarnekInfo/images/loading.gif') no-repeat center;
    }


    .mb0 {
        margin-bottom: 0 !important;
    }

    .section-inner {
        padding-top: 60px;
        padding-bottom: 60px;
    }

        .section-inner.gap {
            margin-bottom: 0 !important;
        }

    .navbar-header h1 {
        color: #fff;
        font-size: 24px;
        letter-spacing: 2px;
        margin: 0;
    }

.navbar-inverse .navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}

        .navbar-inverse .navbar-nav > li > a {
            letter-spacing: 1px;
            font-size: 15px;
            padding: 15px 15px 10px;
            color: #f5f5f5;
            font-weight: 400;
        }

    .blog .blog-item .blog-content {
        padding: 60px 40px;
        position: relative;
        border-bottom: 4px solid #f0f0f0;
    }

    .btn {
        padding: 10px 16px;
        font-size: 13px;
        letter-spacing: 2px;
    }

    .form-control {
        height: 42px;
    }

    .widget-title {
        margin-top: 0;
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 30px;
        letter-spacing: 2px;
    }

    .portfolio-item h5 {
        background: #fff;
        margin: 0 20px 0 0;
        padding: 20px 10px;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 2px;
    }

    .post .post-title {
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 2px;
        display: block;
        text-transform: uppercase;
    }

    .overlay .btn-outlined.btn-primary {
        background-color: #fff;
        border-color: #fff;
    }

    .post .content {
        padding: 25px 15px;
    }

    .post .author {
        text-transform: uppercase;
        font-size: 10px;
        color: #737373;
        padding: 10px 0 8px;
        margin-bottom: 10px;
    }

    .section-heading hr {
        margin: 20px auto;
        max-width: 330px;
        opacity: 0.9;
    }

.main-title {
    letter-spacing: 4px;
    font-size: 2em;
    line-height: 1.9em;
}

    @media (max-width: 768px) {
        .main-title {
            margin-left: 25px;
            margin-right: 25px;
        }
    }

    .section-heading p {
        text-transform: uppercase;
    }

    #content-wrapper {
        box-shadow: none;
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 15px 15px 15px;
        color: #eee;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1px;
    }


    #main-slider .carousel .btn {
        border: 3px solid rgba(255, 255, 255, 0.9);
        color: #fff;
        border-radius: 0;
        margin-top: 35px;
        font-size: 19px;
        font-weight: 400;
        text-transform: uppercase;
        padding: 10px 15px;
        text-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px;
        letter-spacing: 4px;
    }

    .backstretch:before {
        content: '';
        background-image: none !important;
        background-color: rgba(0,0,0,0.4)
    }

    #tagWrapper {
        text-align: right;
        margin: 40px 0;
    }

    .btn-sm, .btn-xs {
        padding: 5px 10px;
        font-size: 12px;
    }

    .comments-title {
        text-transform: uppercase;
        margin-bottom: 60px;
        margin-top: 40px !important;
        font-size: 18px;
        letter-spacing: 2px;
    }

    .team-member .btn {
        margin-top: 10px;
        margin-bottom: 5px;
        line-height: 37px;
        height: 40px;
        width: 40px;
        padding: 0;
    }

    .search-trigger {
        color: #fff;
        padding: 15px 15px 10px;
        display: block;
        line-height: 1;
    }

    @media all and (max-width: 768px) {
        #content-wrapper {
            margin-bottom: 0 !important;
        }

        #footer-wrapper {
            position: relative !important;
        }
    }


    .contatti {
        color: #606060;
    }

        .contatti a {
            color: #606060;
        }

            .contatti a:hover {
                color: #e30613;
            }

        .contatti span {
            margin-left: 20px;
            margin-right: 10px;
            width: 25px;
        }

    .more:hover {
        color: rgba(255, 255, 255, 1);
    }

.attivo {
    background-color: #e30613;
    pointer-events: none;
    cursor: default;
}

.scrittabox {
    border-radius: 5px;
    border: 2px solid #e30613;
    padding: 15px;
}


    @media (min-width: 1400px) {
        .container {
            width: 1200px;
        }
    }

    @media (min-width: 1600px) {
        .container {
            width: 1400px;
        }
    }

    @media (min-width: 1800px) {
        .container {
            width: 1500px;
        }
    }
#cookie-bar {background:#efefef; height:auto; line-height:24px; color:gray; text-align:center; padding:3px 0 5px; border-top: 1px solid #dadada; border-bottom: 1px solid #dadada;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#3d3d3d;}
#cookie-bar .cb-enable:hover {background:#3d3d3d;}
#cookie-bar .cb-disable {background:#3d3d3d;}
#cookie-bar .cb-disable:hover {background:#3d3d3d;}
#cookie-bar .cb-policy {background:#3d3d3d;}
#cookie-bar .cb-policy:hover {background:#3d3d3d;}
