/*
 * jQuery Nivo Slider v2.5.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* 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;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:6px;
	bottom:30px;
	/*background:url(../images/sliderline.png) no-repeat center center;*/
  font-size: 24px;
  font-family: "Cambria Math";
  color: rgb(247, 204, 6);
  text-transform: uppercase;
  text-align: left;
  line-height: 1.4;
  text-shadow: 0px 1px 1.96px rgba(0, 0, 0, 0.22);
	opacity:1; /* Overridden by captionOpacity setting */
	width:90%;
    height: 37px;
	z-index: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 a {
	position:absolute;
	top:42%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.moreslider {
    display: block;
    width: 165px;
    height: 39px;
   margin: 0 auto;
  background: url("../images/more.png") no-repeat center center;
  position: absolute;
  left: 40%;
  bottom: 80px;
  z-index: 10;
  transition: 0.5s;
  font-size: 16px;
  font-family: "Candara";
  color: #862C00;
  font-weight: bold;
  line-height: 2.2;
  text-align: center;
  text-shadow: 0.242px 0.97px 0px rgba(242, 182, 12, 0.004);
  
}
.moreslider:hover {
    filter:brightness(1.5);transition: 0.5s;
    }
.headslider {
  font-size: 36px;
  font-family: "Candara";
  color: rgb(255, 156, 0);
  font-weight: bold;
  line-height: 1.333;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.75);
  position: absolute;
  left: 24%;
  width: 50%;
  bottom: 174px;
  z-index: 63;
  text-align:center;
}

.slidertext {
  font-size: 18px;
  font-family: "Candara";
  color: rgb(215, 215, 215);
  line-height: 1;
  text-align: center;
	width:80%;

  line-height: 1.25;
  position: absolute;
  left: 10%;
  bottom: 130px;
  z-index: 64;
}
