.navbar {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

.navbar-brand,
.navbar-nav li a {
	line-height: 70px;
	height: 70px;
}

.navbar .nav > li > a {
    color:  #000000;
    font-size: 12px;
}

.navbar-nav li a {
	line-height: 70px;
	height: 70px;
	padding-top: 0;
	font-weight: bold;
}

.navbar-toggle {
	line-height: 40px;
	height: 40px;
	margin-top: 15px;
	vertical-align: middle;
	background-color: #9a9a9a;
	border: none;
}

.navbar {
	border-color: #9a9a9a;
}

.navbar-nav > li {
  font-size: 12px;
}

.dropdown-menu > li > a {
    font-size: 12px;  
    color: #000000 !important;
}

.carousel-inner > .item > img {
    margin: 0 auto;
}

.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:focus, 
.navbar-inverse .navbar-nav>.open>a:hover {
	background-color: #00113e;
}

 .navbar-nav>li:hover{
    color: #333;
    background-color:#00113e;
}
 
 .dropdown-menu > li > a:hover {
    background-color: #00113e;
    background-image: none;
    color: #fff !important;
}

.dl-horizontal dt {
    text-align: left;
	padding-top:7px;
    margin-bottom: 1em;
    width: auto;
    padding-right: 1em;
}

.dl-horizontal dd {
   	margin-left: 130px;
    margin-bottom: 1em;
}	

#forn td {
    border-top: none !important;
    vertical-align:middle;  
    height: 105px;
    padding: 0px;
}

#tbl_contato td {
    border-top: none !important;
    vertical-align: middle;
    padding-top: 0px !important;
    font-size: 12px;
    font-weight: bold;
}

#singlebutton {
    font-weight: bold;
}

#div_contato {
    height: 5px;
}

#drop_contato {
    background-color: #9a9a9a;
}

.open>.dropdown-menu {
    background-color: #cccccc !important;

}

.open>.dropdown-menu>li:hover {
    background-color: #00113e !important;
}

@media screen and (max-width: 768px) {
   
    ul.dropdown-menu>li {

    }

}

.g-recaptcha {
    vertical-align: middle;
}

#div-copyright {
    height: 40px;
}

footer {
    margin: 0;
}

.whats {
position: fixed;
bottom: 10px;
right: 10px;
z-index: 9999;

}