body{ background-color:#f5f5f5; }


.wrapper{
	max-width:1200px;
	margin:0 auto;
	padding:0px;
	min-width:320px;
	}
.header{
	width:100%;
	display:block;
	min-height:120px;
	padding-top:0px;
        background:url(../../../picts/headerbg9.jpg) top center no-repeat;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	}
.logo{
	padding:5px 0px;
	margin:0 auto;
	text-align:center;
	}
	
.show-grid{background-color:#fff; }


.headertlt{ width:100%; padding:40px 0px 15px 0px; letter-spacing:-0.5px; font-size:22px; font-family: 'archivo_narrowregular'; color:#424242;}


.main-content {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
} 



@media only screen and (min-width: 230px) and (max-width:780px) {
.wrapper { width:96%; margin:0% 2%; }
.header{min-height:120px;}

}

@media only screen and (min-width: 781px) and (max-width:1200px) {
.wrapper { width:96%; margin:0% 2%; }
}


