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

 
#slider{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	margin-bottom:-16px;
	}

#slider p{
padding:0;
margin:0;
}
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
	clear:both;
}
.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 {
background:white; 
filter: alpha(opacity=0); 
opacity: 0;
z-index: 8;
width: 100%;
height: 100%;
position: absolute; 
}
.nivoSlider p a {
background:white; 
filter: alpha(opacity=0); 
opacity: 0;
z-index: 8;
width: 100%;
height: 100%;
position: absolute;
left:0; 
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
} 
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	top:30%;
	left: 25%;
	height:160px;
	width:50%;
	background:#000;
	color:#fff;
	z-index:8;
	padding:16px;
	margin:0;
	opacity: 0.6;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.6;
	filter:alpha(opacity=6);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	border-radius: 10px;
}
  .slide_res{
	width:100%;
	opacity:1;
  }
  .slider_block{
	min-height:340px;
	display:inline-block;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
	 text-align:center;
}
.slide-h1{
	FONT-FAMILY: Arial; 
	FONT-SIZE: 32px; 
	line-height:37px;
	COLOR: #ffffff; 
	TEXT-DECORATION: none; 
	text-shadow: 2px 2px 2px #000000;
}
.slide-h2{
	FONT-FAMILY: Monotype Corsiva; 
	FONT-SIZE: 42px; 
	line-height:30px;
	COLOR: #128991; 
	TEXT-DECORATION: none; 

}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	background:#900;
	background:url(../images/slider-dir-nav.png) no-repeat;
	display:block;
	width:45px; 
	height:44px;
	font-size:1px;
	text-indent:-9999em;
}

.nivo-directionNav a.nivo-prevNav:hover{
	background-position: left -44px;
	}

.nivo-directionNav a.nivo-nextNav:hover{
	background-position: right -44px;
}
.nivo-directionNav a.nivo-prevNav {
	left:15px;
	background-position: left top;
}
.nivo-directionNav a.nivo-nextNav {
	right:15px;
	background-position: right top;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
    position: relative;
    top: -30px;
    left: 46%;	
}
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	width:17px;
	height:17px;
	background:url(../images/slider_btns.png) -25px 0 no-repeat;
	text-indent:-999em;
	font-size:1px;
	line-height:1px;
	display:block;
	float:left;
	margin: 0 0 0 8px;	
}
.nivo-controlNav a.active,
.nivo-controlNav a:hover {
	background-position: top left;
}
@media (max-width: 1023px) {
	html {overflow-x: hidden; }	
	body{overflow-x: hidden;}			
	.nivoSlider{
    padding-top:14px;		
    position: relative;
    left: 0; 
	}	
    .nivo-caption {
       display:none !important;
    }	
	.nivo-controlNav a {
	 top:10px;
	 left: -7%;
	}	
    .nivo-directionNav a {
	top:40%;	
	}
  .menu_holder{
	position:relative;
  }
@media (max-width: 480px) {			
	.nivoSlider{
    padding-top:40px;
	}	
    .nivo-directionNav a {
	top:30%;	
	}
	.nivo-controlNav a {
	 top:30px;
	 left: -18%;
	}		
}