﻿.additionalImgs {
    clear: both;
    margin: 5px 0 0 0;
}

    .additionalImgs .imgContainer {
        width: 25%;
        float: left;
    }

        .additionalImgs .imgContainer img {
            width: 98%;
        }

.mainStoreImg img {
    width: 100%;
}

.locationPhoto {
    overflow: hidden;
    text-align: center;
    min-height: 40px;
}

    .locationPhoto img {
        width: 100%;
    }

@media screen and (min-width: 0px) {
    .storeLinks {
        float: left;
        width: 100%;
        margin: 0 0 30px 0;
    }

    .mainStoreImg > div > div > img {
        display: none;
    }

    .sfContentBlock h3 {
        margin-top: 0px !important;
    }

    .location {
        margin: 0 0 45px 0 !important;
        float: left;
        width: 100%;
    }

        .location .locationPhoto {
            float: left;
            width: 20%;
            background-color: #eee;
        }

        .location .locationDetails {
            width: 75%;
            float: right;
        }
}

@media screen and (min-width: 1001px) {
    .storeLinks {
        float: left;
        width: 100%;
    }

    .mainStoreImg {
        display: none;
    }

    .location {
        margin: 0 0 15px 0 !important;
        float: left;
        width: 334px !important;
    }

        .location .locationPhoto {
            float: left;
            width: 85px;
            background-color: #eee;
        }

        .location .locationDetails {
            width: 239px;
            float: right !important;
        }

    .additionalImgs {
        clear: both;
        margin: 25px 0 0 0 !important;
    }
}

@media screen and (min-width: 1024px) {
    .storeLinks {
        float: left;
        width: 370px;
    }

    .mainStoreImg {
        float: right;
        width: 500px;
        display: block;
    }

    .location {
        margin: 0 0 8px 0 !important;
        float: none;
        width: 344px !important;
        clear: both;
    }

        .location .locationPhoto {
            float: left;
            width: 115px;
            background-color: #eee;
        }

        .location .locationDetails {
            width: 215px;
            float: right;
        }

    .additionalImgs {
        clear: both;
        margin: 15px 0 0 0 !important;
    }
}

@media screen and (min-width: 1250px) {
    .storeLinks {
        float: left;
        width: 400px;
    }

    .mainStoreImg {
        float: right;
        width: 680px;
        margin: 0 0 5px 0;
    }

    .location {
        margin: 0 0 8px 0 !important;
        width: 370px !important;
    }

        .location .locationPhoto {
            float: left;
            width: 115px;
            background-color: #eee;
        }

        .location .locationDetails {
            width: 235px;
            float: right;
        }

    .additionalImgs {
        clear: both;
        margin: 0 !important;
    }
}

@media screen and (min-width: 1400px) {
    .storeLinks {
        float: left;
        width: 450px;
    }

    .mainStoreImg {
        float: right;
        width: 750px;
        margin: 0 0 5px 0;
    }

    .location {
        width: 450px !important;
        margin: 15px 0 0 0 !important;
    }

        .location .locationPhoto {
            float: left;
            width: 135px;
            background-color: #eee;
        }

        .location .locationDetails {
            width: 290px;
            float: right;
            padding: 0 0 0 0;
        }

    .additionalImgs {
        clear: both;
        margin: 0 !important;
    }
}
