.brand-search {
	padding: 40px 0px;
}
.brand-search__box-label {
	padding: 20px 0px;
}

/* Brand slider */
.brand-slider {
	position: relative;
	z-index: 1;
}
.brand-slider__slide {
	width: 100%;
	float: left;
}
.brand-slider__image.full-width {
	max-width: 700px;
	margin-left: -20px;/*-20px*/
}
.brand-slider__image-container {
	overflow: hidden;
	margin-right: -20px;
}

.brand-slider__text {
	padding: 80px 50px 80px 0;
	max-width: 780px;
}
.brand-slider__heading {
    margin: 0;
    font-size: 42px;
    font-family: 'ThemeFont-Tertiary',sans-serif;
    text-transform: uppercase;
}
.brand-slider__description {
	font-size: 20px;
	line-height: 150%;
}
.brand-slider__heading + .brand-slider__description {
	margin-top: 40px;
}
.brand-slider .flickity-page-dots {
	bottom: 60px;
}
.brand-slider .flickity-page-dots .dot {
    margin: 0 4px;
	background: none;
	opacity: 1;
	box-shadow: inset 0 0 0 1px #5a5a5a;
	transition: box-shadow .35s ease-out;
}
.brand-slider .flickity-page-dots .dot.is-selected {
	box-shadow: inset 0 0 0 6px #5a5a5a;
}

.brand-slider__slide,
.brand-slider__slide .col-sm-5 {
	min-height: 646px;
}

/* Bottle slider */
.bottle-slider {
	margin-top: -40px;
	position: relative;
	z-index: 2;
}
.bottle-slider__slide {
	width: 20%;
	float: left;
	padding: 40px 0 0 0;
	text-align: center;
	color: #fff;
}
.bottle-slider__slide-inner {
	display: block;
	padding: 0 10px 30px 10px;
	min-height: 300px;
}
/* Avoiding strict BEM structure here to allow for dynamic sizing of slides depending on content */
.bottle-slider--1 .bottle-slider__slide {
	width: 100%;
}
.bottle-slider--2 .bottle-slider__slide {
	width: 50%;
}
.bottle-slider--3 .bottle-slider__slide {
	width: 33.33333333%;
}
.bottle-slider--4 .bottle-slider__slide {
	width: 25%;
}
.bottle-slider__image {
	display: inline-block;
	height: 200px;
	margin-top: -30px;
	margin-bottom: 0;
	-webkit-transition: margin 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: 	margin 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: 		margin 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: 		margin 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.no-touchevents .bottle-slider__slide:hover .bottle-slider__image {
	margin-top: -40px;
	margin-bottom: 10px;
}
.bottle-slider__heading {
    margin: 20px 0 15px 0;
    font-family: 'ThemeFont-Tertiary', sans-serif;
    font-size: 18px;
}
.bottle-slider__info-wrapper {
	font-size: 14px;
	line-height: 140%;
}
.bottle-slider__info-value {
	display: inline-block;
}
.bottle-slider__info {
	margin-left: -4px;
}
.bottle-slider__info--location {
	clear: left;
}
.bottle-slider__info--second:before,
.bottle-slider__info--first + .bottle-slider__info--second:empty:before {
	content: " ";
}
.bottle-slider__info--first:empty + .bottle-slider__info--second:before {
	content: "";
}
.bottle-slider__info--first + .bottle-slider__info--second:before {
	content: ", ";
}


@media (max-width: 1199px) {
	.bottle-slider__slide {
		width: 25%;
	}
}
@media (max-width: 991px) {
	.bottle-slider__slide {
		width: 33.333333% !important;
	}
	.bottle-slider--1 .bottle-slider__slide {
		width: 100% !important;
	}
	.bottle-slider--2 .bottle-slider__slide {
		width: 50% !important;
	}
	
	.brand-slider__slide {
		min-height: 0;
	}
	.bottle-slider__image {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.bottle-slider__slide {
		width: 50% !important;
	}
	.bottle-slider--1 .bottle-slider__slide {
		width: 100% !important;
	}	
	.brand-slider__image-container {
		padding-top: 160px;
		min-height: 0;
	}
	.brand-slider__image-container.vertical--middle,
	.brand-slider__text.vertical--middle {
		top: 0;
		-webkit-transform: 	translateY(0);
		-moz-transform: 	translateY(0);
		-ms-transform: 		translateY(0);
		-o-transform: 		translateY(0);
		transform: 			translateY(0);
	}
	.brand-slider__slide, .brand-slider__slide .col-sm-5 {
		min-height: 0;
	}
	.brand-slider__text {
		padding: 40px 0 80px 0;
	}
	.brand-slider__heading {
		font-size: 32px;
	}
	.no-touchevents .bottle-slider__slide:hover .bottle-slider__image {
		margin-top: 20px;
	}
}
@media (max-width: 540px) {
	.bottle-slider__slide,
	.bottle-slider--1 .bottle-slider__slide,
	.bottle-slider--2 .bottle-slider__slide,
	.bottle-slider--3 .bottle-slider__slide,
	.bottle-slider--4 .bottle-slider__slide
	 {
		width: 100% !important;
	}
}