﻿@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../images/loading.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
	z-index: 100;
    top: 50%;
    display: block;
    width: 16px;
    height: 32px;
    padding: 0;
    -webkit-transform: translate(0, -48%);
    -ms-transform: translate(0, -48%);
    transform: translate(0, -48%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent !important;
}
.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;
}

.slick-prev:before,
.slick-next:before
{
	
	display: block;
	content: "";
	width: 16px;
	height: 32px;
	opacity: 0.7;
	background: url(../images/icons/arrow-right.svg) 0 0 no-repeat;
	background-size: 16px 32px;
}

.slick-prev
{
    left: 30px;
}	
[dir='rtl'] .slick-prev
{
    right: 30px;
    left: auto;
}
.slick-prev:before
{
    transform: rotate(180deg)
}

.slick-next
{
    right: 30px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 30px;
}
[dir='rtl'] .slick-next:before
{
    transform: rotate(180deg)
}

/* Dots */

.slick-dotted.slick-slider
{
    margin-bottom: 40px;
}

.slick-dots
{
    position: absolute;
	left: 0;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
	background: #fff;
}

.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    display: block;
	padding: 0;
    width: 12px;
    height: 12px;
    cursor: pointer;
    color: transparent;
    border: 2px solid #0a4693;
	border-radius: 6px;
    outline: none;
    background: transparent;
	transition: all 0.6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.slick-dots li.slick-active button,
.slick-dots li button:hover,
.slick-dots li button:focus
{
    border: 2px solid transparent;
	background: #0a4693;
}


/* Modifications */

.slick-dotted.slick-slider.gallery
{
    margin-bottom: 44px;
}
.productSlider {
	width: 100%;
	max-height: 582px;
	padding: 0 40px;
	/*border: 1px solid #ddd;*/
	box-sizing: border-box;
}
.productSlider .slick-track {
	display: flex;
	align-items: center;
}
.productSlider img {
	max-height: 540px;
	margin-bottom: 0;
}
.slick-slide img,
.slick-prev::before,
.slick-next::before,
.slick-dots li button::before {
    transition: all 0.35s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.quoteSlider .slick-dots {
    bottom: -20px;
}
.quoteSlider blockquote {
	border: none;
	padding: 0;
    font-size: 2em;
	font-weight: 300;
	line-height: 1.4;
	margin: 0 0 30px;
}
.quoteSlider blockquote::before {
	display: none;
}
.quoteSlider blockquote cite {
	font-size: 1rem;
	margin: 0 0 0.5em;
}


@media only screen and (min-width: 1280px) and (max-width: 1480px) {

}
@media only screen and (max-width: 1280px) {
	.productSlider {
		padding: 0 20px;
	}
}

@media only screen and (min-width: 960px) and (max-width: 1279px) {
	
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	
}

/* All Mobile Sizes  */
@media only screen and (max-width: 767px) {

	.slick-dotted.slick-slider.gallery
	{
		margin-bottom: 34px;
	}

	.quoteSlider blockquote,
	.quoteSlider blockquote p {
		text-align: center;
		margin-left: 5px;
		margin-right: 5px;
		font-size: 1.1em;
	}
	.productSlider {
		max-height: 362px;
		padding: 0;
	}
	.productSlider img {
		max-height: 360px;
	}
	.slick-dots
	{
		bottom: -50px;
	}
	.slick-dots li
	{
		width: 12px;
		height: 12px;
		margin: 0 8px;
	}
	.slick-dots li button
	{
		width: 14px;
		height: 14px;
		padding: 0;
		border-radius: 7px;
	}
	
}

/* Mobile Landscape Size to Tablet Portrait  */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* Mobile Portrait Size to Mobile Landscape Size  */
@media only screen and (max-width: 479px) {

}

@media only screen and (max-width: 320px) {

}