/* This is a custom Nivo Slider styles */
.nivoSlider 									{ position:relative; text-align: center;
											      background-position: center center !important; margin: 0; padding: 0;
												  background-size: cover !important;}
.nivoSlider img 								{ display: none; width: 100%; height: 450px; z-index: -5; }
/* 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; }
/* The slices and boxes in the Slider */
.nivo-slice									{ display:block; position:absolute; z-index:5; width: 100%; height: 450px; 
											background-position: center center !important; background-size: cover !important;}
.nivo-slice img                             {display: none; width: 100%; height: 450px;}
.nivo-box 									{ display:block; position:absolute; z-index:5; }
/* Caption styles */
.nivo-caption 								{ position:absolute; left:0px; bottom: 35px; color:#fff;
											/* Overridden by captionOpacity setting */ max-width:50%; max-height: 150px;
											overflow: hidden; text-overflow: ellipsis; z-index:8;
											font-family: 'Oswald', Arial, Helvetica, sans-serif; display: block; background:rgba(0, 0, 0, 0.9); }
.nivo-captionTitle							{text-transform: uppercase; line-height: 24px; font-size: 18px; font-weight: 500; letter-spacing: 1px; float: left;  padding:5px 20px;
											position: relative: left: -19px;}
.nivo-captionContent						{font-size: 14px; color: #fff; display: block;font-weight: lighter; letter-spacing: 1px; padding:5px 0; margin-top: 20px;}
.nivo-caption a 							{ display:inline !important; color:#fff; border-bottom:1px dotted #fff; }
.nivo-caption a:hover 						{ color:#fff; }
.nivo-html-caption 							{ display:none; }
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a 						{ position:absolute; top:42%; z-index:9; cursor:pointer; display:block;
											width:63px; height:81px; background-image:url(images/arrows_overlay.png); 
											background-repeat: no-repeat; background-color: transparent;
											text-indent:-9999px; border:0;}
.nivoSlider a 								{ border:0; display:block; }
.nivo-prevNav 								{ left:-26px; background-position: 0 0; } 
.nivo-nextNav 								{ background-position: -64px 0; right: -26px; }
/* Control nav styles (e.g. 1,2,3...)*/
.nivo-controlNav 							{ position:absolute; left:50%; bottom: 10px; margin-left: -40px;z-index: 15; }
.nivo-controlNav a 							{ display:block; width:22px; height:22px; background:url(images/bullets2.png) no-repeat; 
											text-indent:-9999px; border:0; margin-right:3px; float:left; }
.nivo-controlNav a.active 					{ background-position:0 -22px; font-weight: bold; }


@media screen and (max-width: 768px) {
	
	.nivoSlider img{
		height: auto;
		
	}
	
		
	.nivo-slice{
		height: auto;
		
	}
	
		
	.nivo-slice img{
		height: auto;
		
	}
}