/*
 * 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 */

.sliderbanner { padding:0 0 0 0;  text-align:center; }
.nivo-caption {
    position: absolute;
   bottom: 25px;
    left: 10px;
    background-color: rgba(255,255,255,0.7);
   color: #781426;
   width: 450px;
    z-index: 8;
    padding: 25px;
    overflow: hidden;
    display: none;
   
}

.nivo-caption p {
	color: #781426;
    text-align: left;
    font-size: 20px;
}





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


	.nivo-caption {

		position:absolute; bottom: 10px; left:0; background-color:rgba(255,255,255,0.7);

		width:80%; padding: 10px; color:#781426; text-align:left; font-size:14px;

	}
	
	
	.nivo-caption p { color:#781426; text-align:left; font-size:14px;}

}


 
/* The Nivo Slider styles */
.sliderbanner {   text-align:center; background: #781426; }
.nivoSlider {
	position:relative;
	width: 1170px;     margin: 0 auto;
	height:auto; text-align:center;
	overflow: hidden;
}


.nivoSlider img {
	display:inline!Important; margin:0 auto!Important; 
	width:100%; max-width:auto; background: #781426; 
	height: 600px!important; /* edit the height */
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) {
	.nivoSlider {width: 1005px;}
	.nivoSlider img{ height: 515px !important;}
}

@media only screen and (min-width : 767px) and (max-width : 1024px) {
	.nivoSlider {width: 747px;}
	.nivoSlider img{ height: 383px !important;}
}

@media only screen and (min-width : 500px) and (max-width : 766px) {
	.nivoSlider {width: 480px;}
	.nivoSlider img{ height: 246px !important;}
	.nivo-caption { width: 400px; bottom: 5px; left: 5px; padding: 5px;}
	
	
	.nivo-caption p {font-size: 14px;}

	
}
@media only screen and (min-width : 310px) and (max-width : 499px) {
	.nivoSlider {width: 280px;}
	.nivoSlider img{ height: 144px !important;}
	.nivo-caption { width: 200px; bottom: 5px; left: 5px; padding: 5px;}
	.nivo-caption p {font-size: 12px;}
}


.nivo-main-image {
	display: block !important;
	position: relative !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; }


.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:0!important; height:25px;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}