@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('ajax-loader.gif') center center no-repeat;
}

.itemCarousel {
	max-width: 1000px;
	margin: auto;
}

.itemCarousel article.product .attributes {
	display: none;
}

section.block .itemCarousel .slick-slide {
	padding-left: 40px;
	padding-right: 40px;
}

section.block .itemCarousel .slick-slide article.product {
	float: none;
	width: auto;
	background: none;
	margin: 0;
	padding: 0;
}

section.itemCarousel article.product .productBody .image, section.itemCarousel article.product .productBody .googleMap,
section.itemCarousel article.product.first .productBody .image, section.itemCarousel article.product.first .productBody .googleMap {
	width: 100% !important;
	margin: 0 !important;
}

/* Arrows */
.itemCarousel .slick-prev,
.itemCarousel .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.itemCarousel .slick-prev:hover,
.itemCarousel .slick-prev:focus,
.itemCarousel .slick-next:hover,
.itemCarousel .slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.itemCarousel .slick-prev:before,
.itemCarousel .slick-next:before
{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 40px;
    line-height: 1;
	outline: none;
    opacity: .75;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.itemCarousel .slick-prev
{
    left: -5px;
}
[dir='rtl'] .itemCarousel .slick-prev
{
    right: -5px;
    left: auto;
}
.itemCarousel .slick-prev:before
{
    content: "\f137";
}
[dir='rtl'] .itemCarousel .slick-prev:before
{
   content: "\f138";
}

.itemCarousel .slick-next
{
    right: -5px;
}
[dir='rtl'] .itemCarousel .slick-next
{
    right: auto;
    left: -5px;
}
.itemCarousel .slick-next:before
{
	content: "\f138";
}
[dir='rtl'] .slick-next:before
{
    content: "\f137";
}

/* Dots */
.itemCarousel .slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.itemCarousel .slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.itemCarousel .itemCarousel .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.itemCarousel .slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.itemCarousel .slick-dots li button:hover,
.itemCarousel .slick-dots li button:focus
{
    outline: none;
}
.itemCarousel .slick-dots li button:hover:before,
.itemCarousel .slick-dots li button:focus:before
{
    opacity: 1;
}
.itemCarousel .slick-dots li button:before
{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 15px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: "\f10c";
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.itemCarousel .slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
    content: "\f192";
}


a.book {
	display: inline-block;
	padding: 1em;
	background: #111111;
	color: #fff;
}
