/* ------------------------------------------------
   The Whisky Exchange
   Designed and Built by The Whisky Exchange
   All Rights Reserved

   TWE Boxes

   Content:
   Container
   Columns
   Slider
   Layouts
   ------------------------------------------------ */

/* ------------------------------------------------
   Container
   ------------------------------------------------ */

/* Default Containers - Wrapper */
.boxes {
	max-width: 450px;
	margin: 0 auto;
	padding: 0 0.78%;
}
@media (min-width: 768px) {
	.boxes {
		max-width: 960px;
	}
}
@media (min-width: 1500px) and (min-height: 900px) {
	.boxes {
		max-width: 1200px;
	}
}

/* ------------------------------------------------
   Columns
   ------------------------------------------------ */
.boxes-col {
	float: left;
	padding: 0.78%
}

/* ------------------------------------------------
   Slider
   ------------------------------------------------ */

/* Container */
.boxes-slider {
	display: none;
	position: relative;
}

/* Navigation */
.boxes-slider .slick-dots {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 0;
}
.boxes-slider .slick-dots li {
	display: inline-block;
	margin-right: 10px;
}
.boxes-slider .slick-dots li:last-of-type {
	margin-right: 0;
}
.boxes-slider .slick-dots li button {
	display: block;
	height: 15px;
	width: 15px;
	padding: 0;
	margin: 0;
	border: 1px solid #000;
	background: #fff;
}
.boxes-slider .slick-dots li button:hover,
.boxes-slider .slick-dots li.slick-active button {
	background: #bbac78;
}

/* ------------------------------------------------
   Layouts
   ------------------------------------------------ */

/* Layout 1 - LargeLarge / HorizontalHorizontal */
.boxes-1 .boxes-col {
	width: 100%;
}
.boxes-1 .boxes-col .boxes-item:nth-child(2) {
    margin-top: 1.6%;
}
@media (min-width: 768px) {
	.boxes-1 .boxes-col {
		width: 50%;
	}
	.boxes-1 .boxes-col .boxes-item:nth-child(2) {
	    margin-top: 3.2%;
	}
}

/* Layout 2 - VerticalLargeSmall / VerticalLargeVertical */
.boxes-2 .boxes-col:nth-child(1),
.boxes-2 .boxes-col:nth-child(2) {
	width: 50%;
}
.boxes-2 .boxes-col:nth-child(1) .boxes-item:nth-child(2),
.boxes-2 .boxes-col:nth-child(2) .boxes-item:nth-child(2) {
	margin-top: 6.6%;
}
.boxes-2 .boxes-col:nth-child(3) {
	width: 100%;
}
.boxes-2 .boxes-col:nth-child(3) .boxes-item:nth-child(2) {
    margin-top: 3.2%;
}
@media (min-width: 768px) {
	.boxes-2 .boxes-col:nth-child(1),
	.boxes-2 .boxes-col:nth-child(2) {
		width: 25%;
	}
	.boxes-2 .boxes-col:nth-child(2) {
		float: right;
	}
	.boxes-2 .boxes-col:nth-child(3) {
		width: 50%;
	}
}

/* Layout 3 - VerticalSmallHorizontal */
.boxes-3 .boxes-col:nth-child(1),
.boxes-3 .boxes-col:nth-child(2) {
	width: 50%;
}
.boxes-3 .boxes-col:nth-child(1) .boxes-item:nth-child(2),
.boxes-3 .boxes-col:nth-child(2) .boxes-item:nth-child(2) {
	margin-top: 6.6%;
}
.boxes-3 .boxes-col:nth-child(3) {
	width: 100%;
}
.boxes-3 .boxes-col:nth-child(3) .boxes-item:nth-child(2) {
	margin-top: 1.6%;
}
@media (min-width: 768px) {
	.boxes-3 .boxes-col:nth-child(1),
	.boxes-3 .boxes-col:nth-child(2) {
		width: 25%;
	}
	.boxes-3 .boxes-col:nth-child(3) {
		width: 50%;
	}
	.boxes-3 .boxes-col:nth-child(3) .boxes-item:nth-child(2) {
		margin-top: 3.2%;
	}
}

/* Layout 4 - MediumMediumMedium */
.boxes-4 .boxes-col {
	float: none;
	margin: 0 auto;
	width: 75%;
}
@media (min-width: 768px) {
	.boxes-4 .boxes-col {
		float: left;
		margin: 0;
		width: 33.3333%;
	}
}

/* Layout 5 - Full */
.boxes-5 .boxes-col {
	width: 100%;
}

/* Layout 6 - largeSmallVertical */
.boxes-6 .boxes-col:nth-child(1) {
	width: 100%;
}
.boxes-6 .boxes-col:nth-child(2),
.boxes-6 .boxes-col:nth-child(3) {
	width: 50%;
}
.boxes-6 .boxes-col:nth-child(1) .boxes-item:nth-child(2){
	margin-top: 1.6%;
}
.boxes-6 .boxes-col:nth-child(2) .boxes-item:nth-child(2){
	margin-top: 6.6%;
}
.boxes-6 .boxes-col:nth-child(3) .boxes-item:nth-child(2){
	margin-top: 6.6%;
}
@media (min-width: 768px) {
	.boxes-6 .boxes-col:nth-child(1) {
		width: 50%;
	}
	.boxes-6 .boxes-col:nth-child(2),
	.boxes-6 .boxes-col:nth-child(3) {
		width: 25%;
	}
	.boxes-6 .boxes-col:nth-child(1) .boxes-item:nth-child(2){
		margin-top: 3.2%;
	}
}

/* Layout 7 - largeSmallSmall */
.boxes-7 .boxes-col:nth-child(1) {
	width: 100%;
}
.boxes-7 .boxes-col:nth-child(2),
.boxes-7 .boxes-col:nth-child(3) {
	width: 50%;
}
.boxes-7 .boxes-col:nth-child(2) .boxes-item:nth-child(2),
.boxes-7 .boxes-col:nth-child(3) .boxes-item:nth-child(2) {
	margin-top: 6.6%;
}
@media (min-width: 768px) {
	.boxes-7 .boxes-col:nth-child(1) {
		width: 50%;
	}
	.boxes-7 .boxes-col:nth-child(2),
	.boxes-7 .boxes-col:nth-child(3) {
		width: 25%;
	}
}

/* Layout 8 - 4 cols (vertical or 2 smalls in each) */
.boxes-8 .boxes-col {
	width: 50%;
}
.boxes-8 .boxes-col .boxes-item:nth-child(2) {
	margin-top: 6.6%;
}
@media (min-width: 768px) {
	.boxes-8 .boxes-col {
		width: 25%;
	}
}

