/*********
** MENU
*********/
header {
	color: #ffffff;
	position: fixed;
	width: 100%;
	height: 40px;
	line-height: 40px;
	z-index: 1049;
	background-color: rgba(53, 53, 53, 0.4);
}

.header-top-scroll {
	height: 50px;
	line-height: 50px;
	background-color: rgba(53, 53, 53, 0.9);
}


/* IRP Logo */
#irp-logo {
  	background: rgba(91, 137, 255, 0.9);
    text-align: center;
    width: 60px;
    height: 100%;
    color: #ffffff;
    font-family: 'Bebas', 'Open Sans', sans-serif;
}

#irp-logo:hover {
	 background: rgba(122, 160, 255, 1);
}

/* End IRP Logo */

/* Languages */
#language {
	width: 15px;
	height: auto;
	vertical-align: middle;
}

/* Navigation | Menu */
.menu-nav {
	float: right;
}

nav ul, nav a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #efefef;
	margin: 0;
	padding: 0;
}

nav li {
	list-style-type: none;
	display: inline-block;
	font-family: 'Opens Sans', sans-serif;
	font-size: 14px;
	padding: 0 9px;
}

 #main-menu:hover {
 	color: #ffffff;
}

#login {
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	background-color: #57d75a;
	padding: 3px 11px 3px 11px;
	border: 1px solid #66e469;
	border-radius: 4px;
	color: #ffffff;
}

#login:hover {
	background-color: #66e469;
}

/* MOBILE MENU  */
.mobile-menu-button {
	display: inline-block;
	float: right;
	vertical-align: middle;
	height: 50px;
	line-height: 50px;
	margin-right: 15px;
}

.hamburger {
	float: right;
	cursor: pointer;
	display: none !important;
	margin: 0 auto;
	width: 18px;
	height: 15px;
	line-height: 15px;
}

.topping, .burger, .bun {
	  position: relative;
	  display: block;
	  width: 100%;
	  height: 0;
	  border-bottom: 2px solid #ffffff;
}

.bun, .burger {
 	 margin-top: 3px;
}

.mobile-nav {
	display: none;
	position: fixed;
	right: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	top: 51px;
	background-color: #ff5730;
	border-left: 2px solid #A12A0E;
}

.mobile-nav ul li {
	display: block;
	border-top: 1px solid #A12A0E;
}

@media screen and (max-width : 655px) {
	header {
		height: 50px !important;
		line-height: 50px !important;
		background-color: #E04622 !important;
		border-bottom: 1px solid #A12A0E;
		height: 50px !important;
	}
	#irp-logo {background-color: rgba(255	, 255, 255, 0.2);}	
	#irp-logo:hover {background-color: rgba(255	, 255, 255, 0.4);}
}

@media screen and (min-width : 655px) {
	.mobile-nav {
		display: none !important;
	}
}
/* END MENU */