.header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9000;
	height: 100px;
	overflow: hidden;
	box-shadow: 0px -2px 13px #444;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	background: rgba(0, 0, 0, 0.3);
}

.inner{
	max-width: 1180px;
	height: 100%;
	background: #fff;
}


.header .inner {
	max-width: 1100px;
	z-index: 8998;
	background: none;
	margin: 0 auto;
	padding: 0 20px;
}


.header h1,
.header nav, 
.header logo
.header title-scf {
	display: inline-block;
	position: relative;
}

 /* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */
.header h1,
.header nav,
.header logo a {
	line-height: 140px;
}

.header title {
	width: 60%;
	height: 60px;
	margin: 11px 20px 10px 0px;
	float: left;
	background: none;
}

.header title h1{
	text-transform: normal;
	color: #333;
	letter-spacing: 0.1px;
	font-size: 2.8em;
	line-height: 0.5em;
	font-weight: 300;
	margin: 20px 0px;
	float: left;
}

.header logo {
	width: 280px;
	height: 80px;
	margin: 0px 20px 10px 0px;
	float: left;
	background: none;
}

.header logo a{
	width: 100%;
	height: 80px;
	margin: 11px 20px 10px 0px;
	float: left;
	background: none;
}

.header logo img{
	height: 80px;
	line-height: 180px;
}

.header nav {
	position: relative;
	width: 65%;
	height: 23px;
	top: 25px;
	right: 0px;
	background: none;
	line-height: 20px;
	display:inline-block;
	float: right;
	text-align: right;	
}

.header nav a {
	color: #fff;
	font-weight: 200;
	margin: 0 0 0 25px;
	font-size: 1em;
	font-weight: 500;
	text-shadow: 0px 0px 6px #000;
}

.header nav a:hover {
	color: #3C97C4;
	font-size: 1.0em;
	font-weight: 350;
}


.header nav-mobile {
	position: relative;
	width: 70%;
	height: 23px;
	bottom: 0px;
	background: red;
	line-height: 20px;
	display:none;
	float: right;
	text-align: right;	
	right:-10px;	
}

.header nav-mobile p {
	position: relative;
	color: #555;
	bottom: 0px;
	font-weight: 200;
	margin: 0 0 0 15px;
	font-size: 1em;
}


.header nav-mobile a {
	position: absolute;
	color: #555;
	bottom: 0px;
	right: -20px;	
	font-weight: 200;
	font-size: 1em;
}


/* Transitions and class for reduced height */
.header h1,
.header nav,
.header logo a
.header title-scf {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


.header.header-shrink {
	height: 70px;
	box-shadow: 0px -2px 13px #444;
	background: #fff;
}


.header.header-shrink h1,
.header.header-shrink nav,
.header.header-shrink logo a
.header.header-shrink title-scf {
	line-height: 40px;
}

.header.header-shrink logo {
	width: 210px;
	height: 65px;
	margin: 0px 20px 10px 0px;
	float: left;
	background: none;
}

.header.header-shrink logo img{
	height: 60px;
	margin: -6px -30px 0 0;
}

.header.header-shrink title-scf {
	width: 130px;
	height: 75px;
	margin: 11px 20px 10px 0px;
	padding: 10px;
	float: left;
	background: none;
}

.header.header-shrink title-scf h1{
	text-transform: uppercase;
	color: #333;
	letter-spacing: 0.1px;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: 300;
	margin: 0;
	float: left;	
}


.header.header-shrink nav {
	width:73%;
	background: none;
	top: -5px;
	right:0px;
}

.header.header-shrink nav a{
	color: #555;
	font-weight: 300;
	text-shadow: 0px 0px 0px #000;
}

.header.header-shrink nav-mobile {
	bottom: 10px;
}


.header.header-shrink h1 {
	font-size: 2em;
}



.icon-menu {
  position: relative;
  padding-left: 0px;
  top: 4px;
  right: 20px;
  
}
.icon-menu:before {
  content: "";
  position: absolute;
  right: -13px;
  top: 0em;
  width: 0.2em;
  height: 0.16em;
  font-size: 1.5em;
  background: black;
  box-shadow: 
    0 0.25em 0 0 black,
    0 0.5em 0 0 black;
}


@media (max-width: 1010px) { 

.inner{
	width: 100%;
	height: 100%;
	background: #fff;
}

.header .inner {
	width: 100%;
	z-index: 8998;
	background: #fff ;
	margin: 0 auto;
	padding: 0 20px;
}

.header title-scf {
	width: 300px;
	height: 120px;
	margin: 23px 20px 10px 0px;
	padding: 0px;
	float: left;
	background: none;
}

.header title-scf h1{
	text-transform: normal;
	color: #333;
	letter-spacing: 0.1px;
	font-size: 2.3em;
	line-height: 0.95em;
	font-weight: 300;
	margin: 0px 0px;
	float: left;
}

.header nav {
	display:none;
}


.header logo {
	width: 280px;
	height: 70px;
	margin: 0px 20px 10px 0px;
	float: left;
	background: none;
}

.header logo a{
	width: 100%;
	height: 70px;
	margin: 11px 20px 10px 0px;
	float: left;
	background: none;
}

.header logo img{
	height: 70px;
	line-height: 180px;
}


.header nav-mobile {
	position: absolute;
	width: 200px;
	height: 23px;
	top: 55px;
	right: 50px;
	background: none;
	line-height: 20px;
	display:inline;
	text-align: right;	
}

.header nav-mobile a {
	color: #555;
	font-weight: 200;
	margin: 0 0 0 20px;
	font-size: 1em;
	display:inline-block;
}


}





@media (max-width: 800px) { 

/*
@media only screen 
and (min-device-width : 300px) 
and (max-device-width : 568px) {
*/

.header {
	height: 80px;
}

.header logo {
	width: 180px;
	height: 60px;
	margin: 0px 20px 10px 0px;
	float: left;
	background: none;
}

.header logo a{
	width: 100%;
	height: 60px;
	margin: 11px 20px 10px 0px;
	float: left;
	background: none;
}

.header logo img{
	height: 60px;
	line-height: 180px;
}


.header title-scf {
	display: none;
}

.header title-scf h1{
	display: none;
}

.header.header-shrink title-scf {
	display: none;
}

.header.header-shrink title-scf h1{
	display: none;
}

.header.header-shrink {
	height: 80px;
}

.header logo-shrink a{
	width: 180px;
	height: 180px;
	margin: 5px 20px 10px 0px;
	float: left;
}
.header.header-shrink logo img{
	height: 60px;
	margin: 1px -30px 0 0;
}
	
.header nav-mobile {
	position: absolute;
	width: 80px;
	height: 27px;
	top: 46px;
	right: 30px;
	background: none;
	line-height: 20px;
	display:inline;
}

.header nav-mobile a {
	color: #555;
	font-weight: 200;
	margin: 0 0 0 20px;
	font-size: 1em;
	display:inline-block;
}


.icon-menu {
  position: relative;
  padding-left: 0px;
  top: 4px;
  right: 30px;
  
}
.icon-menu:before {
  content: "";
  position: absolute;
  right: -20px;
  top: -0.25em;
  width: 0.18em;
  height: 0.16em;
  font-size: 2.0em;
  background: black;
  box-shadow: 
    0 0.25em 0 0 black,
    0 0.5em 0 0 black;
}

}

