/** Category-cms **/
.category-retail-stores-locations .category-cms {
	width: auto;
	margin: none;
	padding: 0%;
	max-width: auto;
}

/** Retail Stores Locations **/
.store-locator .top-content {
	max-width: 1400px;
	margin: auto;
	padding: 0% 5%;
}

.store-locator-left {
    width: 45%;
    display: inline-block;
}

.store-locator-left .dropdown, .store-info {
    background-color: #eff4f5;
}

.store-locator-left .dropdown span {
    /*width: 49%;*/
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    color: #1c6674;
    text-transform: uppercase;
}

/*.store-locator-left .dropdown span {
    font-size: 16px;
    color: #1c6674;
    text-transform: uppercase;
}*/

.store-locator-left .dropdown .col-xs-5, .store-locator-left .dropdown .col-xs-7 {
    margin-bottom: 15px;
}

.store-locator-left .locator-selector {
    /*width: 50%;*/
    background-color: transparent;
    border: none;
    text-transform: uppercase;
}

.store-locator-left .dropdown, .store-info {
    background-color: #eff4f5;
}

.store-locator-left .dropdown {
    margin-top : 20px;
}

.store-info .store {
    display: none;
    padding: 15px;
}

.store-info .store div {
    padding: 5px;
}

.store-info .store img {
    padding-right: 15px;
}

.store-locator-left .large-button {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 10px;
}

.store-locator-right {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.map {
    margin-left: 12%;
    margin-bottom: 10%;
}

.store-data div:last-child {
    width: 30%;
}

div.store-data>div:nth-child(4)>img {
    height: 180px;
    width: auto;
}

.store-data img {
    text-align: center;
}

.store-data .store-data-div {
    display: inline-block;
    min-height: 200px;
    vertical-align: top;
    width: 30%!important;
}

.store-locator .bottom-content {
    padding-top: 50px;
}

@media only screen and (max-width: 768px) {
    .store-locator-left, .store-locator-right {
	width: 100%;
	float: left;
    }
}
/** Running Shoe **/
.store-data-div {
    display: inline-block;
    with: 32%;
}

table {
    border: 0;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}

.store-data img {
    text-align: center;
}

.store-hours {
    margin-top: -7px;
}

div.store-data>div:nth-child(4)>img {
    height: 180px;
    width: auto;
}

.store-common-bottom .store-left {
    width: 70%;
    display: inline-block;
}

.store-common-bottom .store-left .section {
    background-color: #eff4f5;
    padding: 6% !important;
    margin: 20px 20px 20px 0px !important;
    font-size: 1.1em;
    line-height: 27px;
    padding-top: 3%;
}

.store-common-bottom .store-left .section h1 {
    font-size: 34px!important;
}

.store-common-bottom .store-right {
    display: inline-block;
    width: 29%;
    vertical-align: top;
    margin-top: 20px;
}

.store-common-bottom .store-right .section:first-child {
    background-color: #246673;
}
.store-common-bottom .store-right .section {
    margin-bottom: 17.8%;
    margin: 30px 0 !important;
    padding: 30px 0 !important;
}

.store-common-bottom .store-right .section img {
    display: block;
    margin: auto;
}

.store-common-bottom .store-right .span-1 {
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 3em;
    padding-top: 7%;
}

.store-common-bottom .store-right .span-2 {
    color: #fff;
    font-size: 1.7em;
    display: block;
    width: 100%;
    text-transform: uppercase;
    padding: 10px;
    padding-top: 0;
    text-align: center;
    font-weight: 700;
}

.store-common-bottom .store-right .span-3 {
    color: #fff;
    width: 100%;
    display: block;
    font-size: 12px;
    text-align: center;
    padding: 13px;
}

.store-common-bottom .section {
    background-color:  #FFFFFF
}

.store-common-bottom .red-button {
    background-color: #f06764;
    color: #fff;
}

.store-common-bottom .red-button:hover {
    background-color: #1c6673;
    color: #fff;
}

/*** Mobile ***/
@media only screen and (max-width: 768px) {
	.store-data .store-data-div {
		display: block;
		width: auto !important;
	}

	.store-common-bottom .store-left, .store-common-bottom .store-right {
                width: auto;
        }

        .store-common-bottom .store-left .section {
                margin: 0% !important;
        }
}
