
body{
		font-family: helvetica, san-serif;
		margin: 0 0 30px; /* bottom = footer height */
		padding: 25px;
}
html {
    position: relative;
    min-height: 100%;
}
.visible-xs{
	display:none;
}
.hidden-xs img {
    margin-top: 200px;
}
h1, h2{
	font-size: 2em;
	color: #656565;
	-webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
a{
	text-decoration: none;
	color:#a48b05;
	cursor:pointer;
}
.content{
	display:block;
	text-align: center;
	font-size: 13px;
  overflow: auto;
}
.logo{
	display:block;
	clear:all;
	margin:0 auto;
	padding-bottom:5px;
}
img{
		max-width: 100%;
}
.content a img{
	cursor:pointer;
}
.col-left{
 display:block;
 clear:all;
 float:left;
 width:40%;
 padding:0;
}
.col-middle{
  width: 16%;
  float: left;
  padding-right: 10px;
	padding-left: 22px;
}
.col-right {
	display:block;
	float:right;
	width:40%;
}
.footer{
	font-size:11px;
	text-align: center;
	position: absolute;
  left: 0;
  bottom: 0;
  height: 30px;
  width: 100%;
  overflow:hidden;
	background: #e6e6e6;
	color: #7d7d7d;
	padding-bottom: 5px;
}
.newsletter {
	width:488px;
	background: #f8f8f8;
  color: #5e5e5e;
  font-size: 16px;
	margin: 0 auto;
	max-width: 100%;
}
/*--- Media Queries ---*/

@media (max-width: 760px) {
		.visible-xs{
			display: inline;
		}
		.hidden-xs{
			display: none;
		}
		.hidden-xs img {
    margin-top: 10px;
		}
		.logo{
			padding-bottom:20px;
			width:240px;
		}
		.col-middle{
			display: none;
		}
		.col-left{
		 width: 100% !important;
		}

		.col-right {
			 width: 100% !important;
		}

		.footer{
			padding-bottom:15px !important;
		}
}
