html,
body {
    height: 100%;
    font-family: 'Lato';
    background-color: #ffffff;
    color:#0A2436;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
a:focus{
    outline: 0 !important;
}

b {
    font-family: LatoBold;
}

.wrap{
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    max-width: 2560px;
    overflow: hidden;
}

.nopadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.nopaddingleft {
    padding-left: 0px !important;
}
.nopaddingright {
    padding-right: 0px !important;
}
.nomargin {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.section{
   width: 100%; 
   padding-top: 30px;
   padding-bottom: 30px;
}
.fascia{
   background: #002B49; 
   color: #ffffff;
}
.suptitle{
    font-family: 'LatoBold';
    font-size: 24px;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.suptext{
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.suplink, .suplink a{
    font-family: 'LatoBold';
    font-size: 20px;
    line-height: 1.3;
    color: #ffffff;
}
.suplink a:hover{
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.header_full {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}
#myHeaderhome {
    position: relative;
    height:30vh;
    background-image: url('../images/head.jpg'); 
    background-position:center; 
    background-size: cover;
    overflow: hidden;    
}
#myHeaderbosch {
    position: relative;
    height:85vh;
    background-image: url('../images/head_bosch.jpg'); 
    background-position:top center; 
    background-size: cover;
    overflow: hidden;    
}
.title_container {
    position: absolute;
    top: 25%;
    padding: 0 60px;
    width: 100%;
}
.titolohome {
    font-size: 35px;
    color: #0A2436;
    line-height: 1.1;
    width: 36%;
    font-family: LatoBold;
}
#curva {
    position: relative;
    height:150px;
    background-image: url('../images/curva.png'); 
    background-position:top center; 
    background-size: cover;
    overflow: hidden;    
}
.title{
    font-size: 24px;
    color: #0A2436;
    line-height: 1.1;  
    padding: 20px 0;
    text-transform: uppercase; 
}
.text{
    font-size: 18px;
    color: #0A2436;
    line-height: 1.4;   
}
.modulatext{
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;    
}
.modulatext a, .modulatext a:hover{
    color: #0A2436; 
    text-decoration: none;
}
.modulalogo{
    padding-bottom: 30px;
}
.partner-logo {
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 2% 4%;
    max-width: 25%;
    flex: 0 0 10%;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
}

.logobosch{
    width:130px; 
    padding-bottom: 30px;
    padding-top: 20px;
}

.btncat{
    padding: 8px 12px;
    width: 300px;
    border-radius: 15px;
    background: #002B49;
    border-color: #002B49;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
}
.btncat a, .btncat a:hover{
    background: #002B49;
    color: #fff; 
    text-decoration: none;
}

.catdl{
    margin: 30px 0;    
}

.btnmargin{
    margin: -10px 0 30px 0;
}

.rexroth{
    width: 250px;
    padding-bottom: 40px;
}

.rexrothcontainer{
    background: #fff;
    border-radius: 20px;
    margin-top: -180px;
    padding-top: 30px;    
}

#prodotti .panel-default {
    border-color: transparent;
    border-bottom-color: #0A2436;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    padding: 20px 0 0;
}

#prodotti .panel-default > .panel-heading {
    color: #0A2436;
    background-color: transparent;
    border-bottom-color: transparent;
    padding: 15px 0 10px;
    text-transform: uppercase;
}

#prodotti .panel-title {
    font-size: 20px;
    font-family: LatoBold;
}

#prodotti .panel-heading [data-toggle="collapse"]:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114"; /* "play" icon */
    float: right;
    color: #0A2436;
    font-size: 18px;
    line-height: 45px;
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#prodotti .panel-heading [data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #0A2436;
}

#prodotti .panel-heading a, #prodotti .panel-heading a:hover{
    color: #0A2436;
    text-decoration: none;
}

#prodotti .panel-collapse{
    width: 100%;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #002B49;
}

.panel-body {
    padding: 20px 15px 15px;
}

.prodicon{
    width: 50px;
    margin-right: 10px;
    margin-top: -5px;
}

.prodtitle{
    color: #0A2436;
    font-size: 20px;
    line-height: 1.6;
    font-family: LatoBold;
    text-transform: uppercase;
}
.prodsep{
    padding-bottom: 10px;
}

.prodtext {
    list-style: none;
    padding-left: 13px;
}
.prodtext li::before {
    content: "\2022";
    color: #0A2436;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.prodimg{
    float:left;
    max-width: 340px;
    margin-right:20px;
}
.modal-title {
    padding: 10px 0;
    line-height: 0;
}
.modal-term{
    font-size: 13px;
    padding: 15px 0;
}
.modal-term a, .modal-term a:hover{
    color: #0A2436;
    text-decoration: none;
}