html, body, p, div, blockquote, span, ul, ol, dl, dt, dd, li, h1, h2, h3, h4, a, img {
	margin: 0px;
	padding: 0px;
	border: none;
}
body {
	font-family: 'Tienne', serif;
	background-image: url(images/bg.jpg);
	font-size: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	line-height: 100%;
	background-color: #000;
}
@font-face {
	font-family: 'ostrich_sansmedium';
	src: url('ostrich-regular.eot');
	src: url('ostrich-regular.eot?#iefix') format('embedded-opentype'),  url('ostrich-regular.woff') format('woff'),  url('ostrich-regular.ttf') format('truetype'),  url('ostrich-regular.svg#ostrich_sansmedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
p {
	font-size: 1em;
	line-height: 1.75em;
	padding-top: 1em;
}
h2 {
	font-size: 1.3em;
	margin-top: 1em;
	margin-bottom: 1.3em;
	text-transform: uppercase;
	line-height: 1.3em;
}
h3 {
	font-size: 2em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	line-height: 1.3em;
}
header {
	font-family: "ostrich_sansmedium";
	font-size: 8em;
	color: #FFF;
	background-image: url(images/header.jpg);
	width: 100%;
	line-height: 1.1em;
	text-align: center;
}
img {
	max-width: 100%;
	height: auto;
	float: left;
	margin-right: 3%;
	margin-bottom: 1%;
}
.nav {
	margin: 0;
	padding: 0;
	background-color: #000;
	text-align: center;
}
.nav ul {
	max-width: 1280px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.nav ul li {
	list-style: none;
	display: inline-block;
	width: 20%;
 *display:inline; /* ie7 */
}
.nav a {
	font-family: "ostrich_sansmedium";
	display: block;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 2em;
	line-height: 2.1em;
	background-image: url(images/navborder.gif);
	background-repeat: no-repeat;
}
li.active a {
	color: #000;
	background-color: #706868;
}
.nav a:hover {
	background-color: #beb0b0;
}
.about {
	width: 95%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3em;
}
.contact {
	width: 95%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2em;
}
.contact p {
	text-align: center;	
}
.contact a {
	text-decoration: none;
	color: #000;
}
.wrap {
	overflow: hidden;
	max-width: 1440px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.box {
	float: left;
	position: relative;
	width: 25%;
	padding-bottom: 25%;
}
.boxInner {
	position: absolute;
	left: 0.3em;
	right: 0.3em;
	top: 0.3em;
	bottom: 0.3em;
	overflow: hidden;
}
.boxInner img {
	width: 100%;
}
.boxInner .titleBox {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-bottom: -3.125;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	color: #FFF;
	padding: 10px;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
body.no-touch .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox {
	margin-bottom: 0;
}
.media {
	max-width: 50em;
	margin-top: 0.625em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
}
.mediaWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 1.5625em;
	height: 0;
}
.mediaWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
 @media screen and (max-width: 1010px) {
.nav a {
	font-size: 1.5em;
}
img {
	width: 40%;
}
.wrap {
	margin-left: 0.625em;
	margin-right: 0.625em;
}
.media {
	width: 95%;
}
.box {
    width: 33.3%;
    padding-bottom: 33.3%;
}
}
@media screen and (max-width: 750px) {
header {
	font-size: 6em;
}
img {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
h2 {
	font-size: 0.9em;
}
.box {
     width: 50%;
     padding-bottom: 50%;
}
.about {
	width: 90%;
}
p {
	font-size: 0.9em;
	line-height: 1.5em;
}
}
@media screen and (max-width: 500px) {
header {
	font-size: 4em;
}
}
@media only screen and (max-device-width: 480px) { 
    html {
        -webkit-text-size-adjust: none; 
    }
}
@media screen and (max-width: 475px) {
.nav a {
	font-size: 1.3em;
}
}
@media screen and (max-width: 320px) {
header {
	font-size: 3em;
}
.nav a {
	font-size: 1em;
}
}
