/**
	HEADER NAVIGATION
**/
ul.navigation li a {
	text-weight: bold !important;
}

ul.navigation li.current a {
	color:#fd4a36 !important;
}

ul.navigation li a:hover {
	color:#fd4a36 !important;
}

.header-style-34 .phone-box .icon-box{
    top:-24px;
}

/**
    BRANDS LIST
**/
.brand_item{
    max-width:200px;
    display:flex;
    align-items:center;
    border:solid 1px #c7c7c7;
    border-radius: 14px;
    padding:6px;
    margin:5px;
    height:77px;
    z-index: 1;
    background:#ffffff8c;
}

.brand_item > img{
    max-width:190px;
}

.brands_list{
    justify-content: center;
    
}

/**
    SOCIALS LIST
**/

.socials_list > li {
	display:inline !important;
	padding:5px 10px 5px 0;
}

.socials_list img, .social-links img {
	border-radius:8px;
	width:24px;
}

.socials_list img:hover,  .social-links img:hover{
	border:solid 2px #fff;
	border-radius:8px;
	
}

.social-links li {
    margin-bottom: 12px !important;
}


/**
FOOTER
**/
.footer_phone_input {
	height:45px !important;
	border-radius: 8px;
	background:#0b1930 !important;
	color:#9b9595;
	border:solid 1px #9b9595 !important;
}

/**
    AJAX FORM ALERTS
**/
.jGrowl-notification {
    border:solid 2px #fff;
}

.jGrowl-notification, .jGrowl-notification p{
    color:white !important;
    font-size:18px;
}
