body {
    background: #f7f7f7;
}

.carousel .item {
    height: 479px;
}

.carousel-indicators {
    bottom: 57px;
}

.wrapsemibox {
    max-width: 1200px;
    margin: 0px auto;
    background: #fff;
    /*margin-top: -40px;*/
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    position: static;
    /*margin-bottom: -100px;*/
    /*padding-bottom: 40px;*/
    /*border-bottom: medium double #ccc;*/
    padding-top: 0;
}

.pageheader-default .semitransparentbg {
    padding-bottom: 75px;
}

.semiboxshadow {
    display: block;
    padding-bottom: 40px;
}

    .semiboxshadow img {
        width: 1308px !Important;
        max-width: 1316px;
        margin: 0px auto;
        margin-left: -54px;
        margin-top: -43px;
        position: absolute;
        z-index: 0;
    }

@media only screen and (max-width: 1024px) {
    .semiboxshadow {
        display: none;
    }
}

.footer {
    padding-top: 50px;
}