/*
	 top bar
*/

.header-1 .top-bar {
	width: 100%;
	max-height: 40px;
	text-align: left;
	}

/*
	 top bar contact information
*/

.header-1 .top-bar p.contacts {
	width: auto;
	line-height: 40px;
	margin: 0px;
	margin-right: 40px;
	display: inline-block;
	color:#FFF;
}
.header-1 .top-bar p.contacts i {
	border-radius: 100px;
	width: 20px;
	line-height: 20px;
	height: 20px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	display: inline-block;
	margin: 10px 0px;
	margin-right: 5px;
}
.header-1 .top-bar p.contacts a {
	color: #fff;
}

/*
	 top bar social buttons
*/

.header-1 .top-bar ul.social-btns {
	width: auto;
	float: right;
	margin: 0px;
	padding: 0px;
}
.header-1 .top-bar ul.social-btns li {
	
	width: auto;
	float: left;
	width: 40px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
	margin-left: 1px;
}
.header-1 .top-bar ul.social-btns li a {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	line-height: 40px;
	height: 40px;
	float: left;
	color: #fff;
	background-color:#FF0000;
	text-align: center;
	transition-style: linear;
	transition-duration: 0s;
}
.header-1 .top-bar ul.social-btns li a.hover {
	top: 40px;
}

/*

	 header bg
*/

.header-1 .header-bg {
	background-color: #fff;
	width: 100%;
	float: left;
	border: 0px solid #e5e5e5;
	border-bottom-width: 1px;
	height: 80px;
}

/*
	 header bg site logo
*/

.header-1 .header-bg .logo {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px solid #f00;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.header-1 .header-bg .logo img {
	max-height: 50px;
	float: left;
	margin-right: 10px;
}
.header-1 .header-bg .logo p.logo {
	margin: 0px;
	padding: 0px;
	line-height: 26px;
	font-size: 28px;
	font-weight: bold;
	
	color: #333;
	position: absolute;
	left: 50px;
	top: 30px;
	max-width: 250px;
}
.header-1 .header-bg .logo p.tagline {
	position: absolute;
	left: 50px;
	top: 56px;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
	color: #999;
	width: 250px;
	display: block;
	border: 0px solid #f00;
}

/*
	 header bg desktop navigation
*/

.header-1 .header-bg nav {
	width: auto;
	float: right;
	
}
.header-1 .header-bg nav ul, .header-1 .header-bg nav li {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	}
.header-1 .header-bg nav ul > li {
	position: relative;
	}
.header-1 .header-bg nav > ul > li {
	width: auto;
	padding: 0px 15px;
	line-height: 80px;
	border: 0px solid #fff;
	
	text-decoration: none;
}
.header-1 .header-bg nav .hover {
	background-color: #f2f2f2;
	border: 0px solid #e5e5e5;
	border-left-width: 1px;
	border-right-width: 1px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 1;
}
.header-1 .header-bg nav .active {
	background-color: #f2f2f2;
	
}



.header-1 .header-bg nav > ul > li ul > li .hover {
	border-left-width: 0px;
	border-right-width: 0px;
}
.header-1 .header-bg nav > ul > li > a {
	font-size: 105%;
	font-weight:bold;
	
}
.header-1 .header-bg nav a {
	position: relative;
	z-index: 10;
}
.header-1 .header-bg nav > ul > li ul {
	display: none;
	position: absolute;
	left: 198px;
	top: -1px;
	width: 200px;
	background-color: #fff;
	border-top: 2px solid #FF0000;
	z-index: 10;
	border-bottom-width: 0px;
	color:#000;
}
.header-1 .header-bg nav > ul > li > ul {
	left: 0px;
	top: 80px;
	
}
.header-1 .header-bg nav > ul > li ul.left {
	left: auto;
	right: 0px;
	top: 80px;
}
.header-1 .header-bg nav > ul > li ul.left ul {
	left: -200px;
	top: -1px;
}
.header-1 .header-bg nav > ul > li ul > li {
	line-height: 40px;
	border: 0px solid #e5e5e5;
	border-top-width: 0px;
	border-bottom-width: 1px;
	padding-left: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.header-1 .header-bg nav > ul > li ul > li > a {
	color:#333;
	font-weight:normal;
}

/*
	 header bg desktop navigation mega menu
*/

.header-1 .mega {
	top: 101px;
	right: 0px;
}

/*
	light version
*/

.header-1 .light-top-bar {
	background-color: transparent !important;
	border: 0px solid #e5e5e5;
	border-bottom-width: 1px;
}
.header-1 .light-top-bar p.contacts a {
	color: #333;
}
.header-1 .light-top-bar ul.social-btns li {
	margin-left: 0px;
}
.header-1 .light-top-bar ul.social-btns li a {
	background-color: rgba(000,000,000,0);
	color: #333;
}
.header-1 .light-top-bar ul.social-btns li a.hover {
	color: #fff;
}

/*
	.header-1 .dark-header-bg
*/

.header-1 .dark-header-bg {
}
.header-1 .dark-header-bg nav > ul > li {
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
}
.header-1 .dark-header-bg nav > ul > li > a {
	color: #fff;
}
.header-1 .dark-header-bg nav > ul > li:hover > a {
	color: #333;
}
.header-1 .dark-header-bg .logo p.logo {
	color: #fff;
}
.header-1 .dark-header-bg {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
