/*******************************************
/*
/* !Tag Styling */
/*
/******************************************/

{
	margin: 0;
	padding: 0;
}

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #ddd;
	font-family: 'OmnesRegular', 'Helvetica', Helvetica, 'Arial', Arial;
	font-weight: 100;
	font-size: 11px;
	line-height: 1.8em;
	color: #AAA;
}

a:focus {
	 -moz-outline:none;
	 outline: none;
}
:focus { -moz-outline-style: none; }

.clear {
	position: relative;
	clear: both;
}



#buy_banner {
	position: fixed;
	z-index: 11;
	left: 0; top: 0;
	width: 115px; height: 115px;
	background: url(/images/buybanner.png) left top no-repeat;
}
#buy_banner a { display: block; width: 100%; height: 100%; }

#container {
	position: relative;
	width: 100%;
}

#ident {
	position: absolute;
	z-index: 6;
	bottom: 20px;
	left: 20px;
	width: 63px;
	height: 11px;
	background: url(../images/ident.png) no-repeat;
}

#ident a {
	display: block;
	width: 100%;
	height: 100%;
}

#left {
	position: absolute;
	z-index: 5;
	bottom: 20px;
	right: 55%;
	margin-top: -15px;
	width: 29px;
	height: 29px;
	background: url(../images/left.png) left top no-repeat;
}
#left:hover { background: url(../images/left.png) right top no-repeat; }

#right {
	position: absolute;
	z-index: 5;
	bottom: 20px;
	left: 55%;
	width: 29px;
	height: 29px;
	background: url(../images/right.png) left top no-repeat;
}
#right:hover { background: url(../images/right.png) right top no-repeat; }

#left a,
#right a {
	display: block;
	width: 100%;
	height: 100%;
}



#content {
	position: relative;
	z-index: 3;
	width: 900px;
	margin: 0 auto;
	text-align: center;
	padding: 120px 0 0;
}

h2 {
	font-family: "ostrich-sans-1", "ostrich-sans-2", "Arial Narrow", arial, sans-serif;
	font-size: 48px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	margin: 60px 0 120px;
	color: #fff;
}

h3 {
	font-family: "OmnesLightItalic";
	font-size: 44px;
	font-weight: 400;
	margin: 0 0 30px;
	color: #fff;
}
h3.center {
  width: 60%; clear:both;
  margin: 0 auto 40px;
  float: none;
  text-align: left;
}

p {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  float: left;
  color: #777;
}
p strong {
  font-family: "OmnesBold";
  font-weight: normal;
}

p.column {
  width: 45%; margin-right: 5%;
}
p.center {
  width: 60%; clear:both;
  margin: 0 auto 25px;
  float: none;
}

p.half_column {
  float: left;
  width: 45%; margin-right: 5%;
}

a, p a {
  color: #2dbfc5;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

img.center {
  width: 60%; clear:both;
  margin: 0 auto 25px;
  float: none;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.video, .image {
	position: relative;
	clear: both;
	width: 900px;
	text-align: center;
	padding-bottom: 60px;
	margin-bottom: 60px;
	
	border-bottom: 1px solid #EEE;
}
.top_margin {
  margin-top: 30px;
}

.columns {
  position: relative;
  clear: both;
  width: 100%;
	margin: 60px 0;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
} 
.cover, .description {
  width: 50%;
  float: left;
  clear: none;
}
.cover {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  margin: 60px 0;
}
.cover img {
  display: block;
  position: relative;
  clear: both;
  width: 100%; height: auto;
}

.description {
  padding: 160px 0 0 60px;
  text-align: left;
  box-sizing: border-box;
}
.description p {
  text-align: left;
  color: #777;
}
.description a img {
  border: none;
}

.top_border {
  padding-top: 60px !important;
  border-top: 1px solid #EEE;
}
.grid {
	margin: 60px 0;
	padding: 0 0 60px;
	border-bottom: 1px solid #EEE;
}
.no_bottom {
  padding-bottom: 0;
  border-bottom: none;
}
.grid .samples img {
  position: relative;
  float: left;
  width: 18.4%;
  margin-left: 1%; margin-right: 1%;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
.grid .samples img.first { margin-left: 0 !important; }
.grid .samples img.last { margin-right: 0 !important; }

.posts {
  width: 100%;
	margin: 60px 0;
	padding: 0 0 60px;
	border-bottom: 1px solid #EEE;
}
.instagram-media, .instagram-media-rendered {
  float: left; background:#FFF; border:0 !important; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0;
  width: 45% !important; margin-right: 5% !important;
  border-left: none !important;
  border-right: none !important;
}

.epilogue {
  padding-bottom: 120px;
}