/*
 * 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
 */
 
.futurico-theme.slider-wrapper { position: relative; max-width: 960px; max-height: 100%; margin-bottom: 10px; padding: 3px; background: #c2c2c2; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.futurico-theme .nivoSlider { position: relative; max-width: 960px; max-height: 100%; }
.futurico-theme .nivoSlider img { display: none; position: absolute; width: 960px; height: 100%; top: 0; left: 0; }
.futurico-theme .nivo-controlNav { position: absolute; top: 0px; right: 9px; z-index: 10; }
.futurico-theme .nivo-controlNav a { display: block; float: left; width: 16px; height: 16px; margin-right: 5px; text-indent: -9999px; background: #141517; -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0, .5), 0px 1px 1px rgba(255,255,255, .05); -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0, .5), 0px 1px 1px rgba(255,255,255, .05); box-shadow: inset 0px 1px 1px rgba(0,0,0, .5), 0px 1px 1px rgba(255,255,255, .05); }
.futurico-theme .nivo-controlNav a.active, .futurico-theme .nivo-caption span { background: #a5cd4e; background: -moz-linear-gradient(top,  #a5cd4e 0%, #6b8f1a 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a)); background: -webkit-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); background: -o-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); background: -ms-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); background: linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); -webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255, .4), 0px 1px 1px rgba(0,0,0, .3); -moz-box-shadow: inset 0px 1px 1px rgba(255,255,255, .4), 0px 1px 1px rgba(0,0,0, .3); box-shadow: inset 0px 1px 1px rgba(255,255,255, .4), 0px 1px 1px rgba(0,0,0, .3); }
.futurico-theme .nivo-directionNav a { display: block; top: 60px; font-family: 'Consolas', sans-serif; font-size: 40px; color: #141517; text-shadow: 0px 1px 1px rgba(255,255,255, .05); }
.futurico-theme a.nivo-prevNav { left: -40px }
.futurico-theme a.nivo-nextNav { right: -40px }
.futurico-theme .nivo-caption { padding: 14px; font-family: Helvetica, Arial, sans-serif; font-size: 12px; color: #e1e1e1; background: #412716; }
.futurico-theme .nivo-caption a {color:#fff; text-decoration:underline;}
.futurico-theme .nivo-caption span { display: inline-block; width: 5px; height: 5px; margin: 0 5px 1px 5px; }
.futurico-theme .nivo-caption em { font-family: Georgia, sans-serif; font-size: 14px; color: #727581; } 

@media screen and (max-width: 960px){
.futurico-theme.slider-wrapper {max-width: 959px;}
#slider {
        position:relative;
        max-width:959px;;
		width:99%;
		height:99%;
        margin-left:auto;
        margin-right:auto;
        overflow:hidden;
    }
}
@media screen and (max-width: 320px)
{
.futurico-theme .nivo-controlNav {display:none;}
}
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	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;
}

/* 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;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}