.bg_blue_honda {
  background: #0044D5;
  
}
/* Line 38 */
.header .navbar-nav > li > a
{
  color: #fff;
}

td 
{
  color: #021831;
}
tr 
{
  border: #021831;
}
table 
{
  border: #021831;
}

/* Line 45 */
.header .navbar-nav > li > a:hover, .header .navbar-nav > .active > a
{
  border-bottom-color: #e74c3c;
}
/* Add here all your css styles (customizations) */


.header .topbar ul.loginbar > li > a, .header .topbar ul.loginbar > li > a:hover
{
  color: #021831;
  font-size: 11px;
  text-transform: uppercase;
}

/* Line 54 */
.header .topbar ul.loginbar > li > a, .header .topbar ul.loginbar > li > a:hover
{
  color: #021831;
  font-size: 11px;
  text-transform: uppercase;
}

.footer-v1 .copyright
{
  background-color: #0044D5;
}


@media (min-width: 800px) { 
	 .main_buttons {
        
        display: none;
        
    }
}

@media (max-width: 790px) { 
	.slicknav_menu {
		display: block;
	}
	body { padding-bottom: 20px; }
    .main_buttons {
        z-index: 99999;
        display: block;
        position: fixed;
        background-color: #ececec;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 35px;
        box-shadow: inset 0px 4px 14px -7px #404040;
        text-align: center;
        display: table;
    }
    
    .main_buttons .on {	
        padding: 5px 0;
        display: inline-table;
    }
    
    .main_buttons .on a {
    	font-size: 14px;
        text-decoration: none;
    }
    
    .main_buttons .on a:hover {
    
    	font:bold;
    	color:blue;
        text-decoration: none;
    }
    
    .main_buttons .on i {
    	font-size: 25px;
    	display: block;
    	margin-bottom: 1px;
    }
    
    .main_buttons .one-third { 
    	 width: 32%;
    }
       
    .main_buttons .one-half { 
    	 width: 48%;
    }       

}