* {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}

.mobileOnly {
  display: none;
}

html {
  height: 100%;
  width: 100%;
}

body {
  font-family: georgia, arial, sans-serif;
  font-size: 13pt;
  font-weight: 400;
  color: #191919;
  padding-top: 0px;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

body.scroll {
  overflow-x: scroll;
}

a {
  color: #5d5d5d;
  text-decoration: none;
}

::selection {
  background: #e1e1e1;
  color: #222;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}
::moz-selection {
  background: #e1e1e1;
  color: #222;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}

#pageWrap {
}

#logo {
  margin-top: 47px;
  margin-left: 101px;
  margin-bottom: 10px;
  position: fixed;
  width: 150px;
}

#splash {
  width: 100%;
  height: 100%;
}

a.homeLink {
  width: 100%;
  height: 100%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}

a.homeLink:before {
  content: "";
  width: 0px;
  height: 100%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  margin-right: -4px;
}

a.homeLink #splashLogo {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  margin-right: -4px;

  width: 50%;
  max-width: 650px;
}

/* Left Nav Menu */
.grayLines {
  display: inline-block;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  width: 100%;
  height: 2px;
}

#leftMenu {
  position: fixed;
  top: 114px;
  float: left;
  padding-left: 44px;
  padding-right: 0px;
  width: 205px;
  background: #fff;
  height: 100%;
  border: 0px solid red;
}

#vMenu {
  width: auto;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 45px;
}

#menuItemV {
  margin-bottom: 4px;
}

#menuItem {
  float: left;
  margin-left: 20px;
  font-weight: 600;
  color: #191919;
  text-transform: uppercase;
}

.menuOn {
  color: #cccccc;
}

/* Nav Links */
#menuItemV a,
#menuItemV a:visited {
  font-size: 60%;
  color: #737373;
  text-decoration: none;
  letter-spacing: 0.1em;
}

/*
.scroll #menuItemV a,
.scroll #menuItemV a:visited {
  font-size: 8pt;
  letter-spacing: 0.05em;
  color: #7c7b7b;
  text-decoration: none;
}
*/

#menuItemV a:hover {
  color: #9da0a2;
}

#subMenu {
  margin-top: 10px;
}

.subMenuItemV {
  margin: 1px auto 0px auto;
}

a.menu,
a.menuNoSub,
a.SUBmenu {
  display: inline-block;
  width: auto;
  height: auto;
  padding-left: 10px;
  background: #fff;
  border: 0px solid green;
}
a.menuON,
a.menuNoSub:hover,
a.SUBmenu:hover,
a.menu:hover {
  background: url(../images/bullet.png) no-repeat 0px 65%;
}

a.SUBmenu.menuON,
a.SUBmenu:hover {
  background: none !important;
  color: #000 !important;
}
/* Sub Nav Links */
.subMenuItemV A {
  /*font-size: 7pt;*/
}
.subMenuItemV a,
.subMenuItemV a:visited {
  color: #9da0a2 !important;
  font-size: 7pt !important;
  font-weight: 400 !important;
}
.subMenuItemV a:hover,
.subMenuItemV a.menuON {
  color: #000 !important;
}

/* Left Contact Area */
#leftContact {
  width: auto;
  margin: 23px 0px 0px 0px;
  text-align: right;
}
#leftContact p {
  font-size: 7pt;
  color: #231f20;
  line-height: 16pt;
  letter-spacing: 1.25pt;
}

/* SCROLL LAYOUT - 2016 */

.scroll .leftWrap {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #fff;
  width: 277px;
  height: 100%;
  z-index: 50;
}

#scroller td {
  position: relative;
  vertical-align: top;
}

#scroller td img,
#scroller td iframe {
  display: block;
  margin-right: 10px;
  max-height: 800px;
  margin-bottom: 20px;
  height: calc(100vh - 226px);
  width: auto;
}

#scroller td img.photo {
  opacity: 0;
  transition: opacity 0.3s;
}

#scroller td img.photo.ready {
  opacity: 1;
}

#scroller td .caption {
  color: #7c7b7b;
  font-size: 9pt;
  text-transform: none;
}

/* Images.html Content Area */
#holder {
  float: left;
  margin-left: 275px;
  margin-top: 63px;
  overflow: hidden;
}

.photoHolder {
  float: left;
  margin-right: 5px;
  height: 100%;
  min-height: 400px;
  max-height: 800px;
  width: 100%;
}

.photoHolder img {
  height: 100%;
}

#content {
  float: none;
  position: relative;
  width: 931px;
  margin: 0px auto;
  top: 7px;
  left: 17px;
  text-align: left;
  overflow-x: scroll;
}

#slideControl {
  float: left;
  margin-bottom: 10px;
  font-size: 8pt;
  color: #5d5d5d;
  letter-spacing: 2pt;
}

.scroll #slideControl {
  position: fixed;
  top: 45px;
  left: 277px;
  z-index: 51;
}

#slideControl a:first-child {
  position: relative;
  top: 2px;
}
#slideControl a:not(:first-child) {
  position: relative;
  font-size: 8pt;
  text-decoration: none;
  letter-spacing: 1pt;
}

#slideshow {
  /*
	margin:0px auto;
	top:7px;
	left: 17px;
	text-align: left;
	float: left;
	width: auto;
	*/
  float: left;
  width: 100%;
  overflow: hidden;
}

.slide {
  height: 100%;
  width: auto;
}

.photo {
  height: 100%;
  width: auto;
  margin-right: 5px;
  display: inline-block;
}

.scrollImg {
  margin-right: 12px;
}

TD.scrollImg:last-child {
  margin-right: 0px;
}

#content IMG {
  margin-bottom: 5px;
}

.caption {
  font-size: 8pt;
  color: #8e8e8e;
  text-transform: uppercase;
}

/* Info.html */
.infoContent h1 {
  font-size: 10pt;
  color: #737373;
  text-transform: uppercase;
}
.infoContent p {
  line-height: 14pt;
  font-size: 10.4px;
  margin-top: 17px;
  color: #737373;
  text-align: justify;
  letter-spacing: 1.25pt;
}
#info-left,
#info-mid,
#info-right {
  float: left;
  border: 0px solid pink;
  overflow: hidden;
  margin-top: 67px;
}
#info-left {
  width: 368px;
  margin-left: 20px;
}
#info-mid {
  margin: 87px 30px 0px 30px;
  width: 2px;
  height: 447px;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}
#info-right {
  width: 250px;
}

/* Grid.html */
#grid {
  max-width: 1500px !important;
  text-align: left;
}
.thumbHolder {
  display: inline-block;
  width: 200px;
  height: 200px;
  max-width: 200px;
  max-height: 200px;
  margin: 9px;
  text-align: center;
  cursor: pointer;
}
.thumbHolder img {
  display: inline-block;
  max-width: 200px;
  max-height: 200px;
  vertical-align: middle;
  transition: all 0.1s ease 0s;
  -webkit-transition: all 0.1s ease 0s;
}
.thumbHolder:hover img {
  /* box-shadow:0px 0px 15px rgba(0,0,0,.4); */
}
.thumbHolder video {
  display: inline-block;
  max-width: 200px;
  max-height: 200px;
  vertical-align: middle;
  object-fit: cover;
}

.largegrid .thumbHolder {
  width: 400px;
  height: 400px;
  max-width: 400px;
  max-height: 400px;
}

.largegrid .thumbHolder img {
  max-width: 400px;
  max-height: 400px;
}

.largegrid .thumbHolder video {
  max-width: 400px;
  max-height: 400px;
}

#view-fullscreen,
#cancel-fullscreen {
  background: none !important;
  font-size: 15pt !important;
  cursor: pointer;
}

#copyright {
  margin-top: 30px;
  width: auto;
  border-top: 0px solid #e0e0e0;
  padding-top: 0px;
  color: #707070;
  font-size: 7pt;
  text-align: right;
}

#copyright p {
  padding-bottom: 4px;
}

#copyright a,
#copyright a:visited {
  color: #707070;
  text-decoration: none;
}

#footer {
  position: relative;
  float: left;
  font-family: Georgia, Times New Roman, Serif;
  font-size: 8pt;
  color: #8d8d8d;
  margin-left: 16px;
}
#footer a,
#footer a:visited {
  text-decoration: none;
  color: #8d8d8d;
}
