footer {
	margin-top: 60px;
	padding-top: 40px;
	padding-bottom: 80px;
	max-width: 100%;
	line-height: 1.6;
}

footer * {
	box-sizing: border-box;
}

footer.footer-full {
	border-top: 10px solid #666;
}


/* Nav / Footer v.2 */

	.nav-v2 {		
		text-align: center;
		width: 100%;
		box-sizing: border-box;
		font-family: OswaldLight;
		font-size: 12pt;
		line-height: 1;
		z-index: 1000 !important;
	}
	.nav-top {
		padding: 20px 10px 20px;
		background: #3f3f3f;		
		border-bottom: 10px solid #666;
		height: 85px;
	}

	.nav-bottom {
		margin-bottom: 10px;
	}
	.nav-float .nav-top {
		position:fixed;
		top: 0;
		left: 0;
		display: none;
		z-index: 999;
	}
	body[data-thispage='home'] .nav-bottom .nav-link, .footer-full .nav-bottom .nav-link {
		background: #2F2F2F;
		color: #FF3F00;
	}
	body[data-thispage='home'] #footer footer {
		border-top-color: #666;
		padding-top: 20px;
		margin-top: 50px;
		padding-top: 40px;
	}

	body.nav-float {
		padding-top: 85px;
	}
	body.nav-float[data-thispage='home'].welcome-visible {
		padding-top: 0;
	}
	body.nav-float[data-thispage='home'].welcome-visible .nav-top {	
		height: 85px;
		padding-top: 15px;
	}
	body.nav-float[data-thispage='home'].welcome-visible .opening {
		margin-top: 85px;
	}

		/*.nav-v2 > * {
			vertical-align: middle;
		}*/
		
		.nav-link, .nav-this {
			text-decoration: none !important;
			margin-right: 10px;
			color: #FF3F00;
			padding: 0 8px;
			background: #2f2f2f;
			border-radius: 5px;
			font-size: 19px;
			line-height: 35px;
			display: inline-block;
			text-transform: uppercase;
		}
		
		.nav-link:hover, .nav-this:hover {
			text-decoration: underline !important;
		}
		
		.nav-top .nav-this {
			background: white;
			color: #3f3f3f;
		}		
		
		.nav-bottom .nav-this {
			background: #fff;
			color: #333;
		}			
		
		.nav-bottom .nav-link {
			background: white;
		} 
		
		.nav-v2 a:last-child {
			margin-right: 0;
		}

		.logo {
			font-size: 22px;
			color: #888;
			font-family: OswaldBold;
			text-decoration: none;
			margin-right: 20px;
		}

		#footer .caption, footer .caption {
			padding-left: 20px;
			padding-right: 20px;
			margin-top: 0;
			border: 0;
		}		
	

/*********************** FULL FOOTER ***************************/

	/************* CLOSING *****************/
	
	.closing em {
		color: white;
		font-family: "OswaldBold";
		font-style: normal;
		font-weight: 400;
	}
	body > .closing {
		background: #333 none repeat scroll 0 0;
		border-bottom: 10px solid #666;
		box-sizing: border-box;
		color: #eee;
		min-height: 800px;
		padding: 100px 20px 65px;
		position: relative;
		z-index: 999;
	}
	.closing .closing-heading {
		font-family: "OswaldBold";
		font-size: 40px;
		line-height: 1.5;
		margin-bottom: 20px;
		color: #FFFFFF;
		text-align: center;
		padding-bottom: 0;
	}
	.closing-heading:hover {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		cursor: default;
	}
	.closing-subtitle {
		color: #bbbbbb;
		font-size: 20px;
		font-family: "OswaldLight";
		line-height: 1.5;
		margin: 0 auto 40px;
		max-width: 850px;
		text-align: center;
		padding-bottom: 0;
	}
	#closing-form {
		margin: 0 auto;
		max-width: 600px;
		width: 100%;
	}
	.closing label {
		color: #bbbbbb;
		display: block;
		font-size: 20px;
		font-family: "OswaldLight";
		line-height: 1;
		margin-bottom: 4px;
		text-align: left;
	}
	.closing .group-fields {
		border: 0 none;
		box-sizing: border-box;
		display: block;
		margin: 0 auto 10px;
		max-width: 350px;
		position: relative;
		width: 100%;
		padding: 0 10px;
	}
	.closing .group-button {
		border: 0 none;
		display: block;
		text-align: center;
		padding: 0;
	}	

	
.closing [type="text"] {
    border: 0 none;
    box-shadow: 2px 2px 3px 0 #aaa inset;
    box-sizing: border-box;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    padding: 0 10px;
    width: 100%;
}
.closing-social-proof {
    color: #aaa;
    font: 18px/22px "OswaldLight";
    left: 50%;
    margin-left: 285px;
    position: absolute;
    text-align: left;
    top: 70px;
    width: 220px;
}
.closing-social-proof::before {
    background: rgba(0, 0, 0, 0) url("../images/arrow-welcome.png") repeat scroll 0 0;
    content: "";
    height: 51px;
    left: -80px;
    position: absolute;
    top: -65px;
    width: 161px;
}
.closing-disclaimer {
    color: #aaaaaa;
    font-family: "OswaldLight";
    font-size: 18px;
    margin: 10px auto 0 auto;
    max-width: 650px;
	padding-bottom: 0;
	text-align: center;
}
.closing-disclaimer em {
    font-family: "OswaldLight";
}

#fsubmit2 {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ff3f00 0%, #d93600 100%) repeat scroll 0 0;
    border: 1px solid #cc3300;
    border-radius: 6px;
    box-shadow: 1px 1px 4px 0 #333;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font: 22px/28px "OswaldLight";
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    text-shadow: 2px 1px 0 #d93600;
}

.closing-hireus {
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
}

	.closing-hireus .cols-2 div {
		width: 46%;
		float: left;
		background: #333;
		padding: 20px;
		border-radius: 10px;
	}
		.closing-hireus .cols-2:after {
			content: "";
			clear: both;
			display: block;
		}
		.closing-hireus .cols-2 div:first-child {
			margin-right: 2%;
		}
		.closing-hireus .cols-2 div:last-child {
			margin-left: 2%;
		}
		
		.closing-hireus h3 {
			font-size: 30px;
			color: #FFFFFF;
			font-weight: 400;
			font-family: OswaldBold;
			margin-bottom: 10px;
			margin-top: 0;
			line-height: 1.4;
		}		
		
			.closing-hireus small {
				font-size: 20px;
				display: block;
				font-weight: 400;
				font-family: OswaldLight;	
				margin-bottom: 5px;
			}	
					
		.closing-hireus p {
			font-size: 14px;
			color: #888;
			line-height: 1.6;
			font-family: Arial;
			margin: 0 0 10px 0;
			padding: 0;
		}
		
		.closing-hireus .button {
			font-size: 22px;
			padding: 10px 15px;
			box-shadow: none;
			width: auto;
			text-align: center;
			display: inline-block;
			margin: 0;
			font-family: OswaldRegular;
			line-height: 1;
			letter-spacing: 0;
			background: #79bbff linear-gradient(to bottom, #ff3f00 5%, #d93600 100%) repeat scroll 0 0;
			border: 1px solid #cc3300;
			border-radius: 6px;
			color: #ffffff;
			cursor: pointer;
			text-decoration: none;
			text-shadow: 2px 1px 0 #cc3300;
			font-size: 1.2em;
		}
		
		.closing-hireus .button:hover {
			background: #378de5 linear-gradient(to bottom, #d93600 5%, #ff3f00 100%) repeat scroll 0 0;
		}

		.closing-hireus .button.selected {
			background: black;
			border-color: black;
			cursor:default;
			text-shadow: none;
			box-shadow: none;
		}		
			
			.closing-hireus .button em {		
				font-family: OswaldBold;
				font-style: normal;
			}
			
/************************************ PATTERN: BUTTON ***************************/
	
@media (max-width: 1000px) {
	.closing-social-proof {
		margin: 0 auto;
		max-width: 450px;
		position: static;
		text-align: center;
		width: auto;
	}
	.closing-social-proof:before {
		content: none;
	}
}

	
	
/************************ FOOTER NAV CONTENT ****************************/

	.footer-nav-content {
		text-align: center;
		border-top: 1px solid #ddd;
		padding-top: 40px;
		max-width: 960px;
		margin-left: auto;
		margin-right: auto;
	}	
	
	.footer-full .footer-nav-content, body[data-thispage='home'] .footer-nav-content {
		border-top: 1px solid #666;
		margin-top: 30px;
	}	
	.footer-full .closing.hidden + .footer-nav-content {
		padding-top: 0;
		border-top: 0;
		margin-top: 0;
	}
	
	body[data-thispage='home'] footer .caption, .footer-full .caption {
		border-top: 0;
		margin-top: 15px;
		padding-top: 0;
		color: #ccc;
	}		
	
	.caption {
		box-sizing: border-box;
		display: inline-block;
		font-family: Arial;
		font-size: 13px;
		margin-left: auto;
		max-width: 800px;
		padding-top: 20px;
		text-align: center;
		width: 100%;
		padding: 0;
	}
	
		.caption a {
			color: #ff3f00;
		}		
	
	
	
/********************************** FOOTER STYLE *****************************/
	
	footer {		
		width: 100%;
		box-sizing: border-box;
	}
	
	.footer-full {
		background: #3F3F3F;
	}

	footer .logo {
		background: url("/images/logo_linowski_dark.png");
		width: 150px;
		height: 48px;
		display: inline-block;
		margin-top: 15px;
	}
	
	footer.footer-full .logo {
		background: url("/images/logo_linowski.png");
		width: 160px;
		height: 60px;
	}
	
	
	
/********************************** NARROW VIEW *****************************/

.mobile-drawer {
	display: block;
	height: 150%;
	background: #2f2f2f;
	width: 270px;
	position: fixed;
	top: 0;
	left: -300px;
	z-index: 999;
	font-family: OswaldLight;
	padding: 20px;
	box-sizing: border-box;
}

.links-blog {
	display: none;
}

.mobile-drawer .close {
	position: absolute;
	top: 10px;
	right: 10px;
}

.mobile-drawer .nav-link {
	padding: 0;
}

.mobile-drawer a {
	display: block;
	background: none;
	width: 100%;
	margin-bottom: 15px;
}

.menu-expand {
	cursor: pointer;
	text-decoration: none !important;	
    fill: #ff3f00;
	height: 35px;
}

.menu-expand svg {
	margin-top: 7px;
}
	
.show-mobile {
	display: none !important;
}

@media (max-width: 800px) {
	
	.links-blog {
		display: block;
		padding-left: 20px;
		font-size: 16px;
	}
	
	.nav-top .hide-mobile {
		display: none !important;
	}
	
	.nav-top .last-mobile {
		margin-right: 0 !important;
	}
	
	.nav-top .show-mobile {
		display: inline-block !important;
	}
	
	.nav-top {
		position: static !important;
		height: auto !important;
		padding-bottom: 10px;
	}
	
	.nav-bottom {
		height: auto !important;
	}
	
	.logo {
		display: none;
	}
	
	.nav-top .nav-link, .nav-top .nav-this, .nav-bottom .nav-this, .nav-bottom .nav-link {
		margin-bottom: 10px;
		font-size: 14px;
	}
	
	.closing-hireus .cols-2 div {
		width: 100%;
		float: none;
		margin: 0;
	}	

}	

