/*! #######################################################################

	HeadShrinker v1.0.2
	--------
	
	To be used with jquery.headshrinker.js by Chris Wharton (https://github.com/weare2ndfloor/HeadShrinker)

####################################################################### */


/* 

	The body class of "headshrinker" is added when the plugin is active 

	We also add a class of "headshrunk" onto the cloned header in case you want to overwrite CSS specifically	
	
*/
.headshrinker #header.headshrunk {
	background-image: url(img/header_bg2.png);
	background-repeat: repeat-x;
	height: 70px;
	width: 100%;
}
@media (min-width: 768px) {
  .headshrinker #header.headshrunk {
  }
}

.headshrinker #header.headshrunk .box {
	max-width: 1050px;
	margin-right: auto;
	margin-left: auto;
}

.headshrinker #header.headshrunk .box .icon {
	top: 20px;
	right:	10px;
}
.headshrinker #header.headshrunk .box .icon a {
  color: #FFF;
}
.headshrinker #header.headshrunk .box .icon a:before {
  border-color: transparent transparent transparent #FFF;
}
@media (max-width: 767px) {
  .headshrinker #header.headshrunk .box .icon {
    top: 20px;
    right:	70px;
  }
}


.headshrinker #header.headshrunk .box .logo {
	float: left;
  padding-top: 0;
  margin-top: 0 !important;
}
@media (max-width: 640px) {
  .headshrinker #header.headshrunk .box .logo {
    margin-bottom: 0;
    margin-left: 10px;
  }
}

.headshrinker #header.headshrunk .box .logo a {
  height: 70px;
	width: 56px;
  background-image: url(img/header-logo-w@2x.png);
	background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.headshrinker #header.headshrunk .box .logo img {
  display: none;
}
/*

.headshrinker #header.headshrunk .box {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}
*/


.headshrinker #header.headshrunk .box #nav {
	float: left;
	padding-top: 25px;
	margin-left: 0px;
}
@media (max-width: 992px) {
  .headshrinker #header.headshrunk .box #nav {
    width: auto;
  }
}

.headshrinker #header.headshrunk .box #nav ul li {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	float: left;
	margin-top: 30px;
	margin-right: 40px;
}


.headshrinker .headshrunk .box #nav ul li a {
	color: #ffffff;
}
@media (max-width: 992px) {
  .headshrinker .headshrunk .box #nav ul li a {
   font-size: 10px;
  }
}

.headshrinker .headshrunk .box #nav ul li a:hover {
	color: #dddddd;
}

.headshrinker .headshrunk a.headshrinker-reveal {
	width: 50px;
	height: 44px;
	background: #000;
	display: inline-block;
	position: absolute;
	top: 12px;
	right: 12px;
  padding: 10px;
}

.headshrinker .headshrunk a.headshrinker-reveal.hs-reveal-left {
	right: auto;
	left: 20px;
}

.headshrinker-reveal,
.headshrinker-reveal span {
  display: inline-block;
  transition: all .2s;
  box-sizing: border-box;
}
/*
.headshrinker-reveal {
  position: relative;
  width: 50px;
  height: 44px;
}
*/
.headshrinker-reveal span {
	position: absolute;
  left: 50%;
  width: 30px;
  height: 1px;
  background-color: #fff;
  margin-left: -15px;
}
.headshrinker-reveal span:nth-of-type(1) {
  top: 16px;
}
.headshrinker-reveal span:nth-of-type(2) {
  display: none;
}
.headshrinker-reveal span:nth-of-type(3) {
  bottom: 16px;
}

.headshrinker .headshrunk .headshrinker-menu {
	position: absolute;
	left: 0;
	overflow-y: scroll;
	max-height: 500px;
}

.headshrinker .headshrunk .headshrinker-menu {
	display: block;
	width: 100%;
	text-align: left;	
}

.headshrinker .headshrunk .headshrinker-menu ul, .headshrinker .headshrunk .headshrinker-menu li  {
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: relative;
}

.headshrinker .headshrunk .headshrinker-menu a {
	display: block;
	background: #fff;
	padding: 14px 20px !important;
	border-bottom: 1px solid #efefef;
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 640px) {
  .headshrinker .headshrunk .headshrinker-menu a {
    padding: 24px 20px !important;
  }
}
.headshrinker-menu {
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.headshrinker .headshrunk .headshrinker-menu ul ul a {
	padding-left: 40px !important;
}

.headshrinker .headshrunk .headshrinker-menu ul ul ul a {
	padding-left: 60px !important;
}

.headshrinker .headshrunk .headshrinker-menu ul ul ul ul a {
	padding-left: 80px !important;
}

.headshrinker .headshrunk .headshrinker-menu ul ul ul ul ul a {
	padding-left: 100px !important;
}

.headshrinker .headshrunk .headshrinker-menu ul li a.headshrinker-expand {
	width: 26px;
	height: 26px;
	border: none !important;
	padding: 7px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: none !important;
	font-size: 20px;
}

.headshrinker-on span:nth-of-type(1) {
  -webkit-transform: translateY(4px) rotate(-45deg);
  transform: translateY(4px) rotate(-45deg);
}
.headshrinker-on span:nth-of-type(2) {
  opacity: 0;
}
.headshrinker-on span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

.headshrunk .ica {
  padding-right: 0.2em;
}