/**
 * @license
 * MyFonts Webfont Build ID 3061107, 2015-07-21T00:59:24-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: SackersGothicStd-Light by Monotype 
 * URL: http://www.myfonts.com/fonts/mti/sackers-gothic/std-light/
 * Copyright: Copyright 1994, 2003 Monotype Imaging, Inc. All rights reserved.
 * Licensed pageviews: 250,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3061107
 * 
 * © 2015 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2eb573");

  
@font-face {font-family: 'Sackers';src: url('webfonts/2EB573_0_0.eot');src: url('webfonts/2EB573_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2EB573_0_0.woff2') format('woff2'),url('webfonts/2EB573_0_0.woff') format('woff'),url('webfonts/2EB573_0_0.ttf') format('truetype');}


@font-face {
    font-family: 'ace_liftbold';
    src: url('webfonts/ace_lift_bold-webfont.woff2') format('woff2'),
         url('webfonts/ace_lift_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html{
	height:100%;
}

body{
	background:#fff;
	padding:0;
	margin:0;
	font-family:'Sackers', sans-serif;
	font-size:12px;
	background-color: #6E6E31;
/* 	background-image:url(feature.jpg); */
/*
	background-repeat:no-repeat;
	background-position:center center; 
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='feature.jpg', sizingMethod='scale');
	-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='feature.jpg', sizingMethod='scale')";
*/
	height:100%;
	font-family: 'ace_liftbold';
}

.header{
	width:100%;
/* 	background-color: #6E6E31; */
	z-index:9;
	height:5%;
	position:absolute;
	top:0;
	left:0;
}

.footer{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
/* 	background-color: #6E6E31; */
	padding-top:50px;
	padding-bottom:50px;
	z-index:99;
}

.jett{
	width:300px;
	height:160px;
	position:absolute;
	top:50%;
	margin-top:-80px;
	left:50%;
	margin-left:-150px;
}

.footer .col{
	float:left;
	width:33%;
}

.footer p{
	margin:0;
	padding:0;
}

.footer .col-middle{
	text-align:center;
}

.footer .col-right{
	text-align:right;
}

.wrapper{
	width:95%;
	max-width:1280px;
	margin:0 auto;
}

a,
a:visited,
a:focus{
	color:#000;
	text-decoration:none;
	
}

a:hover{
	opacity:0.5;
}

h1 {
	text-align: center;
	font-size: 14px;
	margin: 1em 0 .5em;
}