*{
	box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
	color: #000;
	background-color: #fff;
	margin: 15px 20px;
	position: relative;
	font-family: "Courier New", "Times New Roman", Georgia, serif;
	font-size: 11px;
}

.clear {
	clear: both;
}

h1 {
	font-family: "Courier New", "Times New Roman", Georgia, serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	margin: 10px 10px 0 10px;
}

.notfirst {
	margin: 24px 10px 0 10px;
}

h2 {
	font-family: "Courier New", "Times New Roman", Georgia, serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	margin: 0 10px 10px 10px;
}

img {
	/*margin: 10px 0 0 10px;*/
}

a:link {
	color: #0e0;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #0e0;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #fff;
	background: #0e0;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #fff;
	background: #0e0;
	font-weight: bold;
	text-decoration: none;
}

p {
	font-family: "Courier New", "Times New Roman", Georgia, serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #6e6e6e;
}

.menu-row {
	font-family: "Courier New", "Times New Roman", Georgia, serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #6e6e6e;
	letter-spacing: 1px;
}

.menu-row-desktop {
	display: inherit;
}

.menu-row-mobile {
	display: none;
}

.menu-item {
	display: inline;
}

.menu-slash {
	display: inline;
}

#nav {
	color: #6e6e6e;
	max-width: 744px;
	width: 100%;
	/*min-height: 85px;*/
	min-height: 100px;
	position: relative;
}

#nav a:link {
	color: #6e6e6e;
	font-weight: normal;
	text-decoration: none;
}

#nav a:visited {
	color: #6e6e6e;
	font-weight: normal;
	text-decoration: none;
}

#nav a:hover {
	color: #fff;
	background: #0e0;
	font-weight: bold;
	text-decoration: none;
}

#nav a:active {
	color: #fff;
	background: #0e0;
	font-weight: bold;
	text-decoration: none;
}

#nav .name {
	color: #0e0;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 3px;
}

#nav .name a:link {
	color: #0e0;
	font-weight: bold;
	text-decoration: none;
}

#nav .name a:visited {
	color: #0e0;
	font-weight: bold;
	text-decoration: none;
}

#nav .name a:hover {
	color: #fff;
	background: #0e0;
	font-weight: bold;
	text-decoration: none;
}

#nav .name a:active {
	color: #fff;
	background: #0e0;
	font-weight: bold;
	text-decoration: none;
}

#nav .here {
	color: #6e6e6e;
	font-weight: bold;
	background: #0e0;
}

#menu{
	position: relative;
}

#menu-button {
	display: none;
}

.menu-row-drop-down-icon {
	width: 0;
	height: 0;
	border-left: 5.5px solid transparent;
	border-right: 5.5px solid transparent;
	border-top: 8px solid #0e0;
	position: absolute;
	right: 2px;
	top: 9px;
	z-index: 80000;
	display: none;
}

.menu-row-drop-down-icon.menu-row-drop-down-icon-active {
	border-top: none;
	border-bottom: 8px solid #0e0;
}

.menu-item-first .menu-row-drop-down-icon {
	top: 4px;
}

.menu-row-drop-down-icon:hover {
	cursor: pointer;
}

#absolute-container{
	position: relative;
	height: auto;
}

#words {
	position: absolute;
	background: #fff;
	left: 0;
	top: 0;
	width: 227px;
	height: auto;
	font-family: "Courier New", "Times New Roman", Georgia, serif;
	font-size: 11px;
	line-height: 16px;
	border: 1px;
	margin: 0 0 20px;
	padding: 0;
	border-style: dashed;
	border-color: #6e6e6e;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity: 0.90;
	z-index: 2;
}

#words p {
	margin: 10px 10px 14px 10px;
	border-bottom: none;
}

#photos {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 744px;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0 0 10px 0;
	height: auto;
	z-index: 1;
}

#photos p, div#photos p {
	font-size: 9px;
	border: 0;
	margin: 0 0 0 10px;
	padding: 0;
	border-bottom: none;
}

#showlink {
	position: absolute;
	top: 93px;
	left: 30px;
	z-index: 3;
	visibility: hidden;
}

#showlink p {
	border-bottom: none;
}

.showhide {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/* SEPARATOR SPACE */

.separator{
	width: 100%;
	height: 12px;
	background-color: white;
}

.separator-small{
	height: 11px;
}

/* IMAGES */
.img-full {
	width: 100%;
	height: auto;
	padding: 10px 0 0 10px;
}

.img-720{
	max-width: 730px;
}

.img-half {
	width: 50%;
	height: auto;
	padding: 10px 0 0 10px;
	float: left;
}

/*VIDEOS*/
.vimeo-outer {
	width: 100%;
	padding: 0 0 0 10px;
}

.vimeo-outer-no-padding {
	padding: 0;
}

.vimeo-inner {
	padding:56.25% 0 0 0;
	position:relative;
}

.vimeo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#menu-button:hover {
	cursor: pointer;
}


/* #Tablet (Landscape)
================================================== */

/* Note: Design for a width of 1024px */

@media only screen and (min-width: 960px) and (max-width: 1024px) {
}

/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
	body {
		margin: 15px 15px;
	}

	.img-half {
		width: 100%;
		float: none;
	}

	/*NAV*/
	#nav {
		min-height: auto;
	}

	#nav .name{
		padding-bottom: 7px;
		margin-bottom: 12px;
	}

	#menu{
		display: none;
		z-index: 100;
		background-color: white;
	}

	.menu-row {
		border-bottom: none;
	}

	.menu-row-desktop {
		display: none;
	}

	.menu-row-mobile {
		/*display: inherit;*/
		margin-left: 10px;
		margin-top: 3px;
	}

	.menu-row-mobile-inner {
		display: inherit;
	}

	.menu-row-mobile .menu-item:last-of-type {
		border-bottom: none;
	}

	.menu-row-mobile-inner .menu-item:last-of-type {
		border-bottom: 1px dashed #6e6e6e;
	}

	.menu-item {
		display: block;
		border-bottom: 1px dashed #6e6e6e;
		padding: 5px 0;
		position: relative;
	}

	.menu-item-first{
		padding: 0 0 5px;
	}

	.menu-slash {
		display: none;
	}

	#menu-button {
		display: inherit;
		position: absolute;
		width: 15px;
		height: 13px;
		top: 0;
		right: 0;
	}
		
	.menu-line {
		position: absolute;
		width: 15px;
		height: 1px;
		background-color: #0e0;
	}

	#menu-line-1{
		top: 0;
		left: 0;
		-webkit-transition: all .2s ease-out;
		-moz-transition: all .2s ease-out;
		-o-transition: all .2s ease-out;
		-ms-transition: all .2s ease-out;
		transition: all .2s ease-out;
	}

	#menu-line-1.active {
		top: 6px;
		-moz-transform: rotate(45deg) translate(0px);
		-webkit-transform: rotate(45deg) translate(0px);
		-o-transform: rotate(45deg) translate(0px);
		-ms-transform: rotate(45deg) translate(0px);
		transform: rotate(45deg) translate(0px);
	}

	#menu-line-2{
		top: 6px;
		left: 0;
	}

	#menu-line-2.active{
		opacity: 0;
	}

	#menu-line-3{
		top: 12px;
		left: 0;
		-webkit-transition: all .2s ease-out;
		-moz-transition: all .2s ease-out;
		-o-transition: all .2s ease-out;
		-ms-transition: all .2s ease-out;
		transition: all .2s ease-out;
	}
	
	#menu-line-3.active {
		top: 6px;
		-moz-transform: rotate(-45deg) translate(0px);
		-webkit-transform: rotate(-45deg) translate(0px);
		-o-transform: rotate(-45deg) translate(0px);
		-ms-transform: rotate(-45deg) translate(0px);
		transform: rotate(-45deg) translate(0px);
	}

	.menu-row-drop-down-icon {
		display: inherit;
	}
}

/* Note: Design for a width of 375px */

@media only screen and (min-width: 375px) and (max-width: 767px) {
}

/* Note: Design for a width of 414px */

@media only screen and (min-width: 414px) and (max-width: 767px) {
}

/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Note: Design for a width of 568px */

@media only screen and (min-width: 568px) and (max-width: 767px) {
	body {
		margin: 15px 15px;
	}

	.img-half {
		width: 50%;
		float: left;
	}
}

/* Note: Design for a width of 667px */

@media only screen and (min-width: 667px) and (max-width: 767px) {
}

/* Note: Design for a width of 736px */

@media only screen and (min-width: 736px) and (max-width: 767px) {
}