.nav > li:hover > a, .nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
    background-color: #CCC!important;
}
.map_box {
    height: 475px!important;
    width: 500px!important
}
@media (max-width: 550px) {
	.map_box {
	    height: 475!important;
	    width: 100%!important
	}
}
button.form-control-feedback {
    color: #000099;
    display: block;
    font-size: 14px;
    height: 35px;
    left: initial;
    line-height: 34px;
    position: absolute;
    right: 22px;
    text-align: center;
    top: 37px;
    width: 25px;
    z-index: 999999;
    background-color: #cccccc;
    border: none;
}
.carousel-indicators li {
    width: 10px!important;
    height: 10px!important;
}