/* Header */

	#header {
		border-bottom: solid 1px rgba(144, 144, 144, 0.25);
		box-shadow: 0px 0.0375em 0.125em 0px rgba(0, 0, 0, 0.05);
		color: #484848;
		cursor: default;
		/*font-size: 1.25em;*/
		height: 4.5em;
		left: 0;
		line-height: 4.4em;
		position: fixed;
		text-transform: uppercase;
		top: 0;
		width: 100%;
		z-index: 10000;
		z-index: 10001;
	}

		#header h1 {
			color: #484848;
			font-weight: 400;
			height: inherit;
			left: 1.25em;
			line-height: inherit;
			margin: 0;
			padding: 0;
			position: absolute;
			top: 0;
			background-color:rgba(0, 0, 0, 0.5);
		}

		#header nav {
			height: inherit;
			line-height: inherit;
			position: absolute;
			right: 1.25em;
			top: 0;
			vertical-align: middle;
		}

			#header nav ul {
				list-style: none;
				margin: 0;
				padding-left: 0;
			}

				#header nav ul li {
					border-radius: 4px;
					display: inline-block;
					margin-left: 2.5em;
					padding-left: 0;
				}

					#header nav ul li a {
						-moz-transition: color 0.2s ease-in-out;
						-webkit-transition: color 0.2s ease-in-out;
						-ms-transition: color 0.2s ease-in-out;
						transition: color 0.2s ease-in-out;
						color: #666;
						display: inline-block;
						text-decoration: none;
					}

						#header nav ul li a:hover {
							color: #484848;
						}

					#header nav ul li:first-child {
						margin-left: 0;
					}

					#header nav ul li .button {
						border-color: rgba(144, 144, 144, 0.25);
						box-shadow: none;
						height: 3em;
						line-height: 2.9em;
						margin-bottom: 0;
						padding: 0 1.5em;
						position: relative;
						top: -0.075em;
						vertical-align: middle;
					}

		#header .container {
			position: relative;
		}

			#header .container h1 {
				left: 0;
			}

			#header .container nav {
				right: 0;
			}

		#header.alt {
			/*background-color: transparent;*/
			border: 0;
			box-shadow: none;
			height: 0em;
			line-height: 3.25em;
			position: absolute;
		}

			#header.alt h1 {
				color: #ffffff;
				/*left: 2.5em;*/
				top: 1em;
			}

				#header.alt h1 a {
					color: #FFF;
				}

			#header.alt nav {
				right: 2em;
				top: 2.3em;
			}

				#header.alt nav a {
					color: #fff;
				}

					#header.alt nav a:active, #header.alt nav a:hover {
						color: #ff5400;
					}

			#header.alt .button {
				border-color: rgba(255, 255, 255, 0.5);
				color: #ffffff !important;
			}

		@media screen and (max-width: 1170px) {
			#header.alt {
				text-align: center;
				width:350px;
				margin: 0 auto 0 auto;
				position: relative; 
			}
			#nav {
				display: none;
			}	
			#header.alt h1 {
				color: #ffffff;
				/*left: 0em;*/
			}
		}

		@media screen and (max-width: 2500px){
		.bg-slider__title{width:38%;}
		}
		@media screen and (max-width: 1280px){
		.bg-slider__title{width:40%;}
		}
		@media screen and (max-width: 980px){
		.bg-slider__title{width:50%;}
		}
		@media screen and (max-width: 736px) {
		.bg-slider__title{width:60%;}
		.logo{width:90%;}
		.bg-slider {height: 70vh; min-height:450px;}
		}
		@media screen and (max-width: 640px) {
		.bg-slider__title{width:80%;}
		.logo{width:90%;}
		.bg-slider {height: 70vh; min-height:450px;}
		}
		@media screen and (max-width: 480px) {
		.bg-slider__title{width:80%;}
		.logo{width:70%;}
		.bg-slider {height: 70vh; min-height:380px;}
		body.contents {background-size: auto 80px;}
		}
		@media screen and (max-width: 360px) {
		.bg-slider__title{width:80%;}
		.logo{width:70%;}
		.bg-slider {height: 70vh; min-height:380px;}
		body.contents {background-size: auto 80px;}
		}
