body {
    background-color: #50565d    
}

.whitetype {
    color: #dcdcdc
}

.blacktype {
    color: #000;
}

.whitebackground {
    background-color: #f9f9f9;
    border: 3px solid #000;
    border-radius: 8px;  
}

.center {
    text-align: center;
}

/* Gallery images, thumbnail and image
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.thumbnailimagecontainer {
    display: inline-block;
    border: 8px solid #fff;
    line-height: 0px; 
    margin: 8px;
}

.thumbnailimage, .galleryimage {
    max-width: 100%;
    height: auto;
    display: block; 
    line-height: 0px;
}

.image-title-container {
    position: absolute;
    top:-13px;
    width: 100%;
    text-align: center;
}

.image-title {
    font-size: 1.35em;
    font-style: italic;
    background-color: #50565d;
    padding: 0px 12px;    
}

.image-description {
    width: 80%;
    margin: auto;
    text-indent: 2rem;
}

.galleryimagecontainer {
    position: relative;
    display: inline-block;
    line-height: 0px; 
    margin: 8px;
}

.overlay-navigation-container {
    position: absolute;
    top: 0; 
    left: 0;
    height: 100%;
    width: 100%;
}

/* Navigation arrows
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.leftarrow, .rightarrow {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-left: 4px solid #1EAEDB;
    border-bottom: 4px solid #1EAEDB;    
    cursor: pointer;
}

.leftarrow {
    float: left;
    transform: rotate(45deg);
}
.rightarrow {
    float: right;
    transform: rotate(225deg);
}
.leftarrow:hover, .rightarrow:hover {
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

.image-position-left-arrow {
    position: absolute;
    top: 40%;
    left: 10px;    
}
.image-position-right-arrow {
    position: absolute;
    top: 40%;
    right: 10px;    
}

 .hiddenleft,.hiddenright {
    cursor: pointer;
    position: relative; 
    width: 50%; 
    height: 100%; 
    opacity: 0;
    transition: .3s ease;
}

.galleryimagecontainer:hover .hiddenleft {
    opacity: 1;    
}

.galleryimagecontainer:hover .hiddenright {
    opacity: 1;    
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu-item {
    margin: 0px 10px;
}
a.darker:hover {
  color: #a80c0c; }
a.lighter:hover {
  color: #dcdcdc; }
a.social {
    font-size: 3rem;
    line-height: 3.5rem;
    position: relative; 
    right: 0px;
    -webkit-transition-duration: 0.4s; /* For Safari 3.1 to 6.0 */
    transition-duration 0.5s;
}
a.social:hover {
    position: relative;
    right: 5px;
}
a.no-underline {
    text-decoration: none;
}

a.link-button {
    padding: 4px 10px 3px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #1EAEDB;
    cursor: pointer;
    color: #FFF;
    background-color: #808080;
    -webkit-transition-duration: 0.3s; /* For Safari 3.1 to 6.0 */
    transition-duration 0.3s;
}

#homelink:hover {
    color: #1EAEDB;
}

div.sales-item a.link-button {
    padding: 11px 30px;
    display: inline-block;
    margin-bottom: 5px;
}

a.link-button:hover {
    color: #FFF;
    background-color: #1EAEDB;
    border-color: transparent; 
}

div.sales-item {
    padding: 10px;
    margin-bottom: 15px;
}

div.sales-item ul {
    padding: 0 2rem;
    line-height: 2rem; 
    margin-bottom: 0px;
}

.slide {
    display: none;
    width: auto;
    max-width: 100%;
    border: 6px solid #fff;
    position: relative;
    left: -6px;
    opacity: 0.0;
}

video {
    width: 100%;
    height: auto;
}


/* Video
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Rollover images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.imagecontainer {
  position: relative;
  margin: auto;
}

.image1 {
  display: block;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
}

.imagecontainer:hover .overlay {
  opacity: 1;
}

.image2 {
  position: absolute;
}

/* Pop-up alert to remind people to review EULA and click check box
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.eulaAlert {
    padding: 2rem;
    background-color: #2196F3;
    color: white;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 26px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}