@charset "UTF-8";

/*
@font-face {
	font-family: slick;
	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");
	font-weight: 400;
	font-style: normal
}
.slick-loading .slick-list {
	background: #fff url(ajax-loader.gif) center center no-repeat
}

*/
.slick-next, .slick-prev {
	position: absolute;
	top: 50%;
	display: block;
	padding: 0;
	height: 40px;
	width: 22px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	transform: translate(0, -50%);
	background: rgba(0,0,0,0.75);
	z-index: 500;
	border-radius: 0;
	margin: 0 !important;
}
.slick-next:focus .slick-next-icon, .slick-next:focus .slick-prev-icon, .slick-next:hover .slick-next-icon, .slick-next:hover .slick-prev-icon, .slick-prev:focus .slick-next-icon, .slick-prev:focus .slick-prev-icon, .slick-prev:hover .slick-next-icon, .slick-prev:hover .slick-prev-icon {
	opacity: 1;
}
.slick-next:focus, .slick-prev:focus {
	top: calc(50% - 1px)
}



.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: rgba(0,83,158,1);
}

.slick-next:focus .slick-next-icon, .slick-next:focus .slick-prev-icon, .slick-prev:focus .slick-next-icon, .slick-prev:focus .slick-prev-icon {
	color: inherit;
	font-size: 28px;
	margin-left: -2px
}
.slick-next.slick-disabled, .slick-prev.slick-disabled {
	cursor: default
}
.slick-next.slick-disabled .slick-next-icon, .slick-next.slick-disabled .slick-prev-icon, .slick-prev.slick-disabled .slick-next-icon, .slick-prev.slick-disabled .slick-prev-icon {
	opacity: .25
}
.slick-next .slick-next-icon, .slick-next .slick-prev-icon, .slick-prev .slick-next-icon, .slick-prev .slick-prev-icon {
	display: block;
	color: #000;
	opacity: .75;
	font-family: 'Open Sans';
	font-size: 24px;
	line-height: 1
}
.slick-prev {
	left: 0;
}
[dir=rtl] .slick-prev {
	left: auto;
	right: 0;
}
.slick-prev .slick-prev-icon:before {
	content: ' '; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: url(../img/arrow_slider.svg); background-repeat: no-repeat; background-size: 90% 90%; background-position: center center; transform: rotate(180deg);
}
[dir=rtl] .slick-prev .slick-prev-icon:before {
	content: ' '; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: url(../img/arrow_slider.svg); background-repeat: no-repeat; background-size: 90% 90%; background-position: center center; transform: rotate(180deg);
}
.slick-next {
	right: 0;
}
[dir=rtl] .slick-next {
	left: 0;
	right: auto
}
.slick-next .slick-next-icon:before {
	content: ' '; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: url(../img/arrow_slider.svg); background-repeat: no-repeat; background-size: 90% 90%; background-position: center center;
}
[dir=rtl] .slick-next .slick-next-icon:before {
	content: ' '; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: url(../img/arrow_slider.svg); background-repeat: no-repeat; background-size: 90% 90%; background-position: center center;
}
.slick-slider {
	margin-bottom: 0;
}
.slick-slider.slick-dotted {
	margin-bottom: 0;
}

/* Dots */

/*
.slick-dots {
	position: absolute;
	bottom: -30px;
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	list-style: none;
	text-align: center
}
.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0
}
.slick-dots li button {
	display: block;
	height: 20px;
	width: 20px;
	margin-top: -4px;
	margin-left: -4px;
	line-height: 0;
	font-size: 0;
	color: transparent;
	border: 0;
	background: 0 0;
	cursor: pointer
}
.slick-dots li button:focus .slick-dot-icon, .slick-dots li button:hover .slick-dot-icon {
	opacity: 1
}
.slick-dots li button:focus .slick-dot-icon:before {
	color: orange
}
.slick-dots li button .slick-dot-icon {
	color: #000;
	opacity: .25
}
.slick-dots li button .slick-dot-icon:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	font-family: slick;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	transition: all .05s linear
}
.slick-dots li.slick-active button:focus .slick-dot-icon {
	color: orange;
	opacity: 1
}
.slick-dots li.slick-active button .slick-dot-icon {
	color: #000;
	opacity: 1
}
.slick-dots li.slick-active button .slick-dot-icon:before {
	margin-top: -3px;
	margin-left: -2px;
	font-size: 18px
}

*/



.slick-sr-only {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important
}
.slick-autoplay-toggle-button {
	position: absolute;
	right: 10px;
	bottom: 1rem;
	z-index: 500;
	opacity: 1;
	background: none !important;
	border: 0px transparent;
	cursor: pointer;
	color: #000
}



.slick-autoplay-toggle-button:focus, .slick-autoplay-toggle-button:hover {
	opacity: 1
}
.slick-autoplay-toggle-button:focus {
	color: orange
}
.slick-autoplay-toggle-button .slick-pause-icon:before {
	content: "⏸";
	width: 20px;
	height: 20px;
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	color: #fff;
}
.slick-autoplay-toggle-button .slick-play-icon:before {
	content: "▶";
	width: 20px;
	height: 20px;
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	color: #fff;
}



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

    position: absolute;
    top: 50%;

    display: block;

    width: 22px;
    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: rgba(0,0,0,0.75);
	z-index: 500;
	border-radius: 0; 
}


.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: rgba(0,0,0,1);
}
.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
{
    font-family: 'Open Sans';
	font-weight: 400;
    font-size: 1.75rem;
    line-height: 0.6;

    color: white;

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

.slick-prev
{
    left: 0px;
}
[dir='rtl'] .slick-prev
{
    right: 0px;
    left: auto;
}
.slick-prev:before {content: ' '; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: url(../img/orbit_prev.svg); background-repeat: no-repeat; background-size: 100% 100%; }
[dir='rtl'] .slick-prev:before
{
    content: '›';
}

.slick-next
{
    right: 0px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 0px;
}
.slick-next:before {content: ' '; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: url(../img/orbit_next.svg); background-repeat: no-repeat; background-size: 100% 100%; }
[dir='rtl'] .slick-next:before
{
    content: '‹';
}



.slick-slide, .slick-slide div {position: relative; }

.slider-start .slick-prev, .slider-start .slick-next {top: calc(50% - 32px); }
.slider-start .slick-autoplay-toggle-button {bottom: calc(1rem + 64px); }
/**
.slider-start .slick-list {padding-bottom: 50px; margin-bottom: 20px; }
**/


.slick-dots {position: absolute; bottom: 1rem; list-style: none; display: block; margin: 0; padding: 0px; width: 100%; text-align: center; }
.slick-dots li {position: relative; display: inline-block; height: 1.125rem; width: 1.125rem; margin: 0 0.375rem; padding: 0px; cursor: pointer; }
.slick-dots li button {border: 2px solid #fff; background: transparent; display: block; height: 100%; width: 100%; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; border-radius: 50% !important; }
.slick-dots li button:focus { outline: none; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: " "; width: 0.875rem; height: 0.875rem; font-family: "slick"; font-size: 6px; line-height: 0.875rem; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { opacity: 0.75; }
.slick-dots li.slick-active button { background: #fff; }


@media print, screen and (min-width: 40em) {
	.slick-prev, .slick-next {width: 33px; height: 60px; }
	.slider-start .slick-prev, .slider-start .slick-next {top: calc(50% - 36px); }
	.slider-start .slick-autoplay-toggle-button {bottom: calc(1rem + 72px); }
}

@media print, screen and (min-width: 64em) {
	.slick-prev, .slick-next {width: 44px; height: 80px; }
	.slider-start .slick-prev, .slider-start .slick-next {top: calc(50% - 53px); }
	.slider-start .slick-autoplay-toggle-button {bottom: calc(1rem + 106px); }
}
