/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body, div, span, applet, object, iframe,
/*h1,*/ h2, h3, h4, h5, h6, p, blockquote, pre,
/*a,*/ abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body, html {
	line-height:1;
	color:black;
	background-color:red;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body, html {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font:'Yanone Kaffeesatz',sans-serif;
	color:#666;
	font-size:100%;
	width:100vw;
	background:rgba(255,255,255,0);
}

a, a:visited {
	color: #666; /*blue;*/
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}

/*.slider-wrapper { 
	width: 80%; 
	margin: 100px auto;
}*/

.slider-wrapper { 
	width: 100%; 
	margin: 0 auto;
	/*background:transparent;*/
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

.opacity {   
	opacity: 0.8;       /* modern browser */  
	-moz-opacity: 0.8;  /* older Mozilla browser */  
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE8 in Standard Compliant Mode */  
	filter:alpha(opacity=80); /* IE5.x -7.0 */  
} 

.no_opacity {   
	opacity: 1.0;       /* modern browser */  
	-moz-opacity: 1.0;  /* older Mozilla browser */  
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE8 in Standard Compliant Mode */  
	filter:alpha(opacity=100); /* IE5.x -7.0 */  
} 
