.cityName {
    font-size: 1.38em;
    /*font-style: italic;*/
    margin-bottom: 10px;
    font-weight: 700;
    color:#204A9C;
    letter-spacing: 1px;
}
.shop {
    margin-bottom: 15px;
}
.shop ul {
    list-style: square;
    padding-left: 20px;
    margin-bottom: 0;
    margin-top: 5px;
}

.shop i {
    white-space: nowrap;
}

.city ul {
    overflow: hidden;
    display: none;
}
.shop strong:before {
    content: "\2022 ";
    margin-right: 5px;
}

.city:hover ul {
    overflow: hidden;
    display: block;
}
@media only screen and (max-width: 1175px) {
    .shop strong:before {
        content: "";
        display: none;
        margin: 0;
    }
    .city ul {
        height: auto;
        display: block;
    }
    #main .cityColumn {
        position: relative;
    }

    .multicolumn {
        height: 1060px;
        -moz-column-count:2; /* Firefox */
        -webkit-column-count:2; /* Safari and Chrome */
        column-count:2;

        -moz-column-gap:40px; /* Firefox */
        -webkit-column-gap:40px; /* Safari and Chrome */
        column-gap:40px;

        -moz-column-rule:1px double #ccc; /* Firefox */
        -webkit-column-rule:1px outset #BCBCBC; /* Safari and Chrome */
        column-rule:1px double #ccc;

    }

}

@media only screen and (min-width: 1175px) {
    #columnRight,
    #columnLeft {
        float:none;
    }


#footer-wrap,
#header,
#main {
    width:1150px;
    position: relative;
}

    #footer-wrap img {
        width: auto;
    }
    #footer-wrap .skechers {
        width: 240px;
    }
    #sponsors {
        padding: 20px 40px 20px;
    }
#main .row {
    width:800px;
}
    #footer #top-arrow {
        left:549px;
    }
#main .cityColumn {
    position: absolute;
    right: 0;
    top:0;
    width: 310px;
    overflow: hidden;
    padding-left: 40px;
    border-bottom: none;
}



.phone {
    float:right;
    padding-right: 30px;
}
.dockers {
    margin-left: 180px;
}

.cityColumn .postCode {
    display: none;
}

/*

.shopGroup {
    float: left;
    width: 33%;
}

.cityGroup {
    clear: both;
}
.cityGroup .city {
    float: left;
    width: 33%;
}
.cityGroup .shop{
    margin-bottom: 2px;
}
.shopGroup .shop > *,
.city > * {
    margin-left: 9px;
}

.city,
.shopGroup .shop {
    padding-top: 10px;
    padding-bottom: 5px;
}

.city:hover,
.shopGroup .shop:hover {
    background: rgba(254,254,254,.43);
}*/
    }