.carousel-control.left, .carousel-control.right 
{
	background-image: none;
	color: #000;
	-webkit-text-stroke: 2px white;
}

.carousel-control.left, .carousel-control.right 
{
	background-image: none;
	color: #000;
	-webkit-text-stroke: 2px white;
}
.carousel-indicators li 
{
	background-color: #e8bd0c !important;
	background-color: #e8bd0c !important;
}

.carousel-indicators .active 
{
  background-color: #e8bd0c !important;
}



#g-recaptcha-response 
{
	display: block !important;
	position: absolute;
	margin: -78px 0 0 0 !important;
	width: 302px !important;
	height: 76px !important;
	z-index: -999999;
	opacity: 0;
}

.navbar .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #000; /*Sets the text hover color on navbar*/
}

.navbar .navbar-nav > .active > a, .navbar-default .navbar-nav > .active >
    a:hover, .navbar-default .navbar-nav > .active > a:focus 
{
    color:#fff;
	border-bottom:1px solid #fff;
	background: none;
}

.navbar {
    background-color: #e8bd0c;
    border-color: #e8bd0c;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #66CCFF; /*change color of links in drop down here*/
}



.navbar .navbar-nav > li > a 
{
    color: white; /*Change active text color here*/
}

.navbar-inverse .navbar-brand
{
    color: black;
}
.navbar-inverse .navbar-nav > .active
{
	color: black;
	border-bottom:2px solid #fff;
	background: none;
}
