/* -----------------------------------------
:: HOME PAGE
----------------------------------------- */
/* -----------------------------------------
:: HEADER
----------------------------------------- */
.header {
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	z-index: 9999;
	display: block;
	background: #000;
	border-bottom: 1px solid #b3b3b3;
}


.header-column1 {
	float: left;
	padding: 2px;
	top: 0;
	box-sizing: border-box;
}

.header-column2 {
	float: center;
	width: 80%;
	padding: 2px;
	min-width: 375px;
}

.header-column3 {
	width: 10%;
	position: fixed;
	top: 20px;
	right: 5px;
	padding: 8px;
	top: 0;
	box-sizing: border-box;
	margin-top: 0;
}

.header-row:after {
  content: "";
  display: table;
  clear: both;
  box-sizing: border-box;
}

.menu-top-level-font {
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	font-weight: 400;
	color:#464646;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	text-shadow: 1px 1px 1px
	rgba(0,0,0,0.004);
}






/* -----------------------------------------
:: WEBSITE NAME
----------------------------------------- */
.website-name-wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 420px;
	text-align: center;
	padding: 5px 5px 0px 0px;
}



/* -----------------------------------------
:: MENU TOP
----------------------------------------- */
#menu {
	margin-right: 0px;
	background:url('../../images/slider-graphics/menu-bg.png') left top no-repeat;
	height:45px;
	padding-left:70px;
	padding-right:20px;
}
/* -----------------------------------------
:: GOOGLE SEARCH
----------------------------------------- */
.google-search {
	position: absolute;
	top: 8px;
	right: 20px;
	z-index: 1000;
	width: 100px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 1000;
}
/* -----------------------------------------
:: SOCIAL ICONS
----------------------------------------- */
.header.social-icons {
  display:none;
}
/* icon color - background */
.social-icon-fontawesome ul li a {
	color: #ffffff;
	width: 65px;
	height: 65px;
	padding: 28px 15px 22px 15px;
	background: url('../../images/slider-graphics/social-icon-bg.png') center 0px no-repeat;
	transition: all .5s ease-in-out;
}

.social-icon-fontawesome ul li a:hover {
	transition: all .5s ease-in-out;
	background: url('../../images/slider-graphics/social-icon-bg.png') center -100px no-repeat;
}

