/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
    z-index: 1;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	max-height: 50%;
	background:rgba(0,0,0,.5);
	color:#fff;
	width:100%;
	z-index:8;
	padding: .5em 1em;
	overflow: hidden;
	display: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/* background fade mode */
.nivoSlider.background{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    display: block;
    z-index: -1;
    overflow: hidden;
    background: none;
}
.nivoSlider.background img{
	object-fit: cover;
	width: 100% !important;
	height: 100% !important;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.nivoSlider {
	position:relative;
	background: transparent url(loading.gif) no-repeat 50% 50%;
    z-index: 1;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	text-align: center;
	padding: 0 0 10px 0;
}
.nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
	color: #fff;
    text-align: left;
	font-size: 1rem;
	line-height: 1.9;
}
.nivo-caption > div {
	color: #fff;
    text-align: left;
	font-size: 1rem;
	line-height: 1.9;
}
.nivo-caption > .title {
	color: #fff;
    text-align: left;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.9;
}
.nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.nivo-caption a:hover {
    color:#fff;
}

.nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
@charset "UTF-8";.c-slide_area{width:100%;height:100%;position:absolute;top:0;left:0;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;padding:36px 0;overflow:hidden;color:#fff;font-size:16px;font-size:1rem;line-height:inherit;font-weight:700;text-align:center;text-shadow:0 0 5px rgba(0,0,0,.4)}.c-slide_area>.c-slide_block{width:70%;overflow:hidden}.c-slide_area>.c-slide_block .c-slide_title{font-size:2.5em;line-height:1.5}@media only screen and (max-width:640px){.c-slide_area>.c-slide_block .c-slide_title{font-size:1.9em}}.c-slide_area>.c-slide_block .c-slide_body{line-height:1.9}@media only screen and (max-width:640px){.c-slide_area>.c-slide_block{width:100%;padding:0 32px}}.c-slide_area.mouse{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";background-color:transparent;transition:all .3s ease-in}.c-slide_area.mouse:hover{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";background-color:rgba(0,0,0,.5)}.navctl{position:absolute;top:50%;transform:translate(0,-50%);cursor:pointer}.navctl>polygon{transition:all .2s ease-in}.navctl.white>polygon{fill:rgba(255,255,255,.6);box-shadow:0 0 3px rgba(0,0,0,.3)}@media only screen and (max-width:640px){.navctl.white>polygon{fill:white}}.navctl.white:hover>polygon{fill:white}.navctl.black>polygon{fill:rgba(0,0,0,.5)}@media only screen and (max-width:640px){.navctl.black>polygon{fill:rgba(0,0,0,.9)}}.navctl.black:hover>polygon{fill:rgba(0,0,0,.9)}@media only screen and (max-width:640px){.navctl{width:32px;height:32px}}.prevNav{left:0}.prevNav.mouse{visibility:hidden}@media only screen and (max-width:640px){.prevNav.mouse{visibility:visible}}.prevNav.mouse:hover{visibility:visible}.nextNav{right:0}.nextNav.mouse{visibility:hidden}@media only screen and (max-width:640px){.nextNav.mouse{visibility:visible}}.nextNav.mouse:hover{visibility:visible}.boat:hover~.prevNav.mouse,.boat:hover~.nextNav.mouse{visibility:visible}.blockNav{position:absolute;left:50%;overflow:hidden;white-space:nowrap;transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);bottom:0}.blockNav.bar{max-width:550px;height:34px}@media only screen and (max-width:640px){.blockNav.bar{max-width:298px}}.blockNav.dot{max-width:288px;height:36px}.blockNav .block{display:inline-block;cursor:pointer;position:relative;transition:.2s left}.blockNav .block.bar{width:60px;height:34px}.blockNav .block.bar:not(:last-child){margin-right:1px}.blockNav .block.bar:before{content:"";display:block;position:absolute;width:100%;height:6px;top:14px;left:0;transition:background-color .2s linear}.blockNav .block.bar.white:before{background-color:rgba(255,255,255,.6);box-shadow:0 0 3px rgba(0,0,0,.3)}.blockNav .block.bar.white:hover:before,.blockNav .block.bar.white.on:before{background-color:white}.blockNav .block.bar.black:before{background-color:rgba(0,0,0,.5)}.blockNav .block.bar.black:hover:before,.blockNav .block.bar.black.on:before{background-color:rgba(0,0,0,.9)}@media only screen and (max-width:640px){.blockNav .block.bar{width:32px}}.blockNav .block.dot{width:32px;height:36px}.blockNav .block.dot:before,.blockNav .block.dot:after{content:"";display:block;position:absolute;width:12px;height:12px;top:12px;left:10px;border-radius:100%}.blockNav .block.dot:after{transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);transform-origin:50% 50%;transition:transform .3s ease}.blockNav .block.dot:hover:after,.blockNav .block.dot.on:after{transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1)}.blockNav .block.dot.white:before{border:2px solid rgba(255,255,255,.6);box-shadow:0 0 3px rgba(0,0,0,.3),inset 0 0 2px rgba(0,0,0,.3)}.blockNav .block.dot.white:after{background-color:white}.blockNav .block.dot.white:hover:before,.blockNav .block.dot.white.on:before{box-shadow:0 0 3px rgba(0,0,0,.3)}.blockNav .block.dot.black:before{border:2px solid rgba(0,0,0,.5)}.blockNav .block.dot.black:after{background-color:rgba(0,0,0,.9)}.navctl,.blockNav{z-index:10}.nivoSlider:hover .prevNav.mouse,.nivoSlider:hover .nextNav.mouse{visibility:visible}.nivoSlider:hover .nivo-caption.mouseover{transition:transform .3s ease-out;transform:translateY(0)}.nivoSlider .nivo-caption.enable-nav{max-height:calc(50% - 16px)}.nivoSlider .nivo-caption.enable-pagination{padding-bottom:34px}.nivoSlider .nivo-caption.mouseover{transform:translateY(100%)}.nivoSlider.area-background{z-index:0;position:absolute}.nivoSlider.area-background img{-o-object-fit:cover;object-fit:cover;width:100%!important;height:100%!important}
