/*
Skin Name: Nivo Slider Default Theme
Skin URI: https://879a3c13-efdf-485a-852d-d901eb7754e7.p.bardy.io
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: https://8266e9f6-165c-499a-a393-fee98b52e03c.p.bardy.io
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(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;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position: relative;
	display: inline-block;
	float: right;
	margin-top: -60px;
	right: 20px;
	text-align: right;
	z-index: 9999;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	overflow: hidden;
	width:16px;
	height:16px;
	/* background:url(bullets.png) no-repeat; */
	text-indent: 99999px;
	border:0;
	margin: 0 6px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	background: #CCC;
}
.theme-default .nivo-controlNav a.active {
	/* background-position:0 -22px; */
	background: #26486E;
}

.theme-default .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; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
	padding-top: 10px;
	padding-bottom: 10px;
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
	line-height: 24px;
    color:#fff;
}
.theme-default .nivo-caption a i, .theme-default .nivo-caption a span.fa3icon {
	margin-left: 5px;
	font-size: 16px;
	vertical-align: middle;
}
.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;
}