@charset "utf-8";



/*
    Foundation
*/

#container > h2 {
    background: center center transparent no-repeat;
    background-size: cover;

    background-image: url(../img/h2_links.jpg);
    padding-top: 12.6325%;
}



.links_box1_l {
    float: left;
    /* width: 670px; */
    width: 50%;
}

.links_box1_r {
    float: left;
    width: 50%;
    text-align: center;
}



.links_T {
    margin-top: 50px;
    /* width: 500px; */
}

.links_banners_one {
    float: right;
    margin: 0.2em 1%;
    text-align: right;
}

.links_banners_one span {
    display: inline-block;
    /* margin: 0 1em; */
    width: 45px;
    text-align: right;
}

.banners1 {
    width: 100%;
}

.banners2 {
}

.banners3 {
    margin-top: 0;
    margin-bottom: 0;
}

.banners4 {
}




.links_T table {
    float: right;
    /* float: right; */
    border-collapse: collapse;
    width: 500px;
    /* min-width: 480px; */
    /* margin-top: 50px; */
}

.links_T td {
    text-align: right;
    vertical-align: bottom;
    padding: 0 0 5px 0;
}



.links_links {
    width: 55%;
}



.links_dog_image {
    padding-bottom: 40px;
    height: 345px;
    width: 45%;
}



@media screen and (max-width: 1030px) {

    .links_box1_l {
        float: none;
        width: 100%;
    }

    .links_box1_r {
        float: none;
        width: 100%;
        margin-top: 1em;
        text-align: right;
        box-sizing: border-box;
        padding-right: 2%;
    }

    .banners2 {
        width: 283px;
    }

    .banners3 {
        width: calc(90% - 283px);
    }

    .banners4 {
        width: calc(90% - 283px);
    }

}
