.imagecontour {
    padding: 10px;
    border: solid 1px #EFEFEF;
    background-color: #FFFFFF;
}

.effect2 {
    position: relative;
}

    .effect2:before, .effect2:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #777;
        box-shadow: 0 15px 10px #777;
        transform: rotate(-3deg);
    }

    .effect2:after {
        transform: rotate(3deg);
        right: 10px;
        left: auto;
    }

.postionbanner {
    position: relative;
}

.lateston-banner {
    position: absolute;
    left: 1%;
    top: 8%;
    z-index: 999;
}


.kinder-bg {
    min-height: 980px;
}

.text-bg {
    background: url(../img/text-bg.png) 0 0 no-repeat;
    width: 709px;
    height: 440px;
}

.box {
    background: #f3f3f3;
    padding:1% 0 0.1px 0;  /*padding: 1% 0 2% 0;*/ 
}

.toppertext {
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
}

.boxachive {
    background: #f3f3f3;
    padding: 3% 0 23px 0;
}

.MBbg {
    background: #e00226;
    border-radius: 5px;
    padding-top:2%;
    border-bottom: solid 5px #a0001a;
    min-height: 172px;
}

.pad-rightnone {
    padding-right: 0px;
}
.paddingLRNO {padding-left:0px; padding-right:0px;
}
