﻿/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
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 ===*/
/*===================*/

a, a:visited {
	color:#333333;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}

#dev7link {
    position:absolute;
    top:0;
    left:50px;
    background:url(images/dev7logo.png) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}

.slider-wrapper {
	width: 100%;
	margin: 0px auto;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/

#banner_title{
	position: absolute;
    top: 0px;
    left: 0px;
	padding:10px;
	width:200px;
	height:50px;
	color:#FFFFFF;
	background-color:#003366;
	font-family: 'Roboto', sans-serif; 
	opacity:0.5;
	font-size:18px;
	z-index: 1;
}


.clear {
	clear:both;
}


.nivo_img { 
    width: 100%;
    display: inline-block;
    position: absolute;
}
.nivo_img img { 
    width: 100%;
}
.nivo_img p {
    position: absolute;
    top: 0px;
    left: 0px;
	padding:10px;
	width:200px;
	height:50px;
	color:#FFFFFF;
	background-color:#003366;
	font-family: 'Roboto', sans-serif; 
	opacity:0.5;
	font-size:18px;
	z-index: 1;
}
.nivo_img p span {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 10px 10px;
    float: left;
}

#banner_title{
               position: absolute;
    top: 0px;
    left: 0px;
               padding:10px;
               width:200px;
               height:50px;
               color:#FFFFFF;
               background-color:#003366;
               font-family: 'Roboto', sans-serif; 
               opacity:0.5;
               font-size:18px;
               z-index: 1;
}

.box-slider-text
{
               position:absolute;
               left:0px;
               bottom:30px;
               background:#000;
               color:#fff;
               width:100%;
               height:20%;
               z-index:8;
               padding: 5px 10px;
               opacity: 0.8;
               overflow: hidden;
               -moz-opacity: 0.8;
               filter:alpha(opacity=8);
               -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
               -moz-box-sizing: border-box;    /* Firefox, other Gecko */
               box-sizing: border-box;         /* Opera/IE 8+ */
               font-size:20px;
               font-weight:350;
               font: 'Roboto'!important;            
               
}


