/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 5-lug-2017, 9.18.36
    Author     : ovo5
*/

body{
    font-family: 'Lato', sans-serif;
    background-color: /*#BABABA*/ #ddd;
    color: #959b90;
}




.clear{
    clear:both;
}

a {
    text-decoration: none;
    color: #959b90;
}

a:hover {
    text-decoration: none;
    color: #f6a703;
}

ul {list-style: none;
padding: 0;}

li {display: inline-block;}

.yellow {
    color:#f6a703;
}

.main-container {
    max-width: 1200px;
    width:100%;
    margin: 0 auto;
    background-color: #fff;
}

.stripe-header {
    background-color: #fff;
    width: 100%;
    padding: 20px 30px;
    /*height: 120px;*/
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.logo {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}

img.img-logo {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.nav-bar {
    float: right;
    display: inline-block;
}

ul.list-language {
    text-align: right;
    margin-bottom: 15px;
}

.list-language li {
    margin-left: 5px;
}

.menu-list {
    text-transform: uppercase;
    font-size: 16px;
}

.menu-list ul {
    margin-bottom: 0;
}

.menu-list li {
    margin-left: 5px;
}

.container-menu-mobile{
	display: none;
}

.menu-hamburger {
    display: none;
    float: right;
    padding-top: 8px;
}


.mm-menu {
    background: #f6a703;
    border-color: rgb(255, 253, 250);
    color: #fff!important;
}

.mm-listview a {
    text-transform: uppercase;
    padding: 20px!important;
    color: #fff!important;
    /*font-weight: 300;*/
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
    text-transform: uppercase;
}

.mm-menu .mm-listview>li .mm-next:after {
    border-color: #fff;
}


.mm-listview>li, .mm-listview>li .mm-next, .mm-listview>li .mm-next:before, .mm-listview>li:after {
    border-color: #fff;
}

.container-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0px;
    height: 0;
}
.container-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.container-video img.img-responsive {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    cursor: pointer;
}

.fascia-dark-grey {
    background-color: #949a90;
    color: #fff;
    text-align: center;
    padding: 60px 30px;
}

h1 {
    font-weight: 300;
    line-height: 45px;
}

span.yellow {
    color: #f6a703;
    font-weight: 400;
}

span.reg {
    font-size: 16px;
    vertical-align: top;
    line-height: 25px;
}

span.reg.small {
    line-height: 16px;
}

span.reg.medium {

    line-height: 17px;
}

.fascia-white {
    padding: 50px 30px;
}

p.intro {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
}

.box_carousel {
    background-color: #F4F5F4;
}

.item p {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 0px;
}

.owl-carousel.big {
    padding: 40px 30px 30px;
}

.item {
    /*padding: 40px 30px;*/
    text-align: center;
}

.owl-carousel .item img {
    width: auto;
    margin: 0 auto;
}

h2.yellow {
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.item p {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 0px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}

.owl-theme.video-home .owl-nav.disabled + .owl-dots {
    margin-top: 5px;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f6a703;
}

.row.fascia-white {
    margin-right: 0;
    margin-left: 0;
}

.caratteristiche {
    margin-bottom: 30px;
}

h3.yellow {
    font-size: 28px;
    text-transform: uppercase;

    font-weight: 300;
}

.box-text p {
    font-size: 18px;
    font-weight: 300;
}

.box-text.second {
    text-align: right;
}


a.btn-yellow {
    background-color: #f6a703;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 15px 20px;
    border-radius: 10px;
    display: inline-block;
    margin: 35px auto 10px;
}


.fascia-distributori {
    background-color: #F4F5F4;
    padding: 50px;
    /*cursor:pointer;*/
}

.box-img-distr {
    display: inline-block;
    padding-left: 45px;
    padding-right: 20px;
}

.text-distr {
    display: inline-block;
    vertical-align: top;
    margin-top: 40px;
}

.text-distr h3.yellow {
    margin-top: 0;
    margin-bottom: 5px;
}

.text-distr p {
    font-size: 20px;
    font-weight: 300;
}

.box-to-toggle .col-sm-4 {
    text-align: center;
}

.info-distr {
    margin: 0 auto;
    display: inline-block;
    text-align: left;
}



.footer {
    background-color: #8E9292;
    padding: 50px 30px 30px;
    color: #fff;
}

.footer p {
    font-weight: 300;
    margin-top: 15px;
    /* display: inline-block; */
    margin-bottom: 0;
    font-size: 12px;
}

a.credits {
    float: right;
    color: #fff;
    font-weight: 300;
}

span.cap-intro {
    font-weight: 600;
    font-size: 18px;
    line-height: 2em;
}

div#cookieChoiceInfo {
    background-color: rgb(218, 141, 24);
    color: #fff;
    position: fixed;
    width: 350px;
    bottom: 10px;
    padding: 20px;
    border-radius: 30px;
    right: 20px;
    border: 2px solid;
    z-index: 999999;
}

.headercookie a {
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 15px;
    border: #fff 1px solid;
    border-radius: 8px;
    margin-right: 20px;
    background-color: rgb(148, 154, 143);
    text-decoration: none;

}

@media (max-width: 769px) {
    .nav-bar{
        display: none;

    }

	.container-menu-mobile {
	display: block;
	}

    .menu-hamburger {
        display: inline-block;
    }

    img.img-logo {
    width: 160px;
}

    .stripe-header {
    background-color: #fff;
    width: 100%;
    padding: 5px 30px;

}

.box-text.second {
    text-align: left;
}

.h1, h1 {
    font-size: 28px;
}

.fascia-dark-grey {

    padding: 30px 30px;
}

.fascia-white {
    padding: 30px 30px;
}

p.intro {
    font-size: 20px;

}

h2.yellow {
    font-size: 25px;

}

.item p {
    font-size: 18px;

}



h3.yellow {
    font-size: 25px;
    margin-top: -15px;
}

.fascia-distributori {

    padding: 30px;

}


.box-img-distr {
    display: block;
    padding-left: 0px;
     padding-right: 0px;

    margin: 0 auto;
    text-align: center;
}

.box-img-distr img.img-responsive {
    display: inline-block;
    max-width: 80px;
    width: 100%;
}

.text-distr {
    display: block;
    vertical-align: top;
    margin-top: 20px;

    text-align: center;

}

.footer img.img-responsive {
    max-width: 160px;
    width: 100%;
}

.box-to-toggle .col-sm-4 {
    text-align: left;
}


}

@media (max-width: 400px) {

div#cookieChoiceInfo {
      max-width: 280px;
    right: 20px;
    border: 2px solid;
    z-index: 999999;
    width: 100%;
}
}
