.business-mail .text-info{
    height: 331px;
}
.nav-and-text-info{
    height: 400px;
}
.faq{
    margin-top: 0;
}
.colored-h-block{
    margin-bottom: -40px;
    padding-bottom: 33px;
    background-color: #fff;
    background-image: none;
}
.colored-h-block h2.grey{
    color: #ADAEAD;
    font-weight: bold !important;
    font-size: 50px !important;
    text-align: center;
    padding-top: 28px;
    text-transform: none;
    margin-top: 0;
}
.business-mail .banner{
    background: url(/images/banner/business-mail.png);
    min-height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
}
.business-mail-content{
    padding-bottom: 0;
}
.business-mail .nav-and-text-info{
    height: auto;
}
.h2-white{
    color:white;
    text-transform: none;
    font-size: 90%;
    margin-top: 0;
}
.business-mail .recomendation-hosting{
    margin-top: 0;
}
.help-client h3{
    font: italic 40px "times" !important;
}
.wrap-position{
    background-color: #F8F8F8;
    box-shadow: inset 0 5px 10px 0px #C1C1C1
}
.wrap-position .help-item {
    color: #666;
    border-bottom: 1px dashed #666;
    padding-top: 10px;
}
.wrap-position .help-item p{
    font-size: 19px;
    line-height: 110%;
    padding-bottom: 10px;
}
.wrap-position .help-item h4 {
    font-size: 30px;
    color: #666 !important;
    padding-bottom: 10px;
}
.wrap-position .help-item:last-child{
    border-bottom: 0;
}
.choose-hosting{
    margin-top: 0;
    background-image: url(/images/content/b-mail-migrate2.jpg);
}

.choose-hosting p{
    color: white !important;
    text-align: right !important;
}
.choose-hosting .btn-wrapper{
    margin-right: 0
}
.choose-hosting:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: url(/images/shadow-line.jpg) repeat-x bottom;
}
.big-display {
    display: block;
}
.small-display{
    display: none;
}
@media (max-width: 768px) {
    .business-mail .banner {
        display: none;
    }
    .big-display {
        display: none
    }
    .small-display{
        display: block;
    }
}