/*
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
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
    /*margin-bottom:10px;*/
    /*-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;*/
	max-height: 410px;
	overflow: hidden;
}
.theme-default .nivoSlider img {
/*	position:absolute;
	top:0px;
	left:0px;*/
	display:none;
	max-height: 410px;
}
.theme-default .nivoSlider a {
	border:0;
	/*display:block;
	width:100%;
	height:100%;*/
}

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

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/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; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
/*
Skin Name: Nivo Slider Light Theme
Skin URI: http://nivo.dev7studios.com
Description: A light skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-light {
	height: 464px;
	overflow: hidden;
}

.theme-light .nivoSlider {
	position:relative;
	background:transparent url(../images/loading.gif) no-repeat 50% 50%;
	/*min-height: 224px;
	max-height: 280px;*/
	height: 410px;
	overflow: hidden;
    overflow: visible;
	/*background-color: #ececec;*/
}
.theme-light .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	max-height: 410px;
}

.scheme2 .theme-light {
	height: 361px;
}

.scheme2 .theme-light .nivoSlider {
	height: 317px;
}

.scheme2 .theme-light .nivoSlider img {
	height: 317px;
}

.theme-light .nivoSlider a {
	border:0;
	display:block;
}

.theme-light .nivo-controlNav {
	text-align: left;
	padding: 0;
	padding: 1px 0 11px 0;
	position: relative;
	z-index: 10;
}
.theme-light .nivo-controlNav button {
	display:inline-block;
	box-sizing:content-box;
	width:10px;
	height:10px;
	background:url(../images/bullets.png) no-repeat;
	background-origin:content-box;
	text-indent:-9999px;
	border:0;
	margin: 0 3px;
	padding:9px;
}
.theme-light .nivo-controlNav button.active {
	background-position:0 100%;
}

.theme-light .nivo-directionNav button {
	display:block;
	width:48px;
	height:48px;
	top:50%;
	bottom:auto;
	margin-top:-24px;
	border:0;
	padding:0;
	background-color: rgba(20,20,20,0.45);
	background-repeat:no-repeat;
	background-position:center;
	background-size:18px 18px;
	border-radius:50%;
	box-shadow:0 2px 8px rgba(0,0,0,0.25);
	text-indent:-9999px;
	opacity:0;
	z-index: 11;
	cursor:pointer;
	-webkit-transition: opacity 250ms ease, background-color 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
	-moz-transition: opacity 250ms ease, background-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
	transition: opacity 250ms ease, background-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}
.theme-light:hover .nivo-directionNav button,
.theme-light .nivo-directionNav button:focus-visible {
	opacity:1;
}
.theme-light .nivo-directionNav button:hover {
    background-color: rgba(20,20,20,0.75);
    box-shadow:0 4px 14px rgba(0,0,0,0.4);
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.theme-light .nivo-directionNav button:active {
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
}
.theme-light .nivo-directionNav button:focus-visible {
    box-shadow:0 0 0 3px rgba(255,255,255,0.55), 0 4px 14px rgba(0,0,0,0.4);
}
.theme-light button.nivo-nextNav {
	right:16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
}
.theme-light button.nivo-prevNav {
    left: 16px;
	right: auto;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
}

.theme-light .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-light .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-light .nivo-caption a:hover {
    color:#fff;
}

.theme-light .nivo-controlNav.nivo-thumbs-enabled {
	width: 80%;
}
.theme-light .nivo-controlNav.nivo-thumbs-enabled button {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-light .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
/*
 * jQuery Nivo Slider v3.1
 * 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;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
	height: auto !important;
	object-fit: cover;
}

/* 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: #fff;
	filter: alpha(opacity=0); 
	opacity: 0;
	-webkit-opacity:0;
	-moz-opacity:0;
	-khtml-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;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-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 button {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	border:0;
	margin:0;
	padding:0;
	background-color:transparent;
	font:inherit;
	-webkit-appearance:none;
	appearance:none;
}
.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 button {
	cursor:pointer;
	border:0;
	margin:0;
	padding:0;
	background-color:transparent;
	font:inherit;
	-webkit-appearance:none;
	appearance:none;
}
.nivo-controlNav button.active {
	font-weight:bold;
}
.slider-wrapper {
	position: relative;
}
