/*
 * 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 ----------------------------------------------------------------------- */
.nivoSlider {
	position:relative;
	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;
}

/* 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 {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-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 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:45%;
	z-index:9;
	cursor:pointer;
	background: rgba(0,0,0,0.76);
	text-align: center;
	font-size: 25px;
	line-height: 25px;
	padding: 15px 20px;
	text-transform: uppercase;
	color: white;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	z-index: 999;
}
.nivo-controlNav a {
	cursor:pointer;
	display: inline-block;
	margin-right: 8px;
	height: 10px;
	width: 10px;
	border-radius:6px;
	font-size: 9px;
	font-family: arial;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/* !------------- NIVO SLIDER RESPONSIVE ----------------------------------------------------------------------- */
.nivoSimple{
	width: 940px;
	height: 376px;
	background: black;
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
}
.nivoFull{
	position: absolute;
	width: 100%;
	left: 0;
	overflow: hidden;
	height: 376px;
}
.nivoSlider{
	width:940px;
}
.nivoFull .nivoSlider{
	min-width: 100%;
	min-height:376px; 
	top: 0px;
}
.nivoPusher{
	height: 376px;
/* 	margin: 10px 0; */
}

/* !------------- GRID 3*240px ----------------------------------------------------------------------- */


@media only screen and (min-width: 719px) and (max-width: 959px) {
	.nivoSimple{
		width: 700px;
	}
	.nivoSimple .nivoSlider {
		left: -120px;
	}
	.nivoSimple .nivo-prevNav {
		left:120px;
	}
	.nivoSimple .nivo-nextNav {
		right:120px;
	}
	.nivoSimple .nivo-caption {
		height: 100%;
		left: 120px;
	}
}

/* !------------- GRID 2*240px ----------------------------------------------------------------------- */


@media only screen and (min-width: 480px) and (max-width: 719px) {
	.nivoSimple{
		width: 460px;
	}
	.nivoSimple .nivoSlider {
		left: -240px;
	}
	.nivoSimple .nivo-prevNav {
		left:240px;
	}
	.nivoSimple .nivo-nextNav {
		right:240px;
	}
	.nivoSimple .nivo-caption {
		height: 100%;
		left: 180px;
	}	
}


/* !------------- GRID 1*320px ----------------------------------------------------------------------- */

@media only screen and (max-width: 479px) {
	.nivoSimple{
		width: 300px;
	}
	.nivoSimple .nivoSlider {
		left: -320px;
	}
	.nivoSimple .nivo-prevNav {
		left:320px;
	}
	.nivoSimple .nivo-nextNav {
		right:320px;
	}
	.nivoSimple .nivo-caption {
		
height: 100%;
		width: 300px;
		min-width: 300px;
		max-width: 300px;
		left: 260px;

	}
}
