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

#topslider.slider-wrapper {
    background: #fff;
    padding: 10px;
}
#topslider .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    /*overflow: visible;*/
}
#topslider .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
  width: 100%;
	display:none;
}
#topslider .nivoSlider a {
	border:0;
	display:block;
}

#topslider .nivo-controlNav {
	text-align: left;
	padding: 0;
	position: relative;
	z-index: 10;
}
#topslider .nivo-controlNav a {
	display:inline-block;
	width:10px;
	height:10px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
#topslider .nivo-controlNav a.active {
	background-position:0 100%;
}

#topslider .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	top: auto;
	bottom: -36px;
	z-index: 11;
}
#topslider .nivo-directionNav a:hover {
    background-color: #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#topslider a.nivo-nextNav {
	background-position:160% 50%;
	right:0px;
}
#topslider a.nivo-prevNav {
    background-position:-60% 50%;
    left: auto;
	right: 35px;
}
#topslider .nivo-caption a {
  text-decoration: none;
  background-color: white;
  color: black;
  padding: 4px 8px 4px 8px;
  position: relative;
  top: 2px;
  float: right;
  opacity: 1.0;
  margin-bottom: 7px;
}
#topslider .nivo-caption a:hover {
    color:#fff;
    background-color: #f46300;
}

.nivoSlider h2 {
  margin: 0;
  font-weight: 300;
  border-bottom: 1px solid #ed2518;
  font-size: 31px;
}

#topslider .nivo-controlNav.nivo-thumbs-enabled {
	width: 80%;
}
#topslider .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
#topslider .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

/* Caption styles */
.home .nivo-caption {
  position: relative;
  top: 128px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  width: 450px;
  /*height: 178px;*/
  z-index: 8;
  padding: 5px 10px;
  opacity: 1.0;
  overflow: hidden;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nivo-caption {
  position: relative;
  top: 52px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  width: 450px;
  /*height: 178px;*/
  z-index: 8;
  padding: 5px 10px;
  opacity: 1.0;
  overflow: hidden;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nivo-caption p {
	padding:5px;
	padding-left: 0;
	margin:0;
	font-weight: 300;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}

.home #topslider .nivoSlider { max-height:400px; min-height:400px; }
#topslider .nivoSlider { max-height:250px; min-height:250px; }
#topslider .nivo-controlNav {
  margin-top: -30px;
  text-align:center;
}

#topslider .nivo-controlNav a {
  z-index: 15;
  position: relative;
}

#topslider h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 300;
  border-bottom: 2px solid #f46300;
}