.sPhoto {
    background-position-y: center;
    background-position-x: right;
    background-repeat: no-repeat;
    min-height: 700px;
    width:100%;
    position: relative;
    overflow: hidden;
    background-size: contain;
}
.sPhoto h1{
    color:#fff;
    font-size: 27px !important;
    margin-bottom: 15px !important;
}

.main-box{
    padding: 60px;
    max-width: 100%
}

.intro-container h2{
    color:#fff;
    font-size: 17px !important;
}

.fp-h-prod-container{
    float:left;
    width: 500px;
}
.fp-h-banner-slider-container{
    float:left;
    padding-left: 8px;
    width: calc(100% - 510px);
    overflow: hidden;
    max-width: 510px;
}

.main-box-container .product-box.tiles {
    min-height: 0; 
    border: 0;
    padding-top: 15px;
    margin-bottom: 15px;
}

@media (max-width: 800px){
    .main-box-container{
        display: flex;
        flex-direction: column; 
    }

    .fp-h-banner-slider-container{
        width: 100%;
        order: 1;
        padding: 0;
        margin-bottom: 15px;
        max-width: 100%;
    } 
}

.fp-bg{
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.section1 h2{
    font-size: 30px !important;
}
.section1 .text-left{
    padding: 60px;
    font-size: 16px;
}
.section1-dark{
    background: #3e3e3e;
}
.section1-dark, .section1-dark a, .section1-dark h1, .section1-dark h2, .section1-dark h3, .section1-dark h4{
    color:#e2e2e2
}
@media (min-width: 0) and (max-width: 1300px) {
    .section1 .text-left{
        padding: 25px;
    }
}
@media (min-width: 0) and (max-width: 991px) {
    .section1-fp{
        display: block !important;
    }
}
