/*
 * jQuery Nivo Slider v3.1
 * 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 */
/* The Nivo Slider styles */
.nivoSlider {
    position:relative;
    width:100%;
    height:100%;
    overflow: hidden;
    min-height: 160px;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    max-width: none;
    display: none;
    z-index: 2 !important;
    min-height: 160px;
    min-width: 400px;
}
.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

.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;
}

.nivo-slice {
    border-radius: 5px;
    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; }

.nivo-caption {
    position:absolute;
    left:0px;
    top: 60px;
    background: transparent;
    width:100%;
    z-index:8;
    opacity: 0.99;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter:alpha(opacity=8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;    
    box-sizing: border-box;

        
}

.nivo-caption .centered {
	background: transparent;
	padding-right: 10%;
	box-sizing: border-box;
}

.nivo-caption h1{
	color: #fff;
	text-transform: uppercase;
	font-size: 300%;
	font-weight: 700;
	line-height: 125%;
    padding: 5px;
    margin:0;
}

.nivo-caption h1 a {
	color: inherit;
	text-decoration: none;
}

.nivo-caption span.link:before{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	content: '.';
	opacity: 0.3;
	margin: -5px -15px;
	z-index: 1;
	
}

.nivo-caption span.link a{
	position: relative;
	z-index: 2;
	
}

.nivo-caption span.link {
	position: relative;
	padding: 5px 15px;
	font-size: 100%;
	color: #fff;
	display: inline-block;
	margin-top: 50px;
	font-weight: 700;
	border: 1px solid #fff;
	z-index: 2;
}

.nivo-caption p {
    padding:5px;
    margin:0;
}
.nivo-caption a {
    display:inline !important;
    color: #fff;
}

.nivo-caption img {
	margin-top: 3px;
	width: 75px; 
}

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

.nivo-directionNav a {
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
}
.nivo-prevNav {
    left:10px;
    background: url(/_local/images/prevSlide.png) no-repeat;
    width: 9%;
    height: 16%;
    background-size: contain;
}
.nivo-nextNav {
    right:10px;
    width: 9%;
    height: 16%;
    background: url(/_local/images/nextSlide.png) right no-repeat;
    background-size: contain;
}

.nivo-controlNav {
    text-align:center;
    padding: 15px 0;
}
.nivo-controlNav a {
    cursor:pointer;
}
.nivo-controlNav a.active {
    font-weight:bold;
}







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

.nivo-controlOuter {
	position:absolute;
    height: 50px;
    width: 100%;
    z-index: 9!important;
	margin-top: -50px; /* Put the nav below the slider */
}

.nivo-controlNav {
    position: relative;
	margin: auto;
    width: 100px;
    white-space: nowrap;
    overflow: visible;
}

.nivo-controlNav a {
	cursor: pointer;
	float: left;
	width: 17.66px;
	overflow: hidden;
	height: 17px;
    border-radius: 9px;
	line-height: 55px;
	margin-right: 5px;
	text-indent: -9999;
    background: #d8d9d9;
}
.nivo-controlNav a.active {
	opacity:1;
	background: #a2062d;
    border: 0;
}





.nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
	background: url(/_local/scripts/nivo-slider/themes/default/bullets.png) no-repeat;
	border:1px solid #999;
}


@media only screen and (max-width: 1500px) {
	
	.nivo-caption {
		top: 40px;
	}
	
	.nivo-caption h1{
		font-size: 250%;
	}

	
}

@media only screen and (max-width: 1200px) {
	
	.nivo-caption {
		top: 30px;
	}
	
	.nivo-caption h1{
		font-size: 180%;
	}

	
}


@media only screen and (max-width: 870px) {
	
	.nivo-caption {
		top: 20px;
	}
	
	.nivo-caption h1{
		font-size: 180%;
	}

	.nivo-caption span.link {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 800px) {
	
	.nivo-caption h1{
		font-size: 150%;
	}
}

@media only screen and (max-width: 700px) {
	
	.nivo-caption {
		top: 10px;
	}
	
	.nivo-caption h1{
		font-size: 120%;
	}
	
	.nivo-caption span.link {
		margin-top: 16px;
	}
}


@media only screen and (max-width: 600px) {
	
	
	.nivo-caption h1{
		font-size: 100%;
	}
	
	
	.nivoSlider img {
		min-height: 150px;
	}
    
    .nivo-controlOuter {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
	
	.nivo-caption {
		top: 5px;
	}
	
	.nivo-caption h1{
		font-size: 80%;
	}
	
	.nivoSlider img {
	   min-height: 100px;
	}
	.nivoSlider{
		overflow: hidden;
	    min-height: 100px;
	}
	
	.nivo-caption span.link {
		margin-top: 8px;
	}
    
    
    .nivo-controlNav {
        margin: auto;
        overflow: visible;
        position: relative;
        white-space: nowrap;
        width: 90px;
    }
    
}

@media only screen and (max-width: 360px) {

	
	.nivo-caption span.link {
	position: relative;
	padding: 1px 10px;
	margin-top: 10px;
	font-size: 80%;
	}
}









