@charset "utf-8";
/* Mary Brogger */

/*html, body {
  height: 100%;
  margin-bottom: 1px;
  padding: 0;
}*/


html, body {
	padding:0;
	margin:0;
}

html {
	height:100%;
	padding-bottom:1px;
}

body {
	font-family: helvetica, arial, sans-serif;
	background:#fff;
	color:#000;
	}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:inherit;
	opacity:0.9;
	filter:alpha(opacity=90);
	text-decoration:underline;
	
}

a:visited {
	color:#5C5B4C;
}


img {

	opacity:0.999;
	filter:alpha(opacity=99.99);
}

a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
}

img {
	border:0;
}

a img {
	border:0;
}


.style01 {
}

.clearboth {
	clear: both;
}

.videoplayer {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	margin:0 auto;
    position: relative;
    padding-top: 0px; overflow: hidden;
	background: #eee;
}
 
.videoplayer iframe,
.videoplayer object,
.videoplayer embed {
	border:none;
	text-align:left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Mobile Layout: 480px and below. */


.gridContainer {
}

.break-mob {
	display:inline;
}

#LayoutDiv1 {
	font-size:3em;

}

.showdt {
	display:none;
}

#mainholder, #footer {
	width:90%;
	margin:4% auto;
}

#sideholder {
	position:relative;
	width:100%;
	height:auto;
	padding:0;
	z-index:8;
	margin:0 0 4% 0;
}

#sideholder img {
	width:100%;
	
}


#showmenu {
	position:absolute;
	width:10%;
	top:0;
	right:0;
	display:inline-block;
	text-align:right;
	margin:0;
	padding:0;
	}

#showmenu img {
	width:100%;
	
}

#mainlogo {
	width:60%;
	padding:0;
	margin:0 0 0 0;
}



#menu-main {
	position:relative;
	top:0%;
	left:0%;
	margin:0;
	width:60%;
	padding:0;
	text-align:center;
	color:#fff;
	background:#fff;
	font-size:2em;
	z-index:999;
}

	
#menu-main ul {
	list-style:none;
	margin:0;
	padding:0;
}

#menu-main ul li {
	clear:both;
	list-style:none;
	margin:0;
	padding:0;
	vertical-align:middle;
}

#menu-main ul li:last-child {
	border-bottom:none;

}

#menu-main a {
	text-decoration:none;
	color:#ea4646;
	}

#menu-main a:hover {
	color:#af9989;
}

.spacer1 {
	display:inline-block;
	width:10%;
}

#rightholder {
	display:block;
	position:relative;
	height:auto;
	width:100%;
}


.projectrow {
	position:relative;
	clear:both;
	height:auto;
	margin:0 0 2% 0;
}

.projectcol1 {
	width:100%;
	margin:0;
	
}

.projectcol1_img {
	width:45%;
}

.projectcol1_img img {
	width:100%;
}


.projectcol1_video {
	width:45%;
}

.projectcol2 {
	position:absolute;
	top:0;
	right:0;
	width:49%;
	padding:0 2%;
	height:100%;
	margin:0;
}

.textholder {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}



#navprev {
	display:block;
	position:absolute;
	left:0%;
	margin-top:-5%;
}

#navnext {
	display:block;
	position:absolute;
	right:0;
	margin-top:-5%;
	text-align:right;
}

.projectdesc {
	display:block;
	margin:4% 0 0 0;
}


.enlarge {
	display:block;
	margin:4% 0 1% 0;
}

.thumbholder {

}

.backholder {
	display:block;
	margin:1% 0 0 0;
}

.thumbholder img {
	margin:0 8px 11px 0;

}

.divider1 {
	clear:both;
	display:block;
	margin:3% 0;
	width:100%;
	height:4px;
	background:#be1e2d;
}


#navleft {
	position:fixed;
	top:40%;
	left:15%;
	width:2%;
}

#navright {
	position:fixed;
	top:40%;
	right:15%;
	width:2%;
}

#navright img, #navleft img {
	width: 100%;
}

	
h1 {
	margin:0;
	font-weight:normal;
	font-size:1.2rem;
}

h2 {
	margin:0;
	font-weight:normal;
	font-size:1.2rem;
}

h3 {
	margin:0;
	font-weight:normal;
	font-size:1rem;
}

h3 a {

}

h3 a:hover {
}

.formcell, .formarea {
	display: block;
	width: 100%;
	margin: 0 0 .4em 0;
	padding: .2em .4em;
	border: 1px solid #000;
}

.formbutton {
	display: inline-block;
	padding: .4em .8em;
	background: #000;
	color:#fff;
	border: none;
}

.formbutton:hover {
	background: #666;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {

}
#LayoutDiv1 {
	
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	
body {
	background:#fff;
}

body.custom {
	background:#fff;
}
.gridContainer {
	padding:0;
	margin:0;
	width:100%;
}
#LayoutDiv1 {
	font-size:1em;
	padding:0;
	margin:0;
	width:100%;
}


#mainholder {
	padding:0;
	position:relative;
	margin:5em 0 0 15%;
	width:67%;
	height:50vh;
	}


.showmob, #showmenu {
	display:none;
}

.break-mob, .showdt {
	display:inline;
}

.imgfull img {
	width:100%;
	height:100%;
}

#sideholder {
	float:left;
	margin: 10em 28% 0 0;
	width: 25%;
}

#sideholder img {
	width:100%;
	height:auto;
}

#mainlogo {
	width:100%;
	padding:0;
	margin: 0 0 0 0;
}


#menu-main {
	position:relative;
	top:auto;
	left:auto;
	display:block !important;
	background:none !important;
	margin:5% 0 0 0 ;
	width:100%;
	padding:0;
	z-index:99;
	}


#menu-main ul {
	display:block;
	margin:0 0 0 0;
	padding:0 0 2% 0;
	text-align:center;
	text-indent:none;
	background:none;
	
}

#menu-main ul li {
	list-style:none;
	margin:0;
	margin:6% 0;
	padding:0;
	background:none;
	border:none;
}

#menu-main ul li:nth-child(1) {
	padding:0 0 0 0;
}

#rightholder {
	display:block;
	float:left;
	width:47%;
}


.projectrow {
	position:relative;
	clear:both;
	height:auto;
	margin:0 0 2% 0;
}

.projectcol1 {
	width:100%;
	margin:0;
	
}

.projectcol1_img {
	width:45%;
}

.projectcol1_img img {
	width:100%;
}

.projectcol2 {
	position:absolute;
	top:0;
	right:0;
	width:49%;
	padding:0 2%;
	height:100%;
	margin:0;
}

.textholder {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#navprev {
	display:block;
	position:absolute;
	left:0%;
	margin-top:-4%;
}

#navnext {
	display:block;
	position:absolute;
	right:0;
	margin-top:-4%;
	text-align:right;
}

.projectdesc {
	display:block;
	margin:4% 0 0 0;
}


.enlarge {
	display:block;
	margin:4% 0 1% 0;
}

.thumbholder {

}

.backholder {
	display:block;
	margin:1% 0 0 0;
}

.thumbholder img {
	margin:0 8px 11px 0;

}

.divider1 {
	clear:both;
	display:block;
	margin:3% 0;
	width:100%;
	height:4px;
	background:#be1e2d;
}


#navleft {
	position:fixed;
	top:40%;
	left:15%;
	width:2%;
}

#navright {
	position:fixed;
	top:40%;
	right:15%;
	width:2%;
}

#navright img, #navleft img {
	width: 100%;
}

	
h1 {
	margin:0;
	font-weight:normal;
	font-size:1.2em;
}

h2 {
	margin:0;
	font-weight:normal;
	font-size:1.2em;
}

h3 {
	margin:0;
	font-weight:normal;
	font-size:1em;
}

h3 a {

}

h3 a:hover {
}

#footer {
	display: block;
	float:right;
	margin:3em 0 3em 15%;
	width:67%;
}

.footercol1 {
	width:47%;
	margin: 0 0 0 26%;
}

}

