/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:50px;
    -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:absolute;
	height:14px;
	right:31px;
	bottom:26px;
}
.theme-default .nivo-controlNav a {
	float:left;
	position:relative;
	z-index:99;
	cursor:pointer;
	display:inline-block !important;
	margin-left:4px;
	width:14px;
	height:14px;
	overflow:hidden;
	text-indent:-999em;
	background:rgba(255, 255, 255, .3);
}
.theme-default .nivo-controlNav a.active {
	background:#ffffff;
}
.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    position:absolute;
	left:0px;
	bottom:0px;
	background:url(../../images/caption-bg.png);
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
	font-size:26px;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	letter-spacing:-1px;
}
.theme-default .nivo-caption strong {
		display:inline-block;
		font-size:73px;
		line-height:1.12em;
		vertical-align:text-bottom;
		font-weight:normal;
		letter-spacing:-3px;
		}
	* + html .nivo-caption strong {
		line-height:1.27em;
		}
.theme-default .nivo-caption p {
		margin-bottom:0;
		}
.theme-default .nivo-caption a {
	display:inline !important;
}
.theme-default .nivo-html-caption {
  display:none;
}