﻿.top-bar{
	width: 100%;
	color: #cccccc;
    font-size: 14px;	
	background: #222222;
	min-height: 40px;
	margin-bottom:15px;
}

.top-bar ul{
	list-style:none;
	float:left;
}

.top-bar li{
	line-height: 40px;
}

.top-bar .row,.nav-area .row{
	width: 980px;
    margin: 0px auto;
}

.top-bar .top-social{
	float:right;
}


.top-social a {
    display: inline-block;
    margin-right: -4px;
    line-height: 40px;
    color: #999999;
    width: 35px;
    border-left: 1px solid #666;
    text-align: center;
}

.top-social a:last-child {
    border-right: 1px solid #666;
}

.nav-area{
	margin-top:15px;
	background: #bf0311;
	width: 100%;    
    box-shadow: none;
    padding: 5px 0;
	min-height:50px;
}

.nav-area ul{
	list-style: none;
    margin: 0;
    padding: 0;
	float:left;
}
.nav-area li{
	display:inline-block;
	line-height: 50px;
    padding: 0 11px;    
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    border-radius: 3px;
}
.nav-area li a{
	color: #fff;
}