#ccom-begin .top-bar{  position: relative; top: 0px; background-color: #f4dffc;}
.nav-wrapper a{font-family: 'Corbel', sans-serif; color:#03c110; text-transform: uppercase; font-size: 1rem; 
-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear;}
.nav-wrapper a:hover{font-family: 'Corbel' sans-serif; color:#2cb606; }
.brand-logo{ width: 400px; height: 80px; position: relative; margin-top:5px; z-index: 999;}
/*Header*/
#ccom-begin nav{ 
	background color: blue;
}
nav {height: 100px !important; }
#ccom-begin nav .button-collapse{margin-left: 0px !important}
#ccom-begin .top-bar{ position: fixed; z-index: 998}
.nav-wrapper a{ 
	width: auto;
	color: #003b45; 
	text-transform: uppercase; 
	font-size: 20px;
	font-weight: 800; 
	-webkit-transition: all 0.2s linear; 
	-moz-transition: all 0.2s linear; 
	-o-transition: all 0.2s linear; 
	transition: all 0.2s linear;}
.nav-wrapper a:hover{color:#eab001; }
.nav-wrapper a i{font-size: 25px !important;}
.nav-wrapper .side-nav{ background-color:#000; width: 250px;}
.nav-wrapper .side-nav a{ color:#fff ;} 
.nav-wrapper .side-nav a:hover {background-color:#10133e; color:#eab001; } 
.nav-wrapper .side-nav a:hover i{color:#eab001;}
