/*SLIDER*/

#nivo-slider {
  position: relative;
}

#featured #nivo-slider .row, #featured #nivo-slider .row-fluid {
  margin-bottom: 0;
}

.nivo-slider {
  background: #fbfbfb;
}

.slides {
  margin: 0;
  overflow: hidden;
}

.slides li {
  list-style-type: none;
}

.nivoSlider, .nivo-slider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
}

.nivo-slider 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 {
  text-align:center;
  position: absolute;
  background: none;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 20px;
  opacity: 1;
  overflow: hidden;
  display: none;
  /*bottom:30%;*/
  top: 4vw;

/*  -moz-opacity: 0.9;
  filter: alpha(opacity=9);*/
  -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 h2:before{
  content: "";
  width: 8vw;
  height:0.9vw;
  border-top:1px solid white;
  display: inline-block;
  margin: 0 3.2vw 0 0;
}

.nivo-caption h2:after{
  content: "";
  width: 8vw;
  height:0.9vw;
  border-top:1px solid white;
  display: inline-block;
  margin: 0 0 0 3.2vw;
}

.nivo-caption h2 {
	width: 100%;
	color: #00e7f9;
	font-weight: 400;
	font-size: 2.5vw;
	text-align: center;
	font-family: 'Barlow Semi Condensed',sans-serif;
	margin: 0;
	padding: 12vw 0 1.25vw 0;
	text-transform: uppercase;
	font-style: italic;
}
*/

.nivo-caption p {
  font-family: 'Barlow Semi Condensed',sans-serif;
  margin-bottom: 20px;
  color:#fff;
  font-style: italic;
}

.nivo-caption a {
  display: inline !important;
}

.nivo-html-caption {
  display: none;
}

/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
  position: absolute;
  bottom: 0px;
  z-index: 9;
  cursor: pointer;
}

.nivo-prevNav {
  right: 0px;
}

.nivo-nextNav {
  right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
  text-align: center;
  padding: 0;
  margin:-25px 0 0 0;
  z-index:95;
  position: relative;
  bottom: 5.5vw;
}

.nivo-controlNav a.active {
  background-position: 0 -22px;
  background-color:#01bdce;
  opacity:1;
}



.nivo-directionNav a {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	/* sprites.less reset */
	display: inline;
/*	width: auto;
	height: auto;
	line-height: normal;*/
	vertical-align: baseline;
/*	background-image: none;*/
	background-position: 0% 0%;
	background-repeat: repeat;
/*	margin-top: 0;*/
	margin: 0;
	display: inline-block !important;
	text-align: center !important;
	color: #fff;
/*	width: 36px;
	height: 72px;*/
	padding: 3px;
	font-size: 12px;
	line-height: 18px;
	text-shadow: none;
	cursor: pointer;
	background-size:contain;  
/*	right: 15px;*/
}

@media screen and (min-width: 980px) {
	.nivo-directionNav a {
		width: 28px;
		height: 80px;
	}
	a.nivo-nextNav {
		right: 10vw;
		background-image: url(/shared/img/banner_right.svg);
		background-size:100% 100%;
	}
	a.nivo-prevNav {
		left:10vw;
		background-image: url(/shared/img/banner_left.svg);
		background-size:100% 100%;
	}

}
@media screen and (max-width: 979px) {
	.nivo-directionNav a {
		width: 21px;
		height: 60px;
	}
	a.nivo-nextNav {
		background-image: url(/shared/img/banner_right.svg);
		right: 6vw;
		background-size:100% 100%;
	}
	a.nivo-prevNav {
		background-image: url(/shared/img/banner_left.svg);
		left:6vw;
		background-size:100% 100%;
	}
}

.nivo-directionNav a {
  opacity: 1;
}

/*a.nivo-nextNav:before {
  content: ">";
  color: #fff;
}*/


/*a.nivo-prevNav:before {
  content: "<";
  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;
}

.nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
/*  background: url(../img/nivo-bullets.png) no-repeat;*/
  text-indent: -9999px;
  border: 0;
  margin: 0 10px;
  background-color:#00e7fb;
  border-radius:50%;
  opacity:0.25;
}

.nivo-control.active {
  background-position: 0 0;
}

p.bannerbtn {
	margin:3.64vw 0 5px 0 !important;
}
a.homebtn {
	border:1px sold #FFFFFF;
	background-color:#5b205e;
	font-family:'Quicksand',sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	font-size:1.2rem;
	text-transform:uppercase;
	padding:20px 80px;
	margin:0;
}

/*SLIDER*/
