@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:100,300);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,300);

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif; /* Lato */
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source Sans Pro', sans-serif;
}
ul, li {
    margin: 0 !important;
    padding: 0 !important;
}

/*======================================= MENU =======================================*/
.side-menu {
    height: 100% !important;
    width: 30px;
    position: fixed;
    top:0 !important;
    left:0 !important;
    margin:0 !important;
    padding: 0 !important;
    border: 0 !important;
    /*border-right: 1px solid rgba(177, 177, 177, 0.1);*/
    /*background-color: rgba(255, 255, 255, 0.2);*/
    z-index: 9999;
    margin-left: 10px !important;
    -webkit-animation-duration: 1.5s !important; /*-----DURATA ANIMAZIONE MENU-----*/
    -moz-animation-duration: 1.5s !important;
    -ms-animation-duration: 1.5s !important;
    -o-animation-duration: 1.5s !important;
    animation-duration: 1.5s !important;
}
.nav {
    position: fixed;
    z-index: 9999;
    top:50% !important;
    margin-top: -100px !important;
    padding-top:10px !important;
    width:32px !important;
    height:200px !important;
    /*background-color: rgba(255, 255, 255,.7);*/
    /*
    -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 5px #d8d8d8;
    */
    /*box-sizing: border-box !important;*/
    border:0;
    /*border:1px solid #f2f2f2;*/
}
/*
.nav li a {
    display: block;
    width: 12px !important;
    height: 12px !important;
    border-radius: 0;
    margin-top: 40px !important;
    margin-left: 9px !important;
    padding: 0 !important;
}
*/
.nav li a {
    display: block;
    width: 26px !important;
    height: 26px !important;
    border-radius: 0;
    margin-top: 10px !important;
    margin-left: 0px !important;
    padding: 0 !important;
}
.nav li a div {
    display:block;
    position:absolute !important;
    top:50% !important;
    left:50% !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 0 !important;
    background-color: #fff !important;
    margin: -5px !important;
    padding: 0 !important;
    border: 1px solid #000;
}

.nav-tabs li.active a {
    background-color: #000 !important;
    overflow: hidden !important;
    border: 0 !important;
    border: 1px solid #fff !important;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #000 !important;
    border: 0 !important;
    border: 1px solid #fff !important;
    border-color: transparent;
}
a {
    outline: 0 !important;
    text-decoration: none !important;
}
.sup-menu {
    display: block;
    position: absolute;
    z-index: 9999;
    top:25px;
    right:20px;
    width:500px;
    height:50px;
    /*background-color:red;*/
}
.sup-menu ul li {
    float: right;
    padding: 5px !important;
}
.sup-menu ul li a {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    font-family: "Open Sans";
    font-size: 1em;
    font-weight: 300;
    margin-right: 0px;
    margin-left: 0px;
    padding: 7px;
    border: 1px solid transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-sizing: border-box;
}
.sup-menu a:hover {
    /*color: #d9d9d9;*/
    /*background-color: rgba(255,255,255,.1);*/
    border: 1px solid #fff;
}
.language {
    width:100px;
    height:50px;
    position:absolute;
    z-index: 9999;
    top:25px;
    left:30px;
}
.language a {
    width:30px;
    height:30px;
    float: left;
    color: #fff;
    font-family: "Open Sans";
    text-align: center;
    font-size: 1em;
    font-weight: 300;
    cursor: pointer;
    padding-top:4px;
}
.language a:hover {
    background-color: rgba(255,255,255,.1);
}
.active-language {
    border: 1px solid #fff;
}

/*======================================= HOME =======================================*/
#home {
    width: 100% !important;
    border:0 !important;
    margin:0 !important;
    padding:0 !important;
    overflow: hidden !important;
    /*background-image: url('../img/home-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;*/
    color: #fff;
}
.pattern {
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    background-image: url(../img/pattern-6.png);
    background-repeat: repeat;
}
.fullscreen {
    position:relative;
    top:0 !important;
    left:0 !important;
    z-index: 0;
    overflow: hidden;
}
.big-title {
    position:absolute;
    width: 100%;
    max-width: 900px;
    text-align: left;
    z-index: 100;
    top:40%;
    left:50%;
    margin-left: -450px;
    padding:40px;
    /*
    background-color: rgba(0,0,0,.3);
    */
}
@media (max-width:900px) {
    .big-title {
        left:0;
        margin-left:0;
    }
}
.big-title h2 {
    font-size: 5em;
    font-weight: 400;
    margin:0;
    margin-left: -5px;
    margin-top: 10px;
    padding:0;
}
.logo {
    width: 100%;
}
#home #home-arrow {
    position:absolute;
    display: none;
    width: 60px;
    bottom:0;
    left:50%;
    margin-left: -30px;
    margin-bottom: 50px;
    cursor: pointer;
}
#typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    position:relative;
    top:-5px !important;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

/*======================================= PARALLAX =======================================*/
.parallax {
    position: absolute;
    opacity: 0.9;
    z-index: 999 !important;
    width:100%;
}
.parallax-1 img {
    position: relative;
    left:63%;
    width:450px;
}
.parallax-2 img {
    position: relative;
    left:7%;
    width:450px;
}

/*======================================= MID-TITLE =======================================*/
.mid-title {
    /*
    display: block;
    position: relative;
    width: 310px;
    left:50%;
    margin-left: -150px;
    height: 150px;
    margin-bottom: 30px;
    */
    width:100%;
    text-align: center;
    z-index: 5;
    margin: 0 !important;
    color: #888 !important;
    overflow: hidden !important;
    /*padding: 50px !important;*/
}
.mid-title h2 {
    font-size: 4em;
    font-weight: 400;
}
#contacts .mid-title h2 {
    margin-top: 90px;
}
#models .mid-title h2 {
    margin-top: 50px;
}
#about .mid-title h2 {
    margin-top: 80px;
}

/*======================================= ABOUT =======================================*/
#about {
    background-color: #fff;
}
#about p {
    font-size: 1em;
    font-weight: 300;
    /*margin-top: 30px;*/
    color: #505050;
    letter-spacing: 0.2px;
    line-height: 1.8em;
    padding: 0 !important;
    margin: 0 !important;
}
.fader-parent {
    position:relative !important;
}
.fader {
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    z-index: 1000;
    background-color: rgba(141, 141, 141, 0.2);
}

/*======================================= MODELS =======================================*/
.scegli-modello {
    font-family: "Alegreya Sans SC";
    font-size: 1.9em;
    text-align: left;
    color: #989898;
    margin-bottom: 20px;
}
.item {
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden !important;
}
.item img {
    -webkit-transition: margin-top 0.2s 0s ease;
    -moz-transition: margin-top 0.2s 0s ease;
    -o-transition: margin-top 0.2s 0s ease;
    -ms-transition: margin-top 0.2s 0s ease;
    transition: margin-top 0.2s 0s ease;
}
.house-icon {
    -webkit-transition: opacity 0.2s 0s ease-in-out;
    -moz-transition: opacity 0.2s 0s ease-in-out;
    -o-transition: opacity 0.2s 0s ease-in-out;
    -ms-transition: opacity 0.2s 0s ease-in-out;
    transition: opacity 0.2s 0s ease-in-out;
    background-image: url('../img/hover-2.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0 !important;
    display: block;
    position: absolute !important;
    top:0 !important;
    left:0 !important;
    width: 100% !important;
    height: 100% !important;
    margin-left: 0 !important;
    padding: 0 !important;
    z-index: 9999 !important;
    border: 1px solid rgba(0,0,0,0) !important; /*-----IE BORDER HACK-----*/
}
.house-icon p {
    display: block;
    text-align: center;
    font-family: "Open Sans";
    font-weight: 600 !important;
    color: #fff;
    position: relative;
    z-index: 9999;
    height: 50px;
    width: 100%;
    top: 50%;
    font-size: 2.5em;
    margin-top: -20px;
}
.house-icon:hover {
    opacity: 1 !important;
}

/*======================================= MODEL-GALLERY =======================================*/
#model-gallery {
    background-color: #fafafa !important;
    overflow-x: hidden !important; /* corregge wow.js */
}
.model-desc h3 {
    color: #777; /*=== #54c193 #54c186; ===*/
    font-size: 2.5em;
    font-weight: 300;
    font-family: "Open Sans" !important;
}
.model-desc h3 i {
    color:#d4d4d4;
    font-size:0.8em;
    font-weight:600;
}
.model-desc p {
    color: #505050;
    font-weight: 300;
    font-size: 1em;
    letter-spacing: 0.2px;
    margin-top: 50px;
    line-height: 1.8em;
}
.model-desc a {
    width:50px;
    height:50px;
    margin-right: 10px;
    margin-top: 10px;
    float:left;
    font-size: 0.9em;
    font-weight: 300;
    line-height: 60px;
    text-align: center;
    font-family: "Open Sans";
    color: #606060;
    cursor: pointer;
    border: 3px solid #ededed;
    -webkit-transition: background 0.3s 0s ease;
    -moz-transition: background 0.3s 0s ease;
    -o-transition: background 0.3s 0s ease;
    -ms-transition: background 0.3s 0s ease;
    transition: background 0.3s 0s ease;
    background-color: #ededed;
}
.model-desc a:hover, .model-desc a:focus, .model-desc a:active {
    background: none;
}
.model-desc .pad {
    padding:46px 80px !important;
}
/*
.hvr-hollow {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-property: background;
    box-shadow: inset 0 0 0 4px #ededed, 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
    background: none;
}
*/

/*======================================= FOOTER ======================================*/
#footer-container {
    width: 100%;
    background-color: #ededed;
    padding-top: 20px;
    padding-bottom: 10px;
    margin:0 !important;
}
#footer {
    max-width: 900px;
    margin: 0 auto;
}
.footer-block {
    float: left;
    margin: 10px;
}
.footer-block p {
    font-size: 0.8em;
    color: #606060;
    font-weight: 400;
    font-family: "Open Sans";
    margin: 10px;
    float: left;
}
.footer-block a {
    cursor: pointer;
    color: #81765b;
}
.footer-block a:hover {
    color: #606060;
}
@media (max-width:600px) {
    .footer-block {
        float: none;
        margin-left:50px;
    }
}

/*======================================= EXTRA =======================================*/
.min-h-1000 {
    min-height: 700px;
}
.red {
    background-color: rgba(214, 0, 91, 0.4) !important;
}
.voffset-1 {
    margin-top: 200px;
    margin-bottom: 200px;
}
.voffset-2 {
    margin-bottom: 10px;
}
.no-space {
    padding:0 !important;
}
.tooltip-arrow {
    border-right-color: #eaeaea !important;
    margin-left:5px !important;
}
.tooltip-inner {
    margin-left:5px !important;
    background-color: #000 !important;
    color: #eaeaea !important;
    border-radius: 0 !important;
    border: 1px solid #eaeaea;
    font-weight: 300;
    font-family: "Open Sans" !important;
    /* -webkit-font-smoothing: antialiased !important; */
}
.outer-space {
    padding: 60px 30px !important;
}
.inner-space {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.inner-space-double {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.slider-controls {
    display:block;
    position: absolute;
    width: 80px;
    height:50px;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
}
.slider-controls .fa {
    float: left;
    cursor: pointer;
    margin-right: 20px;
    transition: color 0.5s ease;
    color: rgba(221, 221, 221, .7);
}
.slider-controls .fa:hover {
    transition: color 0.5s ease;
    color: #fff;
}
.center {
    text-align: center;
}
.bianco-nero img {
    filter: gray; /* IE6-9 */
    filter: grayscale(1); /* Firefox 35+ */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}
.bianco-nero img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}

/**************************************************************************************/

.arrow-right {
    position: absolute;
    background: #fff;
    margin-left: -10px;
    top:50%;
    left:0;
}
.arrow-right:after, .arrow-right:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow-right:after {
    border-color: rgba(171, 255, 238, 0);
    border-left-color: #fff;
    border-width: 20px;
    margin-top: -20px;
}
.arrow-right:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #e3e3e3;
    border-width: 22px;
    margin-top: -22px;
}

/**************************************************************************************/

.arrow-down {
    position: absolute;
    background: #fff;
    margin-left: 0px;
    top:0;
    left:50%;
}
.arrow-down:after, .arrow-down:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow-down:after {
    border-color: rgba(171, 255, 238, 0);
    border-top-color: #fff;
    border-width: 20px;
    margin-left: -20px;
}
.arrow-down:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #e3e3e3;
    border-width: 22px;
    margin-left: -22px;
}

/**********************************************************************************/

@media (max-width:1200px) {
    .arrow-right {
        display: none;
    }
    .arrow-down {
        display: block;
    }
    .bord {
        position: absolute;
        left: 0;
        top: 0;
        height: 0;
        width: 100%;
        border-top: 1px solid #e3e3e3;
        margin-left: 0px;
    }
}
@media (min-width:1200px) {
    .arrow-right {
        display: block;
    }
    .arrow-down {
        display: none;
    }
    .bord {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 0;
        border-left: 1px solid #e3e3e3;
        margin-left: -10px;
    }
}
/*======================================= SOCIAL =======================================*/
.social {
    /*
    width: 70px;
    margin: 0 auto;
    padding: 20px 20px 20px 20px;
    margin-bottom: 5px;
    border: 1px solid #ebebeb;
    */
    padding: 0 20px 20px 20px;
    text-align: center;
    margin-left: -15px;
    float: left;
}
.social a {
    color: #535353;
}
.social a:hover {
    color: #8b8b8b;
    cursor: pointer;
}


/*======================================= MEDIA =======================================*/

@media (min-width:1200px) {
    .l-t-border {
        border-left: 1px solid #e3e3e3 !important;
    }
    .r-b-space {
        padding-right: 0 !important;
    }
    .f-right {
        float: right !important;
    }
    .inner-space {
        padding: 60px !important;
    }
    .outer-space {
        padding: 150px 30px !important;
    }
    .about-space {
        padding-top: 80px !important;
    }
    .models-space {
        padding-top: 145px !important;
    }
}
@media (max-width:1199px) {
    .l-t-border {
        border-top: 1px solid #e3e3e3;
    }
    .r-b-space {
        padding-bottom: 0 !important;
    }
    .about-space {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .models-space {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .gallery-space {
        margin-left: 20px !important;
    }
    .mid-title h2 {
        margin-top: 0 !important;
    }
}
@media (max-width:768px) {
    .sup-menu {
        display: none !important;
    }
    .big-title h2 {
        font-size: 3em;
    }
    .parallax-1 img {
        display: none;
    }
    .parallax-2 img {
        display: none;
    }
}
@media (max-width:500px) {
    .mid-title {
        left: 0 !important;
        margin-left: 0px !important;
        margin-bottom: 10px !important;
    }
    .mid-title h2 {
        font-size: 14vw !important;
    }
    .mid-title h2 {
        font-size: 15vw !important;
        line-height: 10vw !important;
    }

    .parallax-1 img {
        display: none;
    }
    .parallax-2 img {
        display: none;
    }

    /*
    .house-icon p {
        font-size: 1.5em;
        margin-top: -13px;
    }
    */
}



/* Integrazioni generali */

.paragrafo_privacy{
    padding:10px 50px;
}
