@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Roboto:300);
@import url(https://fonts.googleapis.com/css?family=Fjalla+One);

/* **********************
*    COMMONS    *
************************/

body {
    font-family: 'Open Sans', sans-serif;
}
a {
    outline: none!important;
}
a:hover,
a:active,
a:focus {
    text-decoration: none!important;
}
.img-wrap {
    margin: 0 auto;
}
.img-wrap img {
    width: 100%;
}
.svg-wrap img,
.svg-wrap svg {
    width: 100%;
    height: 100%;
}
.bg-dark {
    background-color: #333;
}
p {
    font: 300 16px/1.6 "Roboto",arial,sans-serif;
    color: #909090;
}
h5 {
    /*color: #888;*/
    /*margin-bottom: 50px;*/
    font-weight: 300;
    font-size: 30px;
    /*letter-spacing: 0.8px;*/
    /*text-transform: uppercase;*/
    margin-top: 0;
    font-weight: bold;
}
.bg-cover {
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
}
.bg-fixed {
    background-attachment: fixed!important;
}
.text-dark {
    color: #666;
}
.text-light {
    color: #bababa;
}
.clear {
    clear: both!important;
    width: 0!important;
    height: 0!important;
    margin: 0!important;
    padding: 0!important;
    border: 0!important;
    float: none!important;
}
.pos-rel {
    position: relative;
}
.underline-gold-lg {
    margin-bottom: 30px;
}
.underline-gold-lg:after {
    width:400px;
    height: 2px;
    background-color: #c4b065;
    bottom: -20px;
    left: 50%;
    margin-left: -200px;
    position: absolute;
    content: '';
}
.underline-yellow-sm {
    margin-bottom: 40px;
}
/*.underline-yellow-sm:after {
    width:80px;
    height: 2px;
    background-color: #FFD000;
    bottom: -19px;
    left: 50%;
    margin-left: -55px;
    position: absolute;
    content: '';
}
.underline-yellow-sm:before {
    width:80px;
    height: 2px;
    background-color: #FFD000;
    bottom: -25px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    content: '';
}*/
.page-title {
    padding: 80px 0;
}
.page-title h2 {
    color: #666;
    font-weight: 300;
    font-size: 48px;
}
.h-v-center {
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
}
.h-center {
    -webkit-transform: translateX(-50%)!important;
    -ms-transform: translateX(-50%)!important;
    transform: translateX(-50%)!important;
}
.v-center {
    -webkit-transform: translateY(-50%)!important;
    -ms-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important;
}
.separator-1 {
    width: 100%;
    height: 100px;
    clear: both;
}
@media (max-width:767px) {
    .separator-1 {
        height: 50px;
    }
}
.no-padding {
    padding: 0;
}
#swipebox-overlay {
    z-index: 999999999!important;
}
.privacy-wrapper {
    padding-top: 120px;
    padding-bottom: 80px;
}
.privacy-wrapper a {
    color: #FFD000;
}

.mar-t-30 { margin-top: 30px }

.mar-b-30 { margin-bottom: 30px }

.pad-t-50 { padding-top: 50px }
.pad-t-30 { padding-top: 30px }

.pad-b-30 { padding-bottom: 30px }
.pad-b-100 { padding-bottom: 100px }

@media(max-width: 400px){
    .page-title h2{ font-size: 30px }
}

/*.text-uppercase { text: uppercase }*/

/* **********************
*    MENU    *
************************/

nav {
    z-index: 9999999!important;
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    -ms-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    border: 0!important;
}
.navbar-collapse {
    border: 0!important;
}
.navbar-nav {
    margin-right: 0;
}
.nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (max-width:767px) {
    .nav > li > a {
        color:#888!important;
    }
}
.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
    color: #FFD000!important;
}
.nav > li > a.active {
    color: #FFD000!important;
}
.navbar-brand {
    margin-left: 0!important;
    width: 150px;
    height: 100px;
    display: block;
}
.navbar-toggle {
    padding: 33px 15px!important;
    border: 0!important;
    border-radius: 0!important;
    margin-top: 0!important;
    margin-bottom: 0!important;
}
.navbar-toggle .icon-bar {
    background-color: #FFD000!important;
}
.navbar-nav {
    padding-right: 120px
}
@media (max-width:767px) {
    .nav > li > a {
        padding-top: 25px!important;
        padding-bottom: 25px!important;
        padding-left: 30px!important;
    }
}
.language-box {
    position: absolute;
    top: 0;
    right: 30px;
    padding: 30px 0;
    height: 100%;
}

.language-box > li {
    display: inline-block;
    list-style: none;
}
.language-box > li > a {
    padding: 0 5px;
    color: #fff;
}
.language-box > li > a:hover, .language-box > li > a.active {
    color: #FFD000!important;
}
.language-box .pipe {
    position: relative;
    top: -1px;
    color: #fff;
}
@media (max-width:767px) {
    .language-box {
        position: relative;
        left: 12px;
        padding: 15px 0 0 0;
    }
    .pipe { color: #888!important }
    .language-box > li > a { color: #888 }
}
nav.compressed,
.privacy-page nav {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(34,34,34,.1);
}
nav.compressed .nav > li > a,
.privacy-page nav .nav > li > a,nav.compressed .language-box > li > a,nav.compressed .language-box .pipe {
    color: #888;
}
nav.compressed .navbar-brand,
.privacy-page nav .navbar-brand {
    height: 80px;
    width: 160px;
}
nav.compressed .navbar-brand .st1,
.privacy-page nav .navbar-brand .st1 {
    fill: #666!important;
}
nav.force-white-bg {
    background-color: #fff!important;
}

/* **********************
*    FOOTER    *
************************/

footer {
    background-color: #333;
    padding: 80px 0;
}
footer h6 {
    /*color: #666;*/
    color: #FFD000;
}
footer p {
    /*color: #888;*/
    color: #ccc;
    font-size: 14px;
    line-height: 30px;
}
footer .social {
    margin-top: 20px;
}
footer .social a {
    display: block;
    float: left;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background-color: #444;
    color: #666;
    margin-right: 6px;
    cursor: pointer;
}
footer .social a:hover {
    color: #FFD000;
}
footer .mail-link {
    color: inherit;
}
footer .mail-link:hover {
    color: #FFD000;
}
.sub-footer {
    background-color: #2c2c2c;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #666;
    font-size: 11px;
    letter-spacing: 0.5px;
}
.sub-footer a {
    color: inherit;
}
.sub-footer a:hover {
    color: #FFD000;
}

.fa-heart {
    color: #FFD000;
}

/* **********************
*    HOME    *
************************/

.dark-cover {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34,34,34,.6);
}
.master-slider {
    overflow: hidden!important;
    border: 0!important;
}
#home-masterslider .ms-slide-layers {
    max-width: none!important;
    left: 0!important;
}
#home-masterslider .ms-layer {
    text-transform: uppercase;
    position: absolute;
    top: 50%!important;
    width: 100%;
    text-align: center;
}
#home-masterslider .ms-layer h2 {
    font-size: 50px!important;
    color: #fff;
    font-weight: 600;
    line-height: normal!important;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
    width: 100%;
    padding: 10px 0;
    /*border-top: 3px solid #c4b065;
    border-bottom: 3px solid #c4b065;*/
    /*border-top: 3px solid #FFD000;
    border-bottom: 3px solid #FFD000;*/
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: 2px;
}
.left-top{
    left:0;
    top:0;
    height: 50px;
    position: absolute;
    width: 100px;
    border-left: 2px solid #ffd000;
    border-top: 2px solid #ffd000;
}
.right-bottom{
    right: 0;
    bottom: 0;
    height: 50px;
    position: absolute;
    width: 100px;
    border-right: 2px solid #ffd000;
    border-bottom: 2px solid #ffd000;
}
@media (max-width:767px) {
    #home-masterslider .ms-layer h2 {
        font-size: 30px!important;
    }
}
@media (min-width:768px) {
    #home-masterslider .ms-layer .container > .col-sm-10 {
        padding: 0;
    }
}
.scroll-icon {
    display: block;
    position: absolute;
    z-index: 10000;
    bottom: 10px;
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -50px;
    cursor: pointer;
    padding: 30px;
}
.prev-slide,
.next-slide {
    display: block;
    position: absolute;
    z-index: 10000;
    top: 50%;
    height: 30px;
    width: 50px;
    margin-top: -45px;
    cursor: pointer;
    padding: 30px;
}
@media (max-width:767px) {
    .prev-slide,
    .next-slide {
        display: none!important;
    }
}
.prev-slide {
    left: 10px;
}
.next-slide {
    right: 10px;
}
.home-icons {
    /*border-top: 1px solid #c4b065;*/
    padding: 90px 0 0 0;
}
.bottom-line-light {
    border-bottom: 1px solid #ddd;
}
.home-icon {
    margin-bottom: 80px;
    text-align: center;
    display: block;
}
.home-icon > .svg-wrap {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 20px;
}
/*.home-icon > .svg-wrap img {
    -webkit-transition: all 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.home-icon:hover > .svg-wrap img {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}*/
.home-icon .home-icon-title {
    color: #848484;
    text-transform: uppercase;
    font-size: 16px;
}
/*.home-icon:hover .home-icon-title {
    color: #c4b065;
}*/
.home-mission {
    padding: 80px 0;
}
.home-mission a {
    color: #888;
    border: 1px solid #dedede;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 10px;
    -webkit-transition: all 0.15s 0s linear;
    -moz-transition: all 0.15s 0s linear;
    -o-transition: all 0.15s 0s linear;
    -ms-transition: all 0.15s 0s linear;
    transition: all 0.15s 0s linear;
}
.home-mission a:hover {
    color: #FFD000;
    border-color: #FFD000;
}
.line-light{
    height: 2px;
    width: 100px;
    background-color: #FFD000;
    margin-top: 25px;
    margin-bottom: 25px;
}
.parallax-home {
    background: url('../img/home/esigenze.jpg') no-repeat center center;
}
.parallax-home h5, .parallax-home h6 {
    position: relative;
    z-index: 100;
}
.mid-title {
    /*font-size: 20px;
    letter-spacing: 2px;
    font-weight: 700;*/
    text-align: center;
    padding: 120px 0;
    color: #fff;
    text-transform: uppercase;
}
.small-logo {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
.home-servizi {
    padding: 80px 0;
}
.home-servizi a {
    color: #888;
    border: 1px solid #dedede;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 10px;
    -webkit-transition: all 0.15s 0s linear;
    -moz-transition: all 0.15s 0s linear;
    -o-transition: all 0.15s 0s linear;
    -ms-transition: all 0.15s 0s linear;
    transition: all 0.15s 0s linear;
}
.home-servizi a:hover {
    color: #FFD000;
    border-color: #FFD000;
}

/* **********************
*    TOP IMAGES    *
************************/

.top-image {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}
.top-image.chi-siamo {
    background: url('../img/chi-siamo/top-image.jpg') no-repeat center center;
}
.top-image.servizi {
    background: url('../img/servizi/top-image.jpg') no-repeat center center;
}
.top-image.contatti {
    background: url('../img/contatti/top-image.jpg') no-repeat center center;
}
.page-intro {
    position: relative;
    top: 50%;
    text-align: center;
    z-index: 20;
}
.page-intro p {
    color: #ccc;
}
.big-title {
    font: 300 40px/1.2 "Open Sans",arial,sans-serif;
    color: #fff;
    text-transform: uppercase;
}
.big-title span {
    font-weight: 700;
    color: #FFD000;
}
@media (max-width:767px) {
    .big-title {
        font-size: 30px;
    }
}

/* **********************
*    CHI SIAMO    *
************************/


.faces .img-wrap {
    max-width: 400px;
    margin-bottom: 30px;
}
.faces .svg-wrap{
    margin: auto;
    height: 80px;
    width: 80px;
    margin-bottom: 30px;
}
.faces .svg-wrap img{
    height: 100%;
    width: 100%;
}
.faces .role {
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #888;
}
.faces .name {
    text-transform: uppercase;
    font-size: 20px;
    /*letter-spacing: 1px;*/
    font-weight: 700;
    margin-bottom: 10px;
}
.faces .job {
    font-size: 13px;
    /*color: #aaa;*/
    color: #888;
}
@media (max-width:767px) {
    .faces > div > div {
        margin-bottom: 50px;
    }
}
.punti-di-forza > div {
    padding: 15px;
    background-color: #f5f5f5;
    margin-bottom: 20px;
}
.punti-di-forza .svg-wrap {
    width: 40px;
    height: 40px;
}
.punti-di-forza > div > div {
    float: left;
}
.punti-di-forza .small-title {
    line-height: 40px;
    padding-left: 20px;
}
@media (max-width:991px) {
    .punti-di-forza .small-title {
        padding-left: 10px;
    }
}
.small-title {
    font: 300 16px/1 "Roboto",arial,sans-serif;
    color: #666;
}
.quality {
    padding: 100px 0 120px 0;
    background: url('../img/chi-siamo/qualita.jpg') no-repeat center center;
}
.quality h5 {
    color: #fff;
}
.quality p {
    color: #eee;
}
.elenco-vantaggi {
    padding-left: 15px;
}
@media (max-width:767px) {
    .elenco-vantaggi {
        margin-bottom: 40px;
    }
}
.elenco-vantaggi > li {
    color: #FFD000;
    margin-bottom: 10px;
}
/*.black-line-light{
    height: 1px;
    width: 100%;
    background-color: #333;
    margin-top: 50px;
    margin-bottom: 50px;
 }*/

.mission{
     margin-bottom: 50px;
 }

.parallax-mission {
    background: url('../img/chi-siamo/passione.jpg') no-repeat center center;
}
.parallax-mission h5 {
    position: relative;
    z-index: 100;
}

/* **********************
*    SERVIZI    *
************************/

.servizi-icon {
    margin-bottom: 80px;
    text-align: center;
    display: block;
    cursor: pointer;
}
@media(max-width: 767px){
    .servizi-icon{
        margin-bottom: 30px;
    }
}
.servizi-icon > .svg-wrap {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 20px;
    opacity: 0.3;
}
.servizi-icon:hover > .svg-wrap {
    opacity: 1;
}
.servizi-icon > .svg-wrap img {
    -webkit-transition: all 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.servizi-icon:hover > .svg-wrap img {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.servizi-icon .servizi-icon-title {
    color: #848484;
    text-transform: uppercase;
    font-size: 16px;
}

@media (max-width:500px) {
    .colonna-singola {
        width: 100%;
    }
}
.item {
    margin-bottom: 50px;
    /*border: 1px solid #e0e0e0;*/
    position: relative;
}
.item .hover-trigger {
    display: block;
}
.item .item-title,
.item p {
    padding-left: 10px;
    padding-right: 10px;
}
.item p {
    /*font-size: 14px;*/
}
.item p span {
    color: #c4b065;
}
.item-title {
    text-transform: uppercase;
    font-size: 18px;
    /*letter-spacing: 1px;*/
    font-weight: 700;
    color: #555;
    padding: 20px 0;
    border: 1px solid #e0e0e0;
    border-top-color: transparent;
    margin-bottom: 10px;
    text-align: center;
}
.item-title span {
    color: #c4b065;
}
@media (max-width:991px) {
    .item-title {
        font-size: 14px;
    }
}
.offerta {
    padding-bottom: 50px;
}
.offerta .row {
    margin-left: 0;
    margin-right: 0;
}
@media (max-width:500px) {
    .colonna-singola {
        width: 100%;
    }
    .m-b-80 {
        margin-bottom: 80px;
    }
}
.other-services h5 {
    margin-bottom: 20px;
}
.other-services .img-wrap {
    max-width: 400px;
    margin-left: 0;
}

.lista-offerta{
    padding:0;
    margin-top: 20px;
}

.lista-offerta li{
    color: #909090;
    font-size: 14px;
    list-style: none;
    display: block;
    position: relative;
    padding-left: 50px;
    margin-bottom: 10px;
}

.check-icon{
    position: absolute;
    top:0;
    left:0;
    line-height: 1;
}

.ion-android-done{
    color: #FFD000;
    font-size: 30px;
}

/* **********************
*    CONTATTI    *
************************/

.contacts .svg-wrap {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.contacts > div > div {
    margin-bottom: 40px;
}
.contacts small-title {
    color: #666;
}
.contacts a.small-title:hover {
    color: #c4b065;
}
.chiama-ora {
    display: block;
    padding: 20px 0;
    width: 150px;
    margin: 40px auto 80px auto;
    text-align: center;
    border: 1px solid #c4b065;
    color: #888;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.chiama-ora:hover {
    background-color: #c4b065;
    color: #fff;
}
#map-canvas {
    width: 100%;
    height: 500px;
}

.contacts .svg-wrap{
    margin: 0 auto;
    height: 80px;
    width: 80px;
    margin-bottom: 20px;
}

.contacts .svg-wrap img{
    height: 100%;
    width: 100%;
}

.contacts .small-title{
    font: 300 16px/2 "Roboto",arial,sans-serif;
    color: #666;
}

.bold-title {
    font: 20px/1 "Roboto",arial,sans-serif;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif;
}

.color-c4b065{ color: #c4b065 }

.mar--t-8 { margin-top: -8px }

.font-13 { font-size: 13px}
