@charset "UTF-8";
html{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body{
	font:normal 0.875rem 'Libre Baskerville',arial,sans-serif,helvetica;
	line-height:1.4rem;
	color:#222;
	margin:0 auto;
	padding:0;
	background:#222;
}
.header-image{
	padding-top:25rem;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	box-shadow:0px -4px rgba(0,0,0,0.2);
}
.header-no-image{
	background:#fff;
	height:5px;
}
header {
	margin:0 auto;
	padding:0;
	text-align:center;
	background:linear-gradient(-90deg,#111,#333,#111);
}
#container {
	background:#fff;
}
#header-container {
	margin:0;
	padding:0;
	margin:auto;
	margin-top:4.6rem;
	text-align:center;
	border-top:0;
}
#header-wrap {
	max-width:1400px;
	margin:auto;
	width:250px;
	margin-top:6rem;
	position:fixed;
	top:-120px;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	background:#fff;
	padding:12px 10px;
	box-shadow:2px 2px rgba(0,0,0,0.2);
	z-index:10;
}
.header-line {
	height:4px;
	background:#d6a477;
	border-top:4px solid #fff;
	border-bottom:4px solid #fff;
	position:relative;
}
#logo {
	position:relative;
	margin:auto;
	width:90%;
	padding:30px 15px 13px 0;
	border-color:rgba(223,222,218,1);
	border-width:1px;
	background-color:rgba(255,255,255,0);
	border-style:solid;
	border-radius:inherit;
}
#logo img {
	width:90%;
	height:auto;
	border:0;
}
.social-container {
	float:right;
	margin:30px 60px 0 0;
	text-align:center;
}
.social-container img {
	width:48px;
	height:48px;
	border:1px solid #111;
	margin-left:7px;
	position:relative;
	background:rgba(3,3,3,0.5);
	z-index:5;
}
.social-container img:hover {
	background:rgba(3,3,3,0.7);
}
main {
	margin:0 auto;
	padding:0;
}
p {
	margin:17px 0;
}
.indent {
	margin-left:40px;
}
h1 {
	font:normal 1.7rem 'Old Standard TT',serif;
	text-transform:uppercase;
	color:#000;
	margin:11px 0px;
}
.paper {
	font:600 19px 'Open Sans',serif,helvetica;
	text-align:left;
	color:#333;
	display:inline-block;
	position:relative;
	padding:20px 35px;
	margin:-15px 0 0 -35px;
	background:#fff url("img_bg_paper.jpg") center top repeat;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.3);
	box-shadow:0 1px 3px rgba(0,0,0,0.3);
	-ms-transform:rotate(3deg);
    -webkit-transform:rotate(3deg);
    transform:rotate(3deg);
	z-index:9;
}
.paper a {
	color:#333;
	text-decoration:none;
}
.paper a:hover {
	color:#333;
	text-decoration:underline;
}
.screw:after {
	content:"";
	width:38px;
	height:38px;
	background-image: url("img_screw.png");
	background-repeat:no-repeat;
	background-size:38px 38px;
	position:absolute;
	z-index:10;
	top:-10px;
	left:10px;
}
h2 {
	font:normal 1.5rem 'Old Standard TT',serif;
	text-transform:uppercase;
	color:#000;
	margin:12px 0px;
}
h3 {
	font:normal 1.3rem 'Old Standard TT',serif;
	text-transform:uppercase;
	color:#000;
	margin:13px 0px;
}
hr {
	border:0;
	border-bottom:1px dashed #aaa;
	margin:17px 0;
}
a {
	text-decoration:underline;
	color:#5c2e00;
}
a:hover {
	text-decoration:none;
	color:#000;
}
a.btn {
	/*
	-webkit-border-radius:5;
	-moz-border-radius:5;
	border-radius:5px;
	*/
	padding:10px 20px 10px 20px;
	font:bold 14px arial,verdana;
	text-decoration:none;
	color:#fff;
}
a.btn:link { background:#b15533; }
a.btn:visited { background:#b15533; }
a.btn:hover { background:#990000; }
a.btn:active { background:#b15533; }
.content{
	max-width:1024px;
	margin:0 auto;
	text-align:left;
	padding:30px;
}
.title {
	padding-top:0;
	margin-top:-10px;
}
.list-pdf {
	list-style:none;
}
.list-pdf li {
	font-weight:600;
	list-style:none;
	background:url("img_icn_pdf.gif") left center no-repeat;
	margin:0;
	padding:16px 16px 16px 50px;
}
.sub-footer {
	
	/*
	padding-bottom:50px;
	background:-webkit-linear-gradient(#8a2e2e, #903030);
	background:-o-linear-gradient(#8a2e2e, #903030);
	background:-moz-linear-gradient(#8a2e2e, #903030);
	background:linear-gradient(#8a2e2e, #903030);
	*/
	background:#222;
}
.sub-footer .content {
	padding-top:0;
}
footer {
	margin:0 auto;
	padding:0;
	position:fixed;
	bottom:-2px;
	left:0;
	right:0;
}
.footer-top-line {
	height:4px;
	background:#d6a477;
	border-bottom:4px solid #fff;
}
.footer-bottom-line {
	width:100%;
	height:38px;
	background:#903030;
	background:-webkit-linear-gradient(#8a2e2e, #903030);
	background:-o-linear-gradient(#8a2e2e, #903030);
	background:-moz-linear-gradient(#8a2e2e, #903030);
	background:linear-gradient(#8a2e2e, #903030);
	border-top:1px solid #3b1f15;
	border-bottom:1px solid #3b1f15;
	position:absolute;
	bottom:0;
	z-index:7;
}
.wood-bg {
	background:#993333 url("img_hdr_wood_bg.jpg") center center repeat-y;
	border-top:2px solid #3b1f15;
	height:30px;
	position:relative;
	z-index:8;
}
footer a {
	text-decoration:none;
	color:#fff;
}
footer a:hover {
	text-decoration:underline;
	color:#fff;
}
footer .content {
	padding:0 30px;
}
footer .paper {
	padding:15px 25px;
	position:absolute;
	bottom:10px;
	z-index:19;
}
footer .top {
	font-size:14px;
}
.copyright {
	text-align:right;
	margin:0 30px 0 0;
	padding:10px;
	color:#fff;
	font-size:12px;
}
.copyright a {
	color:#fff;
	text-decoration:none;
}
.copyright a:hover {
	color:#fff;
	text-decoration:underline;
}
.box {
	/*border-radius:10px;*/
	text-align:left;
	color:#222;
	margin:0;
	margin-bottom:11px;
	padding:15px;
	background:#fff;
	/* EFFECTS */
	position:relative;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.2);
	box-shadow:0 1px 3px rgba(0,0,0,0.2);
}
.box:before, .box:after{
	content:"";
	position:absolute;
	z-index:-1;
	-webkit-box-shadow:0 0 15px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 15px rgba(0,0,0,0.3);
	box-shadow:0 0 15px rgba(0,0,0,0.3);
	top:50%;
	bottom:0;
	left:10px;
	right:10px;
	/*
	-moz-border-radius:100px / 10px;
	border-radius:100px / 10px;
	*/
}
.box:after{
	right:10px;
	left:auto;
	-webkit-transform:skew(8deg) rotate(3deg);
	-moz-transform:skew(8deg) rotate(3deg);
	-ms-transform:skew(8deg) rotate(3deg);
	-o-transform:skew(8deg) rotate(3deg);
	transform:skew(8deg) rotate(3deg);
}
.box h2 {
	font:normal 18px 'Noto Serif',serif,helvetica;
	text-align:right;
	text-transform:uppercase;
	color:#fff;
	/*
	border-radius:10px 10px 0 0;
	background:#d4a378 url("img_bg_lite_dirt.png") repeat;
	*/
	margin:-15px;
	margin-bottom:15px;
	padding:10px 15px;
	background:#444;
}

.box h2 a {
	color:#fff;
	text-decoration:none;
}
.box h2 a:hover {
	color:#fff;
	text-decoration:underline;
}
.box p {
	margin-bottom:0;
}
.black h2 {
	background:#333 url("img_bg_lite_dirt.png") repeat;
}
.hm-img {
	margin-top:-15px;
	text-align:center;
}
.fullwidth {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}
.center {
	text-align:center;
}
.input_form{
	width:90%;
	max-width:300px;
	margin:5px;
	border-radius:5px;
	border:2px solid #ccc;
	outline:none;
	padding:5px;
	font-size:16px;
}
.btn_form{
	-webkit-appearance:none;
	-moz-appearance:none;
	margin:5px;
	padding:10px 24px;
	border:1px solid #ccc;
	font:700 16px "Open Sans",sans-serif,arial,helvetica;
	cursor:pointer;
	text-decoration:none;
	background:#cc0000;
	color:#fff;
}
.btn_form:hover{
	background:#990000;
}
.video-responsive{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
.video-responsive iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}
@media (max-width: 1024px) {
	#header-container {
		-height:200px;
		background-color:#222;
		background-repeat:no-repeat;
		background-position:-515px -57px;
	}
	#logo {
		-margin:68px 0 0 0;
	}
	.paper {
		display:inline-block;
		position:relative;
		padding:20px 35px;
		margin:0 0 0 -35px;
		z-index:5;
	}
	.content {
		padding:25px;
	}
	.title {
		padding-top:6px;
		margin-top:0;
	}
	.hm-img {
		margin:-35px -25px 0 -25px;
		padding-bottom:0;
	}
	.hm-img .box {
		border-radius:0;
		padding-bottom:0;
	}
	footer .paper {
		padding:5px 15px;
		bottom:1px;
	}
}
@media (max-width: 680px) {
	#logo, #logo img {
		max-width:350px;
		width:95%;
		height:auto;
	}
	.social-container {
		float:left;
		margin:-1px 0 0 30px;
	}
	.box {
		border-radius:0;
		margin-left:-25px;
		margin-right:-25px;
		margin-bottom:25px;
		padding:25px;
	}
	.box-img {
		margin-right:-50px;
	}
	.box h2 {
		border-radius:0;
		margin:-25px;
		margin-bottom:20px;
		padding-right:30px;
	}
	.hm-img {
		margin-bottom:-15px;
		padding-bottom:0;
	}
	.sub-footer {
		padding-bottom:0;
	}
	footer {
		position:relative;
		-bottom:0;
	}
	footer .paper {
		/*
		padding:15px 25px;
		bottom:1px;
		*/
		display:none;
	}
	.copyright {
		margin:0 auto;
		text-align:center;
	}
}

@media (max-width: 680px) {
	#header-container {
		margin:0;
		padding:0;
		margin:auto;
		margin-top:4.6rem;
		text-align:center;
		border-top:0;
		
		
		margin-top:0.01rem
	}
	#header-wrap {
		max-width:1400px;
		margin:auto;
		
		z-index:10;
		width:250px;
		margin-top:6rem;
		
		position:absolute;
		top:-125px;
		left:-10px;
		-webkit-transform:translateX(0);
		transform:translateX(0);
		
		background:none;
		box-shadow:none;
	}
	#logo {
		position:relative;
		margin:auto;
		z-index:2;
		
		
		
		width:85%;
		padding:33px 15px 10px 0;
		border-color:none;
		border-width:0;
		background:none;
		background-color:none;
		border-style:none;
		border-radius:none;
	}
	.header-image{
		padding-top:25rem;
	}
}

@media (max-width: 680px) and (orientation: landscape) {
}
@media (max-width: 540px) {
}