body {
    background: rgb(51, 125, 176) none repeat scroll 0px 0px;
}

#topBaner {
    background: rgb(51, 125, 176) none repeat scroll 0px 0px;
    height: 0px;
    overflow: hidden;
}

.bannerPlace {
    text-align: center;
}

.inner {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

.dn_1 {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    width: 100%;
    padding: 10px 0px;
}

.dn_1 img {
    width: auto;
}

.dn_img {
    width: 400px !important;
}

.dn_tromb {
    width: 300px !important;
    height: 300px !important;
    margin-top: -50px !important;
}
.dn_header{
    display: none;
}
.dn_img_block {
    width: 300px;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
    padding: 15px;
}

.dn_footer {
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
    text-decoration: none;
}

.dn_footer span {
    display: block;
    background: rgb(96, 165, 212) none repeat scroll 0% 0%;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    padding: 5px;
    margin-bottom: 20px;
    text-align: center;

}
@media screen and (max-width: 1270px){
    .dn_header{
        display: block;
        width: 1000px;
        margin: 0 auto;
    }
    .dn_header img{
     width: 100%;
    }
}
@media screen and (max-width: 1000px) {
    .dn_footer{
        margin-top: 20px;
    }
    .dn_header{
        display: none;
    }
}

@media screen and (max-width: 410px) {
    .dn_img {
        width: 100% !important;
    }
}

@media screen and (max-width: 350px) {
    .dn_tromb {
        width: 100% !important;
    }

    .dn_img_block {
        padding: 0;
    }
}



.img-link {
    display: inline-block;
    text-indent: initial;
    vertical-align: initial;
}

.img-link img {
    margin: auto;
    padding: 0;
    margin-bottom: 0!important;
    margin-top: 0!important;
    display: inline-block;
    vertical-align: initial;
    width: auto !important;
}

.img-link img.mb0 {
    margin-bottom: 0 !important;
}

.img-link img.mb1 {
    margin-bottom: -1px !important;
}

.img-link img.mb2 {
    margin-bottom: -2px !important;
}

.img-link img.mb3 {
    margin-bottom: -3px !important;
}

.img-link img.mb4 {
    margin-bottom: -4px !important;
}

.nowrap {
    white-space: nowrap;
}