@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i,900&subset=latin-ext');
.iubenda-nostyle.iubenda-embed{
    font-weight:bold;
    text-decoration:underline;
    color:#111;
}
body{
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    background-color: #001722;
    color: #fff;
}
.blocchi{
   height: 250px;
}
h1,h3{
    color:#bc921c!important;
}
h1, h2, h3, h4, h5, h6{
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
}
h1, .titol-h1 {
    font-size: 58px;
}
h1.title, h2.title{
    font-size: 27px;
    color: #bc921c;
}
.titol-h1 {
    margin: 20px 0px;
}
hr {
    width: 80px;
    height: 2px;
    background: #bc921c;
    border: 0;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
hr.perryvip{
    background: #bc921c;
}
hr.slider-perryvip{
    width: 20%;
    background: #bc921c;
    margin-left: auto;
    text-align: center;
    margin-bottom: 0!important;
}
p.intro{
    font-size: 70px;
}
.logo.scuro {
    //background: url(../images/logo/logo.png)center;
    height: 90px;
}
.logo{
    //background: url(../images/logo/logo.png)center;
    height: 115px;
}
.logo, .logo.scuro {
    -webkit-transition: width 300ms ease-in-out, height 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out, height 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out, height 300ms ease-in-out;
    transition: width 300ms ease-in-out, height 300ms ease-in-out;
}
.orbitron a:link, .orbitron a:visited{
    color: #bc921c!important;
    text-decoration: none;
}
.orbitron a:hover{
    color: #fff!important;
}
.orbitron a:focus{
    color: #fff!important;
}
.menutoggle.container-fluid.orbitron.blu-rizzo {
    font-size: 14px;
}

.navbar-fixed-top, .navbar-fixed-top.scuro {
    border: none;
}
.navbar-fixed-top.scuro {
    background: #001722;
}
.scuro.navbar-default {
    box-shadow: 0 0 10px rgba(0,0,0,0);
}

.navbar-default.scuro {
    height: 102px;
    border: none;
}
.navbar-default {
    height: 78px;
    border: none;
}
.mg-top{
    margin-top: 146px;
}
/*.nopadding-lr.table-cell h2 {
    color: #fff;
}*/
.embed-responsive.embed-responsive-10by5 {
    padding-bottom: 55%;
}
.embed-responsive-16by9 {
    padding-bottom: 58.25%;
}
.embed-responsive-16by2 {
    padding-bottom: 85%;
}
.table {
    display: table;
    height: 100%;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.primary-color, h2.primary-color{
    background-color: #bc921c;
    color: #001722;
}
h3.third-color, p.third-color{
    color: #000;
}
.secondary-color, h2.secondary-color{
    background-color: #f3f3f3;
    color: #001722;
}
.bordered-yellow{
    border:2px solid #bc921c;
}
a.btn {
    padding: 8px 50px;
    text-transform: uppercase;
    border-radius: 500px;
}
a.btn-pieno, a.btn-pieno:link, a.btn-pieno:visited, a.btn-pieno:focus{
    background: #fff;
    border: 2px solid #ffffff;
    color: #001722;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 18px;
    padding: 10px 25px 10px 30px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 500px;
}
a.btn-pieno:hover{
    background: #001722;
    border: 2px solid #001722;
    color: #fff;
}
a.btn-empty, a.btn-empty:link, a.btn-empty:visited, a.btn-empty:focus, .nav-tabs > li.active > a.btn-empty, .nav-tabs > li > a.btn-empty, input.btn-empty{
    background:none;
    border:2px solid #ffffff;
    color:#ffffff;
    margin-right:-15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size:18px;
    padding: 8px 50px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
    border-radius: 500px;
}
a.btn-empty:hover, .nav-tabs > li.active > a.btn-empty:hover, .nav-tabs > li > a.btn-empty:hover{
    background:#001722;
    color: #fff
}

.menutoggle i.material-icons {
    font-size:15px;
    line-height: 1.9;
    float: left;
    margin-right: 7.5px;
}
span i.material-icons {
    font-size:18px;
    line-height: 1.42857143;
    float: left;
    margin-right: 15px;
    margin-left: -15px;
}
h2 i.material-icons {
    line-height: 1.3;
    float: left;
    margin-right: 15px;
}
/* SWIPER */

.swiper-container {
    width: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

footer {
    padding-top: 0em;
    padding-bottom: 0em;
    border-top: 0px solid #ddd;
    font-size:13px;
}
footer a:link, footer a:visited {
    color: #bc921c;
}
footer a:hover{
    color: #fff;
}
/*footer a.mg-left-3:link,footer a.mg-left-3:visited {
    color: #fff;
}
footer a.mg-left-3:hover{
    color: #ccc;
}*/

.mg-left-15 {
    margin-left: 15px;
}
.sp-tabelle{
    padding: 15px 15px 0 15px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px 15px!important;
}
/*@media only screen and (max-width: 900px)  {
    body{
        font-size: 16px;
    }
    .padding-lr-xs{
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .padding-tb-xs{
        padding-top: 15px!important;
        padding-bottom: 15px!important;
    }
        .embed-responsive-4by3 {
        padding-bottom: 90%;
    }
}
*/
@media only screen and (max-width: 900px)  {
    .menutoggle, .navbar-fixed-top{
        height:50px;
    }
    .text-xs{
        display: inline-block;
    }
    .blocchi{
        height:auto;
    }

    h1, h1.title, h2.title{
        font-size: 16px!important;
    }
    h2.titol-h1{
        font-size:33px!important;
    }
    p.intro {
        font-size: 30px;
        line-height: 30px;
        margin-top: 10px;
    }
    .titol-h1{
        margin: 0;
    }
    .lead {
         padding: 15px;
     }
    .swiper-button-next, .swiper-button-prev {
        width: 20px!important;
        background-size: 14px 30px!important;
    }
    .nomargin-xs{
        margin-left:0;
    }
    .mg-left-xs-email{
        margin-left: 30px;
    }
    .padding-lr-xs{
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
    .padding-tb-xs{
        padding-top: 15px!important;
        padding-bottom: 15px!important;
    }
    .nomargin-lr-xs{
        margin-left:5px;
        margin-right:0;
    }
    .menutoggle i.material-icons {
        margin-right:0;
    }
    .menutoggle i.material-icons {
        line-height: 1.7;
    }
    hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .embed-responsive-16by2 {
        padding-bottom: 135%;
    }
    .embed-responsive-4by3 {
        padding-bottom: 50%;
    }
    a.btn-pieno, a.btn-pieno:link, a.btn-pieno:visited {
        padding: 8px 25px;
        margin-right: 20px;
    }
    a.btn-empty, a.btn-empty:link, a.btn-empty:visited, .nav-tabs > li.active > a.btn-empty, .nav-tabs > li > a.btn-empty, input.btn-empty {
        padding: 8px 25px;
    }
    /*footer {
        text-align: center;
    }*/
    /*.text-right {
        text-align: center;
    }*/
    /*.right {
        float: none;
    }*/
    .swiper-container {
        height: 320px;
    }
    .mg-top{
        margin-top: 138px;
    }
    .embed-responsive-10by1 {
        padding-bottom: 80%;
    }
    .embed-responsive-16by9 {
        padding-bottom: 100%;
    }
    .sp-tb-10{
        padding-top: 20px!important;
        padding-bottom: 20px!important;
    }
    .logo{
        height: 90px;
    }
    .logo.scuro {
        height: 75px;

    }
    .sp-tabelle{
        font-size: 13px!important;
    }
    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 4px;
    }
    .table {
        margin-bottom: 0!important;
    }
    .orbitron.sp-tb-1{
        padding-bottom: 0!important;
        padding-top: 0!important;

    }
}