@font-face {
    font-family: Open Sans Light;
    src: url("fonts/OpenSans-Light.ttf");
}

#banner-scroll
{
	/*typical screen height = 768px. Minus header. Minus menu. Equals 768-50-38*/
	height:415px;
	background:rgb(240,240,240);
	border-bottom:rgb(215,215,215) 1px solid;
	position:relative;
}

#banner-scroll .nav-cont
{
	position:absolute;
	width:100%;	
	height:100%;
	z-index:3;
	background:transparent;
}

#banner-scroll .nav-i
{
	position:absolute;
	cursor:pointer;	
	top:180px;
	-webkit-transition:.5s;	
}
#prev-i{ 
	left:0%;
	transition:.5s;	
	opacity:0;
}

#next-i{ 
	right:0;
	transition:.5s;
	opacity:0;
}


#banner-carousel-buttons
{
	margin-top:0px;
	position:relative;
	height:22px;
	width:300px;
}

#banner-carousel-buttons .left
{
	float:left;
	background:url('../images/banner-buttons-left.png') no-repeat;
	width:28px;
	height:22px;	
}
#banner-carousel-buttons .right
{
	float:left;
	background:url('../images/banner-buttons-right.png') no-repeat;
	width:28px;
	height:22px;	
	
}

#banner-carousel-buttons .banner-carousel-buttons-items
{
	float:left;
}

#banner-carousel-buttons .active
{
	float:left;
	background:rgb(81,133,176);
	border-radius:100%;
	width:12px;
	height:12px;
	transition:.3s;
	cursor:pointer;
	margin-right:10px;
	box-shadow: 0px 1px 0px 1px rgb(61,113,156);
}
#banner-carousel-buttons .inactive
{
	float:left;
	background:rgb(185,185,185);
	border-radius:100%;
	width:12px;
	height:12px;
	transition:.3s;
	cursor:pointer;
	margin-right:10px;
	box-shadow: 1px 1px 0px 1px rgb(165,165,165);
}

#banner-scroll .banner-item{
	position:absolute;
	left:0;
	width:100%;
	height:415px;
	z-index:1;
}

#banner-scroll .overlay{
	position:absolute;
	left:0;
	width:100%;
	height:415px;
	background:url('../images/over.png');
	opacity:.18;
	z-index:-2000;
}


/*Banner Text effects*/
#welcome-cont
{
	font-family:Helvetica, arial; font-size:21px;
	color:#fff;
	position:absolute;
	padding-left:30px;
	padding-right:80px;
	padding-top:15px;
	padding-bottom:15px;
	max-width:35%;
	
	background:rgba(3, 60, 101, .9);
	border-bottom:5px solid rgba(237, 126, 5, 0.9);
	z-index:6;
	top:67px;
	opacity:0;
	border-radius:2px 2px;
}

#welcome-cont p
{
	margin:5px;
}

.banner-text
{
	font-family:Open Sans Light, arial; font-size:50px;
	color:#fff;
	position:absolute;
	margin-top:30px;	
	left:70px;
	z-index:6;
	background:rgba(0, 0, 0, 0.55);	
	padding:30px 100px 30px 30px;
	border-radius:7px;
	opacity:0;
	min-height:200px;
}

.banner-text p
{
	margin:0 auto;
	padding:0;
}

.findout-more
{
	display:none;
	position:relative;
	margin-top:320px;
	left:70px;	
	width:130px;
	height:28px;
	z-index:6;
	font-family:Helvetica, arial; font-size:15px;
	color:#fff;
	text-align:center;
	cursor:pointer;	
	text-shadow:0px 0px 0px rgb(11,11,11);
	font-style:normal;	
	border:1px solid #fff;
	background:rgba(0, 0, 0, 0.55);
}

.findout-more p
{
	margin:5px;	
}

/*For preview panel*/