/* CSS Document */

.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #797979;
}
#myCarousel1 .carousel-control.right, #myCarousel1 .carousel-control.left{
	width:30px; height:30px; bottom:auto;
}
#myCarousel1 .carousel-control .glyphicon-chevron-left, #myCarousel1 .carousel-control .glyphicon-chevron-right, #myCarousel1 .carousel-control .icon-next, #myCarousel1 .carousel-control .icon-prev{font-size:14px; color:#ef8f2e;  text-shadow:none;}
#myCarousel1 .carousel-control.left{
	margin-left:85%;
}
#myCarousel1 .item{ height:270px;}
#myCarousel1 .item h1, #myCarousel1 .item h2{ margin:0; margin-bottom:20px; font-size:18px; border-bottom:1px solid #ef8f2e; padding-bottom:20px;}

#myCarousel2 .carousel-control.right, #myCarousel2 .carousel-control.left{
	width:8px; height:27px; bottom:auto; margin-top:10px;
}
#myCarousel2 .carousel-control.right{ background:url(../images/quicklinknav.png) no-repeat right top;
}
#myCarousel2 .carousel-control.left{ background:url(../images/quicklinknav.png) no-repeat left top;
}
#myCarousel2 .carousel-control .glyphicon-chevron-left, #myCarousel2 .carousel-control .glyphicon-chevron-right, #myCarousel2 .carousel-control .icon-next, #myCarousel2 .carousel-control .icon-prev{font-size:14px; color:#ef8f2e;  text-shadow:none;}
#myCarousel2 .item{
	padding-left:50px; height:60px;
}

#myCarousel2 .glyphicon-chevron-right:before{ content:'';}
#myCarousel2 .glyphicon-chevron-left:before{ content:'';}


.carousel-indicators li {
    border-color: #797979;
}

.carousel-indicators li.active {
    background-color: #797979;
}
.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}

.item span {
    font-style: normal;
}

/*-----------------Navbar-------------------*/
.navbar {
    margin-bottom: 0;
    border: 0;
    border-radius: 5px 5px 0 0;
	background:#369bd4; font-size:15px;
}
.navbar-inverse .navbar-nav>li>a{ color:#fff;}
.navbar-collapse{
	margin:0px; padding:0px;
}
.navbar li a, .navbar .navbar-brand {
    color: #fff;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #fff;
    background-color: #000;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff;
}
.navbar .navbar-right{ font-size:12px;}
.navbar .dropdown-menu{ background:#000; color:#000;}
.navbar .dropdown-menu a{ color:#fff;}
.navbar .dropdown-menu>li>a{ padding:10px 20px;}
.navbar .dropdown-menu>li>a:hover{ background:#333333;}

#topnav button{ font-size:10px; padding:1px 4px; border-radius:2px; background:#fff;}
#topnav .dropdown-menu{ font-size:12px; min-width:50px; padding:1px 4px;}



#banner1 .item {
    .transition(.6s ease-in-out left);
}

.tab-content{ background:url(images/grad.png) repeat-x bottom #fbfbfb; padding-top:20px; border:1px solid #f2f2f2; height:240px;}

#banner .carousel-indicators{ bottom:20px; left:20px;}
.carousel-indicators li{ opacity: 0.3;
    filter: alpha(opacity=30);}
.carousel-indicators li:hover{ opacity: 1;
    filter: alpha(opacity=100);}
.carousel-indicators li, .carousel-indicators li.active{ background:#fff; border:0px; margin:0px; display:inline;float:left; text-indent:-1000px; padding-top:12px; font-size:16px; line-height:12px; margin-right:5px;}
.carousel-indicators li.active{ background:#000;}
.carousel-indicators{ margin-left:0px; margin:0px; }
.form-horizontal .form-group{ margin:0px 0px 15px;}
.form-horizontal .control-label{ font-weight:normal; font-size:13px; text-transform:uppercase;}

