.retailers-front-index .page-title-wrapper {
	display: none;
}
.retailers-front-index .page-main {
	padding-left: 0px;
	padding-right: 0px;
}
#countries-wrapper {
	text-align: center;
}
#countries-wrapper {
    display: block;
    position: relative;
    z-index: 1;
    top: 0;
    list-style: none;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    margin: 0;
    padding: 0;
    margin-bottom: 0;
    background: #fff;
}
#countries-wrapper li {
    display: inline-block;
    width: auto;
    padding: 10px 10px 0px 10px;
    margin: 0;
}
#countries-wrapper li a {
    display: block;
    border-bottom: 2px solid transparent;
    padding-top: 4px;
    padding-bottom: 5px;
}
#countries-wrapper li.active a {
    border-top: 2px solid #9e1b2b;
    border-bottom: 2px solid #9e1b2b;
    color: #777!important;
}
#countries-wrapper li:after {
    content: '|';
    position: relative;
    right: -14px;
    top: -24px;
    display: block;
    color: #e5e5e5!important;
    float: right;
}
#countries-wrapper li:last-child:after {
    content: '';
}
#countries-wrapper li:last {
	border-right: none;
}
.retailer-box {
	display: none;
	clear: both;
}
#retailers-wrapper {
    line-height: 20px;
    letter-spacing: 0.9px;
    background: #ffffff;
    color: #000;
    font-size: 14px;
}
.retailer-box.active {
	display: block;
}
.clearfix {
	clear: both;
}
.retailer-gallery,
.retailer-content {
    display: block;
    width: 50%;
    padding: 0;
    margin: 0;
    float: left;
}
.retailer-gallery {
    overflow: hidden;
}
.retailer-content {
	text-align: center;
	line-height: 20px;
	font-weight: normal;
}
.retailer-content h2 {
    font-size: 26px!important;
    color: #333333;
    margin: 0;
    padding: 0;
}
.retailer-content h3 {
	display: block;
    font-family: "Lato";
    font-size: 16px!important;
    color: #9e1b2b;
    margin: 0;
    padding: 5px 0 20px;
}
.retailer-hours h3 {
	padding: 30px 0;
}
.retailer-button {
	display: inline-block;
	width: 50%;
	font-size: 12px;
}
.retailer-content,
.retailer-buttons {
	padding: 30px 0 0;
}
.retailer-box .retailer-gallery {
	float: right;
	overflow: hidden;
}
.retailer-box.box-left .retailer-gallery {
	float: left;
}
.retailer-images-wrapper {
    overflow: hidden;
    width: 30000px;
    margin: 0;
    padding: 0;
}
.retailer-image {
    width: calc(50vw);
	height: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.retailer-image img {
}
a.gallery-left,
a.gallery-right {
    display: inline-block;
    position: absolute;
    top: 42%;
    background: transparent;
    z-index: 8;
    color: #CCC!important;
    opacity: 0.7;
    font-size: 50px;
}
a.gallery-left:hover,
a.gallery-right:hover {
	opacity: 0.9;
}
a.gallery-left {
	float: left;
	left: 0;
	padding-left: 20px;
}
a.gallery-right {
	float: right;
	right: 0;
	padding-right: 20px;
}
.retailer-gallery-inner-wrapper {
	position: relative;
	left: 0;
	width: 200%;
	transition: left 1s ease;
}
.retailer-gallery-inner-wrapper.active {
	left: calc(-50vw);
	transition: left 1s ease;
}
.retailer-gallery-inner-wrapper.active .gallery-button {
	display: none;
}
.retailer-gallery-inner {
	height: 100%;
	width: 50%;
	display: inline-block;
    float: left;
    overflow: hidden;
    position: relative;
}
.google-frame {
	width: 100%;
	height: 100%;
	border: none;
	float: left;
}
@media (max-width: 1024px) {
	.retailer-content, .retailer-buttons {
		padding: 10px 0 10px;
	}
	.retailer-button {
		width: 40%;
	}
}
@media (max-width: 1023px) {
	.retailers-front-index .page-wrapper {
	    padding-top: 55px;
	}
	#countries-wrapper {
	    display: block;
	    position: fixed;
	    z-index: 9;
	    top: 55px;
	    list-style: none;
	    width: 100%;
	    white-space: nowrap;
	    overflow: hidden;
	    overflow-x: auto;
	    margin: 0;
	    padding: 0;
	    margin-bottom: -17px;
	    background: #fff;
	}
	#countries-wrapper.mobile-subcategory-scroller-extra-padding {
		top: 55px;
	}
	.retailer-gallery,
	.retailer-content {
		display: block;
		float: none!important;
		width: 100%;
	}
	.retailer-content {
		padding: 30px 0 10px;
	}
	.retailer-image {
		width: calc(100vw);
	}
	a.gallery-left,
	a.gallery-right {
		opacity: 0.9;
	}
	.retailer-button {
		width: 48%;
		font-size: 11px;
	}
	.retailer-gallery-inner-wrapper.active {
		left: calc(-100vw);
		transition: left 1s ease;
	}
}