#header
{
	top: 0;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 14px;
	color: #404042;
	min-width:1000px;
}

#nav-bar
{
	position: relative;
	width: 100%;
	height: 120px;
	background-color: white;
}

#nav-bar .wrapper
{
	width: 1000px;
	height: 120px;
	margin: auto
}

#logo
{
	margin-top: 20px;
	float: left;
	height: 80px;
	width: 420px;
}
#logo a
{
	display: block;
	height: 80px;
}
#logo img
{
	max-width: 420px;
	max-height: 80px;
	vertical-align: middle;
}
#logo .helper
{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#nav-bar .wrapper .content
{
	position: relative;
	float: right;
	width: 580px;
	height: 120px;
}
#nav-bar .wrapper .content .contractor
{
	clear: both;
	color: #9F9FA2;
	font-size: 16px;
	text-align: right;
	line-height: 56px;
}

#nav-bar .wrapper .content .notifications,
#nav-bar .wrapper .content .messages
{
	float: right;
	line-height: 64px
}

#nav-bar .wrapper .content .notifications a.text,
#nav-bar .wrapper .content .messages a.text
{
    color: initial;
	margin-right: 6px;
}

#nav-bar .wrapper .content .messages .number-holder,
#nav-bar .wrapper .content .notifications .number-holder
{
	display: inline-block;
	height: 20px;
	min-width: 36px;
	background-color: #e5332a;
	color: white;
	font-weight: bold;
	line-height: 21px;
	border-radius: 25px;
	text-align: center;
	text-decoration: none
}

.nav-bar-small-menu
{
	float: right;
	height: 64px;
}

.nav-bar-small-menu a
{
    color: initial;
}

.nav-bar-small-menu .item.last
{
	border-right: 1px solid #404042;
}

.nav-bar-small-menu .item {
	text-align: center;
	border-left: 1px solid #404042;
	margin-top: 15px;
	line-height: 30px;
	box-sizing: border-box;
	width: 100px;
}

#menu-bar
{
	height: 60px;
	font-size: 14px
}

#menu-bar .wrapper
{
	position: relative;
	width: 1000px;
	height: 60px;
	margin: auto
}

/**
 * Submenu
 */
#submenu
{
	height: 60px;
	min-width: 1000px;
	width: 100%;
	overflow: hidden;
}

#submenu-wrapper
{
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	width: 1000px;
	margin: auto;
}

#submenu-wrapper .navigation-item
{
	font-size: 15px;
	margin-right: 30px;
	line-height: 60px;
	float: left;
	position: relative;
}

#submenu-wrapper .navigation-item a
{
    color: initial;
}

#submenu-wrapper .navigation-item.with_count
{
	margin-right: 70px;
}

#submenu-wrapper .navigation-item .submenu-count
{
	position: absolute;
	top: 20px;
	right: -45px;
	color: #fff;
	background-color: #30373A;
	height: 20px;
	width: 36px;
	text-align: center;
	line-height: 20px;
	border-radius: 15px;
	font-size: 14px;
}

/**
 * Navigation menu
 */
#navigation
{
	overflow: hidden;
	line-height: 60px
}

#navigation .navigation-item
{
	font-size: 13px;
	padding-right: 20px;
	width: auto;
	float: left
}

#navigation .navigation-item a
{
	font-weight: normal;
	text-decoration: none;
	color: white;
}

#navigation .navigation-item a.active
{
	color: #e5332a
}

#pop-up-house-settings
{
	float: right;
	width: 250px;
	line-height: 60px;
	text-align: right;
	color: #fff;
}

#pop-up-house-settings .current
{
	cursor: pointer;
}

#pop-up-house-settings .current i
{
	margin-left: 10px;
}

#pop-up-house-settings .dropdown
{
	position: absolute;
	top: 50px;
	width: 250px;
	background-color: #ffffff;
	z-index: 10000;
	border: 1px solid #9b9c9e;
	border-radius: 4px;
	cursor: pointer;
}

#pop-up-house-settings .dropdown .item
{
	text-align: left;
	text-indent: 15px;
	height: 42px;
	line-height: 42px;
	color: #9b9c9e;
	border-bottom: 1px solid #9b9c9e
}

#pop-up-house-settings .dropdown .item a
{
	color: #9b9c9e;
	display: block;
	margin-bottom: 15px;
	text-decoration: none
}

#pop-up-house-settings .dropdown .item:last-child
{
	border: 0
}

#pop-up-house-settings .hide
{
}
