@charset "ISO-8859-1";
html {
overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;
}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #d2d2d2;
	font-size: 13px;
	line-height: 17px;
	vertical-align: top;
}
body a:link {
	color: #B1BDD0;
	text-decoration: none;
}
body a:visited {
	color: #B1BDD0;
	text-decoration: none;
}
a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.copysize_plus {
	font-size: 14px;
	font-weight: bold;
}
a:link.copysize_plus {
	color: #B1BDD0;
}
a:visited.copysize_plus {
	color: #B1BDD0;
}
.caption {
	font-size: 10px;
	text-align: right;
}

.intro {
	font-size: 16px;
	line-height: 22px;
	text-align: justify;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: -17px;
	line-height: 22px;
}
h1.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 22px;
	margin-top: 0px;
	padding-top: 0px;
	white-space: nowrap;
}
h2.top {
	margin-top: 0px;
	padding-top: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 10px;
}
h3 {
	font-size: 16px;
	font-weight: normal;
}
.text-center {
	text-align: center !important;
}

.preshometext {
	font-size: 14px;
}
.private-title {
	font-size: 20px;
	font-weight: bold;
}
.current {
	font-weight: bold;
}
.menuitem {
	font-size: 17px;
	vertical-align: top;
	text-transform: uppercase;
	color:#d2d2d2;
}
td.current {
	color: #FFF;
	font-size: 17px;
	vertical-align: top;
	text-transform: uppercase;
	font-weight: bold;
}
a:link.menuitem {
	color: #d2d2d2;
	text-decoration: none;
}
a:visited.menuitem {
	color: #d2d2d2;
	text-decoration: none;
}
a:hover.menuitem {
	color: #d2d2d2;
}
a:link.logo {
	text-decoration: none;
	border: none;	
}
a:hover.logo {
	text-decoration: none;
	border: none;
}
.cell-right-align {
	text-align: right;
}
.caption {
	font-size: 10px;
	text-align: center;
}
.caption-table {
	font-size: 15px;
	text-align: center;
}
.login-table {
	font-size: 15px;
}
img.icon {
	vertical-align: top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right: 4px;
}
.required {
	background-color: #FBDFDF;
	border: 1px outset FBDFDF;
}
.required_text {
	color: #FBDFDF;
}

.indent {
	margin-left: 102px;
}
.pipe {
	color: #464646;
}
td.current a.white{
	color: #FFF;
	font-weight: bold;
}
.td-menu {
	text-align: center;
/*	padding-top: 30px;*/
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
}
.photos {

}
.photos-grid {
	text-align: center;
	padding: 10px;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #000;
  margin: auto;
  padding: 20px;
  border: 1px solid #000;
  width: 70%;
  margin-bottom: 150px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto;
/*  background-color: #2196F3;*/
/*  padding: 10px;*/
}

.grid-item {
/*  background-color: rgba(255, 255, 255, 0.8);*/
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 10px;
  font-size: 30px;
  text-align: center;
}

.img-wrap {
  position: relative;
}

.img-description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
/*  border: 1px solid white;*/
  background: rgba(0, 0, 0, 0.5);
/*  color: #fff;*/
/*  padding: 65px 0px 95px;*/
/*  width: 245px;*/
  visibility: hidden;
  opacity: 0;

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}

.img-wrap:hover .img-description {
  visibility: visible;
  opacity: 1;
}

.press-table tr td {
/*	vertical-align: middle;*/
}

.press-table-tabs {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	border: 1px solid #FFF;
	border-radius: 3px;
	color: #d2d2d2;
}

.press-item {
	margin-bottom: 15px;
	line-height: 20px;
}

.press-item a {
	font-size: 14px;
}

.bottom-link {
	position: relative; padding-right: 150px;
}

.bottom-link span {
	top: -15px; position: absolute;
}

.history-text {
	line-height: 25px;
	font-size: 14px;
	text-align: justify;
}

.contact-title {
	font-size: 14px;
}

.contact-name {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 8px;
}

.contact-email {
	padding-top: 8px;
}

.press-page-tabs {
	font-size: 18px;
	text-transform: uppercase;
}

.press-page-title {
	font-size: 18px;
	text-transform: uppercase;
}

.active {
	font-weight: bold;
	color: #d2d2d2;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  margin: 0 4px;
  transition: border-color .3s;
}

.pagination a.active {
	border: 2px solid #FBFCFC;
/*  background-color: #4CAF50;*/
  color: white;
  border-radius: 5px;
}

.pagination a:hover:not(.active) {
/*  background-color: #ddd;*/
	border: 2px solid #FBFCFC;
  border-radius: 5px;
}

.text-hover{
	margin-bottom: 7px;
}

.text-hover a {
	text-decoration: none !important;
}

.text-hover:hover {
/*	text-decoration: none;*/
/*	font-weight: bold;*/
/*	font-size: 14px;*/
}