﻿/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
#slider {height: 560px; width: 560px; float: left; border: 1px #f2f2f2 solid; margin: 0 2%; box-sizing: border-box; box-shadow: 0 5px 15px -4px rgba(0, 0, 0, 0.7);}
.nivoSlider {
	position: relative;
	z-index: 3;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

.nivo-caption {position:absolute;  left:10%; bottom:10px; background: rgba(50, 52, 64, 0.5); text-align:center; font-family: 'Lora', Garamond, serif; text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
    color: #fff; font-size: 20px; font-weight: bold; line-height: 1.2em; text-align: center; width: 80%; margin: 0 auto; border-radius:10px; z-index: 8; padding: 5px; overflow: hidden; display: none; box-sizing: border-box;}
.nivo-caption h1 {font: 32px 'Lora', Verdana, Helvetica, sans-serif; font-weight: normal;	color: #fff; margin: .1em 0 .1em 0; letter-spacing: 1px;}
.nivo-caption p {padding: 0; margin: 0;}


/* 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 {/*moved to style.css*/}
.nivo-caption p {padding: 0; 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:45%;
	z-index:9;
	cursor:pointer;
		border-style: none;
	border-color: inherit;
	border-width: 0;
	display:block;
	width:30px;
	height:30px;
	text-indent:-9999px;
	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;
}
.nivo-prevNav {
	left:0px;
	display: none;
	}

.nivo-nextNav {
	right:0px;
	display: none;
	}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
display: none;
}
.nivo-controlNav a {
position:relative;
z-index:99;
cursor:pointer;
display: none;}

.nivo-controlNav a.active {
font-weight:bold;
display: none;}

