/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../images/preload.gif') center center no-repeat;
}

.slick-slide {
	box-sizing: border-box;
	padding: 3px 0 0;
}
	.slick-slide blockquote {
		margin: 0 20px 0 0;
		padding: 0 0 9px !important;
	}
		.slick-slide:nth-child(3n) blockquote {
			margin: 0;
		}

/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 8px;
    height: 16px;
    margin-top: -8px;
    padding: 0 !important;
    cursor: pointer;
		color: transparent !important;
		outline: none !important;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    opacity: 0.8;
}

.slick-prev {
    left: -25px;
	background: url(../images/sprite.png) -12px -156px no-repeat;
	background-size: 500px 500px;
	transform: rotate(180deg);
}
[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-next {
    right: -25px;
	background: url(../images/sprite.png) -12px -156px no-repeat;
	background-size: 500px 500px;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:hover,
.slick-next:focus,
.slick-prev:hover,
.slick-prev:focus {
	color: transparent !important;
}

.slick-next:hover,
.slick-next:focus {
	background: url(../images/sprite.png) 0 -156px no-repeat !important;
	background-size: 500px 500px !important;
}

.slick-prev:hover,
.slick-prev:focus {
	background: url(../images/sprite.png) 0 -156px no-repeat !important;
	background-size: 500px 500px !important;
}


/* Dots */

.slick-slider {
    margin-bottom: 0;
}
	.slick-slider.featured {
		margin-bottom: 30px;
	}
	.slick-slider.bookViewing {
		margin-bottom: 40px;
	}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
	margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
	.featured .slick-dots {
		bottom: -10px;
	}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 7px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    padding: 6px !important;
    cursor: pointer;
    border: 0;
    outline: none;
    background: #333438;
	color: transparent !important;
	border-radius: 6px;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button, .slick-dots li.slick-active button:hover {
    background: #008367 !important;
}


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.slick-slide:nth-child(3n) blockquote {
			margin-right: 20px;
		}
		.slick-slide:nth-child(2n) blockquote {
			margin: 0;
		}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.slick-dots {
				bottom: -20px;
		}
		.slick-slider {
				margin-bottom: 38px;
		}
			.slick-slide blockquote {
				margin: 0;
			}

	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
	}
