/*--------------------------------------------------------
Resets
--------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300italic,700,900&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Lato:400,300italic,900,700&subset=latin,latin-ext);

html, body {
    height: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}



/*--------------------------------------------------------
Commons
--------------------------------------------------------*/

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeue-webfont.woff') format('woff'), url('../fonts/BebasNeue-webfont.ttf') format('truetype'), url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-moz-selection {
    background: #333;
    color: white;
}

::selection {
    background: #333;
    color: white;
}

body {
    background: white;
    font: 12px 'Open Sans', sans-serif;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

.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%;
    }

img.scaleimg {
    width: 100%;
    height: auto;
}

.hidden {
    display: none;
}

.vertical-text {
    display: table-cell;
    vertical-align: middle;
}

.pattern {
    /*background: url(../images/pattern.png);*/
    width: 100%;
    position: absolute;
}


/*--------------------------------------------------------
Typography
--------------------------------------------------------*/


h1, h2, h3, h4 {
    text-transform: uppercase;
    font-weight: 400;
    line-height: 100%;
    text-align:center;
}

    h1.h1slide {
        font-family: 'BebasNeueRegular', sans-serif;
        font-size: 107px;
        text-transform: uppercase;
        position: relative;
        background-color: #333;
        padding: 0 10px;
        color: #fff;
        display: inline-block;
    }

h1 {
    font-family: "BebasNeueRegular",sans-serif;
    font-size: 65px;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    color: #fff;
    margin-top:20px;
    /*display: inline-block;*/
}

    h1.white {
        color: white;
    }

    h1.contatti {
        color: #8DC63F;
    }

h2.h2slide {
    background-color: #8DC63F;
    color: #FFFFFF;
    display: inline-block;
    font-size: 40px;
    margin: -12px 0 0 15px;
    padding: 4px 10px 0;
    position: relative;
    text-transform: uppercase;
}

h2, h4 {
 /*background-color: #f68622;*/
    color: #9fc7e1;
    /*display: inline-block;*/
    font-family: "Roboto",sans-serif;
    font-size: 23px;
    margin: -20px 0 15px;
    padding: 2px;
    position: relative;
    text-transform: uppercase;
}


    h2.white {
        color: white;
    }

h3 {
    /*font-family: 'BebasNeueRegular', sans-serif;*/
    font-size: 18px;
    /*text-transform: uppercase;*/
    position: relative;
    padding: 0;
    color: #06529d;
    display: inline-block;
    text-transform:none;
}

    h3.white {
        color: white;
    }

p {
    margin-top: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    text-align: justify;
    color: #333;
}

a {
    color: #ed8c12;
    text-decoration: none;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

    a:hover {
        color: #004582;
    }

p.lead {
    font-size: 20px;
    color: #999;
    line-height: 1.4;
}

hr {
    margin: 15px 0;
    border: 0;
    border-bottom: 0;
}

.align-center {
    text-align: center !important;
}

.dark {
    color: #111;
}

.white {
    color: #fff;
}

.strong, .bold {
    font-weight: bold;
}

.center {
    text-align: center;
}
/*--------------------------------------------------------
Navigation
--------------------------------------------------------*/

nav {
    width: 100%;
    position: relative;
    z-index: 1000;
    opacity: 1;
    filter: alpha(opacity=0);
    top: 0;
    height: 50px;
    background-color: #fff;
}

.links-v {
    text-align: center;
    margin-top: 30px;
}

.links {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

    .links li {
        display: inline;
        margin: 0 30px 0 0;
    }

    .links a {
        font-family: 'Oswald', sans-serif;
        font-size: 18px;
        color: #333;
        text-decoration: none;
        text-transform: uppercase;
    }

        .links a:visited {
            color: #333;
        }

        .links a:hover {
            color: #333;
        }

        .links a.to-top span {
            display: none;
        }

        .links a.to-top i {
            position: absolute;
            top: 16px;
            margin-left: 22px;
            width: 18px;
            height: 18px;
            opacity: 0.3;
            background: #999;
            color: #333;
            font-size: 11px;
            line-height: 1.2;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            transition: all 0.3s;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
        }

        .links a.to-top:hover i {
            opacity: 1;
        }

.selectnav {
    display: none;
}

.social-icons {
    text-align: right;
    margin-top: 15px;
}

    .social-icons li {
        display: inline-block;
        margin: 0 0 0 6px;
    }

        .social-icons li a {
            color: white;
            font-size: 11px;
            line-height: 1.8;
            text-align: center;
            text-decoration: none;
            display: block;
            width: 20px;
            height: 20px;
            background: #2b3441;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
        }

    .social-icons a:hover {
        background-color: #8DC63F;
    }

.social-icons-normal {
    margin-top: 9px;
}

    .social-icons-normal li {
        display: inline-block;
        margin-top: 6px;
    }

        .social-icons-normal li a {
            color: white;
            font-size: 13px;
            line-height: 1.9;
            text-align: center;
            text-decoration: none;
            display: block;
            width: 24px;
            height: 24px;
            background: #2b3441;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
        }

    .social-icons-normal a:hover {
        background-color: #8DC63F;
    }

.dropmenu {
    display: none;
}




/*--------------------------------------------------------
Parallax
--------------------------------------------------------*/


#parallax1, #parallax2, #parallax3, parallax4, parallax5 {
    width: 100%;
    height: 440px;
    /*background-color: #1c1f26;*/
    position: relative;
    overflow: hidden;
}

    #parallax1 .vertical-text,
    #parallax2 .vertical-text,
    #parallax3 .vertical-text,
    #parallax4 .vertical-text,
    #parallax5 .vertical-text,
    #parallax1 .pattern,
    #parallax2 .pattern,
    #parallax3 .pattern {
        height: 440px;
    }


/*Parallax1------------------------------------------*/

.bg1 {
    background: url(../images/parallax/teaser1.jpg) 50% 50% fixed repeat-y;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    background-size: 110%;
}

p.prlx-quote {
    font-family: 'BebasNeueRegular', sans-serif;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 20px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    z-index: 200;
    margin: 0 10% 0 10%;
}

.prlx-author {
    height: 24px;
    background-image: url(../images/quote.png);
    background-position: left top;
    background-repeat: no-repeat;
    background: -Webkit-image-set(url(../images/quote.png) 1x, url(../images/quote@2x.png) 2x) left top no-repeat; /* Image for Retina */
    width: auto;
    padding-left: 40px;
    font-size: 14px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    line-height: 0.9;
    position: relative;
    margin-top: 26px;
    left: 42%;
    z-index: 200;
}


/*Parallax2------------------------------------------*/

.bg2 {
    /*background: url(../images/parallax/teaser1.jpg) top center fixed repeat-y;*/
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    background-size: 120%;
}

.twitter-author {
    text-transform: uppercase;
    font-family: 'BebasNeueRegular', sans-serif;
    font-size: 24px;
}

.tweet {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    color: white;
    line-height: 1.4;
    margin: 7px 0 12px 0;
}

.twitter-date {
    color: #868991;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}


/*Parallax3------------------------------------------*/

#parallax3 h2 {
    text-align: center;
    margin-bottom: 20px;
}

.bg3 {
    /*background: url(../images/parallax/teaser1.jpg) 50% 50% fixed repeat-y;*/
    background: none;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    background-size: 110%;
}

.clients {
    text-align: center;
}

    .clients li {
        display: inline;
        margin: 0 15px 0 15px;
        height: 50px;
        opacity: 1;
    }

        .clients li:hover {
            opacity: 0.7;
        }


/*Parallax4------------------------------------------*/

#parallax4 h2 {
    text-align: center;
    margin-bottom: 20px;
}

.bg4 {
    background: url(../images/parallax/teaser4.jpg) 50% 50% fixed repeat-y;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    background-size: 110%;
}

.clients {
    text-align: center;
}

    .clients li {
        display: inline;
        margin: 0 15px 0 15px;
        height: 50px;
        opacity: 1;
    }

        .clients li:hover {
            opacity: 0.7;
        }

/*Parallax5------------------------------------------*/

#parallax5 h2 {
    text-align: center;
    margin-bottom: 20px;
}

.bg5 {
    background: url(../images/parallax/teaser4.jpg) 50% 50% fixed repeat-y;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    background-size: 110%;
}

.clients {
    text-align: center;
}

    .clients li {
        display: inline;
        margin: 0 15px 0 15px;
        height: 50px;
        opacity: 1;
    }

        .clients li:hover {
            opacity: 0.7;
        }



/*--------------------------------------------------------
Content
--------------------------------------------------------*/

.page {
    /*padding-top: 110px;*/
    /*padding-bottom: 80px;*/
    /*position: relative;*/
    background: #2776b8;
    /*border-bottom: 2px solid #ccc;*/
    /*z-index:-1;*/
}

.one-text {
    font-size: 20px;
    line-height: 1.5;
}

.space {
    height: 30px;
}

.description {
    font-size: 12px;
    line-height: 18px;
    color: #666;
}

.columns .img-wrp {
    position: relative;
}

.img-wrp img {
    display: block;
}


.overlay-wrp {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    height: 100%;
    width: 100%;
}

    .overlay-wrp .overlay {
        opacity: 0.5;
        filter: alpha(opacity=50);
        height: 100%;
        width: 100%;
    }

.overlay {
    background: #8DC63F;
}


/*Homepage------------------------------------------*/

/*#homepage {
    background: url(../images/pattern.png);
    position: relative;
    overflow: hidden;
    height: 100%;
    margin-bottom: -50px;
}*/ /*VECCHIA-DARIPRISTINARE PER DANNI*/

#homepage {
    /*background: url("../images/pattern.png") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
  height: auto;
    margin-bottom: 262px;
    position: static;
}

    #homepage .container {
        height: 100%;
    }

b.logo {
    top: 0;
    position: absolute;
}


.slider-text {
    position: absolute;
    overflow: hidden;
    bottom: 110px;
    min-height: 220px;
}

#slidecaption {
    overflow: hidden;
    float: right;
    color: white;
    font: 80px/1.2 "Oswald", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.slidedescription {
    font: normal 16px "Open Sans", Helvetica, Arial, sans-serif;
    margin: 13px 0 0 0;
    /*background-color: #333;*/
    color: #fff;
    padding: 5px;
    padding-top: -20px;
}

.line {
    border-bottom: solid white 1px;
    margin-bottom: -bottom;
}

#homepage .container {
    height: 100%;
}

.logo {
    top: 0;
    /*position: absolute;*/
}


.slider-text {
    position: absolute;
    overflow: hidden;
    bottom: 110px;
    min-height: 220px;
}

#slidecaption {
    overflow: hidden;
    float: right;
    color: white;
    font: 80px/1.2 "Oswald", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.slidedescription {
    font: normal 16px "Open Sans", Helvetica, Arial, sans-serif;
    margin: 13px 0 0 0;
    /*background-color: #333;*/
    color: #fff;
    padding: 5px;
    padding-top: -20px;
}

.line {
    border-bottom: solid white 1px;
    margin-bottom: 36px;
    opacity: 0;
    filter: alpha(opacity=0);
}


/*About------------------------------------------*/

.container .overlay-content.social-icons {
    text-align: center;
    margin-top: -11px;
    position: absolute;
    top: 20%;
    width: 100%;
    z-index: 10;
}

.whoweare {
    min-height: 280px;
}

.container .overlay-content.social-icons li a {
    height: 22px;
    width: 22px;
    font-size: 14px;
    line-height: 1.6;
    background: white;
    color: #8DC63F;
    opacity: 0.7;
}

    .container .overlay-content.social-icons li a:hover {
        opacity: 1;
    }

.column .img-wrp {
    position: relative;
    margin: 37px 0 14px 0;
}

.job-position {
    color: #8DC63F;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 2px 0 14px 0;
}




/*Culrute------------------------------------------*/

.full-width {
    background: #eee;
    padding: 60px 0px 60px 0px;
    margin: 53px 0px 54px 0px;
}


/*Services------------------------------------------*/

.service h3 {
    text-align: center;
    margin-top: 46px;
}

.service .description {
    text-align: center;
}

.service .icon {
    width: 160px;
    height: 160px;
    border-radius: 160px;
    -webkit-border-radius: 160px;
    -moz-border-radius: 160px;
    margin: 24px auto 24px auto;
    background: #eee center center no-repeat;
}

.titstrutt {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #bbb;
    text-align: center;
    display: block;
}

.descstrutt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}

.descstruttextra {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 30px;
}

/*Portfolio------------------------------------------*/



.project-title {
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 7px;
}

.project-description {
    color: #666;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.columns .overlay-content.loupe {
    width: 34px;
    height: 34px;
    background: url(../images/loupe.png) 0px 0px no-repeat;
    position: absolute;
    top: 22%;
    margin: -17px 0 0 -17px;
    left: 50%;
    z-index: 10;
}

.option-set {
    margin-left: 8px;
    margin-bottom: 36px;
}

    .option-set li {
        display: inline-block;
        position: relative;
        margin-right: 10px;
        text-transform: uppercase;
        font-size: 11px;
    }

    .option-set i {
        color: #666;
    }

    .option-set li a.selected {
        color: #8DC63F;
    }

    .option-set li a {
        color: #666;
        text-decoration: none;
        font-weight: 600;
    }

        .option-set li a:hover {
            color: #8DC63F;
        }


/* ==================================================
	Isotope Filtering
	================================================== */

.item {
    height: 198px;
}

/* --- Start: Recommended Isotope styles --- */
.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: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.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: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: top, left, 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: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }

    /* --- End: Recommended Isotope styles --- */



    /* --- disable CSS transitions for containers with infinite scrolling --- */
    .isotope.infinite-scrolling {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }



/*Contact------------------------------------------*/

#contact {
    width: 100%;
    height: auto;
    position: relative;
    color: #fff;
    margin: 0;
    background: #fff;
}

    #contact .pattern {
        /*height: 100%;*/
    }

.card {
    width: 100%;
    text-align: center;
    padding: 0 0 120px 0;
    margin: 0;
    position: relative;
}

.contact-tabs {
    margin-bottom: 35px;
}

    .contact-tabs li {
        display: inline;
        margin: 0 2px;
    }

        .contact-tabs li a {
            padding: 4px 16px 5px 16px;
            background: #111;
            font-size: 12px;
            color: #8DC63F;
            font-weight: 600;
            text-transform: uppercase;
        }

.adress {
    color: #fff !important;
    font-size: 22px;
    margin-top: 10px;
}

.lines {
    width: 76%;
    border-top: #444 1px solid;
    border-bottom: #555 1px solid;
    text-transform: uppercase;
    color: white;
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    padding: 31px 0 31px 0;
    margin: 12px auto 40px auto;
    line-height: 1.45;
}

.contact-social-icons {
    text-align: center;
    position: absolute;
    ;
    bottom: 60px;
    left: 0;
    width: 100%;
}

    .contact-social-icons li {
        display: inline;
        margin: 0 7px 0 7px;
    }

        .contact-social-icons li a {
            display: inline-block;
            color: white;
            font-size: 30px;
            line-height: 2;
            background: url(../images/social-icons-bg.png);
            width: 60px;
            height: 60px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
        }

            .contact-social-icons li a:hover {
                background-color: #333;
            }

/*.copyright {
    width: 100%;
    height: 80px;
    position: absolute;
    z-index: 1000000;
    bottom: 0;
}

    .copyright p {
        text-transform: uppercase;
        text-align: center;
        font-weight: 600;
        font-size: 11px;
        color: #333;
        margin-top: 46px;
    }*/

/*--------------------------------------------------------
Blog
--------------------------------------------------------*/

#blog {
    background: white;
    padding: 75px 0 80px 0;
}

.post {
    margin-bottom: 92px;
}

.post-title {
    font-family: 'BebasNeueRegular', sans-serif;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
}

    .post-title a {
        color: #333;
    }

        .post-title a:hover {
            color: #8DC63F;
        }


.post-text hr {
    margin: 16px 0 21px 0;
}

.post-image {
    position: relative;
    overflow: hidden;
}

.image-caption {
    display: block;
    position: absolute;
    overflow: hidden;
    left: 30px;
    bottom: 30px;
    max-width: 60%;
    max-height: 80%;
    box-sizing: border-box;
    padding: 20px;
    background: url(../images/caption-bg.png);
    font-family: 'BebasNeueRegular', sans-serif;
    color: white;
    line-height: 1;
    font-size: 18px;
}

.post-tags {
    margin-top: 20px;
}

    .post-tags i {
        display: inline-block;
        margin-right: 4px;
        color: #666;
        font-size: 12px;
        opacity: .6;
    }

    .post-tags ul {
        display: inline-block;
    }

    .post-tags li {
        display: inline-block;
        position: relative;
        text-transform: uppercase;
        font-size: 11px;
    }

        .post-tags li:after {
            content: ', ';
        }

        .post-tags li:last-child:after {
            content: '';
        }

        .post-tags li a {
            color: #666;
            text-decoration: none;
        }

            .post-tags li a:hover {
                color: #8DC63F;
            }

.post-info {
    margin-top: 35px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    text-transform: uppercase;
    color: #666;
    font-size: 11px;
    font-weight: 600;
}

    .post-info span {
        text-align: right;
        float: right;
    }

.blog-sidebar {
    margin-left: 20px;
    border-left: 1px solid #eee;
    padding: 20px 0 20px 20px;
}

.block {
    margin-top: 31px;
}

    .block:first-child {
        margin-top: 0;
    }

.block-title {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.tags-list li {
    text-transform: uppercase;
    font-size: 11px;
    color: #666;
    margin-top: 5px;
}

    .tags-list li:first-child {
        margin-top: 0;
    }

    .tags-list li a {
        color: #666;
        text-decoration: none;
        font-weight: 600;
    }

        .tags-list li a:hover {
            color: #8DC63F;
        }

a.twfd-author {
    display: block;
    margin-top: -10px;
    text-transform: uppercase;
    color: #868991;
    font-size: 11px;
}

    a.twfd-author:hover {
        color: #8DC63F;
    }

.blog-tweet {
    font-size: 11px;
    margin-top: 16px;
}

    .blog-tweet span {
        display: block;
        margin-top: 7px;
        color: #666;
        font-size: 10px;
    }

.pagination {
    position: relative;
    width: 100%;
    border-top: 1px solid #eee;
}

.pages {
    text-align: center;
}

    .pages li {
        display: inline-block;
    }

    .pages li {
        display: inline-block;
        margin: 0 2px 6px 0;
    }

        .pages li a {
            font-size: 14px;
            display: block;
            font-weight: 600;
            padding: 5px;
            color: #666;
        }

            .pages li a.current {
                border-top: 2px solid #8DC63F;
                color: #333;
            }

            .pages li a:hover {
                color: #8DC63F;
            }

a.previous, a.next {
    display: block;
    margin-top: 8px;
    padding: 4px 8px;
    background-color: #f0f2f5;
    font-size: 10px;
    color: #333;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    a.previous:hover, a.next:hover {
        background-color: #8DC63F;
        color: white;
    }

a.previous {
    position: absolute;
    left: 0;
    top: 0;
}

a.next {
    position: absolute;
    right: 0;
    top: 0;
}

.comments {
    margin: 75px 0 0 0;
}

.comments-title {
    padding: 14px 0 12px 0;
    font-family: 'BebasNeueRegular', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    border-top: 4px solid #eee;
    border-bottom: 1px solid #eee;
}

.comment {
    margin: 24px 0 26px 0;
    padding-bottom: 25px;
    border-bottom: 1px dotted #eee;
}

.comment-author {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.comment-date {
    font-size: 11px;
    text-transform: uppercase;
    color: #666;
    font-weight: 600;
}

.comment-text {
    margin-top: 9px;
}

.leave-comment-title {
    font-family: 'BebasNeueRegular', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    margin: 45px 0 21px 0;
}

    .leave-comment-title span {
        display: block;
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        color: #666;
        text-transform: none;
    }


/*--------------------------------------------------------
Shortcodes
--------------------------------------------------------*/


/*Buttons------------------------------------------*/

.button {
    width: 100%;
    background: #2776b8;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    outline: none;
    padding: 11px 20px 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
}

    .button:hover {
       background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #60b4e8), color-stop(1, #9fc7e1) );
	background:-moz-linear-gradient( center top, #60b4e8 5%, #9fc7e1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#60b4e8', endColorstr='#9fc7e1');
	background-color:#60b4e8;
    }

    .button:active {
       background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #60b4e8), color-stop(1, #9fc7e1) );
	background:-moz-linear-gradient( center top, #60b4e8 5%, #9fc7e1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#60b4e8', endColorstr='#9fc7e1');
	background-color:#60b4e8;
    }

    .button:focus {
      background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #60b4e8), color-stop(1, #9fc7e1) );
	background:-moz-linear-gradient( center top, #60b4e8 5%, #9fc7e1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#60b4e8', endColorstr='#9fc7e1');
	background-color:#60b4e8;
    }

    .button.large {
        font-size: 16px;
        padding: 14px 30px 14px;
    }

    .button.small {
        font-size: 10px;
        padding: 6px 10px 6px;
    }


/*Forms------------------------------------------*/

form {
    margin-bottom: 20px;
}

fieldset {
    margin-bottom: 20px;
}

input, textarea {
    /*border: 1px solid #ccc;*/
    padding: 10px 10px;
    outline: none;
    color: #333;
    margin: 5px 0 0 0;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
    font-size: 13px;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    box-sizing: border-box;
}

textarea {
    min-height: 100px;
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="email"]:focus,
    textarea:focus {
        border: 1px solid #666;
        color: #333;
        background: white;
        -moz-box-shadow: 0 0 4px rgba(0,0,0,.2);
        -webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
    }

input.error {
    border: 1px solid #c60f13;
    background: #f9e7e8;
}

    input.error[type="text"]:focus,
    input.error[type="password"]:focus,
    input.error[type="email"]:focus {
        border: 1px solid #c60f13;
    }

legend {
    display: block;
    font-weight: 600;
    font-size: 14px;
}

.card input,
.card textarea,
.card input:focus,
.card textarea:focus {
    border: none;
}




/*Accordion and Toggle------------------------------------------*/

.accordion, .toggle {
    margin: 20px 0;
}

.accordion-wrp h6, .toggle-wrp h6 {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 13px 20px 11px 20px;
    margin-bottom: 10px;
    background: #ccc;
    color: #1a1a1a;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

    .accordion-wrp h6 i, .toggle-wrp h6 i {
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -6px;
        font-size: 12px;
        line-height: 0.1;
        color: #1a1a1a;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .accordion-wrp h6:hover, .toggle-wrp h6:hover {
        background: #1a1a1a;
        color: white;
    }

.accordion-wrp .accordion-content, .toggle-wrp .toggle-content {
    padding: 5px 20px 30px 20px;
    display: none;
    font-size: 14px;
}

.accordion-wrp.current h6, .toggle-wrp.current h6 {
    background: #1a1a1a;
    color: #fff;
}

.accordion-wrp h6:hover i, .toggle-wrp h6:hover i {
    color: white;
}

.accordion-wrp.current h6 i {
    color: white;
    margin-top: -2px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-wrp.current .accordion-content, .toggle-wrp.current .toggle-content {
    display: block;
}

.toggle-wrp h6 i.icon-minus, .toggle-wrp.current h6 i.icon-plus {
    opacity: 0;
}

.toggle-wrp.current h6 i.icon-minus {
    color: white;
    opacity: 1;
}

/*Tabs------------------------------------------*/

.tabs {
    margin: 20px 0;
    overflow: hidden;
}

    .tabs ul {
        width: 100%;
        margin: 0;
        overflow: hidden;
        border-bottom: 1px solid #8DC63F;
    }

        .tabs ul li {
            display: inline-block;
            padding: 11px 20px;
            margin-right: 5px;
            background: #eee;
            font-family: 'Oswald', sans-serif;
            text-transform: uppercase;
            cursor: pointer;
            -webkit-transition: all 0.1s linear;
            -moz-transition: all 0.1s linear;
            -o-transition: all 0.1s linear;
            transition: all 0.1s linear;
        }

            .tabs ul li:last-child {
                margin-right: 0;
            }

            .tabs ul li:hover {
                background: #333;
                color: white;
            }

            .tabs ul li.current {
                background: #8DC63F;
                color: white;
            }

    .tabs .tab-content {
        border: 1px solid #f0f2f5;
        padding: 16px 20px 25px 20px;
        display: none;
    }

        .tabs .tab-content:first-child {
            border: 1px solid #f0f2f5;
            padding: 16px 20px 25px 20px;
            display: block;
        }


.js-tabs .tab-content {
    display: none;
}

    .js-tabs .tab-content.active {
        display: block;
        position: relative;
    }

.js-tabs .tab-content-wrp {
    position: relative;
}


.js-tabs li a:hover, .js-tabs li a.current {
    background: #8DC63F;
}


/*Alerts------------------------------------------*/

.alert {
    padding: 10px 35px 10px 14px;
    margin: 10px 0;
    font: 13px 'Open Sans', sans-serif;
    background-color: #faf2cb;
    color: #8DC63F;
    border-radius: 4px;
    text-transform: none;
    text-align: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

    .alert h5 {
        margin: 0;
    }

    .alert .close {
        position: relative;
        top: -2px;
        right: -21px;
        line-height: 20px;
    }

.alert-success {
    background-color: #c3e4b8;
    color: #468847;
}

.alert-danger,
.alert-error {
    background-color: #e7c1c0;
    color: #b94a48;
}

.alert-info {
    background-color: #b9dbee;
    color: #3a87ad;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

    .alert-block > p,
    .alert-block > ul {
        margin-bottom: 0;
    }

    .alert-block p + p {
        margin-top: 5px;
    }


/*Close------------------------------------------*/

.close {
    float: right;
    font-size: 18px;
    margin-top: -1px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #333;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover {
        color: #333;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.4;
        filter: alpha(opacity=40);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}



/*Blockquote------------------------------------------*/

blockquote {
    padding: 1px 0 6px 20px;
    border-left: 3px solid #8DC63F;
    margin: 20px 0;
}

    blockquote p {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 6px;
    }

    blockquote small {
        color: #ccc;
        font-size: 12px;
        margin-bottom: 10px;
    }

cite {
    font-style: normal;
}


/* --------------------------------------------------------
		 Info block
	-------------------------------------------------------- */

.info-block {
    position: relative;
    overflow: hidden;
    margin: 20px 0 20px 0;
    background: #f8f9f9;
    padding: 24px 30px 28px 30px;
    border-left: 4px solid #8DC63F;
}

    .info-block h3 {
        font-family: 'BebasNeueRegular', sans-serif;
        font-size: 26px;
    }

span.color-text {
    color: #8DC63F;
}

.ib-text {
    position: relative;
    padding-right: 20%;
}

.info-block a.button {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px;
}


/* --------------------------------------------------------
		 Tooltip
	-------------------------------------------------------- */

.tooltip {
    position: absolute;
    top: -25px;
    margin-left: 50%;
    border-radius: 5px;
    display: none;
    z-index: 100;
    font-size: 11px;
    min-width: 100px;
}

i position: relativ .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: white;
    text-align: center;
    text-decoration: none;
    background-color: #333;
    border-radius: 4px;
    position: relative;
}

.tooltip-inner .tooltip-arrow {
    position: absolute;
    border-left: 7px solid rgba(113, 101, 58, 0);
    border-right: 7px solid rgba(113, 101, 58, 0);
    border-top: 7px solid #333;
    bottom: -5px;
    left: 40%;
}

.separator {
    clear: both;
    height: 30px;
}



.formcontatti {
    background: white;
}

.divformcontact {
    color: white;
    overflow: hidden;
    border-radius: 5px;
    /*background: linear-gradient(#fff, #d8d8d7) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    
}

.labelcontatti {
    color: #333;
    text-align:center;
}

.pintrocontact {
color:#888;
}

.btninvia {
    background: #f68622;
    background-image: -webkit-linear-gradient(top, #f68622, #c96e1c);
    background-image: -moz-linear-gradient(top, #f68622, #c96e1c);
    background-image: -ms-linear-gradient(top, #f68622, #c96e1c);
    background-image: -o-linear-gradient(top, #f68622, #c96e1c);
    background-image: linear-gradient(to bottom, #f68622, #c96e1c);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 9px 40px 9px 40px;
    border: solid #0177a9 0px;
    text-decoration: none;
}

    .btninvia:hover {
        background: #2a89c4;
        background-image: -webkit-linear-gradient(top, #c96e1c, #f68622);
        background-image: -moz-linear-gradient(top, #c96e1c, #f68622);
        background-image: -ms-linear-gradient(top, #c96e1c, #f68622);
        background-image: -o-linear-gradient(top, #c96e1c, #f68622);
        background-image: linear-gradient(to bottom, #c96e1c, #f68622);
        text-decoration: none;
        cursor: pointer;
    }

.formpadding {
    padding-right: 19px;
    padding-left: 19px;
}

.titleformcontact {
  color: #333;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 42px;
    font-weight: normal;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.formh1 {
      margin-top: -97px;
    color: white;
    float: right;
    overflow: hidden;
}

.img-wrpphoto {
    margin: -4px -7px 11px;
    position: relative;
}

.titletext {
   color: #004582;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 44px;
    padding: 0;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    font-weight:bold;
}

.subtitletext {
  color: #555;
    display: inline-block;
    font-size: 21px;
    margin: -8px 0 24px;
    padding: 0;
    position: relative;
    text-align: left;
    text-transform: none;
}

.lavorieseguoti {
    font-family: 'BebasNeueRegular', sans-serif;
    font-size: 62px;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    color: #1a1a1a;
    text-align: center;
}


.sublavorieseguoti {
    color: #333;
    font-family: 'BebasNeueRegular',sans-serif;
    font-size: 32px;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    margin-top: -5px;
    text-align: center;
}


.header{
   background-color: #d6dee3;
    height: 92px;
}

.richiediinfo{
  color: #004582;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 44px;
    padding: 0;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    font-weight:bold;
}


.contentprodotti {
    display: inline; 
padding-bottom: 15px;
}

.xsdisplay{
    visibility:hidden;
    height:0;
}
.xsdisplaylogo{
    display:none;
}
.firstproduct{
    margin-top:50px;
}
.psettoreapplicazione{
     color: #333;
    font-size: 21px;
    font-weight: bold;
    margin-top: -4px;
 
}
.padding10{
    padding-bottom:10px;
     padding-left: 13px;
}

.paddingtopheader{
    padding-top: 82px;
}
#primafascia{
    height:auto;
    text-align:center;
}
.pagecentoxcento{

    position: relative;
    background: #eee;
    height: 443px;
}
.contentpagecentoxcento{
    padding-top:50px;
}
.terzafascia{
    position: relative;
    background: white;
     /*margin-top: -11px;*/
      padding-top: 58px;
}
.titoliconimmagine{
color: #2776b8;
    font-size: 25px;
    font-weight: bold;
}
.pconimmagini{
    margin-top:-12px !important;
    color:#666;
}
.primoparagrafo{
    margin-bottom:50px;
}
.casellaprivacy{
     resize: none; 
     font-size: 10px; 
     border: none;
     margin-bottom: -43px;
     background: none repeat scroll 0 0 transparent;
}

.bloccosottoimmagini{
    background-color:#ededed;
    height:371px;
     margin-bottom: -10px;
}
.bloccosottoimmaginitwo{
    background:#ebba0b;
}
.bloccosottoimmaginibottonetwo{
   background:#a59b00;
}
.bloccosottoimmaginibottone{
    background: none repeat scroll 0 0 rgba(227, 227, 227, 1);
}
.psettoreapplicazionetitolo{
    color:gray;
    padding:10px;
    text-align:center;
    font-size: 24px;
       margin-bottom: -10px;
}

.bottonerichiesta {
	background-color:#8f8c8f;
	-webkit-border-top-left-radius:2px;
	-moz-border-radius-topleft:2px;
	border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	-moz-border-radius-topright:2px;
	border-top-right-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	-moz-border-radius-bottomright:2px;
	border-bottom-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-moz-border-radius-bottomleft:2px;
	border-bottom-left-radius:2px;
	text-indent:0px;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	height:39px;
	line-height:39px;
	width:194px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #696769;
}.bottonerichiesta:hover {
	background-color:#050505;
}.bottonerichiesta:active {
	position:relative;
	top:1px;
}

.psettoreapplicazionelista{
    padding:20px;
    text-align:center;
    font-size:18px;
    line-height:2;
}
.paragrafosettoriapplicazione{
    font-size:13px;
    color:#666;
}
.primasecondapage{
    padding-top: 110px;
    padding-bottom: 80px;
    position: relative;
    background: white;
    /*z-index:-1;*/
}
.subtitoliconimmagine{
    color:#444;
    font-size:18px;
}
.ptitoliconimmagine {
   color: #666;
    font-size: 16px;
     line-height: 1.5;
}
.titoloultimate{
    color:#fff;
    font-size:42px;
    font-weight:bold;
    text-align:center;
}
.sottotitoloultimate{
    color: #fff;
    font-size:25px;
    text-align:center;
    margin-top:-15px;
}
.subsottotitoloultimate{
    text-align:center;
    padding-bottom:41px;
    padding-top:20px;
    color:#fff;
}
.prelastdiv{
    background-color:#2776b8;
    height:auto;
}
.titleprelastdiv{
      color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: -23px;
    padding-top: 40px;
    text-align: center;
}
.pprelastdiv{
    color:#fff;
    text-align:center;
    font-size:13px;
    padding-bottom: 30px;
    /*padding-left:200px;
    padding-right:200px;*/
}


/*--------------- TRE BOTTONI ------------------*/

.btnscelta {

	
	/*background-color:#9fc7e0;*/

	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#fff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:185px;
	text-decoration:none;
	text-align:center;

}
.btnscelta:hover {
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #60b4e8), color-stop(1, #9fc7e1) );
	background:-moz-linear-gradient( center top, #60b4e8 5%, #9fc7e1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#60b4e8', endColorstr='#9fc7e1');*/
	background-color:#60b4e8;
}.btnscelta:active {
	position:relative;
	top:1px;
}



/*--------------- FINE TRE BOTTONI ------------------*/


.sloganheader{
    text-align:center;
    color:#2776b8;
    text-transform:uppercase;
    font-weight:bold;
    font-size:35px;
}


.padding11{
  padding: 1px 48px 10px;
  }