/* Header CSS */
header {
	float:left; 
	width: 100%;
	/*height: 100%;*/
	background: #2980B9;
	color: #fff;
	position: fixed;
	top: 0;
	z-index: 960;
}

header.pre-header {
	position: relative;
}

header .header-inner {
	width: 98%;
	margin: 5px auto;
	height: 100%;
}

header .logo {
	display: inline-block;
	float: left;
	max-width: 200px;
}

header .firm-logo {
	display: inline-block;
	margin: 0 20px;
	float: right;
}

header .firm-logo img {
	max-height: 35px;
	margin-top: 2px;
}

header .header-action {
	float: right;
	max-width: 50%;
	text-align: right;
}

header .inline {
	display: inline-block;
}

header .sign-in-container {
	right: 0;
	left: auto;
}

header .sign-in-form {
	width: 250px;
	padding: 10px;
}

header .sign-in-form label {
	color: #333;
	font-size: 90%;
	font-weight: 400;
}

header .forgot-password {
	font-size: 90%;
	margin: 10px 0;
}

header .loginAlert {
	clear: both;
}

header a.btn-sign-in,
header a.btn-sign-in:hover,
header a.btn-sign-in:visited,
header a.btn-sign-in:focus {
	text-decoration: none;
	color: #fff;
	font-size: 100%;
}

header .sign-in-form legend {
	font-size: 120%;
	color: slategray;
}

header .header-action .header-user,
header .header-action a,
header .header-action a:hover,
header .header-action a:visited,
header .header-action a:focus
{
	display: inline-block;
	color: #fff;
	text-decoration: none;
}

header .header-action .header-user
{
	/*margin-top: 5px;*/
}

header .header-action .header-user {
	font-size: 10px;
	margin-right: 3px;
	float: right;
	line-height: 19px;
}

header .header-action a {
	padding: 5px;
	margin: 0 5px;
	font-size: 120%;
}

header .header-action a.forgot-password,
header .header-action a.forgot-password:hover,
header .header-action a.forgot-password:visited,
header .header-action a.forgot-password:focus {
	color: #333;
	font-size: 90%;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.signup-modal .modal-body {
	color: #111;
	font-family: "Open Sans", sans-serif;
}

.signup-modal .logo-img {
	max-height: 35px;
}

.signup-modal .qs-helper-icon {
	float: none;
	padding: 5px;
	margin-left: 5px;
	margin-top: -2px;
	color: #666;
	font-size: 14px;
}

.signup-modal input.header-signup-element
,.signup-modal select.header-signup-element {
	/*max-width: 66% !important;*/
	height: 36px;
	font-size: 16px;
}

.signup-modal select.header-signup-element
{
	border-radius: 0 3px 3px 0;
}

.signup-modal label.header-signup-label {
	font-size: 100%;
	font-weight: 700;
	color: rgb(114, 128, 143);
}

.signup-modal ul.signup-reason {
	padding-left: 20px;
}

.signup-modal ul.signup-reason li {
	margin-bottom: 10px;
}


@media screen and (max-width: 768px) {
	header .logo {
		display: inline-block;
		float: left;
		max-width: 40%;
	}
	
	header .header-action {
		float: right;
		max-width: 45%;
		text-align: right;
		overflow: hidden;
		line-height: 18px;
	}
}

@media screen and (max-width: 530px) {
	header .firm-logo {
		display: none;
	}
}

.main-menu-xs li.menu-item-xs {
	list-style-type: none;
	padding: 10px 40px;
}

.main-menu-container-xs {
	padding-top: 5px;
	margin-right: 20px;
}
.main-menu-xs {
	margin-left: -15px;
}
.main-menu-xs li.menu-item-xs a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 85%;
}
.main-menu-xs li.menu-item-xs:hover{
	background: rgba(230,255,255,0.5);
}
.menu-slider-xs {
	display: none;
}

.user-img-container {
	width: 30px;
	height: 30px;
	overflow: hidden;
	float: left;
	border-radius: 50%;
	margin-top: -5px;
}

.user-img-icon {
	max-width: 100%;
}

.signup-terms-link {
	font-size: 11px;
	color: #aaa;
	margin-bottom: 5px;
	font-weight: 200;
	font-family: "Open Sans", sans-serif;
}

#signup-confirm-btn {
	font-family: "Open Sans", sans-serif;
	font-weight: 200;
	color: #f5f5f5;
}

.menu-btn {
	font-size: 28px;
	padding: 0 5px;
	float: right;
}

.menu-btn:hover {
	cursor: pointer;
}

.header-right-holder {
	float: right;
	text-align: right;
	margin-top: 8px;
	padding-left: 0;
	padding-right: 0;
}

.header-left-holder {
	float: left;
	padding-left: 0;
	padding-right: 0;
}

.header-right-holder .loginArea,
.header-right-holder .menu-btn,
.header-right-holder .loginArea .signin-area,
.header-right-holder .loginArea .signup-area
 {
	display: inline-block;
}

@media screen and (max-width: 992px) {
	.menu-holder {
		float: left;
		width: 100%;
	}
	
	.header .logo {
		max-width: 180px;
	}
	
	.header-left-holder,
	.header-right-holder {
		/*width: 100%;
		float: left;*/
		margin-top: 0px;
	}
	
	.header-left-holder {
		padding-right: 0;
	}
	.loginArea {
		float: right;
		margin-top: 10px;
	}
	
	.user-img-container {
		width: 20px;
		height: 20px;
		margin-top: 0px;
	}
	
	header .header-action .header-user {
		font-size: 10px;
	}
}

/* Pre Header */
div.pre-header {
	background: #DBBD11;
	border-bottom: 1px solid #DBBD11;
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	font-weight: 700;
	display: none;
}
/* End Pre Header */

header .logo .img-responsive {
	max-height: 35px;
	margin-bottom: 3px;
}

/* New header */
	header .logo {
		margin: 5px 0 0px 10px;
	}
	
	header .header-inner {
		margin: 0;
		width: auto;
		height: auto;
	}
	
	header .header-action .header-user {
		margin-right: 10px;
	}
	
	header .dropdown {
		margin-right: 10px;
	}
	
	header .dropdown.open {
		background: #005486;
	}
	
	header .dropdown button {
		background: transparent;
		border: 0;
		padding: 10px 20px;
		font-size: 12px;
	}
	
	header .dropdown-menu {
		left: auto;
		right: 0px;
		color: #fff;
		border-radius: 0;
		text-align: left;
	}
	
	header .header-action a,
	header .header-action a:focus,
	header .header-action a:visited {
		font-size: 12px;
		display: block;
		color: #363636;
	}
	
	header .header-action a:hover {
		color: #3498db;
	}
	
	header .user-img-container {
		width: 35px;
		height: 35px;
		overflow: hidden;
		float: left;
		border-radius: 50%;
		margin-top: -5px;
		margin-right: 5px;
	}
	
	header .user-text-container {
		margin-top: 3px;
		float: right;
	}
	
	@media screen and (max-width: 768px) {
		header .header-action {
			overflow: visible;
		}
	}
/* End New Header */