#banner {
    width: 960px;
    height: 345px;
    margin: auto;
    margin-bottom: 10px;
}

/* Carousel Styles */
.carousel-indicators .active {
    background-color: #2980b9;
}
.carousel{overflow:hidden;}
.carousel-inner img {
    width: 100%;
   
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
	padding: 15px;
}

.carousel-control.right span {
	padding: 15px;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
    background-color: rgba(0,0,0,.7);
    display: inline-block;
    width: 60px;
    height: 60px;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}
.carousel a.carousel-control {
    background: none;
}

/* Carousel Header Styles */
.header-text {
      position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    width: 800px;
    color: #fff;
    margin-left: -400px;
    margin-top: -95px;
}
#carousel-example-generic .carousel-inner .item {
        height: 520px;
    /*background-position: 50% 50%;*/
    background-size: cover;
}
.header-text h2 {
    font-size: 40px;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 1em !important;
    border: solid 2px white;
    color: #ffffff;
}



#slideshow {
width: 960px;
height:345px;
background-color: #eee;
border:0px solid red;
}

#slideshow ul {
margin: 0;
padding: 0;
list-style-type: none;
height:345px; /* IE fix */}

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 345;
width: 960px;
visibility: hidden;
border:0px solid red;
}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
overflow: hidden;
width: 960px;}

#slideshow .slides ul {
width: 960px;}

#slideshow .slides li {
width: 960px;
float: left;
padding:0px;}

#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	border-top: 0px solid #ccc;
	position:absolute;
	margin-left:20px;
	top:505px;
	z-index:1000;
	border:0px solid red;
	width:100px;
	height:15px;
}

#slideshow .slides-nav li {
float: left;}

#slideshow .slides-nav li a {
display: block;
height:20px;
width:20px;
padding: 8px 0px 0px 0px;
text-decoration:none;
color:#cccccc;
font-weight:bold;
outline: none;
background-image:url(../images/gray.png);
background-repeat:no-repeat;

}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
background-image:url(../images/white.png);
background-repeat:no-repeat;
}

.js #slideshow .slides-nav li.on a {
position: relative;
top: 0px;}

@media(max-width:800px){
	.header-text{    width: 440px;
    margin-left: -220px;
    margin-top: -78px;}
	.header-text h2{font-size:30px;}
	#carousel-example-generic{height:auto!important;}
}

@media(max-width:768px){
	.fh5co-nav-toggle{top:116px!important;}
}
@media(max-width:767px){
	.header-text{    width: 440px;
    margin-left: -220px;
    margin-top: -78px;}
	.header-text h2{font-size:30px;}
	#carousel-example-generic{height:auto!important;}
}
@media(max-width:480px){
	#carousel-example-generic .carousel-inner .item{height:270px;}
	.header-text{
		       width: 350px;
    margin-left: -175px;
    margin-top: -53px;
	}
	.header-text h2{font-size:21px;}
	.carousel-control{width:6%;}
	.carousel-control.left span, .carousel-control.right span{width: 40px;
    height: 40px;
    padding: 9px;}
	
}
@media(max-width:350px){
	#carousel-example-generic .carousel-inner .item{height:270px;}
	.header-text{
		  width: 100%;
    margin-left: 0;
    margin-top: 54px;
    left: 0;
    top: 0;
	}
	.header-text h2{font-size:24px;}
	.carousel-control.left span, .carousel-control.right span{display:none;}
}
