  .nav-tabs li a {
  color: #db0101;
 }
 #googleMap {
  width: 100%;
  height: 400px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
} 
 .navbar {
  font-family: Montserrat, sans-serif;
  background-color: #ff0000;
  font-size: 13px !important;
  letter-spacing: 2px;
  padding:2px 0px 2px 0px;
  margin-bottom: 0px;
  opacity: 0.9;
 }
             
                      
.navbar li a, .navbar .navbar-brand { 
  color: #ffffff !important;
}


.navbar-nav li a:hover {
  color: rgb(209, 209, 209) !important;
  }  
 .navbar-nav li.active a {
  color: #fff !important;
  background-color: rgb(255, 17, 0) !important;
  }
                     
 .navbar-default .navbar-toggle {
  border-color: transparent;
  }
  .navbar-brand {
  color: #fff !important;
  font-size: 15px;   
  font-weight: 900;
font-family: 'Michroma', sans-serif;
  }
  .open .dropdown-toggle {
  color: #fff;
  background-color: #db0101 !important;
	}
						
 .dropdown-menu  {
  background-color: #ff0000 !important;
 }
						

  .dropdown-menu li a:hover {
  background-color: #db0101 !important;
  }
  .navbar-toggle
  {
  background-color: #ff0000 !important;           
  }
 .icon-bar {

  background-color: #fff !important;                
 }


/* Top Contact */

.top-contact {
	color: #fff;
	padding: 6px 30px 0px 45px;
	font-size: 23px;
	display: table;
	z-index: 999;
	transition: all 0.4s ease 0s;
	cursor: pointer;

	position: relative;
	font-weight: 700;
    letter-spacing: -1px;
    margin-left:30px;
}

.top-contact span {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
    margin-bottom: -4px;
	letter-spacing: 0px;
	font-weight: 600;
}

.top-contact i {
	position: absolute;
	
	top: 4px;
	left: 0px;
	text-align: center;
	color: rgb(255, 255, 255);
	font-size: 39px;

    width: 40px;


}

.top-contact:hover {
	right: -0px;
	transition: .4s;
}


@media only screen and (max-width: 1600px) {


  .top-contact {
    display: none;
}
}



@media (max-width: 700px) {

  .navbar-brand {
    font-family: Montserrat, sans-serif;
    font-size: 14px;   
    letter-spacing: 1px;
    }
}

