/*
Custom Style
=========================== */
nav {
	border-bottom: solid 1px #efefef;
	min-height: 80px;
	background: #fff;
}

nav .wrap-core-nav-list,
nav .nav-header {
	background: #fff;
	min-height: 100px;
}

nav .brand {
	display: block;
	position: relative;
	width: 164px;
	top: 10px;
}

nav .brand img {
	width: 80%;
}

nav .menu li a {
	display: block;
	padding: 36px 22px;
	text-decoration: none;
	color: #3a3a3a;
	font-size: 17px;
}

nav .menu li.active > a,
nav .menu li a:hover {
	color: #FF5B35;
}

nav button {
	background: transparent;
	border: none;
	outline: none;
}


.registerGreen{
	background-color: #FF5B35;
	height: 100px;
/*	margin-left: 30px;*/
}

.registerGreen a{
	color: #FFF !important;
	font-weight: bold;
}


.registerGreen a:hover{
	color: #000 !important;
	font-weight: bold;
}


.registerGrey{
	background-color:#F5F5F5;
	height: 100px;
/*	margin-left: 30px;*/
}

.registerGrey a{
	color: rgba(70,70,70,1.00) !important;
	font-weight: bold;
}


.registerGrey a:hover{
	color: #FF5B35 !important;
	font-weight: bold;
}





@media (max-width: 992px) {
	nav .full-container,
	nav .nav-container {
		padding-left: 0;
		padding-right: 0;
	}

	nav .nav-header {
	}

	nav .nav-header .brand {
		margin: 0 auto 5px;
		float: none;
	}

	nav .nav-header .toggle-bar {
		font-size: 35px;
		position: absolute;
		top: 25px;
		left: 15px;
	}

	nav .menu li a {
		padding: 10px 30px;
		border-bottom: solid 1px #efefef;
	}

	nav .menu li:last-child a {
		border-bottom: none;
	}
	
	
		.registerGrey{
	height: 44px;
	margin-left: 0px;	

}
	
	
	.registerGreen{
	height: 44px;
	margin-left: 0px;	

}
	
	
	
	
	
}
/* =========================== */
